-
Notifications
You must be signed in to change notification settings - Fork 0
/
Quotes.php
30 lines (29 loc) · 1.59 KB
/
Quotes.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<?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(
'Accepted'=>'Прието',
'Inventory Manager'=>'Отговорник склад',
'LBL_ADD_RECORD' => 'Добави предложение',
'LBL_EXPORT_TO_PDF' => 'Експорт в PDF',
'LBL_IS_DELETED_FROM_THE_SYSTEM_PLEASE_REMOVE_OR_REPLACE_THIS_ITEM' => 'е изтрито от системата.Моля, премахнете или променете продукта',
'LBL_QUOTE_INFORMATION' => 'Детайли',
'LBL_RECORDS_LIST' => 'Списък с предложения',
'LBL_SEND_MAIL_PDF' => 'Изпрати имейл с PDF',
'LBL_THIS_LINE_ITEM_IS_DELETED_FROM_THE_SYSTEM_PLEASE_REMOVE_THIS_LINE_ITEM' => 'This line item is deleted from the system,please remove this line items',
'LBL_THIS' => 'Това',
'Quote No'=>'Номер',
'Quote Stage'=>'Фаза',
'Rejected'=>'Отказано',
'SINGLE_Quotes' => 'Предложение',
'Valid Till'=>'Валидно до',
);
$jsLanguageStrings = array(
'JS_PLEASE_REMOVE_LINE_ITEM_THAT_IS_DELETED' => 'Please remove line item that is deleted',
);