http://git-wip-us.apache.org/repos/asf/syncope/blob/39f8a069/client/console/src/main/resources/org/apache/syncope/client/console/pages/SyncTaskModalPage.html ---------------------------------------------------------------------- diff --git a/client/console/src/main/resources/org/apache/syncope/client/console/pages/SyncTaskModalPage.html b/client/console/src/main/resources/org/apache/syncope/client/console/pages/SyncTaskModalPage.html deleted file mode 100644 index fc9b0a5..0000000 --- a/client/console/src/main/resources/org/apache/syncope/client/console/pages/SyncTaskModalPage.html +++ /dev/null @@ -1,205 +0,0 @@ -<!-- -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"> - <wicket:extend> - <div style="margin: 5px;"> - <p class="ui-widget ui-corner-all ui-widget-header"><wicket:message key="title"/></p> - - <form wicket:id="form"> - - <div id="tabs"> - <ul> - <li class="tabs-selected"><a href="#profile"><span><wicket:message key="profile"/></span></a></li> - <li><a href="#crontab"><span><wicket:message key="crontab"/></span></a></li> - <li><a href="#executions"><span><wicket:message key="executions"/></span></a></li> - </ul> - <div id="profile"> - <div class="ui-widget"> - <span wicket:id="profile"> - <div id="formtable"> - - <div class="tablerow alt"> - <div class="tablecolumn_label short_dynamicsize"> - <span wicket:id="idLabel">[Id]</span> - </div> - <div class="tablecolumn_field medium_dynamicsize"> - <span wicket:id="key">[key]</span> - </div> - </div> - - <div class="tablerow"> - <div class="tablecolumn_label short_dynamicsize"> - <label for="name"><wicket:message key="name"/></label> - </div> - <div class="tablecolumn_field medium_dynamicsize"> - <span wicket:id="name">[name]</span> - </div> - </div> - - <div class="tablerow alt"> - <div class="tablecolumn_label short_dynamicsize"> - <label for="description"><wicket:message key="description"/></label> - </div> - <div class="tablecolumn_field medium_dynamicsize"> - <span wicket:id="description">[description]</span> - </div> - </div> - - <div class="tablerow"> - <div class="tablecolumn_label short_dynamicsize"> - <label for="resource"><wicket:message key="resourceName"/></label> - </div> - <div class="tablecolumn_field medium_dynamicsize"> - <span wicket:id="resource">[resource]</span> - </div> - </div> - - <div class="tablerow alt"> - <div class="tablecolumn_label short_dynamicsize"> - <label for="lastExec"><wicket:message key="lastExec"/></label> - </div> - <div class="tablecolumn_field medium_dynamicsize"> - <span wicket:id="lastExec">[lastExec]</span> - </div> - </div> - - <div class="tablerow"> - <div class="tablecolumn_label short_dynamicsize"> - <label for="nextExec"><wicket:message key="nextExec"/></label> - </div> - <div class="tablecolumn_field medium_dynamicsize"> - <span wicket:id="nextExec">[nextExec]</span> - </div> - </div> - - <div class="tablerow alt"> - <div class="tablecolumn_label short_dynamicsize"> - <label for="actionsClassNames"><wicket:message key="actionsClasses"/></label> - </div> - <span wicket:id="syncActionsClassNames"> - <span wicket:id="actionsClasses"> - <select class="text ui-widget-content ui-corner-all" wicket:id="actionsClass"/> - <a wicket:id="drop"><img src="img/minus-icon.png" alt="remove icon" class="drop_button"/></a> - <a wicket:id="add"><img src="img/plus-icon.png" alt="add icon" class="add_button"/></a> - <br/> - </span> - <a wicket:id="first"><img src="img/plus-icon.png" alt="add icon" class="add_button"/></a> - </span> - </div> - - <div class="tablerow"> - <div class="tablecolumn_label short_dynamicsize"> - <label for="performCreate"><wicket:message key="creates"/></label> - </div> - <div class="tablecolumn_field medium_dynamicsize"> - <span wicket:id="performCreate">[performCreate]</span> - </div> - </div> - <div class="tablerow alt"> - <div class="tablecolumn_label short_dynamicsize"> - <label for="performUpdate"><wicket:message key="updates"/></label> - </div> - <div class="tablecolumn_field medium_dynamicsize"> - <span wicket:id="performUpdate">[performUpdate]</span> - </div> - </div> - <div class="tablerow"> - <div class="tablecolumn_label short_dynamicsize"> - <label for="performDelete"><wicket:message key="deletes"/></label> - </div> - <div class="tablecolumn_field medium_dynamicsize"> - <span wicket:id="performDelete">[performDelete]</span> - </div> - </div> - <div class="tablerow alt"> - <div class="tablecolumn_label short_dynamicsize"> - <label for="syncStatus"><wicket:message key="syncStatus"/></label> - </div> - <div class="tablecolumn_field medium_dynamicsize"> - <span wicket:id="syncStatus">[syncStatus]</span> - </div> - </div> - <div class="tablerow"> - <div class="tablecolumn_label short_dynamicsize"> - <label for="fullReconciliation"><wicket:message key="fullReconciliation"/></label> - </div> - <div class="tablecolumn_field medium_dynamicsize"> - <span wicket:id="fullReconciliation">[fullReconciliation]</span> - </div> - </div> - <div class="tablerow alt"> - <div class="tablecolumn_label short_dynamicsize"> - <label for="matchingRule"><wicket:message key="matchingRule"/></label> - </div> - <div class="tablecolumn_field medium_dynamicsize"> - <span wicket:id="matchingRule">[matchingRule]</span> - </div> - </div> - <div class="tablerow"> - <div class="tablecolumn_label short_dynamicsize"> - <label for="unmatchingRule"><wicket:message key="unmatchingRule"/></label> - </div> - <div class="tablecolumn_field medium_dynamicsize"> - <span wicket:id="unmatchingRule">[unmatchingRule]</span> - </div> - </div> - <wicket:child/> - </div> - </span> - </div> - </div> - <div id="crontab"> - <span wicket:id="crontab"> - <div id="formtable"> - <div class="tablerow alt"> - <label for="cron"><wicket:message key="cron"/></label> - </div> - <div class="tablerow"> - <input type="text" id="seconds" class="text ui-widget-content ui-corner-all" wicket:id="seconds" style="width: 50px;float: left" /> - <input type="text" id="minutes" class="text ui-widget-content ui-corner-all" wicket:id="minutes" style="width: 50px;float: left" /> - <input type="text" id="hours" class="text ui-widget-content ui-corner-all" wicket:id="hours" style="width: 50px;float: left" /> - <input type="text" id="daysOfMonth" class="text ui-widget-content ui-corner-all" wicket:id="daysOfMonth" style="width: 50px;float: left" /> - <input type="text" id="months" class="text ui-widget-content ui-corner-all" wicket:id="months" style="width: 50px;float: left" /> - <input type="text" id="daysOfWeek" class="text ui-widget-content ui-corner-all" wicket:id="daysOfWeek" style="width: 50px" /> - </div> - <div class="tablerow alt"> - <label for="cronExpression"><wicket:message key="templates"/></label> - </div> - <div class="tablerow"> - <select class="text ui-widget-content ui-corner-all" wicket:id="cronTemplateChooser" style="width: 250px"/> - </div> - </div> - </span> - </div> - <div id="executions" class="ui-widget"> - <span wicket:id="executionContainer" id="executionContainer"> - <table class="ui-widget ui-widget-content" - wicket:id="executionsTable" style="width: 100%"/> - </span> - </div> - </div> - <div style="margin: 20px 10px 0"> - <input type="submit" class="ui-button ui-widget ui-state-default ui-corner-all ui-button-text-only" wicket:id="apply"/> - <input type="button" class="ui-button ui-widget ui-state-default ui-corner-all ui-button-text-only" wicket:id="cancel"/> - </div> - </form> - </div> - <div wicket:id="taskExecMessageWin"/> - </wicket:extend> -</html> \ No newline at end of file
http://git-wip-us.apache.org/repos/asf/syncope/blob/39f8a069/client/console/src/main/resources/org/apache/syncope/client/console/pages/SyncTaskModalPage.properties ---------------------------------------------------------------------- diff --git a/client/console/src/main/resources/org/apache/syncope/client/console/pages/SyncTaskModalPage.properties b/client/console/src/main/resources/org/apache/syncope/client/console/pages/SyncTaskModalPage.properties deleted file mode 100644 index 4fa0321..0000000 --- a/client/console/src/main/resources/org/apache/syncope/client/console/pages/SyncTaskModalPage.properties +++ /dev/null @@ -1,43 +0,0 @@ -# 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. -profile=Profile -crontab=Schedule -executions=Executions -title=Task -resourceName=Resource Name -name=Name -description=Description -lastExec=Last Execution -nextExec=Next Execution -cron=Schedule (seconds, minutes, hours, days of month, months, days of week) -templates=Remove task from scheduler / Use a template to schedule -apply=Save -startDate=Start date -endDate=End date -status=Status -message=Message -delete=Delete -showMessage=Show -chooseForTemplate=Use A Template -creates=Allow create operations -deletes=Allow delete operations -updates=Allow update operations -syncStatus=Allow status synchronization -fullReconciliation=Full reconciliation -actionsClasses=Actions classes -matchingRule=Matching Rule -unmatchingRule=Unmatching Rule http://git-wip-us.apache.org/repos/asf/syncope/blob/39f8a069/client/console/src/main/resources/org/apache/syncope/client/console/pages/SyncTaskModalPage_it.properties ---------------------------------------------------------------------- diff --git a/client/console/src/main/resources/org/apache/syncope/client/console/pages/SyncTaskModalPage_it.properties b/client/console/src/main/resources/org/apache/syncope/client/console/pages/SyncTaskModalPage_it.properties deleted file mode 100644 index 0ec6d67..0000000 --- a/client/console/src/main/resources/org/apache/syncope/client/console/pages/SyncTaskModalPage_it.properties +++ /dev/null @@ -1,44 +0,0 @@ -# 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. -profile=Profilo -crontab=Schedule -executions=Esecuzioni -title=Task -resourceName=Nome Risorsa -name=Nome -description=Descrizione -lastExec=Ultima Esecuzione -nextExec=Prossima Esecuzione -cron=Schedule (secondi, minuti, ore, giorni del mese, mesi, giorni della settimana) -templates=Rimuovi task dallo scheduler / Utilizza un template per schedulare -apply=Salva -startDate=Data di avvio -endDate=Data di conclusione -status=Stato -message=Messaggio -delete=Rimozione -showMessage=Mostra -chooseForTemplate=Usa Un Template -creates=Consenti operazioni di creazione -deletes=Consenti operazioni di rimozione -updates=Consenti operazioni di modifica -syncStatus=Consenti sincronizzazione di stato -fullReconciliation=Riconciliazione totale -actionsClasses=Classi azioni -syncStatus=Sincronizza stato utente -matchingRule=Regola di corrispondenza -unmatchingRule=Regola di non corrispondenza http://git-wip-us.apache.org/repos/asf/syncope/blob/39f8a069/client/console/src/main/resources/org/apache/syncope/client/console/pages/SyncTaskModalPage_pt_BR.properties ---------------------------------------------------------------------- diff --git a/client/console/src/main/resources/org/apache/syncope/client/console/pages/SyncTaskModalPage_pt_BR.properties b/client/console/src/main/resources/org/apache/syncope/client/console/pages/SyncTaskModalPage_pt_BR.properties deleted file mode 100644 index b790e58..0000000 --- a/client/console/src/main/resources/org/apache/syncope/client/console/pages/SyncTaskModalPage_pt_BR.properties +++ /dev/null @@ -1,43 +0,0 @@ -# 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. -profile=Perfil -crontab=Agenda -executions=Execu\u00e7\u00f5es -title=Tarefas -resourceName=Nome de Recursos -name=Nome -description=Descri\u00e7\u00e3o -lastExec=\u00daltima Execu\u00e7\u00e3o -nextExec=Pr\u00f3xima Execu\u00e7\u00e3o -cron=Agenda (segundos, minutos, horas, dias do m\u00eas, meses, dias da semana) -templates=Remover tarefa agendada / usar template para agendar -apply=Salvar -startDate=Data de In\u00edcio -endDate=Data Final -status=Estatus -message=Mensagem -delete=Excluir -showMessage=Mostrar -chooseForTemplate=Usar um template -creates=Permitir opera\u00e7\u00f5es de cria\u00e7\u00e3o -deletes=Permitir opera\u00e7\u00f5es de remo\u00e7\u00e3o -updates=Permitir a edi\u00e7\u00e3o -syncStatus=Permitir a sincroniza\u00e7\u00e3o de status -fullReconciliation=Reconcilia\u00e7\u00e3o completa -actionsClasses=Classes de a\u00e7\u00f5es -matchingRule=Regra de correspond\u00eancia -unmatchingRule=Regra de non correspond\u00eancia http://git-wip-us.apache.org/repos/asf/syncope/blob/39f8a069/client/console/src/main/resources/org/apache/syncope/client/console/pages/Tasks.html ---------------------------------------------------------------------- diff --git a/client/console/src/main/resources/org/apache/syncope/client/console/pages/Tasks.html b/client/console/src/main/resources/org/apache/syncope/client/console/pages/Tasks.html deleted file mode 100644 index 7df418a..0000000 --- a/client/console/src/main/resources/org/apache/syncope/client/console/pages/Tasks.html +++ /dev/null @@ -1,46 +0,0 @@ -<!-- -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. ---> -<wicket:extend> - - <div id="tabs"> - <ul> - <li class="tabs-selected"><a href="#tabs-1"><span><wicket:message key="tab1"/></span></a></li> - <li><a href="#tabs-2"><span><wicket:message key="tab2"/></span></a></li> - <li><a href="#tabs-3"><span><wicket:message key="tab3"/></span></a></li> - <li><a href="#tabs-4"><span><wicket:message key="tab4"/></span></a></li> - <li><a href="#tabs-5"><span><wicket:message key="tab5"/></span></a></li> - </ul> - <div id="tabs-1"> - <span wicket:id="propagation">[propagation tasks]</span> - </div> - <div id="tabs-2"> - <span wicket:id="notification">[notification tasks]</span> - </div> - <div id="tabs-3"> - <span wicket:id="sched">[scheduled tasks]</span> - </div> - <div id="tabs-4"> - <span wicket:id="sync">[synchronization tasks]</span> - </div> - <div id="tabs-5"> - <span wicket:id="push">[push tasks]</span> - </div> - </div> - -</wicket:extend> http://git-wip-us.apache.org/repos/asf/syncope/blob/39f8a069/client/console/src/main/resources/org/apache/syncope/client/console/pages/Tasks.properties ---------------------------------------------------------------------- diff --git a/client/console/src/main/resources/org/apache/syncope/client/console/pages/Tasks.properties b/client/console/src/main/resources/org/apache/syncope/client/console/pages/Tasks.properties deleted file mode 100644 index 6dcc9f7..0000000 --- a/client/console/src/main/resources/org/apache/syncope/client/console/pages/Tasks.properties +++ /dev/null @@ -1,21 +0,0 @@ -# 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. -tab1=Propagation Tasks -tab2=Notification tasks -tab3=Scheduled Tasks -tab4=Synchronization Tasks -tab5=Push Tasks \ No newline at end of file http://git-wip-us.apache.org/repos/asf/syncope/blob/39f8a069/client/console/src/main/resources/org/apache/syncope/client/console/pages/Tasks_it.properties ---------------------------------------------------------------------- diff --git a/client/console/src/main/resources/org/apache/syncope/client/console/pages/Tasks_it.properties b/client/console/src/main/resources/org/apache/syncope/client/console/pages/Tasks_it.properties deleted file mode 100644 index 2c050e1..0000000 --- a/client/console/src/main/resources/org/apache/syncope/client/console/pages/Tasks_it.properties +++ /dev/null @@ -1,21 +0,0 @@ -# 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. -tab1=Task di propagazione -tab2=Task di notifica -tab3=Task programmabili -tab4=Task di sincronizzazione -tab5=Task di push \ No newline at end of file http://git-wip-us.apache.org/repos/asf/syncope/blob/39f8a069/client/console/src/main/resources/org/apache/syncope/client/console/pages/Tasks_pt_BR.properties ---------------------------------------------------------------------- diff --git a/client/console/src/main/resources/org/apache/syncope/client/console/pages/Tasks_pt_BR.properties b/client/console/src/main/resources/org/apache/syncope/client/console/pages/Tasks_pt_BR.properties deleted file mode 100644 index 638934a..0000000 --- a/client/console/src/main/resources/org/apache/syncope/client/console/pages/Tasks_pt_BR.properties +++ /dev/null @@ -1,21 +0,0 @@ -# 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. -tab1=Propaga\u00e7\u00e3o de Tarefas -tab2=Tarefas de Notifica\u00e7\u00e3o -tab3=Tarefas Agendadas -tab4=Sincroniza\u00e7\u00e3o de Tarefas -tab5=Push de Tarefas http://git-wip-us.apache.org/repos/asf/syncope/blob/39f8a069/client/console/src/main/resources/org/apache/syncope/client/console/pages/Todo.html ---------------------------------------------------------------------- diff --git a/client/console/src/main/resources/org/apache/syncope/client/console/pages/Todo.html b/client/console/src/main/resources/org/apache/syncope/client/console/pages/Todo.html deleted file mode 100644 index e18efa0..0000000 --- a/client/console/src/main/resources/org/apache/syncope/client/console/pages/Todo.html +++ /dev/null @@ -1,45 +0,0 @@ -<!-- -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"> - <wicket:extend> - <div id="tabs"> - <ul> - <li class="tabs-selected"><a href="#tabs-1"><span><wicket:message key="approvals"/></span></a></li> - </ul> - <div id="tabs-1"> - - <div id="users-contain" class="ui-widget" style="width:inherit;"> - <span wicket:id="approvalContainer"> - <table class="ui-widget ui-widget-content table-hover" - wicket:id="approvalTable"/> - </span> - <span style="float:right"> - <form wicket:id="paginatorForm" style="display:inline"> - <label><wicket:message key="displayRows"/></label> - <select class="text ui-widget-content ui-corner-all" - wicket:id="rowsChooser"/> - </form> - </span> - </div> - - <div wicket:id="editApprovalWin">[Show modal window for editing approval]</div> - </div> - </div> - </wicket:extend> -</html> http://git-wip-us.apache.org/repos/asf/syncope/blob/39f8a069/client/console/src/main/resources/org/apache/syncope/client/console/pages/Todo.properties ---------------------------------------------------------------------- diff --git a/client/console/src/main/resources/org/apache/syncope/client/console/pages/Todo.properties b/client/console/src/main/resources/org/apache/syncope/client/console/pages/Todo.properties deleted file mode 100644 index 2e4442a..0000000 --- a/client/console/src/main/resources/org/apache/syncope/client/console/pages/Todo.properties +++ /dev/null @@ -1,31 +0,0 @@ -# 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. -taskId=Task -key=Key -description=Description -createTime=Create time -dueDate=Due date -owner=Owner -claim=Claim -manage=Manage -approvals=Approvals -delete=Delete -type=Type -username=User -new_user=New user -creationDate = Creation date -claimDate = Claim date http://git-wip-us.apache.org/repos/asf/syncope/blob/39f8a069/client/console/src/main/resources/org/apache/syncope/client/console/pages/Todo_it.properties ---------------------------------------------------------------------- diff --git a/client/console/src/main/resources/org/apache/syncope/client/console/pages/Todo_it.properties b/client/console/src/main/resources/org/apache/syncope/client/console/pages/Todo_it.properties deleted file mode 100644 index df4fba8..0000000 --- a/client/console/src/main/resources/org/apache/syncope/client/console/pages/Todo_it.properties +++ /dev/null @@ -1,31 +0,0 @@ -# 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. -taskId=Task -key=Chiave -description=Descrizione -createTime=Data di creazione -dueDate=Scadenza -owner=Esecutore -claim=Richiedi -manage=Gestisci -approvals=Approvazioni -delete=Rimuovi -type=Tipo -username=Utente -new_user=Nuovo utente -creationDate = Data creazione -claimDate = Data rivendicazione http://git-wip-us.apache.org/repos/asf/syncope/blob/39f8a069/client/console/src/main/resources/org/apache/syncope/client/console/pages/Todo_pt_BR.properties ---------------------------------------------------------------------- diff --git a/client/console/src/main/resources/org/apache/syncope/client/console/pages/Todo_pt_BR.properties b/client/console/src/main/resources/org/apache/syncope/client/console/pages/Todo_pt_BR.properties deleted file mode 100644 index fb255fb..0000000 --- a/client/console/src/main/resources/org/apache/syncope/client/console/pages/Todo_pt_BR.properties +++ /dev/null @@ -1,31 +0,0 @@ -# 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. -taskId=Tarefa -key=Chave -description=Descri\u00e7\u00e3o -createTime=Tempo de Cria\u00e7\u00e3o -dueDate=Data acordada -owner=Propriet\u00e1rio -claim=Requerimento -manage=Ger\u00eancia -approvals=Aprova\u00e7\u00e3o -delete=Excluir -type=Tipo -username=Usu\u00e1rio -new_user=Novo Usu\u00e1rio -creationDate = Data de cria\u00e7\u00e3o -claimDate = Data de reivindica\u00e7\u00e3o http://git-wip-us.apache.org/repos/asf/syncope/blob/39f8a069/client/console/src/main/resources/org/apache/syncope/client/console/pages/UserModalPage.html ---------------------------------------------------------------------- diff --git a/client/console/src/main/resources/org/apache/syncope/client/console/pages/UserModalPage.html b/client/console/src/main/resources/org/apache/syncope/client/console/pages/UserModalPage.html deleted file mode 100644 index 991f726..0000000 --- a/client/console/src/main/resources/org/apache/syncope/client/console/pages/UserModalPage.html +++ /dev/null @@ -1,97 +0,0 @@ -<!-- -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"> - <wicket:extend> - - <span wicket:id="userModalFrag"/> - - <wicket:fragment wicket:id="userModalEditFrag"> - - <div style="margin: 5px;"> - <p class="ui-widget ui-corner-all ui-widget-header"> - <span wicket:id="new"/> <wicket:message key="title"/> <span wicket:id="id"/> - </p> - - <form wicket:id="UserForm"> - <div id="tabs"> - <ul> - <li class="tabs-selected"><a href="#tabs-1"><span><wicket:message key="tab1"/></span></a></li> - <li><a href="#tabs-2"><span><wicket:message key="tab2"/></span></a></li> - <li><a href="#tabs-3"><span><wicket:message key="tab3"/></span></a></li> - <li><a href="#tabs-4"><span><wicket:message key="tab4"/></span></a></li> - <li><a href="#tabs-5"><span><wicket:message key="tab5"/></span></a></li> - <li><a href="#tabs-6"><span><wicket:message key="tab6"/></span></a></li> - </ul> - <div id="tabs-1"> - <span wicket:id="details">[user details]</span> - <span wicket:id="storePwdFrag">[storePwdFrag]</span> - <wicket:fragment wicket:id="storePwdCheck"> - <div class="tablerow alt"> - <div class="tablecolumn_label short_dynamicsize"> - <span wicket:id="storePasswordLabel">[storePasswordLabel]</span> - </div> - <div class="tablecolumn_field medium_dynamicsize"> - <span wicket:id="storePassword">[storePassword]</span> - </div> - </div> - </wicket:fragment> - <wicket:fragment wicket:id="emptyFragment"> - </wicket:fragment> - <div wicket:id="securityQuestion">[Security Question]</div> - <div wicket:id="pwdChangeInfo" style="margin-top: 10px;">[pwdChangeInfo]</div> - <span wicket:id="statuspanel">[Status Panel]</span> - <span wicket:id="accountinformation">[Account Information]</span> - </div> - <div id="tabs-2"> - <div id="formtable"> - <span wicket:id="plainAttrs">[user plain attributes]</span> - </div> - </div> - - <div id="tabs-3"> - <span wicket:id="derAttrs">[user derived attributes]</span> - </div> - - <div id="tabs-4"> - <span wicket:id="virAttrs">[user virtual attributes]</span> - </div> - - <div id="tabs-5"> - <span wicket:id="resources">[resources]</span> - </div> - - <div id="tabs-6"> - <span wicket:id="memberships">[memberships]</span> - </div> - </div> - - <div style="margin: 20px 10px 0"> - <input type="submit" - class="ui-button ui-widget ui-state-default ui-corner-all ui-button-text-only" - wicket:id="apply"/> - <input type="button" - class="ui-button ui-widget ui-state-default ui-corner-all ui-button-text-only" - wicket:id="cancel"/> - </div> - </form> - </div> - </wicket:fragment> - - </wicket:extend> -</html> http://git-wip-us.apache.org/repos/asf/syncope/blob/39f8a069/client/console/src/main/resources/org/apache/syncope/client/console/pages/UserModalPage.properties ---------------------------------------------------------------------- diff --git a/client/console/src/main/resources/org/apache/syncope/client/console/pages/UserModalPage.properties b/client/console/src/main/resources/org/apache/syncope/client/console/pages/UserModalPage.properties deleted file mode 100644 index 9cb9c55..0000000 --- a/client/console/src/main/resources/org/apache/syncope/client/console/pages/UserModalPage.properties +++ /dev/null @@ -1,52 +0,0 @@ -# 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. -required_alert=All form fields are required. -title=User -firstname=Firstname -surname=Surname -tab1=Details -tab2=Plain attributes -tab3=Derived attributes -tab4=Virtual attributes -tab5=Resources -tab6=Groups -add=+ -drop=- -resources=Resources transfer -firstResourcesList=User's resources -secondResourcesList=Available resources -updating_error=Generic error occurred during updating -column1=Groups -column2=Action - -edit=Edit -delete=Delete -derAttrs=Derived Attributes -derAttrToRemove=Delete -derAttrName=Name -derAttrValue=Derived value - -virAttrs=Virtual Attributes -virAttrToRemove=Delete -virAttrName=Name -virAttrValue=Virtual value - -addAttributeBtn=Add -new=New -pwdChangeInfo=If provided, the password will be changed on the following resources. - -storePassword=Store password internally http://git-wip-us.apache.org/repos/asf/syncope/blob/39f8a069/client/console/src/main/resources/org/apache/syncope/client/console/pages/UserModalPage_it.properties ---------------------------------------------------------------------- diff --git a/client/console/src/main/resources/org/apache/syncope/client/console/pages/UserModalPage_it.properties b/client/console/src/main/resources/org/apache/syncope/client/console/pages/UserModalPage_it.properties deleted file mode 100644 index 454a171..0000000 --- a/client/console/src/main/resources/org/apache/syncope/client/console/pages/UserModalPage_it.properties +++ /dev/null @@ -1,53 +0,0 @@ -# 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. -required_alert=Tutti i campi sono obbligatori. -title=Utente -firstname=Nome -surname=Cognome -tab1=Details -tab2=Attributi normali -tab3=Attributi derivati -tab4=Attributi virtuali -tab5=Risorse -tab6=Gruppi -add=+ -drop=- -resources=Associazione risorse -firstResourcesList=Risorse utente -secondResourcesList=Risorse disponibili -updating_error=Errore generico durante l'aggiornamento -column1=Gruppi -column2=Azioni -edit=Modifica -delete=Rimuovi - -derAttrs=Attributi derivati -derAttrToRemove=Elimina -derAttrName=Nome -derAttrValue=Valore derivato - -virAttrs=Attributi virtual -virAttrToRemove=Elimina -virAttrName=Nome -virAttrValue=Valore virtuale - -addAttributeBtn=Aggiungi - -new=Nuovo -pwdChangeInfo=Se inserita, la password verr\u00e0 cambiata sulle seguenti risorse. - -storePassword=Salva la password internamente http://git-wip-us.apache.org/repos/asf/syncope/blob/39f8a069/client/console/src/main/resources/org/apache/syncope/client/console/pages/UserModalPage_pt_BR.properties ---------------------------------------------------------------------- diff --git a/client/console/src/main/resources/org/apache/syncope/client/console/pages/UserModalPage_pt_BR.properties b/client/console/src/main/resources/org/apache/syncope/client/console/pages/UserModalPage_pt_BR.properties deleted file mode 100644 index 8486112..0000000 --- a/client/console/src/main/resources/org/apache/syncope/client/console/pages/UserModalPage_pt_BR.properties +++ /dev/null @@ -1,52 +0,0 @@ -# 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. -required_alert=Todos os campos s\u00e3o obrigat\u00f3rios -title=Usu\u00e1rio -firstname=Nome -surname=Sobrenome -tab1=Detalhes -tab2=Atributos Normal -tab3=Atriutos Derivados -tab4=Atributos Virtuais -tab5=Recursos -tab6=Grupos -add=+ -drop=- -resources=Transfer\u00eancia de Recursos -firstResourcesList=Recursos de usu\u00e1rio -secondResourcesList=Recursos Dispon\u00edveis -updating_error=Um erro gern\u00e9rico ocorreu durante a atualiza\u00e7\u00e3o -column1=Grupos -column2=A\u00e7\u00e3o - -edit=Alterar -delete=Excluir -derAttrs=Atributos Derivados -derAttrToRemove=Excluir -derAttrName=Nome -derAttrValue=Valor Derivado - -virAttrs=Atributos virtuais -virAttrToRemove=Excluir -virAttrName=Nome -virAttrValue=Valor Virtual - -addAttributeBtn=Adicionar -new=Novo -pwdChangeInfo=Se provida, a senha ser\u00e1 alterada nos seguintes recursos - -storePassword=Salvar senha internamente http://git-wip-us.apache.org/repos/asf/syncope/blob/39f8a069/client/console/src/main/resources/org/apache/syncope/client/console/pages/UserOwnerSelectModalPage.html ---------------------------------------------------------------------- diff --git a/client/console/src/main/resources/org/apache/syncope/client/console/pages/UserOwnerSelectModalPage.html b/client/console/src/main/resources/org/apache/syncope/client/console/pages/UserOwnerSelectModalPage.html deleted file mode 100644 index e62e4f3..0000000 --- a/client/console/src/main/resources/org/apache/syncope/client/console/pages/UserOwnerSelectModalPage.html +++ /dev/null @@ -1,38 +0,0 @@ -<!-- -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. ---> -<wicket:extend> - <div style="padding: 5px;"> - <div> - <form wicket:id="searchForm"> - <span wicket:id="searchPanel">searchPanel</span> - - <br/> - <a wicket:id="search" - class="ui-button ui-widget ui-state-default ui-corner-all ui-button-text-only"> - <img src="img/search.png" alt="search"/> - <wicket:message key="search"/> - </a> - </form> - </div> - - <div id="users-contain" class="ui-widget" style="width:auto"> - <span wicket:id="searchResult"> [search result] </span> - </div> - </div> -</wicket:extend> http://git-wip-us.apache.org/repos/asf/syncope/blob/39f8a069/client/console/src/main/resources/org/apache/syncope/client/console/pages/UserOwnerSelectModalPage.properties ---------------------------------------------------------------------- diff --git a/client/console/src/main/resources/org/apache/syncope/client/console/pages/UserOwnerSelectModalPage.properties b/client/console/src/main/resources/org/apache/syncope/client/console/pages/UserOwnerSelectModalPage.properties deleted file mode 100644 index 6e0a6ea..0000000 --- a/client/console/src/main/resources/org/apache/syncope/client/console/pages/UserOwnerSelectModalPage.properties +++ /dev/null @@ -1,23 +0,0 @@ -# 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. -search=Search -search_error=Error:search's format is invalid -search_noResults=No matches found. -reset=Reset -showingFrom=Showing -showingTo=to -showingOf=of http://git-wip-us.apache.org/repos/asf/syncope/blob/39f8a069/client/console/src/main/resources/org/apache/syncope/client/console/pages/UserOwnerSelectModalPage_it.properties ---------------------------------------------------------------------- diff --git a/client/console/src/main/resources/org/apache/syncope/client/console/pages/UserOwnerSelectModalPage_it.properties b/client/console/src/main/resources/org/apache/syncope/client/console/pages/UserOwnerSelectModalPage_it.properties deleted file mode 100644 index 1d4f230..0000000 --- a/client/console/src/main/resources/org/apache/syncope/client/console/pages/UserOwnerSelectModalPage_it.properties +++ /dev/null @@ -1,23 +0,0 @@ -# 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. -search=Cerca -search_error=Errore:il formato di ricerca non \u00e8 valido -search_noResults=Nessuna corrispondenza trovata. -reset=Reset -showingFrom=Risultati da -showingTo=a -showingOf=di http://git-wip-us.apache.org/repos/asf/syncope/blob/39f8a069/client/console/src/main/resources/org/apache/syncope/client/console/pages/UserOwnerSelectModalPage_pt_BR.properties ---------------------------------------------------------------------- diff --git a/client/console/src/main/resources/org/apache/syncope/client/console/pages/UserOwnerSelectModalPage_pt_BR.properties b/client/console/src/main/resources/org/apache/syncope/client/console/pages/UserOwnerSelectModalPage_pt_BR.properties deleted file mode 100644 index 28ef869..0000000 --- a/client/console/src/main/resources/org/apache/syncope/client/console/pages/UserOwnerSelectModalPage_pt_BR.properties +++ /dev/null @@ -1,23 +0,0 @@ -# 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. -search=Senha -search_error=Erro\: formato de busca incorreto. -search_noResults=Nenhum resultado encontrado. -reset=Resetar -showingFrom=Mostrando -showingTo=para -showingOf=de http://git-wip-us.apache.org/repos/asf/syncope/blob/39f8a069/client/console/src/main/resources/org/apache/syncope/client/console/pages/Users.html ---------------------------------------------------------------------- diff --git a/client/console/src/main/resources/org/apache/syncope/client/console/pages/Users.html b/client/console/src/main/resources/org/apache/syncope/client/console/pages/Users.html deleted file mode 100644 index e302ea1..0000000 --- a/client/console/src/main/resources/org/apache/syncope/client/console/pages/Users.html +++ /dev/null @@ -1,72 +0,0 @@ -<!-- -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"> - <wicket:extend> - <div id="tabs"> - <ul> - <li class="tabs-selected"> - <a href="#tabs-1"> - <span><wicket:message key="tab1"/> - </span> - </a> - </li> - <li> - <a href="#tabs-2"> - <span><wicket:message key="tab2"/> - </span> - </a> - </li> - </ul> - - <div id="tabs-1"> - <div id="users-contain" class="ui-widget" style="width:auto"> - <span wicket:id="listResult"> [search result] </span> - <div wicket:id="editModal" ></div> - </div> - - <a class="ui-button ui-widget ui-state-default ui-corner-all ui-button-text-only" - wicket:id="createLink"> - <wicket:message key="create"/> - </a> - </div> - - <div id="tabs-2"> - <div> - <form wicket:id="searchForm"> - <span wicket:id="searchPanel">searchPanel</span> - - <br/> - <a wicket:id="search" - class="ui-button ui-widget ui-state-default ui-corner-all ui-button-text-only"> - <img src="img/search.png" alt="search"/> - <wicket:message key="search"/> - </a> - </form> - </div> - - <div id="users-contain" class="ui-widget" style="width:auto"> - <span wicket:id="searchResult">[search result]</span> - </div> - </div> - - </div> - - <wicket:child/> - </wicket:extend> -</html> http://git-wip-us.apache.org/repos/asf/syncope/blob/39f8a069/client/console/src/main/resources/org/apache/syncope/client/console/pages/Users.properties ---------------------------------------------------------------------- diff --git a/client/console/src/main/resources/org/apache/syncope/client/console/pages/Users.properties b/client/console/src/main/resources/org/apache/syncope/client/console/pages/Users.properties deleted file mode 100644 index 8ad9ae6..0000000 --- a/client/console/src/main/resources/org/apache/syncope/client/console/pages/Users.properties +++ /dev/null @@ -1,26 +0,0 @@ -# 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. -tab1=List -tab2=Search -search=Search -search_results_title=Search results: -search_noResults=No matches found. -search_error=Error:search's format is invalid -reset=Reset -showingFrom=Showing -showingTo=to -showingOf=of http://git-wip-us.apache.org/repos/asf/syncope/blob/39f8a069/client/console/src/main/resources/org/apache/syncope/client/console/pages/Users_it.properties ---------------------------------------------------------------------- diff --git a/client/console/src/main/resources/org/apache/syncope/client/console/pages/Users_it.properties b/client/console/src/main/resources/org/apache/syncope/client/console/pages/Users_it.properties deleted file mode 100644 index 708bfed..0000000 --- a/client/console/src/main/resources/org/apache/syncope/client/console/pages/Users_it.properties +++ /dev/null @@ -1,26 +0,0 @@ -# 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. -tab1=Elenco -tab2=Ricerca -search=Cerca -search_results_title=Risultati ricerca: -search_noResults=Nessuna corrispondenza trovata. -search_error=Errore:il formato di ricerca non \u00e8 valido -reset=Reset -showingFrom=Risultati da -showingTo=a -showingOf=di http://git-wip-us.apache.org/repos/asf/syncope/blob/39f8a069/client/console/src/main/resources/org/apache/syncope/client/console/pages/Users_pt_BR.properties ---------------------------------------------------------------------- diff --git a/client/console/src/main/resources/org/apache/syncope/client/console/pages/Users_pt_BR.properties b/client/console/src/main/resources/org/apache/syncope/client/console/pages/Users_pt_BR.properties deleted file mode 100644 index 7ab1053..0000000 --- a/client/console/src/main/resources/org/apache/syncope/client/console/pages/Users_pt_BR.properties +++ /dev/null @@ -1,26 +0,0 @@ -# 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. -tab1=Lista -tab2=Buscar -search=Buscar -search_results_title=Resultados de pesquisa\: -search_noResults=Nenhum resultado encontrado -search_error=Erro\: formato de busca incorreto. -reset=Resetar -showingFrom=Mostrar -showingTo=para -showingOf=de http://git-wip-us.apache.org/repos/asf/syncope/blob/39f8a069/client/console/src/main/resources/org/apache/syncope/client/console/pages/VirSchemaModalPage.html ---------------------------------------------------------------------- diff --git a/client/console/src/main/resources/org/apache/syncope/client/console/pages/VirSchemaModalPage.html b/client/console/src/main/resources/org/apache/syncope/client/console/pages/VirSchemaModalPage.html deleted file mode 100644 index 3adea45..0000000 --- a/client/console/src/main/resources/org/apache/syncope/client/console/pages/VirSchemaModalPage.html +++ /dev/null @@ -1,53 +0,0 @@ -<!-- -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"> - <wicket:extend> - <p class="ui-widget ui-corner-all ui-widget-header"><wicket:message key="title" /></p> - <div style="margin: 5px;"> - <form wicket:id="form"> - <div id="formtable"> - <div class="tablerow alt"> - <div class="tablecolumn_label short_dynamicsize"> - <label for="key"><wicket:message key="key"/></label> - </div> - <div class="tablecolumn_field medium_dynamicsize"> - <span wicket:id="key">[name]</span> - </div> - </div> - <div class="tablerow"> - <div class="tablecolumn_label short_dynamicsize"> - <label for="readonly" class="onerowlabel"><wicket:message key="readonly"/></label> - </div> - <div class="tablecolumn_field medium_dynamicsize"> - <span wicket:id="readonly">[readonly]</span> - </div> - </div> - </div> - <div style="margin: 10px 0px 0"> - <input type="submit" - class="ui-button ui-widget ui-state-default ui-corner-all ui-button-text-only" - wicket:id="apply"/> - <input type="button" - class="ui-button ui-widget ui-state-default ui-corner-all ui-button-text-only" - wicket:id="cancel"/> - </div> - </form> - </div> - </wicket:extend> -</html> http://git-wip-us.apache.org/repos/asf/syncope/blob/39f8a069/client/console/src/main/resources/org/apache/syncope/client/console/pages/VirSchemaModalPage.properties ---------------------------------------------------------------------- diff --git a/client/console/src/main/resources/org/apache/syncope/client/console/pages/VirSchemaModalPage.properties b/client/console/src/main/resources/org/apache/syncope/client/console/pages/VirSchemaModalPage.properties deleted file mode 100644 index ef0cb6a..0000000 --- a/client/console/src/main/resources/org/apache/syncope/client/console/pages/VirSchemaModalPage.properties +++ /dev/null @@ -1,22 +0,0 @@ -# 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. -required_alert=All form fields are required. -existing_schemas=Existing Schemas: -edit_attribute=Edit attribute -attributes=Virtual attributes -title=Virtual Schema -readonly=Read-only http://git-wip-us.apache.org/repos/asf/syncope/blob/39f8a069/client/console/src/main/resources/org/apache/syncope/client/console/pages/VirSchemaModalPage_it.properties ---------------------------------------------------------------------- diff --git a/client/console/src/main/resources/org/apache/syncope/client/console/pages/VirSchemaModalPage_it.properties b/client/console/src/main/resources/org/apache/syncope/client/console/pages/VirSchemaModalPage_it.properties deleted file mode 100644 index 21c2d3c..0000000 --- a/client/console/src/main/resources/org/apache/syncope/client/console/pages/VirSchemaModalPage_it.properties +++ /dev/null @@ -1,22 +0,0 @@ -# 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. -required_alert=Tutti i campi sono richiesti. -existing_schemas=Schemi presenti: -edit_attribute=Modifica attributo -attributes=Attributi virtuali -title=Schema Virtuale -readonly=Read-only http://git-wip-us.apache.org/repos/asf/syncope/blob/39f8a069/client/console/src/main/resources/org/apache/syncope/client/console/pages/VirSchemaModalPage_pt_BR.properties ---------------------------------------------------------------------- diff --git a/client/console/src/main/resources/org/apache/syncope/client/console/pages/VirSchemaModalPage_pt_BR.properties b/client/console/src/main/resources/org/apache/syncope/client/console/pages/VirSchemaModalPage_pt_BR.properties deleted file mode 100644 index 1d0de8a..0000000 --- a/client/console/src/main/resources/org/apache/syncope/client/console/pages/VirSchemaModalPage_pt_BR.properties +++ /dev/null @@ -1,22 +0,0 @@ -# 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. -required_alert=Todos os campos do formul\u00e1rio s\u00e3o obrigat\u00f3rios -existing_schemas=Esquemas Existentes\: -edit_attribute=Editar Atributo -attributes=Atributos Virtuais -title=Esquema Virtual -readonly=Apenas Leitura http://git-wip-us.apache.org/repos/asf/syncope/blob/39f8a069/client/console/src/main/resources/org/apache/syncope/client/console/pages/WelcomePage.html ---------------------------------------------------------------------- diff --git a/client/console/src/main/resources/org/apache/syncope/client/console/pages/WelcomePage.html b/client/console/src/main/resources/org/apache/syncope/client/console/pages/WelcomePage.html deleted file mode 100644 index 938ecc4..0000000 --- a/client/console/src/main/resources/org/apache/syncope/client/console/pages/WelcomePage.html +++ /dev/null @@ -1,70 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<!-- -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"> - <head> - <meta http-equiv="X-UA-Compatible" content="IE=edge"/> - <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> - <meta http-equiv="Content-Style-Type" content="text/css"/> - - <title>Apache Syncope - <wicket:message key="welcome"/></title> - - <link rel="stylesheet" href="css/style.css" type="text/css" media="all"/> - <style type="text/css"> - em { - font-size: 14px; - color: gray; - } - em img { - opacity:0.4; - filter:alpha(opacity=40); - } - </style> - </head> - <body style="text-align:center"> - <div id="splash"> - <img src="img/logo.png" alt="syncope" title="syncope" id="logo" /> - <div style="display: table-row;height: 20px;"> - <div id="username" style="display: table-cell; padding-left: 5px; cursor: pointer; width: 100%;vertical-align: bottom;"> - <a href="#" wicket:id="editProfileLink" style="font-family: monospace;"> - <span style="color: #B9CFB3;"><wicket:message key="welcome"/>, - <span wicket:id="username" style="color: #B9CFB3;text-decoration: underline;"/> - </span> - </a> - </div> - <div style="display: table-cell; padding-right: 5px;vertical-align: bottom;"> - <div wicket:id="infoModal"/> - <a wicket:id="infoLink"><img src="img/info.png" alt="info"/></a> - </div> - </div> - <ul> - <li><a href="#" wicket:id="todo" class="todo"><img wicket:id="todoIcon" alt="TODO" width="80" height="80" /><br /><wicket:message key="todo"/></a></li> - <li><a href="#" wicket:id="schema" class="schema"><img wicket:id="schemaIcon" alt="Schema" width="80" height="80" /><br /><wicket:message key="schema"/></a></li> - <li><a href="#" wicket:id="users" class="users"><img wicket:id="usersIcon" alt="Users" width="80" height="80" /><br /><wicket:message key="users"/></a></li> - <li><a href="#" wicket:id="groups" class="groups"><img wicket:id="groupsIcon" alt="Groups" width="80" height="80" /><br /><wicket:message key="groups"/></a></li> - <li><a href="#" wicket:id="resources" class="resources"><img wicket:id="resourcesIcon" alt="Resources" width="80" height="80" /><br /><wicket:message key="resources"/></a></li> - <li><a href="#" wicket:id="tasks" class="tasks"><img wicket:id="tasksIcon" alt="Tasks" width="80" height="80" /><br /><wicket:message key="tasks"/></a></li> - <li><a href="#" wicket:id="reports" class="reports"><img wicket:id="reportsIcon" alt="Reports" width="80" height="80" /><br /><wicket:message key="reports"/></a></li> - <li><a href="#" wicket:id="configuration" class="configuration"><img wicket:id="configurationIcon" alt="Configuration" width="80" height="80" /><br /><wicket:message key="configuration"/></a></li> - <li><a href="#" wicket:id="logout" class="logout"><img src="img/menu/logout.png" alt="Logout" width="80" height="80" /><br /><wicket:message key="logout"/></a></li> - </ul> - </div> - <div wicket:id="editProfileModal"></div> - </body> -</html> http://git-wip-us.apache.org/repos/asf/syncope/blob/39f8a069/client/console/src/main/resources/org/apache/syncope/client/console/pages/WelcomePage.properties ---------------------------------------------------------------------- diff --git a/client/console/src/main/resources/org/apache/syncope/client/console/pages/WelcomePage.properties b/client/console/src/main/resources/org/apache/syncope/client/console/pages/WelcomePage.properties deleted file mode 100644 index f08be49..0000000 --- a/client/console/src/main/resources/org/apache/syncope/client/console/pages/WelcomePage.properties +++ /dev/null @@ -1,18 +0,0 @@ -# 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. -welcome=Welcome -version=VERSION http://git-wip-us.apache.org/repos/asf/syncope/blob/39f8a069/client/console/src/main/resources/org/apache/syncope/client/console/pages/WelcomePage_it.properties ---------------------------------------------------------------------- diff --git a/client/console/src/main/resources/org/apache/syncope/client/console/pages/WelcomePage_it.properties b/client/console/src/main/resources/org/apache/syncope/client/console/pages/WelcomePage_it.properties deleted file mode 100644 index 2499ae4..0000000 --- a/client/console/src/main/resources/org/apache/syncope/client/console/pages/WelcomePage_it.properties +++ /dev/null @@ -1,18 +0,0 @@ -# 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. -welcome=Benvenuto -version=VERSIONE http://git-wip-us.apache.org/repos/asf/syncope/blob/39f8a069/client/console/src/main/resources/org/apache/syncope/client/console/pages/WelcomePage_pt_BR.properties ---------------------------------------------------------------------- diff --git a/client/console/src/main/resources/org/apache/syncope/client/console/pages/WelcomePage_pt_BR.properties b/client/console/src/main/resources/org/apache/syncope/client/console/pages/WelcomePage_pt_BR.properties deleted file mode 100644 index c22a518..0000000 --- a/client/console/src/main/resources/org/apache/syncope/client/console/pages/WelcomePage_pt_BR.properties +++ /dev/null @@ -1,18 +0,0 @@ -# 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. -welcome=Bem Vindo -version=VERS\u00C3O http://git-wip-us.apache.org/repos/asf/syncope/blob/39f8a069/client/console/src/main/resources/org/apache/syncope/client/console/pages/XMLEditorPopupPage.html ---------------------------------------------------------------------- diff --git a/client/console/src/main/resources/org/apache/syncope/client/console/pages/XMLEditorPopupPage.html b/client/console/src/main/resources/org/apache/syncope/client/console/pages/XMLEditorPopupPage.html deleted file mode 100644 index 07aba41..0000000 --- a/client/console/src/main/resources/org/apache/syncope/client/console/pages/XMLEditorPopupPage.html +++ /dev/null @@ -1,82 +0,0 @@ -<!-- -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"> - <wicket:head> - <link rel="stylesheet" type="text/css" href="webjars/codemirror/${codemirror.version}/lib/codemirror.css"/> - - <script type="text/javascript" src="webjars/codemirror/${codemirror.version}/lib/codemirror.js"></script> - <script type="text/javascript" src="webjars/codemirror/${codemirror.version}/mode/xml/xml.js"></script> - <script type="text/javascript"> - function updateTextArea(editor) { - document.getElementById("workflowDefArea").value = editor.getValue(); - } - </script> - <script> - window.onunload = refreshParent; - function refreshParent() { - if (window.opener.location.toString().indexOf('#workflow') === -1) { - window.opener.location = window.opener.location + "#workflow"; - } - window.opener.location.reload(); - } - </script> - <style> - .w_content_3 { - padding: 0; - color: #333333; - font-family: Verdana,Tahoma,sans-serif; - font-size: 100%; - border: 1px solid #BBBBBB; - padding: 1%; - } - </style> - </wicket:head> - <wicket:extend> - <div style="padding: 1%;"> - <div class="w_content_3"> - <p class="ui-widget ui-corner-all ui-widget-header"> - <wicket:message key="title"/> - </p> - <form wicket:id="workflowDefForm"> - <div class="ui-tabs ui-widget ui-widget-content ui-corner-all"> - <textarea wicket:id="workflowDefArea" id="workflowDefArea" style="width: 100%; height: 350px;"> - </textarea> - </div> - <div style="padding-top: 1%;"> - <input type="submit" - class="ui-button ui-widget ui-state-default ui-corner-all ui-button-text-only" - wicket:id="apply" - style="width: 50px"/> - <input type="submit" - wicket:id="closePage" - class="ui-button ui-widget ui-state-default ui-corner-all ui-button-text-only" - onclick="window.close();" - style="width: 50px"/> - </div> - </form> - </div> - </div> - <script> - window.onload = function() { - var editor = CodeMirror.fromTextArea(document.getElementById("workflowDefArea"), {lineNumbers: true}); - editor.on("change", updateTextArea); - }; - </script> - </wicket:extend> -</html> http://git-wip-us.apache.org/repos/asf/syncope/blob/39f8a069/client/console/src/main/resources/org/apache/syncope/client/console/pages/XMLEditorPopupPage.properties ---------------------------------------------------------------------- diff --git a/client/console/src/main/resources/org/apache/syncope/client/console/pages/XMLEditorPopupPage.properties b/client/console/src/main/resources/org/apache/syncope/client/console/pages/XMLEditorPopupPage.properties deleted file mode 100644 index 2276791..0000000 --- a/client/console/src/main/resources/org/apache/syncope/client/console/pages/XMLEditorPopupPage.properties +++ /dev/null @@ -1,19 +0,0 @@ -# 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. -submit=Save -cancel=Close -title=Workflow XML Editor http://git-wip-us.apache.org/repos/asf/syncope/blob/39f8a069/client/console/src/main/resources/org/apache/syncope/client/console/pages/XMLEditorPopupPage_it.properties ---------------------------------------------------------------------- diff --git a/client/console/src/main/resources/org/apache/syncope/client/console/pages/XMLEditorPopupPage_it.properties b/client/console/src/main/resources/org/apache/syncope/client/console/pages/XMLEditorPopupPage_it.properties deleted file mode 100644 index 818dfb4..0000000 --- a/client/console/src/main/resources/org/apache/syncope/client/console/pages/XMLEditorPopupPage_it.properties +++ /dev/null @@ -1,19 +0,0 @@ -# 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. -submit=Salva -cancel=Chiudi -title=Workflow XML Editor http://git-wip-us.apache.org/repos/asf/syncope/blob/39f8a069/client/console/src/main/resources/org/apache/syncope/client/console/pages/XMLEditorPopupPage_pt_BR.properties ---------------------------------------------------------------------- diff --git a/client/console/src/main/resources/org/apache/syncope/client/console/pages/XMLEditorPopupPage_pt_BR.properties b/client/console/src/main/resources/org/apache/syncope/client/console/pages/XMLEditorPopupPage_pt_BR.properties deleted file mode 100644 index 4152188..0000000 --- a/client/console/src/main/resources/org/apache/syncope/client/console/pages/XMLEditorPopupPage_pt_BR.properties +++ /dev/null @@ -1,19 +0,0 @@ -# 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. -submit=Salvar -cancel=Fechar -title=Workflow XML Editor \ No newline at end of file http://git-wip-us.apache.org/repos/asf/syncope/blob/39f8a069/client/console/src/main/resources/org/apache/syncope/client/console/panels/AbstractProvisioningTasksPanel.html ---------------------------------------------------------------------- diff --git a/client/console/src/main/resources/org/apache/syncope/client/console/panels/AbstractProvisioningTasksPanel.html b/client/console/src/main/resources/org/apache/syncope/client/console/panels/AbstractProvisioningTasksPanel.html deleted file mode 100644 index cbe6296..0000000 --- a/client/console/src/main/resources/org/apache/syncope/client/console/panels/AbstractProvisioningTasksPanel.html +++ /dev/null @@ -1,41 +0,0 @@ -<!-- -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"> - <wicket:panel> - <div id="users-contain" class="ui-widget" style="width:auto"> - <span wicket:id="container"> - <span wicket:id="datatable">[datatable]</span> - <span style="float:right"> - <form wicket:id="PaginatorForm" style="display:inline"> - <label><wicket:message key="displayRows"/></label> - <select class="text ui-widget-content ui-corner-all" - wicket:id="rowsChooser"/> - </form> - </span> - </span> - </div> - <div wicket:id="taskWin"> - [Show modal window for viewing task] - </div> - <a class="ui-button ui-widget ui-state-default ui-corner-all ui-button-text-only" - wicket:id="createLink"> - <wicket:message key="create"/> - </a> - </wicket:panel> -</html> \ No newline at end of file http://git-wip-us.apache.org/repos/asf/syncope/blob/39f8a069/client/console/src/main/resources/org/apache/syncope/client/console/panels/AbstractSearchPanel.html ---------------------------------------------------------------------- diff --git a/client/console/src/main/resources/org/apache/syncope/client/console/panels/AbstractSearchPanel.html b/client/console/src/main/resources/org/apache/syncope/client/console/panels/AbstractSearchPanel.html deleted file mode 100644 index a2af697..0000000 --- a/client/console/src/main/resources/org/apache/syncope/client/console/panels/AbstractSearchPanel.html +++ /dev/null @@ -1,50 +0,0 @@ -<!-- -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"> - <wicket:panel> - <div id="searchBox"> - <div wicket:id="searchFeedback"></div> - <table border="0"> - <tbody wicket:id="searchFormContainer"> - <tr wicket:id="searchView"> - <td width="60"> - <select class="text ui-widget-content ui-corner-all" wicket:id="operator"/> - </td> - <td> - <select class="text ui-widget-content ui-corner-all" wicket:id="type"/> - </td> - <td> - <select class="text ui-widget-content ui-corner-all" wicket:id="property"/> - </td> - <td> - <select class="text ui-widget-content ui-corner-all" wicket:id="comparator"/> - </td> - <td> - <input type="text" class="text ui-widget-content ui-corner-all" wicket:id="value"/> - </td> - <td> - <a wicket:id="add"><img src="img/plus-icon.png" alt="add icon" class="add_button"/></a> - <a wicket:id="drop"><img src="img/minus-icon.png" alt="remove icon" class="drop_button"/></a> - </td> - </tr> - </tbody> - </table> - </div> - </wicket:panel> -</html>
