//
//    This file is the definition for the template of CyberLink Training Management System.
//    Please read Administrator's Guide before modifying this file.
//
//    Name:English
//    Version:3.0
//

// Customization: TCM090827-0006
var ec_member_company_querypassword="General member";

// EC Customization: TCM090510-0002
var ec_dont_choose_root_category="Don't choose root Category.";

// EC Customization: TCM090513-0017
var ec_error_input_column_account_rule="Account can not contain only numbers or be the ID number.";

// EC Customization: TCM090304-0010
var ec_error_course_coursecode="Course code field is required!";
var ec_error_course_sponsor="Sponsor field is required!";
var ec_error_course_duration="Duration field is required!";
var ec_error_coursesession_instructor="Instructor field is required!";

// EC Customization: TCM081202-0013
var ec_error_input_column_check=" can not be left as empty colmuns.";
var ec_error_input_column_account="Account";
var ec_error_input_column_firstname="Firstname";
var ec_error_input_column_last_name="Lastname";
var ec_error_input_column_password="Password";
var ec_error_input_column_password_confirm="Password Confirm";
var ec_error_input_column_gender="Gender";
var ec_error_input_column_email="Email";
var ec_error_input_column_address="Address";
var ec_error_input_column_phone="Phone Number";
var ec_error_input_column_education="Education Level";
var ec_error_input_column_verifier="Verify code";
var ec_error_input_account="Please do not use special characters as the account.";
var ec_error_input_password="Please use the alphabets and numbers in the password.";
var ec_error_input_password_2="Please do not use spaces or special charactors in the password.";
var ec_error_input_password_must_more_than_six="The password must contain at least 6 characters.";
var ec_error_input_password_different="The passwords are different";
var ec_error_input_gender="Please choose the gender.";
var ec_error_input_address="Please enter the address.";
var ec_error_input_address_2="Address should not exceed 250 characters.";
var ec_error_input_phone="Please enter at least one phone number of office, mobile or home.";
var ec_error_input_phone_format="The format of phone number is not correct.";
var ec_error_input_education="Please choose the education level.";
var ec_error_input_verifier="Please enter the verify code.";

// CTMS651 Training Plan
var tp_confirm_delete_maintainer="Are you sure you want to delete this maintain user?";
var tp_select_zero_maintainer="Please select specific maintainer(s)";
var can_not_remove_self="Can not remove self, please reselect.";

//TCM081105-0002
var error_msg_role_action_failure="Action failure";

// admin.js
var publish_set_category="Select a category";
var choose_course="Please select a course";
var choose_program="Please select a curriculum";
var choose_forum="Please select a forum";
var input_forum_name="Please enter forum name";
var choose_chatroom="Please select a chat room";
var input_chatroom_name="Please enter chat room name";
var pubForum_confirm_delete_message="Are you sure you want to delete this forum?";
var input_forum_name_exceed_size="Forum name should not be exceed 50 characters.";
var confirm_msg_delete_chatroom="Are you sure you want to delete this chat room?";
var cant_delete_chatroom="Cannot delete this chat room, because number of online users is not 0";

// admin_courses.js
var error_number_of_days_must_int="The number of days overdue must be an integer.";
var error_number_of_days_constrain="The number of days overdue must be between 0 and 100.";

// admin_general.js
var limit_number_not_int="The maximum number of online users allowed must be an integer";
var limit_number_zero="The number of online users allowed must not be zero";
var limit_number_exceed="Exceeded maximum number of online users allowed";

// choose.js
var choose_on_left_frame="Please select specific item from the category on the left.";

// course_upload.js
var error_invalid_courseurl="The entered path must start and end as a slant, as shown in the example.";

// crs.js
var error_course_code_exceed_size="Course codes should not exceed 20 chinese characters (20 letters).";
var wrong_end_time="The end time is incorrect";
var credit_is_integer="The credits must be written as a positive integer";
var wrong_start_time="The start time is incorrect";
var error_startTime_equals_endTime="The end time must be at least 30 minutes later than the start time";
var duration_format=" Please state duration format as HH:MM";
var error_course_name_exceed_size="Course name should not be more than 100 characters.";
var error_please_update_time_duration="Please estimate course duration.";
var limit_number__not_int="The maximum enrollments must be a positive integer";
var error_address_exceed_size="Course venue names should not exceed 200 characters (200 letters).";
var wrong_instructor="The Instructor selected is wrong";
var cost_is_integer="Costs must be written as an integer";
var input_course_duration="Enter the estimated duration of the course";
var start_time_late_end_time="The start time must occur before the end time";
var error_copyright_exceed_size="Copyright information must not exceed 200 characters (200 letters).";
var input_course_name="Please enter course name";
var error_secondInstructor_exceed_size="Instructor names should not exceed 50 characters (50 letters).";
var input_course_id="Please enter course code";
var error_organization_exceed_size="Organization names should not exceed 80 characters (80 letters).";

// dimain.js
var import_error_2="Errors";
var import_error_1="Occurrs";

// domain.js
var password="Server Administrator Password";
var import_data="Import User";
var domain_account="Domain\\Domain User Account";
var export_data="Export User";
var no_del_user="No newly-deleted account";
var importing_fail_report="Check error";
var action="Action";
var server_address="Server address";
var update_date="Last Update";
var importing_result="Import Results";
var description="Domain Type";
var ask_domain_type="Please select import server type";
var domain_name="Domain name";
var no_user="No newly-added import account";
var export_message="Export from user database as a CSV File";
var import_update="Import/Update";
var account="Server Administrator Account";
var default_domain="Local Account";

// forum_edit.js
var error_forum_content="Forum content incomplete";
var error_forum_subject="Forum subject incomplete";
var error_forum_content_tolong="Forum content too long. Proceed to post and the excessive contents will be cut off automatically?";
var error_forum_subject_tolong="Forum subject should not be more than 80 characters.";

// group.js
//var error_input_string_invalid_2="Enter a string excluding characters such as '&lt;&gt;\&quot;\%.";
var group_confirm_delete_message="Are you sure you want to delete this department?";
var group_confirm_delete_with_sub_message="Deleting the department will also delete all its sub-departments. Are you sure you still want to delete this department?";

// group_detail.js
var unremovable_group_user_msg_2="cannot be removed from this department.";
var unremovable_group_user_msg_1="This user account";
var error_group_name_exceed_size="Department name should not be  more than 50 letters.";

// group_fast_create.js
var error_input_group_name="Please enter department name";

// img_setting.js
var no_valid_number="Not a valid number";
var no_valid_number1="Not a valid number. The allowed range is between 0~99999999";
var image_size_limit="The image size should be between  1 ~ 9999";

// import.js
var msg_please_input_period="Please enter a valid time period";
var msg_import_period_exceed_1000="The time period should not exceed 1000 days.";
var error_please_input_access_account_password="Please enter the account and password to access server data.";
var error_please_input_domain_name="Please enter domain name";
var confirm_import_message="Import/update user data from the LDAP server now?";
var confirm_csv_import_message="Import/update user data from the selected CSV File now?";
var error_input_file="Please select a CVS or XLS file.";
var error_please_input_server_address="Please enter server address";
var error_input_too_long="The letters entered are too long";

// interaction.js
var time_is_up="Time is up";
var confirm_finish_test="Please press [OK] to send answer to the system.\n To check the answer again, please press [Cancel].";

// log.js
var error_inputDate="Please enter date.";
var error_inputKeyword="Please enter a keyword.";
var error_date="Date error";
var error_inputUserId="Please enter a user account.";
var must_input_learner="Please enter at least one student";

// log_period.js
var log_period_one_month="Once per month";
var log_period_one_day="Once per day";
var log_period_never="Disabled";
var log_period_one_week="Once per week";

// log_settings.js
var error_number_of_logs_constrain="The number of logs must be between 0 and 1,000,000,000.";
var error_percent_setting_not_large_100="The percentage setting must be between 0 and 100.";
var error_number_of_logs_must_int="The maximum number of logs must be an integer.";
var error_percent_of_logs_recycle_must_int="The percentage must be an integer.";
var error_day_of_logs_recycle_must_int="Number of days for keeping must be a positive integer.";
var error_day_of_logs_keepday_must_int="Number of days for keeping must be an integer.";
var error_backup_path_empty="Must enter backup path";

// mailop.js
var error_sender="Please enter sender name";
var error_content="Please enter Email content";
var error_subject="Please enter Email title";

// message_level.js
var log_level_off="Off";
var log_level_debug="Debug";
var log_level_warning="Warning";
var log_level_error="Error";
var log_level_normal="Normal";

// news_edit.js
var error_title_exceed_size="The title should not be more than 250 characters.";
var error_input_news_content="Please enter the news Content.";
var error_content_exceed_size="The content should not be more than 250 characters.";
var news_confirm_delete_message="Are you sure you want to delete this news?";
var error_input_string_invalid_2="Please enter a valid string, e.g. a string could not include <>.";
var error_input_string_invalid="This string is invalid.";
var error_input_the_news_title="Please enter a new title.";
var warning_news_to_course="You have no access to this couse";
var warning_link_to_class="You have no access to this class";
var warning_link_to_session="You have no access to this class";

// chatroom.js
var error_input_the_message="Please enter a message.";
var error_message_exceed_size="The message should not exceed 250 characters.";

// notify.js
var fill_your_message="Please fill in your message";

// periods.js
var no_execute="Do not execute";
var one_hour="One hour";
var twelve_hour="Twelve hours";
var forty_five_minutes="Every 45 minutes";
var thirty_minutes="Every 30 minutes";
var six_hour="Every 6 hours";
var fifty_minutes="Every 15 minutes";

// prog.js
var error_keyword_exceed_size="Keywords should not exceed 200 characters (200 letters).";
var error_description_exceed_size="Descriptions should not exceed 800 characters (800 letters).";
var input_prog_id="Please enter curriculum code";
var error_prog_code_exceed_size="Curriculum codes should not exceed 20 characters (20 letters).";
var input_prog_name="Please enter the curriculum name";
var error_prog_name_exceed_size="Curriculum names should not exceed 80 characters (80 letters).";

