mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/InputBox
synced 2024-11-11 16:49:54 +00:00
6cfaec4f1a
Also changed spaces to tabs in i18n/en.json. Change-Id: Id613f71d87150d7b6701952c27f9f5f9c0e68d8f
16 lines
621 B
JSON
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"
|
|
}
|