-
Notifications
You must be signed in to change notification settings - Fork 1
/
en.dict.email-reply.php
executable file
·47 lines (43 loc) · 1.94 KB
/
en.dict.email-reply.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
/**
* Localized data
*
* @copyright Copyright (C) 2010-2018 Combodo SARL
* @license http://opensource.org/licenses/AGPL-3.0
*
* This file is part of iTop.
*
* iTop is free software; you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* iTop is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with iTop. If not, see <http://www.gnu.org/licenses/>
*/
//
// Class: TriggerOnLogUpdate
//
Dict::Add('EN US', 'English', 'English', array(
'Class:TriggerOnLogUpdate' => 'Trigger (when log is updated)',
'Class:TriggerOnLogUpdate+' => 'Trigger on a end-user\'s update in log',
'Class:TriggerOnLogUpdate/Attribute:target_log' => 'Log attribute code',
'Class:TriggerOnLogUpdate/Attribute:target_log+' => 'Identifies which log will be considered',
'UI-emry-enable' => 'Send the reply by email',
'UI-emry-enable:Short' => 'Notify',
'UI-emry-noattachment' => 'No attachment',
'UI-emry-caselog-prompt' => 'Type your text here',
'UI-emry-select-attachments' => 'Select Attachments...',
'UI-emry-select-attachments:Short' => 'Attachments',
'UI-emry-attachments-to-be-sent' => 'The following attachments will be sent:',
'UI-emry-select-attachments-tooltip' => 'Click to select the attachments to be sent',
'UI-emry-attachment-label-with-uploadername-with-timestamp' => '<b>%1$s</b> by %3$s at %4$s - %2$s',
'UI-emry-attachment-label-with-uploadername' => '<b>%1$s</b> by %3$s - %2$s',
'UI-emry-attachment-label-with-timestamp' => '<b>%1$s</b> at %4$s - %2$s',
'UI-emry-attachment-label' => '<b>%1$s</b> - %2$s',
));