// publish.js
var cant_rename_root_cat="Cannot rename root category";
var cant_move_root_cat="Cannot move root category.";
var please_specify_available_time="Please enter available period";
var choose_parent_cat_of_new_cat="Please select a parent category for your new category";
var input_cat_name="Please enter category name";
var wrong_start_date="The start date is incorrect";
var choose_want_rename_cat="Please select the category you want to rename";
var choose_delete_cat="Please select the category you wish to delete from the panel on the left";
var choose_cat_on_left_frame="Please select a category from the panel on the left";
var startDay_after_endDate="The start date should occur after the end date";
var endDay_must_after_today="The end date should not occur before today's date";
var no_delete_root_cat="Cannot delete the root category";
var no_publish_to_root_cat="Cannot publish to the root category. Please select other category.";
var startDay_must_after_today="The start date should not occur before today's date";
var wrong_end_date="The end date is incorrect";
var no_delete_nonEmpty_cat="Cannot delete a non-empty category";

// qbank.js
var error_input_qbank_name="Please enter question bank name.";
var can_not_delete_creator="Cannot delete creator";
var question_confirm_delete_message="Are you sure you want to delete this question?";
var error_input_qbank_id="Please enter question bank code.";
var qbank_confirm_delete_message="Are you sure you want to delete this question bank?";
var qbank_name_exceed_50="Question bank name should not be more than 50 characters.";

//create_test.js
var error_test_name="Please enter test name.";
var error_test_name_large_than_100="Test name should not be more than 100 characters.";

var error_survey_name="Please enter survey name.";
var error_survey_name_large_than_100="Survey name should not be more than 100 characters.";

// questionnaire_js.js
var error_fill_question="Please fill this question.";
var type_numbers="Please enter a number";
var type_positive_numbers="Please enter a positive integer";
var confirm_compose_questionnaire_cacel="Cancel compose this survey?";
var error_correct_answer_size_large_then_200="The correct answer should not be more than 200 characters.";
var error_correct_answer_size_large_then_2000="The correct answer should not be more than 2000 characters.";
var type_right_answer="Please enter a correct answer";
var type_numbers_range_1_100="Please enter a number between 0-100";
var type_numbers_range_0_1000="Please enter a number between 0-1000";
var type_numbers_range_6_100="Please enter a number between 6-100";
var error_select_question="Please select question type";
var confirm_compose_test_cacel="Cancel composing the test?";
var error_desc_size_large_then_200="The description should not be more than 200 characters.";
var select_correct_answer="Please tick the correct answer";
var error_name_size_large_then_200="Survey name should not be more than 200 characters.";
var error_option_size_large_then_200="Option size should not be more than 200 characters.";
var error_footer_size_large_then_200="The ending should not be more than 200 characters.";
var error_at_least_one_option="Enter at least one option.";
var type_open_end="Please enter the correct answer to the question";
var error_input_questionnaire_name="Please enter survey name.";
var type_time_limit="Please enter test time";
var select_only_one_correct_answer="Select only one correct answer";
var input_options_with_order="Enter options in sequence";
var input_this_option="Enter this option";
var error_upload_file_path_large_than_200="Upload file path should not be more than 200 characters.";
var error_question_subject_large_than_200="Questions should not be more than 200 characters.";
var error_question_subject_large_than_250="Questions should not be more than 2000 characters.";
var input_number_exeed_9999="The number should not be more than 9999.";
var input_answer_exceed_255="The answer should not be more than 255 characters.";
var input_number_0_9999="Please enter a number between 1 and 9999.";
var input_number_0_999="Please enter a number between 0 and 9999.";

// report_type.js
var monthly="Monthly";
var weekly="Weekly";
var daily="Daily";

// role.js
var role_confirm_delete_message="Are you sure you want to delete this role?";
var error_no_privilege_to_modify_role="You have no access to the role setting";

// role_fast_create.js
var error_input_role_name="Please enter the role name.";
var error_role_name_exceed_size="Role name should not be more than 50 characters.";

// rule.js
var enter_number_in_the_range="Enter a number in the range";
var confirm_cancel_edit="Are you sure you want to cancel test editing?";
var must_select_at_least_one_question="Please select at least one question";

// select_user.js
var setting_users_exceed_license="Your selection has exceeded the license number. Please modify.";
var import_set_enable_users_confirm_msg="Once a user is added, it cannot be deleted from the system. Are you sure you want to add these user accounts?";
var must_set_enable_users_manually_3=") You must manually set CTMS users first.";
var must_set_enable_users_manually_2=") less than the number of LDAP Server users (";
var must_set_enable_users_manually_1="The number of licenses you purchased (";

// sortpage.js
var error_page_size="Record number error!";
var error_page_number="Page number error!";
var error_no_sort_data="No data for sorting!";

// upload_rc.js
var error_input_same_name="This name has already been used. Please enter another name.";
var error_input_new_file_name="Enter a new file name.";
var error_input_css_name="Please enter web style name.";
var confirm_delete_css="Delete this web style?";
var error_input_template_name="Please enter language template name";
var confirm_delete_template="Delete this language template?";
var error_input_file_name="Please select the source file of language template";
var input_css_name_exceed_size="Web style name should not be more than 50 characters.";

// upload_stage2.js
var error_fill_keyword_field="Keyword field may exceeds 80 characters or format error.";
var error_fill_author_field="Author field may exceeds 80 characters or format error.";
var error_fill_description_field="Description field may exceeds 250 characters or format error.";
var error_fill_issue_field="Relevant topic field may exceeds 80 characters.";

// upload_stage3.js
var error_select_file="Select a file.";
var error_fill_index="Enter the name of the home page.";

// upload_stage4.js
var error_select_source="Please select file source.";
var error_fill_title_field="Title field is either incomplete or over 200 characters.";
var error_enter_url="Please enter a valid URL.";

// user.js
var error_some_could_not_been_del="Some user accounts could not be deleted. Continue?";
var error_user_could_not_been_del="This user account could not be deleted.";
//var error_input_string_invalid_2="Enter a string excluding characters such as '&lt;&gt;\&quot;\%.";
var user_confirm_delete_message="Are you sure you want to delete this account?";
var error_select_user_first="Please select a user account";

// instructor.js
var instructor_confirm_delete_message="Are you sure you want to delete this instructor?";
var instructor_confirm_enable_message="Are you sure you want to enable this instructor?";
var instructor_confirm_disable_message="Are you sure you want to disable this instructor?";
var instructor_repeat_no_message="This number already exists. Please enter another number.";
var error_identity_field="ID number format error";

// user_detail.js
var error_password_must_less_than_20="Password should not contain more than 20 characters.";
var error_need_future_expiration_date="Please enter a future date as recycle date";
var error_input_correct_date_format="Incorrect date format.";
var error_input_birthday="Birthday input error.";
var error_exceed_size="Input should not be more than 250 characters.";
var error_exceed_100size="Input should not be more than 100 characters.";
var error_exceed_50size="Input should not be more than 50 characters.";
var error_exceed_8size="Input should not be more than 10 numbers.";
var error_input_address="Address should not exceed 250 characters.";
var error_input_last_name="Please enter the user's family name.";
var error_cannot_change_address="This users address cannot be changed here.";
var error_input_user_id="Please enter user ID.";
var error_input_emp_id="Please enter employee number.";
var error_expiration_date_invalid="Please enter a valid recycle date";
var error_input_email="Please enter user's email address.";
var error_email_field="Email field is incorrect.";
var error_input_quota_size="User accessible space are between 1 MB to 1 GB.";
var error_reconfirm_password="Please confirm user password";
var error_account_exceed_size="User account should not exceed 20 letters.";
var error_input_correct_quota_size="User accessible space must be a positive number.";
var error_input_first_name="Please enter user name.";
var error_need_at_least_one_role="Please select and enter at least one role.";
var error_choose_at_least_one_group_for_this_user="Please select a department";

// user_info.js
var error_input_password="Please enter your new password.";
var error_password_with_empty_char="Passwords must not contain empty space.";
var error_password_must_more_than_four="The password must contain at least 4 characters.";
var error_reconfirm_paassword="Please confirm your new password.";
var error_input_old_password="Please enter your current password.";

// util.js
var error_no_userid="The department does not have any members at the moment.";

// view.js
var prog_enrollment_in_approving_process="This curriculum enrollment is in the approval process. Please wait.";
var want_to_enroll_course="You are currently not enrolled in this course. Do you want to enroll now?";
var enrollment_in_approving_process="This course enrollment is in the approval process. Please wait.";
var want_to_enroll_prog="You are currently not enrolled in this curriculum. Do you want to enroll now?";

// chatroom.js
var chatroom_confirm_logout_message="Are you sure you want to exit this chat room?";
var error_chatroom_name_too_long="Chat room name should not be more than 50 characters";
var error_chatroom_description_too_long="Chat room description should not be more than 250 characters";

// redirector.js
var redirector_check_range_0_255="Please enter a number between 0-255";
var redirector_delete_mapping_confirm="Are you sure you want to delete this setting?";
var redirector_select_dcs_first="Please select at least one content server";

// admin_servers.js
var error_input_server_address="Please enter server address";
var error_input_email_address="Please enter sender's email address";
var error_input_server_alias="Please enter server alias";
var error_input_storage_path="Please enter upload content storage path";
var dcs_confirm_disable="Are you sure you want to disable this content server?";
var schedule_start_time_error="Start time error";
var schedule_end_time_error="End time error";
var schedule_need_start_time="Please set start time";
var schedule_select_one_day="Select at least one day";
var schedule_clear_all="Please cancel automatic reproduction";

//item.js
var error_empty_if_delete_item="Cannot delete this file! There are classes to be published or being approved, and deleting this file will empty the course content!";
var error_empty_if_delete_folder="Cannot delete this folder and files! There are classes to be published or being approved, and deleting this folder will empty the course content!";
var error_input_folder_name="Please enter folder name";
var error_input_title="Please enter title";
var confirm_delete_item="Are you shure you want to delete this file?";
var confirm_delete_folder="Are you sure you want to delete this folder and files in it?";
var error_input_mintime="Minimum viewing time error";
var error_input_mintime_constrain="Minimum viewing time error, it should be between 0 ~ 1000";

