16 lines
No EOL
895 B
PHP
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ů.");
|
|
?>
|