Localisation updates for special page aliases for extensions from http://translatewiki.net.
This commit is contained in:
parent
9e881b44c9
commit
82cf86cc21
1 changed files with 17 additions and 2 deletions
|
@ -33,6 +33,11 @@ $specialPageAliases['bs'] = array(
|
|||
'ContributionScores' => array( 'DoprinosiBodovi' ),
|
||||
);
|
||||
|
||||
/** Esperanto (Esperanto) */
|
||||
$specialPageAliases['eo'] = array(
|
||||
'ContributionScores' => array( 'Kontribuatingoj' ),
|
||||
);
|
||||
|
||||
/** Estonian (Eesti) */
|
||||
$specialPageAliases['et'] = array(
|
||||
'ContributionScores' => array( 'Kaastööpunktid' ),
|
||||
|
@ -50,7 +55,7 @@ $specialPageAliases['fi'] = array(
|
|||
|
||||
/** Galician (Galego) */
|
||||
$specialPageAliases['gl'] = array(
|
||||
'ContributionScores' => array( 'Puntuación das contribucións' ),
|
||||
'ContributionScores' => array( 'Puntuación_das_contribucións' ),
|
||||
);
|
||||
|
||||
/** Hebrew (עברית) */
|
||||
|
@ -58,6 +63,11 @@ $specialPageAliases['he'] = array(
|
|||
'ContributionScores' => array( 'דירוג_תרומות' ),
|
||||
);
|
||||
|
||||
/** Haitian (Kreyòl ayisyen) */
|
||||
$specialPageAliases['ht'] = array(
|
||||
'ContributionScores' => array( 'PwentajKontribisyon' ),
|
||||
);
|
||||
|
||||
/** Hungarian (Magyar) */
|
||||
$specialPageAliases['hu'] = array(
|
||||
'ContributionScores' => array( 'Szerkesztési_pontok' ),
|
||||
|
@ -75,7 +85,7 @@ $specialPageAliases['id'] = array(
|
|||
|
||||
/** Japanese (日本語) */
|
||||
$specialPageAliases['ja'] = array(
|
||||
'ContributionScores' => array( '貢献得点', '貢献スコア' ),
|
||||
'ContributionScores' => array( '貢献スコア', '貢献得点' ),
|
||||
);
|
||||
|
||||
/** Khmer (ភាសាខ្មែរ) */
|
||||
|
@ -163,6 +173,11 @@ $specialPageAliases['tr'] = array(
|
|||
'ContributionScores' => array( 'KatkıSkorları', 'KatkıPuanları' ),
|
||||
);
|
||||
|
||||
/** Simplified Chinese (中文(简体)) */
|
||||
$specialPageAliases['zh-hans'] = array(
|
||||
'ContributionScores' => array( '贡献得分' ),
|
||||
);
|
||||
|
||||
/**
|
||||
* For backwards compatibility with MediaWiki 1.15 and earlier.
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue