translation.json revision d84445f383c4eb7a93a274379edeb69f82ee8810
{
"config" : {
"dates" : {
"monthNames" : "January, February, March, April, May, June, July, August, September, October, November, December",
"monthNamesShort" : "Jan., Feb., Mar., Apr., May., Jun., Jul., Aug., Sep., Oct., Nov., Dec.",
"dayNames" : "Sunday, Monday, Tuesday, Wednesday, Thursday, Friday, Saturday",
"dayNamesShort" : "Sun. , Mon., Tue., Wed., Thu., Fri., Sat."
},
"messages" : {
"CommonMessages" : {
"authenticationFailed" : "Login/password combination is invalid.",
"serviceUnavailable" : "Service unavailable.",
"unknown" : "Unknown error. Please contact the administrator.",
"loggedIn" : "You have been successfully logged in.",
"errorFetchingData" : "Error fetching user data",
"loggedOut" : "You have been logged out.",
"unauthorized" : "Unauthorized access or session timeout.",
"internalError" : "Internal server error.",
"forbiddenError" : "Forbidden request error.",
"notFoundError" : "Not found error.",
"badRequestError" : "Bad request error.",
"conflictError" : "Detected conflict in request.",
"securityDataChanged" : "Security data has been changed.",
"incorrectRevisionError" : "Cannot update the record because the revision is not the latest."
},
"UserMessages" : {
"changedPassword" : "Password has been changed.",
"profileUpdateFailed" : "Problem during profile update.",
"profileUpdateSuccessful" : "Profile has been updated.",
"userNameUpdated" : "Username has been modified successfully.",
"afterRegistration" : "User has been registered successfully.",
"siteIdentificationChanged" : "Site identification image has been changed.",
"securityDataChanged" : "Security data has been changed.",
"userAlreadyExists" : "User already exists.",
"errorDeletingNotification" : "Error deleting notification.",
"errorFetchingNotifications" : "Error fetching notifications."
},
"AdminMessages" : {
"cannotDeleteYourself" : "You cannot delete your own user record.",
"userDeleted" : "User has been deleted.",
"userDeleteError" : "Error when deleting user.",
"userApplicationsUpdate" : "Application settings have been changed.",
"completedTask" : "Task has been completed.",
"claimedTask" : "Task has been claimed.",
"unclaimedTask" : "Task has been unclaimed.",
"startedProcess" : "Process has been started.",
"userValidationError": "Unable to update user. Validation Failed. Reason: __validationErrors__"
},
"ConnectorMessages" : {
"connectorSaved" : "Connector has been saved, now testing connector.",
"connectorTestFailed" : "Your validation failed. See details below.",
"connectorSaveFail" : "Failed to save connector. Please try again.",
"connectorTestPass" : "Validation passed.",
"deleteConnectorSuccess" : "Connector successfully deleted.",
"deleteConnectorFail" : "Error deleting connector.",
"connectorsNotAvailable" : "System currently has no available connectors.",
"connectorBadMainVersion" : "Please enter a valid major version (Example: 1.0.0.0).",
"connectorBadMinorVersion" : "Please enter a valid minor version (Example: 1.1.0.0).",
"connectorVersionChange" : "Saving this connector will result in a version change, because the current version is a range. Range __range__ now version __version__"
},
"ManagedObjectMessages" : {
"deleteManagedSuccess" : "Managed object successfully deleted.",
"deleteManagedFail" : "Unable to remove managed object.",
"saveSuccessful" : "Managed object has been saved."
},
"ObjectTypeMessages" : {
"objectSuccessfullyLoaded" : "Object type successfully loaded",
"objectFailedToLoad" : "Object type failed to load"
},
"AuthenticationMessages" : {
"saveSuccessful" : "Authentication configuration has been saved.",
"authenticationUnavailable": "Authentication is unavailable",
"tryToLoginAgain": "Try to log in again"
},
"MappingMessages" : {
"mappingSaveSuccess": "Mapping successfully updated",
"newMappingAdded": "New mapping successfully created",
"mappingDeleted": "Mapping successfully deleted",
"mappingEvalError" : "Error in script evaluation process"
},
"SyncMessages" : {
"policySaveSuccessful" : "The situational policy has been saved.",
"scheduleCreated" : "A new schedule has been created.",
"scheduleDeleted" : "The schedule has been deleted.",
"scheduleSaved" : "The schedule was successfully saved.",
"liveSyncSaved": "The LiveSync state has been saved.",
"correlationQuerySaved": "The correlation query has been saved.",
"reconQueryFilterSaveSuccess": "Reconciliation query(s) have been saved.",
"triggeredBySituationSaved": "The triggered by situation script(s) have been saved.",
"objectFiltersSaved": "The object filter script(s) have been saved.",
"triggeredByReconSaved": "The triggered by reconciliation script(s) have been saved.",
"linkQualifierSaveSuccess": "The link qualifier(s) have been saved."
}
},
"AppConfiguration" : {
"Navigation" : {
"links" : {
"dashboard" : "Dashboard",
"users" : "Users",
"apps" : "Applications",
"allApps" : "All applications",
"addMore" : "Add more applications",
"groups" : "Groups",
"tasksMenu" : "Tasks",
"allTasks" : "Group's Tasks",
"myTasks" : "My tasks",
"startProcess" : "Start process",
"resources" : "Resources",
"mapping" : "Mappings",
"authentication": "Authentication",
"roles": "Roles"
}
}
}
},
"templates" : {
"util" : {
"scriptList" : {
"event": "EVENT",
"hook": "HOOK",
"addScript": "Add Script"
},
"saveChanges": {
"saveMsg": "The following changes will be saved"
},
"filter": {
"options": {
"none": "No Filter",
"and": "All of...",
"or": "Any of...",
"not": "None of...",
"expr": "The value for "
},
"delimiters": {
"and": "And",
"or": "Or"
},
"tags" : {
"approxMatch": "starts with",
"greaterOrEqual": "GTE (>=)",
"lessOrEqual": "LTE (<=)",
"equalityMatch": "is equal to",
"pr": "is present",
"ne": "is not equal to",
"co": "contains",
"lt": "LT (<)",
"gt": "GT (>)",
"extensible": {
"rules": {
"bitAnd": "Bitwise AND",
"bitOr": "Bitwise OR"
}
}
}
}
},
"MandatoryChangePassword" : {
"title" : "Change your password.",
"mandatoryNewPassword" : "Please change your password.",
"enterNewPasswordToChange" : "Please enter a new password below."
},
"user" : {
"LoginDialog" : {
"refreshOnLogin" : "Should refresh on login"
},
"LoginTemplate" : {
"loginRemember" : "Remember my username",
"noAccountQuestion" : "Don't have an account?",
"registerAccount" : "Register?",
"problemLoggingQuestion" : "Having trouble logging in?",
"resetPassword" : "Reset your password",
"siteIdentificationHeader": "Site Identification",
"siteIdentificationExplanation": "Please enter your login name.<br />Your site image and pass phrase will be displayed here.",
"loginWithOpenAM": "Login with OpenAM"
},
"404" : {
"pageNotFound" : "Page not found",
"requestedPageCouldNotBeFound" : "The requested page could not be found."
},
"DefaultBaseTemplate" : {
"orPhone" : ", or phone"
},
"ChangeSiteIdentificationDialogTemplate" : {
"siteImageAndPhaseExplanation" : "When you log into the genuine website, you will see the site image and phrase that you selected."
},
"EnterOldPasswordDialog" : {
"passwordAndSecurityQuestionChange" : "Password and security question change",
"enterYourOldPassword" : "Please enter your old password"
},
"ForgottenPasswordTemplate" : {
"forgottenPasswordQuestion" : "Forgotten password?",
"enterLogin" : "Please enter your login in the field below to continue."
},
"TermsOfUseTemplate" : {
"termsOfUse" : "Terms of Use",
"termsOfUseContent" : "<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris idvulputate urna. Quisque tristique dictum sodales. Nullam tempus eleifend erat,vel facilisis nibh euismod non. Phasellus vitae elit velit, in sollicitudindiam. Maecenas ornare nunc non ipsum ornare vehicula id sed dolor. Duispellentesque congue sapien, dictum adipiscing est posuere sit amet. Suspendissein lectus lorem. Suspendisse vitae metus sapien, sit amet luctus libero.Integer nec nunc sed massa pellentesque pulvinar. Integer vulputate nunc atnunc lacinia eu luctus neque elementum. Aenean ultricies arcu sed enimultricies blandit placerat ut massa. Donec at dolor sit amet magna vulputateelementum sit amet in sapien. Donec sit amet erat neque.</p><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris idvulputate urna. Quisque tristique dictum sodales. Nullam tempus eleifend erat,vel facilisis nibh euismod non. Phasellus vitae elit velit, in sollicitudindiam. Maecenas ornare nunc non ipsum ornare vehicula id sed dolor. Duispellentesque congue sapien, dictum adipiscing est posuere sit amet. Suspendissein lectus lorem. Suspendisse vitae metus sapien, sit amet luctus libero.Integer nec nunc sed massa pellentesque pulvinar. Integer vulputate nunc atnunc lacinia eu luctus neque elementum. Aenean ultricies arcu sed enimultricies blandit placerat ut massa. Donec at dolor sit amet magna vulputateelementum sit amet in sapien. Donec sit amet erat neque.</p><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris idvulputate urna. Quisque tristique dictum sodales. Nullam tempus eleifend erat,vel facilisis nibh euismod non. Phasellus vitae elit velit, in sollicitudindiam. Maecenas ornare nunc non ipsum ornare vehicula id sed dolor. Duispellentesque congue sapien, dictum adipiscing est posuere sit amet. Suspendissein lectus lorem. Suspendisse vitae metus sapien, sit amet luctus libero.Integer nec nunc sed massa pellentesque pulvinar. Integer vulputate nunc atnunc lacinia eu luctus neque elementum. Aenean ultricies arcu sed enimultricies blandit placerat ut massa. Donec at dolor sit amet magna vulputateelementum sit amet in sapien. Donec sit amet erat neque.</p><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris idvulputate urna. Quisque tristique dictum sodales. Nullam tempus eleifend erat,vel facilisis nibh euismod non. Phasellus vitae elit velit, in sollicitudindiam. Maecenas ornare nunc non ipsum ornare vehicula id sed dolor. Duispellentesque congue sapien, dictum adipiscing est posuere sit amet. Suspendissein lectus lorem. Suspendisse vitae metus sapien, sit amet luctus libero.Integer nec nunc sed massa pellentesque pulvinar. Integer vulputate nunc atnunc lacinia eu luctus neque elementum. Aenean ultricies arcu sed enimultricies blandit placerat ut massa. Donec at dolor sit amet magna vulputateelementum sit amet in sapien. Donec sit amet erat neque.</p>"
},
"UserProfileTemplate" : {
"changeSecurityData" : "Change Security Data",
"changeSiteIdentification" : "Change Site Identification"
},
"UserRegistrationTemplate" : {
"registerYourAccount" : "Register your account",
"logIn" : "Log in",
"haveAccoutQuestion" : "Already have an account?",
"agreeToTerms" : "I agree to the "
}
},
"admin" : {
"tasks" : {
"ShowUserProfile" : {
"requestInitiator" : "Request initiated by"
},
"TasksDashboardTemplate" : {
"tasksFromGroupsQueue" : "My group's tasks"
},
"ProcessUserTaskTableTemplate" : {
"requestCount" : "__count__ request",
"requestCount_plural" : "__count__ requests"
}
},
"UsersTemplate" : {
"remainingUsers" : "Remaining users"
},
"ResourceEdit":
{
"confirmDelete": "Are you sure you want to delete this __objectTitle__?",
"confirmDeleteSelected": "Are you sure you want to delete the selected __objectTitle__s?",
"backToList": "Back to List",
"addSuccess": "Successfully added __objectTitle__",
"editSuccess": "Successfully updated __objectTitle__",
"deleteSuccess": "Successfully deleted __objectTitle__",
"deleteSelectedSuccess": "Successfully deleted selected __objectTitle__s",
"noData": "No Data",
"data": "Data"
},
"ResourceList":
{
"noData": "No Data",
"invalidObject": "Invalid Object"
},
"RoleUsersTemplate":
{
"addSelectedSuccess": "Successfully added users to __roleId__",
"removeSelectedSuccess": "Successfully removed users from __roleId__",
"details": "Details",
"users": "Users",
"removeUsers": "Remove Users",
"addUsers": "Add Users",
"details": "Details",
"description": "Description",
"roleName": "Role Name",
"backToRoles": "Back to Roles",
"role": "Role",
"newRole": "New Role"
},
"RoleEntitlementsTemplate":
{
"entitlements": "Entitlements",
"description": "Define provisioning for users with this role.",
"addEntitlement": "Add an Entitlement",
"editEntitlement": "Edit Entitlement: __entitlementName__",
"assignmentSaveSuccess": "Successfully saved __assignment__",
"assignmentAddSuccess": "Successfully added __assignment__",
"assignmentDeleteSuccess": "Successfully deleted __assignment__",
"deleteEntitlementConfirm" : "Are you sure you want to delete this entitlement (__assignment__)?",
"nameOfEntitlement": "Name of your entitlement",
"attributes": "Attributes",
"events": "Events",
"attributesDescription": "Add attributes to map to this resource.",
"value": "Value",
"operations": "Operations",
"assignmentOperation": "Assignment Operation",
"unassignmentOperation": "Unassignment Operation",
"mergeWithTarget": "Merge with Target",
"removeFromTarget": "Remove from Target",
"replaceTarget": "Replace Target",
"noOp": "No Operation",
"addAttribute": "Add an attribute",
"entitlementDuplicationError": "Cannot have two entitlements of the same name.",
"addEntitlementToMapping": "Add this entitlement to one or more mappings.",
"mappings": "Mappings",
"mapping": "Mapping",
"addToMapping": "Add to a Mapping",
"noEntitlements": "No entitlements attached to this role",
"selectMapping": "Select a mapping...",
"noMappings": "No mappings attached to this entitlement",
"addMappingSuccess": "Successfully added &quot;__assignmentName__&quot; entitlement to &quot;__mappingName__&quot;.",
"removeMappingSuccess": "Successfully removed &quot;__assignmentName__&quot; entitlement from &quot;__mappingName__&quot;."
}
},
"managed" : {
"addManagedTitle" : "Add Managed Object",
"managedTitle" : "Managed Objects",
"managedDelete" : "Are you sure you want to delete this managed object?",
"propertyDelete": "Are you sure you want to delete this property?",
"editTitle" : "Edit Managed Object",
"managedObjectName" : "Managed Object Name",
"managedProperties" : "Managed Properties",
"managedPropertyMessage" : "If you have specific managed object properties add them below. Not all properties need to be added, only those with special functionality.",
"addProperty" : "Add Property",
"encrypted" : "Encrypted",
"private" : "Private",
"virtual" : "Virtual",
"duplicateNameError" : "Duplicate name detected. Please provide a unique name.",
"managedSchema": "Schema",
"addPropertyScript": "Add script for property events.",
"addManagedScript": "Add script for managed events."
},
"scriptEditor": {
"scriptDelete" : "Are you sure you want to delete this script?",
"addEvent" : "Add event hook",
"type" : "Type",
"source" : "Source",
"bothRequired" : "Both required",
"filePath" : "File Path",
"inline" : "Inline Script",
"passedVariables" : "Add passed variables",
"addVariable" : "Add Variable",
"variableName" : "Variable Name",
"variableValue" : "Variable Value",
"javascript" : "Javascript",
"groovy" : "Groovy"
},
"mappingScripts": {
"allAdded": "All script events have been added",
"scriptEvents": "Script Events",
"addScript": "Add Script"
},
"schedule": {
"liveSyncTitle" : "LiveSync",
"schedule": "Scheduling",
"liveSyncDescription" : "LiveSync schedules synchronization.",
"addReconciliationSchedule": "Add Reconciliation Schedule",
"enableLiveSync": "Enable LiveSync for this mapping",
"liveSyncEnabled": "LiveSync schedule is enabled.",
"liveSyncDisabled": "LiveSync schedule is not enabled.",
"managedObjects": "Incremental changes from the source will automatically be synced to the target system.",
"systemObjects1": "Incremental changes from source to target will be synced every ",
"systemObjects2": "seconds.",
"noLiveSync": "Incremental changes from the source system are not monitored, visit the resource setup page for the source system to configure this feature."
},
"sync": {
"sync": "Behaviors",
"syncTitle": "Reconciliation Configuration",
"situationalPolicy": "Situational Policy",
"currentPolicy": "Current Policy",
"modifySituationalPolicies": "Modify Situational Policies",
"schedules": "Schedules",
"situationalScripts":"Situational Event Scripts",
"reconciliationScript":"Reconciliation Script",
"policiesDesc": "Define policies for various synchronization issues. You can define multiple policies for a single situation.",
"situationalEventScriptsDesc": "Action scripts. Add a script for each event.",
"reconScriptDesc": "Add a script triggered on reconciliation.",
"singleRecordReconDesc": "Test the process on a single record.",
"testSync": {
"title": "Single Record Reconciliation",
"sourceProperties": "Source Properties",
"targetProperties": "Target Properties",
"reconcileSelectedRecord": "Reconcile Selected Record",
"changedPropertyMessage": "Target property has changed. Hover to view previous value.",
"previousValue": "Previous Value",
"singleRecordReconciliationComplete": "Single Record Reconciliation Complete",
"findSourceRecord": "Find Source Record",
"refreshSourceRecord": "Refresh Source Record",
"removeSourceRecord": "Remove Source Record"
}
},
"correlation": {
"correlation": "Association",
"static" : "Static",
"dynamic" : "Dynamic",
"type" : "Type",
"status" : "Status",
"objectFilters": "Individual Record Validation",
"reconQueries": "Reconciliation Query Filters",
"sourceQuery": "Source Query",
"targetQuery": "Target Query",
"associationRules": "Association Rules",
"dataAssociationManagment": "Data Association Management",
"correlationScript" : "Correlation Script",
"correlationScriptHelp" : "Provide a correlation script to list IDs for specific source records.",
"correlationQueryHelp" : "Build a correlation query for each link qualifier.",
"noQuery": "No Correlation Query",
"addQuery": "Add Correlation Query",
"queries": "Correlation Queries",
"expressionBuilder": "Expression Builder",
"script": "Script",
"warning": "Warning",
"note": "Are you sure you want to save these changes and reconcile? It is recommended that you run a reconciliation after modifying the association rules.",
"dontRunReconcile": "Save and Don't Reconcile",
"runReconcile": "Save and Reconcile",
"queryFilters": "Query Filters",
"linkQualifier": "Link Qualifier",
"conditionFilter": "Condition Filter",
"empty": "none",
"save": "Save and Reconcile",
"resetMsg": "Are you sure you want to undo all pending changes?",
"resetTitle": "Reset Form",
"changesPending": "You have pending changes.",
"selectLQ": "Select a link qualifier",
"noLQ": "No link qualifiers are defined, so you cannot create a query.",
"deleted": "Deleted",
"edited": "Edited",
"added": "Added",
"missingLQMsg": "This correlation query is referencing an undefined link qualifier. You should remove this correlation query or create the link qualifier.",
"notAvailableMsg1": "The link qualifier, ",
"noLQdefined": "No link qualifiers defined",
"notAvailableMsg2": " associated with this property is not available. Add this link qualifier or update the condition.",
"conditionScriptInfo": "Define how to conditionally update a property, using either a link qualifier or a script.",
"linkQualifierInfo": "Link one record in the source system to multiple records in the target system.",
"linkQualifierStaticInfo" : "Static lists will apply each qualifier to every source record.",
"linkQualifierScriptInfo" : "Dynamic scripts may return different qualifiers for each source record.",
"noCondition": "No Condition",
"undo": "Undo",
"query": {
"correlationDescription": "List the fields which will be used to match existing items in your source to items in your target:",
"correlationAny": "Any of the following fields",
"correlationAll": "All of the following fields",
"addField": "Add Field",
"addGroup": "Add Group",
"and": "AND",
"or": "OR",
"removeTitle": "Remove this item",
"addTitle": "Add new field or group item"
}
},
"scheduler": {
"scheduler": "Scheduler",
"enabled": "Enabled",
"basicCron": "Basic Cron",
"advanced": "Advanced",
"complex": "Your expression is too complex for the editor.",
"persisted": "Persisted",
"misfirePolicy": "Misfire Policy",
"fireAndProceed": "Fire and proceed",
"doNothing": "Do Nothing",
"deleteSchedule": "Delete Schedule",
"saveSchedule": "Save Changes",
"reconciliation": "Reconciliation",
"liveSync": "LiveSync",
"fireEvery": "Fire every",
"seconds": "second(s)",
"addSchedule": "Add Schedule"
},
"situationalPolicies": {
"currentPolicy": "Current Policy",
"policies": "Policies",
"situation": "Situation",
"starDef": "Default",
"hollowStarDef": "Valid action",
"dialogTitle": "Situational Policy Configuration",
"situation": "Situation",
"condition": "Condition",
"action": "Action",
"onComplete": "On Complete",
"addPolicyBtn": "Add a Policy",
"pendingChanges": "You have pending changes.",
"actionHelp": "Assign a default action, workflow or script.",
"workflow": "Workflow",
"defaultAction": "Default Action",
"script": "Script",
"activeHelp": "Creates a new record in the target system.",
"restrictHelp": "Specify query filters or add a script to restrict policy actions.",
"filter": "Filter",
"actionCompleteHelp": "Set up a script to execute after your action is complete.",
"confirmChange": "Confirm Change",
"confirmChangeMsg": "All pending changes will be lost.",
"editPolicy": "Edit Policy for Situation:",
"addPolicy": "Add Policy for Situation:",
"conditionPhrase": "When these <strong>Conditions</strong> apply",
"actionPhrase": "Perform this <strong>Action</strong>",
"onCompletePhrase": "And <strong>On Complete</strong>",
"noWorkflows": "No Available Workflows",
"actionAlert": "You must provide a value for the action."
},
"auth": {
"sessionInfo": "The Session Module sets token life and idle time limits on user sessions.",
"authInfo": "Configure desired Authentication Modules to verify identities. OpenIDM evaluates these modules in the order specified.",
"errorsmsg": "Please address the errors in the Authentication modules before saving.",
"addNew": "Add New Authentication Module",
"errors": "Errors",
"disabled": "Disabled",
"defaultTitle": "Select an Authentication Module Type",
"authFieldsetName": "Authentication Module",
"authTitle": "Configure Authentication",
"sessionFieldsetName": "Session Module",
"sessionOnlyTitle": "Session Only",
"idleTimeTitle": "Token Idle Time (in seconds)",
"maxLifeTitle": "Max Token Life (in seconds)",
"type": "Type",
"moduleEnabled": "Module Enabled",
"queryOnResource": "Query on Resource",
"queryId": "Use Query ID",
"defaultUserRole": "Default User Roles",
"role": "Role",
"propertyMapping": "Property Mappings",
"static" : {
"username" : "Static user name",
"password" : "Static user password",
"userRole" : "Static user role"
},
"authId": "Authentication ID",
"userCred": "User Credential",
"userOrGroup": "User Roles or Group Membership",
"selectOption": "Select an option",
"userRoles": "User Roles",
"groupMembership": "Group Membership",
"customProp": "Custom Properties",
"property": "Property",
"propertyName": "Property Name",
"propertyType": "Property Type",
"string": "String",
"simpleArray": "Simple Array",
"value": "Value",
"groupRoleMapping": "Group Role Mapping",
"roleName": "Role Name",
"groupMappings": "Group Mappings",
"group": "Group",
"augmentSecurityContext": "Augment Security Context",
"basicProperties": "BASIC PROPERTIES",
"advancedProperties": "ADVANCED PROPERTIES",
"allowedAuthIdPatterns": "Allowed Authentication ID Patterns",
"pattern": "Pattern",
"servicePrincipal": "Service Principal",
"keytabFileName": "Keytab File Name",
"kerberosRealm": "Kerberos Realm",
"kerberosServerName": "Kerberos Server Name",
"groupComparisonMethod": "Group Comparison Method",
"truststorePassword": "Truststore Password",
"truststoreFile": "Truststore File",
"truststoreType": "Truststore Type",
"openamUserAttribute": "OpenAM User Attribute",
"openamSSOTokenCookieName": "OpenAM SSO Token Cookie Name",
"openamDeploymentUrl": "OpenAM Deployment URL",
"openamDeploymentUrlConfirmation" : "OpenAM Deployment URL is invalid. Would you like to continue?",
"openamLoginUrl": "OpenAM Login URL",
"openamLoginLinkText": "OpenAM Login Link Text",
"openamUseExclusively": "Require OpenAM Authentication",
"routeToOpenAMUserDataStore": "Route to OpenAM User Datastore",
"openamUserDatastoreMappingName": "OpenAM User Datastore Mapping Name",
"openIdConnectHeader": "OpenID Connect Header",
"resolvers": "Resolvers",
"resolver": "Resolver",
"name": "Name",
"icon": "Icon",
"clientId": "Client ID",
"clientSecret": "Client Secret",
"authorizationEndpoint": "Authorization Endpoint",
"tokenEndpoint": "Token Endpoint",
"userinfoEndpoint": "User Info Endpoint",
"wellKnown": "Well Known",
"managedUserLink": "Managed User Link",
"moduleType": "Module Type",
"select": "Make a Selection"
},
"connector" : {
"groovy_ScriptedConnector":"Groovy Connector",
"groovy_ScriptedPoolableConnector":"Groovy Poolable Connector",
"scriptedsql_ScriptedSQLConnector":"Scripted SQL Connector",
"xml_XMLConnector":"XML Connector",
"csvfile_CSVFileConnector":"CSV Connector",
"googleapps_GoogleAppsConnector" : "GoogleApps Connector",
"salesforce_Salesforce":"Salesforce Connector",
"databasetable_DatabaseTableConnector":"Database Table Connector",
"ldap_LdapConnector":"LDAP Connector",
"scriptedcrest_ScriptedCRESTConnector" : "Scripted CREST Connector",
"scriptedrest_ScriptedRESTConnector" : "Scripted REST Connector",
"connectorName" : "Connector Name",
"connectorEnabled" : "Enabled",
"connectorType" : "Connector Type",
"connectorDelete" : "Are you sure you want to delete this connector?",
"connectorError" : "Invalid connector configuration",
"connectorNameUnknown" : "Unknown",
"editTitle" : "Edit Connector",
"addButtonTitle" : "Add",
"updateButtonTitle" : "Update",
"addObjectTypeTitle": "Add Object Type",
"editObjectTypeTitle": "Edit Object Type",
"readSchema": "Read Schema",
"validateConnector": "Validate Connector",
"addConnectorTitle" : "Add Connector",
"connectorTitle" : "Connectors",
"activeState" : "Active",
"errorState" : "Error",
"baseTitle" : "Base Connector Details",
"resources" : "Resources",
"resourcesHelpNoConnectorsTitle" : "To allow OpenIDM to manage external data, set up a connector.",
"resourcesHelpNoConnectorsBody" : "To get started, create a connector. With multiple connectors, you can map objects between different data sources.",
"whatIsAConnector" : "Connectors provide interfaces to external systems, databases, directory services, and more.",
"whatIsAManagedObject" : "Managed Objects represent identity data.",
"addConnector" : "New Connector",
"addManagedObject" : "New Managed Object",
"addMapping" : "New Mapping",
"help" : "Help",
"managedObjectType" : "Managed Object",
"pendingObjectTypes" : "Click Save/Update to save your changes.",
"liveSync": {
"title": "LiveSync Options",
"liveSyncFailure": "LiveSync Failure Options",
"doNotReattempt": "Do not re-attempt",
"retryIndefinitely": "Retry indefinitely",
"specificAmount": "Retry a specific number of times",
"retryAttempts": "LiveSync retry attempt(s)",
"action": "Action to perform after retry attempts",
"schedules": "LiveSync Schedules",
"noName": "You must specify a name for the connector before you can add LiveSync schedules.",
"noObjects": "There are no available objects. Please validate your connector to retrieve any default objects. You might have to manually add objects after validating.",
"addLiveSync": "Add a LiveSync schedule for:"
},
"objectTypes": {
"saveObjectType": "Save Object Type and Close",
"discardEdits": "Discard Changes and Close",
"bulkDeleteMsg": "You can only perform bulk deletes. Please select one Object Type to make edits",
"deleteObjectTypes": "Delete Selected Object Types",
"addNewObjecttype": "Add a New Object Type",
"deleteObject": "Delete Object",
"saveObject": "Save Object",
"objectTypeConfigs" : "Object Type Configs",
"objectTypeGenerator" : "Object Type Generator",
"changeConfiguration" : "<p>Are you sure you want to change your LDAP Object Type to a default or saved configuration?</p><p>Please note making this change will cause any unsaved or custom changes to be lost.</p>"
},
"errorMessages": {
"unknownHost" : "Unknown Host",
"portOutOfRange" : "Port Out of Range",
"connectionRefused" : "Connection Refused",
"operationTimedOut" : "Operation Timed Out",
"sslHandshakeException" : "SSL Handshake Exception",
"invalidCredentials" : "Invalid Username or Password",
"badBaseContext" : "Bad Base Context(s)"
},
"scriptedCrest" : {
"serviceAddress" : "Service Address",
"proxyAddress" : "Proxy Address",
"username" : "Username",
"password" : "Password",
"defaultAuthMethod":"Default Authentication Method",
"defaultContentType" : "Default Content Type",
"sourceEncoding":"Source Encoding",
"minimumRecompilationInterval" : "Minimum Recompilation Interval",
"warningLevel" : "Warning Level",
"tolerance" : "Tolerance",
"targetDirectory" : "Target Directory",
"recompileGroovySource" : "Recompile Groovy Source",
"debug" : "Debug",
"verbose" : "Verbose",
"defaultHeadersTitle" : "Default Request Headers",
"addDefaultRequestHeaders" : "Add Request Header",
"defaultRequestHeaders" : "Default Request Header",
"scriptExtensionsTitle" : "Script Extensions",
"addScriptExtensions" : "Add Script Extension",
"scriptExtensions" : "Script Extension",
"disabledGlobalASTTransformationsTitle" : "Disabled Global AST Transformations",
"addDisabledGlobalASTTransformations" : "Add AST",
"disabledGlobalASTTransformations" : "Disabled Global AST Transformation",
"classpathTitle" : "Classpaths",
"classpath" : "Classpath",
"addClasspath" : "Add Classpath"
},
"groovyConnector": {
"scriptTitle":"Script Files",
"classpath" : "Classpath",
"authenticateScriptFileName" : "Authenticate Script",
"createScriptFileName" : "Create Script",
"deleteScriptFileName" : "Delete Script",
"resolveUsernameScriptFileName" : "Resolve Username Script",
"schemaScriptFileName" : "Schema Script File",
"scriptResourceFileName" : "Script On Resource Script File Name",
"searchScriptFileName" : "Search Script File Name",
"syncScriptFileName" : "SYNC Script File Name",
"testScriptFileName" : "Test Script File Name",
"updateScriptFileName" : "Update Script File Name"
},
"groovyPoolableConnector" : {
"scriptTitle":"Script Files",
"authenticateScriptFileName" : "Authenticate Script File Name",
"warningLevel" : "Warning Level",
"minimumRecompilationInterval" : "Minimum Recompilation Interval",
"deleteScriptFileName" : "Delete Script File Name",
"schemaScriptFileName" : "Schema Script File Name",
"customizerScriptFileName" : "Customizer Script File Name",
"resolveUsernameScriptFileName" : "Resolve Username Script File Name",
"debug" : "Debug",
"targetDirectory" : "Target Directory",
"disabledGlobalAst" : "Disabled Global ASTTransformations",
"classpath" : "Classpath",
"scriptExtensions" : "Script Extensions",
"testScriptFileName" : "Test Script File Name",
"updateScriptFileName" : "Update Script File Name",
"sourceEncoding" : "Source Encoding",
"searchScriptFileName" : "Search Script File Name",
"scriptOnResourceFileName" : "Script On Resource Script File Name",
"scriptBaseClass" : "Script Base Class",
"verbose" : "Verbose",
"createScriptFileName" : "Create Script File Name",
"recompileGroovySource" : "Recompile Groovy Source",
"tolerance" : "Tolerance",
"syncScriptFileName" : "Sync Script File Name"
},
"csvConnector" : {
"filePath" : "File Path",
"uniqueAttribute" : "Unique Attribute",
"nameAttribute" : "Name Attribute",
"passwordAttribute" : "Password Attribute"
},
"xmlConnector" : {
"xsdicfFilePath" : "XSD ICF File Path",
"xsdFilePath" : "XSD File Path",
"xmlFilePath" : "XML File Path",
"createIfNotExists" : "Create file if it does not exist."
},
"scriptedSQLConnector" : {
"host" : "Host",
"port" : "Port",
"user" : "User",
"password" : "Password",
"database" : "Database",
"createIfNotExists" : "Create file if it does not exist.",
"reloadScriptOnExecution" : "Reload Script On Execution",
"jdbcDriver" : "JDBC Driver",
"jdbcConnectionUrl" : "JDBC Connection Url",
"url" : "Url",
"jdbcUrlTemplate" : "JDBC Url Template",
"createScriptFileName" : "Create File Name",
"testScriptFileName" : "Test File Name",
"searchScriptFileName" : "Search File Name",
"authenticateScriptFileName" : "Authentication File Name",
"deleteScriptFileName" : "Delete File Name",
"updateScriptFileName" : "Update File Name",
"syncScriptFileName" : "Sync File Name",
"schemaScriptFileName" : "Schema File Name",
"driverClassName" : "Driver Class Name",
"addClasspath" : "Add Classpath",
"classpath" : "Classpath",
"autoCommit": "Auto Commit",
"scriptFiles": "Script Files"
},
"databaseTableConnector" : {
"quoting" : "Quoting",
"host" : "Host",
"port" : "Port",
"user" : "User",
"password" : "Password",
"database" : "Database",
"table" : "Table",
"keyColumn" : "Key Column",
"passwordColumn" : "Password Column",
"jdbcDriver" : "JDBC Driver",
"jdbcUrlTemplate" : "JDBC Url Template",
"enableEmptyString" : "Enable Empty String",
"rethrowSQL" : "Rethrow All SQL Exceptions",
"nativeTimestamps" : "Native Timestamps",
"allNative" : "All Native",
"validConnectionQuery" : "Valid Connection Query",
"changeLogColumn" : "Change Log Column",
"dataSource" : "Data Source",
"jndiProperties" : "JNDI Properties"
},
"ldapConnector" : {
"ldapType" : "LDAP Type",
"ldapTypeChange" : "Are you sure you want to change to these LDAP details? Any unsaved work will be lost.",
"link": "Setup Active Directory",
"title": "Data Source: Active Directory",
"host": "Host Name or IP",
"port": "Port",
"ssl": "Use SSL?",
"syncMessage": "Use these same base contexts for LiveSync?",
"baseContextSyncTitle" : "Contexts to Synchronize",
"baseContextToSync" : "Base Contexts to Synchronize",
"baseContextToSyncNote" : "During LiveSync operations, OpenIDM searches these base contexts for changes.",
"certificate": "SSL Certificate",
"certificateHint": "Paste your server's Base64-encoded X509 certificate here, if self-signed or signed by an unknown Certificate Authority",
"username": "Account Distinguished Name (DN)",
"usernamePlaceholder":"cn=Administrator,cn=Users,dc=company,dc=com",
"password": "Password",
"accountUserNameAttributes": "Attribute used for login",
"baseContextTitle":"Base Context",
"baseContext": "Enter your base DN",
"baseContextNote": "Be sure to add base contexts which include both your users and your groups.",
"baseContextAdd":"Add Base Context",
"accountObjectClasses" : "Object Classes for users",
"addAccountObjectClasses" : "Add Object Class",
"addUsersTitle": "User Details",
"groupObjectClasses": "Object Classes for groups",
"addGroupObjectClasses" : "Add Object Class",
"addGroupTitle" : "Group Details",
"accountSearchFilter": "User Filter",
"groupSearchFilter": "Group Filter",
"validate": "Validate settings",
"checking": "Checking Active Directory settings...",
"connected": "Connection to Active Directory successful",
"failed": "Connection to Active Directory failed",
"authorizeGroups": "Save and Assign Admins",
"hideCert": "Hide certificate",
"showCert": "Show certificate",
"filterTitle": "Update __type__",
"errorMessages": {
"unknownHost" : "Unknown Host",
"portOutOfRange" : "Port Out of Range",
"connectionRefused" : "Connection Refused",
"operationTimedOut" : "Operation Timed Out",
"sslHandshakeException" : "SSL Handshake Exception",
"invalidCredentials" : "Invalid Username or Password",
"badBaseContext" : "Bad Base Context(s)"
}
},
"google" : {
"listHeader" : "You must grant this project access to all of the following APIs:",
"callbackUrlMessage" : "Be sure your project is configured to use this callback URL",
"listItemOne" : "Admin SDK API",
"gettingStarted" : "Need help getting started?",
"listItemTwo" : "Enterprise License Manager API",
"needHelp" : "Need help locating your client ID and secret?",
"changeHeader" : "Note for new and recently-changed projects",
"changeDetails" : "When you create a new project in Google, it can take up to 24 hours for the data to be propagated through Google. If you are setting up OpenIDM with a project that you have just created, or if you have recently changed the Callback URL of your project, you might receive an error when you attempt to validate the client ID and secret."
},
"salesforce" : {
"callbackUrlMessage" : "Your application must be configured to use this Callback URL",
"listHeader" : "You must grant this application all of the following OAuth Scopes:",
"listItemOne" : "Access your basic information",
"listItemTwo" : "Access and manage your data",
"listItemThree" : "Perform requests on your behalf at any time",
"changeHeader" : "Note for new and recently-changed applications",
"changeDetails" : "When you create a new Connected App, or update your Connected App in Salesforce, it takes some time (at least five minutes) for the data to be propagated through all the Salesforce servers. If you are setting up OpenIDM with a Connected App that you have just created, or if you have recently changed the Callback URL of your Connected App, you might receive an error when you attempt to validate the consumer key and consumer secret. You should therefore wait at least five minutes after creating or updating your Connected App before you attempt to set up OpenIDM with that App.",
"needHelpKey" : "Need help locating your consumer key and secret?",
"loginUrl" : "Login URL",
"clientSecret" : "Consumer Secret",
"clientId" : "Consumer Key"
},
"oAuthGeneral" : {
"base" : "Base OAuth Details",
"clientSecret": "Client Secret",
"clientId" : "Client ID"
}
},
"mapping": {
"conditionalUpon" : "Conditional Upon:",
"transformationScriptApplied" : "Transformation script applied",
"attributes": "Attributes",
"badScript" : "Invalid; a Link Qualifier script must return an array of strings",
"linkQualifiers": "Link Qualifiers",
"uniqueLinkQualifiers": "The link qualifier must be unique.",
"backToMapping" : "Back to Mappings",
"linkQualifier" : "Link Qualifier",
"mappings": "Mappings",
"source": "Source",
"target": "Target",
"more" : "more...",
"mappingListingTitle": "Mapping List",
"mappingDetailTitle": "Mapping Detail",
"addToMapping" : "Add to Mapping",
"newMapping" : "New Mapping",
"syncNow": "Reconcile Now",
"stopSync": "Stop Reconciliation",
"stoppingSync": "Stopping Reconciliation",
"syncComplete": "Reconciliation complete. Please wait...",
"pleaseStandBy": "Please wait.",
"syncInProgress": "Reconciliation in progress.",
"lastSyncCanceled": "Last reconciliation canceled.",
"inProgress": "In Progress",
"notYetSynced": "Not yet reconciled.",
"syncStatus": "Reconciliation Status",
"lastSynced": "Last reconciled",
"createMappingDialog" : "Create mapping.",
"noObjectType" : "No object type.",
"editMapping": "Edit mapping.",
"addMapping": "Add mapping.",
"saveNewMapping": "Save new mapping.",
"createNewMapping": "Create a new mapping.",
"deleteMapping": "Delete mapping.",
"selectAnotherResource" : "Select another resource.",
"selectSourceResource" : "Select a source resource.",
"selectTargetResource" : "Select a target resource.",
"noConnectors" : "No connectors available.",
"noManagedObjects" : "No managed objects available.",
"noResourceSelected" : "No resource selected.",
"createMapping" : "Create mapping",
"createMappingMessage" : "Click this button to create a mapping between these two sources. ",
"saveMappingMessage" : "Please enter a unique mapping name.",
"mappingName" : "Mapping Name",
"linkedMapping" : "Linked Mapping",
"noLinkedMapping" : "No Linked Mapping",
"properties": "Properties",
"property": "Property",
"confirmDeleteMapping": "Are you sure you want to delete the &quot;__mappingName__&quot; mapping?<br/><br/>**Caution: this action cannot be reversed.",
"noMappingsDefined": "No mappings defined.",
"addProperty": "Add property",
"sampleSource": "Sample source.",
"confirmRemoveProperty": "Are you sure you want to remove the &quot;__property__&quot; property mapping?",
"transformRequiredForMulti": "A transformation script is required when mapping from a multiple-value source to a single-value target.",
"validPropertyRequired": "You must select a valid property name.",
"invalidScript": "You cannot save a transformation script that contains errors.",
"invalidConditionScript": "You cannot save a condition script that contains errors.",
"completeSourceObject": "Complete source object.",
"changesPending": "Changes pending.",
"sampleSource" : "Sample Source",
"undoAllChanges": "Undo All Changes",
"saveProperties": "Save Properties",
"noPropertiesMapped": "No properties mapped.",
"conditionScriptApplied": "Conditional update script applied.",
"mappingExists": "Mapping for this target property already exists.",
"allPropertiesMapped": "*All target properties have been mapped",
"numRepresentativeProps":"Number of representative properties",
"missingRequiredProperties": "Missing Required Properties",
"roleEntitlementsDescription": "View role entitlements assigned to this mapping.",
"roleEntitlements": "Role Entitlements",
"targetProperty": "Target Property",
"propertyEdit": {
"title": "Target Property: __property__",
"valueMapping": "Value Mapping",
"valuePrecedence": "Value Precedence",
"valuePrecedenceNote": "Since the values mapped might result in multiple values, sort them here to establish which should take precedence (the first value matched will be used).",
"propertyListLabel": "Enter or select the source property that you need",
"propertyListHeader": "Property List",
"transformationHeader": "Transformation Script",
"conditionalUpdateHeader": "Conditional Updates",
"defaultValuesHeader": "Default Values",
"transformationSciptLabel": "Enter a transformation script for complex properties.",
"conditionSciptLabel": "Enter a conditional update script for",
"defaultValuesLabel": "Set a default value for this property mapping.",
"conditionScriptAction": "Action for user.",
"exampleResult": "Example result.",
"currentSourceValue": "Current value for &quot;source&quot;",
"transformScriptNote": "Use JavaScript code above to perform advanced mapping operations.<br>This script will be processed for each source object that is mapped, to calculate its value for this property.<br>The result of the final statement in the script will be used as the value for this property.<br>This script has the &quot;source&quot; variable available to it as input.<br>The value for the &quot;source&quot; variable depends on how you have defined the attribute mapping in the &quot;Attribute List&quot; tab.<br>If you haven't selected any value in the &quot;Property List&quot; tab, then &quot;source&quot; will be the complete source object with properties for each directory property.<br>If you have selected a value in &quot;Property List&quot;, then &quot;source&quot; will be that value.",
"conditionScriptNote": "Use JavaScript code above to prevent target data from being updated in certain conditions.<br/>This script will be processed for each source object that is mapped.<br/>If the result is true or if there is no script the property will be updated, otherwise updates will not be sent to the target.<br/>This script has the &quot;object&quot; variable available to it as a global.<br/>The &quot;object&quot; variable represents the complete source record with properties for each source property mapping."
},
"propertyAdd": {
"title": "Choose Target Property",
"listLabel": "Property:",
"choicePrompt": "Choose One"
},
"analysis": {
"analysis": "Analysis",
"all": "All",
"view": "View",
"linkQualifier" : "Link Qualifier:",
"noLinkQualifier" : "No Link Qualifier",
"allSituations": "ALL SITUATIONS",
"clickToAnalyze": " to start analyzing relationships between Source and Target data.",
"enterSearchTerms": "Enter Search Terms",
"changeAssociation": "Change Source to Target Association",
"noResultsFound": "No Results Found",
"infoFromSource": "Information from Source",
"searchTarget": "Search Target",
"linkToSourceObject": "Link To Source Object",
"newLinkCreated": "New link created. No changes until after the next reconciliation.",
"newLinksWarning": "__count__ records have changed since last Reconciliation.",
"oneNewLinkWarning": "1 record has changed since last Reconciliation",
"forResultsToTakeEffect": " for the result of these changes to take effect.",
"existingLink": "Existing Link",
"reconcileSelectedRecord": "Reconcile Selected Record"
},
"reconAnalysis": {
"inProgress" : "In Progress: ",
"status" : "Status: ",
"completed" : "Completed: ",
"entries" : "entries",
"completion" : "completion",
"success" : "SUCCESS",
"failure" : "FAILURE",
"duration" : "DURATION",
"ambiguous" : "Ambiguous:",
"ambiguousMessage" : "The source object qualifies for a target object, there is no link to an existing target object, but there is more than one correlated target object (that is, more than one possible match on the target system). This situation is detected during source object changes and reconciliation.",
"sourceMissing" : "Source missing:",
"sourceMissingMessage" : "The target object qualifies and a link is found, but the source object is missing. This situation is detected during change events and reconciliation.",
"missing" : "Missing (target):",
"missingMessage" : "The source object qualifies for a target object, and there is a link to a target object, but the target object is missing. This situation is detected during reconciliation operations and during source object changes.",
"foundAlreadyLinked" : "Found Already Linked",
"foundAlreadyLinkedMessage" : "The source object qualifies for a target object and there is no link from that source object to an existing target object. There is a single target object, that correlates with this source object, according to the logic in the correlation query, but that target object is already linked to a different source object. This situation is detected during change events and reconciliation.",
"unqualified" : "Unqualified:",
"unqualifiedMessage" : "The source object is unqualified (by the \"validSource\" script). One or more target objects are found through the correlation logic. This situation is detected during change events and reconciliation.'",
"unassigned" : "Unassigned:",
"unassignedMessage" : "A valid target object exists, for which there is no link. This situation is detected only during reconciliation operations.",
"targetIgnored" : "Target ignored:",
"targetIgnoredMessage" : "During target reconciliation, the target becomes unqualified by the \"validTarget\" script. This situation is detected only during reconciliation operations.",
"sourceIgnored" : "Source ignored:",
"sourceIgnoredMessage" : "The source object is unqualified (by the \"validSource\" script), no link is found, and no correlated target exists. This situation is detected during source object changes and reconciliation.",
"allGone": "All Gone",
"allGoneMessage": "The source object has been removed. No link is found. Correlation is not possible, for one of the following reasons. No previous source value can be found, there is no correlation query, or a previous value was found, and a correlation query exists, but has no corresponding target was found. This situation is detected only during source object changes.",
"linkOnlyMessage": "The source may or may not be qualified, a link is found, but no target object is found. This situation is detected only during source object changes.",
"confirmed" : "Confirmed:",
"confirmedMessage" : "The source object qualifies for a target object, and a link to an existing target object was found. This situation is detected during change events and during reconciliation.",
"found" : "Found:",
"foundMessage" : "The source object qualifies for a target object and there is no link to an existing target object. There is a single target object, that correlates with this source object, according to the logic in the correlation query. This situation is detected during change events and reconciliation.",
"absent" : "Absent:",
"absentMessage" : "The source object qualifies for a target object, there is no link to an existing target object, and there is no correlated target object found. This situation is detected during change events and reconciliation.",
"noSync" : "No Sync Details Available"
}
}
},
"common" : {
"form" : {
"add" : "Add",
"userView" : "Data Management View",
"removeAttribute" : "Remove Attribute",
"ok" : "Okay",
"list" : "List",
"confirm" :"Confirmation",
"true" : "True",
"false" : "False",
"update" : "Update",
"save" : "Save",
"create" : "Create",
"cancel" : "Cancel",
"close" : "Close",
"logout" : "Log out",
"register" : "Register",
"home" : "Home",
"start" : "Start",
"continue" : "Continue",
"back" : "Back",
"delete" : "Delete",
"deleteSelected" : "Delete Selected",
"edit" : "Edit",
"details" : "Details",
"pleaseSelect" : "Please Select",
"addUser" : "Add user",
"decision" : "Decision",
"accept" : "Accept",
"reject" : "Reject",
"createdAt" : "Created at",
"generalDetails" : "General Details",
"search" : "Search",
"settings": "Settings",
"submit" : "Submit",
"actions" : "Actions",
"complete" : "Complete",
"reset" : "Reset",
"copyright" : "Copyright (c) 2010-15 ForgeRock AS, all rights reserved.",
"sessionExpired" : "Session Expired",
"enableCookies" : "Cookies must be enabled to login",
"reloadGrid" : "Reload Grid",
"clearFilters" : "Clear Filters",
"showAllItems" : "Show All Items",
"error" : "Error",
"warning" : "Warning",
"validation" : {
"VALID_PHONE_FORMAT": "Must be a valid phone number",
"VALID_NAME_FORMAT": "Must have valid name characters",
"VALID_EMAIL_ADDRESS_FORMAT": "Must be a valid email address",
"AT_LEAST_X_CAPITAL_LETTERS" : "At least __numCaps__ capital letters",
"AT_LEAST_X_NUMBERS" : "At least __numNums__ numbers",
"CANNOT_CONTAIN_OTHERS" : "Cannot contain values from: __disallowedFields__",
"CANNOT_CONTAIN_CHARACTERS" : "Cannot contain characters: __forbiddenChars__",
"MIN_LENGTH" : "At least __minLength__ characters",
"REQUIRED" : "Cannot be blank",
"VALID_DATE" : "Must be a valid date",
"UNIQUE" : "Already exists",
"REAUTH_REQUIRED" : "",
"formContainsErrors" : "Form contains validation errors",
"atLeastOneCapitalLetter" : "At least one capital letter",
"atLeastOneNumber" : "At least one number",
"atLeast8Characters" : "At least 8 characters",
"cannotMatchLogin" : "Cannot match login",
"confirmationMatchesPassword" : "Confirmation matches password",
"usernameExists" : "Username already exists",
"emailAddressAlreadyExists" : "Email address already exists",
"onlyAlphabeticCharacters" : "Only alphabetic characters",
"onlyNumbersAndSpecialCharacters" : "Only numbers and special characters",
"cannotMatchOldPassword" : "Cannot match old password",
"minimum4Characters" : "Minimum 4 characters",
"acceptanceRequiredForRegistration" : "Acceptance required for registration",
"incorrectPassword" : "Incorrect password",
"incorrectSecurityAnswer" : "Incorrect answer",
"required" : "Required",
"emailNotValid" : "Not a valid email address.",
"emailExists" : "Email address already exists.",
"shouldBeLong" : "Should be long value",
"wrongDateFormat" : "Wrong format"
}
},
"user" : {
"user" : "User",
"login" : "Login",
"profile" : "Profile",
"myProfile" : "My Profile",
"userProfile" : "User profile",
"username" : "Username",
"emailAddress" : "Email address",
"givenName" : "First Name",
"familyName" : "Last Name",
"changePassword" : "Change password",
"accountStatus" : "Account status",
"active" : "Active",
"inactive" : "Inactive",
"address" : "Address",
"address1" : "Address 1",
"address2" : "Address 2",
"country" : "Country",
"city" : "City",
"role" : "Role",
"stateProvince" : "State/Province",
"phoneNumber" : "Mobile Phone",
"postalCode" : "Postal Code",
"lastPasswordSet" : "Last password set",
"siteImage" : "Site Image",
"sitePhrase" : "Site Phrase",
"securityQuestion" : "Security question",
"securityAnswer" : "Security answer",
"adaptiveAuthMethod" : "Adaptive authentication method",
"SMS" : "SMS",
"OAuth" : "OAuth",
"createNewAccount" : "Create new account",
"password" : "Password",
"confirmPassword" : "Confirm Password",
"newPassword" : "New password",
"oldPassword" : "Old password",
"confirmNewPassword" : "Confirm new password",
"usersList" : "Users list",
"addUsers" : "Add users",
"name" : "Name",
"status" : "Status",
"email" : "Email",
"system" : "System",
"changePhoto" : "Change photo",
"SKYPE" : "SKYPE",
"googlePlus" : "Google+"
},
"task" : {
"unassigned" : "Unassigned",
"assignToMe" : "Assign to me",
"claim" : "Claim",
"unclaim" : "Unclaim",
"approve" : "Approve",
"deny" : "Deny",
"requeue" : "Requeue",
"taskName" : "Task Name",
"processName" : "Process Name",
"startProcess" : "Start Process",
"assignee" : "Assignee",
"taskDetails" : "Task Details",
"myTasks" : "My tasks",
"tasksList" : "Tasks list",
"processes" : "Processes",
"starting": "Starting...",
"inProgress": "In Progress..."
},
"application" : {
"applicationName" : "Application Name",
"requestedBy" : "Requested by",
"yourFrequentlyUsedApplications" : "Your frequently used applications.",
"applicationsYouHaveAdded" : "Applications you have added.",
"defaultApplications" : "Default applications.",
"addMoreApplications" : "Add more applications,",
"allAvailableApps" : "All available applications.",
"dropApplicationsHere" : "Drop applications here."
},
"notification" : {
"notifications" : "Notifications",
"deleteThisMessage" : "Delete this message.",
"type" : "Notification type",
"message" : "Message",
"types" : {
"info" : "Info",
"warning" : "Warning",
"error" : "Error"
}
}
},
"openidm" : {
"ui" : {
"common" : {
"components" : {
"LineTableView" : {
"seeMoreItems" : "see more",
"noItems" : "No items"
}
}
},
"admin" : {
"tasks" : {
"TasksMenuView" : {
"noTasksAssigned" : "No tasks assigned.",
"noTasksInGroupQueue" : "Your group has no tasks at this time.",
"denyDefaultReason" : "Enter a reason for denying this request",
"acceptanceForm" : {
"for" : "For",
"application" : "Application",
"requested" : "Requested",
"actions" : "Actions"
},
"headers" : {
"initiator" : "Initiator",
"key" : "Key",
"requested" : "Requested",
"inQueue" : "In queue",
"actions" : "Actions"
}
},
"TasksWithMenuView" : {
"chooseTask" : "Choose a task"
},
"StartProcessDashboardView" : {
"chooseProcess" : "Please choose a process to start",
"noProcesses": "No processes in your queue.",
"noDataRequired": "No data required"
}
},
"users" : {
"UsersView" : {
"display" : "Display",
"perPage" : "per page"
},
"AdminUserProfileView" : {
"profileOwnership" : "%s's profile",
"profileWillBeDeleted" : "%s account will be deleted."
},
"ChangeUserPasswordDialog" : {
"securityDataChangeForWhom" : "Security data change for %s"
}
}
},
"apps" : {
"dashboard" : {
"NotificationsView" : {
"noNotifications" : "No notifications.",
"seeMoreNotifications" : "See more notifications."
}
},
"BaseApplicationsView" : {
"noApplicationsHere" : "You have no applications here.",
"noDefaultApplications" : "You have no default applications.",
"noFrequentlyUsedApplications" : "You have no frequently used applications."
},
"UsersApplicationsView" : {
"noApplications" : "You have no applications."
},
"FrequentlyUsedApplicationsView" : {
"clickHereToAdd" : "Click %shere%s to add."
}
}
}
}
}