diff options
author | rub <rub@piwigo.org> | 2006-04-14 21:11:56 +0000 |
---|---|---|
committer | rub <rub@piwigo.org> | 2006-04-14 21:11:56 +0000 |
commit | e1c0fd7f4c76ae6c343b21dcf904ad4ef0b87ece (patch) | |
tree | 44aa6d311437ae1f366106cf6ed5be72bf579766 /language/fr_FR.iso-8859-1/common.lang.php | |
parent | 0d1eb2ecf3ce9ba580352f22179751a85a911e0f (diff) |
Issue ID 326:
o Fix none translations "pictures"
o Fix display 0 pictures
git-svn-id: http://piwigo.org/svn/trunk@1172 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'language/fr_FR.iso-8859-1/common.lang.php')
-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 |