File: D:/web/itpartnership.net (cms)/admin/lang/ext/es_ES/admin.inc.php
<?php
$lang['admin']['revert'] = 'Anular todos los cambios';
$lang['admin']['autoclearcache2'] = 'Eliminar los archivos de caché anteriores al número de días especificado';
$lang['admin']['nothingtodo'] = '¡Nada que hacer!';
$lang['admin']['root'] = 'Root';
$lang['admin']['info_content_autocreate_flaturls'] = 'Si se habilita, todas las URL se crearán como una copia del alias de la página (pero no estará sincronizado con el alias de la página)';
$lang['admin']['content_autocreate_flaturls'] = 'Automatically created URL's are flat';
$lang['admin']['content_autocreate_urls'] = 'Crear URL's de página de forma automática';
$lang['admin']['content_mandatory_urls'] = 'Se necesitan URLS de página';
$lang['admin']['content_imagefield_path'] = 'Ruta al campo de imagen';
$lang['admin']['info_content_imagefield_path'] = 'Relative to the image uploads path, specify a directory name that contains the paths containing files for the image field';
$lang['admin']['content_thumbnailfield_path'] = 'Ruta al campo vista en miniatura';
$lang['admin']['info_content_thumbnailfield_path'] = 'Relative to the image uploads path, specify a directory name that contains the paths containing files for the image field. Usually this will be the same as the path above.';
$lang['admin']['contentimage_path'] = 'Path for {content_image} tag';
$lang['admin']['info_contentimage_path'] = 'Relative to the uploads path, specify a directory name that contains the paths containing files for the {content_image} tag. This value is used as a default for the dir parameter';
$lang['admin']['editcontent_settings'] = 'Content Editing Settings';
$lang['admin']['help_page_url'] = 'Specify an alternat URL (relative to the root of your website) that can be used to uniquely identify this page. i.e: path/to/mypage';
$lang['admin']['help_page_alias'] = 'The alias is used as an alternate to the page id to uniquely identify a page. It must be unique across all pages. The alias is also used to assist in building the URL for the page';
$lang['admin']['help_page_searchable'] = 'This setting indicates whether the content for this page should be indexed by the search engine';
$lang['admin']['help_page_cachable'] = 'Performance can be increased by setting as many pages as possible to cachable. However this cannot be used for pages where content may change on a per request basis';
$lang['admin']['sitedownexcludeadmins'] = 'Exclude logged in administrators';
$lang['admin']['your_ipaddress'] = 'Your IP Address is';
$lang['admin']['use_wysiwyg'] = 'Use WYSIWYG';
$lang['admin']['contenttype_redirlink'] = 'Redirecting Link';
$lang['admin']['yes'] = 'Yes';
$lang['admin']['no'] = 'No';
$lang['admin']['listcontent_showalias'] = 'Display the "Alias" column';
$lang['admin']['listcontent_showurl'] = 'Display the "URL" column';
$lang['admin']['listcontent_showtitle'] = 'Display the Page Title or Menu Text';
$lang['admin']['listcontent_settings'] = 'Content List Settings';
$lang['admin']['lctitle_page'] = 'The title of existing content items';
$lang['admin']['lctitle_alias'] = 'The alias of existing content items. Some content items do not have aliases';
$lang['admin']['lctitle_url'] = 'The URL suffix for the content item. If set';
$lang['admin']['lctitle_template'] = 'The selected template for the content item. Some content items do not have templates';
$lang['admin']['lctitle_owner'] = 'The owner of the content item';
$lang['admin']['lctitle_active'] = 'Indicates wether the content item is active. Inactive items cannot be displayed.';
$lang['admin']['lctitle_default'] = 'Specify the content item that is accessed when the root url is requested. Only one item can be default';
$lang['admin']['lctitle_move'] = 'Allows arranging your content hierarchy';
$lang['admin']['lctitle_multiselect'] = 'Select All/Select None';
$lang['admin']['invalid_url'] = 'The page URL specified is invalid. It should contain ony alphanumeric characters, or - or /';
$lang['admin']['page_url'] = 'Page URL';
$lang['admin']['runuserplugin'] = 'Run User Plugin';
$lang['admin']['output'] = 'Output';
$lang['admin']['run'] = 'Run';
$lang['admin']['run_udt'] = 'Run this User Defined Tag';
$lang['admin']['stylesheetcopied'] = 'Hoja de estilos copiada';
$lang['admin']['templatecopied'] = 'Plantilla copiada';
$lang['admin']['ecommerce_desc'] = 'Modulos que permiten el Comercio Electrónico';
$lang['admin']['ecommerce'] = 'Comercio Electrónico';
$lang['admin']['help_function_content_module'] = '<h3>What does this do?</h3>
<p>This content block type allows interfacing with different modules to create different content block types.</p>
<p>Some modules can define content block types for use in module templates. i.e: The FrontEndUsers module may define a group list content block type. It will then indicate how you can use the content_module tag to utilize that block type within your templates.</p>
<p><strong>Note:</strong> This block type must be used only with compatible modules. You should not use this in any way except for as guided by addon modules.</p>';
$lang['admin']['error_parsing_content_blocks'] = 'Ocurrió un error analizando los bloques de contenido (quizás por duplicidad de nombre)';
$lang['admin']['error_no_default_content_block'] = 'No ha sido detectado un bloque de contenido por defecto en esta plantilla. Por favor, asegurate que existe una etiqueta {content} en la plantilla.';
$lang['admin']['help_function_cms_stylesheet'] = ' <h3>What does this do?</h3>
<p>A replacement for the {stylesheet} tag, this tag provides caching of css files by generating static files in the tmp/cache directory, and smarty processing of the individual stylesheets.</p>
<p>This plugin retrieves stylesheet information from the system. By default, it grabs all of the stylesheets attached to the current template in the order specified by the designer, and generates stylesheet tags.</p>
<p>Generated stylesheets are uniquely named according to the last modification date in the database, and are only generated if the stylesheet has changed.</p>
<p>This tag is the replacement for the {stylesheet} tag.</p>
<h3>How do I use it?</h3>
<p>Just insert the tag into your template/page's head section like: <code>{cms_stylesheet}</code></p>
<h3>What parameters does it take?</h3>
<ul>
<li><em>(optional)</em>name - Instead of getting all stylesheets for the given page, it will only get one specifically named one, whether it's attached to the current template or not.</li>
<li><em>(optional)</em>templateid - If templateid is defined, this will return stylesheets associated with that template instead of the current one.</li>
<li><em>(optional)</em>media - When used in conjunction with the name parameter this parameter will allow you to override the media type for that stylesheet. When used in conjunction with the templateid parameter, the media parameter will only output stylesheet tags for those stylesheets that arer marked as compatible with the specified media type.</li>
</ul>
<h3>Smarty Processing</h3>
<p>When generating css files this system passes the stylesheets retrieved from the database through smarty. The smarty delimiters have been changed from the CMSMS standard { and } to [[ and ]] respectively to ease transition in stylesheets. This allows creating smarty variables i.e.: [[assign var='red' value='#900']] at the top of the stylesheet, and then using these variables later in the stylesheet, i.e:</p>
<pre>
<code>
h3 .error { color: [[$red]]; }<br/>
</code>
</pre>
<p>Because the cached files are generated in the tmp/cache directory of the CMSMS installation, the CSS relative working directory is not the root of the website. Therefore any images, or other tags that require a url should use the [[root_url]] tag to force it to be an absolute url. i.e:</p>
<pre>
<code>
h3 .error { background: url([[root_url]]/uploads/images/error_background.gif); }<br/>
</code>
</pre>
<p><strong>Note:</strong> Due to the caching nature of the plugin, smarty variables should be placed at the top of EACH stylesheet that is attached to a template.</p>';
$lang['admin']['pseudocron_granularity'] = 'Pseudocron Granularity';
$lang['admin']['info_pseudocron_granularity'] = 'Este parámetro indica la peridiocidad con la que el sistema ejecutará las tareas programadas';
$lang['admin']['cron_request'] = 'Cada petición';
$lang['admin']['cron_15m'] = '15 Minutos';
$lang['admin']['cron_30m'] = '30 Minutos';
$lang['admin']['cron_60m'] = '1 Hora';
$lang['admin']['cron_120m'] = '2 Horas';
$lang['admin']['cron_3h'] = '3 Horas';
$lang['admin']['cron_6h'] = '6 Horas';
$lang['admin']['cron_12h'] = '12 Horas';
$lang['admin']['cron_24h'] = '24 Horas';
$lang['admin']['clearcache_taskdescription'] = 'Executed daily, this task will clear cached files that are older than the age preset in the global preferences';
$lang['admin']['clearcache_taskname'] = 'Limpiar los ficheros de la caché';
$lang['admin']['info_autoclearcache'] = 'Specify an integer value. Enter 0 to disable automatic cache clearing';
$lang['admin']['autoclearcache'] = 'Automatically clear the cache every N days';
$lang['admin']['listtemplates_pagelimit'] = 'Number of rows per page when viewing templates';
$lang['admin']['liststylesheets_pagelimit'] = 'Number of rows per page when viewing stylesheets';
$lang['admin']['listgcbs_pagelimit'] = 'Number of rows per page when viewing Global Content Blocks';
$lang['admin']['insecure'] = 'Inseguro (HTTP)';
$lang['admin']['secure'] = 'Seguro (HTTPS)';
$lang['admin']['secure_page'] = 'Usar HTTPS para esta página';
$lang['admin']['thumbnail_width'] = 'Thumbnail Width';
$lang['admin']['thumbnail_height'] = 'Thumbnail Height';
$lang['admin']['E_STRICT'] = 'Is E_STRICT disabled in error_reporting';
$lang['admin']['test_estrict_failed'] = 'E_STRICT is enabled in the error_reporting';
$lang['admin']['info_estrict_failed'] = 'Some libraries that CMSMS uses do not work well with E_STRICT. Please disable this before continuing';
$lang['admin']['E_DEPRECATED'] = 'Is E_DEPRECATED disabled in error_reporting';
$lang['admin']['test_edeprecated_failed'] = 'E_DEPRECATED is enabled';
$lang['admin']['info_edeprecated_failed'] = 'If E_DEPRECATED is enabled in your error reporting users will see alot of warning messages that could effect the display and functionalty';
$lang['admin']['session_use_cookies'] = 'Las Sesiones pueden usar Cookies';
$lang['admin']['errorgettingcontent'] = 'No se pudo obtener información para el objeto de contenido especificado';
$lang['admin']['errordeletingcontent'] = 'Error al borrar el contenido (esta pagina tiene sub-paginas o es el contenido por defecto)';
$lang['admin']['invalidemail'] = 'La direción de email es inválida';
$lang['admin']['info_deletepages'] = 'Nota: Debido a restricciones de permisos, algunas de las paginas seleccionadas para ser borradas puede que no esten listadas abajo.';
$lang['admin']['info_pagealias'] = 'Especificar un alias unico para esta pagina.';
$lang['admin']['info_autoalias'] = 'Si este campo está vacio, se generará un alias automaticamente.';
$lang['admin']['invalidparent'] = 'Debe seleccionar una pagina parental (contacte a su administrador si no ve esta opcion).';
$lang['admin']['forgotpwprompt'] = 'Ingrese su nombre de usuario administrativo. Se enviará un correo electronico con la nueva información de ingreso a la dirección asociada con dicho nombre de usuario.';
$lang['admin']['info_basic_attributes'] = 'Este campo permite especificar que propiedades del contenido pueden ser editadas por usuarios que no poseen el permiso "Modificar estructura de la pagina".';
$lang['admin']['basic_attributes'] = 'Propiedades basicas.';
$lang['admin']['no_permission'] = 'No tiene permiso para ejecutar esa función.';
$lang['admin']['bulk_success'] = 'Operación masiva has sido actualizada.';
$lang['admin']['no_bulk_performed'] = 'No se ejectuó ninguna operación masiva.';
$lang['admin']['info_preview_notice'] = 'Advertencia: El panel de vista previa actua como una ventana de navegador permitiendo que navegue a otras paginas que no sean la pagina inicialmente mostrada. Sin embargo, si hace eso, puede ocurrir algun compartamiento inesperado. Si se navega a otras paginas y luego se regresa a la pagina inicial de vista previa, puede que no se muestren los cambios realizados. ';
$lang['admin']['sitedownexcludes'] = 'Excluir estas direcciones de los mensajes del Sitio de baja';
$lang['admin']['info_sitedownexcludes'] = 'Este parametro permite hacer una lista de direcciones de IP o redes que no deben ser sometidas al mecanismo de "sitio de baja". Esto permite a los administradores trabajar en el sitio mientras visitantes anonimos ven el mensaje de "sitio de baja"
<br/><br/>Las direcciones pueden ser especificadas en los siguientes formatos:<br/>
1. xxx.xxx.xxx.xxx -- (Direccion IP exacta)<br/>
2. xxx.xxx.xxx.[yyy-zzz] -- (rango de la dirección IP)<br/>
3. xxx.xxx.xxx.xxx/nn -- (nnn = numero de bits, estilo cisco. i.e: 192.168.0.100/24 = entera 192.168.0 clase C sub-red)';
$lang['admin']['setup'] = 'Configuración avanzada';
$lang['admin']['handle_404'] = 'Manejo de mensaje 404';
$lang['admin']['sitedown_settings'] = 'Ajustes de sitio de baja';
$lang['admin']['general_settings'] = 'Ajustes generales';
$lang['admin']['help_function_page_attr'] = '<h3>¿Que hace este modulo?</h3>
<p>La llamada de este módulo regresa el valor de los atributos de cierta pagina.</p>
<h3>¿Como se utiliza?</h3>
<p>Insertar la etiqueta dentro de la plantilla asi: <code>{page_attr key="extra1"}</code>.</p>
<h3>¿Que parámetros son válidos?</h3>
<ul>
<li><strong>key [required]</strong> El atributo de la llave a regresar.</li>
</ul>';
$lang['admin']['forge'] = 'Forge ';
$lang['admin']['disable_wysiwyg'] = 'Desabilitar editor WYSIWYG en esta pagina (sin importar los ajustes de la plantilla o del usuario)';
$lang['admin']['help_function_page_image'] = '<h3>¿Que hace este módulo?</h3>
<p>Esta etiqueta (tag) puede ser usada para devolver el valor de la imagen o la vista miniatura de cierta pagina.</p>
<h3>¿Como se usa?</h3>
<p>Insertar la etiqueta en la plantilla asi:<code>{page_image}</code>.</p>
<h3>¿Que parámetros son válidos?</h3>
<ul>
<li>thumbnail - Opcionalmente despliega el valor de la vista miniatura en vez de la propiedad "imagen".</li>
</ul>';
$lang['admin']['pagelink_circular'] = 'Un enlace a una pagina no puede listar otro enlace como destino';
$lang['admin']['destinationnotfound'] = 'La pagina seleccionada no fue hallada o es inválida';
$lang['admin']['help_function_dump'] = '<h3>¿Que hace esto?</h3>
<p>La llamada de este modulo puede usarse para vertir el contenido de cualquier variable smarty en un formato mas legible. Esto es util para depurar y editar plantillas, para saber el formato y tupos de una variable de datos.</p>
<h3>¿Como se usa?</h3>
<p>En la plantilla, insertar la etiqueta asi:<code>{dump item='the_smarty_variable_to_dump'}</code>.</p>
<h3>¿Que parametros acepta?</h3>
<ul>
<li><strong>item (requerido)</strong> - La variable de Smarty de la que se verterá el contenido.</li>
<li>maxlevel - El número maximo de niveles de alcance recursivo (solo aplica si la recursión es tambien suplida. El valor por defecto de este parametro es 3</li>
<li>nomethods - Omitir resultados de metodos de objetos.</li>
<li>novars - Omitir resultados de miembros de objetos.</li>
<li>recurse - Ejecutar recursividad al numero máximo de niveles a traves de los objetos, proporcionando resultados visibles para cada item hasta que el número máximo de niveles es alcanzado.</li>
</ul>';
$lang['admin']['sqlerror'] = 'Error SQL en %s';
$lang['admin']['image'] = 'Imagen';
$lang['admin']['thumbnail'] = 'Imagen Miniatura';
$lang['admin']['searchable'] = 'Esta pagina es "buscable"';
$lang['admin']['help_function_content_image'] = '<h3>Needs Translation</h3>
<h3>What does this do?</h3>
<p>This plugin allows template designers to prompt users to select an image file when editing the content of a page. It behaves similarly to the content plugin, for additional content blocks.</p>
<h3>How do I use it?</h3>
<p>Just insert the tag into your page template like: <code>{content_image block='image1'}</code>.</p>
<h3>What parameters does it take?</h3>
<ul>
<li><strong>(required)</strong> block - The name for this additional content block.
<p>Example:</p>
<pre>{content_image block='image1'}</pre><br/>
</li>
<li><em>(optional)</em> label - A label or prompt for this content block in the edit content page. If not specified, the block name will be used.</li>
<li><em>(optional)</em> dir - The name of a directory (relative to the uploads directory, from which to select image files. If not specified, the uploads directory will be used.
<p>Example: use images from the uploads/image directory.</p>
<pre>{content_image block='image1' dir='images'}</pre><br/>
</li>
<li><em>(optional)</em> class - The css class name to use on the img tag in frontend display.</li>
<li><em>(optional)</em> id - The id name to use on the img tag in frontend display.</li>
<li><em>(optional)</em> name - The tag name to use on the img tag in frontend display.</li>
<li><em>(optional)</em> width - The desired width of the image.</li>
<li><em>(optional)</em> height - The desired height of the image.</li>
<li><em>(optional)</em> alt - Alternative text if the image cannot be found.</li>
</ul>';
$lang['admin']['error_udt_name_chars'] = 'Nombres válidos son los que empiezan con una letra o un simbolo de subrayado, seguido por letras, numeros o sub-rayas.';
$lang['admin']['errorupdatetemplateallpages'] = 'La plantilla no está activa';
$lang['admin']['hidefrommenu'] = 'Ocultar del Menú';
$lang['admin']['settemplate'] = 'Establecer Plantilla';
$lang['admin']['text_settemplate'] = 'Establecer diferente Plantilla a las Páginas seleccionadas';
$lang['admin']['cachable'] = 'Cacheable';
$lang['admin']['noncachable'] = 'No Cacheable';
$lang['admin']['copy_from'] = 'Copiar Desde';
$lang['admin']['copy_to'] = 'Copiar A';
$lang['admin']['copycontent'] = 'Copiar Contenido del Elemento';
$lang['admin']['md5_function'] = 'función md5';
$lang['admin']['tempnam_function'] = 'funcion tempnam';
$lang['admin']['register_globals'] = 'PHP register_globals ';
$lang['admin']['output_buffering'] = 'PHP output_buffering ';
$lang['admin']['disable_functions'] = 'disable_functions in PHP ';
$lang['admin']['xml_function'] = 'Soporte Básico XML (expat)';
$lang['admin']['magic_quotes_gpc'] = 'Comillas Magicas (Magic quotes) para Get/Post/Cookie';
$lang['admin']['magic_quotes_gpc_on'] = 'Comilla simple, dobles comillas y barra invertida son "escpadas" automáticamente. Puede que tengas problemas al guardar plantillas.';
$lang['admin']['magic_quotes_runtime'] = 'Comillas magicas en tiempo de ejecución (runtime)';
$lang['admin']['magic_quotes_runtime_on'] = 'La mayoria de las funciones que devuelven información tienen las comillas "escapadas" con barra invertida. Puedes tener problemas.';
$lang['admin']['file_get_contents'] = 'Test file_get_contents ';
$lang['admin']['check_ini_set'] = 'Test ini_set ';
$lang['admin']['check_ini_set_off'] = 'Puede que tengas dificultades con algunas funcionalidades sin esta capacidad. Este test puede fallar si el safe_mode esta activado.';
$lang['admin']['file_uploads'] = 'Archivos subidos';
$lang['admin']['test_remote_url'] = 'Testear para URL remota';
$lang['admin']['test_remote_url_failed'] = 'Probablemente no podrás abrir un archivo en un servidor web remoto.';
$lang['admin']['test_allow_url_fopen_failed'] = 'Cuando 'Permitir <em>fopen</em> para urls' esta desabilitado, no se podrá accesar el objeto URL como archivo usando los protocolos ftp o http.';
$lang['admin']['connection_error'] = 'Connexiones http salientes parecen no funcionar! ¿Existe algun firewall o ACL para conexiones externas?. Esto puede causar que el Administrador de Modulos u otras funcionalidades fallen.';
$lang['admin']['remote_connection_timeout'] = 'Se perdió la conexión!';
$lang['admin']['search_string_find'] = 'Conexión buena!';
$lang['admin']['connection_failed'] = 'Conexión fallida!';
$lang['admin']['remote_response_ok'] = 'Respuesta remota: ok!';
$lang['admin']['remote_response_404'] = 'Respuesta remota: no se encontró!';
$lang['admin']['remote_response_error'] = 'Respuesta remota: error!';
$lang['admin']['notifications_to_handle'] = 'Tienes <b>%d</b> notificaciones sin controlar';
$lang['admin']['notification_to_handle'] = 'Tienes <b>%d</b> notificación sin controlar';
$lang['admin']['notifications'] = 'Notificaciones';
$lang['admin']['dashboard'] = 'Ver tablero de controles';
$lang['admin']['ignorenotificationsfrommodules'] = 'Ignorar las notificaciones de estos módulos';
$lang['admin']['admin_enablenotifications'] = 'Permitir a los usuarios ver notificaciones<br/><em>(las notificaciones estaran disponibles en todas las páginas de administración)</em>';
$lang['admin']['enablenotifications'] = 'Permitir las notificaciones de usuario en la sección de administración';
$lang['admin']['test_check_open_basedir_failed'] = 'Restricciones de "open basedir" esta activas. Puede que tenga dificultad con alguna funcionalidad de algun "addon".';
$lang['admin']['config_writable'] = 'config.php con permisos de escritura. Es más seguro cambiar los permisos a sólo lectura';
$lang['admin']['caution'] = 'Precaución';
$lang['admin']['create_dir_and_file'] = 'Comprobar si el proceso httpd puede crear un archivo dentro de un directorio creado';
$lang['admin']['os_session_save_path'] = 'Sin chequeo debido a la ruta de Sistema Operativo';
$lang['admin']['unlimited'] = 'Ilimitado';
$lang['admin']['open_basedir'] = 'Abrir Directirio base PHP (Open Basedir)';
$lang['admin']['open_basedir_active'] = 'No check because open basedir activ';
$lang['admin']['invalid'] = 'Inválido';
$lang['admin']['checksum_passed'] = 'Todos los checksum coinciden con los del archivo subido';
$lang['admin']['error_retrieving_file_list'] = 'Error al cargar el listado de archivos';
$lang['admin']['files_checksum_failed'] = 'Los archivos no han podido ser chequeados (checksum)';
$lang['admin']['failure'] = 'Fallo';
$lang['admin']['help_function_process_pagedata'] = '<h3>Needs Translation</h3>
<h3>What does this do?</h3>
<p>This plugin will process the data in the "pagedata" block of content pages through smarty. It allows you to specify page specific data to smarty without changing the template for each page.</p>
<h3>How do I use it?</h3>
<ol>
<li>Insert smarty assign variables and other smarty logic into the pagedata field of some of your content pages.</li>
<li>Insert the <code>{process_pagedata}</code> tag into the very top of your page template.</li>
</ol>
<br/>
<h3>What parameters does it take?</h3>
<p>None at this time</p>';
$lang['admin']['page_metadata'] = 'Metadata Específica de la página';
$lang['admin']['pagedata_codeblock'] = 'Lógica o información de Smarty específica a esta página';
$lang['admin']['error_uploadproblem'] = 'Ocurrió un error al enviar';
$lang['admin']['error_nofileuploaded'] = 'Ningún archivo fue enviado';
$lang['admin']['files_failed'] = 'Los archivos fallaron el chequeo de md5sum';
$lang['admin']['files_not_found'] = 'No se encontraron los archivos';
$lang['admin']['info_generate_cksum_file'] = 'Esta función te permitirá generar un archivo con el checksum y guardarlo en tu ordenador para comprobaciones posteriores. Debería ser ejecutado justamente antes de implantar la página web y/o después de cualquier actualización o modificación.';
$lang['admin']['info_validation'] = 'Esta función comparará los checksum encontrados en los archivos subidos con los archivos de la instalación actual. Podría ser de ayuda para encontrar problemas con la subida de archivos, o exactamente los archivos que han sido modificados si su sistema ha sido hackeado/comprometido. Un archivo checksum para cada release de CMSMS desde la version 1.4.';
$lang['admin']['download_cksum_file'] = 'Descargar archivo Checksum';
$lang['admin']['perform_validation'] = 'Realizar validación';
$lang['admin']['upload_cksum_file'] = 'Enviar archivo Checksum';
$lang['admin']['checksumdescription'] = 'Validar la integridad de los archivos de CMS comparando con los Checksums conocidos';
$lang['admin']['system_verification'] = 'Verificación de Sistema';
$lang['admin']['extra1'] = 'Atributo de Página Extra 1';
$lang['admin']['extra2'] = 'Atributo de Página Extra 2';
$lang['admin']['extra3'] = 'Atributo de Página Extra 3';
$lang['admin']['start_upgrade_process'] = 'Empezar el proceso de actualización';
$lang['admin']['warning_upgrade'] = '<em><strong>Cuidado:</strong></em> CMSMS necesita actualizarse.';
$lang['admin']['warning_upgrade_info1'] = 'Esta utilizando el esquema versión %s. necesita actualizar a la versión %s';
$lang['admin']['warning_upgrade_info2'] = 'Por favor, haga click en el siguiente link: %s.';
$lang['admin']['warning_mail_settings'] = 'Your mail settings have not been configured. This could interfere with the ability of your website to send email messages. You should go to <a href="moduleinterface.php?module=CMSMailer">Extensions >> CMSMailer</a> and configure the mail settings with the information provided by your host.';
$lang['admin']['view_page'] = 'Ver esta página en una ventana nueva';
$lang['admin']['off'] = 'Apagado';
$lang['admin']['on'] = 'Encendido';
$lang['admin']['invalid_test'] = 'Parametro de prueba inválido!';
$lang['admin']['copy_paste_forum'] = 'Ver Informe de Texto <em>(adecuado para copiar en foros)</em>';
$lang['admin']['permission_information'] = 'Información de Permisos';
$lang['admin']['server_os'] = 'Sistema Operatido del Servidor';
$lang['admin']['server_api'] = 'API del Servidor';
$lang['admin']['server_software'] = 'Software del Servidor';
$lang['admin']['server_information'] = 'Información del Servidor';
$lang['admin']['session_save_path'] = 'Sendero para guardar la sesión';
$lang['admin']['max_execution_time'] = 'Tiempo Máximo de Ejecución';
$lang['admin']['gd_version'] = 'Versión GD';
$lang['admin']['upload_max_filesize'] = 'Tamaño Máximo para Subir (Uploads)';
$lang['admin']['post_max_size'] = 'Tamaño Máximo para Posts';
$lang['admin']['memory_limit'] = 'Limite Efectivo de Memoria PHP';
$lang['admin']['server_db_type'] = 'Base de Datos del Servidor';
$lang['admin']['server_db_version'] = 'Versión de Base de Datos del Servidor';
$lang['admin']['phpversion'] = 'Versión actual de PHP';
$lang['admin']['safe_mode'] = 'Modo Seguro PHP';
$lang['admin']['php_information'] = 'Información PHP';
$lang['admin']['cms_install_information'] = 'Información de Instalación CMS';
$lang['admin']['cms_version'] = 'Versión CMS';
$lang['admin']['installed_modules'] = 'Modulos Instalados';
$lang['admin']['config_information'] = 'Información de Configuración';
$lang['admin']['systeminfo_copy_paste'] = 'Por favor copie y pegue el texto marcado en su mensaje del foro';
$lang['admin']['help_systeminformation'] = 'La información que se enseña aquí abajo ha sido recogida de varios sitios, a sido resumida para facilitarte encontrar información requerida para diagnosticar el problema o pedir ayuda con tu instalación de CMSMS.';
$lang['admin']['systeminfo'] = 'Información de Sistema';
$lang['admin']['systeminfodescription'] = 'Enseñar información de su sistema que puede ser útil al diagnosticar problemas';
$lang['admin']['welcome_user'] = 'Bienvenido';
$lang['admin']['itsbeensincelogin'] = 'Han pasado %s desde su último login';
$lang['admin']['days'] = 'días';
$lang['admin']['day'] = 'día';
$lang['admin']['hours'] = 'horas';
$lang['admin']['hour'] = 'hora';
$lang['admin']['minutes'] = 'minutos';
$lang['admin']['minute'] = 'minuto';
$lang['admin']['help_css_max_age'] = 'Este parámetro debería ser relativamente alto para sitios estáticos, y debería ser 0 para sitios en construcción';
$lang['admin']['css_max_age'] = 'Tiempo maximo que las hojas de estilo (stylesheets) seran cacheadas en el navegador';
$lang['admin']['error'] = 'Error ';
$lang['admin']['clear_version_check_cache'] = 'Eliminar chequeo de versión al enviar';
$lang['admin']['new_version_available'] = '<em>Aviso:</em> Una nueva versión de CMS Made Simple está disponible. Por favor notifique a su administrador.';
$lang['admin']['info_urlcheckversion'] = 'Si esta URL contiene la palabra "none" no se hará ningun chequeo.<br/>Si se deja vació se utilizara el URL por defecto.';
$lang['admin']['urlcheckversion'] = 'Chequear nuevas versiones de CMS Made Simple con este URL';
$lang['admin']['master_admintheme'] = 'Tema Administrativo por defectp (para la pagina de login y de nuevos usuarios)';
$lang['admin']['contenttype_separator'] = 'Separador';
$lang['admin']['contenttype_sectionheader'] = 'Encabezado de Sección';
$lang['admin']['contenttype_link'] = 'Enlace Externo';
$lang['admin']['contenttype_content'] = 'Contenido';
$lang['admin']['contenttype_pagelink'] = 'Enlace de Pagina Interna';
$lang['admin']['nogcbwysiwyg'] = 'Deshabilitar editores WYSIWYG en bloques de contenido global';
$lang['admin']['destination_page'] = 'Pagina Destino';
$lang['admin']['additional_params'] = 'Parametros Adicionales';
$lang['admin']['help_function_current_date'] = ' <h3>¿Que hace esto?</h3>
<p>Imprime la hora y fecha actuales. Si no se especifica un formato, por defecto usará el formato similar a: 'Jan 01, 2004'.</p>
<h3>¿Como se usa?</h3>
<p>Inserte la etiqueta en su plantilla asi:<code>{current_date format="%A %d-%b-%y %T %Z"}</code></p>
<h3>¿Que parametros acepta?</h3>
<ul>
<li><em>(opcional)</em>format - Formato de Fecha/Hora, usando parametros de la función de PHP. Vea <a href="http://php.net/strftime" target="_blank">aqui</a> para una lista de parametros e información.</li>
<li><em>(opcional)</em>ucword - Si es "true" devuelve la mayúscula de la primera letra de cada palabra.</li>
</ul>
</p>';
$lang['admin']['help_function_valid_xhtml'] = '<h3>What does this do?</h3>
<p>Returns a link to the w3c HTML validator.</p>
<h3>How do I use it?</h3>
<p>Just insert the tag into your template/page like: <code>{valid_xhtml}</code></p>
<h3>What parameters does it take?</h3>
<p>
<ul>
<li><em>(optional)</em> url (string) - The URL used for validation, if none is given http://validator.w3.org/check/referer is used.</li>
<li><em>(optional)</em> class (string) - If set, this will be used as class attribute for the link (a) element</li>
<li><em>(optional)</em> target (string) - If set, this will be used as target attribute for the link (a) element</li>
<li><em>(optional)</em> image (true/false) - If set to false, a text link will be used instead of an image/icon.</li>
<li><em>(optional)</em> text (string) - If set, this will be used for the link text or alternate text for the image. Default is 'valid XHTML 1.0 Transitional'.<br /> When an image is used, the given string will also be used for the image alt attribute (by default, this can be overridden by using the 'alt' parameter).</li>
<li><em>(optional)</em> image_class (string) - Only if 'image' is not set to false. If set, this will be used as class attribute for the image (img) element</li>
<li><em>(optional)</em> src (string) - Only if 'image' is not set to false. The icon to show. Default is http://www.w3.org/Icons/valid-xhtml10</li>
<li><em>(optional)</em> width (string) - Only if 'image' is not set to false. The image width. Default is 88 (width of http://www.w3.org/Icons/valid-xhtml10)</li>
<li><em>(optional)</em> height (string) - Only if 'image' is not set to false. The image height. Default is 31 (height of http://www.w3.org/Icons/valid-xhtml10)</li>
<li><em>(optional)</em> alt (string) - Only if 'image' is not set to false. The alternate text ('alt' attribute) for the image (element). If none is given the link text will be used.</li>
</ul>
</p>';
$lang['admin']['help_function_valid_css'] = '<h3>What does this do?</h3>
<p>Returns a link to the w3c CSS validator.</p>
<h3>How do I use it?</h3>
<p>Just insert the tag into your template/page like: <code>{valid_css}</code></p>
<h3>What parameters does it take?</h3>
<p>
<ul>
<li><em>(optional)</em> url (string) - The URL used for validation, if none is given http://jigsaw.w3.org/css-validator/check/referer is used.</li>
<li><em>(optional)</em> class (string) - If set, this will be used as class attribute for the link (a) element</li>
<li><em>(optional)</em> target (string) - If set, this will be used as target attribute for the link (a) element</li>
<li><em>(optional)</em> image (true/false) - If set to false, a text link will be used instead of an image/icon.</li>
<li><em>(optional)</em> text (string) - If set, this will be used for the link text or alternate text for the image. Default is 'Valid CSS 2.1'.<br /> When an image is used, the given string will also be used for the image alt attribute (by default, this can be overridden by using the 'alt' parameter).</li>
<li><em>(optional)</em> image_class (string) - Only if 'image' is not set to false. If set, this will be used as class attribute for the image (img) element</li>
<li><em>(optional)</em> src (string) - Only if 'image' is not set to false. The icon to show. Default is http://jigsaw.w3.org/css-validator/images/vcss</li>
<li><em>(optional)</em> width (string) - Only if 'image' is not set to false. The image width. Default is 88 (width of http://jigsaw.w3.org/css-validator/images/vcss)</li>
<li><em>(optional)</em> height (string) - Only if 'image' is not set to false. The image height. Default is 31 (height of http://jigsaw.w3.org/css-validator/images/vcss)</li>
<li><em>(optional)</em> alt (string) - Only if 'image' is not set to false. The alternate text ('alt' attribute) for the image (element). If none is given the link text will be used.</li>
</ul>
</p>';
$lang['admin']['help_function_title'] = ' <h3>What does this do?</h3>
<p>Prints the title of the page.</p>
<h3>How do I use it?</h3>
<p>Just insert the tag into your template/page like: <code>{title}</code></p>
<h3>What parameters does it take?</h3>
<p><em>(optional)</em> assign (string) - Assign the results to a smarty variable with that name.</p>';
$lang['admin']['help_function_stylesheet'] = ' <h3>What does this do?</h3>
<p>Gets stylesheet information from the system. By default, it grabs all of the stylesheets attached to the current template.</p>
<h3>How do I use it?</h3>
<p>Just insert the tag into your template/page's head section like: <code>{stylesheet}</code></p>
<h3>What parameters does it take?</h3>
<ul>
<li><em>(optional)</em>name - Instead of getting all stylesheets for the given page, it will only get one spefically named one, whether it's attached to the current template or not.</li>
<li><em>(optional)</em>media - If name is defined, this allows you set a different media type for that stylesheet.</li>
</ul>
</p>';
$lang['admin']['help_function_stopexpandcollapse'] = ' <h3>What does this do?</h3>
<p>Enables content to be expandable and collapsable. Like the following:<br />
<a href="#expand1" onClick="expandcontent('expand1')" style="cursor:hand; cursor:pointer">Click here for more info</a><span id="expand1" class="expand"><a name="help"></a> - Here is all the info you will ever need...</a></span></p>
<h3>How do I use it?</h3>
<p>Just insert the tag into your template/page like:<br />
<br />
<code>{startExpandCollapse id="name" title="Click Here"}<br />
This is all the content the user will see when they click the title "Click Here" above. It will display all the content that is between the {startExpandCollapse} and {stopExpandCollapse} when clicked.<br />
{stopExpandCollapse}
</code>
<br />
<br />
Note: If you intend to use this multiple times on a single page each startExpandCollapse tag must have a unique id.</p>
<h3>What if I want to change the look of the title?</h3>
<p>The look of the title can be changed via css. The title is wrapped in a div with the id you specify.</p>
<h3>What parameters does it take?</h3>
<p>
<i>startExpandCollapse takes the following parameters</i><br />
id - A unique id for the expand/collapse section.<br />
title - The text that will be displayed to expand/collapse the content.<br />
<i>stopExpandCollapse takes no parameters</i><br />
</p>';
$lang['admin']['help_function_startexpandcollapse'] = ' <h3>What does this do?</h3>
<p>Enables content to be expandable and collapsable. Like the following:<br />
<a href="#expand1" onClick="expandcontent('expand1')" style="cursor:hand; cursor:pointer">Click here for more info</a><span id="expand1" class="expand"><a name="help"></a> - Here is all the info you will ever need...</a></span></p>
<h3>How do I use it?</h3>
<p>Just insert the tag into your template/page like: <code>{startExpandCollapse id="name" title="Click Here"}</code>. Also, you must use the {stopExpandCollapse} at the end of the collapseable content. Here is an example:<br />
<br />
<code>{startExpandCollapse id="name" title="Click Here"}<br />
This is all the content the user will see when they click the title "Click Here" above. It will display all the content that is between the {startExpandCollapse} and {stopExpandCollapse} when clicked.<br />
{stopExpandCollapse}
</code>
<br />
<br />
Note: If you intend to use this multiple times on a single page each startExpandCollapse tag must have a unique id.</p>
<h3>What if I want to change the look of the title?</h3>
<p>The look of the title can be changed via css. The title is wrapped in a div with the id you specify.</p>
<h3>What parameters does it take?</h3>
<p>
<i>startExpandCollapse takes the following parameters</i><br />
id - A unique id for the expand/collapse section.<br />
title - The text that will be displayed to expand/collapse the content.<br />
<i>stopExpandCollapse takes no parameters</i><br />
</p>';
$lang['admin']['help_function_adsense'] = ' <h3>What does this do?</h3>
<p>Google adsense is a popular advertising program for websites. This tag will take the basic parameters that would be provided by the adsense program and puts them in a easy to use tag that makes your templates look much cleaner. See <a href="http://www.google.com/adsense" target="_blank">here</a> for more details on adsense.</p>
<h3>How do I use it?</h3>
<p>First, sign up for a google adsense account and get the parameters for your ad. Then just use the tag in your page/template like so: <code>{adsense ad_client="pub-random#" ad_width="120" ad_height="600" ad_format="120x600_as"}</code>
<h3>What parameters does it take?</h3>
<p>All parameters are optional, though skipping one might not necessarily made the ad work right. Options are:
<ul>
<li>ad_client - This would be the pub_random# id that would represent your adsense account number</li>
<li>ad_width - width of the ad</li>
<li>ad_height - height of the ad</li>
<li>ad_format - "format" of the ad <em>e.g. 120x600_as</em></li>
<li>ad_channel - channels are an advanced feature of adsense. Put it here if you use it.</li>
<li>ad_type - possible options are text, image or text_image.</li>
<li>color_border - the color of the border. Use HEX color or type the color name (Ex. Red)</li>
<li>color_link - the color of the linktext. Use HEX color or type the color name (Ex. Red)</li>
<li>color_url - the color of the URL. Use HEX color or type the color name (Ex. Red)</li>
<li>color_text - the color of the text. Use HEX color or type the color name (Ex. Red)</li>
</ul>
</p>';
$lang['admin']['help_function_sitename'] = ' <h3>What does this do?</h3>
<p>Shows the name of the site. This is defined during install and can bbe modified in the Global Settings section of the admin panel.</p>
<h3>How do I use it?</h3>
<p>Just insert the tag into your template/page like: <code>{sitename}</code></p>
<h3>What parameters does it take?</h3>
<p><em>(optional)</em> assign (string) - Assign the results to a smarty variable with that name.</p>';
$lang['admin']['help_function_search'] = ' <h3>What does this do?</h3>
<p>This is actually just a wrapper tag for the <a href="listmodules.php?action=showmodulehelp&module=Search">Search module</a> to make the tag syntax easier.
Instead of having to use <code>{cms_module module='Search'}</code> you can now just use <code>{search}</code> to insert the module in a template.
</p>
<h3>How do I use it?</h3>
<p>Just put <code>{search}</code> in a template where you want the search input box to appear. For help about the Search module, please refer to the <a href="listmodules.php?action=showmodulehelp&module=Search">Search module help</a>.';
$lang['admin']['help_function_root_url'] = ' <h3>What does this do?</h3>
<p>Prints the root url location for the site.</p>
<h3>How do I use it?</h3>
<p>Just insert the tag into your template/page like: <code>{root_url}</code></p>
<h3>What parameters does it take?</h3>
<p>None at this time.</p>';
$lang['admin']['help_function_repeat'] = ' <h3>What does this do?</h3>
<p>Repeats a specified sequence of characters, a specified number of times</p>
<h3>How do I use it?</h3>
<p>Insert a tag similar to the following into your template/page, like this: <code>{repeat string='repeat this ' times='3'}</code>
<h3>What parameters does it take?</h3>
<ul>
<li>string='text' - The string to repeat</li>
<li>times='num' - The number of times to repeat it.</li>
</ul>';
$lang['admin']['help_function_recently_updated'] = ' <h3>What does this do?</h3>
<p>Outputs a list of recently updated pages.</p>
<h3>How do I use it?</h3>
<p>Just insert the tag into your template/page like: <code>{recently_updated}</code></p>
<h3>What parameters does it take?</h3>
<ul>
<li><p><em>(optional)</em> number='10' - Number of updated pages to show.</p><p>Example: <pre>{recently_updated number='15'}</pre></p></li>
<li><p><em>(optional)</em> leadin='Last changed' - Text to show left of the modified date.</p><p>Example: <pre>{recently_updated leadin='Last Changed'}</pre></p></li>
<li><p><em>(optional)</em> showtitle='true' - Shows the titleattribute if it exists as well (true|false).</p><p>Example: <pre>{recently_updated showtitle='true'}</pre></p></li>
<li><p><em>(optional)</em> css_class='some_name' - Warp a div tag with this class around the list.</p><p>Example: <pre>{recently_updated css_class='some_name'}</pre></p></li>
<li><p><em>(optional)</em> dateformat='d.m.y h:m' - default is d.m.y h:m , use the format you whish (php -date- format)</p><p>Example: <pre>{recently_updated dateformat='D M j G:i:s T Y'}</pre></p></li>
</ul>
<p>or combined:</p>
<pre>{recently_updated number='15' showtitle='false' leadin='Last Change: ' css_class='my_changes' dateformat='D M j G:i:s T Y'}</pre>';
$lang['admin']['help_function_print'] = ' <h3>What does this do?</h3>
<p>This is actually just a wrapper tag for the <a href="listmodules.php?action=showmodulehelp&module=Printing">Printing module</a> to make the tag syntax easier.
Instead of having to use <code>{cms_module module='Printing'}</code> you can now just use <code>{print}</code> to insert the module on pages and templates.
</p>
<h3>How do I use it?</h3>
<p>Just put <code>{print}</code> on a page or in a template. For help about the Printing module, what parameters it takes etc., please refer to the <a href="listmodules.php?action=showmodulehelp&module=Printing">Printing module help</a>.';
$lang['admin']['help_function_oldprint'] = ' <h3>What does this do?</h3>
<p>Creates a link to only the content of the page.</p>
<h3>How do I use it?</h3>
<p>Just insert the tag into your template/page like: <code>{oldprint}</code><br></p>
<h3>What parameters does it take?</h3>
<ul>
<li><em>(optional)</em> goback - Set to "true" to show a "Go Back" link on the page to print.</li>
<li><em>(optional)</em> popup - Set to "true" and page for printing will by opened in new window.</li>
<li><em>(optional)</em> script - Set to "true" and in print page will by used java script for run print of page.</li>
<li><em>(optional)</em> showbutton - Set to "true" and will show a printer graphic instead of a text link.</li>
<li><em>(optional)</em> class - class for the link, defaults to "noprint".</li>
<li><em>(optional)</em> text - Text to use instead of "Print This Page" for the print link.
<li><em>(optional)</em> title - Text to show for title attribute. If blank show text parameter.</li>
<li><em>(optional)</em> more - Place additional options inside the <a> link.</li>
<li><em>(optional)</em> src_img - Show this image file. Default images/cms/printbutton.gif.</li>
<li><em>(optional)</em> class_img - Class of <img> tag if showbutton is sets.</li>
<p>Example:</p>
<pre>{oldprint text="Printable Page"}</pre>
</li>
</ul>';
$lang['admin']['login_info_title'] = 'Informacion';
$lang['admin']['login_info'] = 'A partir de aqui se deben tomar en consideración los siguientes parametros';
$lang['admin']['login_info_params'] = '<ol>
<li>Cookies enabled in your browser</li>
<li>Javascript enabled in your browser </li>
<li>Windows popup active to the following address:</li>
</ol>';
$lang['admin']['help_function_news'] = ' <h3>What does this do?</h3>
<p>This is actually just a wrapper tag for the <a href="listmodules.php?action=showmodulehelp&module=News">News module</a> to make the tag syntax easier.
Instead of having to use <code>{cms_module module='News'}</code> you can now just use <code>{news}</code> to insert the module on pages and templates.
</p>
<h3>How do I use it?</h3>
<p>Just put <code>{news}</code> on a page or in a template. For help about the News module, what parameters it takes etc., please refer to the <a href="listmodules.php?action=showmodulehelp&module=News">News module help</a>.';
$lang['admin']['help_function_modified_date'] = ' <h3>What does this do?</h3>
<p>Prints the date and time the page was last modified. If no format is given, it will default to a format similar to 'Jan 01, 2004'.</p>
<h3>How do I use it?</h3>
<p>Just insert the tag into your template/page like: <code>{modified_date format="%A %d-%b-%y %T %Z"}</code></p>
<h3>What parameters does it take?</h3>
<ul>
<li><em>(optional)</em>format - Date/Time format using parameters from php's strftime function. See <a href="http://php.net/strftime" target="_blank">here</a> for a parameter list and information.</li>
</ul>';
$lang['admin']['help_function_metadata'] = ' <h3>What does this do?</h3>
<p>Displays the metadata for this page. Both global metdata from the global settings page and metadata for each page will be shown.</p>
<h3>How do I use it?</h3>
<p>Just insert the tag into your template like: <code>{metadata}</code></p>
<h3>What parameters does it take?</h3>
<ul>
<li><em>(optional)</em>showbase (true/false) - If set to false, the base tag will not be sent to the browser. Defaults to true if use_hierarchy is set to true in config.php.</li>
</ul>';
$lang['admin']['help_function_menu_text'] = ' <h3>What does this do?</h3>
<p>Prints the menu text of the page.</p>
<h3>How do I use it?</h3>
<p>Just insert the tag into your template/page like: <code>{menu_text}</code></p>
<h3>What parameters does it take?</h3>
<p>None at this time.</p>';
$lang['admin']['help_function_menu'] = ' <h3>What does this do?</h3>
<p>This is actually just a wrapper tag for the <a href="listmodules.php?action=showmodulehelp&module=MenuManager">Menu Manager module</a> to make the tag syntax easier.
Instead of having to use <code>{cms_module module='MenuManager'}</code> you can now just use <code>{menu}</code> to insert the module on pages and templates.
</p>
<h3>How do I use it?</h3>
<p>Just put <code>{menu}</code> on a page or in a template. For help about the Menu Manager module, what parameters it takes etc., please refer to the <a href="listmodules.php?action=showmodulehelp&module=MenuManager">Menu Manager module help</a>.';
$lang['admin']['help_function_last_modified_by'] = ' <h3>What does this do?</h3>
<p>Prints last person that edited this page. If no format is given, it will default to a ID number of user .</p>
<h3>How do I use it?</h3>
<p>Just insert the tag into your template/page like: <code>{last_modified_by format="fullname"}</code></p>
<h3>What parameters does it take?</h3>
<ul>
<li><em>(optional)</em>format - id, username, fullname</li>
</ul>';
$lang['admin']['help_function_image'] = ' <h3>What does this do?</h3>
<p>Creates an image tag to an image stored within your images directory</p>
<h3>How do I use it?</h3>
<p>Just insert the tag into your template/page like: <code>{image src="something.jpg"}</code></p>
<h3>What parameters does it take?</h3>
<ul>
<li><em>(required)</em> <tt>src</tt> - Image filename within your images directory.</li>
<li><em>(optional)</em> <tt>width</tt> - Width of the image within the page. Defaults to true size.</li>
<li><em>(optional)</em> <tt>height</tt> - Height of the image within the page. Defaults to true size.</li>
<li><em>(optional)</em> <tt>alt</tt> - Alt text for the image -- needed for xhtml compliance. Defaults to filename.</li>
<li><em>(optional)</em> <tt>class</tt> - CSS class for the image.</li>
<li><em>(optional)</em> <tt>title</tt> - Mouse over text for the image. Defaults to Alt text.</li>
<li><em>(optional)</em> <tt>addtext</tt> - Additional text to put into the tag</li>
</ul>';
$lang['admin']['help_function_imagegallery'] = ' <h3>What does this do?</h3>
<p>Creates a gallery out of a folder of images (.gif, .jpg or .png).
You can click on a thumbnail image to view the bigger image. It can use
captions which are based on the image name, minus the file extension. It
follows web standards and uses CSS for formatting. There are classes
for various elements and for the surrounding 'div'. Check out the CSS below for
more information.</p>
<h3>How do I use it?</h3>
<p>Just insert the tag into your template or page like: </p>
<code>{ImageGallery picFolder="uploads/images/yourfolder/"}</code>
<p>Where picFolder is the folder where your images are stored.</p>
<h3>What parameters does it take?</h3>
<p>It can take quite a few parameters, but the example above is probably
good for most people :) </p>
<ol>
<li><strong>picFolder e.g. picFolder="uploads/images/yourfolder/"</strong><br/>
Is the path to the gallery (yourfolder) ending in'/'. So you can have
lots of directories and lots of galleries.</li>
<li><strong>type e.g. type="click" or type="popup"</strong><br/>
For the "popup" function to work you need to include the popup javascript into
the head of your template e.g. "<head></head>". The javascript is at
the bottom of this page! <em>The default is 'click'.</em></li>
<li><strong>divID e.g. divID ="imagegallery"</strong><br/>
Sets the wrapping 'div id' around your gallery so that you can have
different CSS for each gallery. <em>The default is 'imagegallery'.</em></li>
<li><strong>sortBy e.g. sortBy = "name" or sortBy = "date"</strong><br/>
Sort images by 'name' OR 'date'. <em>No default.</em></li>
<li><strong>sortByOrder e.g. sortByOrder = "asc" or sortByOrder = "desc"</strong><br/>
<em>No default.</em>.</li>
<li>This sets caption above the big (clicked on) image<br/>
<strong>bigPicCaption = "name" </strong>(filename excluding extension)<em> or </em><br/>
<strong>bigPicCaption = "file" </strong>(filename including extension)<em> or </em><br/>
<strong>bigPicCaption = "number" </strong>(a number sequence)<em> or </em><br/>
<strong>bigPicCaption = "none" </strong>(No caption)<br/>
<em>The Default is "name". </em></li>
<li>This sets the caption below the small thumbnail<br/>
<strong>thumbPicCaption = "name"</strong> (filename excluding extension)<em> or </em><br/>
<strong>thumbPicCaption = "file"</strong> (filename including extension)<em> or </em><br/>
<strong>thumbPicCaption = "number" </strong>(a number sequence)<em> or </em><br/>
<strong>thumbPicCaption = "none" </strong>(No caption)<br/>
<em>The Default is "name".</em></li>
<li>Sets the 'alt' tag for the big image - compulsory.<br/>
<strong>bigPicAltTag = "name" </strong>(filename excluding extension)<em> or </em><br/>
<strong>bigPicAltTag = "file" </strong>(filename including extension)<em> or </em><br/>
<strong>bigPicAltTag = "number" </strong>(a number sequence)<br/>
<em>The Default is "name".</em></li>
<li> Sets the 'title' tag for the big image. <br/>
<strong>bigPicTitleTag = "name" </strong>(filename excluding extension)<em> or </em><br/>
<strong>bigPicTitleTag = "file" </strong>(filename including extension)<em> or </em><br/>
<strong>bigPicTitleTag = "number" </strong>(a number sequence)<em> or </em><br/>
<strong>bigPicTitleTag = "none" </strong>(No title)<br/>
<em>The Default is "name".</em></li>
<li><strong>thumbPicAltTag</strong><br/>
<em>Is the same as bigPicAltTag, but for the small thumbnail images.<em></li>
<li><strong>thumbPicTitleTag *</strong><br/>
<em>Is the same as bigPicTitleTag but for the small thumbnail images.<br/>
<strong>*Except that after the options you have '... click for a bigger image'
or if you do not set this option then you get the default of
'Click for a bigger image...'</em></strong></li>
</ol>
<p>A More Complex Example</p>
<p>'div id' is 'cdcovers', no Caption on big images, thumbs have default caption.
'alt' tags for the big image are set to the name of the image file without the extension
and the big image 'title' tag is set to the same but with an extension.
The thumbs have the default 'alt' and 'title' tags. The default being the name
of the image file without the extension for 'alt' and 'Click for a bigger image...' for the 'title',
would be:</p>
<code>{ImageGallery picFolder="uploads/images/cdcovers/" divID="cdcovers" bigPicCaption="none" bigPicAltTag="name" bigPicTitleTag="file"}</code>
<br/>
<p>It's got lots of options but I wanted to keep it very flexible and you don't have to set them, the defaults are sensible.</p>
<br/>
<h4>Example CSS</h4>
<pre>
/* Image Gallery - Small Thumbnail Images */
.thumb {
margin: 1em 1em 1.6em 0; /* Space between images */
padding: 0;
float: left;
text-decoration: none;
line-height: normal;
text-align: left;
}
.thumb img, .thumb a img, .thumb a:link img{ /* Set link formatting*/
width: 100px; /* Image width*/
height: 100px; /* Image height*/
display: inline;
padding: 12px; /* Image padding to form photo frame */
/* You can set the above to 0px = no frame - but no hover indication! Adjust other widths ot text!*/
margin: 0;
background-color: white; /*Background of photo */
border-top: 1px solid #eee; /* Borders of photo frame */
border-right: 2px solid #ccc;
border-bottom: 2px solid #ccc;
border-left: 1px solid #eee;
text-decoration: none;
}
.thumb a:visited img {
background-color: #eee; /*Background of photo on hover - sort of a light grey */
}
.thumb a:hover img {
background-color: #dae6e4; /*Background of photo on hover - sort of light blue/green */
}
.thumbPicCaption {
text-align: center;
font-size: smaller;
margin: 0 1px 0 0;
padding: 0;
width: 124px; /* Image width plus 2 x padding for image (photo frame) - to center text on image */
/* display: none; if you do not want to display this text */
}
/* Image Gallery - Big Images */
.bigPic {
margin: 10px 0 5px 0;
padding: 0;
line-height: normal;
}
.bigPicCaption { /*Big Image Name - above image above .bigpicImageFileName (Without extension) */
text-align: center;
font-weight: bold;
font-variant: small-caps;
font-weight: bold;
margin: 0 1px 0 0;
padding: 0;
width: 386px; /* Image width plus 2 x padding for image (photo frame) - to center text on image */
/* display: none; if you do not want to display this text */
}
.bigPic img{ /* Big Image settings */
width: 350px; /* Width of Big Image */
height: auto;
display: inline;
padding: 18px; /* Image padding to form photo frame. */
/* You can set the above to 0px = no frame - but no hover indication! Adjust other widths ot text!*/
margin: 0;
background-color: white; /* Background of photo */
border-top: 1px solid #eee; /* Borders of photo frame */
border-right: 2px solid #ccc;
border-bottom: 2px solid #ccc;
border-left: 1px solid #eee;
text-decoration: none;
text-align: left;
}
.bigPicNav { /* Big Image information: 'Image 1 of 4' and gallery navigation */
margin: 0;
width: 386px; /* Image width plus 2 x padding for image (photo frame) - to center text on image */
padding: 0;
color: #000;
font-size: smaller;
line-height: normal;
text-align: center;
/* display: none; if you do not want to display this text. Why? You Lose Navigation! */
}
</pre>
<br/>
<h4>The popup javascript is now included in plugin code and will be generated automatically if you still have javascript in your template please remove it.</h4>';
$lang['admin']['help_function_html_blob'] = ' <h3>What does this do?</h3>
<p>See the help for global_content for a description.</p>';
$lang['admin']['help_function_googlepr'] = ' <h3>What does this do?</h3>
<p>Display's a number that represents your google pagerank.</p>
<h3>How do I use it?</h3>
<p>Just insert the tag into your template/page like: <code>{googlepr}</code><br>
<br>
<h3>What parameters does it take?</h3>
<ul>
<li><em>(optional)</em> domain - The website to display the pagerank for.</li>
</ul>
</p>';
$lang['admin']['help_function_google_search'] = ' <h3>What does this do?</h3>
<p>Search's your website using Google's search engine.</p>
<h3>How do I use it?</h3>
<p>Just insert the tag into your template/page like: <code>{google_search}</code><br>
<br>
Note: Google needs to have your website indexed for this to work. You can submit your website to google <a href="http://www.google.com/addurl.html">here</a>.</p>
<h3>What if I want to change the look of the textbox or button?</h3>
<p>The look of the textbox and button can be changed via css. The textbox is given an id of textSearch and the button is given an id of buttonSearch.</p>
<h3>What parameters does it take?</h3>
<ul>
<li><em>(optional)</em> domain - This tells google the website domain to search. This script tries to determine this automatically.</li>
<li><em>(optional)</em> buttonText - The text you want to display on the search button. The default is "Search Site".</li>
</ul>
</p>';
$lang['admin']['help_function_global_content'] = ' <h3>What does this do?</h3>
<p>Inserts a global content block into your template or page.</p>
<h3>How do I use it?</h3>
<p>Just insert the tag into your template/page like: <code>{global_content name='myblob'}</code>, where name is the name given to the block when it was created.</p>
<h3>What parameters does it take?</h3>
<ul>
<li>name - The name of the global content block to display.</li>
</ul>';
$lang['admin']['help_function_get_template_vars'] = ' <h3>What does this do?</h3>
<p>Dumps all the known smarty variables into your page</p>
<h3>How do I use it?</h3>
<p>Just insert the tag into your template/page like: <code>{get_template_vars}</code></p>
<h3>What parameters does it take?</h3>
<p>None at this time</p>';
$lang['admin']['help_function_embed'] = ' <h3>What does this do?</h3>
<p>Enable inclusion (embeding) of any other application into the CMS. The most usual use could be a forum.
This implementation is using IFRAMES so older browsers can have problems. Sorry bu this is the only known way
that works without modifing the embeded application.</p>
<h3>How do I use it?</h3>
<p>Just insert the tag into your template/page like: <code>{embed url=http://www.google.com/}</code><br></p>
<h4>Example to make the iframe larger</h4>
<p>Add the following to your style sheet:</p>
<pre>#myframe { height: 600px; }</pre>
<h3>What parameters does it take?</h3>
<ul>
<li><em>(required)</em>url - the url to be included
<li><em>(optional)</em>header=true - this will generate the header code for good resizing of the IFRAME.</li>
</ul>
<p>You must include in your page content {embed url=..} and in the "Metadata:" section (advanced tab) you must put {embed header=true}. Also be sure to put this in between the "head" tags of your template: {metadata}</p>';
$lang['admin']['help_function_edit'] = ' <h3>What does this do?</h3>
<p>Creates a link to edit the page</p>
<h3>How do I use it?</h3>
<p>Just insert the tag into your template/page like: <code>{edit}</code><br></p>
<h3>What parameters does it take?</h3>
<ul>
<li><em>(optional)</em>showbutton - Set to "true" and will show a edit graphic instead of a text link.</li>
</ul>';
$lang['admin']['help_function_description'] = ' <h3>What does this do?</h3>
<p>Prints the description (title attribute) of the page.</p>
<h3>How do I use it?</h3>
<p>Just insert the tag into your template/page like: <code>{description}</code></p>
<h3>What parameters does it take?</h3>
<p>None at this time.</p>';
$lang['admin']['help_function_created_date'] = ' <h3>What does this do?</h3>
<p>Prints the date and time the page was created. If no format is given, it will default to a format similar to 'Jan 01, 2004'.</p>
<h3>How do I use it?</h3>
<p>Just insert the tag into your template/page like: <code>{created_date format="%A %d-%b-%y %T %Z"}</code></p>
<h3>What parameters does it take?</h3>
<ul>
<li><em>(optional)</em>format - Date/Time format using parameters from php's strftime function. See <a href="http://php.net/strftime" target="_blank">here</a> for a parameter list and information.</li>
</ul>';
$lang['admin']['help_function_content'] = ' <h3>What does this do?</h3>
<p>This is where the content for your page will be displayed. It's inserted into the template and changed based on the current page being displayed.</p>
<h3>How do I use it?</h3>
<p>Just insert the tag into your template like: <code>{content}</code>.</p>
<h3>What parameters does it take?</h3>
<ul>
<li><em>(optional)</em>block - Allows you to have more than one content block per page. When multiple content tags are put on a template, that number of edit boxes will be displayed when the page is edited.
<p>Example:</p>
<pre>{content block="Second Content Block"}</pre>
<p>Now, when you edit a page there will a textarea called "Second Content Block".</li>
<li><em>(optional)</em>wysiwyg (true/false) - If set to false, then a wysiwyg will never be used while editing this block. If true, then it acts as normal. Only works when block parameter is used.</li>
<li><em>(optional)</em>oneline (true/false) - If set to true, then only one edit line will be shown while editing this block. If false, then it acts as normal. Only works when block parameter is used.</li>
<li><em>(optional)</em>assign - Assigns the content to a smarty parameter, which you can then use in other areas of the page, or use to test whether content exists in it or not.
<p>Example of passing page content to a User Defined Tag as a parameter:</p>
<pre>
{content assign=pagecontent}
{table_of_contents thepagecontent="$pagecontent"}
</pre>
</li>
</ul>';
$lang['admin']['help_function_contact_form'] = ' <h2>NOTE: This plugin is deprecated</h2>
<p>This smarty plugin is deprecated, and may not be included with further versions of CMS Made Simple. We recommend you use the formbuilder module and it's included contact form.</p>
<h3>What does this do?</h3>
<p>Display's a contact form. This can be used to allow others to send an email message to the address specified.</p>
<h3>How do I use it?</h3>
<p>Just insert the tag into your template/page like: <code>{contact_form email="yourname@yourdomain.com"}</code><br>
<br>
If you would like to send an email to multiple adresses, seperate each address with a comma.</p>
<h3>What parameters does it take?</h3>
<ul>
<li>email - The email address that the message will be sent to.</li>
<li><em>(optional)</em>style - true/false, use the predefined styles. Default is true.</li>
<li><em>(optional)</em>subject_get_var - string, allows you to specify which _GET var to use as the default value for subject.
<p>Example:</p>
<pre>{contact_form email="yourname@yourdomain.com" subject_get_var="subject"}</pre>
<p>Then call the page with the form on it like this: /index.php?page=contact&subject=test+subject</p>
<p>And the following will appear in the "Subject" box: "test subject"
</li>
<li><em>(optional)</em>captcha - true/false, use Captcha response test (Captcha module must be installed). Default is false.</li>
</ul>
</p>';
$lang['admin']['help_function_cms_versionname'] = ' <h3>What does this do?</h3>
<p>This tag is used to insert the current version name of CMS into your template or page. It doesn't display any extra besides the version name.</p>
<h3>How do I use it?</h3>
<p>This is just a basic tag plugin. You would insert it into your template or page like so: <code>{cms_versionname}</code>
<h3>What parameters does it take?</h3>
<p>It takes no parameters.</p>';
$lang['admin']['help_function_cms_version'] = ' <h3>What does this do?</h3>
<p>This tag is used to insert the current version number of CMS into your template or page. It doesn't display any extra besides the version number.</p>
<h3>How do I use it?</h3>
<p>This is just a basic tag plugin. You would insert it into your template or page like so: <code>{cms_version}</code>
<h3>What parameters does it take?</h3>
<p>It takes no parameters.</p>';
$lang['admin']['about_function_cms_selflink'] = ' <p>Author: Ted Kulp <tedkulp@users.sf.net></p>
<p>Version: 1.1</p>
<p>Modified: Martin B. Vestergaard <mbv@nospam.dk></p>
<p>Version: 1.41</p>
<p>Modified: Russ Baldwin</p>
<p>Version: 1.42</p>
<p>Modified: Marcus Bointon <coolbru@users.sf.net></p>
<p>Version: 1.43</p>
<p>Modified: Tatu Wikman <tsw@backspace.fi></p>
<p>Version: 1.44</p>
<p>Modified: Hans Mogren <http://hans.bymarken.net/></p>
<p>Version: 1.45</p>
<p>
Change History:<br/>
1.46 - Fixes a problem with too many queries when using the dir=start option.<br/>
1.45 - Added a new option for "dir", "up", for links to the parent page e.g. dir="up" (Hans Mogren).<br />
1.44 - Added new parameters "ext" and "ext_info" to allow external links with class="external" and info text after the link, ugly hack but works thinking about rewriting this(Tatu Wikman)<br />
1.43 - Added new parameters "image" and "imageonly" to allow attachment of images to be used for page links, either instead of or in addition to text links. (Marcus Bointon)<br />
1.42 - Added new parameter "anchorlink" and a new option for "dir" namely, "anchor", for internal page links. e.g. dir="anchor" anchorlink="internal_link". (Russ)<br />
1.41 - added new parameter "href" (LeisureLarry)<br />
1.4 - fixed bug next/prev linking to non-content pages. (Thanks Teemu Koistinen for this fix)<br />
1.3 - added option "more"<br />
1.2 - by Martin B. Vestergaard
<ul>
<li>changed default text to Page Name (was Page Alias)</li>
<li>added option dir=next/prev to display next or previous item in the hirachy - thanks to 100rk</li>
<li>added option class to add a class= statement to the a-tag.</li>
<li>added option menu to display menu-text in sted of Page Name</li>
<li>added option lang to display link-labels in different languages</li>
</ul>
1.1 - Changed to new content system<br />
1.0 - Initial release
</p>';
$lang['admin']['help_function_cms_selflink'] = ' <h3>What does this do?</h3>
<p>Creates a link to another CMSMS content page inside your template or content. Can also be used for external links with the ext parameter.</p>
<h3>How do I use it?</h3>
<p>Just insert the tag into your template/page like: <code>{cms_selflink page="1"}</code> or <code>{cms_selflink page="alias"}</code></p>
<h3>What parameters does it take?</h3>
<p>
<ul>
<li><em>(optional)</em> <tt>page</tt> - Page ID or alias to link to.</li>
<li><em>(optional)</em> <tt>dir anchor (internal links)</tt> - New option for an internal page link. If this is used then <tt>anchorlink</tt> should be set to your link. </li> <!-- Russ - 25-04-2006 -->
<li><em>(optional)</em> <tt>anchorlink</tt> - New paramater for an internal page link. If this is used then <tt>dir ="anchor"</tt> should also be set. No need to add the #, because it is added automatically.</li> <!-- Russ - 25-04-2006 -->
<li><em>(optional)</em> <tt>urlparam</tt> - Specify additional parameters to the URL. <strong>Do not use this in conjunction with the <em>anchorlink</em> parameter</em></strong>
<li><em>(optional)</em> <tt>tabindex ="a value"</tt> - Set a tabindex for the link.</li> <!-- Russ - 22-06-2005 -->
<li><em>(optional)</em> <tt>dir start/next/prev/up (previous)</tt> - Links to the default start page or the next or previous page, or the parent page (up). If this is used <tt>page</tt> should not be set.</li> <!-- mbv - 21-06-2005 -->
<B>Note!</B> Only one of the above may be used in the same cms_selflink statement!!
<li><em>(optional)</em> <tt>text</tt> - Text to show for the link. If not given, the Page Name is used instead.</li>
<li><em>(optional)</em> <tt>menu 1/0</tt> - If 1 the Menu Text is used for the link text instead of the Page Name</li> <!-- mbv - 21-06-2005 -->
<li><em>(optional)</em> <tt>target</tt> - Optional target for the a link to point to. Useful for frame and javascript situations.</li>
<li><em>(optional)</em> <tt>class</tt> - Class for the <a> link. Useful for styling the link.</li> <!-- mbv - 21-06-2005 -->
<li><em>(optional)</em> <tt>lang</tt> - Display link-labels ("Next Page"/"Previous Page") in different languages (0 for no label.) Danish (dk), English (en) or French (fr), for now.</li> <!-- mbv - 21-06-2005 -->
<li><em>(optional)</em> <tt>id</tt> - Optional css_id for the <a> link.</li> <!-- mbv - 29-06-2005 -->
<li><em>(optional)</em> <tt>more</tt> - place additional options inside the <a> link.</li> <!-- mbv - 29-06-2005 -->
<li><em>(optional)</em> <tt>label</tt> - Label to use in with the link if applicable.</li>
<li><em>(optional)</em> <tt>label_side left/right</tt> - Side of link to place the label (defaults to "left").</li>
<li><em>(optional)</em> <tt>title</tt> - Text to use in the title attribute. If none is given, then the title of the page will be used for the title.</li>
<li><em>(optional)</em> <tt>rellink 1/0</tt> - Make a relational link for accessible navigation. Only works if the dir parameter is set and should only go in the head section of a template.</li>
<li><em>(optional)</em> <tt>href</tt> - If href is used only the href value is generated (no other parameters possible). <strong>Example:</strong> <a href="{cms_selflink href="alias"}"><img src=""></a></li>
<li><em>(optional)</em> <tt>image</tt> - A url of an image to use in the link. <strong>Example:</strong> {cms_selflink dir="next" image="next.png" text="Next"}</li>
<li><em>(optional)</em> <tt>alt</tt> - Alternative text to be used with image (alt="" will be used if no alt parameter is given).</li>
<li><em>(optional)</em> <tt>imageonly</tt> - If using an image, whether to suppress display of text links. If you want no text in the link at all, also set lang=0 to suppress the label. <B>Example:</B> {cms_selflink dir="next" image="next.png" text="Next" imageonly=1}</li>
<li><em>(optional)</em> <tt>ext</tt> - For external links, will add class="external and info text. <strong>warning:</strong> only text, target and title parameters are compatible with this parameter</li>
<li><em>(optional)</em> <tt>ext_info</tt> - Used together with "ext" defaults to (external link)</li>
</ul>
</p>';
$lang['admin']['about_function_cms_module'] = ' <p>Author: Ted Kulp<tedkulp@users.sf.net></p>
<p>Version: 1.0</p>
<p>
Change History:<br/>
None
</p>';
$lang['admin']['help_function_cms_module'] = ' <h3>What does this do?</h3>
<p>This tag is used to insert modules into your templates and pages. If a module is created to be used as a tag plugin (check it's help for details), then you should be able to insert it with this tag.</p>
<h3>How do I use it?</h3>
<p>It's just a basic tag plugin. You would insert it into your template or page like so: <code>{cms_module module="somemodulename"}</code>
<h3>What parameters does it take?</h3>
<p>There is only one required parameter. All other parameters are passed on to the module.
<ul>
<li>module - Name of the module to insert. This is not case sensitive.</li>
</ul>
</p>';
$lang['admin']['about_function_breadcrumbs'] = '<p>Author: Marcus Deglos <<a href="mailto:md@zioncore.com">md@zioncore.com</a>></p>
<p>Version: 1.7</p>
<p>
Change History:<br/>
1.1 - Modified to use new content rewrite (wishy)<br />
1.2 - Added parameters: delimiter, initial, and root (arl)<br />
1.3 - Added parameter: classid (tdh / perl4ever)<br />
1.4 - Added parameter currentclassid and fixed some bugs (arl)<br />
1.5 - Modified to use new hierarchy manager<br />
1.6 - Modified to skip any parents that are marked to be "not shown in menu" except for root<br />
1.7 - Added root_url parameter (elijahlofgren)<br />
</p>';
$lang['admin']['help_function_breadcrumbs'] = '<h3>What does this do?</h3>
<p>Prints a breadcrumb trail .</p>
<h3>How do I use it?</h3>
<p>Just insert the tag into your template/page like: <code>{breadcrumbs}</code></p>
<h3>What parameters does it take?</h3>
<p>
<ul>
<li><em>(optional)</em> <tt>delimiter</tt> - Text to seperate entries in the list (default ">>").</li>
<li><em>(optional)</em> <tt>initial</tt> - 1/0 If set to 1 start the breadcrumbs with a delimiter (default 0).</li>
<li><em>(optional)</em> <tt>root</tt> - Page alias of a page you want to always appear as the first page in
the list. Can be used to make a page (e.g. the front page) appear to be the root of everything even though it is not.</li>
<li><em>(optional)</em> <tt>root_url</tt> - Override the URL of the root page. Useful for making link be to '/' instead of '/home/'. This requires that the root page be set as the default page.</li>
<li><em>(optional)</em> <tt>classid</tt> - The CSS class for the non current page names, i.e. the first n-1 pages in the list. If the name is a link it is added to the <a href> tags, otherwise it is added to the <span> tags.</li>
<li><em>(optional)</em> <tt>currentclassid</tt> - The CSS class for the <span> tag surrounding the current page name.</li>
<li><em>(optional)</em> <tt>starttext</tt> - Text to append to the front of the breadcrumbs list, something like "You are here".</li>
</ul>
</p>';
$lang['admin']['about_function_anchor'] = ' <p>Author: Ted Kulp<tedkulp@users.sf.net></p>
<p>Version: 1.1</p>
<p>
Change History:<br/>
<strong>Update to version 1.1 from 1.0</strong> <em>2006/07/19</em><br/>
Russ added the means to insert a title, a tabindex and a class for the anchor link. Westis added accesskey and changed parameter names to not include 'anchorlink'.<br/>
</hr>
</p>';
$lang['admin']['help_function_anchor'] = ' <h3>What does this do?</h3>
<p>Makes a proper anchor link.</p>
<h3>How do I use it?</h3>
<p>Just insert the tag into your template/page like: <code>{anchor anchor='here' text='Scroll Down'}</code></p>
<h3>What parameters does it take?</h3>
<p>
<ul>
<li><tt>anchor</tt> - Where we are linking to. The part after the #.</li>
<li><tt>text</tt> - The text to display in the link.</li>
<li><tt>class</tt> - The class for the link, if any</li>
<li><tt>title</tt> - The title to display for the link, if any.</li>
<li><tt>tabindex</tt> - The numeric tabindex for the link, if any.</li>
<li><tt>accesskey</tt> - The accesskey for the link, if any.</li>
<li><em>(optional)</em> <tt>onlyhref</tt> - Only display the href and not the entire link. No other options will work</li>
</ul>
</p>';
$lang['admin']['help_function_site_mapper'] = '<h3>What does this do?</h3>
<p>This is actually just a wrapper tag for the <a href="listmodules.php?action=showmodulehelp&module=MenuManager">Menu Manager module</a> to make the tag syntax easier, and to simplify creating a sitemap.</p>
<h3>How do I use it?</h3>
<p>Just put <code>{site_mapper}</code> on a page or in a template. For help about the Menu Manager module, what parameters it takes etc., please refer to the <a href="listmodules.php?action=showmodulehelp&module=MenuManager">Menu Manager module help</a>.</p>
<p>By default, if no template option is specified the minimal_menu.tpl file will be used.</p>
<p>Any parameters used in the tag are available in the menumanager template as <code>{$menuparams.paramname}</code></p>';
$lang['admin']['help_function_redirect_url'] = '<h3>What does this do?</h3>
<p>This plugin allows you to easily redirect to a specified url. It is handy inside of smarty conditional logic (for example, redirect to a splash page if the site is not live yet).</p>
<h3>How do I use it?</h3>
<p>Simply insert this tage into your page or template: <code>{redirect_url urle='www.cmsmadesimple.org'}</code></p>';
$lang['admin']['help_function_redirect_page'] = '<h3>What does this do?</h3>
<p>This plugin allows you to easily redirect to another page. It is handy inside of smarty conditional logic (for example, redirect to a login page if the user is not logged in.)</p>
<h3>How do I use it?</h3>
<p>Simply insert this tage into your page or template: <code>{redirect_page page='some-page-alias'}</code></p>';
$lang['admin']['of'] = 'de';
$lang['admin']['first'] = 'Primero';
$lang['admin']['last'] = 'Último';
$lang['admin']['adminspecialgroup'] = 'Atención: Los miembros de este grupo automáticamente tienen todos los permisos';
$lang['admin']['disablesafemodewarning'] = 'Desactivar aviso de "safe mode"';
$lang['admin']['allowparamcheckwarnings'] = 'Permitir crear mensajes de aviso a parámetros';
$lang['admin']['date_format_string'] = 'Formato de Fecha';
$lang['admin']['date_format_string_help'] = 'formato de fecha tipo <em>strftime</em>';
$lang['admin']['last_modified_at'] = 'Ultima modificación el';
$lang['admin']['last_modified_by'] = 'Ultima modificación de';
$lang['admin']['read'] = 'Leer';
$lang['admin']['write'] = 'Escribir';
$lang['admin']['execute'] = 'Ejecutar';
$lang['admin']['group'] = 'Grupo';
$lang['admin']['other'] = 'Otros';
$lang['admin']['event_desc_moduleupgraded'] = 'Se envía al actualizar un módulo';
$lang['admin']['event_desc_moduleinstalled'] = 'Se envía al instalar un módulo';
$lang['admin']['event_desc_moduleuninstalled'] = 'Se envía al desinstalar un módulo';
$lang['admin']['event_desc_edituserdefinedtagpost'] = 'Se envía al actualizar un tag personalizado';
$lang['admin']['event_desc_edituserdefinedtagpre'] = 'Se envía antes de actualizar un tag personalizado';
$lang['admin']['event_desc_deleteuserdefinedtagpre'] = 'Se envía antes de borrar un tag personalizado';
$lang['admin']['event_desc_deleteuserdefinedtagpost'] = 'Se envía al borrar un tag personalizado';
$lang['admin']['event_desc_adduserdefinedtagpost'] = 'Se envía al insertar un tag personalizado';
$lang['admin']['event_desc_adduserdefinedtagpre'] = 'Se envía antes de insertar un tag personalizado';
$lang['admin']['global_umask'] = 'Máscara de Archivo';
$lang['admin']['errorcantcreatefile'] = 'No se puede crear un archivo (¿problema de permisos?)';
$lang['admin']['errormoduleversionincompatible'] = 'Módulo incompatible con esta versión de CMSMS';
$lang['admin']['errormodulenotloaded'] = 'Error interno, el módulo no ha sido instanciado';
$lang['admin']['errormodulenotfound'] = 'Error interno, no se encuentra la instancia de un módulo';
$lang['admin']['errorinstallfailed'] = 'Fallo en la instalación del Módulo';
$lang['admin']['errormodulewontload'] = 'Problema al instanciar un módulo existente';
$lang['admin']['frontendlang'] = 'Idioma por defecto para el sitio';
$lang['admin']['info_edituser_password'] = 'Cambia este campo para cambiar la contraseña del usuario';
$lang['admin']['info_edituser_passwordagain'] = 'Cambia este campo para cambiar la contraseña del usuario';
$lang['admin']['originator'] = 'Originador';
$lang['admin']['module_name'] = 'Nombre del Módulo';
$lang['admin']['event_name'] = 'Nombre del evento';
$lang['admin']['event_description'] = 'Descripción del Evento';
$lang['admin']['error_delete_default_parent'] = 'No puedes borrar la raiz de una página por defecto.';
$lang['admin']['jsdisabled'] = 'Lo siento, esta función requiere tener Javascript habilitado.';
$lang['admin']['order'] = 'Ordenar';
$lang['admin']['reorderpages'] = 'Reordenar Página';
$lang['admin']['reorder'] = 'Reordenar';
$lang['admin']['page_reordered'] = 'Página reordenada correctamente.';
$lang['admin']['pages_reordered'] = 'Páginas reordenadas correctamente.';
$lang['admin']['sibling_duplicate_order'] = 'Dos páginas hermanadas no pueden tener el mismo orden. Páginas no reordenadas.';
$lang['admin']['no_orders_changed'] = 'Has elegido reordenar páginas, pero no has cambiado el orden de ninguna de ellas. Páginas no reordenadas.';
$lang['admin']['order_too_small'] = 'El orden no puede ser cero. Páginas no reordenadas.';
$lang['admin']['order_too_large'] = 'El orden de una página no puede ser más alto que el numero de páginas en ese nivel. Páginas no reordenadas.';
$lang['admin']['user_tag'] = 'Tag Personalizado';
$lang['admin']['add'] = 'Añadir';
$lang['admin']['CSS'] = 'CSS ';
$lang['admin']['about'] = 'Acerca de';
$lang['admin']['action'] = 'Acción';
$lang['admin']['actionstatus'] = 'Acción/Estado';
$lang['admin']['active'] = 'Activo';
$lang['admin']['addcontent'] = 'Añadir Contenido';
$lang['admin']['cantremove'] = 'No se puede Borrar';
$lang['admin']['changepermissions'] = 'Cambiar Permisos';
$lang['admin']['changepermissionsconfirm'] = 'ATENCION\n\nEsta acción comprueba que todos los archivos que componmen el módulo pueden ser escritos por el servidor. \n¿Seguro que quieres continuar?';
$lang['admin']['contentadded'] = 'El contenido fue añadido a la base de datos correctamente.';
$lang['admin']['contentupdated'] = 'El contenido fue actualizado correctamente.';
$lang['admin']['contentdeleted'] = 'El contenido fue eliminado de la base de datos correctamente.';
$lang['admin']['success'] = 'Correcto';
$lang['admin']['addcss'] = 'Añadir una Hoja de Estilo';
$lang['admin']['addgroup'] = 'Añadir Nuevo Grupo';
$lang['admin']['additionaleditors'] = 'Otros Editores';
$lang['admin']['addtemplate'] = 'Añadir Nueva Plantilla';
$lang['admin']['adduser'] = 'Añadir Nuevo Usuario';
$lang['admin']['addusertag'] = 'Añadir Tag Personalizada';
$lang['admin']['adminaccess'] = 'Acceso a administración';
$lang['admin']['adminlog'] = 'Registro de Actividad';
$lang['admin']['adminlogcleared'] = 'El Registro de Actividad se ha borrado con éxito';
$lang['admin']['adminlogempty'] = 'El Registro de Actividad está vacio';
$lang['admin']['adminsystemtitle'] = 'Administración del CMS';
$lang['admin']['adminpaneltitle'] = 'Panel de Administrador de CMSMS';
$lang['admin']['advanced'] = 'Avanzado';
$lang['admin']['aliasalreadyused'] = 'Este Alias ya ha sido asignado a otra página. Cambiar "pageAlias" en la pestaña de "Opciones" por algo distinto.';
$lang['admin']['aliasmustbelettersandnumbers'] = 'El alias debe ser todo letras y números';
$lang['admin']['aliasnotaninteger'] = 'El Alias no puede ser un entero';
$lang['admin']['allpagesmodified'] = '¡Todas las Páginas modificadas!';
$lang['admin']['assignments'] = 'Asignar Usuarios';
$lang['admin']['associationexists'] = 'Esta asociación ya existe';
$lang['admin']['autoinstallupgrade'] = 'Instalar o actualizar Automáticamente';
$lang['admin']['back'] = 'Volver al Menu';
$lang['admin']['backtoplugins'] = 'Volver al listado de Plugins';
$lang['admin']['cancel'] = 'Cancelar';
$lang['admin']['cantchmodfiles'] = 'No se pudieron cambiar los permisos de algunos archivos';
$lang['admin']['cantremovefiles'] = 'Problema al Borrar Archivos (¿permisos?)';
$lang['admin']['confirmcancel'] = '¿Seguro que quieres descartar los cambios? OK descarta todos los cambios. Cancelar continua editando.';
$lang['admin']['canceldescription'] = 'Descartar Cambios';
$lang['admin']['clearadminlog'] = 'Borrar Log';
$lang['admin']['code'] = 'Código';
$lang['admin']['confirmdefault'] = '¿Seguro que quieres cambiar la página por defecto?';
$lang['admin']['confirmdeletedir'] = '¿Seguro que quieres borrar este directorio y todo su contenido?';
$lang['admin']['content'] = 'Contenido';
$lang['admin']['contentmanagement'] = 'Gestión de Contenido';
$lang['admin']['contenttype'] = 'Tipo de Contenido';
$lang['admin']['copy'] = 'Copiar';
$lang['admin']['copytemplate'] = 'Copiar Plantilla';
$lang['admin']['create'] = 'Crear';
$lang['admin']['createnewfolder'] = 'Crear Carpeta';
$lang['admin']['cssalreadyused'] = 'Nombre de CSS ya en uso';
$lang['admin']['cssmanagement'] = 'Gestión de CSS';
$lang['admin']['currentassociations'] = 'Asociaciones';
$lang['admin']['currentdirectory'] = 'Directorio';
$lang['admin']['currentgroups'] = 'Grupos ';
$lang['admin']['currentpages'] = 'Páginas';
$lang['admin']['currenttemplates'] = 'Plantillas';
$lang['admin']['currentusers'] = 'Usuarios';
$lang['admin']['custom404'] = 'Mensaje de Error 404 Propio';
$lang['admin']['database'] = 'Base de Datos';
$lang['admin']['databaseprefix'] = 'Prefijo de B.D.';
$lang['admin']['databasetype'] = 'Tipo de B.D.';
$lang['admin']['date'] = 'Fecha';
$lang['admin']['default'] = 'Por Defecto';
$lang['admin']['delete'] = 'Borrar';
$lang['admin']['deleteconfirm'] = '¿Seguro que quieres borrar?';
$lang['admin']['deleteassociationconfirm'] = '¿Seguro que quieres borrar la asociación a - %s - ?';
$lang['admin']['deletecss'] = 'Borrar CSS';
$lang['admin']['dependencies'] = 'Dependencias';
$lang['admin']['description'] = 'Descripción';
$lang['admin']['directoryexists'] = 'Este directorio ya existe.';
$lang['admin']['down'] = 'Abajo';
$lang['admin']['edit'] = 'Editar';
$lang['admin']['editconfiguration'] = 'Editar Configuración';
$lang['admin']['editcontent'] = 'Editar Contenido';
$lang['admin']['editcss'] = 'Editar Hoja de Estilo';
$lang['admin']['editcsssuccess'] = 'Hoja de estilo actualizada';
$lang['admin']['editgroup'] = 'Editar Grupo';
$lang['admin']['editpage'] = 'Editar Página';
$lang['admin']['edittemplate'] = 'Editar Plantilla';
$lang['admin']['edittemplatesuccess'] = 'Plantilla actualizada';
$lang['admin']['edituser'] = 'Editar Usuario';
$lang['admin']['editusertag'] = 'Editar Tag Personalizado';
$lang['admin']['usertagadded'] = 'Se añadió el Tag Personalizado correctamente.';
$lang['admin']['usertagupdated'] = 'Se actualizó el Tag Personalizado correctamente.';
$lang['admin']['usertagdeleted'] = 'Se borró el Tag Personalizado correctamente.';
$lang['admin']['email'] = 'Dirección Email';
$lang['admin']['errorattempteddowngrade'] = 'Instalar este módulo resultaría conflictivo. Operación abortada';
$lang['admin']['errorchildcontent'] = 'Contenido con sub-contenido. Elimínalo primero, por favor.';
$lang['admin']['errorcopyingtemplate'] = 'Error al copiar Plantilla';
$lang['admin']['errorcouldnotparsexml'] = 'Error al traducir archivo XML';
$lang['admin']['errorcreatingassociation'] = 'Error al crear asociación';
$lang['admin']['errorcssinuse'] = 'Hoja de estilo en uso por plantilla o páginas. Elimina esasasocicciones primero, por favor.';
$lang['admin']['errordefaultpage'] = 'No se puede borrar la página por defecto. Asigna una diferente primero.';
$lang['admin']['errordeletingassociation'] = 'Error al borrar asociación';
$lang['admin']['errordeletingcss'] = 'Error al borrar CSS';
$lang['admin']['errordeletingdirectory'] = 'No se pudo borrar el diractorio. Revisar permisos';
$lang['admin']['errordeletingfile'] = 'No se pudo borrar el archivo. Revisar permisos';
$lang['admin']['errordirectorynotwritable'] = 'Sin permiso para escribir en el directorio';
$lang['admin']['errordtdmismatch'] = 'Sin versión DTD o incompatible en el archivo XML';
$lang['admin']['errorgettingcssname'] = 'Error al obtener el nombre de la Hoja de Estilo';
$lang['admin']['errorgettingtemplatename'] = 'Error al obtener el nombre de la Plantilla';
$lang['admin']['errorincompletexml'] = 'Archivo XML incompleto o no válido';
$lang['admin']['uploadxmlfile'] = 'Instalar módulo via archivo XML';
$lang['admin']['cachenotwritable'] = 'El directorio Cache no es escribible. Borrar la cache no funcionará. Cambia los permisos del directorio tmp/cache (chmod 777)';
$lang['admin']['modulesnotwritable'] = 'El directorio modules no se puede escribir. Si quieres instalar módulos subiendo un archivo XML, necesitas cambiar los permisos del directorio modules (chmod 777).';
$lang['admin']['noxmlfileuploaded'] = 'No se subió el erchivo. Para instalar un módulo via XML debes elegir y subir un archivo .xml desde tu ordenador.';
$lang['admin']['errorinsertingcss'] = 'Error al insertar Hoja de Estilo';
$lang['admin']['errorinsertinggroup'] = 'Error al insertar grupo';
$lang['admin']['errorinsertingtag'] = 'Error al insertar tag';
$lang['admin']['errorinsertingtemplate'] = 'Error al insertar Plantilla';
$lang['admin']['errorinsertinguser'] = 'Error al insertar Usuario';
$lang['admin']['errornofilesexported'] = 'Error al exportar a XML';
$lang['admin']['errorretrievingcss'] = 'Error al recuperar Hoja de Estilo';
$lang['admin']['errorretrievingtemplate'] = 'Error al recuperar Pantilla';
$lang['admin']['errortemplateinuse'] = 'Esta Plantilla la usa todavia una página. Elimínala primero, por favor.';
$lang['admin']['errorupdatingcss'] = 'Error al actualizar Hoja de Estilo';
$lang['admin']['errorupdatinggroup'] = 'Error al actualizar grupo';
$lang['admin']['errorupdatingpages'] = 'Error al actulaizar páginas';
$lang['admin']['errorupdatingtemplate'] = 'Error al actualizar plantilla';
$lang['admin']['errorupdatinguser'] = 'Error al actualizar usuario';
$lang['admin']['errorupdatingusertag'] = 'Error al actualizar tag';
$lang['admin']['erroruserinuse'] = 'Existe contenido creado por este usuario. Cambiar este usuario por otro antes de eliminarlo.';
$lang['admin']['eventhandlers'] = 'Eventos';
$lang['admin']['editeventhandler'] = 'Editar Manejador de Evento';
$lang['admin']['eventhandlerdescription'] = 'Asocia tags personalizados con eventos';
$lang['admin']['export'] = 'Exportar';
$lang['admin']['event'] = 'Evento';
$lang['admin']['false'] = 'Falso';
$lang['admin']['settrue'] = 'Poner a True';
$lang['admin']['filecreatedirnodoubledot'] = 'El directorio no puede contener '..'.';
$lang['admin']['filecreatedirnoname'] = 'No se puede crear un directorio sin nombre.';
$lang['admin']['filecreatedirnoslash'] = 'El directorio no puede contener '/' ni '\'.';
$lang['admin']['filemanagement'] = 'Gestión de archivos';
$lang['admin']['filename'] = 'Nombre de archivo';
$lang['admin']['filenotuploaded'] = 'No se pudo subir el archivo. Revisar permisos.';
$lang['admin']['filesize'] = 'Tamaño';
$lang['admin']['firstname'] = 'Nombre';
$lang['admin']['groupmanagement'] = 'Gestión de Grupos';
$lang['admin']['grouppermissions'] = 'Permisos de Grupos';
$lang['admin']['handler'] = 'Manejador (tag personalizado)';
$lang['admin']['headtags'] = 'Tags <head>';
$lang['admin']['help'] = 'Ayuda';
$lang['admin']['new_window'] = 'nueva ventana';
$lang['admin']['helpwithsection'] = '%s Ayuda';
$lang['admin']['helpaddtemplate'] = '<p>Una Plantilla es lo que controla el aspecto del contenido del sitio.</p><p>Crea la plantilla aquí y luego añade tu CSS en la sección Hojas de Estilo para controlar el aspecto de todos sus elementos.</p>';
$lang['admin']['helplisttemplate'] = '<p>Esta página te permite editar, borrar y crear plantillas.</p><p>Para crear una nueva plantilla, haz click en <u>Añadir plantilla</u>.</p><p>Si quieres que todas las páginas usen la misma plantilla, haz click en <u>Asignar a Todo</u>.</p><p>si quieres duplicar una plantilla, haz click en <u>Copiar</u> y se te pedirá un nombre para la nueva plantilla duplicada.</p>';
$lang['admin']['home'] = 'Inicio';
$lang['admin']['homepage'] = 'Página de Inicio';
$lang['admin']['hostname'] = 'Nombre del Host';
$lang['admin']['idnotvalid'] = 'El id dado no es válido';
$lang['admin']['imagemanagement'] = 'Gestor de Imágenes';
$lang['admin']['informationmissing'] = 'No existe información';
$lang['admin']['install'] = 'Instalar';
$lang['admin']['invalidcode'] = 'Código no válido.';
$lang['admin']['illegalcharacters'] = 'Caracteres no válidos en campo %s.';
$lang['admin']['invalidcode_brace_missing'] = 'Número impar de corchetes';
$lang['admin']['invalidtemplate'] = 'La plantilla no es válida';
$lang['admin']['itemid'] = 'ID';
$lang['admin']['itemname'] = 'Nombre';
$lang['admin']['language'] = 'Idioma';
$lang['admin']['lastname'] = 'Apellidos';
$lang['admin']['logout'] = 'Salir';
$lang['admin']['loginprompt'] = 'Teclea tus datos de usuario para tener acceso al Panel de Administración.';
$lang['admin']['logintitle'] = 'Acceso de Administrador a CMS Made Simple';
$lang['admin']['menutext'] = 'Texto del Menu';
$lang['admin']['missingparams'] = 'Algunos parámetros faltan o no son válidos';
$lang['admin']['modifygroupassignments'] = 'Modificar Asignación de Grupos';
$lang['admin']['moduleabout'] = 'Acerca de del módulo %s';
$lang['admin']['modulehelp'] = 'Ayuda para el módulo %s';
$lang['admin']['msg_defaultcontent'] = 'Agregar código aquí que aparecerá como contenido por defecto en toda página nueva';
$lang['admin']['msg_defaultmetadata'] = 'Agregar código aquí que aparecerá en la sección metadata de toda página nueva';
$lang['admin']['wikihelp'] = 'Ayuda de la Comunidad';
$lang['admin']['moduleinstalled'] = 'Módulo ya instalado';
$lang['admin']['moduleinterface'] = 'Interface de %s';
$lang['admin']['modules'] = 'Módulos';
$lang['admin']['move'] = 'Mover';
$lang['admin']['name'] = 'Nombre';
$lang['admin']['needpermissionto'] = 'Necesitas permisos de '%s' para usar esa función.';
$lang['admin']['needupgrade'] = 'Necesita Actualizar';
$lang['admin']['newtemplatename'] = 'Nuevo Nombre de Plantilla';
$lang['admin']['next'] = 'Siguiente';
$lang['admin']['noaccessto'] = 'Sin Acceso a %s';
$lang['admin']['nocss'] = 'Sin Hoja de Estilo';
$lang['admin']['noentries'] = 'Sin Datos';
$lang['admin']['nofieldgiven'] = '¡No has dado %s!';
$lang['admin']['nofiles'] = 'Sin Archivos';
$lang['admin']['nopasswordmatch'] = 'La Clave no concuerda';
$lang['admin']['norealdirectory'] = 'No has dado un directorio real';
$lang['admin']['norealfile'] = 'No has dado un archivo real';
$lang['admin']['notinstalled'] = 'No Instalado';
$lang['admin']['overwritemodule'] = 'Sobreescribir módulos existentes';
$lang['admin']['owner'] = 'Autor';
$lang['admin']['pagealias'] = 'Alias';
$lang['admin']['pagedefaults'] = 'Valores por Defecto de la Página';
$lang['admin']['pagedefaultsdescription'] = 'Establecer los valores por defecto para nuevas páginas';
$lang['admin']['parent'] = 'Arbol';
$lang['admin']['password'] = 'Clave';
$lang['admin']['passwordagain'] = 'Clave (de nuevo)';
$lang['admin']['permission'] = 'Permiso';
$lang['admin']['permissions'] = 'Permisos';
$lang['admin']['permissionschanged'] = 'Permisos actualizados.';
$lang['admin']['pluginabout'] = 'Acerca del tag %s';
$lang['admin']['pluginhelp'] = 'Ayuda para el tag %s';
$lang['admin']['pluginmanagement'] = 'Gestión de Plugins';
$lang['admin']['prefsupdated'] = 'Preferencias actualizadas.';
$lang['admin']['preview'] = 'Previsualizar';
$lang['admin']['previewdescription'] = 'Previsualizar cambios';
$lang['admin']['previous'] = 'Anterior';
$lang['admin']['remove'] = 'Borrar';
$lang['admin']['removeconfirm'] = 'Esta acción borrará los archivos que componen el módulo de esta instalación.\n¿Seguro que quieres borrarlos?';
$lang['admin']['removecssassociation'] = 'Borrar Asociación de Hoja de Estilo';
$lang['admin']['saveconfig'] = 'Guardar Configuración';
$lang['admin']['send'] = 'Enviar';
$lang['admin']['setallcontent'] = 'Asignar a Todo';
$lang['admin']['setallcontentconfirm'] = '¿Seguro que quieres asignar esta plantilla a todas las páginas?';
$lang['admin']['showinmenu'] = 'Mostrar en Menu';
$lang['admin']['showsite'] = 'Mostrar Sitio';
$lang['admin']['sitedownmessage'] = 'Mensaje de Sitio en Mantenimiento';
$lang['admin']['siteprefs'] = 'Configuración General';
$lang['admin']['status'] = 'Estado';
$lang['admin']['stylesheet'] = 'Hoja de Estilo';
$lang['admin']['submit'] = 'Enviar';
$lang['admin']['submitdescription'] = 'Guardar cambios';
$lang['admin']['tags'] = 'Tags ';
$lang['admin']['template'] = 'Plantilla';
$lang['admin']['templateexists'] = 'Nombre de plantilla ya existe';
$lang['admin']['templatemanagement'] = 'Gestión de Plantillas';
$lang['admin']['title'] = 'Título';
$lang['admin']['tools'] = 'Herramientas';
$lang['admin']['true'] = 'Verdadero';
$lang['admin']['setfalse'] = 'Poner a False';
$lang['admin']['type'] = 'Tipo';
$lang['admin']['typenotvalid'] = 'Tipo no válido';
$lang['admin']['uninstall'] = 'Desinstalar';
$lang['admin']['uninstallconfirm'] = '¿Seguro que quieres desinstalar esto?';
$lang['admin']['up'] = 'Arriba';
$lang['admin']['upgrade'] = 'Actualizar';
$lang['admin']['upgradeconfirm'] = '¿Seguro que quieres actualizar esto?';
$lang['admin']['uploadfile'] = 'Subir Archivo';
$lang['admin']['url'] = 'URL ';
$lang['admin']['useadvancedcss'] = 'Usar Gestión Avanzada de Hojas de Estilo';
$lang['admin']['user'] = 'Usuario';
$lang['admin']['userdefinedtags'] = 'Tags personalizados';
$lang['admin']['usermanagement'] = 'Gestión de Usuarios';
$lang['admin']['username'] = 'Nombre';
$lang['admin']['usernameincorrect'] = 'Nombre o clave incorrectas';
$lang['admin']['userprefs'] = 'Preferencias de Usuario';
$lang['admin']['usersassignedtogroup'] = 'Usuarios Asignados al Grupo %s';
$lang['admin']['usertagexists'] = 'Ya existe un tag con este nombre. Debes elegir otro.';
$lang['admin']['usewysiwyg'] = 'Usar editor WYSIWYG para el contenido';
$lang['admin']['version'] = 'Versión';
$lang['admin']['view'] = 'Ver';
$lang['admin']['welcomemsg'] = 'Bienvenido %s';
$lang['admin']['directoryabove'] = 'directorio por encima del nivel actual';
$lang['admin']['nodefault'] = 'Por defecto no seleccionado';
$lang['admin']['blobexists'] = 'Nombre del Bloque ya existe';
$lang['admin']['blobmanagement'] = 'Gestión de bloques';
$lang['admin']['errorinsertingblob'] = 'Hubo un error al insertar el bloque';
$lang['admin']['addhtmlblob'] = 'Añadir bloque';
$lang['admin']['edithtmlblob'] = 'Editar Bloque';
$lang['admin']['edithtmlblobsuccess'] = 'Blocke actualizado';
$lang['admin']['tagtousegcb'] = 'Tag para Usar este Bloque';
$lang['admin']['gcb_wysiwyg'] = 'Habilitar WYSIWYG';
$lang['admin']['gcb_wysiwyg_help'] = 'Habilita el editor WYSIWYG mientras se editan Bloques';
$lang['admin']['filemanager'] = 'Gestión de Archivos';
$lang['admin']['imagemanager'] = 'Gestión de Imágenes';
$lang['admin']['encoding'] = 'Codificación';
$lang['admin']['clearcache'] = 'Borrar Caché';
$lang['admin']['clear'] = 'Borrar';
$lang['admin']['cachecleared'] = 'Cache Borrada';
$lang['admin']['apply'] = 'Aplicar';
$lang['admin']['applydescription'] = 'Guardar cambios y continuar edición';
$lang['admin']['none'] = 'Nada';
$lang['admin']['wysiwygtouse'] = 'Seleccionar WYSIWYG a usar';
$lang['admin']['syntaxhighlightertouse'] = 'Selecciona resaltador de sintaxis a usar';
$lang['admin']['hasdependents'] = 'Tiene Dependencias';
$lang['admin']['missingdependency'] = 'Sin Dependencias';
$lang['admin']['minimumversion'] = 'Versión Mínima';
$lang['admin']['minimumversionrequired'] = 'Versióon de CMSMS Mínima Necesaria';
$lang['admin']['maximumversion'] = 'Versión Máxima';
$lang['admin']['maximumversionsupported'] = 'Versióon de CMSMS Máxima Soportada';
$lang['admin']['depsformodule'] = 'Dependencias del Módulo %s';
$lang['admin']['installed'] = 'Instalado';
$lang['admin']['author'] = 'Autor';
$lang['admin']['changehistory'] = 'Cambiar Historial';
$lang['admin']['moduleerrormessage'] = 'Mensaje de Error en Módulo %s';
$lang['admin']['moduleupgradeerror'] = 'Hubo un error al actualizar el módulo.';
$lang['admin']['moduleinstallmessage'] = 'Mensaje de la Instalación para el Módulo %s';
$lang['admin']['moduleuninstallmessage'] = 'Mensaje de la Desinstalación para el Módulo %s';
$lang['admin']['admintheme'] = 'Plantilla de Administración';
$lang['admin']['addstylesheet'] = 'Añadir Hoja de Estilo';
$lang['admin']['editstylesheet'] = 'Editar Hoja de Estilo';
$lang['admin']['addcssassociation'] = 'Crear Asociación a Hoja de Estilo';
$lang['admin']['attachstylesheet'] = 'Adjuntar eta Hoja de Estilo';
$lang['admin']['attachtemplate'] = 'Adjuntar a esta Plantilla';
$lang['admin']['main'] = 'Principal';
$lang['admin']['pages'] = 'Páginas';
$lang['admin']['page'] = 'Página';
$lang['admin']['files'] = 'Archivos';
$lang['admin']['layout'] = 'Diseño';
$lang['admin']['usersgroups'] = 'Usuarios y Grupos';
$lang['admin']['extensions'] = 'Extensiones';
$lang['admin']['preferences'] = 'Preferencias';
$lang['admin']['admin'] = 'Sitio';
$lang['admin']['viewsite'] = 'Ver Sitio';
$lang['admin']['templatecss'] = 'Asgnar Plantilla a Hoja de Estilo';
$lang['admin']['plugins'] = 'Plugins ';
$lang['admin']['movecontent'] = 'Mover Páginas';
$lang['admin']['module'] = 'Módulo';
$lang['admin']['usertags'] = 'Tags Personalizados';
$lang['admin']['htmlblobs'] = 'Bloques';
$lang['admin']['adminhome'] = 'Inicio';
$lang['admin']['liststylesheets'] = 'Hojas de Estilo';
$lang['admin']['preferencesdescription'] = 'Aquí es donde se asignan las preferencias del sitio.';
$lang['admin']['adminlogdescription'] = 'Muestra un registro de actividad en administración.';
$lang['admin']['mainmenu'] = 'Menu Principal';
$lang['admin']['users'] = 'Usuarios';
$lang['admin']['usersdescription'] = 'Aquí se gestionan los usuarios.';
$lang['admin']['groups'] = 'Grupos';
$lang['admin']['groupsdescription'] = 'Aquí se gestionan los grupos.';
$lang['admin']['groupassignments'] = 'Asignación a Grupos';
$lang['admin']['groupassignmentdescription'] = 'Aquí se asignan usuarios a grupos.';
$lang['admin']['groupperms'] = 'Permisos de Grupos';
$lang['admin']['grouppermsdescription'] = 'Asignar permisos y niveles de acceso para grupos';
$lang['admin']['pagesdescription'] = 'Aquí es donde se añaden y editan páginas y otros contenidos';
$lang['admin']['htmlblobdescription'] = 'Los Bloques son trocitos de contenido que puedes instertar en tus páginas o plantillas.';
$lang['admin']['templates'] = 'Plantillas';
$lang['admin']['templatesdescription'] = 'Aquí es donde añadimos y editamos plantillas. las plantillas definen el aspecto del sitio.';
$lang['admin']['stylesheets'] = 'Hojas de Estilo';
$lang['admin']['stylesheetsdescription'] = 'Es una forma avanzada de manejar las Hojas de Estilo en cascada (CSS) de forma independiente de las plantillas.';
$lang['admin']['filemanagerdescription'] = 'Subir y gestionar archivos.';
$lang['admin']['imagemanagerdescription'] = 'Subir/editar y borrar imágenes.';
$lang['admin']['moduledescription'] = 'Los Módulos Extienden CMS Made Simple con todo tipo de funcionalidades personalizadas.';
$lang['admin']['tagdescription'] = 'Los Tags son pequeñas funcionalidades que se pueden insertar en el contenido y/o las plantillas.';
$lang['admin']['usertagdescription'] = 'Tags que puedes crear y modificar tu mismo para realizar tareas específicas.';
$lang['admin']['installdirwarning'] = '<em><strong>Aviso:</strong></em> el directorio Install todavía existe. Debes borrarlo completamente.';
$lang['admin']['subitems'] = 'Subelementos';
$lang['admin']['extensionsdescription'] = 'Módulos, tags, y otras cosas.';
$lang['admin']['usersgroupsdescription'] = 'Elementos relacionados con Usuarios y Grupos.';
$lang['admin']['layoutdescription'] = 'Opciones de diseño del Sitio.';
$lang['admin']['admindescription'] = 'Funciones de administración del Sitio.';
$lang['admin']['contentdescription'] = 'Aquí es donde añadimos y editamos contenido.';
$lang['admin']['enablecustom404'] = 'Habilitar Mensaje 400 Personalizado.';
$lang['admin']['enablesitedown'] = 'Habilitar Mensaje de Sitio en Mantenimiento.';
$lang['admin']['bookmarks'] = 'Atajos';
$lang['admin']['user_created'] = 'Del Usuario';
$lang['admin']['forums'] = 'Foros';
$lang['admin']['wiki'] = 'Wiki ';
$lang['admin']['irc'] = 'IRC ';
$lang['admin']['module_help'] = 'Ayuda Módulo';
$lang['admin']['managebookmarks'] = 'Gestionar Atajos';
$lang['admin']['editbookmark'] = 'Editar Atajos';
$lang['admin']['addbookmark'] = 'Añadir Atajos';
$lang['admin']['recentpages'] = 'Páginas Recientes';
$lang['admin']['groupname'] = 'Nombre de Grupo';
$lang['admin']['selectgroup'] = 'Seleccionar Grupo';
$lang['admin']['updateperm'] = 'Actualizar permisos';
$lang['admin']['admincallout'] = 'Atajos de Administración';
$lang['admin']['showbookmarks'] = 'Mostrar Atajos de Admin';
$lang['admin']['hide_help_links'] = 'Ocultar ayudas';
$lang['admin']['hide_help_links_help'] = 'Activa esto para no mostrar los enlaces de ayuda wiki y módulo en las cabeceras.';
$lang['admin']['showrecent'] = 'Mostrar Páginas Usadas recientemente';
$lang['admin']['attachtotemplate'] = 'Adjuntar Hoja de Estilo a Plantilla';
$lang['admin']['attachstylesheets'] = 'Adjuntar Hoja de Estilo';
$lang['admin']['indent'] = 'Indentar Listado para mejorar el Arbol';
$lang['admin']['adminindent'] = 'Mostrar Contenido';
$lang['admin']['contract'] = 'Agrupar sección';
$lang['admin']['expand'] = 'Expandir Sección';
$lang['admin']['expandall'] = 'Expandir Todas las Secciones';
$lang['admin']['contractall'] = 'Agrupar Todas las Secciones';
$lang['admin']['menu_bookmarks'] = '[+] ';
$lang['admin']['globalconfig'] = 'Configuración General';
$lang['admin']['adminpaging'] = 'Número de Elementos por página a mostrar en el Listado';
$lang['admin']['nopaging'] = 'Mostrar Todos los Elementos';
$lang['admin']['myprefs'] = 'Mis Preferencias';
$lang['admin']['myprefsdescription'] = 'Aquí es donde puedes personalizar la administración para que funcione a tu manera.';
$lang['admin']['myaccount'] = 'Mi Cuenta';
$lang['admin']['myaccountdescription'] = 'Aquí es donde puedes actualizar los datos de tu cuenta personal.';
$lang['admin']['adminprefs'] = 'Preferencias del Usuario';
$lang['admin']['adminprefsdescription'] = 'Aquí es donde configuras tus preferencias para la administración del sitio.';
$lang['admin']['managebookmarksdescription'] = 'Aquí es donde administras tus atajos de administración.';
$lang['admin']['options'] = 'Opciones';
$lang['admin']['langparam'] = 'El Parámetro se usa para especificar que idioma usar en el frontend. No todos los módulos lo soportan o necesitan.';
$lang['admin']['parameters'] = 'Parámetros';
$lang['admin']['mediatype'] = 'Tipo de Medio';
$lang['admin']['mediatype_'] = 'Nada : afectara a todo ';
$lang['admin']['mediatype_all'] = 'todo : para todos los dispositivos.';
$lang['admin']['mediatype_aural'] = 'aural : para sintetizadores de voz.';
$lang['admin']['mediatype_braille'] = 'braille : para dispositivos tactiles en braille.';
$lang['admin']['mediatype_embossed'] = 'embossed : para impresoras en braille.';
$lang['admin']['mediatype_handheld'] = 'handheld : para dispositivos portatiles';
$lang['admin']['mediatype_print'] = 'print : Para material opaco y para documentos visualizados por pantalla en modo de previsualizacion.';
$lang['admin']['mediatype_projection'] = 'projection : Para presentaciones proyactadas, por ejemplo proyactores o impresion a transparencias.';
$lang['admin']['mediatype_screen'] = 'screen : Principalmente para monitores en color.';
$lang['admin']['mediatype_tty'] = 'tty : Para publicaciones que usan un paso de caracteres fijo, como teletipos y terminales.';
$lang['admin']['mediatype_tv'] = 'tv : Para dispositivos de television.';
$lang['admin']['assignmentchanged'] = 'Asignaciones de Grupos actualizadas.';
$lang['admin']['stylesheetexists'] = 'La Hoja de Estilo existe.';
$lang['admin']['errorcopyingstylesheet'] = 'Error al Copiar Hoja de Estilo';
$lang['admin']['copystylesheet'] = 'Copiar Hoja de Estilo';
$lang['admin']['newstylesheetname'] = 'Nuevo Nombre de Hoja de Estilo';
$lang['admin']['target'] = 'Destino';
$lang['admin']['xml'] = 'XML ';
$lang['admin']['xmlmodulerepository'] = 'URL de ModuleRepository soap server';
$lang['admin']['metadata'] = 'Metadatos';
$lang['admin']['globalmetadata'] = 'Metadatos Generales';
$lang['admin']['titleattribute'] = 'Título del Atributo';
$lang['admin']['tabindex'] = 'Indice';
$lang['admin']['accesskey'] = 'Clave de Acceso';
$lang['admin']['sitedownwarning'] = '<strong>Aviso:</strong> Su sitio muestra actualmente un mensaje de "Sitio en Mantenimiento". Borre el archivo %s para resolverlo.';
$lang['admin']['deletecontent'] = 'Borrar Contenido';
$lang['admin']['deletepages'] = '¿Borrar estas páginas?';
$lang['admin']['selectall'] = 'Seleccionar Todo';
$lang['admin']['selecteditems'] = 'Elementos Seleccionados';
$lang['admin']['inactive'] = 'Inactivo';
$lang['admin']['deletetemplates'] = 'Borrar Plantillas';
$lang['admin']['templatestodelete'] = 'Se borraran estas plantillas';
$lang['admin']['wontdeletetemplateinuse'] = 'Estas plantillas estan en uso y no se borraran';
$lang['admin']['deletetemplate'] = 'Borrar Hoja de Estilo';
$lang['admin']['stylesheetstodelete'] = 'Se borrarán estas hojas de estilo';
$lang['admin']['sitename'] = 'Nombre del Sitio';
$lang['admin']['siteadmin'] = 'Administración';
$lang['admin']['images'] = 'Gestor de Imagenes';
$lang['admin']['blobs'] = 'Bloques';
$lang['admin']['groupmembers'] = 'Asignaciones a Grupos';
$lang['admin']['troubleshooting'] = '(Problemas)';
$lang['admin']['event_desc_loginpost'] = 'Se envía al entrar un usuario en administración';
$lang['admin']['event_desc_logoutpost'] = 'Se envía al salir un usuario de administración';
$lang['admin']['event_desc_adduserpre'] = 'Se envía antes de crear un nuevo usuario';
$lang['admin']['event_desc_adduserpost'] = 'Se envía al crear un nuevo usuario';
$lang['admin']['event_desc_edituserpre'] = 'Se envía antes de modificar un usuario';
$lang['admin']['event_desc_edituserpost'] = 'Se envía al modificar un usuario';
$lang['admin']['event_desc_deleteuserpre'] = 'Se envía antes de eliminar un usuario';
$lang['admin']['event_desc_deleteuserpost'] = 'Se envía al eliminar un usuario';
$lang['admin']['event_desc_addgrouppre'] = 'Se envía antes de crear un nuevo grupo';
$lang['admin']['event_desc_addgrouppost'] = 'Se envía al crear un nuevo grupo';
$lang['admin']['event_desc_changegroupassignpre'] = 'Se envía antes de grabar la asignación a grupo';
$lang['admin']['event_desc_changegroupassignpost'] = 'Se envía después de grabar la asignación a grupo';
$lang['admin']['event_desc_editgrouppre'] = 'Se envía antes de modificar un grupo';
$lang['admin']['event_desc_editgrouppost'] = 'Se envía al modificar un grupo';
$lang['admin']['event_desc_deletegrouppre'] = 'Se envía antes de eliminar un grupo';
$lang['admin']['event_desc_deletegrouppost'] = 'Se envía al eliminar un grupo';
$lang['admin']['event_desc_addstylesheetpre'] = 'Se envía antes de crear una hoja de estilo';
$lang['admin']['event_desc_addstylesheetpost'] = 'Se envía al crear una hoja de estilo';
$lang['admin']['event_desc_editstylesheetpre'] = 'Se envía antes de modificar una hoja de estilo';
$lang['admin']['event_desc_editstylesheetpost'] = 'Se envía al modificar una hoja de estilo';
$lang['admin']['event_desc_deletestylesheetpre'] = 'Se envía antes de eliminar una hoja de estilo';
$lang['admin']['event_desc_deletestylesheetpost'] = 'Se envía al eliminar una hoja de estilo';
$lang['admin']['event_desc_addtemplatepre'] = 'Se envía antes de crear una plantilla';
$lang['admin']['event_desc_addtemplatepost'] = 'Se envía al crear una plantilla';
$lang['admin']['event_desc_edittemplatepre'] = 'Se envía antes de modificar una plantilla';
$lang['admin']['event_desc_edittemplatepost'] = 'Se envía al modificar una plantilla';
$lang['admin']['event_desc_deletetemplatepre'] = 'Se envía antes de eliminar una plantilla';
$lang['admin']['event_desc_deletetemplatepost'] = 'Se envía al eliminar una plantilla';
$lang['admin']['event_desc_templateprecompile'] = 'Se envía antes de que smarty procese una plantilla';
$lang['admin']['event_desc_templatepostcompile'] = 'Se envía cuando smarty procesa una plantilla';
$lang['admin']['event_desc_addglobalcontentpre'] = 'Se envía antes crear un bloque';
$lang['admin']['event_desc_addglobalcontentpost'] = 'Se envía al crear un bloque';
$lang['admin']['event_desc_editglobalcontentpre'] = 'Se envía antes de modificar un bloque';
$lang['admin']['event_desc_editglobalcontentpost'] = 'Se envía al modificar un bloque';
$lang['admin']['event_desc_deleteglobalcontentpre'] = 'Se envía antes de eliminar un bloque';
$lang['admin']['event_desc_deleteglobalcontentpost'] = 'Se envía al eliminar un bloque';
$lang['admin']['event_desc_globalcontentprecompile'] = 'Se envía antes de que smarty procese un bloque';
$lang['admin']['event_desc_globalcontentpostcompile'] = 'Se envía cuando smarty procesa un bloque';
$lang['admin']['event_desc_contenteditpre'] = 'Se envía antes de modificar contenido';
$lang['admin']['event_desc_contenteditpost'] = 'Se envía al modificar contenido';
$lang['admin']['event_desc_contentdeletepre'] = 'Se envía antes de eliminar contenido';
$lang['admin']['event_desc_contentdeletepost'] = 'Se envía al eliminar contenido';
$lang['admin']['event_desc_contentstylesheet'] = 'Se envía antes de enviar la hoja de estilo al navegador';
$lang['admin']['event_desc_contentprecompile'] = 'Se envía antes de que smarty procese contenido';
$lang['admin']['event_desc_contentpostcompile'] = 'Se envía cuando smarty ha procesado contenido';
$lang['admin']['event_desc_contentpostrender'] = 'Se envía antes de enviar HTML combinado al navegador';
$lang['admin']['event_desc_smartyprecompile'] = 'Se envía antes de cualquier contenido destinado a smatry se procese';
$lang['admin']['event_desc_smartypostcompile'] = 'Se envía al procesar cualquier contenido destinado a smatry';
$lang['admin']['event_help_loginpost'] = '<p>Se envía al entrar un usuario en administración.</p>
<h4>Parámetros</h4>
<ul>
<li>'user' - Referencia al objeto usuario afectado.</li>
</ul>
';
$lang['admin']['event_help_logoutpost'] = '<p>Se envía al salir un usuario de administración.</p>
<h4>Parámetros</h4>
<ul>
<li>'user' - Referencia al objeto usuario afectado.</li>
</ul>
';
$lang['admin']['event_help_adduserpre'] = '<p>Se envía antes de crear un nuevo usuario.</p>
<h4>Parámetros</h4>
<ul>
<li>'user' - Referencia al objeto usuario afectado.</li>
</ul>
';
$lang['admin']['event_help_adduserpost'] = '<p>Se envía al crear un nuevo usuario.</p>
<h4>Parámetros</h4>
<ul>
<li>'user' - Referencia al objeto usuario afectado.</li>
</ul>
';
$lang['admin']['event_help_edituserpre'] = '<p>Se envía antes de modificar un usuario.</p>
<h4>Parámetros</h4>
<ul>
<li>'user' - Referencia al objeto usuario afectado.</li>
</ul>
';
$lang['admin']['event_help_edituserpost'] = '<p>Se envía al modificar un usuario.</p>
<h4>Parámetros</h4>
<ul>
<li>'user' - Referencia al objeto usuario afectado.</li>
</ul>
';
$lang['admin']['event_help_deleteuserpre'] = '<p>Se envía antes de eliminar un usuario.</p>
<h4>Parámetros</h4>
<ul>
<li>'user' - Referencia al objeto usuario afectado.</li>
</ul>
';
$lang['admin']['event_help_deleteuserpost'] = '<p>Se envía al eliminar un usuario.</p>
<h4>Parámetros</h4>
<ul>
<li>'user' - Referencia al objeto usuario afectado.</li>
</ul>
';
$lang['admin']['event_help_addgrouppre'] = '<p>Se envía antes de crear un nuevo grupo.</p>
<h4>Parámetros</h4>
<ul>
<li>'group' - Referencia al objeto grupo afectado.</li>
</ul>
';
$lang['admin']['event_help_addgrouppost'] = '<p>Se envía al crear un nuevo grupo.</p>
<h4>Parámetros</h4>
<ul>
<li>'group' - Referencia al objeto grupo afectado.</li>
</ul>
';
$lang['admin']['event_help_changegroupassignpre'] = '<p>Sent before group assignments are saved.</p>
<h4>Parameters></h4>
<ul>
<li>'group' - Reference to the group object.</li>
<li>'users' - Array of references to user objects belonging to the group.</li>
';
$lang['admin']['event_help_changegroupassignpost'] = '<p>Sent after group assignments are saved.</p>
<h4>Parameters></h4>
<ul>
<li>'group' - Reference to the affected group object.</li>
<li>'users' - Array of references to user objects now belonging to the affected group.</li>
';
$lang['admin']['event_help_editgrouppre'] = '<p>Se envía antes de modificar un grupo.</p>
<h4>Parámetros</h4>
<ul>
<li>'group' - Referencia al objeto grupo afectado.</li>
</ul>
';
$lang['admin']['event_help_editgrouppost'] = '<p>Se envía al modificar un grupo.</p>
<h4>Parámetros</h4>
<ul>
<li>'group' - Referencia al objeto grupo afectado.</li>
</ul>
';
$lang['admin']['event_help_deletegrouppre'] = '<p>Se envía antes de eliminar un grupo.</p>
<h4>Parámetros</h4>
<ul>
<li>'group' - Referencia al objeto grupo afectado.</li>
</ul>
';
$lang['admin']['event_help_deletegrouppost'] = '<p>Se envía al eliminar un grupo.</p>
<h4>Parámetros</h4>
<ul>
<li>'group' - Referencia al objeto grupo afectado.</li>
</ul>
';
$lang['admin']['event_help_addstylesheetpre'] = '<p>Se envía antes de crear una hoja de estilo.</p>
<h4>Parámetros</h4>
<ul>
<li>'stylesheet' - Referencia al objeto hoja de estilo afectado.</li>
</ul>
';
$lang['admin']['event_help_addstylesheetpost'] = '<p>Se envía al crear una hoja de estilo.</p>
<h4>Parámetros</h4>
<ul>
<li>'stylesheet' - Referencia al objeto hoja de estilo afectado.</li>
</ul>
';
$lang['admin']['event_help_editstylesheetpre'] = '<p>Se envía antes de modificar una hoja de estilo.</p>
<h4>Parámetros</h4>
<ul>
<li>'stylesheet' - Referencia al objeto hoja de estilo afectado.</li>
</ul>
';
$lang['admin']['event_help_editstylesheetpost'] = '<p>Se envía al modificar una hoja de estilo.</p>
<h4>Parámetros</h4>
<ul>
<li>'stylesheet' - Referencia al objeto hoja de estilo afectado.</li>
</ul>
';
$lang['admin']['event_help_deletestylesheetpre'] = '<p>Se envía antes de eliminar una hoja de estilo.</p>
<h4>Parámetros</h4>
<ul>
<li>'stylesheet' - Referencia al objeto hoja de estilo afectado.</li>
</ul>
';
$lang['admin']['event_help_deletestylesheetpost'] = '<p>Se envía al eliminar una hoja de estilo.</p>
<h4>Parámetros</h4>
<ul>
<li>'stylesheet' - Referencia al objeto hoja de estilo afectado.</li>
</ul>
';
$lang['admin']['event_help_addtemplatepre'] = '<p>Se envía antes de crear una plantilla.</p>
<h4>Parámetros</h4>
<ul>
<li>'template' - Referencia al objeto plantilla afectado.</li>
</ul>
';
$lang['admin']['event_help_addtemplatepost'] = '<p>Se envía al crear una plantilla.</p>
<h4>Parámetros</h4>
<ul>
<li>'template' - Referencia al objeto plantilla afectado.</li>
</ul>
';
$lang['admin']['event_help_edittemplatepre'] = '<p>Se envía antes de modificar una plantilla.</p>
<h4>Parámetros</h4>
<ul>
<li>'template' - Referencia al objeto plantilla afectado.</li>
</ul>
';
$lang['admin']['event_help_edittemplatepost'] = '<p>Se envía al modificar una plantilla.</p>
<h4>Parámetros</h4>
<ul>
<li>'template' - Referencia al objeto plantilla afectado.</li>
</ul>
';
$lang['admin']['event_help_deletetemplatepre'] = '<p>Se envía antes de eliminar una plantilla.</p>
<h4>Parámetros</h4>
<ul>
<li>'template' - Referencia al objeto plantilla afectado.</li>
</ul>
';
$lang['admin']['event_help_deletetemplatepost'] = '<p>Se envía al eliminar una plantilla.</p>
<h4>Parámetros</h4>
<ul>
<li>'template' - Referencia al objeto plantilla afectado.</li>
</ul>
';
$lang['admin']['event_help_templateprecompile'] = '<p>Se envía antes de que smarty procese una plantilla.</p>
<h4>Parámetros</h4>
<ul>
<li>'template' - Referencia al objeto plantilla afectado.</li>
</ul>
';
$lang['admin']['event_help_templatepostcompile'] = '<p>Se envía cuando smarty procesa una plantilla.</p>
<h4>Parámetros</h4>
<ul>
<li>'template' - Referencia al objeto plantilla afectado.</li>
</ul>
';
$lang['admin']['event_help_addglobalcontentpre'] = '<p>Se envía antes crear un bloque.</p>
<h4>Parámetros</h4>
<ul>
<li>'global_content' - Referencia al objeto bloque afectado.</li>
</ul>
';
$lang['admin']['event_help_addglobalcontentpost'] = '<p>Se envía al crear un bloque.</p>
<h4>Parámetros</h4>
<ul>
<li>'global_content' - Referencia al objeto bloque afectado.</li>
</ul>
';
$lang['admin']['event_help_editglobalcontentpre'] = '<p>Se envía antes modificar un bloque.</p>
<h4>Parámetros</h4>
<ul>
<li>'global_content' - Referencia al objeto bloque afectado.</li>
</ul>
';
$lang['admin']['event_help_editglobalcontentpost'] = '<p>Se envía al modificar un bloque.</p>
<h4>Parámetros</h4>
<ul>
<li>'global_content' - Referencia al objeto bloque afectado.</li>
</ul>
';
$lang['admin']['event_help_deleteglobalcontentpre'] = '<p>Se envía antes eliminar un bloque.</p>
<h4>Parámetros</h4>
<ul>
<li>'global_content' - Referencia al objeto bloque afectado.</li>
</ul>
';
$lang['admin']['event_help_deleteglobalcontentpost'] = '<p>Se envía al eliminar un bloque.</p>
<h4>Parámetros</h4>
<ul>
<li>'global_content' - Referencia al objeto bloque afectado.</li>
</ul>
';
$lang['admin']['event_help_globalcontentprecompile'] = '<p>Se envía antes de que smarty procese un bloque.</p>
<h4>Parámetros</h4>
<ul>
<li>'global_content' - Referencia al objeto bloque afectado.</li>
</ul>
';
$lang['admin']['event_help_globalcontentpostcompile'] = '<p>Se envía cuando smarty procesa un bloque.</p>
<h4>Parámetros</h4>
<ul>
<li>'global_content' - Referencia al objeto bloque afectado.</li>
</ul>
';
$lang['admin']['event_help_contenteditpre'] = '<p>Se envía antes de modificar contenido.</p>
<h4>Parámetros</h4>
<ul>
<li>'content' - Referencia al objeto contenido afectado.</li>
</ul>
';
$lang['admin']['event_help_contenteditpost'] = '<p>Se envía al modificar contenido.</p>
<h4>Parámetros</h4>
<ul>
<li>'content' - Referencia al objeto contenido afectado.</li>
</ul>
';
$lang['admin']['event_help_contentdeletepre'] = '<p>Se envía antes de eliminar contenido.</p>
<h4>Parámetros</h4>
<ul>
<li>'content' - Referencia al objeto contenido afectado.</li>
</ul>
';
$lang['admin']['event_help_contentdeletepost'] = '<p>Se envía al eliminar contenido.</p>
<h4>Parámetros</h4>
<ul>
<li>'content' - Referencia al objeto contenido afectado.</li>
</ul>
';
$lang['admin']['event_help_contentstylesheet'] = '<p>Se envía antes de enviar la hoja de estilo al navegador.</p>
<h4>Parámetros</h4>
<ul>
<li>'content' - Referencia al objeto contenido afectado.</li>
</ul>
';
$lang['admin']['event_help_contentprecompile'] = '<p>Se envía antes de que smarty procese contenido.</p>
<h4>Parameters</h4>
<ul>
<li>'content' - Reference to the affected content text.</li>
</ul>
';
$lang['admin']['event_help_contentpostcompile'] = '<p>Se envía cuando smarty ha procesado contenido.</p>
<h4>Parameters</h4>
<ul>
<li>'content' - Reference to the affected content text.</li>
</ul>
';
$lang['admin']['event_help_contentpostrender'] = '<p>Se envía antes de enviar HTML combinado al navegador.</p>
<h4>Parameters</h4>
<ul>
<li>'content' - Reference to the html text.</li>
</ul>
';
$lang['admin']['event_help_smartyprecompile'] = '<p>Se envía antes de cualquier contenido destinado a smatry se procese.</p>
<h4>Parameters</h4>
<ul>
<li>'content' - Reference to the affected text.</li>
</ul>
';
$lang['admin']['event_help_smartypostcompile'] = '<p>Se envía al procesar cualquier contenido destinado a smatry.</p>
<h4>Parameters</h4>
<ul>
<li>'content' - Reference to the affected text.</li>
</ul>
';
$lang['admin']['filterbymodule'] = 'Filtrar Por Módulo';
$lang['admin']['showall'] = 'Mostrar Todo';
$lang['admin']['core'] = 'Núcleo (Core)';
$lang['admin']['defaultpagecontent'] = 'Contenido Por Defecto';
$lang['admin']['file_url'] = 'Enlace a archivo (en vez de la URL)';
$lang['admin']['no_file_url'] = 'Ninguno (Usar la URL de arriba)';
$lang['admin']['defaultparentpage'] = 'Página Raiz por defecto';
$lang['admin']['error_udt_name_whitespace'] = 'Error: El nombre de los Tags personalizados no pueden contener espacios';
$lang['admin']['warning_safe_mode'] = '<strong><em>AVISO:</strong> PHP Safe mode está activado. Esto provocará problemas con archivos subidos via navegador, incluido imágenes, temas y módulos XML. Te recomendamos contactar con el administrador del sitio para desactivar el safe mode.';
$lang['admin']['test'] = 'Prueba';
$lang['admin']['results'] = 'Resultados';
$lang['admin']['untested'] = 'Sin Probar';
$lang['admin']['unknown'] = 'Desconocido';
$lang['admin']['download'] = 'Descargar';
$lang['admin']['frontendwysiwygtouse'] = 'Wysiwyg del portal';
$lang['admin']['all_groups'] = 'Todos los Grupos';
$lang['admin']['error_type'] = 'Tipo de Error';
$lang['admin']['contenttype_errorpage'] = 'Pagina de Error';
$lang['admin']['errorpagealreadyinuse'] = 'Código de Error ya está en uso.';
$lang['admin']['404description'] = 'Pagina no encontrada';
$lang['admin']['usernotfound'] = 'Usuario no encontrado';
$lang['admin']['passwordchange'] = 'Por favor, ingrese su clave';
$lang['admin']['recoveryemailsent'] = 'Se envió un correo electrónico a la dirección registrada. Por favor revisar correo para mas instrucciones.';
$lang['admin']['errorsendingemail'] = 'Error al enviar el correo electronico. Contacte a su administrador.';
$lang['admin']['passwordchangedlogin'] = 'Clave cambiada. Por favor ingrese con sus nuevas credenciales.';
$lang['admin']['nopasswordforrecovery'] = 'No hay dirección de email para este usuario. No se puede recuperar su clave. Por favor contacte a su administrador.';
$lang['admin']['lostpw'] = '¿Clave olvidada?';
$lang['admin']['lostpwemailsubject'] = '[%s] recuperación de clave';
$lang['admin']['lostpwemail'] = 'You are recieving this e-mail because a request has been made to change the (%s) password associated with this user account (%s). If you would like to reset the password for this account simply click on the link below or paste it into the url field on your favorite browser:
%s
If you feel this is incorrect or made in error, simply ignore the email and nothing will change.';
$lang['admin']['utma'] = '156861353.541176812.1280673749.1284589166.1284592674.8';
$lang['admin']['utmz'] = '156861353.1280673749.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none)';
$lang['admin']['qca'] = 'P0-1761112673-1280673750789';
$lang['admin']['utmc'] = '156861353';
$lang['admin']['utmb'] = '156861353';
?>