| 12345678910111213141516171819202122232425262728293031323334353637 |
- <?php
- /**
- * About English lexicon topic
- *
- * @language en
- * @package modx
- * @subpackage lexicon
- */
- $_lang['help_page_title'] = 'Ayuda y Soporte';
- $_lang['help_main_head'] = 'MODX está Aquí para Ti';
- $_lang['help_main_subhead'] = 'See below to get the help you need for your MODX project<br>Find more details at <a href="https://modx.com/community/free-support-options">modx.com/community/free-support-options</a> or call +1 (469) 777-6639';
- $_lang['forums'] = 'Foros';
- $_lang['forums_title'] = 'Foros de la Comunidad MODX';
- $_lang['forums_description'] = 'Ayuda gratuita de la Comunidad';
- $_lang['forums_link'] = 'http://forums.modx.com/';
- $_lang['docs'] = 'Documentación';
- $_lang['docs_title'] = 'Lee el Fantástico Manual de MODX';
- $_lang['docs_description'] = 'Lee los Manuales Oficiales de MODX';
- $_lang['docs_link'] = 'https://docs.modx.com/';
- $_lang['bugs'] = 'Seguimiento de Errores';
- $_lang['bugs_title'] = 'Reporte de Errores y Petición de Características';
- $_lang['bugs_description'] = '¿Has encontrado un fallo? ¡Háznoslo saber!';
- $_lang['bugs_link'] = 'https://github.com/modxcms/revolution/issues';
- $_lang['support'] = 'Soporte Comercial';
- $_lang['support_title'] = 'Compra un Ticket de Soporte de Emergencia Ahora';
- $_lang['support_description'] = 'Soporte prioritario desde el origen';
- $_lang['support_link'] = 'https://modx.com/services/';
- $_lang['email_placeholder'] = 'tu@ejemplo.com';
- $_lang['email_sub'] = 'Mantente al Día con MODX';
- $_lang['email_sub_description'] = 'Suscríbete al <b>Newsletter de MODX</b> para recibir todas las noticias importantes acerca de MODX. Simplemente introduce tu correo electrónico debajo - prometemos no enviarte spam nunca.';
- $_lang['email_sub_button'] = 'Registrarse';
- $_lang['social_follows'] = 'También puedes <b>seguir a MODX</b> en los siguientes canales.';
- $_lang['follow'] = 'Seguir a MODX';
- $_lang['like'] = 'Me Gusta MODX';
- $_lang['circle'] = 'Círculo de MODX';
- $_lang['help_about'] = 'The MODX® software you are using is the result of collaboration with an amazing community of users, supporters and developers. Since 2004, the team behind MODX has sponsored and managed it, funding ongoing work through commercial support and commissioned features. You can <a href="https://modx.com/services/" class="supportTicket">buy support from the source</a> to get one hour of emergency support (also usable for two hours non-priority support). Or <a href="mailto:hello@modx.com?subject=MODX Manager Inquiry ">email us</a> if you have another question about MODX in general.';
- $_lang['help_credit'] = 'MODX es un software de código abierto licenciado bajo <a href="http://www.gnu.org/licenses/gpl-2.0.html" target="_blank">GPL versión 2.0</a> o posterior. Copyright 2005-[[+current_year]] por MODX, LLC. “MODX” es una marca registrada. Se honrado—por favor, mantén intacto este texto acreditativo y el resto de información de esta página.';
|