Skip to content

Commit

Permalink
Merge branch 'master' into CAS-auth
Browse files Browse the repository at this point in the history
  • Loading branch information
PetrGasparik committed Aug 24, 2015
2 parents 3cae279 + 75afa6a commit 94b4f53
Show file tree
Hide file tree
Showing 550 changed files with 17,460 additions and 2,743 deletions.
3 changes: 2 additions & 1 deletion build-system/pom.xml
Expand Up @@ -406,7 +406,7 @@
<dependency>
<groupId>com.evolveum.polygon</groupId>
<artifactId>connector-ldap</artifactId>
<version>1.4.1.23</version>
<version>1.4.2.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.evolveum.polygon</groupId>
Expand Down Expand Up @@ -828,6 +828,7 @@
</property>
</properties>
<systemPropertyVariables>
<javax.net.ssl.trustStore>src/test/resources/truststore.jks</javax.net.ssl.trustStore>
<midpoint.home>target/midpoint-home</midpoint.home>
<java.util.logging.config.file>${project.build.directory}/test-classes/logging.properties</java.util.logging.config.file>
</systemPropertyVariables>
Expand Down
36 changes: 25 additions & 11 deletions config/initial-objects/090-report-audit.xml

Large diffs are not rendered by default.

33 changes: 21 additions & 12 deletions config/initial-objects/100-report-reconciliation.xml

Large diffs are not rendered by default.

27 changes: 21 additions & 6 deletions config/initial-objects/110-report-user-list.xml

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions gui/admin-gui-cs-CZ/.gitignore
@@ -0,0 +1 @@
/target
51 changes: 51 additions & 0 deletions gui/admin-gui-cs-CZ/pom.xml
@@ -0,0 +1,51 @@
<!--
~ Copyright (c) 2010-2013 Evolveum
~
~ Licensed under the Apache License, Version 2.0 (the "License");
~ you may not use this file except in compliance with the License.
~ You may obtain a copy of the License at
~
~ http://www.apache.org/licenses/LICENSE-2.0
~
~ Unless required by applicable law or agreed to in writing, software
~ distributed under the License is distributed on an "AS IS" BASIS,
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
~ See the License for the specific language governing permissions and
~ limitations under the License.
-->

<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<name>midPoint User Interface - admin web gui cs_CZ</name>
<groupId>com.evolveum.midpoint.gui</groupId>
<artifactId>admin-gui-cs-CZ</artifactId>
<packaging>jar</packaging>
<version>3.3-SNAPSHOT</version>
<parent>
<artifactId>gui</artifactId>
<groupId>com.evolveum.midpoint</groupId>
<version>3.3-SNAPSHOT</version>
</parent>
<scm>
<connection>https://github.com/Evolveum/midpoint.git</connection>
<developerConnection>git@github.com:Evolveum/midpoint.git</developerConnection>
<url>https://fisheye.evolveum.com/browse/midPoint</url>
</scm>
<build>
<resources>
<resource>
<filtering>true</filtering>
<directory>src/main/resources</directory>
</resource>
</resources>
</build>
<dependencies>
<dependency>
<groupId>com.evolveum.midpoint.tools</groupId>
<artifactId>test-ng</artifactId>
<version>3.3-SNAPSHOT</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>
4 changes: 4 additions & 0 deletions gui/admin-gui-cs-CZ/readme.txt
@@ -0,0 +1,4 @@
Czech language support for MidPoint
Čeština pro MidPoint

Contributed by AMI Praha
3 changes: 3 additions & 0 deletions gui/admin-gui-cs-CZ/src/main/resources/Messages.localization
@@ -0,0 +1,3 @@
name=Čeština
flag=cz
locale=cs
@@ -0,0 +1,18 @@
#
# Copyright (c) 2010-2015 Evolveum
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

BasicSearchPanel.clear=Vymazat hled\u00e1n\u00ed
BasicSearchPanel.search=Hledat
BasicSearchPanel.textPlaceholder=Hledat
@@ -0,0 +1,18 @@
#
# Copyright (c) 2010-2015 Evolveum
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

BasicSearchPanel.clear=Vymazat hled\u00e1n\u00ed
BasicSearchPanel.search=Hledat
BasicSearchPanel.textPlaceholder=Hledat
@@ -0,0 +1,18 @@
#
# Copyright (c) 2010-2015 Evolveum
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

objectPolicyConfigurationEditor.button.edit=Upravit
objectPolicyConfigurationEditor.label=Politiky objektu
objectPolicyConfigurationEditor.name.placeholder=Vlo\u017eit politiku objektu
@@ -0,0 +1,18 @@
#
# Copyright (c) 2010-2015 Evolveum
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

objectPolicyConfigurationEditor.button.edit=Upravit
objectPolicyConfigurationEditor.label=Politiky objektu
objectPolicyConfigurationEditor.name.placeholder=Vlo\u017eit politiku objektu
@@ -0,0 +1,18 @@
#
# Copyright (c) 2010-2015 Evolveum
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

ACAttributePanel.button.showExprEditor=Zobrazit hodnotu
ACAttributePanel.hasOutbound=M\u00e1 odchoz\u00ed
ACAttributePanel.required=Povinn\u00fd
@@ -0,0 +1,18 @@
#
# Copyright (c) 2010-2015 Evolveum
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

ACAttributePanel.button.showExprEditor=Zobrazit hodnotu
ACAttributePanel.hasOutbound=M\u00e1 odchoz\u00ed
ACAttributePanel.required=Povinn\u00fd
@@ -0,0 +1,35 @@
#
# Copyright (c) 2010-2015 Evolveum
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

AssignmentEditorPanel.attributes=Atributy
AssignmentEditorPanel.browser.title=Prohl\u00ed\u017ee\u010d
AssignmentEditorPanel.description=Popis
AssignmentEditorPanel.enabledFrom={0}, od {1,date,medium}
AssignmentEditorPanel.enabledFromTo={0}, od {1,date,medium} do {2,date,medium}
AssignmentEditorPanel.enabledTo={0}, do {1,date,medium}
AssignmentEditorPanel.hideEmpty=Skr\u00fdt pr\u00e1zdn\u00e9
AssignmentEditorPanel.manager=Mana\u017eer
AssignmentEditorPanel.member=\u010clen
AssignmentEditorPanel.name.focus=(mapov\u00e1n\u00ed fokusu)
AssignmentEditorPanel.name.noTarget=(\u017e\u00e1dn\u00fd c\u00edl)
AssignmentEditorPanel.orgRef=Org. jednotka/Projekt
AssignmentEditorPanel.relation=Vazba
AssignmentEditorPanel.relation.notSpecified="Nespecifikov\u00e1no"
AssignmentEditorPanel.resource=P\u0159ipojen\u00e1 aplikace
AssignmentEditorPanel.showEmpty=Zobrazit pr\u00e1zdn\u00e9
AssignmentEditorPanel.showMore=Zobraz\u00edt v\u00edce
AssignmentEditorPanel.target=C\u00edl
AssignmentEditorPanel.targetError=C\u00edl p\u0159i\u0159azen\u00ed nebyl nalezen. C\u00edlov\u00e9 OID je chybn\u00e9 nebo neexistuje c\u00edlov\u00fd objekt.
AssignmentEditorPanel.tenantRef=Tenant
@@ -0,0 +1,35 @@
#
# Copyright (c) 2010-2015 Evolveum
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

AssignmentEditorPanel.attributes=Atributy
AssignmentEditorPanel.browser.title=Prohl\u00ed\u017ee\u010d
AssignmentEditorPanel.description=Popis
AssignmentEditorPanel.enabledFrom={0}, od {1,date,medium}
AssignmentEditorPanel.enabledFromTo={0}, od {1,date,medium} do {2,date,medium}
AssignmentEditorPanel.enabledTo={0}, do {1,date,medium}
AssignmentEditorPanel.hideEmpty=Skr\u00fdt pr\u00e1zdn\u00e9
AssignmentEditorPanel.manager=Mana\u017eer
AssignmentEditorPanel.member=\u010clen
AssignmentEditorPanel.name.focus=(mapov\u00e1n\u00ed fokusu)
AssignmentEditorPanel.name.noTarget=(\u017e\u00e1dn\u00fd c\u00edl)
AssignmentEditorPanel.orgRef=Org. jednotka/Projekt
AssignmentEditorPanel.relation=Vazba
AssignmentEditorPanel.relation.notSpecified="Nespecifikov\u00e1no"
AssignmentEditorPanel.resource=P\u0159ipojen\u00e1 aplikace
AssignmentEditorPanel.showEmpty=Zobrazit pr\u00e1zdn\u00e9
AssignmentEditorPanel.showMore=Zobraz\u00edt v\u00edce
AssignmentEditorPanel.target=C\u00edl
AssignmentEditorPanel.targetError=C\u00edl p\u0159i\u0159azen\u00ed nebyl nalezen. C\u00edlov\u00e9 OID je chybn\u00e9 nebo neexistuje c\u00edlov\u00fd objekt.
AssignmentEditorPanel.tenantRef=Tenant
@@ -0,0 +1,25 @@
#
# Copyright (c) 2010-2015 Evolveum
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

