[ Web Proxy ]
URL:
Viewing: https://raw.githubusercontent.com/sofide/python-docs-es/fix_create_issue_script/using/unix.po [Back]  [Original]

# Copyright (C) 2001-2020, Python Software Foundation
# This file is distributed under the same license as the Python package.
# Maintained by the python-doc-es workteam.
# docs-es@python.org /
# https://mail.python.org/mailman3/lists/docs-es.python.org/
# Check https://github.com/python/python-docs-es/blob/3.8/TRANSLATORS to
# get the list of volunteers
#
msgid ""
msgstr ""
"Project-Id-Version: Python 3.8\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-10-12 19:43+0200\n"
"PO-Revision-Date: 2020-10-05 20:17+0200\n"
"Last-Translator: \n"
"Language: es_ES\n"
"Language-Team: python-doc-es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.13.0\n"

#: ../Doc/using/unix.rst:7
msgid "Using Python on Unix platforms"
msgstr "Uso de Python en plataformas Unix"

#: ../Doc/using/unix.rst:13
msgid "Getting and installing the latest version of Python"
msgstr "Obteniendo e instalando la ltima versin de Python"

#: ../Doc/using/unix.rst:16
msgid "On Linux"
msgstr "En Linux"

#: ../Doc/using/unix.rst:18
msgid ""
"Python comes preinstalled on most Linux distributions, and is available as a "
"package on all others.  However there are certain features you might want to "
"use that are not available on your distro's package.  You can easily compile "
"the latest version of Python from source."
msgstr ""
"Python viene preinstalado en la mayora de distribuciones Linux, y tambin "
"est disponible como paquete en el resto. Sin embargo, hay determinadas "
"caractersticas que puede que quiera usar y no estn disponibles en tu "
"paquete de distribucin. Puedes compilar fcilmente la ltima versin de "
"Python de la fuente."

#: ../Doc/using/unix.rst:23
msgid ""
"In the event that Python doesn't come preinstalled and isn't in the "
"repositories as well, you can easily make packages for your own distro.  "
"Have a look at the following links:"
msgstr ""
"En caso de que Python no venga preinstalado y tampoco se encuentre en los "
"repositorios, puede crear fcilmente paquetes para su propia distribucin.  "
"Eche un vistazo a los siguientes enlaces:"

#: ../Doc/using/unix.rst:29
msgid "https://www.debian.org/doc/manuals/maint-guide/first.en.html"
msgstr "https://www.debian.org/doc/manuals/maint-guide/first.en.html"

#: ../Doc/using/unix.rst:30
msgid "for Debian users"
msgstr "para usuarios de Debian"

#: ../Doc/using/unix.rst:31
msgid "https://en.opensuse.org/Portal:Packaging"
msgstr "https://en.opensuse.org/Portal:Packaging"

#: ../Doc/using/unix.rst:32
msgid "for OpenSuse users"
msgstr "para los usuarios de OpenSuse"

#: ../Doc/using/unix.rst:33
msgid ""
"https://docs.fedoraproject.org/en-US/package-maintainers/"
"Packaging_Tutorial_GNU_Hello/"
msgstr ""
"https://docs.fedoraproject.org/en-US/package-maintainers/"
"Packaging_Tutorial_GNU_Hello/"

#: ../Doc/using/unix.rst:34
msgid "for Fedora users"
msgstr "para los usuarios de Fedora"

#: ../Doc/using/unix.rst:35
msgid "https://slackbook.org/html/package-management-making-packages.html"
msgstr "https://slackbook.org/html/package-management-making-packages.html"

#: ../Doc/using/unix.rst:36
msgid "for Slackware users"
msgstr "para los usuarios de Slackware"

#: ../Doc/using/unix.rst:40
msgid "On FreeBSD and OpenBSD"
msgstr "En FreeBSD y OpenBSD"

#: ../Doc/using/unix.rst:42
msgid "FreeBSD users, to add the package use::"
msgstr "Usuarios FreeBSD, para aadir al paquete use::"

#: ../Doc/using/unix.rst:46
msgid "OpenBSD users, to add the package use::"
msgstr "Usuarios OpenBSD, para aadir al paquete use::"

#: ../Doc/using/unix.rst:52
msgid "For example i386 users get the 2.5.1 version of Python using::"
msgstr ""
"Por ejemplo, los usuarios de i386 obtienen la versin 2.5.1 de Python "
"usando::"

#: ../Doc/using/unix.rst:60
msgid "Building Python"
msgstr "Construyendo Python"

