Author: vdegtyarev
Date: Mon Jul  8 03:50:35 2013
New Revision: 1500570

URL: http://svn.apache.org/r1500570
Log:
OPENMEETINGS-663: German translation is added.

Added:
    
openmeetings/trunk/singlewebapp/src/org/apache/openmeetings/web/pages/install/CongratulationsPanel_de.html
    
openmeetings/trunk/singlewebapp/src/org/apache/openmeetings/web/pages/install/InstallWizard$InstallStep_de.html
    
openmeetings/trunk/singlewebapp/src/org/apache/openmeetings/web/pages/install/InstallWizard$ParamsStep1_de.html
    
openmeetings/trunk/singlewebapp/src/org/apache/openmeetings/web/pages/install/InstallWizard$ParamsStep2_de.html
    
openmeetings/trunk/singlewebapp/src/org/apache/openmeetings/web/pages/install/InstallWizard$ParamsStep3_de.html
    
openmeetings/trunk/singlewebapp/src/org/apache/openmeetings/web/pages/install/InstallWizard$ParamsStep4_de.html
    
openmeetings/trunk/singlewebapp/src/org/apache/openmeetings/web/pages/install/InstallWizard$WelcomeStep_de.html

Added: 
openmeetings/trunk/singlewebapp/src/org/apache/openmeetings/web/pages/install/CongratulationsPanel_de.html
URL: 
http://svn.apache.org/viewvc/openmeetings/trunk/singlewebapp/src/org/apache/openmeetings/web/pages/install/CongratulationsPanel_de.html?rev=1500570&view=auto
==============================================================================
--- 
openmeetings/trunk/singlewebapp/src/org/apache/openmeetings/web/pages/install/CongratulationsPanel_de.html
 (added)
+++ 
openmeetings/trunk/singlewebapp/src/org/apache/openmeetings/web/pages/install/CongratulationsPanel_de.html
 Mon Jul  8 03:50:35 2013
@@ -0,0 +1,55 @@
+<?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.
+  
+-->
+<html xmlns:wicket="http://wicket.apache.org";>
+<wicket:panel>
+       <h2>
+               <a wicket:id="url">&Ouml;ffnen der Anwendung</a>
+       </h2>
+       <br />
+       <br />
+       Falls Ihr Red5-Server einen anderen Port oder eine andere Domain 
benutzt, sollten Sie<br />
+       <a href="public/config.xml">die Konfiguration des Clients anpassen</a>
+       <br />
+       <br />
+       <br />
+
+       <b> <span style="font-size: 1.4em">Mailingliste</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">Einige Unternehmen bieten 
kommerziellen Support
+       f&uuml;r Apache OpenMeetings an:</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_de.html
URL: 
http://svn.apache.org/viewvc/openmeetings/trunk/singlewebapp/src/org/apache/openmeetings/web/pages/install/InstallWizard%24InstallStep_de.html?rev=1500570&view=auto
==============================================================================
--- 
openmeetings/trunk/singlewebapp/src/org/apache/openmeetings/web/pages/install/InstallWizard$InstallStep_de.html
 (added)
+++ 
openmeetings/trunk/singlewebapp/src/org/apache/openmeetings/web/pages/install/InstallWizard$InstallStep_de.html
 Mon Jul  8 03:50:35 2013
@@ -0,0 +1,29 @@
+<?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.
+  
+-->
+<html xmlns:wicket="http://wicket.apache.org";>
+<wicket:panel>
+       <p wicket:id="desc">Bitte klicken Sie auf "Finish" um die Installation 
zu starten!</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_de.html
URL: 
http://svn.apache.org/viewvc/openmeetings/trunk/singlewebapp/src/org/apache/openmeetings/web/pages/install/InstallWizard%24ParamsStep1_de.html?rev=1500570&view=auto
==============================================================================
--- 
openmeetings/trunk/singlewebapp/src/org/apache/openmeetings/web/pages/install/InstallWizard$ParamsStep1_de.html
 (added)
