mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Thanks
synced 2024-11-15 10:59:42 +00:00
Localisation updates from https://translatewiki.net.
Change-Id: I6a0c7308c69767e08f90abd34f00d8b2c15324a9
This commit is contained in:
parent
51da090e3d
commit
427e9c5618
19
i18n/nl.json
19
i18n/nl.json
|
@ -13,7 +13,8 @@
|
|||
"HanV",
|
||||
"Dinosaur918",
|
||||
"Robin van der Vliet",
|
||||
"Macofe"
|
||||
"Macofe",
|
||||
"Mainframe98"
|
||||
]
|
||||
},
|
||||
"thanks-desc": "Voegt koppelingen toe voor het bedanken van gebruikers voor bewerkingen, reacties, enzovoort.",
|
||||
|
@ -21,8 +22,11 @@
|
|||
"thanks-thanked": "{{GENDER:$1|{{GENDER:$2|is bedankt}}}}",
|
||||
"thanks-button-thank": "{{GENDER:$1|{{GENDER:$2|Bedanken}}}}",
|
||||
"thanks-button-thanked": "{{GENDER:$1|{{GENDER:$2|Bedankt}}}}",
|
||||
"thanks-error-undefined": "Bedanken is mislukt. Probeer het opnieuw.",
|
||||
"thanks-error-undefined": "Bedanken is mislukt (foutmelding: $1). Probeer het opnieuw.",
|
||||
"thanks-error-invalidrevision": "Het versienummer is niet geldig.",
|
||||
"thanks-error-invalidrecipient": "Geen geldig ontvanger gevonden",
|
||||
"thanks-error-invalidrecipient-self": "U kunt zichzelf niet bedanken.",
|
||||
"thanks-error-echonotinstalled": "Echo is niet geïnstalleerd op deze wiki",
|
||||
"thanks-error-ratelimited": "{{GENDER:$1|U}} hebt uw limiet voor bedankjes overschreden. Wacht even en probeer het dan opnieuw.",
|
||||
"thanks-thank-tooltip": "Deze {{GENDER:$2|gebruiker}} een bedankje {{GENDER:$1|sturen}}",
|
||||
"thanks-thank-tooltip-no": "Bedankje {{GENDER:$1|annuleren}}",
|
||||
|
@ -36,10 +40,8 @@
|
|||
"echo-pref-tooltip-edit-thank": "Informeer mij wanneer iemand mij bedankt voor een bewerking die ik heb gemaakt.",
|
||||
"echo-category-title-edit-thank": "Bedankt",
|
||||
"notification-thanks-diff-link": "uw bewerking",
|
||||
"notification-thanks": "[[User:$1|$1]] {{GENDER:$1|heeft}} u bedankt voor $2 op [[:$3]].",
|
||||
"notification-header-edit-thank": "$1 {{GENDER:$2|heeft}} {{GENDER:$4|u}} bedankt voor uw bewerking op '''$3'''.",
|
||||
"notification-thanks-email-subject": "$1 {{GENDER:$1|heeft}} u bedankt voor uw bewerking op {{SITENAME}}",
|
||||
"notification-thanks-email-batch-body": "$1 {{GENDER:$1|heeft}} u bedankt voor uw bewerking op $2.",
|
||||
"notification-header-edit-thank": "$1 {{GENDER:$2|heeft}} {{GENDER:$4|u}} bedankt voor uw bewerking op<strong>$3</strong>.",
|
||||
"notification-compact-header-edit-thank": "$1 {{GENDER:$2|bedankte}} {{GENDER:$3|u}}.",
|
||||
"log-name-thanks": "Bedankjeslogboek",
|
||||
"log-description-thanks": "Hieronder staat een lijst van gebruikers die door andere gebruikers zijn bedankt.",
|
||||
"logentry-thanks-thank": "$1 {{GENDER:$2|heeft}} {{GENDER:$4|$3}} bedankt",
|
||||
|
@ -50,8 +52,5 @@
|
|||
"thanks-error-invalidpostid": "Bericht-ID is niet geldig.",
|
||||
"flow-thanks-confirmation-special": "Wilt u een openbaar bedankje sturen voor deze reactie?",
|
||||
"flow-thanks-thanked-notice": "$1 heeft uw bedankje ontvangen voor {{GENDER:$2|zijn|haar|zijn/haar}} reactie.",
|
||||
"notification-flow-thanks": "[[User:$1|$1]] {{GENDER:$1|heeft}} {{GENDER:$5|u}} bedankt voor $2 in \"$3\" op [[:$4]].",
|
||||
"notification-flow-thanks-post-link": "uw reactie",
|
||||
"notification-flow-thanks-email-subject": "$1 {{GENDER:$1|heeft}} {{GENDER:$2|u}} bedankt voor uw reactie op {{SITENAME}}",
|
||||
"notification-flow-thanks-email-batch-body": "$1 {{GENDER:$1|heeft}} {{GENDER:$4|u}} bedankt voor uw reactie in \"$2\" op $3."
|
||||
"notification-flow-thanks-post-link": "uw reactie"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue