diff options
author | jenkins-bot <jenkins-bot@gerrit.wikimedia.org> | 2017-08-10 18:22:31 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@wikimedia.org> | 2017-08-10 18:22:32 +0000 |
commit | 93275ee71386ba8ad8b1df431adc3342e4b13f2b (patch) | |
tree | 37c7e1bca152d8c3cb06a14fbe1c62f49a46c45e /languages | |
parent | 7aca2387827af96966aeeb80f8c8206f7d31ea23 (diff) | |
parent | 3430278e374f8b5baeb4cf7cf802eb19f11b9be8 (diff) | |
download | mediawikicore-93275ee71386ba8ad8b1df431adc3342e4b13f2b.tar.gz mediawikicore-93275ee71386ba8ad8b1df431adc3342e4b13f2b.zip |
Merge "Document Special:Diff and Special:PermanentLink"
Diffstat (limited to 'languages')
-rw-r--r-- | languages/i18n/en.json | 9 | ||||
-rw-r--r-- | languages/i18n/qqq.json | 9 |
2 files changed, 18 insertions, 0 deletions
diff --git a/languages/i18n/en.json b/languages/i18n/en.json index 61a113e8946b..86ac78ef7755 100644 --- a/languages/i18n/en.json +++ b/languages/i18n/en.json @@ -3917,6 +3917,15 @@ "compare-invalid-title": "The title you specified is invalid.", "compare-title-not-exists": "The title you specified does not exist.", "compare-revision-not-exists": "The revision you specified does not exist.", + "diff-form": "Differences", + "diff-form-oldid": "Old revision ID (optional)", + "diff-form-revid": "Revision ID of difference", + "diff-form-submit": "Show differences", + "diff-form-summary": "", + "permanentlink": "Permanent link", + "permanentlink-revid": "Revision ID", + "permanentlink-submit": "Go to revision", + "permanentlink-summary": "", "dberr-problems": "Sorry! This site is experiencing technical difficulties.", "dberr-again": "Try waiting a few minutes and reloading.", "dberr-info": "(Cannot access the database: $1)", diff --git a/languages/i18n/qqq.json b/languages/i18n/qqq.json index 7be71f0037a9..62b4d669a746 100644 --- a/languages/i18n/qqq.json +++ b/languages/i18n/qqq.json @@ -4107,6 +4107,15 @@ "compare-invalid-title": "Used as error message in [[Special:ComparePages]].", "compare-title-not-exists": "Used as error message in [[Special:ComparePages]].", "compare-revision-not-exists": "Used as error message in [[Special:ComparePages]].", + "permanentlink": "The title of [[Special:PermanentLink]]", + "permanentlink-revid": "Label for the field for the revision ID in [[Special:PermanentLink]]", + "permanentlink-submit": "Submit button on [[Special:PermanentLink]]", + "permanentlink-summary": "{{doc-specialpagesummary|permanentlink}}", + "diff-form": "The title of [[Special:Diff]]", + "diff-form-summary": "{{doc-specialpagesummary|diff}}", + "diff-form-oldid": "Label for the field of the old revision in the comparison for [[Special:Diff]]", + "diff-form-revid": "Label for the field of the new revision in the comparison for [[Special:Diff]]", + "diff-form-submit": "Submit button on [[Special:Diff]]", "dberr-problems": "This message does not allow any wiki nor html markup.", "dberr-again": "This message does not allow any wiki nor html markup.", "dberr-info": "This message does not allow any wiki nor html markup. Parameters:\n* $1 - database server name\nSee also:\n* {{msg-mw|Dberr-info-hidden}} - hides database server name", |