1
0
Fork 0
MySQLDumper/language/en/lang_config_overview.php

107 Zeilen
4.8 KiB
PHP

<?php
//generated at 28.02.2005
$lang['config_headline']="Configuration";
$lang['sql_trenn']="Seperator";
$lang['no_send_mail']="The dumpfile won't be mailed to anyone.";
$lang['no_del_files']="There is no age limit for the backupfiles.";
$lang['no_number_of_files']="There is no limit to the number of backupfiles.";
$lang['save_success']="Configuration was saved.";
$lang['save_error']="Error - unable to save configuration!";
$lang['config_databases']="Databases";
$lang['config_dumprestore']="Backup / Restore";
$lang['config_email']="Email-Notification";
$lang['config_autodelete']="Autodelete";
$lang['config_interface']="Interface";
$lang['config_cron']="Crondump-Settings";
$lang['multi_part']="Multipart-Backup";
$lang['multi_part_groesse']="maximum Filesize";
$lang['help_multipart']="If Multipart is switched on, Backup creates multiple Backupfiles, which maximum size determined by the configuration below";
$lang['help_multipartgroesse']="The maximum size of Backupfiles can be determined here, if Multipart is switched on";
$lang['empty_db_before_restore']="delete tables before restoring";
$lang['allpars']="all parameters";
$lang['cron_timelimit']="Timelimit for Cronjob";
$lang['cron_perlpath']="Path to perl(.exe)";
$lang['cron_extender']="Fileextension";
$lang['cron_savepath']="Configurationfile";
$lang['cron_printout']="Print output on screen.";
$lang['config_cronperl']="Crondump-Settings for perlscript";
$lang['cron_mail']="Send backup per mail";
$lang['cron_mailprg']="Mailprogram";
$lang['cron_mailto']="Mailadress";
$lang['cron_ftp']="Send backup per FTP";
$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']="Die Zeit, die bei keiner &Uuml;bertragung zum Timeout f&uuml;hrt, Default 90 sek.";
$lang['ftp_timeout']="Connection-Timeout";
$lang['help_ftpssl']="";
$lang['config_askload']="Do you want to override the actual settings with the default settings?";
$lang['load']="load default\nsettings";
$lang['load_success']="The default settings were loaded.";
$lang['cron_samedb']="use actual database";
$lang['cron_crondbindex']="Database and Table-Prefix<br> for the Cronjob";
$lang['withattach']=" with attach";
$lang['withoutattach']=" without attach";
$lang['multidumpconf']="=Multidump Configuration=";
$lang['multidumpall']="=all Databases=";
$lang['gzip']="GZip-compression";
$lang['backup_dir']="Directory for Backup files";
$lang['db_only']="only connect to this database";
$lang['send_mail_form']="Send emailreport";
$lang['send_mail_dump']="Attach backup";
$lang['email_adress']="Email address";
$lang['email_subject']="Sender address of the email";
$lang['email_maxsize']="Maximum size of attachment";
$lang['age_of_files']="Delete by age of files (in days)";
$lang['number_of_files_form']="Delete by number of files";
$lang['language']="Language";
$lang['list_db']="Configured Databases:";
$lang['config_ftp']="FTP-Transfer of Backupfile";
$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-Dir";
$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']="Textcolor";
$lang['config_expert']="Expert-Configuration";
$lang['exp_chmod']="CHMod for Work-Dir";
$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['withalldbs']="with every database";
$lang['cbd']="Command before Backup";
$lang['cad']="Command after Backup";
$lang['exec']="execute";
$lang['commkind']="Kind of Command";
$lang['command']="Command";
$lang['wrong_connectionpars']="Connection-Parameters are wrong !";
$lang['connectionpars']="Connection-Parameter";
$lang['extendedpars']="extended Parameter";
$lang['dbonly']="Only this Database";
$lang['fade_in_out']="fade in/out";
$lang['db_backuppars']="Database Backup-Parameter";
$lang['general']="general";
$lang['maxsize']="max. Size";
$lang['backup_format']="Backup-Format";
$lang['inserts_complete']="complete Inserts";
$lang['inserts_extended']="extended Inserts";
$lang['inserts_delayed']="delayed Inserts";
$lang['inserts_ignore']="Error ignoring Inserts";
$lang['lock_tables']="Lock Tables";
$lang['errorhandling_restore']="Error Handling while restoring";
$lang['ehrestore_continue']="continue and log errors";
$lang['ehrestore_stop']="stop";
$lang['automatic']="automatic";
$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";
?>