Repository: syncope
Updated Branches:
  refs/heads/master fa28888fe -> a4a9ef568


http://git-wip-us.apache.org/repos/asf/syncope/blob/a4a9ef56/client/console/src/main/resources/org/apache/syncope/client/console/tasks/AbstractTasks.html
----------------------------------------------------------------------
diff --git 
a/client/console/src/main/resources/org/apache/syncope/client/console/tasks/AbstractTasks.html
 
b/client/console/src/main/resources/org/apache/syncope/client/console/tasks/AbstractTasks.html
new file mode 100644
index 0000000..ac755e8
--- /dev/null
+++ 
b/client/console/src/main/resources/org/apache/syncope/client/console/tasks/AbstractTasks.html
@@ -0,0 +1,24 @@
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+<html xmlns="http://www.w3.org/1999/xhtml"; 
xmlns:wicket="http://wicket.apache.org";>
+  <head><title></title></head>
+  <wicket:panel>
+    <span wicket:id="tasks">[TASKS]</span>
+  </wicket:panel>
+</html>

http://git-wip-us.apache.org/repos/asf/syncope/blob/a4a9ef56/client/console/src/main/resources/org/apache/syncope/client/console/tasks/CrontabPanel.html
----------------------------------------------------------------------
diff --git 
a/client/console/src/main/resources/org/apache/syncope/client/console/tasks/CrontabPanel.html
 
b/client/console/src/main/resources/org/apache/syncope/client/console/tasks/CrontabPanel.html
new file mode 100644
index 0000000..241141d
--- /dev/null
+++ 
b/client/console/src/main/resources/org/apache/syncope/client/console/tasks/CrontabPanel.html
@@ -0,0 +1,37 @@
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+<html xmlns="http://www.w3.org/1999/xhtml"; 
xmlns:wicket="http://wicket.apache.org";>
+  <head><title></title></head>
+  <body>
+    <wicket:panel>
+      <label for="cron"><wicket:message key="cron"/></label>
+      <div id="schedule" class="form-group">
+        <span wicket:id="seconds"/>
+        <span wicket:id="minutes"/>
+        <span wicket:id="hours"/>
+        <span wicket:id="daysOfMonth"/>
+        <span wicket:id="months"/>
+        <span wicket:id="daysOfWeek"/>
+      </div>
+      <div id="templates" class="form-group">
+        <span wicket:id="cronTemplateChooser"/>
+      </div>
+    </wicket:panel>
+  </body>
+</html>

http://git-wip-us.apache.org/repos/asf/syncope/blob/a4a9ef56/client/console/src/main/resources/org/apache/syncope/client/console/tasks/CrontabPanel.properties
----------------------------------------------------------------------
diff --git 
a/client/console/src/main/resources/org/apache/syncope/client/console/tasks/CrontabPanel.properties
 
b/client/console/src/main/resources/org/apache/syncope/client/console/tasks/CrontabPanel.properties
new file mode 100644
index 0000000..4d3bb87
--- /dev/null
+++ 
b/client/console/src/main/resources/org/apache/syncope/client/console/tasks/CrontabPanel.properties
@@ -0,0 +1,25 @@
+# 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.
+cron=Schedule (seconds, minutes, hours, days of month, months, days of week)
+cronTemplateChooser=Templates
+chooseForTemplate=Templates
+selOpt1=Unschedule
+selOpt2=Every 5 minutes
+selOpt3=Fire at 12pm (noon) every day
+selOpt4=Fire at 12am (midnight) every first day of the month
+selOpt5=Fire at 12am (midnight) every last day of the month
+selOpt6=Fire at 12am (midnight) every Monday

http://git-wip-us.apache.org/repos/asf/syncope/blob/a4a9ef56/client/console/src/main/resources/org/apache/syncope/client/console/tasks/CrontabPanel_it.properties
----------------------------------------------------------------------
diff --git 
a/client/console/src/main/resources/org/apache/syncope/client/console/tasks/CrontabPanel_it.properties
 
