diff options
author | vdigital <vdigital@piwigo.org> | 2008-09-19 19:38:15 +0000 |
---|---|---|
committer | vdigital <vdigital@piwigo.org> | 2008-09-19 19:38:15 +0000 |
commit | 324a4a112ac4a883f086372c8053c0021a4380d4 (patch) | |
tree | 9535e403c0307902e3040e61159a288adb6a922a /language/fr_FR/common.lang.php | |
parent | bff424f8d9de0c258071e6e99f92f9960b13fbb7 (diff) |
Index page: Scrolling start above the category when description is too long.
Sql Trace in a <div> clear:both.
French de-à => du-au
git-svn-id: http://piwigo.org/svn/trunk@2550 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | language/fr_FR/common.lang.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/language/fr_FR/common.lang.php b/language/fr_FR/common.lang.php index 466c34d46..5082f2719 100644 --- a/language/fr_FR/common.lang.php +++ b/language/fr_FR/common.lang.php @@ -343,7 +343,7 @@ $lang['Administrator, webmaster and special user cannot use this method'] = 'Adm $lang['reg_err_mail_address_dbl'] = 'un utilisateur utilise déjà cette adresse e-mail'; $lang['Category results for'] = 'Résultats des catégories pour'; $lang['Tag results for'] = 'Résultats des tags pour'; -$lang['from %s to %s'] = 'de %s à %s'; +$lang['from %s to %s'] = 'du %s au %s'; $lang['start_play'] = 'Lecture du diaporama'; $lang['stop_play'] = 'Pause du diaporama'; $lang['start_repeat'] = 'Répeter le diaporama'; |