You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by il...@apache.org on 2015/12/16 14:38:26 UTC

[07/30] syncope git commit: [SYNCOPE-740] Release process in place, now time to check if it works

http://git-wip-us.apache.org/repos/asf/syncope/blob/b7f88690/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/PushTaskModalPage.html
----------------------------------------------------------------------
diff --git a/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/PushTaskModalPage.html b/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/PushTaskModalPage.html
deleted file mode 100644
index 5ac1379..0000000
--- a/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/PushTaskModalPage.html
+++ /dev/null
@@ -1,228 +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="matchingRule"><wicket:message key="matchingRule"/></label>
-                    </div>
-                    <div class="tablecolumn_field medium_dynamicsize">
-                      <span wicket:id="matchingRule">[matchingRule]</span>
-                    </div>
-                  </div>
-                  <div class="tablerow alt">
-                    <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>
-                  <div id="filters">
-                    <span wicket:id="filterContainer">
-                      <div class="tablerow" style="width: auto;">
-                        <div class="tablecolumn_field" style="width: auto; padding-right: 5px;">
-                          <span wicket:id="checkUserFilter">[checkUserFilter]</span>
-                        </div>
-                        <div class="tablecolumn_label" style="width: auto;">
-                          <label for="checkUserFilter"><wicket:message key="checkUserFilter"/></label>
-                        </div>
-                      </div>
-
-                      <div id="userFilter" style="border: 1px solid #dddddd; padding-bottom: 2%; padding-top: 2%;">
-                        <div id="condition">
-                          <span wicket:id="userFilter"/>
-                        </div>
-                      </div>
-                      <div class="tablerow" style="width: auto;">
-                        <div class="tablecolumn_field" style="width: auto; padding-right: 5px;">
-                          <span wicket:id="checkGroupFilter">[checkGroupFilter]</span>
-                        </div>
-                        <div class="tablecolumn_label" style="width: auto;">
-                          <label for="checkGroupFilter"><wicket:message key="checkGroupFilter"/></label>
-                        </div>
-                      </div>
-                      <div id="groupFilter" style="border: 1px solid #dddddd; padding-bottom: 2%; padding-top: 2%;">
-                        <div id="condition">
-                          <span wicket:id="groupFilter"/>
-                        </div>
-                      </div>
-                    </span>
-                  </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/b7f88690/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/PushTaskModalPage.properties
----------------------------------------------------------------------
diff --git a/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/PushTaskModalPage.properties b/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/PushTaskModalPage.properties
deleted file mode 100644
index b058db7..0000000
--- a/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/PushTaskModalPage.properties
+++ /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.
-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
-checkUserFilter=User Filter
-checkGroupFilter=Group Filter

http://git-wip-us.apache.org/repos/asf/syncope/blob/b7f88690/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/PushTaskModalPage_it.properties
----------------------------------------------------------------------
diff --git a/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/PushTaskModalPage_it.properties b/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/PushTaskModalPage_it.properties
deleted file mode 100644
index 52df2db..0000000
--- a/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/PushTaskModalPage_it.properties
+++ /dev/null
@@ -1,47 +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
-status=Sincronizza stato utente
-fullReconciliation=Riconciliazione totale
-actionsClasses=Classi azioni
-syncStatus=Sincronizza stato utente
-matchingRule=Regola di corrispondenza
-unmatchingRule=Regola di non corrispondenza
-checkUserFilter=Filtro Utente
-checkGroupFilter=Filtro Gruppo

http://git-wip-us.apache.org/repos/asf/syncope/blob/b7f88690/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/PushTaskModalPage_pt_BR.properties
----------------------------------------------------------------------
diff --git a/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/PushTaskModalPage_pt_BR.properties b/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/PushTaskModalPage_pt_BR.properties
deleted file mode 100644
index 69c09fa..0000000
--- a/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/PushTaskModalPage_pt_BR.properties
+++ /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.
-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
-checkUserFilter=Filtro Usu\u00e1rio
-checkGroupFilter=Filtro Grupo

http://git-wip-us.apache.org/repos/asf/syncope/blob/b7f88690/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/RecursivePanel.html
----------------------------------------------------------------------
diff --git a/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/RecursivePanel.html b/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/RecursivePanel.html
deleted file mode 100644
index 63cb904..0000000
--- a/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/RecursivePanel.html
+++ /dev/null
@@ -1,28 +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:panel>
-  <ul>
-    <span wicket:id="rows">
-      <li wicket:id="row">
-        <span wicket:id="label">[The label]</span>
-      </li>
-      <span wicket:id="nested"/>
-    </span>
-  </ul>
-</wicket:panel>

