/**
 * i18n Messages for SamePage Javascript
 * 
 * FOR TRANSLATORS: 
 * PLEASE TRY TO USE UTF-8 FOR ENCODING.
 * All messages are defined as javascript arrays and hence caution
 * should be taken not to make any syntax / typographical errors in case 
 * of editing / overriding.
 **/
 
 /**
  * For Menu
  */
 
 var menuI18n = {
 	AdvancedSearch: "Advanced Search",
	Blog: "Blog",
	New: "New",
	Home: "Home",
	Browse:	"Browse",
	Page: "Page",
	News: "News",
	Forum: "Forum",
	Support: "Support",
	Ticket: "Ticket",
	Analytics: "Analytics",
	Administration: "Administration",
	PageHierarchy: "Page Hierarchy",
	CreateNew: "New",
	CreateNewPage: "Page",
	CreateNewNews: "News",
	CreateNewThread: "Thread",
	RaiseNewTicket: "Ticket",
	CreateNewTemplate: "Template",
	Edit: "Edit",
	Copy: "Copy",
	Move: "Move",
	Delete: "Delete",
	Permissions: "Permissions",
	Actions: "Actions",
	MyDraftPages: "My Draft Pages",
	MyModifiedPages: "My Modified Pages",
	Alphabetically: "Alphabetically [A-Z]",
	RecentlyModifiedPages: "Recently Modified Pages",
	Tags: "Tags",
	Templates: "Templates",
	WantedPages: "Wanted Pages",
	OrphanPages: "Orphan Pages",
	BackLinks: "Back Links",
	Children: "Children",
	UserList: "User List",
	AccountSettings: "Account Settings",
	InviteUsers: "Invite Users",
	CreateUsers: "Create Users",
	GlobalRoleManagement: "Global Role Management",
	SystemAdministration: "System Administration",
	DomainAdministration: "Domain Administration",
	FloatMenu: "Float Menu",
	Wiki: "Wiki",
	WikiNewsForumSupport: "Wiki, News, Forum and Support",
	CompareVersion:"Compare Versions",
	Attachments:"Attachments",
	Discussion:"Discussion"
 };
 
 /**
  * Search Related
  */
 
 var i18nSearch = {
 	searchMsg: "Please enter search text.",
 	searchLbl: "Enter search text..."
 };
 
 var generalMsgs = {
	 // Common 
	common_confirmaction: "Are you sure you want to {0} {1} ? ",
	common_enterValidEmail: "Please enter valid e-mail address.",

	//
	duplicateTitleMsg: "Title already exists, duplicates are not allowed. Please change the title and try again.",
	
	// Insert Image
	enterURL: "Please enter the URL",
	selectFile: "Please select file",
	enterURLorSelectAttachment: "Please enter image URL or select an attachment from the drop down",
	selectAttachment: "Please select attachment.",
	selectAttachFromDropDown: "Please select an attachment from the drop down",

	// Insert Word
	selectWordDoc: "Please select the Word Document.",

	// Math Editor
	invalidCharImageName: "Invalid character in Image Name.",
	emptyEqn: "Empty equation. Can not convert to Image.",

	// Insert Excel
	selectExcel: "Please select the Excel Spreadsheet.",

	// Insert Link
	selectExternalUrl: "You must enter the value for external url.",
	selectInternalUrl: "You must enter the value for internal url/page title.",

	// Insert page or url
	externalUrlStart: "External url should be started with protocol name, eg: http://",
	enterProjectName: "You must enter the value for project name.",
	enterPageTitle: "You must enter the value for page title.",
	enterWidth: "You must enter the valid number for width.",
	enterHeight: "You must enter the valid number for height.",

	// Select Color
	invalidColorCode: "Invalid color code : ",

	// Edit Page
	wikieditpage_descriptionvalidation: "Description cannot be greater than 500 characters.",
	wikieditpage_pagetitlevalidation: "Title cannot contain any of the following characters:\n\n \\ / \" ^ < >",
	wikieditpage_emptytitle: "Please enter the title.",
	wikieditproj_projectnamevalidation: "A {0} name cannot contain any of the following characters:\n\n \\ / \" ^ < >",
	wikieditproj_projectnameempty: "Please enter the {0} name.",
	wikieditproj_projectdescempty: "Please enter the {0} description.",
	wikieditproj_clickonbrowse: "Click on Browse to choose exported file.",
	wikieditproj_renameproject: "Are you sure you want to rename the {0}? This process may take few minutes.",
	
	// inbox
	wiki_sureAcceptComment: "Are you sure, you want to accept the selected comment(s)?",
	wiki_sureRejectComment: "Are you sure, you want to reject the selected comments?",
	wiki_acceptThisComment: "Are you sure, you want to accept this comment?",
	wiki_rejectThisComment: "Are you sure, you want to reject this comment?",

	// Move Page
	changeparent_changeParentTo: "Do you want to change parent to ",

	// pagelisting
	wiki_homeNotMove: "Home page can not be moved",
	wiki_areYouSure: "Are you sure you want to {0} the selected items.",
	wiki_selectItem: "Please select the item(s) you want to {0}.",
	wiki_selectOneOption: "Please select atleast one option.",
	wiki_selectItemToDel: "Please select the item(s) you want to delete.",
	wiki_homeNotDelete: "Home page can not be deleted",

	// Go to page
	wiki_enterNumericValue: "Please enter a numeric value, greater than zero.",
	wiki_invalidPageNumber: "Invalid page number. Only {0} pages exist.",

	// project home
	wiki_sureToDeleteProj: "Are you sure you want to delete ",
	wiki_enterMessage: "Please enter the message.",
	wiki_enterEmails: "Please enter the e-mail address(s).",
	wiki_wantToRepublish: "Do you want to republish ",
	wiki_deleteNotForAllOption: "Delete not allowed for 'All' option.",
	wiki_wantToDelete: "Do you want to delete  ",
	wiki_wantToInitialize: "Do you want to initialize ",
	wiki_wantToReindex: "Do you want to re-index this ",
	wiki_enterUserName: "Please enter username",
	wiki_enterEmailAndMsg: "Please enter the E-mail address and message.",
	
	// System Parameters
	sysparam_update: "Please select parameters for updation.",
	sysparam_del: "Please select parameters for deletion.",
	sysparam_confirmdel: "Selected system parameters will be deleted.",
	sysparam_save: "Please enter parameter name.",

	// Alerts
	alertcreate_title: "Please enter the alert Title.",
	alertcreate_spactivedate: "Please select specific alert active date.",
	alertcreate_validactivedate: "Please select valid alert active date.",
	alertcreate_spexpirydate: "Please select specific alert expiry date.",
	alertcreate_validexpirydate: "Please select valid alert expiry date.",
	alertcreate_digitactivehr: "Please provide only digits for alert activation hour.",
	alertcreate_activehr: "Please provide correct alert activation hour between 0-23.",
	alertcreate_digitactivemin: "Please provide only digits for alert activation minute.",
	alertcreate_activemin: "Please provide correct alert activation minute between 0-59.",
	alertcreate_digitexpirehr: "Please provide only digits for alert expire hour.",
	alertcreate_expirehr: "Please provide correct alert expire hour between 0-23.",
	alertcreate_digitexpiremin: "Please provide only digits for alert expire minute.",
	alertcreate_expiremin: "Please provide correct alert expire minute between 0-59.",
	alertcreate_greateractivedt: "Expiry date can not be earlier than activation date.",
	alertcreate_greateractivetime: "Expiry time can not be earlier than activation time.",
	alertcreate_confirmdelete: "Are you sure you want to delete {0} ? ",

	// User List
	userlist_email: "Email is a mandatory field. Please enter the value.",
	userlist_password: "Password is a mandatory field. Please enter the value.",
	usertransfer_owner: "Please select new owner user name.",

	// Attachments
	attachment_uploadversion: "Upload {0} and update description",
	attachment_description: "Description",
	attachment_update: "Update",
	attachment_cancel: "Cancel",
	attachment_remove: "Remove Attachment", 
	attachment_extractzip: "Extract Zip ",
	attachment_filenamechars : "Filename cannot contain any of the following characters:\n\n \\ / \" | % ^ :< > ?",
	attachment_updatesamefile: "Please select same file for updation.",
	attachment_select: "Please select atleast one attachment. ",
	attachment_zipfiles: "Incase of zip file, individual entries of zip file will be uploaded as an attachment.",
	attachment_fileextn: "Attachment file name should have proper extension.",
	attachment_showversions: "Show Versions",
	attachment_hideversions: "Hide Versions",
	attachment_noversions: "No versions found for this attachment.",
	attachment_errorversions: "Error in displaying attachment versions.",
	attachment_delete: "Are you sure you want to delete attachment.",

	// History - Versions
	history_selectversions: "Please select two versions to compare.",
	history_deleteversions: "Are you sure you want to delete these version(s): {0} ?",
	history_currentversiondelete : "Please select version(s) to delete. Current version cannot be deleted.",
	history_rollbackversion: "Are you sure you want to Rollback to version {0} ?",
	history_selectrollback:	"Please select any single version to Rollback.",
	history_currentversionrollback: "Please select any single version to Rollback. Current version cannot be Rollbacked.",
	// Added in 3.5.1
	history_draftversiondelete: "Draft can not be deleted",
	history_draftrollback: "As page is in draft state, it can not be rollbacked to any of it's versions",

	// Advanced Search
	advsearch_entertext: "Please enter the search text.",
	
	//login
	login_enteridpassword:"Please enter the Userid and Password.",

	//popup block
	browser_popup_block: "Browser is preventing from opening a popup window. Please configure your browser to allow popup from eTouch SamePage.",
	browser_not_supported: "eTouch SamePage does not support this browser.\nCurrently supported browsers are:\n\t1. Microsoft Internet Explorer version 6.0 and above.\n\t2. Mozilla Firefox 1.4 and above.\n\t3. Safari 1.2 and above.",
	
	no_info: " information does not exist.",
	cant_delete_home: "Can't delete home.",
	page_info_not_exists: "Page information does not exist.",
	response_not_well: "Response is not well formed.",
	rss_resp_not_well: "RSS response is not well formed.",
	enter_title: " Please enter the title.",
	browser_no_xmlhttp: "Browser does not support XMLHttpRequest.",
	ajax_error_msg: "Error Occured. Status Code[{0}] Message[{1}]",
	fields_must: 	"All fields are mandatory.",
	userid_restriction: "Userid can have only alphanumeric characters and underscore. Please enter correct value.",
	pwd_cfrmpass_not_match: "Password and Confirm Password does not match. Please re-enter password.",
	uid_names_email_restricton: "Userid, First Name, Last Name, e-mail, Password, Confirm Password and Word Verification are mandatory fields. Please fill these fields.",
	usr_name_mailed_to: "Your username has been e-mailed to ",
	pwd_mailed_to: "Your password has been e-mailed to ",
	comments: "Comments",
	attachments: "Attachments",
	key_mandate: "Key is a mandatory field. Please enter the value.",
	enter_subject: "Please enter the subject.",
	accnt_not_found_try_again: "Your account was not found. Please verify your information and try again.",
	invalid_user_pwd: "Invalid Userid or Password. Please try again.",
	pwd_fields_mandate: "Both password fields are mandatory.",
	pwd_didnt_match: "Passwords did  not match.",
	pwd_chgd_sucessfully: "Your password is successfully changed, you can login now using your new password.",
	pwd_chg_err: "Unable to change your password, either the token you have supplied is not correct, or is expired.",
	pwd_reset_err: "Error in resetting password",
	enter_first_name: "Please enter First Name",
	enter_last_name: "Please enter Last Name.",
	numeric_page_size: "Please enter a numeric value, greater than zero. Max page size can be 1000.",
	enter_old_pwd: "Please enter old password.",
	enter_new_confirm_pwd: "Please enter New Password & Confirm Password",
	content_modified_msg: "Content has been modified, but not saved.\n\nPress OK to continue or Cancel to stay on the current page.",
	err_msg: "Error: ",
	title_remove_from_fav: "Remove this page from favorites list",
	label_remove_from_fav: "Remove From Favorites",	
	err_add_fav: "Error in adding favorite.",
	title_add_to_fav: "Add this page to your favorites list",
	label_add_to_fav: "Add To Favorites",
	template_choose_msg: "The template content will replace the existing content of the page. Are you sure you want to choose this template?",
	name_has_illegal_chars: "A {0} name cannot contain any of the following characters:\n\n \\ / \" ^ < > + #",
	numeric_id_msg: "Id should be a numeric value, greater than zero.",
	invite_msg: "Invite",
	invite_ready_msg: "Invitation ready for {0}",
	title_add_to_watch_list: "Add to watch list",
	label_add_to_watch_list: "Add to watch list",
	title_remove_from_watch_list: "Remove from watch list",
	label_remove_from_watch_list: "Remove from watch list",
	remove_proj_from_fav: "Remove {0} from favorites list",
	add_proj_to_fav: "Add {0} to your favorites list",
	enter_grp_name: "Please enter Group Name.",
	err_fetching_children: "Error in fetchin children.",
	version: "Version",
	owner: "Owner",
	modifiedbyon: "Modified by {0} on {1}",
	username: "Username",
	password: "Password",
	newuser_signup: "New Users, Sign Up Here",
	forgot_usrname_pwd: "Forgot your username or password?",
	signin: "Sign In",
	cancel: "Cancel",
	severity:"Severity",
	stats: "Status",
	assignedto: "Assigned To",
	ReplyTo: "Reply To",
	enter_email: "Please enter e-mail.",
	// Added in 3.5.1
	saved_successfully: "Saved Successfully!",
	comments_selection: "Please select comments to accept or reject",
	//Added in 4.0.0.0
	subtree_notfound: "Child pages not found for this page.",
	subtree_error: "Error in displaying child pages",
	sessiontimeout_error: "Your session was timed out due to inactivity. Please login to continue.",
	sessionexpired: "Your session has expired.",
	xss_inputerror: "Some invalid javascript tags have been found which can corrupt the application. Please check your input and remove it to save properly.",
	tags_notfound: "There are no tags for this project.",
	tags_error: "Error in displaying tags of this project"
 };