You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openmeetings.apache.org by vd...@apache.org on 2013/07/08 05:23:22 UTC

svn commit: r1500568 - /openmeetings/trunk/singlewebapp/src/org/apache/openmeetings/web/pages/install/

Author: vdegtyarev
Date: Mon Jul  8 03:23:22 2013
New Revision: 1500568

URL: http://svn.apache.org/r1500568
Log:
OPENMEETINGS-663: Spanish translation is added.

Added:
    openmeetings/trunk/singlewebapp/src/org/apache/openmeetings/web/pages/install/CongratulationsPanel_es.html
    openmeetings/trunk/singlewebapp/src/org/apache/openmeetings/web/pages/install/InstallWizard$InstallStep_es.html
    openmeetings/trunk/singlewebapp/src/org/apache/openmeetings/web/pages/install/InstallWizard$ParamsStep1_es.html
    openmeetings/trunk/singlewebapp/src/org/apache/openmeetings/web/pages/install/InstallWizard$ParamsStep2_es.html
    openmeetings/trunk/singlewebapp/src/org/apache/openmeetings/web/pages/install/InstallWizard$ParamsStep3_es.html
    openmeetings/trunk/singlewebapp/src/org/apache/openmeetings/web/pages/install/InstallWizard$ParamsStep4_es.html
    openmeetings/trunk/singlewebapp/src/org/apache/openmeetings/web/pages/install/InstallWizard$WelcomeStep_es.html

Added: openmeetings/trunk/singlewebapp/src/org/apache/openmeetings/web/pages/install/CongratulationsPanel_es.html
URL: http://svn.apache.org/viewvc/openmeetings/trunk/singlewebapp/src/org/apache/openmeetings/web/pages/install/CongratulationsPanel_es.html?rev=1500568&view=auto
==============================================================================
--- openmeetings/trunk/singlewebapp/src/org/apache/openmeetings/web/pages/install/CongratulationsPanel_es.html (added)
+++ openmeetings/trunk/singlewebapp/src/org/apache/openmeetings/web/pages/install/CongratulationsPanel_es.html Mon Jul  8 03:23:22 2013
@@ -0,0 +1,56 @@
+<?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">Entrar a la Aplicación</a>
+	</h2>
+	<br />
+	<br />
+	
+	Si su servidor Red5 corre en un Puerto distinto o en diferente dominio<br />
+	<a href="public/config.xml">cambie los valores de configuración del cliente</a>
+	<br />
+	<br />
+	<br />
+
+	<b> <span style="font-size: 1.4em">Listas de correo</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">Hay algunas compañias
+			que tambien ofrecen soporte comercial para 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_es.html
URL: http://svn.apache.org/viewvc/openmeetings/trunk/singlewebapp/src/org/apache/openmeetings/web/pages/install/InstallWizard%24InstallStep_es.html?rev=1500568&view=auto
==============================================================================
--- openmeetings/trunk/singlewebapp/src/org/apache/openmeetings/web/pages/install/InstallWizard$InstallStep_es.html (added)
+++ openmeetings/trunk/singlewebapp/src/org/apache/openmeetings/web/pages/install/InstallWizard$InstallStep_es.html Mon Jul  8 03:23:22 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">Por favor pulse el botón "Finish" para comenzar la instalación!</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_es.html
URL: http://svn.apache.org/viewvc/openmeetings/trunk/singlewebapp/src/org/apache/openmeetings/web/pages/install/InstallWizard%24ParamsStep1_es.html?rev=1500568&view=auto
==============================================================================
--- openmeetings/trunk/singlewebapp/src/org/apache/openmeetings/web/pages/install/InstallWizard$ParamsStep1_es.html (added)
+++ openmeetings/trunk/singlewebapp/src/org/apache/openmeetings/web/pages/install/InstallWizard$ParamsStep1_es.html Mon Jul  8 03:23:22 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>Datos del usuario</legend>
+		<ul>
+			<li><label wicket:for="cfg.username">Nombre de usuario</label>
+				<input wicket:id="cfg.username" title="Enter a username" type="text" />
+			</li>
+			<li><label wicket:for="cfg.password">Contraseña</label>
+				<input wicket:id="cfg.password" title="Enter a password" type="password" />
+			</li>
+			<li><label wicket:for="cfg.email">Dirección de correo</label>
+				<input wicket:id="cfg.email" title="Enter a EMail" type="text" />
+			</li>
+			<li><label wicket:for="ical_timeZone">Time Zone del Usuario</label>
+				<select wicket:id="ical_timeZone"></select>
+			</li>
+		</ul>
+	</fieldset>
+
+	<fieldset id="userOrga">
+
+		<legend>Organización (Dominios)</legend>
+		<ul>
+			<li><label wicket:for="cfg.group">Nombre</label>
+				<input wicket:id="cfg.group" title="Enter a default Organisation" type="text" /></li>
+		</ul>
+	</fieldset>
+</wicket:panel>
+</html>