http://git-wip-us.apache.org/repos/asf/syncope/blob/b7f88690/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/ReportExecResultDownloadModalPage.html
----------------------------------------------------------------------
diff --git a/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/ReportExecResultDownloadModalPage.html b/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/ReportExecResultDownloadModalPage.html
deleted file mode 100644
index aa9cd0b..0000000
--- a/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/ReportExecResultDownloadModalPage.html
+++ /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.
--->
-<wicket:extend>
-  <div id="dialog">
-    <wicket:message key="downloadAs"/> <span wicket:id="format" class="small_dynamicsize">[format]</span>
-  </div>
-</wicket:extend>

http://git-wip-us.apache.org/repos/asf/syncope/blob/b7f88690/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/ReportExecResultDownloadModalPage.properties
----------------------------------------------------------------------
diff --git a/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/ReportExecResultDownloadModalPage.properties b/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/ReportExecResultDownloadModalPage.properties
deleted file mode 100644
index 22b990a..0000000
--- a/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/ReportExecResultDownloadModalPage.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.
-downloadAs=Download as
-download=Download

http://git-wip-us.apache.org/repos/asf/syncope/blob/b7f88690/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/ReportExecResultDownloadModalPage_it.properties
----------------------------------------------------------------------
diff --git a/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/ReportExecResultDownloadModalPage_it.properties b/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/ReportExecResultDownloadModalPage_it.properties
deleted file mode 100644
index 7841efe..0000000
--- a/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/ReportExecResultDownloadModalPage_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.
-downloadAs=Scarica come
-download=Scarica

http://git-wip-us.apache.org/repos/asf/syncope/blob/b7f88690/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/ReportExecResultDownloadModalPage_pt_BR.properties
----------------------------------------------------------------------
diff --git a/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/ReportExecResultDownloadModalPage_pt_BR.properties b/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/ReportExecResultDownloadModalPage_pt_BR.properties
deleted file mode 100644
index ba57357..0000000
--- a/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/ReportExecResultDownloadModalPage_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.
-downloadAs=Salvar como
-download=Salvar

http://git-wip-us.apache.org/repos/asf/syncope/blob/b7f88690/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/ReportModalPage.html
----------------------------------------------------------------------
diff --git a/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/ReportModalPage.html b/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/ReportModalPage.html
deleted file mode 100644
index b813b12..0000000
--- a/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/ReportModalPage.html
+++ /dev/null
@@ -1,146 +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 id="users-contain" 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">
-                      <span wicket:id="nameLabel">[Name]</span>
-                    </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="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="reportlets"><wicket:message key="reportlets"/></label>
-                    </div>
-                    <div class="tablecolumn_field medium_dynamicsize">
-                      <div style="display: inline-table;">
-                        <div id="selections" style="display: table-cell;">
-                          <select wicket:id="reportletConfs" class="selectionSelect"></select>	
-                        </div>
-                        <div id="orderingButtons" style="display: table-cell; width: 30px; vertical-align: middle; padding-left: 5px;">
-                          <div style="padding-bottom: 5px;">
-                            <a wicket:id="upButton"><img src="img/up-icon.png" alt="move up icon"/></a>
-                          </div>
-                          <div style="padding-top: 5px;">
-                            <a wicket:id="downButton"><img src="img/down-icon.png" alt="move down icon"/></a>
-                          </div>
-                        </div>
-                      </div>
-                      <div id="actionButtons" style="padding-top: 5px;">
-                        <div style="padding-left: 35px;float: left;">
-                          <a wicket:id="addButton"><img src="img/plus-icon.png" alt="plus icon"/></a>
-                        </div>
-                        <div style="padding-left: 15px;float: left;">
-                          <a wicket:id="editButton"><img src="img/actions/edit.png" alt="edit icon"/></a>
-                        </div>
-                        <div style="padding-left: 15px;float: left;">
-                          <a wicket:id="removeButton"><img src="img/minus-icon.png" alt="minus icon"/></a>
-                        </div>
-                      </div>
-                    </div>
-                  </div>
-                </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="reportletConfWin"/>
-    <div wicket:id="reportExecMessageWin"/>
-    <div wicket:id="reportExecExportWin"/>
-  </wicket:extend>
-</html>

