Skip to content

Traduccion library getopt #540

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 4 commits into from
Jul 25, 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
sin opción -> no-opcionales library/getopt
  • Loading branch information
cmaureir committed Jul 25, 2020
commit ada31112942f2b892a9a2755be43840b309cdf6d
10 changes: 5 additions & 5 deletions library/getopt.po
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,9 @@ msgid ""
"arguments are considered also non-options. This is similar to the way non-"
"GNU Unix systems work."
msgstr ""
"A diferencia de GNU :c:func:`getopt`, después de un argumento sin opción, "
"todos los argumentos adicionales se consideran también sin opciones. Esto es "
"similar a la forma en que funcionan los sistemas Unix que no son GNU."
"A diferencia de GNU :c:func:`getopt`, después de un argumento no-opcional, "
"todos los argumentos adicionales se consideran también no-opcionales. Esto "
"es similar a la forma en que funcionan los sistemas Unix que no son GNU."

#: ../Doc/library/getopt.rst:44
msgid ""
Expand Down Expand Up @@ -146,8 +146,8 @@ msgstr ""
"Esta función funciona como :func:`getopt`, excepto que el modo de escaneo "
"estilo GNU se usa por defecto. Esto significa que los argumentos opcionales "
"y no opcionales pueden estar mezclados. La función :func:`getopt` detiene el "
"procesamiento de opciones tan pronto como se encuentra un argumento sin "
"opción."
"procesamiento de opciones tan pronto como se encuentra un argumento no-"
"opcionales."

#: ../Doc/library/getopt.rst:73
msgid ""
Expand Down