From f2e0458a2537eb0175d472ab8ba3d77f518e3639 Mon Sep 17 00:00:00 2001 From: Radovan Semancik Date: Tue, 27 Jun 2017 14:22:34 +0200 Subject: [PATCH 1/4] Fixing story test dependencies. --- testing/story/pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/testing/story/pom.xml b/testing/story/pom.xml index 8451c6680d9..d5ab28eb619 100644 --- a/testing/story/pom.xml +++ b/testing/story/pom.xml @@ -278,6 +278,11 @@ servlet-api test + + javax.xml.bind + jaxb-api + test + From 549e933ba7398a5e9c1e868d7b0904748548cd3f Mon Sep 17 00:00:00 2001 From: Radovan Semancik Date: Tue, 27 Jun 2017 17:21:01 +0200 Subject: [PATCH 2/4] Better tests for powerhell --- .../ad-ldap-multidomain/resource-chimera.xml | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/testing/conntest/src/test/resources/ad-ldap-multidomain/resource-chimera.xml b/testing/conntest/src/test/resources/ad-ldap-multidomain/resource-chimera.xml index 4f27b76f4e7..effa6236d00 100644 --- a/testing/conntest/src/test/resources/ad-ldap-multidomain/resource-chimera.xml +++ b/testing/conntest/src/test/resources/ad-ldap-multidomain/resource-chimera.xml @@ -53,6 +53,7 @@ credssp 5986 true + variables false @@ -709,14 +710,24 @@ From 49ee79d809ec378008af7610771726f7bcd2c3dc Mon Sep 17 00:00:00 2001 From: Pavol Mederly Date: Tue, 27 Jun 2017 19:12:23 +0200 Subject: [PATCH 3/4] Fixed MID-4022: Couldn't get information on activiti task 420923. --- .../wf/impl/activiti/dao/WorkItemProvider.java | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/model/workflow-impl/src/main/java/com/evolveum/midpoint/wf/impl/activiti/dao/WorkItemProvider.java b/model/workflow-impl/src/main/java/com/evolveum/midpoint/wf/impl/activiti/dao/WorkItemProvider.java index af527a53cff..3f9d54ccf5b 100644 --- a/model/workflow-impl/src/main/java/com/evolveum/midpoint/wf/impl/activiti/dao/WorkItemProvider.java +++ b/model/workflow-impl/src/main/java/com/evolveum/midpoint/wf/impl/activiti/dao/WorkItemProvider.java @@ -416,16 +416,16 @@ public WorkItemType taskExtractToWorkItem(TaskExtract task, boolean resolveTask, wi.setDeadline(XmlTypeConverter.createXMLGregorianCalendar(task.getDueDate())); String taskOid = ActivitiUtil.getRequiredVariable(variables, CommonProcessVariableNames.VARIABLE_MIDPOINT_TASK_OID, String.class, null); - com.evolveum.midpoint.task.api.Task mpTask = null; + com.evolveum.midpoint.task.api.Task mpTask; try { mpTask = taskManager.getTask(taskOid, result); + if (mpTask.getWorkflowContext() == null) { + throw new IllegalStateException("No workflow context in task " + mpTask + " that owns " + wi); + } + mpTask.getWorkflowContext().getWorkItem().add(wi); } catch (ObjectNotFoundException|SchemaException e) { - throw new SystemException("Couldn't retrieve owning task for " + wi + ": " + e.getMessage(), e); // TODO more gentle treatment - } - if (mpTask.getWorkflowContext() == null) { - throw new IllegalStateException("No workflow context in task " + mpTask + " that owns " + wi); + LoggingUtils.logUnexpectedException(LOGGER, "Couldn't retrieve owning task for {}", e, wi); } - mpTask.getWorkflowContext().getWorkItem().add(wi); // assignees wi.getAssigneeRef().addAll(getMidpointAssignees(task)); From 82fb27ba7a42f832b19599f7246b731c8ee16e06 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Ga=C5=A1par=C3=ADk?= Date: Tue, 27 Jun 2017 22:01:17 +0200 Subject: [PATCH 4/4] Prerelease translation update, wait for more... --- .../localization/Midpoint_cs.properties | 428 +++++----- .../localization/Midpoint_de.properties | 740 +++++++++--------- .../localization/Midpoint_en.properties | 404 +++++----- .../localization/Midpoint_es.properties | 414 +++++----- .../localization/Midpoint_et.properties | 506 ++++++------ .../localization/Midpoint_hu.properties | 410 +++++----- .../localization/Midpoint_pl.properties | 456 +++++------ .../localization/Midpoint_pt_BR.properties | 440 ++++++----- .../localization/Midpoint_ru.properties | 476 +++++------ .../localization/Midpoint_sk.properties | 430 +++++----- .../localization/Midpoint_tr.properties | 430 +++++----- .../localization/Midpoint_zh_CN.properties | 322 ++++---- .../localization/schema_cs.properties | 27 +- .../localization/schema_de.properties | 35 +- .../localization/schema_en.properties | 35 +- .../localization/schema_es.properties | 35 +- .../localization/schema_et.properties | 37 +- .../localization/schema_hu.properties | 35 +- .../localization/schema_pl.properties | 37 +- .../localization/schema_pt_BR.properties | 35 +- .../localization/schema_ru.properties | 41 +- .../localization/schema_sk.properties | 35 +- .../localization/schema_tr.properties | 27 +- .../localization/schema_zh_CN.properties | 7 + 24 files changed, 3047 insertions(+), 2795 deletions(-) diff --git a/gui/admin-gui/src/main/resources/localization/Midpoint_cs.properties b/gui/admin-gui/src/main/resources/localization/Midpoint_cs.properties index f7f7da79c6d..aad0b1ffe84 100644 --- a/gui/admin-gui/src/main/resources/localization/Midpoint_cs.properties +++ b/gui/admin-gui/src/main/resources/localization/Midpoint_cs.properties @@ -104,7 +104,7 @@ AssignmentTablePanel.menu.addDelegation=Přidat delegaci AssignmentTablePanel.menu.deleteDelegation=Odstranit delegaci AssignmentTablePanel.menu.unassign=Odebrat přiřazení AssignmentTablePanel.menu.showAllAssignments=Zobrazit všechna přiřazení -AssignmentTablePanel.message.couldntAssignObject=Nepodařilo se přiřadit objekt '{0}', důvod\: {1}. +AssignmentTablePanel.message.couldntAssignObject=Nepodařilo se přiřadit objekt '{0}', důvod\\: {1}. AssignmentTablePanel.message.illegalAssignmentState=Nepovolený stav přiřazení '{0}'. AssignmentTablePanel.message.noAssignmentSelected=Není vybrané přiřazení. AssignmentTablePanel.message.noDelegationsSelected=Nebyla vybrána žádná delegace. @@ -254,24 +254,24 @@ DefinitionScopeObjectType.RoleType=Role DefinitionScopeObjectType.UserType=Uživatelé DefinitionScopeObjectType.OrgType=Organizace DefinitionScopeObjectType.ServiceType=Služby -deleteAllDialog.label.accountShadowsDelete=Stínové účty ke smazání\: {0} -deleteAllDialog.label.nonAccountShadowsDelete=Neuživatelské stínové účty ke smazání\: {0} +deleteAllDialog.label.accountShadowsDelete=Stínové účty ke smazání\\: {0} +deleteAllDialog.label.nonAccountShadowsDelete=Neuživatelské stínové účty ke smazání\\: {0} deleteAllDialog.label.org=Org. jednotky -deleteAllDialog.label.orgUnitsDelete=Org. jednotky ke smazání\: {0} +deleteAllDialog.label.orgUnitsDelete=Org. jednotky ke smazání\\: {0} deleteAllDialog.label.shadow.account=Stínové účty deleteAllDialog.label.shadow.nonAccount=Neuživatelské stínové účty deleteAllDialog.label.shadow.org=Stínové org. jednotky deleteAllDialog.label.shadow.role=Stínové role -deleteAllDialog.label.totalToDelete=Celkem objektů ke smazání\: {0} -deleteAllDialog.label.usersDelete=Uživatelé ke smazání\: {0} ('Administrator' nebude smazán) +deleteAllDialog.label.totalToDelete=Celkem objektů ke smazání\\: {0} +deleteAllDialog.label.usersDelete=Uživatelé ke smazání\\: {0} (uživatel 'Administrator' nebude smazán) deleteAllDialog.label.users=Uživatelé -deleteAllDialog.message.choose=Vyberte typ objektů ke smazání\: +deleteAllDialog.message.choose=Vyberte typ objektů ke smazání\\: deleteAllDialog.no=Ne deleteAllDialog.yes=Ano -DeltaPanel.label.changeType=Typ změny\: -DeltaPanel.label.modifications=Změny\: -DeltaPanel.label.objectToAdd=Vkládané objekty\: -DeltaPanel.label.oid=Objekt s OID\: +DeltaPanel.label.changeType=Typ změny\\: +DeltaPanel.label.modifications=Změny\\: +DeltaPanel.label.objectToAdd=Vkládané objekty\\: +DeltaPanel.label.oid=Objekt s OID\\: direction.nullvalid=Vyberte jeden DoubleButtonPanel.button.default=Spustit DoubleButtonPanel.download=Stáhnout @@ -305,7 +305,7 @@ ExpressionEditorPanel.label.language=Jazyk ExpressionEditorPanel.label.type=Typ výrazu ExpressionEditorPanel.label.description=Popis ExpressionEditorPanel.label.valuePolicyRef=Odkaz na politiku -ExpressionEditorPanel.message.cantSerialize=Nepodařilo se vytvořit JAXBElement z poskytnutého XML výrazu. Prosím vložte správný výraz. Důvod\: {0} +ExpressionEditorPanel.message.cantSerialize=Nepodařilo se vytvořit JAXBElement z poskytnutého XML výrazu. Prosím vložte správný výraz. Důvod\\: {0} ExpressionEditorPanel.message.expressionSuccess=Výraz byl úspěšně aktualizován. ExpressionEvaluatorType.AS_IS=Tak, jak je ExpressionEvaluatorType.GENERATE=Generovaný @@ -328,10 +328,10 @@ FeedbackAlertMessage.error=Chyba FeedbackAlertMessage.info=Informace FeedbackAlertMessage.success=Úspěch FeedbackAlertMessage.warn=Varování -feedbackMessagePanel.cause=Příčina\: +feedbackMessagePanel.cause=Příčina\\: feedbackMessagePanel.collapseAll=Sbalit vše -feedbackMessagePanel.context=Kontext\: -feedbackMessagePanel.count=Počet\: +feedbackMessagePanel.context=Kontext\\: +feedbackMessagePanel.count=Počet\\: feedbackMessagePanel.expandAll=Rozbalit vše feedbackMessagePanel.export=Export do XML feedbackMessagePanel.hideStack=[ SKRÝT VÝPIS CHYBY ] @@ -347,7 +347,7 @@ feedbackMessagePanel.message.success=Úspěšný feedbackMessagePanel.message.undefined=Nedefinovaný feedbackMessagePanel.message.unknown=Neznámý feedbackMessagePanel.message.warn=Varování -feedbackMessagePanel.param=Parametr\: +feedbackMessagePanel.param=Parametr\\: feedbackMessagePanel.showStack=[ ZOBRAZIT VÝPIS CHYBY ] feedbackMessagePanel.times=krát feedtempMessagePanelbackMessagePanel.message.info=Informace @@ -403,7 +403,7 @@ JasperReportConfigurationPanel.forPrompting=Pro dotazování JasperReportConfigurationPanel.parameterClass=Třída parametru JasperReportConfigurationPanel.nestedClass=Vložená třída JasperReportConfigurationPanel.parameterName=Název parametru -JasperReportConfigurationPanel.parameterProperty=Vlastnost\: {0} +JasperReportConfigurationPanel.parameterProperty=Vlastnost\\: {0} JasperReportConfigurationPanel.reportFields=Položky reportu JasperReportConfigurationPanel.reportParameters=Parametry reportu JasperReportConfigurationPanel.reportQuery=Dotaz reportu @@ -520,7 +520,7 @@ MappingEditorDialog.label.strength=Váha MappingEditorDialog.label.target=Cíl MappingEditorDialog.label.timeFrom=Čas od MappingEditorDialog.label.timeTo=Čas do -MappingEditorDialog.message.cantSave=Nepodařilo se uložit mapování. Důvod\: +MappingEditorDialog.message.cantSave=Nepodařilo se uložit mapování. Důvod\\: MappingEditorDialog.message.warn.emptyTarget=Příchozí mapování vyžaduje nastavení položky 'Cíl'. MappingsStatistics.AverageTime=Prům. čas MappingsStatistics.Count=Počet zpracování @@ -537,13 +537,13 @@ Message.SourceMemory=úloha v paměti (získáno {0}) Message.SourceRepository=repozitory (statistika aktualizována {0}) message.success=Vaše odpovědi byly úspěšně změmněny message.WrongAnswer=Otázky nebyly správně zodpovězeny -ModelOperationStatusPanel.label.focusName=Objekt\: -ModelOperationStatusPanel.label.focusType=Typ\: -ModelOperationStatusPanel.label.primaryDelta=Hlavní rozdílová změna\: -ModelOperationStatusPanel.label.state=Stav\: -ModelOperationStatusPanel.state.FINAL=Výsledek\: Operace byla spuštěna (úspěšně nebo neúspěšně) -ModelOperationStatusPanel.state.PRIMARY=Hlavní\: Operace je provedena -ModelOperationStatusPanel.state.SECONDARY=Podrobný\: Operace v aplikacích jsou provedeny +ModelOperationStatusPanel.label.focusName=Objekt\\: +ModelOperationStatusPanel.label.focusType=Typ\\: +ModelOperationStatusPanel.label.primaryDelta=Hlavní rozdílová změna\\: +ModelOperationStatusPanel.label.state=Stav\\: +ModelOperationStatusPanel.state.FINAL=Výsledek\\: Operace byla spuštěna (úspěšně nebo neúspěšně) +ModelOperationStatusPanel.state.PRIMARY=Hlavní\\: Operace je provedena +ModelOperationStatusPanel.state.SECONDARY=Podrobný\\: Operace v aplikacích jsou provedeny ModificationsPanel.label.attribute=Atribut ModificationsPanel.label.change=Změna ModificationsPanel.label.value=Hodnota @@ -871,7 +871,7 @@ operation.com.evolveum.midpoint.web.page.admin.users.PageUsers.disableUsers=Zak operation.com.evolveum.midpoint.web.page.admin.users.PageUsers.enableUser=Povolit uživatele (GUI) operation.com.evolveum.midpoint.web.page.admin.users.PageUsers.enableUsers=Povolit uživatele (GUI) operation.com.evolveum.midpoint.web.page.admin.users.PageUser.sendToSubmit=Odeslat ke zpracování (GUI) -operation.com.evolveum.midpoint.web.page.admin.users.PageUsers.reconcileUser=Rekonciliovat uživatele (GUI)\: {0} +operation.com.evolveum.midpoint.web.page.admin.users.PageUsers.reconcileUser=Rekonciliovat uživatele (GUI)\\: {0} operation.com.evolveum.midpoint.web.page.admin.users.PageUsers.reconcileUsers=Rekonciliovat uživatele (GUI) operation.com.evolveum.midpoint.web.page.admin.workflow.PageWorkItem.saveWorkItem=Uložit pracovní položku (GUI) operation.com.evolveum.midpoint.web.util.WebModelUtils.deleteObject=Smazat objekt (GUI) @@ -902,11 +902,11 @@ operation.com.evolveum.midpoint.web.component.wizard.resource.SchemaHandlingStep operation.com.evolveum.midpoint.web.component.wizard.resource.SynchronizationStep.saveResourceSynchronization=Uložit nastavení synchronizace aplikace operation.com.evolveum.midpoint.web.component.wizard.resource.CapabilityStep.saveCapabilities=Uložit schopnosti aplikace operation.com.evolveum.midpoint.web.page.admin.PageAdminFocus.loadShadow=Nahrát stínový účet -operationResultPanel.cause=Příčina\: -operationResultPanel.context=Kontext\: -operationResultPanel.count=Počet\: +operationResultPanel.cause=Příčina\\: +operationResultPanel.context=Kontext\\: +operationResultPanel.count=Počet\\: operationResultPanel.hideStack=[ SKRÝT VÝPIS CHYBY ] -operationResultPanel.param=Parametr\: +operationResultPanel.param=Parametr\\: operationResultPanel.showStack=[ ZOBRAZIT VÝPIS CHYBY ] operationResultPanel.times=krát operationResultPanel.title.expectedError=Očekávaná chyba @@ -1002,8 +1002,8 @@ PageAccounts.message.ownerNotFound=Nepodařilo se nalézt vlastníka pro účet PageAccounts.message.unsupportedOwnerType=Nepodporovaný typ vlastníka. pageAccounts.message.resourceNotSelected=Není zvolená aplikace. Vyberte aplikaci pro zobrazení jejích stínových účtů. PageAccounts.message.success.clearExport=Složka pro export byla vymazána úspěšně -PageAccounts.message.success.export=Export byl úspěšný. Exportovaný soubor\: {0}. -PageAccounts.message.validationError=Hodnota hledané třídy objektu\: '{0}' není správná. Vložte správnou hodnotu třídy objektu. +PageAccounts.message.success.export=Export byl úspěšný. Exportovaný soubor\\: {0}. +PageAccounts.message.validationError=Hodnota hledané třídy objektu\\: '{0}' není správná. Vložte správnou hodnotu třídy objektu. PageAccounts.nothing=Neznámý PageAccounts.resource=Aplikace PageAccounts.shadows=Stínové účty @@ -1114,9 +1114,9 @@ pageAdminFocus.organizations=Organizace pageAdminFocus.assignments=Přiřazení pageAdminFocus.message.couldntCreateAccountNoSchema=Nepodařilo se vytvořit projekci pro '{0}', není dostupné upravené schéma. Možný problém s konfigurací konektoru nebo spojením. Více informací najdete v logu. pageAdminFocus.message.couldntCreateAccountNoAccountSchema=Nepodařilo se vytvořit projekci pro '{0}', není dostupné schéma pro výchozí typ objektu 'account'. Možný problém s konfigurací aplikace. Více informací najdete v logu. -pageAdminFocus.message.couldntCreateAccount=Nepodařilo se vytvořit formulář projekce pro '{0}', důvod\: {1}. +pageAdminFocus.message.couldntCreateAccount=Nepodařilo se vytvořit formulář projekce pro '{0}', důvod\\: {1}. pageAdminFocus.message.noAssignableSelected=Není vybrané přiřazení. -pageAdminFocus.message.couldntAssignObject=Nepodařilo se přiřadit objekt '{0}', důvod\: {1}. +pageAdminFocus.message.couldntAssignObject=Nepodařilo se přiřadit objekt '{0}', důvod\\: {1}. pageAdminFocus.message.noActivationFound=Pro projekci '{0}' nebyla nalezena žádná aktivace. pageAdminFocus.message.noEnabledPropertyFound=Nenalezena vlastnost enabled pro účet '{0}'. pageAdminFocus.message.noLockoutStatusPropertyFound=Nenalezena vlastnost se stavem uzamknutí pro účet '{0}'. @@ -1128,7 +1128,7 @@ pageAdminFocus.title.selectResource=Vybrat aplikace pageAdminFocus.title.selectAssignable=Vybrat objekty pageAdminFocus.task.name=Název úlohy pageAdminFocus.task.category=Kategorie -pageAdminFocus.task.descriptionHasTasks=Aktivní úlohy nad tímto objektem\: +pageAdminFocus.task.descriptionHasTasks=Aktivní úlohy nad tímto objektem: pageAdminFocus.task.descriptionNoTasks=Nad tímto objektem nejsou žádné aktivní úlohy. pageAdminFocus.task.execution=Stav zpracování pageAdminFocus.task.status=Stav @@ -1188,15 +1188,15 @@ PageRepositoryQuery.button.useInObjectList=Použít v seznamu objektů PageRepositoryQuery.button.execute=Provést PageRepositoryQuery.message.emptyString=Zadaný řetězec je prázdný. Je třeba zadat neprázdný řetězec dotazu. PageRepositoryQuery.result=Výsledek -PageRepositoryQuery.resultObjects=Výsledek\: získáno {0} objekt(ů) -PageRepositoryQuery.resultException=Výsledek\: {0} +PageRepositoryQuery.resultObjects=Výsledek: získáno {0} objekt(ů) +PageRepositoryQuery.resultException=Výsledek: {0} PageRepositoryQuery.midPoint=Systémový dotaz -PageRepositoryQuery.objectType=Typ objektu\: +PageRepositoryQuery.objectType=Typ objektu: PageRepositoryQuery.hibernateQuery=Hibernate dotaz PageRepositoryQuery.hibernateParameters=Parametry dotazu -PageRepositoryQuery.hibernateParametersNote=Poznámka\: Parametry jsou zobrazené pouze pro to, aby bylo ukázáno, jak se dotaz přeloží do Hibernate dotazu. Nejsou použity případě manuálního provádění Hebernate dotazu. Dotaz, který je zadáván, by proto neměl na tyto parametry odkazovat. +PageRepositoryQuery.hibernateParametersNote=Poznámka: Parametry jsou zobrazené pouze pro to, aby bylo ukázáno, jak se dotaz přeloží do Hibernate dotazu. Nejsou použity případě manuálního provádění Hebernate dotazu. Dotaz, který je zadáván, by proto neměl na tyto parametry odkazovat. PageRepositoryQuery.incompleteResultsNote=Protože nemáte administrátorská práva, zobrazení výsledky mohou být profiltrovány přídavnými vyhledávacími podfmínkami, odvozenými od autorizace. Tyto dodatečné podmínky však nejsou zobrazeny v Hibernate dotazu. -PageRepositoryQuery.chooseSample=Nebo lze použít ukázkové dotazy\: +PageRepositoryQuery.chooseSample=Nebo lze použít ukázkové dotazy: PageRepositoryQuery.sample.ObjectType_AllObjectsInAnOrg=Všechny objekty v organizaci (přímo) PageRepositoryQuery.sample.ObjectType_AllObjectsInASubtree=Všechny objekty v podstromu PageRepositoryQuery.sample.OrgType_AllRootOrgs=Všechny kořenové organizace @@ -1212,7 +1212,7 @@ PageRepositoryQuery.sample.UserType_UsersThatHaveARole=Uživatelé s aktivním p PageRepositoryQuery.sample.UserType_SpecifiedCostCenters=Uživatelé v nákladových střediscích 100000 až 999999 nebo X100 až X999 PageRepositoryQuery.sample.ShadowType_ShadowsOnGivenResource=Stínové účty nad danou aplikací PageRepositoryQuery.sample.UserType_UsersWithShadowOnGivenResource=Uživatelé s navázaným stínovým účtem na dané aplikaci -PageRepositoryQuery.queryVsFilterNote=Poznámka\: Systémové dotazy obvykle obsahují filtr a stránkovací příkazy, obalené elementem . Když je však tento dotaz použit v Identity Manageru ve volbě "Rozšířený filtr", je použit jen pod-element \nO stránkování se stará grafické rozhraní samo. +PageRepositoryQuery.queryVsFilterNote=Poznámka: Systémové dotazy obvykle obsahují filtr a stránkovací příkazy, obalené elementem . Když je však tento dotaz použit v Identity Manageru ve volbě "Rozšířený filtr", je použit jen pod-element \nO stránkování se stará grafické rozhraní samo. PageCert.ago=před {0} PageCertCampaign.basic=Základní PageCertCampaign.button.back=Zpět @@ -1232,7 +1232,7 @@ PageCertCampaign.menu.revoke=Odmítnout PageCertCampaign.name=Název PageCertCampaign.numberOfStages=Počet fází PageCertCampaign.owner=Vlastník -PageCertCampaigns.agoForCampaign=(kampaň\: Před {0}) +PageCertCampaigns.agoForCampaign=(kampaň\\: Před {0}) PageCertCampaigns.agoForStage=před {0} PageCertCampaigns.button.closeCampaign=Ukončit kampaň PageCertCampaigns.button.closeStage=Ukončit fázi @@ -1242,7 +1242,7 @@ PageCertCampaigns.button.startRemediation=Spustit remediaci PageCertCampaigns.dialog.title.confirmCloseCampaign=Potvrdit a ukončit kampaň PageCertCampaigns.dialog.title.confirmCloseStage=Potvrdit ukončení fáze PageCertCampaigns.dialog.title.confirmDeleteCampaign=Potvrdit a smazat kampaň -PageCertCampaigns.inForCampaign=(kampaň\: Za {0}) +PageCertCampaigns.inForCampaign=(kampaň\\: Za {0}) PageCertCampaigns.inForStage=za {0} PageCertCampaigns.menu.close=Ukončit kampaň PageCertCampaigns.menu.closeSelected=Ukončit vybrané kampaně @@ -1255,7 +1255,7 @@ PageCertCampaigns.message.closeStageConfirmSingle=Opravdu chcete ukončit aktuá PageCertCampaigns.message.deleteCampaignConfirmMultiple=Opravdu chcete smazat {0} vybraných kampaní? PageCertCampaigns.message.deleteCampaignConfirmSingle=Opravdu chcete smazat kampaň '{0}'? PageCertCampaigns.message.noCampaignsSelected=Nebyly vybrané žádné relevantní kampaně. -PageCertCampaigns.nowForCampaign=(kampaň\: Nyní) +PageCertCampaigns.nowForCampaign=(kampaň\\: Nyní) PageCertCampaigns.nowForStage=Nyní PageCertCampaigns.table.deadline=Uzávěrka fáze (kampaně) PageCertCampaigns.table.escalationLevel=Úroveň eskalace @@ -1336,7 +1336,7 @@ PageCertDefinition.campaignsTotal=Celkem kampaní PageCertDefinition.campaignLastStarted=Kampaň naposledy spuštěna PageCertDefinition.campaignLastClosed=Kampaň naposledy uzavřena PageCertDefinition.owner=Vlastník -PageCertDefinition.stopReviewOn=zastavit ověření na/v\: +PageCertDefinition.stopReviewOn=zastavit ověření na/v: PageCertDefinition.stopReviewOnDefault= PageCertDefinition.stopReviewOnNone= PageCertDefinitions.basicInformation=Základní informace @@ -1372,21 +1372,21 @@ PageCertDefinition.scopeEnabledItemsOnly=Jen povolené položky PageCertDefinition.stagesDefinition=Definice fází PageCert.in=za {0} PageCert.message.assignment={0} z {1} {2} až {3} {4}. -PageCert.message.textAdministrativeState=Administrativní stav\: {0}. +PageCert.message.textAdministrativeState=Administrativní stav\\: {0}. PageCert.message.textAssignment=Přiřazení -PageCert.message.textDescription=Popis\: {0}. -PageCert.message.textExtensions=Definovaná rozšření\: {0}. +PageCert.message.textDescription=Popis\\: {0}. +PageCert.message.textExtensions=Definovaná rozšíření\\: {0}. PageCert.message.textInducement=Dědění -PageCert.message.textIntent=Záměr\: {0}. -PageCert.message.textKind=Druh\: {0}. -PageCert.message.textOrder=Pořadí\: {0}. -PageCert.message.textOrg=Organizace\: {0}. -PageCert.message.textRelation=Vazba\: {0}. -PageCert.message.textTenant=Partaj\: {0}. -PageCert.message.textValidFrom=Platný od\: {0}. -PageCert.message.textValidTo=Platný do\: {0}. +PageCert.message.textIntent=Záměr\\: {0}. +PageCert.message.textKind=Druh\\: {0}. +PageCert.message.textOrder=Pořadí\\: {0}. +PageCert.message.textOrg=Organizace\\: {0}. +PageCert.message.textRelation=Vazba\\: {0}. +PageCert.message.textTenant=Partaj\\: {0}. +PageCert.message.textValidFrom=Platný od\\: {0}. +PageCert.message.textValidTo=Platný do\\: {0}. PageCert.now=Nyní -StageEditorPanel.stageDefinitionLabelName = Definice fáze +StageEditorPanel.stageDefinitionLabelName = Definice fáze \\# StageDefinitionPanel.stageName = Název StageDefinitionPanel.stageDescription = Popis StageDefinitionPanel.stageDuration = Doba trvání @@ -1409,7 +1409,7 @@ StageDefinitionPanel.defaultReviewerRef = Výchozí ověřitel StageDefinitionPanel.additionalReviewerRef = Další ověřitelé StageDefinitionPanel.outcomeStrategy = Strategie agregace rozhodnutí v případě více ověřitelů StageDefinitionPanel.outcomeIfNoReviewers = Výstup pro případ nepřidělených ověřitelů -StageDefinitionPanel.stopReviewOn = Zastavit ověření na/v\: +StageDefinitionPanel.stopReviewOn = Zastavit ověření na/v: StageDefinitionPanel.remediation = Remediace StageDefinitionPanel.addNewStageButton = Přidat definici nové fáze StageDefinitionPanel.moveStageLeftButton = Přesunout doleva @@ -1432,7 +1432,7 @@ pageContentAccounts.menu.disableAccounts=Zakázat vybrané pageContentAccounts.menu.enableAccounts=Povolit vybrané pageContentAccounts.menu.importAccounts=Importovat vybrané pageContentAccounts.menu.removeOwners=Odstranit pro vybrané -pageContentAccounts.message.cantImportAccount=Nepodařilo se importovat účet, oid\={0} +pageContentAccounts.message.cantImportAccount=Nepodařilo se importovat účet, oid\\={0} pageContentAccounts.message.cantShowAccountDetails=Nepodařilo se zobrazit podrobnosti účtu {0} ({1}). pageContentAccounts.message.cantShowUserDetails=Nepodařilo se zobrazit podrobnosti uživatele {0} ({1}). pageContentAccounts.message.deleteConfirmation=Opravdu chcete smazat {0} účtů z této aplikace? @@ -1474,7 +1474,7 @@ PageCreatedReports.title=Vytvořené reporty PageDashboard.accounts=Moje účty PageDashboard.activeTasks=Aktivní úlohy PageDashboard.activeUsers=Aktivní uživatelé -PageDashboard.assignments=Přiřazené mně +PageDashboard.assignments=Má přiřazení PageDashboard.personalInfo=Osobní informace PageDashboard.serverLoad=Zátěž serveru PageDashboard.systemInfo=Stav systému @@ -1523,7 +1523,7 @@ pageDebugList.message.deleteObjectConfirm=Opravdu chcete smazat "{0}"? pageDebugList.message.deleteSelectedConfirm=Opravdu chcete smazat {0} objektů? pageDebugList.message.laxativeProblem=Operace zrušit všechny identity byla dokončena úspěšně pageDebugList.message.nothingSelected=Nebyl vybrán žádný objekt. -pageDebugList.message.queryException=Nepodařilo se vytvořit dotaz pro podřetězec jména, důvod\: {0} +pageDebugList.message.queryException=Nepodařilo se vytvořit dotaz pro podřetězec jména, důvod\\: {0} pageDebugList.message.resourceNotSelected=Nebyla vybrána apliakce. pageDebugList.message.singleOrgDeleteProblem=Nepodařilo se smazat org. jednotku pageDebugList.message.singleShadowDeleteProblem=Nepodařilo se smazat stínový účet @@ -1551,7 +1551,7 @@ pageDebugView.options=Možnosti pageDebugView.reevaluateSearchFilters=Přepočítat vyhledávací filtry pageDebugView.saveAsRaw=Uložit v syrovém módu pageDebugView.switchToPlainText=Přepnout na čistý text -PageDebugView.title='{0}'\: podrobnosti +PageDebugView.title='{0}': podrobnosti pageDebugView.validateSchema=Validovat schéma PageError403.title=Zakázaný přístup (403) PageError404.title=Nenalezeno (404) @@ -1584,8 +1584,8 @@ PageInternals.consistencyChecks=Zkontrolovat soudržnost PageInternals.encryptionChecks=Zkontrolovat šifrování PageInternals.readEncryptionChecks=Zkontrolovat čtení zašifrování PageInternals.detailedDebugDump=Detailní výstup pro ladění -PageInternals.message.debugUpdatePerformed=Ladící utilita je aktualizována. Nová hodnota\: {0} -PageInternals.message.internalsConfigUpdate=Interní konfigurace je aktualizována. Ověření konzistence \: {0}, ověření kryptování\: {1}, ověření kryptování pro čtení\: {2}, tolerance nedeklarovaných prefixů\: {3} +PageInternals.message.debugUpdatePerformed=Ladící utilita je aktualizována. Nová hodnota\\: {0} +PageInternals.message.internalsConfigUpdate=Interní konfigurace je aktualizována. Ověření konzistence\\: {0}, ověření kryptování\\: {1}, ověření kryptování pro čtení\\: {2}, tolerance nedeklarovaných prefixů\\: {3} PageInternals.offset=Posun PageInternals.title.debugUtil=Ladící utilita PageInternals.title.internalsConfig=Interní konfigurace @@ -1618,7 +1618,7 @@ InternalCounters.prismObjectCloneCount=Počitadlo klonování prizmatických obj InternalCounters.roleEvaluationCount=Počitadlo vyhodnocování role InternalCounters.roleEvaluationSkipCount=Počitadlo přeskakování vyhodnocování role InternalCounters.projectorRunCount=Počitadlo běhu projektoru -pageLogging.appender=Vkladač\: +pageLogging.appender=Vkladač\\: pageLogging.appenders=Vkladači pageLogging.appenders.appending=Připojující pageLogging.appenders.filePath=Cesta k souboru @@ -1628,7 +1628,7 @@ pageLogging.appenders.maxHistory=Max. historie pageLogging.appenders.name=Název pageLogging.appenders.pattern=Šablona pageLogging.audit=Audit -pageLogging.auditLog=Audit do záznamového souboru\: +pageLogging.auditLog=Audit do záznamového souboru\\: pageLogging.button.addClassLogger=Vložit záznamník pageLogging.button.addComponentLogger=Vložit záznamník komponenty pageLogging.button.addConsoleAppender=Přidat vkladač do konzole @@ -1640,8 +1640,8 @@ pageLogging.button.deleteFilter=Smazat filter pageLogging.button.deleteLogger=Smazat záznamník pageLogging.button.reset=Resetovat pageLogging.button.save=Uložit -pageLogging.details=Podrobnosti\: -pageLogging.dumpInterval=Interval vysypávání\: +pageLogging.details=Podrobnosti\\: +pageLogging.dumpInterval=Interval vysypávání\\: pageLogging.filter.ALL=Vše pageLogging.filter=Filtr pageLogging.filter.GUI=Webový filtr @@ -1668,18 +1668,18 @@ pageLogging.loggersTable=Tabulka záznamníků pageLogging.logger.TASKMANAGER=Záznamník správce úloh pageLogging.logger.WORKFLOWS=Záznamník modulu workflow pageLogging.logSubsystemEntryExit=Zaznamenat vstup/výstup do/z subsystému -pageLogging.performanceStatistics=Statistiky výkonu\: +pageLogging.performanceStatistics=Statistiky výkonu\\: pageLogging.profiling=Profilování -pageLogging.requestFilter=Filtr žádostí\: -pageLogging.rootAppender=Kořenový vkladač\: -pageLogging.rootLevel=Kořenový záznamník\: +pageLogging.requestFilter=Filtr žádostí\\: +pageLogging.rootAppender=Kořenový vkladač\\: +pageLogging.rootLevel=Kořenový záznamník\\: pageLogging.subsystem.appender=Vkladač pageLogging.subsystem.level=Úroveň pageLogging.subsystem.model=Model pageLogging.subsystem.provisioning=Provisioning pageLogging.subsystem.repository=Repozitář pageLogging.subsystem.resourceObjectChangeListener=Naslouchač změn v objektu aplikace -pageLogging.subsystems=Subsystémy\: +pageLogging.subsystems=Subsystémy\\: pageLogging.subsystem..taskManager=Správce úloh pageLogging.subsystem.ucf=UCF pageLogging.subsystem.workflow=Workflow @@ -1883,8 +1883,8 @@ PageRoleEditor.label.ownerRef.placeholder=Nastavit vlastníka PageRoleEditor.label.requestable=Žadatelné PageRoleEditor.label.riskLevel=Úroveň rizika PageRoleEditor.label.type=Typ -PageRoleEditor.message.addApproverOk=Schvalovatel\: '{0}' byl úspěšně vložen. -PageRoleEditor.message.addOwnerOk=Vlastník\: '{0}' byl úspěšně vložen. +PageRoleEditor.message.addApproverOk=Schvalovatel\\: '{0}' byl úspěšně vložen. +PageRoleEditor.message.addOwnerOk=Vlastník\\: '{0}' byl úspěšně vložen. PageRoleEditor.message.cantAddOwner=Nepodařilo se nastavit vybraného vlastníka. PageRoleEditor.message.cantCreateExtensionDelta=Nepodařilo se vytvořit rozdílovou změnu pro rozšíření role PageRoleEditor.subtitle.activation=Aktivace @@ -1909,7 +1909,7 @@ PageRoles.title=Seznam rolí pageSecurityQuestions.message.WrongAnswer=Otázky nebyly správně zodpovězeny pageSecurityQuestions.message.noPolicySet=Politika hesel není nastavena PageSecurityQuestions.title=Bezpečnostní otázky -PageShowPassword.message=Vaše nové heslo\: +PageShowPassword.message=Vaše nové heslo\\: PageShowPassword.success=Nové heslo bylo úspěšně vytvořeno PageShowPassword.title=Nové heslo PageSizePopover.title=Velikost stránky @@ -1952,7 +1952,7 @@ pageTask.category.Reconciliation=Rekonciliace pageTask.category.UserRecomputation=Přepočítání uživatelů pageTask.category.Workflow=Workflow pageTask.createSuspended=Vytvořit ve stavu POZASTAVENO -pageTask.cronHelp=Cron-like specifikace je v následujícím tvaru\: VTEˇŘINY MINUTY HODINY DEN-V-MĚSÍCI MĚSÍC DEN-V-TÝDNU ROK (volitelné), např. '0 0 12 ? * WED' znamená 'každé úterý v 12\:00\:00 pm'. Pro více informací viz www.quartz-scheduler.org/documentation/quartz-2.1.x/tutorials/tutorial-lesson-06. +pageTask.cronHelp=Specifikace plánované úlohy (ve stylu cronu)je v následujícím tvaru\\: VTEŘINY MINUTY HODINY DEN-V-MĚSÍCI MĚSÍC DEN-V-TÝDNU ROK (volitelné), např. '0 0 12 ? * WED' znamená 'každé úterý v 12\\:00\\:00 pm'. pageTask.cronHelpLink=Více informací je k dispozici na pageTask.cronHelpLinkTutorial=návod pageTask.cronSpec=Plánování spouštění @@ -1972,7 +1972,7 @@ pageTaskEdit.button.stopApprovalProcess=Zastavit proces schvalování pageTaskEdit.button.save=Uložit pageTaskEdit.button.suspend=Pozastavit pageTaskEdit.category=Kategorie -pageTaskEdit.cronHelp=Cron-like specifikace je v následujícím tvaru\: VTEŘINY MINUTY HODINY DEN-V-MĚSÍCI MĚSÍC DEN-V-TÝDNU ROK (volitelné), např. '0 0 12 ? * WED' znamená 'každé úterý v 12\:00\:00 pm'. +pageTaskEdit.cronHelp=Specifikace plánované úlohy (ve stylu cronu)je v následujícím tvaru\\: VTEŘINY MINUTY HODINY DEN-V-MĚSÍCI MĚSÍC DEN-V-TÝDNU ROK (volitelné), např. '0 0 12 ? * WED' znamená 'každé úterý v 12\\:00\\:00 pm'. pageTaskEdit.cronHelpLink=Více informací je k dispozici na pageTaskEdit.cronHelpLinkTutorial=návod pageTaskEdit.cronSpec=Plánování spouštění @@ -2054,8 +2054,8 @@ pageTask.objectClass=Třída objektu pageTask.objectRef=Aplikace pageTask.options=Možnosti pageTask.recurring=Opakující se úloha -pageTask.runUntilNodeDown.error1=Správná data pro akci 'Zastavení vlákna' jsou\: Close, Suspend -pageTask.runUntilNodeDown.error2=Správná data pro akci 'Zastavení vlákna' jsou\: Restart, Reschedule +pageTask.runUntilNodeDown.error1=Správná data pro akci 'Zastavení vlákna' jsou\\: Close, Suspend +pageTask.runUntilNodeDown.error2=Správná data pro akci 'Zastavení vlákna' jsou\\: Restart, Reschedule pageTask.runUntilNodeDown=Spustit pouze pokud je uzel vypnutý pageTasks.alreadyPassed=již proběhlo pageTasks.alreadyPassedForNotRunningTasks=(již proběhlo) @@ -2153,7 +2153,7 @@ PageTasks.title=Úlohy pageTasks.unknownRefName=Neznámý objekt pageTask.threadStop=Akce zastavení vlákna pageTask.title.edit=Podrobnosti pro '{0}' -pageTask.type=Akce +pageTask.type=Typ\\: page.title.edit={0} page.title.editResource=Upravit aplikaci pageUser.accounts=Účty @@ -2184,8 +2184,8 @@ pageUser.message.cantEditUser=Nepodařilo se načíst formulář pro úpravu už pageUser.message.cantNewUser=Nepodařilo se načíst formulář pro nového uživatele. pageUser.message.cantSubmitUser=Nepodařilo se zpracovat uživatele pageUser.message.cantUpdateUser=Aktualizace uživatele se nezdařila -pageUser.message.couldntAssignObject=Nepodařilo se přiřadit objekt '{0}', důvod\: {1}. -pageUser.message.couldntCreateAccount=Nepodařilo se vytvořit formulář účtu '{0}', důvod\: {1}. +pageUser.message.couldntAssignObject=Nepodařilo se přiřadit objekt '{0}', důvod\\: {1}. +pageUser.message.couldntCreateAccount=Nepodařilo se vytvořit formulář účtu '{0}', důvod\\: {1}. pageUser.message.couldntCreateAccountNoSchema=Nepodařilo se vytvořit formulář účtu '{0}', není vybrané schéma. Možný problém s připojením nebo konfigurací aplikace. Více informací najdete v logu. pageUser.message.deleteAccountConfirm=Opravdu chcete smazat {0} účtů? pageUser.message.deleteAssignmentConfirm=Opravdu chcete odebrat {0} přiřazení? @@ -2261,26 +2261,26 @@ pageWorkItem.objectNew.description=Objekt po navrhované změně pageWorkItem.objectOld.description=Objekt před změnou pageWorkItem.options=Možnosti pageWorkItem.requestCommon.description=Základní informace o požadavku -pageWorkItem.requestedBy=Žadatel\: -pageWorkItem.requestedOn=Požádáno dne\: +pageWorkItem.requestedBy=Žadatel\\: +pageWorkItem.requestedOn=Požádáno dne\\: pageWorkItem.requester.description=Žadatel pageWorkItem.requestSpecific.description=Vaše rozhodnutí -workItemPanel.originallyAllocatedTo=Původně přiděleno na\: -workItemPanel.currentlyAllocatedTo=Aktuálně přiděleno na\: -workItemPanel.candidateActors=Potenciální řešitelé\: -workItemPanel.stage=Fáze schvalování\: -workItemPanel.escalationLevel=Úroveň eskalace\: -workItemPanel.requesterComment=Poznámka žadatele\: +workItemPanel.originallyAllocatedTo=Původně přiděleno na\\: +workItemPanel.currentlyAllocatedTo=Aktuálně přiděleno na\\: +workItemPanel.candidateActors=Potenciální řešitelé\\: +workItemPanel.stage=Fáze schvalování\\: +workItemPanel.escalationLevel=Úroveň eskalace\\: +workItemPanel.requesterComment=Poznámka žadatele\\: workItemPanel.delta=Rozdílová změna ke schválení workItemPanel.mainInfo=Základní informace workItemPanel.options=Možnosti -workItemPanel.requestedBy=Žadatel\: -workItemPanel.requestedOn=Požádáno dne\: -workItemPanel.workItemCreatedOn=Pracovní položka vytvořena\: -workItemPanel.workItemDeadline=Uzávěrka +workItemPanel.requestedBy=Žadatel\\: +workItemPanel.requestedOn=Požádáno dne\\: +workItemPanel.workItemCreatedOn=Pracovní položka vytvořena\\: +workItemPanel.workItemDeadline=Uzávěrka\\: workItemPanel.requester.description=Žadatel workItemPanel.subTitle=podrobnosti pracovní položky -workItemPanel.title=Úkol\: +workItemPanel.title=Úkol\\: workItemPanel.changesToBeApproved=Změny ke schválení workItemPanel.additionalAttributes=Další atributy workItemPanel.approvalHistory=Historie schvalování pro tuto žádost @@ -2312,10 +2312,10 @@ PageWorkItemsAll.title=Všechny úkoly a požadavky PageWorkItemsAllocatedToMe.title=Pracovní úkoly přiřazené mně PageWorkItem.title=Podrobnosti pracovní položky PageWorkItem.subTitle=podrobnosti pracovní položky -pageWorkItem.title=Úkol\: +pageWorkItem.title=Úkol\\: pageWorkItem.trackingData.description=Sledování (diagnostika) dat pageWorkItem.trackingData=Sledování dat -pageWorkItem.workItemCreatedOn=Pracovní položka vytvořena\: +pageWorkItem.workItemCreatedOn=Pracovní položka vytvořena\\: passwordPanel.error=Hesla nejsou shodná. passwordPanel.passwordChange=Změna passwordPanel.passwordRemove=Odebrat @@ -2356,17 +2356,17 @@ prismPropertyPanel.name.credentials.password=Heslo prismPropertyPanel.required=Povinný prismValuePanel.add=Vložit prismValuePanel.delete=Smazat -prismValuePanel.message.association.attributes=Atributy\: -processInstancePanel.details=Další informace\: -processInstancePanel.finished=Ukončeno\: +prismValuePanel.message.association.attributes=Atributy\\: +processInstancePanel.details=Další informace\\: +processInstancePanel.finished=Ukončeno\\: processInstancePanel.message.cantGetDetails=Nepodařilo se získat podrobnosti procesu. processInstancePanel.message.noTasks=žádný -processInstancePanel.name=Název procesu\: -processInstancePanel.pid=ID instance\: -processInstancePanel.started=Spuštěno\: +processInstancePanel.name=Název instance procesu\\: +processInstancePanel.pid=ID instance procesu\\: +processInstancePanel.started=Spuštěno\\: processInstancePanel.taskAlreadyRemoved=(byl již odebrán) -processInstancePanel.task=Systémová úloha\: -processInstancePanel.tasks=Aktivní pracovní položky +processInstancePanel.task=Systémová úloha\\: +processInstancePanel.tasks=Aktivní pracovní položky\\: processInstancePanel.title.edit=Podrobnosti pro '{0}' ProfilingLevel.ARGUMENTS=Argumenty ProfilingLevel.ENTRY_EXIT=Vstup/výstup @@ -2401,7 +2401,7 @@ ProvisioningStatistics.UpdateFailure=Chyba ProvisioningStatistics.UpdateSuccess=Aktualizace OK QNameEditor.label.localPart=Lokální část jména QNameEditor.label.namespace=Jmenný prostor -QNameEditor.tooltip.attribute=TODO\: QNameEditor.tooltip.attribute +QNameEditor.tooltip.attribute=TODO\\: QNameEditor.tooltip.attribute QNameEditor.tooltip.localPart=Lokální část QName QNameEditor.tooltip.namespace=Prostor názvů QName RangeValidator.range=Položka '${label}' musí být mezi ${minimum} a ${maximum}. @@ -2457,7 +2457,7 @@ ResourceAttributeEditor.label.inbound=Příchozí mapování ResourceAttributeEditor.label.intolerantVP=Intolerantní vzor ResourceAttributeEditor.label.limitations=Limity ResourceAttributeEditor.label.matchingRule=Pravidlo párování -ResourceAttributeEditor.label.unknownMatchingRule=Neznámé párovací pravidlo\: {0} +ResourceAttributeEditor.label.unknownMatchingRule=Neznámé párovací pravidlo: {0} ResourceAttributeEditor.label.new=Vytvořit nový atribut ResourceAttributeEditor.label.outbound=Odchozí mapování ResourceAttributeEditor.label.reference=Atribut @@ -2517,12 +2517,12 @@ ResourceWizard.expression.tooltip.expression=XML reprezentace výrazu. Toto je s ResourceWizard.expression.tooltip.language=Programovací jazyk, ve ktrerém je skript výrazu napsán. ResourceWizard.expression.tooltip.policyRef=Odkaz na objekt politiky výrazu. Uvedená politika výrazu bude použita jako šablona pro vygenerování hodnoty. ResourceWizard.expression.tooltip.type=Typ výrazu. Toto určuje, zda je výraz skript, generátor hodnoty či něco jiného. -ResourceWizard.help.capabilityStep=

To, co je aplikace umí, popisují její schopnosti. Ne všechny aplikace jsou si rovny ve svých schopnostech. Například, jedna aplikace může podporovat aktivaci účtu (povolení a zakázání účtu), zatímco druhá ne. A zatímco jedna aplikace může poskytovat přístup pro čtení i zápis, druhá může být v režimu jen pro čtení. Nebo může být rozdíl v tom, jak která aplikace podporuje synchronizaci v reálném čase. Možností je více. Schopnosti popisují, které vlastnosti aplikace podporuje, takže se k ní může systém odpovídajícně chovat.

\n

Všechny schopnosti mohou být zakázané (tj. vypnuté). Zakázání schopnosti způsobí, že systém nebude používat tuto část konektoru nebo aplikace. Schopnosti jsou obvykle zakázány v případě, že jsou chybové. Například, pokud je chyba v konektoru nebo na aplikaci, pak je možné ji obejít tím, že příslušná schopnosti je zakázaná. Schopnosti však mohou být vypnuté i z administrstivních důvodů. Například zakázáním schopností Vytvořit, Aktualizovat and Smazat se aplikace efetivně přepne do režimu pouze ke čtení.

\n

Některé schopnosti mohou být simulovány. To znamená, že systém bude předstírat, že aplikace danou schopnost má, ačkoli tomu tak není. Například schopnost activation může být simulována nastavením specifického atributu účtu. Takto simulovaná schopnost obvykle vyžaduje dodatečnou konfiguraci. Ta je dostupná na této stránce.

\n

Více informací je k dispozici na wiki stránce Resource Capabilities (anglicky). +ResourceWizard.help.capabilityStep=

To, co je aplikace umí, popisují její schopnosti. Ne všechny aplikace jsou si rovny ve svých schopnostech. Například, jedna aplikace může podporovat aktivaci účtu (povolení a zakázání účtu), zatímco druhá ne. A zatímco jedna aplikace může poskytovat přístup pro čtení i zápis, druhá může být v režimu jen pro čtení. Nebo může být rozdíl v tom, jak která aplikace podporuje synchronizaci v reálném čase. Možností je více. Schopnosti popisují, které vlastnosti aplikace podporuje, takže se k ní může systém odpovídajícně chovat.

Všechny schopnosti mohou být zakázané (tj. vypnuté). Zakázání schopnosti způsobí, že systém nebude používat tuto část konektoru nebo aplikace. Schopnosti jsou obvykle zakázány v případě, že jsou chybové. Například, pokud je chyba v konektoru nebo na aplikaci, pak je možné ji obejít tím, že příslušná schopnosti je zakázaná. Schopnosti však mohou být vypnuté i z administrstivních důvodů. Například zakázáním schopností Vytvořit, Aktualizovat and Smazat se aplikace efetivně přepne do režimu pouze ke čtení.

Některé schopnosti mohou být simulovány. To znamená, že systém bude předstírat, že aplikace danou schopnost má, ačkoli tomu tak není. Například schopnost activation může být simulována nastavením specifického atributu účtu. Takto simulovaná schopnost obvykle vyžaduje dodatečnou konfiguraci. Ta je dostupná na této stránce.

Více informací je k dispozici na wiki stránce Resource Capabilities (anglicky). ResourceWizard.help.configurationStep=

Tato fáze průvodce konfiguruje vlastnosti konfigurace konektoru. Tyto vlastnosti obvykle určují síťové parametry použité pro přístup k aplikaci, jako je název hostitele a čísla portů. Dalšími síťovými parametry, které zde mohou být konfigurovány, jsou například časové limity pro síťové operace a konfigurace fondu spojení.

\n

vlastnosti konfigurace konektoru jsou unikátní pro každý konektor. Specifická sada konfioguračních vlastností je určena systémem dle konfoiguračního schématu konektoru. Proto tedy obsah této stránky odvisí od typu konektoru, který byl zvolen.

-ResourceWizard.help.nameStep=

Tato fáze konfiguračního průvodce konfiguruje základní vlastnosti připojované aplikace. Lze zde konfigurovat název a popis aplikace. Název konektoru je povinný, a musí být unikátní. Konektor, který bude použit pro připojení k aplikaci, musí být taktéž nakonfigurován. Konektory se rozmísťují na hostitele konektorů. Pokud konektorový hostitel není vyplněn, potom jsou použity konektory rozmístěné přímo na instanci Identity manageru.

Detailní popis konfigurace aplikace je k k dispozici na wiki stránce Resource Configuration (anglicky).

-ResourceWizard.help.schemaHandlingStep=

Tento krok se používá ke konfiguraci zpracování schématu aplikace. Konfigurace, která je zobrazena na této stránce, říká systému co dělat s atributy a třídami objektů aplikace. Obsahuje konfiguraci mapování mezi užívatelskými vlastnostmi a atributy účtu, konfiguraci typů účtu, skupin, závislostí provisioningu, mapování hesel a podobně.

\n

Tato konfigurace je seskupena do typů objektů. Každý typ objektu definuje chování specifického typu účtu, typu nároku druh a záměr.

\n

Druh definuje, jakým druhem objekt je\:

  • kind\=account znamená, že objekt je účet, tj., že představuje uživatele.
  • kind\=entitlement je aplikován na skupiny, role, privilegia, ACI a podobné objekty, které mohou být asociovány s účty a které dávají účtu privilegia nebo práva k přístupu.
  • kind\=generic se aplikuje na ostatní objekty, jako jsou organizační jednotky (OU), domény a podobně.
\nZáměr je prostý řetězec, který může být použit pro rozlišení různých typů objektů. Například může být použit pro odlišení některých typů účtů, jako je "výchozí uživatelský účet", "administrativná účet", "testovací účet" a podobně. Více informací je k dispozici na wiki stránce Kind, Intent and ObjectClass (anglicky).

\n

Podrobnější popis konfigurace zpracování schematu je k dispozici na wiki stránce Resource Schema Handling (anglicky). -ResourceWizard.help.schemaStep=

Tato stránka zobrazuje schéma aplikace. Schéma aplikace definuje třídy objektů, které umí konektor spravovat, například účty, skupiny, organizační jednotky a podobně. Schéma definuje pro každou třídu objektu sadu atributů. Schema je zde zobrazeno jen k náhledu, abyste jej mohli prozkoumat a seznámit se s datovým modelem, který aplikace poskytuje.

\n

Schéma aplikace předložené na této stránce je obvykle získáno z aplikace a automaticky vygenerováno systémem. Schéma aplikace popisuje to, co aplikace může dělat, které třídy objektů definuje a jaké atributy jsou použity v třídách objektů. Proto je schéma pouze k náhledu. Toto není konfigurace. Schéma nedefinuje, jak Identity Manager používá objektové třídy a atributy. Toto se defnujr v dalším kroku tohoto průvodce.

\n

Podrobnější vysvětlení konceptu schématu aplikace je k dispozici na wiki stránce Resource Schema (anglicky).

-ResourceWizard.help.synchronizationStep=

Konfigurace synchronizace definuje, co Identity Manager udělá, když rozpozná, že objekt v aplikaci se změnil. Konfigurace například popisuje, jak systém reaguje na nový účet, když rozpozná, že skupina, která by měla existovat, neexistuje, a podobně. Obvykle nezáleží na způsobu, jak byla změna objevena, reakce je obvykle stejná (ačkoli výjimky jsou možné specifikováním kanálu). Proto politika nakonfigurovaná zde, obvykle platí pro živou synchronizaci, rekonciliaci, import, prozkoumávání (mechanismus konzistence) a další možné mechanismy, které mohou být v budoucnu implementovány.

\n

Více podrobností je k dispozici na wiki stránce Synchronization Configuration (anglicky). +ResourceWizard.help.nameStep=

Tato fáze konfiguračního průvodce konfiguruje základní vlastnosti připojované aplikace. Lze zde konfigurovat název a popis aplikace. Název konektoru je povinný, a musí být unikátní. Konektor, který bude použit pro připojení k aplikaci, musí být taktéž nakonfigurován. Konektory se rozmísťují na hostitele konektorů. Pokud konektorový hostitel není vyplněn, potom jsou použity konektory rozmístěné přímo na instanci Identity manageru.

Detailní popis konfigurace aplikace je k k dispozici na wiki stránce Resource Configuration (anglicky).

+ResourceWizard.help.schemaHandlingStep=

Tento krok se používá ke konfiguraci zpracování schématu aplikace. Konfigurace, která je zobrazena na této stránce, říká systému co dělat s atributy a třídami objektů aplikace. Obsahuje konfiguraci mapování mezi užívatelskými vlastnostmi a atributy účtu, konfiguraci typů účtu, skupin, závislostí provisioningu, mapování hesel a podobně.

\n

Tato konfigurace je seskupena do typů objektů. Každý typ objektu definuje chování specifického typu účtu, typu nároku druh a záměr.

\n

Druh definuje, jakým druhem objekt je:

  • kind=account znamená, že objekt je účet, tj., že představuje uživatele.
  • kind=entitlement je aplikován na skupiny, role, privilegia, ACI a podobné objekty, které mohou být asociovány s účty a které dávají účtu privilegia nebo práva k přístupu.
  • kind=generic se aplikuje na ostatní objekty, jako jsou organizační jednotky (OU), domény a podobně.
\nZáměr je prostý řetězec, který může být použit pro rozlišení různých typů objektů. Například může být použit pro odlišení některých typů účtů, jako je "výchozí uživatelský účet", "administrativná účet", "testovací účet" a podobně. Více informací je k dispozici na wiki stránce Kind, Intent and ObjectClass (anglicky).

\n

Podrobnější popis konfigurace zpracování schematu je k dispozici na wiki stránce Resource Schema Handling (anglicky). +ResourceWizard.help.schemaStep=

Tato stránka zobrazuje schéma aplikace. Schéma aplikace definuje třídy objektů, které umí konektor spravovat, například účty, skupiny, organizační jednotky a podobně. Schéma definuje pro každou třídu objektu sadu atributů. Schema je zde zobrazeno jen k náhledu, abyste jej mohli prozkoumat a seznámit se s datovým modelem, který aplikace poskytuje.

\n

Schéma aplikace předložené na této stránce je obvykle získáno z aplikace a automaticky vygenerováno systémem. Schéma aplikace popisuje to, co aplikace může dělat, které třídy objektů definuje a jaké atributy jsou použity v třídách objektů. Proto je schéma pouze k náhledu. Toto není konfigurace. Schéma nedefinuje, jak Identity Manager používá objektové třídy a atributy. Toto se defnujr v dalším kroku tohoto průvodce.

\n

Podrobnější vysvětlení konceptu schématu aplikace je k dispozici na wiki stránce Resource Schema (anglicky).

+ResourceWizard.help.synchronizationStep=

Konfigurace synchronizace definuje, co Identity Manager udělá, když rozpozná, že objekt v aplikaci se změnil. Konfigurace například popisuje, jak systém reaguje na nový účet, když rozpozná, že skupina, která by měla existovat, neexistuje, a podobně. Obvykle nezáleží na způsobu, jak byla změna objevena, reakce je obvykle stejná (ačkoli výjimky jsou možné specifikováním kanálu). Proto politika nakonfigurovaná zde, obvykle platí pro živou synchronizaci, rekonciliaci, import, prozkoumávání (mechanismus konzistence) a další možné mechanismy, které mohou být v budoucnu implementovány.

\n

Více podrobností je k dispozici na wiki stránce Synchronization Configuration (anglicky). ResourceWizard.saveAndVisualize=Uložit a vizualizovat ResourceWizard.visualize=Vizualizovat runReportPopupContent.button.run=Spustit report @@ -2536,7 +2536,7 @@ runReportPopupContent.param.name=Název parametru runReportPopupContent.param.name.targetName = Název cíle runReportPopupContent.param.name.to = Datum do runReportPopupContent.param.value=Hodnota parametru -runReportPopupContent.param.name.alsoClosedCampaigns=Také ukončené kampaně? (výchozí nastavení\: ne) +runReportPopupContent.param.name.alsoClosedCampaigns=Také ukončené kampaně? (výchozí nastavení: ne) runReportPopupContent.param.name.campaignName=Název kampaně runReportPopupContent.param.name.resource=Aplikace runReportPopupContent.param.name.intent=Záměr @@ -2549,18 +2549,19 @@ runReportPopupContent.param.name.role=Role runReportPopupContent.param.name.roleOids=Role runReportPopupContent.param.name.users=Uživatelé runReportPopupContent.param.name.stageNumber=Číslo fáze (výchozí nastavení je všechny fáze) +runReportPopupContent.param.name.referencedRolesNames=Odkazované role RunReportPopupPanel.title=Konfigurace reportu před spuštěním -runUntilNodeDown.error1=Správná data pro akci 'Zastavení vlákna' jsou\: Close, Suspend -runUntilNodeDown.error2=Správná data pro akci 'Zastavení vlákna' jsou\: Restart, Reschedule -SchemaHandlingStep.activation.tooltip.fetchStrategy=Jak získat atributy, když jsou potřeba. Výchozí nastavení\: atribut je normálně vrácen, není třeba jej vyžádávat. Výslovné nastavení\: atribut normálně není vrácen, je třeba o něj vždy výslovně žádat. +runUntilNodeDown.error1=Správná data pro akci 'Zastavení vlákna' jsou\\: Close, Suspend +runUntilNodeDown.error2=Správná data pro akci 'Zastavení vlákna' jsou\\: Restart, Reschedule +SchemaHandlingStep.activation.tooltip.fetchStrategy=Jak získat atributy, když jsou potřeba. Výchozí nastavení: atribut je normálně vrácen, není třeba jej vyžádávat. Výslovné nastavení\\: atribut normálně není vrácen, je třeba o něj vždy výslovně žádat. SchemaHandlingStep.activation.tooltip.inbound=Příchozí mapování mapuje hodnoty z aplikace (obvykle z účtu) do Identity Manageru (obvykle do uživatele). SchemaHandlingStep.activation.tooltip.outbound=Odchozí mapování mapuje hodnoty z Identity Manageru (obvykle z uživatele) do aplikace (obvykle do účtu). SchemaHandlingStep.association.label.associationName=Název asociace SchemaHandlingStep.association.label.associationNamespace=Jmenný prostor SchemaHandlingStep.association.tooltip.associationAttribute=Název atributu, který "váže" asociaci. Tj. atribut, který obsahuje identifikátor asociovaného objektu. Obvykle se jedná o atribut jako "member", "groups", "roles" a podobně. \nV asociaci subjektu na objekt je toto atribut subjektu (například atribut "groups"). V asociaci objektu na subjekt je toto atribut objektu (například skupinový atribut "members"). -SchemaHandlingStep.association.tooltip.associationLocalPart=TODO\: SchemaHandlingStep.association.tooltip.associationLocalPart -SchemaHandlingStep.association.tooltip.associationNamespace=TODO\: SchemaHandlingStep.association.tooltip.associationNamespace -SchemaHandlingStep.association.tooltip.direction=Určuje směr asociace.
\nAsociace objektu na subjekt\: Objekt (například skupina) má atribut, který obsahuje identifikátor subjektu (například účtu).
\nAsociace subjektu na objekt\: Subjekt (například účet) má atribut, který obsahuje identifikátor objektu (například skupiny). +SchemaHandlingStep.association.tooltip.associationLocalPart=TODO\\: SchemaHandlingStep.association.tooltip.associationLocalPart +SchemaHandlingStep.association.tooltip.associationNamespace=TODO\\: SchemaHandlingStep.association.tooltip.associationNamespace +SchemaHandlingStep.association.tooltip.direction=Určuje směr asociace.
\nAsociace objektu na subjekt\\: Objekt (například skupina) má atribut, který obsahuje identifikátor subjektu (například účtu).
\nAsociace subjektu na objekt\\: Subjekt (například účet) má atribut, který obsahuje identifikátor objektu (například skupiny). SchemaHandlingStep.association.tooltip.explicitRefIntegrity=Výslovná referenční integrita.
\nPokud je vypnuto, potom Identity Manager předpokládá, že aplikace obsahuje referenční integritu. Identity Manager tak například předpokládá, že aplikace automaticky aktualizuje asociační identifikátory, pokud je účet přejmenován a Identity Manager se tedy nemusí o nic starat.
\nPokud je zapnuto, potom Identity Manager dělá výslovnou referenční integritu. V tomto případě Identity Manager výslovně aktualizuje asociační atributy, pokud je účet přejmenován. SchemaHandlingStep.association.tooltip.intent=Záměr asociace cílového typu objektu. Cílový druh a záměr určuje typ objektu, který je cílem asociace - například skupinu, privilegium, role, a podobně. SchemaHandlingStep.association.tooltip.kind=Druh asociace cílového typu objektu. Obvykle se jedná o "nárok". Cílový druh a záměr určuje typ objektu, který je cílem asociace - například skupinu, privilegium, role, a podobně. @@ -2568,10 +2569,10 @@ SchemaHandlingStep.association.tooltip.valueAttribute=Název atributu, který je SchemaHandlingStep.attribute.label.attributeName=Název atributu SchemaHandlingStep.attribute.label.attributeNamespace=Prostor názvů atributu SchemaHandlingStep.attribute.tooltip.allow=Pokud je zapnuta, dovoluje tato volba specifikovat atributy, které nejsou v původním schématu aplikace. Toto může být využito k opravě chybných konektorů, které neposkytují kompletní chéma aplikace, nebo které schovávají některé atributy a podobně. -SchemaHandlingStep.attribute.tooltip.attributeLocalPart=TODO\: SchemaHandlingStep.attribute.tooltip.attributeLocalPart -SchemaHandlingStep.attribute.tooltip.attributeNamespace=TODO\: SchemaHandlingStep.attribute.tooltip.attributeNamespace +SchemaHandlingStep.attribute.tooltip.attributeLocalPart=TODO\\: SchemaHandlingStep.attribute.tooltip.attributeLocalPart +SchemaHandlingStep.attribute.tooltip.attributeNamespace=TODO\\: SchemaHandlingStep.attribute.tooltip.attributeNamespace SchemaHandlingStep.attribute.tooltip.exclusiveStrong=Pokud je vypnuto, potom hodnoty pro silné a obvyklé mapování jsou sloučeny, aby vytvořily výslednou sadu hodnot. Pokud je povoleno, potom jsou použity pouze hodnoty silného mapování, pokud ecistuje aspoň jedno silné mapování. V případě, že silné mapování neexistuje, jsou použity normální hodnoty. -SchemaHandlingStep.attribute.tooltip.fetchStrategy=Jak získat atributy, když jsou potřeba. Výchozí nastavení\: atribut je normálně vrácen, není třeba jej vyžádávat. Výslovné nastavení\: atribut normálně není vrácen, je třeba o něj vždy výslovně žádat. +SchemaHandlingStep.attribute.tooltip.fetchStrategy=Jak získat atributy, když jsou potřeba. Výchozí nastavení\\: atribut je normálně vrácen, není třeba jej vyžádávat. Výslovné nastavení\\: atribut normálně není vrácen, je třeba o něj vždy výslovně žádat. SchemaHandlingStep.attribute.tooltip.inbound=Příchozí mapování mapuje hodnoty z aplikace (obvykle z účtu) do Identity Manageru (obvykle do uživatele). SchemaHandlingStep.attribute.tooltip.intolerantVP=Hodnota, která odpovídá tomuto vzoru, NEBUDE tolerována. To znamená, že taková hodnota atributu bude vymazána i když není výsledkem systémového zpracování (mapování). SchemaHandlingStep.attribute.tooltip.limitations=Specifikuje omezení atributu, jako je násobnost, možnost jeje číst, či do něj zapisovat, a podobně. @@ -2581,7 +2582,7 @@ SchemaHandlingStep.attribute.tooltip.reference=Název atributu, který se bude k SchemaHandlingStep.attribute.tooltip.tolerant=Tolerantní atributy dovolují hodnoty, které jsou nastaveny mimo Identity Manager. Netolerantní atributy povolí pouze hodnoty, které jsou definovány v Identity Manageru (například mapováním aplikace nebo role). SchemaHandlingStep.attribute.tooltip.tolerantVP=Hodnota, která odpovídá tomuto vzoru, bude tolerována. To znamená, že taková hodnota atributu zůstane nastavena i když není výsledkem systémového zpracování (mapování). SchemaHandlingStep.button.add=Přidat typ objektu -SchemaHandlingStep.credentials.tooltip.fetchStrategy=Jak získat atributy, když jsou potřeba. Výchozí nastavení\: atribut je normálně vrácen, není třeba jej vyžádávat. Výslovné nastavení\: atribut normálně není vrácen, je třeba o něj vždy výslovně žádat. +SchemaHandlingStep.credentials.tooltip.fetchStrategy=Jak získat atributy, když jsou potřeba. Výchozí nastavení\\: atribut je normálně vrácen, není třeba jej vyžádávat. Výslovné nastavení\\: atribut normálně není vrácen, je třeba o něj vždy výslovně žádat. SchemaHandlingStep.credentials.tooltip.inbound=Příchozí mapování mapuje hodnoty z aplikace (obvykle z účtu) do Identity Manageru (obvykle do uživatele). SchemaHandlingStep.credentials.tooltip.outbound=Odchozí mapování mapuje hodnoty z Identity Manageru (obvykle z uživatele) do aplikace (obvykle do účtu). SchemaHandlingStep.credentials.tooltip.passwordPolicyRef=Politika hesel, která se aplikuje na toto pověření. Toto nastavení přebije jiná nastavení, například výchozí politiku hesel definovanou v systémové konfiguraci. Pokud politika hesel definována není,použije se obvykle výchozí politika hesel. @@ -2589,10 +2590,10 @@ SchemaHandlingStep.dependency.tooltip.intent=Záměr objektu, na kterém se záv SchemaHandlingStep.dependency.tooltip.kind=Druh objektu, na kterém se závisí. SchemaHandlingStep.dependency.tooltip.order=Obvykle nula. Zde je možné zadat celé číslo, které určuje řazení závislostí které tvoří kruh, a nemohly by jinak být rozhodnuty (takzvané závislosti vyššího řádu). SchemaHandlingStep.dependency.tooltip.resourceRef=Aplikace, na kterém se závisí. -SchemaHandlingStep.dependency.tooltip.strictness=Určuje, jak přísně mají být závislosti rozhodovány. Vágní (laxní)\: pokud závislost neexistuje, pokračuj jako obvykle (používá se pouze pro uložení řazení operací); Uvolněný\: odmítne operaci, dokud není nejprve prověřena závislosti, ale pokud toto selže, pokračuje jako obvykle; Přísné\: pokračovat pouze pokud je nejprve prověřena závislost a toto uspěje. +SchemaHandlingStep.dependency.tooltip.strictness=Určuje, jak přísně mají být závislosti rozhodovány. Vágní (laxní)\\: pokud závislost neexistuje, pokračuj jako obvykle (používá se pouze pro uložení řazení operací); Uvolněný\\: odmítne operaci, dokud není nejprve prověřena závislosti, ale pokud toto selže, pokračuje jako obvykle; Přísné\\: pokračovat pouze pokud je nejprve prověřena závislost a toto uspěje. SchemaHandlingStep.iteration.tooltip.maxIteration=Maximální počet opakování, které se mají zkoušet. Operace skončí neúspěšně, pokud bude bez úspěchu vyzkoušen maximální počet opakování. -SchemaHandlingStep.iteration.tooltip.returnMultiplicity=TODO\: SchemaHandlingStep.iteration.tooltip.returnMultiplicity -SchemaHandlingStep.iteration.tooltip.variable=TODO\: SchemaHandlingStep.iteration.tooltip.variable +SchemaHandlingStep.iteration.tooltip.returnMultiplicity=TODO\\: SchemaHandlingStep.iteration.tooltip.returnMultiplicity +SchemaHandlingStep.iteration.tooltip.variable=TODO\\: SchemaHandlingStep.iteration.tooltip.variable SchemaHandlingStep.label.activation=Aktivace SchemaHandlingStep.label.assignmentPolicyRef=Politika přiřazení SchemaHandlingStep.label.associations=Asociace @@ -2613,9 +2614,9 @@ SchemaHandlingStep.limitations.tooltip.ignore=Příznak, že atribut má být ig SchemaHandlingStep.limitations.tooltip.layers=Systémová vrstva, na kterou se toto omezení aplikuje. Někdy se omezení neaplikuje rozvoměrně na všechny vrstvy. Například, atribut může být formálně v režimu pro čtení i zápis, ale je žádáno, aby byl v uživatelském rozhraní pouze ke čtení, a měnil se jen pomocí mapování. V takovém případě se omezení na pouze čtení aplikuje na vrstvu "presentation". SchemaHandlingStep.limitations.tooltip.maxOccurs=Maximální počet výskytů atributu. Hodnota "jedna" znamená jedinou hodnotu atributu, hodnota "neomezeno" ("unbounded") znamená vícehodnotový atribut. Hodnota, které je uvedena zde, přepíše hodnotu ze schématu aplikace. SchemaHandlingStep.limitations.tooltip.minOccurs=Minimální počet výskytů atributu. Hodnota "nula" znamená volitelný atribut, hodnota "jedna" znamená povinný atribut. Hodnota, které je uvedena zde, přepíše hodnotu ze schématu aplikace. -SchemaHandlingStep.limitations.tooltip.other=TODO\: ODEBRAT TENTO TOOLTIP +SchemaHandlingStep.limitations.tooltip.other=TODO\\: REMOVE THIS TOOLTIP SchemaHandlingStep.limitations.tooltip.propertyAccess=Typ přístupu, který je povolen či zakázán. -SchemaHandlingStep.mapping.tooltip.authoritative=Autoritativní mapování vkládají i odebírají uvedenou hodnotu. Neautoritativní mapování jenom přidávají hodnotu. Například\: pokud role s autoritativním mapováním je odstraněna, potom hodnota, která je na základě této role nastavena, je také odstraněna. +SchemaHandlingStep.mapping.tooltip.authoritative=Autoritativní mapování vkládají i odebírají uvedenou hodnotu. Neautoritativní mapování jenom přidávají hodnotu. Například: pokud role s autoritativním mapováním je odstraněna, potom hodnota, která je na základě této role nastavena, je také odstraněna. SchemaHandlingStep.mapping.tooltip.channel=Omezuje použití tohoto mapování na určitý kanál. Například na změny přicházející ze živé synchronizace, rekonciliaci nebo uživatelské rozhraní - GUI. Pokud je uveden kanál, potom je mapování provedeno. Pokud kanál uveden není, potom se žádná omezení neaplikují a mapování je provedeno nad všemi kanály. SchemaHandlingStep.mapping.tooltip.conditionLanguage=Programovací jazyk, ve ktrerém je napsán skript výrazu. SchemaHandlingStep.mapping.tooltip.condition=XML reprezentace podmínky mapování. Toto je skutečný kód výrazu, který bude vykonán. Zdroje mapování jsou uvedeny jako vstupní proměnné podmínky. Pokud je podmínka pravdivá, potom je mapování aplikováno. Pokud není pravdivá, potom je mapování ignorováno. Je dobré si uvědomít, že mapování, které bylo pravdivé a stala se nepravdivým, může vést k odebrání hodnoty, která byla výsledkem mapování, dokud ještě platilo. @@ -2630,30 +2631,30 @@ SchemaHandlingStep.mapping.tooltip.expressionValuePolicyRef=Odkaz na objekt poli SchemaHandlingStep.mapping.tooltip.source=Zdroj mapování. Mapování reaguje na změny ve zdrojích mapování. Hodnoty zdrojů jsou vstupními parametry výrazu uvnitř mapování. SchemaHandlingStep.mapping.tooltip.strength=Síla, s jakou je mapování provedeno. Slabé mapování je provedeno pouze tehdy, pokud cíl mapování ještě neobsahuje žádnou hodnotu. Normální mapování je provedno pouze pokud byl zdroj mapování změněn. Silné mapování se provede vždy. SchemaHandlingStep.mapping.tooltip.target=Cíl mapování. Hodnota, kterou mapování vytvoří, je zapsána do cile mapování. -SchemaHandlingStep.message.errorLoadingObjectTypeList=Nepodařilo se načíst seznam tříd objektů z aplikace. Chyba\: +SchemaHandlingStep.message.errorLoadingObjectTypeList=Nepodařilo se načíst seznam tříd objektů z aplikace. Chyba\\: SchemaHandlingStep.message.saveError=Nepodařilo se uložit zpracování schématu, {0} SchemaHandlingStep.message.selectObjectClassAss=Nastavte atribut 'Třída objektu' před tím, než vytvoříte asociaci aplikace. SchemaHandlingStep.message.selectObjectClassAttr=Nastavte atribut 'Třída objektu' před tím, než vytvoříte atribut aplikace. -SchemaHandlingStep.message.validationError=Vložená hodnota třídy objektu\: '{0}' není správná. Nasdtavte správnou hodnotu třídy objektu. -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.message.validationError=Vložená hodnota třídy objektu\\: '{0}' není správná. Nastavte správnou hodnotu třídy objektu. +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.title=Zpracování schématu SchemaHandlingStep.tooltip.activation=Popis jak mapovat aktivační stavy (povolený/zakázaný/archivovaný) a data (platnost od a do). -SchemaHandlingStep.tooltip.assignmentPolicyRef=Politika přiřazení popisuje, jak přísně jsou přířazení vynucována.

    \n
  • Žádná - přiřazení nejsou vynucována vůbec
  • Kladná - přiřazení pouze přidávají hodnity (nikdy neodebírají)
  • Relativní - propagovány jsou jenom změny, stávající hodnoty jsou ponechány nedotčeny
  • Plná - vše je přísně vynuceno (jak změněné, tak stávající hodnoty).
+SchemaHandlingStep.tooltip.assignmentPolicyRef=Politika přiřazení popisuje, jak přísně jsou přiřazení vynucována.
    \n
  • Žádná - přiřazení nejsou vynucována vůbec
  • Kladná - přiřazení pouze přidávají hodnoty (nikdy neodebírají)
  • Relativní - propagovány jsou jenom změny, stávající hodnoty jsou ponechány nedotčeny
  • Plná - vše je přísně vynuceno (jak změněné, tak stávající hodnoty).
SchemaHandlingStep.tooltip.associations=Popis, jak jsou zpracovány asociace nároků. SchemaHandlingStep.tooltip.attributes=Popis, jak jsou zpracovány jednotlivé atributy. Každá definice může obsahovat příchozí/odchozí mapování, omezení atributů, a podobně. SchemaHandlingStep.tooltip.credentials=Popis, jak zpracovat pověření, jako jsou například hesla. SchemaHandlingStep.tooltip.default=Pokud je zapnuto, potom je tato definice výchozí pro svůj druh. To znamená, že pokud není výslovně specifikován žádný záměr, potom bude použita tato definice. SchemaHandlingStep.tooltip.dependency=Závoslosti jsou typy objektů, které musí být zpracovány před tím, než jsou zpracovány tyto objektové typy. To znamená, že tento objektový typ na nich závisí. Nad typy objektů, na kterých tento objektový typ závisí, bude proveden provisioning před tímto objektovým typem. Závislosti se používají aby ustanovily pořadí operací provisioningu. -SchemaHandlingStep.tooltip.filterClause=TODO\: SchemaHandlingStep.tooltip.filterClause +SchemaHandlingStep.tooltip.filterClause=TODO\\: SchemaHandlingStep.tooltip.filterClause SchemaHandlingStep.tooltip.intent=Záměr specifikuje, co by měl systém s objektem dělat. Záměr rozřazuje objekty stejného druhu do několika kategorií. Objekty s rozlišnými záměry mohou být zpracovány systémem odlišně. SchemaHandlingStep.tooltip.iteration=Postupně hledá hodnoty pro jedinečné atributy jako jsou identifikátory. Identity Manager zkusí několikrát opakovaně najít unikátní hodnotu pro takové atributy. SchemaHandlingStep.tooltip.kind=Druh specifikuje, co je objekt zač - zda je to účet, nárok nebo něco jiného. SchemaHandlingStep.tooltip.objectClass=Třída objektu ze schématu, která bude použita k vytvoření instancí tohoto typu objektu. SchemaHandlingStep.tooltip.protected=Specifikace chráněných instancí tohoto typu objektu. Systém tyto chráněné instance vidí, ale nemůže je měnit. Jakýkoliv pokus o jejich úpravu selže. Tohoto se obvykle používá pro ochranu nouzových administrativních účtů, jako je "root", nebo "administrator". SchemaHandlingStep.duplicateObjectTypeWarning=Pro druh/záměr {0} existuje více definicí. -SchemaHandlingStep.in=do\: {0} +SchemaHandlingStep.in=do: {0} SchemaHandlingStep.out=z SchemaHandlingStep.dup=zdvojit {0} SchemaListPanel.attributes=Atributy @@ -2686,7 +2687,7 @@ SchemaStep.xml=XML SearchFilterPanel.button.update=Aktualizovat výraz SearchFilterPanel.label.description=Popis SearchFilterPanel.label.filterClause=Filtrovat dle výrazu -SearchFilterPanel.message.cantSerialize=Nepodařilo se rozebrat větu filtru. Prosím, zadejte správný výraz. Důvod\: {0} +SearchFilterPanel.message.cantSerialize=Nepodařilo se rozebrat větu filtru. Prosím, zadejte správný výraz. Důvod\\: {0} SearchFilterPanel.message.expressionSuccess=Věta filtru byla úspěšně aktualizována. searchForm.filetype.null=Typ souboru searchForm.reportType.null=Typ reportu @@ -2787,7 +2788,7 @@ SynchronizationStep.label.reaction=Reakce SynchronizationStep.label.reconcile=Rekonciliovat SynchronizationStep.label.syncObjectHeader=Synchronizační objekty SynchronizationStep.message.cantSave=Nepodařilo se uložit synchronizaci aplikace. -SynchronizationStep.message.errorLoadingObjectSyncList=Nepodařilo se načíst seznam synchronizačních objektů z aplikace. Chyba\: +SynchronizationStep.message.errorLoadingObjectSyncList=Nepodařilo se načíst seznam synchronizačních objektů z aplikace. Chyba\\: SynchronizationStep.message.errorLoadingObjectTemplates=Nepodařilo se načíst objekty šablon z repozitory. SynchronizationStep.message.unsupportedActionFormat=Používáte zastaralý atribut 'ref' pro definici reakce. Místo toho použijte element 'handlerUri'. Akce s atributem 'ref' v tomto průvodci nebudou zobrazeny. SynchronizationStep.reaction.tooltip.action=Výslovná akce. Toto nastavení udává, co systém provede jako reakci na synchronizační událost. @@ -2840,7 +2841,7 @@ SystemConfigPanel.title.notification=Notifikace SystemConfigPanel.title.passwordPolicy=Globální politika hesel SystemConfigPanel.title.securityPolicy=Globální bezpečnostní politika SystemConfigPanel.title.userTemplate=Výhozí šablona uživatele -SystemConfigPanel.tooltip.duration=Formát\: P[n][p], n-číslo, p-perioda (d - dny, m - měsíce, ...), příklad\: P3M - vyčištění každé 3 měsíce +SystemConfigPanel.tooltip.duration=Formát\\: P[n][p], n-číslo, p-perioda (d - dny, m - měsíce, ...), příklad\\: P3M - vyčištění každé 3 měsíce SystemInfoPanel.cpuUsage=Využití CPU SystemInfoPanel.heapMemory=Paměť typu heap (využitá/přidělená/max) SystemInfoPanel.nonHeapMemory=Paměť typu non-heap (využitá/přidělená/max) @@ -2867,7 +2868,7 @@ TaskListType.ACTIVATED=Aktivovaný TaskListType.ALL=Vše TaskListType.DEACTIVATED=Deaktivovaný TaskListType.EXECUTING=Spuštěný -TaskStatePanel.countersSource=Statistické informace a stav aplikace\: +TaskStatePanel.countersSource=Statistické informace a stav aplikace\\: TaskStatePanel.currentObjectProcessed=Zpracovávaný objekt TaskStatePanel.executionStatus=Stav běhu TaskStatePanel.executionTime=Čas běhu @@ -2882,7 +2883,7 @@ TaskStatePanel.message.lastObjectProcessed={0} TaskStatePanel.message.node= - v uzlu {0} TaskStatePanel.message.objectsProcessed={0} TaskStatePanel.message.objectsProcessedTime=(průměrný čas {1} ms, celkový čas zpracování {0} vteřin) -TaskStatePanel.message.objectsTotal={0} (průměr nástěnných hodin\: {1} ms) +TaskStatePanel.message.objectsTotal={0} (průměr nástěnných hodin\\: {1} ms) TaskStatePanel.message.timeInfoWithAgo={0} (před {1}) TaskStatePanel.message.timeInfoWithDuration={0} (za {1} ms) TaskStatePanel.message.timeInfoWithDurationAndAgo={0} (před {1} - za {2} ms) @@ -2900,11 +2901,11 @@ TaskStatePanel.statistics=Statistiky výkonu prostředí TaskStatePanel.subtaskName=Název TaskStatePanel.subtaskObjectsProcessed=Zpracovaných objektů TaskStatePanel.subtaskState=Stav -TaskStatePanel.updated=Změněno\: +TaskStatePanel.updated=Změněno\\: TaskStatePanel.workerThreads=Dílčí úlohy (pracovní vlákna) -tempMessagePanel.cause=Příčina\: -tempMessagePanel.context=Kontext\: -tempMessagePanel.count=Počet\: +tempMessagePanel.cause=Příčina\\: +tempMessagePanel.context=Kontext\\: +tempMessagePanel.count=Počet\\: tempMessagePanel.message.debug=Ladit tempMessagePanel.message.error=Chyba tempMessagePanel.message.expectedError=Očekávaná chyba @@ -2916,7 +2917,7 @@ tempMessagePanel.message.success=Úspěšný tempMessagePanel.message.undefined=Nedefinovaný tempMessagePanel.message.unknown=Neznámý tempMessagePanel.message.warn=Varování -tempMessagePanel.param=Parametr\: +tempMessagePanel.param=Parametr\\: tempMessagePanel.times=krát TextDetailsPanel.title=Podrobnosti asociace TextField.universal.placeholder=Vložit hodnotu @@ -2928,7 +2929,7 @@ Title.CurrentStatus=Poslední stavová zpráva Title.MappingsStatistics=Informace o vyhodnocení mapování Title.NotificationsStatistics=Notifikační informace Title.ProvisioningStatistics=Informace o provisioningu -Title.Source=Zdroj\: +Title.Source=Zdroj\\: TreeTablePanel.childOrg=Podřízené org. jednotky TreeTablePanel.collapseAll=Sbalit vše TreeTablePanel.deleteRoot=Smazat kořen @@ -2950,7 +2951,7 @@ TreeTablePanel.menu.enable=Povolit TreeTablePanel.menu.move=Přesunout TreeTablePanel.menu.recompute=Přepočítat TreeTablePanel.menu.removeFromHierarchy=Odebrat z org. jednotky -TreeTablePanel.message.warn.deleteTreeObjectConfirm=Varování\! {0} obsahuje členy. Opravdu chcete smazat tuto organizační jednotku? +TreeTablePanel.message.warn.deleteTreeObjectConfirm=Varování! {0} obsahuje členy. Opravdu chcete smazat tuto organizační jednotku? TreeTablePanel.message.deleteTreeObjectConfirm=Opravdu chcete smazat organizační jednotku "{0}"? TreeTablePanel.message.deleteObjectConfirm=Opravdu chcete odebrat {0} zvolených objektů? TreeTablePanel.message.deleteRootConfirm=Opravdu chcete odebrat {0} ({1})? @@ -3022,7 +3023,7 @@ web.security.provider.invalid=Chybné uživatelské jméno nebo heslo. web.security.provider.invalid.link=Neplatný odkaz web.security.provider.locked=Uživatel je uzamčen, zkuste to později. web.security.provider.password.bad=Uživatel nemá nastavené heslo. -web.security.provider.password.encoding=Systém nemohl přihlásit uživatele, důvod\: Nelze zašifrovat heslo. +web.security.provider.password.encoding=Systém nemohl přihlásit uživatele, důvod\\: Nelze zašifrovat heslo. web.security.provider.unavailable=Systém nyní nemůže zpracovat Váš požadavek. Prosíme, zkuste to znovu později. web.security.ldap.access.denied=Přístup odepřen. Nemáte právo k přístupu, kontaktujte prosím administrátory Správce identit. web.security.ldap.denied=Přístup odepřen. @@ -3031,15 +3032,15 @@ web.security.ldap.invalid=Chybné uživatelské jméno a/nebo heslo. web.security.ldap.invalid.link=Špatný odkaz web.security.ldap.locked=Uživatel je zamknut, prosím počkejte. web.security.ldap.password.bad=Uživatel nemá určené heslo. -web.security.ldap.password.encoding=Systém nemohl přihlásit uživatele, důvod\: Nelze zašifrovat heslo. +web.security.ldap.password.encoding=Systém nemohl přihlásit uživatele, důvod\\: Nelze zašifrovat heslo. web.security.ldap.unavailable=Systém nyní nemůže zpracovat Váš požadavek. Prosíme, zkuste to znovu později. -WfDeltasPanel.label.deltaIn=Vstup procesu\: Rozdílové změny ke schválení +WfDeltasPanel.label.deltaIn=Vstup procesu\\: Rozdílové změny ke schválení WfDeltasPanel.label.deltaOutListEmpty=(prázdný) -WfDeltasPanel.label.deltaOut=Výstup procesu\: výsledné rozdílové změny po schválení +WfDeltasPanel.label.deltaOut=Výstup procesu\\: výsledné rozdílové změny po schválení WfHistoryPanel.label.event=Událost WfHistoryPanel.label.timestamp=Čas -WizardHelpDialog.button.ok=Ok, hotovo\! -WizardHelpDialog.label=Získat nápovědu pro Průvodce připojením aplikace\! +WizardHelpDialog.button.ok=Ok, hotovo\\! +WizardHelpDialog.label=Získat nápovědu pro Průvodce připojením aplikace\\! Wizard.message.cancel=Úpravy aplikace byly zrušeny Wizard.correctErrorsFirst=Před uložením prosím opravte chyby. Wizard.Issues=Problémy @@ -3063,16 +3064,16 @@ PageAdmin.menu.profile=Profil PageAdmin.menu.assignments=Přiřazení PageAdmin.menu.credentials=Změna hesla PageAdmin.menu.request=Požádat o roli -PageTemplate.version=Verze\: -PageTemplate.copy=Copyright © 2010-2017 Evolveum® a partneři.  +PageTemplate.version=Verze\\: +PageTemplate.copy=Copyright © 2010-2017 Evolveum® a partneři.  PageTemplate.toggleNavigation=Přepnout navigaci PageTemplate.user=uživatel -PageTemplate.couldntNavigateBreadcrumb=Nelze procházet navigaci, důvod\: {0} +PageTemplate.couldntNavigateBreadcrumb=Nelze procházet navigaci, důvod\\: {0} SystemInfoPanel.starttime=Čas spuštění -SystemInfoPanel.uptime=Doba běhu\: +SystemInfoPanel.uptime=Doba běhu: CountToolbar.label.unknownCount=Zobrazuji {0,number,integer} až {1,number,integer}, neznámý počet vyhovujících záznamů. TableConfigurationPanel.pageSize=Velikost stránky -TableConfigurationPanel.tableColumns=Tabulka columnsCountToolbar.label.unknownCount\=Zobrazuji {0,number,integer} až {1,number,integer}, uneznámý počet odpovídajících výsledků. +TableConfigurationPanel.tableColumns=Tabulka columnsCountToolbar.label.unknownCount\\=Zobrazuji {0,number,integer} až {1,number,integer}, uneznámý počet odpovídajících výsledků. MyRequestsPanel.started = Spuštěno MyRequestsPanel.rejected = Odmítnuto MyRequestsPanel.approved = Schváleno @@ -3102,19 +3103,20 @@ PageSelfCredentials.specifyOldPasswordMessage=Zadejte staré heslo ChangePasswordPanel.accountsTable.header=Propagace hesla ChangePasswordPanel.name=Název ChangePasswordPanel.resourceName=Aplikace -ChangePasswordPanel.enabled=Povoleno +ChangePasswordPanel.enabled=Účet je povolen ChangePasswordPanel.legendMessage.selected= - Heslo bude změněno ChangePasswordPanel.legendMessage.propagated= - Heslo může být změněno (v závislosti na definici aplikace) ChangePasswordPanel.legendMessage.deselected= - Heslo nebude změněno -ChangePasswordPanel.helpInfo=

Tato část dialogu pověření řídí způsob, jakým bude změna hesla propagována do každé jednotlivé aplikace. První řádka definuje, zda bude heslo změněno v samotném systému. Další řádky představují každou aplikaci, pro kterou bude heslo změněno. Propagování hesla se řídí těmito ikonkami\:

\n
  • Heslo bude změněno. Heslo pro tuto aplikaci bude změněno na hodnotu uvedenou v políčku pro heslo.
  • \n
  • Automatická propagace hesla. Heslo může být změněno. Zda heslo změněno bude či nikoli, závisí na politice nastavené správcem identit. Toto obvykle značí, že heslo bude změněno, pokud to dané situaci a nastavení dává smysl.
  • \n
  • Heslo v této aplikaci změněno nebude.
\n

Můžete změnit nastavení propagace hesla kliknutím na danou ikonku. Tímto způsobem můžete nastavovat, jak přesně se má heslo do každé aplikace propagovat.

+ChangePasswordPanel.legendMessage.no.password.capability= - Řízení hesla není tímto systémem podporováno +ChangePasswordPanel.helpInfo=

Tato část dialogu pověření řídí způsob, jakým bude změna hesla propagována do každé jednotlivé aplikace. První řádka definuje, zda bude heslo změněno v samotném systému. Další řádky představují každou aplikaci, pro kterou bude heslo změněno. Propagování hesla se řídí těmito ikonkami:

  • Heslo bude změněno. Heslo pro tuto aplikaci bude změněno na hodnotu uvedenou v políčku pro heslo.
  • Automatická propagace hesla. Heslo může být změněno. Zda heslo změněno bude či nikoli, závisí na politice nastavené správcem identit. Toto obvykle značí, že heslo bude změněno, pokud to dané situaci a nastavení dává smysl. Toto je rozumná výchozí volba.
  • Heslo v této aplikaci změněno nebude.
  • Řízení hesla není podporováno tímto systémem. Ve výsledku heslo v této aplikaci změněno nebude.

Můžete změnit nastavení propagace hesla kliknutím na danou ikonku. Tímto způsobem můžete nastavovat, jak přesně se má heslo do každé aplikace propagovat.

ChangePasswordPanel.helpPopupTitle=Nápověda pro propagaci hesla PageBase.button.tooltip.clearSearch=Vyčistit mainForm.uploadTooLarge = Nahrávaný soubor musí být menší než ${maxSize}. -mainForm.uploadFailed = Chyba při nahrávání souboru\: ${exception.localizedMessage}PageSelfCredentials.couldntResolve\=Nepodařilo se kontaktovat aplikaci. +mainForm.uploadFailed = Chyba při nahrávání souboru: ${exception.localizedMessage}PageSelfCredentials.couldntResolve\\=Nepodařilo se kontaktovat aplikaci. PageSelfCredentials.couldntResolve=Nepodařilo se kontaktovat aplikaci. -roleMemberPanel.type=Typ\: -roleMemberPanel.tenant=Partaj\: -roleMemberPanel.project=Org. jednotka/Projekt\: +roleMemberPanel.type=Typ: +roleMemberPanel.tenant=Partaj: +roleMemberPanel.project=Org. jednotka/Projekt: roleMemberPanel.indirectMembers=Včetně nepřímých členů roleMemberPanel.allRelations=Zobrazit všechny vazby roleMemberPanel.menu.createOwner=Vytvořit vlastníka @@ -3175,11 +3177,11 @@ PageResource.tab.content.others=Nezařazené do kategorií PageResource.tab.content.tasks=Nadefinované úlohy ResourceContentTabPanel.searchType.repository=Repozitář ResourceContentTabPanel.searchType.resource=Aplikace -ResourceContentTabPanel.searchType=Hledat v\: -PagePreviewChanges.primaryChangesOne=Primární změny\: {0} objekt -PagePreviewChanges.primaryChangesMore=Primární změny\: {0} objekty -PagePreviewChanges.secondaryChangesOne=Návazné změny\: {0} objekt -PagePreviewChanges.secondaryChangesMore=Návazné změny\: {0} objekty +ResourceContentTabPanel.searchType=Hledat v: +PagePreviewChanges.primaryChangesOne=Primární změny: {0} objekt +PagePreviewChanges.primaryChangesMore=Primární změny: {0} objekty +PagePreviewChanges.secondaryChangesOne=Návazné změny: {0} objekt +PagePreviewChanges.secondaryChangesMore=Návazné změny: {0} objekty PagePreviewChanges.button.continueEditing=Pokračovat v editaci PagePreviewChanges.button.save=Uložit ScenePanel.object={0} objekt @@ -3192,24 +3194,24 @@ SceneItemLinePanel.removedValue=Odebraná hodnota SceneItemLinePanel.addedValue=Přidaná hodnota SceneItemLinePanel.unchangedValue=Nezměněná hodnota operation.com.evolveum.midpoint.web.page.admin.resources.ResourceContentTabPanel.changeOwner=Změnit vlastníka (GUI) -TaskSummaryPanel.progressWithTotalKnown=Zpracování\: {0} z {1} -TaskSummaryPanel.progressWithTotalUnknown=Zpracování\: {0} +TaskSummaryPanel.progressWithTotalKnown=Zpracování: {0} z {1} +TaskSummaryPanel.progressWithTotalUnknown=Zpracování: {0} TaskSummaryPanel.progressIfSuspended=(pozastaveno) TaskSummaryPanel.progressIfWaiting=(čekající) TaskSummaryPanel.progressIfClosed=(ukončené) TaskSummaryPanel.progressIfStalled=(nečinné od {0}) -TaskSummaryPanel.lastProcessed=Poslední zpracovaný objekt\: {0} +TaskSummaryPanel.lastProcessed=Poslední zpracovaný objekt: {0} ResourceContentResourcePanel.showExisting=Zobrazit existující ResourceContentResourcePanel.newTask=Vytvořit nový SearchPanel.advanced=Rozšířené SearchPanel.basic=Základní SearchPanel.search=Hledat SearchPanel.debug=Ladění -ResourceContentResourcePanel.realSearch=(ve skutečnosti) Hledáno kým/čím\: -typedAssignablePanel.selectedOrgs=Organizace\: -typedAssignablePanel.selectedResources=Aplikace\: -typedAssignablePanel.selectedRoles=Role\: -typedAssignablePanel.selectedServices=Služby\: +ResourceContentResourcePanel.realSearch=(ve skutečnosti) Hledáno kým/čím: +typedAssignablePanel.selectedOrgs=Organizace: +typedAssignablePanel.selectedResources=Aplikace: +typedAssignablePanel.selectedRoles=Role: +typedAssignablePanel.selectedServices=Služby: SearchPanel.insertFilterXml=Vložit XML filtr (SearchFilterType) autoRefreshPanel.refreshNow=Obnovit autoRefreshPanel.resumeRefreshing=Spustit obnovování @@ -3222,16 +3224,16 @@ PageAdmin.menu.top.services.new=Nová služba PageAdmin.menu.top.services.edit=Upravit službu taskShowAdvancedFeaturesPanel.label=Zobrazit rozšířené vlastnosti taskWfParentPanel.changesNotRequiringApproval=Změny, které nevyžadují schválení -taskOtherChangesPanel.label.state=Stav\: +taskOtherChangesPanel.label.state=Stav\\: taskOtherChangesPanel.state.FINAL=Změny byly provedeny (úspěšně či neúspěšně) taskOtherChangesPanel.state.PRIMARY=Změny čekají na provedení taskOtherChangesPanel.state.SECONDARY=Změny čekají na provedení taskWfChildPanel.showParent=Zobrazit žádost v kontextu celé operace -TaskSummaryPanel.requestedBy=Žadatel\: {0} -TaskSummaryPanel.requestedByWithFullName=Žadatel\: {0} ({1}) -TaskSummaryPanel.requestedOn=Požádáno dne\: {0} +TaskSummaryPanel.requestedBy=Žadatel: {0} +TaskSummaryPanel.requestedByWithFullName=Žadatel: {0} ({1}) +TaskSummaryPanel.requestedOn=Požádáno dne: {0} TaskSummaryPanel.requestedByAndOn=Požádáno uživatelem {0} dne {1} -TaskSummaryPanel.stage=Fáze\: {0} +TaskSummaryPanel.stage=Fáze: {0} TaskSummaryPanel.rejected=Odmítnuto TaskSummaryPanel.approved=Schváleno operation.com.evolveum.midpoint.web.page.admin.resources.PageResource.refreshSchema=Aktualizovat schéma (GUI) @@ -3293,41 +3295,41 @@ DefinitionStagesPanel.confirmDelete=Potvrdit smazání DefinitionStagesPanel.confirmDeleteText=Opravdu chcete smazat fázi '{0}'? PageCertDefinition.outcomeStrategyHelpLabel=Viz také PageCertDefinition.outcomeStrategyHelpLink=tento dokument -PageCertDefinition.outcomeStrategyHelp=Jak je určen celkový výstup pro daný případ, v závislosti na výstupech jednotlivých fází? Poznámka\: položka "Zastavit ověření na/v\:" ukazuje výstupy, které zabraňují danému případu, aby postoupil do další fáze. Obvykle není třeba výchozí hodnotu měnit. Pokud to je nezbytné, je to možné udělat přes XML konfiguraci. +PageCertDefinition.outcomeStrategyHelp=Jak je určen celkový výstup pro daný případ, v závislosti na výstupech jednotlivých fází? Poznámka: položka "Zastavit ověření na/v:" ukazuje výstupy, které zabraňují danému případu, aby postoupil do další fáze. Obvykle není třeba výchozí hodnotu měnit. Pokud to je nezbytné, je to možné udělat přes XML konfiguraci. PageCertDefinition.campaignLastStartedHelp=Kdy byla naposledy spuštěna kampaň vytvořená z této definice? -PageCertDefinition.campaignLastClosedHelp=Kdy byla naposledy ukončena kampaň vytvořená z této definice? Bez ohledu na to, zda skončila průchodem všemi fázemi, nebo byla ukončena v průběhu. Poznámka\: Kampaně, které byly smazány bez toho, že by byly předem ukončeny, v tomto seznamu zobrazeny nejsou +PageCertDefinition.campaignLastClosedHelp=Kdy byla naposledy ukončena kampaň vytvořená z této definice? Bez ohledu na to, zda skončila průchodem všemi fázemi, nebo byla ukončena v průběhu. Poznámka: Kampaně, které byly smazány bez toho, že by byly předem ukončeny, v tomto seznamu zobrazeny nejsou PageCertDefinition.scopeObjectTypeHelp=Určuje, jaké objekty budou zváženy pro zahrnutí do rozsahu této kampaně. Níže jsou vybrány rysy těchto objektů (jako zda certifikovat jejich přiřazení, jejich dědění nebo oboje) PageCertDefinition.scopeSearchFilterHelp=Pokud je pro certifikaci zvažována jen podmnožina objektů daného typu, můžete zde specifikovat odpovídající filtr. Například můžete specifikovat, že pouze uživatelé z určité organizace by měli být certifikováni. Nebo, že by měli být zvažováni pouze zaměstnanci s definovaným typem zaměstnance. PageCertDefinition.scopeAssignmentsInducementsHelp=Vybrat, které rysy (přiřazení, dědění nebo oboje) objektů popsaných výše jsou certifikovány. PageCertDefinition.scopeIncludeTargetTypesHelp=Když jsou certifikovány přiřazení nebo dědění, můžete určit jaké cílové typy jsou použity. Například, můžete určit, že chcete certifikovat pouze přiřazení rolí (uživatelům). -PageCertDefinition.scopeIncludeByStatusHelp=Zda se mají certifikovat pouze přiřazení či dědění, která mají administrativní status nastaven na Povoleno (či nijak nenastaven). Poznámka\: důležitý je zde administrativní status přiřazení, ne administrativní status přiřazeného objektu. -StageDefinitionPanel.stageDurationHelp=Trvání této fáze, použité k určení konce fáze. Čas konce fáze je počítán jako okamžik otevření fáze plus doba trvání, zaokroUhleno na čas 23\:59\:59 posledního dne.
Trvání se specifikuje v ISO 8601 formátu, například\: P14D \= 14 dní, P3W \= 3 týdny, P2M \= 2 měsíce, a podobně. +PageCertDefinition.scopeIncludeByStatusHelp=Zda se mají certifikovat pouze přiřazení či dědění, která mají administrativní status nastaven na Povoleno (či nijak nenastaven). Poznámka: důležitý je zde administrativní status přiřazení, ne administrativní status přiřazeného objektu. +StageDefinitionPanel.stageDurationHelp=Trvání této fáze, použité k určení konce fáze. Čas konce fáze je počítán jako okamžik otevření fáze plus doba trvání, zaokroUhleno na čas 23:59:59 posledního dne.
Trvání se specifikuje v ISO 8601 formátu, například: P14D = 14 dní, P3W = 3 týdny, P2M = 2 měsíce, a podobně. StageDefinitionPanel.notifyBeforeDeadlineHelp=Jak dlouho před koncem fáze se mají posílat upozornění (ověřitelům a vlastníkovi kampaně). Lze zadatr více hodnot, oddělených čárkou.Trvání je zadáváno ve formátu ISO 8601, například PT12H pro 12 hodin, P2D pro 2 dny, P1W pro jeden týden a podobně.
Například, PT48H, PT12H znamená, že první upozornění se pošle 48 hodin před koncem fáze, následovaná druhým upozorněním 12 před koncem fáze. -StageDefinitionPanel.notifyWhenNoDecisionHelp=Pokud je zaškrtnuto, je upozornění o blížícím se konci fáze zasláno ověřiteli, a to jen tehdy, pokud nějaké případy čekají na jeho/její rozhodnutí.
Pokud není zaškrtnuto, ověřitelé dostanou upozornění vždy - bez ohledu na to, zda provedli rozhodnutí, nebo ne. (Poznámka\: vlastník kampaně dostane upozornění na blížící se konec fáze vždy, bez ohledu na toto nastavení) +StageDefinitionPanel.notifyWhenNoDecisionHelp=Pokud je zaškrtnuto, je upozornění o blížícím se konci fáze zasláno ověřiteli, a to jen tehdy, pokud nějaké případy čekají na jeho/její rozhodnutí.
Pokud není zaškrtnuto, ověřitelé dostanou upozornění vždy - bez ohledu na to, zda provedli rozhodnutí, nebo ne. (Poznámka: vlastník kampaně dostane upozornění na blížící se konec fáze vždy, bez ohledu na toto nastavení) StageDefinitionPanel.reviewerSpecificationTargetHelp=Výběr ověřitelů na základě přiřazení/dědění vlastníka/schvalovatele cíle. Například lze určit, že vlastník role certifikuje všechna přiřazení "své" role (komukoli). StageDefinitionPanel.reviewerSpecificationObjectHelp=Výběr ověřitelů na základě objektu, ke kterému je něco přiřazeno (či toto něco zdědil). Například lze určit, že vlastník role certifikuje všechna dědění "své" role. StageDefinitionPanel.reviewerUseObjectManagerHelp=Výběr ověřitelů na základě manažerů objektu (typicky uživatele), kteří mají něco přiřazeno či zděděno. Například lze určit, že manažer se používá k certifikaci všech přiřazení pro uživatele ve "své" organizaci. -StageDefinitionPanel.reviewerUseObjectManagerOrgTypeHelp=Vlivy určují manažera uživatele\:
Nejprve jsou vzati v potaz všichni manažeři všech organizací, do kterých uživatel patří. Uživatel sám je vyloučen, pokud v takové organizaci je manažerem (a pokud není zvolena volba "Povolit manažerům schvalovat svá vlastní přiřazení").
Pokud je hodnota v tomto poli vyplněna, je použita pro výběr organizací s daným typem - například "funkční" (pokud například v modelu existují "funkční" a "projektové" organizace).
Pokud v tomto není uvedena žádná hodnota, jsou vzaty v potaz všechny organizace.
\nPokud není nalezen žádný vhodný manažer, pokračuje se v nadřazené organizaci (stejného typu, je-li uveden). +StageDefinitionPanel.reviewerUseObjectManagerOrgTypeHelp=Vlivy určují manažera uživatele:
Nejprve jsou vzati v potaz všichni manažeři všech organizací, do kterých uživatel patří. Uživatel sám je vyloučen, pokud v takové organizaci je manažerem (a pokud není zvolena volba "Povolit manažerům schvalovat svá vlastní přiřazení").
Pokud je hodnota v tomto poli vyplněna, je použita pro výběr organizací s daným typem - například "funkční" (pokud například v modelu existují "funkční" a "projektové" organizace).
Pokud v tomto není uvedena žádná hodnota, jsou vzaty v potaz všechny organizace.
\nPokud není nalezen žádný vhodný manažer, pokračuje se v nadřazené organizaci (stejného typu, je-li uveden). StageDefinitionPanel.reviewerUseObjectManagerAllowSelfHelp=Pokud je uživatel manažer v organizaci, může být vybrán jako ověřitel svých vlastních přiřazení? \nVe výchozím nastavení není zvoleno, což znamená, že je hledán manažer na vyšší pozici (viz popis odpovídajícího pole). StageDefinitionPanel.defaultReviewerRefHelp=Tento ověřitel (ověřitelé) bude použit, pokud podmínce uvedené výše nebude odpovídat žádný ověřitel. StageDefinitionPanel.additionalReviewerRefHelp=Tento ověřitel (ověřitelé) bude použit navíc k ověřitelům. kteří byli vybráni na základě ostatních podmínek. StageDefinitionPanel.outcomeStrategyHelp=Pokud je vybrán více jak jeden ověřitel, jak mají být kombinovány jejich odpovědi do výsledků této fáze?
\nNapříklad, je dostatečné, pokud jeden z nich akceptuje certifikační případ, nebo je třeba, aby akceptovali všichni? Toto pole vybírá odpovídající strategii. -StageDefinitionPanel.outcomeIfNoReviewersHelp=Jaký má být výsledek, pokud nejsou přiřazeni žádní ověřitelé? Toto může nastat například tehdy, pokud je ověřitel definován jako vlastník cílové role, ale daná role nemá žádného vlastníka.
\nPoznámka\: toto pravidlo nezastupuje případy, kdy ověřitelé přiřazeni sice jsou, ale žádný z nich neodpoví. +StageDefinitionPanel.outcomeIfNoReviewersHelp=Jaký má být výsledek, pokud nejsou přiřazeni žádní ověřitelé? Toto může nastat například tehdy, pokud je ověřitel definován jako vlastník cílové role, ale daná role nemá žádného vlastníka.
\nPoznámka: toto pravidlo nezastupuje případy, kdy ověřitelé přiřazeni sice jsou, ale žádný z nich neodpoví. StageDefinitionPanel.stopReviewOnHelp=Jaký vystup zabrání danému případu, aby postoupil do další fáze certifikace?
Typicky není třeba výchozí hodnotu měnit. Pokud to však je žádoucí, je možné ji změnit přes XML konfiguraci. StageDefinitionPanel.configurationHelpLabel=Pro více informací o konfiguraci certifikační kampaně viz též StageDefinitionPanel.configurationHelpLink=tento dokument NameStep.configurationWillBeLost=Vybrané schéma konfigurace konektoru je odlišné od současného. Vlastnosti původní konfigurace budou ztraceny. resultsHandlerConfiguration=Manipulátory výsledků enableFilteredResultsHandler=Povolit přídavné filtrování výsledků -enableFilteredResultsHandlerHelp=Tento manipulátor filtruje výsledky obdržené od aplikace konektorem, na úrovni frameworku konektoru. Toho se využívá implementacemi konektoru, které samy neposkytují kompletní filtrování. Povolení tohoto manipulátoru má některé nevýhody, například v oblasti stránkování. Měl by proto být použit pouze v nezbytných případech. V případě pochyb je doporučeno používat filtrování ve validačním režimu. Výchozí nastavení pro současnou verzi ConnId\: povoleno. +enableFilteredResultsHandlerHelp=Tento manipulátor filtruje výsledky obdržené od aplikace konektorem, na úrovni frameworku konektoru. Toho se využívá implementacemi konektoru, které samy neposkytují kompletní filtrování. Povolení tohoto manipulátoru má některé nevýhody, například v oblasti stránkování. Měl by proto být použit pouze v nezbytných případech. V případě pochyb je doporučeno používat filtrování ve validačním režimu. Výchozí nastavení pro současnou verzi ConnId: povoleno. filteredResultsHandlerInValidationMode=Vykonávat filtrování pouze ve validačním režimu -filteredResultsHandlerInValidationModeHelp=Přepíná filtrování výsledků do validačního režimu\: všechna data konektoru jsou ověřována frameworkem konektoru pro zajištění, že byla správně filtrována. V případě nesprávného filtrování je vygenerována výjimka. Tento mód je používán konektory, od kterých se očekává kompletní pokrytí oblasti filtrování, a proto je třeba zverifikovat jejich funkčnost v této oblasti. Výchozí hodnota pro aktuální verzi Connd\: zakázáno. +filteredResultsHandlerInValidationModeHelp=Přepíná filtrování výsledků do validačního režimu: všechna data konektoru jsou ověřována frameworkem konektoru pro zajištění, že byla správně filtrována. V případě nesprávného filtrování je vygenerována výjimka. Tento mód je používán konektory, od kterých se očekává kompletní pokrytí oblasti filtrování, a proto je třeba zverifikovat jejich funkčnost v této oblasti. Výchozí hodnota pro aktuální verzi Connd: zakázáno. enableCaseInsensitiveFilter=Ignorovat ve filtrování rozdíl mezi velkým a malým písmenem -enableCaseInsensitiveFilterHelp=Tato volba zapne ignorování velikosti písmen ve filtrování, pro všechny atributy z aplikace. Používá se pro aplikace, které nerozlišují mezi velikostí písmen. Výchozí hodnota pro aktuální verzi ConnId\: zakázáno. +enableCaseInsensitiveFilterHelp=Tato volba zapne ignorování velikosti písmen ve filtrování, pro všechny atributy z aplikace. Používá se pro aplikace, které nerozlišují mezi velikostí písmen. Výchozí hodnota pro aktuální verzi ConnId: zakázáno. enableNormalizingResultsHandler=Povolit, aby manipulátor normalizoval vrácená data -enableNormalizingResultsHandlerHelp=Tento manipulátor normalizuje každý atribut předávaný z aplikace do systému. Obvyklé doporučení je tuto volbu vypnout. Výchozí hodnota pro aktuální verzi ConnId\: povoleno. +enableNormalizingResultsHandlerHelp=Tento manipulátor normalizuje každý atribut předávaný z aplikace do systému. Obvyklé doporučení je tuto volbu vypnout. Výchozí hodnota pro aktuální verzi ConnId: povoleno. enableAttributesToGetSearchResultsHandler=Povolit manipulátor výsledků 'získání atributů - attributes to get' -enableAttributesToGetSearchResultsHandlerHelp=Tento manipulátor se používá na implementaci volby 'získání atributů - attributes to get'. Je doporučeno ponechat výchozí hodnotu ('povoleno'). Výchozí hodnota pro aktuální verzi ConnId\: povoleno. +enableAttributesToGetSearchResultsHandlerHelp=Tento manipulátor se používá na implementaci volby 'získání atributů - attributes to get'. Je doporučeno ponechat výchozí hodnotu ('povoleno'). Výchozí hodnota pro aktuální verzi ConnId: povoleno. PageResourceWizard.autoSaveWarning=Konfigurace aplikace je automaticky uložena při každém přechodu mezi kroky průvodce. PageResourceWizard.readOnlyNote=Aplikace je v režimu jen ke čtení. PageResourceWizard.readOnlySwitch=Klikněte zde pro povolení režimu úprav. @@ -3354,12 +3356,12 @@ TreeTablePanel.menu.deleteMember.confirm=Všichni vybraní členové (uživatel TreeTablePanel.menu.deleteAllMembers.confirm=Všichni vzoroví členi (uživatelé, organizace, služby, role) budou nevratně smazáni ze systému. Opravdu chcete provést tuto akci? PageTasksCertScheduling.title=Plánování certifikace PageResourceVisualization.title=Vizualizace mapování pro {0} -PageResourceVisualization.dotMessage=Vykreslování DOT grafu nemohlo být dokončeno. Prosím zkontrolujte chybovou hlášku níže a ujistěte se, že\: +PageResourceVisualization.dotMessage=Vykreslování DOT grafu nemohlo být dokončeno. Prosím zkontrolujte chybovou hlášku níže a ujistěte se, že: PageResourceVisualization.dot1=Vykreslovací software DOR je nainstalován na serveru. Doporučený SW je Graphviz. PageResourceVisualization.dot2=Cesta k spustitelnému souboru pro DOT vykreslování je správně nastavena v xonfig.xml souboru. PageResourceVisualization.moreInformation=Více informací je k dispozici na PageResourceVisualization.moreInformationLink=tento článek -PageResourceVisualization.errorMessage=Chybová hláška\: +PageResourceVisualization.errorMessage=Chybová hláška: PageResourceVisualization.seeOnline=Můžete též vyzkoušet online DOT vykreslovač, například PageResourceVisualization.seeOnlineLink=webgraphviz.com PageResourceVisualization.copyInstruction=Jednoduše do něj překopírujte DOT kód. @@ -3458,7 +3460,7 @@ PageEvaluateMapping.message.emptyString=Prosím zadejte mapování k provedení. PageEvaluateMapping.result=Výsledek PageEvaluateMapping.mapping=Mapování PageEvaluateMapping.request=Požadavek -PageEvaluateMapping.chooseSample=Nebo použije příklady\: +PageEvaluateMapping.chooseSample=Nebo použije příklady: PageEvaluateMapping.sample.FullName_NoDelta=Mapování plného jména (bez změny) PageEvaluateMapping.sample.FullName_Delta=Mapování plného jména (změna v atributu givenName) PageEvaluateMapping.sample.FullName_Delta_Ref=Mapování plného jména (změna v atributu givenName); zdroj z repozitáře @@ -3477,15 +3479,15 @@ PageAssignmentConflicts.back=Zpět PageAssignmentConflicts.submit=Odeslat AssignmentCatalogPanel.selectTargetUser=Vybrat cílového uživatele AssignmentCatalogPanel.selectAssignmentsUserOwner=Vybrat vlastníka přiřazení uživatele -AssignmentCatalogPanel.requestForMe=Cílový uživatel\: já -AssignmentCatalogPanel.requestFor=Cílový uživatel\: +AssignmentCatalogPanel.requestForMe=Cílový uživatel: já +AssignmentCatalogPanel.requestFor=Cílový uživatel: AssignmentCatalogPanel.requestForMultiple=vybráno {0} uživatelů AssignmentCatalogPanel.assignmentsOwner=Přiřazení identity {0} MultiButtonPanel.plusIconTitle=Přidat položku do nákupního košíku MultiButtonPanel.assignmentDetailsPopupTitle=Podrobnosti přiřazení MultiButtonPanel.detailsLink=Vlastnosti MultiButtonPanel.addToCartLink=Přidat do košíku -MultiButtonPanel.alreadyAssignedIconTitle=Přiřazeno jako\: +MultiButtonPanel.alreadyAssignedIconTitle=Přiřazeno jako: PageAssignmentDetails.title=Podrobnosti přiřazení PageAssignmentDetails.backButton=Zpět PageAssignmentDetails.addToCartButton=Přidat do košíku @@ -3569,8 +3571,8 @@ MergeType.EMPTY=prázdné PageMergeObjects.warningMessage=Měly by být uvedeny Oid dvou objektů PageSelfRegistration.register=Registrovat PageSelfRegistration.registration.success=Registrace byla úspěšná -PageSelfRegistration.registration.error=Registrace selhala, důvod\: {0} -PageSelfRegistration.registration.confirm.message=Skvělé\!\n\n\nRegistrace byla úspěšně dokončena. Pro aktivaci účtu prosím zkontrolujte email a potvrďte registraci. +PageSelfRegistration.registration.error=Registrace selhala, důvod: {0} +PageSelfRegistration.registration.confirm.message=Skvělé!\n\n\nRegistrace byla úspěšně dokončena. Pro aktivaci účtu prosím zkontrolujte email a potvrďte registraci. PageRegistrationConfirmation.confirmation.error=Naneštěstí, potvrzení registrace selhalo. Bude pravděpodobně třeba kontaktovat Vašeho správce systému. PageRegistrationConfirmation.continueToLogin=Pokračovat na přihlašovací obrazovku PageRegistrationConfirmation.confirmation.successful=Potvrzení bylo úspěšné @@ -3596,9 +3598,9 @@ PageSelfRegistration.password.policy= PageResetPassword.reset.successful=Nové heslo bylo úspěšně nastaveno. Pokračujte přihlášením. PageForgotPassword.form.submited.message=Na poskytnutý email byl odeslán potvrzující odkaz na webovou adresu. Pro reset je třeba kliknout na tento odkaz a následovat pokyny. pageForgetPassword.message.policy.not.found=Reset hesla není povolen -PageAbstractSelfCredentials.save.password.failed=Nepovedlo se změnit heslo, důvod\: {0} +PageAbstractSelfCredentials.save.password.failed=Nepovedlo se změnit heslo, důvod: {0} PageResetPassword.title=Reset hesla -PageResetPasswordConfirmation=Potvrzení resetu hesla +PageResetPasswordConfirmation.title=Vynulovat znovunastavení hesla PageResetPasswordConfirmation.confirmation.error=Reset hesla není povolen. Je třeba se obrátit na administrátora tohoto systému (IDM). PageResetPasswordConfirmation.authnetication.failed=Nesprávné uživatelské jméno nebo heslo. ItemPathSegmentPanel.itemToSearch=Hledání pro {0} @@ -3609,6 +3611,7 @@ DecisionDto.rejectedDueToTimeout=(zamítnuto automaticky po uplynutí lhůty) DecisionDto.AUTO_APPROVAL_CONDITION=(podmínečné samoschválení) DecisionDto.AUTO_COMPLETION_CONDITION=(podmínka pro automatické dokončení) DecisionDto.NO_ASSIGNEES_FOUND=(nenalezeni žádní schvalovatelé) +wf.comment=Poznámka wf.object=Objekt wf.target=Cíl wf.originalAssignee=Původní příjemce @@ -3622,12 +3625,23 @@ wf.escalationLevelName=Název eskalační úrovně wf.escalationLevelDisplayName=Zobrazovaný název úrovně eskalace wf.workItemId=Identifikátor pracovní položky workflow wf.processInstanceId=Identifikátor procesu +wf.requesterComment=Poznámka žadatele +wf.causeType=Typ případu +wf.causeName=Název případu +wf.causeDisplayName=Zobrazovaný název případu PageAccountActivation.account.activation.successful=Aktivace účtů byla úspěšná PageAccountActivation.account.activation.failed=Nepodařilo se aktivovat účty. Bude třeba kontaktovat Vašeho správce systému. -PageAccountActivation.activated.shadows=Aktivované stínové účty\: +PageAccountActivation.activated.shadows=Aktivované stínové účty: PageAccountActivation.button.activate=Aktivovat PageAccountActivation.activate.accounts.label=Aktivace účtu pro uživatele '{0}'. PageAccountActivation.provide.password=Pro aktivaci účtů zadejte prosím heslo. PageAccountActivation.title=Aktivace účtu PageAccountActivation.nothing.to.activate=Při aktivaci účtu se objevila neočekávaná chyba. Aktivace se nepovedla.. Bude třeba kontaktovat Vašeho správce systému. PageAccountActivation.authentication.failed=Autentizace selhala +operation.com.evolveum.midpoint.web.page.admin.reports.PageCreatedReports.deleteReportOutput=Smazat report (GUI) +operation.com.evolveum.midpoint.report.impl.ReportManagerImpl.deleteReportOutput=Smazat report (Report) +operation.com.evolveum.midpoint.web.page.admin.reports.PageCreatedReports.downloadReport=Stáhnout report (GUI) +operation..com.evolveum.midpoint.report.impl.ReportManagerImpl.getReportOutputData=Získat report (Report) +PageWorkItem.couldNotGetWorkItem=Systém nemohl nalézt pracovní položku. Možná byla smazána, nebo je již dokončena. +CsvDownloadButtonPanel.export=Exportovat do CSV +AssignmentEditorDto.policyRuleTitle=Pravidlo politiky diff --git a/gui/admin-gui/src/main/resources/localization/Midpoint_de.properties b/gui/admin-gui/src/main/resources/localization/Midpoint_de.properties index 2248e634438..b1e5ec65bc3 100644 --- a/gui/admin-gui/src/main/resources/localization/Midpoint_de.properties +++ b/gui/admin-gui/src/main/resources/localization/Midpoint_de.properties @@ -53,7 +53,7 @@ AssignmentEditorPanel.orgRef=Organisationseinheit/Projekt AssignmentEditorPanel.relation.notSpecified="Nicht festgelegt" AssignmentEditorPanel.relation=Beziehung AssignmentEditorPanel.resource=Ressource -AssignmentEditorPanel.showEmpty=Zeige leere Felder +AssignmentEditorPanel.showEmpty=Leere Felder anzeigen AssignmentEditorPanel.showMore=Mehr Anzeigen AssignmentEditorPanel.targetError=Ziel der Zuweisung konnte nicht gefunden werden. Zielobjekt ist veraltet oder existiert nicht. AssignmentEditorPanel.target=Ziel @@ -85,36 +85,36 @@ DelegationEditorPanel.delegateCertificationWorkItems=Delegate review of certific DelegationEditorPanel.allPrivilegesLabel=Delegate all/selected assignment privileges DelegationEditorPanel.noPrivilegesLabel=No privileges DelegationEditorPanel.delegateManagementWorkItems=Delegate completion of case management work items -AssignmentPreviewDialog.button.cancel=Abbruch +AssignmentPreviewDialog.button.cancel=Abbrechen AssignmentPreviewDialog.column.description=Beschreibung AssignmentPreviewDialog.column.intent=Bedeutung AssignmentPreviewDialog.column.kind=Art AssignmentPreviewDialog.column.name=Name AssignmentPreviewDialog.column.orgRef=Org AssignmentPreviewDialog.column.tenant=Besitzer -AssignmentPreviewDialog.label=Zeige direkte und indirekte Zuweisungen +AssignmentPreviewDialog.label=Direkte und indirekte Zuweisungen anzeigen AssignmentPreviewDialog.delegationPreviewLabel=Limit privileges AssignmentPreviewDialog.type.direct=Direkt AssignmentPreviewDialog.type.indirect=Indirekt -AssignmentTablePanel.menu.assign=Zuweisen des Ressourcen-Accounts -AssignmentTablePanel.menu.assignOrg=Zuweisen der Organisation +AssignmentTablePanel.menu.assign=Ressource zuweisen +AssignmentTablePanel.menu.assignOrg=Organisation zuweisen AssignmentTablePanel.menu.assignOrg.noorgs=No organization structure defined. AssignmentTablePanel.menu.assignRole=Rolle zuweisen AssignmentTablePanel.menu.addDelegation=Add delegation AssignmentTablePanel.menu.deleteDelegation=Delete delegation AssignmentTablePanel.menu.unassign=Entziehen -AssignmentTablePanel.menu.showAllAssignments=Alle Aufgaben zeigen -AssignmentTablePanel.message.couldntAssignObject=Konnte Objekt '{0}' nicht zuweisen, Grund\: {1}. +AssignmentTablePanel.menu.showAllAssignments=Alle Aufgaben anzeigen +AssignmentTablePanel.message.couldntAssignObject=Objekt '{0}' konnte nicht zugewiesen werden, Grund\\: {1}. AssignmentTablePanel.message.illegalAssignmentState=Illegaler Aufgabenstatus '{0}'. -AssignmentTablePanel.message.noAssignmentSelected=Keine Aufgabe ausgewählt. +AssignmentTablePanel.message.noAssignmentSelected=Keine Zuweisung ausgewählt. AssignmentTablePanel.message.noDelegationsSelected=No delegation selected. -AssignmentTablePanel.modal.message.delete=Wollen Sie wirklich die Zuweisung(en) {0} löschen? +AssignmentTablePanel.modal.message.delete=Wollen Sie wirklich {0} Zuweisung(en) löschen? AssignmentTablePanel.modal.message.deleteDelegation=Do you really want to delete {0} delegation(s)? AssignmentTablePanel.modal.message.noDelegationWarning=User doesn't have any delegable item AssignmentTablePanel.modal.title.confirmDeletion=Löschung bestätigen AssignmentTablePanel.modal.title.selectAssignment=Objekt(e) auswählen associationAttribute.nullValid=Auswählen -AsyncDashboardPanel.loading=Lade Daten +AsyncDashboardPanel.loading=Daten werden geladen AuditPopulPanel.exportType.label=Exportdateityp AuditPopupPanel.auditEventType=Vorgangstyp AuditPopupPanel.dateFrom=von @@ -131,27 +131,27 @@ capabilityActivationPanel.label.enabled=Freigegeben capabilityActivationPanel.label.enableList=Liste freigeben capabilityActivationPanel.label.normalList=Normal list capabilityActivationPanel.label.lockedList=Locked list -capabilityActivationPanel.label.ignoreAttribute=Ignoriere Attribut -capabilityActivationPanel.label.returnedByDefault=Standardmäßige Rückkehr +capabilityActivationPanel.label.ignoreAttribute=Attribut ignorieren +capabilityActivationPanel.label.returnedByDefault=Standardmäßig übergeben capabilityActivationPanel.label.status.message=Das gleiche wie aktiv/gesperrt capabilityActivationPanel.label.status=Status capabilityActivationPanel.label.lockout=Lockout capabilityActivationPanel.label.validFrom=Gültig von capabilityActivationPanel.label.validTo=Gültig bis -capabilityActivationPanel.list.placeholder=Wert eintragen +capabilityActivationPanel.list.placeholder=Wert hinzufügen capabilityCredentialsPanel.label=Zugangsdaten konfigurieren capabilityCredentialsPanel.label.enabled=Freigegeben capabilityCredentialsPanel.label.password=Passwort capabilityCredentialsPanel.label.returned=Standardmäßige Rückkehr\n capabilityListRepeater.label.text.placeholder=Sprachen URL capabilityScriptPanel.label.enabled=Freigegeben -capabilityScriptPanel.label.onConnector=Am Anschluss +capabilityScriptPanel.label.onConnector=Am Connector capabilityScriptPanel.label.onResource=An der Ressource capabilityScriptPanel.label=Skriptkonfiguration CapabilityStep.capabilities=Fähigkeiten CapabilityStep.addCapabilities=Add capabilities CapabilityStep.disabled=(disabled) -CapabilityStep.activation.tooltip.attributeName=Name der Eigenschaft, die einen Wert für den simulierten Administrativstatus enthält. Normalerweise eine Eigenschaft, die Informationen über die Stati "enabled", "ds-pwp-account-disabled", "accountStatus", etc. enthält. Typische Beispiele wären Eigenhschaften wie "enabled", "ds-pwp-account-disabled", "accountStatus", etc. +CapabilityStep.activation.tooltip.attributeName=Name des Attributs, das einen Wert für den simulierten Administrativstatus enthält. Normalerweise ein Attribut, das Informationen über die Stati "enabled", "ds-pwp-account-disabled", "accountStatus", etc. enthält. Typische Beispiele wären Attribute wie "enabled", "ds-pwp-account-disabled", "accountStatus", usw. CapabilityStep.activation.tooltip.disableList=Liste von Eigenschaftswerten, die den Status "deaktiviert" anzeigen. Wenn irgendeiner dieser Werte sich in den Eigenschaften des Objekts befinden, wird es als deaktiviert angenommen. Typische Werte wären "falsch", "deaktiviert", "0" oder ein leerer Wert. CapabilityStep.activation.tooltip.enabled=Selektiert, wenn diese Fähigkeit aktiv ist. Leer, wenn sie deaktiviert ist. Deaktivierte Fähigkeiten werden genauso behandelt wie nicht vorhandene. Fähigkeiten können z.B. deaktiviert werden, um Anschluss-Bugs zu bearbeiten oder eine Ressource read-only zu machen. usw. CapabilityStep.activation.tooltip.enableList=Liste von Eigenschaftswerten, die den Status "aktiviert" anzeigen. Wenn irgendeiner dieser Werte sich in den Eigenschaften des Objekts befinden, wird es als aktiviert angenommen. Typische Werte wären "rightig", "aktiviert", "1" usw. @@ -165,7 +165,7 @@ CapabilityStep.activation.tooltip.validFromEnabled="Richtig", sofern die Ressour CapabilityStep.activation.tooltip.validFromReturned="Richtig", wenn die Eigenschaft "validForm" standardmaäßig zurückgegeben wird. "Falsch", wenn sie explizit angefordert werden muss. CapabilityStep.activation.tooltip.validToEnabled="Richtig", wenn die Ressource die Aktivierungseigenschaft "validTo" unterstützt. CapabilityStep.activation.tooltip.validToReturned="Richtig", wenn die Eigenschaft "validTo" standardmäßig zurückgegeben wird. "Falsch", wenn sie explizit angefordert werden muss. -CapabilityStep.capability.activation.tooltip=Aktivierungsfähigkeit\: Fähigkeit, Accounts zu (de-)aktivieren, Gültigkeitsdaten zu setzen, etc. +CapabilityStep.capability.activation.tooltip=Aktivierungsfähigkeit: Fähigkeit, Accounts zu (de-)aktivieren, Gültigkeitsdaten zu setzen, etc. CapabilityStep.capability.create.tooltip=Die Fähigkeit, neue Objekte (anzulegen oder) der Ressource hinzuzufügen. CapabilityStep.capability.credentials.tooltip=Die Fähigkeit, Zugangsdaten von Ressourcenaccounts zu setzen. CapabilityStep.capability.delete.tooltip=Die Fähigkeit, Objekte aus der Ressource zu löschen. @@ -177,7 +177,7 @@ CapabilityStep.capability.update.tooltip=Die Fähigkeiten, bestendende Objekte i CapabilityStep.configured=Konfiguriert CapabilityStep.credentials.tooltip.enabled=Richtig, wenn diese Fähigkeit aktiv ist. Falsch, wenn sie deaktiviert ist. Deaktivierte Fähigkeiten werden genauso behandelt wie nichtvorhandene. Fähigkeiten können z.B. deaktiviert werden, um Anschluss-Bugs zu bearbeiten oder eine Ressource read-only zu machen. usw. CapabilityStep.credentials.tooltip.passEnabled=Richtig wenn die Ressource Zugangsdaten unterstützt (password credentials) -CapabilityStep.credentials.tooltip.passReturned=True if the password is returned by default. False if it needs to be explicitly requested. +CapabilityStep.credentials.tooltip.passReturned="Wahr" wenn das Passwort standardmässig zurückgeliefert wird. "Falsch" wenn es explizit angefordert werden muss. CapabilityStep.message.cantLoadCaps=Fähigkeiten konnten nicht geladen werden. CapabilityStep.native=nativ CapabilityStep.script.tooltip.enabled=Richtig, wenn diese Fähigkeit aktiv ist. Falsch, wenn sie deaktiviert ist. Deaktivierte Fähigkeiten werden genauso behandelt wie nichtvorhandene. Fähigkeiten können z.B. deaktiviert werden, um Anschluss-Bugs zu bearbeiten oder eine Ressource read-only zu machen. usw. @@ -254,24 +254,24 @@ DefinitionScopeObjectType.RoleType=Rollen DefinitionScopeObjectType.UserType=Benutzer DefinitionScopeObjectType.OrgType=Organisationen DefinitionScopeObjectType.ServiceType=Dienste -deleteAllDialog.label.accountShadowsDelete=zu löschende Account-Shadows\: {0} -deleteAllDialog.label.nonAccountShadowsDelete=zu löschende Nicht-Account-Shadows\: {0} +deleteAllDialog.label.accountShadowsDelete=Account shadows to delete\\: {0} +deleteAllDialog.label.nonAccountShadowsDelete=Non-Account shadows to delete\\: {0} deleteAllDialog.label.org=Organisationseinheiten -deleteAllDialog.label.orgUnitsDelete=zu löschende Organisationseinheiten\: {0} +deleteAllDialog.label.orgUnitsDelete=Organisationseinheiten zu löschen\\: {0} deleteAllDialog.label.shadow.account=Account-Shadows deleteAllDialog.label.shadow.nonAccount=Nicht-Account-Shadows deleteAllDialog.label.shadow.org=Organisationseinheit-Shadows deleteAllDialog.label.shadow.role=Rollen-Shadows -deleteAllDialog.label.totalToDelete=Gesamtmenge der zu löschenden Objekte\: {0} -deleteAllDialog.label.usersDelete=zu löschende Benutzer\: {0} (Benutzer 'Administrator' wird nicht gelöscht) +deleteAllDialog.label.totalToDelete=Gesamtanzahl der zu löschenden Objekte\\: {0} +deleteAllDialog.label.usersDelete=Zu löschende Benutzer\\: {0} (Benutzer 'Administrator' wird nicht gelöscht) deleteAllDialog.label.users=Benutzer -deleteAllDialog.message.choose=Wähle zu löschende Objekttypen\: +deleteAllDialog.message.choose=Bitte wählen Sie die zu löschenden Objekttypen\\: deleteAllDialog.no=Nein deleteAllDialog.yes=Ja -DeltaPanel.label.changeType=Typ ändern\: -DeltaPanel.label.modifications=Veränderungen\: -DeltaPanel.label.objectToAdd=Hinzuzufügendes Objekt -DeltaPanel.label.oid=Objekt mit OID\: +DeltaPanel.label.changeType=Art der Änderung\\: +DeltaPanel.label.modifications=Änderungen\\: +DeltaPanel.label.objectToAdd=hinzufügendes Objekt\\: +DeltaPanel.label.oid=object with oid\\: direction.nullvalid=Auswählen DoubleButtonPanel.button.default=Ausführen DoubleButtonPanel.download=Download @@ -305,7 +305,7 @@ ExpressionEditorPanel.label.language=Sprache ExpressionEditorPanel.label.type=Ausdruckstyp ExpressionEditorPanel.label.description=Beschreibung ExpressionEditorPanel.label.valuePolicyRef=Referenzierte Vorschrift(en) -ExpressionEditorPanel.message.cantSerialize=Konnte das JAXBElement aus der XML expression nicht erstellen. Bitte korrekten Ausdruck eingeben. Grund\: {0} +ExpressionEditorPanel.message.cantSerialize=Could not create JAXBElement from provided XML expression. Please enter correct expression. Reason\\: {0} ExpressionEditorPanel.message.expressionSuccess=Ausdruck wurde erfolgreich aktualisiert ExpressionEvaluatorType.AS_IS=unverändert ExpressionEvaluatorType.GENERATE=erzeugen @@ -328,10 +328,10 @@ FeedbackAlertMessage.error=Fehler FeedbackAlertMessage.info=Information FeedbackAlertMessage.success=Erfolg FeedbackAlertMessage.warn=Warnung -feedbackMessagePanel.cause=Grund\: +feedbackMessagePanel.cause=Ursache\\: feedbackMessagePanel.collapseAll=Alle schließen -feedbackMessagePanel.context=Kontext\: -feedbackMessagePanel.count=Anzahl\: +feedbackMessagePanel.context=Zusammenhang\\: +feedbackMessagePanel.count=Anzahl\\: feedbackMessagePanel.expandAll=Alle öffnen feedbackMessagePanel.export=Nach XML exportieren feedbackMessagePanel.hideStack=[ HIDE ERROR STACK ] @@ -347,7 +347,7 @@ feedbackMessagePanel.message.success=Erfolg feedbackMessagePanel.message.undefined=Undefiniert feedbackMessagePanel.message.unknown=Unbekannt feedbackMessagePanel.message.warn=Warnung -feedbackMessagePanel.param=Parameter\: +feedbackMessagePanel.param=Parameter\\: feedbackMessagePanel.showStack=[Zeige Fehlermeldungen] feedbackMessagePanel.times=mal feedtempMessagePanelbackMessagePanel.message.info=Information @@ -403,7 +403,7 @@ JasperReportConfigurationPanel.forPrompting=zur Abfrage JasperReportConfigurationPanel.parameterClass=Parameterklasse JasperReportConfigurationPanel.nestedClass=Nested class JasperReportConfigurationPanel.parameterName=Parametername -JasperReportConfigurationPanel.parameterProperty=Eigenschaft\: {0} +JasperReportConfigurationPanel.parameterProperty=Eigenschaft\\: {0} JasperReportConfigurationPanel.reportFields=Berichtsfelder JasperReportConfigurationPanel.reportParameters=Berichtsparameter JasperReportConfigurationPanel.reportQuery=Berichtsanforderung @@ -520,7 +520,7 @@ MappingEditorDialog.label.strength=Ausprägung MappingEditorDialog.label.target=Ziel MappingEditorDialog.label.timeFrom=Zeit von MappingEditorDialog.label.timeTo=Zeit bis -MappingEditorDialog.message.cantSave=Zuweisung konnte nicht gespeichert werden. Grund\: +MappingEditorDialog.message.cantSave=Mapping konnte nicht gespeichert werden. Grund\\: MappingEditorDialog.message.warn.emptyTarget=Eingehende Zuweisung erfordert eine Angabe im 'target' Feld. MappingsStatistics.AverageTime=Durchschnittliche Zeit MappingsStatistics.Count=Aufrufzählung @@ -537,13 +537,13 @@ Message.SourceMemory=Aufgabe im Speicher (fetched {0}) Message.SourceRepository=Repo (Statistiken am {0} aktualisiert) message.success=Die Antworten wurden erfolgreich aktualisiert message.WrongAnswer=Fragen nicht richtig beanwortet -ModelOperationStatusPanel.label.focusName=Objekt\: -ModelOperationStatusPanel.label.focusType=des Typs\: -ModelOperationStatusPanel.label.primaryDelta=Primärdelta\: -ModelOperationStatusPanel.label.state=Status\: -ModelOperationStatusPanel.state.FINAL=Final\: Ablauf wurde durchgeführt (erfolgreich oder nicht) -ModelOperationStatusPanel.state.PRIMARY=Primär\: Ablauf wird genehmigt -ModelOperationStatusPanel.state.SECONDARY=Sekundär\: Ressourcenabläufe werden genehmigt +ModelOperationStatusPanel.label.focusName=Objekt\\: +ModelOperationStatusPanel.label.focusType=vom Typ\\: +ModelOperationStatusPanel.label.primaryDelta=Primary delta\\: +ModelOperationStatusPanel.label.state=Zustand\\: +ModelOperationStatusPanel.state.FINAL=Final\\: operation has been executed (successfully or not) +ModelOperationStatusPanel.state.PRIMARY=Primary\\: operation is being approved +ModelOperationStatusPanel.state.SECONDARY=Secondary\\: resource operation(s) are being approved ModificationsPanel.label.attribute=Attribut ModificationsPanel.label.change=ändern ModificationsPanel.label.value=Wert(e) @@ -712,9 +712,9 @@ operation.com.evolveum.midpoint.model.synchronizer.InboundProcessor.processInbou operation.com.evolveum.midpoint.model.synchronizer.ReconciliationProcessor.processReconciliation=Prozessabstimmung (Modell) operation.com.evolveum.midpoint.model.synchronizer.UserSynchronizer.checkAccountContextReconciliation=Check account context reconciliation (Model) operation.com.evolveum.midpoint.model.sync.SynchronizeAccountResultHandler.handle=Synchronize account result handler, handle (Model) -operation.com.evolveum.midpoint.notifications.AccountOperationListener.notifyFailure=Mitteilungsfehler (Mitteilungen) -operation.com.evolveum.midpoint.notifications.AccountOperationListener.notifyInProgress=Mitteilung läuft (Mitteilungen) -operation.com.evolveum.midpoint.notifications.AccountOperationListener.notifySuccess=Mitteilung erfolgreich (Mitteilungen) +operation.com.evolveum.midpoint.notifications.AccountOperationListener.notifyFailure=Benachrichtigungsfehler (Benachrichtigungen) +operation.com.evolveum.midpoint.notifications.AccountOperationListener.notifyInProgress=Benachrichtigung läuft (Benachrichtigungen) +operation.com.evolveum.midpoint.notifications.AccountOperationListener.notifySuccess=Benachrichtigung erfolgreich (Benachrichtigungen) operation.com.evolveum.midpoint.provisioning.api.ProvisioningService.addObject=Objekt hinzufügen (Provisioning) operation.com.evolveum.midpoint.provisioning.api.ProvisioningService.deleteObject=Objekt löschen (Provisioning) operation.com.evolveum.midpoint.provisioning.api.ProvisioningService.discoverConnectors=Konnektoren Suchen (Provisionierung) @@ -820,7 +820,7 @@ operation.com.evolveum.midpoint.web.page.admin.resources.content.PageAccount.sav operation.com.evolveum.midpoint.web.page.admin.resources.content.PageContentAccounts.changeOwner=Besitzer ändern (Gui) operation.com.evolveum.midpoint.web.page.admin.resources.content.PageContentAccounts.createUserFromAccount=Benutzer aus Account erzeugen (Gui) operation.com.evolveum.midpoint.web.page.admin.resources.dto.ResourceDtoProvider.countResources=Ressourcen zählen (Gui) -operation.com.evolveum.midpoint.web.page.admin.resources.dto.ResourceDtoProvider.listResources=Ressourcenliste (Gui) +operation.com.evolveum.midpoint.web.page.admin.resources.dto.ResourceDtoProvider.listResources=Ressourcen auflisten (Gui) operation.com.evolveum.midpoint.web.page.admin.resources.PageAdminResources.loadResource=Ressource laden (Gui) operation.com.evolveum.midpoint.web.page.admin.resources.PageResourceEdit.saveResource=Ressource speichern (GUI) operation.com.evolveum.midpoint.web.page.admin.resources.PageResource.importFromResource=aus der Ressource importieren @@ -871,7 +871,7 @@ operation.com.evolveum.midpoint.web.page.admin.users.PageUsers.disableUsers=Anwe operation.com.evolveum.midpoint.web.page.admin.users.PageUsers.enableUser=Anwender aktivieren (GUI) operation.com.evolveum.midpoint.web.page.admin.users.PageUsers.enableUsers=Anwender aktivieren (GUI) operation.com.evolveum.midpoint.web.page.admin.users.PageUser.sendToSubmit=Send for submit (Gui) -operation.com.evolveum.midpoint.web.page.admin.users.PageUsers.reconcileUser=Anwender abgleichen (GUI)\: {0} +operation.com.evolveum.midpoint.web.page.admin.users.PageUsers.reconcileUser=Reconcile user (Gui)\\: {0} operation.com.evolveum.midpoint.web.page.admin.users.PageUsers.reconcileUsers=Anwender abgleichen (GUI) operation.com.evolveum.midpoint.web.page.admin.workflow.PageWorkItem.saveWorkItem=Work Items speichern (GUI) operation.com.evolveum.midpoint.web.util.WebModelUtils.deleteObject=Objekt löschen (Gui) @@ -902,11 +902,11 @@ operation.com.evolveum.midpoint.web.component.wizard.resource.SchemaHandlingStep operation.com.evolveum.midpoint.web.component.wizard.resource.SynchronizationStep.saveResourceSynchronization=Save resource synchronization operation.com.evolveum.midpoint.web.component.wizard.resource.CapabilityStep.saveCapabilities=Save resource capabilities operation.com.evolveum.midpoint.web.page.admin.PageAdminFocus.loadShadow=Load shadow -operationResultPanel.cause=Grund\: -operationResultPanel.context=Kontext\: -operationResultPanel.count=Anzahl\: +operationResultPanel.cause=Ursache\\: +operationResultPanel.context=Zusammenhang\\: +operationResultPanel.count=Anzahl\\: operationResultPanel.hideStack=[Fehlermeldungen nicht anzeigen] -operationResultPanel.param=Param\: +operationResultPanel.param=Parameter\\: operationResultPanel.showStack=[Fehlermeldungen anzeigen] operationResultPanel.times=mal operationResultPanel.title.expectedError=Erwarteter Fehler @@ -1002,8 +1002,8 @@ PageAccounts.message.ownerNotFound=Der Eigentümer für das Schattenobjekt mit d PageAccounts.message.unsupportedOwnerType=Nicht unterstützter Besitzer Typ pageAccounts.message.resourceNotSelected=Keine Ressource ausgewählt. Bitte Ressource wählen, um ihre Shadows anzuzeigen. PageAccounts.message.success.clearExport=Exportordner wurde erfolgreich geleert -PageAccounts.message.success.export=Export war erfolgreich. Exportierte Datei(en)\: {0}. -PageAccounts.message.validationError=Searched objectClass value\: '{0}' is not valid. Please provide valid objectClass value. +PageAccounts.message.success.export=Der Export war erfolgreich. Exportdatei\\: {0}. +PageAccounts.message.validationError=Searched objectClass value\\: '{0}' is not valid. Please provide valid objectClass value. PageAccounts.nothing=Nichts PageAccounts.resource=Ressource PageAccounts.shadows=Shadows @@ -1023,13 +1023,13 @@ pageAdmin.home=Home PageAdmin.menu.top.certification.campaigns=Kampagnen PageAdmin.menu.top.certification.scheduling=Kampagnenplanung PageAdmin.menu.top.certification=Zertifizierung -PageAdmin.menu.top.certification.decisions=My work items +PageAdmin.menu.top.certification.decisions=Meine Arbeitselemente PageAdmin.menu.top.certification.definitions=Kampagnen Definition PageAdmin.menu.top.certification.newDefinition=Neue Kampagnendefinition PageAdmin.menu.top.certification.viewDefinition=Kampagnendefinition einsehen PageAdmin.menu.top.configuration.about=Über PageAdmin.menu.top.configuration.basic=System -PageAdmin.menu.top.configuration.bulkActions=Bulk actions +PageAdmin.menu.top.configuration.bulkActions=Massenaktionen PageAdmin.menu.top.configuration.repoQuery=Query Spielwiese PageAdmin.menu.top.configuration.evaluateMapping=Mapping playground PageAdmin.menu.top.configuration=Konfiguration @@ -1039,19 +1039,19 @@ PageAdmin.menu.top.configuration.expressionEvaluator=Expression evaluator PageAdmin.menu.top.configuration.importObject=Objekt importieren PageAdmin.menu.top.configuration.internals=Interne Konfigurationen PageAdmin.menu.top.configuration.logging=Logging -PageAdmin.menu.top.configuration.notifications=Mitteilungen +PageAdmin.menu.top.configuration.notifications=Benachrichtigungen PageAdmin.menu.top.configuration.profiling=Profilierung -PageAdmin.menu.top.configuration.adminGui=Admininterface +PageAdmin.menu.top.configuration.adminGui=Administrationsoberfläche PageAdmin.menu.top.configuration.repositoryObjects=Repo-Objekte PageAdmin.menu.top.configuration.security=Sicherheit PageAdmin.menu.top.configuration.shadowsDetails=Shadows details PageAdmin.menu.top.home=Home -PageAdmin.menu.top.reports.created=Erstellte Reports +PageAdmin.menu.top.reports.created=Erstellte Berichte PageAdmin.menu.top.reports.list=Berichte auflisten PageAdmin.menu.top.reports.new=Jasperreport importieren PageAdmin.menu.top.reports=Berichte PageAdmin.menu.top.resources.import=Ressourcen Definition importieren -PageAdmin.menu.top.resources.list=Ressourcenliste +PageAdmin.menu.top.resources.list=Ressourcen auflisten PageAdmin.menu.top.resources.new=Neue Ressource PageAdmin.menu.top.resources.view=Ressource anzeigen PageAdmin.menu.top.resources.edit=Ressource ändern @@ -1114,9 +1114,9 @@ pageAdminFocus.organizations=Organisationen pageAdminFocus.assignments=Aufgaben pageAdminFocus.message.couldntCreateAccountNoSchema=Erstellung der Vorschauansicht '{0}' nicht möglich, es ist kein detailliertes Schema verfügbar. Möglicherweise besteht ein Problem mit der Konnektor Konfiguration und/oder der Verbindung. Bitte Logfiles für mehre Informationen überprüfen. pageAdminFocus.message.couldntCreateAccountNoAccountSchema=Erstellung der Vorschauansicht '{0}' nicht möglich, es ist kein Schema für den Standard Objekttypen 'account' verfügbar. Möglicherweise besteht ein Problem mit der Ressourcenkonfiguration. Bitte Logfiles für mehre Informationen überprüfen. -pageAdminFocus.message.couldntCreateAccount=Erstellung der Vorschauansicht '{0}' nicht möglich, Grund\: {1} +pageAdminFocus.message.couldntCreateAccount=Couldn't create projection form for '{0}', reason\\: {1}. pageAdminFocus.message.noAssignableSelected=Keine Zuweisung ausgewählt. -pageAdminFocus.message.couldntAssignObject=Konnte Objekt '{0}' nicht zuweisen, Grund\: {1}. +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}'. @@ -1128,7 +1128,7 @@ pageAdminFocus.title.selectResource=Ressource(n) auswählen pageAdminFocus.title.selectAssignable=Auswählen der Objekte pageAdminFocus.task.name=Aufgaben Name pageAdminFocus.task.category=Kategorie -pageAdminFocus.task.descriptionHasTasks=Aktive Aufgaben welche mit dem Objekt verbunden sind\: +pageAdminFocus.task.descriptionHasTasks=Aktive Aufgaben welche mit dem Objekt verbunden sind: pageAdminFocus.task.descriptionNoTasks=Es gibt keine aktiven Aufgaben welche mit diesem Objekt verbunden sind. pageAdminFocus.task.execution=Ausführungsstatus pageAdminFocus.task.status=Status @@ -1147,7 +1147,7 @@ pageAdmin.resources.description=Verbundene Systeme pageAdminResources.detailsResource=Ressourcen Details pageAdminResources.editResource=Ressource ändern pageAdminResources.importResource=Ressourcen importieren -pageAdminResources.listResources=Ressourcenliste +pageAdminResources.listResources=Ressourcen auflisten pageAdminResources.message.cantLoadResource=Ressourcen Details konnten nicht geladen werden. pageAdminResources.newResource=Neue Ressource pageAdmin.resources=Ressourcen @@ -1188,15 +1188,15 @@ PageRepositoryQuery.button.useInObjectList=Use in object list PageRepositoryQuery.button.execute=Ausführen PageRepositoryQuery.message.emptyString=Entered query string is empty. Please provide non-empty query string. PageRepositoryQuery.result=Ergebnis -PageRepositoryQuery.resultObjects=Result\: retrieved {0} object(s) -PageRepositoryQuery.resultException=Result\: {0} +PageRepositoryQuery.resultObjects=Result: retrieved {0} object(s) +PageRepositoryQuery.resultException=Result: {0} PageRepositoryQuery.midPoint=MidPoint query -PageRepositoryQuery.objectType=Object type\: +PageRepositoryQuery.objectType=Object type: PageRepositoryQuery.hibernateQuery=Hibernate query PageRepositoryQuery.hibernateParameters=Query parameters -PageRepositoryQuery.hibernateParametersNote=Note\: The parameters are shown here only to indicate how midPoint query is translated into hibernate query. They are not used when manually executing a hibernate query, so the query you enter here should contain no references to parameters. +PageRepositoryQuery.hibernateParametersNote=Note: The parameters are shown here only to indicate how midPoint query is translated into hibernate query. They are not used when manually executing a hibernate query, so the query you enter here should contain no references to parameters. PageRepositoryQuery.incompleteResultsNote=Because you do not have administrator rights, results shown here were probably filtered by applying additional search conditions derived from your authorizations. These additional conditions are not visible in the hibernate query shown above. -PageRepositoryQuery.chooseSample=Or use a sample\: +PageRepositoryQuery.chooseSample=Or use a sample: PageRepositoryQuery.sample.ObjectType_AllObjectsInAnOrg=All objects in an organization (directly) PageRepositoryQuery.sample.ObjectType_AllObjectsInASubtree=All objects in a subtree PageRepositoryQuery.sample.OrgType_AllRootOrgs=All organizational roots @@ -1212,7 +1212,7 @@ PageRepositoryQuery.sample.UserType_UsersThatHaveARole=Users that have active as PageRepositoryQuery.sample.UserType_SpecifiedCostCenters=Users in cost centers 100000-999999 or X100-X999 PageRepositoryQuery.sample.ShadowType_ShadowsOnGivenResource=Shadows on a given resource PageRepositoryQuery.sample.UserType_UsersWithShadowOnGivenResource=Users with linked shadow on a given resource -PageRepositoryQuery.queryVsFilterNote=Note\: midPoint query contains a filter along with paging instruction, wrapped together within the <query> element. In contrast, when used in "Advanced filter" in GUI, only the <filter> sub-element is applicable. Paging is managed by the GUI itself. +PageRepositoryQuery.queryVsFilterNote=Note: midPoint query contains a filter along with paging instruction, wrapped together within the <query> element. In contrast, when used in "Advanced filter" in GUI, only the <filter> sub-element is applicable. Paging is managed by the GUI itself. PageCert.ago=seit {0} PageCertCampaign.basic=grundlegend PageCertCampaign.button.back=Zurück @@ -1232,7 +1232,7 @@ PageCertCampaign.menu.revoke=Entzug PageCertCampaign.name=Name PageCertCampaign.numberOfStages=Anzahl der Phasen PageCertCampaign.owner=Besitzer -PageCertCampaigns.agoForCampaign=(campaign\: {0} ago) +PageCertCampaigns.agoForCampaign=(campaign\\: {0} ago) PageCertCampaigns.agoForStage=vor {0} PageCertCampaigns.button.closeCampaign=Kampagne schliessen PageCertCampaigns.button.closeStage=Abschnitt schliessen @@ -1242,7 +1242,7 @@ PageCertCampaigns.button.startRemediation=Start remediation PageCertCampaigns.dialog.title.confirmCloseCampaign=Kampagne abschliessen bestätigen PageCertCampaigns.dialog.title.confirmCloseStage=Abschnitt abschliessen bestätigen PageCertCampaigns.dialog.title.confirmDeleteCampaign=Kampagne löschen bestätigen -PageCertCampaigns.inForCampaign=(campaign\: in {0}) +PageCertCampaigns.inForCampaign=(campaign\\: in {0}) PageCertCampaigns.inForStage=in {0} PageCertCampaigns.menu.close=Kampagne schliessen PageCertCampaigns.menu.closeSelected=Markierte Kampagnen schliessen @@ -1255,7 +1255,7 @@ PageCertCampaigns.message.closeStageConfirmSingle=Do you really want to close cu PageCertCampaigns.message.deleteCampaignConfirmMultiple=Do you really want to delete selected {0} campaigns? PageCertCampaigns.message.deleteCampaignConfirmSingle=Do you really want to delete campaign '{0}' ? PageCertCampaigns.message.noCampaignsSelected=No relevant campaigns selected -PageCertCampaigns.nowForCampaign=(campaign\: now) +PageCertCampaigns.nowForCampaign=(campaign\\: now) PageCertCampaigns.nowForStage=jetzt PageCertCampaigns.table.deadline=Stage (campaign) deadline PageCertCampaigns.table.escalationLevel=Esc. level @@ -1302,9 +1302,9 @@ PageCertDecisions.menu.accept=Akzeptieren PageCertDecisions.menu.acceptSelected=Auswahl akzeptieren PageCertDecisions.menu.delegate=Delegieren PageCertDecisions.menu.delegateSelected=Auswahl delegieren -PageCertDecisions.menu.noResponse=No Response +PageCertDecisions.menu.noResponse=Keine Antwort PageCertDecisions.menu.noResponseSelected=Mark selected as No response -PageCertDecisions.menu.notDecided=Not Decided +PageCertDecisions.menu.notDecided=Nicht entschieden PageCertDecisions.menu.notDecidedSelected=Mark selected as Not decided PageCertDecisions.menu.reduce=Reduzieren PageCertDecisions.menu.reduceSelected=Reduce selected @@ -1336,7 +1336,7 @@ PageCertDefinition.campaignsTotal=Kampagnen insgesamt PageCertDefinition.campaignLastStarted=Zuletzt gestartete Kampagne PageCertDefinition.campaignLastClosed=Kampagne letztmals geschlossen PageCertDefinition.owner=Besitzer -PageCertDefinition.stopReviewOn=Überprüfung beenden am\: +PageCertDefinition.stopReviewOn=Überprüfung beenden am: PageCertDefinition.stopReviewOnDefault= PageCertDefinition.stopReviewOnNone= PageCertDefinitions.basicInformation=Grundlegende Infos @@ -1372,21 +1372,21 @@ PageCertDefinition.scopeEnabledItemsOnly=Nur aktivierte Elemente PageCertDefinition.stagesDefinition=Definition der Phasen PageCert.in=in {0} PageCert.message.assignment={0} von {1} {2} bis {3} {4}. -PageCert.message.textAdministrativeState=Administrative state\: {0}. +PageCert.message.textAdministrativeState=Administrative state\\: {0}. PageCert.message.textAssignment=Aufgabe -PageCert.message.textDescription=Beschreibung\: [0]. -PageCert.message.textExtensions=Extensions defined\: {0}. +PageCert.message.textDescription=Beschreibung\\: {0}. +PageCert.message.textExtensions=Definierte Erweiterungen\\: {0}. PageCert.message.textInducement=Anreiz -PageCert.message.textIntent=Absicht\: {0}. -PageCert.message.textKind=Art\: {0}. -PageCert.message.textOrder=Reihenfolge\: {0}. -PageCert.message.textOrg=Organisation\: {0}. -PageCert.message.textRelation=Beziehung\: {0}. -PageCert.message.textTenant=untergeordnetes Objekt\: {0}. -PageCert.message.textValidFrom=Gültig ab\: {0}. -PageCert.message.textValidTo=Gültig bis\: {0}. +PageCert.message.textIntent=Intent\\: {0}. +PageCert.message.textKind=Kind\\: {0}. +PageCert.message.textOrder=Reihenfolge\\: {0}. +PageCert.message.textOrg=Org\\: {0}. +PageCert.message.textRelation=Verhältnis\\: {0}. +PageCert.message.textTenant=Tenant\\: {0}. +PageCert.message.textValidFrom=Gültig von\\: {0}. +PageCert.message.textValidTo=Gültig bis\\: {0}. PageCert.now=jetzt -StageEditorPanel.stageDefinitionLabelName = Definition der Phase \# +StageEditorPanel.stageDefinitionLabelName = Stage Definition \\# StageDefinitionPanel.stageName = Name StageDefinitionPanel.stageDescription = Beschreibung StageDefinitionPanel.stageDuration = Dauer @@ -1432,7 +1432,7 @@ pageContentAccounts.menu.disableAccounts=Ausgewählte deaktivieren pageContentAccounts.menu.enableAccounts=Ausgewählte aktivieren pageContentAccounts.menu.importAccounts=Ausgewählte importieren pageContentAccounts.menu.removeOwners=Ausgewählte entfernen -pageContentAccounts.message.cantImportAccount=Account konnte nicht importiert werden, oid\={0} +pageContentAccounts.message.cantImportAccount=Can't import account, oid\\={0} pageContentAccounts.message.cantShowAccountDetails=Details für Account {0} können nicht angezeigt werden ({1}). pageContentAccounts.message.cantShowUserDetails=Can't show details of user {0} ({1}). pageContentAccounts.message.deleteConfirmation=Wollen Sie wirklich die Verknüpfung dieser Accounts {0} zu dieser Ressource löschen? @@ -1460,9 +1460,9 @@ pageCreatedReports.inlineMenu.deleteSelected=Ausgewählte löschen 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.downloadError=Could not download Report. +pageCreatedReports.message.downloadError=Bericht konnte nicht heruntergeladen werden. pageCreatedReports.message.fileNotFound=File with report was not found. -pageCreatedReports.message.nothingSelected=No reports have been selected. +pageCreatedReports.message.nothingSelected=Es wurden keine Berichte ausgewählt. pageCreatedReports.message.queryError=Fehler aufgetreten während der Übersetzung des Suchbegriffs zum Filter. pageCreatedReports.table.author=Autor pageCreatedReports.table.description=Beschreibung @@ -1470,7 +1470,7 @@ pageCreatedReports.table.filetype=Dateityp pageCreatedReports.table.name=Name pageCreatedReports.table.time=Zeit pageCreatedReports.table.type=Berichtstyp -PageCreatedReports.title=Erstellte Reports +PageCreatedReports.title=Erstellte Berichte PageDashboard.accounts=Meine Accounts PageDashboard.activeTasks=Aktive Aufgaben PageDashboard.activeUsers=Aktive Anwender @@ -1518,17 +1518,17 @@ pageDebugList.menu.exportAllSelectedType=Alle mit dem ausgewählten Typ exportie pageDebugList.menu.exportSelected=Ausgewählte exportieren 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.deleteAllType=Wollen Sie wirklich alle Objekte vom Typ "{0}" löschen? +pageDebugList.message.deleteObjectConfirm=Wollen Sie wirklich "{0}" löschen? +pageDebugList.message.deleteSelectedConfirm=Wollen Sie wirklich {0} Objekte löschen? pageDebugList.message.laxativeProblem=Drop all identities operation has not performed successfully -pageDebugList.message.nothingSelected=No object has been selected. -pageDebugList.message.queryException=Couldn't create query for name substring, reason\: {0} +pageDebugList.message.nothingSelected=Es wurde kein Objekt ausgewählt +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.singleOrgDeleteProblem=Organisationseinheit konnte nicht gelöscht werden pageDebugList.message.singleShadowDeleteProblem=Couldn't delete shadow pageDebugList.message.singleUserDeleteProblem=Anwender kann nicht gelöscht werden -pageDebugList.messsage.deleteAllOfType=Deleting objects of type {0}. +pageDebugList.messsage.deleteAllOfType=Objekte vom Typ {0} werden gelöscht. pageDebugList.messsage.deleteAllResourceShadows=Do you really want to delete all shadows on resource {0}? pageDebugList.messsage.deleteAllShadowsStarted=Task which deletes all shadows on resource {0} was started. pageDebugList.name=Name @@ -1550,15 +1550,15 @@ pageDebugView.message.oidNotDefined=Object oid is not defined. pageDebugView.options=Optionen pageDebugView.reevaluateSearchFilters=Reevaluate search filters pageDebugView.saveAsRaw=Save in raw mode -pageDebugView.switchToPlainText=Switch to plain text +pageDebugView.switchToPlainText=In den Textmodus wechseln PageDebugView.title='{0}' details -pageDebugView.validateSchema=Validate schema +pageDebugView.validateSchema=Schema validieren PageError403.title=Zugriff nicht erlaubt (403) PageError404.title=Konnte leider nicht gefunden werden (404) PageError401.title=Sie haben leider keine Berechtigung (401) PageError410.title=Gone (410) PageError.button.back=Zurück -PageError.message=Unexpected error occurred, if necessary please contact system administrator. +PageError.message=Ein unerwarteter Fehler ist aufgetreten. Wenden Sie sich gegebenenfalls an Ihren Systemadministrator. PageError403.message=You don't have rights to see the required page, if necessary please contact system administrator. PageError.title=Interner Fehler (500) PageFindUsers.title=Anwender suchen @@ -1575,17 +1575,17 @@ PageImportObject.embeddedEditor=Eingebetteter Editor PageImportObject.file=Datei PageImportObject.getObjectsFrom=Get objects from pageImportObject.message.emptyXml=Ein leeres XML kann nicht gespeichert werden. -PageImportObject.message.help=Choose XML file for import. +PageImportObject.message.help=XML Importdatei auswählen pageImportObject.message.nullFile=Hochgeladene Datei ist leer. -PageImportObject.title=Import objects +PageImportObject.title=Objekte importieren PageInternals.button.changeTime=Änderungszeitpunkt PageInternals.button.resetTimeChange=Zurücksetzen auf Systemzeit PageInternals.consistencyChecks=Check consistency PageInternals.encryptionChecks=Check encryption PageInternals.readEncryptionChecks=Check read encryption -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}, QNameUtil.tolerateUndeclaredPrefixes\: {3} +PageInternals.detailedDebugDump=Detaillierter Debug-Dump +PageInternals.message.debugUpdatePerformed=Debug util updated. New value\\: {0} +PageInternals.message.internalsConfigUpdate=Internals config update. consistencyChecks\\: {0},encryptionChecks\\: {1}, readEncryptionChecks\\: {2}, QNameUtil.tolerateUndeclaredPrefixes\\: {3} PageInternals.offset=Offset PageInternals.title.debugUtil=Debug util PageInternals.title.internalsConfig=Internals config @@ -1618,7 +1618,7 @@ InternalCounters.prismObjectCloneCount=Prism object clone InternalCounters.roleEvaluationCount=Role evaluation count InternalCounters.roleEvaluationSkipCount=Role evaluation skip count InternalCounters.projectorRunCount=Projector run count -pageLogging.appender=Appender\: +pageLogging.appender=Appender\\: pageLogging.appenders=Appender pageLogging.appenders.appending=anhängen pageLogging.appenders.filePath=Dateipfad @@ -1628,7 +1628,7 @@ pageLogging.appenders.maxHistory=Max. history pageLogging.appenders.name=Name pageLogging.appenders.pattern=Muster pageLogging.audit=Prüfung -pageLogging.auditLog=Prüfung in Logdatei\: +pageLogging.auditLog=Audit to log file\\: pageLogging.button.addClassLogger=Logger hinzufügen pageLogging.button.addComponentLogger=Komponentenlogger hinzufügen pageLogging.button.addConsoleAppender=Konsolen-Appender hinzufügen @@ -1640,8 +1640,8 @@ pageLogging.button.deleteFilter=Filter löschen pageLogging.button.deleteLogger=Logger löschen pageLogging.button.reset=Zurücksetzen pageLogging.button.save=Speichern -pageLogging.details=Details\: -pageLogging.dumpInterval=Löschintervall +pageLogging.details=Details\\: +pageLogging.dumpInterval=Dump interval\\: pageLogging.filter.ALL=Alle pageLogging.filter=Filter pageLogging.filter.GUI=Webfilter @@ -1668,18 +1668,18 @@ pageLogging.loggersTable=Loggertabelle pageLogging.logger.TASKMANAGER=Erfassung von Ablaufdaten des Taskmanagers pageLogging.logger.WORKFLOWS=Modulare Ablauferfassung pageLogging.logSubsystemEntryExit=Log subsystem entry/exit -pageLogging.performanceStatistics=Performance statistics\: +pageLogging.performanceStatistics=Performance statistics\\: pageLogging.profiling=Profilierung -pageLogging.requestFilter=Antragsfilter\: -pageLogging.rootAppender=Root appender\: -pageLogging.rootLevel=Root logger\: +pageLogging.requestFilter=Request filter\\: +pageLogging.rootAppender=Root appender\\: +pageLogging.rootLevel=Root logger\\: pageLogging.subsystem.appender=Appender pageLogging.subsystem.level=Stufe pageLogging.subsystem.model=Modell pageLogging.subsystem.provisioning=Provisioning pageLogging.subsystem.repository=Repo pageLogging.subsystem.resourceObjectChangeListener=Resource object change listener -pageLogging.subsystems=Subsystems\: +pageLogging.subsystems=Subsystems\\: pageLogging.subsystem..taskManager=Aufgabenmanager pageLogging.subsystem.ucf=UCF pageLogging.subsystem.workflow=Arbeitsablauf @@ -1687,7 +1687,7 @@ PageLogging.title=Erfassungsverwaltung PageLogin.forgetPassword=Passwort vergessen pageLogin.message.ForgetPasswordSettingsWrong=Forget Passwords settings are wrong. Please Contact Your Administrator for changing your password. PageLogin.password=Passwort -PageLogin.signIn=Registrieren +PageLogin.signIn=Anmelden PageLogin.title=Einloggen PageLogin.username=Benutzername PageMyPasswordQuestions.title=Meine Passwort-Fragen @@ -1704,12 +1704,12 @@ PageMyPasswords.password=Passwort PageMyPasswords.resourceMidpoint=Identitäts-Repo PageMyPasswords.resourceName=Ressource PageMyPasswords.title=Meine Passwörter -PageNewReport.button.import=Import report +PageNewReport.button.import=Bericht importieren PageNewReport.embeddedEditor=Eingebetteter Editor PageNewReport.file=Datei PageNewReport.getObjectsFrom=Create report from PageNewReport.message.emptyXml=Ein leeres XML kann nicht gespeichert werden. -PageNewReport.message.help=Choose XML file for import. +PageNewReport.message.help=XML Importdatei auswählen PageNewReport.message.nullFile=Hochgeladene Datei ist leer. PageNewReport.title=Jasperreport importieren PageOrgTree.message.noOrgStructDefined=Keine Organisationsstruktur definiert @@ -1720,11 +1720,11 @@ PageOrgUnit.message.cantCreateExtensionDelta=Can't create delta for org. unit ex PageOrgUnit.parentOrgRef=übergeordnet PageOrgUnit.title.approvers=Genehmiger PageOrgUnit.title.assignments=Zuweisungen -PageOrgUnit.title.authorizations=Authorizations +PageOrgUnit.title.authorizations=Berechtigungen PageOrgUnit.title.basic=grundlegend -PageOrgUnit.title.exclusions=Exclusions +PageOrgUnit.title.exclusions=Ausschlüsse PageOrgUnit.title.inducements=Veranlassungen -PageOrgUnit.title=New org. unit +PageOrgUnit.title=Neue Organisationseinheit PageOrgUnit.title.parentOrgUnit=Parent(s) pageProcessInstance.button.back=Zurück pageProcessInstances.active=Currently active @@ -1733,7 +1733,7 @@ pageProcessInstances.button.back=Zurück pageProcessInstances.button.stop=Stop process instance(s) pageProcessInstances.button.delete=Delete process instance(s) pageProcessInstances.finished=Recently finished -pageProcessInstances.item.finished=Finished +pageProcessInstances.item.finished=Fertig pageProcessInstances.item.name=Name pageProcessInstances.item.owner=Besitzer pageProcessInstances.item.result=Ergebnis @@ -1744,8 +1744,8 @@ pageProcessInstances.item.state=Status pageProcessInstances.item.stage=Stage pageProcessInstances.item.status=Status pageProcessInstances.message.noStoppableItemSelected=No process instance that could be stopped has been selected. -pageProcessInstances.message.noItemSelected=No process instance has been selected. -pageProcessInstances.notYet=not yet +pageProcessInstances.message.noItemSelected=Es wurde keine Prozessinstanz ausgewählt +pageProcessInstances.notYet=noch nicht PageProcessInstancesAll.title=Alle Bewilligungsanträge PageProcessInstancesRequestedBy.title=Meine Bewilligungsanfragen PageProcessInstancesRequestedFor.title=Bewilligungsanträge für mich @@ -1755,7 +1755,7 @@ PageReport.jasperTemplate=Jasper template PageReport.jasperTemplateStyle=Jasper template style PageReport.message.cantSaveEmpty=Ein leerer Report kann nicht gespeichert werden. PageReport.message.cantSerializeFromObjectToString=Can't serialize object to XML. -PageReports.button.configure=Configure +PageReports.button.configure=Konfigurieren PageReports.button.run=Ausführen PageReports.message.jasperError=Error occurred during creating Jasper report. PageReports.message.queryError=Fehler aufgetreten während der Übersetzung des Suchbegriffs zum Filter. @@ -1771,7 +1771,7 @@ PageReports.search.showSubreports=Show subreports PageReports.table.description=Beschreibung PageReports.table.name=Name PageReports.title.auditPopup=Audit report parameters -PageReports.title=Available reports +PageReports.title=Verfügbare Berichte PageReports.title.reconciliationPopup=Reconciliation report parameters PageReports.title.userPopup=User report parameters PageReport.title=Report configuration @@ -1793,25 +1793,25 @@ PageResource.resource.schemaError=Schemafehler PageResource.tab.details=Details pageResource.bundle=Gebinde pageResource.button.back=Zurück -pageResource.button.editXml=Edit XML -pageResource.button.refreshSchema=Refresh schema -pageResource.button.wizard=Wizard +pageResource.button.editXml=XML editieren +pageResource.button.refreshSchema=Schema neu laden +pageResource.button.wizard=Einrichtungsassistent pageResource.button.configurationEdit=Edit configuration pageResource.button.wizardShow=Show using wizard pageResource.button.wizardEdit=Edit using wizard pageResource.button.importAccounts=Accounts importieren -pageResource.refreshSchema.failed=Failed to refresh resource schema +pageResource.refreshSchema.failed=Schema konnte nicht neu geladen werden pageResource.button.save=Speichern pageResource.button.test=Verbindungen prüfen pageResource.capabilities=Fähigkeiten pageResource.conConnection=Konnektor Verbindung pageResource.confValidation=Konfigurationsbewertung -pageResource.conInitialization=Connection initialization +pageResource.conInitialization=Verbindung initialisieren pageResource.conSanity=Konnektoren Gesundheitszustand pageResource.conSchema=Konnektoren Schema -pageResource.deleteSyncToken=Delete Sync. Token +pageResource.deleteSyncToken=Sync Token löschen pageResourceEdit.edit=Ändern -pageResourceEdit.message.emptyXml=Can't save empty xml as resource. +pageResourceEdit.message.emptyXml=Leeres XML Dokument kann nicht als Ressource gespeichert werden. pageResourceEdit.options=Optionen pageResource.editResource=Ressource ändern PageResourceEdit.title=Neue Ressource @@ -1820,19 +1820,19 @@ pageResource.message.invalidTaskSearch=Synchronization task search did not perfo pageResource.message.oidNotDefined=Ressource OID ist im Antrag nicht definiert. pageResource.name=Name pageResource.objectTypes.displayName=Anzeigename -pageResource.objectTypes.help=Help -pageResource.objectTypes.nativeObjectClass=Native object class -pageResource.objectTypes=Object types +pageResource.objectTypes.help=Hilfe +pageResource.objectTypes.nativeObjectClass=Native Objektklasse +pageResource.objectTypes=Objekttypen: pageResource.objectTypes.type=Typ pageResource.oid=OID -pageResource.overallStatus=Overall status -pageResource.progress=Progress +pageResource.overallStatus=Gesamtstatus +pageResource.progress=Fortschritt pageResource.resource=Ressource pageResource.synchronizationTasks=Synchronisierungsaufgabe pageResources.bundle=Gebinde pageResources.connectorType=Konnektoren Typ pageResources.button.discoveryRemote=Recherche -pageResources.button.editAsXml=Edit XML +pageResources.button.editAsXml=XML editieren pageResources.button.search=Suche pageResources.connector.hostname=Hostname pageResources.connectorHosts=Konnektor System @@ -1843,20 +1843,20 @@ pageResources.connector.timeout=Timeout pageResources.content=Inhalt pageResources.dialog.title.confirmDelete=Löschen bestätigen pageResources.import=Importieren -pageResources.inlineMenuItem.deleteSyncToken=Delete sync. token -pageResources.inlineMenuItem.editResource=Edit using wizard +pageResources.inlineMenuItem.deleteSyncToken=Sync Token löschen +pageResources.inlineMenuItem.editResource=mit Einrichtungsassistent editieren pageResources.message.deleteHostConfirm=Do you really want to delete host '{0}'? pageResources.message.deleteHostsConfirm=Do you really want to delete {0} hosts? pageResources.message.deleteResourceConfirm=Do you really want to delete resource '{0}'? -pageResources.message.deleteResourcesConfirm=Do you really want to delete {0} resources? +pageResources.message.deleteResourcesConfirm=Wollen Sie wirklich {0} Ressourcen löschen? pageResources.message.noHostSelected=Es wurde kein Konnektor ausgewählt. -pageResources.message.noResourceSelected=No resource has been selected. +pageResources.message.noResourceSelected=Es wurde keine Ressource ausgewählt pageResources.message.queryError=Fehler aufgetreten während der Übersetzung des Suchbegriffs zum Filter. pageResources.name=Name -pageResources.progress=Progress +pageResources.progress=Fortschritt pageResources.resources=Ressourcen pageResources.searchText.placeholder=Name -pageResources.status=Last status +pageResources.status=Letzter Status pageResource.status=Status PageResources.title=Resources List pageResources.version=Versio @@ -1865,13 +1865,13 @@ PageResource.title=Resource details pageResource.type=Typ pageResource.version=Versio PageResourceWizard.title=Neue Ressource -PageResourceWizard.title.edit=Edit resource '{0}' -pageRole.members=Members +PageResourceWizard.title.edit=Ressource '{0}' editieren +pageRole.members=Mitglieder pageRole.governance=Governance PageRoleEditor.extension=Erweiterung PageRoleEditor.label.approverRef=Genehmiger PageRoleEditor.label.approverRef.placeholder=Genehmiger setzen -PageRoleEditor.label.assignmentConstraint.placeholder=Set assignment policy +PageRoleEditor.label.assignmentConstraint.placeholder=Zuweisungsrichtlinie festlegen PageRoleEditor.label.description=Beschreibung PageRoleEditor.label.displayName=Anzeigename PageRoleEditor.label.identifier=Administrativer Status @@ -1879,12 +1879,12 @@ PageRoleEditor.label.maxAssignments=Max. assignments PageRoleEditor.label.minAssignments=Min. assignments PageRoleEditor.label.name=Name PageRoleEditor.label.ownerRef=Besitzer -PageRoleEditor.label.ownerRef.placeholder=Set owner +PageRoleEditor.label.ownerRef.placeholder=Eigentümer festlegen PageRoleEditor.label.requestable=Beantragbar PageRoleEditor.label.riskLevel=Risikostufe PageRoleEditor.label.type=Typ -PageRoleEditor.message.addApproverOk=Der Genehmiger mit dem Namen\: '{0}' wurde erfolgreich hinzugefügt. -PageRoleEditor.message.addOwnerOk=Owner with name\: '{0}' was added successfully. +PageRoleEditor.message.addApproverOk=Approver with name\\: '{0}' was added successfully. +PageRoleEditor.message.addOwnerOk=Owner with name\\: '{0}' was added successfully. PageRoleEditor.message.cantAddOwner=Can't setup the selected owner. PageRoleEditor.message.cantCreateExtensionDelta=Can't create delta for role extension PageRoleEditor.subtitle.activation=Aktivierung @@ -1902,14 +1902,14 @@ pageRoles.message.confirmationMessageForMultipleObject=Do you really want to {0} pageRoles.message.confirmationMessageForSingleObject=Do you really want to {0} role '{1}'? pageRoles.message.confirmationMessageForMultipleObject.members=Do you really want to {0} selected {1} role(s)? Some of the roles have member(s). pageRoles.message.confirmationMessageForSingleObject.members=Do you really want to {0} role '{1}'? Selected role has member(s). -pageRoles.message.nothingSelected=No role has been selected. +pageRoles.message.nothingSelected=Es wurde keine Rolle ausgewählt pageRoles.message.queryError=Fehler aufgetreten während der Übersetzung des Suchbegriffs zum Filter. pageRoles.requestable=Beantragbar PageRoles.title=Rollen auflisten pageSecurityQuestions.message.WrongAnswer=Fragen nicht richtig beanwortet pageSecurityQuestions.message.noPolicySet=Keine Passwortrichtlinie definiert PageSecurityQuestions.title=Sicherheitsfragen -PageShowPassword.message=Ihr neues Passwort ist\: +PageShowPassword.message=Ihr neues Passwort lautet\\: PageShowPassword.success=Das neue Passwort wurde erfolgreich erstellt PageShowPassword.title=Neues Passwort PageSizePopover.title=Seitenumfang @@ -1919,9 +1919,9 @@ pageSystemConfiguration.assignmentPolicyEnforcement.value.mark=Markieren pageSystemConfiguration.assignmentPolicyEnforcement.value.none=Nichts pageSystemConfiguration.assignmentPolicyEnforcement.value.positive=Positiv pageSystemConfiguration.logging.title=Logging -pageSystemConfiguration.notifications.title=Mitteilungen +pageSystemConfiguration.notifications.title=Benachrichtigungen pageSystemConfiguration.profiling.title=Profilierung -pageSystemConfiguration.adminGui.title=Admininterface +pageSystemConfiguration.adminGui.title=Administrationsoberfläche pageSystemConfiguration.system.title=System PageSystemConfiguration.title=Konfiguration AdminGuiConfigPanel.dashboardLinksConfig=Dashboard links configuration @@ -1930,19 +1930,19 @@ AdminGuiConfigPanel.title=Admin GUI configuration AdminGuiConfigPanel.dashboardLinkDialogTitle.title=Configure dashboard link AdminGuiConfigPanel.additionalMenuItemDialog.title=Configure additional menu item RichHyperlinkConfigDialog.label=Label -RichHyperlinkConfigDialog.targetUrl=Target URL -RichHyperlinkConfigDialog.color=Color -RichHyperlinkConfigDialog.authorization=Authorization -RichHyperlinkConfigDialog.icon=Icon (css class) +RichHyperlinkConfigDialog.targetUrl=Ziell URL +RichHyperlinkConfigDialog.color=Farbe +RichHyperlinkConfigDialog.authorization=Berechtigung +RichHyperlinkConfigDialog.icon=Symbol (CSS Klasse) RichHyperlinkConfigDialog.description=Beschreibung RichHyperlinkConfigDialog.message.badUpdate=Can't show empty dashboard link config. PageTaskAdd.title=Neue Aufgabe -pageTask.advancedOption=Advanced option +pageTask.advancedOption=Erweiterte Option pageTask.basic=grundlegend 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=durchsuchen -pageTask.category.BulkActions=Bulk actions +pageTask.category.BulkActions=Massenaktionen pageTask.category.Demo=Demo pageTask.category.ImportFromFile=Import von Datei pageTask.category.ImportingAccounts=Accounts importieren @@ -1952,11 +1952,11 @@ pageTask.category.Reconciliation=Abgleich pageTask.category.UserRecomputation=User recomputation pageTask.category.Workflow=Arbeitsablauf 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.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=Für weiter Informationen siehe +pageTask.cronHelpLinkTutorial=Anleitung pageTask.cronSpec=Schedule cron-like specification -pageTask.dryRun=Dry run +pageTask.dryRun=Probelauf pageTask.focusType=Applicable to type pageTaskEdit.basic=grundlegend pageTaskEdit.work=Work to do @@ -1966,18 +1966,18 @@ pageTaskEdit.binding=Binding pageTaskEdit.button.back=Zurück pageTaskEdit.button.cancelEditing=Cancel editing pageTaskEdit.button.edit=Ändern -pageTaskEdit.button.resume=Resume -pageTaskEdit.button.runNow=Run now +pageTaskEdit.button.resume=Fortsetzen +pageTaskEdit.button.runNow=Jetzt ausführen pageTaskEdit.button.stopApprovalProcess=Stop approval process pageTaskEdit.button.save=Speichern pageTaskEdit.button.suspend=einstellen -pageTaskEdit.category=Category -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.category=Kategorie +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=Für mehr Informationen siehe +pageTaskEdit.cronHelpLinkTutorial=Anleitung pageTaskEdit.cronSpec=Schedule cron-like specification pageTaskEdit.description=Beschreibung -pageTaskEdit.dryRun=Dry run +pageTaskEdit.dryRun=Probelauf pageTaskEdit.executeInRawMode=Execute in raw mode pageTaskEdit.execution=Execution status pageTaskEdit.handlerUri=Handler URI @@ -1997,7 +1997,7 @@ pageTaskEdit.notStartAfter=Do not start after pageTaskEdit.notStartBefore=Do not start before pageTaskEdit.objectClass=Objektklasse pageTaskEdit.objectDelta=Object delta -pageTaskEdit.bulkAction=Bulk action +pageTaskEdit.bulkAction=Massenaktion pageTaskEdit.objectType=Objekttyp pageTaskEdit.objectQuery=Object query pageTaskEdit.objectRef=Objektreferenz @@ -2013,15 +2013,15 @@ pageTaskEdit.options=Optionen pageTaskEdit.parent=Übergeordnete Aufgabe pageTaskEdit.owner=Augabenbesitzer pageTaskEdit.recurring=Wiederkehrende Aufgabe -pageTaskEdit.recurrence=Recurrence +pageTaskEdit.recurrence=Wiederholung 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.scheduleTitle=Scheduling -pageTaskEdit.approvals=Approvals +pageTaskEdit.approvals=Genehmigungen pageTaskEdit.operation=Operation context pageTaskEdit.performance=Environmental performance -pageTaskEdit.progress=Progress +pageTaskEdit.progress=Fortschritt pageTaskEdit.subtasksAndThreads=Unteraufgaben und Threads pageTaskEdit.statesAndActions=States and actions pageTaskEdit.result=Ergebnis @@ -2049,13 +2049,13 @@ pageTask.name=Aufgaben Name pageTask.notStartAfter=Do not start after pageTask.notStartBefore=Do not start before pageTask.notStartBefore.error1='Do not start before' is later than 'Do not start after' -pageTask.now=Now +pageTask.now=Jetzt pageTask.objectClass=Objektklasse pageTask.objectRef=Resource reference pageTask.options=Optionen pageTask.recurring=Wiederkehrende Aufgabe -pageTask.runUntilNodeDown.error1=Compatible data for 'Thread stop action' are\: Close, Suspend -pageTask.runUntilNodeDown.error2=Compatible data for 'Thread stop action' are\: Restart, Reschedule +pageTask.runUntilNodeDown.error1=Compatible data for 'Thread stop action' are\\: Close, Suspend +pageTask.runUntilNodeDown.error2=Compatible data for 'Thread stop action' are\\: Restart, Reschedule pageTask.runUntilNodeDown=Run only until node down pageTasks.alreadyPassed=already passed pageTasks.alreadyPassedForNotRunningTasks=(already passed) @@ -2065,32 +2065,32 @@ pageTasks.button.deleteTask=Löschen pageTasks.button.deleteAllClosedTasks=Alle geschlossenen Tasks löschen pageTasks.button.reactivateServiceThreads=Start all threads pageTasks.button.refreshTasks=Aufgaben aktualisieren -pageTasks.button.resumeTask=Resume -pageTasks.button.scheduleTask=Run now -pageTasks.button.startScheduler=Start +pageTasks.button.resumeTask=Fortsetzen +pageTasks.button.scheduleTask=Jetzt ausführen +pageTasks.button.startScheduler=Starten pageTasks.button.stopSchedulerAndTasks=Aufgabenplaner und Aufgaben stoppen pageTasks.button.stopScheduler=Stop scheduler pageTasks.button.suspendTask=einstellen pageTasks.button.synchronizeTasks=Aufgaben sychronisieren pageTasks.button.synchronizeWorkflowRequests=Bewilligungsanträge synchronisieren pageTasks.category.AccessCertification=Access certification -pageTasks.category.AllCategories=All categories -pageTasks.category.BulkActions=Bulk actions -pageTasks.category=Category +pageTasks.category.AllCategories=Alle Kategorien +pageTasks.category.BulkActions=Massenaktionen +pageTasks.category=Kategorie pageTasks.category.Cleanup=Cleanup pageTasks.category.Demo=Demo pageTasks.category.ImportFromFile=Import von Datei pageTasks.category.ImportingAccounts=Accounts importieren pageTasks.category.LiveSynchronization=Live synchronization -pageTasks.category.null=(undefined) -pageTasks.category.Recomputation=Recomputation +pageTasks.category.null=(nicht definiert) +pageTasks.category.Recomputation=Neuberechnung pageTasks.category.Reconciliation=Abgleich pageTasks.category.Report=Bericht pageTasks.category.System=System pageTasks.category.UserRecomputation=User recomputation pageTasks.category.Utility=Utility pageTasks.category.Workflow=Arbeitsablauf -pageTasks.category.ExecuteChanges=Execute changes +pageTasks.category.ExecuteChanges=Änderungen ausführen pageTasks.message.suspendAction=suspend pageTasks.message.resumeAction=resume pageTasks.message.runNowAction=run now @@ -2130,40 +2130,40 @@ 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.nodes=Knoten +pageTasks.node.statusMessage=Statusmeldung +pageTasks.nowForNotRunningTasks=(jetzt) pageTasks.now=jetzt -pageTasks.runsContinually=runs continually +pageTasks.runsContinually=stets laufend pageTasks.stalledSince=STALLED since {0} at {1} pageTasks.state=Status pageTasks.subtasks=Unteraufgaben anzeigen -pageTasks.task.category=Category -pageTasks.task.currentRunTime=Current run time -pageTasks.task.detail=Detail +pageTasks.task.category=Kategorie +pageTasks.task.currentRunTime=Aktuelle Laufzeit +pageTasks.task.detail=Details pageTasks.task.executingAt=Executing at pageTasks.task.execution=Ausführung pageTasks.task.name=Name pageTasks.task.objectRef=Objektreferenz -pageTasks.task.progress=Progress +pageTasks.task.progress=Fortschritt pageTasks.task.scheduledToRunAgain=Scheduled to start again pageTasks.tasks=Aufgaben pageTasks.task.status=Status PageTasks.title=Aufgaben -pageTasks.unknownRefName=Unknown object +pageTasks.unknownRefName=Unbekanntes Objekt pageTask.threadStop=Thread stop action -pageTask.title.edit=Details for '{0}' -pageTask.type=Type\: +pageTask.title.edit=Details für '{0}' +pageTask.type=Typ\\: page.title.edit={0} page.title.editResource=Ressource ändern pageUser.accounts=Konten -pageUser.assignment.active=Active +pageUser.assignment.active=aktiv pageUser.assignment.name=Name pageUser.assignments=Zuweisungen pageAdminFocus.request=Rolle beantragen pageAdminFocus.objectHistory=History pageUser.assignment.type=Typ -pageUser.button.abort=Abort +pageUser.button.abort=abbrechen pageUser.button.addAccount=Konto hinzufügen pageUser.button.back=Zurück pageUser.button.delete=Löschen @@ -2171,7 +2171,7 @@ pageUser.button.disable=Sperren pageUser.button.enable=Freigeben pageUser.button.recompute.assignments=Alle Aufgaben zeigen pageUser.button.save=Speichern -pageUser.button.submit=Preview changes +pageUser.button.submit=Änderungen vorschauen pageUser.button.unlink=Verknüpfung aufheben pageUser.button.unlock=entsperren pageUser.description=User in repository @@ -2184,8 +2184,8 @@ pageUser.message.cantEditUser=Couldn't load form for editing user. pageUser.message.cantNewUser=Couldn't load form for new user. pageUser.message.cantSubmitUser=Couldn't send user for submit pageUser.message.cantUpdateUser=Update user failed -pageUser.message.couldntAssignObject=Konnte Objekt '{0}' nicht zuweisen, Grund\: {1}. -pageUser.message.couldntCreateAccount=Account Formular für '{0}' konnte nicht erstellt werden, Grund\: {1}. +pageUser.message.couldntAssignObject=Couldn't assign object '{0}', reason\\: {1}. +pageUser.message.couldntCreateAccount=Couldn't create account form for '{0}', reason\\: {1}. pageUser.message.couldntCreateAccountNoSchema=Account '{0}' konnte nicht erstellt werden, es ist kein detailliertes Schema verfügbar. Möglicherweise besteht ein Problem mit der Konnektor Konfiguration und/oder der Verbindung. Bitte Logfiles für mehre Informationen überprüfen. pageUser.message.deleteAccountConfirm=Wollen Sie wirklich {0} Account(s) löschen? pageUser.message.deleteAssignmentConfirm=Wollen Sie wirklich die Zuweisung(en) {0} löschen? @@ -2245,8 +2245,8 @@ pageWorkItem.accordionLabel.objectNew=Object after proposed change (technical in pageWorkItem.accordionLabel.objectOld=Object before change (technical information) pageWorkItem.accordionLabel.processInstance=Prozessinstanz Informationen pageWorkItem.accordionLabel.requester=Antragsteller (technische Informationen) -pageWorkItem.additionalData.description=Related data -pageWorkItem.additionalInfo=Supplementary information +pageWorkItem.additionalData.description=verwandte Daten +pageWorkItem.additionalInfo=Zusätzliche Informationen pageWorkItem.button.approve=Genehmigen pageWorkItem.button.cancel=Zurück pageWorkItem.button.claim=Claim @@ -2261,26 +2261,26 @@ pageWorkItem.objectNew.description=Objekt nach mutmasslichen Änderungen pageWorkItem.objectOld.description=Objekt vor den Veränderungen pageWorkItem.options=Optionen pageWorkItem.requestCommon.description=Generelle Informationen über den Antrag -pageWorkItem.requestedBy=Beantragt von\: -pageWorkItem.requestedOn=Beantragt am\: +pageWorkItem.requestedBy=Angefordert von\\: +pageWorkItem.requestedOn=Angefordert am\\: pageWorkItem.requester.description=Antragsteller pageWorkItem.requestSpecific.description=Ihre Entscheidung -workItemPanel.originallyAllocatedTo=Originally allocated to\: -workItemPanel.currentlyAllocatedTo=Currently allocated to\: -workItemPanel.candidateActors=Candidate actors\: -workItemPanel.stage=Approval stage\: -workItemPanel.escalationLevel=Escalation level\: -workItemPanel.requesterComment=Kommentar des Antragstellers\: +workItemPanel.originallyAllocatedTo=Originally allocated to\\: +workItemPanel.currentlyAllocatedTo=Currently allocated to\\: +workItemPanel.candidateActors=Candidate actors\\: +workItemPanel.stage=Approval stage\\: +workItemPanel.escalationLevel=Escalation level\\: +workItemPanel.requesterComment=Requester comment\\: workItemPanel.delta=Differenz zum genehmigen workItemPanel.mainInfo=Grundlegende Infos workItemPanel.options=Optionen -workItemPanel.requestedBy=Beantragt von\: -workItemPanel.requestedOn=Beantragt am\: -workItemPanel.workItemCreatedOn=Dieses Work Item wurde erstellt am\: -workItemPanel.workItemDeadline=Deadline\: +workItemPanel.requestedBy=Angefordert von\\: +workItemPanel.requestedOn=Angefordert am\\: +workItemPanel.workItemCreatedOn=Dieses Arbeitselement wurde erzeugt am\\: +workItemPanel.workItemDeadline=Deadline\\: workItemPanel.requester.description=Antragsteller workItemPanel.subTitle=Work Item Details -workItemPanel.title=Arbeit zu erledigen\: +workItemPanel.title=Work to do\\: workItemPanel.changesToBeApproved=zu genehmigende Veränderungen workItemPanel.additionalAttributes=Additional attributes workItemPanel.approvalHistory=Bewilligungshistorie für diesen Antrag @@ -2312,10 +2312,10 @@ PageWorkItemsAll.title=Alle Arbeitselemente PageWorkItemsAllocatedToMe.title=Mir zugewiesene Arbeitselemente PageWorkItem.title=Work Item Details PageWorkItem.subTitle=Work Item Details -pageWorkItem.title=Arbeit zu erledigen\: +pageWorkItem.title=Work to do\\: pageWorkItem.trackingData.description=Tracking (diagnostic) data pageWorkItem.trackingData=Daten verfolgen -pageWorkItem.workItemCreatedOn=Dieses Work Item wurde erstellt am\: +pageWorkItem.workItemCreatedOn=This work item created on\\: passwordPanel.error=Passwörter stimmen nicht überein passwordPanel.passwordChange=ändern passwordPanel.passwordRemove=entfernen @@ -2332,7 +2332,7 @@ PersonalInfoPanel.lastLogin.from=Von PersonalInfoPanel.lastLogin=letztes Login PersonalInfoPanel.never=Niemals PersonalInfoPanel.other=Andere -PersonalInfoPanel.passwordExp=Account expiration date +PersonalInfoPanel.passwordExp=Ablaufdatum des Kontos PersonalInfoPanel.undefined=Nicht definiert policyRef.nullValid=Auswählen prismContainer.mainPanelDisplayName=Eigenschaften @@ -2341,39 +2341,39 @@ prismContainer.shadow.mainPanelDisplayName=Eigenschaften PrismObjectPanel.hideEmpty=Leere Felder vertecken PrismObjectPanel.maximize=Maximieren PrismObjectPanel.minimize=Minimieren -PrismObjectPanel.protectedAccount=Protected account +PrismObjectPanel.protectedAccount=geschütztes Konto PrismObjectPanel.showEmpty=Leere Felder anzeigen PrismObjectPanel.sortProperties=Sortierungseigenschaften PrismObjectPanel.showMetadata=Show metadata PrismObjectPanel.hideMetadata=Hide metadata -prismOptionButtonPanel.hideEmpty=Hide empty fields +prismOptionButtonPanel.hideEmpty=Leere Felder verstecken prismOptionButtonPanel.maximize=Maximieren prismOptionButtonPanel.minimize=Minimieren prismOptionButtonPanel.showEmpty=Leere Felder anzeigen prismPropertyPanel.hasOutbound=hat ein ausgehendes mapping -prismPropertyPanel.hasPendingModification=Has pending modification +prismPropertyPanel.hasPendingModification=Hat eine anstehende Änderung prismPropertyPanel.name.credentials.password=Passwort prismPropertyPanel.required=Wird benötigt prismValuePanel.add=Hinzufügen prismValuePanel.delete=Löschen -prismValuePanel.message.association.attributes=Attributes\: -processInstancePanel.details=Other information\: -processInstancePanel.finished=Finished\: +prismValuePanel.message.association.attributes=Attribute\\: +processInstancePanel.details=Sonstige Informationen\\: +processInstancePanel.finished=Fertig\\: processInstancePanel.message.cantGetDetails=Couldn't get process instance details. processInstancePanel.message.noTasks=nichts -processInstancePanel.name=Process instance name\: -processInstancePanel.pid=Instance ID\: -processInstancePanel.started=Started\: -processInstancePanel.taskAlreadyRemoved=(was already removed) -processInstancePanel.task=Systemaufgaben\: -processInstancePanel.tasks=Aktuell aktive Arbeitselemente\: -processInstancePanel.title.edit=Details for '{0}' +processInstancePanel.name=Name der Prozessinstanz\\: +processInstancePanel.pid=Instanz-ID\\: +processInstancePanel.started=Gestartet\\: +processInstancePanel.taskAlreadyRemoved=(wurde bereits entfernt) +processInstancePanel.task=Systemaufgabe\\: +processInstancePanel.tasks=Aktuelle aktive Arbeitselemente\\: +processInstancePanel.title.edit=Details für '{0}' ProfilingLevel.ARGUMENTS=Arguments ProfilingLevel.ENTRY_EXIT=Entry/Exit ProfilingLevel.OFF=aus ProgressPanel.ExecutionTimeWhenFinished=Operation executed in {0} milliseconds. ProgressPanel.ExecutionTimeWhenRunning=Operation executing for {0} second(s). -ProgressTableHeader.Activity=Activity +ProgressTableHeader.Activity=Aktivität ProgressTableHeader.ResourceObject=Resource object (if applicable) ProgressTableHeader.Status=Status ProvisioningStatistics.AverageTime=Durchschnittliche Zeit @@ -2401,7 +2401,7 @@ ProvisioningStatistics.UpdateFailure=Fail ProvisioningStatistics.UpdateSuccess=Update OK QNameEditor.label.localPart=Local part name QNameEditor.label.namespace=Namespace -QNameEditor.tooltip.attribute=TODO\: QNameEditor.tooltip.attribute +QNameEditor.tooltip.attribute=TODO\\: QNameEditor.tooltip.attribute QNameEditor.tooltip.localPart=Local part of QName QNameEditor.tooltip.namespace=Namespace of QName RangeValidator.range=Feldwert '${label}' muss sich zwischen ${minimum} und ${maximum} befinden. @@ -2427,17 +2427,17 @@ ResourceAssociationEditor.label.allow=Non-schema ref. ResourceAssociationEditor.label.association=Association specific attributes ResourceAssociationEditor.label.associationAttribute=Association attribute ResourceAssociationEditor.label.description=Beschreibung -ResourceAssociationEditor.label.direction=Direction +ResourceAssociationEditor.label.direction=Richtung ResourceAssociationEditor.label.displayName=Anzeigename ResourceAssociationEditor.label.edit=Edit association ResourceAssociationEditor.label.exclusiveStrong=Exclusive strong ResourceAssociationEditor.label.explicitRefIntegrity=Explicit ref. integrity ResourceAssociationEditor.label.fetchStrategy=Fetch strategy -ResourceAssociationEditor.label.inbound=Inbound mapping +ResourceAssociationEditor.label.inbound=Eingehendes Mapping ResourceAssociationEditor.label.intent=Target intent ResourceAssociationEditor.label.intolerantVP=Intolerant pattern ResourceAssociationEditor.label.kind=Target kind -ResourceAssociationEditor.label.limitations=Limitations +ResourceAssociationEditor.label.limitations=Einschränkungen ResourceAssociationEditor.label.matchingRule=Matching rule ResourceAssociationEditor.label.new=Create new association ResourceAssociationEditor.label.outbound=Outbound mapping @@ -2450,16 +2450,16 @@ ResourceAssociationEditor.message.cantParseSchema=Couldn't parse resource schema ResourceAttributeEditor.label.allow=Non-schema attribute ResourceAttributeEditor.label.description=Beschreibung ResourceAttributeEditor.label.displayName=Anzeigename -ResourceAttributeEditor.label.edit=Edit attribute +ResourceAttributeEditor.label.edit=Attribut editieren ResourceAttributeEditor.label.exclusiveStrong=Exclusive strong ResourceAttributeEditor.label.fetchStrategy=Fetch Strategy -ResourceAttributeEditor.label.inbound=Inbound mappings +ResourceAttributeEditor.label.inbound=Eingehende Mappings ResourceAttributeEditor.label.intolerantVP=Intolerant pattern -ResourceAttributeEditor.label.limitations=Limitations +ResourceAttributeEditor.label.limitations=Einschräunkgungen ResourceAttributeEditor.label.matchingRule=Matching rule -ResourceAttributeEditor.label.unknownMatchingRule=Unknown matching rule\: {0} -ResourceAttributeEditor.label.new=Create new attribute -ResourceAttributeEditor.label.outbound=Outbound mappings +ResourceAttributeEditor.label.unknownMatchingRule=Unknown matching rule: {0} +ResourceAttributeEditor.label.new=Neues Attribut definieren +ResourceAttributeEditor.label.outbound=Ausgehende Mappings ResourceAttributeEditor.label.reference=Attribut ResourceAttributeEditor.label.tolerant=Tolerant ResourceAttributeEditor.label.tolerantVP=Tolerant pattern @@ -2471,13 +2471,13 @@ ResourceCredentialsEditor.label.fetchStrategy=Fetch strategy ResourceCredentialsEditor.label.inbound=eingehend ResourceCredentialsEditor.label.outbound=ausgehend ResourceCredentialsEditor.label.passwordPolicyRef=Passwort-Regel -ResourceDependencyEditor.label.button.add=Add resource dependency -ResourceDependencyEditor.label=Edit Dependencies +ResourceDependencyEditor.label.button.add=Ressourcenabhängikeit hinzufügen +ResourceDependencyEditor.label=Abhängigkeiten editieren ResourceDependencyEditor.label.intent=Dependency intent ResourceDependencyEditor.label.kind=Dependency kind -ResourceDependencyEditor.label.order=Order +ResourceDependencyEditor.label.order=Reihenfolge ResourceDependencyEditor.label.resourceRef=Dependency resource -ResourceDependencyEditor.label.strictness=Strictness +ResourceDependencyEditor.label.strictness=Strenge ResourceIterationEditor.label.description=Beschreibung ResourceIterationEditor.label=Edit resource iteration configuration ResourceIterationEditor.label.expressionEvaluator=Expression evaluator @@ -2485,7 +2485,7 @@ ResourceIterationEditor.label.expression=Ausdruck ResourceIterationEditor.label.expressionType=Ausdruckstyp ResourceIterationEditor.label.extension=Erweiterung ResourceIterationEditor.label.language=Sprache -ResourceIterationEditor.label.maxIteration=Max iteration +ResourceIterationEditor.label.maxIteration=Max. Iterationen ResourceIterationEditor.label.policyRef=Referenzierte Vorschrift(en) ResourceIterationEditor.label.postIterationCondition=Post-iteration condition ResourceIterationEditor.label.preIterationCondition=Pre-iteration condition @@ -2493,23 +2493,23 @@ ResourceIterationEditor.label.returnMultiplicity=Return multiplicity ResourceIterationEditor.label.stringFilter=String filter ResourceIterationEditor.label.tokenExpression=Token expression ResourceIterationEditor.label.variable=Variable -resource.nullValid=Choose resource... +resource.nullValid=Ressource auswählen... resourcePopup.bundle=Gebinde -resourcePopup.button.add=Add resource(s) +resourcePopup.button.add=Ressource(n) hinzufügen resourcePopup.name=Name resourcePopup.version=Versio -ResourceProtectedEditor.button.add=Add protected account +ResourceProtectedEditor.button.add=Geschütztes Konto hinzufügen ResourceProtectedEditor.label.description=Beschreibung -ResourceProtectedEditor.label=Edit protected accounts -ResourceProtectedEditor.label.filterClause=Filter clause +ResourceProtectedEditor.label=Geschützte Konten bearbeiten +ResourceProtectedEditor.label.filterClause=Filterklausel ResourceProtectedEditor.label.filter=Filter ResourceProtectedEditor.label.name=Name ResourceProtectedEditor.label.uid=Uid -ResourceStatus.DOWN=Down +ResourceStatus.DOWN=Ab ResourceStatus.ERROR=Fehler -ResourceStatus.NOT_TESTED=Not tested +ResourceStatus.NOT_TESTED=Nicht getestet ResourceStatus.SUCCESS=Erfolg -ResourceStatus.UP=Up +ResourceStatus.UP=Auf ResourceStatus.WARNING=Warnung ResourceType.isSync=Synchronisierung ResourceType.tasks=Aufgaben @@ -2517,16 +2517,16 @@ ResourceWizard.expression.tooltip.expression=The XML representation of the expre 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. -ResourceWizard.help.capabilityStep=

Resource capabilities are the things that the resource can do. Not all the resource are equal in their capabilities. E.g. one resource supports account activation (enabling and disabling accounts) but other does not. One resource provides read-write access while other can support read-only access. One resource supports real-time synchronization while other does not. The capabilities define what features the resource supports so system can behave accordingly.

All the capabilities can be disabled (i.e. turned off). Disabling the capability will cause that system will not use that part of the connector and resource. The capabilities are usually disabled if they are faulty. E.g. if there is a bug in a connector or on the resource then the bug might be circumvented if appropriate capability is disabled. But the capabilities may be disabled also for administrative reasons. E.g. disabling Create, Update and Delete capabilities makes the resource efficiently read-only.

Some capabilities can be simulated. It means that system can pretend that the resource has specific capability even though it does not have it. E.g. an activation capability can be simulated by setting a specific account attribute to a specific value to disable an account. Such simulated capabilities usually require some configuration. This can also be configured on this page.

See Resource Capabilities wiki page for more details. +ResourceWizard.help.capabilityStep=

Resource capabilities are the things that the resource can do. Not all the resource are equal in their capabilities. E.g. one resource supports account activation (enabling and disabling accounts) but other does not. One resource provides read-write access while other can support read-only access. One resource supports real-time synchronization while other does not. The capabilities define what features the resource supports so system can behave accordingly.

All the capabilities can be disabled (i.e. turned off). Disabling the capability will cause that system will not use that part of the connector and resource. The capabilities are usually disabled if they are faulty. E.g. if there is a bug in a connector or on the resource then the bug might be circumvented if appropriate capability is disabled. But the capabilities may be disabled also for administrative reasons. E.g. disabling Create, Update and Delete capabilities makes the resource efficiently read-only.

Some capabilities can be simulated. It means that system can pretend that the resource has specific capability even though it does not have it. E.g. an activation capability can be simulated by setting a specific account attribute to a specific value to disable an account. Such simulated capabilities usually require some configuration. This can also be configured on this page.

See Resource Capabilities wiki page for more details. ResourceWizard.help.configurationStep=

This stage of the wizard configures connector configuration properties. They usually define network parameters used to access the resource such as hostname and port numbers. Additional connection parameters such as operation network timeouts and connection pooling configuration can be specified here.

There connector configuration properties are unique for each connector. The specific set of configuration properties are determined by connector configuration schema. Therefore the content of this page depends on the connector type that was selected in the previous page.

-ResourceWizard.help.nameStep=

This stage of the wizard configures basic properties of the resource. It can be used to configure resource name and description. Connector name is mandatory and must be unique. Connector that will be used to access the resource must also be configured. Connectors are deployed on connector hosts. If the connector host is left empty then connectors deployed directly in the system instance will be used.

See Resource Configuration wiki page for detailed explanation of resource configuration.

-ResourceWizard.help.schemaHandlingStep=

This step is used to provide configuration for handling of resource schema. The configuration displayed on this page tells system what to do with resource object classes and attributes. It contains the configuration of mappings between user properties and account attributes, configuration of account types, groups, provisioning dependencies, password mapping and so on.

The configuration is grouped into object types. Each object type defines the behavior for specific account type, entitlement type, OU, etc. The object type is uniquely identified by the combination of kind and intent. The kind defines what kind of the object it is\:

  • kind\=account means that the object is an account, i.e. that it represents a user.
  • kind\=entitlement is applied to groups, roles, privileges, ACIs and similar objects that can be associated with accounts and which give privileges or access rights to the account.
  • kind\=generic applies to other objects such as organizational units (OUs), domains, etc.
Intent is a plain string that can be used to distinguish several object types. E.g. it can be used to define several account types, e.g. "default user account", "administration account", "testing account" and so on. See Kind, Intent and ObjectClass wiki page for more details.

More details about schema handling configuration are provided on Resource Schema Handling wiki page. -ResourceWizard.help.schemaStep=

This page shows resource schema. The resource schema defines object classes that the connector can manage, e.g. accounts, groups, organizational units and so on. The schema defines a set of attributes for each object class. The schema is presented here in read-only form so you can inspect it and familiarize yourself with the data model that the resource provides.

The resource schema presented at this page is usually retrieved from the resource and automatically generated by system. Resource schema defines what the resource can do, i.e. what object classes it defines and what attributes are used in the object classes. Therefore the schema is read-only. It is not a configuration. It does not defines how system uses the object classes and attributes. That is configured in next steps of the wizard.

See Resource Schema wiki page for detailed explanation of resource schema concepts

-ResourceWizard.help.synchronizationStep=

The synchronization configuration defines how Identity Manager reacts when it discovers that resource object has changed. E.g. it defines how system reacts when it discovers new account, when it discovers that a group that should exist does not and so on. It is usually does not matter how system discovers the change the reaction is usually the same (although exceptions are possible by using channel specification). Therefore the policy that is configured here usually applies to live synchronization, reconciliation, import, discovery (consistency mechanism) and possible also other mechanisms that may come in the future.

See Synchronization Configuration wiki page for more details. +ResourceWizard.help.nameStep=

This stage of the wizard configures basic properties of the resource. It can be used to configure resource name and description. Connector name is mandatory and must be unique. Connector that will be used to access the resource must also be configured. Connectors are deployed on connector hosts. If the connector host is left empty then connectors deployed directly in the system instance will be used.

See Resource Configuration wiki page for detailed explanation of resource configuration.

+ResourceWizard.help.schemaHandlingStep=

This step is used to provide configuration for handling of resource schema. The configuration displayed on this page tells system what to do with resource object classes and attributes. It contains the configuration of mappings between user properties and account attributes, configuration of account types, groups, provisioning dependencies, password mapping and so on.

The configuration is grouped into object types. Each object type defines the behavior for specific account type, entitlement type, OU, etc. The object type is uniquely identified by the combination of kind and intent. The kind defines what kind of the object it is\\:

  • kind\\=account means that the object is an account, i.e. that it represents a user.
  • kind\\=entitlement is applied to groups, roles, privileges, ACIs and similar objects that can be associated with accounts and which give privileges or access rights to the account.
  • kind\\=generic applies to other objects such as organizational units (OUs), domains, etc.
Intent is a plain string that can be used to distinguish several object types. E.g. it can be used to define several account types, e.g. "default user account", "administration account", "testing account" and so on. See Kind, Intent and ObjectClass wiki page for more details.

More details about schema handling configuration are provided on Resource Schema Handling wiki page. +ResourceWizard.help.schemaStep=

This page shows resource schema. The resource schema defines object classes that the connector can manage, e.g. accounts, groups, organizational units and so on. The schema defines a set of attributes for each object class. The schema is presented here in read-only form so you can inspect it and familiarize yourself with the data model that the resource provides.

The resource schema presented at this page is usually retrieved from the resource and automatically generated by system. Resource schema defines what the resource can do, i.e. what object classes it defines and what attributes are used in the object classes. Therefore the schema is read-only. It is not a configuration. It does not defines how system uses the object classes and attributes. That is configured in next steps of the wizard.

See Resource Schema wiki page for detailed explanation of resource schema concepts

+ResourceWizard.help.synchronizationStep=

The synchronization configuration defines how Identity Manager reacts when it discovers that resource object has changed. E.g. it defines how system reacts when it discovers new account, when it discovers that a group that should exist does not and so on. It is usually does not matter how system discovers the change the reaction is usually the same (although exceptions are possible by using channel specification). Therefore the policy that is configured here usually applies to live synchronization, reconciliation, import, discovery (consistency mechanism) and possible also other mechanisms that may come in the future.

See Synchronization Configuration wiki page for more details. ResourceWizard.saveAndVisualize=Save and visualize ResourceWizard.visualize=Visualize -runReportPopupContent.button.run=Run report -runReportPopupContent.param.class=Parameter type +runReportPopupContent.button.run=Bericht ausführen +runReportPopupContent.param.class=Parametertyp runReportPopupContent.param.name.eventStage = Event Stage runReportPopupContent.param.name.eventType = Vorgangstyp runReportPopupContent.param.name.from = Date From @@ -2549,18 +2549,19 @@ runReportPopupContent.param.name.role=Rolle runReportPopupContent.param.name.roleOids=Roles runReportPopupContent.param.name.users=Users runReportPopupContent.param.name.stageNumber=Stage number (default is to take all stages) +runReportPopupContent.param.name.referencedRolesNames=Referenced Roles RunReportPopupPanel.title=Report configuration before run -runUntilNodeDown.error1=Compatible data for 'Thread stop action' are\: Close, Suspend -runUntilNodeDown.error2=Compatible data for 'Thread stop action' are\: Restart, Reschedule -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. +runUntilNodeDown.error1=Compatible data for 'Thread stop action' are\\: Close, Suspend +runUntilNodeDown.error2=Compatible data for 'Thread stop action' are\\: Restart, Reschedule +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 Identity Manager (usually a user). SchemaHandlingStep.activation.tooltip.outbound=Outbound mappings map values from Identity Manager (usually a user) to the resource (usually an account). SchemaHandlingStep.association.label.associationName=Association name -SchemaHandlingStep.association.label.associationNamespace=Namespace +SchemaHandlingStep.association.label.associationNamespace=Namensraum 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 "member", "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.associationLocalPart=TODO\: SchemaHandlingStep.association.tooltip.associationLocalPart -SchemaHandlingStep.association.tooltip.associationNamespace=TODO\: SchemaHandlingStep.association.tooltip.associationNamespace -SchemaHandlingStep.association.tooltip.direction=Definiert die Richtung der Verbindung. Objekt zu Subjekt\: Objekt (z.B. Gruppe) hat ein Attribut, welches die Kennung des Subjekts (z. B. Konto) enthält; Subjekt zu Objekt\: Subjekt (z.B. Konto) hat ein Attribut, wleches die Kennung des Objekts (z.B. Gruppe) enthält. +SchemaHandlingStep.association.tooltip.associationLocalPart=TODO\\: SchemaHandlingStep.association.tooltip.associationLocalPart +SchemaHandlingStep.association.tooltip.associationNamespace=TODO\\: SchemaHandlingStep.association.tooltip.associationNamespace +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 system assumes that the resource implements referential integrity. E.g. system assumes that the resource automatically updates the association identifiers if an account is renamed and system does not need to do anything. If set to true then system will do referential integrity explicitly. In this case system 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. @@ -2568,10 +2569,10 @@ SchemaHandlingStep.association.tooltip.valueAttribute=Name of the attribute that SchemaHandlingStep.attribute.label.attributeName=Attributname SchemaHandlingStep.attribute.label.attributeNamespace=Attribute namespace SchemaHandlingStep.attribute.tooltip.allow=Sofern markiert, ist es möglich ein Attribut welches nicht im original Ressourcen Schema vorhanden ist auszuwählen. Diese Option kann benutzt werden, sollten fehlerhafte Konnektoren lückenhafte Ressourcen Schemas haben. -SchemaHandlingStep.attribute.tooltip.attributeLocalPart=TODO\: SchemaHandlingStep.attribute.tooltip.attributeLocalPart -SchemaHandlingStep.attribute.tooltip.attributeNamespace=TODO\: SchemaHandlingStep.attribute.tooltip.attributeNamespace +SchemaHandlingStep.attribute.tooltip.attributeLocalPart=TODO\\: SchemaHandlingStep.attribute.tooltip.attributeLocalPart +SchemaHandlingStep.attribute.tooltip.attributeNamespace=TODO\\: SchemaHandlingStep.attribute.tooltip.attributeNamespace 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.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.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 system (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 system processing (mappings). SchemaHandlingStep.attribute.tooltip.limitations=Specify attribute limitations such as multiplicity, ability to read or write it, etc. @@ -2580,8 +2581,8 @@ SchemaHandlingStep.attribute.tooltip.outbound=Outbound mappings map values from 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 system. Non-tolerant attributes will only allow values that are defined in system (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 system processing (mappings). -SchemaHandlingStep.button.add=Add object type -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.button.add=Objekttyp hinzufügen +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 system (usually a user). SchemaHandlingStep.credentials.tooltip.outbound=Outbound mappings map values from system (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. @@ -2589,37 +2590,37 @@ SchemaHandlingStep.dependency.tooltip.intent=Intent of the object on which we de 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.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.iteration.tooltip.returnMultiplicity=TODO\\: SchemaHandlingStep.iteration.tooltip.returnMultiplicity +SchemaHandlingStep.iteration.tooltip.variable=TODO\\: SchemaHandlingStep.iteration.tooltip.variable SchemaHandlingStep.label.activation=Aktivierung SchemaHandlingStep.label.assignmentPolicyRef=Assignment policy SchemaHandlingStep.label.associations=Associations SchemaHandlingStep.label.attributes=Attribute SchemaHandlingStep.label.credentials=Zugangsdaten SchemaHandlingStep.label.default=Default -SchemaHandlingStep.label.dependency=Dependencies +SchemaHandlingStep.label.dependency=Abhängigkeiten SchemaHandlingStep.label.description=Beschreibung SchemaHandlingStep.label.displayName=Anzeigename SchemaHandlingStep.label.intent=Bedeutung SchemaHandlingStep.label.iteration=Iteration SchemaHandlingStep.label.kind=Art -SchemaHandlingStep.label.newObjectType=New object type +SchemaHandlingStep.label.newObjectType=Neuer Objekttyp SchemaHandlingStep.label.objectClass=Objektklasse -SchemaHandlingStep.label.objectTypes=Object types +SchemaHandlingStep.label.objectTypes=Objekttypen SchemaHandlingStep.label.protected=Geschützt SchemaHandlingStep.limitations.tooltip.ignore=Flag to ignore an attribute. System will pretend that the ignored attribute does not exist at all. It will not display it in the user interface, will not apply mappings, etc. 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.maxOccurs=Maximum number of occurrences of the attribute. A value of one means single-value attribute, value of "unbounded" means multi-value attribute. A value which is specified here overrides the value taken from resource schema. SchemaHandlingStep.limitations.tooltip.minOccurs=Minimum number of occurrences of the attribute. A value of zero means optional attribute, value of one means mandatory attribute. A value which is specified here overrides the value taken from resource schema. -SchemaHandlingStep.limitations.tooltip.other=TODO\: REMOVE THIS TOOLTIP +SchemaHandlingStep.limitations.tooltip.other=TODO\\: REMOVE THIS TOOLTIP SchemaHandlingStep.limitations.tooltip.propertyAccess=The type of access which is allowed or denied. SchemaHandlingStep.mapping.tooltip.authoritative=Authoritative mappings both add and remove specified value. Non-authoritative mappings only add the value. E.g. if a role with an authoritative mapping is removed the value that the mapping implied is also removed. If a role with non-authoritative mapping is removed then the value remains. SchemaHandlingStep.mapping.tooltip.channel=Limits application of this mapping only to specific channel. E.g. to changes coming from live sync, reconciliation or GUI. If the channel is listed then the mapping will be applied. If it is not then it will not be applied. If no channel is specified then no limitations apply and the mapping will be applied for all channels. -SchemaHandlingStep.mapping.tooltip.conditionLanguage=Programming language in which is the condition script written. +SchemaHandlingStep.mapping.tooltip.conditionLanguage=Programmiersprache, in der das Bedingungsskript geschrieben ist. SchemaHandlingStep.mapping.tooltip.condition=The XML representation of mapping condition. This is the actual expression code that will be interpreted. Mapping sources are provided as input variables for the condition. If the condition returns true then the mapping will be applied. If it returns false then the mapping is ignored. Note that mappings that were true and that become false may result in removal of a value that was the result of the mapping while it was still true. -SchemaHandlingStep.mapping.tooltip.conditionType=Type of the expression that will be used for the mapping condition. +SchemaHandlingStep.mapping.tooltip.conditionType=Die Art des Ausdrucks, die für die Mappingbedingung verwendet wird. SchemaHandlingStep.mapping.tooltip.conditionValuePolicyRef=Reference to a value policy object. The specified value policy will be used as a template to generate a value. If no value policy reference is specified then a default policy is determined automatically. E.g. appropriate password policy applicable to the mapping target will be used. SchemaHandlingStep.mapping.tooltip.exceptChannel=Limits application of this mapping to all channels except the specified channel. E.g. all the changes except those coming from live sync, reconciliation or GUI. If the channel is listed then the mapping will be not applied in this channel. If it is not then it will be applied. If no channel is specified then no limitations apply and the mapping will be applied for all channels. SchemaHandlingStep.mapping.tooltip.exclusive=Exclusive mapping can be the only mapping that produces a value for a specific target. E.g. if another mapping produces a value for the same attribute then it ends up with an error. @@ -2630,30 +2631,30 @@ SchemaHandlingStep.mapping.tooltip.expressionValuePolicyRef=Reference to a value SchemaHandlingStep.mapping.tooltip.source=Mapping source. Mapping will react to changes in its sources. The values of the sources are input parameters to the expression inside the mapping. SchemaHandlingStep.mapping.tooltip.strength=The strength with which the mapping is applied. Weak mappings are only applied if there is no value in the target yet. Normal mappings are applied only if the source has been changed. Strong mappings are applied always. SchemaHandlingStep.mapping.tooltip.target=Mapping target. The value that the mapping produces will be applied to the mapping target. -SchemaHandlingStep.message.errorLoadingObjectTypeList=Couldn't load object class list from resource. Error\: +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.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.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.title=Schema handling 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.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 zur Handhabung von Zugangsdaten wie Beispielsweise Passwörter. 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.filterClause=TODO\\: SchemaHandlingStep.tooltip.filterClause SchemaHandlingStep.tooltip.intent=Intent specifies what system should do with the object. Intent sorts objects of the same kind into several categories. Objects with different intents may be handled differently by system. SchemaHandlingStep.tooltip.iteration=Iteratively find values for unique attributes such as identifiers. Identity Manager 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. System 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.duplicateObjectTypeWarning=There are more definitions for kind/intent\: {0}. -SchemaHandlingStep.in=in\: {0} +SchemaHandlingStep.duplicateObjectTypeWarning=There are more definitions for kind/intent: {0}. +SchemaHandlingStep.in=in: {0} SchemaHandlingStep.out=out SchemaHandlingStep.dup=DUP {0} SchemaListPanel.attributes=Attribute @@ -2686,7 +2687,7 @@ SchemaStep.xml=XML SearchFilterPanel.button.update=Update clause SearchFilterPanel.label.description=Beschreibung SearchFilterPanel.label.filterClause=Filter clause -SearchFilterPanel.message.cantSerialize=Could not parse filter clause. Please enter correct expression. Reason\: {0} +SearchFilterPanel.message.cantSerialize=Could not parse filter clause. Please enter correct expression. Reason\\: {0} SearchFilterPanel.message.expressionSuccess=Filter clause has been updated successfully. searchForm.filetype.null=Dateityp searchForm.reportType.null=Report type @@ -2787,7 +2788,7 @@ SynchronizationStep.label.reaction=Reaction SynchronizationStep.label.reconcile=abgleichen SynchronizationStep.label.syncObjectHeader=Synchronization objects SynchronizationStep.message.cantSave=Couldn't save resource synchronization. -SynchronizationStep.message.errorLoadingObjectSyncList=Couldn't load object synchronization list from resource. Error\: +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. SynchronizationStep.reaction.tooltip.action=Explicit action. This setting defines what system has to do as a reaction to the synchronization event. @@ -2836,11 +2837,11 @@ SystemConfigPanel.title.basic=grundlegend SystemConfigPanel.title.connectorFramework=Konnektor Framework Konfiguration SystemConfigPanel.title.misc=Miscellaneous SystemConfigPanel.title.modelHooks=Model hooks -SystemConfigPanel.title.notification=Mitteilungen +SystemConfigPanel.title.notification=Benachrichtigungen SystemConfigPanel.title.passwordPolicy=Globale Passwort-Regel SystemConfigPanel.title.securityPolicy=Global security policy SystemConfigPanel.title.userTemplate=Default user template -SystemConfigPanel.tooltip.duration=Format\: P[n][p], n-number, p-period (d - days, m - months, ...), P3M - cleanup every 3 months +SystemConfigPanel.tooltip.duration=Format\\: P[n][p], n-number, p-period (d - days, m - months, ...), P3M - cleanup every 3 months SystemInfoPanel.cpuUsage=CPU Usage SystemInfoPanel.heapMemory=Heap memory (used/committed/max) SystemInfoPanel.nonHeapMemory=Non heap memory (used/committed/max) @@ -2867,7 +2868,7 @@ TaskListType.ACTIVATED=Activated TaskListType.ALL=Alle TaskListType.DEACTIVATED=Deactivated TaskListType.EXECUTING=Executing -TaskStatePanel.countersSource=Statistical and state information source\: +TaskStatePanel.countersSource=Statistical and state information source\\: TaskStatePanel.currentObjectProcessed=Current object being processed TaskStatePanel.executionStatus=Execution status TaskStatePanel.executionTime=Execution time @@ -2882,7 +2883,7 @@ TaskStatePanel.message.lastObjectProcessed={0} TaskStatePanel.message.node= - at node {0} TaskStatePanel.message.objectsProcessed={0} TaskStatePanel.message.objectsProcessedTime=(average time {1} ms, total processing time {0} seconds) -TaskStatePanel.message.objectsTotal={0} (wall clock average\: {1} ms) +TaskStatePanel.message.objectsTotal={0} (wall clock average\\: {1} ms) TaskStatePanel.message.timeInfoWithAgo={0} ({1} ago) TaskStatePanel.message.timeInfoWithDuration={0} (in {1} ms) TaskStatePanel.message.timeInfoWithDurationAndAgo={0} ({1} ago - in {2} ms) @@ -2900,11 +2901,11 @@ TaskStatePanel.statistics=Environmental performance statistics TaskStatePanel.subtaskName=Name TaskStatePanel.subtaskObjectsProcessed=Objects processed TaskStatePanel.subtaskState=Status -TaskStatePanel.updated=Updated\: +TaskStatePanel.updated=Updated\\: TaskStatePanel.workerThreads=Lightweight subtasks (worker threads) -tempMessagePanel.cause=Grund\: -tempMessagePanel.context=Kontext\: -tempMessagePanel.count=Anzahl\: +tempMessagePanel.cause=Cause\\: +tempMessagePanel.context=Context\\: +tempMessagePanel.count=Count\\: tempMessagePanel.message.debug=Fehler suchen tempMessagePanel.message.error=Fehler tempMessagePanel.message.expectedError=Erwarteter Fehler @@ -2916,7 +2917,7 @@ tempMessagePanel.message.success=Erfolg tempMessagePanel.message.undefined=Undefiniert tempMessagePanel.message.unknown=Unbekannt tempMessagePanel.message.warn=Warnung -tempMessagePanel.param=Param\: +tempMessagePanel.param=Param\\: tempMessagePanel.times=mal TextDetailsPanel.title=Association Details TextField.universal.placeholder=Wert eintragen @@ -2928,7 +2929,7 @@ Title.CurrentStatus=Last status message Title.MappingsStatistics=Mappings evaluation information Title.NotificationsStatistics=Notifications information Title.ProvisioningStatistics=Provisioning operations information -Title.Source=Source\: +Title.Source=Source\\: TreeTablePanel.childOrg=Children org. units TreeTablePanel.collapseAll=Alle schließen TreeTablePanel.deleteRoot=Delete root @@ -2950,7 +2951,7 @@ TreeTablePanel.menu.enable=Freigeben TreeTablePanel.menu.move=Verschieben TreeTablePanel.menu.recompute=neu berechnen TreeTablePanel.menu.removeFromHierarchy=Remove from org. unit -TreeTablePanel.message.warn.deleteTreeObjectConfirm=Warning\! {0} has members. Do you really want to delete this org. unit? +TreeTablePanel.message.warn.deleteTreeObjectConfirm=Warning! {0} has members. Do you really want to delete this org. unit? TreeTablePanel.message.deleteTreeObjectConfirm=Do you really want to delete org. unit "{0}"? TreeTablePanel.message.deleteObjectConfirm=Do you really want to delete selected {0} object(s)? TreeTablePanel.message.deleteRootConfirm=Do you really want to delete {0} ({1})? @@ -3022,7 +3023,7 @@ web.security.provider.invalid=Falscher Benutzername und/oder falsches Passwort. web.security.provider.invalid.link=Invalid link web.security.provider.locked=User is locked, please wait. web.security.provider.password.bad=Benutzer hat kein Passwort definiert. -web.security.provider.password.encoding=Benutzer kann nicht authentifiziert werden, da das Passwort nicht entschlüsselt werden kann. +web.security.provider.password.encoding=Couldn't authenticate user, reason\\: couldn't encode password. web.security.provider.unavailable=Currently we are unable to process your request. Kindly try again later. web.security.ldap.access.denied=Access denied. You don't have permission to access, please contact Identity Manager's administrators. web.security.ldap.denied=Permission denied. @@ -3031,15 +3032,15 @@ web.security.ldap.invalid=Invalid username and/or password. web.security.ldap.invalid.link=Invalid link web.security.ldap.locked=User is locked, please wait. web.security.ldap.password.bad=User doesn't have defined password. -web.security.ldap.password.encoding=Couldn't authenticate user, reason\: couldn't encode password. +web.security.ldap.password.encoding=Couldn't authenticate user, reason\\: couldn't encode password. web.security.ldap.unavailable=Zurzeit ist es nicht möglich Ihren Antrag zu bearbeiten. Bitte versuchen Sie es später noch einmal. -WfDeltasPanel.label.deltaIn=Process input\: delta(s) to be approved +WfDeltasPanel.label.deltaIn=Process input\\: delta(s) to be approved WfDeltasPanel.label.deltaOutListEmpty=(nichts) -WfDeltasPanel.label.deltaOut=Process output\: delta(s) resulting from the approval +WfDeltasPanel.label.deltaOut=Process output\\: delta(s) resulting from the approval WfHistoryPanel.label.event=Event WfHistoryPanel.label.timestamp=Zeit -WizardHelpDialog.button.ok=Ok, verstanden\! -WizardHelpDialog.label=Vom Ressourcenassistenten Hilfe erhalten +WizardHelpDialog.button.ok=Ok, Got It\\! +WizardHelpDialog.label=Get Help With Resource Wizard\\! Wizard.message.cancel=Ressourcenbearbeitung wurde abgebrochen Wizard.correctErrorsFirst=Please correct the errors before saving. Wizard.Issues=Issues @@ -3063,16 +3064,16 @@ PageAdmin.menu.profile=Profil PageAdmin.menu.assignments=Zuweisungen PageAdmin.menu.credentials=Zugangsdaten PageAdmin.menu.request=Rolle beantragen -PageTemplate.version=Version\: -PageTemplate.copy=Copyright © 2010-2017 Evolveum® and partners.  +PageTemplate.version=Version\\: +PageTemplate.copy=Copyright © 2010-2017 Evolveum® and partners.  PageTemplate.toggleNavigation=Navi ein/abschalten PageTemplate.user=Benutzer -PageTemplate.couldntNavigateBreadcrumb=Couldn't navigate breadcrumb, reason\: {0} +PageTemplate.couldntNavigateBreadcrumb=Couldn't navigate breadcrumb, reason\\: {0} SystemInfoPanel.starttime=Startzeit SystemInfoPanel.uptime=Uptime CountToolbar.label.unknownCount=Displaying {0,number,integer} to {1,number,integer}, unknown number of matching results. TableConfigurationPanel.pageSize=Seitenumfang -TableConfigurationPanel.tableColumns=Table columnsCountToolbar.label.unknownCount\=Displaying {0,number,integer} to {1,number,integer}, unknown number of matching results. +TableConfigurationPanel.tableColumns=Table columnsCountToolbar.label.unknownCount\\=Displaying {0,number,integer} to {1,number,integer}, unknown number of matching results. MyRequestsPanel.started = gestartet MyRequestsPanel.rejected = abgelehnt MyRequestsPanel.approved = zugelassen @@ -3102,19 +3103,20 @@ PageSelfCredentials.specifyOldPasswordMessage=Altes Passwort eingeben. ChangePasswordPanel.accountsTable.header=Passwort Verteilung ChangePasswordPanel.name=Name ChangePasswordPanel.resourceName=Ressource -ChangePasswordPanel.enabled=Freigegeben +ChangePasswordPanel.enabled=Account enabled ChangePasswordPanel.legendMessage.selected= - Passwort wird geändert -ChangePasswordPanel.legendMessage.propagated= - Automatic password propagation (based on policies defined in resources definitions) +ChangePasswordPanel.legendMessage.propagated= - automatische Passwortverteilung (abhängig von den Richtlinien in den Ressourcendefinitionen) ChangePasswordPanel.legendMessage.deselected= - Passwort wird nicht geändert -ChangePasswordPanel.helpInfo=

This portion of the credentials dialog controls how the password change will be propagated to each individual system. The first line defines whether the password will be changed in the Identity Manager itself. Following lines represent each system for which the password can be changed. The password propagation is controlled by the icons\:

  • Password will be changed. Password for this system will be changed to the value specified in the password dialog above.
  • Automatic password propagation. The password might be changed. Whether the password is changed or not depends on the policies set up by identity administrator. This usually means that the password will be changed if it makes sense for the current situation and settings. This is the reasonable default choice.
  • Password will not be changed for this system.

You can adjust the password propagation settings by clicking on the icons and thus fine-tune how the password change is propagated to each individual system.

+ChangePasswordPanel.legendMessage.no.password.capability= - Password capability is not supported by resource +ChangePasswordPanel.helpInfo=

This portion of the credentials dialog controls how the password change will be propagated to each individual system. The first line defines whether the password will be changed in the Identity Manager itself. Following lines represent each system for which the password can be changed. The password propagation is controlled by the icons:

  • Password will be changed. Password for this system will be changed to the value specified in the password dialog above.
  • Automatic password propagation. The password might be changed. Whether the password is changed or not depends on the policies set up by identity administrator. This usually means that the password will be changed if it makes sense for the current situation and settings. This is the reasonable default choice.
  • Password will not be changed for this system.
  • Password capability is not supported for this system. As the result, password will not be changed for this system.

You can adjust the password propagation settings by clicking on the icons and thus fine-tune how the password change is propagated to each individual system.

ChangePasswordPanel.helpPopupTitle=Hilfe für die Passwort Propagierung PageBase.button.tooltip.clearSearch=leeren mainForm.uploadTooLarge = Upload muss kleiner sein als ${maxSize}. -mainForm.uploadFailed = File failed to upload\: ${exception.localizedMessage}PageSelfCredentials.couldntResolve\=Couldn't resolve resource. +mainForm.uploadFailed = File failed to upload\\: ${exception.localizedMessage}PageSelfCredentials.couldntResolve\\=Couldn't resolve resource. PageSelfCredentials.couldntResolve=Couldn't resolve resource. -roleMemberPanel.type=Type\: -roleMemberPanel.tenant=Tenant\: -roleMemberPanel.project=Org/Project\: +roleMemberPanel.type=Type: +roleMemberPanel.tenant=Tenant: +roleMemberPanel.project=Org/Project: roleMemberPanel.indirectMembers=Include indirect members roleMemberPanel.allRelations=Show all relations roleMemberPanel.menu.createOwner=Create owner @@ -3175,11 +3177,11 @@ PageResource.tab.content.others=nicht kategorisiert PageResource.tab.content.tasks=Definierte Aufgaben ResourceContentTabPanel.searchType.repository=Repo ResourceContentTabPanel.searchType.resource=Ressource -ResourceContentTabPanel.searchType=Suchen in\: -PagePreviewChanges.primaryChangesOne=Primary changes\: {0} object -PagePreviewChanges.primaryChangesMore=Primary changes\: {0} objects -PagePreviewChanges.secondaryChangesOne=Secondary changes\: {0} object -PagePreviewChanges.secondaryChangesMore=Secondary changes\: {0} objects +ResourceContentTabPanel.searchType=Suchen in: +PagePreviewChanges.primaryChangesOne=Primary changes: {0} object +PagePreviewChanges.primaryChangesMore=Primary changes: {0} objects +PagePreviewChanges.secondaryChangesOne=Secondary changes: {0} object +PagePreviewChanges.secondaryChangesMore=Secondary changes: {0} objects PagePreviewChanges.button.continueEditing=Continue editing PagePreviewChanges.button.save=Speichern ScenePanel.object={0} object @@ -3192,46 +3194,46 @@ SceneItemLinePanel.removedValue=Removed value SceneItemLinePanel.addedValue=Added value SceneItemLinePanel.unchangedValue=Unchanged value operation.com.evolveum.midpoint.web.page.admin.resources.ResourceContentTabPanel.changeOwner=Change owner (GUI) -TaskSummaryPanel.progressWithTotalKnown=Progress\: {0} out of {1} -TaskSummaryPanel.progressWithTotalUnknown=Progress\: {0} +TaskSummaryPanel.progressWithTotalKnown=Progress: {0} out of {1} +TaskSummaryPanel.progressWithTotalUnknown=Progress: {0} TaskSummaryPanel.progressIfSuspended=(ausgesetzt) TaskSummaryPanel.progressIfWaiting=(wartend) TaskSummaryPanel.progressIfClosed=(geschlossen) TaskSummaryPanel.progressIfStalled=(angehalten seit {0}) -TaskSummaryPanel.lastProcessed=Last object processed\: {0} +TaskSummaryPanel.lastProcessed=Last object processed: {0} ResourceContentResourcePanel.showExisting=Show existing ResourceContentResourcePanel.newTask=Neu erstellen SearchPanel.advanced=erweitert SearchPanel.basic=grundlegend SearchPanel.search=Suche SearchPanel.debug=Fehler suchen -ResourceContentResourcePanel.realSearch=(In fact) Searching by\: -typedAssignablePanel.selectedOrgs=Organisationen\: -typedAssignablePanel.selectedResources=Ressourcen\: -typedAssignablePanel.selectedRoles=Rollen\: -typedAssignablePanel.selectedServices=Dienste\: +ResourceContentResourcePanel.realSearch=(In fact) Searching by: +typedAssignablePanel.selectedOrgs=Organisationen: +typedAssignablePanel.selectedResources=Ressourcen: +typedAssignablePanel.selectedRoles=Rollen: +typedAssignablePanel.selectedServices=Dienste: SearchPanel.insertFilterXml=Insert filter xml (SearchFilterType) autoRefreshPanel.refreshNow=Jetzt aktualisieren autoRefreshPanel.resumeRefreshing=Aktualisierung wiederaufnehmen autoRefreshPanel.pauseRefreshing=Aktualisierung pausieren autoRefreshPanel.refreshingEach=Refreshing each {0} sec autoRefreshPanel.noRefreshing=(nicht aktualisieren) -PageAdmin.menu.top.services=Dienstliste -PageAdmin.menu.top.services.list=Dienstliste +PageAdmin.menu.top.services=Dienste +PageAdmin.menu.top.services.list=Dienste auflisten PageAdmin.menu.top.services.new=Neuer Dienst PageAdmin.menu.top.services.edit=Edit service taskShowAdvancedFeaturesPanel.label=Show advanced features taskWfParentPanel.changesNotRequiringApproval=Changes not requiring approval -taskOtherChangesPanel.label.state=Status\: +taskOtherChangesPanel.label.state=State\\: taskOtherChangesPanel.state.FINAL=Changes have been applied (successfully or not) taskOtherChangesPanel.state.PRIMARY=Changes are waiting to be applied taskOtherChangesPanel.state.SECONDARY=Changes are waiting to be applied taskWfChildPanel.showParent=Antrag im Kontext des ganzen Ablaufs zeigen. -TaskSummaryPanel.requestedBy=Beantragt von\: {0} -TaskSummaryPanel.requestedByWithFullName=Angefordert von\:{0} ({1}) -TaskSummaryPanel.requestedOn=Beantragt am\: {0} +TaskSummaryPanel.requestedBy=Beantragt von: {0} +TaskSummaryPanel.requestedByWithFullName=Angefordert von:{0} ({1}) +TaskSummaryPanel.requestedOn=Beantragt am: {0} TaskSummaryPanel.requestedByAndOn=Angefordert von {0} am {1} -TaskSummaryPanel.stage=Stage\: {0} +TaskSummaryPanel.stage=Stage: {0} TaskSummaryPanel.rejected=abgelehnt TaskSummaryPanel.approved=zugelassen operation.com.evolveum.midpoint.web.page.admin.resources.PageResource.refreshSchema=Refresh schema (GUI) @@ -3293,7 +3295,7 @@ DefinitionStagesPanel.confirmDelete=Löschen bestätigen DefinitionStagesPanel.confirmDeleteText=Do you really want to delete stage '{0}'? PageCertDefinition.outcomeStrategyHelpLabel=Bitte beachten Sie auch PageCertDefinition.outcomeStrategyHelpLink=dieses Dokument -PageCertDefinition.outcomeStrategyHelp=How is the overall outcome for a case determined, based on outcomes in individual stages? Note\: 'Stop review on\:' field shows outcomes that prevent a case from being advanced to the next stage. Usually you need not change the default value. If necessary, you could do that through the XML configuration. +PageCertDefinition.outcomeStrategyHelp=How is the overall outcome for a case determined, based on outcomes in individual stages? Note: 'Stop review on:' field shows outcomes that prevent a case from being advanced to the next stage. Usually you need not change the default value. If necessary, you could do that through the XML configuration. PageCertDefinition.campaignLastStartedHelp=When was last campaign created according to this definition started? PageCertDefinition.campaignLastClosedHelp=When was last campaign created according to this definition closed - either after successfully going through all stages, or closed at any time. However, if a campaign is deleted without being closed first, it is not shown here. PageCertDefinition.scopeObjectTypeHelp=Determines which objects will be considered to be in the scope of the certification campaigns. Features of these objects (e.g. whether to certify their assignments or their inducements or both, etc) are selected below. @@ -3301,13 +3303,13 @@ PageCertDefinition.scopeSearchFilterHelp=If only a subset of objects of given ty PageCertDefinition.scopeAssignmentsInducementsHelp=Select what features (assignments, inducements or both) of the objects described above are to be certified. PageCertDefinition.scopeIncludeTargetTypesHelp=When certifying assignments or inducements, you can specify what target types are taken into account. For example, you can say that you want to certify only assignments of roles (to, for example, users). PageCertDefinition.scopeIncludeByStatusHelp=Whether to certify only assignments/inducements that have administrative status set to ENABLED (or not set at all). Note that what is relevant is the administrative status of the assignment, not the administrative status of the assigned object. -StageDefinitionPanel.stageDurationHelp=Duration of this stage, used to determine stage end time. The end time is computed as the moment of stage opening plus the duration, rounded up to 23\:59\:59 of the last day. Duration is specified in ISO 8601 format, like P14D for 14 days, P3W for 3 weeks, P2M for 2 months, etc. -StageDefinitionPanel.notifyBeforeDeadlineHelp=How long before the stage end the reminding notifications (to reviewers and campaign owner) will be sent. It is possible to specify more values; separate them by commas. Time interval is specified in ISO 8601 format, like PT12H for 12 hours, P2D for 2 days, P1W for 1 week, etc. An example\: PT48H, PT12H says that the first notification will be sent 48 hours before stage end, and the second one 12 hours before the end. +StageDefinitionPanel.stageDurationHelp=Duration of this stage, used to determine stage end time. The end time is computed as the moment of stage opening plus the duration, rounded up to 23:59:59 of the last day. Duration is specified in ISO 8601 format, like P14D for 14 days, P3W for 3 weeks, P2M for 2 months, etc. +StageDefinitionPanel.notifyBeforeDeadlineHelp=How long before the stage end the reminding notifications (to reviewers and campaign owner) will be sent. It is possible to specify more values; separate them by commas. Time interval is specified in ISO 8601 format, like PT12H for 12 hours, P2D for 2 days, P1W for 1 week, etc. An example: PT48H, PT12H says that the first notification will be sent 48 hours before stage end, and the second one 12 hours before the end. StageDefinitionPanel.notifyWhenNoDecisionHelp=If checked, a 'stage end approaching' notification is sent to a reviewer only if he/she has some cases waiting for his/her decision. If not checked, reviewers always get their notifications - regardless of whether they have provided a decision or not. (Note that notifications to the campaign owner about approaching stage end are always sent, regardless of this setting.) StageDefinitionPanel.reviewerSpecificationTargetHelp=Selection of reviewers based on assignment/inducement target owner/approver. E.g. you can specify that the role owner is used to certify all assignments of 'his' role (to any users). StageDefinitionPanel.reviewerSpecificationObjectHelp=Selection of reviewers based on object that has something assigned (or induced) to. E.g. you can specify that the role owner is used to certify all inducements made to 'his' role. StageDefinitionPanel.reviewerUseObjectManagerHelp=Selection of reviewers based on managers of object (typically a user) that has something assigned/induced to. E.g. you can specify that a manager is used to certify all assignments made to users in 'his' organization. -StageDefinitionPanel.reviewerUseObjectManagerOrgTypeHelp=Influences determination of a manager of a user\: First, we take all managers of all organizations the user belongs to. We exclude the user himself, if he is a manager of such organization (and if 'allow managers to approve their own assignments' below is unchecked). If the value in this field is filled-in, we use it to select only organizations with given organization type value - for example, 'functional' (if you have e.g. both functional-type and project-type organizations). If this field is empty, we take into account all organizations. If we find no suitable manager, we continue with all parent organizations (again, of the given type, if specified). +StageDefinitionPanel.reviewerUseObjectManagerOrgTypeHelp=Influences determination of a manager of a user: First, we take all managers of all organizations the user belongs to. We exclude the user himself, if he is a manager of such organization (and if 'allow managers to approve their own assignments' below is unchecked). If the value in this field is filled-in, we use it to select only organizations with given organization type value - for example, 'functional' (if you have e.g. both functional-type and project-type organizations). If this field is empty, we take into account all organizations. If we find no suitable manager, we continue with all parent organizations (again, of the given type, if specified). StageDefinitionPanel.reviewerUseObjectManagerAllowSelfHelp=If a user is a manager in his organization, could he be selected as a reviewer for his own assignments? If unchecked (the default), a higher-level manager is searched for - see description for the above field. StageDefinitionPanel.defaultReviewerRefHelp=This reviewer (or reviewers) will be used if the above condition would lead to no reviewer. StageDefinitionPanel.additionalReviewerRefHelp=This reviewer (or reviewers) will be used in addition to any reviewers selected by the above conditions. @@ -3319,13 +3321,13 @@ StageDefinitionPanel.configurationHelpLink=dieses Dokument NameStep.configurationWillBeLost=Das ausgewählte Konnektor Konfigurationsschema unterscheidet sich vom aktuellen. Beim weiteren fortfahren gehen Konfigurationseinstellungen verloren. resultsHandlerConfiguration=Results handlers enableFilteredResultsHandler=Enable additional filtering of results -enableFilteredResultsHandlerHelp=This handler filters results retrieved from the resource by the connector, at the level of connector framework. It is used by connector implementations that do not provide complete filtering by themselves. Enabling this handler has some drawbacks e.g. in the area of paging. So it is to be used only if really necessary. If not sure, it is advisable to use filtering in validation mode. Default value for current version of ConnId\: enabled. +enableFilteredResultsHandlerHelp=This handler filters results retrieved from the resource by the connector, at the level of connector framework. It is used by connector implementations that do not provide complete filtering by themselves. Enabling this handler has some drawbacks e.g. in the area of paging. So it is to be used only if really necessary. If not sure, it is advisable to use filtering in validation mode. Default value for current version of ConnId: enabled. filteredResultsHandlerInValidationMode=Perform filtering in validation mode only -filteredResultsHandlerInValidationModeHelp=Switches the result filtering into validation mode\: all data produced by the connector are checked by the connector framework to see if they are properly filtered. In case of improper filtering, an exception is raised. This mode is to be used for connectors that are expected to provide complete filtering, but their functionality in this area has to be verified. Default value for current version of ConnId\: disabled. +filteredResultsHandlerInValidationModeHelp=Switches the result filtering into validation mode: all data produced by the connector are checked by the connector framework to see if they are properly filtered. In case of improper filtering, an exception is raised. This mode is to be used for connectors that are expected to provide complete filtering, but their functionality in this area has to be verified. Default value for current version of ConnId: disabled. enableCaseInsensitiveFilter=Make filtering case insensitive -enableCaseInsensitiveFilterHelp=This option makes filtering case insensitive, for all attributes on the resource. Used for case-insensitive resources. Default value for current version of ConnId\: disabled. +enableCaseInsensitiveFilterHelp=This option makes filtering case insensitive, for all attributes on the resource. Used for case-insensitive resources. Default value for current version of ConnId: disabled. enableNormalizingResultsHandler=Enable handler that normalizes returned data -enableNormalizingResultsHandlerHelp=This handler normalizes each attribute that is passed from resource to the system. Usually recommended to be turned off. Default value for current version of ConnId\: enabled. +enableNormalizingResultsHandlerHelp=This handler normalizes each attribute that is passed from resource to the system. Usually recommended to be turned off. Default value for current version of ConnId: enabled. enableAttributesToGetSearchResultsHandler=Enable 'attributes to get' results handler enableAttributesToGetSearchResultsHandlerHelp=This handler is used to implement 'attributes to get' option. It is advisable to keep the default setting of 'enabled' (in current version of ConnId). PageResourceWizard.autoSaveWarning=The resource is automatically saved on each transition between wizard steps. @@ -3354,12 +3356,12 @@ TreeTablePanel.menu.deleteMember.confirm=All selected members (users, organizati TreeTablePanel.menu.deleteAllMembers.confirm=All focus members (users, organizations, services, roles) will be permanently deleted from system. Are you sure to perform this action? PageTasksCertScheduling.title=Certification scheduling PageResourceVisualization.title=Visualization of mappings for {0} -PageResourceVisualization.dotMessage=Rendering of DOT graph could not be carried out. Please check the error message below, and make sure that\: +PageResourceVisualization.dotMessage=Rendering of DOT graph could not be carried out. Please check the error message below, and make sure that: PageResourceVisualization.dot1=DOT rendering software is installed at your server. The recommended one is Graphviz PageResourceVisualization.dot2=The path to DOT rendering executable is correctly set in you config.xml file. PageResourceVisualization.moreInformation=For more information, please see PageResourceVisualization.moreInformationLink=this article -PageResourceVisualization.errorMessage=Error message\: +PageResourceVisualization.errorMessage=Error message: PageResourceVisualization.seeOnline=You can also try to use an online DOT renderer, for example PageResourceVisualization.seeOnlineLink=webgraphviz.com PageResourceVisualization.copyInstruction=Simply paste the following DOT code into it. @@ -3458,7 +3460,7 @@ PageEvaluateMapping.message.emptyString=Please provide a mapping to execute. PageEvaluateMapping.result=Ergebnis PageEvaluateMapping.mapping=Mapping PageEvaluateMapping.request=Antrag -PageEvaluateMapping.chooseSample=Or use a sample\: +PageEvaluateMapping.chooseSample=Or use a sample: PageEvaluateMapping.sample.FullName_NoDelta=Full name mapping (no change) PageEvaluateMapping.sample.FullName_Delta=Full name mapping (change in givenName) PageEvaluateMapping.sample.FullName_Delta_Ref=Full name mapping (change in givenName); source from repository @@ -3477,8 +3479,8 @@ PageAssignmentConflicts.back=Back PageAssignmentConflicts.submit=Submit AssignmentCatalogPanel.selectTargetUser=Select target user AssignmentCatalogPanel.selectAssignmentsUserOwner=Select assignments user owner -AssignmentCatalogPanel.requestForMe=Target user\: me -AssignmentCatalogPanel.requestFor=Target user\: +AssignmentCatalogPanel.requestForMe=Target user: me +AssignmentCatalogPanel.requestFor=Target user: AssignmentCatalogPanel.requestForMultiple={0} users selected AssignmentCatalogPanel.assignmentsOwner={0}'s assignments MultiButtonPanel.plusIconTitle=Add item to shopping cart @@ -3569,8 +3571,8 @@ MergeType.EMPTY=empty PageMergeObjects.warningMessage=Two objects' oids should be specified PageSelfRegistration.register=Register PageSelfRegistration.registration.success=Registration was successful -PageSelfRegistration.registration.error=Registration failed \: {0} -PageSelfRegistration.registration.confirm.message=Congratulation\! \n\n\n You have been successfully registered. To activate your account check your email and confirm your registration. +PageSelfRegistration.registration.error=Registration failed : {0} +PageSelfRegistration.registration.confirm.message=Congratulation! \n\n\n You have been successfully registered. To activate your account check your email and confirm your registration. PageRegistrationConfirmation.confirmation.error=Failed to confirm your registration. We are sorry, but probably you'll need to contact system administrator. PageRegistrationConfirmation.continueToLogin=Continue to login page PageRegistrationConfirmation.confirmation.successful=Confirmation successful @@ -3596,9 +3598,9 @@ PageSelfRegistration.password.policy= PageResetPassword.reset.successful=Neues Passwort wurde erfolgreich gespeichert. Fahren Sie mit der Anmeldung fort. PageForgotPassword.form.submited.message=Der Bestätigungslink wurde an Ihre hinterlegte Emailadresse versendet. Zum Zurücksetzen Ihres Passwortes, öffnen Sie diesen Link und folgend Sie den Instruktionen. pageForgetPassword.message.policy.not.found=Passwort zurücksetzen nicht erlaubt -PageAbstractSelfCredentials.save.password.failed=Änderung des Passwortes ist fehlgeschlagen\: {0} +PageAbstractSelfCredentials.save.password.failed=Änderung des Passwortes ist fehlgeschlagen: {0} PageResetPassword.title=Passwort zurücksetzen -PageResetPasswordConfirmation=Bestätigung Passwort Rücksetzung +PageResetPasswordConfirmation.title=Reset password confirmation PageResetPasswordConfirmation.confirmation.error=Passwortrücksetzung ist nicht erlaubt. Wir entschuldigen uns, für diese Aktion müssen Sie sich vermutlich an den Systemadministrator wenden. PageResetPasswordConfirmation.authnetication.failed=Username und/oder Passwort falsch ItemPathSegmentPanel.itemToSearch=Search for {0} @@ -3609,6 +3611,7 @@ DecisionDto.rejectedDueToTimeout=(rejected due to the timeout) DecisionDto.AUTO_APPROVAL_CONDITION=(auto-approval condition) DecisionDto.AUTO_COMPLETION_CONDITION=(auto-completion condition) DecisionDto.NO_ASSIGNEES_FOUND=(no approvers found) +wf.comment=Comment wf.object=Object wf.target=Target wf.originalAssignee=Original assignee @@ -3622,12 +3625,23 @@ wf.escalationLevelName=Escalation level name wf.escalationLevelDisplayName=Escalation level display name wf.workItemId=Work item ID wf.processInstanceId=Process instance ID +wf.requesterComment=Requester comment +wf.causeType=Cause type +wf.causeName=Cause name +wf.causeDisplayName=Cause display name PageAccountActivation.account.activation.successful=Activation of accounts was successful PageAccountActivation.account.activation.failed=Failed to activate accounts. Please, contact system administrator -PageAccountActivation.activated.shadows=Activated shadows\: +PageAccountActivation.activated.shadows=Activated shadows: PageAccountActivation.button.activate=Activate PageAccountActivation.activate.accounts.label=Account activation for user '{0}'. PageAccountActivation.provide.password=Please, provide your password to activate accounts. PageAccountActivation.title=Account activation PageAccountActivation.nothing.to.activate=Unexpected problem occurs while trying to activate account. Please contact system administrator PageAccountActivation.authentication.failed=Authentication failed +operation.com.evolveum.midpoint.web.page.admin.reports.PageCreatedReports.deleteReportOutput=Delete report (GUI) +operation.com.evolveum.midpoint.report.impl.ReportManagerImpl.deleteReportOutput=Delete report (Report) +operation.com.evolveum.midpoint.web.page.admin.reports.PageCreatedReports.downloadReport=Download report (GUI) +operation..com.evolveum.midpoint.report.impl.ReportManagerImpl.getReportOutputData=Load report (Report) +PageWorkItem.couldNotGetWorkItem=Couldn't get work item. It might have been already completed or deleted. +CsvDownloadButtonPanel.export=CSV export +AssignmentEditorDto.policyRuleTitle=Policy rule diff --git a/gui/admin-gui/src/main/resources/localization/Midpoint_en.properties b/gui/admin-gui/src/main/resources/localization/Midpoint_en.properties index 77f6346c6d8..26b5e32c41b 100644 --- a/gui/admin-gui/src/main/resources/localization/Midpoint_en.properties +++ b/gui/admin-gui/src/main/resources/localization/Midpoint_en.properties @@ -104,7 +104,7 @@ AssignmentTablePanel.menu.addDelegation=Add delegation AssignmentTablePanel.menu.deleteDelegation=Delete delegation AssignmentTablePanel.menu.unassign=Unassign AssignmentTablePanel.menu.showAllAssignments=Show all assignments -AssignmentTablePanel.message.couldntAssignObject=Couldn't assign object '{0}', reason\: {1}. +AssignmentTablePanel.message.couldntAssignObject=Couldn't assign object '{0}', reason\\: {1}. AssignmentTablePanel.message.illegalAssignmentState=Illegal assignment state '{0}'. AssignmentTablePanel.message.noAssignmentSelected=No assignment selected. AssignmentTablePanel.message.noDelegationsSelected=No delegation selected. @@ -254,24 +254,24 @@ DefinitionScopeObjectType.RoleType=Roles DefinitionScopeObjectType.UserType=Users DefinitionScopeObjectType.OrgType=Orgs DefinitionScopeObjectType.ServiceType=Services -deleteAllDialog.label.accountShadowsDelete=Account shadows to delete\: {0} -deleteAllDialog.label.nonAccountShadowsDelete=Non-Account shadows to delete\: {0} +deleteAllDialog.label.accountShadowsDelete=Account shadows to delete\\: {0} +deleteAllDialog.label.nonAccountShadowsDelete=Non-Account shadows to delete\\: {0} deleteAllDialog.label.org=Org. Units -deleteAllDialog.label.orgUnitsDelete=Org. units to delete\: {0} +deleteAllDialog.label.orgUnitsDelete=Org. units to delete\\: {0} deleteAllDialog.label.shadow.account=Account shadows deleteAllDialog.label.shadow.nonAccount=Non-Account shadows deleteAllDialog.label.shadow.org=Org. unit shadows deleteAllDialog.label.shadow.role=Role shadows -deleteAllDialog.label.totalToDelete=Total objects to delete\: {0} -deleteAllDialog.label.usersDelete=Users to delete\: {0} (User 'Administrator' will not be deleted) +deleteAllDialog.label.totalToDelete=Total objects to delete\\: {0} +deleteAllDialog.label.usersDelete=Users to delete\\: {0} (User 'Administrator' will not be deleted) deleteAllDialog.label.users=Users -deleteAllDialog.message.choose=Choose object types to delete\: +deleteAllDialog.message.choose=Choose object types to delete\\: deleteAllDialog.no=No deleteAllDialog.yes=Yes -DeltaPanel.label.changeType=Change type\: -DeltaPanel.label.modifications=Modifications\: -DeltaPanel.label.objectToAdd=Object to add\: -DeltaPanel.label.oid=object with oid\: +DeltaPanel.label.changeType=Change type\\: +DeltaPanel.label.modifications=Modifications\\: +DeltaPanel.label.objectToAdd=Object to add\\: +DeltaPanel.label.oid=object with oid\\: direction.nullvalid=Choose One DoubleButtonPanel.button.default=Execute DoubleButtonPanel.download=Download @@ -305,7 +305,7 @@ ExpressionEditorPanel.label.language=Language ExpressionEditorPanel.label.type=Expression Type ExpressionEditorPanel.label.description=Description ExpressionEditorPanel.label.valuePolicyRef=Policy Ref. -ExpressionEditorPanel.message.cantSerialize=Could not create JAXBElement from provided XML expression. Please enter correct expression. Reason\: {0} +ExpressionEditorPanel.message.cantSerialize=Could not create JAXBElement from provided XML expression. Please enter correct expression. Reason\\: {0} ExpressionEditorPanel.message.expressionSuccess=Expression has been update successfully. ExpressionEvaluatorType.AS_IS=As is ExpressionEvaluatorType.GENERATE=Generate @@ -328,10 +328,10 @@ FeedbackAlertMessage.error=Error FeedbackAlertMessage.info=Information FeedbackAlertMessage.success=Success FeedbackAlertMessage.warn=Warning -feedbackMessagePanel.cause=Cause\: +feedbackMessagePanel.cause=Cause\\: feedbackMessagePanel.collapseAll=Collapse all -feedbackMessagePanel.context=Context\: -feedbackMessagePanel.count=Count\: +feedbackMessagePanel.context=Context\\: +feedbackMessagePanel.count=Count\\: feedbackMessagePanel.expandAll=Expand all feedbackMessagePanel.export=Export to XML feedbackMessagePanel.hideStack=[ HIDE ERROR STACK ] @@ -347,7 +347,7 @@ feedbackMessagePanel.message.success=Success feedbackMessagePanel.message.undefined=Undefined feedbackMessagePanel.message.unknown=Unknown feedbackMessagePanel.message.warn=Warning -feedbackMessagePanel.param=Param\: +feedbackMessagePanel.param=Param\\: feedbackMessagePanel.showStack=[ SHOW ERROR STACK ] feedbackMessagePanel.times=times feedtempMessagePanelbackMessagePanel.message.info=Information @@ -403,7 +403,7 @@ JasperReportConfigurationPanel.forPrompting=For prompting JasperReportConfigurationPanel.parameterClass=Parameter class JasperReportConfigurationPanel.nestedClass=Nested class JasperReportConfigurationPanel.parameterName=Parameter name -JasperReportConfigurationPanel.parameterProperty=Property\: {0} +JasperReportConfigurationPanel.parameterProperty=Property\\: {0} JasperReportConfigurationPanel.reportFields=Report fields JasperReportConfigurationPanel.reportParameters=Report parameters JasperReportConfigurationPanel.reportQuery=Report query @@ -520,7 +520,7 @@ MappingEditorDialog.label.strength=Strength MappingEditorDialog.label.target=Target MappingEditorDialog.label.timeFrom=Time from MappingEditorDialog.label.timeTo=Time to -MappingEditorDialog.message.cantSave=Couldn't save mapping. Reason\: +MappingEditorDialog.message.cantSave=Couldn't save mapping. Reason\\: MappingEditorDialog.message.warn.emptyTarget=Inbound mapping requires 'target' field to be specified. MappingsStatistics.AverageTime=Avg time MappingsStatistics.Count=Invocations count @@ -537,13 +537,13 @@ Message.SourceMemory=task in memory (fetched {0}) Message.SourceRepository=repository (statistics updated on {0}) message.success=Your Answers Were Updated Successfully message.WrongAnswer=Questions Not Answered Correctly -ModelOperationStatusPanel.label.focusName=Object\: -ModelOperationStatusPanel.label.focusType=of type\: -ModelOperationStatusPanel.label.primaryDelta=Primary delta\: -ModelOperationStatusPanel.label.state=State\: -ModelOperationStatusPanel.state.FINAL=Final\: operation has been executed (successfully or not) -ModelOperationStatusPanel.state.PRIMARY=Primary\: operation is being approved -ModelOperationStatusPanel.state.SECONDARY=Secondary\: resource operation(s) are being approved +ModelOperationStatusPanel.label.focusName=Object\\: +ModelOperationStatusPanel.label.focusType=of type\\: +ModelOperationStatusPanel.label.primaryDelta=Primary delta\\: +ModelOperationStatusPanel.label.state=State\\: +ModelOperationStatusPanel.state.FINAL=Final\\: operation has been executed (successfully or not) +ModelOperationStatusPanel.state.PRIMARY=Primary\\: operation is being approved +ModelOperationStatusPanel.state.SECONDARY=Secondary\\: resource operation(s) are being approved ModificationsPanel.label.attribute=Attribute ModificationsPanel.label.change=Change ModificationsPanel.label.value=Value(s) @@ -871,7 +871,7 @@ operation.com.evolveum.midpoint.web.page.admin.users.PageUsers.disableUsers=Disa operation.com.evolveum.midpoint.web.page.admin.users.PageUsers.enableUser=Enable user (Gui) operation.com.evolveum.midpoint.web.page.admin.users.PageUsers.enableUsers=Enable users (Gui) operation.com.evolveum.midpoint.web.page.admin.users.PageUser.sendToSubmit=Send for submit (Gui) -operation.com.evolveum.midpoint.web.page.admin.users.PageUsers.reconcileUser=Reconcile user (Gui)\: {0} +operation.com.evolveum.midpoint.web.page.admin.users.PageUsers.reconcileUser=Reconcile user (Gui)\\: {0} operation.com.evolveum.midpoint.web.page.admin.users.PageUsers.reconcileUsers=Reconcile users (Gui) operation.com.evolveum.midpoint.web.page.admin.workflow.PageWorkItem.saveWorkItem=Save work item (Gui) operation.com.evolveum.midpoint.web.util.WebModelUtils.deleteObject=Delete object (Gui) @@ -902,11 +902,11 @@ operation.com.evolveum.midpoint.web.component.wizard.resource.SchemaHandlingStep operation.com.evolveum.midpoint.web.component.wizard.resource.SynchronizationStep.saveResourceSynchronization=Save resource synchronization operation.com.evolveum.midpoint.web.component.wizard.resource.CapabilityStep.saveCapabilities=Save resource capabilities operation.com.evolveum.midpoint.web.page.admin.PageAdminFocus.loadShadow=Load shadow -operationResultPanel.cause=Cause\: -operationResultPanel.context=Context\: -operationResultPanel.count=Count\: +operationResultPanel.cause=Cause\\: +operationResultPanel.context=Context\\: +operationResultPanel.count=Count\\: operationResultPanel.hideStack=[ HIDE ERROR STACK ] -operationResultPanel.param=Param\: +operationResultPanel.param=Param\\: operationResultPanel.showStack=[ SHOW ERROR STACK ] operationResultPanel.times=times operationResultPanel.title.expectedError=Expected error @@ -1002,8 +1002,8 @@ PageAccounts.message.ownerNotFound=Could not found owner for shadow with oid {0} PageAccounts.message.unsupportedOwnerType=Unsupported owner type. 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.validationError=Searched objectClass value\: '{0}' is not valid. Please provide valid objectClass value. +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 @@ -1114,9 +1114,9 @@ pageAdminFocus.organizations=Organizations pageAdminFocus.assignments=Assignments pageAdminFocus.message.couldntCreateAccountNoSchema=Couldn't create projection form for '{0}', no refined schema available. Possible problem with connector configuration and/or connection. Please check logs for more information. pageAdminFocus.message.couldntCreateAccountNoAccountSchema=Couldn't create projection form for '{0}', no schema for default 'account' object type available. Possible problem with resource configuration. Please check logs for more information. -pageAdminFocus.message.couldntCreateAccount=Couldn't create projection form for '{0}', reason\: {1}. +pageAdminFocus.message.couldntCreateAccount=Couldn't create projection form for '{0}', reason\\: {1}. pageAdminFocus.message.noAssignableSelected=No assignment selected. -pageAdminFocus.message.couldntAssignObject=Couldn't assign object '{0}', reason\: {1}. +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}'. @@ -1128,7 +1128,7 @@ pageAdminFocus.title.selectResource=Select resource(s) pageAdminFocus.title.selectAssignable=Select object(s) pageAdminFocus.task.name=Task name pageAdminFocus.task.category=Category -pageAdminFocus.task.descriptionHasTasks=Active tasks related to this object\: +pageAdminFocus.task.descriptionHasTasks=Active tasks related to this object: pageAdminFocus.task.descriptionNoTasks=There are no active tasks related to this object. pageAdminFocus.task.execution=Execution state pageAdminFocus.task.status=Status @@ -1188,15 +1188,15 @@ PageRepositoryQuery.button.useInObjectList=Use in object list PageRepositoryQuery.button.execute=Execute PageRepositoryQuery.message.emptyString=Entered query string is empty. Please provide non-empty query string. PageRepositoryQuery.result=Result -PageRepositoryQuery.resultObjects=Result\: retrieved {0} object(s) -PageRepositoryQuery.resultException=Result\: {0} +PageRepositoryQuery.resultObjects=Result: retrieved {0} object(s) +PageRepositoryQuery.resultException=Result: {0} PageRepositoryQuery.midPoint=MidPoint query -PageRepositoryQuery.objectType=Object type\: +PageRepositoryQuery.objectType=Object type: PageRepositoryQuery.hibernateQuery=Hibernate query PageRepositoryQuery.hibernateParameters=Query parameters -PageRepositoryQuery.hibernateParametersNote=Note\: The parameters are shown here only to indicate how midPoint query is translated into hibernate query. They are not used when manually executing a hibernate query, so the query you enter here should contain no references to parameters. +PageRepositoryQuery.hibernateParametersNote=Note: The parameters are shown here only to indicate how midPoint query is translated into hibernate query. They are not used when manually executing a hibernate query, so the query you enter here should contain no references to parameters. PageRepositoryQuery.incompleteResultsNote=Because you do not have administrator rights, results shown here were probably filtered by applying additional search conditions derived from your authorizations. These additional conditions are not visible in the hibernate query shown above. -PageRepositoryQuery.chooseSample=Or use a sample\: +PageRepositoryQuery.chooseSample=Or use a sample: PageRepositoryQuery.sample.ObjectType_AllObjectsInAnOrg=All objects in an organization (directly) PageRepositoryQuery.sample.ObjectType_AllObjectsInASubtree=All objects in a subtree PageRepositoryQuery.sample.OrgType_AllRootOrgs=All organizational roots @@ -1212,7 +1212,7 @@ PageRepositoryQuery.sample.UserType_UsersThatHaveARole=Users that have active as PageRepositoryQuery.sample.UserType_SpecifiedCostCenters=Users in cost centers 100000-999999 or X100-X999 PageRepositoryQuery.sample.ShadowType_ShadowsOnGivenResource=Shadows on a given resource PageRepositoryQuery.sample.UserType_UsersWithShadowOnGivenResource=Users with linked shadow on a given resource -PageRepositoryQuery.queryVsFilterNote=Note\: midPoint query contains a filter along with paging instruction, wrapped together within the <query> element. In contrast, when used in "Advanced filter" in GUI, only the <filter> sub-element is applicable. Paging is managed by the GUI itself. +PageRepositoryQuery.queryVsFilterNote=Note: midPoint query contains a filter along with paging instruction, wrapped together within the <query> element. In contrast, when used in "Advanced filter" in GUI, only the <filter> sub-element is applicable. Paging is managed by the GUI itself. PageCert.ago={0} ago PageCertCampaign.basic=Basic PageCertCampaign.button.back=Back @@ -1232,7 +1232,7 @@ PageCertCampaign.menu.revoke=Revoke PageCertCampaign.name=Name PageCertCampaign.numberOfStages=Number of stages PageCertCampaign.owner=Owner -PageCertCampaigns.agoForCampaign=(campaign\: {0} ago) +PageCertCampaigns.agoForCampaign=(campaign\\: {0} ago) PageCertCampaigns.agoForStage={0} ago PageCertCampaigns.button.closeCampaign=Close campaign PageCertCampaigns.button.closeStage=Close stage @@ -1242,7 +1242,7 @@ PageCertCampaigns.button.startRemediation=Start remediation 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.inForCampaign=(campaign\\: in {0}) PageCertCampaigns.inForStage=in {0} PageCertCampaigns.menu.close=Close campaign PageCertCampaigns.menu.closeSelected=Close selected campaigns @@ -1255,7 +1255,7 @@ PageCertCampaigns.message.closeStageConfirmSingle=Do you really want to close cu PageCertCampaigns.message.deleteCampaignConfirmMultiple=Do you really want to delete selected {0} campaigns? PageCertCampaigns.message.deleteCampaignConfirmSingle=Do you really want to delete campaign '{0}'? PageCertCampaigns.message.noCampaignsSelected=No relevant campaigns selected -PageCertCampaigns.nowForCampaign=(campaign\: now) +PageCertCampaigns.nowForCampaign=(campaign\\: now) PageCertCampaigns.nowForStage=now PageCertCampaigns.table.deadline=Stage (campaign) deadline PageCertCampaigns.table.escalationLevel=Esc. level @@ -1336,7 +1336,7 @@ PageCertDefinition.campaignsTotal=Campaigns total PageCertDefinition.campaignLastStarted=Campaign last started PageCertDefinition.campaignLastClosed=Campaign last closed PageCertDefinition.owner=Owner -PageCertDefinition.stopReviewOn=stop review on\: +PageCertDefinition.stopReviewOn=stop review on: PageCertDefinition.stopReviewOnDefault= PageCertDefinition.stopReviewOnNone= PageCertDefinitions.basicInformation=Basic information @@ -1372,21 +1372,21 @@ PageCertDefinition.scopeEnabledItemsOnly=Enabled items only PageCertDefinition.stagesDefinition=Stages definition PageCert.in=in {0} PageCert.message.assignment={0} of {1} {2} to {3} {4}. -PageCert.message.textAdministrativeState=Administrative state\: {0}. +PageCert.message.textAdministrativeState=Administrative state\\: {0}. PageCert.message.textAssignment=Assignment -PageCert.message.textDescription=Description\: {0}. -PageCert.message.textExtensions=Extensions defined\: {0}. +PageCert.message.textDescription=Description\\: {0}. +PageCert.message.textExtensions=Extensions defined\\: {0}. PageCert.message.textInducement=Inducement -PageCert.message.textIntent=Intent\: {0}. -PageCert.message.textKind=Kind\: {0}. -PageCert.message.textOrder=Order\: {0}. -PageCert.message.textOrg=Org\: {0}. -PageCert.message.textRelation=Relation\: {0}. -PageCert.message.textTenant=Tenant\: {0}. -PageCert.message.textValidFrom=Valid from\: {0}. -PageCert.message.textValidTo=Valid to\: {0}. +PageCert.message.textIntent=Intent\\: {0}. +PageCert.message.textKind=Kind\\: {0}. +PageCert.message.textOrder=Order\\: {0}. +PageCert.message.textOrg=Org\\: {0}. +PageCert.message.textRelation=Relation\\: {0}. +PageCert.message.textTenant=Tenant\\: {0}. +PageCert.message.textValidFrom=Valid from\\: {0}. +PageCert.message.textValidTo=Valid to\\: {0}. PageCert.now=now -StageEditorPanel.stageDefinitionLabelName = Stage Definition \# +StageEditorPanel.stageDefinitionLabelName = Stage Definition \\# StageDefinitionPanel.stageName = Name StageDefinitionPanel.stageDescription = Description StageDefinitionPanel.stageDuration = Duration @@ -1432,7 +1432,7 @@ pageContentAccounts.menu.disableAccounts=Disable selected pageContentAccounts.menu.enableAccounts=Enable selected pageContentAccounts.menu.importAccounts=Import selected pageContentAccounts.menu.removeOwners=Remove for selected -pageContentAccounts.message.cantImportAccount=Can't import account, oid\={0} +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? @@ -1523,7 +1523,7 @@ pageDebugList.message.deleteObjectConfirm=Do you really want to delete "{0}"? pageDebugList.message.deleteSelectedConfirm=Do you really want to delete {0} objects? pageDebugList.message.laxativeProblem=Drop all identities operation has not performed successfully pageDebugList.message.nothingSelected=No object has been selected. -pageDebugList.message.queryException=Couldn't create query for name substring, reason\: {0} +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 @@ -1584,8 +1584,8 @@ PageInternals.consistencyChecks=Check consistency PageInternals.encryptionChecks=Check encryption PageInternals.readEncryptionChecks=Check read encryption 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}, QNameUtil.tolerateUndeclaredPrefixes\: {3} +PageInternals.message.debugUpdatePerformed=Debug util updated. New value\\: {0} +PageInternals.message.internalsConfigUpdate=Internals config update. consistencyChecks\\: {0},encryptionChecks\\: {1}, readEncryptionChecks\\: {2}, QNameUtil.tolerateUndeclaredPrefixes\\: {3} PageInternals.offset=Offset PageInternals.title.debugUtil=Debug util PageInternals.title.internalsConfig=Internals config @@ -1618,7 +1618,7 @@ InternalCounters.prismObjectCloneCount=Prism object clone InternalCounters.roleEvaluationCount=Role evaluation count InternalCounters.roleEvaluationSkipCount=Role evaluation skip count InternalCounters.projectorRunCount=Projector run count -pageLogging.appender=Appender\: +pageLogging.appender=Appender\\: pageLogging.appenders=Appenders pageLogging.appenders.appending=Appending pageLogging.appenders.filePath=File path @@ -1628,7 +1628,7 @@ pageLogging.appenders.maxHistory=Max. history pageLogging.appenders.name=Name pageLogging.appenders.pattern=Pattern pageLogging.audit=Audit -pageLogging.auditLog=Audit to log file\: +pageLogging.auditLog=Audit to log file\\: pageLogging.button.addClassLogger=Add logger pageLogging.button.addComponentLogger=Add component logger pageLogging.button.addConsoleAppender=Add console appender @@ -1640,8 +1640,8 @@ 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.details=Details\\: +pageLogging.dumpInterval=Dump interval\\: pageLogging.filter.ALL=All pageLogging.filter=Filter pageLogging.filter.GUI=Web filter @@ -1668,18 +1668,18 @@ pageLogging.loggersTable=Loggers table pageLogging.logger.TASKMANAGER=Task manager logger pageLogging.logger.WORKFLOWS=Workflow module logger pageLogging.logSubsystemEntryExit=Log subsystem entry/exit -pageLogging.performanceStatistics=Performance statistics\: +pageLogging.performanceStatistics=Performance statistics\\: pageLogging.profiling=Profiling -pageLogging.requestFilter=Request filter\: -pageLogging.rootAppender=Root appender\: -pageLogging.rootLevel=Root logger\: +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.provisioning=Provisioning pageLogging.subsystem.repository=Repository pageLogging.subsystem.resourceObjectChangeListener=Resource object change listener -pageLogging.subsystems=Subsystems\: +pageLogging.subsystems=Subsystems\\: pageLogging.subsystem..taskManager=Task manager pageLogging.subsystem.ucf=Ucf pageLogging.subsystem.workflow=Workflow @@ -1883,8 +1883,8 @@ PageRoleEditor.label.ownerRef.placeholder=Set owner PageRoleEditor.label.requestable=Requestable PageRoleEditor.label.riskLevel=Risk Level PageRoleEditor.label.type=Type -PageRoleEditor.message.addApproverOk=Approver with name\: '{0}' was added successfully. -PageRoleEditor.message.addOwnerOk=Owner with name\: '{0}' was added successfully. +PageRoleEditor.message.addApproverOk=Approver with name\\: '{0}' was added successfully. +PageRoleEditor.message.addOwnerOk=Owner with name\\: '{0}' was added successfully. PageRoleEditor.message.cantAddOwner=Can't setup the selected owner. PageRoleEditor.message.cantCreateExtensionDelta=Can't create delta for role extension PageRoleEditor.subtitle.activation=Activation @@ -1909,7 +1909,7 @@ PageRoles.title=List roles pageSecurityQuestions.message.WrongAnswer=Questions Not Answered Correctly pageSecurityQuestions.message.noPolicySet=No password policy is set PageSecurityQuestions.title=Security Questions -PageShowPassword.message=Your new password is\: +PageShowPassword.message=Your new password is\\: PageShowPassword.success=New password has been successfully created PageShowPassword.title=New Password PageSizePopover.title=Page size @@ -1952,7 +1952,7 @@ pageTask.category.Reconciliation=Reconciliation pageTask.category.UserRecomputation=User 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.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.cronSpec=Schedule cron-like specification @@ -1972,7 +1972,7 @@ pageTaskEdit.button.stopApprovalProcess=Stop approval process pageTaskEdit.button.save=Save pageTaskEdit.button.suspend=Suspend pageTaskEdit.category=Category -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.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 @@ -2054,8 +2054,8 @@ pageTask.objectClass=Object class pageTask.objectRef=Resource reference pageTask.options=Options pageTask.recurring=Recurring task -pageTask.runUntilNodeDown.error1=Compatible data for 'Thread stop action' are\: Close, Suspend -pageTask.runUntilNodeDown.error2=Compatible data for 'Thread stop action' are\: Restart, Reschedule +pageTask.runUntilNodeDown.error1=Compatible data for 'Thread stop action' are\\: Close, Suspend +pageTask.runUntilNodeDown.error2=Compatible data for 'Thread stop action' are\\: Restart, Reschedule pageTask.runUntilNodeDown=Run only until node down pageTasks.alreadyPassed=already passed pageTasks.alreadyPassedForNotRunningTasks=(already passed) @@ -2153,7 +2153,7 @@ PageTasks.title=Tasks pageTasks.unknownRefName=Unknown object pageTask.threadStop=Thread stop action pageTask.title.edit=Details for '{0}' -pageTask.type=Type\: +pageTask.type=Type\\: page.title.edit={0} page.title.editResource=Edit resource pageUser.accounts=Accounts @@ -2184,8 +2184,8 @@ pageUser.message.cantEditUser=Couldn't load form for editing user. pageUser.message.cantNewUser=Couldn't load form for new user. pageUser.message.cantSubmitUser=Couldn't send user for submit pageUser.message.cantUpdateUser=Update user failed -pageUser.message.couldntAssignObject=Couldn't assign object '{0}', reason\: {1}. -pageUser.message.couldntCreateAccount=Couldn't create account form for '{0}', reason\: {1}. +pageUser.message.couldntAssignObject=Couldn't assign object '{0}', reason\\: {1}. +pageUser.message.couldntCreateAccount=Couldn't create account form for '{0}', reason\\: {1}. pageUser.message.couldntCreateAccountNoSchema=Couldn't create account form for '{0}', no refined schema available. Possible problem with connector configuration and/or connection. Please check logs for more information. pageUser.message.deleteAccountConfirm=Do you really want to delete {0} account(s)? pageUser.message.deleteAssignmentConfirm=Do you really want to delete {0} assignment(s)? @@ -2261,26 +2261,26 @@ 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.requestedBy=Requested by\\: +pageWorkItem.requestedOn=Requested on\\: pageWorkItem.requester.description=Requester pageWorkItem.requestSpecific.description=Your decision -workItemPanel.originallyAllocatedTo=Originally allocated to\: -workItemPanel.currentlyAllocatedTo=Currently allocated to\: -workItemPanel.candidateActors=Candidate actors\: -workItemPanel.stage=Approval stage\: -workItemPanel.escalationLevel=Escalation level\: -workItemPanel.requesterComment=Requester comment\: +workItemPanel.originallyAllocatedTo=Originally allocated to\\: +workItemPanel.currentlyAllocatedTo=Currently allocated to\\: +workItemPanel.candidateActors=Candidate actors\\: +workItemPanel.stage=Approval stage\\: +workItemPanel.escalationLevel=Escalation level\\: +workItemPanel.requesterComment=Requester comment\\: workItemPanel.delta=Delta to be approved workItemPanel.mainInfo=Basic information workItemPanel.options=Options -workItemPanel.requestedBy=Requested by\: -workItemPanel.requestedOn=Requested on\: -workItemPanel.workItemCreatedOn=This work item created on\: -workItemPanel.workItemDeadline=Deadline\: +workItemPanel.requestedBy=Requested by\\: +workItemPanel.requestedOn=Requested on\\: +workItemPanel.workItemCreatedOn=This work item created on\\: +workItemPanel.workItemDeadline=Deadline\\: workItemPanel.requester.description=Requester workItemPanel.subTitle=work item details -workItemPanel.title=Work to do\: +workItemPanel.title=Work to do\\: workItemPanel.changesToBeApproved=Changes to be approved workItemPanel.additionalAttributes=Additional attributes workItemPanel.approvalHistory=Approval history for this request @@ -2312,10 +2312,10 @@ PageWorkItemsAll.title=All work items PageWorkItemsAllocatedToMe.title=Work items allocated to me PageWorkItem.title=Work item details PageWorkItem.subTitle=work item details -pageWorkItem.title=Work to do\: +pageWorkItem.title=Work to do\\: pageWorkItem.trackingData.description=Tracking (diagnostic) data pageWorkItem.trackingData=Tracking data -pageWorkItem.workItemCreatedOn=This work item created on\: +pageWorkItem.workItemCreatedOn=This work item created on\\: passwordPanel.error=Passwords don't match. passwordPanel.passwordChange=Change passwordPanel.passwordRemove=Remove @@ -2356,17 +2356,17 @@ prismPropertyPanel.name.credentials.password=Password prismPropertyPanel.required=Required prismValuePanel.add=Add prismValuePanel.delete=Delete -prismValuePanel.message.association.attributes=Attributes\: -processInstancePanel.details=Other information\: -processInstancePanel.finished=Finished\: +prismValuePanel.message.association.attributes=Attributes\\: +processInstancePanel.details=Other information\\: +processInstancePanel.finished=Finished\\: processInstancePanel.message.cantGetDetails=Couldn't get process instance details. processInstancePanel.message.noTasks=none -processInstancePanel.name=Process instance name\: -processInstancePanel.pid=Instance ID\: -processInstancePanel.started=Started\: +processInstancePanel.name=Process instance name\\: +processInstancePanel.pid=Instance ID\\: +processInstancePanel.started=Started\\: processInstancePanel.taskAlreadyRemoved=(was already removed) -processInstancePanel.task=System task\: -processInstancePanel.tasks=Currently active work items\: +processInstancePanel.task=System task\\: +processInstancePanel.tasks=Currently active work items\\: processInstancePanel.title.edit=Details for '{0}' ProfilingLevel.ARGUMENTS=Arguments ProfilingLevel.ENTRY_EXIT=Entry/Exit @@ -2401,7 +2401,7 @@ ProvisioningStatistics.UpdateFailure=Fail ProvisioningStatistics.UpdateSuccess=Update OK QNameEditor.label.localPart=Local part name QNameEditor.label.namespace=Namespace -QNameEditor.tooltip.attribute=TODO\: QNameEditor.tooltip.attribute +QNameEditor.tooltip.attribute=TODO\\: QNameEditor.tooltip.attribute QNameEditor.tooltip.localPart=Local part of QName QNameEditor.tooltip.namespace=Namespace of QName RangeValidator.range=Field '${label}' have to be between ${minimum} and ${maximum}. @@ -2457,7 +2457,7 @@ ResourceAttributeEditor.label.inbound=Inbound mappings ResourceAttributeEditor.label.intolerantVP=Intolerant pattern ResourceAttributeEditor.label.limitations=Limitations ResourceAttributeEditor.label.matchingRule=Matching rule -ResourceAttributeEditor.label.unknownMatchingRule=Unknown matching rule\: {0} +ResourceAttributeEditor.label.unknownMatchingRule=Unknown matching rule: {0} ResourceAttributeEditor.label.new=Create new attribute ResourceAttributeEditor.label.outbound=Outbound mappings ResourceAttributeEditor.label.reference=Attribute @@ -2517,12 +2517,12 @@ ResourceWizard.expression.tooltip.expression=The XML representation of the expre 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. -ResourceWizard.help.capabilityStep=

Resource capabilities are the things that the resource can do. Not all the resource are equal in their capabilities. E.g. one resource supports account activation (enabling and disabling accounts) but other does not. One resource provides read-write access while other can support read-only access. One resource supports real-time synchronization while other does not. The capabilities define what features the resource supports so system can behave accordingly.

All the capabilities can be disabled (i.e. turned off). Disabling the capability will cause that system will not use that part of the connector and resource. The capabilities are usually disabled if they are faulty. E.g. if there is a bug in a connector or on the resource then the bug might be circumvented if appropriate capability is disabled. But the capabilities may be disabled also for administrative reasons. E.g. disabling Create, Update and Delete capabilities makes the resource efficiently read-only.

Some capabilities can be simulated. It means that system can pretend that the resource has specific capability even though it does not have it. E.g. an activation capability can be simulated by setting a specific account attribute to a specific value to disable an account. Such simulated capabilities usually require some configuration. This can also be configured on this page.

See Resource Capabilities wiki page for more details. +ResourceWizard.help.capabilityStep=

Resource capabilities are the things that the resource can do. Not all the resource are equal in their capabilities. E.g. one resource supports account activation (enabling and disabling accounts) but other does not. One resource provides read-write access while other can support read-only access. One resource supports real-time synchronization while other does not. The capabilities define what features the resource supports so system can behave accordingly.

All the capabilities can be disabled (i.e. turned off). Disabling the capability will cause that system will not use that part of the connector and resource. The capabilities are usually disabled if they are faulty. E.g. if there is a bug in a connector or on the resource then the bug might be circumvented if appropriate capability is disabled. But the capabilities may be disabled also for administrative reasons. E.g. disabling Create, Update and Delete capabilities makes the resource efficiently read-only.

Some capabilities can be simulated. It means that system can pretend that the resource has specific capability even though it does not have it. E.g. an activation capability can be simulated by setting a specific account attribute to a specific value to disable an account. Such simulated capabilities usually require some configuration. This can also be configured on this page.

See Resource Capabilities wiki page for more details. ResourceWizard.help.configurationStep=

This stage of the wizard configures connector configuration properties. They usually define network parameters used to access the resource such as hostname and port numbers. Additional connection parameters such as operation network timeouts and connection pooling configuration can be specified here.

There connector configuration properties are unique for each connector. The specific set of configuration properties are determined by connector configuration schema. Therefore the content of this page depends on the connector type that was selected in the previous page.

-ResourceWizard.help.nameStep=

This stage of the wizard configures basic properties of the resource. It can be used to configure resource name and description. Connector name is mandatory and must be unique. Connector that will be used to access the resource must also be configured. Connectors are deployed on connector hosts. If the connector host is left empty then connectors deployed directly in the system instance will be used.

See Resource Configuration wiki page for detailed explanation of resource configuration.

-ResourceWizard.help.schemaHandlingStep=

This step is used to provide configuration for handling of resource schema. The configuration displayed on this page tells system what to do with resource object classes and attributes. It contains the configuration of mappings between user properties and account attributes, configuration of account types, groups, provisioning dependencies, password mapping and so on.

The configuration is grouped into object types. Each object type defines the behavior for specific account type, entitlement type, OU, etc. The object type is uniquely identified by the combination of kind and intent. The kind defines what kind of the object it is\:

  • kind\=account means that the object is an account, i.e. that it represents a user.
  • kind\=entitlement is applied to groups, roles, privileges, ACIs and similar objects that can be associated with accounts and which give privileges or access rights to the account.
  • kind\=generic applies to other objects such as organizational units (OUs), domains, etc.
Intent is a plain string that can be used to distinguish several object types. E.g. it can be used to define several account types, e.g. "default user account", "administration account", "testing account" and so on. See Kind, Intent and ObjectClass wiki page for more details.

More details about schema handling configuration are provided on Resource Schema Handling wiki page. -ResourceWizard.help.schemaStep=

This page shows resource schema. The resource schema defines object classes that the connector can manage, e.g. accounts, groups, organizational units and so on. The schema defines a set of attributes for each object class. The schema is presented here in read-only form so you can inspect it and familiarize yourself with the data model that the resource provides.

The resource schema presented at this page is usually retrieved from the resource and automatically generated by system. Resource schema defines what the resource can do, i.e. what object classes it defines and what attributes are used in the object classes. Therefore the schema is read-only. It is not a configuration. It does not defines how system uses the object classes and attributes. That is configured in next steps of the wizard.

See Resource Schema wiki page for detailed explanation of resource schema concepts

-ResourceWizard.help.synchronizationStep=

The synchronization configuration defines how Identity Manager reacts when it discovers that resource object has changed. E.g. it defines how system reacts when it discovers new account, when it discovers that a group that should exist does not and so on. It is usually does not matter how system discovers the change the reaction is usually the same (although exceptions are possible by using channel specification). Therefore the policy that is configured here usually applies to live synchronization, reconciliation, import, discovery (consistency mechanism) and possible also other mechanisms that may come in the future.

See Synchronization Configuration wiki page for more details. +ResourceWizard.help.nameStep=

This stage of the wizard configures basic properties of the resource. It can be used to configure resource name and description. Connector name is mandatory and must be unique. Connector that will be used to access the resource must also be configured. Connectors are deployed on connector hosts. If the connector host is left empty then connectors deployed directly in the system instance will be used.

See Resource Configuration wiki page for detailed explanation of resource configuration.

+ResourceWizard.help.schemaHandlingStep=

This step is used to provide configuration for handling of resource schema. The configuration displayed on this page tells system what to do with resource object classes and attributes. It contains the configuration of mappings between user properties and account attributes, configuration of account types, groups, provisioning dependencies, password mapping and so on.

The configuration is grouped into object types. Each object type defines the behavior for specific account type, entitlement type, OU, etc. The object type is uniquely identified by the combination of kind and intent. The kind defines what kind of the object it is\\:

  • kind\\=account means that the object is an account, i.e. that it represents a user.
  • kind\\=entitlement is applied to groups, roles, privileges, ACIs and similar objects that can be associated with accounts and which give privileges or access rights to the account.
  • kind\\=generic applies to other objects such as organizational units (OUs), domains, etc.
Intent is a plain string that can be used to distinguish several object types. E.g. it can be used to define several account types, e.g. "default user account", "administration account", "testing account" and so on. See Kind, Intent and ObjectClass wiki page for more details.

More details about schema handling configuration are provided on Resource Schema Handling wiki page. +ResourceWizard.help.schemaStep=

This page shows resource schema. The resource schema defines object classes that the connector can manage, e.g. accounts, groups, organizational units and so on. The schema defines a set of attributes for each object class. The schema is presented here in read-only form so you can inspect it and familiarize yourself with the data model that the resource provides.

The resource schema presented at this page is usually retrieved from the resource and automatically generated by system. Resource schema defines what the resource can do, i.e. what object classes it defines and what attributes are used in the object classes. Therefore the schema is read-only. It is not a configuration. It does not defines how system uses the object classes and attributes. That is configured in next steps of the wizard.

See Resource Schema wiki page for detailed explanation of resource schema concepts

+ResourceWizard.help.synchronizationStep=

The synchronization configuration defines how Identity Manager reacts when it discovers that resource object has changed. E.g. it defines how system reacts when it discovers new account, when it discovers that a group that should exist does not and so on. It is usually does not matter how system discovers the change the reaction is usually the same (although exceptions are possible by using channel specification). Therefore the policy that is configured here usually applies to live synchronization, reconciliation, import, discovery (consistency mechanism) and possible also other mechanisms that may come in the future.

See Synchronization Configuration wiki page for more details. ResourceWizard.saveAndVisualize=Save and visualize ResourceWizard.visualize=Visualize runReportPopupContent.button.run=Run report @@ -2549,18 +2549,19 @@ runReportPopupContent.param.name.role=Role runReportPopupContent.param.name.roleOids=Roles runReportPopupContent.param.name.users=Users runReportPopupContent.param.name.stageNumber=Stage number (default is to take all stages) +runReportPopupContent.param.name.referencedRolesNames=Referenced Roles RunReportPopupPanel.title=Report configuration before run -runUntilNodeDown.error1=Compatible data for 'Thread stop action' are\: Close, Suspend -runUntilNodeDown.error2=Compatible data for 'Thread stop action' are\: Restart, Reschedule -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. +runUntilNodeDown.error1=Compatible data for 'Thread stop action' are\\: Close, Suspend +runUntilNodeDown.error2=Compatible data for 'Thread stop action' are\\: Restart, Reschedule +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 Identity Manager (usually a user). SchemaHandlingStep.activation.tooltip.outbound=Outbound mappings map values from Identity Manager (usually a user) to the resource (usually an account). SchemaHandlingStep.association.label.associationName=Association name SchemaHandlingStep.association.label.associationNamespace=Namespace 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 "member", "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.associationLocalPart=TODO\: SchemaHandlingStep.association.tooltip.associationLocalPart -SchemaHandlingStep.association.tooltip.associationNamespace=TODO\: SchemaHandlingStep.association.tooltip.associationNamespace -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.associationLocalPart=TODO\\: SchemaHandlingStep.association.tooltip.associationLocalPart +SchemaHandlingStep.association.tooltip.associationNamespace=TODO\\: SchemaHandlingStep.association.tooltip.associationNamespace +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 system assumes that the resource implements referential integrity. E.g. system assumes that the resource automatically updates the association identifiers if an account is renamed and system does not need to do anything. If set to true then system will do referential integrity explicitly. In this case system 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. @@ -2568,10 +2569,10 @@ SchemaHandlingStep.association.tooltip.valueAttribute=Name of the attribute that SchemaHandlingStep.attribute.label.attributeName=Attribute name SchemaHandlingStep.attribute.label.attributeNamespace=Attribute namespace 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.attributeLocalPart=TODO\: SchemaHandlingStep.attribute.tooltip.attributeLocalPart -SchemaHandlingStep.attribute.tooltip.attributeNamespace=TODO\: SchemaHandlingStep.attribute.tooltip.attributeNamespace +SchemaHandlingStep.attribute.tooltip.attributeLocalPart=TODO\\: SchemaHandlingStep.attribute.tooltip.attributeLocalPart +SchemaHandlingStep.attribute.tooltip.attributeNamespace=TODO\\: SchemaHandlingStep.attribute.tooltip.attributeNamespace 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.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.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 system (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 system processing (mappings). SchemaHandlingStep.attribute.tooltip.limitations=Specify attribute limitations such as multiplicity, ability to read or write it, etc. @@ -2581,7 +2582,7 @@ SchemaHandlingStep.attribute.tooltip.reference=Name of the attribute to configur SchemaHandlingStep.attribute.tooltip.tolerant=Tolerant attributes tolerate values that are set outside of system. Non-tolerant attributes will only allow values that are defined in system (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 system processing (mappings). SchemaHandlingStep.button.add=Add object type -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.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 system (usually a user). SchemaHandlingStep.credentials.tooltip.outbound=Outbound mappings map values from system (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. @@ -2589,10 +2590,10 @@ SchemaHandlingStep.dependency.tooltip.intent=Intent of the object on which we de 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.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.iteration.tooltip.returnMultiplicity=TODO\\: SchemaHandlingStep.iteration.tooltip.returnMultiplicity +SchemaHandlingStep.iteration.tooltip.variable=TODO\\: SchemaHandlingStep.iteration.tooltip.variable SchemaHandlingStep.label.activation=Activation SchemaHandlingStep.label.assignmentPolicyRef=Assignment policy SchemaHandlingStep.label.associations=Associations @@ -2613,7 +2614,7 @@ SchemaHandlingStep.limitations.tooltip.ignore=Flag to ignore an attribute. Syste 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.maxOccurs=Maximum number of occurrences of the attribute. A value of one means single-value attribute, value of "unbounded" means multi-value attribute. A value which is specified here overrides the value taken from resource schema. SchemaHandlingStep.limitations.tooltip.minOccurs=Minimum number of occurrences of the attribute. A value of zero means optional attribute, value of one means mandatory attribute. A value which is specified here overrides the value taken from resource schema. -SchemaHandlingStep.limitations.tooltip.other=TODO\: REMOVE THIS TOOLTIP +SchemaHandlingStep.limitations.tooltip.other=TODO\\: REMOVE THIS TOOLTIP SchemaHandlingStep.limitations.tooltip.propertyAccess=The type of access which is allowed or denied. SchemaHandlingStep.mapping.tooltip.authoritative=Authoritative mappings both add and remove specified value. Non-authoritative mappings only add the value. E.g. if a role with an authoritative mapping is removed the value that the mapping implied is also removed. If a role with non-authoritative mapping is removed then the value remains. SchemaHandlingStep.mapping.tooltip.channel=Limits application of this mapping only to specific channel. E.g. to changes coming from live sync, reconciliation or GUI. If the channel is listed then the mapping will be applied. If it is not then it will not be applied. If no channel is specified then no limitations apply and the mapping will be applied for all channels. @@ -2630,30 +2631,30 @@ SchemaHandlingStep.mapping.tooltip.expressionValuePolicyRef=Reference to a value SchemaHandlingStep.mapping.tooltip.source=Mapping source. Mapping will react to changes in its sources. The values of the sources are input parameters to the expression inside the mapping. SchemaHandlingStep.mapping.tooltip.strength=The strength with which the mapping is applied. Weak mappings are only applied if there is no value in the target yet. Normal mappings are applied only if the source has been changed. Strong mappings are applied always. SchemaHandlingStep.mapping.tooltip.target=Mapping target. The value that the mapping produces will be applied to the mapping target. -SchemaHandlingStep.message.errorLoadingObjectTypeList=Couldn't load object class list from resource. Error\: +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.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.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.title=Schema handling 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.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.filterClause=TODO\\: SchemaHandlingStep.tooltip.filterClause SchemaHandlingStep.tooltip.intent=Intent specifies what system should do with the object. Intent sorts objects of the same kind into several categories. Objects with different intents may be handled differently by system. SchemaHandlingStep.tooltip.iteration=Iteratively find values for unique attributes such as identifiers. Identity Manager 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. System 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.duplicateObjectTypeWarning=There are more definitions for kind/intent\: {0}. -SchemaHandlingStep.in=in\: {0} +SchemaHandlingStep.duplicateObjectTypeWarning=There are more definitions for kind/intent: {0}. +SchemaHandlingStep.in=in: {0} SchemaHandlingStep.out=out SchemaHandlingStep.dup=DUP {0} SchemaListPanel.attributes=Attributes @@ -2686,7 +2687,7 @@ SchemaStep.xml=XML SearchFilterPanel.button.update=Update clause SearchFilterPanel.label.description=Description SearchFilterPanel.label.filterClause=Filter clause -SearchFilterPanel.message.cantSerialize=Could not parse filter clause. Please enter correct expression. Reason\: {0} +SearchFilterPanel.message.cantSerialize=Could not parse filter clause. Please enter correct expression. Reason\\: {0} SearchFilterPanel.message.expressionSuccess=Filter clause has been updated successfully. searchForm.filetype.null=File type searchForm.reportType.null=Report type @@ -2787,7 +2788,7 @@ SynchronizationStep.label.reaction=Reaction SynchronizationStep.label.reconcile=Reconcile SynchronizationStep.label.syncObjectHeader=Synchronization objects SynchronizationStep.message.cantSave=Couldn't save resource synchronization. -SynchronizationStep.message.errorLoadingObjectSyncList=Couldn't load object synchronization list from resource. Error\: +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. SynchronizationStep.reaction.tooltip.action=Explicit action. This setting defines what system has to do as a reaction to the synchronization event. @@ -2840,7 +2841,7 @@ SystemConfigPanel.title.notification=Notifications SystemConfigPanel.title.passwordPolicy=Global password policy SystemConfigPanel.title.securityPolicy=Global security policy SystemConfigPanel.title.userTemplate=Default user template -SystemConfigPanel.tooltip.duration=Format\: P[n][p], n-number, p-period (d - days, m - months, ...), P3M - cleanup every 3 months +SystemConfigPanel.tooltip.duration=Format\\: P[n][p], n-number, p-period (d - days, m - months, ...), P3M - cleanup every 3 months SystemInfoPanel.cpuUsage=CPU Usage SystemInfoPanel.heapMemory=Heap memory (used/committed/max) SystemInfoPanel.nonHeapMemory=Non heap memory (used/committed/max) @@ -2867,7 +2868,7 @@ TaskListType.ACTIVATED=Activated TaskListType.ALL=All TaskListType.DEACTIVATED=Deactivated TaskListType.EXECUTING=Executing -TaskStatePanel.countersSource=Statistical and state information source\: +TaskStatePanel.countersSource=Statistical and state information source\\: TaskStatePanel.currentObjectProcessed=Current object being processed TaskStatePanel.executionStatus=Execution status TaskStatePanel.executionTime=Execution time @@ -2882,7 +2883,7 @@ TaskStatePanel.message.lastObjectProcessed={0} TaskStatePanel.message.node= - at node {0} TaskStatePanel.message.objectsProcessed={0} TaskStatePanel.message.objectsProcessedTime=(average time {1} ms, total processing time {0} seconds) -TaskStatePanel.message.objectsTotal={0} (wall clock average\: {1} ms) +TaskStatePanel.message.objectsTotal={0} (wall clock average\\: {1} ms) TaskStatePanel.message.timeInfoWithAgo={0} ({1} ago) TaskStatePanel.message.timeInfoWithDuration={0} (in {1} ms) TaskStatePanel.message.timeInfoWithDurationAndAgo={0} ({1} ago - in {2} ms) @@ -2900,11 +2901,11 @@ TaskStatePanel.statistics=Environmental performance statistics TaskStatePanel.subtaskName=Name TaskStatePanel.subtaskObjectsProcessed=Objects processed TaskStatePanel.subtaskState=State -TaskStatePanel.updated=Updated\: +TaskStatePanel.updated=Updated\\: TaskStatePanel.workerThreads=Lightweight subtasks (worker threads) -tempMessagePanel.cause=Cause\: -tempMessagePanel.context=Context\: -tempMessagePanel.count=Count\: +tempMessagePanel.cause=Cause\\: +tempMessagePanel.context=Context\\: +tempMessagePanel.count=Count\\: tempMessagePanel.message.debug=Debug tempMessagePanel.message.error=Error tempMessagePanel.message.expectedError=Expected error @@ -2916,7 +2917,7 @@ tempMessagePanel.message.success=Success tempMessagePanel.message.undefined=Undefined tempMessagePanel.message.unknown=Unknown tempMessagePanel.message.warn=Warning -tempMessagePanel.param=Param\: +tempMessagePanel.param=Param\\: tempMessagePanel.times=times TextDetailsPanel.title=Association Details TextField.universal.placeholder=Insert value @@ -2928,7 +2929,7 @@ Title.CurrentStatus=Last status message Title.MappingsStatistics=Mappings evaluation information Title.NotificationsStatistics=Notifications information Title.ProvisioningStatistics=Provisioning operations information -Title.Source=Source\: +Title.Source=Source\\: TreeTablePanel.childOrg=Children org. units TreeTablePanel.collapseAll=Collapse all TreeTablePanel.deleteRoot=Delete root @@ -2950,7 +2951,7 @@ TreeTablePanel.menu.enable=Enable TreeTablePanel.menu.move=Move TreeTablePanel.menu.recompute=Recompute TreeTablePanel.menu.removeFromHierarchy=Remove from org. unit -TreeTablePanel.message.warn.deleteTreeObjectConfirm=Warning\! {0} has members. Do you really want to delete this org. unit? +TreeTablePanel.message.warn.deleteTreeObjectConfirm=Warning! {0} has members. Do you really want to delete this org. unit? TreeTablePanel.message.deleteTreeObjectConfirm=Do you really want to delete org. unit "{0}"? TreeTablePanel.message.deleteObjectConfirm=Do you really want to delete selected {0} object(s)? TreeTablePanel.message.deleteRootConfirm=Do you really want to delete {0} ({1})? @@ -3022,7 +3023,7 @@ web.security.provider.invalid=Invalid username and/or password. web.security.provider.invalid.link=Invalid link web.security.provider.locked=User is locked, please wait. web.security.provider.password.bad=User doesn't have defined password. -web.security.provider.password.encoding=Couldn't authenticate user, reason\: couldn't encode password. +web.security.provider.password.encoding=Couldn't authenticate user, reason\\: couldn't encode password. web.security.provider.unavailable=Currently we are unable to process your request. Kindly try again later. web.security.ldap.access.denied=Access denied. You don't have permission to access, please contact Identity Manager's administrators. web.security.ldap.denied=Permission denied. @@ -3031,15 +3032,15 @@ web.security.ldap.invalid=Invalid username and/or password. web.security.ldap.invalid.link=Invalid link web.security.ldap.locked=User is locked, please wait. web.security.ldap.password.bad=User doesn't have defined password. -web.security.ldap.password.encoding=Couldn't authenticate user, reason\: couldn't encode password. +web.security.ldap.password.encoding=Couldn't authenticate user, reason\\: couldn't encode password. web.security.ldap.unavailable=Currently we are unable to process your request. Kindly try again later. -WfDeltasPanel.label.deltaIn=Process input\: delta(s) to be approved +WfDeltasPanel.label.deltaIn=Process input\\: delta(s) to be approved WfDeltasPanel.label.deltaOutListEmpty=(none) -WfDeltasPanel.label.deltaOut=Process output\: delta(s) resulting from the approval +WfDeltasPanel.label.deltaOut=Process output\\: delta(s) resulting from the approval WfHistoryPanel.label.event=Event WfHistoryPanel.label.timestamp=Time -WizardHelpDialog.button.ok=Ok, Got It\! -WizardHelpDialog.label=Get Help With Resource Wizard\! +WizardHelpDialog.button.ok=Ok, Got It\\! +WizardHelpDialog.label=Get Help With Resource Wizard\\! Wizard.message.cancel=Resource editing was canceled Wizard.correctErrorsFirst=Please correct the errors before saving. Wizard.Issues=Issues @@ -3063,16 +3064,16 @@ PageAdmin.menu.profile=Profile PageAdmin.menu.assignments=Assignments PageAdmin.menu.credentials=Credentials PageAdmin.menu.request=Request a role -PageTemplate.version=Version\: -PageTemplate.copy=Copyright © 2010-2017 Evolveum® and partners.  +PageTemplate.version=Version\\: +PageTemplate.copy=Copyright © 2010-2017 Evolveum® and partners.  PageTemplate.toggleNavigation=Toggle navigation PageTemplate.user=user -PageTemplate.couldntNavigateBreadcrumb=Couldn't navigate breadcrumb, reason\: {0} +PageTemplate.couldntNavigateBreadcrumb=Couldn't navigate breadcrumb, reason\\: {0} SystemInfoPanel.starttime=Start time SystemInfoPanel.uptime=Uptime CountToolbar.label.unknownCount=Displaying {0,number,integer} to {1,number,integer}, unknown number of matching results. TableConfigurationPanel.pageSize=Page size -TableConfigurationPanel.tableColumns=Table columnsCountToolbar.label.unknownCount\=Displaying {0,number,integer} to {1,number,integer}, unknown number of matching results. +TableConfigurationPanel.tableColumns=Table columnsCountToolbar.label.unknownCount\\=Displaying {0,number,integer} to {1,number,integer}, unknown number of matching results. MyRequestsPanel.started = Started MyRequestsPanel.rejected = Rejected MyRequestsPanel.approved = Approved @@ -3106,15 +3107,16 @@ ChangePasswordPanel.enabled=Account enabled ChangePasswordPanel.legendMessage.selected= - Password will be changed ChangePasswordPanel.legendMessage.propagated= - Automatic password propagation (based on policies defined in resources definitions) ChangePasswordPanel.legendMessage.deselected= - Password will not be changed +ChangePasswordPanel.legendMessage.no.password.capability= - Password capability is not supported by resource ChangePasswordPanel.helpInfo=

This portion of the credentials dialog controls how the password change will be propagated to each individual system. The first line defines whether the password will be changed in the Identity Manager itself. Following lines represent each system for which the password can be changed. The password propagation is controlled by the icons:

  • Password will be changed. Password for this system will be changed to the value specified in the password dialog above.
  • Automatic password propagation. The password might be changed. Whether the password is changed or not depends on the policies set up by identity administrator. This usually means that the password will be changed if it makes sense for the current situation and settings. This is the reasonable default choice.
  • Password will not be changed for this system.
  • Password capability is not supported for this system. As the result, password will not be changed for this system.

You can adjust the password propagation settings by clicking on the icons and thus fine-tune how the password change is propagated to each individual system.

ChangePasswordPanel.helpPopupTitle=Password propagation help PageBase.button.tooltip.clearSearch=Clear mainForm.uploadTooLarge = Upload must be less than ${maxSize}. -mainForm.uploadFailed = File failed to upload\: ${exception.localizedMessage}PageSelfCredentials.couldntResolve\=Couldn't resolve resource. +mainForm.uploadFailed = File failed to upload\\: ${exception.localizedMessage}PageSelfCredentials.couldntResolve\\=Couldn't resolve resource. PageSelfCredentials.couldntResolve=Couldn't resolve resource. -roleMemberPanel.type=Type\: -roleMemberPanel.tenant=Tenant\: -roleMemberPanel.project=Org/Project\: +roleMemberPanel.type=Type: +roleMemberPanel.tenant=Tenant: +roleMemberPanel.project=Org/Project: roleMemberPanel.indirectMembers=Include indirect members roleMemberPanel.allRelations=Show all relations roleMemberPanel.menu.createOwner=Create owner @@ -3175,11 +3177,11 @@ PageResource.tab.content.others=Uncategorized PageResource.tab.content.tasks=Defined Tasks ResourceContentTabPanel.searchType.repository=Repository ResourceContentTabPanel.searchType.resource=Resource -ResourceContentTabPanel.searchType=Search In\: -PagePreviewChanges.primaryChangesOne=Primary changes\: {0} object -PagePreviewChanges.primaryChangesMore=Primary changes\: {0} objects -PagePreviewChanges.secondaryChangesOne=Secondary changes\: {0} object -PagePreviewChanges.secondaryChangesMore=Secondary changes\: {0} objects +ResourceContentTabPanel.searchType=Search In: +PagePreviewChanges.primaryChangesOne=Primary changes: {0} object +PagePreviewChanges.primaryChangesMore=Primary changes: {0} objects +PagePreviewChanges.secondaryChangesOne=Secondary changes: {0} object +PagePreviewChanges.secondaryChangesMore=Secondary changes: {0} objects PagePreviewChanges.button.continueEditing=Continue editing PagePreviewChanges.button.save=Save ScenePanel.object={0} object @@ -3192,24 +3194,24 @@ SceneItemLinePanel.removedValue=Removed value SceneItemLinePanel.addedValue=Added value SceneItemLinePanel.unchangedValue=Unchanged value operation.com.evolveum.midpoint.web.page.admin.resources.ResourceContentTabPanel.changeOwner=Change owner (GUI) -TaskSummaryPanel.progressWithTotalKnown=Progress\: {0} out of {1} -TaskSummaryPanel.progressWithTotalUnknown=Progress\: {0} +TaskSummaryPanel.progressWithTotalKnown=Progress: {0} out of {1} +TaskSummaryPanel.progressWithTotalUnknown=Progress: {0} TaskSummaryPanel.progressIfSuspended=(suspended) TaskSummaryPanel.progressIfWaiting=(waiting) TaskSummaryPanel.progressIfClosed=(closed) TaskSummaryPanel.progressIfStalled=(stalled since {0}) -TaskSummaryPanel.lastProcessed=Last object processed\: {0} +TaskSummaryPanel.lastProcessed=Last object processed: {0} ResourceContentResourcePanel.showExisting=Show existing ResourceContentResourcePanel.newTask=Create new SearchPanel.advanced=Advanced SearchPanel.basic=Basic SearchPanel.search=Search SearchPanel.debug=Debug -ResourceContentResourcePanel.realSearch=(In fact) Searching by\: -typedAssignablePanel.selectedOrgs=Orgs\: -typedAssignablePanel.selectedResources=Resources\: -typedAssignablePanel.selectedRoles=Roles\: -typedAssignablePanel.selectedServices=Services\: +ResourceContentResourcePanel.realSearch=(In fact) Searching by: +typedAssignablePanel.selectedOrgs=Orgs: +typedAssignablePanel.selectedResources=Resources: +typedAssignablePanel.selectedRoles=Roles: +typedAssignablePanel.selectedServices=Services: SearchPanel.insertFilterXml=Insert filter xml (SearchFilterType) autoRefreshPanel.refreshNow=Refresh now autoRefreshPanel.resumeRefreshing=Resume refreshing @@ -3222,16 +3224,16 @@ PageAdmin.menu.top.services.new=New service PageAdmin.menu.top.services.edit=Edit service taskShowAdvancedFeaturesPanel.label=Show advanced features taskWfParentPanel.changesNotRequiringApproval=Changes not requiring approval -taskOtherChangesPanel.label.state=State\: +taskOtherChangesPanel.label.state=State\\: taskOtherChangesPanel.state.FINAL=Changes have been applied (successfully or not) taskOtherChangesPanel.state.PRIMARY=Changes are waiting to be applied taskOtherChangesPanel.state.SECONDARY=Changes are waiting to be applied taskWfChildPanel.showParent=Show request in a context of the whole operation. -TaskSummaryPanel.requestedBy=Requested by\: {0} -TaskSummaryPanel.requestedByWithFullName=Requested by\: {0} ({1}) -TaskSummaryPanel.requestedOn=Requested on\: {0} +TaskSummaryPanel.requestedBy=Requested by: {0} +TaskSummaryPanel.requestedByWithFullName=Requested by: {0} ({1}) +TaskSummaryPanel.requestedOn=Requested on: {0} TaskSummaryPanel.requestedByAndOn=Requested by {0} on {1} -TaskSummaryPanel.stage=Stage\: {0} +TaskSummaryPanel.stage=Stage: {0} TaskSummaryPanel.rejected=Rejected TaskSummaryPanel.approved=Approved operation.com.evolveum.midpoint.web.page.admin.resources.PageResource.refreshSchema=Refresh schema (GUI) @@ -3293,7 +3295,7 @@ DefinitionStagesPanel.confirmDelete=Confirm delete DefinitionStagesPanel.confirmDeleteText=Do you really want to delete stage '{0}'? PageCertDefinition.outcomeStrategyHelpLabel=Please see also PageCertDefinition.outcomeStrategyHelpLink=this document -PageCertDefinition.outcomeStrategyHelp=How is the overall outcome for a case determined, based on outcomes in individual stages? Note\: 'Stop review on\:' field shows outcomes that prevent a case from being advanced to the next stage. Usually you need not change the default value. If necessary, you could do that through the XML configuration. +PageCertDefinition.outcomeStrategyHelp=How is the overall outcome for a case determined, based on outcomes in individual stages? Note: 'Stop review on:' field shows outcomes that prevent a case from being advanced to the next stage. Usually you need not change the default value. If necessary, you could do that through the XML configuration. PageCertDefinition.campaignLastStartedHelp=When was last campaign created according to this definition started? PageCertDefinition.campaignLastClosedHelp=When was last campaign created according to this definition closed - either after successfully going through all stages, or closed at any time. However, if a campaign is deleted without being closed first, it is not shown here. PageCertDefinition.scopeObjectTypeHelp=Determines which objects will be considered to be in the scope of the certification campaigns. Features of these objects (e.g. whether to certify their assignments or their inducements or both, etc) are selected below. @@ -3301,13 +3303,13 @@ PageCertDefinition.scopeSearchFilterHelp=If only a subset of objects of given ty PageCertDefinition.scopeAssignmentsInducementsHelp=Select what features (assignments, inducements or both) of the objects described above are to be certified. PageCertDefinition.scopeIncludeTargetTypesHelp=When certifying assignments or inducements, you can specify what target types are taken into account. For example, you can say that you want to certify only assignments of roles (to, for example, users). PageCertDefinition.scopeIncludeByStatusHelp=Whether to certify only assignments/inducements that have administrative status set to ENABLED (or not set at all). Note that what is relevant is the administrative status of the assignment, not the administrative status of the assigned object. -StageDefinitionPanel.stageDurationHelp=Duration of this stage, used to determine stage end time. The end time is computed as the moment of stage opening plus the duration, rounded up to 23\:59\:59 of the last day. Duration is specified in ISO 8601 format, like P14D for 14 days, P3W for 3 weeks, P2M for 2 months, etc. -StageDefinitionPanel.notifyBeforeDeadlineHelp=How long before the stage end the reminding notifications (to reviewers and campaign owner) will be sent. It is possible to specify more values; separate them by commas. Time interval is specified in ISO 8601 format, like PT12H for 12 hours, P2D for 2 days, P1W for 1 week, etc. An example\: PT48H, PT12H says that the first notification will be sent 48 hours before stage end, and the second one 12 hours before the end. +StageDefinitionPanel.stageDurationHelp=Duration of this stage, used to determine stage end time. The end time is computed as the moment of stage opening plus the duration, rounded up to 23:59:59 of the last day. Duration is specified in ISO 8601 format, like P14D for 14 days, P3W for 3 weeks, P2M for 2 months, etc. +StageDefinitionPanel.notifyBeforeDeadlineHelp=How long before the stage end the reminding notifications (to reviewers and campaign owner) will be sent. It is possible to specify more values; separate them by commas. Time interval is specified in ISO 8601 format, like PT12H for 12 hours, P2D for 2 days, P1W for 1 week, etc. An example: PT48H, PT12H says that the first notification will be sent 48 hours before stage end, and the second one 12 hours before the end. StageDefinitionPanel.notifyWhenNoDecisionHelp=If checked, a 'stage end approaching' notification is sent to a reviewer only if he/she has some cases waiting for his/her decision. If not checked, reviewers always get their notifications - regardless of whether they have provided a decision or not. (Note that notifications to the campaign owner about approaching stage end are always sent, regardless of this setting.) StageDefinitionPanel.reviewerSpecificationTargetHelp=Selection of reviewers based on assignment/inducement target owner/approver. E.g. you can specify that the role owner is used to certify all assignments of 'his' role (to any users). StageDefinitionPanel.reviewerSpecificationObjectHelp=Selection of reviewers based on object that has something assigned (or induced) to. E.g. you can specify that the role owner is used to certify all inducements made to 'his' role. StageDefinitionPanel.reviewerUseObjectManagerHelp=Selection of reviewers based on managers of object (typically a user) that has something assigned/induced to. E.g. you can specify that a manager is used to certify all assignments made to users in 'his' organization. -StageDefinitionPanel.reviewerUseObjectManagerOrgTypeHelp=Influences determination of a manager of a user\: First, we take all managers of all organizations the user belongs to. We exclude the user himself, if he is a manager of such organization (and if 'allow managers to approve their own assignments' below is unchecked). If the value in this field is filled-in, we use it to select only organizations with given organization type value - for example, 'functional' (if you have e.g. both functional-type and project-type organizations). If this field is empty, we take into account all organizations. If we find no suitable manager, we continue with all parent organizations (again, of the given type, if specified). +StageDefinitionPanel.reviewerUseObjectManagerOrgTypeHelp=Influences determination of a manager of a user: First, we take all managers of all organizations the user belongs to. We exclude the user himself, if he is a manager of such organization (and if 'allow managers to approve their own assignments' below is unchecked). If the value in this field is filled-in, we use it to select only organizations with given organization type value - for example, 'functional' (if you have e.g. both functional-type and project-type organizations). If this field is empty, we take into account all organizations. If we find no suitable manager, we continue with all parent organizations (again, of the given type, if specified). StageDefinitionPanel.reviewerUseObjectManagerAllowSelfHelp=If a user is a manager in his organization, could he be selected as a reviewer for his own assignments? If unchecked (the default), a higher-level manager is searched for - see description for the above field. StageDefinitionPanel.defaultReviewerRefHelp=This reviewer (or reviewers) will be used if the above condition would lead to no reviewer. StageDefinitionPanel.additionalReviewerRefHelp=This reviewer (or reviewers) will be used in addition to any reviewers selected by the above conditions. @@ -3319,13 +3321,13 @@ StageDefinitionPanel.configurationHelpLink=this document NameStep.configurationWillBeLost=The selected connector configuration schema is different from the current one. Configuration properties will be lost if you will proceed. resultsHandlerConfiguration=Results handlers enableFilteredResultsHandler=Enable additional filtering of results -enableFilteredResultsHandlerHelp=This handler filters results retrieved from the resource by the connector, at the level of connector framework. It is used by connector implementations that do not provide complete filtering by themselves. Enabling this handler has some drawbacks e.g. in the area of paging. So it is to be used only if really necessary. If not sure, it is advisable to use filtering in validation mode. Default value for current version of ConnId\: enabled. +enableFilteredResultsHandlerHelp=This handler filters results retrieved from the resource by the connector, at the level of connector framework. It is used by connector implementations that do not provide complete filtering by themselves. Enabling this handler has some drawbacks e.g. in the area of paging. So it is to be used only if really necessary. If not sure, it is advisable to use filtering in validation mode. Default value for current version of ConnId: enabled. filteredResultsHandlerInValidationMode=Perform filtering in validation mode only -filteredResultsHandlerInValidationModeHelp=Switches the result filtering into validation mode\: all data produced by the connector are checked by the connector framework to see if they are properly filtered. In case of improper filtering, an exception is raised. This mode is to be used for connectors that are expected to provide complete filtering, but their functionality in this area has to be verified. Default value for current version of ConnId\: disabled. +filteredResultsHandlerInValidationModeHelp=Switches the result filtering into validation mode: all data produced by the connector are checked by the connector framework to see if they are properly filtered. In case of improper filtering, an exception is raised. This mode is to be used for connectors that are expected to provide complete filtering, but their functionality in this area has to be verified. Default value for current version of ConnId: disabled. enableCaseInsensitiveFilter=Make filtering case insensitive -enableCaseInsensitiveFilterHelp=This option makes filtering case insensitive, for all attributes on the resource. Used for case-insensitive resources. Default value for current version of ConnId\: disabled. +enableCaseInsensitiveFilterHelp=This option makes filtering case insensitive, for all attributes on the resource. Used for case-insensitive resources. Default value for current version of ConnId: disabled. enableNormalizingResultsHandler=Enable handler that normalizes returned data -enableNormalizingResultsHandlerHelp=This handler normalizes each attribute that is passed from resource to the system. Usually recommended to be turned off. Default value for current version of ConnId\: enabled. +enableNormalizingResultsHandlerHelp=This handler normalizes each attribute that is passed from resource to the system. Usually recommended to be turned off. Default value for current version of ConnId: enabled. enableAttributesToGetSearchResultsHandler=Enable 'attributes to get' results handler enableAttributesToGetSearchResultsHandlerHelp=This handler is used to implement 'attributes to get' option. It is advisable to keep the default setting of 'enabled' (in current version of ConnId). PageResourceWizard.autoSaveWarning=The resource is automatically saved on each transition between wizard steps. @@ -3354,12 +3356,12 @@ TreeTablePanel.menu.deleteMember.confirm=All selected members (users, organizati TreeTablePanel.menu.deleteAllMembers.confirm=All focus members (users, organizations, services, roles) will be permanently deleted from system. Are you sure to perform this action? PageTasksCertScheduling.title=Certification scheduling PageResourceVisualization.title=Visualization of mappings for {0} -PageResourceVisualization.dotMessage=Rendering of DOT graph could not be carried out. Please check the error message below, and make sure that\: +PageResourceVisualization.dotMessage=Rendering of DOT graph could not be carried out. Please check the error message below, and make sure that: PageResourceVisualization.dot1=DOT rendering software is installed at your server. The recommended one is Graphviz PageResourceVisualization.dot2=The path to DOT rendering executable is correctly set in you config.xml file. PageResourceVisualization.moreInformation=For more information, please see PageResourceVisualization.moreInformationLink=this article -PageResourceVisualization.errorMessage=Error message\: +PageResourceVisualization.errorMessage=Error message: PageResourceVisualization.seeOnline=You can also try to use an online DOT renderer, for example PageResourceVisualization.seeOnlineLink=webgraphviz.com PageResourceVisualization.copyInstruction=Simply paste the following DOT code into it. @@ -3458,7 +3460,7 @@ PageEvaluateMapping.message.emptyString=Please provide a mapping to execute. PageEvaluateMapping.result=Result PageEvaluateMapping.mapping=Mapping PageEvaluateMapping.request=Request -PageEvaluateMapping.chooseSample=Or use a sample\: +PageEvaluateMapping.chooseSample=Or use a sample: PageEvaluateMapping.sample.FullName_NoDelta=Full name mapping (no change) PageEvaluateMapping.sample.FullName_Delta=Full name mapping (change in givenName) PageEvaluateMapping.sample.FullName_Delta_Ref=Full name mapping (change in givenName); source from repository @@ -3477,8 +3479,8 @@ PageAssignmentConflicts.back=Back PageAssignmentConflicts.submit=Submit AssignmentCatalogPanel.selectTargetUser=Select target user AssignmentCatalogPanel.selectAssignmentsUserOwner=Select assignments user owner -AssignmentCatalogPanel.requestForMe=Target user\: me -AssignmentCatalogPanel.requestFor=Target user\: +AssignmentCatalogPanel.requestForMe=Target user: me +AssignmentCatalogPanel.requestFor=Target user: AssignmentCatalogPanel.requestForMultiple={0} users selected AssignmentCatalogPanel.assignmentsOwner={0}'s assignments MultiButtonPanel.plusIconTitle=Add item to shopping cart @@ -3569,8 +3571,8 @@ MergeType.EMPTY=empty PageMergeObjects.warningMessage=Two objects' oids should be specified PageSelfRegistration.register=Register PageSelfRegistration.registration.success=Registration was successful -PageSelfRegistration.registration.error=Registration failed \: {0} -PageSelfRegistration.registration.confirm.message=Congratulation\! \n\n\n You have been successfully registered. To activate your account check your email and confirm your registration. +PageSelfRegistration.registration.error=Registration failed : {0} +PageSelfRegistration.registration.confirm.message=Congratulation! \n\n\n You have been successfully registered. To activate your account check your email and confirm your registration. PageRegistrationConfirmation.confirmation.error=Failed to confirm your registration. We are sorry, but probably you'll need to contact system administrator. PageRegistrationConfirmation.continueToLogin=Continue to login page PageRegistrationConfirmation.confirmation.successful=Confirmation successful @@ -3596,9 +3598,9 @@ PageSelfRegistration.password.policy= PageResetPassword.reset.successful=New password was set successfully. Continue with login. PageForgotPassword.form.submited.message=Confirmation link was sent to the email provided. To reset your password, click on the confirmation link and follow instructions. pageForgetPassword.message.policy.not.found=Reset password not allowed -PageAbstractSelfCredentials.save.password.failed=Failed to change password\: {0} +PageAbstractSelfCredentials.save.password.failed=Failed to change password: {0} PageResetPassword.title=Reset password -PageResetPasswordConfirmation=Reset password confirmation +PageResetPasswordConfirmation.title=Reset password confirmation PageResetPasswordConfirmation.confirmation.error=Reset password is not allowed. We are sorry, but probably you'll need to contact system administrator. PageResetPasswordConfirmation.authnetication.failed=Incorrect username and/or password ItemPathSegmentPanel.itemToSearch=Search for {0} @@ -3609,6 +3611,7 @@ DecisionDto.rejectedDueToTimeout=(rejected due to the timeout) DecisionDto.AUTO_APPROVAL_CONDITION=(auto-approval condition) DecisionDto.AUTO_COMPLETION_CONDITION=(auto-completion condition) DecisionDto.NO_ASSIGNEES_FOUND=(no approvers found) +wf.comment=Comment wf.object=Object wf.target=Target wf.originalAssignee=Original assignee @@ -3622,12 +3625,23 @@ wf.escalationLevelName=Escalation level name wf.escalationLevelDisplayName=Escalation level display name wf.workItemId=Work item ID wf.processInstanceId=Process instance ID +wf.requesterComment=Requester comment +wf.causeType=Cause type +wf.causeName=Cause name +wf.causeDisplayName=Cause display name PageAccountActivation.account.activation.successful=Activation of accounts was successful PageAccountActivation.account.activation.failed=Failed to activate accounts. Please, contact system administrator -PageAccountActivation.activated.shadows=Activated shadows\: +PageAccountActivation.activated.shadows=Activated shadows: PageAccountActivation.button.activate=Activate PageAccountActivation.activate.accounts.label=Account activation for user '{0}'. PageAccountActivation.provide.password=Please, provide your password to activate accounts. PageAccountActivation.title=Account activation PageAccountActivation.nothing.to.activate=Unexpected problem occurs while trying to activate account. Please contact system administrator PageAccountActivation.authentication.failed=Authentication failed +operation.com.evolveum.midpoint.web.page.admin.reports.PageCreatedReports.deleteReportOutput=Delete report (GUI) +operation.com.evolveum.midpoint.report.impl.ReportManagerImpl.deleteReportOutput=Delete report (Report) +operation.com.evolveum.midpoint.web.page.admin.reports.PageCreatedReports.downloadReport=Download report (GUI) +operation..com.evolveum.midpoint.report.impl.ReportManagerImpl.getReportOutputData=Load report (Report) +PageWorkItem.couldNotGetWorkItem=Couldn't get work item. It might have been already completed or deleted. +CsvDownloadButtonPanel.export=CSV export +AssignmentEditorDto.policyRuleTitle=Policy rule diff --git a/gui/admin-gui/src/main/resources/localization/Midpoint_es.properties b/gui/admin-gui/src/main/resources/localization/Midpoint_es.properties index 14868370cd5..752d1202963 100644 --- a/gui/admin-gui/src/main/resources/localization/Midpoint_es.properties +++ b/gui/admin-gui/src/main/resources/localization/Midpoint_es.properties @@ -104,7 +104,7 @@ AssignmentTablePanel.menu.addDelegation=Add delegation AssignmentTablePanel.menu.deleteDelegation=Delete delegation AssignmentTablePanel.menu.unassign=Desasignar AssignmentTablePanel.menu.showAllAssignments=Mostrar todas las asignaciones -AssignmentTablePanel.message.couldntAssignObject=No se pudo asignar objeto '{0}', razón\: {1}. +AssignmentTablePanel.message.couldntAssignObject=Couldn't assign object '{0}', reason\\: {1}. AssignmentTablePanel.message.illegalAssignmentState=Estado de asignación ilegal '{0}'. AssignmentTablePanel.message.noAssignmentSelected=No hay asignación seleccionada. AssignmentTablePanel.message.noDelegationsSelected=No delegation selected. @@ -254,24 +254,24 @@ DefinitionScopeObjectType.RoleType=Roles DefinitionScopeObjectType.UserType=Usuarios DefinitionScopeObjectType.OrgType=Organizaciones DefinitionScopeObjectType.ServiceType=Services -deleteAllDialog.label.accountShadowsDelete=Cuentas shadows a eliminar\: {0} -deleteAllDialog.label.nonAccountShadowsDelete=No hay cuentas shadows a eliminar\: {0} +deleteAllDialog.label.accountShadowsDelete=Account shadows to delete\\: {0} +deleteAllDialog.label.nonAccountShadowsDelete=Non-Account shadows to delete\\: {0} deleteAllDialog.label.org=Unidades Organizativas -deleteAllDialog.label.orgUnitsDelete=Unidades Organizativas a eliminar\: {0} +deleteAllDialog.label.orgUnitsDelete=Org. units to delete\\: {0} deleteAllDialog.label.shadow.account=Cuentas shadows deleteAllDialog.label.shadow.nonAccount=No hay Cuentas shadows deleteAllDialog.label.shadow.org=Unidades Organizativas shadows deleteAllDialog.label.shadow.role=Rol shadows -deleteAllDialog.label.totalToDelete=Total de objetos a eliminar\: {0} -deleteAllDialog.label.usersDelete=Usuarios a eliminar\: {0} (Usuario 'Administrator' no será eliminado) +deleteAllDialog.label.totalToDelete=Total objects to delete\\: {0} +deleteAllDialog.label.usersDelete=Users to delete\\: {0} (User 'Administrator' will not be deleted) deleteAllDialog.label.users=Usuarios -deleteAllDialog.message.choose=Elija los tipo de objetos a borrar\: +deleteAllDialog.message.choose=Choose object types to delete\\: deleteAllDialog.no=No deleteAllDialog.yes=Sí -DeltaPanel.label.changeType=Tipo de cambio\: -DeltaPanel.label.modifications=Modificaciones\: -DeltaPanel.label.objectToAdd=Objeto a agregar\: -DeltaPanel.label.oid=objecto con OID\: +DeltaPanel.label.changeType=Change type\\: +DeltaPanel.label.modifications=Modifications\\: +DeltaPanel.label.objectToAdd=Object to add\\: +DeltaPanel.label.oid=object with oid\\: direction.nullvalid=Elija uno DoubleButtonPanel.button.default=Ejecutar DoubleButtonPanel.download=Descargar @@ -305,7 +305,7 @@ ExpressionEditorPanel.label.language=Lenguaje ExpressionEditorPanel.label.type=Tipo de expresión ExpressionEditorPanel.label.description=Descripción ExpressionEditorPanel.label.valuePolicyRef=Referencia a la política -ExpressionEditorPanel.message.cantSerialize=No se pudo crear el JAXBElement desde la expresión XML provista. Por favor ingrese la expresión correcta. Razón\: {0} +ExpressionEditorPanel.message.cantSerialize=Could not create JAXBElement from provided XML expression. Please enter correct expression. Reason\\: {0} ExpressionEditorPanel.message.expressionSuccess=La expresión ha sido ejecutada de manera satisfactoria. ExpressionEvaluatorType.AS_IS=Como está ExpressionEvaluatorType.GENERATE=Generar @@ -328,10 +328,10 @@ FeedbackAlertMessage.error=Error FeedbackAlertMessage.info=Información FeedbackAlertMessage.success=Exito FeedbackAlertMessage.warn=Advertencia -feedbackMessagePanel.cause=Causa\: +feedbackMessagePanel.cause=Cause\\: feedbackMessagePanel.collapseAll=Contraer todo -feedbackMessagePanel.context=Contexto\: -feedbackMessagePanel.count=Cuenta\: +feedbackMessagePanel.context=Context\\: +feedbackMessagePanel.count=Count\\: feedbackMessagePanel.expandAll=Expandir todo feedbackMessagePanel.export=Exportar a XML feedbackMessagePanel.hideStack=[ HIDE ERROR STACK ] @@ -347,7 +347,7 @@ feedbackMessagePanel.message.success=Exito feedbackMessagePanel.message.undefined=Indefined feedbackMessagePanel.message.unknown=Desconocido feedbackMessagePanel.message.warn=Advertencia -feedbackMessagePanel.param=Parámetro\: +feedbackMessagePanel.param=Param\\: feedbackMessagePanel.showStack=[ SHOW ERROR STACK ] feedbackMessagePanel.times=intentos feedtempMessagePanelbackMessagePanel.message.info=Información @@ -403,7 +403,7 @@ JasperReportConfigurationPanel.forPrompting=Para exactitud JasperReportConfigurationPanel.parameterClass=Clase de parámetro JasperReportConfigurationPanel.nestedClass=Nested class JasperReportConfigurationPanel.parameterName=Nombre de parámetro -JasperReportConfigurationPanel.parameterProperty=Propiedad\: {0} +JasperReportConfigurationPanel.parameterProperty=Property\\: {0} JasperReportConfigurationPanel.reportFields=Reporte de campos JasperReportConfigurationPanel.reportParameters=Reporte de parámetros JasperReportConfigurationPanel.reportQuery=Reporte de pregunta @@ -520,7 +520,7 @@ MappingEditorDialog.label.strength=Fortaleza MappingEditorDialog.label.target=Objetivo MappingEditorDialog.label.timeFrom=Tiempo desde MappingEditorDialog.label.timeTo=Tiempo hasta -MappingEditorDialog.message.cantSave=No se pudo guardar el mapeo. Razón\: +MappingEditorDialog.message.cantSave=Couldn't save mapping. Reason\\: MappingEditorDialog.message.warn.emptyTarget=Entrada de mapa require "Campo de destino" ser especificado. MappingsStatistics.AverageTime=Tiempo promedio MappingsStatistics.Count=Recuento de invocaciones @@ -537,13 +537,13 @@ Message.SourceMemory=task in memory (fetched {0}) Message.SourceRepository=repository (statistics updated on {0}) message.success=Your Answers Were Updated Successfully message.WrongAnswer=Questions Not Answered Correctly -ModelOperationStatusPanel.label.focusName=Objeto\: -ModelOperationStatusPanel.label.focusType=de tipo\: -ModelOperationStatusPanel.label.primaryDelta=Delta primario\: -ModelOperationStatusPanel.label.state=Estado\: -ModelOperationStatusPanel.state.FINAL=Final\: la operación ha sido ejecutada (exitosamente o no) -ModelOperationStatusPanel.state.PRIMARY=Primaria\: la operación ha sido aprobada -ModelOperationStatusPanel.state.SECONDARY=Secundaria\: operación de recurso(s) está siendo aprobada +ModelOperationStatusPanel.label.focusName=Object\\: +ModelOperationStatusPanel.label.focusType=of type\\: +ModelOperationStatusPanel.label.primaryDelta=Primary delta\\: +ModelOperationStatusPanel.label.state=State\\: +ModelOperationStatusPanel.state.FINAL=Final\\: operation has been executed (successfully or not) +ModelOperationStatusPanel.state.PRIMARY=Primary\\: operation is being approved +ModelOperationStatusPanel.state.SECONDARY=Secondary\\: resource operation(s) are being approved ModificationsPanel.label.attribute=Atributo ModificationsPanel.label.change=Cambio ModificationsPanel.label.value=Valor(es) @@ -871,7 +871,7 @@ operation.com.evolveum.midpoint.web.page.admin.users.PageUsers.disableUsers=Desh operation.com.evolveum.midpoint.web.page.admin.users.PageUsers.enableUser=Habilitar usuario (Gui) operation.com.evolveum.midpoint.web.page.admin.users.PageUsers.enableUsers=Habilitar usuarios (Gui) operation.com.evolveum.midpoint.web.page.admin.users.PageUser.sendToSubmit=Enviar para someter (Gui) -operation.com.evolveum.midpoint.web.page.admin.users.PageUsers.reconcileUser=Reconciliar usuario (Gui)\: {0} +operation.com.evolveum.midpoint.web.page.admin.users.PageUsers.reconcileUser=Reconcile user (Gui)\\: {0} operation.com.evolveum.midpoint.web.page.admin.users.PageUsers.reconcileUsers=Reconciliar usuarios (Gui) operation.com.evolveum.midpoint.web.page.admin.workflow.PageWorkItem.saveWorkItem=Guardar elemento de trabajo (Gui) operation.com.evolveum.midpoint.web.util.WebModelUtils.deleteObject=Eliminar objeto (Gui) @@ -902,11 +902,11 @@ operation.com.evolveum.midpoint.web.component.wizard.resource.SchemaHandlingStep operation.com.evolveum.midpoint.web.component.wizard.resource.SynchronizationStep.saveResourceSynchronization=Save resource synchronization operation.com.evolveum.midpoint.web.component.wizard.resource.CapabilityStep.saveCapabilities=Save resource capabilities operation.com.evolveum.midpoint.web.page.admin.PageAdminFocus.loadShadow=Load shadow -operationResultPanel.cause=Causa\: -operationResultPanel.context=Contexto\: -operationResultPanel.count=Cuenta\: +operationResultPanel.cause=Cause\\: +operationResultPanel.context=Context\\: +operationResultPanel.count=Count\\: operationResultPanel.hideStack=[ HIDE ERROR STACK ] -operationResultPanel.param=Parámetro\: +operationResultPanel.param=Param\\: operationResultPanel.showStack=[ SHOW ERROR STACK ] operationResultPanel.times=intentos operationResultPanel.title.expectedError=Error esperado @@ -1002,8 +1002,8 @@ PageAccounts.message.ownerNotFound=Could not found owner for shadow with oid {0} PageAccounts.message.unsupportedOwnerType=Unsupported owner type. pageAccounts.message.resourceNotSelected=Recurso no seleccionado. Por favor seleccione el recurso para mostrar sus shadows. PageAccounts.message.success.clearExport=Export folder was cleared successfully -PageAccounts.message.success.export=Export was successful. Exported file\: {0}. -PageAccounts.message.validationError=Valor buscado de objectClass\: '{0}' no es válido. Por favor provea un valor de objectClass valido. +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=Nada PageAccounts.resource=Recurso PageAccounts.shadows=Shadows @@ -1114,9 +1114,9 @@ pageAdminFocus.organizations=Organizaciones pageAdminFocus.assignments=Asignaciones pageAdminFocus.message.couldntCreateAccountNoSchema=No se pudo crear el formato proyección para '{0}', Tampoco refinar el esquema disponible. Posiblemente problema de configuración con el conectador y/o conexión. Favor chequear los registros de su servidor para más información. pageAdminFocus.message.couldntCreateAccountNoAccountSchema=No se pudo crear el formato de proyección para '{0}', Tampoco esquematizar la cuenta por defecto por el tipo de objeto disponible. Posiblemente problema con configuración de recurso. Favor chequear los registros de su servidor para más información. -pageAdminFocus.message.couldntCreateAccount=No se pudo crear el formato de proyección por '{0}', razón\: {1}. +pageAdminFocus.message.couldntCreateAccount=Couldn't create projection form for '{0}', reason\\: {1}. pageAdminFocus.message.noAssignableSelected=No hay asignación seleccionada. -pageAdminFocus.message.couldntAssignObject=No se pudo asignar objeto '{0}', razón\: {1}. +pageAdminFocus.message.couldntAssignObject=Couldn't assign object '{0}', reason\\: {1}. pageAdminFocus.message.noActivationFound=No hay activación encontrada para la proyección '{0}'. pageAdminFocus.message.noEnabledPropertyFound=No hay propiedad habilitada encontrada para la cuenta '{0}'. pageAdminFocus.message.noLockoutStatusPropertyFound=No lockout status property found for account '{0}'. @@ -1128,7 +1128,7 @@ pageAdminFocus.title.selectResource=Seleccionar recurso(s) pageAdminFocus.title.selectAssignable=Seleccionar objecto(s) pageAdminFocus.task.name=Nombre de tarea pageAdminFocus.task.category=Categoría -pageAdminFocus.task.descriptionHasTasks=Active tasks related to this object\: +pageAdminFocus.task.descriptionHasTasks=Active tasks related to this object: pageAdminFocus.task.descriptionNoTasks=There are no active tasks related to this object. pageAdminFocus.task.execution=Estado de ejecución pageAdminFocus.task.status=Estado @@ -1188,15 +1188,15 @@ PageRepositoryQuery.button.useInObjectList=Use in object list PageRepositoryQuery.button.execute=Ejecutar PageRepositoryQuery.message.emptyString=Entered query string is empty. Please provide non-empty query string. PageRepositoryQuery.result=Resultado -PageRepositoryQuery.resultObjects=Result\: retrieved {0} object(s) -PageRepositoryQuery.resultException=Result\: {0} +PageRepositoryQuery.resultObjects=Result: retrieved {0} object(s) +PageRepositoryQuery.resultException=Result: {0} PageRepositoryQuery.midPoint=MidPoint query -PageRepositoryQuery.objectType=Object type\: +PageRepositoryQuery.objectType=Object type: PageRepositoryQuery.hibernateQuery=Hibernate query PageRepositoryQuery.hibernateParameters=Query parameters -PageRepositoryQuery.hibernateParametersNote=Note\: The parameters are shown here only to indicate how midPoint query is translated into hibernate query. They are not used when manually executing a hibernate query, so the query you enter here should contain no references to parameters. +PageRepositoryQuery.hibernateParametersNote=Note: The parameters are shown here only to indicate how midPoint query is translated into hibernate query. They are not used when manually executing a hibernate query, so the query you enter here should contain no references to parameters. PageRepositoryQuery.incompleteResultsNote=Because you do not have administrator rights, results shown here were probably filtered by applying additional search conditions derived from your authorizations. These additional conditions are not visible in the hibernate query shown above. -PageRepositoryQuery.chooseSample=Or use a sample\: +PageRepositoryQuery.chooseSample=Or use a sample: PageRepositoryQuery.sample.ObjectType_AllObjectsInAnOrg=All objects in an organization (directly) PageRepositoryQuery.sample.ObjectType_AllObjectsInASubtree=All objects in a subtree PageRepositoryQuery.sample.OrgType_AllRootOrgs=All organizational roots @@ -1212,7 +1212,7 @@ PageRepositoryQuery.sample.UserType_UsersThatHaveARole=Users that have active as PageRepositoryQuery.sample.UserType_SpecifiedCostCenters=Users in cost centers 100000-999999 or X100-X999 PageRepositoryQuery.sample.ShadowType_ShadowsOnGivenResource=Shadows on a given resource PageRepositoryQuery.sample.UserType_UsersWithShadowOnGivenResource=Users with linked shadow on a given resource -PageRepositoryQuery.queryVsFilterNote=Note\: midPoint query contains a filter along with paging instruction, wrapped together within the <query> element. In contrast, when used in "Advanced filter" in GUI, only the <filter> sub-element is applicable. Paging is managed by the GUI itself. +PageRepositoryQuery.queryVsFilterNote=Note: midPoint query contains a filter along with paging instruction, wrapped together within the <query> element. In contrast, when used in "Advanced filter" in GUI, only the <filter> sub-element is applicable. Paging is managed by the GUI itself. PageCert.ago={0} atrás PageCertCampaign.basic=Básico PageCertCampaign.button.back=Back @@ -1232,7 +1232,7 @@ PageCertCampaign.menu.revoke=Rechazar PageCertCampaign.name=Nombre PageCertCampaign.numberOfStages=Número de etapas PageCertCampaign.owner=Dueño -PageCertCampaigns.agoForCampaign=(campaña\: {0} atrás) +PageCertCampaigns.agoForCampaign=(campaign\\: {0} ago) PageCertCampaigns.agoForStage={0} atrás PageCertCampaigns.button.closeCampaign=Cerrar campaña PageCertCampaigns.button.closeStage=Cerrar etapa @@ -1242,7 +1242,7 @@ PageCertCampaigns.button.startRemediation=Comenzar remediación PageCertCampaigns.dialog.title.confirmCloseCampaign=Confirmar cierre de campaña PageCertCampaigns.dialog.title.confirmCloseStage=Confirmar cierre de etapa PageCertCampaigns.dialog.title.confirmDeleteCampaign=Confirmar eliminación de campaña -PageCertCampaigns.inForCampaign=(campaña\: en {0}) +PageCertCampaigns.inForCampaign=(campaign\\: in {0}) PageCertCampaigns.inForStage=en {0} PageCertCampaigns.menu.close=Cerrar campaña PageCertCampaigns.menu.closeSelected=Close selected campaigns @@ -1255,7 +1255,7 @@ PageCertCampaigns.message.closeStageConfirmSingle=Do you really want to close cu PageCertCampaigns.message.deleteCampaignConfirmMultiple=Do you really want to delete selected {0} campaigns? PageCertCampaigns.message.deleteCampaignConfirmSingle=Do you really want to delete campaign '{0}' ? PageCertCampaigns.message.noCampaignsSelected=No relevant campaigns selected -PageCertCampaigns.nowForCampaign=(campaign\: now) +PageCertCampaigns.nowForCampaign=(campaign\\: now) PageCertCampaigns.nowForStage=ahora PageCertCampaigns.table.deadline=Stage (campaign) deadline PageCertCampaigns.table.escalationLevel=Esc. level @@ -1336,7 +1336,7 @@ PageCertDefinition.campaignsTotal=Campaigns total PageCertDefinition.campaignLastStarted=Campaign last started PageCertDefinition.campaignLastClosed=Campaign last closed PageCertDefinition.owner=Dueño -PageCertDefinition.stopReviewOn=stop review on\: +PageCertDefinition.stopReviewOn=stop review on: PageCertDefinition.stopReviewOnDefault= PageCertDefinition.stopReviewOnNone= PageCertDefinitions.basicInformation=Información básica @@ -1372,21 +1372,21 @@ PageCertDefinition.scopeEnabledItemsOnly=Enabled items only PageCertDefinition.stagesDefinition=Stages definition PageCert.in=en {0} PageCert.message.assignment={0} of {1} {2} to {3} {4}. -PageCert.message.textAdministrativeState=Administrative state\: {0}. +PageCert.message.textAdministrativeState=Administrative state\\: {0}. PageCert.message.textAssignment=Assignment -PageCert.message.textDescription=Description\: {0}. -PageCert.message.textExtensions=Extensions defined\: {0}. +PageCert.message.textDescription=Description\\: {0}. +PageCert.message.textExtensions=Extensions defined\\: {0}. PageCert.message.textInducement=Inducement -PageCert.message.textIntent=Intent\: {0}. -PageCert.message.textKind=Kind\: {0}. -PageCert.message.textOrder=Order\: {0}. -PageCert.message.textOrg=Org\: {0}. -PageCert.message.textRelation=Relation\: {0}. -PageCert.message.textTenant=Tenant\: {0}. -PageCert.message.textValidFrom=Valid from\: {0}. -PageCert.message.textValidTo=Valid to\: {0}. +PageCert.message.textIntent=Intent\\: {0}. +PageCert.message.textKind=Kind\\: {0}. +PageCert.message.textOrder=Order\\: {0}. +PageCert.message.textOrg=Org\\: {0}. +PageCert.message.textRelation=Relation\\: {0}. +PageCert.message.textTenant=Tenant\\: {0}. +PageCert.message.textValidFrom=Valid from\\: {0}. +PageCert.message.textValidTo=Valid to\\: {0}. PageCert.now=ahora -StageEditorPanel.stageDefinitionLabelName = Stage Definition \# +StageEditorPanel.stageDefinitionLabelName = Stage Definition \\# StageDefinitionPanel.stageName = Name StageDefinitionPanel.stageDescription = Descripción StageDefinitionPanel.stageDuration = Duration @@ -1432,7 +1432,7 @@ pageContentAccounts.menu.disableAccounts=Disable selected pageContentAccounts.menu.enableAccounts=Enable selected pageContentAccounts.menu.importAccounts=Import selected pageContentAccounts.menu.removeOwners=Remove for selected -pageContentAccounts.message.cantImportAccount=No se puede importar cuenta, oid\={0} +pageContentAccounts.message.cantImportAccount=Can't import account, oid\\={0} pageContentAccounts.message.cantShowAccountDetails=No se puede mostrar destalles para la cuenta {0} ({1}). pageContentAccounts.message.cantShowUserDetails=No se puede mostrar destalle del usuario {0} ({1}). pageContentAccounts.message.deleteConfirmation=Usted desea realmente eliminar cuenta/s {0} de este recurso? @@ -1474,7 +1474,7 @@ PageCreatedReports.title=Informes Creados PageDashboard.accounts=Mis cuentas PageDashboard.activeTasks=Tareas Activas PageDashboard.activeUsers=Usuarios Activos -PageDashboard.assignments=Mis asignaciones +PageDashboard.assignments=My assignments PageDashboard.personalInfo=Información personal PageDashboard.serverLoad=Carga del servidor PageDashboard.systemInfo=Estado del sistema @@ -1523,7 +1523,7 @@ pageDebugList.message.deleteObjectConfirm=¿Realmente quiere eliminar "{0}"? pageDebugList.message.deleteSelectedConfirm=¿Realmente quiere eliminar {0} objetos? pageDebugList.message.laxativeProblem=El descarte de todas las identidades operación no se ha realizado con éxito pageDebugList.message.nothingSelected=Ningún objeto ha sido seleccionado. -pageDebugList.message.queryException=No se pudo crear una consulta para el nombre de subcadena, razón\: {0} +pageDebugList.message.queryException=Couldn't create query for name substring, reason\\: {0} pageDebugList.message.resourceNotSelected=Recurso no selecionado. pageDebugList.message.singleOrgDeleteProblem=No se pudo eliminar la unidad organizativa pageDebugList.message.singleShadowDeleteProblem=No se pudo eliminar shadow @@ -1584,8 +1584,8 @@ PageInternals.consistencyChecks=Check consistency PageInternals.encryptionChecks=Check encryption PageInternals.readEncryptionChecks=Check read encryption PageInternals.detailedDebugDump=Volcado de depuración detallado -PageInternals.message.debugUpdatePerformed=Debug util updated. New value\: {0} -PageInternals.message.internalsConfigUpdate=Internals config update. consistencyChecks\: {0},encryptionChecks\: {1}, readEncryptionChecks\: {2}, QNameUtil.tolerateUndeclaredPrefixes\: {3} +PageInternals.message.debugUpdatePerformed=Debug util updated. New value\\: {0} +PageInternals.message.internalsConfigUpdate=Internals config update. consistencyChecks\\: {0},encryptionChecks\\: {1}, readEncryptionChecks\\: {2}, QNameUtil.tolerateUndeclaredPrefixes\\: {3} PageInternals.offset=Offset PageInternals.title.debugUtil=Debug util PageInternals.title.internalsConfig=Configuraciones Internas @@ -1618,7 +1618,7 @@ InternalCounters.prismObjectCloneCount=Prism object clone InternalCounters.roleEvaluationCount=Role evaluation count InternalCounters.roleEvaluationSkipCount=Role evaluation skip count InternalCounters.projectorRunCount=Projector run count -pageLogging.appender=Añadidor\: +pageLogging.appender=Appender\\: pageLogging.appenders=Añadidores pageLogging.appenders.appending=Añadiendo pageLogging.appenders.filePath=Ruta al fichero @@ -1628,7 +1628,7 @@ pageLogging.appenders.maxHistory=Historial máximo pageLogging.appenders.name=Nombre pageLogging.appenders.pattern=Patrón pageLogging.audit=Auditar -pageLogging.auditLog=Auditar al fichero de registro\: +pageLogging.auditLog=Audit to log file\\: pageLogging.button.addClassLogger=Agregar logger pageLogging.button.addComponentLogger=Agregar componente de logger pageLogging.button.addConsoleAppender=Agregar consola de añadidor @@ -1640,8 +1640,8 @@ pageLogging.button.deleteFilter=Eliminar filtro pageLogging.button.deleteLogger=Eliminar logger pageLogging.button.reset=Restablecer pageLogging.button.save=Guardar -pageLogging.details=Details\: -pageLogging.dumpInterval=Intérvalo de volcado\: +pageLogging.details=Details\\: +pageLogging.dumpInterval=Dump interval\\: pageLogging.filter.ALL=Todo pageLogging.filter=Filtro pageLogging.filter.GUI=Filtro web @@ -1668,18 +1668,18 @@ pageLogging.loggersTable=Tabla de Loggers pageLogging.logger.TASKMANAGER=logger de administrador de tareas pageLogging.logger.WORKFLOWS=logger de módulo de Workflow pageLogging.logSubsystemEntryExit=Log subsystem entry/exit -pageLogging.performanceStatistics=Estadísticas de rendimiento\: +pageLogging.performanceStatistics=Performance statistics\\: pageLogging.profiling=Profiling -pageLogging.requestFilter=Solicitar filtro\: -pageLogging.rootAppender=Añadidor root\: -pageLogging.rootLevel=Root logger\: +pageLogging.requestFilter=Request filter\\: +pageLogging.rootAppender=Root appender\\: +pageLogging.rootLevel=Root logger\\: pageLogging.subsystem.appender=Añadidor pageLogging.subsystem.level=Nivel pageLogging.subsystem.model=Modelo pageLogging.subsystem.provisioning=Aprovisionamiento pageLogging.subsystem.repository=Repositorio pageLogging.subsystem.resourceObjectChangeListener=escuchador de cambios de objetos de recurso -pageLogging.subsystems=Subsistemas\: +pageLogging.subsystems=Subsystems\\: pageLogging.subsystem..taskManager=Administrador de tareas pageLogging.subsystem.ucf=Ucf pageLogging.subsystem.workflow=Workflow @@ -1883,8 +1883,8 @@ PageRoleEditor.label.ownerRef.placeholder=Poner Propietario PageRoleEditor.label.requestable=Solicitable PageRoleEditor.label.riskLevel=Nivel de riesgo PageRoleEditor.label.type=Tipo -PageRoleEditor.message.addApproverOk=Aprobador con nombre\: '{0}' fue agregado satisfactoriamente. -PageRoleEditor.message.addOwnerOk=Propietario con nombre\: '{0}' fue agregado satisfactoriamente. +PageRoleEditor.message.addApproverOk=Approver with name\\: '{0}' was added successfully. +PageRoleEditor.message.addOwnerOk=Owner with name\\: '{0}' was added successfully. PageRoleEditor.message.cantAddOwner=Can't setup the selected owner. PageRoleEditor.message.cantCreateExtensionDelta=No se puede crear delta para extensión del rol PageRoleEditor.subtitle.activation=Activación @@ -1909,7 +1909,7 @@ PageRoles.title=Listar roles pageSecurityQuestions.message.WrongAnswer=Preguntas No Respondidas Correctamente pageSecurityQuestions.message.noPolicySet=No password policy is set PageSecurityQuestions.title=Preguntas de Seguridad -PageShowPassword.message=Tú nueva contraseña es\: +PageShowPassword.message=Your new password is\\: PageShowPassword.success=Nueva contraseña ha sido creada satisfactoriamente PageShowPassword.title=Nueva Contraseña PageSizePopover.title=Tamaño de pagina @@ -1952,7 +1952,7 @@ pageTask.category.Reconciliation=Reconciliación pageTask.category.UserRecomputation=Recomputación de usuario pageTask.category.Workflow=Workflow pageTask.createSuspended=Crear en estado SUSPENDIDO -pageTask.cronHelp=Especificaciones como cron son bajo la forma \: SEGUNDOS MINUTOS HORAS DIA-DE-MES MES DIA DE SEMANA AÑO (opcional), por ejemplo, '0 0 12? * WED "que significa" todos los miércoles a las 12 \: 00 \: 00 pm ". Para obtener más información, por favor consulte www.quartz-scheduler.org/documentation/quartz-2.1.x/tutorials/tutorial-lesson-06. +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=Para más información, por favor vea pageTask.cronHelpLinkTutorial=tutorial pageTask.cronSpec=Programar especificación cron @@ -1972,7 +1972,7 @@ pageTaskEdit.button.stopApprovalProcess=Stop approval process pageTaskEdit.button.save=Guardar pageTaskEdit.button.suspend=Suspender pageTaskEdit.category=Categoría -pageTaskEdit.cronHelp=Especificación cron es el la forma\: SEGUNDOS MINUTOS HORAS DÍA-DEL-MES MES DÍA-DE-LA-SEMANA AÑO (opcional), Ejemplo '0 0 12 ? * WED' que significa 'cada miércoles a las 12\:00\:00 pm'. +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=Para más información por favor vea pageTaskEdit.cronHelpLinkTutorial=tutorial pageTaskEdit.cronSpec=Programar especificación cron @@ -2054,8 +2054,8 @@ pageTask.objectClass=Clase de objeto pageTask.objectRef=Referencia a Recurso pageTask.options=Opciones pageTask.recurring=Tarea recurrente -pageTask.runUntilNodeDown.error1=Los datos compatibles para 'Hilo de acción de detener' son\: Cerrar, Suspender -pageTask.runUntilNodeDown.error2=Los datos compatibles para 'Hilo de acción de detener' son\: Reiniciar, Reprogramar +pageTask.runUntilNodeDown.error1=Compatible data for 'Thread stop action' are\\: Close, Suspend +pageTask.runUntilNodeDown.error2=Compatible data for 'Thread stop action' are\\: Restart, Reschedule pageTask.runUntilNodeDown=Ejecutar sólo hasta nodo abajo pageTasks.alreadyPassed=already passed pageTasks.alreadyPassedForNotRunningTasks=(already passed) @@ -2153,7 +2153,7 @@ PageTasks.title=Tareas pageTasks.unknownRefName=Objeto desconocido pageTask.threadStop=Thread stop action pageTask.title.edit=Detalles para '{0}' -pageTask.type=Tipo\: +pageTask.type=Type\\: page.title.edit={0} page.title.editResource=Editar recurso pageUser.accounts=Cuentas @@ -2184,8 +2184,8 @@ pageUser.message.cantEditUser=No se pudo cargar desde usuario en edición. pageUser.message.cantNewUser=No se pudo cargar desde nuevo usuario. pageUser.message.cantSubmitUser=No se puedo enviar usuario para evaluación pageUser.message.cantUpdateUser=Actualización de usuario fallida -pageUser.message.couldntAssignObject=No se pudo asignar objeto '{0}', razón\: {1}. -pageUser.message.couldntCreateAccount=No se pudo crear cuenta para '{0}', razón\: {1}. +pageUser.message.couldntAssignObject=Couldn't assign object '{0}', reason\\: {1}. +pageUser.message.couldntCreateAccount=Couldn't create account form for '{0}', reason\\: {1}. pageUser.message.couldntCreateAccountNoSchema=No se pudo crear cuenta para '{0}', no hay esquema definido disponible. Posible problema con configuración de conector y/o conexión. Por favor revise los logspara más información. pageUser.message.deleteAccountConfirm=Usted desea realmente eliminar {0} cuenta(s)? pageUser.message.deleteAssignmentConfirm=Usted desea realmente eliminar {0} asignaciones(s)? @@ -2261,26 +2261,26 @@ pageWorkItem.objectNew.description=Objeto después de cambio propuesto pageWorkItem.objectOld.description=Objeto antes del cambio pageWorkItem.options=Opciones pageWorkItem.requestCommon.description=Información general acerca de la solicitud -pageWorkItem.requestedBy=Solicitado por\: -pageWorkItem.requestedOn=Solicitado en\: +pageWorkItem.requestedBy=Requested by\\: +pageWorkItem.requestedOn=Requested on\\: pageWorkItem.requester.description=Solicitante pageWorkItem.requestSpecific.description=Su decisión -workItemPanel.originallyAllocatedTo=Originally allocated to\: -workItemPanel.currentlyAllocatedTo=Currently allocated to\: -workItemPanel.candidateActors=Candidate actors\: -workItemPanel.stage=Approval stage\: -workItemPanel.escalationLevel=Escalation level\: -workItemPanel.requesterComment=Requester comment\: +workItemPanel.originallyAllocatedTo=Originally allocated to\\: +workItemPanel.currentlyAllocatedTo=Currently allocated to\\: +workItemPanel.candidateActors=Candidate actors\\: +workItemPanel.stage=Approval stage\\: +workItemPanel.escalationLevel=Escalation level\\: +workItemPanel.requesterComment=Requester comment\\: workItemPanel.delta=Delta a ser aprobado workItemPanel.mainInfo=Información básica workItemPanel.options=Opciones -workItemPanel.requestedBy=Solicitado por\: -workItemPanel.requestedOn=Solicitado en\: -workItemPanel.workItemCreatedOn=Este elemento de trabajo creado en\: -workItemPanel.workItemDeadline=Deadline\: +workItemPanel.requestedBy=Requested by\\: +workItemPanel.requestedOn=Requested on\\: +workItemPanel.workItemCreatedOn=This work item created on\\: +workItemPanel.workItemDeadline=Deadline\\: workItemPanel.requester.description=Solicitante workItemPanel.subTitle=detalles del elemento de trabajo -workItemPanel.title=Trabajo a hacer\: +workItemPanel.title=Work to do\\: workItemPanel.changesToBeApproved=Changes to be approved workItemPanel.additionalAttributes=Additional attributes workItemPanel.approvalHistory=Approval history for this request @@ -2312,10 +2312,10 @@ PageWorkItemsAll.title=All work items PageWorkItemsAllocatedToMe.title=Work items allocated to me PageWorkItem.title=Work item details PageWorkItem.subTitle=detalles del elemento de trabajo -pageWorkItem.title=Trabajo a hacer\: +pageWorkItem.title=Work to do\\: pageWorkItem.trackingData.description=Datos de seguimiento (diagnóstico) pageWorkItem.trackingData=Datos de seguimiento -pageWorkItem.workItemCreatedOn=Este elemento de trabajo creado en\: +pageWorkItem.workItemCreatedOn=This work item created on\\: passwordPanel.error=Las contraseñas no coinciden. passwordPanel.passwordChange=Cambio passwordPanel.passwordRemove=Remove @@ -2356,17 +2356,17 @@ prismPropertyPanel.name.credentials.password=Contraseña prismPropertyPanel.required=Requerido prismValuePanel.add=Agregar prismValuePanel.delete=Eliminar -prismValuePanel.message.association.attributes=Atributos\: -processInstancePanel.details=Otra información\: -processInstancePanel.finished=Finalizado\: +prismValuePanel.message.association.attributes=Attributes\\: +processInstancePanel.details=Other information\\: +processInstancePanel.finished=Finished\\: processInstancePanel.message.cantGetDetails=No se pudo obtener detalles de la instancia del proceso. processInstancePanel.message.noTasks=nada -processInstancePanel.name=Nombre de instancia de proceso\: -processInstancePanel.pid=ID de instancia\: -processInstancePanel.started=Iniciada\: +processInstancePanel.name=Process instance name\\: +processInstancePanel.pid=Instance ID\\: +processInstancePanel.started=Started\\: processInstancePanel.taskAlreadyRemoved=(was already removed) -processInstancePanel.task=System task\: -processInstancePanel.tasks=Elementos de trabajo actualmente activos\: +processInstancePanel.task=System task\\: +processInstancePanel.tasks=Currently active work items\\: processInstancePanel.title.edit=Detalles para '{0}' ProfilingLevel.ARGUMENTS=Argumentos ProfilingLevel.ENTRY_EXIT=Entrada/Salida @@ -2401,7 +2401,7 @@ ProvisioningStatistics.UpdateFailure=Fail ProvisioningStatistics.UpdateSuccess=Update OK QNameEditor.label.localPart=Local part name QNameEditor.label.namespace=Namespace -QNameEditor.tooltip.attribute=TODO\: QNameEditor.tooltip.attribute +QNameEditor.tooltip.attribute=TODO\\: QNameEditor.tooltip.attribute QNameEditor.tooltip.localPart=Local part of QName QNameEditor.tooltip.namespace=Namespace of QName RangeValidator.range=El campo '${label}' tiene que estar entre ${minimum} y ${maximum}. @@ -2457,7 +2457,7 @@ ResourceAttributeEditor.label.inbound=Entrante ResourceAttributeEditor.label.intolerantVP=Patrón de valores Intolerante ResourceAttributeEditor.label.limitations=Limitaciones ResourceAttributeEditor.label.matchingRule=Regla de coincidencia -ResourceAttributeEditor.label.unknownMatchingRule=Unknown matching rule\: {0} +ResourceAttributeEditor.label.unknownMatchingRule=Unknown matching rule: {0} ResourceAttributeEditor.label.new=Crear nuevo atributo ResourceAttributeEditor.label.outbound=Saliente ResourceAttributeEditor.label.reference=Ref. @@ -2517,12 +2517,12 @@ ResourceWizard.expression.tooltip.expression=The XML representation of the expre 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. -ResourceWizard.help.capabilityStep=

Resource capabilities are the things that the resource can do. Not all the resource are equal in their capabilities. E.g. one resource supports account activation (enabling and disabling accounts) but other does not. One resource provides read-write access while other can support read-only access. One resource supports real-time synchronization while other does not. The capabilities define what features the resource supports so system can behave accordingly.

All the capabilities can be disabled (i.e. turned off). Disabling the capability will cause that system will not use that part of the connector and resource. The capabilities are usually disabled if they are faulty. E.g. if there is a bug in a connector or on the resource then the bug might be circumvented if appropriate capability is disabled. But the capabilities may be disabled also for administrative reasons. E.g. disabling Create, Update and Delete capabilities makes the resource efficiently read-only.

Some capabilities can be simulated. It means that system can pretend that the resource has specific capability even though it does not have it. E.g. an activation capability can be simulated by setting a specific account attribute to a specific value to disable an account. Such simulated capabilities usually require some configuration. This can also be configured on this page.

See Resource Capabilities wiki page for more details. +ResourceWizard.help.capabilityStep=

Resource capabilities are the things that the resource can do. Not all the resource are equal in their capabilities. E.g. one resource supports account activation (enabling and disabling accounts) but other does not. One resource provides read-write access while other can support read-only access. One resource supports real-time synchronization while other does not. The capabilities define what features the resource supports so system can behave accordingly.

All the capabilities can be disabled (i.e. turned off). Disabling the capability will cause that system will not use that part of the connector and resource. The capabilities are usually disabled if they are faulty. E.g. if there is a bug in a connector or on the resource then the bug might be circumvented if appropriate capability is disabled. But the capabilities may be disabled also for administrative reasons. E.g. disabling Create, Update and Delete capabilities makes the resource efficiently read-only.

Some capabilities can be simulated. It means that system can pretend that the resource has specific capability even though it does not have it. E.g. an activation capability can be simulated by setting a specific account attribute to a specific value to disable an account. Such simulated capabilities usually require some configuration. This can also be configured on this page.

See Resource Capabilities wiki page for more details. ResourceWizard.help.configurationStep=

This stage of the wizard configures connector configuration properties. They usually define network parameters used to access the resource such as hostname and port numbers. Additional connection parameters such as operation network timeouts and connection pooling configuration can be specified here.

There connector configuration properties are unique for each connector. The specific set of configuration properties are determined by connector configuration schema. Therefore the content of this page depends on the connector type that was selected in the previous page.

-ResourceWizard.help.nameStep=

This stage of the wizard configures basic properties of the resource. It can be used to configure resource name and description. Connector name is mandatory and must be unique. Connector that will be used to access the resource must also be configured. Connectors are deployed on connector hosts. If the connector host is left empty then connectors deployed directly in the system instance will be used.

See Resource Configuration wiki page for detailed explanation of resource configuration.

-ResourceWizard.help.schemaHandlingStep=

This step is used to provide configuration for handling of resource schema. The configuration displayed on this page tells system what to do with resource object classes and attributes. It contains the configuration of mappings between user properties and account attributes, configuration of account types, groups, provisioning dependencies, password mapping and so on.

The configuration is grouped into object types. Each object type defines the behavior for specific account type, entitlement type, OU, etc. The object type is uniquely identified by the combination of kind and intent. The kind defines what kind of the object it is\:

  • kind\=account means that the object is an account, i.e. that it represents a user.
  • kind\=entitlement is applied to groups, roles, privileges, ACIs and similar objects that can be associated with accounts and which give privileges or access rights to the account.
  • kind\=generic applies to other objects such as organizational units (OUs), domains, etc.
Intent is a plain string that can be used to distinguish several object types. E.g. it can be used to define several account types, e.g. "default user account", "administration account", "testing account" and so on. See Kind, Intent and ObjectClass wiki page for more details.

More details about schema handling configuration are provided on Resource Schema Handling wiki page. -ResourceWizard.help.schemaStep=

This page shows resource schema. The resource schema defines object classes that the connector can manage, e.g. accounts, groups, organizational units and so on. The schema defines a set of attributes for each object class. The schema is presented here in read-only form so you can inspect it and familiarize yourself with the data model that the resource provides.

The resource schema presented at this page is usually retrieved from the resource and automatically generated by system. Resource schema defines what the resource can do, i.e. what object classes it defines and what attributes are used in the object classes. Therefore the schema is read-only. It is not a configuration. It does not defines how system uses the object classes and attributes. That is configured in next steps of the wizard.

See Resource Schema wiki page for detailed explanation of resource schema concepts

-ResourceWizard.help.synchronizationStep=

The synchronization configuration defines how Identity Manager reacts when it discovers that resource object has changed. E.g. it defines how system reacts when it discovers new account, when it discovers that a group that should exist does not and so on. It is usually does not matter how system discovers the change the reaction is usually the same (although exceptions are possible by using channel specification). Therefore the policy that is configured here usually applies to live synchronization, reconciliation, import, discovery (consistency mechanism) and possible also other mechanisms that may come in the future.

See Synchronization Configuration wiki page for more details. +ResourceWizard.help.nameStep=

This stage of the wizard configures basic properties of the resource. It can be used to configure resource name and description. Connector name is mandatory and must be unique. Connector that will be used to access the resource must also be configured. Connectors are deployed on connector hosts. If the connector host is left empty then connectors deployed directly in the system instance will be used.

See Resource Configuration wiki page for detailed explanation of resource configuration.

+ResourceWizard.help.schemaHandlingStep=

This step is used to provide configuration for handling of resource schema. The configuration displayed on this page tells system what to do with resource object classes and attributes. It contains the configuration of mappings between user properties and account attributes, configuration of account types, groups, provisioning dependencies, password mapping and so on.

The configuration is grouped into object types. Each object type defines the behavior for specific account type, entitlement type, OU, etc. The object type is uniquely identified by the combination of kind and intent. The kind defines what kind of the object it is\\:

  • kind\\=account means that the object is an account, i.e. that it represents a user.
  • kind\\=entitlement is applied to groups, roles, privileges, ACIs and similar objects that can be associated with accounts and which give privileges or access rights to the account.
  • kind\\=generic applies to other objects such as organizational units (OUs), domains, etc.
Intent is a plain string that can be used to distinguish several object types. E.g. it can be used to define several account types, e.g. "default user account", "administration account", "testing account" and so on. See Kind, Intent and ObjectClass wiki page for more details.

More details about schema handling configuration are provided on Resource Schema Handling wiki page. +ResourceWizard.help.schemaStep=

This page shows resource schema. The resource schema defines object classes that the connector can manage, e.g. accounts, groups, organizational units and so on. The schema defines a set of attributes for each object class. The schema is presented here in read-only form so you can inspect it and familiarize yourself with the data model that the resource provides.

The resource schema presented at this page is usually retrieved from the resource and automatically generated by system. Resource schema defines what the resource can do, i.e. what object classes it defines and what attributes are used in the object classes. Therefore the schema is read-only. It is not a configuration. It does not defines how system uses the object classes and attributes. That is configured in next steps of the wizard.

See Resource Schema wiki page for detailed explanation of resource schema concepts

+ResourceWizard.help.synchronizationStep=

The synchronization configuration defines how Identity Manager reacts when it discovers that resource object has changed. E.g. it defines how system reacts when it discovers new account, when it discovers that a group that should exist does not and so on. It is usually does not matter how system discovers the change the reaction is usually the same (although exceptions are possible by using channel specification). Therefore the policy that is configured here usually applies to live synchronization, reconciliation, import, discovery (consistency mechanism) and possible also other mechanisms that may come in the future.

See Synchronization Configuration wiki page for more details. ResourceWizard.saveAndVisualize=Save and visualize ResourceWizard.visualize=Visualize runReportPopupContent.button.run=Run report @@ -2549,18 +2549,19 @@ runReportPopupContent.param.name.role=Rol runReportPopupContent.param.name.roleOids=Roles runReportPopupContent.param.name.users=Users runReportPopupContent.param.name.stageNumber=Stage number (default is to take all stages) +runReportPopupContent.param.name.referencedRolesNames=Referenced Roles RunReportPopupPanel.title=Report configuration before run -runUntilNodeDown.error1=Datos compatibles para 'Acción de detención del hilo' son\: Cerrado, Suspendido -runUntilNodeDown.error2=Datos compatibles para 'Acción de detención del hilo' son\: Reiniciar, Reprogramar -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. +runUntilNodeDown.error1=Compatible data for 'Thread stop action' are\\: Close, Suspend +runUntilNodeDown.error2=Compatible data for 'Thread stop action' are\\: Restart, Reschedule +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 Identity Manager (usually a user). SchemaHandlingStep.activation.tooltip.outbound=Outbound mappings map values from Identity Manager (usually a user) to the resource (usually an account). SchemaHandlingStep.association.label.associationName=Association name SchemaHandlingStep.association.label.associationNamespace=Namespace 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 "member", "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.associationLocalPart=TODO\: SchemaHandlingStep.association.tooltip.associationLocalPart -SchemaHandlingStep.association.tooltip.associationNamespace=TODO\: SchemaHandlingStep.association.tooltip.associationNamespace -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.associationLocalPart=TODO\\: SchemaHandlingStep.association.tooltip.associationLocalPart +SchemaHandlingStep.association.tooltip.associationNamespace=TODO\\: SchemaHandlingStep.association.tooltip.associationNamespace +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 system assumes that the resource implements referential integrity. E.g. system assumes that the resource automatically updates the association identifiers if an account is renamed and system does not need to do anything. If set to true then system will do referential integrity explicitly. In this case system 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. @@ -2568,10 +2569,10 @@ SchemaHandlingStep.association.tooltip.valueAttribute=Name of the attribute that SchemaHandlingStep.attribute.label.attributeName=Nombre de atributo SchemaHandlingStep.attribute.label.attributeNamespace=Attribute namespace 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.attributeLocalPart=TODO\: SchemaHandlingStep.attribute.tooltip.attributeLocalPart -SchemaHandlingStep.attribute.tooltip.attributeNamespace=TODO\: SchemaHandlingStep.attribute.tooltip.attributeNamespace +SchemaHandlingStep.attribute.tooltip.attributeLocalPart=TODO\\: SchemaHandlingStep.attribute.tooltip.attributeLocalPart +SchemaHandlingStep.attribute.tooltip.attributeNamespace=TODO\\: SchemaHandlingStep.attribute.tooltip.attributeNamespace 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.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.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 system (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 system processing (mappings). SchemaHandlingStep.attribute.tooltip.limitations=Specify attribute limitations such as multiplicity, ability to read or write it, etc. @@ -2581,7 +2582,7 @@ SchemaHandlingStep.attribute.tooltip.reference=Name of the attribute to configur SchemaHandlingStep.attribute.tooltip.tolerant=Tolerant attributes tolerate values that are set outside of system. Non-tolerant attributes will only allow values that are defined in system (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 system processing (mappings). SchemaHandlingStep.button.add=Add object type -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.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 system (usually a user). SchemaHandlingStep.credentials.tooltip.outbound=Outbound mappings map values from system (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. @@ -2589,10 +2590,10 @@ SchemaHandlingStep.dependency.tooltip.intent=Intent of the object on which we de 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.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.iteration.tooltip.returnMultiplicity=TODO\\: SchemaHandlingStep.iteration.tooltip.returnMultiplicity +SchemaHandlingStep.iteration.tooltip.variable=TODO\\: SchemaHandlingStep.iteration.tooltip.variable SchemaHandlingStep.label.activation=Activación SchemaHandlingStep.label.assignmentPolicyRef=Assignment policy SchemaHandlingStep.label.associations=Associations @@ -2613,7 +2614,7 @@ SchemaHandlingStep.limitations.tooltip.ignore=Flag to ignore an attribute. Syste 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.maxOccurs=Maximum number of occurrences of the attribute. A value of one means single-value attribute, value of "unbounded" means multi-value attribute. A value which is specified here overrides the value taken from resource schema. SchemaHandlingStep.limitations.tooltip.minOccurs=Minimum number of occurrences of the attribute. A value of zero means optional attribute, value of one means mandatory attribute. A value which is specified here overrides the value taken from resource schema. -SchemaHandlingStep.limitations.tooltip.other=TODO\: REMOVE THIS TOOLTIP +SchemaHandlingStep.limitations.tooltip.other=TODO\\: REMOVE THIS TOOLTIP SchemaHandlingStep.limitations.tooltip.propertyAccess=The type of access which is allowed or denied. SchemaHandlingStep.mapping.tooltip.authoritative=Authoritative mappings both add and remove specified value. Non-authoritative mappings only add the value. E.g. if a role with an authoritative mapping is removed the value that the mapping implied is also removed. If a role with non-authoritative mapping is removed then the value remains. SchemaHandlingStep.mapping.tooltip.channel=Limits application of this mapping only to specific channel. E.g. to changes coming from live sync, reconciliation or GUI. If the channel is listed then the mapping will be applied. If it is not then it will not be applied. If no channel is specified then no limitations apply and the mapping will be applied for all channels. @@ -2630,30 +2631,30 @@ SchemaHandlingStep.mapping.tooltip.expressionValuePolicyRef=Reference to a value SchemaHandlingStep.mapping.tooltip.source=Mapping source. Mapping will react to changes in its sources. The values of the sources are input parameters to the expression inside the mapping. SchemaHandlingStep.mapping.tooltip.strength=The strength with which the mapping is applied. Weak mappings are only applied if there is no value in the target yet. Normal mappings are applied only if the source has been changed. Strong mappings are applied always. SchemaHandlingStep.mapping.tooltip.target=Mapping target. The value that the mapping produces will be applied to the mapping target. -SchemaHandlingStep.message.errorLoadingObjectTypeList=Couldn't load object class list from resource. Error\: +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.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.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.title=Schema handling 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.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.filterClause=TODO\\: SchemaHandlingStep.tooltip.filterClause SchemaHandlingStep.tooltip.intent=Intent specifies what system should do with the object. Intent sorts objects of the same kind into several categories. Objects with different intents may be handled differently by system. SchemaHandlingStep.tooltip.iteration=Iteratively find values for unique attributes such as identifiers. Identity Manager 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. System 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.duplicateObjectTypeWarning=There are more definitions for kind/intent\: {0}. -SchemaHandlingStep.in=in\: {0} +SchemaHandlingStep.duplicateObjectTypeWarning=There are more definitions for kind/intent: {0}. +SchemaHandlingStep.in=in: {0} SchemaHandlingStep.out=out SchemaHandlingStep.dup=DUP {0} SchemaListPanel.attributes=Atributos @@ -2686,7 +2687,7 @@ SchemaStep.xml=XML SearchFilterPanel.button.update=Update clause SearchFilterPanel.label.description=Descripción SearchFilterPanel.label.filterClause=Cláusula de filtro -SearchFilterPanel.message.cantSerialize=Could not parse filter clause. Please enter correct expression. Reason\: {0} +SearchFilterPanel.message.cantSerialize=Could not parse filter clause. Please enter correct expression. Reason\\: {0} SearchFilterPanel.message.expressionSuccess=Filter clause has been updated successfully. searchForm.filetype.null=File type searchForm.reportType.null=Report type @@ -2787,7 +2788,7 @@ SynchronizationStep.label.reaction=Reaction SynchronizationStep.label.reconcile=Reconciliar SynchronizationStep.label.syncObjectHeader=Synchronization objects SynchronizationStep.message.cantSave=Couldn't save resource synchronization. -SynchronizationStep.message.errorLoadingObjectSyncList=Couldn't load object synchronization list from resource. Error\: +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. SynchronizationStep.reaction.tooltip.action=Explicit action. This setting defines what system has to do as a reaction to the synchronization event. @@ -2840,7 +2841,7 @@ SystemConfigPanel.title.notification=Notificaciones SystemConfigPanel.title.passwordPolicy=Política Global de contraseñas SystemConfigPanel.title.securityPolicy=Global security policy SystemConfigPanel.title.userTemplate=Plantilla por defecto de usuario -SystemConfigPanel.tooltip.duration=Formato\: P[n][p], n-número, p-período (d - days, m - months, ...), P3M - limpieza cada tres meses +SystemConfigPanel.tooltip.duration=Format\\: P[n][p], n-number, p-period (d - days, m - months, ...), P3M - cleanup every 3 months SystemInfoPanel.cpuUsage=CPU Usage SystemInfoPanel.heapMemory=Heap memory (used/committed/max) SystemInfoPanel.nonHeapMemory=Non heap memory (used/committed/max) @@ -2867,7 +2868,7 @@ TaskListType.ACTIVATED=Activado TaskListType.ALL=Todo TaskListType.DEACTIVATED=Desactivado TaskListType.EXECUTING=Ejecutándose -TaskStatePanel.countersSource=Statistical and state information source\: +TaskStatePanel.countersSource=Statistical and state information source\\: TaskStatePanel.currentObjectProcessed=Current object being processed TaskStatePanel.executionStatus=Estado de ejecución TaskStatePanel.executionTime=Execution time @@ -2882,7 +2883,7 @@ TaskStatePanel.message.lastObjectProcessed={0} TaskStatePanel.message.node= - en nodo {0} TaskStatePanel.message.objectsProcessed={0} TaskStatePanel.message.objectsProcessedTime=(average time {1} ms, total processing time {0} seconds) -TaskStatePanel.message.objectsTotal={0} (wall clock average\: {1} ms) +TaskStatePanel.message.objectsTotal={0} (wall clock average\\: {1} ms) TaskStatePanel.message.timeInfoWithAgo={0} ({1} ago) TaskStatePanel.message.timeInfoWithDuration={0} (in {1} ms) TaskStatePanel.message.timeInfoWithDurationAndAgo={0} ({1} ago - in {2} ms) @@ -2900,11 +2901,11 @@ TaskStatePanel.statistics=Environmental performance statistics TaskStatePanel.subtaskName=Nombre TaskStatePanel.subtaskObjectsProcessed=Objects processed TaskStatePanel.subtaskState=Estado -TaskStatePanel.updated=Updated\: +TaskStatePanel.updated=Updated\\: TaskStatePanel.workerThreads=Lightweight subtasks (worker threads) -tempMessagePanel.cause=Causa\: -tempMessagePanel.context=Contexto\: -tempMessagePanel.count=Cuenta\: +tempMessagePanel.cause=Cause\\: +tempMessagePanel.context=Context\\: +tempMessagePanel.count=Count\\: tempMessagePanel.message.debug=Depurar tempMessagePanel.message.error=Error tempMessagePanel.message.expectedError=Error esperado @@ -2916,7 +2917,7 @@ tempMessagePanel.message.success=Exito tempMessagePanel.message.undefined=Indefinido tempMessagePanel.message.unknown=Desconocido tempMessagePanel.message.warn=Advertencia -tempMessagePanel.param=Parámetro\: +tempMessagePanel.param=Param\\: tempMessagePanel.times=intentos TextDetailsPanel.title=Detalles de la asociación TextField.universal.placeholder=Insertar valor @@ -2928,7 +2929,7 @@ Title.CurrentStatus=Last status message Title.MappingsStatistics=Mappings evaluation information Title.NotificationsStatistics=Notifications information Title.ProvisioningStatistics=Provisioning operations information -Title.Source=Source\: +Title.Source=Source\\: TreeTablePanel.childOrg=Children org. units TreeTablePanel.collapseAll=Contraer todo TreeTablePanel.deleteRoot=Eliminar raíz @@ -2950,9 +2951,9 @@ TreeTablePanel.menu.enable=Habilitar TreeTablePanel.menu.move=Mover TreeTablePanel.menu.recompute=Recompute TreeTablePanel.menu.removeFromHierarchy=Eliminar de la Unidad Organizativa -TreeTablePanel.message.warn.deleteTreeObjectConfirm=Warning\! {0} has members. Do you really want to delete this org. unit? +TreeTablePanel.message.warn.deleteTreeObjectConfirm=Warning! {0} has members. Do you really want to delete this org. unit? TreeTablePanel.message.deleteTreeObjectConfirm=Do you really want to delete org. unit "{0}"? -TreeTablePanel.message.deleteObjectConfirm=Desesa realmente eliminar el/los objeto/s seleccionado/s\: {0}? +TreeTablePanel.message.deleteObjectConfirm=Desesa realmente eliminar el/los objeto/s seleccionado/s: {0}? TreeTablePanel.message.deleteRootConfirm=Desea realmente eliminar {0} ({1})? TreeTablePanel.message.nothingSelected=No se ha seleccionado objeto. TreeTablePanel.message.recomputeError=Can't recompute Org. unit @@ -3022,7 +3023,7 @@ web.security.provider.invalid=Usuario y/o contraseña invalida. web.security.provider.invalid.link=Invalid link web.security.provider.locked=El usuario está bloqueado, por favor espere. web.security.provider.password.bad=El usuario no tiene una contraseña definida. -web.security.provider.password.encoding=No se puede autenticar el usuario, razón\: No se pudo codificar la contraseña. +web.security.provider.password.encoding=Couldn't authenticate user, reason\\: couldn't encode password. web.security.provider.unavailable=Actualmente no podemos procesar tu solicitud. Por favor inténtelo de nuevo más tarde. web.security.ldap.access.denied=Access denied. You don't have permission to access, please contact Identity Manager's administrators. web.security.ldap.denied=Permission denied. @@ -3031,15 +3032,15 @@ web.security.ldap.invalid=Invalid username and/or password. web.security.ldap.invalid.link=Invalid link web.security.ldap.locked=User is locked, please wait. web.security.ldap.password.bad=User doesn't have defined password. -web.security.ldap.password.encoding=Couldn't authenticate user, reason\: couldn't encode password. +web.security.ldap.password.encoding=Couldn't authenticate user, reason\\: couldn't encode password. web.security.ldap.unavailable=Currently we are unable to process your request. Kindly try again later. -WfDeltasPanel.label.deltaIn=Entrada del proceso\: delta(s) a ser aprobada +WfDeltasPanel.label.deltaIn=Process input\\: delta(s) to be approved WfDeltasPanel.label.deltaOutListEmpty=(none) -WfDeltasPanel.label.deltaOut=Salida del proceso\: delta(s) resultante de la aprobación +WfDeltasPanel.label.deltaOut=Process output\\: delta(s) resulting from the approval WfHistoryPanel.label.event=Evento WfHistoryPanel.label.timestamp=Tiempo -WizardHelpDialog.button.ok=Ok, Got It\! -WizardHelpDialog.label=Get Help With Resource Wizard\! +WizardHelpDialog.button.ok=Ok, Got It\\! +WizardHelpDialog.label=Get Help With Resource Wizard\\! Wizard.message.cancel=Resource editing was canceled Wizard.correctErrorsFirst=Please correct the errors before saving. Wizard.Issues=Issues @@ -3063,16 +3064,16 @@ PageAdmin.menu.profile=Profile PageAdmin.menu.assignments=Asignaciones PageAdmin.menu.credentials=Credenciales PageAdmin.menu.request=Request a role -PageTemplate.version=Version\: -PageTemplate.copy=Copyright © 2010-2017 Evolveum® and partners.  +PageTemplate.version=Version\\: +PageTemplate.copy=Copyright © 2010-2017 Evolveum® and partners.  PageTemplate.toggleNavigation=Toggle navigation PageTemplate.user=user -PageTemplate.couldntNavigateBreadcrumb=Couldn't navigate breadcrumb, reason\: {0} +PageTemplate.couldntNavigateBreadcrumb=Couldn't navigate breadcrumb, reason\\: {0} SystemInfoPanel.starttime=Start time SystemInfoPanel.uptime=Uptime CountToolbar.label.unknownCount=Displaying {0,number,integer} to {1,number,integer}, unknown number of matching results. TableConfigurationPanel.pageSize=Page size -TableConfigurationPanel.tableColumns=Table columnsCountToolbar.label.unknownCount\=Displaying {0,number,integer} to {1,number,integer}, unknown number of matching results. +TableConfigurationPanel.tableColumns=Table columnsCountToolbar.label.unknownCount\\=Displaying {0,number,integer} to {1,number,integer}, unknown number of matching results. MyRequestsPanel.started = Iniciado MyRequestsPanel.rejected = Rejected MyRequestsPanel.approved = Approved @@ -3102,19 +3103,20 @@ PageSelfCredentials.specifyOldPasswordMessage=Please, specify old password value ChangePasswordPanel.accountsTable.header=Password propagation ChangePasswordPanel.name=Name ChangePasswordPanel.resourceName=Recurso -ChangePasswordPanel.enabled=Habilitado +ChangePasswordPanel.enabled=Account enabled ChangePasswordPanel.legendMessage.selected= - Password will be changed ChangePasswordPanel.legendMessage.propagated= - Automatic password propagation (based on policies defined in resources definitions) ChangePasswordPanel.legendMessage.deselected= - Password will not be changed -ChangePasswordPanel.helpInfo=

This portion of the credentials dialog controls how the password change will be propagated to each individual system. The first line defines whether the password will be changed in the Identity Manager itself. Following lines represent each system for which the password can be changed. The password propagation is controlled by the icons\:

  • Password will be changed. Password for this system will be changed to the value specified in the password dialog above.
  • Automatic password propagation. The password might be changed. Whether the password is changed or not depends on the policies set up by identity administrator. This usually means that the password will be changed if it makes sense for the current situation and settings. This is the reasonable default choice.
  • Password will not be changed for this system.

You can adjust the password propagation settings by clicking on the icons and thus fine-tune how the password change is propagated to each individual system.

+ChangePasswordPanel.legendMessage.no.password.capability= - Password capability is not supported by resource +ChangePasswordPanel.helpInfo=

This portion of the credentials dialog controls how the password change will be propagated to each individual system. The first line defines whether the password will be changed in the Identity Manager itself. Following lines represent each system for which the password can be changed. The password propagation is controlled by the icons:

  • Password will be changed. Password for this system will be changed to the value specified in the password dialog above.
  • Automatic password propagation. The password might be changed. Whether the password is changed or not depends on the policies set up by identity administrator. This usually means that the password will be changed if it makes sense for the current situation and settings. This is the reasonable default choice.
  • Password will not be changed for this system.
  • Password capability is not supported for this system. As the result, password will not be changed for this system.

You can adjust the password propagation settings by clicking on the icons and thus fine-tune how the password change is propagated to each individual system.

ChangePasswordPanel.helpPopupTitle=Password propagation help PageBase.button.tooltip.clearSearch=Limpiar mainForm.uploadTooLarge = Upload must be less than ${maxSize}. -mainForm.uploadFailed = File failed to upload\: ${exception.localizedMessage}PageSelfCredentials.couldntResolve\=Couldn't resolve resource. +mainForm.uploadFailed = File failed to upload\\: ${exception.localizedMessage}PageSelfCredentials.couldntResolve\\=Couldn't resolve resource. PageSelfCredentials.couldntResolve=No se puede determinar recurso. -roleMemberPanel.type=Tipo\: -roleMemberPanel.tenant=Tenant\: -roleMemberPanel.project=Org/Project\: +roleMemberPanel.type=Tipo: +roleMemberPanel.tenant=Tenant: +roleMemberPanel.project=Org/Project: roleMemberPanel.indirectMembers=Include indirect members roleMemberPanel.allRelations=Show all relations roleMemberPanel.menu.createOwner=Create owner @@ -3175,11 +3177,11 @@ PageResource.tab.content.others=Uncategorized PageResource.tab.content.tasks=Defined Tasks ResourceContentTabPanel.searchType.repository=Repositorio ResourceContentTabPanel.searchType.resource=Recurso -ResourceContentTabPanel.searchType=Search In\: -PagePreviewChanges.primaryChangesOne=Primary changes\: {0} object -PagePreviewChanges.primaryChangesMore=Primary changes\: {0} objects -PagePreviewChanges.secondaryChangesOne=Secondary changes\: {0} object -PagePreviewChanges.secondaryChangesMore=Secondary changes\: {0} objects +ResourceContentTabPanel.searchType=Search In: +PagePreviewChanges.primaryChangesOne=Primary changes: {0} object +PagePreviewChanges.primaryChangesMore=Primary changes: {0} objects +PagePreviewChanges.secondaryChangesOne=Secondary changes: {0} object +PagePreviewChanges.secondaryChangesMore=Secondary changes: {0} objects PagePreviewChanges.button.continueEditing=Continue editing PagePreviewChanges.button.save=Guardar ScenePanel.object={0} object @@ -3192,24 +3194,24 @@ SceneItemLinePanel.removedValue=Removed value SceneItemLinePanel.addedValue=Added value SceneItemLinePanel.unchangedValue=Unchanged value operation.com.evolveum.midpoint.web.page.admin.resources.ResourceContentTabPanel.changeOwner=Change owner (GUI) -TaskSummaryPanel.progressWithTotalKnown=Progress\: {0} out of {1} -TaskSummaryPanel.progressWithTotalUnknown=Progress\: {0} +TaskSummaryPanel.progressWithTotalKnown=Progress: {0} out of {1} +TaskSummaryPanel.progressWithTotalUnknown=Progress: {0} TaskSummaryPanel.progressIfSuspended=(suspended) TaskSummaryPanel.progressIfWaiting=(waiting) TaskSummaryPanel.progressIfClosed=(closed) TaskSummaryPanel.progressIfStalled=(stalled since {0}) -TaskSummaryPanel.lastProcessed=Last object processed\: {0} +TaskSummaryPanel.lastProcessed=Last object processed: {0} ResourceContentResourcePanel.showExisting=Show existing ResourceContentResourcePanel.newTask=Create new SearchPanel.advanced=Avanzado SearchPanel.basic=Básico SearchPanel.search=Buscar SearchPanel.debug=Depurar -ResourceContentResourcePanel.realSearch=(In fact) Searching by\: -typedAssignablePanel.selectedOrgs=Orgs\: -typedAssignablePanel.selectedResources=Resources\: -typedAssignablePanel.selectedRoles=Roles\: -typedAssignablePanel.selectedServices=Services\: +ResourceContentResourcePanel.realSearch=(In fact) Searching by: +typedAssignablePanel.selectedOrgs=Orgs: +typedAssignablePanel.selectedResources=Resources: +typedAssignablePanel.selectedRoles=Roles: +typedAssignablePanel.selectedServices=Services: SearchPanel.insertFilterXml=Insert filter xml (SearchFilterType) autoRefreshPanel.refreshNow=Refresh now autoRefreshPanel.resumeRefreshing=Resume refreshing @@ -3222,16 +3224,16 @@ PageAdmin.menu.top.services.new=New service PageAdmin.menu.top.services.edit=Edit service taskShowAdvancedFeaturesPanel.label=Show advanced features taskWfParentPanel.changesNotRequiringApproval=Changes not requiring approval -taskOtherChangesPanel.label.state=Estado\: +taskOtherChangesPanel.label.state=State\\: taskOtherChangesPanel.state.FINAL=Changes have been applied (successfully or not) taskOtherChangesPanel.state.PRIMARY=Changes are waiting to be applied taskOtherChangesPanel.state.SECONDARY=Changes are waiting to be applied taskWfChildPanel.showParent=Show request in a context of the whole operation. -TaskSummaryPanel.requestedBy=Requested by\: {0} -TaskSummaryPanel.requestedByWithFullName=Requested by\: {0} ({1}) -TaskSummaryPanel.requestedOn=Requested on\: {0} +TaskSummaryPanel.requestedBy=Requested by: {0} +TaskSummaryPanel.requestedByWithFullName=Requested by: {0} ({1}) +TaskSummaryPanel.requestedOn=Requested on: {0} TaskSummaryPanel.requestedByAndOn=Requested by {0} on {1} -TaskSummaryPanel.stage=Stage\: {0} +TaskSummaryPanel.stage=Stage: {0} TaskSummaryPanel.rejected=Rejected TaskSummaryPanel.approved=Approved operation.com.evolveum.midpoint.web.page.admin.resources.PageResource.refreshSchema=Refresh schema (GUI) @@ -3293,7 +3295,7 @@ DefinitionStagesPanel.confirmDelete=Confirmar eliminación DefinitionStagesPanel.confirmDeleteText=Do you really want to delete stage '{0}'? PageCertDefinition.outcomeStrategyHelpLabel=Please see also PageCertDefinition.outcomeStrategyHelpLink=this document -PageCertDefinition.outcomeStrategyHelp=How is the overall outcome for a case determined, based on outcomes in individual stages? Note\: 'Stop review on\:' field shows outcomes that prevent a case from being advanced to the next stage. Usually you need not change the default value. If necessary, you could do that through the XML configuration. +PageCertDefinition.outcomeStrategyHelp=How is the overall outcome for a case determined, based on outcomes in individual stages? Note: 'Stop review on:' field shows outcomes that prevent a case from being advanced to the next stage. Usually you need not change the default value. If necessary, you could do that through the XML configuration. PageCertDefinition.campaignLastStartedHelp=When was last campaign created according to this definition started? PageCertDefinition.campaignLastClosedHelp=When was last campaign created according to this definition closed - either after successfully going through all stages, or closed at any time. However, if a campaign is deleted without being closed first, it is not shown here. PageCertDefinition.scopeObjectTypeHelp=Determines which objects will be considered to be in the scope of the certification campaigns. Features of these objects (e.g. whether to certify their assignments or their inducements or both, etc) are selected below. @@ -3301,13 +3303,13 @@ PageCertDefinition.scopeSearchFilterHelp=If only a subset of objects of given ty PageCertDefinition.scopeAssignmentsInducementsHelp=Select what features (assignments, inducements or both) of the objects described above are to be certified. PageCertDefinition.scopeIncludeTargetTypesHelp=When certifying assignments or inducements, you can specify what target types are taken into account. For example, you can say that you want to certify only assignments of roles (to, for example, users). PageCertDefinition.scopeIncludeByStatusHelp=Whether to certify only assignments/inducements that have administrative status set to ENABLED (or not set at all). Note that what is relevant is the administrative status of the assignment, not the administrative status of the assigned object. -StageDefinitionPanel.stageDurationHelp=Duration of this stage, used to determine stage end time. The end time is computed as the moment of stage opening plus the duration, rounded up to 23\:59\:59 of the last day. Duration is specified in ISO 8601 format, like P14D for 14 days, P3W for 3 weeks, P2M for 2 months, etc. -StageDefinitionPanel.notifyBeforeDeadlineHelp=How long before the stage end the reminding notifications (to reviewers and campaign owner) will be sent. It is possible to specify more values; separate them by commas. Time interval is specified in ISO 8601 format, like PT12H for 12 hours, P2D for 2 days, P1W for 1 week, etc. An example\: PT48H, PT12H says that the first notification will be sent 48 hours before stage end, and the second one 12 hours before the end. +StageDefinitionPanel.stageDurationHelp=Duration of this stage, used to determine stage end time. The end time is computed as the moment of stage opening plus the duration, rounded up to 23:59:59 of the last day. Duration is specified in ISO 8601 format, like P14D for 14 days, P3W for 3 weeks, P2M for 2 months, etc. +StageDefinitionPanel.notifyBeforeDeadlineHelp=How long before the stage end the reminding notifications (to reviewers and campaign owner) will be sent. It is possible to specify more values; separate them by commas. Time interval is specified in ISO 8601 format, like PT12H for 12 hours, P2D for 2 days, P1W for 1 week, etc. An example: PT48H, PT12H says that the first notification will be sent 48 hours before stage end, and the second one 12 hours before the end. StageDefinitionPanel.notifyWhenNoDecisionHelp=If checked, a 'stage end approaching' notification is sent to a reviewer only if he/she has some cases waiting for his/her decision. If not checked, reviewers always get their notifications - regardless of whether they have provided a decision or not. (Note that notifications to the campaign owner about approaching stage end are always sent, regardless of this setting.) StageDefinitionPanel.reviewerSpecificationTargetHelp=Selection of reviewers based on assignment/inducement target owner/approver. E.g. you can specify that the role owner is used to certify all assignments of 'his' role (to any users). StageDefinitionPanel.reviewerSpecificationObjectHelp=Selection of reviewers based on object that has something assigned (or induced) to. E.g. you can specify that the role owner is used to certify all inducements made to 'his' role. StageDefinitionPanel.reviewerUseObjectManagerHelp=Selection of reviewers based on managers of object (typically a user) that has something assigned/induced to. E.g. you can specify that a manager is used to certify all assignments made to users in 'his' organization. -StageDefinitionPanel.reviewerUseObjectManagerOrgTypeHelp=Influences determination of a manager of a user\: First, we take all managers of all organizations the user belongs to. We exclude the user himself, if he is a manager of such organization (and if 'allow managers to approve their own assignments' below is unchecked). If the value in this field is filled-in, we use it to select only organizations with given organization type value - for example, 'functional' (if you have e.g. both functional-type and project-type organizations). If this field is empty, we take into account all organizations. If we find no suitable manager, we continue with all parent organizations (again, of the given type, if specified). +StageDefinitionPanel.reviewerUseObjectManagerOrgTypeHelp=Influences determination of a manager of a user: First, we take all managers of all organizations the user belongs to. We exclude the user himself, if he is a manager of such organization (and if 'allow managers to approve their own assignments' below is unchecked). If the value in this field is filled-in, we use it to select only organizations with given organization type value - for example, 'functional' (if you have e.g. both functional-type and project-type organizations). If this field is empty, we take into account all organizations. If we find no suitable manager, we continue with all parent organizations (again, of the given type, if specified). StageDefinitionPanel.reviewerUseObjectManagerAllowSelfHelp=If a user is a manager in his organization, could he be selected as a reviewer for his own assignments? If unchecked (the default), a higher-level manager is searched for - see description for the above field. StageDefinitionPanel.defaultReviewerRefHelp=This reviewer (or reviewers) will be used if the above condition would lead to no reviewer. StageDefinitionPanel.additionalReviewerRefHelp=This reviewer (or reviewers) will be used in addition to any reviewers selected by the above conditions. @@ -3319,13 +3321,13 @@ StageDefinitionPanel.configurationHelpLink=this document NameStep.configurationWillBeLost=The selected connector configuration schema is different from the current one. Configuration properties will be lost if you will proceed. resultsHandlerConfiguration=Results handlers enableFilteredResultsHandler=Enable additional filtering of results -enableFilteredResultsHandlerHelp=This handler filters results retrieved from the resource by the connector, at the level of connector framework. It is used by connector implementations that do not provide complete filtering by themselves. Enabling this handler has some drawbacks e.g. in the area of paging. So it is to be used only if really necessary. If not sure, it is advisable to use filtering in validation mode. Default value for current version of ConnId\: enabled. +enableFilteredResultsHandlerHelp=This handler filters results retrieved from the resource by the connector, at the level of connector framework. It is used by connector implementations that do not provide complete filtering by themselves. Enabling this handler has some drawbacks e.g. in the area of paging. So it is to be used only if really necessary. If not sure, it is advisable to use filtering in validation mode. Default value for current version of ConnId: enabled. filteredResultsHandlerInValidationMode=Perform filtering in validation mode only -filteredResultsHandlerInValidationModeHelp=Switches the result filtering into validation mode\: all data produced by the connector are checked by the connector framework to see if they are properly filtered. In case of improper filtering, an exception is raised. This mode is to be used for connectors that are expected to provide complete filtering, but their functionality in this area has to be verified. Default value for current version of ConnId\: disabled. +filteredResultsHandlerInValidationModeHelp=Switches the result filtering into validation mode: all data produced by the connector are checked by the connector framework to see if they are properly filtered. In case of improper filtering, an exception is raised. This mode is to be used for connectors that are expected to provide complete filtering, but their functionality in this area has to be verified. Default value for current version of ConnId: disabled. enableCaseInsensitiveFilter=Make filtering case insensitive -enableCaseInsensitiveFilterHelp=This option makes filtering case insensitive, for all attributes on the resource. Used for case-insensitive resources. Default value for current version of ConnId\: disabled. +enableCaseInsensitiveFilterHelp=This option makes filtering case insensitive, for all attributes on the resource. Used for case-insensitive resources. Default value for current version of ConnId: disabled. enableNormalizingResultsHandler=Enable handler that normalizes returned data -enableNormalizingResultsHandlerHelp=This handler normalizes each attribute that is passed from resource to the system. Usually recommended to be turned off. Default value for current version of ConnId\: enabled. +enableNormalizingResultsHandlerHelp=This handler normalizes each attribute that is passed from resource to the system. Usually recommended to be turned off. Default value for current version of ConnId: enabled. enableAttributesToGetSearchResultsHandler=Enable 'attributes to get' results handler enableAttributesToGetSearchResultsHandlerHelp=This handler is used to implement 'attributes to get' option. It is advisable to keep the default setting of 'enabled' (in current version of ConnId). PageResourceWizard.autoSaveWarning=The resource is automatically saved on each transition between wizard steps. @@ -3354,12 +3356,12 @@ TreeTablePanel.menu.deleteMember.confirm=All selected members (users, organizati TreeTablePanel.menu.deleteAllMembers.confirm=All focus members (users, organizations, services, roles) will be permanently deleted from system. Are you sure to perform this action? PageTasksCertScheduling.title=Certification scheduling PageResourceVisualization.title=Visualization of mappings for {0} -PageResourceVisualization.dotMessage=Rendering of DOT graph could not be carried out. Please check the error message below, and make sure that\: +PageResourceVisualization.dotMessage=Rendering of DOT graph could not be carried out. Please check the error message below, and make sure that: PageResourceVisualization.dot1=DOT rendering software is installed at your server. The recommended one is Graphviz PageResourceVisualization.dot2=The path to DOT rendering executable is correctly set in you config.xml file. PageResourceVisualization.moreInformation=Para más información por favor vea PageResourceVisualization.moreInformationLink=this article -PageResourceVisualization.errorMessage=Error message\: +PageResourceVisualization.errorMessage=Error message: PageResourceVisualization.seeOnline=You can also try to use an online DOT renderer, for example PageResourceVisualization.seeOnlineLink=webgraphviz.com PageResourceVisualization.copyInstruction=Simply paste the following DOT code into it. @@ -3426,7 +3428,7 @@ FocusListInlineMenuHelper.menu.delete=Eliminar FocusListInlineMenuHelper.menu.disable=Deshabilitar FocusListInlineMenuHelper.menu.enable=Habilitar FocusListInlineMenuHelper.menu.reconcile=Reconciliar -FocusListInlineMenuHelper.message.deleteObjectConfirm=Desesa realmente eliminar el/los objeto/s seleccionado/s\: {0}? +FocusListInlineMenuHelper.message.deleteObjectConfirm=Desesa realmente eliminar el/los objeto/s seleccionado/s: {0}? FocusListInlineMenuHelper.message.deleteObjectConfirmSingle=Do you really want to delete object '{0}'? FocusListInlineMenuHelper.message.nothingSelected=No se ha seleccionado objeto. operation.com.evolveum.midpoint.web.page.admin.roles.PageRoles.enableObjects=Enable roles (GUI) @@ -3458,7 +3460,7 @@ PageEvaluateMapping.message.emptyString=Please provide a mapping to execute. PageEvaluateMapping.result=Resultado PageEvaluateMapping.mapping=Mapping PageEvaluateMapping.request=Requerimiento -PageEvaluateMapping.chooseSample=Or use a sample\: +PageEvaluateMapping.chooseSample=Or use a sample: PageEvaluateMapping.sample.FullName_NoDelta=Full name mapping (no change) PageEvaluateMapping.sample.FullName_Delta=Full name mapping (change in givenName) PageEvaluateMapping.sample.FullName_Delta_Ref=Full name mapping (change in givenName); source from repository @@ -3477,8 +3479,8 @@ PageAssignmentConflicts.back=Back PageAssignmentConflicts.submit=Submit AssignmentCatalogPanel.selectTargetUser=Select target user AssignmentCatalogPanel.selectAssignmentsUserOwner=Select assignments user owner -AssignmentCatalogPanel.requestForMe=Target user\: me -AssignmentCatalogPanel.requestFor=Target user\: +AssignmentCatalogPanel.requestForMe=Target user: me +AssignmentCatalogPanel.requestFor=Target user: AssignmentCatalogPanel.requestForMultiple={0} users selected AssignmentCatalogPanel.assignmentsOwner={0}'s assignments MultiButtonPanel.plusIconTitle=Add item to shopping cart @@ -3569,8 +3571,8 @@ MergeType.EMPTY=empty PageMergeObjects.warningMessage=Two objects' oids should be specified PageSelfRegistration.register=Register PageSelfRegistration.registration.success=Registration was successful -PageSelfRegistration.registration.error=Registration failed \: {0} -PageSelfRegistration.registration.confirm.message=Congratulation\! \n\n\n You have been successfully registered. To activate your account check your email and confirm your registration. +PageSelfRegistration.registration.error=Registration failed : {0} +PageSelfRegistration.registration.confirm.message=Congratulation! \n\n\n You have been successfully registered. To activate your account check your email and confirm your registration. PageRegistrationConfirmation.confirmation.error=Failed to confirm your registration. We are sorry, but probably you'll need to contact system administrator. PageRegistrationConfirmation.continueToLogin=Continue to login page PageRegistrationConfirmation.confirmation.successful=Confirmation successful @@ -3596,9 +3598,9 @@ PageSelfRegistration.password.policy= PageResetPassword.reset.successful=New password was set successfully. Continue with login. PageForgotPassword.form.submited.message=Confirmation link was sent to the email provided. To reset your password, click on the confirmation link and follow instructions. pageForgetPassword.message.policy.not.found=Reset password not allowed -PageAbstractSelfCredentials.save.password.failed=Failed to change password\: {0} +PageAbstractSelfCredentials.save.password.failed=Failed to change password: {0} PageResetPassword.title=Reset password -PageResetPasswordConfirmation=Reset password confirmation +PageResetPasswordConfirmation.title=Reset password confirmation PageResetPasswordConfirmation.confirmation.error=Reset password is not allowed. We are sorry, but probably you'll need to contact system administrator. PageResetPasswordConfirmation.authnetication.failed=Incorrect username and/or password ItemPathSegmentPanel.itemToSearch=Search for {0} @@ -3609,6 +3611,7 @@ DecisionDto.rejectedDueToTimeout=(rejected due to the timeout) DecisionDto.AUTO_APPROVAL_CONDITION=(auto-approval condition) DecisionDto.AUTO_COMPLETION_CONDITION=(auto-completion condition) DecisionDto.NO_ASSIGNEES_FOUND=(no approvers found) +wf.comment=Comment wf.object=Object wf.target=Target wf.originalAssignee=Original assignee @@ -3622,12 +3625,23 @@ wf.escalationLevelName=Escalation level name wf.escalationLevelDisplayName=Escalation level display name wf.workItemId=Work item ID wf.processInstanceId=Process instance ID +wf.requesterComment=Requester comment +wf.causeType=Cause type +wf.causeName=Cause name +wf.causeDisplayName=Cause display name PageAccountActivation.account.activation.successful=Activation of accounts was successful PageAccountActivation.account.activation.failed=Failed to activate accounts. Please, contact system administrator -PageAccountActivation.activated.shadows=Activated shadows\: +PageAccountActivation.activated.shadows=Activated shadows: PageAccountActivation.button.activate=Activate PageAccountActivation.activate.accounts.label=Account activation for user '{0}'. PageAccountActivation.provide.password=Please, provide your password to activate accounts. PageAccountActivation.title=Account activation PageAccountActivation.nothing.to.activate=Unexpected problem occurs while trying to activate account. Please contact system administrator PageAccountActivation.authentication.failed=Authentication failed +operation.com.evolveum.midpoint.web.page.admin.reports.PageCreatedReports.deleteReportOutput=Delete report (GUI) +operation.com.evolveum.midpoint.report.impl.ReportManagerImpl.deleteReportOutput=Delete report (Report) +operation.com.evolveum.midpoint.web.page.admin.reports.PageCreatedReports.downloadReport=Download report (GUI) +operation..com.evolveum.midpoint.report.impl.ReportManagerImpl.getReportOutputData=Load report (Report) +PageWorkItem.couldNotGetWorkItem=Couldn't get work item. It might have been already completed or deleted. +CsvDownloadButtonPanel.export=CSV export +AssignmentEditorDto.policyRuleTitle=Policy rule diff --git a/gui/admin-gui/src/main/resources/localization/Midpoint_et.properties b/gui/admin-gui/src/main/resources/localization/Midpoint_et.properties index 4ae57bee950..c3923c6fde3 100644 --- a/gui/admin-gui/src/main/resources/localization/Midpoint_et.properties +++ b/gui/admin-gui/src/main/resources/localization/Midpoint_et.properties @@ -14,7 +14,7 @@ # AbstractRoleType.delegable=Delegeeritav AbstractRoleType.requestable=Taotletav -ACAttributePanel.button.showExprEditor=Näita avaldist +ACAttributePanel.button.showExprEditor=Näita avaldistidenti ACAttributePanel.hasOutbound=Omab väljaminevat vastendust ACAttributePanel.required=Nõutav addCapabilityDialog.button.Add=Lisa @@ -104,7 +104,7 @@ AssignmentTablePanel.menu.addDelegation=Lisa delegeerimine AssignmentTablePanel.menu.deleteDelegation=Kustuta delegeerimine AssignmentTablePanel.menu.unassign=Eemalda omistus AssignmentTablePanel.menu.showAllAssignments=Näita kõiki omistusi -AssignmentTablePanel.message.couldntAssignObject=Ei saa omistada objekti '{0}', põhjus\: {1}. +AssignmentTablePanel.message.couldntAssignObject=Ei saa omistada objekti '{0}', põhjus\\: {1}. AssignmentTablePanel.message.illegalAssignmentState=Lubamatu omistuse olek '{0}'. AssignmentTablePanel.message.noAssignmentSelected=Omistust pole valitud. AssignmentTablePanel.message.noDelegationsSelected=Delegeerimist pole valitud. @@ -254,24 +254,24 @@ DefinitionScopeObjectType.RoleType=Rollid DefinitionScopeObjectType.UserType=Kasutajad DefinitionScopeObjectType.OrgType=Org.-d DefinitionScopeObjectType.ServiceType=Teenused -deleteAllDialog.label.accountShadowsDelete=Kustutatavaid konto varje\: {0} -deleteAllDialog.label.nonAccountShadowsDelete=Kustutatavaid mitte-konto varje\: {0} +deleteAllDialog.label.accountShadowsDelete=Kustutatavaid konto varje\\: {0} +deleteAllDialog.label.nonAccountShadowsDelete=Kustutatavaid mitte-konto varje\\: {0} deleteAllDialog.label.org=Org. üksused -deleteAllDialog.label.orgUnitsDelete=Kustutatavaid org. üksuseid\: {0} +deleteAllDialog.label.orgUnitsDelete=Kustutatavaid org. üksuseid\\: {0} deleteAllDialog.label.shadow.account=Konto varjud deleteAllDialog.label.shadow.nonAccount=Mitte-konto varjud deleteAllDialog.label.shadow.org=Org. üksuse varjud deleteAllDialog.label.shadow.role=Rolli varjud -deleteAllDialog.label.totalToDelete=Kustutatavaid objekte kokku\: {0} -deleteAllDialog.label.usersDelete=Kustutatavad kasutajad\: {0} (Kasutajat 'Administrator' ei kustutata) +deleteAllDialog.label.totalToDelete=Kustutatavaid objekte kokku\\: {0} +deleteAllDialog.label.usersDelete=Kustutatavad kasutajad\\: {0} (Kasutajat 'Administrator' ei kustutata) deleteAllDialog.label.users=Kasutajad -deleteAllDialog.message.choose=Vali kustutatavad objektitüübid\: +deleteAllDialog.message.choose=Vali kustutatavad objektitüübid\\: deleteAllDialog.no=Ei deleteAllDialog.yes=Jah -DeltaPanel.label.changeType=Muudatusetüüp\: -DeltaPanel.label.modifications=Muudatused\: -DeltaPanel.label.objectToAdd=Lisatav objekt\: -DeltaPanel.label.oid=objekt OID-ga\: +DeltaPanel.label.changeType=Muudatusetüüp\\: +DeltaPanel.label.modifications=Muudatused\\: +DeltaPanel.label.objectToAdd=Lisatav objekt\\: +DeltaPanel.label.oid=objekt OID-ga\\: direction.nullvalid=Vali üks DoubleButtonPanel.button.default=Täida DoubleButtonPanel.download=Laadi alla @@ -305,7 +305,7 @@ ExpressionEditorPanel.label.language=Keel ExpressionEditorPanel.label.type=Avaldisetüüp ExpressionEditorPanel.label.description=Kirjeldus ExpressionEditorPanel.label.valuePolicyRef=Poliitika viide -ExpressionEditorPanel.message.cantSerialize=XML-avaldisest ei õnnestunud luua JAXBElement . Palun sisesta korrektne avaldis. Põhjus\: {0} +ExpressionEditorPanel.message.cantSerialize=XML-avaldisest ei õnnestunud luua JAXBElement . Palun sisesta korrektne avaldis. Põhjus\\: {0} ExpressionEditorPanel.message.expressionSuccess=Avaldis on edukalt uuendatud. ExpressionEvaluatorType.AS_IS=As is ExpressionEvaluatorType.GENERATE=Genereeri @@ -328,10 +328,10 @@ FeedbackAlertMessage.error=Viga FeedbackAlertMessage.info=Informatsioon FeedbackAlertMessage.success=Edu FeedbackAlertMessage.warn=Hoiatus -feedbackMessagePanel.cause=Põhjus\: +feedbackMessagePanel.cause=Põhjus\\: feedbackMessagePanel.collapseAll=Ahenda kõik -feedbackMessagePanel.context=Kontekst\: -feedbackMessagePanel.count=Arv\: +feedbackMessagePanel.context=Kontekst\\: +feedbackMessagePanel.count=Arv\\: feedbackMessagePanel.expandAll=Laienda kõik feedbackMessagePanel.export=Ekspordi XML-i feedbackMessagePanel.hideStack=[ PEIDA VEAPINU ] @@ -347,7 +347,7 @@ feedbackMessagePanel.message.success=Edu feedbackMessagePanel.message.undefined=Määratlemata feedbackMessagePanel.message.unknown=Tundmatu feedbackMessagePanel.message.warn=Hoiatus -feedbackMessagePanel.param=Parameeter\: +feedbackMessagePanel.param=Parameeter\\: feedbackMessagePanel.showStack=[ KUVA VEAPINU ] feedbackMessagePanel.times=times feedtempMessagePanelbackMessagePanel.message.info=Informatsioon @@ -403,7 +403,7 @@ JasperReportConfigurationPanel.forPrompting=Küsimiseks JasperReportConfigurationPanel.parameterClass=Parameetri klass JasperReportConfigurationPanel.nestedClass=Pesastatud klass JasperReportConfigurationPanel.parameterName=Parameetri nimi -JasperReportConfigurationPanel.parameterProperty=Atribuut\: {0} +JasperReportConfigurationPanel.parameterProperty=Atribuut\\: {0} JasperReportConfigurationPanel.reportFields=Aruande väljad JasperReportConfigurationPanel.reportParameters=Aruande parameetrid JasperReportConfigurationPanel.reportQuery=Aruande päring @@ -520,7 +520,7 @@ MappingEditorDialog.label.strength=Tugevus MappingEditorDialog.label.target=Sihtmärk MappingEditorDialog.label.timeFrom=Time from MappingEditorDialog.label.timeTo=Time to -MappingEditorDialog.message.cantSave=Vastendust ei saanud kustutada. Põhjus\: +MappingEditorDialog.message.cantSave=Vastendust ei saanud kustutada. Põhjus\\: MappingEditorDialog.message.warn.emptyTarget=Sissetuleva vastenduse jaoks tuleb määratleda väli 'target' MappingsStatistics.AverageTime=Avg aeg MappingsStatistics.Count=Kutsumiste arv @@ -537,13 +537,13 @@ Message.SourceMemory=ülesanne mälus (toodud {0}) Message.SourceRepository=hoidla (statistika uuenes {0}) message.success=Sinu vastused on nüüd edukalt uuendatud message.WrongAnswer=Küsimustele pole õigesti vastatud -ModelOperationStatusPanel.label.focusName=Objekt\: -ModelOperationStatusPanel.label.focusType=tüübist\: -ModelOperationStatusPanel.label.primaryDelta=Esmane delta\: -ModelOperationStatusPanel.label.state=Olek\: -ModelOperationStatusPanel.state.FINAL=Lõplik\: toiming on teostatud (edukalt või mitte) -ModelOperationStatusPanel.state.PRIMARY=Esmane\: toiming on kinnitamisel -ModelOperationStatusPanel.state.SECONDARY=Teisene\: ressursi toiming(ud) on kinnitamisel +ModelOperationStatusPanel.label.focusName=Objekt\\: +ModelOperationStatusPanel.label.focusType=tüübist\\: +ModelOperationStatusPanel.label.primaryDelta=Esmane delta\\: +ModelOperationStatusPanel.label.state=Olek\\: +ModelOperationStatusPanel.state.FINAL=Lõplik\\: toiming on teostatud (edukalt või mitte) +ModelOperationStatusPanel.state.PRIMARY=Esmane\\: toiming on kinnitamisel +ModelOperationStatusPanel.state.SECONDARY=Teisene\\: ressursi toiming(ud) on kinnitamisel ModificationsPanel.label.attribute=Atribuut ModificationsPanel.label.change=Muuda ModificationsPanel.label.value=Väärtus(ed) @@ -871,7 +871,7 @@ operation.com.evolveum.midpoint.web.page.admin.users.PageUsers.disableUsers=Keel operation.com.evolveum.midpoint.web.page.admin.users.PageUsers.enableUser=Luba kasutaja (Gui) operation.com.evolveum.midpoint.web.page.admin.users.PageUsers.enableUsers=Luba kasutajad (Gui) operation.com.evolveum.midpoint.web.page.admin.users.PageUser.sendToSubmit=Saada esitamiseks (Gui) -operation.com.evolveum.midpoint.web.page.admin.users.PageUsers.reconcileUser=Lepita kasutaja (Gui)\: {0} +operation.com.evolveum.midpoint.web.page.admin.users.PageUsers.reconcileUser=Lepita kasutaja (Gui)\\: {0} operation.com.evolveum.midpoint.web.page.admin.users.PageUsers.reconcileUsers=Lepita kasutajad (Gui) operation.com.evolveum.midpoint.web.page.admin.workflow.PageWorkItem.saveWorkItem=Salvesta tööüksus (Gui) operation.com.evolveum.midpoint.web.util.WebModelUtils.deleteObject=Kustuta objekt (Gui) @@ -902,11 +902,11 @@ operation.com.evolveum.midpoint.web.component.wizard.resource.SchemaHandlingStep operation.com.evolveum.midpoint.web.component.wizard.resource.SynchronizationStep.saveResourceSynchronization=Salvesta ressursi sünkimine operation.com.evolveum.midpoint.web.component.wizard.resource.CapabilityStep.saveCapabilities=Salvesta ressursi võimalused operation.com.evolveum.midpoint.web.page.admin.PageAdminFocus.loadShadow=Laadi vari -operationResultPanel.cause=Põhjus\: -operationResultPanel.context=Kontekst\: -operationResultPanel.count=Arv\: +operationResultPanel.cause=Põhjus\\: +operationResultPanel.context=Kontekst\\: +operationResultPanel.count=Arv\\: operationResultPanel.hideStack=[ PEIDA VEAPINU ] -operationResultPanel.param=Parameeter\: +operationResultPanel.param=Parameeter\\: operationResultPanel.showStack=[ KUVA VEAPINU ] operationResultPanel.times=times operationResultPanel.title.expectedError=Eeldatav viga @@ -1002,8 +1002,8 @@ PageAccounts.message.ownerNotFound=Ei õnnestu leida omanikku varjule OID-ga {0} PageAccounts.message.unsupportedOwnerType=Toetamata omaniku tüüp. pageAccounts.message.resourceNotSelected=Ressurssi pole valitud. Palun vali ressurss, et näha selle varje. PageAccounts.message.success.clearExport=Ekspordikataloog edukalt tühjendatud -PageAccounts.message.success.export=Eksportimine õnnestus. Eksporditud fail\: {0}. -PageAccounts.message.validationError=Otsitud objectClass väärtus\: '{0}' ei ole sobiv. Palun sisesta sobiv objectClass väärtus. +PageAccounts.message.success.export=Eksportimine õnnestus. Eksporditud fail\\: {0}. +PageAccounts.message.validationError=Otsitud objectClass väärtus\\: '{0}' ei ole sobiv. Palun sisesta sobiv objectClass väärtus. PageAccounts.nothing=Puudub PageAccounts.resource=Ressurss PageAccounts.shadows=Varjud @@ -1114,9 +1114,9 @@ pageAdminFocus.organizations=Organisatsioonid pageAdminFocus.assignments=Omistused pageAdminFocus.message.couldntCreateAccountNoSchema=Ei õnnestu luua projektsiooni vormi '{0}' jaoks, kuna puudub täpne skeem. Tõenäoliselt võib probleem olla konnektori konfiguratsioonis ja/või ühenduses. Lisateabe saamiseks kontrolli palun logisid. pageAdminFocus.message.couldntCreateAccountNoAccountSchema=Ei õnnestu luua projektsiooni vormi '{0}' jaoks, kuna vaikimisi 'konto' objektitüübil puudub skeem. Tõenäoliselt võib probleem olla ressursi konfiguratsioonis. Lisateabe saamiseks kontrolli palun logisid. -pageAdminFocus.message.couldntCreateAccount=Ei õnnestu luua projektsiooni vormi '{0}' jaoks, põhjus\: {1}. +pageAdminFocus.message.couldntCreateAccount=Ei õnnestu luua projektsiooni vormi '{0}' jaoks, põhjus\\: {1}. pageAdminFocus.message.noAssignableSelected=Omistust pole valitud. -pageAdminFocus.message.couldntAssignObject=Ei saa omistada objekti '{0}', põhjus\: {1}. +pageAdminFocus.message.couldntAssignObject=Ei saa omistada objekti '{0}', põhjus\\: {1}. pageAdminFocus.message.noActivationFound=Projektsioonile '{0}' ei leitud aktiveerimist. pageAdminFocus.message.noEnabledPropertyFound=Kontol '{0}' ei leitud ühtegi lubatud atribuuti. pageAdminFocus.message.noLockoutStatusPropertyFound=Lukustuse oleku parameeter leiti kontol '{0}'. @@ -1128,7 +1128,7 @@ pageAdminFocus.title.selectResource=Vali ressurss/ressursid pageAdminFocus.title.selectAssignable=Vali objekt(id) pageAdminFocus.task.name=Ülesande nimi pageAdminFocus.task.category=Kategooria -pageAdminFocus.task.descriptionHasTasks=Selle objektiga seotud aktiivsed ülesanded\: +pageAdminFocus.task.descriptionHasTasks=Selle objektiga seotud aktiivsed ülesanded: pageAdminFocus.task.descriptionNoTasks=Selle objektiga pole seotud aktiivseid ülesandeid. pageAdminFocus.task.execution=Täidetuse olek pageAdminFocus.task.status=Olek @@ -1188,15 +1188,15 @@ PageRepositoryQuery.button.useInObjectList=Kasuta objektide loetelus PageRepositoryQuery.button.execute=Täida PageRepositoryQuery.message.emptyString=Sisestatud päringu string on tühi. Palun esita mittetühi päringu string. PageRepositoryQuery.result=Tulemus -PageRepositoryQuery.resultObjects=Tulemus\: saadi {0} objekt(i) -PageRepositoryQuery.resultException=Tulemus\: {0} +PageRepositoryQuery.resultObjects=Tulemus: saadi {0} objekt(i) +PageRepositoryQuery.resultException=Tulemus: {0} PageRepositoryQuery.midPoint=MidPointi päring -PageRepositoryQuery.objectType=Objektitüüp\: +PageRepositoryQuery.objectType=Objektitüüp: PageRepositoryQuery.hibernateQuery=Hibernate päring PageRepositoryQuery.hibernateParameters=Päringu parameetrid -PageRepositoryQuery.hibernateParametersNote=Märkus\: Need parameetrid on siin näha ainult selleks, et näidata, kuidas midPointi päring tõlgitakse hibernate päringuks. Neid ei kasutata hibernate päringu käsitsi täitmisel ja seepärast ei tohiks siia sisestatud päring sisaldada viiteid parameetritele. +PageRepositoryQuery.hibernateParametersNote=Märkus: Need parameetrid on siin näha ainult selleks, et näidata, kuidas midPointi päring tõlgitakse hibernate päringuks. Neid ei kasutata hibernate päringu käsitsi täitmisel ja seepärast ei tohiks siia sisestatud päring sisaldada viiteid parameetritele. PageRepositoryQuery.incompleteResultsNote=Kuna sul puuduvad administraatori õigused siis siin näha olevad tulemused on tõenäoliselt filtreeritud, rakendades neile täiendavaid otsingutingimusi, mis on tuletatud sinu õigustest. Need täiendavad tingimused ei ole nähtavad ülal näha olevas hibernate päringus. -PageRepositoryQuery.chooseSample=Või kasuta näidist\: +PageRepositoryQuery.chooseSample=Või kasuta näidist: PageRepositoryQuery.sample.ObjectType_AllObjectsInAnOrg=Kõik (otsesed) objektid organisatsioonis PageRepositoryQuery.sample.ObjectType_AllObjectsInASubtree=Kõik objektid alampuus PageRepositoryQuery.sample.OrgType_AllRootOrgs=Kõik juurorganisatsioonid @@ -1212,7 +1212,7 @@ PageRepositoryQuery.sample.UserType_UsersThatHaveARole=Aktiivse rolliomistusega PageRepositoryQuery.sample.UserType_SpecifiedCostCenters=Kulukeskuste 100000-999999 või X100-X999 kasutajad PageRepositoryQuery.sample.ShadowType_ShadowsOnGivenResource=Antud ressursi kasutajad PageRepositoryQuery.sample.UserType_UsersWithShadowOnGivenResource=Kasutajad, kes omavad lingitud varju antud ressursis -PageRepositoryQuery.queryVsFilterNote=Märkus\: midPonti päring sisaldab filtrit koos saalimisjuhistega, mis on kokku pandud elemendis <query>. Ent kui kasutada GUI "Täpsem" filtrit, on seal ainult <filter> alamelement. Saalimist korraldab GUI ise. +PageRepositoryQuery.queryVsFilterNote=Märkus: midPonti päring sisaldab filtrit koos saalimisjuhistega, mis on kokku pandud elemendis <query>. Ent kui kasutada GUI "Täpsem" filtrit, on seal ainult <filter> alamelement. Saalimist korraldab GUI ise. PageCert.ago={0} tagasi PageCertCampaign.basic=Põhiteave PageCertCampaign.button.back=Tagasi @@ -1232,7 +1232,7 @@ PageCertCampaign.menu.revoke=Tühista PageCertCampaign.name=Nimi PageCertCampaign.numberOfStages=Etappide arv PageCertCampaign.owner=Omanik -PageCertCampaigns.agoForCampaign=(kampaania\: {0} tagasi) +PageCertCampaigns.agoForCampaign=(kampaania\\: {0} tagasi) PageCertCampaigns.agoForStage={0} tagasi PageCertCampaigns.button.closeCampaign=Sulge kampaania PageCertCampaigns.button.closeStage=Sulge etapp @@ -1242,7 +1242,7 @@ PageCertCampaigns.button.startRemediation=Alusta parandamist PageCertCampaigns.dialog.title.confirmCloseCampaign=Kampaania sulgemise kinnitamine PageCertCampaigns.dialog.title.confirmCloseStage=Kinnita etapi sulgemine PageCertCampaigns.dialog.title.confirmDeleteCampaign=Kampaania kustutuse kinnitamine -PageCertCampaigns.inForCampaign=(campaign\: in {0}) +PageCertCampaigns.inForCampaign=(campaign\\: in {0}) PageCertCampaigns.inForStage=in {0} PageCertCampaigns.menu.close=Sulge kampaania PageCertCampaigns.menu.closeSelected=Sulge valitud kampaaniad @@ -1255,7 +1255,7 @@ PageCertCampaigns.message.closeStageConfirmSingle=Kas soovid kindlasti sulgeda k PageCertCampaigns.message.deleteCampaignConfirmMultiple=Kas soovid kindlasti kustutada valitut {0} kampaaniat? PageCertCampaigns.message.deleteCampaignConfirmSingle=Kas soovid kindlasti kustutada kampaania '{0}' ? PageCertCampaigns.message.noCampaignsSelected=Asjakohaseid kampaaniaid pole valitud -PageCertCampaigns.nowForCampaign=(kampaania\: nüüd) +PageCertCampaigns.nowForCampaign=(kampaania\\: nüüd) PageCertCampaigns.nowForStage=nüüd PageCertCampaigns.table.deadline=Etapi (kampaania) tähtaeg PageCertCampaigns.table.escalationLevel=Laiendustase @@ -1336,7 +1336,7 @@ PageCertDefinition.campaignsTotal=Campaigns total PageCertDefinition.campaignLastStarted=Kampaania viimati käivitatud PageCertDefinition.campaignLastClosed=Kampaania viimati suletud PageCertDefinition.owner=Omanik -PageCertDefinition.stopReviewOn=peata läbivaatus tulemusel\: +PageCertDefinition.stopReviewOn=peata läbivaatus tulemusel: PageCertDefinition.stopReviewOnDefault= PageCertDefinition.stopReviewOnNone= PageCertDefinitions.basicInformation=Põhiteave @@ -1372,21 +1372,21 @@ PageCertDefinition.scopeEnabledItemsOnly=Ainult lubatud üksused PageCertDefinition.stagesDefinition=Etappide määratlus PageCert.in=in {0} PageCert.message.assignment={0} of {1} {2} to {3} {4}. -PageCert.message.textAdministrativeState=Haldusolek\: {0}. +PageCert.message.textAdministrativeState=Haldusolek\\: {0}. PageCert.message.textAssignment=Omistus -PageCert.message.textDescription=Kirjeldus\: {0}. -PageCert.message.textExtensions=Extensions defined\: {0}. +PageCert.message.textDescription=Kirjeldus\\: {0}. +PageCert.message.textExtensions=Määratletud laiendused\\: {0}. PageCert.message.textInducement=Tekitus -PageCert.message.textIntent=Kavatsus\: {0}. -PageCert.message.textKind=Liik\: {0}. -PageCert.message.textOrder=Järjestus\: {0}. -PageCert.message.textOrg=Org\: {0}. -PageCert.message.textRelation=Relatsioon\: {0}. -PageCert.message.textTenant=Rentnik\: {0}. -PageCert.message.textValidFrom=Kehtiv alates\: {0}. -PageCert.message.textValidTo=Kehtiv kuni\: {0}. +PageCert.message.textIntent=Kavatsus\\: {0}. +PageCert.message.textKind=Liik\\: {0}. +PageCert.message.textOrder=Järjestus\\: {0}. +PageCert.message.textOrg=Org\\: {0}. +PageCert.message.textRelation=Relatsioon\\: {0}. +PageCert.message.textTenant=Rentnik\\: {0}. +PageCert.message.textValidFrom=Kehtiv alates\\: {0}. +PageCert.message.textValidTo=Kehtiv kuni\\: {0}. PageCert.now=nüüd -StageEditorPanel.stageDefinitionLabelName = Etapimääratlus \# +StageEditorPanel.stageDefinitionLabelName = Etapimääratlus \\# StageDefinitionPanel.stageName = Nimi StageDefinitionPanel.stageDescription = Kirjeldus StageDefinitionPanel.stageDuration = Kestus @@ -1432,7 +1432,7 @@ pageContentAccounts.menu.disableAccounts=Keela valitud pageContentAccounts.menu.enableAccounts=Luba valitud pageContentAccounts.menu.importAccounts=Impordi valitud pageContentAccounts.menu.removeOwners=Eemalda valitutelt -pageContentAccounts.message.cantImportAccount=Ei saa importida kontot, oid\={0} +pageContentAccounts.message.cantImportAccount=Ei saa importida kontot, oid\\={0} pageContentAccounts.message.cantShowAccountDetails=Konto {0} üksikasju ei saa kuvada ({1}). pageContentAccounts.message.cantShowUserDetails=Kasutaja {0} üksikasju ei saa kuvada ({1}). pageContentAccounts.message.deleteConfirmation=Kas soovid kindlasti kustutada {0} kontot sellest ressursist? @@ -1444,7 +1444,7 @@ pageContentAccounts.objectClass=Objektiklass pageContentAccounts.owner=Omanik pageContentAccounts.search=Otsi pageContentAccounts.situation=Situatsioon -PageContentAccounts.title=Resource objects on '{0}' +PageContentAccounts.title='{0}' ressursiobjektid pageContentEntitlements.entitlements=Õigused pageContentEntitlements.message.resourceOidNotDefined=URL-s puudub ressursi OID. PageContentEntitlements.title={0} @@ -1521,9 +1521,9 @@ pageDebugList.message.createFileException=Ei saanud luua allalaadimiseks faili. pageDebugList.message.deleteAllType=Kas soovid kindlasti kustutada kõik "{0}" tüüpi objektid? pageDebugList.message.deleteObjectConfirm=Kas soovid kindlasti "{0}" kustutada? pageDebugList.message.deleteSelectedConfirm=Kas soovid kindlasti kustutada {0} objekti? -pageDebugList.message.laxativeProblem=Drop all identities operation has not performed successfully +pageDebugList.message.laxativeProblem=Kõikide identiteetide kustutamise ei jõudnud edukalt lõpule pageDebugList.message.nothingSelected=Objekti pole valitud. -pageDebugList.message.queryException=Ei saanud luua nime alamstringi päringut, põhjus\: {0} +pageDebugList.message.queryException=Ei saanud luua nime alamstringi päringut, põhjus\\: {0} pageDebugList.message.resourceNotSelected=Ressurssi pole valitud. pageDebugList.message.singleOrgDeleteProblem=Ei õnnestu org. üksust kustutada pageDebugList.message.singleShadowDeleteProblem=Ei õnnestu varju kustutada @@ -1584,8 +1584,8 @@ PageInternals.consistencyChecks=Kontrolli ühtsust PageInternals.encryptionChecks=Kontrolli krüpteeringut PageInternals.readEncryptionChecks=Kontrolli lugemise krüpteeringut PageInternals.detailedDebugDump=Üksikasjalik silumise tõmmis -PageInternals.message.debugUpdatePerformed=Silumisutiliit uuendatud. Uus väärtus\: {0} -PageInternals.message.internalsConfigUpdate=Sisekonfiguratsiooni värskendus. consistencyChecks\: {0},encryptionChecks\: {1}, readEncryptionChecks\: {2}, QNameUtil.tolerateUndeclaredPrefixes\: {3} +PageInternals.message.debugUpdatePerformed=Silumisutiliit uuendatud. Uus väärtus\\: {0} +PageInternals.message.internalsConfigUpdate=Sisekonfiguratsiooni värskendus. consistencyChecks\\: {0},encryptionChecks\\: {1}, readEncryptionChecks\\: {2}, QNameUtil.tolerateUndeclaredPrefixes\\: {3} PageInternals.offset=Nihe PageInternals.title.debugUtil=Silumisutiliit PageInternals.title.internalsConfig=Sisekonfiguratsioon @@ -1593,32 +1593,32 @@ PageInternals.title=Sisemine konfiguratsioon PageInternals.title.timeChange=Aja muutmine PageInternals.tolerateUndeclaredPrefixes=Deklareerimata eesliited lubatud QName-del ja radadel PageInternals.title.counters=Jõudlusloendurid -PageInternals.title.traces=Performance traces -InternalOperationClasses.resourceSchemaOperations=Resource schema operations -InternalOperationClasses.connectorOperations=Connector operations -InternalOperationClasses.shadowFetchOperations=Shadow fetch operations -InternalOperationClasses.repositoryOperations=Repository operations -InternalOperationClasses.prismObjectClone=Prism object clones -InternalOperationClasses.roleEvaluations=Role evaluations -InternalCounters.resourceSchemaParseCount=Resource schema parse -InternalCounters.resourceSchemaFetchCount=Resource schema fetch -InternalCounters.connectorInstanceInitializationCount=Connector instance initialization -InternalCounters.connectorSchemaParseCount=Connector schema parse -InternalCounters.connectorCapabilitiesFetchCount=Connector capabilities fetch -InternalCounters.scriptCompileCount=Script compile -InternalCounters.scriptExecutionCount=Script execution -InternalCounters.connectorOperationCount=Connector operation -InternalCounters.connectorSimulatedPagingSearchCount=Connector simulated paging search -InternalCounters.shadowFetchOperationCount=Shadow fetch operation -InternalCounters.shadowChangeOperationCount=Shadow change operation -InternalCounters.provisioningAllExtOperationCount=All external provisioning operations -InternalCounters.repositoryReadCount=Repository read -InternalCounters.prismObjectCompareCount=Prism object compare -InternalCounters.prismObjectCloneCount=Prism object clone -InternalCounters.roleEvaluationCount=Role evaluation count -InternalCounters.roleEvaluationSkipCount=Role evaluation skip count -InternalCounters.projectorRunCount=Projector run count -pageLogging.appender=Kirjuti\: +PageInternals.title.traces=Soorituse jäljed +InternalOperationClasses.resourceSchemaOperations=Ressursiskeemi toimingud +InternalOperationClasses.connectorOperations=Konnektori toimingud +InternalOperationClasses.shadowFetchOperations=Varju toomise toimingud +InternalOperationClasses.repositoryOperations=Hoidla toimingud +InternalOperationClasses.prismObjectClone=Prism objekti kloonid +InternalOperationClasses.roleEvaluations=Rolli hindamisi +InternalCounters.resourceSchemaParseCount=Ressursiskeemi sõelumisi +InternalCounters.resourceSchemaFetchCount=Ressursiskeemi toomine +InternalCounters.connectorInstanceInitializationCount=Konnektori eksemplari lähtestamine +InternalCounters.connectorSchemaParseCount=Konnektori skeemi sõelumisi +InternalCounters.connectorCapabilitiesFetchCount=Konnektori võimaluste toomine +InternalCounters.scriptCompileCount=Skripti kompileerimine +InternalCounters.scriptExecutionCount=Skripti täitmine +InternalCounters.connectorOperationCount=Konnektori toiming +InternalCounters.connectorSimulatedPagingSearchCount=Konnektori simuleeritud saalimise otsing +InternalCounters.shadowFetchOperationCount=Varju toomise toiming +InternalCounters.shadowChangeOperationCount=Varju muutmise toiming +InternalCounters.provisioningAllExtOperationCount=Kõik välised varustamise toimingud +InternalCounters.repositoryReadCount=Hoidla lugemisi +InternalCounters.prismObjectCompareCount=Prism objekti võrdlus +InternalCounters.prismObjectCloneCount=Prism objekti kloon +InternalCounters.roleEvaluationCount=Rolli hindamiste arv +InternalCounters.roleEvaluationSkipCount=Rolli hindamise vahelejätmiste arv +InternalCounters.projectorRunCount=Projektori käivituste arv +pageLogging.appender=Kirjuti\\: pageLogging.appenders=Kirjutid pageLogging.appenders.appending=Lisav pageLogging.appenders.filePath=Failitee @@ -1628,7 +1628,7 @@ pageLogging.appenders.maxHistory=Max ajalugu pageLogging.appenders.name=Nimi pageLogging.appenders.pattern=Muster pageLogging.audit=Audit -pageLogging.auditLog=Audit logifaili\: +pageLogging.auditLog=Audit logifaili\\: pageLogging.button.addClassLogger=Lisa loger pageLogging.button.addComponentLogger=Lisa komponentloger pageLogging.button.addConsoleAppender=Lisa konsoolikirjuti @@ -1640,8 +1640,8 @@ pageLogging.button.deleteFilter=Kustuta filter pageLogging.button.deleteLogger=Kustuta loger pageLogging.button.reset=Lähtesta pageLogging.button.save=Salvesta -pageLogging.details=Üksikasjad\: -pageLogging.dumpInterval=Tõmmistamise intervall\: +pageLogging.details=Üksikasjad\\: +pageLogging.dumpInterval=Tõmmistamise intervall\\: pageLogging.filter.ALL=Kõik pageLogging.filter=Filter pageLogging.filter.GUI=Veebifilter @@ -1667,19 +1667,19 @@ pageLogging.loggers=Logerid pageLogging.loggersTable=Logerite tabel pageLogging.logger.TASKMANAGER=Tegumihalduri loger pageLogging.logger.WORKFLOWS=Töövoo mooduli loger -pageLogging.logSubsystemEntryExit=Log subsystem entry/exit -pageLogging.performanceStatistics=Jõudlusstatistika\: +pageLogging.logSubsystemEntryExit=Logimise allsüsteemi sisenemine/väljumine +pageLogging.performanceStatistics=Jõudlusstatistika\\: pageLogging.profiling=Profiilimine -pageLogging.requestFilter=Päringufilter\: -pageLogging.rootAppender=Juurtaseme kirjuti\: -pageLogging.rootLevel=Juurtaseme loger\: +pageLogging.requestFilter=Päringufilter\\: +pageLogging.rootAppender=Juurtaseme kirjuti\\: +pageLogging.rootLevel=Juurtaseme loger\\: pageLogging.subsystem.appender=Kirjuti pageLogging.subsystem.level=Tase pageLogging.subsystem.model=Mudel pageLogging.subsystem.provisioning=Varustamine pageLogging.subsystem.repository=Hoidla pageLogging.subsystem.resourceObjectChangeListener=Ressursiobjekti muudatuse jälgija -pageLogging.subsystems=Alamsüsteemid\: +pageLogging.subsystems=Alamsüsteemid\\: pageLogging.subsystem..taskManager=Tegumihaldur pageLogging.subsystem.ucf=Ucf pageLogging.subsystem.workflow=Töövoog @@ -1807,7 +1807,7 @@ pageResource.capabilities=Võimalused pageResource.conConnection=Konnektori ühendus pageResource.confValidation=Konfiguratsiooni valideerimine pageResource.conInitialization=Ühenduse lähtestamine -pageResource.conSanity=Connector sanity +pageResource.conSanity=Konnektori õigsus pageResource.conSchema=Konnektori skeem pageResource.deleteSyncToken=Kustuta sünkimistõend pageResourceEdit.edit=Muuda @@ -1883,8 +1883,8 @@ PageRoleEditor.label.ownerRef.placeholder=Määra omanik PageRoleEditor.label.requestable=Taotletav PageRoleEditor.label.riskLevel=Riskiaste PageRoleEditor.label.type=Tüüp -PageRoleEditor.message.addApproverOk=Kinnitaja nimega\: '{0}' on edukalt lisatud. -PageRoleEditor.message.addOwnerOk=Omanik nimega\: '{0}' on edukalt lisatud. +PageRoleEditor.message.addApproverOk=Kinnitaja nimega\\: '{0}' on edukalt lisatud. +PageRoleEditor.message.addOwnerOk=Omanik nimega\\: '{0}' on edukalt lisatud. PageRoleEditor.message.cantAddOwner=Ei saa määrata valitud omanikku. PageRoleEditor.message.cantCreateExtensionDelta=Ei saa luua deltat rolli laienduse jaoks PageRoleEditor.subtitle.activation=Aktiveerimine @@ -1900,8 +1900,8 @@ pageRoles.button.delete=Kustuta pageRoles.dialog.title.confirmDelete=Kustutuse kinnitamine pageRoles.message.confirmationMessageForMultipleObject=Kas soovid kindlasti {0} valitud {1} rolli? pageRoles.message.confirmationMessageForSingleObject=Kas soovid kindlasti {0} rolli '{1}'? -pageRoles.message.confirmationMessageForMultipleObject.members=Do you really want to {0} selected {1} role(s)? Some of the roles have member(s). -pageRoles.message.confirmationMessageForSingleObject.members=Do you really want to {0} role '{1}'? Selected role has member(s). +pageRoles.message.confirmationMessageForMultipleObject.members=Kas soovid kindlasti {0} valitud '{1}' rolli? Mõned rollidest omavad liikmeid. +pageRoles.message.confirmationMessageForSingleObject.members=Kas soovid kindlasti {0} rolli '{1}'? Valitud roll omab liikmeid. pageRoles.message.nothingSelected=Rolli pole valitud. pageRoles.message.queryError=Otsingupäringu tõlkimisel filtrile ilmnes tõrge. pageRoles.requestable=Taotletav @@ -1909,7 +1909,7 @@ PageRoles.title=Rollide loend pageSecurityQuestions.message.WrongAnswer=Küsimustele pole õigesti vastatud pageSecurityQuestions.message.noPolicySet=Paroolipoliitika puudub PageSecurityQuestions.title=Turbeküsimused -PageShowPassword.message=Sinu uus parool on\: +PageShowPassword.message=Sinu uus parool on\\: PageShowPassword.success=Uus parool on edukalt loodud PageShowPassword.title=Uus parool PageSizePopover.title=Lehe suurus @@ -1952,17 +1952,17 @@ pageTask.category.Reconciliation=Lepitamine pageTask.category.UserRecomputation=Kasutaja uuesti arvutamine pageTask.category.Workflow=Töövoog pageTask.createSuspended=Luuakse PEATATUD olekus -pageTask.cronHelp=Cron-spetsifikatsioon omab järgmist kuju\: SEKUNDID MINUTID TUNNID KUUPÄEV KUU NÄDALAPÄEV AASTA (valikuline), nt. '0 0 12 ? * WED' tähendab 'igal kolmapäeval kell 12\:00\:00 pm'. +pageTask.cronHelp=Cron-spetsifikatsioon omab järgmist kuju\\: SEKUNDID MINUTID TUNNID KUUPÄEV KUU NÄDALAPÄEV AASTA (valikuline), nt. '0 0 12 ? * WED' tähendab 'igal kolmapäeval kell 12\\:00\\:00 pm'. pageTask.cronHelpLink=Lisateabe saamiseks loe palun pageTask.cronHelpLinkTutorial=juhendit pageTask.cronSpec=Ajastuse cron-spetsifikatsioon pageTask.dryRun=Eelproov pageTask.focusType=Rakendatav tüübile pageTaskEdit.basic=Põhiteave -pageTaskEdit.work=Work to do +pageTaskEdit.work=Tegemata tööd pageTaskEdit.boundHelp=Tihedalt seotud ülesandeid kasutatakse lühikeste tegevuste jooksutamiseks mis korduvad üsna sageli (nt sagedamini kui iga minuti tagant). Tüüpiliseks näiteks on siin otsesünkimine. Cron-spetsifikatsioon ei sobi selliste ülesannete jaoks; sa pead määratlema kordumise ajavahemiku. pageTaskEdit.bound=Tihedalt seotud (kasuta kui korduv ülesanne käivitub sageli) -pageTaskEdit.binding=Binding +pageTaskEdit.binding=Sidumine pageTaskEdit.button.back=Tagasi pageTaskEdit.button.cancelEditing=Loobu redigeerimisest pageTaskEdit.button.edit=Muuda @@ -1972,7 +1972,7 @@ pageTaskEdit.button.stopApprovalProcess=Peata kinnitamisprotsess pageTaskEdit.button.save=Salvesta pageTaskEdit.button.suspend=Peata pageTaskEdit.category=Kategooria -pageTaskEdit.cronHelp=Cron-spetsifikatsioon omab järgmist kuju\: SEKUNDID MINUTID TUNNID KUUPÄEV KUU NÄDALAPÄEV AASTA (valikuline), nt. '0 0 12 ? * WED' tähendab 'igal kolmapäeval kell 12\:00\:00 pm'. +pageTaskEdit.cronHelp=Cron-spetsifikatsioon omab järgmist kuju\\: SEKUNDID MINUTID TUNNID KUUPÄEV KUU NÄDALAPÄEV AASTA (valikuline), nt. '0 0 12 ? * WED' tähendab 'igal kolmapäeval kell 12\\:00\\:00 pm'. pageTaskEdit.cronHelpLink=Lisateabe saamiseks loe palun pageTaskEdit.cronHelpLinkTutorial=juhendit pageTaskEdit.cronSpec=Ajastuse cron-spetsifikatsioon @@ -1989,7 +1989,7 @@ pageTaskEdit.lastStarted=Ülesande viimase käivitumise algusaeg pageTaskEdit.message.cantTaskDetails=Ei saanud laadida ülesande üksikasju. pageTaskEdit.message.node=- sõlmes {0} pageTaskEdit.misfire=Tegevus tõrke korral -pageTaskEdit.modelOperationStatusLabel=Model operation status +pageTaskEdit.modelOperationStatusLabel=Mudeli toimingu olek pageTaskEdit.name=Ülesande nimi pageTaskEdit.nextRun=Järgmisena ajastatud ülesande käivitumine pageTaskEdit.nextRetry=Järgmine proov @@ -2013,7 +2013,7 @@ pageTaskEdit.options=Valikud pageTaskEdit.parent=Emaülesanne pageTaskEdit.owner=Ülesande omanik pageTaskEdit.recurring=Korduv ülesanne -pageTaskEdit.recurrence=Recurrence +pageTaskEdit.recurrence=Kordumine pageTaskEdit.runUntilNodeDown=Käivitub sõlme mahakukkumiseni pageTaskEdit.scheduleHelp=Ainult üks kord käivituvate sündmuste jaoks jäta ajastusintervall ja cron-spetsifikatsioon täitmata. Korduvate ülesannete puhul täida ainult üks nendest. pageTaskEdit.scheduleInterval=Ajastusintervall (sekundites) @@ -2032,7 +2032,7 @@ pageTaskEdit.taskState=Ülesande olek pageTaskEdit.threadAction=Lõime tegevus pageTaskEdit.threadStop=Tegevus lõime peatumisel pageTaskEdit.tightlyBound=Tihedalt seotud -pageTaskEdit.title.edit=Details for '{0}' +pageTaskEdit.title.edit='{0}' üksikasjad PageTaskEdit.title=Ülesande üksikasjad PageTaskEdit.title.wfOperation=Muuda toimingu üksikasju PageTaskEdit.title.wfRequest=Kinnitustaotluse üksikasjad @@ -2054,8 +2054,8 @@ pageTask.objectClass=Objektiklass pageTask.objectRef=Ressursi nimi pageTask.options=Valikud pageTask.recurring=Korduv ülesanne -pageTask.runUntilNodeDown.error1=Ühilduvad andmed 'Tegevus lõime peatumisel' jaoks on\: Sulge, Peata -pageTask.runUntilNodeDown.error2=Ühilduvad andmed 'Tegevus lõime peatumisel' jaoks on\: Taaskäivita, Ajasta uuesti +pageTask.runUntilNodeDown.error1=Ühilduvad andmed 'Tegevus lõime peatumisel' jaoks on\\: Sulge, Peata +pageTask.runUntilNodeDown.error2=Ühilduvad andmed 'Tegevus lõime peatumisel' jaoks on\\: Taaskäivita, Ajasta uuesti pageTask.runUntilNodeDown=Käivitub sõlme mahakukkumiseni pageTasks.alreadyPassed=juba möödunud pageTasks.alreadyPassedForNotRunningTasks=(juba möödunud) @@ -2152,8 +2152,8 @@ pageTasks.task.status=Olek PageTasks.title=Ülesanded pageTasks.unknownRefName=Tundmatu objekt pageTask.threadStop=Tegevus lõime peatumisel -pageTask.title.edit=Details for '{0}' -pageTask.type=Tüüp\: +pageTask.title.edit='{0}' üksikasjad +pageTask.type=Tüüp\\: page.title.edit={0} page.title.editResource=Redigeeri ressurssi pageUser.accounts=Kontod @@ -2184,8 +2184,8 @@ pageUser.message.cantEditUser=Ei saanud laadida kasutaja redigeerimiseks vormi. pageUser.message.cantNewUser=Ei saanud laadida uue kasutaja jaoks vormi. pageUser.message.cantSubmitUser=Ei õnnestu saata kasutajat esitamiseks pageUser.message.cantUpdateUser=Kasutaja uuendamine nurjus -pageUser.message.couldntAssignObject=Ei saa omistada objekti '{0}', põhjus\: {1}. -pageUser.message.couldntCreateAccount=Couldn't create account form for '{0}', reason\: {1}. +pageUser.message.couldntAssignObject=Ei saa omistada objekti '{0}', põhjus\\: {1}. +pageUser.message.couldntCreateAccount=Couldn't create account form for '{0}', reason\\: {1}. pageUser.message.couldntCreateAccountNoSchema=Ei õnnestu luua konto vormi '{0}' jaoks, kuna puudub täpne skeem. Tõenäoliselt võib probleem olla konnektori konfiguratsioonis ja/või ühenduses. Lisateabe saamiseks kontrolli palun logisid. pageUser.message.deleteAccountConfirm=Kas soovid kindlasti kustutada {0} konto(t)? pageUser.message.deleteAssignmentConfirm=Kas soovid tõesti kustutada {0} omistust? @@ -2261,26 +2261,26 @@ pageWorkItem.objectNew.description=Objekt peale väljapakutud muudatust pageWorkItem.objectOld.description=Objekt enne muudatust pageWorkItem.options=Valikud pageWorkItem.requestCommon.description=Üldine teave taotluse kohta -pageWorkItem.requestedBy=Taotleja\: -pageWorkItem.requestedOn=Taotlemise kuupäev\: +pageWorkItem.requestedBy=Taotleja\\: +pageWorkItem.requestedOn=Taotlemise kuupäev\\: pageWorkItem.requester.description=Taotleja pageWorkItem.requestSpecific.description=Sinu otsus -workItemPanel.originallyAllocatedTo=Algselt eraldatud kasutajale\: -workItemPanel.currentlyAllocatedTo=Hetkel eraldatud kasutajale\: -workItemPanel.candidateActors=Teostaja kandidaadid\: -workItemPanel.stage=Kinnitusetapp\: -workItemPanel.escalationLevel=Laiendustase\: -workItemPanel.requesterComment=Taotleja kommentaar\: +workItemPanel.originallyAllocatedTo=Algselt eraldatud kasutajale\\: +workItemPanel.currentlyAllocatedTo=Hetkel eraldatud kasutajale\\: +workItemPanel.candidateActors=Teostaja kandidaadid\\: +workItemPanel.stage=Kinnitusetapp\\: +workItemPanel.escalationLevel=Laiendustase\\: +workItemPanel.requesterComment=Taotleja kommentaar\\: workItemPanel.delta=Kinnitatav delta workItemPanel.mainInfo=Põhiteave workItemPanel.options=Valikud -workItemPanel.requestedBy=Taotleja\: -workItemPanel.requestedOn=Taotlemise kuupäev\: -workItemPanel.workItemCreatedOn=See tööüksus on loodud\: -workItemPanel.workItemDeadline=Tähtaeg\: +workItemPanel.requestedBy=Taotleja\\: +workItemPanel.requestedOn=Taotlemise kuupäev\\: +workItemPanel.workItemCreatedOn=See tööüksus on loodud\\: +workItemPanel.workItemDeadline=Tähtaeg\\: workItemPanel.requester.description=Taotleja workItemPanel.subTitle=tööüksuse üksikasjad -workItemPanel.title=Tegemata tööd\: +workItemPanel.title=Tegemata tööd\\: workItemPanel.changesToBeApproved=Kinnitatavad muudatused workItemPanel.additionalAttributes=Lisaatribuudid workItemPanel.approvalHistory=Selle taotluse kinnituste ajalugu @@ -2297,7 +2297,7 @@ workItemPanel.otherWorkItems=Selle taotluse teised tööüksused workItemPanel.requests=Taotlused workItemPanel.relatedRequests=Seonduvad taotlused workItemPanel.approverComment=Kinnitaja kommentaar -workItemPanel.approverInstruction=Approver instruction +workItemPanel.approverInstruction=Kinnitaja juhis pageWorkItems.button.approve=Kinnita pageWorkItems.button.claim=Võta endale pageWorkItems.button.reject=Lükka tagasi @@ -2312,10 +2312,10 @@ PageWorkItemsAll.title=Kõik tööüksused PageWorkItemsAllocatedToMe.title=Minule eraldatud tööüksused PageWorkItem.title=Tööüksuse üksikasjad PageWorkItem.subTitle=tööüksuse üksikasjad -pageWorkItem.title=Tegemata tööd\: +pageWorkItem.title=Tegemata tööd\\: pageWorkItem.trackingData.description=Jälgimisandmed (diagnostilised) pageWorkItem.trackingData=Jälgimisandmed -pageWorkItem.workItemCreatedOn=See tööüksus on loodud\: +pageWorkItem.workItemCreatedOn=See tööüksus on loodud\\: passwordPanel.error=Paroolid ei ühti. passwordPanel.passwordChange=Muuda passwordPanel.passwordRemove=Eemalda @@ -2356,20 +2356,20 @@ prismPropertyPanel.name.credentials.password=Parool prismPropertyPanel.required=Nõutav prismValuePanel.add=Lisa prismValuePanel.delete=Kustuta -prismValuePanel.message.association.attributes=Atribuudid\: -processInstancePanel.details=Muu teave\: -processInstancePanel.finished=Finished\: +prismValuePanel.message.association.attributes=Atribuudid\\: +processInstancePanel.details=Muu teave\\: +processInstancePanel.finished=Lõpetatud\\: processInstancePanel.message.cantGetDetails=Ei saanud hankida protsessi eksemplari üksikasju. processInstancePanel.message.noTasks=puudub -processInstancePanel.name=Protsessi eksemplari nimi\: -processInstancePanel.pid=Eksemplari ID\: -processInstancePanel.started=Started\: +processInstancePanel.name=Protsessi eksemplari nimi\\: +processInstancePanel.pid=Eksemplari ID\\: +processInstancePanel.started=Algas\\: processInstancePanel.taskAlreadyRemoved=(oli juba eemaldatud) -processInstancePanel.task=System task\: -processInstancePanel.tasks=Hetkel aktiivsed tööüksused\: -processInstancePanel.title.edit=Details for '{0}' +processInstancePanel.task=Süsteemitegum:\\ +processInstancePanel.tasks=Hetkel aktiivsed tööüksused\\: +processInstancePanel.title.edit='{0}' üksikasjad ProfilingLevel.ARGUMENTS=Argumendid -ProfilingLevel.ENTRY_EXIT=Entry/Exit +ProfilingLevel.ENTRY_EXIT=Sisenemine/väljumine ProfilingLevel.OFF=Väljas ProgressPanel.ExecutionTimeWhenFinished=Toiming võttis aega {0} millisekundit. ProgressPanel.ExecutionTimeWhenRunning=Toimingut on teostatud {0} sekund(it). @@ -2401,7 +2401,7 @@ ProvisioningStatistics.UpdateFailure=Tõrge ProvisioningStatistics.UpdateSuccess=Uuenda OK QNameEditor.label.localPart=Kohaliku osa nimi QNameEditor.label.namespace=Nimeruum -QNameEditor.tooltip.attribute=TODO\: QNameEditor.tooltip.attribute +QNameEditor.tooltip.attribute=TODO\\: QNameEditor.tooltip.attribute QNameEditor.tooltip.localPart=QName kohalik osa QNameEditor.tooltip.namespace=QName nimeruum RangeValidator.range=Väli '${label}' peab olema vahemikus ${minimum} ja ${maximum}. @@ -2429,7 +2429,7 @@ ResourceAssociationEditor.label.associationAttribute=Seose atribuut ResourceAssociationEditor.label.description=Kirjeldus ResourceAssociationEditor.label.direction=Suund ResourceAssociationEditor.label.displayName=Kuvatav nimi -ResourceAssociationEditor.label.edit=Edit association +ResourceAssociationEditor.label.edit=Redigeeri seost ResourceAssociationEditor.label.exclusiveStrong=Ainult tugev ResourceAssociationEditor.label.explicitRefIntegrity=Otsene viitamisterviklus ResourceAssociationEditor.label.fetchStrategy=Toomise strateegia @@ -2457,7 +2457,7 @@ ResourceAttributeEditor.label.inbound=Sissetulevad vastendused ResourceAttributeEditor.label.intolerantVP=Mittesalliv muster ResourceAttributeEditor.label.limitations=Piirangud ResourceAttributeEditor.label.matchingRule=Vastavusreegel -ResourceAttributeEditor.label.unknownMatchingRule=Tundmatu vastavusreegel\: {0} +ResourceAttributeEditor.label.unknownMatchingRule=Tundmatu vastavusreegel: {0} ResourceAttributeEditor.label.new=Loo uus atribuut ResourceAttributeEditor.label.outbound=Väljaminevad vastendused ResourceAttributeEditor.label.reference=Atribuut @@ -2517,12 +2517,12 @@ ResourceWizard.expression.tooltip.expression=XML-kujul avaldis. See on tegelik a ResourceWizard.expression.tooltip.language=Programmeerimiskeel, milles avaldise skript on kirjutatud. ResourceWizard.expression.tooltip.policyRef=Viide väärtuspoliitika objektile. Määratletud väärtuspoliitikat kasutatakse mallina väärtuse genereerimisel. ResourceWizard.expression.tooltip.type=Avaldise tüüp. See määratleb, kas avaldis on skript, väärtusgeneraator või midagi muud. -ResourceWizard.help.capabilityStep=

Ressursi võimalused on asjad, mida see ressurss saab teha. Ressursid pole võrdsed oma võimaluste poolest. Näiteks võib üks ressurss toetada kasutajakonto aktiveerimist (kontode lubamist ja keelamist) kuid teine ei pruugi seda toetada. Üks ressurss võib pakkuda lugemise ja kirjutamise juurdepääsu, samas kui teine toetab ainult lugemist. Üks ressurss võib toetada reaalajas sünkroniseerimist, samas kui teine seda ei toeta. Võimalused määratlevad, milliseid võimalusi ressurss toetab, et süsteem saaks nendele vastavalt toimida.

Kõiki võimalusi saab keelata (so välja lülitada). Kui võimalus on keelatud, ei kasuta süsteem konnektori ja ressursi seda osa. Harilikult keelatakse võimalusi siis kui need on vigased. Näiteks kui konnektoris või ressursis on viga, võib seda vältida kui sobiv võimalus ära keelata. Ent võimalusi võib ka keelata administreerimise eesmärgil. Näiteks keelates Loo, Uuenda ja Kustuta võimalused muudab see ressursi põhimõtteliselt kirjutuskaitstuks.

Mõningaid võimalusi on võimalik simuleerida. See tähendab, et süsteem võib teeselda, et see ressurss omab teatud võimalust, kuigi tal see puudub. Näiteks saab simuleerida aktiveerimise võimalust, seades konto kindla atribuudi spetsiifilisele väärtusele, et konto keelata. Sellised simuleeritud võimalused nõuavad harilikult mõningat seadistamist. Seda võib samuti seadistada antud lehel.

Lisateavet võib lugeda ressursi võimaluste vikileheküljelt. +ResourceWizard.help.capabilityStep=

Ressursi võimalused on asjad, mida see ressurss saab teha. Ressursid pole võrdsed oma võimaluste poolest. Näiteks võib üks ressurss toetada kasutajakonto aktiveerimist (kontode lubamist ja keelamist) kuid teine ei pruugi seda toetada. Üks ressurss võib pakkuda lugemise ja kirjutamise juurdepääsu, samas kui teine toetab ainult lugemist. Üks ressurss võib toetada reaalajas sünkroniseerimist, samas kui teine seda ei toeta. Võimalused määratlevad, milliseid võimalusi ressurss toetab, et süsteem saaks nendele vastavalt toimida.

Kõiki võimalusi saab keelata (so välja lülitada). Kui võimalus on keelatud, ei kasuta süsteem konnektori ja ressursi seda osa. Harilikult keelatakse võimalusi siis kui need on vigased. Näiteks kui konnektoris või ressursis on viga, võib seda vältida kui sobiv võimalus ära keelata. Ent võimalusi võib ka keelata administreerimise eesmärgil. Näiteks keelates Loo, Uuenda ja Kustuta võimalused muudab see ressursi põhimõtteliselt kirjutuskaitstuks.

Mõningaid võimalusi on võimalik simuleerida. See tähendab, et süsteem võib teeselda, et see ressurss omab teatud võimalust, kuigi tal see puudub. Näiteks saab simuleerida aktiveerimise võimalust, seades konto kindla atribuudi spetsiifilisele väärtusele, et konto keelata. Sellised simuleeritud võimalused nõuavad harilikult mõningat seadistamist. Seda võib samuti seadistada antud lehel.

Lisateavet võib lugeda ressursi võimaluste vikileheküljelt. ResourceWizard.help.configurationStep=

Sellel nõustamise sammul seadistatakse mõned konnektori konfiguratsiooni parameetrid. Enamasti määratlevad need võrguühenduse parameetrid, mida kasutatakse ressursi poole pöördumisel, näiteks hosti nimi ja pordi numbrid. Samuti saab siin määratleda täiendavaid konnektori parameetreid, nagu toimingute ajalõpud ja ühendusepargi konfiguratsioon.

Need konnektori konfiguratsiooni parameetrid on iga konnektori puhul erinevad. Konfiguratsiooni parameetrite kogumi määratleb konnektori konfiguratsiooni skeem. Seetõttu sõltub selle lehekülje sisu konnektori tüübist, mis eelmisel sammul valiti.

-ResourceWizard.help.nameStep=

Sellel nõustamise sammul määratletakse mõned ressursi üldparameetrid. Siin on võimalik seadistada resursi nimi ja selle kirjeldus. Konnektori nimi on kohustuslik ja see peab olema unikaalne. Samuti tuleb määratleda konnektor, mille vahendusel ressursi poole pöördutakse. Konnektorid asuvad konnektorhostides. Kui konnektorhosti väli on jäetud tühjaks, kasutatakse süsteemi eksemplaris olevaid konnektoreid.

Ressursi konfigureerimise põhjalikum seletus on näha ressursi konfigureerimise vikileheküljel.

-ResourceWizard.help.schemaHandlingStep=

Antud sammul seadistatakse ressursi skeemi käsitsemise konfiguratsioon Siin lehel näha olev konfiguratsioon ütleb süsteemile mida teha ressursiobjektide klasside ja atribuutidega. See sisaldab kasutaja atribuutide ja konto atribuutide vaheliste vastenduste konfiguratsiooni, konto tüüpide, gruppide, varustamise sõltuvuste ja parooli vastendamise konfiguratsiooni, jne.

Konfiguratsioon on grupeeritud objektitüüpide kaupa. Iga objektitüüp defineerib mingi kindla kontotüübi, õigusetüübi, OU, jms käitumise. Objektitüüp on liigi and kavatsuse kordumatult määratletud kombinatsioon. Liik sätestab, mis liiki objekt see on\:

  • liik\=konto tähendab, et objekt on kasutajakonto, so see esindab kasutajat.
  • liik\=õigus rakendatakse gruppidele, rollidele, privileegidele, pääsuloenditele ja teistele sarnastele objektidele, mida saab kasutajakontodega seostada ja mis annavad kontole õiguseid või juurdepääse.
  • liik\=üldine kehtib ülejäänud objektidele, nagu organisatsiooniüksused (OU-d), domeenid jne.
Kavatsus on tavaline tekstistring, mida saab kasutada, et eristada erinevaid objektitüüpe. Näiteks saab seda kasutada, et defineerida mitmeid kasutajakonto tüüpe, nt "tavakasutaja konto" "administraatori konto" "testimise konto" jne. Vaata lisateavet liik kavatsus ja objektiklass vikileheküljelt.

Lisateavet skeemi käsitsemise konfiguratsiooni kohta võib lugeda ressursi skeemi käsitsemise vikileheküljel. -ResourceWizard.help.schemaStep=

Sellel lehel on näha ressursi skeem. Ressursi skeem määratleb objektiklassid, mida see konnektor saab hallata, so kontod, grupid, organisatsiooniüksused jne. Skeem defineerib iga objektiklassi jaoks atribuutide hulga. Skeem kuvatakse siin kirjutuskaitstult, et sa saaksid seda uurida ja viia end kurssi andmemudeliga, mida ressurss pakub.

Sellel lehel esitatud ressursi skeem saadakse tavaliselt ressursist ja süsteem genereerib selle automaatselt. Ressursi skeem määratleb, mida ressurss saab teha, see tähendab, millised objektiklassid see defineerib ja milliseid atribuute kasutatakse objektiklassides. Seepärast on skeem kirjutuskaitstud. See ei ole konfiguratsioon. See ei määratle kuidas süsteem kasutab objektiklasse ja atribuute. Seda seadistatakse nõustaja järgmistel sammudel.

Ressursi skeemi mõistete üksikasjalikumat seletust saab lugeda ressursi skeemi vikileheküljel.

-ResourceWizard.help.synchronizationStep=

Sünkimise konfiguratsioon määratleb, kuidas identiteedihaldur reageerib, leides, et ressursiobjekt on muutunud. Näiteks määratleb see, kuidas süsteem reageerib, kui leitakse uus kasutajakonto, kui leitakse, et grupp, mis peaks eksisteerima on tegelikult kustutatud ja nõnda edasi. Tavaliselt pole vahet, kuidas süsteem muudatuse avastab. Reageering on tavaliselt sama (kuigi võimalikud on erandid kui kasutada kanali määratlemist). Seetõttu siin konfigureeritud poliitika kehtib tavaliselt otsesünkimise, lepitamise, importimise, avastamise (ühtsuse mehhanism) ja tõenäoliselt ka teiste tulevikus loodavate mehhanismide jaoks.

Lisateavet võib lugeda Sünkimise konfiguratsiooni vikileheküljelt. +ResourceWizard.help.nameStep=

Sellel nõustamise sammul määratletakse mõned ressursi üldparameetrid. Siin on võimalik seadistada ressursi nimi ja selle kirjeldus. Konnektori nimi on kohustuslik ja see peab olema unikaalne. Samuti tuleb määratleda konnektor, mille vahendusel ressursi poole pöördutakse. Konnektorid asuvad konnektorhostides. Kui konnektorhosti väli on jäetud tühjaks, kasutatakse süsteemi eksemplaris olevaid konnektoreid.

Ressursi konfigureerimise põhjalikum seletus on näha ressursi konfigureerimise vikileheküljel.

+ResourceWizard.help.schemaHandlingStep=

Antud sammul seadistatakse ressursi skeemi käsitsemise konfiguratsioon. Siin lehel näha olev konfiguratsioon ütleb süsteemile mida teha ressursiobjektide klasside ja atribuutidega. See sisaldab kasutaja atribuutide ja konto atribuutide vaheliste vastenduste konfiguratsiooni, konto tüüpide, gruppide, varustamise sõltuvuste ja parooli vastendamise konfiguratsiooni, jne.

Konfiguratsioon on grupeeritud objektitüüpide kaupa. Iga objektitüüp defineerib mingi kindla kontotüübi, õigusetüübi, OU, jms käitumise. Objektitüüp on liigi ja kavatsusekordumatult määratletud kombinatsioon. Liik sätestab, mis liiki objekt see on\\:

  • liik\\=konto tähendab, et objekt on kasutajakonto, so see esindab kasutajat.
  • liik\\=õigus rakendatakse gruppidele, rollidele, privileegidele, pääsuloenditele ja teistele sarnastele objektidele, mida saab kasutajakontodega seostada ja mis annavad kontole õiguseid või juurdepääse.
  • liik\\=üldine kehtib ülejäänud objektidele, nagu organisatsiooniüksused (OU-d), domeenid jne.
Kavatsus on tavaline tekstistring, mida saab kasutada, et eristada erinevaid objektitüüpe. Näiteks saab seda kasutada, et defineerida mitmeid kasutajakonto tüüpe, nt "tavakasutaja konto" "administraatori konto" "testimise konto" jne. Vaata lisateavet liik kavatsus ja objektiklass vikileheküljelt.

Lisateavet skeemi käsitsemise konfiguratsiooni kohta võib lugeda ressursi skeemi käsitsemise vikileheküljel. +ResourceWizard.help.schemaStep=

Sellel lehel on näha ressursi skeem. Ressursi skeem määratleb objektiklassid, mida see konnektor saab hallata, so kontod, grupid, organisatsiooniüksused jne. Skeem defineerib iga objektiklassi jaoks atribuutide hulga. Skeem kuvatakse siin kirjutuskaitstult, et sa saaksid seda uurida ja viia end kurssi andmemudeliga, mida ressurss pakub.

Sellel lehel esitatud ressursi skeem saadakse tavaliselt ressursist ja süsteem genereerib selle automaatselt. Ressursi skeem määratleb, mida ressurss saab teha, see tähendab, millised objektiklassid see defineerib ja milliseid atribuute kasutatakse objektiklassides. Seepärast on skeem kirjutuskaitstud. Seeei ole konfiguratsioon. See ei määratle, kuidas süsteem kasutab objektiklasse ja atribuute. Seda seadistatakse nõustaja järgmistel sammudel.

Ressursi skeemi mõistete üksikasjalikumat seletust saab lugeda ressursi skeemi vikileheküljel.

+ResourceWizard.help.synchronizationStep=

Sünkimise konfiguratsioon määratleb, kuidas identiteedihaldur reageerib, leides, et ressursiobjekt on muutunud. Näiteks määratleb see, kuidas süsteem reageerib, kui leitakse uus kasutajakonto, kui leitakse, et grupp, mis peaks eksisteerima on tegelikult kustutatud ja nõnda edasi. Tavaliselt pole vahet, kuidas süsteem muudatuse avastab. Reageering on tavaliselt sama (kuigi võimalikud on erandid kui kasutada kanali määratlemist). Seetõttu siin konfigureeritud poliitika kehtib tavaliselt otsesünkimise, lepitamise, importimise, avastamise (ühtsuse mehhanism) ja tõenäoliselt ka teiste tulevikus loodavate mehhanismide jaoks.

Lisateavet võib lugeda sünkimise konfiguratsiooni vikileheküljelt. ResourceWizard.saveAndVisualize=Salvesta ja visualiseeri ResourceWizard.visualize=Visualiseeri runReportPopupContent.button.run=Käivita aruanne @@ -2549,18 +2549,19 @@ runReportPopupContent.param.name.role=Roll runReportPopupContent.param.name.roleOids=Rollid runReportPopupContent.param.name.users=Kasutajad runReportPopupContent.param.name.stageNumber=Etapi number (vaikimisi võetakse kõik etapid) +runReportPopupContent.param.name.referencedRolesNames=Viidatud rollid RunReportPopupPanel.title=Aruande konfigureerimine enne käivitamist -runUntilNodeDown.error1=Ühilduvad andmed 'Tegevus lõime peatumisel' jaoks on\: Sulge, Peata -runUntilNodeDown.error2=Ühilduvad andmed 'Tegevus lõime peatumisel' jaoks on\: Taaskäivita, Ajasta uuesti -SchemaHandlingStep.activation.tooltip.fetchStrategy=Kuidas tuua atribuut kui seda on vaja. Kaudne\: atribuut tagastatakse vaikimisi, seda pole vaja pärida; Otsene\: atribuuti vaikimisi ei tagastata, seda tuleb alati eraldi pärida. +runUntilNodeDown.error1=Ühilduvad andmed 'Tegevus lõime peatumisel' jaoks on\\: Sulge, Peata +runUntilNodeDown.error2=Ühilduvad andmed 'Tegevus lõime peatumisel' jaoks on\\: Taaskäivita, Ajasta uuesti +SchemaHandlingStep.activation.tooltip.fetchStrategy=Kuidas tuua atribuut kui seda on vaja. Kaudne\\: atribuut tagastatakse vaikimisi, seda pole vaja pärida; Otsene\\: atribuuti vaikimisi ei tagastata, seda tuleb alati eraldi pärida. SchemaHandlingStep.activation.tooltip.inbound=Sissetulevad vastendused vastendavad ressursi väärtused (harilikult konto) identiteedihalduriga (harilikult kasutaja). SchemaHandlingStep.activation.tooltip.outbound=Väljaminevad vastendused vastendavad identiteedihalduri väärtused (harilikult kasutaja) ressursiga (harilikult konto). SchemaHandlingStep.association.label.associationName=Seose nimi SchemaHandlingStep.association.label.associationNamespace=Nimeruum SchemaHandlingStep.association.tooltip.associationAttribute=Seost "hoidva" atribuudi nimi. See tähendab, atribuut, mis sisaldab seostatud objekti identifikaatorit. Selleks atribuudiks on tavaliselt "member", "groups", "roles", jms. Subjekt-objekt seostes on see subjekti atribuut (nt konto atribuut "groups"). Objekt-subjekt seostes on see objekti atribuut (nt grupi atribuut "members"). -SchemaHandlingStep.association.tooltip.associationLocalPart=TODO\: SchemaHandlingStep.association.tooltip.associationLocalPart -SchemaHandlingStep.association.tooltip.associationNamespace=TODO\: SchemaHandlingStep.association.tooltip.associationNamespace -SchemaHandlingStep.association.tooltip.direction=Määratleb seose suuna. Objekt-subjekt\: Objekt (nt grupp) omab atribuuti, mis sisaldab subjekti (nt kasutajakonto) identifikaatorit; Subjekt-objekt\: Subjekt (nt kasutajakonto) omab atribuuti, mis sisaldab objekti (nt grupp) identifikaatorit. +SchemaHandlingStep.association.tooltip.associationLocalPart=TODO\\: SchemaHandlingStep.association.tooltip.associationLocalPart +SchemaHandlingStep.association.tooltip.associationNamespace=TODO\\: SchemaHandlingStep.association.tooltip.associationNamespace +SchemaHandlingStep.association.tooltip.direction=Määratleb seose suuna. Objekt-subjekt\\: Objekt (nt grupp) omab atribuuti, mis sisaldab subjekti (nt kasutajakonto) identifikaatorit; Subjekt-objekt\\: Subjekt (nt kasutajakonto) omab atribuuti, mis sisaldab objekti (nt grupp) identifikaatorit. SchemaHandlingStep.association.tooltip.explicitRefIntegrity=Otsene viitamisterviklus. Kui see on väär siis eeldab süsteem, et see ressurss teostab viitamisterviklust. Nt süsteem eeldab, et see ressurss uuendab automaatselt seose identifikaatoreid kui konto nimetatakse ümber ja süsteem ei pea midagi tegema. Tõese väärtuse korral teostab süsteem otsest viitamisterviklust. Sellisel juhul uuendab süsteem seose atribuudid kui konto nimetatakse ümber. SchemaHandlingStep.association.tooltip.intent=Seose sihtmärgi objektitüübi kavatsus. Sihtmärgi liik ja kavatsus määratlevad objektitüübi, mis on seose sihtmärgiks, nt grupp, privileeg, roll, jne. SchemaHandlingStep.association.tooltip.kind=Seose sihtmärgi objektitüübi liik. See on tavaliselt "õigus". Sihtmärgi liik ja kavatsus määratlevad objektitüübi, mis on seose sihtmärgiks, nt grupp, privileeg, roll, jne. @@ -2568,10 +2569,10 @@ SchemaHandlingStep.association.tooltip.valueAttribute=Atribuudi nimi, mis on seo SchemaHandlingStep.attribute.label.attributeName=Atribuudi nimi SchemaHandlingStep.attribute.label.attributeNamespace=Atribuudi nimeruum SchemaHandlingStep.attribute.tooltip.allow=Kui on valitud, võimaldab see määratleda atribuudi, mis puudub algses ressursiskeemis. Seda saab kasutada, et parandada vigaseid konnektoreid, mis ei paku täielikku ressursiskeemi, mis peidavad mõningaid atribuute, jne. -SchemaHandlingStep.attribute.tooltip.attributeLocalPart=TODO\: SchemaHandlingStep.attribute.tooltip.attributeLocalPart -SchemaHandlingStep.attribute.tooltip.attributeNamespace=TODO\: SchemaHandlingStep.attribute.tooltip.attributeNamespace +SchemaHandlingStep.attribute.tooltip.attributeLocalPart=TODO\\: SchemaHandlingStep.attribute.tooltip.attributeLocalPart +SchemaHandlingStep.attribute.tooltip.attributeNamespace=TODO\\: SchemaHandlingStep.attribute.tooltip.attributeNamespace SchemaHandlingStep.attribute.tooltip.exclusiveStrong=Väärtuse väär korral kasutatakse lõpliku väärtuste hulga loomiseks nii tugevate kui normaalsete vastenduste väärtuseid. Väärtuse tõene korral kasutatakse ainult tugevaid väärtuseid juhul kui leidub vähemalt üks tugev vastendus. Kui ühtegi tugevat vastendust ei ole siis kasutatakse normaalseid väärtuseid. -SchemaHandlingStep.attribute.tooltip.fetchStrategy=Kuidas tuua atribuut kui seda on vaja. Kaudne\: atribuut tagastatakse vaikimisi, seda pole vaja pärida; Otsene\: atribuuti vaikimisi ei tagastata, seda tuleb alati eraldi pärida. +SchemaHandlingStep.attribute.tooltip.fetchStrategy=Kuidas tuua atribuut kui seda on vaja. Kaudne\\: atribuut tagastatakse vaikimisi, seda pole vaja pärida; Otsene\\: atribuuti vaikimisi ei tagastata, seda tuleb alati eraldi pärida. SchemaHandlingStep.attribute.tooltip.inbound=Sissetulevad vastendused vastendavad ressursi väärtused (harilikult konto) süsteemiga (harilikult kasutaja). SchemaHandlingStep.attribute.tooltip.intolerantVP=Selle mustriga ühtivat väärtust EI sallita. See tähendab, et see kustutatakse atribuudi väärtusest isegi juhul kui see ei osutu süsteemse töötluse (vastenduse) tulemuseks. SchemaHandlingStep.attribute.tooltip.limitations=Määratle atribuuri piirangud nagu arvukus, selle lugemise või kirjutamise võimalus, jne. @@ -2581,7 +2582,7 @@ SchemaHandlingStep.attribute.tooltip.reference=Konfigureeritava atribuudi nimi. SchemaHandlingStep.attribute.tooltip.tolerant=Sallivad atribuudid sallivad väärtuseid mis on seatud väljaspool süsteemi. Mittesallivad atribuudid lubavad ainult väärtuseid, mis on määratletud süsteemis (nt ressursiga või rolliomistusega). SchemaHandlingStep.attribute.tooltip.tolerantVP=Selle mustriga ühtivat väärtust sallitakse. See tähendab, et see jääb atribuudi väärtuseks isegi juhul kui see ei osutu süsteemse töötluse (vastenduste) tulemuseks. SchemaHandlingStep.button.add=Lisa objektitüüp -SchemaHandlingStep.credentials.tooltip.fetchStrategy=Kuidas tuua identimisteabe väärtuseid kui seda on vaja. Kaudne\: väärtus tagastatakse vaikimisi, seda pole vaja pärida; Otsene\: väärtust vaikimisi ei tagastata, seda tuleb alati eraldi pärida. +SchemaHandlingStep.credentials.tooltip.fetchStrategy=Kuidas tuua identimisteabe väärtuseid kui seda on vaja. Kaudne\\: väärtus tagastatakse vaikimisi, seda pole vaja pärida; Otsene\\: väärtust vaikimisi ei tagastata, seda tuleb alati eraldi pärida. SchemaHandlingStep.credentials.tooltip.inbound=Sissetulevad vastendused vastendavad ressursi väärtused (harilikult konto) süsteemiga (harilikult kasutaja). SchemaHandlingStep.credentials.tooltip.outbound=Väljaminevad vastendused vastendavad süsteemi väärtused (harilikult kasutaja) ressursiga (harilikult konto). SchemaHandlingStep.credentials.tooltip.passwordPolicyRef=Sellele identimisteabele rakendatav paroolipoliitika. See seadistus kirjutab üle teised seadstused, nt süsteemi konfiguratsioonis määratletud vaikimisi paroolipoliitika. Kui siin ei ole paroolipoliitikat määratletud, kasutatakse tavalist vaikepoliitikat. @@ -2589,10 +2590,10 @@ SchemaHandlingStep.dependency.tooltip.intent=Objekti kavatsus, millest me sõltu SchemaHandlingStep.dependency.tooltip.kind=Objekti liik, millest me sõltume. SchemaHandlingStep.dependency.tooltip.order=Tavaliselt null. Siin saab sisestada täisarvu, mis määratleb sõltuvuste järjestuse, mis moodustavad ringi ja mida muud moodi ei saa lahendada (teise nimega kõrgemat järku sõltuvused). SchemaHandlingStep.dependency.tooltip.resourceRef=Ressurss, millest me sõltume. -SchemaHandlingStep.dependency.tooltip.strictness=Määratleb, kui rangelt sõltuvus lahendatakse. Hooletu\: kui sõltuvust ei leidu siis jätka nagu tavaliselt (kasutatakse ainult tegevuse järjestamise kehtestamiseks); Nõrk\: keeldu toimingut tegemast enne kui sõltuvust pole esmalt proovitud, kuid kui see ebaõnnestub siis jätka igal juhul; Range\: jätka anult siis kui sõltuvust on esmalt proovitud ja see õnnestub. +SchemaHandlingStep.dependency.tooltip.strictness=Määratleb, kui rangelt sõltuvus lahendatakse. Hooletu\\: kui sõltuvust ei leidu siis jätka nagu tavaliselt (kasutatakse ainult tegevuse järjestamise kehtestamiseks); Nõrk\\: keeldu toimingut tegemast enne kui sõltuvust pole esmalt proovitud, kuid kui see ebaõnnestub siis jätka igal juhul; Range\\: jätka ainult siis kui sõltuvust on esmalt proovitud ja see õnnestub. SchemaHandlingStep.iteration.tooltip.maxIteration=Maksimaalne proovitavate iteratsioonide arv. Toiming lõpeb tõrkega kui edutult on proovitud maksimaalne arv iteratsioone. -SchemaHandlingStep.iteration.tooltip.returnMultiplicity=TODO\: SchemaHandlingStep.iteration.tooltip.returnMultiplicity -SchemaHandlingStep.iteration.tooltip.variable=TODO\: SchemaHandlingStep.iteration.tooltip.variable +SchemaHandlingStep.iteration.tooltip.returnMultiplicity=TODO\\: SchemaHandlingStep.iteration.tooltip.returnMultiplicity +SchemaHandlingStep.iteration.tooltip.variable=TODO\\: SchemaHandlingStep.iteration.tooltip.variable SchemaHandlingStep.label.activation=Aktiveerimine SchemaHandlingStep.label.assignmentPolicyRef=Omistuspoliitika SchemaHandlingStep.label.associations=Seosed @@ -2613,7 +2614,7 @@ SchemaHandlingStep.limitations.tooltip.ignore=Lipp, mis tähistab atribuudi eira SchemaHandlingStep.limitations.tooltip.layers=Süsteemi kihid millele see piirang kehtib. Mõnikord ei rakendu piirang võrdselt kõikidele kihtidele. Nt võib atribuut olla loetav ja kirjutatav kuid me soovime seda kasutajaliideses esitada ainult loetavana ning muuta seda ainult vastenduste kaudu. Sellisel juhul kehtib ainult loetav piirang üksnes "esitluse" kihile. SchemaHandlingStep.limitations.tooltip.maxOccurs=Maksimaalne arv atribuudi esinemisi. Väärtus üks tähendab ühe väärtusega atribuuti, väärtus "unbounded" tähendab mitme väärtusega atribuuti. Siin määratletud väärtus kirjutab üle ressursi skeemist võetud väärtuse. SchemaHandlingStep.limitations.tooltip.minOccurs=Minimaalne arv atribuudi esinemisi. Väärtus null tähendab valikulist atribuuti, väärtus üks tähendab kohustuslikku atribuuti. Siin määratletud väärtus kirjutab üle ressursi skeemist võetud väärtuse. -SchemaHandlingStep.limitations.tooltip.other=TODO\: REMOVE THIS TOOLTIP +SchemaHandlingStep.limitations.tooltip.other=TODO\\: REMOVE THIS TOOLTIP SchemaHandlingStep.limitations.tooltip.propertyAccess=Juurdepääsu tüüp, mis on lubatud või keelatud. SchemaHandlingStep.mapping.tooltip.authoritative=Autoriteetsed vastendused lisavad ja eemaldavad määratletud väärtuseid. Mitteautoriteetsed vastendused ainult lisavad väärtuse. Kui eemaldada näiteks autoriteetse vastendusega roll, siis eemaldatakse ka selle vastendusega loodud väärtus. Kui eemaldada mitteautoriteetse vastendusega roll, siis see väärtus jääb alles. SchemaHandlingStep.mapping.tooltip.channel=Piirab selle vastenduse kehtivust ainult kindla kanali puhul. Näiteks võib piirduda ainult muudatustega, mis tulevad otsesüngist, lepitamisest või kasutajaliidesest. Kui kanal on määratletud siis vastendust rakendatakse. Kui kanal puudub, siis vastendust ei rakendata. Kui määratletud pole ühtegi kanalit siis piirangud ei kehti ja vastendust rakendatakse kõikidele kanalitele. @@ -2630,30 +2631,30 @@ SchemaHandlingStep.mapping.tooltip.expressionValuePolicyRef=Viide väärtuspolii SchemaHandlingStep.mapping.tooltip.source=Vastenduse allikas. Vastendus reageerib muudatustele selle allikates. Allikate väärtused on sisendparameetriteks vastenduse sees olevale avaldisele. SchemaHandlingStep.mapping.tooltip.strength=Vastenduse rakendamise tugevus. Nõrgad vastendused rakendatakse ainult siis kui sihtmärgis puudub veel väärtus. Normaalsed vastendused rakendatakse ainult juhul kui allikas on muutunud. Tugevaid vastendusi rakendatakse alati. SchemaHandlingStep.mapping.tooltip.target=Vastenduse sihtmärk. Vastenduse poolt loodud väärtus rakendatakse vastenduse sihtmärgile. -SchemaHandlingStep.message.errorLoadingObjectTypeList=Ressursist ei õnnestu laadida objektiklasside loetelu. Viga\: +SchemaHandlingStep.message.errorLoadingObjectTypeList=Ressursist ei õnnestu laadida objektiklasside loetelu. Viga\\: SchemaHandlingStep.message.saveError=Ei saanud salvestada skeemi käsitsust, {0} SchemaHandlingStep.message.selectObjectClassAss=Enne ressursi seose loomist palun sisesta atribuut 'Objektiklass'. SchemaHandlingStep.message.selectObjectClassAttr=Palun sisesta enne ressursi atribuudi loomist atribuut 'Objektiklass'. -SchemaHandlingStep.message.validationError=Sisestatud objectClass väärtus\: '{0}' ei ole sobiv. Palun sisesta sobiv objectClass väärtus. -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.message.validationError=Sisestatud objectClass väärtus\\: '{0}' ei ole sobiv. Palun sisesta sobiv objectClass väärtus. +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.title=Skeemi käsitsemine SchemaHandlingStep.tooltip.activation=Määratleb, kuidas vastavusse seada aktiveerimise olekuid (lubatud/keelatud/arhiivitud) ja kuupäevi (kehtiv alates ja kuni). -SchemaHandlingStep.tooltip.assignmentPolicyRef=Omistuspoliitika määratleb, kui rangelt omistusi jõustatakse. Puudub\: omistusi ei jõustata üldse; Positiivne\: omistused ainult lisavad väärtuseid (ei kustutata kunagi); Suhteline\: edastatakse ainult muudatused, olemasolevad väärtused jäetakse nii nagu nad on; Täielik\: kõik on rangelt jõustatud (nii muudetud kui olemasolevad väärtused). +SchemaHandlingStep.tooltip.assignmentPolicyRef=Omistuspoliitika määratleb, kui rangelt omistusi jõustatakse. Puudub\\: omistusi ei jõustata üldse; Positiivne\\: omistused ainult lisavad väärtuseid (ei kustutata kunagi); Suhteline\\: edastatakse ainult muudatused, olemasolevad väärtused jäetakse nii nagu nad on; Täielik\\: kõik on rangelt jõustatud (nii muudetud kui olemasolevad väärtused). SchemaHandlingStep.tooltip.associations=Määratlused, kuidas õiguste seoseid käsitsetakse. SchemaHandlingStep.tooltip.attributes=Määratlused, kuidas atribuutidega ümber käiakse. Iga määratlus või omada sissetulevaid ja väljaminevaid vastendusi, atribuudi piiranguid, jne. SchemaHandlingStep.tooltip.credentials=Määratleb, kuidas käsitseda identimisteavet, näiteks paroole. SchemaHandlingStep.tooltip.default=Väärtuse true korral on see antud liigi vaikimisi definitsioon. See tähendab, et kui kavatsust pole eraldi määratletud, kasutatakse antud definitsiooni. SchemaHandlingStep.tooltip.dependency=Sõltuvused on objektitüübid mida tuleb töödelda enne kui antud objektitüüpi töödeldakse. See tähendab, antud objektitüüp sõltub nendest. Objektitüübid, millest see objektitüüp sõltub varustatakse enne seda objektitüüpi. Sõltuvusi kasutatakse järjestuse kehtestamiseks varustamise toimingutesse. -SchemaHandlingStep.tooltip.filterClause=TODO\: SchemaHandlingStep.tooltip.filterClause +SchemaHandlingStep.tooltip.filterClause=TODO\\: SchemaHandlingStep.tooltip.filterClause SchemaHandlingStep.tooltip.intent=Kavatsus määratleb, mida süsteem peaks objektiga tegema. Kavatsus sordib sama liiki objektid mitmesse kategooriasse. Süsteem võib käsitseda erineva kavatsusega objekte erinevalt. SchemaHandlingStep.tooltip.iteration=Atribuutidele, näiteks identifikaatoritele, iteratiivselt väärtuste leidmine. Identiteedihaldur üritab sellistele atribuutidele mitu korda leida kordumatut väärtust. SchemaHandlingStep.tooltip.kind=Liik määratleb, mis see objekt on - kas konto, õigus või midagi muud. SchemaHandlingStep.tooltip.objectClass=Skeemi objektiklass, mida kasutatakse sellise objektitüübiga eksemplaride loomiseks. SchemaHandlingStep.tooltip.protected=Antud objektitüüpi kaitstud eksemplaride määratlemine. Süsteem näeb küll kaitstud eksemplare kuid neid ei ole võimalik muuta. Kõik katsed neid muuta ebaõnnestuvad. Seda kasutatakse, et kaitsta hädaolukorra administreerimise kasutajakontosid, nagu "root" või "administrator". SchemaHandlingStep.duplicateObjectTypeWarning=Sama liik/kavatsusega {0} on veel määratlusi. -SchemaHandlingStep.in=in\: {0} +SchemaHandlingStep.in=in: {0} SchemaHandlingStep.out=out SchemaHandlingStep.dup=DUP {0} SchemaListPanel.attributes=Atribuudid @@ -2686,7 +2687,7 @@ SchemaStep.xml=XML SearchFilterPanel.button.update=Uuenda klauslit SearchFilterPanel.label.description=Kirjeldus SearchFilterPanel.label.filterClause=Filtriklausel -SearchFilterPanel.message.cantSerialize=Filtriklauslit ei õnnestu sõeluda. Palun sisesta korrektne avaldis. Põhjus\: {0} +SearchFilterPanel.message.cantSerialize=Filtriklauslit ei õnnestu sõeluda. Palun sisesta korrektne avaldis. Põhjus\\: {0} SearchFilterPanel.message.expressionSuccess=Filtriklausel on edukalt uuendatud. searchForm.filetype.null=Failitüüp searchForm.reportType.null=Aruandetüüp @@ -2708,8 +2709,8 @@ StandardLoggerType.EXPRESSION=Avaldis (c.e.m.common.expression.Expression) StandardLoggerType.MAPPING=Vastendus (c.e.m.common.mapping.Mapping) StandardLoggerType.PROJECTOR_DETAIL=Üksikasjalik projektor (c.e.m.model.impl.lens.projector) StandardLoggerType.PROJECTOR=Projektor (c.e.m.model.impl.lens.projector.Projector) -StandardLoggerType.SYNCHRONIZATION=Synchronization service (c.e.m.model.impl.sync.SynchronizationServiceImpl) -StandardLoggerType.AUTHORIZATION=Authorization (c.e.m.security.impl.SecurityEnforcerImpl) +StandardLoggerType.SYNCHRONIZATION=Sünkimisteenus (c.e.m.model.impl.sync.SynchronizationServiceImpl) +StandardLoggerType.AUTHORIZATION=Autoriseerimine (c.e.m.security.impl.SecurityEnforcerImpl) StandardLoggerType.SCRIPT_EXPRESSION=Skriptavaldis (c.e.m.common.expression.script.ScriptExpression) SubtasksPanel.label.category=Kategooria SubtasksPanel.label.detail=Detail @@ -2753,7 +2754,7 @@ ActionsExecutedInformationPanel.lastSuccessTimestamp=Aeg ActionsExecutedInformationPanel.failureCount=Arv (nurjumised) SynchronizationPolicyDecision.ADD=Lisa SynchronizationPolicyDecision.DELETE=Kustuta -SynchronizationPolicyDecision.KEEP=No change +SynchronizationPolicyDecision.KEEP=Muutusteta SynchronizationPolicyDecision.UNLINK=Katkesta link SynchronizationReactionEditor.label.action=Tegevus SynchronizationReactionEditor.label.channel=Kanal @@ -2772,7 +2773,7 @@ SynchronizationStep.label.condition=Tingimus SynchronizationStep.label.confirmation=Kinnitamine SynchronizationStep.label.correlation=Korrelatsioon SynchronizationStep.label.description=Kirjeldus -SynchronizationStep.label.editSyncObject=Edit '{0}' +SynchronizationStep.label.editSyncObject=Redigeeri '{0}' SynchronizationStep.label.enabled=Lubatud SynchronizationStep.label.focus=Fookus SynchronizationStep.label.intent=Kavatsus @@ -2787,7 +2788,7 @@ SynchronizationStep.label.reaction=Reageerimine SynchronizationStep.label.reconcile=Lepita SynchronizationStep.label.syncObjectHeader=Sünkimisobjektid SynchronizationStep.message.cantSave=Ei saanud salvestada ressursi sünki. -SynchronizationStep.message.errorLoadingObjectSyncList=Ressursist ei õnnestu laadida objekti sünkimise loetelu. Viga\: +SynchronizationStep.message.errorLoadingObjectSyncList=Ressursist ei õnnestu laadida objekti sünkimise loetelu. Viga\\: SynchronizationStep.message.errorLoadingObjectTemplates=Hoidlast ei õnnestu laadida objekti malle. SynchronizationStep.message.unsupportedActionFormat=Sa kasutad reageeringu tegevuse määratlemiseks aegunud atribuuti 'ref'. Kasuta selle asemel atribuuti 'handlerUri'. Atribuudiga 'ref' tegevused ei ole selles nõustajas nähtavad. SynchronizationStep.reaction.tooltip.action=Otsene tegevus. See seadistus määratleb, mida peab süsteem tegema reageeringuna sünkimise sündmusele. @@ -2835,12 +2836,12 @@ SystemConfigPanel.title.accountSynchronization=Üldised konto sünkimise sätted SystemConfigPanel.title.basic=Põhiteave SystemConfigPanel.title.connectorFramework=Konnektori raamistike konfiguratsioon SystemConfigPanel.title.misc=Muu -SystemConfigPanel.title.modelHooks=Model hooks +SystemConfigPanel.title.modelHooks=Mudeli haagid SystemConfigPanel.title.notification=Teavitused SystemConfigPanel.title.passwordPolicy=Üldine paroolipoliitika SystemConfigPanel.title.securityPolicy=Üldine turbepoliitika SystemConfigPanel.title.userTemplate=Vaikimisi kasutaja mall -SystemConfigPanel.tooltip.duration=Vorming\: P[n][p], n-arv, p-periood (d - päevad, m - kuud, ...), P3M - puhastamine iga 3 kuu tagant +SystemConfigPanel.tooltip.duration=Vorming\\: P[n][p], n-arv, p-periood (d - päevad, m - kuud, ...), P3M - puhastamine iga 3 kuu tagant SystemInfoPanel.cpuUsage=Protsessori hõivatus SystemInfoPanel.heapMemory=Kuhja mälu (kasutusel/seotud/max) SystemInfoPanel.nonHeapMemory=Mitte-kuhja mälu (kasutusel/seotud/max) @@ -2867,7 +2868,7 @@ TaskListType.ACTIVATED=Aktiveeritud TaskListType.ALL=Kõik TaskListType.DEACTIVATED=Deaktiveeritud TaskListType.EXECUTING=Täitmine -TaskStatePanel.countersSource=Statistilise ja oleku info allikas\: +TaskStatePanel.countersSource=Statistilise ja oleku info allikas\\: TaskStatePanel.currentObjectProcessed=Hetkel töödeldav objekt TaskStatePanel.executionStatus=Täidetuse olek TaskStatePanel.executionTime=Täitmisaeg @@ -2882,7 +2883,7 @@ TaskStatePanel.message.lastObjectProcessed={0} TaskStatePanel.message.node= - sõlmes {0} TaskStatePanel.message.objectsProcessed={0} TaskStatePanel.message.objectsProcessedTime=(keskmine aeg {1} ms, töötlemise koguaeg {0} sekundit) -TaskStatePanel.message.objectsTotal={0} (wall clock average\: {1} ms) +TaskStatePanel.message.objectsTotal={0} (wall clock average\\: {1} ms) TaskStatePanel.message.timeInfoWithAgo={0} ({1} tagasi) TaskStatePanel.message.timeInfoWithDuration={0} (aega kulus {1} ms) TaskStatePanel.message.timeInfoWithDurationAndAgo={0} ({1} tagasi - aega kulus {2} ms) @@ -2900,11 +2901,11 @@ TaskStatePanel.statistics=Keskkonna jõudluse statistika TaskStatePanel.subtaskName=Nimi TaskStatePanel.subtaskObjectsProcessed=Töödeldud objekte TaskStatePanel.subtaskState=Olek -TaskStatePanel.updated=Värskendatud\: +TaskStatePanel.updated=Värskendatud\\: TaskStatePanel.workerThreads=Kerged alamülesanded (töölõimed) -tempMessagePanel.cause=Põhjus\: -tempMessagePanel.context=Kontekst\: -tempMessagePanel.count=Arv\: +tempMessagePanel.cause=Põhjus\\: +tempMessagePanel.context=Kontekst\\: +tempMessagePanel.count=Arv\\: tempMessagePanel.message.debug=Silu tempMessagePanel.message.error=Viga tempMessagePanel.message.expectedError=Eeldatav viga @@ -2916,7 +2917,7 @@ tempMessagePanel.message.success=Edu tempMessagePanel.message.undefined=Määratlemata tempMessagePanel.message.unknown=Tundmatu tempMessagePanel.message.warn=Hoiatus -tempMessagePanel.param=Parameeter\: +tempMessagePanel.param=Parameeter\\: tempMessagePanel.times=times TextDetailsPanel.title=Seose üksikasjad TextField.universal.placeholder=Sisesta väärtus @@ -2928,7 +2929,7 @@ Title.CurrentStatus=Viimane olekuteade Title.MappingsStatistics=Vastenduse hindamise info Title.NotificationsStatistics=Teavituste info Title.ProvisioningStatistics=Varustamise toimingu info -Title.Source=Allikas\: +Title.Source=Allikas\\: TreeTablePanel.childOrg=Alamüksused TreeTablePanel.collapseAll=Ahenda kõik TreeTablePanel.deleteRoot=Kustuta juurüksus @@ -2950,7 +2951,7 @@ TreeTablePanel.menu.enable=Luba TreeTablePanel.menu.move=Teisalda TreeTablePanel.menu.recompute=Arvuta uuesti TreeTablePanel.menu.removeFromHierarchy=Eemalda org. üksusest -TreeTablePanel.message.warn.deleteTreeObjectConfirm=Hoiatus\! {0} sisaldab liikmeid. Kas soovid kindlasti kustutada selle organisatsiooniüksuse? +TreeTablePanel.message.warn.deleteTreeObjectConfirm=Hoiatus! {0} sisaldab liikmeid. Kas soovid kindlasti kustutada selle organisatsiooniüksuse? TreeTablePanel.message.deleteTreeObjectConfirm=Kas soovid kindlasti kustutada org. üksust '{0}'? TreeTablePanel.message.deleteObjectConfirm=Kas soovid kindlasti kustutada valitud {0} objekti? TreeTablePanel.message.deleteRootConfirm=Kas soovid kindlasti kustutada {0} ({1})? @@ -3022,7 +3023,7 @@ web.security.provider.invalid=Vigane kasutajanimi ja/või parool. web.security.provider.invalid.link=Vigane link web.security.provider.locked=Kasutaja on lukustatud, palun oota. web.security.provider.password.bad=Kasutajal pole parool määratud. -web.security.provider.password.encoding=Kasutajat ei saa autentida, põhjus\: parooli ei õnnestu kodeerida. +web.security.provider.password.encoding=Kasutajat ei saa autentida, põhjus\\: parooli ei õnnestu kodeerida. web.security.provider.unavailable=Praegu ei saa me sinu taotlust töödelda. Palun proovi hiljem uuesti. web.security.ldap.access.denied=Juurdepääs keelatud. Sul puuduvad vajalikud õigused. Palun võta ühendust identiteedihalduri administraatoritega. web.security.ldap.denied=Õigus puudub. @@ -3031,14 +3032,14 @@ web.security.ldap.invalid=Vigane kasutajanimi ja/või parool. web.security.ldap.invalid.link=Vigane link web.security.ldap.locked=Kasutaja on lukustatud, palun oota. web.security.ldap.password.bad=Kasutajal pole parool määratud. -web.security.ldap.password.encoding=Kasutajat ei saa autentida, põhjus\: parooli ei õnnestu kodeerida. +web.security.ldap.password.encoding=Kasutajat ei saa autentida, põhjus\\: parooli ei õnnestu kodeerida. web.security.ldap.unavailable=Praegu ei saa me sinu taotlust töödelda. Palun proovi hiljem uuesti. -WfDeltasPanel.label.deltaIn=Protsessi sisend\: kinnitatav(ad) delta(d) +WfDeltasPanel.label.deltaIn=Protsessi sisend\\: kinnitatav(ad) delta(d) WfDeltasPanel.label.deltaOutListEmpty=(puudub) -WfDeltasPanel.label.deltaOut=Protsessi väljund; kinnitamisest tulenevad delta(d) +WfDeltasPanel.label.deltaOut=Protsessi väljund\\: kinnitamisest tulenevad delta(d) WfHistoryPanel.label.event=Sündmus WfHistoryPanel.label.timestamp=Aeg -WizardHelpDialog.button.ok=Hästi, sain aru\! +WizardHelpDialog.button.ok=Hästi, sain aru\\! WizardHelpDialog.label=Ressursinõustaja abi Wizard.message.cancel=Ressursi muutmine katkestati Wizard.correctErrorsFirst=Palun paranda vead enne salvestamist. @@ -3063,16 +3064,16 @@ PageAdmin.menu.profile=Profiil PageAdmin.menu.assignments=Omistused PageAdmin.menu.credentials=Identimisteave PageAdmin.menu.request=Taotle roll -PageTemplate.version=Versioon\: -PageTemplate.copy=Autoriõigus © 2010-2017 Evolveum® ja partnerid.  -PageTemplate.toggleNavigation=Toggle navigation +PageTemplate.version=Versioon\\: +PageTemplate.copy=Autoriõigus © 2010-2017 Evolveum® ja partnerid.  +PageTemplate.toggleNavigation=Navigeerimise ümberlülitus PageTemplate.user=kasutaja -PageTemplate.couldntNavigateBreadcrumb=Lingireal navigerimine ei õnnestunud, põhjus\: {0} +PageTemplate.couldntNavigateBreadcrumb=Lingireal navigeerimine ei õnnestunud, põhjus\\: {0} SystemInfoPanel.starttime=Algusaeg SystemInfoPanel.uptime=Töövõimeaeg CountToolbar.label.unknownCount=Kuvatakse tulemused {0,number,integer} kuni {1,number,integer}, tundmatu arv tulemusi. TableConfigurationPanel.pageSize=Lehe suurus -TableConfigurationPanel.tableColumns=Table columnsCountToolbar.label.unknownCount\=Displaying {0,number,integer} to {1,number,integer}, unknown number of matching results. +TableConfigurationPanel.tableColumns=Tabel columnsCountToolbar.label.unknownCount\\=Kuvatakse tulemused {0,number,integer} kuni {1,number,integer}, tundmatu arv tulemusi. MyRequestsPanel.started = Algas MyRequestsPanel.rejected = Tagasi lükatud MyRequestsPanel.approved = Kinnitatud @@ -3096,25 +3097,26 @@ PageSelfCredentials.passwordLabel2=Parool uuesti PageSelfCredentials.accountMidpoint=Identiteedihaldur PageSelfCredentials.resourceMidpoint=Identiteedihoidla PageSelfCredentials.noAccountSelected=Parool ei muutu. Kontot pole valitud. -PageSelfCredentials.emptyPasswordFiled=New password fields values are to be specified. +PageSelfCredentials.emptyPasswordFiled=Uued määratletavad parooliväljad. PageSelfCredentials.incorrectOldPassword=Parool ei muutu. Vana parool on vale. PageSelfCredentials.specifyOldPasswordMessage=Palun sisesta vana parool ChangePasswordPanel.accountsTable.header=Parooli levimine ChangePasswordPanel.name=Nimi ChangePasswordPanel.resourceName=Ressurss -ChangePasswordPanel.enabled=Lubatud +ChangePasswordPanel.enabled=Konto on lubatud ChangePasswordPanel.legendMessage.selected= - Parooli muudetakse ChangePasswordPanel.legendMessage.propagated= - Automaatne parooli levimine (põhineb poliitikatel, mis on määratletud ressursside definitsioonides) ChangePasswordPanel.legendMessage.deselected= - Parooli ei muudeta -ChangePasswordPanel.helpInfo=

See osa identimisteabe dialoogist kontrollib seda, kuidas parooli muudatused levivad igasse üksikusse süsteemi. Esimene rida määratleb, kas parooli muudetakse identiteedihalduris endas. Järgnevad read esindavad igat süsteemi, milles on võimalik parooli muuta. Parooli levimist kontrollivad järgmised ikoonid\:

  • Parooli muudetakse. Parool selles süsteemis muudetakse ülal parooli dialoogis sisestatud väärtusele.
  • Automaatne parooli levimine. Parool võib muutuda. Kas parooli muudetakse või mitte, sõltub poliitikatest, mille on paika pannud identiteedi administraator. Harilikult tähendab see seda, et parooli muudetakse kui see on vastuvõetav antud situatsiooni ja tingimustega. See on mõistlik vaikeväärtus.
  • Selles süsteemis parooli ei muudeta.

Sul on võimalik parooli levimise seadistust muuta klõpsates ikooni peal ja niiviisi täpselt määratleda, kuidas parooli muudatus levib igasse üksikusse süsteemi.

+ChangePasswordPanel.legendMessage.no.password.capability= - Ressurss ei toeta parooli võimalust +ChangePasswordPanel.helpInfo=

See osa identimisteabe dialoogist kontrollib seda, kuidas parooli muudatused levivad igasse üksikusse süsteemi. Esimene rida määratleb, kas parooli muudetakse identiteedihalduris endas. Järgnevad read esindavad igat süsteemi, milles on võimalik parooli muuta. Parooli levimist kontrollivad järgmised ikoonid:

  • Parooli muudetakse. Parool selles süsteemis muudetakse ülal parooli dialoogis sisestatud väärtusele.
  • Automaatne parooli levimine. Parool võib muutuda. Kas parooli muudetakse või mitte, sõltub poliitikatest, mille on paika pannud identiteedi administraator. Harilikult tähendab see seda, et parooli muudetakse kui see on vastuvõetav antud situatsiooni ja tingimustega. See on mõistlik vaikeväärtus.
  • Selles süsteemis parooli ei muudeta.
  • See süsteem ei toeta parooli võimalust. Seetõttu selles süsteemis parooli ei muudeta.

Sul on võimalik muuta parooli levimise seadistust, klõpsates ikooni peal ja niiviisi täpselt määratleda, kuidas parooli muudatus levib igasse üksikusse süsteemi.

ChangePasswordPanel.helpPopupTitle=Parooli levimise abi PageBase.button.tooltip.clearSearch=Tühjenda mainForm.uploadTooLarge = Üleslaadimise suurus peab olema väiksem kui ${maxSize}. -mainForm.uploadFailed = Faili ei õnnestunus üles laadida\: ${exception.localizedMessage}PageSelfCredentials.couldntResolve\=Ei õnnestunud ressurssi lahendada. +mainForm.uploadFailed = Faili ei õnnestunus üles laadida\\: ${exception.localizedMessage}PageSelfCredentials.couldntResolve\\=Ei õnnestunud ressurssi lahendada. PageSelfCredentials.couldntResolve=Ei saanud ressurssi lahendada. -roleMemberPanel.type=Tüüp\: -roleMemberPanel.tenant=Rentnik\: -roleMemberPanel.project=Org/Projekt\: +roleMemberPanel.type=Tüüp: +roleMemberPanel.tenant=Rentnik: +roleMemberPanel.project=Org/Projekt: roleMemberPanel.indirectMembers=Kaasa kaudsed liikmed roleMemberPanel.allRelations=Näita kõiki relatsioone roleMemberPanel.menu.createOwner=Loo omanik @@ -3175,11 +3177,11 @@ PageResource.tab.content.others=Liigitamata PageResource.tab.content.tasks=Tööülesanded ResourceContentTabPanel.searchType.repository=Hoidla ResourceContentTabPanel.searchType.resource=Ressurss -ResourceContentTabPanel.searchType=Otsingu koht\: -PagePreviewChanges.primaryChangesOne=Esmased muudatused\: {0} objekt -PagePreviewChanges.primaryChangesMore=Esmased muudatused\: {0} objekti -PagePreviewChanges.secondaryChangesOne=Teisesed muudatused\: {0} objekt -PagePreviewChanges.secondaryChangesMore=Teisesed muudatused\: {0} objekti +ResourceContentTabPanel.searchType=Otsingu koht: +PagePreviewChanges.primaryChangesOne=Esmased muudatused: {0} objekt +PagePreviewChanges.primaryChangesMore=Esmased muudatused: {0} objekti +PagePreviewChanges.secondaryChangesOne=Teisesed muudatused: {0} objekt +PagePreviewChanges.secondaryChangesMore=Teisesed muudatused: {0} objekti PagePreviewChanges.button.continueEditing=Jätka redigeerimist PagePreviewChanges.button.save=Salvesta ScenePanel.object={0} objekt @@ -3192,24 +3194,24 @@ SceneItemLinePanel.removedValue=Eemaldatud väärtus SceneItemLinePanel.addedValue=Lisatud väärtus SceneItemLinePanel.unchangedValue=Muutmata väärtus operation.com.evolveum.midpoint.web.page.admin.resources.ResourceContentTabPanel.changeOwner=Muuda omanikku (GUI) -TaskSummaryPanel.progressWithTotalKnown=Edenemine\: {0} (kokku {1}) -TaskSummaryPanel.progressWithTotalUnknown=Edenemine\: {0} +TaskSummaryPanel.progressWithTotalKnown=Edenemine: {0} (kokku {1}) +TaskSummaryPanel.progressWithTotalUnknown=Edenemine: {0} TaskSummaryPanel.progressIfSuspended=(peatatud) TaskSummaryPanel.progressIfWaiting=(ootel) TaskSummaryPanel.progressIfClosed=(suletud) -TaskSummaryPanel.progressIfStalled=(stalled since {0}) -TaskSummaryPanel.lastProcessed=Viimane töödeldud objekt\: {0} +TaskSummaryPanel.progressIfStalled=(peatatud alates {0}) +TaskSummaryPanel.lastProcessed=Viimane töödeldud objekt: {0} ResourceContentResourcePanel.showExisting=Näita olemasolevat ResourceContentResourcePanel.newTask=Loo uus SearchPanel.advanced=Täpsem SearchPanel.basic=Lihtne SearchPanel.search=Otsi SearchPanel.debug=Silu -ResourceContentResourcePanel.realSearch=(In fact) Searching by\: -typedAssignablePanel.selectedOrgs=Org.-d\: -typedAssignablePanel.selectedResources=Ressursid\: -typedAssignablePanel.selectedRoles=Rollid\: -typedAssignablePanel.selectedServices=Teenused\: +ResourceContentResourcePanel.realSearch=(In fact) Searching by: +typedAssignablePanel.selectedOrgs=Org.-d: +typedAssignablePanel.selectedResources=Ressursid: +typedAssignablePanel.selectedRoles=Rollid: +typedAssignablePanel.selectedServices=Teenused: SearchPanel.insertFilterXml=Sisesta filtri xml (SearchFilterType) autoRefreshPanel.refreshNow=Värskenda kohe autoRefreshPanel.resumeRefreshing=Jätka värskendamist @@ -3222,16 +3224,16 @@ PageAdmin.menu.top.services.new=Uus teenus PageAdmin.menu.top.services.edit=Redigeeri teenust taskShowAdvancedFeaturesPanel.label=Näita põhjalikumalt taskWfParentPanel.changesNotRequiringApproval=Kinnitust mittenõudvad muudatused -taskOtherChangesPanel.label.state=Olek\: +taskOtherChangesPanel.label.state=Olek\\: taskOtherChangesPanel.state.FINAL=Muudatused on rakendatud (edukalt või mitte) taskOtherChangesPanel.state.PRIMARY=Muudatused ootavad rakendamist taskOtherChangesPanel.state.SECONDARY=Muudatused ootavad rakendamist taskWfChildPanel.showParent=Näita taotlust kogu toimingu kontekstis. -TaskSummaryPanel.requestedBy=Taotleja\: {0} -TaskSummaryPanel.requestedByWithFullName=Taotleja\: {0} ({1}) -TaskSummaryPanel.requestedOn=Taotlemise kuupäev\: {0} +TaskSummaryPanel.requestedBy=Taotleja: {0} +TaskSummaryPanel.requestedByWithFullName=Taotleja: {0} ({1}) +TaskSummaryPanel.requestedOn=Taotlemise kuupäev: {0} TaskSummaryPanel.requestedByAndOn=Taotles {0} kuupäeval {1} -TaskSummaryPanel.stage=Etapp\: {0} +TaskSummaryPanel.stage=Etapp: {0} TaskSummaryPanel.rejected=Tagasi lükatud TaskSummaryPanel.approved=Kinnitatud operation.com.evolveum.midpoint.web.page.admin.resources.PageResource.refreshSchema=Värskenda skeemi (GUI) @@ -3240,7 +3242,7 @@ TaskDto.changesBeingApplied=Rakendamisel muudatused TaskDto.changesWaitingToBeApplied=Rakendamist ootavad muudatused TaskDto.changesWaitingToBeApproved=Kinnitamist ootavad muudatused TaskDto.changesRejected=Tagasi lükatud muudatused -TaskDto.changesCanceled=Changes canceled +TaskDto.changesCanceled=Tühistatavad muudatused PageServices.title=Teenuseloend PageServices.message.deleteServicesConfirm=Kas soovid kindlasti kustutada valitud {0} teenust? PageServices.message.confirmationMessageForMultipleObject=Kas soovid kindlasti {0} valitud {1} teenuse/teenust? @@ -3293,7 +3295,7 @@ DefinitionStagesPanel.confirmDelete=Kustutuse kinnitamine DefinitionStagesPanel.confirmDeleteText=Kas soovid kindlasti kustutada etapi '{0}'? PageCertDefinition.outcomeStrategyHelpLabel=Palun loe ka PageCertDefinition.outcomeStrategyHelpLink=seda dokumenti -PageCertDefinition.outcomeStrategyHelp=Kuidas otsustatakse juhtumi üldine tulemus, tuginedes üksikute etappide tulemustele? Märkus\: 'Peata läbivaatus tulemusel\:' väli kuvab tulemusi, mis takistavad juhtumi edasiliikumist järgmisse etappi. Tavaliselt ei pea sa vaikeväärtust muutma. Vajaduse korral võid seda teha XML konfiguratsiooni kaudu. +PageCertDefinition.outcomeStrategyHelp=Kuidas otsustatakse juhtumi üldine tulemus, tuginedes üksikute etappide tulemustele? Märkus: 'Peata läbivaatus tulemusel:' väli kuvab tulemusi, mis takistavad juhtumi edasiliikumist järgmisse etappi. Tavaliselt ei pea sa vaikeväärtust muutma. Vajaduse korral võid seda teha XML konfiguratsiooni kaudu. PageCertDefinition.campaignLastStartedHelp=Millal selle määratluse järgi loodud kampaania viimati käivitati? PageCertDefinition.campaignLastClosedHelp=Millal selle määratluse järgi loodud kampaania viimati suleti - kas peale kõikide etappide edukat läbimist või suletud suvalisel ajal. Ent kui kampaania kustutatakse enne selle sulgemist, siis seda siin ei näidata. PageCertDefinition.scopeObjectTypeHelp=Määratleb, milliseid objektid loetakse kuuluvaks sertimiskampaaniate skoobi alla. Allpool valitakse nende objektide tunnused (nt kas sertida nende omistused või nende tekitused või mõlemad, jne). @@ -3301,8 +3303,8 @@ PageCertDefinition.scopeSearchFilterHelp=Kui soovitakse sertida ainult antud tü PageCertDefinition.scopeAssignmentsInducementsHelp=Vali, milliseid ülalkirjeldatud objektide tunnuseid (omistusi, tekitusi või mõlemaid) serditakse. PageCertDefinition.scopeIncludeTargetTypesHelp=Omistuste ja tekituste sertimisel saad määratleda, milliseid tüüpe arvesse võetakse. Näiteks võid öelda, et soovid sertida ainult rollide omistusi (näiteks kasutajatele). PageCertDefinition.scopeIncludeByStatusHelp=Kas sertida ainult omistused/tekitused, mille haldusolekuks on LUBATUD (või millel väärtus puudub). Pane tähele, et see puudutab omistuse haldusolekut, mitte omistatud objekti haldusolekut. -StageDefinitionPanel.stageDurationHelp=Selle etapi kestus. Seda kasutatakse etapi lõpuaja kindlakstegemiseks. Lõpuaeg arvutatakse etapi avamise hetkest, millele lisatakse kestus, ümardatuna viimase päeva ajani 23\:59\:59. Kestust kirjeldatakse ISO 8601 vormingus, näiteks P14D 14 päeva puhul, P3W 3 nädala puhul, P2M 2 kuu puhul, jne. -StageDefinitionPanel.notifyBeforeDeadlineHelp=Kui kaua enne etapi lõppemist saadetakse meeldetuletavad teavitused (läbivaatajatele ja kampaania omanikule). Võimalik on määratleda mitu komaga eraldatud väärtust. Ajavahemik määratletakse ISO 8601 vormingus, näiteks PT12H 12 tunni puhul, P2D 2 päeva puhul, P1W 1 nädala puhul, jne. Näide\: PT48H, PT12H ütleb, et esimene teavitus saadetakse 48 tundi enne etapi lõppu ja teine teavitus saadetakse 12 tundi enne lõppu. +StageDefinitionPanel.stageDurationHelp=Selle etapi kestus. Seda kasutatakse etapi lõpuaja kindlakstegemiseks. Lõpuaeg arvutatakse etapi avamise hetkest, millele lisatakse kestus, ümardatuna viimase päeva ajani 23:59:59. Kestust kirjeldatakse ISO 8601 vormingus, näiteks P14D 14 päeva puhul, P3W 3 nädala puhul, P2M 2 kuu puhul, jne. +StageDefinitionPanel.notifyBeforeDeadlineHelp=Kui kaua enne etapi lõppemist saadetakse meeldetuletavad teavitused (läbivaatajatele ja kampaania omanikule). Võimalik on määratleda mitu komaga eraldatud väärtust. Ajavahemik määratletakse ISO 8601 vormingus, näiteks PT12H 12 tunni puhul, P2D 2 päeva puhul, P1W 1 nädala puhul, jne. Näide: PT48H, PT12H ütleb, et esimene teavitus saadetakse 48 tundi enne etapi lõppu ja teine teavitus saadetakse 12 tundi enne lõppu. StageDefinitionPanel.notifyWhenNoDecisionHelp=Kui on linnutatud, saadetakse läbivaatajale teavitus 'etapi lõpp on saabumas' ainult siis kui ta omab mõningaid juhtumeid, mis ootavad tema otsust. Kui see on linnutamata, saavad läbivaatajad alati teavituse, sõltumata sellest, kas nad on otsustamise läbi teinud või mitte. (Pane tähele, et kampaania omanikule saadetakse alati teavitus etapi lõppemisest, sõltumata sellest sättest.) StageDefinitionPanel.reviewerSpecificationTargetHelp=Läbivaatajate valimine tuginedes omistuse/tekituse sihtmärgi omanikule/kinnitajale. Nt saad sa määratleda, et rolli omanikku kasutatakse, et sertida kõiki 'tema' rolli omistamisi (igale kasutajale). StageDefinitionPanel.reviewerSpecificationObjectHelp=Läbivaatajate valimine tuginedes objektile, millele on midagi omistatud (või tekitatud). Nt saada sa määratleda, et rolli omanikku kasutatakse kõikide 'tema' rollile tehtud tekituste sertimiseks. @@ -3319,13 +3321,13 @@ StageDefinitionPanel.configurationHelpLink=sellest dokumendist NameStep.configurationWillBeLost=Valitud konnektori konfiguratsiooni skeem on praegusest erinev. Kui sa jätkad, lähevad konfiguratsiooni sätted kaduma. resultsHandlerConfiguration=Tulemusteohjurid enableFilteredResultsHandler=Luba täiendav tulemuste filtreerimine -enableFilteredResultsHandlerHelp=See ohjur filtreerib konnektorhaaval ressursist saadud tulemused konnektori raamistiku tasemel. Seda kasutatakse konnektorites, mis ei teosta ise täielikku filtreerimist. Selle ohjuri omamisel on mõned negatiivsed küljed, nt saalimisel. Seepärast tuleks seda kasutada ainult siis kui selleks on tõeline vajadus. Kui ei olda kindel, siis peaks kasutama filtreerimist valideerimise režiimis. Praeguse ConnId versiooni vaikeväärtus\: lubatud. +enableFilteredResultsHandlerHelp=See ohjur filtreerib konnektorhaaval ressursist saadud tulemused konnektori raamistiku tasemel. Seda kasutatakse konnektorites, mis ei teosta ise täielikku filtreerimist. Selle ohjuri omamisel on mõned negatiivsed küljed, nt saalimisel. Seepärast tuleks seda kasutada ainult siis kui selleks on tõeline vajadus. Kui ei olda kindel, siis peaks kasutama filtreerimist valideerimise režiimis. Praeguse ConnId versiooni vaikeväärtus: lubatud. filteredResultsHandlerInValidationMode=Filtreerimine ainult õigsuse kontrolli režiimis -filteredResultsHandlerInValidationModeHelp=Tulemuste filtreerimine lülitatakse õigsuse kontrolli režiimile\: konnektori raamistik kontrollib üle kõik konnektorilt tulevad andmed veendumaks, et need on sobivalt filtreeritud. Mittesobiva filtreerimise korral seatakse erand. Seda režiimi kasutatakse konnektoritel millelt oodatakse täielikku filtreerimist kuid nende funktsionaalsus antud valdkonnas tuleb üle kontrollida. ConnId praeguse versiooni vaikeväärtus\: keelatud. +filteredResultsHandlerInValidationModeHelp=Tulemuste filtreerimine lülitatakse õigsuse kontrolli režiimile: konnektori raamistik kontrollib üle kõik konnektorilt tulevad andmed veendumaks, et need on sobivalt filtreeritud. Mittesobiva filtreerimise korral seatakse erand. Seda režiimi kasutatakse konnektoritel millelt oodatakse täielikku filtreerimist kuid nende funktsionaalsus antud valdkonnas tuleb üle kontrollida. ConnId praeguse versiooni vaikeväärtus: keelatud. enableCaseInsensitiveFilter=Muuda filtreerimine tõstutundetuks -enableCaseInsensitiveFilterHelp=See valik muudab filtreerimise tõstutundetuks kõikide ressursi atribuutide puhul. Kasutatakse tõstutundetute ressursside puhul. Praeguse ConnId versiooni vaikeväärtus\: keelatud. +enableCaseInsensitiveFilterHelp=See valik muudab filtreerimise tõstutundetuks kõikide ressursi atribuutide puhul. Kasutatakse tõstutundetute ressursside puhul. Praeguse ConnId versiooni vaikeväärtus: keelatud. enableNormalizingResultsHandler=Luba ohjur, mis normaliseerib tagastatud andmed -enableNormalizingResultsHandlerHelp=See ohjur normaliseerib iga atribuudi, mis tagastatakse ressursist süsteemile. Tavaliselt on soovitatav see välja lülitada. Praeguse ConnId versiooni vaikeväärtus\: lubatud. +enableNormalizingResultsHandlerHelp=See ohjur normaliseerib iga atribuudi, mis tagastatakse ressursist süsteemile. Tavaliselt on soovitatav see välja lülitada. Praeguse ConnId versiooni vaikeväärtus: lubatud. enableAttributesToGetSearchResultsHandler=Luba 'hangitavad atribuudid' tulemuste ohjur enableAttributesToGetSearchResultsHandlerHelp=Seda ohjurit kasutatakse, et teostada 'hangitavad atribuudid' sätet. Soovitatav on säilitada vaikeväärtus 'lubatud' (ConnId praeguses versioonis). PageResourceWizard.autoSaveWarning=Ressurss salvestatakse automaatselt iga nõustaja sammu järel. @@ -3354,16 +3356,16 @@ TreeTablePanel.menu.deleteMember.confirm=Kõik valitud liikmed (kasutajad, organ TreeTablePanel.menu.deleteAllMembers.confirm=Kõik fookuse liikmed (kasutajad, organisatsioonid, teenused, rollid) kustutatakse lõplikult süsteemist. Kas oled kindel, et soovid seda teha? PageTasksCertScheduling.title=Sertimise ajastamine PageResourceVisualization.title={0} vastenduste visualiseerimine -PageResourceVisualization.dotMessage=DOT graafiku renderdust ei õnnestu läbi viia. Palun kontrolli veateadet allpool ja veendu, et\: +PageResourceVisualization.dotMessage=DOT graafiku renderdust ei õnnestu läbi viia. Palun kontrolli veateadet allpool ja veendu, et: PageResourceVisualization.dot1=Sinu serverisse on paigaldatud DOT renderdustarkvara. Soovitatav tarkvara on Graphviz PageResourceVisualization.dot2=Teekond DOR renderdi täitmisfaili asukohani on config.xml failis õigesti määratud. PageResourceVisualization.moreInformation=Lisateavet loe palun PageResourceVisualization.moreInformationLink=sellest artiklist -PageResourceVisualization.errorMessage=Veateade\: +PageResourceVisualization.errorMessage=Veateade: PageResourceVisualization.seeOnline=Sa võid samuti proovida onlain DOT renderdit, näiteks PageResourceVisualization.seeOnlineLink=webgraphviz.com PageResourceVisualization.copyInstruction=Lihtsalt kopeeri sellesse järgmine DOT kood. -OrgMemberPanel.editUserTitle=Edit/View details +OrgMemberPanel.editUserTitle=Redigeeri/kuva üksikasju OrgMemberPanel.unlinkTitle=Lingi lahti juht OrgMemberPanel.deleteTitle=Kustuta juht PagePreviewChanges.title=Muudatuste eelvaade @@ -3458,7 +3460,7 @@ PageEvaluateMapping.message.emptyString=Palun anna vastendus, mida täita. PageEvaluateMapping.result=Tulemus PageEvaluateMapping.mapping=Vastendus PageEvaluateMapping.request=Päring -PageEvaluateMapping.chooseSample=Või kasuta näidist\: +PageEvaluateMapping.chooseSample=Või kasuta näidist: PageEvaluateMapping.sample.FullName_NoDelta=Täisnime vastendus (ei muudeta) PageEvaluateMapping.sample.FullName_Delta=Täisnime vastendus (eesnime muutmine) PageEvaluateMapping.sample.FullName_Delta_Ref=Täisnime vastendus (eesnime muutmine); allikas asub hoidlas @@ -3477,8 +3479,8 @@ PageAssignmentConflicts.back=Tagasi PageAssignmentConflicts.submit=Edasta AssignmentCatalogPanel.selectTargetUser=Vali sihtkasutaja AssignmentCatalogPanel.selectAssignmentsUserOwner=Vali kasutajaomistuste omanik -AssignmentCatalogPanel.requestForMe=Sihtkasutaja\: mina -AssignmentCatalogPanel.requestFor=Sihtkasutaja\: +AssignmentCatalogPanel.requestForMe=Sihtkasutaja: mina +AssignmentCatalogPanel.requestFor=Sihtkasutaja: AssignmentCatalogPanel.requestForMultiple=Valitud on {0} kasutajat AssignmentCatalogPanel.assignmentsOwner={0} omistused MultiButtonPanel.plusIconTitle=Lisa objekt ostukorvi @@ -3569,8 +3571,8 @@ MergeType.EMPTY=tühi PageMergeObjects.warningMessage=Määratlema peab kahe objekti oid-d PageSelfRegistration.register=Registreeru PageSelfRegistration.registration.success=Registreerumine oli edukas -PageSelfRegistration.registration.error=Registreerumine nurjus \: {0} -PageSelfRegistration.registration.confirm.message=Õnnitlused\! \n\n\n Oled edukalt registreerunud. Enda konto aktiveerimiseks kontrolli oma elektronposti ja kinnita oma registreerumine. +PageSelfRegistration.registration.error=Registreerumine nurjus : {0} +PageSelfRegistration.registration.confirm.message=Õnnitlused! \n\n\n Oled edukalt registreerunud. Enda konto aktiveerimiseks kontrolli oma elektronposti ja kinnita oma registreerumine. PageRegistrationConfirmation.confirmation.error=Sinu registreerumise kinnitamine nurjus. Meil on kahju, kuid sa peaksid tõenäoliselt võtma ühendust süsteemiadministraatoriga. PageRegistrationConfirmation.continueToLogin=Mine edasi sisselogimislehele PageRegistrationConfirmation.confirmation.successful=Kinnitamine oli edukas @@ -3596,9 +3598,9 @@ PageSelfRegistration.password.policy= PageResetPassword.reset.successful=Uue parooli loomine õnnestus. Jätka sisselogimist. PageForgotPassword.form.submited.message=Kinnitamise link saadeti sisestatud meiliaadressile. Enda parooli lähtestamiseks kliki kinnitamise lingil ja järgi juhiseid. pageForgetPassword.message.policy.not.found=Parooli lähtestamine pole lubatud -PageAbstractSelfCredentials.save.password.failed=Parooli ei õnnestunud muuta\: {0} +PageAbstractSelfCredentials.save.password.failed=Parooli ei õnnestunud muuta: {0} PageResetPassword.title=Lähtesta parool -PageResetPasswordConfirmation=Parooli lähtestamise kinnitus +PageResetPasswordConfirmation.title=Parooli lähtestamise kinnitus PageResetPasswordConfirmation.confirmation.error=Parooli lähtestamine pole lubatud. Meil on kahju, kuid sa peaksid tõenäoliselt võtma ühendust süsteemiadministraatoriga. PageResetPasswordConfirmation.authnetication.failed=Vale kasutajanimi ja/või parool ItemPathSegmentPanel.itemToSearch=Otsitav {0} @@ -3609,6 +3611,7 @@ DecisionDto.rejectedDueToTimeout=(tagasi lükatud ajalõpu tõttu) DecisionDto.AUTO_APPROVAL_CONDITION=(automaatkinnitamise tingimus) DecisionDto.AUTO_COMPLETION_CONDITION=(automaatlõpetamise tingimus) DecisionDto.NO_ASSIGNEES_FOUND=(kinnitajaid ei leitud) +wf.comment=Kommentaar wf.object=Objekt wf.target=Sihtüksus wf.originalAssignee=Algne täitja @@ -3622,12 +3625,23 @@ wf.escalationLevelName=Laiendustaseme nimi wf.escalationLevelDisplayName=Laiendustaseme kuvatav nimi wf.workItemId=Tööüksuse ID wf.processInstanceId=Protsessi eksemplari ID +wf.requesterComment=Taotleja kommentaar +wf.causeType=Põhjuse tüüp +wf.causeName=Põhjuse nimi +wf.causeDisplayName=Põhjuse kuvatav nimi PageAccountActivation.account.activation.successful=Kontode aktiveerimine oli edukas PageAccountActivation.account.activation.failed=Kontode aktiveerimine nurjus. Palun pöördu süsteemiadministraatori poole. -PageAccountActivation.activated.shadows=Aktiveeritud varjud\: +PageAccountActivation.activated.shadows=Aktiveeritud varjud: PageAccountActivation.button.activate=Aktiveeri PageAccountActivation.activate.accounts.label=Kasutaja '{0}' konto aktiveerimine. PageAccountActivation.provide.password=Palun sisesta oma parool, et kontod aktiveerida. PageAccountActivation.title=Konto aktiveerimine PageAccountActivation.nothing.to.activate=Konto aktiveerimisel ilmnes ootamatu probleem. Palun pöördu süsteemiadministraatori poole. PageAccountActivation.authentication.failed=Autentimine nurjus +operation.com.evolveum.midpoint.web.page.admin.reports.PageCreatedReports.deleteReportOutput=Kustuta aruanne (GUI) +operation.com.evolveum.midpoint.report.impl.ReportManagerImpl.deleteReportOutput=Kustuta aruanne (Aruanne) +operation.com.evolveum.midpoint.web.page.admin.reports.PageCreatedReports.downloadReport=Laadi alla aruanne (GUI) +operation..com.evolveum.midpoint.report.impl.ReportManagerImpl.getReportOutputData=Laadi aruanne (Aruanne) +PageWorkItem.couldNotGetWorkItem=Tööüksust ei õnnestunud hankida. See võib juba olla lõpetatud või kustutatud. +CsvDownloadButtonPanel.export=CSV eksportimine +AssignmentEditorDto.policyRuleTitle=Poliitika reegel diff --git a/gui/admin-gui/src/main/resources/localization/Midpoint_hu.properties b/gui/admin-gui/src/main/resources/localization/Midpoint_hu.properties index 1b3941d826f..dc62db8e097 100644 --- a/gui/admin-gui/src/main/resources/localization/Midpoint_hu.properties +++ b/gui/admin-gui/src/main/resources/localization/Midpoint_hu.properties @@ -104,7 +104,7 @@ AssignmentTablePanel.menu.addDelegation=Add delegation AssignmentTablePanel.menu.deleteDelegation=Delete delegation AssignmentTablePanel.menu.unassign=Hozzárendelés megszüntetése AssignmentTablePanel.menu.showAllAssignments=Minden hozzárendelés megjelenítése -AssignmentTablePanel.message.couldntAssignObject=Couldn't assign object '{0}', reason\: {1}. +AssignmentTablePanel.message.couldntAssignObject=Couldn't assign object '{0}', reason\\: {1}. AssignmentTablePanel.message.illegalAssignmentState=Illegal assignment state '{0}'. AssignmentTablePanel.message.noAssignmentSelected=No assignment selected. AssignmentTablePanel.message.noDelegationsSelected=No delegation selected. @@ -254,24 +254,24 @@ DefinitionScopeObjectType.RoleType=Szerepek DefinitionScopeObjectType.UserType=Felhasználók DefinitionScopeObjectType.OrgType=Szervezetek DefinitionScopeObjectType.ServiceType=Services -deleteAllDialog.label.accountShadowsDelete=Account shadows to delete\: {0} -deleteAllDialog.label.nonAccountShadowsDelete=Non-Account shadows to delete\: {0} +deleteAllDialog.label.accountShadowsDelete=Account shadows to delete\\: {0} +deleteAllDialog.label.nonAccountShadowsDelete=Non-Account shadows to delete\\: {0} deleteAllDialog.label.org=Org. Units -deleteAllDialog.label.orgUnitsDelete=Org. units to delete\: {0} +deleteAllDialog.label.orgUnitsDelete=Org. units to delete\\: {0} deleteAllDialog.label.shadow.account=Account shadows deleteAllDialog.label.shadow.nonAccount=Non-Account shadows deleteAllDialog.label.shadow.org=Org. unit shadows deleteAllDialog.label.shadow.role=Role shadows -deleteAllDialog.label.totalToDelete=Total objects to delete\: {0} -deleteAllDialog.label.usersDelete=Users to delete\: {0} (User 'Administrator' will not be deleted) +deleteAllDialog.label.totalToDelete=Total objects to delete\\: {0} +deleteAllDialog.label.usersDelete=Users to delete\\: {0} (User 'Administrator' will not be deleted) deleteAllDialog.label.users=Felhasználók -deleteAllDialog.message.choose=Choose object types to delete\: +deleteAllDialog.message.choose=Choose object types to delete\\: deleteAllDialog.no=Nem deleteAllDialog.yes=Igen -DeltaPanel.label.changeType=Change type\: -DeltaPanel.label.modifications=Modifications\: -DeltaPanel.label.objectToAdd=Object to add\: -DeltaPanel.label.oid=object with oid\: +DeltaPanel.label.changeType=Change type\\: +DeltaPanel.label.modifications=Modifications\\: +DeltaPanel.label.objectToAdd=Object to add\\: +DeltaPanel.label.oid=object with oid\\: direction.nullvalid=Choose One DoubleButtonPanel.button.default=Execute DoubleButtonPanel.download=Download @@ -305,7 +305,7 @@ ExpressionEditorPanel.label.language=Language ExpressionEditorPanel.label.type=Expression Type ExpressionEditorPanel.label.description=Leírás ExpressionEditorPanel.label.valuePolicyRef=Policy Ref. -ExpressionEditorPanel.message.cantSerialize=Could not create JAXBElement from provided XML expression. Please enter correct expression. Reason\: {0} +ExpressionEditorPanel.message.cantSerialize=Could not create JAXBElement from provided XML expression. Please enter correct expression. Reason\\: {0} ExpressionEditorPanel.message.expressionSuccess=Expression has been update successfully. ExpressionEvaluatorType.AS_IS=As is ExpressionEvaluatorType.GENERATE=Generate @@ -328,10 +328,10 @@ FeedbackAlertMessage.error=Hiba FeedbackAlertMessage.info=Information FeedbackAlertMessage.success=Success FeedbackAlertMessage.warn=Warning -feedbackMessagePanel.cause=Cause\: +feedbackMessagePanel.cause=Cause\\: feedbackMessagePanel.collapseAll=Collapse all -feedbackMessagePanel.context=Context\: -feedbackMessagePanel.count=Count\: +feedbackMessagePanel.context=Context\\: +feedbackMessagePanel.count=Count\\: feedbackMessagePanel.expandAll=Összes kibontása feedbackMessagePanel.export=Export to XML feedbackMessagePanel.hideStack=[ HIDE ERROR STACK ] @@ -347,7 +347,7 @@ feedbackMessagePanel.message.success=Success feedbackMessagePanel.message.undefined=Undefined feedbackMessagePanel.message.unknown=Ismeretlen feedbackMessagePanel.message.warn=Warning -feedbackMessagePanel.param=Param\: +feedbackMessagePanel.param=Param\\: feedbackMessagePanel.showStack=[ SHOW ERROR STACK ] feedbackMessagePanel.times=times feedtempMessagePanelbackMessagePanel.message.info=Information @@ -403,7 +403,7 @@ JasperReportConfigurationPanel.forPrompting=For prompting JasperReportConfigurationPanel.parameterClass=Parameter class JasperReportConfigurationPanel.nestedClass=Nested class JasperReportConfigurationPanel.parameterName=Parameter name -JasperReportConfigurationPanel.parameterProperty=Property\: {0} +JasperReportConfigurationPanel.parameterProperty=Property\\: {0} JasperReportConfigurationPanel.reportFields=Report fields JasperReportConfigurationPanel.reportParameters=Report parameters JasperReportConfigurationPanel.reportQuery=Report query @@ -520,7 +520,7 @@ MappingEditorDialog.label.strength=Strength MappingEditorDialog.label.target=Target MappingEditorDialog.label.timeFrom=Time from MappingEditorDialog.label.timeTo=Time to -MappingEditorDialog.message.cantSave=Couldn't save mapping. Reason\: +MappingEditorDialog.message.cantSave=Couldn't save mapping. Reason\\: MappingEditorDialog.message.warn.emptyTarget=Inbound mapping requires 'target' field to be specified. MappingsStatistics.AverageTime=Avg time MappingsStatistics.Count=Invocations count @@ -537,13 +537,13 @@ Message.SourceMemory=task in memory (fetched {0}) Message.SourceRepository=repository (statistics updated on {0}) message.success=Your Answers Were Updated Successfully message.WrongAnswer=Questions Not Answered Correctly -ModelOperationStatusPanel.label.focusName=Object\: -ModelOperationStatusPanel.label.focusType=of type\: -ModelOperationStatusPanel.label.primaryDelta=Primary delta\: -ModelOperationStatusPanel.label.state=State\: -ModelOperationStatusPanel.state.FINAL=Final\: operation has been executed (successfully or not) -ModelOperationStatusPanel.state.PRIMARY=Primary\: operation is being approved -ModelOperationStatusPanel.state.SECONDARY=Secondary\: resource operation(s) are being approved +ModelOperationStatusPanel.label.focusName=Object\\: +ModelOperationStatusPanel.label.focusType=of type\\: +ModelOperationStatusPanel.label.primaryDelta=Primary delta\\: +ModelOperationStatusPanel.label.state=State\\: +ModelOperationStatusPanel.state.FINAL=Final\\: operation has been executed (successfully or not) +ModelOperationStatusPanel.state.PRIMARY=Primary\\: operation is being approved +ModelOperationStatusPanel.state.SECONDARY=Secondary\\: resource operation(s) are being approved ModificationsPanel.label.attribute=Attribute ModificationsPanel.label.change=Change ModificationsPanel.label.value=Value(s) @@ -871,7 +871,7 @@ operation.com.evolveum.midpoint.web.page.admin.users.PageUsers.disableUsers=Disa operation.com.evolveum.midpoint.web.page.admin.users.PageUsers.enableUser=Enable user (Gui) operation.com.evolveum.midpoint.web.page.admin.users.PageUsers.enableUsers=Enable users (Gui) operation.com.evolveum.midpoint.web.page.admin.users.PageUser.sendToSubmit=Send for submit (Gui) -operation.com.evolveum.midpoint.web.page.admin.users.PageUsers.reconcileUser=Reconcile user (Gui)\: {0} +operation.com.evolveum.midpoint.web.page.admin.users.PageUsers.reconcileUser=Reconcile user (Gui)\\: {0} operation.com.evolveum.midpoint.web.page.admin.users.PageUsers.reconcileUsers=Reconcile users (Gui) operation.com.evolveum.midpoint.web.page.admin.workflow.PageWorkItem.saveWorkItem=Save work item (Gui) operation.com.evolveum.midpoint.web.util.WebModelUtils.deleteObject=Delete object (Gui) @@ -902,11 +902,11 @@ operation.com.evolveum.midpoint.web.component.wizard.resource.SchemaHandlingStep operation.com.evolveum.midpoint.web.component.wizard.resource.SynchronizationStep.saveResourceSynchronization=Save resource synchronization operation.com.evolveum.midpoint.web.component.wizard.resource.CapabilityStep.saveCapabilities=Save resource capabilities operation.com.evolveum.midpoint.web.page.admin.PageAdminFocus.loadShadow=Load shadow -operationResultPanel.cause=Cause\: -operationResultPanel.context=Context\: -operationResultPanel.count=Count\: +operationResultPanel.cause=Cause\\: +operationResultPanel.context=Context\\: +operationResultPanel.count=Count\\: operationResultPanel.hideStack=[ HIDE ERROR STACK ] -operationResultPanel.param=Param\: +operationResultPanel.param=Param\\: operationResultPanel.showStack=[ SHOW ERROR STACK ] operationResultPanel.times=times operationResultPanel.title.expectedError=Expected error @@ -1002,8 +1002,8 @@ PageAccounts.message.ownerNotFound=Could not found owner for shadow with oid {0} PageAccounts.message.unsupportedOwnerType=Unsupported owner type. 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.validationError=Searched objectClass value\: '{0}' is not valid. Please provide valid objectClass value. +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=Erőforrás PageAccounts.shadows=Shadows @@ -1114,9 +1114,9 @@ pageAdminFocus.organizations=Organizations pageAdminFocus.assignments=Assignments pageAdminFocus.message.couldntCreateAccountNoSchema=Couldn't create projection form for '{0}', no refined schema available. Possible problem with connector configuration and/or connection. Please check logs for more information. pageAdminFocus.message.couldntCreateAccountNoAccountSchema=Couldn't create projection form for '{0}', no schema for default 'account' object type available. Possible problem with resource configuration. Please check logs for more information. -pageAdminFocus.message.couldntCreateAccount=Couldn't create projection form for '{0}', reason\: {1}. +pageAdminFocus.message.couldntCreateAccount=Couldn't create projection form for '{0}', reason\\: {1}. pageAdminFocus.message.noAssignableSelected=No assignment selected. -pageAdminFocus.message.couldntAssignObject=Couldn't assign object '{0}', reason\: {1}. +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}'. @@ -1128,7 +1128,7 @@ pageAdminFocus.title.selectResource=Select resource(s) pageAdminFocus.title.selectAssignable=Select object(s) pageAdminFocus.task.name=Task name pageAdminFocus.task.category=Category -pageAdminFocus.task.descriptionHasTasks=Active tasks related to this object\: +pageAdminFocus.task.descriptionHasTasks=Active tasks related to this object: pageAdminFocus.task.descriptionNoTasks=There are no active tasks related to this object. pageAdminFocus.task.execution=Execution state pageAdminFocus.task.status=Status @@ -1188,15 +1188,15 @@ PageRepositoryQuery.button.useInObjectList=Use in object list PageRepositoryQuery.button.execute=Execute PageRepositoryQuery.message.emptyString=Entered query string is empty. Please provide non-empty query string. PageRepositoryQuery.result=Result -PageRepositoryQuery.resultObjects=Result\: retrieved {0} object(s) -PageRepositoryQuery.resultException=Result\: {0} +PageRepositoryQuery.resultObjects=Result: retrieved {0} object(s) +PageRepositoryQuery.resultException=Result: {0} PageRepositoryQuery.midPoint=MidPoint query -PageRepositoryQuery.objectType=Object type\: +PageRepositoryQuery.objectType=Object type: PageRepositoryQuery.hibernateQuery=Hibernate query PageRepositoryQuery.hibernateParameters=Query parameters -PageRepositoryQuery.hibernateParametersNote=Note\: The parameters are shown here only to indicate how midPoint query is translated into hibernate query. They are not used when manually executing a hibernate query, so the query you enter here should contain no references to parameters. +PageRepositoryQuery.hibernateParametersNote=Note: The parameters are shown here only to indicate how midPoint query is translated into hibernate query. They are not used when manually executing a hibernate query, so the query you enter here should contain no references to parameters. PageRepositoryQuery.incompleteResultsNote=Because you do not have administrator rights, results shown here were probably filtered by applying additional search conditions derived from your authorizations. These additional conditions are not visible in the hibernate query shown above. -PageRepositoryQuery.chooseSample=Or use a sample\: +PageRepositoryQuery.chooseSample=Or use a sample: PageRepositoryQuery.sample.ObjectType_AllObjectsInAnOrg=All objects in an organization (directly) PageRepositoryQuery.sample.ObjectType_AllObjectsInASubtree=All objects in a subtree PageRepositoryQuery.sample.OrgType_AllRootOrgs=All organizational roots @@ -1212,7 +1212,7 @@ PageRepositoryQuery.sample.UserType_UsersThatHaveARole=Users that have active as PageRepositoryQuery.sample.UserType_SpecifiedCostCenters=Users in cost centers 100000-999999 or X100-X999 PageRepositoryQuery.sample.ShadowType_ShadowsOnGivenResource=Shadows on a given resource PageRepositoryQuery.sample.UserType_UsersWithShadowOnGivenResource=Users with linked shadow on a given resource -PageRepositoryQuery.queryVsFilterNote=Note\: midPoint query contains a filter along with paging instruction, wrapped together within the <query> element. In contrast, when used in "Advanced filter" in GUI, only the <filter> sub-element is applicable. Paging is managed by the GUI itself. +PageRepositoryQuery.queryVsFilterNote=Note: midPoint query contains a filter along with paging instruction, wrapped together within the <query> element. In contrast, when used in "Advanced filter" in GUI, only the <filter> sub-element is applicable. Paging is managed by the GUI itself. PageCert.ago={0} ago PageCertCampaign.basic=Basic PageCertCampaign.button.back=Back @@ -1232,7 +1232,7 @@ PageCertCampaign.menu.revoke=Revoke PageCertCampaign.name=Név PageCertCampaign.numberOfStages=Number of stages PageCertCampaign.owner=Owner -PageCertCampaigns.agoForCampaign=(campaign\: {0} ago) +PageCertCampaigns.agoForCampaign=(campaign\\: {0} ago) PageCertCampaigns.agoForStage={0} ago PageCertCampaigns.button.closeCampaign=Close campaign PageCertCampaigns.button.closeStage=Close stage @@ -1242,7 +1242,7 @@ PageCertCampaigns.button.startRemediation=Start remediation 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.inForCampaign=(campaign\\: in {0}) PageCertCampaigns.inForStage=in {0} PageCertCampaigns.menu.close=Close campaign PageCertCampaigns.menu.closeSelected=Close selected campaigns @@ -1255,7 +1255,7 @@ PageCertCampaigns.message.closeStageConfirmSingle=Do you really want to close cu PageCertCampaigns.message.deleteCampaignConfirmMultiple=Do you really want to delete selected {0} campaigns? PageCertCampaigns.message.deleteCampaignConfirmSingle=Do you really want to delete campaign '{0}' ? PageCertCampaigns.message.noCampaignsSelected=No relevant campaigns selected -PageCertCampaigns.nowForCampaign=(campaign\: now) +PageCertCampaigns.nowForCampaign=(campaign\\: now) PageCertCampaigns.nowForStage=now PageCertCampaigns.table.deadline=Stage (campaign) deadline PageCertCampaigns.table.escalationLevel=Esc. level @@ -1336,7 +1336,7 @@ PageCertDefinition.campaignsTotal=Campaigns total PageCertDefinition.campaignLastStarted=Campaign last started PageCertDefinition.campaignLastClosed=Campaign last closed PageCertDefinition.owner=Owner -PageCertDefinition.stopReviewOn=stop review on\: +PageCertDefinition.stopReviewOn=stop review on: PageCertDefinition.stopReviewOnDefault= PageCertDefinition.stopReviewOnNone= PageCertDefinitions.basicInformation=Basic information @@ -1372,21 +1372,21 @@ PageCertDefinition.scopeEnabledItemsOnly=Enabled items only PageCertDefinition.stagesDefinition=Stages definition PageCert.in=in {0} PageCert.message.assignment={0} of {1} {2} to {3} {4}. -PageCert.message.textAdministrativeState=Administrative state\: {0}. +PageCert.message.textAdministrativeState=Administrative state\\: {0}. PageCert.message.textAssignment=Assignment -PageCert.message.textDescription=Description\: {0}. -PageCert.message.textExtensions=Extensions defined\: {0}. +PageCert.message.textDescription=Description\\: {0}. +PageCert.message.textExtensions=Extensions defined\\: {0}. PageCert.message.textInducement=Inducement -PageCert.message.textIntent=Intent\: {0}. -PageCert.message.textKind=Kind\: {0}. -PageCert.message.textOrder=Order\: {0}. -PageCert.message.textOrg=Org\: {0}. -PageCert.message.textRelation=Relation\: {0}. -PageCert.message.textTenant=Tenant\: {0}. -PageCert.message.textValidFrom=Valid from\: {0}. -PageCert.message.textValidTo=Valid to\: {0}. +PageCert.message.textIntent=Intent\\: {0}. +PageCert.message.textKind=Kind\\: {0}. +PageCert.message.textOrder=Order\\: {0}. +PageCert.message.textOrg=Org\\: {0}. +PageCert.message.textRelation=Relation\\: {0}. +PageCert.message.textTenant=Tenant\\: {0}. +PageCert.message.textValidFrom=Valid from\\: {0}. +PageCert.message.textValidTo=Valid to\\: {0}. PageCert.now=now -StageEditorPanel.stageDefinitionLabelName = Stage Definition \# +StageEditorPanel.stageDefinitionLabelName = Stage Definition \\# StageDefinitionPanel.stageName = Név StageDefinitionPanel.stageDescription = Leírás StageDefinitionPanel.stageDuration = Duration @@ -1432,7 +1432,7 @@ pageContentAccounts.menu.disableAccounts=Disable selected pageContentAccounts.menu.enableAccounts=Enable selected pageContentAccounts.menu.importAccounts=Import selected pageContentAccounts.menu.removeOwners=Remove for selected -pageContentAccounts.message.cantImportAccount=Can't import account, oid\={0} +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? @@ -1474,7 +1474,7 @@ PageCreatedReports.title=Created Reports PageDashboard.accounts=My accounts PageDashboard.activeTasks=Active Tasks PageDashboard.activeUsers=Aktív felhasználók -PageDashboard.assignments=My Assignments +PageDashboard.assignments=My assignments PageDashboard.personalInfo=Personal info PageDashboard.serverLoad=Server Load PageDashboard.systemInfo=System status @@ -1523,7 +1523,7 @@ pageDebugList.message.deleteObjectConfirm=Do you really want to delete "{0}"? pageDebugList.message.deleteSelectedConfirm=Do you really want to delete {0} objects? pageDebugList.message.laxativeProblem=Drop all identities operation has not performed successfully pageDebugList.message.nothingSelected=No object has been selected. -pageDebugList.message.queryException=Couldn't create query for name substring, reason\: {0} +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 @@ -1584,8 +1584,8 @@ PageInternals.consistencyChecks=Check consistency PageInternals.encryptionChecks=Check encryption PageInternals.readEncryptionChecks=Check read encryption 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}, QNameUtil.tolerateUndeclaredPrefixes\: {3} +PageInternals.message.debugUpdatePerformed=Debug util updated. New value\\: {0} +PageInternals.message.internalsConfigUpdate=Internals config update. consistencyChecks\\: {0},encryptionChecks\\: {1}, readEncryptionChecks\\: {2}, QNameUtil.tolerateUndeclaredPrefixes\\: {3} PageInternals.offset=Offset PageInternals.title.debugUtil=Debug util PageInternals.title.internalsConfig=Internals config @@ -1618,7 +1618,7 @@ InternalCounters.prismObjectCloneCount=Prism object clone InternalCounters.roleEvaluationCount=Role evaluation count InternalCounters.roleEvaluationSkipCount=Role evaluation skip count InternalCounters.projectorRunCount=Projector run count -pageLogging.appender=Appender\: +pageLogging.appender=Appender\\: pageLogging.appenders=Appenders pageLogging.appenders.appending=Appending pageLogging.appenders.filePath=Fájl elérési útvonal @@ -1628,7 +1628,7 @@ pageLogging.appenders.maxHistory=Max. history pageLogging.appenders.name=Név pageLogging.appenders.pattern=Pattern pageLogging.audit=Audit -pageLogging.auditLog=Audit to log file\: +pageLogging.auditLog=Audit to log file\\: pageLogging.button.addClassLogger=Add logger pageLogging.button.addComponentLogger=Add component logger pageLogging.button.addConsoleAppender=Add console appender @@ -1640,8 +1640,8 @@ pageLogging.button.deleteFilter=Delete filter pageLogging.button.deleteLogger=Delete logger pageLogging.button.reset=Reset pageLogging.button.save=Mentés -pageLogging.details=Details\: -pageLogging.dumpInterval=Dump interval\: +pageLogging.details=Details\\: +pageLogging.dumpInterval=Dump interval\\: pageLogging.filter.ALL=All pageLogging.filter=Filter pageLogging.filter.GUI=Web filter @@ -1668,18 +1668,18 @@ pageLogging.loggersTable=Loggers table pageLogging.logger.TASKMANAGER=Task manager logger pageLogging.logger.WORKFLOWS=Workflow module logger pageLogging.logSubsystemEntryExit=Log subsystem entry/exit -pageLogging.performanceStatistics=Performance statistics\: +pageLogging.performanceStatistics=Performance statistics\\: pageLogging.profiling=Profiling -pageLogging.requestFilter=Request filter\: -pageLogging.rootAppender=Root appender\: -pageLogging.rootLevel=Root logger\: +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.provisioning=Provisioning pageLogging.subsystem.repository=Repository pageLogging.subsystem.resourceObjectChangeListener=Resource object change listener -pageLogging.subsystems=Subsystems\: +pageLogging.subsystems=Subsystems\\: pageLogging.subsystem..taskManager=Task manager pageLogging.subsystem.ucf=Ucf pageLogging.subsystem.workflow=Workflow @@ -1883,8 +1883,8 @@ PageRoleEditor.label.ownerRef.placeholder=Set owner PageRoleEditor.label.requestable=Requestable PageRoleEditor.label.riskLevel=Risk Level PageRoleEditor.label.type=Type -PageRoleEditor.message.addApproverOk=Approver with name\: '{0}' was added successfully. -PageRoleEditor.message.addOwnerOk=Owner with name\: '{0}' was added successfully. +PageRoleEditor.message.addApproverOk=Approver with name\\: '{0}' was added successfully. +PageRoleEditor.message.addOwnerOk=Owner with name\\: '{0}' was added successfully. PageRoleEditor.message.cantAddOwner=Can't setup the selected owner. PageRoleEditor.message.cantCreateExtensionDelta=Can't create delta for role extension PageRoleEditor.subtitle.activation=Activation @@ -1909,7 +1909,7 @@ PageRoles.title=List roles pageSecurityQuestions.message.WrongAnswer=Questions Not Answered Correctly pageSecurityQuestions.message.noPolicySet=No password policy is set PageSecurityQuestions.title=Security Questions -PageShowPassword.message=Your new password is\: +PageShowPassword.message=Your new password is\\: PageShowPassword.success=New password has been successfully created PageShowPassword.title=New Password PageSizePopover.title=Page size @@ -1952,7 +1952,7 @@ pageTask.category.Reconciliation=Reconciliation pageTask.category.UserRecomputation=User 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.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.cronSpec=Schedule cron-like specification @@ -1972,7 +1972,7 @@ pageTaskEdit.button.stopApprovalProcess=Stop approval process pageTaskEdit.button.save=Mentés pageTaskEdit.button.suspend=Suspend pageTaskEdit.category=Category -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.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 @@ -2054,8 +2054,8 @@ pageTask.objectClass=Object class pageTask.objectRef=Resource reference pageTask.options=Options pageTask.recurring=Recurring task -pageTask.runUntilNodeDown.error1=Compatible data for 'Thread stop action' are\: Close, Suspend -pageTask.runUntilNodeDown.error2=Compatible data for 'Thread stop action' are\: Restart, Reschedule +pageTask.runUntilNodeDown.error1=Compatible data for 'Thread stop action' are\\: Close, Suspend +pageTask.runUntilNodeDown.error2=Compatible data for 'Thread stop action' are\\: Restart, Reschedule pageTask.runUntilNodeDown=Run only until node down pageTasks.alreadyPassed=already passed pageTasks.alreadyPassedForNotRunningTasks=(already passed) @@ -2153,7 +2153,7 @@ PageTasks.title=Tasks pageTasks.unknownRefName=Unknown object pageTask.threadStop=Thread stop action pageTask.title.edit=Details for '{0}' -pageTask.type=Type\: +pageTask.type=Type\\: page.title.edit={0} page.title.editResource=Edit resource pageUser.accounts=Accounts @@ -2184,8 +2184,8 @@ pageUser.message.cantEditUser=Couldn't load form for editing user. pageUser.message.cantNewUser=Couldn't load form for new user. pageUser.message.cantSubmitUser=Couldn't send user for submit pageUser.message.cantUpdateUser=Update user failed -pageUser.message.couldntAssignObject=Couldn't assign object '{0}', reason\: {1}. -pageUser.message.couldntCreateAccount=Couldn't create account form for '{0}', reason\: {1}. +pageUser.message.couldntAssignObject=Couldn't assign object '{0}', reason\\: {1}. +pageUser.message.couldntCreateAccount=Couldn't create account form for '{0}', reason\\: {1}. pageUser.message.couldntCreateAccountNoSchema=Couldn't create account form for '{0}', no refined schema available. Possible problem with connector configuration and/or connection. Please check logs for more information. pageUser.message.deleteAccountConfirm=Do you really want to delete {0} account(s)? pageUser.message.deleteAssignmentConfirm=Do you really want to delete {0} assignment(s)? @@ -2261,26 +2261,26 @@ 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.requestedBy=Requested by\\: +pageWorkItem.requestedOn=Requested on\\: pageWorkItem.requester.description=Requester pageWorkItem.requestSpecific.description=Your decision -workItemPanel.originallyAllocatedTo=Originally allocated to\: -workItemPanel.currentlyAllocatedTo=Currently allocated to\: -workItemPanel.candidateActors=Candidate actors\: -workItemPanel.stage=Approval stage\: -workItemPanel.escalationLevel=Escalation level\: -workItemPanel.requesterComment=Requester comment\: +workItemPanel.originallyAllocatedTo=Originally allocated to\\: +workItemPanel.currentlyAllocatedTo=Currently allocated to\\: +workItemPanel.candidateActors=Candidate actors\\: +workItemPanel.stage=Approval stage\\: +workItemPanel.escalationLevel=Escalation level\\: +workItemPanel.requesterComment=Requester comment\\: workItemPanel.delta=Delta to be approved workItemPanel.mainInfo=Basic information workItemPanel.options=Options -workItemPanel.requestedBy=Requested by\: -workItemPanel.requestedOn=Requested on\: -workItemPanel.workItemCreatedOn=This work item created on\: -workItemPanel.workItemDeadline=Deadline\: +workItemPanel.requestedBy=Requested by\\: +workItemPanel.requestedOn=Requested on\\: +workItemPanel.workItemCreatedOn=This work item created on\\: +workItemPanel.workItemDeadline=Deadline\\: workItemPanel.requester.description=Requester workItemPanel.subTitle=work item details -workItemPanel.title=Work to do\: +workItemPanel.title=Work to do\\: workItemPanel.changesToBeApproved=Changes to be approved workItemPanel.additionalAttributes=Additional attributes workItemPanel.approvalHistory=Approval history for this request @@ -2312,10 +2312,10 @@ PageWorkItemsAll.title=All work items PageWorkItemsAllocatedToMe.title=Work items allocated to me PageWorkItem.title=Work item details PageWorkItem.subTitle=work item details -pageWorkItem.title=Work to do\: +pageWorkItem.title=Work to do\\: pageWorkItem.trackingData.description=Tracking (diagnostic) data pageWorkItem.trackingData=Tracking data -pageWorkItem.workItemCreatedOn=This work item created on\: +pageWorkItem.workItemCreatedOn=This work item created on\\: passwordPanel.error=Passwords don't match. passwordPanel.passwordChange=Change passwordPanel.passwordRemove=Remove @@ -2356,17 +2356,17 @@ prismPropertyPanel.name.credentials.password=Jelszó prismPropertyPanel.required=Kötelező prismValuePanel.add=Hozzáad prismValuePanel.delete=Törlés -prismValuePanel.message.association.attributes=Attributes\: -processInstancePanel.details=Other information\: -processInstancePanel.finished=Finished\: +prismValuePanel.message.association.attributes=Attributes\\: +processInstancePanel.details=Other information\\: +processInstancePanel.finished=Finished\\: processInstancePanel.message.cantGetDetails=Couldn't get process instance details. processInstancePanel.message.noTasks=none -processInstancePanel.name=Process instance name\: -processInstancePanel.pid=Instance ID\: -processInstancePanel.started=Started\: +processInstancePanel.name=Process instance name\\: +processInstancePanel.pid=Instance ID\\: +processInstancePanel.started=Started\\: processInstancePanel.taskAlreadyRemoved=(was already removed) -processInstancePanel.task=System task\: -processInstancePanel.tasks=Currently active work items\: +processInstancePanel.task=System task\\: +processInstancePanel.tasks=Currently active work items\\: processInstancePanel.title.edit=Details for '{0}' ProfilingLevel.ARGUMENTS=Arguments ProfilingLevel.ENTRY_EXIT=Entry/Exit @@ -2401,7 +2401,7 @@ ProvisioningStatistics.UpdateFailure=Fail ProvisioningStatistics.UpdateSuccess=Update OK QNameEditor.label.localPart=Local part name QNameEditor.label.namespace=Namespace -QNameEditor.tooltip.attribute=TODO\: QNameEditor.tooltip.attribute +QNameEditor.tooltip.attribute=TODO\\: QNameEditor.tooltip.attribute QNameEditor.tooltip.localPart=Local part of QName QNameEditor.tooltip.namespace=Namespace of QName RangeValidator.range=Field '${label}' have to be between ${minimum} and ${maximum}. @@ -2457,7 +2457,7 @@ ResourceAttributeEditor.label.inbound=Inbound mappings ResourceAttributeEditor.label.intolerantVP=Intolerant pattern ResourceAttributeEditor.label.limitations=Limitations ResourceAttributeEditor.label.matchingRule=Matching rule -ResourceAttributeEditor.label.unknownMatchingRule=Unknown matching rule\: {0} +ResourceAttributeEditor.label.unknownMatchingRule=Unknown matching rule: {0} ResourceAttributeEditor.label.new=Create new attribute ResourceAttributeEditor.label.outbound=Outbound mappings ResourceAttributeEditor.label.reference=Attribute @@ -2517,12 +2517,12 @@ ResourceWizard.expression.tooltip.expression=The XML representation of the expre 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. -ResourceWizard.help.capabilityStep=

Resource capabilities are the things that the resource can do. Not all the resource are equal in their capabilities. E.g. one resource supports account activation (enabling and disabling accounts) but other does not. One resource provides read-write access while other can support read-only access. One resource supports real-time synchronization while other does not. The capabilities define what features the resource supports so system can behave accordingly.

All the capabilities can be disabled (i.e. turned off). Disabling the capability will cause that system will not use that part of the connector and resource. The capabilities are usually disabled if they are faulty. E.g. if there is a bug in a connector or on the resource then the bug might be circumvented if appropriate capability is disabled. But the capabilities may be disabled also for administrative reasons. E.g. disabling Create, Update and Delete capabilities makes the resource efficiently read-only.

Some capabilities can be simulated. It means that system can pretend that the resource has specific capability even though it does not have it. E.g. an activation capability can be simulated by setting a specific account attribute to a specific value to disable an account. Such simulated capabilities usually require some configuration. This can also be configured on this page.

See Resource Capabilities wiki page for more details. +ResourceWizard.help.capabilityStep=

Resource capabilities are the things that the resource can do. Not all the resource are equal in their capabilities. E.g. one resource supports account activation (enabling and disabling accounts) but other does not. One resource provides read-write access while other can support read-only access. One resource supports real-time synchronization while other does not. The capabilities define what features the resource supports so system can behave accordingly.

All the capabilities can be disabled (i.e. turned off). Disabling the capability will cause that system will not use that part of the connector and resource. The capabilities are usually disabled if they are faulty. E.g. if there is a bug in a connector or on the resource then the bug might be circumvented if appropriate capability is disabled. But the capabilities may be disabled also for administrative reasons. E.g. disabling Create, Update and Delete capabilities makes the resource efficiently read-only.

Some capabilities can be simulated. It means that system can pretend that the resource has specific capability even though it does not have it. E.g. an activation capability can be simulated by setting a specific account attribute to a specific value to disable an account. Such simulated capabilities usually require some configuration. This can also be configured on this page.

See Resource Capabilities wiki page for more details. ResourceWizard.help.configurationStep=

This stage of the wizard configures connector configuration properties. They usually define network parameters used to access the resource such as hostname and port numbers. Additional connection parameters such as operation network timeouts and connection pooling configuration can be specified here.

There connector configuration properties are unique for each connector. The specific set of configuration properties are determined by connector configuration schema. Therefore the content of this page depends on the connector type that was selected in the previous page.

-ResourceWizard.help.nameStep=

This stage of the wizard configures basic properties of the resource. It can be used to configure resource name and description. Connector name is mandatory and must be unique. Connector that will be used to access the resource must also be configured. Connectors are deployed on connector hosts. If the connector host is left empty then connectors deployed directly in the system instance will be used.

See Resource Configuration wiki page for detailed explanation of resource configuration.

-ResourceWizard.help.schemaHandlingStep=

This step is used to provide configuration for handling of resource schema. The configuration displayed on this page tells system what to do with resource object classes and attributes. It contains the configuration of mappings between user properties and account attributes, configuration of account types, groups, provisioning dependencies, password mapping and so on.

The configuration is grouped into object types. Each object type defines the behavior for specific account type, entitlement type, OU, etc. The object type is uniquely identified by the combination of kind and intent. The kind defines what kind of the object it is\:

  • kind\=account means that the object is an account, i.e. that it represents a user.
  • kind\=entitlement is applied to groups, roles, privileges, ACIs and similar objects that can be associated with accounts and which give privileges or access rights to the account.
  • kind\=generic applies to other objects such as organizational units (OUs), domains, etc.
Intent is a plain string that can be used to distinguish several object types. E.g. it can be used to define several account types, e.g. "default user account", "administration account", "testing account" and so on. See Kind, Intent and ObjectClass wiki page for more details.

More details about schema handling configuration are provided on Resource Schema Handling wiki page. -ResourceWizard.help.schemaStep=

This page shows resource schema. The resource schema defines object classes that the connector can manage, e.g. accounts, groups, organizational units and so on. The schema defines a set of attributes for each object class. The schema is presented here in read-only form so you can inspect it and familiarize yourself with the data model that the resource provides.

The resource schema presented at this page is usually retrieved from the resource and automatically generated by system. Resource schema defines what the resource can do, i.e. what object classes it defines and what attributes are used in the object classes. Therefore the schema is read-only. It is not a configuration. It does not defines how system uses the object classes and attributes. That is configured in next steps of the wizard.

See Resource Schema wiki page for detailed explanation of resource schema concepts

-ResourceWizard.help.synchronizationStep=

The synchronization configuration defines how Identity Manager reacts when it discovers that resource object has changed. E.g. it defines how system reacts when it discovers new account, when it discovers that a group that should exist does not and so on. It is usually does not matter how system discovers the change the reaction is usually the same (although exceptions are possible by using channel specification). Therefore the policy that is configured here usually applies to live synchronization, reconciliation, import, discovery (consistency mechanism) and possible also other mechanisms that may come in the future.

See Synchronization Configuration wiki page for more details. +ResourceWizard.help.nameStep=

This stage of the wizard configures basic properties of the resource. It can be used to configure resource name and description. Connector name is mandatory and must be unique. Connector that will be used to access the resource must also be configured. Connectors are deployed on connector hosts. If the connector host is left empty then connectors deployed directly in the system instance will be used.

See Resource Configuration wiki page for detailed explanation of resource configuration.

+ResourceWizard.help.schemaHandlingStep=

This step is used to provide configuration for handling of resource schema. The configuration displayed on this page tells system what to do with resource object classes and attributes. It contains the configuration of mappings between user properties and account attributes, configuration of account types, groups, provisioning dependencies, password mapping and so on.

The configuration is grouped into object types. Each object type defines the behavior for specific account type, entitlement type, OU, etc. The object type is uniquely identified by the combination of kind and intent. The kind defines what kind of the object it is\\:

  • kind\\=account means that the object is an account, i.e. that it represents a user.
  • kind\\=entitlement is applied to groups, roles, privileges, ACIs and similar objects that can be associated with accounts and which give privileges or access rights to the account.
  • kind\\=generic applies to other objects such as organizational units (OUs), domains, etc.
Intent is a plain string that can be used to distinguish several object types. E.g. it can be used to define several account types, e.g. "default user account", "administration account", "testing account" and so on. See Kind, Intent and ObjectClass wiki page for more details.

More details about schema handling configuration are provided on Resource Schema Handling wiki page. +ResourceWizard.help.schemaStep=

This page shows resource schema. The resource schema defines object classes that the connector can manage, e.g. accounts, groups, organizational units and so on. The schema defines a set of attributes for each object class. The schema is presented here in read-only form so you can inspect it and familiarize yourself with the data model that the resource provides.

The resource schema presented at this page is usually retrieved from the resource and automatically generated by system. Resource schema defines what the resource can do, i.e. what object classes it defines and what attributes are used in the object classes. Therefore the schema is read-only. It is not a configuration. It does not defines how system uses the object classes and attributes. That is configured in next steps of the wizard.

See Resource Schema wiki page for detailed explanation of resource schema concepts

+ResourceWizard.help.synchronizationStep=

The synchronization configuration defines how Identity Manager reacts when it discovers that resource object has changed. E.g. it defines how system reacts when it discovers new account, when it discovers that a group that should exist does not and so on. It is usually does not matter how system discovers the change the reaction is usually the same (although exceptions are possible by using channel specification). Therefore the policy that is configured here usually applies to live synchronization, reconciliation, import, discovery (consistency mechanism) and possible also other mechanisms that may come in the future.

See Synchronization Configuration wiki page for more details. ResourceWizard.saveAndVisualize=Save and visualize ResourceWizard.visualize=Visualize runReportPopupContent.button.run=Run report @@ -2549,18 +2549,19 @@ runReportPopupContent.param.name.role=Role runReportPopupContent.param.name.roleOids=Roles runReportPopupContent.param.name.users=Users runReportPopupContent.param.name.stageNumber=Stage number (default is to take all stages) +runReportPopupContent.param.name.referencedRolesNames=Referenced Roles RunReportPopupPanel.title=Report configuration before run -runUntilNodeDown.error1=Compatible data for 'Thread stop action' are\: Close, Suspend -runUntilNodeDown.error2=Compatible data for 'Thread stop action' are\: Restart, Reschedule -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. +runUntilNodeDown.error1=Compatible data for 'Thread stop action' are\\: Close, Suspend +runUntilNodeDown.error2=Compatible data for 'Thread stop action' are\\: Restart, Reschedule +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 Identity Manager (usually a user). SchemaHandlingStep.activation.tooltip.outbound=Outbound mappings map values from Identity Manager (usually a user) to the resource (usually an account). SchemaHandlingStep.association.label.associationName=Association name SchemaHandlingStep.association.label.associationNamespace=Namespace 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 "member", "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.associationLocalPart=TODO\: SchemaHandlingStep.association.tooltip.associationLocalPart -SchemaHandlingStep.association.tooltip.associationNamespace=TODO\: SchemaHandlingStep.association.tooltip.associationNamespace -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.associationLocalPart=TODO\\: SchemaHandlingStep.association.tooltip.associationLocalPart +SchemaHandlingStep.association.tooltip.associationNamespace=TODO\\: SchemaHandlingStep.association.tooltip.associationNamespace +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 system assumes that the resource implements referential integrity. E.g. system assumes that the resource automatically updates the association identifiers if an account is renamed and system does not need to do anything. If set to true then system will do referential integrity explicitly. In this case system 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. @@ -2568,10 +2569,10 @@ SchemaHandlingStep.association.tooltip.valueAttribute=Name of the attribute that SchemaHandlingStep.attribute.label.attributeName=Attribútum név SchemaHandlingStep.attribute.label.attributeNamespace=Attribute namespace 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.attributeLocalPart=TODO\: SchemaHandlingStep.attribute.tooltip.attributeLocalPart -SchemaHandlingStep.attribute.tooltip.attributeNamespace=TODO\: SchemaHandlingStep.attribute.tooltip.attributeNamespace +SchemaHandlingStep.attribute.tooltip.attributeLocalPart=TODO\\: SchemaHandlingStep.attribute.tooltip.attributeLocalPart +SchemaHandlingStep.attribute.tooltip.attributeNamespace=TODO\\: SchemaHandlingStep.attribute.tooltip.attributeNamespace 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.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.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 system (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 system processing (mappings). SchemaHandlingStep.attribute.tooltip.limitations=Specify attribute limitations such as multiplicity, ability to read or write it, etc. @@ -2581,7 +2582,7 @@ SchemaHandlingStep.attribute.tooltip.reference=Name of the attribute to configur SchemaHandlingStep.attribute.tooltip.tolerant=Tolerant attributes tolerate values that are set outside of system. Non-tolerant attributes will only allow values that are defined in system (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 system processing (mappings). SchemaHandlingStep.button.add=Add object type -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.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 system (usually a user). SchemaHandlingStep.credentials.tooltip.outbound=Outbound mappings map values from system (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. @@ -2589,10 +2590,10 @@ SchemaHandlingStep.dependency.tooltip.intent=Intent of the object on which we de 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.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.iteration.tooltip.returnMultiplicity=TODO\\: SchemaHandlingStep.iteration.tooltip.returnMultiplicity +SchemaHandlingStep.iteration.tooltip.variable=TODO\\: SchemaHandlingStep.iteration.tooltip.variable SchemaHandlingStep.label.activation=Activation SchemaHandlingStep.label.assignmentPolicyRef=Assignment policy SchemaHandlingStep.label.associations=Associations @@ -2613,7 +2614,7 @@ SchemaHandlingStep.limitations.tooltip.ignore=Flag to ignore an attribute. Syste 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.maxOccurs=Maximum number of occurrences of the attribute. A value of one means single-value attribute, value of "unbounded" means multi-value attribute. A value which is specified here overrides the value taken from resource schema. SchemaHandlingStep.limitations.tooltip.minOccurs=Minimum number of occurrences of the attribute. A value of zero means optional attribute, value of one means mandatory attribute. A value which is specified here overrides the value taken from resource schema. -SchemaHandlingStep.limitations.tooltip.other=TODO\: REMOVE THIS TOOLTIP +SchemaHandlingStep.limitations.tooltip.other=TODO\\: REMOVE THIS TOOLTIP SchemaHandlingStep.limitations.tooltip.propertyAccess=The type of access which is allowed or denied. SchemaHandlingStep.mapping.tooltip.authoritative=Authoritative mappings both add and remove specified value. Non-authoritative mappings only add the value. E.g. if a role with an authoritative mapping is removed the value that the mapping implied is also removed. If a role with non-authoritative mapping is removed then the value remains. SchemaHandlingStep.mapping.tooltip.channel=Limits application of this mapping only to specific channel. E.g. to changes coming from live sync, reconciliation or GUI. If the channel is listed then the mapping will be applied. If it is not then it will not be applied. If no channel is specified then no limitations apply and the mapping will be applied for all channels. @@ -2630,30 +2631,30 @@ SchemaHandlingStep.mapping.tooltip.expressionValuePolicyRef=Reference to a value SchemaHandlingStep.mapping.tooltip.source=Mapping source. Mapping will react to changes in its sources. The values of the sources are input parameters to the expression inside the mapping. SchemaHandlingStep.mapping.tooltip.strength=The strength with which the mapping is applied. Weak mappings are only applied if there is no value in the target yet. Normal mappings are applied only if the source has been changed. Strong mappings are applied always. SchemaHandlingStep.mapping.tooltip.target=Mapping target. The value that the mapping produces will be applied to the mapping target. -SchemaHandlingStep.message.errorLoadingObjectTypeList=Couldn't load object class list from resource. Error\: +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.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.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.title=Schema handling 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.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.filterClause=TODO\\: SchemaHandlingStep.tooltip.filterClause SchemaHandlingStep.tooltip.intent=Intent specifies what system should do with the object. Intent sorts objects of the same kind into several categories. Objects with different intents may be handled differently by system. SchemaHandlingStep.tooltip.iteration=Iteratively find values for unique attributes such as identifiers. Identity Manager 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. System 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.duplicateObjectTypeWarning=There are more definitions for kind/intent\: {0}. -SchemaHandlingStep.in=in\: {0} +SchemaHandlingStep.duplicateObjectTypeWarning=There are more definitions for kind/intent: {0}. +SchemaHandlingStep.in=in: {0} SchemaHandlingStep.out=out SchemaHandlingStep.dup=DUP {0} SchemaListPanel.attributes=Attributes @@ -2686,7 +2687,7 @@ SchemaStep.xml=XML SearchFilterPanel.button.update=Update clause SearchFilterPanel.label.description=Leírás SearchFilterPanel.label.filterClause=Filter clause -SearchFilterPanel.message.cantSerialize=Could not parse filter clause. Please enter correct expression. Reason\: {0} +SearchFilterPanel.message.cantSerialize=Could not parse filter clause. Please enter correct expression. Reason\\: {0} SearchFilterPanel.message.expressionSuccess=Filter clause has been updated successfully. searchForm.filetype.null=File type searchForm.reportType.null=Report type @@ -2787,7 +2788,7 @@ SynchronizationStep.label.reaction=Reaction SynchronizationStep.label.reconcile=Reconcile SynchronizationStep.label.syncObjectHeader=Synchronization objects SynchronizationStep.message.cantSave=Couldn't save resource synchronization. -SynchronizationStep.message.errorLoadingObjectSyncList=Couldn't load object synchronization list from resource. Error\: +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. SynchronizationStep.reaction.tooltip.action=Explicit action. This setting defines what system has to do as a reaction to the synchronization event. @@ -2840,7 +2841,7 @@ SystemConfigPanel.title.notification=Notifications SystemConfigPanel.title.passwordPolicy=Globális jelszó házirend SystemConfigPanel.title.securityPolicy=Global security policy SystemConfigPanel.title.userTemplate=Default user template -SystemConfigPanel.tooltip.duration=Format\: P[n][p], n-number, p-period (d - days, m - months, ...), P3M - cleanup every 3 months +SystemConfigPanel.tooltip.duration=Format\\: P[n][p], n-number, p-period (d - days, m - months, ...), P3M - cleanup every 3 months SystemInfoPanel.cpuUsage=CPU Usage SystemInfoPanel.heapMemory=Heap memory (used/committed/max) SystemInfoPanel.nonHeapMemory=Non heap memory (used/committed/max) @@ -2867,7 +2868,7 @@ TaskListType.ACTIVATED=Activated TaskListType.ALL=All TaskListType.DEACTIVATED=Deactivated TaskListType.EXECUTING=Executing -TaskStatePanel.countersSource=Statistical and state information source\: +TaskStatePanel.countersSource=Statistical and state information source\\: TaskStatePanel.currentObjectProcessed=Current object being processed TaskStatePanel.executionStatus=Execution status TaskStatePanel.executionTime=Execution time @@ -2882,7 +2883,7 @@ TaskStatePanel.message.lastObjectProcessed={0} TaskStatePanel.message.node= - at node {0} TaskStatePanel.message.objectsProcessed={0} TaskStatePanel.message.objectsProcessedTime=(average time {1} ms, total processing time {0} seconds) -TaskStatePanel.message.objectsTotal={0} (wall clock average\: {1} ms) +TaskStatePanel.message.objectsTotal={0} (wall clock average\\: {1} ms) TaskStatePanel.message.timeInfoWithAgo={0} ({1} ago) TaskStatePanel.message.timeInfoWithDuration={0} (in {1} ms) TaskStatePanel.message.timeInfoWithDurationAndAgo={0} ({1} ago - in {2} ms) @@ -2900,11 +2901,11 @@ TaskStatePanel.statistics=Environmental performance statistics TaskStatePanel.subtaskName=Név TaskStatePanel.subtaskObjectsProcessed=Objects processed TaskStatePanel.subtaskState=Állapot -TaskStatePanel.updated=Updated\: +TaskStatePanel.updated=Updated\\: TaskStatePanel.workerThreads=Lightweight subtasks (worker threads) -tempMessagePanel.cause=Cause\: -tempMessagePanel.context=Context\: -tempMessagePanel.count=Count\: +tempMessagePanel.cause=Cause\\: +tempMessagePanel.context=Context\\: +tempMessagePanel.count=Count\\: tempMessagePanel.message.debug=Debug tempMessagePanel.message.error=Hiba tempMessagePanel.message.expectedError=Expected error @@ -2916,7 +2917,7 @@ tempMessagePanel.message.success=Success tempMessagePanel.message.undefined=Undefined tempMessagePanel.message.unknown=Ismeretlen tempMessagePanel.message.warn=Warning -tempMessagePanel.param=Param\: +tempMessagePanel.param=Param\\: tempMessagePanel.times=times TextDetailsPanel.title=Association Details TextField.universal.placeholder=Insert value @@ -2928,7 +2929,7 @@ Title.CurrentStatus=Last status message Title.MappingsStatistics=Mappings evaluation information Title.NotificationsStatistics=Notifications information Title.ProvisioningStatistics=Provisioning operations information -Title.Source=Forrás\: +Title.Source=Source\\: TreeTablePanel.childOrg=Children org. units TreeTablePanel.collapseAll=Collapse all TreeTablePanel.deleteRoot=Delete root @@ -2950,7 +2951,7 @@ TreeTablePanel.menu.enable=Enable TreeTablePanel.menu.move=Move TreeTablePanel.menu.recompute=Recompute TreeTablePanel.menu.removeFromHierarchy=Remove from org. unit -TreeTablePanel.message.warn.deleteTreeObjectConfirm=Warning\! {0} has members. Do you really want to delete this org. unit? +TreeTablePanel.message.warn.deleteTreeObjectConfirm=Warning! {0} has members. Do you really want to delete this org. unit? TreeTablePanel.message.deleteTreeObjectConfirm=Do you really want to delete org. unit "{0}"? TreeTablePanel.message.deleteObjectConfirm=Do you really want to delete selected {0} object(s)? TreeTablePanel.message.deleteRootConfirm=Do you really want to delete {0} ({1})? @@ -3022,7 +3023,7 @@ web.security.provider.invalid=Hibás felhasználónév és/vagy jelszó. web.security.provider.invalid.link=Invalid link web.security.provider.locked=Felhasználó zárolva, kérem várjon. web.security.provider.password.bad=User doesn't have defined password. -web.security.provider.password.encoding=Couldn't authenticate user, reason\: couldn't encode password. +web.security.provider.password.encoding=Couldn't authenticate user, reason\\: couldn't encode password. web.security.provider.unavailable=Jelenleg nem tudjuk feldolgozni a kérését. Próbálja újra később. web.security.ldap.access.denied=Access denied. You don't have permission to access, please contact Identity Manager's administrators. web.security.ldap.denied=Permission denied. @@ -3031,15 +3032,15 @@ web.security.ldap.invalid=Invalid username and/or password. web.security.ldap.invalid.link=Invalid link web.security.ldap.locked=User is locked, please wait. web.security.ldap.password.bad=User doesn't have defined password. -web.security.ldap.password.encoding=Couldn't authenticate user, reason\: couldn't encode password. +web.security.ldap.password.encoding=Couldn't authenticate user, reason\\: couldn't encode password. web.security.ldap.unavailable=Currently we are unable to process your request. Kindly try again later. -WfDeltasPanel.label.deltaIn=Process input\: delta(s) to be approved +WfDeltasPanel.label.deltaIn=Process input\\: delta(s) to be approved WfDeltasPanel.label.deltaOutListEmpty=(none) -WfDeltasPanel.label.deltaOut=Process output\: delta(s) resulting from the approval +WfDeltasPanel.label.deltaOut=Process output\\: delta(s) resulting from the approval WfHistoryPanel.label.event=Esemény WfHistoryPanel.label.timestamp=Idő -WizardHelpDialog.button.ok=Ok, Got It\! -WizardHelpDialog.label=Get Help With Resource Wizard\! +WizardHelpDialog.button.ok=Ok, Got It\\! +WizardHelpDialog.label=Get Help With Resource Wizard\\! Wizard.message.cancel=Resource editing was canceled Wizard.correctErrorsFirst=Please correct the errors before saving. Wizard.Issues=Issues @@ -3063,16 +3064,16 @@ PageAdmin.menu.profile=Profile PageAdmin.menu.assignments=Assignments PageAdmin.menu.credentials=Credentials PageAdmin.menu.request=Request a role -PageTemplate.version=Version\: -PageTemplate.copy=Copyright © 2010-2017 Evolveum® and partners.  +PageTemplate.version=Version\\: +PageTemplate.copy=Copyright © 2010-2017 Evolveum® and partners.  PageTemplate.toggleNavigation=Toggle navigation PageTemplate.user=user -PageTemplate.couldntNavigateBreadcrumb=Couldn't navigate breadcrumb, reason\: {0} +PageTemplate.couldntNavigateBreadcrumb=Couldn't navigate breadcrumb, reason\\: {0} SystemInfoPanel.starttime=Start time SystemInfoPanel.uptime=Uptime CountToolbar.label.unknownCount=Displaying {0,number,integer} to {1,number,integer}, unknown number of matching results. TableConfigurationPanel.pageSize=Page size -TableConfigurationPanel.tableColumns=Table columnsCountToolbar.label.unknownCount\=Displaying {0,number,integer} to {1,number,integer}, unknown number of matching results. +TableConfigurationPanel.tableColumns=Table columnsCountToolbar.label.unknownCount\\=Displaying {0,number,integer} to {1,number,integer}, unknown number of matching results. MyRequestsPanel.started = Started MyRequestsPanel.rejected = Rejected MyRequestsPanel.approved = Approved @@ -3102,19 +3103,20 @@ PageSelfCredentials.specifyOldPasswordMessage=Please, specify old password value ChangePasswordPanel.accountsTable.header=Password propagation ChangePasswordPanel.name=Név ChangePasswordPanel.resourceName=Erőforrás -ChangePasswordPanel.enabled=Enabled +ChangePasswordPanel.enabled=Account enabled ChangePasswordPanel.legendMessage.selected= - Password will be changed ChangePasswordPanel.legendMessage.propagated= - Automatic password propagation (based on policies defined in resources definitions) ChangePasswordPanel.legendMessage.deselected= - Password will not be changed -ChangePasswordPanel.helpInfo=

This portion of the credentials dialog controls how the password change will be propagated to each individual system. The first line defines whether the password will be changed in the Identity Manager itself. Following lines represent each system for which the password can be changed. The password propagation is controlled by the icons\:

  • Password will be changed. Password for this system will be changed to the value specified in the password dialog above.
  • Automatic password propagation. The password might be changed. Whether the password is changed or not depends on the policies set up by identity administrator. This usually means that the password will be changed if it makes sense for the current situation and settings. This is the reasonable default choice.
  • Password will not be changed for this system.

You can adjust the password propagation settings by clicking on the icons and thus fine-tune how the password change is propagated to each individual system.

+ChangePasswordPanel.legendMessage.no.password.capability= - Password capability is not supported by resource +ChangePasswordPanel.helpInfo=

This portion of the credentials dialog controls how the password change will be propagated to each individual system. The first line defines whether the password will be changed in the Identity Manager itself. Following lines represent each system for which the password can be changed. The password propagation is controlled by the icons:

  • Password will be changed. Password for this system will be changed to the value specified in the password dialog above.
  • Automatic password propagation. The password might be changed. Whether the password is changed or not depends on the policies set up by identity administrator. This usually means that the password will be changed if it makes sense for the current situation and settings. This is the reasonable default choice.
  • Password will not be changed for this system.
  • Password capability is not supported for this system. As the result, password will not be changed for this system.

You can adjust the password propagation settings by clicking on the icons and thus fine-tune how the password change is propagated to each individual system.

ChangePasswordPanel.helpPopupTitle=Password propagation help PageBase.button.tooltip.clearSearch=Clear mainForm.uploadTooLarge = Upload must be less than ${maxSize}. -mainForm.uploadFailed = File failed to upload\: ${exception.localizedMessage}PageSelfCredentials.couldntResolve\=Couldn't resolve resource. +mainForm.uploadFailed = File failed to upload\\: ${exception.localizedMessage}PageSelfCredentials.couldntResolve\\=Couldn't resolve resource. PageSelfCredentials.couldntResolve=Couldn't resolve resource. -roleMemberPanel.type=Type\: -roleMemberPanel.tenant=Tenant\: -roleMemberPanel.project=Org/Project\: +roleMemberPanel.type=Type: +roleMemberPanel.tenant=Tenant: +roleMemberPanel.project=Org/Project: roleMemberPanel.indirectMembers=Include indirect members roleMemberPanel.allRelations=Show all relations roleMemberPanel.menu.createOwner=Create owner @@ -3175,11 +3177,11 @@ PageResource.tab.content.others=Uncategorized PageResource.tab.content.tasks=Defined Tasks ResourceContentTabPanel.searchType.repository=Repository ResourceContentTabPanel.searchType.resource=Erőforrás -ResourceContentTabPanel.searchType=Search In\: -PagePreviewChanges.primaryChangesOne=Primary changes\: {0} object -PagePreviewChanges.primaryChangesMore=Primary changes\: {0} objects -PagePreviewChanges.secondaryChangesOne=Secondary changes\: {0} object -PagePreviewChanges.secondaryChangesMore=Secondary changes\: {0} objects +ResourceContentTabPanel.searchType=Search In: +PagePreviewChanges.primaryChangesOne=Primary changes: {0} object +PagePreviewChanges.primaryChangesMore=Primary changes: {0} objects +PagePreviewChanges.secondaryChangesOne=Secondary changes: {0} object +PagePreviewChanges.secondaryChangesMore=Secondary changes: {0} objects PagePreviewChanges.button.continueEditing=Continue editing PagePreviewChanges.button.save=Mentés ScenePanel.object={0} object @@ -3192,24 +3194,24 @@ SceneItemLinePanel.removedValue=Removed value SceneItemLinePanel.addedValue=Added value SceneItemLinePanel.unchangedValue=Unchanged value operation.com.evolveum.midpoint.web.page.admin.resources.ResourceContentTabPanel.changeOwner=Change owner (GUI) -TaskSummaryPanel.progressWithTotalKnown=Progress\: {0} out of {1} -TaskSummaryPanel.progressWithTotalUnknown=Progress\: {0} +TaskSummaryPanel.progressWithTotalKnown=Progress: {0} out of {1} +TaskSummaryPanel.progressWithTotalUnknown=Progress: {0} TaskSummaryPanel.progressIfSuspended=(suspended) TaskSummaryPanel.progressIfWaiting=(waiting) TaskSummaryPanel.progressIfClosed=(closed) TaskSummaryPanel.progressIfStalled=(stalled since {0}) -TaskSummaryPanel.lastProcessed=Last object processed\: {0} +TaskSummaryPanel.lastProcessed=Last object processed: {0} ResourceContentResourcePanel.showExisting=Show existing ResourceContentResourcePanel.newTask=Create new SearchPanel.advanced=Advanced SearchPanel.basic=Basic SearchPanel.search=Keresés SearchPanel.debug=Debug -ResourceContentResourcePanel.realSearch=(In fact) Searching by\: -typedAssignablePanel.selectedOrgs=Orgs\: -typedAssignablePanel.selectedResources=Resources\: -typedAssignablePanel.selectedRoles=Roles\: -typedAssignablePanel.selectedServices=Services\: +ResourceContentResourcePanel.realSearch=(In fact) Searching by: +typedAssignablePanel.selectedOrgs=Orgs: +typedAssignablePanel.selectedResources=Resources: +typedAssignablePanel.selectedRoles=Roles: +typedAssignablePanel.selectedServices=Services: SearchPanel.insertFilterXml=Insert filter xml (SearchFilterType) autoRefreshPanel.refreshNow=Refresh now autoRefreshPanel.resumeRefreshing=Resume refreshing @@ -3222,16 +3224,16 @@ PageAdmin.menu.top.services.new=New service PageAdmin.menu.top.services.edit=Edit service taskShowAdvancedFeaturesPanel.label=Show advanced features taskWfParentPanel.changesNotRequiringApproval=Changes not requiring approval -taskOtherChangesPanel.label.state=State\: +taskOtherChangesPanel.label.state=State\\: taskOtherChangesPanel.state.FINAL=Changes have been applied (successfully or not) taskOtherChangesPanel.state.PRIMARY=Changes are waiting to be applied taskOtherChangesPanel.state.SECONDARY=Changes are waiting to be applied taskWfChildPanel.showParent=Show request in a context of the whole operation. -TaskSummaryPanel.requestedBy=Requested by\: {0} -TaskSummaryPanel.requestedByWithFullName=Requested by\: {0} ({1}) -TaskSummaryPanel.requestedOn=Requested on\: {0} +TaskSummaryPanel.requestedBy=Requested by: {0} +TaskSummaryPanel.requestedByWithFullName=Requested by: {0} ({1}) +TaskSummaryPanel.requestedOn=Requested on: {0} TaskSummaryPanel.requestedByAndOn=Requested by {0} on {1} -TaskSummaryPanel.stage=Stage\: {0} +TaskSummaryPanel.stage=Stage: {0} TaskSummaryPanel.rejected=Rejected TaskSummaryPanel.approved=Approved operation.com.evolveum.midpoint.web.page.admin.resources.PageResource.refreshSchema=Refresh schema (GUI) @@ -3293,7 +3295,7 @@ DefinitionStagesPanel.confirmDelete=Törlés megerősítése DefinitionStagesPanel.confirmDeleteText=Do you really want to delete stage '{0}'? PageCertDefinition.outcomeStrategyHelpLabel=Please see also PageCertDefinition.outcomeStrategyHelpLink=this document -PageCertDefinition.outcomeStrategyHelp=How is the overall outcome for a case determined, based on outcomes in individual stages? Note\: 'Stop review on\:' field shows outcomes that prevent a case from being advanced to the next stage. Usually you need not change the default value. If necessary, you could do that through the XML configuration. +PageCertDefinition.outcomeStrategyHelp=How is the overall outcome for a case determined, based on outcomes in individual stages? Note: 'Stop review on:' field shows outcomes that prevent a case from being advanced to the next stage. Usually you need not change the default value. If necessary, you could do that through the XML configuration. PageCertDefinition.campaignLastStartedHelp=When was last campaign created according to this definition started? PageCertDefinition.campaignLastClosedHelp=When was last campaign created according to this definition closed - either after successfully going through all stages, or closed at any time. However, if a campaign is deleted without being closed first, it is not shown here. PageCertDefinition.scopeObjectTypeHelp=Determines which objects will be considered to be in the scope of the certification campaigns. Features of these objects (e.g. whether to certify their assignments or their inducements or both, etc) are selected below. @@ -3301,13 +3303,13 @@ PageCertDefinition.scopeSearchFilterHelp=If only a subset of objects of given ty PageCertDefinition.scopeAssignmentsInducementsHelp=Select what features (assignments, inducements or both) of the objects described above are to be certified. PageCertDefinition.scopeIncludeTargetTypesHelp=When certifying assignments or inducements, you can specify what target types are taken into account. For example, you can say that you want to certify only assignments of roles (to, for example, users). PageCertDefinition.scopeIncludeByStatusHelp=Whether to certify only assignments/inducements that have administrative status set to ENABLED (or not set at all). Note that what is relevant is the administrative status of the assignment, not the administrative status of the assigned object. -StageDefinitionPanel.stageDurationHelp=Duration of this stage, used to determine stage end time. The end time is computed as the moment of stage opening plus the duration, rounded up to 23\:59\:59 of the last day. Duration is specified in ISO 8601 format, like P14D for 14 days, P3W for 3 weeks, P2M for 2 months, etc. -StageDefinitionPanel.notifyBeforeDeadlineHelp=How long before the stage end the reminding notifications (to reviewers and campaign owner) will be sent. It is possible to specify more values; separate them by commas. Time interval is specified in ISO 8601 format, like PT12H for 12 hours, P2D for 2 days, P1W for 1 week, etc. An example\: PT48H, PT12H says that the first notification will be sent 48 hours before stage end, and the second one 12 hours before the end. +StageDefinitionPanel.stageDurationHelp=Duration of this stage, used to determine stage end time. The end time is computed as the moment of stage opening plus the duration, rounded up to 23:59:59 of the last day. Duration is specified in ISO 8601 format, like P14D for 14 days, P3W for 3 weeks, P2M for 2 months, etc. +StageDefinitionPanel.notifyBeforeDeadlineHelp=How long before the stage end the reminding notifications (to reviewers and campaign owner) will be sent. It is possible to specify more values; separate them by commas. Time interval is specified in ISO 8601 format, like PT12H for 12 hours, P2D for 2 days, P1W for 1 week, etc. An example: PT48H, PT12H says that the first notification will be sent 48 hours before stage end, and the second one 12 hours before the end. StageDefinitionPanel.notifyWhenNoDecisionHelp=If checked, a 'stage end approaching' notification is sent to a reviewer only if he/she has some cases waiting for his/her decision. If not checked, reviewers always get their notifications - regardless of whether they have provided a decision or not. (Note that notifications to the campaign owner about approaching stage end are always sent, regardless of this setting.) StageDefinitionPanel.reviewerSpecificationTargetHelp=Selection of reviewers based on assignment/inducement target owner/approver. E.g. you can specify that the role owner is used to certify all assignments of 'his' role (to any users). StageDefinitionPanel.reviewerSpecificationObjectHelp=Selection of reviewers based on object that has something assigned (or induced) to. E.g. you can specify that the role owner is used to certify all inducements made to 'his' role. StageDefinitionPanel.reviewerUseObjectManagerHelp=Selection of reviewers based on managers of object (typically a user) that has something assigned/induced to. E.g. you can specify that a manager is used to certify all assignments made to users in 'his' organization. -StageDefinitionPanel.reviewerUseObjectManagerOrgTypeHelp=Influences determination of a manager of a user\: First, we take all managers of all organizations the user belongs to. We exclude the user himself, if he is a manager of such organization (and if 'allow managers to approve their own assignments' below is unchecked). If the value in this field is filled-in, we use it to select only organizations with given organization type value - for example, 'functional' (if you have e.g. both functional-type and project-type organizations). If this field is empty, we take into account all organizations. If we find no suitable manager, we continue with all parent organizations (again, of the given type, if specified). +StageDefinitionPanel.reviewerUseObjectManagerOrgTypeHelp=Influences determination of a manager of a user: First, we take all managers of all organizations the user belongs to. We exclude the user himself, if he is a manager of such organization (and if 'allow managers to approve their own assignments' below is unchecked). If the value in this field is filled-in, we use it to select only organizations with given organization type value - for example, 'functional' (if you have e.g. both functional-type and project-type organizations). If this field is empty, we take into account all organizations. If we find no suitable manager, we continue with all parent organizations (again, of the given type, if specified). StageDefinitionPanel.reviewerUseObjectManagerAllowSelfHelp=If a user is a manager in his organization, could he be selected as a reviewer for his own assignments? If unchecked (the default), a higher-level manager is searched for - see description for the above field. StageDefinitionPanel.defaultReviewerRefHelp=This reviewer (or reviewers) will be used if the above condition would lead to no reviewer. StageDefinitionPanel.additionalReviewerRefHelp=This reviewer (or reviewers) will be used in addition to any reviewers selected by the above conditions. @@ -3319,13 +3321,13 @@ StageDefinitionPanel.configurationHelpLink=this document NameStep.configurationWillBeLost=The selected connector configuration schema is different from the current one. Configuration properties will be lost if you will proceed. resultsHandlerConfiguration=Results handlers enableFilteredResultsHandler=Enable additional filtering of results -enableFilteredResultsHandlerHelp=This handler filters results retrieved from the resource by the connector, at the level of connector framework. It is used by connector implementations that do not provide complete filtering by themselves. Enabling this handler has some drawbacks e.g. in the area of paging. So it is to be used only if really necessary. If not sure, it is advisable to use filtering in validation mode. Default value for current version of ConnId\: enabled. +enableFilteredResultsHandlerHelp=This handler filters results retrieved from the resource by the connector, at the level of connector framework. It is used by connector implementations that do not provide complete filtering by themselves. Enabling this handler has some drawbacks e.g. in the area of paging. So it is to be used only if really necessary. If not sure, it is advisable to use filtering in validation mode. Default value for current version of ConnId: enabled. filteredResultsHandlerInValidationMode=Perform filtering in validation mode only -filteredResultsHandlerInValidationModeHelp=Switches the result filtering into validation mode\: all data produced by the connector are checked by the connector framework to see if they are properly filtered. In case of improper filtering, an exception is raised. This mode is to be used for connectors that are expected to provide complete filtering, but their functionality in this area has to be verified. Default value for current version of ConnId\: disabled. +filteredResultsHandlerInValidationModeHelp=Switches the result filtering into validation mode: all data produced by the connector are checked by the connector framework to see if they are properly filtered. In case of improper filtering, an exception is raised. This mode is to be used for connectors that are expected to provide complete filtering, but their functionality in this area has to be verified. Default value for current version of ConnId: disabled. enableCaseInsensitiveFilter=Make filtering case insensitive -enableCaseInsensitiveFilterHelp=This option makes filtering case insensitive, for all attributes on the resource. Used for case-insensitive resources. Default value for current version of ConnId\: disabled. +enableCaseInsensitiveFilterHelp=This option makes filtering case insensitive, for all attributes on the resource. Used for case-insensitive resources. Default value for current version of ConnId: disabled. enableNormalizingResultsHandler=Enable handler that normalizes returned data -enableNormalizingResultsHandlerHelp=This handler normalizes each attribute that is passed from resource to the system. Usually recommended to be turned off. Default value for current version of ConnId\: enabled. +enableNormalizingResultsHandlerHelp=This handler normalizes each attribute that is passed from resource to the system. Usually recommended to be turned off. Default value for current version of ConnId: enabled. enableAttributesToGetSearchResultsHandler=Enable 'attributes to get' results handler enableAttributesToGetSearchResultsHandlerHelp=This handler is used to implement 'attributes to get' option. It is advisable to keep the default setting of 'enabled' (in current version of ConnId). PageResourceWizard.autoSaveWarning=The resource is automatically saved on each transition between wizard steps. @@ -3354,12 +3356,12 @@ TreeTablePanel.menu.deleteMember.confirm=All selected members (users, organizati TreeTablePanel.menu.deleteAllMembers.confirm=All focus members (users, organizations, services, roles) will be permanently deleted from system. Are you sure to perform this action? PageTasksCertScheduling.title=Certification scheduling PageResourceVisualization.title=Visualization of mappings for {0} -PageResourceVisualization.dotMessage=Rendering of DOT graph could not be carried out. Please check the error message below, and make sure that\: +PageResourceVisualization.dotMessage=Rendering of DOT graph could not be carried out. Please check the error message below, and make sure that: PageResourceVisualization.dot1=DOT rendering software is installed at your server. The recommended one is Graphviz PageResourceVisualization.dot2=The path to DOT rendering executable is correctly set in you config.xml file. PageResourceVisualization.moreInformation=For more information, please see PageResourceVisualization.moreInformationLink=this article -PageResourceVisualization.errorMessage=Error message\: +PageResourceVisualization.errorMessage=Error message: PageResourceVisualization.seeOnline=You can also try to use an online DOT renderer, for example PageResourceVisualization.seeOnlineLink=webgraphviz.com PageResourceVisualization.copyInstruction=Simply paste the following DOT code into it. @@ -3458,7 +3460,7 @@ PageEvaluateMapping.message.emptyString=Please provide a mapping to execute. PageEvaluateMapping.result=Result PageEvaluateMapping.mapping=Mapping PageEvaluateMapping.request=Request -PageEvaluateMapping.chooseSample=Or use a sample\: +PageEvaluateMapping.chooseSample=Or use a sample: PageEvaluateMapping.sample.FullName_NoDelta=Full name mapping (no change) PageEvaluateMapping.sample.FullName_Delta=Full name mapping (change in givenName) PageEvaluateMapping.sample.FullName_Delta_Ref=Full name mapping (change in givenName); source from repository @@ -3477,8 +3479,8 @@ PageAssignmentConflicts.back=Back PageAssignmentConflicts.submit=Submit AssignmentCatalogPanel.selectTargetUser=Select target user AssignmentCatalogPanel.selectAssignmentsUserOwner=Select assignments user owner -AssignmentCatalogPanel.requestForMe=Target user\: me -AssignmentCatalogPanel.requestFor=Target user\: +AssignmentCatalogPanel.requestForMe=Target user: me +AssignmentCatalogPanel.requestFor=Target user: AssignmentCatalogPanel.requestForMultiple={0} users selected AssignmentCatalogPanel.assignmentsOwner={0}'s assignments MultiButtonPanel.plusIconTitle=Add item to shopping cart @@ -3569,8 +3571,8 @@ MergeType.EMPTY=empty PageMergeObjects.warningMessage=Two objects' oids should be specified PageSelfRegistration.register=Register PageSelfRegistration.registration.success=Registration was successful -PageSelfRegistration.registration.error=Registration failed \: {0} -PageSelfRegistration.registration.confirm.message=Congratulation\! \n\n\n You have been successfully registered. To activate your account check your email and confirm your registration. +PageSelfRegistration.registration.error=Registration failed : {0} +PageSelfRegistration.registration.confirm.message=Congratulation! \n\n\n You have been successfully registered. To activate your account check your email and confirm your registration. PageRegistrationConfirmation.confirmation.error=Failed to confirm your registration. We are sorry, but probably you'll need to contact system administrator. PageRegistrationConfirmation.continueToLogin=Continue to login page PageRegistrationConfirmation.confirmation.successful=Confirmation successful @@ -3596,9 +3598,9 @@ PageSelfRegistration.password.policy= PageResetPassword.reset.successful=New password was set successfully. Continue with login. PageForgotPassword.form.submited.message=Confirmation link was sent to the email provided. To reset your password, click on the confirmation link and follow instructions. pageForgetPassword.message.policy.not.found=Reset password not allowed -PageAbstractSelfCredentials.save.password.failed=Failed to change password\: {0} +PageAbstractSelfCredentials.save.password.failed=Failed to change password: {0} PageResetPassword.title=Reset password -PageResetPasswordConfirmation=Reset password confirmation +PageResetPasswordConfirmation.title=Reset password confirmation PageResetPasswordConfirmation.confirmation.error=Reset password is not allowed. We are sorry, but probably you'll need to contact system administrator. PageResetPasswordConfirmation.authnetication.failed=Incorrect username and/or password ItemPathSegmentPanel.itemToSearch=Search for {0} @@ -3609,6 +3611,7 @@ DecisionDto.rejectedDueToTimeout=(rejected due to the timeout) DecisionDto.AUTO_APPROVAL_CONDITION=(auto-approval condition) DecisionDto.AUTO_COMPLETION_CONDITION=(auto-completion condition) DecisionDto.NO_ASSIGNEES_FOUND=(no approvers found) +wf.comment=Comment wf.object=Object wf.target=Target wf.originalAssignee=Original assignee @@ -3622,12 +3625,23 @@ wf.escalationLevelName=Escalation level name wf.escalationLevelDisplayName=Escalation level display name wf.workItemId=Work item ID wf.processInstanceId=Process instance ID +wf.requesterComment=Requester comment +wf.causeType=Cause type +wf.causeName=Cause name +wf.causeDisplayName=Cause display name PageAccountActivation.account.activation.successful=Activation of accounts was successful PageAccountActivation.account.activation.failed=Failed to activate accounts. Please, contact system administrator -PageAccountActivation.activated.shadows=Activated shadows\: +PageAccountActivation.activated.shadows=Activated shadows: PageAccountActivation.button.activate=Activate PageAccountActivation.activate.accounts.label=Account activation for user '{0}'. PageAccountActivation.provide.password=Please, provide your password to activate accounts. PageAccountActivation.title=Account activation PageAccountActivation.nothing.to.activate=Unexpected problem occurs while trying to activate account. Please contact system administrator PageAccountActivation.authentication.failed=Authentication failed +operation.com.evolveum.midpoint.web.page.admin.reports.PageCreatedReports.deleteReportOutput=Delete report (GUI) +operation.com.evolveum.midpoint.report.impl.ReportManagerImpl.deleteReportOutput=Delete report (Report) +operation.com.evolveum.midpoint.web.page.admin.reports.PageCreatedReports.downloadReport=Download report (GUI) +operation..com.evolveum.midpoint.report.impl.ReportManagerImpl.getReportOutputData=Load report (Report) +PageWorkItem.couldNotGetWorkItem=Couldn't get work item. It might have been already completed or deleted. +CsvDownloadButtonPanel.export=CSV export +AssignmentEditorDto.policyRuleTitle=Policy rule diff --git a/gui/admin-gui/src/main/resources/localization/Midpoint_pl.properties b/gui/admin-gui/src/main/resources/localization/Midpoint_pl.properties index 3bf0db22f4f..728ff7d61b6 100644 --- a/gui/admin-gui/src/main/resources/localization/Midpoint_pl.properties +++ b/gui/admin-gui/src/main/resources/localization/Midpoint_pl.properties @@ -104,7 +104,7 @@ AssignmentTablePanel.menu.addDelegation=Dodaj delegację AssignmentTablePanel.menu.deleteDelegation=Usuń delegację AssignmentTablePanel.menu.unassign=Cofnij przypisanie AssignmentTablePanel.menu.showAllAssignments=Pokaż wszystkie przypisania -AssignmentTablePanel.message.couldntAssignObject=Nie można przypisać obiektu '{0}', powód\: {1}. +AssignmentTablePanel.message.couldntAssignObject=Nie można przypisać obiektu '{0}', powód\\: {1}. AssignmentTablePanel.message.illegalAssignmentState=Nieprawidłowy stan przypisania '{0}'. AssignmentTablePanel.message.noAssignmentSelected=Nie wybrano przypisania. AssignmentTablePanel.message.noDelegationsSelected=Nie wybrano delegacji. @@ -254,24 +254,24 @@ DefinitionScopeObjectType.RoleType=Role DefinitionScopeObjectType.UserType=Użytkownicy DefinitionScopeObjectType.OrgType=Organizacje DefinitionScopeObjectType.ServiceType=Usługi -deleteAllDialog.label.accountShadowsDelete=Cienie konta do usunięcia\: {0} -deleteAllDialog.label.nonAccountShadowsDelete=Cienie inne niż konta do usunięcia\: {0} +deleteAllDialog.label.accountShadowsDelete=Cienie konta do usunięcia\\: {0} +deleteAllDialog.label.nonAccountShadowsDelete=Cienie inne niż konta do usunięcia\\: {0} deleteAllDialog.label.org=Jednostki organizacyjne -deleteAllDialog.label.orgUnitsDelete=Jednostki org. do usunięcia\: {0} +deleteAllDialog.label.orgUnitsDelete=Jednostki org. do usunięcia\\: {0} deleteAllDialog.label.shadow.account=Cienie konta deleteAllDialog.label.shadow.nonAccount=Cienie inne niż konta deleteAllDialog.label.shadow.org=Cienie jednostki org. deleteAllDialog.label.shadow.role=Cienie roli -deleteAllDialog.label.totalToDelete=Suma obiektów do usunięcia\: {0} -deleteAllDialog.label.usersDelete=Użytkownicy do usunięcia\: {0} (Użytkownik 'Administrator' nie zostanie usunięty) +deleteAllDialog.label.totalToDelete=Suma obiektów do usunięcia:\\ {0} +deleteAllDialog.label.usersDelete=Użytkownicy do usunięcia\\: {0} (Użytkownik 'Administrator' nie będzie usunięty) deleteAllDialog.label.users=Użytkownicy -deleteAllDialog.message.choose=Wybierz typy obiektów do usunięcia\: +deleteAllDialog.message.choose=Wybierz typy obiektów do usunięcia\\: deleteAllDialog.no=Nie deleteAllDialog.yes=Tak -DeltaPanel.label.changeType=Typ zmiany\: -DeltaPanel.label.modifications=Modyfikacje\: -DeltaPanel.label.objectToAdd=Obiekt do dodania\: -DeltaPanel.label.oid=Obiekt z OID\: +DeltaPanel.label.changeType=Typ zmiany\\: +DeltaPanel.label.modifications=Modyfikacje\\: +DeltaPanel.label.objectToAdd=Obiekt do dodania\\: +DeltaPanel.label.oid=obiekt z oid\\: direction.nullvalid=Wybierz DoubleButtonPanel.button.default=Wykonaj DoubleButtonPanel.download=Pobierz @@ -305,7 +305,7 @@ ExpressionEditorPanel.label.language=Język ExpressionEditorPanel.label.type=Typ wyrażenia ExpressionEditorPanel.label.description=Opis ExpressionEditorPanel.label.valuePolicyRef=Odniesienie do polityki -ExpressionEditorPanel.message.cantSerialize=Nie można utworzyć JAXBElement z podanego wyrażenia XML. Proszę wprowadzić poprawne wyrażenie. Powód\: {0} +ExpressionEditorPanel.message.cantSerialize=Nie można utworzyć JAXBElement z podanego wyrażenia XML. Proszę podać poprawne wyrażenie. Przyczyna:\\ {0} ExpressionEditorPanel.message.expressionSuccess=Wyrażenie zostało pomyślnie zaktualizowane. ExpressionEvaluatorType.AS_IS=Tak jak jest ExpressionEvaluatorType.GENERATE=Utwórz @@ -328,10 +328,10 @@ FeedbackAlertMessage.error=Błąd FeedbackAlertMessage.info=Informacja FeedbackAlertMessage.success=Sukces FeedbackAlertMessage.warn=Ostrzeżenie -feedbackMessagePanel.cause=Przyczyna\: +feedbackMessagePanel.cause=Przyczyna\\: feedbackMessagePanel.collapseAll=Zwiń wszystko -feedbackMessagePanel.context=Kontekst\: -feedbackMessagePanel.count=Ilość\: +feedbackMessagePanel.context=Kontekst\\: +feedbackMessagePanel.count=Ilość\\: feedbackMessagePanel.expandAll=Rozwiń wszystko feedbackMessagePanel.export=Eksport do XML feedbackMessagePanel.hideStack=[ UKRYJ STOS BŁĘDU ] @@ -347,7 +347,7 @@ feedbackMessagePanel.message.success=Sukces feedbackMessagePanel.message.undefined=Niezdefiniowany feedbackMessagePanel.message.unknown=Nieznany feedbackMessagePanel.message.warn=Ostrzeżenie -feedbackMessagePanel.param=Param\: +feedbackMessagePanel.param=Param\\: feedbackMessagePanel.showStack=[ POKAŻ STOS BŁĘDU ] feedbackMessagePanel.times=razy feedtempMessagePanelbackMessagePanel.message.info=Informacja @@ -403,7 +403,7 @@ JasperReportConfigurationPanel.forPrompting=Dla monitu JasperReportConfigurationPanel.parameterClass=Klasa parametru JasperReportConfigurationPanel.nestedClass=Klasa zagnieżdżona JasperReportConfigurationPanel.parameterName=Nazwa parametru -JasperReportConfigurationPanel.parameterProperty=Właściwość\: {0} +JasperReportConfigurationPanel.parameterProperty=Właściwość\\: {0} JasperReportConfigurationPanel.reportFields=Pola raportu JasperReportConfigurationPanel.reportParameters=Parametry raportu JasperReportConfigurationPanel.reportQuery=Zapytanie raportu @@ -520,7 +520,7 @@ MappingEditorDialog.label.strength=Siła MappingEditorDialog.label.target=Cel MappingEditorDialog.label.timeFrom=Czas od MappingEditorDialog.label.timeTo=Czas do -MappingEditorDialog.message.cantSave=Nie można zapisać mapowania. Powód\: +MappingEditorDialog.message.cantSave=Nie można zapisać mapowania. Przyczyna\\: MappingEditorDialog.message.warn.emptyTarget=Przychodzące mapowanie wymaga określenia pola 'cel'. MappingsStatistics.AverageTime=Średni czas MappingsStatistics.Count=Ilość wywołań @@ -537,13 +537,13 @@ Message.SourceMemory=zadanie w pamięci (pobrano {0}) Message.SourceRepository=repozytorium (statystyki zaktualizowane o {0}) message.success=Twoje odpowiedzi zaktualizowano poprawnie message.WrongAnswer=Nie odpowiedziano poprawnie na pytania -ModelOperationStatusPanel.label.focusName=Obiekt\: -ModelOperationStatusPanel.label.focusType=typu\: -ModelOperationStatusPanel.label.primaryDelta=Główna delta\: -ModelOperationStatusPanel.label.state=Stan\: -ModelOperationStatusPanel.state.FINAL=Ostatecznie\: operacja została wykonana (z powodzeniem lub bez) -ModelOperationStatusPanel.state.PRIMARY=Główny\: operacja jest wykonywana -ModelOperationStatusPanel.state.SECONDARY=Wtórny\: operacje w systemach są wykonywane +ModelOperationStatusPanel.label.focusName=Obiekt\\: +ModelOperationStatusPanel.label.focusType=typu\\: +ModelOperationStatusPanel.label.primaryDelta=Podstawowa delta\\: +ModelOperationStatusPanel.label.state=Stan\\: +ModelOperationStatusPanel.state.FINAL=Ostatecznie\\: Operacja została wykonana (z powodzeniem lub bez) +ModelOperationStatusPanel.state.PRIMARY=Główny\\: operacja jest wykonywana +ModelOperationStatusPanel.state.SECONDARY=Wtórny\\: operacje w systemach są wykonywane ModificationsPanel.label.attribute=Atrybut ModificationsPanel.label.change=Zmiana ModificationsPanel.label.value=Wartość(i) @@ -871,7 +871,7 @@ operation.com.evolveum.midpoint.web.page.admin.users.PageUsers.disableUsers=Zabl operation.com.evolveum.midpoint.web.page.admin.users.PageUsers.enableUser=Aktywuj użytkownika (Gui) operation.com.evolveum.midpoint.web.page.admin.users.PageUsers.enableUsers=Aktywuj użytkowników (Gui) operation.com.evolveum.midpoint.web.page.admin.users.PageUser.sendToSubmit=Wyślij do zatwierdzenia (Gui) -operation.com.evolveum.midpoint.web.page.admin.users.PageUsers.reconcileUser=Rekoncyliacja użytkownika (Gui)\: {0} +operation.com.evolveum.midpoint.web.page.admin.users.PageUsers.reconcileUser=Rekoncyliacja użytkownika (Gui)\\: {0} operation.com.evolveum.midpoint.web.page.admin.users.PageUsers.reconcileUsers=Rekoncyliacja użytkowników (Gui) operation.com.evolveum.midpoint.web.page.admin.workflow.PageWorkItem.saveWorkItem=Zapisz zadanie do wykonania (Gui) operation.com.evolveum.midpoint.web.util.WebModelUtils.deleteObject=Usuń obiekt (Gui) @@ -902,11 +902,11 @@ operation.com.evolveum.midpoint.web.component.wizard.resource.SchemaHandlingStep operation.com.evolveum.midpoint.web.component.wizard.resource.SynchronizationStep.saveResourceSynchronization=Zapisz synchronizację systemu operation.com.evolveum.midpoint.web.component.wizard.resource.CapabilityStep.saveCapabilities=Zapisz funkcjonalności systemu operation.com.evolveum.midpoint.web.page.admin.PageAdminFocus.loadShadow=Wczytaj cień -operationResultPanel.cause=Przyczyna\: -operationResultPanel.context=Kontekst\: -operationResultPanel.count=Ilość\: +operationResultPanel.cause=Przyczyna\\: +operationResultPanel.context=Kontekst\\: +operationResultPanel.count=Ilość\\: operationResultPanel.hideStack=[ UKRYJ STOS BŁĘDU ] -operationResultPanel.param=Param\: +operationResultPanel.param=Param\\: operationResultPanel.showStack=[ POKAŻ STOS BŁĘDU ] operationResultPanel.times=razy operationResultPanel.title.expectedError=Oczekiwany błąd @@ -1002,8 +1002,8 @@ PageAccounts.message.ownerNotFound=Nie można odnaleźć właściciela cienia z PageAccounts.message.unsupportedOwnerType=Niewspierany typ właściciela. pageAccounts.message.resourceNotSelected=Nie wybrano systemu. Proszę zaznaczyć system aby wyświetlić jego cienie. PageAccounts.message.success.clearExport=Folder do eksportu wyczyszczono pomyślnie. -PageAccounts.message.success.export=Eksport zakończony powodzeniem. Wyeksportowany plik\: {0}. -PageAccounts.message.validationError=Szukana klasa obiektu\: '{0}' jest nieprawidłowa. Proszę podać prawidłową wartość klasy obiektu. +PageAccounts.message.success.export=Eksport zakończony powodzeniem. Wyeksportowany plik\\: {0}. +PageAccounts.message.validationError=Szukana klasa obiektu\\: '{0}' jest nieprawidłowa. Proszę podać prawidłową wartość klasy obiektu. PageAccounts.nothing=Nic PageAccounts.resource=System PageAccounts.shadows=Cienie @@ -1114,9 +1114,9 @@ pageAdminFocus.organizations=Organizacje pageAdminFocus.assignments=Przypisania pageAdminFocus.message.couldntCreateAccountNoSchema=Nie można utworzyć formularza projekcji dla '{0}', schemat niedostępny. Możliwy problem z konfiguracją konektora i/lub z połączeniem. Proszę zajrzeć w logi po więcej informacji. pageAdminFocus.message.couldntCreateAccountNoAccountSchema=Nie można utworzyć formularza projekcji dla '{0}', brak schematu dla domyślnego obiektu typu 'konto'. Możliwy problem z konfiguracją systemu. Proszę zajrzeć w logi po więcej informacji. -pageAdminFocus.message.couldntCreateAccount=Nie można utworzyć formularza projekcji dla '{0}', powód\: {1}. +pageAdminFocus.message.couldntCreateAccount=Nie można utworzyć formularza projekcji dla '{0}', powód\\: {1}. pageAdminFocus.message.noAssignableSelected=Nie wybrano przypisania. -pageAdminFocus.message.couldntAssignObject=Nie można przypisać obiektu '{0}', powód\: {1}. +pageAdminFocus.message.couldntAssignObject=Nie można przypisać obiektu '{0}', powód\\: {1}. pageAdminFocus.message.noActivationFound=Nie znaleziono aktywacji dla projekcji '{0}'. pageAdminFocus.message.noEnabledPropertyFound=Nie znaleziono właściwości 'włączony' dla konta '{0}'. pageAdminFocus.message.noLockoutStatusPropertyFound=Nie znaleziono właściwości statusu blokady dla konta '{0}'. @@ -1128,7 +1128,7 @@ pageAdminFocus.title.selectResource=Wybierz systemy pageAdminFocus.title.selectAssignable=Wybierz obiekt(y) pageAdminFocus.task.name=Nazwa zadania pageAdminFocus.task.category=Kategoria -pageAdminFocus.task.descriptionHasTasks=Aktywne zadania związane z tym obiektem\: +pageAdminFocus.task.descriptionHasTasks=Aktywne zadania związane z tym obiektem: pageAdminFocus.task.descriptionNoTasks=Brak aktywnych zadań związanych z tym obiektem. pageAdminFocus.task.execution=Status wykonania pageAdminFocus.task.status=Status @@ -1188,15 +1188,15 @@ PageRepositoryQuery.button.useInObjectList=Użyj na liście obiektów PageRepositoryQuery.button.execute=Wykonaj PageRepositoryQuery.message.emptyString=Wprowadzone zapytanie jest puste. Proszę podać zapytanie które nie jest puste. PageRepositoryQuery.result=Wynik -PageRepositoryQuery.resultObjects=Wynik\: pobrano {0} obiekt(ów) -PageRepositoryQuery.resultException=Wynik\: {0} +PageRepositoryQuery.resultObjects=Wynik: pobrano {0} obiekt(ów) +PageRepositoryQuery.resultException=Wynik: {0} PageRepositoryQuery.midPoint=Zapytanie MidPoint -PageRepositoryQuery.objectType=Typ obiektu\: +PageRepositoryQuery.objectType=Typ obiektu: PageRepositoryQuery.hibernateQuery=Zapytanie Hibernate PageRepositoryQuery.hibernateParameters=Parametry zapytania -PageRepositoryQuery.hibernateParametersNote=Uwaga\: Parametry są pokazane tutaj tylko do wskazania jak zapytanie midPointa jest tłumaczone do zapytania hibernate. NIE są używane podczas ręcznego wykonywania zapytania hibernate, więc kwerenda którą wprowadzasz tutaj nie powinna zawierać odniesienia do parametrów. +PageRepositoryQuery.hibernateParametersNote=Uwaga: Parametry są pokazane tutaj tylko do wskazania jak zapytanie midPointa jest tłumaczone do zapytania hibernate. NIE są używane podczas ręcznego wykonywania zapytania hibernate, więc kwerenda którą wprowadzasz tutaj nie powinna zawierać odniesienia do parametrów. PageRepositoryQuery.incompleteResultsNote=Ponieważ nie posiadasz uprawnień administratora, wyniki pokazane tutaj zostały najprawdopodobniej przefiltrowane przez dodatkowe warunki wynikające z twoich uprawnień. Te dodatkowe warunki nie są widoczne w zapytaniu hibernate pokazanym powyżej. -PageRepositoryQuery.chooseSample=Lub skorzystaj z przykładu\: +PageRepositoryQuery.chooseSample=Lub skorzystaj z przykładu: PageRepositoryQuery.sample.ObjectType_AllObjectsInAnOrg=Wszystkie obiekty w organizacji (bezpośrednio) PageRepositoryQuery.sample.ObjectType_AllObjectsInASubtree=Wszystkie obiekty w poddrzewie PageRepositoryQuery.sample.OrgType_AllRootOrgs=Wszystkie pozycje bazowe organizacji @@ -1212,7 +1212,7 @@ PageRepositoryQuery.sample.UserType_UsersThatHaveARole=Użytkownicy posiadający PageRepositoryQuery.sample.UserType_SpecifiedCostCenters=Użytkownicy w centrum kosztów 100000-999999 or X100-X999 PageRepositoryQuery.sample.ShadowType_ShadowsOnGivenResource=Cienie w podanym systemie PageRepositoryQuery.sample.UserType_UsersWithShadowOnGivenResource=Użytkownicy z podłączonymi cieniami w podanym systemie -PageRepositoryQuery.queryVsFilterNote=Uwaga\: zapytania midPointa zawierają filtr wraz z instrukcją stronicowania, połączone razem w elemencie <zapytanie>. W odróżnieniu, gdy używany jest "Zaawansowany filtr" w GUI, stosowany jest wyłącznie pod-element <filtr>. Stronicowanie jest zarządzane przez samo GUI. +PageRepositoryQuery.queryVsFilterNote=Uwaga: zapytania midPointa zawierają filtr wraz z instrukcją stronicowania, połączone razem w elemencie <zapytanie>. W odróżnieniu, gdy używany jest "Zaawansowany filtr" w GUI, stosowany jest wyłącznie pod-element <filtr>. Stronicowanie jest zarządzane przez samo GUI. PageCert.ago={0} temu PageCertCampaign.basic=Dane podstawowe PageCertCampaign.button.back=Wstecz @@ -1232,7 +1232,7 @@ PageCertCampaign.menu.revoke=Odwołaj PageCertCampaign.name=Nazwa PageCertCampaign.numberOfStages=Liczba etapów PageCertCampaign.owner=Właściciel -PageCertCampaigns.agoForCampaign=(kampania\: {0} temu) +PageCertCampaigns.agoForCampaign=(kampania\\: {0} temu) PageCertCampaigns.agoForStage={0} temu PageCertCampaigns.button.closeCampaign=Zamknij kampanię PageCertCampaigns.button.closeStage=Zamknij etap @@ -1242,7 +1242,7 @@ PageCertCampaigns.button.startRemediation=Rozpocznij naprawę PageCertCampaigns.dialog.title.confirmCloseCampaign=Potwierdź zamknięcie kampanii PageCertCampaigns.dialog.title.confirmCloseStage=Potwierdź zamknięcie etapu PageCertCampaigns.dialog.title.confirmDeleteCampaign=Potwierdź usunięcie kampanii -PageCertCampaigns.inForCampaign=(kampania\: w {0}) +PageCertCampaigns.inForCampaign=(kampania\\: w {0}) PageCertCampaigns.inForStage=w {0} PageCertCampaigns.menu.close=Zamknij kampanię PageCertCampaigns.menu.closeSelected=Zamknij zaznaczone kampanie @@ -1255,7 +1255,7 @@ PageCertCampaigns.message.closeStageConfirmSingle=Naprawdę chcesz zamknąć bie PageCertCampaigns.message.deleteCampaignConfirmMultiple=Naprawdę chcesz usunąć {0} zaznaczonych kampanii? PageCertCampaigns.message.deleteCampaignConfirmSingle=Naprawdę chcesz usunąć kampanię {0}? PageCertCampaigns.message.noCampaignsSelected=Nie zaznaczono stosownych kampanii -PageCertCampaigns.nowForCampaign=(kampania\: teraz) +PageCertCampaigns.nowForCampaign=(kampania\\: teraz) PageCertCampaigns.nowForStage=teraz PageCertCampaigns.table.deadline=Ostateczny termin etapu (kampanii) PageCertCampaigns.table.escalationLevel=Poziom eskalacji @@ -1336,7 +1336,7 @@ PageCertDefinition.campaignsTotal=Wszystkie kampanie PageCertDefinition.campaignLastStarted=Ostatnio uruchomione kampanie PageCertDefinition.campaignLastClosed=Ostatnio zamknięte kampanie PageCertDefinition.owner=Właściciel -PageCertDefinition.stopReviewOn=zatrzymaj przegląd na\: +PageCertDefinition.stopReviewOn=zatrzymaj przegląd na: PageCertDefinition.stopReviewOnDefault= PageCertDefinition.stopReviewOnNone=<żaden> PageCertDefinitions.basicInformation=Informacje podstawowe @@ -1372,21 +1372,21 @@ PageCertDefinition.scopeEnabledItemsOnly=Tylko aktywne pozycje PageCertDefinition.stagesDefinition=Definicja etapów PageCert.in=w {0} PageCert.message.assignment={0} z {1} {2} do {3} {4}. -PageCert.message.textAdministrativeState=Stan administracyjny\: {0}. +PageCert.message.textAdministrativeState=Status administracyjny\\: {0}. PageCert.message.textAssignment=Przypisanie -PageCert.message.textDescription=Opis\: {0}. -PageCert.message.textExtensions=Zdefiniowano rozszerzenia\: {0}. +PageCert.message.textDescription=Opis\\: {0}. +PageCert.message.textExtensions=Zdefiniowano rozszerzenia\\: {0}. PageCert.message.textInducement=Dziedziczenie -PageCert.message.textIntent=Intencja\: {0}. -PageCert.message.textKind=Rodzaj\: {0}. -PageCert.message.textOrder=Kolejność\: {0}. -PageCert.message.textOrg=Org.\: {0}. -PageCert.message.textRelation=Relacja\: {0}. -PageCert.message.textTenant=Podmiot\: {0}. -PageCert.message.textValidFrom=Ważny od\: {0}. -PageCert.message.textValidTo=Ważny do\: {0}. +PageCert.message.textIntent=Intencja\\: {0}. +PageCert.message.textKind=Rodzaj\\: {0}. +PageCert.message.textOrder=Kolejność\\: {0}. +PageCert.message.textOrg=Org\\: {0}. +PageCert.message.textRelation=Relacja\\: {0}. +PageCert.message.textTenant=Podmiot\\: {0}. +PageCert.message.textValidFrom=Ważny od\\: {0}. +PageCert.message.textValidTo=Ważny do\\: {0}. PageCert.now=teraz -StageEditorPanel.stageDefinitionLabelName = Definicja etapu \# +StageEditorPanel.stageDefinitionLabelName = Definicja etapu \\# StageDefinitionPanel.stageName = Nazwa StageDefinitionPanel.stageDescription = Opis StageDefinitionPanel.stageDuration = Czas trwania @@ -1432,7 +1432,7 @@ pageContentAccounts.menu.disableAccounts=Zablokuj wybranych pageContentAccounts.menu.enableAccounts=Aktywuj wybranych pageContentAccounts.menu.importAccounts=Importuj wybrane pageContentAccounts.menu.removeOwners=Usuń do wybranych -pageContentAccounts.message.cantImportAccount=Nie można zaimportować konta, oid\={0} +pageContentAccounts.message.cantImportAccount=Nie można zaimportować konta, oid\\={0} pageContentAccounts.message.cantShowAccountDetails=Nie można wyświetlić szczegółów konta {0} ({1}). pageContentAccounts.message.cantShowUserDetails=Nie można wyświetlić szczegółów użytkownika {0} ({1}). pageContentAccounts.message.deleteConfirmation=Naprawdę chcesz usunąć {0} kont z tego systemu? @@ -1523,7 +1523,7 @@ pageDebugList.message.deleteObjectConfirm=Naprawdę chcesz usunąć "{0}"? pageDebugList.message.deleteSelectedConfirm=Naprawdę chcesz usunąć {0} obiektów? pageDebugList.message.laxativeProblem=Porzuć wszystkie operacje tożsamości które nie wykonały się pomyślnie pageDebugList.message.nothingSelected=Nie wybrano obiektu. -pageDebugList.message.queryException=Nie można utworzyć zapytania dla podłańcucha nazwy, powód\: {0} +pageDebugList.message.queryException=Nie można utworzyć zapytania dla podłańcucha nazwy, powód\\: {0} pageDebugList.message.resourceNotSelected=Nie wybrano systemu. pageDebugList.message.singleOrgDeleteProblem=Nie można usunąć jednostki org. pageDebugList.message.singleShadowDeleteProblem=Nie można usunąć cienia @@ -1584,8 +1584,8 @@ PageInternals.consistencyChecks=Sprawdź spójność PageInternals.encryptionChecks=Sprawdź szyfrowanie PageInternals.readEncryptionChecks=Sprawdź odczyt szyfrowania PageInternals.detailedDebugDump=Szczegółowy zrzut debugowania -PageInternals.message.debugUpdatePerformed=Zaktualizowano narzędzie debugowania. Nowa wartość\: {0} -PageInternals.message.internalsConfigUpdate=Aktualizacja konfiguracja wewnętrznej. Weryfikacja spójności\: {0}, weryfikacja szyfrowania\: {1}, weryfikacja szyfrowania odczytu\: {2}, tolerancja niezadeklarowanych prefiksów\: {3} +PageInternals.message.debugUpdatePerformed=Zaktualizowano narzędzie debugowania. Nowa wartość\\: {0} +PageInternals.message.internalsConfigUpdate=Aktualizacja konfiguracja wewnętrznej. Weryfikacja spójności\\: {0}, weryfikacja szyfrowania\\: {1}, weryfikacja szyfrowania odczytu\\: {2}, tolerancja niezadeklarowanych prefiksów\\: {3} PageInternals.offset=Przesunięcie PageInternals.title.debugUtil=Narzędzie debugowania PageInternals.title.internalsConfig=Konfiguracja wewnętrzna @@ -1593,32 +1593,32 @@ PageInternals.title=Konfiguracja wewnętrzna PageInternals.title.timeChange=Zmiana czasu PageInternals.tolerateUndeclaredPrefixes=Tolerowanie niezadeklarowanych prefiksów w QNames i w ścieżkach PageInternals.title.counters=Liczniki wydajności -PageInternals.title.traces=Performance traces -InternalOperationClasses.resourceSchemaOperations=Resource schema operations +PageInternals.title.traces=Ślady wydajności +InternalOperationClasses.resourceSchemaOperations=Operacje schematu systemu InternalOperationClasses.connectorOperations=Działania konektora -InternalOperationClasses.shadowFetchOperations=Shadow fetch operations -InternalOperationClasses.repositoryOperations=Repository operations -InternalOperationClasses.prismObjectClone=Prism object clones -InternalOperationClasses.roleEvaluations=Role evaluations -InternalCounters.resourceSchemaParseCount=Resource schema parse -InternalCounters.resourceSchemaFetchCount=Resource schema fetch -InternalCounters.connectorInstanceInitializationCount=Connector instance initialization -InternalCounters.connectorSchemaParseCount=Connector schema parse -InternalCounters.connectorCapabilitiesFetchCount=Connector capabilities fetch +InternalOperationClasses.shadowFetchOperations=Operacje pobierania cieni +InternalOperationClasses.repositoryOperations=Operacje repozytorium +InternalOperationClasses.prismObjectClone=Klony obiektów prism +InternalOperationClasses.roleEvaluations=Oceny roli +InternalCounters.resourceSchemaParseCount=Parsowanie schematu systemu +InternalCounters.resourceSchemaFetchCount=Pobranie schematu systemu +InternalCounters.connectorInstanceInitializationCount=Inicjalizacja instancji konektora +InternalCounters.connectorSchemaParseCount=Parsowanie schematu konektora +InternalCounters.connectorCapabilitiesFetchCount=Pobranie funkcjonalności konektora InternalCounters.scriptCompileCount=Kompilacja skryptu InternalCounters.scriptExecutionCount=Wykonanie skryptu InternalCounters.connectorOperationCount=Działanie konektora -InternalCounters.connectorSimulatedPagingSearchCount=Connector simulated paging search -InternalCounters.shadowFetchOperationCount=Shadow fetch operation -InternalCounters.shadowChangeOperationCount=Shadow change operation -InternalCounters.provisioningAllExtOperationCount=All external provisioning operations -InternalCounters.repositoryReadCount=Repository read -InternalCounters.prismObjectCompareCount=Prism object compare -InternalCounters.prismObjectCloneCount=Prism object clone -InternalCounters.roleEvaluationCount=Role evaluation count -InternalCounters.roleEvaluationSkipCount=Role evaluation skip count -InternalCounters.projectorRunCount=Projector run count -pageLogging.appender=Appender\: +InternalCounters.connectorSimulatedPagingSearchCount=Symulowane wyszukiwanie stronicowane konektora +InternalCounters.shadowFetchOperationCount=Operacja pobierania cieni +InternalCounters.shadowChangeOperationCount=Operacja zmiany cienia +InternalCounters.provisioningAllExtOperationCount=Wszystkie zewnętrzne operacje aprowizacji +InternalCounters.repositoryReadCount=Odczyt repozytorium +InternalCounters.prismObjectCompareCount=Porównanie obiektów prism +InternalCounters.prismObjectCloneCount=Klonowanie obiektu prism +InternalCounters.roleEvaluationCount=Liczba ocen roli +InternalCounters.roleEvaluationSkipCount=Liczba pominięć ocen roli +InternalCounters.projectorRunCount=Ilość uruchomień projektora +pageLogging.appender=Appender\\: pageLogging.appenders=Appendery pageLogging.appenders.appending=Dopisywanie pageLogging.appenders.filePath=Ścieżka do pliku @@ -1628,7 +1628,7 @@ pageLogging.appenders.maxHistory=Maks. historia pageLogging.appenders.name=Nazwa pageLogging.appenders.pattern=Wzorzec pageLogging.audit=Audyt -pageLogging.auditLog=Audyt do logu\: +pageLogging.auditLog=Audyt do logu\\: pageLogging.button.addClassLogger=Dodaj rejestrator pageLogging.button.addComponentLogger=Dodaj rejestrator komponentu pageLogging.button.addConsoleAppender=Dodaj console appender @@ -1640,8 +1640,8 @@ pageLogging.button.deleteFilter=Usuń filtr pageLogging.button.deleteLogger=Usuń rejestrator pageLogging.button.reset=Reset pageLogging.button.save=Zapisz -pageLogging.details=Szczegóły\: -pageLogging.dumpInterval=Interwał zrzutu\: +pageLogging.details=Szczegóły\\: +pageLogging.dumpInterval=Interwał zrzutu\\: pageLogging.filter.ALL=Wszystko pageLogging.filter=Filtr pageLogging.filter.GUI=Filtr Web @@ -1668,18 +1668,18 @@ pageLogging.loggersTable=Tablica rejestratorów pageLogging.logger.TASKMANAGER=Rejestrator menedżera zadań pageLogging.logger.WORKFLOWS=Rejestrator modułu obiegu pracy pageLogging.logSubsystemEntryExit=Wejście/wyjście podsystemu logowania -pageLogging.performanceStatistics=Statystyki wydajności\: +pageLogging.performanceStatistics=Statystyki wydajności\\: pageLogging.profiling=Profilowanie -pageLogging.requestFilter=Filtr żądania\: -pageLogging.rootAppender=Root appender\: -pageLogging.rootLevel=rejestrator root\: +pageLogging.requestFilter=Filtr żądania\\: +pageLogging.rootAppender=Root appender\\: +pageLogging.rootLevel=rejestrator root\\: pageLogging.subsystem.appender=Appender pageLogging.subsystem.level=Poziom pageLogging.subsystem.model=Model pageLogging.subsystem.provisioning=Aprowizacja pageLogging.subsystem.repository=Repozytorium pageLogging.subsystem.resourceObjectChangeListener=Listener zmian obiektu systemu -pageLogging.subsystems=Podsystemy\: +pageLogging.subsystems=Podsystemy\\: pageLogging.subsystem..taskManager=Menedżer zadań pageLogging.subsystem.ucf=Ucf pageLogging.subsystem.workflow=Obieg pracy @@ -1883,8 +1883,8 @@ PageRoleEditor.label.ownerRef.placeholder=Ustaw właściciela PageRoleEditor.label.requestable=Wnioskowalne PageRoleEditor.label.riskLevel=Poziom ryzyka PageRoleEditor.label.type=Typ -PageRoleEditor.message.addApproverOk=Zatwierdzający o nazwie\: '{0}' dodany poprawnie. -PageRoleEditor.message.addOwnerOk=Właściciel o nazwie\: '{0}' dodany poprawnie. +PageRoleEditor.message.addApproverOk=Zatwierdzający o nazwie\\: '{0}' dodany poprawnie. +PageRoleEditor.message.addOwnerOk=Właściciel o nazwie\\: '{0}' dodany poprawnie. PageRoleEditor.message.cantAddOwner=Nie można ustawić szczegółów właściciela. PageRoleEditor.message.cantCreateExtensionDelta=Nie można utworzyć delty dla rozszerzenia roli PageRoleEditor.subtitle.activation=Aktywacja @@ -1900,7 +1900,7 @@ pageRoles.button.delete=Usuń pageRoles.dialog.title.confirmDelete=Potwierdź usunięcie pageRoles.message.confirmationMessageForMultipleObject=Naprawdę chcesz {0} zaznaczonych {1} rolę (ról)? pageRoles.message.confirmationMessageForSingleObject=Naprawdę chcesz {0} rolę '{1}'? -pageRoles.message.confirmationMessageForMultipleObject.members=Do you really want to {0} selected {1} role(s)? Some of the roles have member(s). +pageRoles.message.confirmationMessageForMultipleObject.members=Naprawdę chcesz {0} zaznaczone {1} rolę (role)? Niektóre z nich posiadają członka (członków). pageRoles.message.confirmationMessageForSingleObject.members=Naprawdę chcesz {0} rolę {1}? Zaznaczona rola posiada członka (członków). pageRoles.message.nothingSelected=Nie zaznaczono żadnej roli. pageRoles.message.queryError=Wystąpił błąd podczas tłumaczenia zapytania do filtra. @@ -1909,7 +1909,7 @@ PageRoles.title=Lista ról pageSecurityQuestions.message.WrongAnswer=Nie odpowiedziano poprawnie na pytania pageSecurityQuestions.message.noPolicySet=Brak ustawionej polityki hasła PageSecurityQuestions.title=Pytania zabezpieczające -PageShowPassword.message=Twoje nowe hasło to\: +PageShowPassword.message=Twoje nowe hasło to\\: PageShowPassword.success=Nowe hasło utworzone pomyślnie PageShowPassword.title=Nowe hasło PageSizePopover.title=Wielkość strony @@ -1952,7 +1952,7 @@ pageTask.category.Reconciliation=Rekoncyliacja pageTask.category.UserRecomputation=Przeliczanie użytkowników pageTask.category.Workflow=Obieg pracy pageTask.createSuspended=Utwórz w stanie WSTRZYMANYM -pageTask.cronHelp=Harmonogram w stylu crona określa się w sposób\: SEKUNDY MINUTY GODZINY DZIEŃ-MIESIĄCA DZIEŃ-TYGODNIA ROK (opcjonalnie), np. '0 0 12 ? * WED' oznacza 'każda środa o godzinie 12\:00'. +pageTask.cronHelp=Harmonogram w stylu crona określa się w sposób\\: SEKUNDY MINUTY GODZINY DZIEŃ-MIESIĄCA DZIEŃ-TYGODNIA ROK (opcjonalnie), np. '0 0 12 ? * WED' oznacza 'każda środa o godzinie 12\\:00'. pageTask.cronHelpLink=Po więcej informacji proszę zobaczyć pageTask.cronHelpLinkTutorial=samouczek pageTask.cronSpec=Harmonogram w stylu crona @@ -1972,7 +1972,7 @@ pageTaskEdit.button.stopApprovalProcess=Zatrzymaj proces zatwierdzania pageTaskEdit.button.save=Zapisz pageTaskEdit.button.suspend=Wstrzymaj pageTaskEdit.category=Kategoria -pageTaskEdit.cronHelp=Harmonogram w stylu crona określa się w sposób\: SEKUNDY MINUTY GODZINY DZIEŃ-MIESIĄCA DZIEŃ-TYGODNIA ROK (opcjonalnie), np. '0 0 12 ? * WED' oznacza 'każda środa o godzinie 12\:00'. +pageTaskEdit.cronHelp=Harmonogram w stylu crona określa się w sposób\\: SEKUNDY MINUTY GODZINY DZIEŃ-MIESIĄCA DZIEŃ-TYGODNIA ROK (opcjonalnie), np. '0 0 12 ? * WED' oznacza 'każda środa o godzinie 12\\:00'. pageTaskEdit.cronHelpLink=Po więcej informacji proszę zobaczyć pageTaskEdit.cronHelpLinkTutorial=samouczek pageTaskEdit.cronSpec=Harmonogram w stylu crona @@ -2054,8 +2054,8 @@ pageTask.objectClass=Klasa obiektu pageTask.objectRef=Odniesienie do systemu pageTask.options=Opcje pageTask.recurring=Zadanie powtarzalne -pageTask.runUntilNodeDown.error1=Poprawne wartości dla "Reakcji na zatrzymanie wątku" to\: Zamknij, Wstrzymaj -pageTask.runUntilNodeDown.error2=Poprawne wartości dla "Reakcji na zatrzymanie wątku" to\: Restart, Zaplanuj ponownie +pageTask.runUntilNodeDown.error1=Poprawne wartości dla 'Reakcji na zatrzymanie wątku' to\\: Zamknij, Wstrzymaj +pageTask.runUntilNodeDown.error2=Poprawne wartości dla 'Reakcji na zatrzymanie wątku' to\\: Restart, Zaplanuj ponownie pageTask.runUntilNodeDown=Wykonuj tylko do wyłączenia noda pageTasks.alreadyPassed=Już zaliczone pageTasks.alreadyPassedForNotRunningTasks=(już zaliczone) @@ -2153,7 +2153,7 @@ PageTasks.title=Zadania pageTasks.unknownRefName=Nieznany obiekt pageTask.threadStop=Reakcja na zatrzymanie wątku pageTask.title.edit=Szczegóły '{0}' -pageTask.type=Typ\: +pageTask.type=Typ\\: page.title.edit={0} page.title.editResource=Edycja systemu pageUser.accounts=Konta @@ -2184,8 +2184,8 @@ pageUser.message.cantEditUser=Nie można wczytać formularza do edycji użytkown pageUser.message.cantNewUser=Nie można wczytać formularza nowego użytkownika. pageUser.message.cantSubmitUser=Nie można wysłać użytkownika do zatwierdzenia pageUser.message.cantUpdateUser=Aktualizacja użytkownika nie powiodła się. -pageUser.message.couldntAssignObject=Nie można przypisać obiektu '{0}', powód\: {1}. -pageUser.message.couldntCreateAccount=Nie można utworzyć formularza konta z '{0}', powód\: {1}. +pageUser.message.couldntAssignObject=Nie można przypisać obiektu '{0}', powód\\: {1}. +pageUser.message.couldntCreateAccount=Nie można utworzyć formularza konta z '{0}', powód\\: {1}. pageUser.message.couldntCreateAccountNoSchema=Nie można utworzyć formularza konta dla '{0}', schemat niedostępny. Możliwy problem z konfiguracją konektora i/lub z połączeniem. Proszę zajrzeć w logi po więcej informacji. pageUser.message.deleteAccountConfirm=Naprawdę chcesz usunąć {0} kont(o)? pageUser.message.deleteAssignmentConfirm=Naprawdę chcesz usunąć {0} przypisań? @@ -2261,26 +2261,26 @@ pageWorkItem.objectNew.description=Obiekt po zaproponowanej zmianie pageWorkItem.objectOld.description=Obiekt przed zmianą pageWorkItem.options=Opcje pageWorkItem.requestCommon.description=Ogólne informacje o wniosku -pageWorkItem.requestedBy=Wnioskowane przez\: -pageWorkItem.requestedOn=Data wniosku\: +pageWorkItem.requestedBy=Wnioskowany przez\\: +pageWorkItem.requestedOn=Data wniosku\\: pageWorkItem.requester.description=Wnioskujący pageWorkItem.requestSpecific.description=Twoja decyzja -workItemPanel.originallyAllocatedTo=Oryginalnie przydzielony do\: -workItemPanel.currentlyAllocatedTo=Obecnie przydzielony do\: -workItemPanel.candidateActors=Potencjalni aktorzy\: -workItemPanel.stage=Etap zatwierdzania\: -workItemPanel.escalationLevel=Poziom eskalacji\: -workItemPanel.requesterComment=Komentarz wnioskującego\: +workItemPanel.originallyAllocatedTo=Oryginalnie przydzielony do\\: +workItemPanel.currentlyAllocatedTo=Obecnie przydzielony do\\: +workItemPanel.candidateActors=Potencjalni aktorzy\\: +workItemPanel.stage=Etap zatwierdzania\\: +workItemPanel.escalationLevel=Poziom eskalacji\\: +workItemPanel.requesterComment=Komentarz wnioskującego\\: workItemPanel.delta=Delta do zatwierdzenia workItemPanel.mainInfo=Informacje podstawowe workItemPanel.options=Opcje -workItemPanel.requestedBy=Wnioskowane przez\: -workItemPanel.requestedOn=Data wniosku\: -workItemPanel.workItemCreatedOn=Data utworzenia tego zadania\: -workItemPanel.workItemDeadline=Ostateczny termin\: +workItemPanel.requestedBy=Wnioskowany przez\\: +workItemPanel.requestedOn=Data wniosku\\: +workItemPanel.workItemCreatedOn=Data utworzenia tego zadania\\: +workItemPanel.workItemDeadline=Ostateczny termin\\: workItemPanel.requester.description=Wnioskujący workItemPanel.subTitle=szczegóły zadania do wykonania -workItemPanel.title=Zadania do wykonania\: +workItemPanel.title=Zadania do wykonania\\: workItemPanel.changesToBeApproved=Zmiany do zatwierdzenia workItemPanel.additionalAttributes=Dodatkowe atrybuty workItemPanel.approvalHistory=Historia zatwierdzeń tego wniosku @@ -2312,10 +2312,10 @@ PageWorkItemsAll.title=Wszystkie zadania do wykonania PageWorkItemsAllocatedToMe.title=Zadania do zrobienia przydzielone mi PageWorkItem.title=Szczegóły zadania do wykonania PageWorkItem.subTitle=szczegóły zadania do wykonania -pageWorkItem.title=Zadania do wykonania\: +pageWorkItem.title=Zadania do wykonania\\: pageWorkItem.trackingData.description=Dane śledzenia (diagnostyczne) pageWorkItem.trackingData=Dane śledzenia -pageWorkItem.workItemCreatedOn=Data utworzenia tego zadania\: +pageWorkItem.workItemCreatedOn=Data utworzenia tego zadania\\: passwordPanel.error=Hasła nie są takie same passwordPanel.passwordChange=Zmiana passwordPanel.passwordRemove=Usuń @@ -2356,17 +2356,17 @@ prismPropertyPanel.name.credentials.password=Hasło prismPropertyPanel.required=Wymagane prismValuePanel.add=Dodaj prismValuePanel.delete=Usuń -prismValuePanel.message.association.attributes=Atrybuty\: -processInstancePanel.details=Inne informacje\: -processInstancePanel.finished=Zakończony\: +prismValuePanel.message.association.attributes=Atrybuty\\: +processInstancePanel.details=Inne informacje\\: +processInstancePanel.finished=Zakończony\\: processInstancePanel.message.cantGetDetails=Nie można wczytać szczegółów instancji procesu. processInstancePanel.message.noTasks=żaden -processInstancePanel.name=Nazwa instancji procesu\: -processInstancePanel.pid=ID instancji\: -processInstancePanel.started=Rozpoczęty\: +processInstancePanel.name=Nazwa instancji procesu\\: +processInstancePanel.pid=ID instancji\\: +processInstancePanel.started=Rozpoczęty\\: processInstancePanel.taskAlreadyRemoved=(już usunięty) -processInstancePanel.task=Zadanie systemowe\: -processInstancePanel.tasks=Bieżące aktywne zadania do wykonania +processInstancePanel.task=Zadanie systemowe\\: +processInstancePanel.tasks=Bieżące aktywne zadania do wykonania\\: processInstancePanel.title.edit=Szczegóły '{0}' ProfilingLevel.ARGUMENTS=Argumenty ProfilingLevel.ENTRY_EXIT=Wejście/Wyjście @@ -2401,7 +2401,7 @@ ProvisioningStatistics.UpdateFailure=Niepowodzenie ProvisioningStatistics.UpdateSuccess=Aktualizacja OK QNameEditor.label.localPart=Lokalna część nazwy QNameEditor.label.namespace=Przestrzeń nazw -QNameEditor.tooltip.attribute=TODO\: QNameEditor.tooltip.attribute +QNameEditor.tooltip.attribute=TODO\\: QNameEditor.tooltip.attribute QNameEditor.tooltip.localPart=Lokalna część QName QNameEditor.tooltip.namespace=Przestrzeń nazw QName RangeValidator.range=Pole '${label}' musi być pomiędzy ${minimum} a ${maximum}. @@ -2457,7 +2457,7 @@ ResourceAttributeEditor.label.inbound=Mapowania przychodzące ResourceAttributeEditor.label.intolerantVP=Wzorzec nietolerancji ResourceAttributeEditor.label.limitations=Ograniczenia ResourceAttributeEditor.label.matchingRule=Reguła dopasowania -ResourceAttributeEditor.label.unknownMatchingRule=Nieznana reguła dopasowania\: {0} +ResourceAttributeEditor.label.unknownMatchingRule=Nieznana reguła dopasowania: {0} ResourceAttributeEditor.label.new=Utwórz nowy atrybut ResourceAttributeEditor.label.outbound=Mapowania wychodzące ResourceAttributeEditor.label.reference=Atrybut @@ -2517,12 +2517,12 @@ ResourceWizard.expression.tooltip.expression=Reprezentacja XML wyrażenia. To je ResourceWizard.expression.tooltip.language=Język programowania w którym napisany jest skrypt wyrażenia. ResourceWizard.expression.tooltip.policyRef=Odniesienie do obiektu polityki wartości. Podana polityka wartości będzie użyta jako szablon do generowania wartości. ResourceWizard.expression.tooltip.type=Typ wyrażenia. Określa czy wyrażenie jest skryptem, generatorem wartości czy czymś innym. -ResourceWizard.help.capabilityStep=\

Funkcjonalności systemu to rzeczy które system potrafi zrobić. Nie wszystkie systemy mają takie same funkcjonalności. Np. jeden system wspiera aktywację kont (blokowanie i odblokowanie kont) a inny nie. Niektóre mogą wspierać odczyt i zapis a inne mogą być tylko do odczytu. To samo z synchronizacją na żywo. Funkcjonalności określają jakie cechy wspiera dany system by Menedżer Tożsamości mógł zachowywać się odpowiednio.

Każda funkcjonalność może być nieaktywna (tzn. wyłączona). Wyłączenie funkcjonalności powoduje, że IDM nie będzie wykorzystywał tej cechy konektora i systemu. Używa się tego zwykle jeśli konektor lub system zawiera błędy, ale można je wyłączyć również z powodów administracyjnych. Np. wyłączając Tworzenie, Aktualizację i Usuwanie można przełączyć system w tryb wyłącznie do odczytu.

Niektóre funkcjonalności mogą być symulowane. To znaczy, że IDM udaje, że system posiada określone możliwości nawet jeśli ich nie ma. Np. funkcjonalność aktywacji może być zasymulowana przez ustawienie odpowiedniej wartości określonego atrybutu konta. Takie symulowane funkcjonalności zwykle wymagają skonfigurowania. Można to zrobić na tej stronie.

Wejdź tutaj po więcej szczegółów Strona wiki funkcjonalności systemu

+ResourceWizard.help.capabilityStep=

Funkcjonalności systemu to rzeczy które system potrafi zrobić. Nie wszystkie systemy mają takie same funkcjonalności. Np. jeden system wspiera aktywację kont (blokowanie i odblokowanie kont) a inny nie. Niektóre mogą wspierać odczyt i zapis a inne mogą być tylko do odczytu. To samo z synchronizacją na żywo. Funkcjonalnościokreślają jakie cechy wspiera dany system by Menedżer Tożsamości mógł zachowywać się odpowiednio.

Każda funkcjonalność może byćnieaktywna(tzn. wyłączona). Wyłączenie funkcjonalności powoduje, że IDM nie będzie wykorzystywał tej cechy konektora i systemu. Używa się tego zwykle jeśli konektor lub system zawiera błędy, ale można je wyłączyć również z powodów administracyjnych. Np. wyłączając Tworzenie,Aktualizację i Usuwaniemożna przełączyć system w tryb wyłącznie do odczytu.

Niektóre funkcjonalności mogą być symulowane. To znaczy, że IDM udaje, że system posiada określone możliwości nawet jeśli ich nie ma. Np. funkcjonalność aktywacji może być symulowana przez ustawienie odpowiedniej wartości określonego atrybutu konta. Takie symulowane funkcjonalności zwykle wymagają skonfigurowania. Można to zrobić na tej stronie.

Zobacz stronę Strona wiki funkcjonalności systemu aby dowiedzieć się więcej. ResourceWizard.help.configurationStep=

Na tym etapie kreatora konfiguruje się parametry konektora. Zwykle są to opcje potrzebne konektorowi do połączenia się do systemu, takie jak nazwa hosta i numery portów. Można tu również podać dodatkowe parametry takie jak limity czasów oczekiwania na operację.

Zestaw opcji jest specyficzny dla każdego konektora, jest on określany w schemacie konektora. Dlatego też zawartość tej strony zależy od typu konektora który był wybrany na poprzedniej stronie.

-ResourceWizard.help.nameStep=

Na tym etapie kreatora konfiguruje się podstawowe właściwości systemu. Można tu skonfigurować nazwę i opis systemu. Nazwa systemu jest wymagana i musi być unikalna. Również musi być skonfigurowany konektor który będzie użyty do połączenia z systemem. Konektory są instalowane na hoście konektorów. Jeśli pole host konektorów będzie pozostawione puste, zostanie użyty konektor zainstalowany bezpośrednio na serwerze.

Zobacz Resource Configuration wiki pagehref\="https\://wiki.evolveum.com/display/midPoint/Resource+Configuration">Resource Configuration wiki page aby dowiedzieć się więcej na temat konfiguracji systemu

-ResourceWizard.help.schemaHandlingStep=

W tym kroku podaje się konfigurację obsługi schematu systemu. Konfiguracja wyświetlona na tej stronie mówi Menedżerowi Tożsamości co ma robić z klasami obiektów i atrybutami w systemie. Zawiera konfigurację mapowań pomiędzy właściwościami użytkownika a atrybutami konta, konfigurację typów kont, grup, zależnościami, mapowaniem hasła i tak dalej.

Konfiguracja jest pogrupowana na typy obiektów. Każdy typ obiektu opisuje zachowanie dla określonego typu konta, typu uprawnienia, OU, itp. Obiekt jest jednoznacznie identyfikowany poprzez kombinację rodzaju oraz intencji. Rodzaj określa czym jest obiekt\:

  • rozaj\=konto oznacza, że obiekt jest kontem, tzn. reprezentuje użytkownika.
  • rodzaj\=uprawnienie ma zastosowanie do grup, ról, przywilejów, ACL-i i podobnych obiektów które mogą być powiązane z kontem i które nadają mu uprawnienia lub prawa dostępu.
  • rodzaj\=ogólny stosuje się do innych obiektów takich jak jednostki organizacyjne (OU), domeny, itp.
Intencja jest zwyczajnym ciągiem znaków, który można użyć do rozróżniania kilku typów obiektów. Na przykład można jej użyć do zdefiniowania kilku typów kont, np. "domyślne konto użytkownika", "konto administracyjne", "konto testowe" itd. Kliknij tutaj Kind, Intent and ObjectClass wiki page po więcej szczegółów.

Więcej informacji na temat obsługi schematu znajduje się tutaj\: Resource Schema Handling wiki page. -ResourceWizard.help.schemaStep=

Na tej stronie wyświetlony jest schemat systemu. Schemat systemu definiuje klasy obiektów którymi konektor może zarządzać, np. konta, grupy, jednostki organizacyjne, itd. Schemat określa zestaw atrybutów dla każdej klasy obiektu. Schemat przedstawiony na tej stronie jest w trybie tylko do odczytu, byś mógł przejrzeć i zapoznać się z modelem danych dostarczanym przez system.

Schemat systemu przedstawiony na tej stronie zwykle pobierany jest z systemu i generowany automatycznie. Schemat systemu definiuje co system może zrobić, tzn. jakie klasy obiektu określa i jakich atrybutów w tych klasach używa. Dlatego też schemat jest tylko do odczytu. To nie jest konfiguracja. To nie jest definicja jak IDM używa klas obiektów i atrybutów. Do tego służy następny krok kreatora.

Zobacz tę stronęResource Schema wiki page aby dowiedzieć się szczegółów na temat koncepcji schematu systemu

-ResourceWizard.help.synchronizationStep=

Konfiguracja synchronizacji określa w jaki sposób Menedżer Tożsamości zareaguje gdy odkryje że obiekt w systemie uległ zmianie. Np. określa reakcję na wykrycie nowego konta, gdy odkryje, że grupa która powinna być zniknęła itd. Choć zwykle nie ma znaczenia w jaki sposób zmiana zostanie wykryta, można użyć kanału aby określić wyjątki. W związku z tym reguły określone tutaj dotyczą synchronizacji na żywo, rekoncyliacji, importu, wykrywania oraz możliwych innych mechanizmów w przyszłości.

Wejdź na stronę Synchronization Configuration wiki page po więcej szczegółów.

+ResourceWizard.help.nameStep=

Na tym etapie kreatora konfiguruje się podstawowe właściwości systemu. Można tu skonfigurować nazwę i opis systemu. Nazwa systemu jest wymagana i musi być unikalna. Musi być również skonfigurowany konektor który będzie użyty do połączenia z systemem. Konektory są instalowane na hoście konektorów. Jeśli pole host konektorów będzie pozostawione puste, zostanie użyty konektor zainstalowany bezpośrednio na serwerze.

Zobacz Strona wiki konfiguracji konektorówby dowiedzieć się więcej na temat konfiguracji systemu.

+ResourceWizard.help.schemaHandlingStep=

W tym kroku podaje się konfigurację obsługi schematu systemu. Konfiguracja wyświetlona na tej stronie mówi Menedżerowi Tożsamości co ma robić z klasami obiektów i atrybutami w systemie. Zawiera konfigurację mapowań pomiędzy właściwościami użytkownika a atrybutami konta, konfigurację typów kont, grup, zależnościami, mapowaniem hasła i tak dalej.

Konfiguracja jest pogrupowana na typy obiektów. Każdy typ obiektu opisuje zachowanie dla określonego typu konta, typu uprawnienia, OU, itp. Obiekt jest jednoznacznie identyfikowany poprzez kombinację rodzaju oraz intencji. Rodzaj określa czym jest obiekt\\:

  • rozaj\\=konto oznacza, że obiekt jest kontem, tzn. reprezentuje użytkownika.
  • rodzaj\\=uprawnienie ma zastosowanie do grup, ról, przywilejów, ACL-i i podobnych obiektów które mogą być powiązane z kontem i które nadają mu uprawnienia lub prawa dostępu.
  • rodzaj\\=ogólny stosuje się do innych obiektów takich jak jednostki organizacyjne (OU), domeny, itp.
Intencja jest zwyczajnym ciągiem znaków, który można użyć do rozróżniania kilku typów obiektów. Na przykład można jej użyć do zdefiniowania kilku typów kont, np. "domyślne konto użytkownika", "konto administracyjne", "konto testowe" itd. Zobacz Stronę wiki Rodzaju, Intencji i Klasy obiektu aby dowiedzieć się więcej.

Więcej szczegółów na temat konfiguracji obsługi schematu znajdziesz na stronie wiki Obsługi Schematu Systemu. +ResourceWizard.help.schemaStep=

Na tej stronie wyświetlony jest schemat systemu. Schemat systemu definiuje klasy obiektów którymi konektor może zarządzać, np. konta, grupy, jednostki organizacyjne, itd. Schemat określa zestaw atrybutów dla każdej klasy obiektu. Schemat przedstawiony na tej stronie jest w trybie tylko do odczytu, byś mógł przejrzeć i zapoznać się z modelem danych dostarczanym przez system.

Schemat systemu przedstawiony na tej stronie zwykle pobierany jest z systemu i generowany automatycznie. Schemat systemu definiuje co system może zrobić, tzn. jakie klasy obiektu określa i jakich atrybutów w tych klasach używa. Dlatego też schemat jest tylko do odczytu. To nie jest konfiguracja. To nie jest definicja jak IDM używa klas obiektów i atrybutów. Do tego służy następny krok kreatora.

Zobacz Stronę wiki Schematu Systemu aby dowiedzieć się szczegółów na temat koncepcji schematu systemu

+ResourceWizard.help.synchronizationStep=

Konfiguracja synchronizacji określa w jaki sposób Menedżer Tożsamości zareaguje gdy odkryje że obiekt w systemie uległ zmianie. Np. określa reakcję na wykrycie nowego konta, gdy odkryje, że grupa która powinna być zniknęła itd. Zwykle nie ma znaczenia w jaki sposób zmiana zostanie wykryta, reakcja jest taka sama (choć można użyć kanału aby określić wyjątki). W związku z tym reguły określone tutaj dotyczą synchronizacji na żywo, rekoncyliacji, importu, wykrywania (mechanizmu zachowania spójności) i możliwych innych mechanizmów w przyszłości.

Wejdź na stronę Strona wiki konfiguracji synchronizacji po więcej szczegółów na ten temat. ResourceWizard.saveAndVisualize=Zapisz i wizualizuj ResourceWizard.visualize=Wizualizuj runReportPopupContent.button.run=Uruchom raport @@ -2549,18 +2549,19 @@ runReportPopupContent.param.name.role=Rola runReportPopupContent.param.name.roleOids=Role runReportPopupContent.param.name.users=Użytkownicy runReportPopupContent.param.name.stageNumber=Numer etapu (domyślnie wszystkie etapy) +runReportPopupContent.param.name.referencedRolesNames=Odniesione role RunReportPopupPanel.title=Konfiguracja raportu przed uruchomieniem -runUntilNodeDown.error1=Poprawne wartości dla "Reakcji na zatrzymanie wątku" to\: Zamknij, Wstrzymaj -runUntilNodeDown.error2=Poprawne wartości dla "Reakcji na zatrzymanie wątku" to\: Restart, Zaplanuj ponownie -SchemaHandlingStep.activation.tooltip.fetchStrategy=W jaki sposób pobrać atrybut gdy jest potrzebny. Implicit\: atrybut jest zwracany domyślnie, nie trzeba go specjalnie pobierać. Explicit\: atrybut nie jest zwracany domyślnie, musi być wyraźnie zażądany. +runUntilNodeDown.error1=Poprawne wartości dla 'Reakcji na zatrzymanie wątku' to\\: Zamknij, Wstrzymaj +runUntilNodeDown.error2=Poprawne wartości dla 'Reakcji na zatrzymanie wątku' to\\: Restart, Zaplanuj ponownie +SchemaHandlingStep.activation.tooltip.fetchStrategy=W jaki sposób pobrać atrybut gdy jest potrzebny. Implicit\\: atrybut jest zwracany domyślnie, nie trzeba go specjalnie pobierać. Explicit\\: atrybut nie jest zwracany domyślnie, musi być wyraźnie zażądany. SchemaHandlingStep.activation.tooltip.inbound=Mapowanie przychodzące mapuje wartości z systemu (zwykle konta) do Menedżera Tożsamości (zwykle użytkownika). SchemaHandlingStep.activation.tooltip.outbound=Mapowanie wychodzące mapuje wartości z Menedżera Tożsamości (zwykle użytkownika) do systemu (zwykle konta). SchemaHandlingStep.association.label.associationName=Nazwa powiązania SchemaHandlingStep.association.label.associationNamespace=Przestrzeń nazw SchemaHandlingStep.association.tooltip.associationAttribute=Nazwa atrybutu "przechowującego" powiązanie. Tzn. atrybut który zawiera identyfikator powiązanego obiektu. Zwykle jest to atrybut taki jak "członek", "grupy", "role", itp. W powiązaniu temat-do-obiektu jest to atrybut tematu (np. konto posiada atrybut "lista grup"). W powiązaniu obiekt-do-tematu jest to atrybut obiektu (np. grupa posiada atrybut "lista członków"). -SchemaHandlingStep.association.tooltip.associationLocalPart=TODO\: SchemaHandlingStep.association.tooltip.associationLocalPart -SchemaHandlingStep.association.tooltip.associationNamespace=TODO\: SchemaHandlingStep.association.tooltip.associationNamespace -SchemaHandlingStep.association.tooltip.direction=Definiuje kierunek powiązania. Obiekt-do-tematu\: Obiekt (np. grupa) posiada atrybut zawierający identyfikator tematu (np. konta); Temat-do-obiektu\: Temat (np. konto) posiada atrybut zawierający identyfikator obiektu (np. grupy). +SchemaHandlingStep.association.tooltip.associationLocalPart=TODO\\: SchemaHandlingStep.association.tooltip.associationLocalPart +SchemaHandlingStep.association.tooltip.associationNamespace=TODO\\: SchemaHandlingStep.association.tooltip.associationNamespace +SchemaHandlingStep.association.tooltip.direction=Definiuje kierunek powiązania. Obiekt-do-tematu\\: Obiekt (np. grupa) posiada atrybut zawierający identyfikator tematu (np. konta); Temat-do-obiektu\\: Temat (np. konto) posiada atrybut zawierający identyfikator obiektu (np. grupy). SchemaHandlingStep.association.tooltip.explicitRefIntegrity=Wyraźne więzy integralności. Jeśli wyłączone, wówczas Menedżer Tożsamości zakłada, że system sam realizuje więzy integralności. Np. Menedżer Tożsamości zakłada, że system automatycznie aktualizuje identyfikatory połączenia jeśli konto zmieni nazwę i nie musi nic z tym robić. Jeśli włączone, wówczas Menedżer Tożsamości dba o zachowanie więzów integralności. W tym przypadku Menedżer Tożsamości zaktualizuje atrybuty połączenia jeśli konto zmieni nazwę. SchemaHandlingStep.association.tooltip.intent=Intencja powiązania docelowego typu obiektu. Docelowy rodzaj i intencja identyfikują typ obiektu który jest celem powiązania, np. grupę, uprawnienie, rolę. itp. SchemaHandlingStep.association.tooltip.kind=Rodzaj powiązania docelowego typu obiektu. Zwykle jest to "uprawnienie". Docelowy rodzaj i intencja identyfikują typ obiektu który jest celem powiązania, np. grupę, uprawnienie, rolę. itp. @@ -2568,10 +2569,10 @@ SchemaHandlingStep.association.tooltip.valueAttribute=Nazwa atrybutu który jest SchemaHandlingStep.attribute.label.attributeName=Nazwa atrybutu SchemaHandlingStep.attribute.label.attributeNamespace=Przestrzeń nazw atrybutu SchemaHandlingStep.attribute.tooltip.allow=Jeśli zaznaczone - zezwala na podanie atrybutu nie będącego w oryginalnym schemacie systemu. Można tego użyć do naprawienia konektorów powodujących błędy, które nie dostarczają kompletnego schematu systemu lub ukrywają niektóre atrybuty, itp. -SchemaHandlingStep.attribute.tooltip.attributeLocalPart=TODO\: SchemaHandlingStep.attribute.tooltip.attributeLocalPart -SchemaHandlingStep.attribute.tooltip.attributeNamespace=TODO\: SchemaHandlingStep.attribute.tooltip.attributeNamespace -SchemaHandlingStep.attribute.tooltip.exclusiveStrong=Jeśli wyłączone - wtedy oba\: silne jak i normalne mapowania są scalane w celu utworzenia wynikowych wartości. Jeśli włączone - silne mapowania mają priorytet przed normalnymi. Normalne mapowanie użyte jest tylko wtedy gdy brak silnego. -SchemaHandlingStep.attribute.tooltip.fetchStrategy=W jaki sposób pobrać atrybut gdy jest potrzebny. Implicit\: atrybut jest zwracany domyślnie, nie trzeba go specjalnie pobierać. Explicit\: atrybut nie jest zwracany domyślnie, musi być wyraźnie zażądany. +SchemaHandlingStep.attribute.tooltip.attributeLocalPart=TODO\\: SchemaHandlingStep.attribute.tooltip.attributeLocalPart +SchemaHandlingStep.attribute.tooltip.attributeNamespace=TODO\\: SchemaHandlingStep.attribute.tooltip.attributeNamespace +SchemaHandlingStep.attribute.tooltip.exclusiveStrong=Jeśli wyłączone - wtedy oba: silne jak i normalne mapowania są scalane w celu utworzenia wynikowych wartości. Jeśli włączone - silne mapowania mają priorytet przed normalnymi. Normalne mapowanie użyte jest tylko wtedy gdy brak silnego. +SchemaHandlingStep.attribute.tooltip.fetchStrategy=W jaki sposób pobrać atrybut gdy jest potrzebny. Implicit\\: atrybut jest zwracany domyślnie, nie trzeba go specjalnie pobierać. Explicit\\: atrybut nie jest zwracany domyślnie, musi być wyraźnie zażądany. SchemaHandlingStep.attribute.tooltip.inbound=Mapowania przychodzące mapują wartości z systemu (zwykle konta) do Menedżera Tożsamości (zwykle użytkownika). SchemaHandlingStep.attribute.tooltip.intolerantVP=Wartość pasująca do tego wzorca NIE będzie tolerowana. Tzn. będzie usunięta z atrybutu nawet jeśli nie jest wynikiem przetwarzania (mapowania). SchemaHandlingStep.attribute.tooltip.limitations=Określ ograniczenia atrybutu takie jak wielokrotność, możliwość odczytu lub zapisu, itp. @@ -2581,7 +2582,7 @@ SchemaHandlingStep.attribute.tooltip.reference=Nazwa atrybutu do skonfigurowania SchemaHandlingStep.attribute.tooltip.tolerant=Atrybuty tolerancyjne dopuszczają wartości ustawione poza menedżerem tożsamości. Atrybuty nietolerancyjne dopuszczają wyłącznie wartości zdefiniowane przez menedżera tożsamości (np. przez mapowanie ról). SchemaHandlingStep.attribute.tooltip.tolerantVP=Wartość pasująca do tego wzorca będzie tolerowana. Tzn. pozostanie jako wartość atrybutu nawet jeśli nie jest wynikiem przetwarzania (mapowania). SchemaHandlingStep.button.add=Dodaj typ obiektu -SchemaHandlingStep.credentials.tooltip.fetchStrategy=W jaki sposób pobrać uwierzytelnianie gdy jest potrzebne. Implicit\: wartość jest zwracana domyślnie, nie trzeba jej specjalnie pobierać. Explicit\: wartość nie jest zwracana domyślnie, musi być wyraźnie zażądana. +SchemaHandlingStep.credentials.tooltip.fetchStrategy=W jaki sposób pobrać uwierzytelnianie gdy jest potrzebne. Implicit\\: wartość jest zwracana domyślnie, nie trzeba jej specjalnie pobierać. Explicit\\: wartość nie jest zwracana domyślnie, musi być wyraźnie zażądana. SchemaHandlingStep.credentials.tooltip.inbound=Mapowania przychodzące mapują wartości z systemu (zwykle konta) do Menedżera Tożsamości (zwykle użytkownika). SchemaHandlingStep.credentials.tooltip.outbound=Mapowania wychodzące mapują wartości z Menedżera Tożsamości (zwykle użytkownika) do systemu (zwykle konta). SchemaHandlingStep.credentials.tooltip.passwordPolicyRef=Polityka hasła zastosowana to tego uwierzytelniania. To ustawienie nadpisuje inne ustawienia, np. domyślną politykę hasła ustawioną w konfiguracji systemu. Jeśli w tym miejscu nie ustawisz nic, wtedy użyta będzie domyślna polityka hasła. @@ -2589,10 +2590,10 @@ SchemaHandlingStep.dependency.tooltip.intent=Intencja zależnego obiektu. SchemaHandlingStep.dependency.tooltip.kind=Rodzaj zależnego obiektu. SchemaHandlingStep.dependency.tooltip.order=Zwykle zero. Można wprowadzić liczbę całkowitą, która określa kolejność zależności tworzących krąg, i nie dających się określić inaczej (tzw. zależność wyższego rzędu). SchemaHandlingStep.dependency.tooltip.resourceRef=Zależny system. -SchemaHandlingStep.dependency.tooltip.strictness=Określa jak ściśle rozwiązywane będą zależności. Niedbały\: jeśli nie ma zależności - kontynuuj normalnie (używane tylko do narzucenia kolejności operacji); Zrelaksowany\: Odrzuca wykonanie operacji chyba, że wcześniej jest próbowana zależność, lecz jeśli się ona nie powiedzie to i tak kontynuuje, Ściśle\: Proceduj tylko jeśli próbowana jest wcześniej zależność i się ona powiedzie. +SchemaHandlingStep.dependency.tooltip.strictness=Określa jak ściśle rozwiązywane będą zależności. Niedbale\\: jeśli nie ma zależności - kontynuuj normalnie (używane tylko do narzucenia kolejności operacji); Zrelaksowanie\\: Odrzuca wykonanie operacji chyba, że wcześniej jest próbowana zależność, lecz jeśli się ona nie powiedzie to i tak kontynuuje, Ściśle\\: Proceduj tylko jeśli próbowana jest wcześniej zależność i się ona powiedzie. SchemaHandlingStep.iteration.tooltip.maxIteration=Maksymalna ilość iteracji. Operacja zakończy się błędem, jeśli podana maksymalna ilość iteracji nie zakończy się powodzeniem. -SchemaHandlingStep.iteration.tooltip.returnMultiplicity=TODO\: SchemaHandlingStep.iteration.tooltip.returnMultiplicity -SchemaHandlingStep.iteration.tooltip.variable=TODO\: SchemaHandlingStep.iteration.tooltip.variable +SchemaHandlingStep.iteration.tooltip.returnMultiplicity=TODO\\: SchemaHandlingStep.iteration.tooltip.returnMultiplicity +SchemaHandlingStep.iteration.tooltip.variable=TODO\\: SchemaHandlingStep.iteration.tooltip.variable SchemaHandlingStep.label.activation=Aktywacja SchemaHandlingStep.label.assignmentPolicyRef=Polityka przypisania SchemaHandlingStep.label.associations=Powiązania @@ -2613,7 +2614,7 @@ SchemaHandlingStep.limitations.tooltip.ignore=Flaga ignorowania atrybutu. System SchemaHandlingStep.limitations.tooltip.layers=Warstwy Menedżera Tożsamości których ograniczenie dotyczy. Czasami ograniczenie nie dotyczy tak samo wszystkich warstw. Np. atrybut może być de facto odczytywalny i zapisywalny ale chcemy zaprezentować go w formie tylko do odczytu w interfejsie użytkownika a zmieniać go wyłącznie przez mapowania. W takim przypadku ograniczenie wyłącznie do odczytu stosuje się tylko do warstwy "prezentacji". SchemaHandlingStep.limitations.tooltip.maxOccurs=Maksymalna ilość wartości atrybutu. Jeden oznacza atrybut jedno-wartościowy. "Nielimitowany" oznacza atrybut wielo-wartościowy. Podana w tym miejscu wartość nadpisuje wartość wziętą ze schematu systemu. SchemaHandlingStep.limitations.tooltip.minOccurs=Minimalna ilość wartości atrybutu. Zero oznacza atrybut opcjonalny, jeden oznacza wymagany. Podana w tym miejscu wartość nadpisuje wartość wziętą ze schematu systemu. -SchemaHandlingStep.limitations.tooltip.other=TODO\: REMOVE THIS TOOLTIP +SchemaHandlingStep.limitations.tooltip.other=TODO\\: REMOVE THIS TOOLTIP SchemaHandlingStep.limitations.tooltip.propertyAccess=Typ dostępu który jest przyznawany lub zabroniony. SchemaHandlingStep.mapping.tooltip.authoritative=Autorytatywne mapowania zarówno dodają jak i usuwają określone wartości. Nie-autorytatywne mapowania tylko dodają wartości. Np. jeśli rola z autorytatywnym mapowaniem zostanie usunięta, wartość którą ona implikuje również zostanie usunięta. Jeśli rola z nie-autorytatywnym mapowaniem zostanie usunięta to wartość pozostanie. SchemaHandlingStep.mapping.tooltip.channel=Ogranicza stosowanie tego mapowania wyłącznie do określonego kanału. Np. do zmian pochodzących z synchronizacji na żywo, rekoncyliacji lub GUI. Jeśli kanał jest na liście wtedy mapowanie będzie użyte, w przeciwnym wypadku nie będzie. Jeśli nie określono żadnego kanału wówczas brak jest ograniczeń i mapowanie będzie uwzględniało wszystkie kanały. @@ -2630,30 +2631,30 @@ SchemaHandlingStep.mapping.tooltip.expressionValuePolicyRef=Odniesienie do obiek SchemaHandlingStep.mapping.tooltip.source=Źródło mapowania. Mapowanie reaguje na zmiany w źródle. Wartości ze źródła są parametrami wejściowymi wyrażeń w mapowaniu. SchemaHandlingStep.mapping.tooltip.strength=Siła z jaką będzie wykonane mapowanie. Słabe mapowania wykonywane są wyłącznie jeśli cel nie posiada jeszcze żadnej wartości. Mapowania normalne zapisują nową wartość jeśli ta zmieniła się w źródle. Mapowania silne aplikowane są zawsze. SchemaHandlingStep.mapping.tooltip.target=Cel mapowania. Wygenerowana wartość będzie zaaplikowana do celu mapowania. -SchemaHandlingStep.message.errorLoadingObjectTypeList=Nie można wczytać listy klas obiektu z systemu. Błąd\: +SchemaHandlingStep.message.errorLoadingObjectTypeList=Nie można wczytać listy klas obiektu z systemu. Błąd\\: SchemaHandlingStep.message.saveError=Nie można zapisać obsługi schematu, {0} SchemaHandlingStep.message.selectObjectClassAss=Proszę podać 'Klasę obiektu' przed utworzeniem powiązania systemu. SchemaHandlingStep.message.selectObjectClassAttr=Proszę podać 'Klasę obiektu' przed utworzeniem atrybutu systemu. -SchemaHandlingStep.message.validationError=Podana klasa obiektu\: '{0}' jest nieprawidłowa. Proszę podać prawidłową wartość klasy obiektu. -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.message.validationError=Podana klasa obiektu\\: '{0}' jest nieprawidłowa. Proszę podać prawidłową wartość klasy obiektu. +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.title=Obsługa schematu SchemaHandlingStep.tooltip.activation=Definicja mapowania statusów aktywacji (aktywny/zablokowany/zarchiwizowany) oraz daty (ważny od i do). -SchemaHandlingStep.tooltip.assignmentPolicyRef=Polityka przypisania określa, jak ściśle przypisania będą wykonane. Brak\: przypisania nie są egzekwowane w ogóle; Pozytywny\: przypisania tylko dodają wartości (nigdy nie odejmują); Względny\: tylko zmiany są propagowane, istniejące wartości pozostaną niezmienione; Pełny\: wszystko jest ściśle egzekwowane (zarówno zmienione i istniejące wartości). +SchemaHandlingStep.tooltip.assignmentPolicyRef=Polityka przypisania określa, jak ściśle przypisania będą wykonane. Brak\\: przypisania nie są egzekwowane w ogóle; Pozytywny\\: przypisania tylko dodają wartości (nigdy nie odejmują); Względny\\: tylko zmiany są propagowane, istniejące wartości pozostaną niezmienione; Pełny\\: wszystko jest ściśle egzekwowane (zarówno zmienione i istniejące wartości). SchemaHandlingStep.tooltip.associations=Określenie w jaki sposób obsługiwane będą powiązania uprawnień. SchemaHandlingStep.tooltip.attributes=Określenie jak obsługiwane będą atrybuty. Każda definicja może zawierać przychodzące/wychodzące mapowania, ograniczenia, itp. SchemaHandlingStep.tooltip.credentials=Określenie w jaki sposób obsługiwane jest uwierzytelnianie, takie jak np. hasła. SchemaHandlingStep.tooltip.default=Jeśli włączone, to ta definicja będzie domyślną dla swojego rodzaju. Np. jeżeli ściśle nie określono intencji, wtedy będzie użyta ta definicja. SchemaHandlingStep.tooltip.dependency=Zależności są typami obiektów które muszą być przetworzone zanim dany obiekt zostanie przetworzony. To oznacza, że ten typ obiektu zależy od niego. Obiekty od których ten typ obiektu zależy będą aprowizowane przed tym obiektem. Zależności są używane do narzucania kolejności operacjom aprowizacji. -SchemaHandlingStep.tooltip.filterClause=DO ZROBIENIA\: SchemaHandlingStep.tooltip.filterClause +SchemaHandlingStep.tooltip.filterClause=TODO\\: SchemaHandlingStep.tooltip.filterClause SchemaHandlingStep.tooltip.intent=Intencja określa co system ma zrobić z obiektem. Intencja segreguje obiekty tego samego rodzaju na kategorie. Obiekty z różnymi intencjami mogą być obsługiwane przez system w różny sposób. SchemaHandlingStep.tooltip.iteration=Iteracyjne wyszukiwanie unikalnych atrybutów takich jak np. identyfikatory. Menedżer Tożsamości będzie kilkukrotnie próbował znaleźć unikalną wartość takich atrybutów. SchemaHandlingStep.tooltip.kind=Rodzaj określa czym jest obiekt, czy jest to konto, uprawnienie czy coś innego. SchemaHandlingStep.tooltip.objectClass=Klasa obiektu z systemu która będzie użyta do utworzenia instancji tego typu obiektu. SchemaHandlingStep.tooltip.protected=Wyszczególnienie chronionych instancji podanego typu obiektu. System widzi chronione instancje ale nie wolno mu ich modyfikować. Jakakolwiek próba modyfikacji spowoduje błąd. Używa się tego do ochrony kont uprzywilejowanych takich jak "root" czy "administrator". -SchemaHandlingStep.duplicateObjectTypeWarning=Istnieje więcej definicji dla tego rodzaju/intencji\: {0}. -SchemaHandlingStep.in=w\: {0} +SchemaHandlingStep.duplicateObjectTypeWarning=Istnieje więcej definicji dla tego rodzaju/intencji: {0}. +SchemaHandlingStep.in=w: {0} SchemaHandlingStep.out=z SchemaHandlingStep.dup=DUP {0} SchemaListPanel.attributes=Atrybuty @@ -2686,7 +2687,7 @@ SchemaStep.xml=XML SearchFilterPanel.button.update=Aktualizuj klauzulę SearchFilterPanel.label.description=Opis SearchFilterPanel.label.filterClause=Klauzula filtra -SearchFilterPanel.message.cantSerialize=Nie można przetworzyć klauzuli filtra. Proszę wprowadzić poprawne wyrażenie\: {0} +SearchFilterPanel.message.cantSerialize=Nie można przetworzyć klauzuli filtra. Proszę wprowadzić poprawne wyrażenie. Przyczyna\\: {0} SearchFilterPanel.message.expressionSuccess=Klauzula filtra została pomyślnie zaktualizowana. searchForm.filetype.null=Typ filtra searchForm.reportType.null=Typ raportu @@ -2708,8 +2709,8 @@ StandardLoggerType.EXPRESSION=Wyrażenie (c.e.m.common.expression.Expression) StandardLoggerType.MAPPING=Mapowanie (c.e.m.common.mapping.Mapping) StandardLoggerType.PROJECTOR_DETAIL=Szczegóły rojektora (c.e.m.model.impl.lens.projector) StandardLoggerType.PROJECTOR=Projektor (c.e.m.model.impl.lens.projector.Projector) -StandardLoggerType.SYNCHRONIZATION=Synchronization service (c.e.m.model.impl.sync.SynchronizationServiceImpl) -StandardLoggerType.AUTHORIZATION=Authorization (c.e.m.security.impl.SecurityEnforcerImpl) +StandardLoggerType.SYNCHRONIZATION=Usługa synchronizacji (c.e.m.model.impl.sync.SynchronizationServiceImpl) +StandardLoggerType.AUTHORIZATION=Autoryzacja (c.e.m.security.impl.SecurityEnforcerImpl) StandardLoggerType.SCRIPT_EXPRESSION=Wyrażenie skryptowe (c.e.m.common.expression.script.ScriptExpression) SubtasksPanel.label.category=Kategoria SubtasksPanel.label.detail=Szczegół @@ -2787,7 +2788,7 @@ SynchronizationStep.label.reaction=Reakcja SynchronizationStep.label.reconcile=Rekoncyliacja SynchronizationStep.label.syncObjectHeader=Obiekty synchronizacji SynchronizationStep.message.cantSave=Nie można zachować synchronizacji systemu. -SynchronizationStep.message.errorLoadingObjectSyncList=Nie można wczytać listy obiektów do synchronizacji z systemu. Błąd\: +SynchronizationStep.message.errorLoadingObjectSyncList=Nie można wczytać listy obiektów do synchronizacji z systemu. Błąd\\: SynchronizationStep.message.errorLoadingObjectTemplates=Nie można wczytać szablonów obiektu z repozytorium. SynchronizationStep.message.unsupportedActionFormat=Używasz przestarzałego atrybutu 'ref' do zdefiniowania działania reakcji. Użyj zamiast tego elementu 'handlerUri'. Działania z atrybutem 'ref' nie będą pokazywane w kreatorze. SynchronizationStep.reaction.tooltip.action=Sprecyzowana akcja. To ustawienie określa co system ma zrobić w reakcji na zdarzenie synchronizacji. @@ -2840,7 +2841,7 @@ SystemConfigPanel.title.notification=Powiadomienia SystemConfigPanel.title.passwordPolicy=Globalna polityka hasła SystemConfigPanel.title.securityPolicy=Globalna polityka bezpieczeństwa SystemConfigPanel.title.userTemplate=Domyślny szablon użytkownika -SystemConfigPanel.tooltip.duration=Format\: P[n][p], n-liczba, p-okres (d - dni, m - miesiące, ...), P3M - czyszczenie co 3 miesiące +SystemConfigPanel.tooltip.duration=Format\\: P[n][p], n-liczba, p-okres (d - dni, m - miesiące, ...), P3M - czyszczenie co 3 miesiące SystemInfoPanel.cpuUsage=Użycie procesora SystemInfoPanel.heapMemory=Pamięć typu heap (użyta/przydzielona/maks) SystemInfoPanel.nonHeapMemory=Pamięć typu non-heap (użyta/przydzielona/maks) @@ -2867,7 +2868,7 @@ TaskListType.ACTIVATED=Aktywowany TaskListType.ALL=Wszystko TaskListType.DEACTIVATED=Zdeaktywowany TaskListType.EXECUTING=Wykonywanie -TaskStatePanel.countersSource=Informacje statystyczne i stan aplikacji\: +TaskStatePanel.countersSource=Źródło informacji statystycznych i stanu\\: TaskStatePanel.currentObjectProcessed=Obecnie przetwarzany obiekt TaskStatePanel.executionStatus=Status wykonania TaskStatePanel.executionTime=Czas wykonania @@ -2882,7 +2883,7 @@ TaskStatePanel.message.lastObjectProcessed={0} TaskStatePanel.message.node= - na nodzie {0} TaskStatePanel.message.objectsProcessed={0} TaskStatePanel.message.objectsProcessedTime=(średni czas {1} ms, całkowity czas przetwarzania {0} sekund) -TaskStatePanel.message.objectsTotal={0} (średni czas\: {1} ms) +TaskStatePanel.message.objectsTotal={0} (średni czas\\: {1} ms) TaskStatePanel.message.timeInfoWithAgo={0} ({1} temu) TaskStatePanel.message.timeInfoWithDuration={0} (w {1} ms) TaskStatePanel.message.timeInfoWithDurationAndAgo={0} ({1} temu - w {2} ms) @@ -2900,11 +2901,11 @@ TaskStatePanel.statistics=Statystyki wydajności środowiska TaskStatePanel.subtaskName=Nazwa TaskStatePanel.subtaskObjectsProcessed=Przetworzone obiekty TaskStatePanel.subtaskState=Stan -TaskStatePanel.updated=Zaktualizowane\: +TaskStatePanel.updated=Zaktualizowane\\: TaskStatePanel.workerThreads=Lekkie pod-zadania (wątki) -tempMessagePanel.cause=Przyczyna\: -tempMessagePanel.context=Kontekst\: -tempMessagePanel.count=Ilość\: +tempMessagePanel.cause=Przyczyna\\: +tempMessagePanel.context=Kontekst\\: +tempMessagePanel.count=Ilość\\: tempMessagePanel.message.debug=Debug tempMessagePanel.message.error=Błąd tempMessagePanel.message.expectedError=Oczekiwany błąd @@ -2916,7 +2917,7 @@ tempMessagePanel.message.success=Sukces tempMessagePanel.message.undefined=Niezdefiniowany tempMessagePanel.message.unknown=Nieznany tempMessagePanel.message.warn=Ostrzeżenie -tempMessagePanel.param=Param\: +tempMessagePanel.param=Param\\: tempMessagePanel.times=razy TextDetailsPanel.title=Szczegóły powiązania TextField.universal.placeholder=Wprowadź wartość @@ -2928,7 +2929,7 @@ Title.CurrentStatus=Ostatnia informacja o statusie Title.MappingsStatistics=Informacje o ocenianiu mapowania Title.NotificationsStatistics=Informacje dotyczące powiadomienia Title.ProvisioningStatistics=Informacje dotyczące aprowizacji -Title.Source=Źródło\: +Title.Source=Źródło\\: TreeTablePanel.childOrg=Podrzędne jednostki org. TreeTablePanel.collapseAll=Zwiń wszystko TreeTablePanel.deleteRoot=Usuń pozycję bazową @@ -2950,7 +2951,7 @@ TreeTablePanel.menu.enable=Odblokuj TreeTablePanel.menu.move=Przenieś TreeTablePanel.menu.recompute=Przelicz TreeTablePanel.menu.removeFromHierarchy=Usuń z jednostki org. -TreeTablePanel.message.warn.deleteTreeObjectConfirm=Ostrzeżenie\! {0} posiada członków. Czy naprawdę chcesz usunąć tę jednostkę org.? +TreeTablePanel.message.warn.deleteTreeObjectConfirm=Ostrzeżenie! {0} posiada członków. Czy naprawdę chcesz usunąć tę jednostkę org.? TreeTablePanel.message.deleteTreeObjectConfirm=Naprawdę chcesz usunąć jednostkę org. "{0}"? TreeTablePanel.message.deleteObjectConfirm=Naprawdę chcesz usunąć {0} zaznaczonych obiekt(ów)? TreeTablePanel.message.deleteRootConfirm=Naprawdę chcesz usunąć {0} ({1})? @@ -3022,7 +3023,7 @@ web.security.provider.invalid=Niepoprawna nazwa użytkownika i/lub hasło web.security.provider.invalid.link=Nieprawidłowy odnośnik web.security.provider.locked=Użytkownik jest zablokowany, proszę czekać. web.security.provider.password.bad=Użytkownik nie ma ustawionego hasła -web.security.provider.password.encoding=Błąd uwierzytelniania użytkownika, powód\: nie można zaszyfrować hasła. +web.security.provider.password.encoding=Błąd uwierzytelniania użytkownika, powód\\: nie można zaszyfrować hasła. web.security.provider.unavailable=Obecnie nie można przetworzyć Twojego żądania. Proszę spróbować ponownie później. web.security.ldap.access.denied=Dostęp zabroniony. Nie masz uprawnień dostępu, proszę o kontakt z Administratorem. web.security.ldap.denied=Dostęp zabroniony. @@ -3031,15 +3032,15 @@ web.security.ldap.invalid=Niepoprawna nazwa użytkownika i/lub hasło. web.security.ldap.invalid.link=Nieprawidłowy odnośnik web.security.ldap.locked=Użytkownik jest zablokowany, proszę czekać. web.security.ldap.password.bad=Użytkownik nie ma ustawionego hasła -web.security.ldap.password.encoding=Błąd uwierzytelniania użytkownika, powód\: nie można zaszyfrować hasła. +web.security.ldap.password.encoding=Błąd uwierzytelniania użytkownika, powód\\: nie można zaszyfrować hasła. web.security.ldap.unavailable=Obecnie nie można przetworzyć Twojego żądania. Proszę spróbować ponownie później. -WfDeltasPanel.label.deltaIn=Wejście procesu\: różnice do zatwierdzenia +WfDeltasPanel.label.deltaIn=Wejście procesu\\: różnica(e) do zatwierdzenia WfDeltasPanel.label.deltaOutListEmpty=(żaden) -WfDeltasPanel.label.deltaOut=Wyjście procesu\: różnice wynikające z zatwierdzenia +WfDeltasPanel.label.deltaOut=Wyjście procesu\\: różnica(e) wynikające z zatwierdzenia WfHistoryPanel.label.event=Zdarzenie WfHistoryPanel.label.timestamp=Czas -WizardHelpDialog.button.ok=OK, przyjąłem\! -WizardHelpDialog.label=Uzyskaj pomoc o Kreatorze Systemów\! +WizardHelpDialog.button.ok=Ok, przyjąłem\\! +WizardHelpDialog.label=Uzyskaj pomoc o Kreatorze Systemów!\\! Wizard.message.cancel=Anulowano edycję systemu Wizard.correctErrorsFirst=Proszę poprawić błędy przed zapisem. Wizard.Issues=Problemy @@ -3063,16 +3064,16 @@ PageAdmin.menu.profile=Profil PageAdmin.menu.assignments=Przypisania PageAdmin.menu.credentials=Zmiana hasła PageAdmin.menu.request=Wnioskuj o rolę -PageTemplate.version=Wersja\: -PageTemplate.copy=Copyright © 2010-2017 Evolveum® and partners.  +PageTemplate.version=Wersja\\: +PageTemplate.copy=Copyright © 2010-2017 Evolveum® and partners.  PageTemplate.toggleNavigation=Odwróć nawigację PageTemplate.user=użytkownik -PageTemplate.couldntNavigateBreadcrumb=Nie można użyć nawigacji breadcrumb, powód\: {0} +PageTemplate.couldntNavigateBreadcrumb=Nie można użyć nawigacji breadcrumb, powód\\: {0} SystemInfoPanel.starttime=Data uruchomienia SystemInfoPanel.uptime=Czas działania CountToolbar.label.unknownCount=Wyświetlanie {0,number,integer} do {1,number,integer}, nieznana ilość pasujących wyników. TableConfigurationPanel.pageSize=Wielkość strony -TableConfigurationPanel.tableColumns=Tabela columnsCountToolbar.label.unknownCount\=Wyświetlanie {0,number,integer} do {1,number,integer}, nieznana ilość pasujących wyników. +TableConfigurationPanel.tableColumns=Tabela columnsCountToolbar.label.unknownCount\\=Wyświetlanie {0,number,integer} do {1,number,integer}, nieznana ilość pasujących wyników. MyRequestsPanel.started = Rozpoczęty MyRequestsPanel.rejected = Odrzucony MyRequestsPanel.approved = Zatwierdzony @@ -3102,18 +3103,19 @@ PageSelfCredentials.specifyOldPasswordMessage=Proszę wprowadzić poprzednie has ChangePasswordPanel.accountsTable.header=Propagacja hasła ChangePasswordPanel.name=Nazwa ChangePasswordPanel.resourceName=System -ChangePasswordPanel.enabled=Aktywny +ChangePasswordPanel.enabled=Konto aktywne ChangePasswordPanel.legendMessage.selected= - Hasło zostanie zmienione ChangePasswordPanel.legendMessage.propagated= Automatyczna propagacja hasła (na podstawie zasad zdefiniowanych w konfiguracji systemów) ChangePasswordPanel.legendMessage.deselected= - Hasło nie zostanie zmienione -ChangePasswordPanel.helpInfo=

Ta część strony zmiany hasła kontroluje w jaki sposób zmiana hasła zostanie rozpropagowana do każdego z systemów. W pierwszej linii określone jest czy hasło zostanie zmienione w samym Menedżerze Tożsamości. Następne linie reprezentują poszczególne systemy w których hasło może być zmienione. Propagacja hasła jest symbolizowana przez ikony\:

  • Hasło zostanie zmienione. Hasło w tym systemie zostanie ustawione na takie jak podane w formularzu powyżej.
  • Automatyczna propagacja hasła. Hasło może zostać zmienione. Czy zostanie zmienione czy nie zależy od zasad ustawionych przez Administratora Systemu Zarządzania Tożsamością.
  • Hasło nie zostanie zmienione w tym systemie.

Możesz dostosować ustawienia propagacji hasła klikając na ikony i w ten sposób określić czy hasło będzie propagowane do poszczególnych systemów czy nie.

+ChangePasswordPanel.legendMessage.no.password.capability= Funkcjonalność hasła nie jest wspierana przez system. +ChangePasswordPanel.helpInfo=

Ta część okna dialogowego zmiany hasła odpowiada za to, jak zmiana hasła zostanie rozpropagowana do poszczególnych systemów. Linia pierwsza określa czy hasło będzie zmienione w samym Menedżerze Tożsamości. Linie poniżej reprezentują każdy system w którym hasło może zostać zmienione. Propagację hasła kontroluje się przy pomocy tych ikon:

  • Hasło będzie zmienione. Hasło w tym systemie zostanie zmienione do wartości podanej w formularzu hasła powyżej.
  • Automatyczna propagacja hasła. Hasło może zostać zmienione. To czy hasło zostanie zmienione zależy od polityk ustawionych przez administratora. Zwykle oznacza to, że hasło będzie zmienione jeśli ma to sens dla obecnej sytuacji i ustawień. Jest to rozsądny domyślny wybór.
  • Hasło nie zostanie zmienione w tym systemie.
  • Funkcjonalność hasła nie jest wspierana przez ten system. W rezultacie hasło w tym systemie nie będzie zmienione.

Możesz dostosować propagację hasła poprzez kliknięcie na ikony a przez to dokładnie ustawić jak zmiana hasła będzie propagowana do każdego systemu z osobna.

ChangePasswordPanel.helpPopupTitle=Pomoc dotycząca propagacji hasła PageBase.button.tooltip.clearSearch=Wyczyść mainForm.uploadTooLarge = Wielkość pliku musi być mniejsza niż ${maxSize}. -mainForm.uploadFailed = Nie można wczytać pliku\: ${exception.localizedMessage}PageSelfCredentials.couldntResolve\=Nie można nawiązać kontaktu z systemem. +mainForm.uploadFailed = Nie można wczytać pliku\\: ${exception.localizedMessage}PageSelfCredentials.couldntResolve\\=Nie można nawiązać kontaktu z systemem. PageSelfCredentials.couldntResolve=Nie można rozwiązać systemu. -roleMemberPanel.type=Typ\: -roleMemberPanel.tenant=Podmiot\: +roleMemberPanel.type=Typ: +roleMemberPanel.tenant=Podmiot: roleMemberPanel.project=Org./Projekt roleMemberPanel.indirectMembers=Uwzględnij pośrednich członków roleMemberPanel.allRelations=Pokaż wszystkie relacje @@ -3175,11 +3177,11 @@ PageResource.tab.content.others=Nieskategoryzowane PageResource.tab.content.tasks=Zdefiniowane zadania ResourceContentTabPanel.searchType.repository=Repozytorium ResourceContentTabPanel.searchType.resource=System -ResourceContentTabPanel.searchType=Wyszukiwanie w\: -PagePreviewChanges.primaryChangesOne=Zmiany pierwotne\: {0} obiekt -PagePreviewChanges.primaryChangesMore=Zmiany pierwotne\: {0} obiektów -PagePreviewChanges.secondaryChangesOne=Wtórne zmiany\: {0} obiekt -PagePreviewChanges.secondaryChangesMore=Wtórne zmiany\: {0} obiektów +ResourceContentTabPanel.searchType=Wyszukiwanie w: +PagePreviewChanges.primaryChangesOne=Zmiany pierwotne: {0} obiekt +PagePreviewChanges.primaryChangesMore=Zmiany pierwotne: {0} obiektów +PagePreviewChanges.secondaryChangesOne=Wtórne zmiany: {0} obiekt +PagePreviewChanges.secondaryChangesMore=Wtórne zmiany: {0} obiektów PagePreviewChanges.button.continueEditing=Kontynuuj edycję PagePreviewChanges.button.save=Zapisz ScenePanel.object={0} obiekt @@ -3192,24 +3194,24 @@ SceneItemLinePanel.removedValue=Usunięta wartość SceneItemLinePanel.addedValue=Dodana wartość SceneItemLinePanel.unchangedValue=Niezmieniona wartość operation.com.evolveum.midpoint.web.page.admin.resources.ResourceContentTabPanel.changeOwner=Zmień właściciela (GUI) -TaskSummaryPanel.progressWithTotalKnown=Postęp\: {0} z {1} -TaskSummaryPanel.progressWithTotalUnknown=Postęp\: {0} +TaskSummaryPanel.progressWithTotalKnown=Postęp: {0} z {1} +TaskSummaryPanel.progressWithTotalUnknown=Postęp: {0} TaskSummaryPanel.progressIfSuspended=(wstrzymany) TaskSummaryPanel.progressIfWaiting=(oczekujący) TaskSummaryPanel.progressIfClosed=(zamknięty) TaskSummaryPanel.progressIfStalled=(zatrzymane od {0}) -TaskSummaryPanel.lastProcessed=Ostatni przetworzony obiekt\: {0} +TaskSummaryPanel.lastProcessed=Ostatni przetworzony obiekt: {0} ResourceContentResourcePanel.showExisting=Pokaż istniejące ResourceContentResourcePanel.newTask=Utwórz nowe SearchPanel.advanced=Zaawansowane SearchPanel.basic=Dane podstawowe SearchPanel.search=Wyszukiwanie SearchPanel.debug=Debug -ResourceContentResourcePanel.realSearch=(W rzeczywistości) Wyszukiwanie wg\: -typedAssignablePanel.selectedOrgs=Organizacje\: -typedAssignablePanel.selectedResources=Systemy\: -typedAssignablePanel.selectedRoles=Role\: -typedAssignablePanel.selectedServices=Usługi\: +ResourceContentResourcePanel.realSearch=(W rzeczywistości) Wyszukiwanie wg: +typedAssignablePanel.selectedOrgs=Organizacje: +typedAssignablePanel.selectedResources=Systemy: +typedAssignablePanel.selectedRoles=Role: +typedAssignablePanel.selectedServices=Usługi: SearchPanel.insertFilterXml=Wprowadź filtr xml (SearchFilterType) autoRefreshPanel.refreshNow=Odśwież autoRefreshPanel.resumeRefreshing=Wznów odświeżanie @@ -3222,16 +3224,16 @@ PageAdmin.menu.top.services.new=Nowa usługa PageAdmin.menu.top.services.edit=Edycja usługi taskShowAdvancedFeaturesPanel.label=Pokaż zaawansowane funkcje taskWfParentPanel.changesNotRequiringApproval=Zmiany nie wymagające zatwierdzenia -taskOtherChangesPanel.label.state=Stan\: +taskOtherChangesPanel.label.state=Stan\\: taskOtherChangesPanel.state.FINAL=Zmiany zostały wykonane (z powodzeniem lub bez) taskOtherChangesPanel.state.PRIMARY=Zmiany oczekujące na wykonanie taskOtherChangesPanel.state.SECONDARY=Zmiany oczekujące na wykonanie taskWfChildPanel.showParent=Pokaż wniosek w kontekście całej operacji. -TaskSummaryPanel.requestedBy=Wnioskowany przez\: {0} -TaskSummaryPanel.requestedByWithFullName=Wnioskowany przez\: {0} ({1}) -TaskSummaryPanel.requestedOn=Data wniosku\: {0} +TaskSummaryPanel.requestedBy=Wnioskowany przez: {0} +TaskSummaryPanel.requestedByWithFullName=Wnioskowany przez: {0} ({1}) +TaskSummaryPanel.requestedOn=Data wniosku: {0} TaskSummaryPanel.requestedByAndOn=Wnioskowany przez {0} z datą {1} -TaskSummaryPanel.stage=Etap\: {0} +TaskSummaryPanel.stage=Etap: {0} TaskSummaryPanel.rejected=Odrzucony TaskSummaryPanel.approved=Zatwierdzony operation.com.evolveum.midpoint.web.page.admin.resources.PageResource.refreshSchema=Odśwież schemat (GUI) @@ -3293,7 +3295,7 @@ DefinitionStagesPanel.confirmDelete=Potwierdź usunięcie DefinitionStagesPanel.confirmDeleteText=Naprawdę chcesz usunąć etap '{0}'? PageCertDefinition.outcomeStrategyHelpLabel=Proszę zobaczyć również PageCertDefinition.outcomeStrategyHelpLink=ten dokument -PageCertDefinition.outcomeStrategyHelp=Jak ustalany jest ogólny wynik na podstawie wyników poszczególnych etapów? Uwaga\: Pole 'Zatrzymaj przegląd na\:' pokazuje wyniki które uniemożliwiają sprawie jej awansowanie do kolejnego etapu. Zwykle nie ma potrzeby zmiany domyślnej wartości. Jeśli jest taka potrzeba, można to zrobić poprzez konfigurację XML. +PageCertDefinition.outcomeStrategyHelp=Jak ustalany jest ogólny wynik na podstawie wyników poszczególnych etapów? Uwaga: Pole 'Zatrzymaj przegląd na:' pokazuje wyniki które uniemożliwiają sprawie jej awansowanie do kolejnego etapu. Zwykle nie ma potrzeby zmiany domyślnej wartości. Jeśli jest taka potrzeba, można to zrobić poprzez konfigurację XML. PageCertDefinition.campaignLastStartedHelp=Kiedy była uruchomiona ostatnia kampania utworzona według tej definicji? PageCertDefinition.campaignLastClosedHelp=Kiedy ostatnia kampania utworzona według tej definicji została zamknięta - zarówno po pomyślnym przejściu przez wszystkie etapy lub zamknięta w dowolnym czasie. Jednakże jeśli kampania została usunięta bez jej wcześniejszego zamknięcia - nie zostanie tu pokazana. PageCertDefinition.scopeObjectTypeHelp=Określa które obiekty będą uwzględnione w zakresie kampanii certyfikacyjnych. Cechy tych obiektów (np. czy certyfikować przypisania czy dziedziczenia, czy oba) są zaznaczone poniżej. @@ -3301,13 +3303,13 @@ PageCertDefinition.scopeSearchFilterHelp=Jeśli tylko podzbiór obiektów okreś PageCertDefinition.scopeAssignmentsInducementsHelp=Wybierz które funkcjonalności (przypisania, dziedziczenia lub obie) obiektów opisanych powyżej mają być certyfikowane. PageCertDefinition.scopeIncludeTargetTypesHelp=Gdy certyfikowane są przypisania lub dziedziczenia, możesz wyszczególnić które docelowe typy są brane pod uwagę. Na przykład możesz chcieć certyfikować wyłącznie przypisania ról (do, np. użytkowników). PageCertDefinition.scopeIncludeByStatusHelp=Czy certyfikować tylko przypisania/dziedziczenia które mają status administracyjny "Aktywny" (lub nie ustawiony wcale). Zwróć uwagę, że istotny jest status administracyjny przypisania a nie przypisywanego obiektu. -StageDefinitionPanel.stageDurationHelp=Czas trwania tego etapu użyty do określenia czasu zakończenia etapu. Czas zakończenia jest obliczany jako moment otwarcia etapu plus czas trwania, zaokrąglony do 23\:59\:59 ostatniego dnia. Czas trwania jest określany w formacie ISO 8601, np. P14D dla 14 dni, P3W dla 3 tygodni, P2M dla 2 miesięcy, itd. -StageDefinitionPanel.notifyBeforeDeadlineHelp=Jak długo przed zakończeniem etapu zostaną wysłane wiadomości z przypomnieniem (do recenzentów i właściciela kampanii). Można podać więcej wartości rozdzielonych przecinkiem. Czas podaje się w formacie ISO 8601, np.\: PT12H dla 12 godzin, P2D dla 2 dni, P1W dla tygodnia, itd. Przykład\: PT48H, PT12H mówi o tym, że powiadomienia zostaną wysłane 48 godzin oraz 12 godzin przed zakończeniem etapu. +StageDefinitionPanel.stageDurationHelp=Czas trwania tego etapu użyty do określenia czasu zakończenia etapu. Czas zakończenia jest obliczany jako moment otwarcia etapu plus czas trwania, zaokrąglony do 23:59:59 ostatniego dnia. Czas trwania jest określany w formacie ISO 8601, np. P14D dla 14 dni, P3W dla 3 tygodni, P2M dla 2 miesięcy, itd. +StageDefinitionPanel.notifyBeforeDeadlineHelp=Jak długo przed zakończeniem etapu zostaną wysłane wiadomości z przypomnieniem (do recenzentów i właściciela kampanii). Można podać więcej wartości rozdzielonych przecinkiem. Czas podaje się w formacie ISO 8601, np.: PT12H dla 12 godzin, P2D dla 2 dni, P1W dla tygodnia, itd. Przykład: PT48H, PT12H mówi o tym, że powiadomienia zostaną wysłane 48 godzin oraz 12 godzin przed zakończeniem etapu. StageDefinitionPanel.notifyWhenNoDecisionHelp=Jeśli zaznaczone, powiadomienie 'zbliża się termin końca etapu' będzie wysłane do recenzenta tylko jeśli ma jakieś przypadki oczekujące na jego decyzje. Jeśli nie zaznaczone - recenzent zawsze dostanie powiadomienie, niezależnie czy już wprowadził odpowiednie decyzje czy nie. (Zauważ, że powiadomienia do właściciela kampanii wysyłane są zawsze, niezależnie od tego ustawienia.) StageDefinitionPanel.reviewerSpecificationTargetHelp=Wybór recenzentów na podstawie właścicieli/zatwierdzających celów przypisań/dziedziczeń. Np. można określić czy właściciel roli będzie użyty do certyfikowania wszystkich przypisań 'jego' roli (do dowolnego użytkownika). StageDefinitionPanel.reviewerSpecificationObjectHelp=Wybór recenzentów na podstawie obiektu który ma coś przypisane (lub dziedziczone). Np. można określić czy właściciel roli będzie użyty do certyfikowania wszystkich dziedziczeń zrobionych 'jego' roli. StageDefinitionPanel.reviewerUseObjectManagerHelp=Wybór recenzentów podstawie menedżerów obiektu (zazwyczaj użytkownik), który ma coś przypisane/dziedziczone. Np. można określić, czy menedżer jest użyty do certyfikowania wszystkich przypisań zrobionych użytkownikom w 'jego' organizacji. -StageDefinitionPanel.reviewerUseObjectManagerOrgTypeHelp=Wpływa na wyznaczenie menedżera użytkownika\: Po pierwsze, bierzemy wszystkich menedżerów wszystkich organizacji do których użytkownik należy. Wykluczamy z tej listy samego użytkownika, jeśli jest menedżerem tej organizacji (i jeśli opcja 'Pozwól menedżerom zatwierdzać swoje własne przypisania' jest zaznaczona). Jeśli pole to jest wypełnione, używamy go do wybrania organizacji wyłącznie określonego typu, np. 'funkcjonalne' (jeśli masz więcej typów organizacji). Jeśli pole to jest puste, bierzemy pod uwagę wszystkie organizacje. Jeśli nie znajdziemy odpowiedniego menedżera, kontynuujemy wyszukiwanie we wszystkich organizacjach nadrzędnych (ponownie, określonego typu jeśli zaznaczono). +StageDefinitionPanel.reviewerUseObjectManagerOrgTypeHelp=Wpływa na wyznaczenie menedżera użytkownika: Po pierwsze, bierzemy wszystkich menedżerów wszystkich organizacji do których użytkownik należy. Wykluczamy z tej listy samego użytkownika, jeśli jest menedżerem tej organizacji (i jeśli opcja 'Pozwól menedżerom zatwierdzać swoje własne przypisania' jest zaznaczona). Jeśli pole to jest wypełnione, używamy go do wybrania organizacji wyłącznie określonego typu, np. 'funkcjonalne' (jeśli masz więcej typów organizacji). Jeśli pole to jest puste, bierzemy pod uwagę wszystkie organizacje. Jeśli nie znajdziemy odpowiedniego menedżera, kontynuujemy wyszukiwanie we wszystkich organizacjach nadrzędnych (ponownie, określonego typu jeśli zaznaczono). StageDefinitionPanel.reviewerUseObjectManagerAllowSelfHelp=Jeśli użytkownik jest menedżerem w swojej organizacji to czy może zostać wybrany jako recenzent swoich własnych przypisań? Jeśli nie zaznaczone (domyślnie) - wyszukiwany jest menedżer wyższego szczebla - zobacz opis powyższego pola. StageDefinitionPanel.defaultReviewerRefHelp=Ten recenzent (lub recenzenci) będzie użyty jeśli powyższy warunek doprowadzi do braku recenzenta. StageDefinitionPanel.additionalReviewerRefHelp=Ten recenzent (lub recenzenci) będzie użyty dodatkowo do recenzentów wybranych przez powyższe warunki. @@ -3319,13 +3321,13 @@ StageDefinitionPanel.configurationHelpLink=ten dokument NameStep.configurationWillBeLost=Wybrany schemat konfiguracji konektora różni się od obecnego. Ustawienia konfiguracji zostaną utracone jeśli przejdziesz dalej. resultsHandlerConfiguration=Obsługa wyników enableFilteredResultsHandler=Aktywuj dodatkowe filtrowanie wyników -enableFilteredResultsHandlerHelp=Ten handler filtruje wyniki pobrane z systemu przez konektor, na poziomie frameworku konektora. Jest używany przez implementację konektora który nie zapewnia kompletnego filtrowania przez niego samego. Włączenie tego handlera ma pewne wady, np. w obszarze stronicowania, więc powinien być użyty tylko jeśli to naprawdę konieczne. Jeśli nie jesteś pewien, zalecane jest używanie filtrowania w trybie walidacji. Domyślna wartość bieżącej wersji ConnId\: włączone. +enableFilteredResultsHandlerHelp=Ten handler filtruje wyniki pobrane z systemu przez konektor, na poziomie frameworku konektora. Jest używany przez implementację konektora który nie zapewnia kompletnego filtrowania przez niego samego. Włączenie tego handlera ma pewne wady, np. w obszarze stronicowania, więc powinien być użyty tylko jeśli to naprawdę konieczne. Jeśli nie jesteś pewien, zalecane jest używanie filtrowania w trybie walidacji. Domyślna wartość bieżącej wersji ConnId: włączone. filteredResultsHandlerInValidationMode=Wykonuj filtrowanie wyłącznie w trybie sprawdzania. -filteredResultsHandlerInValidationModeHelp=Przełącza filtrowanie wyników w tryb walidacji\: wszystkie dane pobrane przez konektor są sprawdzane przez framework konektora, czy są prawidłowo przefiltrowane. W przypadku nieprawidłowego filtrowania, zgłaszany jest wyjątek. Ten tryb jest używany dla konektorów gdzie spodziewamy się kompletnej obsługi filtrowania, ale ich funkcjonalność w tym obszarze musi być zweryfikowana. Domyślna wartość w bieżącej wersji ConnId\: wyłączone. +filteredResultsHandlerInValidationModeHelp=Przełącza filtrowanie wyników w tryb walidacji: wszystkie dane pobrane przez konektor są sprawdzane przez framework konektora, czy są prawidłowo przefiltrowane. W przypadku nieprawidłowego filtrowania, zgłaszany jest wyjątek. Ten tryb jest używany dla konektorów gdzie spodziewamy się kompletnej obsługi filtrowania, ale ich funkcjonalność w tym obszarze musi być zweryfikowana. Domyślna wartość w bieżącej wersji ConnId: wyłączone. enableCaseInsensitiveFilter=Ignorowanie wielkości liter w filtrze -enableCaseInsensitiveFilterHelp=Ta opcja powoduje, że filtr jest niewrażliwy na wielkość liter w systemie. Używana jest w systemach ignorujących wielkość liter. Domyślna wartość w obecnej wersji ConnId\: wyłączone. +enableCaseInsensitiveFilterHelp=Ta opcja powoduje, że filtr jest niewrażliwy na wielkość liter w systemie. Używana jest w systemach ignorujących wielkość liter. Domyślna wartość w obecnej wersji ConnId: wyłączone. enableNormalizingResultsHandler=Włącz normalizację zwróconych danych -enableNormalizingResultsHandlerHelp=Ten handler normalizuje każdy atrybut przychodzący z systemu do Menedżera Tożsamości. Zwykle rekomenduje się jego wyłączenie. Domyślna wartość w obecnej wersji ConnId\: włączone. +enableNormalizingResultsHandlerHelp=Ten handler normalizuje każdy atrybut przychodzący z systemu do Menedżera Tożsamości. Zwykle rekomenduje się jego wyłączenie. Domyślna wartość w obecnej wersji ConnId: włączone. enableAttributesToGetSearchResultsHandler=Włącz handler wyników 'atrybuty do pobrania' enableAttributesToGetSearchResultsHandlerHelp=Ten handler jest używany do zaimplementowania opcji 'atrybuty do pobrania'. Zalecane jest pozostawienie domyślnie włączonego (w obecnej wersji ConnId). PageResourceWizard.autoSaveWarning=System jest automatycznie zapisywany po każdym przejściu do następnego kroku kreatora @@ -3354,12 +3356,12 @@ TreeTablePanel.menu.deleteMember.confirm=Wszyscy zaznaczeni członkowie (użytko TreeTablePanel.menu.deleteAllMembers.confirm=Wszyscy członkowie (użytkownicy, organizacje, usługi, role) zostaną trwale usunięci z systemu. Czy jesteś pewien? PageTasksCertScheduling.title=Planowanie certyfikacji PageResourceVisualization.title=Wizualizacja mapowań {0} -PageResourceVisualization.dotMessage=Rendering wykresu DOT nie mógł zostać wykonany. Proszę sprawdzić komunikat błędu poniżej i upewnić się że\: +PageResourceVisualization.dotMessage=Rendering wykresu DOT nie mógł zostać wykonany. Proszę sprawdzić komunikat błędu poniżej i upewnić się że: PageResourceVisualization.dot1=Oprogramowanie do renderingu DOT jest zainstalowane na serwerze. Polecany jest Graphviz PageResourceVisualization.dot2=Ścieżka do pliku wykonywalnego programu do renderingu DOT jest poprawnie ustawiona w pliku config.xml. PageResourceVisualization.moreInformation=Po więcej informacji proszę zobaczyć PageResourceVisualization.moreInformationLink=ten artykuł -PageResourceVisualization.errorMessage=Komunikat o błędzie\: +PageResourceVisualization.errorMessage=Komunikat o błędzie: PageResourceVisualization.seeOnline=Możesz również spróbować użyć programu renderującego DOT on-line, na przykład PageResourceVisualization.seeOnlineLink=webgraphviz.com PageResourceVisualization.copyInstruction=Po prostu wklej poniższy kod DOT do niego. @@ -3458,7 +3460,7 @@ PageEvaluateMapping.message.emptyString=Proszę podać mapowanie do wykonania. PageEvaluateMapping.result=Wynik PageEvaluateMapping.mapping=Mapowanie PageEvaluateMapping.request=Wniosek -PageEvaluateMapping.chooseSample=Lub skorzystaj z przykładu\: +PageEvaluateMapping.chooseSample=Lub skorzystaj z przykładu: PageEvaluateMapping.sample.FullName_NoDelta=Mapowanie pełnego imienia i nazwiska (bez zmiany) PageEvaluateMapping.sample.FullName_Delta=Mapowanie pełnego imienia i nazwiska (zmiana imienia) PageEvaluateMapping.sample.FullName_Delta_Ref=Mapowanie pełnego imienia i nazwiska (zmiana imienia); źródło z repozytorium @@ -3477,8 +3479,8 @@ PageAssignmentConflicts.back=Wstecz PageAssignmentConflicts.submit=Prześlij AssignmentCatalogPanel.selectTargetUser=Wybierz docelowego użytkownika AssignmentCatalogPanel.selectAssignmentsUserOwner=Wybierz właściciela przypisań użytkownika -AssignmentCatalogPanel.requestForMe=Docelowy użytkownik\: ja -AssignmentCatalogPanel.requestFor=Docelowy użytkownik\: +AssignmentCatalogPanel.requestForMe=Docelowy użytkownik: ja +AssignmentCatalogPanel.requestFor=Docelowy użytkownik: AssignmentCatalogPanel.requestForMultiple=Wybrano {0} użytkowników AssignmentCatalogPanel.assignmentsOwner=przypisania {0} MultiButtonPanel.plusIconTitle=Dodaj pozycję do koszyka @@ -3569,8 +3571,8 @@ MergeType.EMPTY=pusty PageMergeObjects.warningMessage=Powinny być podane dwa identyfikatory oid obiektów PageSelfRegistration.register=Zarejestruj PageSelfRegistration.registration.success=Rejestracja zakończona powodzeniem -PageSelfRegistration.registration.error=Rejestracja nieudana \: {0} -PageSelfRegistration.registration.confirm.message=Gratulacje\!\n\n\nZostałeś poprawnie zarejestrowany. Aby aktywować swoje konto sprawdź pocztę i potwierdź rejestrację. +PageSelfRegistration.registration.error=Rejestracja nieudana : {0} +PageSelfRegistration.registration.confirm.message=Gratulacje!\n\n\nZostałeś poprawnie zarejestrowany. Aby aktywować swoje konto sprawdź pocztę i potwierdź rejestrację. PageRegistrationConfirmation.confirmation.error=Nie udało się potwierdzić rejestracji. Proszę o kontakt z administratorem systemu. PageRegistrationConfirmation.continueToLogin=Przejdź do strony logowania PageRegistrationConfirmation.confirmation.successful=Potwierdzenie zakończone pomyślnie @@ -3596,9 +3598,9 @@ PageSelfRegistration.password.policy= PageResetPassword.reset.successful=Poprawnie ustawiono nowe hasło. Kontynuuj logowanie PageForgotPassword.form.submited.message=Link potwierdzający został wysłany na podany adres e-mail. Aby dokończyć reset hasła, kliknij na odnośnik przesłany w mailu i postępuj zgodnie z instrukcją. pageForgetPassword.message.policy.not.found=Reset hasła niedozwolony -PageAbstractSelfCredentials.save.password.failed=Niepowodzenie przy zmianie hasła\: {0} +PageAbstractSelfCredentials.save.password.failed=Niepowodzenie przy zmianie hasła: {0} PageResetPassword.title=Reset hasła -PageResetPasswordConfirmation=Potwierdzenie resetu hasła +PageResetPasswordConfirmation.title=Potwierdzenie resetu hasła PageResetPasswordConfirmation.confirmation.error=Reset hasła jest niedozwolony. Przykro mi, ale prawdopodobnie musisz skontaktować się z z administratorem systemu. PageResetPasswordConfirmation.authnetication.failed=Niewłaściwa nazwa użytkownika i/lub hasło ItemPathSegmentPanel.itemToSearch=Szukaj {0} @@ -3609,6 +3611,7 @@ DecisionDto.rejectedDueToTimeout=(odrzucony z powodu przekroczenia limitu czasu) DecisionDto.AUTO_APPROVAL_CONDITION=(warunek auto-zatwierdzania) DecisionDto.AUTO_COMPLETION_CONDITION=(warunek auto-uzupełniania) DecisionDto.NO_ASSIGNEES_FOUND=(nie znaleziono zatwierdzających) +wf.comment=Komentarz wf.object=Obiekt wf.target=Cel wf.originalAssignee=Oryginalny odbiorca @@ -3622,12 +3625,23 @@ wf.escalationLevelName=Nazwa poziomu eskalacji wf.escalationLevelDisplayName=Nazwa wyświetlana poziomu eskalacji wf.workItemId=ID zadania do wykonania wf.processInstanceId=ID instancji procesu +wf.requesterComment=Komentarz wnioskującego: +wf.causeType=Typ przyczyny +wf.causeName=Nazwa przyczyny +wf.causeDisplayName=Nazwa wyświetlana przyczyny PageAccountActivation.account.activation.successful=Aktywacja kont zakończona powodzeniem PageAccountActivation.account.activation.failed=Nie udało się uaktywnić kont. Proszę o kontakt z administratorem systemu -PageAccountActivation.activated.shadows=Aktywowane cienie\: +PageAccountActivation.activated.shadows=Aktywowane cienie: PageAccountActivation.button.activate=Aktywuj PageAccountActivation.activate.accounts.label=Aktywacja konta dla użytkownika '{0}'. PageAccountActivation.provide.password=Proszę podać hasło aby uaktywnić konta. PageAccountActivation.title=Aktywacja konta PageAccountActivation.nothing.to.activate=Wystąpił nieoczekiwany problem podczas próby aktywacji konta. Proszę o kontakt z administratorem systemu PageAccountActivation.authentication.failed=Błąd autentykacji +operation.com.evolveum.midpoint.web.page.admin.reports.PageCreatedReports.deleteReportOutput=Usuń raport (GUI) +operation.com.evolveum.midpoint.report.impl.ReportManagerImpl.deleteReportOutput=Usuń raport (Raport) +operation.com.evolveum.midpoint.web.page.admin.reports.PageCreatedReports.downloadReport=Pobierz raport (GUI) +operation..com.evolveum.midpoint.report.impl.ReportManagerImpl.getReportOutputData=Wczytaj raport (Raport) +PageWorkItem.couldNotGetWorkItem=Nie można pobrać elementu roboczego. Być może jest już zakończony lub usunięty. +CsvDownloadButtonPanel.export=Eksport CSV +AssignmentEditorDto.policyRuleTitle=Reguła polityki diff --git a/gui/admin-gui/src/main/resources/localization/Midpoint_pt_BR.properties b/gui/admin-gui/src/main/resources/localization/Midpoint_pt_BR.properties index 3b4780d793a..152b1e1f005 100644 --- a/gui/admin-gui/src/main/resources/localization/Midpoint_pt_BR.properties +++ b/gui/admin-gui/src/main/resources/localization/Midpoint_pt_BR.properties @@ -104,7 +104,7 @@ AssignmentTablePanel.menu.addDelegation=Incluir delegação AssignmentTablePanel.menu.deleteDelegation=Deletar delegação AssignmentTablePanel.menu.unassign=Remover atribuição AssignmentTablePanel.menu.showAllAssignments=Mostrar todas atribuições -AssignmentTablePanel.message.couldntAssignObject=Não pode atribuir objeto '{0}', motivo\: {1}. +AssignmentTablePanel.message.couldntAssignObject=Não pôde atribuir objeto '{0}', motivo\\: {1}. AssignmentTablePanel.message.illegalAssignmentState=Estado ilegal da atribuição '{0}'. AssignmentTablePanel.message.noAssignmentSelected=Nenhuma atribuição selecionada. AssignmentTablePanel.message.noDelegationsSelected=Nenhuma delegação selecionada. @@ -165,7 +165,7 @@ CapabilityStep.activation.tooltip.validFromEnabled=Verdadeiro se o recurso supor CapabilityStep.activation.tooltip.validFromReturned=Verdadeiro se a propriedade "validFrom" é retornada por default. False, se ela precisar ser requisitada explicitamente. CapabilityStep.activation.tooltip.validToEnabled=Verdadeiro se o recurso suporta propriedade de ativação 'validTo'. CapabilityStep.activation.tooltip.validToReturned=Verdadeiro se a propriedade "validTo" é retornada por default. False, se ela precisar ser requisitada explicitamente. -CapabilityStep.capability.activation.tooltip=Capacidade de ativação\: habilitar/desabilitar contas, atribuir datas de validade, etc. +CapabilityStep.capability.activation.tooltip=Capacidade de ativação: habilitar/desabilitar contas, atribuir datas de validade, etc. CapabilityStep.capability.create.tooltip=Capacidade para criar (incluir) novos objetos no recurso. CapabilityStep.capability.credentials.tooltip=Capacidade para atribuir credenciais para contas de recurso. CapabilityStep.capability.delete.tooltip=Capacidade para deletar objetos existentes no recurso. @@ -182,7 +182,7 @@ CapabilityStep.message.cantLoadCaps=Não foi possível carregar capacidades. CapabilityStep.native=Nativo CapabilityStep.script.tooltip.enabled=Verdadeiro se a capacidade está ativa. Falso, se desabilitada. Capacidade desabilitada funciona da mesma maneira como se não existisse. Capacidades podem ser desabilitadas para, p.ex., trabalhar com 'bugs' de conectores, tornar resources 'read-only', etc. CapabilityStep.script.tooltip.onConnector=Capacidade para executar scripts no conector. Isso signfica que os scrips serão executados na máquina onde o conector se encontra instalado (geralmente um nó do sistema ou servidor de conexão). -CapabilityStep.script.tooltip.onResource=Capacidade para executar scripts no recurso. Isso signfica que os scrips serão executados na máquina onde o conector se conecta (geralmente servidor que hospeda o recurso\: AD, máquina Unix, servidor de BD,etc). +CapabilityStep.script.tooltip.onResource=Capacidade para executar scripts no recurso. Isso signfica que os scrips serão executados na máquina onde o conector se conecta (geralmente servidor que hospeda o recurso: AD, máquina Unix, servidor de BD,etc). CapabilityStep.title=Capacidades capabilityValuePanel.label.capability.create=Criar capacidade capabilityValuePanel.label.capability.delete=Deletar capacidade @@ -254,24 +254,24 @@ DefinitionScopeObjectType.RoleType=Perfis DefinitionScopeObjectType.UserType=Usuários DefinitionScopeObjectType.OrgType=Orgs DefinitionScopeObjectType.ServiceType=Serviços -deleteAllDialog.label.accountShadowsDelete=Imagens de conta para deletar\: {0} -deleteAllDialog.label.nonAccountShadowsDelete=Imagens de não-contas para deletar\: {0} +deleteAllDialog.label.accountShadowsDelete=Imagens de conta para excluir\\: {0} +deleteAllDialog.label.nonAccountShadowsDelete=Imagens de não-conta para excluir\\: {0} deleteAllDialog.label.org=Unidade Org. -deleteAllDialog.label.orgUnitsDelete=Unidades org. para deletar\: {0} +deleteAllDialog.label.orgUnitsDelete=Unid. Org. para excluir\\: {0} deleteAllDialog.label.shadow.account=Imagens de conta deleteAllDialog.label.shadow.nonAccount=Imagens de não-conta deleteAllDialog.label.shadow.org=Imagens de Unidades org. deleteAllDialog.label.shadow.role=Imagens de perfil -deleteAllDialog.label.totalToDelete=Total de objetos para deletar\: {0} -deleteAllDialog.label.usersDelete=Usuários para deletar\: {0} (Usuário 'Administrator' não será deletado) +deleteAllDialog.label.totalToDelete=Total de objetos para excluir\\: {0} +deleteAllDialog.label.usersDelete=Usuários para excluir \\: {0} (Usuário 'Administrador' não será excluído) deleteAllDialog.label.users=Usuários -deleteAllDialog.message.choose=Escolher tipos de objeto para deletar\: +deleteAllDialog.message.choose=Escolha tipos de objeto para excluir \\: deleteAllDialog.no=Não deleteAllDialog.yes=Sim -DeltaPanel.label.changeType=Alterar tipo\: -DeltaPanel.label.modifications=Modificações\: -DeltaPanel.label.objectToAdd=Objetos a adicionar\: -DeltaPanel.label.oid=Objetos com oid\: +DeltaPanel.label.changeType=Alterar tipo\\: +DeltaPanel.label.modifications=Modificações\\: +DeltaPanel.label.objectToAdd=Objeto para incluir\\: +DeltaPanel.label.oid=Objeto com oid\\: direction.nullvalid=Escolher Um DoubleButtonPanel.button.default=Executar DoubleButtonPanel.download=Download @@ -305,7 +305,7 @@ ExpressionEditorPanel.label.language=Linguagem ExpressionEditorPanel.label.type=Tipo de Expressão ExpressionEditorPanel.label.description=Descrição ExpressionEditorPanel.label.valuePolicyRef=Ref. Política -ExpressionEditorPanel.message.cantSerialize=Não foi possível criar JAXBElement do XML fornecido. Favor informar a expressão correta. Motivo\: {0} +ExpressionEditorPanel.message.cantSerialize=Não foi possível criar JAXBElement Da expressão XML fornecida. Digite a expressão correta. Motivo \\: {0} ExpressionEditorPanel.message.expressionSuccess=Expressão foi atualizada com sucesso. ExpressionEvaluatorType.AS_IS=Como é ExpressionEvaluatorType.GENERATE=Gerar @@ -328,10 +328,10 @@ FeedbackAlertMessage.error=Erro FeedbackAlertMessage.info=Informação FeedbackAlertMessage.success=Sucesso FeedbackAlertMessage.warn=Aviso -feedbackMessagePanel.cause=Causa\: +feedbackMessagePanel.cause=Motivo\\: feedbackMessagePanel.collapseAll=Contrair tudo -feedbackMessagePanel.context=Contexto\: -feedbackMessagePanel.count=Contagem\: +feedbackMessagePanel.context=Contexto\\: +feedbackMessagePanel.count=Contagem\\: feedbackMessagePanel.expandAll=Expandir tudo feedbackMessagePanel.export=Exportar para XML feedbackMessagePanel.hideStack=[ ESCONDER PILHA DE ERROS ] @@ -347,7 +347,7 @@ feedbackMessagePanel.message.success=Sucesso feedbackMessagePanel.message.undefined=Indefinido feedbackMessagePanel.message.unknown=Desconhecido feedbackMessagePanel.message.warn=Aviso -feedbackMessagePanel.param=Param\: +feedbackMessagePanel.param=Param\\: feedbackMessagePanel.showStack=[ MOSTRAR PILHA DE ERROS ] feedbackMessagePanel.times=vezes feedtempMessagePanelbackMessagePanel.message.info=informação @@ -403,7 +403,7 @@ JasperReportConfigurationPanel.forPrompting=Para solicitar JasperReportConfigurationPanel.parameterClass=Classe do parâmetro JasperReportConfigurationPanel.nestedClass=Classe aninhada JasperReportConfigurationPanel.parameterName=Nome do parâmetro -JasperReportConfigurationPanel.parameterProperty=Propriedade\: {0} +JasperReportConfigurationPanel.parameterProperty=Propriedade\\: {0} JasperReportConfigurationPanel.reportFields=Campos do relatório JasperReportConfigurationPanel.reportParameters=Parâmetros do relatório JasperReportConfigurationPanel.reportQuery=Consulta do relatório @@ -520,7 +520,7 @@ MappingEditorDialog.label.strength=Força MappingEditorDialog.label.target=Alvo MappingEditorDialog.label.timeFrom=Tempo de MappingEditorDialog.label.timeTo=Tempo para -MappingEditorDialog.message.cantSave=Não foi possível salvar o mapeamento. Motivo\: +MappingEditorDialog.message.cantSave=Não pôde salvar mapeamento. Motivo\\: MappingEditorDialog.message.warn.emptyTarget=Mapeamento de entrada requer campo 'alvo' especificado. MappingsStatistics.AverageTime=Tempo médio MappingsStatistics.Count=Contagem de invocações @@ -537,13 +537,13 @@ Message.SourceMemory=tarefa em memória (buscados {0}) Message.SourceRepository=repositório (estatísticas atualizadas para {0}) message.success=Suas respostas foram atualizadas com sucesso message.WrongAnswer=Perguntas não respondidas corretamente -ModelOperationStatusPanel.label.focusName=Objeto\: -ModelOperationStatusPanel.label.focusType=do tipo\: -ModelOperationStatusPanel.label.primaryDelta=Delta primário\: -ModelOperationStatusPanel.label.state=Estado\: -ModelOperationStatusPanel.state.FINAL=Final\: operação foi executada (com ou sem sucesso) -ModelOperationStatusPanel.state.PRIMARY=Primário\: operação está sendo aprovada -ModelOperationStatusPanel.state.SECONDARY=Secundário\: operação(ões) de recurso estão sendo aprovada(s) +ModelOperationStatusPanel.label.focusName=Objeto +ModelOperationStatusPanel.label.focusType=do tipo\\: +ModelOperationStatusPanel.label.primaryDelta=Delta primário\\: +ModelOperationStatusPanel.label.state=Estado\\: +ModelOperationStatusPanel.state.FINAL=Final \\: operação foi executada (com sucesso ou não) +ModelOperationStatusPanel.state.PRIMARY=1º \\: operação está sendo aprovada +ModelOperationStatusPanel.state.SECONDARY=2º \\: operação (s) de recurso estão sendo aprovadas ModificationsPanel.label.attribute=Atributo ModificationsPanel.label.change=Alterar ModificationsPanel.label.value=Valor(es) @@ -871,7 +871,7 @@ operation.com.evolveum.midpoint.web.page.admin.users.PageUsers.disableUsers=Desa operation.com.evolveum.midpoint.web.page.admin.users.PageUsers.enableUser=Habilitar usuário (Gui) operation.com.evolveum.midpoint.web.page.admin.users.PageUsers.enableUsers=Habilitar usuários (Gui) operation.com.evolveum.midpoint.web.page.admin.users.PageUser.sendToSubmit=Enviar para submissão (Gui) -operation.com.evolveum.midpoint.web.page.admin.users.PageUsers.reconcileUser=Reconciliar usuário (Gui)\: {0} +operation.com.evolveum.midpoint.web.page.admin.users.PageUsers.reconcileUser=Reconciliar usuário (Gui) \\: {0} operation.com.evolveum.midpoint.web.page.admin.users.PageUsers.reconcileUsers=Reconciliar usuários (Gui) operation.com.evolveum.midpoint.web.page.admin.workflow.PageWorkItem.saveWorkItem=Salvar item de trabalho (Gui) operation.com.evolveum.midpoint.web.util.WebModelUtils.deleteObject=Deletar objeto (Gui) @@ -902,11 +902,11 @@ operation.com.evolveum.midpoint.web.component.wizard.resource.SchemaHandlingStep operation.com.evolveum.midpoint.web.component.wizard.resource.SynchronizationStep.saveResourceSynchronization=Salvar sincronização de recurso operation.com.evolveum.midpoint.web.component.wizard.resource.CapabilityStep.saveCapabilities=Salvar capacidades de recurso operation.com.evolveum.midpoint.web.page.admin.PageAdminFocus.loadShadow=Carregar imagem -operationResultPanel.cause=Causa\: -operationResultPanel.context=Contexto\: -operationResultPanel.count=Contagem\: +operationResultPanel.cause=Causa\\: +operationResultPanel.context=Contexto\\: +operationResultPanel.count=Contagem\\: operationResultPanel.hideStack=[ ESCONDER PILHA DE ERRO ] -operationResultPanel.param=Parâm\: +operationResultPanel.param=Param\\: operationResultPanel.showStack=[ MOSTAR PILHA DE ERRO ] operationResultPanel.times=vezes operationResultPanel.title.expectedError=Erro esperado @@ -1002,8 +1002,8 @@ PageAccounts.message.ownerNotFound=Não encontrou dono para imagem com oid {0}. PageAccounts.message.unsupportedOwnerType=Tipo de dono não encontrado. pageAccounts.message.resourceNotSelected=Recurso não selecionado. Favor selecionar recurso para mostrar suas imagens. PageAccounts.message.success.clearExport=Pasta de exportação foi limpa com sucesso -PageAccounts.message.success.export=Exportação bem sucedida. Arquivo exportado\: {0}. -PageAccounts.message.validationError=Valor de 'objectClass' pesquisado\: '{0}' não é válido. Favor providenciar um valor válido. +PageAccounts.message.success.export=A exportação foi bem sucedida. Arquivo exportado \\: {0}. +PageAccounts.message.validationError=O valor do objeto 'objectClass' \\: '{0}' não é válido. Forneça um valor válido de 'objectClass'. PageAccounts.nothing=Nada PageAccounts.resource=Recurso PageAccounts.shadows=Imagens @@ -1112,11 +1112,11 @@ pageAdminFocus.projections=Projeções pageAdminFocus.personas=Personas pageAdminFocus.organizations=Organizações pageAdminFocus.assignments=Atribuições -pageAdminFocus.message.couldntCreateAccountNoSchema=Não foi possível criar projeção para '{0}'\: nenhum esquema refinado disponível. Possível problema com a configuração do conector e/ou conexão. Favor verificar os 'logs' para maiores informações. +pageAdminFocus.message.couldntCreateAccountNoSchema=Não foi possível criar projeção para '{0}': nenhum esquema refinado disponível. Possível problema com a configuração do conector e/ou conexão. Favor verificar os 'logs' para maiores informações. pageAdminFocus.message.couldntCreateAccountNoAccountSchema=Não foi possível criar projeção para '{0}; nenhum esquema para tipo de objeto conta default disponível. Possível problema com a configuração do recurso. Favor verificar 'logs' para mais informações. -pageAdminFocus.message.couldntCreateAccount=Não foi possível criar formulário de projeção para '{0}'; motivo\: {1}. +pageAdminFocus.message.couldntCreateAccount=Não foi possível criar o formulário de projeção para '{0}', motivo \\: {1}. pageAdminFocus.message.noAssignableSelected=Nenhuma atribuição selecionada. -pageAdminFocus.message.couldntAssignObject=Não foi possível atribuir objeto '{0}'; motivo \: {1}. +pageAdminFocus.message.couldntAssignObject=Não foi possível atribuir o objeto '{0}', reason \\: {1}. pageAdminFocus.message.noActivationFound=Nenhuma ativação encontrada para projeção '{0}'. pageAdminFocus.message.noEnabledPropertyFound=Nenhuma projeção habilitada encontrada para a conta '{0}'. pageAdminFocus.message.noLockoutStatusPropertyFound=Nenhuma propriedade de status de bloqueio encontrada para a conta '{0}'. @@ -1128,7 +1128,7 @@ pageAdminFocus.title.selectResource=Selecionar recurso(s) pageAdminFocus.title.selectAssignable=Selecionar objeto(s) pageAdminFocus.task.name=Nome da tarefa pageAdminFocus.task.category=Categoria -pageAdminFocus.task.descriptionHasTasks=Tarefas ativas relacionadas a este objeto\: +pageAdminFocus.task.descriptionHasTasks=Tarefas ativas relacionadas a este objeto: pageAdminFocus.task.descriptionNoTasks=Não há tarefas ativas relacionadas a este objeto. pageAdminFocus.task.execution=Estado de execução pageAdminFocus.task.status=Status @@ -1188,15 +1188,15 @@ PageRepositoryQuery.button.useInObjectList=Utilizar em lista de objeto PageRepositoryQuery.button.execute=Executar PageRepositoryQuery.message.emptyString=A string de consulta informada está vazia. Favor prover uma não vazia. PageRepositoryQuery.result=Resultado -PageRepositoryQuery.resultObjects=Resultado\: retornou {0} objeto(s) -PageRepositoryQuery.resultException=Resultado\: {0} +PageRepositoryQuery.resultObjects=Resultado: retornou {0} objeto(s) +PageRepositoryQuery.resultException=Resultado: {0} PageRepositoryQuery.midPoint=Consulta MidPoint -PageRepositoryQuery.objectType=Tipo de objeto\: +PageRepositoryQuery.objectType=Tipo de objeto: PageRepositoryQuery.hibernateQuery=Consulta Hibernate PageRepositoryQuery.hibernateParameters=Parâmetros da consulta -PageRepositoryQuery.hibernateParametersNote=Nota\: Os parâmetros são mostrados aqui apenas para indicar como a consulta midPoint é traduzida em consulta hibernate. Eles não são utilizados ao executar manualmente uma consulta hibernate, de modo que a consulta inserida aqui não deve conter referências a parâmetros. +PageRepositoryQuery.hibernateParametersNote=Nota: Os parâmetros são mostrados aqui apenas para indicar como a consulta midPoint é traduzida em consulta hibernate. Eles não são utilizados ao executar manualmente uma consulta hibernate, de modo que a consulta inserida aqui não deve conter referências a parâmetros. PageRepositoryQuery.incompleteResultsNote=Como você não tem direitos de administrador, os resultados mostrados aqui provavelmente foram filtrados aplicando condições de pesquisa adicionais derivadas de suas autorizações. Essas condições adicionais não são visíveis na consulta hibernate mostrada acima. -PageRepositoryQuery.chooseSample=Ou utilize uma amostra\: +PageRepositoryQuery.chooseSample=Ou utilize uma amostra: PageRepositoryQuery.sample.ObjectType_AllObjectsInAnOrg=Todos objetos em uma organização (diretamente) PageRepositoryQuery.sample.ObjectType_AllObjectsInASubtree=Todos objetos em uma subárvore PageRepositoryQuery.sample.OrgType_AllRootOrgs=Todas raízes organizacionais @@ -1212,7 +1212,7 @@ PageRepositoryQuery.sample.UserType_UsersThatHaveARole=Usuários que possuem atr PageRepositoryQuery.sample.UserType_SpecifiedCostCenters=Usuários em centros de custo 100000-999999 ou X100-X999 PageRepositoryQuery.sample.ShadowType_ShadowsOnGivenResource=Imagens em um dado recurso PageRepositoryQuery.sample.UserType_UsersWithShadowOnGivenResource=Usuários com imagem vinculada em um dado recurso -PageRepositoryQuery.queryVsFilterNote=Nota\: a consulta midPoint contẽm um filtro juntamente com instruções de paginação, empacotadas dentro do elemento <query> Em contraste, quando utilizado em "Filtro avançado" na GUI, apenas o subelemento <filter> é aplicável. Paginação é gerenciada pelo próprio GUI. +PageRepositoryQuery.queryVsFilterNote=Nota: a consulta midPoint contẽm um filtro juntamente com instruções de paginação, empacotadas dentro do elemento <query> Em contraste, quando utilizado em "Filtro avançado" na GUI, apenas o subelemento <filter> é aplicável. Paginação é gerenciada pelo próprio GUI. PageCert.ago={0} atrás PageCertCampaign.basic=Básico PageCertCampaign.button.back=Voltar @@ -1232,7 +1232,7 @@ PageCertCampaign.menu.revoke=Revogar PageCertCampaign.name=Nome PageCertCampaign.numberOfStages=Número de etapas PageCertCampaign.owner=Dono -PageCertCampaigns.agoForCampaign=(campanha\: {0} atrás) +PageCertCampaigns.agoForCampaign=(Campanha \\: há {0} dias) PageCertCampaigns.agoForStage={0} atrás PageCertCampaigns.button.closeCampaign=Finalizar campanha PageCertCampaigns.button.closeStage=Finalizar etapa @@ -1242,7 +1242,7 @@ PageCertCampaigns.button.startRemediation=Iniciar remediação PageCertCampaigns.dialog.title.confirmCloseCampaign=Confirmar finalização de campanha PageCertCampaigns.dialog.title.confirmCloseStage=Confirmar finalização de etapa PageCertCampaigns.dialog.title.confirmDeleteCampaign=Confirmar deleção de campanha -PageCertCampaigns.inForCampaign=(campanha\: em {0}) +PageCertCampaigns.inForCampaign=(Campanha \\: em {0}) PageCertCampaigns.inForStage=em {0} PageCertCampaigns.menu.close=Finalizar campanha PageCertCampaigns.menu.closeSelected=Finalizar campanhas selecionadas @@ -1252,10 +1252,10 @@ PageCertCampaigns.menu.startSelected=Iniciar campanhas selecionadas PageCertCampaigns.message.closeCampaignConfirmMultiple=Deseja realmente finalizar {0} campanhas selecionadas? PageCertCampaigns.message.closeCampaignConfirmSingle=Deseja realmente finalizar campanhas {0}? PageCertCampaigns.message.closeStageConfirmSingle=Deseja realmente finalizar etapa corrente para {0}? -PageCertCampaigns.message.deleteCampaignConfirmMultiple=\ Deseja realmente deletar {0} campanhas selecionadas? -PageCertCampaigns.message.deleteCampaignConfirmSingle=\ Deseja realmente deletar a campanha {0}? +PageCertCampaigns.message.deleteCampaignConfirmMultiple= Deseja realmente deletar {0} campanhas selecionadas? +PageCertCampaigns.message.deleteCampaignConfirmSingle= Deseja realmente deletar a campanha {0}? PageCertCampaigns.message.noCampaignsSelected=Nenhuma campanha relevante selecionada -PageCertCampaigns.nowForCampaign=(campanha\: agora) +PageCertCampaigns.nowForCampaign=(Campanha \\: agora) PageCertCampaigns.nowForStage=agora PageCertCampaigns.table.deadline=Prazo de entrada da etapa (campanha) PageCertCampaigns.table.escalationLevel=Nível de Esc. @@ -1336,7 +1336,7 @@ PageCertDefinition.campaignsTotal=Total de campanhas PageCertDefinition.campaignLastStarted=Última campanha iniciada PageCertDefinition.campaignLastClosed=Última campanha finalizada PageCertDefinition.owner=Dono -PageCertDefinition.stopReviewOn=Finalizar revisão em\: +PageCertDefinition.stopReviewOn=Finalizar revisão em: PageCertDefinition.stopReviewOnDefault= PageCertDefinition.stopReviewOnNone= PageCertDefinitions.basicInformation=Informação básica @@ -1372,21 +1372,21 @@ PageCertDefinition.scopeEnabledItemsOnly=Habilitar apenas itens PageCertDefinition.stagesDefinition=Definição de etapas PageCert.in=em {0} PageCert.message.assignment={0} de {1} {2} para {3} {4}. -PageCert.message.textAdministrativeState=Estado administrativo\: {0}. +PageCert.message.textAdministrativeState=Administrative state\\: {0}. PageCert.message.textAssignment=Atribuição -PageCert.message.textDescription=Descrição\: {0}. -PageCert.message.textExtensions=Extensões definidas\: {0}. +PageCert.message.textDescription=Description\\: {0}. +PageCert.message.textExtensions=Extensions defined\\: {0}. PageCert.message.textInducement=Indução -PageCert.message.textIntent=Intento\: {0}. -PageCert.message.textKind=Tipo\: {0}.\n -PageCert.message.textOrder=Ordem\: {0}. -PageCert.message.textOrg=Org\: {0}.\n -PageCert.message.textRelation=Relação\: {0}. -PageCert.message.textTenant=Inquilino\: {0}. -PageCert.message.textValidFrom=Válido de\: {0}. -PageCert.message.textValidTo=Válido até\: {0}. +PageCert.message.textIntent=Intent\\: {0}. +PageCert.message.textKind=Kind\\: {0}. +PageCert.message.textOrder=Order\\: {0}. +PageCert.message.textOrg=Org\\: {0}. +PageCert.message.textRelation=Relation\\: {0}. +PageCert.message.textTenant=Tenant\\: {0}. +PageCert.message.textValidFrom=Valid from\\: {0}. +PageCert.message.textValidTo=Valid to\\: {0}. PageCert.now=agora -StageEditorPanel.stageDefinitionLabelName = Definição de etapa \# +StageEditorPanel.stageDefinitionLabelName = Stage Definition \\# StageDefinitionPanel.stageName = Nome StageDefinitionPanel.stageDescription = Descrição StageDefinitionPanel.stageDuration = Duração @@ -1432,7 +1432,7 @@ pageContentAccounts.menu.disableAccounts=Desabilitar selecionados pageContentAccounts.menu.enableAccounts=Habilitar selecionados pageContentAccounts.menu.importAccounts=Importar selecionados pageContentAccounts.menu.removeOwners=Remover para os selecionados -pageContentAccounts.message.cantImportAccount=Não é possível importar conta, oid\={0} +pageContentAccounts.message.cantImportAccount=Can't import account, oid\\={0} pageContentAccounts.message.cantShowAccountDetails=Não é possível mostrar detalhes para a conta {0} ({1}). pageContentAccounts.message.cantShowUserDetails=Não é possível mostrar detalhes para o usuário {0} ({1}). pageContentAccounts.message.deleteConfirmation=Deseja realmente deletar {0} conta(s) deste recurso? @@ -1474,7 +1474,7 @@ PageCreatedReports.title=Relatórios criados PageDashboard.accounts=Minhas contas PageDashboard.activeTasks=Tarefas ativas PageDashboard.activeUsers=Usuários ativos -PageDashboard.assignments=Minhas atribuições +PageDashboard.assignments=My assignments PageDashboard.personalInfo=Info pessoal PageDashboard.serverLoad=Carga do servidor PageDashboard.systemInfo=Status de sistema @@ -1523,7 +1523,7 @@ pageDebugList.message.deleteObjectConfirm=Deseja realmente deletar "{0}"? pageDebugList.message.deleteSelectedConfirm=Deseja realmente deletar {0} objetos? pageDebugList.message.laxativeProblem=Operação de eliminar todas as identidades não foi executada com sucesso pageDebugList.message.nothingSelected=Nenhum objeto foi selecionado. -pageDebugList.message.queryException=Não foi possível criar pesquisa para parte do nome, motivo\: {0} +pageDebugList.message.queryException=Couldn't create query for name substring, reason\\: {0} pageDebugList.message.resourceNotSelected=Recurso não selecionado. pageDebugList.message.singleOrgDeleteProblem=Não foi possível deletar unid. org. pageDebugList.message.singleShadowDeleteProblem=Não foi possível deletar a imagem @@ -1560,7 +1560,7 @@ PageError410.title=Simply paste the following DOT code into it. PageError.button.back=Voltar PageError.message=Ocorreu um erro não esperado. Se necessário, contacte o administrador do sistema. PageError403.message=Você não possui acesso à página requerida. Se necessário, favor contactar o administrador do sistema. -PageError.title=\ Erro interno (500) +PageError.title= Erro interno (500) PageFindUsers.title=Encontrar usuários PageForgetPassword.email=E-mail pageForgetPassword.message.ContactAdminQuestionsNotSet=Você ainda não definiu questões de segurança. Favor contactar seu administrador para reiniciar sua senha. @@ -1584,8 +1584,8 @@ PageInternals.consistencyChecks=Check consistency PageInternals.encryptionChecks=Check encryption PageInternals.readEncryptionChecks=Check read encryption PageInternals.detailedDebugDump=Descarga de depuração detalhada -PageInternals.message.debugUpdatePerformed=Util. depuração atualizado. Novo valor\: {0} -PageInternals.message.internalsConfigUpdate=Atualização de config. de Internals. consistencyChecks\: {0},encryptionChecks\: {1}, readEncryptionChecks\: {2}, QNameUtil.tolerateUndeclaredPrefixes\: {3} +PageInternals.message.debugUpdatePerformed=Debug util updated. New value\\: {0} +PageInternals.message.internalsConfigUpdate=Internals config update. consistencyChecks\\: {0},encryptionChecks\\: {1}, readEncryptionChecks\\: {2}, QNameUtil.tolerateUndeclaredPrefixes\\: {3} PageInternals.offset=Deslocamento PageInternals.title.debugUtil=Util. depuração PageInternals.title.internalsConfig=Config internas @@ -1618,7 +1618,7 @@ InternalCounters.prismObjectCloneCount=Prism object clone InternalCounters.roleEvaluationCount=Role evaluation count InternalCounters.roleEvaluationSkipCount=Role evaluation skip count InternalCounters.projectorRunCount=Projector run count -pageLogging.appender=Anexador\: +pageLogging.appender=Appender\\: pageLogging.appenders=Anexadores pageLogging.appenders.appending=Anexando pageLogging.appenders.filePath=Caminho do arquivo @@ -1628,7 +1628,7 @@ pageLogging.appenders.maxHistory=Histórico máx. pageLogging.appenders.name=Nome pageLogging.appenders.pattern=Modelo pageLogging.audit=Auditar -pageLogging.auditLog=Auditar em arquivo\: +pageLogging.auditLog=Audit to log file\\: pageLogging.button.addClassLogger=Incluir auditor pageLogging.button.addComponentLogger=Incluir auditor de componente pageLogging.button.addConsoleAppender=Incluir anexador de console @@ -1640,8 +1640,8 @@ pageLogging.button.deleteFilter=Deletar filtro pageLogging.button.deleteLogger=Deletar auditor pageLogging.button.reset=Reiniciar pageLogging.button.save=Salvar -pageLogging.details=Detalhes\: -pageLogging.dumpInterval=Intervalo para descarga\: +pageLogging.details=Details\\: +pageLogging.dumpInterval=Dump interval\\: pageLogging.filter.ALL=Todos pageLogging.filter=Filtrar pageLogging.filter.GUI=Filtro da Web @@ -1668,18 +1668,18 @@ pageLogging.loggersTable=Tabela de auditores pageLogging.logger.TASKMANAGER=Auditor de gerente de tarefas pageLogging.logger.WORKFLOWS=Auditor de módulo de fluxo de trabalho pageLogging.logSubsystemEntryExit=Auditar entrada/saída de subsistema -pageLogging.performanceStatistics=Estatísticas de desempenho\: +pageLogging.performanceStatistics=Performance statistics\\: pageLogging.profiling=Conf. Perfil -pageLogging.requestFilter=Solicitar filtro\: -pageLogging.rootAppender=Anexador raiz\: -pageLogging.rootLevel=Auditor raiz\: +pageLogging.requestFilter=Request filter\\: +pageLogging.rootAppender=Root appender\\: +pageLogging.rootLevel=Root logger\\: pageLogging.subsystem.appender=Anexador pageLogging.subsystem.level=Nível pageLogging.subsystem.model=Modelo pageLogging.subsystem.provisioning=Aprovisionamento pageLogging.subsystem.repository=Repostiório pageLogging.subsystem.resourceObjectChangeListener=Ouvinte de alteração de objeto de recurso -pageLogging.subsystems=Subsistemas\: +pageLogging.subsystems=Subsystems\\: pageLogging.subsystem..taskManager=Gerenciador de tarefas pageLogging.subsystem.ucf=Ucf pageLogging.subsystem.workflow=Fluxo de trabalho @@ -1883,8 +1883,8 @@ PageRoleEditor.label.ownerRef.placeholder=Define dono PageRoleEditor.label.requestable=Requisitável PageRoleEditor.label.riskLevel=Nível de risco PageRoleEditor.label.type=Tipo -PageRoleEditor.message.addApproverOk=Aprovador com nome\: '{0}' foi incluído com sucesso. -PageRoleEditor.message.addOwnerOk=Dono com nome\: '{0}' foi incluído com sucesso. +PageRoleEditor.message.addApproverOk=Approver with name\\: '{0}' was added successfully. +PageRoleEditor.message.addOwnerOk=Owner with name\\: '{0}' was added successfully. PageRoleEditor.message.cantAddOwner=Não é possível configurar o dono selecionado. PageRoleEditor.message.cantCreateExtensionDelta=Não é possível criar delta para a extensão de perfil PageRoleEditor.subtitle.activation=Ativação @@ -1909,7 +1909,7 @@ PageRoles.title=Listar perfis pageSecurityQuestions.message.WrongAnswer=Questões não foram respondidas corretamente pageSecurityQuestions.message.noPolicySet=Nenhuma politica de senha habilitada PageSecurityQuestions.title=Questões de segurança -PageShowPassword.message=Sua nova senha é\: +PageShowPassword.message=Your new password is\\: PageShowPassword.success=Nova senha foi criada com sucesso PageShowPassword.title=Nova senha PageSizePopover.title=Tam. página @@ -1939,7 +1939,7 @@ RichHyperlinkConfigDialog.message.badUpdate=Não é possível mostrar configura PageTaskAdd.title=Nova tarefa pageTask.advancedOption=Opção avançada pageTask.basic=Básico -pageTask.boundHelp=Tarefas firmemente atadas são utilizadas para rodar ações pequenas, que se repetem com frequência (ex. em intervalos menores que 1 minuto). Um exemplo típico é a sincronização ao vivo. A especificação tipo-cron não é suportada para estas tarefas\: você deve especificar o tempo do intervalo. +pageTask.boundHelp=Tarefas firmemente atadas são utilizadas para rodar ações pequenas, que se repetem com frequência (ex. em intervalos menores que 1 minuto). Um exemplo típico é a sincronização ao vivo. A especificação tipo-cron não é suportada para estas tarefas: você deve especificar o tempo do intervalo. pageTask.bound=Fortemente ligado (utilizar se tarefa recorrente é executada com frequência) pageTask.browse=Navegar pageTask.category.BulkActions=Ações em lote @@ -1952,7 +1952,7 @@ pageTask.category.Reconciliation=Reconciliação pageTask.category.UserRecomputation=Recomputação de usuário pageTask.category.Workflow=Fluxo de trabalho pageTask.createSuspended=Criado em estado SUSPENSO -pageTask.cronHelp=Especificação tipo-cron possui a forma\: SEGUNDOS MINUTOS HORAS DIA-DO-MÊS MÊS DIA-DA-SEMANA ANO (opcional). Ex. '0 0 12 ? * QUA', que significa 'toda quarta às 12\:00\:00'. +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=Para mais informações, favor ver pageTask.cronHelpLinkTutorial=tutorial pageTask.cronSpec=Agendar especificação 'tipo-cron' @@ -1960,7 +1960,7 @@ pageTask.dryRun=Teste de desempenho pageTask.focusType=Aplicável ao tipo pageTaskEdit.basic=Básico pageTaskEdit.work=Trabalho a fazer -pageTaskEdit.boundHelp=Tarefas firmemente atadas são utilizadas para rodar ações pequenas, que se repetem com frequência (ex. em intervalos menores que 1 minuto). Um exemplo típico é a sincronização ao vivo. A especificação tipo-cron não é suportada para estas tarefas\: você deve especificar o tempo do intervalo. +pageTaskEdit.boundHelp=Tarefas firmemente atadas são utilizadas para rodar ações pequenas, que se repetem com frequência (ex. em intervalos menores que 1 minuto). Um exemplo típico é a sincronização ao vivo. A especificação tipo-cron não é suportada para estas tarefas: você deve especificar o tempo do intervalo. pageTaskEdit.bound=Fortemente ligado (utilizar se tarefa recorrente é executada com frequência) pageTaskEdit.binding=Associando pageTaskEdit.button.back=Voltar @@ -1972,7 +1972,7 @@ pageTaskEdit.button.stopApprovalProcess=Parar processo de aprovação pageTaskEdit.button.save=Salvar pageTaskEdit.button.suspend=Suspender pageTaskEdit.category=Categoria -pageTaskEdit.cronHelp=Especificação tipo-cron possui a forma\: SEGUNDOS MINUTOS HORAS DIA-DO-MÊS MÊS DIA-DA-SEMANA ANO (opcional). Ex. '0 0 12 ? * QUA', que significa 'toda quarta às 12\:00\:00'. +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=Para mais informação, favor ver pageTaskEdit.cronHelpLinkTutorial=tutorial pageTaskEdit.cronSpec=Agendar especificação 'tipo-cron' @@ -2054,8 +2054,8 @@ pageTask.objectClass=Classe de objeto pageTask.objectRef=Referência de recurso pageTask.options=Opções pageTask.recurring=Tarefa recorrente -pageTask.runUntilNodeDown.error1=Dados compatíveis para 'Thread stop action' são "Close", "Suspend" -pageTask.runUntilNodeDown.error2=Dados compatíveis para 'Thread stop action' são "Restart", "Reschedule" +pageTask.runUntilNodeDown.error1=Compatible data for 'Thread stop action' are\\: Close, Suspend +pageTask.runUntilNodeDown.error2=Compatible data for 'Thread stop action' are\\: Restart, Reschedule pageTask.runUntilNodeDown=Executar até o nó cair pageTasks.alreadyPassed=já passou pageTasks.alreadyPassedForNotRunningTasks=(já passou) @@ -2117,7 +2117,7 @@ pageTasks.dialog.title.confirmDelete=Confirmar a deleção pageTasks.inForNotRunningTasks=(em {0})\n pageTasks.in=em {0} pageTasks.retryIn=tentar em {0} -pageTasks.message.alreadyResumed=Tarefa '{0}' não pode ser retomada\: já está rodando ou foi finalizada. +pageTasks.message.alreadyResumed=Tarefa '{0}' não pode ser retomada: já está rodando ou foi finalizada. pageTasks.message.alreadySuspended=Tarefa '{0}' já suspendida ou encerrada. pageTasks.message.couldntCreateQuery=Não foi possível criar pesquisa para lista de tarefas. pageTasks.message.deleteTaskConfirm=Deseja realmente deletar a tarefa '{0}'? @@ -2153,7 +2153,7 @@ PageTasks.title=Tarefas pageTasks.unknownRefName=Objeto desconhecido pageTask.threadStop=Ação de parada de 'thread' pageTask.title.edit=Detalhes para '{0}' -pageTask.type=Tipo\: +pageTask.type=Type\\: page.title.edit={0} page.title.editResource=Editar recurso pageUser.accounts=Contas @@ -2184,8 +2184,8 @@ pageUser.message.cantEditUser=Não foi possível carregar formulário para edita pageUser.message.cantNewUser=Não foi possível carregar formulário para novo usuário. pageUser.message.cantSubmitUser=Não foi possível enviar usuário para submissão pageUser.message.cantUpdateUser=Atualização de usuário falhou -pageUser.message.couldntAssignObject=Não foi possível atribuir objeto '{0}', motivo\: {1}. -pageUser.message.couldntCreateAccount=Não foi possível criar formulário de conta para '{0}', motivo\: {1}. +pageUser.message.couldntAssignObject=Couldn't assign object '{0}', reason\\: {1}. +pageUser.message.couldntCreateAccount=Couldn't create account form for '{0}', reason\\: {1}. pageUser.message.couldntCreateAccountNoSchema=Não foi possível criar formulário de conta para '{0}'; Não há esquema refinado disponível. Possível problema com configuração do conector e/ou conexão. Favor verificar logs para mais informações. pageUser.message.deleteAccountConfirm=Deseja realmente deletar '{0}' contas ? pageUser.message.deleteAssignmentConfirm=Deseja realmente deletar {0} atribuições? @@ -2261,26 +2261,26 @@ pageWorkItem.objectNew.description=Objeto após mudança proposta pageWorkItem.objectOld.description=Objeto antes da mudança pageWorkItem.options=Opções pageWorkItem.requestCommon.description=Informações gerais sobre a solicitação -pageWorkItem.requestedBy=Solicitado por\: -pageWorkItem.requestedOn=Solicitado em\: +pageWorkItem.requestedBy=Requested by\\: +pageWorkItem.requestedOn=Requested on\\: pageWorkItem.requester.description=Solicitante pageWorkItem.requestSpecific.description=Sua decisão -workItemPanel.originallyAllocatedTo=Originalmente alocado para\: -workItemPanel.currentlyAllocatedTo=Atualmente alocado para\: -workItemPanel.candidateActors=Atores candidatos\: -workItemPanel.stage=Fase de aprovação\: -workItemPanel.escalationLevel=Nível de escalação\: -workItemPanel.requesterComment=Requester comment\: +workItemPanel.originallyAllocatedTo=Originally allocated to\\: +workItemPanel.currentlyAllocatedTo=Currently allocated to\\: +workItemPanel.candidateActors=Candidate actors\\: +workItemPanel.stage=Approval stage\\: +workItemPanel.escalationLevel=Escalation level\\: +workItemPanel.requesterComment=Requester comment\\: workItemPanel.delta=Delta a ser aprovado workItemPanel.mainInfo=Informação básica workItemPanel.options=Opções -workItemPanel.requestedBy=Solicitado por\: -workItemPanel.requestedOn=Solicitado em\: -workItemPanel.workItemCreatedOn=Este item de trabalho foi criado em\: -workItemPanel.workItemDeadline=Data limite\: +workItemPanel.requestedBy=Requested by\\: +workItemPanel.requestedOn=Requested on\\: +workItemPanel.workItemCreatedOn=This work item created on\\: +workItemPanel.workItemDeadline=Deadline\\: workItemPanel.requester.description=Solicitante workItemPanel.subTitle=Detalhes de itens de trabalho -workItemPanel.title=Trabalho a fazer\: +workItemPanel.title=Work to do\\: workItemPanel.changesToBeApproved=Alterações para aprovar workItemPanel.additionalAttributes=Additional attributes workItemPanel.approvalHistory=Histórico de aprovação para esta solicitação @@ -2312,10 +2312,10 @@ PageWorkItemsAll.title=Todos os itens de trabalho PageWorkItemsAllocatedToMe.title=Itens de trabalho alocados para mim PageWorkItem.title=Detalhes de itens de trabalho PageWorkItem.subTitle=Detalhes de itens de trabalho -pageWorkItem.title=Trabalho a fazer\: +pageWorkItem.title=Work to do\\: pageWorkItem.trackingData.description=Rastreando dados (de diagnóstico) pageWorkItem.trackingData=Rastreando dados -pageWorkItem.workItemCreatedOn=Este item de trabalho foi criado em\: +pageWorkItem.workItemCreatedOn=This work item created on\\: passwordPanel.error=Senhas não conferem. passwordPanel.passwordChange=Alterar passwordPanel.passwordRemove=Remover @@ -2356,17 +2356,17 @@ prismPropertyPanel.name.credentials.password=Senha prismPropertyPanel.required=Requerido prismValuePanel.add=Incluir prismValuePanel.delete=Deletar -prismValuePanel.message.association.attributes=Atributos\: -processInstancePanel.details=Outra informação\: -processInstancePanel.finished=Concluído\: +prismValuePanel.message.association.attributes=Attributes\\: +processInstancePanel.details=Other information\\: +processInstancePanel.finished=Finished\\: processInstancePanel.message.cantGetDetails=Não foi possível obter detalhes da instância de processo. processInstancePanel.message.noTasks=nenhum -processInstancePanel.name=Nome da instância de processo\: -processInstancePanel.pid=ID instância\: -processInstancePanel.started=Iniciado\: +processInstancePanel.name=Process instance name\\: +processInstancePanel.pid=Instance ID\\: +processInstancePanel.started=Started\\: processInstancePanel.taskAlreadyRemoved=(já foi removido) -processInstancePanel.task=Tarefa de sistema\: -processInstancePanel.tasks=Itens de trabalho atualmente ativos\: +processInstancePanel.task=System task\\: +processInstancePanel.tasks=Currently active work items\\: processInstancePanel.title.edit=Detalhes para '{0}' ProfilingLevel.ARGUMENTS=Argumentos ProfilingLevel.ENTRY_EXIT=Entrada/Saída @@ -2401,7 +2401,7 @@ ProvisioningStatistics.UpdateFailure=Falha ProvisioningStatistics.UpdateSuccess=Atualização OK QNameEditor.label.localPart=Nome da parte local QNameEditor.label.namespace=Namespace -QNameEditor.tooltip.attribute=TODO\: QNameEditor.tooltip.attribute +QNameEditor.tooltip.attribute=TODO\\: QNameEditor.tooltip.attribute QNameEditor.tooltip.localPart=Parte local de 'QName' QNameEditor.tooltip.namespace='Namespace' de 'QName' RangeValidator.range=Campo '${label}' deve estar entre ${minimum} e ${maximum}. @@ -2457,7 +2457,7 @@ ResourceAttributeEditor.label.inbound=Mapeamentos de entrada ResourceAttributeEditor.label.intolerantVP=Padrão intolerante ResourceAttributeEditor.label.limitations=Limitações ResourceAttributeEditor.label.matchingRule=Regra de correspondência -ResourceAttributeEditor.label.unknownMatchingRule=Regra de correspondência desconhecida\: {0} +ResourceAttributeEditor.label.unknownMatchingRule=Regra de correspondência desconhecida: {0} ResourceAttributeEditor.label.new=Criar novo atributo ResourceAttributeEditor.label.outbound=Mapeamentos de saída ResourceAttributeEditor.label.reference=Atributo @@ -2517,12 +2517,12 @@ ResourceWizard.expression.tooltip.expression=A representação XML da expressão ResourceWizard.expression.tooltip.language=Linguagem de programação na qual o script foi escrito. ResourceWizard.expression.tooltip.policyRef=Referência para um objeto de política de valor. A política de valor especificada será usada como modelo para gerar um valor. ResourceWizard.expression.tooltip.type=O tipo de expressão. Especifica if a expressão é um 'script', gerador de valor ou algo mais. -ResourceWizard.help.capabilityStep=

Capacidades do recurso são coisas que um recurso pode fazer. Nem todos os recursos são iguais em suas capacidades. Ex. um recurso suporta ativação de conta (habilitando e desabilitando contas), mas outro não. Um recurso provê acesso leitura-escrita enquanto outro suporta apenas acesso para leitura. Um recurso suporta sincronização em tempo-real enquanto outro não. As capacidades definem que características o recurso suporta de maneira que o sistema se comporte adequadamente.

Todas as capacidades podem ser desabilitadas (i.e. desligadas). Ao desabilitar a capacidade, o sistema não utilizará aquela parte do conector e recurso. As capacidades são normalmente desabilitadas se estiverem defeituosas. Ex. se há um 'bug' no conector ou no recurso então ele pode ser contornado se a capacidade conveniente está desabilitada. Mas as capacidades também podem ser desabilitadas por razões administrativas. Ex. desabilitando as capacidades Criar, Atualizar e Deletar torna o recurso apenas leitura (read-only).

Algumas capacidades podem ser simuladas. Isso significa que o sistema pode fingir que o recurso possui uma capacidade específica mesmo que não a possua. Ex. uma capacidade de ativação pode ser simulada ao se atribuir um específico atributo de conta para um valor determinado a fim de desabilitar a conta. Tais capacidades simuladas normalmente requerem alguma configuração. Isso pode ser feito nesta página.

Veja Resource Capabilities wiki page para mais detalhes. +ResourceWizard.help.capabilityStep=

Resource capabilities are the things that the resource can do. Not all the resource are equal in their capabilities. E.g. one resource supports account activation (enabling and disabling accounts) but other does not. One resource provides read-write access while other can support read-only access. One resource supports real-time synchronization while other does not. The capabilities define what features the resource supports so system can behave accordingly.

All the capabilities can be disabled (i.e. turned off). Disabling the capability will cause that system will not use that part of the connector and resource. The capabilities are usually disabled if they are faulty. E.g. if there is a bug in a connector or on the resource then the bug might be circumvented if appropriate capability is disabled. But the capabilities may be disabled also for administrative reasons. E.g. disabling Create, Update and Delete capabilities makes the resource efficiently read-only.

Some capabilities can be simulated. It means that system can pretend that the resource has specific capability even though it does not have it. E.g. an activation capability can be simulated by setting a specific account attribute to a specific value to disable an account. Such simulated capabilities usually require some configuration. This can also be configured on this page.

See Resource Capabilities wiki page for more details. ResourceWizard.help.configurationStep=

Esta etapa do 'wizard' define as propriedades de configuração do conector, que se referem normalmente aos parâmetros de rede necessários para acessar o recurso, tais como 'hostname' e 'porta'. Parâmetros adicionais de conexão, tais como 'timeout' de operação da rede e configuração de 'pooling' da conexão podem ser aqui especificados.

As propriedades de configuração de conector são únicas para cada um deles. O conjunto específico de propriedades de configuração é determinado pelo esquema de configuração do conector. Assim, o conteúdo desta página depende do tipo de conector que foi selecionado na página anterior.

-ResourceWizard.help.nameStep=

Esta etapa do 'wizard' configura as propriedades básicas do recurso. Ela pode ser utilizada para configurar o nome e a descrição do recurso. O nome do conector é obrigatório e deve ser único. O conector que será utilizado para acessar o recurso tb deve ser configurado. Os conectores são publicados nos 'hosts' de conectores. Se o 'host' de conector for deixado vazio, então os conectores publicados diretamente no sistema serão utilizados.

Veja Resource Configuration wiki page para uma explicação detalhada sobre configuração de recurso.

-ResourceWizard.help.schemaHandlingStep=

Este passo é utilizado para prover configuração para o manuseio de esquema de recurso. A configuração apresentada nesta página diz para o sistema o que fazer com os atributos e classes de objetos de recurso. Ela contém a configuração do mapeamento entre as propriedades de usuário e os atributos de conta, grupos, dependências de aprovisionamento, mapeamento de senhas, etc.

A configuração é agrupada emtipos de objetos. Cada tipo de objeto define o comportamento para determinado tipo de conta, tipo de privilégio, OU, etc. O tipo de objeto é unicamente identificado pela combinação de tipo and intento. O tipo define que tipo de objeto ele é\:

  • tipo\=conta significa que o objeto é uma conta, i.e., que ele representa um usuário.
  • tipo\=privilégio é aplicado a grupos, perfis, privilégios, ACls e objetos similares que podem ser associados com contas e que atribuem privilégios ou direitos de acesso para a conta.
  • tipo\=genérico se aplica a outros objetos tais como unidades organizacionais (OUs), domínios, etca.
Intento é uma 'string' plana que pode ser utilizada para distinguir vários tipos de conta, p.ex. "default user account", "administration account", "testing account", etc. Veja Kind, Intent and ObjectClass wiki page para mais detalhes.

Mais detalhes sobre configuração de manuseio de esquema estão disponíveis em Resource Schema Handling wiki page. -ResourceWizard.help.schemaStep=

Esta página apresenta o esquema de recurso. Ele define classes de objeto que o conector pode gerenciar, p.ex., contas, grupos, unidades organizacionais, etc. O esquema define um conjunto de atributos para cada classe de objeto. O esquema é aqui apresentado na forma apenas-leitura para que você possa inspecioná-lo e se familiarizar com o modelo de dados que o recurso provê.

O esquema de recurso apresentado nesta página é normalmente obtido do recurso e automaticamente gerado pelo sistema. Esquema de recurso define o que o recurso pode fazer, i.e., que classes de objeto ele define e quais atributos são utilizados nas classe. Portanto, o esquema é apenas-leitura. Ele não é configurável. Ele não define como o sistema utiliza classes de objeto e atributos. Isso é configurado nas próximas etapas do 'wizard'.

Veja Resource Schema wiki page para uma explanação detalhada sobre os conceitos de esquema de recurso

-ResourceWizard.help.synchronizationStep=

A configuração de sincronização define como o Gerenciador de Identidades reage quando descobre que um objeto do recurso foi alterado. Ex. ela define como o sistema reage quando descobre uma nova conta, que um grupo que deveria existir não existe, etc.\nNão importando como o sistema descobre a alteração, a reação é geralmente a mesma (apesar de exceções serem possíveis ao utilizar a especificação de canal ). Portanto, a política aqui configurada aplica-se à sincronização ao vivo, reconciliação, importação, descoberta (mecanismo de consistência) e possivelmente a outros mecanismos que possam surgir no futuro.

Veja Synchronization Configuration wiki page para maiores detalhes. +ResourceWizard.help.nameStep=

This stage of the wizard configures basic properties of the resource. It can be used to configure resource name and description. Connector name is mandatory and must be unique. Connector that will be used to access the resource must also be configured. Connectors are deployed on connector hosts. If the connector host is left empty then connectors deployed directly in the system instance will be used.

See Resource Configuration wiki page for detailed explanation of resource configuration.

+ResourceWizard.help.schemaHandlingStep=

This step is used to provide configuration for handling of resource schema. The configuration displayed on this page tells system what to do with resource object classes and attributes. It contains the configuration of mappings between user properties and account attributes, configuration of account types, groups, provisioning dependencies, password mapping and so on.

The configuration is grouped into object types. Each object type defines the behavior for specific account type, entitlement type, OU, etc. The object type is uniquely identified by the combination of kind and intent. The kind defines what kind of the object it is\\:

  • kind\\=account means that the object is an account, i.e. that it represents a user.
  • kind\\=entitlement is applied to groups, roles, privileges, ACIs and similar objects that can be associated with accounts and which give privileges or access rights to the account.
  • kind\\=generic applies to other objects such as organizational units (OUs), domains, etc.
Intent is a plain string that can be used to distinguish several object types. E.g. it can be used to define several account types, e.g. "default user account", "administration account", "testing account" and so on. See Kind, Intent and ObjectClass wiki page for more details.

More details about schema handling configuration are provided on Resource Schema Handling wiki page. +ResourceWizard.help.schemaStep=

This page shows resource schema. The resource schema defines object classes that the connector can manage, e.g. accounts, groups, organizational units and so on. The schema defines a set of attributes for each object class. The schema is presented here in read-only form so you can inspect it and familiarize yourself with the data model that the resource provides.

The resource schema presented at this page is usually retrieved from the resource and automatically generated by system. Resource schema defines what the resource can do, i.e. what object classes it defines and what attributes are used in the object classes. Therefore the schema is read-only. It is not a configuration. It does not defines how system uses the object classes and attributes. That is configured in next steps of the wizard.

See Resource Schema wiki page for detailed explanation of resource schema concepts

+ResourceWizard.help.synchronizationStep=

The synchronization configuration defines how Identity Manager reacts when it discovers that resource object has changed. E.g. it defines how system reacts when it discovers new account, when it discovers that a group that should exist does not and so on. It is usually does not matter how system discovers the change the reaction is usually the same (although exceptions are possible by using channel specification). Therefore the policy that is configured here usually applies to live synchronization, reconciliation, import, discovery (consistency mechanism) and possible also other mechanisms that may come in the future.

See Synchronization Configuration wiki page for more details. ResourceWizard.saveAndVisualize=Salvar e visualizar ResourceWizard.visualize=Visualizar runReportPopupContent.button.run=Rodar relatório @@ -2549,29 +2549,30 @@ runReportPopupContent.param.name.role=Perfil runReportPopupContent.param.name.roleOids=Perfis runReportPopupContent.param.name.users=Usuários runReportPopupContent.param.name.stageNumber=Número da etapa (default é considerar todas elas) +runReportPopupContent.param.name.referencedRolesNames=Referenced Roles RunReportPopupPanel.title=Configuração de relatório antes da execução -runUntilNodeDown.error1=Dados compatíveis para 'Thread stop action' são\: "Close", "Suspend" -runUntilNodeDown.error2=Dados compatíveis para 'Thread stop action' são\: "Restart", "Reschedule" -SchemaHandlingStep.activation.tooltip.fetchStrategy=Como buscar o atributo quando necessário. Implícito\: o atributo é retornado por default; ele não precisar ser solicitado; Explícito\: o atributo não é retornado por default, sendo necessário requisitá-lo explicitamente. +runUntilNodeDown.error1=Compatible data for 'Thread stop action' are\\: Close, Suspend +runUntilNodeDown.error2=Compatible data for 'Thread stop action' are\\: Restart, Reschedule +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=Mapeamentos de entrada mapeiam valores do recurso (normalmente uma conta) para o Gerente de Identidades (normalmente um usuário). SchemaHandlingStep.activation.tooltip.outbound=Mapeamentos de saída mapeiam valores do Gerente de Identidades (normalmente um usuário) para o recurso (normalmente uma conta). SchemaHandlingStep.association.label.associationName=Nome da associação SchemaHandlingStep.association.label.associationNamespace=Namespace -SchemaHandlingStep.association.tooltip.associationAttribute=Nome do atributo que "mantém" a associação. I.e, um atributo que contém o identificador do objeto associado. É geralmente um atributo tal como "membro", "grupos", "perfis", etc. Em associações sujeito-para-objeto é um atributo do sujeito (ex\: atributo de conta "grupos"). Em associações objeto-para-sujeito é um atributo de um objeto (ex\: atributo de grupo "membros"). -SchemaHandlingStep.association.tooltip.associationLocalPart=TODO\: SchemaHandlingStep.association.tooltip.associationLocalPart -SchemaHandlingStep.association.tooltip.associationNamespace=TODO\: SchemaHandlingStep.association.tooltip.associationNamespace -SchemaHandlingStep.association.tooltip.direction=Define a direção da associação. Objeto-para-sujeito\: Objeto (ex. grupo) possui um atributo que contém o identificador do objeto (ex\: conta); Sujeito-para-objeto\: Sujeito (ex; conta) possui um atributo que contém o identificador do objeto (ex\: grupo). +SchemaHandlingStep.association.tooltip.associationAttribute=Nome do atributo que "mantém" a associação. I.e, um atributo que contém o identificador do objeto associado. É geralmente um atributo tal como "membro", "grupos", "perfis", etc. Em associações sujeito-para-objeto é um atributo do sujeito (ex: atributo de conta "grupos"). Em associações objeto-para-sujeito é um atributo de um objeto (ex: atributo de grupo "membros"). +SchemaHandlingStep.association.tooltip.associationLocalPart=TODO\\: SchemaHandlingStep.association.tooltip.associationLocalPart +SchemaHandlingStep.association.tooltip.associationNamespace=TODO\\: SchemaHandlingStep.association.tooltip.associationNamespace +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=Explicitar Integridade ref. Se 'falso', o sistema assume que o recurso implementa integridade referencial. P.ex., sistema assume que o recurso automaticamente atualiza idenficadores de associação se uma conta é renomeada e o sistema não precisa fazer nada. Neste caso, o sistema irá explicitamente atualizar os atributos de associação se uma conta é renomeada. -SchemaHandlingStep.association.tooltip.intent=Intento do tipo de objeto do alvo da associação. Natureza do tipo e intento identificam um objeto que é alvo da associação, ex\: um grupo, privilégio, perfil, etc. +SchemaHandlingStep.association.tooltip.intent=Intento do tipo de objeto do alvo da associação. Natureza do tipo e intento identificam um objeto que é alvo da associação, ex: um grupo, privilégio, perfil, etc. SchemaHandlingStep.association.tooltip.kind=Natureza do tipo de objeto do alvo da associação. É geralmente "privilégio". Natureza do alvo e intento identificam um tipo de objeto que é alvo de associação, ex. um grupo, privilégio, perfil, etc. SchemaHandlingStep.association.tooltip.valueAttribute=Nome do atributo que é a origem do valor para a associação. O valor deste atributo será tomado e armazenado no atributo da associação para gerar uma associação. É geralmente um atributo que contém um identificador ou nome tais como "uid", "id", "name", etc. Em associações sujeito-para-objeto este é um atributo de um objeto (ex. grupo). Em associações objeto-para-sujeito, este é um atributo de um sujeito (ex. conta). SchemaHandlingStep.attribute.label.attributeName=Nome do atributo SchemaHandlingStep.attribute.label.attributeNamespace=Namespace do atributo SchemaHandlingStep.attribute.tooltip.allow=Se marcado, permite especificar um atributo que não se encontra no esquema de recurso original. Pode ser utilizado para corrigir conectores defeituosos que não proveem um esquema de recurso completo, que escondem alguns atributos, etc. -SchemaHandlingStep.attribute.tooltip.attributeLocalPart=TODO\: SchemaHandlingStep.attribute.tooltip.attributeLocalPart -SchemaHandlingStep.attribute.tooltip.attributeNamespace=TODO\: SchemaHandlingStep.attribute.tooltip.attributeNamespace +SchemaHandlingStep.attribute.tooltip.attributeLocalPart=TODO\\: SchemaHandlingStep.attribute.tooltip.attributeLocalPart +SchemaHandlingStep.attribute.tooltip.attributeNamespace=TODO\\: SchemaHandlingStep.attribute.tooltip.attributeNamespace SchemaHandlingStep.attribute.tooltip.exclusiveStrong=Quanto falso, ambos os valores de mapeamento "strong" e "normal" são mesclados para produzier o conjunto final de valores. Quando verdadeiro, apenas os valores "fortes" são utilizados, se há, pelo menos, um mapeamento "forte". Valores "normais" são apenas utilizados se não há mapeamentos "fortes". -SchemaHandlingStep.attribute.tooltip.fetchStrategy=Como buscar o atributo quando necessário. Implícito\: o atributo é retornado por default; ele não precisar ser solicitado; Explícito\: o atributo não é retornado por default, sendo necessário requisitá-lo explicitamente. +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=Mapeamentos de entrada mapeiam valores do recurso (normalmente uma conta) para o sistema (normalmente um usuário). SchemaHandlingStep.attribute.tooltip.intolerantVP=Um valor que corresponde a este padrão NÃO será tolerado. I.e. será apagado do valor do atributo mesmo se não for um resultado de processamento de sistema (mapeamentos). SchemaHandlingStep.attribute.tooltip.limitations=Especificar limitações de atributo tais como multiplicidade, habilidade para lê-lo ou escrevê-lo, etc @@ -2581,7 +2582,7 @@ SchemaHandlingStep.attribute.tooltip.reference=Nome do atributo a configurar. To SchemaHandlingStep.attribute.tooltip.tolerant=Atributos tolerantes toleram valores que são atribuídos fora do sistema. Atributos não-tolerantes permitem apenas valores que são definidos no sistema (ex. por mapeamentos de recurso ou perfil). SchemaHandlingStep.attribute.tooltip.tolerantVP=Um valor que corresponde a este padrão será tolerado. I.e. será mantido como valor do atributo mesmo se não for um resultado de processamento de sistema (mapeamentos). SchemaHandlingStep.button.add=Incluir tipo de objeto -SchemaHandlingStep.credentials.tooltip.fetchStrategy=Como buscar o valor das credenciais quando necessário. Implícito\: o valor é retornado por default; ele não precisar ser solicitado; Explícito\: o valor não é retornado por default, sendo necessário requisitá-lo explicitamente. +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=Mapeamentos de entrada mapeiam valores do recurso (normalmente uma conta) para o sistema (normalmente um usuário). SchemaHandlingStep.credentials.tooltip.outbound=Mapeamentos de saída mapeiam valores do sistema (normalmente um usuário) para o recurso (normalmente uma conta). SchemaHandlingStep.credentials.tooltip.passwordPolicyRef=Política de senha a ser aplicada a esta credencial. Esta configuração sobrepõe outras, p.ex., política de senha default definida na configuração do sistema. Se nenhuma política de senha é definida aqui, então o default será utilizado. @@ -2589,10 +2590,10 @@ SchemaHandlingStep.dependency.tooltip.intent=Intento do objeto do qual dependemo SchemaHandlingStep.dependency.tooltip.kind=Tipo do objeto do qual dependemos SchemaHandlingStep.dependency.tooltip.order=Normalmente zero. Pode especificar um inteiro que determina a ordem de dependências que formam um ciclo e que não poderiam, de outra forma, ser resolvidas (tb conhecidas como dependências de ordem elevada). SchemaHandlingStep.dependency.tooltip.resourceRef=Recursos dos quais dependemos -SchemaHandlingStep.dependency.tooltip.strictness=Especifica quão rigorosamente a dependência será resolvida. Frouxo\: se a dependência não está lá, continuar normalmente (apenas utilizado para impor ordenação de operação); Relaxado\: recusar a operação a menos que a dependência seja tentada primeiramente. Mas, se falhar, continuar de qualquer maneira; Estrito\: continuar apenas se a dependência é experimentada primeiramente e é bem sucedida. +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=Número máximo de iterações para tentar. A operação terminará com uma falha se o número máximo de iterações é experimentado sem sucesso. -SchemaHandlingStep.iteration.tooltip.returnMultiplicity=TODO\: SchemaHandlingStep.iteration.tooltip.returnMultiplicity -SchemaHandlingStep.iteration.tooltip.variable=TODO\: SchemaHandlingStep.iteration.tooltip.variable +SchemaHandlingStep.iteration.tooltip.returnMultiplicity=TODO\\: SchemaHandlingStep.iteration.tooltip.returnMultiplicity +SchemaHandlingStep.iteration.tooltip.variable=TODO\\: SchemaHandlingStep.iteration.tooltip.variable SchemaHandlingStep.label.activation=Ativação SchemaHandlingStep.label.assignmentPolicyRef=Política de atribuição SchemaHandlingStep.label.associations=Associações @@ -2613,7 +2614,7 @@ SchemaHandlingStep.limitations.tooltip.ignore='Flag" para ignorar um atributo. O SchemaHandlingStep.limitations.tooltip.layers=Camadas do sistema para as quais esta limitação se aplica. Algumas vezes, a limitação não se aplica igualmente a todas as camadas. Ex. o atributo pode ser formalmente leitura-escrita, mas queremos que seja apresentado apenas como somente-leitura pela interface de usuário e alterado apenas através de mapeamentos. Em tal caso, a limitação somente-leitura se aplica apenas à camada de "apresentação". SchemaHandlingStep.limitations.tooltip.maxOccurs=Número máx de ocorrências do atributo. O valor "1" significa atributo monovalorado, enquanto que o valor "unbounded" significa multivalorado. Um valor aqui especificado sobrepõe o valor especificado no esquema do recurso. SchemaHandlingStep.limitations.tooltip.minOccurs=Número mínimo de corrências do atributo. Zero significa atributo opcional; Um, atributo obrigatório. Um valor aqui especificado sobrepõe aquele obtido do esquema do recurso. -SchemaHandlingStep.limitations.tooltip.other=TODO\: REMOVE THIS TOOLTIP +SchemaHandlingStep.limitations.tooltip.other=TODO\\: REMOVE THIS TOOLTIP SchemaHandlingStep.limitations.tooltip.propertyAccess=O tipo de acesso que é permitido ou negado. SchemaHandlingStep.mapping.tooltip.authoritative=Mapeamentos impositivos incluem e removem um valor especificado. Os não impositivos apenas incluem o valor. Ex. se um perfil com um mapeamento impositivo é removido, o valor que o mapeamento implica também é removido. Se um perfil com um mapeamento não impositivo é removido, o valor permanece. SchemaHandlingStep.mapping.tooltip.channel=Limita a aplicação deste mapeamento para um canal específico. Ex. para alterações advindas de sinc. ao vivo, reconciliação ou GUI. Se o canal é listado, então o mapeamento será aplicado. Se não, então não será aplicado. Se nenhum canal é especificado, então nenhuma limitação se aplica e o mapeamento será aplicado para todos os canais. @@ -2630,30 +2631,30 @@ SchemaHandlingStep.mapping.tooltip.expressionValuePolicyRef=Referência para o o SchemaHandlingStep.mapping.tooltip.source=Origem do mapemamento. O mapeamento reagirá às alterações em suas origens. Os valores das origens são parâmetros de entrada para a expressão dentro do mapeamento. SchemaHandlingStep.mapping.tooltip.strength=A força com a qual o mapeamento é aplicado. Mapeamentos "fracos" são apenas aplicados se ainda não há valor no destino. Mapeamentos "normais" são aplicados apenas se a origem foi alterada. Mapeamentos "fortes" são sempre aplicados. SchemaHandlingStep.mapping.tooltip.target=Alvo do mapeamento. O valor que o mapeamento produz será aplicado ao alvo do mapeamento. -SchemaHandlingStep.message.errorLoadingObjectTypeList=Não foi possível carregar listagem de classe de objeto para o recurso. Erro\: +SchemaHandlingStep.message.errorLoadingObjectTypeList=Couldn't load object class list from resource. Error\\: SchemaHandlingStep.message.saveError=Não foi possível salvar manuseio de esquema, {0} SchemaHandlingStep.message.selectObjectClassAss=Favor providenciar atributo 'Classe de objeto' antes de criar a associação de recurso. SchemaHandlingStep.message.selectObjectClassAttr=Favor providenciar atributo 'Classe de objeto' antes de criar o atributo de recurso. -SchemaHandlingStep.message.validationError=Valor do 'objectClass' inserido\: '{0}' não é válido. Favor prover um valor válido. -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.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.title=Manuseio de esquema SchemaHandlingStep.tooltip.activation=Definição de como mapear estados de ativação (habilitado/desabilitado/arquivado) e datas (validade de e até). -SchemaHandlingStep.tooltip.assignmentPolicyRef=Política de atribuição especifica quão rigorosamente as atribuições serão aplicadas. Nenhuma\: as atribuições não serão aplicadas; Positiva\: as atribuições apenas adicionam valores (nunca subtraem); Relativa\: apenas alterações são propagadas; valores existentes são mantidos como estão; Completa\: tudo é rigorosamente aplicado (valores existentes e alterados). +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=Definições sobre como as associações de privilégidos serão manuseadas. SchemaHandlingStep.tooltip.attributes=Definições sobre como atributos individuais são manuseados. Cada definição contém mapeamentos de entrada/saída, limitações de atributos, etc. SchemaHandlingStep.tooltip.credentials=Definição sobre como manusear credenciais tais como as senhas. SchemaHandlingStep.tooltip.default=Se verdadeiro, então esta definição é a default para seu tipo. I.e, se nenhum intento é explicitamente especificado, então esta definição será utilizada. SchemaHandlingStep.tooltip.dependency=Dependências são tipos de objetos que devem ser processadas antes deste objeto, i.e., este objeto depende delas. Os tipos de objetos dos quais este depende serão aprovisionados primeiramente. As dependências são utilizadas para impor uma ordem nas operações de aprovisionamento. -SchemaHandlingStep.tooltip.filterClause=TODO\: SchemaHandlingStep.tooltip.filterClause +SchemaHandlingStep.tooltip.filterClause=TODO\\: SchemaHandlingStep.tooltip.filterClause SchemaHandlingStep.tooltip.intent=Intento especifica o que o sistema deveria fazer com o objeto. Intento classifica objetos do mesmo tipo em várias categorias. Objetos com intentos diferentes podem ser manuseados diferentemente pelo sistema. SchemaHandlingStep.tooltip.iteration=Iterativamente encontra valores para atributos únicos, tais como identificadores. O Gerenciador de Identidades tentará várias vezes encontrar um valor único para tais atributos. SchemaHandlingStep.tooltip.kind=Natureza especifica o que este objeto é, se ele é uma conta, privilégio ou algo mais. SchemaHandlingStep.tooltip.objectClass=Classe de objeto do esquema que será utilizada para construir instâncias deste objeto. SchemaHandlingStep.tooltip.protected=Especificação de instâncias protegidas deste tipo de objeto. O sistema pode visualizar instâncias protegidas, mas elas não podem ser tocadas. Qualquer tentativa de modificá-las irá falhar. Isto é utilizado para proteger contas de administração de emergência, tais como "root" ou "administrator". -SchemaHandlingStep.duplicateObjectTypeWarning=Há mais definições para tipo/intento\: {0}. -SchemaHandlingStep.in=em\: {0} +SchemaHandlingStep.duplicateObjectTypeWarning=Há mais definições para tipo/intento: {0}. +SchemaHandlingStep.in=em: {0} SchemaHandlingStep.out=para fora SchemaHandlingStep.dup=DUP {0} SchemaListPanel.attributes=Atributos @@ -2680,13 +2681,13 @@ SchemaStep.schema=Esquema SchemaStep.title=Esquema SchemaStep.tooltip.intent=Intento especifica o que o sistema deveria fazer com o objeto. Ele classifica os objetos do mesmo tipo em várias categorias. Os objetos com intentos diferentes podem ser manuseados de forma diferente pelo sistema. SchemaStep.tooltip.isDefault=Se verdadeiro, então esta definição é a 'default' para este tipo. I.e. se nenhum intento é especificado explicitamente, então esta definição será utilizada. -SchemaStep.tooltip.kind=Tipo especifica o que este objeto é\: conta, privilégio ou alguma coisa mais. +SchemaStep.tooltip.kind=Tipo especifica o que este objeto é: conta, privilégio ou alguma coisa mais. SchemaStep.tooltip.nativeObjectClass=Nome da classe de objeto tal como é nativamente conhecida pelo recurso (ou o conector). SchemaStep.xml=XML SearchFilterPanel.button.update=Cláusula de atualização SearchFilterPanel.label.description=Descrição SearchFilterPanel.label.filterClause=Cláusula de filtragem -SearchFilterPanel.message.cantSerialize=Não foi possível analisar a cláusula de filtragem. Favor corrigir a expressão. Motivo\: {0} +SearchFilterPanel.message.cantSerialize=Could not parse filter clause. Please enter correct expression. Reason\\: {0} SearchFilterPanel.message.expressionSuccess=Cláusula de filtragem foi atualizada com sucesso. searchForm.filetype.null=Tipo de arquivo searchForm.reportType.null=Tipo de relatório @@ -2787,7 +2788,7 @@ SynchronizationStep.label.reaction=Reação SynchronizationStep.label.reconcile=Reconciliar SynchronizationStep.label.syncObjectHeader=Objetos de sincronização SynchronizationStep.message.cantSave=Não foi possível salvar sincronização do recurso. -SynchronizationStep.message.errorLoadingObjectSyncList=Não foi possível carregar a lista de sincronização de objeto do recurso. Erro\: +SynchronizationStep.message.errorLoadingObjectSyncList=Couldn't load object synchronization list from resource. Error\\: SynchronizationStep.message.errorLoadingObjectTemplates=Não foi possível carregar modelos de objeto do repositório. SynchronizationStep.message.unsupportedActionFormat=Você está utilizando o atributo em desuso 'ref' para definir a ação de reação. Utilize, ao invés, o elemento 'handlerUri'. Ações com o atributo 'ref' não serão mostradas neste 'wizard'. SynchronizationStep.reaction.tooltip.action=Ação explícita. Esta definição diz o que o sistema tem que fazer como reação ao evento de sincronização. @@ -2840,7 +2841,7 @@ SystemConfigPanel.title.notification=Notificações SystemConfigPanel.title.passwordPolicy=Pólitica de senha global SystemConfigPanel.title.securityPolicy=Política de segurança global SystemConfigPanel.title.userTemplate=Modelo de usuário default -SystemConfigPanel.tooltip.duration=Formato\: P[n][p], n-número, p-período (d - dias, m - meses, ...), P3M - limpar a cada 3 meses +SystemConfigPanel.tooltip.duration=Format\\: P[n][p], n-number, p-period (d - days, m - months, ...), P3M - cleanup every 3 months SystemInfoPanel.cpuUsage=Uso de CPU SystemInfoPanel.heapMemory=Memória heap (utiliz./comprometida/máx) SystemInfoPanel.nonHeapMemory=Memória non-heap (utiliz./comprometida/máx) @@ -2867,7 +2868,7 @@ TaskListType.ACTIVATED=Ativado TaskListType.ALL=Todos TaskListType.DEACTIVATED=Desativado TaskListType.EXECUTING=Executando -TaskStatePanel.countersSource=Estatística e fonte de informação de estado\: +TaskStatePanel.countersSource=Statistical and state information source\\: TaskStatePanel.currentObjectProcessed=Objeto atualmente sendo processado TaskStatePanel.executionStatus=Status de execução TaskStatePanel.executionTime=Tempo de execução @@ -2882,7 +2883,7 @@ TaskStatePanel.message.lastObjectProcessed={0} TaskStatePanel.message.node= - no nó {0} TaskStatePanel.message.objectsProcessed={0} TaskStatePanel.message.objectsProcessedTime=(tempo médio{1} ms, tempo total de processamento {0} segundos) -TaskStatePanel.message.objectsTotal={0} (wall clock average\: {1} ms) +TaskStatePanel.message.objectsTotal={0} (wall clock average\\: {1} ms) TaskStatePanel.message.timeInfoWithAgo={0} ({1} atrás) TaskStatePanel.message.timeInfoWithDuration={0} (em {1} ms) TaskStatePanel.message.timeInfoWithDurationAndAgo={0} ({1} atrás - em {2} ms) @@ -2900,11 +2901,11 @@ TaskStatePanel.statistics=Estatística de desempenho de ambiente TaskStatePanel.subtaskName=Nome TaskStatePanel.subtaskObjectsProcessed=Objetos processados TaskStatePanel.subtaskState=Estado -TaskStatePanel.updated=Atualizados\: +TaskStatePanel.updated=Updated\\: TaskStatePanel.workerThreads=Subtarefas leves (threads de trabalho) -tempMessagePanel.cause=Causa\: -tempMessagePanel.context=Contexto\: -tempMessagePanel.count=Contagem\: +tempMessagePanel.cause=Cause\\: +tempMessagePanel.context=Context\\: +tempMessagePanel.count=Count\\: tempMessagePanel.message.debug=Depurar tempMessagePanel.message.error=Erro tempMessagePanel.message.expectedError=Erro esperado @@ -2916,7 +2917,7 @@ tempMessagePanel.message.success=Sucesso tempMessagePanel.message.undefined=Indefinido tempMessagePanel.message.unknown=Desconhecido tempMessagePanel.message.warn=Aviso -tempMessagePanel.param=Parâm\: +tempMessagePanel.param=Param\\: tempMessagePanel.times=vezes TextDetailsPanel.title=Detalhes de associação TextField.universal.placeholder=Inserir valor @@ -2928,7 +2929,7 @@ Title.CurrentStatus=Última mensagem de status Title.MappingsStatistics=Informação de avaliação de mapeamentos Title.NotificationsStatistics=Informação de notificação Title.ProvisioningStatistics=Provisionamento de informação de operação -Title.Source=Origem\: +Title.Source=Source\\: TreeTablePanel.childOrg=Filhos unid. org. TreeTablePanel.collapseAll=Encolher todos TreeTablePanel.deleteRoot=Deletar raiz @@ -2950,10 +2951,10 @@ TreeTablePanel.menu.enable=Habilitar TreeTablePanel.menu.move=Mover TreeTablePanel.menu.recompute=Recomputar TreeTablePanel.menu.removeFromHierarchy=Remover da unid. org. -TreeTablePanel.message.warn.deleteTreeObjectConfirm=Aviso\! {0} possui membros. Deseja realmente deletar esta unid. org.? +TreeTablePanel.message.warn.deleteTreeObjectConfirm=Aviso! {0} possui membros. Deseja realmente deletar esta unid. org.? TreeTablePanel.message.deleteTreeObjectConfirm=Deseja realmente deletar unid. org. "{0}"? -TreeTablePanel.message.deleteObjectConfirm=\ Deseja realmente deletar {0} objeto(s) selecionado(s)? -TreeTablePanel.message.deleteRootConfirm=\ Deseja realmente deletar {0} ({1})? +TreeTablePanel.message.deleteObjectConfirm= Deseja realmente deletar {0} objeto(s) selecionado(s)? +TreeTablePanel.message.deleteRootConfirm= Deseja realmente deletar {0} ({1})? TreeTablePanel.message.nothingSelected=Nenhum objeto selecionado. TreeTablePanel.message.recomputeError=Não é possível recomputar unid. org. TreeTablePanel.moveRoot=Mover raiz @@ -3022,7 +3023,7 @@ web.security.provider.invalid=Nome de usuário e/ou senha inválido(s). web.security.provider.invalid.link=Link inválido web.security.provider.locked=Usuário travado. Favor aguardar. web.security.provider.password.bad=Usuário ainda não definiu uma senha. -web.security.provider.password.encoding=Não foi possível autenticar usuário. Motivo\: não foi possível codificar senha. +web.security.provider.password.encoding=Couldn't authenticate user, reason\\: couldn't encode password. web.security.provider.unavailable=Não é possível processar sua solicitação no momento. Favor tentar novamente mais tarde. web.security.ldap.access.denied=Acesso negado. Você não tem permissão para acessar, entre em contato com administradores do Gerenciador de Identidade. web.security.ldap.denied=Permissão negada. @@ -3031,15 +3032,15 @@ web.security.ldap.invalid=Nome de usuário e/ou senha inválido(s). web.security.ldap.invalid.link=Link inválido web.security.ldap.locked=User is locked, please wait. web.security.ldap.password.bad=Usuário ainda não definiu uma senha. -web.security.ldap.password.encoding=Não foi possível autenticar usuário. Motivo\: não foi possível codificar senha. +web.security.ldap.password.encoding=Couldn't authenticate user, reason\\: couldn't encode password. web.security.ldap.unavailable=Não é possível processar sua solicitação no momento. Favor tentar novamente mais tarde. -WfDeltasPanel.label.deltaIn=Entrada de processo\: delta(s) a serem aprovados +WfDeltasPanel.label.deltaIn=Process input\\: delta(s) to be approved WfDeltasPanel.label.deltaOutListEmpty=(nenhum) -WfDeltasPanel.label.deltaOut=Saída de processo\: delta(s) resultantes de aprovação +WfDeltasPanel.label.deltaOut=Process output\\: delta(s) resulting from the approval WfHistoryPanel.label.event=Evento WfHistoryPanel.label.timestamp=Hora -WizardHelpDialog.button.ok=Ok, entendi\! -WizardHelpDialog.label=Obtenha ajuda com o 'wizard' de recurso\! +WizardHelpDialog.button.ok=Ok, Got It\\! +WizardHelpDialog.label=Get Help With Resource Wizard\\! Wizard.message.cancel=Edição de recurso cancelada Wizard.correctErrorsFirst=Favor corrigir os erros antes de salvar. Wizard.Issues=Questões @@ -3063,16 +3064,16 @@ PageAdmin.menu.profile=Perfil PageAdmin.menu.assignments=Atribuições PageAdmin.menu.credentials=Credenciais PageAdmin.menu.request=Solicitar um perfil -PageTemplate.version=Versão\: -PageTemplate.copy=Copyright © 2010-2017 Evolveum® and partners.  +PageTemplate.version=Versão\\: +PageTemplate.copy=Copyright © 2010-2017 Evolveum® and partners.  PageTemplate.toggleNavigation=Alternar navegação PageTemplate.user=usuário -PageTemplate.couldntNavigateBreadcrumb=Não foi possível navegar no 'breadcrumb'. Motivo\: {0} +PageTemplate.couldntNavigateBreadcrumb=Couldn't navigate breadcrumb, reason\\: {0} SystemInfoPanel.starttime=Horário de início SystemInfoPanel.uptime=Tempo de atividade CountToolbar.label.unknownCount=Mostrando {0,number,integer} to {1,number,integer}, número desconhecido de resultados compatíveis. TableConfigurationPanel.pageSize=Tam. pág. -TableConfigurationPanel.tableColumns=Tabela columnsCountToolbar.label.unknownCount\=Displaying {0,number,integer} to {1,number,integer}, número desconhecido de resultados compatíveis. +TableConfigurationPanel.tableColumns=Table columnsCountToolbar.label.unknownCount\\=Displaying {0,number,integer} to {1,number,integer}, unknown number of matching results. MyRequestsPanel.started = Iniciado MyRequestsPanel.rejected = Rejeitado MyRequestsPanel.approved = Aprovado @@ -3102,19 +3103,20 @@ PageSelfCredentials.specifyOldPasswordMessage=Favor especificar valor da senha a ChangePasswordPanel.accountsTable.header=Propagação de senha ChangePasswordPanel.name=Nome ChangePasswordPanel.resourceName=Recurso -ChangePasswordPanel.enabled=Habilitado +ChangePasswordPanel.enabled=Account enabled ChangePasswordPanel.legendMessage.selected= - Senha será alterada ChangePasswordPanel.legendMessage.propagated= Propagação automática de senha (baseada nas políticas constantes nas definições de recursos) ChangePasswordPanel.legendMessage.deselected= - Senha não será alterada -ChangePasswordPanel.helpInfo=

Esta parte do diálogo de credenciais controla como a alteração de senha será propagada para cada sistema individual. A primeira linha define se a senha será alterada no próprio Gerenciador de Identidades. A seguinte representa cada sistema para o qual a senha pode ser alterada. A propagação de senha é controlada pelos ícones\:

  • A senha será alterada. A senha para este sistema será alterada para o valor especificado no diálogo de senha acima.
  • Propagação automática de senha. A senha pode ser alterada. Se ela será alterada ou não depende das políticas definidas pelo administrador de identidades. Isso geralmente significa que a senha será alterada se fizer sentido para a configuração e situação correntes. Esta é a escolha razoável e default.
  • A senha será alterada para este sistema.

Você pode ajustar as configurações de propogação de senha clicando nos ícones e refinando como a alteração de senha é propagada para cada sistema individual.

+ChangePasswordPanel.legendMessage.no.password.capability= - Password capability is not supported by resource +ChangePasswordPanel.helpInfo=

This portion of the credentials dialog controls how the password change will be propagated to each individual system. The first line defines whether the password will be changed in the Identity Manager itself. Following lines represent each system for which the password can be changed. The password propagation is controlled by the icons:

  • Password will be changed. Password for this system will be changed to the value specified in the password dialog above.
  • Automatic password propagation. The password might be changed. Whether the password is changed or not depends on the policies set up by identity administrator. This usually means that the password will be changed if it makes sense for the current situation and settings. This is the reasonable default choice.
  • Password will not be changed for this system.
  • Password capability is not supported for this system. As the result, password will not be changed for this system.

You can adjust the password propagation settings by clicking on the icons and thus fine-tune how the password change is propagated to each individual system.

ChangePasswordPanel.helpPopupTitle=Ajuda de propagação de senha PageBase.button.tooltip.clearSearch=Limpar mainForm.uploadTooLarge = Carga deve ser menor que ${maxSize}. -mainForm.uploadFailed = Falha ao carregar arquivo\: ${exception.localizedMessage}PageSelfCredentials.couldntResolve\=Não foi possível resolver recurso. +mainForm.uploadFailed = File failed to upload\\: ${exception.localizedMessage}PageSelfCredentials.couldntResolve\\=Couldn't resolve resource. PageSelfCredentials.couldntResolve=Não foi possível resolver recurso. -roleMemberPanel.type=Tipo\: +roleMemberPanel.type=Tipo: roleMemberPanel.tenant=Inquilino -roleMemberPanel.project=Org/Projeto\: +roleMemberPanel.project=Org/Projeto: roleMemberPanel.indirectMembers=Incluir membros indiretos roleMemberPanel.allRelations=Mostrar todas relações roleMemberPanel.menu.createOwner=Criar dono @@ -3175,11 +3177,11 @@ PageResource.tab.content.others=Não categorizado PageResource.tab.content.tasks=Tarefas definadas ResourceContentTabPanel.searchType.repository=Repositório ResourceContentTabPanel.searchType.resource=Recurso -ResourceContentTabPanel.searchType=Pesquisar em\: -PagePreviewChanges.primaryChangesOne=Alterações primárias\: {0} objeto -PagePreviewChanges.primaryChangesMore=Alterações primárias\: {0} objetos -PagePreviewChanges.secondaryChangesOne=Alterações secundárias\: {0} objeto -PagePreviewChanges.secondaryChangesMore=Alterações segundárias\: {0} objetos +ResourceContentTabPanel.searchType=Pesquisar em: +PagePreviewChanges.primaryChangesOne=Alterações primárias: {0} objeto +PagePreviewChanges.primaryChangesMore=Alterações primárias: {0} objetos +PagePreviewChanges.secondaryChangesOne=Alterações secundárias: {0} objeto +PagePreviewChanges.secondaryChangesMore=Alterações segundárias: {0} objetos PagePreviewChanges.button.continueEditing=Continuar editando PagePreviewChanges.button.save=Salvar ScenePanel.object={0} objeto @@ -3192,24 +3194,24 @@ SceneItemLinePanel.removedValue=Valor removido SceneItemLinePanel.addedValue=Valor incluído SceneItemLinePanel.unchangedValue=Unchanged value operation.com.evolveum.midpoint.web.page.admin.resources.ResourceContentTabPanel.changeOwner=Alterar dono (GUI) -TaskSummaryPanel.progressWithTotalKnown=Progresso\: {0} de {1} -TaskSummaryPanel.progressWithTotalUnknown=Progresso\: {0} +TaskSummaryPanel.progressWithTotalKnown=Progresso: {0} de {1} +TaskSummaryPanel.progressWithTotalUnknown=Progresso: {0} TaskSummaryPanel.progressIfSuspended=(suspendido) TaskSummaryPanel.progressIfWaiting=(esperando) TaskSummaryPanel.progressIfClosed=(encerrado) TaskSummaryPanel.progressIfStalled=(parado desde {0}) -TaskSummaryPanel.lastProcessed=Último objeto processado\: {0} +TaskSummaryPanel.lastProcessed=Último objeto processado: {0} ResourceContentResourcePanel.showExisting=Mostar existentes ResourceContentResourcePanel.newTask=Criar novo SearchPanel.advanced=Avançado SearchPanel.basic=Básico SearchPanel.search=Pesquisar SearchPanel.debug=Depurar -ResourceContentResourcePanel.realSearch=(De fato) Procurando por\: -typedAssignablePanel.selectedOrgs=Orgs\: -typedAssignablePanel.selectedResources=Recursos\: -typedAssignablePanel.selectedRoles=Perfis\: -typedAssignablePanel.selectedServices=Serviços\: +ResourceContentResourcePanel.realSearch=(De fato) Procurando por: +typedAssignablePanel.selectedOrgs=Orgs: +typedAssignablePanel.selectedResources=Recursos: +typedAssignablePanel.selectedRoles=Perfis: +typedAssignablePanel.selectedServices=Serviços: SearchPanel.insertFilterXml=Inserir filtro xml (SearchFilterType) autoRefreshPanel.refreshNow=Atualizar agora autoRefreshPanel.resumeRefreshing=Retomar atualização @@ -3222,16 +3224,16 @@ PageAdmin.menu.top.services.new=Novo serviço PageAdmin.menu.top.services.edit=Editar serviço taskShowAdvancedFeaturesPanel.label=Mostrar caract. avançadas taskWfParentPanel.changesNotRequiringApproval=Alterações que não requerem aprovação -taskOtherChangesPanel.label.state=Estado\: +taskOtherChangesPanel.label.state=State\\: taskOtherChangesPanel.state.FINAL=Alterações aplicadas (com sucesso ou não) taskOtherChangesPanel.state.PRIMARY=Alterações esperando para ser aplicadas taskOtherChangesPanel.state.SECONDARY=Alterações esperando para ser aplicadas taskWfChildPanel.showParent=Mostrar a solicitação em um contexto da operação global. -TaskSummaryPanel.requestedBy=Solicitado por\: {0} -TaskSummaryPanel.requestedByWithFullName=Solicitado por \: {0} ({1}) -TaskSummaryPanel.requestedOn=Solicitado em\: {0} +TaskSummaryPanel.requestedBy=Solicitado por: {0} +TaskSummaryPanel.requestedByWithFullName=Solicitado por : {0} ({1}) +TaskSummaryPanel.requestedOn=Solicitado em: {0} TaskSummaryPanel.requestedByAndOn=Solicitado por {0} em {1} -TaskSummaryPanel.stage=Fase\: {0} +TaskSummaryPanel.stage=Fase: {0} TaskSummaryPanel.rejected=Rejeitado TaskSummaryPanel.approved=Aprovado operation.com.evolveum.midpoint.web.page.admin.resources.PageResource.refreshSchema=Atualizar esquema (GUI) @@ -3290,10 +3292,10 @@ WorkItemSummaryPanel.allocated=Alocado WorkItemSummaryPanel.notAllocated=Não alocado WorkItemPanel.showRequest=Mostrar a solicitação de aprovação. DefinitionStagesPanel.confirmDelete=Confirmar deleção -DefinitionStagesPanel.confirmDeleteText=\ +DefinitionStagesPanel.confirmDeleteText= PageCertDefinition.outcomeStrategyHelpLabel=Favor ver também PageCertDefinition.outcomeStrategyHelpLink=este documento -PageCertDefinition.outcomeStrategyHelp=Como é determinado o resultado global de um caso, com base em resultados das etapas individuais? Nota\: 'Parar revisão em\: "campo mostra resultados que impedem um caso de avançar para a próxima fase. Geralmente, você não precisa alterar o valor default. Se necessário, você pode fazer isso através da configuração XML. +PageCertDefinition.outcomeStrategyHelp=Como é determinado o resultado global de um caso, com base em resultados das etapas individuais? Nota: 'Parar revisão em: "campo mostra resultados que impedem um caso de avançar para a próxima fase. Geralmente, você não precisa alterar o valor default. Se necessário, você pode fazer isso através da configuração XML. PageCertDefinition.campaignLastStartedHelp=Quando iniciou a última campanha criada de acordo com esta definição? PageCertDefinition.campaignLastClosedHelp=Quando a última campanha foi criada de acordo com essa definição foi encerrada - ou depois de passar com sucesso por todas as etapas, ou encerrada a qualquer momento. No entanto, se uma campanha for excluída sem ser fechada primeiro, ela não será mostrada aqui. PageCertDefinition.scopeObjectTypeHelp=Determina quais objetos serão considerados no âmbito das campanhas de certificação. As características desses objetos (ex., certificar suas atribuições ou suas induções ou ambas, etc.) são selecionadas abaixo. @@ -3301,13 +3303,13 @@ PageCertDefinition.scopeSearchFilterHelp=Se apenas um subconjunto de objetos de PageCertDefinition.scopeAssignmentsInducementsHelp=Selecione quais recursos (atribuições, induções ou ambas) dos objetos descritos acima devem ser certificados. PageCertDefinition.scopeIncludeTargetTypesHelp=Ao certificar atribuições ou induções, você pode especificar quais tipos de alvo são considerados. Por exemplo, você pode dizer que deseja certificar somente atribuições de perfis (para, por exemplo, usuários). PageCertDefinition.scopeIncludeByStatusHelp=Certificar somente atribuições / induções que tenham status administrativo definido como HABILITADO (ou não definido). Observe que o que é relevante é o status administrativo da atribuição, não o status administrativo do objeto atribuído. -StageDefinitionPanel.stageDurationHelp=Duração desta etapa, utilizado para determinar seu fim. O tempo final é computado como o momento da abertura da etapa mais a duração, arredondado até 23\:59\:59 do último dia. A duração é especificada no formato ISO 8601, como P14D para 14 dias, P3W para 3 semanas, P2M para 2 meses, etc. -StageDefinitionPanel.notifyBeforeDeadlineHelp=Quanto tempo antes do final da etapa as notificações de lembrete (para os revisores e o proprietário da campanha) serão enviadas. É possível especificar mais valores; Separe-os por vírgulas. O intervalo de tempo é especificado no formato ISO 8601, como PT12H para 12 horas, P2D para 2 dias, P1W para 1 semana, etc. Um exemplo\: PT48H, PT12H diz que a primeira notificação será enviada 48 horas antes do final da etapa, e o segundo 12 horas antes do fim. +StageDefinitionPanel.stageDurationHelp=Duração desta etapa, utilizado para determinar seu fim. O tempo final é computado como o momento da abertura da etapa mais a duração, arredondado até 23:59:59 do último dia. A duração é especificada no formato ISO 8601, como P14D para 14 dias, P3W para 3 semanas, P2M para 2 meses, etc. +StageDefinitionPanel.notifyBeforeDeadlineHelp=Quanto tempo antes do final da etapa as notificações de lembrete (para os revisores e o proprietário da campanha) serão enviadas. É possível especificar mais valores; Separe-os por vírgulas. O intervalo de tempo é especificado no formato ISO 8601, como PT12H para 12 horas, P2D para 2 dias, P1W para 1 semana, etc. Um exemplo: PT48H, PT12H diz que a primeira notificação será enviada 48 horas antes do final da etapa, e o segundo 12 horas antes do fim. StageDefinitionPanel.notifyWhenNoDecisionHelp=Se marcada, uma notificação de "aproximação de final de etapa" é enviada a um revisor apenas se ele / ela tiver alguns casos aguardando sua decisão. Se não estiver assinalado, os revisores sempre recebem suas notificações - independentemente de terem ou não fornecido uma decisão. (Observe que as notificações ao proprietário da campanha sobre a aproximação da etapa são sempre enviadas, independentemente desta configuração.) StageDefinitionPanel.reviewerSpecificationTargetHelp=Seleção de revisores com base no proprietário / aprovador do alvo da atribuição/indução. Por exemplo, você pode especificar que o proprietário do perfil é utilizado para certificar todas as atribuições do perfil 'dele' (para qualquer usuário). StageDefinitionPanel.reviewerSpecificationObjectHelp=Seleção de revisores com base no objeto para o qual há algo atribuído (ou induzido). Por exemplo. Você pode especificar que o proprietário do perfil é utilizado para certificar todos os induzimentos feitos para "seu" perfil. StageDefinitionPanel.reviewerUseObjectManagerHelp=Seleção de revisores com base em gestores de objeto (normalmente um usuário) para os quais há algo atribuído / induzido. Por exemplo, você pode especificar que um gerente é utilizado para certificar todas as atribuições feitas aos usuários em 'sua' organização. -StageDefinitionPanel.reviewerUseObjectManagerOrgTypeHelp=Influencia a determinação de um gerente de um usuário\: Primeiro, consideramos todos os gerentes de todas as organizações às quais o usuário pertence. Excluímos o próprio usuário, se ele é um gerente de tal organização (e se 'permitir que os gerentes aprovem suas próprias atribuições' abaixo está desmarcada). Se o valor neste campo estiver preenchido, usá-lo para selecionar somente organizações com determinado tipo de organização - por exemplo, 'funcional' (se tiver, por exemplo, organizações de tipo funcional e de tipo de projeto). Se este campo estiver vazio, levamos em consideração todas as organizações. Se não encontrarmos um gerente adequado, continuamos com todas as organizações pai (novamente, do tipo especificado, se especificado). +StageDefinitionPanel.reviewerUseObjectManagerOrgTypeHelp=Influencia a determinação de um gerente de um usuário: Primeiro, consideramos todos os gerentes de todas as organizações às quais o usuário pertence. Excluímos o próprio usuário, se ele é um gerente de tal organização (e se 'permitir que os gerentes aprovem suas próprias atribuições' abaixo está desmarcada). Se o valor neste campo estiver preenchido, usá-lo para selecionar somente organizações com determinado tipo de organização - por exemplo, 'funcional' (se tiver, por exemplo, organizações de tipo funcional e de tipo de projeto). Se este campo estiver vazio, levamos em consideração todas as organizações. Se não encontrarmos um gerente adequado, continuamos com todas as organizações pai (novamente, do tipo especificado, se especificado). StageDefinitionPanel.reviewerUseObjectManagerAllowSelfHelp=Se um usuário é um gerente em sua organização, ele poderia ser selecionado como um revisor para suas próprias atribuições? Se desmarcado (o default), um gerente de nível mais alto é pesquisado - ver descrição para o campo acima. StageDefinitionPanel.defaultReviewerRefHelp=Este revisor (ou revisores) será utilizado se as condições acima não conduzirem a nenhum revisor. StageDefinitionPanel.additionalReviewerRefHelp=Este revisor (ou revisores) será utilizado em adição a quaisquer revisores selecionados pelas condições acima. @@ -3319,13 +3321,13 @@ StageDefinitionPanel.configurationHelpLink=este documento NameStep.configurationWillBeLost=O esquema de configuração do conector selecionado é diferente do atual. As propriedades de configuração serão perdidas se você prosseguir. resultsHandlerConfiguration=Manipuladores de resultados enableFilteredResultsHandler=Habilitar filtragem adicional dos resultados -enableFilteredResultsHandlerHelp=Esse manipulador filtra os resultados recuperados do recurso pelo conector, no nível da estrutura do conector. Ele é usado por implementações de conector que não fornecem filtragem completa por si mesmos. A ativação deste manipulador tem algumas desvantagens, p.ex., na área de paginação. Por isso, é para ser utilizado apenas se realmente necessário. Se não tiver certeza, é aconselhável usar a filtragem no modo de validação. Valor default para a versão atual de ConnId\: habilitado. +enableFilteredResultsHandlerHelp=Esse manipulador filtra os resultados recuperados do recurso pelo conector, no nível da estrutura do conector. Ele é usado por implementações de conector que não fornecem filtragem completa por si mesmos. A ativação deste manipulador tem algumas desvantagens, p.ex., na área de paginação. Por isso, é para ser utilizado apenas se realmente necessário. Se não tiver certeza, é aconselhável usar a filtragem no modo de validação. Valor default para a versão atual de ConnId: habilitado. filteredResultsHandlerInValidationMode=Realizar filtragem apenas no modo de validação -filteredResultsHandlerInValidationModeHelp=Alterna a filtragem de resultados para o modo de validação\: todos os dados produzidos pelo conector são verificados pela estrutura do conector para ver se eles estão devidamente filtrados. Em caso de filtragem indevida, uma exceção é levantada. Este modo deve ser utilizado para conectores que são esperados para fornecer filtragem completa, mas sua funcionalidade nesta área tem que ser verificada. Default para a versão atual de ConnId\: desabilitado. +filteredResultsHandlerInValidationModeHelp=Alterna a filtragem de resultados para o modo de validação: todos os dados produzidos pelo conector são verificados pela estrutura do conector para ver se eles estão devidamente filtrados. Em caso de filtragem indevida, uma exceção é levantada. Este modo deve ser utilizado para conectores que são esperados para fornecer filtragem completa, mas sua funcionalidade nesta área tem que ser verificada. Default para a versão atual de ConnId: desabilitado. enableCaseInsensitiveFilter=Tornar filtragem insensível à caixa -enableCaseInsensitiveFilterHelp=Esta opção torna a filtragem insensível à caixa (case insensitive), para todos os atributos no recurso. Utilizado para recursos insensíveis à caixa. Default para a versão atual de ConnId\: desabilitado. +enableCaseInsensitiveFilterHelp=Esta opção torna a filtragem insensível à caixa (case insensitive), para todos os atributos no recurso. Utilizado para recursos insensíveis à caixa. Default para a versão atual de ConnId: desabilitado. enableNormalizingResultsHandler=Habilitar agente que normaliza dados retornados -enableNormalizingResultsHandlerHelp=Esse manipulador normaliza cada atributo que é passado de recurso para o sistema. Normalmente recomendado para ser desligado. Default para a versão atual de ConnId\: habilitado. +enableNormalizingResultsHandlerHelp=Esse manipulador normaliza cada atributo que é passado de recurso para o sistema. Normalmente recomendado para ser desligado. Default para a versão atual de ConnId: habilitado. enableAttributesToGetSearchResultsHandler=Habilitar o manipulador de resultados 'atributos a obter' enableAttributesToGetSearchResultsHandlerHelp=Esse manipulador é utilizado para implementar a opção 'atributos a obter'. É aconselhável manter a configuração default de 'habilitado' (na versão atual do ConnId). PageResourceWizard.autoSaveWarning=Recurso é automaticamente salvo a cada transição entre as etapas do 'wizard'. @@ -3354,12 +3356,12 @@ TreeTablePanel.menu.deleteMember.confirm=Todos os membros selecionados (usuário TreeTablePanel.menu.deleteAllMembers.confirm=Todos os membros focais (usuários, organizações, serviços, perfis) serão permanentemente deletados do sistema. Tem certeza de que deseja realizar esta ação? PageTasksCertScheduling.title=Agendamento de certificação PageResourceVisualization.title=Visualização de mapeamentos para {0} -PageResourceVisualization.dotMessage=Processamento do gráfico DOT não pode ser realizado. Favor verificar a mensagem de erro abaixo, e certifique-se que\: +PageResourceVisualization.dotMessage=Processamento do gráfico DOT não pode ser realizado. Favor verificar a mensagem de erro abaixo, e certifique-se que: PageResourceVisualization.dot1=O programa de processamento de DOT está instalado em seu servidor. O recomentado é Graphviz. PageResourceVisualization.dot2=O caminho para o executável de processamento de DOT está corretamente assinalado em seu arquivo config.xml. PageResourceVisualization.moreInformation=Para mais informação, favor ver PageResourceVisualization.moreInformationLink=este artigo -PageResourceVisualization.errorMessage=Mensagem de erro\: +PageResourceVisualization.errorMessage=Mensagem de erro: PageResourceVisualization.seeOnline=Você também pode tentar utilizar um processador online DOT, por exemplo PageResourceVisualization.seeOnlineLink=webgraphviz.com PageResourceVisualization.copyInstruction=Apenas cole nele o código DOT seguinte. @@ -3458,7 +3460,7 @@ PageEvaluateMapping.message.emptyString=Favor informar um mapeamento para execut PageEvaluateMapping.result=Resultado PageEvaluateMapping.mapping=Mapeamento PageEvaluateMapping.request=Solicitar -PageEvaluateMapping.chooseSample=Ou utilize uma amostra\: +PageEvaluateMapping.chooseSample=Ou utilize uma amostra: PageEvaluateMapping.sample.FullName_NoDelta=Mapeamento de nome completo (nenhuma alteração) PageEvaluateMapping.sample.FullName_Delta=Mapeamento de nome completo (alteração em givenName) PageEvaluateMapping.sample.FullName_Delta_Ref=Mapeamento de nome completo (alteração em givenName); origem do repositório @@ -3477,8 +3479,8 @@ PageAssignmentConflicts.back=Voltar PageAssignmentConflicts.submit=Enviar AssignmentCatalogPanel.selectTargetUser=Selecionar usuário alvo AssignmentCatalogPanel.selectAssignmentsUserOwner=Selecionar atribuições do usuário proprietário -AssignmentCatalogPanel.requestForMe=Usuário alvo\: eu -AssignmentCatalogPanel.requestFor=Usuário alvo\: +AssignmentCatalogPanel.requestForMe=Usuário alvo: eu +AssignmentCatalogPanel.requestFor=Usuário alvo: AssignmentCatalogPanel.requestForMultiple={0} usuários selecionados AssignmentCatalogPanel.assignmentsOwner={0}'s atribuições MultiButtonPanel.plusIconTitle=Incluir item para carrinho de compras @@ -3515,7 +3517,7 @@ PageAuditLogViewer.targetNameLabel=Alvo PageAuditLogViewer.targetTypeLabel=Tipo de alvo PageAuditLogViewer.targetOwnerNameLabel=Dono do alvo PageAuditLogViewer.eventTypeLabel=Tipo de evento -PageAuditLogViewer.eventTypeShortLabel=Tipo\: +PageAuditLogViewer.eventTypeShortLabel=Tipo: PageAuditLogViewer.eventStageLabel=Etapa do evento PageAuditLogViewer.eventStageShortLabel=Etapa PageAuditLogViewer.outcomeLabel=Resultado @@ -3569,8 +3571,8 @@ MergeType.EMPTY=vazio PageMergeObjects.warningMessage=Os oids de 2 objetos devem ser especificados PageSelfRegistration.register=Registrar PageSelfRegistration.registration.success=Registro foi bem-sucedido -PageSelfRegistration.registration.error=Registro falhou\: {0} -PageSelfRegistration.registration.confirm.message=Congratulações\!\n\nVocê foi registrado com sucesso. Para ativar sua conta, verifique seu email e confirme o registro. +PageSelfRegistration.registration.error=Registro falhou: {0} +PageSelfRegistration.registration.confirm.message=Congratulações!\n\nVocê foi registrado com sucesso. Para ativar sua conta, verifique seu email e confirme o registro. PageRegistrationConfirmation.confirmation.error=Falha na confirmação de seu registro. Desculpe, mas provavelmente você terá de contactar o administrador do sistema. PageRegistrationConfirmation.continueToLogin=Continuar para a página de login PageRegistrationConfirmation.confirmation.successful=Confirmação bem-sucedida @@ -3596,9 +3598,9 @@ PageSelfRegistration.password.policy= PageResetPassword.reset.successful=Nova senha atribuída com sucesso. Continue com login. PageForgotPassword.form.submited.message=Um 'link' de confirmação foi enviado para o email informado. Para reiniciar sua senha, clique no 'link' e siga as instruções. pageForgetPassword.message.policy.not.found=Não é permitido reiniciar senha -PageAbstractSelfCredentials.save.password.failed=Falha ao alterar senha\: {0} +PageAbstractSelfCredentials.save.password.failed=Falha ao alterar senha: {0} PageResetPassword.title=Reiniciar senha -PageResetPasswordConfirmation=Confirmação de troca de senha +PageResetPasswordConfirmation.title=Reset password confirmation PageResetPasswordConfirmation.confirmation.error=Troca de senha não permitida. Desculpe, mas provavelmente você deve contactar o administrador do sistema. PageResetPasswordConfirmation.authnetication.failed=Nome de usuário e/ou senha incorreto(s) ItemPathSegmentPanel.itemToSearch=Pesquisar por {0} @@ -3609,6 +3611,7 @@ DecisionDto.rejectedDueToTimeout=(rejected due to the timeout) DecisionDto.AUTO_APPROVAL_CONDITION=(condição de auto-aprovação) DecisionDto.AUTO_COMPLETION_CONDITION=(auto-completion condition) DecisionDto.NO_ASSIGNEES_FOUND=(nenhum aprovador encontrado) +wf.comment=Comment wf.object=Objeto wf.target=Alvo wf.originalAssignee=Atribuidor original @@ -3622,12 +3625,23 @@ wf.escalationLevelName=Nome do nível de escalação wf.escalationLevelDisplayName=Nome do nível de escalação para mostrar wf.workItemId=ID do item de trabalho wf.processInstanceId=ID da instância de processo +wf.requesterComment=Requester comment +wf.causeType=Cause type +wf.causeName=Cause name +wf.causeDisplayName=Cause display name PageAccountActivation.account.activation.successful=Ativação das contas bem-sucedida PageAccountActivation.account.activation.failed=Falha na ativação das contas. Favor entrar em contato com o administrador do sistema -PageAccountActivation.activated.shadows=Activated shadows\: +PageAccountActivation.activated.shadows=Activated shadows: PageAccountActivation.button.activate=Ativar PageAccountActivation.activate.accounts.label=Ativação de conta para usuário '{0}'. PageAccountActivation.provide.password=Por favor, providencie sua senha para ativar as contas. PageAccountActivation.title=Ativação de conta PageAccountActivation.nothing.to.activate=Um problema inesperado ocorre ao tentar ativar conta. Entre em contato com o administrador do sistema PageAccountActivation.authentication.failed=Autenticação falhou +operation.com.evolveum.midpoint.web.page.admin.reports.PageCreatedReports.deleteReportOutput=Delete report (GUI) +operation.com.evolveum.midpoint.report.impl.ReportManagerImpl.deleteReportOutput=Delete report (Report) +operation.com.evolveum.midpoint.web.page.admin.reports.PageCreatedReports.downloadReport=Download report (GUI) +operation..com.evolveum.midpoint.report.impl.ReportManagerImpl.getReportOutputData=Load report (Report) +PageWorkItem.couldNotGetWorkItem=Couldn't get work item. It might have been already completed or deleted. +CsvDownloadButtonPanel.export=CSV export +AssignmentEditorDto.policyRuleTitle=Policy rule diff --git a/gui/admin-gui/src/main/resources/localization/Midpoint_ru.properties b/gui/admin-gui/src/main/resources/localization/Midpoint_ru.properties index e1ca40008e4..bff82895dfb 100644 --- a/gui/admin-gui/src/main/resources/localization/Midpoint_ru.properties +++ b/gui/admin-gui/src/main/resources/localization/Midpoint_ru.properties @@ -76,7 +76,7 @@ RelationTypes.APPROVER=Согласующий RelationTypes.MEMBER=Участник DelegationEditorPanel.from=От DelegationEditorPanel.to=Кому -DelegationEditorPanel.meLabel=Current user +DelegationEditorPanel.meLabel=Текущий пользователь DelegationEditorPanel.limitPrivilegesButton=Ограничить привилегии DelegationEditorPanel.privileges=Assignment privileges DelegationEditorPanel.workflowApprovals=Процесс согласования @@ -104,7 +104,7 @@ AssignmentTablePanel.menu.addDelegation=Добавить назначение AssignmentTablePanel.menu.deleteDelegation=Удалить назначение AssignmentTablePanel.menu.unassign=Снять назначение AssignmentTablePanel.menu.showAllAssignments=Показать все назначения -AssignmentTablePanel.message.couldntAssignObject=Невозможно назначить объект '{0}', причина\: {1}. +AssignmentTablePanel.message.couldntAssignObject=Couldn't assign object '{0}', reason\\: {1}. AssignmentTablePanel.message.illegalAssignmentState=Запрещенное для назначения состояние '{0}'. AssignmentTablePanel.message.noAssignmentSelected=Не выбрано назначение. AssignmentTablePanel.message.noDelegationsSelected=Не выбрано делегирование. @@ -152,11 +152,11 @@ CapabilityStep.capabilities=Полномочия CapabilityStep.addCapabilities=Добавить полномочия CapabilityStep.disabled=(заблокировано) CapabilityStep.activation.tooltip.attributeName=Наименование атрибута содержит значения, которые повторяют наименования административных статусов. Обычно это атрибут, который содержит некоторую информацию о активировании/деактировании, включении/выключении чего-либо. Распространённые примеры таких случаев - это "включено", "активировано", "статус учётной записи" и т.д. -CapabilityStep.activation.tooltip.disableList=Данный список значений атрибута определяет состояние "не активен". Если любое из этих значений представлено в атрибуте, то объект будет считаться неактивным. Обычно, такими значениями являются\: "ложь", "не активен", "0" (ноль) или пустое значение +CapabilityStep.activation.tooltip.disableList=Данный список значений атрибута определяет состояние "не активен". Если любое из этих значений представлено в атрибуте, то объект будет считаться неактивным. Обычно, такими значениями являются: "ложь", "не активен", "0" (ноль) или пустое значение CapabilityStep.activation.tooltip.enabled=Да, если функция включена. Нет, если функция выключена. -CapabilityStep.activation.tooltip.enableList=Данный список значений атрибута определяет состояние "активен". Если любое из этих значений представлено в атрибуте, то объект будет считаться активным. Обычно, такими значениями являются\: "истина", "активен", "1" и т.п. +CapabilityStep.activation.tooltip.enableList=Данный список значений атрибута определяет состояние "активен". Если любое из этих значений представлено в атрибуте, то объект будет считаться активным. Обычно, такими значениями являются: "истина", "активен", "1" и т.п. CapabilityStep.activation.tooltip.ignoreAttribute=Если Да, то атрибут, который используется для активации, будет отмечен как игнорируемый в схеме. Например, система будет имитировать ситуацию, будто атрибут не существует, и будет использовать стандартный административный статус. Так происходит по умолчанию. Если Нет, то атрибут будет установлен в схеме как видимый, а также будет выбран административный статус. Это необходимо, если атрибут имеет большой набор статусов для установки административного статуса. Но в этом случае возможны конфликты между административным статусом и оригинальным атрибутом. -CapabilityStep.activation.tooltip.lockoutAttributeName=Наименование атрибута, который содержит значение для инициирования блокирующего статуса lockoutStatus. Обычно атрибут содержит значения вида\: активный/неактивный. +CapabilityStep.activation.tooltip.lockoutAttributeName=Наименование атрибута, который содержит значение для инициирования блокирующего статуса lockoutStatus. Обычно атрибут содержит значения вида: активный/неактивный. CapabilityStep.activation.tooltip.lockoutNormalList=Список значений атрибутов, которые влияют на "активный" статус. Если какие-либо из этих значений указаны для атрибута, то объект будет переведен в активный статус. CapabilityStep.activation.tooltip.lockoutLockedList=Список значений атрибутов, которые влияют на "заблокированный" статус. Если какие-либо из этих значений указаны для атрибута, то объект будет заблокирован. CapabilityStep.activation.tooltip.lockoutIgnoreAttribute=Если Да, то атрибут, который используется для активации, будет отмечен как игнорируемый в схеме. Например, система будет имитировать ситуацию, будто атрибут не существует, и будет использовать стандартный блокированный статус. Так происходит по умолчанию. Если Нет, то атрибут будет установлен в схеме как видимый, и будут выполняться сразу и статус блокировки, и исходный атрибут. Это необходимо, если атрибут имеет большой набор статусов для установки блокированного статуса. Но в этом случае возможны конфликты между блокированным статусом и оригинальным атрибутом. @@ -253,25 +253,25 @@ DefinitionScopeObjectType.AbstractRoleType=Роли, орг. единицы и DefinitionScopeObjectType.RoleType=Роли DefinitionScopeObjectType.UserType=Пользователи DefinitionScopeObjectType.OrgType=Организации -DefinitionScopeObjectType.ServiceType=Сервисы\: -deleteAllDialog.label.accountShadowsDelete=Удалить слепки УЗ\: {0} -deleteAllDialog.label.nonAccountShadowsDelete=Удаляемые не привязанные слепки УЗ\: {0} +DefinitionScopeObjectType.ServiceType=Сервисы: +deleteAllDialog.label.accountShadowsDelete=Account shadows to delete\\: {0} +deleteAllDialog.label.nonAccountShadowsDelete=Non-Account shadows to delete\\: {0} deleteAllDialog.label.org=Организационные подразделения -deleteAllDialog.label.orgUnitsDelete=Удаляемые организационные единицы\: {0} +deleteAllDialog.label.orgUnitsDelete=Org. units to delete\\: {0} deleteAllDialog.label.shadow.account=Слепки УЗ deleteAllDialog.label.shadow.nonAccount=Слепки не-аккаунтов deleteAllDialog.label.shadow.org=Слепки орг. единиц deleteAllDialog.label.shadow.role=Слепки ролей -deleteAllDialog.label.totalToDelete=Всего объектов будет удалено\: {0} -deleteAllDialog.label.usersDelete=Удалить пользователей\: {0} (Пользователь 'Администратор' не будет удалён) +deleteAllDialog.label.totalToDelete=Total objects to delete\\: {0} +deleteAllDialog.label.usersDelete=Users to delete\\: {0} (User 'Administrator' will not be deleted) deleteAllDialog.label.users=Пользователи -deleteAllDialog.message.choose=Выбрать удаляемые типы объектов\: +deleteAllDialog.message.choose=Choose object types to delete\\: deleteAllDialog.no=Нет deleteAllDialog.yes=Да -DeltaPanel.label.changeType=Тип изменения\: -DeltaPanel.label.modifications=Изменения\: -DeltaPanel.label.objectToAdd=Добавить объект\: -DeltaPanel.label.oid=Объект с oid\: +DeltaPanel.label.changeType=Изменить тип\\: +DeltaPanel.label.modifications=Modifications\\: +DeltaPanel.label.objectToAdd=Object to add\\: +DeltaPanel.label.oid=object with oid\\: direction.nullvalid=Выбрать DoubleButtonPanel.button.default=Выполнить DoubleButtonPanel.download=Скачать @@ -305,7 +305,7 @@ ExpressionEditorPanel.label.language=Язык ExpressionEditorPanel.label.type=Тип выражения ExpressionEditorPanel.label.description=Описание ExpressionEditorPanel.label.valuePolicyRef=Ссылка на политику -ExpressionEditorPanel.message.cantSerialize=Нельзя создать JAXBElement с помощью данного XML-выражения. Пожалуйста, введите корректное выражение. Причина\: {0} +ExpressionEditorPanel.message.cantSerialize=Could not create JAXBElement from provided XML expression. Please enter correct expression. Reason\\: {0} ExpressionEditorPanel.message.expressionSuccess=Выражение успешно обновлено. ExpressionEvaluatorType.AS_IS=Как есть ExpressionEvaluatorType.GENERATE=Генерировать @@ -328,10 +328,10 @@ FeedbackAlertMessage.error=Ошибка FeedbackAlertMessage.info=Информация FeedbackAlertMessage.success=Успешно FeedbackAlertMessage.warn=Предупреждение -feedbackMessagePanel.cause=Причина\: +feedbackMessagePanel.cause=Cause\\: feedbackMessagePanel.collapseAll=Сбросить всё -feedbackMessagePanel.context=Контекст\: -feedbackMessagePanel.count=Количество\: +feedbackMessagePanel.context=Context\\: +feedbackMessagePanel.count=Count\\: feedbackMessagePanel.expandAll=Расширить всё feedbackMessagePanel.export=Экспорт в XML feedbackMessagePanel.hideStack=[СКРЫТЬ ОШИБКУ СТЕКА ] @@ -347,7 +347,7 @@ feedbackMessagePanel.message.success=Успешно feedbackMessagePanel.message.undefined=Не определено feedbackMessagePanel.message.unknown=Неизвестный feedbackMessagePanel.message.warn=Предупреждение -feedbackMessagePanel.param=Параметр +feedbackMessagePanel.param=Param\\: feedbackMessagePanel.showStack=[ ПОКАЗАТЬ ОШИБКУ СТЕКА ] feedbackMessagePanel.times=раз feedtempMessagePanelbackMessagePanel.message.info=Информация @@ -403,14 +403,14 @@ JasperReportConfigurationPanel.forPrompting=Для подсказки JasperReportConfigurationPanel.parameterClass=Класс параметра JasperReportConfigurationPanel.nestedClass=Nested class JasperReportConfigurationPanel.parameterName=Название параметра -JasperReportConfigurationPanel.parameterProperty=Свойство\: {0} +JasperReportConfigurationPanel.parameterProperty=Property\\: {0} JasperReportConfigurationPanel.reportFields=Поля отчета JasperReportConfigurationPanel.reportParameters=Параметры отчета JasperReportConfigurationPanel.reportQuery=Выполнить отчёт JasperReportConfigurationPanel.errormsg=Пустые значения не допускаются JasperReportConfigurationPanel.properties=Properties JasperReportConfigurationPanel.configure=Конфигурировать -JasperReportParameterProperties.property.name=Property name +JasperReportParameterProperties.property.name=Название свойства JasperReportParameterProperties.property.value=Значение свойства JasperReportParameterProperties.key=Ключ JasperReportParameterProperties.label=Ярлык @@ -520,7 +520,7 @@ MappingEditorDialog.label.strength=Вес MappingEditorDialog.label.target=Управляемая система MappingEditorDialog.label.timeFrom=Времени от MappingEditorDialog.label.timeTo=Времени по -MappingEditorDialog.message.cantSave=Невозможно сохранить маппинг. Причина\: +MappingEditorDialog.message.cantSave=Couldn't save mapping. Reason\\: MappingEditorDialog.message.warn.emptyTarget=При выполнении входящего маппинга поле "Целевая система" должно быть заполнено. MappingsStatistics.AverageTime=Среднее время MappingsStatistics.Count=Число запусков @@ -537,13 +537,13 @@ Message.SourceMemory=задачи в памяти (приведено {0}) Message.SourceRepository=репозиторий (статистика обновлена на {0}) message.success=Ваши ответы были успешно обновлены message.WrongAnswer=Вопросы без правильного ответа -ModelOperationStatusPanel.label.focusName=Объект\: -ModelOperationStatusPanel.label.focusType=типа\: -ModelOperationStatusPanel.label.primaryDelta=Исходные данные\: -ModelOperationStatusPanel.label.state=Статус\: -ModelOperationStatusPanel.state.FINAL=Окончание\: операция выполнена (успешно или нет) -ModelOperationStatusPanel.state.PRIMARY=1 - операция была утверждена. -ModelOperationStatusPanel.state.SECONDARY=2 - операция(и) с ресурсом находятся на согласовании +ModelOperationStatusPanel.label.focusName=Object\\: +ModelOperationStatusPanel.label.focusType=of type\\: +ModelOperationStatusPanel.label.primaryDelta=Primary delta\\: +ModelOperationStatusPanel.label.state=State\\: +ModelOperationStatusPanel.state.FINAL=Final\\: operation has been executed (successfully or not) +ModelOperationStatusPanel.state.PRIMARY=Primary\\: operation is being approved +ModelOperationStatusPanel.state.SECONDARY=Secondary\\: resource operation(s) are being approved ModificationsPanel.label.attribute=Атрибут ModificationsPanel.label.change=Изменение ModificationsPanel.label.value=Значения @@ -743,7 +743,7 @@ operation.com.evolveum.midpoint.schema.constants.ConnectorTestOperation.connecto operation.com.evolveum.midpoint.schema.constants.ConnectorTestOperation.connector.initialization=Connector initialization operation.com.evolveum.midpoint.schema.constants.ConnectorTestOperation.connector.configuration=Connector configuration operation.com.evolveum.midpoint.schema.constants.ConnectorTestOperation.connector.capabilities=Connector capabilities -operation.com.evolveum.midpoint.schema.constants.ConnectorTestOperation.resourceSchema=Resource schema +operation.com.evolveum.midpoint.schema.constants.ConnectorTestOperation.resourceSchema=Схема ресурса operation.com.evolveum.midpoint.schema.constants.ConnectorTestOperation.resourceSanity=Resource sanity operation.com.evolveum.midpoint.schema.constants.ConnectorTestOperation.extraTest=Extra test operation.com.evolveum.midpoint.schema.constants.ConnectorTestOperation.testConnection=Проверка соединения @@ -871,7 +871,7 @@ operation.com.evolveum.midpoint.web.page.admin.users.PageUsers.disableUsers=За operation.com.evolveum.midpoint.web.page.admin.users.PageUsers.enableUser=Разблокировать пользователя (Gui) operation.com.evolveum.midpoint.web.page.admin.users.PageUsers.enableUsers=Разблокировать пользователей (Gui) operation.com.evolveum.midpoint.web.page.admin.users.PageUser.sendToSubmit=Отправить на утверждение (Gui) -operation.com.evolveum.midpoint.web.page.admin.users.PageUsers.reconcileUser=Реконсилировать пользователя (Gui)\: {0} +operation.com.evolveum.midpoint.web.page.admin.users.PageUsers.reconcileUser=Reconcile user (Gui)\\: {0} operation.com.evolveum.midpoint.web.page.admin.users.PageUsers.reconcileUsers=Реконсилировать пользователей (Gui) operation.com.evolveum.midpoint.web.page.admin.workflow.PageWorkItem.saveWorkItem=Сохранить элемент (Gui) operation.com.evolveum.midpoint.web.util.WebModelUtils.deleteObject=Удалить объект (Gui) @@ -902,11 +902,11 @@ operation.com.evolveum.midpoint.web.component.wizard.resource.SchemaHandlingStep operation.com.evolveum.midpoint.web.component.wizard.resource.SynchronizationStep.saveResourceSynchronization=Сохранить синхронизацию ресурса operation.com.evolveum.midpoint.web.component.wizard.resource.CapabilityStep.saveCapabilities=Сохранить полномочия ресурса operation.com.evolveum.midpoint.web.page.admin.PageAdminFocus.loadShadow=Загрузить слепок -operationResultPanel.cause=Причина\: -operationResultPanel.context=Контекст\: -operationResultPanel.count=Ошибка\: +operationResultPanel.cause=Cause\\: +operationResultPanel.context=Context\\: +operationResultPanel.count=Count\\: operationResultPanel.hideStack=[СКРЫТЬ ОШИБКУ СТЕКА ] -operationResultPanel.param=Параметр +operationResultPanel.param=Param\\: operationResultPanel.showStack=[ ПОКАЗАТЬ ОШИБКУ СТЕКА ] operationResultPanel.times=раз operationResultPanel.title.expectedError=Ожидаемая роль @@ -1002,8 +1002,8 @@ PageAccounts.message.ownerNotFound=Не найден владелец аккау PageAccounts.message.unsupportedOwnerType=Неподдерживаемый тип владельца pageAccounts.message.resourceNotSelected=Не выбран ресурс. Выберите приложения для отображения слепков данных. PageAccounts.message.success.clearExport=Папка для экспорта успешно выбрана. -PageAccounts.message.success.export=Экспорт успешно выполнен. Экспортирован файл\: {0}. -PageAccounts.message.validationError=Выбранное значение objectClass\: '{0}' некорректен. Пожалуйста, введите корректное значение objectClass. +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=Ничто PageAccounts.resource=Ресурс PageAccounts.shadows=Слепки данных @@ -1114,9 +1114,9 @@ pageAdminFocus.organizations=Организации pageAdminFocus.assignments=Назначения pageAdminFocus.message.couldntCreateAccountNoSchema=Невозможно создать проекцию для '{0}', так как нет определенной и доступной схемы. Возможно, проблема конфигурацией коннектора и/или с коннектором. Пожалуйста, проверьте логи для получения более подробных сведений. pageAdminFocus.message.couldntCreateAccountNoAccountSchema=Невозможно создать проекцию для '{0}', так как нет определенной и доступной схемы для аккаунта по умолчанию. Возможно, проблема конфигурацией коннектора и/или с коннектором. Пожалуйста, проверьте логи для получения более подробных сведений. -pageAdminFocus.message.couldntCreateAccount=Нельзя создать проекцию формы для '{0}', причина\: {1}. +pageAdminFocus.message.couldntCreateAccount=Couldn't create projection form for '{0}', reason\\: {1}. pageAdminFocus.message.noAssignableSelected=Не выбрано назначение. -pageAdminFocus.message.couldntAssignObject=Невозможно назначить объект '{0}', reason\: {1}. +pageAdminFocus.message.couldntAssignObject=Couldn't assign object '{0}', reason\\: {1}. pageAdminFocus.message.noActivationFound=Не найдено активаций для проекции '{0}'. pageAdminFocus.message.noEnabledPropertyFound=Не найдено активных свойств для учётной записи '{0}'. pageAdminFocus.message.noLockoutStatusPropertyFound=Не найдено свойств блокированного статуса для учётной записи '{0}'. @@ -1128,7 +1128,7 @@ pageAdminFocus.title.selectResource=Выбрать ресурс(ы) pageAdminFocus.title.selectAssignable=Выбрать объект(ы) pageAdminFocus.task.name=Название задачи pageAdminFocus.task.category=Категория -pageAdminFocus.task.descriptionHasTasks=Активные задачи, связанные с этим объектом\: +pageAdminFocus.task.descriptionHasTasks=Активные задачи, связанные с этим объектом: pageAdminFocus.task.descriptionNoTasks=Не существует активных задач, связанных с этим объектом. pageAdminFocus.task.execution=Статус выполнения pageAdminFocus.task.status=Статус @@ -1188,15 +1188,15 @@ PageRepositoryQuery.button.useInObjectList=Применить в списке о PageRepositoryQuery.button.execute=Выполнить PageRepositoryQuery.message.emptyString=Запрос не введен. Пожалуйста, введите запрос. PageRepositoryQuery.result=Результат -PageRepositoryQuery.resultObjects=Результат\: возвращен {0} объект(ов) -PageRepositoryQuery.resultException=Результат\: {0} +PageRepositoryQuery.resultObjects=Результат: возвращен {0} объект(ов) +PageRepositoryQuery.resultException=Результат: {0} PageRepositoryQuery.midPoint=Запрос MidPoint -PageRepositoryQuery.objectType=Тип объекта\: +PageRepositoryQuery.objectType=Тип объекта: PageRepositoryQuery.hibernateQuery=Заморозить запрос -PageRepositoryQuery.hibernateParameters=Параметры запроса\: -PageRepositoryQuery.hibernateParametersNote=Примечание\: параметры представлены здесь только для отображения того, как именно запрос midPoint переведен в спящий режим. Они не применяются, если запрос исполняется вручную. То есть запрос, вводимый вами здесь, может не содержать ссылки на параметры. +PageRepositoryQuery.hibernateParameters=Параметры запроса: +PageRepositoryQuery.hibernateParametersNote=Примечание: параметры представлены здесь только для отображения того, как именно запрос midPoint переведен в спящий режим. Они не применяются, если запрос исполняется вручную. То есть запрос, вводимый вами здесь, может не содержать ссылки на параметры. PageRepositoryQuery.incompleteResultsNote=Поскольку у вас прав администратора, отображённые результаты возможно будут отфильтрованы по дополнительным условиям поиска, в зависимости от ваших прав. Эти дополнительные условия невидимы в спящем режиме. -PageRepositoryQuery.chooseSample=Или использовать пример\: +PageRepositoryQuery.chooseSample=Или использовать пример: PageRepositoryQuery.sample.ObjectType_AllObjectsInAnOrg=Все объекты организации (напрямую) PageRepositoryQuery.sample.ObjectType_AllObjectsInASubtree=Все объекты во вложенном дереве PageRepositoryQuery.sample.OrgType_AllRootOrgs=Все организационные корневые элементы @@ -1212,7 +1212,7 @@ PageRepositoryQuery.sample.UserType_UsersThatHaveARole=Пользователи PageRepositoryQuery.sample.UserType_SpecifiedCostCenters=Пользователи с затратами 100000-999999 или X100-X999 PageRepositoryQuery.sample.ShadowType_ShadowsOnGivenResource=Слепки предоставленного ресурса PageRepositoryQuery.sample.UserType_UsersWithShadowOnGivenResource=Пользователи, связанные со слепками предоставленного ресурса -PageRepositoryQuery.queryVsFilterNote=Примечание\: запрос midPoint включает в себя пагинацию в пределах <query> элемента. В отличии от случая, когда вы используете "Расширенный фильтр" в Пользовательском интерфейсе, применим только дочерний элемент <filter>. Пагинация регулируется пользователем самостоятельно через Пользовательский интерфейс. +PageRepositoryQuery.queryVsFilterNote=Примечание: запрос midPoint включает в себя пагинацию в пределах <query> элемента. В отличии от случая, когда вы используете "Расширенный фильтр" в Пользовательском интерфейсе, применим только дочерний элемент <filter>. Пагинация регулируется пользователем самостоятельно через Пользовательский интерфейс. PageCert.ago={0} спустя PageCertCampaign.basic=Основной PageCertCampaign.button.back=Назад @@ -1232,7 +1232,7 @@ PageCertCampaign.menu.revoke=Отмена полномочий PageCertCampaign.name=Наименование PageCertCampaign.numberOfStages=Количество этапов PageCertCampaign.owner=Владелец -PageCertCampaigns.agoForCampaign=(операция\: {0} выполнено) +PageCertCampaigns.agoForCampaign=(campaign\\: {0} ago) PageCertCampaigns.agoForStage={0} спустя PageCertCampaigns.button.closeCampaign=Закрыть операцию PageCertCampaigns.button.closeStage=Закрыть этап @@ -1242,7 +1242,7 @@ PageCertCampaigns.button.startRemediation=Начать восстановлен PageCertCampaigns.dialog.title.confirmCloseCampaign=Подтвердить завершение операции PageCertCampaigns.dialog.title.confirmCloseStage=Подтвердить завершение этапа PageCertCampaigns.dialog.title.confirmDeleteCampaign=Подтвердить удаление операции -PageCertCampaigns.inForCampaign=(операция\: в {0}) +PageCertCampaigns.inForCampaign=(campaign\\: in {0}) PageCertCampaigns.inForStage=в {0} PageCertCampaigns.menu.close=Закрыть операцию PageCertCampaigns.menu.closeSelected=Закрыть выбранный операции @@ -1255,7 +1255,7 @@ PageCertCampaigns.message.closeStageConfirmSingle=Вы, действительн PageCertCampaigns.message.deleteCampaignConfirmMultiple=Вы, действительно, хотите удалить {0} выбранных операций? PageCertCampaigns.message.deleteCampaignConfirmSingle=Вы действительно хотите удалить операцию '{0}'? PageCertCampaigns.message.noCampaignsSelected=Не выбраны релевантные операции -PageCertCampaigns.nowForCampaign=(операция\: сейчас) +PageCertCampaigns.nowForCampaign=(campaign\\: now) PageCertCampaigns.nowForStage=се PageCertCampaigns.table.deadline=Предельный срок этапа (операции) PageCertCampaigns.table.escalationLevel=Esc. level @@ -1336,7 +1336,7 @@ PageCertDefinition.campaignsTotal=Всего операций PageCertDefinition.campaignLastStarted=Последняя начатая операция PageCertDefinition.campaignLastClosed=Последняя закрытая операция PageCertDefinition.owner=Владелец -PageCertDefinition.stopReviewOn=остановить рассмотрение\: +PageCertDefinition.stopReviewOn=остановить рассмотрение: PageCertDefinition.stopReviewOnDefault=<по умолчанию> PageCertDefinition.stopReviewOnNone=<нет> PageCertDefinitions.basicInformation=Основные сведения @@ -1365,28 +1365,28 @@ PageCertDefinition.scopeIncludeInducements=Инициирующие фактор PageCertDefinition.scopeIncludeTargetTypes=Добавить типы целевых систем PageCertDefinition.scopeIncludeRoles=Роли PageCertDefinition.scopeIncludeOrgs=Организации -PageCertDefinition.scopeIncludeServices=Сервисы\: +PageCertDefinition.scopeIncludeServices=Сервисы: PageCertDefinition.scopeIncludeResources=Ресурсы PageCertDefinition.scopeIncludeByStatus=Включить по статусу активации PageCertDefinition.scopeEnabledItemsOnly=Только активные задания PageCertDefinition.stagesDefinition=Определение этапов PageCert.in=в {0} PageCert.message.assignment={0} из {1} {2} в {3} {4}. -PageCert.message.textAdministrativeState=Административный статус\: {0}. +PageCert.message.textAdministrativeState=Administrative state\\: {0}. PageCert.message.textAssignment=Назначение -PageCert.message.textDescription=Описание\: {0}. -PageCert.message.textExtensions=Определены расширения\: {0}. +PageCert.message.textDescription=Description\\: {0}. +PageCert.message.textExtensions=Extensions defined\\: {0}. PageCert.message.textInducement=Инициирующий фактор -PageCert.message.textIntent=Назначение\: {0}. -PageCert.message.textKind=Тип\: {0}. -PageCert.message.textOrder=Порядок, заказ\: {0}. -PageCert.message.textOrg=Орг.\: {0}. -PageCert.message.textRelation=Связь\: {0}. -PageCert.message.textTenant=Владелец\: {0}. -PageCert.message.textValidFrom=Действует с\: {0}. -PageCert.message.textValidTo=Действует по\: {0}. +PageCert.message.textIntent=Intent\\: {0}. +PageCert.message.textKind=Kind\\: {0}. +PageCert.message.textOrder=Order\\: {0}. +PageCert.message.textOrg=Org\\: {0}. +PageCert.message.textRelation=Relation\\: {0}. +PageCert.message.textTenant=Tenant\\: {0}. +PageCert.message.textValidFrom=Valid from\\: {0}. +PageCert.message.textValidTo=Valid to\\: {0}. PageCert.now=сейчас -StageEditorPanel.stageDefinitionLabelName = Определение этапа \# +StageEditorPanel.stageDefinitionLabelName = Stage Definition \\# StageDefinitionPanel.stageName = Наименование StageDefinitionPanel.stageDescription = Описание StageDefinitionPanel.stageDuration = Продолжительность @@ -1396,7 +1396,7 @@ StageDefinitionPanel.reviewerSpecification = Сведения о согласу StageDefinitionPanel.reviewerSpecificationName = Имя согласующего (необязательно) StageDefinitionPanel.reviewerSpecificationDescription = Сведения о согласующем (необязательно) StageDefinitionPanel.reviewerSpecificationTarget = Согласующие на основании назначения целевого объекта -StageDefinitionPanel.reviewerSpecificationObject = Согласующие на основании объекта, назначенного\: +StageDefinitionPanel.reviewerSpecificationObject = Согласующие на основании объекта, назначенного: StageDefinitionPanel.reviewerUseTargetOwner = Выбрать владельца целевой системы StageDefinitionPanel.reviewerUseTargetApprover = Выбрать рецензента целевой системы StageDefinitionPanel.reviewerUseObjectOwner = Выбрать владельца объекта @@ -1409,7 +1409,7 @@ StageDefinitionPanel.defaultReviewerRef = Ссылка на согласующе StageDefinitionPanel.additionalReviewerRef = Ссылка на дополнительного согласующего StageDefinitionPanel.outcomeStrategy = Способ формулирования единого решения в случае нескольких согласующих StageDefinitionPanel.outcomeIfNoReviewers = Результат, если отсутствуют согласующие -StageDefinitionPanel.stopReviewOn = остановить рассмотрение\: +StageDefinitionPanel.stopReviewOn = остановить рассмотрение: StageDefinitionPanel.remediation = Восстановление StageDefinitionPanel.addNewStageButton = Добавить определение этапа StageDefinitionPanel.moveStageLeftButton = Сдвинуть влево @@ -1432,7 +1432,7 @@ pageContentAccounts.menu.disableAccounts=Выключить выбранные pageContentAccounts.menu.enableAccounts=Включить выбранные pageContentAccounts.menu.importAccounts=Импортировать выключенные pageContentAccounts.menu.removeOwners=Переместить выбранные -pageContentAccounts.message.cantImportAccount=Нельзя импортировать аккаунт, oid\={0} +pageContentAccounts.message.cantImportAccount=Can't import account, oid\\={0} pageContentAccounts.message.cantShowAccountDetails=Невозможно показать сведения об аккаунте {0} ({1}). pageContentAccounts.message.cantShowUserDetails=Невозможно показать сведения о пользователе {0} ({1}). pageContentAccounts.message.deleteConfirmation=Вы действительно хотите удалить аккаунт(ы) {0} из ресурса? @@ -1474,7 +1474,7 @@ PageCreatedReports.title=Создать отчёты PageDashboard.accounts=Мои учетные записи PageDashboard.activeTasks=Активные задачи PageDashboard.activeUsers=Активные пользователи -PageDashboard.assignments=Мои назначения +PageDashboard.assignments=My assignments PageDashboard.personalInfo=Личная информация PageDashboard.serverLoad=Серверная загрузка PageDashboard.systemInfo=Информация о системе @@ -1523,7 +1523,7 @@ pageDebugList.message.deleteObjectConfirm=Вы действительно хот pageDebugList.message.deleteSelectedConfirm=Вы действительно хотите удалить {0} объектов? pageDebugList.message.laxativeProblem=Удалить все УЗ, которые не были успешно обработаны. pageDebugList.message.nothingSelected=Объекты не выбраны. -pageDebugList.message.queryException=Невозможно создать запрос для имени подстроки, причина\: {0} +pageDebugList.message.queryException=Couldn't create query for name substring, reason\\: {0} pageDebugList.message.resourceNotSelected=Ресурс не выбран pageDebugList.message.singleOrgDeleteProblem=Невозможно удалить орг. единицу pageDebugList.message.singleShadowDeleteProblem=Невозможно удалить слепок @@ -1558,7 +1558,7 @@ PageError404.title=Не найдено (404) PageError401.title=Не авторизованы (401) PageError410.title=Страница недоступна (410) PageError.button.back=Назад -PageError.message=Ошибка\! Пожалуйста, обратитесь к системному администратору. +PageError.message=Ошибка! Пожалуйста, обратитесь к системному администратору. PageError403.message=У вас нет достаточных прав для просмотра требуемой страницы. Пожалуйста, обратитесь к системному администратору. PageError.title=Внутренняя ошибка (500) PageFindUsers.title=Поиск пользователей @@ -1584,8 +1584,8 @@ PageInternals.consistencyChecks=Check consistency PageInternals.encryptionChecks=Check encryption PageInternals.readEncryptionChecks=Check read encryption PageInternals.detailedDebugDump=Подробная информация по отладке -PageInternals.message.debugUpdatePerformed=Утилита очистки обновлена. Новое значение\: {0} -PageInternals.message.internalsConfigUpdate=Обновить внутренние конфиг. файлы. consistencyChecks\: {0},encryptionChecks\: {1}, readEncryptionChecks\: {2}, QNameUtil.tolerateUndeclaredPrefixes\: {3} +PageInternals.message.debugUpdatePerformed=Debug util updated. New value\\: {0} +PageInternals.message.internalsConfigUpdate=Internals config update. consistencyChecks\\: {0},encryptionChecks\\: {1}, readEncryptionChecks\\: {2}, QNameUtil.tolerateUndeclaredPrefixes\\: {3} PageInternals.offset=Смещение PageInternals.title.debugUtil=Средство отладки утилиты PageInternals.title.internalsConfig=Внутренние конфиг. файлы @@ -1618,7 +1618,7 @@ InternalCounters.prismObjectCloneCount=Prism object clone InternalCounters.roleEvaluationCount=Role evaluation count InternalCounters.roleEvaluationSkipCount=Role evaluation skip count InternalCounters.projectorRunCount=Projector run count -pageLogging.appender=Обработчик\: +pageLogging.appender=Appender\\: pageLogging.appenders=Обработчики pageLogging.appenders.appending=Добавление pageLogging.appenders.filePath=Путь к файлу @@ -1628,7 +1628,7 @@ pageLogging.appenders.maxHistory=Макс. история pageLogging.appenders.name=Наименование pageLogging.appenders.pattern=Шаблон pageLogging.audit=Аудит -pageLogging.auditLog=Аудит лог-файла\: +pageLogging.auditLog=Audit to log file\\: pageLogging.button.addClassLogger=Добавить логгер pageLogging.button.addComponentLogger=Добавить логирующий компонент pageLogging.button.addConsoleAppender=Добавить консоль обработчика @@ -1640,14 +1640,14 @@ pageLogging.button.deleteFilter=Удалить фильтр pageLogging.button.deleteLogger=Удалить логгер pageLogging.button.reset=Сброс pageLogging.button.save=Сохранить -pageLogging.details=Детали\: -pageLogging.dumpInterval=Интервал для очистки\: +pageLogging.details=Details\\: +pageLogging.dumpInterval=Dump interval\\: pageLogging.filter.ALL=Все pageLogging.filter=Фильтр pageLogging.filter.GUI=Веб-фильтр pageLogging.filter.MODEL=Фильтр модели pageLogging.filter.NOTIFICATIONS=Фильтр уведомлений -pageLogging.filter.PROVISIONING=Фильтр\: обеспечение доступа +pageLogging.filter.PROVISIONING=Фильтр: обеспечение доступа pageLogging.filter.REPOSITORY=Фильтр репозитория pageLogging.filter.RESOURCEOBJECTCHANGELISTENER=Фильтр изменений прослушивателя объектов ресурса pageLogging.filtersTable=Таблица фильтров @@ -1668,18 +1668,18 @@ pageLogging.loggersTable=Таблица логгеров pageLogging.logger.TASKMANAGER=Протоколирование диспетчера задач pageLogging.logger.WORKFLOWS=Модуль логирования процессов Workflow pageLogging.logSubsystemEntryExit=Логировать входные/выходные данные подсистемы -pageLogging.performanceStatistics=Статистика производительности\: +pageLogging.performanceStatistics=Performance statistics\\: pageLogging.profiling=Профилирование -pageLogging.requestFilter=Фильтр запросов\: -pageLogging.rootAppender=Основной обработчик -pageLogging.rootLevel=Основной рекордер +pageLogging.requestFilter=Request filter\\: +pageLogging.rootAppender=Root appender\\: +pageLogging.rootLevel=Root logger\\: pageLogging.subsystem.appender=Обработчик pageLogging.subsystem.level=Уровень pageLogging.subsystem.model=Модель pageLogging.subsystem.provisioning=Обеспечение доступа pageLogging.subsystem.repository=Репозиторий pageLogging.subsystem.resourceObjectChangeListener=Прослушиватель изменений объектов ресурса -pageLogging.subsystems=Подсистемы\: +pageLogging.subsystems=Subsystems\\: pageLogging.subsystem..taskManager=Диспетчер задач pageLogging.subsystem.ucf=Ucf pageLogging.subsystem.workflow=Процесс согласования @@ -1883,8 +1883,8 @@ PageRoleEditor.label.ownerRef.placeholder=Назначить владельца PageRoleEditor.label.requestable=Доступно для запросов PageRoleEditor.label.riskLevel=Уровень риска PageRoleEditor.label.type=Тип -PageRoleEditor.message.addApproverOk=Согласующий '{0}' добавлен успешно. -PageRoleEditor.message.addOwnerOk=Владелец с именем\: '{0}' успешно добавлен. +PageRoleEditor.message.addApproverOk=Approver with name\\: '{0}' was added successfully. +PageRoleEditor.message.addOwnerOk=Owner with name\\: '{0}' was added successfully. PageRoleEditor.message.cantAddOwner=Нельзя настроить выбранного владельца. PageRoleEditor.message.cantCreateExtensionDelta=Нельзя внести изменения в расширение роли PageRoleEditor.subtitle.activation=Активация @@ -1909,7 +1909,7 @@ PageRoles.title=Список ролей pageSecurityQuestions.message.WrongAnswer=Вопросы без правильного ответа pageSecurityQuestions.message.noPolicySet=Не определена парольная политика PageSecurityQuestions.title=Контрольные вопросы -PageShowPassword.message=Ваш новый пароль\: +PageShowPassword.message=Your new password is\\: PageShowPassword.success=Новый пароль успешно создан. PageShowPassword.title=Новый пароль PageSizePopover.title=Размер страницы @@ -1952,7 +1952,7 @@ pageTask.category.Reconciliation=Реконсиляция pageTask.category.UserRecomputation=Пересчёт пользователей pageTask.category.Workflow=Процесс согласования pageTask.createSuspended=Создать в ПРИОСТАНОВЛЕННОМ статусе -pageTask.cronHelp=Спецификация формата времени\: СЕКУНДА МИНУТА ЧАС ЧИСЛО МЕСЯЦ ДЕНЬ-НЕДЕЛИ ГОД (необязательно), например. '0 0 12 ? * СРД', что значит 'каждую среду в 12\:00\:00 p.m.'. +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=Для получения более подробной информации, пожалуйста, см. pageTask.cronHelpLinkTutorial=учебный pageTask.cronSpec=Установить расписание для планировщика в виде cron @@ -1972,7 +1972,7 @@ pageTaskEdit.button.stopApprovalProcess=Остановить процесс с pageTaskEdit.button.save=Сохранить pageTaskEdit.button.suspend=Состояние ожидания pageTaskEdit.category=Категория -pageTaskEdit.cronHelp=Спецификация формата времени\: СЕКУНДА МИНУТА ЧАС ЧИСЛО МЕСЯЦ ДЕНЬ-НЕДЕЛИ ГОД (необязательно), например. '0 0 12 ? * СРД', что значит 'каждую среду в 12\:00\:00 p.m.'. +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=Для получения более подробной информации, пожалуйста, см. pageTaskEdit.cronHelpLinkTutorial=учебный pageTaskEdit.cronSpec=Установить расписание для планировщика в виде cron @@ -2025,7 +2025,7 @@ pageTaskEdit.progress=Выполнение pageTaskEdit.subtasksAndThreads=Подзадачи и потоки команд pageTaskEdit.statesAndActions=Статусы и действия pageTaskEdit.result=Результат -pageTaskEdit.errors=Errors +pageTaskEdit.errors=Ошибки pageTaskEdit.subtasksLabel=Подзадачи pageTaskEdit.suspendReq=Для редактирования необходимо приостановить задачу pageTaskEdit.taskState=Статус задачи @@ -2039,9 +2039,9 @@ PageTaskEdit.title.wfRequest=Подробные сведения запроса pageTaskEdit.workerThreads=Конфигурированные рабочие потоки команд pageTaskEdit.workflowInformationLabel=Сведения о Workflow pageTaskEdit.displayResultInteractive=Показать результат в интерактивном режиме. -pageTaskEdit.taskErros.objectName=Name -pageTaskEdit.taskErros.status=Status -pageTaskEdit.taskErros.message=Message +pageTaskEdit.taskErros.objectName=Название +pageTaskEdit.taskErros.status=Статус +pageTaskEdit.taskErros.message=Сообщение pageTask.intent=Назначение pageTask.kind=Тип pageTask.misfire=Ошибочное действие @@ -2054,8 +2054,8 @@ pageTask.objectClass=Класс объекта pageTask.objectRef=Ссылка на ресурс pageTask.options=Опции pageTask.recurring=Периодическая задача -pageTask.runUntilNodeDown.error1=Совместимые данные для 'Прекращения действия потока команд'\: Закрыть, Приостановить -pageTask.runUntilNodeDown.error2=Совместимые данные для 'Прекращения действия потока команд'\: Перезапустить, Перепланировать +pageTask.runUntilNodeDown.error1=Compatible data for 'Thread stop action' are\\: Close, Suspend +pageTask.runUntilNodeDown.error2=Compatible data for 'Thread stop action' are\\: Restart, Reschedule pageTask.runUntilNodeDown=Запустить до выключения узла pageTasks.alreadyPassed=уже прошло pageTasks.alreadyPassedForNotRunningTasks=(уже прошло) @@ -2091,8 +2091,8 @@ pageTasks.category.UserRecomputation=Пересчёт пользователей pageTasks.category.Utility=Утилита pageTasks.category.Workflow=Процесс согласования pageTasks.category.ExecuteChanges=Применить изменения -pageTasks.message.suspendAction=suspend -pageTasks.message.resumeAction=resume +pageTasks.message.suspendAction=приостановить +pageTasks.message.resumeAction=продолжить pageTasks.message.runNowAction=запустить сейчас pageTasks.message.deleteAction=удалить pageTasks.message.deleteAllClosedTasksAction=удалить все закрытые задачи @@ -2153,7 +2153,7 @@ PageTasks.title=Задачи pageTasks.unknownRefName=Неизвестный объект pageTask.threadStop=Остановить поток команд pageTask.title.edit=Сведения для '{0}' -pageTask.type=Тип +pageTask.type=Type\\: page.title.edit={0} page.title.editResource=Изменить ресурс pageUser.accounts=Учетные записи @@ -2184,8 +2184,8 @@ pageUser.message.cantEditUser=Невозможно открыть форму д pageUser.message.cantNewUser=Невозможно загрузить форму создания пользователя pageUser.message.cantSubmitUser=Невозможно отправить пользователя на согласование pageUser.message.cantUpdateUser=Обновить удалённого пользователя -pageUser.message.couldntAssignObject=Невозможно назначить объект '{0}', reason\: {1}. -pageUser.message.couldntCreateAccount=Невозможно создать аккаунт для '{0}', причина\: {1}. +pageUser.message.couldntAssignObject=Couldn't assign object '{0}', reason\\: {1}. +pageUser.message.couldntCreateAccount=Couldn't create account form for '{0}', reason\\: {1}. pageUser.message.couldntCreateAccountNoSchema=Невозможно создать аккаунт для '{0}', так как нет определенной и доступной схемы. Возможно, проблема конфигурацией коннектора и/или с коннектором. Пожалуйста, проверьте логи для получения более подробных сведений. pageUser.message.deleteAccountConfirm=Вы действительно хотите удалить {0} аккаунт(ов)? pageUser.message.deleteAssignmentConfirm=Вы хотите удалить {0} назначение(я)? @@ -2243,7 +2243,7 @@ MultipleAssignmentSelector.orgUnit=Организационное подразд pageWorkItem.accordionLabel.additionalData=Связанные данные (техническая информация) pageWorkItem.accordionLabel.objectNew=Объект после предложенного изменения (техническая информация) pageWorkItem.accordionLabel.objectOld=Объект до изменения (техническая информация) -pageWorkItem.accordionLabel.processInstance=Сведения экземпляра процесса\: +pageWorkItem.accordionLabel.processInstance=Сведения экземпляра процесса: pageWorkItem.accordionLabel.requester=Автор запроса (тех. информация) pageWorkItem.additionalData.description=Связанные данные pageWorkItem.additionalInfo=Дополнительная информация @@ -2261,26 +2261,26 @@ pageWorkItem.objectNew.description=Объект после предложенн pageWorkItem.objectOld.description=Объект до изменения pageWorkItem.options=Опции pageWorkItem.requestCommon.description=Общая информация о запросе -pageWorkItem.requestedBy=Кем запрошено\: -pageWorkItem.requestedOn=Когда запрошено\: +pageWorkItem.requestedBy=Requested by\\: +pageWorkItem.requestedOn=Requested on\\: pageWorkItem.requester.description=Автор запроса pageWorkItem.requestSpecific.description=Ваше решение -workItemPanel.originallyAllocatedTo=В исх. состоянии распределено\: -workItemPanel.currentlyAllocatedTo=Сейчас распределено кому\: -workItemPanel.candidateActors=Кандидаты\: -workItemPanel.stage=Этап согласования\: -workItemPanel.escalationLevel=Уровень эскалации\: -workItemPanel.requesterComment=Комментарий автора запроса\: +workItemPanel.originallyAllocatedTo=Originally allocated to\\: +workItemPanel.currentlyAllocatedTo=Currently allocated to\\: +workItemPanel.candidateActors=Candidate actors\\: +workItemPanel.stage=Approval stage\\: +workItemPanel.escalationLevel=Escalation level\\: +workItemPanel.requesterComment=Requester comment\\: workItemPanel.delta=Изменения, ожидающие утверждения workItemPanel.mainInfo=Основные сведения workItemPanel.options=Опции -workItemPanel.requestedBy=Кем запрошено\: -workItemPanel.requestedOn=Когда запрошено\: -workItemPanel.workItemCreatedOn=Задание создано\: -workItemPanel.workItemDeadline=Крайний срок +workItemPanel.requestedBy=Requested by\\: +workItemPanel.requestedOn=Requested on\\: +workItemPanel.workItemCreatedOn=This work item created on\\: +workItemPanel.workItemDeadline=Deadline\\: workItemPanel.requester.description=Автор запроса workItemPanel.subTitle=Сведения задания -workItemPanel.title=На выполнение +workItemPanel.title=Work to do\\: workItemPanel.changesToBeApproved=Изменения, ожидающие утверждения workItemPanel.additionalAttributes=Additional attributes workItemPanel.approvalHistory=История согласования заявки @@ -2312,10 +2312,10 @@ PageWorkItemsAll.title=Все задания PageWorkItemsAllocatedToMe.title=Задания, назначенные мне PageWorkItem.title=Подробные сведения задачи PageWorkItem.subTitle=Сведения задания -pageWorkItem.title=На выполнение +pageWorkItem.title=Work to do\\: pageWorkItem.trackingData.description=Отслеживание (диагностика) данных pageWorkItem.trackingData=Отслеживание данных -pageWorkItem.workItemCreatedOn=Задание создано\: +pageWorkItem.workItemCreatedOn=This work item created on\\: passwordPanel.error=Введённые пароли не совпадают passwordPanel.passwordChange=Изменение passwordPanel.passwordRemove=Удалить @@ -2356,17 +2356,17 @@ prismPropertyPanel.name.credentials.password=Пароль prismPropertyPanel.required=Требуется prismValuePanel.add=Добавить prismValuePanel.delete=Удалить -prismValuePanel.message.association.attributes=Атрибуты\: -processInstancePanel.details=Прочее\: -processInstancePanel.finished=Завершено\: +prismValuePanel.message.association.attributes=Attributes\\: +processInstancePanel.details=Other information\\: +processInstancePanel.finished=Finished\\: processInstancePanel.message.cantGetDetails=Невозможно получить сведения экземпляра процесса. processInstancePanel.message.noTasks=нет -processInstancePanel.name=Наименование экземпляра процесса\: -processInstancePanel.pid=ID экземпляра\: -processInstancePanel.started=Начато\: +processInstancePanel.name=Process instance name\\: +processInstancePanel.pid=Instance ID\\: +processInstancePanel.started=Started\\: processInstancePanel.taskAlreadyRemoved=(уже был перемещён) -processInstancePanel.task=Системная задача\: -processInstancePanel.tasks=Текущие активные задачи\: +processInstancePanel.task=System task\\: +processInstancePanel.tasks=Currently active work items\\: processInstancePanel.title.edit=Детали для '{0}' ProfilingLevel.ARGUMENTS=Аргументы ProfilingLevel.ENTRY_EXIT=вход/выход @@ -2401,7 +2401,7 @@ ProvisioningStatistics.UpdateFailure=Сбой ProvisioningStatistics.UpdateSuccess=Обновление ОК QNameEditor.label.localPart=Локальная часть имени QNameEditor.label.namespace=Область наименований -QNameEditor.tooltip.attribute=ВЫПОЛНИТЬ\: QNameEditor.tooltip.attribute +QNameEditor.tooltip.attribute=TODO\\: QNameEditor.tooltip.attribute QNameEditor.tooltip.localPart=Локальная часть QName QNameEditor.tooltip.namespace=Область имен для QName RangeValidator.range=Поле '${label}' должно быть между ${minimum} и ${maximum}. @@ -2457,7 +2457,7 @@ ResourceAttributeEditor.label.inbound=Входящий маппинг ResourceAttributeEditor.label.intolerantVP=Жёсткий паттерн ResourceAttributeEditor.label.limitations=Ограничения ResourceAttributeEditor.label.matchingRule=Правило назначения -ResourceAttributeEditor.label.unknownMatchingRule=Неизвестное правило назначения\: {0} +ResourceAttributeEditor.label.unknownMatchingRule=Неизвестное правило назначения: {0} ResourceAttributeEditor.label.new=Создать атрибут ResourceAttributeEditor.label.outbound=Исходящий маппинг ResourceAttributeEditor.label.reference=Атрибут @@ -2517,12 +2517,12 @@ ResourceWizard.expression.tooltip.expression=XML-представление вы ResourceWizard.expression.tooltip.language=Язык программирования, на котором выражение скрипта написано. ResourceWizard.expression.tooltip.policyRef=Ссылка на политику объекта. Определённая политика будет использоваться как шаблон для генерации значений. ResourceWizard.expression.tooltip.type=Тип выражения. Определяет, будет ли записано выражение, значение генератора или что-то ещё. -ResourceWizard.help.capabilityStep=

Полномочия ресурса - возможности, которые разрешены для ресурса. Не все ресурсы предоставляют одинаковые полномочия. Например, ресурс поддерживает активацию аккаунта (блокирование и разблокирование аккаунта) в отличии от других ресурсов. Ресурс предоставляет права доступа на чтение и запись, в то время как другие ресурсы предоставляют только права на чтение. Некоторый ресурс поддерживает синхронизацию в режиме реального времени, а другие ресурсы запрещают. Полномочия определяют, какие характеристики ресурса поддерживают, что может выполнять система.

Все полномочия могут быть блокированы (выключены). Блокирование полномочия будет причиной того, что система не будет использовать чать коннектора или ресурса. Полномочия обычно блокируются, если они некорректны. Например, если есть баг в коннекторе или в ресурсе. Но полномочия могут быть блокированы также по административным причинам. Например, блокирование функций Создать, Обновить и Удалить означает, что ресурс можно будет только просматривать.

Некоторые полномочия могут быть смоделированы. Например, активация полномочия может вызываться с помощью определенных значений определенных атрибутов, отвечающих за блокировку аккаунта. Моделирование таких полномочий обычно требует дополнительных настроек. Они могут быть настроены на этой странице.

См.Страницу "Полномочия ресурсов" для получения более подробных сведений. +ResourceWizard.help.capabilityStep=

Resource capabilities are the things that the resource can do. Not all the resource are equal in their capabilities. E.g. one resource supports account activation (enabling and disabling accounts) but other does not. One resource provides read-write access while other can support read-only access. One resource supports real-time synchronization while other does not. The capabilities define what features the resource supports so system can behave accordingly.

All the capabilities can be disabled (i.e. turned off). Disabling the capability will cause that system will not use that part of the connector and resource. The capabilities are usually disabled if they are faulty. E.g. if there is a bug in a connector or on the resource then the bug might be circumvented if appropriate capability is disabled. But the capabilities may be disabled also for administrative reasons. E.g. disabling Create, Update and Delete capabilities makes the resource efficiently read-only.

Some capabilities can be simulated. It means that system can pretend that the resource has specific capability even though it does not have it. E.g. an activation capability can be simulated by setting a specific account attribute to a specific value to disable an account. Such simulated capabilities usually require some configuration. This can also be configured on this page.

See Resource Capabilities wiki page for more details. ResourceWizard.help.configurationStep=

На этом этапе Мастера происходит настройка свойств коннектора. Они обычно определяются сетевыми параметрами, такими как хост и порт, необходмыми для доступа к ресурсу. Дополнительные атрибуты коннектора, такие как время ожидания сети и настройки для групп коннекторов определяются здесь.

Эти настройки являются уникальными для каждого коннектора.Определенные наборы значений настроек являются схемой конфигурации коннектора. Поэтому содержание страницы зависит от типа коннектора, который был выбран на предыдущей странице.

-ResourceWizard.help.nameStep=

Этот этап Мастера определяет базовые настройки ресурса. Здесь можно определить наименование и описание ресурса. Наименование коннектора является обязательным и должно быть ункальным. Коннектор, который будет использован для получения доступа к ресурсу должен также быть сконфигурирован. Для коннекторов надо определить хосты коннектора. Если хост коннектора пуст слева, то коннектор сохраняется напрямую в экземпляре системы.

См.Страница справки по настройке ресурса для доступа к подробному описанию конфигурации ресурса.

-ResourceWizard.help.schemaHandlingStep=

Этот этап используется для предоставления конфигурации для обработки схемы ресурса. Конфигурация отображается на странице системы что делать с классами и объектами объектов ресурса. Она содержит конфигурацию маппинга между пользовательскими свойствами и атрибутами аккаунтов, конфигурацию типов аккаунтов, групп, зависимостей при предоставлении доступа, маппинг паролейи т.д.

Конфигурация сгруппирована по типам объектов. Каждый тип объекта определяет характеристики типов аккаунтов, типов назначений, орг. единиц и т.д. Тип объекта уникален и идентифицируется по комбинации вида и цели. Вид определяет, что имеется в виду под этим видом объекта\:

  • вид\=аккаунт означает, что связано с аккаунтом, например указывает на пользователя.
  • вид\=право, которое относится к группам, ролям, привилегиям и походим объектам, которые могут быть связаны с аккаунтами и которые предоставляют привилегии или права доступа аккаунту.
  • вид\=общее свойство, применимое также для орг. единиц, доменов и т.д.
Цель - текстовая строка для определения нескольких типов объектов. Например, для нескольких типов счетов, таких как, "УЗ пользователя по умолчанию", "администрирование учетных записей", "проверка учетной записи" и так далее. Смотрите далее\:Kind, Intent and ObjectClass wiki page for more details.

Подробнее об обработке конфигурации схемы можно прочитать здесь\: Resource Schema Handling wiki page. -ResourceWizard.help.schemaStep=

Это страница схемы ресурса. Схема ресурса определяет классы объекта, которыми коннектор может управлять, т.е. учётные записи, группы, организационные единицы и т.д. Схема определяет набор атрибутов для каждого класса объектов.Схема представлена здесь в режиме только для просмотра, то есть вы можете просмотреть ее, сверить с моделью данных, предоставляемой ресурсом.

Схема ресурса, представленная на этой странице, обычно получена из ресурса и автоматически сгенерирована системой. Схема ресурса определяет, что ресурс может делать, например, что определяют классы объекта и какими атрибутами характеризуются эти классы объекта. Поэтому схема доступна только для чтения. Это не конфигурация. Это не определяет, как система использует классы объекта и атрибуты. Это настраивается на следующем шаге Мастера.

См. Страница справки по настройке схемы ресурса для получения более подробной информации

. -ResourceWizard.help.synchronizationStep=

Конфигурация синхронизации определяет, как Identity Manager реагирует на обнаружение измененного объекта ресурса. Например, она определяет, как система реагирует на обнаружение новой учётной записи или группы. Обычно не имеет значения, как система определяет изменение, реакция обычно одинакова (хотя выражения зависят от спецификации канала ). Поэтому сконфигурированная таким образом политика обычно применяется для синхронизации в режиме реального времени, реконсиляции, импорта, обнаружения (механихм последовательности), а также может использоваться для других механизмов в будущем.

См.Synchronization Configuration wiki page for more details. +ResourceWizard.help.nameStep=

This stage of the wizard configures basic properties of the resource. It can be used to configure resource name and description. Connector name is mandatory and must be unique. Connector that will be used to access the resource must also be configured. Connectors are deployed on connector hosts. If the connector host is left empty then connectors deployed directly in the system instance will be used.

See Resource Configuration wiki page for detailed explanation of resource configuration.

+ResourceWizard.help.schemaHandlingStep=

This step is used to provide configuration for handling of resource schema. The configuration displayed on this page tells system what to do with resource object classes and attributes. It contains the configuration of mappings between user properties and account attributes, configuration of account types, groups, provisioning dependencies, password mapping and so on.

The configuration is grouped into object types. Each object type defines the behavior for specific account type, entitlement type, OU, etc. The object type is uniquely identified by the combination of kind and intent. The kind defines what kind of the object it is\\:

  • kind\\=account means that the object is an account, i.e. that it represents a user.
  • kind\\=entitlement is applied to groups, roles, privileges, ACIs and similar objects that can be associated with accounts and which give privileges or access rights to the account.
  • kind\\=generic applies to other objects such as organizational units (OUs), domains, etc.
Intent is a plain string that can be used to distinguish several object types. E.g. it can be used to define several account types, e.g. "default user account", "administration account", "testing account" and so on. See Kind, Intent and ObjectClass wiki page for more details.

More details about schema handling configuration are provided on Resource Schema Handling wiki page. +ResourceWizard.help.schemaStep=

This page shows resource schema. The resource schema defines object classes that the connector can manage, e.g. accounts, groups, organizational units and so on. The schema defines a set of attributes for each object class. The schema is presented here in read-only form so you can inspect it and familiarize yourself with the data model that the resource provides.

The resource schema presented at this page is usually retrieved from the resource and automatically generated by system. Resource schema defines what the resource can do, i.e. what object classes it defines and what attributes are used in the object classes. Therefore the schema is read-only. It is not a configuration. It does not defines how system uses the object classes and attributes. That is configured in next steps of the wizard.

See Resource Schema wiki page for detailed explanation of resource schema concepts

+ResourceWizard.help.synchronizationStep=

The synchronization configuration defines how Identity Manager reacts when it discovers that resource object has changed. E.g. it defines how system reacts when it discovers new account, when it discovers that a group that should exist does not and so on. It is usually does not matter how system discovers the change the reaction is usually the same (although exceptions are possible by using channel specification). Therefore the policy that is configured here usually applies to live synchronization, reconciliation, import, discovery (consistency mechanism) and possible also other mechanisms that may come in the future.

See Synchronization Configuration wiki page for more details. ResourceWizard.saveAndVisualize=Сохранить и показать ResourceWizard.visualize=Показать runReportPopupContent.button.run=Запустить отчет @@ -2546,21 +2546,22 @@ runReportPopupContent.param.name.situation=Ситуация runReportPopupContent.param.name.activation=Активация runReportPopupContent.param.name.organization=Организация runReportPopupContent.param.name.role=Роль -runReportPopupContent.param.name.roleOids=Roles -runReportPopupContent.param.name.users=Users +runReportPopupContent.param.name.roleOids=Роли +runReportPopupContent.param.name.users=Пользователи runReportPopupContent.param.name.stageNumber=Номер этапа (по умолчанию применить ко всем этапам) +runReportPopupContent.param.name.referencedRolesNames=Referenced Roles RunReportPopupPanel.title=Отчёт о конфигурации до запуска -runUntilNodeDown.error1=Совместимые данные для 'Прекращения действия потока команд'\: Закрыть, Приостановить -runUntilNodeDown.error2=Совместимые данные для 'Прекращения действия потока команд'\: Перезапустить, Перепланировать -SchemaHandlingStep.activation.tooltip.fetchStrategy=Как при необходимости получить атрибут. Выключено\: возвращается атрибут по умолчанию, без необходимости его запрашивать. Включено\: возвращается атрибут по умолчанию. +runUntilNodeDown.error1=Compatible data for 'Thread stop action' are\\: Close, Suspend +runUntilNodeDown.error2=Compatible data for 'Thread stop action' are\\: Restart, Reschedule +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=При входящем маппинге значения поступают из ресурса (обычно аккаунт) в Identity Manager (обычно пользователь). SchemaHandlingStep.activation.tooltip.outbound=При исходящем маппинге значения поступают из Identity Manager (обычно пользователь) в ресурс (обычно аккаунт). SchemaHandlingStep.association.label.associationName=Наименование связи SchemaHandlingStep.association.label.associationNamespace=Область наименований SchemaHandlingStep.association.tooltip.associationAttribute=Наименование атрибута, выполняющего роль связи с чем-то еще. Например, атрибут содержит идентификатор объекта. Обычно это такие атрибуты, как участник, группа, роль и т.д. Связи типа "субъект-объект" это атрибут субъекта (например, атрибут "группа" для аккаунта). В связи "объект-объект" это атрибут объекта (например, атрибут "участники" для группы). -SchemaHandlingStep.association.tooltip.associationLocalPart=ВЫПОЛНИТЬ\: SchemaHandlingStep.association.tooltip.associationLocalPart -SchemaHandlingStep.association.tooltip.associationNamespace=ВЫПОЛНИТЬ\: SchemaHandlingStep.association.tooltip.associationNamespace -SchemaHandlingStep.association.tooltip.direction=Определяет направление связи. Объект-субъект\: объект (например, группа) имеет атрибут, который включает в себя идентификатор субъекта (например, аккаунта); Субъект-объект\: Субъект (аккаунт) имеет атрибут, содержащий идентификатор объекта (группы). +SchemaHandlingStep.association.tooltip.associationLocalPart=TODO\\: SchemaHandlingStep.association.tooltip.associationLocalPart +SchemaHandlingStep.association.tooltip.associationNamespace=TODO\\: SchemaHandlingStep.association.tooltip.associationNamespace +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=Определить целостность ссылочных данных. Если опция выключена, то система принимает, что данные ресурса целостны. SchemaHandlingStep.association.tooltip.intent=Цель типа объекта управляемой системы. Тип управляемой системы и назначение определяет тип объекта, который может быть группой, привилегией, ролью и т.д. SchemaHandlingStep.association.tooltip.kind=Тип типа объекта управляемой системы. Обычно это "предоставление права". Тип управляемой системы и назначение определяет тип объекта, который может быть группой, привилегией, ролью и т.д. @@ -2568,10 +2569,10 @@ SchemaHandlingStep.association.tooltip.valueAttribute=Наименование SchemaHandlingStep.attribute.label.attributeName=Название атрибута SchemaHandlingStep.attribute.label.attributeNamespace=Область названий атрибутов SchemaHandlingStep.attribute.tooltip.allow=Если признак установлен, то он позволяет определить атрибут, который изначально не определен в схеме. Это можно использовать для определения неисправных коннекторов, которые не позволяют выполнить схему ресурса и т.д. -SchemaHandlingStep.attribute.tooltip.attributeLocalPart=ВЫПОЛНИТЬ\: SchemaHandlingStep.attribute.tooltip.attributeLocalPart -SchemaHandlingStep.attribute.tooltip.attributeNamespace=ВЫПОЛНИТЬ\: SchemaHandlingStep.attribute.tooltip.attributeNamespace +SchemaHandlingStep.attribute.tooltip.attributeLocalPart=TODO\\: SchemaHandlingStep.attribute.tooltip.attributeLocalPart +SchemaHandlingStep.attribute.tooltip.attributeNamespace=TODO\\: SchemaHandlingStep.attribute.tooltip.attributeNamespace SchemaHandlingStep.attribute.tooltip.exclusiveStrong=Когда выключено, и жесткий, и гибкий варианты маппинга объединяются для получения финального набора значений. Когда включено, только значения строго определенные значения используются, если есть как минимум один маппинг. При отсутствии жесткого маппинга используются обычные значения. -SchemaHandlingStep.attribute.tooltip.fetchStrategy=Как при необходимости получить атрибут. Выключено\: возвращается атрибут по умолчанию, без необходимости его запрашивать. Включено\: возвращается атрибут по умолчанию. +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=При входящем маппинге значения поступают из ресурса (обычно аккаунт) в Identity Manager (обычно пользователь). SchemaHandlingStep.attribute.tooltip.intolerantVP=Значение, которое соответствует шаблону, не является гибким. Например, оно будет удалено из атрибута, даже если это не результат системного процесса (маппинга). SchemaHandlingStep.attribute.tooltip.limitations=Определить ограничения атрибутов, например количество, право просмотра и редактирования и т.д. @@ -2581,7 +2582,7 @@ SchemaHandlingStep.attribute.tooltip.reference=Наименование конф SchemaHandlingStep.attribute.tooltip.tolerant=Гибкие значения гибких атрибутов установлены вне системы. Негибкие атрибуты будут только разрешать значения, определенные в системе. SchemaHandlingStep.attribute.tooltip.tolerantVP=Значение, которое соответствует шаблону, не является гибким. Например, оно будет удалено из атрибута, даже если это не результат системного процесса (маппинга). SchemaHandlingStep.button.add=Добавить тип объекта -SchemaHandlingStep.credentials.tooltip.fetchStrategy=Как получить необходимые значения учётных данных. Выключено\: возвращается атрибут по умолчанию, без необходимости его запрашивать. Включено\: возвращается атрибут по умолчанию. +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=При входящем маппинге значения поступают из ресурса (обычно аккаунт) в Identity Manager (обычно пользователь). SchemaHandlingStep.credentials.tooltip.outbound=При исходящем маппинге значения поступают из Identity Manager (обычно пользователь) в ресурс (обычно аккаунт). SchemaHandlingStep.credentials.tooltip.passwordPolicyRef=Парольная политика для использования этих учётных данных. Эта настройка аннулирует другие настройки, например парольную политику по умолчанию, определенную системным администратором. @@ -2589,10 +2590,10 @@ SchemaHandlingStep.dependency.tooltip.intent=Назначение влияюще SchemaHandlingStep.dependency.tooltip.kind=Тип влияющего объекта SchemaHandlingStep.dependency.tooltip.order=Обычно ноль. Вы можете указать целое число для определения порядка зависимостей, которые могут быть только циклическими (для зависимостей высокого порядка). SchemaHandlingStep.dependency.tooltip.resourceRef=Влияющий ресурс -SchemaHandlingStep.dependency.tooltip.strictness=Определяет, насколько строго будет определяться зависимость. Слабо\: если зависимость не выходит за пределы обычных рамок (используется только для выполнения операций-запросов); Средне строго\: не выполнять операцию, если зависимость выполняется в первую очередь, если выполнить зависимость не удается, то все равно продолжить выполнение; Строго\: выполнить, если только зависимость обрабатывается в первую очередь и успешно. +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=Максимальное число попыток. Операция завершится с ошибкой, если максимальное число попыток пройдет безуспешно. -SchemaHandlingStep.iteration.tooltip.returnMultiplicity=ВЫПОЛНИТЬ\: SchemaHandlingStep.iteration.tooltip.returnMultiplicity -SchemaHandlingStep.iteration.tooltip.variable=ВЫПОЛНИТЬ\: SchemaHandlingStep.iteration.tooltip.variable +SchemaHandlingStep.iteration.tooltip.returnMultiplicity=TODO\\: SchemaHandlingStep.iteration.tooltip.returnMultiplicity +SchemaHandlingStep.iteration.tooltip.variable=TODO\\: SchemaHandlingStep.iteration.tooltip.variable SchemaHandlingStep.label.activation=Активация SchemaHandlingStep.label.assignmentPolicyRef=Политика назначения SchemaHandlingStep.label.associations=Ассоциации @@ -2613,12 +2614,12 @@ SchemaHandlingStep.limitations.tooltip.ignore=Признак игнориров SchemaHandlingStep.limitations.tooltip.layers=Системные слои, для которых принимаются ограничения. Иногда ограничение не принимается одинаковым для всех слоев. Например, атрибут может быть формально доступным и для чтения, и для записи, но на надо установить доступ только на чтение из пользовательского интерфейса и право редактирования только посредством маппинга. В таком случае ограничение "только чтение" создается только для слоя "представление". SchemaHandlingStep.limitations.tooltip.maxOccurs=Максимальное число зависимостей атрибута. Значение равное единице означает, что атрибут может иметь одно единственное значение. Если выбрано значение "не ограничено", то для атрибута может быть множество значений. Значение (1 или "не ограничено") берется из схемы ресурса. SchemaHandlingStep.limitations.tooltip.minOccurs=Минимальное число зависимостей атрибута. Нулевое значение означает, что атрибут является необязательным. Значение равное единице означает обязательность атрибута. Значение берется из схемы ресурса. -SchemaHandlingStep.limitations.tooltip.other=ВЫПОЛНИТЬ\: ПЕРЕМЕСТИТЬ ЭТОТ ТИП ИНСТРУМЕНТА +SchemaHandlingStep.limitations.tooltip.other=TODO\\: REMOVE THIS TOOLTIP SchemaHandlingStep.limitations.tooltip.propertyAccess=Тип доступа, который разрешён или удалён. SchemaHandlingStep.mapping.tooltip.authoritative=Авторитетный маппинг может добавлять и удалять определенные значения. Неавторитетный маппинг только добавляет значения. SchemaHandlingStep.mapping.tooltip.channel=Применение ограничения для этого маппинга только для определенных каналов. Например, все изменения, которые происходят в результате синхронизации в режиме реального времени, реконсиляции или GUI. Если канал в включен в список, то маппинг будет выполняться посредством этого канала. Если канал не задан, то это ограничение отсутствует, и маппинг будет осуществляться для всех каналов. SchemaHandlingStep.mapping.tooltip.conditionLanguage=Язык программирования, на котором этот скрипт написан. -SchemaHandlingStep.mapping.tooltip.condition=Представление XML-выражения. Это действительное выражение, которое будет обработано. Источник маппинга представлен в выражении в виде начальных значений. Если условие выполняется, то маппинг завершается успешно. Если условие не выполняется, то маппинг игнорируется. Внимание\: если маппинг сначала был выполнен успешно, а затем стал некорректным, то могут быть удалены значения, которые были приняты, когда маппинг считался корректным. +SchemaHandlingStep.mapping.tooltip.condition=Представление XML-выражения. Это действительное выражение, которое будет обработано. Источник маппинга представлен в выражении в виде начальных значений. Если условие выполняется, то маппинг завершается успешно. Если условие не выполняется, то маппинг игнорируется. Внимание: если маппинг сначала был выполнен успешно, а затем стал некорректным, то могут быть удалены значения, которые были приняты, когда маппинг считался корректным. SchemaHandlingStep.mapping.tooltip.conditionType=Тип выражения, который будет использован для определения условий маппинга. SchemaHandlingStep.mapping.tooltip.conditionValuePolicyRef=Ссылка на значение политики объекта. Определенное значение политики будет использоваться как шаблон для генерации значения. Если значение отсутствует, то выбирается политика по умолчанию, например подходящая парольная политика. SchemaHandlingStep.mapping.tooltip.exceptChannel=Применение ограничения для этого маппинга для всех каналов, кроме указанного канала. Например, все изменения, кроме тех, которые происходят в результате синхронизации в режиме реального времени, реконсиляции или GUI. Если канал в включен в список, то маппинг будет выполняться не посредством этого канала. Если канал не задан, то это ограничение отсутствует, и маппинг будет осуществляться для всех каналов. @@ -2630,30 +2631,30 @@ SchemaHandlingStep.mapping.tooltip.expressionValuePolicyRef=Ссылка на з SchemaHandlingStep.mapping.tooltip.source=Источник маппинга. Маппинг выполняется при наличии изменений в источнике. Значения источника являются входными параметрами при выполнении маппинга. SchemaHandlingStep.mapping.tooltip.strength=Степень гибкости, с которой выполняется маппинг. Гибкий маппинг применяется, если нет значения в целевой системе. Обычный маппинг применяется, если значение было изменено. Жёсткий маппинг выполняется всегда. SchemaHandlingStep.mapping.tooltip.target=Маппинг целевой системы. Значение, которое предоставляется маппингом, будет применено для целевой системы. -SchemaHandlingStep.message.errorLoadingObjectTypeList=Нельзя загрузить из ресурса список классов объектов\: Ошибка\: +SchemaHandlingStep.message.errorLoadingObjectTypeList=Couldn't load object class list from resource. Error\\: SchemaHandlingStep.message.saveError=Нельзя сохранить схему обработки, {0} SchemaHandlingStep.message.selectObjectClassAss=Пожалуйста, определите атрибут 'Класс объекта' до создания связи с ресурсом. SchemaHandlingStep.message.selectObjectClassAttr=Пожалуйста, определите атрибут 'Класс объекта' до создания атрибута ресурса. -SchemaHandlingStep.message.validationError=Добавленное значение класса объекта\: '{0}' некорректно. Пожалуйста, введите корректное значение. -SchemaHandlingStep.protected.tooltip.filter=ВЫПОЛНИТЬ\: SchemaHandlingStep.protected.tooltip.filter -SchemaHandlingStep.protected.tooltip.name=ВЫПОЛНИТЬ\: SchemaHandlingStep.protected.tooltip.name -SchemaHandlingStep.protected.tooltip.uid=ВЫПОЛНИТЬ\: SchemaHandlingStep.protected.tooltip.uid +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.title=Обработка схемы SchemaHandlingStep.tooltip.activation=Определение соответствий между статусами активации (активно/неактивно/заархивировано) и датами (активно с...по...) -SchemaHandlingStep.tooltip.assignmentPolicyRef=Назначение политики определяет, насколько строго выполняются назначения. Отсутствует\: назначение ничего не определяет; Утвердительный\: назначения относятся только к добавлению значений (никогда в меньшую сторону); Относительный\: относится только к изменениям существующих значений слева от себя\: Полный\: относится ко всему (и к изменениям, и к существующим значениям). +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=Определение того, как может выполнено предоставление права SchemaHandlingStep.tooltip.attributes=Определение правил обработки отдельных атрибутов. Каждый из них может характеризоваться собственными ограничениями и правилами маппинга и т.д. SchemaHandlingStep.tooltip.credentials=Определение того, как обработать учётные данные, например пароли. SchemaHandlingStep.tooltip.default=Если да, то это значение по умолчанию для типа. Например, если нет однозначно определенного значения, то будет использоваться это значение. SchemaHandlingStep.tooltip.dependency=Зависимости - это типы объектов, которые обрабатываются до обработки самих типов объектов. Например, от них зависит тип объекта. Они определяются до типов объектов. Зависимости нужны для определения запросов для операция предоставления прав. -SchemaHandlingStep.tooltip.filterClause=ВЫПОЛНИТЬ\: SchemaHandlingStep.tooltip.filterClause +SchemaHandlingStep.tooltip.filterClause=TODO\\: SchemaHandlingStep.tooltip.filterClause SchemaHandlingStep.tooltip.intent=Определяется, что система не должна делать с объектом. Для этого объекты сортируются по нескольким категориям. Объекты разных категорий могут обрабатываться по-разному. SchemaHandlingStep.tooltip.iteration=Итеративно находить значения для уникальных атрибутов, например для идентификаторов. Identity Manager будет выполнять несколько попыток поиска уникальных значений для таких атрибутов. SchemaHandlingStep.tooltip.kind=Тип объекта - учётная запись, право или что-то ещё. SchemaHandlingStep.tooltip.objectClass=Класс объекта из схемы, который будет применен для создания экземпляра этого типа объекта. SchemaHandlingStep.tooltip.protected=Спецификация защищённых экземпляров этих типов объектов. Система может видеть защищённые экземпляры, но не может выполнять с ними какие-либо действия. Любая попытка изменить их невозможна. Это применяется для защиты администраторский учётных записей, таких как "root" или "administrator". -SchemaHandlingStep.duplicateObjectTypeWarning=Существует больше определений для типа/цели\: {0}. -SchemaHandlingStep.in=в\: {0} +SchemaHandlingStep.duplicateObjectTypeWarning=Существует больше определений для типа/цели: {0}. +SchemaHandlingStep.in=в: {0} SchemaHandlingStep.out=из SchemaHandlingStep.dup=DUP {0} SchemaListPanel.attributes=Атрибуты @@ -2665,7 +2666,7 @@ SchemaListPanel.details.intent=Назначение SchemaListPanel.details.kind=Тип SchemaListPanel.details.nativeObjectClass=Первоначальный класс объекта SchemaListPanel.displayName=Отображаемое имя -SchemaListPanel.displayOrder=Порядок, заказ\: {0}. +SchemaListPanel.displayOrder=Порядок, заказ: {0}. SchemaListPanel.message.couldntParseSchema=Невозможно сделать разбор схемы ресурса SchemaListPanel.minMax=Мин./макс. кол-во SchemaListPanel.name=Наименование @@ -2686,7 +2687,7 @@ SchemaStep.xml=XML SearchFilterPanel.button.update=Обновить условие SearchFilterPanel.label.description=Описание SearchFilterPanel.label.filterClause=Фильтр условий -SearchFilterPanel.message.cantSerialize=Нельзя разделить фильтр. Пожалуйста, введите корректное выражение. Причина\: {0} +SearchFilterPanel.message.cantSerialize=Could not parse filter clause. Please enter correct expression. Reason\\: {0} SearchFilterPanel.message.expressionSuccess=Фильтр был успешно обновлен. searchForm.filetype.null=Тип файла searchForm.reportType.null=Тип отчета @@ -2787,7 +2788,7 @@ SynchronizationStep.label.reaction=Реакция SynchronizationStep.label.reconcile=Реконсиляция SynchronizationStep.label.syncObjectHeader=Синхронизация объектов SynchronizationStep.message.cantSave=Невозможно сохранить результаты синхронизации ресурса -SynchronizationStep.message.errorLoadingObjectSyncList=Невозможно загрузить список объектов для синхронизации из ресурса. Ошибка\: +SynchronizationStep.message.errorLoadingObjectSyncList=Couldn't load object synchronization list from resource. Error\\: SynchronizationStep.message.errorLoadingObjectTemplates=Невозможно загрузить шаблоны из репозитория. SynchronizationStep.message.unsupportedActionFormat=Вы используете нерекомендуемый атрибут 'ref' для определения действия по реагированию. Используйте вместо него 'handlerUri'. Операции с атрибутом 'ref' не представлены в Мастере. SynchronizationStep.reaction.tooltip.action=Явное действие. Эта настройка определяет, какой должна быть реакция системы на событие синхронизации. @@ -2840,7 +2841,7 @@ SystemConfigPanel.title.notification=Уведомления SystemConfigPanel.title.passwordPolicy=Глобальная парольная политика SystemConfigPanel.title.securityPolicy=Глобальная политика безопасности SystemConfigPanel.title.userTemplate=Пользовательский шаблон по умолчанию -SystemConfigPanel.tooltip.duration=Формат\: P[n][p], n-число, p-период (d - дни, m - месяцы, ...), P3M - очистка каждые 3 месяца +SystemConfigPanel.tooltip.duration=Format\\: P[n][p], n-number, p-period (d - days, m - months, ...), P3M - cleanup every 3 months SystemInfoPanel.cpuUsage=Использование ЦПУ SystemInfoPanel.heapMemory=Использование памяти heap (используется/выделено/максимум) SystemInfoPanel.nonHeapMemory=Использование других областей памяти (используется/выделено/максимум) @@ -2867,7 +2868,7 @@ TaskListType.ACTIVATED=Активировано TaskListType.ALL=Все TaskListType.DEACTIVATED=Деактивировано TaskListType.EXECUTING=Выполнение -TaskStatePanel.countersSource=Статистика и информация о состоянии источника\: +TaskStatePanel.countersSource=Statistical and state information source\\: TaskStatePanel.currentObjectProcessed=Текущий объект обрабатывается TaskStatePanel.executionStatus=Статус выполнения TaskStatePanel.executionTime=Время выполнения @@ -2882,7 +2883,7 @@ TaskStatePanel.message.lastObjectProcessed={0} TaskStatePanel.message.node= - на узле {0} TaskStatePanel.message.objectsProcessed={0} TaskStatePanel.message.objectsProcessedTime=(среднее время {1} мс, общее время обработки {0} секунд) -TaskStatePanel.message.objectsTotal={0} (среднее время\: {1} мс) +TaskStatePanel.message.objectsTotal={0} (wall clock average\\: {1} ms) TaskStatePanel.message.timeInfoWithAgo={0} ({1} назад) TaskStatePanel.message.timeInfoWithDuration={0} (в {1} мс) TaskStatePanel.message.timeInfoWithDurationAndAgo={0} ({1} назад - в {2} мс) @@ -2896,15 +2897,15 @@ TaskStatePanel.objectsProcessedSuccess=Успешно обработанных TaskStatePanel.objectsTotal=Всего объектов обработано TaskStatePanel.opResult=Результат операции TaskStatePanel.progress=Выполнение -TaskStatePanel.statistics=Статистика производительности среды\: +TaskStatePanel.statistics=Статистика производительности среды: TaskStatePanel.subtaskName=Наименование TaskStatePanel.subtaskObjectsProcessed=Объектов обработано TaskStatePanel.subtaskState=Статус -TaskStatePanel.updated=Обновлено\: +TaskStatePanel.updated=Updated\\: TaskStatePanel.workerThreads=Подзадачи с небольшим весом (рабочие потоки команд) -tempMessagePanel.cause=Причина\: -tempMessagePanel.context=Контекст\: -tempMessagePanel.count=Ошибка\: +tempMessagePanel.cause=Cause\\: +tempMessagePanel.context=Context\\: +tempMessagePanel.count=Count\\: tempMessagePanel.message.debug=Отладка tempMessagePanel.message.error=Ошибка tempMessagePanel.message.expectedError=Ожидаемая роль @@ -2916,7 +2917,7 @@ tempMessagePanel.message.success=Успешно tempMessagePanel.message.undefined=Не определено tempMessagePanel.message.unknown=Неизвестно tempMessagePanel.message.warn=Предупреждение -tempMessagePanel.param=Параметр +tempMessagePanel.param=Param\\: tempMessagePanel.times=раз TextDetailsPanel.title=Сведения о связи TextField.universal.placeholder=Введите значение @@ -2928,7 +2929,7 @@ Title.CurrentStatus=Последний статус сообщения Title.MappingsStatistics=Информация оценки маппинга Title.NotificationsStatistics=Информация об уведомлениях Title.ProvisioningStatistics=Информация о действиях по предоставлению доступа -Title.Source=Источник\: +Title.Source=Источник\\: TreeTablePanel.childOrg=Дочерние орг. единицы TreeTablePanel.collapseAll=Сбросить всё TreeTablePanel.deleteRoot=Удалить корневой элемент @@ -2950,7 +2951,7 @@ TreeTablePanel.menu.enable=Включить TreeTablePanel.menu.move=Переместить TreeTablePanel.menu.recompute=Проанализировать заново TreeTablePanel.menu.removeFromHierarchy=Переместить из орг. единицы -TreeTablePanel.message.warn.deleteTreeObjectConfirm=Внимание\! {0} включает в себя участников. Вы действительно хотите удалить эту орг. единицу? +TreeTablePanel.message.warn.deleteTreeObjectConfirm=Внимание! {0} включает в себя участников. Вы действительно хотите удалить эту орг. единицу? TreeTablePanel.message.deleteTreeObjectConfirm=Вы действительно хотите удалить орг. единицу "{0}"? TreeTablePanel.message.deleteObjectConfirm=Вы действительно хотите удалить {0} выбранных объектов? TreeTablePanel.message.deleteRootConfirm=Вы, действительно, хотите удалить {0} ({1})? @@ -3022,24 +3023,24 @@ web.security.provider.invalid=Некорректные логин и/или па web.security.provider.invalid.link=Недействительная ссылка web.security.provider.locked=Пользователь заблокирован, пожалуйста, подождите. web.security.provider.password.bad=Пользователь не ввёл пароль. -web.security.provider.password.encoding=Невозможно аутентифицировать пользователя, причина\: некорректный пароль. +web.security.provider.password.encoding=Couldn't authenticate user, reason\\: couldn't encode password. web.security.provider.unavailable=На данный момент невозможно выполнить Ваш запрос. Пожалуйста, попробуйте повторить его позже. web.security.ldap.access.denied=Access denied. You don't have permission to access, please contact Identity Manager's administrators. -web.security.ldap.denied=Permission denied. +web.security.ldap.denied=Разрешение отклонено. web.security.ldap.disabled=Пользователь заблокирован. web.security.ldap.invalid=Некорректные логин и/или пароль. -web.security.ldap.invalid.link=Invalid link +web.security.ldap.invalid.link=Недействительная ссылка web.security.ldap.locked=User is locked, please wait. web.security.ldap.password.bad=User doesn't have defined password. -web.security.ldap.password.encoding=Couldn't authenticate user, reason\: couldn't encode password. +web.security.ldap.password.encoding=Couldn't authenticate user, reason\\: couldn't encode password. web.security.ldap.unavailable=Currently we are unable to process your request. Kindly try again later. -WfDeltasPanel.label.deltaIn=Входные данные процесса\: изменение(я) на утверждение. +WfDeltasPanel.label.deltaIn=Process input\\: delta(s) to be approved WfDeltasPanel.label.deltaOutListEmpty=(нет) -WfDeltasPanel.label.deltaOut=Выходные данные процесса\: результаты утверждения изменения(й) +WfDeltasPanel.label.deltaOut=Process output\\: delta(s) resulting from the approval WfHistoryPanel.label.event=Событие WfHistoryPanel.label.timestamp=Время -WizardHelpDialog.button.ok=Хорошо, я понял\! -WizardHelpDialog.label=Получить справку по Мастеру Ресурсов\! +WizardHelpDialog.button.ok=Ok, Got It\\! +WizardHelpDialog.label=Get Help With Resource Wizard\\! Wizard.message.cancel=Редактирование ресурса отменено Wizard.correctErrorsFirst=Пожалуйста, исправьте ошибки для сохранения. Wizard.Issues=Задачи @@ -3063,16 +3064,16 @@ PageAdmin.menu.profile=Профиль PageAdmin.menu.assignments=Назначения PageAdmin.menu.credentials=Учетные данные PageAdmin.menu.request=Запросить роль -PageTemplate.version=Версия\n -PageTemplate.copy=Copyright © 2010-2017 Evolveum® and partners.  +PageTemplate.version=Версия\\: +PageTemplate.copy=Copyright © 2010-2017 Evolveum® and partners.  PageTemplate.toggleNavigation=Переключить навигацию PageTemplate.user=пользователь -PageTemplate.couldntNavigateBreadcrumb=Невозможно отобразить навигацию, причина\: {0} +PageTemplate.couldntNavigateBreadcrumb=Couldn't navigate breadcrumb, reason\\: {0} SystemInfoPanel.starttime=Дата и время запуска SystemInfoPanel.uptime=Время непрерывной работы CountToolbar.label.unknownCount=Отображение {0,number,integer} до{1,number,integer}, неизвестное число подходящих результатов. TableConfigurationPanel.pageSize=Размер страницы -TableConfigurationPanel.tableColumns=Таблица columnsCountToolbar.label.unknownCount\=Отображение {0,number,integer} до{1,number,integer}, неизвестное число подходящих результатов. +TableConfigurationPanel.tableColumns=Table columnsCountToolbar.label.unknownCount\\=Displaying {0,number,integer} to {1,number,integer}, unknown number of matching results. MyRequestsPanel.started = Начато выполнение MyRequestsPanel.rejected = Отклонено MyRequestsPanel.approved = Согласовано @@ -3102,22 +3103,23 @@ PageSelfCredentials.specifyOldPasswordMessage=Пожалуйста, введит ChangePasswordPanel.accountsTable.header=Передача пароля ChangePasswordPanel.name=Наименование ChangePasswordPanel.resourceName=Ресурс -ChangePasswordPanel.enabled=Доступные +ChangePasswordPanel.enabled=Account enabled ChangePasswordPanel.legendMessage.selected= Пароль будет изменён ChangePasswordPanel.legendMessage.propagated= - Автоматическое воспроизведение пароля (на основе политик, определенных для ресурсов) ChangePasswordPanel.legendMessage.deselected= Неизменяемый пароль -ChangePasswordPanel.helpInfo=

Эта часть диалогового окна с учётными данными определяет, как может быть изменен пароль и передан пользователю системы. Первая строка определяет, может ли пароль быть изменен в Identity Manager сам по себе. Следующие строки представляют каждую системц, для которых пароль может быть изменен. Распространение пароля определяется иконками\:

  • Пароль может быть изменен. Пароль для этой системы будет обновлен на новое значение.
  • Автораспространение пароля. Пароль может быть изменен. Можно ли или нет изменить пароль определяется преднастроенной системным администратором политикой. Это обычно значит, что пароль будет изменен, если это соответствует текущей ситуации и настройкам.
  • Пароль не будет обновлен.

Вы можете регулировать распространение парольных настроек по нажатию на иконки и затем компоненты для уведомления пользователей об изменении пароля.

+ChangePasswordPanel.legendMessage.no.password.capability= - Password capability is not supported by resource +ChangePasswordPanel.helpInfo=

This portion of the credentials dialog controls how the password change will be propagated to each individual system. The first line defines whether the password will be changed in the Identity Manager itself. Following lines represent each system for which the password can be changed. The password propagation is controlled by the icons:

  • Password will be changed. Password for this system will be changed to the value specified in the password dialog above.
  • Automatic password propagation. The password might be changed. Whether the password is changed or not depends on the policies set up by identity administrator. This usually means that the password will be changed if it makes sense for the current situation and settings. This is the reasonable default choice.
  • Password will not be changed for this system.
  • Password capability is not supported for this system. As the result, password will not be changed for this system.

You can adjust the password propagation settings by clicking on the icons and thus fine-tune how the password change is propagated to each individual system.

ChangePasswordPanel.helpPopupTitle=Справка по передаче пароля PageBase.button.tooltip.clearSearch=Очистить mainForm.uploadTooLarge = Загружаемый файл должен быть меньше ${maxSize}. -mainForm.uploadFailed = Загрузка файла завершена с ошибкой\: ${exception.localizedMessage}PageSelfCredentials.couldntResolve\=Невозможно установить связь с ресурсом. +mainForm.uploadFailed = File failed to upload\\: ${exception.localizedMessage}PageSelfCredentials.couldntResolve\\=Couldn't resolve resource. PageSelfCredentials.couldntResolve=Невозможно определить ресурс roleMemberPanel.type=Тип -roleMemberPanel.tenant=Первичный\: +roleMemberPanel.tenant=Первичный: roleMemberPanel.project=Организация/проект roleMemberPanel.indirectMembers=Включить косвенных участников roleMemberPanel.allRelations=Показать все связи -roleMemberPanel.menu.createOwner=Create owner +roleMemberPanel.menu.createOwner=Создать владельца roleMemberPanel.menu.assignOwners=Assign owners roleMemberPanel.menu.createApprover=Create approver roleMemberPanel.menu.assignApprovers=Assign approvers @@ -3154,7 +3156,7 @@ operation.com.evolveum.midpoint.model.impl.importer.ObjectImporter.resolveRefere operation.com.evolveum.midpoint.model.impl.importer.ObjectImporter.encryptValues=Зашифровать значения (Модель) operation.com.evolveum.midpoint.model.impl.importer.ObjectImporter.importObjectToRepository=Импортировать объект в репозиторий (Модель) operation.com.evolveum.midpoint.model.api.ModelService.executeChange=Применить изменения (Модель) -operation.com.evolveum.midpoint.model.impl.lens.projector.AssignmentProcessor.evaluateAssignment=Оценить назначения\: (Модель) +operation.com.evolveum.midpoint.model.impl.lens.projector.AssignmentProcessor.evaluateAssignment=Оценить назначения: (Модель) operation.com.evolveum.midpoint.wf.impl.WfHook.invoke=Вызвать (процесс) operation.com.evolveum.midpoint.model.impl.lens.ChangeExecutor.execute=Выполнить (Модель) operation.com.evolveum.midpoint.model.impl.lens.ChangeExecutor.execute.focus.UserType=Выполнить - пользователь (Модель) @@ -3172,14 +3174,14 @@ PageResource.tab.content.account=Учетные записи PageResource.tab.content.entitlement=Права доступа PageResource.tab.content.generic=Общие PageResource.tab.content.others=Некатегоризированы -PageResource.tab.content.tasks=Определённые задачи\: +PageResource.tab.content.tasks=Определённые задачи: ResourceContentTabPanel.searchType.repository=Репозиторий ResourceContentTabPanel.searchType.resource=Ресурс -ResourceContentTabPanel.searchType=Искать в\: -PagePreviewChanges.primaryChangesOne=Первоначальные изменения\: {0} объект -PagePreviewChanges.primaryChangesMore=Первоначальные изменения\: {0} объектов -PagePreviewChanges.secondaryChangesOne=Второстепенные изменения\: {0} объект -PagePreviewChanges.secondaryChangesMore=Второстепенные изменения\: {0} объектов +ResourceContentTabPanel.searchType=Искать в: +PagePreviewChanges.primaryChangesOne=Первоначальные изменения: {0} объект +PagePreviewChanges.primaryChangesMore=Первоначальные изменения: {0} объектов +PagePreviewChanges.secondaryChangesOne=Второстепенные изменения: {0} объект +PagePreviewChanges.secondaryChangesMore=Второстепенные изменения: {0} объектов PagePreviewChanges.button.continueEditing=Продолжить изменение PagePreviewChanges.button.save=Сохранить ScenePanel.object={0} объект @@ -3192,24 +3194,24 @@ SceneItemLinePanel.removedValue=Removed value SceneItemLinePanel.addedValue=Added value SceneItemLinePanel.unchangedValue=Unchanged value operation.com.evolveum.midpoint.web.page.admin.resources.ResourceContentTabPanel.changeOwner=Изменить владельца (GUI) -TaskSummaryPanel.progressWithTotalKnown=Выполнение\: от {0} до {1} -TaskSummaryPanel.progressWithTotalUnknown=Выполнение\: {0} +TaskSummaryPanel.progressWithTotalKnown=Выполнение: от {0} до {1} +TaskSummaryPanel.progressWithTotalUnknown=Выполнение: {0} TaskSummaryPanel.progressIfSuspended=(приостановлено) TaskSummaryPanel.progressIfWaiting=(ожидается) TaskSummaryPanel.progressIfClosed=(закрыто) TaskSummaryPanel.progressIfStalled=(остановлено с {0}) -TaskSummaryPanel.lastProcessed=Последний обрабатываемый объект\: {0} +TaskSummaryPanel.lastProcessed=Последний обрабатываемый объект: {0} ResourceContentResourcePanel.showExisting=Показать существующие ResourceContentResourcePanel.newTask=Создать новый SearchPanel.advanced=Дополнительно SearchPanel.basic=Основной SearchPanel.search=Поиск SearchPanel.debug=Отладка -ResourceContentResourcePanel.realSearch=(фактически) Искать по\: -typedAssignablePanel.selectedOrgs=Организации\: -typedAssignablePanel.selectedResources=Ресурсы\: -typedAssignablePanel.selectedRoles=Роли\: -typedAssignablePanel.selectedServices=Сервисы\: +ResourceContentResourcePanel.realSearch=(фактически) Искать по: +typedAssignablePanel.selectedOrgs=Организации: +typedAssignablePanel.selectedResources=Ресурсы: +typedAssignablePanel.selectedRoles=Роли: +typedAssignablePanel.selectedServices=Сервисы: SearchPanel.insertFilterXml=Добавить фильтр xml (SearchFilterType) autoRefreshPanel.refreshNow=Обновить сейчас autoRefreshPanel.resumeRefreshing=Краткие сведения об обновлении @@ -3222,16 +3224,16 @@ PageAdmin.menu.top.services.new=Новый сервис PageAdmin.menu.top.services.edit=Редактировать сервис taskShowAdvancedFeaturesPanel.label=Показать дополнительные характеристики taskWfParentPanel.changesNotRequiringApproval=Изменения не требуют утверждения -taskOtherChangesPanel.label.state=Статус\: +taskOtherChangesPanel.label.state=State\\: taskOtherChangesPanel.state.FINAL=Обновления прошли согласование (успешно или нет) taskOtherChangesPanel.state.PRIMARY=Изменения ожидают согласования taskOtherChangesPanel.state.SECONDARY=Изменения ожидают согласования taskWfChildPanel.showParent=Показать запрос в контексте всей операции. -TaskSummaryPanel.requestedBy=Кем запрошено\: {0} -TaskSummaryPanel.requestedByWithFullName=Запрошено кем\: {0} ({1}) -TaskSummaryPanel.requestedOn=Когда запрошено\: {0} +TaskSummaryPanel.requestedBy=Кем запрошено: {0} +TaskSummaryPanel.requestedByWithFullName=Запрошено кем: {0} ({1}) +TaskSummaryPanel.requestedOn=Когда запрошено: {0} TaskSummaryPanel.requestedByAndOn=Запрошено {0} в {1} -TaskSummaryPanel.stage=Этап\: {0} +TaskSummaryPanel.stage=Этап: {0} TaskSummaryPanel.rejected=Отклонено TaskSummaryPanel.approved=Согласовано operation.com.evolveum.midpoint.web.page.admin.resources.PageResource.refreshSchema=Обновить схему (GUI) @@ -3254,7 +3256,7 @@ QueryBasedHandlerPanel.objectType=Тип объекта QueryBasedHandlerPanel.query=Очередь DeleteHandlerPanel.executeInRawMode=Выполнить в режиме без обработки ExecuteChangesHandlerPanel.change=Изменение -ExecuteChangesHandlerPanel.options=Options +ExecuteChangesHandlerPanel.options=Опции ReportCreateHandlerPanel.downloadCreatedReport=Скачать созданный отчёт ReportCreateHandlerPanel.reportParameters=Параметры отчета OperationResultPanel.showTask=(показать задачу) @@ -3286,14 +3288,14 @@ TreeTablePanel.recompute=Проанализировать заново TreeTablePanel.edit=Изменить TreeTablePanel.viewDetails=View details TreeTablePanel.createChild=Создать дочерний элемент -WorkItemSummaryPanel.allocated=Распределено\: -WorkItemSummaryPanel.notAllocated=Не распределено\: +WorkItemSummaryPanel.allocated=Распределено: +WorkItemSummaryPanel.notAllocated=Не распределено: WorkItemPanel.showRequest=Показ запрос на утверждение. DefinitionStagesPanel.confirmDelete=Подтверждение удаления DefinitionStagesPanel.confirmDeleteText=Вы действительно хотите удалить этап '{0}'? PageCertDefinition.outcomeStrategyHelpLabel=Пожалуйста, смотрите также PageCertDefinition.outcomeStrategyHelpLink=этот документ -PageCertDefinition.outcomeStrategyHelp=Какие итоговые результаты будут определены на основании результатов отдельных запросов. Внимание\: Поле 'Остановить согласование' показывает выходные данные, которые не должны быть дополнены на следующем этапе. Обычно вам не нужно менять значение по умолчанию. Если необходимо, вы можете сделать это также через конфигурацию XML. +PageCertDefinition.outcomeStrategyHelp=Какие итоговые результаты будут определены на основании результатов отдельных запросов. Внимание: Поле 'Остановить согласование' показывает выходные данные, которые не должны быть дополнены на следующем этапе. Обычно вам не нужно менять значение по умолчанию. Если необходимо, вы можете сделать это также через конфигурацию XML. PageCertDefinition.campaignLastStartedHelp=Когда запущена последняя операция, созданная в соответствии с этим определением? PageCertDefinition.campaignLastClosedHelp=Когда была создана последняя операция, удовлетворяющая закрытому определению - либо после успешного выполнения всех этапов, либо после закрытия в любое время. Однако если операция удалена без предварительного закрытия, она не отобразится. PageCertDefinition.scopeObjectTypeHelp=Определяет, какие именно объекты будут учитываться при выполнении действий по сертификации. Характеристики объектов (например, для сертификации назначений и т.д.) выбираются ниже. @@ -3301,13 +3303,13 @@ PageCertDefinition.scopeSearchFilterHelp=Если только подмноже PageCertDefinition.scopeAssignmentsInducementsHelp=Выберите согласуемые характеристики (назначения, наследования или оба варианта) объектов выше PageCertDefinition.scopeIncludeTargetTypesHelp=При сертификации назначений вы можете определить, какие типы целей принимаются для аккаунта. Например, вы можете сказать, что вы хотите сертифицировать только назначение ролей (например, для пользователей). PageCertDefinition.scopeIncludeByStatusHelp=Определить, сертифицировать только ли назначения при АКТИВНОМ административном статусе (или не устанавливать для всех). -StageDefinitionPanel.stageDurationHelp=Продолжительность этого этапа определяется временем конца этапа. Время окончания этапа вычисляется как момент создания этапа плюс длительность этапа и округляется к 23\:59\:59 последнего дня. Длительность определяется по стандарту ISO 8601, например P14D для 14 дней, P3W для 3 недель, P2M для 2 месяцев и т.д. -StageDefinitionPanel.notifyBeforeDeadlineHelp=За сколько времени до окончания этапа должно приходить напоминающее уведомление (согласующем и отправителю запроса). Это возможно для установки сразу нескольких значений; через запятую. Интервал времени определяется по стандарту ISO 8601, например PT12H для 12 часов, P2D для 2 дней, P1W для 1 недели и т.д. Например\: PT48H, PT12H говорят, что первое уведомление будет отправлено за 48 часов до окончания этапа, а второе - за 12 часов до времени окончания. +StageDefinitionPanel.stageDurationHelp=Продолжительность этого этапа определяется временем конца этапа. Время окончания этапа вычисляется как момент создания этапа плюс длительность этапа и округляется к 23:59:59 последнего дня. Длительность определяется по стандарту ISO 8601, например P14D для 14 дней, P3W для 3 недель, P2M для 2 месяцев и т.д. +StageDefinitionPanel.notifyBeforeDeadlineHelp=За сколько времени до окончания этапа должно приходить напоминающее уведомление (согласующем и отправителю запроса). Это возможно для установки сразу нескольких значений; через запятую. Интервал времени определяется по стандарту ISO 8601, например PT12H для 12 часов, P2D для 2 дней, P1W для 1 недели и т.д. Например: PT48H, PT12H говорят, что первое уведомление будет отправлено за 48 часов до окончания этапа, а второе - за 12 часов до времени окончания. StageDefinitionPanel.notifyWhenNoDecisionHelp=Если включено, уведомление об окончании этапа отправляется согласующему только если он/она имеет настройку ожидания сообщения. Если выключено, то согласующие всегда получают уведомления. (Обратите внимание на то, что уведомления об окончании этапа согласования всегда отправляются инициатору запроса вне зависимости от настроек.) StageDefinitionPanel.reviewerSpecificationTargetHelp=Выбор согласующих основан на назначении целевых владельцев. Например, вы можете определить, пользователь с какой ролью может согласовывать запросы на назначение его роли (другим пользователям). StageDefinitionPanel.reviewerSpecificationObjectHelp=Выбор согласующих основан на выборе объекта, которые уже имеет какое-то назначение. Например, вы можете определить, что пользователь с данной ролью может согласовывать все наследования 'своей' роли. StageDefinitionPanel.reviewerUseObjectManagerHelp=Выбор согласующего основан на выборе руководителя (пользователя), который сам имеет что-то назначенное или унаследованное. Например, вы можете определить, что руководитель может согласовывать назначения, выполненные пользователями его организации. -StageDefinitionPanel.reviewerUseObjectManagerOrgTypeHelp=Влияет на определение руководителя пользователей\: во-первых, принимаются все руководители всех орг. единиц, которым принадлежит пользователь. Причем, исключается сам пользователь, если он не является руководителем этой орг.единицы (и если отключено условие "Определить руководителей для утверждения" ниже снят). Если значение в данном поле заполнено, оно выбирается для выбора только тех организаций, для которых указан тип - например, "функциональные" (если у вас, например, есть как функциональные, так проектные организации). Если это поле пустое, будут учтены все организации. Если подходящего пользователя нет, мы продолжаем поиск руководителя в родительской орг. единице (с аналогичными условиями). +StageDefinitionPanel.reviewerUseObjectManagerOrgTypeHelp=Влияет на определение руководителя пользователей: во-первых, принимаются все руководители всех орг. единиц, которым принадлежит пользователь. Причем, исключается сам пользователь, если он не является руководителем этой орг.единицы (и если отключено условие "Определить руководителей для утверждения" ниже снят). Если значение в данном поле заполнено, оно выбирается для выбора только тех организаций, для которых указан тип - например, "функциональные" (если у вас, например, есть как функциональные, так проектные организации). Если это поле пустое, будут учтены все организации. Если подходящего пользователя нет, мы продолжаем поиск руководителя в родительской орг. единице (с аналогичными условиями). StageDefinitionPanel.reviewerUseObjectManagerAllowSelfHelp=Если пользователь является руководителем в организации, может ли он согласовывать задания, созданные им самим? Если этот признак не выбран (по умолчанию),будет выбран руководитель на уровень выше - см. описание для поля выше. StageDefinitionPanel.defaultReviewerRefHelp=Согласующий (или согласующие), которые будут выбраны, если у условия выше не будет согласующих. StageDefinitionPanel.additionalReviewerRefHelp=Согласующий (или согласующие), которые будут выбраны, если у условия выше не будет согласующих. @@ -3319,13 +3321,13 @@ StageDefinitionPanel.configurationHelpLink=этот документ NameStep.configurationWillBeLost=Выбранная схема конфигурации коннектора отличается от текущей. Свойства конфигурации будут потеряны при продолжении дальнейших действий. resultsHandlerConfiguration=Результаты обработчика enableFilteredResultsHandler=Разрешить дополнительную фильтрацию результатов -enableFilteredResultsHandlerHelp=Результаты обработчика фильтра получены из ресурса посредством коннектора на уровне фрейворка коннектора. Он используется при внедрении коннектора и не подразумевает полную фильтрацию по нему. Включение обработчика имеет несколько недостатков, например, в части пагинации. То есть он должен включаться только при крайней необходимости. Рекомендуется применение фильтрации в режиме проверки. По умолчанию значение для текущец версии ConnId\: включено. +enableFilteredResultsHandlerHelp=Результаты обработчика фильтра получены из ресурса посредством коннектора на уровне фрейворка коннектора. Он используется при внедрении коннектора и не подразумевает полную фильтрацию по нему. Включение обработчика имеет несколько недостатков, например, в части пагинации. То есть он должен включаться только при крайней необходимости. Рекомендуется применение фильтрации в режиме проверки. По умолчанию значение для текущец версии ConnId: включено. filteredResultsHandlerInValidationMode=Выполнять фильтрацию только в режиме проверки, валидации. -filteredResultsHandlerInValidationModeHelp=Переключение в режим проверки результатов фильтрации\: все данные, полученные с помощью коннектора, проверяются рамках коннектора, чтобы убедиться в правильности фильтрации. В случае ненадлежащего фильтрации должна возникать ошибка. Этот режим используется для коннекторов, которые должны обеспечить полную фильтрацию, но их функциональность должна быть проверена. Значение по умолчанию для текущей версии ConnId\: отключен. +filteredResultsHandlerInValidationModeHelp=Переключение в режим проверки результатов фильтрации: все данные, полученные с помощью коннектора, проверяются рамках коннектора, чтобы убедиться в правильности фильтрации. В случае ненадлежащего фильтрации должна возникать ошибка. Этот режим используется для коннекторов, которые должны обеспечить полную фильтрацию, но их функциональность должна быть проверена. Значение по умолчанию для текущей версии ConnId: отключен. enableCaseInsensitiveFilter=Сделать нечувствительным к фильтру -enableCaseInsensitiveFilterHelp=Этот обработчик делает фильтр нечувствительным для всех атрибутов ресурса. Используется для ресурсов, нечувствительных к регистру. Значение по умолчанию для текущей версии ConnId\: выключено. +enableCaseInsensitiveFilterHelp=Этот обработчик делает фильтр нечувствительным для всех атрибутов ресурса. Используется для ресурсов, нечувствительных к регистру. Значение по умолчанию для текущей версии ConnId: выключено. enableNormalizingResultsHandler=Включить обработчик для нормализации возвращённых данных -enableNormalizingResultsHandlerHelp=Этот обработчик нормализует каждый атрибут, который поступает из ресурса в систему. Обычно рекомендуется выключать этот параметр. Значение по умолчанию для текущей версии ConnId\: включено. +enableNormalizingResultsHandlerHelp=Этот обработчик нормализует каждый атрибут, который поступает из ресурса в систему. Обычно рекомендуется выключать этот параметр. Значение по умолчанию для текущей версии ConnId: включено. enableAttributesToGetSearchResultsHandler=Разрешить обработчику получать результаты 'получаемых атрибутов' enableAttributesToGetSearchResultsHandlerHelp=Этот обработчик используется для интерпретации опции 'атрибуты к получению'. Это целесообразно для сохранения активных настроек по умолчанию (в текущей версии ConnId). PageResourceWizard.autoSaveWarning=Ресурс автоматически сохраняется на каждом шаге Мастера. @@ -3354,12 +3356,12 @@ TreeTablePanel.menu.deleteMember.confirm=Все выбранные участн TreeTablePanel.menu.deleteAllMembers.confirm=Все определенные участники (пользователи, организации, сервисы, роли) будут навсегда удалены из системы. Вы уверены, что хотите выполнить это действие? PageTasksCertScheduling.title=Расписание сертификации PageResourceVisualization.title=Отображение маппингов для {0} -PageResourceVisualization.dotMessage=Визуализация DOT-изображения не может быть отображена. Пожалуйста, проверьте ошибку ниже и убедитесь, что\: +PageResourceVisualization.dotMessage=Визуализация DOT-изображения не может быть отображена. Пожалуйста, проверьте ошибку ниже и убедитесь, что: PageResourceVisualization.dot1=ПО для DOT-визуализации установлено на сервере. Рекомендуется использовать Graphviz. PageResourceVisualization.dot2=Путь к исполняемому DOT-визуализатору установлен в файле config.xml file корректно. PageResourceVisualization.moreInformation=Для получения более подробной информации, пожалуйста, см. PageResourceVisualization.moreInformationLink=эта статья -PageResourceVisualization.errorMessage=Сообщение об ошибке\: +PageResourceVisualization.errorMessage=Сообщение об ошибке: PageResourceVisualization.seeOnline=Вы можете также попытаться использовать онлайн DOT-визуализатор, например PageResourceVisualization.seeOnlineLink=webgraphviz.com PageResourceVisualization.copyInstruction=Вставьте следующий DOT-код сюда. @@ -3458,7 +3460,7 @@ PageEvaluateMapping.message.emptyString=Пожалуйста, предостав PageEvaluateMapping.result=Результат PageEvaluateMapping.mapping=Маппинг PageEvaluateMapping.request=Заявка -PageEvaluateMapping.chooseSample=Или использовать пример\: +PageEvaluateMapping.chooseSample=Или использовать пример: PageEvaluateMapping.sample.FullName_NoDelta=Полное наименование маппинга (без изменений) PageEvaluateMapping.sample.FullName_Delta=Полное наименование маппинга (изменение имени) PageEvaluateMapping.sample.FullName_Delta_Ref=Полное наименование маппинга (изменение имени); источник - репозиторий @@ -3477,13 +3479,13 @@ PageAssignmentConflicts.back=Назад PageAssignmentConflicts.submit=Подтвердить AssignmentCatalogPanel.selectTargetUser=Выберите целевого пользователя AssignmentCatalogPanel.selectAssignmentsUserOwner=Выберите владельца назначения -AssignmentCatalogPanel.requestForMe=Target user\: me -AssignmentCatalogPanel.requestFor=Target user\: +AssignmentCatalogPanel.requestForMe=Target user: me +AssignmentCatalogPanel.requestFor=Target user: AssignmentCatalogPanel.requestForMultiple={0} users selected AssignmentCatalogPanel.assignmentsOwner=Назначения {0} MultiButtonPanel.plusIconTitle=Добавить элемент в Корзину MultiButtonPanel.assignmentDetailsPopupTitle=Сведения о назначении -MultiButtonPanel.detailsLink=Properties +MultiButtonPanel.detailsLink=Параметры MultiButtonPanel.addToCartLink=Добавить в Корзину MultiButtonPanel.alreadyAssignedIconTitle=Assigned as PageAssignmentDetails.title=Сведения о назначении @@ -3569,8 +3571,8 @@ MergeType.EMPTY=пусто PageMergeObjects.warningMessage=Должны быть определены два объекта OID. PageSelfRegistration.register=Журнал PageSelfRegistration.registration.success=Регистрация завершена успешно -PageSelfRegistration.registration.error=Регистрация отменена\: {0} -PageSelfRegistration.registration.confirm.message=Поздравляем\!\nВаша регистрация успешно завершена. Для активации Вашего аккаунта проверьте Вашу электронную почту. +PageSelfRegistration.registration.error=Регистрация отменена: {0} +PageSelfRegistration.registration.confirm.message=Поздравляем!\nВаша регистрация успешно завершена. Для активации Вашего аккаунта проверьте Вашу электронную почту. PageRegistrationConfirmation.confirmation.error=Приносим свои извинения, но вашу регистрацию не удалось подтвердить. Обратитесь к системному администратору. PageRegistrationConfirmation.continueToLogin=Перейти на страницу входа в Систему PageRegistrationConfirmation.confirmation.successful=Подтверждено @@ -3596,9 +3598,9 @@ PageSelfRegistration.password.policy= PageResetPassword.reset.successful=Новый пароль успешно установлен. Перейдите к входу в Систему. PageForgotPassword.form.submited.message=Ссылка для подтверждения регистрации была выслана на указанный e-mail. Для сброса, восстановления пароля пройдите по ссылке и следуйте инструкциям. pageForgetPassword.message.policy.not.found=Сброс пароля не разрешен -PageAbstractSelfCredentials.save.password.failed=Неудачное изменение пароля\: {0} +PageAbstractSelfCredentials.save.password.failed=Неудачное изменение пароля: {0} PageResetPassword.title=Сброс пароля -PageResetPasswordConfirmation=Подтверждение сброса пароля +PageResetPasswordConfirmation.title=Подтверждение сброса пароля PageResetPasswordConfirmation.confirmation.error=Сброс пароля не разрешен. Приносим свои извинения и просим обратиться к Вашему системному администратору. PageResetPasswordConfirmation.authnetication.failed=Некорректные логин и/или пароль ItemPathSegmentPanel.itemToSearch=Поиск по {0} @@ -3608,7 +3610,8 @@ DecisionDto.approvedDueToTimeout=(утверждено по истечению DecisionDto.rejectedDueToTimeout=(отклонено, так как просрочено) DecisionDto.AUTO_APPROVAL_CONDITION=(условие авто-согласования) DecisionDto.AUTO_COMPLETION_CONDITION=(auto-completion condition) -DecisionDto.NO_ASSIGNEES_FOUND=(no approvers found) +DecisionDto.NO_ASSIGNEES_FOUND=(согласующие не найдены) +wf.comment=Комментарий wf.object=Object wf.target=Целевая система wf.originalAssignee=Исходный уполномоченный @@ -3622,12 +3625,23 @@ wf.escalationLevelName=Эскалация наименования уровня wf.escalationLevelDisplayName=Эскалация отображаемого наименования уровня wf.workItemId=ID задания wf.processInstanceId=ID экземпляра процесса +wf.requesterComment=Комментарий автора запроса +wf.causeType=Cause type +wf.causeName=Cause name +wf.causeDisplayName=Cause display name PageAccountActivation.account.activation.successful=Activation of accounts was successful PageAccountActivation.account.activation.failed=Failed to activate accounts. Please, contact system administrator -PageAccountActivation.activated.shadows=Activated shadows\: +PageAccountActivation.activated.shadows=Activated shadows: PageAccountActivation.button.activate=Activate PageAccountActivation.activate.accounts.label=Account activation for user '{0}'. PageAccountActivation.provide.password=Please, provide your password to activate accounts. PageAccountActivation.title=Account activation PageAccountActivation.nothing.to.activate=Unexpected problem occurs while trying to activate account. Please contact system administrator PageAccountActivation.authentication.failed=Authentication failed +operation.com.evolveum.midpoint.web.page.admin.reports.PageCreatedReports.deleteReportOutput=Delete report (GUI) +operation.com.evolveum.midpoint.report.impl.ReportManagerImpl.deleteReportOutput=Delete report (Report) +operation.com.evolveum.midpoint.web.page.admin.reports.PageCreatedReports.downloadReport=Download report (GUI) +operation..com.evolveum.midpoint.report.impl.ReportManagerImpl.getReportOutputData=Load report (Report) +PageWorkItem.couldNotGetWorkItem=Couldn't get work item. It might have been already completed or deleted. +CsvDownloadButtonPanel.export=Экспорт CSV +AssignmentEditorDto.policyRuleTitle=Policy rule diff --git a/gui/admin-gui/src/main/resources/localization/Midpoint_sk.properties b/gui/admin-gui/src/main/resources/localization/Midpoint_sk.properties index d5fa54fe182..edbd49176d7 100644 --- a/gui/admin-gui/src/main/resources/localization/Midpoint_sk.properties +++ b/gui/admin-gui/src/main/resources/localization/Midpoint_sk.properties @@ -104,7 +104,7 @@ AssignmentTablePanel.menu.addDelegation=Add delegation AssignmentTablePanel.menu.deleteDelegation=Delete delegation AssignmentTablePanel.menu.unassign=Zrušiť priradenie AssignmentTablePanel.menu.showAllAssignments=Zobraziť všetky priradenia -AssignmentTablePanel.message.couldntAssignObject=Nebolo možné priradiť objekt '{0}', dôvod\: {1}. +AssignmentTablePanel.message.couldntAssignObject=Couldn't assign object '{0}', reason\\: {1}. AssignmentTablePanel.message.illegalAssignmentState=Neplatný stav priradenia '{0}'. AssignmentTablePanel.message.noAssignmentSelected=Priradené nebolo vybrané. AssignmentTablePanel.message.noDelegationsSelected=No delegation selected. @@ -254,24 +254,24 @@ DefinitionScopeObjectType.RoleType=Role DefinitionScopeObjectType.UserType=Používatelia DefinitionScopeObjectType.OrgType=Orgs DefinitionScopeObjectType.ServiceType=Services -deleteAllDialog.label.accountShadowsDelete=Sledovaný účet zmazať\: {0} -deleteAllDialog.label.nonAccountShadowsDelete=Nesledovaný účet zmazať\: {0} +deleteAllDialog.label.accountShadowsDelete=Account shadows to delete\\: {0} +deleteAllDialog.label.nonAccountShadowsDelete=Non-Account shadows to delete\\: {0} deleteAllDialog.label.org=Org. jednotka -deleteAllDialog.label.orgUnitsDelete=Org. jednotky na zmazanie\: {0} +deleteAllDialog.label.orgUnitsDelete=Org. units to delete\\: {0} deleteAllDialog.label.shadow.account=Sledovaný účet deleteAllDialog.label.shadow.nonAccount=Nesledovaný účet deleteAllDialog.label.shadow.org=Org. jednotku sledovať deleteAllDialog.label.shadow.role=Sledované role -deleteAllDialog.label.totalToDelete=Všetky objekty na zmazanie\: {0} -deleteAllDialog.label.usersDelete=Používatelia na zmazanie\: {0} (Používateľ 'Administrátor' nebude zmazaný) +deleteAllDialog.label.totalToDelete=Total objects to delete\\: {0} +deleteAllDialog.label.usersDelete=Users to delete\\: {0} (User 'Administrator' will not be deleted) deleteAllDialog.label.users=Používatelia -deleteAllDialog.message.choose=Vyberte typy objektov na zmazanie\: +deleteAllDialog.message.choose=Choose object types to delete\\: deleteAllDialog.no=Nie deleteAllDialog.yes=Áno -DeltaPanel.label.changeType=Zmeniť typ\: -DeltaPanel.label.modifications=Zmeny\: -DeltaPanel.label.objectToAdd=Objekt na pridanie\: -DeltaPanel.label.oid=objekt s oid\: +DeltaPanel.label.changeType=Change type\\: +DeltaPanel.label.modifications=Modifications\\: +DeltaPanel.label.objectToAdd=Object to add\\: +DeltaPanel.label.oid=object with oid\\: direction.nullvalid=Vyberte jednu DoubleButtonPanel.button.default=Vykonať DoubleButtonPanel.download=Stiahnuť @@ -305,7 +305,7 @@ ExpressionEditorPanel.label.language=Jazyk ExpressionEditorPanel.label.type=Typ výrazu ExpressionEditorPanel.label.description=Popis ExpressionEditorPanel.label.valuePolicyRef=Referencia na politiku -ExpressionEditorPanel.message.cantSerialize=Nebolo možné vytvoriť JAXBElement z poskytnutého XML výrazu. Prosím, zadajte správny výraz. Dôvod\: {0} +ExpressionEditorPanel.message.cantSerialize=Could not create JAXBElement from provided XML expression. Please enter correct expression. Reason\\: {0} ExpressionEditorPanel.message.expressionSuccess=Výraz bol úspešne aktualizovaný. ExpressionEvaluatorType.AS_IS=Ako je ExpressionEvaluatorType.GENERATE=Generovať @@ -328,10 +328,10 @@ FeedbackAlertMessage.error=Chyba FeedbackAlertMessage.info=Informácia FeedbackAlertMessage.success=Úspech FeedbackAlertMessage.warn=Varovanie -feedbackMessagePanel.cause=Príčina\: +feedbackMessagePanel.cause=Cause\\: feedbackMessagePanel.collapseAll=Zbaliť všetky -feedbackMessagePanel.context=Kontext\: -feedbackMessagePanel.count=Počet\: +feedbackMessagePanel.context=Context\\: +feedbackMessagePanel.count=Count\\: feedbackMessagePanel.expandAll=Rozbaliť všetky feedbackMessagePanel.export=Exportovať do XML feedbackMessagePanel.hideStack=[ Skryť chybový výpis ] @@ -347,7 +347,7 @@ feedbackMessagePanel.message.success=Úspech feedbackMessagePanel.message.undefined=Nedefinovaný feedbackMessagePanel.message.unknown=Neznámy feedbackMessagePanel.message.warn=Varovanie -feedbackMessagePanel.param=Parameter\: +feedbackMessagePanel.param=Param\\: feedbackMessagePanel.showStack=[ Zobraziť chybový výpis ] feedbackMessagePanel.times=krát feedtempMessagePanelbackMessagePanel.message.info=Informácia @@ -403,7 +403,7 @@ JasperReportConfigurationPanel.forPrompting=Na dotazovanie JasperReportConfigurationPanel.parameterClass=Trieda parametra JasperReportConfigurationPanel.nestedClass=Nested class JasperReportConfigurationPanel.parameterName=Meno parametra -JasperReportConfigurationPanel.parameterProperty=Property\: {0} +JasperReportConfigurationPanel.parameterProperty=Property\\: {0} JasperReportConfigurationPanel.reportFields=Reportovať polia JasperReportConfigurationPanel.reportParameters=Reportovať parametre JasperReportConfigurationPanel.reportQuery=Reportovať dotaz @@ -445,8 +445,8 @@ LimitationsEditorDialog.label.read=Čítať LimitationsEditorDialog.label.schema=Schéma logger.duplicate=Logger s menom '{0}' je už definovaný. logger.emptyLogger=Logger nesmie byť prázdny. -LoggingConfigPanel.appender=Pridávač\: -LoggingConfigPanel.appenders=Pridávači\: +LoggingConfigPanel.appender=Pridávač: +LoggingConfigPanel.appenders=Pridávači: LoggingConfigPanel.appenders.appending=Pridávanie LoggingConfigPanel.appenders.filePath=Cesta k súboru LoggingConfigPanel.appenders.filePattern=Formát súboru @@ -456,7 +456,7 @@ LoggingConfigPanel.appenders.maxHistory=Max. história LoggingConfigPanel.appenders.name=Meno LoggingConfigPanel.appenders.pattern=Formát LoggingConfigPanel.audit=Audit -LoggingConfigPanel.auditLog=Audit log\: +LoggingConfigPanel.auditLog=Audit log: LoggingConfigPanel.button.addClassLogger=Pridať logger LoggingConfigPanel.button.addComponentLogger=Pridať komponent logger LoggingConfigPanel.button.addConsoleAppender=Pridávanie z konzoly @@ -476,8 +476,8 @@ LoggingConfigPanel.profiling.dumpInterval.placeholder=Interval zapisovania do lo LoggingConfigPanel.profiling.dumpInterval.tooltip=Zadajte hodnotu v minutách (predvolená je hodnota 30 min.) LoggingConfigPanel.profiling.entryExit=Profilovanie vstup/výstup LoggingConfigPanel.profiling.general=Profilovanie -LoggingConfigPanel.profiling.performanceStatistics=Štatistiky výkonnosti systému\: -LoggingConfigPanel.profiling.requestFilter=Filter žiadostí\: +LoggingConfigPanel.profiling.performanceStatistics=Štatistiky výkonnosti systému: +LoggingConfigPanel.profiling.requestFilter=Filter žiadostí: LoggingConfigPanel.profiling.subsystem.model=Model LoggingConfigPanel.profiling.subsystem.provisioning=Provízie LoggingConfigPanel.profiling.subsystem.repository=Repozitár @@ -520,7 +520,7 @@ MappingEditorDialog.label.strength=Sila MappingEditorDialog.label.target=Cieľ MappingEditorDialog.label.timeFrom=Čas od MappingEditorDialog.label.timeTo=Čas do -MappingEditorDialog.message.cantSave=Nebolo možné uložiť mapovanie. Príčina\: +MappingEditorDialog.message.cantSave=Couldn't save mapping. Reason\\: MappingEditorDialog.message.warn.emptyTarget=Vstupné mapovanie vyžaduje špecifikovať "cieľové" pole. MappingsStatistics.AverageTime=Priemerný čas MappingsStatistics.Count=Počet volaní @@ -537,13 +537,13 @@ Message.SourceMemory=úloha v pamäti (vybraná {0}) Message.SourceRepository=repozitár (štatistiky aktualizované v {0}) message.success=Vaše odpovede boli úspešne aktualizované. message.WrongAnswer=Otázky neboli zodpovedané správne -ModelOperationStatusPanel.label.focusName=Objekt\: -ModelOperationStatusPanel.label.focusType=typu\: -ModelOperationStatusPanel.label.primaryDelta=Primárne delta\: -ModelOperationStatusPanel.label.state=Stav\: -ModelOperationStatusPanel.state.FINAL=Finálne\: operácia bola vykonaná (úspešne alebo nie) -ModelOperationStatusPanel.state.PRIMARY=Primárne\: operácia bola schválená -ModelOperationStatusPanel.state.SECONDARY=Sekundárne\: Operácie so zdrojom(y) sú schválené +ModelOperationStatusPanel.label.focusName=Object\\: +ModelOperationStatusPanel.label.focusType=of type\\: +ModelOperationStatusPanel.label.primaryDelta=Primary delta\\: +ModelOperationStatusPanel.label.state=State\\: +ModelOperationStatusPanel.state.FINAL=Final\\: operation has been executed (successfully or not) +ModelOperationStatusPanel.state.PRIMARY=Primary\\: operation is being approved +ModelOperationStatusPanel.state.SECONDARY=Secondary\\: resource operation(s) are being approved ModificationsPanel.label.attribute=Atribút ModificationsPanel.label.change=Zmeniť ModificationsPanel.label.value=Hodnota(y) @@ -871,7 +871,7 @@ operation.com.evolveum.midpoint.web.page.admin.users.PageUsers.disableUsers=Zak operation.com.evolveum.midpoint.web.page.admin.users.PageUsers.enableUser=Povoliť používateľa (Gui) operation.com.evolveum.midpoint.web.page.admin.users.PageUsers.enableUsers=Povoliť používateľov (Gui) operation.com.evolveum.midpoint.web.page.admin.users.PageUser.sendToSubmit=Odoslať na podanie (Gui) -operation.com.evolveum.midpoint.web.page.admin.users.PageUsers.reconcileUser=Harmonizovať používateľa (Gui)\: {0} +operation.com.evolveum.midpoint.web.page.admin.users.PageUsers.reconcileUser=Reconcile user (Gui)\\: {0} operation.com.evolveum.midpoint.web.page.admin.users.PageUsers.reconcileUsers=Harmonizovať používateľov (Gui) operation.com.evolveum.midpoint.web.page.admin.workflow.PageWorkItem.saveWorkItem=Uložiť pracovnú položku (Gui) operation.com.evolveum.midpoint.web.util.WebModelUtils.deleteObject=Zmazať objekt (Gui) @@ -902,11 +902,11 @@ operation.com.evolveum.midpoint.web.component.wizard.resource.SchemaHandlingStep operation.com.evolveum.midpoint.web.component.wizard.resource.SynchronizationStep.saveResourceSynchronization=Save resource synchronization operation.com.evolveum.midpoint.web.component.wizard.resource.CapabilityStep.saveCapabilities=Save resource capabilities operation.com.evolveum.midpoint.web.page.admin.PageAdminFocus.loadShadow=Load shadow -operationResultPanel.cause=Dôvod\: -operationResultPanel.context=Kontext\: -operationResultPanel.count=Počet\: +operationResultPanel.cause=Cause\\: +operationResultPanel.context=Context\\: +operationResultPanel.count=Count\\: operationResultPanel.hideStack=[ Skryť chybový výpis ] -operationResultPanel.param=Parameter\: +operationResultPanel.param=Param\\: operationResultPanel.showStack=[ Zobraziť chybový výpis ] operationResultPanel.times=krát operationResultPanel.title.expectedError=Očakávaná chyba @@ -1002,8 +1002,8 @@ PageAccounts.message.ownerNotFound=Nebolo možné nájsť vlastníka sledovania PageAccounts.message.unsupportedOwnerType=Unsupported owner type. pageAccounts.message.resourceNotSelected=Systém nebol vybraný. Prosím vyberte systém pre zobrazenie sledovateľov. PageAccounts.message.success.clearExport=Export adresár bol úspešne vyčistený. -PageAccounts.message.success.export=Export bol úspešný. Exportovaný súbor\: {0}. -PageAccounts.message.validationError=Hľadaný objectClass s hodnotou\: '{0}' nie je platný. Zadajte platnú hodnotu objectClass. +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=Nič PageAccounts.resource=Systém PageAccounts.shadows=Tiene @@ -1114,9 +1114,9 @@ pageAdminFocus.organizations=Organizácie pageAdminFocus.assignments=Priradenia pageAdminFocus.message.couldntCreateAccountNoSchema=Nebolo možné vytvoriť projekčný formulár pre '{0}', žiadna vyčistená schéma nebola k dispozícii. Možný problém s konfiguráciou konektora a / alebo pripojením. Prosím, skontrolujte logy pre viac informácií. pageAdminFocus.message.couldntCreateAccountNoAccountSchema=Couldn't create projection form for '{0}', no schema for default 'account' object type available. Possible problem with resource configuration. Please check logs for more information. -pageAdminFocus.message.couldntCreateAccount=Nebolo možné vytvoriť projekčný formulár pre '{0}', dôvod\: {1}. +pageAdminFocus.message.couldntCreateAccount=Couldn't create projection form for '{0}', reason\\: {1}. pageAdminFocus.message.noAssignableSelected=Nebolo vybraté priradenie. -pageAdminFocus.message.couldntAssignObject=Nebolo možné priradiť objekt '{0}', dôvod\: {1}. +pageAdminFocus.message.couldntAssignObject=Couldn't assign object '{0}', reason\\: {1}. pageAdminFocus.message.noActivationFound=Neboli nájdené aktivačné údaje pre projekciu '{0}'. pageAdminFocus.message.noEnabledPropertyFound=Nebola nájdená vlastnosť na povolenie/zakázanie účtu '{0}'. pageAdminFocus.message.noLockoutStatusPropertyFound=No lockout status property found for account '{0}'. @@ -1127,8 +1127,8 @@ pageAdminFocus.message.noAssignmentSelected=Nebolo vybraté priradenie. pageAdminFocus.title.selectResource=Vybraté koncové systém(y) pageAdminFocus.title.selectAssignable=Vyberte objekt(y) pageAdminFocus.task.name=Meno úlohy -pageAdminFocus.task.category=Kategória\: -pageAdminFocus.task.descriptionHasTasks=Active tasks related to this object\: +pageAdminFocus.task.category=Kategória: +pageAdminFocus.task.descriptionHasTasks=Active tasks related to this object: pageAdminFocus.task.descriptionNoTasks=There are no active tasks related to this object. pageAdminFocus.task.execution=Stav spracovania pageAdminFocus.task.status=Stav @@ -1188,15 +1188,15 @@ PageRepositoryQuery.button.useInObjectList=Use in object list PageRepositoryQuery.button.execute=Vykonať PageRepositoryQuery.message.emptyString=Entered query string is empty. Please provide non-empty query string. PageRepositoryQuery.result=Výsledok -PageRepositoryQuery.resultObjects=Result\: retrieved {0} object(s) -PageRepositoryQuery.resultException=Result\: {0} +PageRepositoryQuery.resultObjects=Result: retrieved {0} object(s) +PageRepositoryQuery.resultException=Result: {0} PageRepositoryQuery.midPoint=MidPoint query -PageRepositoryQuery.objectType=Object type\: +PageRepositoryQuery.objectType=Object type: PageRepositoryQuery.hibernateQuery=Hibernate query PageRepositoryQuery.hibernateParameters=Query parameters -PageRepositoryQuery.hibernateParametersNote=Note\: The parameters are shown here only to indicate how midPoint query is translated into hibernate query. They are not used when manually executing a hibernate query, so the query you enter here should contain no references to parameters. +PageRepositoryQuery.hibernateParametersNote=Note: The parameters are shown here only to indicate how midPoint query is translated into hibernate query. They are not used when manually executing a hibernate query, so the query you enter here should contain no references to parameters. PageRepositoryQuery.incompleteResultsNote=Because you do not have administrator rights, results shown here were probably filtered by applying additional search conditions derived from your authorizations. These additional conditions are not visible in the hibernate query shown above. -PageRepositoryQuery.chooseSample=Or use a sample\: +PageRepositoryQuery.chooseSample=Or use a sample: PageRepositoryQuery.sample.ObjectType_AllObjectsInAnOrg=All objects in an organization (directly) PageRepositoryQuery.sample.ObjectType_AllObjectsInASubtree=All objects in a subtree PageRepositoryQuery.sample.OrgType_AllRootOrgs=All organizational roots @@ -1212,7 +1212,7 @@ PageRepositoryQuery.sample.UserType_UsersThatHaveARole=Users that have active as PageRepositoryQuery.sample.UserType_SpecifiedCostCenters=Users in cost centers 100000-999999 or X100-X999 PageRepositoryQuery.sample.ShadowType_ShadowsOnGivenResource=Shadows on a given resource PageRepositoryQuery.sample.UserType_UsersWithShadowOnGivenResource=Users with linked shadow on a given resource -PageRepositoryQuery.queryVsFilterNote=Note\: midPoint query contains a filter along with paging instruction, wrapped together within the <query> element. In contrast, when used in "Advanced filter" in GUI, only the <filter> sub-element is applicable. Paging is managed by the GUI itself. +PageRepositoryQuery.queryVsFilterNote=Note: midPoint query contains a filter along with paging instruction, wrapped together within the <query> element. In contrast, when used in "Advanced filter" in GUI, only the <filter> sub-element is applicable. Paging is managed by the GUI itself. PageCert.ago={0} pred PageCertCampaign.basic=Základný PageCertCampaign.button.back=Späť @@ -1232,7 +1232,7 @@ PageCertCampaign.menu.revoke=Odňať PageCertCampaign.name=Názov PageCertCampaign.numberOfStages=Počet etáp PageCertCampaign.owner=Vlastník -PageCertCampaigns.agoForCampaign=(kampaň\: {0} pred) +PageCertCampaigns.agoForCampaign=(campaign\\: {0} ago) PageCertCampaigns.agoForStage={0} pred PageCertCampaigns.button.closeCampaign=Zatvoriť kampaň PageCertCampaigns.button.closeStage=Zatvoriť etapu @@ -1242,7 +1242,7 @@ PageCertCampaigns.button.startRemediation=Štart opravy PageCertCampaigns.dialog.title.confirmCloseCampaign=Potvrdiť zatvorenie kampane PageCertCampaigns.dialog.title.confirmCloseStage=Potvrdiť zatvorenie etapy PageCertCampaigns.dialog.title.confirmDeleteCampaign=Potvrďte zmazanie kampane -PageCertCampaigns.inForCampaign=(kampaň\: v {0}) +PageCertCampaigns.inForCampaign=(campaign\\: in {0}) PageCertCampaigns.inForStage=v {0} PageCertCampaigns.menu.close=Zatvoriť kampaň PageCertCampaigns.menu.closeSelected=Zatvoriť vybranú kampaň @@ -1255,7 +1255,7 @@ PageCertCampaigns.message.closeStageConfirmSingle=Naozaj chcete ukončiť aktuá PageCertCampaigns.message.deleteCampaignConfirmMultiple=Naozaj chcete zmazať vybrané {0} kampane? PageCertCampaigns.message.deleteCampaignConfirmSingle=Naozaj chcete zmazať kampaň '{0}' ? PageCertCampaigns.message.noCampaignsSelected=Žiadna relevantná kampaň nebola vybraná -PageCertCampaigns.nowForCampaign=(kampaň\: teraz) +PageCertCampaigns.nowForCampaign=(campaign\\: now) PageCertCampaigns.nowForStage=teraz PageCertCampaigns.table.deadline=Uzávierka etapy (kampaň) PageCertCampaigns.table.escalationLevel=Esc. level @@ -1336,7 +1336,7 @@ PageCertDefinition.campaignsTotal=Campaigns total PageCertDefinition.campaignLastStarted=Campaign last started PageCertDefinition.campaignLastClosed=Campaign last closed PageCertDefinition.owner=Vlastník -PageCertDefinition.stopReviewOn=stop review on\: +PageCertDefinition.stopReviewOn=stop review on: PageCertDefinition.stopReviewOnDefault= PageCertDefinition.stopReviewOnNone= PageCertDefinitions.basicInformation=Základné informácie @@ -1372,21 +1372,21 @@ PageCertDefinition.scopeEnabledItemsOnly=Enabled items only PageCertDefinition.stagesDefinition=Stages definition PageCert.in=v {0} PageCert.message.assignment={0} z {1} {2} do {3} {4}. -PageCert.message.textAdministrativeState=Administratívny stav\: {0}. +PageCert.message.textAdministrativeState=Administrative state\\: {0}. PageCert.message.textAssignment=Priradenie -PageCert.message.textDescription=Popis\: {0}. -PageCert.message.textExtensions=Definované rozšírenia\: {0}. +PageCert.message.textDescription=Description\\: {0}. +PageCert.message.textExtensions=Extensions defined\\: {0}. PageCert.message.textInducement=Stimul -PageCert.message.textIntent=Účel\: {0}. -PageCert.message.textKind=Druh\: {0}. -PageCert.message.textOrder=Poradie\: {0}. -PageCert.message.textOrg=Org\: {0}. -PageCert.message.textRelation=Relácia\: {0}. -PageCert.message.textTenant=Tenant\: {0}. -PageCert.message.textValidFrom=Platný od\: {0}. -PageCert.message.textValidTo=Platný do\: {0}. +PageCert.message.textIntent=Intent\\: {0}. +PageCert.message.textKind=Kind\\: {0}. +PageCert.message.textOrder=Order\\: {0}. +PageCert.message.textOrg=Org\\: {0}. +PageCert.message.textRelation=Relation\\: {0}. +PageCert.message.textTenant=Tenant\\: {0}. +PageCert.message.textValidFrom=Valid from\\: {0}. +PageCert.message.textValidTo=Valid to\\: {0}. PageCert.now=teraz -StageEditorPanel.stageDefinitionLabelName = Stage Definition \# +StageEditorPanel.stageDefinitionLabelName = Stage Definition \\# StageDefinitionPanel.stageName = Názov StageDefinitionPanel.stageDescription = Popis StageDefinitionPanel.stageDuration = Duration @@ -1432,7 +1432,7 @@ pageContentAccounts.menu.disableAccounts=Disable selected pageContentAccounts.menu.enableAccounts=Enable selected pageContentAccounts.menu.importAccounts=Import selected pageContentAccounts.menu.removeOwners=Remove for selected -pageContentAccounts.message.cantImportAccount=Nepodarilo sa importovať účet s oid\={0} +pageContentAccounts.message.cantImportAccount=Can't import account, oid\\={0} pageContentAccounts.message.cantShowAccountDetails=Nie je možné ukázať detaily účtu {0} ({1}). pageContentAccounts.message.cantShowUserDetails=Nie je možné ukázať detaily používateľa {0} ({1}). pageContentAccounts.message.deleteConfirmation=Naozaj chcete zmazať {0} účet(y/ov) zo systému? @@ -1474,7 +1474,7 @@ PageCreatedReports.title=Vytvorené reporty PageDashboard.accounts=Moje účty PageDashboard.activeTasks=Aktívne úlohy PageDashboard.activeUsers=Aktívny používatelia -PageDashboard.assignments=Moje priradenia +PageDashboard.assignments=My assignments PageDashboard.personalInfo=Osobné údaje PageDashboard.serverLoad=Server Load PageDashboard.systemInfo=Stav systému @@ -1523,7 +1523,7 @@ pageDebugList.message.deleteObjectConfirm=Naozaj chcete zmazať objekt "{0}"? pageDebugList.message.deleteSelectedConfirm=Naozaj chcete zmazať {0} objekt(ov)? pageDebugList.message.laxativeProblem=Nepodarilo sa vymazať všetkých používateľov a obrazy účtov pageDebugList.message.nothingSelected=Nebol vybratý objekt. -pageDebugList.message.queryException=Nepodarilo sa vytvoriť dopyt pre hľadanie podreťazcov v mene, dôvod\: {0} +pageDebugList.message.queryException=Couldn't create query for name substring, reason\\: {0} pageDebugList.message.resourceNotSelected=Nebol vybratý koncový systém. pageDebugList.message.singleOrgDeleteProblem=Nebolo možné zmazať org. jednotku pageDebugList.message.singleShadowDeleteProblem=Nebolo možné zmazať obraz @@ -1584,8 +1584,8 @@ PageInternals.consistencyChecks=Check consistency PageInternals.encryptionChecks=Check encryption PageInternals.readEncryptionChecks=Check read encryption PageInternals.detailedDebugDump=Detailný debug dump -PageInternals.message.debugUpdatePerformed=Debug utilita bola aktualizovaná. Nová hodnota\: {0} -PageInternals.message.internalsConfigUpdate=Internals config update. consistencyChecks\: {0},encryptionChecks\: {1}, readEncryptionChecks\: {2}, QNameUtil.tolerateUndeclaredPrefixes\: {3} +PageInternals.message.debugUpdatePerformed=Debug util updated. New value\\: {0} +PageInternals.message.internalsConfigUpdate=Internals config update. consistencyChecks\\: {0},encryptionChecks\\: {1}, readEncryptionChecks\\: {2}, QNameUtil.tolerateUndeclaredPrefixes\\: {3} PageInternals.offset=Offset PageInternals.title.debugUtil=Debug utility PageInternals.title.internalsConfig=Vnútorná konfigurácia @@ -1618,7 +1618,7 @@ InternalCounters.prismObjectCloneCount=Prism object clone InternalCounters.roleEvaluationCount=Role evaluation count InternalCounters.roleEvaluationSkipCount=Role evaluation skip count InternalCounters.projectorRunCount=Projector run count -pageLogging.appender=Appender\: +pageLogging.appender=Appender\\: pageLogging.appenders=Appenders pageLogging.appenders.appending=Appending pageLogging.appenders.filePath=Cesta k súboru @@ -1628,7 +1628,7 @@ pageLogging.appenders.maxHistory=Max. história pageLogging.appenders.name=Meno pageLogging.appenders.pattern=Formát pageLogging.audit=Audit -pageLogging.auditLog=Auditný log\: +pageLogging.auditLog=Audit to log file\\: pageLogging.button.addClassLogger=Pridať logger pageLogging.button.addComponentLogger=Pridať komponent logger pageLogging.button.addConsoleAppender=Pridať console appender @@ -1640,8 +1640,8 @@ pageLogging.button.deleteFilter=Zmazať filter pageLogging.button.deleteLogger=Zmazať logger pageLogging.button.reset=Resetnúť pageLogging.button.save=Uložiť -pageLogging.details=Detaily\: -pageLogging.dumpInterval=Interval vypisovania do logov\: +pageLogging.details=Details\\: +pageLogging.dumpInterval=Dump interval\\: pageLogging.filter.ALL=Všetko pageLogging.filter=Filter pageLogging.filter.GUI=Web filter @@ -1668,18 +1668,18 @@ pageLogging.loggersTable=Loggery tabuliek pageLogging.logger.TASKMANAGER=Logger manažéra úloh pageLogging.logger.WORKFLOWS=Workflow module logger pageLogging.logSubsystemEntryExit=Log subsystem vstup/exit -pageLogging.performanceStatistics=Štatistiky výkonnosti systému\: +pageLogging.performanceStatistics=Performance statistics\\: pageLogging.profiling=Profilovanie -pageLogging.requestFilter=Filter webových requestov\: -pageLogging.rootAppender=Koreňový appender\: -pageLogging.rootLevel=Koreňový logger\: +pageLogging.requestFilter=Request filter\\: +pageLogging.rootAppender=Root appender\\: +pageLogging.rootLevel=Root logger\\: pageLogging.subsystem.appender=Appender pageLogging.subsystem.level=Úroveň pageLogging.subsystem.model=Model pageLogging.subsystem.provisioning=Provízie pageLogging.subsystem.repository=Repozitár pageLogging.subsystem.resourceObjectChangeListener=Monitor zmien v pripojených systémoch -pageLogging.subsystems=Podsystémy\: +pageLogging.subsystems=Subsystems\\: pageLogging.subsystem..taskManager=Manažér úloh pageLogging.subsystem.ucf=Ucf pageLogging.subsystem.workflow=Workflow @@ -1883,8 +1883,8 @@ PageRoleEditor.label.ownerRef.placeholder=Set owner PageRoleEditor.label.requestable=Požadovateľné PageRoleEditor.label.riskLevel=Úroveň rizika PageRoleEditor.label.type=Typ -PageRoleEditor.message.addApproverOk=Approver s menom\: '{0}' bol úspešne pridaný. -PageRoleEditor.message.addOwnerOk=Vlastník s menom\: '{0}' bol úspešne pridaný. +PageRoleEditor.message.addApproverOk=Approver with name\\: '{0}' was added successfully. +PageRoleEditor.message.addOwnerOk=Owner with name\\: '{0}' was added successfully. PageRoleEditor.message.cantAddOwner=Nie je možné nastaviť vybraného vlastníka. PageRoleEditor.message.cantCreateExtensionDelta=Nie je možné vytvoriť delta pre rozšírenie rolí PageRoleEditor.subtitle.activation=Aktivácia @@ -1909,7 +1909,7 @@ PageRoles.title=Zoznam rolí pageSecurityQuestions.message.WrongAnswer=Otázky neboli zodpovedané správne pageSecurityQuestions.message.noPolicySet=No password policy is set PageSecurityQuestions.title=Otázky zabezpečenia -PageShowPassword.message=Vaše nové heslo je\: +PageShowPassword.message=Your new password is\\: PageShowPassword.success=Nové heslo bolo úspešne vytvorené PageShowPassword.title=Nové heslo PageSizePopover.title=Veľkosť stránky @@ -1952,7 +1952,7 @@ pageTask.category.Reconciliation=Schválenie pageTask.category.UserRecomputation=Používateľský prepočet pageTask.category.Workflow=Workflow pageTask.createSuspended=Vytvoriť v stave SUSPENDED -pageTask.cronHelp=Cron-like špecifikácia je nasledovná\: SECONDS MINUTES HOURS DAY-OF-MONTH MONTH DAY-OF-WEEK YEAR (optional), e.g. '0 0 12 ? * WED' čo znamená "každú stredu o 12\:00\:00 hodine". Viac informácií nájdete na www.quartz-scheduler.org/documentation/quartz-2.1.x/tutorials/tutorial-lesson-06. +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=Pre viac informácii prosím pozrite pageTask.cronHelpLinkTutorial=tutoriál pageTask.cronSpec=Naplánovať podľa cron-like špecifikácie @@ -1972,7 +1972,7 @@ pageTaskEdit.button.stopApprovalProcess=Stop approval process pageTaskEdit.button.save=Uložiť pageTaskEdit.button.suspend=Pozastaviť pageTaskEdit.category=Kategória -pageTaskEdit.cronHelp=Cron-like špecifikácia je nasledovná\: SECONDS MINUTES HOURS DAY-OF-MONTH MONTH DAY-OF-WEEK YEAR (optional), e.g. '0 0 12 ? * WED' čo znamená "každú stredu o 12\:00\:00 hodine". +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=Pre viac informácii prosím pozrite pageTaskEdit.cronHelpLinkTutorial=tutoriál pageTaskEdit.cronSpec=Naplánovať podľa cron-like špecifikácie @@ -2054,8 +2054,8 @@ pageTask.objectClass=Trieda objektu pageTask.objectRef=Referencia na konc. systém pageTask.options=Voľby pageTask.recurring=Opakujúca sa úloha -pageTask.runUntilNodeDown.error1=Správne dáta pre 'Thread stop akciu' sú\: Close, Suspend -pageTask.runUntilNodeDown.error2=Správne dáta pre 'Thread stop akciu' sú\: Restart, Reschedule +pageTask.runUntilNodeDown.error1=Compatible data for 'Thread stop action' are\\: Close, Suspend +pageTask.runUntilNodeDown.error2=Compatible data for 'Thread stop action' are\\: Restart, Reschedule pageTask.runUntilNodeDown=Zbehnúť iba dokiaľ je uzol dole pageTasks.alreadyPassed=už schválené pageTasks.alreadyPassedForNotRunningTasks=(už schválené) @@ -2076,7 +2076,7 @@ pageTasks.button.synchronizeWorkflowRequests=Synchronize approval requests pageTasks.category.AccessCertification=Certifikát prístupu pageTasks.category.AllCategories=Všetky kategórie pageTasks.category.BulkActions=Bulk akcie -pageTasks.category=Kategória\: +pageTasks.category=Kategória: pageTasks.category.Cleanup=Vyčistiť pageTasks.category.Demo=Demo pageTasks.category.ImportFromFile=Import zo súboru @@ -2136,8 +2136,8 @@ pageTasks.nowForNotRunningTasks=(teraz) pageTasks.now=teraz pageTasks.runsContinually=beží nepretržite pageTasks.stalledSince=POZASTAVENÁ v {0} o {1} -pageTasks.state=Stav\: -pageTasks.subtasks=Zobraziť subtasky\: +pageTasks.state=Stav: +pageTasks.subtasks=Zobraziť subtasky: pageTasks.task.category=Kategória pageTasks.task.currentRunTime=Aktuálny čas spustenia pageTasks.task.detail=Detail @@ -2153,7 +2153,7 @@ PageTasks.title=Zoznam úloh pageTasks.unknownRefName=Neznámy objekt pageTask.threadStop=Thread stop akcia pageTask.title.edit=Detaily pre '{0}' -pageTask.type=Typ\: +pageTask.type=Type\\: page.title.edit={0} page.title.editResource=Editovať systém pageUser.accounts=Účty @@ -2184,8 +2184,8 @@ pageUser.message.cantEditUser=Nepodarilo sa načítať formulár pre editáciu p pageUser.message.cantNewUser=Nepodarilo sa načítať formulár pre nového používateľa. pageUser.message.cantSubmitUser=Nebolo možné poslať používateľa na schválenie pageUser.message.cantUpdateUser=Zlyhala aktualizácia používateľa -pageUser.message.couldntAssignObject=Nebolo možné priradiť objekt '{0}', dôvod\: {1}. -pageUser.message.couldntCreateAccount=Nepodarilo sa vytvoriť formulár pre účet '{0}', dôvod\: {0}. +pageUser.message.couldntAssignObject=Couldn't assign object '{0}', reason\\: {1}. +pageUser.message.couldntCreateAccount=Couldn't create account form for '{0}', reason\\: {1}. pageUser.message.couldntCreateAccountNoSchema=Nebolo možné vytvoriť formulár pre účet '{0}', žiadna vyčistená schéma nebola k dispozícii. Možný problém s konfiguráciou konektora a / alebo pripojením. Prosím, skontrolujte logy pre viac informácií. pageUser.message.deleteAccountConfirm=Naozaj chcete zmazať {0} vybraných účtov? pageUser.message.deleteAssignmentConfirm=Naozaj chcete zmazať {0} vybraných priradení? @@ -2261,26 +2261,26 @@ pageWorkItem.objectNew.description=Objekt po navrhovanej zmene pageWorkItem.objectOld.description=Objekt pred zmenou pageWorkItem.options=Voľby pageWorkItem.requestCommon.description=Všeobecné informácie o žiadosti -pageWorkItem.requestedBy=Požadované od\: -pageWorkItem.requestedOn=Požadované v\: +pageWorkItem.requestedBy=Requested by\\: +pageWorkItem.requestedOn=Requested on\\: pageWorkItem.requester.description=Žiadateľ pageWorkItem.requestSpecific.description=Vaše rozhodnutie -workItemPanel.originallyAllocatedTo=Originally allocated to\: -workItemPanel.currentlyAllocatedTo=Currently allocated to\: -workItemPanel.candidateActors=Candidate actors\: -workItemPanel.stage=Approval stage\: -workItemPanel.escalationLevel=Escalation level\: -workItemPanel.requesterComment=Requester comment\: +workItemPanel.originallyAllocatedTo=Originally allocated to\\: +workItemPanel.currentlyAllocatedTo=Currently allocated to\\: +workItemPanel.candidateActors=Candidate actors\\: +workItemPanel.stage=Approval stage\\: +workItemPanel.escalationLevel=Escalation level\\: +workItemPanel.requesterComment=Requester comment\\: workItemPanel.delta=Delta bude schválená workItemPanel.mainInfo=Základné informácie workItemPanel.options=Voľby -workItemPanel.requestedBy=Požadované od\: -workItemPanel.requestedOn=Požadované v\: -workItemPanel.workItemCreatedOn=Táto pracovná položka vytvorená v\: -workItemPanel.workItemDeadline=Deadline\: +workItemPanel.requestedBy=Requested by\\: +workItemPanel.requestedOn=Requested on\\: +workItemPanel.workItemCreatedOn=This work item created on\\: +workItemPanel.workItemDeadline=Deadline\\: workItemPanel.requester.description=Žiadateľ workItemPanel.subTitle=Detaily pracovnej položky -workItemPanel.title=Treba urobiť\: +workItemPanel.title=Work to do\\: workItemPanel.changesToBeApproved=Changes to be approved workItemPanel.additionalAttributes=Additional attributes workItemPanel.approvalHistory=Approval history for this request @@ -2312,10 +2312,10 @@ PageWorkItemsAll.title=All work items PageWorkItemsAllocatedToMe.title=Work items allocated to me PageWorkItem.title=Work item details PageWorkItem.subTitle=Detaily pracovnej položky -pageWorkItem.title=Treba urobiť\: +pageWorkItem.title=Work to do\\: pageWorkItem.trackingData.description=Sledovanie údajov (diagnostické) pageWorkItem.trackingData=Sledovanie údajov -pageWorkItem.workItemCreatedOn=Táto pracovná položka vytvorená v\: +pageWorkItem.workItemCreatedOn=This work item created on\\: passwordPanel.error=Heslá sa nezhodujú. passwordPanel.passwordChange=Zmeniť passwordPanel.passwordRemove=Remove @@ -2356,17 +2356,17 @@ prismPropertyPanel.name.credentials.password=Heslo prismPropertyPanel.required=Povinný prismValuePanel.add=Pridať prismValuePanel.delete=Zmazať -prismValuePanel.message.association.attributes=Atribúty\: -processInstancePanel.details=Iné informácie\: -processInstancePanel.finished=Ukončené\: +prismValuePanel.message.association.attributes=Attributes\\: +processInstancePanel.details=Other information\\: +processInstancePanel.finished=Finished\\: processInstancePanel.message.cantGetDetails=Nebolo možné načítať inštanciu procesu. processInstancePanel.message.noTasks=žiadny -processInstancePanel.name=Meno inštancie procesu\: -processInstancePanel.pid=Inštancia ID\: -processInstancePanel.started=Naštartovaná +processInstancePanel.name=Process instance name\\: +processInstancePanel.pid=Instance ID\\: +processInstancePanel.started=Started\\: processInstancePanel.taskAlreadyRemoved=(už odstránené) -processInstancePanel.task=System task\: -processInstancePanel.tasks=Aktuálne aktívne pracovné položky\: +processInstancePanel.task=System task\\: +processInstancePanel.tasks=Currently active work items\\: processInstancePanel.title.edit=Detaily pre '{0}' ProfilingLevel.ARGUMENTS=Argumenty ProfilingLevel.ENTRY_EXIT=Vstup/Výstup @@ -2401,7 +2401,7 @@ ProvisioningStatistics.UpdateFailure=Zlyhanie ProvisioningStatistics.UpdateSuccess=Aktualizácia OK QNameEditor.label.localPart=Názov lokálnej časti QNameEditor.label.namespace=Namespace -QNameEditor.tooltip.attribute=TODO\: QNameEditor.tooltip.attribute +QNameEditor.tooltip.attribute=TODO\\: QNameEditor.tooltip.attribute QNameEditor.tooltip.localPart=Lokálna časť QName QNameEditor.tooltip.namespace=Namespace of QName RangeValidator.range=Pole '${label}' musí byť medzi ${minimum} a ${maximum}. @@ -2457,7 +2457,7 @@ ResourceAttributeEditor.label.inbound=Prichádzajúci - mapovania ResourceAttributeEditor.label.intolerantVP=Netolerovaný vzor ResourceAttributeEditor.label.limitations=Obmedzenia ResourceAttributeEditor.label.matchingRule=Pravidlá zhody -ResourceAttributeEditor.label.unknownMatchingRule=Unknown matching rule\: {0} +ResourceAttributeEditor.label.unknownMatchingRule=Unknown matching rule: {0} ResourceAttributeEditor.label.new=Vytvoriť nový atribút ResourceAttributeEditor.label.outbound=Odchádzajúci - mapovania ResourceAttributeEditor.label.reference=Atribút @@ -2517,12 +2517,12 @@ ResourceWizard.expression.tooltip.expression=XML reprezentácia výrazu. Toto je ResourceWizard.expression.tooltip.language=Programovací jazyk, v ktorom je skript napísaný. ResourceWizard.expression.tooltip.policyRef=Odkaz na objekt hodnotovej politky. Špecifická hodnotová politika bude použitá ako šablóna pre generovanie hodnoty. ResourceWizard.expression.tooltip.type=Typ výrazu určuje, či výraz je skript, generátor hodnotay alebo niečo iné. -ResourceWizard.help.capabilityStep=

Resource capabilities are the things that the resource can do. Not all the resource are equal in their capabilities. E.g. one resource supports account activation (enabling and disabling accounts) but other does not. One resource provides read-write access while other can support read-only access. One resource supports real-time synchronization while other does not. The capabilities define what features the resource supports so system can behave accordingly.

All the capabilities can be disabled (i.e. turned off). Disabling the capability will cause that system will not use that part of the connector and resource. The capabilities are usually disabled if they are faulty. E.g. if there is a bug in a connector or on the resource then the bug might be circumvented if appropriate capability is disabled. But the capabilities may be disabled also for administrative reasons. E.g. disabling Create, Update and Delete capabilities makes the resource efficiently read-only.

Some capabilities can be simulated. It means that system can pretend that the resource has specific capability even though it does not have it. E.g. an activation capability can be simulated by setting a specific account attribute to a specific value to disable an account. Such simulated capabilities usually require some configuration. This can also be configured on this page.

See Resource Capabilities wiki page for more details. +ResourceWizard.help.capabilityStep=

Resource capabilities are the things that the resource can do. Not all the resource are equal in their capabilities. E.g. one resource supports account activation (enabling and disabling accounts) but other does not. One resource provides read-write access while other can support read-only access. One resource supports real-time synchronization while other does not. The capabilities define what features the resource supports so system can behave accordingly.

All the capabilities can be disabled (i.e. turned off). Disabling the capability will cause that system will not use that part of the connector and resource. The capabilities are usually disabled if they are faulty. E.g. if there is a bug in a connector or on the resource then the bug might be circumvented if appropriate capability is disabled. But the capabilities may be disabled also for administrative reasons. E.g. disabling Create, Update and Delete capabilities makes the resource efficiently read-only.

Some capabilities can be simulated. It means that system can pretend that the resource has specific capability even though it does not have it. E.g. an activation capability can be simulated by setting a specific account attribute to a specific value to disable an account. Such simulated capabilities usually require some configuration. This can also be configured on this page.

See Resource Capabilities wiki page for more details. ResourceWizard.help.configurationStep=

Táto fáza Sprievodcu nakonfiguruje vlastnosti konektora. Zvyčajne definujú parametre siete, používané na prístup k systému, ako host a čísela portov. Tu je možné špecifikovať aj ďalšie parametre spojenia, ako je operation network timeouts and connection pooling.

Vlastnosti konfigurácie konektora sú unikátne pre každý konektor. Konkrétna množina vlastností konfigurácie je určená konfiguračnou schémou konektora. Preto obsah tejto stránky závisí od typu konektora, ktorý bol vybraný na predchádzajúcej strane.

-ResourceWizard.help.nameStep=

This stage of the wizard configures basic properties of the resource. It can be used to configure resource name and description. Connector name is mandatory and must be unique. Connector that will be used to access the resource must also be configured. Connectors are deployed on connector hosts. If the connector host is left empty then connectors deployed directly in the system instance will be used.

See Resource Configuration wiki page for detailed explanation of resource configuration.

-ResourceWizard.help.schemaHandlingStep=

This step is used to provide configuration for handling of resource schema. The configuration displayed on this page tells system what to do with resource object classes and attributes. It contains the configuration of mappings between user properties and account attributes, configuration of account types, groups, provisioning dependencies, password mapping and so on.

The configuration is grouped into object types. Each object type defines the behavior for specific account type, entitlement type, OU, etc. The object type is uniquely identified by the combination of kind and intent. The kind defines what kind of the object it is\:

  • kind\=account means that the object is an account, i.e. that it represents a user.
  • kind\=entitlement is applied to groups, roles, privileges, ACIs and similar objects that can be associated with accounts and which give privileges or access rights to the account.
  • kind\=generic applies to other objects such as organizational units (OUs), domains, etc.
Intent is a plain string that can be used to distinguish several object types. E.g. it can be used to define several account types, e.g. "default user account", "administration account", "testing account" and so on. See Kind, Intent and ObjectClass wiki page for more details.

More details about schema handling configuration are provided on Resource Schema Handling wiki page. -ResourceWizard.help.schemaStep=

This page shows resource schema. The resource schema defines object classes that the connector can manage, e.g. accounts, groups, organizational units and so on. The schema defines a set of attributes for each object class. The schema is presented here in read-only form so you can inspect it and familiarize yourself with the data model that the resource provides.

The resource schema presented at this page is usually retrieved from the resource and automatically generated by system. Resource schema defines what the resource can do, i.e. what object classes it defines and what attributes are used in the object classes. Therefore the schema is read-only. It is not a configuration. It does not defines how system uses the object classes and attributes. That is configured in next steps of the wizard.

See Resource Schema wiki page for detailed explanation of resource schema concepts

-ResourceWizard.help.synchronizationStep=

The synchronization configuration defines how Identity Manager reacts when it discovers that resource object has changed. E.g. it defines how system reacts when it discovers new account, when it discovers that a group that should exist does not and so on. It is usually does not matter how system discovers the change the reaction is usually the same (although exceptions are possible by using channel specification). Therefore the policy that is configured here usually applies to live synchronization, reconciliation, import, discovery (consistency mechanism) and possible also other mechanisms that may come in the future.

See Synchronization Configuration wiki page for more details. +ResourceWizard.help.nameStep=

This stage of the wizard configures basic properties of the resource. It can be used to configure resource name and description. Connector name is mandatory and must be unique. Connector that will be used to access the resource must also be configured. Connectors are deployed on connector hosts. If the connector host is left empty then connectors deployed directly in the system instance will be used.

See Resource Configuration wiki page for detailed explanation of resource configuration.

+ResourceWizard.help.schemaHandlingStep=

This step is used to provide configuration for handling of resource schema. The configuration displayed on this page tells system what to do with resource object classes and attributes. It contains the configuration of mappings between user properties and account attributes, configuration of account types, groups, provisioning dependencies, password mapping and so on.

The configuration is grouped into object types. Each object type defines the behavior for specific account type, entitlement type, OU, etc. The object type is uniquely identified by the combination of kind and intent. The kind defines what kind of the object it is\\:

  • kind\\=account means that the object is an account, i.e. that it represents a user.
  • kind\\=entitlement is applied to groups, roles, privileges, ACIs and similar objects that can be associated with accounts and which give privileges or access rights to the account.
  • kind\\=generic applies to other objects such as organizational units (OUs), domains, etc.
Intent is a plain string that can be used to distinguish several object types. E.g. it can be used to define several account types, e.g. "default user account", "administration account", "testing account" and so on. See Kind, Intent and ObjectClass wiki page for more details.

More details about schema handling configuration are provided on Resource Schema Handling wiki page. +ResourceWizard.help.schemaStep=

This page shows resource schema. The resource schema defines object classes that the connector can manage, e.g. accounts, groups, organizational units and so on. The schema defines a set of attributes for each object class. The schema is presented here in read-only form so you can inspect it and familiarize yourself with the data model that the resource provides.

The resource schema presented at this page is usually retrieved from the resource and automatically generated by system. Resource schema defines what the resource can do, i.e. what object classes it defines and what attributes are used in the object classes. Therefore the schema is read-only. It is not a configuration. It does not defines how system uses the object classes and attributes. That is configured in next steps of the wizard.

See Resource Schema wiki page for detailed explanation of resource schema concepts

+ResourceWizard.help.synchronizationStep=

The synchronization configuration defines how Identity Manager reacts when it discovers that resource object has changed. E.g. it defines how system reacts when it discovers new account, when it discovers that a group that should exist does not and so on. It is usually does not matter how system discovers the change the reaction is usually the same (although exceptions are possible by using channel specification). Therefore the policy that is configured here usually applies to live synchronization, reconciliation, import, discovery (consistency mechanism) and possible also other mechanisms that may come in the future.

See Synchronization Configuration wiki page for more details. ResourceWizard.saveAndVisualize=Save and visualize ResourceWizard.visualize=Visualize runReportPopupContent.button.run=Spustiť report @@ -2549,18 +2549,19 @@ runReportPopupContent.param.name.role=Rola runReportPopupContent.param.name.roleOids=Roles runReportPopupContent.param.name.users=Users runReportPopupContent.param.name.stageNumber=Stage number (default is to take all stages) +runReportPopupContent.param.name.referencedRolesNames=Referenced Roles RunReportPopupPanel.title=Konfigurovať report pred spustením -runUntilNodeDown.error1=Správne dáta pre 'Thread stop akciu' sú\: Close, Suspend -runUntilNodeDown.error2=Správne dáta pre 'Thread stop akciu' sú\: Restart, Reschedule -SchemaHandlingStep.activation.tooltip.fetchStrategy=Ako načítať atribút keď je to potrebné. Implicitne\: atribút je štandardne vrátený, nie je potrebné oň požiadať; Explicitne\: atribút nie je štandardne vrátený a je potrebné oň požiadať. +runUntilNodeDown.error1=Compatible data for 'Thread stop action' are\\: Close, Suspend +runUntilNodeDown.error2=Compatible data for 'Thread stop action' are\\: Restart, Reschedule +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 Identity Manager (usually a user). SchemaHandlingStep.activation.tooltip.outbound=Outbound mappings map values from Identity Manager (usually a user) to the resource (usually an account). SchemaHandlingStep.association.label.associationName=Meno asociácie SchemaHandlingStep.association.label.associationNamespace=Namespace 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 "member", "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.associationLocalPart=TODO\: SchemaHandlingStep.association.tooltip.associationLocalPart -SchemaHandlingStep.association.tooltip.associationNamespace=TODO\: SchemaHandlingStep.association.tooltip.associationNamespace -SchemaHandlingStep.association.tooltip.direction=Určuje smer asociácie. Objekt k subjektu\: Object (napr skupina) má atribút, ktorý obsahuje identifikátor objektu (napr účet); Subjekt k objektu\: Subjekt (napr účet) má atribút, ktorý obsahuje identifikátor objektu (napr skupinu). +SchemaHandlingStep.association.tooltip.associationLocalPart=TODO\\: SchemaHandlingStep.association.tooltip.associationLocalPart +SchemaHandlingStep.association.tooltip.associationNamespace=TODO\\: SchemaHandlingStep.association.tooltip.associationNamespace +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 system assumes that the resource implements referential integrity. E.g. system assumes that the resource automatically updates the association identifiers if an account is renamed and system does not need to do anything. If set to true then system will do referential integrity explicitly. In this case system will explicitly update the association attributes if an account is renamed. SchemaHandlingStep.association.tooltip.intent=Účel asociácie cieľového typu objektu. Určiť druh a účelne identifikovať typ objektu, ktorým je cielená asociácia, napr skupina, oprávnenie, role, atď. SchemaHandlingStep.association.tooltip.kind=Druh asociácie cieľového typu objektu. To je zvyčajne "nárok". Určiť druh a účelne identifikovať typ objektu, ktorým je cielená asociácia, napr skupina, oprávnenie, role, atď. @@ -2568,10 +2569,10 @@ SchemaHandlingStep.association.tooltip.valueAttribute=Názov atribútu, ktorý j SchemaHandlingStep.attribute.label.attributeName=Meno atribútu SchemaHandlingStep.attribute.label.attributeNamespace=Namespace atribútu SchemaHandlingStep.attribute.tooltip.allow=Ak je zaškrtnuté, umožňuje určiť atribút, ktorý nie je v pôvodnej schéme systému. Toto možno použiť na opravu chybných konektorov, ktoré neposkytujú kompletnú schému systému, ktorá skrýva niektoré atribúty, atď -SchemaHandlingStep.attribute.tooltip.attributeLocalPart=TODO\: SchemaHandlingStep.attribute.tooltip.attributeLocalPart -SchemaHandlingStep.attribute.tooltip.attributeNamespace=TODO\: SchemaHandlingStep.attribute.tooltip.attributeNamespace +SchemaHandlingStep.attribute.tooltip.attributeLocalPart=TODO\\: SchemaHandlingStep.attribute.tooltip.attributeLocalPart +SchemaHandlingStep.attribute.tooltip.attributeNamespace=TODO\\: SchemaHandlingStep.attribute.tooltip.attributeNamespace SchemaHandlingStep.attribute.tooltip.exclusiveStrong=Keď je nastavená na nepravda potom silné aj normálne hodnoty mapovania sú zlúčené na vytvorenie finálneho súboru hodnôt. Ak je nastavená na hodnotu pravda iba silné hodnoty sa používajú v prípade, že je aspoň jedno silné mapovanie. Normálne hodnoty sú použité v prípade, že nie je žiadne silné mapovanie. -SchemaHandlingStep.attribute.tooltip.fetchStrategy=Ako načítať atribút keď je to potrebné. Implicitne\: atribút je štandardne vrátený, nie je potrebné oň požiadať; Explicitne\: atribút nie je štandardne vrátený a je potrebné oň požiadať. +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 system (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 system processing (mappings). SchemaHandlingStep.attribute.tooltip.limitations=Špecifikujte obmedzenia atribútu ako napr. mnohonásobnosť, schopnosť čítať alebo písať atď @@ -2581,7 +2582,7 @@ SchemaHandlingStep.attribute.tooltip.reference=Mená atribútov na konfiguráciu SchemaHandlingStep.attribute.tooltip.tolerant=Tolerant attributes tolerate values that are set outside of system. Non-tolerant attributes will only allow values that are defined in system (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 system processing (mappings). SchemaHandlingStep.button.add=Add object type -SchemaHandlingStep.credentials.tooltip.fetchStrategy=Ako načítať nastavenia keď je to potrebné. Implicitne\: hodnota je štandardne vrátená, nie je potrebné oň požiadať; Explicitne\: hodnota nie je štandardne vrátená a je potrebné o ňu požiadať. +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 system (usually a user). SchemaHandlingStep.credentials.tooltip.outbound=Outbound mappings map values from system (usually a user) to the resource (usually an account). SchemaHandlingStep.credentials.tooltip.passwordPolicyRef=Pravidlá tvorby hesla aplikované pre nastavenia. Toto nastavenie prepíše ďalšie nastavenia, napr. východiskové zásady tvorby hesla sú definované v konfigurácii systému. Ak nie sú definované žiadne pravidlá, potom budú použité obvyklé predvolenia. @@ -2589,10 +2590,10 @@ SchemaHandlingStep.dependency.tooltip.intent=Účel objektu, od ktorého sme zá SchemaHandlingStep.dependency.tooltip.kind=Druh objektu, od ktorého sme závislí. SchemaHandlingStep.dependency.tooltip.order=Normálne nula. Môžete špecifikovať celé číslo, ktoré určuje poradie závislostí, ktoré tvoria cyklus, a nemôžu byť inak yriešené (a.k.a. high-order závislostí). SchemaHandlingStep.dependency.tooltip.resourceRef=Systém, od ktorého sme závislí. -SchemaHandlingStep.dependency.tooltip.strictness=Určuje ako prísne budú závislosti riešené. Lax\: v prípade, že závislosť tu nie je pokračovať ako normálne (používa sa iba na uloženie usporiadania); \nRelaxed\: odmietnuť vykonať operáciu pokiaľ sa o to pokúsila závislosť ako prvá, ale ak sa to nepodarí aj tak pokračovať; Strict\: pokračovať len ak sa závislosť pokúsila ako prvá a úspešne. +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=Maximálny počet iterácií. Operácia bude končiť s poruchou ak je dosiahnutý maximálny počet iterácií bez úspechu. -SchemaHandlingStep.iteration.tooltip.returnMultiplicity=TODO\: SchemaHandlingStep.iteration.tooltip.returnMultiplicity -SchemaHandlingStep.iteration.tooltip.variable=TODO\: SchemaHandlingStep.iteration.tooltip.variable +SchemaHandlingStep.iteration.tooltip.returnMultiplicity=TODO\\: SchemaHandlingStep.iteration.tooltip.returnMultiplicity +SchemaHandlingStep.iteration.tooltip.variable=TODO\\: SchemaHandlingStep.iteration.tooltip.variable SchemaHandlingStep.label.activation=Aktivácia SchemaHandlingStep.label.assignmentPolicyRef=Pravidlá priradenia SchemaHandlingStep.label.associations=Asociácie @@ -2613,12 +2614,12 @@ SchemaHandlingStep.limitations.tooltip.ignore=Flag to ignore an attribute. Syste SchemaHandlingStep.limitations.tooltip.layers=Systémové vrstvy, na ktoré sa vzťahuje toto obmedzenie. Niekedy sa obmedzenie nevzťahuje rovnako na všetky vrstvy. Napr. atribút môže byť formálne na čítanie aj zápis, ale chceme, aby bol prezentovaný len na čítanie pomocou používateľského rozhrania a zmeniť to len prostredníctvom mapovania. V takom prípade obmedzenie len na čítanie platí len pre "prezentačnú" vrstvu. SchemaHandlingStep.limitations.tooltip.maxOccurs=Maximum number of occurrences of the attribute. A value of one means single-value attribute, value of "unbounded" means multi-value attribute. A value which is specified here overrides the value taken from resource schema. SchemaHandlingStep.limitations.tooltip.minOccurs=Minimálny počet výskytov atribútu. Hodnota 0 znamená voliteľný atribút, hodnota 1 znamená povinný atribút. Hodnota, ktorá je tu špecifikovaná prepíše hodnoty prevzaté zo schémy systémov. -SchemaHandlingStep.limitations.tooltip.other=TODO\: Zmazať tooltip +SchemaHandlingStep.limitations.tooltip.other=TODO\\: REMOVE THIS TOOLTIP SchemaHandlingStep.limitations.tooltip.propertyAccess=Typ prístupu, ktorý je povolený / alebo zakázaný. SchemaHandlingStep.mapping.tooltip.authoritative=Autoritatívne mapovanie obe možnosti pridať a odstrániť určenú hodnotu. Ne-autoritatívne mapovanie len pridať hodnotu. Napr. ak rola s autoritatívnym mapovaním je odstránená, hodnotu, ktorú mapovanie implikuje je tiež odstránená. Ak rola s ne-autoritatívnym mapovaním je odstránená, potom hodnota zostáva. SchemaHandlingStep.mapping.tooltip.channel=Obmedzuje uplatňovanie tohto mapovania iba na konkrétny kanál. Napr. na zmeny pochádzajúce zo živých synch., zosúladenie alebo GUI. Ak je kanál uvedený, potom mapovanie bude použité. Ak tomu tak nie je, potom nebude použité. Ak nie je zadaný žiadny kanál potom bez obmedzenia aplikovať a mapovania budú použité pre všetky kanály. SchemaHandlingStep.mapping.tooltip.conditionLanguage=Programovací jazyk, v ktorom je skript s podmienkami napísaný. -SchemaHandlingStep.mapping.tooltip.condition=XML reprezentácia mapovacích podmienok. Toto je skutočný výraz kód, ktorý bude interpretovaný. Mapované systémy sú poskytnuté ako vstupné premenné pre podmienky. Ak podmienka vráti PRAVDA, potom bude mapovanie použité. Ak vráti hodnotu NEPRAVDA, potom mapovanie bude ignorované. Poznámka\: dôsledkom zmeny mapovania z PRAVDA na NEPRAVDA môže byť dstránenie hodnôt, ktoré boli výsledkom mapovania. +SchemaHandlingStep.mapping.tooltip.condition=XML reprezentácia mapovacích podmienok. Toto je skutočný výraz kód, ktorý bude interpretovaný. Mapované systémy sú poskytnuté ako vstupné premenné pre podmienky. Ak podmienka vráti PRAVDA, potom bude mapovanie použité. Ak vráti hodnotu NEPRAVDA, potom mapovanie bude ignorované. Poznámka: dôsledkom zmeny mapovania z PRAVDA na NEPRAVDA môže byť dstránenie hodnôt, ktoré boli výsledkom mapovania. SchemaHandlingStep.mapping.tooltip.conditionType=Typ výrazu, ktorý bude použitý pre mapovanie stavu. SchemaHandlingStep.mapping.tooltip.conditionValuePolicyRef=Odkaz na objekt určujúci hodnotovú politiku. Uvedená politika bude použitá ako šablóna pre generovanie hodnoty. Ak neexistuje žiadny odkaz na politiku potom je predvolená politika vybraná automaticky. Napr. budú použité príslušné pravidlá tvorby hesla na mapovanie cieľa. SchemaHandlingStep.mapping.tooltip.exceptChannel=Obmedzuje uplatňovanie tohto mapovania na všetky kanály okrem konkrétneho kanála. Napr. všetky zmeny, okrem tých, ktoré pochádzajú z živých synch., odsúhlasenie alebo GUI. Ak je kanál uvedený, potom mapovanie nebude použité pre tento kanál. Ak tomu tak nie je, potom bude použité. Ak nie je zadaný žiadny kanál potom bez obmedzenia aplikovať a mapovania budú použité pre všetky kanály. @@ -2630,30 +2631,30 @@ SchemaHandlingStep.mapping.tooltip.expressionValuePolicyRef=Odkaz na objekt urč SchemaHandlingStep.mapping.tooltip.source=Mapovanie systému. Mapovanie bude reagovať na zmeny v systéme. Hodnoty zdrojov sú vstupné parametre k výrazu vnútri mapovania. SchemaHandlingStep.mapping.tooltip.strength=Pevnosť, s ktorou je aplikované mapovanie. Slabé mapovania sú použité iba v prípade, že doteraz nebola žiadna cieľová hodnota. Normálne mapovanie sú použité iba v prípade, že bol zmenený systém. Silné mapovania sú použité vždy. SchemaHandlingStep.mapping.tooltip.target=Mapovaný cieľ. Hodnota, ktorú mapovanie produkuje bude aplikovaná do cieľa mapovania. -SchemaHandlingStep.message.errorLoadingObjectTypeList=Nebolo možné načítať zoznam tried objektov zo systému. Chyba\: +SchemaHandlingStep.message.errorLoadingObjectTypeList=Couldn't load object class list from resource. Error\\: SchemaHandlingStep.message.saveError=Nebolo možné uložiť schému spracovania, , {0} SchemaHandlingStep.message.selectObjectClassAss=Prosím poskytnúť 'Object class' atribút pred vytvorením asociácie so systémom. SchemaHandlingStep.message.selectObjectClassAttr=Prosím poskytnúť 'Object class' atribút pred vytvorením atribútu systému. -SchemaHandlingStep.message.validationError=Vložený objectClass s hodnotou\: '{0}' nie je platný. Zadajte platnú hodnotu objectClass. -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.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.title=Práca so schémou SchemaHandlingStep.tooltip.activation=Definícia ako mapovať aktivačné stavy (povolený/zakázaný/archivovaný) a dátumy (platnosť od a do). -SchemaHandlingStep.tooltip.assignmentPolicyRef=Politika priradenia určuje ako prísne sú priradenia vynútené. Žiadna\: priradenia nie sú vymáhané vôbec; Pozitívna\: len priradenia pridávajú hodnoty (nikdy odčítanie); Relatívna\: iba zmeny sú šírené, existujúce hodnoty zostanú tak, ako sú, Všetky\: všetko je prísne vynútené (obe - zmeny aj hodnoty existujúce). +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=Definície ako nárokované asociácie majú byť spracované. SchemaHandlingStep.tooltip.attributes=Definície, ako budú spracované jednotlivé atribúty. Každá definícia môže obsahovať prichádzajúce/odchádzajúce mapovania, atribút obmedzenia, atď. SchemaHandlingStep.tooltip.credentials=Definícia ako pracovať s nastaveniami ako napr. heslá. SchemaHandlingStep.tooltip.default=Ak je nastavená na hodnotu PRAVDA, potom táto definícia je predvolený pre svojho druhu. Tj. ak nie je zámer je výslovne uvedené potom bude použitá táto definícia. SchemaHandlingStep.tooltip.dependency=Závislosti sú typy objektov, ktoré musia byť spracované pred tým než je spracovaný určitý typ objektu. Tj. tento typ objektu závisí na nich. Typy objektov, od ktorých tento typ objektu závisí budú vysporiadané pred týmto typom objektu. Závislosti sa používajú na uloženie poradia pri províznych operáciách. -SchemaHandlingStep.tooltip.filterClause=TODO\: SchemaHandlingStep.tooltip.filterClause +SchemaHandlingStep.tooltip.filterClause=TODO\\: SchemaHandlingStep.tooltip.filterClause SchemaHandlingStep.tooltip.intent=Intent specifies what system should do with the object. Intent sorts objects of the same kind into several categories. Objects with different intents may be handled differently by system. SchemaHandlingStep.tooltip.iteration=Iteratively find values for unique attributes such as identifiers. Identity Manager will try several times to find a unique value for such attributes. SchemaHandlingStep.tooltip.kind=Druh špecifikuje aký tento objekt je, či je to účet, nárok alebo niečo iné. SchemaHandlingStep.tooltip.objectClass=Objekt triedy zo schémy, ktorá bude použitá pre konštrukciu inštancií tohto typu objektu. SchemaHandlingStep.tooltip.protected=Specification of protected instances of this object type. System 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.duplicateObjectTypeWarning=There are more definitions for kind/intent\: {0}. -SchemaHandlingStep.in=in\: {0} +SchemaHandlingStep.duplicateObjectTypeWarning=There are more definitions for kind/intent: {0}. +SchemaHandlingStep.in=in: {0} SchemaHandlingStep.out=out SchemaHandlingStep.dup=DUP {0} SchemaListPanel.attributes=Atribúty @@ -2686,7 +2687,7 @@ SchemaStep.xml=XML SearchFilterPanel.button.update=Update clause SearchFilterPanel.label.description=Popis SearchFilterPanel.label.filterClause=Klauzula Filter -SearchFilterPanel.message.cantSerialize=Could not parse filter clause. Please enter correct expression. Reason\: {0} +SearchFilterPanel.message.cantSerialize=Could not parse filter clause. Please enter correct expression. Reason\\: {0} SearchFilterPanel.message.expressionSuccess=Filter clause has been updated successfully. searchForm.filetype.null=File type searchForm.reportType.null=Report type @@ -2787,7 +2788,7 @@ SynchronizationStep.label.reaction=Reakcia SynchronizationStep.label.reconcile=Odsúhlasiť SynchronizationStep.label.syncObjectHeader=Synchronization objects SynchronizationStep.message.cantSave=Nebolo možné uložiť synchronizáciu systému. -SynchronizationStep.message.errorLoadingObjectSyncList=Nebolo možné načítať zoznam na synchronizáciu objektov zo systému. Chyba\: +SynchronizationStep.message.errorLoadingObjectSyncList=Couldn't load object synchronization list from resource. Error\\: SynchronizationStep.message.errorLoadingObjectTemplates=Nebolo možné načítať šablónu objektu z repozitára. SynchronizationStep.message.unsupportedActionFormat=Používate zastaralý atribút "ref" na definovanie reakčnej akcie. Použite prvok "handlerUri'. Akcie s 'ref' nebudú zobrazené v tomto sprievodcovi. SynchronizationStep.reaction.tooltip.action=Explicit action. This setting defines what system has to do as a reaction to the synchronization event. @@ -2840,7 +2841,7 @@ SystemConfigPanel.title.notification=Notifikácie SystemConfigPanel.title.passwordPolicy=Globálne pravidlá tvorby hesla SystemConfigPanel.title.securityPolicy=Global security policy SystemConfigPanel.title.userTemplate=Predvolená šablóna používateľa -SystemConfigPanel.tooltip.duration=Formát\: P[n][p], n-number, p-period (d - days, m - months, ...), P3M - vyčistit každé 3 mesiace +SystemConfigPanel.tooltip.duration=Format\\: P[n][p], n-number, p-period (d - days, m - months, ...), P3M - cleanup every 3 months SystemInfoPanel.cpuUsage=CPU Usage SystemInfoPanel.heapMemory=Heap memory (used/committed/max) SystemInfoPanel.nonHeapMemory=Non heap memory (used/committed/max) @@ -2867,7 +2868,7 @@ TaskListType.ACTIVATED=Activovaný TaskListType.ALL=Všetky TaskListType.DEACTIVATED=Deaktivovaný TaskListType.EXECUTING=Spracovanie -TaskStatePanel.countersSource=Systém\: +TaskStatePanel.countersSource=Statistical and state information source\\: TaskStatePanel.currentObjectProcessed=Aktuálny objekt je spracovávaný TaskStatePanel.executionStatus=Stav spracovania TaskStatePanel.executionTime=Čas spracovania @@ -2882,7 +2883,7 @@ TaskStatePanel.message.lastObjectProcessed={0} TaskStatePanel.message.node= - v uzle {0} TaskStatePanel.message.objectsProcessed={0} TaskStatePanel.message.objectsProcessedTime=(priemerný čas {1} ms, celkový čas spracovania {0} sekundy) -TaskStatePanel.message.objectsTotal={0} (nástenné hodiny priemer\: {1} ms) +TaskStatePanel.message.objectsTotal={0} (wall clock average\\: {1} ms) TaskStatePanel.message.timeInfoWithAgo={0} ({1} pred) TaskStatePanel.message.timeInfoWithDuration={0} (v {1} ms) TaskStatePanel.message.timeInfoWithDurationAndAgo={0} ({1} pred - v {2} ms) @@ -2900,11 +2901,11 @@ TaskStatePanel.statistics=Operačné štatistiky TaskStatePanel.subtaskName=Názov TaskStatePanel.subtaskObjectsProcessed=Spracované objekty TaskStatePanel.subtaskState=Stav -TaskStatePanel.updated=Aktualizované\: +TaskStatePanel.updated=Updated\\: TaskStatePanel.workerThreads=Ľahké podúlohy (pracovné thready) -tempMessagePanel.cause=Dôvod\: -tempMessagePanel.context=Kontext\: -tempMessagePanel.count=Počet\: +tempMessagePanel.cause=Cause\\: +tempMessagePanel.context=Context\\: +tempMessagePanel.count=Count\\: tempMessagePanel.message.debug=Debug tempMessagePanel.message.error=Chyba tempMessagePanel.message.expectedError=Očakávaná chyba @@ -2916,7 +2917,7 @@ tempMessagePanel.message.success=Úspech tempMessagePanel.message.undefined=Nedefinovaný tempMessagePanel.message.unknown=Neznámy tempMessagePanel.message.warn=Varovanie -tempMessagePanel.param=Param\: +tempMessagePanel.param=Param\\: tempMessagePanel.times=krát TextDetailsPanel.title=Detaily asociácie TextField.universal.placeholder=Vložiť hodnotu @@ -2928,7 +2929,7 @@ Title.CurrentStatus=Posledná stavová správa Title.MappingsStatistics=Informácia o ohodnotení mapovania Title.NotificationsStatistics=Notifikačná informácia Title.ProvisioningStatistics=Informácie o províznych operáciách -Title.Source=Systém\: +Title.Source=Source\\: TreeTablePanel.childOrg=Org. jednotky potomkov TreeTablePanel.collapseAll=Zbaliť všetky TreeTablePanel.deleteRoot=Zmazať koreň @@ -2950,7 +2951,7 @@ TreeTablePanel.menu.enable=Povoliť TreeTablePanel.menu.move=Presunúť TreeTablePanel.menu.recompute=Recompute TreeTablePanel.menu.removeFromHierarchy=Odstrániť z org. jednotky -TreeTablePanel.message.warn.deleteTreeObjectConfirm=Warning\! {0} has members. Do you really want to delete this org. unit? +TreeTablePanel.message.warn.deleteTreeObjectConfirm=Warning! {0} has members. Do you really want to delete this org. unit? TreeTablePanel.message.deleteTreeObjectConfirm=Do you really want to delete org. unit "{0}"? TreeTablePanel.message.deleteObjectConfirm=Naozaj chcete zmazať vybrané {0} objekt(y)? TreeTablePanel.message.deleteRootConfirm=Naozaj chcete zmazať {0} ({1})? @@ -3022,7 +3023,7 @@ web.security.provider.invalid=Nesprávne použ. meno a/alebo heslo. web.security.provider.invalid.link=Invalid link web.security.provider.locked=Používateľ je zablokovaný, prosím počkajte. web.security.provider.password.bad=Používateľ nemá definované heslo. -web.security.provider.password.encoding=Nepodarilo sa autentifikovat používateľa, dôvod\: nepodarilo sa dekódovať heslo. +web.security.provider.password.encoding=Couldn't authenticate user, reason\\: couldn't encode password. web.security.provider.unavailable=Momentálne nie je možné spracovať Vašu požiadavku. Skúste prosím neskôr. web.security.ldap.access.denied=Access denied. You don't have permission to access, please contact Identity Manager's administrators. web.security.ldap.denied=Permission denied. @@ -3031,15 +3032,15 @@ web.security.ldap.invalid=Invalid username and/or password. web.security.ldap.invalid.link=Invalid link web.security.ldap.locked=User is locked, please wait. web.security.ldap.password.bad=User doesn't have defined password. -web.security.ldap.password.encoding=Couldn't authenticate user, reason\: couldn't encode password. +web.security.ldap.password.encoding=Couldn't authenticate user, reason\\: couldn't encode password. web.security.ldap.unavailable=Currently we are unable to process your request. Kindly try again later. -WfDeltasPanel.label.deltaIn=Proces vstupu\: delta(y), ktoré majú byť schválené +WfDeltasPanel.label.deltaIn=Process input\\: delta(s) to be approved WfDeltasPanel.label.deltaOutListEmpty=(žiadny) -WfDeltasPanel.label.deltaOut=Proces výstupu\: delta(y) vyplývajúce zo schválenia +WfDeltasPanel.label.deltaOut=Process output\\: delta(s) resulting from the approval WfHistoryPanel.label.event=Udalosť WfHistoryPanel.label.timestamp=Čas -WizardHelpDialog.button.ok=Ok, Mám to\! -WizardHelpDialog.label=Poradiť so sprievodcom systémov\! +WizardHelpDialog.button.ok=Ok, Got It\\! +WizardHelpDialog.label=Get Help With Resource Wizard\\! Wizard.message.cancel=Editovanie systému bolo zrušené Wizard.correctErrorsFirst=Please correct the errors before saving. Wizard.Issues=Issues @@ -3063,16 +3064,16 @@ PageAdmin.menu.profile=Profile PageAdmin.menu.assignments=Priradenia PageAdmin.menu.credentials=Nastavenia PageAdmin.menu.request=Request a role -PageTemplate.version=Verzia\: -PageTemplate.copy=Copyright © 2010-2017 Evolveum® and partners.  +PageTemplate.version=Version\\: +PageTemplate.copy=Copyright © 2010-2017 Evolveum® and partners.  PageTemplate.toggleNavigation=Toggle navigation PageTemplate.user=používateľ -PageTemplate.couldntNavigateBreadcrumb=Couldn't navigate breadcrumb, reason\: {0} +PageTemplate.couldntNavigateBreadcrumb=Couldn't navigate breadcrumb, reason\\: {0} SystemInfoPanel.starttime=Start time SystemInfoPanel.uptime=Uptime CountToolbar.label.unknownCount=Displaying {0,number,integer} to {1,number,integer}, unknown number of matching results. TableConfigurationPanel.pageSize=Veľkosť stránky -TableConfigurationPanel.tableColumns=Table columnsCountToolbar.label.unknownCount\=Displaying {0,number,integer} to {1,number,integer}, unknown number of matching results. +TableConfigurationPanel.tableColumns=Table columnsCountToolbar.label.unknownCount\\=Displaying {0,number,integer} to {1,number,integer}, unknown number of matching results. MyRequestsPanel.started = Naštartovaný MyRequestsPanel.rejected = Rejected MyRequestsPanel.approved = Approved @@ -3102,19 +3103,20 @@ PageSelfCredentials.specifyOldPasswordMessage=Please, specify old password value ChangePasswordPanel.accountsTable.header=Password propagation ChangePasswordPanel.name=Meno ChangePasswordPanel.resourceName=Zdroj -ChangePasswordPanel.enabled=Povolený +ChangePasswordPanel.enabled=Account enabled ChangePasswordPanel.legendMessage.selected= - Password will be changed ChangePasswordPanel.legendMessage.propagated= - Automatic password propagation (based on policies defined in resources definitions) ChangePasswordPanel.legendMessage.deselected= - Password will not be changed -ChangePasswordPanel.helpInfo=

This portion of the credentials dialog controls how the password change will be propagated to each individual system. The first line defines whether the password will be changed in the Identity Manager itself. Following lines represent each system for which the password can be changed. The password propagation is controlled by the icons\:

  • Password will be changed. Password for this system will be changed to the value specified in the password dialog above.
  • Automatic password propagation. The password might be changed. Whether the password is changed or not depends on the policies set up by identity administrator. This usually means that the password will be changed if it makes sense for the current situation and settings. This is the reasonable default choice.
  • Password will not be changed for this system.

You can adjust the password propagation settings by clicking on the icons and thus fine-tune how the password change is propagated to each individual system.

+ChangePasswordPanel.legendMessage.no.password.capability= - Password capability is not supported by resource +ChangePasswordPanel.helpInfo=

This portion of the credentials dialog controls how the password change will be propagated to each individual system. The first line defines whether the password will be changed in the Identity Manager itself. Following lines represent each system for which the password can be changed. The password propagation is controlled by the icons:

  • Password will be changed. Password for this system will be changed to the value specified in the password dialog above.
  • Automatic password propagation. The password might be changed. Whether the password is changed or not depends on the policies set up by identity administrator. This usually means that the password will be changed if it makes sense for the current situation and settings. This is the reasonable default choice.
  • Password will not be changed for this system.
  • Password capability is not supported for this system. As the result, password will not be changed for this system.

You can adjust the password propagation settings by clicking on the icons and thus fine-tune how the password change is propagated to each individual system.

ChangePasswordPanel.helpPopupTitle=Password propagation help PageBase.button.tooltip.clearSearch=Vymazať mainForm.uploadTooLarge = Upload must be less than ${maxSize}. -mainForm.uploadFailed = File failed to upload\: ${exception.localizedMessage}PageSelfCredentials.couldntResolve\=Couldn't resolve resource. +mainForm.uploadFailed = File failed to upload\\: ${exception.localizedMessage}PageSelfCredentials.couldntResolve\\=Couldn't resolve resource. PageSelfCredentials.couldntResolve=Nepodarilo sa získať informácie o koncovom systéme. -roleMemberPanel.type=Typ\: -roleMemberPanel.tenant=Tenant\: -roleMemberPanel.project=Org/Project\: +roleMemberPanel.type=Typ: +roleMemberPanel.tenant=Tenant: +roleMemberPanel.project=Org/Project: roleMemberPanel.indirectMembers=Include indirect members roleMemberPanel.allRelations=Show all relations roleMemberPanel.menu.createOwner=Create owner @@ -3175,11 +3177,11 @@ PageResource.tab.content.others=Uncategorized PageResource.tab.content.tasks=Defined Tasks ResourceContentTabPanel.searchType.repository=Repozitár ResourceContentTabPanel.searchType.resource=Zdroj -ResourceContentTabPanel.searchType=Search In\: -PagePreviewChanges.primaryChangesOne=Primary changes\: {0} object -PagePreviewChanges.primaryChangesMore=Primary changes\: {0} objects -PagePreviewChanges.secondaryChangesOne=Secondary changes\: {0} object -PagePreviewChanges.secondaryChangesMore=Secondary changes\: {0} objects +ResourceContentTabPanel.searchType=Search In: +PagePreviewChanges.primaryChangesOne=Primary changes: {0} object +PagePreviewChanges.primaryChangesMore=Primary changes: {0} objects +PagePreviewChanges.secondaryChangesOne=Secondary changes: {0} object +PagePreviewChanges.secondaryChangesMore=Secondary changes: {0} objects PagePreviewChanges.button.continueEditing=Continue editing PagePreviewChanges.button.save=Uložiť ScenePanel.object={0} object @@ -3192,24 +3194,24 @@ SceneItemLinePanel.removedValue=Removed value SceneItemLinePanel.addedValue=Added value SceneItemLinePanel.unchangedValue=Unchanged value operation.com.evolveum.midpoint.web.page.admin.resources.ResourceContentTabPanel.changeOwner=Change owner (GUI) -TaskSummaryPanel.progressWithTotalKnown=Progress\: {0} out of {1} -TaskSummaryPanel.progressWithTotalUnknown=Progress\: {0} +TaskSummaryPanel.progressWithTotalKnown=Progress: {0} out of {1} +TaskSummaryPanel.progressWithTotalUnknown=Progress: {0} TaskSummaryPanel.progressIfSuspended=(suspended) TaskSummaryPanel.progressIfWaiting=(waiting) TaskSummaryPanel.progressIfClosed=(closed) TaskSummaryPanel.progressIfStalled=(stalled since {0}) -TaskSummaryPanel.lastProcessed=Last object processed\: {0} +TaskSummaryPanel.lastProcessed=Last object processed: {0} ResourceContentResourcePanel.showExisting=Show existing ResourceContentResourcePanel.newTask=Create new SearchPanel.advanced=Rozšírené SearchPanel.basic=Základný SearchPanel.search=Vyhľadať SearchPanel.debug=DEBUG -ResourceContentResourcePanel.realSearch=(In fact) Searching by\: -typedAssignablePanel.selectedOrgs=Orgs\: -typedAssignablePanel.selectedResources=Resources\: -typedAssignablePanel.selectedRoles=Roles\: -typedAssignablePanel.selectedServices=Services\: +ResourceContentResourcePanel.realSearch=(In fact) Searching by: +typedAssignablePanel.selectedOrgs=Orgs: +typedAssignablePanel.selectedResources=Resources: +typedAssignablePanel.selectedRoles=Roles: +typedAssignablePanel.selectedServices=Services: SearchPanel.insertFilterXml=Insert filter xml (SearchFilterType) autoRefreshPanel.refreshNow=Refresh now autoRefreshPanel.resumeRefreshing=Resume refreshing @@ -3222,16 +3224,16 @@ PageAdmin.menu.top.services.new=New service PageAdmin.menu.top.services.edit=Edit service taskShowAdvancedFeaturesPanel.label=Show advanced features taskWfParentPanel.changesNotRequiringApproval=Changes not requiring approval -taskOtherChangesPanel.label.state=Stav\: +taskOtherChangesPanel.label.state=State\\: taskOtherChangesPanel.state.FINAL=Changes have been applied (successfully or not) taskOtherChangesPanel.state.PRIMARY=Changes are waiting to be applied taskOtherChangesPanel.state.SECONDARY=Changes are waiting to be applied taskWfChildPanel.showParent=Show request in a context of the whole operation. -TaskSummaryPanel.requestedBy=Requested by\: {0} -TaskSummaryPanel.requestedByWithFullName=Requested by\: {0} ({1}) -TaskSummaryPanel.requestedOn=Requested on\: {0} +TaskSummaryPanel.requestedBy=Requested by: {0} +TaskSummaryPanel.requestedByWithFullName=Requested by: {0} ({1}) +TaskSummaryPanel.requestedOn=Requested on: {0} TaskSummaryPanel.requestedByAndOn=Requested by {0} on {1} -TaskSummaryPanel.stage=Stage\: {0} +TaskSummaryPanel.stage=Stage: {0} TaskSummaryPanel.rejected=Rejected TaskSummaryPanel.approved=Approved operation.com.evolveum.midpoint.web.page.admin.resources.PageResource.refreshSchema=Refresh schema (GUI) @@ -3293,7 +3295,7 @@ DefinitionStagesPanel.confirmDelete=Potvrďte zmazanie DefinitionStagesPanel.confirmDeleteText=Do you really want to delete stage '{0}'? PageCertDefinition.outcomeStrategyHelpLabel=Please see also PageCertDefinition.outcomeStrategyHelpLink=this document -PageCertDefinition.outcomeStrategyHelp=How is the overall outcome for a case determined, based on outcomes in individual stages? Note\: 'Stop review on\:' field shows outcomes that prevent a case from being advanced to the next stage. Usually you need not change the default value. If necessary, you could do that through the XML configuration. +PageCertDefinition.outcomeStrategyHelp=How is the overall outcome for a case determined, based on outcomes in individual stages? Note: 'Stop review on:' field shows outcomes that prevent a case from being advanced to the next stage. Usually you need not change the default value. If necessary, you could do that through the XML configuration. PageCertDefinition.campaignLastStartedHelp=When was last campaign created according to this definition started? PageCertDefinition.campaignLastClosedHelp=When was last campaign created according to this definition closed - either after successfully going through all stages, or closed at any time. However, if a campaign is deleted without being closed first, it is not shown here. PageCertDefinition.scopeObjectTypeHelp=Determines which objects will be considered to be in the scope of the certification campaigns. Features of these objects (e.g. whether to certify their assignments or their inducements or both, etc) are selected below. @@ -3301,13 +3303,13 @@ PageCertDefinition.scopeSearchFilterHelp=If only a subset of objects of given ty PageCertDefinition.scopeAssignmentsInducementsHelp=Select what features (assignments, inducements or both) of the objects described above are to be certified. PageCertDefinition.scopeIncludeTargetTypesHelp=When certifying assignments or inducements, you can specify what target types are taken into account. For example, you can say that you want to certify only assignments of roles (to, for example, users). PageCertDefinition.scopeIncludeByStatusHelp=Whether to certify only assignments/inducements that have administrative status set to ENABLED (or not set at all). Note that what is relevant is the administrative status of the assignment, not the administrative status of the assigned object. -StageDefinitionPanel.stageDurationHelp=Duration of this stage, used to determine stage end time. The end time is computed as the moment of stage opening plus the duration, rounded up to 23\:59\:59 of the last day. Duration is specified in ISO 8601 format, like P14D for 14 days, P3W for 3 weeks, P2M for 2 months, etc. -StageDefinitionPanel.notifyBeforeDeadlineHelp=How long before the stage end the reminding notifications (to reviewers and campaign owner) will be sent. It is possible to specify more values; separate them by commas. Time interval is specified in ISO 8601 format, like PT12H for 12 hours, P2D for 2 days, P1W for 1 week, etc. An example\: PT48H, PT12H says that the first notification will be sent 48 hours before stage end, and the second one 12 hours before the end. +StageDefinitionPanel.stageDurationHelp=Duration of this stage, used to determine stage end time. The end time is computed as the moment of stage opening plus the duration, rounded up to 23:59:59 of the last day. Duration is specified in ISO 8601 format, like P14D for 14 days, P3W for 3 weeks, P2M for 2 months, etc. +StageDefinitionPanel.notifyBeforeDeadlineHelp=How long before the stage end the reminding notifications (to reviewers and campaign owner) will be sent. It is possible to specify more values; separate them by commas. Time interval is specified in ISO 8601 format, like PT12H for 12 hours, P2D for 2 days, P1W for 1 week, etc. An example: PT48H, PT12H says that the first notification will be sent 48 hours before stage end, and the second one 12 hours before the end. StageDefinitionPanel.notifyWhenNoDecisionHelp=If checked, a 'stage end approaching' notification is sent to a reviewer only if he/she has some cases waiting for his/her decision. If not checked, reviewers always get their notifications - regardless of whether they have provided a decision or not. (Note that notifications to the campaign owner about approaching stage end are always sent, regardless of this setting.) StageDefinitionPanel.reviewerSpecificationTargetHelp=Selection of reviewers based on assignment/inducement target owner/approver. E.g. you can specify that the role owner is used to certify all assignments of 'his' role (to any users). StageDefinitionPanel.reviewerSpecificationObjectHelp=Selection of reviewers based on object that has something assigned (or induced) to. E.g. you can specify that the role owner is used to certify all inducements made to 'his' role. StageDefinitionPanel.reviewerUseObjectManagerHelp=Selection of reviewers based on managers of object (typically a user) that has something assigned/induced to. E.g. you can specify that a manager is used to certify all assignments made to users in 'his' organization. -StageDefinitionPanel.reviewerUseObjectManagerOrgTypeHelp=Influences determination of a manager of a user\: First, we take all managers of all organizations the user belongs to. We exclude the user himself, if he is a manager of such organization (and if 'allow managers to approve their own assignments' below is unchecked). If the value in this field is filled-in, we use it to select only organizations with given organization type value - for example, 'functional' (if you have e.g. both functional-type and project-type organizations). If this field is empty, we take into account all organizations. If we find no suitable manager, we continue with all parent organizations (again, of the given type, if specified). +StageDefinitionPanel.reviewerUseObjectManagerOrgTypeHelp=Influences determination of a manager of a user: First, we take all managers of all organizations the user belongs to. We exclude the user himself, if he is a manager of such organization (and if 'allow managers to approve their own assignments' below is unchecked). If the value in this field is filled-in, we use it to select only organizations with given organization type value - for example, 'functional' (if you have e.g. both functional-type and project-type organizations). If this field is empty, we take into account all organizations. If we find no suitable manager, we continue with all parent organizations (again, of the given type, if specified). StageDefinitionPanel.reviewerUseObjectManagerAllowSelfHelp=If a user is a manager in his organization, could he be selected as a reviewer for his own assignments? If unchecked (the default), a higher-level manager is searched for - see description for the above field. StageDefinitionPanel.defaultReviewerRefHelp=This reviewer (or reviewers) will be used if the above condition would lead to no reviewer. StageDefinitionPanel.additionalReviewerRefHelp=This reviewer (or reviewers) will be used in addition to any reviewers selected by the above conditions. @@ -3319,13 +3321,13 @@ StageDefinitionPanel.configurationHelpLink=this document NameStep.configurationWillBeLost=The selected connector configuration schema is different from the current one. Configuration properties will be lost if you will proceed. resultsHandlerConfiguration=Results handlers enableFilteredResultsHandler=Enable additional filtering of results -enableFilteredResultsHandlerHelp=This handler filters results retrieved from the resource by the connector, at the level of connector framework. It is used by connector implementations that do not provide complete filtering by themselves. Enabling this handler has some drawbacks e.g. in the area of paging. So it is to be used only if really necessary. If not sure, it is advisable to use filtering in validation mode. Default value for current version of ConnId\: enabled. +enableFilteredResultsHandlerHelp=This handler filters results retrieved from the resource by the connector, at the level of connector framework. It is used by connector implementations that do not provide complete filtering by themselves. Enabling this handler has some drawbacks e.g. in the area of paging. So it is to be used only if really necessary. If not sure, it is advisable to use filtering in validation mode. Default value for current version of ConnId: enabled. filteredResultsHandlerInValidationMode=Perform filtering in validation mode only -filteredResultsHandlerInValidationModeHelp=Switches the result filtering into validation mode\: all data produced by the connector are checked by the connector framework to see if they are properly filtered. In case of improper filtering, an exception is raised. This mode is to be used for connectors that are expected to provide complete filtering, but their functionality in this area has to be verified. Default value for current version of ConnId\: disabled. +filteredResultsHandlerInValidationModeHelp=Switches the result filtering into validation mode: all data produced by the connector are checked by the connector framework to see if they are properly filtered. In case of improper filtering, an exception is raised. This mode is to be used for connectors that are expected to provide complete filtering, but their functionality in this area has to be verified. Default value for current version of ConnId: disabled. enableCaseInsensitiveFilter=Make filtering case insensitive -enableCaseInsensitiveFilterHelp=This option makes filtering case insensitive, for all attributes on the resource. Used for case-insensitive resources. Default value for current version of ConnId\: disabled. +enableCaseInsensitiveFilterHelp=This option makes filtering case insensitive, for all attributes on the resource. Used for case-insensitive resources. Default value for current version of ConnId: disabled. enableNormalizingResultsHandler=Enable handler that normalizes returned data -enableNormalizingResultsHandlerHelp=This handler normalizes each attribute that is passed from resource to the system. Usually recommended to be turned off. Default value for current version of ConnId\: enabled. +enableNormalizingResultsHandlerHelp=This handler normalizes each attribute that is passed from resource to the system. Usually recommended to be turned off. Default value for current version of ConnId: enabled. enableAttributesToGetSearchResultsHandler=Enable 'attributes to get' results handler enableAttributesToGetSearchResultsHandlerHelp=This handler is used to implement 'attributes to get' option. It is advisable to keep the default setting of 'enabled' (in current version of ConnId). PageResourceWizard.autoSaveWarning=The resource is automatically saved on each transition between wizard steps. @@ -3354,12 +3356,12 @@ TreeTablePanel.menu.deleteMember.confirm=All selected members (users, organizati TreeTablePanel.menu.deleteAllMembers.confirm=All focus members (users, organizations, services, roles) will be permanently deleted from system. Are you sure to perform this action? PageTasksCertScheduling.title=Certification scheduling PageResourceVisualization.title=Visualization of mappings for {0} -PageResourceVisualization.dotMessage=Rendering of DOT graph could not be carried out. Please check the error message below, and make sure that\: +PageResourceVisualization.dotMessage=Rendering of DOT graph could not be carried out. Please check the error message below, and make sure that: PageResourceVisualization.dot1=DOT rendering software is installed at your server. The recommended one is Graphviz PageResourceVisualization.dot2=The path to DOT rendering executable is correctly set in you config.xml file. PageResourceVisualization.moreInformation=Pre viac informácii prosím pozrite PageResourceVisualization.moreInformationLink=this article -PageResourceVisualization.errorMessage=Error message\: +PageResourceVisualization.errorMessage=Error message: PageResourceVisualization.seeOnline=You can also try to use an online DOT renderer, for example PageResourceVisualization.seeOnlineLink=webgraphviz.com PageResourceVisualization.copyInstruction=Simply paste the following DOT code into it. @@ -3458,7 +3460,7 @@ PageEvaluateMapping.message.emptyString=Please provide a mapping to execute. PageEvaluateMapping.result=Výsledok PageEvaluateMapping.mapping=Mapping PageEvaluateMapping.request=Požiadavka -PageEvaluateMapping.chooseSample=Or use a sample\: +PageEvaluateMapping.chooseSample=Or use a sample: PageEvaluateMapping.sample.FullName_NoDelta=Full name mapping (no change) PageEvaluateMapping.sample.FullName_Delta=Full name mapping (change in givenName) PageEvaluateMapping.sample.FullName_Delta_Ref=Full name mapping (change in givenName); source from repository @@ -3477,8 +3479,8 @@ PageAssignmentConflicts.back=Back PageAssignmentConflicts.submit=Submit AssignmentCatalogPanel.selectTargetUser=Select target user AssignmentCatalogPanel.selectAssignmentsUserOwner=Select assignments user owner -AssignmentCatalogPanel.requestForMe=Target user\: me -AssignmentCatalogPanel.requestFor=Target user\: +AssignmentCatalogPanel.requestForMe=Target user: me +AssignmentCatalogPanel.requestFor=Target user: AssignmentCatalogPanel.requestForMultiple={0} users selected AssignmentCatalogPanel.assignmentsOwner={0}'s assignments MultiButtonPanel.plusIconTitle=Add item to shopping cart @@ -3569,8 +3571,8 @@ MergeType.EMPTY=empty PageMergeObjects.warningMessage=Two objects' oids should be specified PageSelfRegistration.register=Register PageSelfRegistration.registration.success=Registration was successful -PageSelfRegistration.registration.error=Registration failed \: {0} -PageSelfRegistration.registration.confirm.message=Congratulation\! \n\n\n You have been successfully registered. To activate your account check your email and confirm your registration. +PageSelfRegistration.registration.error=Registration failed : {0} +PageSelfRegistration.registration.confirm.message=Congratulation! \n\n\n You have been successfully registered. To activate your account check your email and confirm your registration. PageRegistrationConfirmation.confirmation.error=Failed to confirm your registration. We are sorry, but probably you'll need to contact system administrator. PageRegistrationConfirmation.continueToLogin=Continue to login page PageRegistrationConfirmation.confirmation.successful=Confirmation successful @@ -3596,9 +3598,9 @@ PageSelfRegistration.password.policy= PageResetPassword.reset.successful=New password was set successfully. Continue with login. PageForgotPassword.form.submited.message=Confirmation link was sent to the email provided. To reset your password, click on the confirmation link and follow instructions. pageForgetPassword.message.policy.not.found=Reset password not allowed -PageAbstractSelfCredentials.save.password.failed=Failed to change password\: {0} +PageAbstractSelfCredentials.save.password.failed=Failed to change password: {0} PageResetPassword.title=Znulovať heslá -PageResetPasswordConfirmation=Reset password confirmation +PageResetPasswordConfirmation.title=Reset password confirmation PageResetPasswordConfirmation.confirmation.error=Reset password is not allowed. We are sorry, but probably you'll need to contact system administrator. PageResetPasswordConfirmation.authnetication.failed=Incorrect username and/or password ItemPathSegmentPanel.itemToSearch=Search for {0} @@ -3609,6 +3611,7 @@ DecisionDto.rejectedDueToTimeout=(rejected due to the timeout) DecisionDto.AUTO_APPROVAL_CONDITION=(auto-approval condition) DecisionDto.AUTO_COMPLETION_CONDITION=(auto-completion condition) DecisionDto.NO_ASSIGNEES_FOUND=(no approvers found) +wf.comment=Comment wf.object=Object wf.target=Target wf.originalAssignee=Original assignee @@ -3622,12 +3625,23 @@ wf.escalationLevelName=Escalation level name wf.escalationLevelDisplayName=Escalation level display name wf.workItemId=Work item ID wf.processInstanceId=Process instance ID +wf.requesterComment=Requester comment +wf.causeType=Cause type +wf.causeName=Cause name +wf.causeDisplayName=Cause display name PageAccountActivation.account.activation.successful=Activation of accounts was successful PageAccountActivation.account.activation.failed=Failed to activate accounts. Please, contact system administrator -PageAccountActivation.activated.shadows=Activated shadows\: +PageAccountActivation.activated.shadows=Activated shadows: PageAccountActivation.button.activate=Activate PageAccountActivation.activate.accounts.label=Account activation for user '{0}'. PageAccountActivation.provide.password=Please, provide your password to activate accounts. PageAccountActivation.title=Account activation PageAccountActivation.nothing.to.activate=Unexpected problem occurs while trying to activate account. Please contact system administrator PageAccountActivation.authentication.failed=Authentication failed +operation.com.evolveum.midpoint.web.page.admin.reports.PageCreatedReports.deleteReportOutput=Delete report (GUI) +operation.com.evolveum.midpoint.report.impl.ReportManagerImpl.deleteReportOutput=Delete report (Report) +operation.com.evolveum.midpoint.web.page.admin.reports.PageCreatedReports.downloadReport=Download report (GUI) +operation..com.evolveum.midpoint.report.impl.ReportManagerImpl.getReportOutputData=Load report (Report) +PageWorkItem.couldNotGetWorkItem=Couldn't get work item. It might have been already completed or deleted. +CsvDownloadButtonPanel.export=CSV export +AssignmentEditorDto.policyRuleTitle=Policy rule diff --git a/gui/admin-gui/src/main/resources/localization/Midpoint_tr.properties b/gui/admin-gui/src/main/resources/localization/Midpoint_tr.properties index 3f3be429834..c2a45eac48f 100644 --- a/gui/admin-gui/src/main/resources/localization/Midpoint_tr.properties +++ b/gui/admin-gui/src/main/resources/localization/Midpoint_tr.properties @@ -104,7 +104,7 @@ AssignmentTablePanel.menu.addDelegation=Add delegation AssignmentTablePanel.menu.deleteDelegation=Delete delegation AssignmentTablePanel.menu.unassign=Atamayı kaldır AssignmentTablePanel.menu.showAllAssignments=Tüm atamaları göster -AssignmentTablePanel.message.couldntAssignObject='{0}' nesne ataması yapılamadı, sebep\: {1}. +AssignmentTablePanel.message.couldntAssignObject=Couldn't assign object '{0}', reason\\: {1}. AssignmentTablePanel.message.illegalAssignmentState='{0}' geçersiz atama durumu. AssignmentTablePanel.message.noAssignmentSelected=Hiç bir atama seçilmedi. AssignmentTablePanel.message.noDelegationsSelected=No delegation selected. @@ -254,24 +254,24 @@ DefinitionScopeObjectType.RoleType=Roller DefinitionScopeObjectType.UserType=Kullanıcılar DefinitionScopeObjectType.OrgType=Organizasyonlar DefinitionScopeObjectType.ServiceType=Servisler -deleteAllDialog.label.accountShadowsDelete=Silinecek hesap gölgeleri\: {0} -deleteAllDialog.label.nonAccountShadowsDelete=Silinecek hesap olmayan gölgeler\: {0} +deleteAllDialog.label.accountShadowsDelete=Account shadows to delete\\: {0} +deleteAllDialog.label.nonAccountShadowsDelete=Non-Account shadows to delete\\: {0} deleteAllDialog.label.org=Org. Birimleri -deleteAllDialog.label.orgUnitsDelete=Silinecek Org. birimleri\: {0} +deleteAllDialog.label.orgUnitsDelete=Org. units to delete\\: {0} deleteAllDialog.label.shadow.account=Hesap gölgeleri deleteAllDialog.label.shadow.nonAccount=Hesap olmayan gölgeler deleteAllDialog.label.shadow.org=Org. birimi gölgeleri deleteAllDialog.label.shadow.role=Rol gölgeleri -deleteAllDialog.label.totalToDelete=Silinecek nesnelerin toplamı\: {0} -deleteAllDialog.label.usersDelete=Silinecek kullanıcılar\: {0} ('Administrator' kullanıcısı silinmeyecektir.) +deleteAllDialog.label.totalToDelete=Total objects to delete\\: {0} +deleteAllDialog.label.usersDelete=Users to delete\\: {0} (User 'Administrator' will not be deleted) deleteAllDialog.label.users=Kullanıcılar -deleteAllDialog.message.choose=Silinecek nesneleri seçin\: +deleteAllDialog.message.choose=Choose object types to delete\\: deleteAllDialog.no=Hayır deleteAllDialog.yes=Evet -DeltaPanel.label.changeType=Tipi Değiştir\: -DeltaPanel.label.modifications=Değişiklikler\: -DeltaPanel.label.objectToAdd=Eklenecek nesne\: -DeltaPanel.label.oid=Oid'li nesne\: +DeltaPanel.label.changeType=Change type\\: +DeltaPanel.label.modifications=Modifications\\: +DeltaPanel.label.objectToAdd=Object to add\\: +DeltaPanel.label.oid=object with oid\\: direction.nullvalid=Birini Seçiniz DoubleButtonPanel.button.default=Çalıştır DoubleButtonPanel.download=İndir @@ -305,7 +305,7 @@ ExpressionEditorPanel.label.language=Dil ExpressionEditorPanel.label.type=İfade Tipi ExpressionEditorPanel.label.description=Açıklama ExpressionEditorPanel.label.valuePolicyRef=Politika ref. -ExpressionEditorPanel.message.cantSerialize=Verilen XML ifadesinden JAXBElement oluşturulamadı. Lütfen doğru ifade girin. Sebep\: {0} +ExpressionEditorPanel.message.cantSerialize=Could not create JAXBElement from provided XML expression. Please enter correct expression. Reason\\: {0} ExpressionEditorPanel.message.expressionSuccess=İfade başarıyla güncellendi. ExpressionEvaluatorType.AS_IS=Olduğu gibi ExpressionEvaluatorType.GENERATE=Oluştur @@ -328,10 +328,10 @@ FeedbackAlertMessage.error=Hata FeedbackAlertMessage.info=Bilgi FeedbackAlertMessage.success=Başarı FeedbackAlertMessage.warn=Uyarı -feedbackMessagePanel.cause=Neden \: +feedbackMessagePanel.cause=Cause\\: feedbackMessagePanel.collapseAll=Hepsini gizle -feedbackMessagePanel.context=İçerik \: -feedbackMessagePanel.count=Sayım\: +feedbackMessagePanel.context=Context\\: +feedbackMessagePanel.count=Count\\: feedbackMessagePanel.expandAll=Hepsini göster feedbackMessagePanel.export=XML'e çıkart feedbackMessagePanel.hideStack=[ Hata yığınını gizle ] @@ -347,7 +347,7 @@ feedbackMessagePanel.message.success=Başarılı feedbackMessagePanel.message.undefined=Tanımsız feedbackMessagePanel.message.unknown=Bilinmeyen feedbackMessagePanel.message.warn=Uyarı -feedbackMessagePanel.param=Parametre\: +feedbackMessagePanel.param=Param\\: feedbackMessagePanel.showStack=[ Hata yığınını göster ] feedbackMessagePanel.times=defa feedtempMessagePanelbackMessagePanel.message.info=Bilgi @@ -403,7 +403,7 @@ JasperReportConfigurationPanel.forPrompting=Çağırma için JasperReportConfigurationPanel.parameterClass=Parametre Sınıfı JasperReportConfigurationPanel.nestedClass=İç içe sınıf JasperReportConfigurationPanel.parameterName=Parametre Adı -JasperReportConfigurationPanel.parameterProperty=Özellik\: {0} +JasperReportConfigurationPanel.parameterProperty=Property\\: {0} JasperReportConfigurationPanel.reportFields=Rapor Alanları JasperReportConfigurationPanel.reportParameters=Rapor Parametreleri JasperReportConfigurationPanel.reportQuery=Rapor Sorgusu @@ -471,13 +471,13 @@ LoggingConfigPanel.logger=Loglayıcı LoggingConfigPanel.loggersAppender=Sona ekleyici LoggingConfigPanel.loggersLevel=Seviye LoggingConfigPanel.loggers=Loglaycılar -LoggingConfigPanel.profiling.dumpInterval=Döküm aralığı\: +LoggingConfigPanel.profiling.dumpInterval=Döküm aralığı: LoggingConfigPanel.profiling.dumpInterval.placeholder=Döküm aralığı LoggingConfigPanel.profiling.dumpInterval.tooltip=Dakika olarak değer belirtin (Varsayılan 30 dakika) LoggingConfigPanel.profiling.entryExit=Profilleme - giriş/çıkış LoggingConfigPanel.profiling.general=Profilleme - Genel -LoggingConfigPanel.profiling.performanceStatistics=Performans İstatistikleri\: -LoggingConfigPanel.profiling.requestFilter=İstek Filtresi\: +LoggingConfigPanel.profiling.performanceStatistics=Performans İstatistikleri: +LoggingConfigPanel.profiling.requestFilter=İstek Filtresi: LoggingConfigPanel.profiling.subsystem.model=Model LoggingConfigPanel.profiling.subsystem.provisioning=Provizyonlama LoggingConfigPanel.profiling.subsystem.repository=Depo @@ -520,7 +520,7 @@ MappingEditorDialog.label.strength=Güç MappingEditorDialog.label.target=Hedef MappingEditorDialog.label.timeFrom=Başlama zamanı MappingEditorDialog.label.timeTo=Bitiş zamanı -MappingEditorDialog.message.cantSave=Eşleme kaydedilemedi Sebebi\: +MappingEditorDialog.message.cantSave=Couldn't save mapping. Reason\\: MappingEditorDialog.message.warn.emptyTarget=İçeri doğru eşleme 'hedef' alanının belirtilmesini gerektirir. MappingsStatistics.AverageTime=Ortalama süre MappingsStatistics.Count=Yürütme sayısı @@ -537,13 +537,13 @@ Message.SourceMemory=hafızadaki görev (getirilen {0}) Message.SourceRepository=depo ({0} tarihinde istatistikler güncellendi) message.success=Cevaplarınız Başarılı Bir Şekilde Güncellendi message.WrongAnswer=Soruları Doğru Cevaplamadınız -ModelOperationStatusPanel.label.focusName=Nesne\: -ModelOperationStatusPanel.label.focusType=tipinde\: -ModelOperationStatusPanel.label.primaryDelta=Birincil delta\: -ModelOperationStatusPanel.label.state=Durum\: -ModelOperationStatusPanel.state.FINAL=Son\: operasyon çalıştırıldı (başarılı veya değil) -ModelOperationStatusPanel.state.PRIMARY=Birincil\: operasyon onaylanıyor -ModelOperationStatusPanel.state.SECONDARY=İkincil\: kaynak operasyon(ları) onaylanıyor +ModelOperationStatusPanel.label.focusName=Object\\: +ModelOperationStatusPanel.label.focusType=of type\\: +ModelOperationStatusPanel.label.primaryDelta=Primary delta\\: +ModelOperationStatusPanel.label.state=State\\: +ModelOperationStatusPanel.state.FINAL=Final\\: operation has been executed (successfully or not) +ModelOperationStatusPanel.state.PRIMARY=Primary\\: operation is being approved +ModelOperationStatusPanel.state.SECONDARY=Secondary\\: resource operation(s) are being approved ModificationsPanel.label.attribute=Özellik ModificationsPanel.label.change=Değişim ModificationsPanel.label.value=Değer(ler) @@ -871,7 +871,7 @@ operation.com.evolveum.midpoint.web.page.admin.users.PageUsers.disableUsers=Kull operation.com.evolveum.midpoint.web.page.admin.users.PageUsers.enableUser=Kullanıcıyı etkinleştir (Gui) operation.com.evolveum.midpoint.web.page.admin.users.PageUsers.enableUsers=Kullanıcıyı etkinleştir (Gui) operation.com.evolveum.midpoint.web.page.admin.users.PageUser.sendToSubmit=İbraz etmek için gönder (Gui) -operation.com.evolveum.midpoint.web.page.admin.users.PageUsers.reconcileUser=Kullanıcı eşle (Gui)\: {0} +operation.com.evolveum.midpoint.web.page.admin.users.PageUsers.reconcileUser=Reconcile user (Gui)\\: {0} operation.com.evolveum.midpoint.web.page.admin.users.PageUsers.reconcileUsers=Kullanıcıları eşle (Gui) operation.com.evolveum.midpoint.web.page.admin.workflow.PageWorkItem.saveWorkItem=İş öğesini kaydet (Gui) operation.com.evolveum.midpoint.web.util.WebModelUtils.deleteObject=Nesne sil @@ -902,11 +902,11 @@ operation.com.evolveum.midpoint.web.component.wizard.resource.SchemaHandlingStep operation.com.evolveum.midpoint.web.component.wizard.resource.SynchronizationStep.saveResourceSynchronization=Kaynak senkronizasyonunu kaydet. operation.com.evolveum.midpoint.web.component.wizard.resource.CapabilityStep.saveCapabilities=Kaynak yeteneklerini kaydet operation.com.evolveum.midpoint.web.page.admin.PageAdminFocus.loadShadow=Load shadow -operationResultPanel.cause=Sebep\: -operationResultPanel.context=İçerik\: -operationResultPanel.count=Say\: +operationResultPanel.cause=Cause\\: +operationResultPanel.context=Context\\: +operationResultPanel.count=Count\\: operationResultPanel.hideStack=[ Hata yığınını sakla ] -operationResultPanel.param=Parametre\: +operationResultPanel.param=Param\\: operationResultPanel.showStack=[ Hata yığınını göster ] operationResultPanel.times=defa operationResultPanel.title.expectedError=Beklenen hata @@ -1002,8 +1002,8 @@ PageAccounts.message.ownerNotFound=Gölge oid değeri {0} olan hesap sahibi bulu PageAccounts.message.unsupportedOwnerType=Desteklenmeyen kullanıcı tipi pageAccounts.message.resourceNotSelected=Kaynak seçilmedi. Gölgelerini görüntülemek için br kaynak seçin. PageAccounts.message.success.clearExport=Dışa aktarım klassörü temizlendi. -PageAccounts.message.success.export=Dışa aktarım başarılı. Dosya\: {0}. -PageAccounts.message.validationError=Aratılan objectClass değeri\: '{0}' geçerli değil. Lütfen geçerli bir objectClass değeri girin. +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=Hiç PageAccounts.resource=Kaynak PageAccounts.shadows=Gölgeler @@ -1114,13 +1114,13 @@ pageAdminFocus.organizations=Organizasyonlar pageAdminFocus.assignments=Atamalar pageAdminFocus.message.couldntCreateAccountNoSchema='{0}' projeksiyon formu oluşturulamadı, işlenmiş bir şema bulunamıyor. Muhtemelen bağlayıcı yapılandırması ve/veya bağlantı problemi var. Lütfen logları kontrol edin. pageAdminFocus.message.couldntCreateAccountNoAccountSchema='{0}' projeksiyon formu oluşturulamadı, varsayılan 'hesap' nesne tipi için şema bulunamadı. Muhtemelen kaynak yapılandırmasında problem var. Daha fazla bilgi için lütfen logları kontrol edin. -pageAdminFocus.message.couldntCreateAccount='{0}' projeksiyon formu oluşturulamadı, nedeni\: {1}. +pageAdminFocus.message.couldntCreateAccount=Couldn't create projection form for '{0}', reason\\: {1}. pageAdminFocus.message.noAssignableSelected=Hiç bir atama seçilmedi. -pageAdminFocus.message.couldntAssignObject=Nesne atanamadı '{0}', nedeni\: {1}. +pageAdminFocus.message.couldntAssignObject=Couldn't assign object '{0}', reason\\: {1}. pageAdminFocus.message.noActivationFound='{0}' projeksiyonu için aktivasyon bulunamadı. pageAdminFocus.message.noEnabledPropertyFound='{0}' hesabı için aktif özellik bulunamadı. pageAdminFocus.message.noLockoutStatusPropertyFound='{0}' hesabı için kilitlenme durumu özelliği bulunamadı. -pageAdminFocus.message.notLocked=\ '{0}' hesabı kilitli değil. +pageAdminFocus.message.notLocked= '{0}' hesabı kilitli değil. pageAdminFocus.message.unlocked='{0}' hesabı kilitsiz olarak işaretlenmiş. 'Kaydet' e basarak uygulayın. pageAdminFocus.message.noAccountSelected=Hiç bir projeksiyon seçilmedi. pageAdminFocus.message.noAssignmentSelected=Hiç bir atama seçilmedi. @@ -1128,7 +1128,7 @@ pageAdminFocus.title.selectResource=Kaynak(ları) seçin pageAdminFocus.title.selectAssignable=Nesne(leri) seç pageAdminFocus.task.name=Görev adı pageAdminFocus.task.category=Kategori -pageAdminFocus.task.descriptionHasTasks=Bu nesneyle ilgili aktif görevler\: +pageAdminFocus.task.descriptionHasTasks=Bu nesneyle ilgili aktif görevler: pageAdminFocus.task.descriptionNoTasks=Bu nesneyle ilgili aktif bir görev bulunmuyor. pageAdminFocus.task.execution=Çalışma durumu pageAdminFocus.task.status=Durum @@ -1188,15 +1188,15 @@ PageRepositoryQuery.button.useInObjectList=Use in object list PageRepositoryQuery.button.execute=Çalıştır PageRepositoryQuery.message.emptyString=Girilen sorgu dizgisi boş. Lütfen boş olmayan sorgu dizgisi girin. PageRepositoryQuery.result=Sonuç -PageRepositoryQuery.resultObjects=Result\: retrieved {0} object(s) -PageRepositoryQuery.resultException=Result\: {0} +PageRepositoryQuery.resultObjects=Result: retrieved {0} object(s) +PageRepositoryQuery.resultException=Result: {0} PageRepositoryQuery.midPoint=MidPoint query -PageRepositoryQuery.objectType=Object type\: +PageRepositoryQuery.objectType=Object type: PageRepositoryQuery.hibernateQuery=Hibernate query PageRepositoryQuery.hibernateParameters=Query parameters -PageRepositoryQuery.hibernateParametersNote=Note\: The parameters are shown here only to indicate how midPoint query is translated into hibernate query. They are not used when manually executing a hibernate query, so the query you enter here should contain no references to parameters. +PageRepositoryQuery.hibernateParametersNote=Note: The parameters are shown here only to indicate how midPoint query is translated into hibernate query. They are not used when manually executing a hibernate query, so the query you enter here should contain no references to parameters. PageRepositoryQuery.incompleteResultsNote=Because you do not have administrator rights, results shown here were probably filtered by applying additional search conditions derived from your authorizations. These additional conditions are not visible in the hibernate query shown above. -PageRepositoryQuery.chooseSample=Or use a sample\: +PageRepositoryQuery.chooseSample=Or use a sample: PageRepositoryQuery.sample.ObjectType_AllObjectsInAnOrg=All objects in an organization (directly) PageRepositoryQuery.sample.ObjectType_AllObjectsInASubtree=All objects in a subtree PageRepositoryQuery.sample.OrgType_AllRootOrgs=All organizational roots @@ -1212,7 +1212,7 @@ PageRepositoryQuery.sample.UserType_UsersThatHaveARole=Users that have active as PageRepositoryQuery.sample.UserType_SpecifiedCostCenters=Users in cost centers 100000-999999 or X100-X999 PageRepositoryQuery.sample.ShadowType_ShadowsOnGivenResource=Shadows on a given resource PageRepositoryQuery.sample.UserType_UsersWithShadowOnGivenResource=Users with linked shadow on a given resource -PageRepositoryQuery.queryVsFilterNote=Note\: midPoint query contains a filter along with paging instruction, wrapped together within the <query> element. In contrast, when used in "Advanced filter" in GUI, only the <filter> sub-element is applicable. Paging is managed by the GUI itself. +PageRepositoryQuery.queryVsFilterNote=Note: midPoint query contains a filter along with paging instruction, wrapped together within the <query> element. In contrast, when used in "Advanced filter" in GUI, only the <filter> sub-element is applicable. Paging is managed by the GUI itself. PageCert.ago={0} önce PageCertCampaign.basic=Temel bilgiler PageCertCampaign.button.back=Geri @@ -1232,7 +1232,7 @@ PageCertCampaign.menu.revoke=Kaldır PageCertCampaign.name=Adı PageCertCampaign.numberOfStages=Etap sayısı PageCertCampaign.owner=Sahibi -PageCertCampaigns.agoForCampaign=(operasyon\: {0} önce) +PageCertCampaigns.agoForCampaign=(campaign\\: {0} ago) PageCertCampaigns.agoForStage={0} önce PageCertCampaigns.button.closeCampaign=Operasyonu kapat PageCertCampaigns.button.closeStage=Etabı kapat @@ -1242,7 +1242,7 @@ PageCertCampaigns.button.startRemediation=İyileştirmeyi başlat PageCertCampaigns.dialog.title.confirmCloseCampaign=Operasyonu Kapamayı Onayla PageCertCampaigns.dialog.title.confirmCloseStage=Etabı Kapamayı Onayla PageCertCampaigns.dialog.title.confirmDeleteCampaign=Operasyonu Silmeyi Onayla -PageCertCampaigns.inForCampaign=(operason\\\: {0} içinde) +PageCertCampaigns.inForCampaign=(campaign\\: in {0}) PageCertCampaigns.inForStage={0} içinde PageCertCampaigns.menu.close=Operasyonu kapat PageCertCampaigns.menu.closeSelected=Seçili operasyonları kapat @@ -1255,7 +1255,7 @@ PageCertCampaigns.message.closeStageConfirmSingle=Gerçekten '{0}' için şu ank PageCertCampaigns.message.deleteCampaignConfirmMultiple=Seçili {0} operayon gerçekten silmek istiyor musunuz? PageCertCampaigns.message.deleteCampaignConfirmSingle='{0}' operayonunu gerçekten silmek istiyor musunuz? PageCertCampaigns.message.noCampaignsSelected=İlgili hiçbir operasyon seçilmedi. -PageCertCampaigns.nowForCampaign=(operasyon\: şimdi) +PageCertCampaigns.nowForCampaign=(campaign\\: now) PageCertCampaigns.nowForStage=şimdi PageCertCampaigns.table.deadline=Etap (operasyon) süre sonu PageCertCampaigns.table.escalationLevel=Esc. level @@ -1336,7 +1336,7 @@ PageCertDefinition.campaignsTotal=Toplam operasyon PageCertDefinition.campaignLastStarted=Son başlanan operasyon PageCertDefinition.campaignLastClosed=Son kapanan operasyon PageCertDefinition.owner=Sahip -PageCertDefinition.stopReviewOn=gözden geçirmenin duracağı tarih\: +PageCertDefinition.stopReviewOn=gözden geçirmenin duracağı tarih: PageCertDefinition.stopReviewOnDefault= PageCertDefinition.stopReviewOnNone=(yok) PageCertDefinitions.basicInformation=Temel bilgi @@ -1372,21 +1372,21 @@ PageCertDefinition.scopeEnabledItemsOnly=Sadece aktifleştirilmiş öğeler PageCertDefinition.stagesDefinition=Etapların tanımı PageCert.in={0} içinde PageCert.message.assignment={0} ın {1} {2} den {3} e {4}. -PageCert.message.textAdministrativeState=İdari durum\: {0}. +PageCert.message.textAdministrativeState=Administrative state\\: {0}. PageCert.message.textAssignment=Atama -PageCert.message.textDescription=Açıklama\: {0}. -PageCert.message.textExtensions=Tanımlanan uzantılar\: {0}. +PageCert.message.textDescription=Description\\: {0}. +PageCert.message.textExtensions=Extensions defined\\: {0}. PageCert.message.textInducement=Yönlendirme -PageCert.message.textIntent=Maksat\: {0}. -PageCert.message.textKind=Tür\: {0}. -PageCert.message.textOrder=Sıra\: {0}. -PageCert.message.textOrg=Org\: {0}. -PageCert.message.textRelation=İlişki\: {0}. -PageCert.message.textTenant=Ana Org.\: {0}. -PageCert.message.textValidFrom=Geçerlilik Başlangıcı\: {0}. -PageCert.message.textValidTo=Geçerlilik Sonu\: {0}. +PageCert.message.textIntent=Intent\\: {0}. +PageCert.message.textKind=Kind\\: {0}. +PageCert.message.textOrder=Order\\: {0}. +PageCert.message.textOrg=Org\\: {0}. +PageCert.message.textRelation=Relation\\: {0}. +PageCert.message.textTenant=Tenant\\: {0}. +PageCert.message.textValidFrom=Valid from\\: {0}. +PageCert.message.textValidTo=Valid to\\: {0}. PageCert.now=şimdi -StageEditorPanel.stageDefinitionLabelName = Etap Tanımı \# +StageEditorPanel.stageDefinitionLabelName = Stage Definition \\# StageDefinitionPanel.stageName = İsim StageDefinitionPanel.stageDescription = Açıklama StageDefinitionPanel.stageDuration = Süre @@ -1432,7 +1432,7 @@ pageContentAccounts.menu.disableAccounts=Seçilenleri pasifleştir pageContentAccounts.menu.enableAccounts=Seçilenleri aktifleştir pageContentAccounts.menu.importAccounts=Seçilenleri içeri aktar pageContentAccounts.menu.removeOwners=Seçillenleri kaldır -pageContentAccounts.message.cantImportAccount=Hesabı içe aktaramadı, oid'si\={0} +pageContentAccounts.message.cantImportAccount=Can't import account, oid\\={0} pageContentAccounts.message.cantShowAccountDetails={0} ({1}) Hesabının detayları gösterilemedi. pageContentAccounts.message.cantShowUserDetails={0} ({1}) kullanıcısının detayları gösterilemedi. pageContentAccounts.message.deleteConfirmation=Bu kaynaktan {0} hesabı(ları) gerçekten silmek istiyor musunuz? @@ -1474,7 +1474,7 @@ PageCreatedReports.title=Geçmişte oluşturulan raporlar PageDashboard.accounts=Hesaplarım PageDashboard.activeTasks=Aktif görevler PageDashboard.activeUsers=Aktif kullanıcılar -PageDashboard.assignments=Atamalarım +PageDashboard.assignments=My assignments PageDashboard.personalInfo=Kişisel bilgilerim PageDashboard.serverLoad=Sunucu Yükü PageDashboard.systemInfo=Sistem durumu @@ -1523,7 +1523,7 @@ pageDebugList.message.deleteObjectConfirm="{0}" 'yı silmek istediğinize emin m pageDebugList.message.deleteSelectedConfirm={0} nesneyi silmek istediğinize emin misiniz? pageDebugList.message.laxativeProblem=Başarı ile gerçekleştirilmeyen tüm kimlik operasyonlarını kaldır pageDebugList.message.nothingSelected=Hiç bir nesne seçilmedi. -pageDebugList.message.queryException=Adın altdizisi için sorgu yazılamadı,nedeni\: {0} +pageDebugList.message.queryException=Couldn't create query for name substring, reason\\: {0} pageDebugList.message.resourceNotSelected=Kaynak seçilmedi. pageDebugList.message.singleOrgDeleteProblem=Org. birimi silinemedi. pageDebugList.message.singleShadowDeleteProblem=Gölge silinemedi. @@ -1584,8 +1584,8 @@ PageInternals.consistencyChecks=Check consistency PageInternals.encryptionChecks=Check encryption PageInternals.readEncryptionChecks=Check read encryption PageInternals.detailedDebugDump=Detaylı hata ayıklama dökümü -PageInternals.message.debugUpdatePerformed=Hata ayıklama programcığı güncellendi. Yeni değer\\\: {0} -PageInternals.message.internalsConfigUpdate=İçsel yapılandırma güncellemesi. consistencyChecks\: {0},encryptionChecks\: {1}, readEncryptionChecks\: {2}, QNameUtil.tolerateUndeclaredPrefixes\: {3} +PageInternals.message.debugUpdatePerformed=Debug util updated. New value\\: {0} +PageInternals.message.internalsConfigUpdate=Internals config update. consistencyChecks\\: {0},encryptionChecks\\: {1}, readEncryptionChecks\\: {2}, QNameUtil.tolerateUndeclaredPrefixes\\: {3} PageInternals.offset=Ötelenecek zaman PageInternals.title.debugUtil=Hata ayıklama aracı PageInternals.title.internalsConfig=İç ayarlar @@ -1618,7 +1618,7 @@ InternalCounters.prismObjectCloneCount=Prism object clone InternalCounters.roleEvaluationCount=Role evaluation count InternalCounters.roleEvaluationSkipCount=Role evaluation skip count InternalCounters.projectorRunCount=Projector run count -pageLogging.appender=Sona ekleyeci\: +pageLogging.appender=Appender\\: pageLogging.appenders=Sona ekleyiciler pageLogging.appenders.appending=Eklenen pageLogging.appenders.filePath=Dosya yolu @@ -1628,7 +1628,7 @@ pageLogging.appenders.maxHistory=Maksimum geçmiş pageLogging.appenders.name=İsim pageLogging.appenders.pattern=Şekil pageLogging.audit=Denetim -pageLogging.auditLog=Denetim log dosyası\: +pageLogging.auditLog=Audit to log file\\: pageLogging.button.addClassLogger=Loglayıcı ekle pageLogging.button.addComponentLogger=Bileşen loglaycısı ekle pageLogging.button.addConsoleAppender=Konsol sona ekleyicisi ekle @@ -1640,8 +1640,8 @@ pageLogging.button.deleteFilter=Filtre Sil pageLogging.button.deleteLogger=Loglayıcı sil pageLogging.button.reset=Sıfırla pageLogging.button.save=Kaydet -pageLogging.details=Detaylar\: -pageLogging.dumpInterval=Döküm aralığı\: +pageLogging.details=Details\\: +pageLogging.dumpInterval=Dump interval\\: pageLogging.filter.ALL=Hepsi pageLogging.filter=Filtre pageLogging.filter.GUI=Web filtresi @@ -1668,18 +1668,18 @@ pageLogging.loggersTable=Loglayıcılar tablosu pageLogging.logger.TASKMANAGER=Görev yöneticisi loglayıcısı pageLogging.logger.WORKFLOWS=İş akışı modül loglayıcısı pageLogging.logSubsystemEntryExit=Log alt sistemi giriş/çıkış -pageLogging.performanceStatistics=Performans istatistikleri\: +pageLogging.performanceStatistics=Performance statistics\\: pageLogging.profiling=Profil oluşturma -pageLogging.requestFilter=İstek filtresi\: -pageLogging.rootAppender=Kaynak sona ekleyicisi\: -pageLogging.rootLevel=Kök loglayıcısı\: +pageLogging.requestFilter=Request filter\\: +pageLogging.rootAppender=Root appender\\: +pageLogging.rootLevel=Root logger\\: pageLogging.subsystem.appender=Sona ekleyici pageLogging.subsystem.level=Seviye pageLogging.subsystem.model=Model pageLogging.subsystem.provisioning=Provizyonlama pageLogging.subsystem.repository=Depo pageLogging.subsystem.resourceObjectChangeListener=Kaynak nesnesi değişiklik dinleyicisi -pageLogging.subsystems=Alt Sistemler\: +pageLogging.subsystems=Subsystems\\: pageLogging.subsystem..taskManager=Görev yöneticisi pageLogging.subsystem.ucf=Ucf pageLogging.subsystem.workflow=İş akışı @@ -1883,8 +1883,8 @@ PageRoleEditor.label.ownerRef.placeholder=Sahibini belirle PageRoleEditor.label.requestable=İstenilebilen PageRoleEditor.label.riskLevel=Risk Seviyesi PageRoleEditor.label.type=Tip -PageRoleEditor.message.addApproverOk='{0}' isimli onaylayıcı başarıyla eklendi. -PageRoleEditor.message.addOwnerOk='{0}' isimli rol sahibi başarıyla eklendi. +PageRoleEditor.message.addApproverOk=Approver with name\\: '{0}' was added successfully. +PageRoleEditor.message.addOwnerOk=Owner with name\\: '{0}' was added successfully. PageRoleEditor.message.cantAddOwner=Seçili rol sahibi ayarlanamadı. PageRoleEditor.message.cantCreateExtensionDelta=Rol uzantısı için delta oluşturulamadı. PageRoleEditor.subtitle.activation=Aktivasyon @@ -1909,7 +1909,7 @@ PageRoles.title=Roller listesi pageSecurityQuestions.message.WrongAnswer=Soruları Doğru Cevaplamadınız pageSecurityQuestions.message.noPolicySet=No password policy is set PageSecurityQuestions.title=Güvenlik Soruları -PageShowPassword.message=Yeni şifreniz\: +PageShowPassword.message=Your new password is\\: PageShowPassword.success=Yeni şifreniz başarılı bir şekilde oluşturuldu PageShowPassword.title=Yeni Şifre PageSizePopover.title=Sayfa boyutu @@ -1952,7 +1952,7 @@ pageTask.category.Reconciliation=Hesap eşleme pageTask.category.UserRecomputation=Kullanıcıyı yeniden hesapla pageTask.category.Workflow=İş akışı pageTask.createSuspended=Askıya alarak oluştur -pageTask.cronHelp=Cron tanımlamaları belirtilen formda yapılmalıdır\: SANİYE DAKİKA SAAT AYIN-GÜNÜ HAFTANIN-GÜNÜ YIL (opsiyonel), örn\: '0 0 12 ? * WED' karşılığı 'her çarşamba saat 12\:00\:00 pm ' dir. +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=Detaylı bilgi için bakınız pageTask.cronHelpLinkTutorial=alıştırma pageTask.cronSpec=Cron tanımı düzenle @@ -1960,7 +1960,7 @@ pageTask.dryRun=Deneme koşturma pageTask.focusType=Tipe uygulanabilir pageTaskEdit.basic=Temel bilgiler pageTaskEdit.work=Yapılacak iş -pageTaskEdit.boundHelp=Sıkıca bağlanmış görevler sık sık çalışan kısa aksiyonlar için kullanılırlar.(örn\: 1 dakikadan az sıklıktaki) Canlı senkronizasyon bunun için iyi bir örnektir. Cron tanımları burada desteklenmez, tam sıklık belirtmeniz gerekir. +pageTaskEdit.boundHelp=Sıkıca bağlanmış görevler sık sık çalışan kısa aksiyonlar için kullanılırlar.(örn: 1 dakikadan az sıklıktaki) Canlı senkronizasyon bunun için iyi bir örnektir. Cron tanımları burada desteklenmez, tam sıklık belirtmeniz gerekir. pageTaskEdit.bound=Sıkıca bağlanmış(Bu seçeneği görev sık çalışıyorsa kullanın) pageTaskEdit.binding=Bağlama pageTaskEdit.button.back=Geri @@ -1972,7 +1972,7 @@ pageTaskEdit.button.stopApprovalProcess=Onaylama sürecini durdur pageTaskEdit.button.save=Kaydet pageTaskEdit.button.suspend=Duraklat pageTaskEdit.category=Kategori -pageTaskEdit.cronHelp=Cron tanımlamaları belirtilen formda yapılmalıdır\: SANİYE DAKİKA SAAT AYIN-GÜNÜ HAFTANIN-GÜNÜ YIL (opsiyonel), örn\: '0 0 12 ? * WED' karşılığı 'her çarşamba saat 12\:00\:00 pm ' dir. +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=Detaylı bilgi için bakınız pageTaskEdit.cronHelpLinkTutorial=rehber pageTaskEdit.cronSpec=Cron tanımı düzenle @@ -2054,8 +2054,8 @@ pageTask.objectClass=Nesne sınıfı pageTask.objectRef=Nesne referansı pageTask.options=Seçenekler pageTask.recurring=Tekrarlayan görev -pageTask.runUntilNodeDown.error1=Compatible data for 'Thread stop action' are\: Close, Suspend -pageTask.runUntilNodeDown.error2=Compatible data for 'Thread stop action' are\: Restart, Reschedule +pageTask.runUntilNodeDown.error1=Compatible data for 'Thread stop action' are\\: Close, Suspend +pageTask.runUntilNodeDown.error2=Compatible data for 'Thread stop action' are\\: Restart, Reschedule pageTask.runUntilNodeDown=Düğüm kapanıncaya kadar çalış pageTasks.alreadyPassed=Önceden geçmiş pageTasks.alreadyPassedForNotRunningTasks=(önceden geçmiş) @@ -2098,9 +2098,9 @@ pageTasks.message.deleteAction=sil pageTasks.message.deleteAllClosedTasksAction=tüm kapalı görevleri sil pageTasks.message.startAction=başlat pageTasks.message.scheduleTaskAction=görevi zamanla -pageTasks.message.stopSchedulerAction=\ için zamanlayacıyı durdur -pageTasks.message.startSchedulerAction=\ için zamanlayacıyı başlat -pageTasks.message.stopSchedulerTasksAction=\ için zamanlayıcı+görevleri durdur +pageTasks.message.stopSchedulerAction= için zamanlayacıyı durdur +pageTasks.message.startSchedulerAction= için zamanlayacıyı başlat +pageTasks.message.stopSchedulerTasksAction= için zamanlayıcı+görevleri durdur pageTasks.message.confirmationMessageForSingleTaskObject=Do you really want to {0} task '{1}'? pageTasks.message.confirmationMessageForMultipleTaskObject=Do you really want to {0} selected {1} task(s)? pageTasks.message.confirmationMessageForSingleNodeObject=Do you really want to {0} node '{1}'? @@ -2137,7 +2137,7 @@ pageTasks.now=şimdi pageTasks.runsContinually=Aralıksız çalıştır pageTasks.stalledSince={1} de {0} dan beri DURMUŞ pageTasks.state=Durum -pageTasks.subtasks=Alt görevleri göster\: +pageTasks.subtasks=Alt görevleri göster: pageTasks.task.category=Kategori pageTasks.task.currentRunTime=Mevcut çalışma zamanı pageTasks.task.detail=Detay @@ -2153,7 +2153,7 @@ PageTasks.title=Engerek'teki Görevler pageTasks.unknownRefName=Bilinmeyen nesne pageTask.threadStop=Yürütme durdurma aksiyonu pageTask.title.edit='{0}' detayları -pageTask.type=Tip\: +pageTask.type=Type\\: page.title.edit={0} page.title.editResource=Kaynak düzenle pageUser.accounts=Hesaplar @@ -2184,8 +2184,8 @@ pageUser.message.cantEditUser=Kullanıcı düzenleme formu yüklenemedi pageUser.message.cantNewUser=Kullanıcı oluşturma formu yüklenemedi pageUser.message.cantSubmitUser=Kullanıcı onaylanamadı pageUser.message.cantUpdateUser=Kullanıcı güncelleme işlemi başarısız -pageUser.message.couldntAssignObject=Nesne atanamadı '{0}', nedeni\: {1}. -pageUser.message.couldntCreateAccount='{0}' için hesap formu oluşturulamadı, nedeni\: {1}. +pageUser.message.couldntAssignObject=Couldn't assign object '{0}', reason\\: {1}. +pageUser.message.couldntCreateAccount=Couldn't create account form for '{0}', reason\\: {1}. pageUser.message.couldntCreateAccountNoSchema='{0}' için hesap formu oluşturulamadı, özgün şema mevcut değil. Bağlayıcı konfigürasyonu ve/veya bağlantı problemi olabilir. Lütfen logları inceleyin. pageUser.message.deleteAccountConfirm=Gerçekten {0} hesap(ları) silmek istiyor musunuz? pageUser.message.deleteAssignmentConfirm=Gerçek {0} atama(ları) silmek istiyor musunuz? @@ -2261,26 +2261,26 @@ pageWorkItem.objectNew.description=Önerilen değişiklik sonrası obje pageWorkItem.objectOld.description=Değişiklik öncesi obje pageWorkItem.options=Seçenekler pageWorkItem.requestCommon.description=Talep hakkındaki genel bilgi -pageWorkItem.requestedBy=Talep eden\: -pageWorkItem.requestedOn=İstek tarihi\: +pageWorkItem.requestedBy=Requested by\\: +pageWorkItem.requestedOn=Requested on\\: pageWorkItem.requester.description=Talep eden pageWorkItem.requestSpecific.description=Kararım -workItemPanel.originallyAllocatedTo=Originally allocated to\: -workItemPanel.currentlyAllocatedTo=Currently allocated to\: -workItemPanel.candidateActors=Aday aktörler\: -workItemPanel.stage=Approval stage\: -workItemPanel.escalationLevel=Escalation level\: -workItemPanel.requesterComment=Talep edenin yorumu +workItemPanel.originallyAllocatedTo=Originally allocated to\\: +workItemPanel.currentlyAllocatedTo=Currently allocated to\\: +workItemPanel.candidateActors=Candidate actors\\: +workItemPanel.stage=Approval stage\\: +workItemPanel.escalationLevel=Escalation level\\: +workItemPanel.requesterComment=Requester comment\\: workItemPanel.delta=Onaylanacak delta workItemPanel.mainInfo=Temel bilgi workItemPanel.options=Seçenekler -workItemPanel.requestedBy=Talep eden\: -workItemPanel.requestedOn=İstek tarihi\: -workItemPanel.workItemCreatedOn=İş kalemi oluşturulma tarihi\: -workItemPanel.workItemDeadline=Deadline\: +workItemPanel.requestedBy=Requested by\\: +workItemPanel.requestedOn=Requested on\\: +workItemPanel.workItemCreatedOn=This work item created on\\: +workItemPanel.workItemDeadline=Deadline\\: workItemPanel.requester.description=Talep eden workItemPanel.subTitle=iş öğeleri detayları -workItemPanel.title=Yapılacak iş\: +workItemPanel.title=Work to do\\: workItemPanel.changesToBeApproved=Onaylanacak değişiklikler workItemPanel.additionalAttributes=Additional attributes workItemPanel.approvalHistory=Bu isteğin onaylanma tarihçesi @@ -2312,10 +2312,10 @@ PageWorkItemsAll.title=Tüm iş öğeleri PageWorkItemsAllocatedToMe.title=Bana ayrılan iş öğeleri PageWorkItem.title=İş öğeleri detayları PageWorkItem.subTitle=iş öğeleri detayları -pageWorkItem.title=Yapılacak iş\: +pageWorkItem.title=Work to do\\: pageWorkItem.trackingData.description=İzleme (tanı) verisi pageWorkItem.trackingData=İzleme verisi -pageWorkItem.workItemCreatedOn=İş kalemi oluşturulma tarihi\: +pageWorkItem.workItemCreatedOn=This work item created on\\: passwordPanel.error=Şifreler eşleşmiyor passwordPanel.passwordChange=Değiştir passwordPanel.passwordRemove=Kaldır @@ -2356,17 +2356,17 @@ prismPropertyPanel.name.credentials.password=Şifre prismPropertyPanel.required=Zorunlu prismValuePanel.add=Ekle prismValuePanel.delete=Sil -prismValuePanel.message.association.attributes=Öznitelikler\: -processInstancePanel.details=Diğer bilgiler\: -processInstancePanel.finished=Biten işler\: +prismValuePanel.message.association.attributes=Attributes\\: +processInstancePanel.details=Other information\\: +processInstancePanel.finished=Finished\\: processInstancePanel.message.cantGetDetails=Süreç olay bilgisi alınamadı. processInstancePanel.message.noTasks=Hiç görev yok. -processInstancePanel.name=Süreç olay adı\: -processInstancePanel.pid=Olay ID'si\: -processInstancePanel.started=Başladı\: +processInstancePanel.name=Process instance name\\: +processInstancePanel.pid=Instance ID\\: +processInstancePanel.started=Started\\: processInstancePanel.taskAlreadyRemoved=(önceden kaldırılmış) -processInstancePanel.task=Sistem görevi\: -processInstancePanel.tasks=Mevcut aktif iş kalemleri\: +processInstancePanel.task=System task\\: +processInstancePanel.tasks=Currently active work items\\: processInstancePanel.title.edit='{0}' Detayları ProfilingLevel.ARGUMENTS=Argumanlar ProfilingLevel.ENTRY_EXIT=Giriş/Çıkış @@ -2401,7 +2401,7 @@ ProvisioningStatistics.UpdateFailure=Başarısız ProvisioningStatistics.UpdateSuccess=Güncelleme BAŞARILI QNameEditor.label.localPart=Yerel bölüm adı QNameEditor.label.namespace=İsim uzayı -QNameEditor.tooltip.attribute=TODO\: QNameEditor.tooltip.attribute +QNameEditor.tooltip.attribute=TODO\\: QNameEditor.tooltip.attribute QNameEditor.tooltip.localPart=QName in yerel kısmı QNameEditor.tooltip.namespace=QName isim uzayı RangeValidator.range='${label}' alanı değeri ${minimum} ve ${maximum} aralığında olmalı. @@ -2457,7 +2457,7 @@ ResourceAttributeEditor.label.inbound=Gelen eşleme ResourceAttributeEditor.label.intolerantVP=Toleranssız kalıp ResourceAttributeEditor.label.limitations=Kısıtlar ResourceAttributeEditor.label.matchingRule=Eşleme kuralı -ResourceAttributeEditor.label.unknownMatchingRule=Bilinmeyen Eşleme kuralı\: {0} +ResourceAttributeEditor.label.unknownMatchingRule=Bilinmeyen Eşleme kuralı: {0} ResourceAttributeEditor.label.new=Yeni öznitelk oluştur ResourceAttributeEditor.label.outbound=Giden eşlemeler ResourceAttributeEditor.label.reference=Özellik @@ -2517,12 +2517,12 @@ ResourceWizard.expression.tooltip.expression=İfadenin XML olarak gösterimi. As ResourceWizard.expression.tooltip.language=İfade betiğinini yazıldığı programlama dili. ResourceWizard.expression.tooltip.policyRef=Değer politikası nesnesine referans. Değer üretmek için belirtilen değer politikası şablon olarak kullanılacaktır. ResourceWizard.expression.tooltip.type=İfadenin tipi. Bu ifadenin betik mi, değer üreticisi mi, ya da başka birşey olduğunu belirtir. -ResourceWizard.help.capabilityStep=

Kaynak yetenekleri kaynakların yapabildikleridir. Tüm kaynakların yetenekleri eşit değildir. Ör\: bir kaynak hesap etkinleştirmeyi (aktif/pasif) yapabilrken diğeri yapamaz. Kaynağın biri okuma-yazma erişimi sağlarken diğer salt okuma erişimi sağlayabilir. Canlı senkronizasyon yapabilirken diğeri yapamaz. Yetenekler kaynağın neleri desteklediğini belirler, böylece Engerek ona göre davranır.

Tüm yetenekler pasifleştirilebilir. (i.e. kapatılabilir). Yeteniğin pasifleştirilmesi Engerek'in bağlaycının ve kaynağın o kısmını kullanmayacağına sebep olur. Yetenekler genelde çalışmıyorsa (bozuksa) pasifleştirilir. Ör. bağlayıcıda yada kaynakta hata varsa hatayı atlamak için ilgili yetenek pasif yapılabilir. İdari sebeplerden de yetenekler pasifize edilebilir. Ör. Create, Update and Delete yetenrklerini pasifleştirme kaynağı salt-okunur kılar.

Bazı yeteneklersimulated edilebilir. Engerek kaynakta bu yetenek olmasa da, varmış gibi davranır. Ör. an aktivasyon yeteneği bir hesap özniteliğine bağlanarak hesabın aktiflemenmesi/pasiflemenmesi simüle edilebilir. Bu simüle edilebilen yetenekler yapılandırma gerektirir. Bu yapılandırmayı bu sayfada yapabilirsiniz. +ResourceWizard.help.capabilityStep=

Resource capabilities are the things that the resource can do. Not all the resource are equal in their capabilities. E.g. one resource supports account activation (enabling and disabling accounts) but other does not. One resource provides read-write access while other can support read-only access. One resource supports real-time synchronization while other does not. The capabilities define what features the resource supports so system can behave accordingly.

All the capabilities can be disabled (i.e. turned off). Disabling the capability will cause that system will not use that part of the connector and resource. The capabilities are usually disabled if they are faulty. E.g. if there is a bug in a connector or on the resource then the bug might be circumvented if appropriate capability is disabled. But the capabilities may be disabled also for administrative reasons. E.g. disabling Create, Update and Delete capabilities makes the resource efficiently read-only.

Some capabilities can be simulated. It means that system can pretend that the resource has specific capability even though it does not have it. E.g. an activation capability can be simulated by setting a specific account attribute to a specific value to disable an account. Such simulated capabilities usually require some configuration. This can also be configured on this page.

See Resource Capabilities wiki page for more details. ResourceWizard.help.configurationStep=Sihirbazın bu etabında bağlayıcı özellikleri yapılandırılır. Genellikle kaynağa erişim için host adı ve port numarası gibi ağ özellikleri girilir. Zaman aşımı süresi, bağlantı havuzu yapılandırması gibi ek bağlantı parametreleri burada belirtilir.

Her bağlayıcının yapılandırma özellikleri kendine özgüdür. Her spesifik yapılandırma özellikleri grubu, bağlayıcının şemasına göre oluşturulur. Bu yüzden bu sayfanın, önceki sayfada seçilen bağlaycıya göre oluşturulmuştur.

-ResourceWizard.help.nameStep=

Sihirbazın bu etabı kaynağın temel özelliklerini yapılandırmak içindir. Kaynağın adı ve açıklaması bu sayfadadır. Bağlayıcı adı zorunlu ve tekil olmalıdır. Bağlayacının bağlanacağı kaynak da yapılandırılmalıdır. Bağlayıcalar bağlayıcı sunucusu üzerinde konuşlandırılır. Eğer bağlayıcı sunucusu alanı boş ise bağlayıcı Engerek içinde konuşlandırılır.

-ResourceWizard.help.schemaHandlingStep=Bu aşama kaynak şemasının yapılandırılmasını sağlar. Bu sayfadaki konfigürasyon öğeleri, Engerek'e kaynak nesne sınıfları ve öznitelikleri hakkında ne yapması gerektiğini söyler. Kullanıcı özellikleri ve hesap özellikleri arasındaki eşlemeler, hesap tipi, yetkilendirme tipi, OU vb. konfigürasyonu bu adımda yapılır. Nesne tipi kind veintent kombinasyonu ile tanımlanır. kind ne tür bir nesne olduğunu belirtir\\\:
  • kind\\\=account demek nesnenin bir hesap olduğu demektir yani bir kullanıcıyı temsil eder.
  • kind\\\=entitlement hesaplarla ilişkilendirilebilen ve hesaba imtiyaz veya erişim yetkisi sağlayan gruplara, rollere,imtiyazlara, Acess Control Instruction'lara (ACI) vb. nesnelere uygulanır.
  • kind\\\=generic organzisyon ünitesi (OU), domain vb. gibi diğer nesnelere uygulanır.
Intent(maksat) düz bir dizi olup birkaç farklı nesneyi ayırt etmek için kullanılabilir. ör. farklı hesap tipleri... "varsayılan kullanıcı hesabı", "yönetici hesabı", "test hesabı" vb.

-ResourceWizard.help.schemaStep=

Bu sayfa kaynak şemasını gösterir. Kaynak şeması, bağlayıcının işlediği hesaplar, gruplar, org. uniteleri gibi nesne sınıflarını tanımlar. Şema her nesne sınıfı için bir takım öznitelik tanımları içerir. Bu sayfada gösterilen şema incelemeniz ve kaynağın sağladığı veri modelin tanımanız için salt-okunur formdadır

Bu sayfadaki kaynak şeması genellikle kaynaktan çekilerek otomatik olarak Engerek'te üretilir. Kaynak şeması kaynağın neleri yapabildiğini yani hangi nesne sınıflarını tanımladığını ve bu nesne sınıfların içerisinde hangi öznitelikerinin kullanıldığını tanımlar. Bu yüzden şema salt-okunur biçimdedir. Bu bir konfigürasyon değildir. Engerek'in nesne sınıflarını ve öznitelikleri nasıl kullanacağını belirlemez. Bu konfigürasyon konfigürasyon sihirbazının bir sonraki adımında yapılır.

-ResourceWizard.help.synchronizationStep=

Senkronizasyon yapılandırması kaynak nesnesinde bir değişklik olduğunda Engerek'in nasıl tepki vereceğini tanımlar. Ör. yeni bir hesap açılırsa, ya da bir yeni oluşturulan grubun gerçekten varolup olmaması vb. Gemellikle Engerek'in değişikliği nasıl keşfettiğin önemi yoktur tepki genelde aynı olur.(channel öğesinin kullanımı gibi bazı istisnalar hariç). Bu yüzden bu sayfada yapılandırılan politika canlı senkronizasyon, hesap eşleme, içeri aktarma, keşif (tutarlılık mekanizması) ve gelecekte eklenebilecek diğer mekanizmalara uygulanır.

+ResourceWizard.help.nameStep=

This stage of the wizard configures basic properties of the resource. It can be used to configure resource name and description. Connector name is mandatory and must be unique. Connector that will be used to access the resource must also be configured. Connectors are deployed on connector hosts. If the connector host is left empty then connectors deployed directly in the system instance will be used.

See Resource Configuration wiki page for detailed explanation of resource configuration.

+ResourceWizard.help.schemaHandlingStep=

This step is used to provide configuration for handling of resource schema. The configuration displayed on this page tells system what to do with resource object classes and attributes. It contains the configuration of mappings between user properties and account attributes, configuration of account types, groups, provisioning dependencies, password mapping and so on.

The configuration is grouped into object types. Each object type defines the behavior for specific account type, entitlement type, OU, etc. The object type is uniquely identified by the combination of kind and intent. The kind defines what kind of the object it is\\:

  • kind\\=account means that the object is an account, i.e. that it represents a user.
  • kind\\=entitlement is applied to groups, roles, privileges, ACIs and similar objects that can be associated with accounts and which give privileges or access rights to the account.
  • kind\\=generic applies to other objects such as organizational units (OUs), domains, etc.
Intent is a plain string that can be used to distinguish several object types. E.g. it can be used to define several account types, e.g. "default user account", "administration account", "testing account" and so on. See Kind, Intent and ObjectClass wiki page for more details.

More details about schema handling configuration are provided on Resource Schema Handling wiki page. +ResourceWizard.help.schemaStep=

This page shows resource schema. The resource schema defines object classes that the connector can manage, e.g. accounts, groups, organizational units and so on. The schema defines a set of attributes for each object class. The schema is presented here in read-only form so you can inspect it and familiarize yourself with the data model that the resource provides.

The resource schema presented at this page is usually retrieved from the resource and automatically generated by system. Resource schema defines what the resource can do, i.e. what object classes it defines and what attributes are used in the object classes. Therefore the schema is read-only. It is not a configuration. It does not defines how system uses the object classes and attributes. That is configured in next steps of the wizard.

See Resource Schema wiki page for detailed explanation of resource schema concepts

+ResourceWizard.help.synchronizationStep=

The synchronization configuration defines how Identity Manager reacts when it discovers that resource object has changed. E.g. it defines how system reacts when it discovers new account, when it discovers that a group that should exist does not and so on. It is usually does not matter how system discovers the change the reaction is usually the same (although exceptions are possible by using channel specification). Therefore the policy that is configured here usually applies to live synchronization, reconciliation, import, discovery (consistency mechanism) and possible also other mechanisms that may come in the future.

See Synchronization Configuration wiki page for more details. ResourceWizard.saveAndVisualize=Kaydet ve görselleştir ResourceWizard.visualize=Görselleştir runReportPopupContent.button.run=Raporu koştur @@ -2549,18 +2549,19 @@ runReportPopupContent.param.name.role=Rol runReportPopupContent.param.name.roleOids=Roles runReportPopupContent.param.name.users=Users runReportPopupContent.param.name.stageNumber=Etap numarası (varsayılan durum tüm etapları alır) +runReportPopupContent.param.name.referencedRolesNames=Referenced Roles RunReportPopupPanel.title=Koşturmadan önceki rapor konfigürasyonu -runUntilNodeDown.error1='Yürütme durdurma aksiyonu' için geçerli veriler\: Close, Suspend -runUntilNodeDown.error2=Yürütme durdurma aksiyonu' için geçerli veriler\: Restart, Reschedule -SchemaHandlingStep.activation.tooltip.fetchStrategy=Özniteliğin gerektiğinde ne şekilde çekileceğidir. Dolaylı\\\: öznitelik varsayılan değer olarak döndürülür, istek gönderilmez. Dolaysız\\\: öznitelik varsayılan olarak döndürülmez, her zaman direk olarak istenir. +runUntilNodeDown.error1=Compatible data for 'Thread stop action' are\\: Close, Suspend +runUntilNodeDown.error2=Compatible data for 'Thread stop action' are\\: Restart, Reschedule +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=Kaynaktan (genellikle hesap) Engerek'e doğru (genellikle kullanıcı) içi doğru eşleme değerleridir. SchemaHandlingStep.activation.tooltip.outbound=Engerek'ten (genellikle kullanıcı) kaynağa doğru (genellikle hesap) dışa doğru eşleme değerleridir. SchemaHandlingStep.association.label.associationName=İlişkilendirme ismi SchemaHandlingStep.association.label.associationNamespace=İsim uzayı -SchemaHandlingStep.association.tooltip.associationAttribute=İlişkilendirmeyi "tutan" özniteleğin adıdır. Yani ilişkilendirilen nesnenin tanımlayıcısıdır. Bu genellikle "üye","gruplar",roller" vb. özniteliklerdir. Özneden nesneye ilişkilendirmede bu öznenin bir özelliğidir. (ör. hesap özelliği "gruplar"). Nesneden özneye ilişkilendirmede ise bu nesnenin özelliğidir.( ör\: "üyeler"in grup özniteliği) -SchemaHandlingStep.association.tooltip.associationLocalPart=TODO\: SchemaHandlingStep.association.tooltip.associationLocalPart -SchemaHandlingStep.association.tooltip.associationNamespace=TODO\: SchemaHandlingStep.association.tooltip.associationNamespace -SchemaHandlingStep.association.tooltip.direction=İlişkilendirmenin yönünü belirtir. Nesneden özneye\\\: Nesne (ör. grup) öznenin (ör. hesap) belirtecini içeren bir özniteliğe sahiptir. Özneden nesneye\\\: Özne(ör. hesap) nesnenin (ör. grup) belirtecini içeren bir özniteliğe sahiptir. +SchemaHandlingStep.association.tooltip.associationAttribute=İlişkilendirmeyi "tutan" özniteleğin adıdır. Yani ilişkilendirilen nesnenin tanımlayıcısıdır. Bu genellikle "üye","gruplar",roller" vb. özniteliklerdir. Özneden nesneye ilişkilendirmede bu öznenin bir özelliğidir. (ör. hesap özelliği "gruplar"). Nesneden özneye ilişkilendirmede ise bu nesnenin özelliğidir.( ör: "üyeler"in grup özniteliği) +SchemaHandlingStep.association.tooltip.associationLocalPart=TODO\\: SchemaHandlingStep.association.tooltip.associationLocalPart +SchemaHandlingStep.association.tooltip.associationNamespace=TODO\\: SchemaHandlingStep.association.tooltip.associationNamespace +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=Açık referanslı bütünlük. Eğer yanlış ise Engerek kaynağın referanslı bütünlük uyguladığını farzeder. Ör. Engerek bir hesabın adı değişirse ve Engerek'İn birşey yapması gerekmiyorsa, kaynağın otomatik olarak ilişkilendirme tanımlayıcılarını güncellediğini varsayar. Eğer doğru seçilirse, referanslı bütünlük spesifik olarak yapılır. Bu durumda hesap adı değişirse Engerek ilişkilendirme özniteliklerini spesifik olarak günceller. SchemaHandlingStep.association.tooltip.intent=İlişkilendirme hedef nesne tipinin maksatı. Hedef türü ve maksatı ilişkilendirme hedef nesnesini tanımlar.. ör. grup, imtiyaz, rol vb. SchemaHandlingStep.association.tooltip.kind=İlişkilendirme hedef nesne tipinin türü. Bu genellikle "yetkilendirme"dir. Hedef türü ve maksatı ilişkilendirme hedef nesnesini tanımlar.. ör. grup, imtiyaz, rol vb. @@ -2568,10 +2569,10 @@ SchemaHandlingStep.association.tooltip.valueAttribute=İlişkilendirme değerini SchemaHandlingStep.attribute.label.attributeName=Öznitelik adı SchemaHandlingStep.attribute.label.attributeNamespace=Öznitelik isim uzayı SchemaHandlingStep.attribute.tooltip.allow=Seçilirse orijinal kaynak şemasında olmayan öznitelik belirtilmesini sağlar. Düzgün çalışmayan, bazı öznitelikleri saklayan şeması eksik bağlayıcıların düzeltilmesinde kullanılır. -SchemaHandlingStep.attribute.tooltip.attributeLocalPart=TODO\: SchemaHandlingStep.attribute.tooltip.attributeLocalPart -SchemaHandlingStep.attribute.tooltip.attributeNamespace=TODO\: SchemaHandlingStep.attribute.tooltip.attributeNamespace +SchemaHandlingStep.attribute.tooltip.attributeLocalPart=TODO\\: SchemaHandlingStep.attribute.tooltip.attributeLocalPart +SchemaHandlingStep.attribute.tooltip.attributeNamespace=TODO\\: SchemaHandlingStep.attribute.tooltip.attributeNamespace SchemaHandlingStep.attribute.tooltip.exclusiveStrong=Yanlış seçilirse hem kuvvetli hem de normal eşleme değerleri birleştirilerek son değerler kümesi oluşturulur. Doğru seçilirse (en az bir kuvvetli değer varsa) sadece kuvvetli değerler kullanılır.Kuvvetli eşleme yoksa normal değerler kullanılır. -SchemaHandlingStep.attribute.tooltip.fetchStrategy=Öznitelik gerekli olduğunda nasıl çekileceği. Dolaylı\\\: öznitelik varsayılan olarak döndürülür, istek gönderilmesi gerekmez; ; Dolaysız\\\: öznitelik varsayılan olarak döndürülmez, spesifik olarak istek gönderilmesi gerekir. +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=Kaynaktan (genellikle hesap) Engerek'e doğru (genellikle kullanıcı) içi doğru eşleme değerleridir. SchemaHandlingStep.attribute.tooltip.intolerantVP=Bu kalıba uyan değere müsade edilmeycektir. Engerek'te işlenme sonucunda (eşleme) oluşmamış olsa da bu özniteliğin değeri silinecektir. SchemaHandlingStep.attribute.tooltip.limitations=Çokluk, okuma-yazma izni vb. öznitelik kısıtlarını tanımlar. @@ -2581,18 +2582,18 @@ SchemaHandlingStep.attribute.tooltip.reference=Yapılandırılacak özniteliğin SchemaHandlingStep.attribute.tooltip.tolerant=Toleranslı öznitelikler Engerek dışında tayin edilen değerlere müsade eder. Toleranssız öznitelikler sadece Engerek içinde tayin edilen değerlere müsade eder. (kaynak ya da rol eşlemeleri.) SchemaHandlingStep.attribute.tooltip.tolerantVP=Bu değere uyan kalıba tolere edilecektir. Yani, Engerek işleminin (eşleme) sonucunda oluşmasa da öznitelik olarak kalacaktır. SchemaHandlingStep.button.add=Nesne tipi ekle -SchemaHandlingStep.credentials.tooltip.fetchStrategy=Gerektiğinde şifre değerinini nasıl çekileceğini belirtir. Açık\: Değer ön tanımlı şekilde döndürülür, istek yapamaya gerek yoktur. Dolaylı\: Değer ön tanımlı olarak döndürülmez, açık olarak istenmelidir. +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=Kaynaktan (genellikle hesap) Engerek'e doğru (genellikle kullanıcı) içi doğru eşleme değerleridir. SchemaHandlingStep.credentials.tooltip.outbound=Engerek'ten (genellikle kullanıcı) kaynağa doğru (genellikle hesap) dışa doğru eşleme değerleridir. -SchemaHandlingStep.credentials.tooltip.passwordPolicyRef=Şifreye uygulanacak şifre politikası. Bu ayar diğer ayarların üstüne yazar, ör\: sistem konfigürasyonundaki varsayılan şifre politikası. Eğer burada belirtilmemişse varsayılan şifre politikası uygulanacaktır. +SchemaHandlingStep.credentials.tooltip.passwordPolicyRef=Şifreye uygulanacak şifre politikası. Bu ayar diğer ayarların üstüne yazar, ör: sistem konfigürasyonundaki varsayılan şifre politikası. Eğer burada belirtilmemişse varsayılan şifre politikası uygulanacaktır. SchemaHandlingStep.dependency.tooltip.intent=Bağımlı olunan nesnenin maksatı. SchemaHandlingStep.dependency.tooltip.kind=Bağımlı olunan nesnenin türü. SchemaHandlingStep.dependency.tooltip.order=Genelde sıfırdır. Bağımlılıkların sıralaması bir döngü oluşturuyorsa ve başka şekilde çözülemiyorsa bir tamsayı veriierek belirlenebilir. (ör. yüksek-değer bağımlılıklar) SchemaHandlingStep.dependency.tooltip.resourceRef=Bağımlı olunan kaynak -SchemaHandlingStep.dependency.tooltip.strictness=Bağımlılığın hangi katılıkta çözümleneceğini belirtir. Lax\: Eğer bağımlılık yoksa normal olarak devam et (sadece işlem sıralamasında uygulanır); Relaxed\: işlemin yapılmasından önce bağımlılığın denenmesini gerektirir aksi halde işlem reddedilir, fakat hata oluşursa yine devam eder; Strict\: işlem sadece bağımlılık denendiğinde ve başarılı olduğunda devam edebilir. +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=Denenecek azami yineleme sayısı. İşlem denemesi azami yineleme sayısı içerisinde başarılı olamamışsa başarısız olarak sonlanır. -SchemaHandlingStep.iteration.tooltip.returnMultiplicity=TODO\: SchemaHandlingStep.iteration.tooltip.returnMultiplicity -SchemaHandlingStep.iteration.tooltip.variable=TODO\: SchemaHandlingStep.iteration.tooltip.variable +SchemaHandlingStep.iteration.tooltip.returnMultiplicity=TODO\\: SchemaHandlingStep.iteration.tooltip.returnMultiplicity +SchemaHandlingStep.iteration.tooltip.variable=TODO\\: SchemaHandlingStep.iteration.tooltip.variable SchemaHandlingStep.label.activation=Aktivasyon SchemaHandlingStep.label.assignmentPolicyRef=Atama politikası SchemaHandlingStep.label.associations=İlişkilendirmeler @@ -2610,10 +2611,10 @@ SchemaHandlingStep.label.objectClass=Nesne sınıfı SchemaHandlingStep.label.objectTypes=Nesne Tipleri SchemaHandlingStep.label.protected=Korumalı SchemaHandlingStep.limitations.tooltip.ignore=Bir özniteliği yoksaymak için işaretleyin. Engerek yoksayılan özniteliğin hiç varolmadığı gibi davranır. Kullanıcı ara yüzünde göstermez ve eşlemelere uygulamaz vb. -SchemaHandlingStep.limitations.tooltip.layers=Bu kısıtlamanın uygulandığı sistem katmanları. Bzen kısıtlana her katmanda aynı biçide uygulanmaz.Ör\: Öznitelik resmi olarak oku-yaz olsa da kullanıcı arayüzünde onun sadece salt-okunur olarak gösterilmesini ve sadece eşlemelerle değiştirmek isteriz. Bu durumda saly-okunur kısıtlaması sadece "prezentasyon" katmanında uygulanır. +SchemaHandlingStep.limitations.tooltip.layers=Bu kısıtlamanın uygulandığı sistem katmanları. Bzen kısıtlana her katmanda aynı biçide uygulanmaz.Ör: Öznitelik resmi olarak oku-yaz olsa da kullanıcı arayüzünde onun sadece salt-okunur olarak gösterilmesini ve sadece eşlemelerle değiştirmek isteriz. Bu durumda saly-okunur kısıtlaması sadece "prezentasyon" katmanında uygulanır. SchemaHandlingStep.limitations.tooltip.maxOccurs=Bir özniteliğin azami değer sayısıı gösterir. Bir değeri tek değerli öznitelik, "unbounded" ise çok değerli öznitelik anlamındadır. Burada belirtilen değer kaynak şemasından alınan değerin üzerine yazar. SchemaHandlingStep.limitations.tooltip.minOccurs=Bir öznitelğin minimum sayısını gösterir. Sıfır demek opsiyonel bir öznitelik olduğunu, bir değeri ise zorunlu bir alan olduğunu belirtir. Burada belirtilen değer kaynak şemasından alınan değerin üzerine yazar. -SchemaHandlingStep.limitations.tooltip.other=TODO\: REMOVE THIS TOOLTIP +SchemaHandlingStep.limitations.tooltip.other=TODO\\: REMOVE THIS TOOLTIP SchemaHandlingStep.limitations.tooltip.propertyAccess=İzin verilen ya da reddedilen erişimin tipi SchemaHandlingStep.mapping.tooltip.authoritative=Yetkili eşleştirmeler belirtilen değeri hem ekler hem de kaldırır. Yetkili olmayan eşleştirmeler sadece değeri ekler. Örneğin yetkili eşlemesi olan bir rol kaldırılırsa eşlemenin kastettiği değer de kaldırılır. Eğere yetkili olmayan eşleme kaldırılırsa değer kalır. SchemaHandlingStep.mapping.tooltip.channel=Eşlemenin spesifik bir kanala uygulanmasını sağlayan kısıtlamadır. Örneğin canlı senkronizasyondan, GUI ya da hesap eşlemeden gelen değişklikler gibi. Eğer kanal belirtilirse eşeleme uygulanır. Belirtilmezse uygulanmaz. Eğer kanal belirtilmeze eşlemeye hiçbir kısıt uygulanmaz ve eşleme her kanala uygulanır. @@ -2630,23 +2631,23 @@ SchemaHandlingStep.mapping.tooltip.expressionValuePolicyRef=Değer politikası n SchemaHandlingStep.mapping.tooltip.source=Eşleme kaynağı. Eşleme kaynak değerlerdeki değişikliklere tepki verecektir. Kaynak değerleri eşleme içindeki ifadelere girdi parametreleri oluşturur. SchemaHandlingStep.mapping.tooltip.strength=Uygulanacak eşlemenin gücü. Zayıf eşlemeler sadece hedefte bir değer olmazsa uygulanır. Güçlü eşlemeler her zaman uygulanır. SchemaHandlingStep.mapping.tooltip.target=Eşleme hedefi. Eşlemenin oluşturduğu değer eşleme hedefine uygulancaktır. -SchemaHandlingStep.message.errorLoadingObjectTypeList=Kaynaktan nesne senkronizasyonu listesi yüklenemedi. Hata\: +SchemaHandlingStep.message.errorLoadingObjectTypeList=Couldn't load object class list from resource. Error\\: SchemaHandlingStep.message.saveError={0} şema işlemesi kaydedilemedi. SchemaHandlingStep.message.selectObjectClassAss=Kaynak ilişkilendirmesi oluşturmadan önce lütfen 'Nesne sınıfını' belirtin. SchemaHandlingStep.message.selectObjectClassAttr=Kaynak özniteliği oluşturmadan önce lütfen 'Nesne sınıfını' belirtin. -SchemaHandlingStep.message.validationError=Girilen objectClass değeri\: '{0}' geçerli değil. Lütfen geçerli bir objectClass değeri girin. -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.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.title=Şema kotarma SchemaHandlingStep.tooltip.activation=Aktivasyon durumlarının nasıl eşleneceğini (aktifleştirilmiş/pasifleştirilmiş/arşivlenmiş) ve tarihleri (geçerlilik başı ve sonu) tanımlar. -SchemaHandlingStep.tooltip.assignmentPolicyRef=Atama politikası atamaların hangi katılıkta olacağını tanımlar. Yok\: atamalar mecburi kılınmaz; Pozitif\: atamalar sadece değerleri ekler (hizbir zaman çıkarmaz); Göreceli\: sadece değişiklikler yayılır, mevcut değerler oluduğu gibi kalır. Tam\: herşey katı bir şekilde uygulanır. (hem değişen değerler hem de mevcut değerler) +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=Yetkilendirme ilişkilerinini nasıl işleneceğini tanımlar. SchemaHandlingStep.tooltip.attributes=Ferdi olarak özniteliklerin nasıl işleneceğini tanımlar. Her bir tanım içe/dışa eşleme, özniteliki kısıtlamaları vb. içerir. SchemaHandlingStep.tooltip.credentials=Şifre gibi kimlik bilgilerinin nası işleneceğini tanımlar. SchemaHandlingStep.tooltip.default=Eğer 'doğru' seçlilirse bu tanımlama bu tür için varsayılan olur. Yani, maksat açıkça belirtilmemişse bu tanımlama kullanılır. SchemaHandlingStep.tooltip.dependency=Bağımlılıklar, nesne tipleri işlenmeden önce işlenmesi gereken nesnelerdir. Nesne tipleri bağımlılıklara bağlıdır. Nesnelerden önce bağımlılık nesneleri provizyonlanır. Bağımlılıklar provizyonşama işlemlerinde sıralamayı etkilemek için kullanılır. -SchemaHandlingStep.tooltip.filterClause=TODO\: SchemaHandlingStep.tooltip.filterClause +SchemaHandlingStep.tooltip.filterClause=TODO\\: SchemaHandlingStep.tooltip.filterClause SchemaHandlingStep.tooltip.intent=Maksat Engereğin nesneye ne yapacağını belirtir. Maksat aynı tipteki nesneleri farklı kategorilere ayırır. Maksadı farklı olan nesneler farklı şekilde işlenir. SchemaHandlingStep.tooltip.iteration=Tanımlayıcılar gibi özgün değerli öznitelikleri yineleneyerek bulur. Kimlik Yöneticisi bu tip öznilteliklerde özgün değeri bulma için birkaç kez deneme yapar. SchemaHandlingStep.tooltip.kind=Bu nesnenin ne tip bir nesne olduğunu belirtir, hesap, yetkilendirme ya da başka bir nesne.. @@ -2686,7 +2687,7 @@ SchemaStep.xml=XML SearchFilterPanel.button.update=Filtre yantümcesini güncelle SearchFilterPanel.label.description=Açıklamalar SearchFilterPanel.label.filterClause=Filtre yantümcesi -SearchFilterPanel.message.cantSerialize=Could not parse filter clause. Please enter correct expression. Reason\: {0} +SearchFilterPanel.message.cantSerialize=Could not parse filter clause. Please enter correct expression. Reason\\: {0} SearchFilterPanel.message.expressionSuccess=Filter clause has been updated successfully. searchForm.filetype.null=Dosya Tipi searchForm.reportType.null=Rapor Tipi @@ -2698,7 +2699,7 @@ SearchType.FULL_NAME=Tam ad SearchType.GIVEN_NAME=Ad SearchType.NAME=İsim simpleErrorPanel.label.showMore=Daha Fazla Göster -simpleErrorPanel.message.error=\ '{0}' kaynağındaki hesap yüklenmedi. +simpleErrorPanel.message.error= '{0}' kaynağındaki hesap yüklenmedi. SimpleRoleSelector.reset=Sıfırla MultipleAssignmentSelector.reset=İlkini sıfırla situation.nullValid=Birini Seçiniz @@ -2787,7 +2788,7 @@ SynchronizationStep.label.reaction=Tepki SynchronizationStep.label.reconcile=Eşleştirme SynchronizationStep.label.syncObjectHeader=Senronizasyon Nesneleri SynchronizationStep.message.cantSave=Kaynak senkronizasyonu kaydedilemedi. -SynchronizationStep.message.errorLoadingObjectSyncList=Kaynaktan nesne senkronizasyonu listesi yüklenemedi. Hata\: +SynchronizationStep.message.errorLoadingObjectSyncList=Couldn't load object synchronization list from resource. Error\\: SynchronizationStep.message.errorLoadingObjectTemplates=Kaynaktan nesne şablonları yüklenemedi. SynchronizationStep.message.unsupportedActionFormat=Tepki eylemi için artık kullanılmayan 'ref' özniteliğini kullanıyorsunuz. Bunun yerine lütfen 'handlerUri' öğesini kullanın. 'ref' özniteliği kullanılan eylem bu kurulum sihirbazında gösterilmez. SynchronizationStep.reaction.tooltip.action=Belirgin eylem. Bu ayar senkronizasyon olayında Engerekin nasıl davranacağını belirler. @@ -2840,7 +2841,7 @@ SystemConfigPanel.title.notification=Bildirimler SystemConfigPanel.title.passwordPolicy=Genel şifre politikası SystemConfigPanel.title.securityPolicy=Global güvenlik politikası SystemConfigPanel.title.userTemplate=Ön tanımlı kullanıcı şablonu -SystemConfigPanel.tooltip.duration=Format\: P[n][p], n-defa, p-periyot (d - günler, m - aylar, ...), P3M - 3 ayda bir temizle +SystemConfigPanel.tooltip.duration=Format\\: P[n][p], n-number, p-period (d - days, m - months, ...), P3M - cleanup every 3 months SystemInfoPanel.cpuUsage=CPU Kullanımı SystemInfoPanel.heapMemory=Yığın bellek(kullanılan/adanmış/maks) SystemInfoPanel.nonHeapMemory=Yığın olmayan bellek (kullanılan/adanmış/maks) @@ -2867,7 +2868,7 @@ TaskListType.ACTIVATED=Aktif edilmiş TaskListType.ALL=Hepsi TaskListType.DEACTIVATED=Pasifleştirilmiş TaskListType.EXECUTING=Gerçekleşiyor -TaskStatePanel.countersSource=İstatistiki ve durum bilgisi kaynağı\: +TaskStatePanel.countersSource=Statistical and state information source\\: TaskStatePanel.currentObjectProcessed=Mevcutta işlenen nesne TaskStatePanel.executionStatus=Çalışma durumu TaskStatePanel.executionTime=Yürütme süresi @@ -2882,7 +2883,7 @@ TaskStatePanel.message.lastObjectProcessed={0} TaskStatePanel.message.node= {0} düğümünde TaskStatePanel.message.objectsProcessed={0} TaskStatePanel.message.objectsProcessedTime=(ortalama süre {1} ms, toplam işlem süresi {0} seconds) -TaskStatePanel.message.objectsTotal={0} (duvar saati ortalaması\: {1} ms) +TaskStatePanel.message.objectsTotal={0} (wall clock average\\: {1} ms) TaskStatePanel.message.timeInfoWithAgo={0} ({1} önce) TaskStatePanel.message.timeInfoWithDuration={0} ({1} ms içinde) TaskStatePanel.message.timeInfoWithDurationAndAgo={0} ({1} önce - {2} ms içinde) @@ -2900,11 +2901,11 @@ TaskStatePanel.statistics=Çevresel performans istatistikleri TaskStatePanel.subtaskName=Ad TaskStatePanel.subtaskObjectsProcessed=İşlenen nesneler TaskStatePanel.subtaskState=Durum -TaskStatePanel.updated=Güncelleme tarihi\: +TaskStatePanel.updated=Updated\\: TaskStatePanel.workerThreads=Hafif yüklü alt görevler (iş parçacıkları) -tempMessagePanel.cause=Neden\: -tempMessagePanel.context=İçerik\: -tempMessagePanel.count=Say\: +tempMessagePanel.cause=Cause\\: +tempMessagePanel.context=Context\\: +tempMessagePanel.count=Count\\: tempMessagePanel.message.debug=Ayıklayıcı tempMessagePanel.message.error=Hata tempMessagePanel.message.expectedError=Beklenilen hata @@ -2916,7 +2917,7 @@ tempMessagePanel.message.success=Başarılı tempMessagePanel.message.undefined=Belirsiz tempMessagePanel.message.unknown=Bilinmeyen tempMessagePanel.message.warn=Uyarı -tempMessagePanel.param=Parametre\: +tempMessagePanel.param=Param\\: tempMessagePanel.times=defa TextDetailsPanel.title=İlişkilendirme Detayları TextField.universal.placeholder=Değer girin @@ -2928,7 +2929,7 @@ Title.CurrentStatus=Son durum mesajı Title.MappingsStatistics=Eşleme değerlendirmesi bilgisi Title.NotificationsStatistics=Bildirimler bilgisi Title.ProvisioningStatistics=Provizyonlama işlemleri bilgisi -Title.Source=Kaynak\: +Title.Source=Source\\: TreeTablePanel.childOrg=Altındaki org. üniteleri TreeTablePanel.collapseAll=Hepsini daralt TreeTablePanel.deleteRoot=Kökü sil @@ -2950,7 +2951,7 @@ TreeTablePanel.menu.enable=Aktif yap TreeTablePanel.menu.move=Taşı TreeTablePanel.menu.recompute=Tekrar hesapla TreeTablePanel.menu.removeFromHierarchy=Org. biriminden çıkar -TreeTablePanel.message.warn.deleteTreeObjectConfirm=Dikkat\! {0} içinde üyeler var. Bu org. birimini gerçekten silmek istiyor musunuz? +TreeTablePanel.message.warn.deleteTreeObjectConfirm=Dikkat! {0} içinde üyeler var. Bu org. birimini gerçekten silmek istiyor musunuz? TreeTablePanel.message.deleteTreeObjectConfirm='{0}' org. birimini silmek istediğinize emin misiniz? TreeTablePanel.message.deleteObjectConfirm=Gerçekten seçili {0} nesneyi silmek istiyor musunuz? TreeTablePanel.message.deleteRootConfirm=Gerçekten {0} ({1}) kökü silmek istiyor musunuz? @@ -3022,7 +3023,7 @@ web.security.provider.invalid=Geçersiz kullanıcı adı ve/veya şifre. web.security.provider.invalid.link=Invalid link web.security.provider.locked=Kullanıcı kilitli,lütfen bekleyiniz. web.security.provider.password.bad=Kullanıcı şifresi tanımlanmamış -web.security.provider.password.encoding=Kullanıcıyı doğrulayamadı \: Şifreyi çözümleyemedi. +web.security.provider.password.encoding=Couldn't authenticate user, reason\\: couldn't encode password. web.security.provider.unavailable=Şu anda isteğiniz gerçekleştirilemedi. Lütfen sonra tekrar deneyiniz. web.security.ldap.access.denied=Access denied. You don't have permission to access, please contact Identity Manager's administrators. web.security.ldap.denied=Permission denied. @@ -3031,15 +3032,15 @@ web.security.ldap.invalid=Geçersiz kullanıcı adı ve/veya şifre web.security.ldap.invalid.link=Geçersiz bağlantı web.security.ldap.locked=User is locked, please wait. web.security.ldap.password.bad=User doesn't have defined password. -web.security.ldap.password.encoding=Kullanıcıyı doğrulayamadı \: Şifreyi çözümleyemedi. +web.security.ldap.password.encoding=Couldn't authenticate user, reason\\: couldn't encode password. web.security.ldap.unavailable=Currently we are unable to process your request. Kindly try again later. -WfDeltasPanel.label.deltaIn=İşlem girdisi\: Onaylanacak delta(lar) +WfDeltasPanel.label.deltaIn=Process input\\: delta(s) to be approved WfDeltasPanel.label.deltaOutListEmpty=(yok) -WfDeltasPanel.label.deltaOut=İşlem çıktısı\: Onay sonucundaki delta(lar) +WfDeltasPanel.label.deltaOut=Process output\\: delta(s) resulting from the approval WfHistoryPanel.label.event=Olay WfHistoryPanel.label.timestamp=Zaman -WizardHelpDialog.button.ok=Tamam, anladım\! -WizardHelpDialog.label=Kaynak Sihirbazı için yardım alın\! +WizardHelpDialog.button.ok=Ok, Got It\\! +WizardHelpDialog.label=Get Help With Resource Wizard\\! Wizard.message.cancel=Kaynak düzenleme iptal edildi Wizard.correctErrorsFirst=Lütfen kaydetmeden önce hataları düzeltin. Wizard.Issues=Sorunlar @@ -3063,16 +3064,16 @@ PageAdmin.menu.profile=Kullanıcı Profil PageAdmin.menu.assignments=Atamalar PageAdmin.menu.credentials=Şifre PageAdmin.menu.request=Rol talep et -PageTemplate.version=Sürüm\: -PageTemplate.copy=Copyright © 2010-2017 Evolveum® and partners.  +PageTemplate.version=Version\\: +PageTemplate.copy=Copyright © 2010-2017 Evolveum® and partners.  PageTemplate.toggleNavigation=Navigasyon aç-kapa PageTemplate.user=kullanıcı -PageTemplate.couldntNavigateBreadcrumb=Adımlı navigasyon yüklenemedi, nedeni\: {0} +PageTemplate.couldntNavigateBreadcrumb=Couldn't navigate breadcrumb, reason\\: {0} SystemInfoPanel.starttime=Başlatma zamanı SystemInfoPanel.uptime=Hizmet süresi CountToolbar.label.unknownCount={0,number,integer} ile {1,number,integer} arası, eşleşmeyen sayıdaki sonuçlar. TableConfigurationPanel.pageSize=Sayfa boyutu -TableConfigurationPanel.tableColumns={0,number,integer} 'den {1,number,integer} 'e kadar olan sonuçları gösteriyor. +TableConfigurationPanel.tableColumns=Table columnsCountToolbar.label.unknownCount\\=Displaying {0,number,integer} to {1,number,integer}, unknown number of matching results. MyRequestsPanel.started = Başlatıldı MyRequestsPanel.rejected = Reddedildi MyRequestsPanel.approved = Onaylandı @@ -3102,18 +3103,19 @@ PageSelfCredentials.specifyOldPasswordMessage=Lütfen eski şifreyi giriniz ChangePasswordPanel.accountsTable.header=Şifre iletimi ChangePasswordPanel.name=İsim ChangePasswordPanel.resourceName=Kaynak -ChangePasswordPanel.enabled=Aktifleştirilmiş +ChangePasswordPanel.enabled=Account enabled ChangePasswordPanel.legendMessage.selected= Şifre değiştirilecek ChangePasswordPanel.legendMessage.propagated= - Otomatik şifre iletimi (Kaynak tanımlarındaki belirlenen politikalar baz alınır) ChangePasswordPanel.legendMessage.deselected= Şifre değiştirilmeyecek -ChangePasswordPanel.helpInfo=

This portion of the credentials dialog controls how the password change will be propagated to each individual system. The first line defines whether the password will be changed in the Identity Manager itself. Following lines represent each system for which the password can be changed. The password propagation is controlled by the icons\:

  • Password will be changed. Password for this system will be changed to the value specified in the password dialog above.
  • Automatic password propagation. The password might be changed. Whether the password is changed or not depends on the policies set up by identity administrator. This usually means that the password will be changed if it makes sense for the current situation and settings. This is the reasonable default choice.
  • Password will not be changed for this system.

You can adjust the password propagation settings by clicking on the icons and thus fine-tune how the password change is propagated to each individual system.

+ChangePasswordPanel.legendMessage.no.password.capability= - Password capability is not supported by resource +ChangePasswordPanel.helpInfo=

This portion of the credentials dialog controls how the password change will be propagated to each individual system. The first line defines whether the password will be changed in the Identity Manager itself. Following lines represent each system for which the password can be changed. The password propagation is controlled by the icons:

  • Password will be changed. Password for this system will be changed to the value specified in the password dialog above.
  • Automatic password propagation. The password might be changed. Whether the password is changed or not depends on the policies set up by identity administrator. This usually means that the password will be changed if it makes sense for the current situation and settings. This is the reasonable default choice.
  • Password will not be changed for this system.
  • Password capability is not supported for this system. As the result, password will not be changed for this system.

You can adjust the password propagation settings by clicking on the icons and thus fine-tune how the password change is propagated to each individual system.

ChangePasswordPanel.helpPopupTitle=Şifre iletimi yardımı PageBase.button.tooltip.clearSearch=Temizle mainForm.uploadTooLarge = Yükleme büyüklüğü ${maxSize} den az olmalıdır. -mainForm.uploadFailed = Dosya yüklemesi başarısız oldu\:${exception.localizedMessage}PageSelfCredentials.couldntResolve\=Kaynak çözümlenemedi. +mainForm.uploadFailed = File failed to upload\\: ${exception.localizedMessage}PageSelfCredentials.couldntResolve\\=Couldn't resolve resource. PageSelfCredentials.couldntResolve=Kaynağı çözümleyemedi. -roleMemberPanel.type=Tip\: -roleMemberPanel.tenant=Tenant\: +roleMemberPanel.type=Tip: +roleMemberPanel.tenant=Tenant: roleMemberPanel.project=Org/Proje roleMemberPanel.indirectMembers=Include indirect members roleMemberPanel.allRelations=Show all relations @@ -3175,11 +3177,11 @@ PageResource.tab.content.others=Kategorize edilmemiş PageResource.tab.content.tasks=Tanımlanan görevler ResourceContentTabPanel.searchType.repository=Depo ResourceContentTabPanel.searchType.resource=Kaynak -ResourceContentTabPanel.searchType=İçinde ara\: -PagePreviewChanges.primaryChangesOne=Ana değişklikler\: {0} nesne -PagePreviewChanges.primaryChangesMore=Ana değişklikler\: {0} nesneler -PagePreviewChanges.secondaryChangesOne=İkincil değişiklikler\: {0} nesne -PagePreviewChanges.secondaryChangesMore=İkincil değişiklikler\: {0} nesneler +ResourceContentTabPanel.searchType=İçinde ara: +PagePreviewChanges.primaryChangesOne=Ana değişklikler: {0} nesne +PagePreviewChanges.primaryChangesMore=Ana değişklikler: {0} nesneler +PagePreviewChanges.secondaryChangesOne=İkincil değişiklikler: {0} nesne +PagePreviewChanges.secondaryChangesMore=İkincil değişiklikler: {0} nesneler PagePreviewChanges.button.continueEditing=Düzenlemeye devam edin PagePreviewChanges.button.save=Kaydet ScenePanel.object={0} nesne @@ -3192,13 +3194,13 @@ SceneItemLinePanel.removedValue=Kaldırılan değer SceneItemLinePanel.addedValue=Eklenen değer SceneItemLinePanel.unchangedValue=Değişmeyen değer operation.com.evolveum.midpoint.web.page.admin.resources.ResourceContentTabPanel.changeOwner=Sahibi değiştir (GUI) -TaskSummaryPanel.progressWithTotalKnown=ilerleme\: taplam {1} den {0} -TaskSummaryPanel.progressWithTotalUnknown=İlerleme\: {0} +TaskSummaryPanel.progressWithTotalKnown=ilerleme: taplam {1} den {0} +TaskSummaryPanel.progressWithTotalUnknown=İlerleme: {0} TaskSummaryPanel.progressIfSuspended=(askıda) TaskSummaryPanel.progressIfWaiting=(bekliyor) TaskSummaryPanel.progressIfClosed=(kapalı) TaskSummaryPanel.progressIfStalled=({0} dan beri duraklamış) -TaskSummaryPanel.lastProcessed=Son işlenen nesne\: {0} +TaskSummaryPanel.lastProcessed=Son işlenen nesne: {0} ResourceContentResourcePanel.showExisting=Mevcutları göster ResourceContentResourcePanel.newTask=Yeni oluştur SearchPanel.advanced=Gelişmiş @@ -3206,10 +3208,10 @@ SearchPanel.basic=Temel SearchPanel.search=Ara SearchPanel.debug=HATA AYIKLA ResourceContentResourcePanel.realSearch=(Gerçekte) Arama -typedAssignablePanel.selectedOrgs=Organizasyonlar\: -typedAssignablePanel.selectedResources=Kaynaklar\: -typedAssignablePanel.selectedRoles=Roller\: -typedAssignablePanel.selectedServices=Servisler\: +typedAssignablePanel.selectedOrgs=Organizasyonlar: +typedAssignablePanel.selectedResources=Kaynaklar: +typedAssignablePanel.selectedRoles=Roller: +typedAssignablePanel.selectedServices=Servisler: SearchPanel.insertFilterXml=Filtre xml girin (SearchFİlterType) autoRefreshPanel.refreshNow=Şimdi tazele autoRefreshPanel.resumeRefreshing=Tazelemeyi sürdür @@ -3222,16 +3224,16 @@ PageAdmin.menu.top.services.new=Yeni servis PageAdmin.menu.top.services.edit=Servisi güncelle taskShowAdvancedFeaturesPanel.label=Gelişmiş özellikleri göster taskWfParentPanel.changesNotRequiringApproval=Onaylama gerektirmeyen değişiklikler -taskOtherChangesPanel.label.state=Durum\: +taskOtherChangesPanel.label.state=State\\: taskOtherChangesPanel.state.FINAL=Değişiklikler uygulandı (başarılı ya da başarısız) taskOtherChangesPanel.state.PRIMARY=Değişiklikler uygulanmaya hazır bekliyor taskOtherChangesPanel.state.SECONDARY=Değişiklikler uygulanmaya hazır bekliyor taskWfChildPanel.showParent=İsteği tüm işlem kapsamında göster -TaskSummaryPanel.requestedBy=İsteyen\: {0} -TaskSummaryPanel.requestedByWithFullName=Requested by\: {0} ({1}) -TaskSummaryPanel.requestedOn=İstenildiği tarih\: {0} +TaskSummaryPanel.requestedBy=İsteyen: {0} +TaskSummaryPanel.requestedByWithFullName=Requested by: {0} ({1}) +TaskSummaryPanel.requestedOn=İstenildiği tarih: {0} TaskSummaryPanel.requestedByAndOn=Requested by {0} on {1} -TaskSummaryPanel.stage=Stage\: {0} +TaskSummaryPanel.stage=Stage: {0} TaskSummaryPanel.rejected=Reddedildi TaskSummaryPanel.approved=Onaylandı operation.com.evolveum.midpoint.web.page.admin.resources.PageResource.refreshSchema=Şemayı tazele (GUI) @@ -3293,7 +3295,7 @@ DefinitionStagesPanel.confirmDelete=Silmeyi onayla DefinitionStagesPanel.confirmDeleteText='{0}' etabını silmek istediğinize emin misiniz? PageCertDefinition.outcomeStrategyHelpLabel=Lütfen bakınız PageCertDefinition.outcomeStrategyHelpLink=bu doküman -PageCertDefinition.outcomeStrategyHelp=Bireysel etapların sonuçlarına göre durumun genel çıktısı nasıl belirlenmelidir? Not\: 'Gözden geçirmenin durdurulacağı tarih' alanı bir durumun bir sonraki etaba geçmesini engelleyeceğini gösterir. Gendelde bunu varsayılan değer olarak bırakabilirsiniz. Gerekirse XML yapılandırmasından değiştirebilirsiniz. +PageCertDefinition.outcomeStrategyHelp=Bireysel etapların sonuçlarına göre durumun genel çıktısı nasıl belirlenmelidir? Not: 'Gözden geçirmenin durdurulacağı tarih' alanı bir durumun bir sonraki etaba geçmesini engelleyeceğini gösterir. Gendelde bunu varsayılan değer olarak bırakabilirsiniz. Gerekirse XML yapılandırmasından değiştirebilirsiniz. PageCertDefinition.campaignLastStartedHelp=Bu tanımlamaya göre en son oluşturulan operasyon ne zamandı? PageCertDefinition.campaignLastClosedHelp=Bu tanımlamaya göre en son oluşturulan operastyon ne zaman kapandı - herhangi bir zamanda etaplardan biri kapandı mı ya da tüm etaplar başarılı mı? Öte yandan, eğer operayon silinmişse ya da başta kapandıysa burada gösterilmez. PageCertDefinition.scopeObjectTypeHelp=Sertifikasyon operasyonlarının kapsamında dikakte alıancak nesnelerin belirlenmesidir. Bu nesneleerin özellikleri (ör. atamalarını ya da yönlendirmelerini onaylamak ya da her ikisi vb.) aşağıda seçilebilir. @@ -3301,17 +3303,17 @@ PageCertDefinition.scopeSearchFilterHelp=If only a subset of objects of given ty PageCertDefinition.scopeAssignmentsInducementsHelp=Yukarıda nesnelerin hangi özelliklerinin ( atamalar,yönlendirmeler veya ikisi de) onaylanması gerektiğini seçin. PageCertDefinition.scopeIncludeTargetTypesHelp=When certifying assignments or inducements, you can specify what target types are taken into account. For example, you can say that you want to certify only assignments of roles (to, for example, users). PageCertDefinition.scopeIncludeByStatusHelp=Whether to certify only assignments/inducements that have administrative status set to ENABLED (or not set at all). Note that what is relevant is the administrative status of the assignment, not the administrative status of the assigned object. -StageDefinitionPanel.stageDurationHelp=Duration of this stage, used to determine stage end time. The end time is computed as the moment of stage opening plus the duration, rounded up to 23\:59\:59 of the last day. Duration is specified in ISO 8601 format, like P14D for 14 days, P3W for 3 weeks, P2M for 2 months, etc. -StageDefinitionPanel.notifyBeforeDeadlineHelp=Etap sonu hatırlatıcı bildirimlerin ne kadar önceden gönderileceği dir. (gözden geçirici ve operasyonu başlatana) Virgülle ayrılarak birnden fazla değer girilebilir. Zaman aralığı ISO 8601 formatındadır. Ör\: 12 saat için PT12H, 2 gün için P2D, bir hafa için P1W vb. Bir örnek\: PTH48H, PTH12H demek il bildirim 48 saat öncesinde ikinci bildirim etap bitmeden 12 saat önce gönderileceği anlamına gelir. +StageDefinitionPanel.stageDurationHelp=Duration of this stage, used to determine stage end time. The end time is computed as the moment of stage opening plus the duration, rounded up to 23:59:59 of the last day. Duration is specified in ISO 8601 format, like P14D for 14 days, P3W for 3 weeks, P2M for 2 months, etc. +StageDefinitionPanel.notifyBeforeDeadlineHelp=Etap sonu hatırlatıcı bildirimlerin ne kadar önceden gönderileceği dir. (gözden geçirici ve operasyonu başlatana) Virgülle ayrılarak birnden fazla değer girilebilir. Zaman aralığı ISO 8601 formatındadır. Ör: 12 saat için PT12H, 2 gün için P2D, bir hafa için P1W vb. Bir örnek: PTH48H, PTH12H demek il bildirim 48 saat öncesinde ikinci bildirim etap bitmeden 12 saat önce gönderileceği anlamına gelir. StageDefinitionPanel.notifyWhenNoDecisionHelp=Eğer seçili olursa gözden geçiriciye 'etap sonu yaklaşıyor' bildirimi gönderilir. Bunun için göden geçricinin bekleyen kararları olması gerekir. Seçili olmazsa, gözden geçiriciler karar verip vermediklerine bakılmaksızın her zaman bildirim alır. (Operasyon başlatıcıya bu ayar seçili olsa da olmasa da bildirimin gönderileceğini dikkate alınız) -StageDefinitionPanel.reviewerSpecificationTargetHelp=ıAtama/yönlendirme/hedef sahibi/onaylayıcıya göre gçzden geçirici seçimi. Ör\: rol sahibinin kendi rolünün (diğer kullanıcılara) atamasını onaylamasında kullanılır. +StageDefinitionPanel.reviewerSpecificationTargetHelp=ıAtama/yönlendirme/hedef sahibi/onaylayıcıya göre gçzden geçirici seçimi. Ör: rol sahibinin kendi rolünün (diğer kullanıcılara) atamasını onaylamasında kullanılır. StageDefinitionPanel.reviewerSpecificationObjectHelp=Selection of reviewers based on object that has something assigned (or induced) to. E.g. you can specify that the role owner is used to certify all inducements made to 'his' role. StageDefinitionPanel.reviewerUseObjectManagerHelp=Selection of reviewers based on managers of object (typically a user) that has something assigned/induced to. E.g. you can specify that a manager is used to certify all assignments made to users in 'his' organization. -StageDefinitionPanel.reviewerUseObjectManagerOrgTypeHelp=Kullanıcının yöneticisini belirlemeyi etkiler\: Önce, kullanıcının bağlı olduğu tüm organizasyonların yöneticileri alınır. Kullanıcı yöneticisyse bu listenin dışında kalır( eğer 'yöneticilerin kendi atamalarını onaylamasına izin ver' seçeneği seçilmemişse). Eğer bu alan doldurulmuşsa, sadece belirtilen organizasyon tipi değerindeki -örneğin 'fonksiyonel' (ör\: fonskiyonel tip ya da proje tipi orglarınız varsa) organizasyonlar seçilir. Eğer boşsa, tüm organizasyonlar ele alınır. Eğer uygun bir yönetici bulunamazsa, aramaya ebeveyn organizasyonlarda devam edilir. (yine beliritilen tip verilmişse) +StageDefinitionPanel.reviewerUseObjectManagerOrgTypeHelp=Kullanıcının yöneticisini belirlemeyi etkiler: Önce, kullanıcının bağlı olduğu tüm organizasyonların yöneticileri alınır. Kullanıcı yöneticisyse bu listenin dışında kalır( eğer 'yöneticilerin kendi atamalarını onaylamasına izin ver' seçeneği seçilmemişse). Eğer bu alan doldurulmuşsa, sadece belirtilen organizasyon tipi değerindeki -örneğin 'fonksiyonel' (ör: fonskiyonel tip ya da proje tipi orglarınız varsa) organizasyonlar seçilir. Eğer boşsa, tüm organizasyonlar ele alınır. Eğer uygun bir yönetici bulunamazsa, aramaya ebeveyn organizasyonlarda devam edilir. (yine beliritilen tip verilmişse) StageDefinitionPanel.reviewerUseObjectManagerAllowSelfHelp=Eğer bir kullanıcı kendi organizasyonunun yöneticisi ise, kendi atamaları için gözden geçirici olabilir mi? Seçilmemişse(varsayılan), daha yükse seviye yömnetici araması yapılır. -Yukarıdaki alanın açıklamasına bakın. StageDefinitionPanel.defaultReviewerRefHelp=Bu gözden geçirici (ya da gözden geçiriciler) yukarıdaki koşul bir gözden geçiriciyi işaret etmeze kullanılır. StageDefinitionPanel.additionalReviewerRefHelp=Yukarıdaki koşullara göre seçilen gözden geçiricilere ek olarak kullanılacak gözden geçirici (ya da gözden geçiriciler) -StageDefinitionPanel.outcomeStrategyHelp=Birden fazla göznde geçirici seçilmişse, yanıtlarını birleştiren ve etap-seviyesi bir sonucu sağlayan bir stratejiye ihityacımız vardır. Ör\: Birinin kabulü onay için yeterli midir? Yoksa tüm gözden geçiriciler mi onaylamaladır? Stratejiyi bu alanı seçerek kullanabilirsiniz. +StageDefinitionPanel.outcomeStrategyHelp=Birden fazla göznde geçirici seçilmişse, yanıtlarını birleştiren ve etap-seviyesi bir sonucu sağlayan bir stratejiye ihityacımız vardır. Ör: Birinin kabulü onay için yeterli midir? Yoksa tüm gözden geçiriciler mi onaylamaladır? Stratejiyi bu alanı seçerek kullanabilirsiniz. StageDefinitionPanel.outcomeIfNoReviewersHelp=Eğer gözden geçiriciler atanmazsa sonuç ne olmalıdır? Ör. eğer gözden geçirici hedef rolün sahibi olarak tanımlanmışsa, fakat bu rolün sahibi yoksa? Bu gözden geçricinin atandığı durumlara uygulanmaz fakat onlarda bir cevap sağlamaz. StageDefinitionPanel.stopReviewOnHelp=Hangi sonuçlar bir durumun bir sonraki etaba geçmesini engeller? Genelde varsayıaln değeri değiştirmeniz gerkmez. Eğer gerekirse, XML yapılandırmasından yapabilirsiniz. StageDefinitionPanel.configurationHelpLabel=Operasyon etaplarının yapılandırılması hakkında daha fazla bilgi için lütfen buraya bakın @@ -3319,9 +3321,9 @@ StageDefinitionPanel.configurationHelpLink=bu doküman NameStep.configurationWillBeLost=Seçilen bağlayıcı yapılandırması mevcut durumdakinden farklı. Devam ederseniz yapılandırma özellikler kaybolacaktır. resultsHandlerConfiguration=Sonuç işleyicileri enableFilteredResultsHandler=Ek sonuç filtrelemesini aktifleştir. -enableFilteredResultsHandlerHelp=Bu işleyici bağlayıcının kaynaktan getirdiği sonuçları bağlayacı çercevesi seviyesinde filtreler. Bağlayıcı implementasyonları tarafından kullanılır ve kendi başlarına yeterli filtreleme yapamazlar. Bu işleyicinin etkinlieştirilmesinin bazı dezavantajları olabilir. ör. sayfalama alanında. Bu yüzden sadece gerçekten gerekli ise kullanılmalıdır . Emin değilseniz , doğrulama modunda filtreleme kullanılması tavsiye edilir . ConnId güncel sürümü için varsayılan değer \: enabled 'dır. +enableFilteredResultsHandlerHelp=Bu işleyici bağlayıcının kaynaktan getirdiği sonuçları bağlayacı çercevesi seviyesinde filtreler. Bağlayıcı implementasyonları tarafından kullanılır ve kendi başlarına yeterli filtreleme yapamazlar. Bu işleyicinin etkinlieştirilmesinin bazı dezavantajları olabilir. ör. sayfalama alanında. Bu yüzden sadece gerçekten gerekli ise kullanılmalıdır . Emin değilseniz , doğrulama modunda filtreleme kullanılması tavsiye edilir . ConnId güncel sürümü için varsayılan değer : enabled 'dır. filteredResultsHandlerInValidationMode=Filrelemeyi sadece doğrulama modundayken yap -filteredResultsHandlerInValidationModeHelp=Sonuç filtrelemeyi doğrulama kipine çevirir\: bağlayıcı tarafında oluşturulan tüm veri bağlayıcı çatısı içinde doğru bir biçimde filtrelenmesi kontrol edilir. Filtreleme uygunsuzsa, hata atar. Bu kip bağlayıcların tam filtreleme sağladığı fakatbu işlevin doğrulanması gerektiği zamanlarda kullanılır. Mevcut ConnId'de varsayılan değeri 'yanlış'tır. +filteredResultsHandlerInValidationModeHelp=Sonuç filtrelemeyi doğrulama kipine çevirir: bağlayıcı tarafında oluşturulan tüm veri bağlayıcı çatısı içinde doğru bir biçimde filtrelenmesi kontrol edilir. Filtreleme uygunsuzsa, hata atar. Bu kip bağlayıcların tam filtreleme sağladığı fakatbu işlevin doğrulanması gerektiği zamanlarda kullanılır. Mevcut ConnId'de varsayılan değeri 'yanlış'tır. enableCaseInsensitiveFilter=Filtrelemeyi büyük/küçük harf ayrımsız yap enableCaseInsensitiveFilterHelp=Bu seçenek kaynak üzerindeki tüm öznitelikleri büyük/küçük harf duyarsız yapar. ConnId'deki varsayılan değeri 'pasif' tir. enableNormalizingResultsHandler=Döndürülen veriyi normalize eden işleyiciyi aktifleştir @@ -3354,13 +3356,13 @@ TreeTablePanel.menu.deleteMember.confirm=Tüm seçili kullanıcılar (kullanıc TreeTablePanel.menu.deleteAllMembers.confirm=Tüm odak öğeleri (kullanıcılar, organizasyonlar, servisler, roller) sistemden daimi olarak silinecektir. Bu işlemi gerçekleştirmek istediğinize emin misini? PageTasksCertScheduling.title=Gözden geçirme zamanlaması PageResourceVisualization.title={0} için eşlemelerin görselleştirilmesi -PageResourceVisualization.dotMessage=DOT grafiğinin işlenmesi gerçeklştirilemiyorç Lütfen aşağıdaki hata mesajına bakın ve şundan emin olun\: +PageResourceVisualization.dotMessage=DOT grafiğinin işlenmesi gerçeklştirilemiyorç Lütfen aşağıdaki hata mesajına bakın ve şundan emin olun: PageResourceVisualization.dot1=DOT işleyici yazılım sunucunuza kuruldu. PageResourceVisualization.dot2=config.xml'deki DOT işleyici programın yolu doğru ayarlandı. PageResourceVisualization.moreInformation=Detaylı bilgi için bakınız PageResourceVisualization.moreInformationLink=bu tanımlık -PageResourceVisualization.errorMessage=Hata mesajı\: -PageResourceVisualization.seeOnline=Online bir DOT işleyiciyi kullanmauı deneyebilirsiniz, örneğin\: +PageResourceVisualization.errorMessage=Hata mesajı: +PageResourceVisualization.seeOnline=Online bir DOT işleyiciyi kullanmauı deneyebilirsiniz, örneğin: PageResourceVisualization.seeOnlineLink=webgraphviz.com PageResourceVisualization.copyInstruction=DOT kodunu içine yapıştırın. OrgMemberPanel.editUserTitle=Edit/View details @@ -3458,7 +3460,7 @@ PageEvaluateMapping.message.emptyString=Please provide a mapping to execute. PageEvaluateMapping.result=Sonuç PageEvaluateMapping.mapping=Mapping PageEvaluateMapping.request=Talep -PageEvaluateMapping.chooseSample=Or use a sample\: +PageEvaluateMapping.chooseSample=Or use a sample: PageEvaluateMapping.sample.FullName_NoDelta=Tam isim eşlemesi (değişiklik yok) PageEvaluateMapping.sample.FullName_Delta=Tam isim eşlemesi (isimde değişiklik var) PageEvaluateMapping.sample.FullName_Delta_Ref=Tam isim eşlemesi (isimde değişiklik var); kaynak depo @@ -3477,8 +3479,8 @@ PageAssignmentConflicts.back=Geri PageAssignmentConflicts.submit=Gönder AssignmentCatalogPanel.selectTargetUser=Select target user AssignmentCatalogPanel.selectAssignmentsUserOwner=Select assignments user owner -AssignmentCatalogPanel.requestForMe=Target user\: me -AssignmentCatalogPanel.requestFor=Target user\: +AssignmentCatalogPanel.requestForMe=Target user: me +AssignmentCatalogPanel.requestFor=Target user: AssignmentCatalogPanel.requestForMultiple={0} users selected AssignmentCatalogPanel.assignmentsOwner={0}'s assignments MultiButtonPanel.plusIconTitle=Add item to shopping cart @@ -3569,8 +3571,8 @@ MergeType.EMPTY=empty PageMergeObjects.warningMessage=Two objects' oids should be specified PageSelfRegistration.register=Register PageSelfRegistration.registration.success=Registration was successful -PageSelfRegistration.registration.error=Registration failed \: {0} -PageSelfRegistration.registration.confirm.message=Congratulation\! \n\n\n You have been successfully registered. To activate your account check your email and confirm your registration. +PageSelfRegistration.registration.error=Registration failed : {0} +PageSelfRegistration.registration.confirm.message=Congratulation! \n\n\n You have been successfully registered. To activate your account check your email and confirm your registration. PageRegistrationConfirmation.confirmation.error=Failed to confirm your registration. We are sorry, but probably you'll need to contact system administrator. PageRegistrationConfirmation.continueToLogin=Continue to login page PageRegistrationConfirmation.confirmation.successful=Confirmation successful @@ -3596,9 +3598,9 @@ PageSelfRegistration.password.policy= PageResetPassword.reset.successful=New password was set successfully. Continue with login. PageForgotPassword.form.submited.message=Confirmation link was sent to the email provided. To reset your password, click on the confirmation link and follow instructions. pageForgetPassword.message.policy.not.found=Reset password not allowed -PageAbstractSelfCredentials.save.password.failed=Failed to change password\: {0} +PageAbstractSelfCredentials.save.password.failed=Failed to change password: {0} PageResetPassword.title=Şifre Değiştir -PageResetPasswordConfirmation=Reset password confirmation +PageResetPasswordConfirmation.title=Reset password confirmation PageResetPasswordConfirmation.confirmation.error=Reset password is not allowed. We are sorry, but probably you'll need to contact system administrator. PageResetPasswordConfirmation.authnetication.failed=Hatalı kullanıcı adı veya şifre ItemPathSegmentPanel.itemToSearch=Search for {0} @@ -3609,6 +3611,7 @@ DecisionDto.rejectedDueToTimeout=(zaman aşımı yüzünden reddedildi) DecisionDto.AUTO_APPROVAL_CONDITION=(auto-approval condition) DecisionDto.AUTO_COMPLETION_CONDITION=(otomatik-tamamlama koşulu) DecisionDto.NO_ASSIGNEES_FOUND=(no approvers found) +wf.comment=Comment wf.object=Nesne wf.target=Hedef wf.originalAssignee=Asıl vekil @@ -3622,12 +3625,23 @@ wf.escalationLevelName=Yükseltme seviyesi adı wf.escalationLevelDisplayName=Yükseltme seviyesi ekran adı wf.workItemId=İş öğesi ID wf.processInstanceId=Süreç örneği ID +wf.requesterComment=Requester comment +wf.causeType=Cause type +wf.causeName=Cause name +wf.causeDisplayName=Cause display name PageAccountActivation.account.activation.successful=Activation of accounts was successful PageAccountActivation.account.activation.failed=Failed to activate accounts. Please, contact system administrator -PageAccountActivation.activated.shadows=Activated shadows\: +PageAccountActivation.activated.shadows=Activated shadows: PageAccountActivation.button.activate=Activate PageAccountActivation.activate.accounts.label=Account activation for user '{0}'. PageAccountActivation.provide.password=Please, provide your password to activate accounts. PageAccountActivation.title=Account activation PageAccountActivation.nothing.to.activate=Unexpected problem occurs while trying to activate account. Please contact system administrator PageAccountActivation.authentication.failed=Authentication failed +operation.com.evolveum.midpoint.web.page.admin.reports.PageCreatedReports.deleteReportOutput=Delete report (GUI) +operation.com.evolveum.midpoint.report.impl.ReportManagerImpl.deleteReportOutput=Delete report (Report) +operation.com.evolveum.midpoint.web.page.admin.reports.PageCreatedReports.downloadReport=Download report (GUI) +operation..com.evolveum.midpoint.report.impl.ReportManagerImpl.getReportOutputData=Load report (Report) +PageWorkItem.couldNotGetWorkItem=Couldn't get work item. It might have been already completed or deleted. +CsvDownloadButtonPanel.export=CSV export +AssignmentEditorDto.policyRuleTitle=Policy rule diff --git a/gui/admin-gui/src/main/resources/localization/Midpoint_zh_CN.properties b/gui/admin-gui/src/main/resources/localization/Midpoint_zh_CN.properties index 1ab939b7ce3..f21111a37b4 100644 --- a/gui/admin-gui/src/main/resources/localization/Midpoint_zh_CN.properties +++ b/gui/admin-gui/src/main/resources/localization/Midpoint_zh_CN.properties @@ -104,7 +104,7 @@ AssignmentTablePanel.menu.addDelegation=添加委托 AssignmentTablePanel.menu.deleteDelegation=删除委托 AssignmentTablePanel.menu.unassign=取消分配 AssignmentTablePanel.menu.showAllAssignments=显示所有分配 -AssignmentTablePanel.message.couldntAssignObject=无法分配对象“{0}”,原因:{1}。 +AssignmentTablePanel.message.couldntAssignObject=Couldn't assign object '{0}', reason\\: {1}. AssignmentTablePanel.message.illegalAssignmentState=非法的分配状态“{0}”。 AssignmentTablePanel.message.noAssignmentSelected=没有选择分配。 AssignmentTablePanel.message.noDelegationsSelected=没有选择委托。 @@ -254,24 +254,24 @@ DefinitionScopeObjectType.RoleType=角色类型 DefinitionScopeObjectType.UserType=用户类型 DefinitionScopeObjectType.OrgType=组织结构类型 DefinitionScopeObjectType.ServiceType=服务类型 -deleteAllDialog.label.accountShadowsDelete=要将删除的账号影子链接:{0} -deleteAllDialog.label.nonAccountShadowsDelete=要删除的非账号影子链接:{0} +deleteAllDialog.label.accountShadowsDelete=Account shadows to delete\\: {0} +deleteAllDialog.label.nonAccountShadowsDelete=Non-Account shadows to delete\\: {0} deleteAllDialog.label.org=组织机构 -deleteAllDialog.label.orgUnitsDelete=要删除的组织机构:{0} +deleteAllDialog.label.orgUnitsDelete=Org. units to delete\\: {0} deleteAllDialog.label.shadow.account=账号影子链接 deleteAllDialog.label.shadow.nonAccount=非账号影子链接 deleteAllDialog.label.shadow.org=组织机构影子链接 deleteAllDialog.label.shadow.role=角色影子链接 -deleteAllDialog.label.totalToDelete=所有要删除的对象:{0} -deleteAllDialog.label.usersDelete=要删除的用户:{0} (管理员用户不会被删除) +deleteAllDialog.label.totalToDelete=Total objects to delete\\: {0} +deleteAllDialog.label.usersDelete=Users to delete\\: {0} (User 'Administrator' will not be deleted) deleteAllDialog.label.users=用户 -deleteAllDialog.message.choose=选择要删除的对象类型: +deleteAllDialog.message.choose=Choose object types to delete\\: deleteAllDialog.no=否 deleteAllDialog.yes=是 -DeltaPanel.label.changeType=变更类型 -DeltaPanel.label.modifications=修改内容: -DeltaPanel.label.objectToAdd=添加对象: -DeltaPanel.label.oid=对象OID +DeltaPanel.label.changeType=Change type\\: +DeltaPanel.label.modifications=Modifications\\: +DeltaPanel.label.objectToAdd=Object to add\\: +DeltaPanel.label.oid=object with oid\\: direction.nullvalid=请选择 DoubleButtonPanel.button.default=运行 DoubleButtonPanel.download=下载 @@ -305,7 +305,7 @@ ExpressionEditorPanel.label.language=语言 ExpressionEditorPanel.label.type=表达式类型 ExpressionEditorPanel.label.description=描述 ExpressionEditorPanel.label.valuePolicyRef=策略引用 -ExpressionEditorPanel.message.cantSerialize=无法从提供的 xml 表达式创建 JAXBElement 。请输入正确的表达式。原因\: {0} +ExpressionEditorPanel.message.cantSerialize=Could not create JAXBElement from provided XML expression. Please enter correct expression. Reason\\: {0} ExpressionEditorPanel.message.expressionSuccess=表达式已成功更新。 ExpressionEvaluatorType.AS_IS=如 ExpressionEvaluatorType.GENERATE=生成 @@ -328,10 +328,10 @@ FeedbackAlertMessage.error=错误 FeedbackAlertMessage.info=信息 FeedbackAlertMessage.success=成功 FeedbackAlertMessage.warn=警告 -feedbackMessagePanel.cause=原因: +feedbackMessagePanel.cause=Cause\\: feedbackMessagePanel.collapseAll=全部折叠 -feedbackMessagePanel.context=上下文: -feedbackMessagePanel.count=数量: +feedbackMessagePanel.context=Context\\: +feedbackMessagePanel.count=Count\\: feedbackMessagePanel.expandAll=全部展开 feedbackMessagePanel.export=导出到XML feedbackMessagePanel.hideStack=[隐藏错误堆栈] @@ -347,7 +347,7 @@ feedbackMessagePanel.message.success=成功 feedbackMessagePanel.message.undefined=未定义 feedbackMessagePanel.message.unknown=未知 feedbackMessagePanel.message.warn=警告 -feedbackMessagePanel.param=参数: +feedbackMessagePanel.param=Param\\: feedbackMessagePanel.showStack=[显示错误堆栈] feedbackMessagePanel.times=次数 feedtempMessagePanelbackMessagePanel.message.info=信息 @@ -403,7 +403,7 @@ JasperReportConfigurationPanel.forPrompting=提示 JasperReportConfigurationPanel.parameterClass=参数类 JasperReportConfigurationPanel.nestedClass=嵌套类 JasperReportConfigurationPanel.parameterName=参数名称 -JasperReportConfigurationPanel.parameterProperty=属性:{0} +JasperReportConfigurationPanel.parameterProperty=Property\\: {0} JasperReportConfigurationPanel.reportFields=报表字段 JasperReportConfigurationPanel.reportParameters=报表参数 JasperReportConfigurationPanel.reportQuery=报表查询 @@ -520,7 +520,7 @@ MappingEditorDialog.label.strength=强度 MappingEditorDialog.label.target=目标 MappingEditorDialog.label.timeFrom=起始时间 MappingEditorDialog.label.timeTo=截至时间 -MappingEditorDialog.message.cantSave=不能保存映射,原因: +MappingEditorDialog.message.cantSave=Couldn't save mapping. Reason\\: MappingEditorDialog.message.warn.emptyTarget=入站映射需要指定“目标”字段。 MappingsStatistics.AverageTime=平均时间 MappingsStatistics.Count=调用次数 @@ -537,13 +537,13 @@ Message.SourceMemory=内存中的任务 (已获取 {0}) Message.SourceRepository=存储库(统计信息更新于{0}) message.success=答案已经更新成功 message.WrongAnswer=问题没有正确回答 -ModelOperationStatusPanel.label.focusName=对象: -ModelOperationStatusPanel.label.focusType=类型: -ModelOperationStatusPanel.label.primaryDelta=主体变更数据: -ModelOperationStatusPanel.label.state=状态: -ModelOperationStatusPanel.state.FINAL=最终:已经执行操作(成功或失败) -ModelOperationStatusPanel.state.PRIMARY=首先:操作已经审批 -ModelOperationStatusPanel.state.SECONDARY=资源操作正在审批中 +ModelOperationStatusPanel.label.focusName=Object\\: +ModelOperationStatusPanel.label.focusType=of type\\: +ModelOperationStatusPanel.label.primaryDelta=Primary delta\\: +ModelOperationStatusPanel.label.state=State\\: +ModelOperationStatusPanel.state.FINAL=Final\\: operation has been executed (successfully or not) +ModelOperationStatusPanel.state.PRIMARY=Primary\\: operation is being approved +ModelOperationStatusPanel.state.SECONDARY=Secondary\\: resource operation(s) are being approved ModificationsPanel.label.attribute=属性 ModificationsPanel.label.change=修改 ModificationsPanel.label.value=值 @@ -871,7 +871,7 @@ operation.com.evolveum.midpoint.web.page.admin.users.PageUsers.disableUsers=禁 operation.com.evolveum.midpoint.web.page.admin.users.PageUsers.enableUser=启用用户(GUI) operation.com.evolveum.midpoint.web.page.admin.users.PageUsers.enableUsers=用户启用(GUI) operation.com.evolveum.midpoint.web.page.admin.users.PageUser.sendToSubmit=发送提交(GUI) -operation.com.evolveum.midpoint.web.page.admin.users.PageUsers.reconcileUser=复核用户(GUI):{0} +operation.com.evolveum.midpoint.web.page.admin.users.PageUsers.reconcileUser=Reconcile user (Gui)\\: {0} operation.com.evolveum.midpoint.web.page.admin.users.PageUsers.reconcileUsers=复核用户(GUI) operation.com.evolveum.midpoint.web.page.admin.workflow.PageWorkItem.saveWorkItem=保存工作项(GUI) operation.com.evolveum.midpoint.web.util.WebModelUtils.deleteObject=删除对象(GUI) @@ -902,11 +902,11 @@ operation.com.evolveum.midpoint.web.component.wizard.resource.SchemaHandlingStep operation.com.evolveum.midpoint.web.component.wizard.resource.SynchronizationStep.saveResourceSynchronization=保存资源同步 operation.com.evolveum.midpoint.web.component.wizard.resource.CapabilityStep.saveCapabilities=保存资源功能 operation.com.evolveum.midpoint.web.page.admin.PageAdminFocus.loadShadow=载入影子链接 -operationResultPanel.cause=原因: -operationResultPanel.context=上下文: -operationResultPanel.count=计数: +operationResultPanel.cause=Cause\\: +operationResultPanel.context=Context\\: +operationResultPanel.count=Count\\: operationResultPanel.hideStack=[隐藏错误] -operationResultPanel.param=参数: +operationResultPanel.param=Param\\: operationResultPanel.showStack=[显示错误] operationResultPanel.times=次 operationResultPanel.title.expectedError=预期错误 @@ -1002,8 +1002,8 @@ PageAccounts.message.ownerNotFound=没有找到OID为{0}的影子链接的所有 PageAccounts.message.unsupportedOwnerType=不支持的所有者类型。 pageAccounts.message.resourceNotSelected=没有选择资源,请选择一个资源来显示该对应的影子对象。 PageAccounts.message.success.clearExport=导出文件夹已成功清理 -PageAccounts.message.success.export=导出成功。导出的文件:{0}。 -PageAccounts.message.validationError=搜索对象类:"{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=无内容 PageAccounts.resource=资源 PageAccounts.shadows=影子链接 @@ -1114,9 +1114,9 @@ pageAdminFocus.organizations=组织机构 pageAdminFocus.assignments=分配关系 pageAdminFocus.message.couldntCreateAccountNoSchema=由于没有定义结构,不能从“{0}”创建投射对象表单。可能是连接器的配置或者连接问题,请查看日志获取更多的信息。 pageAdminFocus.message.couldntCreateAccountNoAccountSchema=由于没有定义默认账号结构,不能从“{0}”创建投射对象表单。可能是资源的配置问题,请查看日志获取更多的信息。 -pageAdminFocus.message.couldntCreateAccount=不能为 “{0}” 创建投射对象表单,原因: {1}。 +pageAdminFocus.message.couldntCreateAccount=Couldn't create projection form for '{0}', reason\\: {1}. pageAdminFocus.message.noAssignableSelected=未选择分配。 -pageAdminFocus.message.couldntAssignObject=不能分配对象‘{0}’,原因:{1}。 +pageAdminFocus.message.couldntAssignObject=Couldn't assign object '{0}', reason\\: {1}. pageAdminFocus.message.noActivationFound=没有为“{0}”投射对象找到激活信息。 pageAdminFocus.message.noEnabledPropertyFound=账号‘{0}’中没有发现可用的属性。 pageAdminFocus.message.noLockoutStatusPropertyFound=账号‘{0}’中没有找到锁定状态的属性。 @@ -1232,7 +1232,7 @@ PageCertCampaign.menu.revoke=撤销 PageCertCampaign.name=名称 PageCertCampaign.numberOfStages=阶段数量 PageCertCampaign.owner=所有者 -PageCertCampaigns.agoForCampaign=(活动:{0}之前) +PageCertCampaigns.agoForCampaign=(campaign\\: {0} ago) PageCertCampaigns.agoForStage={0}之前 PageCertCampaigns.button.closeCampaign=关闭活动 PageCertCampaigns.button.closeStage=关闭阶段 @@ -1242,7 +1242,7 @@ PageCertCampaigns.button.startRemediation=启动补救 PageCertCampaigns.dialog.title.confirmCloseCampaign=确认关闭活动 PageCertCampaigns.dialog.title.confirmCloseStage=确认关闭阶段 PageCertCampaigns.dialog.title.confirmDeleteCampaign=确认删除活动 -PageCertCampaigns.inForCampaign=(活动:在{0}) +PageCertCampaigns.inForCampaign=(campaign\\: in {0}) PageCertCampaigns.inForStage=在{0} PageCertCampaigns.menu.close=关闭活动 PageCertCampaigns.menu.closeSelected=关闭删除的活动 @@ -1255,7 +1255,7 @@ PageCertCampaigns.message.closeStageConfirmSingle=确实要关闭活动‘{0}’ PageCertCampaigns.message.deleteCampaignConfirmMultiple=确实要删除选中的{0}个活动吗? PageCertCampaigns.message.deleteCampaignConfirmSingle=确实要删除活动‘{0}’吗? PageCertCampaigns.message.noCampaignsSelected=没有选中相关的活动 -PageCertCampaigns.nowForCampaign=(活动:现在) +PageCertCampaigns.nowForCampaign=(campaign\\: now) PageCertCampaigns.nowForStage=现在 PageCertCampaigns.table.deadline=阶段(活动)截至日期 PageCertCampaigns.table.escalationLevel=升级级别 @@ -1372,21 +1372,21 @@ PageCertDefinition.scopeEnabledItemsOnly=仅启用的项 PageCertDefinition.stagesDefinition=阶段定义 PageCert.in=位于{0} PageCert.message.assignment={0}共{1} {2}到{3} {4}。 -PageCert.message.textAdministrativeState=管理状态:{0}。 +PageCert.message.textAdministrativeState=Administrative state\\: {0}. PageCert.message.textAssignment=分配 -PageCert.message.textDescription=描述:{0}。 -PageCert.message.textExtensions=定义的扩展:{0}。 +PageCert.message.textDescription=Description\\: {0}. +PageCert.message.textExtensions=Extensions defined\\: {0}. PageCert.message.textInducement=间接分配 -PageCert.message.textIntent=用途:{0}。 -PageCert.message.textKind=类型:{0}。 -PageCert.message.textOrder=订单:{0}。 -PageCert.message.textOrg=组织:{0}。 -PageCert.message.textRelation=关系:{0}。 -PageCert.message.textTenant=租户:{0}。 -PageCert.message.textValidFrom=有效始于:{0}。 -PageCert.message.textValidTo=有效截至:{0}。 +PageCert.message.textIntent=Intent\\: {0}. +PageCert.message.textKind=Kind\\: {0}. +PageCert.message.textOrder=Order\\: {0}. +PageCert.message.textOrg=Org\\: {0}. +PageCert.message.textRelation=Relation\\: {0}. +PageCert.message.textTenant=Tenant\\: {0}. +PageCert.message.textValidFrom=Valid from\\: {0}. +PageCert.message.textValidTo=Valid to\\: {0}. PageCert.now=现在 -StageEditorPanel.stageDefinitionLabelName = 阶段定义 \# +StageEditorPanel.stageDefinitionLabelName = Stage Definition \\# StageDefinitionPanel.stageName = 名称 StageDefinitionPanel.stageDescription = 描述 StageDefinitionPanel.stageDuration = 持续时间 @@ -1432,7 +1432,7 @@ pageContentAccounts.menu.disableAccounts=禁用选定的 pageContentAccounts.menu.enableAccounts=启用选定的 pageContentAccounts.menu.importAccounts=导入选定的 pageContentAccounts.menu.removeOwners=删除选定的 -pageContentAccounts.message.cantImportAccount=不能导入账号,OID\={0} +pageContentAccounts.message.cantImportAccount=Can't import account, oid\\={0} pageContentAccounts.message.cantShowAccountDetails=不能显示账号{0}的详情({1})。 pageContentAccounts.message.cantShowUserDetails=不能显示用户‘{0}’详细信息({1}). pageContentAccounts.message.deleteConfirmation=确实要从该资源中删除 {0} 个账号? @@ -1474,7 +1474,7 @@ PageCreatedReports.title=创建的报表 PageDashboard.accounts=我的账号 PageDashboard.activeTasks=活动的任务 PageDashboard.activeUsers=活动用户 -PageDashboard.assignments=我的分配 +PageDashboard.assignments=My assignments PageDashboard.personalInfo=个人信息 PageDashboard.serverLoad=服务器负载 PageDashboard.systemInfo=系统状态 @@ -1523,7 +1523,7 @@ pageDebugList.message.deleteObjectConfirm=确实要删除‘{0}’吗? pageDebugList.message.deleteSelectedConfirm=确实要删除{0}个对象吗? pageDebugList.message.laxativeProblem=删除所有身份操作未成功执行 pageDebugList.message.nothingSelected=还没有选择对象。 -pageDebugList.message.queryException=不能创建基于名称的查询,原因:{0} +pageDebugList.message.queryException=Couldn't create query for name substring, reason\\: {0} pageDebugList.message.resourceNotSelected=没有选择资源。 pageDebugList.message.singleOrgDeleteProblem=不能删除组织单元 pageDebugList.message.singleShadowDeleteProblem=不能删除影子链接 @@ -1584,8 +1584,8 @@ PageInternals.consistencyChecks=Check consistency PageInternals.encryptionChecks=Check encryption PageInternals.readEncryptionChecks=Check read encryption PageInternals.detailedDebugDump=详细的调试转储 -PageInternals.message.debugUpdatePerformed=调试工具已更新。新值:{0} -PageInternals.message.internalsConfigUpdate=内部配置更新。consistencyChecks\: {0}, encryptionChecks\: {1}, readEncryptionChecks\: {2}, QNameUtil. tolerateUndeclaredPrefixes\: {3} +PageInternals.message.debugUpdatePerformed=Debug util updated. New value\\: {0} +PageInternals.message.internalsConfigUpdate=Internals config update. consistencyChecks\\: {0},encryptionChecks\\: {1}, readEncryptionChecks\\: {2}, QNameUtil.tolerateUndeclaredPrefixes\\: {3} PageInternals.offset=偏移 PageInternals.title.debugUtil=调试工具 PageInternals.title.internalsConfig=内部配置 @@ -1618,7 +1618,7 @@ InternalCounters.prismObjectCloneCount=Prism object clone InternalCounters.roleEvaluationCount=Role evaluation count InternalCounters.roleEvaluationSkipCount=Role evaluation skip count InternalCounters.projectorRunCount=Projector run count -pageLogging.appender=附加器: +pageLogging.appender=Appender\\: pageLogging.appenders=附加器 pageLogging.appenders.appending=附加 pageLogging.appenders.filePath=文件路径 @@ -1628,7 +1628,7 @@ pageLogging.appenders.maxHistory=最大历史记录 pageLogging.appenders.name=名称 pageLogging.appenders.pattern=模式 pageLogging.audit=审计 -pageLogging.auditLog=审计日志文件: +pageLogging.auditLog=Audit to log file\\: pageLogging.button.addClassLogger=添加日志 pageLogging.button.addComponentLogger=添加组件日志 pageLogging.button.addConsoleAppender=添加控制台附加器 @@ -1640,8 +1640,8 @@ pageLogging.button.deleteFilter=删除筛选器 pageLogging.button.deleteLogger=删除日志 pageLogging.button.reset=重置 pageLogging.button.save=保存 -pageLogging.details=明细: -pageLogging.dumpInterval=转储间隔: +pageLogging.details=Details\\: +pageLogging.dumpInterval=Dump interval\\: pageLogging.filter.ALL=所有 pageLogging.filter=筛选器 pageLogging.filter.GUI=Web筛选器 @@ -1668,18 +1668,18 @@ pageLogging.loggersTable=日志表格 pageLogging.logger.TASKMANAGER=任务管理日志 pageLogging.logger.WORKFLOWS=工作流模块日志 pageLogging.logSubsystemEntryExit=日志子系统入口/出口 -pageLogging.performanceStatistics=性能统计: +pageLogging.performanceStatistics=Performance statistics\\: pageLogging.profiling=分析 -pageLogging.requestFilter=请求筛选器: -pageLogging.rootAppender=根附加器: -pageLogging.rootLevel=根日志: +pageLogging.requestFilter=Request filter\\: +pageLogging.rootAppender=Root appender\\: +pageLogging.rootLevel=Root logger\\: pageLogging.subsystem.appender=附加器 pageLogging.subsystem.level=级别 pageLogging.subsystem.model=模型 pageLogging.subsystem.provisioning=预配 pageLogging.subsystem.repository=存储库 pageLogging.subsystem.resourceObjectChangeListener=资源对象变更监听 -pageLogging.subsystems=子系统: +pageLogging.subsystems=Subsystems\\: pageLogging.subsystem..taskManager=任务管理器 pageLogging.subsystem.ucf=UCF pageLogging.subsystem.workflow=工作流 @@ -1883,8 +1883,8 @@ PageRoleEditor.label.ownerRef.placeholder=设置所有者 PageRoleEditor.label.requestable=可请求的 PageRoleEditor.label.riskLevel=风险级别 PageRoleEditor.label.type=类型 -PageRoleEditor.message.addApproverOk=审批人‘{0}’已经成功添加。 -PageRoleEditor.message.addOwnerOk=所有者‘{0}’已经成功添加。 +PageRoleEditor.message.addApproverOk=Approver with name\\: '{0}' was added successfully. +PageRoleEditor.message.addOwnerOk=Owner with name\\: '{0}' was added successfully. PageRoleEditor.message.cantAddOwner=不能设置选择的所有者。 PageRoleEditor.message.cantCreateExtensionDelta=不能创建角色扩展的变更记录 PageRoleEditor.subtitle.activation=激活 @@ -1909,7 +1909,7 @@ PageRoles.title=角色列表 pageSecurityQuestions.message.WrongAnswer=问题没有回答正确 pageSecurityQuestions.message.noPolicySet=没有设置密码策略 PageSecurityQuestions.title=安全问题 -PageShowPassword.message=您的密码是: +PageShowPassword.message=Your new password is\\: PageShowPassword.success=新密码已经创建 PageShowPassword.title=新密码 PageSizePopover.title=每页数量 @@ -1952,7 +1952,7 @@ pageTask.category.Reconciliation=复核 pageTask.category.UserRecomputation=用户重算 pageTask.category.Workflow=工作流 pageTask.createSuspended=以挂起状态创建 -pageTask.cronHelp=类CRON格式:SECONDS MINUTES HOURS DAY-OF-MONTH MONTH DAY-OF-WEEK YEAR (可选),比如‘0 0 12 ? * WED’表示每个周三的下午12点。 +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=更多信息,请看 pageTask.cronHelpLinkTutorial=教程 pageTask.cronSpec=以CRON类似格式进行安排 @@ -1972,7 +1972,7 @@ pageTaskEdit.button.stopApprovalProcess=停止审批流程 pageTaskEdit.button.save=保存 pageTaskEdit.button.suspend=挂起 pageTaskEdit.category=分类 -pageTaskEdit.cronHelp=类CRON格式:SECONDS MINUTES HOURS DAY-OF-MONTH MONTH DAY-OF-WEEK YEAR (可选),比如‘0 0 12 ? * WED’表示每个周三的下午12点。 +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=更多信息,请看 pageTaskEdit.cronHelpLinkTutorial=教程 pageTaskEdit.cronSpec=以CRON类似格式进行安排 @@ -2054,8 +2054,8 @@ pageTask.objectClass=对象类 pageTask.objectRef=资源引用 pageTask.options=选项 pageTask.recurring=周期性任务 -pageTask.runUntilNodeDown.error1=‘线程停止动作’兼容的数据:关闭、挂起 -pageTask.runUntilNodeDown.error2=‘线程停止动作’兼容的数据:重新启动、重新调度 +pageTask.runUntilNodeDown.error1=Compatible data for 'Thread stop action' are\\: Close, Suspend +pageTask.runUntilNodeDown.error2=Compatible data for 'Thread stop action' are\\: Restart, Reschedule pageTask.runUntilNodeDown=仅当节点停止后运行 pageTasks.alreadyPassed=已经通过 pageTasks.alreadyPassedForNotRunningTasks=(已经通过) @@ -2153,7 +2153,7 @@ PageTasks.title=任务 pageTasks.unknownRefName=未知的对象 pageTask.threadStop=线程停止动作 pageTask.title.edit='{0}'的详细信息 -pageTask.type=类型: +pageTask.type=Type\\: page.title.edit={0} page.title.editResource=编辑资源 pageUser.accounts=账号 @@ -2184,8 +2184,8 @@ pageUser.message.cantEditUser=编辑用户时不能载入数据。 pageUser.message.cantNewUser=新建用户时不能载入数据。 pageUser.message.cantSubmitUser=不能提交用户数据 pageUser.message.cantUpdateUser=更新用户失败 -pageUser.message.couldntAssignObject=不能分配对象‘{0}’,原因:{1}。 -pageUser.message.couldntCreateAccount=不能为‘{0}’创建账号,原因:{1}。 +pageUser.message.couldntAssignObject=Couldn't assign object '{0}', reason\\: {1}. +pageUser.message.couldntCreateAccount=Couldn't create account form for '{0}', reason\\: {1}. pageUser.message.couldntCreateAccountNoSchema=不能为‘{0}’创建账号表单,没有可用的架构定义。可能是连接器的配置或者连接错误,请查看日志获取更多信息。 pageUser.message.deleteAccountConfirm=确实要删除{0}个账号吗? pageUser.message.deleteAssignmentConfirm=确实要删除{0}个分配吗? @@ -2261,26 +2261,26 @@ pageWorkItem.objectNew.description=变动提交后的对象 pageWorkItem.objectOld.description=变更前的对象 pageWorkItem.options=选项 pageWorkItem.requestCommon.description=关于请求的基本信息 -pageWorkItem.requestedBy=请求方: -pageWorkItem.requestedOn=请求时间: +pageWorkItem.requestedBy=Requested by\\: +pageWorkItem.requestedOn=Requested on\\: pageWorkItem.requester.description=请求方 pageWorkItem.requestSpecific.description=您的决定 -workItemPanel.originallyAllocatedTo=原始分配给: -workItemPanel.currentlyAllocatedTo=当前分配给: -workItemPanel.candidateActors=预备参与者: -workItemPanel.stage=审批阶段: -workItemPanel.escalationLevel=升级级别: -workItemPanel.requesterComment=请求人评论: +workItemPanel.originallyAllocatedTo=Originally allocated to\\: +workItemPanel.currentlyAllocatedTo=Currently allocated to\\: +workItemPanel.candidateActors=Candidate actors\\: +workItemPanel.stage=Approval stage\\: +workItemPanel.escalationLevel=Escalation level\\: +workItemPanel.requesterComment=Requester comment\\: workItemPanel.delta=需要审批的变更数据 workItemPanel.mainInfo=基本信息 workItemPanel.options=选项 -workItemPanel.requestedBy=请求人: -workItemPanel.requestedOn=请求时间: -workItemPanel.workItemCreatedOn=工作项创建于: -workItemPanel.workItemDeadline=截至时间: +workItemPanel.requestedBy=Requested by\\: +workItemPanel.requestedOn=Requested on\\: +workItemPanel.workItemCreatedOn=This work item created on\\: +workItemPanel.workItemDeadline=Deadline\\: workItemPanel.requester.description=请求人 workItemPanel.subTitle=工作项明细 -workItemPanel.title=工作: +workItemPanel.title=Work to do\\: workItemPanel.changesToBeApproved=需要审批的变更 workItemPanel.additionalAttributes=附加属性 workItemPanel.approvalHistory=请求的审批历史 @@ -2312,10 +2312,10 @@ PageWorkItemsAll.title=所有工作项 PageWorkItemsAllocatedToMe.title=分配给我的工作xia PageWorkItem.title=工作项详情 PageWorkItem.subTitle=工作项明细 -pageWorkItem.title=工作: +pageWorkItem.title=Work to do\\: pageWorkItem.trackingData.description=跟踪(诊断)数据 pageWorkItem.trackingData=跟踪数据 -pageWorkItem.workItemCreatedOn=工作项创建于: +pageWorkItem.workItemCreatedOn=This work item created on\\: passwordPanel.error=密码不匹配。 passwordPanel.passwordChange=变更 passwordPanel.passwordRemove=移除 @@ -2356,17 +2356,17 @@ prismPropertyPanel.name.credentials.password=密码 prismPropertyPanel.required=必须的 prismValuePanel.add=添加 prismValuePanel.delete=删除 -prismValuePanel.message.association.attributes=属性: -processInstancePanel.details=其他信息: -processInstancePanel.finished=已完成: +prismValuePanel.message.association.attributes=Attributes\\: +processInstancePanel.details=Other information\\: +processInstancePanel.finished=Finished\\: processInstancePanel.message.cantGetDetails=不能获取进程实例详细信息。 processInstancePanel.message.noTasks=无 -processInstancePanel.name=进程实例名称: -processInstancePanel.pid=实例ID: -processInstancePanel.started=已启动: +processInstancePanel.name=Process instance name\\: +processInstancePanel.pid=Instance ID\\: +processInstancePanel.started=Started\\: processInstancePanel.taskAlreadyRemoved=(已移除) -processInstancePanel.task=系统任务: -processInstancePanel.tasks=当前活动工作项: +processInstancePanel.task=System task\\: +processInstancePanel.tasks=Currently active work items\\: processInstancePanel.title.edit=‘{0}’的详细信息 ProfilingLevel.ARGUMENTS=参数 ProfilingLevel.ENTRY_EXIT=入口//出口 @@ -2401,7 +2401,7 @@ ProvisioningStatistics.UpdateFailure=失败 ProvisioningStatistics.UpdateSuccess=更新成功 QNameEditor.label.localPart=本地部分名称 QNameEditor.label.namespace=命名空间 -QNameEditor.tooltip.attribute=TODO\: QNameEditor.tooltip.attribute +QNameEditor.tooltip.attribute=TODO\\: QNameEditor.tooltip.attribute QNameEditor.tooltip.localPart=QName的本地部分 QNameEditor.tooltip.namespace=QName的命名空间 RangeValidator.range=字段 "${label}" 必须介于 $ {minimum} 和 $ {maximum} 之间。 @@ -2517,12 +2517,12 @@ ResourceWizard.expression.tooltip.expression=表达式的XML表示。这是将 ResourceWizard.expression.tooltip.language=表达式编写的编程语言。 ResourceWizard.expression.tooltip.policyRef=对值策略对象的引用。指定的值策略将用作生成值的模板。 ResourceWizard.expression.tooltip.type=表达式类型。这指定表达式是否是脚本、值生成器还是其他。 -ResourceWizard.help.capabilityStep=

资源 功能 是资源可以做的事情。并非所有资源在其功能上都是相等的。其中一个资源支持账号激活 (启用和禁用账号), 但其他则没有。一个资源提供读写访问权限, 而其他可以支持只读访问。一个资源支持 real-time 同步, 而另一种则没有。 功能 定义资源支持的功能, 以便系统可以相应地行为。

所有功能都可以 禁用 (即关闭)。禁用该功能将导致该系统不会使用该部分的连接器和资源。如果这些功能有故障, 通常会被禁用。如果连接器或资源中有 bug, 则通过禁用了相应的功能, 则可以会绕过该 bug。也可以基于管理原因, 这些功能也可以被禁用。例如, 禁用 创建 更新 删除 功能可使资源最终为只读。

某些功能可以 模拟 。这意味着, 系统可以假装资源具有特定的功能,即使它没有它。例如, 可以通过将特定账号属性设置为特定的值来模拟 激活 功能, 以禁用帐户。这种模拟功能通常需要一些配置。这也可以在此页上配置。

请参阅 资源功能 wiki 页 了解更多详细信息。 +ResourceWizard.help.capabilityStep=

Resource capabilities are the things that the resource can do. Not all the resource are equal in their capabilities. E.g. one resource supports account activation (enabling and disabling accounts) but other does not. One resource provides read-write access while other can support read-only access. One resource supports real-time synchronization while other does not. The capabilities define what features the resource supports so system can behave accordingly.

All the capabilities can be disabled (i.e. turned off). Disabling the capability will cause that system will not use that part of the connector and resource. The capabilities are usually disabled if they are faulty. E.g. if there is a bug in a connector or on the resource then the bug might be circumvented if appropriate capability is disabled. But the capabilities may be disabled also for administrative reasons. E.g. disabling Create, Update and Delete capabilities makes the resource efficiently read-only.

Some capabilities can be simulated. It means that system can pretend that the resource has specific capability even though it does not have it. E.g. an activation capability can be simulated by setting a specific account attribute to a specific value to disable an account. Such simulated capabilities usually require some configuration. This can also be configured on this page.

See Resource Capabilities wiki page for more details. ResourceWizard.help.configurationStep=

此阶段向导配置连接器配置属性。它们通常定义访问资源 (如主机名和端口号) 的网络参数。可以在此指定其他连接参数, 如操作网络超时和连接池配置。

每个连接器的连接器配置属性都是唯一的。特定的配置属性集由连接器配置架构确定。因此,此页的内容取决于在上一页中选择的连接器类型。

-ResourceWizard.help.nameStep=

此阶段向导配置资源的基本属性。它可用于配置资源名称和说明。连接器名称是必需的, 并且必须是唯一的。还必须配置将用于访问资源的连接器。连接器部署在连接线主机上。如果连接器主机属性为空值, 则将使用本地系统实例中部署的连接器。

请参阅 资源配置 wiki 页 以了解资源配置的详细说明。

-ResourceWizard.help.schemaHandlingStep=

此步骤用于提供 配置 以处理资源架构。此页上显示的配置将告诉系统 如何处理 资源对象类和属性。它包含用户属性和帐户属性之间的映射配置、帐户类型的配置、组、资源调配依赖项、密码映射等.

将配置分组到 对象类型 中。每个对象类型都定义了特定账号类型、权限类型、组织机构 等的行为。对象类型由 kind intent 的组合唯一标识。 种类 定义了该对象的类型\:

  • kind \= account 表示该对象是一个账号, 即它表示一个用户。
  • kind \= entitlement 适用于可以与账号关联并授予账号特权或访问权限的组、角色、权限、货物预报信息系统和类似对象.
  • kind \= generic 适用于其他对象 (如组织单位 (ou)、域等)
intent是一个普通的字符串, 可用于区分多个对象类型。它可用于定义多个账号类型, 例如 "默认用户帐户"、"管理帐户"、"测试帐户" 等。有关更多详细信息, 请参见 种类、用途和对象 wiki 页 .

提供了有关架构处理配置的更多详细信息 资源架构处理 wiki 页 。 -ResourceWizard.help.schemaStep=

此页显示资源架构。资源架构定义了连接器可以管理的 对象类 , 如账号、组、组织机构等。架构为每个对象类定义一组 属性 。该架构以只读形式呈现在这里, 以便您可以检查它并熟悉该资源提供的数据模型。

此页上显示的资源架构通常从资源中检索并由系统自动生成。资源架构定义资源 可以执行的 , 即它定义的对象类以及在对象类中使用的属性。因此, 架构是只读的。它 不是 配置。它 定义系统如何使用对象类和属性。这些可以在向导的后续步骤中进行配置。

请参见 资源架构 wiki 页 以了解资源架构概念的详细说明

-ResourceWizard.help.synchronizationStep=

同步配置定义了身份管理系统如何响应资源对象的变更,定义了系统在如发现新帐户、用户组应当存在而不存在时如何处理的方案。通常情况下,系统如何识别变化并不是重要,处理过程通常是相同的(尽管使用 通道 规范可能会存在不同)。因此, 此处配置的策略通常适用于 实时同步 复核 导入 发现 (一致性机制),以及将来可能出现的其他机制。

请参阅 同步配置 wiki 页 以了解更多详细信息。 +ResourceWizard.help.nameStep=

This stage of the wizard configures basic properties of the resource. It can be used to configure resource name and description. Connector name is mandatory and must be unique. Connector that will be used to access the resource must also be configured. Connectors are deployed on connector hosts. If the connector host is left empty then connectors deployed directly in the system instance will be used.

See Resource Configuration wiki page for detailed explanation of resource configuration.

+ResourceWizard.help.schemaHandlingStep=

This step is used to provide configuration for handling of resource schema. The configuration displayed on this page tells system what to do with resource object classes and attributes. It contains the configuration of mappings between user properties and account attributes, configuration of account types, groups, provisioning dependencies, password mapping and so on.

The configuration is grouped into object types. Each object type defines the behavior for specific account type, entitlement type, OU, etc. The object type is uniquely identified by the combination of kind and intent. The kind defines what kind of the object it is\\:

  • kind\\=account means that the object is an account, i.e. that it represents a user.
  • kind\\=entitlement is applied to groups, roles, privileges, ACIs and similar objects that can be associated with accounts and which give privileges or access rights to the account.
  • kind\\=generic applies to other objects such as organizational units (OUs), domains, etc.
Intent is a plain string that can be used to distinguish several object types. E.g. it can be used to define several account types, e.g. "default user account", "administration account", "testing account" and so on. See Kind, Intent and ObjectClass wiki page for more details.

More details about schema handling configuration are provided on Resource Schema Handling wiki page. +ResourceWizard.help.schemaStep=

This page shows resource schema. The resource schema defines object classes that the connector can manage, e.g. accounts, groups, organizational units and so on. The schema defines a set of attributes for each object class. The schema is presented here in read-only form so you can inspect it and familiarize yourself with the data model that the resource provides.

The resource schema presented at this page is usually retrieved from the resource and automatically generated by system. Resource schema defines what the resource can do, i.e. what object classes it defines and what attributes are used in the object classes. Therefore the schema is read-only. It is not a configuration. It does not defines how system uses the object classes and attributes. That is configured in next steps of the wizard.

See Resource Schema wiki page for detailed explanation of resource schema concepts

+ResourceWizard.help.synchronizationStep=

The synchronization configuration defines how Identity Manager reacts when it discovers that resource object has changed. E.g. it defines how system reacts when it discovers new account, when it discovers that a group that should exist does not and so on. It is usually does not matter how system discovers the change the reaction is usually the same (although exceptions are possible by using channel specification). Therefore the policy that is configured here usually applies to live synchronization, reconciliation, import, discovery (consistency mechanism) and possible also other mechanisms that may come in the future.

See Synchronization Configuration wiki page for more details. ResourceWizard.saveAndVisualize=保存和可视化 ResourceWizard.visualize=可视化 runReportPopupContent.button.run=运行报表 @@ -2549,18 +2549,19 @@ runReportPopupContent.param.name.role=角色 runReportPopupContent.param.name.roleOids=角色 runReportPopupContent.param.name.users=用户 runReportPopupContent.param.name.stageNumber=阶段数量(默认包括所有阶段) +runReportPopupContent.param.name.referencedRolesNames=Referenced Roles RunReportPopupPanel.title=报表运行前配置 -runUntilNodeDown.error1=‘线程停止操作’兼容的数据:关闭、挂起 -runUntilNodeDown.error2=‘线程停止操作’兼容的数据:重启、重新调度 -SchemaHandlingStep.activation.tooltip.fetchStrategy=当需要时如何获取属性。隐式:不需要请求时,默认返回属性;显示:默认不返回属性,需要显式的请求才能返回; +runUntilNodeDown.error1=Compatible data for 'Thread stop action' are\\: Close, Suspend +runUntilNodeDown.error2=Compatible data for 'Thread stop action' are\\: Restart, Reschedule +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=入站映射将值从资源 (入站映射将值从资源 (通常是账号) 映射到身份管理系统 (通常是用户)。 SchemaHandlingStep.activation.tooltip.outbound=出站映射将值从身份管理系统(通常是用户) 映射到资源(通常是账号)。 SchemaHandlingStep.association.label.associationName=关联ming'ch SchemaHandlingStep.association.label.associationNamespace=命名空间 SchemaHandlingStep.association.tooltip.associationAttribute=关联的属性的名称。即包含关联对象的标识符的属性。这通常是一个属性,例如 "成员"、"组"、"角色" 等。在 subject-to-object 关联中, 这是一个主题的属性 (例如, 帐户属性 "组")。在 object-to-subject 关联中, 这是一个对象的属性 (例如, 组属性 "成员")。 -SchemaHandlingStep.association.tooltip.associationLocalPart=TODO\: SchemaHandlingStep.association.tooltip.associationLocalPart -SchemaHandlingStep.association.tooltip.associationNamespace=TODO\: SchemaHandlingStep.association.tooltip.associationNamespace -SchemaHandlingStep.association.tooltip.direction=定义关联的方向。Object-to-subject:对象(如组)有一个属性,其中包含主题的标识符(例如,帐户);Subject-to-object:主题 (例如, 账号) 具有包含对象标识符的属性(例如, 组)。 +SchemaHandlingStep.association.tooltip.associationLocalPart=TODO\\: SchemaHandlingStep.association.tooltip.associationLocalPart +SchemaHandlingStep.association.tooltip.associationNamespace=TODO\\: SchemaHandlingStep.association.tooltip.associationNamespace +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=显式引用完整性。如果设置为 false, 则系统假定该资源实现参照完整性。例如, 如果重命名了账号并且系统不需要执行任何功能, 则系统假定资源会自动更新关联标识符。如果设置为 true, 则系统将显式地执行参照完整性。在这种情况下, 如果重命名了帐户, 系统将显式更新关联属性。 SchemaHandlingStep.association.tooltip.intent=关联目标对象类型的用途。目标的种类和用途确定对象类型关联目标类型,例如用户组、特权、角色等等。 SchemaHandlingStep.association.tooltip.kind=一种关联目标对象类型。这通常是 "授权"。目标的种类和用户确定对象类型是关联目标的类型,例如用户组、特权、角色等等。 @@ -2568,10 +2569,10 @@ SchemaHandlingStep.association.tooltip.valueAttribute=作为关联的值的来 SchemaHandlingStep.attribute.label.attributeName=属性名称 SchemaHandlingStep.attribute.label.attributeNamespace=属性命名空间 SchemaHandlingStep.attribute.tooltip.allow=如果选中, 则允许指定不在原始资源架构中的属性。这可用于修复不提供完整资源架构 (隐藏某些属性) 的故障连接器。 -SchemaHandlingStep.attribute.tooltip.attributeLocalPart=TODO\: SchemaHandlingStep.attribute.tooltip.attributeLocalPart -SchemaHandlingStep.attribute.tooltip.attributeNamespace=TODO\: SchemaHandlingStep.attribute.tooltip.attributeNamespace +SchemaHandlingStep.attribute.tooltip.attributeLocalPart=TODO\\: SchemaHandlingStep.attribute.tooltip.attributeLocalPart +SchemaHandlingStep.attribute.tooltip.attributeNamespace=TODO\\: SchemaHandlingStep.attribute.tooltip.attributeNamespace SchemaHandlingStep.attribute.tooltip.exclusiveStrong=如果设置为 false, 则强制和正常映射值将合并以生成最终的值集。如果设置为 true,则在至少有一个强制映射时使用强值。如果没有强制映射,则使用正常值。 -SchemaHandlingStep.attribute.tooltip.fetchStrategy=当需要时如何获取属性。隐式:不需要请求时,默认返回属性;显示:默认不返回属性,需要显式的请求才能返回; +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=入站映射将值从资源 (通常是账号) 映射到系统 (通常是用户)。 SchemaHandlingStep.attribute.tooltip.intolerantVP=当值匹配该模式时是不被容忍的。比如,属性值会被删除,即使不是系统处理的结果(映射)。 SchemaHandlingStep.attribute.tooltip.limitations=指定属性限制,如多样性、能否读取或者写等。 @@ -2581,7 +2582,7 @@ SchemaHandlingStep.attribute.tooltip.reference=配置属性的名称。下面的 SchemaHandlingStep.attribute.tooltip.tolerant=容错属性容忍在系统之外设置的值。非容错属性将只允许在系统中定义的值 (例如, 通过资源或角色映射)。 SchemaHandlingStep.attribute.tooltip.tolerantVP=当值匹配该模式时是可以容忍的。比如,属性值会被删除,即使不是系统处理的结果(映射)。 SchemaHandlingStep.button.add=添加对象类型 -SchemaHandlingStep.credentials.tooltip.fetchStrategy=定义在必要时如何获取凭证内容。隐式:默认时返回凭证内容,不需要重新请求;显式:默认不返回凭证内容,需要显式的请求才能获取数据。 +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=入站映射将值从资源 (通常是账号) 映射到系统 (通常是用户)。 SchemaHandlingStep.credentials.tooltip.outbound=出站映射将值从系统 (通常是用户) 映射到资源 (通常是一个账号)。 SchemaHandlingStep.credentials.tooltip.passwordPolicyRef=应用密码策略到该凭证。本项设置会覆盖其他设置,如系统默认提供的密码策略。如果此项不定义密码策略,则默认的密码策略起作用。 @@ -2589,10 +2590,10 @@ SchemaHandlingStep.dependency.tooltip.intent=依赖对象的用途设置 SchemaHandlingStep.dependency.tooltip.kind=依赖对象的类型设置 SchemaHandlingStep.dependency.tooltip.order=通常为零。可以指定一个整数,以确定形成循环的依赖关系的顺序,而不能以其他方式解决(又称高阶依赖关系)。 SchemaHandlingStep.dependency.tooltip.resourceRef=依赖的资源。 -SchemaHandlingStep.dependency.tooltip.strictness=指定如何严格地解决依赖关系。松弛:如果不存在依赖关系继续正常(仅用于强制执行操作排序);放松:除非先尝试依赖关系,否则拒绝执行操作,但如果失败,则继续;严格:"仅继续" 是先尝试依赖关系,然后成功。 +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=要尝试的最大迭代次数。如果达到尝试的最大迭代次数不成功,则操作将以失败告终。 -SchemaHandlingStep.iteration.tooltip.returnMultiplicity=TODO\: SchemaHandlingStep.iteration.tooltip.returnMultiplicity -SchemaHandlingStep.iteration.tooltip.variable=TODO\: SchemaHandlingStep.iteration.tooltip.variable +SchemaHandlingStep.iteration.tooltip.returnMultiplicity=TODO\\: SchemaHandlingStep.iteration.tooltip.returnMultiplicity +SchemaHandlingStep.iteration.tooltip.variable=TODO\\: SchemaHandlingStep.iteration.tooltip.variable SchemaHandlingStep.label.activation=激活 SchemaHandlingStep.label.assignmentPolicyRef=分配策略 SchemaHandlingStep.label.associations=关联 @@ -2613,7 +2614,7 @@ SchemaHandlingStep.limitations.tooltip.ignore=用于忽略属性的标志。系 SchemaHandlingStep.limitations.tooltip.layers=此限制适用的系统层。有时限制不适用于所有层。属性可以是正式的读写,但是希望它以只读的形式呈现到用户界面,并仅通过映射来更改它。在这种情况下,只读限制只适用于 "表示" 层。 SchemaHandlingStep.limitations.tooltip.maxOccurs=属性的最大出现次数。一个值是指值属性, "无界" 的值表示值属性。此处指定的值将重写从资源架构中取出的值。 SchemaHandlingStep.limitations.tooltip.minOccurs=属性的最小出现次数。值为零意味着可选属性, 值为一个表示强制属性。此处指定的值将重写从资源架构中取出的值。 -SchemaHandlingStep.limitations.tooltip.other=TODO\: REMOVE THIS TOOLTIP +SchemaHandlingStep.limitations.tooltip.other=TODO\\: REMOVE THIS TOOLTIP SchemaHandlingStep.limitations.tooltip.propertyAccess=允许或拒绝的访问类型。 SchemaHandlingStep.mapping.tooltip.authoritative=权威映射既添加又移除指定的值。非权威映射只添加值。例如,如果某个具有权威性映射的角色被删除,则该映射隐含的值也将被移除。如果删除了非权威性映射的角色,则该值将保持不变。 SchemaHandlingStep.mapping.tooltip.channel=将映射的使用限制在特定的通道类型。例如,来自实时同步、复核或GUI的变更。如果列出了该通道, 则将应用映射。如果不是这样, 它将不会被应用。如果未指定任何通道, 则没有任何限制,并且映射将对所有通道可用。 @@ -2630,30 +2631,30 @@ SchemaHandlingStep.mapping.tooltip.expressionValuePolicyRef=对值策略对象 SchemaHandlingStep.mapping.tooltip.source=映射源。映射将对其源的变化做出响应。源的值是映射中的表达式的输入参数。 SchemaHandlingStep.mapping.tooltip.strength=应用映射的强度。仅当目标中没有值时才应用弱映射。仅当源已更改时才应用普通映射。始终应用强映射。 SchemaHandlingStep.mapping.tooltip.target=映射目标。映射生成的值将应用于映射目标。 -SchemaHandlingStep.message.errorLoadingObjectTypeList=不能从资源中加载对象类型,错误: +SchemaHandlingStep.message.errorLoadingObjectTypeList=Couldn't load object class list from resource. Error\\: SchemaHandlingStep.message.saveError=不能保存架构处理设置,{0} SchemaHandlingStep.message.selectObjectClassAss=请在创建资源关联之前提供 "对象类" 属性。 SchemaHandlingStep.message.selectObjectClassAttr=请在创建资源属性之前提供 "对象类" 属性。 -SchemaHandlingStep.message.validationError=无效的插入的对象类:‘{0}’。请提供有效的对象类。 -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.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.title=架构处理设置 SchemaHandlingStep.tooltip.activation=定义如何映射激活状态(启用/禁用/归档)和日期(开始和截至的有效性)。 -SchemaHandlingStep.tooltip.assignmentPolicyRef=分配策略指定强制执行的分配的严格程度。无:作业根本不执行;正数:分配只添加值 (从不减);相对: 只传播更改, 现有的值就会被保留;完全: 一切都是严格执行的 (已更改和现有值)。 +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=如何处理权限关联的定义。 SchemaHandlingStep.tooltip.attributes=如何处理各个属性的定义。每个定义可能包含入站/出站映射、属性限制等。 SchemaHandlingStep.tooltip.credentials=定义如何处理凭证,比如密码。 SchemaHandlingStep.tooltip.default=如果设置为 true,则此定义为其类型的默认值。也就是说,如果未显式指定任何用途,则将使用此定义。 SchemaHandlingStep.tooltip.dependency=依赖项是在处理此对象类型之前必须处理的对象类型。即此对象类型取决于它们。此对象类型所依赖的对象类型将在该对象类型之前被调配。依赖项用于将排序强加到资源调配操作中。 -SchemaHandlingStep.tooltip.filterClause=TODO\: SchemaHandlingStep.tooltip.filterClause +SchemaHandlingStep.tooltip.filterClause=TODO\\: SchemaHandlingStep.tooltip.filterClause SchemaHandlingStep.tooltip.intent="用途" 指定系统应该对对象执行的处理内容。用途将同类对象分类为多个类别。具有不同用途的对象可以被系统按照不同的方式处理。 SchemaHandlingStep.tooltip.iteration=迭代查找唯一属性(如标识符)的值。身份管理系统将多次尝试查找此类属性的唯一值。 SchemaHandlingStep.tooltip.kind=Kind指定对象的类型,是账号、权限还是其他的。 SchemaHandlingStep.tooltip.objectClass=对象类,该架构将用于构造此对象类型的实例。 SchemaHandlingStep.tooltip.protected=此对象类型的受保护实例的规范。系统可以看到受保护的实例,但无法操作它们。任何修改它们的尝试都将失败。这用于保护紧急管理帐户,如 "root" 或 "管理员"。 SchemaHandlingStep.duplicateObjectTypeWarning=kind/intent有更多的定义:{0}。 -SchemaHandlingStep.in=入\: {0} +SchemaHandlingStep.in=入: {0} SchemaHandlingStep.out=出 SchemaHandlingStep.dup=DUP {0} SchemaListPanel.attributes=属性 @@ -2686,7 +2687,7 @@ SchemaStep.xml=XML SearchFilterPanel.button.update=更新语句 SearchFilterPanel.label.description=描述 SearchFilterPanel.label.filterClause=筛选语句 -SearchFilterPanel.message.cantSerialize=不能解析筛选语句。请输入正确的表达式。原因:{0} +SearchFilterPanel.message.cantSerialize=Could not parse filter clause. Please enter correct expression. Reason\\: {0} SearchFilterPanel.message.expressionSuccess=筛选语句已经更新成功。 searchForm.filetype.null=文件类型 searchForm.reportType.null=报表类型 @@ -2787,7 +2788,7 @@ SynchronizationStep.label.reaction=响应 SynchronizationStep.label.reconcile=复核 SynchronizationStep.label.syncObjectHeader=同步对象 SynchronizationStep.message.cantSave=不能保存资源同步设置。 -SynchronizationStep.message.errorLoadingObjectSyncList=不能加载资源的对象同步列表,错误: +SynchronizationStep.message.errorLoadingObjectSyncList=Couldn't load object synchronization list from resource. Error\\: SynchronizationStep.message.errorLoadingObjectTemplates=不能从存储库中加载对象模板。 SynchronizationStep.message.unsupportedActionFormat=您正在使用弃用的属性 "ref" 来定义响应操作。请改用元素 "handlerUri"。此向导中不会显示具有 "ref" 属性的操作。 SynchronizationStep.reaction.tooltip.action=显式操作。此设置定义了系统作为对同步事件的响应而必须执行的操作。 @@ -2840,7 +2841,7 @@ SystemConfigPanel.title.notification=通知 SystemConfigPanel.title.passwordPolicy=全局的密码策略 SystemConfigPanel.title.securityPolicy=全局安全策略 SystemConfigPanel.title.userTemplate=默认用户模板 -SystemConfigPanel.tooltip.duration=格式\: p [n] [p],n-数字,p-期间 (d-天,m-月,...),P3M-每3月清理 +SystemConfigPanel.tooltip.duration=Format\\: P[n][p], n-number, p-period (d - days, m - months, ...), P3M - cleanup every 3 months SystemInfoPanel.cpuUsage=CPU使用率 SystemInfoPanel.heapMemory=堆栈内存(已用/已提交/最大) SystemInfoPanel.nonHeapMemory=非堆栈内容(已用/已提交/最大) @@ -2867,7 +2868,7 @@ TaskListType.ACTIVATED=已激活 TaskListType.ALL=所有 TaskListType.DEACTIVATED=已冻结 TaskListType.EXECUTING=执行中 -TaskStatePanel.countersSource=统计和状态信息源: +TaskStatePanel.countersSource=Statistical and state information source\\: TaskStatePanel.currentObjectProcessed=正在处理的当前对象 TaskStatePanel.executionStatus=执行状态 TaskStatePanel.executionTime=执行时间 @@ -2882,7 +2883,7 @@ TaskStatePanel.message.lastObjectProcessed={0} TaskStatePanel.message.node= - 位于节点{0} TaskStatePanel.message.objectsProcessed={0} TaskStatePanel.message.objectsProcessedTime=(平均事件{1}毫秒,总共处理时间{0}秒) -TaskStatePanel.message.objectsTotal={0}(wall clock average: {1}毫秒) +TaskStatePanel.message.objectsTotal={0} (wall clock average\\: {1} ms) TaskStatePanel.message.timeInfoWithAgo={0}({1} 之前) TaskStatePanel.message.timeInfoWithDuration={0} (in {1}毫秒) TaskStatePanel.message.timeInfoWithDurationAndAgo={0} ({1}之前 - in {2}毫秒) @@ -2900,11 +2901,11 @@ TaskStatePanel.statistics=环境性能统计 TaskStatePanel.subtaskName=名称 TaskStatePanel.subtaskObjectsProcessed=处理的对象 TaskStatePanel.subtaskState=状态 -TaskStatePanel.updated=更新: +TaskStatePanel.updated=Updated\\: TaskStatePanel.workerThreads=轻量级子任务(工作线程) -tempMessagePanel.cause=原因: -tempMessagePanel.context=上下文: -tempMessagePanel.count=计数: +tempMessagePanel.cause=Cause\\: +tempMessagePanel.context=Context\\: +tempMessagePanel.count=Count\\: tempMessagePanel.message.debug=调试 tempMessagePanel.message.error=错误 tempMessagePanel.message.expectedError=预期中的错误 @@ -2916,7 +2917,7 @@ tempMessagePanel.message.success=成功 tempMessagePanel.message.undefined=未定义 tempMessagePanel.message.unknown=未知 tempMessagePanel.message.warn=警告 -tempMessagePanel.param=参数: +tempMessagePanel.param=Param\\: tempMessagePanel.times=次数 TextDetailsPanel.title=关联详细信息 TextField.universal.placeholder=插入值 @@ -2928,7 +2929,7 @@ Title.CurrentStatus=最后的状态消息 Title.MappingsStatistics=映射计算信息 Title.NotificationsStatistics=通知信息 Title.ProvisioningStatistics=预配操作信息 -Title.Source=源: +Title.Source=Source\\: TreeTablePanel.childOrg=子级组织单元 TreeTablePanel.collapseAll=全部折叠 TreeTablePanel.deleteRoot=删除根 @@ -3022,7 +3023,7 @@ web.security.provider.invalid=无效的用户名或密码。 web.security.provider.invalid.link=无效的链接 web.security.provider.locked=用户已锁定,请稍后重试。 web.security.provider.password.bad=用户没有设置密码。 -web.security.provider.password.encoding=用户不能认证,原因:不能对密码进行编码。 +web.security.provider.password.encoding=Couldn't authenticate user, reason\\: couldn't encode password. web.security.provider.unavailable=目前我们无法处理您的请求。请稍后再试。 web.security.ldap.access.denied=拒绝访问。您没有权限访问,请与身份管理系统的管理员联系。 web.security.ldap.denied=权限被拒绝。 @@ -3031,15 +3032,15 @@ web.security.ldap.invalid=无效的用户名或密码。 web.security.ldap.invalid.link=无效链接 web.security.ldap.locked=用户已锁定,请稍后重试。 web.security.ldap.password.bad=用户没有设置密码。 -web.security.ldap.password.encoding=无法认证用户,原因:不能对密码进行编码。 +web.security.ldap.password.encoding=Couldn't authenticate user, reason\\: couldn't encode password. web.security.ldap.unavailable=目前我们无法处理您的请求。请稍后再试。 -WfDeltasPanel.label.deltaIn=处理输入:需要审批的变更数据 +WfDeltasPanel.label.deltaIn=Process input\\: delta(s) to be approved WfDeltasPanel.label.deltaOutListEmpty=(无) -WfDeltasPanel.label.deltaOut=处理输出:审批后的更新数据 +WfDeltasPanel.label.deltaOut=Process output\\: delta(s) resulting from the approval WfHistoryPanel.label.event=事件 WfHistoryPanel.label.timestamp=时间 -WizardHelpDialog.button.ok=好的 -WizardHelpDialog.label=通过资源向导获取帮助! +WizardHelpDialog.button.ok=Ok, Got It\\! +WizardHelpDialog.label=Get Help With Resource Wizard\\! Wizard.message.cancel=已经取消资源编辑 Wizard.correctErrorsFirst=保存前请修正错误。 Wizard.Issues=问题 @@ -3063,16 +3064,16 @@ PageAdmin.menu.profile=我的配置 PageAdmin.menu.assignments=分配 PageAdmin.menu.credentials=我的凭证 PageAdmin.menu.request=申请角色 -PageTemplate.version=版本: -PageTemplate.copy=Copyright © 2010-2017 Evolveum® and partners.  +PageTemplate.version=Version\\: +PageTemplate.copy=Copyright © 2010-2017 Evolveum® and partners.  PageTemplate.toggleNavigation=切换导航 PageTemplate.user=用户 -PageTemplate.couldntNavigateBreadcrumb=无法使用路径导航,原因:{0} +PageTemplate.couldntNavigateBreadcrumb=Couldn't navigate breadcrumb, reason\\: {0} SystemInfoPanel.starttime=开始时间 SystemInfoPanel.uptime=运行时间 CountToolbar.label.unknownCount=显示{0,number,integer}到{1,number,integer},未知的匹配结果数字。 TableConfigurationPanel.pageSize=每页数量 -TableConfigurationPanel.tableColumns=Table columnsCountToolbar.label.unknownCount\=Displaying {0,number,integer} to {1,number,integer}, unknown number of matching results. +TableConfigurationPanel.tableColumns=Table columnsCountToolbar.label.unknownCount\\=Displaying {0,number,integer} to {1,number,integer}, unknown number of matching results. MyRequestsPanel.started = 已启动 MyRequestsPanel.rejected = 已拒绝 MyRequestsPanel.approved = 已审批 @@ -3102,15 +3103,16 @@ PageSelfCredentials.specifyOldPasswordMessage=请输入旧密码 ChangePasswordPanel.accountsTable.header=密码同步 ChangePasswordPanel.name=名称 ChangePasswordPanel.resourceName=资源 -ChangePasswordPanel.enabled=已启用 +ChangePasswordPanel.enabled=Account enabled ChangePasswordPanel.legendMessage.selected= - 密码将会修改 ChangePasswordPanel.legendMessage.propagated= - 自动密码同步(基于资源定义中的策略) ChangePasswordPanel.legendMessage.deselected= - 密码不会修改 -ChangePasswordPanel.helpInfo=

凭据对话框中的设置影响密码变更将如何传播到每个单独的系统。第一行定义在身份管理系统中是否会更改密码。下面的行表示可以更改每个对端系统的密码。可用的密码传播选项\:

  • class\="fa fa-check-square-o"/> 密码将被更改。此系统的密码将改为密码对话框中指定的值。
  • class\="fa fa-sign-out"/> 自动密码传播。密码可能会被更改,密码是否更改取决于身份管理员设置的策略。这通常意味着如果对当前的情况和设置有起作用, 密码将被更改。这是合理的默认选择。
  • class\="fa fa-square-o"/> 密码不会为此系统更改。

您可以通过单击图标来调整密码传播设置, 从而微调如何将密码更改传播到每个单独的系统。

+ChangePasswordPanel.legendMessage.no.password.capability= - Password capability is not supported by resource +ChangePasswordPanel.helpInfo=

This portion of the credentials dialog controls how the password change will be propagated to each individual system. The first line defines whether the password will be changed in the Identity Manager itself. Following lines represent each system for which the password can be changed. The password propagation is controlled by the icons:

  • Password will be changed. Password for this system will be changed to the value specified in the password dialog above.
  • Automatic password propagation. The password might be changed. Whether the password is changed or not depends on the policies set up by identity administrator. This usually means that the password will be changed if it makes sense for the current situation and settings. This is the reasonable default choice.
  • Password will not be changed for this system.
  • Password capability is not supported for this system. As the result, password will not be changed for this system.

You can adjust the password propagation settings by clicking on the icons and thus fine-tune how the password change is propagated to each individual system.

ChangePasswordPanel.helpPopupTitle=密码同步帮助 PageBase.button.tooltip.clearSearch=清除 mainForm.uploadTooLarge = 上传文件必须小于${maxSize}。 -mainForm.uploadFailed = 文件上传失败: ${exception.localizedMessage}。 +mainForm.uploadFailed = File failed to upload\\: ${exception.localizedMessage}PageSelfCredentials.couldntResolve\\=Couldn't resolve resource. PageSelfCredentials.couldntResolve=不能解析资源。 roleMemberPanel.type=类型: roleMemberPanel.tenant=租户: @@ -3222,7 +3224,7 @@ PageAdmin.menu.top.services.new=新服务 PageAdmin.menu.top.services.edit=编辑服务 taskShowAdvancedFeaturesPanel.label=显示高级特性 taskWfParentPanel.changesNotRequiringApproval=不需要审批的变更 -taskOtherChangesPanel.label.state=状态: +taskOtherChangesPanel.label.state=State\\: taskOtherChangesPanel.state.FINAL=已经被应用的变更(成功或失败) taskOtherChangesPanel.state.PRIMARY=等待被应用的变更 taskOtherChangesPanel.state.SECONDARY=等待被应用的变更 @@ -3280,7 +3282,7 @@ TreeTablePanel.menu.deleteManagersAll=删除所有管理者 TreeTablePanel.menu.deleteManager.confirm=确实要删除从系统中选定的管理者吗?此变更是永久的。 TreeTablePanel.menu.deleteManagersAll.confirm=所有已定义的管理者将从系统中永久删除。确实要执行此操作吗? TreeTablePanel.move=移动 -TreeTablePanel.makeRoot=\ 设置根 +TreeTablePanel.makeRoot= 设置根 TreeTablePanel.delete=删除 TreeTablePanel.recompute=重算 TreeTablePanel.edit=编辑 @@ -3293,7 +3295,7 @@ DefinitionStagesPanel.confirmDelete=确认删除 DefinitionStagesPanel.confirmDeleteText=确实要删除阶段‘{0}’吗? PageCertDefinition.outcomeStrategyHelpLabel=请参阅 PageCertDefinition.outcomeStrategyHelpLink=本文 -PageCertDefinition.outcomeStrategyHelp=如何根据个别阶段的结果确定一个场景的总体结果?注意:' 停止审阅\: ' 字段显示了阻止场景被推进到下一阶段的结果。通常不需要更改默认值。如有必要,您可以通过 xml 配置来做到这一点。 +PageCertDefinition.outcomeStrategyHelp=如何根据个别阶段的结果确定一个场景的总体结果?注意:' 停止审阅: ' 字段显示了阻止场景被推进到下一阶段的结果。通常不需要更改默认值。如有必要,您可以通过 xml 配置来做到这一点。 PageCertDefinition.campaignLastStartedHelp=上次根据此定义创建的活动是何时开始的? PageCertDefinition.campaignLastClosedHelp=根据此定义创建的上一个活动是在成功完成所有阶段之后,或者在任何时候关闭的。但是,如果某个活动在不首先关闭的情况下被删除,则此处不显示它。 PageCertDefinition.scopeObjectTypeHelp=确定哪些对象将被视为在鉴定活动的范围内。在下面列出这些对象的特性 (例如, 是否包括其直接/间接分配 等等) 。 @@ -3301,7 +3303,7 @@ PageCertDefinition.scopeSearchFilterHelp=如果只考虑给定类型的对象子 PageCertDefinition.scopeAssignmentsInducementsHelp=选择上面描述的对象的哪些功能(直接分配、间接分配或两者)将被鉴定。 PageCertDefinition.scopeIncludeTargetTypesHelp=在鉴定直接分配或间接分配时,可以指定要包括哪些目标类型。例如,可以只鉴定角色的分配 (例如,用户)。 PageCertDefinition.scopeIncludeByStatusHelp=是否只验证具有管理状态设置为启用 (或根本不设置) 的直接/间接分配。请注意,相关的是分配的管理状态,而不是分配对象的管理状态。 -StageDefinitionPanel.stageDurationHelp=此阶段的持续时间,用于确定阶段结束时间。结束时间是以阶段开始的时刻加上持续时间计算的,四舍五入到最后一天的23\:59\:59。持续时间以 iso 8601 格式指定,如 P14D 表示14 天,P3W 表示3 周, P2M表示 2 月等。 +StageDefinitionPanel.stageDurationHelp=此阶段的持续时间,用于确定阶段结束时间。结束时间是以阶段开始的时刻加上持续时间计算的,四舍五入到最后一天的23:59:59。持续时间以 iso 8601 格式指定,如 P14D 表示14 天,P3W 表示3 周, P2M表示 2 月等。 StageDefinitionPanel.notifyBeforeDeadlineHelp=在阶段结束前的多长时间将发送提醒通知(对审阅者和活动所有者)。可以指定更多的值;用逗号隔开。时间间隔以 iso 8601 格式指定,如 PT12H 表示12 小时,P2D 表示2 天,P1W 表示1 周等。一个例子:PT48H,PT12H 表示第一个通知将被发送48小时前阶段结束,和第二个12小时前结束。 StageDefinitionPanel.notifyWhenNoDecisionHelp=如果选中了 "阶段结束接近" 通知,则仅当他/她有某些场景等待他/她的决定时才发送给审阅者。如果不选中,审阅者总是会得到他们的通知-不管他们是否提供了决定。(请注意,无论此设置如何,都将始终发送到活动所有者的有关接近阶段结束的通知。 StageDefinitionPanel.reviewerSpecificationTargetHelp=根据直接/间接分配目标所有者/审批者来选择审阅者。您可以指定角色所有者用于鉴定其角色(对任何用户) 的所有分配。 @@ -3570,7 +3572,7 @@ PageMergeObjects.warningMessage=需要确定两个对象的OID PageSelfRegistration.register=注册 PageSelfRegistration.registration.success=注册已成功 PageSelfRegistration.registration.error=注册失败:{0} -PageSelfRegistration.registration.confirm.message=祝贺\!\n\n您已成功注册。通过检查电子邮件和确认注册来激活您的账号。 +PageSelfRegistration.registration.confirm.message=祝贺!\n\n您已成功注册。通过检查电子邮件和确认注册来激活您的账号。 PageRegistrationConfirmation.confirmation.error=确认您的注册失败。很抱歉,如有必要请联系管理员。 PageRegistrationConfirmation.continueToLogin=继续引导至登录页面 PageRegistrationConfirmation.confirmation.successful=确认成功 @@ -3598,7 +3600,7 @@ PageForgotPassword.form.submited.message=确认链接已发送到所提供的电 pageForgetPassword.message.policy.not.found=不允许重置密码 PageAbstractSelfCredentials.save.password.failed=修改密码失败:{0} PageResetPassword.title=重置密码 -PageResetPasswordConfirmation=重置密码确认 +PageResetPasswordConfirmation.title=Reset password confirmation PageResetPasswordConfirmation.confirmation.error=不允许重置密码。很抱歉,请与系统管理员联系。 PageResetPasswordConfirmation.authnetication.failed=用户名或者密码不正确 ItemPathSegmentPanel.itemToSearch=搜索 {0} @@ -3609,6 +3611,7 @@ DecisionDto.rejectedDueToTimeout=(由于超时而被拒绝) DecisionDto.AUTO_APPROVAL_CONDITION=(自动审批条件) DecisionDto.AUTO_COMPLETION_CONDITION=(自动完成条件) DecisionDto.NO_ASSIGNEES_FOUND=(没有审批人) +wf.comment=Comment wf.object=对象 wf.target=目标 wf.originalAssignee=原始分配者 @@ -3622,6 +3625,10 @@ wf.escalationLevelName=升级级别名称 wf.escalationLevelDisplayName=升级级别显示名称 wf.workItemId=工作项ID wf.processInstanceId=进程实例ID +wf.requesterComment=Requester comment +wf.causeType=Cause type +wf.causeName=Cause name +wf.causeDisplayName=Cause display name PageAccountActivation.account.activation.successful=成功激活账号 PageAccountActivation.account.activation.failed=激活账号失败,请联系系统管理员 PageAccountActivation.activated.shadows=活动的影子链接: @@ -3631,3 +3638,10 @@ PageAccountActivation.provide.password=请提供您的密码以激活账号。 PageAccountActivation.title=账号激活 PageAccountActivation.nothing.to.activate=尝试激活账号时出现意外问题。请与系统管理员联系 PageAccountActivation.authentication.failed=认证失败 +operation.com.evolveum.midpoint.web.page.admin.reports.PageCreatedReports.deleteReportOutput=Delete report (GUI) +operation.com.evolveum.midpoint.report.impl.ReportManagerImpl.deleteReportOutput=Delete report (Report) +operation.com.evolveum.midpoint.web.page.admin.reports.PageCreatedReports.downloadReport=Download report (GUI) +operation..com.evolveum.midpoint.report.impl.ReportManagerImpl.getReportOutputData=Load report (Report) +PageWorkItem.couldNotGetWorkItem=Couldn't get work item. It might have been already completed or deleted. +CsvDownloadButtonPanel.export=CSV export +AssignmentEditorDto.policyRuleTitle=Policy rule diff --git a/infra/schema/src/main/resources/localization/schema_cs.properties b/infra/schema/src/main/resources/localization/schema_cs.properties index afe2c3c8b41..c446b4ce373 100644 --- a/infra/schema/src/main/resources/localization/schema_cs.properties +++ b/infra/schema/src/main/resources/localization/schema_cs.properties @@ -350,13 +350,13 @@ ServiceType.displayOrder=Pořadí zobrazení ServiceType.URL=Adresa URL ResourceAttribute.connIdName=Název pro ConnId ResourceAttribute.connIdUID=UID pro ConnID -ResourceValidator.noSchema=Schéma aplikace není dostupné\: {0} +ResourceValidator.noSchema=Schéma aplikace není dostupné: {0} ResourceValidator.multipleSynchronizationDefinitions=Pro druh/záměr {0} existuje více definicí synchronizace. ResourceValidator.multipleSchemaHandlingDefinitions=Pro druh/záměr {0} existuje více definic mapování schématu. ResourceValidator.multipleSchemaHandlingDefaultDefinitions=Pro druh "{0}" existuje více výchozích definic mapování schématu. ResourceValidator.noDefaultAccountSchemaHandlingDefinition=Neexistuje definice zpracování schématu pro "účet"m která by byla označena jako výchozí. Nekvalifikovaná přiřazení nebudou pro tuto aplikaci fungovat. -ResourceValidator.missingObjectClass=Neznámá objektová třída pro definici mapování schématu\: "{0}". -ResourceValidator.unknownObjectClass=Neznámá objektová třída "{1}" pro definici mapování schématu\: "{0}". +ResourceValidator.missingObjectClass=Neznámá objektová třída pro definici mapování schématu: "{0}". +ResourceValidator.unknownObjectClass=Neznámá objektová třída "{1}" pro definici mapování schématu: "{0}". ResourceValidator.noSynchronizationDefinition=Chybí definice synchronizace pro "{0}". ResourceValidator.noSchemaHandlingDefinition=Pro "{0}" nebyla nalezena definice mapování schématu. ResourceValidator.noAttributeName=Neznámý atribut v mapování schématu pro "{0}". @@ -370,18 +370,18 @@ ResourceValidator.missingAssociationTargetIntent=Chybějící vlastnost "cílov ResourceValidator.missingAssociationDirection=Chybějící vlastnost "směr" pro asociaci "{1}" v mapování schématu pro "{0}". ResourceValidator.missingAssociationAssociationAttribute=Chybějící vlastnost "asociační atribut" pro asociaci "{1}" v mapování schématu pro "{0}". ResourceValidator.missingAssociationValueAttribute=Chybějící vlastnost "hodnotový atribut" pro asociaci "{1}" v mapování schématu pro "{0}". -ResourceValidator.wrongMatchingRule=Špatné párovací pravidlo pro atribut "{1}" v mapování schématu pro "{0}"\: {2}. +ResourceValidator.wrongMatchingRule=Špatné párovací pravidlo pro atribut "{1}" v mapování schématu pro "{0}": {2}. ResourceValidator.multipleItems=Pro atribut nebo asociaci "{1}" existuje více definic v "{0}". ResourceValidator.dependentObjectTypeDoesNotExist=Závislý druh/záměr "{1}" nebyl nalezen ve stromu zívislosti pro "{0}". ResourceValidator.targetObjectTypeDoesNotExist=Zílový druh/záměr "{1}" pro asociaci "{2}" nebyl nalezen v mapování schématu pro "{0}". -ResourceValidator.suspiciousMappingSource=Podezřelý zdroj {1} pro "{2}" v mapování schématu pro "{0}"\: {3} -ResourceValidator.invalidMappingSource=Neplatný zdroj {1} pro "{2}" v mapování schématu pro "{0}"\: {3} +ResourceValidator.suspiciousMappingSource=Podezřelý zdroj {1} pro "{2}" v mapování schématu pro "{0}": {3} +ResourceValidator.invalidMappingSource=Neplatný zdroj {1} pro "{2}" v mapování schématu pro "{0}": {3} ResourceValidator.missingMappingSource=Chybějící zdroj {1} pro "{2}" v mapování schématu pro "{0}". -ResourceValidator.suspiciousMappingTarget=Podezřelý cíl {1} pro "{2}" v mapování schématu pro "{0}"\: {3} -ResourceValidator.invalidMappingTarget=Neplatný cíl {1} pro "{2}" v mapování schématu pro "{0}\: {3} +ResourceValidator.suspiciousMappingTarget=Podezřelý cíl {1} pro "{2}" v mapování schématu pro "{0}": {3} +ResourceValidator.invalidMappingTarget=Neplatný cíl {1} pro "{2}" v mapování schématu pro "{0}: {3} ResourceValidator.missingMappingTarget=Chybějící cíl {1} pro "{2}" v mapování schématu pro "{0}". -ResourceValidator.superfluousMappingTarget=Nadbytečný cíl {1} pro "{2}" v mapování schématu pro "{0}"\: {3} -ResourceValidator.unknownObjectClassInSynchronization=Neznámá objektová třída "{1}" pro definici synchronizace\: "{0}". +ResourceValidator.superfluousMappingTarget=Nadbytečný cíl {1} pro "{2}" v mapování schématu pro "{0}": {3} +ResourceValidator.unknownObjectClassInSynchronization=Neznámá objektová třída "{1}" pro definici synchronizace: "{0}". ResourceValidator.noReaction=Pro situaci (situace) {1} není v "{0}" nadefinována žádná reakce. ResourceValidator.duplicateReactions=Pro situaci (situace) {1} existuje v "{0}" dvojí reakce. ResourceValidator.noSituation=V reakci definované v "{0}" chybí název synchronizační situace. @@ -391,3 +391,10 @@ ResourceValidator.inboundMapping=příchozí mapování číslo {0} AdminGuiConfigurationType.adminGuiConfiguration=Konfigurace administrátorského rozhraní midPointVersion=${pom.version} midPointRevision=${git.describe} +IdempotenceType.CONSERVATIVE=Umírněná +IdempotenceType.AGGRESSIVE=Agresivní +IdempotenceType.NONE=Žádná +AdditionalInformationGenerator.exclusionsTitle=Výjimky ke schválení +AdditionalInformationGenerator.assignmentOf=Přiřazení {0} +AdditionalInformationGenerator.isInConflictWithAssignmentOf=je v konfliktu s přiřazením {0} +AdditionalInformationGenerator.notes=Poznámky diff --git a/infra/schema/src/main/resources/localization/schema_de.properties b/infra/schema/src/main/resources/localization/schema_de.properties index 609b181ea4f..ef67c44d20f 100644 --- a/infra/schema/src/main/resources/localization/schema_de.properties +++ b/infra/schema/src/main/resources/localization/schema_de.properties @@ -350,13 +350,13 @@ ServiceType.displayOrder=Anzeigereihenfolge ServiceType.URL=URL ResourceAttribute.connIdName=Name der ConnID ResourceAttribute.connIdUID=UserID der ConnID -ResourceValidator.noSchema=Schema der Ressource nicht verfügbar\: {0} -ResourceValidator.multipleSynchronizationDefinitions=Es gibt mehrere Synchronisierungsdefinitionen für kind/intent\: {0}. -ResourceValidator.multipleSchemaHandlingDefinitions=Es gibt mehrere Definitionen der schematische Behandlung für kind/intent\: {0}. +ResourceValidator.noSchema=Schema der Ressource nicht verfügbar: {0} +ResourceValidator.multipleSynchronizationDefinitions=Es gibt mehrere Synchronisierungsdefinitionen für kind/intent: {0}. +ResourceValidator.multipleSchemaHandlingDefinitions=Es gibt mehrere Definitionen der schematische Behandlung für kind/intent: {0}. ResourceValidator.multipleSchemaHandlingDefaultDefinitions=Es gibt mehrere Definitionen der Schemabehandlung der Art ''{0}'', die als Voreinstellung markiert sind. ResourceValidator.noDefaultAccountSchemaHandlingDefinition=Es ist keine "Account"-Schemabehandlungsdefinition als Voreinstellung markiert. Unqualifizierte Zuweisungen dieser Ressource werden nicht funktionieren. -ResourceValidator.missingObjectClass=Fehlende Objektlklasse zur Definition der Schemabehandlung\: ''{0}''. -ResourceValidator.unknownObjectClass=Unbekannnte Objektklasse ''{1}'' für Definition der Schemabehandlung\: ''{0}'' +ResourceValidator.missingObjectClass=Fehlende Objektlklasse zur Definition der Schemabehandlung: ''{0}''. +ResourceValidator.unknownObjectClass=Unbekannnte Objektklasse ''{1}'' für Definition der Schemabehandlung: ''{0}'' ResourceValidator.noSynchronizationDefinition=Keine Synchronisierungsdefinition für "{0}". ResourceValidator.noSchemaHandlingDefinition=Keine Schemabehandlungsdefinition für ''{0}''. ResourceValidator.noAttributeName=Unbenannte Eigenschaft in der Schemabehandlung für ''{0}''. @@ -370,20 +370,20 @@ ResourceValidator.missingAssociationTargetIntent=Fehlende Eigenschaft "Zielsetzu ResourceValidator.missingAssociationDirection=Fehlende "Richtung" für Assoziation ''{1}'' in der Schemabehandlung für ''{0}''. ResourceValidator.missingAssociationAssociationAttribute=Fehlendes "Assoziationseigenschaft" für Assoziation ''{1}'' in der Schemabehandlung für ''{0}''. ResourceValidator.missingAssociationValueAttribute=Fehlende "Werteeigenschaft" für Assoziation ''{1}'' in der Schemabehandlung für ''{0}''. -ResourceValidator.wrongMatchingRule=Falsche Abgleichungsregel für Eigenschaft ''{1}'' in der Schemabehandlung für ''{0}''\: {2} +ResourceValidator.wrongMatchingRule=Falsche Abgleichungsregel für Eigenschaft ''{1}'' in der Schemabehandlung für ''{0}'': {2} ResourceValidator.multipleItems=Es gibt verschiedene Definitionen für die Eigenschaft or Assoziation ''{1}'' in ''{0}''. ResourceValidator.dependentObjectTypeDoesNotExist=Abhängige Art/Zielsetzung ''{1}'' existiert in einer Abhängigkeit von ''{0}'' nicht. ResourceValidator.targetObjectTypeDoesNotExist=Target kind/intent ''{1}'' for association ''{2}'' does not exist in schema handling for ''{0}''. -ResourceValidator.suspiciousMappingSource=Verdächtige Quelle für {1} für ''{2}'' in Schemabehandlung für ''{0}''\: {3} -ResourceValidator.invalidMappingSource=Ungültige Quelle für {1} für ''{2}'' in der Schemabehandlung für ''{0}''\: {3} +ResourceValidator.suspiciousMappingSource=Verdächtige Quelle für {1} für ''{2}'' in Schemabehandlung für ''{0}'': {3} +ResourceValidator.invalidMappingSource=Ungültige Quelle für {1} für ''{2}'' in der Schemabehandlung für ''{0}'': {3} ResourceValidator.missingMappingSource=Fehlende Quelle für {1} für ''{2}'' in Schemabehandlung für ''{0}'' -ResourceValidator.suspiciousMappingTarget=Verdächtiges Ziel für {1} für ''{2}'' in Schemabehandlung für ''{0}''\: {3} -ResourceValidator.invalidMappingTarget=Ungültiges Ziel für {1} für ''{2}'' in Schemabehandlung für ''{0}''\: {3} +ResourceValidator.suspiciousMappingTarget=Verdächtiges Ziel für {1} für ''{2}'' in Schemabehandlung für ''{0}'': {3} +ResourceValidator.invalidMappingTarget=Ungültiges Ziel für {1} für ''{2}'' in Schemabehandlung für ''{0}'': {3} ResourceValidator.missingMappingTarget=Fehlendes Ziel für {1} für ''{2}'' in Schemabehandlung für ''{0}'' -ResourceValidator.superfluousMappingTarget=Überflüssiges Ziel für {1} für ''{2}'' in Schemabehandlung für ''{0}''\: {3} -ResourceValidator.unknownObjectClassInSynchronization=Unbekannte Objektklasse ''{1}'' für Denfiniton der Synchronisierung\: ''{0}''. -ResourceValidator.noReaction=Keine Reaktion definiert in ''{0}'' für Situation(en)\: {1} -ResourceValidator.duplicateReactions=Doppelte Reaktionen definiert in ''{0}'' für Situation(en)\: {1} +ResourceValidator.superfluousMappingTarget=Überflüssiges Ziel für {1} für ''{2}'' in Schemabehandlung für ''{0}'': {3} +ResourceValidator.unknownObjectClassInSynchronization=Unbekannte Objektklasse ''{1}'' für Denfiniton der Synchronisierung: ''{0}''. +ResourceValidator.noReaction=Keine Reaktion definiert in ''{0}'' für Situation(en): {1} +ResourceValidator.duplicateReactions=Doppelte Reaktionen definiert in ''{0}'' für Situation(en): {1} ResourceValidator.noSituation=Fehlender Synchronisations-Situationsname in einer Reaktion, die in ''{0}'' definiert ist. ResourceValidator.noCorrelationRule=Keine Beziehungsregel für Synchronisierung von ''{0}'' ResourceValidator.outboundMapping=Abgehende Verknüpfung @@ -391,3 +391,10 @@ ResourceValidator.inboundMapping=Nummer der eingenden Verknüpfung {0} AdminGuiConfigurationType.adminGuiConfiguration=Einstellungen für die Administrationsoberfläche midPointVersion=${pom.version} midPointRevision=${git.describe} +IdempotenceType.CONSERVATIVE=Conservative +IdempotenceType.AGGRESSIVE=Aggressive +IdempotenceType.NONE=None +AdditionalInformationGenerator.exclusionsTitle=Exclusions to be approved +AdditionalInformationGenerator.assignmentOf=Assignment of {0} +AdditionalInformationGenerator.isInConflictWithAssignmentOf=is in conflict with assignment of {0} +AdditionalInformationGenerator.notes=Notes diff --git a/infra/schema/src/main/resources/localization/schema_en.properties b/infra/schema/src/main/resources/localization/schema_en.properties index 6eb6dd92357..44050736672 100644 --- a/infra/schema/src/main/resources/localization/schema_en.properties +++ b/infra/schema/src/main/resources/localization/schema_en.properties @@ -350,13 +350,13 @@ ServiceType.displayOrder=Display Order ServiceType.URL=URL ResourceAttribute.connIdName=ConnId Name ResourceAttribute.connIdUID=ConnId UID -ResourceValidator.noSchema=Resource schema is not available\: {0} -ResourceValidator.multipleSynchronizationDefinitions=There are multiple synchronization definitions for kind/intent\: {0}. -ResourceValidator.multipleSchemaHandlingDefinitions=There are multiple schema handling definitions for kind/intent\: {0}. +ResourceValidator.noSchema=Resource schema is not available: {0} +ResourceValidator.multipleSynchronizationDefinitions=There are multiple synchronization definitions for kind/intent: {0}. +ResourceValidator.multipleSchemaHandlingDefinitions=There are multiple schema handling definitions for kind/intent: {0}. ResourceValidator.multipleSchemaHandlingDefaultDefinitions=There are multiple schema handling definitions for kind ''{0}'' marked as default. ResourceValidator.noDefaultAccountSchemaHandlingDefinition=There is no ''account'' schema handling definition marked as default. Unqualified assignments of this resource will not work. -ResourceValidator.missingObjectClass=Missing object class for schema handling definition\: ''{0}''. -ResourceValidator.unknownObjectClass=Unknown object class ''{1}'' for schema handling definition\: ''{0}''. +ResourceValidator.missingObjectClass=Missing object class for schema handling definition: ''{0}''. +ResourceValidator.unknownObjectClass=Unknown object class ''{1}'' for schema handling definition: ''{0}''. ResourceValidator.noSynchronizationDefinition=No synchronization definition for ''{0}''. ResourceValidator.noSchemaHandlingDefinition=No schema handling definition for ''{0}''. ResourceValidator.noAttributeName=Unnamed attribute in schema handling for ''{0}''. @@ -370,20 +370,20 @@ ResourceValidator.missingAssociationTargetIntent=Missing ''target intent'' prope ResourceValidator.missingAssociationDirection=Missing ''direction'' property for association ''{1}'' in schema handling for ''{0}''. ResourceValidator.missingAssociationAssociationAttribute=Missing ''association attribute'' property for association ''{1}'' in schema handling for ''{0}''. ResourceValidator.missingAssociationValueAttribute=Missing ''value attribute'' property for association ''{1}'' in schema handling for ''{0}''. -ResourceValidator.wrongMatchingRule=Wrong matching rule for attribute ''{1}'' in schema handling for ''{0}''\: {2} +ResourceValidator.wrongMatchingRule=Wrong matching rule for attribute ''{1}'' in schema handling for ''{0}'': {2} ResourceValidator.multipleItems=There are multiple definitions for attribute or association ''{1}'' in ''{0}''. ResourceValidator.dependentObjectTypeDoesNotExist=Dependent kind/intent ''{1}'' does not exist in a dependency of ''{0}''. ResourceValidator.targetObjectTypeDoesNotExist=Target kind/intent ''{1}'' for association ''{2}'' does not exist in schema handling for ''{0}''. -ResourceValidator.suspiciousMappingSource=Suspicious source for {1} for ''{2}'' in schema handling for ''{0}''\: {3} -ResourceValidator.invalidMappingSource=Invalid source for {1} for ''{2}'' in schema handling for ''{0}''\: {3} +ResourceValidator.suspiciousMappingSource=Suspicious source for {1} for ''{2}'' in schema handling for ''{0}'': {3} +ResourceValidator.invalidMappingSource=Invalid source for {1} for ''{2}'' in schema handling for ''{0}'': {3} ResourceValidator.missingMappingSource=Missing source for {1} for ''{2}'' in schema handling for ''{0}'' -ResourceValidator.suspiciousMappingTarget=Suspicious target for {1} for ''{2}'' in schema handling for ''{0}''\: {3} -ResourceValidator.invalidMappingTarget=Invalid target for {1} for ''{2}'' in schema handling for ''{0}''\: {3} +ResourceValidator.suspiciousMappingTarget=Suspicious target for {1} for ''{2}'' in schema handling for ''{0}'': {3} +ResourceValidator.invalidMappingTarget=Invalid target for {1} for ''{2}'' in schema handling for ''{0}'': {3} ResourceValidator.missingMappingTarget=Missing target for {1} for ''{2}'' in schema handling for ''{0}'' -ResourceValidator.superfluousMappingTarget=Superfluous target for {1} for ''{2}'' in schema handling for ''{0}''\: {3} -ResourceValidator.unknownObjectClassInSynchronization=Unknown object class ''{1}'' for synchronization definition\: ''{0}''. -ResourceValidator.noReaction=No reaction defined in ''{0}'' for situation(s)\: {1} -ResourceValidator.duplicateReactions=Duplicate reactions defined in ''{0}'' for situation(s)\: {1} +ResourceValidator.superfluousMappingTarget=Superfluous target for {1} for ''{2}'' in schema handling for ''{0}'': {3} +ResourceValidator.unknownObjectClassInSynchronization=Unknown object class ''{1}'' for synchronization definition: ''{0}''. +ResourceValidator.noReaction=No reaction defined in ''{0}'' for situation(s): {1} +ResourceValidator.duplicateReactions=Duplicate reactions defined in ''{0}'' for situation(s): {1} ResourceValidator.noSituation=Missing synchronization situation name in a reaction defined in ''{0}'' ResourceValidator.noCorrelationRule=No correlation rule for synchronization of ''{0}'' ResourceValidator.outboundMapping=outbound mapping @@ -391,3 +391,10 @@ ResourceValidator.inboundMapping=inbound mapping number {0} AdminGuiConfigurationType.adminGuiConfiguration=Admin GUI Configuration midPointVersion=${pom.version} midPointRevision=${git.describe} +IdempotenceType.CONSERVATIVE=Conservative +IdempotenceType.AGGRESSIVE=Aggressive +IdempotenceType.NONE=None +AdditionalInformationGenerator.exclusionsTitle=Exclusions to be approved +AdditionalInformationGenerator.assignmentOf=Assignment of {0} +AdditionalInformationGenerator.isInConflictWithAssignmentOf=is in conflict with assignment of {0} +AdditionalInformationGenerator.notes=Notes diff --git a/infra/schema/src/main/resources/localization/schema_es.properties b/infra/schema/src/main/resources/localization/schema_es.properties index ed941258585..f30a7eca78f 100644 --- a/infra/schema/src/main/resources/localization/schema_es.properties +++ b/infra/schema/src/main/resources/localization/schema_es.properties @@ -350,13 +350,13 @@ ServiceType.displayOrder=Display Order ServiceType.URL=URL ResourceAttribute.connIdName=ConnId Name ResourceAttribute.connIdUID=ConnId UID -ResourceValidator.noSchema=Resource schema is not available\: {0} -ResourceValidator.multipleSynchronizationDefinitions=There are multiple synchronization definitions for kind/intent\: {0}. -ResourceValidator.multipleSchemaHandlingDefinitions=There are multiple schema handling definitions for kind/intent\: {0}. +ResourceValidator.noSchema=Resource schema is not available: {0} +ResourceValidator.multipleSynchronizationDefinitions=There are multiple synchronization definitions for kind/intent: {0}. +ResourceValidator.multipleSchemaHandlingDefinitions=There are multiple schema handling definitions for kind/intent: {0}. ResourceValidator.multipleSchemaHandlingDefaultDefinitions=There are multiple schema handling definitions for kind ''{0}'' marked as default. ResourceValidator.noDefaultAccountSchemaHandlingDefinition=There is no ''account'' schema handling definition marked as default. Unqualified assignments of this resource will not work. -ResourceValidator.missingObjectClass=Missing object class for schema handling definition\: ''{0}''. -ResourceValidator.unknownObjectClass=Unknown object class ''{1}'' for schema handling definition\: ''{0}''. +ResourceValidator.missingObjectClass=Missing object class for schema handling definition: ''{0}''. +ResourceValidator.unknownObjectClass=Unknown object class ''{1}'' for schema handling definition: ''{0}''. ResourceValidator.noSynchronizationDefinition=No synchronization definition for ''{0}''. ResourceValidator.noSchemaHandlingDefinition=No schema handling definition for ''{0}''. ResourceValidator.noAttributeName=Unnamed attribute in schema handling for ''{0}''. @@ -370,20 +370,20 @@ ResourceValidator.missingAssociationTargetIntent=Missing ''target intent'' prope ResourceValidator.missingAssociationDirection=Missing ''direction'' property for association ''{1}'' in schema handling for ''{0}''. ResourceValidator.missingAssociationAssociationAttribute=Missing ''association attribute'' property for association ''{1}'' in schema handling for ''{0}''. ResourceValidator.missingAssociationValueAttribute=Missing ''value attribute'' property for association ''{1}'' in schema handling for ''{0}''. -ResourceValidator.wrongMatchingRule=Wrong matching rule for attribute ''{1}'' in schema handling for ''{0}''\: {2} +ResourceValidator.wrongMatchingRule=Wrong matching rule for attribute ''{1}'' in schema handling for ''{0}'': {2} ResourceValidator.multipleItems=There are multiple definitions for attribute or association ''{1}'' in ''{0}''. ResourceValidator.dependentObjectTypeDoesNotExist=Dependent kind/intent ''{1}'' does not exist in a dependency of ''{0}''. ResourceValidator.targetObjectTypeDoesNotExist=Target kind/intent ''{1}'' for association ''{2}'' does not exist in schema handling for ''{0}''. -ResourceValidator.suspiciousMappingSource=Suspicious source for {1} for ''{2}'' in schema handling for ''{0}''\: {3} -ResourceValidator.invalidMappingSource=Invalid source for {1} for ''{2}'' in schema handling for ''{0}''\: {3} +ResourceValidator.suspiciousMappingSource=Suspicious source for {1} for ''{2}'' in schema handling for ''{0}'': {3} +ResourceValidator.invalidMappingSource=Invalid source for {1} for ''{2}'' in schema handling for ''{0}'': {3} ResourceValidator.missingMappingSource=Missing source for {1} for ''{2}'' in schema handling for ''{0}'' -ResourceValidator.suspiciousMappingTarget=Suspicious target for {1} for ''{2}'' in schema handling for ''{0}''\: {3} -ResourceValidator.invalidMappingTarget=Invalid target for {1} for ''{2}'' in schema handling for ''{0}''\: {3} +ResourceValidator.suspiciousMappingTarget=Suspicious target for {1} for ''{2}'' in schema handling for ''{0}'': {3} +ResourceValidator.invalidMappingTarget=Invalid target for {1} for ''{2}'' in schema handling for ''{0}'': {3} ResourceValidator.missingMappingTarget=Missing target for {1} for ''{2}'' in schema handling for ''{0}'' -ResourceValidator.superfluousMappingTarget=Superfluous target for {1} for ''{2}'' in schema handling for ''{0}''\: {3} -ResourceValidator.unknownObjectClassInSynchronization=Unknown object class ''{1}'' for synchronization definition\: ''{0}''. -ResourceValidator.noReaction=No reaction defined in ''{0}'' for situation(s)\: {1} -ResourceValidator.duplicateReactions=Duplicate reactions defined in ''{0}'' for situation(s)\: {1} +ResourceValidator.superfluousMappingTarget=Superfluous target for {1} for ''{2}'' in schema handling for ''{0}'': {3} +ResourceValidator.unknownObjectClassInSynchronization=Unknown object class ''{1}'' for synchronization definition: ''{0}''. +ResourceValidator.noReaction=No reaction defined in ''{0}'' for situation(s): {1} +ResourceValidator.duplicateReactions=Duplicate reactions defined in ''{0}'' for situation(s): {1} ResourceValidator.noSituation=Missing synchronization situation name in a reaction defined in ''{0}'' ResourceValidator.noCorrelationRule=No correlation rule for synchronization of ''{0}'' ResourceValidator.outboundMapping=outbound mapping @@ -391,3 +391,10 @@ ResourceValidator.inboundMapping=inbound mapping number {0} AdminGuiConfigurationType.adminGuiConfiguration=Admin GUI Configuration midPointVersion=${pom.version} midPointRevision=${git.describe} +IdempotenceType.CONSERVATIVE=Conservative +IdempotenceType.AGGRESSIVE=Aggressive +IdempotenceType.NONE=None +AdditionalInformationGenerator.exclusionsTitle=Exclusions to be approved +AdditionalInformationGenerator.assignmentOf=Assignment of {0} +AdditionalInformationGenerator.isInConflictWithAssignmentOf=is in conflict with assignment of {0} +AdditionalInformationGenerator.notes=Notes diff --git a/infra/schema/src/main/resources/localization/schema_et.properties b/infra/schema/src/main/resources/localization/schema_et.properties index 3e1c02c9f12..c4f66e0249a 100644 --- a/infra/schema/src/main/resources/localization/schema_et.properties +++ b/infra/schema/src/main/resources/localization/schema_et.properties @@ -148,7 +148,7 @@ LoggingComponentType.RESOURCEOBJECTCHANGELISTENER=Ressursiobjekti muudatuse jäl LoggingComponentType.TASKMANAGER=Tegumihalduri loger LoggingComponentType.WORKFLOWS = Töövoo loger LoggingComponentType.ACCESS_CERTIFICATION = Access certification logger -LoggingComponentType.SECURITY = Security logger +LoggingComponentType.SECURITY = Turbeloger LoggingLevelType.ALL=Kõik LoggingLevelType.DEBUG=Silu LoggingLevelType.ERROR=Viga @@ -322,7 +322,7 @@ CredentialsType.password=Parool CredentialsType.securityQuestions=Turbeküsimused AssignmentType.assignment=Omistus AssignmentType.target=Sihtmärk -AssignmentType.construction=Construction +AssignmentType.construction=Koostamine AssignmentType.tenantReference=Rentniku viide AssignmentType.orgReference=Organisatsiooni viide ActivationType.activation=Aktiveerimine @@ -336,13 +336,13 @@ AbstractRoleType.requestable=Taotletav AbstractRoleType.riskLevel=Riskiaste AbstractRoleType.owner=Omanik AbstractRoleType.approver=Kinnitaja -AbstractRoleType.idempotent=Idempotent +AbstractRoleType.idempotent=Idempotentne RoleType.roleType=Rollitüüp OrgType.type=Tüüp OrgType.isTenant=On rentnik OrgType.CostCenter=Kulukeskus OrgType.displayOrder=Kuvamisjärjestus -OrgType.securityPolicy=Security Policy +OrgType.securityPolicy=Turbepoliitika OrgType.passwordPolicy=Paroolipoliitika ServiceType.type=Tüüp ServiceType.locality=Asukoht @@ -350,7 +350,7 @@ ServiceType.displayOrder=Kuvamisjärjestus ServiceType.URL=URL ResourceAttribute.connIdName=ConnId nimi ResourceAttribute.connIdUID=ConnId UID -ResourceValidator.noSchema=Ressursiskeem pole kättesaadav\: {0} +ResourceValidator.noSchema=Ressursiskeem pole kättesaadav: {0} ResourceValidator.multipleSynchronizationDefinitions=Sama liik/kavatsusega {0} on rohkem kui üks sünkimise määratlust. ResourceValidator.multipleSchemaHandlingDefinitions=Sama liik/kavatsusega {0} on rohkem kui üks skeemi käsitsemise määratlust. ResourceValidator.multipleSchemaHandlingDefaultDefinitions=Liik ''{0}'' omab rohkem kui ühte vaikimisi tähistusega skeemi käsitsemise määratlust. @@ -370,24 +370,31 @@ ResourceValidator.missingAssociationTargetIntent=Missing ''target intent'' prope ResourceValidator.missingAssociationDirection=Missing ''direction'' property for association ''{1}'' in schema handling for ''{0}''. ResourceValidator.missingAssociationAssociationAttribute=Missing ''association attribute'' property for association ''{1}'' in schema handling for ''{0}''. ResourceValidator.missingAssociationValueAttribute=Missing ''value attribute'' property for association ''{1}'' in schema handling for ''{0}''. -ResourceValidator.wrongMatchingRule=Wrong matching rule for attribute ''{1}'' in schema handling for ''{0}''\: {2} +ResourceValidator.wrongMatchingRule=Wrong matching rule for attribute ''{1}'' in schema handling for ''{0}'': {2} ResourceValidator.multipleItems=There are multiple definitions for attribute or association ''{1}'' in ''{0}''. ResourceValidator.dependentObjectTypeDoesNotExist=Sõltuv liik/kavatsus ''{1}'' puudub kavatsuses ''{0}''. ResourceValidator.targetObjectTypeDoesNotExist=Target kind/intent ''{1}'' for association ''{2}'' does not exist in schema handling for ''{0}''. -ResourceValidator.suspiciousMappingSource=Suspicious source for {1} for ''{2}'' in schema handling for ''{0}''\: {3} -ResourceValidator.invalidMappingSource=Invalid source for {1} for ''{2}'' in schema handling for ''{0}''\: {3} +ResourceValidator.suspiciousMappingSource=Suspicious source for {1} for ''{2}'' in schema handling for ''{0}'': {3} +ResourceValidator.invalidMappingSource=Invalid source for {1} for ''{2}'' in schema handling for ''{0}'': {3} ResourceValidator.missingMappingSource=Missing source for {1} for ''{2}'' in schema handling for ''{0}'' -ResourceValidator.suspiciousMappingTarget=Suspicious target for {1} for ''{2}'' in schema handling for ''{0}''\: {3} -ResourceValidator.invalidMappingTarget=Invalid target for {1} for ''{2}'' in schema handling for ''{0}''\: {3} +ResourceValidator.suspiciousMappingTarget=Suspicious target for {1} for ''{2}'' in schema handling for ''{0}'': {3} +ResourceValidator.invalidMappingTarget=Invalid target for {1} for ''{2}'' in schema handling for ''{0}'': {3} ResourceValidator.missingMappingTarget=Missing target for {1} for ''{2}'' in schema handling for ''{0}'' -ResourceValidator.superfluousMappingTarget=Superfluous target for {1} for ''{2}'' in schema handling for ''{0}''\: {3} -ResourceValidator.unknownObjectClassInSynchronization=Unknown object class ''{1}'' for synchronization definition\: ''{0}''. -ResourceValidator.noReaction=Reageeringut pole määratletud sünkimisobjektil ''{0}'' olukordades\: {1} -ResourceValidator.duplicateReactions=Sünkimisobjektil ''{0}'' on määratletud topeltreageeringud olukordades\: {1} +ResourceValidator.superfluousMappingTarget=Superfluous target for {1} for ''{2}'' in schema handling for ''{0}'': {3} +ResourceValidator.unknownObjectClassInSynchronization=Unknown object class ''{1}'' for synchronization definition: ''{0}''. +ResourceValidator.noReaction=Reageeringut pole määratletud sünkimisobjektil ''{0}'' olukordades: {1} +ResourceValidator.duplicateReactions=Sünkimisobjektil ''{0}'' on määratletud topeltreageeringud olukordades: {1} ResourceValidator.noSituation=Sünkimisobjekti ''{0}'' reaktsioonis puudub sünkimise situatsiooni nimi. -ResourceValidator.noCorrelationRule=No correlation rule for synchronization of ''{0}'' +ResourceValidator.noCorrelationRule=Uus korrelatsioonireegel ''{0}'' sünkroniseerimise jaoks ResourceValidator.outboundMapping=väljaminev vastendus ResourceValidator.inboundMapping=sissetulev vastendus number {0} AdminGuiConfigurationType.adminGuiConfiguration=Administreerimise GUI konfiguratsioon midPointVersion=${pom.version} midPointRevision=${git.describe} +IdempotenceType.CONSERVATIVE=Konservatiivne +IdempotenceType.AGGRESSIVE=Agressiivne +IdempotenceType.NONE=Puudub +AdditionalInformationGenerator.exclusionsTitle=Kinnitatavad välistused +AdditionalInformationGenerator.assignmentOf={0} omistamine +AdditionalInformationGenerator.isInConflictWithAssignmentOf=on konfliktis {0} omistusega +AdditionalInformationGenerator.notes=Märkused diff --git a/infra/schema/src/main/resources/localization/schema_hu.properties b/infra/schema/src/main/resources/localization/schema_hu.properties index f36665be37c..bc96525953d 100644 --- a/infra/schema/src/main/resources/localization/schema_hu.properties +++ b/infra/schema/src/main/resources/localization/schema_hu.properties @@ -350,13 +350,13 @@ ServiceType.displayOrder=Display Order ServiceType.URL=URL ResourceAttribute.connIdName=ConnId Name ResourceAttribute.connIdUID=ConnId UID -ResourceValidator.noSchema=Resource schema is not available\: {0} -ResourceValidator.multipleSynchronizationDefinitions=There are multiple synchronization definitions for kind/intent\: {0}. -ResourceValidator.multipleSchemaHandlingDefinitions=There are multiple schema handling definitions for kind/intent\: {0}. +ResourceValidator.noSchema=Resource schema is not available: {0} +ResourceValidator.multipleSynchronizationDefinitions=There are multiple synchronization definitions for kind/intent: {0}. +ResourceValidator.multipleSchemaHandlingDefinitions=There are multiple schema handling definitions for kind/intent: {0}. ResourceValidator.multipleSchemaHandlingDefaultDefinitions=There are multiple schema handling definitions for kind ''{0}'' marked as default. ResourceValidator.noDefaultAccountSchemaHandlingDefinition=There is no ''account'' schema handling definition marked as default. Unqualified assignments of this resource will not work. -ResourceValidator.missingObjectClass=Missing object class for schema handling definition\: ''{0}''. -ResourceValidator.unknownObjectClass=Unknown object class ''{1}'' for schema handling definition\: ''{0}''. +ResourceValidator.missingObjectClass=Missing object class for schema handling definition: ''{0}''. +ResourceValidator.unknownObjectClass=Unknown object class ''{1}'' for schema handling definition: ''{0}''. ResourceValidator.noSynchronizationDefinition=No synchronization definition for ''{0}''. ResourceValidator.noSchemaHandlingDefinition=No schema handling definition for ''{0}''. ResourceValidator.noAttributeName=Unnamed attribute in schema handling for ''{0}''. @@ -370,20 +370,20 @@ ResourceValidator.missingAssociationTargetIntent=Missing ''target intent'' prope ResourceValidator.missingAssociationDirection=Missing ''direction'' property for association ''{1}'' in schema handling for ''{0}''. ResourceValidator.missingAssociationAssociationAttribute=Missing ''association attribute'' property for association ''{1}'' in schema handling for ''{0}''. ResourceValidator.missingAssociationValueAttribute=Missing ''value attribute'' property for association ''{1}'' in schema handling for ''{0}''. -ResourceValidator.wrongMatchingRule=Wrong matching rule for attribute ''{1}'' in schema handling for ''{0}''\: {2} +ResourceValidator.wrongMatchingRule=Wrong matching rule for attribute ''{1}'' in schema handling for ''{0}'': {2} ResourceValidator.multipleItems=There are multiple definitions for attribute or association ''{1}'' in ''{0}''. ResourceValidator.dependentObjectTypeDoesNotExist=Dependent kind/intent ''{1}'' does not exist in a dependency of ''{0}''. ResourceValidator.targetObjectTypeDoesNotExist=Target kind/intent ''{1}'' for association ''{2}'' does not exist in schema handling for ''{0}''. -ResourceValidator.suspiciousMappingSource=Suspicious source for {1} for ''{2}'' in schema handling for ''{0}''\: {3} -ResourceValidator.invalidMappingSource=Invalid source for {1} for ''{2}'' in schema handling for ''{0}''\: {3} +ResourceValidator.suspiciousMappingSource=Suspicious source for {1} for ''{2}'' in schema handling for ''{0}'': {3} +ResourceValidator.invalidMappingSource=Invalid source for {1} for ''{2}'' in schema handling for ''{0}'': {3} ResourceValidator.missingMappingSource=Missing source for {1} for ''{2}'' in schema handling for ''{0}'' -ResourceValidator.suspiciousMappingTarget=Suspicious target for {1} for ''{2}'' in schema handling for ''{0}''\: {3} -ResourceValidator.invalidMappingTarget=Invalid target for {1} for ''{2}'' in schema handling for ''{0}''\: {3} +ResourceValidator.suspiciousMappingTarget=Suspicious target for {1} for ''{2}'' in schema handling for ''{0}'': {3} +ResourceValidator.invalidMappingTarget=Invalid target for {1} for ''{2}'' in schema handling for ''{0}'': {3} ResourceValidator.missingMappingTarget=Missing target for {1} for ''{2}'' in schema handling for ''{0}'' -ResourceValidator.superfluousMappingTarget=Superfluous target for {1} for ''{2}'' in schema handling for ''{0}''\: {3} -ResourceValidator.unknownObjectClassInSynchronization=Unknown object class ''{1}'' for synchronization definition\: ''{0}''. -ResourceValidator.noReaction=No reaction defined in ''{0}'' for situation(s)\: {1} -ResourceValidator.duplicateReactions=Duplicate reactions defined in ''{0}'' for situation(s)\: {1} +ResourceValidator.superfluousMappingTarget=Superfluous target for {1} for ''{2}'' in schema handling for ''{0}'': {3} +ResourceValidator.unknownObjectClassInSynchronization=Unknown object class ''{1}'' for synchronization definition: ''{0}''. +ResourceValidator.noReaction=No reaction defined in ''{0}'' for situation(s): {1} +ResourceValidator.duplicateReactions=Duplicate reactions defined in ''{0}'' for situation(s): {1} ResourceValidator.noSituation=Missing synchronization situation name in a reaction defined in ''{0}'' ResourceValidator.noCorrelationRule=No correlation rule for synchronization of ''{0}'' ResourceValidator.outboundMapping=outbound mapping @@ -391,3 +391,10 @@ ResourceValidator.inboundMapping=inbound mapping number {0} AdminGuiConfigurationType.adminGuiConfiguration=Admin GUI Configuration midPointVersion=${pom.version} midPointRevision=${git.describe} +IdempotenceType.CONSERVATIVE=Conservative +IdempotenceType.AGGRESSIVE=Aggressive +IdempotenceType.NONE=None +AdditionalInformationGenerator.exclusionsTitle=Exclusions to be approved +AdditionalInformationGenerator.assignmentOf=Assignment of {0} +AdditionalInformationGenerator.isInConflictWithAssignmentOf=is in conflict with assignment of {0} +AdditionalInformationGenerator.notes=Notes diff --git a/infra/schema/src/main/resources/localization/schema_pl.properties b/infra/schema/src/main/resources/localization/schema_pl.properties index 99e9d2fe3ee..d98b6ce78d6 100644 --- a/infra/schema/src/main/resources/localization/schema_pl.properties +++ b/infra/schema/src/main/resources/localization/schema_pl.properties @@ -58,7 +58,7 @@ AssignmentType.tenant=Podmiot AssignmentType.project=Jednostka org./Projekt AttributeFetchStrategyType.EXPLICIT=Sprecyzowany AttributeFetchStrategyType.IMPLICIT=Domniemany -AttributeFetchStrategyType.MINIMAL=\ Minimalny +AttributeFetchStrategyType.MINIMAL= Minimalny AuditEventStageType.EXECUTION=Wykonanie AuditEventStageType.REQUEST=Wniosek AuditEventType.ADD_OBJECT=Dodaj obiekt @@ -350,13 +350,13 @@ ServiceType.displayOrder=Kolejność wyświetlania ServiceType.URL=URL ResourceAttribute.connIdName=Nazwa ConnId ResourceAttribute.connIdUID=UID ConnID -ResourceValidator.noSchema=Schemat systemu jest niedostępny\: {0} -ResourceValidator.multipleSynchronizationDefinitions=Istnieje wiele definicji synchronizacji dla tego rodzaju/intencji\: {0}. -ResourceValidator.multipleSchemaHandlingDefinitions=Istnieje wiele definicji obsługi schematu dla tego rodzaju/intencji\: {0}. +ResourceValidator.noSchema=Schemat systemu jest niedostępny: {0} +ResourceValidator.multipleSynchronizationDefinitions=Istnieje wiele definicji synchronizacji dla tego rodzaju/intencji: {0}. +ResourceValidator.multipleSchemaHandlingDefinitions=Istnieje wiele definicji obsługi schematu dla tego rodzaju/intencji: {0}. ResourceValidator.multipleSchemaHandlingDefaultDefinitions=Istnieje wiele definicji obsługi schematu dla rodzaju ''{0}'' oznaczonych jako domyślne. ResourceValidator.noDefaultAccountSchemaHandlingDefinition=Brak obsługi schematu "konta" oznaczonej jako domyślna. Niesprecyzowane przypisania tego systemu nie będą działać. -ResourceValidator.missingObjectClass=Brak klasy obiektu do obsługi schematu\: ''{0}''. -ResourceValidator.unknownObjectClass=Nieznana klasa obiektu ''{1}'' dla definicji obsługi schematu\: ''{0}''. +ResourceValidator.missingObjectClass=Brak klasy obiektu do obsługi schematu: ''{0}''. +ResourceValidator.unknownObjectClass=Nieznana klasa obiektu ''{1}'' dla definicji obsługi schematu: ''{0}''. ResourceValidator.noSynchronizationDefinition=Nie zdefiniowano synchronizacji dla ''{0}''. ResourceValidator.noSchemaHandlingDefinition=Brak definicji obsługi schematu dla ''{0}''. ResourceValidator.noAttributeName=Nienazwany atrybut w obsłudze schematu dla ''{0}''. @@ -370,20 +370,20 @@ ResourceValidator.missingAssociationTargetIntent=Brak określonego "docelowej in ResourceValidator.missingAssociationDirection=Brak określonego "kierunku" dla powiązania ''{1}'' w obsłudze schematu dla ''{0}''. ResourceValidator.missingAssociationAssociationAttribute=Brak "atrybutu powiązania" dla powiązania ''{1}'' w obsłudze schematu dla ''{0}''. ResourceValidator.missingAssociationValueAttribute=Brak "wartości atrybutu" dla powiązania ''{1}'' w obsłudze schematu dla ''{0}''. -ResourceValidator.wrongMatchingRule=Nieprawidłowa reguła dopasowania dla atrybutu ''{1}'' w obsłudze schematu dla ''{0}''\: {2} +ResourceValidator.wrongMatchingRule=Nieprawidłowa reguła dopasowania dla atrybutu ''{1}'' w obsłudze schematu dla ''{0}'': {2} ResourceValidator.multipleItems=Istnieje wiele definicji dla atrybutu lub powiązania ''{1}'' w ''{0}''. ResourceValidator.dependentObjectTypeDoesNotExist=Zależny rodzaj/intencja ''{1}'' nie istnieje w zależności dla ''{0}''. ResourceValidator.targetObjectTypeDoesNotExist=Docelowy rodzaj/intencja ''{1}'' dla powiązania ''{2}''nie istnieje w obsłudze schematu dla ''{0}''. -ResourceValidator.suspiciousMappingSource=Podejrzane źródło dla {1} dla ''{2}'' w obsłudze schematu dla '{0}''\: {3} -ResourceValidator.invalidMappingSource=Nieprawidłowe źródło dla {1} dla ''{2}'' w obsłudze schematu dla ''{0}''\: {3} +ResourceValidator.suspiciousMappingSource=Podejrzane źródło dla {1} dla ''{2}'' w obsłudze schematu dla '{0}'': {3} +ResourceValidator.invalidMappingSource=Nieprawidłowe źródło dla {1} dla ''{2}'' w obsłudze schematu dla ''{0}'': {3} ResourceValidator.missingMappingSource=Brakuje źró;dła dla {1} dla ''{2}'' w obsłudze schematu dla ''{0}'' -ResourceValidator.suspiciousMappingTarget=Podejrzany cel dla {1} dla ''{2}'' w obsłudze schematu dla '{0}''\: {3} -ResourceValidator.invalidMappingTarget=Nieprawidłowy cel dla {1} dla ''{2}'' w obsłudze schematu dla ''{0}''\: {3} +ResourceValidator.suspiciousMappingTarget=Podejrzany cel dla {1} dla ''{2}'' w obsłudze schematu dla '{0}'': {3} +ResourceValidator.invalidMappingTarget=Nieprawidłowy cel dla {1} dla ''{2}'' w obsłudze schematu dla ''{0}'': {3} ResourceValidator.missingMappingTarget=Brakuje celu dla {1} dla ''{2}'' w obsłudze schematu dla ''{0}'' -ResourceValidator.superfluousMappingTarget=Zbędny cel dla {1} dla ''{2}'' w obsłudze schematu dla '{0}''\: {3} -ResourceValidator.unknownObjectClassInSynchronization=Nieznana klasa obiektu ''{1}'' dla definicji synchronizacji\: ''{0}''. -ResourceValidator.noReaction=Brak zdefiniowanej reakcji w ''{0}'' dla sytuacji\: {1} -ResourceValidator.duplicateReactions=Zduplikowane reakcje w ''{0}'' dla sytuacji\: {1} +ResourceValidator.superfluousMappingTarget=Zbędny cel dla {1} dla ''{2}'' w obsłudze schematu dla '{0}'': {3} +ResourceValidator.unknownObjectClassInSynchronization=Nieznana klasa obiektu ''{1}'' dla definicji synchronizacji: ''{0}''. +ResourceValidator.noReaction=Brak zdefiniowanej reakcji w ''{0}'' dla sytuacji: {1} +ResourceValidator.duplicateReactions=Zduplikowane reakcje w ''{0}'' dla sytuacji: {1} ResourceValidator.noSituation=Brak nazwy sytuacji synchronizacji w reakcji zdefiniowanej w ''{0}'' ResourceValidator.noCorrelationRule=Brak reguły korelacji dla synchronizacji ''{0}'' ResourceValidator.outboundMapping=mapowanie wychodzące @@ -391,3 +391,10 @@ ResourceValidator.inboundMapping=numer mapowania przychodzącego {0} AdminGuiConfigurationType.adminGuiConfiguration=Konfiguracja GUI Administratora midPointVersion=${pom.version} midPointRevision=${git.describe} +IdempotenceType.CONSERVATIVE=Konserwatywny +IdempotenceType.AGGRESSIVE=Agresywny +IdempotenceType.NONE=Żaden +AdditionalInformationGenerator.exclusionsTitle=Wyłączenia do zatwierdzenia +AdditionalInformationGenerator.assignmentOf=Przypisania {0} +AdditionalInformationGenerator.isInConflictWithAssignmentOf=jest w konflikcie z przypisaniem {0} +AdditionalInformationGenerator.notes=Uwagi diff --git a/infra/schema/src/main/resources/localization/schema_pt_BR.properties b/infra/schema/src/main/resources/localization/schema_pt_BR.properties index a283c4100ae..f38e6a29114 100644 --- a/infra/schema/src/main/resources/localization/schema_pt_BR.properties +++ b/infra/schema/src/main/resources/localization/schema_pt_BR.properties @@ -350,13 +350,13 @@ ServiceType.displayOrder=Ordem de exibcao ServiceType.URL=URL ResourceAttribute.connIdName=Nome ConnId ResourceAttribute.connIdUID=UID ConnId -ResourceValidator.noSchema=Esquema de recurso não disponível\: {0} -ResourceValidator.multipleSynchronizationDefinitions=Há múltiplas definições de sinc. para tipo/intento\: {0}. -ResourceValidator.multipleSchemaHandlingDefinitions=Há múltiplas definições de manuseio de esquema para tipo/intento\: {0}. +ResourceValidator.noSchema=Esquema de recurso não disponível: {0} +ResourceValidator.multipleSynchronizationDefinitions=Há múltiplas definições de sinc. para tipo/intento: {0}. +ResourceValidator.multipleSchemaHandlingDefinitions=Há múltiplas definições de manuseio de esquema para tipo/intento: {0}. ResourceValidator.multipleSchemaHandlingDefaultDefinitions=Há múltiplas definições de manuseio de esquema para tipo ''{0}'' marcado como default ResourceValidator.noDefaultAccountSchemaHandlingDefinition=Não há definição de manuseio do esquema "account" marcado como default. Atribuições não-qualificáveis não funcionarão. -ResourceValidator.missingObjectClass=Classe de objeto faltante para a definição de manuseio de esquema\: ''{0}''. -ResourceValidator.unknownObjectClass=Classe de objeto ''{1}'' desconhecida para a definição de manuseio de esquema\: ''{0}''. +ResourceValidator.missingObjectClass=Classe de objeto faltante para a definição de manuseio de esquema: ''{0}''. +ResourceValidator.unknownObjectClass=Classe de objeto ''{1}'' desconhecida para a definição de manuseio de esquema: ''{0}''. ResourceValidator.noSynchronizationDefinition=Nenhuma definição de sinc. para ''{0}''. ResourceValidator.noSchemaHandlingDefinition=Nenhuma definição de manuseio de esquema para ''{0}''. ResourceValidator.noAttributeName=Atributo sem nome no manuseio de esquema para ''{0}''. @@ -370,20 +370,20 @@ ResourceValidator.missingAssociationTargetIntent=Propriedade ''target kind'' fal ResourceValidator.missingAssociationDirection=Propriedade 'direction'' faltante para associação ''{1}'' no manuseio de esquema para ''{0}''. ResourceValidator.missingAssociationAssociationAttribute=Propriedade ''association attribute'' faltante para associação ''{1}'' no manuseio de esquema para ''{0}''. ResourceValidator.missingAssociationValueAttribute=Propriedade ''value attribute'' faltante para associação ''{1}'' no manuseio de esquema para ''{0}''. -ResourceValidator.wrongMatchingRule=Regra de comparação para atributo ''{1}'' incorreta no manuseio de esquema para ''{0}''\: {2} +ResourceValidator.wrongMatchingRule=Regra de comparação para atributo ''{1}'' incorreta no manuseio de esquema para ''{0}'': {2} ResourceValidator.multipleItems=Há múltiplas definições para atributo ou associação ''{1}'' em ''{0}''. ResourceValidator.dependentObjectTypeDoesNotExist=Tipo/intento dependente ''{1}' não existe em uma dependência de ''{0}''. ResourceValidator.targetObjectTypeDoesNotExist=Alvo tipo/intento ''{1}'' para associação ''{2}'' não existe no manuseio de esquema para ''{0}''. -ResourceValidator.suspiciousMappingSource=Fonte suspeita para {1} para ''{2}'' no manuseio de esquema para ''{0}''\: {3} -ResourceValidator.invalidMappingSource=Origem inválida para {1} para ''{2}'' no manuseio de esquema para ''{0}''\: {3} +ResourceValidator.suspiciousMappingSource=Fonte suspeita para {1} para ''{2}'' no manuseio de esquema para ''{0}'': {3} +ResourceValidator.invalidMappingSource=Origem inválida para {1} para ''{2}'' no manuseio de esquema para ''{0}'': {3} ResourceValidator.missingMappingSource=Origem faltante para {1} para ''{2}'' no manuseio de esquema para ''{0}'' -ResourceValidator.suspiciousMappingTarget=Alvo suspeito para {1} para ''{2}'' no manuseio de esquema para ''{0}''\: {3} -ResourceValidator.invalidMappingTarget=Alvo inválido para {1} para ''{2}'' no manuseio de esquema para ''{0}''\: {3} +ResourceValidator.suspiciousMappingTarget=Alvo suspeito para {1} para ''{2}'' no manuseio de esquema para ''{0}'': {3} +ResourceValidator.invalidMappingTarget=Alvo inválido para {1} para ''{2}'' no manuseio de esquema para ''{0}'': {3} ResourceValidator.missingMappingTarget=Alvo faltante para {1} para ''{2}'' no manuseio de esquema para ''{0}'' -ResourceValidator.superfluousMappingTarget=Alvo supérfluo para {1} para ''{2}'' no manuseio de esquema para ''{0}''\: {3} -ResourceValidator.unknownObjectClassInSynchronization=Classe de objeto ''{1}'' desconhecida para a definição de sincronização\: ''{0}''. -ResourceValidator.noReaction=Nenhuma reação definida em ''{0}'' para situação(ões)\: {1} -ResourceValidator.duplicateReactions=Reações duplicadas definida em ''{0}'' para situação(ões)\: {1} +ResourceValidator.superfluousMappingTarget=Alvo supérfluo para {1} para ''{2}'' no manuseio de esquema para ''{0}'': {3} +ResourceValidator.unknownObjectClassInSynchronization=Classe de objeto ''{1}'' desconhecida para a definição de sincronização: ''{0}''. +ResourceValidator.noReaction=Nenhuma reação definida em ''{0}'' para situação(ões): {1} +ResourceValidator.duplicateReactions=Reações duplicadas definida em ''{0}'' para situação(ões): {1} ResourceValidator.noSituation=Nome da situação de sinc. faltante para a reação definida em ''{0}'' ResourceValidator.noCorrelationRule=Nenhuma regra de correlação para sincronização de ''{0}'' ResourceValidator.outboundMapping=Mapeamento de saída @@ -391,3 +391,10 @@ ResourceValidator.inboundMapping=Número de mapeamento de entrada {0} AdminGuiConfigurationType.adminGuiConfiguration=Config. Admin GUI midPointVersion=${pom.version} midPointRevision=${git.describe} +IdempotenceType.CONSERVATIVE=Conservative +IdempotenceType.AGGRESSIVE=Aggressive +IdempotenceType.NONE=None +AdditionalInformationGenerator.exclusionsTitle=Exclusions to be approved +AdditionalInformationGenerator.assignmentOf=Assignment of {0} +AdditionalInformationGenerator.isInConflictWithAssignmentOf=is in conflict with assignment of {0} +AdditionalInformationGenerator.notes=Notes diff --git a/infra/schema/src/main/resources/localization/schema_ru.properties b/infra/schema/src/main/resources/localization/schema_ru.properties index 56bc742c0e1..ef8b2886bcb 100644 --- a/infra/schema/src/main/resources/localization/schema_ru.properties +++ b/infra/schema/src/main/resources/localization/schema_ru.properties @@ -147,8 +147,8 @@ LoggingComponentType.REPOSITORY=Протоколирование репозит LoggingComponentType.RESOURCEOBJECTCHANGELISTENER=Протоколирование прослушивателя изменений ресурсного объекта LoggingComponentType.TASKMANAGER=Протоколирование диспетчера задач LoggingComponentType.WORKFLOWS = Протоколирование процессов Workflow -LoggingComponentType.ACCESS_CERTIFICATION = Access certification logger -LoggingComponentType.SECURITY = Security logger +LoggingComponentType.ACCESS_CERTIFICATION = Логирование сертификации доступа +LoggingComponentType.SECURITY = Логирование безопасности LoggingLevelType.ALL=Все LoggingLevelType.DEBUG=Отладка LoggingLevelType.ERROR=Ошибка @@ -342,7 +342,7 @@ OrgType.type=Тип OrgType.isTenant=Это владелец? OrgType.CostCenter=Центр затрат OrgType.displayOrder=Порядок отображения -OrgType.securityPolicy=Security Policy +OrgType.securityPolicy=Политика безопасности OrgType.passwordPolicy=Парольная политика ServiceType.type=Тип ServiceType.locality=Локализация @@ -350,13 +350,13 @@ ServiceType.displayOrder=Порядок отображения ServiceType.URL=URL ResourceAttribute.connIdName=Идентификатор коннектора ResourceAttribute.connIdUID=Идентификатор коннектора UID -ResourceValidator.noSchema=Схема ресурса недоступна\: {0} -ResourceValidator.multipleSynchronizationDefinitions=There are multiple synchronization definitions for kind/intent\: {0}. -ResourceValidator.multipleSchemaHandlingDefinitions=There are multiple schema handling definitions for kind/intent\: {0}. +ResourceValidator.noSchema=Схема ресурса недоступна: {0} +ResourceValidator.multipleSynchronizationDefinitions=There are multiple synchronization definitions for kind/intent: {0}. +ResourceValidator.multipleSchemaHandlingDefinitions=There are multiple schema handling definitions for kind/intent: {0}. ResourceValidator.multipleSchemaHandlingDefaultDefinitions=There are multiple schema handling definitions for kind ''{0}'' marked as default. ResourceValidator.noDefaultAccountSchemaHandlingDefinition=There is no ''account'' schema handling definition marked as default. Unqualified assignments of this resource will not work. -ResourceValidator.missingObjectClass=Missing object class for schema handling definition\: ''{0}''. -ResourceValidator.unknownObjectClass=Unknown object class ''{1}'' for schema handling definition\: ''{0}''. +ResourceValidator.missingObjectClass=Missing object class for schema handling definition: ''{0}''. +ResourceValidator.unknownObjectClass=Unknown object class ''{1}'' for schema handling definition: ''{0}''. ResourceValidator.noSynchronizationDefinition=Не определена синхронизация для ''{0}''. ResourceValidator.noSchemaHandlingDefinition=No schema handling definition for ''{0}''. ResourceValidator.noAttributeName=Unnamed attribute in schema handling for ''{0}''. @@ -370,20 +370,20 @@ ResourceValidator.missingAssociationTargetIntent=Missing ''target intent'' prope ResourceValidator.missingAssociationDirection=Missing ''direction'' property for association ''{1}'' in schema handling for ''{0}''. ResourceValidator.missingAssociationAssociationAttribute=Missing ''association attribute'' property for association ''{1}'' in schema handling for ''{0}''. ResourceValidator.missingAssociationValueAttribute=Missing ''value attribute'' property for association ''{1}'' in schema handling for ''{0}''. -ResourceValidator.wrongMatchingRule=Wrong matching rule for attribute ''{1}'' in schema handling for ''{0}''\: {2} +ResourceValidator.wrongMatchingRule=Wrong matching rule for attribute ''{1}'' in schema handling for ''{0}'': {2} ResourceValidator.multipleItems=There are multiple definitions for attribute or association ''{1}'' in ''{0}''. ResourceValidator.dependentObjectTypeDoesNotExist=Dependent kind/intent ''{1}'' does not exist in a dependency of ''{0}''. ResourceValidator.targetObjectTypeDoesNotExist=Target kind/intent ''{1}'' for association ''{2}'' does not exist in schema handling for ''{0}''. -ResourceValidator.suspiciousMappingSource=Suspicious source for {1} for ''{2}'' in schema handling for ''{0}''\: {3} -ResourceValidator.invalidMappingSource=Invalid source for {1} for ''{2}'' in schema handling for ''{0}''\: {3} +ResourceValidator.suspiciousMappingSource=Suspicious source for {1} for ''{2}'' in schema handling for ''{0}'': {3} +ResourceValidator.invalidMappingSource=Invalid source for {1} for ''{2}'' in schema handling for ''{0}'': {3} ResourceValidator.missingMappingSource=Missing source for {1} for ''{2}'' in schema handling for ''{0}'' -ResourceValidator.suspiciousMappingTarget=Suspicious target for {1} for ''{2}'' in schema handling for ''{0}''\: {3} -ResourceValidator.invalidMappingTarget=Invalid target for {1} for ''{2}'' in schema handling for ''{0}''\: {3} +ResourceValidator.suspiciousMappingTarget=Suspicious target for {1} for ''{2}'' in schema handling for ''{0}'': {3} +ResourceValidator.invalidMappingTarget=Invalid target for {1} for ''{2}'' in schema handling for ''{0}'': {3} ResourceValidator.missingMappingTarget=Missing target for {1} for ''{2}'' in schema handling for ''{0}'' -ResourceValidator.superfluousMappingTarget=Superfluous target for {1} for ''{2}'' in schema handling for ''{0}''\: {3} -ResourceValidator.unknownObjectClassInSynchronization=Неизвестный класс объекта ''{1}'' для синхронизации\: ''{0}''. -ResourceValidator.noReaction=Не определено реагирование для ''{0}'' в ситуации(ях)\: {1} -ResourceValidator.duplicateReactions=Duplicate reactions defined in ''{0}'' for situation(s)\: {1} +ResourceValidator.superfluousMappingTarget=Superfluous target for {1} for ''{2}'' in schema handling for ''{0}'': {3} +ResourceValidator.unknownObjectClassInSynchronization=Неизвестный класс объекта ''{1}'' для синхронизации: ''{0}''. +ResourceValidator.noReaction=Не определено реагирование для ''{0}'' в ситуации(ях): {1} +ResourceValidator.duplicateReactions=Duplicate reactions defined in ''{0}'' for situation(s): {1} ResourceValidator.noSituation=Missing synchronization situation name in a reaction defined in ''{0}'' ResourceValidator.noCorrelationRule=Не определены правила синхронизации для ''{0}'' ResourceValidator.outboundMapping=Исходящий маппинг @@ -391,3 +391,10 @@ ResourceValidator.inboundMapping=число входящих маппингов AdminGuiConfigurationType.adminGuiConfiguration=Настройка интерфейса администратора midPointVersion=${pom.version} midPointRevision=${git.describe} +IdempotenceType.CONSERVATIVE=Консервативный +IdempotenceType.AGGRESSIVE=Агрессивный +IdempotenceType.NONE=Нет +AdditionalInformationGenerator.exclusionsTitle=Exclusions to be approved +AdditionalInformationGenerator.assignmentOf=Assignment of {0} +AdditionalInformationGenerator.isInConflictWithAssignmentOf=is in conflict with assignment of {0} +AdditionalInformationGenerator.notes=Записи diff --git a/infra/schema/src/main/resources/localization/schema_sk.properties b/infra/schema/src/main/resources/localization/schema_sk.properties index 8464ea1dd15..0ee3c4e780c 100644 --- a/infra/schema/src/main/resources/localization/schema_sk.properties +++ b/infra/schema/src/main/resources/localization/schema_sk.properties @@ -350,13 +350,13 @@ ServiceType.displayOrder=Display Order ServiceType.URL=URL ResourceAttribute.connIdName=ConnId Name ResourceAttribute.connIdUID=ConnId UID -ResourceValidator.noSchema=Resource schema is not available\: {0} -ResourceValidator.multipleSynchronizationDefinitions=There are multiple synchronization definitions for kind/intent\: {0}. -ResourceValidator.multipleSchemaHandlingDefinitions=There are multiple schema handling definitions for kind/intent\: {0}. +ResourceValidator.noSchema=Resource schema is not available: {0} +ResourceValidator.multipleSynchronizationDefinitions=There are multiple synchronization definitions for kind/intent: {0}. +ResourceValidator.multipleSchemaHandlingDefinitions=There are multiple schema handling definitions for kind/intent: {0}. ResourceValidator.multipleSchemaHandlingDefaultDefinitions=There are multiple schema handling definitions for kind ''{0}'' marked as default. ResourceValidator.noDefaultAccountSchemaHandlingDefinition=There is no ''account'' schema handling definition marked as default. Unqualified assignments of this resource will not work. -ResourceValidator.missingObjectClass=Missing object class for schema handling definition\: ''{0}''. -ResourceValidator.unknownObjectClass=Unknown object class ''{1}'' for schema handling definition\: ''{0}''. +ResourceValidator.missingObjectClass=Missing object class for schema handling definition: ''{0}''. +ResourceValidator.unknownObjectClass=Unknown object class ''{1}'' for schema handling definition: ''{0}''. ResourceValidator.noSynchronizationDefinition=No synchronization definition for ''{0}''. ResourceValidator.noSchemaHandlingDefinition=No schema handling definition for ''{0}''. ResourceValidator.noAttributeName=Unnamed attribute in schema handling for ''{0}''. @@ -370,20 +370,20 @@ ResourceValidator.missingAssociationTargetIntent=Missing ''target intent'' prope ResourceValidator.missingAssociationDirection=Missing ''direction'' property for association ''{1}'' in schema handling for ''{0}''. ResourceValidator.missingAssociationAssociationAttribute=Missing ''association attribute'' property for association ''{1}'' in schema handling for ''{0}''. ResourceValidator.missingAssociationValueAttribute=Missing ''value attribute'' property for association ''{1}'' in schema handling for ''{0}''. -ResourceValidator.wrongMatchingRule=Wrong matching rule for attribute ''{1}'' in schema handling for ''{0}''\: {2} +ResourceValidator.wrongMatchingRule=Wrong matching rule for attribute ''{1}'' in schema handling for ''{0}'': {2} ResourceValidator.multipleItems=There are multiple definitions for attribute or association ''{1}'' in ''{0}''. ResourceValidator.dependentObjectTypeDoesNotExist=Dependent kind/intent ''{1}'' does not exist in a dependency of ''{0}''. ResourceValidator.targetObjectTypeDoesNotExist=Target kind/intent ''{1}'' for association ''{2}'' does not exist in schema handling for ''{0}''. -ResourceValidator.suspiciousMappingSource=Suspicious source for {1} for ''{2}'' in schema handling for ''{0}''\: {3} -ResourceValidator.invalidMappingSource=Invalid source for {1} for ''{2}'' in schema handling for ''{0}''\: {3} +ResourceValidator.suspiciousMappingSource=Suspicious source for {1} for ''{2}'' in schema handling for ''{0}'': {3} +ResourceValidator.invalidMappingSource=Invalid source for {1} for ''{2}'' in schema handling for ''{0}'': {3} ResourceValidator.missingMappingSource=Missing source for {1} for ''{2}'' in schema handling for ''{0}'' -ResourceValidator.suspiciousMappingTarget=Suspicious target for {1} for ''{2}'' in schema handling for ''{0}''\: {3} -ResourceValidator.invalidMappingTarget=Invalid target for {1} for ''{2}'' in schema handling for ''{0}''\: {3} +ResourceValidator.suspiciousMappingTarget=Suspicious target for {1} for ''{2}'' in schema handling for ''{0}'': {3} +ResourceValidator.invalidMappingTarget=Invalid target for {1} for ''{2}'' in schema handling for ''{0}'': {3} ResourceValidator.missingMappingTarget=Missing target for {1} for ''{2}'' in schema handling for ''{0}'' -ResourceValidator.superfluousMappingTarget=Superfluous target for {1} for ''{2}'' in schema handling for ''{0}''\: {3} -ResourceValidator.unknownObjectClassInSynchronization=Unknown object class ''{1}'' for synchronization definition\: ''{0}''. -ResourceValidator.noReaction=No reaction defined in ''{0}'' for situation(s)\: {1} -ResourceValidator.duplicateReactions=Duplicate reactions defined in ''{0}'' for situation(s)\: {1} +ResourceValidator.superfluousMappingTarget=Superfluous target for {1} for ''{2}'' in schema handling for ''{0}'': {3} +ResourceValidator.unknownObjectClassInSynchronization=Unknown object class ''{1}'' for synchronization definition: ''{0}''. +ResourceValidator.noReaction=No reaction defined in ''{0}'' for situation(s): {1} +ResourceValidator.duplicateReactions=Duplicate reactions defined in ''{0}'' for situation(s): {1} ResourceValidator.noSituation=Missing synchronization situation name in a reaction defined in ''{0}'' ResourceValidator.noCorrelationRule=No correlation rule for synchronization of ''{0}'' ResourceValidator.outboundMapping=outbound mapping @@ -391,3 +391,10 @@ ResourceValidator.inboundMapping=inbound mapping number {0} AdminGuiConfigurationType.adminGuiConfiguration=Admin GUI Configuration midPointVersion=${pom.version} midPointRevision=${git.describe} +IdempotenceType.CONSERVATIVE=Conservative +IdempotenceType.AGGRESSIVE=Aggressive +IdempotenceType.NONE=None +AdditionalInformationGenerator.exclusionsTitle=Exclusions to be approved +AdditionalInformationGenerator.assignmentOf=Assignment of {0} +AdditionalInformationGenerator.isInConflictWithAssignmentOf=is in conflict with assignment of {0} +AdditionalInformationGenerator.notes=Notes diff --git a/infra/schema/src/main/resources/localization/schema_tr.properties b/infra/schema/src/main/resources/localization/schema_tr.properties index dbb19ae4a31..426bc01f775 100644 --- a/infra/schema/src/main/resources/localization/schema_tr.properties +++ b/infra/schema/src/main/resources/localization/schema_tr.properties @@ -350,12 +350,12 @@ ServiceType.displayOrder=Gösterim Sırası ServiceType.URL=URL ResourceAttribute.connIdName=ConnId İsmi ResourceAttribute.connIdUID=ConnId UID -ResourceValidator.noSchema=Kaynak şeması mevcut değil\: {0} +ResourceValidator.noSchema=Kaynak şeması mevcut değil: {0} ResourceValidator.multipleSynchronizationDefinitions={0} tür/maksat için birden fazla senkronizasyon tanımı mevcut. ResourceValidator.multipleSchemaHandlingDefinitions={0} tür/maksat için birden şema işleme tanımı mevcut. ResourceValidator.multipleSchemaHandlingDefaultDefinitions=''{0}'' türü için varsayılan işaretlenmiş birden fazla şema işleme tanımı var. ResourceValidator.noDefaultAccountSchemaHandlingDefinition=varsayılan olarak işsaretlenmiş bir "hesap" şema işleme tanımı bulunmuyor. Bu kaynak için koşulsuz atamalar yapılamayacaktır. -ResourceValidator.missingObjectClass=Şema işleme tanımındaki eksik nesne sınıfı\: ''{0}''. +ResourceValidator.missingObjectClass=Şema işleme tanımındaki eksik nesne sınıfı: ''{0}''. ResourceValidator.unknownObjectClass=''{0}'' şema işleme tanımındaki ''{1}'' nesne sınıfı bilinmiyor. ResourceValidator.noSynchronizationDefinition=''{0}'' için senkronizasyon tanımı yapılmamış. ResourceValidator.noSchemaHandlingDefinition=''{0}'' için şema işleme tanımı yok. @@ -370,20 +370,20 @@ ResourceValidator.missingAssociationTargetIntent=''{0}'' ın şema işleme kısm ResourceValidator.missingAssociationDirection=''{0}'' ın şema işleme kısmında, ilişkilendirme ''{1} '' için ''yön'' özelliği eksik. ResourceValidator.missingAssociationAssociationAttribute=''{0}'' ın şema işleme kısmında, ilişkilendirme ''{1} '' için ''ilişkilendirme özniteliği' özelliği eksik. ResourceValidator.missingAssociationValueAttribute=''{0}'' ın şema işleme kısmında, ilişkilendirme ''{1} '' için ''değer özniteliği'' özelliği eksik. -ResourceValidator.wrongMatchingRule=''{0}'' şema işleme kısmında, ''{1}'' özniteliği için eşleme kuralı yanlış yapılmış\:{2} +ResourceValidator.wrongMatchingRule=''{0}'' şema işleme kısmında, ''{1}'' özniteliği için eşleme kuralı yanlış yapılmış:{2} ResourceValidator.multipleItems=There are multiple definitions for attribute or association ''{1}'' in ''{0}''. ResourceValidator.dependentObjectTypeDoesNotExist=Dependent kind/intent ''{1}'' does not exist in a dependency of ''{0}''. ResourceValidator.targetObjectTypeDoesNotExist=Target kind/intent ''{1}'' for association ''{2}'' does not exist in schema handling for ''{0}''. -ResourceValidator.suspiciousMappingSource=''{0}'' için şema işlemede {1} için ''{2}'' için şüpheli kaynak\: {3} -ResourceValidator.invalidMappingSource=Invalid source for {1} for ''{2}'' in schema handling for ''{0}''\: {3} +ResourceValidator.suspiciousMappingSource=''{0}'' için şema işlemede {1} için ''{2}'' için şüpheli kaynak: {3} +ResourceValidator.invalidMappingSource=Invalid source for {1} for ''{2}'' in schema handling for ''{0}'': {3} ResourceValidator.missingMappingSource=Missing source for {1} for ''{2}'' in schema handling for ''{0}'' -ResourceValidator.suspiciousMappingTarget=''{0}'' için şema işlemede {1} iin ''{2}'' için şüpheli hedef\: {3} -ResourceValidator.invalidMappingTarget=Invalid target for {1} for ''{2}'' in schema handling for ''{0}''\: {3} +ResourceValidator.suspiciousMappingTarget=''{0}'' için şema işlemede {1} iin ''{2}'' için şüpheli hedef: {3} +ResourceValidator.invalidMappingTarget=Invalid target for {1} for ''{2}'' in schema handling for ''{0}'': {3} ResourceValidator.missingMappingTarget=''{0}'' için şema işlemede ''{2}'' için {1} hedefi eksik -ResourceValidator.superfluousMappingTarget=Superfluous target for {1} for ''{2}'' in schema handling for ''{0}''\: {3} +ResourceValidator.superfluousMappingTarget=Superfluous target for {1} for ''{2}'' in schema handling for ''{0}'': {3} ResourceValidator.unknownObjectClassInSynchronization=''{0}'' senkronizasyon tanımı içindeki ''{1}'' nesne sınıfı bilinmiyor. -ResourceValidator.noReaction=''{0}'' içinde şu durum(lar) için tepki tanımlanmamış\: {1} -ResourceValidator.duplicateReactions=''{0}'' içinde şu durum(lar) için tekrarlanan tepkiler tanımlanmış\: {1} +ResourceValidator.noReaction=''{0}'' içinde şu durum(lar) için tepki tanımlanmamış: {1} +ResourceValidator.duplicateReactions=''{0}'' içinde şu durum(lar) için tekrarlanan tepkiler tanımlanmış: {1} ResourceValidator.noSituation=''{0}'' içinde tanımlanan tepkisinde senkronizasyon durumu ismi eksik. ResourceValidator.noCorrelationRule=''{0}'' senkronizasyonu için korelasyon yok ResourceValidator.outboundMapping=dışa doğru eşleme @@ -391,3 +391,10 @@ ResourceValidator.inboundMapping=gelen eşleme sayısı {0} AdminGuiConfigurationType.adminGuiConfiguration=Yönetici GUI'si Yapılandırması midPointVersion=${pom.version} midPointRevision=${git.describe} +IdempotenceType.CONSERVATIVE=Conservative +IdempotenceType.AGGRESSIVE=Aggressive +IdempotenceType.NONE=None +AdditionalInformationGenerator.exclusionsTitle=Exclusions to be approved +AdditionalInformationGenerator.assignmentOf=Assignment of {0} +AdditionalInformationGenerator.isInConflictWithAssignmentOf=is in conflict with assignment of {0} +AdditionalInformationGenerator.notes=Notes diff --git a/infra/schema/src/main/resources/localization/schema_zh_CN.properties b/infra/schema/src/main/resources/localization/schema_zh_CN.properties index ec930370629..f18d61cc6ed 100644 --- a/infra/schema/src/main/resources/localization/schema_zh_CN.properties +++ b/infra/schema/src/main/resources/localization/schema_zh_CN.properties @@ -391,3 +391,10 @@ ResourceValidator.inboundMapping=入站映射编号{0} AdminGuiConfigurationType.adminGuiConfiguration=管理控制台(GUI)配置 midPointVersion=${pom.version} midPointRevision=${git.describe} +IdempotenceType.CONSERVATIVE=Conservative +IdempotenceType.AGGRESSIVE=Aggressive +IdempotenceType.NONE=None +AdditionalInformationGenerator.exclusionsTitle=Exclusions to be approved +AdditionalInformationGenerator.assignmentOf=Assignment of {0} +AdditionalInformationGenerator.isInConflictWithAssignmentOf=is in conflict with assignment of {0} +AdditionalInformationGenerator.notes=Notes