-
Notifications
You must be signed in to change notification settings - Fork 1
/
es_cr.dict.email-reply.php
32 lines (32 loc) · 1.47 KB
/
es_cr.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
<?php
/**
* Localized data
*
* @copyright Copyright (C) 2010-2024 Combodo SAS
* @license https://opensource.org/licenses/AGPL-3.0
*
*/
/**
* @author Erwan Taloc <[email protected]>
* @author Romain Quetiez <[email protected]>
* @author Denis Flaven <[email protected]>
*
*/
Dict::Add('ES CR', 'Spanish', 'Español, Castellano', [
'Class:TriggerOnLogUpdate' => 'Disparador (cuando la bitácora es actualizada)',
'Class:TriggerOnLogUpdate+' => 'Disparador cuando el usuario actualiza bitácora',
'Class:TriggerOnLogUpdate/Attribute:target_log' => 'Código de Atributo en bitácora',
'Class:TriggerOnLogUpdate/Attribute:target_log+' => 'Identifica que bitácora será considerada',
'UI-emry-attachment-label' => '<b>%1$s</b> - %2$s~~',
'UI-emry-attachment-label-with-timestamp' => '<b>%1$s</b> 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-uploadername-with-timestamp' => '<b>%1$s</b> by %3$s at %4$s - %2$s~~',
'UI-emry-attachments-to-be-sent' => 'Los siguientes anexos serán enviados:',
'UI-emry-caselog-prompt' => 'Escriba su texto aquí',
'UI-emry-enable' => 'Enviar respuesta por correo-e',
'UI-emry-enable:Short' => 'Notify~~',
'UI-emry-noattachment' => 'Sin Anexos',
'UI-emry-select-attachments' => 'Seleccione Anexo...',
'UI-emry-select-attachments-tooltip' => 'Click para seleccionar los anexos a enviar',
'UI-emry-select-attachments:Short' => 'Attachments~~',
]);