AssignmentTablePanel.menu.assign=P\u0159i\u0159adit \u00fa\u010det zdroje
AssignmentTablePanel.menu.assignOrg=P\u0159i\u0159adit organizaci
AssignmentTablePanel.menu.assignRole=P\u0159i\u0159adit roli
AssignmentTablePanel.menu.unassign=Zru\u0161it p\u0159i\u0159azen\u00ed
AssignmentTablePanel.message.couldntAssignObject=Nemohu p\u0159i\u0159adit objekt '{0}', d\u016fvod\: {1}.
AssignmentTablePanel.message.illegalAssignmentState=Nepovolen\u00fd status p\u0159\u00ed\u0159azen\u00ed '{0}'.
AssignmentTablePanel.message.noAssignmentSelected=Nen\u00ed vybran\u00e9 p\u0159i\u0159azen\u00ed.
AssignmentTablePanel.modal.message.delete=Opravdu chcete smazat t\u011bchto {0} p\u0159i\u0159azen\u00ed?
AssignmentTablePanel.modal.title.confirmDeletion=Potvrdit smaz\u00e1n\u00ed
AssignmentTablePanel.modal.title.selectAssignment=Vybrat objekty
@@ -0,0 +1,25 @@
#
# Copyright (c) 2010-2015 Evolveum
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

AssignmentTablePanel.menu.assign=P\u0159i\u0159adit \u00fa\u010det zdroje
AssignmentTablePanel.menu.assignOrg=P\u0159i\u0159adit organizaci
AssignmentTablePanel.menu.assignRole=P\u0159i\u0159adit roli
AssignmentTablePanel.menu.unassign=Zru\u0161it p\u0159i\u0159azen\u00ed
AssignmentTablePanel.message.couldntAssignObject=Nemohu p\u0159i\u0159adit objekt '{0}', d\u016fvod\: {1}.
AssignmentTablePanel.message.illegalAssignmentState=Nepovolen\u00fd status p\u0159\u00ed\u0159azen\u00ed '{0}'.
AssignmentTablePanel.message.noAssignmentSelected=Nen\u00ed vybran\u00e9 p\u0159i\u0159azen\u00ed.
AssignmentTablePanel.modal.message.delete=Opravdu chcete smazat t\u011bchto {0} p\u0159i\u0159azen\u00ed?
AssignmentTablePanel.modal.title.confirmDeletion=Potvrdit smaz\u00e1n\u00ed
AssignmentTablePanel.modal.title.selectAssignment=Vybrat objekty
@@ -0,0 +1,19 @@
#
# Copyright (c) 2010-2015 Evolveum
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

resourcePopup.bundle=Bal\u00edk
resourcePopup.button.add=Vlo\u017eit zdroj
resourcePopup.name=N\u00e1zev
resourcePopup.version=Verze
@@ -0,0 +1,19 @@
#
# Copyright (c) 2010-2015 Evolveum
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

resourcePopup.bundle=Bal\u00edk
resourcePopup.button.add=Vlo\u017eit zdroj
resourcePopup.name=N\u00e1zev
resourcePopup.version=Verze
@@ -0,0 +1,17 @@
#
# Copyright (c) 2010-2015 Evolveum
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

CountToolbar.label=Zobrazuji {0,number,integer} a\u017e {1,number,integer} z {2,number,integer} nalezen\u00fdch objekt\u016f.
CountToolbar.noFound=Nebylo nic nalezeno.
@@ -0,0 +1,17 @@
#
# Copyright (c) 2010-2015 Evolveum
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

CountToolbar.label=Zobrazuji {0,number,integer} a\u017e {1,number,integer} z {2,number,integer} nalezen\u00fdch objekt\u016f.
CountToolbar.noFound=Nebylo nic nalezeno.

0 comments on commit 94b4f53

Please sign in to comment.