mirror of
https://bitbucket.org/jsuto/piler.git
synced 2025-06-12 23:47:02 +02:00
add rule support for attachment filename
This commit is contained in:
@ -26,6 +26,7 @@ $_['text_archive_size'] = "Archivgröße";
|
||||
$_['text_archived_messages'] = "Archivierte Nachrichten";
|
||||
$_['text_archiving_rules'] = "Archivierungsregeln";
|
||||
$_['text_attachment'] = "Anhang";
|
||||
$_['text_attachment_name'] = "Anhangname";
|
||||
$_['text_attachment_size'] = "Größe Anhang";
|
||||
$_['text_attachment_type'] = "Typ Anhang";
|
||||
$_['text_audit'] = "Revision";
|
||||
|
@ -27,6 +27,7 @@ $_['text_archive_size_before_compression'] = "Archive size before compression";
|
||||
$_['text_archived_messages'] = "Archived messages";
|
||||
$_['text_archiving_rules'] = "Archiving rules";
|
||||
$_['text_attachment'] = "Attachment";
|
||||
$_['text_attachment_name'] = "Attachment name";
|
||||
$_['text_attachment_size'] = "Attachment size";
|
||||
$_['text_attachment_type'] = "Attachment type";
|
||||
$_['text_audit'] = "Audit";
|
||||
|
@ -26,6 +26,7 @@ $_['text_archive_size'] = "Tamaño de archivo";
|
||||
$_['text_archived_messages'] = "Mensajes archivados";
|
||||
$_['text_archiving_rules'] = "Reglas de archivado";
|
||||
$_['text_attachment'] = "Adjunto";
|
||||
$_['text_attachment_name'] = "Nombre de adjunto";
|
||||
$_['text_attachment_size'] = "Tamaño de adjunto";
|
||||
$_['text_attachment_type'] = "Tipo de adjunto";
|
||||
$_['text_audit'] = "Auditar";
|
||||
|
@ -27,6 +27,7 @@ $_['text_archive_size_before_compression'] = "Arch
|
||||
$_['text_archived_messages'] = "Archiv<EFBFBD>lt levelek";
|
||||
$_['text_archiving_rules'] = "Archiv<EFBFBD>l<EFBFBD>si szab<61>lyok";
|
||||
$_['text_attachment'] = "Mell<EFBFBD>klet";
|
||||
$_['text_attachment_name'] = "Mell<EFBFBD>klet n<>v";
|
||||
$_['text_attachment_size'] = "Mell<EFBFBD>klet m<>ret";
|
||||
$_['text_attachment_type'] = "Mell<EFBFBD>klet t<>pus";
|
||||
$_['text_audit'] = "Audit";
|
||||
|
@ -27,6 +27,7 @@ $_['text_archive_size_before_compression'] = "Archívum méret tömörítés né
|
||||
$_['text_archived_messages'] = "Archivált levelek";
|
||||
$_['text_archiving_rules'] = "Archiválási szabályok";
|
||||
$_['text_attachment'] = "Melléklet";
|
||||
$_['text_attachment_name'] = "Melléklet név";
|
||||
$_['text_attachment_size'] = "Melléklet méret";
|
||||
$_['text_attachment_type'] = "Melléklet típus";
|
||||
$_['text_audit'] = "Audit";
|
||||
|
@ -25,6 +25,7 @@ $_['text_archive_size'] = "Tamanho do arquivo";
|
||||
$_['text_archived_messages'] = "Mensagens arquivadas";
|
||||
$_['text_archiving_rules'] = "Regras de não arquivamento";
|
||||
$_['text_attachment'] = "Anexo";
|
||||
$_['text_attachment_name'] = "Nome do anexo";
|
||||
$_['text_attachment_size'] = "Tamanho do anexo";
|
||||
$_['text_attachment_type'] = "Tipo de anexo";
|
||||
$_['text_audit'] = "Auditoria";
|
||||
|
Reference in New Issue
Block a user