-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathSMSNotifier.php
29 lines (27 loc) · 1.52 KB
/
SMSNotifier.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
<?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
'SMSNotifier'=>'Ειδοποίηση με SMS',
'LBL_SEND_SMS_TO_SELECTED_NUMBERS' => 'Στείλτε SMS στους επιλεγμένους αριθμούς',
'LBL_STEP_1' => 'Βήμα 1',
'LBL_STEP_2' => 'Βήμα 2',
'LBL_SELECT_THE_PHONE_NUMBER_FIELDS_TO_SEND' => 'Επιλέξτε τα πεδία αριθμών τηλεφώνου για την αποστολή',
'LBL_TYPE_THE_MESSAGE' => 'Πληκτρολογήστε το μήνυμα',
'LBL_WRITE_YOUR_MESSAGE_HERE' => 'γράψτε το μήνυμα σας εδώ',
'LBL_ADD_MORE_FIELDS' => 'Προσθέστε περισσότερα πεδία',
'LBL_SERVER_CONFIG' => 'Ρύθμιση παραμέτρων διακομιστή',
//DetailView Actions
'LBL_CHECK_STATUS' => 'Ελέγξτε την κατάσταση',
'message' => 'Μήνυμα',
//Blocks
'LBL_SMSNOTIFIER_INFORMATION' => 'Πληροφορίες SMS',
'SINGLE_SMSNotifier' => 'Ειδοποίηση SMS',
);