diff options
Diffstat (limited to 'webmail/plugins/google_contacts/localization/da_DK.inc')
| -rw-r--r-- | webmail/plugins/google_contacts/localization/da_DK.inc | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/webmail/plugins/google_contacts/localization/da_DK.inc b/webmail/plugins/google_contacts/localization/da_DK.inc new file mode 100644 index 0000000..0f72627 --- /dev/null +++ b/webmail/plugins/google_contacts/localization/da_DK.inc @@ -0,0 +1,28 @@ +<?php
+
+/*
++-----------------------------------------------------------------------+
+| language/da_DK/labels.inc |
+| |
+| Language file of the RoundCube Webmail client |
+| Copyright (C) 2008-2009, RoundQube Dev. - Switzerland |
+| Licensed under the GNU GPL |
+| |
++-----------------------------------------------------------------------+
+| Author: |
++-----------------------------------------------------------------------+
+
+*/
+
+$labels = array();
+$labels['googlecontacts'] = 'Google kontakter';
+$labels['usegoogleabook'] = 'Brug Google adressebog';
+$labels['googleuser'] = 'Google konto';
+$labels['googlepass'] = 'Google password';
+$labels['googlepassisset'] = 'Google password er indtastet';
+$labels['googlepassisnotset'] = 'Google password er ikke indtastet';
+
+$messages = array();
+$messages['abookreadonly'] = 'Der kan ikke skrives i adressebogen.';
+
+?>
\ No newline at end of file |
