From: oskar.jauch@gmail.com Date: Thu, 8 May 2014 19:09:23 +0000 (+0200) Subject: Add two more categories to Special:TrackingCategories X-Git-Tag: 1.31.0-rc.0~15742^2 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/banques/?a=commitdiff_plain;h=ed9679969ad6bbe84c8398caed6dc0069487ccdb;p=lhc%2Fweb%2Fwiklou.git Add two more categories to Special:TrackingCategories Bug: 63795 Change-Id: I303fd3faa00aa0d3ca8931bea0d7c5ce5a263184 --- diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index c2818938ed..9e8ddf81b0 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -3615,6 +3615,8 @@ $wgTrackingCategories = array( 'post-expand-template-inclusion-category', 'hidden-category-category', 'broken-file-category', + 'node-count-exceeded-category', + 'expansion-depth-exceeded-category', ); /** diff --git a/languages/i18n/en.json b/languages/i18n/en.json index 28fd2ae2be..37a2c4ba42 100644 --- a/languages/i18n/en.json +++ b/languages/i18n/en.json @@ -714,8 +714,10 @@ "parser-template-recursion-depth-warning": "Template recursion depth limit exceeded ($1)", "language-converter-depth-warning": "Language converter depth limit exceeded ($1)", "node-count-exceeded-category": "Pages where node-count is exceeded", + "node-count-exceeded-category-desc": "A category for pages where the node-count is exceeded.", "node-count-exceeded-warning": "Page exceeded the node-count", "expansion-depth-exceeded-category": "Pages where expansion depth is exceeded", + "expansion-depth-exceeded-category-desc": "This is a category for pages where the expansion depth is exceeded.", "expansion-depth-exceeded-warning": "Page exceeded the expansion depth", "parser-unstrip-loop-warning": "Unstrip loop detected", "parser-unstrip-recursion-limit": "Unstrip recursion limit exceeded ($1)", diff --git a/languages/i18n/qqq.json b/languages/i18n/qqq.json index adf6044d6b..e9c1c5d674 100644 --- a/languages/i18n/qqq.json +++ b/languages/i18n/qqq.json @@ -1936,6 +1936,8 @@ "expensive-parserfunction-category-desc": "Expensive parserfunction category description. Shown on [[Special:TrackingCategories]].\n\nSee also:\n* {{msg-mw|Expensive-parserfunction-category}}", "broken-file-category-desc": "Broken file category description. Shown on [[Special:TrackingCategories]].\n\nSee also:\n* {{msg-mw|Broken-file-category}}", "hidden-category-category-desc": "Hidden-category category description. Shown on [[Special:TrackingCategories]].\n\nSee also:\n* {{msg-mw|Hidden-category-category}}", + "node-count-exceeded-category-desc": "Node count exceeded category description. Shown on [[Special:TrackingCategories]].\n\nSee also:\n* {{msg-mw|Node-count-exceeded-category}}", + "expansion-depth-exceeded-category-desc": "Expansion depth exceeded category description. Shown on [[Special:TrackingCategories]].\n\nSee also:\n* {{msg-mw|Expansion-depth-exceeded-category}}", "trackingcategories-nodesc": "Tracking category description not available message", "trackingcategories-disabled": "This message is used as the contents of the column \"Tracking category\" on [[Special:TrackingCategories]] when a particular tracking category has been disabled.", "mailnologin": "Used in [[Special:EmailUser]].\n\nUsed as title of the error message {{msg-mw|Mailnologintext}}.",