//reuse.js
var error_select_items_first="Please tick the file to be added";
var error_general="This course is empty";

//report_prompt.jsp
var search_learner_first="Please search student";
var search_course_first="Please search course";
var search_instructor_first="Please search instructor";
var search_team_first="Please search department";
var search_curriculum_first="Please search curriculum";

//report_upload_ask_info.jsp
var fill_report_name="Please enter report name";
var fill_report_name_exceed_length="Report name should not be more than 50 characters";
var fill_report_location="Please enter report file location";
var fill_uploaded_category="Please select directory to save the report";

//report_category_info.jsp
var fill_report_category_name="Please enter report directory name";
var fill_report_category_location="Please selecte report directory location";
var fill_update_target_category="Please select report directory to be updated";
var fill_delete_target_category="Please select report directory to be deleted";
var report_category_name_exceed_length="Report directory name should not be more than 50 characters";

//catalog/search.js
var enter_start_date="Please enter start date";
var enter_end_date="Please enter end date";
var cant_delete_category="Only empty categories can be deleted";
var sure_delte_category="Confirm delete this category?";
var error_name_too_long="It should not be more than 100 characters";
var error_code_too_long="It should not be more than 100 characters";

//catalog/role.js
var confirm_msg_apply_parent_role="Are you sure you want to apply parent category role settings?";
var confirm_msg_not_apply_parent_role="Are you sure you don't want to to apply parent category role settings?";
var confirm_msg_reset_sub="Are you sure you want to reset all sub-categories?";
var confirm_msg_delete_role_settings="Are you sure you want to delete the selected role settings?";

//viewcourseinfo.js
var confirm_unpublish="Are you sure you want to cancel the publication of  the class?";

//predefine_setting.jsp
var select_approver="Select approvers";
var cost_max_value="Cost should not be more than 999999999";
var cost1_exceed="Cost of the 2nd level should not be less than the 1st level's";
var cost2_exceed="Cost of the 3rd level should not be less than the 2nd level's";
var cost3_exceed="Cost of the 4th level should not be less than the 3rd level's";
var error_wait_order="Precedence order error";
var manager_level_error="Manager levels order setting incorrect";

//learners_selfenrolled.jsp
var confirm_msg_remove_from_eligible_list="Are you sure you want to delete the learner?";

//external_training.jsp
var must_type_traning_name="Please enter external training name";
var msut_enter_time="Please enter external training time";
var must_select_applicant="Please select applicants";
var applicat_exceed_200="Applicants should not be more than 200";

//TCM070102-0006
var must_enter_reason="Please enter the reason for application";
var must_enter_instructor="Please enter the instructor name";
var must_enter_objective="Please enter the learning objective";
var must_enter_outline="Please enter the course outline";

var must_enter_location="Please enter the class venue";
var must_enter_acqure_date="Please enter the certificate's acquisition date";
var must_enter_expire_date="Please enter the certificate's expiration date";
var must_enter_vendor_name="Please enter vendor name";


//accesstime.jsp
var endtime_greater_then_starttime="The end time must occur after start time";

//email_setting.jsp
var sender_limit_100_words="Sender field should not contain more than 50 characters";
var subject_limit_200_words="Email subject field should not contain more than 250 characters";
var content_limit_2000_words="Email content field should not contain more than 1500 characters";
var sender_empty="Sender field should not be empty";
var subject_empty="Email subject field should not be empty";
var content_empty="Email content field should not be empty";
var email_days_error="Days setting error, and it should be between 1~99";

//viewcourseinfo.jsp
var delete_course_warning="Are you sure you want to delete this course?";
var delete_class_warning="Are you sure you want to delete this class?";

//viewprograminfo.jsp
var delete_program_warning="Are you sure you want to delete this curriculum?";
var delete_session_warning="Are you sure you want to delete this curriculum's class?";

//editcourse.jsp
var coursename_limit_100_words="Course name field should not contain more than 250 characters, and should not be empty either";
var coursecode_limit_100_words="Course code field should not contain more than 250 characters";
var classcode_limit_100_words="Class code field should not contain more than 100 characters";
var classification_limit_50_words="Classification field should not contain more than 80 characters";
var classification_limit_250_words="Classification field should not contain more than 250 characters";
var description_limit_1000_words="Course description field should not contain more than 1000 characters";
var note_limit_1000_words="Note field should not contain more than 1000 characters";
var keyword_limit_200_words="Keyword field should not contain more than 200 characters";
var language_limit_50_words="Language field should not contain more than 50 characters";
var credits_limit_2_words="Credits setting error, it should be between 0~99";
var duration_limit_9_words="Length setting error, it should be between 0~999999999";
var cost_limit_9_words="Fees setting error, and it should be between 0~999999999";
var min_enrollment_limit="Minimum number of learners error, it should be between 0~65535";
var copyright_limit_200_words="Copyright field should not contain more than 200 characters";
var organization_limit_200_words="Organization field should not contain more than 200 characters";
var vendor_limit_200_words="Course Vendor field should not contain more than 200 characters";
var vendorCourseId_limit_200_words="Vendor's course code should not contain more than 200 characters";
var courseVersion_limit_200_words="Course version field should not contain more than 200 characters";
var courseObjectives_limit_200_words="Course objective field should not contain more than 250 characters";
var prerequesiteKnowledge_limit_200_words="Prerequisite knowledge field should not contain more than 200 characters";
var targetAudience_limit_200_words="Target audience field should not contain more than 250 characters";
var informationSource_limit_200_words="Information source field should not contain more than 200 characters";
var informationProvider_limit_200_words="Information provider field should not contain more than 200 characters";
var avaiableTier_limit_250_words="Suitable level field should not contain more than 250 characters";

//editcrssession.jsp
var classname_limit_100_words="Class name field should not contain more than 100 characters, and should not be empty";
var contactPersonName_limit_200_words="Contact person name field should not contain more than 200 characters, and should not be empty";
var contactPersonMail_limit_200_words="Contact person email field should not contain more than 200 characters, and should not be empty";
var contactPersonPhone_limit_50_words="Contact person telephone field should not contain more than 50 characters, and should not be empty";
var contactPersonMail_error_setting_words="Contact person email format error";
var place_limit_200_words="Activity location field should not contain more than 200 characters";
var region_limit_200_words="Region field should not contain more than 200 characters";
var accesstime_error_setting_words="The end time for viewing must occur after start time, and should not be empty";
var enrollment_error_setting_words="The end time for enrollment must occur after start time, and should not be empty";
var enrollment_accesstime_error_setting_words="The end time for enrollment must occur before the end time for viewing";
var no_select="You have not select the time for editing";
var select_too_much="Select only one time for editing";
var responsible_division_limit_200_words="Vendor field should not contain more than 200 characters";
var class_vendor_limit_200_words="Vendor field should not contain more than 200 characters ";
var vendor_class_id_limit_200_words="Vendor's class code field should not contain more than 200 characters";
var note_limit_200_words="Note field should not contain more than 1000 characters";
var reportSubmitDeadline_wording="Learning report submission deadline must be set";
var expect_enrollment_error_setting="Enrollment number expectation must be between 1~9999";
var expect_enrollment_error_not_input="Please enter expected enrollment number";
var numberOfreports_error_setting="Number of learning reports must be between 1~100";


//editprogram.jsp
var programname_limit_100_words="Curriculum name field should not contain more than 250 characters, and should not be empty";
var programcode_limit_100_words="Curriculum code field should not contain more than 250 characters, and should not be empty";

//editprgsession.jsp
var sessionname_limit_100_words="Class name should not contain more than 100 characters, and should not be empty";
var error_enroll_end_date_after_access_end_date_words="The end date for enrollment must occur before the end time for accessing";
var error_enroll_begin_date_after_access_begin_date_words="The begin date for enrollment must occur before the begin time for accessing";
var error_enroll_begin_before_publish_begin="The begin time for enrollment must occur after publish begin time";
var error_enroll_end_after_publish_end="The end time for enrollment must occur before publish end time";
var error_access_begin_before_publish_begin="The begin time for access must occur after publish begin time";
var error_access_end_after_publish_end="The end time for access must occur before publish end time";

//set_attendance.jsp
var error_input_attendance="Attendance rate error";
var error_input_attendance_constrain="Attendance rate must be between 0~100";

//display_event.jsp
var delete_event="Confirm delete this event?";

//admin_approval_requests.jsp
var cancel_application="Are you sure you want to cancel the selected approval flow?";
var skip_approval_process="Are you sure you want to to skip the selected approval flow?";

//display_event.jsp
var date_exceed="The end date should not occur before the start date";
var time_exceed="The end time must occur after start time";
var resttime_exceed="The end time for rest must occur after its start time";
var resttime_exceed1="The end time for rest must occur before the end time, or the start time for rest must occur after the start time";
var expire_exceed="The end time must not occur after the expiration time";

//catarepli_setting.jsp
var select_a_server="Please select at least one content server";

var confirm_unenroll="Are you sure you want to cancel the enrollment?";

var expire_empty="Please set the expiration date";
var display_empty="Please set the name shown";
var interval_too_small="Repeated interval must be longer than event's scheduled time";
var error_leave_message_exceed_size="The message should not be more than 800 characters.";

var error_calendar_description_exceed_size="Exceeded field limit";

var not_a_valid_date="Date format error";
var not_a_valid_year="The year entered is out of the range";
var not_a_valid_start_year="The start year entered out of the range";
var not_a_valid_end_year="The end year entered out of the range";
var not_a_valid_expired_year="The expiration year entered out of the range";

//set_scoure.jsp
var error_input_score="Score error";
var error_input_score_constrain="Score setting error, it should be between 0~100";
var error_input_enrollment_size="Maximum enrollment setting error, it should be between 1~65535";
var error_input_waitlist_size="Maximum wait list setting error, it should be between 1~65535";

