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 2020/04/17 05:38:28 UTC

[openmeetings] branch master updated: [OPENMEETINGS-2155] on/off labels are improved

This is an automated email from the ASF dual-hosted git repository.

solomax pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openmeetings.git


The following commit(s) were added to refs/heads/master by this push:
     new 27d41f1  [OPENMEETINGS-2155] on/off labels are improved
     new 7063a91  Merge branch 'master' of github.com:apache/openmeetings
27d41f1 is described below

commit 27d41f1141ac4971b73d1d6a8e7f77d6564acb63
Author: Maxim Solodovnik <so...@gmail.com>
AuthorDate: Fri Apr 17 12:37:58 2020 +0700

    [OPENMEETINGS-2155] on/off labels are improved
---
 .../openmeetings/web/app/Application.properties.xml      |  8 ++++----
 .../openmeetings/web/app/Application_ar.properties.xml   |  8 ++++----
 .../openmeetings/web/app/Application_bg.properties.xml   |  8 ++++----
 .../openmeetings/web/app/Application_bn.properties.xml   |  8 ++++----
 .../openmeetings/web/app/Application_ca.properties.xml   |  8 ++++----
 .../openmeetings/web/app/Application_cs.properties.xml   |  8 ++++----
 .../openmeetings/web/app/Application_da.properties.xml   |  8 ++++----
 .../openmeetings/web/app/Application_de.properties.xml   |  8 ++++----
 .../openmeetings/web/app/Application_el.properties.xml   |  8 ++++----
 .../openmeetings/web/app/Application_es.properties.xml   |  8 ++++----
 .../openmeetings/web/app/Application_fa.properties.xml   |  8 ++++----
 .../openmeetings/web/app/Application_fi.properties.xml   |  8 ++++----
 .../openmeetings/web/app/Application_fr.properties.xml   |  8 ++++----
 .../openmeetings/web/app/Application_gl.properties.xml   |  8 ++++----
 .../openmeetings/web/app/Application_he.properties.xml   |  8 ++++----
 .../openmeetings/web/app/Application_hu.properties.xml   |  8 ++++----
 .../openmeetings/web/app/Application_in.properties.xml   |  8 ++++----
 .../openmeetings/web/app/Application_it.properties.xml   |  8 ++++----
 .../openmeetings/web/app/Application_ja.properties.xml   |  8 ++++----
 .../openmeetings/web/app/Application_ko.properties.xml   |  8 ++++----
 .../openmeetings/web/app/Application_nl.properties.xml   |  8 ++++----
 .../openmeetings/web/app/Application_pl.properties.xml   |  8 ++++----
 .../openmeetings/web/app/Application_pt.properties.xml   |  8 ++++----
 .../web/app/Application_pt_BR.properties.xml             |  8 ++++----
 .../openmeetings/web/app/Application_ru.properties.xml   |  8 ++++----
 .../openmeetings/web/app/Application_sk.properties.xml   |  8 ++++----
 .../openmeetings/web/app/Application_sv.properties.xml   |  8 ++++----
 .../openmeetings/web/app/Application_th.properties.xml   |  8 ++++----
 .../openmeetings/web/app/Application_tr.properties.xml   |  8 ++++----
 .../openmeetings/web/app/Application_uk.properties.xml   |  8 ++++----
 .../web/app/Application_zh_CN.properties.xml             |  8 ++++----
 .../web/app/Application_zh_TW.properties.xml             |  8 ++++----
 .../java/org/apache/openmeetings/web/room/raw-room.js    | 16 +++++++---------
 33 files changed, 135 insertions(+), 137 deletions(-)

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 5ef7a63..ad57cdd 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
@@ -974,10 +974,10 @@ see https://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="activities.request.right.video"><![CDATA[requests permission to turn on camera]]></entry>
 	<entry key="activities.request.right.muteothers"><![CDATA[requests permission to mute others]]></entry>
 	<entry key="activities.ask.question"><![CDATA[would like to ask a question]]></entry>
-	<entry key="camera.on"><![CDATA[Turn on camera]]></entry>
-	<entry key="camera.off"><![CDATA[Turn off camera]]></entry>
-	<entry key="microphone.on"><![CDATA[Turn on microphone]]></entry>
-	<entry key="microphone.off"><![CDATA[Turn off microphone]]></entry>
+	<entry key="camera.on"><![CDATA[Camera is on. Click to turn off.]]></entry>
+	<entry key="camera.off"><![CDATA[Camera is off. Click to turn on.]]></entry>
+	<entry key="microphone.on"><![CDATA[Microphone is on. Click to turn off.]]></entry>
+	<entry key="microphone.off"><![CDATA[Microphone is off. Click to turn on.]]></entry>
 	<entry key="profile.invitations"><![CDATA[Invitations]]></entry>
 	<entry key="profile.invitation"><![CDATA[Invitation]]></entry>
 	<entry key="poll.clone"><![CDATA[Clone]]></entry>
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 dadbd21..2065e43 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
@@ -974,10 +974,10 @@ see https://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="activities.request.right.video"><![CDATA[requests permission to turn on camera]]></entry>
 	<entry key="activities.request.right.muteothers"><![CDATA[requests permission to mute others]]></entry>
 	<entry key="activities.ask.question"><![CDATA[would like to ask a question]]></entry>
-	<entry key="camera.on"><![CDATA[Turn on camera]]></entry>
-	<entry key="camera.off"><![CDATA[Turn off camera]]></entry>
-	<entry key="microphone.on"><![CDATA[Turn on microphone]]></entry>
-	<entry key="microphone.off"><![CDATA[Turn off microphone]]></entry>
+	<entry key="camera.on"><![CDATA[Camera is on. Click to turn off.]]></entry>
+	<entry key="camera.off"><![CDATA[Camera is off. Click to turn on.]]></entry>
+	<entry key="microphone.on"><![CDATA[Microphone is on. Click to turn off.]]></entry>
+	<entry key="microphone.off"><![CDATA[Microphone is off. Click to turn on.]]></entry>
 	<entry key="profile.invitations"><![CDATA[Invitations]]></entry>
 	<entry key="profile.invitation"><![CDATA[Invitation]]></entry>
 	<entry key="poll.clone"><![CDATA[Clone]]></entry>
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 1bae561..b6f27f2 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
@@ -974,10 +974,10 @@ see https://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="activities.request.right.video"><![CDATA[requests permission to turn on camera]]></entry>
 	<entry key="activities.request.right.muteothers"><![CDATA[requests permission to mute others]]></entry>
 	<entry key="activities.ask.question"><![CDATA[would like to ask a question]]></entry>
