3 ###############################################################################
5 # This is the spanish language file for the Geeklog Links Plugin
7 # Copyright (C) 2007 JoséR. Valverde
8 # jrvalverde AT cnb DOT uam DOT es
10 # Copyright (C) 2001 Tony Bibbs
11 # tony AT tonybibbs DOT com
12 # Copyright (C) 2005 Trinity Bays
13 # trinity93 AT gmail DOT com
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.
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.
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.
29 ###############################################################################
33 ###############################################################################
35 # $LANGXX[YY]: $LANG - variable name
37 # YY - phrase id number
38 ###############################################################################
44 88 => 'No hay enlaces recientes',
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',
56 126 => 'You are here:',
60 ###############################################################################
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.'
71 ###############################################################################
74 $LANG_LINKS_SEARCH = array(
75 'results' => 'Resultados de enlaces',
77 'date' => 'Fecha de adición',
78 'author' => 'Enviado por',
82 ###############################################################################
83 # for the submission form
85 $LANG_LINKS_SUBMIT = array(
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',
96 11 => 'Enlaces enviados'
99 ###############################################################################
100 # Messages for COM_showMessage the submission form
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.';
118 // Messages for the plugin upgrade
119 $PLG_links_MESSAGE3001 = 'Plugin upgrade not supported.';
120 $PLG_links_MESSAGE3002 = $LANG32[9];
122 ###############################################################################
123 # admin/plugins/links/index.php
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',
131 6 => '(incluir http://)',
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',
145 24 => 'Link not found',
146 25 => 'The link you selected for editing could not be found.',
147 26 => 'Validate Links',
149 28 => 'Edit category',
150 29 => 'Enter or edit the details below.',
157 40 => 'Edit this category',
158 41 => 'Create child category',
159 42 => 'Delete this category',
160 43 => 'Site categories',
161 44 => 'Add child',
162 46 => 'User %s tried to delete a category to which they do not have access rights',
163 50 => 'List categories',
165 52 => 'New category',
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'
178 $LANG_LINKS_STATUS = array(
180 101 => 'Switching Protocols',
184 203 => 'Non-Authoritative Information',
186 205 => 'Reset Content',
187 206 => 'Partial Content',
188 300 => 'Multiple Choices',
189 301 => 'Moved Permanently',
192 304 => 'Not Modified',
194 307 => 'Temporary Redirect',
195 400 => 'Bad Request',
196 401 => 'Unauthorized',
197 402 => 'Payment Required',
200 405 => 'Method Not Allowed',
201 406 => 'Not Acceptable',
202 407 => 'Proxy Authentication Required',
203 408 => 'Request Timeout',
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'
222 // Localization of the Admin Configuration UI
223 $LANG_configsections['links'] = array(
225 'title' => 'Links Configuration'
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'
247 $LANG_configsubgroups['links'] = array(
248 'sg_main' => 'Main Settings'
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'
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)