mirror of
https://bitbucket.org/jsuto/piler.git
synced 2025-06-12 23:27:03 +02:00
added download all hits feature
This commit is contained in:
@ -457,4 +457,7 @@ $_['text_ldap_delete_confirm_message'] = 'Soll dieser LDAP-Eintrag wirklich gel
|
||||
$_['text_customer_delete_confirm_message'] = 'Soll dieser Kunde wirklich gelöscht werden';
|
||||
$_['text_with_selected'] = 'mit ausgewählten';
|
||||
|
||||
|
||||
$_['text_download_all_hits'] = "Download all";
|
||||
|
||||
?>
|
||||
|
@ -87,6 +87,7 @@ $_['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_attachment2'] = "download attachment";
|
||||
$_['text_download_message'] = "Download message (EML)";
|
||||
$_['text_download_message2'] = "download message";
|
||||
|
@ -457,4 +457,6 @@ $_['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";
|
||||
|
||||
?>
|
||||
|
@ -87,6 +87,7 @@ $_['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_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";
|
||||
|
@ -87,6 +87,7 @@ $_['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_attachment2'] = "melléklet letöltés";
|
||||
$_['text_download_message'] = "Levél letöltése (EML)";
|
||||
$_['text_download_message2'] = "levél letöltése";
|
||||
|
@ -450,4 +450,6 @@ $_['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";
|
||||
|
||||
?>
|
||||
|
Reference in New Issue
Block a user