forked from boyspi/vtigerThaiLangV6
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Home.php
25 lines (25 loc) · 1.15 KB
/
Home.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
<?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(
// Home Page Components
'ALVT' => 'ลูกค้าเด่น',
'PLVT' => 'งานขายเด่น',
'QLTQ' => 'ใบเสนอราคาเด่น',
'CVLVT' => 'Key Metrics',
'HLT' => 'Top Support Tickets',
'GRT' => 'My Group Allocation',
'OLTSO' => 'Top Sales Orders',
'ILTI' => 'ใบแจ้งหนี้เด่น',
'HDB' => 'ดาสบอร์ด',
'OLTPO' => 'ใบสั่งซื้อเด่น',
'LTFAQ' => 'ถามตอบล่าสุด',
'UA' => 'กิจกรรมใกล้จะมาถึง',
'PA' => 'กิจกรรมค้า',
);