62 Zeilen
Kein EOL
3,3 KiB
PHP
62 Zeilen
Kein EOL
3,3 KiB
PHP
<?php
|
|
//generated at 12.11.2005
|
|
|
|
$lang['dump_headline']="Create backup...";
|
|
$lang['gzip_compression']="GZip Compression is";
|
|
$lang['on']="on";
|
|
$lang['off']="off";
|
|
$lang['saving_table']="Saving table ";
|
|
$lang['of']="of";
|
|
$lang['actual_table']="Actual table";
|
|
$lang['progress_table']="Progress of table";
|
|
$lang['progress_over_all']="Overall Progress";
|
|
$lang['entry']="Entry";
|
|
$lang['done']="Done!";
|
|
$lang['dump_successful']=" was successfully created.";
|
|
$lang['upto']="up to";
|
|
$lang['email_was_send']="Email was successfully sent to ";
|
|
$lang['back_to_control']="Continue";
|
|
$lang['back_to_overview']="Database Overview";
|
|
$lang['dump_filename']="Backup File: ";
|
|
$lang['withpraefix']="with prefix";
|
|
$lang['dump_notables']="No tables found in database `<b>%s</b>` ";
|
|
$lang['dump_endergebnis']="The file contains <b>%s</b> tables with <b>%s</b> records.<br>";
|
|
$lang['mailerror']="Sending of email failed!";
|
|
$lang['emailbody_attach']="The Attachment contains the backup of your MySQL-Database.<br>Backup of Database `%s`
|
|
<br><br>Following File was created:<br><br>%s <br><br>Kind regards<br><br>MySQLDumper<br><a href=";
|
|
$lang['emailbody_mp_noattach']="A Multipart Backup was created.<br>The Backup files are not attached to this email!<br>Backup of Database `%s`
|
|
<br><br>Following Files were created:<br><br>%s
|
|
<br><br>Kind regards<br><br>MySQLDumper<br><a href=\"http://www.mysqldumper.de/\">www.mysqldumper.de</a>";
|
|
$lang['emailbody_mp_attach']="A Multipart Backup was created.<br>The Backup files are attached to separate emails.<br>Backup of Database `%s`
|
|
<br><br>Following Files were created:<br><br>%s <br><br>Kind regards<br><br>MySQLDumper<br><a href=\"http://www.mysqldumper.de/\">www.mysqldumper.de</a>";
|
|
$lang['emailbody_footer']="`<br><br>Kind regards<br><br>MySQLDumper<br><a href=\"http://www.mysqldumper.de/\">www.mysqldumper.de</a>";
|
|
$lang['emailbody_toobig']="The Backup file exceeded the maximum size of %s and was not attached to this email.<br>Backup of Database `%s`
|
|
<br><br>Following File was created:<br><br>%s
|
|
<br><br>Kind regards<br><br>MySQLDumper<br><a href=\"http://www.mysqldumper.de/\">www.mysqldumper.de</a>";
|
|
$lang['emailbody_noattach']="Files are not attached to this email!<br>Backup of Database `%s`
|
|
<br><br>Following File was created:<br><br>%s
|
|
<br><br>Kind regards<br><br>MySQLDumper<br><a href=\"http://www.mysqldumper.de/\">www.mysqldumper.de</a>";
|
|
$lang['email_only_attachment']=" ... attachment only.";
|
|
$lang['tableselection']="Table selection";
|
|
$lang['selectall']="Select All";
|
|
$lang['deselectall']="Select None";
|
|
$lang['startdump']="Start Backup";
|
|
$lang['datawith']="Records with";
|
|
$lang['lastbufrom']="last update from";
|
|
$lang['startrestore']="Start Restore";
|
|
$lang['not_supported']="This backup doesn't support this function.";
|
|
$lang['multidump']="Multidump: Backup of <b>%d</b> Databases done.";
|
|
$lang['filesendftp']="send file via FTP... please be patient. ";
|
|
$lang['ftpconnerror']="FTP connection not established! Connection with ";
|
|
$lang['ftpconnerror1']=" as user ";
|
|
$lang['ftpconnerror2']=" not possible";
|
|
$lang['ftpconnerror3']="FTP Upload failed! ";
|
|
$lang['ftpconnected1']="Connected with ";
|
|
$lang['ftpconnected2']=" on ";
|
|
$lang['ftpconnected3']=" transfer successful";
|
|
$lang['nr_tables_selected']="- with %s selected tables";
|
|
$lang['nr_tables_optimized']="<span class=";
|
|
$lang['dump_errors']="<p class=\"warnung\">%s erros occured: <a href=\"log.php?r=3\">view</a></p>";
|
|
|
|
|
|
?>
|