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;


Reply via email to