diff options
author | rub <rub@piwigo.org> | 2006-04-14 21:12:26 +0000 |
---|---|---|
committer | rub <rub@piwigo.org> | 2006-04-14 21:12:26 +0000 |
commit | 4e8f0f583fc7254500e9d765853e30db4f9e5b01 (patch) | |
tree | a6c52738093d32b9dcb756b311972458d24e72d8 /language/fr_FR.iso-8859-1/common.lang.php | |
parent | c5fa25261540a813022699756e3753abad159317 (diff) |
Issue ID 326:
o Fix none translations "pictures"
o Fix display 0 pictures
Report of svn:1172
git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1173 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | language/fr_FR.iso-8859-1/common.lang.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/language/fr_FR.iso-8859-1/common.lang.php b/language/fr_FR.iso-8859-1/common.lang.php index aaa3eb1a0..ca646b862 100644 --- a/language/fr_FR.iso-8859-1/common.lang.php +++ b/language/fr_FR.iso-8859-1/common.lang.php @@ -344,4 +344,5 @@ $lang['useful when password forgotten'] = 'utile en cas d\'oubli de mot de passe $lang['w_month'] = 'Mois'; $lang['yes'] = 'Oui'; $lang['redirect_msg'] = 'Redirection...'; +$lang['pictures'] = 'images'; ?>
\ No newline at end of file |