Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/Evolveum/midpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
KaterynaHonchar committed Jul 8, 2016
2 parents ecfe84f + 3ee2041 commit 9928e05
Show file tree
Hide file tree
Showing 15 changed files with 396 additions and 198 deletions.
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
ACAttributePanel.button.showExprEditor=أظهر تعبير
ACAttributePanel.button.showExprEditor=أظهر تعبير
ACAttributePanel.hasOutbound=Has outbound mapping
ACAttributePanel.required=Required
addCapabilityDialog.button.Add=Add
Expand Down Expand Up @@ -94,10 +94,13 @@ capabilityActivationPanel.label.disableList=Disable list
capabilityActivationPanel.label.enabledDisabled=Enabled/disabled
capabilityActivationPanel.label.enabled=Enabled
capabilityActivationPanel.label.enableList=Enable list
capabilityActivationPanel.label.normalList=Normal list
capabilityActivationPanel.label.lockedList=Locked list
capabilityActivationPanel.label.ignoreAttribute=Ignore attribute
capabilityActivationPanel.label.returnedByDefault=Returned by default
capabilityActivationPanel.label.status.message=The same as enabled/disabled
capabilityActivationPanel.label.status=Status
capabilityActivationPanel.label.lockout=Lockout
capabilityActivationPanel.label.validFrom=Valid from
capabilityActivationPanel.label.validTo=Valid to
capabilityActivationPanel.list.placeholder=Insert value
Expand All @@ -117,7 +120,11 @@ CapabilityStep.activation.tooltip.attributeName=Name of the attribute that conta
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ëd as ignored in the schema. I.e. system 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.ignoreAttribute=If set to true then the attribute which is used for simulated activation will be marked as ignored in the schema. I.e. system 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.lockoutAttributeName=Name of the attribute that contains a value for simulated lockoutStatus. This is usually an attribute that contains some kind of normal/locked information.
CapabilityStep.activation.tooltip.lockoutNormalList=List of attribute values that represent the "normal" state. If any of these values are present in the attribute then the object will be considered to be in a normal state.
CapabilityStep.activation.tooltip.lockoutLockedList=List of attribute values that represent the "locked" state. If any of these values are present in the attribute then the object will be considered to be in a locked state.
CapabilityStep.activation.tooltip.lockoutIgnoreAttribute=If set to true then the attribute which is used for simulated activation will be marked as ignored in the schema. I.e. system will pretend that this attribute does not exist and only use the standard lockoutStatus. This is the default. If set to false then the attribute will also be visible in the schema and both the lockoutStatus and the original attribute will work. This may be needed if the attribute has a richer set of states than the lockoutStatus attribute. But in this case beware of value conflicts between lockoutStatus 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 if the validFrom property is returned by default. False if it needs to be explicitly requested.
Expand Down Expand Up @@ -873,6 +880,7 @@ OrgUnitBrowser.title=Choose new parent for org. unit
PageAbout.allRightsReserved=©2014 Evolveum.
PageAbout.button.testProvisioning=Provisioning self test
PageAbout.button.testRepositoryCheckOrgClosure=Check and repair org closure consistency
PageAbout.button.reindexRepositoryObjects=Reindex repository objects
PageAbout.button.testRepository=Repository self test
PageAbout.message.couldntObtainJvmParams=Couldn't obtain JVM parameters from JMX.
PageAbout.midPointRevision=${git.describe}
Expand Down Expand Up @@ -1011,6 +1019,8 @@ PageAdminObjectDetails.title.editServiceType=Edit service '{0}'
PageAdminObjectDetails.title.newRoleType=Create new role
PageAdminObjectDetails.title.editOrgType=Edit organization '{0}'
PageAdminObjectDetails.title.newOrgType=Create new organization
PageAdminObjectDetails.noChangesSave=There were no changes to be saved.
PageAdminObjectDetails.noChangesPreview=There are no changes to be previewed.
pageAdminFocus.message.cantEditFocus=Unknown error occurred, can't edit focus object.
pageAdminFocus.message.cantNewFocus=Unknown error occurred, can't create new focus object.
pageAdminFocus.message.illegalAccountState=Illegal shadow state '{0}'.
Expand Down Expand Up @@ -1038,6 +1048,9 @@ pageAdminFocus.message.noAssignableSelected=No assignment selected.
pageAdminFocus.message.couldntAssignObject=Couldn't assign object '{0}', reason\: {1}.
pageAdminFocus.message.noActivationFound=No activation found for projection '{0}'.
pageAdminFocus.message.noEnabledPropertyFound=No enabled property found for account '{0}'.
pageAdminFocus.message.noLockoutStatusPropertyFound=No lockout status property found for account '{0}'.
pageAdminFocus.message.notLocked=Account '{0}' is not locked.
pageAdminFocus.message.unlocked=Account '{0}' was marked to be unlocked. Apply by choosing 'Save'.
pageAdminFocus.message.noAccountSelected=No projection selected.
pageAdminFocus.message.noAssignmentSelected=No assignment selected.
pageAdminFocus.title.selectResource=Select resource(s)
Expand Down Expand Up @@ -3100,6 +3113,7 @@ Warning=Warning
ProfilingConfigPanel.profilingMustBeEnabled=In order to use profiling, the 'profilingEnabled' system configuration parameter (in config.xml file) must be set to 'true'.
OperationResultPanel.result=Result
ResourceTasksPanel.definedTasks=Defined tasks
ResourceTasksPanel.noTasksSelected=No tasks were selected.
ObjectBrowserPanel.chooseObject=Choose object
TypedAssignablePanel.selectObjects=Select object(s)
OrgTreeAssignablePanel.selectOrg=Select organization(s)
Expand Down Expand Up @@ -3162,3 +3176,45 @@ operation.com.evolveum.midpoint.web.page.admin.certification.PageCertDefinitions
operation.com.evolveum.midpoint.web.page.admin.certification.PageCertDefinitions.deleteDefinition=Delete definition

