mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-29 07:12:15 +09:00
Convert all module lang files from XML to PHP
This commit is contained in:
parent
9b621d9c8c
commit
615416ab7f
297 changed files with 13745 additions and 17656 deletions
18
modules/admin/lang/de.php
Normal file
18
modules/admin/lang/de.php
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
<?php
|
||||
$lang->timezone = 'Zeitzone';
|
||||
$lang->modify = 'Ändern';
|
||||
$lang->ftp_form_title = 'FTP-Server festlegen';
|
||||
$lang->ftp = 'FTP';
|
||||
$lang->ftp_host = 'FTP-Server hostname';
|
||||
$lang->ftp_port = 'FTP Port';
|
||||
$lang->about_ftp_password = 'Das Passwort des FTPs wird nicht gespeichert.';
|
||||
$lang->cmd_check_ftp_connect = 'Verbindung des FTPs checken';
|
||||
$lang->msg_safe_mode_ftp_needed = 'Zur Installation und Nutzung des Rhymixs muss die Angabe des FTPs festgestellt werden, wenn safe_mode in PHP \'An\' ist.';
|
||||
$lang->msg_safe_mode_ftp_config = 'Die Angabe wird unter<strong>files/config/ftp.config.php</strong> gespeichert. Nach der Installation ist es auch möglich, dass die Angabe von Administrator modifiziert oder gelöscht werden kann.';
|
||||
$lang->msg_ftp_no_directory = 'Succeed to connect to the host via FTP. However, can not read any directory list informaiton. Check the server configurations.';
|
||||
$lang->msg_ftp_mkdir_fail = 'Der Befehl von Herstellung des Verzeichnisses durch FTP ist gescheitert. FTP_Server festlegen.';
|
||||
$lang->msg_ftp_chmod_fail = 'Die Modifikation der Zugriffsberechtigung des Verzeichnisses durch FTP ist gescheitert. FTP_Server festlegen.';
|
||||
$lang->msg_ftp_connect_success = 'Die Verbindung zu FTP ist erfolgreich und verifiziert.';
|
||||
$lang->ftp_path_title = 'Pfad des FTPs eingeben';
|
||||
$lang->ftp_installed_realpath = 'absoluter Pfad, in dem Rhymix installiert ist.';
|
||||
$lang->msg_ftp_installed_ftp_realpath = 'absoluten Pfad des FTPs, in dem Rhymix installiert ist, festlegen.';
|
||||
Loading…
Add table
Add a link
Reference in a new issue