From 3cf89298acd380aadcd56e8d70e935c8e407f855 Mon Sep 17 00:00:00 2001 From: Alex Monk Date: Sun, 17 Apr 2016 18:59:21 +0100 Subject: [PATCH] Use new TWN template for log-action-filter-* qqq messages Change-Id: I3ca1be738d552e72f5ddf66afdf0c74f0122ee0a --- languages/i18n/qqq.json | 98 ++++++++++++++++++++--------------------- 1 file changed, 49 insertions(+), 49 deletions(-) diff --git a/languages/i18n/qqq.json b/languages/i18n/qqq.json index 4975c2ec96..22943a5d35 100644 --- a/languages/i18n/qqq.json +++ b/languages/i18n/qqq.json @@ -4206,53 +4206,53 @@ "sessionprovider-mediawiki-session-cookiesessionprovider": "Description of the sessions provided by the CookieSessionProvider class, which use HTTP cookies. Should be phrased to make sense when added to a message such as {{msg-mw|cannotloginnow-text}}.", "sessionprovider-nocookies": "Used to inform the user that sessions may be missing due to lack of cookies.", "randomrootpage": "{{doc-special|RandomRootPage}}", - "log-action-filter-block": "Which type of action to filter for in this log", - "log-action-filter-contentmodel": "Which type of action to filter for in this log", - "log-action-filter-delete": "Which type of action to filter for in this log", - "log-action-filter-import": "Which type of action to filter for in this log", - "log-action-filter-managetags": "Which type of action to filter for in this log", - "log-action-filter-move": "Which type of action to filter for in this log", - "log-action-filter-newusers": "Which type of action to filter for in this log", - "log-action-filter-patrol": "Which type of action to filter for in this log", - "log-action-filter-protect": "Which type of action to filter for in this log", - "log-action-filter-rights": "Which type of action to filter for in this log", - "log-action-filter-suppress": "Which type of action to filter for in this log", - "log-action-filter-upload": "Which type of action to filter for in this log", - "log-action-filter-all": "All types of action are allowed\n{{Identical|All}}", - "log-action-filter-block-block": "Action to filter for in this log\n{{Identical|Block}}", - "log-action-filter-block-reblock": "Action to filter for in this log", - "log-action-filter-block-unblock": "Action to filter for in this log\n{{Identical|Unblock}}", - "log-action-filter-contentmodel-change": "Action to filter for in this log", - "log-action-filter-contentmodel-new": "Action to filter for in this log", - "log-action-filter-delete-delete": "Action to filter for in this log", - "log-action-filter-delete-restore": "Action to filter for in this log", - "log-action-filter-delete-event": "Action to filter for in this log", - "log-action-filter-delete-revision": "Action to filter for in this log", - "log-action-filter-import-interwiki": "Action to filter for in this log", - "log-action-filter-import-upload": "Action to filter for in this log", - "log-action-filter-managetags-create": "Action to filter for in this log", - "log-action-filter-managetags-delete": "Action to filter for in this log", - "log-action-filter-managetags-activate": "Action to filter for in this log", - "log-action-filter-managetags-deactivate": "Action to filter for in this log", - "log-action-filter-move-move": "Action to filter for in this log", - "log-action-filter-move-move_redir": "Action to filter for in this log", - "log-action-filter-newusers-create": "Action to filter for in this log", - "log-action-filter-newusers-create2": "Action to filter for in this log", - "log-action-filter-newusers-autocreate": "Action to filter for in this log", - "log-action-filter-newusers-byemail": "Action to filter for in this log", - "log-action-filter-patrol-patrol": "Action to filter for in this log", - "log-action-filter-patrol-autopatrol": "Action to filter for in this log", - "log-action-filter-protect-protect": "Action to filter for in this log", - "log-action-filter-protect-modify": "Action to filter for in this log", - "log-action-filter-protect-unprotect": "Action to filter for in this log", - "log-action-filter-protect-move_prot": "Action to filter for in this log", - "log-action-filter-rights-rights": "Action to filter for in this log", - "log-action-filter-rights-autopromote": "Action to filter for in this log", - "log-action-filter-suppress-event": "Action to filter for in this log", - "log-action-filter-suppress-revision": "Action to filter for in this log", - "log-action-filter-suppress-delete": "Action to filter for in this log", - "log-action-filter-suppress-block": "Action to filter for in this log", - "log-action-filter-suppress-reblock": "Action to filter for in this log", - "log-action-filter-upload-upload": "Action to filter for in this log", - "log-action-filter-upload-overwrite": "Action to filter for in this log" + "log-action-filter-block": "{{doc-log-action-filter-type|block}}", + "log-action-filter-contentmodel": "{{doc-log-action-filter-type|contentmodel}}", + "log-action-filter-delete": "{{doc-log-action-filter-type|delete}}", + "log-action-filter-import": "{{doc-log-action-filter-type|import}}", + "log-action-filter-managetags": "{{doc-log-action-filter-type|managetags}}", + "log-action-filter-move": "{{doc-log-action-filter-type|move}}", + "log-action-filter-newusers": "{{doc-log-action-filter-type|newusers}}", + "log-action-filter-patrol": "{{doc-log-action-filter-type|patrol}}", + "log-action-filter-protect": "{{doc-log-action-filter-type|protect}}", + "log-action-filter-rights": "{{doc-log-action-filter-type|rights}}", + "log-action-filter-suppress": "{{doc-log-action-filter-type|suppress}}", + "log-action-filter-upload": "{{doc-log-action-filter-type|upload}}", + "log-action-filter-all": "{{doc-log-action-filter-type|all}}\n{{Identical|All}}", + "log-action-filter-block-block": "{{doc-log-action-filter-action|block|block}}\n{{Identical|Block}}", + "log-action-filter-block-reblock": "{{doc-log-action-filter-action|block|reblock}}", + "log-action-filter-block-unblock": "{{doc-log-action-filter-action|block|unblock}}\n{{Identical|Unblock}}", + "log-action-filter-contentmodel-change": "{{doc-log-action-filter-action|contentmodel|change}}", + "log-action-filter-contentmodel-new": "{{doc-log-action-filter-action|contentmodel|new}}", + "log-action-filter-delete-delete": "{{doc-log-action-filter-action|delete|delete}}", + "log-action-filter-delete-restore": "{{doc-log-action-filter-action|delete|restore}}", + "log-action-filter-delete-event": "{{doc-log-action-filter-action|delete|event}}", + "log-action-filter-delete-revision": "{{doc-log-action-filter-action|delete|revision}}", + "log-action-filter-import-interwiki": "{{doc-log-action-filter-action|import|interwiki}}", + "log-action-filter-import-upload": "{{doc-log-action-filter-action|import|upload}}", + "log-action-filter-managetags-create": "{{doc-log-action-filter-action|managetags|create}}", + "log-action-filter-managetags-delete": "{{doc-log-action-filter-action|managetags|delete}}", + "log-action-filter-managetags-activate": "{{doc-log-action-filter-action|managetags|activate}}", + "log-action-filter-managetags-deactivate": "{{doc-log-action-filter-action|managetags|deactivate}}", + "log-action-filter-move-move": "{{doc-log-action-filter-action|move|move}}", + "log-action-filter-move-move_redir": "{{doc-log-action-filter-action|move|move_redir}}", + "log-action-filter-newusers-create": "{{doc-log-action-filter-action|newusers|create}}", + "log-action-filter-newusers-create2": "{{doc-log-action-filter-action|newusers|create2}}", + "log-action-filter-newusers-autocreate": "{{doc-log-action-filter-action|newusers|autocreate}}", + "log-action-filter-newusers-byemail": "{{doc-log-action-filter-action|newusers|byemail}}", + "log-action-filter-patrol-patrol": "{{doc-log-action-filter-action|patrol|patrol}}", + "log-action-filter-patrol-autopatrol": "{{doc-log-action-filter-action|patrol|autopatrol}}", + "log-action-filter-protect-protect": "{{doc-log-action-filter-action|protect|protect}}", + "log-action-filter-protect-modify": "{{doc-log-action-filter-action|protect|modify}}", + "log-action-filter-protect-unprotect": "{{doc-log-action-filter-action|protect|unprotect}}", + "log-action-filter-protect-move_prot": "{{doc-log-action-filter-action|protect|move_prot}}", + "log-action-filter-rights-rights": "{{doc-log-action-filter-action|rights|rights}}", + "log-action-filter-rights-autopromote": "{{doc-log-action-filter-action|rights|autopromote}}", + "log-action-filter-suppress-event": "{{doc-log-action-filter-action|suppress|event}}", + "log-action-filter-suppress-revision": "{{doc-log-action-filter-action|suppress|revision}}", + "log-action-filter-suppress-delete": "{{doc-log-action-filter-action|suppress|delete}}", + "log-action-filter-suppress-block": "{{doc-log-action-filter-action|suppress|block}}", + "log-action-filter-suppress-reblock": "{{doc-log-action-filter-action|suppress|reblock}}", + "log-action-filter-upload-upload": "{{doc-log-action-filter-action|upload|upload}}", + "log-action-filter-upload-overwrite": "{{doc-log-action-filter-action|upload|overwrite}}" } -- 2.20.1