diff options
author | Andreas Gohr <andi@splitbrain.org> | 2013-10-25 05:01:52 -0700 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2013-10-25 05:01:52 -0700 |
commit | c51328c79fa0599b8bb4e3bbf7efc76c71892386 (patch) | |
tree | c5e1fc4db545f7a8085a2858404308e67e93a084 /lib/plugins/popularity | |
parent | d34a2a38603431bc5caa74b726a6f58d86a70530 (diff) | |
parent | 269e961b5d395674d18eb2bd82814b2620c05c19 (diff) | |
download | rpg-c51328c79fa0599b8bb4e3bbf7efc76c71892386.tar.gz rpg-c51328c79fa0599b8bb4e3bbf7efc76c71892386.tar.bz2 |
Merge pull request #400 from dokuwiki-translate/lang_update_418
Translation update (nl)
Diffstat (limited to 'lib/plugins/popularity')
-rw-r--r-- | lib/plugins/popularity/lang/nl/lang.php | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/plugins/popularity/lang/nl/lang.php b/lib/plugins/popularity/lang/nl/lang.php index dda4a1d7f..6ffa71e82 100644 --- a/lib/plugins/popularity/lang/nl/lang.php +++ b/lib/plugins/popularity/lang/nl/lang.php @@ -14,11 +14,12 @@ * @author Jeroen * @author Ricardo Guijt <ricardoguijt@gmail.com> * @author Gerrit <klapinklapin@gmail.com> + * @author Remon <no@email.local> */ $lang['name'] = 'Populariteitsfeedback (kan even duren om in te laden)'; -$lang['submit'] = 'Verstuur'; +$lang['submit'] = 'Verstuur gegevens'; $lang['autosubmit'] = 'Gegevens automatisch maandelijks verzenden'; -$lang['submissionFailed'] = 'De gegevens konden niet verstuurd worden vanwege de volgende fouten:'; +$lang['submissionFailed'] = 'De gegevens konden niet verstuurd worden vanwege de volgende fout:'; $lang['submitDirectly'] = 'Je kan de gegevens handmatig sturen door het onderstaande formulier te verzenden.'; $lang['autosubmitError'] = 'De laatste automatische verzending is mislukt vanwege de volgende fout:'; $lang['lastSent'] = 'De gegevens zijn verstuurd.'; |