-	<entry key="camera.on"><![CDATA[Turn on camera]]></entry>
-	<entry key="camera.off"><![CDATA[Turn off camera]]></entry>
-	<entry key="microphone.on"><![CDATA[Turn on microphone]]></entry>
-	<entry key="microphone.off"><![CDATA[Turn off microphone]]></entry>
+	<entry key="camera.on"><![CDATA[Camera is on. Click to turn off.]]></entry>
+	<entry key="camera.off"><![CDATA[Camera is off. Click to turn on.]]></entry>
+	<entry key="microphone.on"><![CDATA[Microphone is on. Click to turn off.]]></entry>
+	<entry key="microphone.off"><![CDATA[Microphone is off. Click to turn on.]]></entry>
 	<entry key="profile.invitations"><![CDATA[Invitations]]></entry>
 	<entry key="profile.invitation"><![CDATA[Invitation]]></entry>
 	<entry key="poll.clone"><![CDATA[Clone]]></entry>
diff --git a/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_bn.properties.xml b/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_bn.properties.xml
index 054fcc9..fd0a4b3 100644
--- a/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_bn.properties.xml
+++ b/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_bn.properties.xml
@@ -974,10 +974,10 @@ see https://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="activities.request.right.video"><![CDATA[requests permission to turn on camera]]></entry>
 	<entry key="activities.request.right.muteothers"><![CDATA[requests permission to mute others]]></entry>
 	<entry key="activities.ask.question"><![CDATA[would like to ask a question]]></entry>
-	<entry key="camera.on"><![CDATA[Turn on camera]]></entry>
-	<entry key="camera.off"><![CDATA[Turn off camera]]></entry>
-	<entry key="microphone.on"><![CDATA[Turn on microphone]]></entry>
-	<entry key="microphone.off"><![CDATA[Turn off microphone]]></entry>
+	<entry key="camera.on"><![CDATA[Camera is on. Click to turn off.]]></entry>
+	<entry key="camera.off"><![CDATA[Camera is off. Click to turn on.]]></entry>
+	<entry key="microphone.on"><![CDATA[Microphone is on. Click to turn off.]]></entry>
+	<entry key="microphone.off"><![CDATA[Microphone is off. Click to turn on.]]></entry>
 	<entry key="profile.invitations"><![CDATA[Invitations]]></entry>
 	<entry key="profile.invitation"><![CDATA[Invitation]]></entry>
 	<entry key="poll.clone"><![CDATA[Clone]]></entry>
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 9ad664b..0d49e5c 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
@@ -974,10 +974,10 @@ see https://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="activities.request.right.video"><![CDATA[requests permission to turn on camera]]></entry>
 	<entry key="activities.request.right.muteothers"><![CDATA[requests permission to mute others]]></entry>
 	<entry key="activities.ask.question"><![CDATA[would like to ask a question]]></entry>
-	<entry key="camera.on"><![CDATA[Turn on camera]]></entry>
-	<entry key="camera.off"><![CDATA[Turn off camera]]></entry>
-	<entry key="microphone.on"><![CDATA[Turn on microphone]]></entry>
-	<entry key="microphone.off"><![CDATA[Turn off microphone]]></entry>
+	<entry key="camera.on"><![CDATA[Camera is on. Click to turn off.]]></entry>
+	<entry key="camera.off"><![CDATA[Camera is off. Click to turn on.]]></entry>
+	<entry key="microphone.on"><![CDATA[Microphone is on. Click to turn off.]]></entry>
+	<entry key="microphone.off"><![CDATA[Microphone is off. Click to turn on.]]></entry>
 	<entry key="profile.invitations"><![CDATA[Invitations]]></entry>
 	<entry key="profile.invitation"><![CDATA[Invitation]]></entry>
 	<entry key="poll.clone"><![CDATA[Clone]]></entry>
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 35f9147..f2f7cc7 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
@@ -974,10 +974,10 @@ see https://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="activities.request.right.video"><![CDATA[requests permission to turn on camera]]></entry>
 	<entry key="activities.request.right.muteothers"><![CDATA[requests permission to mute others]]></entry>
 	<entry key="activities.ask.question"><![CDATA[would like to ask a question]]></entry>
-	<entry key="camera.on"><![CDATA[Turn on camera]]></entry>
-	<entry key="camera.off"><![CDATA[Turn off camera]]></entry>
-	<entry key="microphone.on"><![CDATA[Turn on microphone]]></entry>
-	<entry key="microphone.off"><![CDATA[Turn off microphone]]></entry>
+	<entry key="camera.on"><![CDATA[Camera is on. Click to turn off.]]></entry>
+	<entry key="camera.off"><![CDATA[Camera is off. Click to turn on.]]></entry>
+	<entry key="microphone.on"><![CDATA[Microphone is on. Click to turn off.]]></entry>
+	<entry key="microphone.off"><![CDATA[Microphone is off. Click to turn on.]]></entry>
 	<entry key="profile.invitations"><![CDATA[Invitations]]></entry>
 	<entry key="profile.invitation"><![CDATA[Invitation]]></entry>
 	<entry key="poll.clone"><![CDATA[Clone]]></entry>
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 353d281..680f046 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
@@ -974,10 +974,10 @@ see https://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="activities.request.right.video"><![CDATA[requests permission to turn on camera]]></entry>
 	<entry key="activities.request.right.muteothers"><![CDATA[requests permission to mute others]]></entry>
 	<entry key="activities.ask.question"><![CDATA[would like to ask a question]]></entry>
-	<entry key="camera.on"><![CDATA[Turn on camera]]></entry>
-	<entry key="camera.off"><![CDATA[Turn off camera]]></entry>
-	<entry key="microphone.on"><![CDATA[Turn on microphone]]></entry>
-	<entry key="microphone.off"><![CDATA[Turn off microphone]]></entry>
+	<entry key="camera.on"><![CDATA[Camera is on. Click to turn off.]]></entry>
+	<entry key="camera.off"><![CDATA[Camera is off. Click to turn on.]]></entry>
+	<entry key="microphone.on"><![CDATA[Microphone is on. Click to turn off.]]></entry>
+	<entry key="microphone.off"><![CDATA[Microphone is off. Click to turn on.]]></entry>
 	<entry key="profile.invitations"><![CDATA[Invitations]]></entry>
 	<entry key="profile.invitation"><![CDATA[Invitation]]></entry>
 	<entry key="poll.clone"><![CDATA[Clone]]></entry>
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 5ec97e3..9b7e58b 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
@@ -979,10 +979,10 @@ see https://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="activities.request.right.video"><![CDATA[requests permission to turn on camera]]></entry>
 	<entry key="activities.request.right.muteothers"><![CDATA[requests permission to mute others]]></entry>
 	<entry key="activities.ask.question"><![CDATA[would like to ask a question]]></entry>
