2012-01-26 14:41:21 +01:00
< ? php
2014-08-28 17:02:34 +02:00
/**
* Localizations for the Kolab Address Book plugin
*
* Copyright ( C ) 2014 , Kolab Systems AG
*
* For translation see https :// www . transifex . com / projects / p / kolab / resource / kolab_addressbook /
*/
2012-01-26 14:41:21 +01:00
$labels [ 'initials' ] = 'Initialen' ;
$labels [ 'profession' ] = 'Berufsbezeichnung' ;
$labels [ 'officelocation' ] = 'Büro Adresse' ;
$labels [ 'children' ] = 'Kinder' ;
2012-04-25 14:12:09 +02:00
$labels [ 'pgppublickey' ] = 'PGP-Schlüssel' ;
$labels [ 'pkcs7publickey' ] = 'S/MIME-Schlüssel' ;
2012-01-26 14:41:21 +01:00
$labels [ 'freebusyurl' ] = 'Frei/Belegt URL' ;
$labels [ 'typebusiness' ] = 'Dienstlich' ;
$labels [ 'typebusinessfax' ] = 'Dienst' ;
$labels [ 'typecompany' ] = 'Firma' ;
$labels [ 'typeprimary' ] = 'Primär' ;
$labels [ 'typetelex' ] = 'Telex' ;
$labels [ 'typeradio' ] = 'Funk' ;
$labels [ 'typeisdn' ] = 'ISDN' ;
$labels [ 'typettytdd' ] = 'Telescrit' ;
$labels [ 'typecallback' ] = 'Rückruf' ;
$labels [ 'settings' ] = 'Einstellungen' ;
$labels [ 'bookcreate' ] = 'Adressbuch anlegen' ;
$labels [ 'bookedit' ] = 'Adressbuch bearbeiten' ;
$labels [ 'bookdelete' ] = 'Adressbuch löschen' ;
2014-11-28 13:24:53 +13:00
$labels [ 'bookremove' ] = 'Remove from list' ;
2012-01-26 14:41:21 +01:00
$labels [ 'bookproperties' ] = 'Eigenschaften des Adressbuchs' ;
$labels [ 'bookname' ] = 'Name des Buches' ;
$labels [ 'parentbook' ] = 'Übergeordnetes Buch' ;
2014-11-28 13:24:53 +13:00
$labels [ 'bookshowurl' ] = 'Show CardDAV URL' ;
$labels [ 'carddavurldescription' ] = 'Copy this address to a <a href="http://en.wikipedia.org/wiki/CardDAV" target="_blank">CardDAV</a> client application to fully synchronize this specific address book with your computer or mobile device.' ;
2012-01-26 14:41:21 +01:00
$labels [ 'addressbookprio' ] = 'Reihenfolge der Adressbücher' ;
$labels [ 'personalfirst' ] = 'Private(s) Adressbuch/Adressbücher zuerst' ;
$labels [ 'globalfirst' ] = 'Globale(s) Adressbuch/Adressbücher zuerst' ;
$labels [ 'personalonly' ] = 'Nur persönliche(s) Adressbuch/Adressbücher' ;
$labels [ 'globalonly' ] = 'Nur globale(s) Adressbuch/Adressbücher' ;
2014-11-28 13:24:53 +13:00
$labels [ 'findaddressbooks' ] = 'Find address books' ;
$labels [ 'searchterms' ] = 'Search terms' ;
$labels [ 'listsearchresults' ] = 'Additional address books' ;
$labels [ 'foldersearchform' ] = 'Address book search form' ;
$labels [ 'foldersubscribe' ] = 'List permanently' ;
$labels [ 'nraddressbooksfound' ] = '$nr address books found' ;
$labels [ 'noaddressbooksfound' ] = 'No address books found' ;
2012-01-26 14:41:21 +01:00
$messages [ 'bookdeleteconfirm' ] = 'Soll das gewählte Adressbuch und alle Kontakte darin wirklich gelöscht werden?' ;
$messages [ 'bookdeleting' ] = 'Adressbuch wird gelöscht...' ;
$messages [ 'booksaving' ] = 'Adressbuch wird gespeichert...' ;
$messages [ 'bookdeleted' ] = 'Adressbuch erfolgreich gelöscht.' ;
$messages [ 'bookupdated' ] = 'Adressbuch erfolgreich aktualisiert.' ;
$messages [ 'bookcreated' ] = 'Adressbuch erfolgreich angelegt.' ;
$messages [ 'bookdeleteerror' ] = 'Fehler beim Löschen des Adressbuchs.' ;
$messages [ 'bookupdateerror' ] = 'Fehler beim Aktualisieren des Adressbuchs.' ;
$messages [ 'bookcreateerror' ] = 'Fehler beim Anlegen des Adressbuchs.' ;
$messages [ 'nobooknamewarning' ] = 'Bitte den Namen des Adressbuchs angeben.' ;
$messages [ 'noemailnamewarning' ] = 'Bitte E-Mail-Adresse oder Namen des Kontakts angeben.' ;
?>