From ebe856e8dfa1fbcca091d1c4e91cc3024ceaf0e4 Mon Sep 17 00:00:00 2001 From: Benjamin Sonntag Date: Wed, 2 Jun 2010 18:47:39 +0000 Subject: [PATCH] sql styling + missing trad --- bureau/admin/sql_del.php | 12 ++++++++++++ bureau/admin/sql_restore.php | 11 ++--------- bureau/locales/fr_FR/LC_MESSAGES/messages.po | 19 ++++++++++++++++--- 3 files changed, 30 insertions(+), 12 deletions(-) diff --git a/bureau/admin/sql_del.php b/bureau/admin/sql_del.php index edc1ffcd..284823cd 100644 --- a/bureau/admin/sql_del.php +++ b/bureau/admin/sql_del.php @@ -47,6 +47,18 @@ if ($confirm=="y") { exit(); } +$found=false; +foreach($_POST as $k) { + if (substr($key,0,4)=="del_") { + $found=true; + } +} +if (!$found) { + $error=_("Please check which databases you want to delete"); + include("sql_list.php"); + exit(); + } + ?>


diff --git a/bureau/admin/sql_restore.php b/bureau/admin/sql_restore.php index 1da2f5fe..62f6af58 100644 --- a/bureau/admin/sql_restore.php +++ b/bureau/admin/sql_restore.php @@ -58,15 +58,8 @@ echo "

"; ?>
- - - - - - - - -
" />
+

+

" />

"; diff --git a/bureau/locales/fr_FR/LC_MESSAGES/messages.po b/bureau/locales/fr_FR/LC_MESSAGES/messages.po index 8b14b88d..1d260a44 100644 --- a/bureau/locales/fr_FR/LC_MESSAGES/messages.po +++ b/bureau/locales/fr_FR/LC_MESSAGES/messages.po @@ -1777,7 +1777,7 @@ msgstr "Vous avez atteint votre quota de bases, vous ne pouvez plus en cr #: ../admin/sql_add.php:41 ../admin/sql_list.php:82 ../admin/sql_add.php:39 #: ../admin/sql_list.php:79 msgid "Create a new MySQL database" -msgstr "Création d'une base de données MySQL" +msgstr "Créer une nouvelle base de données MySQL" #: ../admin/sql_add.php:53 ../admin/sql_getparam.php:52 #: ../admin/sql_list.php:53 ../admin/sql_list.php:99 @@ -1870,6 +1870,11 @@ msgstr "Vos param msgid "Restore a SQL backup" msgstr "Restaurer une sauvegarde SQL" +#: ../admin/sql_dorestore.php:49 ../admin/sql_restore.php:54 + +msgid "Warning: Write the complete path and the filename.
For example if your backups are in the directory /Backups,
write /Backups/file.sql.gz (where file.sql.gz is the filename)." +msgstr "Attention : Indiquez le chemin complet et le nom du fichier
Par exemple si vos sauvegardes sont dans le répertoire /Sauvegardes,
écrivez /Sauvegardes/file.sql.gz (où file.sql.gz est le nom du fichier)." + #: ../admin/sql_dorestore.php:49 ../admin/sql_dorestore.php:48 msgid "" "Your database has been restored, check out the previous text for error " @@ -1945,9 +1950,9 @@ msgstr "Restaurer la sauvegarde MySQL de la base %s" #: ../admin/sql_restore.php:54 ../admin/sql_restore.php:82 #: ../admin/sql_restore.php:57 -msgid "Please enter the filename containing SQL data to be restored." +msgid "Please enter the path and the filename containing SQL data to be restored." msgstr "" -"Entrez le nom du fichier contenant des données SQL à restaurer dans la base." +"Entrez le chemin complet et le nom du fichier contenant des données SQL à restaurer dans la base." #: ../admin/sql_restore.php:58 ../admin/sql_restore.php:73 #: ../admin/sql_restore.php:86 ../admin/sql_restore.php:61 @@ -2000,6 +2005,10 @@ msgstr "Utilisez le tableau ci-dessous pour g msgid "Rights" msgstr "Droits" +#: ../admin/sql_users_list.php:53 ../admin/sql_users_list.php:64 +msgid "Manage the rights" +msgstr "Gérer les droits" + #: ../admin/sql_users_rights.php:38 ../admin/sql_users_rights.php:41 #, php-format msgid "MySQL Rights for %s" @@ -2864,3 +2873,7 @@ msgstr "Ou seulement les comptes de :" msgid "Advanced features" msgstr "Fonctionnalités avancées" + +msgid "Please check which databases you want to delete" +msgstr "Vous devez cocher les bases de données que vous souhaitez effacer" +