http://git-wip-us.apache.org/repos/asf/syncope/blob/b7f88690/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/ReportModalPage.properties
----------------------------------------------------------------------
diff --git a/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/ReportModalPage.properties b/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/ReportModalPage.properties
deleted file mode 100644
index 115fc49..0000000
--- a/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/ReportModalPage.properties
+++ /dev/null
@@ -1,36 +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=Report
-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
-taskExecutions=Task executions
-delete=Delete
-showMessage=Show
-chooseForTemplate=Use A Template
-reportlets=Reportlets
-create_reportletconf=Add new Reporlet
-selectItem=Please select an item first

http://git-wip-us.apache.org/repos/asf/syncope/blob/b7f88690/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/ReportModalPage_it.properties
----------------------------------------------------------------------
diff --git a/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/ReportModalPage_it.properties b/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/ReportModalPage_it.properties
deleted file mode 100644
index fa600f6..0000000
--- a/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/ReportModalPage_it.properties
+++ /dev/null
@@ -1,36 +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=Rapporto
-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
-taskExecutions=Esecuzione del task
-delete=Rimozione
-showMessage=Mostra
-chooseForTemplate=Usa Un Template
-reportlets=Reportlets
-create_reportletconf=Aggiungi Reporlet
-selectItem=Seleziona un elemento

http://git-wip-us.apache.org/repos/asf/syncope/blob/b7f88690/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/ReportModalPage_pt_BR.properties
----------------------------------------------------------------------
diff --git a/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/ReportModalPage_pt_BR.properties b/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/ReportModalPage_pt_BR.properties
deleted file mode 100644
index da48be6..0000000
--- a/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/ReportModalPage_pt_BR.properties
+++ /dev/null
@@ -1,36 +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=Agendamento
-executions=Execu\u00E7\u00F5es
-title=Relat\u00F3rios
-lastExec=\u00DAlitima Execu\u00E7\u00E3o
-nextExec=Pr\u00F3xima Execu\u00E7\u00E3o
-cron=Agendar (segundos, minutos, horar, dias do m\u00EAs, meses, dias da semana)
-templates=Remover tarefa da agenda / Use um template para agendar
-apply=Salvar
-startDate=Data de in\u00EDcio
-endDate=Data Final
-status=Estatus
-message=Mensagem
-taskExecutions=Execu\u00E7\u00E3o de Tarefas
-delete=Remover
-showMessage=Mostar
-chooseForTemplate=Usar um Template
-reportlets=Reportlets
-create_reportletconf=Adicionar novo Reporlet
-selectItem=Por favor selecionar um item primeiro

http://git-wip-us.apache.org/repos/asf/syncope/blob/b7f88690/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/ReportletConfModalPage.html
----------------------------------------------------------------------
diff --git a/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/ReportletConfModalPage.html b/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/ReportletConfModalPage.html
deleted file mode 100644
index bc8a1f9..0000000
--- a/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/ReportletConfModalPage.html
+++ /dev/null
@@ -1,85 +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="#general"><span><wicket:message key="general"/></span></a></li>
-            <li><a href="#configuration"><span><wicket:message key="configuration"/></span></a></li>
-          </ul>
-          <div id="general">
-            <div id="formtable">
-              <div class="tablerow">
-                <div class="tablecolumn_label short_dynamicsize">
-                  <label for="name"><wicket:message key="name"/></label>
-                </div>
-                <div class="tablecolumn_field short_dynamicsize">
-                  <span wicket:id="name">[name]</span>
-                </div>
-              </div>
-
-              <div class="tablerow">
-                <div class="tablecolumn_label short_dynamicsize">
-                  <label for="reportletClass"><wicket:message key="reportletClass"/></label>
-                </div>
-                <div class="tablecolumn_field">
-                  <span wicket:id="reportletClass" style="width: 100%;">[reportletClass]</span>
-                </div>
-              </div>
-            </div>
-
-            <script type="text/javascript">
-              $(function() {
-                $('#general #formtable div.tablerow:even').addClass("alt");
-              });
-            </script>
-          </div>
-          <div id="configuration">
-            <div id="formtable">
-              <span wicket:id="container">
-                <div class="tablerow" wicket:id="propView">
-                  <div class="tablecolumn_label short_fixedsize">
-                    <span wicket:id="key">[key]</span>
-                  </div>
-                  <div class="tablecolumn_field medium_dynamicsize">
-                    <span wicket:id="value">[value]</span>
-                  </div>
-                </div>
-
-                <script type="text/javascript">
-                  $(function() {
-                    $('#configuration #formtable div.tablerow:even').addClass("alt");
-                  });
-                </script>
-              </span>
-            </div>
-          </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:extend>
-</html>