-	<entry key="camera.on"><![CDATA[Turn on camera]]></entry>
-	<entry key="camera.off"><![CDATA[Turn off camera]]></entry>
-	<entry key="microphone.on"><![CDATA[Turn on microphone]]></entry>
-	<entry key="microphone.off"><![CDATA[Turn off microphone]]></entry>
+	<entry key="camera.on"><![CDATA[Camera is on. Click to turn off.]]></entry>
+	<entry key="camera.off"><![CDATA[Camera is off. Click to turn on.]]></entry>
+	<entry key="microphone.on"><![CDATA[Microphone is on. Click to turn off.]]></entry>
+	<entry key="microphone.off"><![CDATA[Microphone is off. Click to turn on.]]></entry>
 	<entry key="profile.invitations"><![CDATA[Invitations]]></entry>
 	<entry key="profile.invitation"><![CDATA[Invitation]]></entry>
 	<entry key="poll.clone"><![CDATA[Clone]]></entry>
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 4b70206..798f00f 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
@@ -974,10 +974,10 @@ see https://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="activities.request.right.video"><![CDATA[requests permission to turn on camera]]></entry>
 	<entry key="activities.request.right.muteothers"><![CDATA[requests permission to mute others]]></entry>
 	<entry key="activities.ask.question"><![CDATA[would like to ask a question]]></entry>
-	<entry key="camera.on"><![CDATA[Turn on camera]]></entry>
-	<entry key="camera.off"><![CDATA[Turn off camera]]></entry>
-	<entry key="microphone.on"><![CDATA[Turn on microphone]]></entry>
-	<entry key="microphone.off"><![CDATA[Turn off microphone]]></entry>
+	<entry key="camera.on"><![CDATA[Camera is on. Click to turn off.]]></entry>
+	<entry key="camera.off"><![CDATA[Camera is off. Click to turn on.]]></entry>
+	<entry key="microphone.on"><![CDATA[Microphone is on. Click to turn off.]]></entry>
+	<entry key="microphone.off"><![CDATA[Microphone is off. Click to turn on.]]></entry>
 	<entry key="profile.invitations"><![CDATA[Invitations]]></entry>
 	<entry key="profile.invitation"><![CDATA[Invitation]]></entry>
 	<entry key="poll.clone"><![CDATA[Clone]]></entry>
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 63e14fa..0d45fee 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
@@ -972,10 +972,10 @@ see https://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="activities.request.right.video"><![CDATA[requests permission to turn on camera]]></entry>
 	<entry key="activities.request.right.muteothers"><![CDATA[requests permission to mute others]]></entry>
 	<entry key="activities.ask.question"><![CDATA[would like to ask a question]]></entry>
-	<entry key="camera.on"><![CDATA[Turn on camera]]></entry>
-	<entry key="camera.off"><![CDATA[Turn off camera]]></entry>
-	<entry key="microphone.on"><![CDATA[Turn on microphone]]></entry>
-	<entry key="microphone.off"><![CDATA[Turn off microphone]]></entry>
+	<entry key="camera.on"><![CDATA[Camera is on. Click to turn off.]]></entry>
+	<entry key="camera.off"><![CDATA[Camera is off. Click to turn on.]]></entry>
+	<entry key="microphone.on"><![CDATA[Microphone is on. Click to turn off.]]></entry>
+	<entry key="microphone.off"><![CDATA[Microphone is off. Click to turn on.]]></entry>
 	<entry key="profile.invitations"><![CDATA[Invitations]]></entry>
 	<entry key="profile.invitation"><![CDATA[Invitation]]></entry>
 	<entry key="poll.clone"><![CDATA[Clone]]></entry>
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 4de010a..fe7be86 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
@@ -966,10 +966,10 @@ target="_blank">Custom Crypt Mechanism</a>
 	<entry key="ulist.user.speaks"><![CDATA[user speaks]]></entry>
 	<entry key="ulist.user.muteothers"><![CDATA[ (By clicking here you can mute the microphone of others)]]></entry>
 	<entry key="ulist.user.muteothers.confirm"><![CDATA[Do you really want to mute all users except this one?]]></entry>
-	<entry key="camera.on"><![CDATA[Turn on camera]]></entry>
-	<entry key="camera.off"><![CDATA[Turn off camera]]></entry>
-	<entry key="microphone.on"><![CDATA[Turn on microphone]]></entry>
-	<entry key="microphone.off"><![CDATA[Turn off microphone]]></entry>
+	<entry key="camera.on"><![CDATA[Camera is on. Click to turn off.]]></entry>
+	<entry key="camera.off"><![CDATA[Camera is off. Click to turn on.]]></entry>
+	<entry key="microphone.on"><![CDATA[Microphone is on. Click to turn off.]]></entry>
+	<entry key="microphone.off"><![CDATA[Microphone is off. Click to turn on.]]></entry>
 	<entry key="profile.invitations"><![CDATA[Invitations]]></entry>
 	<entry key="profile.invitation"><![CDATA[Invitation]]></entry>
 	<entry key="poll.clone"><![CDATA[Clone]]></entry>
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 d1bbcbb..2c61778 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
@@ -974,10 +974,10 @@ see https://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="activities.request.right.video"><![CDATA[requests permission to turn on camera]]></entry>
 	<entry key="activities.request.right.muteothers"><![CDATA[requests permission to mute others]]></entry>
 	<entry key="activities.ask.question"><![CDATA[would like to ask a question]]></entry>
