Author: solomax
Date: Mon Aug 6 04:53:08 2012
New Revision: 1369721
URL: http://svn.apache.org/viewvc?rev=1369721&view=rev
Log:
OPENMEETINGS-390 russian translations are added, version bumped; options dialog
is fixed
Modified:
incubator/openmeetings/trunk/plugins/bitrix/build.xml
incubator/openmeetings/trunk/plugins/bitrix/install/components/openmeetings/rooms/component.php
incubator/openmeetings/trunk/plugins/bitrix/install/components/openmeetings/rooms/lang/en/component.php
incubator/openmeetings/trunk/plugins/bitrix/install/components/openmeetings/rooms/lang/ru/.description.php
incubator/openmeetings/trunk/plugins/bitrix/install/components/openmeetings/rooms/lang/ru/component.php
incubator/openmeetings/trunk/plugins/bitrix/install/components/openmeetings/rooms/templates/.default/lang/ru/template.php
incubator/openmeetings/trunk/plugins/bitrix/install/components/openmeetings/rooms/templates/show_room/lang/ru/template.php
incubator/openmeetings/trunk/plugins/bitrix/install/index.php
incubator/openmeetings/trunk/plugins/bitrix/lang/ru/install/install.php
incubator/openmeetings/trunk/plugins/bitrix/lang/ru/options.php
incubator/openmeetings/trunk/plugins/bitrix/options.php
Modified: incubator/openmeetings/trunk/plugins/bitrix/build.xml
URL:
http://svn.apache.org/viewvc/incubator/openmeetings/trunk/plugins/bitrix/build.xml?rev=1369721&r1=1369720&r2=1369721&view=diff
==============================================================================
--- incubator/openmeetings/trunk/plugins/bitrix/build.xml (original)
+++ incubator/openmeetings/trunk/plugins/bitrix/build.xml Mon Aug 6 04:53:08
2012
@@ -16,7 +16,7 @@
<project name="openmeetings bitrix plugin" basedir="./" default="dist-bin"
xmlns="antlib:org.apache.tools.ant" xmlns:rat="antlib:org.apache.rat.anttasks"
xmlns:ivy="antlib:org.apache.ivy.ant">
<property name="dist.dir" value="dist" />
- <property name="project.version" value="0.1" />
+ <property name="project.version" value="0.2" />
<property name="project.distname" value="openmeetings-bitrix-plugin" />
<property name="plugin.name" value="openmeetings" />
Modified:
incubator/openmeetings/trunk/plugins/bitrix/install/components/openmeetings/rooms/component.php
URL:
http://svn.apache.org/viewvc/incubator/openmeetings/trunk/plugins/bitrix/install/components/openmeetings/rooms/component.php?rev=1369721&r1=1369720&r2=1369721&view=diff
==============================================================================
---
incubator/openmeetings/trunk/plugins/bitrix/install/components/openmeetings/rooms/component.php
(original)
+++
incubator/openmeetings/trunk/plugins/bitrix/install/components/openmeetings/rooms/component.php
Mon Aug 6 04:53:08 2012
@@ -32,7 +32,7 @@ if (isset($_REQUEST["ID"]) && is_numeric
$arResult["ROOM"] = $_REQUEST["ID"];
$arResult["URL"] = COpenmeetings::GetOMUrl();
$arResult["HASH"] = COpenmeetings::GetRoomHash($_REQUEST["ID"]);
- $arResult["LANGUAGE"] = 9;
+ $arResult["LANGUAGE"] = GetMessage("OPENMEETINGS_LANGUAGE");
$this->__templateName = "show_room";
} else {
$arResult["ROOMS"] = COpenmeetings::GetRoomList();
Modified:
incubator/openmeetings/trunk/plugins/bitrix/install/components/openmeetings/rooms/lang/en/component.php
URL:
http://svn.apache.org/viewvc/incubator/openmeetings/trunk/plugins/bitrix/install/components/openmeetings/rooms/lang/en/component.php?rev=1369721&r1=1369720&r2=1369721&view=diff
==============================================================================
---
incubator/openmeetings/trunk/plugins/bitrix/install/components/openmeetings/rooms/lang/en/component.php
(original)
+++
incubator/openmeetings/trunk/plugins/bitrix/install/components/openmeetings/rooms/lang/en/component.php
Mon Aug 6 04:53:08 2012
@@ -18,3 +18,4 @@
* under the License.
*/
$MESS ['OPENMEETINGS_MODULE_IS_NOT_INSTALLED'] = "Openmeetings module is not
installed.";
+$MESS ['OPENMEETINGS_LANGUAGE'] = "1";
Modified:
incubator/openmeetings/trunk/plugins/bitrix/install/components/openmeetings/rooms/lang/ru/.description.php
URL:
http://svn.apache.org/viewvc/incubator/openmeetings/trunk/plugins/bitrix/install/components/openmeetings/rooms/lang/ru/.description.php?rev=1369721&r1=1369720&r2=1369721&view=diff
==============================================================================
---
incubator/openmeetings/trunk/plugins/bitrix/install/components/openmeetings/rooms/lang/ru/.description.php
(original)
+++
incubator/openmeetings/trunk/plugins/bitrix/install/components/openmeetings/rooms/lang/ru/.description.php
Mon Aug 6 04:53:08 2012
@@ -17,8 +17,8 @@
* specific language governing permissions and limitations
* under the License.
*/
-$MESS ['OPENMEETINGS_ROOMS_NAME'] = "Available Rooms";
-$MESS ['OPENMEETINGS_ROOMS_DESCRIPTION'] = "Openmeetings rooms available to
attend";
+$MESS ['OPENMEETINGS_ROOMS_NAME'] = "ÐоÑÑÑпнÑе комнаÑÑ";
+$MESS ['OPENMEETINGS_ROOMS_DESCRIPTION'] = "ÐомнаÑÑ Openmeetings
коÑоÑÑе можно поÑеÑиÑÑ";
$MESS ['OPENMEETINGS_NAME'] = "Openmeetings";
?>
Modified:
incubator/openmeetings/trunk/plugins/bitrix/install/components/openmeetings/rooms/lang/ru/component.php
URL:
http://svn.apache.org/viewvc/incubator/openmeetings/trunk/plugins/bitrix/install/components/openmeetings/rooms/lang/ru/component.php?rev=1369721&r1=1369720&r2=1369721&view=diff
==============================================================================
---
incubator/openmeetings/trunk/plugins/bitrix/install/components/openmeetings/rooms/lang/ru/component.php
(original)
+++
incubator/openmeetings/trunk/plugins/bitrix/install/components/openmeetings/rooms/lang/ru/component.php
Mon Aug 6 04:53:08 2012
@@ -17,4 +17,5 @@
* specific language governing permissions and limitations
* under the License.
*/
-$MESS ['OPENMEETINGS_MODULE_IS_NOT_INSTALLED'] = "Openmeetings module is not
installed.";
+$MESS ['OPENMEETINGS_MODULE_IS_NOT_INSTALLED'] = "ÐодÑÐ»Ñ Openmeetings
не ÑÑÑановлен.";
+$MESS ['OPENMEETINGS_LANGUAGE'] = "9";
Modified:
incubator/openmeetings/trunk/plugins/bitrix/install/components/openmeetings/rooms/templates/.default/lang/ru/template.php
URL:
http://svn.apache.org/viewvc/incubator/openmeetings/trunk/plugins/bitrix/install/components/openmeetings/rooms/templates/.default/lang/ru/template.php?rev=1369721&r1=1369720&r2=1369721&view=diff
==============================================================================
---
incubator/openmeetings/trunk/plugins/bitrix/install/components/openmeetings/rooms/templates/.default/lang/ru/template.php
(original)
+++
incubator/openmeetings/trunk/plugins/bitrix/install/components/openmeetings/rooms/templates/.default/lang/ru/template.php
Mon Aug 6 04:53:08 2012
@@ -17,6 +17,6 @@
* specific language governing permissions and limitations
* under the License.
*/
-$MESS["ROOMS_DESCRIPTION"] = "Please select Room below to attend webinar";
-$MESS["ENTER_ROOM"] = "Enter room";
+$MESS["ROOMS_DESCRIPTION"] = "ÐожалÑйÑÑа вÑбеÑиÑе
комнаÑÑ Ð¸Ð· пÑедÑÑавленнÑÑ
ниже, ÑÑобÑ
поÑеÑиÑÑ ÐºÐ¾Ð½ÑеÑенÑиÑ";
+$MESS["ENTER_ROOM"] = "ÐойÑи в комнаÑÑ";
Modified:
incubator/openmeetings/trunk/plugins/bitrix/install/components/openmeetings/rooms/templates/show_room/lang/ru/template.php
URL:
http://svn.apache.org/viewvc/incubator/openmeetings/trunk/plugins/bitrix/install/components/openmeetings/rooms/templates/show_room/lang/ru/template.php?rev=1369721&r1=1369720&r2=1369721&view=diff
==============================================================================
---
incubator/openmeetings/trunk/plugins/bitrix/install/components/openmeetings/rooms/templates/show_room/lang/ru/template.php
(original)
+++
incubator/openmeetings/trunk/plugins/bitrix/install/components/openmeetings/rooms/templates/show_room/lang/ru/template.php
Mon Aug 6 04:53:08 2012
@@ -17,5 +17,5 @@
* specific language governing permissions and limitations
* under the License.
*/
-$MESS["NEED_FLASH"] = "This content requires the Adobe Flash Player: ";
-$MESS["GET_FLASH"] = "Get Flash";
+$MESS["NEED_FLASH"] = "ÐÐ»Ñ Ð¾ÑобÑÐ°Ð¶ÐµÐ½Ð¸Ñ ÑодеÑжимого
необÑ
одим пÑоигÑÑваÑÐµÐ»Ñ Flash: ";
+$MESS["GET_FLASH"] = "СкаÑаÑÑ Ð¿ÑоигÑÑваÑÐµÐ»Ñ Flash";
Modified: incubator/openmeetings/trunk/plugins/bitrix/install/index.php
URL:
http://svn.apache.org/viewvc/incubator/openmeetings/trunk/plugins/bitrix/install/index.php?rev=1369721&r1=1369720&r2=1369721&view=diff
==============================================================================
--- incubator/openmeetings/trunk/plugins/bitrix/install/index.php (original)
+++ incubator/openmeetings/trunk/plugins/bitrix/install/index.php Mon Aug 6
04:53:08 2012
@@ -136,6 +136,7 @@ Class openmeetings extends CModule {
//DeleteDirFiles($_SERVER["DOCUMENT_ROOT"]."/bitrix/modules/openmeetings/install/themes/.default/",
$_SERVER["DOCUMENT_ROOT"]."/bitrix/themes/.default");//css
//DeleteDirFilesEx("/bitrix/themes/.default/icons/openmeetings/");//icons
DeleteDirFilesEx("/bitrix/images/openmeetings/");//images
+ DeleteDirFilesEx("/bitrix/components/openmeetings");//component
DeleteDirFilesEx("/bitrix/js/openmeetings/");//images
return true;
}
Modified:
incubator/openmeetings/trunk/plugins/bitrix/lang/ru/install/install.php
URL:
http://svn.apache.org/viewvc/incubator/openmeetings/trunk/plugins/bitrix/lang/ru/install/install.php?rev=1369721&r1=1369720&r2=1369721&view=diff
==============================================================================
--- incubator/openmeetings/trunk/plugins/bitrix/lang/ru/install/install.php
(original)
+++ incubator/openmeetings/trunk/plugins/bitrix/lang/ru/install/install.php Mon
Aug 6 04:53:08 2012
@@ -18,4 +18,4 @@
* under the License.
*/
$MESS ['OPENMEETINGS_MODULE_NAME'] = "Apache Openmeetings Incubating";
-$MESS ['OPENMEETINGS_MODULE_DESCRIPTION'] = "This module allows to use Apache
Openmeetings Incubating with Bitrix.";
\ No newline at end of file
+$MESS ['OPENMEETINGS_MODULE_DESCRIPTION'] = "ÐÑÐ¾Ñ Ð¼Ð¾Ð´ÑлÑ
позволÑÐµÑ Ð¸ÑполÑзоваÑÑ Apache Openmeetings Incubating
Ð´Ð»Ñ ÑабоÑÑ Ñ ÐиÑÑикÑ.";
\ No newline at end of file
Modified: incubator/openmeetings/trunk/plugins/bitrix/lang/ru/options.php
URL:
http://svn.apache.org/viewvc/incubator/openmeetings/trunk/plugins/bitrix/lang/ru/options.php?rev=1369721&r1=1369720&r2=1369721&view=diff
==============================================================================
--- incubator/openmeetings/trunk/plugins/bitrix/lang/ru/options.php (original)
+++ incubator/openmeetings/trunk/plugins/bitrix/lang/ru/options.php Mon Aug 6
04:53:08 2012
@@ -17,13 +17,13 @@
* specific language governing permissions and limitations
* under the License.
*/
-$MESS ['OPENMEETINGS_SAVE'] = "Save";
-$MESS ['OPENMEETINGS_RESET'] = "Reset";
-$MESS ['MAIN_RESTORE_DEFAULTS'] = "Restore defaults";
-$MESS ['OPENMEETINGS_URL'] = "Openmeetings URL:";
-$MESS ['OPENMEETINGS_CONTEXT'] = "Context of Openmeetings:";
-$MESS ['OPENMEETINGS_MODULE_KEY'] = "Openmeetings module key:";
-$MESS ['OPENMEETINGS_USER'] = "Admin user name:";
-$MESS ['OPENMEETINGS_PASSWORD'] = "Admin user password:";
+$MESS ['OPENMEETINGS_SAVE'] = "СоÑ
ÑаниÑÑ";
+$MESS ['OPENMEETINGS_RESET'] = "СбÑоÑиÑÑ";
+$MESS ['MAIN_RESTORE_DEFAULTS'] = "ÐоÑÑÑановиÑÑ Ð½Ð°ÑÑÑойки
по ÑмолÑаниÑ";
+$MESS ['OPENMEETINGS_URL'] = "ÐдÑÐµÑ ÑеÑвеÑа Openmeetings:";
+$MESS ['OPENMEETINGS_CONTEXT'] = "ÐонÑекÑÑ ÑеÑвеÑа
Openmeetings:";
+$MESS ['OPENMEETINGS_MODULE_KEY'] = "ÐлÑÑ Ð¼Ð¾Ð´ÑÐ»Ñ Openmeetings:";
+$MESS ['OPENMEETINGS_USER'] = "ÐÐ¼Ñ Ð¿Ð¾Ð»ÑзоваÑÐµÐ»Ñ ÑÑовнÑ
Admin или SOAP:";
+$MESS ['OPENMEETINGS_PASSWORD'] = "ÐаÑÐ¾Ð»Ñ Ð¿Ð¾Ð»ÑзоваÑелÑ:";
?>
\ No newline at end of file
Modified: incubator/openmeetings/trunk/plugins/bitrix/options.php
URL:
http://svn.apache.org/viewvc/incubator/openmeetings/trunk/plugins/bitrix/options.php?rev=1369721&r1=1369720&r2=1369721&view=diff
==============================================================================
--- incubator/openmeetings/trunk/plugins/bitrix/options.php (original)
+++ incubator/openmeetings/trunk/plugins/bitrix/options.php Mon Aug 6 04:53:08
2012
@@ -45,7 +45,7 @@ if ($OPENMEETINGS_RIGHT>="R") {
array("CONTEXT", GetMessage("OPENMEETINGS_CONTEXT"),
array("text", 64)),
array("MODULE_KEY",
GetMessage("OPENMEETINGS_MODULE_KEY"), array("text", 64)),
array("OM_USER", GetMessage("OPENMEETINGS_USER"),
array("text", 64)),
- array("OM_PASSWORD",
GetMessage("OPENMEETINGS_PASSWORD"), array("text", 64))
+ array("OM_PASSWORD",
GetMessage("OPENMEETINGS_PASSWORD"), array("password", 64))
);
if($REQUEST_METHOD=="POST" && strlen($Update)>0 &&
COpenmeetings::IsAdmin() && check_bitrix_sessid()) {
@@ -85,6 +85,8 @@ if ($OPENMEETINGS_RIGHT>="R") {
?><input type="checkbox" name="<?echo
htmlspecialchars($Option[0])?>" id="<?echo htmlspecialchars($Option[0])?>"
value="Y"<?if($val=="Y")echo" checked";?>><?
elseif($type[0]=="text"):
?><input type="text" size="<?echo
$type[1]?>" maxlength="255" value="<?echo htmlspecialchars($val)?>"
name="<?echo htmlspecialchars($Option[0])?>"><?
+ elseif($type[0]=="password"):
+ ?><input type="password" size="<?echo
$type[1]?>" maxlength="255" value="<?echo htmlspecialchars($val)?>"
name="<?echo htmlspecialchars($Option[0])?>"><?
elseif($type[0]=="textarea"):
?><textarea rows="<?echo $type[1]?>"
cols="<?echo $type[2]?>" name="<?echo htmlspecialchars($Option[0])?>"><?echo
htmlspecialchars($val)?></textarea><?
endif;