You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openmeetings.apache.org by so...@apache.org on 2017/07/09 05:40:54 UTC

[2/2] openmeetings git commit: [OPENMEETINGS-1662] text on start widget was changed

[OPENMEETINGS-1662] text on start widget was changed


Project: http://git-wip-us.apache.org/repos/asf/openmeetings/repo
Commit: http://git-wip-us.apache.org/repos/asf/openmeetings/commit/4f6bcb2f
Tree: http://git-wip-us.apache.org/repos/asf/openmeetings/tree/4f6bcb2f
Diff: http://git-wip-us.apache.org/repos/asf/openmeetings/diff/4f6bcb2f

Branch: refs/heads/3.3.x
Commit: 4f6bcb2ffaa3cfbfc5b2f31e4fa0a7ba73bc848e
Parents: 6692433
Author: Maxim Solodovnik <so...@gmail.com>
Authored: Sun Jul 9 12:40:42 2017 +0700
Committer: Maxim Solodovnik <so...@gmail.com>
Committed: Sun Jul 9 12:40:42 2017 +0700

----------------------------------------------------------------------
 .../org/apache/openmeetings/web/app/Application.java     |  2 +-
 .../openmeetings/web/app/Application.properties.xml      |  7 ++++---
 .../openmeetings/web/app/Application_ar.properties.xml   | 11 ++++++-----
 .../openmeetings/web/app/Application_bg.properties.xml   | 11 ++++++-----
 .../openmeetings/web/app/Application_ca.properties.xml   | 11 ++++++-----
 .../openmeetings/web/app/Application_cs.properties.xml   | 11 ++++++-----
 .../openmeetings/web/app/Application_da.properties.xml   | 11 ++++++-----
 .../openmeetings/web/app/Application_de.properties.xml   | 11 ++++++-----
 .../openmeetings/web/app/Application_el.properties.xml   | 11 ++++++-----
 .../openmeetings/web/app/Application_es.properties.xml   | 11 ++++++-----
 .../openmeetings/web/app/Application_fa.properties.xml   | 11 ++++++-----
 .../openmeetings/web/app/Application_fi.properties.xml   | 11 ++++++-----
 .../openmeetings/web/app/Application_fr.properties.xml   | 11 ++++++-----
 .../openmeetings/web/app/Application_gl.properties.xml   | 11 ++++++-----
 .../openmeetings/web/app/Application_hu.properties.xml   | 11 ++++++-----
 .../openmeetings/web/app/Application_id.properties.xml   | 11 ++++++-----
 .../openmeetings/web/app/Application_it.properties.xml   | 11 ++++++-----
 .../openmeetings/web/app/Application_ja.properties.xml   | 11 ++++++-----
 .../openmeetings/web/app/Application_ko.properties.xml   | 11 ++++++-----
 .../openmeetings/web/app/Application_nl.properties.xml   | 11 ++++++-----
 .../openmeetings/web/app/Application_pl.properties.xml   | 11 ++++++-----
 .../openmeetings/web/app/Application_pt.properties.xml   | 11 ++++++-----
 .../web/app/Application_pt_BR.properties.xml             | 11 ++++++-----
 .../openmeetings/web/app/Application_ru.properties.xml   | 11 ++++++-----
 .../openmeetings/web/app/Application_sk.properties.xml   | 11 ++++++-----
 .../openmeetings/web/app/Application_sv.properties.xml   | 11 ++++++-----
 .../openmeetings/web/app/Application_th.properties.xml   | 11 ++++++-----
 .../openmeetings/web/app/Application_tr.properties.xml   | 11 ++++++-----
 .../openmeetings/web/app/Application_uk.properties.xml   | 11 ++++++-----
 .../web/app/Application_zh_CN.properties.xml             | 11 ++++++-----
 .../web/app/Application_zh_TW.properties.xml             | 11 ++++++-----
 .../openmeetings/web/user/dashboard/StartWidget.java     |  6 +++---
 .../web/user/dashboard/StartWidgetDescriptor.java        |  4 ++--
 .../openmeetings/web/user/dashboard/StartWidgetView.html |  8 ++++----
 .../openmeetings/web/user/dashboard/StartWidgetView.java |  6 +++---
 35 files changed, 191 insertions(+), 161 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/openmeetings/blob/4f6bcb2f/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application.java
----------------------------------------------------------------------
diff --git a/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application.java b/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application.java
index 48b1b56..6d25195 100644
--- a/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application.java
+++ b/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application.java
@@ -130,7 +130,7 @@ public class Application extends AuthenticatedWebApplication implements IApplica
 	private static Set<String> STRINGS_WITH_APP = new HashSet<>(); //FIXME need to be removed
 	private static String appName;
 	static {
-		STRINGS_WITH_APP.addAll(Arrays.asList("499", "500", "506", "511", "512", "513", "517", "532", "622", "804"
+		STRINGS_WITH_APP.addAll(Arrays.asList("499", "500", "506", "511", "512", "513", "517", "532", "622", "widget.start.desc"
 				, "909", "952", "978", "981", "984", "989", "990", "999", "1151", "1155", "1157", "1158", "1194"));
 	}
 	public static final String HASH_MAPPING = "/hash";

http://git-wip-us.apache.org/repos/asf/openmeetings/blob/4f6bcb2f/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application.properties.xml
----------------------------------------------------------------------
diff --git a/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application.properties.xml b/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application.properties.xml
index 70581f2..8cf5885 100644
--- a/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application.properties.xml
+++ b/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application.properties.xml
@@ -16,7 +16,7 @@
   KIND, either express or implied.  See the License for the
   specific language governing permissions and limitations
   under the License.
-  
+
 -->
 <!DOCTYPE properties SYSTEM "http://java.sun.com/dtd/properties.dtd">
 <properties>
@@ -787,7 +787,6 @@
   <entry key="771">Choose room</entry>
   <entry key="772">Check setup</entry>
   <entry key="773">Start conference</entry>
-  <entry key="774">How to conference</entry>
   <entry key="775">Start recording test</entry>
   <entry key="776">Do not show audio/video test before entering a conference</entry>
   <entry key="777">Public rooms</entry>
@@ -817,7 +816,6 @@
   <entry key="801">Month</entry>
   <entry key="802">Description</entry>
   <entry key="803">Attendees</entry>
-  <entry key="804">{0}, your web conferencing platform. You can either follow the 1-2-3 steps to enter a conference room directly or you choose the Calendar to set up and plan a meeting.</entry>
   <entry key="805">Plan a meeting</entry>
   <entry key="806">To setup a conference you can add a new event in the calendar</entry>
   <entry key="807">Need help?</entry>
@@ -1933,4 +1931,7 @@
 	<entry key="sound.enable">Enable sound</entry>
 	<entry key="sound.mute">Mute sound</entry>
 	<entry key="current.password">Current password</entry>
+	<entry key="widget.start.title">Getting Started</entry>
+	<entry key="widget.start.header">Create a conference, quickly!</entry>
+	<entry key="widget.start.desc">{0}, your web conferencing platform. You can either follow the 1-2-3 steps to enter a conference room directly or you choose the Calendar to set up and plan a meeting.</entry>
 </properties>

http://git-wip-us.apache.org/repos/asf/openmeetings/blob/4f6bcb2f/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_ar.properties.xml
----------------------------------------------------------------------
diff --git a/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_ar.properties.xml b/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_ar.properties.xml
index 80fe6e3..0178122 100644
--- a/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_ar.properties.xml
+++ b/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_ar.properties.xml
@@ -7,16 +7,16 @@
   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.
-  
+
 -->
 <!DOCTYPE properties SYSTEM "http://java.sun.com/dtd/properties.dtd">
 <properties>
@@ -787,7 +787,6 @@
   <entry key="771">إختر غرفة</entry>
   <entry key="772">فحص الإعدادات</entry>
   <entry key="773">بدء المؤتمر</entry>
-  <entry key="774">الطريق إلى المؤتمر:</entry>
   <entry key="775">بدء التسجيل</entry>
   <entry key="776">لا تظهر فحص صوت / صورة (تسجيل) قبل دخول المؤتمر</entry>
   <entry key="777">Public Rooms</entry>
@@ -817,7 +816,6 @@
   <entry key="801">Month</entry>
   <entry key="802">Description</entry>
   <entry key="803">Attendees</entry>
-  <entry key="804">{0}, your Web Conferencing Platform. Either follow the Instructions, press the start button to start to conference immediatelly or you goto the Calendar and set up a Conference for the future.</entry>
   <entry key="805">Plan a Meeting</entry>
   <entry key="806">To set up a conference you can add a new Event in the Calendar.</entry>
   <entry key="807">Need help?</entry>
@@ -1933,4 +1931,7 @@
 	<entry key="sound.enable">Enable sound</entry>
 	<entry key="sound.mute">Mute sound</entry>
 	<entry key="current.password">Current password</entry>
+	<entry key="widget.start.title">Getting Started</entry>
+	<entry key="widget.start.header">الطريق إلى المؤتمر:</entry>
+	<entry key="widget.start.desc">{0}, your web conferencing platform. You can either follow the 1-2-3 steps to enter a conference room directly or you choose the Calendar to set up and plan a meeting.</entry>
 </properties>

http://git-wip-us.apache.org/repos/asf/openmeetings/blob/4f6bcb2f/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_bg.properties.xml
----------------------------------------------------------------------
diff --git a/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_bg.properties.xml b/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_bg.properties.xml
index 4b7c511..b62ea3c 100644
--- a/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_bg.properties.xml
+++ b/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_bg.properties.xml
@@ -7,16 +7,16 @@
   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.
-  
+
 -->
 <!DOCTYPE properties SYSTEM "http://java.sun.com/dtd/properties.dtd">
 <properties>
@@ -787,7 +787,6 @@
   <entry key="771">Избор на стая</entry>
   <entry key="772">Проба настройки</entry>
   <entry key="773">Старт конференция</entry>
-  <entry key="774">Тип конференция:</entry>
   <entry key="775">Начало запис</entry>
   <entry key="776">Не показвай Аудио/Видео тест запис, преди влизане в конференцията.</entry>
   <entry key="777">Публични стаи</entry>
@@ -817,7 +816,6 @@
   <entry key="801">месец</entry>
   <entry key="802">Описание</entry>
   <entry key="803">Присъстващи</entry>
-  <entry key="804">Моля, следвайте инструкциите и натиснете бутона Start, за да започнете конференция веднага или отидете в календара, за да планирате бъдеща конференция.</entry>
   <entry key="805">Планиране среща</entry>
   <entry key="806">За да планирате среща, добавете събитие към каледара. За всяко събитие в каледара ще бъде автоматично създадена стая за конференция. Вие и всички присъстващи ще получат мейл с линк към стаята&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt; Може да изберете различни типове стаи с различен тип модерация.</entry>
   <entry key="807">Нужда от помощ?</entry>
@@ -1933,4 +1931,7 @@
 	<entry key="sound.enable">Enable sound</entry>
 	<entry key="sound.mute">Mute sound</entry>
 	<entry key="current.password">Current password</entry>
+	<entry key="widget.start.title">Getting Started</entry>
+	<entry key="widget.start.header">Create a conference, quickly!</entry>
+	<entry key="widget.start.desc">{0}, your web conferencing platform. Моля, следвайте инструкциите и натиснете бутона Start, за да започнете конференция веднага или отидете в календара, за да планирате бъдеща конференция.</entry>
 </properties>

http://git-wip-us.apache.org/repos/asf/openmeetings/blob/4f6bcb2f/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_ca.properties.xml
----------------------------------------------------------------------
diff --git a/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_ca.properties.xml b/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_ca.properties.xml
index a3900b6..ca382e3 100644
--- a/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_ca.properties.xml
+++ b/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_ca.properties.xml
@@ -7,16 +7,16 @@
   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.
-  
+
 -->
 <!DOCTYPE properties SYSTEM "http://java.sun.com/dtd/properties.dtd">
 <properties>
@@ -787,7 +787,6 @@
   <entry key="771">Anar a la Sala</entry>
   <entry key="772">Comprovar Config.</entry>
   <entry key="773">Iniciar Conferen.</entry>
-  <entry key="774">Instruccions Conferència:</entry>
   <entry key="775">Iniciar Gravació</entry>
   <entry key="776">No mostrar el test de gravació d'àudio /vídeo abans d'entrar en una Conferència</entry>
   <entry key="777">Salas públiques</entry>
@@ -817,7 +816,6 @@
   <entry key="801">mes</entry>
   <entry key="802">Descripció</entry>
   <entry key="803">Asistents</entry>
-  <entry key="804">{0}, la seva Plataforma Web de Videoconferència. Només segueixi les instruccions, pressioni el botó per a iniciar immediatament o vagi al Calendari per a programar una Trobada més endavant.</entry>
   <entry key="805">Progr. Trobada</entry>
   <entry key="806">Per a planificar una conferència, afegeixi un nou Esdeveniment en el Calendari. Per a cada Esdeveniment es crearà automàticament una Sala de (vídeo)conferència. Vostè i la resta d'assistents rebran un correu amb un enllaç de la sala. &lt;br/&gt;&lt;br/&gt;Pot escollir entre diferents tipus de sales amb diferents dissenys i sistemes de moderació. També pot escollir entre diferents tipus de notificació de correu que s'envien en cada esdeveniment del calendari.</entry>
   <entry key="807">¿Necessita ajuda?</entry>
@@ -1933,4 +1931,7 @@
 	<entry key="sound.enable">Enable sound</entry>
 	<entry key="sound.mute">Mute sound</entry>
 	<entry key="current.password">Current password</entry>
+	<entry key="widget.start.title">Getting Started</entry>
+	<entry key="widget.start.header">Instruccions Conferència:</entry>
+	<entry key="widget.start.desc">{0}, la seva Plataforma Web de Videoconferència. Només segueixi les instruccions, pressioni el botó per a iniciar immediatament o vagi al Calendari per a programar una Trobada més endavant.</entry>
 </properties>

http://git-wip-us.apache.org/repos/asf/openmeetings/blob/4f6bcb2f/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_cs.properties.xml
----------------------------------------------------------------------
diff --git a/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_cs.properties.xml b/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_cs.properties.xml
index 8dfc38c..f90f3b2 100644
--- a/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_cs.properties.xml
+++ b/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_cs.properties.xml
@@ -7,16 +7,16 @@
   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.
-  
+
 -->
 <!DOCTYPE properties SYSTEM "http://java.sun.com/dtd/properties.dtd">
 <properties>
@@ -787,7 +787,6 @@
   <entry key="771">Choose Room</entry>
   <entry key="772">Check Setup</entry>
   <entry key="773">Start Conference</entry>
-  <entry key="774">How to conference</entry>
   <entry key="775">Start Recording</entry>
   <entry key="776">Do not show Audio / Video Test (Recording) before entering a Conference</entry>
   <entry key="777">Public Rooms</entry>
@@ -817,7 +816,6 @@
   <entry key="801">Month</entry>
   <entry key="802">Description</entry>
   <entry key="803">Attendees</entry>
-  <entry key="804">{0}, your Web Conferencing Platform. Either follow the Instructions, press the start button to start to conference immediatelly or you goto the Calendar and set up a Conference for the future.</entry>
   <entry key="805">Plan a Meeting</entry>
   <entry key="806">To set up a conference you can add a new Event in the Calendar.</entry>
   <entry key="807">Need help?</entry>
@@ -1933,4 +1931,7 @@
 	<entry key="sound.enable">Enable sound</entry>
 	<entry key="sound.mute">Mute sound</entry>
 	<entry key="current.password">Current password</entry>
+	<entry key="widget.start.title">Getting Started</entry>
+	<entry key="widget.start.header">Create a conference, quickly!</entry>
+	<entry key="widget.start.desc">{0}, your web conferencing platform. You can either follow the 1-2-3 steps to enter a conference room directly or you choose the Calendar to set up and plan a meeting.</entry>
 </properties>

http://git-wip-us.apache.org/repos/asf/openmeetings/blob/4f6bcb2f/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_da.properties.xml
----------------------------------------------------------------------
diff --git a/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_da.properties.xml b/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_da.properties.xml
index 3da230d..2c8d04d 100644
--- a/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_da.properties.xml
+++ b/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_da.properties.xml
@@ -7,16 +7,16 @@
   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.
-  
+
 -->
 <!DOCTYPE properties SYSTEM "http://java.sun.com/dtd/properties.dtd">
 <properties>
@@ -787,7 +787,6 @@
   <entry key="771">Vælg rum</entry>
   <entry key="772">Kontroller Setup</entry>
   <entry key="773">Start konference</entry>
-  <entry key="774">Sådan gør du:</entry>
   <entry key="775">Start optagelse</entry>
   <entry key="776">Vis ikke Audio / Video Test (optagelse) før du deltager i en konference</entry>
   <entry key="777">Offentlige Rum</entry>
@@ -817,7 +816,6 @@
   <entry key="801">måned</entry>
   <entry key="802">Beskrivelse</entry>
   <entry key="803">Deltagere</entry>
-  <entry key="804">{0} konferenceplatform. Klik på startknappen for at starte en konference med det samme eller gå til din kalender for at planlægge et møde.</entry>
   <entry key="805">Planlæg et møde</entry>
   <entry key="806">For at sætte en konference op, kan du tilføje en event i din kalender. For hver event der oprettes, vil der automatisk blive oprettet et konferencerum. Alle deltagere samt dig selv, vil få tilsendt en email med en genvej (link) til det pågældende konferencerum.&lt;br/&gt;&lt;br/&gt;Du kan vælge mellem forskellige rumtyper med forskellig layout og funktionalitet. Du kan også vælge mellem forskellige notificeringsmuligheder (email), som sendes for hver kalender event.</entry>
   <entry key="807">Behov for hjælp?</entry>
@@ -1933,4 +1931,7 @@
 	<entry key="sound.enable">Enable sound</entry>
 	<entry key="sound.mute">Mute sound</entry>
 	<entry key="current.password">Current password</entry>
+	<entry key="widget.start.title">Getting Started</entry>
+	<entry key="widget.start.header">Sådan gør du</entry>
+	<entry key="widget.start.desc">{0}, konferenceplatform. Klik på startknappen for at starte en konference med det samme eller gå til din kalender for at planlægge et møde.</entry>
 </properties>

http://git-wip-us.apache.org/repos/asf/openmeetings/blob/4f6bcb2f/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_de.properties.xml
----------------------------------------------------------------------
diff --git a/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_de.properties.xml b/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_de.properties.xml
index 0ce36f3..44d07e5 100644
--- a/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_de.properties.xml
+++ b/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_de.properties.xml
@@ -7,16 +7,16 @@
   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.
-  
+
 -->
 <!DOCTYPE properties SYSTEM "http://java.sun.com/dtd/properties.dtd">
 <properties>
@@ -787,7 +787,6 @@
   <entry key="771">Raum wählen</entry>
   <entry key="772">Prüfe Setup</entry>
   <entry key="773">Starte Konferenz</entry>
-  <entry key="774">Wie starte ich eine Konferenz</entry>
   <entry key="775">Starte Aufnahme</entry>
   <entry key="776">Audio-/Video-Test (Aufnahme) vor dem Betreten einer Konferenz nicht zeigen</entry>
   <entry key="777">Öffentliche Räume</entry>
@@ -817,7 +816,6 @@
   <entry key="801">Monat</entry>
   <entry key="802">Beschreibung</entry>
   <entry key="803">Teilnehmer</entry>
-  <entry key="804">{0}, Ihre Web Konferenz Plattform. Entweder starten Sie sofort ein Meeting indem Sie den 1-2-3 Anweisungen folgen oder Sie benutzen "Meetings planen" um eine Konferenz zu planen.</entry>
   <entry key="805">Konferenz planen</entry>
   <entry key="806">Um eine Konferenz zu planen können Sie einen Event im Kalender hinzufügen.</entry>
   <entry key="807">Brauchen Sie Hilfe?</entry>
@@ -1954,4 +1952,7 @@
 	<entry key="sound.enable">Enable sound</entry>
 	<entry key="sound.mute">Mute sound</entry>
 	<entry key="current.password">Current password</entry>
+	<entry key="widget.start.title">Getting Started</entry>
+	<entry key="widget.start.header">Wie starte ich eine Konferenz</entry>
+	<entry key="widget.start.desc">{0}, Ihre Web Konferenz Plattform. Entweder starten Sie sofort ein Meeting indem Sie den 1-2-3 Anweisungen folgen oder Sie benutzen "Meetings planen" um eine Konferenz zu planen.</entry>
 </properties>

http://git-wip-us.apache.org/repos/asf/openmeetings/blob/4f6bcb2f/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_el.properties.xml
----------------------------------------------------------------------
diff --git a/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_el.properties.xml b/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_el.properties.xml
index 8dfa470..7144de4 100644
--- a/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_el.properties.xml
+++ b/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_el.properties.xml
@@ -7,16 +7,16 @@
   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.
-  
+
 -->
 <!DOCTYPE properties SYSTEM "http://java.sun.com/dtd/properties.dtd">
 <properties>
@@ -787,7 +787,6 @@
   <entry key="771">Επιλογή Δωματίου</entry>
   <entry key="772">Έλεγχος</entry>
   <entry key="773">Έναρξη Συνδιάσκεψης</entry>
-  <entry key="774">Διαδικασία Συνδιάσκεψης:</entry>
   <entry key="775">Μαγνητοσκόπηση</entry>
   <entry key="776">Να μην γίνεται Έλεγχος Ήχου/Βίντεο (Μαγνητοσκόπηση) πριν από την είσοδο σε Συνδιάσκεψη.</entry>
   <entry key="777">Δημόσια Δωμάτια</entry>
@@ -817,7 +816,6 @@
   <entry key="801">Μήνας</entry>
   <entry key="802">Περιγραφή</entry>
   <entry key="803">Συμμετέχοντες</entry>
-  <entry key="804">{0}: Η Πλατφόρμα Σας για Web Συνδιασκέψεις. Μπορείτε να ακολουθήσετε τις Οδηγίες, να πατήσετε το κουμπί Έναρξης και να ξεκινήσετε αμέσως μια Συνδιάσκεψη ή να μετα-φερθείτε στο Ημερολόγιο και να προγραμματίσετε μια Συνδιάσκεψη για το μέλλον.</entry>
   <entry key="805">Σχέδιο Συνάντησης</entry>
   <entry key="806">Για να προγραμματίσετε μια Συνδιάσκεψη μπορείτε να προσθέσετε ένα νέο Συμβάν στο Ημερολόγιο. Για κάθε Συμβάν του Ημερολογίου δημιουργείται αυτόματα ένα Δωμάτιο Συνδιασκέψεων. Εσείς, μάζι με όλους τους Συμμετέχοντες στην Συνδιάσκεψη, θα λάβετε ένα mail με σύνδεσμο στο συγκεκριμένο Δωμάτιο.&lt;br/&gt;&lt;br/&gt;Μπορείτε να επιλέξετε μεταξύ διαφορετικών τύπων Δωματίων που έχουν διαφορετικές διατάξεις και διαφορετικά συστήματα Συντονισμού. Μπορείτε επίσης να επιλέξετε μεταξύ διαφορετικών τύπων Ειδοποίησης για το mail που θα σταλεί για κάθε 
 Συμβάν του Ημερολογίου.</entry>
   <entry key="807">Χρειάζεστε Βοήθεια;</entry>
@@ -1933,4 +1931,7 @@
 	<entry key="sound.enable">Enable sound</entry>
 	<entry key="sound.mute">Mute sound</entry>
 	<entry key="current.password">Current password</entry>
+	<entry key="widget.start.title">Getting Started</entry>
+	<entry key="widget.start.header">Διαδικασία Συνδιάσκεψης:</entry>
+	<entry key="widget.start.desc">{0}, Η Πλατφόρμα Σας για Web Συνδιασκέψεις. Μπορείτε να ακολουθήσετε τις Οδηγίες, να πατήσετε το κουμπί Έναρξης και να ξεκινήσετε αμέσως μια Συνδιάσκεψη ή να μετα-φερθείτε στο Ημερολόγιο και να προγραμματίσετε μια Συνδιάσκεψη για το μέλλον.</entry>
 </properties>

http://git-wip-us.apache.org/repos/asf/openmeetings/blob/4f6bcb2f/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_es.properties.xml
----------------------------------------------------------------------
diff --git a/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_es.properties.xml b/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_es.properties.xml
index 8fd3abe..1fa20a9 100644
--- a/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_es.properties.xml
+++ b/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_es.properties.xml
@@ -7,16 +7,16 @@
   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.
-  
+
 -->
 <!DOCTYPE properties SYSTEM "http://java.sun.com/dtd/properties.dtd">
 <properties>
@@ -787,7 +787,6 @@
   <entry key="771">Ir a la sala</entry>
   <entry key="772">Comprobar Config.</entry>
   <entry key="773">Iniciar Confer.</entry>
-  <entry key="774">Instrucciones Conferencia:</entry>
   <entry key="775">Iniciar Grabación</entry>
   <entry key="776">No mostrar el test de grabación de audio /vídeo antes de entrar en una Conferencia</entry>
   <entry key="777">Salas públicas</entry>
@@ -817,7 +816,6 @@
   <entry key="801">mes</entry>
   <entry key="802">Descripción</entry>
   <entry key="803">Asistentes</entry>
-  <entry key="804">{0}, su Plataforma Web de Videoconferencia. Sólo siga las instrucciones, presione el botón para iniciar inmediatamente o vaya al Calendario para programar un Encuentro más adelante.</entry>
   <entry key="805">Progr. Encuentro</entry>
   <entry key="806">Para planificar una conferencia, añada un nuevo Evento en el Calendario. Para cada Evento se creará automáticamente una sala de (vídeo)conferencia. Usted y el resto de asistentes recibirán un correo con un enlace de la sala.&lt;br/&gt;&lt;br/&gt;Puede escoger entre diferentes tipos de salas con diferentes diseños y sistemas de moderación. También puede escoger entre diferentes tipos de notificación de correo que se envían en cada evento del calendario.</entry>
   <entry key="807">¿Necesita ayuda?</entry>
@@ -1933,4 +1931,7 @@
 	<entry key="sound.enable">Enable sound</entry>
 	<entry key="sound.mute">Mute sound</entry>
 	<entry key="current.password">Current password</entry>
+	<entry key="widget.start.title">Getting Started</entry>
+	<entry key="widget.start.header">Instrucciones Conferencia:</entry>
+	<entry key="widget.start.desc">{0}, su Plataforma Web de Videoconferencia. Sólo siga las instrucciones, presione el botón para iniciar inmediatamente o vaya al Calendario para programar un Encuentro más adelante.</entry>
 </properties>

http://git-wip-us.apache.org/repos/asf/openmeetings/blob/4f6bcb2f/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_fa.properties.xml
----------------------------------------------------------------------
diff --git a/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_fa.properties.xml b/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_fa.properties.xml
index fdf3733..226509b 100644
--- a/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_fa.properties.xml
+++ b/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_fa.properties.xml
@@ -7,16 +7,16 @@
   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.
-  
+
 -->
 <!DOCTYPE properties SYSTEM "http://java.sun.com/dtd/properties.dtd">
 <properties>
@@ -787,7 +787,6 @@
   <entry key="771">Choose Room</entry>
   <entry key="772">Check Setup</entry>
   <entry key="773">Start Conference</entry>
-  <entry key="774">How to conference</entry>
   <entry key="775">Start Recording</entry>
   <entry key="776">Do not show Audio / Video Test (Recording) before entering a Conference</entry>
   <entry key="777">Public Rooms</entry>
@@ -817,7 +816,6 @@
   <entry key="801">Month</entry>
   <entry key="802">Description</entry>
   <entry key="803">Attendees</entry>
-  <entry key="804">{0}, your Web Conferencing Platform. Either follow the Instructions, press the start button to start to conference immediatelly or you goto the Calendar and set up a Conference for the future.</entry>
   <entry key="805">Plan a Meeting</entry>
   <entry key="806">To set up a conference you can add a new Event in the Calendar.</entry>
   <entry key="807">Need help?</entry>
@@ -1933,4 +1931,7 @@
 	<entry key="sound.enable">Enable sound</entry>
 	<entry key="sound.mute">Mute sound</entry>
 	<entry key="current.password">Current password</entry>
+	<entry key="widget.start.title">Getting Started</entry>
+	<entry key="widget.start.header">Create a conference, quickly!</entry>
+	<entry key="widget.start.desc">{0}, your web conferencing platform. You can either follow the 1-2-3 steps to enter a conference room directly or you choose the Calendar to set up and plan a meeting.</entry>
 </properties>

http://git-wip-us.apache.org/repos/asf/openmeetings/blob/4f6bcb2f/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_fi.properties.xml
----------------------------------------------------------------------
diff --git a/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_fi.properties.xml b/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_fi.properties.xml
index d4a3c93..c6af2cf 100644
--- a/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_fi.properties.xml
+++ b/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_fi.properties.xml
@@ -7,16 +7,16 @@
   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.
-  
+
 -->
 <!DOCTYPE properties SYSTEM "http://java.sun.com/dtd/properties.dtd">
 <properties>
@@ -787,7 +787,6 @@
   <entry key="771">Choose Room</entry>
   <entry key="772">Check Setup</entry>
   <entry key="773">Start Conference</entry>
-  <entry key="774">How to conference</entry>
   <entry key="775">Start Recording</entry>
   <entry key="776">Do not show Audio / Video Test (Recording) before entering a Conference</entry>
   <entry key="777">Public Rooms</entry>
@@ -817,7 +816,6 @@
   <entry key="801">Month</entry>
   <entry key="802">Description</entry>
   <entry key="803">Attendees</entry>
-  <entry key="804">{0}, your Web Conferencing Platform. Either follow the Instructions, press the start button to start to conference immediatelly or you goto the Calendar and set up a Conference for the future.</entry>
   <entry key="805">Plan a Meeting</entry>
   <entry key="806">To set up a conference you can add a new Event in the Calendar.</entry>
   <entry key="807">Need help?</entry>
@@ -1933,4 +1931,7 @@
 	<entry key="sound.enable">Enable sound</entry>
 	<entry key="sound.mute">Mute sound</entry>
 	<entry key="current.password">Current password</entry>
+	<entry key="widget.start.title">Getting Started</entry>
+	<entry key="widget.start.header">Create a conference, quickly!</entry>
+	<entry key="widget.start.desc">{0}, your web conferencing platform. You can either follow the 1-2-3 steps to enter a conference room directly or you choose the Calendar to set up and plan a meeting.</entry>
 </properties>

http://git-wip-us.apache.org/repos/asf/openmeetings/blob/4f6bcb2f/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_fr.properties.xml
----------------------------------------------------------------------
diff --git a/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_fr.properties.xml b/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_fr.properties.xml
index 7ea1d2d..1d26fb3 100644
--- a/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_fr.properties.xml
+++ b/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_fr.properties.xml
@@ -7,16 +7,16 @@
   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.
-  
+
 -->
 <!DOCTYPE properties SYSTEM "http://java.sun.com/dtd/properties.dtd">
 <properties>
@@ -787,7 +787,6 @@
   <entry key="771">Choisir la salle</entry>
   <entry key="772">Auto-test</entry>
   <entry key="773">Commencer la réunion</entry>
-  <entry key="774">Chronologie d'emploi :</entry>
   <entry key="775">Début d'enreg.</entry>
   <entry key="776">Ne pas montrer le test audio/vidéo (Enregistrement) avant d'entrer en réunion.</entry>
   <entry key="777">Salles publiques</entry>
@@ -817,7 +816,6 @@
   <entry key="801">mois</entry>
   <entry key="802">Description</entry>
   <entry key="803">Participants</entry>
-  <entry key="804">{0}, votre plateforme de conférence web. Suivez les instructions.&lt;br/&gt;Cliquez sur le bouton 'Début' pour commencer une réunion immédiatement ou allez au calendrier pour planifier une réunion.</entry>
   <entry key="805">Planifier</entry>
   <entry key="806">Pour planifier une réunion vous pouvez créer un événement dans le calendrier.</entry>
   <entry key="807">Besoin d'aide ?</entry>
@@ -1922,4 +1920,7 @@
 	<entry key="sound.enable">Enable sound</entry>
 	<entry key="sound.mute">Mute sound</entry>
 	<entry key="current.password">Current password</entry>
+	<entry key="widget.start.title">Getting Started</entry>
+	<entry key="widget.start.header">Chronologie d'emploi:</entry>
+	<entry key="widget.start.desc">{0}, votre plateforme de conférence web. Suivez les instructions.&lt;br/&gt;Cliquez sur le bouton 'Début' pour commencer une réunion immédiatement ou allez au calendrier pour planifier une réunion.</entry>
 </properties>

http://git-wip-us.apache.org/repos/asf/openmeetings/blob/4f6bcb2f/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_gl.properties.xml
----------------------------------------------------------------------
diff --git a/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_gl.properties.xml b/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_gl.properties.xml
index 40e1c84..473c28a 100644
--- a/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_gl.properties.xml
+++ b/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_gl.properties.xml
@@ -7,16 +7,16 @@
   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.
-  
+
 -->
 <!DOCTYPE properties SYSTEM "http://java.sun.com/dtd/properties.dtd">
 <properties>
@@ -787,7 +787,6 @@
   <entry key="771">Elixir a sala</entry>
   <entry key="772">Probar a config.</entry>
   <entry key="773">Iniciar a conferencia</entry>
-  <entry key="774">Instruccións «Conferencia»:</entry>
   <entry key="775">Iniciar a gravación</entry>
   <entry key="776">Non mostrar a proba de son /vídeo antes de entrar nunha conferencia</entry>
   <entry key="777">Salas públicas</entry>
@@ -817,7 +816,6 @@
   <entry key="801">mes</entry>
   <entry key="802">Descrición</entry>
   <entry key="803">Asistentes</entry>
-  <entry key="804">{0}, a súa Plataforma Web de Videoconferencia. Tan só ten que segir as instruccións, prema no botón para iniciar unha conferencia inmediatamente ou vaia ao calendario para planificar unha conferencia para o futuro.</entry>
   <entry key="805">Planificar</entry>
   <entry key="806">Para planificar unha conferencia, engada un novo evento no calendario. Para cada evento crearase automaticamente unha sala. Vostede e o resto de asistentes recibirán un correo-e cunha ligazón á sala.&lt;br/&gt;&lt;br/&gt;Pode escoller entre diferentes tipos de salas con diferentes deseños e sistemas de moderación. Tamén pode escoller entre diferentes tipos de notificación de correo-e que se envíen en cada evento do calendario.</entry>
   <entry key="807">Necesita axuda?</entry>
@@ -1933,4 +1931,7 @@
 	<entry key="sound.enable">Enable sound</entry>
 	<entry key="sound.mute">Mute sound</entry>
 	<entry key="current.password">Current password</entry>
+	<entry key="widget.start.title">Getting Started</entry>
+	<entry key="widget.start.header">Instruccións «Conferencia»:</entry>
+	<entry key="widget.start.desc">{0}, a súa Plataforma Web de Videoconferencia. Tan só ten que segir as instruccións, prema no botón para iniciar unha conferencia inmediatamente ou vaia ao calendario para planificar unha conferencia para o futuro.</entry>
 </properties>

http://git-wip-us.apache.org/repos/asf/openmeetings/blob/4f6bcb2f/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_hu.properties.xml
----------------------------------------------------------------------
diff --git a/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_hu.properties.xml b/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_hu.properties.xml
index c92a393..301d752 100644
--- a/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_hu.properties.xml
+++ b/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_hu.properties.xml
@@ -7,16 +7,16 @@
   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.
-  
+
 -->
 <!DOCTYPE properties SYSTEM "http://java.sun.com/dtd/properties.dtd">
 <properties>
@@ -787,7 +787,6 @@
   <entry key="771">Konferencia szoba választása</entry>
   <entry key="772">Beállítás ellenőrzése</entry>
   <entry key="773">Konferencia indítása</entry>
-  <entry key="774">Hogyan indíthat konferenciát</entry>
   <entry key="775">Felvétel indítása</entry>
   <entry key="776">Ne mutassa az Audio / Video tesztet (Recording) mikor belép akonferenciába.</entry>
   <entry key="777">Nyilvános termek</entry>
@@ -817,7 +816,6 @@
   <entry key="801">Hónap</entry>
   <entry key="802">Leírás</entry>
   <entry key="803">Látogatók</entry>
-  <entry key="804">{0}, az Ön webkonferencia platformja. Kövesse az utasításokat és gombnyomásra nyithat egy konferenciát, vagy bejegyezhet a naptárba és beállíthat egy előadást előre.</entry>
   <entry key="805">Plan a Meeting</entry>
   <entry key="806">A konferencia beállításához adja hozzá az eseményt a naptárhoz.</entry>
   <entry key="807">Segítségre van szüksége?</entry>
@@ -1917,4 +1915,7 @@
 	<entry key="sound.enable">Enable sound</entry>
 	<entry key="sound.mute">Mute sound</entry>
 	<entry key="current.password">Current password</entry>
+	<entry key="widget.start.title">Getting Started</entry>
+	<entry key="widget.start.header">Hogyan indíthat konferenciát</entry>
+	<entry key="widget.start.desc">{0}, az Ön webkonferencia platformja. Kövesse az utasításokat és gombnyomásra nyithat egy konferenciát, vagy bejegyezhet a naptárba és beállíthat egy előadást előre.</entry>
 </properties>

http://git-wip-us.apache.org/repos/asf/openmeetings/blob/4f6bcb2f/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_id.properties.xml
----------------------------------------------------------------------
diff --git a/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_id.properties.xml b/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_id.properties.xml
index 8d00a3c..3fb71a6 100644
--- a/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_id.properties.xml
+++ b/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_id.properties.xml
@@ -7,16 +7,16 @@
   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.
-  
+
 -->
 <!DOCTYPE properties SYSTEM "http://java.sun.com/dtd/properties.dtd">
 <properties>
@@ -787,7 +787,6 @@
   <entry key="771">Choose Room</entry>
   <entry key="772">Check Setup</entry>
   <entry key="773">Start Conference</entry>
-  <entry key="774">How to conference</entry>
   <entry key="775">Start Recording</entry>
   <entry key="776">Do not show Audio / Video Test (Recording) before entering a Conference</entry>
   <entry key="777">Public Rooms</entry>
@@ -817,7 +816,6 @@
   <entry key="801">Month</entry>
   <entry key="802">Description</entry>
   <entry key="803">Attendees</entry>
-  <entry key="804">{0}, your Web Conferencing Platform. Either follow the Instructions, press the start button to start to conference immediatelly or you goto the Calendar and set up a Conference for the future.</entry>
   <entry key="805">Plan a Meeting</entry>
   <entry key="806">To set up a conference you can add a new Event in the Calendar.</entry>
   <entry key="807">Need help?</entry>
@@ -1933,4 +1931,7 @@
 	<entry key="sound.enable">Enable sound</entry>
 	<entry key="sound.mute">Mute sound</entry>
 	<entry key="current.password">Current password</entry>
+	<entry key="widget.start.title">Getting Started</entry>
+	<entry key="widget.start.header">Create a conference, quickly!</entry>
+	<entry key="widget.start.desc">{0}, your web conferencing platform. You can either follow the 1-2-3 steps to enter a conference room directly or you choose the Calendar to set up and plan a meeting.</entry>
 </properties>

http://git-wip-us.apache.org/repos/asf/openmeetings/blob/4f6bcb2f/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_it.properties.xml
----------------------------------------------------------------------
diff --git a/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_it.properties.xml b/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_it.properties.xml
index 0d0cea6..c06bbb9 100644
--- a/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_it.properties.xml
+++ b/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_it.properties.xml
@@ -7,16 +7,16 @@
   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.
-  
+
 -->
 <!DOCTYPE properties SYSTEM "http://java.sun.com/dtd/properties.dtd">
 <properties>
@@ -787,7 +787,6 @@
   <entry key="771">Scegli la stanza</entry>
   <entry key="772">Verifica impostazioni</entry>
   <entry key="773">Avvia conferenza</entry>
-  <entry key="774">Come fare una videoconferenza:</entry>
   <entry key="775">Avvia test registrazione</entry>
   <entry key="776">Non mostrate il test Audio/Video prima di entrare in una conferenza</entry>
   <entry key="777">Stanze pubbliche</entry>
@@ -817,7 +816,6 @@
   <entry key="801">Mese</entry>
   <entry key="802">Descrizione</entry>
   <entry key="803">Partecipanti</entry>
-  <entry key="804">{0}, la tua piattaforma di videoconferenza. Segui le istruzioni premendo il tasto inizio per cominciare una videoconferenza o pianifica una conferenza dal Calendario.</entry>
   <entry key="805">Pianifica una conferenza</entry>
   <entry key="806">Per pianificare una conferenza puoi aggiungere un evento nel calendario. Per ogni evento sarà creata un apposita stanza. Tu e tutti gli invitati riceverete una mail con un link per accedere alla stanza.&lt;br/&gt;&lt;br/&gt;Puoi scegliere tra diverse tipologie di stanze con differenti tipologie di layout e moderazione. Puoi anche scegliere tra diversi tipi di notifica via email che avvisano dell'evento in calendario.</entry>
   <entry key="807">Serve aiuto?</entry>
@@ -1935,4 +1933,7 @@
 	<entry key="sound.enable">Enable sound</entry>
 	<entry key="sound.mute">Mute sound</entry>
 	<entry key="current.password">Current password</entry>
+	<entry key="widget.start.title">Getting Started</entry>
+	<entry key="widget.start.header">Come fare una videoconferenza:</entry>
+	<entry key="widget.start.desc">{0}, la tua piattaforma di videoconferenza. Segui le istruzioni premendo il tasto inizio per cominciare una videoconferenza o pianifica una conferenza dal Calendario.</entry>
 </properties>

http://git-wip-us.apache.org/repos/asf/openmeetings/blob/4f6bcb2f/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_ja.properties.xml
----------------------------------------------------------------------
diff --git a/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_ja.properties.xml b/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_ja.properties.xml
index a1d2886..83b5407 100644
--- a/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_ja.properties.xml
+++ b/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_ja.properties.xml
@@ -7,16 +7,16 @@
   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.
-  
+
 -->
 <!DOCTYPE properties SYSTEM "http://java.sun.com/dtd/properties.dtd">
 <properties>
@@ -787,7 +787,6 @@
   <entry key="771">会議室を選択する</entry>
   <entry key="772">設定を確認する</entry>
   <entry key="773">会議を開始する</entry>
-  <entry key="774">使用方法:</entry>
   <entry key="775">録画/録音品質のテスト</entry>
   <entry key="776">入室の際に音声/ビデオのテスト画面を表示しない</entry>
   <entry key="777">パブリック会議室</entry>
@@ -817,7 +816,6 @@
   <entry key="801">月表示</entry>
   <entry key="802">概要</entry>
   <entry key="803">参加者</entry>
-  <entry key="804">{0} (オープン・ミーティングス) ウェブ会議プラットホーム</entry>
   <entry key="805">会議を予約する</entry>
   <entry key="806">イベントをカレンダーに追加して会議を設定します。イベントのそれぞれについて会議室が自動生成されます。</entry>
   <entry key="807">お困りですか?</entry>
@@ -1933,4 +1931,7 @@
 	<entry key="sound.enable">Enable sound</entry>
 	<entry key="sound.mute">Mute sound</entry>
 	<entry key="current.password">Current password</entry>
+	<entry key="widget.start.title">Getting Started</entry>
+	<entry key="widget.start.header">使用方法:</entry>
+	<entry key="widget.start.desc">{0} (オープン・ミーティングス) ウェブ会議プラットホーム</entry>
 </properties>

http://git-wip-us.apache.org/repos/asf/openmeetings/blob/4f6bcb2f/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_ko.properties.xml
----------------------------------------------------------------------
diff --git a/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_ko.properties.xml b/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_ko.properties.xml
index 94daecc..3a25f84 100644
--- a/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_ko.properties.xml
+++ b/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_ko.properties.xml
@@ -7,16 +7,16 @@
   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.
-  
+
 -->
 <!DOCTYPE properties SYSTEM "http://java.sun.com/dtd/properties.dtd">
 <properties>
@@ -789,7 +789,6 @@
   <entry key="771">Choose Room</entry>
   <entry key="772">Check Setup</entry>
   <entry key="773">Start Conference</entry>
-  <entry key="774">How to conference</entry>
   <entry key="775">Start Recording</entry>
   <entry key="776">Do not show Audio / Video Test (Recording) before entering a Conference</entry>
   <entry key="777">Public Rooms</entry>
@@ -819,7 +818,6 @@
   <entry key="801">Month</entry>
   <entry key="802">Description</entry>
   <entry key="803">Attendees</entry>
-  <entry key="804">{0}, your Web Conferencing Platform. Either follow the Instructions, press the start button to start to conference immediatelly or you goto the Calendar and set up a Conference for the future.</entry>
   <entry key="805">Plan a Meeting</entry>
   <entry key="806">To set up a conference you can add a new Event in the Calendar.</entry>
   <entry key="807">Need help?</entry>
@@ -1935,4 +1933,7 @@
 	<entry key="sound.enable">Enable sound</entry>
 	<entry key="sound.mute">Mute sound</entry>
 	<entry key="current.password">Current password</entry>
+	<entry key="widget.start.title">Getting Started</entry>
+	<entry key="widget.start.header">Create a conference, quickly!</entry>
+	<entry key="widget.start.desc">{0}, your web conferencing platform. You can either follow the 1-2-3 steps to enter a conference room directly or you choose the Calendar to set up and plan a meeting.</entry>
 </properties>

http://git-wip-us.apache.org/repos/asf/openmeetings/blob/4f6bcb2f/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_nl.properties.xml
----------------------------------------------------------------------
diff --git a/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_nl.properties.xml b/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_nl.properties.xml
index 3561a6b..ee3c4aa 100644
--- a/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_nl.properties.xml
+++ b/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_nl.properties.xml
@@ -7,16 +7,16 @@
   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.
-  
+
 -->
 <!DOCTYPE properties SYSTEM "http://java.sun.com/dtd/properties.dtd">
 <properties>
@@ -787,7 +787,6 @@
   <entry key="771">Kies Kamer</entry>
   <entry key="772">Wijzig Instellingen</entry>
   <entry key="773">Begin Overleg</entry>
-  <entry key="774">Start wizard:</entry>
   <entry key="775">Start Opname</entry>
   <entry key="776">Beeld en geluid iedere keer testen</entry>
   <entry key="777">Openbare kamers</entry>
@@ -817,7 +816,6 @@
   <entry key="801">maand</entry>
   <entry key="802">Omschrijving</entry>
   <entry key="803">Deelnemers</entry>
-  <entry key="804">Kies voor BEGIN om meteen een overleg te starten of ga naar de kalendar om iets te plannen.</entry>
   <entry key="805">Plan een overleg</entry>
   <entry key="806">Om een overleg te plannen, dien je een evenement aan de kalender toe te voegen. Voor ieder evenement zal automatisch een kamer aangemaakt worden. Iedere deelnemer zal E-mail ontvangen met een link naar de kamer.&lt;br/&gt;&lt;br/&gt;Er is keuze in verschillende soorten kamers. Tevens kan iedere kamer een eigen layout krijgen.</entry>
   <entry key="807">Hulp nodig?</entry>
@@ -1933,4 +1931,7 @@
 	<entry key="sound.enable">Enable sound</entry>
 	<entry key="sound.mute">Mute sound</entry>
 	<entry key="current.password">Current password</entry>
+	<entry key="widget.start.title">Getting Started</entry>
+	<entry key="widget.start.header">Create a conference, quickly!</entry>
+	<entry key="widget.start.desc">{0}, your web conferencing platform. Kies voor BEGIN om meteen een overleg te starten of ga naar de kalendar om iets te plannen.</entry>
 </properties>

http://git-wip-us.apache.org/repos/asf/openmeetings/blob/4f6bcb2f/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_pl.properties.xml
----------------------------------------------------------------------
diff --git a/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_pl.properties.xml b/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_pl.properties.xml
index 098ae22..0fe2499 100644
--- a/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_pl.properties.xml
+++ b/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_pl.properties.xml
@@ -7,16 +7,16 @@
   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.
-  
+
 -->
 <!DOCTYPE properties SYSTEM "http://java.sun.com/dtd/properties.dtd">
 <properties>
@@ -787,7 +787,6 @@
   <entry key="771">Choose Room</entry>
   <entry key="772">Check Setup</entry>
   <entry key="773">Start Conference</entry>
-  <entry key="774">How to conference</entry>
   <entry key="775">Start Recording</entry>
   <entry key="776">Do not show Audio / Video Test (Recording) before entering a Conference</entry>
   <entry key="777">Public Rooms</entry>
@@ -817,7 +816,6 @@
   <entry key="801">Month</entry>
   <entry key="802">Description</entry>
   <entry key="803">Attendees</entry>
-  <entry key="804">{0}, your Web Conferencing Platform. Either follow the Instructions, press the start button to start to conference immediatelly or you goto the Calendar and set up a Conference for the future.</entry>
   <entry key="805">Plan a Meeting</entry>
   <entry key="806">To set up a conference you can add a new Event in the Calendar.</entry>
   <entry key="807">Need help?</entry>
@@ -1933,4 +1931,7 @@
 	<entry key="sound.enable">Enable sound</entry>
 	<entry key="sound.mute">Mute sound</entry>
 	<entry key="current.password">Current password</entry>
+	<entry key="widget.start.title">Getting Started</entry>
+	<entry key="widget.start.header">Create a conference, quickly!</entry>
+	<entry key="widget.start.desc">{0}, your web conferencing platform. You can either follow the 1-2-3 steps to enter a conference room directly or you choose the Calendar to set up and plan a meeting.</entry>
 </properties>

http://git-wip-us.apache.org/repos/asf/openmeetings/blob/4f6bcb2f/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_pt.properties.xml
----------------------------------------------------------------------
diff --git a/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_pt.properties.xml b/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_pt.properties.xml
index 69f1273..2d99ccc 100644
--- a/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_pt.properties.xml
+++ b/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_pt.properties.xml
@@ -7,16 +7,16 @@
   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.
-  
+
 -->
 <!DOCTYPE properties SYSTEM "http://java.sun.com/dtd/properties.dtd">
 <properties>
@@ -787,7 +787,6 @@
   <entry key="771">Choose Room</entry>
   <entry key="772">Check Setup</entry>
   <entry key="773">Start Conference</entry>
-  <entry key="774">How to conference</entry>
   <entry key="775">Start Recording</entry>
   <entry key="776">Do not show Audio / Video Test (Recording) before entering a Conference</entry>
   <entry key="777">Public Rooms</entry>
@@ -817,7 +816,6 @@
   <entry key="801">Month</entry>
   <entry key="802">Description</entry>
   <entry key="803">Attendees</entry>
-  <entry key="804">{0}, your Web Conferencing Platform. Either follow the Instructions, press the start button to start to conference immediatelly or you goto the Calendar and set up a Conference for the future.</entry>
   <entry key="805">Plan a Meeting</entry>
   <entry key="806">To set up a conference you can add a new Event in the Calendar.</entry>
   <entry key="807">Need help?</entry>
@@ -1933,4 +1931,7 @@
 	<entry key="sound.enable">Enable sound</entry>
 	<entry key="sound.mute">Mute sound</entry>
 	<entry key="current.password">Current password</entry>
+	<entry key="widget.start.title">Getting Started</entry>
+	<entry key="widget.start.header">Create a conference, quickly!</entry>
+	<entry key="widget.start.desc">{0}, your web conferencing platform. You can either follow the 1-2-3 steps to enter a conference room directly or you choose the Calendar to set up and plan a meeting.</entry>
 </properties>

http://git-wip-us.apache.org/repos/asf/openmeetings/blob/4f6bcb2f/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_pt_BR.properties.xml
----------------------------------------------------------------------
diff --git a/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_pt_BR.properties.xml b/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_pt_BR.properties.xml
index 168e5a7..60e810c 100644
--- a/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_pt_BR.properties.xml
+++ b/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_pt_BR.properties.xml
@@ -7,16 +7,16 @@
   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.
-  
+
 -->
 <!DOCTYPE properties SYSTEM "http://java.sun.com/dtd/properties.dtd">
 <properties>
@@ -787,7 +787,6 @@
   <entry key="771">Selecione a sala</entry>
   <entry key="772">Verifique a configuração</entry>
   <entry key="773">Inicie a Conferência</entry>
-  <entry key="774">Passos para a conferência:</entry>
   <entry key="775">Iniciar Gravação</entry>
   <entry key="776">Não mostrar Áudio/Vídeo teste (gravação) antes de entrar em uma conferência</entry>
   <entry key="777">Salas públicas</entry>
@@ -817,7 +816,6 @@
   <entry key="801">mês</entry>
   <entry key="802">Descrição</entry>
   <entry key="803">Participantes</entry>
-  <entry key="804">{0}, sua plataforma de conferência web. Você pode seguir os passos 1-2-3 para entrar em uma sala de conferência diretamente ou selecione a opcão calendário para planejar uma reunião.</entry>
   <entry key="805">Planejar Reunião</entry>
   <entry key="806">Para configurar uma conferência você pode adicionar um novo evento ao calendário</entry>
   <entry key="807">Precisa de ajuda?</entry>
@@ -1933,4 +1931,7 @@
 	<entry key="sound.enable">Enable sound</entry>
 	<entry key="sound.mute">Mute sound</entry>
 	<entry key="current.password">Current password</entry>
+	<entry key="widget.start.title">Getting Started</entry>
+	<entry key="widget.start.header">Passos para a conferência:</entry>
+	<entry key="widget.start.desc">{0}, sua plataforma de conferência web. Você pode seguir os passos 1-2-3 para entrar em uma sala de conferência diretamente ou selecione a opcão calendário para planejar uma reunião.</entry>
 </properties>

http://git-wip-us.apache.org/repos/asf/openmeetings/blob/4f6bcb2f/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_ru.properties.xml
----------------------------------------------------------------------
diff --git a/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_ru.properties.xml b/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_ru.properties.xml
index 8ac1c82..e3f600e 100644
--- a/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_ru.properties.xml
+++ b/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_ru.properties.xml
@@ -7,16 +7,16 @@
   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.
-  
+
 -->
 <!DOCTYPE properties SYSTEM "http://java.sun.com/dtd/properties.dtd">
 <properties>
@@ -787,7 +787,6 @@
   <entry key="771">Выбор комнаты</entry>
   <entry key="772">Настройки</entry>
   <entry key="773">К конференции</entry>
-  <entry key="774">Как участвовать в конференции:</entry>
   <entry key="775">Начать запись</entry>
   <entry key="776">Не показывать окно проверки аудио/записи видео при входе в конференцию</entry>
   <entry key="777">Публичные комнаты</entry>
@@ -817,7 +816,6 @@
   <entry key="801">Месяц</entry>
   <entry key="802">Описание</entry>
   <entry key="803">Участники</entry>
-  <entry key="804">{0} - платформа ваших веб-конференций. Вы можете 1) следуя инструкциям, нажать кнопку "Старт" и участвовать в конференции или 2) перейти в календарь и назначить время.</entry>
   <entry key="805">Запланировать</entry>
   <entry key="806">Чтобы назначить конференцию, добавьте новое событие в календарь.</entry>
   <entry key="807">Нужна помощь?</entry>
