0
|
1 <?php
|
|
2
|
|
3 /*
|
|
4 +-----------------------------------------------------------------------+
|
|
5 | localization/ru_RU/csv2vcard.inc |
|
|
6 | |
|
|
7 | Language 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['birth_day'] = "День рождения";
|
|
19 $map['birth_month'] = "Месяц рождения";
|
|
20 $map['birth_year'] = "Год рождения";
|
|
21 $map['display_name'] = "Отображаемое имя";
|
|
22 $map['fax_number'] = "Номер факса";
|
|
23 $map['home_address'] = "Адрес";
|
|
24 $map['home_city_short'] = "Город";
|
|
25 $map['home_state_short'] = "Штат";
|
|
26 $map['home_country'] = "Страна";
|
|
27 $map['home_zipcode'] = "Почтовый индекс";
|
|
28 $map['mobile_number'] = "Номер сотового телефона";
|
|
29 $map['nickname'] = "Псевдоним";
|
|
30 $map['organization'] = "Организация";
|
|
31 $map['pager_number'] = "Номер пейджера";
|
|
32 $map['primary_email'] = "Адрес электронной почты";
|
|
33 $map['secondary_email'] = "Альтернативный адрес электронной почты";
|
|
34 $map['web_page_1'] = "Веб-страница 1";
|
|
35 $map['web_page_2'] = "Веб-страница 2";
|
|
36 $map['web_page'] = "Веб-страница";
|
|
37 $map['notes'] = "Заметки";
|
|
38 $map['work_phone'] = "Рабочий телефон";
|
|
39 $map['work_address'] = "Адрес (раб.)";
|
|
40 $map['work_country'] = "Страна (раб.)";
|
|
41 $map['work_zipcode'] = "Почтовый индекс (раб.)";
|
|
42 $map['last'] = "Фамилия";
|
|
43 $map['first'] = "Имя";
|
|
44 $map['work_city'] = "Город (раб.)";
|
|
45 $map['work_state_short'] = "Штат (раб.)";
|