#: ../Doc/using/unix.rst:62
msgid ""
"If you want to compile CPython yourself, first thing you should do is get "
"the `source `_. You can download "
"either the latest release's source or just grab a fresh `clone `_.  (If you want to "
"contribute patches, you will need a clone.)"
msgstr ""
"Si desea compilar CPython por s mismo, lo primero que debera hacer es "
"obtener la `fuente `_. Puede "
"descargar la fuente de la ltima versin o simplemente conseguir un nuevo "
"`clon `_. (Si desea "
"contribuir con parches, necesitar un clon.)"

#: ../Doc/using/unix.rst:68
msgid "The build process consists of the usual commands::"
msgstr "El proceso de construccin consta de los comandos habituales::"

#: ../Doc/using/unix.rst:74
msgid ""
":ref:`Configuration options ` and caveats for specific "
"Unix platforms are extensively documented in the :source:`README.rst` file "
"in the root of the Python source tree."
msgstr ""
":ref:`Opciones de configuracin ` y las advertencias para "
"plataformas Unix especficas estn ampliamente documentadas en el archivo :"
"source:`README.rst` en la raz del rbol de fuentes de Python."

#: ../Doc/using/unix.rst:80
msgid ""
"``make install`` can overwrite or masquerade the :file:`python3` binary. "
"``make altinstall`` is therefore recommended instead of ``make install`` "
"since it only installs :file:`{exec_prefix}/bin/python{version}`."
msgstr ""
"``make install`` puede sobreescribir o enmascarar el binario :file:"
"`python3`. Por lo tanto se recomienda ``make altinstall`` en lugar de ``make "
"install`` debido a que slo instala :file:`{exec_prefix}/bin/python{version}"
"`."

#: ../Doc/using/unix.rst:86
msgid "Python-related paths and files"
msgstr "Rutas y archivos relacionados con Python"

#: ../Doc/using/unix.rst:88
msgid ""
"These are subject to difference depending on local installation "
"conventions; :option:`prefix ` and :option:`exec_prefix ` are installation-dependent and should be interpreted as for GNU "
"software; they may be the same."
msgstr ""
"Estos estn sujetos a diferencias segn las convenciones de instalacin "
"locales; :option:`prefix ` y :option:`exec_prefix ` "
"son dependientes de la instalacin y deben interpretarse como en el software "
"GNU; pueden ser iguales."

#: ../Doc/using/unix.rst:93
msgid ""
"For example, on most Linux systems, the default for both is :file:`/usr`."
msgstr ""
"Por ejemplo, en la mayora de los sistemas Linux, el valor predeterminado "
"para ambos es :file:`/usr`."

#: ../Doc/using/unix.rst:96
msgid "File/directory"
msgstr "Archivo/directorio"

#: ../Doc/using/unix.rst:96
msgid "Meaning"
msgstr "Significado"

#: ../Doc/using/unix.rst:98
msgid ":file:`{exec_prefix}/bin/python3`"
msgstr ":file:`{exec_prefix}/bin/python3`"

#: ../Doc/using/unix.rst:98
msgid "Recommended location of the interpreter."
msgstr "Ubicacin recomendada del intrprete."

#: ../Doc/using/unix.rst:100
msgid ""
":file:`{prefix}/lib/python{version}`, :file:`{exec_prefix}/lib/"
"python{version}`"
msgstr ""
":file:`{prefix}/lib/python{version}`, :file:`{exec_prefix}/lib/"
"python{version}`"

#: ../Doc/using/unix.rst:100
msgid ""
"Recommended locations of the directories containing the standard modules."
msgstr ""
"Ubicaciones recomendadas de los directorios que contienen los mdulos "
"estndar."

#: ../Doc/using/unix.rst:103
msgid ""
":file:`{prefix}/include/python{version}`, :file:`{exec_prefix}/include/"
"python{version}`"
msgstr ""
":file:`{prefix}/include/python{version}`, :file:`{exec_prefix}/include/"
"python{version}`"

#: ../Doc/using/unix.rst:103
msgid ""
"Recommended locations of the directories containing the include files needed "
"for developing Python extensions and embedding the interpreter."
msgstr ""
"Ubicaciones recomendadas de los directorios que contienen los archivos de "
"inclusin necesarios para desarrollar extensiones de Python e incrustar el "
"intrprete."

#: ../Doc/using/unix.rst:111
msgid "Miscellaneous"
msgstr "Miscelnea"