var error_input_training_name_length="Training name should not be more than 50 characters";
var error_input_organization_length="Organization name should not be more than 50 characters";
var error_input_place_length="Location name should not be more than 50 characters";
var error_input_instructor_length="Instructor name should not be more than 50 characters";
var error_input_classification_length="Classification name should not be more than 50 characters";
var error_input_description_length="Description should not be more than 50 characters";
var error_input_notes_length="Note should not be more than 50 characters";

var date_exceed_today="The start date must occur after today's date";
var date_exceed_null="The end date must not be empty";

var error_input_enrollment_size_min_max="Maximum enrollment should not be less than the minimum number of learners in a class";

//jobgrading_default.jsp
var grading_confirm_delete_message="Are you sure you want to delete this grade?";
var confirm_msg_remove_selected_gradings="Are you sure you want to delete the selected grade?";

// grade.js
var fill_grade_name="Please enter grade name";
var fill_grade_description="Please enter grade description";
var error_input_grade_description_length="Description should not be more than 250 characters";
var error_invalid_in_grade_name="Grade name contains invalid string, e.g. strings containing <>";
var error_invalid_in_grade_description="Grade description contains invalid string, e.g. strings containing <>";

// rule.js
var change_will_remove_all_process="All newly-added processed will be deleted.";
var confirm_del_approval_process="Are you sure you want to delete this process?";
var error_input_process_description_length="Description should not be more than 200 characters";
var fill_process_name="Please enter approved process name";
var fill_process_description="Please enter approval process description";
var error_top_flow_apv_assign_user="*****";


//user_add_by_search.jsp
var error_missing_onboardFrom="Please enter the starting time of attended date.";
var error_missing_onboardTo="Please enter the end time for attended date.";
var error_missing_criteria="Please enter at least one criteria for request.";
var error_missing_assigned_learners="Please select the assigned learner.";

//user_add_by_fill_in.jsp
var error_no_users_fill_in="Please fill in employee number or account number.";



// leave_status.jsp
var confirm_cancel_pending_leave_approval="Are you sure you want to cancel pending leave application?";

//feedback_setting.jsp
var test_total_wight="The total wight must be 100";

//assessment_result.jsp
var class_result_select_learner_first="Please select at least one learner";

//edit_close_setting.jsp
var error_input_close_instructorScore="Satisfaction for instructors setting error. It should be between 0~5";
var error_input_close_globalScore="Overall satisfaction setting error. It should be between 0~5";


//select_users.jsp
var can_not_modify_role="You cannot modify the role as user information already exists!";

//teamapproval_list.jsp
var confirm_reset_all="Confirm applying present setting to all the members (including sub-departments)";
var confirm_reset_member="Confirm applying present setting to affiliated members (excluding sub-departments)";

var specialrole_confirm_delete_message="Are you sure you want to delete this role?";

//special_role.js
var fill_special_role_name="Please enter special role name";
var error_invalid_in_special_role_name="Special role name contains invalid string, e.g. strings containing <>.";
var error_input_special_role_length="Special role name should not be more than 50 characters 667 error_input_special_role_description_length Special role name description should not be more than 250 characters";
var error_input_special_role_description_length="\"Special role description cannot exceed 250 characters.";
var _special_role_description_name="Please enter special role description";

//survey_copy.jsp
var select_one_survey_first="Please first select one survey";

var feedback_question_per_page="The number of questions on each page should be between 1~9999";

//venue
var confirm_delete_venue="Are you sure you want to delete this venue?";
var confirm_delete_facility="Are you sure you want to delete this facility?";
var confirm_venue_type="Are you sure you want to delete this venue type?";
var confirm_venue_classification="Are you sure you want to delete this venue classificaiton?";
var fill_the_obj_name="Please enter the name";
var error_input_obj_name_length="The name should not be more than 250 characters";
var error_input_venue_name="Venue name should not be empty and should not be more than 250 characters";
var error_input_venue_code="Venue code should not be more than 50 characters";
var error_input_venue_resource="Data source field should not exceed 250 characters.";
var error_input_venue_providor="Data provider field should not exceed 250 characters.";
var error_input_venue_sizes="Venue size field should not be more than 250 characters";
var error_input_venue_price="Unit price setting error, it should be between 1~65535";
var error_input_venue_capability="Accommodation capacity setting error, it should be between 1~65535";
var error_input_venue_phone="The telephone number field should not be more than 250 characters";
var error_input_venue_fax="The fax number field should not be more than 250 characters";
var error_input_venue_address="The address field should not be more than 250 characters";
var error_input_venue_place_providor="Venue vendor field should not be more than 50 characters";
var error_input_venue_contact_person="The contact person field should not be more than 250 characters";
var error_input_venue_contact_phone="The contact person telephone number field should not be more than 250 characters";
var error_input_venue_contact_ext="The contact person telephone extension field should not be more than 250 characters";
var error_input_venue_contact_fax="The contact person fax number field should not be more than 250 characters";
var error_input_venue_contact_mobil="The contact person mobile phone number field should not be more than 250 characters";
var error_input_venue_contact_email="The contact person email address field should not be more than 250 characters or have format error";
var error_input_venue_contact_note="Note should not be more than 800 characters";
var error_input_facility_name="Facility name should not be empty and should not be more than 250 characters";
var error_input_facility_code="Facility number should not be more than 50 characters";
var error_input_facility_location="Storage location should not be more than 250 characters";
var error_input_facility_vendorName="Vendor name should not be more than 250 characters";
var error_input_facility_vendorProductNo="Vendor product number should not be more than 250 characters";
var error_input_venue_lifecycle="Venue lifecycle setting error, it should be between 1~65535";

//edit_level3.jsp
var error_at_least_select_a_manager="Please select at least one manager's grade";
var error_above_only_one_manager_selected="When selecting above or below, only one manger's grade should be selected";
var level_limit_2_words="Level setting error. It should be between 0~99";

// show_roles.jsp
var specialrole_cannot_delete_message="This role is used in approval process, hence cannot be deleted";

// jobgrading_default.jsp
var jobgrading_cannot_delete_message="Some one belongs to this grade, hence it cannot be deleted.";

var confirm_delete="Confirm the deletion";

//currency
var confirm_delete_currency="Confirm delete of this currency";
var error_input_currency_name="Please enter currency name";
var error_input_currency_rate="Please enter exchange rate";
var error_exceed_50_length="It should not be more than 50 characters";
var error_exceed_80_length="It should not be more than 80 characters";

var survey_count_error_setting_1="The number of filled survey entered must be beween 1~";
var survey_count_error_setting_2="Between";
var survey_clear_all_confirm="Do you want to clear all filled surveys?";

var exceed_survey_count="Should not exceed the number of filled surveys";
var total_exceed_survey_count="Should not double-select! Total options exceed the number of filled surveys.";

//external_form
var error_input_reason_length="Reason of application should not be more than 1000 characters";
var error_input_summary_length="Course summary should not be more than 1000 characters";
var error_input_objective_length="Course objective should not be more than 1000 characters";
var error_input_prerequesite_length="Prerequisite knowledge should not be more than 1000 characters";
var error_input_audience_length="Suitable audience field should not contain more than 1000 characters.";
var error_input_outline_length="Course outlines field should not be more than 1000 characters";
var error_input_note_length="Note should not be more than 1000 characters";
var must_enter_cost="Please enter course cost";
var please_use_browse_file="Please use the Browse button nearby to select files";

var outline_limit_200_words="The outlines should not be more than 250 characters";
var instructor_limit_200_words="Instructor name should not be more than 250 characters";
var r_link_limit_200_words="Enrollment link should not be more than 250 characters";

// report block_setting
var report_wrong_interval_number="The number of intervals must be an integer between 1~10000";
var report_wrong_time_interval_number="The number of intervals must be an integer between 1~1440";
var report_wrong_score_interval_number="The number of intervals must be an integer between 1~100";
var report_wrong_score_interval="The length of interval must be an integer between 1~100";
var report_wrong_score_lowbound="The low bound for score must be an integer between 0~100";


var fill_delete_report="Please select the report to be deleted";

var dcs_wrong_period_number="The period must be an integer between 1~86400";

var type_number_range_1_100="Please enter a positive integer between 1-100";

var can_not_delete_all_class_time="The class has been published or not yet close, and hence class time cannot be set as empty.";
var can_not_delete_all_excourse_time="The course has been published or not yet close, and hence class time cannot be set as empty.";
var can_not_delete_all_instructor="The class has been published or not yet close, and hence instructor cannot be set as empty.";
var error_cost_invalid_range="Cost range error";
var learning_report_cancel_confirm="This will cancel all related learning reports. Do you want to continue?";


//test apply form
var test_date_select="Please select test date";
var test_subject_select="Please select subject for certificate";
var test_reason_limit_2000_words="Reason for application should not be more than 2000 characters";
var test_address_limit_400_words="Full address field should not contain more than 400 characters";
var test_comment_limit_2000_words="Comment field should not contain more than 2000 characters";

var select_member="Please select member";

//external certification
var must_select_learners_again="No newly-added learner after skipping, please re-select after pressing cancel";
var delete_company="Are you sure you want to delete this issue company?";
var companyname_limit_100_words="Issue company name field should not contain more than 100 characters, and should not be empty";
var cannot_delete_company="Subject number is not 0, and hence cannot delete this issue company";
var cannot_delete_subject="Someone was certified or is applying for the certification, hence cannot delete this subject";
var delete_subject="Are you sure you want to delete this subject?";
var delete_testitem="Are you sure you want to delete this test item?";
var cannot_delete_testitem="Some one has applied for subsidy for the test, hence cannot be deleted.";
var cannot_delete_cert="Cannot delete this certificate";
var confirm_delete_cert="Are you sure you want to delete this certificate?";

