fix missing translation, fix #1
parent
fedd65ebc8
commit
e85da0de92
|
@ -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';
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue