mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-23 19:37:23 +08:00
Added: guest login and secret login
This commit is contained in:
@@ -680,15 +680,27 @@ $lang_settings = array
|
||||
'text_email_notification_note' => "Allow users to receive email notification when he gets new pm, comment, etc.",
|
||||
'text_users_get' => "Users would get ",
|
||||
'text_invitations_default' => " invitations the first time he is promoted to this class. Default ",
|
||||
'row_guest_visit_type' => "游客访问",
|
||||
'text_guest_visit_type_normal' => '正常',
|
||||
'text_guest_visit_type_static_page' => '展示指定静态页',
|
||||
'text_guest_visit_type_custom_content' => '展示自定义内容',
|
||||
'text_guest_visit_type_redirect' => '跳转指定 URL',
|
||||
'row_guest_visit_value_static_page' => '指定静态页',
|
||||
'row_guest_visit_value_custom_content' => '自定义内容',
|
||||
'row_guest_visit_value_redirect' => '指定 URL',
|
||||
'text_guest_visit_value_static_page' => '位于:resources/static-pages/ 目录下的文件',
|
||||
'row_guest_visit_type' => "Guest visit",
|
||||
'text_guest_visit_type_normal' => 'Normal',
|
||||
'text_guest_visit_type_static_page' => 'Display a static page',
|
||||
'text_guest_visit_type_custom_content' => 'Display custom content',
|
||||
'text_guest_visit_type_redirect' => 'Redirect to a URL',
|
||||
'row_guest_visit_value_static_page' => 'Specific static page',
|
||||
'row_guest_visit_value_custom_content' => 'Custom content',
|
||||
'row_guest_visit_value_redirect' => 'Specific URL',
|
||||
'text_guest_visit_value_static_page' => 'File locate:resources/static-pages/',
|
||||
'row_login_type' => 'Login type',
|
||||
'text_login_type_normal' => 'Normal',
|
||||
'text_login_type_secret' => 'Secret',
|
||||
'row_login_secret' => 'Login secret',
|
||||
'text_login_secret_current' => 'Current secret',
|
||||
'text_login_url_with_secret' => 'Login URL',
|
||||
'text_login_secret_regenerate_yes' => "Re-generate(will update secret and extend it's lifetime after save)",
|
||||
'text_login_secret_regenerate_no' => "Remain(won't change secret and it's lifetime after save)",
|
||||
'text_login_secret_lifetime' => 'Deadline',
|
||||
'text_login_secret_lifetime_unit' => 'minute',
|
||||
'row_login_secret_lifetime' => 'Login secret lifetime',
|
||||
'text_login_secret_lifetime_deadline' => 'Current login secret deadline',
|
||||
);
|
||||
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user