mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Scribunto
synced 2024-11-24 08:14:09 +00:00
Localisation updates from https://translatewiki.net.
Change-Id: Ia27e3bf122700ee7dd7c1fe1aff3ef88bcaa9c89
This commit is contained in:
parent
9094f6887f
commit
0d41404fd8
|
@ -3,12 +3,16 @@
|
||||||
"authors": [
|
"authors": [
|
||||||
"DzWiki",
|
"DzWiki",
|
||||||
"Palapa",
|
"Palapa",
|
||||||
"Srdjan m"
|
"Srdjan m",
|
||||||
|
"Obsuser"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"scribunto-doc-page-name": "Module:$1/dok",
|
"scribunto-doc-page-name": "Module:$1/dok",
|
||||||
"scribunto-doc-page-does-not-exist": "''Dokumentaciju za ovaj modul možete napraviti na stranici [[$1]]''",
|
"scribunto-doc-page-does-not-exist": "''Dokumentaciju za ovaj modul možete napraviti na stranici [[$1]]''",
|
||||||
"scribunto-doc-page-header": "'''Ovo je stranica dokumentacije za [[$1]]'''",
|
"scribunto-doc-page-header": "'''Ovo je stranica dokumentacije za [[$1]]'''",
|
||||||
"scribunto-console-clear": "Očisti",
|
"scribunto-console-clear": "Očisti",
|
||||||
"scribunto-lua-error": "Lua greška: $2."
|
"scribunto-lua-error": "Lua greška: $2.",
|
||||||
|
"scribunto-limitreport-timeusage": "Lua – upotreba vremena",
|
||||||
|
"scribunto-limitreport-timeusage-value": "$1/$2 sekundi",
|
||||||
|
"scribunto-limitreport-memusage": "Lua – upotreba memorije"
|
||||||
}
|
}
|
||||||
|
|
|
@ -16,6 +16,9 @@
|
||||||
"scribunto-common-error-category": "Странице са грешкама у скрипти",
|
"scribunto-common-error-category": "Странице са грешкама у скрипти",
|
||||||
"scribunto-lua-error-location": "Lua грешка $1: $2.",
|
"scribunto-lua-error-location": "Lua грешка $1: $2.",
|
||||||
"scribunto-lua-error": "Lua грешка: $2.",
|
"scribunto-lua-error": "Lua грешка: $2.",
|
||||||
|
"scribunto-limitreport-timeusage": "Време коришћења Lua",
|
||||||
|
"scribunto-limitreport-timeusage-value": "$1/$2 секунди",
|
||||||
|
"scribunto-limitreport-memusage": "Меморија коришћења Lua",
|
||||||
"nstab-module": "Модул",
|
"nstab-module": "Модул",
|
||||||
"tooltip-ca-nstab-module": "Погледајте страницу модула"
|
"tooltip-ca-nstab-module": "Погледајте страницу модула"
|
||||||
}
|
}
|
||||||
|
|
|
@ -16,5 +16,8 @@
|
||||||
"scribunto-common-error-category": "Stranice sa greškama u skripti",
|
"scribunto-common-error-category": "Stranice sa greškama u skripti",
|
||||||
"scribunto-lua-error-location": "Lua greška $1: $2.",
|
"scribunto-lua-error-location": "Lua greška $1: $2.",
|
||||||
"scribunto-lua-error": "Lua greška: $2.",
|
"scribunto-lua-error": "Lua greška: $2.",
|
||||||
|
"scribunto-limitreport-timeusage": "Vreme korišćenja Lua",
|
||||||
|
"scribunto-limitreport-timeusage-value": "$1/$2 sekundi",
|
||||||
|
"scribunto-limitreport-memusage": "Memorija korišćenja Lua",
|
||||||
"nstab-module": "Modul"
|
"nstab-module": "Modul"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue