summaryrefslogtreecommitdiff
path: root/extensions/InputBox/i18n/en.json
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2016-05-01 15:12:12 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2016-05-01 15:12:12 -0400
commitc9aa36da061816dee256a979c2ff8d2ee41824d9 (patch)
tree29f7002b80ee984b488bd047dbbd80b36bf892e9 /extensions/InputBox/i18n/en.json
parentb4274e0e33eafb5e9ead9d949ebf031a9fb8363b (diff)
parentd1ba966140d7a60cd5ae4e8667ceb27c1a138592 (diff)
Merge branch 'archwiki'
# Conflicts: # skins/ArchLinux.php # skins/ArchLinux/archlogo.gif
Diffstat (limited to 'extensions/InputBox/i18n/en.json')
-rw-r--r--extensions/InputBox/i18n/en.json15
1 files changed, 15 insertions, 0 deletions
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"
+}