Repository: syncope Updated Branches: refs/heads/master c2ce2e800 -> e034afcd5
http://git-wip-us.apache.org/repos/asf/syncope/blob/e034afcd/client/console/src/main/resources/org/apache/syncope/client/console/wizards/any/Details.html ---------------------------------------------------------------------- diff --git a/client/console/src/main/resources/org/apache/syncope/client/console/wizards/any/Details.html b/client/console/src/main/resources/org/apache/syncope/client/console/wizards/any/Details.html new file mode 100644 index 0000000..a7714b8 --- /dev/null +++ b/client/console/src/main/resources/org/apache/syncope/client/console/wizards/any/Details.html @@ -0,0 +1,27 @@ +<!-- +Licensed to the Apache Software Foundation (ASF) under one +or more contributor license agreements. See the NOTICE file +distributed with this work for additional information +regarding copyright ownership. The ASF licenses this file +to you 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. +--> +<html xmlns="http://www.w3.org/1999/xhtml" xmlns:wicket="http://wicket.apache.org"> + <head><title></title></head> + <body> + <wicket:panel> + <wicket:child/> + <span wicket:id="status">[STATUS]</span> + </wicket:panel> + </body> +</html> http://git-wip-us.apache.org/repos/asf/syncope/blob/e034afcd/client/console/src/main/resources/org/apache/syncope/client/console/wizards/any/GroupDetails.html ---------------------------------------------------------------------- diff --git a/client/console/src/main/resources/org/apache/syncope/client/console/wizards/any/GroupDetails.html b/client/console/src/main/resources/org/apache/syncope/client/console/wizards/any/GroupDetails.html index c813528..f4792ed 100644 --- a/client/console/src/main/resources/org/apache/syncope/client/console/wizards/any/GroupDetails.html +++ b/client/console/src/main/resources/org/apache/syncope/client/console/wizards/any/GroupDetails.html @@ -19,7 +19,7 @@ under the License. <html xmlns="http://www.w3.org/1999/xhtml" xmlns:wicket="http://wicket.apache.org"> <head><title></title></head> <body> - <wicket:panel> + <wicket:extend> <div class="form-group"> <span wicket:id="name"/> <a class="tooltips" wicket:id="questionMarkJexlHelp" href="#" alt="Click to help" title="Click to help"> @@ -51,6 +51,6 @@ under the License. <span wicket:id="userOwnerSelectWin"/> <span wicket:id="groupOwnerSelectWin"/> - </wicket:panel> + </wicket:extend> </body> </html> http://git-wip-us.apache.org/repos/asf/syncope/blob/e034afcd/client/console/src/main/resources/org/apache/syncope/client/console/wizards/any/StatusPanel.html ---------------------------------------------------------------------- diff --git a/client/console/src/main/resources/org/apache/syncope/client/console/wizards/any/StatusPanel.html b/client/console/src/main/resources/org/apache/syncope/client/console/wizards/any/StatusPanel.html new file mode 100644 index 0000000..9fac01f --- /dev/null +++ b/client/console/src/main/resources/org/apache/syncope/client/console/wizards/any/StatusPanel.html @@ -0,0 +1,46 @@ +<!-- +Licensed to the Apache Software Foundation (ASF) under one +or more contributor license agreements. See the NOTICE file +distributed with this work for additional information +regarding copyright ownership. The ASF licenses this file +to you 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. +--> +<html xmlns="http://www.w3.org/1999/xhtml" xmlns:wicket="http://wicket.apache.org"> + <head><title></title></head> + <wicket:panel> + <span wicket:id="container"> + <wicket:container wicket:id="content" /> + </span> + + <wicket:fragment wicket:id="resources"> + <span wicket:id="resources">[RESOURCES]</span> + </wicket:fragment> + + <wicket:fragment wicket:id="remoteObject"> + <div class="col-xs-12"> + <div class="box"> + <div class="box-header"> + <a wicket:id="back" href="#" alt="Back icon" title="Back"><i class="glyphicon glyphicon-arrow-left"></i></a> + <h3 class="box-title"> + <span wicket:id="resource">[RESOURCE]</span> + </h3> + </div> + <div class="box-body"> + <span wicket:id="remoteObject">[REMTE_OBJECT]</span> + </div> + </div> + </div> + </wicket:fragment> + </wicket:panel> +</html> http://git-wip-us.apache.org/repos/asf/syncope/blob/e034afcd/client/console/src/main/resources/org/apache/syncope/client/console/wizards/any/StatusPanel.properties ---------------------------------------------------------------------- diff --git a/client/console/src/main/resources/org/apache/syncope/client/console/wizards/any/StatusPanel.properties b/client/console/src/main/resources/org/apache/syncope/client/console/wizards/any/StatusPanel.properties new file mode 100644 index 0000000..ef1cdf0 --- /dev/null +++ b/client/console/src/main/resources/org/apache/syncope/client/console/wizards/any/StatusPanel.properties @@ -0,0 +1,19 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. +resourceName=Resource +connObjectLink=Remote ID +status=Status http://git-wip-us.apache.org/repos/asf/syncope/blob/e034afcd/client/console/src/main/resources/org/apache/syncope/client/console/wizards/any/StatusPanel_it.properties ---------------------------------------------------------------------- diff --git a/client/console/src/main/resources/org/apache/syncope/client/console/wizards/any/StatusPanel_it.properties b/client/console/src/main/resources/org/apache/syncope/client/console/wizards/any/StatusPanel_it.properties new file mode 100644 index 0000000..948b49d --- /dev/null +++ b/client/console/src/main/resources/org/apache/syncope/client/console/wizards/any/StatusPanel_it.properties @@ -0,0 +1,19 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. +resourceName=Risorsa +connObjectLink=ID Remoto +status=Stato http://git-wip-us.apache.org/repos/asf/syncope/blob/e034afcd/client/console/src/main/resources/org/apache/syncope/client/console/wizards/any/StatusPanel_pt_BR.properties ---------------------------------------------------------------------- diff --git a/client/console/src/main/resources/org/apache/syncope/client/console/wizards/any/StatusPanel_pt_BR.properties b/client/console/src/main/resources/org/apache/syncope/client/console/wizards/any/StatusPanel_pt_BR.properties new file mode 100644 index 0000000..5202d32 --- /dev/null +++ b/client/console/src/main/resources/org/apache/syncope/client/console/wizards/any/StatusPanel_pt_BR.properties @@ -0,0 +1,19 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. +resourceName=Recurso +connObjectLink=ID Remoto +status=Estado http://git-wip-us.apache.org/repos/asf/syncope/blob/e034afcd/client/console/src/main/resources/org/apache/syncope/client/console/wizards/any/UserDetails.html ---------------------------------------------------------------------- diff --git a/client/console/src/main/resources/org/apache/syncope/client/console/wizards/any/UserDetails.html b/client/console/src/main/resources/org/apache/syncope/client/console/wizards/any/UserDetails.html index a676f1e..78247c1 100644 --- a/client/console/src/main/resources/org/apache/syncope/client/console/wizards/any/UserDetails.html +++ b/client/console/src/main/resources/org/apache/syncope/client/console/wizards/any/UserDetails.html @@ -19,7 +19,7 @@ under the License. <html xmlns="http://www.w3.org/1999/xhtml" xmlns:wicket="http://wicket.apache.org"> <head><title></title></head> <body> - <wicket:panel> + <wicket:extend> <div class="form-group"> <span wicket:id="username"/> <a class="tooltips" wicket:id="usernameQuestionMarkJexlHelp" href="#" alt="Click to help" title="Click to help"> @@ -36,7 +36,6 @@ under the License. </div> <div wicket:id="collapsePanel"></div> - - </wicket:panel> + </wicket:extend> </body> </html> http://git-wip-us.apache.org/repos/asf/syncope/blob/e034afcd/client/console/src/main/resources/org/apache/syncope/client/console/wizards/any/UserDetails.properties ---------------------------------------------------------------------- diff --git a/client/console/src/main/resources/org/apache/syncope/client/console/wizards/any/UserDetails.properties b/client/console/src/main/resources/org/apache/syncope/client/console/wizards/any/UserDetails.properties index f07fe03..f4ff161 100644 --- a/client/console/src/main/resources/org/apache/syncope/client/console/wizards/any/UserDetails.properties +++ b/client/console/src/main/resources/org/apache/syncope/client/console/wizards/any/UserDetails.properties @@ -17,3 +17,4 @@ username=Username password=Password confirmPassword=Password (confirm) +password.change=Password management ... http://git-wip-us.apache.org/repos/asf/syncope/blob/e034afcd/client/console/src/main/resources/org/apache/syncope/client/console/wizards/any/UserDetails_it.properties ---------------------------------------------------------------------- diff --git a/client/console/src/main/resources/org/apache/syncope/client/console/wizards/any/UserDetails_it.properties b/client/console/src/main/resources/org/apache/syncope/client/console/wizards/any/UserDetails_it.properties index 741d7dd..743b35d 100644 --- a/client/console/src/main/resources/org/apache/syncope/client/console/wizards/any/UserDetails_it.properties +++ b/client/console/src/main/resources/org/apache/syncope/client/console/wizards/any/UserDetails_it.properties @@ -17,3 +17,4 @@ username=Username password=Password confirmPassword=Password (conferma) +password.change=Gestisci password ... http://git-wip-us.apache.org/repos/asf/syncope/blob/e034afcd/client/console/src/main/resources/org/apache/syncope/client/console/wizards/any/UserDetails_pt_BR.properties ---------------------------------------------------------------------- diff --git a/client/console/src/main/resources/org/apache/syncope/client/console/wizards/any/UserDetails_pt_BR.properties b/client/console/src/main/resources/org/apache/syncope/client/console/wizards/any/UserDetails_pt_BR.properties index 9debd26..9d4efad 100644 --- a/client/console/src/main/resources/org/apache/syncope/client/console/wizards/any/UserDetails_pt_BR.properties +++ b/client/console/src/main/resources/org/apache/syncope/client/console/wizards/any/UserDetails_pt_BR.properties @@ -14,6 +14,7 @@ # KIND, either express or implied. See the License for the # specific language governing permissions and limitations # under the License. -username=Nome do Usu\u00E1rio +username=Nome do Usu\u00e1rio password=Senha confirmPassword=Senha (confirmar) +password.change=Gest\u00e3o password ...
