Index: trunk/extensions/SocialProfile/UserProfile/UserProfilePage.php |
— | — | @@ -441,7 +441,7 @@ |
442 | 442 | global $wgUserLevels; |
443 | 443 | if( $wgUserLevels ){ |
444 | 444 | $output .= "<div id=\"points-level\"> |
445 | | - <a href=\"{$level_link->escapeFullURL()}\">{$stats_data["points"]} points</a> |
| 445 | + <a href=\"{$level_link->escapeFullURL()}\">{$stats_data["points"]}".wfMsg('user-profile-points')."</a> |
446 | 446 | </div> |
447 | 447 | <div id=\"honorific-level\"> |
448 | 448 | <a href=\"{$level_link->escapeFullURL()}\" rel=\"nofollow\">({$user_level->getLevelName()})</a> |
Index: trunk/extensions/SocialProfile/UserProfile/UserProfile.i18n.php |
— | — | @@ -1,8 +1,8 @@ |
2 | 2 | <?php |
3 | 3 | /** |
4 | | - * Internationalisation file for UserProfile extension pages. |
| 4 | + * Internationalisation file for UserProfile extension. |
5 | 5 | * |
6 | | - * @addtogroup Extensions |
| 6 | + * @ingroup Extensions |
7 | 7 | */ |
8 | 8 | |
9 | 9 | $messages = array(); |
— | — | @@ -88,6 +88,7 @@ |
89 | 89 | 'user-profile-update-log-section' => 'changed section', |
90 | 90 | 'user-profile-update-profile' => 'profile', |
91 | 91 | 'user-profile-default-country' => 'United States', |
| 92 | + 'user-profile-points' => ' points', |
92 | 93 | 'user-profile-section-personal' => 'Personal information', |
93 | 94 | 'user-profile-section-sportsteams' => 'Update networks', |
94 | 95 | 'user-profile-section-custom' => 'Custom information', |
— | — | @@ -1168,6 +1169,7 @@ |
1169 | 1170 | 'user-profile-update-log-section' => 'muutti osioa', |
1170 | 1171 | 'user-profile-update-profile' => 'profiili', |
1171 | 1172 | 'user-profile-default-country' => 'Suomi', |
| 1173 | + 'user-profile-points' => ' pistettä', |
1172 | 1174 | 'user-profile-section-personal' => 'Henkilökohtaiset tiedot', |
1173 | 1175 | 'user-profile-section-sportsteams' => 'Päivitä verkostoja', |
1174 | 1176 | 'user-profile-section-custom' => 'Omat tiedot', |