forked from boyspi/vtigerThaiLangV6
-
Notifications
You must be signed in to change notification settings - Fork 0
/
PurchaseOrder.php
46 lines (38 loc) · 2.07 KB
/
PurchaseOrder.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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
<?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(
//DetailView Actions
'SINGLE_PurchaseOrder' => 'ใบสั่งซื้อ',
'LBL_EXPORT_TO_PDF' => 'พิมพ์เป็น PDF',
'LBL_SEND_MAIL_PDF' => 'ส่งอีเมลล์เป็น PDF',
//Basic strings
'LBL_ADD_RECORD' => 'เพิ่มใบสั่งซื้อ',
'LBL_RECORDS_LIST' => 'รายการใบสั่งซื้อ',
'LBL_COPY_SHIPPING_ADDRESS' => 'คัดลอกที่อยู่การจัดส่ง',
'LBL_COPY_BILLING_ADDRESS' => 'คัดลอกที่อยุ่ในการส่งบิล',
// Blocks
'LBL_PO_INFORMATION' => 'รายละเอียดใบสั่งซื้อ',
//Field Labels
'PurchaseOrder No' => 'เลขที่ใบสั่งซื้อ',
'Requisition No' => 'Requisition Number',
'Tracking Number' => 'Tracking Number',
'Sales Commission' => 'คอมมิชั่นงานขาย',
'LBL_PAID' => 'Paid',
'LBL_BALANCE' => 'Balance',
//Added for existing Picklist Entries
'Received Shipment'=>'Received Shipment',
//Translation for product not found
'LBL_THIS' => 'This',
'LBL_IS_DELETED_FROM_THE_SYSTEM_PLEASE_REMOVE_OR_REPLACE_THIS_ITEM' => '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' => 'This line item is deleted from the system,please remove this line items',
);
$jsLanguageStrings = array(
'JS_PLEASE_REMOVE_LINE_ITEM_THAT_IS_DELETED' => 'Please remove line item that is deleted',
);