b/client/console/src/main/resources/org/apache/syncope/client/console/tasks/CrontabPanel_it.properties
new file mode 100644
index 0000000..29ffcf4
--- /dev/null
+++ 
b/client/console/src/main/resources/org/apache/syncope/client/console/tasks/CrontabPanel_it.properties
@@ -0,0 +1,25 @@
+# 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.
+cron=Schedule (secondi, minuti, ore, giorni del mese, mesi, giorni della 
settimana)
+cronTemplateChooser=Modelli
+chooseForTemplate=Modelli
+selOpt1=Non schedulato
+selOpt2=Ogni 5 minuti
+selOpt3=Lanciato ogni giorno a mezzanotte
+selOpt4=Lanciato ogni primo giorno del mese a mezzogiorno
+selOpt5=Lanciato ogni ultimo giorno del mese a mezzogiorno
+selOpt6=Lanciato ogni Luned\u00ec a mezzogiorno

http://git-wip-us.apache.org/repos/asf/syncope/blob/a4a9ef56/client/console/src/main/resources/org/apache/syncope/client/console/tasks/CrontabPanel_pt_BR.properties
----------------------------------------------------------------------
diff --git 
a/client/console/src/main/resources/org/apache/syncope/client/console/tasks/CrontabPanel_pt_BR.properties
 
b/client/console/src/main/resources/org/apache/syncope/client/console/tasks/CrontabPanel_pt_BR.properties
new file mode 100644
index 0000000..7df5cc4
--- /dev/null
+++ 
b/client/console/src/main/resources/org/apache/syncope/client/console/tasks/CrontabPanel_pt_BR.properties
@@ -0,0 +1,25 @@
+# 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.
+cron=Agendar (segundos, minutos, horas, dias do m\u00EAs, meses, dias da 
semana)
+cronTemplateChooser=Templates
+chooseForTemplate=Templates
+selOpt1=N\u00e3o Agendado
+selOpt2=A cada 5 minutos
+selOpt3=Acionar \u00e0s 12\:00 todos os dias
+selOpt4=Acionar \u00e0s 24\:00 sempre no primeiro dia de cada m\u00eas
+selOpt5=Acionar \u00e0s 24\:00 sempre no \u00faltimo dia de cada m\u00eas
+selOpt6=Acionar \u00e0s 24\:00 de toda Segunda Feira

http://git-wip-us.apache.org/repos/asf/syncope/blob/a4a9ef56/client/console/src/main/resources/org/apache/syncope/client/console/tasks/PropagationTaskDetails$Profile_it.properties
----------------------------------------------------------------------
diff --git 
a/client/console/src/main/resources/org/apache/syncope/client/console/tasks/PropagationTaskDetails$Profile_it.properties
 
b/client/console/src/main/resources/org/apache/syncope/client/console/tasks/PropagationTaskDetails$Profile_it.properties
new file mode 100644
index 0000000..f176210
--- /dev/null
+++ 
b/client/console/src/main/resources/org/apache/syncope/client/console/tasks/PropagationTaskDetails$Profile_it.properties
@@ -0,0 +1,18 @@
+# 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.
+anyKey=Object Id
+resource=Risorsa

http://git-wip-us.apache.org/repos/asf/syncope/blob/a4a9ef56/client/console/src/main/resources/org/apache/syncope/client/console/tasks/PropagationTaskDetails$Profile_pt_BR.properties
----------------------------------------------------------------------
diff --git 
a/client/console/src/main/resources/org/apache/syncope/client/console/tasks/PropagationTaskDetails$Profile_pt_BR.properties
 
b/client/console/src/main/resources/org/apache/syncope/client/console/tasks/PropagationTaskDetails$Profile_pt_BR.properties
new file mode 100644
index 0000000..4a36305
--- /dev/null
+++ 
b/client/console/src/main/resources/org/apache/syncope/client/console/tasks/PropagationTaskDetails$Profile_pt_BR.properties
@@ -0,0 +1,18 @@
+# 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.
+anyKey=Object key
+resource=Resource

