You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

csv2vcard.inc 2.3KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. <?php
  2. /*
  3. +-----------------------------------------------------------------------+
  4. | localization/ru_RU/csv2vcard.inc |
  5. | |
  6. | Language file of the Roundcube Webmail client |
  7. | Copyright (C) 2005-2014, The Roundcube Dev Team |
  8. | |
  9. | Licensed under the GNU General Public License version 3 or |
  10. | any later version with exceptions for skins & plugins. |
  11. | See the README file for a full license statement. |
  12. | |
  13. +-----------------------------------------------------------------------+
  14. | Author: Aleksander Machniak <alec@alec.pl> |
  15. +-----------------------------------------------------------------------+
  16. */
  17. $map['birth_day'] = "День рождения";
  18. $map['birth_month'] = "Месяц рождения";
  19. $map['birth_year'] = "Год рождения";
  20. $map['display_name'] = "Отображаемое имя";
  21. $map['fax_number'] = "Номер факса";
  22. $map['home_address'] = "Адрес";
  23. $map['home_city_short'] = "Город";
  24. $map['home_state_short'] = "Штат";
  25. $map['home_country'] = "Страна";
  26. $map['home_zipcode'] = "Почтовый индекс";
  27. $map['mobile_number'] = "Номер сотового телефона";
  28. $map['nickname'] = "Псевдоним";
  29. $map['organization'] = "Организация";
  30. $map['pager_number'] = "Номер пейджера";
  31. $map['primary_email'] = "Адрес электронной почты";
  32. $map['secondary_email'] = "Альтернативный адрес электронной почты";
  33. $map['web_page_1'] = "Веб-страница 1";
  34. $map['web_page_2'] = "Веб-страница 2";
  35. $map['web_page'] = "Веб-страница";
  36. $map['notes'] = "Заметки";
  37. $map['work_phone'] = "Рабочий телефон";
  38. $map['work_address'] = "Адрес (раб.)";
  39. $map['work_country'] = "Страна (раб.)";
  40. $map['work_zipcode'] = "Почтовый индекс (раб.)";
  41. $map['last'] = "Фамилия";
  42. $map['first'] = "Имя";
  43. $map['work_city'] = "Город (раб.)";
  44. $map['work_state_short'] = "Штат (раб.)";