X-Git-Url: https://scripts.mit.edu/gitweb/autoinstallsdev/mediawiki.git/blobdiff_plain/19e297c21b10b1b8a3acad5e73fc71dcb35db44a..6932310fd58ebef145fa01eb76edf7150284d8ea:/extensions/InputBox/i18n/en.json diff --git a/extensions/InputBox/i18n/en.json b/extensions/InputBox/i18n/en.json new file mode 100644 index 00000000..25940819 --- /dev/null +++ b/extensions/InputBox/i18n/en.json @@ -0,0 +1,15 @@ +{ + "@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" +}