http://git-wip-us.apache.org/repos/asf/syncope/blob/a4a9ef56/client/console/src/main/resources/org/apache/syncope/client/console/tasks/PropagationTaskSearchResultPanel.properties
----------------------------------------------------------------------
diff --git 
a/client/console/src/main/resources/org/apache/syncope/client/console/tasks/PropagationTaskSearchResultPanel.properties
 
b/client/console/src/main/resources/org/apache/syncope/client/console/tasks/PropagationTaskSearchResultPanel.properties
index 768cea5..a882f45 100644
--- 
a/client/console/src/main/resources/org/apache/syncope/client/console/tasks/PropagationTaskSearchResultPanel.properties
+++ 
b/client/console/src/main/resources/org/apache/syncope/client/console/tasks/PropagationTaskSearchResultPanel.properties
@@ -14,19 +14,9 @@
 # KIND, either express or implied.  See the License for the
 # specific language governing permissions and limitations
 # under the License.
-profile=Profile
-executions=Executions
-title=Task
-connObjectKey=Remote Object id
-anyKey=Local Object id
-resource=Resource
-start=Start date
-end=End date
-status=Status
-message=Message
-taskExecutions=Task executions
-delete=Delete
-showMessage=Show
-anyTypeKind=Involved object
 operation=Operation
-latestExecStatus=Latest exec status
+anyTypeKind=Involved object
+anyKey=Local id
+connObjectKey=Remote Id
+start=Start
+end=End

http://git-wip-us.apache.org/repos/asf/syncope/blob/a4a9ef56/client/console/src/main/resources/org/apache/syncope/client/console/tasks/PropagationTaskSearchResultPanel_it.properties
----------------------------------------------------------------------
diff --git 
a/client/console/src/main/resources/org/apache/syncope/client/console/tasks/PropagationTaskSearchResultPanel_it.properties
 
b/client/console/src/main/resources/org/apache/syncope/client/console/tasks/PropagationTaskSearchResultPanel_it.properties
new file mode 100644
index 0000000..13e1fb1
--- /dev/null
+++ 
b/client/console/src/main/resources/org/apache/syncope/client/console/tasks/PropagationTaskSearchResultPanel_it.properties
@@ -0,0 +1,22 @@
+# 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.
+operation=Operazione
+anyTypeKind=Oggetto coinvolto
+anyKey=Id locale
+connObjectKey=Id remoto
+start=Inizio
+end=Fine

http://git-wip-us.apache.org/repos/asf/syncope/blob/a4a9ef56/client/console/src/main/resources/org/apache/syncope/client/console/tasks/PropagationTaskSearchResultPanel_pt_BR.properties
----------------------------------------------------------------------
diff --git 
a/client/console/src/main/resources/org/apache/syncope/client/console/tasks/PropagationTaskSearchResultPanel_pt_BR.properties
 
b/client/console/src/main/resources/org/apache/syncope/client/console/tasks/PropagationTaskSearchResultPanel_pt_BR.properties
new file mode 100644
index 0000000..a882f45
--- /dev/null
+++ 
b/client/console/src/main/resources/org/apache/syncope/client/console/tasks/PropagationTaskSearchResultPanel_pt_BR.properties
@@ -0,0 +1,22 @@
+# 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.
+operation=Operation
+anyTypeKind=Involved object
+anyKey=Local id
+connObjectKey=Remote Id
+start=Start
+end=End

http://git-wip-us.apache.org/repos/asf/syncope/blob/a4a9ef56/client/console/src/main/resources/org/apache/syncope/client/console/tasks/PropagationTasks.html
----------------------------------------------------------------------
diff --git 
a/client/console/src/main/resources/org/apache/syncope/client/console/tasks/PropagationTasks.html
 
b/client/console/src/main/resources/org/apache/syncope/client/console/tasks/PropagationTasks.html
deleted file mode 100644
index ac755e8..0000000
--- 
a/client/console/src/main/resources/org/apache/syncope/client/console/tasks/PropagationTasks.html
+++ /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.
--->
-<html xmlns="http://www.w3.org/1999/xhtml"; 
xmlns:wicket="http://wicket.apache.org";>
-  <head><title></title></head>
-  <wicket:panel>
-    <span wicket:id="tasks">[TASKS]</span>
-  </wicket:panel>
-</html>

