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:24 UTC

[05/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/UserModalPage.html
----------------------------------------------------------------------
diff --git a/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/UserModalPage.html b/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/UserModalPage.html
deleted file mode 100644
index 991f726..0000000
--- a/client/old_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"/>&nbsp;<wicket:message key="title"/>&nbsp;<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/b7f88690/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/UserModalPage.properties
----------------------------------------------------------------------
diff --git a/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/UserModalPage.properties b/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/UserModalPage.properties
deleted file mode 100644
index 9cb9c55..0000000
--- a/client/old_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/b7f88690/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/UserModalPage_it.properties
----------------------------------------------------------------------
diff --git a/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/UserModalPage_it.properties b/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/UserModalPage_it.properties
deleted file mode 100644
index 454a171..0000000
--- a/client/old_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/b7f88690/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/UserModalPage_pt_BR.properties
----------------------------------------------------------------------
diff --git a/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/UserModalPage_pt_BR.properties b/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/UserModalPage_pt_BR.properties
deleted file mode 100644
index 8486112..0000000
--- a/client/old_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/b7f88690/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/UserOwnerSelectModalPage.html
----------------------------------------------------------------------
diff --git a/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/UserOwnerSelectModalPage.html b/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/UserOwnerSelectModalPage.html
deleted file mode 100644
index e62e4f3..0000000
--- a/client/old_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/b7f88690/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/UserOwnerSelectModalPage.properties
----------------------------------------------------------------------
diff --git a/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/UserOwnerSelectModalPage.properties b/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/UserOwnerSelectModalPage.properties
deleted file mode 100644
index 6e0a6ea..0000000
--- a/client/old_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/b7f88690/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/UserOwnerSelectModalPage_it.properties
----------------------------------------------------------------------
diff --git a/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/UserOwnerSelectModalPage_it.properties b/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/UserOwnerSelectModalPage_it.properties
deleted file mode 100644
index 1d4f230..0000000
--- a/client/old_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/b7f88690/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/UserOwnerSelectModalPage_pt_BR.properties
----------------------------------------------------------------------
diff --git a/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/UserOwnerSelectModalPage_pt_BR.properties b/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/UserOwnerSelectModalPage_pt_BR.properties
deleted file mode 100644
index 28ef869..0000000
--- a/client/old_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/b7f88690/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/Users.html
----------------------------------------------------------------------
diff --git a/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/Users.html b/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/Users.html
deleted file mode 100644
index e302ea1..0000000
--- a/client/old_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/b7f88690/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/Users.properties
----------------------------------------------------------------------
diff --git a/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/Users.properties b/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/Users.properties
deleted file mode 100644
index 8ad9ae6..0000000
--- a/client/old_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/b7f88690/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/Users_it.properties
----------------------------------------------------------------------
diff --git a/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/Users_it.properties b/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/Users_it.properties
deleted file mode 100644
index 708bfed..0000000
--- a/client/old_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/b7f88690/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/Users_pt_BR.properties
----------------------------------------------------------------------
diff --git a/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/Users_pt_BR.properties b/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/Users_pt_BR.properties
deleted file mode 100644
index 7ab1053..0000000
--- a/client/old_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/b7f88690/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/VirSchemaModalPage.html
----------------------------------------------------------------------
diff --git a/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/VirSchemaModalPage.html b/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/VirSchemaModalPage.html
deleted file mode 100644
index 3adea45..0000000
--- a/client/old_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/b7f88690/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/VirSchemaModalPage.properties
----------------------------------------------------------------------
diff --git a/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/VirSchemaModalPage.properties b/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/VirSchemaModalPage.properties
deleted file mode 100644
index ef0cb6a..0000000
--- a/client/old_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/b7f88690/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/VirSchemaModalPage_it.properties
----------------------------------------------------------------------
diff --git a/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/VirSchemaModalPage_it.properties b/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/VirSchemaModalPage_it.properties
deleted file mode 100644
index 21c2d3c..0000000
--- a/client/old_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/b7f88690/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/VirSchemaModalPage_pt_BR.properties
----------------------------------------------------------------------
diff --git a/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/VirSchemaModalPage_pt_BR.properties b/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/VirSchemaModalPage_pt_BR.properties
deleted file mode 100644
index 1d0de8a..0000000
--- a/client/old_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/b7f88690/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/WelcomePage.html
----------------------------------------------------------------------
diff --git a/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/WelcomePage.html b/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/WelcomePage.html
deleted file mode 100644
index 938ecc4..0000000
--- a/client/old_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/b7f88690/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/WelcomePage.properties
----------------------------------------------------------------------
diff --git a/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/WelcomePage.properties b/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/WelcomePage.properties
deleted file mode 100644
index f08be49..0000000
--- a/client/old_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/b7f88690/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/WelcomePage_it.properties
----------------------------------------------------------------------
diff --git a/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/WelcomePage_it.properties b/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/WelcomePage_it.properties
deleted file mode 100644
index 2499ae4..0000000
--- a/client/old_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/b7f88690/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/WelcomePage_pt_BR.properties
----------------------------------------------------------------------
diff --git a/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/WelcomePage_pt_BR.properties b/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/WelcomePage_pt_BR.properties
deleted file mode 100644
index c22a518..0000000
--- a/client/old_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/b7f88690/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/XMLEditorPopupPage.html
----------------------------------------------------------------------
diff --git a/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/XMLEditorPopupPage.html b/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/XMLEditorPopupPage.html
deleted file mode 100644
index 07aba41..0000000
--- a/client/old_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/b7f88690/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/XMLEditorPopupPage.properties
----------------------------------------------------------------------
diff --git a/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/XMLEditorPopupPage.properties b/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/XMLEditorPopupPage.properties
deleted file mode 100644
index 2276791..0000000
--- a/client/old_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/b7f88690/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/XMLEditorPopupPage_it.properties
----------------------------------------------------------------------
diff --git a/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/XMLEditorPopupPage_it.properties b/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/XMLEditorPopupPage_it.properties
deleted file mode 100644
index 818dfb4..0000000
--- a/client/old_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/b7f88690/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/XMLEditorPopupPage_pt_BR.properties
----------------------------------------------------------------------
diff --git a/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/XMLEditorPopupPage_pt_BR.properties b/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/XMLEditorPopupPage_pt_BR.properties
deleted file mode 100644
index 4152188..0000000
--- a/client/old_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/b7f88690/client/old_console/src/main/resources/org/apache/syncope/client/console/panels/AbstractProvisioningTasksPanel.html
----------------------------------------------------------------------
diff --git a/client/old_console/src/main/resources/org/apache/syncope/client/console/panels/AbstractProvisioningTasksPanel.html b/client/old_console/src/main/resources/org/apache/syncope/client/console/panels/AbstractProvisioningTasksPanel.html
deleted file mode 100644
index cbe6296..0000000
--- a/client/old_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/b7f88690/client/old_console/src/main/resources/org/apache/syncope/client/console/panels/AbstractSearchPanel.html
----------------------------------------------------------------------
diff --git a/client/old_console/src/main/resources/org/apache/syncope/client/console/panels/AbstractSearchPanel.html b/client/old_console/src/main/resources/org/apache/syncope/client/console/panels/AbstractSearchPanel.html
deleted file mode 100644
index a2af697..0000000
--- a/client/old_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>

http://git-wip-us.apache.org/repos/asf/syncope/blob/b7f88690/client/old_console/src/main/resources/org/apache/syncope/client/console/panels/AbstractSearchResultPanel.html
----------------------------------------------------------------------
diff --git a/client/old_console/src/main/resources/org/apache/syncope/client/console/panels/AbstractSearchResultPanel.html b/client/old_console/src/main/resources/org/apache/syncope/client/console/panels/AbstractSearchResultPanel.html
deleted file mode 100644
index 487165b..0000000
--- a/client/old_console/src/main/resources/org/apache/syncope/client/console/panels/AbstractSearchResultPanel.html
+++ /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.
--->
-<html xmlns="http://www.w3.org/1999/xhtml" xmlns:wicket="http://wicket.apache.org">
-  <wicket:panel>
-
-    <div wicket:id="container">
-      <span wicket:id="resultTable">[Table]</span>
-
-      <span style="float:right">
-        <form wicket:id="paginator" 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="editModal">
-    </div>
-
-    <div wicket:id="displayModal">
-    </div>
-
-    <div wicket:id="statusModal">
-    </div>
-
-  </wicket:panel>
-</html>

http://git-wip-us.apache.org/repos/asf/syncope/blob/b7f88690/client/old_console/src/main/resources/org/apache/syncope/client/console/panels/AbstractSearchResultPanel.properties
----------------------------------------------------------------------
diff --git a/client/old_console/src/main/resources/org/apache/syncope/client/console/panels/AbstractSearchResultPanel.properties b/client/old_console/src/main/resources/org/apache/syncope/client/console/panels/AbstractSearchResultPanel.properties
deleted file mode 100644
index 6f016a4..0000000
--- a/client/old_console/src/main/resources/org/apache/syncope/client/console/panels/AbstractSearchResultPanel.properties
+++ /dev/null
@@ -1,30 +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.
-displayRows=Display rows
-
-firstname=Firstname
-surname=Surname
-userId=User Id
-edit=Edit
-delete=Delete
-id=Id
-status=Status
-token=Token
-username=Username
-creationDate=Creation Date
-tokenValued=Valued
-tokenNotValued=Not valued

http://git-wip-us.apache.org/repos/asf/syncope/blob/b7f88690/client/old_console/src/main/resources/org/apache/syncope/client/console/panels/AbstractSearchResultPanel_it.properties
----------------------------------------------------------------------
diff --git a/client/old_console/src/main/resources/org/apache/syncope/client/console/panels/AbstractSearchResultPanel_it.properties b/client/old_console/src/main/resources/org/apache/syncope/client/console/panels/AbstractSearchResultPanel_it.properties
deleted file mode 100644
index 02b3b57..0000000
--- a/client/old_console/src/main/resources/org/apache/syncope/client/console/panels/AbstractSearchResultPanel_it.properties
+++ /dev/null
@@ -1,30 +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.
-displayRows=display rows
-
-firstname=Nome
-surname=Cognome
-userId=User Id
-edit=Edit
-delete=Rimuovi
-id=Id
-status=Stato
-token=Token
-username=Username
-creationDate=Data Creazione
-tokenValued=Valued
-tokenNotValued=Not valued

http://git-wip-us.apache.org/repos/asf/syncope/blob/b7f88690/client/old_console/src/main/resources/org/apache/syncope/client/console/panels/AbstractSearchResultPanel_pt_BR.properties
----------------------------------------------------------------------
diff --git a/client/old_console/src/main/resources/org/apache/syncope/client/console/panels/AbstractSearchResultPanel_pt_BR.properties b/client/old_console/src/main/resources/org/apache/syncope/client/console/panels/AbstractSearchResultPanel_pt_BR.properties
deleted file mode 100644
index 1591edc..0000000
--- a/client/old_console/src/main/resources/org/apache/syncope/client/console/panels/AbstractSearchResultPanel_pt_BR.properties
+++ /dev/null
@@ -1,30 +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.
-displayRows=Mostrar linhas
-
-firstname=Nome
-surname=Sobrenome
-userId=Identificador do Usu\u00E1rio
-edit=Alterar
-delete=Excluir
-id=Identificador
-status=Estatus
-token=Token
-username=Nome de Usu\u00E1rio
-creationDate=Data de Cria\u00E7\u00E3o
-tokenValued=Atribu\u00EDdo
-tokenNotValued=N\u00E3o Atribu\u00EDdo

http://git-wip-us.apache.org/repos/asf/syncope/blob/b7f88690/client/old_console/src/main/resources/org/apache/syncope/client/console/panels/ActionDataTablePanel.html
----------------------------------------------------------------------
diff --git a/client/old_console/src/main/resources/org/apache/syncope/client/console/panels/ActionDataTablePanel.html b/client/old_console/src/main/resources/org/apache/syncope/client/console/panels/ActionDataTablePanel.html
deleted file mode 100644
index 5ad205f..0000000
--- a/client/old_console/src/main/resources/org/apache/syncope/client/console/panels/ActionDataTablePanel.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:head>
-    <link rel="stylesheet" type="text/css" href="css/bulk.css" media="all"/>
-  </wicket:head>
-  <wicket:panel>
-
-    <form wicket:id="groupForm">
-      <span wicket:id="checkgroup">
-        <table class="ui-widget ui-widget-content table-hover" wicket:id="dataTable">[Data Table]</table>
-      </span>
-
-      <div id="actionRow" class="pageRowElement">
-        <div id="actions">
-          <div id="actionPanel"  wicket:id="actionPanelContainer" class="ui-button ui-widget ui-state-default ui-corner-all ui-button-text-only">
-            <span wicket:id="actions">[Actions]</span>
-          </div>
-
-          <div id="cancelBtmForm">
-            <input type="button" wicket:id="cancel" id="cancel"
-                   class="ui-button ui-widget ui-state-default ui-corner-all ui-button-text-only"/>
-          </div>
-        </div>
-      </div>
-    </form>
-
-  </wicket:panel>
-</html>

http://git-wip-us.apache.org/repos/asf/syncope/blob/b7f88690/client/old_console/src/main/resources/org/apache/syncope/client/console/panels/AjaxDataTablePanel.html
----------------------------------------------------------------------
diff --git a/client/old_console/src/main/resources/org/apache/syncope/client/console/panels/AjaxDataTablePanel.html b/client/old_console/src/main/resources/org/apache/syncope/client/console/panels/AjaxDataTablePanel.html
deleted file mode 100644
index f67ba10..0000000
--- a/client/old_console/src/main/resources/org/apache/syncope/client/console/panels/AjaxDataTablePanel.html
+++ /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.
--->
-<html xmlns="http://www.w3.org/1999/xhtml" xmlns:wicket="http://wicket.apache.org">
-  <wicket:head>
-    <link rel="stylesheet" type="text/css" href="css/bulk.css" media="all"/>
-  </wicket:head>
-  <wicket:panel>
-    <span wicket:id="tablePanel">[Table panel]</span>
-    <div wicket:id="bulkModal" />
-
-    <wicket:fragment wicket:id="bulkAvailable">
-      <form wicket:id="groupForm">
-        <span wicket:id="checkgroup">
-          <table class="ui-widget ui-widget-content table-hover" wicket:id="dataTable">[DataTable]</table>
-        </span>
-      </form>
-      <div class="bulkAction">
-        <div class="bulkActionCell" style="width: 40px">
-          <a href="#" wicket:id="bulkActionLink">
-            <img src="img/actions/bulk.png" alt="bulk action icon"  title="Bulk action"/>
-          </a>
-        </div>
-      </div>
-    </wicket:fragment>
-
-    <wicket:fragment wicket:id="bulkNotAvailable">
-      <table class="ui-widget ui-widget-content table-hover" wicket:id="dataTable">[DataTable]</table>
-    </wicket:fragment>
-
-  </wicket:panel>
-</html>

http://git-wip-us.apache.org/repos/asf/syncope/blob/b7f88690/client/old_console/src/main/resources/org/apache/syncope/client/console/panels/AnnotatedBeanPanel.html
----------------------------------------------------------------------
diff --git a/client/old_console/src/main/resources/org/apache/syncope/client/console/panels/AnnotatedBeanPanel.html b/client/old_console/src/main/resources/org/apache/syncope/client/console/panels/AnnotatedBeanPanel.html
deleted file mode 100644
index 4d459ce..0000000
--- a/client/old_console/src/main/resources/org/apache/syncope/client/console/panels/AnnotatedBeanPanel.html
+++ /dev/null
@@ -1,98 +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>
-  <wicket:head>
-    <style>
-      div.information{
-        margin-top: 30px; 
-        border: 1px solid #DDDDDD; 
-        font-size: 8px;
-        color: #555555;
-        display: inline-table; 
-        width: 100%; 
-        clear: both; 
-        float:none;
-      }
-
-      div.infolabel{
-        margin-left: 5px; 
-        float:left; 
-        width: 150px;
-        font-weight: bold
-      }
-
-      div.infoleft{
-        float:left; 
-        display: inline-table; 
-        width: 50%
-      }
-
-      div.inforight{ 
-        display: inline-table; 
-        width: 50%
-      }
-
-      div.inforow{
-        display: inline-table;
-        width: 100%
-      }
-    </style>
-  </wicket:head>
-  <wicket:panel>
-    <div class="information">
-      <div class="infoleft">
-        <div class="infolabel"> 
-          <wicket:message key="creationDate"/>:
-        </div>
-        <div>
-          <span wicket:id="creationDate" />
-        </div>
-      </div>
-
-      <div class="inforight">
-        <div class="infolabel">
-          <wicket:message key="lastChangeDate"/>:
-        </div>
-        <div>
-          <span wicket:id="lastChangeDate" />
-        </div>
-      </div>
-
-      <div class="infoleft">
-        <div class="infolabel">
-          <wicket:message key="creator"/>:
-        </div>
-        <div>
-          <span wicket:id="creator" />
-        </div>
-      </div>
-
-      <div class="inforight">
-        <div class="infolabel">
-          <wicket:message key="lastModifier"/>:
-        </div>
-        <div>
-          <span wicket:id="lastModifier" />
-        </div>
-      </div>
-
-      <wicket:child />
-    </div>
-  </wicket:panel>
-</html>

http://git-wip-us.apache.org/repos/asf/syncope/blob/b7f88690/client/old_console/src/main/resources/org/apache/syncope/client/console/panels/AnnotatedBeanPanel.properties
----------------------------------------------------------------------
diff --git a/client/old_console/src/main/resources/org/apache/syncope/client/console/panels/AnnotatedBeanPanel.properties b/client/old_console/src/main/resources/org/apache/syncope/client/console/panels/AnnotatedBeanPanel.properties
deleted file mode 100644
index 54a0fcf..0000000
--- a/client/old_console/src/main/resources/org/apache/syncope/client/console/panels/AnnotatedBeanPanel.properties
+++ /dev/null
@@ -1,20 +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.
-creationDate=Creation Date
-creator=Creator
-lastChangeDate=Last change date
-lastModifier=Last modifier

http://git-wip-us.apache.org/repos/asf/syncope/blob/b7f88690/client/old_console/src/main/resources/org/apache/syncope/client/console/panels/AnnotatedBeanPanel_it.properties
----------------------------------------------------------------------
diff --git a/client/old_console/src/main/resources/org/apache/syncope/client/console/panels/AnnotatedBeanPanel_it.properties b/client/old_console/src/main/resources/org/apache/syncope/client/console/panels/AnnotatedBeanPanel_it.properties
deleted file mode 100644
index 7fae3ab..0000000
--- a/client/old_console/src/main/resources/org/apache/syncope/client/console/panels/AnnotatedBeanPanel_it.properties
+++ /dev/null
@@ -1,20 +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.
-creationDate=Data Di Creazione
-creator=Creatore
-lastChangeDate=Data Di Ultima Modifica
-lastModifier=Ultimo Modificatore

http://git-wip-us.apache.org/repos/asf/syncope/blob/b7f88690/client/old_console/src/main/resources/org/apache/syncope/client/console/panels/AnnotatedBeanPanel_pt_BR.properties
----------------------------------------------------------------------
diff --git a/client/old_console/src/main/resources/org/apache/syncope/client/console/panels/AnnotatedBeanPanel_pt_BR.properties b/client/old_console/src/main/resources/org/apache/syncope/client/console/panels/AnnotatedBeanPanel_pt_BR.properties
deleted file mode 100644
index 689436f..0000000
--- a/client/old_console/src/main/resources/org/apache/syncope/client/console/panels/AnnotatedBeanPanel_pt_BR.properties
+++ /dev/null
@@ -1,20 +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.
-creationDate=Data de Cria\u00e7\u00e3o
-creator=Criador
-lastChangeDate=Data De \u00daltima Altera\u00e7\u00e3o
-lastModifier=\u00daltima Modificador

http://git-wip-us.apache.org/repos/asf/syncope/blob/b7f88690/client/old_console/src/main/resources/org/apache/syncope/client/console/panels/AttrTemplatesPanel.html
----------------------------------------------------------------------
diff --git a/client/old_console/src/main/resources/org/apache/syncope/client/console/panels/AttrTemplatesPanel.html b/client/old_console/src/main/resources/org/apache/syncope/client/console/panels/AttrTemplatesPanel.html
deleted file mode 100644
index 2b7ef52..0000000
--- a/client/old_console/src/main/resources/org/apache/syncope/client/console/panels/AttrTemplatesPanel.html
+++ /dev/null
@@ -1,58 +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>
-    <script type="text/javascript">
-      $(document).ready(function() {
-        $("#attrTemplateTabs").tabs();
-      });
-    </script>
-  </wicket:head>
-  <wicket:panel>
-    <div id="attrTemplateTabs" class="ui-tabs ui-widget ui-widget-content ui-corner-all">
-      <ul>
-        <li class="tabs-selected"><a href="#rplainattr"><wicket:message key="rplainattr"/></a></li>
-        <li><a href="#rderattr"><wicket:message key="rderattr"/></a></li>
-        <li><a href="#rvirattr"><wicket:message key="rvirattr"/></a></li>
-        <li><a href="#mplainattr"><wicket:message key="mplainattr"/></a></li>
-        <li><a href="#mderattr"><wicket:message key="mderattr"/></a></li>
-        <li><a href="#mvirattr"><wicket:message key="mvirattr"/></a></li>
-      </ul>
-
-      <div id="rplainattr">
-        <div wicket:id="gPlainAttrTemplates"/>
-      </div>
-      <div id="rderattr">
-        <div wicket:id="gDerAttrTemplates"/>
-      </div>
-      <div id="rvirattr">
-        <div wicket:id="gVirAttrTemplates"/>
-      </div>    
-      <div id="mplainattr">
-        <div wicket:id="mPlainAttrTemplates"/>
-      </div>
-      <div id="mderattr">
-        <div wicket:id="mDerAttrTemplates"/>
-      </div>
-      <div id="mvirattr">
-        <div wicket:id="mVirAttrTemplates"/>
-      </div>    
-    </div>
-  </wicket:panel>
-</html>

http://git-wip-us.apache.org/repos/asf/syncope/blob/b7f88690/client/old_console/src/main/resources/org/apache/syncope/client/console/panels/AttrTemplatesPanel.properties
----------------------------------------------------------------------
diff --git a/client/old_console/src/main/resources/org/apache/syncope/client/console/panels/AttrTemplatesPanel.properties b/client/old_console/src/main/resources/org/apache/syncope/client/console/panels/AttrTemplatesPanel.properties
deleted file mode 100644
index 94da979..0000000
--- a/client/old_console/src/main/resources/org/apache/syncope/client/console/panels/AttrTemplatesPanel.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.
-
-rplainattr=Plain
-rderattr=Derived
-rvirattr=Virtual
-mplainattr=Plain (Membership)
-mderattr=Derived (Membership)
-mvirattr=Virtual (Membership)

http://git-wip-us.apache.org/repos/asf/syncope/blob/b7f88690/client/old_console/src/main/resources/org/apache/syncope/client/console/panels/AttrTemplatesPanel_it.properties
----------------------------------------------------------------------
diff --git a/client/old_console/src/main/resources/org/apache/syncope/client/console/panels/AttrTemplatesPanel_it.properties b/client/old_console/src/main/resources/org/apache/syncope/client/console/panels/AttrTemplatesPanel_it.properties
deleted file mode 100644
index d30ff59..0000000
--- a/client/old_console/src/main/resources/org/apache/syncope/client/console/panels/AttrTemplatesPanel_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.
-
-rplainattr=Normali
-rderattr=Derivati
-rvirattr=Virtuali
-mplainattr=Normali (Membership)
-mderattr=Derivati (Membership)
-mvirattr=Virtuali (Membership)

http://git-wip-us.apache.org/repos/asf/syncope/blob/b7f88690/client/old_console/src/main/resources/org/apache/syncope/client/console/panels/AttrTemplatesPanel_pt_BR.properties
----------------------------------------------------------------------
diff --git a/client/old_console/src/main/resources/org/apache/syncope/client/console/panels/AttrTemplatesPanel_pt_BR.properties b/client/old_console/src/main/resources/org/apache/syncope/client/console/panels/AttrTemplatesPanel_pt_BR.properties
deleted file mode 100644
index 5fd7c3a..0000000
--- a/client/old_console/src/main/resources/org/apache/syncope/client/console/panels/AttrTemplatesPanel_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.
-
-rplainattr=Normal
-rderattr=Derivado
-rvirattr=Virtual
-mplainattr=Normal (Membro)
-mderattr=Derivado (Membro)
-mvirattr=Virtual (Membro)