Thomas Bruederli
2014-06-04 f25be2b863ec997dbe49d655db3a5a80a1f17bb7
commit | author | age
b51eab 1 <?php
AM 2
3 /*
4  +-----------------------------------------------------------------------+
5  | language/pl_PL/csv2vcard.inc                                          |
6  |                                                                       |
7  | Language file of the Roundcube Webmail client                         |
8  | Copyright (C) 2005-2012, The Roundcube Dev Team                       |
9  |                                                                       |
10  | Licensed under the GNU General Public License version 3 or            |
11  | any later version with exceptions for skins & plugins.                |
12  | See the README file for a full license statement.                     |
13  |                                                                       |
14  +-----------------------------------------------------------------------+
15  | Author: Aleksander Machniak <alec@alec.pl>                            |
16  +-----------------------------------------------------------------------+
17 */
18 $map = array();
19 $map['anniversary'] = "Rocznica";
20 $map['assistants_name'] = "Asystent";
21 $map['assistants_phone'] = "Telefon asystenta";
22 $map['birthday'] = "Urodziny";
23 $map['business_city'] = "Miasto (biuro)";
24 $map['business_countryregion'] = "Kraj/region (biuro)";
25 $map['business_fax'] = "Faks służbowy";
26 $map['business_phone'] = "Telefon służbowy";
27 $map['business_phone_2'] = "Telefon służbowy 2";
28 $map['business_postal_code'] = "Kod pocztowy (biuro)";
29 $map['business_state'] = "Województwo (biuro)";
30 $map['business_street'] = "Ulica (biuro)";
31 $map['categories'] = "Kategorie";
32 $map['company'] = "Firma";
33 $map['department'] = "Oddział";
34 $map['email_address'] = "Adres e-mail";
35 $map['first_name'] = "Imię";
36 $map['gender'] = "Płeć";
37 $map['home_city'] = "Miasto (dom)";
38 $map['home_countryregion'] = "Kraj/region (dom)";
39 $map['home_fax'] = "Faks domowy";
40 $map['home_phone'] = "Telefon domowy";
41 $map['home_phone_2'] = "Home Phone 2";
42 $map['home_postal_code'] = "Kod pocztowy (dom)";
43 $map['home_state'] = "Województwo (dom)";
44 $map['home_street'] = "Ulica (dom)";
45 $map['job_title'] = "Stanowisko";
46 $map['last_name'] = "Nazwisko";
47 $map['managers_name'] = "Menadżer";
48 $map['middle_name'] = "Drugie imię";
49 $map['mobile_phone'] = "Telefon komórkowy";
50 $map['notes'] = "Notatki";
51 $map['pager'] = "Pager";
52 $map['primary_phone'] = "Telefon główny";
53 $map['title'] = "Tytuł";
54 $map['web_page'] = "Osobista strona sieci Web";
55 $map['nickname'] = "Przydomek";