http://git-wip-us.apache.org/repos/asf/syncope/blob/a4a9ef56/client/console/src/main/resources/org/apache/syncope/client/console/tasks/SchedTaskSearchResultPanel.properties
----------------------------------------------------------------------
diff --git 
a/client/console/src/main/resources/org/apache/syncope/client/console/tasks/SchedTaskSearchResultPanel.properties
 
b/client/console/src/main/resources/org/apache/syncope/client/console/tasks/SchedTaskSearchResultPanel.properties
new file mode 100644
index 0000000..18a180c
--- /dev/null
+++ 
b/client/console/src/main/resources/org/apache/syncope/client/console/tasks/SchedTaskSearchResultPanel.properties
@@ -0,0 +1,22 @@
+# 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.
+name=Name
+description=Description
+jobDelegateClassName=Job
+lastExec=Last execution
+nextExec=Next execution
+active=Active

http://git-wip-us.apache.org/repos/asf/syncope/blob/a4a9ef56/client/console/src/main/resources/org/apache/syncope/client/console/tasks/SchedTaskSearchResultPanel_it.properties
----------------------------------------------------------------------
diff --git 
a/client/console/src/main/resources/org/apache/syncope/client/console/tasks/SchedTaskSearchResultPanel_it.properties
 
b/client/console/src/main/resources/org/apache/syncope/client/console/tasks/SchedTaskSearchResultPanel_it.properties
new file mode 100644
index 0000000..6db5e5d
--- /dev/null
+++ 
b/client/console/src/main/resources/org/apache/syncope/client/console/tasks/SchedTaskSearchResultPanel_it.properties
@@ -0,0 +1,22 @@
+# 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.
+name=Nome
+description=Descrizione
+jobDelegateClassName=Job
+lastExec=Ultima esecuszione
+nextExec=Prossima esecuzione
+active=Attivo

http://git-wip-us.apache.org/repos/asf/syncope/blob/a4a9ef56/client/console/src/main/resources/org/apache/syncope/client/console/tasks/SchedTaskSearchResultPanel_pt_BR.properties
----------------------------------------------------------------------
diff --git 
a/client/console/src/main/resources/org/apache/syncope/client/console/tasks/SchedTaskSearchResultPanel_pt_BR.properties
 
b/client/console/src/main/resources/org/apache/syncope/client/console/tasks/SchedTaskSearchResultPanel_pt_BR.properties
new file mode 100644
index 0000000..18a180c
--- /dev/null
+++ 
b/client/console/src/main/resources/org/apache/syncope/client/console/tasks/SchedTaskSearchResultPanel_pt_BR.properties
@@ -0,0 +1,22 @@
+# 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.
+name=Name
+description=Description
+jobDelegateClassName=Job
+lastExec=Last execution
+nextExec=Next execution
+active=Active

http://git-wip-us.apache.org/repos/asf/syncope/blob/a4a9ef56/client/console/src/main/resources/org/apache/syncope/client/console/tasks/TaskDetails.properties
----------------------------------------------------------------------
diff --git 
a/client/console/src/main/resources/org/apache/syncope/client/console/tasks/TaskDetails.properties
 
b/client/console/src/main/resources/org/apache/syncope/client/console/tasks/TaskDetails.properties
deleted file mode 100644
index e19ad94..0000000
--- 
a/client/console/src/main/resources/org/apache/syncope/client/console/tasks/TaskDetails.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.
-profile=Profile
-executions=Executions
-title=Task
-start=Start date
-end=End date
-status=Status
-message=Message
-taskExecutions=Task executions
-delete=Delete
-showMessage=Show

http://git-wip-us.apache.org/repos/asf/syncope/blob/a4a9ef56/client/console/src/main/resources/org/apache/syncope/client/console/tasks/TaskSearchResultPanel.properties
----------------------------------------------------------------------
diff --git 
a/client/console/src/main/resources/org/apache/syncope/client/console/tasks/TaskSearchResultPanel.properties
 
