111 Zeilen
Kein EOL
5,5 KiB
PHP
111 Zeilen
Kein EOL
5,5 KiB
PHP
<?php
|
|
$lang['config_headline']="Configuration";
|
|
$lang['save_success']="Configuration was saved succesfully into configuration file \"%s\".";
|
|
$lang['config_loaded']="Configuration \"%s\" has been imported successfully.";
|
|
$lang['save_error']="Error - unable to save configuration!";
|
|
$lang['config_email']="Email Notification";
|
|
$lang['config_autodelete']="Autodelete";
|
|
$lang['config_interface']="Interface";
|
|
$lang['multi_part_groesse']="maximum File size";
|
|
$lang['help_multipart']="If Multipart is switched on, Backup creates multiple Backup files, with the maximum size determined by the configuration below";
|
|
$lang['help_multipartgroesse']="The maximum size of Backup files is set here, if Multipart is switched on";
|
|
$lang['empty_db_before_restore']="Delete tables before restoring";
|
|
$lang['allpars']="All Parameters";
|
|
$lang['cron_extender']="File extension";
|
|
$lang['cron_savepath']="Configuration file";
|
|
$lang['cron_printout']="Print output on screen.";
|
|
$lang['config_cronperl']="Crondump Settings for Perl script";
|
|
$lang['cron_mailprg']="Mail program";
|
|
$lang['optimize']="Optimize Tables before Backup";
|
|
$lang['help_optimize']="If this option is activated, all tables will be optimized before the backup";
|
|
$lang['help_ftptimeout']="Default setting for Timeout is 90 seconds.";
|
|
$lang['ftp_timeout']="Connection Timeout";
|
|
$lang['help_ftpssl']="Choose if the connection will be established via SSL.";
|
|
$lang['config_askload']="Do you want to override the actual settings with the default settings?";
|
|
$lang['load']="Load default settings";
|
|
$lang['load_success']="The default settings were loaded.";
|
|
$lang['cron_samedb']="Use actual database";
|
|
$lang['cron_crondbindex']="Database";
|
|
$lang['withattach']=" with attach";
|
|
$lang['withoutattach']=" without attach";
|
|
$lang['multidumpconf']="=Multidump Configuration=";
|
|
$lang['multidumpall']="=all Databases=";
|
|
$lang['gzip']="GZip compression";
|
|
$lang['send_mail_form']="Send email report";
|
|
$lang['send_mail_dump']="Attach backup";
|
|
$lang['email_adress']="Receiver";
|
|
$lang['email_subject']="Sender address of the email";
|
|
$lang['email_maxsize']="Maximum size of attachment";
|
|
$lang['number_of_files_form']="Delete by number of files";
|
|
$lang['language']="Language";
|
|
$lang['list_db']="Configured Databases:";
|
|
$lang['config_ftp']="FTP Transfer of Backup file";
|
|
$lang['ftp_transfer']="FTP Transfer";
|
|
$lang['ftp_server']="Server";
|
|
$lang['ftp_port']="Port";
|
|
$lang['ftp_user']="User";
|
|
$lang['ftp_pass']="Password";
|
|
$lang['ftp_dir']="Upload directory";
|
|
$lang['ftp_ssl']="Secure SSL FTP connection";
|
|
$lang['ftp_useSSL']="use SSL Connection";
|
|
$lang['sqlboxheight']="Height of SQL-Box";
|
|
$lang['sqllimit']="Count of records each page";
|
|
$lang['bbparams']="Configuration for BB-Code";
|
|
$lang['bbtextcolor']="Text color";
|
|
$lang['help_commands']="You can execute a command before and after the backup.\nThis command can be a SQL-Construct or a System Command (e.g. a script)";
|
|
$lang['command']="Command";
|
|
$lang['wrong_connectionpars']="Connection parameters are wrong !";
|
|
$lang['connectionpars']="Connection Parameter";
|
|
$lang['extendedpars']="Extended Parameter";
|
|
$lang['fade_in_out']="Display on/off";
|
|
$lang['db_backuppars']="Database Backup Parameter";
|
|
$lang['general']="General";
|
|
$lang['maxsize']="max. Size";
|
|
$lang['errorhandling_restore']="Error Handling while restoring";
|
|
$lang['ehrestore_continue']="continue and log errors";
|
|
$lang['ehrestore_stop']="stop";
|
|
$lang['in_mainframe']="in main frame";
|
|
$lang['in_leftframe']="in left frame";
|
|
$lang['width']="Width";
|
|
$lang['sql_befehle']="SQL Commands";
|
|
$lang['download_languages']="download other languages";
|
|
$lang['download_styles']="download other themes";
|
|
$lang['connect_to']="Connect to";
|
|
$lang['changedir']="Changing to Directory";
|
|
$lang['changedirerror']="Couldn`t change directory!";
|
|
$lang['ftp_ok']="Connection successful.";
|
|
$lang['install']="Installation";
|
|
$lang['noftppossible']="You don't have FTP functions !";
|
|
$lang['found_db']="found db";
|
|
$lang['ftp_choose_mode']="FTP Transfer Mode";
|
|
$lang['ftp_passive']="use passive mode";
|
|
$lang['help_ftp_mode']="Choose the passive mode when you discover problems while using the active mode.";
|
|
$lang['db_in_list']="The database '%s' couldn't be added because it is allready existing. ";
|
|
$lang['add_db_manually']="Add database manually";
|
|
$lang['db_manual_error']="Sorry, couldn't connect to database '%s'!";
|
|
$lang['db_manual_file_error']="Fileerror: couldn't insert database '%s'!";
|
|
$lang['no_db_found']="I couldn't find any databases automatically!
|
|
Please unhide the connection parameters, and enter the name of your database manually.";
|
|
$lang['configfiles']="Configfiles";
|
|
$lang['configfile']="Configfile";
|
|
$lang['mysql_data']="MySQL-Data";
|
|
$lang['configurations']="Configurations";
|
|
$lang['action']="Action";
|
|
$lang['ftp_send_to']="to <strong>%s</strong><br> into <strong>%s</strong>";
|
|
$lang['ftp']="FTP";
|
|
$lang['email_cc']="CC-Receiver";
|
|
$lang['name']="Name";
|
|
$lang['confirm_configfile_delete']="Really delete the configuration file %s?";
|
|
$lang['error_deleting_configfile']="Error: couldn't delete configurationfile %s!";
|
|
$lang['success_deleting_configfile']="The configurationfile %s has successfully been deleted.";
|
|
$lang['success_configfile_created']="Configurationfile %s has successfully been created.";
|
|
$lang['error_configfile_name']="Filename \"%s\" contains invalid characters.";
|
|
$lang['create_configfile']="Create a new configurationfile";
|
|
$lang['error_loading_configfile']="Couldn't load configfile \"%s\".";
|
|
$lang['backup_dbs_php']="DBs to backup (PHP)";
|
|
$lang['backup_dbs_perl']="DBs to backup (PERL)";
|
|
$lang['cron_comment']="Enter Comment";
|
|
$lang['autodetect']="auto detect";
|
|
|
|
|
|
?>
|