mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/RevisionSlider
synced 2024-11-15 11:40:43 +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
1.1 KiB
JSON
Executable file
17 lines
1.1 KiB
JSON
Executable file
{
|
|
"@metadata": {
|
|
"authors": [
|
|
"WMDE"
|
|
]
|
|
},
|
|
"revisionslider": "Revision Slider",
|
|
"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-revision-bytes": "Label describing the amount of bytes changed in this revision.\nParameters:\n* $1 - Revision size in bytes.",
|
|
"revisionslider-loading-placeholder": "Message shown while the RevisionSlider is still loading on a diff page. Once loaded the message is removed.",
|
|
"revisionslider-loading-failed": "Message shown if the RevisionSlider fails to initially load.",
|
|
"revisionslider-loading-out-of-range": "Message shown if the RevisionSlider fails to initially load due to revisions being requested that are not in the most recent 500 revisions.",
|
|
"revisionslider-loading-noscript": "Message shown while the RevisionSlider is trying to load but when JavaScript is disabled and thus it will not be successful."
|
|
}
|