1
0
Fork 0

3.6: Initial commit

This commit is contained in:
Julien Palard 2016-10-17 21:42:06 +02:00
commit d59e3ef0e0
20 changed files with 273445 additions and 0 deletions

74
about.po Normal file
View File

@ -0,0 +1,74 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2001-2016, Python Software Foundation
# This file is distributed under the same license as the Python package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: Python 3.6\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-10-17 21:44+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: ../Doc/about.rst:3
msgid "About these documents"
msgstr ""
#: ../Doc/about.rst:6
msgid ""
"These documents are generated from `reStructuredText`_ sources by `Sphinx`_, "
"a document processor specifically written for the Python documentation."
msgstr ""
#: ../Doc/about.rst:15
msgid ""
"Development of the documentation and its toolchain is an entirely volunteer "
"effort, just like Python itself. If you want to contribute, please take a "
"look at the :ref:`reporting-bugs` page for information on how to do so. New "
"volunteers are always welcome!"
msgstr ""
#: ../Doc/about.rst:20
msgid "Many thanks go to:"
msgstr ""
#: ../Doc/about.rst:22
msgid ""
"Fred L. Drake, Jr., the creator of the original Python documentation toolset "
"and writer of much of the content;"
msgstr ""
#: ../Doc/about.rst:24
msgid ""
"the `Docutils <http://docutils.sourceforge.net/>`_ project for creating "
"reStructuredText and the Docutils suite;"
msgstr ""
#: ../Doc/about.rst:26
msgid ""
"Fredrik Lundh for his `Alternative Python Reference <http://effbot.org/zone/"
"pyref.htm>`_ project from which Sphinx got many good ideas."
msgstr ""
#: ../Doc/about.rst:32
msgid "Contributors to the Python Documentation"
msgstr ""
#: ../Doc/about.rst:34
msgid ""
"Many people have contributed to the Python language, the Python standard "
"library, and the Python documentation. See :source:`Misc/ACKS` in the "
"Python source distribution for a partial list of contributors."
msgstr ""
#: ../Doc/about.rst:38
msgid ""
"It is only with the input and contributions of the Python community that "
"Python has such wonderful documentation -- Thank You!"
msgstr ""

155
bugs.po Normal file
View File

@ -0,0 +1,155 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2001-2016, Python Software Foundation
# This file is distributed under the same license as the Python package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: Python 3.6\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-10-17 21:44+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: ../Doc/bugs.rst:5
msgid "Dealing with Bugs"
msgstr ""
#: ../Doc/bugs.rst:7
msgid ""
"Python is a mature programming language which has established a reputation "
"for stability. In order to maintain this reputation, the developers would "
"like to know of any deficiencies you find in Python."
msgstr ""
#: ../Doc/bugs.rst:11
msgid ""
"It can be sometimes faster to fix bugs yourself and contribute patches to "
"Python as it streamlines the process and involves less people. Learn how to :"
"ref:`contribute <contributing-to-python>`."
msgstr ""
#: ../Doc/bugs.rst:16
msgid "Documentation bugs"
msgstr ""
#: ../Doc/bugs.rst:18
msgid ""
"If you find a bug in this documentation or would like to propose an "
"improvement, please submit a bug report on the :ref:`tracker <using-the-"
"tracker>`. If you have a suggestion how to fix it, include that as well."
msgstr ""
#: ../Doc/bugs.rst:22
msgid ""
"If you're short on time, you can also email documentation bug reports to "
"docs@python.org (behavioral bugs can be sent to python-list@python.org). "
"'docs@' is a mailing list run by volunteers; your request will be noticed, "
"though it may take a while to be processed."
msgstr ""
#: ../Doc/bugs.rst:28
msgid "`Documentation bugs`_ on the Python issue tracker"
msgstr ""
#: ../Doc/bugs.rst:33
msgid "Using the Python issue tracker"
msgstr ""
#: ../Doc/bugs.rst:35
msgid ""
"Bug reports for Python itself should be submitted via the Python Bug Tracker "
"(https://bugs.python.org/). The bug tracker offers a Web form which allows "
"pertinent information to be entered and submitted to the developers."
msgstr ""
#: ../Doc/bugs.rst:39
msgid ""
"The first step in filing a report is to determine whether the problem has "
"already been reported. The advantage in doing so, aside from saving the "
"developers time, is that you learn what has been done to fix it; it may be "
"that the problem has already been fixed for the next release, or additional "
"information is needed (in which case you are welcome to provide it if you "
"can!). To do this, search the bug database using the search box on the top "
"of the page."
msgstr ""
#: ../Doc/bugs.rst:46
msgid ""
"If the problem you're reporting is not already in the bug tracker, go back "
"to the Python Bug Tracker and log in. If you don't already have a tracker "
"account, select the \"Register\" link or, if you use OpenID, one of the "
"OpenID provider logos in the sidebar. It is not possible to submit a bug "
"report anonymously."
msgstr ""
#: ../Doc/bugs.rst:51
msgid ""
"Being now logged in, you can submit a bug. Select the \"Create New\" link "
"in the sidebar to open the bug reporting form."
msgstr ""
#: ../Doc/bugs.rst:54
msgid ""
"The submission form has a number of fields. For the \"Title\" field, enter "
"a *very* short description of the problem; less than ten words is good. In "
"the \"Type\" field, select the type of your problem; also select the "
"\"Component\" and \"Versions\" to which the bug relates."
msgstr ""
#: ../Doc/bugs.rst:59
msgid ""
"In the \"Comment\" field, describe the problem in detail, including what you "
"expected to happen and what did happen. Be sure to include whether any "
"extension modules were involved, and what hardware and software platform you "
"were using (including version information as appropriate)."
msgstr ""
#: ../Doc/bugs.rst:64
msgid ""
"Each bug report will be assigned to a developer who will determine what "
"needs to be done to correct the problem. You will receive an update each "
"time action is taken on the bug."
msgstr ""
#: ../Doc/bugs.rst:73
msgid ""
"`How to Report Bugs Effectively <http://www.chiark.greenend.org.uk/~sgtatham/"
"bugs.html>`_"
msgstr ""
#: ../Doc/bugs.rst:72
msgid ""
"Article which goes into some detail about how to create a useful bug report. "
"This describes what kind of information is useful and why it is useful."
msgstr ""
#: ../Doc/bugs.rst:76
msgid ""
"`Bug Writing Guidelines <https://developer.mozilla.org/en-US/docs/Mozilla/QA/"
"Bug_writing_guidelines>`_"
msgstr ""
#: ../Doc/bugs.rst:76
msgid ""
"Information about writing a good bug report. Some of this is specific to "
"the Mozilla project, but describes general good practices."
msgstr ""
#: ../Doc/bugs.rst:82
msgid "Getting started contributing to Python yourself"
msgstr ""
#: ../Doc/bugs.rst:84
msgid ""
"Beyond just reporting bugs that you find, you are also welcome to submit "
"patches to fix them. You can find more information on how to get started "
"patching Python in the `Python Developer's Guide`_. If you have questions, "
"the `core-mentorship mailing list`_ is a friendly place to get answers to "
"any and all questions pertaining to the process of fixing issues in Python."
msgstr ""