@@ -1934,4 +1932,7 @@
 	<entry key="sound.enable">Включить звук</entry>
 	<entry key="sound.mute">Выключить звук</entry>
 	<entry key="current.password">Текущий пароль</entry>
+	<entry key="widget.start.title">Быстрый старт</entry>
+	<entry key="widget.start.header">Как участвовать в конференции</entry>
+	<entry key="widget.start.desc">{0}, платформа ваших веб-конференций. Вы можете 1) следуя инструкциям, нажать кнопку "Старт" и участвовать в конференции или 2) перейти в календарь и назначить время.</entry>
 </properties>

http://git-wip-us.apache.org/repos/asf/openmeetings/blob/4f6bcb2f/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_sk.properties.xml
----------------------------------------------------------------------
diff --git a/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_sk.properties.xml b/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_sk.properties.xml
index fef1c07..dc0c155 100644
--- a/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_sk.properties.xml
+++ b/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_sk.properties.xml
@@ -7,16 +7,16 @@
   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.
-  
+
 -->
 <!DOCTYPE properties SYSTEM "http://java.sun.com/dtd/properties.dtd">
 <properties>
@@ -787,7 +787,6 @@
   <entry key="771">Vybrať miestnosť</entry>
   <entry key="772">Skontrolovať nastavenie</entry>
   <entry key="773">Začať konferenciu</entry>