var excert_subject_name_input_error="Certificate subject field should not contain more than 100 characters, and should not be empty";
var excert_subject_description_input_error="Description field should not contain more than 1000 characters";
var excert_subject_classification_input_error="Classification field should not contain more than 100 characters";
var excert_subject_target_input_error="Applicable unit field should not contain more than 100 characters";
var excert_subject_compensationratio_input_error="Test subsidy ratio must be an integer between 0~100, and should not be empty";
var excert_subject_BonusType_input_error="Scholarship must be an integer between 0~99999999, and should not be empty";
var excert_subject_Bonusother_input_error="Other incentives field should not contain more than 1000 characters, and should not be empty";

var excert_testitem_name_input_error="Test item name field should not contain more than 100 characters, and should not be empty";
var excert_testitem_code_input_error="Test item code name field should not contain more than 100 characters, and should not be empty";
var excert_applyform_amount_input_error="Amount must be an integer between 0~99999999, and should not be empty";
var excert_applyform_real_amount_input_error="Actual subsidy amount must be an integer between 0~99999999, and should not be empty";

var external_course_apply_date_error="Please enter Application date";
var type_serial_numbers="Serial number must be numerical";

var confirm_import_crs_message="Import/update course data from Temp Table now?";
var error_need_at_least_one_eligible_user="Please select at least one user to be deleted";
var error_need_at_least_one_moderator="Please select at least one moderator to be deleted";
var error_need_course_or_certification="Please select a passed course or certificate";
var error_need_other_description="Please fill in additional description";

var must_enter_paying_date="Please enter the planned paying date";
var must_enter_closing_date="Please enter the planned closing date";
var must_enter_remit_title="Please enter remittance payee name";
var must_enter_remit_branch="Please enter remittance branch";
var must_enter_remit_account="Please enter remittance account";
var must_enter_check_title="Please enter check payee name";
var must_enter_check_expired_date="Please enter check expiration date";
var confirm_trans_to_normal="Are you sure you want to move historical courses into general courses?";
var confirm_trans_to_history="Are you sure you want to move general courses into historical courses?";
var confirm_trans_to_normal_external="Are you sure you want to move historical courses into external training courses?";
var confirm_trans_to_history_external="Are you sure you want to move external training courses into historical courses?";
var confirm_delete_rule="Confirm delete the conditions for this certificate subject?";

var confirm_report_deadline_setting="The notice on learning report submission may be sent before the classes end. Are you sure you do not want to change your external training days?";

var category_is_empty="Learning category is empty, and hence cannot create course code";

var change_group_confirm="If transfer to other department, the original application of process by this person will be terminate. Confirm?";
var assign_status_is_not_uneffective="The specified status is already taken effect and hence cannot be changed";
var must_choose_one_group_at_least="Please select at least one department";
var must_choose_one_user_at_least="Please select at least one staff member";
var must_choose_one_compcategory_at_least="Please select at least one competence category";
var must_choose_one_account_dept_at_least="Please select at least one accounts department";
var must_choose_one_course_at_least="Please select at least one course";
var must_choose_one_test_at_least="Please select at least one test";
var must_choose_one_program_at_least="Please select at least one curriculum";
var must_choose_one_column_at_least="Please select at least one display column";

//##### common ######
var error_select_group="Please select a department";
var error_select_duty_code="Please select job code";
var error_select_title="Please select job title";
var error_select_job_grading="Please select job grade";
var confirm_delete_1="Confirm delete this";
var confirm_delete_2="";


//##### test & survey ######
var testbank_confirm_delete_group="Confirm delete this group?";
var testbank_confirm_delete_link="Confirm delete link to this question bank?";
var testbank_confirm_delete_test="Confirm delete this test?";
var surveybank_confirm_delete_survey="Confirm delete this survey?";
var testbank_copy_alert="Confirm to copy this test back to the test bank";
var surveybank_copy_alert="Confirmed to copy this test back to the test bank";
var surveybank_copy_select="Please select an item";
var test_coursename_limit_100_words="Test name field should not contain more than 250 characters, and should not be empty";
var survey_coursename_limit_100_words="Survey name field should not contain more than 250 characters, and should not be empty";
var test_coursecode_limit_100_words="Test code field should not contain more than 100 characters";
var survey_coursecode_limit_100_words="Survey code field should not contain more than 100 characters";
var test_classcode_limit_100_words="Class code field should not contain more than 100 characters";
var test_classification_limit_50_words="Category field should not contain more than 50 characters";
var test_classname_limit_100_words="Class field should not contain more than 100 characters, and should not be empty";
var test_expect_enrollment_error_setting="Test enrollment estimation must be between 1~9999";
var test_expect_enrollment_error_not_input="Please enter test enrollment estimation";
var testbank_survey_score_range_error="Score range setting must be between 3~20";

//########## Inner Certificate ############
var innercert_delete_warning="Confirm deleting internal certificate";
var innercert_delete_session_warning="Confirm deleting session";
var innercert_select_classification="Please select certificate category";
var innercert_select_internal_certificate="Please select certificate";
var innercert_delete_cert_warning="This certificate has been awarded to some learners and hence could not be deleted";
var ERROR_MSG_INVALID_CERTIFICATE_ID="Cerfiticate has not been selected";
var ERROR_MSG_INNERCERT_COURSE_MUST_HAS_CLASS="Please select at least one class for each learning item";
var innercert_select_one_tutor="Please select at least one tutor";
var innercert_please_select_one="Please select any one";

//################### training plan ###################
var trainingplan_select_one_class="Please select at least one class";
var trainingplan_select_two_class="Please select at least two classes";
var trainingplan_select_one_manager="Please select at least one manager";
var trainingplan_add_multi_to_plan="Only when planning status shows completed can training plan be added";
var trainingplan_send_multi_mail="Only when planning status shows unplanned or planning can reminder notice be sent";
var trainingplan_classlearnerlimit_input_error="Number of learners must be an integer between 0~999999, and should not be empty";
var trainingplan_select_one_session="Please select at least one class";
var trainingplan_select_two_session="Please select at least two classes";
var trainingplan_delete_classes="Confirm delete this class";
var trainingplan_delete_sessions="Confirm delete this session";
var trainingplan_alteration_warning="Confirm re-planning training plan";
var trainingplan_alteration_confirm_warning="Confirm sending confirmation notice to learning administrator?";
var trainingplan_maanger_assign_deputy_warning="Manager should not assign him/herself as deputy";
var trainingplan_category_cannot_be_deleted="This category has training plan and hence cannot be deleted";
var trainingplan_are_you_sure_delete_category="Are youe sure to delete this category?";
var trainingplan_are_you_sure_confirm_manager_headcount1="Are youe sure to confirm manager's headcount estimation?";
var trainingplan_are_you_sure_confirm_manager_headcount2="After confirmation, the headcount estimate cannot be changed. Are you sure you want to add it into training plan?";

//########## courses ###############
var courses_error_input_close_score="Satisfaction setting error, and it should be between 0~5";
var courses_error_input_close_instructor_score="Satisfaction for instructors setting error, it should be between 0~5";
var courses_error_input_close_material_score="Satisfaction for course materials setting error, it should be between 0~5";
var courses_error_input_close_venue_score="Satisfaction for location setting error, it should be between 0~5";
var courses_error_input_close_facility_score="Satisfaction for facility setting error, it should be between 0~5";
var course_session_update_warning_message="Property change has not been applied, want to apply?";
var course_update_warning_message="The field has not been entered, please complete setting before releasing";
var error_select_one_pass_rule="Please select at least one passing rule";
var error_course_cost="Total cost does not equal to total learner cost, and hence the class cannot be closed";
var error_num_range_0_99="Please enter a number between 0~99";

// clformtag.js
var clformtag_error_required="Field entry mandatory";
var clformtag_error_format="Field format error";
var clformtag_str_should="Data field should be less than";
var clformtag_int_should="Data should be an integer between";
var clformtag_float_should="Data should be a number between";



//########## competence ###############
var delete_comp_warning="Confirm delete this competence?";
var delete_comp_level_warning="Confirm deleting this competence level?";
var delete_comp_level_suggest="Confirm deleting suggestion learning item?";
var unclose_comp_rating_warning="Confirm cancelling the closing?";
var delete_comp_rating_warning="Confirm deleting this competence evaluation?";
var close_comp_rating_warning="Confirm closing this competence evaluation";

var competence_group_delete_confirm="Confirm deleting this evaluated group?";
var competence_group_member_delete_confirm="Confirm deleting this group member?";
var competence_group_require_delete_confirm="Confirm deleting this request competence?";
var competence_group_member_select_one="Please select at least one group member";
var competence_group_require_select_one="Please select at least one request competence";

//########## learning resource ###############
var error_msg_give_score="Please select score";
var error_msg_choose_type="Please select type";
var confirm_msg_remove_from_lr="Confirm removing knowledge document";
var error_msg_choose_classification="Please select category";
var error_msg_wrong_range="Range setting error";

//########## user ###############
var user_title_name="Please enter job title";
var user_duty_name="Please enter job code";
var user_duty_description="Please enter position description";

//########## catalog ##############
var error_select_type="Please tick search item";
var error_select_one_item="Please select at least one item";

//########## compare learners ##############
var error_must_check_add_or_delete_learners="Please tick the learners to be added or deleted";
var confirm_msg_cancel_approval="Confirm cancellation of this approval application";
var confirm_msg_skip_approve="Confirm direct approval";

//######### instructional resource ############
var confirm_delete_material="Confirm delete this teaching material?";
var ir_enrollment_error_setting_words="The end time for enrollment must occur after start time";
var ir_error_cost_out_of_order="Cost field should be in ascending order";
var ir_error_capacity_out_of_order="Headcount field should be in ascending order";
var error_select_one_user="Please select at least one learner";
var error_need_keyword="This search field is mandatory";

//### 360 degree competence import####
var import_360_DimentionID_Applied_Repeated="Corresponding dimension is repeated or empty, please re-select!";
var please_check_department_budget_to_be_deleted="Please select the department budget to be deleted.";
var must_enter_internal_budget="Department internal training budget field is required!";
var must_enter_external_budget="Department external training budget  is mandatory!";
var type_numbers_internal_budget="Department internal training budget should be a positive integer!";
var type_numbers_external_budget="Department external training budget should be a positive integer!";
var really_want_to_delete_acc_budget="Confirm deleting this accounting department budget?";