+++ 
openmeetings/trunk/singlewebapp/src/org/apache/openmeetings/web/pages/install/InstallWizard$ParamsStep1_de.html
 Mon Jul  8 03:50:35 2013
@@ -0,0 +1,51 @@
+<?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.
+  
+-->
+<html xmlns:wicket="http://wicket.apache.org";>
+<wicket:panel>
+       <fieldset id="userData">
+
+               <legend>Nutzerdaten</legend>
+               <ul>
+                       <li><label wicket:for="cfg.username">Nutzername</label>
+                               <input wicket:id="cfg.username" title="Geben 
Sie einen Nutzernamen ein" type="text" />
+                       </li>
+                       <li><label 
wicket:for="cfg.password">Nutzerpasswort</label>
+                               <input wicket:id="cfg.password" title="Geben 
Sie ein Passwort ein" type="password" />
+                       </li>
+                       <li><label wicket:for="cfg.email">E-Mail</label>
+                               <input wicket:id="cfg.email" title="Geben Sie 
eine E-Mail-Adresse ein" type="text" />
+                       </li>
+                       <li><label wicket:for="ical_timeZone">Zeitzone</label>
+                               <select wicket:id="ical_timeZone"></select>
+                       </li>
+               </ul>
+       </fieldset>
+
+       <fieldset id="userOrga">
+
+               <legend>Organisation(Domains)</legend>
+               <ul>
+                       <li><label wicket:for="cfg.group">Name</label>
+                               <input wicket:id="cfg.group" title="Geben Sie 
den Namen Ihrer Organisation ein" type="text" /></li>
+               </ul>
+       </fieldset>
+</wicket:panel>
+</html>

Added: 
openmeetings/trunk/singlewebapp/src/org/apache/openmeetings/web/pages/install/InstallWizard$ParamsStep2_de.html
URL: 
http://svn.apache.org/viewvc/openmeetings/trunk/singlewebapp/src/org/apache/openmeetings/web/pages/install/InstallWizard%24ParamsStep2_de.html?rev=1500570&view=auto
==============================================================================
--- 
openmeetings/trunk/singlewebapp/src/org/apache/openmeetings/web/pages/install/InstallWizard$ParamsStep2_de.html
 (added)
+++ 
openmeetings/trunk/singlewebapp/src/org/apache/openmeetings/web/pages/install/InstallWizard$ParamsStep2_de.html
 Mon Jul  8 03:50:35 2013
