Skip to content

Traducción shutil.po #524

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 19 commits into from
Jul 5, 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
correct translation of lines 1013, 1018 and 1022
  • Loading branch information
silvinabt87 authored and humitos committed Jul 5, 2020
commit e2b8638b8724407936ec561a3866f918c1b31867
6 changes: 3 additions & 3 deletions library/shutil.po
Original file line number Diff line number Diff line change
Expand Up @@ -1010,16 +1010,16 @@ msgstr ""
#: ../Doc/library/shutil.rst:606 ../Doc/library/shutil.rst:689
msgid "*gztar*: gzip'ed tar-file (if the :mod:`zlib` module is available)."
msgstr ""
"Archivo tar *gztar*: gzip'ed (si el módulo :mod:`zlib` está disponible)."
""*gztar*: archivo tar comprimido con gzip (si el módulo :mod:`zlib` está disponible)."

#: ../Doc/library/shutil.rst:607 ../Doc/library/shutil.rst:690
msgid "*bztar*: bzip2'ed tar-file (if the :mod:`bz2` module is available)."
msgstr ""
"Archivo tar *bztar*: bzip2'ed (si el módulo :mod:`bz2` está disponible)."
"*bztar*: archivo tar comprimido con bzip2 (si el módulo :mod:`bz2` está disponible)."

#: ../Doc/library/shutil.rst:608 ../Doc/library/shutil.rst:691
msgid "*xztar*: xz'ed tar-file (if the :mod:`lzma` module is available)."
msgstr "Archivo tar *xztar*: xz'ed (si el módulo :mod:`lzma` está disponible)."
msgstr "*xztar*: archivo tar comprimido con xz (si el módulo :mod:`lzma` está disponible)."

#: ../Doc/library/shutil.rst:610
msgid ""
Expand Down