diff options
author | rub <rub@piwigo.org> | 2007-03-29 19:04:54 +0000 |
---|---|---|
committer | rub <rub@piwigo.org> | 2007-03-29 19:04:54 +0000 |
commit | 7acc304f5543f2210a888e9bb562bb25032aa694 (patch) | |
tree | 05e9be787ad2d40f304c9c6d871f39a14f85299b /language/fr_FR.iso-8859-1/common.lang.php | |
parent | ac97e7356502f2300c4e6c6f85e35eb854d5f40a (diff) |
o add missing $lang
o use of l10n_dec
o normalize file header
git-svn-id: http://piwigo.org/svn/trunk@1932 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 3ae1f0d8b..0ce3f7800 100644 --- a/language/fr_FR.iso-8859-1/common.lang.php +++ b/language/fr_FR.iso-8859-1/common.lang.php @@ -306,6 +306,7 @@ $lang['%d new element'] = '%d nouvel élément'; $lang['%d new elements'] = '%d nouveaux éléments'; $lang['%d new user'] = '%d nouvel utilisateur'; $lang['%d new users'] = '%d nouveaux utilisateurs'; +$lang['%d picture are also linked to current tags'] = '%d image est également liée aux tags courants'; $lang['%d pictures are also linked to current tags'] = '%d images sont également liées aux tags courants'; $lang['%d waiting element'] = '%d élément en attente'; $lang['%d waiting elements'] = '%d éléments en attente'; |