aboutsummaryrefslogtreecommitdiffstats
path: root/language/fr_FR
diff options
context:
space:
mode:
authornikrou <nikrou@piwigo.org>2010-03-20 22:35:39 +0000
committernikrou <nikrou@piwigo.org>2010-03-20 22:35:39 +0000
commitaf78fa6193f7fec2bad09315aa1fb512d3c9a6fc (patch)
treeff597f8953de508e8e3ee948f4c66689e83fbf8c /language/fr_FR
parent251eeb05aba7ddb79afafd4143a5435fc368b0e7 (diff)
Fix some language keys problems
Need translations ! git-svn-id: http://piwigo.org/svn/trunk@5207 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'language/fr_FR')
-rw-r--r--language/fr_FR/admin.lang.php24
-rw-r--r--language/fr_FR/common.lang.php5
2 files changed, 23 insertions, 6 deletions
diff --git a/language/fr_FR/admin.lang.php b/language/fr_FR/admin.lang.php
index ca1500d69..b16947f6c 100644
--- a/language/fr_FR/admin.lang.php
+++ b/language/fr_FR/admin.lang.php
@@ -596,12 +596,12 @@ $lang['Caddie is currently empty'] = "Le panier est actuellement vide.";
$lang['Upload'] = "Téléchargement";
$lang['Show upload link every time'] = "Afficher le lien d'ajout d'image tout le temps";
$lang['User access level to upload'] = "Niveau d'accès utilisateur pour télécharger";
-$lang['Free access'] = "Accès libre";
-$lang['Access to all'] = "Accès à tous";
-$lang['Access to subscribed'] = "Accès aux inscrits";
-$lang['Access to administrators'] = "Accès aux administrateurs";
-$lang['Access to webmasters'] = "Accès aux webmestres";
-$lang['No access'] = "Pas d'accès";
+$lang['ACCESS_0'] = "Accès libre";
+$lang['ACCESS_1'] = "Accès à tous";
+$lang['ACCESS_2'] = "Accès aux inscrits";
+$lang['ACCESS_3'] = "Accès aux administrateurs";
+$lang['ACCESS_4'] = "Accès aux webmestres";
+$lang['ACCESS_5'] = "Pas d'accès";
$lang['Demo'] = "Démo";
$lang['Piwigo home'] = "Accueil Piwigo";
$lang['Support'] = "Support";
@@ -666,4 +666,16 @@ $lang['Email administrators when a comment is modified'] = "Notifier les adminis
$lang['Email administrators when a comment is deleted'] = "Notifier les administrateurs quand un commentaire est supprimé";
$lang['Cannot delete the old permalink !'] = "Impossible de supprimer cet ancien lien permanent !";
$lang['Hit'] = "score";
+
+$lang['Tools'] = "Outils";
+$lang['Photos'] = "Photos";
+$lang['Themes'] = "Thèmes";
+$lang['Instructions to use Piwigo'] = "Aide pour utiliser Piwigo";
+$lang['Order alphanumerically'] = "Ordre alphanumérique";
+$lang['Order alphanumerically reverse'] = "Ordre alphanumérique inverse";
+$lang['Installed Themes'] = "Thèmes installés";
+$lang['Add New Theme'] = "Ajouter un thème";
+$lang['Forbid this theme to users'] = "Interdire ce thème aux utilisateurs";
+$lang['Set as default theme for unregistered and new users'] = "Thème par défaut pour les invités et les nouveaux utilisateurs";
+$lang['unknown'] = 'inconnu';
?> \ No newline at end of file
diff --git a/language/fr_FR/common.lang.php b/language/fr_FR/common.lang.php
index a85a5c93b..8a86c325d 100644
--- a/language/fr_FR/common.lang.php
+++ b/language/fr_FR/common.lang.php
@@ -367,4 +367,9 @@ $lang['Reset to default values'] = "Rétablir les valeurs par défaut";
$lang['delete all images from your favorites'] = "supprimer toutes les images de vos favoris";
$lang['Sent by'] = "Envoyé par";
$lang['Cookies are blocked or not supported by your browser. You must enable cookies to connect.'] = "Les cookies sont bloqués ou non supportés par votre navigateur web. Vous devez activer les cookies pour vous connecter.";
+
+$lang['Some info about this picture'] = "Informations sur cette image";
+$lang['Some more (technical) info about this picture'] = "Informations (techniques) sur cette image";
+$lang['edit this comment'] = "editer ce commentaire";
+$lang['Edit a comment'] = "Editer ce commentaire";
?> \ No newline at end of file