@@ -26,12 +26,10 @@ msgstr ""
26
26
27
27
#: ../Doc/library/imghdr.rst:2
28
28
msgid ":mod:`imghdr` --- Determine the type of an image"
29
- msgstr ""
30
29
msgstr ":mod:'imghdr' --- Determinar el tipo de imagen"
31
30
32
31
#: ../Doc/library/imghdr.rst:7
33
32
msgid "**Source code:** :source:`Lib/imghdr.py`"
34
- msgstr ""
35
33
msgstr "**Código fuente:** :source:'Lib/imghdr.py'"
36
34
37
35
#: ../Doc/library/imghdr.rst:11
@@ -44,7 +42,6 @@ msgstr ""
44
42
45
43
#: ../Doc/library/imghdr.rst:14
46
44
msgid "The :mod:`imghdr` module defines the following function:"
47
- msgstr ""
48
45
msgstr "El módulo :mod:'imghdr' define la siguiente función:"
49
46
50
47
#: ../Doc/library/imghdr.rst:19
@@ -60,7 +57,6 @@ msgstr ""
60
57
61
58
#: ../Doc/library/imghdr.rst:23
62
59
msgid "Accepts a :term:`path-like object`."
63
- msgstr ""
64
60
msgstr "Acepta un :term:`path-like object`."
65
61
66
62
#: ../Doc/library/imghdr.rst:26
@@ -73,147 +69,118 @@ msgstr ""
73
69
74
70
#: ../Doc/library/imghdr.rst:30
75
71
msgid "Value"
76
- msgstr ""
77
72
msgstr "Valor"
78
73
79
74
#: ../Doc/library/imghdr.rst:30
80
75
msgid "Image format"
81
- msgstr ""
82
76
msgstr "Formato de imagen"
83
77
84
78
#: ../Doc/library/imghdr.rst:32
85
79
msgid "``'rgb'``"
86
- msgstr ""
87
80
msgstr "``'rgb'``"
88
81
89
82
#: ../Doc/library/imghdr.rst:32
90
83
msgid "SGI ImgLib Files"
91
- msgstr ""
92
84
msgstr "Archivos SGI ImgLib"
93
85
94
86
#: ../Doc/library/imghdr.rst:34
95
87
msgid "``'gif'``"
96
- msgstr ""
97
88
msgstr "``'gif'``"
98
89
99
90
#: ../Doc/library/imghdr.rst:34
100
91
msgid "GIF 87a and 89a Files"
101
- msgstr ""
102
92
msgstr "Archivos GIF 87a y 89a"
103
93
104
94
#: ../Doc/library/imghdr.rst:36
105
95
msgid "``'pbm'``"
106
- msgstr ""
107
96
msgstr "``'pbm'``"
108
97
109
98
#: ../Doc/library/imghdr.rst:36
110
99
msgid "Portable Bitmap Files"
111
- msgstr ""
112
100
msgstr "Archivos Portable Bitmap"
113
101
114
102
#: ../Doc/library/imghdr.rst:38
115
103
msgid "``'pgm'``"
116
- msgstr ""
117
104
msgstr "``'pgm'``"
118
105
119
106
#: ../Doc/library/imghdr.rst:38
120
107
msgid "Portable Graymap Files"
121
- msgstr ""
122
108
msgstr "Archivos Portable Graymap"
123
109
124
110
#: ../Doc/library/imghdr.rst:40
125
111
msgid "``'ppm'``"
126
- msgstr ""
127
112
msgstr "``'ppm'``"
128
113
129
114
#: ../Doc/library/imghdr.rst:40
130
115
msgid "Portable Pixmap Files"
131
- msgstr ""
132
116
msgstr "Archivos Portable Pixmap"
133
117
134
118
#: ../Doc/library/imghdr.rst:42
135
119
msgid "``'tiff'``"
136
- msgstr ""
137
120
msgstr "``'tiff'``"
138
121
139
122
#: ../Doc/library/imghdr.rst:42
140
123
msgid "TIFF Files"
141
- msgstr ""
142
124
msgstr "Archivos TIFF"
143
125
144
126
#: ../Doc/library/imghdr.rst:44
145
127
msgid "``'rast'``"
146
- msgstr ""
147
128
msgstr "``'rast'``"
148
129
149
130
#: ../Doc/library/imghdr.rst:44
150
131
msgid "Sun Raster Files"
151
- msgstr ""
152
132
msgstr "Archivos Sun Raster"
153
133
154
134
#: ../Doc/library/imghdr.rst:46
155
135
msgid "``'xbm'``"
156
- msgstr ""
157
136
msgstr "``'xbm'``"
158
137
159
138
#: ../Doc/library/imghdr.rst:46
160
139
msgid "X Bitmap Files"
161
- msgstr ""
162
140
msgstr "Archivos X Bitmap"
163
141
164
142
#: ../Doc/library/imghdr.rst:48
165
143
msgid "``'jpeg'``"
166
- msgstr ""
167
144
msgstr "``'jpeg'``"
168
145
169
146
#: ../Doc/library/imghdr.rst:48
170
147
msgid "JPEG data in JFIF or Exif formats"
171
- msgstr ""
172
148
msgstr "Datos JPEG en formatos JFIF o Exif"
173
149
174
150
#: ../Doc/library/imghdr.rst:50
175
151
msgid "``'bmp'``"
176
- msgstr ""
177
152
msgstr "``'bmp'``"
178
153
179
154
#: ../Doc/library/imghdr.rst:50
180
155
msgid "BMP files"
181
- msgstr ""
182
156
msgstr "Archivos BMP"
183
157
184
158
#: ../Doc/library/imghdr.rst:52
185
159
msgid "``'png'``"
186
- msgstr ""
187
160
msgstr "``'png'``"
188
161
189
162
#: ../Doc/library/imghdr.rst:52
190
163
msgid "Portable Network Graphics"
191
- msgstr ""
192
164
msgstr "Portable Network Graphics"
193
165
194
166
#: ../Doc/library/imghdr.rst:54
195
167
msgid "``'webp'``"
196
- msgstr ""
197
168
msgstr "``'webp'``"
198
169
199
170
#: ../Doc/library/imghdr.rst:54
200
171
msgid "WebP files"
201
- msgstr ""
202
172
msgstr "Archivos WebP"
203
173
204
174
#: ../Doc/library/imghdr.rst:56
205
175
msgid "``'exr'``"
206
- msgstr ""
207
176
msgstr "``'exr'``"
208
177
209
178
#: ../Doc/library/imghdr.rst:56
210
179
msgid "OpenEXR Files"
211
- msgstr ""
212
180
msgstr "Archivos OpenEXR"
213
181
214
182
#: ../Doc/library/imghdr.rst:59
215
183
msgid "The *exr* and *webp* formats were added."
216
- msgstr ""
217
184
msgstr "Se añadieron los formatos *exr* y *webp*."
218
185
219
186
#: ../Doc/library/imghdr.rst:63
@@ -246,5 +213,4 @@ msgstr ""
246
213
247
214
#: ../Doc/library/imghdr.rst:76
248
215
msgid "Example::"
249
- msgstr ""
250
216
msgstr "Ejemplo::"
0 commit comments