mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Scribunto
synced 2024-11-27 17:50:06 +00:00
Localisation updates from https://translatewiki.net.
Change-Id: I01204736729b24e92f9ca8ea71cd9db9b21abad9
This commit is contained in:
parent
57ed9f7f19
commit
772ff3f7ab
8
i18n/ff.json
Normal file
8
i18n/ff.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"@metadata": {
|
||||
"authors": [
|
||||
"Ibrahima"
|
||||
]
|
||||
},
|
||||
"scribunto-lua-error": "Lua error: $2."
|
||||
}
|
|
@ -47,7 +47,7 @@
|
|||
"scribunto-lua-in-function-at": "dans la fonction $1 : $2",
|
||||
"scribunto-lua-backtrace-line": "$1 : $2",
|
||||
"scribunto-lua-error-location": "Erreur Lua $1 : $2.",
|
||||
"scribunto-lua-error": "Erreur Lua : $2",
|
||||
"scribunto-lua-error": "Erreur Lua : $2",
|
||||
"scribunto-lua-notarrayreturn": "Erreur de script : Le module a renvoyé une valeur $2. Il est supposé renvoyer un tableau d’exportations.",
|
||||
"scribunto-luastandalone-proc-error": "Erreur LUA : Impossible de créer le processus.",
|
||||
"scribunto-luastandalone-proc-error-msg": "Erreur LUA : Impossible de créer le processus : $2",
|
||||
|
|
Loading…
Reference in a new issue