mirror of
https://bitbucket.org/jsuto/piler.git
synced 2025-06-13 01:37:02 +02:00
updated the group handling + revised admin permissions
This commit is contained in:
@ -86,6 +86,7 @@ $_['text_empty_search_result'] = "Empty search result";
|
||||
$_['text_enable'] = "Enable";
|
||||
$_['text_enabled'] = "enabled";
|
||||
$_['text_enter_one_email_address_per_line'] = "Enter one email address per line";
|
||||
$_['text_enter_one_group_per_line'] = "Enter one group per line";
|
||||
$_['text_enter_search_terms'] = "Enter your search terms";
|
||||
$_['text_error'] = "Error";
|
||||
$_['text_exact_domain_name_or_email_address'] = "exact domain name or email address";
|
||||
@ -168,6 +169,7 @@ $_['text_memory_usage'] = "Memory usage";
|
||||
$_['text_message'] = "message";
|
||||
$_['text_messages'] = "messages";
|
||||
$_['text_message_text'] = "Message text";
|
||||
$_['text_min_2_chars'] = "Min. 2 characters";
|
||||
$_['text_missing_data'] = "Missing data";
|
||||
$_['text_missing_password'] = "Missing password";
|
||||
$_['text_modify'] = "Modify";
|
||||
@ -245,6 +247,10 @@ $_['text_save_search_terms'] = "Save search terms";
|
||||
$_['text_saved_search_terms'] = "Saved search terms";
|
||||
$_['text_search'] = "Search";
|
||||
$_['text_search2'] = "search";
|
||||
$_['text_search_emails'] = "Search email addresses";
|
||||
$_['text_search_email_to_add'] = "Search email to add";
|
||||
$_['text_search_groups'] = "Search groups";
|
||||
$_['text_search_group_to_add'] = "Search group to add";
|
||||
$_['text_search_terms'] = "Search terms";
|
||||
$_['text_select_action'] = "Select action";
|
||||
$_['text_select_all'] = "Select all";
|
||||
|
Reference in New Issue
Block a user