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' => "訪問拒絕!",
|
||||
'std_fake_account' => "我們懷疑你在使用偽造帳戶,因此記錄了本次行為!",
|
||||
'std_permission_denied' => "你沒有該許可權!",
|
||||
'std_target_not_exists' => '目標不存在',
|
||||
'std_already_logged_in' => "你已經登錄!",
|
||||
'text_page_last_updated' => "本頁面最後更新於",
|
||||
'text_browser_cookies_note' => "如果在啟用Cookies後仍然無法登錄,則你的登錄Cookie可能有問題。我們建議你在刪除Cookies後重試。刪除Internet Explorer的Cookies的方法是,進入<b>工具</b>→<b>Internet選項...</b>然後點擊<b>刪除Cookies</b>按鈕。注意這樣也會刪除保存在你電腦中其他站點的Cookies。",
|
||||
@@ -29,6 +30,14 @@ $lang_functions = array
|
||||
'std_used_many_times' => "已經被很多帳戶使用...<b>".$SITENAME."</b>不允許該IP註冊更多帳戶。",
|
||||
'std_invalid_image_code' => "圖片代碼無效!<br /><b>不要返回,圖片代碼已被清除!</b><br /><br />點擊",
|
||||
'std_here_to_request_new' => "<b>這裏</b></a>獲取新的圖片代碼。",
|
||||
'std_action' => '操作',
|
||||
'std_report' => '舉報',
|
||||
'std_desc' => '描述',
|
||||
'std_comment' => '評論',
|
||||
'std_quick_comment' => '快速評論',
|
||||
'std_click_here_to_goback' => '點擊這裏返回',
|
||||
'std_you_will_get' => '妳將獲得',
|
||||
'std_by' => '由',
|
||||
'row_security_image' => "驗證圖片:",
|
||||
'row_security_code' => "驗證碼:",
|
||||
'text_slots' => "連接數:",
|
||||
@@ -287,6 +296,8 @@ $lang_functions = array
|
||||
'text_thirty_percent_down' => "30%",
|
||||
'text_please_download_something_within' => "請在",
|
||||
'text_inactive_account_be_deleted' => "內做些下載。沒有流量的用戶會被移除賬號。",
|
||||
'text_attendance' => '簽到得魔力',
|
||||
'text_attended' => '(簽到已得%u)',
|
||||
'text_pt_gen_douban_url_note' => "(來自 <strong><a href=\"https://www.douban.com/\">douban</a></strong> 的鏈接。如電影 <b>Transformers</b> 的鏈接是<b> https://movie.douban.com/subject/1794171/</b>)",
|
||||
'row_pt_gen_imdb_url' => "PT-Gen imdb 鏈接",
|
||||
'text_pt_gen_imdb_url_note' => "(來自 <strong><a href=\"https://www.imdb.com//\">imdb</a></strong> 的鏈接。如電影 <b>Transformers</b> 的鏈接是<b> https://www.imdb.com/title/tt0418279/</b>)",
|
||||
|
||||
Reference in New Issue
Block a user