http://git-wip-us.apache.org/repos/asf/syncope/blob/b7f88690/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/ReportletConfModalPage.properties
----------------------------------------------------------------------
diff --git a/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/ReportletConfModalPage.properties b/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/ReportletConfModalPage.properties
deleted file mode 100644
index 52ca027..0000000
--- a/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/ReportletConfModalPage.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.
-title=Reportlet
-general=General
-configuration=Configuration
-apply=Save
-name=Name
-reportletClass=Reportlet class

http://git-wip-us.apache.org/repos/asf/syncope/blob/b7f88690/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/ReportletConfModalPage_it.properties
----------------------------------------------------------------------
diff --git a/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/ReportletConfModalPage_it.properties b/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/ReportletConfModalPage_it.properties
deleted file mode 100644
index 9245554..0000000
--- a/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/ReportletConfModalPage_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.
-title=Reportlet
-general=Generale
-configuration=Configurazione
-apply=Salva
-name=Nome
-reportletClass=Classe Reportlet

http://git-wip-us.apache.org/repos/asf/syncope/blob/b7f88690/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/ReportletConfModalPage_pt_BR.properties
----------------------------------------------------------------------
diff --git a/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/ReportletConfModalPage_pt_BR.properties b/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/ReportletConfModalPage_pt_BR.properties
deleted file mode 100644
index dc7e422..0000000
--- a/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/ReportletConfModalPage_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.
-title=Reportlet
-general=Geral
-configuration=Configura\u00E7\u00E3o
-apply=Salvar
-name=Nome
-reportletClass=Classe Reportlet

http://git-wip-us.apache.org/repos/asf/syncope/blob/b7f88690/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/Reports.html
----------------------------------------------------------------------
diff --git a/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/Reports.html b/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/Reports.html
deleted file mode 100644
index ff5fb37..0000000
--- a/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/Reports.html
+++ /dev/null
@@ -1,71 +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>
-    <script type="text/javascript">
-      window.onload = setupFunc;
-
-      function setupFunc() {
-        Wicket.Event.subscribe('/ajax/call/beforeSend', function (attributes, jqXHR, settings) {
-          if (!jqXHR.ep || !jqXHR.ep[0] || !jqXHR.ep[0]["value"]) {
-            document.getElementById("veil").style.display = "block";
-          }
-        });
-        Wicket.Event.subscribe('/ajax/call/complete', function (attributes, jqXHR, textStatus) {
-          document.getElementById("veil").style.display = "none";
-        });
-      }
-    </script>
-    <div id="tabs">
-      <ul>
-        <li class="tabs-selected"><a href="#tabs-1"><span><wicket:message key="reports"/></span></a></li>
-        <li><a href="#tabs-2"><span><wicket:message key="audit"/></span></a></li>
-      </ul>
-
-      <div id="tabs-1">
-        <div id="users-contain" class="ui-widget" style="width:inherit;">
-          <span wicket:id="reportContainer">
-            <table class="ui-widget ui-widget-content table-hover" wicket:id="reportTable"/>
-          </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="reportWin">[Show modal window for report editing]</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">
-        <span wicket:id="auditContainer">
-          <form wicket:id="auditForm">
-            <span wicket:id="events">[event builder]</span>
-          </form>
-        </span>
-      </div>
-    </div>
-
-  </wicket:extend>
-</html>

