Author: vdegtyarev
Date: Thu Jul  4 07:51:57 2013
New Revision: 1499670

URL: http://svn.apache.org/r1499670
Log:
OPENMEETINGS-663: Hungarian translation is added.

Added:
    
openmeetings/trunk/singlewebapp/src/org/apache/openmeetings/web/pages/install/CongratulationsPanel_hu.html
    
openmeetings/trunk/singlewebapp/src/org/apache/openmeetings/web/pages/install/InstallWizard$InstallStep_hu.html
    
openmeetings/trunk/singlewebapp/src/org/apache/openmeetings/web/pages/install/InstallWizard$ParamsStep1_hu.html
    
openmeetings/trunk/singlewebapp/src/org/apache/openmeetings/web/pages/install/InstallWizard$ParamsStep2_hu.html
    
openmeetings/trunk/singlewebapp/src/org/apache/openmeetings/web/pages/install/InstallWizard$ParamsStep3_hu.html
    
openmeetings/trunk/singlewebapp/src/org/apache/openmeetings/web/pages/install/InstallWizard$ParamsStep4_hu.html
    
openmeetings/trunk/singlewebapp/src/org/apache/openmeetings/web/pages/install/InstallWizard$WelcomeStep_hu.html

Added: 
openmeetings/trunk/singlewebapp/src/org/apache/openmeetings/web/pages/install/CongratulationsPanel_hu.html
URL: 
http://svn.apache.org/viewvc/openmeetings/trunk/singlewebapp/src/org/apache/openmeetings/web/pages/install/CongratulationsPanel_hu.html?rev=1499670&view=auto
==============================================================================
--- 
openmeetings/trunk/singlewebapp/src/org/apache/openmeetings/web/pages/install/CongratulationsPanel_hu.html
 (added)
+++ 
openmeetings/trunk/singlewebapp/src/org/apache/openmeetings/web/pages/install/CongratulationsPanel_hu.html
 Thu Jul  4 07:51:57 2013
@@ -0,0 +1,62 @@
+<?xml version="1.0" encoding="UTF-8" ?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one
+  or more contributor license agreements.  See the NOTICE file
+  distributed with this work for additional information
+  regarding copyright ownership.  The ASF licenses this file
+  to you under the Apache License, Version 2.0 (the
+  "License"); you may not use this file except in compliance
+  with the License.  You may obtain a copy of the License at
+  
+      http://www.apache.org/licenses/LICENSE-2.0
+         
+  Unless required by applicable law or agreed to in writing,
+  software distributed under the License is distributed on an
+  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+  KIND, either express or implied.  See the License for the
+  specific language governing permissions and limitations
+  under the License.
+  
+-->
+<!-- 
+
+ Hungaryan translate
+ Created 03-07-2013
+ Translate this Balazs Varga - [email protected]       
+
+ -->
+
+<html xmlns:wicket="http://wicket.apache.org";>
+<wicket:panel>
+       <h2>
+               <a wicket:id="url">Belépés az alkalmazásba</a>
+       </h2>
+       <br />
+       <br />
+       Ha a Red5 szervert más porton, domainen, vagy más beállításokkal 
használja <br />
+       <a href="public/config.xml">változtassa meg a kliens szükséges 
konfigurációit</a>
+       <br />
+       <br />
+       <br />
+
+       <b> <span style="font-size: 1.4em">Levelező lista</span></b>
+       <br />
+       <br />
+
+       <span style="font-size: 1.3em"><a
+               href="http://openmeetings.apache.org/mail-lists.html"; 
target="_blank">http://openmeetings.apache.org/mail-lists.html</a></span>
+       <br />
+       <br />
+
+
+       <b> <span style="font-size: 1.4em">Néhány cég, akik üzleti 
támogatást nyújthatnak Apache OpenMeetings:</span></b>
+       <br />
+       <br />
+
+       <span style="font-size: 1.3em"><a
+               href="http://openmeetings.apache.org/commercial-support.html";
+               
target="_blank">http://openmeetings.apache.org/commercial-support.html</a></span>
+       <br />
+
+</wicket:panel>
+</html>

