mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Editcount
synced 2024-11-27 09:42:28 +00:00
* (bug 8767) Dutch (nl) i18n updates for 14 extensions
This commit is contained in:
parent
92d4a5aa0b
commit
3179a6c2ec
Notes:
Raimond Spekking
2010-04-07 18:54:28 +00:00
|
@ -16,13 +16,7 @@ function efEditCountMessages() {
|
|||
'editcount_submit' => 'Submit',
|
||||
'editcount_total' => 'Total',
|
||||
),
|
||||
// French Version by Bertrand Grondin
|
||||
'fr' => array(
|
||||
'editcount' => 'Compteur d’éditions individuel',
|
||||
'editcount_username' => 'Utilisateur : ',
|
||||
'editcount_submit' => 'Soumettre',
|
||||
'editcount_total' => 'Total',
|
||||
),
|
||||
|
||||
// German by Leon Weber
|
||||
'de' => array(
|
||||
'editcount' => 'Anzahl der Seitenbearbeitungen',
|
||||
|
@ -30,6 +24,15 @@ function efEditCountMessages() {
|
|||
'editcount_submit' => 'Absenden',
|
||||
'editcount_total' => 'Gesamt',
|
||||
),
|
||||
|
||||
// French Version by Bertrand Grondin
|
||||
'fr' => array(
|
||||
'editcount' => 'Compteur d’éditions individuel',
|
||||
'editcount_username' => 'Utilisateur : ',
|
||||
'editcount_submit' => 'Soumettre',
|
||||
'editcount_total' => 'Total',
|
||||
),
|
||||
|
||||
// Indonesian Version by Ivan Lanin
|
||||
'id' => array(
|
||||
'editcount' => 'Jumlah suntingan',
|
||||
|
@ -37,6 +40,15 @@ function efEditCountMessages() {
|
|||
'editcount_submit' => 'Kirim',
|
||||
'editcount_total' => 'Total',
|
||||
),
|
||||
|
||||
// nld / Dutch version by Siebrand Mazeland
|
||||
'nl' => array(
|
||||
'editcount' => 'Bewerkingsteller',
|
||||
'editcount_username' => 'Gebruiker: ',
|
||||
'editcount_submit' => 'OK',
|
||||
'editcount_total' => 'Totaal',
|
||||
),
|
||||
|
||||
// Serbian default version by Sasa Stefanovic
|
||||
'sr' => array(
|
||||
'editcount' => 'Бројач измена',
|
||||
|
@ -44,6 +56,7 @@ function efEditCountMessages() {
|
|||
'editcount_submit' => 'Унеси',
|
||||
'editcount_total' => 'Укупно',
|
||||
),
|
||||
|
||||
// Serbian cyrillic version by Sasa Stefanovic
|
||||
'sr-ec' => array(
|
||||
'editcount' => 'Бројач измена',
|
||||
|
@ -51,6 +64,7 @@ function efEditCountMessages() {
|
|||
'editcount_submit' => 'Унеси',
|
||||
'editcount_total' => 'Укупно',
|
||||
),
|
||||
|
||||
// Serbian latin version by Sasa Stefanovic
|
||||
'sr-el' => array(
|
||||
'editcount' => 'Brojač izmena',
|
||||
|
|
Loading…
Reference in a new issue