Fix type checking of string types.
[pykickstart.git] / po / es.po
blob58196b9c77bcabdee8e5b12554d91946830526af
1 # translation of es.po to Spanish
2 # This file is distributed under the same license as the PACKAGE package.
3 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER.
4 # Manuel Ospina <mospina@redhat.com>, 2006.
6 msgid ""
7 msgstr ""
8 "Project-Id-Version: es\n"
9 "Report-Msgid-Bugs-To: \n"
10 "POT-Creation-Date: 2007-08-02 16:08-0400\n"
11 "PO-Revision-Date: 2007-08-04 23:32-0300\n"
12 "Last-Translator: Domingo Becker <domingobecker@gmail.com>\n"
13 "Language-Team: Spanish <en@li.org>\n"
14 "MIME-Version: 1.0\n"
15 "Content-Type: text/plain; charset=UTF-8\n"
16 "Content-Transfer-Encoding: 8bit\n"
17 "X-Generator: KBabel 1.9.1\n"
19 #: ../pykickstart/base.py:140
20 #, python-format
21 msgid "Ignoring deprecated command on line %(lineno)s:  The %(cmd)s command has been deprecated and no longer has any effect.  It may be removed from future releases, which will result in a fatal error from kickstart.  Please modify your kickstart file to remove this command."
22 msgstr "Se ignora comando descartado en línea %(lineno)s: El comando %(cmd)s fue descartado y ya no produce efecto. Puede ser eliminado de versiones futuras, lo que resultará en un error fatal desde el archivo de respuestas (kickstart). Por favor, modifique su archivo de respuestas (kickstart) y elimine este comando."
24 #: ../pykickstart/base.py:308
25 #, python-format
26 msgid "Unknown command: %s"
27 msgstr "Comando desconocido: %s"
29 #: ../pykickstart/errors.py:43
30 #, python-format
31 msgid ""
32 "The following problem occurred on line %(lineno)s of the kickstart file:\n"
33 "\n"
34 "%(msg)s\n"
35 msgstr ""
36 "El siguiente problema ocurrió en la línea %(lineno)s del archivo de respuestas (kickstart):\n"
37 "\n"
38 "%(msg)s\n"
40 #: ../pykickstart/errors.py:45
41 #, python-format
42 msgid "There was a problem reading from line %s of the kickstart file"
43 msgstr "Hubo un problema al leer la línea %s del archivo de respuestas (kickstart)"
45 #: ../pykickstart/options.py:77
46 #, python-format
47 msgid "Option %s is required"
48 msgstr "Se requiere la opción %s"
50 #: ../pykickstart/options.py:80
51 #, python-format
52 msgid "The option %(option)s was introduced in version %(intro)s, but you are using kickstart syntax version %(version)s"
53 msgstr "La opción %(option)s fue introducida en la versión %(intro)s, y usted está usando la sintaxis del kickstart versión %(version)s"
55 #: ../pykickstart/options.py:83
56 #, python-format
57 msgid "Ignoring deprecated option on line %(lineno)s:  The %(option)s option has been deprecated and no longer has any effect.  It may be removed from future releases, which will result in a fatal error from kickstart.  Please modify your kickstart file to remove this option."
58 msgstr "Se ignora opción obsoleta en línea %(lineno)s: la opción %(option)s ha sido descartada y ya no tiene efecto. Puede ser borrada de versiones futuras, lo que resultará en un error fatal desde el archivo de respuestas (kickstart). Por favor, modifique su archivo de respuestas (kickstart) y elimine esta opción."
60 #: ../pykickstart/options.py:86
61 #, python-format
62 msgid "The option %(option)s was removed in version %(removed)s, but you are using kickstart syntax version %(version)s"
63 msgstr "La opción %(option)s fue eliminada en la versión %(removed)s, y usted está usando la sintaxis del kickstart versión %(version)s"
65 #: ../pykickstart/options.py:139
66 msgid "Required flag set for option that doesn't take a value"
67 msgstr "Se requiere poner una bandera para una opción que no toma un valor"
69 #: ../pykickstart/options.py:148
70 #, python-format
71 msgid "Option %(opt)s: invalid boolean value: %(value)r"
72 msgstr "Opción %(opt)s: valor booleano inválido: %(value)r"
74 #: ../pykickstart/parser.py:85
75 #, python-format
76 msgid "Illegal url for %%ksappend: %s"
77 msgstr "URL ilegal para %%ksappend: %s"
79 #: ../pykickstart/parser.py:90
80 #, python-format
81 msgid "Unable to open %%ksappend file: "
82 msgstr "No se pudo abrir el archivo %%ksappend:"
84 #: ../pykickstart/parser.py:96
85 #: ../pykickstart/parser.py:98
86 #, python-format
87 msgid "Unable to open %%ksappend file"
88 msgstr "No se pudo abrir el archivo %%ksappend"
90 #: ../pykickstart/parser.py:278
91 msgid "Group cannot specify both --nodefaults and --optional"
92 msgstr "El grupo no puede especificar --nodefaults y --optional a la vez."
94 #. If nothing else worked, we're out of options.
95 #: ../pykickstart/version.py:80
96 #: ../pykickstart/version.py:89
97 #: ../pykickstart/version.py:92
98 #: ../pykickstart/version.py:103
99 #: ../pykickstart/version.py:143
100 #, python-format
101 msgid "Unsupported version specified: %s"
102 msgstr "Se especificó una versión no soportada: %s"
104 #: ../validator/ksvalidator:45
105 msgid "halt after the first error or warning"
106 msgstr "parar después del primer error o advertencia"
108 #: ../validator/ksvalidator:48
109 #, python-format
110 msgid "parse include files when %include is seen"
111 msgstr "examinar archivos include cuando se vea %include"
113 #: ../validator/ksvalidator:50
114 msgid "version of kickstart syntax to validate against"
115 msgstr "versión de la sintaxis de kickstart con la cual validar"
117 #: ../validator/ksvalidator:64
118 #, python-format
119 msgid "The version %s is not supported by pykickstart"
120 msgstr "La versión %s no es soportada por pykickstart"
122 #: ../validator/ksvalidator:77
123 #, python-format
124 msgid ""
125 "File uses a deprecated option or command.\n"
126 "%s"
127 msgstr ""
128 "El archivo está usando una opción o comando obsoleto.\n"
129 "%s"
131 #: ../validator/ksvalidator:83
132 msgid "General kickstart error in input file"
133 msgstr "Error general en el archivo de respuestas (kickstart) de entrada"
135 #: ../validator/ksvalidator:86
136 #, python-format
137 msgid "General error in input file:  %s"
138 msgstr "Error general en el archivo de entrada: %s"