diff options
author | Marijn Hofstra <hofstra.m@gmail.com> | 2011-02-21 18:50:35 +0100 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2011-02-21 18:50:35 +0100 |
commit | d2437563b7573fdac463306c9e25cc24b3d80e0e (patch) | |
tree | 15767ba22de19f7b1592b518a630d44d709261dd /lib/plugins/popularity/lang/nl/lang.php | |
parent | b22b675ae4f8161cdffa97f24fa49e711ef7157d (diff) | |
download | rpg-d2437563b7573fdac463306c9e25cc24b3d80e0e.tar.gz rpg-d2437563b7573fdac463306c9e25cc24b3d80e0e.tar.bz2 |
Dutch language update
Diffstat (limited to 'lib/plugins/popularity/lang/nl/lang.php')
-rw-r--r-- | lib/plugins/popularity/lang/nl/lang.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/plugins/popularity/lang/nl/lang.php b/lib/plugins/popularity/lang/nl/lang.php index 54e12ae91..0a8386f42 100644 --- a/lib/plugins/popularity/lang/nl/lang.php +++ b/lib/plugins/popularity/lang/nl/lang.php @@ -13,3 +13,8 @@ */ $lang['name'] = 'Populariteitsfeedback (kan even duren om in te laden)'; $lang['submit'] = 'Verstuur'; +$lang['autosubmit'] = 'Gegevens automatisch maandelijks verzenden'; +$lang['submissionFailed'] = 'De gegevens konden niet verstuurd worden vanwege de volgende fouten:'; +$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.'; |