mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 12:07:23 +08:00
cheaterbox add select multiple
This commit is contained in:
@@ -326,6 +326,9 @@ $lang_functions = array
|
||||
'text_torrent_to_approval' => '有 %s%u 个待审核的种子%s',
|
||||
'std_confirm_remove' => '确定要删除吗?',
|
||||
'select_an_user_class' => '选择一个用户等级',
|
||||
'input_check_all' => "全选",
|
||||
'input_uncheck_all' => "全不选",
|
||||
'select_at_least_one_record' => '至少选择一条记录!',
|
||||
);
|
||||
|
||||
?>
|
||||
|
||||
@@ -333,6 +333,9 @@ $lang_functions = array
|
||||
'text_torrent_to_approval' => '有 %s%u 個待審核的種子%s',
|
||||
'std_confirm_remove' => '確定要刪除嗎?',
|
||||
'select_an_user_class' => '選擇一個用戶等級',
|
||||
'input_check_all' => "全選",
|
||||
'input_uncheck_all' => "全不選",
|
||||
'select_at_least_one_record' => '至少選擇一條記錄!',
|
||||
);
|
||||
|
||||
?>
|
||||
|
||||
@@ -334,6 +334,9 @@ $lang_functions = array
|
||||
'text_torrent_to_approval' => 'There %s%u not approval torrent%s.',
|
||||
'std_confirm_remove' => 'Are you sure you want to delete it?',
|
||||
'select_an_user_class' => 'Select an user class',
|
||||
'input_check_all' => "Check All",
|
||||
'input_uncheck_all' => "Uncheck All",
|
||||
'select_at_least_one_record' => 'Select at least one record!',
|
||||
);
|
||||
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user