mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-23 19:37:23 +08:00
add attendance
This commit is contained in:
@@ -5,6 +5,7 @@ $lang_functions = array
|
||||
'std_access_denied' => "Access Denied!",
|
||||
'std_fake_account' => "We come to believe you are using a fake account, therefore we've logged this action!",
|
||||
'std_permission_denied' => "Permission denied!",
|
||||
'std_target_not_exists' => 'Target not exists',
|
||||
'std_already_logged_in' => "You have already logged in!",
|
||||
'text_page_last_updated' => "This page last updated ",
|
||||
'text_browser_cookies_note' => "If you enable cookies and are still unable to log in, perhaps something happened to cause a problem with your login cookie. We suggest delete your cookies and trying again. To delete cookies in Internet Explorer, go to Tools > Internet Options... and click on the Delete Cookies button. Note that this will delete all cookies stored on your system for other sites as well.",
|
||||
@@ -29,6 +30,14 @@ $lang_functions = array
|
||||
'std_used_many_times' => " is already being used on too many account.... No more accounts allowed at <b>".$SITENAME."</b>.",
|
||||
'std_invalid_image_code' => "Invalid Image Code! <br /><b>Do not go back, The image code has been cleared!</b> <br /><br />Please click ",
|
||||
'std_here_to_request_new' => "<b>here</b></a> to request a new image code.",
|
||||
'std_action' => 'Action',
|
||||
'std_report' => 'Report',
|
||||
'std_desc' => 'Description',
|
||||
'std_comment' => 'Comment',
|
||||
'std_quick_comment' => 'Quick comment',
|
||||
'std_click_here_to_goback' => 'Click here to goback',
|
||||
'std_you_will_get' => 'You will get',
|
||||
'std_by' => 'By',
|
||||
'row_security_image' => "Security Image:",
|
||||
'row_security_code' => "Security Code:",
|
||||
'text_slots' => "Slots: ",
|
||||
@@ -287,6 +296,8 @@ $lang_functions = array
|
||||
'text_thirty_percent_down' => "30%",
|
||||
'text_please_download_something_within' => "Please download something within ",
|
||||
'text_inactive_account_be_deleted' => ". Inactive accounts (with no transfer amount) will be deleted.",
|
||||
'text_attendance' => 'Attend get bouns',
|
||||
'text_attended' => '(Attend got bouns %u)',
|
||||
'row_pt_gen_douban_url' => "PT-Gen douban link",
|
||||
'text_pt_gen_douban_url_note' => "(URL taken from <strong><a href=\"https://www.douban.com/\">douban</a></strong>. e.g. for movie <b>Transformers</b> the URL is <b> https://movie.douban.com/subject/1794171//</b>)",
|
||||
'row_pt_gen_imdb_url' => "PT-Gen imdb link",
|
||||
|
||||
Reference in New Issue
Block a user