diff --git a/locales/fr/main.lang.php b/locales/fr/main.lang.php index d17d2a9..118cdcb 100644 --- a/locales/fr/main.lang.php +++ b/locales/fr/main.lang.php @@ -9,7 +9,8 @@ # DOT NOT MODIFY THIS FILE ! # -l10n::$locales['Enable "Simply favicon" extension'] = 'Activer l\'extension "Simply favicon"'; +l10n::$locales['Enable "%s" extension'] = 'Activer l\'extension "%s"'; l10n::$locales['You must place an image called favicon.png or .jpg or .ico into your blog\'s public directory.'] = 'Vous devez placer une image nommée favicon.png, .jpg ou .ico dans le répertoire publique du blog.'; l10n::$locales['There are no favicon in blog public directory'] = 'Il n\'y a pas de Favicon dans le répertoire public du blog.'; l10n::$locales['Current favicons:'] = 'Favicons actuels :'; +l10n::$locales['Multi-agents favicon'] = 'Favicon multi-agents'; diff --git a/locales/fr/main.po b/locales/fr/main.po index 7d737c8..c4dbf4a 100644 --- a/locales/fr/main.po +++ b/locales/fr/main.po @@ -10,7 +10,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" -msgid "Enable \"Simply favicon\" extension" +msgid "Enable \"%s\" extension" msgstr "Activer l'extension \"Simply favicon\"" msgid "You must place an image called favicon.png or .jpg or .ico into your blog's public directory." @@ -22,3 +22,5 @@ msgstr "Il n'y a pas de Favicon dans le répertoire public du blog." msgid "Current favicons:" msgstr "Favicons actuels :" +msgid "Multi-agents favicon" +msgstr "Favicon multi-agents"