http://git-wip-us.apache.org/repos/asf/syncope/blob/b7f88690/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/Reports.properties
----------------------------------------------------------------------
diff --git a/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/Reports.properties b/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/Reports.properties
deleted file mode 100644
index 06ebaca..0000000
--- a/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/Reports.properties
+++ /dev/null
@@ -1,24 +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.
-audit=Audit
-lastExec=Last Execution
-nextExec=Next Execution
-latestExecStatus=Last status
-category=Category
-subcategory=Subcategory
-startDate=Start date
-endDate=End date
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/syncope/blob/b7f88690/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/Reports_it.properties
----------------------------------------------------------------------
diff --git a/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/Reports_it.properties b/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/Reports_it.properties
deleted file mode 100644
index 24b62ba..0000000
--- a/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/Reports_it.properties
+++ /dev/null
@@ -1,24 +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.
-audit=Audit
-lastExec=Ultima Esecuzione
-nextExec=Prossima Esecuzione
-latestExecStatus=Ultimo stato
-category=Categoria
-subcategory=Sottocategoria
-startDate=Data di avvio
-endDate=Data di conclusione
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/syncope/blob/b7f88690/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/Reports_pt_BR.properties
----------------------------------------------------------------------
diff --git a/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/Reports_pt_BR.properties b/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/Reports_pt_BR.properties
deleted file mode 100644
index c688a06..0000000
--- a/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/Reports_pt_BR.properties
+++ /dev/null
@@ -1,24 +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.
-audit=Auditar
-lastExec=\u00daltima Execu\u00e7\u00e3o
-nextExec=Pr\u00f3xima Execu\u00e7\u00e3o
-latestExecStatus=\u00daltimo Estatus
-category=Categoria
-subcategory=Subcategoria
-startDate=Data de in\u00edcio
-endDate=Data Final
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/syncope/blob/b7f88690/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/RequestPasswordResetModalPage.html
----------------------------------------------------------------------
diff --git a/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/RequestPasswordResetModalPage.html b/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/RequestPasswordResetModalPage.html
deleted file mode 100644
index 90b4da8..0000000
--- a/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/RequestPasswordResetModalPage.html
+++ /dev/null
@@ -1,64 +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>
-      <p class="ui-widget ui-corner-all ui-widget-header"><wicket:message key="title"/></p>
-      <form wicket:id="form">
-        <div id="formtable">
-          <div class="tablerow alt">
-            <div class="tablecolumn_label medium_fixedsize">
-              <label for="username"><wicket:message key="username"/></label>
-            </div>
-            <div class="tablecolumn_field medium_dynamicsize">
-              <span wicket:id="username">[username]</span>
-            </div>
-          </div>
-
-          <div class="tablerow">
-            <div class="tablecolumn_label medium_fixedsize">
-              <label for="securityQuestion"><span wicket:id="securityQuestionLabel"/></label>
-            </div>
-            <div class="tablecolumn_field medium_dynamicsize">
-              <span wicket:id="securityQuestion">[securityQuestion]</span>
-            </div>
-          </div>
-
-          <div class="tablerow">
-            <div class="tablecolumn_label medium_fixedsize">
-              <label for="securityAnswer"><span wicket:id="securityAnswerLabel"/></label>
-            </div>
-            <div class="tablecolumn_field medium_dynamicsize">
-              <span wicket:id="securityAnswer">[securityAnswer]</span>
-            </div>
-          </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:extend>
-</html>

http://git-wip-us.apache.org/repos/asf/syncope/blob/b7f88690/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/RequestPasswordResetModalPage.properties
----------------------------------------------------------------------
diff --git a/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/RequestPasswordResetModalPage.properties b/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/RequestPasswordResetModalPage.properties
deleted file mode 100644
index 4cc999a..0000000
--- a/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/RequestPasswordResetModalPage.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.
-securityQuestion=Security question
-title=Password reset
-username=User
-securityAnswer=Security answer
-submit=Submit

http://git-wip-us.apache.org/repos/asf/syncope/blob/b7f88690/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/RequestPasswordResetModalPage_it.properties
----------------------------------------------------------------------
diff --git a/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/RequestPasswordResetModalPage_it.properties b/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/RequestPasswordResetModalPage_it.properties
deleted file mode 100644
index 77c1dd4..0000000
--- a/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/RequestPasswordResetModalPage_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.
-securityQuestion=Domanda di sicurezza
-title=Password smarrita
-username=Utente
-securityAnswer=Risposta di sicurezza
-submit=Invia