15858
c-api.po Normal file

File diff suppressed because it is too large Load Diff

21
contents.po Normal file
View File

@ -0,0 +1,21 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2001-2016, Python Software Foundation
# This file is distributed under the same license as the Python package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: Python 3.6\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-10-17 21:44+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: ../Doc/contents.rst:3
msgid "Python Documentation contents"
msgstr ""

50
copyright.po Normal file
View File

@ -0,0 +1,50 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2001-2016, Python Software Foundation
# This file is distributed under the same license as the Python package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: Python 3.6\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-10-17 21:44+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: ../Doc/copyright.rst:3
msgid "Copyright"
msgstr ""
#: ../Doc/copyright.rst:5
msgid "Python and this documentation is:"
msgstr ""
#: ../Doc/copyright.rst:7
msgid "Copyright © 2001-2016 Python Software Foundation. All rights reserved."
msgstr ""
#: ../Doc/copyright.rst:9
msgid "Copyright © 2000 BeOpen.com. All rights reserved."
msgstr ""
#: ../Doc/copyright.rst:11
msgid ""
"Copyright © 1995-2000 Corporation for National Research Initiatives. All "
"rights reserved."
msgstr ""
#: ../Doc/copyright.rst:14
msgid ""
"Copyright © 1991-1995 Stichting Mathematisch Centrum. All rights reserved."
msgstr ""
#: ../Doc/copyright.rst:18
msgid ""
"See :ref:`history-and-license` for complete license and permissions "
"information."
msgstr ""

251
distributing.po Normal file
View File