-  <entry key="774">Ako konferencovať:</entry>
   <entry key="775">Začať nahrávanie</entry>
   <entry key="776">Nezobrazovať udio/video test pred vstupom do miestnosti</entry>
   <entry key="777">Verejné miestnosti</entry>
@@ -817,7 +816,6 @@
   <entry key="801">Month</entry>
   <entry key="802">Description</entry>
   <entry key="803">Attendees</entry>
-  <entry key="804">Clickjobfair, your web conferencing platform. You can either follow the 1-2-3 steps to enter a conference room directly or you choose the Calendar to set up a meeting.</entry>
   <entry key="805">Plan a meeting</entry>
   <entry key="806">To setup a conference you can add a new event in the calendar</entry>
   <entry key="807">Need help?</entry>
@@ -1933,4 +1931,7 @@
 	<entry key="sound.enable">Enable sound</entry>
 	<entry key="sound.mute">Mute sound</entry>
 	<entry key="current.password">Current password</entry>
+	<entry key="widget.start.title">Getting Started</entry>
+	<entry key="widget.start.header">Ako konferencovať:</entry>
+	<entry key="widget.start.desc">{0}, your web conferencing platform. You can either follow the 1-2-3 steps to enter a conference room directly or you choose the Calendar to set up a meeting.</entry>
 </properties>

