Create short save/publish buttons labels with ellipses

Bug: T189803
Change-Id: I114f3cd9d44cc8f247b966ab7738b2fb10b606ff
This commit is contained in:
Ed Sanders 2018-03-19 14:46:53 +00:00
parent faa0bfb0f7
commit 5fe7fb1813
2 changed files with 4 additions and 0 deletions

View file

@ -408,12 +408,14 @@
"visualeditor-savedialog-label-create": "Create page", "visualeditor-savedialog-label-create": "Create page",
"visualeditor-savedialog-label-error": "Error", "visualeditor-savedialog-label-error": "Error",
"visualeditor-savedialog-label-publish-short": "Publish", "visualeditor-savedialog-label-publish-short": "Publish",
"visualeditor-savedialog-label-publish-short-start": "Publish…",
"visualeditor-savedialog-label-report": "Report problem", "visualeditor-savedialog-label-report": "Report problem",
"visualeditor-savedialog-label-resolve-conflict": "Resolve conflict", "visualeditor-savedialog-label-resolve-conflict": "Resolve conflict",
"visualeditor-savedialog-label-resume-editing": "Resume editing", "visualeditor-savedialog-label-resume-editing": "Resume editing",
"visualeditor-savedialog-label-review": "Review your changes", "visualeditor-savedialog-label-review": "Review your changes",
"visualeditor-savedialog-label-review-good": "Return to save form", "visualeditor-savedialog-label-review-good": "Return to save form",
"visualeditor-savedialog-label-save-short": "Save", "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-visual-diff-report": "Report incorrect display for this change",
"visualeditor-savedialog-label-warning": "Warning", "visualeditor-savedialog-label-warning": "Warning",
"visualeditor-savedialog-review-nosummary": "No edit summary", "visualeditor-savedialog-review-nosummary": "No edit summary",

View file

@ -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-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-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": "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-report": "Label for button to trigger report",
"visualeditor-savedialog-label-resolve-conflict": "Label for button to start resoliving an edit conflict", "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-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": "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-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": "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-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-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.", "visualeditor-savedialog-review-nosummary": "Message shown when no edit summary was provided.",