@ -0,0 +1,251 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2001-2016, Python Software Foundation
# This file is distributed under the same license as the Python package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: Python 3.6\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-10-17 21:44+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: ../Doc/distributing/index.rst:5
msgid "Distributing Python Modules"
msgstr ""
#: ../Doc/distributing/index.rst:7
msgid "distutils-sig@python.org"
msgstr ""
#: ../Doc/distributing/index.rst:10
msgid ""
"As a popular open source development project, Python has an active "
"supporting community of contributors and users that also make their software "
"available for other Python developers to use under open source license terms."
msgstr ""
#: ../Doc/distributing/index.rst:14
msgid ""
"This allows Python users to share and collaborate effectively, benefiting "
"from the solutions others have already created to common (and sometimes even "
"rare!) problems, as well as potentially contributing their own solutions to "
"the common pool."
msgstr ""
#: ../Doc/distributing/index.rst:19
msgid ""
"This guide covers the distribution part of the process. For a guide to "
"installing other Python projects, refer to the :ref:`installation guide "
"<installing-index>`."
msgstr ""
#: ../Doc/distributing/index.rst:25
msgid ""
"For corporate and other institutional users, be aware that many "
"organisations have their own policies around using and contributing to open "
"source software. Please take such policies into account when making use of "
"the distribution and installation tools provided with Python."
msgstr ""
#: ../Doc/distributing/index.rst:32
msgid "Key terms"
msgstr ""
#: ../Doc/distributing/index.rst:34
msgid ""
"the `Python Packaging Index <https://pypi.python.org/pypi>`__ is a public "
"repository of open source licensed packages made available for use by other "
"Python users"
msgstr ""
#: ../Doc/distributing/index.rst:37
msgid ""
"the `Python Packaging Authority <https://www.pypa.io/>`__ are the group of "
"developers and documentation authors responsible for the maintenance and "
"evolution of the standard packaging tools and the associated metadata and "
"file format standards. They maintain a variety of tools, documentation and "
"issue trackers on both `GitHub <https://github.com/pypa>`__ and `BitBucket "
"<https://bitbucket.org/pypa/>`__."
msgstr ""
#: ../Doc/distributing/index.rst:44
msgid ""
":mod:`distutils` is the original build and distribution system first added "
"to the Python standard library in 1998. While direct use of :mod:`distutils` "
"is being phased out, it still laid the foundation for the current packaging "
"and distribution infrastructure, and it not only remains part of the "
"standard library, but its name lives on in other ways (such as the name of "
"the mailing list used to coordinate Python packaging standards development)."
msgstr ""
#: ../Doc/distributing/index.rst:51
msgid ""
"`setuptools`_ is a (largely) drop-in replacement for :mod:`distutils` first "
"published in 2004. Its most notable addition over the unmodified :mod:"
"`distutils` tools was the ability to declare dependencies on other packages. "
"It is currently recommended as a more regularly updated alternative to :mod:"
"`distutils` that offers consistent support for more recent packaging "
"standards across a wide range of Python versions."
msgstr ""
#: ../Doc/distributing/index.rst:57
msgid ""
"`wheel`_ (in this context) is a project that adds the ``bdist_wheel`` "
"command to :mod:`distutils`/`setuptools`_. This produces a cross platform "
"binary packaging format (called \"wheels\" or \"wheel files\" and defined "
"in :pep:`427`) that allows Python libraries, even those including binary "
"extensions, to be installed on a system without needing to be built locally."
msgstr ""
#: ../Doc/distributing/index.rst:68
msgid "Open source licensing and collaboration"
msgstr ""
#: ../Doc/distributing/index.rst:70
msgid ""
"In most parts of the world, software is automatically covered by copyright. "
"This means that other developers require explicit permission to copy, use, "
"modify and redistribute the software."
msgstr ""
#: ../Doc/distributing/index.rst:74
msgid ""
"Open source licensing is a way of explicitly granting such permission in a "
"relatively consistent way, allowing developers to share and collaborate "
"efficiently by making common solutions to various problems freely available. "
"This leaves many developers free to spend more time focusing on the problems "
"that are relatively unique to their specific situation."
msgstr ""
#: ../Doc/distributing/index.rst:80
msgid ""
"The distribution tools provided with Python are designed to make it "
"reasonably straightforward for developers to make their own contributions "
"back to that common pool of software if they choose to do so."
msgstr ""
#: ../Doc/distributing/index.rst:84
msgid ""
"The same distribution tools can also be used to distribute software within "
"an organisation, regardless of whether that software is published as open "
"source software or not."
msgstr ""
#: ../Doc/distributing/index.rst:90
msgid "Installing the tools"
msgstr ""
#: ../Doc/distributing/index.rst:92
msgid ""
"The standard library does not include build tools that support modern Python "
"packaging standards, as the core development team has found that it is "
"important to have standard tools that work consistently, even on older "
"versions of Python."
msgstr ""
#: ../Doc/distributing/index.rst:97
msgid ""
"The currently recommended build and distribution tools can be installed by "
"invoking the ``pip`` module at the command line::"
msgstr ""
#: ../Doc/distributing/index.rst:104
msgid ""
"For POSIX users (including Mac OS X and Linux users), these instructions "
"assume the use of a :term:`virtual environment`."
msgstr ""
#: ../Doc/distributing/index.rst:107
msgid ""
"For Windows users, these instructions assume that the option to adjust the "
"system PATH environment variable was selected when installing Python."
msgstr ""
#: ../Doc/distributing/index.rst:111
msgid ""
"The Python Packaging User Guide includes more details on the `currently "
"recommended tools`_."
msgstr ""
#: ../Doc/distributing/index.rst:117
msgid "Reading the guide"
msgstr ""
#: ../Doc/distributing/index.rst:119
msgid ""
"The Python Packaging User Guide covers the various key steps and elements "
"involved in creating a project:"
msgstr ""
#: ../Doc/distributing/index.rst:122
msgid "`Project structure`_"
msgstr ""
#: ../Doc/distributing/index.rst:123
msgid "`Building and packaging the project`_"
msgstr ""
#: ../Doc/distributing/index.rst:124
msgid "`Uploading the project to the Python Packaging Index`_"
msgstr ""
#: ../Doc/distributing/index.rst:135
msgid "How do I...?"
msgstr ""
#: ../Doc/distributing/index.rst:137
msgid "These are quick answers or links for some common tasks."
msgstr ""
#: ../Doc/distributing/index.rst:140
msgid "... choose a name for my project?"
msgstr ""
#: ../Doc/distributing/index.rst:142
msgid "This isn't an easy topic, but here are a few tips:"
msgstr ""
#: ../Doc/distributing/index.rst:144
msgid "check the Python Packaging Index to see if the name is already in use"
msgstr ""
#: ../Doc/distributing/index.rst:145
msgid ""
"check popular hosting sites like GitHub, BitBucket, etc to see if there is "
"already a project with that name"
msgstr ""
#: ../Doc/distributing/index.rst:147
msgid "check what comes up in a web search for the name you're considering"
msgstr ""
#: ../Doc/distributing/index.rst:148
msgid ""
"avoid particularly common words, especially ones with multiple meanings, as "
"they can make it difficult for users to find your software when searching "
"for it"
msgstr ""
#: ../Doc/distributing/index.rst:154
msgid "... create and distribute binary extensions?"
msgstr ""
#: ../Doc/distributing/index.rst:156
msgid ""
"This is actually quite a complex topic, with a variety of alternatives "
"available depending on exactly what you're aiming to achieve. See the Python "
"Packaging User Guide for more information and recommendations."
msgstr ""
#: ../Doc/distributing/index.rst:162
msgid ""
"`Python Packaging User Guide: Binary Extensions <https://packaging.python."
"org/en/latest/extensions>`__"
msgstr ""

5781
distutils.po Normal file

File diff suppressed because it is too large Load Diff

3381
extending.po Normal file

File diff suppressed because it is too large Load Diff

5675
faq.po Normal file

File diff suppressed because it is too large Load Diff

1702
glossary.po Normal file

File diff suppressed because it is too large Load Diff

13516
howto.po Normal file

File diff suppressed because it is too large Load Diff

1495
install.po Normal file

File diff suppressed because it is too large Load Diff

327
installing.po Normal file
View File

