Files
crm.clientright.ru/languages/ru_ru/Quotes.php

38 lines
2.3 KiB
PHP
Raw Normal View History

<?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(
'SINGLE_Quotes' => 'Предложение' ,
'LBL_EXPORT_TO_PDF' => 'Экспорт в PDF:' ,
'LBL_SEND_MAIL_PDF' => 'Отправить PDF по Email:' , // TODO: Review
'LBL_ADD_RECORD' => 'Добавить Предложение' , // TODO: Review
'LBL_RECORDS_LIST' => 'Список Предложений', // KEY 5.x: LBL_LIST_FORM_TITLE
'LBL_QUOTE_INFORMATION' => 'Информация' ,
'Quote No' => 'Предложение №' ,
'Quote Stage' => 'Стадия' ,
'Valid Till' => 'Действительно до',
'Inventory Manager' => 'Ответственный за склад',
'Accepted' => 'Принято' ,
'Rejected' => 'Отклонено' ,
'Terms & Conditions' => 'Сроки и условия',
'LBL_TERMS_AND_CONDITIONS' => 'Сроки и условия',
//SalesPlatform.ru begin
'Self Company' => 'Юр. лицо',
//SalesPlatform.ru end
'Quotes' => 'Предложение' ,
'Related To' => 'В связи с',
'LBL_THIS' => 'Это',
'LBL_IS_DELETED_FROM_THE_SYSTEM_PLEASE_REMOVE_OR_REPLACE_THIS_ITEM' => 'будет удален из системы. Просьба удалить или заменить этот пункт',
'LBL_THIS_LINE_ITEM_IS_DELETED_FROM_THE_SYSTEM_PLEASE_REMOVE_THIS_LINE_ITEM' => 'Эта позиция удаляется из системы, пожалуйста, удалите эту строку элементов',
);
// SalesPlatform.ru begin SPConfiguration fix
include 'renamed/Quotes.php';
// SalesPlatform.ru end