http://git-wip-us.apache.org/repos/asf/syncope/blob/b7f88690/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/RequestPasswordResetModalPage_pt_BR.properties
----------------------------------------------------------------------
diff --git a/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/RequestPasswordResetModalPage_pt_BR.properties b/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/RequestPasswordResetModalPage_pt_BR.properties
deleted file mode 100644
index 27728db..0000000
--- a/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/RequestPasswordResetModalPage_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.
-securityQuestion=Pergunta de seguran\u00e7a
-title=Redefini\u00e7\u00e3o de senha
-username=Usu\u00e1rio
-securityAnswer=Resposta de seguran\u00e7a
-submit=Apresentar

http://git-wip-us.apache.org/repos/asf/syncope/blob/b7f88690/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/ResourceModalPage.html
----------------------------------------------------------------------
diff --git a/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/ResourceModalPage.html b/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/ResourceModalPage.html
deleted file mode 100644
index 8f2cdab..0000000
--- a/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/ResourceModalPage.html
+++ /dev/null
@@ -1,64 +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">
-        <span wicket:id="new"/>&nbsp;<wicket:message key="title"/>&nbsp;<span wicket:id="name"/>
-      </p>
-
-      <form wicket:id="form">
-        <div id="tabs">
-          <ul>
-            <li class="tabs-selected"><a href="#resource"><span><wicket:message key="resource"/></span></a></li>
-            <li><a href="#umapping"><span><wicket:message key="umapping"/></span></a></li>
-            <li><a href="#gmapping"><span><wicket:message key="gmapping"/></span></a></li>
-            <li><a href="#connectorProperties"><span><wicket:message key="connectorProperties"/></span></a></li>
-            <li><a href="#security"><span><wicket:message key="security"/></span></a></li>
-          </ul>
-          <div id="resource">
-            <span wicket:id="details">[details]</span>
-            <span wicket:id="systeminformation">[System Information]</span>
-          </div>
-          <div id="umapping">
-            <span wicket:id="umapping">[umapping]</span>
-          </div>
-          <div id="gmapping">
-            <span wicket:id="gmapping">[gmapping]</span>
-          </div>
-          <div id="connectorProperties">
-            <span wicket:id="connconf">[connconf]</span>
-          </div>
-          <div id="security">
-            <span wicket:id="security">[security]</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:extend>
-</html>

http://git-wip-us.apache.org/repos/asf/syncope/blob/b7f88690/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/ResourceModalPage.properties
----------------------------------------------------------------------
diff --git a/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/ResourceModalPage.properties b/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/ResourceModalPage.properties
deleted file mode 100644
index 69e6e0a..0000000
--- a/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/ResourceModalPage.properties
+++ /dev/null
@@ -1,60 +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.
-resource=Resource details
-umapping=User mapping
-connectorProperties=Connector properties
-security=Security
-required_alert=All form fields are required
-connector=Connector
-existing_resources=Existing resources
-action=Action
-edit_attribute=Edit resource
-title=Resource
-extAttrNames=External attributes
-intMappingTypes=Internal mapping types
-entity=Entity
-groupSchema=Group Schema
-accountId=AccountId
-mandatoryCondition=Mandatory
-password=Password
-purpose=Purpose
-mappingUserSchema=Mapping User Schema
-mappingGroupSchema=Mapping Group Schema
-delete=Delete
-intAttrNames=Internal attributes
-enforceMandatoryCondition=Enforce mandatory condition
-fieldName=Field name
-
-accountIdValidation=There must be exactly one AccountId
-propagationMode=Propagation mode
-accountLink=Account link
-enable=Enable
-
-createTraceLevel=Create trace level
-updateTraceLevel=Update trace level
-deleteTraceLevel=Delete trace level
-syncTraceLevel=Synchronization trace level
-propagationPriority=Propagation priority
-propagationPrimary=Propagation primary
-
-success_connection=Successful connection
-error_connection=Connection failure
-check=Check connection
-actionsClasses=Actions classes
-gmapping=Group mapping
-new=New
-randomPwdIfNotProvided=Generate random passwords when missing

