2011-05-21 12:25:39 +02:00
< ? php
2014-08-14 10:49:56 +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 /
*/
2011-05-21 12:25:39 +02:00
$labels = array ();
$labels [ 'initials' ] = 'Initials' ;
$labels [ 'profession' ] = 'Profession' ;
$labels [ 'officelocation' ] = 'Office location' ;
$labels [ 'children' ] = 'Children' ;
2012-04-25 14:12:09 +02:00
$labels [ 'pgppublickey' ] = 'PGP public key' ;
$labels [ 'pkcs7publickey' ] = 'S/MIME public key' ;
2011-05-21 12:25:39 +02:00
$labels [ 'freebusyurl' ] = 'Free-busy URL' ;
2011-09-12 15:01:47 +02:00
$labels [ 'typebusiness' ] = 'Business' ;
$labels [ 'typebusinessfax' ] = 'Business Fax' ;
$labels [ 'typecompany' ] = 'Company' ;
$labels [ 'typeprimary' ] = 'Primary' ;
$labels [ 'typetelex' ] = 'Telex' ;
$labels [ 'typeradio' ] = 'Radio' ;
$labels [ 'typeisdn' ] = 'ISDN' ;
$labels [ 'typettytdd' ] = 'TTY/TDD' ;
$labels [ 'typecallback' ] = 'Callback' ;
2011-05-21 12:25:39 +02:00
$labels [ 'settings' ] = 'Settings' ;
2011-06-27 13:44:27 +02:00
$labels [ 'bookcreate' ] = 'Create address book' ;
$labels [ 'bookedit' ] = 'Edit address book' ;
$labels [ 'bookdelete' ] = 'Delete address book' ;
2014-09-11 14:45:34 +02:00
$labels [ 'bookremove' ] = 'Remove from list' ;
2011-06-27 13:44:27 +02:00
$labels [ 'bookproperties' ] = 'Address book properties' ;
$labels [ 'bookname' ] = 'Book name' ;
$labels [ 'parentbook' ] = 'Superior book' ;
2013-10-03 12:44:41 +02: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.' ;
2011-06-27 13:44:27 +02:00
2011-06-08 11:33:18 +02:00
$labels [ 'addressbookprio' ] = 'Address book(s) selection/behaviour' ;
$labels [ 'personalfirst' ] = 'Personal address book(s) first' ;
$labels [ 'globalfirst' ] = 'Global address book(s) first' ;
$labels [ 'personalonly' ] = 'Personal address book(s) only' ;
$labels [ 'globalonly' ] = 'Global address book(s) only' ;
2014-06-25 17:09:04 +02: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' ;
2011-06-27 13:44:27 +02:00
$messages [ 'bookdeleteconfirm' ] = 'Do you really want to delete the selected address book and all contacts in it?' ;
$messages [ 'bookdeleting' ] = 'Deleting address book...' ;
$messages [ 'booksaving' ] = 'Saving address book...' ;
2011-07-24 10:56:47 +02:00
$messages [ 'bookdeleted' ] = 'Address book deleted successfully.' ;
$messages [ 'bookupdated' ] = 'Address book updated successfully.' ;
$messages [ 'bookcreated' ] = 'Address book created successfully.' ;
$messages [ 'bookdeleteerror' ] = 'An error occured while deleting address book.' ;
$messages [ 'bookupdateerror' ] = 'An error occured while updating address book.' ;
$messages [ 'bookcreateerror' ] = 'An error occured while creating address book.' ;
$messages [ 'nobooknamewarning' ] = 'Please, enter address book name.' ;
$messages [ 'noemailnamewarning' ] = 'Please, enter email address or contact name.' ;
2011-06-27 13:44:27 +02:00
2011-06-08 11:33:18 +02:00
?>