From 21a1ecd642d3e162b5263fc3e6cae5d5ee417f7d Mon Sep 17 00:00:00 2001 From: "James D. Forrester" Date: Wed, 5 Dec 2018 11:15:09 -0800 Subject: [PATCH] i18n: Provide a value for the 'slot-name-main' fall-back key Change-Id: I7036d7ebbb75cd29fade24c5df091b10eb2f4f7b --- languages/i18n/en.json | 1 + languages/i18n/qqq.json | 1 + 2 files changed, 2 insertions(+) diff --git a/languages/i18n/en.json b/languages/i18n/en.json index 953d2e2588..a64488f11a 100644 --- a/languages/i18n/en.json +++ b/languages/i18n/en.json @@ -780,6 +780,7 @@ "editpage-invalidcontentmodel-text": "The content model \"$1\" is not supported.", "editpage-notsupportedcontentformat-title": "Content format not supported", "editpage-notsupportedcontentformat-text": "The content format $1 is not supported by the content model $2.", + "slot-name-main": "Main", "content-model-wikitext": "wikitext", "content-model-text": "plain text", "content-model-javascript": "JavaScript", diff --git a/languages/i18n/qqq.json b/languages/i18n/qqq.json index 4cbe2e5ce3..6c34e60cbf 100644 --- a/languages/i18n/qqq.json +++ b/languages/i18n/qqq.json @@ -983,6 +983,7 @@ "editpage-invalidcontentmodel-text": "Error message shown when using an unrecognized content model on EditPage. $1 is the user's invalid input", "editpage-notsupportedcontentformat-title": "Title of error page shown when using an incompatible format on EditPage.\n\nUsed as title for the following error message:\n* {{msg-mw|Editpage-notsupportedcontentformat-text}}.", "editpage-notsupportedcontentformat-text": "Error message shown when using an incompatible format on EditPage.\n\nThe title for this error is {{msg-mw|Editpage-notsupportedcontentformat-title}}.\n\nParameters:\n* $1 - the format id\n* $2 - the content model name", + "slot-name-main": "Label for the part of the page on which content is normally stored.", "content-model-wikitext": "Name for the wikitext content model, used when decribing what type of content a page contains.\n\nThis message is substituted in:\n*{{msg-mw|Bad-target-model}}\n*{{msg-mw|Content-not-allowed-here}}\n{{Identical|Wikitext}}", "content-model-text": "Name for the plain text content model, used when decribing what type of content a page contains. Plaintext means that the content of the page will be rendered as is like:\n\nThis is [[plain text]]. Really!\n\nThis message is substituted in:\n*{{msg-mw|Bad-target-model}}\n*{{msg-mw|Content-not-allowed-here}}\n\n{{Identical|Plain text}}", "content-model-javascript": "Name for the JavaScript content model, used when decribing what type of content a page contains.\n\nThis message is substituted in:\n*{{msg-mw|Bad-target-model}}\n*{{msg-mw|Content-not-allowed-here}}", -- 2.20.1