* make all strings of setup.c i18n'able that are worth it.
[citadel.git] / citadel / po / es.po
1 # citadel po-debconf translation to Spanish
2 # Copyright (C) 2009 Software in the Public Interest
3 # This file is distributed under the same license as the citadel package.
4 #
5 # Changes:
6 # - Initial translation
7 #       Shukoh <felix_os69@hotmail.com> , 2009
8 #
9 #
10 #  Traductores, si no conoce el formato PO, merece la pena leer la
11 #  documentación de gettext, especialmente las secciones dedicadas a este
12 #  formato, por ejemplo ejecutando:
13 #         info -n '(gettext)PO Files'
14 #         info -n '(gettext)Header Entry'
15 #
16 # Equipo de traducción al español, por favor lean antes de traducir
17 # los siguientes documentos:
18 #
19 # - El proyecto de traducción de Debian al español
20 #   http://www.debian.org/intl/spanish/coordinacion
21 #   especialmente las notas de traducción en
22 #   http://www.debian.org/intl/spanish/notas
23 #
24 # - La guía de traducción de po's de debconf:
25 #   /usr/share/doc/po-debconf/README-trans
26 #   o http://www.debian.org/intl/l10n/po-debconf/README-trans
27 #
28 msgid ""
29 msgstr ""
30 "Project-Id-Version: citadel-7.66-1\n"
31 "Report-Msgid-Bugs-To: \n"
32 "POT-Creation-Date: 2010-09-28 00:22+0200\n"
33 "PO-Revision-Date: 2009-11-24 16:09+0100\n"
34 "Last-Translator: Shuko <felix_os69@hotmail.com>\n"
35 "Language-Team: Debian Spanish <debian-l10n-spanish@lists.debian.org>\n"
36 "Language: \n"
37 "MIME-Version: 1.0\n"
38 "Content-Type: text/plain; charset=UTF-8\n"
39 "Content-Transfer-Encoding: 8bit\n"
40
41 #: ../utils/setup.c:119
42 #, fuzzy
43 msgid "Citadel Home Directory"
44 msgstr "Active Directory"
45
46 #: ../utils/setup.c:122
47 msgid ""
48 "Enter the full pathname of the directory in which the Citadel\n"
49 "installation you are creating or updating resides.  If you\n"
50 "specify a directory other than the default, you will need to\n"
51 "specify the -h flag to the server when you start it up.\n"
52 msgstr ""
53
54 #: ../utils/setup.c:128
55 msgid ""
56 "Enter the subdirectory name for an alternate installation of Citadel. To do "
57 "a default installation just leave it blank.If you specify a directory other "
58 "than the default, you will need to\n"
59 "specify the -h flag to the server when you start it up.\n"
60 "note that it may not have a leading /"
61 msgstr ""
62
63 #: ../utils/setup.c:135
64 msgid "Citadel administrator username:"
65 msgstr "Nombre de usuario del administrador de Citadel:"
66
67 #: ../utils/setup.c:137
68 msgid ""
69 "Please enter the name of the Citadel user account that should be granted "
70 "administrative privileges once created. If using internal authentication "
71 "this user account will be created if it does not exist. For external "
72 "authentication this user account has to exist."
73 msgstr ""
74 "Por favor, introduzca el nombre de la cuenta de usuario de Citadel a la que "
75 "se le deben conceder privilegios de administrador una vez creada. Si emplea "
76 "autenticación interna esta cuenta de usuario se creará, si aún no existe. "
77 "Para autenticación externa esta cuenta tiene que existir."
78
79 #: ../utils/setup.c:143
80 msgid "Administrator password:"
81 msgstr "Contraseña del administrador:"
82
83 #: ../utils/setup.c:145
84 msgid ""
85 "Enter a password for the system administrator. When setup\n"
86 "completes it will attempt to create the administrator user\n"
87 "and set the password specified here.\n"
88 msgstr ""
89
90 #: ../utils/setup.c:149
91 msgid "Citadel User ID:"
92 msgstr ""
93
94 #: ../utils/setup.c:151
95 msgid ""
96 "Citadel needs to run under its own user ID.  This would\n"
97 "typically be called \"citadel\", but if you are running Citadel\n"
98 "as a public BBS, you might also call it \"bbs\" or \"guest\".\n"
99 "The server will run under this user ID.  Please specify that\n"
100 "user ID here.  You may specify either a user name or a numeric\n"
101 "UID.\n"
102 msgstr ""
103
104 #: ../utils/setup.c:158
105 msgid "Listening address for the Citadel server:"
106 msgstr "Dirección de escucha para el servidor Citadel:"
107
108 #: ../utils/setup.c:160
109 msgid ""
110 "Please specify the IP address which the server should be listening to. You "
111 "can name a specific IPv4 or IPv6 address, or you can specify\n"
112 "'*' for 'any address', '::' for 'any IPv6 address', or '0.0.0.0'\n"
113 "for 'any IPv4 address'. If you leave this blank, Citadel will\n"
114 "listen on all addresses. This can usually be left to the default unless "
115 "multiple instances of Citadel are running on the same computer."
116 msgstr ""
117
118 #: ../utils/setup.c:168
119 #, fuzzy
120 msgid "Server port number:"
121 msgstr "Número del puerto de LDAP:"
122
123 #: ../utils/setup.c:170
124 msgid ""
125 "Specify the TCP port number on which your server will run.\n"
126 "Normally, this will be port 504, which is the official port\n"
127 "assigned by the IANA for Citadel servers.  You will only need\n"
128 "to specify a different port number if you run multiple instances\n"
129 "of Citadel on the same computer and there is something else\n"
130 "already using port 504.\n"
131 msgstr ""
132
133 #: ../utils/setup.c:177
134 msgid "Authentication method to use:"
135 msgstr "Método de autenticación a utilizar:"
136
137 #: ../utils/setup.c:179
138 #, fuzzy
139 msgid ""
140 "Please choose the user authentication mode. By default Citadel will use its "
141 "own internal user accounts database. If you choose Host, Citadel users will "
142 "have accounts on the host system, authenticated via /etc/passwd or a PAM "
143 "source. LDAP chooses an RFC 2307 compliant directory server, the last option "
144 "chooses the nonstandard MS Active Directory LDAP scheme.\n"
145 "Do not change this option unless you are sure it is required, since changing "
146 "back requires a full reinstall of Citadel.\n"
147 " 0. Self contained authentication\n"
148 " 1. Host system integrated authentication\n"
149 " 2. External LDAP - RFC 2307 compliant directory\n"
150 " 3. External LDAP - nonstandard MS Active Directory\n"
151 "\n"
152 "For help: http://www.citadel.org/doku.php/faq:installation:authmodes\n"
153 "\n"
154 "ANSWER \"0\" UNLESS YOU COMPLETELY UNDERSTAND THIS OPTION.\n"
155 msgstr ""
156 "Por favor, elija el método de autenticación del usuario. De forma "
157 "predeterminada, Citadel usará su propia base de datos de cuentas de usuario. "
158 "Si elije «Host», los usuarios de Citadel tendrán cuentas en el equipo "
159 "anfitrión «host» del sistema, autenticado a través de «/etc/psswd» o una "
160 "fuente de PAM. LDAP selecciona un servidor de directorios compatible con RFC "
161 "2307 y la última opción selecciona el esquema no estándar LDAP de MS Active "
162 "Directory."
163
164 #: ../utils/setup.c:197
165 msgid "LDAP host:"
166 msgstr "Equipo de LDAP:"
167
168 #: ../utils/setup.c:199
169 #, fuzzy
170 msgid "Please enter the host name or IP address of your LDAP server.\n"
171 msgstr ""
172 "Por favor, introduzca el nombre del equipo o la dirección IP de su servidor "
173 "LDAP."
174
175 #: ../utils/setup.c:201
176 msgid "LDAP port number:"
177 msgstr "Número del puerto de LDAP:"
178
179 #: ../utils/setup.c:203
180 #, fuzzy
181 msgid "Please enter the port number of the LDAP service (usually 389).\n"
182 msgstr ""
183 "Por favor, introduzca el número del puerto del servicio LDAP (generalmente "
184 "389)."
185
186 #: ../utils/setup.c:205
187 msgid "LDAP base DN:"
188 msgstr "DN base de LDAP:"
189
190 #: ../utils/setup.c:207
191 #, fuzzy
192 msgid ""
193 "Please enter the Base DN to search for authentication\n"
194 "(for example: dc=example,dc=com)\n"
195 msgstr ""
196 "Por favor, introduzca el DN base para buscar la autenticación (por ejemplo: "
197 "dc=ejemplo, dc=com)."
198
199 #: ../utils/setup.c:210
200 msgid "LDAP bind DN:"
201 msgstr "DN de enlace de LDAP:"
202
203 #: ../utils/setup.c:212
204 #, fuzzy
205 msgid ""
206 "Please enter the DN of an account to use for binding to the LDAP server for "
207 "performing queries. The account does not require any other privileges. If "
208 "your LDAP server allows anonymous queries, you can leave this blank.Please "
209 "enter the DN of an account to use for binding to the LDAP server\n"
210 "for performing queries.  The account does not require any other\n"
211 "privileges.  If your LDAP server allows anonymous queries, you can\n"
212 "leave this blank.\n"
213 msgstr ""
214 "Por favor, introduzca el DN de una cuenta para usarlo como enlace al "
215 "servidor LDAP para las consultas realizadas. La cuenta no requiere ningún "
216 "otro privilegio. Si el servidor LDAP permite las consultas anónimas, puede "
217 "dejar esta opción en blanco."
218
219 #: ../utils/setup.c:220
220 msgid "LDAP bind password:"
221 msgstr "Contraseña para el enlace de LDAP:"
222
223 #: ../utils/setup.c:222
224 #, fuzzy
225 msgid ""
226 "If you entered a Bind DN in the previous question, you must now enter\n"
227 "the password associated with that account.  Otherwise, you can leave this\n"
228 "blank.\n"
229 msgstr ""
230 "Si ha introducido un DN de enlace en la anterior pregunta, ahora debe "
231 "introducir la contraseña asociada con esa cuenta. Si no, puede dejar esta "
232 "opción en blanco."
233
234 #: ../utils/setup.c:299
235 msgid "Yes/No"
236 msgstr ""
237
238 #: ../utils/setup.c:300
239 msgid "Yes"
240 msgstr ""
241
242 #: ../utils/setup.c:300
243 msgid "No"
244 msgstr ""
245
246 #: ../utils/setup.c:346
247 msgid "Press return to continue..."
248 msgstr ""
249
250 #: ../utils/setup.c:364
251 msgid "Important Message"
252 msgstr ""
253
254 #: ../utils/setup.c:379
255 msgid "Error"
256 msgstr ""
257
258 #: ../utils/setup.c:459
259 msgid "Adding service entry..."
260 msgstr ""
261
262 #. Other errors might mean something really did go wrong.
263 #.
264 #: ../utils/setup.c:463 ../utils/setup.c:510 ../utils/setup.c:518
265 msgid "Cannot open"
266 msgstr ""
267
268 #: ../utils/setup.c:569
269 msgid ""
270 "Citadel already appears to be configured to start at boot.\n"
271 "Would you like to keep your boot configuration as is?\n"
272 msgstr ""
273
274 #: ../utils/setup.c:577
275 msgid "Would you like to automatically start Citadel at boot?\n"
276 msgstr ""
277
278 #: ../utils/setup.c:583
279 msgid "Cannot create"
280 msgstr ""
281
282 #: ../utils/setup.c:682
283 #, c-format
284 msgid ""
285 "Setup can configure the \"xinetd\" service to automatically\n"
286 "connect incoming telnet sessions to Citadel, bypassing the\n"
287 "host system login: prompt.  Would you like to do this?\n"
288 msgstr ""
289
290 #: ../utils/setup.c:740
291 msgid "You appear to have the "
292 msgstr ""
293
294 #: ../utils/setup.c:742
295 msgid ""
296 " email program\n"
297 "running on your system.  If you want Citadel mail\n"
298 "connected with "
299 msgstr ""
300
301 #: ../utils/setup.c:746
302 msgid ""
303 " you will have to manually integrate\n"
304 "them.  It is preferable to disable "
305 msgstr ""
306
307 #: ../utils/setup.c:749
308 msgid ""
309 ", and use Citadel's\n"
310 "SMTP, POP3, and IMAP services.\n"
311 "\n"
312 "May we disable "
313 msgstr ""
314
315 #: ../utils/setup.c:753
316 msgid ""
317 "so that Citadel has access to ports\n"
318 "25, 110, and 143?\n"
319 msgstr ""
320
321 #: ../utils/setup.c:863
322 msgid "This is currently set to:"
323 msgstr ""
324
325 #: ../utils/setup.c:864
326 msgid "Enter new value or press return to leave unchanged:"
327 msgstr ""
328
329 #: ../utils/setup.c:1067 ../utils/setup.c:1072 ../utils/setup.c:1384
330 msgid "setup: cannot open"
331 msgstr ""
332
333 #: ../utils/setup.c:1175
334 #, c-format
335 msgid ""
336 "\n"
337 "/etc/nsswitch.conf is configured to use the 'db' module for\n"
338 "one or more services.  This is not necessary on most systems,\n"
339 "and it is known to crash the Citadel server when delivering\n"
340 "mail to the Internet.\n"
341 "\n"
342 "Do you want this module to be automatically disabled?\n"
343 "\n"
344 msgstr ""
345
346 #: ../utils/setup.c:1236 ../utils/setup.c:1252
347 msgid "Setup finished"
348 msgstr ""
349
350 #: ../utils/setup.c:1237
351 msgid ""
352 "Setup of the Citadel server is complete.\n"
353 "If you will be using WebCit, please run its\n"
354 "setup program now; otherwise, run './citadel'\n"
355 "to log in.\n"
356 msgstr ""
357
358 #: ../utils/setup.c:1243
359 msgid "Setup failed"
360 msgstr ""
361
362 #: ../utils/setup.c:1244
363 msgid ""
364 "Setup is finished, but the Citadel server failed to start.\n"
365 "Go back and check your configuration.\n"
366 msgstr ""
367
368 #: ../utils/setup.c:1253
369 msgid "Setup is finished.  You may now start the server."
370 msgstr ""
371
372 #: ../utils/setup.c:1279
373 msgid "My System"
374 msgstr ""
375
376 #: ../utils/setup.c:1282
377 msgid "US 800 555 1212"
378 msgstr ""
379
380 #: ../utils/setup.c:1368 ../utils/setup.c:1373
381 msgid "setup: cannot append"
382 msgstr ""
383
384 #: ../utils/setup.c:1450 ../utils/setup.c:1457 ../utils/setup.c:1472
385 #: ../utils/setup.c:1512
386 msgid "Citadel Setup"
387 msgstr ""
388
389 #: ../utils/setup.c:1459
390 msgid "The directory you specified does not exist"
391 msgstr ""
392
393 #: ../utils/setup.c:1473
394 msgid ""
395 "The Citadel service is still running.\n"
396 "Please stop the service manually and run setup again."
397 msgstr ""
398
399 #: ../utils/setup.c:1485
400 #, fuzzy
401 msgid "Citadel setup program"
402 msgstr "Active Directory"
403
404 #: ../utils/setup.c:1513
405 msgid "This Citadel installation is too old to be upgraded."
406 msgstr ""
407
408 #: ../utils/setup.c:1552 ../utils/setup.c:1554 ../utils/setup.c:1556
409 msgid "Setting file permissions"
410 msgstr ""
411
412 #~ msgid ""
413 #~ "Please specify the IP address which the server should be listening to. If "
414 #~ "you specify 0.0.0.0, the server will listen on all addresses."
415 #~ msgstr ""
416 #~ "Por favor, indique la dirección IP en la que el servidor debería estar "
417 #~ "escuchando. Si indica la 0.0.0.0, el servidor escuchará en todas las "
418 #~ "direcciones."
419
420 #~ msgid ""
421 #~ "This can usually be left to the default unless multiple instances of "
422 #~ "Citadel are running on the same computer."
423 #~ msgstr ""
424 #~ "Normalmente se puede dejar el valor predeterminado, a no ser que tenga "
425 #~ "varias instancias de Citadel ejecutándose en el mismo equipo."
426
427 #~ msgid "Internal"
428 #~ msgstr "Interna"
429
430 #~ msgid "Host"
431 #~ msgstr "Host"
432
433 #~ msgid "LDAP"
434 #~ msgstr "LDAP"
435
436 #~ msgid ""
437 #~ "Do not change this option unless you are sure it is required, since "
438 #~ "changing back requires a full reinstall of Citadel."
439 #~ msgstr ""
440 #~ "No cambie esta opción a no ser que esté seguro de que es necesario, ya "
441 #~ "que si lo cambia se deberá reinstalar completamente Citadel para volver "
442 #~ "al estado anterior."
443
444 #~ msgid ""
445 #~ "While not mandatory, it is highly recommended that you set a password for "
446 #~ "the administrator user."
447 #~ msgstr ""
448 #~ "A pesar de que no es obligatorio, es bastante recomendable establecer una "
449 #~ "contraseña para el administrador."
450
451 #~ msgid "Internal, Host, LDAP, Active Directory"
452 #~ msgstr "Interna, Host, LDAP, Active Directory"