http://git-wip-us.apache.org/repos/asf/openmeetings/blob/4f6bcb2f/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_sv.properties.xml
----------------------------------------------------------------------
diff --git a/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_sv.properties.xml b/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_sv.properties.xml
index ccbf491..1030a9e 100644
--- a/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_sv.properties.xml
+++ b/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_sv.properties.xml
@@ -7,16 +7,16 @@
   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.
-  
+
 -->
 <!DOCTYPE properties SYSTEM "http://java.sun.com/dtd/properties.dtd">
 <properties>
@@ -787,7 +787,6 @@
   <entry key="771">Choose Room</entry>
   <entry key="772">Check Setup</entry>
   <entry key="773">Start Conference</entry>
-  <entry key="774">How to conference</entry>
   <entry key="775">Start Recording</entry>
   <entry key="776">Do not show Audio / Video Test (Recording) before entering a Conference</entry>
   <entry key="777">Public Rooms</entry>
@@ -817,7 +816,6 @@
   <entry key="801">Month</entry>
   <entry key="802">Description</entry>
   <entry key="803">Attendees</entry>
-  <entry key="804">{0}, your Web Conferencing Platform. Either follow the Instructions, press the start button to start to conference immediatelly or you goto the Calendar and set up a Conference for the future.</entry>
   <entry key="805">Plan a Meeting</entry>
   <entry key="806">To set up a conference you can add a new Event in the Calendar.</entry>
   <entry key="807">Need help?</entry>
