Merge "Use tabs in json"

This commit is contained in:
jenkins-bot 2017-03-27 08:18:13 +00:00 committed by Gerrit Code Review
commit 216b959c75
2 changed files with 56 additions and 56 deletions

View file

@ -1,37 +1,37 @@
{
"@metadata": {
"authors": [
"WMDE"
]
},
"revisionslider": "RevisionSlider",
"revisionslider-preference-disable": "Don't show the 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-toggle-label": "Browse history",
"revisionslider-page-size": "$1 {{PLURAL:$2|byte|bytes}}",
"revisionslider-change-size": "$1 {{PLURAL:$3|byte|bytes}}",
"revisionslider-label-date": "Date",
"revisionslider-label-page-size": "Page size",
"revisionslider-label-change-size": "Change size",
"revisionslider-label-comment": "Comment",
"revisionslider-label-username": "{{GENDER:$1|Username}}",
"revisionslider-minoredit": "This is a minor edit",
"revisionslider-loading-failed": "The revision slider failed to load.",
"revisionslider-toggle-title-expand": "Open revision slider",
"revisionslider-toggle-title-collapse": "Collapse revision slider",
"revisionslider-turn-on-auto-expand-title": "Always expand the revision slider",
"revisionslider-turn-off-auto-expand-title": "Do not automatically expand the revision slider",
"revisionslider-arrow-tooltip-newer": "See newer revisions",
"revisionslider-arrow-tooltip-older": "See older revisions",
"revisionslider-show-help-tooltip": "Show help text",
"revisionslider-help-dialog-slide1": "The revision slider helps you to navigate and compare revisions on the diff page. It is based on a [[m:WMDE_Technical_Wishes/RevisionSlider|community wish]] from the German-speaking community technical wishlist. Feedback is very much appreciated [[mw:Extension_talk:RevisionSlider|here]].",
"revisionslider-help-dialog-slide2": "Each bar represents a page revision. Bars on the top show growth in size of the page, bars on the bottom show a reduction. In the image, revision 1 represents added content, while revision 2 represents removal of content.",
"revisionslider-help-dialog-slide3": "<p>To compare certain revisions, select the revisions using the yellow and blue pointer.</p><p>The blue pointer controls the newer revision, the yellow pointer maps to the older revision.</p><p>Move the pointers by drag and drop or click on a bar.</p>",
"revisionslider-help-dialog-slide4": "Use the backward and forward arrows to move through revision history and show older and newer revisions.",
"revisionslider-tutorial": "Revision slider tutorial",
"revisionslider-previous-dialog": "Previous",
"revisionslider-next-dialog": "Next",
"revisionslider-close-dialog": "Close"
"@metadata": {
"authors": [
"WMDE"
]
},
"revisionslider": "RevisionSlider",
"revisionslider-preference-disable": "Don't show the 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-toggle-label": "Browse history",
"revisionslider-page-size": "$1 {{PLURAL:$2|byte|bytes}}",
"revisionslider-change-size": "$1 {{PLURAL:$3|byte|bytes}}",
"revisionslider-label-date": "Date",
"revisionslider-label-page-size": "Page size",
"revisionslider-label-change-size": "Change size",
"revisionslider-label-comment": "Comment",
"revisionslider-label-username": "{{GENDER:$1|Username}}",
"revisionslider-minoredit": "This is a minor edit",
"revisionslider-loading-failed": "The revision slider failed to load.",
"revisionslider-toggle-title-expand": "Open revision slider",
"revisionslider-toggle-title-collapse": "Collapse revision slider",
"revisionslider-turn-on-auto-expand-title": "Always expand the revision slider",
"revisionslider-turn-off-auto-expand-title": "Do not automatically expand the revision slider",
"revisionslider-arrow-tooltip-newer": "See newer revisions",
"revisionslider-arrow-tooltip-older": "See older revisions",
"revisionslider-show-help-tooltip": "Show help text",
"revisionslider-help-dialog-slide1": "The revision slider helps you to navigate and compare revisions on the diff page. It is based on a [[m:WMDE_Technical_Wishes/RevisionSlider|community wish]] from the German-speaking community technical wishlist. Feedback is very much appreciated [[mw:Extension_talk:RevisionSlider|here]].",
"revisionslider-help-dialog-slide2": "Each bar represents a page revision. Bars on the top show growth in size of the page, bars on the bottom show a reduction. In the image, revision 1 represents added content, while revision 2 represents removal of content.",
"revisionslider-help-dialog-slide3": "<p>To compare certain revisions, select the revisions using the yellow and blue pointer.</p><p>The blue pointer controls the newer revision, the yellow pointer maps to the older revision.</p><p>Move the pointers by drag and drop or click on a bar.</p>",
"revisionslider-help-dialog-slide4": "Use the backward and forward arrows to move through revision history and show older and newer revisions.",
"revisionslider-tutorial": "Revision slider tutorial",
"revisionslider-previous-dialog": "Previous",
"revisionslider-next-dialog": "Next",
"revisionslider-close-dialog": "Close"
}

View file

@ -1,23 +1,23 @@
{
"name": "RevisionSlider",
"version": "1.0.0",
"homepage": "https://www.mediawiki.org/wiki/Extension:RevisionSlider",
"repository": {
"type": "git",
"url": "https://phabricator.wikimedia.org/diffusion/ERSL/RevisionSlider.git"
},
"license": "GPL-2.0+",
"scripts": {
"test": "grunt test"
},
"devDependencies": {
"eslint": "3.12.2",
"eslint-config-wikimedia": "0.3.0",
"grunt": "1.0.1",
"grunt-banana-checker": "0.5.0",
"grunt-eslint": "19.0.0",
"grunt-jsonlint": "1.1.0",
"grunt-stylelint": "0.7.0",
"stylelint-config-wikimedia": "0.4.1"
}
"name": "RevisionSlider",
"version": "1.0.0",
"homepage": "https://www.mediawiki.org/wiki/Extension:RevisionSlider",
"repository": {
"type": "git",
"url": "https://phabricator.wikimedia.org/diffusion/ERSL/RevisionSlider.git"
},
"license": "GPL-2.0+",
"scripts": {
"test": "grunt test"
},
"devDependencies": {
"eslint": "3.12.2",
"eslint-config-wikimedia": "0.3.0",
"grunt": "1.0.1",
"grunt-banana-checker": "0.5.0",
"grunt-eslint": "19.0.0",
"grunt-jsonlint": "1.1.0",
"grunt-stylelint": "0.7.0",
"stylelint-config-wikimedia": "0.4.1"
}
}