-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathServices.php
44 lines (39 loc) · 1.75 KB
/
Services.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
<?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(
// Basic Strings
'Services' => 'Υπηρεσίες',
'SINGLE_Services' => 'Υπηρεσία',
'LBL_ADD_RECORD' => 'Προσθήκη Υπηρεσίας',
'LBL_RECORDS_LIST' => 'Λίστα Υπηρεσιών',
// Blocks
'LBL_SERVICE_INFORMATION' => 'Λεπτομέρειες Υπηρεσίας',
'LBL_MORE_CURRENCIES' => 'περισσότερα συναλλάγματα',
'LBL_PRICES' => 'Τιμές Υπηρεσιών',
'LBL_PRICE' => 'Τιμή',
'LBL_RESET_PRICE' => 'Επαναφορά Τιμής',
'LBL_RESET' => 'Επαναφορά',
//Services popup of pricebook
'LBL_ADD_TO_PRICEBOOKS' => 'Προσθήκη στον Τιμοκατάλογο',
//Field Labels
'Service Name'=>'Όνομα Υπηρεσίας',
'Service Active'=>'Ενεργό',
'Service Category'=>'Κατηγορία',
'Service No'=>'Αρ. Υπηρεσίας',
'Owner'=>'Κάτοχος',
'No of Units'=>'Ποσότητα',
'Commission Rate'=>'Ποσοστό Προμήθειας',
'Price'=>'Τιμή',
'Usage Unit'=>'Μονάδα Χρήσης',
'Tax Class'=>'Κλάση Φόρου',
'Website'=>'Ιστοσελίδα',
//Services popup of pricebook
'LBL_ADD_TO_PRICEBOOKS' => 'Προσθήκη στον Τιμοκατάλογο',
);