var other_report_way_limit_50_words="Learning report/other way should not contain more than 50 characters";
var must_enter_apply_reason="Please enter your participation reason";

var country_confirm_delete_message="Are you sure you want to delete this country?";
var delete_survey_warning="Are you sure you want to delete this survey?";
var delete_test_warning="Are you sure you want to delete this test?";
var must_enter_licenseId="Please enter certificate number";
var course_score_warning="Please enter an integer between 0~5 for learner satisfaction";
var course_manager_score_warning="Please enter an integer between 0~5 for administrator score";
var at_least_one_applicant="This external training application requires at least one applicant";
var end_date_exceed_today="The end date must occur after today";

//########generic competence############
var competence_are_you_sure_delete_category="This will delete the category and its sub-categories. Are you sure you want to proceed?";
var competence_cannot_be_deleted="This category or its sub-category has created competence, hence cannot be deleted";
var competence_group_rule_type_all="Confirm selecting all members in the company or all members in specified departments?";
var comptence_rating_this_user_has_no_comps="No competence to select!";
var comptence_expected_value1_must_smaller_than_expected_value2="Lower level expectation value should not be higher than higher level's";
var comptence_select_compcategory="Please select competence category";

var confirm_to_delete_intranet_section="Confirm deleting this Intranet IP section?";
var only_view_in_intranet="This course is only for internal viewing.";
var doc_only_view_in_intranet="This document is only for internal use.";
var compeval_err_choose_one_demension_at_least="Select at least one dimension for evaluation";

var competence_report_are__you_sure="Are you sure you want to set [";
var competence_report_set_as_default_compare_group="] as the default comparison group";
var competence_report_comp_group_cannot_be_empty="The comparison group should not be empty";
var save_successfully="Succefully saved";
var save_failed="Failed to save. Please contact technical support staff.";
var competence_code_duplicated="Competence code already exists";
//########editCrsSession#########
var classTimeDesc_limit_500_words="Class time field should not contain more than 500 characters";

var when_class_detail_time_is_incorrect_cannot_update_duration="When the class time or leave information to be imported is incomplete, [Confirm updating class duration] cannot be set as [Yes]";
var study_import_need_to_choose_at_least_one_action="At least one import action needs to be selected for learning data import";

//########time_form#########
var cant_remove_last_timespan="Cannot delete the last timespan";

//#######feedback rule#########
var warning_msg_weight_is_not_zero="Score weight is more than 0, hence cannot delete this group";
var choose_at_least_1_report="Please select at least one reporting method.";
var choose_folder="Please select category";

//#######training roadmap#########
var trainingroadmap_delete_prompt="Confirm deleting this training roadmap?";
var trainingroadmap_delete_timespan="Confirm deleting this timespan?";

var trainingroadmap_timespan_wrong="Timespan setting error";
var trainingroadmap_maintainer_empty="Please first set the maintainer";
var tr_please_select_one_activity="Please select one learning activity";
var tr_please_select_atlease_one_activity="Please select at least one learning activity";
var tr_please_enter_titlegroup_name="Please enter job title group name";
var tr_jobtitle_setting_duplicate_prefix="Job title setting and";
var tr_jobtitle_setting_duplicate_suffix="Group exists, please re-set.";
var tr_please_enter_activity_name="Please enter learning activity name";
var tr_please_set_titlegroup_first="Please add job title group";
var tr_confirm_delete_titlegroup="Confirm delete this job title group?";
var tr_confirm_delete_jobtitle="Confirm delete this settinig?";
var tr_please_select_atlease_one_group="Please select at least one department";
var tr_publish_must_gt_today="Training roadmap publication date must not occur before today's date";

var must_fill_all_required_question="Have not answered required questions";

//######### learners list #########
var ll_choose_learner_type="Please select \"Required\" or \"Elective\"";

//######### new program #########
var prg_confirm_trans_to_normal="Are you sure you want to change historical curriculum into general curriculum?";
var prg_confirm_trans_to_history="Are you sure you want to change general curriculum into historical curriculum?";
var prg_confirm_set_as_required="Confirm setting as required?";
var prg_confirm_set_as_elective="Confirm setting as elective?";
var prg_confirm_count_into_credit="Confirm counting into credits?";
var prg_confirm_not_count_into_credit="Confirm cancelling counting into credits?";

var course_confirm_delete_precourse="Confirm deleting this prerequisite course?";
var course_confirm_delete_coeditor="Confirm deleting this co-designer?";
var course_confirm_delete_classmanager="Confirm deleting this class administrator?";

//########external form########
var report_other_way_empty="Please fill in other reporting method";
var must_enter_hasenroll="Please select enrollment status";
var must_select_vendor="Please select vendor";
var illegal_in_refLink="Web address should not contain \",'";

var close_setting_tex_cost_warning="Taxed amount is not consistent with the result calculated via untaxed amount";

//########Marquee########
var marquee_width_constrain="Width range 0~1000";
var marquee_height_constrain="Height range 0~1000";

//########Time form########
var startdate_must_gt_publishdate="The start date must occurs after the publication date";

var at_least_one_option="Cannot delete the last option";

var must_enter_project_dept_name="Project department name should not be empty";
var must_enter_project_dept_code="Project department code should not be empty";
var really_want_to_disable_prj_dept="Want to disable project department?";
var please_check_prj_department_to_be_deleted="Please select the project department to be disabled.";
var program_close_warning_message="Study process may be changed. Confirm cancelling the closing?";
var popup_block_warning="Popup blocking function is detected. Please disable this function to ensure successful content playing and tracking.";

//########Epaper########
var epaper_confirm_delete_epaper="Confirm deleting this e-paper?";
var epaper_confirm_delete_mailinglist="Confirm deleting this mailing list?";

var presurvey_warning="Enrollment survey should be filled in before course enrollment. Are you sure you want to continue?";

var tr_unlimited_timespan_wrong="Cannot set two unlimited timespans";
var tr_unlimited_group_wrong="Cannot set two groups that contain all members";

var unfinished_questions="Unfinished question";
var confirm_send_test_paper="Confirm sending?";

var confirm_delete_website="Confirm deleting this related link?";
var epaper_select_at_least_one_sender="Please add at least one recipient";
var epaper_please_enter_epaper_title="Please enter e-paper title";
var epaper_please_enter_mailinglist_title="Please enter mailing list title";

var log_delete_warning_pre="";
var log_delete_warning_post="Previous logs will be deleted immediately. Are you sure you want to continue?";

var please_select_an_acc_dept="Please select accounting department!";

var websites_width_constrain="Width range 0~1000";
var please_select_a_user="Please select user";

var doc_report_deadline_format_warning="Report uploading deadline should be a positive integer";
var oral_report_deadline_format_warning="Oral report deadline should be a positive integer";
var teaching_report_deadline_format_warning="Internal teaching deadline should be a positive integer";
var other_report_way_empty_warning="Other method should not be empty";

var error_input_duedate="Please enter class due date";
var error_duedate_must_after_exedate="Specified effective date must occur before class due date";
var log_delete_confirm="Are you sure you want to delete?";

var rearrange_weight_warning="Score weight is less than 100. Allow to average the weights automatically?";

var cost_format_warning="Cost must be a positive integer";
var empty_vendor_warning="Vendor cost has been set, and vendor name should not be empty";
var error_wrong_time_period="Time range error";

var learningmap_updatedate_warn="Hence cannot update expected completion date";
var learningmap_delete_warn="Hence cannot delete";

var upload_instructor_image_warning="Upload/edit/delete photo will also update instructor data. Confirm continue?";

var pre_enroll_survey_only_one="Course can only contain one enrollment survey";
var timespan_no_valid_record="The time set does not exist, please enter another one";
var please_select_one_test_history="Please select one test record";

var error_survey_option_num_format_warning="Possible options range error";

var testplayer_question="Questions";
var testplayer_option_select_max_warning="The selected items at most are";
var testplayer_option_select_min_warning="The selected items at least are";

var really_want_to_delete_deputy_records="Confirm deleting the deputy records?";
var please_check_deputy_records_to_be_deleted="Please select the deputy records to be deleted!";
var deputy_from_date_is_empty="Deputy effective date should not be empty!";
var deputy_to_date_is_empty="Deputy end date should not be empty!";
var please_choose_agent_for_deputy="Please set deputy!";
var deputy_date_range_error="Deputy end date must not occur before deputy effective date";

var error_input_groupNum="Must enter an integer";
var error_input_groupNum_constrain="Must enter an integer between 1~100";

var session_retrained_days_error="Re-training date range 1~999";
var re_exam_interval_warning="Re-exam interval must be a positive integer between 1~65535";

var please_select_recipient="Please select recipient";
var doc_expired_days_error="Expiration date range 1~999";
var external_subsidy_input_error="Subsidy ratio must be an integer between 0~100, and should not be empty";

//# new RC after V50_RC-branch
var email_is_off="Present email setting is off";
var email_is_batch="Present email setting is batch";

var error_select_apv_assign_user="Select only one approver";
var please_input_zip_index_file="Please enter home page file name";

var sitemap_height_constrain1="Height range 0~1000";
var sitemap_height_constrain2="Height range 0~100";
var sitemap_ratio_constrain="Ratio total must be 100";
var sitemap_del_prj_warning="Current version applies to present front-end or is under editing, hence cannot be deleted.";
var sitemap_fill_node_name="Please enter node name";
var sitemap_choose_node="Please select node";
var sitemap_confirm_delete_node="Confirm deleting this node?";
var sitemap_editing_publish_project_delete_confirm="The version you are editing now has been released, and deletion of this node will immediately affect general user's pages. Are you sure you want to delete this node?";
var sitemap_fill_at_least_one_node_name="Please enter at least one node name";
var please_input_bulletin_name="Please enter bulletin name";


var please_input_non_negative_number="Please enter zero or a positive integer";

var error_select_at_least="Please retain at least one department";

