mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/RevisionSlider
synced 2024-11-15 03:33:45 +00:00
2440c52bc0
Make sure that username and comment fields are bidi-isolated and add an i18n message to "bytes". Change-Id: I6a27cd7fdebf775dd86ccfc6084505aad4e931d2
17 lines
894 B
JSON
Executable file
17 lines
894 B
JSON
Executable file
{
|
|
"@metadata": {
|
|
"authors": [
|
|
"WMDE"
|
|
]
|
|
},
|
|
"revisionslider": "RevisionSlider",
|
|
"revisionslider-desc": "Shows a slider allowing selecting and comparing of revisions on a diff page",
|
|
"revisionslider-beta-feature-message": "Revision Slider",
|
|
"revisionslider-beta-feature-description": "Show a revision slider when comparing two revisions of a page.",
|
|
"revisionslider-revision-bytes": "$1 {{PLURAL:$1|byte|bytes}}",
|
|
"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-noscript": "As you have JavaScript disabled the revision slider will not be able to load."
|
|
}
|