﻿/* ENGLISH GLOBAL STRINGS FILE */
/* RULES:
		1) SEPARATE YOUR STRINGS BY SITE SECTION THAT THEY BELONG TO,
		2) MAKE SURE THE STRINGS FOR ALL RESOURCE FILES ARE IN THE EXACT SAME ORDER TO MAKE MANAGEMENT EASIER,
		3) FOR NEW STRINGS THAT HAVEN'T BEEN TRANSLATED YET, PREFIX THE STRING WITH "(fr)" TO MAKE EYE-BALLING EASIER LATER
*/

GlobalStrings = {

	// USED TO DETERMINE CURRENT LANGUAGE FROM WITHIN JS FILES -- DO NOT CHANGE!!!
	CurrentLanguageAbbr: "en",

	// START COMMON STRINGS (USED BY MULTIPLE AREAS) //
	str_Cancel: "Cancel",
	// END COMMON STRINGS (USED BY MULTIPLE AREAS) //

	// START SEARCH BAR STRINGS //
	str_EnterDocumentID: "[enter Document ID]",
	// END SEARCH BAR STRINGS //

	// START FETCH ASSISTANCE STRINGS //
	str_Province: "Province:",
	str_DocumentType: "Document type:",
	str_Matches: "Matches:",
	str_DocumentID: "Document ID:",
	str_FetchAssistance: "Fetch assistance",
	str_FetchPrefixExamples: "Fetch prefix examples",
	// END FETCH ASSISTANCE STRINGS //

	// START COPY SELECTED TEXT WITH CONTEXT //
	str_CopySelectedTextWithContext: "Copy selected text with context",
	str_PressCtrlCToCopySelectedText: "Please press &quot;Ctrl + C&quot; to copy the selected text (shown below) to your clipboard.",
	str_PleaseSelectSomething: "Please select the text you wish to copy.",
	str_TheFollowingTextWasCopied: "The following text was copied to your clip board:",
	// END COPY SELECTED TEXT WITH CONTEXT //	

	// START DOCUMENT NAVIGATION STRINGS //
	str_DocNav_SearchHit: "Hit",
	str_DocNav_SearchResults: "Search results:",
	str_DocNav_SearchResultsCompressed: "Search results:",
	str_DocNav_BackToSearchResults: "Back to search results",
	str_DocNav_OpenInNewWindow: "Open in new window",
	str_DocNav_Of: " of ",
	str_DocNav_BriefcaseDocuments: "Briefcase documents",
	str_DocNav_NextDocument:"Next",
	str_DocNav_PreviousDocument:"Previous",
	str_DocNav_NextSearchHit:"Next Hit",
	str_DocNav_PreviousSearchHit:"Previous Hit",
	// END DOCUMENT NAVIGATION STRINGS //
	
	// START CREATE NEW FOLDER STRINGS //
	str_CreateFolder_CreateFolder: "Create folder",
	str_CreateFolder_EnterNewFolderName: "Enter new folder name here",
	str_CreateFolder_Create: "Create",
	str_CreateFolder_FolderCreated: "Folder created",
	str_CreateFolder_UnableToCreateFolder: "Unable to create folder",
	str_CreateFolder_EnterValidFolderName: "Please enter a valid folder name",
	str_CreateFolder_FolderExists: "Folder name already exists",
	// END CREATE NEW FOLDER STRINGS //
	
	// START ERROR HANDLER STRINGS //
	str_Error_WaitTimedOut: "<p class='normalTextResizable'>It appears that an error has occurred while processing your request.</p><p class='normalTextResizable'>Please hit CTRL-F5 and then try again.</p><p class='normalTextResizable'>If the problem persists, please contact our help desk (see below).</p>",
	// END ERROR HANDLER STRINGS //
	
	// START DELETE ITEM STRINGS //
	str_DelItem_DeleteFolderOrDocuments: "Delete folder(s) / document(s)",
	str_DelItem_ChooseItem: "Please choose an item from the table of contents",
	str_DelItem_CannotDeleteReadOnly: "You cannot delete a read-only file",
	str_DelItem_FoldersDeleted: "The following folder(s) will be deleted:",
	str_DelItem_DocumentsDeleted: "The following document(s) will be deleted:",
	str_DelItem_Delete: "Delete",
	str_DelItem_ItemDeleted: "Item(s) deleted",
	str_DelItem_ErrorDeleted: "Some item(s) could not be deleted",
	// END DELETE ITEM STRINGS //
	
	// START MANAGE FOLDER ACCESS STRINGS //
	str_MngAccess_Title: "Manage folder access",
	str_MngAccess_ChooseFolder: "Please choose a folder:",
	str_MngAccess_FolderNames: "FolderNames",
	str_MngAccess_NoFolderToManage: "There are no folders to manage in your briefcase.",
	str_MngAccess_FolderAccessRoles: "Folder access roles:",
	str_MngAccess_ReadOnly: "Read only",
	str_MngAccess_FullAccess: "Full access",
	str_MngAccess_AccessChanged: "Your changes have been saved.",
	str_MngAccess_ErrorChange: "Some user access could not be changed",
	str_MngAccess_SaveChanges: "Save Changes",
	str_MngAccess_Reset: "Reset",
	// END MANAGE FOLDER ACCESS STRINGS //
	
	// START MOVE/COPY DOCS STRINGS //
	str_MoveCopyDocs_Title: "Move/copy document(s)",
	str_MoveCopyDocs_ChooseItem: "Please choose an item from the table of contents",
	str_MoveCopyDocs_ChooseDoc: "Please choose at least one document from the table of contents",
	str_MoveCopyDocs_DocumentsMoved: "The following document(s) will be moved/copied:",
	str_MoveCopyDocs_MoveDocs: "Move document(s)",
	str_MoveCopyDocs_CopyDocs: "Copy document(s)",
	str_MoveCopyDocs_ToExistingFolder: "To existing folder:",
	str_MoveCopyDocs_ToNewFolder: "To new folder:",
	str_MoveCopyDocs_Save: "Save",
	str_MoveCopyDocs_CanOnlyCopyReadOnly: "You can only copy a document from a read only folder",
	str_MoveCopyDocs_ItemMovedCopied: "Item(s) moved/copied",
	str_MoveCopyDocs_ErrorMoved: "Some items could not be moved/copied",
	// END MOVE/COPY DOCS STRINGS //
	
	// START RENAME FOLDER STRINGS //
	str_RenameFolder_Title: "Rename folder",
	str_RenameFolder_Rename: "Rename",
	str_RenameFolder_FolderRenamed: "Folder renamed",
	str_RenameFolder_UnableToRename: "Unable to rename folder",
	// END RENAME FOLDER STRINGS //
	
	// START PRINT OPTIONS STRINGS //
	str_Print_PrintOptions: "Print Options",
	str_Print_PrintThisDocument : "Print this document",
	str_Print_PrintSelectedText : "Print selected text",
	str_Print_PrintCheckedBoxes : "Print checked boxes",
	str_Print_PrintSearchResultDocuments : "Print search result documents",
	str_Print_PrintTableOfContents : "Print table of contents",
	str_Print_PrintTaggedParagraphs : "Print tagged paragraphs",
	str_Print_Preview : "Preview",
	str_Print_Print :"Print",
	str_Print_Close: "Close",
	str_Print_ErrorToManyDocuments:"You have selected too many documents to print. Please select no more than 100 documents. \n(Tip: Uncheck the \"What's New\" box at the top of the table of contents.)",
	str_Print_Footnotes:"Footnotes",
	str_Word_SaveTaggedParagraphs:"Save tagged paragraphs",
	// END PRINT OPTIONS STRINGS//

    // START ADD TO BRIEFCASE STRINGS //   
    str_AddToBriefcase_SaveThisDocument:"Save this document",
    str_AddToBriefcase_SaveCheckedBoxes :"Save checked boxes",
    str_AddToBriefcase_SaveSearchResultDocuments :"Save search results documents",
    str_AddToBriefcase_SaveToBriefcase :"Save to briefcase",
    str_AddToBriefcase_ChooseDestination:"Choose destination",
    str_AddToBriefcase_SaveSearch:"Save search",
    str_AddToBriefcase_ToExistingFolder : "To existing folder",
    str_AddToBriefcase_ToNewFolder:"To new folder",
    str_AddToBriefcase_SaveDocuments:"Save document(s)",
    str_AddToBriefcase_SuccessfullSave:"Your document(s) have been successfully<br>saved to your briefcase.",
    str_AddToBriefcase_SearchSuccessfullSave:"Your search has been successfully<br>saved to your briefcase.",
    str_AddToBriefcase_SearchName:"[Search name]",
    str_AddToBriefcase_FolderName:"[Folder name]",
    str_AddToBriefcase_AsExistingSearch: "As existing search",
	str_AddToBriefcase_AsNewSearch: "As new search",
	str_AddToBriefcase_SaveSearchToBriefcase:"Save search to briefcase",
	str_MSWord_SaveDocument:"Save to hard drive",
    // END ADD TO BRIEFCASE STRINGS //   

    //START BRIEFCASE BODY DEFAULT
    str_BriefcaseBody_title : "All folders",
    str_BriefcaseBody_line1 : "Keep track of your research by saving documents to Briefcase folders you create and name. You can also search within your Briefcase folders &#151; creating your own specialized library.",
    str_BriefcaseBody_line2 : "Manage folder access so that others in your organization can view or edit Briefcase folders and documents.",
    str_BriefcaseBody_line3 : "Save searches to your Briefcase and re-run them at a later date against updated content.",
    //END BRIEFCASE BODY DEFAULT
        
    //Attachment with hits
    str_attachmentWithHits : "Attachments with hits",
    str_attachmentWithHitsShort: "Attachments",

	//START SEARCH STRINGS
	str_search_noResults : "No results.",
	str_search_folder : "Folder",
	str_search_product : "Product",
	str_search_documentType : "Document type",
	str_search_documentTitle : "Document title",
	str_search_relevance : "Relevance",
	str_search_displaying : "Displaying",
	str_search_toDisplay : " to ",
	str_search_ofDisplay : " of ",
	str_search_searchWithinResults : "Search within results:",
	str_search_searchAssistance: "Search assistance",
	str_search_editSearch: "Edit search",	
	str_search_searchAll: "Search all",
	str_search_searchAllNoProductsSearchable: "You do not have access to any searchable products.",
	str_search_searchAllNoProductsInList: "Your customized list does not contain any searchable products that you can access.",
	str_filteredNodes_within: "within",
	//END SEARCH STRINGS

	//START SEARCH TIPS STRINGS
	str_searchTip_1 : "This is the default behaviour in standard search.",
	str_searchTip_2 : "You can do this in standard search by \"surrounding your phrase with quotes\".",
	str_searchTip_3 : "You do this in standard search by typing OR between your alternate words.",
	str_searchTip_4 : "You do this in standard search by typing W/# between your words that should be near each other, or PRE/# to specify the order they should appear (# is how far apart the words can appear).",
	str_searchTip_5 : "You can do this in standard search by typing NOT before the word you don't want.",
	str_searchTip_6 : "This setting will be remembered for ALL searches. It can be changed from this page or My Profile &gt; Preferences.",
	str_searchTip_7 : "You can change it such that your results list is in table-of-contents order or relevance order under <img id=tempImage align=texttop> Edit search preferences.",
	//END SEARCH TIPS STRINGS
	
	//START SEARCH FIELDS STRINGS
	str_searchFields_FindDocumentsThatHave : "Find documents that have ...",
	str_searchFields_allWords : "all these words:",
	str_searchFields_thisPhrase : "this exact phrase:",
	str_searchFields_oneOrMoreWords: "one or more of these words:",
	str_searchFields_wordsNearEachOther : "these words near each other:",
	str_searchFields_nearWithin : "\"near\" means within ",
	str_searchFields_wordsIn : "words in",
	str_searchFields_order : "order",
	str_searchFields_dontShow : "But don't show pages that have...",
	str_searchFields_unwantedWords : "any of these unwanted words:",
	str_searchFields_clear : "Clear",
	str_searchFields_search : "Search",
	str_searchFields_searchKeywords : "Search keywords:",
	str_searchFields_getSearchSyntaxHelp : "Get search syntax help",
	str_searchFields_turnOffKeywordAssistant : "<br>Turn off<br>keyword<br>assistant",
	str_searchFields_turnOnKeywordAssistant : "<br>Turn on<br>keyword<br>assistant",
	str_searchFields_tip : "tip",
	str_searchFields_any : "any",
	str_searchFields_theSpecified : "the specified",
	str_searchFields_enterOneOrMoreKeywords : "Please enter one or more keywords.",
	str_searchFields_AND : "AND",
	str_searchFields_NOT : "NOT",
	str_searchFields_OR : "OR",
	//END SEARCH FIELDS STRINGS	
	
	//START SEARCH TEMPLATES STRINGS
	str_searchTemplates_caseSearchTemplate : "Case search template",
	str_searchTemplates_casesFrom : "Cases from:",
	str_searchTemplates_rulingsSearchTemplate : "Rulings search template",
	str_searchTemplates_documentType : "Document type:",
	str_searchTemplates_subject : "Subject:",
	str_searchTemplates_documentNumber : "Document number:",
	str_searchTemplates_author : "Author:",
	str_searchTemplates_language : "Language:",
	str_searchTemplates_documentDate : "Document date:",
	str_searchTemplates_caseName : "Case name:",
	str_searchTemplates_citation : "Citation:",
	str_searchTemplates_court : "Court:",
	str_searchTemplates_courtFileNumber : "Court file number:",
	str_searchTemplates_judge : "Judge:",
	str_searchTemplates_language : "Language:",
	str_searchTemplates_both : "Both",
	str_searchTemplates_french : "French",
	str_searchTemplates_english : "English",
	str_searchTemplates_decisionDate : "Decision date:",
	str_searchTemplates_annotationsSearchTemplate : "Annotations search template",
	str_searchTemplates_releaseNumber : "Release number:",
	str_searchTemplates_category : "Category:",
	str_searchTemplates_documentCreated : "Document created:",
	str_searchTemplates_taxPrecentLetterSearchTemplate : "Tax precedent letter search template",
	str_searchTemplates_legislativeReference : "Legislative reference:",
	str_searchTemplates_specifyLegislativeReference : "Please specify a legislative reference.",
	str_searchTemplates_enterASectionOfTheAct : "Please enter a section of the act.",
	str_searchTemplates_chooseStatute : "Please choose a statute, a regulation, or a treaty from the list.",
	str_searchTemplates_TempMessage_Rulings1 : "Note: Ruling Letters released since --0-- are not included in Ruling Letters search template results.",
	str_searchTemplates_TempMessage_Rulings2 : "To include recent rulings in a search:",
	str_searchTemplates_TempMessage_Rulings3 : "&bull; Check the What's New &gt; Income Tax Rulings and Forms, Publications, and Rulings &gt; Income Tax Rulings boxes in the left-hand table of contents.",
	str_searchTemplates_TempMessage_Cases1 : "Note: Cases released since --0-- are not included in Case search template results.",
	str_searchTemplates_TempMessage_Cases2 : "To include recent cases in a search:",
 	str_searchTemplates_TempMessage_Cases3 : "&bull; Check the What's New &gt; Cases and Case Law boxes in the left-hand table of contents.",
	str_searchTemplates_TempMessage_General1 : "&bull; Enter your search term(s) in the Search box (near the top of your screen).",
 	str_searchTemplates_TempMessage_General2 : "&bull; Click GO.",
	//END SEARCH TEMPLATES STRINGS	
	
	//START SEARCH PREFERENCES STRINGS
	str_searchPreferences_wordsAroundFirstHit : "Words around first hits:",
	str_searchPreferences_off : "Off",
	str_searchPreferences_low : "Low",
	str_searchPreferences_medium : "Medium",
	str_searchPreferences_high : "High",
	str_searchPreferences_sortOrder : "Sort order:",
	str_searchPreferences_tableOfContents : "Table of contents",
	str_searchPreferences_relevance : "Relevance",
	//END SEARCH PREFERENCES STRINGS		

	//START SEARCH ALL STRINGS
	str_searchAll_search : "Search: ",
	str_searchAll_all: "All",
	str_searchAll_allSubscriptions: "All subscriptions",
	str_searchAll_englishSubscriptions : "English subscriptions",
	str_searchAll_frenchSubscriptions : "French subscriptions",
	str_searchAll_customSubscriptions : "Custom subscriptions",
	str_searchAll_editSubscriptions : "Edit custom subscriptions",
	str_searchAll_myList: "My search list",
	str_searchAll_customizeMyList: "Customize my search list",
	//END SEARCH ALL STRINGS	
	
	str_definitionDiv_error : "Loading of Document Failed",
	str_noDocumentInFolder_error : "No documents in this folder",	
	
	// START RENAME SEARCH STRINGS //
	str_RenameSearch_Title: "Rename search",
	str_RenameSearch_Rename: "Rename",
	str_RenameSearch_SearchRenamed: "Search renamed",
	str_RenameSearch_UnableToRename: "Unable to rename search",
	str_RenameSearch_enterSearchName: "Enter search name here",
	str_RenameSearch_EnterValidSearchName: "Please enter a valid search name",	
	str_RenameSearch_SearchExists: "Search name already exists",	
	// END RENAME SEARCH STRINGS //
	
	// START DELETE SEARCH STRINGS //
	str_DelSearch_DeleteSearch: "Delete search",
	str_DelSearch_ChooseSearch: "Please choose a search to delete",
	str_DelSearch_SearchWillBeDeleted: "The following search(es) will be deleted:",
	str_DelSearch_Delete: "Delete",
	str_DelSearch_SearchDeleted: "Search(es) deleted",
	str_DelSearch_ErrorDeleted: "Some search(es) could not be deleted",
	// END DELETE SEARCH STRINGS //

	// START GLOBAL ERROR STRINGS //
	str_CommonErrorTitle: "An error has occurred while processing your request",
	str_CommonErrorMessage: "<p class=\"MostNormal\">An error report has been automatically sent to the site administrators.</p><br class=\"MostNormal\"/><p class=\"MostNormal\">We will work to have the problem resolved as soon as possible.</p><br class=\"MostNormal\"/>",
	// END GLOBAL ERROR STRINGS //

	// START VIEWER STRINGS //
	str_docDeleted: "The document you have selected has been deleted from the collection.",
	// END VIEWER STRINGS //
	
	// START FOOTNOTE STRINGS //
	str_footnote_annotationsFor: "Annotations for ",
	str_footnote_all: "All",
	// END FOOTNOTE STRINGS //
	
	// START HOT TOPIC STRINGS//
	str_HotTopics_RemoveTitle: "Remove Topic",
	str_HotTopics_RemoveCategory: "Are you sure you want to remove<br> <b>{0}</b> from this view?<BR><br>(Note: You can always click <b>View all topics</b><br> at the top of the page to return to the default view.)",
	str_HotTopics_Remove: "Remove",
	// END HOT TOPIC STRINGS
	
	str_Dummy: ""
}