2011-06-02 08:56:02 +02:00
|
|
|
<?php
|
|
|
|
|
|
|
|
$labels = array();
|
|
|
|
$labels['initials'] = 'Inicjały';
|
|
|
|
$labels['profession'] = 'Zawód';
|
2011-06-03 15:28:42 +02:00
|
|
|
$labels['officelocation'] = 'Adres biura';
|
2011-06-02 08:56:02 +02:00
|
|
|
$labels['children'] = 'Dzieci';
|
2011-06-03 15:28:42 +02:00
|
|
|
$labels['pgppublickey'] = 'Klucz publ. PGP';
|
2011-06-02 08:56:02 +02:00
|
|
|
$labels['freebusyurl'] = 'URL Free-busy';
|
|
|
|
$labels['settings'] = 'Ustawienia';
|
|
|
|
|
|
|
|
?>
|