diff options
author | Andreas Gohr <andi@splitbrain.org> | 2008-03-18 22:37:23 +0100 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2008-03-18 22:37:23 +0100 |
commit | 17784d211c5d785ad88303ff15a6dc2f56b554f3 (patch) | |
tree | 8884732cc4c696d47ace97ef3e09e11a18699e6a /lib/plugins/popularity/lang/nl/lang.php | |
parent | 03305f56688ad6277968f7d43fbd491d20ee060d (diff) | |
download | rpg-17784d211c5d785ad88303ff15a6dc2f56b554f3.tar.gz rpg-17784d211c5d785ad88303ff15a6dc2f56b554f3.tar.bz2 |
Dutch language update
darcs-hash:20080318213723-7ad00-39a2120d5265f622c2ca4ac10aaa421ac00480e6.gz
Diffstat (limited to 'lib/plugins/popularity/lang/nl/lang.php')
-rw-r--r-- | lib/plugins/popularity/lang/nl/lang.php | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/plugins/popularity/lang/nl/lang.php b/lib/plugins/popularity/lang/nl/lang.php new file mode 100644 index 000000000..dc70ba875 --- /dev/null +++ b/lib/plugins/popularity/lang/nl/lang.php @@ -0,0 +1,8 @@ +<?php +/** + * Dutch language file + * + * @author Wouter Schoot <wouter@schoot.org> + */ +$lang['name'] = 'Populariteits terugkoppeling (dit kan even duren om in te laden)'; +$lang['submit'] = 'Verstuur'; |