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

26 lines
1.4 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(
'PriceBooks' => 'Каталоги' ,
'SINGLE_PriceBooks' => 'Каталог' ,
'LBL_ADD_RECORD' => 'Добавить Каталог' , // TODO: Review
'LBL_RECORDS_LIST' => 'Список Каталогов' , // TODO: Review
'LBL_PRICEBOOK_INFORMATION' => 'Информация о Каталоге',
'LBL_EDIT_LIST_PRICE' => 'Редактировать список цен' ,
'Price Book Name' => 'Название' ,
'PriceBook No' => 'Каталог №' ,
'LBL_UNIT_PRICE' => 'Цена за штуку',
'LBL_ADD_TO' => 'Добавлять к',
);
// SalesPlatform.ru begin SPConfiguration fix
include 'renamed/PriceBooks.php';
// SalesPlatform.ru end