[ Index ] |
PHP Cross Reference of vtigercrm-6.1.0 |
[Summary view] [Print] [Text view]
1 <?php 2 /*+********************************************************************************** 3 * The contents of this file are subject to the vtiger CRM Public License Version 1.0 4 * ("License"); You may not use this file except in compliance with the License 5 * The Original Code is: vtiger CRM Open Source 6 * The Initial Developer of the Original Code is vtiger. 7 * Portions created by vtiger are Copyright (C) vtiger. 8 * All Rights Reserved. 9 ************************************************************************************/ 10 $languageStrings = array( 11 'Contacts' => 'Контакты' , 12 'SINGLE_Contacts' => 'Контакт' , 13 'LBL_ADD_RECORD' => 'Добавить контакт' , 14 'LBL_RECORDS_LIST' => 'Контакты Список' , 15 'LBL_CONTACT_INFORMATION' => 'Информация о контакте', 16 'LBL_CUSTOMER_PORTAL_INFORMATION' => 'Информация пользователя портала', 17 'LBL_IMAGE_INFORMATION' => 'Изображение Контакта:', 18 'LBL_COPY_OTHER_ADDRESS' => 'Копировать Другой Адрес', // KEY 5.x: LBL_CPY_OTHER_ADDRESS 19 'LBL_COPY_MAILING_ADDRESS' => 'Копировать Почтовый Адрес', // KEY 5.x: LBL_CPY_MAILING_ADDRESS 20 'Office Phone' => 'Рабочий тел.' , 21 'Home Phone' => 'Домашний тел.' , 22 'Title' => 'Должность' , 23 'Department' => 'Отдел' , 24 'Birthdate' => 'День рождения' , 25 'Reports To' => 'Начальник:' , 26 'Assistant' => 'Ассистент' , 27 'Assistant Phone' => 'Тел.ассистента' , 28 'Do Not Call' => 'Не звонить' , 29 'Reference' => 'Рекомендации' , 30 'Portal User' => 'Пользователь портала', 31 'Mailing Street' => 'Улица' , 32 'Mailing City' => 'Город' , 33 'Mailing State' => 'Область' , 34 'Mailing Zip' => 'Индекс' , 35 'Mailing Country' => 'Страна' , 36 'Mailing Po Box' => 'Почтовый Po Box' , 37 'Other Street' => 'Доп.адрес: улица', 38 'Other City' => 'Доп.адрес: город', 39 'Other State' => 'Доп.адрес: область', 40 'Other Zip' => 'Доп.адрес: индекс', 41 'Other Country' => 'Доп.адрес: страна', 42 'Other Po Box' => 'Другое P.O. Коробка' , 43 'Contact Image' => 'Изображение' , 44 'Mr.' => 'Г-н.' , 45 'Ms.' => 'Г-жа.' , 46 'Mrs.' => 'Мис' , 47 'Dr.' => 'Д-р.' , 48 'Prof.' => 'Проф.' , 49 'User List' => 'Список Пользователей', 50 'Contact Id' => 'Контакт Id', 51 'Support Start Date' => 'Поддержка Дата начала', 52 'Support End Date' => 'Поддержка Дата окончания', 53 ); 54 $jsLanguageStrings = array( 55 );
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Fri Nov 28 20:08:37 2014 | Cross-referenced by PHPXref 0.7.1 |