mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/InputBox
synced 2024-11-28 00:50:02 +00:00
f14419180a
This prevents possible current or future key conflicts. Keys for translations will be updated at translatewiki.net. Change-Id: Ie94fa53340c9534f45a70cbafc4d55a7e2d58a7c
13 lines
531 B
JSON
13 lines
531 B
JSON
{
|
|
"@metadata": {
|
|
"authors": []
|
|
},
|
|
"inputbox-desc": "Allow inclusion of predefined HTML forms",
|
|
"inputbox-error-no-type": "You have not specified the type of input box to create.",
|
|
"inputbox-error-bad-type": "Input box type \"$1\" not recognized.\nPlease specify \"create\", \"comment\", \"search\", \"search2\" or \"fulltext\".",
|
|
"inputbox-tryexact": "Try exact match",
|
|
"inputbox-searchfulltext": "Search full text",
|
|
"inputbox-createarticle": "Create page",
|
|
"inputbox-ns-main": "Main"
|
|
}
|