-	<entry key="camera.on"><![CDATA[Turn on camera]]></entry>
-	<entry key="camera.off"><![CDATA[Turn off camera]]></entry>
-	<entry key="microphone.on"><![CDATA[Turn on microphone]]></entry>
-	<entry key="microphone.off"><![CDATA[Turn off microphone]]></entry>
+	<entry key="camera.on"><![CDATA[Camera is on. Click to turn off.]]></entry>
+	<entry key="camera.off"><![CDATA[Camera is off. Click to turn on.]]></entry>
+	<entry key="microphone.on"><![CDATA[Microphone is on. Click to turn off.]]></entry>
+	<entry key="microphone.off"><![CDATA[Microphone is off. Click to turn on.]]></entry>
 	<entry key="profile.invitations"><![CDATA[Invitations]]></entry>
 	<entry key="profile.invitation"><![CDATA[Invitation]]></entry>
 	<entry key="poll.clone"><![CDATA[Clone]]></entry>
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 9514d9d..f596f89 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
@@ -974,10 +974,10 @@ see https://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="activities.request.right.video"><![CDATA[requests permission to turn on camera]]></entry>
 	<entry key="activities.request.right.muteothers"><![CDATA[requests permission to mute others]]></entry>
 	<entry key="activities.ask.question"><![CDATA[would like to ask a question]]></entry>
-	<entry key="camera.on"><![CDATA[Turn on camera]]></entry>
-	<entry key="camera.off"><![CDATA[Turn off camera]]></entry>
-	<entry key="microphone.on"><![CDATA[Turn on microphone]]></entry>
-	<entry key="microphone.off"><![CDATA[Turn off microphone]]></entry>
+	<entry key="camera.on"><![CDATA[Camera is on. Click to turn off.]]></entry>
+	<entry key="camera.off"><![CDATA[Camera is off. Click to turn on.]]></entry>
+	<entry key="microphone.on"><![CDATA[Microphone is on. Click to turn off.]]></entry>
+	<entry key="microphone.off"><![CDATA[Microphone is off. Click to turn on.]]></entry>
 	<entry key="profile.invitations"><![CDATA[Invitations]]></entry>
 	<entry key="profile.invitation"><![CDATA[Invitation]]></entry>
 	<entry key="poll.clone"><![CDATA[Clone]]></entry>
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 d366936..c53f315 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
@@ -974,10 +974,10 @@ see https://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="activities.request.right.video"><![CDATA[requests permission to turn on camera]]></entry>
 	<entry key="activities.request.right.muteothers"><![CDATA[requests permission to mute others]]></entry>
 	<entry key="activities.ask.question"><![CDATA[would like to ask a question]]></entry>
-	<entry key="camera.on"><![CDATA[Turn on camera]]></entry>
-	<entry key="camera.off"><![CDATA[Turn off camera]]></entry>
-	<entry key="microphone.on"><![CDATA[Turn on microphone]]></entry>
-	<entry key="microphone.off"><![CDATA[Turn off microphone]]></entry>
+	<entry key="camera.on"><![CDATA[Camera is on. Click to turn off.]]></entry>
+	<entry key="camera.off"><![CDATA[Camera is off. Click to turn on.]]></entry>
+	<entry key="microphone.on"><![CDATA[Microphone is on. Click to turn off.]]></entry>
+	<entry key="microphone.off"><![CDATA[Microphone is off. Click to turn on.]]></entry>
 	<entry key="profile.invitations"><![CDATA[Invitations]]></entry>
 	<entry key="profile.invitation"><![CDATA[Invitation]]></entry>
 	<entry key="poll.clone"><![CDATA[Clone]]></entry>
diff --git a/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_he.properties.xml b/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_he.properties.xml
index 5ef7a63..ad57cdd 100644
--- a/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_he.properties.xml
+++ b/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_he.properties.xml
@@ -974,10 +974,10 @@ see https://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="activities.request.right.video"><![CDATA[requests permission to turn on camera]]></entry>
 	<entry key="activities.request.right.muteothers"><![CDATA[requests permission to mute others]]></entry>
 	<entry key="activities.ask.question"><![CDATA[would like to ask a question]]></entry>
-	<entry key="camera.on"><![CDATA[Turn on camera]]></entry>
-	<entry key="camera.off"><![CDATA[Turn off camera]]></entry>
-	<entry key="microphone.on"><![CDATA[Turn on microphone]]></entry>
-	<entry key="microphone.off"><![CDATA[Turn off microphone]]></entry>
+	<entry key="camera.on"><![CDATA[Camera is on. Click to turn off.]]></entry>
+	<entry key="camera.off"><![CDATA[Camera is off. Click to turn on.]]></entry>
+	<entry key="microphone.on"><![CDATA[Microphone is on. Click to turn off.]]></entry>
+	<entry key="microphone.off"><![CDATA[Microphone is off. Click to turn on.]]></entry>
 	<entry key="profile.invitations"><![CDATA[Invitations]]></entry>
 	<entry key="profile.invitation"><![CDATA[Invitation]]></entry>
 	<entry key="poll.clone"><![CDATA[Clone]]></entry>
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 d251538..0989bca 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
@@ -962,10 +962,10 @@ see https://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="ulist.user.speaks"><![CDATA[a felhasználó beszél]]></entry>
 	<entry key="ulist.user.muteothers"><![CDATA[ (Kattints ide a mikrofonja némításhoz, bekapcsoláshoz)]]></entry>
 	<entry key="ulist.user.muteothers.confirm"><![CDATA[Do you really want to mute all users except this one?]]></entry>
-	<entry key="camera.on"><![CDATA[Turn on camera]]></entry>
-	<entry key="camera.off"><![CDATA[Turn off camera]]></entry>
-	<entry key="microphone.on"><![CDATA[Turn on microphone]]></entry>
-	<entry key="microphone.off"><![CDATA[Turn off microphone]]></entry>
+	<entry key="camera.on"><![CDATA[Camera is on. Click to turn off.]]></entry>
+	<entry key="camera.off"><![CDATA[Camera is off. Click to turn on.]]></entry>
+	<entry key="microphone.on"><![CDATA[Microphone is on. Click to turn off.]]></entry>
+	<entry key="microphone.off"><![CDATA[Microphone is off. Click to turn on.]]></entry>
 	<entry key="profile.invitations"><![CDATA[Invitations]]></entry>
 	<entry key="profile.invitation"><![CDATA[Invitation]]></entry>
 	<entry key="poll.clone"><![CDATA[Clone]]></entry>
