Skip to content

Commit

Permalink
add: Please wait! The database tables are optimized before the backup.
Browse files Browse the repository at this point in the history
  • Loading branch information
r23 committed Jun 23, 2021
1 parent 67b287e commit 9e45e0c
Show file tree
Hide file tree
Showing 15 changed files with 18 additions and 16 deletions.
6 changes: 4 additions & 2 deletions mod/filemanagement.php
Original file line number Diff line number Diff line change
Expand Up @@ -131,8 +131,10 @@
$dump['fileoperations']=0;

$sUrl = 'dump.php?comment='.urlencode($dk).'&sel_dump_encoding='.$dump['sel_dump_encoding'].'&config='.urlencode($config['config_file']);
echo '<div id="pagetitle">' . $lang['L_DUMP_HEADLINE'] .'</div><div id="content"><p>';
echo '<br><br><p>' . sprintf($lang['L_DUMP_INFO'], $sUrl) . '</p></div>';
if ((isset($config['optimize_tables_beforedump']) && ($config['optimize_tables_beforedump'] == 1))) {
echo '<div id="pagetitle">' . $lang['L_DUMP_HEADLINE'] .'</div><div id="content"><p>';
echo '<br><br><p>' . sprintf($lang['L_DUMP_INFO'], $sUrl) . '</p></div>';
}
echo '<script>parent.MyOOS_Dumper_content.location.href="dump.php?comment='.urlencode($dk).'&sel_dump_encoding='.$dump['sel_dump_encoding'].'&config='.urlencode($config['config_file']).'";</script></body></html>';
exit();
}
Expand Down
2 changes: 1 addition & 1 deletion mod/language/ar/lang_dump.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
$lang['L_DUMP_HEADLINE']="انشاء نسخة احتياطية ...";
$lang['L_DUMP_INFO']="Please wait, you will be redirected automatically. If your browser does not support automatic redirection, click <a href=\"%s\">please click here</a>.";
$lang['L_DUMP_INFO']="Please wait! The database tables are optimized before the backup.";
$lang['L_GZIP_COMPRESSION']="GZip ضغط ";
$lang['L_SAVING_TABLE']="حفظ الجدول ";
$lang['L_OF']="مغلق";
Expand Down
2 changes: 1 addition & 1 deletion mod/language/ch/lang_dump.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
$lang['L_DUMP_HEADLINE']="bi am backup mache..";
$lang['L_DUMP_INFO']="Please wait, you will be redirected automatically. If your browser does not support automatic redirection, click <a href=\"%s\">please click here</a>.";
$lang['L_DUMP_INFO']="Please wait! The database tables are optimized before the backup.";
$lang['L_GZIP_COMPRESSION']="GZip-Kompression";
$lang['L_SAVING_TABLE']="Spichere Tabälle";
$lang['L_OF']="vo";
Expand Down
2 changes: 1 addition & 1 deletion mod/language/da/lang_dump.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
$lang['L_DUMP_HEADLINE']="Lav backup...";
$lang['L_DUMP_INFO']="Please wait, you will be redirected automatically. If your browser does not support automatic redirection, click <a href=\"%s\">please click here</a>.";
$lang['L_DUMP_INFO']="Please wait! The database tables are optimized before the backup.";
$lang['L_GZIP_COMPRESSION']="GZip-komprimering";
$lang['L_SAVING_TABLE']="Gemmer tabel ";
$lang['L_OF']="af";
Expand Down
2 changes: 1 addition & 1 deletion mod/language/de/lang_dump.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
$lang['L_DUMP_HEADLINE']="erzeuge Backup...";
$lang['L_DUMP_INFO']="Bitte warten, Sie werden automatisch weitergeleitet. Sollte Ihre Browser keine automatische Weiterleitung unterstützen, klicken Sie <a href=\"%s\">bitte hier</a>.";
$lang['L_DUMP_INFO']="Bitte warten! Die Datenbanktabellen werden vor dem Backup optimiert.";
$lang['L_GZIP_COMPRESSION']="GZip-Kompression";
$lang['L_SAVING_TABLE']="Speichere Tabelle ";
$lang['L_OF']="von";
Expand Down
2 changes: 1 addition & 1 deletion mod/language/de_du/lang_dump.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
$lang['L_DUMP_HEADLINE']="erzeuge Backup...";
$lang['L_DUMP_INFO']="Bitte warte, Du wirst automatisch weitergeleitet. Sollte Dein Browser keine automatische Weiterleitung unterstützen, klicke <a href=\"%s\">bitte hier</a>.";
$lang['L_DUMP_INFO']="Bitte warten! Die Datenbanktabellen werden vor dem Backup optimiert.";
$lang['L_GZIP_COMPRESSION']="GZip-Kompression";
$lang['L_SAVING_TABLE']="Speichere Tabelle ";
$lang['L_OF']="von";
Expand Down
2 changes: 1 addition & 1 deletion mod/language/el/lang_dump.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
$lang['L_DUMP_HEADLINE']="Δημιουργία Αντιγράφου Ασφαλείας...";
$lang['L_DUMP_INFO']="Please wait, you will be redirected automatically. If your browser does not support automatic redirection, click <a href=\"%s\">please click here</a>.";
$lang['L_DUMP_INFO']="Please wait! The database tables are optimized before the backup.";
$lang['L_GZIP_COMPRESSION']="Συμπίεση GZip";
$lang['L_SAVING_TABLE']="Αποθήκευση πίνακα ";
$lang['L_OF']="από";
Expand Down
2 changes: 1 addition & 1 deletion mod/language/en/lang_dump.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
$lang['L_DUMP_HEADLINE']="Create backup...";
$lang['L_DUMP_INFO']="Please wait, you will be redirected automatically. If your browser does not support automatic redirection, click <a href=\"%s\">please click here</a>.";
$lang['L_DUMP_INFO']="Please wait! The database tables are optimized before the backup.";
$lang['L_GZIP_COMPRESSION']="GZip Compression";
$lang['L_SAVING_TABLE']="Saving table ";
$lang['L_OF']="of";
Expand Down
2 changes: 1 addition & 1 deletion mod/language/es/lang_dump.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
$lang['L_DUMP_HEADLINE']="Creando copia de seguridad...";
$lang['L_DUMP_INFO']="Please wait, you will be redirected automatically. If your browser does not support automatic redirection, click <a href=\"%s\">please click here</a>.";
$lang['L_DUMP_INFO']="Please wait! The database tables are optimized before the backup.";
$lang['L_GZIP_COMPRESSION']="La compresión GZip";
$lang['L_SAVING_TABLE']="Guardando tabla ";
$lang['L_OF']="de";
Expand Down
2 changes: 1 addition & 1 deletion mod/language/fr/lang_dump.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
$lang['L_DUMP_HEADLINE']="créer copie de sauvegarde...";
$lang['L_DUMP_INFO']="Please wait, you will be redirected automatically. If your browser does not support automatic redirection, click <a href=\"%s\">please click here</a>.";
$lang['L_DUMP_INFO']="Please wait! The database tables are optimized before the backup.";
$lang['L_GZIP_COMPRESSION']="La compression GZip";
$lang['L_SAVING_TABLE']="Sauvegarder les tables ";
$lang['L_OF']="de";
Expand Down
2 changes: 1 addition & 1 deletion mod/language/it/lang_dump.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
$lang['L_DUMP_HEADLINE']="Crea backup...";
$lang['L_DUMP_INFO']="Please wait, you will be redirected automatically. If your browser does not support automatic redirection, click <a href=\"%s\">please click here</a>.";
$lang['L_DUMP_INFO']="Please wait! The database tables are optimized before the backup.";
$lang['L_GZIP_COMPRESSION']="Compressione-GZip";
$lang['L_SAVING_TABLE']="Salva tabella ";
$lang['L_OF']="da";
Expand Down
2 changes: 1 addition & 1 deletion mod/language/pt_br/lang_dump.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
$lang['L_DUMP_HEADLINE']="Criar backup...";
$lang['L_DUMP_INFO']="Please wait, you will be redirected automatically. If your browser does not support automatic redirection, click <a href=\"%s\">please click here</a>.";
$lang['L_DUMP_INFO']="Please wait! The database tables are optimized before the backup.";
$lang['L_GZIP_COMPRESSION']="Compressão gzip";
$lang['L_SAVING_TABLE']="Salvando a tabela ";
$lang['L_OF']="of";
Expand Down
2 changes: 1 addition & 1 deletion mod/language/sw/lang_dump.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
$lang['L_DUMP_HEADLINE']="skapa backup ...";
$lang['L_DUMP_INFO']="Please wait, you will be redirected automatically. If your browser does not support automatic redirection, click <a href=\"%s\">please click here</a>.";
$lang['L_DUMP_INFO']="Please wait! The database tables are optimized before the backup.";
$lang['L_GZIP_COMPRESSION']="GZIP-komprimering";
$lang['L_SAVING_TABLE']="Sparar tabellen";
$lang['L_OF']="av";
Expand Down
2 changes: 1 addition & 1 deletion mod/language/tr/lang_dump.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
$lang['L_DUMP_HEADLINE']="yedekleme oluşturuluyor...";
$lang['L_DUMP_INFO']="Please wait, you will be redirected automatically. If your browser does not support automatic redirection, click <a href=\"%s\">please click here</a>.";
$lang['L_DUMP_INFO']="Please wait! The database tables are optimized before the backup.";
$lang['L_GZIP_COMPRESSION']="GZip-sıkıştırma ";
$lang['L_SAVING_TABLE']="Tablo kaytediliyor ";
$lang['L_OF']="tarihinde";
Expand Down
2 changes: 1 addition & 1 deletion mod/language/vn/lang_dump.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
$lang['L_DUMP_HEADLINE']="Sao lưu...";
$lang['L_DUMP_INFO']="Please wait, you will be redirected automatically. If your browser does not support automatic redirection, click <a href=\"%s\">please click here</a>.";
$lang['L_DUMP_INFO']="Please wait! The database tables are optimized before the backup.";
$lang['L_GZIP_COMPRESSION']="Nén GZip";
$lang['L_SAVING_TABLE']="Đang lưu các bảng dữ liệu ";
$lang['L_OF']="của";
Expand Down

0 comments on commit 9e45e0c

Please sign in to comment.