mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-05 17:51:40 +09:00
16 lines
1.1 KiB
PHP
16 lines
1.1 KiB
PHP
<?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_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.';
|