Added: openmeetings/trunk/singlewebapp/src/org/apache/openmeetings/web/pages/install/InstallWizard$ParamsStep2_es.html
URL: http://svn.apache.org/viewvc/openmeetings/trunk/singlewebapp/src/org/apache/openmeetings/web/pages/install/InstallWizard%24ParamsStep2_es.html?rev=1500568&view=auto
==============================================================================
--- openmeetings/trunk/singlewebapp/src/org/apache/openmeetings/web/pages/install/InstallWizard$ParamsStep2_es.html (added)
+++ openmeetings/trunk/singlewebapp/src/org/apache/openmeetings/web/pages/install/InstallWizard$ParamsStep2_es.html Mon Jul  8 03:23:22 2013
@@ -0,0 +1,68 @@
+<?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>Configuración</legend>
+		<ul>
+			<li><label for="configdefault">Permitir auto-registro (allow_frontend_register)</label>
+				<select wicket:id="allowFrontendRegister"></select>
+			</li>
+			<li><label wicket:for="sendEmailAtRegister">Enviar Correo a los nuevos Usuarios registrados (sendEmailAtRegister)</label>
+				<select wicket:id="sendEmailAtRegister"></select>
+			</li>
+			<li><label wicket:for="sendEmailWithVerficationCode">Los Nuevos Usuarios necesitan verificarse con sus Correos (sendEmailWithVerficationCode)</label>
+				<select wicket:id="sendEmailWithVerficationCode"></select>
+			</li>
+			<li><label wicket:for="createDefaultRooms">Salas Preconfiguradas de todo tipo serán creadas</label>
+				<select wicket:id="createDefaultRooms"></select>
+			</li>
+			<li><label wicket:for="cfg.mailReferer">Correo de Referencia (system_email_addr)</label>
+				<input wicket:id="cfg.mailReferer" title="Enter a Referer" type="text" />
+			</li>
+			<li><label wicket:for="cfg.smtpServer">Servidor SMTP (smtp_server)</label>
+				<input wicket:id="cfg.smtpServer" title="Enter a SMTP-Server" type="text" />
+			</li>
+			<li><label wicket:for="cfg.smtpPort">Puerto del Servidor (el Puerto clásico del Servidor-Smtp es el 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">Nombre de Usuario de correo SMTP (email_username)</label>
+				<input wicket:id="cfg.mailAuthName" title="Enter the mail-username" type="text" />
+			</li>
+			<li><label wicket:for="cfg.mailAuthPass">Contraseña del usuario de correo SMTP (email_userpass)</label>
+				<input wicket:id="cfg.mailAuthPass" title="Enter the mail-userpass" type="password" />
+			</li>
+			<li><label wicket:for="mailUseTls">Activar TLS en el Servidor de Correo Autentificado</label>
+				<select wicket:id="mailUseTls"></select>
+			</li>
+			<li><label wicket:for="replyToOrganizer">Poner la dirección de correo electrónico como ReplyTo en los correos de invitaciónes (inviter.email.as.replyto)</label>
+				<select wicket:id="replyToOrganizer"></select>
+			</li>
+			<li><label wicket:for="defaultLangId">Idioma preferido</label>
+				<select wicket:id="defaultLangId"></select>
+			</li>
+			<li><label wicket:for="cfg.defaultExportFont">Fuente Preferida para Exportar [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_es.html
URL: http://svn.apache.org/viewvc/openmeetings/trunk/singlewebapp/src/org/apache/openmeetings/web/pages/install/InstallWizard%24ParamsStep3_es.html?rev=1500568&view=auto
==============================================================================
--- openmeetings/trunk/singlewebapp/src/org/apache/openmeetings/web/pages/install/InstallWizard$ParamsStep3_es.html (added)
+++ openmeetings/trunk/singlewebapp/src/org/apache/openmeetings/web/pages/install/InstallWizard$ParamsStep3_es.html Mon Jul  8 03:23:22 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.
+  
+-->
+<html xmlns:wicket="http://wicket.apache.org">
+<wicket:panel>
+	<fieldset id="userConf1">
+		<legend>Convertidores</legend>
+		<ul>
+			<li><label wicket:for="cfg.swfZoom">SWFTools Zoom</label>
+			<input wicket:id="cfg.swfZoom" title="Enter the dpi that swftools will use for PDF to SWF conversion"
+				type="text" />
+				<p>
+					<i>Puede comprobar si la ruta a la instalación de swftools es la correcta
+                     abriendo una shell o cmd-prompt y escribir pdf2swf  Introduzca la dpi
+                     que swftools empleará para convertir PDF a SWF. Preconfigurada es
+                     72 dpi
+					 <p>
+					 consulte 
+					 <a href="http://openmeetings.apache.org/installation.html"
+						target="_blank">Instalación</a>
+					</i>
+				</p></li>
+			<li><label wicket:for="cfg.swfJpegQuality">SWFTools JPEG Quality</label>
+				<input wicket:id="cfg.swfJpegQuality" 
+				title="Enter the quality of embedded jpeg pictures to quality. 0 is worst (small), 100 is best (big). (default:85)"
+				type="text" />
+				<p>
+					<i>Puede comprobar si la ruta a la instalación de swftools es la correcta
+                    abriendo una shell o cmd-prompt y escribir pdf2swf  Introduzca la calidad
+                    de las imagenes jpeg embebidas. 0 es la menor (pequeña),
+                    100 es la mejor (grande). (preconfigurada:85) 
+					<p>consulte
+            <a href="http://openmeetings.apache.org/installation.html"
+						target="_blank">Instalación</a>
+					</i>
+				</p>
+			</li>
+			<li><label wicket:for="cfg.swfPath">SWFTools Path (Ruta)</label>
+				<input wicket:id="cfg.swfPath" 
+				title="Enter the path to swftools for example C:/swftools (Windows) or leave blank if swftools is a known to your system path"
+				type="text" />
+				<p>
+					<i>Puede comprobar si la ruta a la instalación de swftools es la correcta
+                     abriendo una shell o cmd-prompt y escribir pdf2swf  Si muestra
+                     una lista de opciones, deje este campo en blanco, si no debe especificar
+                     la ruta a pdf2swf en su sistema 
+					 <p>consulte 
+					 <a href="http://openmeetings.apache.org/installation.html"
+						target="_blank">Instalación</a>
+					</i>
+				</p></li>
+			<li><label wicket:for="cfg.imageMagicPath">ImageMagick Path (Ruta)</label>
+				<input wicket:id="cfg.imageMagicPath" 
+				title="Enter the path to ImageMagick, leave blank if ImageMagick is successfully installed to system-path"
+				type="text" />
+				<p>
+					<i>consulte <a
+						href="http://openmeetings.apache.org/installation.html"
+						target="_blank">Instalación</a></i>
+				</p></li>
+			<li><label wicket:for="cfg.ffmpegPath">FFMPEG Path (Ruta)</label>
+				<input wicket:id="cfg.ffmpegPath" 
+				title="Enter the path to FFMPEG, leave blank if FFMPEG is successfully installed to system-path"
+				type="text" />
+				<p>
+					<i>consulte <a
+						href="http://openmeetings.apache.org/installation.html"
+						target="_blank">Instalación</a></i>
+				</p></li>
+			<li><label wicket:for="cfg.soxPath">SoX Path (Ruta)</label>
+				<input wicket:id="cfg.soxPath" 
+				title="Enter the path to SoX, leave blank if SoX is successfully installed to system-path"
+				type="text" />
+				<p>
+					<i>consulte <a
+						href="http://openmeetings.apache.org/installation.html"
+						target="_blank">Instalación</a></i>
+				</p></li>
+			<li><label wicket:for="cfg.jodPath">JOD Path (Ruta)</label>
+				<input wicket:id="cfg.jodPath"
+				title="The path to JOD library (http://code.google.com/p/jodconverter), configure the path to point to the lib directory of JOD that contains also the jodconverter-core-version.jar"
+				type="text" />
+				<p>
+					<i>consulte <a
+						href="http://openmeetings.apache.org/installation.html"
+						target="_blank">Instalación</a></i>
+				</p></li>
+			<li><label wicket:for="cfg.officePath">OpenOffice/LibreOffice Path (Ruta) para jodconverter</label>
+				<input wicket:id="cfg.officePath"
+				title="The path to OpenOffice/LibreOffice (optional) please set this to the real path in case jodconverter is unable to find OpenOffice/LibreOffice installation automatically"
+				type="text" />
+				<p>El path (ruta) a OpenOffice/LibreOffice (opcional) por favor
+				configúrelo correctamente en caso de que jodconverter no pueda
+				encontrar la instalación de OpenOffice/LibreOffice</p></li>
+		</ul>
+	</fieldset>
+</wicket:panel>
+</html>

Added: openmeetings/trunk/singlewebapp/src/org/apache/openmeetings/web/pages/install/InstallWizard$ParamsStep4_es.html
URL: http://svn.apache.org/viewvc/openmeetings/trunk/singlewebapp/src/org/apache/openmeetings/web/pages/install/InstallWizard%24ParamsStep4_es.html?rev=1500568&view=auto
==============================================================================
--- openmeetings/trunk/singlewebapp/src/org/apache/openmeetings/web/pages/install/InstallWizard$ParamsStep4_es.html (added)
+++ openmeetings/trunk/singlewebapp/src/org/apache/openmeetings/web/pages/install/InstallWizard$ParamsStep4_es.html Mon Jul  8 03:23:22 2013
@@ -0,0 +1,66 @@
+<?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>Tipo de Encriptación</legend>
+		<ul>
+			<li><label wicket:for="cfg.cryptClassName">Crypt Class</label>
+				<input wicket:id="cfg.cryptClassName"  type="text"
+				title="Enter the Class name of the Encryption Class. DO NOT ALTER THIS IF YOU ARE NOT SURE" />
+				<p>
+					<i> Puede emplear este tipo de encriptación que es igual
+                        a la función PHP-MD5 o BSD-Style empleando: <b>org.apache.openmeetings.utils.crypt.MD5CryptImplementation</b>
+						para más información o escribir su propio Cryp-Style mire en: <a
+						href="http://openmeetings.apache.org/CustomCryptMechanism.html"
+						target="_blank">Customizar Mecanismo de Encriptación</a> Puede editar este valor
+						después AUNQUE los Usuarios y Sesiones creadas anteriormente pueden quedar
+						en desuso para siempre.
+					</i>
+				</p></li>
+		</ul>
+	</fieldset>
+
+	<fieldset id="red5sip">
+		<legend>red5SIP Configuración</legend>
+		<ul>
+			<li><label wicket:for="red5SipEnable">Activar SIP</label>
+				<select wicket:id="red5SipEnable"></select>
+				<p>
+					<i> Activar la integración de red5SIP </i>
+				</p> </li>
+
+			<li><label wicket:for="cfg.red5SipRoomPrefix">SIP prefijo de salas</label>
+				<input wicket:id="cfg.red5SipRoomPrefix" type="text" />
+				<p>
+					<i>Prefijo para número telefónico de salas de conferencia</i>
+				</p></li>
+
+			<li><label wicket:for="cfg.red5SipExtenContext">SIP extensiones contexto</label>
+				<input wicket:id="cfg.red5SipExtenContext" type="text" />
+				<p>
+					<i>Contexto de Asterisk extensiones</i>
+				</p></li>
+		</ul>
+	</fieldset>
+</wicket:panel>
+</html>

Added: openmeetings/trunk/singlewebapp/src/org/apache/openmeetings/web/pages/install/InstallWizard$WelcomeStep_es.html
URL: http://svn.apache.org/viewvc/openmeetings/trunk/singlewebapp/src/org/apache/openmeetings/web/pages/install/InstallWizard%24WelcomeStep_es.html?rev=1500568&view=auto
==============================================================================
--- openmeetings/trunk/singlewebapp/src/org/apache/openmeetings/web/pages/install/InstallWizard$WelcomeStep_es.html (added)
+++ openmeetings/trunk/singlewebapp/src/org/apache/openmeetings/web/pages/install/InstallWizard$WelcomeStep_es.html Mon Jul  8 03:23:22 2013
@@ -0,0 +1,150 @@
+<?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>Recomendación
+				para medios de producción<a target="_blank"
+					href="#Recommendation_for_production_environment"
+					class="section_anchor"></a>
+			</h4>
+		<blockquote>
+			Viene predeterminado <span wicket:id="app"></span> emplear la base de datos Apache Derby. Para
+			medios de producción considere emplear <a target="_blank"
+				href="http://openmeetings.apache.org/MySQLConfig.html">MySQL</a>, <a
+				target="_blank"
+				href="http://openmeetings.apache.org/PostgresConfig.html">Postgres</a>
+			o por ejemplo <a target="_blank"
+				href="http://openmeetings.apache.org/IBMDB2Config.html">IBM DB2</a>
+			o <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>Activar Subir Imagen e Importar a la pizarra
+				<a href="#Enabling_Image_Upload_and_import_to_whiteboard"
+					class="section_anchor"></a>
+			</h4>
+			<ul>
+				<li>Instalar <strong>ImageMagick</strong> en el servidor, puede obtener más información en
+				<a target="_blank" href="http://www.imagemagick.org" rel="nofollow">http://www.imagemagick.org</a>
+					observando instalación. Las instrucciones para la misma puede encontrarlas aquí
+					<a target="_blank" href="http://www.imagemagick.org/script/binary-releases.php"
+					rel="nofollow">http://www.imagemagick.org/script/binary-releases.php</a>,
+					de todos modos en la mayoría de los sistemas linux puede conseguirlo via su favorito
+					paquete de administración (apt-get it).
+				</li>
+			</ul>
+		</li>
+		<li><h4>
+				<a id="Enabling_import_of_PDFs_into_whiteboard"></a>Activando
+				importar PDFs a la pizarra<a
+					href="#Enabling_import_of_PDFs_into_whiteboard"
+					class="section_anchor"></a>
+			</h4>
+			<ul>
+				<li>Instale <strong>GhostScript</strong> en el servidor, puede tener
+					más información en <a target="_blank" href="http://pages.cs.wisc.edu/%7Eghost/" rel="nofollow">http://pages.cs.wisc.edu/~ghost/</a>
+					mire instalación. Las instrucciones para la instalación se encuentran allá, 
+					de todos modos en la mayoría de los sistemas linux puede conseguirlo
+					via su favorito paquete de administración (apt-get it)
+				</li>
+				<li>Instale <strong>SWFTools</strong> en el servidor, puede tener
+					más información en <a target="_blank"
+					href="http://www.swftools.org/" rel="nofollow">http://www.swftools.org/</a>
+					mire instalación. Algunas de las distribuciones Linux ya lo tienen en el
+					administrador de paquetes, vea <a target="_blank"
+					href="http://packages.debian.org/unstable/utils/swftools"
+					rel="nofollow">http://packages.debian.org/unstable/utils/swftools</a>),
+					la versió recomendada de <strong>SWFTools</strong> es 0.9 porque las versiones
+					anteriores tienen un bug que hace llevar unas dimensiones erróneas al objeto
+                     en la Pizarra.
+				</li>
+		</ul>
+		</li>
+		<li><h4>
+				<a
+					id="Enabling_import_of_.doc,_.docx,_.ppt,_.pptx,_..._all_Office_Docu"></a>Activando
+				importar .doc, .docx, .ppt, .pptx, ... todos los Documentos de Oficina a la Pizarra
+				<a href="#Enabling_import_of_.doc,_.docx,_.ppt,_.pptx,_..._all_Office_Docu"
+					class="section_anchor"></a>
+			</h4>
+			<ul>
+				<li><strong>OpenOffice-Service</strong> lanzado y escuchando en el
+					puerto 8100, vea <a target="_blank"
+					href="http://openmeetings.apache.org/OpenOfficeConverter.html">OpenOfficeConverter</a>
+					para más detalles.</li>
+			</ul>
+		</li>
+		<li><h4>
+				<a
+					id="Enabling_Recording_and_import_of_.avi,_.flv,_.mov_and_.mp4_into"></a>Activando
+				Grabación e importación de .avi, .flv, .mov and .mp4 a la pizarra<a
+					href="#Enabling_Recording_and_import_of_.avi,_.flv,_.mov_and_.mp4_into"
+					class="section_anchor"></a>
+			</h4>
+			<ul>
+				<li>Instalar <strong>FFMpeg</strong>. Puede conseguir FFMPEG de una copia actualizada! 
+				    Para Windows puede descargar una Build, por ejemplo desde
+					<a target="_blank" href="http://ffmpeg.arrozcru.org/builds/"
+					rel="nofollow">http://ffmpeg.arrozcru.org/builds/</a> Los usuarios de Linux o OSx
+					pueden emplear una de las variadas Instrucciones de Instalación que hay en la Web. 
+					Es necesario activar libmp3lame!
+				</li>
+				<li>Instalar <strong>SoX</strong> <a
+					href="http://sox.sourceforge.net/" target="_BLANK">http://sox.sourceforge.net/</a>.
+					Instalar una copia de SOX actualizada! SOX 12.xx no funcionará!
+				</li>
+			</ul>
+		</li>
+	</ol>
+
+	<br />
+	<b> <span style="font-size: 1.2em">Si tiene otras cuestiones o necesita soporte para instalación o hosting:</span></b>
+	<br />
+	<br />
+
+	<b> <span style="font-size: 1.2em">Soporte-Comercial:</span></b>
+	<br />
+	<br />
+
+	<span style="font-size: 1.1em"><b>Via  telefónica</b></span>
+	<br />
+	<span style="font-size: 1.1em">++49 721 467 27327</span>
+	<br />
+	<span style="font-size: 1.1em"><b>Por correo</b></span>
+	<br />
+	<span style="font-size: 1.1em"><a
+		href="mailto:service@openmeetings.de">service@openmeetings.de</a></span>
+	<br />
+	<br />
+	<br />
+	<b><span style="font-size: 1.2em">Soporte-Comunidad:</span></b>
+	<br />
+	<br />
+	<span style="font-size: 1.1em"><a
+		href="http://openmeetings.apache.org/mail-lists.html"
+		target="_blank">Listas de correo</a></span>
+	<br />
+</wicket:panel>
+</html>