// JScript File
var strings = {
	applicationTitle: "RNA Toolset 4",

	dialogTitleCreateNewItem: "create new item",
	dialogTitleCreateAnnexNewItem: "create new annex item",
	dialogTitleCreateNewStructure: "create new structure",
	dialogTitleUserInfo: "user info",
	dialogTitleViewSettings: "view settings",
	dialogTitleStructureSettings: "structure settings",
	dialogTitleValidationErrors: "validation errors",
	dialogTitleUserManagement: "user management",
	dialogTitleGroupManagement: "group management",
	dialogTitleAuthorisationManagement: "authorisation management",
	dialogTitleLinkManager: "link manager",
	dialogTitleLinkIn: "select child item",
	dialogTitleImportExcel: "Excel import",
	dialogTitleImportSkos: "SKOS import",
	dialogTitleImportOai: "OAI import",
	dialogTitleImportRna: "RNA import",
	dialogTitleImportDetermination: "facet determination import",
	dialogTitleRenameStructureFolder: "rename folder",
	dialogTitleCreateStructureFolder: "create new folder",
	dialogTitleSelectParentForImport: "select parent item",
	dialogTitleSystemManagement: "system management",
	dialogTitleStatusManagement: "status management",
	dialogTitleMappingManagement: "value mapping wizard",
	dialogTitleSaveDefinitionAs: "save definition as",
	dialogTitleAbout: "about",
	dialogTitleSuggestMetadata: "suggest metadata",
	dialogTitleValueMappingManager: "value mapping wizard",
	dialogTitlePassword: "Change password",

	applicationOk: "ok",

	dialogTitleMoveNode: "move node",
	dialogTitleSelectNode: "select node",
	dialogTitleDeleteItem: "delete item",
	dialogTitleSelectFacetValues: "property selector",

	errorMessage: "error:",
	errorMessageNoItemSpecified: "select the content type",
	errorMessageEmptyTitleField: "title field is empty",
	errorMessageNoItemTypeSelected: "no content type selected",
	errorMessagePleaseReselectItemType: "specify where to create the new item",
	errorMessageNoLangaugeSelected: "specify allowed language(s)",
	errorMessageNoContentTypeSelected: "specify allowed content types",

	editorErrorMessageDuringProcessingResponse: "an error occured",
	editorErrorMessageDocumentNotSaved: "document not saved!",
	editorErrorMessageDocumentNotValid: "document not valid!",
	editorErrorMessageUnknownError: "unknown error!",
	editorErrorMessageSystemdataNotSaved: "system data not saved!",
	editorErrorMessageCannotRemoveLastPrefLabel: "you cannot remove the last preferred label; there must be at least one preferred label.",
	editorErrorMessageCannotRemoveLastField: "you cannot remove the last field of a certain type",
	editorErrorMessageMultiplePrefLabelsInSameLanguage: "warning: only one preferred label per language will be saved if you press save",
	editorConfirmExit: "if you continue, your changes will be lost! \n\npress OK to continue, press Cancel to stay on the current page",
	editorAskForSave: "save?",

	editorDocumentSaved: "document saved",
	editorSystemdataSaved: "system data saved",
	editorDocumentValidated: "document validated",
	editorDocumentValidating: "validating...",
	editorDocumentProcessing: "processing...",
	editorDocumentPosting: "posting...",
	editorDocumentSaving: "saving...",
	editorDocumentLoaded: "document loaded",

	applicationMessageDebugging: "debugging...",
	applicationMessageRecordSaved: "record saved",

	applicationErrorMessageRecordNotSaved: "record not saved!",
	applicationErrorMessageCannotSave: "system error: cannot save!",
	applicationErrorMessageIllegalMove: "illegal move!",
	applicationErrorMessageAboveOrBelowRootnode : "item cannot be moved above or below the rootnode",
	applicationErrorMessageNoMoveItemRights: "item is not moved because you do not have enough rights on this structure",
	applicationErrorMessageNodeNotFound: "item is not moved because of an unknown error",
	applicationErrorMessageCannotMoveRootNode: "the rootnode cannot be moved",
	applicationErrorMessageCannotMoveRecycleBin: "the recycle bin rootnode cannot be moved",
	applicationErrorMessageUnknownError: "item cannot be moved because of an unknown error",
	applicationErrorMessageCannotMoveToOwnChilds: "item cannot be moved to one of its own children",
	applicationErrorMessageIllegalMoveIntoReferedNode: "item cannot be moved into a linked item",
	applicationErrorMessageNoActiveEditor: "no active item editor",
	applicationErrorMessageIllegalLink: "illegal link: circular reference",
	applicationErrorMessageCouldNotSetSelection: "selection could not be set",
	applicationErrorMessageBackspaceNotAllowed: "<backspace> or <enter> not allowed here",
	applicationErrorMessageAtLeastOnEntry: "at least one language is required",
	applicationErrorMessageSelectPredicate: "select a predicate",
	applicationErrorMessageSelectItemType: "select an item type",
	applicationErrorMessageCannotMerge: "cannot merge selected items",
	applicationErrorMessageNotAuthorizedToMerge: "insufficient permission to complete merge",
	applicationErrorMessageCannotMergeItemsNotFound: "source or target node does not exist",
	applicationErrorMessageCannotMergeRootItem: "not allowed to merge a root item into another item",
	applicationErrorMessageCannotMergeIncompatibleItems: "the items are not compatible and can not be merged",
	applicationErrorMessageCannotMergeIntoChildItem: "not allowed to merge an item in one of it's descendents",

	applicationConfirmDeleteComment: "delete this comment?",
	applicationConfirmDeleteStructure: "delete the selected reference structure?",
	applicationConfirmMoveNode: "move the selected node?",
	applicationConfirmMergeNodeInto: "merge the selected nodes?",
	applicationConfirmRestoreNode: "restore the selected node and underlying nodes?",
	applicationConfirmDeleteNode: "permanently delete the selected node and underlying nodes?",
	applicationConfirmResetPassword: "Are you sure you want to reset the password for this user?",

	searchErrorMessageSelectboxUnknown: "selectbox unknown",
	searchErrorMessageCannotSelectItem: "error: cannot select item",
	searchErrorMessageCannotDeselectItem: "error: cannot deselect item",
	searchErrorMessagePleaseSelectStructure: "select one or more structures",
	fullTxtsrchErrorMessageEmptyString: "the searchstring is empty",
	fullTxtsrchErrorMessageWrongWildcards: "searchstring cannot start with '*' or '?'",
	fullTxtsrchErrorMessageWrongSearchString: "searchstring is not allowed",
	fullTxtsrchErrorMessageNoStructureSelected: "at least one structure must be selected",
	fullTxtsrchErrorMessageNoPropertiesSelected: "at least one property must be selected",
	fullTxtsrchErrorMessageWrongServerResponse: "server error",

	structureListConfirmDeleteFolder: "delete the selected folder?",
	structureListSelectFolderInto: "please select a folder to move into",

	dialogFolderNameError: "please enter a valid name",

	entityCheckerErrorMessageServiceUnavailable: "your document cannot be checked because the service is not available",
	entityCheckerErrorMessageCannotCheckDocument: "entity checker is not able to check this text",
	entityCheckerErrorMessageServerError: "entity checker was stopped because of a server error"

};
