]> scripts.mit.edu Git - autoinstallsdev/mediawiki.git/blobdiff - extensions/InputBox/i18n/en.json
MediaWiki 1.30.2
[autoinstallsdev/mediawiki.git] / extensions / InputBox / i18n / en.json
diff --git a/extensions/InputBox/i18n/en.json b/extensions/InputBox/i18n/en.json
new file mode 100644 (file)
index 0000000..2594081
--- /dev/null
@@ -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"
+}