http://git-wip-us.apache.org/repos/asf/syncope/blob/b7f88690/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/ResourceModalPage_it.properties
----------------------------------------------------------------------
diff --git a/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/ResourceModalPage_it.properties b/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/ResourceModalPage_it.properties
deleted file mode 100644
index a7b33b8..0000000
--- a/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/ResourceModalPage_it.properties
+++ /dev/null
@@ -1,60 +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.
-resource=Dettagli Risorsa
-umapping=Mapping utenti
-connectorProperties=Propriet\u00e0\u00a0 Connettore
-security=Sicurezza
-required_alert=Tutti i campi sono richiesti
-connector=Connettore
-existing_resources=Risorse esistenti
-action=Azione
-edit_attribute=Modifica risorsa
-title=Risorsa
-extAttrNames=Attributi esterni
-intMappingTypes=Tipo mapping interno
-entity=Entit&agrave;
-groupSchema=Schema Gruppo
-accountId=AccountId
-mandatoryCondition=Obbligatorio
-password=Password
-purpose=Scopo
-mappingUserSchema=Mapping User Schema
-mappingGroupSchema=Mapping Group Schema
-delete=Rimuovi
-intAttrNames=Attributi interni
-enforceMandatoryCondition=Abilita mandatory condition
-fieldName=Nome campo
-
-accountIdValidation=Deve essere definito esattamente un AccountId
-propagationMode=Modalit\u00e0 di propagazione
-accountLink=Account link
-enable=Abilita
-
-createTraceLevel=Livello di tracciamento delle creazioni
-updateTraceLevel=Livello di tracciamento degli aggiornamenti
-deleteTraceLevel=Livello di tracciamento delle cancellazioni
-syncTraceLevel=Livello di tracciamento delle sincronizzazioni
-propagationPriority=Priorit\u00e0 in propagazione
-propagationPrimary=Primaria in propagazione
-
-success_connection=Connessione avvenuta con successo
-error_connection=Connessione non riuscita
-check=Verifica connessione
-actionsClasses=Classi azioni
-gmapping=Mapping gruppi
-new=Nuova
-randomPwdIfNotProvided=Genera password casuali se mancanti

http://git-wip-us.apache.org/repos/asf/syncope/blob/b7f88690/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/ResourceModalPage_pt_BR.properties
----------------------------------------------------------------------
diff --git a/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/ResourceModalPage_pt_BR.properties b/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/ResourceModalPage_pt_BR.properties
deleted file mode 100644
index be08c73..0000000
--- a/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/ResourceModalPage_pt_BR.properties
+++ /dev/null
@@ -1,60 +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.
-resource=Detalhes de Recursos
-umapping=Mapeamento de usu\u00e1rios
-connectorProperties=Propriedades de Conectores
-security=Seguran\u00e7a
-required_alert=Todos os campos deste formul\u00e1rio s\u00e3o obrigat\u00f3rios
-connector=Conector
-existing_resources=Recursos Existentes
-action=A\u00e7\u00e3o
-edit_attribute=Alterar Recurso
-title=Recurso
-extAttrNames=Atributos Externos
-intMappingTypes=Tipos internos de mapeamentos
-entity=Entidade
-groupSchema=Esquema de Grupo
-accountId=Identificador da Conta
-mandatoryCondition=Obrigat\u00f3rio
-password=Senha
-purpose=Prop\u00f3sito
-mappingUserSchema=Esquema de mapeamento de usu\u00e1rio
-mappingGroupSchema=Esquema de mapeamento de grupo
-delete=Excluir
-intAttrNames=Atributos internos
-enforceMandatoryCondition=Aplicar condi\u00e7\u00e3o obrigat\u00f3ria
-fieldName=Nome do Campo
-
-accountIdValidation=Precisa ser exatamente um Identificador de Conta
-propagationMode=Modo de propaga\u00e7\u00e3o
-accountLink=Link de Conta
-enable=Habilitado
-
-createTraceLevel=Criar n\u00edvel de trace
-updateTraceLevel=Atualizar n\u00edvel de trace
-deleteTraceLevel=Excluir n\u00edvel de trace
-syncTraceLevel=N\u00edvel de trace de sincroniza\u00e7\u00e3o
-propagationPriority=Prioridade de propaga\u00e7\u00e3o
-propagationPrimary=Propaga\u00e7\u00e3o prim\u00e1ria
-
-success_connection=Conex\u00e3o com sucesso
-error_connection=Conex\u00e3o sem sucesso
-check=Verificar a conex\u00e3o
-actionsClasses=Classes de a\u00e7\u00f5es
-gmapping=Mapeamento de grupos
-new=Novo
-randomPwdIfNotProvided=Gerar senhas aleat\u00f3rias quando n\u00e3o houver