@@ -0,0 +1,69 @@
+<?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.
+  
+-->
+<html xmlns:wicket="http://wicket.apache.org";>
+<wicket:panel>
+       <fieldset id="userConf">
+               <legend>Konfiguration</legend>
+               <ul>
+                       <li><label for="configdefault">Neuen Nutzern erlauben, 
sich zu registrieren (allow_frontend_register)</label>
+                               <select 
wicket:id="allowFrontendRegister"></select>
+                       </li>
+                       <li><label wicket:for="sendEmailAtRegister">E-Mail an 
neu registrierte Nutzer senden (sendEmailAtRegister)</label>
+                               <select 
wicket:id="sendEmailAtRegister"></select>
+                       </li>
+                       <li><label 
wicket:for="sendEmailWithVerficationCode">Neu registrierte Nutzer m&uuml;ssen 
Ihre E-Mail-Adresse verifizieren (sendEmailWithVerficationCode)</label>
+                               <select 
wicket:id="sendEmailWithVerficationCode"></select>
+                       </li>
+                       <li><label 
wicket:for="createDefaultRooms">Beispielr&auml;ume aller Raumtypen 
erstellen</label>
+                               <select wicket:id="createDefaultRooms"></select>
+                       </li>
+                       <li><label wicket:for="cfg.mailReferer">Mail-Referer 
(system_email_addr)</label>
+                               <input wicket:id="cfg.mailReferer" title="Enter 
a Referer" type="text" />
+                       </li>
+                       <li><label wicket:for="cfg.smtpServer">SMTP-Server 
(smtp_server)</label>
+                               <input wicket:id="cfg.smtpServer" title="Enter 
a SMTP-Server" type="text" />
+                       </li>
+                       <li><label 
wicket:for="cfg.smtpPort">SMTP-Server-Port(Standard ist 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-Nutzername (email_username)</label>
+                               <input wicket:id="cfg.mailAuthName" 
title="Enter the mail-username" type="text" />
+                       </li>
+                       <li><label 
wicket:for="cfg.mailAuthPass">SMTP-Nutzerpasswort (email_userpass)</label>
+                               <input wicket:id="cfg.mailAuthPass" 
title="Enter the mail-userpass" type="password" />
+                       </li>
+                       <li><label wicket:for="mailUseTls">TLS zur 
Mailserver-Authentifizierung aktivieren</label>
+                               <select wicket:id="mailUseTls"></select>
+                       </li>
+                       <li><label wicket:for="replyToOrganizer">Die 
E-Mail-Adresse des Einladenden als 'ReplyTo'-Adresse
+                                       in E-Mail-Einladungen verwenden 
(inviter.email.as.replyto)</label>
+                               <select wicket:id="replyToOrganizer"></select>
+                       </li>
+                       <li><label wicket:for="defaultLangId">Voreingestellte 
Sprache</label>
+                               <select wicket:id="defaultLangId"></select>
+                       </li>
+                       <li><label 
wicket:for="cfg.defaultExportFont">Voreingestellte Schriftart beim Export 
[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_de.html
URL: 
http://svn.apache.org/viewvc/openmeetings/trunk/singlewebapp/src/org/apache/openmeetings/web/pages/install/InstallWizard%24ParamsStep3_de.html?rev=1500570&view=auto
==============================================================================
--- 
openmeetings/trunk/singlewebapp/src/org/apache/openmeetings/web/pages/install/InstallWizard$ParamsStep3_de.html
 (added)
+++ 
openmeetings/trunk/singlewebapp/src/org/apache/openmeetings/web/pages/install/InstallWizard$ParamsStep3_de.html
 Mon Jul  8 03:50:35 2013
@@ -0,0 +1,116 @@
+<?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.
+  
+-->
+<html xmlns:wicket="http://wicket.apache.org";>
+<wicket:panel>
+       <fieldset id="userConf1">
+               <legend>Konverter</legend>
+               <ul>
+                       <li><label wicket:for="cfg.swfZoom">SWFTools 
Zoom</label>
+                       <input wicket:id="cfg.swfZoom" title="Geben Sie an, 
wieviel dpi swftools f&uuml;r die 'PDF zu SWF'-Konvertierung nutzen soll."
+                               type="text" />
+                               <p>
+                                       <i>Sie k&ouml;nnen 
&uuml;berpr&uuml;fen, ob swftools im Systempfad 
+                                               installiert ist, indem Sie eine 
Shell oder einen cmd-Prompt &ouml;ffnen
+                                               und pdf2swf eingeben.
+                                               Geben Sie an, wieviel dpi 
swftools f&uuml;r die 'PDF zu SWF'-Konvertierung nutzen soll.
+                                               Voreingestellter Wert ist 72 
dpi.
+                                               Siehe <a
+                                               
href="http://openmeetings.apache.org/installation.html";
+                                               target="_blank">Installation</a>
+                                       </i>
+                               </p></li>
+                       <li><label wicket:for="cfg.swfJpegQuality">SWFTools 
JPEG-Qualit&auml;t</label>
+                               <input wicket:id="cfg.swfJpegQuality" 
+                               title="Geben Sie an, welche Qualit&auml;tsstufe 
f&uuml;r eingebettete JPEG-Bilder verwendet werden soll."
+                               type="text" />
+                               <p>
+                                       <i>Sie k&ouml;nnen 
&uuml;berpr&uuml;fen, ob swftools im Systempfad 
+                                               installiert ist, indem Sie eine 
Shell oder einen cmd-Prompt &ouml;ffnen
+                                               und pdf2swf eingeben.
+                                               Geben Sie an, welche 
Qualit&auml;tsstufe f&uuml;r eingebettete JPEG-Bilder 
+                                               verwendet werden soll. 0 
bedeutet schlechteste Qualit&auml;t (kleinste 
+                                               Dateigr&ouml;&szlig;e), 100 
bedeutet beste Qualit&auml;t (gr&ouml;&szlig;te 
+                                               Dateigr&ouml;&szlig;e) 
(Voreinstellung: 85) Siehe <a
+                                               
href="http://openmeetings.apache.org/installation.html";
+                                               target="_blank">Installation</a>
+                                       </i>
+                               </p>
+                       </li>
+                       <li><label 
wicket:for="cfg.swfPath">SWFTools-Pfad</label>
+                               <input wicket:id="cfg.swfPath" 
+                               title="Geben Sie den Pfad zu swftools an, z.B. 
C:/swftools (Windows), falls es sich nicht im Systempfad befindet."
+                               type="text" />
+                               <p>
+                                       <i>Sie k&ouml;nnen 
&uuml;berpr&uuml;fen, ob swftools im Systempfad 
+                                               installiert ist, indem Sie eine 
Shell oder einen cmd-Prompt &ouml;ffnen
+                                               und pdf2swf eingeben. Wenn 
daraufhin eine Liste mit Optionen angezeigt wird, 
+                                               k&ouml;nen Sie dieses Feld leer 
lassen. Ansonsten m&uuml;ssen Sie den Pfad 
+                                               zu pdf2swf hier eintragen. 
Siehe <a
+                                               
href="http://openmeetings.apache.org/installation.html";
+                                               target="_blank">Installation</a>
+                                       </i>
+                               </p></li>
+                       <li><label 
wicket:for="cfg.imageMagicPath">ImageMagick-Pfad</label>
+                               <input wicket:id="cfg.imageMagicPath" 
+                               title="Geben Sie den Pfad zu ImageMagick an, 
falls es sich nicht im Systempfad befindet."
+                               type="text" />
+                               <p>
+                                       <i>Siehe <a
+                                               
href="http://openmeetings.apache.org/installation.html";
+                                               
target="_blank">Installation</a></i>
+                               </p></li>
+                       <li><label 
wicket:for="cfg.ffmpegPath">FFMPEG-Pfad</label>
+                               <input wicket:id="cfg.ffmpegPath" 
+                               title="Geben Sie den Pfad zu FFMPEG an, falls 
es sich nicht im Systempfad befindet."
+                               type="text" />
+                               <p>
+                                       <i>Siehe <a
+                                               
href="http://openmeetings.apache.org/installation.html";
+                                               
target="_blank">Installation</a></i>
+                               </p></li>
+                       <li><label wicket:for="cfg.soxPath">SoX-Pfad</label>
+                               <input wicket:id="cfg.soxPath" 
+                               title="Geben Sie den Pfad zu SoX an, falls es 
sich nicht im Systempfad befindet."
+                               type="text" />
+                               <p>
+                                       <i>Siehe <a
+                                               
href="http://openmeetings.apache.org/installation.html";
+                                               
target="_blank">Installation</a></i>
+                               </p></li>
+                       <li><label wicket:for="cfg.jodPath">JOD-Pfad</label>
+                               <input wicket:id="cfg.jodPath"
+                               title="Der Pfad zur JOD-Bibliothek 
(http://code.google.com/p/jodconverter). Beachten Sie, dass der Pfad auf das 
lib-Verzeichnis zeigen muss, welches auch jodconverter-core-version.jar 
enth&auml;lt."
+                               type="text" />
+                               <p>
+                                       <i>Siehe <a
+                                               
href="http://openmeetings.apache.org/installation.html";
+                                               
target="_blank">Installation</a></i>
+                               </p></li>
+                       <li><label 
wicket:for="cfg.officePath">OpenOffice-/LibreOffice-Pfad f&uuml;r 
jodconverter</label>
+                               <input wicket:id="cfg.officePath"
+                               title="Der Pfad zu OpenOffice/LibreOffice 
(optional). Bitte geben Sie den echten Pfad an, falls jodconverter die 
OpenOffice-/LibreOffice-Installation nicht automatisch findet."
+                               type="text" />
+                               <p>Der Pfad zu OpenOffice/LibreOffice 
(optional). Bitte geben Sie den richtigen Pfad an, falls 
+                                       jodconverter die 
OpenOffice-/LibreOffice-Installation nicht automatisch findet.</p></li>
+               </ul>
+       </fieldset>
+</wicket:panel>
+</html>

Added: 
openmeetings/trunk/singlewebapp/src/org/apache/openmeetings/web/pages/install/InstallWizard$ParamsStep4_de.html
URL: 
http://svn.apache.org/viewvc/openmeetings/trunk/singlewebapp/src/org/apache/openmeetings/web/pages/install/InstallWizard%24ParamsStep4_de.html?rev=1500570&view=auto
==============================================================================
--- 
openmeetings/trunk/singlewebapp/src/org/apache/openmeetings/web/pages/install/InstallWizard$ParamsStep4_de.html
 (added)
+++ 
openmeetings/trunk/singlewebapp/src/org/apache/openmeetings/web/pages/install/InstallWizard$ParamsStep4_de.html
 Mon Jul  8 03:50:35 2013
@@ -0,0 +1,69 @@
+<?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.
+  
+-->
+<html xmlns:wicket="http://wicket.apache.org";>
+<wicket:panel>
+       <fieldset id="userConf2">
+
+               <legend>Krypto-Typ</legend>
+               <ul>
+                       <li><label 
wicket:for="cfg.cryptClassName">Krypto-Klasse</label>
+                               <input wicket:id="cfg.cryptClassName"  
type="text"
+                               title="Geben Sie den Klassennamen der 
Krypto-Klasse an. &Auml;NDERN SIE DIESEN WERT NICHT, WENN SIE SICH NICHT SICHER 
SIND!" />
+                               <p>
+                                       <i> Sie k&ouml;nnen den 
voreingestellten Krypto-Typ (welcher der 
+                                               PHP-MD5-Funktion entspricht) 
benutzen, oder Sie geben 
+                                               
<b>org.apache.openmeetings.utils.crypt.MD5CryptImplementation</b>
+                                               ein, um BSD-artige 
Verschl&uuml;sselung zu benutzen. F&uuml;r 
+                                               weitergehende Informationen, 
auch zum Schreiben einer eigenen 
+                                               Krypto-Klasse, siehe <a
+                                               
href="http://openmeetings.apache.org/CustomCryptMechanism.html";
+                                               target="_blank">Custom Crypt 
Mechanism</a>. Sie k&ouml;nnen diesen 
+                                               Wert sp&auml;ter 
ver&auml;ndern, ABER vorher erstellte Nutzer und 
+                                               Sitzungen k&ouml;nnten 
anschlie&szlig;end unbenutzbar sein. 
+                                       </i>
+                               </p></li>
+               </ul>
+       </fieldset>
+
+       <fieldset id="red5sip">
+               <legend>red5SIP Configuration</legend>
+               <ul>
+                       <li><label wicket:for="red5SipEnable">SIP 
aktivieren</label>
+                               <select wicket:id="red5SipEnable"></select>
+                               <p>
+                                       <i> red5SIP-Integration aktivieren </i>
+                               </p> </li>
+
+                       <li><label 
wicket:for="cfg.red5SipRoomPrefix">Pr&auml;fix f&uuml;r SIP-R&auml;ume</label>
+                               <input wicket:id="cfg.red5SipRoomPrefix" 
type="text" />
+                               <p>
+                                       <i>Pr&auml;fix f&uuml;r Telefonnummer 
der Konferenzr&auml;ume</i>
+                               </p></li>
+
+                       <li><label 
wicket:for="cfg.red5SipExtenContext">SIP-Erweiterungskontext</label>
+                               <input wicket:id="cfg.red5SipExtenContext" 
type="text" />
+                               <p>
+                                       <i>Kontext f&uuml;r 
Asterisk-Erweiterungen</i>
+                               </p></li>
+               </ul>
+       </fieldset>
+</wicket:panel>
+</html>

Added: 
openmeetings/trunk/singlewebapp/src/org/apache/openmeetings/web/pages/install/InstallWizard$WelcomeStep_de.html
URL: 
http://svn.apache.org/viewvc/openmeetings/trunk/singlewebapp/src/org/apache/openmeetings/web/pages/install/InstallWizard%24WelcomeStep_de.html?rev=1500570&view=auto
==============================================================================
--- 
openmeetings/trunk/singlewebapp/src/org/apache/openmeetings/web/pages/install/InstallWizard$WelcomeStep_de.html
 (added)
+++ 
openmeetings/trunk/singlewebapp/src/org/apache/openmeetings/web/pages/install/InstallWizard$WelcomeStep_de.html
 Mon Jul  8 03:50:35 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.
+  
+-->
+<html xmlns:wicket="http://wicket.apache.org";>
+<wicket:panel>
+       <ol>
+               <li>
+                       <h4>
+                               <a 
id="Recommendation_for_production_environment"></a>Empfehlung 
+                                       f&uuml;r Produktivumgebungen<a 
target="_blank"
+                                       
href="#Recommendation_for_production_environment"
+                                       class="section_anchor"></a>
+                       </h4>
+               <blockquote>
+                       Standardm&auml;&szlig;ig verwendet <span 
wicket:id="app"></span> die integrierte 
+                       Apache Derby Datenbank. In Produktivumgebungen wird 
jedoch der Einsatz von 
+                       <a target="_blank"
+                               
href="http://openmeetings.apache.org/MySQLConfig.html";>MySQL</a>, <a
+                               target="_blank"
+                               
href="http://openmeetings.apache.org/PostgresConfig.html";>Postgres</a>, <a 
+                               target="_blank"
+                               
href="http://openmeetings.apache.org/IBMDB2Config.html";>IBM DB2</a> 
+                       oder <a 
href="http://openmeetings.apache.org/OracleConfig.html";
+                               target="_blank">Oracle</a> empfohlen.
+               </blockquote>
+               </li>
+               <li><h4>
+                               <a 
id="Enabling_Image_Upload_and_import_to_whiteboard"></a>Import von Bildern auf 
+                                       das Whiteboard erm&ouml;glichen<a
+                                       
href="#Enabling_Image_Upload_and_import_to_whiteboard"
+                                       class="section_anchor"></a>
+                       </h4>
+                       <ul>
+                               <li>Installieren Sie 
<strong>ImageMagick</strong> auf dem Server. Weitere
+                                       Informationen unter <a target="_blank"
+                                       href="http://www.imagemagick.org"; 
rel="nofollow">http://www.imagemagick.org</a>.
+                                       Anleitungen f&uuml;r die Installation 
finden Sie unter <a target="_blank"
+                                       
href="http://www.imagemagick.org/script/binary-releases.php";
+                                       
rel="nofollow">http://www.imagemagick.org/script/binary-releases.php</a>, in den
+                                       meisten Linux-Distributionen l&auml;sst 
es sich jedoch bequem per Paketmanager
+                                       (z.B. apt-get) installieren.
+                               </li>
+                       </ul>
+               </li>
+               <li><h4>
+                               <a 
id="Enabling_import_of_PDFs_into_whiteboard"></a>Import von PDF-Dateien auf das
+                                       Whiteboard erm&ouml;glichen<a
+                                       
href="#Enabling_import_of_PDFs_into_whiteboard"
+                                       class="section_anchor"></a>
+                       </h4>
+                       <ul>
+                               <li>Installieren Sie 
<strong>GhostScript</strong> auf dem Server. Weitere
+                                       Informationen (Installationsanleitungen 
etc.) finden Sie unter <a target="_blank"
+                                       
href="http://pages.cs.wisc.edu/%7Eghost/"; 
rel="nofollow">http://pages.cs.wisc.edu/~ghost/</a>. 
+                                       In den meisten Linux-Distributionen 
l&auml;sst es sich bequem per Paketmanager
+                                       (z.B. apt-get) installieren.
+                               </li>
+                               <li>Installieren Sie <strong>SWFTools</strong> 
auf dem Server. Weitere 
+                                       Informationen (Installationsanleitungen 
etc.) finden Sie unter <a target="_blank"
+                                       href="http://www.swftools.org/"; 
rel="nofollow">http://www.swftools.org/</a>. 
+                                       Einige Linux-Distributionen haben es 
bereits in ihre Paketquellen aufgenommen (siehe 
+                                       <a target="_blank"
+                                       
href="http://packages.debian.org/unstable/utils/swftools";
+                                       
rel="nofollow">http://packages.debian.org/unstable/utils/swftools</a>).
+                                       Die empfohlene Version von 
<strong>SWFTools</strong> ist 0.9 - fr&uuml;here Versionen
+                                       enthalten einen Bug, welcher zu 
falschen Objektausdehnungen auf dem Whiteboard 
+                                       f&uuml;hrt.
+                               </li>
+               </ul>
+               </li>
+               <li><h4>
+                               <a
+                                       
id="Enabling_import_of_.doc,_.docx,_.ppt,_.pptx,_..._all_Office_Docu"></a>Import
 von 
+                                       Office-Dokumenten (.doc, .docx, .ppt, 
.pptx, etc.) auf das Whiteboard erm&ouml;glichen
+                                       <a
+                                       
href="#Enabling_import_of_.doc,_.docx,_.ppt,_.pptx,_..._all_Office_Docu"
+                                       class="section_anchor"></a>
+                       </h4>
+                       <ul>
+                               <li><strong>OpenOffice-Service</strong> muss 
gestartet worden sein und auf Port 8100 lauschen, 
+                                       siehe <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>Aufzeichnung
 und 
+                                       Import von Videos (.avi, .flv, .mov und 
.mp4) auf das Whiteboard erm&ouml;glichen<a
+                                       
href="#Enabling_Recording_and_import_of_.avi,_.flv,_.mov_and_.mp4_into"
+                                       class="section_anchor"></a>
+                       </h4>
+                       <ul>
+                               <li>Installieren Sie <strong>FFmpeg</strong>. 
Sie sollten die neueste Version verwenden! 
+                                       Windows-Binaries finden Sie z.B. unter 
+                                       <a target="_blank" 
href="http://ffmpeg.arrozcru.org/builds/";
+                                       
rel="nofollow">http://ffmpeg.arrozcru.org/builds/</a>. Linux- oder OSx-Nutzer 
sollten 
+                                       eine der zahlreichen 
Installationsanleitungen im Web zu Rate ziehen. libmp3lame muss 
+                                       aktiviert sein!
+                               </li>
+                               <li>Installieren Sie <strong>SoX</strong> <a
+                                       href="http://sox.sourceforge.net/"; 
target="_BLANK">http://sox.sourceforge.net/</a>.
+                                       Sie sollten die neueste Version 
verwenden! SoX 12.xx wird NICHT funktionieren!
+                               </li>
+                       </ul>
+               </li>
+       </ol>
+
+       <br />
+       <b> <span style="font-size: 1.2em">Falls Sie weitere Fragen haben oder 
Support bei Installation und Hosting 
+                       ben&ouml;tigen:</span></b>
+       <br />
+       <br />
+
+       <b> <span style="font-size: 1.2em">Kommerzieller Support:</span></b>
+       <br />
+       <br />
+
+       <span style="font-size: 1.1em"><b>Telefonisch</b></span>
+       <br />
+       <span style="font-size: 1.1em">++49 721 467 27327</span>
+       <br />
+       <span style="font-size: 1.1em"><b>Per E-Mail</b></span>
+       <br />
+       <span style="font-size: 1.1em"><a
+               
href="mailto:serv...@openmeetings.de";>serv...@openmeetings.de</a></span>
+       <br />
+       <br />
+       <br />
+       <b><span style="font-size: 1.2em">Support durch die 
OpenMeetings-Community:</span></b>
+       <br />
+       <br />
+       <span style="font-size: 1.1em"><a
+               href="http://openmeetings.apache.org/mail-lists.html";
+               target="_blank">Mailinglisten</a></span>
+       <br />
+</wicket:panel>
+</html>


Reply via email to