diff --git a/gui/admin-gui/src/main/java/com/evolveum/midpoint/web/component/wizard/WizardStep.properties b/gui/admin-gui/src/main/java/com/evolveum/midpoint/web/component/wizard/WizardStep.properties index 6cda2355691..a568326793c 100644 --- a/gui/admin-gui/src/main/java/com/evolveum/midpoint/web/component/wizard/WizardStep.properties +++ b/gui/admin-gui/src/main/java/com/evolveum/midpoint/web/component/wizard/WizardStep.properties @@ -1,11 +1,11 @@ # -# Copyright (c) 2010-2014 Evolveum +# Copyright (c) 2010-2015 Evolveum # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http://www.apache.org/licenses/LICENSE-2.0 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, @@ -14,128 +14,109 @@ # limitations under the License. # -WizardStep.title= -SchemaHandlingStep.message.validationError=Inserted objectClass value: '{0}' is not valid. Please provide valid objectClass value. - -SchemaStep.tooltip.kind=Kind specified what this object is, whether it is account, entitlement or something else. -SchemaStep.tooltip.intent=Intent specifies what midPoint should do with the object. Intent sorts objects of the same kind into several categories. Objects with different intents may be handled differently by midPoint. -SchemaStep.tooltip.nativeObjectClass=Object class name how it is natively known by the resource (or the connector). -SchemaStep.tooltip.isDefault=If set to true then this definition is the default for its kind. I.e. if no intent is explicitly specified then this definition will be used. - -SchemaHandlingStep.tooltip.kind=Kind specified what this object is, whether it is account, entitlement or something else. -SchemaHandlingStep.tooltip.intent=Intent specifies what midPoint should do with the object. Intent sorts objects of the same kind into several categories. Objects with different intents may be handled differently by midPoint. -SchemaHandlingStep.tooltip.default=If set to true then this definition is the default for its kind. I.e. if no intent is explicitly specified then this definition will be used. -SchemaHandlingStep.tooltip.dependency=Dependencies are object types that has to be processed before this object types is processed. I.e. this object type depends on them. The object types on which this object type depends will be provisioned before this object type. Dependencies are used to impose ordering into provisioning operations. -SchemaHandlingStep.tooltip.objectClass=Object class from the schema that will be used to construct instances of this object type. -SchemaHandlingStep.tooltip.attributes=Definitions how individual attributes are to be handled. Each definition may contain inbound/outbound mappings, attribute limitations, etc. -SchemaHandlingStep.tooltip.associations=Definitions how entitlement associations are to be handled. -SchemaHandlingStep.tooltip.assignmentPolicyRef=Assignment policy specifies how strictly are the assignments enforced. None: the assignments are not enforced at all; Positive: assignments only add values (never substract); Relative: only changes are propagated, existing values are left as they are; Full: everything is strictly enforced (both changed and existing values). -SchemaHandlingStep.tooltip.iteration=Iteratively find values for unique attributes such as identifiers. MidPoint will try several times to find a unique value for such attributes. -SchemaHandlingStep.tooltip.protected=Specification of protected instances of this object type. MidPoint can see protected instances but they cannot be touched. Any attempt to modify them will fail. This is used to protect emergency administration accounts such as "root" or "administrator". -SchemaHandlingStep.tooltip.activation=Definition how to map activation states (enabled/disabled/archived) and dates (validity from and to). -SchemaHandlingStep.tooltip.credentials=Definition how to handle credentials such as passwords. - -SchemaHandlingStep.dependency.tooltip.order=Normally zero. Can specify an integer that determines the ordering of dependencies that form a cycle and could not be otherwise be resolved (a.k.a. high-order dependencies). -SchemaHandlingStep.dependency.tooltip.strictness=Specifies how strictly will be the dependency resolved. Lax: if the dependency is not there continue as normal (only used to impose operation ordering); Relaxed: refuse to do operation unless the dependency is tried first, but if that fails then continue anyway; Strict: proceed only is the dependency is tried first and it succeeds. -SchemaHandlingStep.dependency.tooltip.kind=Kind of the object on which we depend. -SchemaHandlingStep.dependency.tooltip.intent=Intent of the object on which we depend. -SchemaHandlingStep.dependency.tooltip.resourceRef=Resource on which we depend. - -SchemaHandlingStep.attribute.tooltip.reference=Name of the attribute to configure. All the settings and mappings below apply to this attribute. +CapabilityStep.activation.tooltip.attributeName=Name of the attribute that contains a value for simulated administrativeStatus. This is usually an attribute that contains some kind of enabled/disabled information. Typical examples are attributes such as "enabled", "ds-pwp-account-disabled", "accountStatus", etc. +CapabilityStep.activation.tooltip.disableList=List of attribute values that represent the "disabled" state. If any of these values are present in the attribute then the object will be considered to be disabled. Typical values are "false", "disabled", "0" or empty value. +CapabilityStep.activation.tooltip.enabled=True if this capability is active. False if it is disabled. Disabled capability acts in the same way as if it was not there. Capabilities can be disabled e.g. to work around connector bugs, to make resource read-only, etc. +CapabilityStep.activation.tooltip.enableList=List of attribute values that represent the "enabled" state. If any of these values are present in the attribute then the object will be considered to be enabled. Typical values are "true", "ENABLED", "1" and so on. +CapabilityStep.activation.tooltip.ignoreAttribute=If set to true then the attribute which is used for simulated activation will be mark as ignored in the schema. I.e. midPoint will pretend that this attribute does not exist and only use the standard administrativeStatus. This is the default. If set to false then the attribute will also be visible in the schema and both the administrativeStatus and the original attribute will work. This may be needed if the attribute has a richer set of states than the administrativeStatus attribute. But in this case beware of value conflicts between administrativeStatus and the original attribute. +CapabilityStep.activation.tooltip.returnedByDefault=If true then the activation attribute is returned with resource objects by default and it does not need to be requested. If false then the activation attribute has to be explicitly requested. +CapabilityStep.activation.tooltip.validFromEnabled=True if the resource supports validFrom activation property. +CapabilityStep.activation.tooltip.validFromReturned=True of the validFrom property is returned by default. False if it needs to be explicitly requested. +CapabilityStep.activation.tooltip.validToEnabled=True if the resource supports validTo activation property +CapabilityStep.activation.tooltip.validToReturned=True of the validFrom property is returned by default. False if it needs to be explicitly requested. +CapabilityStep.capability.activation.tooltip=Activation capability. Ability to enable/disable accounts, set validity dates, etc. +CapabilityStep.capability.create.tooltip=Capability to create (add) new objects on resource. +CapabilityStep.capability.credentials.tooltip=Capability to set credentials for resource accounts. +CapabilityStep.capability.delete.tooltip=Capability to delete existing objects on resource. +CapabilityStep.capability.liveSync.tooltip=Live synchronization capability. Ability to efficiently fetch data changes in almost-real-time. +CapabilityStep.capability.read.tooltip=Capability to read data from the resource. +CapabilityStep.capability.script.tooltip=Capability to execute scripts on connector and resource. +CapabilityStep.capability.testConnection.tooltip=Capability to test connection to the resource. +CapabilityStep.capability.update.tooltip=Capability to update (modify) existing objects on resource. +CapabilityStep.credentials.tooltip.enabled=True if this capability is active. False if it is disabled. Disabled capability acts in the same way as if it was not there. Capabilities can be disabled e.g. to work around connector bugs, to make resource read-only, etc. +CapabilityStep.credentials.tooltip.passEnabled=True if the resource supports password credentials. +CapabilityStep.credentials.tooltip.passReturned=True of the password is returned by default. False if it needs to be explicitly requested. +CapabilityStep.script.tooltip.enabled=True if this capability is active. False if it is disabled. Disabled capability acts in the same way as if it was not there. Capabilities can be disabled e.g. to work around connector bugs, to make resource read-only, etc. +CapabilityStep.script.tooltip.onConnector=Capability to execute scripts "on connector". This means that the scripts will be executed on the machine where the connector is installed. This is usually midPoint node or a connector server. +CapabilityStep.script.tooltip.onResource=Capability to execute scripts "on resource". This means that the scripts will be executed on the machine where the connector connects. This is usually the server that hosts the resource (AD server, remote Unix machine, database server, etc.) +QNameEditor.tooltip.attribute=TODO\: QNameEditor.tooltip.attribute +QNameEditor.tooltip.namespace=TODO\: QNameEditor.tooltip.namespace +ResourceWizard.expression.tooltip.expression=The XML representation of the expression. This is the actual expression code that will be interpreted. +ResourceWizard.expression.tooltip.language=Programming language in which is the expression script written. +ResourceWizard.expression.tooltip.policyRef=Reference to a value policy object. The specified value policy will be used as a template to generate a value. +ResourceWizard.expression.tooltip.type=The type of expression. This specifies whether the expression is a script, value generator or something else. +SchemaHandlingStep.activation.tooltip.fetchStrategy=How to fetch the attribute when it is needed. Implicit\: the attribute is returned by default, it does not need to be requested; Explicit\: the attribute is not returned by default, always request it explicitly. +SchemaHandlingStep.activation.tooltip.inbound=Inbound mappings map values from the resource (usually an account) to the midPoint (usually a user). +SchemaHandlingStep.activation.tooltip.outbound=Outbound mappings map values from midPoint (usually a user) to the resource (usually an account). +SchemaHandlingStep.association.tooltip.associationAttribute=Name of the attribute that "holds" the association. I.e. an attribute which contains the identifier of the associated object. This is usually an attribute such as "memeber", "groups", "roles", etc. In subject-to-object associations this is an attribute of a subject (e.g. account attribute "groups"). In object-to-subject associations this is an attribute of an object (e.g. group attribute "members"). +SchemaHandlingStep.association.tooltip.direction=Defines the direction of the association. Object-to-subject\: Object (e.g. group) has an attribute that contains identifier of the subject (e.g. account); Subject-to-object\: Subject (e.g. account) has an attribute that contains identifier of the object (e.g. group). +SchemaHandlingStep.association.tooltip.explicitRefIntegrity=Explicit referential integrity. If set to false then midPoint assumes that the resource implements referential integrity. E.g. midPoint assumes that the resource automatically updates the association identifiers if an account is renamed and midPoint does not need to do anything. If set to true then midPoint will do referential integrity explicitly. In this case midPoint will explicitly update the association attributes if an account is renamed. +SchemaHandlingStep.association.tooltip.intent=Intent of the association target object type. Target kind and intent identify an object type which is association target, e.g. a group, privilege, role, etc. +SchemaHandlingStep.association.tooltip.kind=Kind of the association target object type. This is usually "entitlement". Target kind and intent identify an object type which is association target, e.g. a group, privilege, role, etc. +SchemaHandlingStep.association.tooltip.valueAttribute=Name of the attribute that is the source of a value for the association. The value of this attribute will be taken and stored into the association attribute to form an association. This is usually an attribute that contains an identifier or name such as "uid", "id", "name", etc. In subject-to-object associations this is an attribute of an object (e.g. group). In object-to-subject associations this is an attribute of a subject (e.g. account). SchemaHandlingStep.attribute.tooltip.allow=If checked allows to specify an attribute which is not in the original resource schema. This can be used to fix faulty connectors that do not provide a complete resource schema, which hides some attributes, etc. -SchemaHandlingStep.attribute.tooltip.limitations=Specify attribute limitations such as multiplicity, ability to read or write it, etc. SchemaHandlingStep.attribute.tooltip.exclusiveStrong=When set to false then both strong and normal mapping values are merged to produce the final set of values. When set to true only strong values are used if there is at least one strong mapping. Normal values are used if there is no strong mapping. -SchemaHandlingStep.attribute.tooltip.tolerant=Tolerant attributes tolerate values that are set outside of midPoint. Non-tolerant attributes will only allow values that are defined in midPoint (e.g. by resource or role mappings). -SchemaHandlingStep.attribute.tooltip.tolerantVP=A value that matches this pattern will be tolerated. I.e. it will remain as the attribute value even if it is not a result of midPoint processing (mappings). +SchemaHandlingStep.attribute.tooltip.fetchStrategy=How to fetch the attribute when it is needed. Implicit\: the attribute is returned by default, it does not need to be requested; Explicit\: the attribute is not returned by default, always request it explicitly. +SchemaHandlingStep.attribute.tooltip.inbound=Inbound mappings map values from the resource (usually an account) to the midPoint (usually a user). SchemaHandlingStep.attribute.tooltip.intolerantVP=A value that matches this pattern will NOT be tolerated. I.e. it will be erased from the attribute value even if it is not a result of midPoint processing (mappings). -SchemaHandlingStep.attribute.tooltip.fetchStrategy=How to fetch the attribute when it is needed. Implicit: the attribute is returned by default, it does not need to be requested; Explicit: the attribute is not returned by default, always request it explicitly. +SchemaHandlingStep.attribute.tooltip.limitations=Specify attribute limitations such as multiplicity, ability to read or write it, etc. SchemaHandlingStep.attribute.tooltip.matchingRule=A rule that determines if two attribute values have the same meaning. E.g. setting this to 'stringIgnoreCase' will make this attribute efficiently case insensitive. SchemaHandlingStep.attribute.tooltip.outbound=Outbound mappings map values from midPoint (usually a user) to the resource (usually an account). -SchemaHandlingStep.attribute.tooltip.inbound=Inbound mappings map values from the resource (usually an account) to the midPoint (usually a user). - -SchemaHandlingStep.association.tooltip.kind=Kind of the association target object type. This is usually "entitlement". Target kind and intent identify an object type which is association target, e.g. a group, privilege, role, etc. -SchemaHandlingStep.association.tooltip.intent=Intent of the association target object type. Target kind and intent identify an object type which is association target, e.g. a group, privilege, role, etc. -SchemaHandlingStep.association.tooltip.direction=Defines the direction of the association. Object-to-subject: Object (e.g. group) has an attribute that contains identifier of the subject (e.g. account); Subject-to-object: Subject (e.g. account) has an attribute that contains identifier of the object (e.g. group). -SchemaHandlingStep.association.tooltip.associationAttribute=Name of the attribute that "holds" the association. I.e. an attribute which contains the identifier of the associated object. This is usually an attribute such as "memeber", "groups", "roles", etc. In subject-to-object associations this is an attribute of a subject (e.g. account attribute "groups"). In object-to-subject associations this is an attribute of an object (e.g. group attribute "members"). -SchemaHandlingStep.association.tooltip.valueAttribute=Name of the attribute that is the source of a value for the association. The value of this attribute will be taken and stored into the association attribute to form an association. This is usually an attribute that contains an identifier or name such as "uid", "id", "name", etc. In subject-to-object associations this is an attribute of an object (e.g. group). In object-to-subject associations this is an attribute of a subject (e.g. account). -SchemaHandlingStep.association.tooltip.explicitRefIntegrity=Explicit referential integrity. If set to false then midPoint assumes that the resource implements referential integrity. E.g. midPoint assumes that the resource automatically updates the association identifiers if an account is renamed and midPoint does not need to do anything. If set to true then midPoint will do referential integrity explicitly. In this case midPoint will explicitly update the association attributes if an account is renamed. - -SchemaHandlingStep.iteration.tooltip.maxIteration=Maximum number of iterations to try. The operation will end with a failure if the maximum number of iterations is tried without any success. -SchemaHandlingStep.iteration.tooltip.variable=TODO: SchemaHandlingStep.iteration.tooltip.variable -SchemaHandlingStep.iteration.tooltip.returnMultiplicity=TODO: SchemaHandlingStep.iteration.tooltip.returnMultiplicity - -SchemaHandlingStep.activation.tooltip.fetchStrategy=How to fetch the attribute when it is needed. Implicit: the attribute is returned by default, it does not need to be requested; Explicit: the attribute is not returned by default, always request it explicitly. -SchemaHandlingStep.activation.tooltip.outbound=Outbound mappings map values from midPoint (usually a user) to the resource (usually an account). -SchemaHandlingStep.activation.tooltip.inbound=Inbound mappings map values from the resource (usually an account) to the midPoint (usually a user). - -SchemaHandlingStep.credentials.tooltip.fetchStrategy=How to fetch the credentials value when it is needed. Implicit: the value is returned by default, it does not need to be requested; Explicit: the value is not returned by default, always request it explicitly. -SchemaHandlingStep.credentials.tooltip.outbound=Outbound mappings map values from midPoint (usually a user) to the resource (usually an account). +SchemaHandlingStep.attribute.tooltip.reference=Name of the attribute to configure. All the settings and mappings below apply to this attribute. +SchemaHandlingStep.attribute.tooltip.tolerant=Tolerant attributes tolerate values that are set outside of midPoint. Non-tolerant attributes will only allow values that are defined in midPoint (e.g. by resource or role mappings). +SchemaHandlingStep.attribute.tooltip.tolerantVP=A value that matches this pattern will be tolerated. I.e. it will remain as the attribute value even if it is not a result of midPoint processing (mappings). +SchemaHandlingStep.credentials.tooltip.fetchStrategy=How to fetch the credentials value when it is needed. Implicit\: the value is returned by default, it does not need to be requested; Explicit\: the value is not returned by default, always request it explicitly. SchemaHandlingStep.credentials.tooltip.inbound=Inbound mappings map values from the resource (usually an account) to the midPoint (usually a user). +SchemaHandlingStep.credentials.tooltip.outbound=Outbound mappings map values from midPoint (usually a user) to the resource (usually an account). SchemaHandlingStep.credentials.tooltip.passwordPolicyRef=Password policy to apply to this credential. This setting overrides other settings, e.g. default password policy defined in system configuration. If no password policy is defined here then the usual default will be used. - -SchemaHandlingStep.protected.tooltip.name=TODO: SchemaHandlingStep.protected.tooltip.name -SchemaHandlingStep.protected.tooltip.uid=TODO: SchemaHandlingStep.protected.tooltip.uid -SchemaHandlingStep.protected.tooltip.filter=TODO: SchemaHandlingStep.protected.tooltip.filter -SchemaHandlingStep.tooltip.filterClause=TODO: SchemaHandlingStep.tooltip.filterClause - +SchemaHandlingStep.dependency.tooltip.intent=Intent of the object on which we depend. +SchemaHandlingStep.dependency.tooltip.kind=Kind of the object on which we depend. +SchemaHandlingStep.dependency.tooltip.order=Normally zero. Can specify an integer that determines the ordering of dependencies that form a cycle and could not be otherwise be resolved (a.k.a. high-order dependencies). +SchemaHandlingStep.dependency.tooltip.resourceRef=Resource on which we depend. +SchemaHandlingStep.dependency.tooltip.strictness=Specifies how strictly will be the dependency resolved. Lax\: if the dependency is not there continue as normal (only used to impose operation ordering); Relaxed\: refuse to do operation unless the dependency is tried first, but if that fails then continue anyway; Strict\: proceed only is the dependency is tried first and it succeeds. +SchemaHandlingStep.iteration.tooltip.maxIteration=Maximum number of iterations to try. The operation will end with a failure if the maximum number of iterations is tried without any success. +SchemaHandlingStep.iteration.tooltip.returnMultiplicity=TODO\: SchemaHandlingStep.iteration.tooltip.returnMultiplicity +SchemaHandlingStep.iteration.tooltip.variable=TODO\: SchemaHandlingStep.iteration.tooltip.variable SchemaHandlingStep.limitations.tooltip.layers=System layers to which this limitation applies. Sometimes the limitation does not apply equally to all the layers. E.g. the attribute may be formally read-write but we want it to be only presented as read-only by the user interface and change it only through mappings. In such a case the read-only limitation applies only to "presentation" layer. +SchemaHandlingStep.limitations.tooltip.other=TODO\: REMOVE THIS TOOLTIP SchemaHandlingStep.limitations.tooltip.propertyAccess=The type of access which is allowed or denied. -SchemaHandlingStep.limitations.tooltip.other=TODO: REMOVE THIS TOOLTIP - -SynchronizationStep.tooltip.kind=Object kind for which this definition applies. If the object (shadow) already has a kind and intent when it is processed by the synchronization code then this kind/intent definition will be used to select the synchronization settings to apply to this object. If the object does not have kind/intent then object class and conditions will be used to select the settings. In such a case the object (shadow) will be marked by the kind specified in this field. -SynchronizationStep.tooltip.intent=Object intent for which this definition applies. If the object (shadow) already has a kind and intent when it is processed by the synchronization code then this kind/intent definition will be used to select the synchronization settings to apply to this object. If the object does not have kind/intent then object class and conditions will be used to select the settings. In such a case the object (shadow) will be marked by the intent specified in this field. -SynchronizationStep.tooltip.objectClass=Object class for which this definition applies. This will be used to select the synchronization settings in case the object (shadow) does not have kind/intent definition yet. -SynchronizationStep.tooltip.focus=The type of focal object that corresponds to the resource object. For account objects this is usually a user object (UserType). This can be set to RoleType or OrgType for entitlement objects and so on. -SynchronizationStep.tooltip.enabled=Set to true if this synchronization setting is enabled. This is the default. This setting can be used to temporarily disable the synchronization setting. +SchemaHandlingStep.message.validationError=Inserted objectClass value\: '{0}' is not valid. Please provide valid objectClass value. +SchemaHandlingStep.protected.tooltip.filter=TODO\: SchemaHandlingStep.protected.tooltip.filter +SchemaHandlingStep.protected.tooltip.name=TODO\: SchemaHandlingStep.protected.tooltip.name +SchemaHandlingStep.protected.tooltip.uid=TODO\: SchemaHandlingStep.protected.tooltip.uid +SchemaHandlingStep.tooltip.activation=Definition how to map activation states (enabled/disabled/archived) and dates (validity from and to). +SchemaHandlingStep.tooltip.assignmentPolicyRef=Assignment policy specifies how strictly are the assignments enforced. None\: the assignments are not enforced at all; Positive\: assignments only add values (never substract); Relative\: only changes are propagated, existing values are left as they are; Full\: everything is strictly enforced (both changed and existing values). +SchemaHandlingStep.tooltip.associations=Definitions how entitlement associations are to be handled. +SchemaHandlingStep.tooltip.attributes=Definitions how individual attributes are to be handled. Each definition may contain inbound/outbound mappings, attribute limitations, etc. +SchemaHandlingStep.tooltip.credentials=Definition how to handle credentials such as passwords. +SchemaHandlingStep.tooltip.default=If set to true then this definition is the default for its kind. I.e. if no intent is explicitly specified then this definition will be used. +SchemaHandlingStep.tooltip.dependency=Dependencies are object types that has to be processed before this object types is processed. I.e. this object type depends on them. The object types on which this object type depends will be provisioned before this object type. Dependencies are used to impose ordering into provisioning operations. +SchemaHandlingStep.tooltip.filterClause=TODO\: SchemaHandlingStep.tooltip.filterClause +SchemaHandlingStep.tooltip.intent=Intent specifies what midPoint should do with the object. Intent sorts objects of the same kind into several categories. Objects with different intents may be handled differently by midPoint. +SchemaHandlingStep.tooltip.iteration=Iteratively find values for unique attributes such as identifiers. MidPoint will try several times to find a unique value for such attributes. +SchemaHandlingStep.tooltip.kind=Kind specified what this object is, whether it is account, entitlement or something else. +SchemaHandlingStep.tooltip.objectClass=Object class from the schema that will be used to construct instances of this object type. +SchemaHandlingStep.tooltip.protected=Specification of protected instances of this object type. MidPoint can see protected instances but they cannot be touched. Any attempt to modify them will fail. This is used to protect emergency administration accounts such as "root" or "administrator". +SchemaStep.tooltip.intent=Intent specifies what midPoint should do with the object. Intent sorts objects of the same kind into several categories. Objects with different intents may be handled differently by midPoint. +SchemaStep.tooltip.isDefault=If set to true then this definition is the default for its kind. I.e. if no intent is explicitly specified then this definition will be used. +SchemaStep.tooltip.kind=Kind specified what this object is, whether it is account, entitlement or something else. +SchemaStep.tooltip.nativeObjectClass=Object class name how it is natively known by the resource (or the connector). +SynchronizationStep.reaction.tooltip.action=Explicit action. This setting defines what midPoint has to do as a reaction to the synchronization event. +SynchronizationStep.reaction.tooltip.channel=Channel limitation. If the synchronization event originated from the specified channel (e.g. live sync, reconciliation or import) then this reaction will be processed. It will be ignored otherwise. +SynchronizationStep.reaction.tooltip.objectTemplateRef=Object template that will be used to process this specific synchronization event. If no object template is specified here then the usual default will be used. +SynchronizationStep.reaction.tooltip.reconcile=If set to true then the reconciliation step will be forced for this synchronization event. The attributes will be explicitly fetched is they are not present. If set to false then the reconciliation will be automatic. In that case the reconciliation happens only if the attributes are already present in the synchronization event. If the attributes are not present they will not be explicitly fetched and the reconciliation will be skipped. +SynchronizationStep.reaction.tooltip.situation=Synchronization situation. If the situation of the event matches the situation specified here then the reaction will be applied. It will be ignored otherwise. +SynchronizationStep.reaction.tooltip.synchronize=If set to true then the usual synchronization algorithms will be applied (a.k.a. clockwork and projector) in addition to explicit action specified below. This is the usual case. If set to false then the synchronization algorithms will be skipped and only the explicit action will be executed. SynchronizationStep.tooltip.condition=The synchronization setting will be applied only if this condition returns true. The condition is used mostly to sort the object of the same kind into intents. E.g. the condition may decide whether the username starts with "T". If is does then it can sort out accounts to intent "test" and if it does not then the account will have default intent. -SynchronizationStep.tooltip.correlation=Correlation expression. The correlation expression is used to link focal objects (e.g. User) and shadows (e.g. account) that belong together. The correlation expression results in a search filter that is executed over the focal objects (usually users). The query returns candidate objects for linking. Correlation expression must be very efficient otherwise the synchronization performance will suffer. SynchronizationStep.tooltip.confirmation=Confirmation expression. Each result of the correlation expression will be passed to confirmation expression. If the confirmation expression returns true then the objects will be linked. If no confirmation expression is specified then all the objects returned from the correlation query are accepted by default. Confirmation expression may be reasonable resource-intensive because it will be executed only for objects that are returned from the correlation query. +SynchronizationStep.tooltip.correlation=Correlation expression. The correlation expression is used to link focal objects (e.g. User) and shadows (e.g. account) that belong together. The correlation expression results in a search filter that is executed over the focal objects (usually users). The query returns candidate objects for linking. Correlation expression must be very efficient otherwise the synchronization performance will suffer. +SynchronizationStep.tooltip.enabled=Set to true if this synchronization setting is enabled. This is the default. This setting can be used to temporarily disable the synchronization setting. +SynchronizationStep.tooltip.focus=The type of focal object that corresponds to the resource object. For account objects this is usually a user object (UserType). This can be set to RoleType or OrgType for entitlement objects and so on. +SynchronizationStep.tooltip.intent=Object intent for which this definition applies. If the object (shadow) already has a kind and intent when it is processed by the synchronization code then this kind/intent definition will be used to select the synchronization settings to apply to this object. If the object does not have kind/intent then object class and conditions will be used to select the settings. In such a case the object (shadow) will be marked by the intent specified in this field. +SynchronizationStep.tooltip.kind=Object kind for which this definition applies. If the object (shadow) already has a kind and intent when it is processed by the synchronization code then this kind/intent definition will be used to select the synchronization settings to apply to this object. If the object does not have kind/intent then object class and conditions will be used to select the settings. In such a case the object (shadow) will be marked by the kind specified in this field. +SynchronizationStep.tooltip.objectClass=Object class for which this definition applies. This will be used to select the synchronization settings in case the object (shadow) does not have kind/intent definition yet. SynchronizationStep.tooltip.objectTemplate=Object template that will be used to process this specific synchronization event. If no object template is specified here then the usual default will be used. -SynchronizationStep.tooltip.reconcile=If set to true then the reconciliation step will be forced for this synchronization event. The attributes will be explicitly fetched is they are not present. If set to false then the reconciliation will be automatic. In that case the reconciliation happens only if the attributes are already present in the synchronization event. If the attributes are not present they will not be explicitly fetched and the reconciliation will be skipped. SynchronizationStep.tooltip.opportunistic=If set to true then opportunistic synchronization (a.k.a. discovery) will be enabled during the processing of this event. SynchronizationStep.tooltip.reaction=Specifies how midPoint reacts to this synchronization event. Several reactions can be specified. The reaction appropriate for the synchronization situation of the event will be selected. - -SynchronizationStep.reaction.tooltip.situation=Synchronization situation. If the situation of the event matches the situation specified here then the reaction will be applied. It will be ignored otherwise. -SynchronizationStep.reaction.tooltip.channel=Channel limitation. If the synchronization event originated from the specified channel (e.g. live sync, reconciliation or import) then this reaction will be processed. It will be ignored otherwise. -SynchronizationStep.reaction.tooltip.synchronize=If set to true then the usual synchronization algorithms will be applied (a.k.a. clockwork and projector) in addition to explicit action specified below. This is the usual case. If set to false then the synchronization algorithms will be skipped and only the explicit action will be executed. -SynchronizationStep.reaction.tooltip.reconcile=If set to true then the reconciliation step will be forced for this synchronization event. The attributes will be explicitly fetched is they are not present. If set to false then the reconciliation will be automatic. In that case the reconciliation happens only if the attributes are already present in the synchronization event. If the attributes are not present they will not be explicitly fetched and the reconciliation will be skipped. -SynchronizationStep.reaction.tooltip.objectTemplateRef=Object template that will be used to process this specific synchronization event. If no object template is specified here then the usual default will be used. -SynchronizationStep.reaction.tooltip.action=Explicit action. This setting defines what midPoint has to do as a reaction to the synchronization event. - -ResourceWizard.expression.tooltip.type=The type of expression. This specifies whether the expression is a script, value generator or something else. -ResourceWizard.expression.tooltip.language=Programming language in which is the expression script written. -ResourceWizard.expression.tooltip.policyRef=Reference to a value policy object. The specified value policy will be used as a template to generate a value. -ResourceWizard.expression.tooltip.expression=The XML representation of the expression. This is the actual expression code that will be interpreted. - -CapabilityStep.capability.read.tooltip=Capability to read data from the resource. -CapabilityStep.capability.update.tooltip=Capability to update (modify) existing objects on resource. -CapabilityStep.capability.create.tooltip=Capability to create (add) new objects on resource. -CapabilityStep.capability.delete.tooltip=Capability to delete existing objects on resource. -CapabilityStep.capability.liveSync.tooltip=Live synchronization capability. Ability to efficiently fetch data changes in almost-real-time. -CapabilityStep.capability.testConnection.tooltip=Capability to test connection to the resource. -CapabilityStep.capability.activation.tooltip=Activation capability. Ability to enable/disable accounts, set validity dates, etc. -CapabilityStep.capability.credentials.tooltip=Capability to set credentials for resource accounts. -CapabilityStep.capability.script.tooltip=Capability to execute scripts on connector and resource. - -CapabilityStep.activation.tooltip.enabled=True if this capability is active. False if it is disabled. Disabled capability acts in the same way as if it was not there. Capabilities can be disabled e.g. to work around connector bugs, to make resource read-only, etc. -CapabilityStep.activation.tooltip.returnedByDefault=If true then the activation attribute is returned with resource objects by default and it does not need to be requested. If false then the activation attribute has to be explicitly requested. -CapabilityStep.activation.tooltip.ignoreAttribute=If set to true then the attribute which is used for simulated activation will be mark as ignored in the schema. I.e. midPoint will pretend that this attribute does not exist and only use the standard administrativeStatus. This is the default. If set to false then the attribute will also be visible in the schema and both the administrativeStatus and the original attribute will work. This may be needed if the attribute has a richer set of states than the administrativeStatus attribute. But in this case beware of value conflicts between administrativeStatus and the original attribute. -CapabilityStep.activation.tooltip.attributeName=Name of the attribute that contains a value for simulated administrativeStatus. This is usually an attribute that contains some kind of enabled/disabled information. Typical examples are attributes such as "enabled", "ds-pwp-account-disabled", "accountStatus", etc. -CapabilityStep.activation.tooltip.enableList=List of attribute values that represent the "enabled" state. If any of these values are present in the attribute then the object will be considered to be enabled. Typical values are "true", "ENABLED", "1" and so on. -CapabilityStep.activation.tooltip.disableList=List of attribute values that represent the "disabled" state. If any of these values are present in the attribute then the object will be considered to be disabled. Typical values are "false", "disabled", "0" or empty value. -CapabilityStep.activation.tooltip.validFromEnabled=True if the resource supports validFrom activation property. -CapabilityStep.activation.tooltip.validFromReturned=True of the validFrom property is returned by default. False if it needs to be explicitly requested. -CapabilityStep.activation.tooltip.validToEnabled=True if the resource supports validTo activation property -CapabilityStep.activation.tooltip.validToReturned=True of the validFrom property is returned by default. False if it needs to be explicitly requested. - -CapabilityStep.script.tooltip.enabled=True if this capability is active. False if it is disabled. Disabled capability acts in the same way as if it was not there. Capabilities can be disabled e.g. to work around connector bugs, to make resource read-only, etc. -CapabilityStep.script.tooltip.onConnector=Capability to execute scripts "on connector". This means that the scripts will be executed on the machine where the connector is installed. This is usually midPoint node or a connector server. -CapabilityStep.script.tooltip.onResource=Capability to execute scripts "on resource". This means that the scripts will be executed on the machine where the connector connects. This is usually the server that hosts the resource (AD server, remote Unix machine, database server, etc.) - -CapabilityStep.credentials.tooltip.enabled=True if this capability is active. False if it is disabled. Disabled capability acts in the same way as if it was not there. Capabilities can be disabled e.g. to work around connector bugs, to make resource read-only, etc. -CapabilityStep.credentials.tooltip.passEnabled=True if the resource supports password credentials. -CapabilityStep.credentials.tooltip.passReturned=True of the password is returned by default. False if it needs to be explicitly requested. - -QNameEditor.tooltip.attribute=TODO: QNameEditor.tooltip.attribute -QNameEditor.tooltip.namespace=TODO: QNameEditor.tooltip.namespace - +SynchronizationStep.tooltip.reconcile=If set to true then the reconciliation step will be forced for this synchronization event. The attributes will be explicitly fetched is they are not present. If set to false then the reconciliation will be automatic. In that case the reconciliation happens only if the attributes are already present in the synchronization event. If the attributes are not present they will not be explicitly fetched and the reconciliation will be skipped. +WizardStep.title= diff --git a/gui/admin-gui/src/main/java/com/evolveum/midpoint/web/component/wizard/resource/CapabilityStep.properties b/gui/admin-gui/src/main/java/com/evolveum/midpoint/web/component/wizard/resource/CapabilityStep.properties index adb4a7bde98..73a4bb89fc6 100644 --- a/gui/admin-gui/src/main/java/com/evolveum/midpoint/web/component/wizard/resource/CapabilityStep.properties +++ b/gui/admin-gui/src/main/java/com/evolveum/midpoint/web/component/wizard/resource/CapabilityStep.properties @@ -1,11 +1,11 @@ # -# Copyright (c) 2010-2013 Evolveum +# Copyright (c) 2010-2015 Evolveum # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http://www.apache.org/licenses/LICENSE-2.0 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, @@ -13,7 +13,8 @@ # See the License for the specific language governing permissions and # limitations under the License. # -WizardStep.title=Capabilities -CapabilityStep.native=Native + CapabilityStep.configured=Configured CapabilityStep.message.cantLoadCaps=Couldn't load capabilities +CapabilityStep.native=Native +CapabilityStep.title=Capabilities diff --git a/gui/admin-gui/src/main/java/com/evolveum/midpoint/web/component/wizard/resource/ConfigurationStep.properties b/gui/admin-gui/src/main/java/com/evolveum/midpoint/web/component/wizard/resource/ConfigurationStep.properties index ee2f25384c5..7dd19a83a59 100644 --- a/gui/admin-gui/src/main/java/com/evolveum/midpoint/web/component/wizard/resource/ConfigurationStep.properties +++ b/gui/admin-gui/src/main/java/com/evolveum/midpoint/web/component/wizard/resource/ConfigurationStep.properties @@ -1,11 +1,11 @@ # -# Copyright (c) 2010-2013 Evolveum +# Copyright (c) 2010-2015 Evolveum # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http://www.apache.org/licenses/LICENSE-2.0 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, @@ -13,8 +13,9 @@ # See the License for the specific language governing permissions and # limitations under the License. # -WizardStep.title=Configuration + configurationProperties=Configuration +ConfigurationStep.button.testConnection=Save and Test connection +ConfigurationStep.title=Configuration connectorPoolConfiguration=Connector pool timeouts=Timeouts -ConfigurationStep.button.testConnection=Save and Test connection diff --git a/gui/admin-gui/src/main/java/com/evolveum/midpoint/web/component/wizard/resource/NameStep.properties b/gui/admin-gui/src/main/java/com/evolveum/midpoint/web/component/wizard/resource/NameStep.properties index 6fb18beb86e..cec24625ee5 100644 --- a/gui/admin-gui/src/main/java/com/evolveum/midpoint/web/component/wizard/resource/NameStep.properties +++ b/gui/admin-gui/src/main/java/com/evolveum/midpoint/web/component/wizard/resource/NameStep.properties @@ -1,11 +1,11 @@ # -# Copyright (c) 2010-2013 Evolveum +# Copyright (c) 2010-2015 Evolveum # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http://www.apache.org/licenses/LICENSE-2.0 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, @@ -14,18 +14,18 @@ # limitations under the License. # -WizardStep.title=Resource basics -NameStep.name=Resource name +NameStep.arrowToTurotialText=Each step of the wizard has a help button. Press this button to gain information about the purpose of a specific configuration step. +NameStep.connectorBundle=Bundle NameStep.connectorHost=Connector host -NameStep.description=Description -NameStep.hostNotUsed=Not used +NameStep.connectorInformation=Information NameStep.connectorName=Connector name +NameStep.connectorNotSelected=Connector was not selected. +NameStep.connectorType=Connector NameStep.connectorVersion=Connector version -NameStep.undefinedVersion=Undefined version +NameStep.description=Description +NameStep.hostNotUsed=Not used +NameStep.name=Resource name +NameStep.title=Resource basics NameStep.undefinedName=Undefined name -NameStep.connectorType=Connector -NameStep.connectorBundle=Bundle -NameStep.connectorInformation=Information -NameStep.connectorNotSelected=Connector was not selected. +NameStep.undefinedVersion=Undefined version NameStep.unknownVersion=Unknown -NameStep.arrowToTurotialText=Each step of the wizard has a help button. Press this button to gain information about the purpose of a specific configuration step. diff --git a/gui/admin-gui/src/main/java/com/evolveum/midpoint/web/component/wizard/resource/SchemaHandlingStep.properties b/gui/admin-gui/src/main/java/com/evolveum/midpoint/web/component/wizard/resource/SchemaHandlingStep.properties index b014368d0f5..1233ea0503d 100644 --- a/gui/admin-gui/src/main/java/com/evolveum/midpoint/web/component/wizard/resource/SchemaHandlingStep.properties +++ b/gui/admin-gui/src/main/java/com/evolveum/midpoint/web/component/wizard/resource/SchemaHandlingStep.properties @@ -1,11 +1,11 @@ # -# Copyright (c) 2010-2013 Evolveum +# Copyright (c) 2010-2015 Evolveum # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http://www.apache.org/licenses/LICENSE-2.0 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, @@ -13,35 +13,35 @@ # See the License for the specific language governing permissions and # limitations under the License. # -WizardStep.title=Schema handling -SchemaHandlingStep.label.objectTypes=Object Types + +AssignmentPolicyEnforcementType.FULL=Full +AssignmentPolicyEnforcementType.NONE=None +AssignmentPolicyEnforcementType.POSITIVE=Positive +AssignmentPolicyEnforcementType.RELATIVE=Relative SchemaHandlingStep.button.add=Add New Object Type -SchemaHandlingStep.label.newObjectType=New object type -SchemaHandlingStep.label.kind=Kind -SchemaHandlingStep.label.intent=Intent -SchemaHandlingStep.label.emptyDisplayName=--Select object type to edit-- -SchemaHandlingStep.label.displayName=Display name -SchemaHandlingStep.label.description=Description +SchemaHandlingStep.label.activation=Activation +SchemaHandlingStep.label.assignmentPolicyRef=Assignment policy +SchemaHandlingStep.label.associations=Associations +SchemaHandlingStep.label.attributes=Attributes +SchemaHandlingStep.label.credentials=Credentials SchemaHandlingStep.label.default=Default SchemaHandlingStep.label.dependency=Dependencies -SchemaHandlingStep.label.objectClass=Object class -SchemaHandlingStep.label.attributes=Attributes -SchemaHandlingStep.label.associations=Associations -SchemaHandlingStep.label.assignmentPolicyRef=Assignment policy +SchemaHandlingStep.label.description=Description +SchemaHandlingStep.label.displayName=Display name +SchemaHandlingStep.label.emptyDisplayName=--Select object type to edit-- +SchemaHandlingStep.label.intent=Intent SchemaHandlingStep.label.iteration=Iteration +SchemaHandlingStep.label.kind=Kind +SchemaHandlingStep.label.newObjectType=New object type +SchemaHandlingStep.label.objectClass=Object class +SchemaHandlingStep.label.objectTypes=Object Types SchemaHandlingStep.label.protected=Protected -SchemaHandlingStep.label.activation=Activation -SchemaHandlingStep.label.credentials=Credentials +SchemaHandlingStep.message.errorLoadingObjectTypeList=Couldn't load object class list from resource. Error\: +SchemaHandlingStep.message.saveError=Couldn't save schema handling, {0} +SchemaHandlingStep.message.selectObjectClassAss=Please provide 'Object class' attribute before creating resource association. +SchemaHandlingStep.message.selectObjectClassAttr=Please provide 'Object class' attribute before creating resource attribute. +SchemaHandlingStep.message.validationError=Inserted objectClass value\: '{0}' is not valid. Please provide valid objectClass value. +SchemaHandlingStep.title=Schema handling ShadowKindType.ACCOUNT=Account ShadowKindType.ENTITLEMENT=Entitlement ShadowKindType.GENERIC=Generic -AssignmentPolicyEnforcementType.NONE=None -AssignmentPolicyEnforcementType.POSITIVE=Positive -AssignmentPolicyEnforcementType.FULL=Full -AssignmentPolicyEnforcementType.RELATIVE=Relative - -SchemaHandlingStep.message.errorLoadingObjectTypeList=Couldn't load object class list from resource. Error: -SchemaHandlingStep.message.validationError=Inserted objectClass value: '{0}' is not valid. Please provide valid objectClass value. -SchemaHandlingStep.message.selectObjectClassAttr=Please provide 'Object class' attribute before creating resource attribute. -SchemaHandlingStep.message.selectObjectClassAss=Please provide 'Object class' attribute before creating resource association. -SchemaHandlingStep.message.saveError=Couldn't save schema handling, {0} \ No newline at end of file diff --git a/gui/admin-gui/src/main/java/com/evolveum/midpoint/web/component/wizard/resource/SchemaStep.properties b/gui/admin-gui/src/main/java/com/evolveum/midpoint/web/component/wizard/resource/SchemaStep.properties index 0bfdb274eba..72646102857 100644 --- a/gui/admin-gui/src/main/java/com/evolveum/midpoint/web/component/wizard/resource/SchemaStep.properties +++ b/gui/admin-gui/src/main/java/com/evolveum/midpoint/web/component/wizard/resource/SchemaStep.properties @@ -1,11 +1,11 @@ # -# Copyright (c) 2010-2013 Evolveum +# Copyright (c) 2010-2015 Evolveum # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http://www.apache.org/licenses/LICENSE-2.0 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, @@ -13,10 +13,10 @@ # See the License for the specific language governing permissions and # limitations under the License. # -WizardStep.title=Schema -SchemaStep.xml=Xml -SchemaStep.schema=Schema + SchemaStep.button.reload=Reload -SchemaStep.message.reload.ok=Schema for resource '{0}' was reloaded successfully. SchemaStep.message.reload.fail=Schema for resource '{0}' was not reloaded. - +SchemaStep.message.reload.ok=Schema for resource '{0}' was reloaded successfully. +SchemaStep.schema=Schema +SchemaStep.title=Schema +SchemaStep.xml=Xml diff --git a/gui/admin-gui/src/main/java/com/evolveum/midpoint/web/component/wizard/resource/SynchronizationStep.properties b/gui/admin-gui/src/main/java/com/evolveum/midpoint/web/component/wizard/resource/SynchronizationStep.properties index 21e1bddf393..7ec8626e83a 100644 --- a/gui/admin-gui/src/main/java/com/evolveum/midpoint/web/component/wizard/resource/SynchronizationStep.properties +++ b/gui/admin-gui/src/main/java/com/evolveum/midpoint/web/component/wizard/resource/SynchronizationStep.properties @@ -1,11 +1,11 @@ # -# Copyright (c) 2010-2013 Evolveum +# Copyright (c) 2010-2015 Evolveum # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http://www.apache.org/licenses/LICENSE-2.0 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, @@ -13,39 +13,35 @@ # See the License for the specific language governing permissions and # limitations under the License. # -WizardStep.title=Synchronization -SynchronizationStep.label.syncObjectHeader=Sync. Objects -SynchronizationStep.label.newObjectType=New sync. object type -SynchronizationStep.label.emptyDisplayName=--Select sync object to edit-- -SynchronizationStep.label.editSyncObject=Edit '{0}' -SynchronizationStep.label.name=Name + +objectSyncConfig.editorFocus.nullValid=Choose One +objectSyncConfig.editorKind.nullValid=Choose One +objectSyncConfig.editorObjectTemplate.nullValid=Choose One +ShadowKindType.ACCOUNT=Account +ShadowKindType.ENTITLEMENT=Entitlement +ShadowKindType.GENERIC=Generic +SynchronizationStep.button.add=Add Synchronization Object +SynchronizationStep.label.condition=Condition +SynchronizationStep.label.confirmation=Confirmation +SynchronizationStep.label.correlation=Correlation SynchronizationStep.label.description=Description -SynchronizationStep.label.kind=Kind +SynchronizationStep.label.editSyncObject=Edit '{0}' +SynchronizationStep.label.emptyDisplayName=--Select sync object to edit-- +SynchronizationStep.label.enabled=Enabled +SynchronizationStep.label.focus=Focus SynchronizationStep.label.intent=Intent +SynchronizationStep.label.kind=Kind +SynchronizationStep.label.name=Name +SynchronizationStep.label.newObjectType=New sync. object type +SynchronizationStep.label.notSpecified=(name not specified) SynchronizationStep.label.objectClass=Object class -SynchronizationStep.label.focus=Focus -SynchronizationStep.label.enabled=Enabled -SynchronizationStep.label.condition=Condition -SynchronizationStep.label.confirmation=Confirmation SynchronizationStep.label.objectTemplate=Object Template -SynchronizationStep.label.reconcile=Reconcile SynchronizationStep.label.opportunistic=Opportunistic -SynchronizationStep.label.correlation=Correlation SynchronizationStep.label.reaction=Reaction -SynchronizationStep.label.notSpecified=(name not specified) - -SynchronizationStep.button.add=Add Synchronization Object - -ShadowKindType.ACCOUNT=Account -ShadowKindType.ENTITLEMENT=Entitlement -ShadowKindType.GENERIC=Generic - -SynchronizationStep.message.errorLoadingObjectSyncList=Couldn't load object synchronization list from resource. Error: -SynchronizationStep.message.errorLoadingObjectTemplates=Couldn't load object templates from repository. +SynchronizationStep.label.reconcile=Reconcile +SynchronizationStep.label.syncObjectHeader=Sync. Objects SynchronizationStep.message.cantSave=Couldn't save resource synchronization. - +SynchronizationStep.message.errorLoadingObjectSyncList=Couldn't load object synchronization list from resource. Error\: +SynchronizationStep.message.errorLoadingObjectTemplates=Couldn't load object templates from repository. SynchronizationStep.message.unsupportedActionFormat=You are using deprecated attribute 'ref' to define reaction action. Use element 'handlerUri' instead. Actions with 'ref' attribute will not be shown in this wizard. - -objectSyncConfig.editorKind.nullValid=Choose One -objectSyncConfig.editorFocus.nullValid=Choose One -objectSyncConfig.editorObjectTemplate.nullValid=Choose One +SynchronizationStep.title=Synchronization diff --git a/gui/admin-gui/src/main/java/com/evolveum/midpoint/web/page/admin/certification/PageCertCampaign.properties b/gui/admin-gui/src/main/java/com/evolveum/midpoint/web/page/admin/certification/PageCertCampaign.properties index e99d4b93025..6be865dfb19 100644 --- a/gui/admin-gui/src/main/java/com/evolveum/midpoint/web/page/admin/certification/PageCertCampaign.properties +++ b/gui/admin-gui/src/main/java/com/evolveum/midpoint/web/page/admin/certification/PageCertCampaign.properties @@ -14,58 +14,51 @@ # limitations under the License. # -page.title=Access Certification Campaign -page.subTitle= - PageCertCampaign.basic=Basic -PageCertCampaign.name=Name +PageCertCampaign.button.back=Back +PageCertCampaign.button.closeCampaign=Close campaign +PageCertCampaign.button.closeStage=Close stage +PageCertCampaign.button.openNextStage=Open next stage +PageCertCampaign.button.startCampaign=Start campaign +PageCertCampaign.button.startRemediation=Start remediation +PageCertCampaign.currentState=Current state PageCertCampaign.description=Description -PageCertCampaign.owner=Owner -PageCertCampaign.time=Time +PageCertCampaign.menu.accept=Accept +PageCertCampaign.menu.delegate=Delegate +PageCertCampaign.menu.noResponse=No Response +PageCertCampaign.menu.notDecided=Not Decided +PageCertCampaign.menu.reduce=Reduce +PageCertCampaign.menu.revoke=Revoke +PageCertCampaign.name=Name PageCertCampaign.numberOfStages=Number of stages -PageCertCampaign.currentState=Current state +PageCertCampaign.owner=Owner PageCertCampaign.stageTime=Stage time - +PageCertCampaign.statistics.accept=Accept +PageCertCampaign.statistics.delegate=Delegate +PageCertCampaign.statistics.items=Items +PageCertCampaign.statistics.noDecision=No decision (abstain) +PageCertCampaign.statistics.noResponse=No response +PageCertCampaign.statistics.reduce=Reduce +PageCertCampaign.statistics.reduceRemedied=Reduce - remedied +PageCertCampaign.statistics.remedied=Remedied +PageCertCampaign.statistics.response=Response +PageCertCampaign.statistics.revokeRemedied=Revoke - remedied +PageCertCampaign.statistics.revoke=Revoke PageCertCampaign.statistics=Statistics - -PageCertCampaign.table.objectName=Object -PageCertCampaign.table.targetName=Target +PageCertCampaign.subTitle= PageCertCampaign.table.campaignName=Campaign name -PageCertCampaign.table.requested=Requested +PageCertCampaign.table.comments=Comments PageCertCampaign.table.deadline=Deadline +PageCertCampaign.table.decision=Decision +PageCertCampaign.table.objectName=Object +PageCertCampaign.table.remediedAt=Remedied at +PageCertCampaign.table.requested=Requested +PageCertCampaign.table.reviewedAt=Reviewed at PageCertCampaign.table.reviewedBy=Reviewed by PageCertCampaign.table.reviewedInStage=In stage -PageCertCampaign.table.reviewedAt=Reviewed at -PageCertCampaign.table.remediedAt=Remedied at - -PageCertCampaign.table.decision=Decision -PageCertCampaign.table.comments=Comments -PageCertCampaign.menu.accept=Accept -PageCertCampaign.menu.revoke=Revoke -PageCertCampaign.menu.reduce=Reduce -PageCertCampaign.menu.notDecided=Not Decided -PageCertCampaign.menu.delegate=Delegate -PageCertCampaign.menu.noResponse=No Response - -PageCertDecisions.in=in {0} +PageCertCampaign.table.targetName=Target +PageCertCampaign.time=Time +PageCertCampaign.title=Access Certification Campaign PageCertDecisions.ago={0} ago +PageCertDecisions.in=in {0} PageCertDecisions.now=now - -PageCertCampaign.statistics.response=Response -PageCertCampaign.statistics.items=Items -PageCertCampaign.statistics.remedied=Remedied -PageCertCampaign.statistics.accept=Accept -PageCertCampaign.statistics.revoke=Revoke -PageCertCampaign.statistics.revokeRemedied=Revoke - remedied -PageCertCampaign.statistics.reduce=Reduce -PageCertCampaign.statistics.reduceRemedied=Reduce - remedied -PageCertCampaign.statistics.delegate=Delegate -PageCertCampaign.statistics.noDecision=No decision (abstain) -PageCertCampaign.statistics.noResponse=No response - -PageCertCampaign.button.back=Back -PageCertCampaign.button.startCampaign=Start campaign -PageCertCampaign.button.openNextStage=Open next stage -PageCertCampaign.button.closeStage=Close stage -PageCertCampaign.button.startRemediation=Start remediation -PageCertCampaign.button.closeCampaign=Close campaign diff --git a/gui/admin-gui/src/main/java/com/evolveum/midpoint/web/page/admin/certification/PageCertCampaigns.properties b/gui/admin-gui/src/main/java/com/evolveum/midpoint/web/page/admin/certification/PageCertCampaigns.properties index 389c9ce2328..8f701630283 100644 --- a/gui/admin-gui/src/main/java/com/evolveum/midpoint/web/page/admin/certification/PageCertCampaigns.properties +++ b/gui/admin-gui/src/main/java/com/evolveum/midpoint/web/page/admin/certification/PageCertCampaigns.properties @@ -14,54 +14,36 @@ # limitations under the License. # -page.title=Access Certification Campaigns -page.subTitle= - -PageCertCampaigns.table.name=Name -PageCertCampaigns.table.description=Description -PageCertCampaigns.table.state=State -PageCertCampaigns.table.stage=Stage -PageCertCampaigns.table.stages=Stages -PageCertCampaigns.table.deadline=Stage (campaign) deadline - -PageCertCampaigns.inForStage=in {0} -PageCertCampaigns.inForCampaign=(campaign: in {0}) - +PageCertCampaigns.agoForCampaign=(campaign\: {0} ago) PageCertCampaigns.agoForStage={0} ago -PageCertCampaigns.agoForCampaign=(campaign: {0} ago) - -PageCertCampaigns.nowForStage=now -PageCertCampaigns.nowForCampaign=(campaign: now) - -PageCertCampaigns.button.startCampaign=Start campaign -PageCertCampaigns.button.openNextStage=Open next stage +PageCertCampaigns.button.closeCampaign=Close campaign PageCertCampaigns.button.closeStage=Close stage +PageCertCampaigns.button.openNextStage=Open next stage +PageCertCampaigns.button.startCampaign=Start campaign PageCertCampaigns.button.startRemediation=Start remediation -PageCertCampaigns.button.closeCampaign=Close campaign -#PageCertCampaigns.button.statistics=Statistics - -PageCertCampaigns.menu.startSelected=Start selected campaigns -PageCertCampaigns.menu.closeSelected=Close selected campaigns -PageCertCampaigns.menu.deleteSelected=Delete selected campaigns - +PageCertCampaigns.dialog.title.confirmCloseCampaign=Confirm Close Campaign +PageCertCampaigns.dialog.title.confirmCloseStage=Confirm Close Stage +PageCertCampaigns.dialog.title.confirmDeleteCampaign=Confirm Delete Campaign +PageCertCampaigns.inForCampaign=(campaign\: in {0}) +PageCertCampaigns.inForStage=in {0} PageCertCampaigns.menu.close=Close campaign +PageCertCampaigns.menu.closeSelected=Close selected campaigns PageCertCampaigns.menu.delete=Delete campaign - -PageCertCampaigns.message.noCampaignsSelected=No relevant campaigns selected -#PageCertCampaigns.message.closeStageConfirmMultiple=Do you really want to close selected {0} stage(s)? +PageCertCampaigns.menu.deleteSelected=Delete selected campaigns +PageCertCampaigns.menu.startSelected=Start selected campaigns +PageCertCampaigns.message.closeCampaignConfirmMultiple=Do you really want to close selected {0} campaigns? +PageCertCampaigns.message.closeCampaignConfirmSingle=Do you really want to close campaign '{0}' ? PageCertCampaigns.message.closeStageConfirmSingle=Do you really want to close current stage for '{0}'? -PageCertCampaigns.dialog.title.confirmCloseStage=Confirm Close Stage PageCertCampaigns.message.deleteCampaignConfirmMultiple=Do you really want to delete selected {0} campaigns? PageCertCampaigns.message.deleteCampaignConfirmSingle=Do you really want to delete campaign '{0}' ? -PageCertCampaigns.dialog.title.confirmDeleteCampaign=Confirm Delete Campaign -PageCertCampaigns.dialog.title.confirmCloseCampaign=Confirm Close Campaign -PageCertCampaigns.message.closeCampaignConfirmSingle=Do you really want to close campaign '{0}' ? -PageCertCampaigns.message.closeCampaignConfirmMultiple=Do you really want to close selected {0} campaigns? - - - - - - - - +PageCertCampaigns.message.noCampaignsSelected=No relevant campaigns selected +PageCertCampaigns.nowForCampaign=(campaign\: now) +PageCertCampaigns.nowForStage=now +PageCertCampaigns.subTitle= +PageCertCampaigns.table.deadline=Stage (campaign) deadline +PageCertCampaigns.table.description=Description +PageCertCampaigns.table.name=Name +PageCertCampaigns.table.stages=Stages +PageCertCampaigns.table.stage=Stage +PageCertCampaigns.table.state=State +PageCertCampaigns.title=Access Certification Campaigns diff --git a/gui/admin-gui/src/main/java/com/evolveum/midpoint/web/page/admin/certification/PageCertDecisions.properties b/gui/admin-gui/src/main/java/com/evolveum/midpoint/web/page/admin/certification/PageCertDecisions.properties index d1a905498df..fdd7554ecee 100644 --- a/gui/admin-gui/src/main/java/com/evolveum/midpoint/web/page/admin/certification/PageCertDecisions.properties +++ b/gui/admin-gui/src/main/java/com/evolveum/midpoint/web/page/admin/certification/PageCertDecisions.properties @@ -14,36 +14,28 @@ # limitations under the License. # -page.title=My cases to decide -page.subTitle= - -PageCertDecisions.table.objectName=Object -PageCertDecisions.table.targetName=Target -PageCertDecisions.table.targetType=Type -PageCertDecisions.table.campaignName=Campaign name -PageCertDecisions.table.campaignStage=Stage -PageCertDecisions.table.requested=Requested -PageCertDecisions.table.deadline=Deadline -# TODO change to "Maintain" / "Revoke" / "No idea" / "Delegate" ... -PageCertDecisions.table.decision=Decision -PageCertDecisions.table.comment=Comment +PageCertDecisions.checkbox.showNoResponseOnly=Show "no response" cases only PageCertDecisions.menu.accept=Accept -PageCertDecisions.menu.revoke=Revoke -PageCertDecisions.menu.reduce=Reduce -PageCertDecisions.menu.notDecided=Not Decided -PageCertDecisions.menu.delegate=Delegate -PageCertDecisions.menu.noResponse=No Response - PageCertDecisions.menu.acceptSelected=Accept selected -PageCertDecisions.menu.revokeSelected=Revoke selected -PageCertDecisions.menu.reduceSelected=Reduce selected -PageCertDecisions.menu.notDecidedSelected=Mark selected as Not decided +PageCertDecisions.menu.delegate=Delegate PageCertDecisions.menu.delegateSelected=Delegate selected +PageCertDecisions.menu.noResponse=No Response PageCertDecisions.menu.noResponseSelected=Mark selected as No response -#PageCertDecisions.menu.showCommentField=Show comment field -#PageCertDecisions.menu.hideCommentField=Hide comment field - +PageCertDecisions.menu.notDecided=Not Decided +PageCertDecisions.menu.notDecidedSelected=Mark selected as Not decided +PageCertDecisions.menu.reduce=Reduce +PageCertDecisions.menu.reduceSelected=Reduce selected +PageCertDecisions.menu.revoke=Revoke +PageCertDecisions.menu.revokeSelected=Revoke selected PageCertDecisions.message.noItemSelected=No item selected - -PageCertDecisions.checkbox.showNoResponseOnly=Show "no response" cases only - +PageCertDecisions.subTitle= +PageCertDecisions.table.campaignName=Campaign name +PageCertDecisions.table.campaignStage=Stage +PageCertDecisions.table.comment=Comment +PageCertDecisions.table.deadline=Deadline +PageCertDecisions.table.decision=Decision +PageCertDecisions.table.objectName=Object +PageCertDecisions.table.requested=Requested +PageCertDecisions.table.targetName=Target +PageCertDecisions.table.targetType=Type +PageCertDecisions.title=My cases to decide diff --git a/gui/admin-gui/src/main/java/com/evolveum/midpoint/web/page/admin/certification/PageCertDefinition.properties b/gui/admin-gui/src/main/java/com/evolveum/midpoint/web/page/admin/certification/PageCertDefinition.properties index 1fa48c21c91..1c85d892324 100644 --- a/gui/admin-gui/src/main/java/com/evolveum/midpoint/web/page/admin/certification/PageCertDefinition.properties +++ b/gui/admin-gui/src/main/java/com/evolveum/midpoint/web/page/admin/certification/PageCertDefinition.properties @@ -14,18 +14,14 @@ # limitations under the License. # -page.title=Access Certification Campaign Definition -page.subTitle= - -PageCertDefinition.name=Name -PageCertDefinition.description=Description -PageCertDefinition.owner=Owner -PageCertDefinition.numberOfStages=Number of stages - -PageCertDefinition.button.back=Back -PageCertDefinition.button.save=Save - CertDefinitionPage.message.cantSaveEmpty=Can't save empty XML - PageCertDefinition.basicInformation=Basic information -PageCertDefinition.xmlDefinition=XML definition \ No newline at end of file +PageCertDefinition.button.back=Back +PageCertDefinition.button.save=Save +PageCertDefinition.description=Description +PageCertDefinition.name=Name +PageCertDefinition.numberOfStages=Number of stages +PageCertDefinition.owner=Owner +PageCertDefinition.subTitle= +PageCertDefinition.title=Access Certification Campaign Definition +PageCertDefinition.xmlDefinition=XML definition diff --git a/gui/admin-gui/src/main/java/com/evolveum/midpoint/web/page/admin/certification/PageCertDefinitions.properties b/gui/admin-gui/src/main/java/com/evolveum/midpoint/web/page/admin/certification/PageCertDefinitions.properties index ac0d893aacd..01bb6c88aea 100644 --- a/gui/admin-gui/src/main/java/com/evolveum/midpoint/web/page/admin/certification/PageCertDefinitions.properties +++ b/gui/admin-gui/src/main/java/com/evolveum/midpoint/web/page/admin/certification/PageCertDefinitions.properties @@ -14,20 +14,15 @@ # limitations under the License. # -page.title=Access Certification Definitions -page.subTitle=available - -PageCertDefinitions.table.name=Name -PageCertDefinitions.table.description=Description - -PageCertDefinitions.button.showCampaigns=Show campaigns +PageCertDefinitions.basicInformation=Basic information PageCertDefinitions.button.createCampaign=Create campaign PageCertDefinitions.button.deleteDefinition=Delete definition PageCertDefinitions.button.editAsXml=Edit as XML -#PageCertDefinitions.button.configure=Configure - -PageCertDefinitions.basicInformation=Basic information -PageCertDefinitionsxmlDefinition=XML definition - +PageCertDefinitions.button.showCampaigns=Show campaigns +PageCertDefinitions.deleteDefinitionConfirmSingle=Do you really want to delete definition '{0}'? +PageCertDefinitions.subTitle=available +PageCertDefinitions.table.description=Description +PageCertDefinitions.table.name=Name +PageCertDefinitions.title=Access Certification Definitions PageCertDefinitions.title.confirmDelete=Confirm delete -PageCertDefinitions.deleteDefinitionConfirmSingle=Do you really want to delete definition '{0}'? \ No newline at end of file +PageCertDefinitionsxmlDefinition=XML definition diff --git a/gui/admin-gui/src/main/java/com/evolveum/midpoint/web/page/admin/configuration/PageAbout.properties b/gui/admin-gui/src/main/java/com/evolveum/midpoint/web/page/admin/configuration/PageAbout.properties index 0b4579d1b55..8795fb3f937 100644 --- a/gui/admin-gui/src/main/java/com/evolveum/midpoint/web/page/admin/configuration/PageAbout.properties +++ b/gui/admin-gui/src/main/java/com/evolveum/midpoint/web/page/admin/configuration/PageAbout.properties @@ -1,11 +1,11 @@ # -# Copyright (c) 2010-2013 Evolveum +# Copyright (c) 2010-2015 Evolveum # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http://www.apache.org/licenses/LICENSE-2.0 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, @@ -14,29 +14,29 @@ # limitations under the License. # -page.title=About -page.subTitle=midPoint -PageAbout.midPointVersionTitle=Version +PageAbout.allRightsReserved=©2014 Evolveum. +PageAbout.button.testProvisioning=Provisioning self test +PageAbout.button.testRepositoryCheckOrgClosure=Check and repair org closure consistency +PageAbout.button.testRepository=Repository self test +PageAbout.message.couldntObtainJvmParams=Couldn't obtain JVM parameters from JMX. +PageAbout.midPointRevision=${describe} PageAbout.midPointRevisionTitle=Git describe PageAbout.midPointVersion=${pom.version} -PageAbout.midPointRevision=${describe} -PageAbout.unknownBuildNumber=unknown -PageAbout.title.basic=Basic -PageAbout.title.systemProperties=System properties -PageAbout.title.repository=Repository -PageAbout.title.repository.additional=Additional details -PageAbout.title.provisioning=Provisioning -PageAbout.title.jvmProperties=JVM properties -PageAbout.repoDiag.implementationShortName=Implementation name -PageAbout.repoDiag.implementationDescription=Implementation description -PageAbout.repoDiag.isEmbedded=Is embedded +PageAbout.midPointVersionTitle=Version +PageAbout.repoDiag.additionalDetails.name=Name +PageAbout.repoDiag.additionalDetails.value=Value PageAbout.repoDiag.driverShortName=Driver short name PageAbout.repoDiag.driverVersion=Driver version +PageAbout.repoDiag.implementationDescription=Implementation description +PageAbout.repoDiag.implementationShortName=Implementation name +PageAbout.repoDiag.isEmbedded=Is embedded PageAbout.repoDiag.repositoryUrl=Repository URL -PageAbout.repoDiag.additionalDetails.name=Name -PageAbout.repoDiag.additionalDetails.value=Value -PageAbout.button.testRepository=Repository self test -PageAbout.button.testRepositoryCheckOrgClosure=Check and repair org closure consistency -PageAbout.button.testProvisioning=Provisioning self test -PageAbout.allRightsReserved=©2014 Evolveum. -PageAbout.message.couldntObtainJvmParams=Couldn't obtain JVM parameters from JMX. \ No newline at end of file +PageAbout.subTitle=midPoint +PageAbout.title=About +PageAbout.title.basic=Basic +PageAbout.title.jvmProperties=JVM properties +PageAbout.title.provisioning=Provisioning +PageAbout.title.repository.additional=Additional details +PageAbout.title.repository=Repository +PageAbout.title.systemProperties=System properties +PageAbout.unknownBuildNumber=unknown diff --git a/gui/admin-gui/src/main/java/com/evolveum/midpoint/web/page/admin/configuration/PageAccounts.properties b/gui/admin-gui/src/main/java/com/evolveum/midpoint/web/page/admin/configuration/PageAccounts.properties index d96c8c08ff6..dd28d35f15b 100644 --- a/gui/admin-gui/src/main/java/com/evolveum/midpoint/web/page/admin/configuration/PageAccounts.properties +++ b/gui/admin-gui/src/main/java/com/evolveum/midpoint/web/page/admin/configuration/PageAccounts.properties @@ -1,11 +1,11 @@ # -# Copyright (c) 2010-2013 Evolveum +# Copyright (c) 2010-2015 Evolveum # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http://www.apache.org/licenses/LICENSE-2.0 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, @@ -14,41 +14,41 @@ # limitations under the License. # -page.title=Shadow -page.subTitle=synchronization details -PageAccounts.resource=Resource -PageAccounts.button.load=Load -PageAccounts.button.export=Export -PageAccounts.summary=Summary -PageAccounts.state=State -PageAccounts.count=Count -PageAccounts.deleted=Deleted -PageAccounts.linked=Linked -PageAccounts.unlinked=Unlinked -PageAccounts.disputed=Disputed -PageAccounts.unmatched=Unmatched -PageAccounts.total=Total -PageAccounts.nothing=Nothing -PageAccounts.shadows=Shadows -PageAccounts.accounts.oid=Oid -PageAccounts.accounts.name=Name -PageAccounts.accounts.kind=Kind +nullValid=Choose one +PageAccounts.accounts.description=Description PageAccounts.accounts.intent=Intent -PageAccounts.accounts.owner=Owner +PageAccounts.accounts.kind=Kind +PageAccounts.accounts.name=Name PageAccounts.accounts.objectClass=Object class +PageAccounts.accounts.oid=Oid +PageAccounts.accounts.owner=Owner PageAccounts.accounts.synchronizationSituation=Situation PageAccounts.accounts.synchronizationTimestamp=Timestamp -PageAccounts.accounts.description=Description -PageAccounts.exportException=Error occurred during export, reason {0} PageAccounts.button.clearExportFolder=Clear export folder +PageAccounts.button.export=Export +PageAccounts.button.load=Load +PageAccounts.count=Count +PageAccounts.deleted=Deleted +PageAccounts.disputed=Disputed +PageAccounts.exportException=Error occurred during export, reason {0} PageAccounts.exportFileDoesntExist=Couldn't create file {0} -PageAccounts.message.validationError=Searched objectClass value: '{0}' is not valid. Please provide valid objectClass value. -pageAccounts.message.resourceNotSelected=Resource not selected. Please select a resource to display it's shadows. -PageAccounts.message.ownerNotFound=Could not found owner for shadow with oid {0}. +PageAccounts.linked=Linked PageAccounts.message.cantShowOwner=Can't show details of owner. +PageAccounts.message.ownerNotFound=Could not found owner for shadow with oid {0}. +pageAccounts.message.resourceNotSelected=Resource not selected. Please select a resource to display it's shadows. PageAccounts.message.success.clearExport=Export folder was cleared successfully -PageAccounts.message.success.export=Export was successful. Exported file: {0}. +PageAccounts.message.success.export=Export was successful. Exported file\: {0}. +PageAccounts.message.validationError=Searched objectClass value\: '{0}' is not valid. Please provide valid objectClass value. +PageAccounts.nothing=Nothing +PageAccounts.resource=Resource +PageAccounts.shadows=Shadows +PageAccounts.state=State +PageAccounts.subTitle=synchronization details +PageAccounts.summary=Summary +PageAccounts.title=Shadow +PageAccounts.total=Total +PageAccounts.unlinked=Unlinked +PageAccounts.unmatched=Unmatched ShadowKindType.ACCOUNT=Account ShadowKindType.ENTITLEMENT=Entitlement ShadowKindType.GENERIC=Generic -nullValid=Choose one \ No newline at end of file diff --git a/gui/admin-gui/src/main/java/com/evolveum/midpoint/web/page/admin/configuration/PageBulkAction.properties b/gui/admin-gui/src/main/java/com/evolveum/midpoint/web/page/admin/configuration/PageBulkAction.properties index e14db188b9a..5b10eff30a0 100644 --- a/gui/admin-gui/src/main/java/com/evolveum/midpoint/web/page/admin/configuration/PageBulkAction.properties +++ b/gui/admin-gui/src/main/java/com/evolveum/midpoint/web/page/admin/configuration/PageBulkAction.properties @@ -1,11 +1,11 @@ # -# Copyright (c) 2010-2013 Evolveum +# Copyright (c) 2010-2015 Evolveum # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http://www.apache.org/licenses/LICENSE-2.0 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, @@ -13,8 +13,9 @@ # See the License for the specific language governing permissions and # limitations under the License. # -page.title=User bulk actions -PageBulkAction.button.start=Start + PageBulkAction.async=Asynchronous +PageBulkAction.button.start=Start +PageBulkAction.message.emptyString=Inserted bulk action is empty. Please provide non-empty script. PageBulkAction.options=Options -PageBulkAction.message.emptyString=Inserted bulk action is empty. Please provide non-empty script. \ No newline at end of file +PageBulkAction.title=User bulk actions diff --git a/gui/admin-gui/src/main/java/com/evolveum/midpoint/web/page/admin/configuration/PageDebugList.properties b/gui/admin-gui/src/main/java/com/evolveum/midpoint/web/page/admin/configuration/PageDebugList.properties index cdabf470d12..a87acf73983 100644 --- a/gui/admin-gui/src/main/java/com/evolveum/midpoint/web/page/admin/configuration/PageDebugList.properties +++ b/gui/admin-gui/src/main/java/com/evolveum/midpoint/web/page/admin/configuration/PageDebugList.properties @@ -1,11 +1,11 @@ # -# Copyright (c) 2010-2013 Evolveum +# Copyright (c) 2010-2015 Evolveum # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http://www.apache.org/licenses/LICENSE-2.0 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, @@ -13,41 +13,42 @@ # See the License for the specific language governing permissions and # limitations under the License. # -page.title=Raw objects -page.subTitle=from repository -pageDebugList.options=Options -pageDebugList.searchTextPlaceholder=Name -pageDebugList.objectType=Object type -pageDebugList.menu.deleteAllIdentities=Delete all identities -pageDebugList.name=Name -pageDebugList.description=Description -pageDebugList.resourceName=Resource name -pageDebugList.resourceType=Resource type -pageDebugList.zipCheck=Use zip -pageDebugList.menu.exportSelected=Export selected -pageDebugList.menu.exportAllSelectedType=Export all of selected type -pageDebugList.menu.exportAll=Export all objects -pageDebugList.menu.deleteSelected=Delete selected -pageDebugList.menu.deleteAllType=Delete all of selected type + pageDebugList.button.clear=Clear pageDebugList.button.search=Search -pageDebugList.message.queryException=Couldn't create query for name substring, reason: {0} -pageDebugList.dialog.title.deleteAll=Delete All Objects +pageDebugList.description=Description pageDebugList.dialog.title.confirmDelete=Confirm delete -pageDebugList.message.nothingSelected=No object has been selected. +pageDebugList.dialog.title.deleteAll=Delete All Objects +pageDebugList.menu.deleteAllIdentities=Delete all identities +pageDebugList.menu.deleteAllType=Delete all of selected type +pageDebugList.menu.deleteSelected=Delete selected +pageDebugList.menu.deleteShadowsOnResource=Delete all shadows on resource +pageDebugList.menu.exportAll=Export all objects +pageDebugList.menu.exportAllSelectedType=Export all of selected type +pageDebugList.menu.exportSelected=Export selected +pageDebugList.message.countSearchProblem=Couldn't perform search operation on users/shadows/org. units +pageDebugList.message.createFileException=Couldn't create file for download. pageDebugList.message.deleteAllType=Do you really want to delete all objects of type "{0}"? pageDebugList.message.deleteObjectConfirm=Do you really want to delete "{0}"? pageDebugList.message.deleteSelectedConfirm=Do you really want to delete {0} objects? -pageDebugList.message.createFileException=Couldn't create file for download. -pageDebugList.message.countSearchProblem=Couldn't perform search operation on users/shadows/org. units -pageDebugList.message.singleUserDeleteProblem=Couldn't delete user -pageDebugList.message.singleOrgDeleteProblem=Couldn't delete org. unit -pageDebugList.message.singleShadowDeleteProblem=Couldn't delete shadow pageDebugList.message.laxativeProblem=Drop all identities operation has not performed successfully -pageDebugList.resource=Resource -resource.nullValid=Choose resource... -pageDebugList.menu.deleteShadowsOnResource=Delete all shadows on resource +pageDebugList.message.nothingSelected=No object has been selected. +pageDebugList.message.queryException=Couldn't create query for name substring, reason\: {0} pageDebugList.message.resourceNotSelected=Resource not selected. +pageDebugList.message.singleOrgDeleteProblem=Couldn't delete org. unit +pageDebugList.message.singleShadowDeleteProblem=Couldn't delete shadow +pageDebugList.message.singleUserDeleteProblem=Couldn't delete user +pageDebugList.messsage.deleteAllOfType=Deleting objects of type {0}. pageDebugList.messsage.deleteAllResourceShadows=Do your really want to delete all shadows on resource {0}? pageDebugList.messsage.deleteAllShadowsStarted=Task which deletes all shadows on resource {0} was started. -pageDebugList.messsage.deleteAllOfType=Deleting objects of type {0}. \ No newline at end of file +pageDebugList.name=Name +pageDebugList.objectType=Object type +pageDebugList.options=Options +pageDebugList.resourceName=Resource name +pageDebugList.resource=Resource +pageDebugList.resourceType=Resource type +pageDebugList.searchTextPlaceholder=Name +PageDebugList.subTitle=from repository +PageDebugList.title=Raw objects +pageDebugList.zipCheck=Use zip +resource.nullValid=Choose resource... diff --git a/gui/admin-gui/src/main/java/com/evolveum/midpoint/web/page/admin/configuration/PageDebugView.properties b/gui/admin-gui/src/main/java/com/evolveum/midpoint/web/page/admin/configuration/PageDebugView.properties index 956cbd558d3..c5c53158dd4 100644 --- a/gui/admin-gui/src/main/java/com/evolveum/midpoint/web/page/admin/configuration/PageDebugView.properties +++ b/gui/admin-gui/src/main/java/com/evolveum/midpoint/web/page/admin/configuration/PageDebugView.properties @@ -1,11 +1,11 @@ # -# Copyright (c) 2010-2013 Evolveum +# Copyright (c) 2010-2015 Evolveum # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http://www.apache.org/licenses/LICENSE-2.0 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, @@ -13,16 +13,17 @@ # See the License for the specific language governing permissions and # limitations under the License. # -page.title=Object details -page.subTitle=for '{0}' -pageDebugView.button.save=Save + pageDebugView.button.back=Back -pageDebugView.options=Options +pageDebugView.button.save=Save pageDebugView.edit=Edit pageDebugView.encrypt=Protected by encryption -pageDebugView.validateSchema=Validate schema -pageDebugView.saveAsRaw=Save in raw mode -pageDebugView.reevaluateSearchFilters=Reevaluate search filters -pageDebugView.switchToPlainText=Switch to plain text pageDebugView.message.cantSaveEmpty=Can't save empty xml. pageDebugView.message.oidNotDefined=Object oid is not defined. +pageDebugView.options=Options +pageDebugView.reevaluateSearchFilters=Reevaluate search filters +pageDebugView.saveAsRaw=Save in raw mode +PageDebugView.subTitle=for '{0}' +pageDebugView.switchToPlainText=Switch to plain text +PageDebugView.title=Object details +pageDebugView.validateSchema=Validate schema diff --git a/gui/admin-gui/src/main/java/com/evolveum/midpoint/web/page/admin/configuration/PageImportObject.properties b/gui/admin-gui/src/main/java/com/evolveum/midpoint/web/page/admin/configuration/PageImportObject.properties index 4bd25399ffd..809403b4d8c 100644 --- a/gui/admin-gui/src/main/java/com/evolveum/midpoint/web/page/admin/configuration/PageImportObject.properties +++ b/gui/admin-gui/src/main/java/com/evolveum/midpoint/web/page/admin/configuration/PageImportObject.properties @@ -1,11 +1,11 @@ # -# Copyright (c) 2010-2013 Evolveum +# Copyright (c) 2010-2015 Evolveum # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http://www.apache.org/licenses/LICENSE-2.0 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, @@ -13,12 +13,13 @@ # See the License for the specific language governing permissions and # limitations under the License. # -page.title=Import objects -page.subTitle=to midPoint -PageImportObject.getObjectsFrom=Get objects from -PageImportObject.file=File -PageImportObject.embeddedEditor=Embedded editor + PageImportObject.button.import=Import object -pageImportObject.message.nullFile=Uploaded file is null. +PageImportObject.embeddedEditor=Embedded editor +PageImportObject.file=File +PageImportObject.getObjectsFrom=Get objects from pageImportObject.message.emptyXml=Can't save empty xml. -PageImportObject.message.help=Choose Xml file for import. \ No newline at end of file +PageImportObject.message.help=Choose Xml file for import. +pageImportObject.message.nullFile=Uploaded file is null. +PageImportObject.subTitle=to midPoint +PageImportObject.title=Import objects diff --git a/gui/admin-gui/src/main/java/com/evolveum/midpoint/web/page/admin/configuration/PageInternals.properties b/gui/admin-gui/src/main/java/com/evolveum/midpoint/web/page/admin/configuration/PageInternals.properties index b9e5b0d2e0b..7f2fec2474c 100644 --- a/gui/admin-gui/src/main/java/com/evolveum/midpoint/web/page/admin/configuration/PageInternals.properties +++ b/gui/admin-gui/src/main/java/com/evolveum/midpoint/web/page/admin/configuration/PageInternals.properties @@ -1,11 +1,11 @@ # -# Copyright (c) 2010-2013 Evolveum +# Copyright (c) 2010-2015 Evolveum # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http://www.apache.org/licenses/LICENSE-2.0 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, @@ -13,18 +13,18 @@ # See the License for the specific language governing permissions and # limitations under the License. # -page.title=Internals configuration -PageInternals.offset=Offset + PageInternals.button.changeTime=Change time PageInternals.button.resetTimeChange=Reset to using system time -PageInternals.title.internalsConfig=Internals config -PageInternals.title.debugUtil=Debug util -PageInternals.title.timeChange=Time change PageInternals.checkConsistency=Check consistency PageInternals.checkEncryption=Check encryption PageInternals.checkReadEncrypion=Check read encryption -PageInternals.tolerateUndeclaredPrefixes=Tolerate undeclared prefixes in QNames and paths PageInternals.detailedDebugDump=Detailed debug dump -PageInternals.message.debugUpdatePerformed=Debug util updated. New value: {0} -PageInternals.message.internalsConfigUpdate=Internals config update. consistencyChecks: {0},encryptionChecks: {1}, readEncryptionChecks: {2} - +PageInternals.message.debugUpdatePerformed=Debug util updated. New value\: {0} +PageInternals.message.internalsConfigUpdate=Internals config update. consistencyChecks\: {0},encryptionChecks\: {1}, readEncryptionChecks\: {2} +PageInternals.offset=Offset +PageInternals.title.debugUtil=Debug util +PageInternals.title.internalsConfig=Internals config +PageInternals.title=Internals configuration +PageInternals.title.timeChange=Time change +PageInternals.tolerateUndeclaredPrefixes=Tolerate undeclared prefixes in QNames and paths diff --git a/gui/admin-gui/src/main/java/com/evolveum/midpoint/web/page/admin/configuration/PageLogging.properties b/gui/admin-gui/src/main/java/com/evolveum/midpoint/web/page/admin/configuration/PageLogging.properties index 87ec992b869..3c7db6c67cc 100644 --- a/gui/admin-gui/src/main/java/com/evolveum/midpoint/web/page/admin/configuration/PageLogging.properties +++ b/gui/admin-gui/src/main/java/com/evolveum/midpoint/web/page/admin/configuration/PageLogging.properties @@ -1,11 +1,11 @@ # -# Copyright (c) 2010-2013 Evolveum +# Copyright (c) 2010-2015 Evolveum # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http://www.apache.org/licenses/LICENSE-2.0 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, @@ -13,85 +13,79 @@ # See the License for the specific language governing permissions and # limitations under the License. # -page.title=Logging Management -pageLogging.loggers=Loggers + +filter.duplicate=Filter with name '{0}' is already defined +filter.emptyFilter=Filter must not be empty +logger.duplicate=Logger with name '{0}' is already defined +logger.emptyLogger=Logger must not be empty +message.emptyLevel=Level must not be empty +message.emptyString=Input panel must not be empty +pageLogging.appender=Appender\: pageLogging.appenders=Appenders -pageLogging.rootLevel=Root logger: -pageLogging.rootAppender=Root appender: +pageLogging.appenders.appending=Appending +pageLogging.appenders.filePath=File path +pageLogging.appenders.filePattern=File pattern +pageLogging.appenders.maxFileSize=Max. file size [kB] +pageLogging.appenders.maxHistory=Max. history +pageLogging.appenders.name=Name +pageLogging.appenders.pattern=Pattern pageLogging.audit=Audit -pageLogging.auditLog=Audit to log file: -pageLogging.details=Details: -pageLogging.appender=Appender: -pageLogging.button.save=Save -pageLogging.button.reset=Reset -pageLogging.button.advanced=Advanced -pageLogging.button.addFilter=Add filter +pageLogging.auditLog=Audit to log file\: pageLogging.button.addClassLogger=Add logger pageLogging.button.addComponentLogger=Add component logger -pageLogging.button.deleteLogger=Delete logger -pageLogging.button.deleteFilter=Delete filter pageLogging.button.addConsoleAppender=Add console appender pageLogging.button.addFileAppender=Add file appender +pageLogging.button.addFilter=Add filter +pageLogging.button.advanced=Advanced pageLogging.button.deleteAppender=Delete appender -pageLogging.logSubsystemEntryExit=Log subsystem entry/exit -pageLogging.logger=Logger -pageLogging.loggersTable=Loggers table -pageLogging.filter=Filter -pageLogging.filtersTable=Filters table -pageLogging.loggersLevel=Level -pageLogging.loggersAppender=Appender -pageLogging.subsystem.level=Level -pageLogging.subsystem.appender=Appender -ProfilingLevel.OFF=Off -ProfilingLevel.ENTRY_EXIT=Entry/Exit -ProfilingLevel.ARGUMENTS=Arguments -pageLogging.appenders.name=Name -pageLogging.appenders.pattern=Pattern -pageLogging.appenders.filePath=File path -pageLogging.appenders.filePattern=File pattern -pageLogging.appenders.maxHistory=Max. history -pageLogging.appenders.maxFileSize=Max. file size [kB] -pageLogging.appenders.appending=Appending - +pageLogging.button.deleteFilter=Delete filter +pageLogging.button.deleteLogger=Delete logger +pageLogging.button.reset=Reset +pageLogging.button.save=Save +pageLogging.details=Details\: +pageLogging.dumpInterval=Dump interval\: pageLogging.filter.ALL=All +pageLogging.filter=Filter +pageLogging.filter.GUI=Web filter pageLogging.filter.MODEL=Model filter +pageLogging.filter.NOTIFICATIONS=Notification filter pageLogging.filter.PROVISIONING=Provisioning filter pageLogging.filter.REPOSITORY=Repository filter -pageLogging.filter.GUI=Web filter -pageLogging.filter.TASKMANAGER=Task manager filter pageLogging.filter.RESOURCEOBJECTCHANGELISTENER=Resource object change listener filter +pageLogging.filtersTable=Filters table +pageLogging.filter.TASKMANAGER=Task manager filter pageLogging.filter.WORKFLOWS=Workflow filter -pageLogging.filter.NOTIFICATIONS=Notification filter - pageLogging.logger.ALL=All +pageLogging.logger.GUI=Web logger +pageLogging.logger=Logger pageLogging.logger.MODEL=Model logger +pageLogging.logger.NOTIFICATIONS=Notifications logger pageLogging.logger.PROVISIONING=Provisioning logger pageLogging.logger.REPOSITORY=Repository logger -pageLogging.logger.GUI=Web logger -pageLogging.logger.TASKMANAGER=Task manager logger pageLogging.logger.RESOURCEOBJECTCHANGELISTENER=Resource object change listener logger +pageLogging.loggersAppender=Appender +pageLogging.loggersLevel=Level +pageLogging.loggers=Loggers +pageLogging.loggersTable=Loggers table +pageLogging.logger.TASKMANAGER=Task manager logger pageLogging.logger.WORKFLOWS=Workflow module logger -pageLogging.logger.NOTIFICATIONS=Notifications logger - -logger.emptyLogger=Logger must not be empty -logger.duplicate=Logger with name '{0}' is already defined - -message.emptyLevel=Level must not be empty -message.emptyString=Input panel must not be empty - -filter.emptyFilter=Filter must not be empty -filter.duplicate=Filter with name '{0}' is already defined - +pageLogging.logSubsystemEntryExit=Log subsystem entry/exit +pageLogging.performanceStatistics=Performance statistics\: pageLogging.profiling=Profiling -pageLogging.requestFilter=Request filter: -pageLogging.performanceStatistics=Performance statistics: -pageLogging.subsystems=Subsystems: -pageLogging.dumpInterval=Dump interval: +pageLogging.requestFilter=Request filter\: +pageLogging.rootAppender=Root appender\: +pageLogging.rootLevel=Root logger\: +pageLogging.subsystem.appender=Appender +pageLogging.subsystem.level=Level pageLogging.subsystem.model=Model -pageLogging.subsystem.repository=Repository pageLogging.subsystem.provisioning=Provisioning -pageLogging.subsystem.ucf=Ucf +pageLogging.subsystem.repository=Repository pageLogging.subsystem.resourceObjectChangeListener=Resource object change listener +pageLogging.subsystems=Subsystems\: pageLogging.subsystem..taskManager=Task manager +pageLogging.subsystem.ucf=Ucf pageLogging.subsystem.workflow=Workflow - +PageLogging.title=Logging Management +ProfilingLevel.ARGUMENTS=Arguments +ProfilingLevel.ENTRY_EXIT=Entry/Exit +ProfilingLevel.OFF=Off diff --git a/gui/admin-gui/src/main/java/com/evolveum/midpoint/web/page/admin/configuration/PageSystemConfiguration.properties b/gui/admin-gui/src/main/java/com/evolveum/midpoint/web/page/admin/configuration/PageSystemConfiguration.properties index 9b0f3392176..8fc3abe46a1 100644 --- a/gui/admin-gui/src/main/java/com/evolveum/midpoint/web/page/admin/configuration/PageSystemConfiguration.properties +++ b/gui/admin-gui/src/main/java/com/evolveum/midpoint/web/page/admin/configuration/PageSystemConfiguration.properties @@ -1,11 +1,11 @@ # -# Copyright (c) 2010-2013 Evolveum +# Copyright (c) 2010-2015 Evolveum # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http://www.apache.org/licenses/LICENSE-2.0 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, @@ -13,19 +13,19 @@ # See the License for the specific language governing permissions and # limitations under the License. # -page.title=Configuration -page.subTitle=for midPoint -pageSystemConfiguration.system.title=System -pageSystemConfiguration.logging.title=Logging +AEPlevel.FULL=Full +AEPlevel.LEGALIZE=Relative +AEPlevel.MARK=Mark +AEPlevel.NONE=None +AEPlevel.POSITIVE=Positive mainForm.tabPanel.panel.aepChooser.null=Relative (Default) -pageSystemConfiguration.assignmentPolicyEnforcement.value.none=None -pageSystemConfiguration.assignmentPolicyEnforcement.value.positive=Positive +pageSystemConfiguration.assignmentPolicyEnforcement.value.full=Full pageSystemConfiguration.assignmentPolicyEnforcement.value.legalize=Relative pageSystemConfiguration.assignmentPolicyEnforcement.value.mark=Mark -pageSystemConfiguration.assignmentPolicyEnforcement.value.full=Full -AEPlevel.NONE=None -AEPlevel.POSITIVE=Positive -AEPlevel.LEGALIZE=Relative -AEPlevel.MARK=Mark -AEPlevel.FULL=Full \ No newline at end of file +pageSystemConfiguration.assignmentPolicyEnforcement.value.none=None +pageSystemConfiguration.assignmentPolicyEnforcement.value.positive=Positive +pageSystemConfiguration.logging.title=Logging +PageSystemConfiguration.subTitle=for midPoint +pageSystemConfiguration.system.title=System +PageSystemConfiguration.title=Configuration diff --git a/gui/admin-gui/src/main/java/com/evolveum/midpoint/web/page/admin/home/PageDashboard.properties b/gui/admin-gui/src/main/java/com/evolveum/midpoint/web/page/admin/home/PageDashboard.properties index 9fa3e58a88b..ad067a90e19 100644 --- a/gui/admin-gui/src/main/java/com/evolveum/midpoint/web/page/admin/home/PageDashboard.properties +++ b/gui/admin-gui/src/main/java/com/evolveum/midpoint/web/page/admin/home/PageDashboard.properties @@ -1,11 +1,11 @@ # -# Copyright (c) 2010-2013 Evolveum +# Copyright (c) 2010-2015 Evolveum # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http://www.apache.org/licenses/LICENSE-2.0 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, @@ -13,14 +13,15 @@ # See the License for the specific language governing permissions and # limitations under the License. # -page.title=Dashboard -page.subTitle=welcome to midPoint + PageDashboard.accounts=My accounts -PageDashboard.personalInfo=Personal info -PageDashboard.workItems=My work items -PageDashboard.assignments=My Assignments -PageDashboard.systemInfo=System status -PageDashboard.activeUsers=Active Users PageDashboard.activeTasks=Active Tasks +PageDashboard.activeUsers=Active Users +PageDashboard.assignments=My Assignments +PageDashboard.personalInfo=Personal info PageDashboard.serverLoad=Server Load +PageDashboard.subTitle=welcome to midPoint +PageDashboard.systemInfo=System status +PageDashboard.title=Dashboard PageDashboard.usedRam=Used RAM +PageDashboard.workItems=My work items diff --git a/gui/admin-gui/src/main/java/com/evolveum/midpoint/web/page/admin/home/PageMyPasswordQuestions.properties b/gui/admin-gui/src/main/java/com/evolveum/midpoint/web/page/admin/home/PageMyPasswordQuestions.properties index 6e6b1a262b7..ce23fb355e2 100644 --- a/gui/admin-gui/src/main/java/com/evolveum/midpoint/web/page/admin/home/PageMyPasswordQuestions.properties +++ b/gui/admin-gui/src/main/java/com/evolveum/midpoint/web/page/admin/home/PageMyPasswordQuestions.properties @@ -1,11 +1,11 @@ # -# Copyright (c) 2010-2013 Evolveum +# Copyright (c) 2010-2015 Evolveum # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http://www.apache.org/licenses/LICENSE-2.0 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, @@ -14,6 +14,6 @@ # limitations under the License. # -page.title=My Password Questions -message.success=Your Answers Were Updated Successfully message.error=Please try again +message.success=Your Answers Were Updated Successfully +PageMyPasswordQuestions.title=My Password Questions diff --git a/gui/admin-gui/src/main/java/com/evolveum/midpoint/web/page/admin/home/PageMyPasswords.properties b/gui/admin-gui/src/main/java/com/evolveum/midpoint/web/page/admin/home/PageMyPasswords.properties index fb776adb239..7ced65ab4fc 100644 --- a/gui/admin-gui/src/main/java/com/evolveum/midpoint/web/page/admin/home/PageMyPasswords.properties +++ b/gui/admin-gui/src/main/java/com/evolveum/midpoint/web/page/admin/home/PageMyPasswords.properties @@ -1,11 +1,11 @@ # -# Copyright (c) 2010-2013 Evolveum +# Copyright (c) 2010-2015 Evolveum # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http://www.apache.org/licenses/LICENSE-2.0 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, @@ -14,16 +14,16 @@ # limitations under the License. # -page.title=My passwords +PageMyPasswords.accountMidpoint=MidPoint PageMyPasswords.accounts=Accounts -PageMyPasswords.resourceName=Resource -PageMyPasswords.couldntResolve=Couldn't resolve resource. -PageMyPasswords.password=Password -PageMyPasswords.button.save=Save PageMyPasswords.button.back=Back -PageMyPasswords.name=Name +PageMyPasswords.button.save=Save +PageMyPasswords.couldntResolve=Couldn't resolve resource. PageMyPasswords.enabled=Enabled -PageMyPasswords.accountMidpoint=MidPoint -PageMyPasswords.resourceMidpoint=MidPoint Repository +PageMyPasswords.importantNote=Important note. When "MidPoint" account is checked, user password is changed. Besides that, all account credentials are updated based on policies defined in resources definitions. +PageMyPasswords.name=Name PageMyPasswords.noAccountSelected=Password not changed. No account was selected. -PageMyPasswords.importantNote=Important note. When "MidPoint" account is checked, user password is changed. Besides that, all account credentials are updated based on policies defined in resources definitions. \ No newline at end of file +PageMyPasswords.password=Password +PageMyPasswords.resourceMidpoint=MidPoint Repository +PageMyPasswords.resourceName=Resource +PageMyPasswords.title=My passwords diff --git a/gui/admin-gui/src/main/java/com/evolveum/midpoint/web/page/admin/reports/PageCreatedReports.properties b/gui/admin-gui/src/main/java/com/evolveum/midpoint/web/page/admin/reports/PageCreatedReports.properties index 8e2768e7ea0..5c3ebb19752 100644 --- a/gui/admin-gui/src/main/java/com/evolveum/midpoint/web/page/admin/reports/PageCreatedReports.properties +++ b/gui/admin-gui/src/main/java/com/evolveum/midpoint/web/page/admin/reports/PageCreatedReports.properties @@ -1,11 +1,11 @@ # -# Copyright (c) 2010-2013 Evolveum +# Copyright (c) 2010-2015 Evolveum # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http://www.apache.org/licenses/LICENSE-2.0 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, @@ -14,59 +14,50 @@ # limitations under the License. # -page.title=Created Reports -page.subTitle=in past - -pageCreatedReports.table.name=Name -pageCreatedReports.table.description=Description -pageCreatedReports.table.author=Author -pageCreatedReports.table.type=Report Type -pageCreatedReports.table.time=Time -pageCreatedReports.table.filetype=File Type - +ExportType.CSV=CSV +ExportType.DOCX=DOCX +ExportType.HTML=HTML +ExportType.JXL=JXL +ExportType.ODS=ODS +ExportType.ODT=ODT +ExportType.PDF=PDF +ExportType.PPTX=PPTX +ExportType.RTF=RTF +ExportType.XHTML=XHTML +ExportType.XLS=XLS +ExportType.XLSX=XLSX +ExportType.XML_EMBED=XML_EMBED +ExportType.XML=XML +pageCreatedReports.button.delete=Delete +pageCreatedReports.button.download=Download +pageCreatedReports.button.searchButton=Search +pageCreatedReports.dialog.title.confirmDelete=Confirm Delete +pageCreatedReports.filter.default=Choose File Type +pageCreatedReports.filter.filetype=File Type +pageCreatedReports.filter.reportType=Report Type pageCreatedReports.inlineMenu.deleteAll=Delete All pageCreatedReports.inlineMenu.deleteSelected=Delete Selected -pageCreatedReports.message.nothingSelected=No reports have been selected. +pageCreatedReports.message.deleteAll=Do you really want to delete all created report outputs? pageCreatedReports.message.deleteOutputConfirmed=Do you really want to delete selected {0} Created report(s)? pageCreatedReports.message.deleteOutputSingle=Do you really want to delete Created report '{0}'? -pageCreatedReports.message.deleteAll=Do you really want to delete all created report outputs? -pageCreatedReports.message.queryError=Error occurred during translation search query to filter. pageCreatedReports.message.downloadError=Could not download Report. pageCreatedReports.message.fileNotFound=File with report was not found. - -pageCreatedReports.filter.filetype=File Type -pageCreatedReports.filter.reportType=Report Type -pageCreatedReports.filter.default=Choose File Type - +pageCreatedReports.message.nothingSelected=No reports have been selected. +pageCreatedReports.message.queryError=Error occurred during translation search query to filter. +PageCreatedReports.subTitle=in past +pageCreatedReports.table.author=Author +pageCreatedReports.table.description=Description +pageCreatedReports.table.filetype=File Type +pageCreatedReports.table.name=Name +pageCreatedReports.table.time=Time +pageCreatedReports.table.type=Report Type +PageCreatedReports.title=Created Reports searchForm.filetype.null=File Type -searchForm.reportType.null= Report Type +searchForm.reportType.null=Report Type searchForm.searchTextPlaceholder=Text - -SearchType.NAME=Name -SearchType.DESCRIPTION=Description SearchType.AUTHOR=Author - -pageCreatedReports.button.download=Download -pageCreatedReports.button.delete=Delete -pageCreatedReports.button.searchButton=Search - -pageCreatedReports.dialog.title.confirmDelete=Confirm Delete - -Type.USERS=User -Type.RECONCILIATION=Reconciliation +SearchType.DESCRIPTION=Description +SearchType.NAME=Name Type.AUDIT=Audit - -ExportType.PDF=PDF -ExportType.CSV=CSV -ExportType.XML=XML -ExportType.XML_EMBED=XML_EMBED -ExportType.HTML=HTML -ExportType.RTF=RTF -ExportType.XLS=XLS -ExportType.ODT=ODT -ExportType.ODS=ODS -ExportType.DOCX=DOCX -ExportType.XLSX=XLSX -ExportType.PPTX=PPTX -ExportType.XHTML=XHTML -ExportType.JXL=JXL \ No newline at end of file +Type.RECONCILIATION=Reconciliation +Type.USERS=User diff --git a/gui/admin-gui/src/main/java/com/evolveum/midpoint/web/page/admin/reports/PageNewReport.properties b/gui/admin-gui/src/main/java/com/evolveum/midpoint/web/page/admin/reports/PageNewReport.properties index 5b97a5fc372..bc37d1ba498 100644 --- a/gui/admin-gui/src/main/java/com/evolveum/midpoint/web/page/admin/reports/PageNewReport.properties +++ b/gui/admin-gui/src/main/java/com/evolveum/midpoint/web/page/admin/reports/PageNewReport.properties @@ -1,11 +1,11 @@ # -# Copyright (c) 2010-2013 Evolveum +# Copyright (c) 2010-2015 Evolveum # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http://www.apache.org/licenses/LICENSE-2.0 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, @@ -13,12 +13,13 @@ # See the License for the specific language governing permissions and # limitations under the License. # -page.title=Import Jasper report -page.subTitle=to midPoint -PageNewReport.getObjectsFrom=Create report from -PageNewReport.file=File -PageNewReport.embeddedEditor=Embedded editor + PageNewReport.button.import=Import report -PageNewReport.message.nullFile=Uploaded file is null. +PageNewReport.embeddedEditor=Embedded editor +PageNewReport.file=File +PageNewReport.getObjectsFrom=Create report from PageNewReport.message.emptyXml=Can't save empty xml. -PageNewReport.message.help=Choose Xml file for import. \ No newline at end of file +PageNewReport.message.help=Choose Xml file for import. +PageNewReport.message.nullFile=Uploaded file is null. +PageNewReport.subTitle=to midPoint +PageNewReport.title=Import Jasper report diff --git a/gui/admin-gui/src/main/java/com/evolveum/midpoint/web/page/admin/reports/PageReport.properties b/gui/admin-gui/src/main/java/com/evolveum/midpoint/web/page/admin/reports/PageReport.properties index b749891a20f..b760ce8e4c8 100644 --- a/gui/admin-gui/src/main/java/com/evolveum/midpoint/web/page/admin/reports/PageReport.properties +++ b/gui/admin-gui/src/main/java/com/evolveum/midpoint/web/page/admin/reports/PageReport.properties @@ -1,11 +1,11 @@ # -# Copyright (c) 2010-2013 Evolveum +# Copyright (c) 2010-2015 Evolveum # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http://www.apache.org/licenses/LICENSE-2.0 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, @@ -13,10 +13,11 @@ # See the License for the specific language governing permissions and # limitations under the License. # -page.title=Report configuration + PageReport.basic=Basic configuration +PageReport.fullXml=Full xml PageReport.jasperTemplate=Jasper template PageReport.jasperTemplateStyle=Jasper template style PageReport.message.cantSaveEmpty=Can't save empty report. PageReport.message.cantSerializeFromObjectToString=Can't serialize object to XML. -PageReport.fullXml=Full xml \ No newline at end of file +PageReport.title=Report configuration diff --git a/gui/admin-gui/src/main/java/com/evolveum/midpoint/web/page/admin/reports/PageReports.properties b/gui/admin-gui/src/main/java/com/evolveum/midpoint/web/page/admin/reports/PageReports.properties index d435a95caf7..d2d19c1ddf5 100644 --- a/gui/admin-gui/src/main/java/com/evolveum/midpoint/web/page/admin/reports/PageReports.properties +++ b/gui/admin-gui/src/main/java/com/evolveum/midpoint/web/page/admin/reports/PageReports.properties @@ -1,11 +1,11 @@ # -# Copyright (c) 2010-2013 Evolveum +# Copyright (c) 2010-2015 Evolveum # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http://www.apache.org/licenses/LICENSE-2.0 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, @@ -14,31 +14,24 @@ # limitations under the License. # -page.title=New Report -page.subTitle=from midPoint - +PageReports.button.configure=Configure +PageReports.button.run=Run PageReports.message.jasperError=Error occurred during creating Jasper report. +PageReports.message.queryError=Error occurred during translation search query to filter. +PageReports.message.resourceNotDefined=Resource not defined. PageReports.message.unknownReport=Unknown report. - -PageReports.report.auditName=Audit logs PageReports.report.auditDescription=Report made from audit records. -PageReports.report.reconciliationName=Reconciliation +PageReports.report.auditName=Audit logs PageReports.report.reconciliationDescription=Reconciliation report for selected resource. -PageReports.report.usersName=Users in MidPoint +PageReports.report.reconciliationName=Reconciliation PageReports.report.usersDescription=Users listed in MidPoint. - -PageReports.table.name=Name +PageReports.report.usersName=Users in MidPoint +PageReports.search.showSubreports=Show subreports +PageReports.subTitle=from midPoint PageReports.table.description=Description - +PageReports.table.name=Name PageReports.title.auditPopup=Audit report parameters +PageReports.title=New Report PageReports.title.reconciliationPopup=Reconciliation report parameters PageReports.title.userPopup=User report parameters - -PageReports.message.resourceNotDefined=Resource not defined. -PageReports.message.queryError=Error occurred during translation search query to filter. - -PageReports.button.run=Run -PageReports.button.configure=Configure - searchForm.searchTextPlaceholder=Text -PageReports.search.showSubreports=Show subreports diff --git a/gui/admin-gui/src/main/java/com/evolveum/midpoint/web/page/admin/resources/PageResource.properties b/gui/admin-gui/src/main/java/com/evolveum/midpoint/web/page/admin/resources/PageResource.properties index da594778b15..47c9899046c 100644 --- a/gui/admin-gui/src/main/java/com/evolveum/midpoint/web/page/admin/resources/PageResource.properties +++ b/gui/admin-gui/src/main/java/com/evolveum/midpoint/web/page/admin/resources/PageResource.properties @@ -1,11 +1,11 @@ # -# Copyright (c) 2010-2013 Evolveum +# Copyright (c) 2010-2015 Evolveum # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http://www.apache.org/licenses/LICENSE-2.0 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, @@ -14,38 +14,34 @@ # limitations under the License. # -page.title=Resource details -pageResource.resource=Resource -pageResource.name=Name pageResource.bundle=Bundle -pageResource.version=Version -pageResource.status=Status -pageResource.sync=Sync -pageResource.import=Import -pageResource.progress=Progress -pageResource.oid=Oid -pageResource.type=Type -pageResource.overallStatus=Overall status +pageResource.button.back=Back +pageResource.button.importAccounts=Import accounts +pageResource.button.save=Save +pageResource.button.test=Test connection +pageResource.capabilities=Capabilities +pageResource.conConnection=Connector connection pageResource.confValidation=Configuration validation pageResource.conInitialization=Connection initialization -pageResource.conConnection=Connector connection pageResource.conSanity=Connector sanity pageResource.conSchema=Connector schema -pageResource.editResource=Edit resource pageResource.deleteSyncToken=Delete Sync. Token - -pageResource.capabilities=Capabilities - -pageResource.objectTypes=Object types +pageResource.editResource=Edit resource +pageResource.import=Import +pageResource.message.invalidTaskSearch=Synchronization task search did not perform correctly. +pageResource.message.oidNotDefined=Resource oid not defined in request. +pageResource.name=Name pageResource.objectTypes.displayName=Display name -pageResource.objectTypes.nativeObjectClass=Native object class pageResource.objectTypes.help=Help +pageResource.objectTypes.nativeObjectClass=Native object class +pageResource.objectTypes=Object types pageResource.objectTypes.type=Type - -pageResource.button.back=Back -pageResource.button.save=Save -pageResource.button.test=Test connection -pageResource.button.importAccounts=Import accounts - -pageResource.message.oidNotDefined=Resource oid not defined in request. -pageResource.message.invalidTaskSearch=Synchronization task search did not perform correctly. \ No newline at end of file +pageResource.oid=Oid +pageResource.overallStatus=Overall status +pageResource.progress=Progress +pageResource.resource=Resource +pageResource.status=Status +pageResource.sync=Sync +PageResource.title=Resource details +pageResource.type=Type +pageResource.version=Version diff --git a/gui/admin-gui/src/main/java/com/evolveum/midpoint/web/page/admin/resources/PageResourceEdit.properties b/gui/admin-gui/src/main/java/com/evolveum/midpoint/web/page/admin/resources/PageResourceEdit.properties index 24cdbb8c406..dd5ca7da464 100644 --- a/gui/admin-gui/src/main/java/com/evolveum/midpoint/web/page/admin/resources/PageResourceEdit.properties +++ b/gui/admin-gui/src/main/java/com/evolveum/midpoint/web/page/admin/resources/PageResourceEdit.properties @@ -1,11 +1,11 @@ # -# Copyright (c) 2010-2013 Evolveum +# Copyright (c) 2010-2015 Evolveum # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http://www.apache.org/licenses/LICENSE-2.0 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, @@ -14,8 +14,8 @@ # limitations under the License. # -page.title=New resource -page.title.editResource=Edit resource pageResourceEdit.edit=Edit pageResourceEdit.message.emptyXml=Can't save empty xml as resource. -pageResourceEdit.options=Options \ No newline at end of file +pageResourceEdit.options=Options +PageResourceEdit.title=New resource +page.title.editResource=Edit resource diff --git a/gui/admin-gui/src/main/java/com/evolveum/midpoint/web/page/admin/resources/PageResourceWizard.properties b/gui/admin-gui/src/main/java/com/evolveum/midpoint/web/page/admin/resources/PageResourceWizard.properties index 3fd6060767f..6061228cad4 100644 --- a/gui/admin-gui/src/main/java/com/evolveum/midpoint/web/page/admin/resources/PageResourceWizard.properties +++ b/gui/admin-gui/src/main/java/com/evolveum/midpoint/web/page/admin/resources/PageResourceWizard.properties @@ -1,11 +1,11 @@ # -# Copyright (c) 2010-2013 Evolveum +# Copyright (c) 2010-2015 Evolveum # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http://www.apache.org/licenses/LICENSE-2.0 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, @@ -14,5 +14,5 @@ # limitations under the License. # -page.title=New resource -page.title.editResource=Edit resource \ No newline at end of file +PageResourceWizard.title=New resource +page.title.editResource=Edit resource diff --git a/gui/admin-gui/src/main/java/com/evolveum/midpoint/web/page/admin/resources/PageResources.properties b/gui/admin-gui/src/main/java/com/evolveum/midpoint/web/page/admin/resources/PageResources.properties index 42a74596f82..032fa29d738 100644 --- a/gui/admin-gui/src/main/java/com/evolveum/midpoint/web/page/admin/resources/PageResources.properties +++ b/gui/admin-gui/src/main/java/com/evolveum/midpoint/web/page/admin/resources/PageResources.properties @@ -1,11 +1,11 @@ # -# Copyright (c) 2010-2013 Evolveum +# Copyright (c) 2010-2015 Evolveum # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http://www.apache.org/licenses/LICENSE-2.0 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, @@ -14,34 +14,33 @@ # limitations under the License. # -page.title=Resources -page.subTitle=connected to midPoint -pageResources.resources=Resources -pageResources.connectorHosts=Connector hosts -pageResources.name=Name pageResources.bundle=Bundle -pageResources.version=Version -pageResources.status=Last status -pageResources.content=Content -pageResources.import=Import -pageResources.progress=Progress -pageResources.connector.name=Name +pageResources.button.discoveryRemote=Discovery +pageResources.button.editAsXml=Edit XML +pageResources.button.search=Search pageResources.connector.hostname=Hostname +pageResources.connectorHosts=Connector hosts +pageResources.connector.name=Name pageResources.connector.port=Port -pageResources.connector.timeout=Timeout pageResources.connector.protectConnection=Protected +pageResources.connector.timeout=Timeout +pageResources.content=Content +pageResources.dialog.title.confirmDelete=Confirm delete +pageResources.import=Import pageResources.inlineMenuItem.deleteSyncToken=Delete Sync. Token pageResources.inlineMenuItem.editResource=Edit Resource -pageResources.button.discoveryRemote=Discovery -pageResources.button.search=Search -pageResources.button.editAsXml=Edit XML -pageResources.searchText.placeholder=Name - -pageResources.message.deleteResourceConfirm=Do you really want to delete resource '{0}'? -pageResources.message.deleteResourcesConfirm=Do you really want to delete {0} resources? pageResources.message.deleteHostConfirm=Do you really want to delete host '{0}'? pageResources.message.deleteHostsConfirm=Do you really want to delete {0} hosts? -pageResources.message.noResourceSelected=No resource has been selected. +pageResources.message.deleteResourceConfirm=Do you really want to delete resource '{0}'? +pageResources.message.deleteResourcesConfirm=Do you really want to delete {0} resources? pageResources.message.noHostSelected=No connector host has been selected. +pageResources.message.noResourceSelected=No resource has been selected. pageResources.message.queryError=Error occurred during translation search query to filter. -pageResources.dialog.title.confirmDelete=Confirm delete +pageResources.name=Name +pageResources.progress=Progress +pageResources.resources=Resources +pageResources.searchText.placeholder=Name +pageResources.status=Last status +PageResources.subTitle=connected to midPoint +PageResources.title=Resources +pageResources.version=Version diff --git a/gui/admin-gui/src/main/java/com/evolveum/midpoint/web/page/admin/resources/content/PageAccount.properties b/gui/admin-gui/src/main/java/com/evolveum/midpoint/web/page/admin/resources/content/PageAccount.properties index 87963616f82..757482ef4f8 100644 --- a/gui/admin-gui/src/main/java/com/evolveum/midpoint/web/page/admin/resources/content/PageAccount.properties +++ b/gui/admin-gui/src/main/java/com/evolveum/midpoint/web/page/admin/resources/content/PageAccount.properties @@ -1,11 +1,11 @@ # -# Copyright (c) 2010-2013 Evolveum +# Copyright (c) 2010-2015 Evolveum # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http://www.apache.org/licenses/LICENSE-2.0 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, @@ -13,10 +13,11 @@ # See the License for the specific language governing permissions and # limitations under the License. # -page.title=Account details -page.subTitle=on {0} -pageAccount.message.cantEditAccount=Couldn't load account for editing. -pageAccount.description=Account on resource -pageAccount.button.save=Save + pageAccount.button.back=Back +pageAccount.button.save=Save +pageAccount.description=Account on resource +pageAccount.message.cantEditAccount=Couldn't load account for editing. pageAccount.message.cantEditProtectedAccount=This is protected account, it can't be modified. +PageAccount.subTitle=on {0} +PageAccount.title=Account details diff --git a/gui/admin-gui/src/main/java/com/evolveum/midpoint/web/page/admin/resources/content/PageContentAccounts.properties b/gui/admin-gui/src/main/java/com/evolveum/midpoint/web/page/admin/resources/content/PageContentAccounts.properties index c77b51c62ab..d3f2690f458 100644 --- a/gui/admin-gui/src/main/java/com/evolveum/midpoint/web/page/admin/resources/content/PageContentAccounts.properties +++ b/gui/admin-gui/src/main/java/com/evolveum/midpoint/web/page/admin/resources/content/PageContentAccounts.properties @@ -1,11 +1,11 @@ # -# Copyright (c) 2010-2013 Evolveum +# Copyright (c) 2010-2015 Evolveum # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http://www.apache.org/licenses/LICENSE-2.0 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, @@ -13,28 +13,29 @@ # See the License for the specific language governing permissions and # limitations under the License. # -page.title=Accounts -page.subTitle=on {0} -pageContentAccounts.search=Search -pageContentAccounts.name=Name -pageContentAccounts.kind=Kind -pageContentAccounts.intent=Intent -pageContentAccounts.objectClass=Object class -pageContentAccounts.situation=Situation -pageContentAccounts.identifiers=Identifiers -pageContentAccounts.owner=Owner + pageContentAccounts.button.searchButton=Search -pageContentAccounts.message.cantImportAccount=Can't import account, oid={0} -pageContentAccounts.message.cantShowUserDetails=Can't show details of user {0} ({1}). -pageContentAccounts.message.cantShowAccountDetails=Can't show details for account {0} ({1}). -pageContentAccounts.message.noAccountSelected=No accounts has been selected. -pageContentAccounts.message.deleteConfirmation=Do you really want to delete {0} account(s) from this resource? -pageContentAccounts.message.deleteConfirmationSingle=Do you really want to delete '{0}' account from this resource? +pageContentAccounts.dialog.title.confirmDelete=Delete Confirmation +pageContentAccounts.identifiers=Identifiers +pageContentAccounts.intent=Intent +pageContentAccounts.kind=Kind pageContentAccounts.menu.changeOwner=Change owner -pageContentAccounts.menu.importAccount=Import -pageContentAccounts.menu.removeOwner=Remove owner -pageContentAccounts.menu.disableAccount=Disable pageContentAccounts.menu.deleteAccount=Delete +pageContentAccounts.menu.disableAccount=Disable pageContentAccounts.menu.enableAccount=Enable +pageContentAccounts.menu.importAccount=Import +pageContentAccounts.menu.removeOwner=Remove owner +pageContentAccounts.message.cantImportAccount=Can't import account, oid\={0} +pageContentAccounts.message.cantShowAccountDetails=Can't show details for account {0} ({1}). +pageContentAccounts.message.cantShowUserDetails=Can't show details of user {0} ({1}). +pageContentAccounts.message.deleteConfirmation=Do you really want to delete {0} account(s) from this resource? +pageContentAccounts.message.deleteConfirmationSingle=Do you really want to delete '{0}' account from this resource? +pageContentAccounts.message.noAccountSelected=No accounts has been selected. pageContentAccounts.message.resourceOidNotDefined=Resource oid is not defined in url. -pageContentAccounts.dialog.title.confirmDelete=Delete Confirmation \ No newline at end of file +pageContentAccounts.name=Name +pageContentAccounts.objectClass=Object class +pageContentAccounts.owner=Owner +pageContentAccounts.search=Search +pageContentAccounts.situation=Situation +PageContentAccounts.subTitle=on {0} +PageContentAccounts.title=Accounts diff --git a/gui/admin-gui/src/main/java/com/evolveum/midpoint/web/page/admin/resources/content/PageContentEntitlements.properties b/gui/admin-gui/src/main/java/com/evolveum/midpoint/web/page/admin/resources/content/PageContentEntitlements.properties index 53a69f8b00f..43d1cd05733 100644 --- a/gui/admin-gui/src/main/java/com/evolveum/midpoint/web/page/admin/resources/content/PageContentEntitlements.properties +++ b/gui/admin-gui/src/main/java/com/evolveum/midpoint/web/page/admin/resources/content/PageContentEntitlements.properties @@ -1,11 +1,11 @@ # -# Copyright (c) 2010-2013 Evolveum +# Copyright (c) 2010-2015 Evolveum # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http://www.apache.org/licenses/LICENSE-2.0 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, @@ -14,6 +14,6 @@ # limitations under the License. # -page.title={0} pageContentEntitlements.entitlements=Entitlements pageContentEntitlements.message.resourceOidNotDefined=Resource oid is not defined in url. +PageContentEntitlements.title={0} diff --git a/gui/admin-gui/src/main/java/com/evolveum/midpoint/web/page/admin/roles/PageRoles.properties b/gui/admin-gui/src/main/java/com/evolveum/midpoint/web/page/admin/roles/PageRoles.properties index 1108cffd0c6..0a234e1ae88 100644 --- a/gui/admin-gui/src/main/java/com/evolveum/midpoint/web/page/admin/roles/PageRoles.properties +++ b/gui/admin-gui/src/main/java/com/evolveum/midpoint/web/page/admin/roles/PageRoles.properties @@ -1,11 +1,11 @@ # -# Copyright (c) 2010-2013 Evolveum +# Copyright (c) 2010-2015 Evolveum # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http://www.apache.org/licenses/LICENSE-2.0 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, @@ -14,13 +14,13 @@ # limitations under the License. # -page.title=List roles -Requestable.ALL=All -Requestable.REQUESTABLE=Requestable -Requestable.NON_REQUESTABLE=Non-Requestable -pageRoles.requestable=Requestable pageRoles.button.delete=Delete +pageRoles.dialog.title.confirmDelete=Confirm delete pageRoles.message.deleteRoleConfirm=Do you really want to delete selected {0} role(s)? pageRoles.message.nothingSelected=No role has been selected. pageRoles.message.queryError=Error occurred during translation search query to filter. -pageRoles.dialog.title.confirmDelete=Confirm delete +pageRoles.requestable=Requestable +PageRoles.title=List roles +Requestable.ALL=All +Requestable.NON_REQUESTABLE=Non-Requestable +Requestable.REQUESTABLE=Requestable diff --git a/gui/admin-gui/src/main/java/com/evolveum/midpoint/web/page/admin/server/PageTaskAdd.properties b/gui/admin-gui/src/main/java/com/evolveum/midpoint/web/page/admin/server/PageTaskAdd.properties index 8acb6d8b2c9..508b308bb9b 100644 --- a/gui/admin-gui/src/main/java/com/evolveum/midpoint/web/page/admin/server/PageTaskAdd.properties +++ b/gui/admin-gui/src/main/java/com/evolveum/midpoint/web/page/admin/server/PageTaskAdd.properties @@ -1,11 +1,11 @@ # -# Copyright (c) 2010-2013 Evolveum +# Copyright (c) 2010-2015 Evolveum # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http://www.apache.org/licenses/LICENSE-2.0 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, @@ -13,51 +13,43 @@ # See the License for the specific language governing permissions and # limitations under the License. # -page.title=New task -pageTask.title.edit=Details for '{0}' -pageTask.type=Type: -pageTask.objectRef=Resource reference -pageTask.browse=Browse -pageTask.name=Task name -pageTask.kind=Kind -pageTask.intent=Intent -pageTask.objectClass=Object class -pageTask.scheduleTitle=Scheduling -pageTask.recurring=Recurring task -pageTask.bound=Tightly bound (use if recurring task runs often) -pageTask.scheduleInterval=Schedule interval (seconds) -pageTask.cronSpec=Schedule cron-like specification -pageTask.notStartBefore=Do not start before -pageTask.notStartAfter=Do not start after -pageTask.now=Now -pageTask.runUntilNodeDown=Run only until node down +PageTaskAdd.title=New task pageTask.advancedOption=Advanced option -pageTask.createSuspended=Create in SUSPENDED state -pageTask.threadStop=Thread stop action -pageTask.misfire=Misfire action - +pageTask.basic=Basic +pageTask.boundHelp=Tightly bound tasks are used to run short actions, which are repeating quite often (e.g. in intervals less than 1 minute). A typical example is the live synchronization. Cron-like specification is not supported for these tasks; you have to specify the time interval. +pageTask.bound=Tightly bound (use if recurring task runs often) +pageTask.browse=Browse +pageTask.category.BulkActions=Bulk actions pageTask.category.Demo=Demo pageTask.category.ImportFromFile=Import from file pageTask.category.ImportingAccounts=Importing accounts pageTask.category.LiveSynchronization=Live synchronization -pageTask.category.BulkActions=Bulk actions +pageTask.category.Recomputation=Recomputation pageTask.category.Reconciliation=Reconciliation -#legacy pageTask.category.UserRecomputation=User recomputation -pageTask.category.Recomputation=Recomputation pageTask.category.Workflow=Workflow +pageTask.createSuspended=Create in SUSPENDED state +pageTask.cronHelp=Cron-like specification is in the form\: SECONDS MINUTES HOURS DAY-OF-MONTH MONTH DAY-OF-WEEK YEAR (optional), e.g. '0 0 12 ? * WED' which means 'every Wednesday at 12\:00\:00 pm'. pageTask.cronHelpLink=For more information, please see pageTask.cronHelpLinkTutorial=tutorial -pageTask.basic=Basic -pageTask.options=Options +pageTask.cronSpec=Schedule cron-like specification pageTask.dryRun=Dry run - -pageTask.scheduleHelp=For one-time tasks, enter neither schedule interval nor cron-like specification. \ - For recurring tasks, enter exactly one of these. -pageTask.boundHelp=Tightly bound tasks are used to run short actions, which are repeating quite often \ - (e.g. in intervals less than 1 minute). A typical example is the live synchronization. Cron-like specification \ - is not supported for these tasks; you have to specify the time interval. -pageTask.cronHelp=Cron-like specification is in the form: SECONDS MINUTES HOURS DAY-OF-MONTH MONTH DAY-OF-WEEK YEAR \ - (optional), e.g. '0 0 12 ? * WED' which means 'every Wednesday at 12:00:00 pm'. - +pageTask.intent=Intent +pageTask.kind=Kind +pageTask.misfire=Misfire action +pageTask.name=Task name +pageTask.notStartAfter=Do not start after +pageTask.notStartBefore=Do not start before +pageTask.now=Now +pageTask.objectClass=Object class +pageTask.objectRef=Resource reference +pageTask.options=Options +pageTask.recurring=Recurring task +pageTask.runUntilNodeDown=Run only until node down +pageTask.scheduleHelp=For one-time tasks, enter neither schedule interval nor cron-like specification. For recurring tasks, enter exactly one of these. +pageTask.scheduleInterval=Schedule interval (seconds) +pageTask.scheduleTitle=Scheduling +pageTask.threadStop=Thread stop action +pageTask.title.edit=Details for '{0}' +pageTask.type=Type\: diff --git a/gui/admin-gui/src/main/java/com/evolveum/midpoint/web/page/admin/server/PageTaskEdit.properties b/gui/admin-gui/src/main/java/com/evolveum/midpoint/web/page/admin/server/PageTaskEdit.properties index 0e83415e5b2..9c8da7be802 100644 --- a/gui/admin-gui/src/main/java/com/evolveum/midpoint/web/page/admin/server/PageTaskEdit.properties +++ b/gui/admin-gui/src/main/java/com/evolveum/midpoint/web/page/admin/server/PageTaskEdit.properties @@ -1,11 +1,11 @@ # -# Copyright (c) 2010-2013 Evolveum +# Copyright (c) 2010-2015 Evolveum # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http://www.apache.org/licenses/LICENSE-2.0 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, @@ -13,74 +13,62 @@ # See the License for the specific language governing permissions and # limitations under the License. # -page.title=Task details -pageTaskEdit.title.edit=Details for '{0}' + +nullValid=Choose one +pageTaskEdit.basic=Basic +pageTaskEdit.boundHelp=Tightly bound tasks are used to run short actions, which are repeating quite often (e.g. in intervals less than 1 minute). A typical example is the live synchronization. Cron-like specification is not supported for these tasks; you have to specify the time interval. +pageTaskEdit.bound=Tightly bound (use if recurring task runs often) pageTaskEdit.button.back=Back -pageTaskEdit.button.save=Save pageTaskEdit.button.edit=Edit pageTaskEdit.button.resume=Resume pageTaskEdit.button.runNow=Run now +pageTaskEdit.button.save=Save pageTaskEdit.button.suspend=Suspend - -pageTaskEdit.basic=Basic -pageTaskEdit.name=Task name -pageTaskEdit.description=Description -pageTaskEdit.oid=OID -pageTaskEdit.identifier=Identifier pageTaskEdit.category=Category -pageTaskEdit.parent=Parent task -pageTaskEdit.handlerUri=Handler URI +pageTaskEdit.cronHelp=Cron-like specification is in the form\: SECONDS MINUTES HOURS DAY-OF-MONTH MONTH DAY-OF-WEEK YEAR (optional), e.g. '0 0 12 ? * WED' which means 'every Wednesday at 12\:00\:00 pm'. +pageTaskEdit.cronHelpLink=For more information, please see +pageTaskEdit.cronHelpLinkTutorial=tutorial +pageTaskEdit.cronSpec=Schedule cron-like specification +pageTaskEdit.description=Description +pageTaskEdit.dryRun=Dry run pageTaskEdit.execution=Execution status -pageTaskEdit.objectRef=Resource reference -pageTaskEdit.kind=Kind +pageTaskEdit.handlerUri=Handler URI +pageTaskEdit.identifier=Identifier pageTaskEdit.intent=Intent +pageTaskEdit.kind=Kind +pageTaskEdit.lastFinished=Task run last finished +pageTaskEdit.lastStarted=Task run last started +pageTaskEdit.message.cantTaskDetails=Couldn't load task details. +pageTaskEdit.message.node=- at node {0} +pageTaskEdit.misfire=Misfire action +pageTaskEdit.modelOperationStatusLabel=Model operation status +pageTaskEdit.name=Task name +pageTaskEdit.nextRun=Next scheduled task run +pageTaskEdit.notStartAfter=Do not start after +pageTaskEdit.notStartBefore=Do not start before pageTaskEdit.objectClass=Object class -pageTaskEdit.workerThreads=Worker threads -pageTaskEdit.suspendReq=For editing is necessary to suspend the task - -pageTaskEdit.scheduleTitle=Scheduling +pageTaskEdit.objectRef=Resource reference +pageTaskEdit.oid=OID +pageTaskEdit.opResult.message=Message +pageTaskEdit.opResult.operation=Operation +pageTaskEdit.opResult.status=Status +pageTaskEdit.opResult.token=Token +pageTaskEdit.options=Options +pageTaskEdit.parent=Parent task pageTaskEdit.recurring=Recurring task -pageTaskEdit.bound=Tightly bound (use if recurring task runs often) +pageTaskEdit.runUntilNodeDown=Run only until node down +pageTaskEdit.scheduleHelp=For one-time tasks, enter neither schedule interval nor cron-like specification. For recurring tasks, enter exactly one of these. pageTaskEdit.scheduleInterval=Schedule interval (seconds) -pageTaskEdit.cronSpec=Schedule cron-like specification -pageTaskEdit.notStartBefore=Do not start before -pageTaskEdit.notStartAfter=Do not start after -pageTaskEdit.misfire=Misfire action -pageTaskEdit.lastStarted=Task run last started -pageTaskEdit.lastFinished=Task run last finished -pageTaskEdit.nextRun=Next scheduled task run +pageTaskEdit.scheduleTitle=Scheduling +pageTaskEdit.subtasksLabel=Subtasks +pageTaskEdit.suspendReq=For editing is necessary to suspend the task +pageTaskEdit.taskState=Task state pageTaskEdit.threadAction=Thread action - -pageTaskEdit.tightlyBound=Tightly bound -pageTaskEdit.runUntilNodeDown=Run only until node down pageTaskEdit.threadStop=Thread stop action - -pageTaskEdit.taskState=Task state - -pageTaskEdit.modelOperationStatusLabel=Model operation status -pageTaskEdit.subtasksLabel=Subtasks +pageTaskEdit.tightlyBound=Tightly bound +pageTaskEdit.title.edit=Details for '{0}' +PageTaskEdit.title=Task details +pageTaskEdit.workerThreads=Worker threads pageTaskEdit.workflowInformationLabel=Workflow information - -pageTaskEdit.scheduleHelp=For one-time tasks, enter neither schedule interval nor cron-like specification. \ - For recurring tasks, enter exactly one of these. -pageTaskEdit.boundHelp=Tightly bound tasks are used to run short actions, which are repeating quite often \ - (e.g. in intervals less than 1 minute). A typical example is the live synchronization. Cron-like specification \ - is not supported for these tasks; you have to specify the time interval. -pageTaskEdit.cronHelp=Cron-like specification is in the form: SECONDS MINUTES HOURS DAY-OF-MONTH MONTH DAY-OF-WEEK YEAR \ - (optional), e.g. '0 0 12 ? * WED' which means 'every Wednesday at 12:00:00 pm'. -pageTaskEdit.cronHelpLink=For more information, please see -pageTaskEdit.cronHelpLinkTutorial=tutorial - -pageTaskEdit.message.cantTaskDetails=Couldn't load task details. -pageTaskEdit.message.node= - at node {0} - -pageTaskEdit.opResult.token=Token -pageTaskEdit.opResult.operation=Operation -pageTaskEdit.opResult.status=Status -pageTaskEdit.opResult.message=Message -pageTaskEdit.options=Options -pageTaskEdit.dryRun=Dry run - -runUntilNodeDown.error1=Compatible data for 'Thread stop action' are: Close, Suspend -runUntilNodeDown.error2=Compatible data for 'Thread stop action' are: Restart, Reschedule -nullValid=Choose one +runUntilNodeDown.error1=Compatible data for 'Thread stop action' are\: Close, Suspend +runUntilNodeDown.error2=Compatible data for 'Thread stop action' are\: Restart, Reschedule diff --git a/gui/admin-gui/src/main/java/com/evolveum/midpoint/web/page/admin/server/PageTasks.properties b/gui/admin-gui/src/main/java/com/evolveum/midpoint/web/page/admin/server/PageTasks.properties index ec7040a0a93..f63f156d856 100644 --- a/gui/admin-gui/src/main/java/com/evolveum/midpoint/web/page/admin/server/PageTasks.properties +++ b/gui/admin-gui/src/main/java/com/evolveum/midpoint/web/page/admin/server/PageTasks.properties @@ -1,11 +1,11 @@ # -# Copyright (c) 2010-2013 Evolveum +# Copyright (c) 2010-2015 Evolveum # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http://www.apache.org/licenses/LICENSE-2.0 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, @@ -13,66 +13,61 @@ # See the License for the specific language governing permissions and # limitations under the License. # -page.title=Tasks -page.subTitle=in midPoint -pageTasks.tasks=Tasks -pageTasks.task.name=Name -pageTasks.task.category=Category -pageTasks.task.objectRef=Object reference -pageTasks.task.execution=Execution -pageTasks.task.executingAt=Executing at -pageTasks.task.progress=Progress -pageTasks.task.currentRunTime=Current run time -pageTasks.task.scheduledToRunAgain=Scheduled to start again -pageTasks.task.status=Status -pageTasks.task.detail=Detail -pageTasks.node.name=Name -#pageTasks.node.running=Running -pageTasks.node.executionStatus=Status -pageTasks.node.lastCheckInTime=Last check-in time -pageTasks.node.clustered=Clustered -pageTasks.node.statusMessage=Status message -pageTasks.node.managementPort=Management port -#pageTasks.node.nodeIdentifier=Identifier -pageTasks.nodes=Nodes -pageTasks.state=State -pageTasks.category=Category -pageTasks.subtasks=Show subtasks + +mainForm.category.null=All +mainForm.state.null=All +pageTasks.alreadyPassed=already passed +pageTasks.alreadyPassedForNotRunningTasks=(already passed) +pageTasks.button.deactivateServiceThreads=Stop all threads pageTasks.button.deleteNode=Delete -pageTasks.button.stopSchedulerAndTasks=Stop scheduler + tasks +pageTasks.button.deleteTask=Delete +pageTasks.button.reactivateServiceThreads=Start all threads +pageTasks.button.refreshTasks=Refresh tasks +pageTasks.button.resumeTask=Resume +pageTasks.button.scheduleTask=Run now pageTasks.button.startScheduler=Start +pageTasks.button.stopSchedulerAndTasks=Stop scheduler + tasks pageTasks.button.stopScheduler=Stop scheduler pageTasks.button.suspendTask=Suspend -pageTasks.button.resumeTask=Resume -pageTasks.button.deleteTask=Delete -pageTasks.button.scheduleTask=Run now -pageTasks.button.deactivateServiceThreads=Stop all threads -pageTasks.button.reactivateServiceThreads=Start all threads pageTasks.button.synchronizeTasks=Synchronize tasks -pageTasks.button.refreshTasks=Refresh tasks - -pageTasks.unknownRefName=Unknown object -pageTasks.now=now -pageTasks.nowForNotRunningTasks=(now) -pageTasks.alreadyPassed=already passed -pageTasks.alreadyPassedForNotRunningTasks=(already passed) -pageTasks.in=in {0} +pageTasks.category=Category +pageTasks.dialog.title.confirmDelete=Confirm delete pageTasks.inForNotRunningTasks=(in {0}) -pageTasks.stalledSince=STALLED since {0} at {1} -mainForm.state.null=All -mainForm.category.null=All -TaskListType.ALL=All -TaskListType.EXECUTING=Executing -TaskListType.ACTIVATED=Activated -TaskListType.DEACTIVATED=Deactivated -pageTasks.message.couldntCreateQuery=Couldn't create query for task list. -pageTasks.message.noTaskSelected=No task has been selected. -pageTasks.message.noNodeSelected=No node has been selected. -pageTasks.message.alreadySuspended=Task '{0}' is already suspended or closed. +pageTasks.in=in {0} pageTasks.message.alreadyResumed=Task '{0}' can't be resumed, it's already running or closed. -#pageTasks.category -pageTasks.dialog.title.confirmDelete=Confirm delete +pageTasks.message.alreadySuspended=Task '{0}' is already suspended or closed. +pageTasks.message.couldntCreateQuery=Couldn't create query for task list. pageTasks.message.deleteTaskConfirm=Do you really want to delete task '{0}'? pageTasks.message.deleteTasksConfirm=Do you really want to delete {0} tasks? - - +pageTasks.message.noNodeSelected=No node has been selected. +pageTasks.message.noTaskSelected=No task has been selected. +pageTasks.node.clustered=Clustered +pageTasks.node.executionStatus=Status +pageTasks.node.lastCheckInTime=Last check-in time +pageTasks.node.managementPort=Management port +pageTasks.node.name=Name +pageTasks.nodes=Nodes +pageTasks.node.statusMessage=Status message +pageTasks.nowForNotRunningTasks=(now) +pageTasks.now=now +pageTasks.stalledSince=STALLED since {0} at {1} +pageTasks.state=State +pageTasks.subtasks=Show subtasks +PageTasks.subTitle=in midPoint +pageTasks.task.category=Category +pageTasks.task.currentRunTime=Current run time +pageTasks.task.detail=Detail +pageTasks.task.executingAt=Executing at +pageTasks.task.execution=Execution +pageTasks.task.name=Name +pageTasks.task.objectRef=Object reference +pageTasks.task.progress=Progress +pageTasks.task.scheduledToRunAgain=Scheduled to start again +pageTasks.tasks=Tasks +pageTasks.task.status=Status +PageTasks.title=Tasks +pageTasks.unknownRefName=Unknown object +TaskListType.ACTIVATED=Activated +TaskListType.ALL=All +TaskListType.DEACTIVATED=Deactivated +TaskListType.EXECUTING=Executing diff --git a/gui/admin-gui/src/main/java/com/evolveum/midpoint/web/page/admin/users/PageContacts.properties b/gui/admin-gui/src/main/java/com/evolveum/midpoint/web/page/admin/users/PageContacts.properties index 0c515665d41..bf9280ec84e 100644 --- a/gui/admin-gui/src/main/java/com/evolveum/midpoint/web/page/admin/users/PageContacts.properties +++ b/gui/admin-gui/src/main/java/com/evolveum/midpoint/web/page/admin/users/PageContacts.properties @@ -1,11 +1,11 @@ # -# Copyright (c) 2010-2013 Evolveum +# Copyright (c) 2010-2015 Evolveum # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http://www.apache.org/licenses/LICENSE-2.0 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, @@ -14,5 +14,5 @@ # limitations under the License. # -page.title=Contacts -page.subTitle=browser \ No newline at end of file +PageContacts.subTitle=browser +PageContacts.title=Contacts diff --git a/gui/admin-gui/src/main/java/com/evolveum/midpoint/web/page/admin/users/PageFindUsers.properties b/gui/admin-gui/src/main/java/com/evolveum/midpoint/web/page/admin/users/PageFindUsers.properties index eeddce0efc5..97f6cab6602 100644 --- a/gui/admin-gui/src/main/java/com/evolveum/midpoint/web/page/admin/users/PageFindUsers.properties +++ b/gui/admin-gui/src/main/java/com/evolveum/midpoint/web/page/admin/users/PageFindUsers.properties @@ -1,11 +1,11 @@ # -# Copyright (c) 2010-2013 Evolveum +# Copyright (c) 2010-2015 Evolveum # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http://www.apache.org/licenses/LICENSE-2.0 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, @@ -14,5 +14,5 @@ # limitations under the License. # -page.title=Find users -page.subTitle=in midPoint \ No newline at end of file +PageFindUsers.subTitle=in midPoint +PageFindUsers.title=Find users diff --git a/gui/admin-gui/src/main/java/com/evolveum/midpoint/web/page/admin/users/PageOrgTree.properties b/gui/admin-gui/src/main/java/com/evolveum/midpoint/web/page/admin/users/PageOrgTree.properties index a2e6cbb506f..ec92494f01a 100644 --- a/gui/admin-gui/src/main/java/com/evolveum/midpoint/web/page/admin/users/PageOrgTree.properties +++ b/gui/admin-gui/src/main/java/com/evolveum/midpoint/web/page/admin/users/PageOrgTree.properties @@ -1,11 +1,11 @@ # -# Copyright (c) 2010-2013 Evolveum +# Copyright (c) 2010-2015 Evolveum # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http://www.apache.org/licenses/LICENSE-2.0 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, @@ -14,6 +14,6 @@ # limitations under the License. # -page.title=Org. structure -page.subTitle=tree PageOrgTree.message.noOrgStructDefined=No org. structure defined. +PageOrgTree.subTitle=tree +PageOrgTree.title=Org. structure diff --git a/gui/admin-gui/src/main/java/com/evolveum/midpoint/web/page/admin/users/PageOrgUnit.properties b/gui/admin-gui/src/main/java/com/evolveum/midpoint/web/page/admin/users/PageOrgUnit.properties index f9a2262367c..7df760056dd 100644 --- a/gui/admin-gui/src/main/java/com/evolveum/midpoint/web/page/admin/users/PageOrgUnit.properties +++ b/gui/admin-gui/src/main/java/com/evolveum/midpoint/web/page/admin/users/PageOrgUnit.properties @@ -1,11 +1,11 @@ # -# Copyright (c) 2010-2013 Evolveum +# Copyright (c) 2010-2015 Evolveum # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http://www.apache.org/licenses/LICENSE-2.0 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, @@ -14,19 +14,17 @@ # limitations under the License. # -page.title=New org. unit -page.title.edit={0} pageOrgUnit.accounts=Projections - -page.subTitle=details -PageOrgUnit.title.basic=Basic +PageOrgUnit.extension=Extension +PageOrgUnit.message.cantCreateExtensionDelta=Can't create delta for org. unit extension +PageOrgUnit.parentOrgRef=Parent +PageOrgUnit.subTitle=details +PageOrgUnit.title.approvers=Approvers PageOrgUnit.title.assignments=Assignments -PageOrgUnit.title.inducements=Inducements PageOrgUnit.title.authorizations=Authorizations +PageOrgUnit.title.basic=Basic PageOrgUnit.title.exclusions=Exclutions -PageOrgUnit.title.approvers=Approvers -PageOrgUnit.extension=Extension +PageOrgUnit.title.inducements=Inducements +PageOrgUnit.title=New org. unit PageOrgUnit.title.parentOrgUnit=Parent(s) -PageOrgUnit.parentOrgRef=Parent - -PageOrgUnit.message.cantCreateExtensionDelta=Can't create delta for org. unit extension +page.title.edit={0} diff --git a/gui/admin-gui/src/main/java/com/evolveum/midpoint/web/page/admin/users/PageUsers.properties b/gui/admin-gui/src/main/java/com/evolveum/midpoint/web/page/admin/users/PageUsers.properties index 5c8ee845627..30733f73dfa 100644 --- a/gui/admin-gui/src/main/java/com/evolveum/midpoint/web/page/admin/users/PageUsers.properties +++ b/gui/admin-gui/src/main/java/com/evolveum/midpoint/web/page/admin/users/PageUsers.properties @@ -1,11 +1,11 @@ # -# Copyright (c) 2010-2013 Evolveum +# Copyright (c) 2010-2015 Evolveum # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http://www.apache.org/licenses/LICENSE-2.0 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, @@ -14,20 +14,20 @@ # limitations under the License. # -page.title=Users -page.subTitle=in midPoint -SearchType.NAME=Name -SearchType.GIVEN_NAME=Given name -SearchType.FAMILY_NAME=Family name -SearchType.FULL_NAME=Full name -pageUsers.message.queryError=Error occurred during translation search query to filter. -pageUsers.menu.unlock=Unlock -pageUsers.menu.reconcile=Reconcile +pageUsers.accounts=Accounts +pageUsers.dialog.title.confirmDelete=Confirm delete pageUsers.menu.delete=Delete pageUsers.menu.disable=Disable pageUsers.menu.enable=Enable -pageUsers.message.nothingSelected=No user has been selected. +pageUsers.menu.reconcile=Reconcile +pageUsers.menu.unlock=Unlock pageUsers.message.deleteUserConfirm=Do you really want to delete selected {0} user(s)? pageUsers.message.deleteUserConfirmSingle=Do you really want to delete user '{0}'? -pageUsers.dialog.title.confirmDelete=Confirm delete -pageUsers.accounts=Accounts \ No newline at end of file +pageUsers.message.nothingSelected=No user has been selected. +pageUsers.message.queryError=Error occurred during translation search query to filter. +PageUsers.subTitle=in midPoint +PageUsers.title=Users +SearchType.FAMILY_NAME=Family name +SearchType.FULL_NAME=Full name +SearchType.GIVEN_NAME=Given name +SearchType.NAME=Name diff --git a/gui/admin-gui/src/main/java/com/evolveum/midpoint/web/page/admin/workflow/PageProcessInstance.properties b/gui/admin-gui/src/main/java/com/evolveum/midpoint/web/page/admin/workflow/PageProcessInstance.properties index 4901a1f07aa..1c7f3f677af 100644 --- a/gui/admin-gui/src/main/java/com/evolveum/midpoint/web/page/admin/workflow/PageProcessInstance.properties +++ b/gui/admin-gui/src/main/java/com/evolveum/midpoint/web/page/admin/workflow/PageProcessInstance.properties @@ -1,11 +1,11 @@ # -# Copyright (c) 2010-2013 Evolveum +# Copyright (c) 2010-2015 Evolveum # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http://www.apache.org/licenses/LICENSE-2.0 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, @@ -14,6 +14,5 @@ # limitations under the License. # -page.title=Process instance details pageProcessInstance.button.back=Back - +PageProcessInstance.title=Process instance details diff --git a/gui/admin-gui/src/main/java/com/evolveum/midpoint/web/page/admin/workflow/PageWorkItem.properties b/gui/admin-gui/src/main/java/com/evolveum/midpoint/web/page/admin/workflow/PageWorkItem.properties index 9d899391850..0cb86b2f406 100644 --- a/gui/admin-gui/src/main/java/com/evolveum/midpoint/web/page/admin/workflow/PageWorkItem.properties +++ b/gui/admin-gui/src/main/java/com/evolveum/midpoint/web/page/admin/workflow/PageWorkItem.properties @@ -1,11 +1,11 @@ # -# Copyright (c) 2010-2013 Evolveum +# Copyright (c) 2010-2015 Evolveum # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http://www.apache.org/licenses/LICENSE-2.0 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, @@ -14,40 +14,35 @@ # limitations under the License. # -page.subTitle=work item details -pageWorkItem.description=Work Item -pageWorkItem.requester.description=Requester -pageWorkItem.accordionLabel.requester=Requester (technical information) -pageWorkItem.objectOld.description=Object before change -pageWorkItem.accordionLabel.objectOld=Object before change (technical information) -pageWorkItem.objectNew.description=Object after proposed change -pageWorkItem.accordionLabel.objectNew=Object after proposed change (technical information) -pageWorkItem.additionalData.description=Related data pageWorkItem.accordionLabel.additionalData=Related data (technical information) +pageWorkItem.accordionLabel.objectNew=Object after proposed change (technical information) +pageWorkItem.accordionLabel.objectOld=Object before change (technical information) pageWorkItem.accordionLabel.processInstance=Process instance information -pageWorkItem.requestSpecifics=Request specifics -pageWorkItem.trackingData=Tracking data - -pageWorkItem.trackingData.description=Tracking (diagnostic) data -pageWorkItem.requestCommon.description=General information about the request -pageWorkItem.requestSpecific.description=Your decision -pageWorkItem.delta=Delta to be approved -pageWorkItem.button.claim=Claim -pageWorkItem.button.release=Release +pageWorkItem.accordionLabel.requester=Requester (technical information) +pageWorkItem.additionalData.description=Related data +pageWorkItem.additionalInfo=Supplementary information +pageWorkItem.assignee=Assigned to\: pageWorkItem.button.approve=Approve -pageWorkItem.button.reject=Reject pageWorkItem.button.cancel=Back - -pageWorkItem.mainInfo=Basic information -pageWorkItem.additionalInfo=Supplementary information - -pageWorkItem.title=Work to do: -pageWorkItem.requestedBy=Requested by: -pageWorkItem.requestedOn=Requested on: -pageWorkItem.workItemCreatedOn=This work item created on: -pageWorkItem.assignee=Assigned to: -pageWorkItem.candidates=Candidate assignees: - +pageWorkItem.button.claim=Claim +pageWorkItem.button.reject=Reject +pageWorkItem.button.release=Release +pageWorkItem.candidates=Candidate assignees\: +pageWorkItem.delta=Delta to be approved +pageWorkItem.description=Work Item pageWorkItem.label.showTechnicalInformation=Show technical information - -pageWorkItem.options=Options \ No newline at end of file +pageWorkItem.mainInfo=Basic information +pageWorkItem.objectNew.description=Object after proposed change +pageWorkItem.objectOld.description=Object before change +pageWorkItem.options=Options +pageWorkItem.requestCommon.description=General information about the request +pageWorkItem.requestedBy=Requested by\: +pageWorkItem.requestedOn=Requested on\: +pageWorkItem.requester.description=Requester +pageWorkItem.requestSpecific.description=Your decision +pageWorkItem.requestSpecifics=Request specifics +PageWorkItem.subTitle=work item details +pageWorkItem.title=Work to do\: +pageWorkItem.trackingData.description=Tracking (diagnostic) data +pageWorkItem.trackingData=Tracking data +pageWorkItem.workItemCreatedOn=This work item created on\: diff --git a/gui/admin-gui/src/main/java/com/evolveum/midpoint/web/page/admin/workflow/PageWorkItems.properties b/gui/admin-gui/src/main/java/com/evolveum/midpoint/web/page/admin/workflow/PageWorkItems.properties index 259eeeb8ba2..768843edbc9 100644 --- a/gui/admin-gui/src/main/java/com/evolveum/midpoint/web/page/admin/workflow/PageWorkItems.properties +++ b/gui/admin-gui/src/main/java/com/evolveum/midpoint/web/page/admin/workflow/PageWorkItems.properties @@ -1,11 +1,11 @@ # -# Copyright (c) 2010-2013 Evolveum +# Copyright (c) 2010-2015 Evolveum # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http://www.apache.org/licenses/LICENSE-2.0 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, @@ -14,16 +14,14 @@ # limitations under the License. # -page.title=Work items assigned to me -pageWorkItems.item.name=Name +pageWorkItems.button.approve=Approve +pageWorkItems.button.claim=Claim +pageWorkItems.button.reject=Reject +pageWorkItems.button.release=Release +pageWorkItems.item.candidates=Candidate assignees pageWorkItems.item.created=Created on +pageWorkItems.item.name=Name pageWorkItems.item.owner=Owner -pageWorkItems.item.candidates=Candidate assignees pageWorkItems.item.status=Status - -pageWorkItems.button.claim=Claim -pageWorkItems.button.release=Release -pageWorkItems.button.approve=Approve -pageWorkItems.button.reject=Reject - pageWorkItems.message.noItemSelected=No work item has been selected. +PageWorkItems.title=Work items assigned to me diff --git a/gui/admin-gui/src/main/java/com/evolveum/midpoint/web/page/admin/workflow/PageWorkItemsClaimable.properties b/gui/admin-gui/src/main/java/com/evolveum/midpoint/web/page/admin/workflow/PageWorkItemsClaimable.properties index b5525bdb601..0ec1a9a954a 100644 --- a/gui/admin-gui/src/main/java/com/evolveum/midpoint/web/page/admin/workflow/PageWorkItemsClaimable.properties +++ b/gui/admin-gui/src/main/java/com/evolveum/midpoint/web/page/admin/workflow/PageWorkItemsClaimable.properties @@ -1,5 +1,5 @@ # -# Copyright (c) 2010-2014 Evolveum +# Copyright (c) 2010-2015 Evolveum # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -14,4 +14,4 @@ # limitations under the License. # -page.title=Work items claimable by me +PageWorkItemsClaimable.title=Work items claimable by me diff --git a/gui/admin-gui/src/main/java/com/evolveum/midpoint/web/page/error/PageError.properties b/gui/admin-gui/src/main/java/com/evolveum/midpoint/web/page/error/PageError.properties index 22661ccea9f..e3e69e45c66 100644 --- a/gui/admin-gui/src/main/java/com/evolveum/midpoint/web/page/error/PageError.properties +++ b/gui/admin-gui/src/main/java/com/evolveum/midpoint/web/page/error/PageError.properties @@ -1,9 +1,25 @@ -page.title=Error -PageError.quote=Failure is simply the opportunity to begin again, this time more intelligently. -PageError.quoteAuthor=Henry Ford -PageError.message=Unexpected error occurred, if necessary please contact system administrator. +# +# Copyright (c) 2010-2015 Evolveum +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# + +PageError.button.back=Back to dashboard PageError.error.401=unauthorized (401) PageError.error.403=forbidden (403) PageError.error.404=not found (404) PageError.error.500=internal error (500) -PageError.button.back=Back to dashboard \ No newline at end of file +PageError.message=Unexpected error occurred, if necessary please contact system administrator. +PageError.quoteAuthor=Henry Ford +PageError.quote=Failure is simply the opportunity to begin again, this time more intelligently. +PageError.title=Error diff --git a/gui/admin-gui/src/main/java/com/evolveum/midpoint/web/page/forgetpassword/PageForgetPassword.properties b/gui/admin-gui/src/main/java/com/evolveum/midpoint/web/page/forgetpassword/PageForgetPassword.properties index 455d748e938..9d16f03dfea 100644 --- a/gui/admin-gui/src/main/java/com/evolveum/midpoint/web/page/forgetpassword/PageForgetPassword.properties +++ b/gui/admin-gui/src/main/java/com/evolveum/midpoint/web/page/forgetpassword/PageForgetPassword.properties @@ -1,11 +1,11 @@ # -# Copyright (c) 2010-2013 Evolveum +# Copyright (c) 2010-2015 Evolveum # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http://www.apache.org/licenses/LICENSE-2.0 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, @@ -14,9 +14,9 @@ # limitations under the License. # -page.title=Forgot Password -PageForgetPassword.resetPassword=Reset Password -PageForgetPassword.username=Username -PageForgetPassword.password=Password PageForgetPassword.email=E-mail pageForgetPassword.message.usernotfound=User Not Found +PageForgetPassword.password=Password +PageForgetPassword.resetPassword=Reset Password +PageForgetPassword.title=Forgot Password +PageForgetPassword.username=Username diff --git a/gui/admin-gui/src/main/java/com/evolveum/midpoint/web/page/forgetpassword/PageSecurityQuestions.properties b/gui/admin-gui/src/main/java/com/evolveum/midpoint/web/page/forgetpassword/PageSecurityQuestions.properties index 884e4991cce..6e9f756c0c5 100644 --- a/gui/admin-gui/src/main/java/com/evolveum/midpoint/web/page/forgetpassword/PageSecurityQuestions.properties +++ b/gui/admin-gui/src/main/java/com/evolveum/midpoint/web/page/forgetpassword/PageSecurityQuestions.properties @@ -1,11 +1,11 @@ # -# Copyright (c) 2010-2013 Evolveum +# Copyright (c) 2010-2015 Evolveum # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http://www.apache.org/licenses/LICENSE-2.0 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, @@ -14,7 +14,7 @@ # limitations under the License. # -page.title=Security Questions message.WrongAnswer=Questions Not Answered Correctly pageForgetPassword.message.ContactAdminQuestionsNotSet=You have not set any security questions yet. Please Contact Your Administrator to reset Your Password. pageSecurityQuestions.message.WrongAnswer=Questions Not Answered Correctly +PageSecurityQuestions.title=Security Questions diff --git a/gui/admin-gui/src/main/java/com/evolveum/midpoint/web/page/forgetpassword/PageShowPassword.properties b/gui/admin-gui/src/main/java/com/evolveum/midpoint/web/page/forgetpassword/PageShowPassword.properties index 75ccdce00c2..ef9cbc2242b 100644 --- a/gui/admin-gui/src/main/java/com/evolveum/midpoint/web/page/forgetpassword/PageShowPassword.properties +++ b/gui/admin-gui/src/main/java/com/evolveum/midpoint/web/page/forgetpassword/PageShowPassword.properties @@ -1,3 +1,19 @@ -page.title=New Password -PageShowPassword.message = Your new password is: -PageShowPassword.success = New password has been successfully created +# +# Copyright (c) 2010-2015 Evolveum +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# + +PageShowPassword.message=Your new password is\: +PageShowPassword.success=New password has been successfully created +PageShowPassword.title=New Password diff --git a/gui/admin-gui/src/main/java/com/evolveum/midpoint/web/page/login/PageLogin.properties b/gui/admin-gui/src/main/java/com/evolveum/midpoint/web/page/login/PageLogin.properties index d4cee34c8d5..096e146bbe7 100644 --- a/gui/admin-gui/src/main/java/com/evolveum/midpoint/web/page/login/PageLogin.properties +++ b/gui/admin-gui/src/main/java/com/evolveum/midpoint/web/page/login/PageLogin.properties @@ -1,11 +1,11 @@ # -# Copyright (c) 2010-2013 Evolveum +# Copyright (c) 2010-2015 Evolveum # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http://www.apache.org/licenses/LICENSE-2.0 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, @@ -14,9 +14,9 @@ # limitations under the License. # -page.title=Login -PageLogin.signIn=Sign in -PageLogin.username=Username -PageLogin.password=Password PageLogin.forgetPassword=Forgot Password pageLogin.message.ForgetPasswordSettingsWrong=Forget Passwords settings are wrong. Please Contact Your Administrator for changing your password. +PageLogin.password=Password +PageLogin.signIn=Sign in +PageLogin.title=Login +PageLogin.username=Username