mediawiki-extensions-InputBox/i18n/en.json
Siebrand Mazeland f14419180a Use key names with the extension name as prefix
This prevents possible current or future key conflicts. Keys for
translations will be updated at translatewiki.net.

Change-Id: Ie94fa53340c9534f45a70cbafc4d55a7e2d58a7c
2014-04-05 22:00:44 +02:00

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"
}