From c1f9b1f7b1b77776192048005dcc66dcf3df2bfb Mon Sep 17 00:00:00 2001 From: Pierre Schmitz Date: Sat, 27 Dec 2014 15:41:37 +0100 Subject: Update to MediaWiki 1.24.1 --- extensions/InputBox/i18n/en.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 extensions/InputBox/i18n/en.json (limited to '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" +} -- cgit v1.2.2