mediawiki-extensions-InputBox/i18n/uk.json
Siebrand Mazeland 2ed67f2c7d Migrate to JSON i18n
Procedure per https://www.mediawiki.org/wiki/Manual:GenerateJsonI18n.php
with shim.

Change-Id: Ia8b8777e8aac533bb5a87398b8fd06a2687248ec
2014-03-28 08:24:47 +01:00

16 lines
807 B
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"@metadata": {
"authors": [
"AS",
"Ahonc",
"Dim Grits"
]
},
"inputbox-desc": "Дозволяє включати заздалегідь визначені HTML-форми",
"inputbox-error-no-type": "Ви не зазначили тип поля вводу, яке створюється.",
"inputbox-error-bad-type": "Невідомий тип поля вводу «$1».\nБудь ласка, зазначте один з допустимих типів: «create», «comment», «search», «search2» або «fulltext».",
"tryexact": "Строгий пошук",
"searchfulltext": "Повнотекстовий пошук",
"createarticle": "Створити статтю",
"inputbox-ns-main": "Головна"
}