Panel/lang/Portuguese(Brazil)/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
872 B
PHP

<?php
/*
* Language definitions for the ftp module (Portuguese(brazil) localization)
*/
define('OGP_LANG_ftp_address', "Endereço FTP: %s:%s");
define('OGP_LANG_change_account_details', "Alterar detalhes da conta");
define('OGP_LANG_remove_account', "Deletar conta");
define('OGP_LANG_ftp_account_already_exists', "Esta conta FTP já existe.");
define('OGP_LANG_full_path', "Caminho completo");
define('OGP_LANG_add_ftp_account', "Adicionar conta de FTP");
define('OGP_LANG_remote_server', "Servidor remoto");
define('OGP_LANG_server_name', "Nome do servidor");
define('OGP_LANG_ftp_account_username_too_long', "O nome de usuário do FTP é muito longo. Tente um nome de usuário mais curto, com no máximo 20 caracteres.");
define('OGP_LANG_ftp_account_password_too_long', "A senha do FTP é muito longa. Tente uma senha mais curta, com no máximo 20 caracteres.");
?>