Translate kolab-specific subtypes of addressbook fields (phone/address)
This commit is contained in:
parent
84a46d1028
commit
a0c5bc292e
2 changed files with 19 additions and 0 deletions
|
@ -7,6 +7,15 @@ $labels['officelocation'] = 'Office location';
|
|||
$labels['children'] = 'Children';
|
||||
$labels['pgppublickey'] = 'PGP publickey';
|
||||
$labels['freebusyurl'] = 'Free-busy URL';
|
||||
$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';
|
||||
$labels['settings'] = 'Settings';
|
||||
|
||||
$labels['bookcreate'] = 'Create address book';
|
||||
|
|
|
@ -9,6 +9,16 @@ $labels['pgppublickey'] = 'Klucz publ. PGP';
|
|||
$labels['freebusyurl'] = 'URL Free-busy';
|
||||
$labels['settings'] = 'Ustawienia';
|
||||
|
||||
$labels['typebusiness'] = 'Praca';
|
||||
$labels['typebusinessfax'] = 'Fax firmowy';
|
||||
$labels['typecallback'] = 'Callback';
|
||||
$labels['typecompany'] = 'Firma';
|
||||
$labels['typeprimary'] = 'Główny';
|
||||
$labels['typetelex'] = 'Teleks';
|
||||
$labels['typeradio'] = 'Radio';
|
||||
$labels['typeisdn'] = 'ISDN';
|
||||
$labels['typettytdd'] = 'TTY/TDD';
|
||||
|
||||
$labels['addressbookprio'] = 'Wybór/zachowanie książek adresowych';
|
||||
$labels['personalfirst'] = 'Najpierw osobiste książki adresowe';
|
||||
$labels['globalfirst'] = 'Najpierw globalne książki adresowe';
|
||||
|
|
Loading…
Add table
Reference in a new issue