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

51 Zeilen
3.4 KiB
PHP

<?php
//generated at 28.02.2005
$lang['help_db']="This is the list of all Databases";
$lang['help_praefix']="the prefix is a string at the beginning of a table name, which works as a filter.";
$lang['help_sqltrenn']="A Seperator to seperate the SQL-Statements unambiguous.";
$lang['help_zip']="Compression with GZip - recommended state is 'activated'";
$lang['help_memorylimit']="The max. amount of memory in Bytes for the script\n0 = deactivated";
$lang['memory_limit']="Memorylimit";
$lang['help_budir']="Here is the folder where backups are placed..";
$lang['help_mail1']="If activated, then after a backup, an email is sent with the backup as an attachment.";
$lang['help_mail2']="This is the receiver of the email.";
$lang['help_mail3']="This is the sender of the email.";
$lang['help_mail4']="The maximum size for email-attach , if is 0 it will be ignored";
$lang['help_mail5']="Here you can select if the backup should send as email-attach";
$lang['help_ad1']="If activated, then backup files will be deleted automatically.";
$lang['help_ad2']="the maximum number of days to keep backup file (for autodelete)\n0 = deactivated";
$lang['help_ad3']="the maximum number of backup files (for autodelete)0 = deactivated";
$lang['help_lang']="select your language";
$lang['help_empty_db_before_restore']="To eleminate useless data you can instruct to empty the database before restore";
$lang['help_crontime']="the time in seconds the cronscript will get on top";
$lang['help_cronmail']="Select if the Cronjob should send the Backup via Mail";
$lang['help_cronmailprg']="the Path to your mailprogram, default is sendmail with given path";
$lang['help_cronmailto']="the Adress for sending mail";
$lang['help_cronftp']="Select if the Cronjob should send the Backup via FTP";
$lang['help_cronzip']="Compression with GZip in Cronjob- recommended state is 'activated' (you need the Compression-Lib installed!)";
$lang['help_cronperlpath']="The Path to perl must be exact, other the script may not work.\nDefault setting works in most cases.";
$lang['help_cronextender']="The extension of the perlscriptes, default is '.pl'";
$lang['help_cronsavepath']="The name of the configurationfile for the perlscript";
$lang['help_cronprintout']="If deactivated the output will not be printed on screen.
It is independant from the printing in the logfile.";
$lang['help_cronsamedb']="Use same database in cronjob like configured under Database?";
$lang['help_crondbindex']="choose the database for cronjob";
$lang['help_cronmail_dump']="";
$lang['help_ftptransfer']="if activated, file will be sent via FTP.";
$lang['help_ftpserver']="Address of the FTP-Server";
$lang['help_ftpport']="Port of the FTP-Server, standard: 21";
$lang['help_ftpuser']="enter username for FTP";
$lang['help_ftppass']="enter password for FTP";
$lang['help_ftpdir']="where is the upload-dir? enter path!";
$lang['help_chmod']="Default setting is 777";
$lang['help_speed']="Minimum and maximum speed, default is 50 to 5000";
$lang['speed']="Speed-Control";
$lang['help_cronexecpath']="The place of the perlscripts.\nStarting Point is the HTTP-Adress (like Adresses in the Browser)\nAllowed are absolute or relative entries.";
$lang['cron_execpath']="Path of Perlscripts";
$lang['help_browser']="Select your Browser.\nAttention: don't use Internet Explorer with the setting 'other Browser' !";
$lang['help_croncompletelog']="When activated the complete output is written in the complete_log-file.
This is independent from text printing";
?>