fix missing translation, fix #1

master
Jean-Christian Paul Denis 2023-01-30 21:15:07 +01:00
parent fedd65ebc8
commit e85da0de92
Signed by: JcDenis
GPG Key ID: 1B5B8C5B90B6C951
2 changed files with 5 additions and 2 deletions

View File

@ -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';

View File

@ -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"