Panel/lang/Hungarian/modules/ftp.php
copilot-swe-agent[bot] 37c781e4d5 Replace license headers with file purpose descriptions (batch 1: 22 files)
Co-authored-by: iaretechnician <2749183+iaretechnician@users.noreply.github.com>
2025-09-05 22:45:24 +00:00

16 lines
No EOL
873 B
PHP

<?php
/*
* Language definitions for the ftp module (Hungarian localization)
*/
define('OGP_LANG_ftp_address', "FTP cím: %s:%s");
define('OGP_LANG_change_account_details', "Fiók adatok módosítása");
define('OGP_LANG_remove_account', "Fiók törlése");
define('OGP_LANG_ftp_account_already_exists', "Ez az FTP fiók már létezik.");
define('OGP_LANG_full_path', "Teljes útvonal");
define('OGP_LANG_add_ftp_account', "FTP fiók hozzáadása");
define('OGP_LANG_remote_server', "Távoli szerver");
define('OGP_LANG_server_name', "Szerver neve");
define('OGP_LANG_ftp_account_username_too_long', "Az FTP felhasználónév túl hosszú. Próbálkozz rövidebb, legfeljebb 20 karakter hosszú felhasználónévvel.");
define('OGP_LANG_ftp_account_password_too_long', "Az FTP jelszó túl hosszú. Próbálkozz rövidebb, legfeljebb 20 karakter hosszú jelszóval.");
?>