b/client/console/src/main/resources/org/apache/syncope/client/console/tasks/TaskSearchResultPanel.properties
new file mode 100644
index 0000000..5a0d29c
--- /dev/null
+++ 
b/client/console/src/main/resources/org/apache/syncope/client/console/tasks/TaskSearchResultPanel.properties
@@ -0,0 +1,22 @@
+# 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
+executions=Executions
+title=Task
+
+key=Id
+latestExecStatus=Last execution status

http://git-wip-us.apache.org/repos/asf/syncope/blob/a4a9ef56/client/console/src/main/resources/org/apache/syncope/client/console/tasks/TaskSearchResultPanel_it.properties
----------------------------------------------------------------------
diff --git 
a/client/console/src/main/resources/org/apache/syncope/client/console/tasks/TaskSearchResultPanel_it.properties
 
b/client/console/src/main/resources/org/apache/syncope/client/console/tasks/TaskSearchResultPanel_it.properties
new file mode 100644
index 0000000..1d9b447
--- /dev/null
+++ 
b/client/console/src/main/resources/org/apache/syncope/client/console/tasks/TaskSearchResultPanel_it.properties
@@ -0,0 +1,22 @@
+# 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
+executions=Esecuzioni
+title=Task
+
+key=Id
+latestExecStatus=Stato ultima esecuzione

http://git-wip-us.apache.org/repos/asf/syncope/blob/a4a9ef56/client/console/src/main/resources/org/apache/syncope/client/console/tasks/TaskSearchResultPanel_pt_BR.properties
----------------------------------------------------------------------
diff --git 
a/client/console/src/main/resources/org/apache/syncope/client/console/tasks/TaskSearchResultPanel_pt_BR.properties
 
b/client/console/src/main/resources/org/apache/syncope/client/console/tasks/TaskSearchResultPanel_pt_BR.properties
new file mode 100644
index 0000000..1d9b447
--- /dev/null
+++ 
b/client/console/src/main/resources/org/apache/syncope/client/console/tasks/TaskSearchResultPanel_pt_BR.properties
@@ -0,0 +1,22 @@
+# 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
+executions=Esecuzioni
+title=Task
+
+key=Id
+latestExecStatus=Stato ultima esecuzione

http://git-wip-us.apache.org/repos/asf/syncope/blob/a4a9ef56/client/console/src/main/resources/org/apache/syncope/client/console/topology/TopologyTogglePanel.properties
----------------------------------------------------------------------
diff --git 
a/client/console/src/main/resources/org/apache/syncope/client/console/topology/TopologyTogglePanel.properties
 
b/client/console/src/main/resources/org/apache/syncope/client/console/topology/TopologyTogglePanel.properties
index cd9654d..3dd4ed8 100644
--- 
a/client/console/src/main/resources/org/apache/syncope/client/console/topology/TopologyTogglePanel.properties
+++ 
b/client/console/src/main/resources/org/apache/syncope/client/console/topology/TopologyTogglePanel.properties
@@ -15,17 +15,17 @@
 # specific language governing permissions and limitations
 # under the License.
 connector.new=New connector
+connector.edit=Edit connector {0}
 connector.menu.add=Add new connector
 connector.menu.remove=Remove connector
 connector.menu.edit=Edit connector
 
 resource.new=New resource
+resource.edit=Edit resource {0}
 resource.menu.add=Add new resource
 resource.menu.remove=Remove resource
 resource.menu.edit=Edit resource
 
-connector.edit=Edit connector {0}
-resource.edit=Edit resource {0}
 task.generic.list=Generic tasks
 task.propagation.list=Propagation tasks
 task.synchronization.list=Synchronization tasks

http://git-wip-us.apache.org/repos/asf/syncope/blob/a4a9ef56/client/console/src/main/resources/org/apache/syncope/client/console/topology/TopologyTogglePanel_it.properties
----------------------------------------------------------------------
diff --git 
a/client/console/src/main/resources/org/apache/syncope/client/console/topology/TopologyTogglePanel_it.properties
 
