mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/ReplaceText
synced 2024-11-15 10:59:28 +00:00
Localisation updates from http://translatewiki.net.
Change-Id: Ib76dac56b45793a5aff3aa00ac7abd3d2a23b3d2
This commit is contained in:
parent
52f8d49967
commit
2e380132de
|
@ -168,7 +168,7 @@ $specialPageAliases['mt'] = array(
|
|||
'ReplaceText' => array( 'BiddelTest' ),
|
||||
);
|
||||
|
||||
/** Norwegian Bokmål (norsk (bokmål)) */
|
||||
/** Norwegian Bokmål (norsk (bokmål)) */
|
||||
$specialPageAliases['nb'] = array(
|
||||
'ReplaceText' => array( 'Teksterstatning' ),
|
||||
);
|
||||
|
@ -203,7 +203,7 @@ $specialPageAliases['sq'] = array(
|
|||
'ReplaceText' => array( 'ZëvendësoTekstin' ),
|
||||
);
|
||||
|
||||
/** Serbian (Cyrillic script) (српски (ћирилица)) */
|
||||
/** Serbian (Cyrillic script) (српски (ћирилица)) */
|
||||
$specialPageAliases['sr-ec'] = array(
|
||||
'ReplaceText' => array( 'ЗамениТекст', 'Замени_текст' ),
|
||||
);
|
||||
|
@ -243,7 +243,7 @@ $specialPageAliases['vi'] = array(
|
|||
'ReplaceText' => array( 'Thay_văn_bản' ),
|
||||
);
|
||||
|
||||
/** Simplified Chinese (中文(简体)) */
|
||||
/** Simplified Chinese (中文(简体)) */
|
||||
$specialPageAliases['zh-hans'] = array(
|
||||
'ReplaceText' => array( '替换文本' ),
|
||||
);
|
Loading…
Reference in a new issue