diff options
author | nikrou <nikrou@piwigo.org> | 2010-03-20 22:35:39 +0000 |
---|---|---|
committer | nikrou <nikrou@piwigo.org> | 2010-03-20 22:35:39 +0000 |
commit | af78fa6193f7fec2bad09315aa1fb512d3c9a6fc (patch) | |
tree | ff597f8953de508e8e3ee948f4c66689e83fbf8c /language/fr_FR/common.lang.php | |
parent | 251eeb05aba7ddb79afafd4143a5435fc368b0e7 (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/common.lang.php')
-rw-r--r-- | language/fr_FR/common.lang.php | 5 |
1 files changed, 5 insertions, 0 deletions
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 |