summaryrefslogtreecommitdiff
path: root/plugins/help
diff options
context:
space:
mode:
authoralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2010-11-06 08:40:36 +0000
committeralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2010-11-06 08:40:36 +0000
commitbdd9a868d0eaa12ac90a742d443e544f97878171 (patch)
tree88242b7498b64e25bc5a60ad3620b9644dc7c7d7 /plugins/help
parent3aa1d040155ee4149fb45fb62252dacbee24878b (diff)
- Added da_DK localizations
git-svn-id: https://svn.roundcube.net/trunk@4188 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'plugins/help')
-rw-r--r--plugins/help/localization/da_DK.inc8
1 files changed, 8 insertions, 0 deletions
diff --git a/plugins/help/localization/da_DK.inc b/plugins/help/localization/da_DK.inc
new file mode 100644
index 000000000..753301220
--- /dev/null
+++ b/plugins/help/localization/da_DK.inc
@@ -0,0 +1,8 @@
+<?php
+
+$labels = array();
+$labels['help'] = 'Hjælp';
+$labels['about'] = 'Om';
+$labels['license'] = 'Licens';
+
+?>