diff options
author | vdigital <vdigital@piwigo.org> | 2008-05-16 20:40:36 +0000 |
---|---|---|
committer | vdigital <vdigital@piwigo.org> | 2008-05-16 20:40:36 +0000 |
commit | 4fca6fa23442a83b9ef53a19b5754959674ac0a6 (patch) | |
tree | 8b1cab48575eac1430d3e24d257ceddcc0e3a21e | |
parent | 619bdc957b316156d3b1722421f68a74e6e8b8c7 (diff) |
Bug: 740 Language review
git-svn-id: http://piwigo.org/svn/branches/branch-1_7@2347 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | include/menubar.inc.php | 2 | ||||
-rw-r--r-- | plugins/admin_advices/fr_FR.iso-8859-1/lang.adv.php | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/include/menubar.inc.php b/include/menubar.inc.php index 604b66a49..f6d677239 100644 --- a/include/menubar.inc.php +++ b/include/menubar.inc.php @@ -153,7 +153,7 @@ if ('tags' == $page['section']) ) ), 'TITLE' => l10n_dec( - '%d picture are also linked to current tags', + '%d picture is also linked to current tags', '%d pictures are also linked to current tags', $tag['counter']), ) diff --git a/plugins/admin_advices/fr_FR.iso-8859-1/lang.adv.php b/plugins/admin_advices/fr_FR.iso-8859-1/lang.adv.php index 2c15e0856..b4a0c2815 100644 --- a/plugins/admin_advices/fr_FR.iso-8859-1/lang.adv.php +++ b/plugins/admin_advices/fr_FR.iso-8859-1/lang.adv.php @@ -256,8 +256,8 @@ foreach ($cases as $id_adv) . 'create_listing_file.php devra être modifié.<br />' . 'Vous devriez avoir un message d\'avertissement pendant la ' . 'synchronisation dans ce cas.'; - $adv[] = 'Try to keep the same prefix thru all your sites either ' - . 'local or distants.'; + $adv[] = 'Essayez de garder le même préfixe de miniatures pour les sites ' + . 'locaux ou distants.'; $adv[] = 'Conservez ce paramètre dans votre ./include/config_' . '<strong>local.inc.php</strong>. <br />' . 'Voir la page sur la configuration dans le Wiki pour plus ' |