From: Raimond Spekking Date: Thu, 20 Mar 2008 08:20:47 +0000 (+0000) Subject: Easter housekeeping: X-Git-Tag: 1.31.0-rc.0~48947 X-Git-Url: http://git.cyclocoop.org//%27%40script%40/%27?a=commitdiff_plain;h=314b687510ef5f4c2ca1dc021e5308db07683524;p=lhc%2Fweb%2Fwiklou.git Easter housekeeping: * Message 'subcategorycount' was removed in r32085 * Message 'groups' unused since ages --- diff --git a/languages/messages/MessagesEn.php b/languages/messages/MessagesEn.php index 73838d5267..a6bfe15b7f 100644 --- a/languages/messages/MessagesEn.php +++ b/languages/messages/MessagesEn.php @@ -577,7 +577,6 @@ XHTML id names. 'category-empty' => "''This category currently contains no pages or media.''", 'hidden-categories' => '{{PLURAL:$1|Hidden category|Hidden categories}}', 'hidden-category-category' => 'Hidden categories', # Name of the category where hidden categories will be listed -'subcategorycount' => 'There {{PLURAL:$1|is one subcategory|are $1 subcategories}} to this category.', 'category-subcat-count' => '{{PLURAL:$2|This category has only the following subcategory.|This category has the following {{PLURAL:$1|subcategory|$1 subcategories}}, out of $2 total.}}', 'category-subcat-count-limited' => 'This category has the following {{PLURAL:$1|subcategory|$1 subcategories}}.', 'category-article-count' => '{{PLURAL:$2|This category contains only the following page.|The following {{PLURAL:$1|page is|$1 pages are}} in this category, out of $2 total.}}', @@ -1323,7 +1322,6 @@ Make sure that this change will maintain historical page continuity. # User rights 'userrights' => 'User rights management', 'userrights-summary' => '', # only translate this message to other languages if you have to change it -'groups' => 'User groups', 'userrights-lookup-user' => 'Manage user groups', 'userrights-user-editname' => 'Enter a username:', 'editusergroup' => 'Edit User Groups', diff --git a/maintenance/language/messages.inc b/maintenance/language/messages.inc index d297997860..95bbe7b786 100644 --- a/maintenance/language/messages.inc +++ b/maintenance/language/messages.inc @@ -127,7 +127,6 @@ $wgMessageStructure = array( 'category-empty', 'hidden-categories', 'hidden-category-category', - 'subcategorycount', 'category-subcat-count', 'category-subcat-count-limited', 'category-article-count', @@ -760,7 +759,6 @@ $wgMessageStructure = array( 'userrights' => array( 'userrights', 'userrights-summary', - 'groups', 'userrights-lookup-user', 'userrights-user-editname', 'editusergroup',