Panel/lang/Polish/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
867 B
PHP

<?php
/*
* Language definitions for the ftp module (Polish localization)
*/
define('OGP_LANG_ftp_address', "Adres IP FTP: %s:%s");
define('OGP_LANG_change_account_details', "Zmień dane konta");
define('OGP_LANG_remove_account', "Usuń konto");
define('OGP_LANG_ftp_account_already_exists', "To konto FTP juz istnieje.");
define('OGP_LANG_full_path', "Pełna ścieżka");
define('OGP_LANG_add_ftp_account', "Dodaj konto FTP");
define('OGP_LANG_remote_server', "Serwer Zdalny");
define('OGP_LANG_server_name', "Nazwa Serwera");
define('OGP_LANG_ftp_account_username_too_long', "Nazwa użytkownika FTP jest za długo. Spróbuj użyć krótszej - nie może być ona dłuższa niż 20 znaków.");
define('OGP_LANG_ftp_account_password_too_long', "Hasło użytkownika FTP jest za długie. Spróbuj użyć krótszego - nie może być ono dłuższe niż 20 znaków.");
?>