From: mhutti1 Date: Thu, 17 Dec 2015 22:16:57 +0000 (+0100) Subject: Adds i18n for ApiRollback.php tag parameter X-Git-Tag: 1.31.0-rc.0~8631^2 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/exercices/journal.php?a=commitdiff_plain;h=80a3c6eb611e27e479d7951feea4aac7473557e1;p=lhc%2Fweb%2Fwiklou.git Adds i18n for ApiRollback.php tag parameter My first patch lacked this but it should now be added. Bug: T121805 Change-Id: Ie58110e7bd09bf45dfcf10d0d2ca8d0e7b8ad82e --- diff --git a/includes/api/i18n/en.json b/includes/api/i18n/en.json index 897c05ed4b..263f1375ab 100644 --- a/includes/api/i18n/en.json +++ b/includes/api/i18n/en.json @@ -1264,6 +1264,7 @@ "apihelp-rollback-description": "Undo the last edit to the page.\n\nIf the last user who edited the page made multiple edits in a row, they will all be rolled back.", "apihelp-rollback-param-title": "Title of the page to roll back. Cannot be used together with $1pageid.", "apihelp-rollback-param-pageid": "Page ID of the page to roll back. Cannot be used together with $1title.", + "apihelp-rollback-param-tags": "Tags to apply to the rollback.", "apihelp-rollback-param-user": "Name of the user whose edits are to be rolled back.", "apihelp-rollback-param-summary": "Custom edit summary. If empty, default summary will be used.", "apihelp-rollback-param-markbot": "Mark the reverted edits and the revert as bot edits.", diff --git a/includes/api/i18n/qqq.json b/includes/api/i18n/qqq.json index 0cd75965e3..010ff0467a 100644 --- a/includes/api/i18n/qqq.json +++ b/includes/api/i18n/qqq.json @@ -1180,6 +1180,7 @@ "apihelp-rollback-description": "{{doc-apihelp-description|rollback}}", "apihelp-rollback-param-title": "{{doc-apihelp-param|rollback|title}}", "apihelp-rollback-param-pageid": "{{doc-apihelp-param|rollback|pageid}}", + "apihelp-rollback-param-tags": "{{doc-apihelp-param|rollback|tags}}", "apihelp-rollback-param-user": "{{doc-apihelp-param|rollback|user}}", "apihelp-rollback-param-summary": "{{doc-apihelp-param|rollback|summary}}", "apihelp-rollback-param-markbot": "{{doc-apihelp-param|rollback|markbot}}",