@ -0,0 +1,327 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2001-2016, Python Software Foundation
# This file is distributed under the same license as the Python package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: Python 3.6\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-10-17 21:44+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: ../Doc/installing/index.rst:7
msgid "Installing Python Modules"
msgstr ""
#: ../Doc/installing/index.rst:9
msgid "distutils-sig@python.org"
msgstr ""
#: ../Doc/installing/index.rst:11
msgid ""
"As a popular open source development project, Python has an active "
"supporting community of contributors and users that also make their software "
"available for other Python developers to use under open source license terms."
msgstr ""
#: ../Doc/installing/index.rst:15
msgid ""
"This allows Python users to share and collaborate effectively, benefiting "
"from the solutions others have already created to common (and sometimes even "
"rare!) problems, as well as potentially contributing their own solutions to "
"the common pool."
msgstr ""
#: ../Doc/installing/index.rst:20
msgid ""
"This guide covers the installation part of the process. For a guide to "
"creating and sharing your own Python projects, refer to the :ref:"
"`distribution guide <distributing-index>`."
msgstr ""
#: ../Doc/installing/index.rst:26
msgid ""
"For corporate and other institutional users, be aware that many "
"organisations have their own policies around using and contributing to open "
"source software. Please take such policies into account when making use of "
"the distribution and installation tools provided with Python."
msgstr ""
#: ../Doc/installing/index.rst:33
msgid "Key terms"
msgstr ""
#: ../Doc/installing/index.rst:35
msgid ""
"``pip`` is the preferred installer program. Starting with Python 3.4, it is "
"included by default with the Python binary installers."
msgstr ""
#: ../Doc/installing/index.rst:37
msgid ""
"A *virtual environment* is a semi-isolated Python environment that allows "
"packages to be installed for use by a particular application, rather than "
"being installed system wide."
msgstr ""
#: ../Doc/installing/index.rst:40
msgid ""
"``venv`` is the standard tool for creating virtual environments, and has "
"been part of Python since Python 3.3. Starting with Python 3.4, it defaults "
"to installing ``pip`` into all created virtual environments."
msgstr ""
#: ../Doc/installing/index.rst:43
msgid ""
"``virtualenv`` is a third party alternative (and predecessor) to ``venv``. "
"It allows virtual environments to be used on versions of Python prior to "
"3.4, which either don't provide ``venv`` at all, or aren't able to "
"automatically install ``pip`` into created environments."
msgstr ""
#: ../Doc/installing/index.rst:47
msgid ""
"The `Python Packaging Index <https://pypi.python.org/pypi>`__ is a public "
"repository of open source licensed packages made available for use by other "
"Python users."
msgstr ""
#: ../Doc/installing/index.rst:50
msgid ""
"the `Python Packaging Authority <https://www.pypa.io/en/latest/>`__ are the "
"group of developers and documentation authors responsible for the "
"maintenance and evolution of the standard packaging tools and the associated "
"metadata and file format standards. They maintain a variety of tools, "
"documentation, and issue trackers on both `GitHub <https://github.com/"
"pypa>`__ and `BitBucket <https://bitbucket.org/pypa/>`__."
msgstr ""
#: ../Doc/installing/index.rst:57
msgid ""
"``distutils`` is the original build and distribution system first added to "
"the Python standard library in 1998. While direct use of ``distutils`` is "
"being phased out, it still laid the foundation for the current packaging and "
"distribution infrastructure, and it not only remains part of the standard "
"library, but its name lives on in other ways (such as the name of the "
"mailing list used to coordinate Python packaging standards development)."
msgstr ""
#: ../Doc/installing/index.rst:65
msgid ""
"``pyvenv`` was the recommended tool for creating virtual environments for "
"Python 3.3 and 3.4, and is `deprecated in Python 3.6 <https://docs.python."
"org/dev/whatsnew/3.6.html#deprecated-features>`_."
msgstr ""
#: ../Doc/installing/index.rst:70
msgid ""
"The use of ``venv`` is now recommended for creating virtual environments."
msgstr ""
#: ../Doc/installing/index.rst:75
msgid ""
"`Python Packaging User Guide: Creating and using virtual environments "
"<https://packaging.python.org/installing/#creating-virtual-environments>`__"
msgstr ""
#: ../Doc/installing/index.rst:80
msgid "Basic usage"
msgstr ""
#: ../Doc/installing/index.rst:82
msgid ""
"The standard packaging tools are all designed to be used from the command "
"line."
msgstr ""
#: ../Doc/installing/index.rst:85
msgid ""
"The following command will install the latest version of a module and its "
"dependencies from the Python Packaging Index::"
msgstr ""
#: ../Doc/installing/index.rst:92
msgid ""
"For POSIX users (including Mac OS X and Linux users), the examples in this "
"guide assume the use of a :term:`virtual environment`."
msgstr ""
#: ../Doc/installing/index.rst:95
msgid ""
"For Windows users, the examples in this guide assume that the option to "
"adjust the system PATH environment variable was selected when installing "
"Python."
msgstr ""
#: ../Doc/installing/index.rst:99
msgid ""
"It's also possible to specify an exact or minimum version directly on the "
"command line. When using comparator operators such as ``>``, ``<`` or some "
"other special character which get interpreted by shell, the package name and "
"the version should be enclosed within double quotes::"
msgstr ""
#: ../Doc/installing/index.rst:107
msgid ""
"Normally, if a suitable module is already installed, attempting to install "
"it again will have no effect. Upgrading existing modules must be requested "
"explicitly::"
msgstr ""
#: ../Doc/installing/index.rst:113
msgid ""
"More information and resources regarding ``pip`` and its capabilities can be "
"found in the `Python Packaging User Guide <https://packaging.python.org>`__."
msgstr ""
#: ../Doc/installing/index.rst:116
msgid ""
"Creation of virtual environments is done through the :mod:`venv` module. "
"Installing packages into an active virtual environment uses the commands "
"shown above."
msgstr ""
#: ../Doc/installing/index.rst:122
msgid ""
"`Python Packaging User Guide: Installing Python Distribution Packages "
"<https://packaging.python.org/installing/>`__"
msgstr ""
#: ../Doc/installing/index.rst:127
msgid "How do I ...?"
msgstr ""
#: ../Doc/installing/index.rst:129
msgid "These are quick answers or links for some common tasks."
msgstr ""
#: ../Doc/installing/index.rst:132
msgid "... install ``pip`` in versions of Python prior to Python 3.4?"
msgstr ""
#: ../Doc/installing/index.rst:134
msgid ""
"Python only started bundling ``pip`` with Python 3.4. For earlier versions, "
"``pip`` needs to be \"bootstrapped\" as described in the Python Packaging "
"User Guide."
msgstr ""
#: ../Doc/installing/index.rst:140
msgid ""
"`Python Packaging User Guide: Requirements for Installing Packages <https://"
"packaging.python.org/installing/#requirements-for-installing-packages>`__"
msgstr ""
#: ../Doc/installing/index.rst:147
msgid "... install packages just for the current user?"
msgstr ""
#: ../Doc/installing/index.rst:149
msgid ""
"Passing the ``--user`` option to ``python -m pip install`` will install a "
"package just for the current user, rather than for all users of the system."
msgstr ""
#: ../Doc/installing/index.rst:154
msgid "... install scientific Python packages?"
msgstr ""
#: ../Doc/installing/index.rst:156
msgid ""
"A number of scientific Python packages have complex binary dependencies, and "
"aren't currently easy to install using ``pip`` directly. At this point in "
"time, it will often be easier for users to install these packages by `other "
"means <https://packaging.python.org/science/>`__ rather than attempting to "
"install them with ``pip``."
msgstr ""
#: ../Doc/installing/index.rst:164
msgid ""
"`Python Packaging User Guide: Installing Scientific Packages <https://"
"packaging.python.org/science/>`__"
msgstr ""
#: ../Doc/installing/index.rst:169
msgid "... work with multiple versions of Python installed in parallel?"
msgstr ""
#: ../Doc/installing/index.rst:171
msgid ""
"On Linux, Mac OS X, and other POSIX systems, use the versioned Python "
"commands in combination with the ``-m`` switch to run the appropriate copy "
"of ``pip``::"
msgstr ""
#: ../Doc/installing/index.rst:180
msgid "Appropriately versioned ``pip`` commands may also be available."
msgstr ""
#: ../Doc/installing/index.rst:182
msgid ""
"On Windows, use the ``py`` Python launcher in combination with the ``-m`` "
"switch::"
msgstr ""
#: ../Doc/installing/index.rst:199
msgid "Common installation issues"
msgstr ""
#: ../Doc/installing/index.rst:202
msgid "Installing into the system Python on Linux"
msgstr ""
#: ../Doc/installing/index.rst:204
msgid ""
"On Linux systems, a Python installation will typically be included as part "
"of the distribution. Installing into this Python installation requires root "
"access to the system, and may interfere with the operation of the system "
"package manager and other components of the system if a component is "
"unexpectedly upgraded using ``pip``."
msgstr ""
#: ../Doc/installing/index.rst:210
msgid ""
"On such systems, it is often better to use a virtual environment or a per-"
"user installation when installing packages with ``pip``."
msgstr ""
#: ../Doc/installing/index.rst:215
msgid "Installing binary extensions"
msgstr ""
#: ../Doc/installing/index.rst:217
msgid ""
"Python has typically relied heavily on source based distribution, with end "
"users being expected to compile extension modules from source as part of the "
"installation process."
msgstr ""
#: ../Doc/installing/index.rst:221
msgid ""
"With the introduction of support for the binary ``wheel`` format, and the "
"ability to publish wheels for at least Windows and Mac OS X through the "
"Python Packaging Index, this problem is expected to diminish over time, as "
"users are more regularly able to install pre-built extensions rather than "
"needing to build them themselves."
msgstr ""
#: ../Doc/installing/index.rst:227
msgid ""
"Some of the solutions for installing `scientific software <https://packaging."
"python.org/science/>`__ that are not yet available as pre-built ``wheel`` "
"files may also help with obtaining other binary extensions without needing "
"to build them locally."
msgstr ""
#: ../Doc/installing/index.rst:234
msgid ""
"`Python Packaging User Guide: Binary Extensions <https://packaging.python."
"org/extensions/>`__"
msgstr ""

