plugins/links/language/spanish.php
author Dirk Haun <dirk@haun-online.de>
Sun, 11 Oct 2009 19:18:47 +0200
branchHEAD
changeset 7371 6f0fe25ffbc7
parent 6791 ba2231f87362
child 7992 5efb7abbd4b8
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 file for the Geeklog Links Plugin
     6 #
     7 # Copyright (C) 2007 JoséR. Valverde
     8 # jrvalverde AT cnb DOT uam DOT es
     9 #
    10 # Copyright (C) 2001 Tony Bibbs
    11 # tony AT tonybibbs DOT com
    12 # Copyright (C) 2005 Trinity Bays
    13 # trinity93 AT gmail DOT 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 $LANG_LINKS = array(
    41     10 => 'Envíos',
    42     14 => 'Enlaces',
    43     84 => 'ENLACES',
    44     88 => 'No hay enlaces recientes',
    45     114 => 'Enlaces',
    46     116 => 'Añadir un enlace',
    47     117 => 'Report Broken Link',
    48     118 => 'Broken Link Report',
    49     119 => 'The following link has been reported to be broken: ',
    50     120 => 'To edit the link, click here: ',
    51     121 => 'The broken Link was reported by: ',
    52     122 => 'Thank you for reporting this broken link. The administrator will correct the problem as soon as possible',
    53     123 => 'Thank you',
    54     124 => 'Go',
    55     125 => 'Categories',
    56     126 => 'You are here:',
    57     'root' => 'Root'
    58 );
    59 
    60 ###############################################################################
    61 # for stats
    62 
    63 $LANG_LINKS_STATS = array(
    64     'links' => 'Enlaces (Clicks) en el Sistema',
    65     'stats_headline' => '10 enlaces mejores',
    66     'stats_page_title' => 'Enlaces',
    67     'stats_hits' => 'Hits',
    68     'stats_no_hits' => 'Parece que no hay enlaces o nadie ha visitado uno antes.'
    69 );
    70 
    71 ###############################################################################
    72 # for the search
    73 
    74 $LANG_LINKS_SEARCH = array(
    75     'results' => 'Resultados de enlaces',
    76     'title' => 'Título',
    77     'date' => 'Fecha de adición',
    78     'author' => 'Enviado por',
    79     'hits' => 'Clicks'
    80 );
    81 
    82 ###############################################################################
    83 # for the submission form
    84 
    85 $LANG_LINKS_SUBMIT = array(
    86     1 => 'Enviar enlace',
    87     2 => 'Enlace',
    88     3 => 'Categoría',
    89     4 => 'Otra',
    90     5 => 'Si otra, por favor especifique',
    91     6 => 'Error: Categoría inexistente',
    92     7 => 'Al elegir "Otra" proporcione también un nombre de categoría, por favor',
    93     8 => 'Título',
    94     9 => 'URL',
    95     10 => 'Categoría',
    96     11 => 'Enlaces enviados'
    97 );
    98 
    99 ###############################################################################
   100 # Messages for COM_showMessage the submission form
   101 
   102 $PLG_links_MESSAGE1 = "Gracias por enviar un enlace a {$_CONF['site_name']}.  Lo hemos reenviado a nuestros administradores paara que lo aprueben. Si es aprobado apareceerá en la sección de <a href={$_CONF['site_url']}/links/index.php>enlaces</a>.";
   103 $PLG_links_MESSAGE2 = 'Tu enlace se ha guardado satisfactoriamente.';
   104 $PLG_links_MESSAGE3 = 'El enlace ha sido borrado satisfactoriamente.';
   105 $PLG_links_MESSAGE4 = "Grac ias por enviar un enlace a {$_CONF['site_name']}.  Puedes verlo en la sección de <a href={$_CONF['site_url']}/links/index.php>enlaces</a>.";
   106 $PLG_links_MESSAGE5 = 'You do not have sufficient access rights to view this category.';
   107 $PLG_links_MESSAGE6 = 'You do not have sufficient rights to edit this category.';
   108 $PLG_links_MESSAGE7 = 'Please enter a Category Name and Description.';
   109 $PLG_links_MESSAGE10 = 'Your category has been successfully saved.';
   110 $PLG_links_MESSAGE11 = 'You are not allowed to set the id of a category to "site" or "user" - these are reserved for internal use.';
   111 $PLG_links_MESSAGE12 = 'You are trying to make a parent category the child of it\'s own subcategory. This would create an orphan category, so please first move the child category or categories up to a higher level.';
   112 $PLG_links_MESSAGE13 = 'The category has been successfully deleted.';
   113 $PLG_links_MESSAGE14 = 'Category contains links and/or categories. Please remove these first.';
   114 $PLG_links_MESSAGE15 = 'You do not have sufficient rights to delete this category.';
   115 $PLG_links_MESSAGE16 = 'No such category exists.';
   116 $PLG_links_MESSAGE17 = 'This category id is already in use.';
   117 
   118 // Messages for the plugin upgrade
   119 $PLG_links_MESSAGE3001 = 'Plugin upgrade not supported.';
   120 $PLG_links_MESSAGE3002 = $LANG32[9];
   121 
   122 ###############################################################################
   123 # admin/plugins/links/index.php
   124 
   125 $LANG_LINKS_ADMIN = array(
   126     1 => 'Editor de enlaces',
   127     2 => 'ID del enlace',
   128     3 => 'Título del enlace',
   129     4 => 'URL del enlace',
   130     5 => 'Categoría',
   131     6 => '(incluir http://)',
   132     7 => 'Otra',
   133     8 => 'Visitas',
   134     9 => 'Descripción del enlace',
   135     10 => 'Necesita proporcionar un título, URL y descripción para el enlace.',
   136     11 => 'Gestor de enlaces',
   137     12 => 'Para modificar o borrar un enlace, pulse en el botón de edición. Para crear un enlace nuevo pulse en "Crear nuevo".',
   138     14 => 'Categoría del enlace',
   139     16 => 'Acceso denegado',
   140     17 => "Estás intentando acceder a un enlace al que no tienes derecho. Este intento ha sido anotado. Por favor, <a href=\"{$_CONF['site_admin_url']}/plugins/links/index.php\">vuelve a la pantalla de administración de enlaces</a>.",
   141     20 => 'Si Otra, especificar',
   142     21 => 'guardar',
   143     22 => 'cancelar',
   144     23 => 'borrar',
   145     24 => 'Link not found',
   146     25 => 'The link you selected for editing could not be found.',
   147     26 => 'Validate Links',
   148     27 => 'HTML Status',
   149     28 => 'Edit category',
   150     29 => 'Enter or edit the details below.',
   151     30 => 'Category',
   152     31 => 'Description',
   153     32 => 'Category ID',
   154     33 => 'Topic',
   155     34 => 'Parent',
   156     35 => 'All',
   157     40 => 'Edit this category',
   158     41 => 'Create child category',
   159     42 => 'Delete this category',
   160     43 => 'Site categories',
   161     44 => 'Add&nbsp;child',
   162     46 => 'User %s tried to delete a category to which they do not have access rights',
   163     50 => 'List categories',
   164     51 => 'New link',
   165     52 => 'New category',
   166     53 => 'List links',
   167     54 => 'Category Manager',
   168     55 => 'Edit categories below. Note that you cannot delete a category that contains other categories or links - you should delete these first, or move them to another category.',
   169     56 => 'Category Editor',
   170     57 => 'Not validated yet',
   171     58 => 'Validate now',
   172     59 => '<p>To validate all links displayed, please click on the "Validate now" link below. Please note that this might take some time depending on the amount of links displayed.</p>',
   173     60 => 'User %s tried illegally to edit category %s.',
   174     61 => 'Links in Category'
   175 );
   176 
   177 
   178 $LANG_LINKS_STATUS = array(
   179     100 => 'Continue',
   180     101 => 'Switching Protocols',
   181     200 => 'OK',
   182     201 => 'Created',
   183     202 => 'Accepted',
   184     203 => 'Non-Authoritative Information',
   185     204 => 'No Content',
   186     205 => 'Reset Content',
   187     206 => 'Partial Content',
   188     300 => 'Multiple Choices',
   189     301 => 'Moved Permanently',
   190     302 => 'Found',
   191     303 => 'See Other',
   192     304 => 'Not Modified',
   193     305 => 'Use Proxy',
   194     307 => 'Temporary Redirect',
   195     400 => 'Bad Request',
   196     401 => 'Unauthorized',
   197     402 => 'Payment Required',
   198     403 => 'Forbidden',
   199     404 => 'Not Found',
   200     405 => 'Method Not Allowed',
   201     406 => 'Not Acceptable',
   202     407 => 'Proxy Authentication Required',
   203     408 => 'Request Timeout',
   204     409 => 'Conflict',
   205     410 => 'Gone',
   206     411 => 'Length Required',
   207     412 => 'Precondition Failed',
   208     413 => 'Request Entity Too Large',
   209     414 => 'Request-URI Too Long',
   210     415 => 'Unsupported Media Type',
   211     416 => 'Requested Range Not Satisfiable',
   212     417 => 'Expectation Failed',
   213     500 => 'Internal Server Error',
   214     501 => 'Not Implemented',
   215     502 => 'Bad Gateway',
   216     503 => 'Service Unavailable',
   217     504 => 'Gateway Timeout',
   218     505 => 'HTTP Version Not Supported',
   219     999 => 'Connection Timed out'
   220 );
   221 
   222 // Localization of the Admin Configuration UI
   223 $LANG_configsections['links'] = array(
   224     'label' => 'Links',
   225     'title' => 'Links Configuration'
   226 );
   227 
   228 $LANG_confignames['links'] = array(
   229     'linksloginrequired' => 'Links Login Required?',
   230     'linksubmission' => 'Enable Submission Queue?',
   231     'newlinksinterval' => 'New Links Interval',
   232     'hidenewlinks' => 'Hide New Links?',
   233     'hidelinksmenu' => 'Hide Links Menu Entry?',
   234     'linkcols' => 'Categories per Column',
   235     'linksperpage' => 'Links per Page',
   236     'show_top10' => 'Show Top 10 Links?',
   237     'notification' => 'Notification Email?',
   238     'delete_links' => 'Delete Links with Owner?',
   239     'aftersave' => 'After Saving Link',
   240     'show_category_descriptions' => 'Show Category Description?',
   241     'new_window' => 'Open external links in new window?',
   242     'root' => 'ID of Root Category',
   243     'default_permissions' => 'Link Default Permissions',
   244     'category_permissions' => 'Category Default Permissions'
   245 );
   246 
   247 $LANG_configsubgroups['links'] = array(
   248     'sg_main' => 'Main Settings'
   249 );
   250 
   251 $LANG_fs['links'] = array(
   252     'fs_public' => 'Public Links List Settings',
   253     'fs_admin' => 'Links Admin Settings',
   254     'fs_permissions' => 'Default Permissions',
   255     'fs_cpermissions' => 'Category Permissions'
   256 );
   257 
   258 // Note: entries 0, 1, and 12 are the same as in $LANG_configselects['Core']
   259 $LANG_configselects['links'] = array(
   260     0 => array('True' => 1, 'False' => 0),
   261     1 => array('True' => true, 'False' => false),
   262     9 => array('Forward to Linked Site' => 'item', 'Display Admin List' => 'list', 'Display Public List' => 'plugin', 'Display Home' => 'home', 'Display Admin' => 'admin'),
   263     12 => array('No access' => 0, 'Read-Only' => 2, 'Read-Write' => 3)
   264 );
   265 
   266 ?>