Mercurial > hg > rc2
comparison program/localization/fi_FI/csv2vcard.inc @ 0:4681f974d28b
vanilla 1.3.3 distro, I hope
author | Charlie Root |
---|---|
date | Thu, 04 Jan 2018 15:52:31 -0500 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:4681f974d28b |
---|---|
1 <?php | |
2 | |
3 /* | |
4 +-----------------------------------------------------------------------+ | |
5 | localization/<lang>/csv2vcard.inc | | |
6 | | | |
7 | Localization file of the Roundcube Webmail client | | |
8 | Copyright (C) 2005-2015, 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: Pekka Nurmi <peknur@gmail.com> | | |
16 +-----------------------------------------------------------------------+ | |
17 */ | |
18 $map = array(); | |
19 $map['display_name'] = "Näyttönimi"; | |
20 $map['first_name'] = "Etunimi"; | |
21 $map['last_name'] = "Sukunimi"; | |
22 $map['home_phone'] = "Kotipuhelin"; | |
23 $map['home_city'] = "Kotikaupunki"; | |
24 $map['home_state'] = "Kodin lääni"; | |
25 $map['business_city'] = "Työpaikan kaupunki"; | |
26 $map['business_state'] = "Työpaikan lääni"; | |
27 $map['job_title'] = "Ammattinimi"; | |
28 $map['department'] = "Osasto"; | |
29 $map['notes'] = "Muistiinpanot"; | |
30 $map['birth_day'] = "Syntymäpäivä"; | |
31 $map['birth_month'] = "Syntymäkuukausi"; | |
32 $map['birth_year'] = "Syntymävuosi"; | |
33 $map['display_name'] = "Näytettävä nimi"; | |
34 $map['fax_number'] = "Faksin numero"; | |
35 $map['nickname'] = "Lempinimi"; | |
36 $map['primary_email'] = "Ensisijainen sähköposti"; | |
37 $map['secondary_email'] = "Toissijainen sähköposti"; | |
38 $map['work_phone'] = "Työpuhelin"; | |
39 $map['pager_number'] = "Hakulaitteen numero"; | |
40 $map['mobile_number'] = "Matkapuhelinnumero"; | |
41 $map['home_address'] = "Kotiosoite"; | |
42 $map['home_zipcode'] = "Kodin postinumero"; | |
43 $map['home_country'] = "Kotimaa"; | |
44 $map['work_address'] = "Työosoite"; | |
45 $map['work_zipcode'] = "Työpaikan postinumero"; | |
46 $map['work_country'] = "Työpaikan maa"; | |
47 $map['organization'] = "Järjestö"; | |
48 $map['web_page_1'] = "Verkkosivu 1"; | |
49 $map['web_page_2'] = "Verkkosivu 2"; |