Panel/lang/German/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
834 B
PHP

<?php
/*
* Language definitions for the ftp module (German localization)
*/
define('OGP_LANG_ftp_address', "FTP-Adresse: %s:%s");
define('OGP_LANG_change_account_details', "Kontodaten ändern");
define('OGP_LANG_remove_account', "Konto entfernen");
define('OGP_LANG_ftp_account_already_exists', "Dieses FTP-Konto existiert bereits.");
define('OGP_LANG_full_path', "Vollständiger Pfad");
define('OGP_LANG_add_ftp_account', "FTP-Konto hinzufügen");
define('OGP_LANG_remote_server', "Entfernter Server");
define('OGP_LANG_server_name', "Servername");
define('OGP_LANG_ftp_account_username_too_long', "FTP Benutzername ist zu lang. Versuche einen Benutzernamen, der kürzer als 20 Zeichen ist.");
define('OGP_LANG_ftp_account_password_too_long', "FTP Passwort ist zu lang. Versuche ein Passwort, das kürzer als 20 Zeichen ist.");
?>