From 5fe7fb1813097192a7fbde59f62ba37bad3d05e9 Mon Sep 17 00:00:00 2001 From: Ed Sanders Date: Mon, 19 Mar 2018 14:46:53 +0000 Subject: [PATCH] Create short save/publish buttons labels with ellipses Bug: T189803 Change-Id: I114f3cd9d44cc8f247b966ab7738b2fb10b606ff --- i18n/ve-mw/en.json | 2 ++ i18n/ve-mw/qqq.json | 2 ++ 2 files changed, 4 insertions(+) diff --git a/i18n/ve-mw/en.json b/i18n/ve-mw/en.json index 8eb06c8a32..cdd7f4fe18 100644 --- a/i18n/ve-mw/en.json +++ b/i18n/ve-mw/en.json @@ -408,12 +408,14 @@ "visualeditor-savedialog-label-create": "Create page", "visualeditor-savedialog-label-error": "Error", "visualeditor-savedialog-label-publish-short": "Publish", + "visualeditor-savedialog-label-publish-short-start": "Publish…", "visualeditor-savedialog-label-report": "Report problem", "visualeditor-savedialog-label-resolve-conflict": "Resolve conflict", "visualeditor-savedialog-label-resume-editing": "Resume editing", "visualeditor-savedialog-label-review": "Review your changes", "visualeditor-savedialog-label-review-good": "Return to save form", "visualeditor-savedialog-label-save-short": "Save", + "visualeditor-savedialog-label-save-short-start": "Save…", "visualeditor-savedialog-label-visual-diff-report": "Report incorrect display for this change", "visualeditor-savedialog-label-warning": "Warning", "visualeditor-savedialog-review-nosummary": "No edit summary", diff --git a/i18n/ve-mw/qqq.json b/i18n/ve-mw/qqq.json index 1f9ed0942c..6104a8d33c 100644 --- a/i18n/ve-mw/qqq.json +++ b/i18n/ve-mw/qqq.json @@ -421,12 +421,14 @@ "visualeditor-savedialog-label-create": "Label text for save button when the user is creating a new page\n{{Identical|Create page}}", "visualeditor-savedialog-label-error": "Label in front of a save dialog error sentence, separated by {{msg-mw|colon-separator}}.\n{{Identical|Error}}", "visualeditor-savedialog-label-publish-short": "Short label text for save button on public wikis for use on width-restricted devices like mobile phones. This should be as short as possible.\n{{Identical|Publish}}", + "visualeditor-savedialog-label-publish-short-start": "Short label text for button to start publish process. Usually just {{mw-msg|visualeditor-savedialog-label-publish-short}} with an ellipsis (…).", "visualeditor-savedialog-label-report": "Label for button to trigger report", "visualeditor-savedialog-label-resolve-conflict": "Label for button to start resoliving an edit conflict", "visualeditor-savedialog-label-resume-editing": "Label for button to exit the save dialog without saving, and return to editing.", "visualeditor-savedialog-label-review": "Label for button to go to the review dialog to review the diff", "visualeditor-savedialog-label-review-good": "Label for button to go back to a page in order to save form", "visualeditor-savedialog-label-save-short": "Short label text for save button on private wikis for use on width-restricted devices like mobile phones. This should be as short as possible.\n{{Identical|Save}}", + "visualeditor-savedialog-label-save-short-start": "Short label text for button to start save process. Usually just {{mw-msg|visualeditor-savedialog-label-save-short}} with an ellipsis (…).", "visualeditor-savedialog-label-visual-diff-report": "Label for button to report a problem with the visual diff", "visualeditor-savedialog-label-warning": "Label in front of a save dialog warning sentence, separated by {{msg-mw|colon-separator}}.\n{{Identical|Warning}}", "visualeditor-savedialog-review-nosummary": "Message shown when no edit summary was provided.",