summaryrefslogtreecommitdiff
path: root/webmail/plugins/google_contacts/localization/de_DE.inc
blob: 0ab5c80c0748e38fe1216fb826eafb40a5af2054 (plain)
1
2
3
4
5
6
7
8
9
10
11
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.';
?>