summaryrefslogtreecommitdiff
path: root/webmail/plugins/google_contacts/localization/de_DE.inc
diff options
context:
space:
mode:
Diffstat (limited to 'webmail/plugins/google_contacts/localization/de_DE.inc')
-rw-r--r--webmail/plugins/google_contacts/localization/de_DE.inc12
1 files changed, 12 insertions, 0 deletions
diff --git a/webmail/plugins/google_contacts/localization/de_DE.inc b/webmail/plugins/google_contacts/localization/de_DE.inc
new file mode 100644
index 0000000..0ab5c80
--- /dev/null
+++ b/webmail/plugins/google_contacts/localization/de_DE.inc
@@ -0,0 +1,12 @@
+<?php
+$labels = array();
+$labels['googlecontacts'] = 'Google Adressen';
+$labels['usegoogleabook'] = 'Verwende Google-Adressbuch';
+$labels['googleuser'] = 'Google Konto';
+$labels['googlepass'] = 'Google Passwort';
+$labels['googlepassisset'] = 'Google Passwort ist gesetzt';
+$labels['googlepassisnotset'] = 'Google Passwort ist nicht gesetzt';
+
+$messages = array();
+$messages['abookreadonly'] = 'Dieses Adressbuch ist nicht editierbar.';
+?> \ No newline at end of file