@@ -1933,4 +1931,7 @@
 	<entry key="sound.enable">Enable sound</entry>
 	<entry key="sound.mute">Mute sound</entry>
 	<entry key="current.password">Current password</entry>
+	<entry key="widget.start.title">Getting Started</entry>
+	<entry key="widget.start.header">Create a conference, quickly!</entry>
+	<entry key="widget.start.desc">{0}, your web conferencing platform. You can either follow the 1-2-3 steps to enter a conference room directly or you choose the Calendar to set up and plan a meeting.</entry>
 </properties>

http://git-wip-us.apache.org/repos/asf/openmeetings/blob/4f6bcb2f/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_th.properties.xml
----------------------------------------------------------------------
diff --git a/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_th.properties.xml b/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_th.properties.xml
index c271b99..ee364e8 100644
--- a/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_th.properties.xml
+++ b/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_th.properties.xml
@@ -7,16 +7,16 @@
   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.
-  
+
 -->
 <!DOCTYPE properties SYSTEM "http://java.sun.com/dtd/properties.dtd">
 <properties>
@@ -787,7 +787,6 @@
   <entry key="771">Choose Room</entry>
   <entry key="772">Check Setup</entry>
   <entry key="773">Start Conference</entry>
-  <entry key="774">How to conference</entry>
   <entry key="775">Start Recording</entry>
   <entry key="776">Do not show Audio / Video Test (Recording) before entering a Conference</entry>
   <entry key="777">Public Rooms</entry>
