Skip to content

Traducido library/imghdr #1013

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 10 commits into from
Oct 9, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Borrando entradas repetidas
  • Loading branch information
nea-glossa committed Oct 8, 2020
commit c29e5985057c9f45f0d4d8345c2b259adbbfb4d1
34 changes: 0 additions & 34 deletions library/imghdr.po
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,10 @@ msgstr ""

#: ../Doc/library/imghdr.rst:2
msgid ":mod:`imghdr` --- Determine the type of an image"
msgstr ""
msgstr ":mod:'imghdr' --- Determinar el tipo de imagen"

#: ../Doc/library/imghdr.rst:7
msgid "**Source code:** :source:`Lib/imghdr.py`"
msgstr ""
msgstr "**Código fuente:** :source:'Lib/imghdr.py'"

#: ../Doc/library/imghdr.rst:11
Expand All @@ -44,7 +42,6 @@ msgstr ""

#: ../Doc/library/imghdr.rst:14
msgid "The :mod:`imghdr` module defines the following function:"
msgstr ""
msgstr "El módulo :mod:'imghdr' define la siguiente función:"

#: ../Doc/library/imghdr.rst:19
Expand All @@ -60,7 +57,6 @@ msgstr ""

#: ../Doc/library/imghdr.rst:23
msgid "Accepts a :term:`path-like object`."
msgstr ""
msgstr "Acepta un :term:`path-like object`."

#: ../Doc/library/imghdr.rst:26
Expand All @@ -73,147 +69,118 @@ msgstr ""

#: ../Doc/library/imghdr.rst:30
msgid "Value"
msgstr ""
msgstr "Valor"

#: ../Doc/library/imghdr.rst:30
msgid "Image format"
msgstr ""
msgstr "Formato de imagen"

#: ../Doc/library/imghdr.rst:32
msgid "``'rgb'``"
msgstr ""
msgstr "``'rgb'``"

#: ../Doc/library/imghdr.rst:32
msgid "SGI ImgLib Files"
msgstr ""
msgstr "Archivos SGI ImgLib"

#: ../Doc/library/imghdr.rst:34
msgid "``'gif'``"
msgstr ""
msgstr "``'gif'``"

#: ../Doc/library/imghdr.rst:34
msgid "GIF 87a and 89a Files"
msgstr ""
msgstr "Archivos GIF 87a y 89a"

#: ../Doc/library/imghdr.rst:36
msgid "``'pbm'``"
msgstr ""
msgstr "``'pbm'``"

#: ../Doc/library/imghdr.rst:36
msgid "Portable Bitmap Files"
msgstr ""
msgstr "Archivos Portable Bitmap"

#: ../Doc/library/imghdr.rst:38
msgid "``'pgm'``"
msgstr ""
msgstr "``'pgm'``"

#: ../Doc/library/imghdr.rst:38
msgid "Portable Graymap Files"
msgstr ""
msgstr "Archivos Portable Graymap"

#: ../Doc/library/imghdr.rst:40
msgid "``'ppm'``"
msgstr ""
msgstr "``'ppm'``"

#: ../Doc/library/imghdr.rst:40
msgid "Portable Pixmap Files"
msgstr ""
msgstr "Archivos Portable Pixmap"

#: ../Doc/library/imghdr.rst:42
msgid "``'tiff'``"
msgstr ""
msgstr "``'tiff'``"

#: ../Doc/library/imghdr.rst:42
msgid "TIFF Files"
msgstr ""
msgstr "Archivos TIFF"

#: ../Doc/library/imghdr.rst:44
msgid "``'rast'``"
msgstr ""
msgstr "``'rast'``"

#: ../Doc/library/imghdr.rst:44
msgid "Sun Raster Files"
msgstr ""
msgstr "Archivos Sun Raster"

#: ../Doc/library/imghdr.rst:46
msgid "``'xbm'``"
msgstr ""
msgstr "``'xbm'``"

#: ../Doc/library/imghdr.rst:46
msgid "X Bitmap Files"
msgstr ""
msgstr "Archivos X Bitmap"

#: ../Doc/library/imghdr.rst:48
msgid "``'jpeg'``"
msgstr ""
msgstr "``'jpeg'``"

#: ../Doc/library/imghdr.rst:48
msgid "JPEG data in JFIF or Exif formats"
msgstr ""
msgstr "Datos JPEG en formatos JFIF o Exif"

#: ../Doc/library/imghdr.rst:50
msgid "``'bmp'``"
msgstr ""
msgstr "``'bmp'``"

#: ../Doc/library/imghdr.rst:50
msgid "BMP files"
msgstr ""
msgstr "Archivos BMP"

#: ../Doc/library/imghdr.rst:52
msgid "``'png'``"
msgstr ""
msgstr "``'png'``"

#: ../Doc/library/imghdr.rst:52
msgid "Portable Network Graphics"
msgstr ""
msgstr "Portable Network Graphics"

#: ../Doc/library/imghdr.rst:54
msgid "``'webp'``"
msgstr ""
msgstr "``'webp'``"

#: ../Doc/library/imghdr.rst:54
msgid "WebP files"
msgstr ""
msgstr "Archivos WebP"

#: ../Doc/library/imghdr.rst:56
msgid "``'exr'``"
msgstr ""
msgstr "``'exr'``"

#: ../Doc/library/imghdr.rst:56
msgid "OpenEXR Files"
msgstr ""
msgstr "Archivos OpenEXR"

#: ../Doc/library/imghdr.rst:59
msgid "The *exr* and *webp* formats were added."
msgstr ""
msgstr "Se añadieron los formatos *exr* y *webp*."

#: ../Doc/library/imghdr.rst:63
Expand Down Expand Up @@ -246,5 +213,4 @@ msgstr ""

#: ../Doc/library/imghdr.rst:76
msgid "Example::"
msgstr ""
msgstr "Ejemplo::"