aboutsummaryrefslogtreecommitdiffstats
path: root/language/fr_FR/upgrade.lang.php
diff options
context:
space:
mode:
authorpatdenice <patdenice@piwigo.org>2008-11-03 19:52:33 +0000
committerpatdenice <patdenice@piwigo.org>2008-11-03 19:52:33 +0000
commit214164c9a16f3099660431deaa46c125eb71adf7 (patch)
treefda37e41b14b1a526d8fd3277b7d89e6bdf45809 /language/fr_FR/upgrade.lang.php
parent05ada8ba821bb9682cabf0147873adda6637ef60 (diff)
- Add roma theme to upgrade page.
- Upgrade translation. git-svn-id: http://piwigo.org/svn/trunk@2819 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'language/fr_FR/upgrade.lang.php')
-rw-r--r--language/fr_FR/upgrade.lang.php38
1 files changed, 38 insertions, 0 deletions
diff --git a/language/fr_FR/upgrade.lang.php b/language/fr_FR/upgrade.lang.php
new file mode 100644
index 000000000..41ec88d58
--- /dev/null
+++ b/language/fr_FR/upgrade.lang.php
@@ -0,0 +1,38 @@
+<?php
+// +-----------------------------------------------------------------------+
+// | Piwigo - a PHP based picture gallery |
+// +-----------------------------------------------------------------------+
+// | Copyright(C) 2008 Piwigo Team http://piwigo.org |
+// | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net |
+// | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick |
+// +-----------------------------------------------------------------------+
+// | This program is free software; you can redistribute it and/or modify |
+// | it under the terms of the GNU General Public License as published by |
+// | the Free Software Foundation |
+// | |
+// | This program is distributed in the hope that it will be useful, but |
+// | WITHOUT ANY WARRANTY; without even the implied warranty of |
+// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
+// | General Public License for more details. |
+// | |
+// | You should have received a copy of the GNU General Public License |
+// | along with this program; if not, write to the Free Software |
+// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
+// | USA. |
+// +-----------------------------------------------------------------------+
+
+$lang['Upgrade'] = 'Mise à jour';
+$lang['introduction message'] = 'Cette page vous propose de mettre à jour la base de donnée correspondante à votre ancienne version de piwigo vers la nouvelle version.
+L\'assistant de mise à jour pense la version actuelle est une <strong>version %s</strong> (ou équivalente).';
+$lang['Upgrade from %s to %s'] = 'Mise à jour de la version %s à %s';
+$lang['Statistics'] = 'Statistiques';
+$lang['total upgrade time'] = 'temps total de la mise à jour';
+$lang['total SQL time'] = 'temps total des requêtes SQL';
+$lang['SQL queries'] = 'nombre de requêtes SQL';
+$lang['Upgrade informations'] = 'Informations sur la mise à jour';
+$lang['delete upgrade files'] = '[Sécurité] Effacez les fichiers "upgrade.php", "upgrade_feed.php", "install.php" ainsi que le dossier "install"';
+$lang['remove line from mysql.inc.php'] = 'Dans le fichier include/mysql.inc.php, effacez la ligne suivante:';
+$lang['perform a maintenance check'] = 'Veuillez effectuer une maintenance dans [Administration>Spéciales>Maintenance] si vous rencontrez des problèmes.';
+$lang['deactivated plugins'] = 'Par précaution, les plugins suivants ont été désactivés. Vérifiez s\'il existe des mises à jour avant de les réactiver:';
+
+?> \ No newline at end of file