diff options
author | larsch8 <larsch8@m2.stud.ku.dk> | 2006-03-01 01:33:07 +0100 |
---|---|---|
committer | larsch8 <larsch8@m2.stud.ku.dk> | 2006-03-01 01:33:07 +0100 |
commit | a0c3b0eab226fdbd1cf62f24eda906fb5d0b1f17 (patch) | |
tree | 97bf8fb598b8dab0a739e70428654fe331699884 /lib/plugins/plugin | |
parent | db9d7f2ff4154332d277be90e47cee678af7e372 (diff) | |
download | rpg-a0c3b0eab226fdbd1cf62f24eda906fb5d0b1f17.tar.gz rpg-a0c3b0eab226fdbd1cf62f24eda906fb5d0b1f17.tar.bz2 |
Preliminary Danish localization for the rest of the plugins. Too tired to complete it right now...
darcs-hash:20060301003307-a08f5-68dde44c8a9be592d8823a1a5e24538f813e1133.gz
Diffstat (limited to 'lib/plugins/plugin')
-rw-r--r-- | lib/plugins/plugin/lang/da/admin_plugin.txt | 6 | ||||
-rw-r--r-- | lib/plugins/plugin/lang/da/lang.php | 27 |
2 files changed, 33 insertions, 0 deletions
diff --git a/lib/plugins/plugin/lang/da/admin_plugin.txt b/lib/plugins/plugin/lang/da/admin_plugin.txt new file mode 100644 index 000000000..4bb06b206 --- /dev/null +++ b/lib/plugins/plugin/lang/da/admin_plugin.txt @@ -0,0 +1,6 @@ +====== Pluginstyring ====== + +På denne side kan du kontrollere alle Dokuwikis [[doku>wiki:plugins|plugins]]. +For at downloade og installere et plugin, må din plugin mappe kunne skrives til af webserveren. + + 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'; + |