98 lines
No EOL
5.6 KiB
PHP
98 lines
No EOL
5.6 KiB
PHP
<?php
|
|
/*
|
|
*
|
|
* OGP - Open Game Panel
|
|
* Copyright (C) 2008 - 2017 The OGP Development Team
|
|
*
|
|
* http://www.opengamepanel.org/
|
|
*
|
|
* This program is free software; you can redistribute it and/or
|
|
* modify it under the terms of the GNU General Public License
|
|
* as published by the Free Software Foundation; either version 2
|
|
* of the License, or any later version.
|
|
*
|
|
* This program is distributed in the hope that it will be useful,
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
* GNU General Public License for more details.
|
|
*
|
|
* You should have received a copy of the GNU General Public License
|
|
* along with this program; if not, write to the Free Software
|
|
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
|
*
|
|
*/
|
|
|
|
define('OGP_LANG_manage_listings', "Administrar Artículos");
|
|
define('OGP_LANG_add_new_listing', "Publicar Artículo");
|
|
define('OGP_LANG_your_current_listings', "Artículos Publicados");
|
|
define('OGP_LANG_edit', "Editar");
|
|
define('OGP_LANG_date', "Fecha");
|
|
define('OGP_LANG_images', "Imágenes");
|
|
define('OGP_LANG_title', "Título");
|
|
define('OGP_LANG_description', "Contenido");
|
|
define('OGP_LANG_written_by', "Escrito por");
|
|
define('OGP_LANG_details', "Leer Más");
|
|
define('OGP_LANG_modify', "Modificar");
|
|
define('OGP_LANG_save', "Guardar");
|
|
define('OGP_LANG_delete', "Eliminar");
|
|
define('OGP_LANG_sure_to_delete', "¿Está seguro que quiere eliminar el/los artículo/s?");
|
|
define('OGP_LANG_go_back', "Atrás");
|
|
define('OGP_LANG_new_added_success', "Artículo publicado correctamente!");
|
|
define('OGP_LANG_add_another', "Añadir Otro");
|
|
define('OGP_LANG_or_message', "o");
|
|
define('OGP_LANG_please_select', "Seleccionar");
|
|
define('OGP_LANG_submit', "Enviar");
|
|
define('OGP_LANG_edit_listing', "Editar Articulos");
|
|
define('OGP_LANG_modifications_saved', "Los cambios han sido guardados!");
|
|
define('OGP_LANG_modify_images', "Modificar las imágenes del nuevo artículo");
|
|
define('OGP_LANG_upload_more_images', "Subir más imágenes");
|
|
define('OGP_LANG_latest_news', "Últimos artículos");
|
|
define('OGP_LANG_search_results', "Resultado de la búsqueda");
|
|
define('OGP_LANG_no_results', "No se encontraron artículos.");
|
|
define('OGP_LANG_config_options', "Opciones");
|
|
define('OGP_LANG_date_format', "Formato de Fecha");
|
|
define('OGP_LANG_results_per_page', "Artículos por página");
|
|
define('OGP_LANG_enable_search', "Habilitar motor de búsqueda");
|
|
define('OGP_LANG_image_quality', "Calidad de Imagen (0-100)");
|
|
define('OGP_LANG_max_image_width', "Ancho máximo por imágen (px)");
|
|
define('OGP_LANG_gallery_theme', "Image gallery skin");
|
|
define('OGP_LANG_images_bottom', "Position of the images gallery");
|
|
define('OGP_LANG_img_bottom', "Under the article");
|
|
define('OGP_LANG_img_right', "Right side of the article");
|
|
define('OGP_LANG_no_word', "No");
|
|
define('OGP_LANG_yes_word', "Sí");
|
|
define('OGP_LANG_no_access', "No tienes derecho a acceder a esta página. Su acción se registrará para una inspección más detallada.");
|
|
define('OGP_LANG_write_permission_required', "Se requiere permiso de escritura");
|
|
define('OGP_LANG_fix_permission', "Corregir los permisos. El módulo no funcionará como se pretende hasta que corrija todos los permisos.");
|
|
define('OGP_LANG_check_permissions', "Chequear permisos");
|
|
define('OGP_LANG_permission_ok', "Los permisos necesarios están bien!");
|
|
define('OGP_LANG_empty_title', "Por favor llene el título");
|
|
define('OGP_LANG_empty_description', "Por favor escriba contenido antes");
|
|
define('OGP_LANG_empty_author', "Por favor llene el nombre del autor");
|
|
define('OGP_LANG_gd_fail', "La extensión GD NO está cargada en el servidor. Se desactivó la subida de imágenes.");
|
|
define('OGP_LANG_search_news', "Buscar artículos");
|
|
define('OGP_LANG_help', "ayuda");
|
|
define('OGP_LANG_help_date', "Obtener ayuda sobre los diferentes formatos de fecha");
|
|
define('OGP_LANG_id_invalid', "El ID de artículo no existe");
|
|
define('OGP_LANG_id_not_set', "El ID de artículo no está establecido");
|
|
define('OGP_LANG_unauthorized_access', "Acceso no autorizado desde");
|
|
define('OGP_LANG_wysiwyg', "Editor WYSIWYG");
|
|
define('OGP_LANG_tinymce_lang', "Lenguaje Tiny MCE");
|
|
define('OGP_LANG_da', "Danés");
|
|
define('OGP_LANG_de', "Alemán");
|
|
define('OGP_LANG_en_GB', "Inglés");
|
|
define('OGP_LANG_es', "Español");
|
|
define('OGP_LANG_fi', "Finlandés");
|
|
define('OGP_LANG_fr_FR', "Francés");
|
|
define('OGP_LANG_it', "Italiano");
|
|
define('OGP_LANG_pl', "Polaco");
|
|
define('OGP_LANG_pt_PT', "Portugués");
|
|
define('OGP_LANG_ru', "Ruso");
|
|
define('OGP_LANG_tinymce_skin', "Skin de Tiny MCE");
|
|
define('OGP_LANG_tinymce_skin_custom', "Usted debe subir su propia Skin en la carpeta <b>modules/news/js/tinymce/skins/custom/</b> para poder usarlo. Si selecciona un Skin sin hacer esto podria encontrar problemas. Cree su propia Skin en <a href='http://skin.tinymce.com/' target='_blank'>http://skin.tinymce.com/</a>.");
|
|
define('OGP_LANG_safe_HTML', "Purificador HTML");
|
|
define('OGP_LANG_safe_HTML_en', "Purificador HTML Activado");
|
|
define('OGP_LANG_safe_HTML_dis', "Purificador HTML desactivado");
|
|
define('OGP_LANG_safe_HTML_en_info', "El contenido HTML en la vista detallada sera purificado. Esto eliminará algunas etiquetas HTML tales como iframes. Edita el archivo <b>modules/news/config.php</b> para cambiar la configuración 'safe_HTML' de '1' (activado) a '0' (desactivado) para deshabilitar este comportamiento y permitir el uso de HTML sin restricciones.");
|
|
define('OGP_LANG_safe_HTML_dis_info', "El contenido HTML en la vista detallada NO sera purificado. Edita el archivo <b>modules/news/config.php</b> para cambiar la configuración 'safe_HTML' de '0' (desactivado) a '1' (activado) y así restringir el uso de etiquetas HTML inseguras.");
|
|
?>
|