Added: 
openmeetings/trunk/singlewebapp/src/org/apache/openmeetings/web/pages/install/InstallWizard$InstallStep_hu.html
URL: 
http://svn.apache.org/viewvc/openmeetings/trunk/singlewebapp/src/org/apache/openmeetings/web/pages/install/InstallWizard%24InstallStep_hu.html?rev=1499670&view=auto
==============================================================================
--- 
openmeetings/trunk/singlewebapp/src/org/apache/openmeetings/web/pages/install/InstallWizard$InstallStep_hu.html
 (added)
+++ 
openmeetings/trunk/singlewebapp/src/org/apache/openmeetings/web/pages/install/InstallWizard$InstallStep_hu.html
 Thu Jul  4 07:51:57 2013
@@ -0,0 +1,37 @@
+<?xml version="1.0" encoding="UTF-8" ?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one
+  or more contributor license agreements.  See the NOTICE file
+  distributed with this work for additional information
+  regarding copyright ownership.  The ASF licenses this file
+  to you under the Apache License, Version 2.0 (the
+  "License"); you may not use this file except in compliance
+  with the License.  You may obtain a copy of the License at
+  
+      http://www.apache.org/licenses/LICENSE-2.0
+         
+  Unless required by applicable law or agreed to in writing,
+  software distributed under the License is distributed on an
+  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+  KIND, either express or implied.  See the License for the
+  specific language governing permissions and limitations
+  under the License.
+  
+-->
+<!-- 
+
+ Hungaryan translate
+ Created 03-07-2013
+ Translate this Balazs Varga - [email protected]       
+
+ -->
+
+<html xmlns:wicket="http://wicket.apache.org";>
+<wicket:panel>
+       <p wicket:id="desc">Kattintson a "Befejezés" gombra a telepítés 
folytatásához</p>
+       <div wicket:id="container" style="margin: 20px;">
+               <div wicket:id="progress"><!-- div><span 
wicket:id="value"></span>%</div--></div>
+               <div wicket:id="status"></div>
+       </div>
+</wicket:panel>
+</html>

Added: 
openmeetings/trunk/singlewebapp/src/org/apache/openmeetings/web/pages/install/InstallWizard$ParamsStep1_hu.html
URL: 
http://svn.apache.org/viewvc/openmeetings/trunk/singlewebapp/src/org/apache/openmeetings/web/pages/install/InstallWizard%24ParamsStep1_hu.html?rev=1499670&view=auto
==============================================================================
--- 
openmeetings/trunk/singlewebapp/src/org/apache/openmeetings/web/pages/install/InstallWizard$ParamsStep1_hu.html
 (added)
+++ 
openmeetings/trunk/singlewebapp/src/org/apache/openmeetings/web/pages/install/InstallWizard$ParamsStep1_hu.html
 Thu Jul  4 07:51:57 2013
@@ -0,0 +1,58 @@
+<?xml version="1.0" encoding="UTF-8" ?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one
+  or more contributor license agreements.  See the NOTICE file
+  distributed with this work for additional information
+  regarding copyright ownership.  The ASF licenses this file
+  to you under the Apache License, Version 2.0 (the
+  "License"); you may not use this file except in compliance
+  with the License.  You may obtain a copy of the License at
+  
+      http://www.apache.org/licenses/LICENSE-2.0
+         
+  Unless required by applicable law or agreed to in writing,
+  software distributed under the License is distributed on an
+  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+  KIND, either express or implied.  See the License for the
+  specific language governing permissions and limitations
+  under the License.
+  
+-->
+<!-- 
+
+ Hungaryan translate
+ Created 04-07-2013
+ Translate this Balazs Varga - [email protected]       
+
+ -->
+<html xmlns:wicket="http://wicket.apache.org";>
+<wicket:panel>
+       <fieldset id="userData">
+
+               <legend>Felhasználói adatok</legend>
+               <ul>
+                       <li><label 
wicket:for="cfg.username">Felhasználónév</label>
+                               <input wicket:id="cfg.username" title="Adja meg 
a felhasználói nevét" type="text" />
+                       </li>
+                       <li><label wicket:for="cfg.password">Jelszó</label>
+                               <input wicket:id="cfg.password" title="Adja meg 
a jelszavát" type="password" />
+                       </li>
+                       <li><label wicket:for="cfg.email">EMail</label>
+                               <input wicket:id="cfg.email" title="Adja meg az 
e-mail címét" type="text" />
+                       </li>
+                       <li><label wicket:for="ical_timeZone">Időzóna 
kiválasztása</label>
+                               <select wicket:id="ical_timeZone"></select>
+                       </li>
+               </ul>
+       </fieldset>
+
+       <fieldset id="userOrga">
+
+               <legend>Szervezeti egység (Domain)</legend>
+               <ul>
+                       <li><label wicket:for="cfg.group">Név (domain)</label>
+                               <input wicket:id="cfg.group" title="Adja meg a 
nevet (domain)" type="text" /></li>
+               </ul>
+       </fieldset>
+</wicket:panel>
+</html>

