mirror of
https://bitbucket.org/jsuto/piler.git
synced 2025-06-13 01:37:02 +02:00
added google authenticator support to the gui
This commit is contained in:
@ -57,6 +57,7 @@ $_['text_copied'] = "Copied";
|
||||
$_['text_counters'] = "Counters";
|
||||
$_['text_cpu_load'] = "CPU load";
|
||||
$_['text_cpu_usage'] = "CPU usage";
|
||||
$_['text_create_new_secret'] = "Create new secret";
|
||||
$_['text_customers'] = "Customers";
|
||||
|
||||
$_['text_daily_quarantine_report'] = "Daily quarantine report";
|
||||
@ -106,6 +107,7 @@ $_['text_empty_search_criteria'] = "'Empty criteria'";
|
||||
$_['text_empty_search_result'] = "Empty search result. Try adding the wildcard character(*) after a word snippet, eg. duplic* to find \"duplicate\", \"duplicated\", etc.";
|
||||
$_['text_enable'] = "Enable";
|
||||
$_['text_enabled'] = "enabled";
|
||||
$_['text_enter_google_authenticator_code'] = "Enter Google Authenticator code";
|
||||
$_['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";
|
||||
@ -139,6 +141,8 @@ $_['text_folders'] = "Folders";
|
||||
$_['text_from'] = "From";
|
||||
$_['text_from_domain'] = "From domain";
|
||||
|
||||
$_['text_google_authenticator_code'] = "Google Authenticator code";
|
||||
$_['text_google_authenticator_settings'] = "Google Authenticator settings";
|
||||
$_['text_group_id'] = "Group id";
|
||||
$_['text_groupname'] = "Group name";
|
||||
$_['text_groups'] = "Groups";
|
||||
@ -165,6 +169,7 @@ $_['text_invalid_email'] = "Invalid email";
|
||||
$_['text_invalid_email_or_password'] = "Invalid email or password";
|
||||
$_['text_invalid_gid'] = "Invalid gid";
|
||||
$_['text_invalid_password'] = "Invalid password";
|
||||
$_['text_invalid_pin_code'] = "Invalid pin code";
|
||||
$_['text_invalid_policy_group'] = "Invalid policy group";
|
||||
$_['text_invalid_policy_name'] = "Invalid policy name";
|
||||
$_['text_invalid_policy_setting'] = "Invalid policy setting";
|
||||
@ -253,6 +258,7 @@ $_['text_purge_all_messages_from_quarantine'] = "Purge all your own messages fro
|
||||
$_['text_purge_selected_messages'] = "Purge selected messages";
|
||||
$_['text_purged'] = "Purged";
|
||||
|
||||
$_['text_qr_code'] = "QR";
|
||||
$_['text_queue_status'] = "Queue status";
|
||||
$_['text_quick_search'] = "Quick search";
|
||||
|
||||
@ -260,6 +266,7 @@ $_['text_realname'] = "Realname";
|
||||
$_['text_recipient'] = "Recipient";
|
||||
$_['text_ref'] = "Reference";
|
||||
$_['text_refresh_period'] = "Refresh period";
|
||||
$_['text_refresh_qr_code'] = "Refresh QR code";
|
||||
$_['text_relay_details'] = "Relay details";
|
||||
$_['text_relay_status'] = "Relay status";
|
||||
$_['text_remove'] = "Remove";
|
||||
|
Reference in New Issue
Block a user