// JavaScript Document

lang.addLang(
	'months_january', 'January',
	'months_february', 'February',
	'months_march', 'March',
	'months_april', 'April',
	'months_may', 'May',
	'months_june', 'June',
	'months_july', 'July',
	'months_august', 'August',
	'months_september', 'September',
	'months_october', 'October',
	'months_november', 'November',
	'months_december', 'December',

	'icms_functions_fieldsrequired', 'The following fields are required:',
	'icms_functions_errorsoccured', 'The following errors have occured:',

	'login_entercredentials', 'Please enter your username and password.',
	'login_enterusernameemail', 'Please enter your username and email.',
	'login_errors_username', 'Username: Invalid username.',
	'login_errors_passwordlength', 'Password: Password too short.',
	'login_errors_passstrength_none', 'Password: Password must meet the following requirements:\n   - it cannot contain spaces',
	'login_errors_passstrength_normal', 'Password: Password must meet the following requirements:\n   - it cannot contain spaces\n   - it must contain at least one number\n   - it must contain at least one lowercase or uppercase letter',
	'login_errors_passstrength_strong', 'Password: Password must meet the following requirements:\n   - it cannot contain spaces\n   - it must start with at least one letter\n   - it must contain at least one number\n   - it must contain at least one uppercase letter\n   - it password contain at least one lowercase letter\n   - it must contain at least one special character #,@,%,!.',
	'login_errors_email', 'Email: Invalid email format.',
	
	'editor_settings_selectsection', 'Section: Select section.',
	'editor_settings_invalidname', 'Name: Invalid name.\n    Use alphanumeric characters, underscore (_) and dashes (-) only.',
	'editor_settings_entername', 'Name: Enter name.',
	'editor_settings_entertitle', 'Title: Enter title.',
	'editor_settings_publicationdate', 'Publication date:',
	'editor_settings_expirationdate', 'Expiration date:',
	'editor_settings_expirationgreater', 'Expiration date: Expiration date must be greater than the publication date.',
	'editor_settings_isinvalid', 'is invalid.',
	
	'user_selectdefaultlanguage', 'Default language: Select default language.',
	'user_selectdefaulttimezone', 'Default time zone: Select default time zone.',
	'user_selectdateandtimeformat', 'Date and time format: Select date and time format.',
	'user_enteroldpassword', 'Old password: Enter old password.',
	'user_enternewpassword', 'New Password: Enter password.',
	'user_confirmnewpassword', 'Confirm new password: Confirm new password.',
	'user_enterfullname', 'Full name: Enter full name.',
	'user_enterphone', 'Phone: Enter phone number.',
	'user_enteremail', 'Email: Enter email.',
	'user_selectcountry', 'Country: Select country.',
	'user_errors_newpasswordlength', 'New password: New password too short.',
	'user_errors_newpasswordnotmatch', 'New password: New and confirm passwords did not match.',
	'user_errors_passstrength_none', 'Password: Password must meet the following requirements:\n   - it cannot contain spaces',
	'user_errors_passstrength_normal', 'Password: Password must meet the following requirements:\n   - it cannot contain spaces\n   - it must contain at least one number\n   - it must contain at least one lowercase or uppercase letter',
	'user_errors_passstrength_strong', 'Password: Password must meet the following requirements:\n   - it cannot contain spaces\n   - it must start with at least one letter\n   - it must contain at least one number\n   - it must contain at least one uppercase letter\n   - it password contain at least one lowercase letter\n   - it must contain at least one special character #,@,%,!.',
	'user_errors_email', 'E-mail: Invalid e-mail format.',
	
	'sessions_selectusertoremove', 'Select sessions to remove.',
	'sessions_confirmremoval', 'Confirm removal.',
	
	'data_backups_selectdata_backup_filestoremove', 'Select data backup files to remove.',
	'data_backups_confirmremoval', 'Confirm removal.',
	
	'preferences_entertitle', 'Title: Enter title.',
	'preferences_enterenteridletime', 'Idle time: Enter idle time in seconds.',
	'preferences_enterpasswordlength', 'Password length: Enter password length.',
	'preferences_selectlanguage', 'Default language: Select language.',
	'preferences_selecttimezone', 'Default time zone: Select time zone.',
	'preferences_selectdateandtimeformat', 'Date and time format: Select date and time format.',
	'preferences_selecttheme', 'Default theme: Select theme.',
	'preferences_selectdefaultindextemplate', 'Default index template: Select default index template.',
	'preferences_selectdefaultinsidetemplate', 'Default inside template: Select default inside template.',
	'preferences_selectdefaultsectiontemplate', 'Default section template: Select default section template.',
	'preferences_selectdefaultblocktemplate', 'Default block template: Select default block template.',
	'preferences_enterfullname', 'Full name: Enter full name.',
	'preferences_enterphone', 'Phone: Enter phone.',
	'preferences_enteremail', 'E-mail: Enter e-mail.',
	'preferences_selectcountry', 'Country: Select country.',
	'preferences_selectiptoremove', 'Select IPs to remove.',
	'preferences_security_confirmremoval', 'Confirm removal.',
	'preferences_errors_idletime', 'Idle time: Idle time must be numerical.',
	'preferences_errors_passwordlength', 'Password length: Password length must be numerical.',
	'preferences_errors_passwordlength_length', 'Password length: Password length must be greater than or equal to 5 characters.',
	'preferences_errors_email', 'E-mail: Invalid e-mail format.',
	'preferences_errors_firstip', 'IP Address: Invalid first IP address.',
	'preferences_errors_secondip', 'IP Address: Invalid second IP address.',
	'preferences_errors_invalidrange', 'IP Address: Invalid range.',
	
	'groups_selectgroupstoremove', 'Select groups to remove.',
	'groups_confirmremoval', 'Confirm removal.',
	'groups_deletequestion', 'All users within these groups will be removed. Would you like to continue?',
	'groups_entername', 'Name: Enter name.',
	'groups_selectonepermission', 'Group Permissions: You must select at least one permission.',
	'groups_errors_name', 'Name: Invalid name.',
	
	'users_selectusertoremove', 'Select users to remove.',
	'users_confirmremoval', 'Confirm removal.',
	'users_selectgroup', 'Group: Select group.',
	'users_enterusername', 'Username: Enter username',
	'users_selectdefaultlanguage', 'Default language: Select default language.',
	'users_selectdefaulttimezone', 'Default time zone: Select default time zone.',
	'users_selectdateandtimeformat', 'Date and time format: Select date and time format.',
	'users_enterpassword', 'Password: Enter password.',
	'users_confirmpassword', 'Confirm password: Confirm password.',
	'users_enternewpassword', 'New password: Enter new password.',
	'users_confirmnewpassword', 'Confirm new password: Confirm new password.',
	'users_enterfullname', 'Full name: Enter full name.',
	'users_enterphone', 'Phone: Enter phone.',
	'users_enteremail', 'E-mail: Enter e-mail.',
	'users_selectcountry', 'Country: Select country.',
	'users_errors_passwordlength', 'Password: Password too short.',
	'users_errors_passwordnotmatch', 'Password: Password and confirm passwords did not match.',
	'users_errors_passstrength_none', 'Password: Password must meet the following requirements:\n   - it cannot contain spaces',
	'users_errors_passstrength_normal', 'Password: Password must meet the following requirements:\n   - it cannot contain spaces\n   - it must contain at least one number\n   - it must contain at least one lowercase or uppercase letter',
	'users_errors_passstrength_strong', 'Password: Password must meet the following requirements:\n   - it cannot contain spaces\n   - it must start with at least one letter\n   - it must contain at least one number\n   - it must contain at least one uppercase letter\n   - it password contain at least one lowercase letter\n   - it must contain at least one special character #,@,%,!.',
	'users_errors_newpasswordlength', 'New password: New password too short.',
	'users_errors_newpasswordnotmatch', 'New Password: New password and confirm passwords did not match.',
	'users_errors_newpasswordstrong', 'New password: New password must meet the following requirements:\n   - it must start with at least one letter\n   - it must contain at least one number\n   - it must contain at least one uppercase letter\n   - it password contain at least one lowercase letter\n   - it must contain at least one special character #,@,%,!.',
	'users_errors_username', 'Username: Invalid username.\n    Use alphanumeric characters, underscore (_) and dashes (-) only.',
	'users_errors_email', 'E-mail: Invalid e-mail format.',
	
	'contents_selectcontenttoremove', 'Select content page to remove.',
	'contents_confirmremoval', 'Confirm removal.',
	'contents_selectcontent', 'Select content page.',
	'contents_selectsection', 'Section: Select section.',
	'contents_entername', 'Name: Enter name.',
	'contents_selectlanguage', 'Language: Select language.',
	'contents_selectcomponent', 'Component: Select component.',
	'contents_errors_publicationdate', 'Publication date:',
	'contents_errors_expirationdate', 'Expiration date:',
	'contents_errors_expirationgreater', 'Expiration date: Expiration date must be greater than the publication date.',
	'contents_errors_isinvalid', 'is invalid.',
	'contents_errors_name', 'Name: Invalid name.\n    Use alphanumeric characters and underscore (_).',
	'contents_errors_nameexists', 'Name: Name exists.',
	
	'components_noavailablecomponents', 'No available components.',
	'components_selectcomponenttoinstall', 'Select component to setup.',
	'components_selecttargetcontent', 'Target content: Select target content.',
	'components_entertitle', 'Title: Enter title.',
	'components_entertablename', 'Data table name: Enter data table name.',
	'components_uninstall_question', 'Are you sure you want to uninstall this instance?',
	'components_errors_entertablename', 'Data table name: Invalid name.\n    Use alphanumeric characters and underscore (_) only.',
	
	'menus_selectmenutoremove', 'Select menu to remove.',
	'menus_confirmremoval', 'Confirm removal.',
	'menus_deletequestion', 'All menus under the selected menus will be deleted. Would you like to continue?',
	'menus_entername', 'Name: Enter name.',
	'menus_entertitle', 'Title: Enter title.',
	'menus_enterorder', 'Order: Enter order number.',
	'menus_selectdirection', 'Direction: Select direction.',
	'menus_entertopposition', 'Top position: Enter top position',
	'menus_enterleftposition', 'Left position: Enter left position',
	'menus_enterdropdownwidth', 'Drop-down widht: Enter drop-down width',
	'menus_enterdropdownheight', 'Drop-down height: Enter drop-down height',
	'menus_errors_menuorder', 'Invalid order number.',
	'menus_errors_order', 'Order: Invalid order number.',
	'menus_errors_name', 'Name: Invalid name.\n    Use alphanumeric characters, underscore (_) and dashes (-) only.',
	'menus_errors_topposition', 'Top position: Invalid number.',
	'menus_errors_leftposition', 'Left position: Invalid number.',
	'menus_errors_dropdownwidth', 'Drop-down width: Invalid number.',
	'menus_errors_dropdownheight', 'Drop-down height: Invalid number.',
	
	'sections_selectsectiontoremove', 'Select section to remove.',
	'sections_confirmremoval', 'Confirm removal.',
	'sections_deletequestion', 'All content pages within this section will no longer be part of this section. Would you like to continue?',
	'sections_entername', 'Name: Enter name.',
	'sections_entertitle', 'Title: Enter title.',
	'sections_selectmenu', 'Menu: Select menu.',
	'sections_errors_name', 'Name: Invalid name.\n    Use alphanumeric characters, underscore (_) and dashes (-) only.',
	
	'blocks_selectblocktoremove', 'Select block to remove.',
	'blocks_confirmremoval', 'Confirm removal.',
	'blocks_entername', 'Name: Enter name.',
	'blocks_selectblockcomponent', 'Block component: Select block component.',
	'blocks_enterblockfile', 'Block file: Enter block file.',
	'blocks_enterorder', 'Sections: Enter order number.',
	'blocks_errors_order', 'Sections: Invalid order number.',
	'blocks_errors_name', 'Name: Invalid name.\n    Use alphanumeric characters, underscore (_) and dashes (-) only.',
	
	'files_selectdirfilestoremove', 'Select file or directory to remove.',
	'files_confirmremoval', 'Confirm removal.',
	'files_deletequestion', 'All files and directories within this directory will be deleted. Would you like to continue?',
	'files_enterdirectoryname', 'Directory name: Enter directory name.',
	'files_enterfilename', 'File name: Enter file name.',
	'files_selectfiletoupload', 'Select file to upload.'
);