http://git-wip-us.apache.org/repos/asf/syncope/blob/b7f88690/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/Resources.html
----------------------------------------------------------------------
diff --git a/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/Resources.html b/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/Resources.html
deleted file mode 100644
index 6486a0e..0000000
--- a/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/Resources.html
+++ /dev/null
@@ -1,99 +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>
-    <style type="text/css">
-      .true {
-        background-image: url(../../img/ok.png);
-        background-position: center center;
-        background-repeat: no-repeat;
-        height: 18px;
-        width: 65px;
-      }
-      .false {
-        width: 65px;
-      }
-      .narrowcolumn {
-        width: 120px;
-      }
-    </style>
-  </wicket:head>
-  <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:inherit">
-          <span wicket:id="resourceContainer">
-            <span wicket:id="resourceDatatable">[resources]</span>
-          </span>
-
-          <span style="float:right">
-            <form wicket:id="resourcePaginatorForm" 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="statusModal">[Show modal window for provisioning status]</div>
-        <div wicket:id="createResourceWin">[Show modal window for creating resource]</div>
-        <div wicket:id="editResourceWin">[Show modal window for editing resource]</div>
-
-        <a class="ui-button ui-widget ui-state-default ui-corner-all ui-button-text-only" wicket:id="createResourceLink">
-          <wicket:message key="create-resource"/>
-        </a>
-      </div>
-      <div id="tabs-2">
-        <div id="users-contain" class="ui-widget" style="width:inherit">
-          <span wicket:id="connectorContainer">
-            <span wicket:id="connectorDatatable">[connectors]</span>
-          </span>
-
-          <span style="float:right">
-            <form wicket:id="connectorPaginatorForm" 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="createConnectorWin">[Show modal window for creating connector]</div>
-        <div wicket:id="editConnectorWin">[Show modal window for editing connector]</div>
-
-        <a class="ui-button ui-widget ui-state-default ui-corner-all ui-button-text-only" wicket:id="createConnectorLink">
-          <wicket:message key="create-connector"/>
-        </a>
-      </div>
-
-      <div>
-        <a href="#" style="position: absolute; top: 4px; right:20px;" wicket:id="reloadLink">
-          <img src="img/reload_30.png" width="25" height="25"
-               alt="Reload connectors" title="title" wicket:message="title:reloadConnectors"/>
-        </a>
-      </div>    
-    </div>
-
-  </wicket:extend>
-</html>

http://git-wip-us.apache.org/repos/asf/syncope/blob/b7f88690/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/Resources.properties
----------------------------------------------------------------------
diff --git a/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/Resources.properties b/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/Resources.properties
deleted file mode 100644
index fb6b8a1..0000000
--- a/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/Resources.properties
+++ /dev/null
@@ -1,34 +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=Resources
-edit=Edit
-delete=Delete
-create-resource=Create
-propagationPriority=Propagation priority
-propagationPrimary=Propagation primary
-
-tab2=Connectors
-displayName=Display name
-version=Version
-bundleName=Bundle name
-edit=Edit
-delete=Delete
-create-connector=Create
-delete_error=Operation forbidden:the connector you're trying to delete is connected to a Resource
-connector=Connector
-reloadConnectors=Reload connectors
-confirmReloadConnectors=This request is potentially dangerous for running operations, continue?

http://git-wip-us.apache.org/repos/asf/syncope/blob/b7f88690/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/Resources_it.properties
----------------------------------------------------------------------
diff --git a/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/Resources_it.properties b/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/Resources_it.properties
deleted file mode 100644
index 80a5185..0000000
--- a/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/Resources_it.properties
+++ /dev/null
@@ -1,34 +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=Risorse
-edit=Modifica
-delete=Rimuovi
-create-resource=Crea
-propagationPriority=Priorit\u00e0 in propagazione
-propagationPrimary=Primaria in propagazione
-
-tab2=Connettori
-create-connector=Crea
-version=Versione
-bundleName=Bundle name
-edit=Modifica
-delete=Elimina
-delete_error=Operazione vietata: il connettore che si desidera rimuovere \u00e8 correlato ad una risorsa
-displayName=Nome visualizzato
-connector=Connettore
-reloadConnectors=Ricarica connettori
-confirmReloadConnectors=Questa richiesta \u00e8 potenzialmente dannosa per le operazioni in corso, proseguire?