diff --git a/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_in.properties.xml b/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_in.properties.xml
index 124509f..3a340f2 100644
--- a/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_in.properties.xml
+++ b/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_in.properties.xml
@@ -974,10 +974,10 @@ see https://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="activities.request.right.video"><![CDATA[requests permission to turn on camera]]></entry>
 	<entry key="activities.request.right.muteothers"><![CDATA[requests permission to mute others]]></entry>
 	<entry key="activities.ask.question"><![CDATA[would like to ask a question]]></entry>
-	<entry key="camera.on"><![CDATA[Turn on camera]]></entry>
-	<entry key="camera.off"><![CDATA[Turn off camera]]></entry>
-	<entry key="microphone.on"><![CDATA[Turn on microphone]]></entry>
-	<entry key="microphone.off"><![CDATA[Turn off microphone]]></entry>
+	<entry key="camera.on"><![CDATA[Camera is on. Click to turn off.]]></entry>
+	<entry key="camera.off"><![CDATA[Camera is off. Click to turn on.]]></entry>
+	<entry key="microphone.on"><![CDATA[Microphone is on. Click to turn off.]]></entry>
+	<entry key="microphone.off"><![CDATA[Microphone is off. Click to turn on.]]></entry>
 	<entry key="profile.invitations"><![CDATA[Invitations]]></entry>
 	<entry key="profile.invitation"><![CDATA[Invitation]]></entry>
 	<entry key="poll.clone"><![CDATA[Clone]]></entry>
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 064ef23..88944d6 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
@@ -975,10 +975,10 @@ see https://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="activities.request.right.video"><![CDATA[requests permission to turn on camera]]></entry>
 	<entry key="activities.request.right.muteothers"><![CDATA[requests permission to mute others]]></entry>
 	<entry key="activities.ask.question"><![CDATA[would like to ask a question]]></entry>
-	<entry key="camera.on"><![CDATA[Turn on camera]]></entry>
-	<entry key="camera.off"><![CDATA[Turn off camera]]></entry>
-	<entry key="microphone.on"><![CDATA[Turn on microphone]]></entry>
-	<entry key="microphone.off"><![CDATA[Turn off microphone]]></entry>
+	<entry key="camera.on"><![CDATA[Camera is on. Click to turn off.]]></entry>
+	<entry key="camera.off"><![CDATA[Camera is off. Click to turn on.]]></entry>
+	<entry key="microphone.on"><![CDATA[Microphone is on. Click to turn off.]]></entry>
+	<entry key="microphone.off"><![CDATA[Microphone is off. Click to turn on.]]></entry>
 	<entry key="profile.invitations"><![CDATA[Invitations]]></entry>
 	<entry key="profile.invitation"><![CDATA[Invitation]]></entry>
 	<entry key="poll.clone"><![CDATA[Clone]]></entry>
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 1d10fac..9dff2b1 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
@@ -974,10 +974,10 @@ see https://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="activities.request.right.video"><![CDATA[requests permission to turn on camera]]></entry>
 	<entry key="activities.request.right.muteothers"><![CDATA[requests permission to mute others]]></entry>
 	<entry key="activities.ask.question"><![CDATA[would like to ask a question]]></entry>
-	<entry key="camera.on"><![CDATA[Turn on camera]]></entry>
-	<entry key="camera.off"><![CDATA[Turn off camera]]></entry>
-	<entry key="microphone.on"><![CDATA[Turn on microphone]]></entry>
-	<entry key="microphone.off"><![CDATA[Turn off microphone]]></entry>
+	<entry key="camera.on"><![CDATA[Camera is on. Click to turn off.]]></entry>
+	<entry key="camera.off"><![CDATA[Camera is off. Click to turn on.]]></entry>
+	<entry key="microphone.on"><![CDATA[Microphone is on. Click to turn off.]]></entry>
+	<entry key="microphone.off"><![CDATA[Microphone is off. Click to turn on.]]></entry>
 	<entry key="profile.invitations"><![CDATA[Invitations]]></entry>
 	<entry key="profile.invitation"><![CDATA[Invitation]]></entry>
 	<entry key="poll.clone"><![CDATA[Clone]]></entry>
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 735c9cf..1768413 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
@@ -974,10 +974,10 @@ see https://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="activities.request.right.video"><![CDATA[requests permission to turn on camera]]></entry>
 	<entry key="activities.request.right.muteothers"><![CDATA[requests permission to mute others]]></entry>
 	<entry key="activities.ask.question"><![CDATA[would like to ask a question]]></entry>
-	<entry key="camera.on"><![CDATA[Turn on camera]]></entry>
-	<entry key="camera.off"><![CDATA[Turn off camera]]></entry>
-	<entry key="microphone.on"><![CDATA[Turn on microphone]]></entry>
-	<entry key="microphone.off"><![CDATA[Turn off microphone]]></entry>
+	<entry key="camera.on"><![CDATA[Camera is on. Click to turn off.]]></entry>
+	<entry key="camera.off"><![CDATA[Camera is off. Click to turn on.]]></entry>
+	<entry key="microphone.on"><![CDATA[Microphone is on. Click to turn off.]]></entry>
+	<entry key="microphone.off"><![CDATA[Microphone is off. Click to turn on.]]></entry>
 	<entry key="profile.invitations"><![CDATA[Invitations]]></entry>
 	<entry key="profile.invitation"><![CDATA[Invitation]]></entry>
 	<entry key="poll.clone"><![CDATA[Clone]]></entry>
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 32fd25d..2fc28f5 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
@@ -974,10 +974,10 @@ see https://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="activities.request.right.video"><![CDATA[requests permission to turn on camera]]></entry>
 	<entry key="activities.request.right.muteothers"><![CDATA[requests permission to mute others]]></entry>
 	<entry key="activities.ask.question"><![CDATA[would like to ask a question]]></entry>
-	<entry key="camera.on"><![CDATA[Turn on camera]]></entry>
-	<entry key="camera.off"><![CDATA[Turn off camera]]></entry>
-	<entry key="microphone.on"><![CDATA[Turn on microphone]]></entry>
-	<entry key="microphone.off"><![CDATA[Turn off microphone]]></entry>
+	<entry key="camera.on"><![CDATA[Camera is on. Click to turn off.]]></entry>
+	<entry key="camera.off"><![CDATA[Camera is off. Click to turn on.]]></entry>
+	<entry key="microphone.on"><![CDATA[Microphone is on. Click to turn off.]]></entry>
+	<entry key="microphone.off"><![CDATA[Microphone is off. Click to turn on.]]></entry>
 	<entry key="profile.invitations"><![CDATA[Invitations]]></entry>
 	<entry key="profile.invitation"><![CDATA[Invitation]]></entry>
 	<entry key="poll.clone"><![CDATA[Clone]]></entry>
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 7e29a8d..d274cbe 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
@@ -974,10 +974,10 @@ see https://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="activities.request.right.video"><![CDATA[requests permission to turn on camera]]></entry>
 	<entry key="activities.request.right.muteothers"><![CDATA[requests permission to mute others]]></entry>
 	<entry key="activities.ask.question"><![CDATA[would like to ask a question]]></entry>
