| | |
| | | | Author: Aleksander Machniak <alec@alec.pl> | |
| | | +-----------------------------------------------------------------------+ |
| | | */ |
| | | |
| | | // This is a list of CSV column names specified in CSV file header |
| | | // These must be original texts used in Outlook/Thunderbird exported csv files |
| | | // Encoding UTF-8 |
| | | |
| | | $map = array(); |
| | | |
| | | // MS Outlook 2010 |
| | | $map['anniversary'] = "Jahrestag"; |
| | | $map['assistants_name'] = "Name Assistent"; |
| | | $map['assistants_phone'] = "Telefon Assistent"; |
| | |
| | | $map['suffix'] = "Suffix"; |
| | | $map['title'] = "Title"; |
| | | $map['web_page'] = "Webseite"; |
| | | |
| | | // Thunderbird |
| | | $map['birth_day'] = "Geburtstag"; |
| | | $map['birth_month'] = "Geburtsmonat"; |
| | | $map['birth_year'] = "Geburtsjahr"; |
| | |
| | | $map['work_address'] = "Dienstlich: Adresse"; |
| | | $map['work_country'] = "Dienstlich: Land"; |
| | | $map['work_zipcode'] = "Dienstlich: PLZ"; |
| | | |
| | | // Atmail |
| | | $map['date_of_birth'] = "Date of Birth"; |
| | | $map['email'] = "Email"; |
| | | $map['home_mobile'] = "Home Mobile"; |