{
/*
NOTE! {0} {1} etc. stands for variables which are substituted in php code
In most cases you can find a description in the next line for the substitution values
*/
	/* ------------------------------------------------------------------------------ */
	// LOGIN PAGE
	/* ------------------------------------------------------------------------------ */
"USERNAME" : "username",
"PASSWORD" : "password",
"LOGIN" : "login",
"ERROR_LOGIN_USR_PW_NOT_CORRECT" : "user name or password not correct",
"ERROR_DB_CONN" : "Database connection problem.",
"ERROR_LDAP_USR_PW" : "LDAPS authentication error, username or password not correct",
"ERROR_LDAP_CONN" : "LDAPS connection error",
"ERROR_LDAP_AUTH" : "LDAPS authentication error",
	/* ------------------------------------------------------------------------------ */
	// USER NAVIGATION AREA
	/* ------------------------------------------------------------------------------ */
"CONNECTION" : "connection",
"TABLE" : "table",
"DATABASE" : "database",
"ADMINISTRATION" : "administration",
"LOGOUT" : "logout",
"PERSONAL_PAGE" : "personal settings",
"GRID_EDIT" : "grid edit",
	/* ------------------------------------------------------------------------------ */
	// GRID AREA
	/* ------------------------------------------------------------------------------ */
"IMPORT_DATA" : "import data",
"CLOSE" : "close",
"CLICK_HERE_TO_IMPORT" : "click here to import",
"IMPORT_IS_NOT_ALLOWED" : "import not allowed",
"EXPORT_TABLE" : "export table",
"EXPORT_IS_NOT_ALLOWED" : "export not allowed",
"WARNING_FILE_LOG" : "WARNING: error in logging into file",
"AND" : "and",
"NO_STORED_PROCEDURES_TO_DISPLAY" : "no stored procedures available",
"LINE_LEVEL_COMMANDS" : "line level commands",
"TABLE_LEVEL_COMMANDS" : "table level commands",
"DESCRIPTION" : "description",
"ACTION" : "action",
"SUCCESS" : "status",
"EXECUTE" : "execute",
"GRID_SELECTION_IS_EMPTY" : "no line selected",
"GRID_LANGUAGE" : "grid language",
"TOGGLE_INLINE_SEARCH" : "toggle inline search",
	/* ------------------------------------------------------------------------------ */
	// SUCCESS MESSAGES
	/* ------------------------------------------------------------------------------ */
"HIDE_SHOW_TABLE" : "show\/hide command table",
"REQUIRED" : "required",
"DEFAULT_TABLE_SAVED" : "default table linked",
"DEFAULT_TABLE_RESET" : "link to default table reset",
"EXCEL_IMPORT_WAS_SUCCESSFUL" : "EXCEL import successful",
"EXCEL_IMPORT_WAS_NOT_SUCCESSFUL" : "EXCEL import not successful",	
"STORED_PROCEDURE_CALL_WAS_SUCCESSFUL" : "stored procedure call successful",
"STORED_PROCEDURE_CALL_WAS_SUCCESSFUL_LINE_LEVEL" : "Stored procedure call successful! {0} lines processed. Processed IDs are: ",
"STORED_PROCEDURE_CALL_WAS_NOT_SUCCESSFUL" : "stored procedure call not successful",
"FILE_UPLOADED_SUCCESS" : "file has been uploaded successfully",
"IMPORT_STARTED" : "Import started.",
	/* ------------------------------------------------------------------------------ */
	// ERROR MESSAGES
	/* ------------------------------------------------------------------------------ */
"ERROR_DEFAULT_TABLE_RESET" : "reset link to default table unsuccessfull",
"SAVING_FAILED" : "saving failed",
"ERROR_LOADING_FILE" : "file loading error",
"META_COL_ERROR_EXCEL_IMPORT" : "Meta column information can not be retrieved for {0}. Check match of input EXCEL columns with table columns.", /* {0} = column name */
"ERROR_EXCEL_IMPORT" : "EXCEL import not successful",
"ERROR_SQL" : "SQL error occured!",
"ERROR_ALIAS" : "Aliases are not accepted!",
"ERROR_EMPTY_QUERY" : "SQL query is empty!",
"ERROR_IMPORT_GET_LOOKUP_VALUES" : "{0} lookup query: {1}, connection: {2}",								/* {0} = "error sql" OR "error alais" OR "error empty query" {1} = lookup sql {2} = lookup connection */
"ERROR_IMPORT_DELETE_TABLE_VALUES" : "delete table error on {0} <br>",										/* {0} = table name */
"ERROR_IMPORT_CONSTRAINT_VALIDATION" : "constraint validation error for row number: {0} column: {1}",		/* {0} = number of row {1} = column name */
"ERROR_IMPORT_LOOKUP_VALIDATION" : "lookup validation error for row number: {0} column: {1}",				/* {0} = number of row {1} = column name */
"LOOKUP_QUERY" : "lookup query",
"CONSTRAINT" : "constraint",
"VALIDATION_ERROR_FOR_ROW_NUMBER" : " validation error for row number",
"AND_COLUMN" : "and column",
"LOOKUP" : "lookup",
"AN_ERROR_OCCURED_IMPORTING_ROW" : "an error occured importing row number: {0} <br> {1}", 					/* {0} = row number {1} sql query */
"LOGFILE_ERROR" : "logfile error",
"LOGGING_CONNECTION_ERROR" : "logging connection error",
"LOGGING_ERROR_OCCURED" : "logging error occured",
"ERROR_IMPORT_LOOKUP_VALUE_CHECK" : "value added: {0} but it is not in the result of its lookup definition",	/* {0} = given wrong value */
"ERROR_IMPORT_CONSTRAINT_EQUAL" : "value must be equal to {0}, value {1} is invalid",							/* {0} = expected data {1} = given and wrong data */
"ERROR_IMPORT_CONSTRAINT_NOT_EQUAL" : "value must be unequal to {0}, value {1} is invalid",					/* {0} = expected data {1} = given and wrong data */
"ERROR_IMPORT_CONSTRAINT_GREATER_THAN" : "value must be greater than {0}, value {1} is invalid",
"ERROR_IMPORT_CONSTRAINT_LESS_THAN" : "value must be less than {0}, value {1} is invalid", 						/* {0} = expected data {1} = given and wrong data */
"ERROR_IMPORT_CONSTRAINT_GREATER_THAN_OR_EQUAL_TO" : "value must be greater than or equal to {0}, value {1} is invalid",
"ERROR_IMPORT_CONSTRAINT_LESS_THAN_OR_EQUAL_TO" : "value must be less than or equal to {0}, value {1} is invalid",
"ERROR_IMPORT_CONSTRAINT_BETWEEEN" : "value must be between {0} and {1}, value {2} is invalid",
"ERROR_IMPORT_CONSTRAINT_NOT_BETWEEEN" : "value must not be between {0} and {1}, value {2} is invalid",
"ERROR_IMPORT_CONSTRAINT_MUST_CONTAIN" : "value must contain {0}, value{1} is invalid",
"ERROR_IMPORT_CONSTRAINT_MUST_NOT_CONTAIN" : "value must not contain {0}, value {1} is invalid",
"ERROR_IMPORT_CONSTRAINT_MUST_STARTS_WITH" : "value must start with {0}, value {1} is invalid",
"ERROR_IMPORT_CONSTRAINT_MUST_NOT_STARTS_WITH" : "value must not start with {0}, value{1}",
"ERROR_IMPORT_CONSTRAINT_MUST_ENDS_WITH" : "value must end with {0}, value {1}",
"ERROR_IMPORT_CONSTRAINT_MUST_NOT_ENDS_WITH" : "value must not end with {0}, value {1} is invalid",
"NO_PRIMARY_KEY_OF_THIS_TABLE" : "no primary key for this catalog instance: {0}, edit not supported",
"NO_DATABASE_ACCESS_FOR_USER" : "no database access for this user",
"LANGUAGE_FILE_NOT_EXIST" : "configured language file does not exist",
	/* ------------------------------------------------------------------------------ */
	//	CONSTANT NOT DEFINED
	/* ------------------------------------------------------------------------------ */
"ALL_USERS_NOT_DEFINED" : "constant ALL USERS not defined in etixpert\/formatting.php",
"COLOR_THEME_NOT_DEFINED" : "constant COLOR THEME not defined in conf\/formatting.php or constant GRID THEME not defined in etixpert\/formatting.php. Default theme used",
"GRID_LANGUAGE_NOT_DEFINED" : "constant GRID_LANGUAGE not defined in conf\/formatting.php. Default language used.",
"PRODUCT_NAME_NOT_DEFINED" : "constant PRODUCT_NAME not defined in conf\/my_formatting.php",
"CALIM_NOT_DEFINED" : "constant CLAIM not defined in conf\/my_formatting.php",
"CONN_NOT_DEFINED" : "configured connection '{0}' not defined in conf\/connections.php", 		/* {0} conenction name */
"ERROR_COLOR_THEME_WRONG_VALUE" : "constant COLOR THEME has invalid value in conf\/formatting.php - {0}. Default theme used", /* {0} the wrong value */
"ERROR_COLOR_THEME_WRONG" : "constant COLOR THEME not defined in conf\/formatting.php. Default theme is used.",
"ERROR_COMPANY_LOGO_CONSTANT" : "constant COMPANY_LOGO not defined in conf\/my_formatting.php",
	/* ------------------------------------------------------------------------------ */
	// DEBUG GRID
	/* ------------------------------------------------------------------------------ */
"SELECTED_CONNECTION" : "selected connection: ",
"SELECTED_DATABASE" : "selected database: ",
"SELECTED_TABLE" : "selected table: ",
"SQL_QERY" : "selected table constructed for SQL query: ",
"PRIMARY_KEYS" : "primary keys: ",
"COL_NAMES" : "column names (lowercase)",
"COL_TYPES" : "actual column types: ",
"META_COL_TYPES" : "meta column types: ",
"SQL_FOR_GRID" : "SQL for grid: ",
"TABLE_NAME_PASSED_FOR_GRID" : "table name passed for grid: ",
"DATE_FORMAT_FOR_DEBUG" : "date-format setting. column-name: {0}, source-format: {1}, destination-format: {2} ",
"DATETIME_FORMAT_FOR_DEBUG" : "datetime-format setting. column name: {0}, source-format: {1}, destination-format: {2} ",
	/* ------------------------------------------------------------------------------ */
	// CONSTRAINT FEEDBACK MESSAGES
	/* ------------------------------------------------------------------------------ */
"STRATS_WITH_AND_NOT_FAILED" : "{0} must {1} {2}", 						/* {0}column name, {1} operation (starts with / not starts with), {2} inserted value */
"ENDS_WITH_AND_NOT_FAILED" : "{0} must {1} {2}", 						/* {0}column name, {1} operation (ends with / not ends with), {2} inserted value */
"LIKE_AND_NOT_FAILED" : "{0} must {1} {2}", 							/* {0}column name, {1} operation (like / not like), {2} inserted value */
"LESS_FAILED" : "{0} must be less than {1}!", 
"GREATER_FAILED" : "{0} must be greater than {1}!",
"GREATER_OR_EQ_FAILED" : "{0} must be greater than or equal to {1}!",
"LESS_OR_EQ_FAILED" : "{0} must be less than or equal to {1}!", 		/* {0}column name, {1} inserted value */
"EQUALS_FAILED" : "{0} must be equal to {1}", 							/* {0}column name, {1} inserted value */
"NOT_EQUALS_FAILED" : "{0} must not be equal to {1}", 					/* {0}column name, {1} inserted value */
"BETWEEN_MAX_FAILED" : "{0} maximum value is {1}", 						/* {0}column name,{1} the maximum value */
"BETWEEN_MIN_FAILED" : "{0} minimum value is {1}",						/* {0}column name,{1} the maximum value */
"NOT_BETWEEN_FAILED" : "{0} must not be between {1} and {2}!", 			/* {0}column name,{1} operand 1, {2} operand 2 */
	/* ------------------------------------------------------------------------------ */
	// LOGIN PAGE FEEDBACK MESSAGES
	/* ------------------------------------------------------------------------------ */
"INVALID_USER_CREDENTIALS" : "invalid user credentials",
"ERROR_INACTIVE_USER" : "user deactivated, login denied",
"WRONG_CHARACTERS_IN_USER" : "invalid characters in username",
"CALLABLE_OBJECTS" : "callable objects",
"GRID_NOT_VISIBLE" : "object instance {0} not visible for user",
"ERROR_DEFAULT_TABLE_SAVE" : "error while saving default object instance - link to default not set",
"SHOW_ADVANCED_FILTER" : "show advanced filter",
"OPEN_TABLE_MENU" : "open table menu",
"ERROR_TRANSACTION_DEFINITION" : "transaction not defined correctly",
"ERROR_NO_RIGHT_FOR_CALLABLE" : "no access right to execute this command or command not available",
"MANAGE_PERSONAL" : "manage personal data:",
"FIRSTNAME" : "firstname: ",
"LASTNAME" : "lastname: ",
"EMAIL" : "e-mail: ",
"PHONE" : "phone: ",
"PASSWORD_PERSONAL" : "password: ",
"NEW_PASSWORD" : "new password: ",
"NEW_PASSWORD_RE" : "confirm new password: ",
"ERROR_PW_MATCH" : "new password does not match confirmation",
"ERROR_PW_EMPTY" : "all password fields required",
"PASSWORD_SAVED" : "password saved successfully",
"ERROR_PW_SAVING" : "error while saving password",
"PERSONAL_DATA_UPDATED" : "personal settings updated",
"ERROR_PERSONAL_DATA_SAVING" : "error while saving personal settings",
"ERROR_LOOKUP_CONN" : "lookup error - connection: '{0}', lookup definition: '{1}'.<br>Switched to (R) read only. Please check lookup AND connection definition.",
"DYNAMIC_MENU_CALL_SUCCESSFUL" : "menu item: <b>{0}</b> - execution successful",
"DYNAMIC_MENU_CALL_FAILED" : "menu item: <b>{0}</b> - execution failed",
"OPEN_CLOSE_NAVBAR" : "show\/hide navigation items",
"EXCEL_IMPORT_HEADER" : "import EXCEL data", 
"SAVE_CURRENT_TABLE_AS_DEFAULT" : "save current object instance as default",
"RESET_DEFAULT_TABLE" : "reset default object instance: {0}",
"SELECTION_EMPTY" : "no line selected",
"FILTER_TABLE" : "-- select niota object --",
"FILTER_CONNECTION" : "-- filter on connection --",
"FILTER_CATEGORY" : "-- filter on category --",
	/* ------------------------------------------------------------------------------ */
	// ADMIN PAGE DEFINITIONS
	/* ------------------------------------------------------------------------------ */
"ADMIN_PAGE_NO_ACCESS" : "access to admin pages denied", 
"TOOLTIP_GROUP_USER" : "user and usergroup settings",
"TOOLTIP_GROUP_CATALOG" : "object- and access management",
"TOOLTIP_GROUP_LOOKUP" : "lookup settings",
"TOOLTIP_GROUP_CONSTRAINT" : "constraint settings",
"TOOLTIP_GROUP_TRANSACTION" : "manage transactions and transaction menu",
"TOOLTIP_GROUP_CALLABLE" : "manage callable objects",
"TOOLTIP_GROUP_TABLELINK" : "manage master-detail and advanced filter settings",
"TOOLTIP_GROUP_USERSETTING" : "user interface settings",
"TOOLTIP_GROUP_SYSTEMSETTING" : "general settings",
"DISPLAY_TEXT_USER" : "users",
"DISPLAY_TEXT_USERGROUP" : "usergroups",
"DISPLAY_TEXT_MEMBERSHIP" : "usergroup membership",
"DISPLAY_TEXT_CATALOG" : "edit objects and instances",
"DISPLAY_TEXT_CATALOG_ADD" : "add object",
"DISPLAY_TEXT_CATALOG_ACCESS" : "access to instances",
"DISPLAY_TEXT_LOOKUP" : "lookup",
"DISPLAY_TEXT_CONSTRAINT" : "constraints",
"DISPLAY_TEXT_TRANSACTION" : "transactions",
"DISPLAY_TEXT_TRANSACTIONMENU" : "transaction menu",
"DISPLAY_TEXT_TRANSACTION_ACCESS" : "access to transactions",
"DISPLAY_TEXT_CALLABLE" : "callable objects",
"DISPLAY_TEXT_CALLABLE_ACCESS" : "access to callable objects",
"DISPLAY_TEXT_CATALOG_COLPROP" : "columnproperties",
"DISPLAY_TEXT_MASTER_DETAIL" : "master-detail",
"DISPLAY_TEXT_ADVANCED_FILTER" : "advanced filter",
"DISPLAY_TEXT_LOGGING" : "logging",
"DISPLAY_TEXT_CONNECTION" : "connections",
"DISPLAY_TEXT_USERPARAMETER" : "user interface settings",
"DISPLAY_TEXT_CATALOG_CALLABLE" : "assign callable objects",
"DISPLAY_TEXT_DOMAINS" : "admin domains", 
	/* ------------------------------------------------------------------------------ */
	// GRID AREA
	/* ------------------------------------------------------------------------------ */
"POPUP_FILTER" : "data selection",
"FILTER_RESULT" : "selected data",
"PERSONAL_SAVE_DATA" : "save personal data",
"PERSONAL_SAVE_PW" : "save password",
"PERSONAL_SHOW_PW" : "show\/hide password",
"TYPE_ERROR_NUMBER" : "valid number required",
"DYNAMIC_MENU_CALL_NO_MESSAGE" : "menu item: <b>{0}</b> - no message returned",
"CALLABLE_OBJECT_NO_MESSAGE" : "no message return from execution of callable object",
"CO_OBJECT_CALL_ERROR" : "callable object error message",
"CO_CALL_SUCCESS" : "execution succeeded",
"CO_CALL_FAIL" : "execution failed",
"CO_CONNECTION_ERROR" : "connection error - execution failed",
"CO_DYNAMIC_MENU_CONNECTION_ERROR" : "onnection error - menu item: <b>'{0}'</b> - execution failed",
"CO_DYNAMIC_MENU_SQL_ERROR" : "SQL error - menu item: <b>'{0}'</b> - execution failed.",
"CO_DYNAMIC_MENU_CALL_SUCCESS" : "menu item: <b>'{0}'</b> - execution succeeded",
"CO_MESSAGE_SUMMARY" : "summary: {0} error(s), {1} warning(s), {2} info(s), {3} miscellaneous",
"CO_SQL_FILE_NOT_FOUND_OR_EMPTY" : "requested file '{0}' does not exist or is empty",
	/* ------------------------------------------------------------------------------ */
	//SWAP PAGE ICON TOOLTIPS
	/* ------------------------------------------------------------------------------ */
"TOOLTIP_CATALOG_ACCESS" : "match catalog object instances with users",
"TOOLTIP_CATALOG_ACCESS_REVERSE" : "match users with catalog object instances",
"TOOLTIP_MEMBERSHIP" : "populate user groups with users",
"TOOLTIP_MEMBERSHIP_REVERSE" : "match users with user groups",
"TOOLTIP_TRANSACTION_ACCESS" : "match transactions with users or groups",
"TOOLTIP_TRANSACTION_ACCESS_REVERSE" : "match users or groups with transactions",
"TOOLTIP_CALLABLE_ACCESS" : "match callable objects with users or groups",
"TOOLTIP_CALLABLE_ACCESS_REVERSE" : "match users or groups with callable objects",
"TOOLTIP_CATALOG_CALLABLE" : "match callable objects with catalog objects",
"TOOLTIP_CATALOG_CALLABLE_REVERSE" : "match catalog objects with callable objects",
	/* ------------------------------------------------------------------------------ */
	// MESSAGING 
	/* ------------------------------------------------------------------------------ */
"CO_MSG_ERROR_CONN" : "message-connection error",
"CO_MSG_ERROR_SQL" : "message-SQL error: {0}",
"CO_MSG_ERROR_SET_TIMESTAMP" : "error in setting UI timestamp!",
"CO_MSG_WARNING_NO_MSG" : "there is no message available for GUID : {0}",
	/*-----------------------------------------------------------------------------------*/
	//TOOLS PAGE
	/*------------------------------------------------------------------------------------*/
"TOOLS_TITLE" : "Niota tools",
"ENCR_TOOL_TITLE" : "Text encryption and decryption",
"ENCR_INPUT_PLACEHOLD" : "input string",
"ENCR_BTN_ENCR" : "encrypt",
"ENCR_BTN_DECR" : "decrypt",
"ENCR_BTN_CLR" : "clear",
"ENCR_INPUT_WRONG" : "Input is not valid!",
	/*-----------------------------------------------------------------------------------*/
	//LOGIN HELP
	/*------------------------------------------------------------------------------------*/
"ERR_LOGIN_HELP_LOAD" : "Cannot read content from directory:<br> {0} <br> File login_help.html is loaded.",
// {0} = directory path
/*new item for lookup error*/
"ERROR_LOOKUP_GENERAL" : "lookup error<br>Switched to (R) read only. Please check lookup AND connection definition.",
/*--------------------------------------------*/
// WEB SERVICE CALL
/*--------------------------------------------*/
"SOAP_RESP_SUCC" : "Web service call succeeded! Return value is: {0}",
"SOAP_RESP_EMPTY" : "Web service call failed! Please check connection settings in file connections.php!",
"SOAP_RESP_FAIL" : "Web service failed! Response is: {0}",
"NOT_DB_CONNECTION" : "NOT DATABASE CONNECTION",

/*callable object changes*/
"CO_CALL_SUCCESS_EXT" : "execution succeeded for callable '{0}'",
"CO_SQL_ERROR" : "SQL error - execution of callable object '{0}' is failed",
"CO_CHAIN_STOPPED" : "Callable chain is stopped. Step to the next row",
/*login message changes*/
"ERROR_LOGIN_CONN" : "database connection error - check connection settings",
"ERROR_LOGIN_SQL" : "invalid user credentials",

/*new messages - v3.2.0.1*/
"VIEW_TO_READ_ONLY" : "Virtual primary key enforces read only mode.  Access rights changed to read only mode.",
"EMPTY_LOOKUP" : "Lookup set is empty. Edit mode not working properly.",
"MISSING_PK" : "Primary key not set for catalog object. System switched to read only mode.",
//"SYSTEM_CRASHED" : "Niota application ended abnormally due to configuration errors.",
"SYSTEM_CRASHED" : "Niota application ended abnormally.",
"RELOGIN" : "click here to re-login",
"MISCONFIGURATION_GENERAL" : "Please verify your last configuration changes - system defects occured.",
"FATAL_ERROR" : "System encountered a fatal error. Program ended abnormally.",
"VERIFY_CATALOG_SETTINGS" : "Please verify the settings of last selected catalog instance: {0}",
//v3.2.2
"GRID_EDIT_SQL_ERROR" : "Could not execute query.\nPlease contact your niota administrator!",
//v3.2.3_PF
"ERROR_HELP_FILE_NOT_FOUND"  : "Target page for help button: {0} not found! File: '{1}'.",
"HELP_CUSTOM" : "my help",
"HELP_SYSTEM" : "system help",
//v3.3.0
//excel
"EXCEL_UPDATE_HEADER" : "update table by using EXCEL file",
"EXCEL_CLICK_HERE_TO_UPDATE" : "click here to update table",
"IMPORT_DATA_PARTIAL" : "replace one part of the table from excel",
"EXCEL_CLICK_HERE_TO_IMPORT_PARTIAL" : "click here for partial import",
"EXCEL_IMPORT_HEADER_PARTIAL" : "import EXCEL data - partial",
"EXCEL_PK_VALIDATION_ERROR" : "All of the primary keys are not found in the excel data. Import failed.",
"EXCEL_WORKSHEET_TABLENAME_NOT_FOUND" : "Worksheet with current table name not found. First sheet is imported.",
//transaction - advanced filter
"ERROR_ADVANCED_FILTER_TRANSACTION_CONFIG" : "Configuration error! Popup filter is set but filter instnace is not defined in transaction definition! Target table is loaded.",
"ERROR_ADVANCED_FILTER_TRANSACTION_MISSING_INSTANCE" : "Configuration error! Selected instnace is not defined in transaction definition! Current table is loaded.",
//usual file upload
"CLICK_HERE_TO_UPLOAD" : "click here to upload file and run callable object",
"UPLOAD_FILE" : "upload and run",
    /* V3.3.0 --------------------------------------------------------------------- */
"DISPLAY_TEXT_DEPLOYIMPORT" : "pending import",
"DISPLAY_TEXT_DEPLOYEXPORT" : "pending export",
"DISPLAY_TEXT_DEPLOYLOG" : "deploylog",
"DISPLAY_TEXT_DEPLOYARCHIVE" : "deployarchive",
"DISPLAY_TEXT_METADBOBJECT" : "meta-database objects",
"DISPLAY_TEXT_METADBOBJECTLINK" : "mdb objectlinks",
"DISPLAY_TEXT_SYSTEMCONFIG" : "systemconfig",
"DISPLAY_TEXT_USERCONFIG" : "userspecific configuration",
"DISPLAY_TEXT_USERCOMM" : "user communicationarea",
"DISPLAY_TEXT_SEQUENCE" : "sequences",
"DISPLAY_TEXT_MESSAGETEXT" : "messagetexts",
"DISPLAY_TEXT_CATALOG_CONFIG" : "extended catalog config",
    /* V3.3.0 --------------------------------------------------------------------- */
"TOOLTIP_USERCONFIG" : "system usersetting",
"TOOLTIP_USERCONFIG_REVERSE" : "custom usersetting",
"TOOLTIP_SYSTEMCONFIG" : "system configuration setting",
"TOOLTIP_SYSTEMCONFIG_REVERSE" : "customer configuration setting",
"TOOLTIP_SYSTEM_SEQUENCE" : "systemsequence setting",
"TOOLTIP_SYSTEM_SEQUENCE_REVERSE" : "customersequence setting",
"TOOLTIP_MESSAGETEXT" : "systemmessage setting",
"TOOLTIP_MESSAGETEXT_REVERSE" : "customer message setting",
/* v4.0.0. 2033x build ----------------------------------------------------------- */
"INVALID_USER_CREDENTIALS_LDAP" : "invalid user credentials for LDAP login",
"INVALID_USER_CREDENTIALS_NIOTA" : "invalid user credentials for niota login",
"TOOLTIP_SEQUENCE_REVERSE" : "sequences",
"TOOLTIP_SEQUENCE" : "sequences",
"ERROR_GRID_LOAD" : "Cannot load grid, a SQL error may have occurred!",
/*v4.0.2_PF*/
"ADVANCED_FILTER_NO_MATCH" : "Advanced filter setting is not found for user name: <b>{0}</b>.<br> Referencing database column is: <b>{1}</b>.<br> Please select a catalog object instance from the menu!<br>Note: 'SELECTION_TABLE_FIELD_USERNAME' in file 'system_defaults.php' must be the PK of the filter-instance.",
/*v4.1.0*/
"INFO_DEBUG_IS_ON" : "Debug mode is turned on. File: <i>debug.log</i> is updated.",
"DEBUG_SECTION_START" : "[**************** DEBUGGING OF GRID IS STARTED - {0} ****************]",
"SELECT_LANGUAGE" : "select language",
"DETAIL_NOT_ACCESSIBBLE" : "Detail catalog instance: {0} is not accessible for this user.",
"COLOR_THEME_ADMIN_NOT_DEFINED" : "constant COLOR THEME ADMIN not defined in conf\/formatting.php Default theme used",
"LOOKUP_ELEMENT_NULL_NOT_FOUND" : "Forced 'null' value - 'null' not found in lookup data set",
"WARN_LOOKUP_ELEMENT_NULL_NOT_FOUND" : "WARNING! Field cannot be null! Lookup element 'null' not found in lookup data set!",
"LOOKUP_NULL_VALUE_DESCR" : "null value",
/*v5.0.1*/
"DETAIL_ORDER_ERROR" : "Detail grid display order error - please check master-detail definition. Display of detail grids in the desired order is not guaranteed.",
"VALIDATION_END" : "Validation process has been ended",
"VALIDATION_START" : "Validation process has been started",
"VALIDATION_SUMMARY_SUM" : "violations sum: {0}",
"VALIDATION_SUMMARY_LOOKUP" : "lookup violations: {0}",
"VALIDATION_SUMMARY_CONSTRAINT" : "constraint violations: {0}",
"VALIDATION_SUMMARY_LOGGED" : "logged violations: {0}",
"VALIDATION_SUMMARY_ROWS_PROC" : "rows processed: {0}",
"VALIDATION_SUMMARY_MAX_LOG_REACHED" : "max log message setting reached: {0}",
"VALIDATION_SUMMARY_MAX_ERROR_REACHED" : "max error setting reached: {0}",
"VALIDATION_END_INIT_MSG" : "Validation is finished. For further details check logs.<br>log message id: {0}",
"VALIDATION_MSG_PROCESS_STATUS" :  "All lines to process: {0}.<br> Processing from line: {1} to line: {2} <br>log message id: {3}",
"VALIDATION_ROW_ERROR_LOOKUP" : "Lookup violation(s) for row on column(s): {0} input value: {1}",
"VALIDATION_ROW_ERROR_LOOKUP_ADD" : ", {0} input value: {1}",
"VALIDATION_ROW_ERROR_CONSTRAINT" : "Constraint violation(s) for row on column(s): [{0}]: {1}", 
"VALIDATION_ROW_ERROR_CONSTRAINT_ADD" : ", [{0}]: {1}",
"ERROR_TRANSACTION_POPUP_FILTER_NOT_FOUND" : "Advanced filter setting for transaction cannot be found! Selected instance: {0}",
"ERROR_TABLE_METADATA" : "Metadata for table '{0}' could not be retrieved. Cannot open requested database '{1}'.",
/*registartion feature*/
"COMPANY" : "company",
"ACCEPT": "I accept",
"TERMS_OF_USE" : "terms of use",
"PASSWORD_RE" : "confirm password",
"FIRSTNAME_REG" : "firstname",
"LASTNAME_REG" : "lastname",
"EMAIL_REG" : "e-mail",
"ALREADY_REGISTERED" : "already registered (log in)",
"DATA_SAVING_ERROR_DURING_REGISTRATION" : "DATA SAVING ERROR DURING REGISTRATION!",
"REGISTRATION_SUCCESS" : "Registration data successfully sent. <br>Please click on the link sent to your e-mail address to verify and finish registration.<br> Link is valid for {0} hours.",
"PW_CONFIGURATION_ERROR" : "Configuration error! Cannot save data.",
"PW_POLICY_ERROR" : "Password does not fulfill the minimal requirements:<br> minimum length is {0} characters and also, at least {1} lowercase, {2} uppercase letter(s), {3} digit(s) and {4} special character(s) are required.",
"EMAIL_FORMAT_ERROR" : "E-mail format error. Check help for e-mail requirements!",
"EXISITNG_EMAIL_ERROR" : "Registraion failed. Given e-mail address is already registered.",
"APPLY_PW_POLICY_CONFIG_ERROR" : "Registration failed. Configuration error: APPLY_PW_POLICY setting is not configured",
"RESEND_VERIFY_EMAIL" : "click to resend verification e-mail",
"EMAIL_NOT_REGISTERED" : "Given e-mail address is not registered. Verify e-mail is not sent.",
"VERIFY_RESEND_AUTH_ERROR" : "Data cannot be retrieved for the given e-mail address and password. E-mail sending failed.",
"RESEND_VERIFY_DATA_RETRIEVE_ERROR" : "Cannot retrieve all data to resend verify link.",
"RESEND_EMAIL_VIA_ZAGREUS_SUCCESS" : "E-mail is sent to the given address.",
"RESEND_EMAIL_VIA_ZAGREUS_FAILED" : "E-mail sending failed.",
"EMAIL_FORMAT_ERROR" : "Given e-mail address does not fit format requirements.",
"REGISTRAION_ERROR_GENERATE_USERNAME" : "Registration error! Please contact your niota administrator.",
"ACTIVATION_TIMEOUT" : "Validation link has expired.",
"ACTIVATION_ALREADY_ACTIVATED" : "User is already activated.",
"ACTIVATION_GUID_NOT_VALID" : "Activation link is not valid or user is already registered.",
"ACTIVATION_CONFIG_ERROR" : "Configuration error - mandatory setting VALIDATION_LINK_LIFETIME is not defined.",
"ACTIVATION_DB_ERROR" : "Database communication error.",
"ACTIVATION_SUCCESS" : "Registration activation is successful.",
"REGISTER" : "register",
"REGISTRATION_INFO" : "how to fill registration form?",
"REGISTRATION_LOG_OUT_MSG" : "Please log out of niota for proper working of registration process! Registration request is not sent.",
    /* V1.3.0 --------------------------------------------------------------------- */
"DISPLAY_TEXT_DOMAIN_LOGICAL" : "logical domain",
"DISPLAY_TEXT_DOMAIN_PHYSICAL" : "physical domain",
"DISPLAY_TEXT_DOMAIN_SEMANTIC" : "semantic domain",
"DISPLAY_TEXT_COLUMN_COLLECTION" : "format column collection",
"DISPLAY_TEXT_COLUMN_FORMAT_EXTENDED" : "extended column format",
"DISPLAY_TEXT_OBJECT_FORMAT_EXTENDED" : "extended object format",


"DISPLAY_TEXT_CATALOG_COLFORMAT" : "format properties",

"TOOLTIP_GROUP_FORMATDOMAIN" : "format domain option for grid edit user interface",
"TOOLTIP_GROUP_FORMAT" : "format option grid edit user interface",
"TOOLTIP_DOMAIN_LOGICAL" : "logical domains to configure representation of a column",

"DISPLAY_TEXT_REPOSITORY" : "repository elements"

}