<?php
/**
* $Id: language_es.php,v 1.30 2007-04-13 11:26:27 thorstenr Exp $
*
* Spanish language file
*
* @author Eduardo Polidor
* @since 2004-06-24
* @copyright (c) 2004-2007 phpMyFAQ Team
*
* The contents of this file are subject to the Mozilla Public License
* Version 1.1 (the "License"); you may not use this file except in
* compliance with the License. You may obtain a copy of the License at
* http://www.mozilla.org/MPL/
*
* Software distributed under the License is distributed on an "AS IS"
* basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the
* License for the specific language governing rights and limitations
* under the License.
******************************************************************************/
$PMF_LANG["metaCharset"] = "utf-8";
$PMF_LANG["metaLanguage"] = "es";
$PMF_LANG["language"] = "Spanish";
$PMF_LANG["dir"] = "ltr"; // ltr: left to right (e.g. English language); rtl: right to left (e.g. Arabic language)
// Navigation
$PMF_LANG["Others_in_this_Category"] = "Others in this Category";
$PMF_LANG["msgCategory"] = "Categorias";
$PMF_LANG["msgShowAllCategories"] = "Mostrar todas las categorías";
$PMF_LANG["msgSearch"] = "Buscar";
$PMF_LANG["msgAddContent"] = "Añadir contenido";
$PMF_LANG["msgQuestion"] = "Hacer pregunta";
$PMF_LANG["msgOpenQuestions"] = "Abrir Preguntas";
$PMF_LANG["msgHelp"] = "Ayuda";
$PMF_LANG["msgContact"] = "Contacto";
$PMF_LANG["msgHome"] = "Inicio";
$PMF_LANG["msgNews"] = "FAQ-Noticias";
$PMF_LANG["msgUserOnline"] = " Usuarios en línea";
$PMF_LANG["msgXMLExport"] = "Fichero-XML";
$PMF_LANG["msgBack2Home"] = "Volver al Inicio";
// Contentpages
$PMF_LANG["msgFullCategories"] = "Categorías con entradas";
$PMF_LANG["msgFullCategoriesIn"] = "Categorías con entradas en ";
$PMF_LANG["msgSubCategories"] = "Subcategorias";
$PMF_LANG["msgEntries"] = "Entradas";
$PMF_LANG["msgEntriesIn"] = "Entradas en ";
$PMF_LANG["msgViews"] = "vistas";
$PMF_LANG["msgPage"] = "Página ";
$PMF_LANG["msgPages"] = " Páginas";
$PMF_LANG["msgPrevious"] = "anterior";
$PMF_LANG["msgNext"] = "siguiente";
$PMF_LANG["msgCategoryUp"] = "subir una categoría";
$PMF_LANG["msgLastUpdateArticle"] = "Última actualización: ";
$PMF_LANG["msgAuthor"] = "Autor: ";
$PMF_LANG["msgPrinterFriendly"] = "Versión imprimible";
$PMF_LANG["msgPrintArticle"] = "Imprimir este registro";
$PMF_LANG["msgMakeXMLExport"] = "exportar como Fichero-XML";
$PMF_LANG["msgAverageVote"] = "Valoración media:";
$PMF_LANG["msgVoteUseability"] = "Por favor valore este registro:";
$PMF_LANG["msgVoteFrom"] = "desde";
$PMF_LANG["msgVoteBad"] = "poco <br />útil";
$PMF_LANG["msgVoteGood"] = "muy<br />útil";
$PMF_LANG["msgVotings"] = "Votos";
$PMF_LANG["msgVoteSubmit"] = "Votar";
$PMF_LANG["msgVoteThanks"] = "¡Muchas gracias por tu voto!";
$PMF_LANG["msgYouCan"] = "Puedes ";
$PMF_LANG["msgWriteComment"] = "añadir un comentario";
$PMF_LANG["msgShowCategory"] = "Contenidos Globales: ";
$PMF_LANG["msgCommentBy"] = "Comentario de ";
$PMF_LANG["msgCommentHeader"] = "Comentario al registro";
$PMF_LANG["msgYourComment"] = "Tus comentarios:";
$PMF_LANG["msgCommentThanks"] = "¡Muchas gracias por tu comentario!";
$PMF_LANG["msgSeeXMLFile"] = "Abrir Fichero-XML";
$PMF_LANG["msgSend2Friend"] = "Enviar a un amigo";
$PMF_LANG["msgS2FName"] = "Tu nombre:";
$PMF_LANG["msgS2FEMail"] = "Tu dirección de e-mail:";
$PMF_LANG["msgS2FFriends"] = "Tus amigos:";
$PMF_LANG["msgS2FEMails"] = ". dirección de e-mail:";
$PMF_LANG["msgS2FText"] = "Se enviará el siguiente texto:";
$PMF_LANG["msgS2FText2"] = "You'll find the record on the following adress:";
$PMF_LANG["msgS2FMessage"] = "Mensaje adicional para tus amigos:";
$PMF_LANG["msgS2FButton"] = "enviar mail";
$PMF_LANG["msgS2FThx"] = "¡Gracias por tu recomendación!";
$PMF_LANG["msgS2FMailSubject"] = "Recomendación de ";
// Search
$PMF_LANG["msgSearchWord"] = "Palabra a buscar";
$PMF_LANG["msgSearchFind"] = "Resultados de búsqueda para ";
$PMF_LANG["msgSearchAmount"] = " resultado de búsqueda";
$PMF_LANG["msgSearchAmounts"] = " resultados de búsqueda";
$PMF_LANG["msgSearchCategory"] = "Categoría: ";
$PMF_LANG["msgSearchContent"] = "Contenido: ";
// new Content
$PMF_LANG["msgNewContentHeader"] = "Propuesta de FAQ";
$PMF_LANG["msgNewContentAddon"] = "Tu propuesta de FAQ no se publica inmediatamente, debe ser revisada por un moderador. Son campos obligatorios <strong>tu Nombre</strong>, <strong>tu dirección de e-mail</strong>, <strong>categoría</strong>, <strong>encabezado</strong> y <strong>tu registro</strong>. Por favor separa las palabras clave por un espacio de tabulación.";
$PMF_LANG["msgNewContentUBB"] = "<p>Puedes usar códigos UBB para tu registro. <a href=\"help/ubbcode.php\" target=\"_blank\">Ayuda sobre códigos UBB.</a></p>";
$PMF_LANG["msgNewContentName"] = "Tu nombre:";
$PMF_LANG["msgNewContentMail"] = "Tu dirección de e-mail:";
$PMF_LANG["msgNewContentCategory"] = "¿Qué categoría deseas escoger?";
$PMF_LANG["msgNewContentTheme"] = "Encabezado:";
$PMF_LANG["msgNewContentArticle"] = "Texto para el FAQ:";
$PMF_LANG["msgNewContentKeywords"] = "Palabras clave:";
$PMF_LANG["msgNewContentLink"] = "Enlace para este registro";
$PMF_LANG["msgNewContentSubmit"] = "enviar";
$PMF_LANG["msgInfo"] = "Más información: ";
$PMF_LANG["msgNewContentThanks"] = "¡Gracias por tu sugerencia!";
$PMF_LANG["msgNoQuestionsAvailable"] = "Actualmente no hay preguntas disponibles.";
// ask Question
$PMF_LANG["msgNewQuestion"] = "Desde aquí puedes enviar tu pregunta.";
$PMF_LANG["msgAskCategory"] = "Tu pregunta sobre la categoría:";
$PMF_LANG["msgAskYourQuestion"] = "Tu pregunta:";
$PMF_LANG["msgAskThx4Mail"] = "<h2>¡Gracias por contactar!</h2>";
$PMF_LANG["msgDate_User"] = "Día / Usuario";
$PMF_LANG["msgQuestion2"] = "Pregunta";
$PMF_LANG["msg2answer"] = "Respuesta";
$PMF_LANG["msgQuestionText"] = "Aquí puedes ver algunas preguntas de otros usuarios. Puedes escribir respuestas a estas preguntas y se insertarán dentro del FAQ.";
// Help
$PMF_LANG["msgHelpText"] = "<p>La estructura del FAQ (<strong>F</strong>requently <strong>A</strong>sked <strong>Q</strong>uestions)es bastante simple. Puedes seleccionar buscar entre <strong><a href=\"".$_SERVER["PHP_SELF"]."?sid=".isset($_GET["sid"])."&action=show\">categorías</a></strong> o dejar al <strong><a href=\"".$_SERVER["PHP_SELF"]."?sid=".isset($_GET["sid"])."&action=search\">motor de búsqueda</a></strong> que te muestre las palabras clave.</p>";
// Contact
$PMF_LANG["msgContactEMail"] = "escribir al webmaster:";
$PMF_LANG["msgMessage"] = "Tu mensaje:";
// Startseite
$PMF_LANG["msgNews"] = " Noticias de última hora";
$PMF_LANG["msgTopTen"] = "TOP 10";
$PMF_LANG["msgHomeThereAre"] = "Hay ";
$PMF_LANG["msgHomeArticlesOnline"] = " registros en línea";
$PMF_LANG["msgNoNews"] = "No hay noticias disponibles.";
$PMF_LANG["msgLatestArticles"] = "Los últimos cinco registros:";
// E-Mailbenachrichtigung
$PMF_LANG["msgMailThanks"] = "Muchas gracias por tu propuesta par el FAQ.";
$PMF_LANG["msgMailCheck"] = "Hay un nuevo registro en el FAQ!\nPor favor, chequea la sección de administración!";
$PMF_LANG["msgMailContact"] = "¡Tu mensaje ha sido enviado al administrador!";
// Fehlermeldungen
$PMF_LANG["err_noDatabase"] = "¡No hay conexión disponible con la base de datos!";
$PMF_LANG["err_noHeaders"] = "¡No se ha encontrado ninguna categoría!";
$PMF_LANG["err_noArticles"] = "<p>No hay entradas disponibles.</p>";
$PMF_LANG["err_badID"] = "<p>¡ID erróneo!</p>";
$PMF_LANG["err_noTopTen"] = "<p>No hay TOP Ten disponibles aún.</p>";
$PMF_LANG["err_nothingFound"] = "<p>No se han encontrado entradas.</p>";
$PMF_LANG["err_SaveEntries"] = "Campos requeridos son <strong>tu Nombre</strong>, <strong>tu dirección de e-mail</strong>, <strong>categoría</strong>, <strong>encabezado</strong> y <strong>tu Registro</strong>!<br /><br />\n<a href=\"javascript:history.back();\">volver atrás</a><br /><br />\n";
$PMF_LANG["err_SaveComment"] = "Required fields are <strong>tu Nombre</strong>, <strong>tu dirección de e-mail</strong> y <strong>tus comentarios</strong>!<br /><br />\n<a href=\"javascript:history.back();\">volver atrás</a><br /><br />\n";
$PMF_LANG["err_VoteTooMuch"] = "<p>No se contabilizan votaciones dobles. <a href=\"javascript:history.back();\">Click aquí</a>, para volver.</p>";
$PMF_LANG["err_noVote"] = "<p><strong>¡No se ha evaluado!</strong> <a href=\"javascript:history.back();\">Por favor, pulsa aquí</a>, para votar.</p>";
$PMF_LANG["err_noMailAdress"] = "Tu dirección de e-mail no es correcta.<br /><a href=\"javascript:history.back();\">volver</a>";
$PMF_LANG["err_sendMail"] = "Campos requeridos son <strong>tu nombre</strong>, <strong>tu dirección de e-mail</strong> y <strong>tu pregunta</strong>!<br /><br />\n<a href=\"javascript:history.back();\">volver atrás</a><br /><br />\n";
// Hilfe zur Suche
$PMF_LANG["help_search"] = "<p><strong>Búsqueda de registros:</strong><br /></p>";
// Menü
$PMF_LANG["ad"] = "SECCIÓN ADMIN";
$PMF_LANG["ad_menu_user_administration"] = "Administración de Usuarios";
$PMF_LANG["ad_menu_entry_aprove"] = "Aprobar Registros";
$PMF_LANG["ad_menu_entry_edit"] = "Editar Registros";
$PMF_LANG["ad_menu_categ_add"] = "Añadir Categoría";
$PMF_LANG["ad_menu_categ_edit"] = "Editar Categoría";
$PMF_LANG["ad_menu_news_add"] = "Añadir Noticias";
$PMF_LANG["ad_menu_news_edit"] = "Editar Noticias";
$PMF_LANG["ad_menu_open"] = "Editar cuestiones abiertas";
$PMF_LANG["ad_menu_stat"] = "Estadísticas";
$PMF_LANG["ad_menu_cookie"] = "Cookies";
$PMF_LANG["ad_menu_session"] = "Ver Sesiones";
$PMF_LANG["ad_menu_adminlog"] = "Ver Admin-log";
$PMF_LANG["ad_menu_passwd"] = "Cambiar Password";
$PMF_LANG["ad_menu_logout"] = "Logout";
$PMF_LANG["ad_menu_startpage"] = "Inicio";
// Nachrichten
$PMF_LANG["ad_msg_identify"] = "Por favor identifícate.";
$PMF_LANG["ad_msg_passmatch"] = "¡Ambas contraseñas deben <strong>coincidir</strong>!";
$PMF_LANG["ad_msg_savedsuc_1"] = "Perfil de";
$PMF_LANG["ad_msg_savedsuc_2"] = "se guardo satisfactoriamente.";
$PMF_LANG["ad_msg_mysqlerr"] = "Debido a <strong>un error de la base de datos</strong> el perfil no se ha guardado.";
$PMF_LANG["ad_msg_noauth"] = "No tienes autorización, disculpa las molestias.";
// Allgemein
$PMF_LANG["ad_gen_page"] = "Página";
$PMF_LANG["ad_gen_of"] = "de";
$PMF_LANG["ad_gen_lastpage"] = "Página anterior";
$PMF_LANG["ad_gen_nextpage"] = "Página siguiente";
$PMF_LANG["ad_gen_save"] = "Guardar";
$PMF_LANG["ad_gen_reset"] = "Reset";
$PMF_LANG["ad_gen_yes"] = "Si";
$PMF_LANG["ad_gen_no"] = "No";
$PMF_LANG["ad_gen_top"] = "Arriba";
$PMF_LANG["ad_gen_ncf"] = "No se ha encontrado ninguna categoría!";
$PMF_LANG["ad_gen_delete"] = "Borrar";
// Benutzerverwaltung
$PMF_LANG["ad_user"] = "Administración de Usuarios";
$PMF_LANG["ad_user_username"] = "Usuarios registrados";
$PMF_LANG["ad_user_rights"] = "Derechos de los usuarios";
$PMF_LANG["ad_user_edit"] = "editar";
$PMF_LANG["ad_user_delete"] = "borrar";
$PMF_LANG["ad_user_add"] = "Añadir Usuarios";
$PMF_LANG["ad_user_profou"] = "Perfil del Usuario";
$PMF_LANG["ad_user_name"] = "Nombre";
$PMF_LANG["ad_user_password"] = "Password";
$PMF_LANG["ad_user_confirm"] = "Confirmar";
$PMF_LANG["ad_user_rights"] = "Derechos";
$PMF_LANG["ad_user_del_1"] = "El Usuario";
$PMF_LANG["ad_user_del_2"] = "deberia borrarse?";
$PMF_LANG["ad_user_del_3"] = "Seguro?";
$PMF_LANG["ad_user_deleted"] = "El usuario ha sido eliminado.";
$PMF_LANG["ad_user_checkall"] = "Seleccionar todos";
// Beitragsverwaltung
$PMF_LANG["ad_entry_aor"] = "Administración de Registros";
$PMF_LANG["ad_entry_id"] = "ID";
$PMF_LANG["ad_entry_topic"] = "Tema";
$PMF_LANG["ad_entry_action"] = "Acción";
$PMF_LANG["ad_entry_edit_1"] = "Editar Registro";
$PMF_LANG["ad_entry_edit_2"] = "";
$PMF_LANG["ad_entry_theme"] = "Asunto:";
$PMF_LANG["ad_entry_content"] = "Contenido:";
$PMF_LANG["ad_entry_keywords"] = "Palabras Claves:";
$PMF_LANG["ad_entry_author"] = "Autor:";
$PMF_LANG["ad_entry_category"] = "Categoría:";
$PMF_LANG["ad_entry_active"] = "¿Activar?";
$PMF_LANG["ad_entry_date"] = "Día:";
$PMF_LANG["ad_entry_changed"] = "¿Cambiar?";
$PMF_LANG["ad_entry_changelog"] = "Changelog:";
$PMF_LANG["ad_entry_commentby"] = "Comentado por";
$PMF_LANG["ad_entry_comment"] = "Comentarios:";
$PMF_LANG["ad_entry_save"] = "Guardar";
$PMF_LANG["ad_entry_delete"] = "borrar";
$PMF_LANG["ad_entry_delcom_1"] = "¿Estás segur@ que el comentario del usuario ";
$PMF_LANG["ad_entry_delcom_2"] = "debería ser borrado?";
$PMF_LANG["ad_entry_commentdelsuc"] = "El comentario fue <strong>completamente</strong> eliminado.";
$PMF_LANG["ad_entry_back"] = "Regresar al artículo";
$PMF_LANG["ad_entry_commentdelfail"] = "El comentario <strong>no</strong> se ha borrado.";
$PMF_LANG["ad_entry_savedsuc"] = "Los cambios se guardaron <strong>con éxito</strong>.";
$PMF_LANG["ad_entry_savedfail"] = "Desafortunadamente ha ocurrido un error <strong>en la base de datos</strong>.";
$PMF_LANG["ad_entry_del_1"] = "Seguro que el tema";
$PMF_LANG["ad_entry_del_2"] = "de";
$PMF_LANG["ad_entry_del_3"] = "debería ser borrado?";
$PMF_LANG["ad_entry_delsuc"] = "Tema borrado <strong>satisfactoriamente</strong>.";
$PMF_LANG["ad_entry_delfail"] = "El tema no ha sido <strong>borrado</strong>!";
$PMF_LANG["ad_entry_back"] = "Volver";
// Newsverwaltung
$PMF_LANG["ad_news_header"] = "Cabecera del artículo";
$PMF_LANG["ad_news_text"] = "Texto del registro";
$PMF_LANG["ad_news_link_url"] = "Link: (<strong>sin http://</strong>)";
$PMF_LANG["ad_news_link_title"] = "Título del link:";
$PMF_LANG["ad_news_link_target"] = "Target del link";
$PMF_LANG["ad_news_link_window"] = "El link se abre en una nueva ventana";
$PMF_LANG["ad_news_link_faq"] = "El link se abre dentro del FAQ";
$PMF_LANG["ad_news_add"] = "Añadir noticias";
$PMF_LANG["ad_news_id"] = "#";
$PMF_LANG["ad_news_headline"] = "Titular";
$PMF_LANG["ad_news_date"] = "Día";
$PMF_LANG["ad_news_action"] = "Acción";
$PMF_LANG["ad_news_update"] = "actualizado";
$PMF_LANG["ad_news_delete"] = "borrar";
$PMF_LANG["ad_news_nodata"] = "No hay datos en la base";
$PMF_LANG["ad_news_updatesuc"] = "Las noticias fueron actualizadas.";
$PMF_LANG["ad_news_del"] = "¿Seguro que deseas borrar estas noticias?";
$PMF_LANG["ad_news_yesdelete"] = "¡Si, borrar!";
$PMF_LANG["ad_news_nodelete"] = "¡no!";
$PMF_LANG["ad_news_delsuc"] = "Noticias borradas.";
$PMF_LANG["ad_news_updatenews"] = "Actualizar Noticias";
// Kategorieverwaltung
$PMF_LANG["ad_categ_new"] = "Añadir nueva categoría";
$PMF_LANG["ad_categ_catnum"] = "Categoría número:";
$PMF_LANG["ad_categ_subcatnum"] = "Subcategoría número:";
$PMF_LANG["ad_categ_nya"] = "<em>¡todavía no disponible!</em>";
$PMF_LANG["ad_categ_titel"] = "Título de la categoría:";
$PMF_LANG["ad_categ_add"] = "Añadir Categoría";
$PMF_LANG["ad_categ_existing"] = "Categorías existentes";
$PMF_LANG["ad_categ_id"] = "#";
$PMF_LANG["ad_categ_categ"] = "Categoría";
$PMF_LANG["ad_categ_subcateg"] = "Subcategoría";
$PMF_LANG["ad_categ_titel"] = "Título de la categoría";
$PMF_LANG["ad_categ_action"] = "Acción";
$PMF_LANG["ad_categ_update"] = "actualizar";
$PMF_LANG["ad_categ_delete"] = "borrar";
$PMF_LANG["ad_categ_updatecateg"] = "Actualizar Categoría";
$PMF_LANG["ad_categ_nodata"] = "No hay datos en la base";
$PMF_LANG["ad_categ_remark"] = "Por favor, ten en cuenta que los registros existentes no se mostrarán más si borras la categoría. Deberías asignar una nueva categoría al artículo o borrar el artículo.";
$PMF_LANG["ad_categ_edit_1"] = "Editar";
$PMF_LANG["ad_categ_edit_2"] = "Categoría";
$PMF_LANG["ad_categ_add"] = "añadir Categoría";
$PMF_LANG["ad_categ_added"] = "La categoría fue añadida.";
$PMF_LANG["ad_categ_updated"] = "La categoría fue actualizada.";
$PMF_LANG["ad_categ_del_yes"] = "¡si, borrar!";
$PMF_LANG["ad_categ_del_no"] = "¡no!";
$PMF_LANG["ad_categ_deletesure"] = "¿Seguro que quieres borrar esta categoría?";
$PMF_LANG["ad_categ_deleted"] = "Categoría borrada.";
// Cookies
$PMF_LANG["ad_cookie_cookiesuc"] = "La Cookie fue <strong>correctamente</strong> establecida.";
$PMF_LANG["ad_cookie_already"] = "Ya estaba establecida una Cookie. Dispones de las siguientes opciones:";
$PMF_LANG["ad_cookie_again"] = "Volver a establecer la Cookie";
$PMF_LANG["ad_cookie_delete"] = "borrar la cookie";
$PMF_LANG["ad_cookie_no"] = "Todavia no se ha guardado ninguna Cookie. Con la Cookie puedes salvar el acceso al script, con el fin de no tener que recordarlo posteriormente. Tienes las siguientes opciones:";
$PMF_LANG["ad_cookie_set"] = "Establecer la Cookie";
$PMF_LANG["ad_cookie_deleted"] = "Cookie borrada correctamente.";
// Adminlog
$PMF_LANG["ad_adminlog"] = "Admin-Log";
// Passwd
$PMF_LANG["ad_passwd_cop"] = "Cambiar tu password";
$PMF_LANG["ad_passwd_old"] = "Password antigua:";
$PMF_LANG["ad_passwd_new"] = "Nueva password:";
$PMF_LANG["ad_passwd_con"] = "Confirmar:";
$PMF_LANG["ad_passwd_change"] = "Cambiar password";
$PMF_LANG["ad_passwd_suc"] = "Password cambiada correctamente.";
$PMF_LANG["ad_passwd_remark"] = "<strong>ATENCIÓN:</strong><br />¡No se ha establecido ninguna Cookie todavía!";
$PMF_LANG["ad_passwd_fail"] = "La antigua password <strong>debe</strong> ser escrita correctamente y ambas tienen que <strong>coincidir</strong>.";
// Adduser
$PMF_LANG["ad_adus_adduser"] = "Añadir usuario";
$PMF_LANG["ad_adus_name"] = "Nombre:";
$PMF_LANG["ad_adus_password"] = "Password:";
$PMF_LANG["ad_adus_add"] = "Añadir usuario";
$PMF_LANG["ad_adus_suc"] = "Usuario <strong>correctamente</strong> añadido.";
$PMF_LANG["ad_adus_edit"] = "Editar perfil";
$PMF_LANG["ad_adus_dberr"] = "<strong>¡Error de la base de datos!</strong>";
$PMF_LANG["ad_adus_exerr"] = "Este nombre de usuario ya <strong>existe</strong>.";
// Sessions
$PMF_LANG["ad_sess_id"] = "ID";
$PMF_LANG["ad_sess_sid"] = "Sesión ID";
$PMF_LANG["ad_sess_ip"] = "IP";
$PMF_LANG["ad_sess_time"] = "Hora";
$PMF_LANG["ad_sess_pageviews"] = "Páginas Vistas";
$PMF_LANG["ad_sess_search"] = "Búsquedas";
$PMF_LANG["ad_sess_sfs"] = "Búsquedas por sesión";
$PMF_LANG["ad_sess_s_ip"] = "IP:";
$PMF_LANG["ad_sess_s_minct"] = "Acciones:";
$PMF_LANG["ad_sess_s_date"] = "Día";
$PMF_LANG["ad_sess_s_after"] = "después";
$PMF_LANG["ad_sess_s_before"] = "antes";
$PMF_LANG["ad_sess_s_search"] = "Búsquedas";
$PMF_LANG["ad_sess_session"] = "Sesión";
$PMF_LANG["ad_sess_r"] = "Resultados de búsqueda";
$PMF_LANG["ad_sess_referer"] = "Referido:";
$PMF_LANG["ad_sess_browser"] = "Navegador:";
$PMF_LANG["ad_sess_ai_rubrik"] = "Categoría:";
$PMF_LANG["ad_sess_ai_artikel"] = "Registro:";
$PMF_LANG["ad_sess_ai_sb"] = "Cadenas de búsqueda:";
$PMF_LANG["ad_sess_ai_sid"] = "ID de Sesión:";
$PMF_LANG["ad_sess_back"] = "Volver";
// Statistik
$PMF_LANG["ad_rs"] = "Estadísticas de evaluación";
$PMF_LANG["ad_rs_rating_1"] = "El ranking de";
$PMF_LANG["ad_rs_rating_2"] = "vistas:";
$PMF_LANG["ad_rs_red"] = "Rojo";
$PMF_LANG["ad_rs_green"] = "Verde";
$PMF_LANG["ad_rs_altt"] = "con una media menor de 2";
$PMF_LANG["ad_rs_ahtf"] = "con una media mayor que 4";
$PMF_LANG["ad_rs_no"] = "No hay ranking disponible";
// Auth
$PMF_LANG["ad_auth_insert"] = "Por favor, introduce tu nombre de usuario y contraseña.";
$PMF_LANG["ad_auth_user"] = "Usuario:";
$PMF_LANG["ad_auth_passwd"] = "Contraseña:";
$PMF_LANG["ad_auth_ok"] = "OK";
$PMF_LANG["ad_auth_reset"] = "Reset";
$PMF_LANG["ad_auth_fail"] = "Acceso Fallido.";
$PMF_LANG["ad_auth_sess"] = "ID de sesión admitido.";
// Added v0.8 - 24.05.2001 - Bastian - Admin
$PMF_LANG["ad_config_edit"] = "Editar configuración";
$PMF_LANG["ad_config_save"] = "Guardar configuración";
$PMF_LANG["ad_config_reset"] = "Reset";
$PMF_LANG["ad_config_saved"] = "La configuración se ha guardado correctamente.";
$PMF_LANG["ad_menu_editconfig"] = "Editar configuración";
$PMF_LANG["ad_att_none"] = "No hay ficheros adjuntos disponibles";
$PMF_LANG["ad_att_att"] = "Adjuntos:";
$PMF_LANG["ad_att_add"] = "Adjuntar fichero";
$PMF_LANG["ad_entryins_suc"] = "Registro guardado con éxito.";
$PMF_LANG["ad_entryins_fail"] = "Ha ocurrido un error.";
$PMF_LANG["ad_att_del"] = "Borrar";
$PMF_LANG["ad_att_nope"] = "Solo disponible al editar adjuntos.";
$PMF_LANG["ad_att_delsuc"] = "El adjunto se ha borrado correctamente.";
$PMF_LANG["ad_att_delfail"] = "Ha ocurrido un error al borrar el fichero adjunto.";
$PMF_LANG["ad_entry_add"] = "Crear Registro";
// Added v0.85 - 08.06.2001 - Bastian - Admin
$PMF_LANG["ad_csv_make"] = "Un Backup es una imagen completa de la base de datos. Esta operación debería realizarse al menos una vez al mes. El formato del backup es un fichero de transacción MySQL, que puede ser importado usando herramientas como phpMyAdmin o la línea de comandos de un cliente mysql.";
$PMF_LANG["ad_csv_link"] = "Descargar Backup";
$PMF_LANG["ad_csv_head"] = "Hacer un backup";
$PMF_LANG["ad_att_addto"] = "Añadir adjunto";
$PMF_LANG["ad_att_addto_2"] = "";
$PMF_LANG["ad_att_att"] = "Fichero:";
$PMF_LANG["ad_att_butt"] = "OK";
$PMF_LANG["ad_att_suc"] = "El fichero se adjuntó correctamente.";
$PMF_LANG["ad_att_fail"] = "ha habido un error al adjuntar el fichero.";
$PMF_LANG["ad_att_close"] = "Cerrar esta ventana";
// Added v0.85 - 08.07.2001 - Bastian - Admin
$PMF_LANG["ad_csv_restore"] = "Mediante este formulario podrás restaurar los contenidos de la base de datos, usando un backup hecho con phpmyfaq. Por favor, nota que los registros existentes serán reemplazados.";
$PMF_LANG["ad_csv_file"] = "Fichero";
$PMF_LANG["ad_csv_ok"] = "OK";
$PMF_LANG["ad_csv_linklog"] = "Salvar LOGs";
$PMF_LANG["ad_csv_linkdat"] = "salvar datos";
$PMF_LANG["ad_csv_head2"] = "Restaurar";
$PMF_LANG["ad_csv_no"] = "No parece un backup de phpmyfaq.";
$PMF_LANG["ad_csv_prepare"] = "Preparando la base de datos...";
$PMF_LANG["ad_csv_process"] = "Consultando...";
$PMF_LANG["ad_csv_of"] = "de";
$PMF_LANG["ad_csv_suc"] = "fue correcto.";
$PMF_LANG["ad_csv_backup"] = "Backup";
$PMF_LANG["ad_csv_rest"] = "Restaurar un backup";
// Added v0.8 - 25.05.2001 - Bastian - Admin
$PMF_LANG["ad_menu_backup"] = "Backup";
$PMF_LANG["ad_logout"] = "Sesión terminada correctamente.";
$PMF_LANG["ad_news_add"] = "Adñadir noticias";
$PMF_LANG["ad_news_edit"] = "Editar noticias";
$PMF_LANG["ad_cookie"] = "Cookies";
$PMF_LANG["ad_sess_head"] = "Ver sesiones";
// Added v1.1 - 06.01.2002 - Bastian
$PMF_LANG["ad_menu_categ_edit"] = "Administración de Categorías";
$PMF_LANG["ad_menu_stat"] = "Estadísticas de votos";
$PMF_LANG["ad_kateg_add"] = "añadir Categoría";
$PMF_LANG["ad_kateg_rename"] = "Renombrar";
$PMF_LANG["ad_adminlog_date"] = "Día";
$PMF_LANG["ad_adminlog_user"] = "Usuario";
$PMF_LANG["ad_adminlog_ip"] = "Dirección-IP";
$PMF_LANG["ad_stat_sess"] = "Sesiones";
$PMF_LANG["ad_stat_days"] = "Días";
$PMF_LANG["ad_stat_vis"] = "Sesiones (Visitas)";
$PMF_LANG["ad_stat_vpd"] = "Visitas por Día";
$PMF_LANG["ad_stat_fien"] = "Primer acceso";
$PMF_LANG["ad_stat_laen"] = "Ultimo acceso";
$PMF_LANG["ad_stat_browse"] = "Navegar por las Sesiones";
$PMF_LANG["ad_stat_ok"] = "OK";
$PMF_LANG["ad_sess_time"] = "hora";
$PMF_LANG["ad_sess_sid"] = "ID de Sesion";
$PMF_LANG["ad_sess_ip"] = "Dirección-IP";
$PMF_LANG["ad_ques_take"] = "Editar cuestión";
$PMF_LANG["no_cats"] = "¡No se han encontrado categorías!";
// Added v1.1 - 17.01.2002 - Bastian
$PMF_LANG["ad_log_lger"] = "Contraseña o usuario inválido.";
$PMF_LANG["ad_log_sess"] = "La sesión ha expirado.";
$PMF_LANG["ad_log_edit"] = "\"Editar Usuario\"- desde el siguiente usuario: ";
$PMF_LANG["ad_log_crea"] = "\"Nuevo Artículo\" de.";
$PMF_LANG["ad_log_crsa"] = "Nueva entrada creada.";
$PMF_LANG["ad_log_ussa"] = "Datos actualizados por el siguiente usuario: ";
$PMF_LANG["ad_log_usde"] = "Siguiente usuario borrado: ";
$PMF_LANG["ad_log_beed"] = "Edición, del siguiente usuario: ";
$PMF_LANG["ad_log_bede"] = "Borrado, de la siguiente entrada: ";
$PMF_LANG["ad_start_visits"] = "Visitas";
$PMF_LANG["ad_start_articles"] = "Artículos";
$PMF_LANG["ad_start_comments"] = "Comentarios";
$PMF_LANG["ad_user_chpw"] = "Solamente puedes cambiar el password del siguiente usuario vía \"Cambiar Password\".";
// Added v1.1 - 30.01.2002 - Bastian
$PMF_LANG["ad_categ_paste"] = "pegar";
$PMF_LANG["ad_categ_cut"] = "cortar";
$PMF_LANG["ad_categ_copy"] = "copiar";
$PMF_LANG["ad_categ_process"] = "Procesando categorías...";
// Added v1.1.4 - 07.05.2002 - Thorsten
$PMF_LANG["err_NotAuth"] = "<strong>No tienes autorización, perdona las molestias.</strong>";
// Added v1.2.3 - 29.11.2002 - Thorsten
$PMF_LANG["msgPreviusPage"] = "página anterior";
$PMF_LANG["msgNextPage"] = "página siguiente";
$PMF_LANG["msgPageDoublePoint"] = "Página: ";
$PMF_LANG["msgMainCategory"] = "Categoría Principal";
// Added v1.2.4 - 30.01.2003 - Thorsten
$PMF_LANG["ad_passwdsuc"] = "¡Tu password ha cambiado!";
// Added v1.3.0 - 04.03.2003 - Thorsten
$PMF_LANG["msgPDF"] = "Mostrar como fichero PDF";
$PMF_LANG["ad_xml_head"] = "XML-Backup";
$PMF_LANG["ad_xml_hint"] = "Guardar todos los registros de tu FAQ en un fichero XML.";
$PMF_LANG["ad_xml_gen"] = "hacer fichero XML";
$PMF_LANG["ad_entry_locale"] = "Idioma";
$PMF_LANG["msgLangaugeSubmit"] = "cambiar idioma";
// Added v1.3.1 - 29.04.2003 - Thorsten
$PMF_LANG["ad_entry_preview"] = "Previsualizar";
$PMF_LANG["ad_attach_1"] = "Por favor, primero escoge un directorio para los adjuntos en la configuración.";
$PMF_LANG["ad_attach_2"] = "Por favor, escoge primero un link para los adjuntos en la configuración.";
$PMF_LANG["ad_attach_3"] = "El fichero attachment.php no puede abrirse sin la autentificación apropiada.";
$PMF_LANG["ad_attach_4"] = "El fichero adjunto debe ser menor de ".$PMF_CONF['main.maxAttachmentSize']." Bytes.";
$PMF_LANG["ad_menu_export"] = "Exportar tu FAQ";
$PMF_LANG["ad_export_1"] = "Construir RSS-Feed";
$PMF_LANG["ad_export_2"] = ".";
$PMF_LANG["ad_export_file"] = "Error: No puedo escribir el fichero.";
$PMF_LANG["ad_export_news"] = "News RSS-Feed";
$PMF_LANG["ad_export_topten"] = "Top 10 RSS-Feed";
$PMF_LANG["ad_export_latest"] = "5 últimos registros RSS-Feed";
$PMF_LANG["ad_export_pdf"] = "PDF-Exportar todos los registros";
$PMF_LANG["ad_export_generate"] = "construir RSS-Feed";
$PMF_LANG["rightsLanguage"]['adduser'] = "añadir usuario";
$PMF_LANG["rightsLanguage"]['edituser'] = "editar usuario";
$PMF_LANG["rightsLanguage"]['deluser'] = "borrar usuario";
$PMF_LANG["rightsLanguage"]['addbt'] = "añadir registro";
$PMF_LANG["rightsLanguage"]['editbt'] = "editar registro";
$PMF_LANG["rightsLanguage"]['delbt'] = "borrar registro";
$PMF_LANG["rightsLanguage"]['viewlog'] = "ver log";
$PMF_LANG["rightsLanguage"]['adminlog'] = "ver admin-log";
$PMF_LANG["rightsLanguage"]['delcomment'] = "borrar comentario";
$PMF_LANG["rightsLanguage"]['addnews'] = "añadir noticias";
$PMF_LANG["rightsLanguage"]['editnews'] = "editar noticias";
$PMF_LANG["rightsLanguage"]['delnews'] = "borrar noticias";
$PMF_LANG["rightsLanguage"]['addcateg'] = "añadir categoría";
$PMF_LANG["rightsLanguage"]['editcateg'] = "editar categoría";
$PMF_LANG["rightsLanguage"]['delcateg'] = "borrar categoría";
$PMF_LANG["rightsLanguage"]['passwd'] = "cambiar password";
$PMF_LANG["rightsLanguage"]['editconfig'] = "editar configuración";
$PMF_LANG["rightsLanguage"]['addatt'] = "añadir adjuntos";
$PMF_LANG["rightsLanguage"]['delatt'] = "borrar adjuntos";
$PMF_LANG["rightsLanguage"]['backup'] = "crear backup";
$PMF_LANG["rightsLanguage"]['restore'] = "restaurar backup";
$PMF_LANG["rightsLanguage"]['delquestion'] = "borrar cuestiones abiertas";
$PMF_LANG["msgAttachedFiles"] = "ficheros adjuntos:";
// Added v1.3.3 - 27.05.2003 - Thorsten
$PMF_LANG["ad_user_action"] = "action";
$PMF_LANG["ad_entry_email"] = "dirección de e-mail:";
$PMF_LANG["ad_entry_allowComments"] = "permitir comentarios";
$PMF_LANG["msgWriteNoComment"] = "No puedes comentar este registro";
$PMF_LANG["ad_user_realname"] = "nombre real:";
$PMF_LANG["ad_export_generate_pdf"] = "generar fichero PDF";
$PMF_LANG["ad_export_full_faq"] = "Tu FAQ como fichero PDF: ";
$PMF_LANG["err_bannedIP"] = "Tu IP ha sido bloqueada.";
$PMF_LANG["err_SaveQuestion"] = "Son campos obligatorios <strong>tu Nombre</strong>, <strong>tu dirección de e-mail</strong> y <strong>tu pregunta</strong>!<br /><br /><a href=\"javascript:history.back();\">volver</a><br /><br />\n";
// added v1.3.4 - 23.07.2003 - Thorsten
$PMF_LANG["ad_entry_fontcolor"] = "Font color: ";
$PMF_LANG["ad_entry_fontsize"] = "Font size: ";
// added v1.4.0 - 2003-12-04 by Thorsten / Mathias
$LANG_CONF["language"] = array(0 => "select", 1 => "Fichero de Idioma");
$LANG_CONF["main.languageDetection"] = array(0 => "checkbox", 1 => "Enable automatic content negotiation");
$LANG_CONF["title"] = array(0 => "input", 1 => "Título del FAQ");
$LANG_CONF["version"] = array(0 => "print", 1 => "Versión FAQ");
$LANG_CONF["main.metaDescription"] = array(0 => "input", 1 => "Descripción de página");
$LANG_CONF["main.metaKeywords"] = array(0 => "input", 1 => "Palabras clave para Spiders");
$LANG_CONF["metaPublisher"] = array(0 => "input", 1 => "Nombre del editor");
$LANG_CONF['main.administrationMail'] = array(0 => "input", 1 => "Dirección de e-mail del administrador");
$LANG_CONF["msgContactOwnText"] = array(0 => "area", 1 => "Informaciones de contacto");
$LANG_CONF["copyright_eintrag"] = array(0 => "area", 1 => "Texto del copyright de la página de confirmación");
$LANG_CONF["send2friend_text"] = array(0 => "area", 1 => "Texto para la página de enviar a un amigo");
$LANG_CONF['main.maxAttachmentSize'] = array(0 => "input", 1 => "Tamaño máximo para los adjuntos en Bytes (max. ".ini_get("upload_max_filesize")."Byte)");
$LANG_CONF["main.disableAttachments"] = array(0 => "checkbox", 1 => "¿Poner un link a los adjuntos bajo las entradas?");
$LANG_CONF["tracking"] = array(0 => "checkbox", 1 => "¿Usar monitorización?");
$LANG_CONF["main.enableAdminLog"] = array(0 => "checkbox", 1 => "¿Usar el Adminlog?");
$LANG_CONF["main.ipCheck"] = array(0 => "checkbox", 1 => "¿Quieres que las IP sean chequeadas cuando se comprueben las UINs");
$LANG_CONF["numRecordsPage"] = array(0 => "input", 1 => "Number of displayed topics per page");
$LANG_CONF["numNewsArticles"] = array(0 => "input", 1 => "Número de nuevos artículos");
$LANG_CONF['main.bannedIPs'] = array(0 => "area", 1 => "Bloquear estas IPs");
$LANG_CONF["mod_rewrite"] = array(0 => "checkbox", 1 => "Activar soporte para mod_rewrite? (por omisión: deshabilitado)");
$LANG_CONF["main.ldapSupport"] = array(0 => "checkbox", 1 => "Quiere activar soporte para LDAP? (por omisión: deshabilitado)");
$PMF_LANG["ad_categ_new_main_cat"] = "como nueva categoría principal";
$PMF_LANG["ad_categ_paste_error"] = "No es posible mover esta categoría.";
$PMF_LANG["ad_categ_move"] = "Mover categoría";
$PMF_LANG["ad_categ_lang"] = "Idioma";
$PMF_LANG["ad_categ_desc"] = "Descripción";
$PMF_LANG["ad_categ_change"] = "Cambiar con";
$PMF_LANG["lostPassword"] = "Olvidó su password? presione aquí.";
$PMF_LANG["lostpwd_err_1"] = "Error: Usuario y dirección de correo no encontrados.";
$PMF_LANG["lostpwd_err_2"] = "Error: Ingresos inválidos!";
$PMF_LANG["lostpwd_text_1"] = "Gracias por solicitar información de su cuenta.";
$PMF_LANG["lostpwd_text_2"] = "Por favor, elija una nueva contraseña en la sección Admin de su FAQ.";
$PMF_LANG["lostpwd_mail_okay"] = "El correo electrónico ha sido enviado.";
$PMF_LANG["ad_xmlrpc_button"] = "Obtener la última versión phpMyFAQ usando web service";
$PMF_LANG["ad_xmlrpc_latest"] = "Última version disponible en";
// added v1.5.0 - 2005-07-31 by Thorsten
$PMF_LANG['ad_categ_select'] = 'Elija idioma';
// added v1.5.1 - 2005-09-06 by Thorsten
$PMF_LANG['msgSitemap'] = 'Mapa del Sitio';
// added v1.5.2 - 2005-09-23 by Lars
$PMF_LANG['err_inactiveArticle'] = 'Este artículo está siendo supervisado y no puede ser visto.';
$PMF_LANG['msgArticleCategories'] = 'Categorías para este artículo';
// added v1.6.0 - 2006-02-02 by Thorsten
$PMF_LANG['ad_entry_solution_id'] = 'Solución única ID';
$PMF_LANG['ad_entry_faq_record'] = 'registro FAQ';
$PMF_LANG['ad_entry_new_revision'] = 'Crear nueva revisión?';
$PMF_LANG['ad_entry_record_administration'] = 'Administración de registro';
$PMF_LANG['ad_entry_changelog'] = 'Log de cambios';
$PMF_LANG['ad_entry_revision'] = 'Revisión';
$PMF_LANG['ad_changerev'] = 'Elegir Revisión';
$PMF_LANG['msgCaptcha'] = "Por favor, ingrese los caracteres que está leyendo en la imagen";
$PMF_LANG['msgSelectCategories'] = 'Buscar en ...';
$PMF_LANG['msgAllCategories'] = '... todas las categorias';
$PMF_LANG['ad_you_should_update'] = 'Su instalación de phpMyFAQ es antigua. Usted debe instalar la última versión disponible.';
$PMF_LANG['msgAdvancedSearch'] = 'Búsqueda avanzada';
// added v1.6.1 - 2006-04-25 by Matteo and Thorsten
$PMF_LANG['spamControlCenter'] = 'Centro de control de Spam';
$LANG_CONF["spamEnableSafeEmail"] = array(0 => "checkbox", 1 => "Imprimir email de usuario en modo seguro (por omisión: activado).");
$LANG_CONF["spamCheckBannedWords"] = array(0 => "checkbox", 1 => "Chequear palabras prohibidas el contenido de formularios públicos (por omisión: activado).");
$LANG_CONF["spamEnableCatpchaCode"] = array(0 => "checkbox", 1 => "Usar código catpcha para permitir nuevos registros en formularios públicos (por omisión: activado).");
$PMF_LANG['ad_session_expiring'] = 'Su sesión terminará en %d minutos: quiere continuar trabajando?';
// added v1.6.2 - 2006-06-13 by Matteo
$PMF_LANG['ad_stat_management'] = 'Administrador de sesiones';
$PMF_LANG['ad_stat_choose'] = 'Seleccione el mes';
$PMF_LANG['ad_stat_delete'] = 'Borrar inmediatamente las sesiones seleccionadas';
// added v2.0.0 - 2005-09-15 by Thorsten and by Minoru TODA
$PMF_LANG['ad_menu_glossary'] = 'Glosario';
$PMF_LANG['ad_glossary_add'] = 'Ingresar registro al glosario';
$PMF_LANG['ad_glossary_edit'] = 'Editar registro del glosario';
$PMF_LANG['ad_glossary_item'] = 'Item';
$PMF_LANG['ad_glossary_definition'] = 'Definición';
$PMF_LANG['ad_glossary_save'] = 'Guardar registro';
$PMF_LANG['ad_glossary_save_success'] = 'Registro guardado sin errores!';
$PMF_LANG['ad_glossary_save_error'] = 'El registro no puede ser guardado porque ha ocurrido un error.';
$PMF_LANG['ad_glossary_update_success'] = 'El registro ha sido actualizado sin errores!';
$PMF_LANG['ad_glossary_update_error'] = 'El registro no pudo ser actualizado porque ha ocurrido un error.';
$PMF_LANG['ad_glossary_delete'] = 'Borrar registro';
$PMF_LANG['ad_glossary_delete_success'] = 'Registro del glosario borrado sin errores!';
$PMF_LANG['ad_glossary_delete_error'] = 'El registro del glosario no puede ser borrado porque ha ocurrido un error.';
$PMF_LANG['ad_linkcheck_noReferenceURL'] = 'Verificación automática de enlaces desactivada (la URL para verificar el link no esta seteado)';
$PMF_LANG['ad_linkcheck_noAllowUrlOpen'] = 'Verificación automática del enlaces desactivada (la opción de PHP allow_url_fopen no esta disponible)';
$PMF_LANG['ad_linkcheck_checkResult'] = 'Resultado de la verificación automática de enlaces';
$PMF_LANG['ad_linkcheck_checkSuccess'] = 'OK';
$PMF_LANG['ad_linkcheck_checkFailed'] = 'Falló';
$PMF_LANG['ad_linkcheck_failReason'] = 'Razón(es) de fallo:';
$PMF_LANG['ad_linkcheck_noLinksFound'] = 'No hay URLs compatibles con el verificador de enlaces.';
$PMF_LANG['ad_linkcheck_searchbadonly'] = 'Solo con enlaces invalidos';
$PMF_LANG['ad_linkcheck_infoReason'] = 'Información adicional:';
$PMF_LANG['ad_linkcheck_openurl_infoprefix'] = 'Encontrado durante el testeo <strong>%s</strong>: ';
$PMF_LANG['ad_linkcheck_openurl_notready'] = 'No está preparado el verificador de enlaces.';
$PMF_LANG['ad_linkcheck_openurl_maxredirect'] = 'Máximo número de redireccionamientos <strong>%d</strong> excedido.';
$PMF_LANG['ad_linkcheck_openurl_urlisblank'] = 'La URL está en blanco.';
$PMF_LANG['ad_linkcheck_openurl_tooslow'] = 'El servidor <strong>%s</strong> está lento o no responde.';
$PMF_LANG['ad_linkcheck_openurl_nodns'] = 'La resolución de DNS para el servidor <strong>%s</strong> es lenta o está fallando en forma remota o local.';
$PMF_LANG['ad_linkcheck_openurl_redirected'] = 'URL ha redireccionado a <strong>%s</strong>.';
$PMF_LANG['ad_linkcheck_openurl_ambiguous'] = 'Estado de HTTP ambiguo <strong>%s</strong>.';
$PMF_LANG['ad_linkcheck_openurl_not_allowed'] = 'El método <em>HEAD</em> no es reconocido por el servidor <strong>%s</strong>, métodos disponibles: <strong>%s</strong>.';
$PMF_LANG['ad_linkcheck_openurl_not_found'] = 'El enlace no fue encontrado en el servidor <strong>%s</strong>.';
$PMF_LANG['ad_linkcheck_protocol_unsupported'] = 'El protocolo %s no es soportado por el verificador de links automático.';
$PMF_LANG['ad_menu_linkconfig'] = 'Verificador de URL';
$PMF_LANG['ad_linkcheck_config_title'] = 'COnfiguración del verificador de URL';
$PMF_LANG['ad_linkcheck_config_disabled'] = 'Función de verificar URL desactivada';
$PMF_LANG['ad_linkcheck_config_warnlist'] = 'URLs para advertir';
$PMF_LANG['ad_linkcheck_config_ignorelist'] = 'URLs para ignorar';
$PMF_LANG['ad_linkcheck_config_warnlist_description'] = 'URLs comenzando con los items debajo seran advertidas sean o no validas.<br />Use esta función para detectar enseguida URLs inválidas';
$PMF_LANG['ad_linkcheck_config_ignorelist_description'] = 'Las URLs exactas listadas debajo serán tomadas como válidas siempre -sin ningún tipo de validación-..<br />Use esta función para omitir URLs que sabe que fallarán a la hora de ser verificadas';
$PMF_LANG['ad_linkcheck_config_th_id'] = 'ID#';
$PMF_LANG['ad_linkcheck_config_th_url'] = 'URL a comparar';
$PMF_LANG['ad_linkcheck_config_th_reason'] = 'Criterio de comparación';
$PMF_LANG['ad_linkcheck_config_th_owner'] = 'Dueño de registro';
$PMF_LANG['ad_linkcheck_config_th_enabled'] = 'Marcar para activar registro';
$PMF_LANG['ad_linkcheck_config_th_locked'] = 'Marcar para fijar el dueño';
$PMF_LANG['ad_linkcheck_config_th_chown'] = 'Marcar para obtener el dueño';
$PMF_LANG['msgNewQuestionVisible'] = 'La pregunta tiene que ser revisada antes de ser publicada.';
$PMF_LANG['msgQuestionsWaiting'] = 'Esperando para publicación por parte de los administradores: ';
$PMF_LANG['ad_entry_visibility'] = 'Publicar?';
// added v2.0.0 - 2006-01-02 by Lars
$PMF_LANG['ad_user_error_password'] = "Por favor ingrese una contraseña. ";
$PMF_LANG['ad_user_error_passwordsDontMatch'] = "La contraseña no coincide. ";
$PMF_LANG['ad_user_error_loginInvalid'] = "El usuario ingresado no es válido.";
$PMF_LANG['ad_user_error_noEmail'] = "Por favor, ingrese una dirección de correo válida. ";
$PMF_LANG['ad_user_error_noRealName'] = "Por favoe, ingrese su nombre verdadero. ";
$PMF_LANG['ad_user_error_delete'] = "La cuenta de usuario no puede ser borrada. ";
$PMF_LANG['ad_user_error_noId'] = "No se indicó ID. ";
$PMF_LANG['ad_user_error_protectedAccount'] = "La cuenta del usuario está protegida. ";
$PMF_LANG['ad_user_deleteUser'] = "Borrar usuario";
$PMF_LANG['ad_user_status'] = "Estado:";
$PMF_LANG['ad_user_lastModified'] = "Última Modificación:";
$PMF_LANG['ad_gen_cancel'] = "Cancelar";
$PMF_LANG["rightsLanguage"]['addglossary'] = "Agregar item al glosario";
$PMF_LANG["rightsLanguage"]['editglossary'] = "Editar item del glosario";
$PMF_LANG["rightsLanguage"]['delglossary'] = "Borrar item del glosario";
$PMF_LANG["ad_menu_group_administration"] = "Grupos";
$PMF_LANG['ad_user_loggedin'] = 'Usted está registrado como ';
$PMF_LANG['ad_group_details'] = "Detalles del Grupo";
$PMF_LANG['ad_group_add'] = "Agregar Grupo";
$PMF_LANG['ad_group_add_link'] = "Agregar Grupo";
$PMF_LANG['ad_group_name'] = "Nombre:";
$PMF_LANG['ad_group_description'] = "Descripción:";
$PMF_LANG['ad_group_autoJoin'] = "Ingreso Automático:";
$PMF_LANG['ad_group_suc'] = "Grupo agregado <strong>correctamente</strong>.";
$PMF_LANG['ad_group_error_noName'] = "Por favor, ingrese el nombre del grupo. ";
$PMF_LANG['ad_group_error_delete'] = "El grupo no puede ser borrado. ";
$PMF_LANG['ad_group_deleted'] = "El grupo ha sido borrado satisfactoriamente.";
$PMF_LANG['ad_group_deleteGroup'] = "Borrar gruto";
$PMF_LANG['ad_group_deleteQuestion'] = "Está seguro que este grupo debe ser borrado?";
$PMF_LANG['ad_user_uncheckall'] = "Desmarcar Todos";
$PMF_LANG['ad_group_membership'] = "Miembros del Grupo";
$PMF_LANG['ad_group_members'] = "Miembros";
$PMF_LANG['ad_group_addMember'] = "+";
$PMF_LANG['ad_group_removeMember'] = "-";
// added v2.0.0 - 2006-07-20 by Matteo
$PMF_LANG['ad_export_which_cat'] = 'Límite de datos del FAQ a ser exportado (opcional)';
$PMF_LANG['ad_export_cat_downwards'] = 'Hacia abajo?';
$PMF_LANG['ad_export_type'] = 'Formato de exportación';
$PMF_LANG['ad_export_type_choose'] = 'Seleccione uno de los siguientes formatos:';
$PMF_LANG['ad_export_download_view'] = 'Bajar como archivo o ver en línea?';
$PMF_LANG['ad_export_download'] = 'Bajar archivo';
$PMF_LANG['ad_export_view'] = 'ver en línea';
$PMF_LANG['ad_export_gen_xhtml'] = 'Crear archivo XHTML';
$PMF_LANG['ad_export_gen_docbook'] = 'Crear archivo Docbook';
// added v2.0.0 - 2006-07-22 by Matteo
$PMF_LANG['ad_news_data'] = 'Datos de noticias';
$PMF_LANG['ad_news_author_name'] = 'Nombre del autor:';
$PMF_LANG['ad_news_author_email'] = 'Correo del autor:';
$PMF_LANG['ad_news_set_active'] = 'Activar:';
$PMF_LANG['ad_news_allowComments'] = 'Aceptar comentarios:';
$PMF_LANG['ad_news_expiration_window'] = 'Tiempo de expiración de la ventana de noticias (opcional)';
$PMF_LANG['ad_news_from'] = 'De:';
$PMF_LANG['ad_news_to'] = 'A:';
$PMF_LANG['ad_news_insertfail'] = 'Un error ha ocurrido insertando la noticia en la base de datos.';
$PMF_LANG['ad_news_updatefail'] = 'Un error ha ocurrido actualizando la noticia en la base de datos.';
$PMF_LANG['newsShowCurrent'] = 'Ver noticias actuales.';
$PMF_LANG['newsShowArchive'] = 'Ver noticias archivadas.';
$PMF_LANG['newsArchive'] = ' Archivo de noticias';
$PMF_LANG['newsWriteComment'] = 'Comentar aquí';
$PMF_LANG['newsCommentDate'] = 'Agregar en: ';
// added v2.0.0 - 2006-07-29 by Matteo & Thorsten
$PMF_LANG['ad_record_expiration_window'] = 'Tiempo de expiración de registro (opcional)';
$PMF_LANG['admin_mainmenu_home'] = 'Principal';
$PMF_LANG['admin_mainmenu_users'] = 'Usuarios';
$PMF_LANG['admin_mainmenu_content'] = 'Contenido';
$PMF_LANG['admin_mainmenu_statistics'] = 'Estadísticas';
$PMF_LANG['admin_mainmenu_exports'] = 'Exportar';
$PMF_LANG['admin_mainmenu_backup'] = 'Copia de seguridad';
$PMF_LANG['admin_mainmenu_configuration'] = 'Configuración';
$PMF_LANG['admin_mainmenu_logout'] = 'Cerrar sesión';
// added v2.0.0 - 2006-08-15 by Thorsten and Matteo
$PMF_LANG["ad_categ_owner"] = 'Dueño de la categoria';
$PMF_LANG['adminSection'] = 'Administración';
$PMF_LANG['err_expiredArticle'] = 'Este registro ha expirado y no puede ser mostrado';
$PMF_LANG['err_expiredNews'] = 'Esta noticia ha expirado y no puede ser mostrada';
$PMF_LANG['err_inactiveNews'] = 'Esta noticia se encuentra en revisión y no puede ser mostrada';
$PMF_LANG['msgSearchOnAllLanguages'] = 'Buscar en todos los idiomas:';
$PMF_LANG['ad_entry_tags'] = 'Etiquetas';
$PMF_LANG['msg_tags'] = 'Etiquetas';
// added v2.0.0 - 2006-09-03 by Matteo
$PMF_LANG['ad_linkcheck_feedback_url-batch1'] = 'Chequeando...';
$PMF_LANG['ad_linkcheck_feedback_url-batch2'] = 'Chequeando...';
$PMF_LANG['ad_linkcheck_feedback_url-batch3'] = 'Chequeando...';
$PMF_LANG['ad_linkcheck_feedback_url-checking'] = 'Chequeando...';
$PMF_LANG['ad_linkcheck_feedback_url-disabled'] = 'Deshabilitado';
$PMF_LANG['ad_linkcheck_feedback_url-linkbad'] = 'Enlaces KO';
$PMF_LANG['ad_linkcheck_feedback_url-linkok'] = 'Enlaces OK';
$PMF_LANG['ad_linkcheck_feedback_url-noaccess'] = 'Sin acceso';
$PMF_LANG['ad_linkcheck_feedback_url-noajax'] = 'Sin AJAX';
$PMF_LANG['ad_linkcheck_feedback_url-nolinks'] = 'Sin enlaces';
$PMF_LANG['ad_linkcheck_feedback_url-noscript'] = 'Sin Script';
// added v2.0.0 - 2006-09-02 by Thomas
$PMF_LANG['msg_related_articles'] = 'Registros relacionados';
$LANG_CONF['numRelatedArticles'] = array(0 => "entrada", 1 => "Número de registros relacionados");
// added v2.0.0 - 2006-09-09 by Rudi
$PMF_LANG['ad_categ_trans_1'] = 'Traducir';
$PMF_LANG['ad_categ_trans_2'] = 'Categoría';
$PMF_LANG['ad_categ_translatecateg'] = 'Trraducir Categoría';
$PMF_LANG['ad_categ_translate'] = 'Traducir';
$PMF_LANG['ad_categ_transalready'] = 'Traducido en: ';
$PMF_LANG["ad_categ_deletealllang"] = 'Borrar en todos los idiomas?';
$PMF_LANG["ad_categ_deletethislang"] = 'Borrar solamente en este idioma?';
$PMF_LANG["ad_categ_translated"] = "La categoría ha sido traducida.";
// added v2.0.0 - 2006-09-21 by Rudi
$PMF_LANG["ad_categ_show"] = "Desacripción";
$PMF_LANG['ad_menu_categ_structure'] = "La descripción de la categoría incluye sus idiomas";
// added v2.0.0 - 2006-09-26 by Thorsten
$PMF_LANG['ad_entry_userpermission'] = 'Permisos de usuarios:';
$PMF_LANG['ad_entry_grouppermission'] = 'Permisos del grupo:';
$PMF_LANG['ad_entry_all_users'] = 'Acceso para todos los usuarios';
$PMF_LANG['ad_entry_restricted_users'] = 'Acceso restringido para';
$PMF_LANG['ad_entry_all_groups'] = 'Acceso para todos los grupos';
$PMF_LANG['ad_entry_restricted_groups'] = 'Restringir el acceso para';
$PMF_LANG['ad_session_expiration'] = 'Tiempo para que su sesión expire';
$PMF_LANG['ad_user_active'] = 'activo';
$PMF_LANG['ad_user_blocked'] = 'bloqueado';
$PMF_LANG['ad_user_protected'] = 'protegido';
// added v2.0.0 - 2006-10-07 by Matteo
$PMF_LANG['ad_entry_intlink'] = 'Seleccione un registro de FAQ para insertarlo como enlace...';
//added 2.0.0 - 2006-10-10 by Rudi
$PMF_LANG["ad_categ_paste2"] = "Pegar después";
$PMF_LANG["ad_categ_remark_move"] = "El intercambio de 2 categorías es sólo posible cuando se encuentran en el mismo nivel.";
$PMF_LANG["ad_categ_remark_overview"] = "Las categorías serán mostradas en el orden correcto si todas las categorias estan definidas en el lenguaje actual (primera columna).";
// added v2.0.0 - 2006-10-15 by Matteo
$PMF_LANG['msgUsersOnline'] = ' :: %d usuarios anónimos y %d registrados';
$PMF_LANG['ad_adminlog_del_older_30d'] = 'Borrar inmediatamente los logs anteriores a 30 días';
$PMF_LANG['ad_adminlog_delete_success'] = 'Logs antiguos borrados correctamente.';
$PMF_LANG['ad_adminlog_delete_failure'] = 'Los logs no fueron borrados: un error ocurrió cuando se estaba procesando el pedido.';
// added 2.0.0 - 2006-11-19 by Thorsten
$PMF_LANG['opensearch_plugin_install'] = 'agregar plugin para búsqueda';
$PMF_LANG['ad_quicklinks'] = 'Enlaces rápidos';
$PMF_LANG['ad_quick_category'] = 'Agregar nueva categoría';
$PMF_LANG['ad_quick_record'] = 'Agregar nuevo registro FAQ';
$PMF_LANG['ad_quick_user'] = 'Agregar nuevo usuario';
$PMF_LANG['ad_quick_group'] = 'Agregar nuevo grupo';
// added v2.0.0 - 2006-12-30 by Matteo
$PMF_LANG['msgNewTranslationHeader'] = 'Propuesta de traducción';
$PMF_LANG['msgNewTranslationAddon'] = 'Su propuesta no será publicada enseguida, pero será liberada por el administrador en cuanto la reciba. Los campos obligatorios son <strong>su nombre</strong>, <strong>su dirección de correo</strong>, <strong>el encabezado de la traducción</strong> y <strong>su traducción del FAQ</strong>. Por favor, separe sus palabras clave sólo con espacios.';
$PMF_LANG['msgNewTransSourcePane'] = 'Panel Original';
$PMF_LANG['msgNewTranslationPane'] = 'Panel traducción';
$PMF_LANG['msgNewTranslationName'] = $PMF_LANG['msgNewContentName'];
$PMF_LANG['msgNewTranslationMail'] = $PMF_LANG['msgNewContentMail'];
$PMF_LANG['msgNewTranslationKeywords'] = $PMF_LANG['msgNewContentKeywords'];
$PMF_LANG['msgNewTranslationSubmit'] = 'Envie su propuesta';
$PMF_LANG['msgTranslate'] = 'Proponga una traducción para';
$PMF_LANG['msgTranslateSubmit'] = 'Comenzar traducción...';
$PMF_LANG['msgNewTranslationThanks'] = "Gracias por su propuesta de traducción!";
// added v2.0.0 - 2007-02-27 by Matteo
$PMF_LANG["rightsLanguage"]['addgroup'] = "agregar cuentras de grupo";
$PMF_LANG["rightsLanguage"]['editgroup'] = "editar cuentras de grupo";
$PMF_LANG["rightsLanguage"]['delgroup'] = "borrar cuentras de grupo";
// added v2.0.0 - 2007-02-27 by Thorsten
$PMF_LANG['ad_news_link_parent'] = 'Enlace abre en la ventana principal';
// added v2.0.0 - 2007-03-04 by Thorsten
$PMF_LANG['ad_menu_comments'] = 'Comentarios';
$PMF_LANG['ad_comment_administration'] = 'Administración de comentarios';
$PMF_LANG['ad_comment_faqs'] = 'Comentarios en registros de FAQ:';
$PMF_LANG['ad_comment_news'] = 'Comentarios en registros de noticias:';
$PMF_LANG['ad_groups'] = 'Groups';
// added v2.0.0 - 2007-03-10 by Thorsten
$LANG_CONF['records.orderby'] = array(0 => 'select', 1 => 'Orden de registros (de acuerdo a propiedad)');
$LANG_CONF['records.sortby'] = array(0 => 'select', 1 => 'Orden de registros (descendente o ascendente)');
$PMF_LANG['ad_conf_order_id'] = 'ID (por omisión)';
$PMF_LANG['ad_conf_order_thema'] = 'Título';
$PMF_LANG['ad_conf_order_visits'] = 'Número de visitantes';
$PMF_LANG['ad_conf_order_datum'] = 'Fecha';
$PMF_LANG['ad_conf_order_author'] = 'Autor';
$PMF_LANG['ad_conf_desc'] = 'descendiente';
$PMF_LANG['ad_conf_asc'] = 'ascendiente';
$PMF_LANG['mainControlCenter'] = 'Configuración principal';
$PMF_LANG['recordsControlCenter'] = 'Configuración de registros de FAQ';
// added v2.0.0 - 2007-03-17 by Thorsten
$PMF_LANG['msgInstantResponse'] = 'Respuesta instantanea';
Copyright 2K16 - 2K18 Indonesian Hacker Rulez