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

59 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(
'Campaigns' => 'Кампании' ,
'SINGLE_Campaigns' => 'Кампания' ,
'LBL_ADD_RECORD' => 'Добавить кампанию' ,
'LBL_RECORDS_LIST' => 'Кампании Список' ,
'LBL_CAMPAIGN_INFORMATION' => 'Информация' ,
'LBL_EXPECTATIONS_AND_ACTUALS' => 'Ожидания и Результаты',
'Campaign Name' => 'Наименование' ,
'Campaign No' => 'Кампания №' ,
'Campaign Type' => 'Тип' ,
'Product' => 'Товар' ,
'Campaign Status' => 'Статус' ,
'Num Sent' => 'Отправлено' ,
'Sponsor' => 'Спонсор' ,
'Target Audience' => 'Целевая Аудитория',
'TargetSize' => 'Размер Аудитории',
'Expected Response' => 'Ожидаемая Реакция',
'Expected Revenue' => 'Ожидаемый Доход',
'Budget Cost' => 'Бюджет' ,
'Actual Cost' => 'Затраты' ,
'Expected Response Count' => 'Плановое к-во Откликов',
'Expected Sales Count' => 'Плановые Продажи',
'Expected ROI' => 'Ожидаемая Рентабельность',
'Actual Response Count' => 'Фактический Отклик',
'Actual Sales Count' => 'Фактическое кол-во Продаж',
'Actual ROI' => 'Фактическая Рентабельность',
'Webinar' => 'Семинар' ,
'Referral Program' => 'Целенаправленная Программа',
'Advertisement' => 'Реклама' ,
'Banner Ads' => 'Баннеры' ,
'Direct Mail' => 'Прямая Рассылка',
'Telemarketing' => 'Телемаркетинг' ,
'Others' => 'Другое' ,
'Planning' => 'Планируется' ,
'Inactive' => 'Неактивна' ,
'Complete' => 'Завершена' ,
'Cancelled' => 'Отменена' ,
'Excellent' => 'Отлично' ,
'Good' => 'Хорошо' ,
'Average' => 'Средне' ,
'Poor' => 'Плохо' ,
'--None--' => '--Нет--' ,
'Contacted - Successful' => 'Успешный Контакт',
'Contacted - Unsuccessful' => 'Неудачный Контакт',
'Contacted - Never Contact Again' => 'Никогда не Контактировать',
);
$jsLanguageStrings = array(
'JS_APPENDED_TO_EXISTING_LIST' => '%s из выбранного списка будут добавлены с существующим списком.',
);