-	<entry key="camera.on"><![CDATA[Włącz kamerę]]></entry>
-	<entry key="camera.off"><![CDATA[Wyłącz kamerę]]></entry>
-	<entry key="microphone.on"><![CDATA[Włącz mikrofon]]></entry>
-	<entry key="microphone.off"><![CDATA[Wyłącz mikrofon]]></entry>
+	<entry key="camera.on"><![CDATA[Camera is on. Click to turn off.]]></entry>
+	<entry key="camera.off"><![CDATA[Camera is off. Click to turn on.]]></entry>
+	<entry key="microphone.on"><![CDATA[Microphone is on. Click to turn off.]]></entry>
+	<entry key="microphone.off"><![CDATA[Microphone is off. Click to turn on.]]></entry>
 	<entry key="profile.invitations"><![CDATA[Zaproszenia]]></entry>
 	<entry key="profile.invitation"><![CDATA[Zaproszenie]]></entry>
 	<entry key="poll.clone"><![CDATA[Sklonuj]]></entry>
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 05a6975..a367461 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
@@ -974,10 +974,10 @@ see https://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="activities.request.right.video"><![CDATA[requests permission to turn on camera]]></entry>
 	<entry key="activities.request.right.muteothers"><![CDATA[requests permission to mute others]]></entry>
 	<entry key="activities.ask.question"><![CDATA[would like to ask a question]]></entry>
-	<entry key="camera.on"><![CDATA[Turn on camera]]></entry>
-	<entry key="camera.off"><![CDATA[Turn off camera]]></entry>
-	<entry key="microphone.on"><![CDATA[Turn on microphone]]></entry>
-	<entry key="microphone.off"><![CDATA[Turn off microphone]]></entry>
+	<entry key="camera.on"><![CDATA[Camera is on. Click to turn off.]]></entry>
+	<entry key="camera.off"><![CDATA[Camera is off. Click to turn on.]]></entry>
+	<entry key="microphone.on"><![CDATA[Microphone is on. Click to turn off.]]></entry>
+	<entry key="microphone.off"><![CDATA[Microphone is off. Click to turn on.]]></entry>
 	<entry key="profile.invitations"><![CDATA[Invitations]]></entry>
 	<entry key="profile.invitation"><![CDATA[Invitation]]></entry>
 	<entry key="poll.clone"><![CDATA[Clone]]></entry>
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 1ec2180..8f111cb 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
@@ -974,10 +974,10 @@ see https://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="activities.request.right.video"><![CDATA[requests permission to turn on camera]]></entry>
 	<entry key="activities.request.right.muteothers"><![CDATA[requests permission to mute others]]></entry>
 	<entry key="activities.ask.question"><![CDATA[would like to ask a question]]></entry>
-	<entry key="camera.on"><![CDATA[Turn on camera]]></entry>
-	<entry key="camera.off"><![CDATA[Turn off camera]]></entry>
-	<entry key="microphone.on"><![CDATA[Turn on microphone]]></entry>
-	<entry key="microphone.off"><![CDATA[Turn off microphone]]></entry>
+	<entry key="camera.on"><![CDATA[Camera is on. Click to turn off.]]></entry>
+	<entry key="camera.off"><![CDATA[Camera is off. Click to turn on.]]></entry>
+	<entry key="microphone.on"><![CDATA[Microphone is on. Click to turn off.]]></entry>
+	<entry key="microphone.off"><![CDATA[Microphone is off. Click to turn on.]]></entry>
 	<entry key="profile.invitations"><![CDATA[Invitations]]></entry>
 	<entry key="profile.invitation"><![CDATA[Invitation]]></entry>
 	<entry key="poll.clone"><![CDATA[Clone]]></entry>
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 ac7024a..4b82470 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
@@ -974,10 +974,10 @@ see https://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="activities.request.right.video"><![CDATA[запрашивает право включать камеру]]></entry>
 	<entry key="activities.request.right.muteothers"><![CDATA[запрашивает право выключать звук у остальных]]></entry>
 	<entry key="activities.ask.question"><![CDATA[хочет задать вопрос]]></entry>
-	<entry key="camera.on"><![CDATA[Включить камеру]]></entry>
-	<entry key="camera.off"><![CDATA[Выключить камеру]]></entry>
-	<entry key="microphone.on"><![CDATA[Включить микрофон]]></entry>
-	<entry key="microphone.off"><![CDATA[Выключить микрофон]]></entry>
+	<entry key="camera.on"><![CDATA[Камера включена. Нажмите чтобы выключить.]]></entry>
+	<entry key="camera.off"><![CDATA[Камера выключена. Нажмите чтобы включить.]]></entry>
+	<entry key="microphone.on"><![CDATA[Микрофон включен. Нажмите чтобы выключить.]]></entry>
+	<entry key="microphone.off"><![CDATA[Микрофон выключен. Нажмите чтобы включить.]]></entry>
 	<entry key="profile.invitations"><![CDATA[Приглашения]]></entry>
 	<entry key="profile.invitation"><![CDATA[Приглашение]]></entry>
 	<entry key="poll.clone"><![CDATA[Клонировать]]></entry>
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 5fab777..b4d5087 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
@@ -974,10 +974,10 @@ see https://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="activities.request.right.video"><![CDATA[requests permission to turn on camera]]></entry>
 	<entry key="activities.request.right.muteothers"><![CDATA[requests permission to mute others]]></entry>
 	<entry key="activities.ask.question"><![CDATA[would like to ask a question]]></entry>
