Files
CRM/languages/ru_ru/Contacts.php
BACHIR SOULDI 2794e62571 first commit
2025-09-28 08:49:37 +01:00

61 lines
3.8 KiB
PHP
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?php
/*+**********************************************************************************
* The contents of this file are subject to the vtiger CRM Public License Version 1.0
* ("License"); You may not use this file except in compliance with the License
* The Original Code is: vtiger CRM Open Source
* The Initial Developer of the Original Code is vtiger.
* Portions created by vtiger are Copyright (C) vtiger.
* All Rights Reserved.
************************************************************************************/
$languageStrings = array(
'Contacts' => 'Контакты' ,
'SINGLE_Contacts' => 'Контакт' ,
'LBL_ADD_RECORD' => 'Добавить контакт' ,
'LBL_RECORDS_LIST' => 'Контакты Список' ,
'LBL_CONTACT_INFORMATION' => 'Информация о контакте',
'LBL_CUSTOMER_PORTAL_INFORMATION' => 'Информация пользователя портала',
'LBL_IMAGE_INFORMATION' => 'Изображение Контакта:',
'LBL_COPY_OTHER_ADDRESS' => 'Копировать Другой Адрес', // KEY 5.x: LBL_CPY_OTHER_ADDRESS
'LBL_COPY_MAILING_ADDRESS' => 'Копировать Почтовый Адрес', // KEY 5.x: LBL_CPY_MAILING_ADDRESS
'Office Phone' => 'Рабочий тел.' ,
'Home Phone' => 'Домашний тел.' ,
'Title' => 'Должность' ,
'Department' => 'Отдел' ,
'Birthdate' => 'День рождения' ,
'Reports To' => 'Начальник:' ,
'Assistant' => 'Ассистент' ,
'Assistant Phone' => 'Тел.ассистента' ,
'Do Not Call' => 'Не звонить' ,
'Reference' => 'Рекомендации' ,
'Portal User' => 'Пользователь портала',
'Mailing Street' => 'Улица' ,
'Mailing City' => 'Город' ,
'Mailing State' => 'Область' ,
'Mailing Zip' => 'Индекс' ,
'Mailing Country' => 'Страна' ,
'Mailing Po Box' => 'Почтовый Po Box' ,
'Other Street' => 'Доп.адрес: улица',
'Other City' => 'Доп.адрес: город',
'Other State' => 'Доп.адрес: область',
'Other Zip' => 'Доп.адрес: индекс',
'Other Country' => 'Доп.адрес: страна',
'Other Po Box' => 'Другое P.O. Коробка' ,
'Contact Image' => 'Изображение' ,
'Mr.' => 'Г-н.' ,
'Ms.' => 'Г-жа.' ,
'Mrs.' => 'Мис' ,
'Dr.' => 'Д-р.' ,
'Prof.' => 'Проф.' ,
'User List' => 'Список Пользователей',
'Contact Id' => 'Контакт Id',
'Support Start Date' => 'Поддержка Дата начала',
'Support End Date' => 'Поддержка Дата окончания',
'LBL_TRANSACTIONS' => 'Операции',
'Other Phone' => 'Среднее Телефон',
'Email' => 'Основной Адрес Электронной Почты',
'Secondary Email' => 'Вторичной Электронной Почте',
);
$jsLanguageStrings = array(
);