Index: trunk/phase3/maintenance/language/messages.inc |
— | — | @@ -127,7 +127,6 @@ |
128 | 128 | 'category-empty', |
129 | 129 | 'hidden-categories', |
130 | 130 | 'hidden-category-category', |
131 | | - 'subcategorycount', |
132 | 131 | 'category-subcat-count', |
133 | 132 | 'category-subcat-count-limited', |
134 | 133 | 'category-article-count', |
— | — | @@ -760,7 +759,6 @@ |
761 | 760 | 'userrights' => array( |
762 | 761 | 'userrights', |
763 | 762 | 'userrights-summary', |
764 | | - 'groups', |
765 | 763 | 'userrights-lookup-user', |
766 | 764 | 'userrights-user-editname', |
767 | 765 | 'editusergroup', |
Index: trunk/phase3/languages/messages/MessagesEn.php |
— | — | @@ -577,7 +577,6 @@ |
578 | 578 | 'category-empty' => "''This category currently contains no pages or media.''", |
579 | 579 | 'hidden-categories' => '{{PLURAL:$1|Hidden category|Hidden categories}}', |
580 | 580 | 'hidden-category-category' => 'Hidden categories', # Name of the category where hidden categories will be listed |
581 | | -'subcategorycount' => 'There {{PLURAL:$1|is one subcategory|are $1 subcategories}} to this category.', |
582 | 581 | '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.}}', |
583 | 582 | 'category-subcat-count-limited' => 'This category has the following {{PLURAL:$1|subcategory|$1 subcategories}}.', |
584 | 583 | '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 @@ |
1324 | 1323 | # User rights |
1325 | 1324 | 'userrights' => 'User rights management', |
1326 | 1325 | 'userrights-summary' => '', # only translate this message to other languages if you have to change it |
1327 | | -'groups' => 'User groups', |
1328 | 1326 | 'userrights-lookup-user' => 'Manage user groups', |
1329 | 1327 | 'userrights-user-editname' => 'Enter a username:', |
1330 | 1328 | 'editusergroup' => 'Edit User Groups', |