@@ -817,7 +816,6 @@
   <entry key="801">Month</entry>
   <entry key="802">Description</entry>
   <entry key="803">Attendees</entry>
-  <entry key="804">{0}, your Web Conferencing Platform. Either follow the Instructions, press the start button to start to conference immediatelly or you goto the Calendar and set up a Conference for the future.</entry>
   <entry key="805">Plan a Meeting</entry>
   <entry key="806">To set up a conference you can add a new Event in the Calendar.</entry>
   <entry key="807">Need help?</entry>
@@ -1933,4 +1931,7 @@
 	<entry key="sound.enable">Enable sound</entry>
 	<entry key="sound.mute">Mute sound</entry>
 	<entry key="current.password">Current password</entry>
+	<entry key="widget.start.title">Getting Started</entry>
+	<entry key="widget.start.header">Create a conference, quickly!</entry>
+	<entry key="widget.start.desc">{0}, your web conferencing platform. You can either follow the 1-2-3 steps to enter a conference room directly or you choose the Calendar to set up and plan a meeting.</entry>
 </properties>

http://git-wip-us.apache.org/repos/asf/openmeetings/blob/4f6bcb2f/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_tr.properties.xml
----------------------------------------------------------------------
diff --git a/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_tr.properties.xml b/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_tr.properties.xml
index 452fa2a..8343600 100644
--- a/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_tr.properties.xml
+++ b/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_tr.properties.xml
@@ -7,16 +7,16 @@
   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.
