51 Zeilen
Kein EOL
3,4 KiB
PHP
51 Zeilen
Kein EOL
3,4 KiB
PHP
<?php
|
|
//generated at 12.11.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 separator to separate the SQL statements unambiguously.";
|
|
$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']="Memory limit";
|
|
$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 attachment, 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 eliminate useless data you can instruct to empty the database before restore";
|
|
$lang['help_crontime']="the time in seconds the Cron script will get on top";
|
|
$lang['help_cronmail']="Select if the Cron job should send the Backup via Mail";
|
|
$lang['help_cronmailprg']="the path to your mail program, default is sendmail with given path";
|
|
$lang['help_cronmailto']="the address for sending mail";
|
|
$lang['help_cronftp']="Select if the Cron job should send the Backup via FTP";
|
|
$lang['help_cronzip']="Compression with GZip in Cron job- recommended state is 'activated' (you need the Compression-Lib installed!)";
|
|
$lang['help_cronperlpath']="The path to Perl must be exact, otherwise the script may not work.\nDefault setting works in most cases.";
|
|
$lang['help_cronextender']="The extension of the Perl scripts, default is '.pl'";
|
|
$lang['help_cronsavepath']="The name of the configuration file for the Perl script";
|
|
$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 Cron job like configured under Database?";
|
|
$lang['help_crondbindex']="choose the database for Cron job";
|
|
$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 Perl scripts.\nStarting Point is the HTTP-Address (like Addresses in the Browser)\nAllowed are absolute or relative entries.";
|
|
$lang['cron_execpath']="Path of Perl scripts";
|
|
$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";
|
|
|
|
|
|
?>
|