mirror of
https://bitbucket.org/jsuto/piler.git
synced 2025-06-12 23:27:03 +02:00
add pdf export support
This commit is contained in:
@ -459,7 +459,8 @@ $_['text_customer_delete_confirm_message'] = 'Soll dieser Kunde wirklich gelösc
|
||||
$_['text_with_selected'] = 'mit ausgewählten';
|
||||
|
||||
|
||||
$_['text_download_all_hits'] = "Download all";
|
||||
$_['text_download_all_hits_as_eml'] = "Download all as EML";
|
||||
$_['text_download_selected_hits_as_pdf'] = "Download selected as PDF";
|
||||
$_['text_archive_size_before_compression'] = "Archive size before compression";
|
||||
$_['text_create_new_secret'] = "Create new secret";
|
||||
$_['text_enter_google_authenticator_code'] = "Enter Google Authenticator code";
|
||||
|
@ -90,7 +90,8 @@ $_['text_dn_asterisk_means_skip_sync'] = "Asterisk (*) means this user entry wil
|
||||
$_['text_domain'] = "Domain";
|
||||
$_['text_domains'] = "Domain(s)";
|
||||
$_['text_domainname'] = "Domain name";
|
||||
$_['text_download_all_hits'] = "Download all";
|
||||
$_['text_download_all_hits_as_eml'] = "Download all as EML";
|
||||
$_['text_download_selected_hits_as_pdf'] = "Download selected as PDF";
|
||||
$_['text_download_attachment2'] = "download attachment";
|
||||
$_['text_download_message'] = "Download message (EML)";
|
||||
$_['text_download_message2'] = "download message";
|
||||
|
@ -458,7 +458,8 @@ $_['text_ldap_delete_confirm_message'] = 'Desea borrar la entrada LDAP';
|
||||
$_['text_customer_delete_confirm_message'] = 'Desea borrar el cliente';
|
||||
$_['text_with_selected'] = 'Con seleccionado';
|
||||
|
||||
$_['text_download_all_hits'] = "Download all";
|
||||
$_['text_download_all_hits_as_eml'] = "Download all as EML";
|
||||
$_['text_download_selected_hits_as_pdf'] = "Download selected as PDF";
|
||||
$_['text_archive_size_before_compression'] = "Archive size before compression";
|
||||
$_['text_create_new_secret'] = "Create new secret";
|
||||
$_['text_enter_google_authenticator_code'] = "Enter Google Authenticator code";
|
||||
|
@ -90,7 +90,8 @@ $_['text_dn_asterisk_means_skip_sync'] = "A csillag (*) azt jelenti, hogy ez a f
|
||||
$_['text_domain'] = "Domain";
|
||||
$_['text_domains'] = "Domain(ek)";
|
||||
$_['text_domainname'] = "Domainn<EFBFBD>v";
|
||||
$_['text_download_all_hits'] = "<EFBFBD>sszes tal<61>lat let<65>lt<6C>se";
|
||||
$_['text_download_all_hits_as_eml'] = "<EFBFBD>sszes tal<61>lat let<65>lt<6C>se (EML)";
|
||||
$_['text_download_selected_hits_as_pdf'] = "<EFBFBD>sszes tal<61>lat let<65>lt<6C>se (PDF)";
|
||||
$_['text_download_attachment2'] = "mell<EFBFBD>klet let<65>lt<6C>s";
|
||||
$_['text_download_message'] = "Lev<EFBFBD>l let<65>lt<6C>se (EML)";
|
||||
$_['text_download_message2'] = "lev<EFBFBD>l let<65>lt<6C>se";
|
||||
|
@ -90,7 +90,8 @@ $_['text_dn_asterisk_means_skip_sync'] = "A csillag (*) azt jelenti, hogy ez a f
|
||||
$_['text_domain'] = "Domain";
|
||||
$_['text_domains'] = "Domain(ek)";
|
||||
$_['text_domainname'] = "Domainnév";
|
||||
$_['text_download_all_hits'] = "Összes találat letöltése";
|
||||
$_['text_download_all_hits_as_eml'] = "Összes találat letöltése (EML)";
|
||||
$_['text_download_selected_hits_as_pdf'] = "Összes találat letöltése (PDF)";
|
||||
$_['text_download_attachment2'] = "melléklet letöltés";
|
||||
$_['text_download_message'] = "Levél letöltése (EML)";
|
||||
$_['text_download_message2'] = "levél letöltése";
|
||||
|
@ -451,7 +451,8 @@ $_['text_ldap_delete_confirm_message'] = 'Do you wish to delete the LDAP entry';
|
||||
$_['text_customer_delete_confirm_message'] = 'Do you wish to delete the customer';
|
||||
$_['text_with_selected'] = 'With Selected';
|
||||
|
||||
$_['text_download_all_hits'] = "Download all";
|
||||
$_['text_download_all_hits_as_eml'] = "Download all as EML";
|
||||
$_['text_download_selected_hits_as_pdf'] = "Download selected as PDF";
|
||||
$_['text_archive_size_before_compression'] = "Archive size before compression";
|
||||
$_['text_create_new_secret'] = "Create new secret";
|
||||
$_['text_enter_google_authenticator_code'] = "Enter Google Authenticator code";
|
||||
|
Reference in New Issue
Block a user