#: ../Doc/using/unix.rst:113
msgid ""
"To easily use Python scripts on Unix, you need to make them executable, e.g. "
"with"
msgstr ""
"Para usar fcilmente los scripts de Python en Unix, debe hacerlos "
"ejecutables, p. ej. con"

#: ../Doc/using/unix.rst:120
msgid ""
"and put an appropriate Shebang line at the top of the script.  A good choice "
"is usually ::"
msgstr ""
"y coloque una lnea *Shebang* adecuada en la parte superior del script. Una "
"buena opcin es usualmente ::"

#: ../Doc/using/unix.rst:125
msgid ""
"which searches for the Python interpreter in the whole :envvar:`PATH`.  "
"However, some Unices may not have the :program:`env` command, so you may "
"need to hardcode ``/usr/bin/python3`` as the interpreter path."
msgstr ""
"que busca el intrprete de Python en el conjunto :envvar:`PATH`. Sin "
"embargo, algunos Unices puede que no tengan el comando :program:`env`, por "
"lo que es posible que deba codificar ``/usr/bin/python3`` como la ruta "
"intrprete."

#: ../Doc/using/unix.rst:129
msgid ""
"To use shell commands in your Python scripts, look at the :mod:`subprocess` "
"module."
msgstr ""
"Para usar comandos de shell en sus scripts de Python, mire el mdulo :mod:"
"`subprocess`."

#: ../Doc/using/unix.rst:134
msgid "Custom OpenSSL"
msgstr "OpenSSL personalizado"

#: ../Doc/using/unix.rst:136
msgid ""
"To use your vendor's OpenSSL configuration and system trust store, locate "
"the directory with ``openssl.cnf`` file or symlink in ``/etc``. On most "
"distribution the file is either in ``/etc/ssl`` or ``/etc/pki/tls``. The "
"directory should also contain a ``cert.pem`` file and/or a ``certs`` "
"directory."
msgstr ""
"Para utilizar la configuracin de OpenSSL de su proveedor y el almacn de "
"confianza del sistema, busque el directorio con el archivo ``openssl.cnf`` o "
"el enlace simblico en ``/etc``. En la mayora de las distribuciones, el "
"archivo est en ``/etc/ssl`` o ``/etc/pki/tls``. El directorio tambin debe "
"contener un archivo ``cert.pem`` y / o un directorio ``certs``."

#: ../Doc/using/unix.rst:147
msgid ""
"Download, build, and install OpenSSL. Make sure you use ``install_sw`` and "
"not ``install``. The ``install_sw`` target does not override ``openssl.cnf``."
msgstr ""
"Descargue, compile e instale OpenSSL. Asegrese de utilizar ``install_sw`` y "
"no ``install``. El destino ``install_sw`` no anula ``openssl.cnf``."

#: ../Doc/using/unix.rst:165
msgid ""
"Build Python with custom OpenSSL (see the configure ``--with-openssl`` and "
"``--with-openssl-rpath`` options)"
msgstr ""
"Construir Python con OpenSSL personalizado (consulte las opciones configure "
"``--with-openssl`` y ``--with-openssl-rpath``)"

#: ../Doc/using/unix.rst:180
msgid ""
"Patch releases of OpenSSL have a backwards compatible ABI. You don't need to "
"recompile Python to update OpenSSL. It's sufficient to replace the custom "
"OpenSSL installation with a newer version."
msgstr ""
"Las versiones de parche de OpenSSL tienen una ABI compatible con versiones "
"anteriores. No es necesario volver a compilar Python para actualizar "
"OpenSSL. Es suficiente reemplazar la instalacin personalizada de OpenSSL "
"con una versin ms nueva."

#~ msgid ""
#~ "https://docs-old.fedoraproject.org/en-US/Fedora_Draft_Documentation/0.1/"
#~ "html/RPM_Guide/ch-creating-rpms.html"
#~ msgstr ""
#~ "https://docs-old.fedoraproject.org/en-US/Fedora_Draft_Documentation/0.1/"
#~ "html/RPM_Guide/ch-creating-rpms.html"

#~ msgid "On OpenSolaris"
#~ msgstr "En OpenSolaris"

#~ msgid ""
#~ "You can get Python from `OpenCSW `_.  Various "
#~ "versions of Python are available and can be installed with e.g. ``pkgutil "
#~ "-i python27``."
#~ msgstr ""
#~ "Puede obtener Python de `OpenCSW `_. Varias "
#~ "versiones de Python estn disponibles y pueden ser instaladas, por "
#~ "ejemplo: ``pkgutil -i python27``."

Web Proxy Viewer  |  New URL  |  Original Page