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

33 Zeilen
2.0 KiB
PHP

<?php
$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_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_ad1']="If activated, then backup files will be deleted automatically.";
$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_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_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_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_croncompletelog']="When activated the complete output is written in the complete_log-file.
This is independent from text printing";
$lang['help_ftp_mode']="When problems occur while transfering via FTP, try to use the passive mode. ";
?>