151337
library.po Normal file

File diff suppressed because it is too large Load Diff

423
license.po Normal file
View File

@ -0,0 +1,423 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2001-2016, Python Software Foundation
# This file is distributed under the same license as the Python package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: Python 3.6\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-10-17 21:44+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: ../Doc/license.rst:7
msgid "History and License"
msgstr ""
#: ../Doc/license.rst:11
msgid "History of the software"
msgstr ""
#: ../Doc/license.rst:13
msgid ""
"Python was created in the early 1990s by Guido van Rossum at Stichting "
"Mathematisch Centrum (CWI, see https://www.cwi.nl/) in the Netherlands as a "
"successor of a language called ABC. Guido remains Python's principal "
"author, although it includes many contributions from others."
msgstr ""
#: ../Doc/license.rst:18
msgid ""
"In 1995, Guido continued his work on Python at the Corporation for National "
"Research Initiatives (CNRI, see https://www.cnri.reston.va.us/) in Reston, "
"Virginia where he released several versions of the software."
msgstr ""
#: ../Doc/license.rst:22
msgid ""
"In May 2000, Guido and the Python core development team moved to BeOpen.com "
"to form the BeOpen PythonLabs team. In October of the same year, the "
"PythonLabs team moved to Digital Creations (now Zope Corporation; see http://"
"www.zope.com/). In 2001, the Python Software Foundation (PSF, see https://"
"www.python.org/psf/) was formed, a non-profit organization created "
"specifically to own Python-related Intellectual Property. Zope Corporation "
"is a sponsoring member of the PSF."
msgstr ""
#: ../Doc/license.rst:30
msgid ""
"All Python releases are Open Source (see https://opensource.org/ for the "
"Open Source Definition). Historically, most, but not all, Python releases "
"have also been GPL-compatible; the table below summarizes the various "
"releases."
msgstr ""
#: ../Doc/license.rst:35
msgid "Release"
msgstr ""
#: ../Doc/license.rst:35
msgid "Derived from"
msgstr ""
#: ../Doc/license.rst:35
msgid "Year"
msgstr ""
#: ../Doc/license.rst:35
msgid "Owner"
msgstr ""
#: ../Doc/license.rst:35
msgid "GPL compatible?"
msgstr ""
#: ../Doc/license.rst:37
msgid "0.9.0 thru 1.2"
msgstr ""
#: ../Doc/license.rst:37
msgid "n/a"
msgstr ""
#: ../Doc/license.rst:37
msgid "1991-1995"
msgstr ""
#: ../Doc/license.rst:37
msgid "CWI"
msgstr ""
#: ../Doc/license.rst:37 ../Doc/license.rst:39 ../Doc/license.rst:49
#: ../Doc/license.rst:51 ../Doc/license.rst:53 ../Doc/license.rst:55
#: ../Doc/license.rst:57
msgid "yes"
msgstr ""
#: ../Doc/license.rst:39
msgid "1.3 thru 1.5.2"
msgstr ""
#: ../Doc/license.rst:39
msgid "1.2"
msgstr ""
#: ../Doc/license.rst:39
msgid "1995-1999"
msgstr ""
#: ../Doc/license.rst:39 ../Doc/license.rst:41 ../Doc/license.rst:45
msgid "CNRI"
msgstr ""
#: ../Doc/license.rst:41 ../Doc/license.rst:43 ../Doc/license.rst:45
msgid "1.6"
msgstr ""
#: ../Doc/license.rst:41
msgid "1.5.2"
msgstr ""
#: ../Doc/license.rst:41 ../Doc/license.rst:43
msgid "2000"
msgstr ""
#: ../Doc/license.rst:41 ../Doc/license.rst:43 ../Doc/license.rst:45
#: ../Doc/license.rst:47
msgid "no"
msgstr ""
#: ../Doc/license.rst:43
msgid "2.0"
msgstr ""
#: ../Doc/license.rst:43
msgid "BeOpen.com"
msgstr ""
#: ../Doc/license.rst:45
msgid "1.6.1"
msgstr ""
#: ../Doc/license.rst:45 ../Doc/license.rst:47 ../Doc/license.rst:49
#: ../Doc/license.rst:51
msgid "2001"
msgstr ""
#: ../Doc/license.rst:47
msgid "2.1"
msgstr ""
#: ../Doc/license.rst:47 ../Doc/license.rst:49
msgid "2.0+1.6.1"
msgstr ""
#: ../Doc/license.rst:47 ../Doc/license.rst:49 ../Doc/license.rst:51
#: ../Doc/license.rst:53 ../Doc/license.rst:55 ../Doc/license.rst:57
msgid "PSF"
msgstr ""
#: ../Doc/license.rst:49
msgid "2.0.1"
msgstr ""
#: ../Doc/license.rst:51 ../Doc/license.rst:53 ../Doc/license.rst:57
msgid "2.1.1"
msgstr ""
#: ../Doc/license.rst:51
msgid "2.1+2.0.1"
msgstr ""
#: ../Doc/license.rst:53 ../Doc/license.rst:55
msgid "2.1.2"
msgstr ""
#: ../Doc/license.rst:53 ../Doc/license.rst:55
msgid "2002"
msgstr ""
#: ../Doc/license.rst:55
msgid "2.1.3"
msgstr ""
#: ../Doc/license.rst:57
msgid "2.2 and above"
msgstr ""
#: ../Doc/license.rst:57
msgid "2001-now"
msgstr ""
#: ../Doc/license.rst:62
msgid ""
"GPL-compatible doesn't mean that we're distributing Python under the GPL. "
"All Python licenses, unlike the GPL, let you distribute a modified version "
"without making your changes open source. The GPL-compatible licenses make it "
"possible to combine Python with other software that is released under the "
"GPL; the others don't."
msgstr ""
#: ../Doc/license.rst:68
msgid ""
"Thanks to the many outside volunteers who have worked under Guido's "
"direction to make these releases possible."
msgstr ""
#: ../Doc/license.rst:73
msgid "Terms and conditions for accessing or otherwise using Python"
msgstr ""
#: ../Doc/license.rst:77
msgid "PSF LICENSE AGREEMENT FOR PYTHON |release|"
msgstr ""
#: ../Doc/license.rst:125
msgid "BEOPEN.COM LICENSE AGREEMENT FOR PYTHON 2.0"
msgstr ""
#: ../Doc/license.rst:127
msgid "BEOPEN PYTHON OPEN SOURCE LICENSE AGREEMENT VERSION 1"
msgstr ""
#: ../Doc/license.rst:172
msgid "CNRI LICENSE AGREEMENT FOR PYTHON 1.6.1"
msgstr ""
#: ../Doc/license.rst:237
msgid "CWI LICENSE AGREEMENT FOR PYTHON 0.9.0 THROUGH 1.2"
msgstr ""
#: ../Doc/license.rst:262
msgid "Licenses and Acknowledgements for Incorporated Software"
msgstr ""
#: ../Doc/license.rst:264
msgid ""
"This section is an incomplete, but growing list of licenses and "
"acknowledgements for third-party software incorporated in the Python "
"distribution."
msgstr ""
#: ../Doc/license.rst:269
msgid "Mersenne Twister"
msgstr ""
#: ../Doc/license.rst:271
msgid ""
"The :mod:`_random` module includes code based on a download from http://www."
"math.sci.hiroshima-u.ac.jp/~m-mat/MT/MT2002/emt19937ar.html. The following "
"are the verbatim comments from the original code::"
msgstr ""
#: ../Doc/license.rst:318
msgid "Sockets"
msgstr ""
#: ../Doc/license.rst:320
msgid ""
"The :mod:`socket` module uses the functions, :func:`getaddrinfo`, and :func:"
"`getnameinfo`, which are coded in separate source files from the WIDE "
"Project, http://www.wide.ad.jp/. ::"
msgstr ""
#: ../Doc/license.rst:353
msgid "Floating point exception control"
msgstr ""
#: ../Doc/license.rst:355
msgid "The source for the :mod:`fpectl` module includes the following notice::"
msgstr ""
#: ../Doc/license.rst:395
msgid "Asynchronous socket services"
msgstr ""
#: ../Doc/license.rst:397
msgid ""
"The :mod:`asynchat` and :mod:`asyncore` modules contain the following "
"notice::"
msgstr ""
#: ../Doc/license.rst:422
msgid "Cookie management"
msgstr ""
#: ../Doc/license.rst:424
msgid "The :mod:`http.cookies` module contains the following notice::"
msgstr ""
#: ../Doc/license.rst:450
msgid "Execution tracing"
msgstr ""
#: ../Doc/license.rst:452
msgid "The :mod:`trace` module contains the following notice::"
msgstr ""
#: ../Doc/license.rst:483
msgid "UUencode and UUdecode functions"
msgstr ""
#: ../Doc/license.rst:485
msgid "The :mod:`uu` module contains the following notice::"
msgstr ""
#: ../Doc/license.rst:513
msgid "XML Remote Procedure Calls"
msgstr ""
#: ../Doc/license.rst:515
msgid "The :mod:`xmlrpc.client` module contains the following notice::"
msgstr ""
#: ../Doc/license.rst:546
msgid "test_epoll"
msgstr ""
#: ../Doc/license.rst:548
msgid "The :mod:`test_epoll` contains the following notice::"
msgstr ""
#: ../Doc/license.rst:572
msgid "Select kqueue"
msgstr ""
#: ../Doc/license.rst:574
msgid ""
"The :mod:`select` and contains the following notice for the kqueue "
"interface::"
msgstr ""
#: ../Doc/license.rst:602
msgid "SipHash24"
msgstr ""
#: ../Doc/license.rst:604
msgid ""
"The file :file:`Python/pyhash.c` contains Marek Majkowski' implementation of "
"Dan Bernstein's SipHash24 algorithm. The contains the following note::"
msgstr ""
#: ../Doc/license.rst:631
msgid "strtod and dtoa"
msgstr ""
#: ../Doc/license.rst:633
msgid ""
"The file :file:`Python/dtoa.c`, which supplies C functions dtoa and strtod "
"for conversion of C doubles to and from strings, is derived from the file of "
"the same name by David M. Gay, currently available from http://www.netlib."
"org/fp/. The original file, as retrieved on March 16, 2009, contains the "
"following copyright and licensing notice::"
msgstr ""
#: ../Doc/license.rst:661
msgid "OpenSSL"
msgstr ""
#: ../Doc/license.rst:663
msgid ""
"The modules :mod:`hashlib`, :mod:`posix`, :mod:`ssl`, :mod:`crypt` use the "
"OpenSSL library for added performance if made available by the operating "
"system. Additionally, the Windows and Mac OS X installers for Python may "
"include a copy of the OpenSSL libraries, so we include a copy of the OpenSSL "
"license here::"
msgstr ""
#: ../Doc/license.rst:798
msgid "expat"
msgstr ""
#: ../Doc/license.rst:800
msgid ""
"The :mod:`pyexpat` extension is built using an included copy of the expat "
"sources unless the build is configured ``--with-system-expat``::"
msgstr ""
#: ../Doc/license.rst:827
msgid "libffi"
msgstr ""
#: ../Doc/license.rst:829
msgid ""
"The :mod:`_ctypes` extension is built using an included copy of the libffi "
"sources unless the build is configured ``--with-system-libffi``::"
msgstr ""
#: ../Doc/license.rst:856
msgid "zlib"
msgstr ""
#: ../Doc/license.rst:858
msgid ""
"The :mod:`zlib` extension is built using an included copy of the zlib "
"sources if the zlib version found on the system is too old to be used for "
"the build::"
msgstr ""
#: ../Doc/license.rst:887
msgid "cfuhash"
msgstr ""
#: ../Doc/license.rst:889
msgid ""
"The implementation of the hash table used by the :mod:`tracemalloc` is based "
"on the cfuhash project::"
msgstr ""
#: ../Doc/license.rst:928
msgid "libmpdec"
msgstr ""
#: ../Doc/license.rst:930
msgid ""
"The :mod:`_decimal` Module is built using an included copy of the libmpdec "
"library unless the build is configured ``--with-system-libmpdec``::"
msgstr ""