-	<entry key="camera.on"><![CDATA[Turn on camera]]></entry>
-	<entry key="camera.off"><![CDATA[Turn off camera]]></entry>
-	<entry key="microphone.on"><![CDATA[Turn on microphone]]></entry>
-	<entry key="microphone.off"><![CDATA[Turn off microphone]]></entry>
+	<entry key="camera.on"><![CDATA[Camera is on. Click to turn off.]]></entry>
+	<entry key="camera.off"><![CDATA[Camera is off. Click to turn on.]]></entry>
+	<entry key="microphone.on"><![CDATA[Microphone is on. Click to turn off.]]></entry>
+	<entry key="microphone.off"><![CDATA[Microphone is off. Click to turn on.]]></entry>
 	<entry key="profile.invitations"><![CDATA[Invitations]]></entry>
 	<entry key="profile.invitation"><![CDATA[Invitation]]></entry>
 	<entry key="poll.clone"><![CDATA[Clone]]></entry>
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 efb45f0..e619002 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
@@ -974,10 +974,10 @@ see https://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="activities.request.right.video"><![CDATA[requests permission to turn on camera]]></entry>
 	<entry key="activities.request.right.muteothers"><![CDATA[requests permission to mute others]]></entry>
 	<entry key="activities.ask.question"><![CDATA[would like to ask a question]]></entry>
-	<entry key="camera.on"><![CDATA[Turn on camera]]></entry>
-	<entry key="camera.off"><![CDATA[Turn off camera]]></entry>
-	<entry key="microphone.on"><![CDATA[Turn on microphone]]></entry>
-	<entry key="microphone.off"><![CDATA[Turn off microphone]]></entry>
+	<entry key="camera.on"><![CDATA[Camera is on. Click to turn off.]]></entry>
+	<entry key="camera.off"><![CDATA[Camera is off. Click to turn on.]]></entry>
+	<entry key="microphone.on"><![CDATA[Microphone is on. Click to turn off.]]></entry>
+	<entry key="microphone.off"><![CDATA[Microphone is off. Click to turn on.]]></entry>
 	<entry key="profile.invitations"><![CDATA[Invitations]]></entry>
 	<entry key="profile.invitation"><![CDATA[Invitation]]></entry>
 	<entry key="poll.clone"><![CDATA[Clone]]></entry>
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 6522233..f34cb58 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
@@ -974,10 +974,10 @@ see https://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="activities.request.right.video"><![CDATA[requests permission to turn on camera]]></entry>
 	<entry key="activities.request.right.muteothers"><![CDATA[requests permission to mute others]]></entry>
 	<entry key="activities.ask.question"><![CDATA[would like to ask a question]]></entry>
-	<entry key="camera.on"><![CDATA[Turn on camera]]></entry>
-	<entry key="camera.off"><![CDATA[Turn off camera]]></entry>
-	<entry key="microphone.on"><![CDATA[Turn on microphone]]></entry>
-	<entry key="microphone.off"><![CDATA[Turn off microphone]]></entry>
+	<entry key="camera.on"><![CDATA[Camera is on. Click to turn off.]]></entry>
+	<entry key="camera.off"><![CDATA[Camera is off. Click to turn on.]]></entry>
+	<entry key="microphone.on"><![CDATA[Microphone is on. Click to turn off.]]></entry>
+	<entry key="microphone.off"><![CDATA[Microphone is off. Click to turn on.]]></entry>
 	<entry key="profile.invitations"><![CDATA[Invitations]]></entry>
 	<entry key="profile.invitation"><![CDATA[Invitation]]></entry>
 	<entry key="poll.clone"><![CDATA[Clone]]></entry>
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 4079476..3fcc1d4 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
@@ -974,10 +974,10 @@ see https://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="activities.request.right.video"><![CDATA[requests permission to turn on camera]]></entry>
 	<entry key="activities.request.right.muteothers"><![CDATA[requests permission to mute others]]></entry>
 	<entry key="activities.ask.question"><![CDATA[would like to ask a question]]></entry>
-	<entry key="camera.on"><![CDATA[Turn on camera]]></entry>
-	<entry key="camera.off"><![CDATA[Turn off camera]]></entry>
-	<entry key="microphone.on"><![CDATA[Turn on microphone]]></entry>
-	<entry key="microphone.off"><![CDATA[Turn off microphone]]></entry>
+	<entry key="camera.on"><![CDATA[Camera is on. Click to turn off.]]></entry>
+	<entry key="camera.off"><![CDATA[Camera is off. Click to turn on.]]></entry>
+	<entry key="microphone.on"><![CDATA[Microphone is on. Click to turn off.]]></entry>
+	<entry key="microphone.off"><![CDATA[Microphone is off. Click to turn on.]]></entry>
 	<entry key="profile.invitations"><![CDATA[Invitations]]></entry>
 	<entry key="profile.invitation"><![CDATA[Invitation]]></entry>
 	<entry key="poll.clone"><![CDATA[Clone]]></entry>
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 2b4dcd5..e0cd048 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
@@ -973,10 +973,10 @@ see https://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="activities.request.right.video"><![CDATA[requests permission to turn on camera]]></entry>
 	<entry key="activities.request.right.muteothers"><![CDATA[requests permission to mute others]]></entry>
 	<entry key="activities.ask.question"><![CDATA[would like to ask a question]]></entry>
-	<entry key="camera.on"><![CDATA[Turn on camera]]></entry>
-	<entry key="camera.off"><![CDATA[Turn off camera]]></entry>
-	<entry key="microphone.on"><![CDATA[Turn on microphone]]></entry>
-	<entry key="microphone.off"><![CDATA[Turn off microphone]]></entry>
+	<entry key="camera.on"><![CDATA[Camera is on. Click to turn off.]]></entry>
+	<entry key="camera.off"><![CDATA[Camera is off. Click to turn on.]]></entry>
+	<entry key="microphone.on"><![CDATA[Microphone is on. Click to turn off.]]></entry>
+	<entry key="microphone.off"><![CDATA[Microphone is off. Click to turn on.]]></entry>
 	<entry key="profile.invitations"><![CDATA[Invitations]]></entry>
 	<entry key="profile.invitation"><![CDATA[Invitation]]></entry>
 	<entry key="poll.clone"><![CDATA[Clone]]></entry>
diff --git a/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_zh_CN.properties.xml b/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_zh_CN.properties.xml
index d2e6af8..58e2aa3 100644
--- a/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_zh_CN.properties.xml
+++ b/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_zh_CN.properties.xml
@@ -974,10 +974,10 @@ see https://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="activities.request.right.video"><![CDATA[requests permission to turn on camera]]></entry>
 	<entry key="activities.request.right.muteothers"><![CDATA[requests permission to mute others]]></entry>
 	<entry key="activities.ask.question"><![CDATA[would like to ask a question]]></entry>
