mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Editcount
synced 2024-11-28 10:11:11 +00:00
Localisation updates for extensions from Betawiki (2007-12-21 23:45 CET)
This commit is contained in:
parent
ad009f1ece
commit
7426ca4d9e
Notes:
Raimond Spekking
2010-04-07 18:54:28 +00:00
|
@ -109,6 +109,16 @@ function efSpecialEditcountMessages() {
|
||||||
'editcount_total' => 'Total',#identical but defined
|
'editcount_total' => 'Total',#identical but defined
|
||||||
),
|
),
|
||||||
|
|
||||||
|
/** Croatian (Hrvatski)
|
||||||
|
* @author Dnik
|
||||||
|
*/
|
||||||
|
'hr' => array(
|
||||||
|
'editcount' => 'Broj uređivanja',
|
||||||
|
'editcount_username' => 'Suradnik:',
|
||||||
|
'editcount_submit' => 'Podnesi',
|
||||||
|
'editcount_total' => 'Ukupno',
|
||||||
|
),
|
||||||
|
|
||||||
'hsb' => array(
|
'hsb' => array(
|
||||||
'editcount' => 'Ličba změnow',
|
'editcount' => 'Ličba změnow',
|
||||||
'editcount_username' => 'Wužiwar:',
|
'editcount_username' => 'Wužiwar:',
|
||||||
|
@ -203,6 +213,16 @@ function efSpecialEditcountMessages() {
|
||||||
'editcount_username' => 'Utilisader:',
|
'editcount_username' => 'Utilisader:',
|
||||||
),
|
),
|
||||||
|
|
||||||
|
/** Sassarese (Sassarese)
|
||||||
|
* @author Felis
|
||||||
|
*/
|
||||||
|
'sdc' => array(
|
||||||
|
'editcount' => 'Cuntéggiu di li mudìffighi',
|
||||||
|
'editcount_username' => 'Utenti:',
|
||||||
|
'editcount_submit' => 'Invia',
|
||||||
|
'editcount_total' => 'Totari',
|
||||||
|
),
|
||||||
|
|
||||||
// Slovak version by helix84
|
// Slovak version by helix84
|
||||||
'sk' => array(
|
'sk' => array(
|
||||||
'editcount' => 'Počet príspevkov',
|
'editcount' => 'Počet príspevkov',
|
||||||
|
|
Loading…
Reference in a new issue