mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-15 02:23:58 +00:00
Merge "Shorten text for add buttons"
This commit is contained in:
commit
4614a7692b
|
@ -173,8 +173,8 @@
|
|||
"visualeditor-dialog-transclusion-add-param-error-forbidden-char": "$1 is a forbidden character. Please remove it to add the parameter.",
|
||||
"visualeditor-dialog-transclusion-add-param-help": "If known, enter [//www.mediawiki.org/wiki/Special:MyLanguage/Help:VisualEditor/User_guide#Adding_undocumented_parameters undocumented parameter] names. Note that only parameters known by the template will have an effect. You may find information about existing parameters on the [[$1|template's page]].",
|
||||
"visualeditor-dialog-transclusion-add-param-placeholder": "Parameter name",
|
||||
"visualeditor-dialog-transclusion-add-param-save": "Add parameter",
|
||||
"visualeditor-dialog-transclusion-add-template": "Add template",
|
||||
"visualeditor-dialog-transclusion-add-param-save": "Add",
|
||||
"visualeditor-dialog-transclusion-add-template": "Add",
|
||||
"visualeditor-dialog-transclusion-add-undocumented-param": "Add undocumented parameter",
|
||||
"visualeditor-dialog-transclusion-back-confirmation-prompt": "Go back to search? Your changes will be lost, and this cannot be undone.",
|
||||
"visualeditor-dialog-transclusion-close-confirmation-prompt": "Close template editor? Your changes will be lost, and this cannot be undone.",
|
||||
|
|
|
@ -193,8 +193,8 @@
|
|||
"visualeditor-dialog-transclusion-add-param-error-forbidden-char": "Message shown to an editor when they attempt adding a parameter which contains forbidden characters.\n\nParameters:\n* $1 - The forbidden character.",
|
||||
"visualeditor-dialog-transclusion-add-param-help": "Help text for new undocumented parameter input field.\n\nParameters:\n* $1 - The title of the template.",
|
||||
"visualeditor-dialog-transclusion-add-param-placeholder": "Placeholder in the input field that adds a new undocumented parameter to a transcluded template.",
|
||||
"visualeditor-dialog-transclusion-add-param-save": "Label for save button that adds a new undocumented parameter to a transcluded template.",
|
||||
"visualeditor-dialog-transclusion-add-template": "Label for button that adds the specified template to the page.\n{{Identical|Add template}}",
|
||||
"visualeditor-dialog-transclusion-add-param-save": "Short label for save button that adds a new undocumented parameter to a transcluded template.",
|
||||
"visualeditor-dialog-transclusion-add-template": "Short label for button that adds the specified template to the page.",
|
||||
"visualeditor-dialog-transclusion-add-undocumented-param": "Label for button that adds a new undocumented parameter to a transcluded template.",
|
||||
"visualeditor-dialog-transclusion-back-confirmation-prompt": "Confirmation prompt for abandoning unsaved changes in an insert template dialog.",
|
||||
"visualeditor-dialog-transclusion-close-confirmation-prompt": "Confirmation prompt for abandoning unsaved changes in an edit template dialog.",
|
||||
|
|
Loading…
Reference in a new issue