diff options
Diffstat (limited to 'lib/plugins/popularity')
-rw-r--r-- | lib/plugins/popularity/lang/da/lang.php | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lib/plugins/popularity/lang/da/lang.php b/lib/plugins/popularity/lang/da/lang.php new file mode 100644 index 000000000..976f3a7b9 --- /dev/null +++ b/lib/plugins/popularity/lang/da/lang.php @@ -0,0 +1,9 @@ +<?php +/** + * Danish language file + * + * @author Kalle Sommer Nielsen <kalle@php.net> + * @author Esben Laursen <hyber@hyber.dk> + */ +$lang['name'] = 'Popularitets feedback (vil måske tage en del tid at indlæse)'; +$lang['submit'] = 'Send data'; |