mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/RevisionSlider
synced 2024-11-14 19:24:42 +00:00
Fix naming issues in some messages
Change-Id: I36873a72ea28748f5355f9bca32893512fbadd78
This commit is contained in:
parent
d55b254ba7
commit
23348bae74
|
@ -14,9 +14,9 @@
|
|||
"revisionslider-label-comment": "Comment: ",
|
||||
"revisionslider-label-username": "<strong>Username:</strong> [[$2|$1]]",
|
||||
"revisionslider-minoredit": "This is a minor edit",
|
||||
"revisionslider-loading-placeholder": "The revision slider is loading...",
|
||||
"revisionslider-loading-failed": "The revision slider failed to load.",
|
||||
"revisionslider-loading-out-of-range": "The revision slider failed to load as the requested revisions are not in the top 500 versions of the page.",
|
||||
"revisionslider-loading-placeholder": "The RevisionSlider is loading...",
|
||||
"revisionslider-loading-failed": "The RevisionSlider failed to load.",
|
||||
"revisionslider-loading-out-of-range": "The RevisionSlider failed to load as the requested revisions are not in the top 500 versions of the page.",
|
||||
"revisionslider-arrow-tooltip-newer": "See newer revisions",
|
||||
"revisionslider-arrow-tooltip-older": "See older revisions",
|
||||
"revisionslider-show-help": "?",
|
||||
|
|
|
@ -8,8 +8,8 @@
|
|||
},
|
||||
"revisionslider": "RevisionSlider, see https://www.mediawiki.org/wiki/Extension:RevisionSlider",
|
||||
"revisionslider-desc": "{{desc|name=RevisionSlider|url=https://www.mediawiki.org/wiki/Extension:RevisionSlider}}",
|
||||
"revisionslider-beta-feature-message": "Label for the revision slider Beta Feature.",
|
||||
"revisionslider-beta-feature-description": "Description for the revision slider Beta Feature, describing the feature that will be enabled.",
|
||||
"revisionslider-beta-feature-message": "Label for the RevisionSlider Beta Feature.",
|
||||
"revisionslider-beta-feature-description": "Description for the RevisionSlider Beta Feature, describing the feature that will be enabled.",
|
||||
"revisionslider-label-date": "Label describing the creation date of this revision.\nParameters:\n* $1 - Creation date.\n{{Identical|Date}}",
|
||||
"revisionslider-label-page-size": "Label describing the size of this revision.\nParameters:\n* $1 - Formatted page size.\n* $2 - Page size as raw number used for PLURAL.\n{{Identical|Page size}}",
|
||||
"revisionslider-label-change-size": "Label describing the size of the change compared to the revision before.\nParameters:\n* $1 - Formatted change size colored with markup.\n* $2 - Change size as raw number used for PLURAL",
|
||||
|
@ -27,7 +27,7 @@
|
|||
"revisionslider-help-dialog-slide2": "Text shown on the second slide of the help dialog.",
|
||||
"revisionslider-help-dialog-slide3": "Text shown on the third slide of the help dialog.",
|
||||
"revisionslider-help-dialog-slide4": "Text shown on the fourth slide of the help dialog.",
|
||||
"revisionslider-tutorial": "Text shown above the revision slider tutorial.",
|
||||
"revisionslider-tutorial": "Text shown above the RevisionSlider tutorial.",
|
||||
"revisionslider-previous-dialog": "Label of the button to go to the previous tutorial slide.\n{{Identical|Previous}}",
|
||||
"revisionslider-next-dialog": "Label of the button to go to the next tutorial slide.\n{{Identical|Next}}",
|
||||
"revisionslider-close-dialog": "Label of the button to close the RevisionSlider tutorial.\n{{Identical|Close}}"
|
||||
|
|
Loading…
Reference in a new issue