Author: seba.wagner
Date: Wed Jan 7 14:48:30 2009
New Revision: 1761
Modified:
trunk/webapp/filetest.keystore
trunk/webapp/src/app/org/openmeetings/app/data/basic/Navimanagement.java
trunk/webapp/src/app/org/openmeetings/app/hibernate/beans/lang/Fieldlanguagesvalues.hbm.xml
trunk/webapp/src/app/org/openmeetings/app/hibernate/beans/lang/Fieldlanguagesvalues.java
trunk/webapp/src/app/org/openmeetings/app/installation/ImportInitvalues.java
trunk/webapp/src/app/org/openmeetings/app/remote/MainService.java
trunk/webapp/src/app/org/openmeetings/app/remote/red5/Application.java
trunk/webapp/src/test/org/openmeetings/test/basic/StartUpData.java
trunk/webapp/src/test/org/openmeetings/test/navi/GenerateBasicNavi.java
trunk/webapp/webapp/openmeetings/languages/arabic.xml
trunk/webapp/webapp/openmeetings/languages/chinese simplified.xml
trunk/webapp/webapp/openmeetings/languages/chinese traditional.xml
trunk/webapp/webapp/openmeetings/languages/deutsch.xml
trunk/webapp/webapp/openmeetings/languages/english.xml
trunk/webapp/webapp/openmeetings/languages/french.xml
trunk/webapp/webapp/openmeetings/languages/hungarian.xml
trunk/webapp/webapp/openmeetings/languages/indonesian.xml
trunk/webapp/webapp/openmeetings/languages/italian.xml
trunk/webapp/webapp/openmeetings/languages/japanese.xml
trunk/webapp/webapp/openmeetings/languages/korean.xml
trunk/webapp/webapp/openmeetings/languages/languages.xml
trunk/webapp/webapp/openmeetings/languages/parsi.xml
trunk/webapp/webapp/openmeetings/languages/portugues.xml
trunk/webapp/webapp/openmeetings/languages/russian.xml
trunk/webapp/webapp/openmeetings/languages/spanish.xml
trunk/webapp/webapp/openmeetings/languages/swedish.xml
trunk/webapp/webapp/openmeetings/languages/turkish.xml
trunk/webapp/webapp/openmeetings/languages/ukrainian.xml
Log:
Added some new Labels for Tooltip
Modified: trunk/webapp/filetest.keystore
==============================================================================
Binary files. No diff available.
Modified:
trunk/webapp/src/app/org/openmeetings/app/data/basic/Navimanagement.java
==============================================================================
---
trunk/webapp/src/app/org/openmeetings/app/data/basic/Navimanagement.java
(original)
+++
trunk/webapp/src/app/org/openmeetings/app/data/basic/Navimanagement.java
Wed Jan 7 14:48:30 2009
@@ -85,7 +85,7 @@
public void addGlobalStructure(String action, int naviorder,
long fieldvalues_id, boolean isleaf, boolean isopen,
long level_id,
- String name, String deleted) {
+ String name, String deleted, Long
tooltip_fieldvalues_id) {
try {
Naviglobal ng = new Naviglobal();
ng.setAction(action);
@@ -99,6 +99,7 @@
ng.setLevel_id(level_id);
ng.setName(name);
ng.setStarttime(new Date());
+ ng.setTooltip_fieldvalues_id(tooltip_fieldvalues_id);
Object idf = HibernateUtil.createSession();
Session session = HibernateUtil.getSession();
Modified:
trunk/webapp/src/app/org/openmeetings/app/hibernate/beans/lang/Fieldlanguagesvalues.hbm.xml
==============================================================================
---
trunk/webapp/src/app/org/openmeetings/app/hibernate/beans/lang/Fieldlanguagesvalues.hbm.xml
(original)
+++
trunk/webapp/src/app/org/openmeetings/app/hibernate/beans/lang/Fieldlanguagesvalues.hbm.xml
Wed Jan 7 14:48:30 2009
@@ -11,6 +11,6 @@
<property name="deleted" type="string" column="deleted"/>
<property name="fieldvalues_id" not-null="true" type="long"
column="fieldvalues_id"/>
<property name="language_id" not-null="true" type="long"
column="language_id"/>
- <property name="value" type="string" column="value"/>
+ <property name="value" type="text" column="value"/>
</class>
</hibernate-mapping>
Modified:
trunk/webapp/src/app/org/openmeetings/app/hibernate/beans/lang/Fieldlanguagesvalues.java
==============================================================================
---
trunk/webapp/src/app/org/openmeetings/app/hibernate/beans/lang/Fieldlanguagesvalues.java
(original)
+++
trunk/webapp/src/app/org/openmeetings/app/hibernate/beans/lang/Fieldlanguagesvalues.java
Wed Jan 7 14:48:30 2009
@@ -99,7 +99,7 @@
/**
* @hibernate.property
* column="value"
- * type="string"
+ * type="text"
*/
public String getValue() {
return value;
Modified:
trunk/webapp/src/app/org/openmeetings/app/installation/ImportInitvalues.java
==============================================================================
---
trunk/webapp/src/app/org/openmeetings/app/installation/ImportInitvalues.java
(original)
+++
trunk/webapp/src/app/org/openmeetings/app/installation/ImportInitvalues.java
Wed Jan 7 14:48:30 2009
@@ -26,7 +26,7 @@
private static final Logger log =
LoggerFactory.getLogger(ImportInitvalues.class);
public static final String languageFolderName = "languages/";
-
+
private static final String nameOfLanguageFile = "languages.xml";
private static final String nameOfCountriesFile = "countries.xml";
@@ -52,7 +52,7 @@
Usermanagement.getInstance().addUserLevel("Admin", 3);
Navimanagement.getInstance().addGlobalStructure("home", 1, 124,
false,
- true, 1, "home", "false");
+ true, 1, "home", "false", 582L);
Navimanagement.getInstance().addMainStructure("mainDashboard",
1, 290,
true, true, 1, "mainDashboard", 1);
Navimanagement.getInstance().addMainStructure("myScheduledMeetings", 2,
@@ -61,7 +61,7 @@
292, true, true, 1, "myScheduledEvents", 1);
Navimanagement.getInstance().addGlobalStructure("content", 2,
289,
- false, true, 1, "content", "true");
+ false, true, 1, "content", "true", null);
Navimanagement.getInstance().addMainStructure("publicContent",
4, 297,
true, true, 1, "publicContent", 2);
Navimanagement.getInstance().addMainStructure("privateContent",
5, 298,
@@ -70,21 +70,21 @@
299, true, true, 1, "personalContent", 2);
Navimanagement.getInstance().addGlobalStructure("record", 3,
395,
- false, true, 1, "record", "false");
+ false, true, 1, "record", "false", 583L);
Navimanagement.getInstance().addMainStructure("recordContent",
7, 395,
true, true, 1, "recordContent", 3);
Navimanagement.getInstance().addMainStructure("recordingsViewer", 8,
396, true, true, 1, "recordingsViewer", 3);
Navimanagement.getInstance().addGlobalStructure("meetings", 4,
2,
- false, true, 1, "meetings", "false");
+ false, true, 1, "meetings", "false", 584L);
Navimanagement.getInstance().addMainStructure("publicMeetings",
9, 293,
true, true, 1, "publicMeetings", 4);
Navimanagement.getInstance().addMainStructure("privateMeetings", 10,
294, true, true, 1, "privateMeetings", 4);
Navimanagement.getInstance().addGlobalStructure("events", 5, 3,
false,
- true, 1, "events", "false");
+ true, 1, "events", "false", 585L);
Navimanagement.getInstance().addMainStructure("publicEvents",
11, 295,
true, true, 1, "publicEvents", 5);
Navimanagement.getInstance().addMainStructure("privateEvents",
12, 296,
@@ -95,7 +95,7 @@
//Navimanagement.getInstance().addMainStructure("roomconfiguremod", 2,
192, true, false, 1, "roomconfiguremod",3);
Navimanagement.getInstance().addGlobalStructure("admin", 6, 6,
false,
- true, 2, "admin", "false");
+ true, 2, "admin", "false", 586L);
Navimanagement.getInstance().addMainStructure("userAdmin", 13,
125,
true, false, 2, "userAdmin", 6);
//Navimanagement.getInstance().addMainStructure("groupadmin",
2, 126,
true, false, 2, "groupadmin",4);
Modified: trunk/webapp/src/app/org/openmeetings/app/remote/MainService.java
==============================================================================
--- trunk/webapp/src/app/org/openmeetings/app/remote/MainService.java
(original)
+++ trunk/webapp/src/app/org/openmeetings/app/remote/MainService.java Wed
Jan 7 14:48:30 2009
@@ -39,7 +39,7 @@
/**
*
* @author swagner
- *
+ *
*/
public class MainService implements IPendingServiceCallback {
Modified:
trunk/webapp/src/app/org/openmeetings/app/remote/red5/Application.java
==============================================================================
--- trunk/webapp/src/app/org/openmeetings/app/remote/red5/Application.java
(original)
+++ trunk/webapp/src/app/org/openmeetings/app/remote/red5/Application.java
Wed Jan 7 14:48:30 2009
@@ -59,7 +59,7 @@
*
* @author swagner
*
- */
+ */
public class Application extends ApplicationAdapter implements
IPendingServiceCallback, IStreamAwareScopeHandler {
Modified: trunk/webapp/src/test/org/openmeetings/test/basic/StartUpData.java
==============================================================================
--- trunk/webapp/src/test/org/openmeetings/test/basic/StartUpData.java
(original)
+++ trunk/webapp/src/test/org/openmeetings/test/basic/StartUpData.java Wed
Jan 7 14:48:30 2009
@@ -23,17 +23,17 @@
Usermanagement.getInstance().addUserLevel("Moderator", 2);
Usermanagement.getInstance().addUserLevel("Admin", 3);
- Navimanagement.getInstance().addGlobalStructure("home", 1, 124,
true,
true, 1, "home","false");
+ Navimanagement.getInstance().addGlobalStructure("home", 1, 124,
true,
true, 1, "home","false", 586L);
- Navimanagement.getInstance().addGlobalStructure("conf", 2, 1,
false,
true, 1, "conference","false");
+ Navimanagement.getInstance().addGlobalStructure("conf", 2, 1,
false,
true, 1, "conference","false", 586L);
Navimanagement.getInstance().addMainStructure("conf1", 1, 2,
true, true,
1, "meeting", 2);
Navimanagement.getInstance().addMainStructure("conf2", 2, 3,
true, true,
1, "classroom", 2);
- Navimanagement.getInstance().addGlobalStructure("settings", 3,
4, false,
true, 1, "setings","false");
+ Navimanagement.getInstance().addGlobalStructure("settings", 3,
4, false,
true, 1, "setings","false", 586L);
Navimanagement.getInstance().addMainStructure("userself", 1, 5,
true,
false, 1, "userself",3);
Navimanagement.getInstance().addMainStructure("roomconfiguremod", 2,
192, true, false, 1, "roomconfiguremod",3);
- Navimanagement.getInstance().addGlobalStructure("admin", 4, 6,
false,
true, 2, "admin","false");
+ Navimanagement.getInstance().addGlobalStructure("admin", 4, 6,
false,
true, 2, "admin","false", 586L);
Navimanagement.getInstance().addMainStructure("useradmin", 1,
125, true,
false, 2, "useradmin",4);
Navimanagement.getInstance().addMainStructure("groupadmin", 1,
126,
true, false, 2, "groupadmin",4);
Navimanagement.getInstance().addMainStructure("orgadmin", 1,
127, true,
false, 3, "orgadmin",4);
Modified:
trunk/webapp/src/test/org/openmeetings/test/navi/GenerateBasicNavi.java
==============================================================================
--- trunk/webapp/src/test/org/openmeetings/test/navi/GenerateBasicNavi.java
(original)
+++ trunk/webapp/src/test/org/openmeetings/test/navi/GenerateBasicNavi.java
Wed Jan 7 14:48:30 2009
@@ -12,14 +12,14 @@
public void testGenerateBasicNavi(){
- Navimanagement.getInstance().addGlobalStructure("conf", 1, 1,
false,
true, 1, "conference","false");
+ Navimanagement.getInstance().addGlobalStructure("conf", 1, 1,
false,
true, 1, "conference","false", 586L);
Navimanagement.getInstance().addMainStructure("conf1", 1, 2,
true,
false, 1, "meeting", 1);
Navimanagement.getInstance().addMainStructure("conf2", 2, 3,
true,
false, 1, "classroom", 1);
- Navimanagement.getInstance().addGlobalStructure("settings", 2,
4, false,
true, 1, "setings","false");
+ Navimanagement.getInstance().addGlobalStructure("settings", 2,
4, false,
true, 1, "setings","false", 586L);
Navimanagement.getInstance().addMainStructure("userself", 1, 5,
true,
false, 1, "userself",2);
- Navimanagement.getInstance().addGlobalStructure("admin", 3, 6,
false,
true, 1, "admin","false");
+ Navimanagement.getInstance().addGlobalStructure("admin", 3, 6,
false,
true, 1, "admin","false", 586L);
}
Modified: trunk/webapp/webapp/openmeetings/languages/arabic.xml
==============================================================================
--- trunk/webapp/webapp/openmeetings/languages/arabic.xml (original)
+++ trunk/webapp/webapp/openmeetings/languages/arabic.xml Wed Jan 7
14:48:30 2009
@@ -1753,6 +1753,21 @@
<value>RTL</value>
</string>
<string id="581" name="581">
- <value>Active this if you write in a right to left language (inverse
word order)</value>
+ <value>Activate this if you write in a right to left language (inverse
word order)</value>
</string>
+ <string id="582" name="tooltip main-menu">
+ <value>Dashboard</value>
+ </string>
+ <string id="583" name="tooltip main-menu">
+ <value>Watch recorded Meetings or Events</value>
+ </string>
+ <string id="584" name="tooltip main-menu">
+ <value>Meeting - Make a conference with 4 (up to 16)
Users<br/>everybody will have audio + video access</value>
+ </string>
+ <string id="585" name="tooltip main-menu">
+ <value>Event - Make a conference with up to 200
participents<br/>Only the Moderator will have audio/video</value>
+ </string>
+ <string id="586" name="tooltip main-menu">
+ <value>Create users, rooms, organizations<br/> + change
configuration</value>
+ </string>
</language>
Modified: trunk/webapp/webapp/openmeetings/languages/chinese simplified.xml
==============================================================================
--- trunk/webapp/webapp/openmeetings/languages/chinese simplified.xml
(original)
+++ trunk/webapp/webapp/openmeetings/languages/chinese simplified.xml Wed
Jan 7 14:48:30 2009
@@ -1755,4 +1755,19 @@
<string id="581" name="581">
<value>Active this if you write in a right to left language (inverse
word order)</value>
</string>
+ <string id="582" name="tooltip main-menu">
+ <value>Dashboard</value>
+ </string>
+ <string id="583" name="tooltip main-menu">
+ <value>Watch recorded Meetings or Events</value>
+ </string>
+ <string id="584" name="tooltip main-menu">
+ <value>Meeting - Make a conference with 4 (up to 16)
Users<br/>everybody will have audio + video access</value>
+ </string>
+ <string id="585" name="tooltip main-menu">
+ <value>Event - Make a conference with up to 200
participents<br/>Only the Moderator will have audio/video</value>
+ </string>
+ <string id="586" name="tooltip main-menu">
+ <value>Create users, rooms, organizations<br/> + change
configuration</value>
+ </string>
</language>
Modified: trunk/webapp/webapp/openmeetings/languages/chinese traditional.xml
==============================================================================
--- trunk/webapp/webapp/openmeetings/languages/chinese traditional.xml
(original)
+++ trunk/webapp/webapp/openmeetings/languages/chinese traditional.xml Wed
Jan 7 14:48:30 2009
@@ -1755,4 +1755,19 @@
<string id="581" name="581">
<value>Active this if you write in a right to left language (inverse
word order)</value>
</string>
+ <string id="582" name="tooltip main-menu">
+ <value>Dashboard</value>
+ </string>
+ <string id="583" name="tooltip main-menu">
+ <value>Watch recorded Meetings or Events</value>
+ </string>
+ <string id="584" name="tooltip main-menu">
+ <value>Meeting - Make a conference with 4 (up to 16)
Users<br/>everybody will have audio + video access</value>
+ </string>
+ <string id="585" name="tooltip main-menu">
+ <value>Event - Make a conference with up to 200
participents<br/>Only the Moderator will have audio/video</value>
+ </string>
+ <string id="586" name="tooltip main-menu">
+ <value>Create users, rooms, organizations<br/> + change
configuration</value>
+ </string>
</language>
Modified: trunk/webapp/webapp/openmeetings/languages/deutsch.xml
==============================================================================
--- trunk/webapp/webapp/openmeetings/languages/deutsch.xml (original)
+++ trunk/webapp/webapp/openmeetings/languages/deutsch.xml Wed Jan 7
14:48:30 2009
@@ -1747,6 +1747,21 @@
<value>RTL</value>
</string>
<string id="581" name="581">
- <value>Active this if you write in a right to left language (inverse
word order)</value>
+ <value>Activate this if you write in a right to left language (inverse
word order)</value>
</string>
+ <string id="582" name="tooltip main-menu">
+ <value>Dashboard</value>
+ </string>
+ <string id="583" name="tooltip main-menu">
+ <value>Watch recorded Meetings or Events</value>
+ </string>
+ <string id="584" name="tooltip main-menu">
+ <value>Meeting - Make a conference with 4 (up to 16)
Users<br/>everybody will have audio + video access</value>
+ </string>
+ <string id="585" name="tooltip main-menu">
+ <value>Event - Make a conference with up to 200
participents<br/>Only the Moderator will have audio/video</value>
+ </string>
+ <string id="586" name="tooltip main-menu">
+ <value>Create users, rooms, organizations<br/> + change
configuration</value>
+ </string>
</language>
Modified: trunk/webapp/webapp/openmeetings/languages/english.xml
==============================================================================
--- trunk/webapp/webapp/openmeetings/languages/english.xml (original)
+++ trunk/webapp/webapp/openmeetings/languages/english.xml Wed Jan 7
14:48:30 2009
@@ -1747,6 +1747,21 @@
<value>RTL</value>
</string>
<string id="581" name="581">
- <value>Active this if you write in a right to left language (inverse
word order)</value>
+ <value>Activate this if you write in a right to left language (inverse
word order)</value>
+ </string>
+ <string id="582" name="tooltip main-menu">
+ <value>Dashboard</value>
+ </string>
+ <string id="583" name="tooltip main-menu">
+ <value>Watch recorded Meetings or Events</value>
+ </string>
+ <string id="584" name="tooltip main-menu">
+ <value>Meeting - Make a conference with 4 (up to 16)
Users<br/>everybody will have audio + video access</value>
+ </string>
+ <string id="585" name="tooltip main-menu">
+ <value>Event - Make a conference with up to 200
participents<br/>Only the Moderator will have audio/video</value>
+ </string>
+ <string id="586" name="tooltip main-menu">
+ <value>Create users, rooms, organizations<br/> + change
configuration</value>
</string>
</language>
Modified: trunk/webapp/webapp/openmeetings/languages/french.xml
==============================================================================
--- trunk/webapp/webapp/openmeetings/languages/french.xml (original)
+++ trunk/webapp/webapp/openmeetings/languages/french.xml Wed Jan 7
14:48:30 2009
@@ -1752,6 +1752,21 @@
<value>RTL</value>
</string>
<string id="581" name="581">
- <value>Active this if you write in a right to left language (inverse
word order)</value>
+ <value>Activate this if you write in a right to left language (inverse
word order)</value>
</string>
+ <string id="582" name="tooltip main-menu">
+ <value>Dashboard</value>
+ </string>
+ <string id="583" name="tooltip main-menu">
+ <value>Watch recorded Meetings or Events</value>
+ </string>
+ <string id="584" name="tooltip main-menu">
+ <value>Meeting - Make a conference with 4 (up to 16)
Users<br/>everybody will have audio + video access</value>
+ </string>
+ <string id="585" name="tooltip main-menu">
+ <value>Event - Make a conference with up to 200
participents<br/>Only the Moderator will have audio/video</value>
+ </string>
+ <string id="586" name="tooltip main-menu">
+ <value>Create users, rooms, organizations<br/> + change
configuration</value>
+ </string>
</language>
Modified: trunk/webapp/webapp/openmeetings/languages/hungarian.xml
==============================================================================
--- trunk/webapp/webapp/openmeetings/languages/hungarian.xml (original)
+++ trunk/webapp/webapp/openmeetings/languages/hungarian.xml Wed Jan 7
14:48:30 2009
@@ -1747,6 +1747,21 @@
<value>RTL</value>
</string>
<string id="581" name="581">
- <value>Active this if you write in a right to left language (inverse
word order)</value>
+ <value>Activate this if you write in a right to left language (inverse
word order)</value>
</string>
+ <string id="582" name="tooltip main-menu">
+ <value>Dashboard</value>
+ </string>
+ <string id="583" name="tooltip main-menu">
+ <value>Watch recorded Meetings or Events</value>
+ </string>
+ <string id="584" name="tooltip main-menu">
+ <value>Meeting - Make a conference with 4 (up to 16)
Users<br/>everybody will have audio + video access</value>
+ </string>
+ <string id="585" name="tooltip main-menu">
+ <value>Event - Make a conference with up to 200
participents<br/>Only the Moderator will have audio/video</value>
+ </string>
+ <string id="586" name="tooltip main-menu">
+ <value>Create users, rooms, organizations<br/> + change
configuration</value>
+ </string>
</language>
Modified: trunk/webapp/webapp/openmeetings/languages/indonesian.xml
==============================================================================
--- trunk/webapp/webapp/openmeetings/languages/indonesian.xml (original)
+++ trunk/webapp/webapp/openmeetings/languages/indonesian.xml Wed Jan 7
14:48:30 2009
@@ -1747,6 +1747,21 @@
<value>RTL</value>
</string>
<string id="581" name="581">
- <value>Active this if you write in a right to left language (inverse
word order)</value>
+ <value>Activate this if you write in a right to left language (inverse
word order)</value>
</string>
+ <string id="582" name="tooltip main-menu">
+ <value>Dashboard</value>
+ </string>
+ <string id="583" name="tooltip main-menu">
+ <value>Watch recorded Meetings or Events</value>
+ </string>
+ <string id="584" name="tooltip main-menu">
+ <value>Meeting - Make a conference with 4 (up to 16)
Users<br/>everybody will have audio + video access</value>
+ </string>
+ <string id="585" name="tooltip main-menu">
+ <value>Event - Make a conference with up to 200
participents<br/>Only the Moderator will have audio/video</value>
+ </string>
+ <string id="586" name="tooltip main-menu">
+ <value>Create users, rooms, organizations<br/> + change
configuration</value>
+ </string>
</language>
Modified: trunk/webapp/webapp/openmeetings/languages/italian.xml
==============================================================================
--- trunk/webapp/webapp/openmeetings/languages/italian.xml (original)
+++ trunk/webapp/webapp/openmeetings/languages/italian.xml Wed Jan 7
14:48:30 2009
@@ -1747,6 +1747,21 @@
<value>RTL</value>
</string>
<string id="581" name="581">
- <value>Active this if you write in a right to left language (inverse
word order)</value>
+ <value>Activate this if you write in a right to left language (inverse
word order)</value>
</string>
+ <string id="582" name="tooltip main-menu">
+ <value>Dashboard</value>
+ </string>
+ <string id="583" name="tooltip main-menu">
+ <value>Watch recorded Meetings or Events</value>
+ </string>
+ <string id="584" name="tooltip main-menu">
+ <value>Meeting - Make a conference with 4 (up to 16)
Users<br/>everybody will have audio + video access</value>
+ </string>
+ <string id="585" name="tooltip main-menu">
+ <value>Event - Make a conference with up to 200
participents<br/>Only the Moderator will have audio/video</value>
+ </string>
+ <string id="586" name="tooltip main-menu">
+ <value>Create users, rooms, organizations<br/> + change
configuration</value>
+ </string>
</language>
Modified: trunk/webapp/webapp/openmeetings/languages/japanese.xml
==============================================================================
--- trunk/webapp/webapp/openmeetings/languages/japanese.xml (original)
+++ trunk/webapp/webapp/openmeetings/languages/japanese.xml Wed Jan 7
14:48:30 2009
@@ -1756,6 +1756,21 @@
<value>RTL</value>
</string>
<string id="581" name="581">
- <value>Active this if you write in a right to left language (inverse
word order)</value>
+ <value>Activate this if you write in a right to left language (inverse
word order)</value>
</string>
+ <string id="582" name="tooltip main-menu">
+ <value>Dashboard</value>
+ </string>
+ <string id="583" name="tooltip main-menu">
+ <value>Watch recorded Meetings or Events</value>
+ </string>
+ <string id="584" name="tooltip main-menu">
+ <value>Meeting - Make a conference with 4 (up to 16)
Users<br/>everybody will have audio + video access</value>
+ </string>
+ <string id="585" name="tooltip main-menu">
+ <value>Event - Make a conference with up to 200
participents<br/>Only the Moderator will have audio/video</value>
+ </string>
+ <string id="586" name="tooltip main-menu">
+ <value>Create users, rooms, organizations<br/> + change
configuration</value>
+ </string>
</language>
Modified: trunk/webapp/webapp/openmeetings/languages/korean.xml
==============================================================================
--- trunk/webapp/webapp/openmeetings/languages/korean.xml (original)
+++ trunk/webapp/webapp/openmeetings/languages/korean.xml Wed Jan 7
14:48:30 2009
@@ -1753,6 +1753,21 @@
<value>RTL</value>
</string>
<string id="581" name="581">
- <value>Active this if you write in a right to left language (inverse
word order)</value>
+ <value>Activate this if you write in a right to left language (inverse
word order)</value>
</string>
+ <string id="582" name="tooltip main-menu">
+ <value>Dashboard</value>
+ </string>
+ <string id="583" name="tooltip main-menu">
+ <value>Watch recorded Meetings or Events</value>
+ </string>
+ <string id="584" name="tooltip main-menu">
+ <value>Meeting - Make a conference with 4 (up to 16)
Users<br/>everybody will have audio + video access</value>
+ </string>
+ <string id="585" name="tooltip main-menu">
+ <value>Event - Make a conference with up to 200
participents<br/>Only the Moderator will have audio/video</value>
+ </string>
+ <string id="586" name="tooltip main-menu">
+ <value>Create users, rooms, organizations<br/> + change
configuration</value>
+ </string>
</language>
Modified: trunk/webapp/webapp/openmeetings/languages/languages.xml
==============================================================================
--- trunk/webapp/webapp/openmeetings/languages/languages.xml (original)
+++ trunk/webapp/webapp/openmeetings/languages/languages.xml Wed Jan 7
14:48:30 2009
@@ -15,7 +15,9 @@
<lang id="13" rightToLeft="false">japanese</lang>
<lang id="14" rightToLeft="false">indonesian</lang>
<lang id="15" rightToLeft="false">hungarian</lang>
- <lang id="16" rightToLeft="true">parsi</lang>
- <lang id="17" rightToLeft="false">turkish</lang>
- <lang id="18" rightToLeft="false">ukrainian</lang>
+ <lang id="16" rightToLeft="false">turkish</lang>
+ <lang id="17" rightToLeft="false">ukrainian</lang>
+ <!-- missing file
+ <lang id="18" rightToLeft="true">parsi</lang>
+ -->
</language>
Modified: trunk/webapp/webapp/openmeetings/languages/parsi.xml
==============================================================================
--- trunk/webapp/webapp/openmeetings/languages/parsi.xml (original)
+++ trunk/webapp/webapp/openmeetings/languages/parsi.xml Wed Jan 7
14:48:30 2009
@@ -1747,6 +1747,21 @@
<value>RTL</value>
</string>
<string id="581" name="581">
- <value>Active this if you write in a right to left language (inverse
word order)</value>
+ <value>Activate this if you write in a right to left language (inverse
word order)</value>
</string>
+ <string id="582" name="tooltip main-menu">
+ <value>Dashboard</value>
+ </string>
+ <string id="583" name="tooltip main-menu">
+ <value>Watch recorded Meetings or Events</value>
+ </string>
+ <string id="584" name="tooltip main-menu">
+ <value>Meeting - Make a conference with 4 (up to 16)
Users<br/>everybody will have audio + video access</value>
+ </string>
+ <string id="585" name="tooltip main-menu">
+ <value>Event - Make a conference with up to 200
participents<br/>Only the Moderator will have audio/video</value>
+ </string>
+ <string id="586" name="tooltip main-menu">
+ <value>Create users, rooms, organizations<br/> + change
configuration</value>
+ </string>
</language>
Modified: trunk/webapp/webapp/openmeetings/languages/portugues.xml
==============================================================================
--- trunk/webapp/webapp/openmeetings/languages/portugues.xml (original)
+++ trunk/webapp/webapp/openmeetings/languages/portugues.xml Wed Jan 7
14:48:30 2009
@@ -1769,6 +1769,21 @@
<value>RTL</value>
</string>
<string id="581" name="581">
- <value>Active this if you write in a right to left language (inverse
word order)</value>
- </string>
+ <value>Activate this if you write in a right to left language (inverse
word order)</value>
+ </string>
+ <string id="582" name="tooltip main-menu">
+ <value>Dashboard</value>
+ </string>
+ <string id="583" name="tooltip main-menu">
+ <value>Watch recorded Meetings or Events</value>
+ </string>
+ <string id="584" name="tooltip main-menu">
+ <value>Meeting - Make a conference with 4 (up to 16)
Users<br/>everybody will have audio + video access</value>
+ </string>
+ <string id="585" name="tooltip main-menu">
+ <value>Event - Make a conference with up to 200
participents<br/>Only the Moderator will have audio/video</value>
+ </string>
+ <string id="586" name="tooltip main-menu">
+ <value>Create users, rooms, organizations<br/> + change
configuration</value>
+ </string>
</language>
Modified: trunk/webapp/webapp/openmeetings/languages/russian.xml
==============================================================================
--- trunk/webapp/webapp/openmeetings/languages/russian.xml (original)
+++ trunk/webapp/webapp/openmeetings/languages/russian.xml Wed Jan 7
14:48:30 2009
@@ -1753,6 +1753,21 @@
<value>RTL</value>
</string>
<string id="581" name="581">
- <value>Active this if you write in a right to left language (inverse
word order)</value>
+ <value>Activate this if you write in a right to left language (inverse
word order)</value>
</string>
+ <string id="582" name="tooltip main-menu">
+ <value>Dashboard</value>
+ </string>
+ <string id="583" name="tooltip main-menu">
+ <value>Watch recorded Meetings or Events</value>
+ </string>
+ <string id="584" name="tooltip main-menu">
+ <value>Meeting - Make a conference with 4 (up to 16)
Users<br/>everybody will have audio + video access</value>
+ </string>
+ <string id="585" name="tooltip main-menu">
+ <value>Event - Make a conference with up to 200
participents<br/>Only the Moderator will have audio/video</value>
+ </string>
+ <string id="586" name="tooltip main-menu">
+ <value>Create users, rooms, organizations<br/> + change
configuration</value>
+ </string>
</language>
Modified: trunk/webapp/webapp/openmeetings/languages/spanish.xml
==============================================================================
--- trunk/webapp/webapp/openmeetings/languages/spanish.xml (original)
+++ trunk/webapp/webapp/openmeetings/languages/spanish.xml Wed Jan 7
14:48:30 2009
@@ -1752,6 +1752,21 @@
<value>RTL</value>
</string>
<string id="581" name="581">
- <value>Active this if you write in a right to left language (inverse
word order)</value>
+ <value>Activate this if you write in a right to left language (inverse
word order)</value>
</string>
+ <string id="582" name="tooltip main-menu">
+ <value>Dashboard</value>
+ </string>
+ <string id="583" name="tooltip main-menu">
+ <value>Watch recorded Meetings or Events</value>
+ </string>
+ <string id="584" name="tooltip main-menu">
+ <value>Meeting - Make a conference with 4 (up to 16)
Users<br/>everybody will have audio + video access</value>
+ </string>
+ <string id="585" name="tooltip main-menu">
+ <value>Event - Make a conference with up to 200
participents<br/>Only the Moderator will have audio/video</value>
+ </string>
+ <string id="586" name="tooltip main-menu">
+ <value>Create users, rooms, organizations<br/> + change
configuration</value>
+ </string>
</language>
Modified: trunk/webapp/webapp/openmeetings/languages/swedish.xml
==============================================================================
--- trunk/webapp/webapp/openmeetings/languages/swedish.xml (original)
+++ trunk/webapp/webapp/openmeetings/languages/swedish.xml Wed Jan 7
14:48:30 2009
@@ -1756,6 +1756,21 @@
<value>RTL</value>
</string>
<string id="581" name="581">
- <value>Active this if you write in a right to left language (inverse
word order)</value>
+ <value>Activate this if you write in a right to left language (inverse
word order)</value>
</string>
+ <string id="582" name="tooltip main-menu">
+ <value>Dashboard</value>
+ </string>
+ <string id="583" name="tooltip main-menu">
+ <value>Watch recorded Meetings or Events</value>
+ </string>
+ <string id="584" name="tooltip main-menu">
+ <value>Meeting - Make a conference with 4 (up to 16)
Users<br/>everybody will have audio + video access</value>
+ </string>
+ <string id="585" name="tooltip main-menu">
+ <value>Event - Make a conference with up to 200
participents<br/>Only the Moderator will have audio/video</value>
+ </string>
+ <string id="586" name="tooltip main-menu">
+ <value>Create users, rooms, organizations<br/> + change
configuration</value>
+ </string>
</language>
Modified: trunk/webapp/webapp/openmeetings/languages/turkish.xml
==============================================================================
--- trunk/webapp/webapp/openmeetings/languages/turkish.xml (original)
+++ trunk/webapp/webapp/openmeetings/languages/turkish.xml Wed Jan 7
14:48:30 2009
@@ -1744,6 +1744,21 @@
<value>RTL</value>
</string>
<string id="581" name="581">
- <value>Active this if you write in a right to left language (inverse
word order)</value>
+ <value>Activate this if you write in a right to left language (inverse
word order)</value>
</string>
+ <string id="582" name="tooltip main-menu">
+ <value>Dashboard</value>
+ </string>
+ <string id="583" name="tooltip main-menu">
+ <value>Watch recorded Meetings or Events</value>
+ </string>
+ <string id="584" name="tooltip main-menu">
+ <value>Meeting - Make a conference with 4 (up to 16)
Users<br/>everybody will have audio + video access</value>
+ </string>
+ <string id="585" name="tooltip main-menu">
+ <value>Event - Make a conference with up to 200
participents<br/>Only the Moderator will have audio/video</value>
+ </string>
+ <string id="586" name="tooltip main-menu">
+ <value>Create users, rooms, organizations<br/> + change
configuration</value>
+ </string>
</language>
Modified: trunk/webapp/webapp/openmeetings/languages/ukrainian.xml
==============================================================================
--- trunk/webapp/webapp/openmeetings/languages/ukrainian.xml (original)
+++ trunk/webapp/webapp/openmeetings/languages/ukrainian.xml Wed Jan 7
14:48:30 2009
@@ -1748,6 +1748,21 @@
<value>RTL</value>
</string>
<string id="581" name="581">
- <value>Active this if you write in a right to left language (inverse
word order)</value>
- </string>
+ <value>Activate this if you write in a right to left language (inverse
word order)</value>
+ </string>
+ <string id="582" name="tooltip main-menu">
+ <value>Dashboard</value>
+ </string>
+ <string id="583" name="tooltip main-menu">
+ <value>Watch recorded Meetings or Events</value>
+ </string>
+ <string id="584" name="tooltip main-menu">
+ <value>Meeting - Make a conference with 4 (up to 16)
Users<br/>everybody will have audio + video access</value>
+ </string>
+ <string id="585" name="tooltip main-menu">
+ <value>Event - Make a conference with up to 200
participents<br/>Only the Moderator will have audio/video</value>
+ </string>
+ <string id="586" name="tooltip main-menu">
+ <value>Create users, rooms, organizations<br/> + change
configuration</value>
+ </string>
</language>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"OpenMeetings developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/openmeetings-dev?hl=en
-~----------~----~----~----~------~----~------~--~---