mediawiki-extensions-InputBox/i18n/en.json
Kevin Israel 6cfaec4f1a Remove use of message 'postcomment'
Also changed spaces to tabs in i18n/en.json.

Change-Id: Id613f71d87150d7b6701952c27f9f5f9c0e68d8f
2014-04-22 11:53:22 -04:00

16 lines
621 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-movearticle": "Move page",
"inputbox-postcomment": "New section",
"inputbox-postcommenttitle": "New section",
"inputbox-ns-main": "Main"
}