Index: trunk/extensions/Translate/groups/mediawiki-defines.txt |
— | — | @@ -1221,6 +1221,8 @@ |
1222 | 1222 | Random Users With Avatars |
1223 | 1223 | descmsg = random-users-avatars-desc |
1224 | 1224 | |
| 1225 | +Ratings |
| 1226 | + |
1225 | 1227 | Rdf |
1226 | 1228 | optional = rdf, rdf-output-xml, rdf-output-turtle, rdf-output-ntriples |
1227 | 1229 | |
Index: trunk/extensions/Ratings/Ratings.i18n.php |
— | — | @@ -1,12 +1,12 @@ |
2 | 2 | <?php |
3 | 3 | |
4 | 4 | /** |
5 | | - * Internationalization file for the Include WP extension. |
| 5 | + * Internationalization file for the Ratings extension. |
6 | 6 | * |
7 | 7 | * @since 0.1 |
8 | 8 | * |
9 | | - * @file IncludeWP.i18n.php |
10 | | - * @ingroup IncludeWP |
| 9 | + * @file Ratings.i18n.php |
| 10 | + * @ingroup Ratings |
11 | 11 | * |
12 | 12 | * @licence GNU GPL v3 or later |
13 | 13 | * @author Jeroen De Dauw < jeroendedauw@gmail.com > |
— | — | @@ -18,11 +18,11 @@ |
19 | 19 | * @author Jeroen De Dauw |
20 | 20 | */ |
21 | 21 | $messages['en'] = array( |
22 | | - 'ratings-desc' => 'Simple rating extension for MediaWiki', |
| 22 | + 'ratings-desc' => 'Allows users to rate different "properties" of pages', |
23 | 23 | |
24 | 24 | // Rating stars |
25 | 25 | 'ratings-par-page' => 'The page the rating applies to.', |
26 | | - 'ratings-par-tag' => 'Tha rating tag. The tag indicates what "property" of the page gets rated.', |
| 26 | + 'ratings-par-tag' => 'The rating tag. The tag indicates what "property" of the page gets rated.', |
27 | 27 | 'ratings-par-showdisabled' => 'Show ratings when the user can not vote (in read-only mode).', |
28 | 28 | 'ratings-par-incsummary' => 'Show a summary of the current votes above the rating element?', |
29 | 29 | |