Skip to content

Traducido archivo library/grp #858 #969

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 2 commits into from
Oct 6, 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
Apply suggestions from code review
Co-authored-by: Cristián Maureira-Fredes <cmaureir@users.noreply.github.com>
  • Loading branch information
ana-med and cmaureir authored Oct 6, 2020
commit d9ecd247afd66df6d67732b7fb9acdb7b83a17c6
6 changes: 3 additions & 3 deletions library/grp.po
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ msgid ""
"Return the group database entry for the given numeric group ID. :exc:"
"`KeyError` is raised if the entry asked for cannot be found."
msgstr ""
"Devuelve la entrada de la base de datos del grupo para el ID de grupo "
"Retorna la entrada de la base de datos del grupo para el ID de grupo "
"numérico dado. Se genera :exc:`KeyError` si no se puede encontrar la entrada "
"solicitada."

Expand All @@ -146,14 +146,14 @@ msgid ""
"Return the group database entry for the given group name. :exc:`KeyError` is "
"raised if the entry asked for cannot be found."
msgstr ""
"Devuelve la entrada de la base de datos del grupo para el nombre de grupo "
"Retorna la entrada de la base de datos del grupo para el nombre de grupo "
"dado. Se genera :exc:`KeyError` si no se puede encontrar la entrada "
"solicitada."

#: ../Doc/library/grp.rst:58
msgid "Return a list of all available group entries, in arbitrary order."
msgstr ""
"Devuelve una lista de todas las entradas de grupo disponibles, en orden "
"Retorna una lista de todas las entradas de grupo disponibles, en orden "
"arbitrario."

#: ../Doc/library/grp.rst:64
Expand Down