From: Siebrand Mazeland Date: Mon, 4 Aug 2014 11:18:22 +0000 (+0200) Subject: Fix spelling and make category desc consistent X-Git-Tag: 1.31.0-rc.0~14544^2 X-Git-Url: http://git.cyclocoop.org/?a=commitdiff_plain;h=f3a0755bdae0c37334baf9c1472a70be9e922119;p=lhc%2Fweb%2Fwiklou.git Fix spelling and make category desc consistent See https://www.mediawiki.org/wiki/Special:TrackingCategories?uselang=en for current state. Change-Id: I3abd123a2717e13bad523dacce11bbe21385ca14 --- diff --git a/languages/i18n/en.json b/languages/i18n/en.json index d506ad2371..eaa8504b63 100644 --- a/languages/i18n/en.json +++ b/languages/i18n/en.json @@ -703,11 +703,11 @@ "parser-template-loop-warning": "Template loop detected: [[$1]]", "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", + "node-count-exceeded-category": "Pages where node count is exceeded", + "node-count-exceeded-category-desc": "The page exceeds the maximum node count.", + "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-category-desc": "The page exceeds the maximum expansion depth.", "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)", @@ -1766,11 +1766,11 @@ "trackingcategories-desc": "Category inclusion criteria", "noindex-category-desc": "The page is not indexed by robots because it has the magic word __NOINDEX__ on it and is in a namespace where that flag is allowed.", "index-category-desc": "The page has a __INDEX__ on it (and is in a namespace where that flag is allowed), and hence is indexed by robots where it normally wouldn't be.", - "post-expand-template-inclusion-category-desc": "After expanding all the templates, the page size is bigger than $wgMaxArticleSize, so some templates weren't expanded.", - "post-expand-template-argument-category-desc": "After expanding a template argument (something in triple braces, like {{{Foo}}}), the page is bigger than $wgMaxArticleSize.", - "expensive-parserfunction-category-desc": "Too many expensive parser functions (like #ifexist) included on a page. See [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:$wgExpensiveParserFunctionLimit Manual:$wgExpensiveParserFunctionLimit].", - "broken-file-category-desc": "Category added if the page contains a broken file link (a link to embed a file when the file does not exist).", - "hidden-category-category-desc": "This is a category with __HIDDENCAT__ on it, which prevents it from showing up in the category links box on pages, by default.", + "post-expand-template-inclusion-category-desc": "The page size is bigger than $wgMaxArticleSize after expanding all the templates, so some templates were not expanded.", + "post-expand-template-argument-category-desc": "The page is bigger than $wgMaxArticleSize after expanding a template argument (something in triple braces, like {{{Foo}}}).", + "expensive-parserfunction-category-desc": "The page uses too many expensive parser functions (like #ifexist). See [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:$wgExpensiveParserFunctionLimit Manual:$wgExpensiveParserFunctionLimit].", + "broken-file-category-desc": "The page contains a broken file link (a link to embed a file when the file does not exist).", + "hidden-category-category-desc": "The category contains __HIDDENCAT__ in its page content, which prevents it from showing up in the category links box on pages by default.", "trackingcategories-nodesc": "No description available.", "trackingcategories-disabled": "Category is disabled", "mailnologin": "No send address",