Added: 
openmeetings/trunk/singlewebapp/src/org/apache/openmeetings/web/pages/install/InstallWizard$ParamsStep2_hu.html
URL: 
http://svn.apache.org/viewvc/openmeetings/trunk/singlewebapp/src/org/apache/openmeetings/web/pages/install/InstallWizard%24ParamsStep2_hu.html?rev=1499670&view=auto
==============================================================================
--- 
openmeetings/trunk/singlewebapp/src/org/apache/openmeetings/web/pages/install/InstallWizard$ParamsStep2_hu.html
 (added)
+++ 
openmeetings/trunk/singlewebapp/src/org/apache/openmeetings/web/pages/install/InstallWizard$ParamsStep2_hu.html
 Thu Jul  4 07:51:57 2013
@@ -0,0 +1,76 @@
+<?xml version="1.0" encoding="UTF-8" ?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one
+  or more contributor license agreements.  See the NOTICE file
+  distributed with this work for additional information
+  regarding copyright ownership.  The ASF licenses this file
+  to you under the Apache License, Version 2.0 (the
+  "License"); you may not use this file except in compliance
+  with the License.  You may obtain a copy of the License at
+  
+      http://www.apache.org/licenses/LICENSE-2.0
+         
+  Unless required by applicable law or agreed to in writing,
+  software distributed under the License is distributed on an
+  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+  KIND, either express or implied.  See the License for the
+  specific language governing permissions and limitations
+  under the License.
+  
+-->
+<!-- 
+
+ Hungaryan translate
+ Created 03-07-2013
+ Translate this Balazs Varga - [email protected]       
+
+ -->
+
+<html xmlns:wicket="http://wicket.apache.org";>
+<wicket:panel>
+       <fieldset id="userConf">
+               <legend>Beállítások</legend>
+               <ul>
+                       <li><label for="configdefault">Előregisztráció 
engedélyezése (megjelenik a belépő panelen)</label>
+                               <select 
wicket:id="allowFrontendRegister"></select>
+                       </li>
+                       <li><label 
wicket:for="sendEmailAtRegister">Regisztrációs e-mail küldése </label>
+                               <select 
wicket:id="sendEmailAtRegister"></select>
+                       </li>
+                       <li><label 
wicket:for="sendEmailWithVerficationCode">Regisztráció megerősítése 
e-mailben (megerősítő link küldése)</label>
+                               <select 
wicket:id="sendEmailWithVerficationCode"></select>
+                       </li>
+                       <li><label 
wicket:for="createDefaultRooms">Alapértelmezett típusú konferencia szobák 
létrehozása</label>
+                               <select wicket:id="createDefaultRooms"></select>
+                       </li>
+                       <li><label wicket:for="cfg.mailReferer">Rendszer e-mail 
cím </label>
+                               <input wicket:id="cfg.mailReferer" 
title="Rendszer e-mail megadása" type="text" />
+                       </li>
+                       <li><label wicket:for="cfg.smtpServer">SMTP-Szerver 
(smtp_server)</label>
+                               <input wicket:id="cfg.smtpServer" title="Enter 
a SMTP-Server" type="text" />
+                       </li>
+                       <li><label wicket:for="cfg.smtpPort">SMTP-Szerver 
Port(alapértelmezett Smtp-Server Port 25) (smtp_port)</label>
+                               <input wicket:id="cfg.smtpPort" title="Enter a 
SMTP-Server.Port normally 25" type="text" />
+                       </li>
+                       <li><label 
wicket:for="cfg.mailAuthName">SMTP-Felhasználó név (email_username)</label>
+                               <input wicket:id="cfg.mailAuthName" title="Adja 
meg a felhasználó nevet" type="text" />
+                       </li>
+                       <li><label 
wicket:for="cfg.mailAuthPass">SMTP-Felhasználó jelszó 
(email_userpass)</label>
+                               <input wicket:id="cfg.mailAuthPass" title="Adja 
meg a jelszót" type="password" />
+                       </li>
+                       <li><label wicket:for="mailUseTls">TLS engedélyezése 
az authentikációhoz</label>
+                               <select wicket:id="mailUseTls"></select>
+                       </li>
+                       <li><label wicket:for="replyToOrganizer">A meghívó 
e-mail címének küldése és beállítása a válasz küldéshez (reply-to) 
fejlécben(inviter.email.as.replyto)</label>
+                               <select wicket:id="replyToOrganizer"></select>
+                       </li>
+                       <li><label wicket:for="defaultLangId">Alapértelmezett 
nyelv</label>
+                               <select wicket:id="defaultLangId"></select>
+                       </li>
+                       <li><label 
wicket:for="cfg.defaultExportFont">Alapértelmezett betükészlet 
[default_export_font]</label>
+                               <select 
wicket:id="cfg.defaultExportFont"></select>
+                       </li>
+               </ul>
+       </fieldset>
+</wicket:panel>
+</html>