var please_input_smaller_number="The number you enter is too large, which may cause difficulty in use, please enter a smaller number";


var error_select_annual="The specified year is not consistent, please select the same year";
var confirm_notifying_approval="Confirm the sending of reminder notice";

var cmcs_please_input_eval_name="Please input evaluation name";
var cmcs_eval_duration_error="Evaluation duration setting error";
var cmcs_please_set_plan_period="Please set Evaluation setup duration";
var cmcs_plan_period_error="Evaluation setup duration setting error";
var cmcs_please_set_eval_period="Please set Evaluation executing duration";
var cmcs_eval_period_error="Evaluation executing duration setting error";
var cmcs_please_select_questionnare="Please select a questionnare";
var cmcs_confirm_del_evaluator="Do you really want to delete this evaluator?";
var cmcs_confirm_del_evaluatee="Do you really want to delete this evaluatee?";
var cmcs_confirm_force_confirm_relation="Do you really want to confirm these evaluatees?";
var cmcs_confirm_reset_relation="Do you really want to reset these evaluatees?";
var cmcs_please_select_at_least_one_relationship="Please select at least one relationship";

var cmcs_please_select_relationship="Please select relationship";
var cmcs_please_select_at_least_one_evaluator="Please select at least one evaluator";

var error_select_annual_without_data="The specified year has no required hours for learning activity";
var error_question_number="Wrong question number range";
var error_question_number_type_in="Please enter";

var error_input_secs_constrain="Seconds setting error, and it should be between 1~9999.";

var input_session_name="Please enter class name";
var sessionname_limit_200_words="Class name field should not contain more than 200 characters, and should not be empty either";
var choose_class="Please select class";

var sitemap_pagecomponent_doc_editor_select_doc="Please select one file from knowledge documents";
var sitemap_newprojectname_cannot_be_empty="Please enter the new version name";
var sitemap_pagecomponent_zip_editor_select_index="Please select a file as home page";
var session_upload_no_file_selected="Please select a file to upload";
var session_upload_no_file_selected_remove="Please select at least one file to delete";



var cmcs_weight_input_constraint="Weight range is 0~1";
var cmcs_confirm_close_evaluation="Do you really want to close this evaluation?";
var cmcs_confirm_close_evaluation_rule_not_matched="Close requirements are not matched. Are you sure?";
var cmcs_confirm_repoen_evaluation="Do you really want to reopen this evaluation?";
var cmcs_please_close_evaluation_first="Please close evaluation first.";




// CSAS #
// KSA
var ksa_category_cannot_be_deleted="The category can not be deleted because of containing one or more sub Categories or skills";
var ksa_are_you_sure_delete_category="Are you sure?";
var ksa_category_cannot_be_moved="The category can not be moved because of containing one or more sub categories";
var KSA_code_Existed="The Skill Code is existed, please fill in a new one.";
var jd_category_cannot_be_deleted="The category can not be deleted because of containing one or more sub Categories or skills";
var jd_are_you_sure_delete_category="Are you sure?";
var jd_category_cannot_be_moved="The category can not be moved because of containing one or more sub categories";
var JD_code_Existed="The JD Code is existed, please fill in a new one.";
var jd_please_select_at_least_one_group_user="Please select at least one department.";

var ksa_delete_annual_check="Are you sure to delete this annual?";
var ksa_apply_check="Are you sure to apply?";
var ksa_annual_cant_empty="All columns are required, please input them.";
var ksa_annual_enddate_before_begindate="End date can not before begin date";
var ksa_annual_opendate_before_enddate="Open date can not before end date";

var ksa_close_rating_confirm="All scores can not be modified after this rating is closed, are you sure?";
var ksa_close_check="Do you want to close this rating?";
var ksa_delete_rating_confirm="Do you want to close these rating?";
var ksa_choose_one_employee="Please choose one employee at least.";
var ksa_choose_one_jd="Please choose one JD at least.";


var test_reservation_warning="Reserved user amount for test must be a positive integer";

var limit_time_min="Smaller than the allowed minimum time setting";
var limit_time_max="Larger than the allowed maximum time setting";

var cmcs_confirm_evaluator_warning="Current setting is not matched requirement. Do you really want to confirm this evaluator list?";
var cmcs_please_select_evaluation="Please select evaluation";
var cmcs_please_select_evaluatee="Please select evaluatee";
var cmcs_please_select_at_least_one_evaluation="Please select at least one evaluation!";

var cmcs_please_select_report="Please select viewable reports.";
var cmcs_please_fill_reportset_name="Please fill in name of rule.";
var cmcs_confirm_delete_reportset="Do you really want to delete this rule?";
var cmcs_confirm_delete_managers="Do you really want to delete these managers?";
var cmcs_please_fill_in_valid_number="Please input valid number range!";
var cmcs_please_select_two_evals="Please select at least two evaluations!";
var cmcs_please_select_jobseries="Please select a job series";
var cmcs_no_closed_eval_rating="There is no closed rating, please cancel rule setting!";
var please_select_resource="Please select the resources to be edited";

var delete_bulletin_confirm="Confirm delete this external training announcement?";

var csas_cant_input_empty_annual="Can not input empty annual";

var course_package_export="Confirm exporting the selected course activities?";
var course_package_export_success="Export succeeded!";
var course_package_please_input_path="Please enter a valid path for the course package to be imported!";
var course_package_please_choose_file="Please select the course package file to be imported!";

var error_need_future_reset_date="Please enter a future date as the expiration date for document protection!";
var ksa_annual_cant_over="Rating name can not over 80 char";
var cmcs_please_select_one_relationship="Please select at least one relationship.";
var InnerCert_code_Existed="This certificate code already exists. Please enter another one.";
var enroll_blocked_message="Since you did not cancel your enrollment in the specified time period or absent without reasons, you cannot enroll in this course at the moment.";

var user_import_currently_only_support_csv="The file to be imported only supports CSV/XLS format at the moment!";

var error_input_course_not_attended_note="Absence reason note should not be more than 250 characters";
var learning_score="Teaching material score";
var instructor_score="Instructor score";
var venue_score="Venue score";
var facility_score="Facility score";
var global_score="Overall score";

var course_recalc_expired_status="This function will re-calculate learners' incorrect learning status, and those with normal learning status do not have to apply for it. Want to continue?";
var accessDate_cant_single_empty_and_error="Class date must have both start and end date, neither should be missed. The end date must not occur after the start date.";
var accessDate_cant_empty="Class date should not be empty";
var access_date_order_error="The class end date must not occur after the class begin date.\u00c7\u00b0";
var access_begin_date_cant_empty="Class start date can't be empty.";

var please_input_positive_number="Please enter a positive number";

var cmcs_indicator_limit_char_counts="Scoring indicator can't over 500 chars!";


//#########Financial Certification##############
var fc_error_year="Please enter year!";
var fc_error_quota="Please enter quota!";
var fc_error_format_year="Year must be an integer!";
var fc_error_format_quota="Quota must be an integer!";
var fc_error_select_one="Please select at least one item!";
var fc_confirm_delete="Confirm deleting?";
var fc_error_name="Please enter the name!";
var fc_error_select_jobreq="Please select at least one requirement";
var fc_error_format_effective_years="Certificate expiration date must be an integer!";
var fc_error_effective_years="Please enter certificate expiration date!";
var fc_error_exceed_words_limit="Other description should not be more than 250 characters!";
var fc_error_field_option="Option content should not be empty!";
var fc_error_license_category="Please enter certificate category!";
var fc_error_license_code="Please enter certificate number!";
var fc_error_register_date="Please enter certificate register date!";
var fc_error_expire_date="Please enter certificate expiration date!";
var fc_error_acquire_date="Please enter certificate acquired date!";
var fc_error_course_complete_date="Please enter course completion date!";
var fc_error_fielddef="Please select shared field name";
var fc_error_type_name="Please enter category name!";
var fc_error_range_quota="Quota must be between 0~999999999";
var fc_error_duplicate_certificate_license="This certificate has been applied, please do not re-apply!";
var fc_error_duplicate_history_training_record="The training history records have been applied, please do not re-apply!";
var error_choice_content_large_than_250="Option content field should not contain more than 250 characters";
var fc_error_form_usage="Please select at least one form category";
var fc_cancel_confirm="Confirm cancellation of the application";
var fc_select_just_on_duty="Position is required";
var fc_error_duplicate_reward="This certification reward has been applied, please do not re-apply!";
var fc_error_duplicate_exam_subsidy="The test subsidy has been applied, please do not re-apply!";
var fc_error_subsidy_cost_is_over_the_limit="Subsidy amount exceeds project total budget!";
var fc_error_att_type_due_day="Deadline for evaluation of written material should be an integer between 0~999999999!";
var fc_error_license_before_create_date="This certificate will be awarded before placement. Should not apply for certification reward!";
var fc_error_group_and_user="Please select at least one department or member";
var fc_error_field="Please select at least one field!";
var fc_reapply_confirm="Confirm re-application?";
var fc_error_yearly_quota_format_year="Year must be in A.D. format (4 numericals)";
var fc_error_innercert="Please select at least one internal certificate!";
var fc_error_extcert="Please select at least one external certificate!";
var fc_error_duty="Please select at least one position!";
var fc_error_grade="Please select at least one grade!";
var fc_error_duplicate_course="This course has been applied to other training category!";
var fc_error_query_period="The start date must occur before the end date!";
var fc_error_search_scope="Please select at least one department or member!";
var fc_error_title="Please select at least one job title!";
var fc_error_duplicate_certificate_license_record="Duplicate certificate license record!";
var fc_error_duplicate_certificate_code="Duplicate certificate number!";


// CSAS20

var pagesize_limit_500_records="No more than 500 items on each page!";

var enrollTime_format_error="Enrollment time format should be positive decimal and only one decimal allowed";
var enrollTime_number_error="Learner's accepted learning hours could not be larger than the course enrollment hour";



// User import new
var userimport_NoParentGroupNumMaxRows="Number of parent departments must be a positive integer or null";