-  
+
 -->
 <!DOCTYPE properties SYSTEM "http://java.sun.com/dtd/properties.dtd">
 <properties>
@@ -787,7 +787,6 @@
   <entry key="771">Choose Room</entry>
   <entry key="772">Check Setup</entry>
   <entry key="773">Start Conference</entry>
-  <entry key="774">How to conference</entry>
   <entry key="775">Start Recording</entry>
   <entry key="776">Do not show Audio / Video Test (Recording) before entering a Conference</entry>
   <entry key="777">Public Rooms</entry>
@@ -817,7 +816,6 @@
   <entry key="801">Month</entry>
   <entry key="802">Description</entry>
   <entry key="803">Attendees</entry>
-  <entry key="804">{0}, your Web Conferencing Platform. Either follow the Instructions, press the start button to start to conference immediatelly or you goto the Calendar and set up a Conference for the future.</entry>
   <entry key="805">Plan a Meeting</entry>
   <entry key="806">To set up a conference you can add a new Event in the Calendar.</entry>
   <entry key="807">Need help?</entry>
@@ -1933,4 +1931,7 @@
 	<entry key="sound.enable">Enable sound</entry>
 	<entry key="sound.mute">Mute sound</entry>
 	<entry key="current.password">Current password</entry>
+	<entry key="widget.start.title">Getting Started</entry>
+	<entry key="widget.start.header">Create a conference, quickly!</entry>
+	<entry key="widget.start.desc">{0}, your web conferencing platform. You can either follow the 1-2-3 steps to enter a conference room directly or you choose the Calendar to set up and plan a meeting.</entry>
 </properties>

http://git-wip-us.apache.org/repos/asf/openmeetings/blob/4f6bcb2f/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_uk.properties.xml
----------------------------------------------------------------------
diff --git a/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_uk.properties.xml b/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_uk.properties.xml
index fc3f942..b4b74fd 100644
--- a/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_uk.properties.xml
+++ b/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_uk.properties.xml
@@ -7,16 +7,16 @@
   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.
-  
+
 -->
 <!DOCTYPE properties SYSTEM "http://java.sun.com/dtd/properties.dtd">
 <properties>
@@ -787,7 +787,6 @@
   <entry key="771">Вибір кімнати</entry>
   <entry key="772">Налаштування</entry>
   <entry key="773">До форуму</entry>
-  <entry key="774">Як брати участь у конференції:</entry>
   <entry key="775">Почати запис</entry>
   <entry key="776">Не показувати вікно перевірки аудіо/запису відео при вході в конференцію</entry>
   <entry key="777">Публічні кімнати</entry>
@@ -817,7 +816,6 @@
   <entry key="801">Місяць</entry>
   <entry key="802">Опис</entry>
   <entry key="803">Учасники</entry>
-  <entry key="804">{0} - платформа ваших веб-конференцій. Ви можете 1) дотримуючись інструкцій, натиснути кнопку "Старт" і брати участь в конференції або 2) перейти в календар і призначити час.</entry>
   <entry key="805">Планування</entry>
   <entry key="806">Щоб призначити конференцію, додайте нове подію в календар.</entry>
   <entry key="807">Потрібна допомога?</entry>
@@ -1934,4 +1932,7 @@
 	<entry key="sound.enable">Enable sound</entry>
 	<entry key="sound.mute">Mute sound</entry>
 	<entry key="current.password">Current password</entry>
+	<entry key="widget.start.title">Getting Started</entry>
+	<entry key="widget.start.header">Як брати участь у конференції:</entry>
+	<entry key="widget.start.desc">{0}, платформа ваших веб-конференцій. Ви можете 1) дотримуючись інструкцій, натиснути кнопку "Старт" і брати участь в конференції або 2) перейти в календар і призначити час.</entry>
 </properties>