82 Zeilen
Kein EOL
3,9 KiB
PHP
82 Zeilen
Kein EOL
3,9 KiB
PHP
<?php
|
|
//generated at 12.11.2005
|
|
|
|
$lang['convert_start']="Start Conversion";
|
|
$lang['convert_title']="Convert Dump to MSD Format";
|
|
$lang['convert_wrong_parameters']="Wrong parameters! Conversion is not possible.";
|
|
$lang['fm_title']="File Administration";
|
|
$lang['fm_uploadfilerequest']="please choose a file.";
|
|
$lang['fm_uploadnotallowed1']="This file type is not supported.";
|
|
$lang['fm_uploadnotallowed2']="Valid types are: *.gz and *.sql-files";
|
|
$lang['fm_uploadmoveerror']="Couldn't move selected file to the upload directory.";
|
|
$lang['fm_uploadfailed']="The upload has failed!";
|
|
$lang['fm_uploadfileexists']="A file with the same name already exists !";
|
|
$lang['fm_nofile']="You didn't choose a file!";
|
|
$lang['fm_delete1']="The file ";
|
|
$lang['fm_delete2']=" was deleted successfully.";
|
|
$lang['fm_delete3']=" couldn't be deleted!";
|
|
$lang['fm_choose_file']="Chosen file:";
|
|
$lang['fm_filename']="Filename";
|
|
$lang['fm_filesize']="File size";
|
|
$lang['fm_filedate']="File date";
|
|
$lang['fm_nofilesfound']="No file found.";
|
|
$lang['fm_tables']="Tables";
|
|
$lang['fm_records']="Records";
|
|
$lang['fm_all_bu']="All Backups";
|
|
$lang['fm_anz_bu']="Backups";
|
|
$lang['fm_last_bu']="Last Backup";
|
|
$lang['fm_totalsize']="Total Size";
|
|
$lang['fm_selecttables']="Select tables";
|
|
$lang['fm_comment']="Enter Comment";
|
|
$lang['fm_choosefile']="Choose a file to restore or delete:";
|
|
$lang['fm_restore']="Restore";
|
|
$lang['fm_alertrestore1']="Should the database";
|
|
$lang['fm_alertrestore2']="be restored with the records from the file";
|
|
$lang['fm_alertrestore3']=" ?";
|
|
$lang['fm_delete']="Delete";
|
|
$lang['fm_askdelete1']="Should the file ";
|
|
$lang['fm_askdelete2']=" really be deleted?";
|
|
$lang['fm_askdelete3']="Do you want autodelete to be executed with configured rules now?";
|
|
$lang['fm_askdelete4']="Do you want to delete all backup files?";
|
|
$lang['fm_askdelete5']="Do you want to delete all backup files with ";
|
|
$lang['fm_askdelete5_2']="_* ?";
|
|
$lang['fm_deleteauto']="Run autodelete manually";
|
|
$lang['fm_deleteall']="Delete all backup files";
|
|
$lang['fm_deleteallfilter']="Delete all with ";
|
|
$lang['fm_deleteallfilter2']="_*";
|
|
$lang['fm_newdump']="Or start a new backup:";
|
|
$lang['fm_startdump']="Start New Backup";
|
|
$lang['fm_upload']="Or upload file:";
|
|
$lang['fm_fileupload']="Upload file";
|
|
$lang['fm_fileimport']="Import SQL File";
|
|
$lang['fm_dbname']="Database name";
|
|
$lang['fm_files1']="Database Backups";
|
|
$lang['fm_files2']="Database Structures";
|
|
$lang['fm_autodel1']="Autodelete: the following files were deleted because of maximum files setting:";
|
|
$lang['fm_autodel2']="Autodelete: the following files were deleted because of their date:";
|
|
$lang['fm_dumpsettings']="Configuration for Perl Cron script";
|
|
$lang['fm_dumpsettings_cron']="Properties of the Perl Cron script";
|
|
$lang['fm_oldbackup']="(unknown)";
|
|
$lang['fm_restore_header']="Restore of Database <strong>\"";
|
|
$lang['fm_restore_header2']="\"</strong>";
|
|
$lang['fm_dump_header']="Backup";
|
|
$lang['DoCronButton']="Run the Perl Cron script";
|
|
$lang['DoPerlTest']="Test Perl Modules";
|
|
$lang['DoSimpleTest']="Test Perl";
|
|
$lang['cronperldesc']="This only works if you have Perl and the rights to use it <br>The address of the script is ";
|
|
$lang['perloutput1']="Entry in crondump.pl for absolute_path_of_configdir";
|
|
$lang['perloutput2']="URL for the browser or for external Cron job";
|
|
$lang['perloutput3']="Commandline in the Shell or for the Crontab";
|
|
$lang['converter']="Backup Converter";
|
|
$lang['convert_file']="File to be converted";
|
|
$lang['convert_filename']="Name of destination file (without extension)";
|
|
$lang['converting']="Converting";
|
|
$lang['convert_fileread']="Read file '%s'";
|
|
$lang['convert_finished']="Conversion finished, '%s' was written successfully.";
|
|
$lang['no_msd_backupfile']="Backups of other scripts";
|
|
$lang['max_upload_size']="Maximum filesize";
|
|
$lang['max_upload_size_info']="If your Dumpfile is bigger than the above mentioned limit, you must upload it via FTP into the directpry \"work/backup\".<br>
|
|
After that you will find it in the filemanagement and can select it to start a restore.";
|
|
|
|
|
|
?>
|