mirror of
https://bitbucket.org/jsuto/piler.git
synced 2025-06-12 23:47:02 +02:00
major rewrite of the web interface
This commit is contained in:
@ -20,6 +20,7 @@ $_['text_any'] = "any";
|
||||
$_['text_archive_size'] = "Archive size";
|
||||
$_['text_archived_messages'] = "Archived messages";
|
||||
$_['text_archiving_rules'] = "Archiving rules";
|
||||
$_['text_attachment'] = "Attachment";
|
||||
$_['text_attachment_size'] = "Attachment size";
|
||||
$_['text_attachment_type'] = "Attachment type";
|
||||
$_['text_audit'] = "Audit";
|
||||
@ -111,6 +112,7 @@ $_['text_failed_to_remove'] = "Failed to remove";
|
||||
$_['text_failed_to_restore'] = "Failed to restore";
|
||||
$_['text_failed_to_update'] = "Failed to update";
|
||||
$_['text_first'] = "First";
|
||||
$_['text_folders'] = "Folders";
|
||||
$_['text_from'] = "From";
|
||||
$_['text_from_domain'] = "From domain";
|
||||
|
||||
@ -186,6 +188,7 @@ $_['text_no_subject'] = "no subject";
|
||||
$_['text_no_such_policy'] = "No such policy";
|
||||
$_['text_non_existent_queue_directory'] = "The queue directory you have specified does not exist";
|
||||
$_['text_non_existing_user'] = "Non existing user";
|
||||
$_['text_notes'] = "Notes";
|
||||
$_['text_not_found'] = "Not found";
|
||||
$_['text_not_running'] = "not running";
|
||||
$_['text_not_spam'] = "not spam";
|
||||
@ -233,6 +236,7 @@ $_['text_remove_this_policy'] = "Remove this policy";
|
||||
$_['text_remove_this_group'] = "Remove this group";
|
||||
$_['text_remove_this_user'] = "Remove this user";
|
||||
$_['text_reset_counters'] = "Reset counters";
|
||||
$_['text_restored'] = "Restored";
|
||||
$_['text_restore_message'] = "restore message";
|
||||
$_['text_restore_to_mailbox'] = "Restore message to mailbox";
|
||||
$_['text_restored'] = "Restored";
|
||||
@ -242,6 +246,7 @@ $_['text_role'] = "Role";
|
||||
$_['text_running'] = "running";
|
||||
|
||||
$_['text_save'] = "Save";
|
||||
$_['text_saved'] = "Saved";
|
||||
$_['text_save_search'] = "save search";
|
||||
$_['text_save_search_terms'] = "Save search terms";
|
||||
$_['text_saved_search_terms'] = "Saved search terms";
|
||||
@ -249,6 +254,8 @@ $_['text_search'] = "Search";
|
||||
$_['text_search2'] = "search";
|
||||
$_['text_search_emails'] = "Search email addresses";
|
||||
$_['text_search_email_to_add'] = "Search email to add";
|
||||
$_['text_search_folders'] = "Search folders";
|
||||
$_['text_search_folder_to_add'] = "Search folder to add";
|
||||
$_['text_search_groups'] = "Search groups";
|
||||
$_['text_search_group_to_add'] = "Search group to add";
|
||||
$_['text_search_terms'] = "Search terms";
|
||||
@ -280,6 +287,7 @@ $_['text_successfully_updated'] = "Successfully modified";
|
||||
$_['text_swap_usage'] = "Swap usage";
|
||||
|
||||
$_['text_tag_search_results'] = "Tag search results";
|
||||
$_['text_tagged'] = "Tagged";
|
||||
$_['text_tags'] = "Tags";
|
||||
$_['text_text'] = "Text";
|
||||
$_['text_text2'] = "text";
|
||||
|
Reference in New Issue
Block a user