9258
reference.po Normal file

File diff suppressed because it is too large Load Diff

265
sphinx.po Normal file
View File

@ -0,0 +1,265 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2001-2016, Python Software Foundation
# This file is distributed under the same license as the Python package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: Python 3.6\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-10-17 21:44+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: ../Doc/tools/templates/customsourcelink.html:3
msgid "This Page"
msgstr ""
#: ../Doc/tools/templates/customsourcelink.html:5
msgid "Report a Bug"
msgstr ""
#: ../Doc/tools/templates/customsourcelink.html:7
msgid "Show Source"
msgstr ""
#: ../Doc/tools/templates/indexsidebar.html:1
msgid "Download"
msgstr ""
#: ../Doc/tools/templates/indexsidebar.html:2
msgid "Download these documents"
msgstr ""
#: ../Doc/tools/templates/indexsidebar.html:3
msgid "Docs for other versions"
msgstr ""
#: ../Doc/tools/templates/indexsidebar.html:5
msgid "Python 2.7 (stable)"
msgstr ""
#: ../Doc/tools/templates/indexsidebar.html:6
msgid "Python 3.4 (stable)"
msgstr ""
#: ../Doc/tools/templates/indexsidebar.html:7
msgid "Old versions"
msgstr ""
#: ../Doc/tools/templates/indexsidebar.html:10
msgid "Other resources"
msgstr ""
#: ../Doc/tools/templates/indexsidebar.html:13
msgid "PEP Index"
msgstr ""
#: ../Doc/tools/templates/indexsidebar.html:14
msgid "Beginner's Guide"
msgstr ""
#: ../Doc/tools/templates/indexsidebar.html:15
msgid "Book List"
msgstr ""
#: ../Doc/tools/templates/indexsidebar.html:16
msgid "Audio/Visual Talks"
msgstr ""
#: ../Doc/tools/templates/layout.html:9
msgid "Documentation "
msgstr ""
#: ../Doc/tools/templates/layout.html:20
msgid "Quick search"
msgstr ""
#: ../Doc/tools/templates/layout.html:21
msgid "Go"
msgstr ""
#: ../Doc/tools/templates/layout.html:106
#: ../Doc/tools/templates/indexcontent.html:56
msgid "Copyright"
msgstr ""
#: ../Doc/tools/templates/layout.html:108
msgid "The Python Software Foundation is a non-profit corporation."
msgstr ""
#: ../Doc/tools/templates/layout.html:109
msgid "Please donate."
msgstr ""
#: ../Doc/tools/templates/layout.html:111
msgid "Last updated on %(last_updated)s."
msgstr ""
#: ../Doc/tools/templates/layout.html:112
msgid "<a href=\"%(pathto_bugs)s\">Found a bug</a>?"
msgstr ""
#: ../Doc/tools/templates/layout.html:114
msgid ""
"Created using <a href=\"http://sphinx.pocoo.org/\">Sphinx</a> "
"%(sphinx_version)s."
msgstr ""
#: ../Doc/tools/templates/indexcontent.html:3
msgid "Parts of the documentation:"
msgstr ""
#: ../Doc/tools/templates/indexcontent.html:6
msgid "What's new in Python %(version)s?"
msgstr ""
#: ../Doc/tools/templates/indexcontent.html:7
msgid ""
"or <a href=\"%(whatsnew_index)s\">all \"What's new\" documents</a> since 2.0"
msgstr ""
#: ../Doc/tools/templates/indexcontent.html:8
msgid "Tutorial"
msgstr ""
#: ../Doc/tools/templates/indexcontent.html:9
msgid "start here"
msgstr ""
#: ../Doc/tools/templates/indexcontent.html:10
msgid "Library Reference"
msgstr ""
#: ../Doc/tools/templates/indexcontent.html:11
msgid "keep this under your pillow"
msgstr ""
#: ../Doc/tools/templates/indexcontent.html:12
msgid "Language Reference"
msgstr ""
#: ../Doc/tools/templates/indexcontent.html:13
msgid "describes syntax and language elements"
msgstr ""
#: ../Doc/tools/templates/indexcontent.html:14
msgid "Python Setup and Usage"
msgstr ""
#: ../Doc/tools/templates/indexcontent.html:15
msgid "how to use Python on different platforms"
msgstr ""
#: ../Doc/tools/templates/indexcontent.html:16
msgid "Python HOWTOs"
msgstr ""
#: ../Doc/tools/templates/indexcontent.html:17
msgid "in-depth documents on specific topics"
msgstr ""
#: ../Doc/tools/templates/indexcontent.html:19
msgid "Installing Python Modules"
msgstr ""
#: ../Doc/tools/templates/indexcontent.html:20
msgid "installing from the Python Package Index &amp; other sources"
msgstr ""
#: ../Doc/tools/templates/indexcontent.html:21
msgid "Distributing Python Modules"
msgstr ""
#: ../Doc/tools/templates/indexcontent.html:22
msgid "publishing modules for installation by others"
msgstr ""
#: ../Doc/tools/templates/indexcontent.html:23
msgid "Extending and Embedding"
msgstr ""
#: ../Doc/tools/templates/indexcontent.html:24
msgid "tutorial for C/C++ programmers"
msgstr ""
#: ../Doc/tools/templates/indexcontent.html:25
msgid "Python/C API"
msgstr ""
#: ../Doc/tools/templates/indexcontent.html:26
msgid "reference for C/C++ programmers"
msgstr ""
#: ../Doc/tools/templates/indexcontent.html:27
msgid "FAQs"
msgstr ""
#: ../Doc/tools/templates/indexcontent.html:28
msgid "frequently asked questions (with answers!)"
msgstr ""
#: ../Doc/tools/templates/indexcontent.html:32
msgid "Indices and tables:"
msgstr ""
#: ../Doc/tools/templates/indexcontent.html:35
msgid "Global Module Index"
msgstr ""
#: ../Doc/tools/templates/indexcontent.html:36
msgid "quick access to all modules"
msgstr ""
#: ../Doc/tools/templates/indexcontent.html:37
msgid "General Index"
msgstr ""
#: ../Doc/tools/templates/indexcontent.html:38
msgid "all functions, classes, terms"
msgstr ""
#: ../Doc/tools/templates/indexcontent.html:39
msgid "Glossary"
msgstr ""
#: ../Doc/tools/templates/indexcontent.html:40
msgid "the most important terms explained"
msgstr ""
#: ../Doc/tools/templates/indexcontent.html:42
msgid "Search page"
msgstr ""
#: ../Doc/tools/templates/indexcontent.html:43
msgid "search this documentation"
msgstr ""
#: ../Doc/tools/templates/indexcontent.html:44
msgid "Complete Table of Contents"
msgstr ""
#: ../Doc/tools/templates/indexcontent.html:45
msgid "lists all sections and subsections"
msgstr ""
#: ../Doc/tools/templates/indexcontent.html:49
msgid "Meta information:"
msgstr ""
#: ../Doc/tools/templates/indexcontent.html:52
msgid "Reporting bugs"
msgstr ""
#: ../Doc/tools/templates/indexcontent.html:53
msgid "About the documentation"
msgstr ""
#: ../Doc/tools/templates/indexcontent.html:55
msgid "History and License of Python"
msgstr ""

5596
tutorial.po Normal file

File diff suppressed because it is too large Load Diff

3098
using.po Normal file

File diff suppressed because it is too large Load Diff

55182
whatsnew.po Normal file

File diff suppressed because it is too large Load Diff