comparison program/localization/de_CH/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/de_CH/csv2vcard.inc |
6 | |
7 | Localization file of the Roundcube Webmail client |
8 | Copyright (C) 2005-2014, 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'] = "Jahrestag";
20 $map['assistants_name'] = "Name Assistent";
21 $map['assistants_phone'] = "Telefon Assistent";
22 $map['birthday'] = "Geburtstag";
23 $map['business_city'] = "Ort geschäftlich";
24 $map['business_countryregion'] = "Region geschäftlich";
25 $map['business_fax'] = "Fax geschäftlich";
26 $map['business_phone'] = "Telefon geschäftlich";
27 $map['business_phone_2'] = "Telefon geschäftlich 2";
28 $map['business_postal_code'] = "Postleitzahl geschäftlich";
29 $map['business_state'] = "Land geschäftlich";
30 $map['business_street'] = "Straße geschäftlich";
31 $map['car_phone'] = "Autotelefon";
32 $map['categories'] = "Kategorien";
33 $map['company'] = "Firma";
34 $map['department'] = "Abteilung";
35 $map['email_address'] = "E-Mail-Adresse";
36 $map['first_name'] = "Vorname";
37 $map['gender'] = "Geschlecht";
38 $map['home_city'] = "Ort privat";
39 $map['home_countryregion'] = "Region privat";
40 $map['home_fax'] = "Fax privat";
41 $map['home_phone'] = "Telefon privat";
42 $map['home_phone_2'] = "Telefon privat 2";
43 $map['home_postal_code'] = "Postleitzahl privat";
44 $map['home_state'] = "Land privat";
45 $map['home_street'] = "Straße privat";
46 $map['job_title'] = "Position";
47 $map['last_name'] = "Nachname";
48 $map['managers_name'] = "Manager's Name";
49 $map['middle_name'] = "Weitere Vornamen";
50 $map['mobile_phone'] = "Mobiltelefon";
51 $map['notes'] = "Notizen";
52 $map['other_city'] = "Weiterer Ort";
53 $map['other_countryregion'] = "Weitere Region";
54 $map['other_fax'] = "Weiteres Fax";
55 $map['other_phone'] = "Weiteres Telefon";
56 $map['other_postal_code'] = "Weitere Postleitzahl";
57 $map['other_state'] = "Weiteres Land";
58 $map['other_street'] = "Weitere Straße";
59 $map['pager'] = "Pager";
60 $map['primary_phone'] = "Haupttelefon";
61 $map['spouse'] = "Spouse";
62 $map['suffix'] = "Suffix";
63 $map['title'] = "Title";
64 $map['web_page'] = "Webseite";
65 $map['birth_day'] = "Geburtstag";
66 $map['birth_month'] = "Geburtsmonat";
67 $map['birth_year'] = "Geburtsjahr";
68 $map['display_name'] = "Anzeigename";
69 $map['fax_number'] = "Fax-Nummer";
70 $map['home_address'] = "Privat: Adresse";
71 $map['home_country'] = "Privat: Land";
72 $map['home_zipcode'] = "Privat: PLZ";
73 $map['mobile_number'] = "Mobil-Tel.-Nr.";
74 $map['nickname'] = "Spitzname";
75 $map['organization'] = "Organisation";
76 $map['pager_number'] = "Pager-Nummer";
77 $map['primary_email'] = "Primäre E-Mail-Adresse";
78 $map['secondary_email'] = "Sekundäre E-Mail-Adresse";
79 $map['web_page_1'] = "Webseite 1";
80 $map['web_page_2'] = "Webseite 2";
81 $map['work_phone'] = "Tel. dienstlich";
82 $map['work_address'] = "Dienstlich: Adresse";
83 $map['work_country'] = "Dienstlich: Land";
84 $map['work_zipcode'] = "Dienstlich: PLZ";
85 $map['date_of_birth'] = "Date of Birth";
86 $map['email'] = "Email";
87 $map['home_mobile'] = "Home Mobile";
88 $map['home_zip'] = "Home Zip";
89 $map['info'] = "Info";
90 $map['user_photo'] = "User Photo";
91 $map['url'] = "URL";
92 $map['work_city'] = "Work City";
93 $map['work_company'] = "Work Company";
94 $map['work_dept'] = "Work Dept";
95 $map['work_fax'] = "Work Fax";
96 $map['work_mobile'] = "Work Mobile";
97 $map['work_state'] = "Work State";
98 $map['work_title'] = "Work Title";
99 $map['work_zip'] = "Work Zip";