// CSAS20
var csas_please_select_at_least_one_status="Please select at least one status";

var csas_select_evaluatee="Please choose at least one evaluatee";
var csas_confirm_delete="Do you really want to delete?";
var csas_select_evaluator="Please choose at least one evaluator";
var csas_input_beginDate="Please choose the begin date";
var csas_input_endDate="Please choose the end date";
var csas_select_jd="Please choose at lease one job description";
var csas_input_evaluationName="Please enter evaluation name";
var csas_input_float10="Please input a number between 0.0 ~ 10.0";
var csas_input_number100="Please input a number between 0 ~ 100";
var csas_input_exceed10="Can not exceed 10 characters.";

var jd_confirm_delete="Do you really want to delete?";
var jd_input_name="Please enter the name";
var jd_input_code="Please enter the code";
var jd_jobitem_name="Please enter the name";
var jd_jobitem_order="Please enter the order";
var csas_input_length_limit="May not exceed 1000 characters";

var talent_search_please_select_at_least_one_ksa="Please select at least one KSA.";
var talent_search_please_input_min_avg_score="Illegal minimum average weighted score.";
var talent_search_please_input_ksa_min_score="Illegal minimum request of KSA score.";
var talent_search_please_input_weight_value="Illegal weight value!";

var wrong_manager_deadline="Manager planning deadline field is mandatory";
var please_input_valid_string="Please enter a valid string";

var csas_please_select_at_least_one_evaluation="Please select at least one evaluation!";
var csas_please_select_at_least_one_jd="Please select at least one job description!";

var course_reset_userEnrollTime="This function will re-set learner's accepted learning hours as default value. Want to continue?";
var reset_user_enrollTime_warning="Course enrollment hour was not set, hence could not re-set course accepted learning hour!";

var cpas_delete_confirm="Do you really want to delete this one?";
var course_autoincrease_userEnrollTime="This function will automatically add the total number of approved self-study accepted learning hour. Want to continue?";


var group_hierarchy_level_need_positive="Department structure needs at least one hierarchy level.";
var group_hierarchy_level_will_modify="Change in department structure will take relatively long time to update data. Want to continue?";
var confirm_deletion="Confirm deletion?";
var external_choose_one_hundred_course_at_most="Can select maximum 100 courses!";
var must_choose_two_course_at_least="Please select at least two courses";
var must_choose_two_class_at_least="Please select at least two classes";
var must_choose_one_class_at_least="Please select at least one class";

var account_available="This account is currently available, please feel free to add.";
var account_active_1="This user already exists and its current department is";
var account_active_2="Please notify the department adm to remove the user.";
var error_user_account="Account error (inconsistent with ID number rule)";

var mailto_method_email_copied="The learners' email addresses listed below has been copied to clipboard. Please open email program and copy them to the recepient field.";
var mailto_method_email_more="More";

var skillgroup_input_name="Please enter group name";
var skillgroup_input_code="Please enter group number";

var csas_publishbegin_must_after_today="Publish begin day must after today";
var csas_publishend_must_after_publihbegin="Publish end day must after publish begin day";
var csas_evalbegin_must_after_publishbegin="Evaluate begin day must after publish begin day";

var csas_please_select_at_least_one_item="Please select at least one item";

var fc_confirm_delete_registry_form="Confirm deleting certificate application record?";

var external_upload_report_date_empty="Upload report deadline is mendatory";
var external_upload_report_date_error="Upload report deadline should not occur before class commencement date";
var external_oral_report_date_empty="Oral report deadline is required to be set";
var external_oral_report_date_error="Oral report deadline should not occur before class commencement date";
var external_teaching_report_date_empty="Internal teaching deadline is required to be set";
var external_teaching_report_date_error="Internal teaching deadline should not occur before class commencement date";

var cpas_please_choose_one="Please choose one at least";
var cpas_input_beginDate="Please choose begin date";

var batchJobManagement_restart_confirm="Confirm restart";
var confirm_send="Re-confirm data before sending!! To confirm sending please press Ok, and Cancel to edit.";

// SSR (Self-Service Report)
var ssr_please_choose_at_least_one_report_profile="Please select at least one existing report.";
var ssr_please_input_profile_name="Please enter report name.";
var ssr_please_choose_report_type="Please select report generation cycle.";
var ssr_please_choose_report_start_date="Please select statistical report start date.";
var ssr_please_choose_report_end_date="Please select statistical report end date.";
var ssr_please_choose_at_least_one_column="Please select at least one report field.";
var ssr_please_choose_little_item="Please select fewer items.";
var ssr_please_choose_at_least_one_history_report="Please select at least one existing report.";
var ssr_data_changed="The conditions have been changed, please press Ok to save before creating the report.";
var ssr_please_choose_load_report="Please select conditions for the report to be loaded.";
var ssr_report_name_length_limit="Report name field should not contain more than {0} characters.";

// log export
var must_input_log_path="Please enter log directory";
var must_choose_one_file_at_least="Please select at least one file";


var trainingplan_timezone="Time Zone";
var tr_notation_desc="A--Automatic Enrollment; R--Required; E--Elective; N--Not Specified";
var tr_notation_desc_online="OL--Online Course";
var tr_notation_desc_classroom="CR--Classroom Course";
var tr_notation_desc_onlinetest="OT--Online Test";
var tr_notation_desc_classroomtest="CT--Classroom Test";
var tr_notation_desc_external="EX--External Training";
var tr_notation_desc_curriculum="CU--Curriculum";
var tr_notation_desc_innercert="IC--Internal Certificate";

var tr_please_select_at_least_one_tr="Please select at least one training roadmap";

//multiple team training
var course_confirm_delete_CourseManageTeam="Confirm deleting this course management department?";
var course_confirm_delete_classCoCreateTeam="Confirm delete this class co-creating department?";
var course_confirm_delete_SessionCreatorGroup="Confirm delete this class creating department?";
var course_confirm_delete_SessionManageGroup="Confirm delete this class co-managing department?";
var course_confirm_delete_BulletinTeam="Confirm delete this announcement department?";

// TCM070626-0011, Ricky: Patch UI to fix class manager and course coeditor.
var patch_course_coeditor_privilege_reset_confirm="This will restore default co-designer access. Want to continue?";
var patch_class_manager_remove_confirm="This will remove class administrators list and save the adjusted class co-creating departments. Want to continue?";

var error_role_in_use="Role is in use, and cannot be deleted.";

var tr_please_select_at_least_one_suitable_group="Please select at least one applicable department";
var tr_confirm_delete_suitable_group="Confirm deletion?";

var error_at_least_select_a_manager_in_title="Please select at least one manager title";

var tr_confirm_delete_suitable_all_group="Confirm deleting all applicable departments?";
var tr_confirm_add_all_groups="Confirm adding all departments?";

// TCM070920-0013
var error_input_other_apply_reason_length="Reason of participation (others) should not contain more than 100 characters";

var confirm_delete_reports="Confirm deletion of these reports?";

// TCM070929-0030
var error_input_tr_category_length="Training roadmap category name should not be more than 50 characters";
var error_input_tr_name_length="Training roadmap name should not be more than 250 characters";

// TCM070710-0028
var error_cant_delete_default_website="Cannot deleting the default related links bulletin";

// TCM071105-0062
var error_max_url_2000="URL should not be more than 2000 characters.";

// TCM071105-0072
var error_max_search_30="Search criteria should not be more than 30 characters.";

// TCM081517-0002
var confirm_enroll_course="Confirm enrolling the course(program)?";
var confirm_unenroll_course="Confirm unenrolling the course(program)?";

var edit_resource_schedule_warning_message="*****";
var please_select_view_resource="Please select a resource";

// MultiTraining for Assessment(QBank, Test, Survey)
var please_choose_atleast_one_department="Please select at least one department";
var confirm_remove_selected_departments="Confirm to remove selected departments?";

var assessment_tranfering="Data is transfering, please wait.";

// CTMS65 evaluation survey
var qt_scale_level_value="Scale question levels must bewteen {0} ~ {1}";
var qt_multi_option_over="Filled options over than setting";
var qt_multi_option_over_no="Filled options over than setting: No. {0}";
var qt_multi_option_less_no="Filled options less than setting: No. {0}";
var qt_undo_required_questions="Have not answered required questions: {0}";
var qt_undo_no_required_questions="Have not answered unrequired questions: {0}, Are you sure to submit?";
var qt_empty_subject="Please input question subject";
var qt_empty_type="Please choose one question type";
var qt_empty_option_desc="Option description can't be empty";
var qt_multi_option_rule_error="Multi select question option rule error, must bewteen {0} ~ {1}";

var text_content_over="Input text over length, max length {0}";
var is_confirm_delete="Are you sure to delete?";

var dynamic_duedate_error_duedays="The value of due days should be 1 ~ 99";

var EV_error_description_large_than_250="Description should not be more than 2000 characters.";
var EV_error_footer_large_than_250="Footer should not be more than 2000 characters.";
var EV_error_pageSize_format_warning="The number of questions on each page should be between 1~9999";
var EV_confirm_delete="Confirm deleting?";
var EV_error_startDays="Please enter start days!";
var EV_error_availableDays="Please enter survey available days!";
var EV_error_startDays_format_warning="Periods' start days of survey should be between 1~9999";
var EV_error_availableDays_format_warning="Periods' available days of survey should be between 1~9999";
var EV_error_select_one="Please select at least one item!";
var EV_error_startDate_type="Evaluation start date should not be empty!";

// TCM080805-0008
var tp_should_delete_disabled_learner_first="Please delete all disabled learners before delete the course session.";

var unenrollEnd_error_setting_words="Please fill in end date if you have checked unenroll end date setting!";
var exemptionEnd_error_setting_words="Please fill in end date if you have checked exemption end date setting!";

var adjust_max_waiting_list_quota="Some waiting learners would be unenrolled after adjust quota of waiting list. Do you want to continue?";

// TCM090227-0005
var self_register_please_enter_account="Please input a new account.";

// TCM090227-0006
var self_register_please_select_users="Please select new registration users.";
