Panel/lang/Czech(CzechRepublic)/modules/ftp.php
copilot-swe-agent[bot] 898018d204 Complete license header replacement with file purpose descriptions (675 files)
Co-authored-by: iaretechnician <2749183+iaretechnician@users.noreply.github.com>
2025-09-05 22:46:27 +00:00

16 lines
No EOL
895 B
PHP

<?php
/*
* Language definitions for the ftp module (Czech(czechrepublic) localization)
*/
define('OGP_LANG_ftp_address', "Adresa FTP: %s:%s");
define('OGP_LANG_change_account_details', "Změňte podrobnosti o účtu");
define('OGP_LANG_remove_account', "Smazat účet");
define('OGP_LANG_ftp_account_already_exists', "Tento účet FTP již existuje.");
define('OGP_LANG_full_path', "Domovský adresář");
define('OGP_LANG_add_ftp_account', "Přidat účet FTP");
define('OGP_LANG_remote_server', "Vzdálený server");
define('OGP_LANG_server_name', "Název serveru");
define('OGP_LANG_ftp_account_username_too_long', "Uživatelské jméno FTP je příliš dlouhé. Zkuste zkrátit uživatelské jméno o délce maximálně 20 znaků.");
define('OGP_LANG_ftp_account_password_too_long', "Heslo FTP je příliš dlouhé. Vyzkoušejte kratší heslo, které nesmí přesáhnout 20 znaků.");
?>