b/client/console/src/main/resources/org/apache/syncope/client/console/topology/TopologyTogglePanel_it.properties
index da88de1..6641a6f 100644
--- 
a/client/console/src/main/resources/org/apache/syncope/client/console/topology/TopologyTogglePanel_it.properties
+++ 
b/client/console/src/main/resources/org/apache/syncope/client/console/topology/TopologyTogglePanel_it.properties
@@ -15,15 +15,17 @@
 # specific language governing permissions and limitations
 # under the License.
 connector.new=Nuovo connettore
-resource.new=Nuova risorsa
 connector.edit=Modifica connettore {0}
-resource.edit=Modifica risorsa {0}
 connector.menu.add=Aggiungi nuovo connettore
 connector.menu.remove=Rimuovi connettore
 connector.menu.edit=Modifica connettore
+
+resource.new=Nuova risorsa
+resource.edit=Modifica risorsa {0}
 resource.menu.add=Aggiungi nuova risorsa
 resource.menu.remove=Rimuovi risorsa
 resource.menu.edit=Modifica risorsa
+
 task.generic.list=Task generici
 task.propagation.list=Task di propagazione
 task.synchronization.list=Task di sincronizzazione

http://git-wip-us.apache.org/repos/asf/syncope/blob/a4a9ef56/client/console/src/main/resources/org/apache/syncope/client/console/topology/TopologyTogglePanel_pt_BR.properties
----------------------------------------------------------------------
diff --git 
a/client/console/src/main/resources/org/apache/syncope/client/console/topology/TopologyTogglePanel_pt_BR.properties
 
b/client/console/src/main/resources/org/apache/syncope/client/console/topology/TopologyTogglePanel_pt_BR.properties
index 5484c4b..06d3608 100644
--- 
a/client/console/src/main/resources/org/apache/syncope/client/console/topology/TopologyTogglePanel_pt_BR.properties
+++ 
b/client/console/src/main/resources/org/apache/syncope/client/console/topology/TopologyTogglePanel_pt_BR.properties
@@ -15,15 +15,17 @@
 # specific language governing permissions and limitations
 # under the License.
 connector.new=Novo conector
-resource.new=Novo recurso
 connector.edit=Alterar conector {0}
-resource.edit=Alterar recurso {0}
 connector.menu.add=Adicionar novo conector
 connector.menu.remove=Retire conector
 connector.menu.edit=Alterar conector
+
+resource.new=Novo recurso
+resource.edit=Alterar recurso {0}
 resource.menu.add=Adicionar novo recurso
 resource.menu.remove=Retire recurso
 resource.menu.edit=Alterar recurso
+
 task.generic.list=Generic tasks
 task.propagation.list=Propagation tasks
 task.synchronization.list=Synchronization tasks

http://git-wip-us.apache.org/repos/asf/syncope/blob/a4a9ef56/client/console/src/main/resources/org/apache/syncope/client/console/wicket/markup/html/form/ActionLinksPanel.html
----------------------------------------------------------------------
diff --git 
a/client/console/src/main/resources/org/apache/syncope/client/console/wicket/markup/html/form/ActionLinksPanel.html
 
b/client/console/src/main/resources/org/apache/syncope/client/console/wicket/markup/html/form/ActionLinksPanel.html
index 3297c34..f89ff38 100644
--- 
a/client/console/src/main/resources/org/apache/syncope/client/console/wicket/markup/html/form/ActionLinksPanel.html
+++ 
b/client/console/src/main/resources/org/apache/syncope/client/console/wicket/markup/html/form/ActionLinksPanel.html
@@ -125,7 +125,7 @@ under the License.
     </wicket:fragment>
 
     <wicket:fragment wicket:id="fragmentDryRun">
-      <a href="#" wicket:id="dryRunLink" class="btn"><img id="actionLink" 
src="img/actions/dryrun.png" alt="dryrun icon" title="DryRun"/></a>
+      <a href="#" wicket:id="dryRunLink" class="btn"><i class="fa fa-gears" 
alt="dryrun icon" title="DryRun"></i></a>
     </wicket:fragment>
 
     <wicket:fragment wicket:id="fragmentExecute">

Reply via email to