summaryrefslogtreecommitdiff
path: root/extensions/WikiEditor/i18n/en.json
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/WikiEditor/i18n/en.json')
-rw-r--r--extensions/WikiEditor/i18n/en.json20
1 files changed, 11 insertions, 9 deletions
diff --git a/extensions/WikiEditor/i18n/en.json b/extensions/WikiEditor/i18n/en.json
index 2138026d..0384b295 100644
--- a/extensions/WikiEditor/i18n/en.json
+++ b/extensions/WikiEditor/i18n/en.json
@@ -25,7 +25,6 @@
"wikieditor-toolbar-desc": "Edit page toolbar with enhanced usability",
"wikieditor-toolbar-preference": "Enable enhanced editing toolbar",
"wikieditor-toolbar-dialogs-preference": "Enable wizards for inserting links, tables as well as the search and replace function",
- "wikieditor-toolbar-hidesig": "Hide the signature button from pages in the main namespace",
"wikieditor-toolbar-loading": "Loading...",
"wikieditor-toolbar-tool-bold": "Bold",
"wikieditor-toolbar-tool-bold-example": "Bold text",
@@ -121,7 +120,7 @@
"wikieditor-toolbar-tool-table-insert": "Insert",
"wikieditor-toolbar-tool-table-cancel": "Cancel",
"wikieditor-toolbar-tool-table-example-text": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut nec purus diam. Sed aliquam imperdiet nunc quis lacinia. Donec rutrum consectetur placerat. Sed volutpat neque non purus faucibus id ultricies enim euismod.",
- "wikieditor-toolbar-tool-table-toomany": "Inserting a table with more than 1000 cells is not possible with this dialog.",
+ "wikieditor-toolbar-tool-table-toomany": "Inserting a table with more than $1 {{PLURAL:$1|cells}} is not possible with this dialog.",
"wikieditor-toolbar-tool-table-invalidnumber": "You have not entered a valid number of rows or columns.",
"wikieditor-toolbar-tool-table-zero": "You cannot insert a table with zero rows or columns.",
"wikieditor-toolbar-tool-replace": "Search and replace",
@@ -160,8 +159,8 @@
"wikieditor-toolbar-help-content-bolditalic-syntax": "'''''Bold & italic text'''''",
"wikieditor-toolbar-help-content-bolditalic-result": "<strong><em>Bold &amp; italic text</em></strong>",
"wikieditor-toolbar-help-content-ilink-description": "Internal link",
- "wikieditor-toolbar-help-content-ilink-syntax": "[[Page title|Link label]]<br />[[Page title]]",
- "wikieditor-toolbar-help-content-ilink-result": "<a href='#'>Link label</a><br /><a href='#'>Page title</a>",
+ "wikieditor-toolbar-help-content-ilink-syntax": "[[Page title]]<br />[[Page title|Link label]]",
+ "wikieditor-toolbar-help-content-ilink-result": "<a href='#'>Page title</a><br /><a href='#'>Link label</a>",
"wikieditor-toolbar-help-content-xlink-description": "External link",
"wikieditor-toolbar-help-content-xlink-syntax": "[http://www.example.org Link label]<br />[http://www.example.org]<br />http://www.example.org",
"wikieditor-toolbar-help-content-xlink-result": "<a href='#' class='external'>Link label</a><br /><a href='#' class='external autonumber'>[1]</a><br /><a href='#' class='external'>http://www.example.org</a>",
@@ -187,17 +186,20 @@
"wikieditor-toolbar-help-content-file-syntax": "[[$1:Example.png|$2|$3]]",
"wikieditor-toolbar-help-content-file-caption": "Caption text",
"wikieditor-toolbar-help-content-reference-description": "Reference",
- "wikieditor-toolbar-help-content-reference-syntax": "Page text.&lt;ref name=\"test\"&gt;[http://www.example.org Link text], additional text.&lt;/ref&gt;",
+ "wikieditor-toolbar-help-content-reference-syntax": "Page text.&lt;ref&gt;[http://www.example.org Link text], additional text.&lt;/ref&gt;",
"wikieditor-toolbar-help-content-reference-result": "Page text.<sup><a href='#'>[1]</a></sup>",
+ "wikieditor-toolbar-help-content-named-reference-description": "Named reference",
+ "wikieditor-toolbar-help-content-named-reference-syntax": "Page text.&lt;ref name=\"test\"&gt;[http://www.example.org Link text]&lt;/ref&gt;",
+ "wikieditor-toolbar-help-content-named-reference-result": "Page text.<sup><a href='#'>[2]</a></sup>",
"wikieditor-toolbar-help-content-rereference-description": "Additional use of same reference",
"wikieditor-toolbar-help-content-rereference-syntax": "&lt;ref name=\"test\" /&gt;",
- "wikieditor-toolbar-help-content-rereference-result": "Page text.<sup><a href='#'>[1]</a></sup>",
+ "wikieditor-toolbar-help-content-rereference-result": "Page text.<sup><a href='#'>[2]</a></sup>",
"wikieditor-toolbar-help-content-showreferences-description": "Display references",
"wikieditor-toolbar-help-content-showreferences-syntax": "&lt;references /&gt;",
- "wikieditor-toolbar-help-content-showreferences-result": "<ol class='references'><li id='cite_note-test-0'><b><a title='' href='#'>^</a></b> <a rel='nofollow' title='http://www.example.org' class='external text' href='#'>Link text</a>, additional text.</li></ol>",
+ "wikieditor-toolbar-help-content-showreferences-result": "<ol class='references'><li id='cite_note-test-0'><b><a title='' href='#'>^</a></b> <a rel='nofollow' title='http://www.example.org' class='external text' href='#'>Link text</a>, additional text.</li><li id='cite_note-test-1'><b><a title='' href='#'>^</a></b> <a rel='nofollow' title='http://www.example.org' class='external text' href='#'>Link text</a></li></ol>",
"wikieditor-toolbar-help-content-signaturetimestamp-description": "Signature with timestamp",
- "wikieditor-toolbar-help-content-signaturetimestamp-syntax": "~~~~",
- "wikieditor-toolbar-help-content-signaturetimestamp-result": "<a href='#' title='{{#special:mypage}}'>Username</a> (<a href='#' title='{{#special:mytalk}}'>talk</a>) 15:54, 10 June 2009 (UTC)",
+ "wikieditor-toolbar-help-content-signaturetimestamp-syntax": "--~~~~",
+ "wikieditor-toolbar-help-content-signaturetimestamp-result": "--<a href='#' title='{{#special:mypage}}'>Username</a> (<a href='#' title='{{#special:mytalk}}'>talk</a>) 15:54, 10 June 2009 (UTC)",
"wikieditor-toolbar-help-content-signature-description": "Signature",
"wikieditor-toolbar-help-content-signature-syntax": "~~~",
"wikieditor-toolbar-help-content-signature-result": "<a href='#' title='{{#special:mypage}}'>Username</a> (<a href='#' title='{{#special:mytalk}}'>talk</a>)",