SceneDto.unnamed=(unnamed)
LockoutStatusPanel.undoButtonLabel=Undo
LockoutStatusPanel.unlockButtonLabel=Unlock
LockoutStatusPanel.changesSaving=(will be applied after Save button click)
operation.com.evolveum.midpoint.web.page.admin.server.PageTaskEdit.saveTask=Save task (GUI)
operation.com.evolveum.midpoint.web.page.admin.users.PageUsers.unlockUsers=Unlock user
operation.com.evolveum.midpoint.web.page.admin.workflow.PageProcessInstances.stopProcessInstance=Stop process instance

#values for icon title on Users list page. The name of the property key
#is generated in the following way:
# ColumnUtils.getUserIconColumn.createTitleModel. + GuiStyleConstants.CLASS_ICON_STYLE_NORMAL = ColumnUtils.getUserIconColumn.createTitleModel.normal
ColumnUtils.getUserIconColumn.createTitleModel.normal=normal
ColumnUtils.getUserIconColumn.createTitleModel.disabled=disabled
ColumnUtils.getUserIconColumn.createTitleModel.archived=archived
ColumnUtils.getUserIconColumn.createTitleModel.privileged=privileged
ColumnUtils.getUserIconColumn.createTitleModel.end-user=end-user
ColumnUtils.getUserIconColumn.createTitleModel.manager=manager
ColumnUtils.getUserIconColumn.createTitleModel.broken=broken
ColumnUtils.getUserIconColumn.createTitleModel.up=up
ColumnUtils.getUserIconColumn.createTitleModel.down=down
FocusListInlineMenuHelper.menu.delete=Delete
FocusListInlineMenuHelper.menu.disable=Disable
FocusListInlineMenuHelper.menu.enable=Enable
FocusListInlineMenuHelper.menu.reconcile=Reconcile
FocusListInlineMenuHelper.message.deleteObjectConfirm=Do you really want to delete selected {0} object(s)?
FocusListInlineMenuHelper.message.deleteObjectConfirmSingle=Do you really want to delete object '{0}'?
FocusListInlineMenuHelper.message.nothingSelected=No object has been selected.
operation.com.evolveum.midpoint.web.page.admin.roles.PageRoles.enableObjects=Enable roles (GUI)
operation.com.evolveum.midpoint.web.page.admin.roles.PageRoles.enableObject=Enable role (GUI)
operation.com.evolveum.midpoint.web.page.admin.roles.PageRoles.disableObjects=Disable roles (GUI)
operation.com.evolveum.midpoint.web.page.admin.roles.PageRoles.disableObject=Disable role (GUI)
operation.com.evolveum.midpoint.web.page.admin.roles.PageRoles.reconcileObjects=Reconcile roles (GUI)
operation.com.evolveum.midpoint.web.page.admin.roles.PageRoles.reconcileObject=Reconcile role (GUI)
operation.com.evolveum.midpoint.web.page.admin.roles.PageRoles.deleteObjects=Delete roles (GUI)
operation.com.evolveum.midpoint.web.page.admin.roles.PageRoles.deleteObject=Delete role (GUI)
operation.com.evolveum.midpoint.web.page.admin.services.PageServices.enableObjects=Enable services (GUI)
operation.com.evolveum.midpoint.web.page.admin.services.PageServices.enableObject=Enable service (GUI)
operation.com.evolveum.midpoint.web.page.admin.services.PageServices.disableObjects=Disable services (GUI)
operation.com.evolveum.midpoint.web.page.admin.services.PageServices.disableObject=Disable service (GUI)
operation.com.evolveum.midpoint.web.page.admin.services.PageServices.reconcileObjects=Reconcile services (GUI)
operation.com.evolveum.midpoint.web.page.admin.services.PageServices.reconcileObject=Reconcile service (GUI)
operation.com.evolveum.midpoint.web.page.admin.services.PageServices.deleteObjects=Delete services (GUI)
operation.com.evolveum.midpoint.web.page.admin.services.PageServices.deleteObject=Delete service (GUI)
Expand Up @@ -880,6 +880,7 @@ OrgUnitBrowser.title=Vyberte novou nadřazenou org. jednotku
PageAbout.allRightsReserved=©2016 Evolveum.
PageAbout.button.testProvisioning=Samotest provisioningu
PageAbout.button.testRepositoryCheckOrgClosure=Zkontrolovat a opravit konzistenci org. struktury
PageAbout.button.reindexRepositoryObjects=Přeindexuj objekty v repozitáři
PageAbout.button.testRepository=Samotest repozitáře
PageAbout.message.couldntObtainJvmParams=Nepodařilo se získat parametry JVM z JMX.
PageAbout.midPointRevision=${git.describe}
Expand Down Expand Up @@ -1018,6 +1019,8 @@ PageAdminObjectDetails.title.editServiceType=Upravit službu '{0}'
PageAdminObjectDetails.title.newRoleType=Vytvořit novou roli
PageAdminObjectDetails.title.editOrgType=Upravit organizaci '{0}'
PageAdminObjectDetails.title.newOrgType=Vytvořit novou organizaci
PageAdminObjectDetails.noChangesSave=Nebyly provedeny žádné změny, které by měly být uloženy.
PageAdminObjectDetails.noChangesPreview=Nebyly provedeny žádné změny, které by mohly být zobrazeny v náhledu.
pageAdminFocus.message.cantEditFocus=Nastala neznámá chyba, Nepodařilo se upravit vzorový objekt.
pageAdminFocus.message.cantNewFocus=Nastala neznámá chyba, Nepodařilo se vytvořit objekt vzorový objekt.
pageAdminFocus.message.illegalAccountState=Nelegální stav stínového účtu '{0}'.
Expand Down
Expand Up @@ -13,7 +13,7 @@
# limitations under the License.
#
ACAttributePanel.button.showExprEditor=Anzeige der Expression
ACAttributePanel.hasOutbound=Has outbound mapping
ACAttributePanel.hasOutbound=Ist mit externer Ressource verknüpft
ACAttributePanel.required=Wird benötigt
addCapabilityDialog.button.Add=Hinzufügen
addCapabilityDialog.button.cancel=Abbruch
Expand Down Expand Up @@ -880,6 +880,7 @@ OrgUnitBrowser.title=Choose new parent for org. unit
PageAbout.allRightsReserved=©2014 Evolveum.
PageAbout.button.testProvisioning=Provisioning self test
PageAbout.button.testRepositoryCheckOrgClosure=Check and repair org closure consistency
PageAbout.button.reindexRepositoryObjects=Reindex repository objects
PageAbout.button.testRepository=Repository self test
PageAbout.message.couldntObtainJvmParams=Couldn't obtain JVM parameters from JMX.
PageAbout.midPointRevision=${git.describe}
Expand Down Expand Up @@ -1018,6 +1019,8 @@ PageAdminObjectDetails.title.editServiceType=Edit service '{0}'
PageAdminObjectDetails.title.newRoleType=Neue Rolle erstellen
PageAdminObjectDetails.title.editOrgType=Edit organization '{0}'
PageAdminObjectDetails.title.newOrgType=Neue Organisationseinheit anlegen
PageAdminObjectDetails.noChangesSave=There were no changes to be saved.
PageAdminObjectDetails.noChangesPreview=There are no changes to be previewed.
pageAdminFocus.message.cantEditFocus=Unknown error occurred, can't edit focus object.
pageAdminFocus.message.cantNewFocus=Unknown error occurred, can't create new focus object.
pageAdminFocus.message.illegalAccountState=Illegal shadow state '{0}'.
Expand Down
Expand Up @@ -880,6 +880,7 @@ OrgUnitBrowser.title=Choose new parent for org. unit
PageAbout.allRightsReserved=©2014 Evolveum.
PageAbout.button.testProvisioning=Provisioning self test
PageAbout.button.testRepositoryCheckOrgClosure=Check and repair org closure consistency
PageAbout.button.reindexRepositoryObjects=Reindex repository objects
PageAbout.button.testRepository=Repository self test
PageAbout.message.couldntObtainJvmParams=Couldn't obtain JVM parameters from JMX.
PageAbout.midPointRevision=${git.describe}
Expand Down Expand Up @@ -1018,6 +1019,8 @@ PageAdminObjectDetails.title.editServiceType=Edit service '{0}'
PageAdminObjectDetails.title.newRoleType=Create new role
PageAdminObjectDetails.title.editOrgType=Edit organization '{0}'
PageAdminObjectDetails.title.newOrgType=Create new organization
PageAdminObjectDetails.noChangesSave=There were no changes to be saved.
PageAdminObjectDetails.noChangesPreview=There are no changes to be previewed.
pageAdminFocus.message.cantEditFocus=Unknown error occurred, can't edit focus object.
pageAdminFocus.message.cantNewFocus=Unknown error occurred, can't create new focus object.
pageAdminFocus.message.illegalAccountState=Illegal shadow state '{0}'.
Expand Down
Expand Up @@ -880,6 +880,7 @@ OrgUnitBrowser.title=Elegir nuevo padre parar la unidad organizativa
PageAbout.allRightsReserved=©2014 Evolveum.
PageAbout.button.testProvisioning=Autocomprobación de aprovisionamiento
PageAbout.button.testRepositoryCheckOrgClosure=Check and repair org closure consistency
PageAbout.button.reindexRepositoryObjects=Reindex repository objects
PageAbout.button.testRepository=Autocomprobación del repositorio
PageAbout.message.couldntObtainJvmParams=No se pudo obtener los parámetros JVM desde JMX.
PageAbout.midPointRevision=${git.describe}
Expand Down Expand Up @@ -1018,6 +1019,8 @@ PageAdminObjectDetails.title.editServiceType=Edit service '{0}'
PageAdminObjectDetails.title.newRoleType=Create new role
PageAdminObjectDetails.title.editOrgType=Edit organization '{0}'
PageAdminObjectDetails.title.newOrgType=Create new organization
PageAdminObjectDetails.noChangesSave=There were no changes to be saved.
PageAdminObjectDetails.noChangesPreview=There are no changes to be previewed.
pageAdminFocus.message.cantEditFocus=Unknown error occurred, can't edit focus object.
pageAdminFocus.message.cantNewFocus=Unknown error occurred, can't create new focus object.
pageAdminFocus.message.illegalAccountState=Illegal shadow state '{0}'.
Expand Down

0 comments on commit 9928e05

Please sign in to comment.