-	<entry key="camera.on"><![CDATA[Turn on camera]]></entry>
-	<entry key="camera.off"><![CDATA[Turn off camera]]></entry>
-	<entry key="microphone.on"><![CDATA[Turn on microphone]]></entry>
-	<entry key="microphone.off"><![CDATA[Turn off microphone]]></entry>
+	<entry key="camera.on"><![CDATA[Camera is on. Click to turn off.]]></entry>
+	<entry key="camera.off"><![CDATA[Camera is off. Click to turn on.]]></entry>
+	<entry key="microphone.on"><![CDATA[Microphone is on. Click to turn off.]]></entry>
+	<entry key="microphone.off"><![CDATA[Microphone is off. Click to turn on.]]></entry>
 	<entry key="profile.invitations"><![CDATA[Invitations]]></entry>
 	<entry key="profile.invitation"><![CDATA[Invitation]]></entry>
 	<entry key="poll.clone"><![CDATA[Clone]]></entry>
diff --git a/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_zh_TW.properties.xml b/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_zh_TW.properties.xml
index 437a871..42052dd 100644
--- a/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_zh_TW.properties.xml
+++ b/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_zh_TW.properties.xml
@@ -974,10 +974,10 @@ see https://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="activities.request.right.video"><![CDATA[requests permission to turn on camera]]></entry>
 	<entry key="activities.request.right.muteothers"><![CDATA[requests permission to mute others]]></entry>
 	<entry key="activities.ask.question"><![CDATA[would like to ask a question]]></entry>
-	<entry key="camera.on"><![CDATA[Turn on camera]]></entry>
-	<entry key="camera.off"><![CDATA[Turn off camera]]></entry>
-	<entry key="microphone.on"><![CDATA[Turn on microphone]]></entry>
-	<entry key="microphone.off"><![CDATA[Turn off microphone]]></entry>
+	<entry key="camera.on"><![CDATA[Camera is on. Click to turn off.]]></entry>
+	<entry key="camera.off"><![CDATA[Camera is off. Click to turn on.]]></entry>
+	<entry key="microphone.on"><![CDATA[Microphone is on. Click to turn off.]]></entry>
+	<entry key="microphone.off"><![CDATA[Microphone is off. Click to turn on.]]></entry>
 	<entry key="profile.invitations"><![CDATA[Invitations]]></entry>
 	<entry key="profile.invitation"><![CDATA[Invitation]]></entry>
 	<entry key="poll.clone"><![CDATA[Clone]]></entry>
diff --git a/openmeetings-web/src/main/java/org/apache/openmeetings/web/room/raw-room.js b/openmeetings-web/src/main/java/org/apache/openmeetings/web/room/raw-room.js
index 7866fe2..80c1281 100644
--- a/openmeetings-web/src/main/java/org/apache/openmeetings/web/room/raw-room.js
+++ b/openmeetings-web/src/main/java/org/apache/openmeetings/web/room/raw-room.js
@@ -269,7 +269,7 @@ var Room = (function() {
 		}
 		OmUtil.tmpl('#quick-vote-template', 'quick-vote');
 	}
-	function __activityAVIcon(c, elem, selector, predicate, onfunc, disabledfunc) {
+	function __activityAVIcon(elem, selector, predicate, onfunc, disabledfunc) {
 		let icon = elem.find(selector);
 		if (predicate()) {
 			icon.show();
@@ -285,12 +285,12 @@ var Room = (function() {
 					icon.removeClass('enabled');
 				}
 			}
-			icon.attr('title', icon.data(on ? 'off' :'on'));
+			icon.attr('title', icon.data(on ? 'on' :'off'));
 		} else {
 			icon.hide();
 		}
 	}
-	function __activityIcon(c, elem, selector, predicate, action) {
+	function __activityIcon(elem, selector, predicate, action) {
 		let icon = elem.find(selector);
 		if (predicate()) {
 			if (icon.length === 0) {
@@ -371,7 +371,6 @@ var Room = (function() {
 				if (self) {
 					le.addClass('current');
 				}
-				// FIXME TODO sort + .insertAfter(...)
 				$('#room-sidebar-tab-users .user-list .users').append(le);
 			}
 			_updateClient(c);
@@ -389,7 +388,6 @@ var Room = (function() {
 			return;
 		}
 		__setStatus(c, le);
-		//FIXME TODO move-on-change-order: $('#nodeToMove').insertAfter('#insertAfterThisElement');
 		if (hasVideo || hasAudio) {
 			if (le.find('.restart').length === 0) {
 				le.prepend(OmUtil.tmpl('#user-av-restart').click(function () {
@@ -416,10 +414,10 @@ var Room = (function() {
 		__rightVideoIcon(c, actions);
 		__rightAudioIcon(c, actions);
 		__rightOtherIcons(c, actions);
-		__activityIcon(c, actions, '.kick'
+		__activityIcon(actions, '.kick'
 			, () => !self && _hasRight('MODERATOR') && !_hasRight('SUPER_MODERATOR', c.rights)
 			, function() { OmUtil.roomAction({action: 'kick', uid: c.uid}); });
-		__activityIcon(c, actions, '.private-chat'
+		__activityIcon(actions, '.private-chat'
 				, () => options.userId !== c.user.id && $('#chatPanel').is(':visible')
 				, function() {
 					Chat.addTab('chatTab-u' + c.user.id, c.user.displayName);
@@ -432,11 +430,11 @@ var Room = (function() {
 			options.activities = c.activities;
 			const header = $('#room-sidebar-tab-users .header');
 			__rightVideoIcon(c, header);
-			__activityAVIcon(c, header, '.activity.cam', () => !options.audioOnly && _hasRight('VIDEO')
+			__activityAVIcon(header, '.activity.cam', () => !options.audioOnly && _hasRight('VIDEO')
 				, () => hasVideo
 				, () => Settings.load().video.cam < 0);
 			__rightAudioIcon(c, header);
-			__activityAVIcon(c, header, '.activity.mic', () => _hasRight('AUDIO')
+			__activityAVIcon(header, '.activity.mic', () => _hasRight('AUDIO')
 				, () => hasAudio
 				, () => Settings.load().video.mic < 0);
 			__rightOtherIcons(c, header);