diff options
author | vdigital <vdigital@piwigo.org> | 2007-01-18 07:05:10 +0000 |
---|---|---|
committer | vdigital <vdigital@piwigo.org> | 2007-01-18 07:05:10 +0000 |
commit | c2920c7738bfdb54d477dcdaf8213fbc47d3a783 (patch) | |
tree | 9387ef1f51c9af4389613967c8309a7e0f1908d9 /language/fr_FR.iso-8859-1/common.lang.php | |
parent | 4fb42505ece84fa64d5e77436cfdcb792c333006 (diff) |
Issue 0000615: End of page replaced by icon/page_end.png
git-svn-id: http://piwigo.org/svn/trunk@1732 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | language/fr_FR.iso-8859-1/common.lang.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/language/fr_FR.iso-8859-1/common.lang.php b/language/fr_FR.iso-8859-1/common.lang.php index bcc5d75d7..a93e62efb 100644 --- a/language/fr_FR.iso-8859-1/common.lang.php +++ b/language/fr_FR.iso-8859-1/common.lang.php @@ -615,4 +615,6 @@ $lang['w_month'] = 'Mois'; $lang['yes'] = 'Oui'; $lang['note_filter_day'] = 'L\'ensemble des éléments est filtré pour n\'afficher que les éléments récents de moins de %d jour.'; $lang['note_filter_days'] = 'L\'ensemble des éléments est filtré pour n\'afficher que les éléments récents de moins de %d jours.'; -?>
\ No newline at end of file +$lang['page_end'] = 'Bas de page'; + +?> |