plugins/staticpages/language/spanish_utf-8.php
author Dirk Haun <dirk@haun-online.de>
Sun, 11 Oct 2009 19:18:47 +0200
branchHEAD
changeset 7371 6f0fe25ffbc7
parent 7069 92692fb690fb
child 7422 570b215d953d
permissions -rw-r--r--
Synced all language files with their English equivalents
     1 <?php
     2 
     3 ###############################################################################
     4 # spanish_utf-8.php
     5 # This is the spanish language page for the Geeklog Static Page Plug-in!
     6 #
     7 # Copyright (C) 2007 José R. Valverde (Terminado)
     8 # jrvalverde@cnb.uam.es
     9 #
    10 # Copyright (C) 2001 Tony Bibbs
    11 # tony@tonybibbs.com
    12 #
    13 # This program is free software; you can redistribute it and/or
    14 # modify it under the terms of the GNU General Public License
    15 # as published by the Free Software Foundation; either version 2
    16 # of the License, or (at your option) any later version.
    17 #
    18 # This program is distributed in the hope that it will be useful,
    19 # but WITHOUT ANY WARRANTY; without even the implied warranty of
    20 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    21 # GNU General Public License for more details.
    22 #
    23 # You should have received a copy of the GNU General Public License
    24 # along with this program; if not, write to the Free Software
    25 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
    26 #
    27 ###############################################################################
    28 
    29 global $LANG32;
    30 
    31 ###############################################################################
    32 # Array Format:
    33 # $LANGXX[YY]:  $LANG - variable name
    34 #               XX    - file id number
    35 #               YY    - phrase id number
    36 ###############################################################################
    37 
    38 $LANG_STATIC = array(
    39     'newpage' => 'Nueva Página',
    40     'adminhome' => 'Administración',
    41     'staticpages' => 'Páginas Estáticas',
    42     'staticpageeditor' => 'Editor de páginas estáticas',
    43     'writtenby' => 'Escrito por',
    44     'date' => 'Última edición',
    45     'title' => 'Título',
    46     'content' => 'Contenido',
    47     'hits' => 'Hits',
    48     'staticpagelist' => 'Lista de Páginas Estáticas',
    49     'url' => 'URL',
    50     'edit' => 'Editar',
    51     'lastupdated' => 'Última Edición',
    52     'pageformat' => 'Formato de Página',
    53     'leftrightblocks' => 'Cajas a Derecha e Izquierda',
    54     'blankpage' => 'Página en blanco',
    55     'noblocks' => 'Sin Cajas',
    56     'leftblocks' => 'Cajas a Izquierda',
    57     'addtomenu' => 'Añadir al menú',
    58     'label' => 'Etiqueta',
    59     'nopages' => 'Todavía no hay páginas estáticas',
    60     'save' => 'guardar',
    61     'preview' => 'vista previa',
    62     'delete' => 'eliminar',
    63     'cancel' => 'cancelar',
    64     'access_denied' => 'Acceso Denegado',
    65     'access_denied_msg' => 'Estás intentando acceder a una página de administración de Páginas Estáticas. Ten en cuenta que cualquier acceso a esta página se registra',
    66     'all_html_allowed' => 'Se permite cualquier etiqueta HTML',
    67     'results' => 'Resultado de Páginas Estáticas',
    68     'author' => 'Autor',
    69     'no_title_or_content' => 'Debes rellenar al menos los campos <b>Título</b> y <b>Contenido</b>.',
    70     'no_such_page_anon' => 'Por favor, regístrate..',
    71     'no_page_access_msg' => "Esto puede ser porque no te has registrado o no eres un miembro de {$_CONF['site_name']}. Por favor, <a href=\"{$_CONF['site_url']}/users.php?mode=new\">regístrate</a> en {$_CONF['site_name']} para obtener acceso completo",
    72     'php_msg' => 'PHP: ',
    73     'php_warn' => 'Aviso: Si activas esta opción se interpretará el código PHP en tu página. ¡¡Usar con cuidado!!',
    74     'exit_msg' => 'Tipo de salida: ',
    75     'exit_info' => 'Activar para Mensaje de Acceso Preciso. No marcar para verificaciones de seguridad  y mensaje normales.',
    76     'deny_msg' => 'Acceso denegado a esta página. O bien ha sido movida/renombrada o no tienes permiso suficiente.',
    77     'stats_headline' => '10 páginas estáticas principales',
    78     'stats_page_title' => 'Título de la página',
    79     'stats_hits' => 'Hits',
    80     'stats_no_hits' => 'Parece que no hay páginas estáticas o que nadie las ha visto nunca.',
    81     'id' => 'ID',
    82     'duplicate_id' => 'La ID elegida ya está en uso. Por favor, elige otra.',
    83     'instructions' => 'Para modificar o borrar una página estática, pulsa en el número correspondiente. Para ver una página estática pulsa en su título. Para cerar una página nueva pulsa en "Página nueva". Pulsa en [C] para crear una copia de una página existente.',
    84     'centerblock' => 'Bloque central: ',
    85     'centerblock_msg' => 'Cuando se selecciona esta opción la página estática aparecerá como un bloque central en la página principal.',
    86     'topic' => 'Tópico: ',
    87     'position' => 'Posición: ',
    88     'all_topics' => 'Todos',
    89     'no_topic' => 'Solo página principal',
    90     'position_top' => 'Arriba de la página',
    91     'position_feat' => 'Tras la noticia destacada',
    92     'position_bottom' => 'Abajo de la página',
    93     'position_entire' => 'Toda la página',
    94     'head_centerblock' => 'Bloque central',
    95     'centerblock_no' => 'No',
    96     'centerblock_top' => 'Arriba',
    97     'centerblock_feat' => 'Noticia destacada',
    98     'centerblock_bottom' => 'Abajo',
    99     'centerblock_entire' => 'Toda la página',
   100     'inblock_msg' => 'In a block: ',
   101     'inblock_info' => 'Wrap Static Page in a block.',
   102     'title_edit' => 'Edit page',
   103     'title_copy' => 'Make a copy of this page',
   104     'title_display' => 'Display page',
   105     'select_php_none' => 'no ejecutar PHP',
   106     'select_php_return' => 'ejecutar PHP (volver)',
   107     'select_php_free' => 'ejecutar PHP',
   108     'php_not_activated' => "Es uso de PHP en páginas estáticas no está activado. Por favor, véase la <a href=\"{$_CONF['site_url']}/docs/english/staticpages.html#php\">documentación</a> para más información.",
   109     'printable_format' => 'Listo para imprimir',
   110     'copy' => 'Copy',
   111     'limit_results' => 'Limit Results',
   112     'search' => 'Search',
   113     'submit' => 'Submit'
   114 );
   115 
   116 $PLG_staticpages_MESSAGE15 = 'Your comment has been submitted for review and will be published when approved by a moderator.';
   117 $PLG_staticpages_MESSAGE19 = 'Your page has been successfully saved.';
   118 $PLG_staticpages_MESSAGE20 = 'Your page has been successfully deleted.';
   119 
   120 // Messages for the plugin upgrade
   121 $PLG_staticpages_MESSAGE3001 = 'Plugin upgrade not supported.';
   122 $PLG_staticpages_MESSAGE3002 = $LANG32[9];
   123 
   124 // Localization of the Admin Configuration UI
   125 $LANG_configsections['staticpages'] = array(
   126     'label' => 'Static Pages',
   127     'title' => 'Static Pages Configuration'
   128 );
   129 
   130 $LANG_confignames['staticpages'] = array(
   131     'allow_php' => 'Allow PHP?',
   132     'sort_by' => 'Sort Centerblocks by',
   133     'sort_menu_by' => 'Sort Menu Entries by',
   134     'delete_pages' => 'Delete Pages with Owner?',
   135     'in_block' => 'Wrap Pages in Block?',
   136     'show_hits' => 'Show Hits?',
   137     'show_date' => 'Show Date?',
   138     'filter_html' => 'Filter HTML?',
   139     'censor' => 'Censor Content?',
   140     'default_permissions' => 'Page Default Permissions',
   141     'aftersave' => 'After Saving Page',
   142     'atom_max_items' => 'Max. Pages in Webservices Feed',
   143     'meta_tags' => 'Enable Meta Tags'
   144 );
   145 
   146 $LANG_configsubgroups['staticpages'] = array(
   147     'sg_main' => 'Main Settings'
   148 );
   149 
   150 $LANG_fs['staticpages'] = array(
   151     'fs_main' => 'Static Pages Main Settings',
   152     'fs_permissions' => 'Default Permissions'
   153 );
   154 
   155 // Note: entries 0, 1, 9, and 12 are the same as in $LANG_configselects['Core']
   156 $LANG_configselects['staticpages'] = array(
   157     0 => array('True' => 1, 'False' => 0),
   158     1 => array('True' => true, 'False' => false),
   159     2 => array('Date' => 'date', 'Page ID' => 'id', 'Title' => 'title'),
   160     3 => array('Date' => 'date', 'Page ID' => 'id', 'Title' => 'title', 'Label' => 'label'),
   161     9 => array('Forward to page' => 'item', 'Display List' => 'list', 'Display Home' => 'home', 'Display Admin' => 'admin'),
   162     12 => array('No access' => 0, 'Read-Only' => 2, 'Read-Write' => 3)
   163 );
   164 
   165 ?>