plugins/calendar/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 6058 4f72b9fa05d1
child 8052 45fa4bbadb7d
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 Calendar Plug-in!
     6 #
     7 # Copyright (C) 2007 José R. Valverde
     8 # jrvalverde@cnb.uam.es
     9 #
    10 # Copyright (C) 2001 Tony Bibbs
    11 # tony@tonybibbs.com
    12 # Copyright (C) 2005 Trinity Bays
    13 # trinity93@gmail.com
    14 #
    15 # This program is free software; you can redistribute it and/or
    16 # modify it under the terms of the GNU General Public License
    17 # as published by the Free Software Foundation; either version 2
    18 # of the License, or (at your option) any later version.
    19 #
    20 # This program is distributed in the hope that it will be useful,
    21 # but WITHOUT ANY WARRANTY; without even the implied warranty of
    22 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    23 # GNU General Public License for more details.
    24 #
    25 # You should have received a copy of the GNU General Public License
    26 # along with this program; if not, write to the Free Software
    27 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
    28 #
    29 ###############################################################################
    30 
    31 global $LANG32;
    32 
    33 ###############################################################################
    34 # Array Format:
    35 # $LANGXX[YY]:  $LANG - variable name
    36 #               XX    - file id number
    37 #               YY    - phrase id number
    38 ###############################################################################
    39 
    40 # index.php
    41 $LANG_CAL_1 = array(
    42     1 => 'Calendario',
    43     2 => 'Lo siento, no hay eventos que mostrar.',
    44     3 => 'Cuándo',
    45     4 => 'Dónde',
    46     5 => 'Descripción',
    47     6 => 'Añadir un evento',
    48     7 => 'Próximos eventos',
    49     8 => 'Al añadir este evento a tu calendario puedes ver rápidamente solo los eventos que te interesen eligiendo "Mi Calendario" en el área de Utilidades.',
    50     9 => 'Añadir a Mi Calendario',
    51     10 => 'Eliminar de Mi Calendario',
    52     11 => 'Añadiendo evento al Calendario de %s',
    53     12 => 'Evento',
    54     13 => 'Comienzo',
    55     14 => 'Fín',
    56     15 => 'Volver al Calendario',
    57     16 => 'Calendario',
    58     17 => 'Fecha de inicio',
    59     18 => 'Fecha de terminación',
    60     19 => 'Envíos al Calendario',
    61     20 => 'Título',
    62     21 => 'Fecha de inicio',
    63     22 => 'URL',
    64     23 => 'Tus Eventos',
    65     24 => 'Eventos Comunes',
    66     25 => 'No hay eventos próximos',
    67     26 => 'Enviar un evento',
    68     27 => "Al enviar un evento a {$_CONF['site_name']} se incluirá en el calendario maestro desde el cual otros usuarios pueden añadirlo optativamente a su calendario personal. Este servicio <b>NO</b> debe usarse para eventos personales tales como cumpleaños y aniversarios.<br" . XHTML . "><br" . XHTML . ">Una vez enviado un evento éste será redirigido a nuestros administradores y, si ellos lo aprueban, aparecerá en el calendario maestro.",
    69     28 => 'Título',
    70     29 => 'Hora de terminación',
    71     30 => 'Hora de inicio',
    72     31 => 'Dura todo el día',
    73     32 => 'Dirección (línea 1)',
    74     33 => 'Dirección (línea 2)',
    75     34 => 'Ciudad/Pueblo',
    76     35 => 'Provincia',
    77     36 => 'Código Postal',
    78     37 => 'Tipo de evento',
    79     38 => 'Modificar tipos de eventos',
    80     39 => 'Localización',
    81     40 => 'Añadir evento a',
    82     41 => 'Calendario Maestro',
    83     42 => 'Calendario Personal',
    84     43 => 'Enlace',
    85     44 => 'HTML no permitido',
    86     45 => 'Enviar',
    87     46 => 'Eventos en el sistema',
    88     47 => '10 Eventos principales',
    89     48 => 'Hits',
    90     49 => 'Parece no haber ningún evento o que nadie ha visitado uno nunca.',
    91     50 => 'Eventos',
    92     51 => 'Borrar'
    93 );
    94 
    95 $_LANG_CAL_SEARCH = array(
    96     'results' => 'Resultados del Calendario',
    97     'title' => 'Título',
    98     'date_time' => 'Fecha y Hora',
    99     'location' => 'Localización',
   100     'description' => 'Descripción'
   101 );
   102 
   103 ###############################################################################
   104 # calendar.php ($LANG30)
   105 
   106 $LANG_CAL_2 = array(
   107     8 => 'Añadir evento personal',
   108     9 => '%s Evento',
   109     10 => 'Eventos para',
   110     11 => 'Calendario Maestro',
   111     12 => 'Mi Calendario',
   112     25 => 'Volver a ',
   113     26 => 'Todo el día',
   114     27 => 'Semana',
   115     28 => 'Calendario personal de',
   116     29 => 'Calendario Público',
   117     30 => 'borrar evento',
   118     31 => 'Añadir',
   119     32 => 'Evento',
   120     33 => 'Fecha',
   121     34 => 'Hora',
   122     35 => 'Adición rápida',
   123     36 => 'Enviar',
   124     37 => 'Lo sentimos, el calendario personal no está habilitado en este servidor.',
   125     38 => 'Editor de Eventos Personales',
   126     39 => 'Día',
   127     40 => 'Semana',
   128     41 => 'Mes',
   129     42 => 'Añadir Evento Maestro',
   130     43 => 'Eventos Enviados'
   131 );
   132 
   133 ###############################################################################
   134 # admin/plugins/calendar/index.php, formerly admin/event.php ($LANG22)
   135 
   136 $LANG_CAL_ADMIN = array(
   137     1 => 'Editor de Eventos',
   138     2 => 'Error',
   139     3 => 'Modo de envío',
   140     4 => 'URL del Evento',
   141     5 => 'Fecha de inicio',
   142     6 => 'Fecha de terminación',
   143     7 => 'Localización',
   144     8 => 'Descripción',
   145     9 => '(incluir http://)',
   146     10 => 'Debe proporcionar las fechas/horas, título y descripción',
   147     11 => 'Gestor del Calendario',
   148     12 => 'Para modificar un evento, pulse en su icono de edición. Para crear un evento pulse en "Crear nuevo". Pulse en el icono de copiar para crear una copia de un evento existente.',
   149     13 => 'Autor',
   150     14 => 'Fecha de inicio',
   151     15 => 'Fecha de terminación',
   152     16 => '',
   153     17 => "Está intentando acceder a un evento al que no tiene derecho. Este intento ha sido anotado. Por favor, <a href=\"{$_CONF['site_admin_url']}/plugins/calendar/index.php\">la pantalla de administración de eventos</a>.",
   154     18 => '',
   155     19 => '',
   156     20 => 'guardar',
   157     21 => 'cancelar',
   158     22 => 'borrar',
   159     23 => 'Fecha de inicio errónea.',
   160     24 => 'Fecha de terminación errónea.',
   161     25 => 'La fecha de terminación antecede a la de inicio.',
   162     26 => 'Delete old entries',
   163     27 => 'These are the events that are older than ',
   164     28 => ' months. Please click on the trashcan Icon on the bottom to delete them, or select a different timespan:<br' . XHTML . '>Find all entries that are older than ',
   165     29 => ' months.',
   166     30 => 'Update List',
   167     31 => 'Are You sure you want to permanently delete ALL selected users?',
   168     32 => 'List all',
   169     33 => 'No events selected for deletion',
   170     34 => 'Event ID',
   171     35 => 'could not be deleted',
   172     36 => 'Sucessfully deleted'
   173 );
   174 
   175 $LANG_CAL_MESSAGE = array(
   176     'save' => 'Tu evento se ha guardado correctamente.',
   177     'delete' => 'El evento se ha borrado correctamente.',
   178     'private' => 'El evento se ha guardado en tu calendario',
   179     'login' => 'No puedes abrir tu calendario personal hasta que te identifiques',
   180     'removed' => 'El evento se ha eliminado correctamente de tu calendario personal.',
   181     'noprivate' => 'Lo sentimos, pero los calendarios personales no están habilitados en este servidor.',
   182     'unauth' => 'Lo sentimos, pero no tienes acceso a la página de administración de eventos. Te avisamos de que todos los intentos de acceder a características no autorizadas se guardan.'
   183 );
   184 
   185 $PLG_calendar_MESSAGE4 = "Gracias por enviar un evento a {$_CONF['site_name']}.  Lo hemos redirigido a nuestros administradores para que lo aprueben. Si se aprueba aparecerá aqui, en nuestra sección de <a href=\"{$_CONF['site_url']}/calendar/index.php\">calendario</a>.";
   186 $PLG_calendar_MESSAGE17 = 'Tu evento ha sido guardado correctamente.';
   187 $PLG_calendar_MESSAGE18 = 'El evento ha sido borrado correctamente.';
   188 $PLG_calendar_MESSAGE24 = 'El evento ha sido guardado en tu calendario.';
   189 $PLG_calendar_MESSAGE26 = 'El evento ha sido borrado correctamente.';
   190 
   191 // Messages for the plugin upgrade
   192 $PLG_calendar_MESSAGE3001 = 'Plugin upgrade not supported.';
   193 $PLG_calendar_MESSAGE3002 = $LANG32[9];
   194 
   195 // Localization of the Admin Configuration UI
   196 $LANG_configsections['calendar'] = array(
   197     'label' => 'Calendar',
   198     'title' => 'Calendar Configuration'
   199 );
   200 
   201 $LANG_confignames['calendar'] = array(
   202     'calendarloginrequired' => 'Calendar Login Required?',
   203     'hidecalendarmenu' => 'Hide Calendar Menu Entry?',
   204     'personalcalendars' => 'Enable Personal Calendars?',
   205     'eventsubmission' => 'Enable Submission Queue?',
   206     'showupcomingevents' => 'Show upcoming Events?',
   207     'upcomingeventsrange' => 'Upcoming Events Range',
   208     'event_types' => 'Event Types',
   209     'hour_mode' => 'Hour Mode',
   210     'notification' => 'Notification Email?',
   211     'delete_event' => 'Delete Events with Owner?',
   212     'aftersave' => 'After Saving Event',
   213     'default_permissions' => 'Event Default Permissions'
   214 );
   215 
   216 $LANG_configsubgroups['calendar'] = array(
   217     'sg_main' => 'Main Settings'
   218 );
   219 
   220 $LANG_fs['calendar'] = array(
   221     'fs_main' => 'General Calendar Settings',
   222     'fs_permissions' => 'Default Permissions'
   223 );
   224 
   225 // Note: entries 0, 1, 6, 9, 12 are the same as in $LANG_configselects['Core']
   226 $LANG_configselects['calendar'] = array(
   227     0 => array('True' => 1, 'False' => 0),
   228     1 => array('True' => true, 'False' => false),
   229     6 => array('12' => 12, '24' => 24),
   230     9 => array('Forward to Event' => 'item', 'Display Admin List' => 'list', 'Display Calendar' => 'plugin', 'Display Home' => 'home', 'Display Admin' => 'admin'),
   231     12 => array('No access' => 0, 'Read-Only' => 2, 'Read-Write' => 3)
   232 );
   233 
   234 ?>