Added: 
openmeetings/trunk/singlewebapp/src/org/apache/openmeetings/web/pages/install/InstallWizard$ParamsStep3_hu.html
URL: 
http://svn.apache.org/viewvc/openmeetings/trunk/singlewebapp/src/org/apache/openmeetings/web/pages/install/InstallWizard%24ParamsStep3_hu.html?rev=1499670&view=auto
==============================================================================
--- 
openmeetings/trunk/singlewebapp/src/org/apache/openmeetings/web/pages/install/InstallWizard$ParamsStep3_hu.html
 (added)
+++ 
openmeetings/trunk/singlewebapp/src/org/apache/openmeetings/web/pages/install/InstallWizard$ParamsStep3_hu.html
 Thu Jul  4 07:51:57 2013
@@ -0,0 +1,115 @@
+<?xml version="1.0" encoding="UTF-8" ?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one
+  or more contributor license agreements.  See the NOTICE file
+  distributed with this work for additional information
+  regarding copyright ownership.  The ASF licenses this file
+  to you under the Apache License, Version 2.0 (the
+  "License"); you may not use this file except in compliance
+  with the License.  You may obtain a copy of the License at
+  
+      http://www.apache.org/licenses/LICENSE-2.0
+         
+  Unless required by applicable law or agreed to in writing,
+  software distributed under the License is distributed on an
+  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+  KIND, either express or implied.  See the License for the
+  specific language governing permissions and limitations
+  under the License.
+  
+-->
+<!-- 
+
+ Hungaryan translate
+ Created 03-07-2013
+ Translate this Balazs Varga - [email protected]       
+
+ -->
+
+<html xmlns:wicket="http://wicket.apache.org";>
+<wicket:panel>
+       <fieldset id="userConf1">
+               <legend>Konverterek</legend>
+               <ul>
+                       <li><label wicket:for="cfg.swfZoom">SWFTools 
Zoom</label>
+                       <input wicket:id="cfg.swfZoom" title="Adja meg az 
SWFTools felbontását (dpi) amit a PDF2SWF konverziónál használ"
+                               type="text" />
+                               <p>
+                                       <i>Ellenőrizze az swftools 
telepítését és elérését a rendszerútvonalon.
+                                               Nyisson egy parancssort és 
futtassa: pdf2swf. Paraméterként megadhatja a felbontást.
+                                               Alapértelmezett felbontás 72 
dpi. <a
+                                               
href="http://openmeetings.apache.org/installation.html";
+                                               target="_blank">Telepítés</a>
+                                       </i>
+                               </p></li>
+                       <li><label wicket:for="cfg.swfJpegQuality">SWFTools 
JPEG Minőség</label>
+                               <input wicket:id="cfg.swfJpegQuality" 
+                               title="Adja meg a jpeg képek minőségi 
rátáját. 0 a gyengébb (kicsi), 100 a legjobb (nagy). (alapértelmezett:85)"
+                               type="text" />
+                               <p>
+                                       <i>Ellenőrizze az swftools 
telepítését és elérését a rendszerútvonalon.
+                                               Nyisson egy parancssort és 
futtassa: pdf2swf. Paraméterként megadhatja a 
+                                               a jpeg képek minőségét. 0 a 
gyengébb (kicsi),
+                                               100 a legjobb (nagy). 
(alapértelmezett:85) bővebben <a
+                                               
href="http://openmeetings.apache.org/installation.html";
+                                               target="_blank">Telepítés</a>
+                                       </i>
+                               </p>
+                       </li>
+                       <li><label wicket:for="cfg.swfPath">SWFTools 
útvonala</label>
+                               <input wicket:id="cfg.swfPath" 
+                               title="Adja meg az SWFTools elérési 
útvonalát C:/swftools (Windows) /usr/local/swftools (Linux) vagy hagyja 
üresen, ha elérhető a rendszerútvonalak közt"
+                               type="text" />
+                               <p>
+                                       <i>Ellenőrizze az swftools 
telepítését és elérését a rendszerútvonalon.
+                                               Nyisson egy parancssort és 
futtassa: pdf2swf. Hagyja üresen, ha nem ismeri, vagy ha elérhető a 
rendszerútvonalon. 
+                                                <a
+                                               
href="http://openmeetings.apache.org/installation.html";
+                                               target="_blank">Telepítés</a>
+                                       </i>
+                               </p></li>
+                       <li><label wicket:for="cfg.imageMagicPath">ImageMagick 
útvonala</label>
+                               <input wicket:id="cfg.imageMagicPath" 
+                               title="Adja meg a ImageMagick elérési 
útvonalát, hagyja üresen, ha az ImageMagick elérhető a rendszer útvonalak 
közt"
+                               type="text" />
+                               <p>
+                                       <i>bővebben <a
+                                               
href="http://openmeetings.apache.org/installation.html";
+                                               
target="_blank">Telepítés</a></i>
+                               </p></li>
+                       <li><label wicket:for="cfg.ffmpegPath">FFMPEG 
útvonala</label>
+                               <input wicket:id="cfg.ffmpegPath" 
+                               title="Adja meg az FFMPEG alérési 
útvonalát, hagyja üresen, ha az FFMPEG elérhető a rendszer útvonalak 
közt"
+                               type="text" />
+                               <p>
+                                       <i>bővebben <a
+                                               
href="http://openmeetings.apache.org/installation.html";
+                                               
target="_blank">Telepítés</a></i>
+                               </p></li>
+                       <li><label wicket:for="cfg.soxPath">SoX 
útvonala</label>
+                               <input wicket:id="cfg.soxPath" 
+                               title="Adja meg a SoX elérési útvonalát, 
hagyja üresen, ha a SoX elérhető a rendszer útvonalak közt"
+                               type="text" />
+                               <p>
+                                       <i>bővebben <a
+                                               
href="http://openmeetings.apache.org/installation.html";
+                                               
target="_blank">Telelpítés</a></i>
+                               </p></li>
+                       <li><label wicket:for="cfg.jodPath">JOD 
útvonala</label>
+                               <input wicket:id="cfg.jodPath"
+                               title="A JOD könyvtár útvonala 
(http://code.google.com/p/jodconverter), a JOD könyvtárban szükséges a 
jodconverter-core-version.jar"
+                               type="text" />
+                               <p>
+                                       <i>bővebben <a
+                                               
href="http://openmeetings.apache.org/installation.html";
+                                               
target="_blank">Telepítés</a></i>
+                               </p></li>
+                       <li><label 
wicket:for="cfg.officePath">OpenOffice/LibreOffice útvonala a 
jodconverterhez</label>
+                               <input wicket:id="cfg.officePath"
+                               title="Adja meg az OpenOffice/LibreOffice 
(optional) valós útvonalát, a OpenOffice/LibreOffice nem keresi 
automatikusan a jodconverter"
+                               type="text" />
+                               <p>Az OpenOffice/LibreOffice (optional) 
útvonalát a jodconverter nem találja autómatikusan, az abszolút elérési 
útvonal szükséges</p></li>
+               </ul>
+       </fieldset>
+</wicket:panel>
+</html>

Added: 
openmeetings/trunk/singlewebapp/src/org/apache/openmeetings/web/pages/install/InstallWizard$ParamsStep4_hu.html
URL: 
http://svn.apache.org/viewvc/openmeetings/trunk/singlewebapp/src/org/apache/openmeetings/web/pages/install/InstallWizard%24ParamsStep4_hu.html?rev=1499670&view=auto
==============================================================================
--- 
openmeetings/trunk/singlewebapp/src/org/apache/openmeetings/web/pages/install/InstallWizard$ParamsStep4_hu.html
 (added)
+++ 
openmeetings/trunk/singlewebapp/src/org/apache/openmeetings/web/pages/install/InstallWizard$ParamsStep4_hu.html
 Thu Jul  4 07:51:57 2013
@@ -0,0 +1,74 @@
+<?xml version="1.0" encoding="UTF-8" ?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one
+  or more contributor license agreements.  See the NOTICE file
+  distributed with this work for additional information
+  regarding copyright ownership.  The ASF licenses this file
+  to you under the Apache License, Version 2.0 (the
+  "License"); you may not use this file except in compliance
+  with the License.  You may obtain a copy of the License at
+  
+      http://www.apache.org/licenses/LICENSE-2.0
+         
+  Unless required by applicable law or agreed to in writing,
+  software distributed under the License is distributed on an
+  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+  KIND, either express or implied.  See the License for the
+  specific language governing permissions and limitations
+  under the License.
+  
+-->
+<!-- 
+
+ Hungaryan translate
+ Created 03-07-2013
+ Translate this Balazs Varga - [email protected]       
+
+ -->
+
+<html xmlns:wicket="http://wicket.apache.org";>
+<wicket:panel>
+       <fieldset id="userConf2">
+
+               <legend>Titkosítás típusa</legend>
+               <ul>
+                       <li><label wicket:for="cfg.cryptClassName">Titkosító 
osztály</label>
+                               <input wicket:id="cfg.cryptClassName"  
type="text"
+                               title="Adja meg a titkosító osztály nevét 
(class). NE VÁLTOZTASSA, HA NEM BIZTOS BENNE!" />
+                               <p>
+                                       <i> Az alapértelmezetten beállított 
kódolás megfelel a 
+                                               PHP-MD5 kódolónak, vagy 
BSD-Stílusú kódoláshoz használja 
a:<b>org.apache.openmeetings.utils.crypt.MD5CryptImplementation</b>
+                                               további 
kódolási/titkosítási eljárásokról itt olvashat bővebben: <a
+                                               
href="http://openmeetings.apache.org/CustomCryptMechanism.html";
+                                               target="_blank">Egyedi 
titkosítási mechanizmus </a> Ha a későbbiekben módosítja ezt a 
beállítást,
+                                               az előzőleg létrehozott 
adatok elérhetetlenné válnak, ami működési hibát okozhat a régebbi 
munkamenetek elérésében 
+                                               (pl. jelszó, hash kezelés).
+                                       </i>
+                               </p></li>
+               </ul>
+       </fieldset>
+
+       <fieldset id="red5sip">
+               <legend>Red5SIP Beállítása</legend>
+               <ul>
+                       <li><label wicket:for="red5SipEnable">SIP 
engedélyezése</label>
+                               <select wicket:id="red5SipEnable"></select>
+                               <p>
+                                       <i> Red5SIP integráció 
engedélyezése </i>
+                               </p> </li>
+
+                       <li><label wicket:for="cfg.red5SipRoomPrefix">SIP szoba 
prefix</label>
+                               <input wicket:id="cfg.red5SipRoomPrefix" 
type="text" />
+                               <p>
+                                       <i>Telefonszám prefixum beállítása 
a konferencia szobához</i>
+                               </p></li>
+
+                       <li><label wicket:for="cfg.red5SipExtenContext">SIP 
kiterjesztés leírása</label>
+                               <input wicket:id="cfg.red5SipExtenContext" 
type="text" />
+                               <p>
+                                       <i>Leírás az Asterix 
konfigurálásához</i>
+                               </p></li>
+               </ul>
+       </fieldset>
+</wicket:panel>
+</html>

Added: 
openmeetings/trunk/singlewebapp/src/org/apache/openmeetings/web/pages/install/InstallWizard$WelcomeStep_hu.html
URL: 
http://svn.apache.org/viewvc/openmeetings/trunk/singlewebapp/src/org/apache/openmeetings/web/pages/install/InstallWizard%24WelcomeStep_hu.html?rev=1499670&view=auto
==============================================================================
--- 
openmeetings/trunk/singlewebapp/src/org/apache/openmeetings/web/pages/install/InstallWizard$WelcomeStep_hu.html
 (added)
+++ 
openmeetings/trunk/singlewebapp/src/org/apache/openmeetings/web/pages/install/InstallWizard$WelcomeStep_hu.html
 Thu Jul  4 07:51:57 2013
@@ -0,0 +1,154 @@
+<?xml version="1.0" encoding="UTF-8" ?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one
+  or more contributor license agreements.  See the NOTICE file
+  distributed with this work for additional information
+  regarding copyright ownership.  The ASF licenses this file
+  to you under the Apache License, Version 2.0 (the
+  "License"); you may not use this file except in compliance
+  with the License.  You may obtain a copy of the License at
+  
+      http://www.apache.org/licenses/LICENSE-2.0
+         
+  Unless required by applicable law or agreed to in writing,
+  software distributed under the License is distributed on an
+  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+  KIND, either express or implied.  See the License for the
+  specific language governing permissions and limitations
+  under the License.
+  
+-->
+<!-- 
+
+ Hungaryan translate
+ Created 03-07-2013
+ Translate this Balazs Varga - [email protected]       
+
+ -->
+<html xmlns:wicket="http://wicket.apache.org";>
+<wicket:panel>
+       <ol>
+               <li>
+                       <h4>
+                               <a 
id="Recommendation_for_production_environment"></a>Ajánlott környezeti 
beállítások<a target="_blank"
+                                       
href="#Recommendation_for_production_environment"
+                                       class="section_anchor"></a>
+                       </h4>
+               <blockquote>
+                       Az <span wicket:id="app"></span> alapértelmezette a 
beépített Apache Derby adatbázist használja. 
+                       További lehetőségként használható a <a 
target="_blank"
+                               
href="http://openmeetings.apache.org/MySQLConfig.html";>MySQL</a>, <a
+                               target="_blank"
+                               
href="http://openmeetings.apache.org/PostgresConfig.html";>Postgres</a>
+                       vagy a minta alapján<a target="_blank"
+                               
href="http://openmeetings.apache.org/IBMDB2Config.html";>IBM DB2</a>
+                       vagy <a 
href="http://openmeetings.apache.org/OracleConfig.html";
+                               target="_blank">Oracle</a>
+               </blockquote>
+               </li>
+               <li><h4>
+                               <a 
id="Enabling_Image_Upload_and_import_to_whiteboard"></a>Képek 
feltöltése/importálása a prezentációs területbe<a
+                                       
href="#Enabling_Image_Upload_and_import_to_whiteboard"
+                                       class="section_anchor"></a>
+                       </h4>
+                       <ul>
+                               <li>Telepítse a <strong>ImageMagick</strong> 
program csomagot a szerverre. Telepítési útmutató és további 
információk itt 
+                               <a target="_blank" 
href="http://www.imagemagick.org"; rel="nofollow">http://www.imagemagick.org</a>
+                               <a target="_blank"
+                                       
href="http://www.imagemagick.org/script/binary-releases.php";
+                                       
rel="nofollow">http://www.imagemagick.org/script/binary-releases.php</a>,
+                                       Linux operációs rendszerben 
használja a beépített csomagkezelőt (apt-get it).
+                               </li>
+                       </ul>
+               </li>
+               <li><h4>
+                               <a 
id="Enabling_import_of_PDFs_into_whiteboard"></a>PDF fileok feltöltése a 
prezentációs területbe<a
+                                       
href="#Enabling_import_of_PDFs_into_whiteboard"
+                                       class="section_anchor"></a>
+                       </h4>
+                       <ul>
+                               <li>Telepítse a  <strong>GhostScript</strong> 
program csomagot a szerverre. Telepítési útmutató és további 
információk itt <a target="_blank"
+                                       
href="http://pages.cs.wisc.edu/%7Eghost/"; 
rel="nofollow">http://pages.cs.wisc.edu/~ghost/</a>
+                                       Linux operációs rendszerben 
használja a beépített csomagkezelőt (apt-get it).
+                               </li>
+                               <li>Telepítse a <strong>SWFTools</strong> 
program csomagot a szerverre. Telepítési útmutató és további 
információk itt  <a target="_blank"
+                                       href="http://www.swftools.org/"; 
rel="nofollow">http://www.swftools.org/</a>
+                                       Több linux disztribúció 
csomagkezelőjében megtalálható <a target="_blank"
+                                       
href="http://packages.debian.org/unstable/utils/swftools";
+                                       
rel="nofollow">http://packages.debian.org/unstable/utils/swftools</a>),
+                                       ajánlott verzió a 
<strong>SWFTools</strong> 0.9 egyéb verzió bugja miatt hibát okozhat a 
prezentációkban. 
+                               </li>
+               </ul>
+               </li>
+               <li><h4>
+                               <a
+                                       
id="Enabling_import_of_.doc,_.docx,_.ppt,_.pptx,_..._all_Office_Docu"></a>Dokumentumok
 importálása a prezentációs területrbe
+                               .doc, .docx, .ppt, .pptx, ... stb (OpenOfice 
kompatibilis).<a
+                                       
href="#Enabling_import_of_.doc,_.docx,_.ppt,_.pptx,_..._all_Office_Docu"
+                                       class="section_anchor"></a>
+                       </h4>
+                       <ul>
+                               <li>Telepítse az <strong>OpenOffice / 
LibreOffice</strong> program csomagot a szerverre. Telepítési útmutató és 
további információk itt  <a target="_blank"
+                                       href="http://www.openoffice.org/"; 
rel="nofollow">http://www.openoffice.org/</a>
+                                       <a target="_blank"
+                                       href="http://www.libreoffice.org/"; 
rel="nofollow">http://www.libreffice.org/</a>
+                                       LibreOffice program csomag használata 
esetén rendelje hozzá szimbólikus linkként az OpenOffice könyvtárat.
+                                       <br />
+                                       ln -s /opt/libreoffice /opt/openoffice 
+                               </li>
+                               <li><strong>OpenOffice-Service</strong> 
automatikusan indul és elérhető a
+                                       8100 porton. Bővebb információ itt 
<a target="_blank"
+                                       
href="http://openmeetings.apache.org/OpenOfficeConverter.html";>OpenOfficeConverter</a>
+                               </li>
+                       </ul>
+               </li>
+               <li><h4>
+                               <a
+                                       
id="Enabling_Recording_and_import_of_.avi,_.flv,_.mov_and_.mp4_into"></a>Videó 
felvétele és importálása .avi, .flv, .mov and .mp4 formátumokban a 
prezentációs területbe<a
+                                       
href="#Enabling_Recording_and_import_of_.avi,_.flv,_.mov_and_.mp4_into"
+                                       class="section_anchor"></a>
+                       </h4>
+                       <ul>
+                               <li>Telepítse az <strong>FFMpeg</strong> 
programcsomagot. Használja az FFMPEG aktuális, friss verzióját.
+                                       Windows rendszerekhez kiadások itt <a 
target="_blank" href="http://ffmpeg.arrozcru.org/builds/";
+                                       
rel="nofollow">http://ffmpeg.arrozcru.org/builds/</a> Linux, OSX rendszerkhez
+                                       többféle lehetőség érhető el, 
keresse meg a megfelelőt az interneten. 
+                                       Szükséges a libmp3lame kóder 
engedélyezése/implementálása!
+                               </li>
+                               <li>Telepítse a <strong>SoX</strong> programot 
innen: <a
+                                       href="http://sox.sourceforge.net/"; 
target="_BLANK">http://sox.sourceforge.net/</a>.
+                                       A SoX friss verzióit használja! SoX 
12.xx nem/hibásan működik!
+                               </li>
+                       </ul>
+               </li>
+       </ol>
+
+       <br />
+       <b> <span style="font-size: 1.2em">Kérdése van, vagy segítségre van 
szüksége:</span></b>
+       <br />
+       <br />
+
+       <b> <span style="font-size: 1.2em">Üzleti-támogatás:</span></b>
+       <br />
+       <br />
+
+       <span style="font-size: 1.1em"><b>Telefonon</b></span>
+       <br />
+       <span style="font-size: 1.1em">++49 721 467 27327</span>
+       <br />
+       <span style="font-size: 1.1em"><b>e-mailben</b></span>
+       <br />
+       <span style="font-size: 1.1em"><a
+               
href="mailto:[email protected]";>[email protected]</a></span>
+       <br />
+       <br />
+       <br />
+       <b><span style="font-size: 1.2em">Közösségi-támogatás:</span></b>
+       <br />
+       <br />
+       <span style="font-size: 1.1em"><a
+               href="http://openmeetings.apache.org/mail-lists.html";
+               target="_blank">Levelező lista</a></span>
+       <br />
+</wicket:panel>
+</html>


Reply via email to