3.5: merge pot files

This commit is contained in:
Julien Palard 2016-01-22 17:12:36 +01:00
parent 18f6245b47
commit 79a0f81546
5 changed files with 5332 additions and 3072 deletions

View File

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Python 3.5\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-01-13 22:59+0100\n"
"POT-Creation-Date: 2016-01-22 17:19+0100\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"
@ -8448,21 +8448,21 @@ msgstr ""
#: c-api/mapping.rst:53
msgid ""
"On success, return a list of the keys in object *o*. On failure, return "
"*NULL*. This is equivalent to the Python expression ``list(o.keys())``."
"On success, return a list, a tuple or a dictionary view in case of a dict, "
"of the keys in object *o*. On failure, return *NULL*."
msgstr ""
#: c-api/mapping.rst:59
msgid ""
"On success, return a list of the values in object *o*. On failure, return "
"*NULL*. This is equivalent to the Python expression ``list(o.values())``."
"On success, return a list, a tuple or a dictionary view in case of a dict, "
"of the values in object *o*. On failure, return *NULL*."
msgstr ""
#: c-api/mapping.rst:65
msgid ""
"On success, return a list of the items in object *o*, where each item is a "
"tuple containing a key-value pair. On failure, return *NULL*. This is "
"equivalent to the Python expression ``list(o.items())``."
"On success, return a list, a tuple or a dictionary view in case of a dict, "
"of the items in object *o*, where each item is a tuple containing a key-"
"value pair. On failure, return *NULL*."
msgstr ""
#: c-api/mapping.rst:72 c-api/object.rst:385

2165
functions.po Normal file

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Python 3.5\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-01-13 23:31+0100\n"
"POT-Creation-Date: 2016-01-22 17:19+0100\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"
@ -171,10 +171,90 @@ msgstr "À propos de la documentation"
msgid "History and License of Python"
msgstr "Histoire et Licence de Python"
#: tools/templates/indexcontent.html:56
#: tools/templates/indexcontent.html:56 tools/templates/layout.html:82
msgid "Copyright"
msgstr "Copyright"
#: tools/templates/indexsidebar.html:1
msgid "Download"
msgstr ""
#: tools/templates/indexsidebar.html:2
msgid "Download these documents"
msgstr ""
#: tools/templates/indexsidebar.html:3
msgid "Docs for other versions"
msgstr ""
#: tools/templates/indexsidebar.html:5
msgid "Python 2.7 (stable)"
msgstr ""
#: tools/templates/indexsidebar.html:6
msgid "Python 3.4 (stable)"
msgstr ""
#: tools/templates/indexsidebar.html:7
msgid "Old versions"
msgstr ""
#: tools/templates/indexsidebar.html:10
msgid "Other resources"
msgstr ""
#: tools/templates/indexsidebar.html:13
msgid "PEP Index"
msgstr ""
#: tools/templates/indexsidebar.html:14
msgid "Beginner's Guide"
msgstr ""
#: tools/templates/indexsidebar.html:15
msgid "Book List"
msgstr ""
#: tools/templates/indexsidebar.html:16
msgid "Audio/Visual Talks"
msgstr ""
#: tools/templates/layout.html:9
#, fuzzy
msgid "Documentation "
msgstr "À propos de la documentation"
#: tools/templates/layout.html:84
msgid "The Python Software Foundation is a non-profit corporation."
msgstr ""
#: tools/templates/layout.html:85
msgid "Please donate."
msgstr ""
#: tools/templates/layout.html:87
msgid "Last updated on %(last_updated)s."
msgstr ""
#: tools/templates/layout.html:88
msgid "<a href=\"%(pathto_bugs)s\">Found a bug</a>?"
msgstr ""
#: tools/templates/layout.html:90
msgid ""
"Created using <a href=\"http://sphinx.pocoo.org/\">Sphinx</a> "
"%(sphinx_version)s."
msgstr ""
#: tools/templates/layout.html:95
msgid "This Page"
msgstr "Cette Page"
#: tools/templates/layout.html:97
#, fuzzy
msgid "Report a Bug"
msgstr "Rapporter des bugs"
#: tools/templates/layout.html:99
msgid "Show Source"
msgstr ""

File diff suppressed because it is too large Load Diff