diff options
Diffstat (limited to 'lib/plugins/plugin/lang/da/lang.php')
-rw-r--r-- | lib/plugins/plugin/lang/da/lang.php | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/lib/plugins/plugin/lang/da/lang.php b/lib/plugins/plugin/lang/da/lang.php new file mode 100644 index 000000000..2b0d49073 --- /dev/null +++ b/lib/plugins/plugin/lang/da/lang.php @@ -0,0 +1,27 @@ +<?php +/** + * Danish language file + * + * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) + * @author Lars Næsbye Christensen <larsnaesbye@stud.ku.dk> + */ + +$lang['menu'] = 'Håndter plugins'; + +// custom language strings for the plugin +$lang['download'] = "Download og installer nyt plugin"; +$lang['manage'] = "Installerede plugins"; + +$lang['btn_info'] = 'info'; +$lang['btn_update'] = 'opdater'; +$lang['btn_delete'] = 'slet'; +$lang['btn_settings'] = 'indstillinger'; +$lang['btn_download'] = 'Download'; + +$lang['url'] = 'URL'; + +$lang['installed'] = 'Installeret:'; +$lang['lastupdate'] = 'Sidst opdateret:'; +$lang['source'] = 'Kilde:'; +$lang['unknown'] = 'ukendt'; + |