Index: trunk/extensions/Translate/groups/mediawiki-defines.txt |
— | — | @@ -231,6 +231,9 @@ |
232 | 232 | ignored = code-rev-comment-preview-accesskey, code-rev-submit-accesskey, code-rev-submit-next-accesskey |
233 | 233 | ignored = code-rev-id, code-rev-next-accesskey |
234 | 234 | |
| 235 | +Collab Watchlist |
| 236 | +ignored = collabwatchlist-unset-tag |
| 237 | + |
235 | 238 | Collection - Core |
236 | 239 | id = ext-collection-core |
237 | 240 | file = Collection/CollectionCore.i18n.php |
Index: trunk/extensions/CollabWatchlist/CollabWatchlist.i18n.php |
— | — | @@ -1,20 +1,30 @@ |
2 | 2 | <?php |
| 3 | +/** |
| 4 | + * Internationalisation file for Collaborative watchlist extension. |
| 5 | + * |
| 6 | + * @file |
| 7 | + * @ingroup Extensions |
| 8 | + */ |
| 9 | + |
3 | 10 | $messages = array(); |
4 | 11 | |
| 12 | +/** English |
| 13 | + * @author Florian Hackenberger |
| 14 | + */ |
5 | 15 | $messages['en'] = array( |
6 | 16 | 'collabwatchlist' => 'Collaborative watchlist', |
| 17 | + 'collabwatchlist-desc' => 'Provides collaborative watchlists based on categories', |
7 | 18 | 'specialcollabwatchlist' => 'Collaborative watchlist special page', |
8 | | - 'specialcollabwatchlist-desc' => 'Collaborative watchlist special page description', |
9 | 19 | 'collabwatchlist-details' => '{{PLURAL:$1|$1 category/page|$1 categories/pages}} on this collaborative watchlist.', |
10 | 20 | 'collabwatchlisttagselect' => 'Tag', |
11 | 21 | 'collabwatchlisttagcomment' => 'Comment', |
12 | 22 | 'collabwatchlistsettagbutton' => 'Set tag', |
13 | 23 | 'collabwatchlist-unset-tag' => 'x', |
14 | 24 | 'collabwatchlisttools-view' => 'Display', |
15 | | - 'collabwatchlisttools-edit' => 'Edit Categories', |
16 | | - 'collabwatchlisttools-rawCategories' => 'Raw Edit Categories', |
17 | | - 'collabwatchlisttools-rawTags' => 'Raw Edit Tags', |
18 | | - 'collabwatchlisttools-rawUsers' => 'Raw Edit Users', |
| 25 | + 'collabwatchlisttools-edit' => 'Edit categories', |
| 26 | + 'collabwatchlisttools-rawCategories' => 'Raw edit categories', |
| 27 | + 'collabwatchlisttools-rawTags' => 'Raw edit tags', |
| 28 | + 'collabwatchlisttools-rawUsers' => 'Raw edit users', |
19 | 29 | 'collabwatchlisttools-delete' => 'Delete', |
20 | 30 | 'collabwatchlistsall' => 'All lists', |
21 | 31 | 'collabwatchlistfiltertags' => 'Filter tags', |
— | — | @@ -65,11 +75,14 @@ |
66 | 76 | 'collabwatchlistedit-raw-done' => 'The collaborative watchlist has been updated', |
67 | 77 | 'collabwatchlistedit-raw-added' => '{{PLURAL:$1|1 page/category was|$1 pages/categories were}} added:', |
68 | 78 | 'collabwatchlistedit-raw-removed' => '{{PLURAL:$1|1 page/category was|$1 pages/categories were}} removed', |
69 | | - 'collabwatchlistedit-normal-submit' => 'Speichern', |
| 79 | + 'collabwatchlistedit-normal-submit' => 'Save', |
70 | 80 | 'collabwatchlistshowhidelistusers' => '$1 list users', |
71 | 81 | 'tog-collabwatchlisthidelistusers' => 'Hide edits from collaborative watchlist users', |
72 | 82 | ); |
73 | 83 | |
| 84 | +/** English |
| 85 | + * @author Florian Hackenberger |
| 86 | + */ |
74 | 87 | $messages['de'] = array( |
75 | 88 | 'collabwatchlist' => 'Kollaborative Beobachtungsliste', |
76 | 89 | 'specialcollabwatchlist' => 'Kollaborative Beobachtungsliste Spezialseite', |
— | — | @@ -138,3 +151,4 @@ |
139 | 152 | 'collabwatchlistshowhidelistusers' => 'Listenbenutzer $1', |
140 | 153 | 'tog-collabwatchlisthidelistusers' => 'Bearbeitungen von Benutzern der kollaborativen Beobachtungsliste ausblenden', |
141 | 154 | ); |
| 155 | + |
Index: trunk/extensions/CollabWatchlist/CollabWatchlist.php |
— | — | @@ -10,11 +10,11 @@ |
11 | 11 | |
12 | 12 | |
13 | 13 | $wgExtensionCredits['specialpage'][] = array( |
| 14 | + 'path' => __FILE__, |
14 | 15 | 'name' => 'CollabWatchlist', |
15 | 16 | 'author' => 'Florian Hackenberger', |
16 | 17 | 'url' => 'http://www.mediawiki.org/wiki/User:Flohack', |
17 | | - 'description' => 'Provides collaborative watchlists based on categories', |
18 | | - 'descriptionmsg' => 'specialcollabwatchlist-desc', |
| 18 | + 'descriptionmsg' => 'collabwatchlist-desc', |
19 | 19 | 'version' => '0.9.0', |
20 | 20 | ); |
21 | 21 | |
Index: trunk/extensions/CollabWatchlist/CollabWatchlist.alias.php |
— | — | @@ -5,18 +5,19 @@ |
6 | 6 | * @addtogroup Extensions |
7 | 7 | */ |
8 | 8 | |
9 | | -$aliases = array(); |
| 9 | +$specialPageAliases = array(); |
10 | 10 | |
11 | 11 | /** English |
12 | | - * @author Aaron Schulz |
| 12 | + * @author Florian Hackenberger |
13 | 13 | */ |
14 | | -$aliases['en'] = array( |
15 | | - 'Collabwatchlist' => array( 'Collaborative watchlist' ), |
| 14 | +$specialPageAliases['en'] = array( |
| 15 | + 'Collabwatchlist' => array( 'CollaborativeWatchlist' ), |
16 | 16 | ); |
17 | 17 | |
18 | 18 | /** German (Deutsch) |
19 | | - * @author Raimond Spekking |
| 19 | + * @author Florian Hackenberger |
20 | 20 | */ |
21 | | -$aliases['de'] = array( |
22 | | - 'Collabwatchlist' => array( 'Kollaborative Beobachtungsliste' ), |
| 21 | +$specialPageAliases['de'] = array( |
| 22 | + 'Collabwatchlist' => array( 'Kollaborative_Beobachtungsliste' ), |
23 | 23 | ); |
| 24 | + |