diff --git a/.travis.yml b/.travis.yml index da5a99185..fe93e50d2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,8 @@ language: python sudo: false +cache: + directories: + - $HOME/.cache/pip python: - "2.6" - "2.7" @@ -11,6 +14,7 @@ env: - DOCUTILS=0.11 - DOCUTILS=0.12 install: + - pip install -U pip - pip install docutils==$DOCUTILS - pip install -r test-reqs.txt before_script: flake8 diff --git a/CHANGES b/CHANGES index 96ebb2ec3..3c8468c79 100644 --- a/CHANGES +++ b/CHANGES @@ -1,5 +1,39 @@ -Release 1.4 (in development) -============================ +Release 1.4 alpha2 (in development) +=================================== + +Incompatible changes +-------------------- + +Features added +-------------- +* #2308: Define ``\tablecontinued`` macro to redefine the style of continued label for + longtables. +* Select an image by similarity if multiple images are globbed by ``.. image:: filename.*`` +* #1921: Support figure substitutions by :confval:`language` and :confval:`figure_language_filename` +* #2245: Add ``latex_elements["passoptionstopackages"]`` option to call PassOptionsToPackages + in early stage of preambles. +* #2340: Math extension: support alignment of multiple equations for MathJAX. +* #2338: Define ``\titlereference`` macro to redefine the style of ``title-reference`` roles. +* Define ``\menuselection`` and ``\accelerator`` macros to redefine the style of `menuselection` roles. +* Define ``\internalreference`` macro to redefine the style of references + +Bugs fixed +---------- +* Remove ``image/gif`` from supported_image_types of LaTeX writer (#2272) +* Fix ValueError is raised if LANGUAGE is empty string +* Fix unpack warning is shown when the directives generated from ``Sphinx.add_crossref_type`` is used +* The default highlight language is now ``default``. This means that source code + is highlighted as Python 3 (which is mostly a superset of Python 2) if possible. + To get the old behavior back, add ``highlight_language = "python"`` to conf.py. +* #2329: Refresh environment forcely if source directory has changed. +* #2331: Fix code-blocks are filled by block in dvi; remove ``xcdraw`` option from xcolor package +* Fix the confval type checker emits warnings if unicode is given to confvals which expects string value + +Documentation +------------- + +Release 1.4 alpha1 (released Feb 14, 2016) +========================================== Incompatible changes -------------------- @@ -19,6 +53,22 @@ Incompatible changes of ``sphinx.addnodes.literal_emphasis`` node. * #2022: :confval:`html_extra_path` also copies dotfiles in the extra directory, and refers to :confval:`exclude_patterns` to exclude extra files and directories. +* #2300: enhance autoclass:: to use the docstring of __new__ if __init__ method's is missing + of empty +* #2251: Previously, under glossary directives, multiple terms for one definition are + converted into single ``term`` node and the each terms in the term node are separated + by ``termsep`` node. In new implementation, each terms are converted into individual + ``term`` nodes and ``termsep`` node is removed. + By this change, output layout of every builders are changed a bit. +* The default highlight language is now Python 3. This means that source code + is highlighted as Python 3 (which is mostly a superset of Python 2), and no + parsing is attempted to distinguish valid code. To get the old behavior back, + add ``highlight_language = "python"`` to conf.py. +* `Locale Date Markup Language + `_ like + ``"MMMM dd, YYYY"`` is default format for `today_fmt` and `html_last_updated_fmt`. + However strftime format like ``"%B %d, %Y"`` is also supported for backward + compatibility until Sphinx-1.5. Later format will be disabled from Sphinx-1.5. Features added -------------- @@ -52,7 +102,19 @@ Features added * #2282: Add "language" attribute to html tag in the "basic" theme * #1779: Add EPUB 3 builder * #1751: Add :confval:`todo_link_only` to avoid file path and line indication on - :rst:dir:`todolist`. + :rst:dir:`todolist`. Thanks to Francesco Montesano. +* #2199: Use ``imagesize`` package to obtain size of images. +* #1099: Add configurable retries to the linkcheck builder. Thanks to Alex Gaynor. + Also don't check anchors starting with ``!``. +* #2300: enhance autoclass:: to use the docstring of __new__ if __init__ method's is missing + of empty +* #1858: Add Sphinx.add_enumerable_node() to add enumerable nodes for numfig feature +* #1286, #2099: Add ``sphinx.ext.autosectionlabel`` extension to allow reference + sections using its title. Thanks to Tadhg O'Higgins. +* #1854: Allow to choose Janome for Japanese splitter. +* #1853: support custom text splitter on html search with ``language='ja'``. +* #2320: classifier of glossary terms can be used for index entries grouping key. + The classifier also be used for translation. See also :ref:`glossary-directive`. Bugs fixed ---------- @@ -73,6 +135,12 @@ Bugs fixed * #2165, #2218: Remove faulty and non-need conditional from sphinx.sty. * Fix broken LaTeX code is generated if unknown language is given * #1944: Fix rst_prolog breaks file-wide metadata +* #2074: make gettext should use canonical relative paths for .pot. Thanks to + anatoly techtonik. +* #2311: Fix sphinx.ext.inheritance_diagram raises AttributeError +* #2251: Line breaks in .rst files are transferred to .pot files in a wrong way. +* #794: Fix date formatting in latex output is not localized + Documentation ------------- @@ -80,13 +148,39 @@ Documentation * #1757: Fix for usage of :confval:`html_last_updated_fmt`. Thanks to Ralf Hemmecke. -Release 1.3.6 (in development) +Release 1.3.7 (in development) ============================== Bugs fixed ---------- +Release 1.3.6 (released Feb 29, 2016) +===================================== + +Features added +-------------- + +* #1873, #1876, #2278: Add ``page_source_suffix`` html context variable. This should be + introduced with :confval:`source_parsers` feature. Thanks for Eric Holscher. + + +Bugs fixed +---------- + +* #2265: Fix babel is used in spite of disabling it on ``latex_elements`` +* #2295: Avoid mutating dictionary errors while enumerating members in autodoc + with Python 3 +* #2291: Fix pdflatex "Counter too large" error from footnotes inside tables of contents +* #2292: Fix some footnotes disappear from LaTeX output +* #2287: ``sphinx.transforms.Locale`` always uses rst parser. Sphinx i18n feature should + support parsers that specified source_parsers. +* #2290: Fix ``sphinx.ext.mathbase`` use of amsfonts may break user choice of math fonts +* #2324: Print a hint how to increase the recursion limit when it is hit. +* #1565, #2229: Revert new warning; the new warning will be triggered from version 1.4 on. +* #2329: Refresh environment forcely if source directory has changed. +* #2019: Fix the domain objects in search result are not escaped + Release 1.3.5 (released Jan 24, 2016) ===================================== @@ -101,7 +195,8 @@ Bugs fixed * #2243: Ignore strange docstring types for classes, do not crash * #2247: Fix #2205 breaks make html for definition list with classifiers that contains regular-expression like string -* #1565: Show warning if Pygments throws an ErrorToken +* #1565: Sphinx will now emit a warning that highlighting was skipped if the syntax + is incorrect for `code-block`, `literalinclude` and so on. * #2211: Fix paragraphs in table cell doesn't work in Latex output * #2253: ``:pyobject:`` option of ``literalinclude`` directive can't detect indented body block when the block starts with blank or comment lines. @@ -329,7 +424,7 @@ Incompatible changes * Dependency requirement updates: docutils 0.11, Pygments 2.0 * The ``gettext_enables`` config value has been renamed to `gettext_additional_targets`. -* #1735: Use https://doc.python.org/ instead of ``http`` protocol. +* #1735: Use https://docs.python.org/ instead of ``http`` protocol. It was used for `sphinx.ext.intersphinx` and some documentation. Features added diff --git a/EXAMPLES b/EXAMPLES index eab35dc4f..70b9a4ce6 100644 --- a/EXAMPLES +++ b/EXAMPLES @@ -4,7 +4,7 @@ Projects using Sphinx This is an (incomplete) alphabetic list of projects that use Sphinx or are experimenting with using it for their documentation. If you like to be included, please mail to `the Google group -`_. +`_. I've grouped the list into sections to make it easier to find interesting examples. @@ -15,11 +15,11 @@ Documentation using the default theme * APSW: http://apidoc.apsw.googlecode.com/hg/index.html * ASE: https://wiki.fysik.dtu.dk/ase/ * Calibre: http://manual.calibre-ebook.com/ -* CodePy: http://documen.tician.de/codepy/ +* CodePy: https://documen.tician.de/codepy/ * Cython: http://docs.cython.org/ * Cormoran: http://cormoran.nhopkg.org/docs/ * Director: http://pythonhosted.org/director/ -* Dirigible: http://www.projectdirigible.com/documentation/ +* Dirigible: http://www.projectdirigible.com/ * F2py: http://f2py.sourceforge.net/docs/ * GeoDjango: https://docs.djangoproject.com/en/dev/ref/contrib/gis/ * Genomedata: @@ -31,10 +31,10 @@ Documentation using the default theme * Heapkeeper: http://heapkeeper.org/ * Hands-on Python Tutorial: http://anh.cs.luc.edu/python/hands-on/3.1/handsonHtml/ -* Hedge: http://documen.tician.de/hedge/ +* Hedge: https://documen.tician.de/hedge/ * Leo: http://leoeditor.com/ -* Lino: http://lino.saffre-rumma.net/ -* MeshPy: http://documen.tician.de/meshpy/ +* Lino: http://www.lino-framework.org/ +* MeshPy: https://documen.tician.de/meshpy/ * mpmath: http://mpmath.googlecode.com/svn/trunk/doc/build/index.html * OpenEXR: http://excamera.com/articles/26/doc/index.html * OpenGDA: http://www.opengda.org/gdadoc/html/ @@ -42,17 +42,17 @@ Documentation using the default theme * Paste: http://pythonpaste.org/script/ * Paver: http://paver.github.io/paver/ * Pioneers and Prominent Men of Utah: http://pioneers.rstebbing.com/ -* PyCantonese: http://pycantonese.github.io/ +* PyCantonese: http://pycantonese.org/ * Pyccuracy: https://github.com/heynemann/pyccuracy/wiki/ -* PyCuda: http://documen.tician.de/pycuda/ +* PyCuda: https://documen.tician.de/pycuda/ * Pyevolve: http://pyevolve.sourceforge.net/ -* Pylo: http://documen.tician.de/pylo/ +* Pylo: https://documen.tician.de/pylo/ * PyMQI: http://pythonhosted.org/pymqi/ * PyPubSub: http://pubsub.sourceforge.net/ * pySPACE: http://pyspace.github.io/pyspace/ -* Python: https://docs.python.org/ +* Python: https://docs.python.org/3/ * python-apt: http://apt.alioth.debian.org/python-apt-doc/ -* PyUblas: http://documen.tician.de/pyublas/ +* PyUblas: https://documen.tician.de/pyublas/ * Quex: http://quex.sourceforge.net/doc/html/main.html * Scapy: http://www.secdev.org/projects/scapy/doc/ * Segway: http://noble.gs.washington.edu/proj/segway/doc/1.1.0/segway.html @@ -78,7 +78,6 @@ Documentation using a customized version of the default theme https://or-tools.googlecode.com/svn/trunk/documentation/user_manual/index.html * GPAW: https://wiki.fysik.dtu.dk/gpaw/ * Grok: http://grok.zope.org/doc/current/ -* IFM: http://fluffybunny.memebot.com/ifm-docs/index.html * Kaa: http://api.freevo.org/kaa-base/ * LEPL: http://www.acooke.org/lepl/ * Mayavi: http://docs.enthought.com/mayavi/mayavi/ @@ -87,11 +86,11 @@ Documentation using a customized version of the default theme * NumPy: http://docs.scipy.org/doc/numpy/reference/ * OpenCV: http://docs.opencv.org/ * Peach^3: http://peach3.nl/doc/latest/userdoc/ -* Sage: http://sagemath.org/doc/ +* Sage: http://www.sagemath.org/doc/ * SciPy: http://docs.scipy.org/doc/scipy/reference/ * simuPOP: http://simupop.sourceforge.net/manual_release/build/userGuide.html * Sprox: http://sprox.org/ -* TurboGears: http://turbogears.org/2.0/docs/ +* TurboGears: http://turbogears.readthedocs.org/en/latest/ * Varnish: https://www.varnish-cache.org/docs/ * Zentyal: http://doc.zentyal.org/ * Zope: http://docs.zope.org/zope2/index.html @@ -114,9 +113,8 @@ Documentation using the sphinxdoc theme * Python Wild Magic: http://vmlaker.github.io/pythonwildmagic/ * Reteisi: http://www.reteisi.org/contents.html * Sqlkit: http://sqlkit.argolinux.org/ -* Tau: http://www.tango-controls.org/static/tau/latest/doc/html/index.html * Turbulenz: http://docs.turbulenz.com/ -* WebFaction: http://docs.webfaction.com/ +* WebFaction: https://docs.webfaction.com/ Documentation using another builtin theme @@ -145,12 +143,12 @@ Documentation using another builtin theme Documentation using a custom theme/integrated in a site ------------------------------------------------------- -* Blender: http://www.blender.org/documentation/250PythonDoc/ +* Blender: https://www.blender.org/api/250PythonDoc/ * Blinker: http://discorporate.us/projects/Blinker/docs/ -* Ceph: http://ceph.com/docs/master/ +* Ceph: http://docs.ceph.com/docs/master/ * Classy: http://www.pocoo.org/projects/classy/ * DEAP: http://deap.gel.ulaval.ca/doc/0.8/index.html -* Django: http://docs.djangoproject.com/ +* Django: https://docs.djangoproject.com/ * Elemental: http://libelemental.org/documentation/dev/index.html * Enterprise Toolkit for Acrobat products: http://www.adobe.com/devnet-docs/acrobatetk/ @@ -160,33 +158,31 @@ Documentation using a custom theme/integrated in a site * Gameduino: http://excamera.com/sphinx/gameduino/ * GeoServer: http://docs.geoserver.org/ * Glashammer: http://glashammer.org/ -* Istihza (Turkish Python documentation project): - http://www.istihza.com/py2/icindekiler_python.html +* Istihza (Turkish Python documentation project): http://belgeler.istihza.com/py2/ * Lasso: http://lassoguide.com/ * Manage documentation such as source code (fr): http://redaction-technique.org/ * MathJax: http://docs.mathjax.org/en/latest/ * MirrorBrain: http://mirrorbrain.org/docs/ * MyHDL: http://docs.myhdl.org/en/latest/ * nose: http://nose.readthedocs.org/en/latest/ -* NoTex: https://notex.ch/overview/ +* NoTex: https://www.notex.ch/overview/ * ObjectListView: http://objectlistview.sourceforge.net/python/ -* Open ERP: http://doc.openerp.com/ +* Open ERP: https://doc.odoo.com/ * OpenCV: http://docs.opencv.org/ -* Open Dylan: http://opendylan.org/documentation/ and also provides a - `dylan domain `__ +* Open Dylan: http://opendylan.org/documentation/ * OpenLayers: http://docs.openlayers.org/ * PyEphem: http://rhodesmill.org/pyephem/ * German Plone user manual: http://www.hasecke.com/plone-benutzerhandbuch/ -* PSI4: http://sirius.chem.vt.edu/psi4manual/latest/index.html +* PSI4: http://www.psicode.org/psi4manual/master/index.html * Pylons: http://docs.pylonsproject.org/projects/pylons-webframework/en/latest/ -* PyMOTW: http://pymotw.com/2/ +* PyMOTW: https://pymotw.com/2/ * python-aspectlib: http://python-aspectlib.readthedocs.org/en/latest/ (`sphinx-py3doc-enhanced-theme`_) * QGIS: http://qgis.org/en/docs/index.html * qooxdoo: http://manual.qooxdoo.org/current/ * Roundup: http://www.roundup-tracker.org/ * Selenium: http://docs.seleniumhq.org/docs/ -* Self: http://selflanguage.org/ +* Self: http://www.selflanguage.org/ * Substance D: http://docs.pylonsproject.org/projects/substanced/en/latest/ * Tablib: http://tablib.org/ * SQLAlchemy: http://www.sqlalchemy.org/docs/ @@ -201,14 +197,12 @@ Documentation using a custom theme/integrated in a site Homepages and other non-documentation sites ------------------------------------------- -* Applied Mathematics at the Stellenbosch University: http://dip.sun.ac.za/ * A personal page: http://www.dehlia.in/ * Benoit Boissinot: http://bboissin.appspot.com/ * lunarsite: http://lunaryorn.de/ -* Red Hot Chili Python: http://redhotchilipython.com/ * The Wine Cellar Book: http://www.thewinecellarbook.com/doc/en/ * UC Berkeley Advanced Control Systems course: - http://www.me.berkeley.edu/ME233/sp14/ + http://msc.berkeley.edu/tomizuka/me233spring13/ * VOR: http://www.vor-cycling.be/ @@ -217,11 +211,11 @@ Books produced using Sphinx * "The ``repoze.bfg`` Web Application Framework": http://www.amazon.com/repoze-bfg-Web-Application-Framework-Version/dp/0615345379 -* A Theoretical Physics Reference book: http://theoretical-physics.net/ +* A Theoretical Physics Reference book: http://www.theoretical-physics.net/ * "Simple and Steady Way of Learning for Software Engineering" (in Japanese): http://www.amazon.co.jp/dp/477414259X/ * "Expert Python Programming": - http://www.packtpub.com/expert-python-programming/book + https://www.packtpub.com/application-development/expert-python-programming * "Expert Python Programming" (Japanese translation): http://www.amazon.co.jp/dp/4048686291/ * "Pomodoro Technique Illustrated" (Japanese translation): @@ -231,7 +225,7 @@ Books produced using Sphinx * "Die Wahrheit des Sehens. Der DEKALOG von Krzysztof Kieślowski": http://www.hasecke.eu/Dekalog/ * The "Varnish Book": - https://www.varnish-software.com/static/book/ + http://book.varnish-software.com/4.0/ * "Learning Sphinx" (in Japanese): http://www.oreilly.co.jp/books/9784873116488/ * "LassoGuide": diff --git a/doc/_templates/index.html b/doc/_templates/index.html index 4c23114db..30373f06b 100644 --- a/doc/_templates/index.html +++ b/doc/_templates/index.html @@ -39,10 +39,10 @@ in a second repository; most of them installable from PyPI{%endtrans%}

{%trans%} - Sphinx uses reStructuredText + Sphinx uses reStructuredText as its markup language, and many of its strengths come from the power and straightforwardness of reStructuredText and its parsing and translating - suite, the Docutils.{%endtrans%} + suite, the Docutils.{%endtrans%}

{%trans%}Documentation{%endtrans%}

diff --git a/doc/builders.rst b/doc/builders.rst index cc9c9f3e8..be73b3029 100644 --- a/doc/builders.rst +++ b/doc/builders.rst @@ -84,7 +84,7 @@ The builder's "name" must be given to the **-b** command-line option of .. autoattribute:: supported_image_types - .. _Qt help: http://qt-project.org/doc/qt-4.8/qthelp-framework.html + .. _Qt help: http://doc.qt.io/qt-4.8/qthelp-framework.html .. module:: sphinx.builders.applehelp .. class:: AppleHelpBuilder @@ -131,7 +131,7 @@ The builder's "name" must be given to the **-b** command-line option of This builder produces the same output as the standalone HTML builder, but also generates an *epub* file for ebook readers. See :ref:`epub-faq` for details about it. For definition of the epub format, have a look at - ``_ or ``_. + ``_ or ``_. The builder creates *EPUB 2* files. .. autoattribute:: name @@ -146,7 +146,7 @@ The builder's "name" must be given to the **-b** command-line option of This builder produces the same output as the standalone HTML builder, but also generates an *epub* file for ebook readers. See :ref:`epub-faq` for details about it. For definition of the epub format, have a look at - ``_ or ``_. + ``_ or ``_. The builder creates *EPUB 3* files. This builder is still *experimental* because it can't generate valid EPUB 3 @@ -186,7 +186,7 @@ The builder's "name" must be given to the **-b** command-line option of .. autoattribute:: supported_image_types Note that a direct PDF builder using ReportLab is available in `rst2pdf -`_ version 0.12 or greater. You need to add +`_ version 0.12 or greater. You need to add ``'rst2pdf.pdfbuilder'`` to your :confval:`extensions` to enable it, its name is ``pdf``. Refer to the `rst2pdf manual `_ for details. diff --git a/doc/config.rst b/doc/config.rst index 58f04c895..40ee674cd 100644 --- a/doc/config.rst +++ b/doc/config.rst @@ -310,21 +310,35 @@ Project information replacement for ``|today|``. * If you set :confval:`today` to a non-empty value, it is used. - * Otherwise, the current time is formatted using :func:`time.strftime` and - the format given in :confval:`today_fmt`. + * Otherwise, the current time is formatted using `Locale Data Markup Language + `_ + and the format given in :confval:`today_fmt`. - The default is no :confval:`today` and a :confval:`today_fmt` of ``'%B %d, - %Y'`` (or, if translation is enabled with :confval:`language`, an equivalent - %format for the selected locale). + The default is no :confval:`today` and a :confval:`today_fmt` of ``'MMMM dd, + YYYY'`` (or, if translation is enabled with :confval:`language`, an + equivalent %format for the selected locale). + + .. versionchanged:: 1.4 + + Format specification was changed from strftime to Locale Data Markup + Language. strftime format is also supported for backward compatibility + until Sphinx-1.5. .. confval:: highlight_language The default language to highlight source code in. The default is - ``'python'``. The value should be a valid Pygments lexer name, see + ``'python3'``. The value should be a valid Pygments lexer name, see :ref:`code-examples` for more details. .. versionadded:: 0.5 + .. versionchanged:: 1.4 + The default is now ``'default'``. It is similar to ``'python3'``; + it is mostly a superset of ``'python'``. but it fallbacks to + ``'none'`` without warning if failed. ``'python3'`` and other + languages will emit warning if failed. If you prefer Python 2 + only highlighting, you can set it back to ``'python'``. + .. confval:: highlight_options A dictionary of options that modify how the lexer specified by @@ -403,12 +417,18 @@ documentation on :ref:`intl` for details. The code for the language the docs are written in. Any text automatically generated by Sphinx will be in that language. Also, Sphinx will try to substitute individual paragraphs from your documents with the translation - sets obtained from :confval:`locale_dirs`. In the LaTeX builder, a suitable - language will be selected as an option for the *Babel* package. Default is - ``None``, which means that no translation will be done. + sets obtained from :confval:`locale_dirs`. Sphinx will search + language-specific figures named by `figure_language_filename` and substitute + them for original figures. In the LaTeX builder, a suitable language will + be selected as an option for the *Babel* package. Default is ``None``, + which means that no translation will be done. .. versionadded:: 0.5 + .. versionchanged:: 1.4 + + Support figure substitution + Currently supported languages by Sphinx are: * ``bn`` -- Bengali @@ -527,6 +547,14 @@ documentation on :ref:`intl` for details. .. versionadded:: 1.3 +.. confval:: figure_language_filename + + The filename format for language-specific figures. The default value is + ``{root}.{language}{ext}``. It will be expanded to + ``dirname/filename.en.png`` from ``.. image:: dirname/filename.png``. + + .. versionadded:: 1.4 + .. _html-options: Options for HTML output @@ -648,10 +676,17 @@ that use Sphinx's HTMLWriter class. .. confval:: html_last_updated_fmt If this is not None, a 'Last updated on:' timestamp is inserted - at every page bottom, using the given :func:`strftime` format. - The empty string is equivalent to ``'%b %d, %Y'`` (or a + at every page bottom, using the given `Locale Data Markup Language + `_ + format. The empty string is equivalent to ``'MMM dd, YYYY'`` (or a locale-dependent equivalent). + .. versionchanged:: 1.4 + + Format specification was changed from strftime to Locale Data Markup + Language. strftime format is also supported for backward compatibility + until Sphinx-1.5. + .. confval:: html_use_smartypants If true, `SmartyPants `_ @@ -791,7 +826,7 @@ that use Sphinx's HTMLWriter class. .. confval:: html_use_opensearch - If nonempty, an `OpenSearch `_ description file will be + If nonempty, an `OpenSearch `_ description file will be output, and all pages will contain a ```` tag referring to it. Since OpenSearch doesn't support relative URLs for its search page location, the value of this option must be the base URL from which these documents are @@ -910,15 +945,59 @@ that use Sphinx's HTMLWriter class. The Japanese support has these options: - * ``type`` -- ``'mecab'`` or ``'default'`` (selects either MeCab or - TinySegmenter word splitter algorithm) - * ``dic_enc`` -- the encoding for the MeCab algorithm - * ``dict`` -- the dictionary to use for the MeCab algorithm - * ``lib`` -- the library name for finding the MeCab library via ctypes if the - Python binding is not installed + :type: + _`type` is dotted module path string to specify Splitter implementation which + should be derived from :class:`sphinx.search.ja.BaseSplitter`. + If not specified or None is specified, ``'sphinx.search.ja.DefaultSplitter'`` will + be used. + + You can choose from these modules: + + :'sphinx.search.ja.DefaultSplitter': + TinySegmenter algorithm. This is default splitter. + :'sphinx.search.ja.MeCabSplitter': + MeCab binding. To use this splitter, 'mecab' python binding or dynamic link + library ('libmecab.so' for linux, 'libmecab.dll' for windows) is required. + :'sphinx.search.ja.JanomeSplitter': + Janome binding. To use this splitter, + `Janome `_ is required. + + To keep compatibility, ``'mecab'``, ``'janome'`` and ``'default'`` are also + acceptable. However it will be deprecated in Sphinx-1.6. + + + Other option values depend on splitter value which you choose. + + Options for ``'mecab'``: + :dic_enc: + _`dic_enc option` is the encoding for the MeCab algorithm. + :dict: + _`dict option` is the dictionary to use for the MeCab algorithm. + :lib: + _`lib option` is the library name for finding the MeCab library via ctypes if + the Python binding is not installed. + + For example:: + + html_search_options = { + 'type': 'mecab', + 'dic_enc': 'utf-8', + 'dict': '/path/to/mecab.dic', + 'lib': '/path/to/libmecab.so', + } + + Options for ``'janome'``: + :user_dic: _`user_dic option` is the user dictionary file path for Janome. + :user_dic_enc: + _`user_dic_enc option` is the encoding for the user dictionary file specified by + ``user_dic`` option. Default is 'utf8'. .. versionadded:: 1.1 + .. versionchanged:: 1.4 + html_search_options for Japanese is re-organized and any custom splitter can be + used by `type`_ settings. + The Chinese support has these options: @@ -1322,8 +1401,11 @@ the `Dublin Core metadata `_. .. confval:: epub3_page_progression_direction The global direction in which the content flows. - Allowed values are ltr (left-to-right), rtl (right-to-left) and default. - The default value is ``'ltr'``. + Allowed values are ``'ltr'`` (left-to-right), ``'rtl'`` (right-to-left) and + ``'default'``. The default value is ``'ltr'``. + + When the ``'default'`` value is specified, the Author is expressing no + preference and the Reading System may chose the rendering direction. .. versionadded:: 1.4 @@ -1463,6 +1545,10 @@ These options influence LaTeX output. the "Bjarne" style uses numbers spelled out in English). Other "fncychap" styles you can try include "Lenny", "Glenn", "Conny" and "Rejne". You can also set this to ``''`` to disable fncychap. + ``'passoptionstopackages'`` + "PassOptionsToPackage" call, default empty. + + .. versionadded:: 1.4 ``'preamble'`` Additional preamble content, default empty. ``'figure_align'`` @@ -1757,6 +1843,13 @@ Options for the linkcheck builder .. versionadded:: 1.1 +.. confval:: linkcheck_retries + + The number of times the linkcheck builder will attempt to check a URL before + declaring it broken. Defaults to 1 attempt. + + .. versionadded:: 1.4 + .. confval:: linkcheck_timeout A timeout value, in seconds, for the linkcheck builder. **Only works in diff --git a/doc/develop.rst b/doc/develop.rst index bc6842eb9..f2f336cfa 100644 --- a/doc/develop.rst +++ b/doc/develop.rst @@ -10,7 +10,7 @@ Sphinx is a maintained by a group of volunteers. We value every contribution! * Issues and feature requests should be raised in the `tracker `_. * The mailing list for development is at `Google Groups - `_. + `_. * There is also the #sphinx-doc IRC channel on `freenode `_. @@ -21,7 +21,7 @@ Extensions To learn how to write your own extension, see :ref:`dev-extensions`. -The `sphinx-contrib `_ +The `sphinx-contrib `_ repository contains many contributed extensions. Some of them have their own releases on PyPI, others you can install from a checkout. @@ -96,14 +96,14 @@ own extensions. .. _aafigure: https://launchpad.net/aafigure .. _gnuplot: http://www.gnuplot.info/ -.. _paver: http://www.blueskyonmars.com/projects/paver/ +.. _paver: http://paver.github.io/paver/ .. _Sword: http://www.crosswire.org/sword/ .. _Lilypond: http://lilypond.org/ .. _sdedit: http://sdedit.sourceforge.net/ .. _Trac: http://trac.edgewall.org .. _TracLinks: http://trac.edgewall.org/wiki/TracLinks .. _OmegaT: http://www.omegat.org/ -.. _PlantUML: http://plantuml.sourceforge.net/ +.. _PlantUML: http://plantuml.com/ .. _PyEnchant: http://www.rfk.id.au/software/pyenchant/ .. _sadisplay: https://bitbucket.org/estin/sadisplay/wiki/Home .. _blockdiag: http://blockdiag.com/en/ @@ -112,24 +112,24 @@ own extensions. .. _nwdiag: http://blockdiag.com/en/ .. _Google Analytics: http://www.google.com/analytics/ .. _Google Chart: https://developers.google.com/chart/ -.. _Google Maps: https://maps.google.com/ +.. _Google Maps: https://www.google.com/maps .. _Google style: http://google-styleguide.googlecode.com/svn/trunk/pyguide.html .. _NumPy style: https://github.com/numpy/numpy/blob/master/doc/HOWTO_DOCUMENT.rst.txt -.. _hyphenator: http://code.google.com/p/hyphenator/ +.. _hyphenator: https://github.com/mnater/hyphenator .. _exceltable: http://pythonhosted.org/sphinxcontrib-exceltable/ .. _YouTube: http://www.youtube.com/ .. _ClearQuest: http://www-03.ibm.com/software/products/en/clearquest .. _Zope interfaces: http://docs.zope.org/zope.interface/README.html .. _slideshare: http://www.slideshare.net/ -.. _TikZ/PGF LaTeX package: http://sourceforge.net/projects/pgf/ +.. _TikZ/PGF LaTeX package: https://sourceforge.net/projects/pgf/ .. _MATLAB: http://www.mathworks.com/products/matlab/ -.. _swf: http://bitbucket.org/klorenz/sphinxcontrib-swf -.. _findanything: http://bitbucket.org/klorenz/sphinxcontrib-findanything -.. _cmakedomain: http://bitbucket.org/klorenz/sphinxcontrib-cmakedomain +.. _swf: https://bitbucket.org/klorenz/sphinxcontrib-swf +.. _findanything: https://bitbucket.org/klorenz/sphinxcontrib-findanything +.. _cmakedomain: https://bitbucket.org/klorenz/sphinxcontrib-cmakedomain .. _GNU Make: http://www.gnu.org/software/make/ -.. _makedomain: http://bitbucket.org/klorenz/sphinxcontrib-makedomain +.. _makedomain: https://bitbucket.org/klorenz/sphinxcontrib-makedomain .. _inlinesyntaxhighlight: http://sphinxcontrib-inlinesyntaxhighlight.readthedocs.org -.. _CMake: http://cmake.org -.. _domaintools: http://bitbucket.org/klorenz/sphinxcontrib-domaintools +.. _CMake: https://cmake.org +.. _domaintools: https://bitbucket.org/klorenz/sphinxcontrib-domaintools .. _restbuilder: https://pypi.python.org/pypi/sphinxcontrib-restbuilder .. _Lasso: http://www.lassosoft.com/ diff --git a/doc/ext/autodoc.rst b/doc/ext/autodoc.rst index 844c63684..63c959869 100644 --- a/doc/ext/autodoc.rst +++ b/doc/ext/autodoc.rst @@ -41,7 +41,7 @@ you can also enable the :mod:`napoleon ` extension. docstrings to correct reStructuredText before :mod:`autodoc` processes them. .. _Google: - http://google-styleguide.googlecode.com/svn/trunk/pyguide.html#Comments + https://google.github.io/styleguide/pyguide.html#Comments .. _NumPy: https://github.com/numpy/numpy/blob/master/doc/HOWTO_DOCUMENT.rst.txt @@ -314,6 +314,12 @@ There are also new config values that you can set: .. versionadded:: 0.3 + If the class has no ``__init__`` method or if the ``__init__`` method's + docstring is empty, but the class has a ``__new__`` method's docstring, + it is used instead. + + .. versionadded:: 1.4 + .. confval:: autodoc_member_order This value selects if automatically documented members are sorted diff --git a/doc/ext/autosectionlabel.rst b/doc/ext/autosectionlabel.rst new file mode 100644 index 000000000..10d998075 --- /dev/null +++ b/doc/ext/autosectionlabel.rst @@ -0,0 +1,25 @@ +.. highlight:: rest + +:mod:`sphinx.ext.autosectionlabel` -- Allow reference sections using its title +============================================================================== + +.. module:: sphinx.ext.autosectionlabel + :synopsis: Allow reference section its title. + +.. versionadded:: 1.4 + +This extension allows you to refer sections its title. This affects to the +reference role (:rst:role:`ref`). + +For example:: + + A Plain Title + ------------- + + This is the text of the section. + + It refers to the section title, see :ref:`A Plain Title`. + + +Internally, this extension generates the labels for each section. If same +section names are used in whole of document, any one is used for a target. diff --git a/doc/ext/math.rst b/doc/ext/math.rst index 61fa0ca83..56a44a217 100644 --- a/doc/ext/math.rst +++ b/doc/ext/math.rst @@ -265,7 +265,7 @@ package jsMath_. It provides this config value: .. _dvipng: http://savannah.nongnu.org/projects/dvipng/ .. _dvisvgm: http://dvisvgm.bplaced.net/ -.. _MathJax: http://www.mathjax.org/ +.. _MathJax: https://www.mathjax.org/ .. _jsMath: http://www.math.union.edu/~dpvc/jsmath/ .. _preview-latex package: http://www.gnu.org/software/auctex/preview-latex.html .. _AmSMath LaTeX package: http://www.ams.org/publications/authors/tex/amslatex diff --git a/doc/ext/napoleon.rst b/doc/ext/napoleon.rst index fed6187f3..304d8ac22 100644 --- a/doc/ext/napoleon.rst +++ b/doc/ext/napoleon.rst @@ -11,6 +11,8 @@ Napoleon - *Marching toward legible docstrings* =============================================== +.. highlight:: text + Are you tired of writing docstrings that look like this:: :param path: The path of the file to wrap @@ -48,7 +50,7 @@ the documentation, so it doesn't modify any of the docstrings in your actual source code files. .. _ReStructuredText: http://docutils.sourceforge.net/rst.html -.. _docstrings: http://www.python.org/dev/peps/pep-0287/ +.. _docstrings: https://www.python.org/dev/peps/pep-0287/ .. _Google Python Style Guide: http://google.github.io/styleguide/pyguide.html .. _Google: @@ -124,7 +126,9 @@ Napoleon supports two styles of docstrings: `Google`_ and `NumPy`_. The main difference between the two styles is that Google uses indention to separate sections, whereas NumPy uses underlines. -Google style:: +Google style: + +.. code-block:: python3 def func(arg1, arg2): """Summary line. @@ -141,7 +145,9 @@ Google style:: """ return True -NumPy style:: +NumPy style: + +.. code-block:: python3 def func(arg1, arg2): """Summary line. diff --git a/doc/extdev/appapi.rst b/doc/extdev/appapi.rst index 11fa35294..b0bf5376b 100644 --- a/doc/extdev/appapi.rst +++ b/doc/extdev/appapi.rst @@ -125,6 +125,28 @@ package. .. versionchanged:: 0.5 Added the support for keyword arguments giving visit functions. +.. method:: Sphinx.add_enumerable_node(node, figtype, title_getter=None, **kwds) + + Register a Docutils node class as a numfig target. Sphinx numbers the node + automatically. And then the users can refer it using :rst:role:`numref`. + + *figtype* is a type of enumerable nodes. Each figtypes have individual + numbering sequences. As a system figtypes, ``figure``, ``table`` and + ``code-block`` are defined. It is able to add custom nodes to these + default figtypes. It is also able to define new custom figtype if new + figtype is given. + + *title_getter* is a getter function to obtain the title of node. It takes + an instance of the enumerable node, and it must return its title as string. + The title is used to the default title of references for :rst:role:`ref`. + By default, Sphinx searches ``docutils.nodes.caption`` or + ``docutils.nodes.title`` from the node as a title. + + Other keyword arguments are used for node visitor functions. See the + :meth:`Sphinx.add_node` for details. + + .. versionadded:: 1.4 + .. method:: Sphinx.add_directive(name, func, content, arguments, **options) Sphinx.add_directive(name, directiveclass) diff --git a/doc/extdev/markupapi.rst b/doc/extdev/markupapi.rst index 577a39e0d..99a1ae9fb 100644 --- a/doc/extdev/markupapi.rst +++ b/doc/extdev/markupapi.rst @@ -135,5 +135,5 @@ return ``node.children`` from the Directive. .. seealso:: - `Creating directives `_ + `Creating directives `_ HOWTO of the Docutils documentation diff --git a/doc/extensions.rst b/doc/extensions.rst index 47632e593..f58361eb1 100644 --- a/doc/extensions.rst +++ b/doc/extensions.rst @@ -19,20 +19,21 @@ These extensions are built in and can be activated by respective entries in the .. toctree:: ext/autodoc + ext/autosectionlabel ext/autosummary - ext/doctest - ext/intersphinx - ext/math - ext/graphviz - ext/inheritance - ext/ifconfig ext/coverage - ext/todo + ext/doctest ext/extlinks - ext/viewcode - ext/linkcode - ext/napoleon ext/githubpages + ext/graphviz + ext/ifconfig + ext/inheritance + ext/intersphinx + ext/linkcode + ext/math + ext/napoleon + ext/todo + ext/viewcode Third-party extensions @@ -48,7 +49,7 @@ comprehensive list. If you write an extension that you think others will find useful or you think should be included as a part of Sphinx, please write to the project mailing -list (`join here `_). +list (`join here `_). .. _Sphinx Contrib: https://bitbucket.org/birkenfeld/sphinx-contrib diff --git a/doc/faq.rst b/doc/faq.rst index 7a49aed63..04bd05717 100644 --- a/doc/faq.rst +++ b/doc/faq.rst @@ -10,7 +10,7 @@ How do I... ----------- ... create PDF files without LaTeX? - You can use `rst2pdf `_ version 0.12 or + You can use `rst2pdf `_ version 0.12 or greater which comes with built-in Sphinx integration. See the :ref:`builders` section for details. @@ -82,7 +82,7 @@ GitHub Pages Sphinx HTML output properly. MediaWiki - See https://bitbucket.org/kevindunn/sphinx-wiki, a project by Kevin Dunn. + See https://bitbucket.org/kevindunn/sphinx-wiki/wiki/Home, a project by Kevin Dunn. Google Analytics You can use a custom ``layout.html`` template, like this: @@ -140,7 +140,7 @@ The following list gives some hints for the creation of epub files: are often cut at the right margin. The default Courier font (or variant) is quite wide and you can only display up to 60 characters on a line. If you replace it with a narrower font, you can get more characters on a line. You - may even use `FontForge `_ and create + may even use `FontForge `_ and create narrow variants of some free font. In my case I get up to 70 characters on a line. @@ -149,7 +149,7 @@ The following list gives some hints for the creation of epub files: * Test the created epubs. You can use several alternatives. The ones I am aware of are Epubcheck_, Calibre_, FBreader_ (although it does not render the CSS), and Bookworm_. For bookworm you can download the source from - http://code.google.com/p/threepress/ and run your own local server. + https://code.google.com/archive/p/threepress and run your own local server. * Large floating divs are not displayed properly. If they cover more than one page, the div is only shown on the first page. @@ -167,10 +167,10 @@ The following list gives some hints for the creation of epub files: :confval:`html_static_path` directory and reference it with its full path in the :confval:`epub_cover` config option. -.. _Epubcheck: http://code.google.com/p/epubcheck/ +.. _Epubcheck: https://code.google.com/archive/p/epubcheck .. _Calibre: http://calibre-ebook.com/ -.. _FBreader: http://fbreader.org/ -.. _Bookworm: http://oreilly.com/bookworm/index.html +.. _FBreader: https://fbreader.org/ +.. _Bookworm: http://www.oreilly.com/bookworm/index.html .. _texinfo-faq: @@ -213,7 +213,7 @@ If you want Emacs to display Info files produced by Sphinx using the value Info files, try adding the following Emacs Lisp code to your start-up file, ``~/.emacs.d/init.el``. -:: +.. code-block:: elisp (defadvice info-insert-file-contents (after sphinx-info-insert-file-contents diff --git a/doc/install.rst b/doc/install.rst index dda034843..0ecd73609 100644 --- a/doc/install.rst +++ b/doc/install.rst @@ -72,7 +72,7 @@ Install Python Most Windows users do not have Python, so we begin with the installation of Python itself. If you have already installed Python, please skip this section. -Go to http://python.org, the main download site for Python. Look at the left +Go to https://www.python.org/, the main download site for Python. Look at the left sidebar and under "Quick Links", click "Windows Installer" to download. .. image:: pythonorg.png diff --git a/doc/intl.rst b/doc/intl.rst index bd4f9e889..005b03601 100644 --- a/doc/intl.rst +++ b/doc/intl.rst @@ -88,14 +88,18 @@ This section describe a easy way to translate with sphinx-intl. :confval:`gettext_compact` is set to `False` (the Sphinx document is already configured as such). -#. Extract document's translatable messages into pot files:: +#. Extract document's translatable messages into pot files: + + .. code-block:: console $ make gettext As a result, many pot files are generated under ``_build/locale`` directory. -#. Setup/Update your `locale_dir`:: +#. Setup/Update your `locale_dir`: + + .. code-block:: console $ sphinx-intl update -p _build/locale -l de -l ja @@ -106,17 +110,25 @@ This section describe a easy way to translate with sphinx-intl. #. Translate your po files under `./locale//LC_MESSAGES/`. -#. Build mo files and make translated document. +#. make translated document. You need a :confval:`language` parameter in ``conf.py`` or you may also - specify the parameter on the command line:: + specify the parameter on the command line: + + .. code-block:: console - $ sphinx-intl build $ make -e SPHINXOPTS="-D language='de'" html Congratulations! You got the translated documentation in the ``_build/html`` directory. +.. versionadded:: 1.3 + + sphinx-build that is invoked by make command will build po files into mo files. + + If you are using 1.2.x or earlier, please invoke ``sphinx-intl build`` command + before make command. + Translating ^^^^^^^^^^^ @@ -157,7 +169,7 @@ and to apply differences to translated po files. In order to apply the updating difference of a pot file to po file, use the :command:`sphinx-intl update` command. -.. code-block:: bash +.. code-block:: console $ sphinx-intl update -p _build/locale @@ -176,7 +188,7 @@ easy to fetch and push translations. You need :command:`tx` command to upload resources (pot files). - .. code-block:: bash + .. code-block:: console $ pip install transifex-client @@ -200,7 +212,7 @@ easy to fetch and push translations. This process will create ``.tx/config`` in the current directory, as well as a ``~/.transifexrc`` file that includes auth information. - .. code-block:: bash + .. code-block:: console $ tx init Creating .tx folder... @@ -215,7 +227,7 @@ easy to fetch and push translations. Register pot files to ``.tx/config`` file: - .. code-block:: bash + .. code-block:: console $ cd /your/document/root $ sphinx-intl update-txconfig-resources --pot-dir _build/locale \ @@ -223,7 +235,7 @@ easy to fetch and push translations. and upload pot files: - .. code-block:: bash + .. code-block:: console $ tx push -s Pushing translations for resource sphinx-document-test_1_0.builders: @@ -242,7 +254,7 @@ easy to fetch and push translations. Get translated catalogs and build mo files (ex. for 'de'): - .. code-block:: bash + .. code-block:: console $ cd /your/document/root $ tx pull -l de @@ -251,9 +263,10 @@ easy to fetch and push translations. ... Done. - Build po files into mo and make html:: + Invoke make html: + + .. code-block:: console - $ sphinx-intl build $ make -e SPHINXOPTS="-D language='de'" html @@ -297,5 +310,5 @@ There is `sphinx translation page`_ for Sphinx-1.3 documentation. .. _`transifex-client`: https://pypi.python.org/pypi/transifex-client .. _`sphinx-intl`: https://pypi.python.org/pypi/sphinx-intl .. _Transifex: https://www.transifex.com/ -.. _`sphinx translation page`: https://www.transifex.com/projects/p/sphinx-doc-1_3/ -.. _`Transifex Client v0.8 — Transifex documentation`: http://help.transifex.com/features/client/index.html +.. _`sphinx translation page`: https://www.transifex.com/sphinx-doc/sphinx-doc-1_3/ +.. _`Transifex Client v0.8 — Transifex documentation`: http://docs.transifex.com/developer/client/ diff --git a/doc/intro.rst b/doc/intro.rst index 44c57529c..ae3ec0b33 100644 --- a/doc/intro.rst +++ b/doc/intro.rst @@ -9,12 +9,12 @@ possibly subdirectories of docs in there as well), Sphinx can generate a nicely-organized arrangement of HTML files (in some other directory) for easy browsing and navigation. But from the same source, it can also generate a LaTeX file that you can compile into a PDF version of the documents, or a -PDF file directly using `rst2pdf `_. +PDF file directly using `rst2pdf `_. The focus is on hand-written documentation, rather than auto-generated API docs. Though there is support for that kind of docs as well (which is intended to be freely mixed with hand-written content), if you need pure API docs have a look -at `Epydoc `_, which also understands reST. +at `Epydoc `_, which also understands reST. For a great "introduction" to writing docs in general -- the whys and hows, see also `Write the docs `_, written by Eric @@ -36,12 +36,12 @@ to reStructuredText/Sphinx from other documentation systems. code to convert Python-doc-style LaTeX markup to Sphinx reST. * Marcin Wojdyr has written a script to convert Docbook to reST with Sphinx - markup; it is at `Google Code `_. + markup; it is at `Google Code `_. * Christophe de Vienne wrote a tool to convert from Open/LibreOffice documents to Sphinx: `odt2sphinx `_. -* To convert different markups, `Pandoc `_ is +* To convert different markups, `Pandoc `_ is a very helpful tool. @@ -59,8 +59,8 @@ docutils_ and Jinja2_ libraries. Sphinx should work with docutils version 0.10 or some (not broken) SVN trunk snapshot. If you like to have source code highlighting support, you must also install the Pygments_ library. -.. _reStructuredText: http://docutils.sf.net/rst.html -.. _docutils: http://docutils.sf.net/ +.. _reStructuredText: http://docutils.sourceforge.net/rst.html +.. _docutils: http://docutils.sourceforge.net/ .. _Jinja2: http://jinja.pocoo.org/ .. _Pygments: http://pygments.org/ diff --git a/doc/invocation.rst b/doc/invocation.rst index 8fe01bf8d..ce51fe080 100644 --- a/doc/invocation.rst +++ b/doc/invocation.rst @@ -6,7 +6,9 @@ Invocation of sphinx-quickstart =============================== The :program:`sphinx-quickstart` script generates a Sphinx documentation set. -It is called like this:: +It is called like this: + + .. code-block:: console $ sphinx-quickstart [options] [projectdir] @@ -141,9 +143,11 @@ Invocation of sphinx-build ========================== The :program:`sphinx-build` script builds a Sphinx documentation set. It is -called like this:: +called like this: - $ sphinx-build [options] sourcedir builddir [filenames] +.. code-block:: console + + $ sphinx-build [options] sourcedir builddir [filenames] where *sourcedir* is the :term:`source directory`, and *builddir* is the directory in which you want to place the built documentation. Most of the time, @@ -380,9 +384,11 @@ Invocation of sphinx-apidoc =========================== The :program:`sphinx-apidoc` generates completely automatic API documentation -for a Python package. It is called like this:: +for a Python package. It is called like this: - $ sphinx-apidoc [options] -o outputdir packagedir [pathnames] +.. code-block:: console + + $ sphinx-apidoc [options] -o outputdir packagedir [pathnames] where *packagedir* is the path to the package to document, and *outputdir* is the directory where the generated sources are placed. Any *pathnames* given diff --git a/doc/markup/misc.rst b/doc/markup/misc.rst index 2855f1fad..1f9f446f1 100644 --- a/doc/markup/misc.rst +++ b/doc/markup/misc.rst @@ -191,7 +191,7 @@ Including content based on tags All tags must follow the standard Python identifier syntax as set out in the `Identifiers and keywords - `_ + `_ documentation. That is, a tag expression may only consist of tags that conform to the syntax of Python variables. In ASCII, this consists of the uppercase and lowercase letters ``A`` through ``Z``, the underscore ``_`` diff --git a/doc/markup/para.rst b/doc/markup/para.rst index cc03a9f13..ba2cc52f5 100644 --- a/doc/markup/para.rst +++ b/doc/markup/para.rst @@ -183,6 +183,24 @@ Glossary (When the glossary is sorted, the first term determines the sort order.) + If you want to specify "grouping key" for general index entries, you can put a "key" + as "term : key". For example:: + + .. glossary:: + + term 1 : A + term 2 : B + Definition of both terms. + + Note that "key" is used for grouping key as is. + The "key" isn't normalized; key "A" and "a" become different groups. + The whole characters in "key" is used instead of a first character; it is used for + "Combining Character Sequence" and "Surrogate Pairs" grouping key. + + In i18n situation, you can specify "localized term : key" even if original text only + have "term" part. In this case, translated "localized term" will be categorized in + "key" group. + .. versionadded:: 0.6 You can now give the glossary directive a ``:sorted:`` flag that will automatically sort the entries alphabetically. @@ -190,6 +208,8 @@ Glossary .. versionchanged:: 1.1 Now supports multiple terms and inline markup in terms. + .. versionchanged:: 1.4 + Index key for glossary term should be considered *experimental*. Grammar production displays --------------------------- diff --git a/doc/theming.rst b/doc/theming.rst index 551b02c34..c003c79f8 100644 --- a/doc/theming.rst +++ b/doc/theming.rst @@ -152,9 +152,9 @@ These themes are: .. _Read the Docs Sphinx Theme: https://pypi.python.org/pypi/sphinx_rtd_theme -* **classic** -- This is the classic theme, which looks like `the Python - documentation `_. It can be customized via these - options: +* **classic** -- This is the classic theme, which looks like `the Python 2 + documentation `_. It can be customized via + these options: - **rightsidebar** (true or false): Put the sidebar on the right side. Defaults to ``False``. @@ -240,7 +240,7 @@ These themes are: *sidebarwidth*. * **haiku** -- A theme without sidebar inspired by the `Haiku OS user guide - `_. The following + `_. The following options are supported: - **full_logo** (true or false, default ``False``): If this is true, the diff --git a/ez_setup.py b/ez_setup.py deleted file mode 100644 index a523401e9..000000000 --- a/ez_setup.py +++ /dev/null @@ -1,332 +0,0 @@ -#!/usr/bin/env python -"""Bootstrap setuptools installation - -To use setuptools in your package's setup.py, include this -file in the same directory and add this to the top of your setup.py:: - - from ez_setup import use_setuptools - use_setuptools() - -To require a specific version of setuptools, set a download -mirror, or use an alternate download directory, simply supply -the appropriate options to ``use_setuptools()``. - -This file can also be run as a script to install or upgrade setuptools. -""" -import os -import shutil -import sys -import tempfile -import zipfile -import optparse -import subprocess -import platform -import textwrap -import contextlib - -from distutils import log - -try: - from urllib.request import urlopen -except ImportError: - from urllib2 import urlopen - -try: - from site import USER_SITE -except ImportError: - USER_SITE = None - -DEFAULT_VERSION = "7.0" -DEFAULT_URL = "https://pypi.python.org/packages/source/s/setuptools/" - -def _python_cmd(*args): - """ - Return True if the command succeeded. - """ - args = (sys.executable,) + args - return subprocess.call(args) == 0 - - -def _install(archive_filename, install_args=()): - with archive_context(archive_filename): - # installing - log.warn('Installing Setuptools') - if not _python_cmd('setup.py', 'install', *install_args): - log.warn('Something went wrong during the installation.') - log.warn('See the error message above.') - # exitcode will be 2 - return 2 - - -def _build_egg(egg, archive_filename, to_dir): - with archive_context(archive_filename): - # building an egg - log.warn('Building a Setuptools egg in %s', to_dir) - _python_cmd('setup.py', '-q', 'bdist_egg', '--dist-dir', to_dir) - # returning the result - log.warn(egg) - if not os.path.exists(egg): - raise IOError('Could not build the egg.') - - -class ContextualZipFile(zipfile.ZipFile): - """ - Supplement ZipFile class to support context manager for Python 2.6 - """ - - def __enter__(self): - return self - - def __exit__(self, type, value, traceback): - self.close() - - def __new__(cls, *args, **kwargs): - """ - Construct a ZipFile or ContextualZipFile as appropriate - """ - if hasattr(zipfile.ZipFile, '__exit__'): - return zipfile.ZipFile(*args, **kwargs) - return super(ContextualZipFile, cls).__new__(cls) - - -@contextlib.contextmanager -def archive_context(filename): - # extracting the archive - tmpdir = tempfile.mkdtemp() - log.warn('Extracting in %s', tmpdir) - old_wd = os.getcwd() - try: - os.chdir(tmpdir) - with ContextualZipFile(filename) as archive: - archive.extractall() - - # going in the directory - subdir = os.path.join(tmpdir, os.listdir(tmpdir)[0]) - os.chdir(subdir) - log.warn('Now working in %s', subdir) - yield - - finally: - os.chdir(old_wd) - shutil.rmtree(tmpdir) - - -def _do_download(version, download_base, to_dir, download_delay): - egg = os.path.join(to_dir, 'setuptools-%s-py%d.%d.egg' - % (version, sys.version_info[0], sys.version_info[1])) - if not os.path.exists(egg): - archive = download_setuptools(version, download_base, - to_dir, download_delay) - _build_egg(egg, archive, to_dir) - sys.path.insert(0, egg) - - # Remove previously-imported pkg_resources if present (see - # https://bitbucket.org/pypa/setuptools/pull-request/7/ for details). - if 'pkg_resources' in sys.modules: - del sys.modules['pkg_resources'] - - import setuptools - setuptools.bootstrap_install_from = egg - - -def use_setuptools(version=DEFAULT_VERSION, download_base=DEFAULT_URL, - to_dir=os.curdir, download_delay=15): - to_dir = os.path.abspath(to_dir) - rep_modules = 'pkg_resources', 'setuptools' - imported = set(sys.modules).intersection(rep_modules) - try: - import pkg_resources - except ImportError: - return _do_download(version, download_base, to_dir, download_delay) - try: - pkg_resources.require("setuptools>=" + version) - return - except pkg_resources.DistributionNotFound: - return _do_download(version, download_base, to_dir, download_delay) - except pkg_resources.VersionConflict as VC_err: - if imported: - msg = textwrap.dedent(""" - The required version of setuptools (>={version}) is not available, - and can't be installed while this script is running. Please - install a more recent version first, using - 'easy_install -U setuptools'. - - (Currently using {VC_err.args[0]!r}) - """).format(VC_err=VC_err, version=version) - sys.stderr.write(msg) - sys.exit(2) - - # otherwise, reload ok - del pkg_resources, sys.modules['pkg_resources'] - return _do_download(version, download_base, to_dir, download_delay) - -def _clean_check(cmd, target): - """ - Run the command to download target. If the command fails, clean up before - re-raising the error. - """ - try: - subprocess.check_call(cmd) - except subprocess.CalledProcessError: - if os.access(target, os.F_OK): - os.unlink(target) - raise - -def download_file_powershell(url, target): - """ - Download the file at url to target using Powershell (which will validate - trust). Raise an exception if the command cannot complete. - """ - target = os.path.abspath(target) - ps_cmd = ( - "[System.Net.WebRequest]::DefaultWebProxy.Credentials = " - "[System.Net.CredentialCache]::DefaultCredentials; " - "(new-object System.Net.WebClient).DownloadFile(%(url)r, %(target)r)" - % vars() - ) - cmd = [ - 'powershell', - '-Command', - ps_cmd, - ] - _clean_check(cmd, target) - -def has_powershell(): - if platform.system() != 'Windows': - return False - cmd = ['powershell', '-Command', 'echo test'] - with open(os.path.devnull, 'wb') as devnull: - try: - subprocess.check_call(cmd, stdout=devnull, stderr=devnull) - except Exception: - return False - return True - -download_file_powershell.viable = has_powershell - -def download_file_curl(url, target): - cmd = ['curl', url, '--silent', '--output', target] - _clean_check(cmd, target) - -def has_curl(): - cmd = ['curl', '--version'] - with open(os.path.devnull, 'wb') as devnull: - try: - subprocess.check_call(cmd, stdout=devnull, stderr=devnull) - except Exception: - return False - return True - -download_file_curl.viable = has_curl - -def download_file_wget(url, target): - cmd = ['wget', url, '--quiet', '--output-document', target] - _clean_check(cmd, target) - -def has_wget(): - cmd = ['wget', '--version'] - with open(os.path.devnull, 'wb') as devnull: - try: - subprocess.check_call(cmd, stdout=devnull, stderr=devnull) - except Exception: - return False - return True - -download_file_wget.viable = has_wget - -def download_file_insecure(url, target): - """ - Use Python to download the file, even though it cannot authenticate the - connection. - """ - src = urlopen(url) - try: - # Read all the data in one block. - data = src.read() - finally: - src.close() - - # Write all the data in one block to avoid creating a partial file. - with open(target, "wb") as dst: - dst.write(data) - -download_file_insecure.viable = lambda: True - -def get_best_downloader(): - downloaders = ( - download_file_powershell, - download_file_curl, - download_file_wget, - download_file_insecure, - ) - viable_downloaders = (dl for dl in downloaders if dl.viable()) - return next(viable_downloaders, None) - -def download_setuptools(version=DEFAULT_VERSION, download_base=DEFAULT_URL, - to_dir=os.curdir, delay=15, downloader_factory=get_best_downloader): - """ - Download setuptools from a specified location and return its filename - - `version` should be a valid setuptools version number that is available - as an sdist for download under the `download_base` URL (which should end - with a '/'). `to_dir` is the directory where the egg will be downloaded. - `delay` is the number of seconds to pause before an actual download - attempt. - - ``downloader_factory`` should be a function taking no arguments and - returning a function for downloading a URL to a target. - """ - # making sure we use the absolute path - to_dir = os.path.abspath(to_dir) - zip_name = "setuptools-%s.zip" % version - url = download_base + zip_name - saveto = os.path.join(to_dir, zip_name) - if not os.path.exists(saveto): # Avoid repeated downloads - log.warn("Downloading %s", url) - downloader = downloader_factory() - downloader(url, saveto) - return os.path.realpath(saveto) - -def _build_install_args(options): - """ - Build the arguments to 'python setup.py install' on the setuptools package - """ - return ['--user'] if options.user_install else [] - -def _parse_args(): - """ - Parse the command line for options - """ - parser = optparse.OptionParser() - parser.add_option( - '--user', dest='user_install', action='store_true', default=False, - help='install in user site package (requires Python 2.6 or later)') - parser.add_option( - '--download-base', dest='download_base', metavar="URL", - default=DEFAULT_URL, - help='alternative URL from where to download the setuptools package') - parser.add_option( - '--insecure', dest='downloader_factory', action='store_const', - const=lambda: download_file_insecure, default=get_best_downloader, - help='Use internal, non-validating downloader' - ) - parser.add_option( - '--version', help="Specify which version to download", - default=DEFAULT_VERSION, - ) - options, args = parser.parse_args() - # positional arguments are ignored - return options - -def main(): - """Install or upgrade setuptools and EasyInstall""" - options = _parse_args() - archive = download_setuptools( - version=options.version, - download_base=options.download_base, - downloader_factory=options.downloader_factory, - ) - return _install(archive, _build_install_args(options)) - -if __name__ == '__main__': - sys.exit(main()) diff --git a/setup.py b/setup.py index 6d1ae2de4..8c10f1f63 100644 --- a/setup.py +++ b/setup.py @@ -1,10 +1,5 @@ # -*- coding: utf-8 -*- -try: - from setuptools import setup, find_packages -except ImportError: - import ez_setup - ez_setup.use_setuptools() - from setuptools import setup, find_packages +from setuptools import setup, find_packages import os import sys @@ -53,6 +48,7 @@ requires = [ 'snowballstemmer>=1.1', 'babel>=1.3,!=2.0', 'alabaster>=0.7,<0.8', + 'imagesize', ] extras_require = { # Environment Marker works for wheel 0.24 or later diff --git a/sphinx/__init__.py b/sphinx/__init__.py index 71401fab8..0e5d19d4d 100644 --- a/sphinx/__init__.py +++ b/sphinx/__init__.py @@ -15,13 +15,13 @@ import sys from os import path -__version__ = '1.4a0+' -__released__ = '1.4a0' # used when Sphinx builds its own docs +__version__ = '1.4a1+' +__released__ = '1.4a1' # used when Sphinx builds its own docs # version info for better programmatic use # possible values for 3rd element: 'alpha', 'beta', 'rc', 'final' # 'final' has 0 as the last element -version_info = (1, 4, 0, 'alpha', 0) +version_info = (1, 4, 0, 'alpha', 1) package_dir = path.abspath(path.dirname(__file__)) diff --git a/sphinx/addnodes.py b/sphinx/addnodes.py index 3ff5772ca..026770f32 100644 --- a/sphinx/addnodes.py +++ b/sphinx/addnodes.py @@ -9,6 +9,8 @@ :license: BSD, see LICENSE for details. """ +import warnings + from docutils import nodes @@ -209,7 +211,16 @@ class abbreviation(nodes.Inline, nodes.TextElement): class termsep(nodes.Structural, nodes.Element): - """Separates two terms within a node.""" + """Separates two terms within a node. + + .. versionchanged:: 1.4 + sphinx.addnodes.termsep is deprecated. It will be removed at Sphinx-1.5. + """ + + def __init__(self, *args, **kw): + warnings.warn('sphinx.addnodes.termsep will be removed at Sphinx-1.5', + DeprecationWarning, stacklevel=2) + super(termsep, self).__init__(*args, **kw) class manpage(nodes.Inline, nodes.TextElement): diff --git a/sphinx/application.py b/sphinx/application.py index e257df19c..ca9fadb2b 100644 --- a/sphinx/application.py +++ b/sphinx/application.py @@ -35,7 +35,8 @@ from sphinx.errors import SphinxError, SphinxWarning, ExtensionError, \ from sphinx.domains import ObjType, BUILTIN_DOMAINS from sphinx.domains.std import GenericObject, Target, StandardDomain from sphinx.builders import BUILTIN_BUILDERS -from sphinx.environment import BuildEnvironment, SphinxStandaloneReader +from sphinx.environment import BuildEnvironment +from sphinx.io import SphinxStandaloneReader from sphinx.util import pycompat # noqa: imported for side-effects from sphinx.util import import_object from sphinx.util.tags import Tags @@ -85,6 +86,7 @@ class Sphinx(object): self.builderclasses = BUILTIN_BUILDERS.copy() self.builder = None self.env = None + self.enumerable_nodes = {} self.srcdir = srcdir self.confdir = confdir @@ -192,6 +194,8 @@ class Sphinx(object): self._init_env(freshenv) # set up the builder self._init_builder(self.buildername) + # set up the enumerable nodes + self._init_enumerable_nodes() def _init_i18n(self): """Load translated strings from the configured localedirs if enabled in @@ -232,7 +236,7 @@ class Sphinx(object): try: self.info(bold('loading pickled environment... '), nonl=True) self.env = BuildEnvironment.frompickle( - self.config, path.join(self.doctreedir, ENV_PICKLE_FILENAME)) + self.srcdir, self.config, path.join(self.doctreedir, ENV_PICKLE_FILENAME)) self.env.domains = {} for domain in self.domains.keys(): # this can raise if the data version doesn't fit @@ -263,6 +267,10 @@ class Sphinx(object): self.builder = builderclass(self) self.emit('builder-inited') + def _init_enumerable_nodes(self): + for node, settings in iteritems(self.enumerable_nodes): + self.env.domains['std'].enumerable_nodes[node] = settings + # ---- main "build" method ------------------------------------------------- def build(self, force_all=False, filenames=None): @@ -600,6 +608,10 @@ class Sphinx(object): if depart: setattr(translator, 'depart_'+node.__name__, depart) + def add_enumerable_node(self, node, figtype, title_getter=None, **kwds): + self.enumerable_nodes[node] = (figtype, title_getter) + self.add_node(node, **kwds) + def _directive_helper(self, obj, content=None, arguments=None, **options): if isinstance(obj, (types.FunctionType, types.MethodType)): obj.content = content diff --git a/sphinx/builders/dummy.py b/sphinx/builders/dummy.py index edf43ab9d..75b834c2b 100644 --- a/sphinx/builders/dummy.py +++ b/sphinx/builders/dummy.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- """ sphinx.builders.dummy - ~~~~~~~~~~~~~~~~~~~~ + ~~~~~~~~~~~~~~~~~~~~~ Do syntax checks, but no writing. diff --git a/sphinx/builders/epub.py b/sphinx/builders/epub.py index fde2cbc12..d1610bda9 100644 --- a/sphinx/builders/epub.py +++ b/sphinx/builders/epub.py @@ -28,7 +28,8 @@ from docutils import nodes from sphinx import addnodes from sphinx.builders.html import StandaloneHTMLBuilder -from sphinx.util.osutil import ensuredir, copyfile, ustrftime, EEXIST +from sphinx.util.i18n import format_date +from sphinx.util.osutil import ensuredir, copyfile, EEXIST from sphinx.util.smartypants import sphinx_smarty_pants as ssp from sphinx.util.console import brown @@ -400,7 +401,7 @@ class EpubBuilder(StandaloneHTMLBuilder): # XXX: modifies tree inline # Logic modeled from themes/basic/genindex.html for key, columns in tree: - for entryname, (links, subitems) in columns: + for entryname, (links, subitems, key_) in columns: for (i, (ismain, link)) in enumerate(links): m = self.refuri_re.match(link) if m: @@ -529,7 +530,7 @@ class EpubBuilder(StandaloneHTMLBuilder): metadata['copyright'] = self.esc(self.config.epub_copyright) metadata['scheme'] = self.esc(self.config.epub_scheme) metadata['id'] = self.esc(self.config.epub_identifier) - metadata['date'] = self.esc(ustrftime('%Y-%m-%d')) + metadata['date'] = self.esc(format_date('YYYY-MM-dd', language=self.config.language)) metadata['files'] = files metadata['spine'] = spine metadata['guide'] = guide diff --git a/sphinx/builders/epub3.py b/sphinx/builders/epub3.py index ded8c50d9..0fd347735 100644 --- a/sphinx/builders/epub3.py +++ b/sphinx/builders/epub3.py @@ -120,7 +120,7 @@ class Epub3Builder(EpubBuilder): metadata['description'] = self.esc(self.config.epub3_description) metadata['contributor'] = self.esc(self.config.epub3_contributor) metadata['page_progression_direction'] = self.esc( - self.config.epub3_page_progression_direction) + self.config.epub3_page_progression_direction) or 'default' return metadata def new_navlist(self, node, level): diff --git a/sphinx/builders/gettext.py b/sphinx/builders/gettext.py index ef4992a26..fce6c8cc1 100644 --- a/sphinx/builders/gettext.py +++ b/sphinx/builders/gettext.py @@ -23,7 +23,7 @@ from six import iteritems from sphinx.builders import Builder from sphinx.util import split_index_msg from sphinx.util.nodes import extract_messages, traverse_translatable_index -from sphinx.util.osutil import safe_relpath, ensuredir, SEP +from sphinx.util.osutil import safe_relpath, ensuredir, canon_path from sphinx.util.i18n import find_catalog from sphinx.util.console import darkgreen, purple, bold from sphinx.locale import pairindextypes @@ -117,7 +117,7 @@ class I18nBuilder(Builder): if 'index' in self.env.config.gettext_additional_targets: # Extract translatable messages from index entries. for node, entries in traverse_translatable_index(doctree): - for typ, msg, tid, main in entries: + for typ, msg, tid, main, key_ in entries: for m in split_index_msg(typ, msg): if typ == 'pair' and m in pairindextypes.values(): # avoid built-in translated message was incorporated @@ -165,8 +165,7 @@ class MessageCatalogBuilder(I18nBuilder): for dirpath, dirs, files in walk(tmpl_abs_path): for fn in files: if fn.endswith('.html'): - filename = path.join(dirpath, fn) - filename = filename.replace(path.sep, SEP) + filename = canon_path(path.join(dirpath, fn)) template_files.add(filename) return template_files @@ -216,7 +215,8 @@ class MessageCatalogBuilder(I18nBuilder): if self.config.gettext_location: # generate "#: file1:line1\n#: file2:line2 ..." pofile.write("#: %s\n" % "\n#: ".join( - "%s:%s" % (safe_relpath(source, self.outdir), line) + "%s:%s" % (canon_path( + safe_relpath(source, self.outdir)), line) for source, line, _ in positions)) if self.config.gettext_uuid: # generate "# uuid1\n# uuid2\n ..." diff --git a/sphinx/builders/html.py b/sphinx/builders/html.py index 03199f3b9..b06e9fd6e 100644 --- a/sphinx/builders/html.py +++ b/sphinx/builders/html.py @@ -28,8 +28,9 @@ from docutils.readers.doctree import Reader as DoctreeReader from sphinx import package_dir, __display_version__ from sphinx.util import jsonimpl, copy_static_entry, copy_extra_entry +from sphinx.util.i18n import format_date from sphinx.util.osutil import SEP, os_path, relative_uri, ensuredir, \ - movefile, ustrftime, copyfile + movefile, copyfile from sphinx.util.nodes import inline_all_toctrees from sphinx.util.matching import patmatch, compile_matchers from sphinx.locale import _ @@ -291,7 +292,8 @@ class StandaloneHTMLBuilder(Builder): # typically doesn't include the time of day lufmt = self.config.html_last_updated_fmt if lufmt is not None: - self.last_updated = ustrftime(lufmt or _('%b %d, %Y')) + self.last_updated = format_date(lufmt or _('MMM dd, YYYY'), + language=self.config.language) else: self.last_updated = None @@ -512,7 +514,7 @@ class StandaloneHTMLBuilder(Builder): indexcounts = [] for _k, entries in genindex: indexcounts.append(sum(1 + len(subitems) - for _, (_, subitems) in entries)) + for _, (_, subitems, _) in entries)) genindexcontext = dict( genindexentries = genindex, diff --git a/sphinx/builders/htmlhelp.py b/sphinx/builders/htmlhelp.py index 2f06cb0e1..f4003c4c9 100644 --- a/sphinx/builders/htmlhelp.py +++ b/sphinx/builders/htmlhelp.py @@ -299,7 +299,7 @@ class HTMLHelpBuilder(StandaloneHTMLBuilder): write_index(subitem[0], subitem[1], []) f.write('') for (key, group) in index: - for title, (refs, subitems) in group: + for title, (refs, subitems, key_) in group: write_index(title, refs, subitems) f.write('\n') finally: diff --git a/sphinx/builders/latex.py b/sphinx/builders/latex.py index 49922dfb5..56767ab8a 100644 --- a/sphinx/builders/latex.py +++ b/sphinx/builders/latex.py @@ -36,8 +36,7 @@ class LaTeXBuilder(Builder): """ name = 'latex' format = 'latex' - supported_image_types = ['application/pdf', 'image/png', - 'image/gif', 'image/jpeg'] + supported_image_types = ['application/pdf', 'image/png', 'image/jpeg'] usepackages = [] def init(self): diff --git a/sphinx/builders/linkcheck.py b/sphinx/builders/linkcheck.py index 5904d659b..0533f1c50 100644 --- a/sphinx/builders/linkcheck.py +++ b/sphinx/builders/linkcheck.py @@ -75,11 +75,11 @@ class AnchorCheckParser(HTMLParser): self.found = True -def check_anchor(f, hash): - """Reads HTML data from a filelike object 'f' searching for anchor 'hash'. +def check_anchor(f, anchor): + """Reads HTML data from a filelike object 'f' searching for *anchor*. Returns True if anchor was found, False otherwise. """ - parser = AnchorCheckParser(hash) + parser = AnchorCheckParser(anchor) try: # Read file in chunks of 8192 bytes. If we find a matching anchor, we # break the loop early in hopes not to have to download the whole thing. @@ -137,29 +137,13 @@ class CheckExternalLinksBuilder(Builder): if self.app.config.linkcheck_timeout: kwargs['timeout'] = self.app.config.linkcheck_timeout - def check(): - # check for various conditions without bothering the network - if len(uri) == 0 or uri[0] == '#' or \ - uri[0:7] == 'mailto:' or uri[0:4] == 'ftp:': - return 'unchecked', '', 0 - elif not (uri[0:5] == 'http:' or uri[0:6] == 'https:'): - return 'local', '', 0 - elif uri in self.good: - return 'working', 'old', 0 - elif uri in self.broken: - return 'broken', self.broken[uri], 0 - elif uri in self.redirected: - return 'redirected', self.redirected[uri][0], self.redirected[uri][1] - for rex in self.to_ignore: - if rex.match(uri): - return 'ignored', '', 0 - + def check_uri(): # split off anchor if '#' in uri: - req_url, hash = uri.split('#', 1) + req_url, anchor = uri.split('#', 1) else: req_url = uri - hash = None + anchor = None # handle non-ASCII URIs try: @@ -167,10 +151,12 @@ class CheckExternalLinksBuilder(Builder): except UnicodeError: req_url = encode_uri(req_url) - # need to actually check the URI try: - if hash and self.app.config.linkcheck_anchors: - # Read the whole document and see if #hash exists + if anchor and self.app.config.linkcheck_anchors and \ + not anchor.startswith('!'): + # Read the whole document and see if #anchor exists + # (Anchors starting with ! are ignored since they are + # commonly used for dynamic pages) req = Request(req_url) f = opener.open(req, **kwargs) encoding = 'utf-8' @@ -178,11 +164,12 @@ class CheckExternalLinksBuilder(Builder): encoding = f.headers.get_content_charset() or encoding else: encoding = get_content_charset(f) or encoding - found = check_anchor(TextIOWrapper(f, encoding), unquote(hash)) + found = check_anchor(TextIOWrapper(f, encoding), + unquote(anchor)) f.close() if not found: - raise Exception("Anchor '%s' not found" % hash) + raise Exception("Anchor '%s' not found" % anchor) else: try: # try a HEAD request, which should be easier on @@ -201,25 +188,51 @@ class CheckExternalLinksBuilder(Builder): except HTTPError as err: if err.code == 401: # We'll take "Unauthorized" as working. - self.good.add(uri) return 'working', ' - unauthorized', 0 else: - self.broken[uri] = str(err) return 'broken', str(err), 0 except Exception as err: - self.broken[uri] = str(err) return 'broken', str(err), 0 if f.url.rstrip('/') == req_url.rstrip('/'): - self.good.add(uri) return 'working', '', 0 else: new_url = f.url - if hash: - new_url += '#' + hash + if anchor: + new_url += '#' + anchor code = getattr(req, 'redirect_code', 0) - self.redirected[uri] = (new_url, code) return 'redirected', new_url, code + def check(): + # check for various conditions without bothering the network + if len(uri) == 0 or uri.startswith(('#', 'mailto:', 'ftp:')): + return 'unchecked', '', 0 + elif not uri.startswith(('http:', 'https:')): + return 'local', '', 0 + elif uri in self.good: + return 'working', 'old', 0 + elif uri in self.broken: + return 'broken', self.broken[uri], 0 + elif uri in self.redirected: + return 'redirected', self.redirected[uri][0], self.redirected[uri][1] + for rex in self.to_ignore: + if rex.match(uri): + return 'ignored', '', 0 + + # need to actually check the URI + for _ in range(self.app.config.linkcheck_retries): + status, info, code = check_uri() + if status != "broken": + break + + if status == "working": + self.good.add(uri) + elif status == "broken": + self.broken[uri] = info + elif status == "redirected": + self.redirected[uri] = (info, code) + + return (status, info, code) + while True: uri, docname, lineno = self.wqueue.get() if uri is None: diff --git a/sphinx/builders/qthelp.py b/sphinx/builders/qthelp.py index f6cfa84c5..0a7e85c92 100644 --- a/sphinx/builders/qthelp.py +++ b/sphinx/builders/qthelp.py @@ -148,7 +148,7 @@ class QtHelpBuilder(StandaloneHTMLBuilder): keywords = [] index = self.env.create_index(self, group_entries=False) for (key, group) in index: - for title, (refs, subitems) in group: + for title, (refs, subitems, key_) in group: keywords.extend(self.build_keywords(title, refs, subitems)) keywords = u'\n'.join(keywords) diff --git a/sphinx/cmdline.py b/sphinx/cmdline.py index f5b141e8c..baa797fff 100644 --- a/sphinx/cmdline.py +++ b/sphinx/cmdline.py @@ -270,6 +270,14 @@ def main(argv): print(red('The full traceback has been saved in %s, if you want ' 'to report the issue to the developers.' % tbpath), file=error) + elif isinstance(err, RuntimeError) and 'recursion depth' in str(err): + print(red('Recursion error:'), file=error) + print(terminal_safe(text_type(err)), file=error) + print(file=error) + print('This can happen with very large or deeply nested source ' + 'files. You can carefully increase the default Python ' + 'recursion limit of 1000 in conf.py with e.g.:', file=error) + print(' import sys; sys.setrecursionlimit(1500)', file=error) else: print(red('Exception occurred:'), file=error) print(format_exception_cut_frames().rstrip(), file=error) diff --git a/sphinx/config.py b/sphinx/config.py index 74ea23bd7..ac94c5d03 100644 --- a/sphinx/config.py +++ b/sphinx/config.py @@ -13,7 +13,7 @@ import re from os import path, environ import shlex -from six import PY3, iteritems, string_types, binary_type, integer_types +from six import PY2, PY3, iteritems, string_types, binary_type, text_type, integer_types from sphinx.errors import ConfigError from sphinx.locale import l_ @@ -31,6 +31,11 @@ CONFIG_TYPE_WARNING = "The config value `{name}' has type `{current.__name__}', "defaults to `{default.__name__}.'" +string_classes = [text_type] +if PY2: + string_classes.append(binary_type) # => [str, unicode] + + class Config(object): """ Configuration file abstraction. @@ -49,33 +54,34 @@ class Config(object): release = ('', 'env'), today = ('', 'env'), # the real default is locale-dependent - today_fmt = (None, 'env', [str]), + today_fmt = (None, 'env', string_classes), - language = (None, 'env', [str]), + language = (None, 'env', string_classes), locale_dirs = ([], 'env'), + figure_language_filename = ('{root}.{language}{ext}', 'env', [str]), master_doc = ('contents', 'env'), source_suffix = (['.rst'], 'env'), source_encoding = ('utf-8-sig', 'env'), source_parsers = ({}, 'env'), exclude_patterns = ([], 'env'), - default_role = (None, 'env', [str]), + default_role = (None, 'env', string_classes), add_function_parentheses = (True, 'env'), add_module_names = (True, 'env'), trim_footnote_reference_space = (False, 'env'), show_authors = (False, 'env'), - pygments_style = (None, 'html', [str]), - highlight_language = ('python', 'env'), + pygments_style = (None, 'html', string_classes), + highlight_language = ('default', 'env'), highlight_options = ({}, 'env'), templates_path = ([], 'html'), - template_bridge = (None, 'html', [str]), + template_bridge = (None, 'html', string_classes), keep_warnings = (False, 'env'), modindex_common_prefix = ([], 'html'), - rst_epilog = (None, 'env', [str]), - rst_prolog = (None, 'env', [str]), + rst_epilog = (None, 'env', string_classes), + rst_prolog = (None, 'env', string_classes), trim_doctest_flags = (True, 'env'), primary_domain = ('py', 'env', [NoneType]), - needs_sphinx = (None, None, [str]), + needs_sphinx = (None, None, string_classes), needs_extensions = ({}, None), nitpicky = (False, 'env'), nitpick_ignore = ([], 'html'), @@ -92,17 +98,17 @@ class Config(object): html_theme_options = ({}, 'html'), html_title = (lambda self: l_('%s %s documentation') % (self.project, self.release), - 'html', [str]), + 'html', string_classes), html_short_title = (lambda self: self.html_title, 'html'), - html_style = (None, 'html', [str]), - html_logo = (None, 'html', [str]), - html_favicon = (None, 'html', [str]), + html_style = (None, 'html', string_classes), + html_logo = (None, 'html', string_classes), + html_favicon = (None, 'html', string_classes), html_static_path = ([], 'html'), html_extra_path = ([], 'html'), # the real default is locale-dependent - html_last_updated_fmt = (None, 'html', [str]), + html_last_updated_fmt = (None, 'html', string_classes), html_use_smartypants = (True, 'html'), - html_translator_class = (None, 'html', [str]), + html_translator_class = (None, 'html', string_classes), html_sidebars = ({}, 'html'), html_additional_pages = ({}, 'html'), html_use_modindex = (True, 'html'), # deprecated @@ -113,15 +119,15 @@ class Config(object): html_copy_source = (True, 'html'), html_show_sourcelink = (True, 'html'), html_use_opensearch = ('', 'html'), - html_file_suffix = (None, 'html', [str]), - html_link_suffix = (None, 'html', [str]), + html_file_suffix = (None, 'html', string_classes), + html_link_suffix = (None, 'html', string_classes), html_show_copyright = (True, 'html'), html_show_sphinx = (True, 'html'), html_context = ({}, 'html'), html_output_encoding = ('utf-8', 'html'), html_compact_lists = (True, 'html'), html_secnumber_suffix = ('. ', 'html'), - html_search_language = (None, 'html', [str]), + html_search_language = (None, 'html', string_classes), html_search_options = ({}, 'html'), html_search_scorer = ('', None), html_scaled_image_link = (True, 'html'), @@ -138,17 +144,17 @@ class Config(object): # Apple help options applehelp_bundle_name = (lambda self: make_filename(self.project), 'applehelp'), - applehelp_bundle_id = (None, 'applehelp', [str]), + applehelp_bundle_id = (None, 'applehelp', string_classes), applehelp_dev_region = ('en-us', 'applehelp'), applehelp_bundle_version = ('1', 'applehelp'), - applehelp_icon = (None, 'applehelp', [str]), + applehelp_icon = (None, 'applehelp', string_classes), applehelp_kb_product = (lambda self: '%s-%s' % (make_filename(self.project), self.release), 'applehelp'), - applehelp_kb_url = (None, 'applehelp', [str]), - applehelp_remote_url = (None, 'applehelp', [str]), - applehelp_index_anchors = (False, 'applehelp', [str]), - applehelp_min_term_length = (None, 'applehelp', [str]), + applehelp_kb_url = (None, 'applehelp', string_classes), + applehelp_remote_url = (None, 'applehelp', string_classes), + applehelp_index_anchors = (False, 'applehelp', string_classes), + applehelp_min_term_length = (None, 'applehelp', string_classes), applehelp_stopwords = (lambda self: self.language or 'en', 'applehelp'), applehelp_locale = (lambda self: self.language or 'en', 'applehelp'), applehelp_title = (lambda self: self.project + ' Help', 'applehelp'), @@ -169,9 +175,9 @@ class Config(object): epub_theme = ('epub', 'html'), epub_theme_options = ({}, 'html'), epub_title = (lambda self: self.html_title, 'html'), - epub3_description = ('', 'epub3', [str]), + epub3_description = ('', 'epub3', string_classes), epub_author = ('unknown', 'html'), - epub3_contributor = ('unknown', 'epub3', [str]), + epub3_contributor = ('unknown', 'epub3', string_classes), epub_language = (lambda self: self.language or 'en', 'html'), epub_publisher = ('unknown', 'html'), epub_copyright = (lambda self: self.copyright, 'html'), @@ -190,7 +196,7 @@ class Config(object): epub_max_image_width = (0, 'env'), epub_show_urls = ('inline', 'html'), epub_use_index = (lambda self: self.html_use_index, 'html'), - epub3_page_progression_direction = ('ltr', 'epub3', [str]), + epub3_page_progression_direction = ('ltr', 'epub3', string_classes), # LaTeX options latex_documents = (lambda self: [(self.master_doc, @@ -198,7 +204,7 @@ class Config(object): self.project, '', 'manual')], None), - latex_logo = (None, None, [str]), + latex_logo = (None, None, string_classes), latex_appendices = ([], None), latex_use_parts = (False, None), latex_use_modindex = (True, None), # deprecated @@ -244,6 +250,7 @@ class Config(object): # linkcheck options linkcheck_ignore = ([], None), + linkcheck_retries = (1, None), linkcheck_timeout = (None, None, [int]), linkcheck_workers = (5, None), linkcheck_anchors = (True, None), diff --git a/sphinx/directives/__init__.py b/sphinx/directives/__init__.py index 36ca3d34d..d99a9bc1b 100644 --- a/sphinx/directives/__init__.py +++ b/sphinx/directives/__init__.py @@ -20,6 +20,7 @@ from sphinx.util.docfields import DocFieldTransformer # import and register directives from sphinx.directives.code import * # noqa from sphinx.directives.other import * # noqa +from sphinx.directives.patches import * # noqa # RE to strip backslash escapes diff --git a/sphinx/directives/patches.py b/sphinx/directives/patches.py new file mode 100644 index 000000000..7e00bc81c --- /dev/null +++ b/sphinx/directives/patches.py @@ -0,0 +1,33 @@ +# -*- coding: utf-8 -*- +""" + sphinx.directives.patches + ~~~~~~~~~~~~~~~~~~~~~~~~~ + + :copyright: Copyright 2007-2016 by the Sphinx team, see AUTHORS. + :license: BSD, see LICENSE for details. +""" + +from docutils import nodes +from docutils.parsers.rst import directives +from docutils.parsers.rst.directives import images + + +class Figure(images.Figure): + """The figure directive which applies `:name:` option to the figure node + instead of the image node. + """ + + def run(self): + name = self.options.pop('name', None) + (figure_node,) = images.Figure.run(self) + if isinstance(figure_node, nodes.system_message): + return [figure_node] + + if name: + self.options['name'] = name + self.add_name(figure_node) + + return [figure_node] + + +directives.register_directive('figure', Figure) diff --git a/sphinx/domains/c.py b/sphinx/domains/c.py index 23ed04d05..c7fd0681e 100644 --- a/sphinx/domains/c.py +++ b/sphinx/domains/c.py @@ -206,7 +206,7 @@ class CObject(ObjectDescription): indextext = self.get_index_text(name) if indextext: self.indexnode['entries'].append(('single', indextext, - targetname, '')) + targetname, '', None)) def before_content(self): self.typename_set = False diff --git a/sphinx/domains/cpp.py b/sphinx/domains/cpp.py index 10602931d..a932227a6 100644 --- a/sphinx/domains/cpp.py +++ b/sphinx/domains/cpp.py @@ -3677,7 +3677,7 @@ class CPPObject(ObjectDescription): name = text_type(ast.symbol.get_full_nested_name()).lstrip(':') indexText = self.get_index_text(name) - self.indexnode['entries'].append(('single', indexText, newestId, '')) + self.indexnode['entries'].append(('single', indexText, newestId, '', None)) if newestId not in self.state.document.ids: # if the name is not unique, the first one will win diff --git a/sphinx/domains/javascript.py b/sphinx/domains/javascript.py index f7e2703e4..b5f64022a 100644 --- a/sphinx/domains/javascript.py +++ b/sphinx/domains/javascript.py @@ -97,7 +97,7 @@ class JSObject(ObjectDescription): if indextext: self.indexnode['entries'].append(('single', indextext, fullname.replace('$', '_S_'), - '')) + '', None)) def get_index_text(self, objectname, name_obj): name, obj = name_obj diff --git a/sphinx/domains/python.py b/sphinx/domains/python.py index ba5998084..1639d8288 100644 --- a/sphinx/domains/python.py +++ b/sphinx/domains/python.py @@ -257,7 +257,7 @@ class PyObject(ObjectDescription): indextext = self.get_index_text(modname, name_cls) if indextext: self.indexnode['entries'].append(('single', indextext, - fullname, '')) + fullname, '', None)) def before_content(self): # needed for automatic qualification of members (reset in subclasses) @@ -462,7 +462,7 @@ class PyModule(Directive): ret.append(targetnode) indextext = _('%s (module)') % modname inode = addnodes.index(entries=[('single', indextext, - 'module-' + modname, '')]) + 'module-' + modname, '', None)]) ret.append(inode) return ret diff --git a/sphinx/domains/rst.py b/sphinx/domains/rst.py index f0ad66ddc..b11c9450b 100644 --- a/sphinx/domains/rst.py +++ b/sphinx/domains/rst.py @@ -48,7 +48,7 @@ class ReSTMarkup(ObjectDescription): indextext = self.get_index_text(self.objtype, name) if indextext: self.indexnode['entries'].append(('single', indextext, - targetname, '')) + targetname, '', None)) def get_index_text(self, objectname, name): if self.objtype == 'directive': diff --git a/sphinx/domains/std.py b/sphinx/domains/std.py index 9fb16a99f..dc1a283bb 100644 --- a/sphinx/domains/std.py +++ b/sphinx/domains/std.py @@ -23,7 +23,7 @@ from sphinx.roles import XRefRole from sphinx.locale import l_, _ from sphinx.domains import Domain, ObjType from sphinx.directives import ObjectDescription -from sphinx.util import ws_re, get_figtype +from sphinx.util import ws_re from sphinx.util.nodes import clean_astext, make_refnode from sphinx.util.compat import Directive @@ -64,7 +64,7 @@ class GenericObject(ObjectDescription): indextype = 'single' indexentry = self.indextemplate % (name,) self.indexnode['entries'].append((indextype, indexentry, - targetname, '')) + targetname, '', None)) self.env.domaindata['std']['objects'][self.objtype, name] = \ self.env.docname, targetname @@ -85,8 +85,8 @@ class EnvVarXRefRole(XRefRole): tgtid = 'index-%s' % env.new_serialno('index') indexnode = addnodes.index() indexnode['entries'] = [ - ('single', varname, tgtid, ''), - ('single', _('environment variable; %s') % varname, tgtid, '') + ('single', varname, tgtid, '', None), + ('single', _('environment variable; %s') % varname, tgtid, '', None) ] targetnode = nodes.target('', '', ids=[tgtid]) document.note_explicit_target(targetnode) @@ -121,7 +121,7 @@ class Target(Directive): indextype = indexentry[:colon].strip() indexentry = indexentry[colon+1:].strip() inode = addnodes.index(entries=[(indextype, indexentry, - targetname, '')]) + targetname, '', None)]) ret.insert(0, inode) name = self.name if ':' in self.name: @@ -184,7 +184,7 @@ class Cmdoption(ObjectDescription): self.indexnode['entries'].append( ('pair', _('%scommand line option; %s') % ((currprogram and currprogram + ' ' or ''), sig), - targetname, '')) + targetname, '', None)) class Program(Directive): @@ -214,11 +214,23 @@ class OptionXRefRole(XRefRole): return title, target -def make_termnodes_from_paragraph_node(env, node, new_id=None): +def split_term_classifiers(line): + # split line into a term and classifiers. if no classifier, None is used.. + parts = re.split(' +: +', line) + [None] + return parts + + +def make_glossary_term(env, textnodes, index_key, source, lineno, new_id=None): + # get a text-only representation of the term and register it + # as a cross-reference target + term = nodes.term('', '', *textnodes) + term.source = source + term.line = lineno + gloss_entries = env.temp_data.setdefault('gloss_entries', set()) objects = env.domaindata['std']['objects'] - termtext = node.astext() + termtext = term.astext() if new_id is None: new_id = nodes.make_id('term-' + termtext) if new_id in gloss_entries: @@ -228,25 +240,12 @@ def make_termnodes_from_paragraph_node(env, node, new_id=None): # add an index entry too indexnode = addnodes.index() - indexnode['entries'] = [('single', termtext, new_id, 'main')] - new_termnodes = [] - new_termnodes.append(indexnode) - new_termnodes.extend(node.children) - new_termnodes.append(addnodes.termsep()) - for termnode in new_termnodes: - termnode.source, termnode.line = node.source, node.line + indexnode['entries'] = [('single', termtext, new_id, 'main', index_key)] + indexnode.source, indexnode.line = term.source, term.line + term.append(indexnode) + term['ids'].append(new_id) + term['names'].append(new_id) - return new_id, termtext, new_termnodes - - -def make_term_from_paragraph_node(termnodes, ids): - # make a single "term" node with all the terms, separated by termsep - # nodes (remove the dangling trailing separator) - term = nodes.term('', '', *termnodes[:-1]) - term.source, term.line = termnodes[0].source, termnodes[0].line - term.rawsource = term.astext() - term['ids'].extend(ids) - term['names'].extend(ids) return term @@ -330,33 +329,28 @@ class Glossary(Directive): termtexts = [] termnodes = [] system_messages = [] - ids = [] for line, source, lineno in terms: + parts = split_term_classifiers(line) # parse the term with inline markup - res = self.state.inline_text(line, lineno) - system_messages.extend(res[1]) + # classifiers (parts[1:]) will not be shown on doctree + textnodes, sysmsg = self.state.inline_text(parts[0], lineno) - # get a text-only representation of the term and register it - # as a cross-reference target - tmp = nodes.paragraph('', '', *res[0]) - tmp.source = source - tmp.line = lineno - new_id, termtext, new_termnodes = \ - make_termnodes_from_paragraph_node(env, tmp) - ids.append(new_id) - termtexts.append(termtext) - termnodes.extend(new_termnodes) + # use first classifier as a index key + term = make_glossary_term(env, textnodes, parts[1], source, lineno) + term.rawsource = line + system_messages.extend(sysmsg) + termtexts.append(term.astext()) + termnodes.append(term) - term = make_term_from_paragraph_node(termnodes, ids) - term += system_messages + termnodes.extend(system_messages) defnode = nodes.definition() if definition: self.state.nested_parse(definition, definition.items[0][1], defnode) - + termnodes.append(defnode) items.append((termtexts, - nodes.definition_list_item('', term, defnode))) + nodes.definition_list_item('', *termnodes))) if 'sorted' in self.options: items.sort(key=lambda x: @@ -453,7 +447,7 @@ class StandardDomain(Domain): 'productionlist': ProductionList, } roles = { - 'option': OptionXRefRole(warn_dangling=True), + 'option': OptionXRefRole(), 'envvar': EnvVarXRefRole(), # links to tokens in grammar productions 'token': XRefRole(), @@ -491,7 +485,12 @@ class StandardDomain(Domain): 'the label must precede a section header)', 'numref': 'undefined label: %(target)s', 'keyword': 'unknown keyword: %(target)s', - 'option': 'unknown option: %(target)s', + } + + enumerable_nodes = { # node_class -> (figtype, title_getter) + nodes.figure: ('figure', None), + nodes.table: ('table', None), + nodes.container: ('code-block', None), } def clear_doc(self, docname): @@ -543,33 +542,9 @@ class StandardDomain(Domain): anonlabels[name] = docname, labelid if node.tagname == 'section': sectname = clean_astext(node[0]) # node[0] == title node - elif node.tagname == 'figure': - for n in node: - if n.tagname == 'caption': - sectname = clean_astext(n) - break - else: - continue - elif node.tagname == 'image' and node.parent.tagname == 'figure': - for n in node.parent: - if n.tagname == 'caption': - sectname = clean_astext(n) - break - else: - continue - elif node.tagname == 'table': - for n in node: - if n.tagname == 'title': - sectname = clean_astext(n) - break - else: - continue - elif node.tagname == 'container' and node.get('literal_block'): - for n in node: - if n.tagname == 'caption': - sectname = clean_astext(n) - break - else: + elif self.is_enumerable_node(node): + sectname = self.get_numfig_title(node) + if sectname is None: continue elif node.traverse(addnodes.toctree): n = node.traverse(addnodes.toctree)[0] @@ -634,10 +609,9 @@ class StandardDomain(Domain): lineno=node.line) return contnode - try: - target_node = env.get_doctree(docname).ids[labelid] - figtype = get_figtype(target_node) - except: + target_node = env.get_doctree(docname).ids.get(labelid) + figtype = self.get_figtype(target_node) + if figtype is None: return None try: @@ -747,3 +721,33 @@ class StandardDomain(Domain): def get_type_name(self, type, primary=False): # never prepend "Default" return type.lname + + def is_enumerable_node(self, node): + return node.__class__ in self.enumerable_nodes + + def get_numfig_title(self, node): + """Get the title of enumerable nodes to refer them using its title""" + if self.is_enumerable_node(node): + _, title_getter = self.enumerable_nodes.get(node.__class__, (None, None)) + if title_getter: + return title_getter(node) + else: + for subnode in node: + if subnode.tagname in ('caption', 'title'): + return clean_astext(subnode) + + return None + + def get_figtype(self, node): + """Get figure type of nodes.""" + def has_child(node, cls): + return any(isinstance(child, cls) for child in node) + + if isinstance(node, nodes.container): + if node.get('literal_block') and has_child(node, nodes.literal_block): + return 'code-block' + else: + return None + else: + figtype, _ = self.enumerable_nodes.get(node.__class__, (None, None)) + return figtype diff --git a/sphinx/environment.py b/sphinx/environment.py index ad07b642a..b8b40b8e6 100644 --- a/sphinx/environment.py +++ b/sphinx/environment.py @@ -16,32 +16,32 @@ import time import types import bisect import codecs -import imghdr import string import unicodedata from os import path from glob import glob from itertools import groupby -from six import iteritems, itervalues, text_type, class_types, string_types, next +from six import iteritems, itervalues, text_type, class_types, next from six.moves import cPickle as pickle from docutils import nodes -from docutils.io import FileInput, NullOutput +from docutils.io import NullOutput from docutils.core import Publisher from docutils.utils import Reporter, relative_path, get_source_line -from docutils.readers import standalone from docutils.parsers.rst import roles, directives from docutils.parsers.rst.languages import en as english from docutils.parsers.rst.directives.html import MetaBody -from docutils.writers import UnfilteredWriter from docutils.frontend import OptionParser from sphinx import addnodes +from sphinx.io import SphinxStandaloneReader, SphinxDummyWriter, SphinxFileInput from sphinx.util import url_re, get_matching_docs, docname_join, split_into, \ - FilenameUniqDict, get_figtype, import_object, split_index_msg, split_docinfo + FilenameUniqDict, split_index_msg from sphinx.util.nodes import clean_astext, make_refnode, WarningStream, is_translatable -from sphinx.util.osutil import SEP, getcwd, fs_encoding -from sphinx.util.i18n import find_catalog_files +from sphinx.util.osutil import SEP, getcwd, fs_encoding, ensuredir +from sphinx.util.images import guess_mimetype +from sphinx.util.i18n import find_catalog_files, get_image_filename_for_language, \ + search_image_for_language from sphinx.util.console import bold, purple from sphinx.util.matching import compile_matchers from sphinx.util.parallel import ParallelTasks, parallel_available, make_chunks @@ -49,12 +49,7 @@ from sphinx.util.websupport import is_commentable from sphinx.errors import SphinxError, ExtensionError from sphinx.locale import _ from sphinx.versioning import add_uids, merge_doctrees -from sphinx.transforms import ( - DefaultSubstitutions, MoveModuleTargets, ApplySourceWorkaround, - HandleCodeBlocks, AutoNumbering, SortIds, CitationReferences, Locale, - RemoveTranslatableInline, SphinxContentsFilter, ExtraTranslatableNodes, -) - +from sphinx.transforms import SphinxContentsFilter orig_role_function = roles.role orig_directive_function = directives.directive @@ -97,77 +92,6 @@ class NoUri(Exception): pass -class SphinxStandaloneReader(standalone.Reader): - """ - Add our own transforms. - """ - transforms = [ApplySourceWorkaround, ExtraTranslatableNodes, Locale, CitationReferences, - DefaultSubstitutions, MoveModuleTargets, HandleCodeBlocks, - AutoNumbering, SortIds, RemoveTranslatableInline] - - def __init__(self, app, parsers={}, *args, **kwargs): - standalone.Reader.__init__(self, *args, **kwargs) - self.parser_map = {} - for suffix, parser_class in parsers.items(): - if isinstance(parser_class, string_types): - parser_class = import_object(parser_class, 'source parser') - parser = parser_class() - if hasattr(parser, 'set_application'): - parser.set_application(app) - self.parser_map[suffix] = parser - - def read(self, source, parser, settings): - self.source = source - - for suffix in self.parser_map: - if source.source_path.endswith(suffix): - self.parser = self.parser_map[suffix] - break - - if not self.parser: - self.parser = parser - self.settings = settings - self.input = self.source.read() - self.parse() - return self.document - - def get_transforms(self): - return standalone.Reader.get_transforms(self) + self.transforms - - -class SphinxDummyWriter(UnfilteredWriter): - supported = ('html',) # needed to keep "meta" nodes - - def translate(self): - pass - - -class SphinxFileInput(FileInput): - def __init__(self, app, env, *args, **kwds): - self.app = app - self.env = env - kwds['error_handler'] = 'sphinx' # py3: handle error on open. - FileInput.__init__(self, *args, **kwds) - - def decode(self, data): - if isinstance(data, text_type): # py3: `data` already decoded. - return data - return data.decode(self.encoding, 'sphinx') # py2: decoding - - def read(self): - data = FileInput.read(self) - if self.app: - arg = [data] - self.app.emit('source-read', self.env.docname, arg) - data = arg[0] - docinfo, data = split_docinfo(data) - if self.env.config.rst_epilog: - data = data + '\n' + self.env.config.rst_epilog + '\n' - if self.env.config.rst_prolog: - data = self.env.config.rst_prolog + '\n' + data - return docinfo + data - - class BuildEnvironment: """ The environment in which the ReST files are translated. @@ -178,7 +102,7 @@ class BuildEnvironment: # --------- ENVIRONMENT PERSISTENCE ---------------------------------------- @staticmethod - def frompickle(config, filename): + def frompickle(srcdir, config, filename): picklefile = open(filename, 'rb') try: env = pickle.load(picklefile) @@ -186,6 +110,8 @@ class BuildEnvironment: picklefile.close() if env.version != ENV_VERSION: raise IOError('build environment version not current') + if env.srcdir != srcdir: + raise IOError('source directory has changed') env.config.values = config.values return env @@ -859,9 +785,7 @@ class BuildEnvironment: # save the parsed doctree doctree_filename = self.doc2path(docname, self.doctreedir, '.doctree') - dirname = path.dirname(doctree_filename) - if not path.isdir(dirname): - os.makedirs(dirname) + ensuredir(path.dirname(doctree_filename)) f = open(doctree_filename, 'wb') try: pickle.dump(doctree, f, pickle.HIGHEST_PROTOCOL) @@ -961,6 +885,21 @@ class BuildEnvironment: def process_images(self, docname, doctree): """Process and rewrite image URIs.""" + def collect_candidates(imgpath, candidates): + globbed = {} + for filename in glob(imgpath): + new_imgpath = relative_path(path.join(self.srcdir, 'dummy'), + filename) + try: + mimetype = guess_mimetype(filename) + if mimetype not in candidates: + globbed.setdefault(mimetype, []).append(new_imgpath) + except (OSError, IOError) as err: + self.warn_node('image file %s not readable: %s' % + (filename, err), node) + for key, files in iteritems(globbed): + candidates[key] = sorted(files, key=len)[0] # select by similarity + for node in doctree.traverse(nodes.image): # Map the mimetype to the corresponding image. The writer may # choose the best image from these candidates. The special key * is @@ -973,30 +912,26 @@ class BuildEnvironment: candidates['?'] = imguri continue rel_imgpath, full_imgpath = self.relfn2path(imguri, docname) + if self.config.language: + # substitute figures (ex. foo.png -> foo.en.png) + i18n_full_imgpath = search_image_for_language(full_imgpath, self) + if i18n_full_imgpath != full_imgpath: + full_imgpath = i18n_full_imgpath + rel_imgpath = relative_path(path.join(self.srcdir, 'dummy'), + i18n_full_imgpath) # set imgpath as default URI node['uri'] = rel_imgpath if rel_imgpath.endswith(os.extsep + '*'): - for filename in glob(full_imgpath): - new_imgpath = relative_path(path.join(self.srcdir, 'dummy'), - filename) - if filename.lower().endswith('.pdf'): - candidates['application/pdf'] = new_imgpath - elif filename.lower().endswith('.svg'): - candidates['image/svg+xml'] = new_imgpath - else: - try: - f = open(filename, 'rb') - try: - imgtype = imghdr.what(f) - finally: - f.close() - except (OSError, IOError) as err: - self.warn_node('image file %s not readable: %s' % - (filename, err), node) - if imgtype: - candidates['image/' + imgtype] = new_imgpath + if self.config.language: + # Search language-specific figures at first + i18n_imguri = get_image_filename_for_language(imguri, self) + _, full_i18n_imgpath = self.relfn2path(i18n_imguri, docname) + collect_candidates(full_i18n_imgpath, candidates) + + collect_candidates(full_imgpath, candidates) else: candidates['*'] = rel_imgpath + # map image paths to unique image names (so that they can be put # into a single directory) for imgpath in itervalues(candidates): @@ -1128,7 +1063,7 @@ class BuildEnvironment: entries = self.indexentries[docname] = [] for node in document.traverse(addnodes.index): try: - for type, value, tid, main in node['entries']: + for type, value, tid, main, index_key in node['entries']: split_index_msg(type, value) except ValueError as exc: self.warn_node(exc, node) @@ -1804,12 +1739,7 @@ class BuildEnvironment: fignumbers = self.toc_fignumbers[docname].setdefault(figtype, {}) figure_id = fignode['ids'][0] - if (isinstance(fignode, nodes.image) and - isinstance(fignode.parent, nodes.figure) and - fignode.parent['ids']): - fignumbers[figure_id] = fignumbers[fignode.parent['ids'][0]] - else: - fignumbers[figure_id] = get_next_fignumber(figtype, secnum) + fignumbers[figure_id] = get_next_fignumber(figtype, secnum) def _walk_doctree(docname, doctree, secnum): for subnode in doctree.children: @@ -1830,7 +1760,7 @@ class BuildEnvironment: continue - figtype = get_figtype(subnode) + figtype = self.domains['std'].get_figtype(subnode) if figtype and subnode['ids']: register_fignumber(docname, secnum, figtype, subnode) @@ -1855,16 +1785,16 @@ class BuildEnvironment: """Create the real index from the collected index entries.""" new = {} - def add_entry(word, subword, link=True, dic=new): + def add_entry(word, subword, link=True, dic=new, key=None): # Force the word to be unicode if it's a ASCII bytestring. # This will solve problems with unicode normalization later. # For instance the RFC role will add bytestrings at the moment word = text_type(word) entry = dic.get(word) if not entry: - dic[word] = entry = [[], {}] + dic[word] = entry = [[], {}, key] if subword: - add_entry(subword, '', link=link, dic=entry[1]) + add_entry(subword, '', link=link, dic=entry[1], key=key) elif link: try: uri = builder.get_relative_uri('genindex', fn) + '#' + tid @@ -1876,7 +1806,7 @@ class BuildEnvironment: for fn, entries in iteritems(self.indexentries): # new entry types must be listed in directives/other.py! - for type, value, tid, main in entries: + for type, value, tid, main, index_key in entries: try: if type == 'single': try: @@ -1884,22 +1814,24 @@ class BuildEnvironment: except ValueError: entry, = split_into(1, 'single', value) subentry = '' - add_entry(entry, subentry) + add_entry(entry, subentry, key=index_key) elif type == 'pair': first, second = split_into(2, 'pair', value) - add_entry(first, second) - add_entry(second, first) + add_entry(first, second, key=index_key) + add_entry(second, first, key=index_key) elif type == 'triple': first, second, third = split_into(3, 'triple', value) - add_entry(first, second+' '+third) - add_entry(second, third+', '+first) - add_entry(third, first+' '+second) + add_entry(first, second+' '+third, key=index_key) + add_entry(second, third+', '+first, key=index_key) + add_entry(third, first+' '+second, key=index_key) elif type == 'see': first, second = split_into(2, 'see', value) - add_entry(first, _('see %s') % second, link=False) + add_entry(first, _('see %s') % second, link=False, + key=index_key) elif type == 'seealso': first, second = split_into(2, 'see', value) - add_entry(first, _('see also %s') % second, link=False) + add_entry(first, _('see also %s') % second, link=False, + key=index_key) else: self.warn(fn, 'unknown index entry type %r' % type) except ValueError as err: @@ -1928,7 +1860,7 @@ class BuildEnvironment: oldsubitems = None i = 0 while i < len(newlist): - key, (targets, subitems) = newlist[i] + key, (targets, subitems, _key) = newlist[i] # cannot move if it has subitems; structure gets too complex if not subitems: m = _fixre.match(key) @@ -1936,7 +1868,7 @@ class BuildEnvironment: if oldkey == m.group(1): # prefixes match: add entry as subitem of the # previous entry - oldsubitems.setdefault(m.group(2), [[], {}])[0].\ + oldsubitems.setdefault(m.group(2), [[], {}, _key])[0].\ extend(targets) del newlist[i] continue @@ -1950,14 +1882,17 @@ class BuildEnvironment: def keyfunc2(item, letters=string.ascii_uppercase + '_'): # hack: mutating the subitems dicts to a list in the keyfunc k, v = item - v[1] = sorted((si, se) for (si, (se, void)) in iteritems(v[1])) - # now calculate the key - letter = unicodedata.normalize('NFD', k[0])[0].upper() - if letter in letters: - return letter + v[1] = sorted((si, se) for (si, (se, void, void)) in iteritems(v[1])) + if v[2] is None: + # now calculate the key + letter = unicodedata.normalize('NFD', k[0])[0].upper() + if letter in letters: + return letter + else: + # get all other symbols under one heading + return _('Symbols') else: - # get all other symbols under one heading - return _('Symbols') + return v[2] return [(key_, list(group)) for (key_, group) in groupby(newlist, keyfunc2)] diff --git a/sphinx/ext/autodoc.py b/sphinx/ext/autodoc.py index fc2e237b6..7dc89d39a 100644 --- a/sphinx/ext/autodoc.py +++ b/sphinx/ext/autodoc.py @@ -17,7 +17,7 @@ import inspect import traceback from types import FunctionType, BuiltinFunctionType, MethodType -from six import iterkeys, iteritems, itervalues, text_type, class_types, \ +from six import PY2, iterkeys, iteritems, itervalues, text_type, class_types, \ string_types, StringIO from docutils import nodes from docutils.utils import assemble_option_dict @@ -532,6 +532,8 @@ class Documenter(object): else: errmsg += '; the following exception was raised:\n%s' % \ traceback.format_exc() + if PY2: + errmsg = errmsg.decode('utf-8') dbg(errmsg) self.directive.warn(errmsg) self.env.note_reread() @@ -1285,6 +1287,15 @@ class ClassDocumenter(DocstringSignatureMixin, ModuleLevelDocumenter): (initdocstring == object.__init__.__doc__ or # for pypy initdocstring.strip() == object.__init__.__doc__)): # for !pypy initdocstring = None + if not initdocstring: + # try __new__ + initdocstring = self.get_attr( + self.get_attr(self.object, '__new__', None), '__doc__') + # for new-style classes, no __new__ means default __new__ + if (initdocstring is not None and + (initdocstring == object.__new__.__doc__ or # for pypy + initdocstring.strip() == object.__new__.__doc__)): # for !pypy + initdocstring = None if initdocstring: if content == 'init': docstrings = [initdocstring] diff --git a/sphinx/ext/autosectionlabel.py b/sphinx/ext/autosectionlabel.py new file mode 100644 index 000000000..be769eb85 --- /dev/null +++ b/sphinx/ext/autosectionlabel.py @@ -0,0 +1,34 @@ +# -*- coding: utf-8 -*- +""" + sphinx.ext.autosectionlabel + ~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + Allow reference sections by :ref: role using its title. + + :copyright: Copyright 2007-2016 by the Sphinx team, see AUTHORS. + :license: BSD, see LICENSE for details. +""" + +from docutils import nodes +from sphinx.util.nodes import clean_astext + + +def register_sections_as_label(app, document): + labels = app.env.domaindata['std']['labels'] + anonlabels = app.env.domaindata['std']['anonlabels'] + for node in document.traverse(nodes.section): + name = nodes.fully_normalize_name(node[0].astext()) + labelid = node['ids'][0] + docname = app.env.docname + sectname = clean_astext(node[0]) + + if name in labels: + app.env.warn_node('duplicate label %s, ' % name + 'other instance ' + 'in ' + app.env.doc2path(labels[name][0]), node) + + anonlabels[name] = docname, labelid + labels[name] = docname, labelid, sectname + + +def setup(app): + app.connect('doctree-read', register_sections_as_label) diff --git a/sphinx/ext/graphviz.py b/sphinx/ext/graphviz.py index 44a47d5e1..4e06677ca 100644 --- a/sphinx/ext/graphviz.py +++ b/sphinx/ext/graphviz.py @@ -25,6 +25,7 @@ from docutils.statemachine import ViewList import sphinx from sphinx.errors import SphinxError from sphinx.locale import _ +from sphinx.util.i18n import search_image_for_language from sphinx.util.osutil import ensuredir, ENOENT, EPIPE, EINVAL from sphinx.util.compat import Directive @@ -77,7 +78,8 @@ class Graphviz(Directive): 'Graphviz directive cannot have both content and ' 'a filename argument', line=self.lineno)] env = self.state.document.settings.env - rel_filename, filename = env.relfn2path(self.arguments[0]) + argument = search_image_for_language(self.arguments[0], env) + rel_filename, filename = env.relfn2path(argument) env.note_dependency(rel_filename) try: fp = codecs.open(filename, 'r', 'utf-8') diff --git a/sphinx/ext/inheritance_diagram.py b/sphinx/ext/inheritance_diagram.py index 4ac2bd2fd..a06c4b17c 100644 --- a/sphinx/ext/inheritance_diagram.py +++ b/sphinx/ext/inheritance_diagram.py @@ -365,7 +365,7 @@ def html_visit_inheritance_diagram(self, node): urls[child['reftitle']] = '#' + child.get('refid') dotcode = graph.generate_dot(name, urls, env=self.builder.env) - render_dot_html(self, node, dotcode, [], 'inheritance', 'inheritance', + render_dot_html(self, node, dotcode, {}, 'inheritance', 'inheritance', alt='Inheritance diagram of ' + node['content']) raise nodes.SkipNode @@ -381,7 +381,7 @@ def latex_visit_inheritance_diagram(self, node): dotcode = graph.generate_dot(name, env=self.builder.env, graph_attrs={'size': '"6.0,6.0"'}) - render_dot_latex(self, node, dotcode, [], 'inheritance') + render_dot_latex(self, node, dotcode, {}, 'inheritance') raise nodes.SkipNode @@ -396,7 +396,7 @@ def texinfo_visit_inheritance_diagram(self, node): dotcode = graph.generate_dot(name, env=self.builder.env, graph_attrs={'size': '"6.0,6.0"'}) - render_dot_texinfo(self, node, dotcode, [], 'inheritance') + render_dot_texinfo(self, node, dotcode, {}, 'inheritance') raise nodes.SkipNode diff --git a/sphinx/ext/mathbase.py b/sphinx/ext/mathbase.py index 8ede05b87..bd1e75214 100644 --- a/sphinx/ext/mathbase.py +++ b/sphinx/ext/mathbase.py @@ -214,6 +214,11 @@ def number_equations(app, doctree, docname): node[0] = nodes.Text(num, num) +def setup_amsfont(app): + # use amsfonts if users do not configure latex_elements['amsfonts'] + app.config.latex_elements.setdefault('amsfonts', r'\usepackage{amsfonts}') + + def setup_math(app, htmlinlinevisitors, htmldisplayvisitors): app.add_config_value('math_number_all', False, 'html') app.add_node(math, override=True, @@ -238,4 +243,4 @@ def setup_math(app, htmlinlinevisitors, htmldisplayvisitors): app.add_role('eq', eq_role) app.add_directive('math', MathDirective) app.connect('doctree-resolved', number_equations) - app.add_latex_package('amsfonts') + app.connect('builder-inited', setup_amsfont) diff --git a/sphinx/ext/mathjax.py b/sphinx/ext/mathjax.py index 511c4f3dd..325003d0c 100644 --- a/sphinx/ext/mathjax.py +++ b/sphinx/ext/mathjax.py @@ -35,21 +35,24 @@ def html_visit_displaymath(self, node): self.body.append('') raise nodes.SkipNode + # necessary to e.g. set the id property correctly + if node['number']: + self.body.append('(%s)' % node['number']) + self.body.append(self.builder.config.mathjax_display[0]) parts = [prt for prt in node['latex'].split('\n\n') if prt.strip()] + if len(parts) > 1: # Add alignment if there are more than 1 equation + self.body.append(r' \begin{align}\begin{aligned}') for i, part in enumerate(parts): part = self.encode(part) - if i == 0: - # necessary to e.g. set the id property correctly - if node['number']: - self.body.append('(%s)' % - node['number']) - if '&' in part or '\\\\' in part: - self.body.append(self.builder.config.mathjax_display[0] + - '\\begin{split}' + part + '\\end{split}' + - self.builder.config.mathjax_display[1]) + if r'\\' in part: + self.body.append(r'\begin{split}' + part + r'\end{split}') else: - self.body.append(self.builder.config.mathjax_display[0] + part + - self.builder.config.mathjax_display[1]) + self.body.append(part) + if i < len(parts) - 1: # append new line if not the last equation + self.body.append(r'\\') + if len(parts) > 1: # Add alignment if there are more than 1 equation + self.body.append(r'\end{aligned}\end{align} ') + self.body.append(self.builder.config.mathjax_display[1]) self.body.append('\n') raise nodes.SkipNode diff --git a/sphinx/ext/viewcode.py b/sphinx/ext/viewcode.py index d64cc88f7..89e7a9965 100644 --- a/sphinx/ext/viewcode.py +++ b/sphinx/ext/viewcode.py @@ -139,7 +139,11 @@ def collect_pages(app): # construct a page name for the highlighted source pagename = '_modules/' + modname.replace('.', '/') # highlight the source using the builder's highlighter - highlighted = highlighter.highlight_block(code, 'python', linenos=False) + if env.config.highlight_language == 'python3': + lexer = 'python3' + else: + lexer = 'python' + highlighted = highlighter.highlight_block(code, lexer, linenos=False) # split the code into lines lines = highlighted.splitlines() # split off wrap markup from the first line of the actual code diff --git a/sphinx/highlighting.py b/sphinx/highlighting.py index eb008dc4e..9594b5336 100644 --- a/sphinx/highlighting.py +++ b/sphinx/highlighting.py @@ -9,24 +9,15 @@ :license: BSD, see LICENSE for details. """ -import re -import textwrap - -try: - import parser -except ImportError: - # parser is not available on Jython - parser = None - -from six import PY2, text_type +from six import text_type from sphinx.util.pycompat import htmlescape from sphinx.util.texescape import tex_hl_escape_map_new from sphinx.ext import doctest from pygments import highlight -from pygments.lexers import PythonLexer, PythonConsoleLexer, CLexer, \ - TextLexer, RstLexer +from pygments.lexers import PythonLexer, Python3Lexer, PythonConsoleLexer, \ + CLexer, TextLexer, RstLexer from pygments.lexers import get_lexer_by_name, guess_lexer from pygments.formatters import HtmlFormatter, LatexFormatter from pygments.filters import ErrorToken @@ -37,6 +28,7 @@ from sphinx.pygments_styles import SphinxStyle, NoneStyle lexers = dict( none = TextLexer(stripnl=False), python = PythonLexer(stripnl=False), + python3 = Python3Lexer(stripnl=False), pycon = PythonConsoleLexer(stripnl=False), pycon3 = PythonConsoleLexer(python3=True, stripnl=False), rest = RstLexer(stripnl=False), @@ -99,41 +91,6 @@ class PygmentsBridge(object): return '\\begin{Verbatim}[commandchars=\\\\\\{\\}]\n' + \ source + '\\end{Verbatim}\n' - def try_parse(self, src): - # Make sure it ends in a newline - src += '\n' - - # Ignore consistent indentation. - if src.lstrip('\n').startswith(' '): - src = textwrap.dedent(src) - - # Replace "..." by a mark which is also a valid python expression - # (Note, the highlighter gets the original source, this is only done - # to allow "..." in code and still highlight it as Python code.) - mark = "__highlighting__ellipsis__" - src = src.replace("...", mark) - - # lines beginning with "..." are probably placeholders for suite - src = re.sub(r"(?m)^(\s*)" + mark + "(.)", r"\1" + mark + r"# \2", src) - - if PY2 and isinstance(src, text_type): - # Non-ASCII chars will only occur in string literals - # and comments. If we wanted to give them to the parser - # correctly, we'd have to find out the correct source - # encoding. Since it may not even be given in a snippet, - # just replace all non-ASCII characters. - src = src.encode('ascii', 'replace') - - if parser is None: - return True - - try: - parser.suite(src) - except (SyntaxError, UnicodeEncodeError): - return False - else: - return True - def highlight_block(self, source, lang, opts=None, warn=None, force=False, **kwargs): if not isinstance(source, text_type): source = source.decode() @@ -143,17 +100,13 @@ class PygmentsBridge(object): if source.startswith('>>>'): # interactive session lexer = lexers['pycon'] - elif not force: - # maybe Python -- try parsing it - if self.try_parse(source): - lexer = lexers['python'] - else: - lexer = lexers['none'] else: lexer = lexers['python'] - elif lang in ('python3', 'py3') and source.startswith('>>>'): - # for py3, recognize interactive sessions, but do not try parsing... - lexer = lexers['pycon3'] + elif lang in ('py3', 'python3', 'default'): + if source.startswith('>>>'): + lexer = lexers['pycon3'] + else: + lexer = lexers['python3'] elif lang == 'guess': try: lexer = guess_lexer(source) @@ -186,8 +139,11 @@ class PygmentsBridge(object): except ErrorToken as exc: # this is most probably not the selected language, # so let it pass unhighlighted - if warn: - warn('Could not parse literal_block as "%s". highlighting skipped.' % lang) + if lang == 'default': + pass # automatic highlighting failed. + elif warn: + warn('Could not lex literal_block as "%s". ' + 'Highlighting skipped.' % lang) else: raise exc hlsource = highlight(source, lexers['none'], formatter) diff --git a/sphinx/io.py b/sphinx/io.py new file mode 100644 index 000000000..a186e22e6 --- /dev/null +++ b/sphinx/io.py @@ -0,0 +1,125 @@ +# -*- coding: utf-8 -*- +""" + sphinx.io + ~~~~~~~~~ + + Input/Output files + + :copyright: Copyright 2007-2016 by the Sphinx team, see AUTHORS. + :license: BSD, see LICENSE for details. +""" +from docutils.io import FileInput +from docutils.readers import standalone +from docutils.writers import UnfilteredWriter +from six import string_types, text_type + +from sphinx.transforms import ApplySourceWorkaround, ExtraTranslatableNodes, Locale, \ + CitationReferences, DefaultSubstitutions, MoveModuleTargets, HandleCodeBlocks, \ + AutoNumbering, SortIds, RemoveTranslatableInline +from sphinx.util import import_object, split_docinfo + + +class SphinxBaseReader(standalone.Reader): + """ + Add our source parsers + """ + def __init__(self, app, parsers={}, *args, **kwargs): + standalone.Reader.__init__(self, *args, **kwargs) + self.parser_map = {} + for suffix, parser_class in parsers.items(): + if isinstance(parser_class, string_types): + parser_class = import_object(parser_class, 'source parser') + parser = parser_class() + if hasattr(parser, 'set_application'): + parser.set_application(app) + self.parser_map[suffix] = parser + + def read(self, source, parser, settings): + self.source = source + + for suffix in self.parser_map: + if source.source_path.endswith(suffix): + self.parser = self.parser_map[suffix] + break + + if not self.parser: + self.parser = parser + self.settings = settings + self.input = self.source.read() + self.parse() + return self.document + + def get_transforms(self): + return standalone.Reader.get_transforms(self) + self.transforms + + +class SphinxStandaloneReader(SphinxBaseReader): + """ + Add our own transforms. + """ + transforms = [ApplySourceWorkaround, ExtraTranslatableNodes, Locale, CitationReferences, + DefaultSubstitutions, MoveModuleTargets, HandleCodeBlocks, + AutoNumbering, SortIds, RemoveTranslatableInline] + + +class SphinxI18nReader(SphinxBaseReader): + """ + Replacer for document.reporter.get_source_and_line method. + + reST text lines for translation do not have the original source line number. + This class provides the correct line numbers when reporting. + """ + + transforms = [ApplySourceWorkaround, ExtraTranslatableNodes, CitationReferences, + DefaultSubstitutions, MoveModuleTargets, HandleCodeBlocks, + AutoNumbering, SortIds, RemoveTranslatableInline] + + def __init__(self, *args, **kwargs): + SphinxBaseReader.__init__(self, *args, **kwargs) + self.lineno = None + + def set_lineno_for_reporter(self, lineno): + self.lineno = lineno + + def new_document(self): + document = SphinxBaseReader.new_document(self) + reporter = document.reporter + + def get_source_and_line(lineno=None): + return reporter.source, self.lineno + + reporter.get_source_and_line = get_source_and_line + return document + + +class SphinxDummyWriter(UnfilteredWriter): + supported = ('html',) # needed to keep "meta" nodes + + def translate(self): + pass + + +class SphinxFileInput(FileInput): + def __init__(self, app, env, *args, **kwds): + self.app = app + self.env = env + kwds['error_handler'] = 'sphinx' # py3: handle error on open. + FileInput.__init__(self, *args, **kwds) + + def decode(self, data): + if isinstance(data, text_type): # py3: `data` already decoded. + return data + return data.decode(self.encoding, 'sphinx') # py2: decoding + + def read(self): + data = FileInput.read(self) + if self.app: + arg = [data] + self.app.emit('source-read', self.env.docname, arg) + data = arg[0] + docinfo, data = split_docinfo(data) + if self.env.config.rst_epilog: + data = data + '\n' + self.env.config.rst_epilog + '\n' + if self.env.config.rst_prolog: + data = self.env.config.rst_prolog + '\n' + data + return docinfo + data diff --git a/sphinx/locale/bn/LC_MESSAGES/sphinx.js b/sphinx/locale/bn/LC_MESSAGES/sphinx.js index e0f7654f2..5624e417a 100644 --- a/sphinx/locale/bn/LC_MESSAGES/sphinx.js +++ b/sphinx/locale/bn/LC_MESSAGES/sphinx.js @@ -1 +1 @@ -Documentation.addTranslations({"locale": "bn", "plural_expr": "(n != 1)", "messages": {"Next topic": "\u09aa\u09b0\u09ac\u09b0\u09cd\u09a4\u09c0 \u099f\u09aa\u09bf\u0995", "Index": "\u0987\u09a8\u09a1\u09c7\u0995\u09cd\u09b8", "%(filename)s — %(docstitle)s": "%(filename)s — %(docstitle)s", "Welcome! This is": "", "Copyright": "\u0995\u09aa\u09bf\u09b0\u09be\u0987\u099f", "C API changes": "C API \u09aa\u09b0\u09bf\u09ac\u09b0\u09cd\u09a4\u09a8", "quick access to all modules": "\u09b8\u0995\u09b2 \u09ae\u09a1\u09bf\u0989\u09b2\u09c7 \u09a6\u09cd\u09b0\u09c1\u09a4 \u09aa\u09cd\u09b0\u09ac\u09c7\u09b6", "© Copyright %(copyright)s.": "© \u0995\u09aa\u09bf\u09b0\u09be\u0987\u099f %(copyright)s.", "Global Module Index": "\u0997\u09cd\u09b2\u09c7\u09be\u09ac\u09be\u09b2 \u09ae\u09a1\u09bf\u0989\u09b2 \u0987\u09a8\u09a1\u09c7\u0995\u09cd\u09b8", "Your search did not match any documents. Please make sure that all words are spelled correctly and that you've selected enough categories.": "", "Index – %(key)s": "\u0987\u09a8\u09a1\u09c7\u0995\u09cd\u09b8 – %(key)s", "General Index": "\u09b8\u09be\u09a7\u09be\u09b0\u09a3 \u0987\u09a8\u09a1\u09c7\u0995\u09cd\u09b8", "next chapter": "\u09aa\u09b0\u09ac\u09b0\u09cd\u09a4\u09c0 \u0985\u09a7\u09cd\u09af\u09be\u09df", "Search finished, found %s page(s) matching the search query.": "", "previous chapter": "\u09aa\u09c2\u09b0\u09cd\u09ac\u09ac\u09b0\u09cd\u09a4\u09c0 \u0985\u09a7\u09cd\u09af\u09be\u09df", "Permalink to this headline": "\u098f\u0987 \u09b6\u09bf\u09b0\u09c7\u09be\u09a8\u09be\u09ae\u09c7\u09b0 \u09aa\u09be\u09b0\u09cd\u09ae\u09be\u09b2\u09bf\u0999\u09cd\u0995", "About these documents": "\u098f\u0987 \u09a1\u0995\u09c1\u09ae\u09c7\u09a8\u09cd\u099f \u09b8\u09ae\u09cd\u09aa\u09b0\u09cd\u0995\u09c7", "Preparing search...": "", ", in ": "", "Navigation": "\u09a8\u09c7\u09ad\u09bf\u0997\u09c7\u09b6\u09a8", "Expand sidebar": "", "the documentation for": "", "Complete Table of Contents": "\u09aa\u09c2\u09b0\u09cd\u09a3\u09be\u0999\u09cd\u0997 \u09b8\u09c2\u099a\u09c0\u09aa\u09a4\u09cd\u09b0", "Contents": "", "can be huge": "\u0996\u09c1\u09ac \u09ac\u09dc \u09b9\u09a4\u09c7 \u09aa\u09be\u09b0\u09c7", "Changes in Version %(version)s — %(docstitle)s": "%(version)s — %(docstitle)s-\u098f \u09aa\u09b0\u09bf\u09ac\u09b0\u09cd\u09a4\u09a8 \u09b8\u09ae\u09c2\u09b9", "Other changes": "\u0985\u09a8\u09cd\u09af\u09be\u09a8\u09cd\u09af \u09aa\u09b0\u09bf\u09ac\u09b0\u09cd\u09a4\u09a8", "Hide Search Matches": "\u0985\u09a8\u09c1\u09b8\u09a8\u09cd\u09a7\u09be\u09a8\u09c7\u09b0 \u09ae\u09cd\u09af\u09be\u099a\u0997\u09c1\u09b2\u09c7\u09be \u09b2\u09c1\u0995\u09be\u09a8", "Quick search": "\u09a6\u09cd\u09b0\u09c1\u09a4 \u0985\u09a8\u09c1\u09b8\u09a8\u09cd\u09a7\u09be\u09a8", "Show Source": "\u09b8\u09c7\u09be\u09b0\u09cd\u09b8 \u09a6\u09c7\u0996\u09c1\u09a8", "Search": "\u0985\u09a8\u09c1\u09b8\u09a8\u09cd\u09a7\u09be\u09a8", "This Page": "\u098f\u0987 \u09aa\u09be\u09a4\u09be", "From here you can search these documents. Enter your search\n words into the box below and click \"search\". Note that the search\n function will automatically search for all of the words. Pages\n containing fewer words won't appear in the result list.": "\u098f\u0996\u09be\u09a8 \u09a5\u09c7\u0995\u09c7 \u098f\u0987 \u09a8\u09a5\u09bf\u0997\u09c1\u09b2\u09c7\u09be\u09a4\u09c7 \u0986\u09aa\u09a8\u09bf \u0985\u09a8\u09c1\u09b8\u09a8\u09cd\u09a7\u09be\u09a8 \u0995\u09b0\u09a4\u09c7 \u09aa\u09be\u09b0\u09ac\u09c7\u09a8\u0964 \n \u0986\u09aa\u09a8\u09be\u09b0 \u0995\u09be\u0999\u09cd\u0995\u09cd\u09b7\u09bf\u09a4 \u09b6\u09ac\u09cd\u09a6\u09b8\u09ae\u09c2\u09b9 \u09a8\u09bf\u099a\u09c7\u09b0 \u09ac\u09be\u0995\u09cd\u09b8\u09c7 \u09b2\u09bf\u0996\u09c1\u09a8 \u098f\u09ac\u0982 \"\u0985\u09a8\u09c1\u09b8\u09a8\u09cd\u09a7\u09be\u09a8\" \u09ac\u09be\u099f\u09a8\u09c7 \u0995\u09cd\u09b2\u09bf\u0995 \u0995\u09b0\u09c1\u09a8\u0964\n \u0989\u09b2\u09cd\u09b2\u09c7\u0996\u09cd\u09af, \u09b8\u0995\u09b2 \u09b6\u09ac\u09cd\u09a6\u09b8\u09ae\u09c2\u09b9\u09c7\u09b0 \u0989\u09aa\u09b8\u09cd\u09a5\u09bf\u09a4\u09bf \u09a8\u09bf\u09df\u09c7 \u0985\u09a8\u09c1\u09b8\u09a8\u09cd\u09a7\u09be\u09a8 \u0995\u09b0\u09be \u09b9\u09ac\u09c7\u0964 \u09af\u09c7\u09b8\u09ac \u09aa\u09be\u09a4\u09be\u09df \u09b8\u0995\u09b2\n \u09b6\u09ac\u09cd\u09a6 \u09a8\u09c7\u0987 \u09b8\u09c7\u0997\u09c1\u09b2\u09c7\u09be \u09ac\u09be\u09a6 \u09a6\u09c7\u09df\u09be \u09b9\u09ac\u09c7\u0964", "Created using Sphinx %(sphinx_version)s.": "Sphinx %(sphinx_version)s \u09a6\u09bf\u09df\u09c7 \u09a4\u09c8\u09b0\u09c0\u0964", "last updated": "", "Collapse sidebar": "", "Go": "\u09af\u09be\u09a8", "Table Of Contents": "\u09b8\u09c2\u099a\u09c0\u09aa\u09a4\u09cd\u09b0", "Search within %(docstitle)s": "%(docstitle)s \u098f\u09b0 \u09ae\u09a7\u09cd\u09af\u09c7 \u0996\u09c1\u0981\u099c\u09c1\u09a8", "all functions, classes, terms": "\u09b8\u0995\u09b2 \u09ab\u09be\u0982\u09b6\u09a8, \u0995\u09cd\u09b2\u09be\u09b8, \u099f\u09be\u09b0\u09cd\u09ae", "Please activate JavaScript to enable the search\n functionality.": "\u0985\u09a8\u09c1\u09b8\u09a8\u09cd\u09a7\u09be\u09a8 \u0995\u09b0\u09be\u09b0 \u099c\u09a8\u09cd\u09af \u0985\u09a8\u09c1\u0997\u09cd\u09b0\u09b9\u09aa\u09c2\u09b0\u09cd\u09ac\u0995 \u099c\u09be\u09ad\u09be\u09b8\u09cd\u0995\u09cd\u09b0\u09bf\u09aa\u09cd\u099f \n \u09b8\u0995\u09cd\u09b0\u09bf\u09df \u0995\u09b0\u09c1\u09a8\u0964", "Indices and tables:": "\u0987\u09a8\u09a1\u09c7\u0995\u09cd\u09b8 \u0993 \u099f\u09c7\u09ac\u09bf\u09b2 \u09b8\u09ae\u09c2\u09b9:", "lists all sections and subsections": "\u09b8\u0995\u09b2 \u0985\u09a8\u09c1\u099a\u09cd\u099b\u09c7\u09a6 \u09b8\u09ae\u09c2\u09b9\u09c7\u09b0 \u09a4\u09be\u09b2\u09bf\u0995\u09be", "Index pages by letter": "\u09ac\u09b0\u09cd\u09a3\u09be\u09a8\u09c1\u09b8\u09be\u09b0\u09c7 \u0987\u09a8\u09a1\u09c7\u0995\u09cd\u09b8 \u09aa\u09be\u09a4\u09be", "search": "\u0996\u09c1\u0981\u099c\u09c1\u09a8", "Permalink to this definition": "\u098f\u0987 \u09b8\u0982\u099c\u09cd\u099e\u09be\u09b0 \u09aa\u09be\u09b0\u09cd\u09ae\u09be\u09b2\u09bf\u0999\u09cd\u0995", "Previous topic": "\u09aa\u09c2\u09b0\u09cd\u09ac\u09ac\u09b0\u09cd\u09a4\u09c0 \u099f\u09aa\u09bf\u0995", "Overview": "\u09ad\u09c1\u09ae\u09bf\u0995\u09be", "Last updated on %(last_updated)s.": "%(last_updated)s \u09b8\u09b0\u09cd\u09ac\u09b6\u09c7\u09b7 \u09aa\u09b0\u09bf\u09ac\u09b0\u09cd\u09a4\u09a8 \u0995\u09b0\u09be \u09b9\u09df\u09c7\u099b\u09c7\u0964", "Searching": "", "search this documentation": "\u098f\u0987 \u09b8\u09b9\u09be\u09df\u09bf\u0995\u09be\u09a4\u09c7 \u0985\u09a8\u09c1\u09b8\u09a8\u09cd\u09a7\u09be \u0995\u09b0\u09c1\u09a8", "Automatically generated list of changes in version %(version)s": "\u09b8\u09cd\u09ac\u09df\u0982\u0995\u09cd\u09b0\u09bf\u09df\u09ad\u09be\u09ac\u09c7 \u09a4\u09c8\u09b0\u09c0 %(version)s-\u098f \u09aa\u09b0\u09bf\u09ac\u09b0\u09cd\u09a4\u09a8 \u09b8\u09ae\u09c2\u09b9\u09c7\u09b0 \u09a4\u09be\u09b2\u09bf\u0995\u09be\u0964", "Full index on one page": "\u098f\u0995 \u09aa\u09be\u09a4\u09be\u09df \u09b8\u09ae\u09cd\u09aa\u09c2\u09b0\u09cd\u09a3 \u0987\u09a8\u09a1\u09c7\u0995\u09cd\u09b8", "Enter search terms or a module, class or function name.": "\u0985\u09a8\u09c1\u09b8\u09a8\u09cd\u09a7\u09be\u09a8\u09c7\u09b0 \u099c\u09a8\u09cd\u09af \u099f\u09be\u09b0\u09cd\u09ae, \u09ae\u09a1\u09bf\u0989\u09b2, \u0995\u09cd\u09b2\u09be\u09b8 \u0985\u09a5\u09ac\u09be \u09ab\u09be\u0982\u09b6\u09a8\u09c7\u09b0 \u09a8\u09be\u09ae \u09a6\u09bf\u09a8\u0964", "© Copyright %(copyright)s.": "© \u0995\u09aa\u09bf\u09b0\u09be\u0987\u099f %(copyright)s.", "Library changes": "\u09b2\u09be\u0987\u09ac\u09cd\u09b0\u09c7\u09b0\u09bf\u09b0 \u09aa\u09b0\u09bf\u09ac\u09b0\u09cd\u09a4\u09a8", "Search Page": "\u0985\u09a8\u09c1\u09b8\u09a8\u09cd\u09a7\u09be\u09a8 \u09aa\u09be\u09a4\u09be", "Search Results": "\u0985\u09a8\u09c1\u09b8\u09a8\u09cd\u09a7\u09be\u09a8\u09c7\u09b0 \u09ab\u09b2\u09be\u09ab\u09b2"}}); \ No newline at end of file +Documentation.addTranslations({"locale": "bn", "messages": {"%(filename)s — %(docstitle)s": "%(filename)s — %(docstitle)s", "© Copyright %(copyright)s.": "© \u0995\u09aa\u09bf\u09b0\u09be\u0987\u099f %(copyright)s.", "© Copyright %(copyright)s.": "© \u0995\u09aa\u09bf\u09b0\u09be\u0987\u099f %(copyright)s.", ", in ": "", "About these documents": "\u098f\u0987 \u09a1\u0995\u09c1\u09ae\u09c7\u09a8\u09cd\u099f \u09b8\u09ae\u09cd\u09aa\u09b0\u09cd\u0995\u09c7", "Automatically generated list of changes in version %(version)s": "\u09b8\u09cd\u09ac\u09df\u0982\u0995\u09cd\u09b0\u09bf\u09df\u09ad\u09be\u09ac\u09c7 \u09a4\u09c8\u09b0\u09c0 %(version)s-\u098f \u09aa\u09b0\u09bf\u09ac\u09b0\u09cd\u09a4\u09a8 \u09b8\u09ae\u09c2\u09b9\u09c7\u09b0 \u09a4\u09be\u09b2\u09bf\u0995\u09be\u0964", "C API changes": "C API \u09aa\u09b0\u09bf\u09ac\u09b0\u09cd\u09a4\u09a8", "Changes in Version %(version)s — %(docstitle)s": "%(version)s — %(docstitle)s-\u098f \u09aa\u09b0\u09bf\u09ac\u09b0\u09cd\u09a4\u09a8 \u09b8\u09ae\u09c2\u09b9", "Collapse sidebar": "", "Complete Table of Contents": "\u09aa\u09c2\u09b0\u09cd\u09a3\u09be\u0999\u09cd\u0997 \u09b8\u09c2\u099a\u09c0\u09aa\u09a4\u09cd\u09b0", "Contents": "", "Copyright": "\u0995\u09aa\u09bf\u09b0\u09be\u0987\u099f", "Created using Sphinx %(sphinx_version)s.": "Sphinx %(sphinx_version)s \u09a6\u09bf\u09df\u09c7 \u09a4\u09c8\u09b0\u09c0\u0964", "Enter search terms or a module, class or function name.": "\u0985\u09a8\u09c1\u09b8\u09a8\u09cd\u09a7\u09be\u09a8\u09c7\u09b0 \u099c\u09a8\u09cd\u09af \u099f\u09be\u09b0\u09cd\u09ae, \u09ae\u09a1\u09bf\u0989\u09b2, \u0995\u09cd\u09b2\u09be\u09b8 \u0985\u09a5\u09ac\u09be \u09ab\u09be\u0982\u09b6\u09a8\u09c7\u09b0 \u09a8\u09be\u09ae \u09a6\u09bf\u09a8\u0964", "Expand sidebar": "", "From here you can search these documents. Enter your search\n words into the box below and click \"search\". Note that the search\n function will automatically search for all of the words. Pages\n containing fewer words won't appear in the result list.": "\u098f\u0996\u09be\u09a8 \u09a5\u09c7\u0995\u09c7 \u098f\u0987 \u09a8\u09a5\u09bf\u0997\u09c1\u09b2\u09c7\u09be\u09a4\u09c7 \u0986\u09aa\u09a8\u09bf \u0985\u09a8\u09c1\u09b8\u09a8\u09cd\u09a7\u09be\u09a8 \u0995\u09b0\u09a4\u09c7 \u09aa\u09be\u09b0\u09ac\u09c7\u09a8\u0964 \n \u0986\u09aa\u09a8\u09be\u09b0 \u0995\u09be\u0999\u09cd\u0995\u09cd\u09b7\u09bf\u09a4 \u09b6\u09ac\u09cd\u09a6\u09b8\u09ae\u09c2\u09b9 \u09a8\u09bf\u099a\u09c7\u09b0 \u09ac\u09be\u0995\u09cd\u09b8\u09c7 \u09b2\u09bf\u0996\u09c1\u09a8 \u098f\u09ac\u0982 \"\u0985\u09a8\u09c1\u09b8\u09a8\u09cd\u09a7\u09be\u09a8\" \u09ac\u09be\u099f\u09a8\u09c7 \u0995\u09cd\u09b2\u09bf\u0995 \u0995\u09b0\u09c1\u09a8\u0964\n \u0989\u09b2\u09cd\u09b2\u09c7\u0996\u09cd\u09af, \u09b8\u0995\u09b2 \u09b6\u09ac\u09cd\u09a6\u09b8\u09ae\u09c2\u09b9\u09c7\u09b0 \u0989\u09aa\u09b8\u09cd\u09a5\u09bf\u09a4\u09bf \u09a8\u09bf\u09df\u09c7 \u0985\u09a8\u09c1\u09b8\u09a8\u09cd\u09a7\u09be\u09a8 \u0995\u09b0\u09be \u09b9\u09ac\u09c7\u0964 \u09af\u09c7\u09b8\u09ac \u09aa\u09be\u09a4\u09be\u09df \u09b8\u0995\u09b2\n \u09b6\u09ac\u09cd\u09a6 \u09a8\u09c7\u0987 \u09b8\u09c7\u0997\u09c1\u09b2\u09c7\u09be \u09ac\u09be\u09a6 \u09a6\u09c7\u09df\u09be \u09b9\u09ac\u09c7\u0964", "Full index on one page": "\u098f\u0995 \u09aa\u09be\u09a4\u09be\u09df \u09b8\u09ae\u09cd\u09aa\u09c2\u09b0\u09cd\u09a3 \u0987\u09a8\u09a1\u09c7\u0995\u09cd\u09b8", "General Index": "\u09b8\u09be\u09a7\u09be\u09b0\u09a3 \u0987\u09a8\u09a1\u09c7\u0995\u09cd\u09b8", "Global Module Index": "\u0997\u09cd\u09b2\u09c7\u09be\u09ac\u09be\u09b2 \u09ae\u09a1\u09bf\u0989\u09b2 \u0987\u09a8\u09a1\u09c7\u0995\u09cd\u09b8", "Go": "\u09af\u09be\u09a8", "Hide Search Matches": "\u0985\u09a8\u09c1\u09b8\u09a8\u09cd\u09a7\u09be\u09a8\u09c7\u09b0 \u09ae\u09cd\u09af\u09be\u099a\u0997\u09c1\u09b2\u09c7\u09be \u09b2\u09c1\u0995\u09be\u09a8", "Index": "\u0987\u09a8\u09a1\u09c7\u0995\u09cd\u09b8", "Index – %(key)s": "\u0987\u09a8\u09a1\u09c7\u0995\u09cd\u09b8 – %(key)s", "Index pages by letter": "\u09ac\u09b0\u09cd\u09a3\u09be\u09a8\u09c1\u09b8\u09be\u09b0\u09c7 \u0987\u09a8\u09a1\u09c7\u0995\u09cd\u09b8 \u09aa\u09be\u09a4\u09be", "Indices and tables:": "\u0987\u09a8\u09a1\u09c7\u0995\u09cd\u09b8 \u0993 \u099f\u09c7\u09ac\u09bf\u09b2 \u09b8\u09ae\u09c2\u09b9:", "Last updated on %(last_updated)s.": "%(last_updated)s \u09b8\u09b0\u09cd\u09ac\u09b6\u09c7\u09b7 \u09aa\u09b0\u09bf\u09ac\u09b0\u09cd\u09a4\u09a8 \u0995\u09b0\u09be \u09b9\u09df\u09c7\u099b\u09c7\u0964", "Library changes": "\u09b2\u09be\u0987\u09ac\u09cd\u09b0\u09c7\u09b0\u09bf\u09b0 \u09aa\u09b0\u09bf\u09ac\u09b0\u09cd\u09a4\u09a8", "Navigation": "\u09a8\u09c7\u09ad\u09bf\u0997\u09c7\u09b6\u09a8", "Next topic": "\u09aa\u09b0\u09ac\u09b0\u09cd\u09a4\u09c0 \u099f\u09aa\u09bf\u0995", "Other changes": "\u0985\u09a8\u09cd\u09af\u09be\u09a8\u09cd\u09af \u09aa\u09b0\u09bf\u09ac\u09b0\u09cd\u09a4\u09a8", "Overview": "\u09ad\u09c1\u09ae\u09bf\u0995\u09be", "Permalink to this definition": "\u098f\u0987 \u09b8\u0982\u099c\u09cd\u099e\u09be\u09b0 \u09aa\u09be\u09b0\u09cd\u09ae\u09be\u09b2\u09bf\u0999\u09cd\u0995", "Permalink to this headline": "\u098f\u0987 \u09b6\u09bf\u09b0\u09c7\u09be\u09a8\u09be\u09ae\u09c7\u09b0 \u09aa\u09be\u09b0\u09cd\u09ae\u09be\u09b2\u09bf\u0999\u09cd\u0995", "Please activate JavaScript to enable the search\n functionality.": "\u0985\u09a8\u09c1\u09b8\u09a8\u09cd\u09a7\u09be\u09a8 \u0995\u09b0\u09be\u09b0 \u099c\u09a8\u09cd\u09af \u0985\u09a8\u09c1\u0997\u09cd\u09b0\u09b9\u09aa\u09c2\u09b0\u09cd\u09ac\u0995 \u099c\u09be\u09ad\u09be\u09b8\u09cd\u0995\u09cd\u09b0\u09bf\u09aa\u09cd\u099f \n \u09b8\u0995\u09cd\u09b0\u09bf\u09df \u0995\u09b0\u09c1\u09a8\u0964", "Preparing search...": "", "Previous topic": "\u09aa\u09c2\u09b0\u09cd\u09ac\u09ac\u09b0\u09cd\u09a4\u09c0 \u099f\u09aa\u09bf\u0995", "Quick search": "\u09a6\u09cd\u09b0\u09c1\u09a4 \u0985\u09a8\u09c1\u09b8\u09a8\u09cd\u09a7\u09be\u09a8", "Search": "\u0985\u09a8\u09c1\u09b8\u09a8\u09cd\u09a7\u09be\u09a8", "Search Page": "\u0985\u09a8\u09c1\u09b8\u09a8\u09cd\u09a7\u09be\u09a8 \u09aa\u09be\u09a4\u09be", "Search Results": "\u0985\u09a8\u09c1\u09b8\u09a8\u09cd\u09a7\u09be\u09a8\u09c7\u09b0 \u09ab\u09b2\u09be\u09ab\u09b2", "Search finished, found %s page(s) matching the search query.": "", "Search within %(docstitle)s": "%(docstitle)s \u098f\u09b0 \u09ae\u09a7\u09cd\u09af\u09c7 \u0996\u09c1\u0981\u099c\u09c1\u09a8", "Searching": "", "Show Source": "\u09b8\u09c7\u09be\u09b0\u09cd\u09b8 \u09a6\u09c7\u0996\u09c1\u09a8", "Table Of Contents": "\u09b8\u09c2\u099a\u09c0\u09aa\u09a4\u09cd\u09b0", "This Page": "\u098f\u0987 \u09aa\u09be\u09a4\u09be", "Welcome! This is": "", "Your search did not match any documents. Please make sure that all words are spelled correctly and that you've selected enough categories.": "", "all functions, classes, terms": "\u09b8\u0995\u09b2 \u09ab\u09be\u0982\u09b6\u09a8, \u0995\u09cd\u09b2\u09be\u09b8, \u099f\u09be\u09b0\u09cd\u09ae", "can be huge": "\u0996\u09c1\u09ac \u09ac\u09dc \u09b9\u09a4\u09c7 \u09aa\u09be\u09b0\u09c7", "last updated": "", "lists all sections and subsections": "\u09b8\u0995\u09b2 \u0985\u09a8\u09c1\u099a\u09cd\u099b\u09c7\u09a6 \u09b8\u09ae\u09c2\u09b9\u09c7\u09b0 \u09a4\u09be\u09b2\u09bf\u0995\u09be", "next chapter": "\u09aa\u09b0\u09ac\u09b0\u09cd\u09a4\u09c0 \u0985\u09a7\u09cd\u09af\u09be\u09df", "previous chapter": "\u09aa\u09c2\u09b0\u09cd\u09ac\u09ac\u09b0\u09cd\u09a4\u09c0 \u0985\u09a7\u09cd\u09af\u09be\u09df", "quick access to all modules": "\u09b8\u0995\u09b2 \u09ae\u09a1\u09bf\u0989\u09b2\u09c7 \u09a6\u09cd\u09b0\u09c1\u09a4 \u09aa\u09cd\u09b0\u09ac\u09c7\u09b6", "search": "\u0996\u09c1\u0981\u099c\u09c1\u09a8", "search this documentation": "\u098f\u0987 \u09b8\u09b9\u09be\u09df\u09bf\u0995\u09be\u09a4\u09c7 \u0985\u09a8\u09c1\u09b8\u09a8\u09cd\u09a7\u09be \u0995\u09b0\u09c1\u09a8", "the documentation for": ""}, "plural_expr": "(n != 1)"}); \ No newline at end of file diff --git a/sphinx/locale/bn/LC_MESSAGES/sphinx.mo b/sphinx/locale/bn/LC_MESSAGES/sphinx.mo index e0c7cc56a..ae40e0137 100644 Binary files a/sphinx/locale/bn/LC_MESSAGES/sphinx.mo and b/sphinx/locale/bn/LC_MESSAGES/sphinx.mo differ diff --git a/sphinx/locale/bn/LC_MESSAGES/sphinx.po b/sphinx/locale/bn/LC_MESSAGES/sphinx.po index d0a605e51..b173e8bcd 100644 --- a/sphinx/locale/bn/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/bn/LC_MESSAGES/sphinx.po @@ -1,55 +1,55 @@ -# Translations template for Sphinx. -# Copyright (C) 2015 ORGANIZATION +# Bengali translations for Sphinx. +# Copyright (C) 2016 ORGANIZATION # This file is distributed under the same license as the Sphinx project. -# -# Translators: -# FIRST AUTHOR , 2009 +# FIRST AUTHOR , 2016. +# msgid "" msgstr "" -"Project-Id-Version: Sphinx\n" +"Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2015-03-08 23:31+0900\n" +"POT-Creation-Date: 2016-02-14 22:15+0900\n" "PO-Revision-Date: 2015-03-08 14:35+0000\n" "Last-Translator: Takayuki Shimizukawa \n" -"Language-Team: Bengali (http://www.transifex.com/projects/p/sphinx-1/language/bn/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 1.3\n" "Language: bn\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"Language-Team: Bengali " +"(http://www.transifex.com/projects/p/sphinx-1/language/bn/)\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.2.0\n" -#: sphinx/config.py:80 +#: sphinx/config.py:84 #, python-format msgid "Fig. %s" msgstr "" -#: sphinx/config.py:81 +#: sphinx/config.py:85 #, python-format msgid "Table %s" msgstr "" -#: sphinx/config.py:82 +#: sphinx/config.py:86 #, python-format msgid "Listing %s" msgstr "" -#: sphinx/config.py:89 +#: sphinx/config.py:93 #, python-format msgid "%s %s documentation" msgstr "" -#: sphinx/environment.py:1880 +#: sphinx/environment.py:1815 #, python-format msgid "see %s" msgstr "" -#: sphinx/environment.py:1883 +#: sphinx/environment.py:1819 #, python-format msgid "see also %s" msgstr "" -#: sphinx/environment.py:1941 +#: sphinx/environment.py:1879 msgid "Symbols" msgstr "" @@ -58,11 +58,10 @@ msgstr "" msgid "Python Enhancement Proposals; PEP %s" msgstr "পাইথন উন্নয়ন পরামর্শ; PEP %s" -#: sphinx/transforms.py:58 sphinx/writers/latex.py:212 -#: sphinx/writers/manpage.py:67 sphinx/writers/texinfo.py:221 -#, python-format -msgid "%B %d, %Y" -msgstr "%B %d, %Y" +#: sphinx/transforms.py:56 sphinx/writers/latex.py:357 +#: sphinx/writers/manpage.py:101 sphinx/writers/texinfo.py:222 +msgid "MMMM dd, YYYY" +msgstr "" #: sphinx/builders/changes.py:75 msgid "Builtins" @@ -72,64 +71,63 @@ msgstr "বিল্টইন সমূহ" msgid "Module level" msgstr "মডিউল লেভেল" -#: sphinx/builders/html.py:291 -#, python-format -msgid "%b %d, %Y" -msgstr "%b %d, %Y" +#: sphinx/builders/html.py:295 +msgid "MMM dd, YYYY" +msgstr "" -#: sphinx/builders/html.py:310 sphinx/themes/basic/defindex.html:30 +#: sphinx/builders/html.py:315 sphinx/themes/basic/defindex.html:30 msgid "General Index" msgstr "সাধারণ ইনডেক্স" -#: sphinx/builders/html.py:310 +#: sphinx/builders/html.py:315 msgid "index" msgstr "ইনডেক্স" -#: sphinx/builders/html.py:371 +#: sphinx/builders/html.py:376 msgid "next" msgstr "পরবর্তী" -#: sphinx/builders/html.py:380 +#: sphinx/builders/html.py:385 msgid "previous" msgstr "পূর্ববর্তী" -#: sphinx/builders/latex.py:144 sphinx/builders/texinfo.py:198 +#: sphinx/builders/latex.py:165 sphinx/builders/texinfo.py:199 msgid " (in " msgstr "(-" -#: sphinx/directives/other.py:150 +#: sphinx/directives/other.py:149 msgid "Section author: " msgstr "অনুচ্ছেদ লেখক:" -#: sphinx/directives/other.py:152 +#: sphinx/directives/other.py:151 msgid "Module author: " msgstr "মডিউল লেখক:" -#: sphinx/directives/other.py:154 +#: sphinx/directives/other.py:153 msgid "Code author: " msgstr "" -#: sphinx/directives/other.py:156 +#: sphinx/directives/other.py:155 msgid "Author: " msgstr "লেখক:" -#: sphinx/domains/__init__.py:273 +#: sphinx/domains/__init__.py:275 #, python-format msgid "%s %s" msgstr "" -#: sphinx/domains/c.py:58 sphinx/domains/cpp.py:2408 -#: sphinx/domains/python.py:122 +#: sphinx/domains/c.py:58 sphinx/domains/cpp.py:3605 +#: sphinx/domains/python.py:124 msgid "Parameters" msgstr "প্যারামিটার" -#: sphinx/domains/c.py:61 sphinx/domains/cpp.py:2414 -#: sphinx/domains/javascript.py:128 sphinx/domains/python.py:134 +#: sphinx/domains/c.py:61 sphinx/domains/cpp.py:3614 +#: sphinx/domains/javascript.py:128 sphinx/domains/python.py:136 msgid "Returns" msgstr "রিটার্নস" #: sphinx/domains/c.py:63 sphinx/domains/javascript.py:130 -#: sphinx/domains/python.py:136 +#: sphinx/domains/python.py:138 msgid "Return type" msgstr "রিটার্ন টাইপ" @@ -158,12 +156,12 @@ msgstr "%s (C টাইপ)" msgid "%s (C variable)" msgstr "%s (C ভ্যারিয়েবল)" -#: sphinx/domains/c.py:242 sphinx/domains/cpp.py:2680 -#: sphinx/domains/javascript.py:164 sphinx/domains/python.py:587 +#: sphinx/domains/c.py:242 sphinx/domains/cpp.py:3953 +#: sphinx/domains/javascript.py:164 sphinx/domains/python.py:589 msgid "function" msgstr "ফাংশন" -#: sphinx/domains/c.py:243 sphinx/domains/cpp.py:2681 +#: sphinx/domains/c.py:243 sphinx/domains/cpp.py:3954 msgid "member" msgstr "" @@ -171,7 +169,7 @@ msgstr "" msgid "macro" msgstr "" -#: sphinx/domains/c.py:245 sphinx/domains/cpp.py:2682 +#: sphinx/domains/c.py:245 sphinx/domains/cpp.py:3955 msgid "type" msgstr "" @@ -179,59 +177,64 @@ msgstr "" msgid "variable" msgstr "" -#: sphinx/domains/cpp.py:2411 sphinx/domains/javascript.py:125 +#: sphinx/domains/cpp.py:3608 +#, fuzzy +msgid "Template Parameters" +msgstr "প্যারামিটার" + +#: sphinx/domains/cpp.py:3611 sphinx/domains/javascript.py:125 msgid "Throws" msgstr "" -#: sphinx/domains/cpp.py:2518 +#: sphinx/domains/cpp.py:3733 #, python-format msgid "%s (C++ type)" msgstr "%s (C++ টাইপ)" -#: sphinx/domains/cpp.py:2531 +#: sphinx/domains/cpp.py:3744 #, python-format msgid "%s (C++ member)" msgstr "%s (C++ মেম্বার)" -#: sphinx/domains/cpp.py:2543 +#: sphinx/domains/cpp.py:3755 #, python-format msgid "%s (C++ function)" msgstr "%s (C++ ফাংশন)" -#: sphinx/domains/cpp.py:2555 +#: sphinx/domains/cpp.py:3766 #, python-format msgid "%s (C++ class)" msgstr "%s (C++ ক্লাসে)" -#: sphinx/domains/cpp.py:2579 +#: sphinx/domains/cpp.py:3786 #, python-format msgid "%s (C++ enum)" msgstr "" -#: sphinx/domains/cpp.py:2617 +#: sphinx/domains/cpp.py:3816 #, python-format msgid "%s (C++ enumerator)" msgstr "" -#: sphinx/domains/cpp.py:2679 sphinx/domains/javascript.py:165 -#: sphinx/domains/python.py:589 +#: sphinx/domains/cpp.py:3952 sphinx/domains/javascript.py:165 +#: sphinx/domains/python.py:591 msgid "class" msgstr "ক্লাস" -#: sphinx/domains/cpp.py:2683 +#: sphinx/domains/cpp.py:3956 msgid "enum" msgstr "" -#: sphinx/domains/cpp.py:2684 +#: sphinx/domains/cpp.py:3957 msgid "enumerator" msgstr "" -#: sphinx/domains/javascript.py:106 sphinx/domains/python.py:280 +#: sphinx/domains/javascript.py:106 sphinx/domains/python.py:282 #, python-format msgid "%s() (built-in function)" msgstr "%s() (বিল্ট-ইন ফাংশন)" -#: sphinx/domains/javascript.py:107 sphinx/domains/python.py:344 +#: sphinx/domains/javascript.py:107 sphinx/domains/python.py:346 #, python-format msgid "%s() (%s method)" msgstr "%s() (%s মেথড)" @@ -246,7 +249,7 @@ msgstr "%s() (ক্লাসে)" msgid "%s (global variable or constant)" msgstr "" -#: sphinx/domains/javascript.py:113 sphinx/domains/python.py:382 +#: sphinx/domains/javascript.py:113 sphinx/domains/python.py:384 #, python-format msgid "%s (%s attribute)" msgstr "%s (%s এ্যট্রিবিউট)" @@ -255,116 +258,116 @@ msgstr "%s (%s এ্যট্রিবিউট)" msgid "Arguments" msgstr "" -#: sphinx/domains/javascript.py:166 sphinx/domains/python.py:588 +#: sphinx/domains/javascript.py:166 sphinx/domains/python.py:590 msgid "data" msgstr "ডাটা" -#: sphinx/domains/javascript.py:167 sphinx/domains/python.py:594 +#: sphinx/domains/javascript.py:167 sphinx/domains/python.py:596 msgid "attribute" msgstr "এ্যট্রিবিউট" -#: sphinx/domains/python.py:127 +#: sphinx/domains/python.py:129 msgid "Variables" msgstr "" -#: sphinx/domains/python.py:131 +#: sphinx/domains/python.py:133 msgid "Raises" msgstr "রেইজেস" -#: sphinx/domains/python.py:281 sphinx/domains/python.py:338 -#: sphinx/domains/python.py:350 sphinx/domains/python.py:363 +#: sphinx/domains/python.py:283 sphinx/domains/python.py:340 +#: sphinx/domains/python.py:352 sphinx/domains/python.py:365 #, python-format msgid "%s() (in module %s)" msgstr "%s() (%s মডিউলে)" -#: sphinx/domains/python.py:284 +#: sphinx/domains/python.py:286 #, python-format msgid "%s (built-in variable)" msgstr "%s (বিল্ট-ইন ভ্যারিয়েবল)" -#: sphinx/domains/python.py:285 sphinx/domains/python.py:376 +#: sphinx/domains/python.py:287 sphinx/domains/python.py:378 #, python-format msgid "%s (in module %s)" msgstr "%s (%s মডিউলে)" -#: sphinx/domains/python.py:301 +#: sphinx/domains/python.py:303 #, python-format msgid "%s (built-in class)" msgstr "%s (বিল্ট-ইন ক্লাস)" -#: sphinx/domains/python.py:302 +#: sphinx/domains/python.py:304 #, python-format msgid "%s (class in %s)" msgstr "%s (%s ক্লাসে)" -#: sphinx/domains/python.py:342 +#: sphinx/domains/python.py:344 #, python-format msgid "%s() (%s.%s method)" msgstr "%s (%s.%s মেথড)" -#: sphinx/domains/python.py:354 +#: sphinx/domains/python.py:356 #, python-format msgid "%s() (%s.%s static method)" msgstr "%s (%s.%s স্ট্যাটিক মেথড)" -#: sphinx/domains/python.py:357 +#: sphinx/domains/python.py:359 #, python-format msgid "%s() (%s static method)" msgstr "%s() (%s স্ট্যাটিক মেথড)" -#: sphinx/domains/python.py:367 +#: sphinx/domains/python.py:369 #, python-format msgid "%s() (%s.%s class method)" msgstr "%s() (%s.%s ক্লাস মেথড)" -#: sphinx/domains/python.py:370 +#: sphinx/domains/python.py:372 #, python-format msgid "%s() (%s class method)" msgstr "%s() (%s ক্লাস মেথড)" -#: sphinx/domains/python.py:380 +#: sphinx/domains/python.py:382 #, python-format msgid "%s (%s.%s attribute)" msgstr "%s (%s.%s এ্যট্রিবিউট)" -#: sphinx/domains/python.py:461 +#: sphinx/domains/python.py:463 #, python-format msgid "%s (module)" msgstr "%s (মডিউল)" -#: sphinx/domains/python.py:518 +#: sphinx/domains/python.py:520 msgid "Python Module Index" msgstr "" -#: sphinx/domains/python.py:519 +#: sphinx/domains/python.py:521 msgid "modules" msgstr "মডিউল সমূহ" -#: sphinx/domains/python.py:565 +#: sphinx/domains/python.py:567 msgid "Deprecated" msgstr "ডেপ্রিকেটেড" -#: sphinx/domains/python.py:590 sphinx/locale/__init__.py:181 +#: sphinx/domains/python.py:592 sphinx/locale/__init__.py:183 msgid "exception" msgstr "এক্সেপশন" -#: sphinx/domains/python.py:591 +#: sphinx/domains/python.py:593 msgid "method" msgstr "মেথড" -#: sphinx/domains/python.py:592 +#: sphinx/domains/python.py:594 msgid "class method" msgstr "ক্লাস মেথড" -#: sphinx/domains/python.py:593 +#: sphinx/domains/python.py:595 msgid "static method" msgstr "স্ট্যাটিক মেথড" -#: sphinx/domains/python.py:595 sphinx/locale/__init__.py:177 +#: sphinx/domains/python.py:597 sphinx/locale/__init__.py:179 msgid "module" msgstr "মডিউল" -#: sphinx/domains/python.py:760 +#: sphinx/domains/python.py:762 msgid " (deprecated)" msgstr "" @@ -396,64 +399,64 @@ msgstr "এনভায়রনমেন্ট ভ্যারিয়েবল; %s" msgid "%scommand line option; %s" msgstr "%sকমান্ড লাইন অপশন; %s" -#: sphinx/domains/std.py:443 +#: sphinx/domains/std.py:433 msgid "glossary term" msgstr "শব্দকোষ" -#: sphinx/domains/std.py:444 +#: sphinx/domains/std.py:434 msgid "grammar token" msgstr "ব্যকরণ টোকেন" -#: sphinx/domains/std.py:445 +#: sphinx/domains/std.py:435 msgid "reference label" msgstr "" -#: sphinx/domains/std.py:447 +#: sphinx/domains/std.py:437 msgid "environment variable" msgstr "এনভায়রনমেন্ট ভ্যারিয়েবল" -#: sphinx/domains/std.py:448 +#: sphinx/domains/std.py:438 msgid "program option" msgstr "প্রোগ্রাম অপশন" -#: sphinx/domains/std.py:481 sphinx/themes/basic/genindex-single.html:32 +#: sphinx/domains/std.py:471 sphinx/themes/basic/genindex-single.html:32 #: sphinx/themes/basic/genindex-single.html:57 #: sphinx/themes/basic/genindex-split.html:11 #: sphinx/themes/basic/genindex-split.html:14 #: sphinx/themes/basic/genindex.html:32 sphinx/themes/basic/genindex.html:35 #: sphinx/themes/basic/genindex.html:68 sphinx/themes/basic/layout.html:134 -#: sphinx/writers/latex.py:201 sphinx/writers/texinfo.py:479 +#: sphinx/writers/latex.py:346 sphinx/writers/texinfo.py:481 msgid "Index" msgstr "ইনডেক্স" -#: sphinx/domains/std.py:482 +#: sphinx/domains/std.py:472 msgid "Module Index" msgstr "মডিউল ইনডেক্স" -#: sphinx/domains/std.py:483 sphinx/themes/basic/defindex.html:25 +#: sphinx/domains/std.py:473 sphinx/themes/basic/defindex.html:25 msgid "Search Page" msgstr "অনুসন্ধান পাতা" -#: sphinx/ext/autodoc.py:1139 +#: sphinx/ext/autodoc.py:1265 #, python-format msgid " Bases: %s" msgstr "বেস: %s" -#: sphinx/ext/autodoc.py:1181 +#: sphinx/ext/autodoc.py:1318 #, python-format msgid "alias of :class:`%s`" msgstr ":class:`%s` এর উপনাম" -#: sphinx/ext/graphviz.py:293 sphinx/ext/graphviz.py:301 +#: sphinx/ext/graphviz.py:307 sphinx/ext/graphviz.py:316 #, python-format msgid "[graph: %s]" msgstr "" -#: sphinx/ext/graphviz.py:295 sphinx/ext/graphviz.py:303 +#: sphinx/ext/graphviz.py:309 sphinx/ext/graphviz.py:318 msgid "[graph]" msgstr "" -#: sphinx/ext/intersphinx.py:257 +#: sphinx/ext/intersphinx.py:359 #, python-format msgid "(in %s v%s)" msgstr "" @@ -462,112 +465,116 @@ msgstr "" msgid "[source]" msgstr "" -#: sphinx/ext/todo.py:43 +#: sphinx/ext/todo.py:56 msgid "Todo" msgstr "অসমাপ্ত কাজ" -#: sphinx/ext/todo.py:113 -#, python-format -msgid "(The <> is located in %s, line %d.)" +#: sphinx/ext/todo.py:129 +msgid "<>" msgstr "" -#: sphinx/ext/todo.py:122 +#: sphinx/ext/todo.py:132 +#, python-format +msgid "(The <> is located in %s, line %d.)" +msgstr "" + +#: sphinx/ext/todo.py:141 msgid "original entry" msgstr "" -#: sphinx/ext/viewcode.py:158 +#: sphinx/ext/viewcode.py:162 msgid "[docs]" msgstr "" -#: sphinx/ext/viewcode.py:172 +#: sphinx/ext/viewcode.py:176 msgid "Module code" msgstr "" -#: sphinx/ext/viewcode.py:178 +#: sphinx/ext/viewcode.py:182 #, python-format msgid "

Source code for %s

" msgstr "" -#: sphinx/ext/viewcode.py:204 +#: sphinx/ext/viewcode.py:208 msgid "Overview: module code" msgstr "" -#: sphinx/ext/viewcode.py:205 +#: sphinx/ext/viewcode.py:209 msgid "

All modules for which code is available

" msgstr "" -#: sphinx/locale/__init__.py:157 +#: sphinx/locale/__init__.py:159 msgid "Attention" msgstr "দৃষ্টি আকর্ষণ" -#: sphinx/locale/__init__.py:158 +#: sphinx/locale/__init__.py:160 msgid "Caution" msgstr "সতর্কীকরণ" -#: sphinx/locale/__init__.py:159 +#: sphinx/locale/__init__.py:161 msgid "Danger" msgstr "বিপজ্জনক" -#: sphinx/locale/__init__.py:160 +#: sphinx/locale/__init__.py:162 msgid "Error" msgstr "ভুল (এরর)" -#: sphinx/locale/__init__.py:161 +#: sphinx/locale/__init__.py:163 msgid "Hint" msgstr "আভাস" -#: sphinx/locale/__init__.py:162 +#: sphinx/locale/__init__.py:164 msgid "Important" msgstr "গুরুত্বপূর্ণ" -#: sphinx/locale/__init__.py:163 +#: sphinx/locale/__init__.py:165 msgid "Note" msgstr "নোট" -#: sphinx/locale/__init__.py:164 +#: sphinx/locale/__init__.py:166 msgid "See also" msgstr "আরও দেখুন" -#: sphinx/locale/__init__.py:165 +#: sphinx/locale/__init__.py:167 msgid "Tip" msgstr "পরামর্শ" -#: sphinx/locale/__init__.py:166 +#: sphinx/locale/__init__.py:168 msgid "Warning" msgstr "সতর্কতা" -#: sphinx/locale/__init__.py:170 +#: sphinx/locale/__init__.py:172 #, python-format msgid "New in version %s" msgstr "%s ভার্সনে নতুন" -#: sphinx/locale/__init__.py:171 +#: sphinx/locale/__init__.py:173 #, python-format msgid "Changed in version %s" msgstr "%s ভার্সনে পরিবর্তিত" -#: sphinx/locale/__init__.py:172 +#: sphinx/locale/__init__.py:174 #, python-format msgid "Deprecated since version %s" msgstr "%s ভার্সন থেকে ডেপ্রিকেটেড" -#: sphinx/locale/__init__.py:178 +#: sphinx/locale/__init__.py:180 msgid "keyword" msgstr "কিওয়ার্ড" -#: sphinx/locale/__init__.py:179 +#: sphinx/locale/__init__.py:181 msgid "operator" msgstr "অপারেটর" -#: sphinx/locale/__init__.py:180 +#: sphinx/locale/__init__.py:182 msgid "object" msgstr "অবজেক্ট" -#: sphinx/locale/__init__.py:182 +#: sphinx/locale/__init__.py:184 msgid "statement" msgstr "স্ট্যাটমেন্ট" -#: sphinx/locale/__init__.py:183 +#: sphinx/locale/__init__.py:185 msgid "built-in function" msgstr "বিল্ট-ইন ফাংশন" @@ -695,7 +702,9 @@ msgstr "%(last_updated)s সর্বশেষ পরিবর্তন কর msgid "" "Created using Sphinx " "%(sphinx_version)s." -msgstr "Sphinx %(sphinx_version)s দিয়ে তৈরী।" +msgstr "" +"Sphinx %(sphinx_version)s দিয়ে " +"তৈরী।" #: sphinx/themes/basic/opensearch.xml:4 #, python-format @@ -722,7 +731,9 @@ msgstr "পরবর্তী অধ্যায়" msgid "" "Please activate JavaScript to enable the search\n" " functionality." -msgstr "অনুসন্ধান করার জন্য অনুগ্রহপূর্বক জাভাস্ক্রিপ্ট \n সক্রিয় করুন।" +msgstr "" +"অনুসন্ধান করার জন্য অনুগ্রহপূর্বক জাভাস্ক্রিপ্ট \n" +" সক্রিয় করুন।" #: sphinx/themes/basic/search.html:32 msgid "" @@ -730,25 +741,28 @@ msgid "" " words into the box below and click \"search\". Note that the search\n" " function will automatically search for all of the words. Pages\n" " containing fewer words won't appear in the result list." -msgstr "এখান থেকে এই নথিগুলোতে আপনি অনুসন্ধান করতে পারবেন। \n আপনার কাঙ্ক্ষিত শব্দসমূহ নিচের বাক্সে লিখুন এবং \"অনুসন্ধান\" বাটনে ক্লিক করুন।\n উল্লেখ্য, সকল শব্দসমূহের উপস্থিতি নিয়ে অনুসন্ধান করা হবে। যেসব পাতায় সকল\n শব্দ নেই সেগুলো বাদ দেয়া হবে।" +msgstr "" +"এখান থেকে এই নথিগুলোতে আপনি অনুসন্ধান করতে পারবেন। \n" +" আপনার কাঙ্ক্ষিত শব্দসমূহ নিচের বাক্সে লিখুন এবং \"অনুসন্ধান\" বাটনে " +"ক্লিক করুন।\n" +" উল্লেখ্য, সকল শব্দসমূহের উপস্থিতি নিয়ে অনুসন্ধান করা হবে। যেসব পাতায় " +"সকল\n" +" শব্দ নেই সেগুলো বাদ দেয়া হবে।" -#: sphinx/themes/basic/search.html:39 -#: sphinx/themes/basic/searchresults.html:17 +#: sphinx/themes/basic/search.html:39 sphinx/themes/basic/searchresults.html:17 msgid "search" msgstr "খুঁজুন" -#: sphinx/themes/basic/search.html:43 -#: sphinx/themes/basic/searchresults.html:21 -#: sphinx/themes/basic/static/searchtools.js_t:281 +#: sphinx/themes/basic/search.html:43 sphinx/themes/basic/searchresults.html:21 +#: sphinx/themes/basic/static/searchtools.js_t:282 msgid "Search Results" msgstr "অনুসন্ধানের ফলাফল" -#: sphinx/themes/basic/search.html:45 -#: sphinx/themes/basic/searchresults.html:23 -#: sphinx/themes/basic/static/searchtools.js_t:283 +#: sphinx/themes/basic/search.html:45 sphinx/themes/basic/searchresults.html:23 +#: sphinx/themes/basic/static/searchtools.js_t:284 msgid "" -"Your search did not match any documents. Please make sure that all words are" -" spelled correctly and that you've selected enough categories." +"Your search did not match any documents. Please make sure that all words " +"are spelled correctly and that you've selected enough categories." msgstr "" #: sphinx/themes/basic/searchbox.html:12 @@ -787,33 +801,33 @@ msgstr "C API পরিবর্তন" msgid "Other changes" msgstr "অন্যান্য পরিবর্তন" -#: sphinx/themes/basic/static/doctools.js:166 sphinx/writers/html.py:610 -#: sphinx/writers/html.py:615 +#: sphinx/themes/basic/static/doctools.js_t:169 sphinx/writers/html.py:668 +#: sphinx/writers/html.py:673 msgid "Permalink to this headline" msgstr "এই শিরোনামের পার্মালিঙ্ক" -#: sphinx/themes/basic/static/doctools.js:172 sphinx/writers/html.py:107 +#: sphinx/themes/basic/static/doctools.js_t:175 sphinx/writers/html.py:105 msgid "Permalink to this definition" msgstr "এই সংজ্ঞার পার্মালিঙ্ক" -#: sphinx/themes/basic/static/doctools.js:205 +#: sphinx/themes/basic/static/doctools.js_t:208 msgid "Hide Search Matches" msgstr "অনুসন্ধানের ম্যাচগুলো লুকান" -#: sphinx/themes/basic/static/searchtools.js_t:119 +#: sphinx/themes/basic/static/searchtools.js_t:121 msgid "Searching" msgstr "" -#: sphinx/themes/basic/static/searchtools.js_t:124 +#: sphinx/themes/basic/static/searchtools.js_t:126 msgid "Preparing search..." msgstr "" -#: sphinx/themes/basic/static/searchtools.js_t:285 +#: sphinx/themes/basic/static/searchtools.js_t:286 #, python-format msgid "Search finished, found %s page(s) matching the search query." msgstr "" -#: sphinx/themes/basic/static/searchtools.js_t:337 +#: sphinx/themes/basic/static/searchtools.js_t:338 msgid ", in " msgstr "" @@ -830,44 +844,59 @@ msgstr "" msgid "Contents" msgstr "" -#: sphinx/writers/html.py:334 +#: sphinx/writers/html.py:349 msgid "Permalink to this code" msgstr "" -#: sphinx/writers/html.py:337 +#: sphinx/writers/html.py:353 msgid "Permalink to this image" msgstr "" -#: sphinx/writers/html.py:339 +#: sphinx/writers/html.py:355 msgid "Permalink to this toctree" msgstr "" -#: sphinx/writers/html.py:619 +#: sphinx/writers/html.py:677 msgid "Permalink to this table" msgstr "" -#: sphinx/writers/latex.py:199 +#: sphinx/writers/latex.py:344 msgid "Release" msgstr "রিলিজ" -#: sphinx/writers/latex.py:697 sphinx/writers/manpage.py:177 -#: sphinx/writers/texinfo.py:616 +#: sphinx/writers/latex.py:408 +#, fuzzy +msgid "page" +msgstr "বিপজ্জনক" + +#: sphinx/writers/latex.py:908 sphinx/writers/manpage.py:226 +#: sphinx/writers/texinfo.py:620 msgid "Footnotes" msgstr "পাদটীকা" -#: sphinx/writers/latex.py:785 +#: sphinx/writers/latex.py:1010 msgid "continued from previous page" msgstr "পূর্ববর্তী পাতা হতে চলমান" -#: sphinx/writers/latex.py:791 +#: sphinx/writers/latex.py:1016 msgid "Continued on next page" msgstr "পরবর্তী পাতাতে চলমান" -#: sphinx/writers/manpage.py:223 sphinx/writers/text.py:541 +#: sphinx/writers/manpage.py:275 sphinx/writers/text.py:582 #, python-format msgid "[image: %s]" msgstr "" -#: sphinx/writers/manpage.py:224 sphinx/writers/text.py:542 +#: sphinx/writers/manpage.py:276 sphinx/writers/text.py:583 msgid "[image]" msgstr "[ছবি]" + +#~ msgid "%B %d, %Y" +#~ msgstr "%B %d, %Y" + +#~ msgid "%b %d, %Y" +#~ msgstr "%b %d, %Y" + +#~ msgid "(The <> is located in %s, line %d.)" +#~ msgstr "" + diff --git a/sphinx/locale/ca/LC_MESSAGES/sphinx.js b/sphinx/locale/ca/LC_MESSAGES/sphinx.js index 8a204db62..c8cdc2bbb 100644 --- a/sphinx/locale/ca/LC_MESSAGES/sphinx.js +++ b/sphinx/locale/ca/LC_MESSAGES/sphinx.js @@ -1 +1 @@ -Documentation.addTranslations({"locale": "ca", "plural_expr": "(n != 1)", "messages": {"Next topic": "Tema seg\u00fcent", "Index": "\u00cdndex", "%(filename)s — %(docstitle)s": "%(filename)s — %(docstitle)s", "Welcome! This is": "", "Copyright": "Copyright", "C API changes": "Canvis a la API de C", "quick access to all modules": "acc\u00e9s r\u00e0pid a tots els m\u00f2duls", "© Copyright %(copyright)s.": "© Copyright %(copyright)s.", "Global Module Index": "\u00cdndex Global de M\u00f2duls", "Your search did not match any documents. Please make sure that all words are spelled correctly and that you've selected enough categories.": "", "Index – %(key)s": "\u00cdndes – %(key)s", "General Index": "\u00cdndex General", "next chapter": "cap\u00edtol seg\u00fcent", "Search finished, found %s page(s) matching the search query.": "", "previous chapter": "cap\u00edtol anterior", "Permalink to this headline": "Link permanent a aquest t\u00edtol", "About these documents": "Quant a aquests documents", "Preparing search...": "", ", in ": "", "Navigation": "Navegaci\u00f3", "Expand sidebar": "", "the documentation for": "", "Complete Table of Contents": "Taula de Contingut Completa", "Contents": "", "can be huge": "pot ser gegant", "Changes in Version %(version)s — %(docstitle)s": "Canvis a la Versi\u00f3 %(version)s — %(docstitle)s", "Other changes": "Altres canvis", "Hide Search Matches": "Oculta Resultats de Cerca", "Quick search": "Cerca r\u00e0pida", "Show Source": "Mostra Codi Font", "Search": "Cerca", "This Page": "Aquesta P\u00e0gina", "From here you can search these documents. Enter your search\n words into the box below and click \"search\". Note that the search\n function will automatically search for all of the words. Pages\n containing fewer words won't appear in the result list.": "Des d'aqu\u00ed pots fer cerques en aquests documents. Entra les \nparaules de la teva cerca i clica el bot\u00f3 \"cerca\". Tingues en compte\nque la cerca inclour\u00e0 totes les paraules que posis. Les p\u00e0gines que no\ntenen totes les paraules no sortir\u00e0n.", "Created using Sphinx %(sphinx_version)s.": "Creat amb Sphinx %(sphinx_version)s.", "last updated": "", "Collapse sidebar": "", "Go": "Ves a", "Table Of Contents": "Taula de Contingut", "Search within %(docstitle)s": "Cerca dins de %(docstitle)s", "all functions, classes, terms": "totes les funcions, classes, termes", "Please activate JavaScript to enable the search\n functionality.": "Activa JavaScript per utilitzar la funcionalitat\nde cerca.", "Indices and tables:": "\u00cdndexs i taules:", "lists all sections and subsections": "llista totes les seccions i subseccions", "Index pages by letter": "P\u00e0gines d'\u00edndex per lletra", "search": "cerca", "Permalink to this definition": "Link permanent a aquesta definici\u00f3", "Previous topic": "Tema anterior", "Overview": "Resum", "Last updated on %(last_updated)s.": "\u00daltima actualitzaci\u00f3 el %(last_updated)s.", "Searching": "", "search this documentation": "cerca aquesta documentaci\u00f3", "Automatically generated list of changes in version %(version)s": "Llista de canvis de la versi\u00f3 %(version)s generada autom\u00e0ticament", "Full index on one page": "\u00cdndex complet en una p\u00e0gina", "Enter search terms or a module, class or function name.": "Entra paraules de cerca o el nom d'un m\u00f2dul, classe o funci\u00f3.", "© Copyright %(copyright)s.": "© Copyright %(copyright)s.", "Library changes": "Canvis a la llibreria", "Search Page": "P\u00e0gina de Cerca", "Search Results": "Resultats de la Cerca"}}); \ No newline at end of file +Documentation.addTranslations({"locale": "ca", "messages": {"%(filename)s — %(docstitle)s": "%(filename)s — %(docstitle)s", "© Copyright %(copyright)s.": "© Copyright %(copyright)s.", "© Copyright %(copyright)s.": "© Copyright %(copyright)s.", ", in ": "", "About these documents": "Quant a aquests documents", "Automatically generated list of changes in version %(version)s": "Llista de canvis de la versi\u00f3 %(version)s generada autom\u00e0ticament", "C API changes": "Canvis a la API de C", "Changes in Version %(version)s — %(docstitle)s": "Canvis a la Versi\u00f3 %(version)s — %(docstitle)s", "Collapse sidebar": "", "Complete Table of Contents": "Taula de Contingut Completa", "Contents": "", "Copyright": "Copyright", "Created using Sphinx %(sphinx_version)s.": "Creat amb Sphinx %(sphinx_version)s.", "Enter search terms or a module, class or function name.": "Entra paraules de cerca o el nom d'un m\u00f2dul, classe o funci\u00f3.", "Expand sidebar": "", "From here you can search these documents. Enter your search\n words into the box below and click \"search\". Note that the search\n function will automatically search for all of the words. Pages\n containing fewer words won't appear in the result list.": "Des d'aqu\u00ed pots fer cerques en aquests documents. Entra les \nparaules de la teva cerca i clica el bot\u00f3 \"cerca\". Tingues en compte\nque la cerca inclour\u00e0 totes les paraules que posis. Les p\u00e0gines que no\ntenen totes les paraules no sortir\u00e0n.", "Full index on one page": "\u00cdndex complet en una p\u00e0gina", "General Index": "\u00cdndex General", "Global Module Index": "\u00cdndex Global de M\u00f2duls", "Go": "Ves a", "Hide Search Matches": "Oculta Resultats de Cerca", "Index": "\u00cdndex", "Index – %(key)s": "\u00cdndes – %(key)s", "Index pages by letter": "P\u00e0gines d'\u00edndex per lletra", "Indices and tables:": "\u00cdndexs i taules:", "Last updated on %(last_updated)s.": "\u00daltima actualitzaci\u00f3 el %(last_updated)s.", "Library changes": "Canvis a la llibreria", "Navigation": "Navegaci\u00f3", "Next topic": "Tema seg\u00fcent", "Other changes": "Altres canvis", "Overview": "Resum", "Permalink to this definition": "Link permanent a aquesta definici\u00f3", "Permalink to this headline": "Link permanent a aquest t\u00edtol", "Please activate JavaScript to enable the search\n functionality.": "Activa JavaScript per utilitzar la funcionalitat\nde cerca.", "Preparing search...": "", "Previous topic": "Tema anterior", "Quick search": "Cerca r\u00e0pida", "Search": "Cerca", "Search Page": "P\u00e0gina de Cerca", "Search Results": "Resultats de la Cerca", "Search finished, found %s page(s) matching the search query.": "", "Search within %(docstitle)s": "Cerca dins de %(docstitle)s", "Searching": "", "Show Source": "Mostra Codi Font", "Table Of Contents": "Taula de Contingut", "This Page": "Aquesta P\u00e0gina", "Welcome! This is": "", "Your search did not match any documents. Please make sure that all words are spelled correctly and that you've selected enough categories.": "", "all functions, classes, terms": "totes les funcions, classes, termes", "can be huge": "pot ser gegant", "last updated": "", "lists all sections and subsections": "llista totes les seccions i subseccions", "next chapter": "cap\u00edtol seg\u00fcent", "previous chapter": "cap\u00edtol anterior", "quick access to all modules": "acc\u00e9s r\u00e0pid a tots els m\u00f2duls", "search": "cerca", "search this documentation": "cerca aquesta documentaci\u00f3", "the documentation for": ""}, "plural_expr": "(n != 1)"}); \ No newline at end of file diff --git a/sphinx/locale/ca/LC_MESSAGES/sphinx.mo b/sphinx/locale/ca/LC_MESSAGES/sphinx.mo index 5e7e190f1..41b83e65b 100644 Binary files a/sphinx/locale/ca/LC_MESSAGES/sphinx.mo and b/sphinx/locale/ca/LC_MESSAGES/sphinx.mo differ diff --git a/sphinx/locale/ca/LC_MESSAGES/sphinx.po b/sphinx/locale/ca/LC_MESSAGES/sphinx.po index b99a2f3ba..22f61caca 100644 --- a/sphinx/locale/ca/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/ca/LC_MESSAGES/sphinx.po @@ -1,55 +1,55 @@ -# Translations template for Sphinx. -# Copyright (C) 2015 ORGANIZATION +# Catalan translations for Sphinx. +# Copyright (C) 2016 ORGANIZATION # This file is distributed under the same license as the Sphinx project. -# -# Translators: -# FIRST AUTHOR , 2009 +# FIRST AUTHOR , 2016. +# msgid "" msgstr "" -"Project-Id-Version: Sphinx\n" +"Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2015-03-08 23:31+0900\n" +"POT-Creation-Date: 2016-02-14 22:15+0900\n" "PO-Revision-Date: 2015-03-08 14:35+0000\n" "Last-Translator: Takayuki Shimizukawa \n" -"Language-Team: Catalan (http://www.transifex.com/projects/p/sphinx-1/language/ca/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 1.3\n" "Language: ca\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"Language-Team: Catalan " +"(http://www.transifex.com/projects/p/sphinx-1/language/ca/)\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.2.0\n" -#: sphinx/config.py:80 +#: sphinx/config.py:84 #, python-format msgid "Fig. %s" msgstr "" -#: sphinx/config.py:81 +#: sphinx/config.py:85 #, python-format msgid "Table %s" msgstr "" -#: sphinx/config.py:82 +#: sphinx/config.py:86 #, python-format msgid "Listing %s" msgstr "" -#: sphinx/config.py:89 +#: sphinx/config.py:93 #, python-format msgid "%s %s documentation" msgstr "%s %s documentació" -#: sphinx/environment.py:1880 +#: sphinx/environment.py:1815 #, python-format msgid "see %s" msgstr "vegeu %s" -#: sphinx/environment.py:1883 +#: sphinx/environment.py:1819 #, python-format msgid "see also %s" msgstr "vegeu també %s" -#: sphinx/environment.py:1941 +#: sphinx/environment.py:1879 msgid "Symbols" msgstr "" @@ -58,11 +58,10 @@ msgstr "" msgid "Python Enhancement Proposals; PEP %s" msgstr "Python Enhancement Proposals; PEP %s" -#: sphinx/transforms.py:58 sphinx/writers/latex.py:212 -#: sphinx/writers/manpage.py:67 sphinx/writers/texinfo.py:221 -#, python-format -msgid "%B %d, %Y" -msgstr "%d de %B de %Y" +#: sphinx/transforms.py:56 sphinx/writers/latex.py:357 +#: sphinx/writers/manpage.py:101 sphinx/writers/texinfo.py:222 +msgid "MMMM dd, YYYY" +msgstr "" #: sphinx/builders/changes.py:75 msgid "Builtins" @@ -72,64 +71,63 @@ msgstr "Mòduls Interns" msgid "Module level" msgstr "Nivell de mòdul" -#: sphinx/builders/html.py:291 -#, python-format -msgid "%b %d, %Y" -msgstr "%d %b, %Y" +#: sphinx/builders/html.py:295 +msgid "MMM dd, YYYY" +msgstr "" -#: sphinx/builders/html.py:310 sphinx/themes/basic/defindex.html:30 +#: sphinx/builders/html.py:315 sphinx/themes/basic/defindex.html:30 msgid "General Index" msgstr "Índex General" -#: sphinx/builders/html.py:310 +#: sphinx/builders/html.py:315 msgid "index" msgstr "índex" -#: sphinx/builders/html.py:371 +#: sphinx/builders/html.py:376 msgid "next" msgstr "següent" -#: sphinx/builders/html.py:380 +#: sphinx/builders/html.py:385 msgid "previous" msgstr "anterior" -#: sphinx/builders/latex.py:144 sphinx/builders/texinfo.py:198 +#: sphinx/builders/latex.py:165 sphinx/builders/texinfo.py:199 msgid " (in " msgstr " (a " -#: sphinx/directives/other.py:150 +#: sphinx/directives/other.py:149 msgid "Section author: " msgstr "Autor de la secció:" -#: sphinx/directives/other.py:152 +#: sphinx/directives/other.py:151 msgid "Module author: " msgstr "Autor del mòdul: " -#: sphinx/directives/other.py:154 +#: sphinx/directives/other.py:153 msgid "Code author: " msgstr "" -#: sphinx/directives/other.py:156 +#: sphinx/directives/other.py:155 msgid "Author: " msgstr "Autor: " -#: sphinx/domains/__init__.py:273 +#: sphinx/domains/__init__.py:275 #, python-format msgid "%s %s" msgstr "" -#: sphinx/domains/c.py:58 sphinx/domains/cpp.py:2408 -#: sphinx/domains/python.py:122 +#: sphinx/domains/c.py:58 sphinx/domains/cpp.py:3605 +#: sphinx/domains/python.py:124 msgid "Parameters" msgstr "Paràmetres" -#: sphinx/domains/c.py:61 sphinx/domains/cpp.py:2414 -#: sphinx/domains/javascript.py:128 sphinx/domains/python.py:134 +#: sphinx/domains/c.py:61 sphinx/domains/cpp.py:3614 +#: sphinx/domains/javascript.py:128 sphinx/domains/python.py:136 msgid "Returns" msgstr "Retorna" #: sphinx/domains/c.py:63 sphinx/domains/javascript.py:130 -#: sphinx/domains/python.py:136 +#: sphinx/domains/python.py:138 msgid "Return type" msgstr "Tipus de retorn" @@ -158,12 +156,12 @@ msgstr "%s (tipus de C)" msgid "%s (C variable)" msgstr "%s (variable de C)" -#: sphinx/domains/c.py:242 sphinx/domains/cpp.py:2680 -#: sphinx/domains/javascript.py:164 sphinx/domains/python.py:587 +#: sphinx/domains/c.py:242 sphinx/domains/cpp.py:3953 +#: sphinx/domains/javascript.py:164 sphinx/domains/python.py:589 msgid "function" msgstr "funció" -#: sphinx/domains/c.py:243 sphinx/domains/cpp.py:2681 +#: sphinx/domains/c.py:243 sphinx/domains/cpp.py:3954 msgid "member" msgstr "membre" @@ -171,7 +169,7 @@ msgstr "membre" msgid "macro" msgstr "macro" -#: sphinx/domains/c.py:245 sphinx/domains/cpp.py:2682 +#: sphinx/domains/c.py:245 sphinx/domains/cpp.py:3955 msgid "type" msgstr "tipus" @@ -179,59 +177,64 @@ msgstr "tipus" msgid "variable" msgstr "variable" -#: sphinx/domains/cpp.py:2411 sphinx/domains/javascript.py:125 +#: sphinx/domains/cpp.py:3608 +#, fuzzy +msgid "Template Parameters" +msgstr "Paràmetres" + +#: sphinx/domains/cpp.py:3611 sphinx/domains/javascript.py:125 msgid "Throws" msgstr "" -#: sphinx/domains/cpp.py:2518 +#: sphinx/domains/cpp.py:3733 #, python-format msgid "%s (C++ type)" msgstr "%s (tipus de C++)" -#: sphinx/domains/cpp.py:2531 +#: sphinx/domains/cpp.py:3744 #, python-format msgid "%s (C++ member)" msgstr "%s (membre de C++)" -#: sphinx/domains/cpp.py:2543 +#: sphinx/domains/cpp.py:3755 #, python-format msgid "%s (C++ function)" msgstr "%s (funció de C++)" -#: sphinx/domains/cpp.py:2555 +#: sphinx/domains/cpp.py:3766 #, python-format msgid "%s (C++ class)" msgstr "%s (class de C++)" -#: sphinx/domains/cpp.py:2579 +#: sphinx/domains/cpp.py:3786 #, python-format msgid "%s (C++ enum)" msgstr "" -#: sphinx/domains/cpp.py:2617 +#: sphinx/domains/cpp.py:3816 #, python-format msgid "%s (C++ enumerator)" msgstr "" -#: sphinx/domains/cpp.py:2679 sphinx/domains/javascript.py:165 -#: sphinx/domains/python.py:589 +#: sphinx/domains/cpp.py:3952 sphinx/domains/javascript.py:165 +#: sphinx/domains/python.py:591 msgid "class" msgstr "class" -#: sphinx/domains/cpp.py:2683 +#: sphinx/domains/cpp.py:3956 msgid "enum" msgstr "" -#: sphinx/domains/cpp.py:2684 +#: sphinx/domains/cpp.py:3957 msgid "enumerator" msgstr "" -#: sphinx/domains/javascript.py:106 sphinx/domains/python.py:280 +#: sphinx/domains/javascript.py:106 sphinx/domains/python.py:282 #, python-format msgid "%s() (built-in function)" msgstr "%s() (funció interna)" -#: sphinx/domains/javascript.py:107 sphinx/domains/python.py:344 +#: sphinx/domains/javascript.py:107 sphinx/domains/python.py:346 #, python-format msgid "%s() (%s method)" msgstr "%s() (mètode %s)" @@ -246,7 +249,7 @@ msgstr "%s() (class)" msgid "%s (global variable or constant)" msgstr "" -#: sphinx/domains/javascript.py:113 sphinx/domains/python.py:382 +#: sphinx/domains/javascript.py:113 sphinx/domains/python.py:384 #, python-format msgid "%s (%s attribute)" msgstr "%s (atribut %s)" @@ -255,116 +258,116 @@ msgstr "%s (atribut %s)" msgid "Arguments" msgstr "" -#: sphinx/domains/javascript.py:166 sphinx/domains/python.py:588 +#: sphinx/domains/javascript.py:166 sphinx/domains/python.py:590 msgid "data" msgstr "" -#: sphinx/domains/javascript.py:167 sphinx/domains/python.py:594 +#: sphinx/domains/javascript.py:167 sphinx/domains/python.py:596 msgid "attribute" msgstr "atribut" -#: sphinx/domains/python.py:127 +#: sphinx/domains/python.py:129 msgid "Variables" msgstr "" -#: sphinx/domains/python.py:131 +#: sphinx/domains/python.py:133 msgid "Raises" msgstr "Llença" -#: sphinx/domains/python.py:281 sphinx/domains/python.py:338 -#: sphinx/domains/python.py:350 sphinx/domains/python.py:363 +#: sphinx/domains/python.py:283 sphinx/domains/python.py:340 +#: sphinx/domains/python.py:352 sphinx/domains/python.py:365 #, python-format msgid "%s() (in module %s)" msgstr "%s() (al mòdul %s)" -#: sphinx/domains/python.py:284 +#: sphinx/domains/python.py:286 #, python-format msgid "%s (built-in variable)" msgstr "%s (variable interna)" -#: sphinx/domains/python.py:285 sphinx/domains/python.py:376 +#: sphinx/domains/python.py:287 sphinx/domains/python.py:378 #, python-format msgid "%s (in module %s)" msgstr "%s (al mòdul %s)" -#: sphinx/domains/python.py:301 +#: sphinx/domains/python.py:303 #, python-format msgid "%s (built-in class)" msgstr "%s (classe interna)" -#: sphinx/domains/python.py:302 +#: sphinx/domains/python.py:304 #, python-format msgid "%s (class in %s)" msgstr "%s (class a %s)" -#: sphinx/domains/python.py:342 +#: sphinx/domains/python.py:344 #, python-format msgid "%s() (%s.%s method)" msgstr "%s() (mètode %s.%s)" -#: sphinx/domains/python.py:354 +#: sphinx/domains/python.py:356 #, python-format msgid "%s() (%s.%s static method)" msgstr "%s() (mètode estàtic %s.%s)" -#: sphinx/domains/python.py:357 +#: sphinx/domains/python.py:359 #, python-format msgid "%s() (%s static method)" msgstr "%s() (mètode estàtic %s)" -#: sphinx/domains/python.py:367 +#: sphinx/domains/python.py:369 #, python-format msgid "%s() (%s.%s class method)" msgstr "" -#: sphinx/domains/python.py:370 +#: sphinx/domains/python.py:372 #, python-format msgid "%s() (%s class method)" msgstr "" -#: sphinx/domains/python.py:380 +#: sphinx/domains/python.py:382 #, python-format msgid "%s (%s.%s attribute)" msgstr "%s (atribut %s.%s)" -#: sphinx/domains/python.py:461 +#: sphinx/domains/python.py:463 #, python-format msgid "%s (module)" msgstr "%s (mòdul)" -#: sphinx/domains/python.py:518 +#: sphinx/domains/python.py:520 msgid "Python Module Index" msgstr "" -#: sphinx/domains/python.py:519 +#: sphinx/domains/python.py:521 msgid "modules" msgstr "mòduls" -#: sphinx/domains/python.py:565 +#: sphinx/domains/python.py:567 msgid "Deprecated" msgstr "Obsolet" -#: sphinx/domains/python.py:590 sphinx/locale/__init__.py:181 +#: sphinx/domains/python.py:592 sphinx/locale/__init__.py:183 msgid "exception" msgstr "excepció" -#: sphinx/domains/python.py:591 +#: sphinx/domains/python.py:593 msgid "method" msgstr "" -#: sphinx/domains/python.py:592 +#: sphinx/domains/python.py:594 msgid "class method" msgstr "" -#: sphinx/domains/python.py:593 +#: sphinx/domains/python.py:595 msgid "static method" msgstr "mètode estàtic" -#: sphinx/domains/python.py:595 sphinx/locale/__init__.py:177 +#: sphinx/domains/python.py:597 sphinx/locale/__init__.py:179 msgid "module" msgstr "mòdul" -#: sphinx/domains/python.py:760 +#: sphinx/domains/python.py:762 msgid " (deprecated)" msgstr " (obsolet)" @@ -396,64 +399,64 @@ msgstr "variable d'entorn; %s" msgid "%scommand line option; %s" msgstr "opció de línia de comandes %s; %s" -#: sphinx/domains/std.py:443 +#: sphinx/domains/std.py:433 msgid "glossary term" msgstr "" -#: sphinx/domains/std.py:444 +#: sphinx/domains/std.py:434 msgid "grammar token" msgstr "" -#: sphinx/domains/std.py:445 +#: sphinx/domains/std.py:435 msgid "reference label" msgstr "" -#: sphinx/domains/std.py:447 +#: sphinx/domains/std.py:437 msgid "environment variable" msgstr "variable d'entorn" -#: sphinx/domains/std.py:448 +#: sphinx/domains/std.py:438 msgid "program option" msgstr "" -#: sphinx/domains/std.py:481 sphinx/themes/basic/genindex-single.html:32 +#: sphinx/domains/std.py:471 sphinx/themes/basic/genindex-single.html:32 #: sphinx/themes/basic/genindex-single.html:57 #: sphinx/themes/basic/genindex-split.html:11 #: sphinx/themes/basic/genindex-split.html:14 #: sphinx/themes/basic/genindex.html:32 sphinx/themes/basic/genindex.html:35 #: sphinx/themes/basic/genindex.html:68 sphinx/themes/basic/layout.html:134 -#: sphinx/writers/latex.py:201 sphinx/writers/texinfo.py:479 +#: sphinx/writers/latex.py:346 sphinx/writers/texinfo.py:481 msgid "Index" msgstr "Índex" -#: sphinx/domains/std.py:482 +#: sphinx/domains/std.py:472 msgid "Module Index" msgstr "Índex de Mòduls" -#: sphinx/domains/std.py:483 sphinx/themes/basic/defindex.html:25 +#: sphinx/domains/std.py:473 sphinx/themes/basic/defindex.html:25 msgid "Search Page" msgstr "Pàgina de Cerca" -#: sphinx/ext/autodoc.py:1139 +#: sphinx/ext/autodoc.py:1265 #, python-format msgid " Bases: %s" msgstr " Bases: %s" -#: sphinx/ext/autodoc.py:1181 +#: sphinx/ext/autodoc.py:1318 #, python-format msgid "alias of :class:`%s`" msgstr "àlies de :class:`%s`" -#: sphinx/ext/graphviz.py:293 sphinx/ext/graphviz.py:301 +#: sphinx/ext/graphviz.py:307 sphinx/ext/graphviz.py:316 #, python-format msgid "[graph: %s]" msgstr "" -#: sphinx/ext/graphviz.py:295 sphinx/ext/graphviz.py:303 +#: sphinx/ext/graphviz.py:309 sphinx/ext/graphviz.py:318 msgid "[graph]" msgstr "" -#: sphinx/ext/intersphinx.py:257 +#: sphinx/ext/intersphinx.py:359 #, python-format msgid "(in %s v%s)" msgstr "" @@ -462,112 +465,116 @@ msgstr "" msgid "[source]" msgstr "" -#: sphinx/ext/todo.py:43 +#: sphinx/ext/todo.py:56 msgid "Todo" msgstr "Pendent" -#: sphinx/ext/todo.py:113 -#, python-format -msgid "(The <> is located in %s, line %d.)" +#: sphinx/ext/todo.py:129 +msgid "<>" +msgstr "" + +#: sphinx/ext/todo.py:132 +#, fuzzy, python-format +msgid "(The <> is located in %s, line %d.)" msgstr "(La <> està a %s, línia %d i.)" -#: sphinx/ext/todo.py:122 +#: sphinx/ext/todo.py:141 msgid "original entry" msgstr "" -#: sphinx/ext/viewcode.py:158 +#: sphinx/ext/viewcode.py:162 msgid "[docs]" msgstr "" -#: sphinx/ext/viewcode.py:172 +#: sphinx/ext/viewcode.py:176 msgid "Module code" msgstr "" -#: sphinx/ext/viewcode.py:178 +#: sphinx/ext/viewcode.py:182 #, python-format msgid "

Source code for %s

" msgstr "" -#: sphinx/ext/viewcode.py:204 +#: sphinx/ext/viewcode.py:208 msgid "Overview: module code" msgstr "" -#: sphinx/ext/viewcode.py:205 +#: sphinx/ext/viewcode.py:209 msgid "

All modules for which code is available

" msgstr "" -#: sphinx/locale/__init__.py:157 +#: sphinx/locale/__init__.py:159 msgid "Attention" msgstr "Atenció" -#: sphinx/locale/__init__.py:158 +#: sphinx/locale/__init__.py:160 msgid "Caution" msgstr "Compte" -#: sphinx/locale/__init__.py:159 +#: sphinx/locale/__init__.py:161 msgid "Danger" msgstr "Perill" -#: sphinx/locale/__init__.py:160 +#: sphinx/locale/__init__.py:162 msgid "Error" msgstr "Error" -#: sphinx/locale/__init__.py:161 +#: sphinx/locale/__init__.py:163 msgid "Hint" msgstr "Suggerència" -#: sphinx/locale/__init__.py:162 +#: sphinx/locale/__init__.py:164 msgid "Important" msgstr "Important" -#: sphinx/locale/__init__.py:163 +#: sphinx/locale/__init__.py:165 msgid "Note" msgstr "Nota" -#: sphinx/locale/__init__.py:164 +#: sphinx/locale/__init__.py:166 msgid "See also" msgstr "Vegeu també" -#: sphinx/locale/__init__.py:165 +#: sphinx/locale/__init__.py:167 msgid "Tip" msgstr "Truc" -#: sphinx/locale/__init__.py:166 +#: sphinx/locale/__init__.py:168 msgid "Warning" msgstr "Avís" -#: sphinx/locale/__init__.py:170 +#: sphinx/locale/__init__.py:172 #, python-format msgid "New in version %s" msgstr "Novetat de la versió %s" -#: sphinx/locale/__init__.py:171 +#: sphinx/locale/__init__.py:173 #, python-format msgid "Changed in version %s" msgstr "Canviat a la versió %s" -#: sphinx/locale/__init__.py:172 +#: sphinx/locale/__init__.py:174 #, python-format msgid "Deprecated since version %s" msgstr "Obsolet desde la versió %s" -#: sphinx/locale/__init__.py:178 +#: sphinx/locale/__init__.py:180 msgid "keyword" msgstr "paraula clau" -#: sphinx/locale/__init__.py:179 +#: sphinx/locale/__init__.py:181 msgid "operator" msgstr "operador" -#: sphinx/locale/__init__.py:180 +#: sphinx/locale/__init__.py:182 msgid "object" msgstr "objecte" -#: sphinx/locale/__init__.py:182 +#: sphinx/locale/__init__.py:184 msgid "statement" msgstr "sentència" -#: sphinx/locale/__init__.py:183 +#: sphinx/locale/__init__.py:185 msgid "built-in function" msgstr "funció interna" @@ -695,7 +702,9 @@ msgstr "Última actualització el %(last_updated)s." msgid "" "Created using Sphinx " "%(sphinx_version)s." -msgstr "Creat amb Sphinx %(sphinx_version)s." +msgstr "" +"Creat amb Sphinx " +"%(sphinx_version)s." #: sphinx/themes/basic/opensearch.xml:4 #, python-format @@ -722,7 +731,9 @@ msgstr "capítol següent" msgid "" "Please activate JavaScript to enable the search\n" " functionality." -msgstr "Activa JavaScript per utilitzar la funcionalitat\nde cerca." +msgstr "" +"Activa JavaScript per utilitzar la funcionalitat\n" +"de cerca." #: sphinx/themes/basic/search.html:32 msgid "" @@ -730,25 +741,26 @@ msgid "" " words into the box below and click \"search\". Note that the search\n" " function will automatically search for all of the words. Pages\n" " containing fewer words won't appear in the result list." -msgstr "Des d'aquí pots fer cerques en aquests documents. Entra les \nparaules de la teva cerca i clica el botó \"cerca\". Tingues en compte\nque la cerca inclourà totes les paraules que posis. Les pàgines que no\ntenen totes les paraules no sortiràn." +msgstr "" +"Des d'aquí pots fer cerques en aquests documents. Entra les \n" +"paraules de la teva cerca i clica el botó \"cerca\". Tingues en compte\n" +"que la cerca inclourà totes les paraules que posis. Les pàgines que no\n" +"tenen totes les paraules no sortiràn." -#: sphinx/themes/basic/search.html:39 -#: sphinx/themes/basic/searchresults.html:17 +#: sphinx/themes/basic/search.html:39 sphinx/themes/basic/searchresults.html:17 msgid "search" msgstr "cerca" -#: sphinx/themes/basic/search.html:43 -#: sphinx/themes/basic/searchresults.html:21 -#: sphinx/themes/basic/static/searchtools.js_t:281 +#: sphinx/themes/basic/search.html:43 sphinx/themes/basic/searchresults.html:21 +#: sphinx/themes/basic/static/searchtools.js_t:282 msgid "Search Results" msgstr "Resultats de la Cerca" -#: sphinx/themes/basic/search.html:45 -#: sphinx/themes/basic/searchresults.html:23 -#: sphinx/themes/basic/static/searchtools.js_t:283 +#: sphinx/themes/basic/search.html:45 sphinx/themes/basic/searchresults.html:23 +#: sphinx/themes/basic/static/searchtools.js_t:284 msgid "" -"Your search did not match any documents. Please make sure that all words are" -" spelled correctly and that you've selected enough categories." +"Your search did not match any documents. Please make sure that all words " +"are spelled correctly and that you've selected enough categories." msgstr "" #: sphinx/themes/basic/searchbox.html:12 @@ -787,33 +799,33 @@ msgstr "Canvis a la API de C" msgid "Other changes" msgstr "Altres canvis" -#: sphinx/themes/basic/static/doctools.js:166 sphinx/writers/html.py:610 -#: sphinx/writers/html.py:615 +#: sphinx/themes/basic/static/doctools.js_t:169 sphinx/writers/html.py:668 +#: sphinx/writers/html.py:673 msgid "Permalink to this headline" msgstr "Link permanent a aquest títol" -#: sphinx/themes/basic/static/doctools.js:172 sphinx/writers/html.py:107 +#: sphinx/themes/basic/static/doctools.js_t:175 sphinx/writers/html.py:105 msgid "Permalink to this definition" msgstr "Link permanent a aquesta definició" -#: sphinx/themes/basic/static/doctools.js:205 +#: sphinx/themes/basic/static/doctools.js_t:208 msgid "Hide Search Matches" msgstr "Oculta Resultats de Cerca" -#: sphinx/themes/basic/static/searchtools.js_t:119 +#: sphinx/themes/basic/static/searchtools.js_t:121 msgid "Searching" msgstr "" -#: sphinx/themes/basic/static/searchtools.js_t:124 +#: sphinx/themes/basic/static/searchtools.js_t:126 msgid "Preparing search..." msgstr "" -#: sphinx/themes/basic/static/searchtools.js_t:285 +#: sphinx/themes/basic/static/searchtools.js_t:286 #, python-format msgid "Search finished, found %s page(s) matching the search query." msgstr "" -#: sphinx/themes/basic/static/searchtools.js_t:337 +#: sphinx/themes/basic/static/searchtools.js_t:338 msgid ", in " msgstr "" @@ -830,44 +842,56 @@ msgstr "" msgid "Contents" msgstr "" -#: sphinx/writers/html.py:334 +#: sphinx/writers/html.py:349 msgid "Permalink to this code" msgstr "" -#: sphinx/writers/html.py:337 +#: sphinx/writers/html.py:353 msgid "Permalink to this image" msgstr "" -#: sphinx/writers/html.py:339 +#: sphinx/writers/html.py:355 msgid "Permalink to this toctree" msgstr "" -#: sphinx/writers/html.py:619 +#: sphinx/writers/html.py:677 msgid "Permalink to this table" msgstr "" -#: sphinx/writers/latex.py:199 +#: sphinx/writers/latex.py:344 msgid "Release" msgstr "Versió" -#: sphinx/writers/latex.py:697 sphinx/writers/manpage.py:177 -#: sphinx/writers/texinfo.py:616 +#: sphinx/writers/latex.py:408 +#, fuzzy +msgid "page" +msgstr "Perill" + +#: sphinx/writers/latex.py:908 sphinx/writers/manpage.py:226 +#: sphinx/writers/texinfo.py:620 msgid "Footnotes" msgstr "" -#: sphinx/writers/latex.py:785 +#: sphinx/writers/latex.py:1010 msgid "continued from previous page" msgstr "ve de la pàgina anterior" -#: sphinx/writers/latex.py:791 +#: sphinx/writers/latex.py:1016 msgid "Continued on next page" msgstr "Continua a la pàgina següent" -#: sphinx/writers/manpage.py:223 sphinx/writers/text.py:541 +#: sphinx/writers/manpage.py:275 sphinx/writers/text.py:582 #, python-format msgid "[image: %s]" msgstr "" -#: sphinx/writers/manpage.py:224 sphinx/writers/text.py:542 +#: sphinx/writers/manpage.py:276 sphinx/writers/text.py:583 msgid "[image]" msgstr "[imatge]" + +#~ msgid "%B %d, %Y" +#~ msgstr "%d de %B de %Y" + +#~ msgid "%b %d, %Y" +#~ msgstr "%d %b, %Y" + diff --git a/sphinx/locale/cs/LC_MESSAGES/sphinx.js b/sphinx/locale/cs/LC_MESSAGES/sphinx.js index 0f069df49..dd832f6e3 100644 --- a/sphinx/locale/cs/LC_MESSAGES/sphinx.js +++ b/sphinx/locale/cs/LC_MESSAGES/sphinx.js @@ -1 +1 @@ -Documentation.addTranslations({"locale": "cs", "plural_expr": "(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2", "messages": {"Next topic": "Dal\u0161\u00ed t\u00e9ma", "Index": "Rejst\u0159\u00edk", "%(filename)s — %(docstitle)s": "%(filename)s — %(docstitle)s", "Welcome! This is": "V\u00edtejte! Toto je", "Copyright": "Ve\u0161ker\u00e1 pr\u00e1va vyhrazena", "C API changes": "Zm\u011bny API", "quick access to all modules": "rychl\u00fd p\u0159\u00edstup ke v\u0161em modul\u016fm", "© Copyright %(copyright)s.": "© Copyright %(copyright)s.", "Global Module Index": "Celkov\u00fd rejst\u0159\u00edk modul\u016f", "Your search did not match any documents. Please make sure that all words are spelled correctly and that you've selected enough categories.": "Vyhled\u00e1v\u00e1n\u00ed nenalezlo \u017e\u00e1dn\u00fd odpov\u00eddaj\u00edc\u00ed dokument. Ujist\u011bte se, \u017ee jste v\u0161echna slova zapsal/a spr\u00e1vn\u011b a \u017ee jste vybral/a dostatek kategori\u00ed.", "Index – %(key)s": "Rejst\u0159\u00edk – %(key)s", "General Index": "Obecn\u00fd rejst\u0159\u00edk", "next chapter": "dal\u0161\u00ed kapitola", "Search finished, found %s page(s) matching the search query.": "Vyhled\u00e1v\u00e1n\u00ed dokon\u010deno, str\u00e1nky odpov\u00eddaj\u00edc\u00ed hledan\u00e9mu v\u00fdrazu: %s.", "previous chapter": "p\u0159edchoz\u00ed kapitola", "Permalink to this headline": "Trval\u00fd odkaz na tento nadpis", "About these documents": "O t\u011bchto dokumentech", "Preparing search...": "Vyhled\u00e1v\u00e1n\u00ed se p\u0159ipravuje...", ", in ": ", v ", "Navigation": "Navigace", "Expand sidebar": "Rozbalit bo\u010dn\u00ed li\u0161tu", "the documentation for": "dokumentace pro", "Complete Table of Contents": "Celkov\u00fd obsah", "Contents": "Obsah", "can be huge": "m\u016f\u017ee b\u00fdt obrovsk\u00fd", "Changes in Version %(version)s — %(docstitle)s": "Zm\u011bny ve verzi %(version)s — %(docstitle)s", "Other changes": "Ostatn\u00ed zm\u011bny", "Hide Search Matches": "Skr\u00fdt v\u00fdsledky vyhled\u00e1v\u00e1n\u00ed", "Quick search": "Rychl\u00e9 vyhled\u00e1v\u00e1n\u00ed", "Show Source": "Uk\u00e1zat zdroj", "Search": "Vyhled\u00e1v\u00e1n\u00ed", "This Page": "Tato str\u00e1nka", "From here you can search these documents. Enter your search\n words into the box below and click \"search\". Note that the search\n function will automatically search for all of the words. Pages\n containing fewer words won't appear in the result list.": "Toto je vyhled\u00e1vac\u00ed str\u00e1nka. Zadejte kl\u00ed\u010dov\u00e1 slova a klikn\u011bte na \"hledat\". \nVyhled\u00e1v\u00e1n\u00ed automaticky hled\u00e1 v\u0161echna slova, nebudou tedy nalezeny str\u00e1nky obsahuj\u00edc\u00ed jen n\u011bkter\u00e9 z nich.", "Created using Sphinx %(sphinx_version)s.": "Vytvo\u0159eno pomoc\u00ed Sphinx %(sphinx_version)s.", "last updated": "naposledy aktualizov\u00e1no", "Collapse sidebar": "Sbalit bo\u010dn\u00ed li\u0161tu", "Go": "OK", "Table Of Contents": "Obsah", "Search within %(docstitle)s": "Prohledat %(docstitle)s", "all functions, classes, terms": "v\u0161echny funkce, t\u0159\u00eddy, term\u00edny", "Please activate JavaScript to enable the search\n functionality.": "Pro podporu vyhled\u00e1v\u00e1n\u00ed aktivujte JavaScript.", "Indices and tables:": "Rejst\u0159\u00edky a tabulky:", "lists all sections and subsections": "seznam v\u0161ech sekc\u00ed a podsekc\u00ed", "Index pages by letter": "Rejst\u0159\u00edk podle p\u00edsmene", "search": "hledat", "Permalink to this definition": "Trval\u00fd odkaz na tuto definici", "Previous topic": "P\u0159echoz\u00ed t\u00e9ma", "Overview": "P\u0159ehled", "Last updated on %(last_updated)s.": "Aktualizov\u00e1no dne %(last_updated)s.", "Searching": "Prob\u00edh\u00e1 vyhled\u00e1n\u00ed", "search this documentation": "prohledat tuto dokumentaci", "Automatically generated list of changes in version %(version)s": "Automaticky generovan\u00fd seznam zm\u011bn ve verzi %(version)s", "Full index on one page": "Cel\u00fd rejst\u0159\u00edk na jedn\u00e9 str\u00e1nce", "Enter search terms or a module, class or function name.": "Zadejte hledan\u00e9 term\u00edny nebo jm\u00e9no modulu, t\u0159\u00eddy \u010di funkce.", "© Copyright %(copyright)s.": "© Copyright %(copyright)s.", "Library changes": "Zm\u011bny v knihovn\u00e1ch", "Search Page": "Vyhled\u00e1vac\u00ed str\u00e1nka", "Search Results": "V\u00fdsledky vyhled\u00e1v\u00e1n\u00ed"}}); \ No newline at end of file +Documentation.addTranslations({"locale": "cs", "messages": {"%(filename)s — %(docstitle)s": "%(filename)s — %(docstitle)s", "© Copyright %(copyright)s.": "© Copyright %(copyright)s.", "© Copyright %(copyright)s.": "© Copyright %(copyright)s.", ", in ": ", v ", "About these documents": "O t\u011bchto dokumentech", "Automatically generated list of changes in version %(version)s": "Automaticky generovan\u00fd seznam zm\u011bn ve verzi %(version)s", "C API changes": "Zm\u011bny API", "Changes in Version %(version)s — %(docstitle)s": "Zm\u011bny ve verzi %(version)s — %(docstitle)s", "Collapse sidebar": "Sbalit bo\u010dn\u00ed li\u0161tu", "Complete Table of Contents": "Celkov\u00fd obsah", "Contents": "Obsah", "Copyright": "Ve\u0161ker\u00e1 pr\u00e1va vyhrazena", "Created using Sphinx %(sphinx_version)s.": "Vytvo\u0159eno pomoc\u00ed Sphinx %(sphinx_version)s.", "Enter search terms or a module, class or function name.": "Zadejte hledan\u00e9 term\u00edny nebo jm\u00e9no modulu, t\u0159\u00eddy \u010di funkce.", "Expand sidebar": "Rozbalit bo\u010dn\u00ed li\u0161tu", "From here you can search these documents. Enter your search\n words into the box below and click \"search\". Note that the search\n function will automatically search for all of the words. Pages\n containing fewer words won't appear in the result list.": "Toto je vyhled\u00e1vac\u00ed str\u00e1nka. Zadejte kl\u00ed\u010dov\u00e1 slova a klikn\u011bte na \"hledat\". \nVyhled\u00e1v\u00e1n\u00ed automaticky hled\u00e1 v\u0161echna slova, nebudou tedy nalezeny str\u00e1nky obsahuj\u00edc\u00ed jen n\u011bkter\u00e9 z nich.", "Full index on one page": "Cel\u00fd rejst\u0159\u00edk na jedn\u00e9 str\u00e1nce", "General Index": "Obecn\u00fd rejst\u0159\u00edk", "Global Module Index": "Celkov\u00fd rejst\u0159\u00edk modul\u016f", "Go": "OK", "Hide Search Matches": "Skr\u00fdt v\u00fdsledky vyhled\u00e1v\u00e1n\u00ed", "Index": "Rejst\u0159\u00edk", "Index – %(key)s": "Rejst\u0159\u00edk – %(key)s", "Index pages by letter": "Rejst\u0159\u00edk podle p\u00edsmene", "Indices and tables:": "Rejst\u0159\u00edky a tabulky:", "Last updated on %(last_updated)s.": "Aktualizov\u00e1no dne %(last_updated)s.", "Library changes": "Zm\u011bny v knihovn\u00e1ch", "Navigation": "Navigace", "Next topic": "Dal\u0161\u00ed t\u00e9ma", "Other changes": "Ostatn\u00ed zm\u011bny", "Overview": "P\u0159ehled", "Permalink to this definition": "Trval\u00fd odkaz na tuto definici", "Permalink to this headline": "Trval\u00fd odkaz na tento nadpis", "Please activate JavaScript to enable the search\n functionality.": "Pro podporu vyhled\u00e1v\u00e1n\u00ed aktivujte JavaScript.", "Preparing search...": "Vyhled\u00e1v\u00e1n\u00ed se p\u0159ipravuje...", "Previous topic": "P\u0159echoz\u00ed t\u00e9ma", "Quick search": "Rychl\u00e9 vyhled\u00e1v\u00e1n\u00ed", "Search": "Vyhled\u00e1v\u00e1n\u00ed", "Search Page": "Vyhled\u00e1vac\u00ed str\u00e1nka", "Search Results": "V\u00fdsledky vyhled\u00e1v\u00e1n\u00ed", "Search finished, found %s page(s) matching the search query.": "Vyhled\u00e1v\u00e1n\u00ed dokon\u010deno, str\u00e1nky odpov\u00eddaj\u00edc\u00ed hledan\u00e9mu v\u00fdrazu: %s.", "Search within %(docstitle)s": "Prohledat %(docstitle)s", "Searching": "Prob\u00edh\u00e1 vyhled\u00e1n\u00ed", "Show Source": "Uk\u00e1zat zdroj", "Table Of Contents": "Obsah", "This Page": "Tato str\u00e1nka", "Welcome! This is": "V\u00edtejte! Toto je", "Your search did not match any documents. Please make sure that all words are spelled correctly and that you've selected enough categories.": "Vyhled\u00e1v\u00e1n\u00ed nenalezlo \u017e\u00e1dn\u00fd odpov\u00eddaj\u00edc\u00ed dokument. Ujist\u011bte se, \u017ee jste v\u0161echna slova zapsal/a spr\u00e1vn\u011b a \u017ee jste vybral/a dostatek kategori\u00ed.", "all functions, classes, terms": "v\u0161echny funkce, t\u0159\u00eddy, term\u00edny", "can be huge": "m\u016f\u017ee b\u00fdt obrovsk\u00fd", "last updated": "naposledy aktualizov\u00e1no", "lists all sections and subsections": "seznam v\u0161ech sekc\u00ed a podsekc\u00ed", "next chapter": "dal\u0161\u00ed kapitola", "previous chapter": "p\u0159edchoz\u00ed kapitola", "quick access to all modules": "rychl\u00fd p\u0159\u00edstup ke v\u0161em modul\u016fm", "search": "hledat", "search this documentation": "prohledat tuto dokumentaci", "the documentation for": "dokumentace pro"}, "plural_expr": "(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2"}); \ No newline at end of file diff --git a/sphinx/locale/cs/LC_MESSAGES/sphinx.mo b/sphinx/locale/cs/LC_MESSAGES/sphinx.mo index 667218bc5..60d7fa536 100644 Binary files a/sphinx/locale/cs/LC_MESSAGES/sphinx.mo and b/sphinx/locale/cs/LC_MESSAGES/sphinx.mo differ diff --git a/sphinx/locale/cs/LC_MESSAGES/sphinx.po b/sphinx/locale/cs/LC_MESSAGES/sphinx.po index 84e3a7d9a..9e956403d 100644 --- a/sphinx/locale/cs/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/cs/LC_MESSAGES/sphinx.po @@ -1,56 +1,55 @@ -# Translations template for Sphinx. -# Copyright (C) 2015 ORGANIZATION +# Czech translations for Sphinx. +# Copyright (C) 2016 ORGANIZATION # This file is distributed under the same license as the Sphinx project. -# -# Translators: -# FIRST AUTHOR , 2008 -# Vilibald W. , 2014-2015 +# FIRST AUTHOR , 2016. +# msgid "" msgstr "" -"Project-Id-Version: Sphinx\n" +"Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2015-03-08 23:31+0900\n" +"POT-Creation-Date: 2016-02-14 22:15+0900\n" "PO-Revision-Date: 2015-03-08 14:35+0000\n" "Last-Translator: Takayuki Shimizukawa \n" -"Language-Team: Czech (http://www.transifex.com/projects/p/sphinx-1/language/cs/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 1.3\n" "Language: cs\n" -"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" +"Language-Team: Czech " +"(http://www.transifex.com/projects/p/sphinx-1/language/cs/)\n" +"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 2.2.0\n" -#: sphinx/config.py:80 +#: sphinx/config.py:84 #, python-format msgid "Fig. %s" msgstr "Obr. %s" -#: sphinx/config.py:81 +#: sphinx/config.py:85 #, python-format msgid "Table %s" msgstr "Tabulka %s" -#: sphinx/config.py:82 +#: sphinx/config.py:86 #, python-format msgid "Listing %s" msgstr "Výpis %s" -#: sphinx/config.py:89 +#: sphinx/config.py:93 #, python-format msgid "%s %s documentation" msgstr "Dokumentace pro %s %s" -#: sphinx/environment.py:1880 +#: sphinx/environment.py:1815 #, python-format msgid "see %s" msgstr "viz %s" -#: sphinx/environment.py:1883 +#: sphinx/environment.py:1819 #, python-format msgid "see also %s" msgstr "viz také %s" -#: sphinx/environment.py:1941 +#: sphinx/environment.py:1879 msgid "Symbols" msgstr "Symboly" @@ -59,11 +58,10 @@ msgstr "Symboly" msgid "Python Enhancement Proposals; PEP %s" msgstr "Python Enhancement Proposals; PEP %s" -#: sphinx/transforms.py:58 sphinx/writers/latex.py:212 -#: sphinx/writers/manpage.py:67 sphinx/writers/texinfo.py:221 -#, python-format -msgid "%B %d, %Y" -msgstr "%d.%m.%Y" +#: sphinx/transforms.py:56 sphinx/writers/latex.py:357 +#: sphinx/writers/manpage.py:101 sphinx/writers/texinfo.py:222 +msgid "MMMM dd, YYYY" +msgstr "" #: sphinx/builders/changes.py:75 msgid "Builtins" @@ -73,64 +71,63 @@ msgstr "Vestavěné funkce" msgid "Module level" msgstr "Úroveň modulu" -#: sphinx/builders/html.py:291 -#, python-format -msgid "%b %d, %Y" -msgstr "%d.%m.%Y" +#: sphinx/builders/html.py:295 +msgid "MMM dd, YYYY" +msgstr "" -#: sphinx/builders/html.py:310 sphinx/themes/basic/defindex.html:30 +#: sphinx/builders/html.py:315 sphinx/themes/basic/defindex.html:30 msgid "General Index" msgstr "Obecný rejstřík" -#: sphinx/builders/html.py:310 +#: sphinx/builders/html.py:315 msgid "index" msgstr "rejstřík" -#: sphinx/builders/html.py:371 +#: sphinx/builders/html.py:376 msgid "next" msgstr "další" -#: sphinx/builders/html.py:380 +#: sphinx/builders/html.py:385 msgid "previous" msgstr "předchozí" -#: sphinx/builders/latex.py:144 sphinx/builders/texinfo.py:198 +#: sphinx/builders/latex.py:165 sphinx/builders/texinfo.py:199 msgid " (in " msgstr " (v " -#: sphinx/directives/other.py:150 +#: sphinx/directives/other.py:149 msgid "Section author: " msgstr "Autor sekce: " -#: sphinx/directives/other.py:152 +#: sphinx/directives/other.py:151 msgid "Module author: " msgstr "Autor modulu: " -#: sphinx/directives/other.py:154 +#: sphinx/directives/other.py:153 msgid "Code author: " msgstr "Autor kódu:" -#: sphinx/directives/other.py:156 +#: sphinx/directives/other.py:155 msgid "Author: " msgstr "Autor: " -#: sphinx/domains/__init__.py:273 +#: sphinx/domains/__init__.py:275 #, python-format msgid "%s %s" msgstr "%s %s" -#: sphinx/domains/c.py:58 sphinx/domains/cpp.py:2408 -#: sphinx/domains/python.py:122 +#: sphinx/domains/c.py:58 sphinx/domains/cpp.py:3605 +#: sphinx/domains/python.py:124 msgid "Parameters" msgstr "Parametry" -#: sphinx/domains/c.py:61 sphinx/domains/cpp.py:2414 -#: sphinx/domains/javascript.py:128 sphinx/domains/python.py:134 +#: sphinx/domains/c.py:61 sphinx/domains/cpp.py:3614 +#: sphinx/domains/javascript.py:128 sphinx/domains/python.py:136 msgid "Returns" msgstr "Vrací" #: sphinx/domains/c.py:63 sphinx/domains/javascript.py:130 -#: sphinx/domains/python.py:136 +#: sphinx/domains/python.py:138 msgid "Return type" msgstr "Typ návratové hodnoty" @@ -159,12 +156,12 @@ msgstr "%s (C typ)" msgid "%s (C variable)" msgstr "%s (C proměnná)" -#: sphinx/domains/c.py:242 sphinx/domains/cpp.py:2680 -#: sphinx/domains/javascript.py:164 sphinx/domains/python.py:587 +#: sphinx/domains/c.py:242 sphinx/domains/cpp.py:3953 +#: sphinx/domains/javascript.py:164 sphinx/domains/python.py:589 msgid "function" msgstr "funkce" -#: sphinx/domains/c.py:243 sphinx/domains/cpp.py:2681 +#: sphinx/domains/c.py:243 sphinx/domains/cpp.py:3954 msgid "member" msgstr "člen" @@ -172,7 +169,7 @@ msgstr "člen" msgid "macro" msgstr "makro" -#: sphinx/domains/c.py:245 sphinx/domains/cpp.py:2682 +#: sphinx/domains/c.py:245 sphinx/domains/cpp.py:3955 msgid "type" msgstr "typ" @@ -180,59 +177,64 @@ msgstr "typ" msgid "variable" msgstr "proměnná" -#: sphinx/domains/cpp.py:2411 sphinx/domains/javascript.py:125 +#: sphinx/domains/cpp.py:3608 +#, fuzzy +msgid "Template Parameters" +msgstr "Parametry" + +#: sphinx/domains/cpp.py:3611 sphinx/domains/javascript.py:125 msgid "Throws" msgstr "Vyvolá" -#: sphinx/domains/cpp.py:2518 +#: sphinx/domains/cpp.py:3733 #, python-format msgid "%s (C++ type)" msgstr "%s (C++ typ)" -#: sphinx/domains/cpp.py:2531 +#: sphinx/domains/cpp.py:3744 #, python-format msgid "%s (C++ member)" msgstr "%s (C++ člen)" -#: sphinx/domains/cpp.py:2543 +#: sphinx/domains/cpp.py:3755 #, python-format msgid "%s (C++ function)" msgstr "%s (C++ funkce)" -#: sphinx/domains/cpp.py:2555 +#: sphinx/domains/cpp.py:3766 #, python-format msgid "%s (C++ class)" msgstr "%s (C++ třída)" -#: sphinx/domains/cpp.py:2579 +#: sphinx/domains/cpp.py:3786 #, python-format msgid "%s (C++ enum)" msgstr "" -#: sphinx/domains/cpp.py:2617 +#: sphinx/domains/cpp.py:3816 #, python-format msgid "%s (C++ enumerator)" msgstr "" -#: sphinx/domains/cpp.py:2679 sphinx/domains/javascript.py:165 -#: sphinx/domains/python.py:589 +#: sphinx/domains/cpp.py:3952 sphinx/domains/javascript.py:165 +#: sphinx/domains/python.py:591 msgid "class" msgstr "třída" -#: sphinx/domains/cpp.py:2683 +#: sphinx/domains/cpp.py:3956 msgid "enum" msgstr "" -#: sphinx/domains/cpp.py:2684 +#: sphinx/domains/cpp.py:3957 msgid "enumerator" msgstr "" -#: sphinx/domains/javascript.py:106 sphinx/domains/python.py:280 +#: sphinx/domains/javascript.py:106 sphinx/domains/python.py:282 #, python-format msgid "%s() (built-in function)" msgstr "%s() (vestavěná funkce)" -#: sphinx/domains/javascript.py:107 sphinx/domains/python.py:344 +#: sphinx/domains/javascript.py:107 sphinx/domains/python.py:346 #, python-format msgid "%s() (%s method)" msgstr "%s() (metoda %s)" @@ -247,7 +249,7 @@ msgstr "%s() (třída)" msgid "%s (global variable or constant)" msgstr "%s (globální proměnná nebo konstanta)" -#: sphinx/domains/javascript.py:113 sphinx/domains/python.py:382 +#: sphinx/domains/javascript.py:113 sphinx/domains/python.py:384 #, python-format msgid "%s (%s attribute)" msgstr "%s (atribut %s)" @@ -256,116 +258,116 @@ msgstr "%s (atribut %s)" msgid "Arguments" msgstr "Argumenty" -#: sphinx/domains/javascript.py:166 sphinx/domains/python.py:588 +#: sphinx/domains/javascript.py:166 sphinx/domains/python.py:590 msgid "data" msgstr "data" -#: sphinx/domains/javascript.py:167 sphinx/domains/python.py:594 +#: sphinx/domains/javascript.py:167 sphinx/domains/python.py:596 msgid "attribute" msgstr "atribut" -#: sphinx/domains/python.py:127 +#: sphinx/domains/python.py:129 msgid "Variables" msgstr "Proměnné" -#: sphinx/domains/python.py:131 +#: sphinx/domains/python.py:133 msgid "Raises" msgstr "Vyvolá" -#: sphinx/domains/python.py:281 sphinx/domains/python.py:338 -#: sphinx/domains/python.py:350 sphinx/domains/python.py:363 +#: sphinx/domains/python.py:283 sphinx/domains/python.py:340 +#: sphinx/domains/python.py:352 sphinx/domains/python.py:365 #, python-format msgid "%s() (in module %s)" msgstr "%s() (v modulu %s)" -#: sphinx/domains/python.py:284 +#: sphinx/domains/python.py:286 #, python-format msgid "%s (built-in variable)" msgstr "%s (vestavěná proměnná)" -#: sphinx/domains/python.py:285 sphinx/domains/python.py:376 +#: sphinx/domains/python.py:287 sphinx/domains/python.py:378 #, python-format msgid "%s (in module %s)" msgstr "%s (v modulu %s)" -#: sphinx/domains/python.py:301 +#: sphinx/domains/python.py:303 #, python-format msgid "%s (built-in class)" msgstr "%s (vestavěná třída)" -#: sphinx/domains/python.py:302 +#: sphinx/domains/python.py:304 #, python-format msgid "%s (class in %s)" msgstr "%s (třída v %s)" -#: sphinx/domains/python.py:342 +#: sphinx/domains/python.py:344 #, python-format msgid "%s() (%s.%s method)" msgstr "%s() (metoda %s.%s)" -#: sphinx/domains/python.py:354 +#: sphinx/domains/python.py:356 #, python-format msgid "%s() (%s.%s static method)" msgstr "%s() (statická metoda %s.%s)" -#: sphinx/domains/python.py:357 +#: sphinx/domains/python.py:359 #, python-format msgid "%s() (%s static method)" msgstr "%s() (statická metoda %s)" -#: sphinx/domains/python.py:367 +#: sphinx/domains/python.py:369 #, python-format msgid "%s() (%s.%s class method)" msgstr "%s() (třídní metoda %s.%s)" -#: sphinx/domains/python.py:370 +#: sphinx/domains/python.py:372 #, python-format msgid "%s() (%s class method)" msgstr "%s() (třídní metoda %s)" -#: sphinx/domains/python.py:380 +#: sphinx/domains/python.py:382 #, python-format msgid "%s (%s.%s attribute)" msgstr "%s (atribut %s.%s)" -#: sphinx/domains/python.py:461 +#: sphinx/domains/python.py:463 #, python-format msgid "%s (module)" msgstr "%s (modul)" -#: sphinx/domains/python.py:518 +#: sphinx/domains/python.py:520 msgid "Python Module Index" msgstr "Rejstřík modulů Pythonu" -#: sphinx/domains/python.py:519 +#: sphinx/domains/python.py:521 msgid "modules" msgstr "moduly" -#: sphinx/domains/python.py:565 +#: sphinx/domains/python.py:567 msgid "Deprecated" msgstr "Zastaralé" -#: sphinx/domains/python.py:590 sphinx/locale/__init__.py:181 +#: sphinx/domains/python.py:592 sphinx/locale/__init__.py:183 msgid "exception" msgstr "výjimka" -#: sphinx/domains/python.py:591 +#: sphinx/domains/python.py:593 msgid "method" msgstr "metoda" -#: sphinx/domains/python.py:592 +#: sphinx/domains/python.py:594 msgid "class method" msgstr "třídní metoda" -#: sphinx/domains/python.py:593 +#: sphinx/domains/python.py:595 msgid "static method" msgstr "statická metoda" -#: sphinx/domains/python.py:595 sphinx/locale/__init__.py:177 +#: sphinx/domains/python.py:597 sphinx/locale/__init__.py:179 msgid "module" msgstr "modul" -#: sphinx/domains/python.py:760 +#: sphinx/domains/python.py:762 msgid " (deprecated)" msgstr " (zastaralé)" @@ -397,64 +399,64 @@ msgstr "proměnná prostředí; %s" msgid "%scommand line option; %s" msgstr "%svolba příkazového řádku; %s" -#: sphinx/domains/std.py:443 +#: sphinx/domains/std.py:433 msgid "glossary term" msgstr "termín v glosáři" -#: sphinx/domains/std.py:444 +#: sphinx/domains/std.py:434 msgid "grammar token" msgstr "token gramatiky" -#: sphinx/domains/std.py:445 +#: sphinx/domains/std.py:435 msgid "reference label" msgstr "referenční návěstí" -#: sphinx/domains/std.py:447 +#: sphinx/domains/std.py:437 msgid "environment variable" msgstr "proměnná prostředí" -#: sphinx/domains/std.py:448 +#: sphinx/domains/std.py:438 msgid "program option" msgstr "volba programu" -#: sphinx/domains/std.py:481 sphinx/themes/basic/genindex-single.html:32 +#: sphinx/domains/std.py:471 sphinx/themes/basic/genindex-single.html:32 #: sphinx/themes/basic/genindex-single.html:57 #: sphinx/themes/basic/genindex-split.html:11 #: sphinx/themes/basic/genindex-split.html:14 #: sphinx/themes/basic/genindex.html:32 sphinx/themes/basic/genindex.html:35 #: sphinx/themes/basic/genindex.html:68 sphinx/themes/basic/layout.html:134 -#: sphinx/writers/latex.py:201 sphinx/writers/texinfo.py:479 +#: sphinx/writers/latex.py:346 sphinx/writers/texinfo.py:481 msgid "Index" msgstr "Rejstřík" -#: sphinx/domains/std.py:482 +#: sphinx/domains/std.py:472 msgid "Module Index" msgstr "Rejstřík modulů" -#: sphinx/domains/std.py:483 sphinx/themes/basic/defindex.html:25 +#: sphinx/domains/std.py:473 sphinx/themes/basic/defindex.html:25 msgid "Search Page" msgstr "Vyhledávací stránka" -#: sphinx/ext/autodoc.py:1139 +#: sphinx/ext/autodoc.py:1265 #, python-format msgid " Bases: %s" msgstr " Nadtřídy: %s" -#: sphinx/ext/autodoc.py:1181 +#: sphinx/ext/autodoc.py:1318 #, python-format msgid "alias of :class:`%s`" msgstr "alias třídy :class:`%s`" -#: sphinx/ext/graphviz.py:293 sphinx/ext/graphviz.py:301 +#: sphinx/ext/graphviz.py:307 sphinx/ext/graphviz.py:316 #, python-format msgid "[graph: %s]" msgstr "[graf: %s]" -#: sphinx/ext/graphviz.py:295 sphinx/ext/graphviz.py:303 +#: sphinx/ext/graphviz.py:309 sphinx/ext/graphviz.py:318 msgid "[graph]" msgstr "[graf]" -#: sphinx/ext/intersphinx.py:257 +#: sphinx/ext/intersphinx.py:359 #, python-format msgid "(in %s v%s)" msgstr "(v %s v%s)" @@ -463,112 +465,117 @@ msgstr "(v %s v%s)" msgid "[source]" msgstr "[zdroj]" -#: sphinx/ext/todo.py:43 +#: sphinx/ext/todo.py:56 msgid "Todo" msgstr "Todo" -#: sphinx/ext/todo.py:113 -#, python-format -msgid "(The <> is located in %s, line %d.)" +#: sphinx/ext/todo.py:129 +#, fuzzy +msgid "<>" +msgstr "původní záznam" + +#: sphinx/ext/todo.py:132 +#, fuzzy, python-format +msgid "(The <> is located in %s, line %d.)" msgstr "(<> se nachází v %s, řádka %d.)" -#: sphinx/ext/todo.py:122 +#: sphinx/ext/todo.py:141 msgid "original entry" msgstr "původní záznam" -#: sphinx/ext/viewcode.py:158 +#: sphinx/ext/viewcode.py:162 msgid "[docs]" msgstr "[dokumentace]" -#: sphinx/ext/viewcode.py:172 +#: sphinx/ext/viewcode.py:176 msgid "Module code" msgstr "Kód modulu" -#: sphinx/ext/viewcode.py:178 +#: sphinx/ext/viewcode.py:182 #, python-format msgid "

Source code for %s

" msgstr "

Zdrojový kód pro %s

" -#: sphinx/ext/viewcode.py:204 +#: sphinx/ext/viewcode.py:208 msgid "Overview: module code" msgstr "Přehled: kód modulu" -#: sphinx/ext/viewcode.py:205 +#: sphinx/ext/viewcode.py:209 msgid "

All modules for which code is available

" msgstr "

Všechny moduly s dostupným kódem

" -#: sphinx/locale/__init__.py:157 +#: sphinx/locale/__init__.py:159 msgid "Attention" msgstr "Výstraha" -#: sphinx/locale/__init__.py:158 +#: sphinx/locale/__init__.py:160 msgid "Caution" msgstr "Upozornění" -#: sphinx/locale/__init__.py:159 +#: sphinx/locale/__init__.py:161 msgid "Danger" msgstr "Nebezpečí" -#: sphinx/locale/__init__.py:160 +#: sphinx/locale/__init__.py:162 msgid "Error" msgstr "Chyba" -#: sphinx/locale/__init__.py:161 +#: sphinx/locale/__init__.py:163 msgid "Hint" msgstr "Rada" -#: sphinx/locale/__init__.py:162 +#: sphinx/locale/__init__.py:164 msgid "Important" msgstr "Důležité" -#: sphinx/locale/__init__.py:163 +#: sphinx/locale/__init__.py:165 msgid "Note" msgstr "Poznámka" -#: sphinx/locale/__init__.py:164 +#: sphinx/locale/__init__.py:166 msgid "See also" msgstr "Viz také" -#: sphinx/locale/__init__.py:165 +#: sphinx/locale/__init__.py:167 msgid "Tip" msgstr "Tip" -#: sphinx/locale/__init__.py:166 +#: sphinx/locale/__init__.py:168 msgid "Warning" msgstr "Varování" -#: sphinx/locale/__init__.py:170 +#: sphinx/locale/__init__.py:172 #, python-format msgid "New in version %s" msgstr "Nové ve verzi %s" -#: sphinx/locale/__init__.py:171 +#: sphinx/locale/__init__.py:173 #, python-format msgid "Changed in version %s" msgstr "Změněno ve verzi %s" -#: sphinx/locale/__init__.py:172 +#: sphinx/locale/__init__.py:174 #, python-format msgid "Deprecated since version %s" msgstr "Zastaralé od verze %s" -#: sphinx/locale/__init__.py:178 +#: sphinx/locale/__init__.py:180 msgid "keyword" msgstr "klíčové slovo" -#: sphinx/locale/__init__.py:179 +#: sphinx/locale/__init__.py:181 msgid "operator" msgstr "operátor" -#: sphinx/locale/__init__.py:180 +#: sphinx/locale/__init__.py:182 msgid "object" msgstr "objekt" -#: sphinx/locale/__init__.py:182 +#: sphinx/locale/__init__.py:184 msgid "statement" msgstr "příkaz" -#: sphinx/locale/__init__.py:183 +#: sphinx/locale/__init__.py:185 msgid "built-in function" msgstr "vestavěná funkce" @@ -696,7 +703,9 @@ msgstr "Aktualizováno dne %(last_updated)s." msgid "" "Created using Sphinx " "%(sphinx_version)s." -msgstr "Vytvořeno pomocí Sphinx %(sphinx_version)s." +msgstr "" +"Vytvořeno pomocí Sphinx " +"%(sphinx_version)s." #: sphinx/themes/basic/opensearch.xml:4 #, python-format @@ -731,26 +740,29 @@ msgid "" " words into the box below and click \"search\". Note that the search\n" " function will automatically search for all of the words. Pages\n" " containing fewer words won't appear in the result list." -msgstr "Toto je vyhledávací stránka. Zadejte klíčová slova a klikněte na \"hledat\". \nVyhledávání automaticky hledá všechna slova, nebudou tedy nalezeny stránky obsahující jen některé z nich." +msgstr "" +"Toto je vyhledávací stránka. Zadejte klíčová slova a klikněte na " +"\"hledat\". \n" +"Vyhledávání automaticky hledá všechna slova, nebudou tedy nalezeny " +"stránky obsahující jen některé z nich." -#: sphinx/themes/basic/search.html:39 -#: sphinx/themes/basic/searchresults.html:17 +#: sphinx/themes/basic/search.html:39 sphinx/themes/basic/searchresults.html:17 msgid "search" msgstr "hledat" -#: sphinx/themes/basic/search.html:43 -#: sphinx/themes/basic/searchresults.html:21 -#: sphinx/themes/basic/static/searchtools.js_t:281 +#: sphinx/themes/basic/search.html:43 sphinx/themes/basic/searchresults.html:21 +#: sphinx/themes/basic/static/searchtools.js_t:282 msgid "Search Results" msgstr "Výsledky vyhledávání" -#: sphinx/themes/basic/search.html:45 -#: sphinx/themes/basic/searchresults.html:23 -#: sphinx/themes/basic/static/searchtools.js_t:283 +#: sphinx/themes/basic/search.html:45 sphinx/themes/basic/searchresults.html:23 +#: sphinx/themes/basic/static/searchtools.js_t:284 msgid "" -"Your search did not match any documents. Please make sure that all words are" -" spelled correctly and that you've selected enough categories." -msgstr "Vyhledávání nenalezlo žádný odpovídající dokument. Ujistěte se, že jste všechna slova zapsal/a správně a že jste vybral/a dostatek kategorií." +"Your search did not match any documents. Please make sure that all words " +"are spelled correctly and that you've selected enough categories." +msgstr "" +"Vyhledávání nenalezlo žádný odpovídající dokument. Ujistěte se, že jste " +"všechna slova zapsal/a správně a že jste vybral/a dostatek kategorií." #: sphinx/themes/basic/searchbox.html:12 msgid "Quick search" @@ -788,33 +800,33 @@ msgstr "Změny API" msgid "Other changes" msgstr "Ostatní změny" -#: sphinx/themes/basic/static/doctools.js:166 sphinx/writers/html.py:610 -#: sphinx/writers/html.py:615 +#: sphinx/themes/basic/static/doctools.js_t:169 sphinx/writers/html.py:668 +#: sphinx/writers/html.py:673 msgid "Permalink to this headline" msgstr "Trvalý odkaz na tento nadpis" -#: sphinx/themes/basic/static/doctools.js:172 sphinx/writers/html.py:107 +#: sphinx/themes/basic/static/doctools.js_t:175 sphinx/writers/html.py:105 msgid "Permalink to this definition" msgstr "Trvalý odkaz na tuto definici" -#: sphinx/themes/basic/static/doctools.js:205 +#: sphinx/themes/basic/static/doctools.js_t:208 msgid "Hide Search Matches" msgstr "Skrýt výsledky vyhledávání" -#: sphinx/themes/basic/static/searchtools.js_t:119 +#: sphinx/themes/basic/static/searchtools.js_t:121 msgid "Searching" msgstr "Probíhá vyhledání" -#: sphinx/themes/basic/static/searchtools.js_t:124 +#: sphinx/themes/basic/static/searchtools.js_t:126 msgid "Preparing search..." msgstr "Vyhledávání se připravuje..." -#: sphinx/themes/basic/static/searchtools.js_t:285 +#: sphinx/themes/basic/static/searchtools.js_t:286 #, python-format msgid "Search finished, found %s page(s) matching the search query." msgstr "Vyhledávání dokončeno, stránky odpovídající hledanému výrazu: %s." -#: sphinx/themes/basic/static/searchtools.js_t:337 +#: sphinx/themes/basic/static/searchtools.js_t:338 msgid ", in " msgstr ", v " @@ -831,44 +843,56 @@ msgstr "Sbalit boční lištu" msgid "Contents" msgstr "Obsah" -#: sphinx/writers/html.py:334 +#: sphinx/writers/html.py:349 msgid "Permalink to this code" msgstr "Permalink k tomuto kódu" -#: sphinx/writers/html.py:337 +#: sphinx/writers/html.py:353 msgid "Permalink to this image" msgstr "Permalink k tomuto obrázku" -#: sphinx/writers/html.py:339 +#: sphinx/writers/html.py:355 msgid "Permalink to this toctree" msgstr "" -#: sphinx/writers/html.py:619 +#: sphinx/writers/html.py:677 msgid "Permalink to this table" msgstr "Permalink k této tabulce" -#: sphinx/writers/latex.py:199 +#: sphinx/writers/latex.py:344 msgid "Release" msgstr "Vydání" -#: sphinx/writers/latex.py:697 sphinx/writers/manpage.py:177 -#: sphinx/writers/texinfo.py:616 +#: sphinx/writers/latex.py:408 +#, fuzzy +msgid "page" +msgstr "Nebezpečí" + +#: sphinx/writers/latex.py:908 sphinx/writers/manpage.py:226 +#: sphinx/writers/texinfo.py:620 msgid "Footnotes" msgstr "Poznámky pod čarou" -#: sphinx/writers/latex.py:785 +#: sphinx/writers/latex.py:1010 msgid "continued from previous page" msgstr "pokračujte na předchozí stránce" -#: sphinx/writers/latex.py:791 +#: sphinx/writers/latex.py:1016 msgid "Continued on next page" msgstr "Pokračujte na další stránce" -#: sphinx/writers/manpage.py:223 sphinx/writers/text.py:541 +#: sphinx/writers/manpage.py:275 sphinx/writers/text.py:582 #, python-format msgid "[image: %s]" msgstr "[obrázek: %s]" -#: sphinx/writers/manpage.py:224 sphinx/writers/text.py:542 +#: sphinx/writers/manpage.py:276 sphinx/writers/text.py:583 msgid "[image]" msgstr "[obrázek]" + +#~ msgid "%B %d, %Y" +#~ msgstr "%d.%m.%Y" + +#~ msgid "%b %d, %Y" +#~ msgstr "%d.%m.%Y" + diff --git a/sphinx/locale/da/LC_MESSAGES/sphinx.js b/sphinx/locale/da/LC_MESSAGES/sphinx.js index e8151cfe6..977d98f54 100644 --- a/sphinx/locale/da/LC_MESSAGES/sphinx.js +++ b/sphinx/locale/da/LC_MESSAGES/sphinx.js @@ -1 +1 @@ -Documentation.addTranslations({"locale": "da", "plural_expr": "(n != 1)", "messages": {"Next topic": "N\u00e6ste emne", "Index": "Indeks", "%(filename)s — %(docstitle)s": "%(filename)s — %(docstitle)s", "Welcome! This is": "Velkommen! Dette er", "Copyright": "Ophavsret", "C API changes": "\u00c6ndringer i C-API", "quick access to all modules": "hurtig adgang til alle moduler", "© Copyright %(copyright)s.": "© Ophavsret %(copyright)s.", "Global Module Index": "Globalt modulindeks", "Your search did not match any documents. Please make sure that all words are spelled correctly and that you've selected enough categories.": "", "Index – %(key)s": "Indeks – %(key)s", "General Index": "Generelt indeks", "next chapter": "n\u00e6ste kapitel", "Search finished, found %s page(s) matching the search query.": "", "previous chapter": "forrige kapitel", "Permalink to this headline": "Permalink til denne overskrift", "About these documents": "Om disse dokumenter", "Preparing search...": "Forbereder s\u00f8gning...", ", in ": "", "Navigation": "Navigation", "Expand sidebar": "Udfold sidebj\u00e6lke", "the documentation for": "dokumentationen for", "Complete Table of Contents": "Fuldst\u00e6ndig indholdsfortegnelse", "Contents": "Indhold", "can be huge": "kan v\u00e6re enormt", "Changes in Version %(version)s — %(docstitle)s": "\u00c6ndringer i version %(version)s — %(docstitle)s", "Other changes": "Andre \u00e6ndringer", "Hide Search Matches": "Skjul s\u00f8geresultater", "Quick search": "Hurtig s\u00f8gning", "Show Source": "Vis kilde", "Search": "S\u00f8g", "This Page": "Denne side", "From here you can search these documents. Enter your search\n words into the box below and click \"search\". Note that the search\n function will automatically search for all of the words. Pages\n containing fewer words won't appear in the result list.": "Her fra kan du s\u00f8ge i disse dokumenter. Indtast dine s\u00f8geord\n i boksen nedenfor og klik p\u00e5 \"s\u00f8g\". Bem\u00e6rk at s\u00f8gefunktionen\n automatisk vil s\u00f8ge p\u00e5 alle ordene. Sider, der indeholder\n f\u00e6rre ord, vil ikke indg\u00e5 i resultaterne.", "Created using Sphinx %(sphinx_version)s.": "Bygget med Sphinx %(sphinx_version)s.", "last updated": "sidst opdateret", "Collapse sidebar": "Sammenfold sidebj\u00e6lke", "Go": "S\u00f8g", "Table Of Contents": "Indholdsfortegnelse", "Search within %(docstitle)s": "S\u00f8g i %(docstitle)s", "all functions, classes, terms": "alle funktioner, klasser, begreber", "Please activate JavaScript to enable the search\n functionality.": "Aktiv\u00e9r venligst JavaScript for at aktivere\n s\u00f8gefunktionalitet.", "Indices and tables:": "Indeks og tabeller:", "lists all sections and subsections": "viser alle afsnit og underafsnit", "Index pages by letter": "Indeks\u00e9r sider efter bogstav", "search": "s\u00f8g", "Permalink to this definition": "Permalink til denne definition", "Previous topic": "Forrige emne", "Overview": "Oversigt", "Last updated on %(last_updated)s.": "Sidst opdateret %(last_updated)s.", "Searching": "S\u00f8ger", "search this documentation": "s\u00f8g i denne dokumentation", "Automatically generated list of changes in version %(version)s": "Automatisk oprettet liste af \u00e6ndringer i version %(version)s", "Full index on one page": "Fuldt indeks p\u00e5 \u00e9n side", "Enter search terms or a module, class or function name.": "Indtast s\u00f8geord eller navnet p\u00e5 et modul, en klasse eller en funktion.", "© Copyright %(copyright)s.": "© Ophavsret %(copyright)s.", "Library changes": "Biblioteks\u00e6ndringer", "Search Page": "S\u00f8geside", "Search Results": "S\u00f8geresultater"}}); \ No newline at end of file +Documentation.addTranslations({"locale": "da", "messages": {"%(filename)s — %(docstitle)s": "%(filename)s — %(docstitle)s", "© Copyright %(copyright)s.": "© Ophavsret %(copyright)s.", "© Copyright %(copyright)s.": "© Ophavsret %(copyright)s.", ", in ": "", "About these documents": "Om disse dokumenter", "Automatically generated list of changes in version %(version)s": "Automatisk oprettet liste af \u00e6ndringer i version %(version)s", "C API changes": "\u00c6ndringer i C-API", "Changes in Version %(version)s — %(docstitle)s": "\u00c6ndringer i version %(version)s — %(docstitle)s", "Collapse sidebar": "Sammenfold sidebj\u00e6lke", "Complete Table of Contents": "Fuldst\u00e6ndig indholdsfortegnelse", "Contents": "Indhold", "Copyright": "Ophavsret", "Created using Sphinx %(sphinx_version)s.": "Bygget med Sphinx %(sphinx_version)s.", "Enter search terms or a module, class or function name.": "Indtast s\u00f8geord eller navnet p\u00e5 et modul, en klasse eller en funktion.", "Expand sidebar": "Udfold sidebj\u00e6lke", "From here you can search these documents. Enter your search\n words into the box below and click \"search\". Note that the search\n function will automatically search for all of the words. Pages\n containing fewer words won't appear in the result list.": "Her fra kan du s\u00f8ge i disse dokumenter. Indtast dine s\u00f8geord\n i boksen nedenfor og klik p\u00e5 \"s\u00f8g\". Bem\u00e6rk at s\u00f8gefunktionen\n automatisk vil s\u00f8ge p\u00e5 alle ordene. Sider, der indeholder\n f\u00e6rre ord, vil ikke indg\u00e5 i resultaterne.", "Full index on one page": "Fuldt indeks p\u00e5 \u00e9n side", "General Index": "Generelt indeks", "Global Module Index": "Globalt modulindeks", "Go": "S\u00f8g", "Hide Search Matches": "Skjul s\u00f8geresultater", "Index": "Indeks", "Index – %(key)s": "Indeks – %(key)s", "Index pages by letter": "Indeks\u00e9r sider efter bogstav", "Indices and tables:": "Indeks og tabeller:", "Last updated on %(last_updated)s.": "Sidst opdateret %(last_updated)s.", "Library changes": "Biblioteks\u00e6ndringer", "Navigation": "Navigation", "Next topic": "N\u00e6ste emne", "Other changes": "Andre \u00e6ndringer", "Overview": "Oversigt", "Permalink to this definition": "Permalink til denne definition", "Permalink to this headline": "Permalink til denne overskrift", "Please activate JavaScript to enable the search\n functionality.": "Aktiv\u00e9r venligst JavaScript for at aktivere\n s\u00f8gefunktionalitet.", "Preparing search...": "Forbereder s\u00f8gning...", "Previous topic": "Forrige emne", "Quick search": "Hurtig s\u00f8gning", "Search": "S\u00f8g", "Search Page": "S\u00f8geside", "Search Results": "S\u00f8geresultater", "Search finished, found %s page(s) matching the search query.": "", "Search within %(docstitle)s": "S\u00f8g i %(docstitle)s", "Searching": "S\u00f8ger", "Show Source": "Vis kilde", "Table Of Contents": "Indholdsfortegnelse", "This Page": "Denne side", "Welcome! This is": "Velkommen! Dette er", "Your search did not match any documents. Please make sure that all words are spelled correctly and that you've selected enough categories.": "", "all functions, classes, terms": "alle funktioner, klasser, begreber", "can be huge": "kan v\u00e6re enormt", "last updated": "sidst opdateret", "lists all sections and subsections": "viser alle afsnit og underafsnit", "next chapter": "n\u00e6ste kapitel", "previous chapter": "forrige kapitel", "quick access to all modules": "hurtig adgang til alle moduler", "search": "s\u00f8g", "search this documentation": "s\u00f8g i denne dokumentation", "the documentation for": "dokumentationen for"}, "plural_expr": "(n != 1)"}); \ No newline at end of file diff --git a/sphinx/locale/da/LC_MESSAGES/sphinx.mo b/sphinx/locale/da/LC_MESSAGES/sphinx.mo index ec2e49789..f1dc7f3f6 100644 Binary files a/sphinx/locale/da/LC_MESSAGES/sphinx.mo and b/sphinx/locale/da/LC_MESSAGES/sphinx.mo differ diff --git a/sphinx/locale/da/LC_MESSAGES/sphinx.po b/sphinx/locale/da/LC_MESSAGES/sphinx.po index 3ec4de4d3..60f77bba1 100644 --- a/sphinx/locale/da/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/da/LC_MESSAGES/sphinx.po @@ -1,56 +1,55 @@ -# Translations template for Sphinx. -# Copyright (C) 2015 ORGANIZATION +# Danish translations for Sphinx. +# Copyright (C) 2016 ORGANIZATION # This file is distributed under the same license as the Sphinx project. -# -# Translators: -# askhl , 2010-2011 -# Jakob Lykke Andersen , 2014 +# FIRST AUTHOR , 2016. +# msgid "" msgstr "" -"Project-Id-Version: Sphinx\n" +"Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2015-03-08 23:31+0900\n" +"POT-Creation-Date: 2016-02-14 22:15+0900\n" "PO-Revision-Date: 2015-03-08 14:35+0000\n" "Last-Translator: Takayuki Shimizukawa \n" -"Language-Team: Danish (http://www.transifex.com/projects/p/sphinx-1/language/da/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 1.3\n" "Language: da\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"Language-Team: Danish " +"(http://www.transifex.com/projects/p/sphinx-1/language/da/)\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.2.0\n" -#: sphinx/config.py:80 +#: sphinx/config.py:84 #, python-format msgid "Fig. %s" msgstr "figur %s" -#: sphinx/config.py:81 +#: sphinx/config.py:85 #, python-format msgid "Table %s" msgstr "tabel %s" -#: sphinx/config.py:82 +#: sphinx/config.py:86 #, python-format msgid "Listing %s" msgstr "" -#: sphinx/config.py:89 +#: sphinx/config.py:93 #, python-format msgid "%s %s documentation" msgstr "%s %s dokumentation" -#: sphinx/environment.py:1880 +#: sphinx/environment.py:1815 #, python-format msgid "see %s" msgstr "se %s" -#: sphinx/environment.py:1883 +#: sphinx/environment.py:1819 #, python-format msgid "see also %s" msgstr "se også %s" -#: sphinx/environment.py:1941 +#: sphinx/environment.py:1879 msgid "Symbols" msgstr "Symboler" @@ -59,11 +58,10 @@ msgstr "Symboler" msgid "Python Enhancement Proposals; PEP %s" msgstr "Python Enhancement Proposals; PEP %s" -#: sphinx/transforms.py:58 sphinx/writers/latex.py:212 -#: sphinx/writers/manpage.py:67 sphinx/writers/texinfo.py:221 -#, python-format -msgid "%B %d, %Y" -msgstr "%d. %B, %Y" +#: sphinx/transforms.py:56 sphinx/writers/latex.py:357 +#: sphinx/writers/manpage.py:101 sphinx/writers/texinfo.py:222 +msgid "MMMM dd, YYYY" +msgstr "" #: sphinx/builders/changes.py:75 msgid "Builtins" @@ -73,64 +71,63 @@ msgstr "Indbyggede" msgid "Module level" msgstr "Modulniveau" -#: sphinx/builders/html.py:291 -#, python-format -msgid "%b %d, %Y" -msgstr "%d. %b, %Y" +#: sphinx/builders/html.py:295 +msgid "MMM dd, YYYY" +msgstr "" -#: sphinx/builders/html.py:310 sphinx/themes/basic/defindex.html:30 +#: sphinx/builders/html.py:315 sphinx/themes/basic/defindex.html:30 msgid "General Index" msgstr "Generelt indeks" -#: sphinx/builders/html.py:310 +#: sphinx/builders/html.py:315 msgid "index" msgstr "indeks" -#: sphinx/builders/html.py:371 +#: sphinx/builders/html.py:376 msgid "next" msgstr "næste" -#: sphinx/builders/html.py:380 +#: sphinx/builders/html.py:385 msgid "previous" msgstr "forrige" -#: sphinx/builders/latex.py:144 sphinx/builders/texinfo.py:198 +#: sphinx/builders/latex.py:165 sphinx/builders/texinfo.py:199 msgid " (in " msgstr " (i " -#: sphinx/directives/other.py:150 +#: sphinx/directives/other.py:149 msgid "Section author: " msgstr "Afsnitsforfatter: " -#: sphinx/directives/other.py:152 +#: sphinx/directives/other.py:151 msgid "Module author: " msgstr "Modulforfatter: " -#: sphinx/directives/other.py:154 +#: sphinx/directives/other.py:153 msgid "Code author: " msgstr "Kodeforfatter: " -#: sphinx/directives/other.py:156 +#: sphinx/directives/other.py:155 msgid "Author: " msgstr "Forfatter: " -#: sphinx/domains/__init__.py:273 +#: sphinx/domains/__init__.py:275 #, python-format msgid "%s %s" msgstr "%s %s" -#: sphinx/domains/c.py:58 sphinx/domains/cpp.py:2408 -#: sphinx/domains/python.py:122 +#: sphinx/domains/c.py:58 sphinx/domains/cpp.py:3605 +#: sphinx/domains/python.py:124 msgid "Parameters" msgstr "Parametre" -#: sphinx/domains/c.py:61 sphinx/domains/cpp.py:2414 -#: sphinx/domains/javascript.py:128 sphinx/domains/python.py:134 +#: sphinx/domains/c.py:61 sphinx/domains/cpp.py:3614 +#: sphinx/domains/javascript.py:128 sphinx/domains/python.py:136 msgid "Returns" msgstr "Returnerer" #: sphinx/domains/c.py:63 sphinx/domains/javascript.py:130 -#: sphinx/domains/python.py:136 +#: sphinx/domains/python.py:138 msgid "Return type" msgstr "Returtype" @@ -159,12 +156,12 @@ msgstr "%s (C-type)" msgid "%s (C variable)" msgstr "%s (C-variabel)" -#: sphinx/domains/c.py:242 sphinx/domains/cpp.py:2680 -#: sphinx/domains/javascript.py:164 sphinx/domains/python.py:587 +#: sphinx/domains/c.py:242 sphinx/domains/cpp.py:3953 +#: sphinx/domains/javascript.py:164 sphinx/domains/python.py:589 msgid "function" msgstr "funktion" -#: sphinx/domains/c.py:243 sphinx/domains/cpp.py:2681 +#: sphinx/domains/c.py:243 sphinx/domains/cpp.py:3954 msgid "member" msgstr "medlem" @@ -172,7 +169,7 @@ msgstr "medlem" msgid "macro" msgstr "makro" -#: sphinx/domains/c.py:245 sphinx/domains/cpp.py:2682 +#: sphinx/domains/c.py:245 sphinx/domains/cpp.py:3955 msgid "type" msgstr "type" @@ -180,59 +177,64 @@ msgstr "type" msgid "variable" msgstr "variabel" -#: sphinx/domains/cpp.py:2411 sphinx/domains/javascript.py:125 +#: sphinx/domains/cpp.py:3608 +#, fuzzy +msgid "Template Parameters" +msgstr "Parametre" + +#: sphinx/domains/cpp.py:3611 sphinx/domains/javascript.py:125 msgid "Throws" msgstr "Kaster" -#: sphinx/domains/cpp.py:2518 +#: sphinx/domains/cpp.py:3733 #, python-format msgid "%s (C++ type)" msgstr "%s (C++-type)" -#: sphinx/domains/cpp.py:2531 +#: sphinx/domains/cpp.py:3744 #, python-format msgid "%s (C++ member)" msgstr "%s (C++-medlem)" -#: sphinx/domains/cpp.py:2543 +#: sphinx/domains/cpp.py:3755 #, python-format msgid "%s (C++ function)" msgstr "%s (C++-funktion)" -#: sphinx/domains/cpp.py:2555 +#: sphinx/domains/cpp.py:3766 #, python-format msgid "%s (C++ class)" msgstr "%s (C++-klasse)" -#: sphinx/domains/cpp.py:2579 +#: sphinx/domains/cpp.py:3786 #, python-format msgid "%s (C++ enum)" msgstr "" -#: sphinx/domains/cpp.py:2617 +#: sphinx/domains/cpp.py:3816 #, python-format msgid "%s (C++ enumerator)" msgstr "" -#: sphinx/domains/cpp.py:2679 sphinx/domains/javascript.py:165 -#: sphinx/domains/python.py:589 +#: sphinx/domains/cpp.py:3952 sphinx/domains/javascript.py:165 +#: sphinx/domains/python.py:591 msgid "class" msgstr "klasse" -#: sphinx/domains/cpp.py:2683 +#: sphinx/domains/cpp.py:3956 msgid "enum" msgstr "" -#: sphinx/domains/cpp.py:2684 +#: sphinx/domains/cpp.py:3957 msgid "enumerator" msgstr "" -#: sphinx/domains/javascript.py:106 sphinx/domains/python.py:280 +#: sphinx/domains/javascript.py:106 sphinx/domains/python.py:282 #, python-format msgid "%s() (built-in function)" msgstr "%s() (indbygget funktion)" -#: sphinx/domains/javascript.py:107 sphinx/domains/python.py:344 +#: sphinx/domains/javascript.py:107 sphinx/domains/python.py:346 #, python-format msgid "%s() (%s method)" msgstr "%s() (metode i %s)" @@ -247,7 +249,7 @@ msgstr "%s() (klasse)" msgid "%s (global variable or constant)" msgstr "%s (global variabel eller konstant)" -#: sphinx/domains/javascript.py:113 sphinx/domains/python.py:382 +#: sphinx/domains/javascript.py:113 sphinx/domains/python.py:384 #, python-format msgid "%s (%s attribute)" msgstr "%s (attribut i %s)" @@ -256,116 +258,116 @@ msgstr "%s (attribut i %s)" msgid "Arguments" msgstr "Parametre" -#: sphinx/domains/javascript.py:166 sphinx/domains/python.py:588 +#: sphinx/domains/javascript.py:166 sphinx/domains/python.py:590 msgid "data" msgstr "data" -#: sphinx/domains/javascript.py:167 sphinx/domains/python.py:594 +#: sphinx/domains/javascript.py:167 sphinx/domains/python.py:596 msgid "attribute" msgstr "attribut" -#: sphinx/domains/python.py:127 +#: sphinx/domains/python.py:129 msgid "Variables" msgstr "Variable" -#: sphinx/domains/python.py:131 +#: sphinx/domains/python.py:133 msgid "Raises" msgstr "Rejser" -#: sphinx/domains/python.py:281 sphinx/domains/python.py:338 -#: sphinx/domains/python.py:350 sphinx/domains/python.py:363 +#: sphinx/domains/python.py:283 sphinx/domains/python.py:340 +#: sphinx/domains/python.py:352 sphinx/domains/python.py:365 #, python-format msgid "%s() (in module %s)" msgstr "%s() (i modulet %s)" -#: sphinx/domains/python.py:284 +#: sphinx/domains/python.py:286 #, python-format msgid "%s (built-in variable)" msgstr "%s (indbygget variabel)" -#: sphinx/domains/python.py:285 sphinx/domains/python.py:376 +#: sphinx/domains/python.py:287 sphinx/domains/python.py:378 #, python-format msgid "%s (in module %s)" msgstr "%s (i modulet %s)" -#: sphinx/domains/python.py:301 +#: sphinx/domains/python.py:303 #, python-format msgid "%s (built-in class)" msgstr "%s (indbygget klasse)" -#: sphinx/domains/python.py:302 +#: sphinx/domains/python.py:304 #, python-format msgid "%s (class in %s)" msgstr "%s (klasse i %s)" -#: sphinx/domains/python.py:342 +#: sphinx/domains/python.py:344 #, python-format msgid "%s() (%s.%s method)" msgstr "%s() (metode i %s.%s)" -#: sphinx/domains/python.py:354 +#: sphinx/domains/python.py:356 #, python-format msgid "%s() (%s.%s static method)" msgstr "%s() (statisk metode i %s.%s)" -#: sphinx/domains/python.py:357 +#: sphinx/domains/python.py:359 #, python-format msgid "%s() (%s static method)" msgstr "%s() (statisk metode i %s)" -#: sphinx/domains/python.py:367 +#: sphinx/domains/python.py:369 #, python-format msgid "%s() (%s.%s class method)" msgstr "%s() (klassemetode i %s.%s)" -#: sphinx/domains/python.py:370 +#: sphinx/domains/python.py:372 #, python-format msgid "%s() (%s class method)" msgstr "%s() (klassemetode i %s)" -#: sphinx/domains/python.py:380 +#: sphinx/domains/python.py:382 #, python-format msgid "%s (%s.%s attribute)" msgstr "%s (attribut i %s.%s)" -#: sphinx/domains/python.py:461 +#: sphinx/domains/python.py:463 #, python-format msgid "%s (module)" msgstr "%s (modul)" -#: sphinx/domains/python.py:518 +#: sphinx/domains/python.py:520 msgid "Python Module Index" msgstr "Python-modulindeks" -#: sphinx/domains/python.py:519 +#: sphinx/domains/python.py:521 msgid "modules" msgstr "moduler" -#: sphinx/domains/python.py:565 +#: sphinx/domains/python.py:567 msgid "Deprecated" msgstr "Forældet" -#: sphinx/domains/python.py:590 sphinx/locale/__init__.py:181 +#: sphinx/domains/python.py:592 sphinx/locale/__init__.py:183 msgid "exception" msgstr "undtagelse" -#: sphinx/domains/python.py:591 +#: sphinx/domains/python.py:593 msgid "method" msgstr "metode" -#: sphinx/domains/python.py:592 +#: sphinx/domains/python.py:594 msgid "class method" msgstr "klassemetode" -#: sphinx/domains/python.py:593 +#: sphinx/domains/python.py:595 msgid "static method" msgstr "statisk metode" -#: sphinx/domains/python.py:595 sphinx/locale/__init__.py:177 +#: sphinx/domains/python.py:597 sphinx/locale/__init__.py:179 msgid "module" msgstr "modul" -#: sphinx/domains/python.py:760 +#: sphinx/domains/python.py:762 msgid " (deprecated)" msgstr " (forældet)" @@ -397,64 +399,64 @@ msgstr "miljøvariabel; %s" msgid "%scommand line option; %s" msgstr "%skommandolinjetilvalg; %s" -#: sphinx/domains/std.py:443 +#: sphinx/domains/std.py:433 msgid "glossary term" msgstr "begreb i ordliste" -#: sphinx/domains/std.py:444 +#: sphinx/domains/std.py:434 msgid "grammar token" msgstr "grammatisk element" -#: sphinx/domains/std.py:445 +#: sphinx/domains/std.py:435 msgid "reference label" msgstr "referenceetiket" -#: sphinx/domains/std.py:447 +#: sphinx/domains/std.py:437 msgid "environment variable" msgstr "miljøvariabel" -#: sphinx/domains/std.py:448 +#: sphinx/domains/std.py:438 msgid "program option" msgstr "programtilvalg" -#: sphinx/domains/std.py:481 sphinx/themes/basic/genindex-single.html:32 +#: sphinx/domains/std.py:471 sphinx/themes/basic/genindex-single.html:32 #: sphinx/themes/basic/genindex-single.html:57 #: sphinx/themes/basic/genindex-split.html:11 #: sphinx/themes/basic/genindex-split.html:14 #: sphinx/themes/basic/genindex.html:32 sphinx/themes/basic/genindex.html:35 #: sphinx/themes/basic/genindex.html:68 sphinx/themes/basic/layout.html:134 -#: sphinx/writers/latex.py:201 sphinx/writers/texinfo.py:479 +#: sphinx/writers/latex.py:346 sphinx/writers/texinfo.py:481 msgid "Index" msgstr "Indeks" -#: sphinx/domains/std.py:482 +#: sphinx/domains/std.py:472 msgid "Module Index" msgstr "Modulindeks" -#: sphinx/domains/std.py:483 sphinx/themes/basic/defindex.html:25 +#: sphinx/domains/std.py:473 sphinx/themes/basic/defindex.html:25 msgid "Search Page" msgstr "Søgeside" -#: sphinx/ext/autodoc.py:1139 +#: sphinx/ext/autodoc.py:1265 #, python-format msgid " Bases: %s" msgstr " Baser: %s" -#: sphinx/ext/autodoc.py:1181 +#: sphinx/ext/autodoc.py:1318 #, python-format msgid "alias of :class:`%s`" msgstr "alias for :class:`%s`" -#: sphinx/ext/graphviz.py:293 sphinx/ext/graphviz.py:301 +#: sphinx/ext/graphviz.py:307 sphinx/ext/graphviz.py:316 #, python-format msgid "[graph: %s]" msgstr "" -#: sphinx/ext/graphviz.py:295 sphinx/ext/graphviz.py:303 +#: sphinx/ext/graphviz.py:309 sphinx/ext/graphviz.py:318 msgid "[graph]" msgstr "" -#: sphinx/ext/intersphinx.py:257 +#: sphinx/ext/intersphinx.py:359 #, python-format msgid "(in %s v%s)" msgstr "" @@ -463,112 +465,117 @@ msgstr "" msgid "[source]" msgstr "[kilde]" -#: sphinx/ext/todo.py:43 +#: sphinx/ext/todo.py:56 msgid "Todo" msgstr "Todo" -#: sphinx/ext/todo.py:113 -#, python-format -msgid "(The <> is located in %s, line %d.)" +#: sphinx/ext/todo.py:129 +#, fuzzy +msgid "<>" +msgstr "oprindeligt punkt" + +#: sphinx/ext/todo.py:132 +#, fuzzy, python-format +msgid "(The <> is located in %s, line %d.)" msgstr "(Det <> befinder sig i %s, linje %d.)" -#: sphinx/ext/todo.py:122 +#: sphinx/ext/todo.py:141 msgid "original entry" msgstr "oprindeligt punkt" -#: sphinx/ext/viewcode.py:158 +#: sphinx/ext/viewcode.py:162 msgid "[docs]" msgstr "[dok]" -#: sphinx/ext/viewcode.py:172 +#: sphinx/ext/viewcode.py:176 msgid "Module code" msgstr "Modulkode" -#: sphinx/ext/viewcode.py:178 +#: sphinx/ext/viewcode.py:182 #, python-format msgid "

Source code for %s

" msgstr "

Kildekode for %s

" -#: sphinx/ext/viewcode.py:204 +#: sphinx/ext/viewcode.py:208 msgid "Overview: module code" msgstr "Oversigt: modulkode" -#: sphinx/ext/viewcode.py:205 +#: sphinx/ext/viewcode.py:209 msgid "

All modules for which code is available

" msgstr "

Alle moduler, der er kode tilgængelig for

" -#: sphinx/locale/__init__.py:157 +#: sphinx/locale/__init__.py:159 msgid "Attention" msgstr "Vær opmærksom" -#: sphinx/locale/__init__.py:158 +#: sphinx/locale/__init__.py:160 msgid "Caution" msgstr "Forsigtig" -#: sphinx/locale/__init__.py:159 +#: sphinx/locale/__init__.py:161 msgid "Danger" msgstr "Fare" -#: sphinx/locale/__init__.py:160 +#: sphinx/locale/__init__.py:162 msgid "Error" msgstr "Fejl" -#: sphinx/locale/__init__.py:161 +#: sphinx/locale/__init__.py:163 msgid "Hint" msgstr "Fif" -#: sphinx/locale/__init__.py:162 +#: sphinx/locale/__init__.py:164 msgid "Important" msgstr "Vigtigt" -#: sphinx/locale/__init__.py:163 +#: sphinx/locale/__init__.py:165 msgid "Note" msgstr "Bemærk" -#: sphinx/locale/__init__.py:164 +#: sphinx/locale/__init__.py:166 msgid "See also" msgstr "Se også" -#: sphinx/locale/__init__.py:165 +#: sphinx/locale/__init__.py:167 msgid "Tip" msgstr "Tip" -#: sphinx/locale/__init__.py:166 +#: sphinx/locale/__init__.py:168 msgid "Warning" msgstr "Advarsel" -#: sphinx/locale/__init__.py:170 +#: sphinx/locale/__init__.py:172 #, python-format msgid "New in version %s" msgstr "Ny i version %s" -#: sphinx/locale/__init__.py:171 +#: sphinx/locale/__init__.py:173 #, python-format msgid "Changed in version %s" msgstr "Ændret i version %s" -#: sphinx/locale/__init__.py:172 +#: sphinx/locale/__init__.py:174 #, python-format msgid "Deprecated since version %s" msgstr "Forældet siden version %s" -#: sphinx/locale/__init__.py:178 +#: sphinx/locale/__init__.py:180 msgid "keyword" msgstr "nøgleord" -#: sphinx/locale/__init__.py:179 +#: sphinx/locale/__init__.py:181 msgid "operator" msgstr "operator" -#: sphinx/locale/__init__.py:180 +#: sphinx/locale/__init__.py:182 msgid "object" msgstr "objekt" -#: sphinx/locale/__init__.py:182 +#: sphinx/locale/__init__.py:184 msgid "statement" msgstr "erklæring" -#: sphinx/locale/__init__.py:183 +#: sphinx/locale/__init__.py:185 msgid "built-in function" msgstr "indbygget funktion" @@ -696,7 +703,9 @@ msgstr "Sidst opdateret %(last_updated)s." msgid "" "Created using Sphinx " "%(sphinx_version)s." -msgstr "Bygget med Sphinx %(sphinx_version)s." +msgstr "" +"Bygget med Sphinx " +"%(sphinx_version)s." #: sphinx/themes/basic/opensearch.xml:4 #, python-format @@ -723,7 +732,9 @@ msgstr "næste kapitel" msgid "" "Please activate JavaScript to enable the search\n" " functionality." -msgstr "Aktivér venligst JavaScript for at aktivere\n søgefunktionalitet." +msgstr "" +"Aktivér venligst JavaScript for at aktivere\n" +" søgefunktionalitet." #: sphinx/themes/basic/search.html:32 msgid "" @@ -731,25 +742,26 @@ msgid "" " words into the box below and click \"search\". Note that the search\n" " function will automatically search for all of the words. Pages\n" " containing fewer words won't appear in the result list." -msgstr "Her fra kan du søge i disse dokumenter. Indtast dine søgeord\n i boksen nedenfor og klik på \"søg\". Bemærk at søgefunktionen\n automatisk vil søge på alle ordene. Sider, der indeholder\n færre ord, vil ikke indgå i resultaterne." +msgstr "" +"Her fra kan du søge i disse dokumenter. Indtast dine søgeord\n" +" i boksen nedenfor og klik på \"søg\". Bemærk at søgefunktionen\n" +" automatisk vil søge på alle ordene. Sider, der indeholder\n" +" færre ord, vil ikke indgå i resultaterne." -#: sphinx/themes/basic/search.html:39 -#: sphinx/themes/basic/searchresults.html:17 +#: sphinx/themes/basic/search.html:39 sphinx/themes/basic/searchresults.html:17 msgid "search" msgstr "søg" -#: sphinx/themes/basic/search.html:43 -#: sphinx/themes/basic/searchresults.html:21 -#: sphinx/themes/basic/static/searchtools.js_t:281 +#: sphinx/themes/basic/search.html:43 sphinx/themes/basic/searchresults.html:21 +#: sphinx/themes/basic/static/searchtools.js_t:282 msgid "Search Results" msgstr "Søgeresultater" -#: sphinx/themes/basic/search.html:45 -#: sphinx/themes/basic/searchresults.html:23 -#: sphinx/themes/basic/static/searchtools.js_t:283 +#: sphinx/themes/basic/search.html:45 sphinx/themes/basic/searchresults.html:23 +#: sphinx/themes/basic/static/searchtools.js_t:284 msgid "" -"Your search did not match any documents. Please make sure that all words are" -" spelled correctly and that you've selected enough categories." +"Your search did not match any documents. Please make sure that all words " +"are spelled correctly and that you've selected enough categories." msgstr "" #: sphinx/themes/basic/searchbox.html:12 @@ -788,33 +800,33 @@ msgstr "Ændringer i C-API" msgid "Other changes" msgstr "Andre ændringer" -#: sphinx/themes/basic/static/doctools.js:166 sphinx/writers/html.py:610 -#: sphinx/writers/html.py:615 +#: sphinx/themes/basic/static/doctools.js_t:169 sphinx/writers/html.py:668 +#: sphinx/writers/html.py:673 msgid "Permalink to this headline" msgstr "Permalink til denne overskrift" -#: sphinx/themes/basic/static/doctools.js:172 sphinx/writers/html.py:107 +#: sphinx/themes/basic/static/doctools.js_t:175 sphinx/writers/html.py:105 msgid "Permalink to this definition" msgstr "Permalink til denne definition" -#: sphinx/themes/basic/static/doctools.js:205 +#: sphinx/themes/basic/static/doctools.js_t:208 msgid "Hide Search Matches" msgstr "Skjul søgeresultater" -#: sphinx/themes/basic/static/searchtools.js_t:119 +#: sphinx/themes/basic/static/searchtools.js_t:121 msgid "Searching" msgstr "Søger" -#: sphinx/themes/basic/static/searchtools.js_t:124 +#: sphinx/themes/basic/static/searchtools.js_t:126 msgid "Preparing search..." msgstr "Forbereder søgning..." -#: sphinx/themes/basic/static/searchtools.js_t:285 +#: sphinx/themes/basic/static/searchtools.js_t:286 #, python-format msgid "Search finished, found %s page(s) matching the search query." msgstr "" -#: sphinx/themes/basic/static/searchtools.js_t:337 +#: sphinx/themes/basic/static/searchtools.js_t:338 msgid ", in " msgstr "" @@ -831,44 +843,56 @@ msgstr "Sammenfold sidebjælke" msgid "Contents" msgstr "Indhold" -#: sphinx/writers/html.py:334 +#: sphinx/writers/html.py:349 msgid "Permalink to this code" msgstr "" -#: sphinx/writers/html.py:337 +#: sphinx/writers/html.py:353 msgid "Permalink to this image" msgstr "" -#: sphinx/writers/html.py:339 +#: sphinx/writers/html.py:355 msgid "Permalink to this toctree" msgstr "" -#: sphinx/writers/html.py:619 +#: sphinx/writers/html.py:677 msgid "Permalink to this table" msgstr "" -#: sphinx/writers/latex.py:199 +#: sphinx/writers/latex.py:344 msgid "Release" msgstr "Udgave" -#: sphinx/writers/latex.py:697 sphinx/writers/manpage.py:177 -#: sphinx/writers/texinfo.py:616 +#: sphinx/writers/latex.py:408 +#, fuzzy +msgid "page" +msgstr "Fare" + +#: sphinx/writers/latex.py:908 sphinx/writers/manpage.py:226 +#: sphinx/writers/texinfo.py:620 msgid "Footnotes" msgstr "Fodnoter" -#: sphinx/writers/latex.py:785 +#: sphinx/writers/latex.py:1010 msgid "continued from previous page" msgstr "fortsat fra forrige side" -#: sphinx/writers/latex.py:791 +#: sphinx/writers/latex.py:1016 msgid "Continued on next page" msgstr "Fortsættes på næste side" -#: sphinx/writers/manpage.py:223 sphinx/writers/text.py:541 +#: sphinx/writers/manpage.py:275 sphinx/writers/text.py:582 #, python-format msgid "[image: %s]" msgstr "" -#: sphinx/writers/manpage.py:224 sphinx/writers/text.py:542 +#: sphinx/writers/manpage.py:276 sphinx/writers/text.py:583 msgid "[image]" msgstr "[billede]" + +#~ msgid "%B %d, %Y" +#~ msgstr "%d. %B, %Y" + +#~ msgid "%b %d, %Y" +#~ msgstr "%d. %b, %Y" + diff --git a/sphinx/locale/de/LC_MESSAGES/sphinx.js b/sphinx/locale/de/LC_MESSAGES/sphinx.js index 0fa643257..9c91e5802 100644 --- a/sphinx/locale/de/LC_MESSAGES/sphinx.js +++ b/sphinx/locale/de/LC_MESSAGES/sphinx.js @@ -1 +1 @@ -Documentation.addTranslations({"locale": "de", "plural_expr": "(n != 1)", "messages": {"Next topic": "N\u00e4chstes Thema", "Index": "Stichwortverzeichnis", "%(filename)s — %(docstitle)s": "%(filename)s — %(docstitle)s", "Welcome! This is": "Willkommen! Dies ist", "Copyright": "Copyright", "C API changes": "C API-\u00c4nderungen", "quick access to all modules": "schneller Zugriff auf alle Module", "© Copyright %(copyright)s.": "© Copyright %(copyright)s.", "Global Module Index": "Globaler Modulindex", "Your search did not match any documents. Please make sure that all words are spelled correctly and that you've selected enough categories.": "Ihre Suche ergab keine Treffer. Bitte stellen Sie sicher, dass alle W\u00f6rter richtig geschrieben sind und gen\u00fcgend Kategorien ausgew\u00e4hlt sind.", "Index – %(key)s": "Stichwortverzeichnis – %(key)s", "General Index": "Stichwortverzeichnis", "next chapter": "n\u00e4chstes Kapitel", "Search finished, found %s page(s) matching the search query.": "Die Suche ist fertig, es wurde(n) %s Seite(n) mit Treffern gefunden.", "previous chapter": "vorheriges Kapitel", "Permalink to this headline": "Link zu dieser \u00dcberschrift", "About these documents": "\u00dcber dieses Dokument", "Preparing search...": "Suche wird vorbereitet...", ", in ": ", in ", "Navigation": "Navigation", "Expand sidebar": "Seitenleiste ausklappen", "the documentation for": "die Dokumentation f\u00fcr", "Complete Table of Contents": "Vollst\u00e4ndiges Inhaltsverzeichnis", "Contents": "Inhalt", "can be huge": "kann gro\u00df sein", "Changes in Version %(version)s — %(docstitle)s": "\u00c4nderungen in Version %(version)s — %(docstitle)s", "Other changes": "Andere \u00c4nderungen", "Hide Search Matches": "Suchergebnisse ausblenden", "Quick search": "Schnellsuche", "Show Source": "Quellcode anzeigen", "Search": "Suche", "This Page": "Diese Seite", "From here you can search these documents. Enter your search\n words into the box below and click \"search\". Note that the search\n function will automatically search for all of the words. Pages\n containing fewer words won't appear in the result list.": "Von hier aus k\u00f6nnen Sie die Dokumentation durchsuchen. Geben Sie Ihre Suchbegriffe in das untenstehende Feld ein und klicken Sie auf \"Suchen\". Bitte beachten Sie, dass die Suchfunktion automatisch nach allen Worten sucht. Seiten, die nicht alle Worte enthalten, erscheinen nicht in der Ergebnisliste.", "Created using Sphinx %(sphinx_version)s.": "Mit Sphinx %(sphinx_version)s erstellt.", "last updated": "zuletzt aktualisiert", "Collapse sidebar": "Seitenleiste einklappen", "Go": "Los", "Table Of Contents": "Inhalt", "Search within %(docstitle)s": "Suche in %(docstitle)s", "all functions, classes, terms": "alle Funktionen, Klassen, Begriffe", "Please activate JavaScript to enable the search\n functionality.": "Bitte aktivieren Sie JavaScript, wenn Sie die Suchfunktion nutzen wollen.", "Indices and tables:": "Verzeichnisse und Tabellen:", "lists all sections and subsections": "Liste aller Kapitel und Unterkapitel", "Index pages by letter": "Stichwortverzeichnis nach Anfangsbuchstabe", "search": "suchen", "Permalink to this definition": "Link zu dieser Definition", "Previous topic": "Vorheriges Thema", "Overview": "\u00dcbersicht", "Last updated on %(last_updated)s.": "Zuletzt aktualisiert am %(last_updated)s.", "Searching": "Suchen", "search this documentation": "durchsuche diese Dokumentation", "Automatically generated list of changes in version %(version)s": "Automatisch generierte Liste der \u00c4nderungen in Version %(version)s", "Full index on one page": "Gesamtes Stichwortverzeichnis auf einer Seite", "Enter search terms or a module, class or function name.": "Geben Sie Suchbegriffe oder einen Modul-, Klassen- oder Funktionsnamen ein.", "© Copyright %(copyright)s.": "© Copyright %(copyright)s.", "Library changes": "Bibliotheks-\u00c4nderungen", "Search Page": "Suche", "Search Results": "Suchergebnisse"}}); \ No newline at end of file +Documentation.addTranslations({"locale": "de", "messages": {"%(filename)s — %(docstitle)s": "%(filename)s — %(docstitle)s", "© Copyright %(copyright)s.": "© Copyright %(copyright)s.", "© Copyright %(copyright)s.": "© Copyright %(copyright)s.", ", in ": ", in ", "About these documents": "\u00dcber dieses Dokument", "Automatically generated list of changes in version %(version)s": "Automatisch generierte Liste der \u00c4nderungen in Version %(version)s", "C API changes": "C API-\u00c4nderungen", "Changes in Version %(version)s — %(docstitle)s": "\u00c4nderungen in Version %(version)s — %(docstitle)s", "Collapse sidebar": "Seitenleiste einklappen", "Complete Table of Contents": "Vollst\u00e4ndiges Inhaltsverzeichnis", "Contents": "Inhalt", "Copyright": "Copyright", "Created using Sphinx %(sphinx_version)s.": "Mit Sphinx %(sphinx_version)s erstellt.", "Enter search terms or a module, class or function name.": "Geben Sie Suchbegriffe oder einen Modul-, Klassen- oder Funktionsnamen ein.", "Expand sidebar": "Seitenleiste ausklappen", "From here you can search these documents. Enter your search\n words into the box below and click \"search\". Note that the search\n function will automatically search for all of the words. Pages\n containing fewer words won't appear in the result list.": "Von hier aus k\u00f6nnen Sie die Dokumentation durchsuchen. Geben Sie Ihre Suchbegriffe in das untenstehende Feld ein und klicken Sie auf \"Suchen\". Bitte beachten Sie, dass die Suchfunktion automatisch nach allen Worten sucht. Seiten, die nicht alle Worte enthalten, erscheinen nicht in der Ergebnisliste.", "Full index on one page": "Gesamtes Stichwortverzeichnis auf einer Seite", "General Index": "Stichwortverzeichnis", "Global Module Index": "Globaler Modulindex", "Go": "Los", "Hide Search Matches": "Suchergebnisse ausblenden", "Index": "Stichwortverzeichnis", "Index – %(key)s": "Stichwortverzeichnis – %(key)s", "Index pages by letter": "Stichwortverzeichnis nach Anfangsbuchstabe", "Indices and tables:": "Verzeichnisse und Tabellen:", "Last updated on %(last_updated)s.": "Zuletzt aktualisiert am %(last_updated)s.", "Library changes": "Bibliotheks-\u00c4nderungen", "Navigation": "Navigation", "Next topic": "N\u00e4chstes Thema", "Other changes": "Andere \u00c4nderungen", "Overview": "\u00dcbersicht", "Permalink to this definition": "Link zu dieser Definition", "Permalink to this headline": "Link zu dieser \u00dcberschrift", "Please activate JavaScript to enable the search\n functionality.": "Bitte aktivieren Sie JavaScript, wenn Sie die Suchfunktion nutzen wollen.", "Preparing search...": "Suche wird vorbereitet...", "Previous topic": "Vorheriges Thema", "Quick search": "Schnellsuche", "Search": "Suche", "Search Page": "Suche", "Search Results": "Suchergebnisse", "Search finished, found %s page(s) matching the search query.": "Die Suche ist fertig, es wurde(n) %s Seite(n) mit Treffern gefunden.", "Search within %(docstitle)s": "Suche in %(docstitle)s", "Searching": "Suchen", "Show Source": "Quellcode anzeigen", "Table Of Contents": "Inhalt", "This Page": "Diese Seite", "Welcome! This is": "Willkommen! Dies ist", "Your search did not match any documents. Please make sure that all words are spelled correctly and that you've selected enough categories.": "Ihre Suche ergab keine Treffer. Bitte stellen Sie sicher, dass alle W\u00f6rter richtig geschrieben sind und gen\u00fcgend Kategorien ausgew\u00e4hlt sind.", "all functions, classes, terms": "alle Funktionen, Klassen, Begriffe", "can be huge": "kann gro\u00df sein", "last updated": "zuletzt aktualisiert", "lists all sections and subsections": "Liste aller Kapitel und Unterkapitel", "next chapter": "n\u00e4chstes Kapitel", "previous chapter": "vorheriges Kapitel", "quick access to all modules": "schneller Zugriff auf alle Module", "search": "suchen", "search this documentation": "durchsuche diese Dokumentation", "the documentation for": "die Dokumentation f\u00fcr"}, "plural_expr": "(n != 1)"}); \ No newline at end of file diff --git a/sphinx/locale/de/LC_MESSAGES/sphinx.mo b/sphinx/locale/de/LC_MESSAGES/sphinx.mo index 9ea1efe47..8ad71d192 100644 Binary files a/sphinx/locale/de/LC_MESSAGES/sphinx.mo and b/sphinx/locale/de/LC_MESSAGES/sphinx.mo differ diff --git a/sphinx/locale/de/LC_MESSAGES/sphinx.po b/sphinx/locale/de/LC_MESSAGES/sphinx.po index 282fc82e9..9e49cd320 100644 --- a/sphinx/locale/de/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/de/LC_MESSAGES/sphinx.po @@ -1,55 +1,55 @@ -# Translations template for Sphinx. -# Copyright (C) 2015 ORGANIZATION +# German translations for Sphinx. +# Copyright (C) 2016 ORGANIZATION # This file is distributed under the same license as the Sphinx project. -# -# Translators: -# Georg Brandl , 2013-2015 +# FIRST AUTHOR , 2016. +# msgid "" msgstr "" -"Project-Id-Version: Sphinx\n" +"Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2015-03-08 23:31+0900\n" +"POT-Creation-Date: 2016-02-14 22:15+0900\n" "PO-Revision-Date: 2015-03-08 14:35+0000\n" "Last-Translator: Takayuki Shimizukawa \n" -"Language-Team: German (http://www.transifex.com/projects/p/sphinx-1/language/de/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 1.3\n" "Language: de\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"Language-Team: German " +"(http://www.transifex.com/projects/p/sphinx-1/language/de/)\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.2.0\n" -#: sphinx/config.py:80 +#: sphinx/config.py:84 #, python-format msgid "Fig. %s" msgstr "Abb. %s" -#: sphinx/config.py:81 +#: sphinx/config.py:85 #, python-format msgid "Table %s" msgstr "Tab. %s" -#: sphinx/config.py:82 +#: sphinx/config.py:86 #, python-format msgid "Listing %s" msgstr "Quellcode %s" -#: sphinx/config.py:89 +#: sphinx/config.py:93 #, python-format msgid "%s %s documentation" msgstr "%s %s Dokumentation" -#: sphinx/environment.py:1880 +#: sphinx/environment.py:1815 #, python-format msgid "see %s" msgstr "siehe %s" -#: sphinx/environment.py:1883 +#: sphinx/environment.py:1819 #, python-format msgid "see also %s" msgstr "siehe auch %s" -#: sphinx/environment.py:1941 +#: sphinx/environment.py:1879 msgid "Symbols" msgstr "Sonderzeichen" @@ -58,11 +58,10 @@ msgstr "Sonderzeichen" msgid "Python Enhancement Proposals; PEP %s" msgstr "Python Enhancement Proposals; PEP %s" -#: sphinx/transforms.py:58 sphinx/writers/latex.py:212 -#: sphinx/writers/manpage.py:67 sphinx/writers/texinfo.py:221 -#, python-format -msgid "%B %d, %Y" -msgstr "%d.%m.%Y" +#: sphinx/transforms.py:56 sphinx/writers/latex.py:357 +#: sphinx/writers/manpage.py:101 sphinx/writers/texinfo.py:222 +msgid "MMMM dd, YYYY" +msgstr "" #: sphinx/builders/changes.py:75 msgid "Builtins" @@ -72,64 +71,63 @@ msgstr "Builtins" msgid "Module level" msgstr "Modulebene" -#: sphinx/builders/html.py:291 -#, python-format -msgid "%b %d, %Y" -msgstr "%d.%m.%Y" +#: sphinx/builders/html.py:295 +msgid "MMM dd, YYYY" +msgstr "" -#: sphinx/builders/html.py:310 sphinx/themes/basic/defindex.html:30 +#: sphinx/builders/html.py:315 sphinx/themes/basic/defindex.html:30 msgid "General Index" msgstr "Stichwortverzeichnis" -#: sphinx/builders/html.py:310 +#: sphinx/builders/html.py:315 msgid "index" msgstr "Index" -#: sphinx/builders/html.py:371 +#: sphinx/builders/html.py:376 msgid "next" msgstr "weiter" -#: sphinx/builders/html.py:380 +#: sphinx/builders/html.py:385 msgid "previous" msgstr "zurück" -#: sphinx/builders/latex.py:144 sphinx/builders/texinfo.py:198 +#: sphinx/builders/latex.py:165 sphinx/builders/texinfo.py:199 msgid " (in " msgstr " (in " -#: sphinx/directives/other.py:150 +#: sphinx/directives/other.py:149 msgid "Section author: " msgstr "Autor des Abschnitts: " -#: sphinx/directives/other.py:152 +#: sphinx/directives/other.py:151 msgid "Module author: " msgstr "Autor des Moduls: " -#: sphinx/directives/other.py:154 +#: sphinx/directives/other.py:153 msgid "Code author: " msgstr "Autor des Quellcode: " -#: sphinx/directives/other.py:156 +#: sphinx/directives/other.py:155 msgid "Author: " msgstr "Autor: " -#: sphinx/domains/__init__.py:273 +#: sphinx/domains/__init__.py:275 #, python-format msgid "%s %s" msgstr "%s-%s" -#: sphinx/domains/c.py:58 sphinx/domains/cpp.py:2408 -#: sphinx/domains/python.py:122 +#: sphinx/domains/c.py:58 sphinx/domains/cpp.py:3605 +#: sphinx/domains/python.py:124 msgid "Parameters" msgstr "Parameter" -#: sphinx/domains/c.py:61 sphinx/domains/cpp.py:2414 -#: sphinx/domains/javascript.py:128 sphinx/domains/python.py:134 +#: sphinx/domains/c.py:61 sphinx/domains/cpp.py:3614 +#: sphinx/domains/javascript.py:128 sphinx/domains/python.py:136 msgid "Returns" msgstr "Rückgabe" #: sphinx/domains/c.py:63 sphinx/domains/javascript.py:130 -#: sphinx/domains/python.py:136 +#: sphinx/domains/python.py:138 msgid "Return type" msgstr "Rückgabetyp" @@ -158,12 +156,12 @@ msgstr "%s (C-Typ)" msgid "%s (C variable)" msgstr "%s (C-Variable)" -#: sphinx/domains/c.py:242 sphinx/domains/cpp.py:2680 -#: sphinx/domains/javascript.py:164 sphinx/domains/python.py:587 +#: sphinx/domains/c.py:242 sphinx/domains/cpp.py:3953 +#: sphinx/domains/javascript.py:164 sphinx/domains/python.py:589 msgid "function" msgstr "Funktion" -#: sphinx/domains/c.py:243 sphinx/domains/cpp.py:2681 +#: sphinx/domains/c.py:243 sphinx/domains/cpp.py:3954 msgid "member" msgstr "Member" @@ -171,7 +169,7 @@ msgstr "Member" msgid "macro" msgstr "Makro" -#: sphinx/domains/c.py:245 sphinx/domains/cpp.py:2682 +#: sphinx/domains/c.py:245 sphinx/domains/cpp.py:3955 msgid "type" msgstr "Typ" @@ -179,59 +177,64 @@ msgstr "Typ" msgid "variable" msgstr "Variable" -#: sphinx/domains/cpp.py:2411 sphinx/domains/javascript.py:125 +#: sphinx/domains/cpp.py:3608 +#, fuzzy +msgid "Template Parameters" +msgstr "Parameter" + +#: sphinx/domains/cpp.py:3611 sphinx/domains/javascript.py:125 msgid "Throws" msgstr "Wirft" -#: sphinx/domains/cpp.py:2518 +#: sphinx/domains/cpp.py:3733 #, python-format msgid "%s (C++ type)" msgstr "%s (C++-Typ)" -#: sphinx/domains/cpp.py:2531 +#: sphinx/domains/cpp.py:3744 #, python-format msgid "%s (C++ member)" msgstr "%s (C++-Member)" -#: sphinx/domains/cpp.py:2543 +#: sphinx/domains/cpp.py:3755 #, python-format msgid "%s (C++ function)" msgstr "%s (C++-Funktion)" -#: sphinx/domains/cpp.py:2555 +#: sphinx/domains/cpp.py:3766 #, python-format msgid "%s (C++ class)" msgstr "%s (C++-Klasse)" -#: sphinx/domains/cpp.py:2579 +#: sphinx/domains/cpp.py:3786 #, python-format msgid "%s (C++ enum)" msgstr "%s (C++-Aufzählung)" -#: sphinx/domains/cpp.py:2617 +#: sphinx/domains/cpp.py:3816 #, python-format msgid "%s (C++ enumerator)" msgstr "%s (C++-Enumerator)" -#: sphinx/domains/cpp.py:2679 sphinx/domains/javascript.py:165 -#: sphinx/domains/python.py:589 +#: sphinx/domains/cpp.py:3952 sphinx/domains/javascript.py:165 +#: sphinx/domains/python.py:591 msgid "class" msgstr "Klasse" -#: sphinx/domains/cpp.py:2683 +#: sphinx/domains/cpp.py:3956 msgid "enum" msgstr "Aufzählung" -#: sphinx/domains/cpp.py:2684 +#: sphinx/domains/cpp.py:3957 msgid "enumerator" msgstr "Enumerator" -#: sphinx/domains/javascript.py:106 sphinx/domains/python.py:280 +#: sphinx/domains/javascript.py:106 sphinx/domains/python.py:282 #, python-format msgid "%s() (built-in function)" msgstr "%s() (Standard-Funktion)" -#: sphinx/domains/javascript.py:107 sphinx/domains/python.py:344 +#: sphinx/domains/javascript.py:107 sphinx/domains/python.py:346 #, python-format msgid "%s() (%s method)" msgstr "%s() (Methode von %s)" @@ -246,7 +249,7 @@ msgstr "%s() (Klasse)" msgid "%s (global variable or constant)" msgstr "%s (globale Variable oder Konstante)" -#: sphinx/domains/javascript.py:113 sphinx/domains/python.py:382 +#: sphinx/domains/javascript.py:113 sphinx/domains/python.py:384 #, python-format msgid "%s (%s attribute)" msgstr "%s (Attribut von %s)" @@ -255,116 +258,116 @@ msgstr "%s (Attribut von %s)" msgid "Arguments" msgstr "Parameter" -#: sphinx/domains/javascript.py:166 sphinx/domains/python.py:588 +#: sphinx/domains/javascript.py:166 sphinx/domains/python.py:590 msgid "data" msgstr "Wert" -#: sphinx/domains/javascript.py:167 sphinx/domains/python.py:594 +#: sphinx/domains/javascript.py:167 sphinx/domains/python.py:596 msgid "attribute" msgstr "Attribut" -#: sphinx/domains/python.py:127 +#: sphinx/domains/python.py:129 msgid "Variables" msgstr "Variablen" -#: sphinx/domains/python.py:131 +#: sphinx/domains/python.py:133 msgid "Raises" msgstr "Verursacht" -#: sphinx/domains/python.py:281 sphinx/domains/python.py:338 -#: sphinx/domains/python.py:350 sphinx/domains/python.py:363 +#: sphinx/domains/python.py:283 sphinx/domains/python.py:340 +#: sphinx/domains/python.py:352 sphinx/domains/python.py:365 #, python-format msgid "%s() (in module %s)" msgstr "%s() (im Modul %s)" -#: sphinx/domains/python.py:284 +#: sphinx/domains/python.py:286 #, python-format msgid "%s (built-in variable)" msgstr "%s (Standard-Variable)" -#: sphinx/domains/python.py:285 sphinx/domains/python.py:376 +#: sphinx/domains/python.py:287 sphinx/domains/python.py:378 #, python-format msgid "%s (in module %s)" msgstr "%s (in Modul %s)" -#: sphinx/domains/python.py:301 +#: sphinx/domains/python.py:303 #, python-format msgid "%s (built-in class)" msgstr "%s (Builtin-Klasse)" -#: sphinx/domains/python.py:302 +#: sphinx/domains/python.py:304 #, python-format msgid "%s (class in %s)" msgstr "%s (Klasse in %s)" -#: sphinx/domains/python.py:342 +#: sphinx/domains/python.py:344 #, python-format msgid "%s() (%s.%s method)" msgstr "%s() (Methode von %s.%s)" -#: sphinx/domains/python.py:354 +#: sphinx/domains/python.py:356 #, python-format msgid "%s() (%s.%s static method)" msgstr "%s() (statische Methode von %s.%s)" -#: sphinx/domains/python.py:357 +#: sphinx/domains/python.py:359 #, python-format msgid "%s() (%s static method)" msgstr "%s() (statische Methode von %s)" -#: sphinx/domains/python.py:367 +#: sphinx/domains/python.py:369 #, python-format msgid "%s() (%s.%s class method)" msgstr "%s() (Klassenmethode von %s.%s)" -#: sphinx/domains/python.py:370 +#: sphinx/domains/python.py:372 #, python-format msgid "%s() (%s class method)" msgstr "%s() (Klassenmethode von %s)" -#: sphinx/domains/python.py:380 +#: sphinx/domains/python.py:382 #, python-format msgid "%s (%s.%s attribute)" msgstr "%s (Attribut von %s.%s)" -#: sphinx/domains/python.py:461 +#: sphinx/domains/python.py:463 #, python-format msgid "%s (module)" msgstr "%s (Modul)" -#: sphinx/domains/python.py:518 +#: sphinx/domains/python.py:520 msgid "Python Module Index" msgstr "Python-Modulindex" -#: sphinx/domains/python.py:519 +#: sphinx/domains/python.py:521 msgid "modules" msgstr "Module" -#: sphinx/domains/python.py:565 +#: sphinx/domains/python.py:567 msgid "Deprecated" msgstr "Veraltet" -#: sphinx/domains/python.py:590 sphinx/locale/__init__.py:181 +#: sphinx/domains/python.py:592 sphinx/locale/__init__.py:183 msgid "exception" msgstr "Exception" -#: sphinx/domains/python.py:591 +#: sphinx/domains/python.py:593 msgid "method" msgstr "Methode" -#: sphinx/domains/python.py:592 +#: sphinx/domains/python.py:594 msgid "class method" msgstr "Klassenmethode" -#: sphinx/domains/python.py:593 +#: sphinx/domains/python.py:595 msgid "static method" msgstr "statische Methode" -#: sphinx/domains/python.py:595 sphinx/locale/__init__.py:177 +#: sphinx/domains/python.py:597 sphinx/locale/__init__.py:179 msgid "module" msgstr "Modul" -#: sphinx/domains/python.py:760 +#: sphinx/domains/python.py:762 msgid " (deprecated)" msgstr " (veraltet)" @@ -396,64 +399,64 @@ msgstr "Umgebungsvariable; %s" msgid "%scommand line option; %s" msgstr "%sKommandozeilenoption; %s" -#: sphinx/domains/std.py:443 +#: sphinx/domains/std.py:433 msgid "glossary term" msgstr "Glossareintrag" -#: sphinx/domains/std.py:444 +#: sphinx/domains/std.py:434 msgid "grammar token" msgstr "Grammatik-Token" -#: sphinx/domains/std.py:445 +#: sphinx/domains/std.py:435 msgid "reference label" msgstr "Referenz-Label" -#: sphinx/domains/std.py:447 +#: sphinx/domains/std.py:437 msgid "environment variable" msgstr "Umgebungsvariable" -#: sphinx/domains/std.py:448 +#: sphinx/domains/std.py:438 msgid "program option" msgstr "Programmoption" -#: sphinx/domains/std.py:481 sphinx/themes/basic/genindex-single.html:32 +#: sphinx/domains/std.py:471 sphinx/themes/basic/genindex-single.html:32 #: sphinx/themes/basic/genindex-single.html:57 #: sphinx/themes/basic/genindex-split.html:11 #: sphinx/themes/basic/genindex-split.html:14 #: sphinx/themes/basic/genindex.html:32 sphinx/themes/basic/genindex.html:35 #: sphinx/themes/basic/genindex.html:68 sphinx/themes/basic/layout.html:134 -#: sphinx/writers/latex.py:201 sphinx/writers/texinfo.py:479 +#: sphinx/writers/latex.py:346 sphinx/writers/texinfo.py:481 msgid "Index" msgstr "Stichwortverzeichnis" -#: sphinx/domains/std.py:482 +#: sphinx/domains/std.py:472 msgid "Module Index" msgstr "Modulindex" -#: sphinx/domains/std.py:483 sphinx/themes/basic/defindex.html:25 +#: sphinx/domains/std.py:473 sphinx/themes/basic/defindex.html:25 msgid "Search Page" msgstr "Suche" -#: sphinx/ext/autodoc.py:1139 +#: sphinx/ext/autodoc.py:1265 #, python-format msgid " Bases: %s" msgstr " Basisklassen: %s" -#: sphinx/ext/autodoc.py:1181 +#: sphinx/ext/autodoc.py:1318 #, python-format msgid "alias of :class:`%s`" msgstr "Alias von :class:`%s`" -#: sphinx/ext/graphviz.py:293 sphinx/ext/graphviz.py:301 +#: sphinx/ext/graphviz.py:307 sphinx/ext/graphviz.py:316 #, python-format msgid "[graph: %s]" msgstr "[Diagramm: %s]" -#: sphinx/ext/graphviz.py:295 sphinx/ext/graphviz.py:303 +#: sphinx/ext/graphviz.py:309 sphinx/ext/graphviz.py:318 msgid "[graph]" msgstr "[Diagramm]" -#: sphinx/ext/intersphinx.py:257 +#: sphinx/ext/intersphinx.py:359 #, python-format msgid "(in %s v%s)" msgstr "(in %s v%s)" @@ -462,112 +465,117 @@ msgstr "(in %s v%s)" msgid "[source]" msgstr "[Quellcode]" -#: sphinx/ext/todo.py:43 +#: sphinx/ext/todo.py:56 msgid "Todo" msgstr "Zu tun" -#: sphinx/ext/todo.py:113 -#, python-format -msgid "(The <> is located in %s, line %d.)" +#: sphinx/ext/todo.py:129 +#, fuzzy +msgid "<>" +msgstr "ursprüngliche Eintrag" + +#: sphinx/ext/todo.py:132 +#, fuzzy, python-format +msgid "(The <> is located in %s, line %d.)" msgstr "(Der <> steht in %s, Zeile %d.)" -#: sphinx/ext/todo.py:122 +#: sphinx/ext/todo.py:141 msgid "original entry" msgstr "ursprüngliche Eintrag" -#: sphinx/ext/viewcode.py:158 +#: sphinx/ext/viewcode.py:162 msgid "[docs]" msgstr "[Doku]" -#: sphinx/ext/viewcode.py:172 +#: sphinx/ext/viewcode.py:176 msgid "Module code" msgstr "Modul-Quellcode" -#: sphinx/ext/viewcode.py:178 +#: sphinx/ext/viewcode.py:182 #, python-format msgid "

Source code for %s

" msgstr "

Quellcode für %s

" -#: sphinx/ext/viewcode.py:204 +#: sphinx/ext/viewcode.py:208 msgid "Overview: module code" msgstr "Überblick: Modul-Quellcode" -#: sphinx/ext/viewcode.py:205 +#: sphinx/ext/viewcode.py:209 msgid "

All modules for which code is available

" msgstr "

Alle Module, für die Quellcode verfügbar ist

" -#: sphinx/locale/__init__.py:157 +#: sphinx/locale/__init__.py:159 msgid "Attention" msgstr "Achtung" -#: sphinx/locale/__init__.py:158 +#: sphinx/locale/__init__.py:160 msgid "Caution" msgstr "Vorsicht" -#: sphinx/locale/__init__.py:159 +#: sphinx/locale/__init__.py:161 msgid "Danger" msgstr "Gefahr" -#: sphinx/locale/__init__.py:160 +#: sphinx/locale/__init__.py:162 msgid "Error" msgstr "Fehler" -#: sphinx/locale/__init__.py:161 +#: sphinx/locale/__init__.py:163 msgid "Hint" msgstr "Hinweis" -#: sphinx/locale/__init__.py:162 +#: sphinx/locale/__init__.py:164 msgid "Important" msgstr "Wichtig" -#: sphinx/locale/__init__.py:163 +#: sphinx/locale/__init__.py:165 msgid "Note" msgstr "Bemerkung" -#: sphinx/locale/__init__.py:164 +#: sphinx/locale/__init__.py:166 msgid "See also" msgstr "Siehe auch" -#: sphinx/locale/__init__.py:165 +#: sphinx/locale/__init__.py:167 msgid "Tip" msgstr "Tipp" -#: sphinx/locale/__init__.py:166 +#: sphinx/locale/__init__.py:168 msgid "Warning" msgstr "Warnung" -#: sphinx/locale/__init__.py:170 +#: sphinx/locale/__init__.py:172 #, python-format msgid "New in version %s" msgstr "Neu in Version %s" -#: sphinx/locale/__init__.py:171 +#: sphinx/locale/__init__.py:173 #, python-format msgid "Changed in version %s" msgstr "Geändert in Version %s" -#: sphinx/locale/__init__.py:172 +#: sphinx/locale/__init__.py:174 #, python-format msgid "Deprecated since version %s" msgstr "Veraltet ab Version %s" -#: sphinx/locale/__init__.py:178 +#: sphinx/locale/__init__.py:180 msgid "keyword" msgstr "Schlüsselwort" -#: sphinx/locale/__init__.py:179 +#: sphinx/locale/__init__.py:181 msgid "operator" msgstr "Operator" -#: sphinx/locale/__init__.py:180 +#: sphinx/locale/__init__.py:182 msgid "object" msgstr "Objekt" -#: sphinx/locale/__init__.py:182 +#: sphinx/locale/__init__.py:184 msgid "statement" msgstr "Anweisung" -#: sphinx/locale/__init__.py:183 +#: sphinx/locale/__init__.py:185 msgid "built-in function" msgstr "Builtin-Funktion" @@ -588,7 +596,9 @@ msgstr "Los" #: sphinx/themes/agogo/layout.html:59 sphinx/themes/basic/searchbox.html:20 msgid "Enter search terms or a module, class or function name." -msgstr "Geben Sie Suchbegriffe oder einen Modul-, Klassen- oder Funktionsnamen ein." +msgstr "" +"Geben Sie Suchbegriffe oder einen Modul-, Klassen- oder Funktionsnamen " +"ein." #: sphinx/themes/agogo/layout.html:84 sphinx/themes/basic/sourcelink.html:15 msgid "Show Source" @@ -695,7 +705,9 @@ msgstr "Zuletzt aktualisiert am %(last_updated)s." msgid "" "Created using Sphinx " "%(sphinx_version)s." -msgstr "Mit Sphinx %(sphinx_version)s erstellt." +msgstr "" +"Mit Sphinx %(sphinx_version)s " +"erstellt." #: sphinx/themes/basic/opensearch.xml:4 #, python-format @@ -730,26 +742,30 @@ msgid "" " words into the box below and click \"search\". Note that the search\n" " function will automatically search for all of the words. Pages\n" " containing fewer words won't appear in the result list." -msgstr "Von hier aus können Sie die Dokumentation durchsuchen. Geben Sie Ihre Suchbegriffe in das untenstehende Feld ein und klicken Sie auf \"Suchen\". Bitte beachten Sie, dass die Suchfunktion automatisch nach allen Worten sucht. Seiten, die nicht alle Worte enthalten, erscheinen nicht in der Ergebnisliste." +msgstr "" +"Von hier aus können Sie die Dokumentation durchsuchen. Geben Sie Ihre " +"Suchbegriffe in das untenstehende Feld ein und klicken Sie auf " +"\"Suchen\". Bitte beachten Sie, dass die Suchfunktion automatisch nach " +"allen Worten sucht. Seiten, die nicht alle Worte enthalten, erscheinen " +"nicht in der Ergebnisliste." -#: sphinx/themes/basic/search.html:39 -#: sphinx/themes/basic/searchresults.html:17 +#: sphinx/themes/basic/search.html:39 sphinx/themes/basic/searchresults.html:17 msgid "search" msgstr "suchen" -#: sphinx/themes/basic/search.html:43 -#: sphinx/themes/basic/searchresults.html:21 -#: sphinx/themes/basic/static/searchtools.js_t:281 +#: sphinx/themes/basic/search.html:43 sphinx/themes/basic/searchresults.html:21 +#: sphinx/themes/basic/static/searchtools.js_t:282 msgid "Search Results" msgstr "Suchergebnisse" -#: sphinx/themes/basic/search.html:45 -#: sphinx/themes/basic/searchresults.html:23 -#: sphinx/themes/basic/static/searchtools.js_t:283 +#: sphinx/themes/basic/search.html:45 sphinx/themes/basic/searchresults.html:23 +#: sphinx/themes/basic/static/searchtools.js_t:284 msgid "" -"Your search did not match any documents. Please make sure that all words are" -" spelled correctly and that you've selected enough categories." -msgstr "Ihre Suche ergab keine Treffer. Bitte stellen Sie sicher, dass alle Wörter richtig geschrieben sind und genügend Kategorien ausgewählt sind." +"Your search did not match any documents. Please make sure that all words " +"are spelled correctly and that you've selected enough categories." +msgstr "" +"Ihre Suche ergab keine Treffer. Bitte stellen Sie sicher, dass alle " +"Wörter richtig geschrieben sind und genügend Kategorien ausgewählt sind." #: sphinx/themes/basic/searchbox.html:12 msgid "Quick search" @@ -787,33 +803,33 @@ msgstr "C API-Änderungen" msgid "Other changes" msgstr "Andere Änderungen" -#: sphinx/themes/basic/static/doctools.js:166 sphinx/writers/html.py:610 -#: sphinx/writers/html.py:615 +#: sphinx/themes/basic/static/doctools.js_t:169 sphinx/writers/html.py:668 +#: sphinx/writers/html.py:673 msgid "Permalink to this headline" msgstr "Link zu dieser Überschrift" -#: sphinx/themes/basic/static/doctools.js:172 sphinx/writers/html.py:107 +#: sphinx/themes/basic/static/doctools.js_t:175 sphinx/writers/html.py:105 msgid "Permalink to this definition" msgstr "Link zu dieser Definition" -#: sphinx/themes/basic/static/doctools.js:205 +#: sphinx/themes/basic/static/doctools.js_t:208 msgid "Hide Search Matches" msgstr "Suchergebnisse ausblenden" -#: sphinx/themes/basic/static/searchtools.js_t:119 +#: sphinx/themes/basic/static/searchtools.js_t:121 msgid "Searching" msgstr "Suchen" -#: sphinx/themes/basic/static/searchtools.js_t:124 +#: sphinx/themes/basic/static/searchtools.js_t:126 msgid "Preparing search..." msgstr "Suche wird vorbereitet..." -#: sphinx/themes/basic/static/searchtools.js_t:285 +#: sphinx/themes/basic/static/searchtools.js_t:286 #, python-format msgid "Search finished, found %s page(s) matching the search query." msgstr "Die Suche ist fertig, es wurde(n) %s Seite(n) mit Treffern gefunden." -#: sphinx/themes/basic/static/searchtools.js_t:337 +#: sphinx/themes/basic/static/searchtools.js_t:338 msgid ", in " msgstr ", in " @@ -830,44 +846,56 @@ msgstr "Seitenleiste einklappen" msgid "Contents" msgstr "Inhalt" -#: sphinx/writers/html.py:334 +#: sphinx/writers/html.py:349 msgid "Permalink to this code" msgstr "Link zu diesem Quellcode" -#: sphinx/writers/html.py:337 +#: sphinx/writers/html.py:353 msgid "Permalink to this image" msgstr "Link zu diesem Bild" -#: sphinx/writers/html.py:339 +#: sphinx/writers/html.py:355 msgid "Permalink to this toctree" msgstr "" -#: sphinx/writers/html.py:619 +#: sphinx/writers/html.py:677 msgid "Permalink to this table" msgstr "Link zu dieser Tabelle" -#: sphinx/writers/latex.py:199 +#: sphinx/writers/latex.py:344 msgid "Release" msgstr "Release" -#: sphinx/writers/latex.py:697 sphinx/writers/manpage.py:177 -#: sphinx/writers/texinfo.py:616 +#: sphinx/writers/latex.py:408 +#, fuzzy +msgid "page" +msgstr "Gefahr" + +#: sphinx/writers/latex.py:908 sphinx/writers/manpage.py:226 +#: sphinx/writers/texinfo.py:620 msgid "Footnotes" msgstr "Fußnoten" -#: sphinx/writers/latex.py:785 +#: sphinx/writers/latex.py:1010 msgid "continued from previous page" msgstr "Fortsetzung der vorherigen Seite" -#: sphinx/writers/latex.py:791 +#: sphinx/writers/latex.py:1016 msgid "Continued on next page" msgstr "Fortsetzung auf der nächsten Seite" -#: sphinx/writers/manpage.py:223 sphinx/writers/text.py:541 +#: sphinx/writers/manpage.py:275 sphinx/writers/text.py:582 #, python-format msgid "[image: %s]" msgstr "[Bild: %s]" -#: sphinx/writers/manpage.py:224 sphinx/writers/text.py:542 +#: sphinx/writers/manpage.py:276 sphinx/writers/text.py:583 msgid "[image]" msgstr "[Bild]" + +#~ msgid "%B %d, %Y" +#~ msgstr "%d.%m.%Y" + +#~ msgid "%b %d, %Y" +#~ msgstr "%d.%m.%Y" + diff --git a/sphinx/locale/es/LC_MESSAGES/sphinx.js b/sphinx/locale/es/LC_MESSAGES/sphinx.js index cd09807c1..6f9c2698a 100644 --- a/sphinx/locale/es/LC_MESSAGES/sphinx.js +++ b/sphinx/locale/es/LC_MESSAGES/sphinx.js @@ -1 +1 @@ -Documentation.addTranslations({"locale": "es", "plural_expr": "(n != 1)", "messages": {"Next topic": "Pr\u00f3ximo tema", "Index": "\u00cdndice", "%(filename)s — %(docstitle)s": "%(filename)s — %(docstitle)s", "Welcome! This is": "\u00a1Bienvenido! Este es", "Copyright": "Copyright", "C API changes": "Cambios en la API C", "quick access to all modules": "acceso r\u00e1pido a todos los m\u00f3dulos", "© Copyright %(copyright)s.": "© Copyright %(copyright)s.", "Global Module Index": "\u00cdndice Global de M\u00f3dulos", "Your search did not match any documents. Please make sure that all words are spelled correctly and that you've selected enough categories.": "Su b\u00fasqueda no coincide con ning\u00fan documentos. Por favor, aseg\u00farese de que todas las palabras est\u00e9n correctamente escritas y que usted all\u00e1 seleccionado las suficientes categor\u00edas.", "Index – %(key)s": "\u00cdndice – %(key)s", "General Index": "\u00cdndice General", "next chapter": "pr\u00f3ximo cap\u00edtulo", "Search finished, found %s page(s) matching the search query.": "B\u00fasqueda finalizada, encontr\u00f3 %s p\u00e1gina(s) acorde con la consulta de b\u00fasqueda.", "previous chapter": "cap\u00edtulo anterior", "Permalink to this headline": "Enlazar permanentemente con este t\u00edtulo", "About these documents": "Sobre este documento", "Preparing search...": "Preparando b\u00fasqueda...", ", in ": ", en ", "Navigation": "Navegaci\u00f3n", "Expand sidebar": "Expandir barra lateral", "the documentation for": "la documentaci\u00f3n para", "Complete Table of Contents": "\u00cdndice de contenidos completo", "Contents": "Contenidos", "can be huge": "puede ser muy grande", "Changes in Version %(version)s — %(docstitle)s": "Cambios en la versi\u00f3n %(version)s — %(docstitle)s", "Other changes": "Otros cambios", "Hide Search Matches": "Ocultar coincidencias de la b\u00fasqueda", "Quick search": "B\u00fasqueda r\u00e1pida", "Show Source": "Mostrar el c\u00f3digo", "Search": "B\u00fasqueda", "This Page": "Esta p\u00e1gina", "From here you can search these documents. Enter your search\n words into the box below and click \"search\". Note that the search\n function will automatically search for all of the words. Pages\n containing fewer words won't appear in the result list.": "Este es el di\u00e1logo de b\u00fasqueda. Introduce los t\u00e9rminos en el\n di\u00e1logo siguiente y pulsa \"buscar\". Note que el asistente buscar\u00e1 \n autom\u00e1ticamente todas las palabras. Las p\u00e1ginas que contengan \n menos palabras no aparecer\u00e1n en la lista de resultados.", "Created using Sphinx %(sphinx_version)s.": "Creado con Sphinx %(sphinx_version)s.", "last updated": "actualizado por \u00faltima vez el", "Collapse sidebar": "Contraer barra lateral", "Go": "Ir a", "Table Of Contents": "Tabla de Contenidos", "Search within %(docstitle)s": "Buscar en %(docstitle)s", "all functions, classes, terms": "todas las funciones, clases, t\u00e9rminos", "Please activate JavaScript to enable the search\n functionality.": "Por favor, active JavaScript para habilitar la funcionalidad\n de b\u00fasqueda.", "Indices and tables:": "\u00cdndices y tablas:", "lists all sections and subsections": "muestra todas las secciones y subsecciones", "Index pages by letter": "\u00cdndice alfab\u00e9tico de p\u00e1ginas", "search": "buscar", "Permalink to this definition": "Enlazar permanentemente con esta definici\u00f3n", "Previous topic": "Tema anterior", "Overview": "Resumen", "Last updated on %(last_updated)s.": "Actualizado por \u00faltima vez en %(last_updated)s.", "Searching": "Buscando", "search this documentation": "buscar en esta documentaci\u00f3n", "Automatically generated list of changes in version %(version)s": "Lista de cambios generada autom\u00e1ticamente en la versi\u00f3n %(version)s", "Full index on one page": "\u00cdndice completo en una p\u00e1gina", "Enter search terms or a module, class or function name.": "Introduzca los t\u00e9rminos de b\u00fasqueda o un nombre de m\u00f3dulo, clase o funci\u00f3n.", "© Copyright %(copyright)s.": "© Copyright %(copyright)s.", "Library changes": "Cambios en la biblioteca", "Search Page": "P\u00e1gina de B\u00fasqueda", "Search Results": "Resultados de la b\u00fasqueda"}}); \ No newline at end of file +Documentation.addTranslations({"locale": "es", "messages": {"%(filename)s — %(docstitle)s": "%(filename)s — %(docstitle)s", "© Copyright %(copyright)s.": "© Copyright %(copyright)s.", "© Copyright %(copyright)s.": "© Copyright %(copyright)s.", ", in ": ", en ", "About these documents": "Sobre este documento", "Automatically generated list of changes in version %(version)s": "Lista de cambios generada autom\u00e1ticamente en la versi\u00f3n %(version)s", "C API changes": "Cambios en la API C", "Changes in Version %(version)s — %(docstitle)s": "Cambios en la versi\u00f3n %(version)s — %(docstitle)s", "Collapse sidebar": "Contraer barra lateral", "Complete Table of Contents": "\u00cdndice de contenidos completo", "Contents": "Contenidos", "Copyright": "Copyright", "Created using Sphinx %(sphinx_version)s.": "Creado con Sphinx %(sphinx_version)s.", "Enter search terms or a module, class or function name.": "Introduzca los t\u00e9rminos de b\u00fasqueda o un nombre de m\u00f3dulo, clase o funci\u00f3n.", "Expand sidebar": "Expandir barra lateral", "From here you can search these documents. Enter your search\n words into the box below and click \"search\". Note that the search\n function will automatically search for all of the words. Pages\n containing fewer words won't appear in the result list.": "Este es el di\u00e1logo de b\u00fasqueda. Introduce los t\u00e9rminos en el\n di\u00e1logo siguiente y pulsa \"buscar\". Note que el asistente buscar\u00e1 \n autom\u00e1ticamente todas las palabras. Las p\u00e1ginas que contengan \n menos palabras no aparecer\u00e1n en la lista de resultados.", "Full index on one page": "\u00cdndice completo en una p\u00e1gina", "General Index": "\u00cdndice General", "Global Module Index": "\u00cdndice Global de M\u00f3dulos", "Go": "Ir a", "Hide Search Matches": "Ocultar coincidencias de la b\u00fasqueda", "Index": "\u00cdndice", "Index – %(key)s": "\u00cdndice – %(key)s", "Index pages by letter": "\u00cdndice alfab\u00e9tico de p\u00e1ginas", "Indices and tables:": "\u00cdndices y tablas:", "Last updated on %(last_updated)s.": "Actualizado por \u00faltima vez en %(last_updated)s.", "Library changes": "Cambios en la biblioteca", "Navigation": "Navegaci\u00f3n", "Next topic": "Pr\u00f3ximo tema", "Other changes": "Otros cambios", "Overview": "Resumen", "Permalink to this definition": "Enlazar permanentemente con esta definici\u00f3n", "Permalink to this headline": "Enlazar permanentemente con este t\u00edtulo", "Please activate JavaScript to enable the search\n functionality.": "Por favor, active JavaScript para habilitar la funcionalidad\n de b\u00fasqueda.", "Preparing search...": "Preparando b\u00fasqueda...", "Previous topic": "Tema anterior", "Quick search": "B\u00fasqueda r\u00e1pida", "Search": "B\u00fasqueda", "Search Page": "P\u00e1gina de B\u00fasqueda", "Search Results": "Resultados de la b\u00fasqueda", "Search finished, found %s page(s) matching the search query.": "B\u00fasqueda finalizada, encontr\u00f3 %s p\u00e1gina(s) acorde con la consulta de b\u00fasqueda.", "Search within %(docstitle)s": "Buscar en %(docstitle)s", "Searching": "Buscando", "Show Source": "Mostrar el c\u00f3digo", "Table Of Contents": "Tabla de Contenidos", "This Page": "Esta p\u00e1gina", "Welcome! This is": "\u00a1Bienvenido! Este es", "Your search did not match any documents. Please make sure that all words are spelled correctly and that you've selected enough categories.": "Su b\u00fasqueda no coincide con ning\u00fan documentos. Por favor, aseg\u00farese de que todas las palabras est\u00e9n correctamente escritas y que usted all\u00e1 seleccionado las suficientes categor\u00edas.", "all functions, classes, terms": "todas las funciones, clases, t\u00e9rminos", "can be huge": "puede ser muy grande", "last updated": "actualizado por \u00faltima vez el", "lists all sections and subsections": "muestra todas las secciones y subsecciones", "next chapter": "pr\u00f3ximo cap\u00edtulo", "previous chapter": "cap\u00edtulo anterior", "quick access to all modules": "acceso r\u00e1pido a todos los m\u00f3dulos", "search": "buscar", "search this documentation": "buscar en esta documentaci\u00f3n", "the documentation for": "la documentaci\u00f3n para"}, "plural_expr": "(n != 1)"}); \ No newline at end of file diff --git a/sphinx/locale/es/LC_MESSAGES/sphinx.mo b/sphinx/locale/es/LC_MESSAGES/sphinx.mo index 2477569af..68abcd2a4 100644 Binary files a/sphinx/locale/es/LC_MESSAGES/sphinx.mo and b/sphinx/locale/es/LC_MESSAGES/sphinx.mo differ diff --git a/sphinx/locale/es/LC_MESSAGES/sphinx.po b/sphinx/locale/es/LC_MESSAGES/sphinx.po index d553d5b8d..952a58217 100644 --- a/sphinx/locale/es/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/es/LC_MESSAGES/sphinx.po @@ -1,56 +1,55 @@ -# Translations template for Sphinx. -# Copyright (C) 2015 ORGANIZATION +# Spanish translations for Sphinx. +# Copyright (C) 2016 ORGANIZATION # This file is distributed under the same license as the Sphinx project. -# -# Translators: -# Guillem Borrell , 2011 -# Leonardo J. Caballero G. , 2013-2015 +# FIRST AUTHOR , 2016. +# msgid "" msgstr "" -"Project-Id-Version: Sphinx\n" +"Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2015-03-08 23:31+0900\n" +"POT-Creation-Date: 2016-02-14 22:15+0900\n" "PO-Revision-Date: 2015-03-08 14:35+0000\n" "Last-Translator: Takayuki Shimizukawa \n" -"Language-Team: Spanish (http://www.transifex.com/projects/p/sphinx-1/language/es/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 1.3\n" "Language: es\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"Language-Team: Spanish " +"(http://www.transifex.com/projects/p/sphinx-1/language/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.2.0\n" -#: sphinx/config.py:80 +#: sphinx/config.py:84 #, python-format msgid "Fig. %s" msgstr "Figura %s" -#: sphinx/config.py:81 +#: sphinx/config.py:85 #, python-format msgid "Table %s" msgstr "Tabla %s" -#: sphinx/config.py:82 +#: sphinx/config.py:86 #, python-format msgid "Listing %s" msgstr "Lista %s" -#: sphinx/config.py:89 +#: sphinx/config.py:93 #, python-format msgid "%s %s documentation" msgstr "documentación de %s - %s" -#: sphinx/environment.py:1880 +#: sphinx/environment.py:1815 #, python-format msgid "see %s" msgstr "ver %s" -#: sphinx/environment.py:1883 +#: sphinx/environment.py:1819 #, python-format msgid "see also %s" msgstr "ver también %s" -#: sphinx/environment.py:1941 +#: sphinx/environment.py:1879 msgid "Symbols" msgstr "Símbolos" @@ -59,11 +58,10 @@ msgstr "Símbolos" msgid "Python Enhancement Proposals; PEP %s" msgstr "Python Enhancement Proposals; PEP %s" -#: sphinx/transforms.py:58 sphinx/writers/latex.py:212 -#: sphinx/writers/manpage.py:67 sphinx/writers/texinfo.py:221 -#, python-format -msgid "%B %d, %Y" -msgstr "%d de %B de %Y" +#: sphinx/transforms.py:56 sphinx/writers/latex.py:357 +#: sphinx/writers/manpage.py:101 sphinx/writers/texinfo.py:222 +msgid "MMMM dd, YYYY" +msgstr "" #: sphinx/builders/changes.py:75 msgid "Builtins" @@ -73,64 +71,63 @@ msgstr "Funciones incorporadas" msgid "Module level" msgstr "Nivel de módulo" -#: sphinx/builders/html.py:291 -#, python-format -msgid "%b %d, %Y" -msgstr "%d de %B de %Y" +#: sphinx/builders/html.py:295 +msgid "MMM dd, YYYY" +msgstr "" -#: sphinx/builders/html.py:310 sphinx/themes/basic/defindex.html:30 +#: sphinx/builders/html.py:315 sphinx/themes/basic/defindex.html:30 msgid "General Index" msgstr "Índice General" -#: sphinx/builders/html.py:310 +#: sphinx/builders/html.py:315 msgid "index" msgstr "índice" -#: sphinx/builders/html.py:371 +#: sphinx/builders/html.py:376 msgid "next" msgstr "siguiente" -#: sphinx/builders/html.py:380 +#: sphinx/builders/html.py:385 msgid "previous" msgstr "anterior" -#: sphinx/builders/latex.py:144 sphinx/builders/texinfo.py:198 +#: sphinx/builders/latex.py:165 sphinx/builders/texinfo.py:199 msgid " (in " msgstr " (en " -#: sphinx/directives/other.py:150 +#: sphinx/directives/other.py:149 msgid "Section author: " msgstr "Autor de la sección: " -#: sphinx/directives/other.py:152 +#: sphinx/directives/other.py:151 msgid "Module author: " msgstr "Autor del módulo: " -#: sphinx/directives/other.py:154 +#: sphinx/directives/other.py:153 msgid "Code author: " msgstr "Código del autor: " -#: sphinx/directives/other.py:156 +#: sphinx/directives/other.py:155 msgid "Author: " msgstr "Autor: " -#: sphinx/domains/__init__.py:273 +#: sphinx/domains/__init__.py:275 #, python-format msgid "%s %s" msgstr "%s %s" -#: sphinx/domains/c.py:58 sphinx/domains/cpp.py:2408 -#: sphinx/domains/python.py:122 +#: sphinx/domains/c.py:58 sphinx/domains/cpp.py:3605 +#: sphinx/domains/python.py:124 msgid "Parameters" msgstr "Parámetros" -#: sphinx/domains/c.py:61 sphinx/domains/cpp.py:2414 -#: sphinx/domains/javascript.py:128 sphinx/domains/python.py:134 +#: sphinx/domains/c.py:61 sphinx/domains/cpp.py:3614 +#: sphinx/domains/javascript.py:128 sphinx/domains/python.py:136 msgid "Returns" msgstr "Devuelve" #: sphinx/domains/c.py:63 sphinx/domains/javascript.py:130 -#: sphinx/domains/python.py:136 +#: sphinx/domains/python.py:138 msgid "Return type" msgstr "Tipo del valor devuelto" @@ -159,12 +156,12 @@ msgstr "%s (tipo C)" msgid "%s (C variable)" msgstr "%s (variable C)" -#: sphinx/domains/c.py:242 sphinx/domains/cpp.py:2680 -#: sphinx/domains/javascript.py:164 sphinx/domains/python.py:587 +#: sphinx/domains/c.py:242 sphinx/domains/cpp.py:3953 +#: sphinx/domains/javascript.py:164 sphinx/domains/python.py:589 msgid "function" msgstr "función" -#: sphinx/domains/c.py:243 sphinx/domains/cpp.py:2681 +#: sphinx/domains/c.py:243 sphinx/domains/cpp.py:3954 msgid "member" msgstr "miembro" @@ -172,7 +169,7 @@ msgstr "miembro" msgid "macro" msgstr "macro" -#: sphinx/domains/c.py:245 sphinx/domains/cpp.py:2682 +#: sphinx/domains/c.py:245 sphinx/domains/cpp.py:3955 msgid "type" msgstr "tipo" @@ -180,59 +177,64 @@ msgstr "tipo" msgid "variable" msgstr "variable" -#: sphinx/domains/cpp.py:2411 sphinx/domains/javascript.py:125 +#: sphinx/domains/cpp.py:3608 +#, fuzzy +msgid "Template Parameters" +msgstr "Parámetros" + +#: sphinx/domains/cpp.py:3611 sphinx/domains/javascript.py:125 msgid "Throws" msgstr "Lanzamientos" -#: sphinx/domains/cpp.py:2518 +#: sphinx/domains/cpp.py:3733 #, python-format msgid "%s (C++ type)" msgstr "%s (tipo C++)" -#: sphinx/domains/cpp.py:2531 +#: sphinx/domains/cpp.py:3744 #, python-format msgid "%s (C++ member)" msgstr "%s (miembro C++)" -#: sphinx/domains/cpp.py:2543 +#: sphinx/domains/cpp.py:3755 #, python-format msgid "%s (C++ function)" msgstr "%s (función C++)" -#: sphinx/domains/cpp.py:2555 +#: sphinx/domains/cpp.py:3766 #, python-format msgid "%s (C++ class)" msgstr "%s (clase C++)" -#: sphinx/domains/cpp.py:2579 +#: sphinx/domains/cpp.py:3786 #, python-format msgid "%s (C++ enum)" msgstr "%s (enum de C++)" -#: sphinx/domains/cpp.py:2617 +#: sphinx/domains/cpp.py:3816 #, python-format msgid "%s (C++ enumerator)" msgstr "%s (enumeración de C++)" -#: sphinx/domains/cpp.py:2679 sphinx/domains/javascript.py:165 -#: sphinx/domains/python.py:589 +#: sphinx/domains/cpp.py:3952 sphinx/domains/javascript.py:165 +#: sphinx/domains/python.py:591 msgid "class" msgstr "clase" -#: sphinx/domains/cpp.py:2683 +#: sphinx/domains/cpp.py:3956 msgid "enum" msgstr "enum" -#: sphinx/domains/cpp.py:2684 +#: sphinx/domains/cpp.py:3957 msgid "enumerator" msgstr "enumeración" -#: sphinx/domains/javascript.py:106 sphinx/domains/python.py:280 +#: sphinx/domains/javascript.py:106 sphinx/domains/python.py:282 #, python-format msgid "%s() (built-in function)" msgstr "%s() (función incorporada)" -#: sphinx/domains/javascript.py:107 sphinx/domains/python.py:344 +#: sphinx/domains/javascript.py:107 sphinx/domains/python.py:346 #, python-format msgid "%s() (%s method)" msgstr "%s() (método de %s)" @@ -247,7 +249,7 @@ msgstr "%s() (clase)" msgid "%s (global variable or constant)" msgstr "%s (variable global o constante)" -#: sphinx/domains/javascript.py:113 sphinx/domains/python.py:382 +#: sphinx/domains/javascript.py:113 sphinx/domains/python.py:384 #, python-format msgid "%s (%s attribute)" msgstr "%s (atributo de %s)" @@ -256,116 +258,116 @@ msgstr "%s (atributo de %s)" msgid "Arguments" msgstr "Argumentos" -#: sphinx/domains/javascript.py:166 sphinx/domains/python.py:588 +#: sphinx/domains/javascript.py:166 sphinx/domains/python.py:590 msgid "data" msgstr "dato" -#: sphinx/domains/javascript.py:167 sphinx/domains/python.py:594 +#: sphinx/domains/javascript.py:167 sphinx/domains/python.py:596 msgid "attribute" msgstr "atributo" -#: sphinx/domains/python.py:127 +#: sphinx/domains/python.py:129 msgid "Variables" msgstr "Variables" -#: sphinx/domains/python.py:131 +#: sphinx/domains/python.py:133 msgid "Raises" msgstr "Muestra" -#: sphinx/domains/python.py:281 sphinx/domains/python.py:338 -#: sphinx/domains/python.py:350 sphinx/domains/python.py:363 +#: sphinx/domains/python.py:283 sphinx/domains/python.py:340 +#: sphinx/domains/python.py:352 sphinx/domains/python.py:365 #, python-format msgid "%s() (in module %s)" msgstr "%s() (en el módulo %s)" -#: sphinx/domains/python.py:284 +#: sphinx/domains/python.py:286 #, python-format msgid "%s (built-in variable)" msgstr "%s (variable incorporada)" -#: sphinx/domains/python.py:285 sphinx/domains/python.py:376 +#: sphinx/domains/python.py:287 sphinx/domains/python.py:378 #, python-format msgid "%s (in module %s)" msgstr "%s (en el módulo %s)" -#: sphinx/domains/python.py:301 +#: sphinx/domains/python.py:303 #, python-format msgid "%s (built-in class)" msgstr "%s (clase incorporada)" -#: sphinx/domains/python.py:302 +#: sphinx/domains/python.py:304 #, python-format msgid "%s (class in %s)" msgstr "%s (clase en %s)" -#: sphinx/domains/python.py:342 +#: sphinx/domains/python.py:344 #, python-format msgid "%s() (%s.%s method)" msgstr "%s() (método de %s.%s)" -#: sphinx/domains/python.py:354 +#: sphinx/domains/python.py:356 #, python-format msgid "%s() (%s.%s static method)" msgstr "%s() (método estático de %s.%s)" -#: sphinx/domains/python.py:357 +#: sphinx/domains/python.py:359 #, python-format msgid "%s() (%s static method)" msgstr "%s() (método estático de %s)" -#: sphinx/domains/python.py:367 +#: sphinx/domains/python.py:369 #, python-format msgid "%s() (%s.%s class method)" msgstr "%s() (método de clase de %s.%s)" -#: sphinx/domains/python.py:370 +#: sphinx/domains/python.py:372 #, python-format msgid "%s() (%s class method)" msgstr "%s() (método de clase de %s)" -#: sphinx/domains/python.py:380 +#: sphinx/domains/python.py:382 #, python-format msgid "%s (%s.%s attribute)" msgstr "%s (atributo de %s.%s)" -#: sphinx/domains/python.py:461 +#: sphinx/domains/python.py:463 #, python-format msgid "%s (module)" msgstr "%s (módulo)" -#: sphinx/domains/python.py:518 +#: sphinx/domains/python.py:520 msgid "Python Module Index" msgstr "Índice de Módulos Python" -#: sphinx/domains/python.py:519 +#: sphinx/domains/python.py:521 msgid "modules" msgstr "módulos" -#: sphinx/domains/python.py:565 +#: sphinx/domains/python.py:567 msgid "Deprecated" msgstr "Obsoleto" -#: sphinx/domains/python.py:590 sphinx/locale/__init__.py:181 +#: sphinx/domains/python.py:592 sphinx/locale/__init__.py:183 msgid "exception" msgstr "excepción" -#: sphinx/domains/python.py:591 +#: sphinx/domains/python.py:593 msgid "method" msgstr "método" -#: sphinx/domains/python.py:592 +#: sphinx/domains/python.py:594 msgid "class method" msgstr "método de la clase" -#: sphinx/domains/python.py:593 +#: sphinx/domains/python.py:595 msgid "static method" msgstr "método estático" -#: sphinx/domains/python.py:595 sphinx/locale/__init__.py:177 +#: sphinx/domains/python.py:597 sphinx/locale/__init__.py:179 msgid "module" msgstr "módulo" -#: sphinx/domains/python.py:760 +#: sphinx/domains/python.py:762 msgid " (deprecated)" msgstr " (obsoleto)" @@ -397,64 +399,64 @@ msgstr "variables de entorno; %s" msgid "%scommand line option; %s" msgstr "%sopción en línea de comandos; %s" -#: sphinx/domains/std.py:443 +#: sphinx/domains/std.py:433 msgid "glossary term" msgstr "termino de glosario" -#: sphinx/domains/std.py:444 +#: sphinx/domains/std.py:434 msgid "grammar token" msgstr "gramática simbólica" -#: sphinx/domains/std.py:445 +#: sphinx/domains/std.py:435 msgid "reference label" msgstr "etiqueta de referencia" -#: sphinx/domains/std.py:447 +#: sphinx/domains/std.py:437 msgid "environment variable" msgstr "variables de entorno" -#: sphinx/domains/std.py:448 +#: sphinx/domains/std.py:438 msgid "program option" msgstr "opción de programa" -#: sphinx/domains/std.py:481 sphinx/themes/basic/genindex-single.html:32 +#: sphinx/domains/std.py:471 sphinx/themes/basic/genindex-single.html:32 #: sphinx/themes/basic/genindex-single.html:57 #: sphinx/themes/basic/genindex-split.html:11 #: sphinx/themes/basic/genindex-split.html:14 #: sphinx/themes/basic/genindex.html:32 sphinx/themes/basic/genindex.html:35 #: sphinx/themes/basic/genindex.html:68 sphinx/themes/basic/layout.html:134 -#: sphinx/writers/latex.py:201 sphinx/writers/texinfo.py:479 +#: sphinx/writers/latex.py:346 sphinx/writers/texinfo.py:481 msgid "Index" msgstr "Índice" -#: sphinx/domains/std.py:482 +#: sphinx/domains/std.py:472 msgid "Module Index" msgstr "Índice de Módulos" -#: sphinx/domains/std.py:483 sphinx/themes/basic/defindex.html:25 +#: sphinx/domains/std.py:473 sphinx/themes/basic/defindex.html:25 msgid "Search Page" msgstr "Página de Búsqueda" -#: sphinx/ext/autodoc.py:1139 +#: sphinx/ext/autodoc.py:1265 #, python-format msgid " Bases: %s" msgstr " Clases base: %s" -#: sphinx/ext/autodoc.py:1181 +#: sphinx/ext/autodoc.py:1318 #, python-format msgid "alias of :class:`%s`" msgstr "alias de :class:`%s`" -#: sphinx/ext/graphviz.py:293 sphinx/ext/graphviz.py:301 +#: sphinx/ext/graphviz.py:307 sphinx/ext/graphviz.py:316 #, python-format msgid "[graph: %s]" msgstr "[gráfica: %s]" -#: sphinx/ext/graphviz.py:295 sphinx/ext/graphviz.py:303 +#: sphinx/ext/graphviz.py:309 sphinx/ext/graphviz.py:318 msgid "[graph]" msgstr "[gráfica]" -#: sphinx/ext/intersphinx.py:257 +#: sphinx/ext/intersphinx.py:359 #, python-format msgid "(in %s v%s)" msgstr "(en %s versión %s)" @@ -463,112 +465,117 @@ msgstr "(en %s versión %s)" msgid "[source]" msgstr "[fuente]" -#: sphinx/ext/todo.py:43 +#: sphinx/ext/todo.py:56 msgid "Todo" msgstr "Por hacer" -#: sphinx/ext/todo.py:113 -#, python-format -msgid "(The <> is located in %s, line %d.)" +#: sphinx/ext/todo.py:129 +#, fuzzy +msgid "<>" +msgstr "entrada original" + +#: sphinx/ext/todo.py:132 +#, fuzzy, python-format +msgid "(The <> is located in %s, line %d.)" msgstr "(El <> se encuentra en %s, en la línea %d.)" -#: sphinx/ext/todo.py:122 +#: sphinx/ext/todo.py:141 msgid "original entry" msgstr "entrada original" -#: sphinx/ext/viewcode.py:158 +#: sphinx/ext/viewcode.py:162 msgid "[docs]" msgstr "[documentos]" -#: sphinx/ext/viewcode.py:172 +#: sphinx/ext/viewcode.py:176 msgid "Module code" msgstr "Código de módulo" -#: sphinx/ext/viewcode.py:178 +#: sphinx/ext/viewcode.py:182 #, python-format msgid "

Source code for %s

" msgstr "

Código fuente para %s

" -#: sphinx/ext/viewcode.py:204 +#: sphinx/ext/viewcode.py:208 msgid "Overview: module code" msgstr "Resumen: código de modulo" -#: sphinx/ext/viewcode.py:205 +#: sphinx/ext/viewcode.py:209 msgid "

All modules for which code is available

" msgstr "

Todos los módulos para los cuales disponen código

" -#: sphinx/locale/__init__.py:157 +#: sphinx/locale/__init__.py:159 msgid "Attention" msgstr "Atención" -#: sphinx/locale/__init__.py:158 +#: sphinx/locale/__init__.py:160 msgid "Caution" msgstr "Prudencia" -#: sphinx/locale/__init__.py:159 +#: sphinx/locale/__init__.py:161 msgid "Danger" msgstr "Peligro" -#: sphinx/locale/__init__.py:160 +#: sphinx/locale/__init__.py:162 msgid "Error" msgstr "Error" -#: sphinx/locale/__init__.py:161 +#: sphinx/locale/__init__.py:163 msgid "Hint" msgstr "Consejo" -#: sphinx/locale/__init__.py:162 +#: sphinx/locale/__init__.py:164 msgid "Important" msgstr "Importante" -#: sphinx/locale/__init__.py:163 +#: sphinx/locale/__init__.py:165 msgid "Note" msgstr "Nota" -#: sphinx/locale/__init__.py:164 +#: sphinx/locale/__init__.py:166 msgid "See also" msgstr "Ver también" -#: sphinx/locale/__init__.py:165 +#: sphinx/locale/__init__.py:167 msgid "Tip" msgstr "Truco" -#: sphinx/locale/__init__.py:166 +#: sphinx/locale/__init__.py:168 msgid "Warning" msgstr "Advertencia" -#: sphinx/locale/__init__.py:170 +#: sphinx/locale/__init__.py:172 #, python-format msgid "New in version %s" msgstr "Nuevo en la versión %s" -#: sphinx/locale/__init__.py:171 +#: sphinx/locale/__init__.py:173 #, python-format msgid "Changed in version %s" msgstr "Distinto en la versión %s" -#: sphinx/locale/__init__.py:172 +#: sphinx/locale/__init__.py:174 #, python-format msgid "Deprecated since version %s" msgstr "Obsoleto desde la versión %s" -#: sphinx/locale/__init__.py:178 +#: sphinx/locale/__init__.py:180 msgid "keyword" msgstr "palabra clave" -#: sphinx/locale/__init__.py:179 +#: sphinx/locale/__init__.py:181 msgid "operator" msgstr "operador" -#: sphinx/locale/__init__.py:180 +#: sphinx/locale/__init__.py:182 msgid "object" msgstr "objeto" -#: sphinx/locale/__init__.py:182 +#: sphinx/locale/__init__.py:184 msgid "statement" msgstr "sentencia" -#: sphinx/locale/__init__.py:183 +#: sphinx/locale/__init__.py:185 msgid "built-in function" msgstr "función incorporada" @@ -589,7 +596,9 @@ msgstr "Ir a" #: sphinx/themes/agogo/layout.html:59 sphinx/themes/basic/searchbox.html:20 msgid "Enter search terms or a module, class or function name." -msgstr "Introduzca los términos de búsqueda o un nombre de módulo, clase o función." +msgstr "" +"Introduzca los términos de búsqueda o un nombre de módulo, clase o " +"función." #: sphinx/themes/agogo/layout.html:84 sphinx/themes/basic/sourcelink.html:15 msgid "Show Source" @@ -696,7 +705,9 @@ msgstr "Actualizado por última vez en %(last_updated)s." msgid "" "Created using Sphinx " "%(sphinx_version)s." -msgstr "Creado con Sphinx %(sphinx_version)s." +msgstr "" +"Creado con Sphinx " +"%(sphinx_version)s." #: sphinx/themes/basic/opensearch.xml:4 #, python-format @@ -723,7 +734,9 @@ msgstr "próximo capítulo" msgid "" "Please activate JavaScript to enable the search\n" " functionality." -msgstr "Por favor, active JavaScript para habilitar la funcionalidad\n de búsqueda." +msgstr "" +"Por favor, active JavaScript para habilitar la funcionalidad\n" +" de búsqueda." #: sphinx/themes/basic/search.html:32 msgid "" @@ -731,26 +744,30 @@ msgid "" " words into the box below and click \"search\". Note that the search\n" " function will automatically search for all of the words. Pages\n" " containing fewer words won't appear in the result list." -msgstr "Este es el diálogo de búsqueda. Introduce los términos en el\n diálogo siguiente y pulsa \"buscar\". Note que el asistente buscará \n automáticamente todas las palabras. Las páginas que contengan \n menos palabras no aparecerán en la lista de resultados." +msgstr "" +"Este es el diálogo de búsqueda. Introduce los términos en el\n" +" diálogo siguiente y pulsa \"buscar\". Note que el asistente buscará \n" +" automáticamente todas las palabras. Las páginas que contengan \n" +" menos palabras no aparecerán en la lista de resultados." -#: sphinx/themes/basic/search.html:39 -#: sphinx/themes/basic/searchresults.html:17 +#: sphinx/themes/basic/search.html:39 sphinx/themes/basic/searchresults.html:17 msgid "search" msgstr "buscar" -#: sphinx/themes/basic/search.html:43 -#: sphinx/themes/basic/searchresults.html:21 -#: sphinx/themes/basic/static/searchtools.js_t:281 +#: sphinx/themes/basic/search.html:43 sphinx/themes/basic/searchresults.html:21 +#: sphinx/themes/basic/static/searchtools.js_t:282 msgid "Search Results" msgstr "Resultados de la búsqueda" -#: sphinx/themes/basic/search.html:45 -#: sphinx/themes/basic/searchresults.html:23 -#: sphinx/themes/basic/static/searchtools.js_t:283 +#: sphinx/themes/basic/search.html:45 sphinx/themes/basic/searchresults.html:23 +#: sphinx/themes/basic/static/searchtools.js_t:284 msgid "" -"Your search did not match any documents. Please make sure that all words are" -" spelled correctly and that you've selected enough categories." -msgstr "Su búsqueda no coincide con ningún documentos. Por favor, asegúrese de que todas las palabras estén correctamente escritas y que usted allá seleccionado las suficientes categorías." +"Your search did not match any documents. Please make sure that all words " +"are spelled correctly and that you've selected enough categories." +msgstr "" +"Su búsqueda no coincide con ningún documentos. Por favor, asegúrese de " +"que todas las palabras estén correctamente escritas y que usted allá " +"seleccionado las suficientes categorías." #: sphinx/themes/basic/searchbox.html:12 msgid "Quick search" @@ -788,33 +805,35 @@ msgstr "Cambios en la API C" msgid "Other changes" msgstr "Otros cambios" -#: sphinx/themes/basic/static/doctools.js:166 sphinx/writers/html.py:610 -#: sphinx/writers/html.py:615 +#: sphinx/themes/basic/static/doctools.js_t:169 sphinx/writers/html.py:668 +#: sphinx/writers/html.py:673 msgid "Permalink to this headline" msgstr "Enlazar permanentemente con este título" -#: sphinx/themes/basic/static/doctools.js:172 sphinx/writers/html.py:107 +#: sphinx/themes/basic/static/doctools.js_t:175 sphinx/writers/html.py:105 msgid "Permalink to this definition" msgstr "Enlazar permanentemente con esta definición" -#: sphinx/themes/basic/static/doctools.js:205 +#: sphinx/themes/basic/static/doctools.js_t:208 msgid "Hide Search Matches" msgstr "Ocultar coincidencias de la búsqueda" -#: sphinx/themes/basic/static/searchtools.js_t:119 +#: sphinx/themes/basic/static/searchtools.js_t:121 msgid "Searching" msgstr "Buscando" -#: sphinx/themes/basic/static/searchtools.js_t:124 +#: sphinx/themes/basic/static/searchtools.js_t:126 msgid "Preparing search..." msgstr "Preparando búsqueda..." -#: sphinx/themes/basic/static/searchtools.js_t:285 +#: sphinx/themes/basic/static/searchtools.js_t:286 #, python-format msgid "Search finished, found %s page(s) matching the search query." -msgstr "Búsqueda finalizada, encontró %s página(s) acorde con la consulta de búsqueda." +msgstr "" +"Búsqueda finalizada, encontró %s página(s) acorde con la consulta de " +"búsqueda." -#: sphinx/themes/basic/static/searchtools.js_t:337 +#: sphinx/themes/basic/static/searchtools.js_t:338 msgid ", in " msgstr ", en " @@ -831,44 +850,56 @@ msgstr "Contraer barra lateral" msgid "Contents" msgstr "Contenidos" -#: sphinx/writers/html.py:334 +#: sphinx/writers/html.py:349 msgid "Permalink to this code" msgstr "Enlace permanente a este código fuente" -#: sphinx/writers/html.py:337 +#: sphinx/writers/html.py:353 msgid "Permalink to this image" msgstr "Enlace permanente a esta imagen" -#: sphinx/writers/html.py:339 +#: sphinx/writers/html.py:355 msgid "Permalink to this toctree" msgstr "" -#: sphinx/writers/html.py:619 +#: sphinx/writers/html.py:677 msgid "Permalink to this table" msgstr "Enlace permanente a esta tabla" -#: sphinx/writers/latex.py:199 +#: sphinx/writers/latex.py:344 msgid "Release" msgstr "Publicación" -#: sphinx/writers/latex.py:697 sphinx/writers/manpage.py:177 -#: sphinx/writers/texinfo.py:616 +#: sphinx/writers/latex.py:408 +#, fuzzy +msgid "page" +msgstr "Peligro" + +#: sphinx/writers/latex.py:908 sphinx/writers/manpage.py:226 +#: sphinx/writers/texinfo.py:620 msgid "Footnotes" msgstr "Notas a pie de página" -#: sphinx/writers/latex.py:785 +#: sphinx/writers/latex.py:1010 msgid "continued from previous page" msgstr "proviene de la página anterior" -#: sphinx/writers/latex.py:791 +#: sphinx/writers/latex.py:1016 msgid "Continued on next page" msgstr "Continúa en la página siguiente" -#: sphinx/writers/manpage.py:223 sphinx/writers/text.py:541 +#: sphinx/writers/manpage.py:275 sphinx/writers/text.py:582 #, python-format msgid "[image: %s]" msgstr "[imagen: %s]" -#: sphinx/writers/manpage.py:224 sphinx/writers/text.py:542 +#: sphinx/writers/manpage.py:276 sphinx/writers/text.py:583 msgid "[image]" msgstr "[imagen]" + +#~ msgid "%B %d, %Y" +#~ msgstr "%d de %B de %Y" + +#~ msgid "%b %d, %Y" +#~ msgstr "%d de %B de %Y" + diff --git a/sphinx/locale/et/LC_MESSAGES/sphinx.js b/sphinx/locale/et/LC_MESSAGES/sphinx.js index f179d045a..fe7154363 100644 --- a/sphinx/locale/et/LC_MESSAGES/sphinx.js +++ b/sphinx/locale/et/LC_MESSAGES/sphinx.js @@ -1 +1 @@ -Documentation.addTranslations({"locale": "et", "plural_expr": "(n != 1)", "messages": {"Next topic": "J\u00e4rgmine teema", "Index": "Indeks", "%(filename)s — %(docstitle)s": "%(filename)s — %(docstitle)s", "Welcome! This is": "Tervitused! See on", "Copyright": "Autori\u00f5igus", "C API changes": "C API muutused", "quick access to all modules": "kiire ligip\u00e4\u00e4s k\u00f5igile moodulitele", "© Copyright %(copyright)s.": "© Autori\u00f5igused %(copyright)s.", "Global Module Index": "Globaalne moodulite indeks", "Your search did not match any documents. Please make sure that all words are spelled correctly and that you've selected enough categories.": "Sinu otsingule ei vastanud \u00fckski dokument. Palun veendu, et k\u00f5ik sisestatud s\u00f5nad on \u00f5igesti kirjutatud ja sa oled valikud piisaval hulgal kategooriaid.", "Index – %(key)s": "Indeks – %(key)s", "General Index": "\u00dcldindeks", "next chapter": "j\u00e4rgmine jaotis", "Search finished, found %s page(s) matching the search query.": "Otsingu tulemusena leiti %s leht(e).", "previous chapter": "eelmine jaotis", "Permalink to this headline": "P\u00fcsiviit sellele pealkirjale", "About these documents": "Info selle dokumentatsiooni kohta", "Preparing search...": "Otsingu ettevalmistamine...", ", in ": "", "Navigation": "Navigatsioon", "Expand sidebar": "N\u00e4ita k\u00fclgriba", "the documentation for": "dokumentatsioon projektile", "Complete Table of Contents": "T\u00e4ielik sisukord", "Contents": "Sisukord", "can be huge": "v\u00f5ib olla v\u00e4ga suur", "Changes in Version %(version)s — %(docstitle)s": "Muutused versioonis %(version)s — %(docstitle)s", "Other changes": "\u00dclej\u00e4\u00e4nud muutused", "Hide Search Matches": "Varja otsingu tulemused", "Quick search": "Kiirotsing", "Show Source": "N\u00e4ita l\u00e4htekoodi", "Search": "Otsing", "This Page": "K\u00e4esolev leht", "From here you can search these documents. Enter your search\n words into the box below and click \"search\". Note that the search\n function will automatically search for all of the words. Pages\n containing fewer words won't appear in the result list.": "Selle vormi abil saab otsida k\u00e4esolevast dokumentatsioonist. Sisesta allolevasse lahtrisse otsis\u00f5nad ning kl\u00f5psa \"Otsi\". Tasub t\u00e4hele panna, et otsingu tulemuses kuvatakse k\u00f5iki otsis\u00f5nasid sisaldavaid lehti.", "Created using Sphinx %(sphinx_version)s.": "Loodud Sphinxiga (versioon: %(sphinx_version)s).", "last updated": "viimati uuendatud", "Collapse sidebar": "Varja k\u00fclgriba", "Go": "Otsi", "Table Of Contents": "Sisukord", "Search within %(docstitle)s": "Otsi %(docstitle)s piires", "all functions, classes, terms": "k\u00f5ik funktsioonid, klassid ja terminid", "Please activate JavaScript to enable the search\n functionality.": "Otsingu v\u00f5imaldamiseks tuleb aktiveerida JavaScript.", "Indices and tables:": "Indeksid ja tabelid", "lists all sections and subsections": "toob v\u00e4lja k\u00f5ik sektsioonid ja alamsektsioonid", "Index pages by letter": "Indeksi lehek\u00fcljed algust\u00e4he kaupa", "search": "otsi", "Permalink to this definition": "P\u00fcsiviit sellele definitsioonile", "Previous topic": "Eelmine teema", "Overview": "\u00dclevaade", "Last updated on %(last_updated)s.": "Viimati uuendatud %(last_updated)s.", "Searching": "Otsimine", "search this documentation": "otsi sellest dokumentatsioonist", "Automatically generated list of changes in version %(version)s": "Automaatselt genereeritud nimekiri versiooni %(version)s muutustest", "Full index on one page": "T\u00e4isindeks \u00fchel lehel", "Enter search terms or a module, class or function name.": "Sisesta otsingus\u00f5na v\u00f5i mooduli/klassi/funktsiooni nimi.", "© Copyright %(copyright)s.": "© Autori\u00f5igus %(copyright)s.", "Library changes": "Teegi muutused", "Search Page": "Otsinguleht", "Search Results": "Otsingu tulemused"}}); \ No newline at end of file +Documentation.addTranslations({"locale": "et", "messages": {"%(filename)s — %(docstitle)s": "%(filename)s — %(docstitle)s", "© Copyright %(copyright)s.": "© Autori\u00f5igus %(copyright)s.", "© Copyright %(copyright)s.": "© Autori\u00f5igused %(copyright)s.", ", in ": "", "About these documents": "Info selle dokumentatsiooni kohta", "Automatically generated list of changes in version %(version)s": "Automaatselt genereeritud nimekiri versiooni %(version)s muutustest", "C API changes": "C API muutused", "Changes in Version %(version)s — %(docstitle)s": "Muutused versioonis %(version)s — %(docstitle)s", "Collapse sidebar": "Varja k\u00fclgriba", "Complete Table of Contents": "T\u00e4ielik sisukord", "Contents": "Sisukord", "Copyright": "Autori\u00f5igus", "Created using Sphinx %(sphinx_version)s.": "Loodud Sphinxiga (versioon: %(sphinx_version)s).", "Enter search terms or a module, class or function name.": "Sisesta otsingus\u00f5na v\u00f5i mooduli/klassi/funktsiooni nimi.", "Expand sidebar": "N\u00e4ita k\u00fclgriba", "From here you can search these documents. Enter your search\n words into the box below and click \"search\". Note that the search\n function will automatically search for all of the words. Pages\n containing fewer words won't appear in the result list.": "Selle vormi abil saab otsida k\u00e4esolevast dokumentatsioonist. Sisesta allolevasse lahtrisse otsis\u00f5nad ning kl\u00f5psa \"Otsi\". Tasub t\u00e4hele panna, et otsingu tulemuses kuvatakse k\u00f5iki otsis\u00f5nasid sisaldavaid lehti.", "Full index on one page": "T\u00e4isindeks \u00fchel lehel", "General Index": "\u00dcldindeks", "Global Module Index": "Globaalne moodulite indeks", "Go": "Otsi", "Hide Search Matches": "Varja otsingu tulemused", "Index": "Indeks", "Index – %(key)s": "Indeks – %(key)s", "Index pages by letter": "Indeksi lehek\u00fcljed algust\u00e4he kaupa", "Indices and tables:": "Indeksid ja tabelid", "Last updated on %(last_updated)s.": "Viimati uuendatud %(last_updated)s.", "Library changes": "Teegi muutused", "Navigation": "Navigatsioon", "Next topic": "J\u00e4rgmine teema", "Other changes": "\u00dclej\u00e4\u00e4nud muutused", "Overview": "\u00dclevaade", "Permalink to this definition": "P\u00fcsiviit sellele definitsioonile", "Permalink to this headline": "P\u00fcsiviit sellele pealkirjale", "Please activate JavaScript to enable the search\n functionality.": "Otsingu v\u00f5imaldamiseks tuleb aktiveerida JavaScript.", "Preparing search...": "Otsingu ettevalmistamine...", "Previous topic": "Eelmine teema", "Quick search": "Kiirotsing", "Search": "Otsing", "Search Page": "Otsinguleht", "Search Results": "Otsingu tulemused", "Search finished, found %s page(s) matching the search query.": "Otsingu tulemusena leiti %s leht(e).", "Search within %(docstitle)s": "Otsi %(docstitle)s piires", "Searching": "Otsimine", "Show Source": "N\u00e4ita l\u00e4htekoodi", "Table Of Contents": "Sisukord", "This Page": "K\u00e4esolev leht", "Welcome! This is": "Tervitused! See on", "Your search did not match any documents. Please make sure that all words are spelled correctly and that you've selected enough categories.": "Sinu otsingule ei vastanud \u00fckski dokument. Palun veendu, et k\u00f5ik sisestatud s\u00f5nad on \u00f5igesti kirjutatud ja sa oled valikud piisaval hulgal kategooriaid.", "all functions, classes, terms": "k\u00f5ik funktsioonid, klassid ja terminid", "can be huge": "v\u00f5ib olla v\u00e4ga suur", "last updated": "viimati uuendatud", "lists all sections and subsections": "toob v\u00e4lja k\u00f5ik sektsioonid ja alamsektsioonid", "next chapter": "j\u00e4rgmine jaotis", "previous chapter": "eelmine jaotis", "quick access to all modules": "kiire ligip\u00e4\u00e4s k\u00f5igile moodulitele", "search": "otsi", "search this documentation": "otsi sellest dokumentatsioonist", "the documentation for": "dokumentatsioon projektile"}, "plural_expr": "(n != 1)"}); \ No newline at end of file diff --git a/sphinx/locale/et/LC_MESSAGES/sphinx.mo b/sphinx/locale/et/LC_MESSAGES/sphinx.mo index 941e7315d..8d9731f4e 100644 Binary files a/sphinx/locale/et/LC_MESSAGES/sphinx.mo and b/sphinx/locale/et/LC_MESSAGES/sphinx.mo differ diff --git a/sphinx/locale/et/LC_MESSAGES/sphinx.po b/sphinx/locale/et/LC_MESSAGES/sphinx.po index 1f530be1a..786b953ce 100644 --- a/sphinx/locale/et/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/et/LC_MESSAGES/sphinx.po @@ -1,58 +1,55 @@ -# Translations template for Sphinx. -# Copyright (C) 2015 ORGANIZATION +# Estonian translations for Sphinx. +# Copyright (C) 2016 ORGANIZATION # This file is distributed under the same license as the Sphinx project. -# -# Translators: -# Aivar Annamaa , 2011 -# Ivar Smolin , 2012 -# Ivar Smolin , 2013-2015 -# Luc Saffre , 2015 +# FIRST AUTHOR , 2016. +# msgid "" msgstr "" -"Project-Id-Version: Sphinx\n" +"Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2015-03-08 23:31+0900\n" +"POT-Creation-Date: 2016-02-14 22:15+0900\n" "PO-Revision-Date: 2015-03-08 14:35+0000\n" "Last-Translator: Takayuki Shimizukawa \n" -"Language-Team: Estonian (http://www.transifex.com/projects/p/sphinx-1/language/et/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 1.3\n" "Language: et\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"Language-Team: Estonian " +"(http://www.transifex.com/projects/p/sphinx-1/language/et/)\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.2.0\n" -#: sphinx/config.py:80 +#: sphinx/config.py:84 #, python-format msgid "Fig. %s" msgstr "Joonis %s" -#: sphinx/config.py:81 +#: sphinx/config.py:85 #, python-format msgid "Table %s" msgstr "Tabel %s" -#: sphinx/config.py:82 +#: sphinx/config.py:86 #, python-format msgid "Listing %s" msgstr "Nimekiri %s" -#: sphinx/config.py:89 +#: sphinx/config.py:93 #, python-format msgid "%s %s documentation" msgstr "%s %s dokumentatsioon" -#: sphinx/environment.py:1880 +#: sphinx/environment.py:1815 #, python-format msgid "see %s" msgstr "vaata %s" -#: sphinx/environment.py:1883 +#: sphinx/environment.py:1819 #, python-format msgid "see also %s" msgstr "vaata ka %s" -#: sphinx/environment.py:1941 +#: sphinx/environment.py:1879 msgid "Symbols" msgstr "Sümbolid" @@ -61,11 +58,10 @@ msgstr "Sümbolid" msgid "Python Enhancement Proposals; PEP %s" msgstr "Pythoni täiustusettepanekud; PEP %s" -#: sphinx/transforms.py:58 sphinx/writers/latex.py:212 -#: sphinx/writers/manpage.py:67 sphinx/writers/texinfo.py:221 -#, python-format -msgid "%B %d, %Y" -msgstr "%d. %B %Y" +#: sphinx/transforms.py:56 sphinx/writers/latex.py:357 +#: sphinx/writers/manpage.py:101 sphinx/writers/texinfo.py:222 +msgid "MMMM dd, YYYY" +msgstr "" #: sphinx/builders/changes.py:75 msgid "Builtins" @@ -75,64 +71,63 @@ msgstr "Sisseehitatud" msgid "Module level" msgstr "Mooduli tase" -#: sphinx/builders/html.py:291 -#, python-format -msgid "%b %d, %Y" -msgstr "%d. %b %Y" +#: sphinx/builders/html.py:295 +msgid "MMM dd, YYYY" +msgstr "" -#: sphinx/builders/html.py:310 sphinx/themes/basic/defindex.html:30 +#: sphinx/builders/html.py:315 sphinx/themes/basic/defindex.html:30 msgid "General Index" msgstr "Üldindeks" -#: sphinx/builders/html.py:310 +#: sphinx/builders/html.py:315 msgid "index" msgstr "indeks" -#: sphinx/builders/html.py:371 +#: sphinx/builders/html.py:376 msgid "next" msgstr "järgmine" -#: sphinx/builders/html.py:380 +#: sphinx/builders/html.py:385 msgid "previous" msgstr "eelmine" -#: sphinx/builders/latex.py:144 sphinx/builders/texinfo.py:198 +#: sphinx/builders/latex.py:165 sphinx/builders/texinfo.py:199 msgid " (in " msgstr " (pealkirjas " -#: sphinx/directives/other.py:150 +#: sphinx/directives/other.py:149 msgid "Section author: " msgstr "Sektsiooni autor:" -#: sphinx/directives/other.py:152 +#: sphinx/directives/other.py:151 msgid "Module author: " msgstr "Mooduli autor:" -#: sphinx/directives/other.py:154 +#: sphinx/directives/other.py:153 msgid "Code author: " msgstr "Koodi autor:" -#: sphinx/directives/other.py:156 +#: sphinx/directives/other.py:155 msgid "Author: " msgstr "Autor: " -#: sphinx/domains/__init__.py:273 +#: sphinx/domains/__init__.py:275 #, python-format msgid "%s %s" msgstr "%s %s" -#: sphinx/domains/c.py:58 sphinx/domains/cpp.py:2408 -#: sphinx/domains/python.py:122 +#: sphinx/domains/c.py:58 sphinx/domains/cpp.py:3605 +#: sphinx/domains/python.py:124 msgid "Parameters" msgstr "Parameetrid" -#: sphinx/domains/c.py:61 sphinx/domains/cpp.py:2414 -#: sphinx/domains/javascript.py:128 sphinx/domains/python.py:134 +#: sphinx/domains/c.py:61 sphinx/domains/cpp.py:3614 +#: sphinx/domains/javascript.py:128 sphinx/domains/python.py:136 msgid "Returns" msgstr "Tagastab" #: sphinx/domains/c.py:63 sphinx/domains/javascript.py:130 -#: sphinx/domains/python.py:136 +#: sphinx/domains/python.py:138 msgid "Return type" msgstr "Tagastustüüp" @@ -161,12 +156,12 @@ msgstr "%s (C tüüp)" msgid "%s (C variable)" msgstr "%s (C muutuja)" -#: sphinx/domains/c.py:242 sphinx/domains/cpp.py:2680 -#: sphinx/domains/javascript.py:164 sphinx/domains/python.py:587 +#: sphinx/domains/c.py:242 sphinx/domains/cpp.py:3953 +#: sphinx/domains/javascript.py:164 sphinx/domains/python.py:589 msgid "function" msgstr "funktsioon" -#: sphinx/domains/c.py:243 sphinx/domains/cpp.py:2681 +#: sphinx/domains/c.py:243 sphinx/domains/cpp.py:3954 msgid "member" msgstr "liige" @@ -174,7 +169,7 @@ msgstr "liige" msgid "macro" msgstr "makro" -#: sphinx/domains/c.py:245 sphinx/domains/cpp.py:2682 +#: sphinx/domains/c.py:245 sphinx/domains/cpp.py:3955 msgid "type" msgstr "tüüp" @@ -182,59 +177,64 @@ msgstr "tüüp" msgid "variable" msgstr "muutuja" -#: sphinx/domains/cpp.py:2411 sphinx/domains/javascript.py:125 +#: sphinx/domains/cpp.py:3608 +#, fuzzy +msgid "Template Parameters" +msgstr "Parameetrid" + +#: sphinx/domains/cpp.py:3611 sphinx/domains/javascript.py:125 msgid "Throws" msgstr "" -#: sphinx/domains/cpp.py:2518 +#: sphinx/domains/cpp.py:3733 #, python-format msgid "%s (C++ type)" msgstr "%s (C++ tüüp)" -#: sphinx/domains/cpp.py:2531 +#: sphinx/domains/cpp.py:3744 #, python-format msgid "%s (C++ member)" msgstr "%s (C++ liige)" -#: sphinx/domains/cpp.py:2543 +#: sphinx/domains/cpp.py:3755 #, python-format msgid "%s (C++ function)" msgstr "%s (C++ funktsioon)" -#: sphinx/domains/cpp.py:2555 +#: sphinx/domains/cpp.py:3766 #, python-format msgid "%s (C++ class)" msgstr "%s (C++ klass)" -#: sphinx/domains/cpp.py:2579 +#: sphinx/domains/cpp.py:3786 #, python-format msgid "%s (C++ enum)" msgstr "" -#: sphinx/domains/cpp.py:2617 +#: sphinx/domains/cpp.py:3816 #, python-format msgid "%s (C++ enumerator)" msgstr "" -#: sphinx/domains/cpp.py:2679 sphinx/domains/javascript.py:165 -#: sphinx/domains/python.py:589 +#: sphinx/domains/cpp.py:3952 sphinx/domains/javascript.py:165 +#: sphinx/domains/python.py:591 msgid "class" msgstr "klass" -#: sphinx/domains/cpp.py:2683 +#: sphinx/domains/cpp.py:3956 msgid "enum" msgstr "" -#: sphinx/domains/cpp.py:2684 +#: sphinx/domains/cpp.py:3957 msgid "enumerator" msgstr "" -#: sphinx/domains/javascript.py:106 sphinx/domains/python.py:280 +#: sphinx/domains/javascript.py:106 sphinx/domains/python.py:282 #, python-format msgid "%s() (built-in function)" msgstr "%s() (sisseehitatud funktsioon)" -#: sphinx/domains/javascript.py:107 sphinx/domains/python.py:344 +#: sphinx/domains/javascript.py:107 sphinx/domains/python.py:346 #, python-format msgid "%s() (%s method)" msgstr "%s() (%s meetod)" @@ -249,7 +249,7 @@ msgstr "%s() (klass)" msgid "%s (global variable or constant)" msgstr "%s (globaalmuutuja või konstant)" -#: sphinx/domains/javascript.py:113 sphinx/domains/python.py:382 +#: sphinx/domains/javascript.py:113 sphinx/domains/python.py:384 #, python-format msgid "%s (%s attribute)" msgstr "%s (%s atribuut)" @@ -258,116 +258,116 @@ msgstr "%s (%s atribuut)" msgid "Arguments" msgstr "Argumendid" -#: sphinx/domains/javascript.py:166 sphinx/domains/python.py:588 +#: sphinx/domains/javascript.py:166 sphinx/domains/python.py:590 msgid "data" msgstr "andmed" -#: sphinx/domains/javascript.py:167 sphinx/domains/python.py:594 +#: sphinx/domains/javascript.py:167 sphinx/domains/python.py:596 msgid "attribute" msgstr "atribuut" -#: sphinx/domains/python.py:127 +#: sphinx/domains/python.py:129 msgid "Variables" msgstr "Muutujad" -#: sphinx/domains/python.py:131 +#: sphinx/domains/python.py:133 msgid "Raises" msgstr "" -#: sphinx/domains/python.py:281 sphinx/domains/python.py:338 -#: sphinx/domains/python.py:350 sphinx/domains/python.py:363 +#: sphinx/domains/python.py:283 sphinx/domains/python.py:340 +#: sphinx/domains/python.py:352 sphinx/domains/python.py:365 #, python-format msgid "%s() (in module %s)" msgstr "%s() (moodulis %s)" -#: sphinx/domains/python.py:284 +#: sphinx/domains/python.py:286 #, python-format msgid "%s (built-in variable)" msgstr "%s (sisseehitatud muutuja)" -#: sphinx/domains/python.py:285 sphinx/domains/python.py:376 +#: sphinx/domains/python.py:287 sphinx/domains/python.py:378 #, python-format msgid "%s (in module %s)" msgstr "%s (moodulis %s)" -#: sphinx/domains/python.py:301 +#: sphinx/domains/python.py:303 #, python-format msgid "%s (built-in class)" msgstr "%s (sisseehitatud klass)" -#: sphinx/domains/python.py:302 +#: sphinx/domains/python.py:304 #, python-format msgid "%s (class in %s)" msgstr "%s (klass moodulis %s)" -#: sphinx/domains/python.py:342 +#: sphinx/domains/python.py:344 #, python-format msgid "%s() (%s.%s method)" msgstr "%s() (%s.%s meetod)" -#: sphinx/domains/python.py:354 +#: sphinx/domains/python.py:356 #, python-format msgid "%s() (%s.%s static method)" msgstr "%s() (%s.%s staatiline meetod)" -#: sphinx/domains/python.py:357 +#: sphinx/domains/python.py:359 #, python-format msgid "%s() (%s static method)" msgstr "%s() (%s staatiline meetod)" -#: sphinx/domains/python.py:367 +#: sphinx/domains/python.py:369 #, python-format msgid "%s() (%s.%s class method)" msgstr "%s() (klassi %s.%s meetod)" -#: sphinx/domains/python.py:370 +#: sphinx/domains/python.py:372 #, python-format msgid "%s() (%s class method)" msgstr "%s() (klassi %s meetod)" -#: sphinx/domains/python.py:380 +#: sphinx/domains/python.py:382 #, python-format msgid "%s (%s.%s attribute)" msgstr "%s (%s.%s atribuut)" -#: sphinx/domains/python.py:461 +#: sphinx/domains/python.py:463 #, python-format msgid "%s (module)" msgstr "%s (moodul)" -#: sphinx/domains/python.py:518 +#: sphinx/domains/python.py:520 msgid "Python Module Index" msgstr "Pythoni moodulite indeks" -#: sphinx/domains/python.py:519 +#: sphinx/domains/python.py:521 msgid "modules" msgstr "moodulid" -#: sphinx/domains/python.py:565 +#: sphinx/domains/python.py:567 msgid "Deprecated" msgstr "Iganenud" -#: sphinx/domains/python.py:590 sphinx/locale/__init__.py:181 +#: sphinx/domains/python.py:592 sphinx/locale/__init__.py:183 msgid "exception" msgstr "erind" -#: sphinx/domains/python.py:591 +#: sphinx/domains/python.py:593 msgid "method" msgstr "meetod" -#: sphinx/domains/python.py:592 +#: sphinx/domains/python.py:594 msgid "class method" msgstr "klassi meetod" -#: sphinx/domains/python.py:593 +#: sphinx/domains/python.py:595 msgid "static method" msgstr "staatiline meetod" -#: sphinx/domains/python.py:595 sphinx/locale/__init__.py:177 +#: sphinx/domains/python.py:597 sphinx/locale/__init__.py:179 msgid "module" msgstr "moodul" -#: sphinx/domains/python.py:760 +#: sphinx/domains/python.py:762 msgid " (deprecated)" msgstr " (iganenud)" @@ -399,64 +399,64 @@ msgstr "keskkonnamuutuja; %s" msgid "%scommand line option; %s" msgstr "%s käsurea valik; %s" -#: sphinx/domains/std.py:443 +#: sphinx/domains/std.py:433 msgid "glossary term" msgstr "sõnastiku termin" -#: sphinx/domains/std.py:444 +#: sphinx/domains/std.py:434 msgid "grammar token" msgstr "grammatika märk" -#: sphinx/domains/std.py:445 +#: sphinx/domains/std.py:435 msgid "reference label" msgstr "viite pealkiri" -#: sphinx/domains/std.py:447 +#: sphinx/domains/std.py:437 msgid "environment variable" msgstr "keskkonnamuutuja" -#: sphinx/domains/std.py:448 +#: sphinx/domains/std.py:438 msgid "program option" msgstr "programmi valik" -#: sphinx/domains/std.py:481 sphinx/themes/basic/genindex-single.html:32 +#: sphinx/domains/std.py:471 sphinx/themes/basic/genindex-single.html:32 #: sphinx/themes/basic/genindex-single.html:57 #: sphinx/themes/basic/genindex-split.html:11 #: sphinx/themes/basic/genindex-split.html:14 #: sphinx/themes/basic/genindex.html:32 sphinx/themes/basic/genindex.html:35 #: sphinx/themes/basic/genindex.html:68 sphinx/themes/basic/layout.html:134 -#: sphinx/writers/latex.py:201 sphinx/writers/texinfo.py:479 +#: sphinx/writers/latex.py:346 sphinx/writers/texinfo.py:481 msgid "Index" msgstr "Indeks" -#: sphinx/domains/std.py:482 +#: sphinx/domains/std.py:472 msgid "Module Index" msgstr "Mooduli indeks" -#: sphinx/domains/std.py:483 sphinx/themes/basic/defindex.html:25 +#: sphinx/domains/std.py:473 sphinx/themes/basic/defindex.html:25 msgid "Search Page" msgstr "Otsinguleht" -#: sphinx/ext/autodoc.py:1139 +#: sphinx/ext/autodoc.py:1265 #, python-format msgid " Bases: %s" msgstr " Pärineb: %s" -#: sphinx/ext/autodoc.py:1181 +#: sphinx/ext/autodoc.py:1318 #, python-format msgid "alias of :class:`%s`" msgstr "klassi :class:`%s` sünonüüm" -#: sphinx/ext/graphviz.py:293 sphinx/ext/graphviz.py:301 +#: sphinx/ext/graphviz.py:307 sphinx/ext/graphviz.py:316 #, python-format msgid "[graph: %s]" msgstr "[joonis: %s]" -#: sphinx/ext/graphviz.py:295 sphinx/ext/graphviz.py:303 +#: sphinx/ext/graphviz.py:309 sphinx/ext/graphviz.py:318 msgid "[graph]" msgstr "[joonis]" -#: sphinx/ext/intersphinx.py:257 +#: sphinx/ext/intersphinx.py:359 #, python-format msgid "(in %s v%s)" msgstr "" @@ -465,112 +465,117 @@ msgstr "" msgid "[source]" msgstr "[lähtekood]" -#: sphinx/ext/todo.py:43 +#: sphinx/ext/todo.py:56 msgid "Todo" msgstr "Teha" -#: sphinx/ext/todo.py:113 -#, python-format -msgid "(The <> is located in %s, line %d.)" +#: sphinx/ext/todo.py:129 +#, fuzzy +msgid "<>" +msgstr "algne kirje" + +#: sphinx/ext/todo.py:132 +#, fuzzy, python-format +msgid "(The <> is located in %s, line %d.)" msgstr "(<> asub failis %s real %d.)" -#: sphinx/ext/todo.py:122 +#: sphinx/ext/todo.py:141 msgid "original entry" msgstr "algne kirje" -#: sphinx/ext/viewcode.py:158 +#: sphinx/ext/viewcode.py:162 msgid "[docs]" msgstr "[dokumentatsioon]" -#: sphinx/ext/viewcode.py:172 +#: sphinx/ext/viewcode.py:176 msgid "Module code" msgstr "Mooduli kood" -#: sphinx/ext/viewcode.py:178 +#: sphinx/ext/viewcode.py:182 #, python-format msgid "

Source code for %s

" msgstr "

%s lähtekood

" -#: sphinx/ext/viewcode.py:204 +#: sphinx/ext/viewcode.py:208 msgid "Overview: module code" msgstr "Ülevaade: mooduli kood" -#: sphinx/ext/viewcode.py:205 +#: sphinx/ext/viewcode.py:209 msgid "

All modules for which code is available

" msgstr "

Kõik lähtekoodiga moodulid

" -#: sphinx/locale/__init__.py:157 +#: sphinx/locale/__init__.py:159 msgid "Attention" msgstr "Tähelepanu" -#: sphinx/locale/__init__.py:158 +#: sphinx/locale/__init__.py:160 msgid "Caution" msgstr "Ettevaatust" -#: sphinx/locale/__init__.py:159 +#: sphinx/locale/__init__.py:161 msgid "Danger" msgstr "Oht" -#: sphinx/locale/__init__.py:160 +#: sphinx/locale/__init__.py:162 msgid "Error" msgstr "Viga" -#: sphinx/locale/__init__.py:161 +#: sphinx/locale/__init__.py:163 msgid "Hint" msgstr "Vihje" -#: sphinx/locale/__init__.py:162 +#: sphinx/locale/__init__.py:164 msgid "Important" msgstr "Tähtis" -#: sphinx/locale/__init__.py:163 +#: sphinx/locale/__init__.py:165 msgid "Note" msgstr "Märkus" -#: sphinx/locale/__init__.py:164 +#: sphinx/locale/__init__.py:166 msgid "See also" msgstr "Vaata ka" -#: sphinx/locale/__init__.py:165 +#: sphinx/locale/__init__.py:167 msgid "Tip" msgstr "Nõuanne" -#: sphinx/locale/__init__.py:166 +#: sphinx/locale/__init__.py:168 msgid "Warning" msgstr "Hoiatus" -#: sphinx/locale/__init__.py:170 +#: sphinx/locale/__init__.py:172 #, python-format msgid "New in version %s" msgstr "Uus versioonis %s" -#: sphinx/locale/__init__.py:171 +#: sphinx/locale/__init__.py:173 #, python-format msgid "Changed in version %s" msgstr "Muudetud versioonis %s" -#: sphinx/locale/__init__.py:172 +#: sphinx/locale/__init__.py:174 #, python-format msgid "Deprecated since version %s" msgstr "Iganenud alates versioonist %s" -#: sphinx/locale/__init__.py:178 +#: sphinx/locale/__init__.py:180 msgid "keyword" msgstr "võtmesõna" -#: sphinx/locale/__init__.py:179 +#: sphinx/locale/__init__.py:181 msgid "operator" msgstr "operaator" -#: sphinx/locale/__init__.py:180 +#: sphinx/locale/__init__.py:182 msgid "object" msgstr "objekt" -#: sphinx/locale/__init__.py:182 +#: sphinx/locale/__init__.py:184 msgid "statement" msgstr "lause" -#: sphinx/locale/__init__.py:183 +#: sphinx/locale/__init__.py:185 msgid "built-in function" msgstr "sisseehitatud funktsioon" @@ -698,7 +703,9 @@ msgstr "Viimati uuendatud %(last_updated)s." msgid "" "Created using Sphinx " "%(sphinx_version)s." -msgstr "Loodud Sphinxiga (versioon: %(sphinx_version)s)." +msgstr "" +"Loodud Sphinxiga (versioon: " +"%(sphinx_version)s)." #: sphinx/themes/basic/opensearch.xml:4 #, python-format @@ -733,26 +740,29 @@ msgid "" " words into the box below and click \"search\". Note that the search\n" " function will automatically search for all of the words. Pages\n" " containing fewer words won't appear in the result list." -msgstr "Selle vormi abil saab otsida käesolevast dokumentatsioonist. Sisesta allolevasse lahtrisse otsisõnad ning klõpsa \"Otsi\". Tasub tähele panna, et otsingu tulemuses kuvatakse kõiki otsisõnasid sisaldavaid lehti." +msgstr "" +"Selle vormi abil saab otsida käesolevast dokumentatsioonist. Sisesta " +"allolevasse lahtrisse otsisõnad ning klõpsa \"Otsi\". Tasub tähele panna," +" et otsingu tulemuses kuvatakse kõiki otsisõnasid sisaldavaid lehti." -#: sphinx/themes/basic/search.html:39 -#: sphinx/themes/basic/searchresults.html:17 +#: sphinx/themes/basic/search.html:39 sphinx/themes/basic/searchresults.html:17 msgid "search" msgstr "otsi" -#: sphinx/themes/basic/search.html:43 -#: sphinx/themes/basic/searchresults.html:21 -#: sphinx/themes/basic/static/searchtools.js_t:281 +#: sphinx/themes/basic/search.html:43 sphinx/themes/basic/searchresults.html:21 +#: sphinx/themes/basic/static/searchtools.js_t:282 msgid "Search Results" msgstr "Otsingu tulemused" -#: sphinx/themes/basic/search.html:45 -#: sphinx/themes/basic/searchresults.html:23 -#: sphinx/themes/basic/static/searchtools.js_t:283 +#: sphinx/themes/basic/search.html:45 sphinx/themes/basic/searchresults.html:23 +#: sphinx/themes/basic/static/searchtools.js_t:284 msgid "" -"Your search did not match any documents. Please make sure that all words are" -" spelled correctly and that you've selected enough categories." -msgstr "Sinu otsingule ei vastanud ükski dokument. Palun veendu, et kõik sisestatud sõnad on õigesti kirjutatud ja sa oled valikud piisaval hulgal kategooriaid." +"Your search did not match any documents. Please make sure that all words " +"are spelled correctly and that you've selected enough categories." +msgstr "" +"Sinu otsingule ei vastanud ükski dokument. Palun veendu, et kõik " +"sisestatud sõnad on õigesti kirjutatud ja sa oled valikud piisaval hulgal" +" kategooriaid." #: sphinx/themes/basic/searchbox.html:12 msgid "Quick search" @@ -790,33 +800,33 @@ msgstr "C API muutused" msgid "Other changes" msgstr "Ülejäänud muutused" -#: sphinx/themes/basic/static/doctools.js:166 sphinx/writers/html.py:610 -#: sphinx/writers/html.py:615 +#: sphinx/themes/basic/static/doctools.js_t:169 sphinx/writers/html.py:668 +#: sphinx/writers/html.py:673 msgid "Permalink to this headline" msgstr "Püsiviit sellele pealkirjale" -#: sphinx/themes/basic/static/doctools.js:172 sphinx/writers/html.py:107 +#: sphinx/themes/basic/static/doctools.js_t:175 sphinx/writers/html.py:105 msgid "Permalink to this definition" msgstr "Püsiviit sellele definitsioonile" -#: sphinx/themes/basic/static/doctools.js:205 +#: sphinx/themes/basic/static/doctools.js_t:208 msgid "Hide Search Matches" msgstr "Varja otsingu tulemused" -#: sphinx/themes/basic/static/searchtools.js_t:119 +#: sphinx/themes/basic/static/searchtools.js_t:121 msgid "Searching" msgstr "Otsimine" -#: sphinx/themes/basic/static/searchtools.js_t:124 +#: sphinx/themes/basic/static/searchtools.js_t:126 msgid "Preparing search..." msgstr "Otsingu ettevalmistamine..." -#: sphinx/themes/basic/static/searchtools.js_t:285 +#: sphinx/themes/basic/static/searchtools.js_t:286 #, python-format msgid "Search finished, found %s page(s) matching the search query." msgstr "Otsingu tulemusena leiti %s leht(e)." -#: sphinx/themes/basic/static/searchtools.js_t:337 +#: sphinx/themes/basic/static/searchtools.js_t:338 msgid ", in " msgstr "" @@ -833,44 +843,56 @@ msgstr "Varja külgriba" msgid "Contents" msgstr "Sisukord" -#: sphinx/writers/html.py:334 +#: sphinx/writers/html.py:349 msgid "Permalink to this code" msgstr "Püsiviit sellele programmikoodile" -#: sphinx/writers/html.py:337 +#: sphinx/writers/html.py:353 msgid "Permalink to this image" msgstr "Püsiviit sellele pildile" -#: sphinx/writers/html.py:339 +#: sphinx/writers/html.py:355 msgid "Permalink to this toctree" msgstr "" -#: sphinx/writers/html.py:619 +#: sphinx/writers/html.py:677 msgid "Permalink to this table" msgstr "Püsiviit sellele tabelile" -#: sphinx/writers/latex.py:199 +#: sphinx/writers/latex.py:344 msgid "Release" msgstr "Redaktsioon" -#: sphinx/writers/latex.py:697 sphinx/writers/manpage.py:177 -#: sphinx/writers/texinfo.py:616 +#: sphinx/writers/latex.py:408 +#, fuzzy +msgid "page" +msgstr "Oht" + +#: sphinx/writers/latex.py:908 sphinx/writers/manpage.py:226 +#: sphinx/writers/texinfo.py:620 msgid "Footnotes" msgstr "Joonealused märkused" -#: sphinx/writers/latex.py:785 +#: sphinx/writers/latex.py:1010 msgid "continued from previous page" msgstr "jätk eelmisele leheküljele" -#: sphinx/writers/latex.py:791 +#: sphinx/writers/latex.py:1016 msgid "Continued on next page" msgstr "Jätkub järgmisel lehel" -#: sphinx/writers/manpage.py:223 sphinx/writers/text.py:541 +#: sphinx/writers/manpage.py:275 sphinx/writers/text.py:582 #, python-format msgid "[image: %s]" msgstr "[pilt: %s]" -#: sphinx/writers/manpage.py:224 sphinx/writers/text.py:542 +#: sphinx/writers/manpage.py:276 sphinx/writers/text.py:583 msgid "[image]" msgstr "[pilt]" + +#~ msgid "%B %d, %Y" +#~ msgstr "%d. %B %Y" + +#~ msgid "%b %d, %Y" +#~ msgstr "%d. %b %Y" + diff --git a/sphinx/locale/eu/LC_MESSAGES/sphinx.js b/sphinx/locale/eu/LC_MESSAGES/sphinx.js index e4bfd8bb6..01dfa4d96 100644 --- a/sphinx/locale/eu/LC_MESSAGES/sphinx.js +++ b/sphinx/locale/eu/LC_MESSAGES/sphinx.js @@ -1 +1 @@ -Documentation.addTranslations({"locale": "eu", "plural_expr": "(n != 1)", "messages": {"Next topic": "Hurrengo gaia", "Index": "Indizea", "%(filename)s — %(docstitle)s": "%(filename)s — %(docstitle)s", "Welcome! This is": "", "Copyright": "Copyright", "C API changes": "C API aldaketak", "quick access to all modules": "modulu guztietara atzipen azkarra", "© Copyright %(copyright)s.": "© Copyright %(copyright)s.", "Global Module Index": "Modulu indize globala", "Your search did not match any documents. Please make sure that all words are spelled correctly and that you've selected enough categories.": "", "Index – %(key)s": "Indizea – %(key)s", "General Index": "Indize orokorra", "next chapter": "hurrengo kapitulua", "Search finished, found %s page(s) matching the search query.": "", "previous chapter": "aurreko kapitulua", "Permalink to this headline": "Goiburu honetarako esteka iraunkorra", "About these documents": "Dokumentu hauen inguruan", "Preparing search...": "", ", in ": "", "Navigation": "Nabigazioa", "Expand sidebar": "Alboko barra luzatu", "the documentation for": "", "Complete Table of Contents": "Eduki taula osoa", "Contents": "Edukiak", "can be huge": "handia izan daiteke", "Changes in Version %(version)s — %(docstitle)s": "%(version)s bertsioko aldaketak — %(docstitle)s", "Other changes": "Beste aldaketak", "Hide Search Matches": "Bilaketa bat-etortzeak ezkutatu", "Quick search": "Bilaketa azkarra", "Show Source": "Iturburua ikusi", "Search": "Bilatu", "This Page": "Orri hau", "From here you can search these documents. Enter your search\n words into the box below and click \"search\". Note that the search\n function will automatically search for all of the words. Pages\n containing fewer words won't appear in the result list.": "Honekin dokumentu hauetan bilatu dezakezu. Sartu zure bilaketa hitzak\nondoko kutxan eta \"bilatu\" sakatu. Kontutan eduki bilaketa funtzioak\nhitz guztiak bilatuko dituela. Hitz gutxiago dituzten orriak ez dira \nemaitzen zerrendan agertuko.", "Created using Sphinx %(sphinx_version)s.": "Sphinx %(sphinx_version)s erabiliz sortutakoa.", "last updated": "", "Collapse sidebar": "Alboko barra tolestu", "Go": "Joan", "Table Of Contents": "Eduki taula", "Search within %(docstitle)s": "Bilatu %(docstitle)s(e)n", "all functions, classes, terms": "funtzio, klase, termino guztiak", "Please activate JavaScript to enable the search\n functionality.": "Mesedez, gaitu JavaScript-a bilaketa erabili ahal izateko.", "Indices and tables:": "Indizeak eta taulak:", "lists all sections and subsections": "atal eta azpiatal guztiak zerrendatu", "Index pages by letter": "Indize orriak hizkika", "search": "bilatu", "Permalink to this definition": "Definizio honetarako esteka iraunkorra", "Previous topic": "Aurreko gaia", "Overview": "Gainbegirada", "Last updated on %(last_updated)s.": "Azken aldaketa: %(last_updated)s.", "Searching": "", "search this documentation": "dokumentazio honetan bilatu", "Automatically generated list of changes in version %(version)s": "Automatikoki sortutako %(version)s bertsioaren aldaketen zerrenda", "Full index on one page": "Indize guztia orri batean", "Enter search terms or a module, class or function name.": "Sartu bilaketa terminoa edo modulu, klase edo funtzioaren izena.", "© Copyright %(copyright)s.": "© Copyright %(copyright)s.", "Library changes": "Liburutegi aldaketak", "Search Page": "Bilaketa orria", "Search Results": "Bilaketa emaitzak"}}); \ No newline at end of file +Documentation.addTranslations({"locale": "eu", "messages": {"%(filename)s — %(docstitle)s": "%(filename)s — %(docstitle)s", "© Copyright %(copyright)s.": "© Copyright %(copyright)s.", "© Copyright %(copyright)s.": "© Copyright %(copyright)s.", ", in ": "", "About these documents": "Dokumentu hauen inguruan", "Automatically generated list of changes in version %(version)s": "Automatikoki sortutako %(version)s bertsioaren aldaketen zerrenda", "C API changes": "C API aldaketak", "Changes in Version %(version)s — %(docstitle)s": "%(version)s bertsioko aldaketak — %(docstitle)s", "Collapse sidebar": "Alboko barra tolestu", "Complete Table of Contents": "Eduki taula osoa", "Contents": "Edukiak", "Copyright": "Copyright", "Created using Sphinx %(sphinx_version)s.": "Sphinx %(sphinx_version)s erabiliz sortutakoa.", "Enter search terms or a module, class or function name.": "Sartu bilaketa terminoa edo modulu, klase edo funtzioaren izena.", "Expand sidebar": "Alboko barra luzatu", "From here you can search these documents. Enter your search\n words into the box below and click \"search\". Note that the search\n function will automatically search for all of the words. Pages\n containing fewer words won't appear in the result list.": "Honekin dokumentu hauetan bilatu dezakezu. Sartu zure bilaketa hitzak\nondoko kutxan eta \"bilatu\" sakatu. Kontutan eduki bilaketa funtzioak\nhitz guztiak bilatuko dituela. Hitz gutxiago dituzten orriak ez dira \nemaitzen zerrendan agertuko.", "Full index on one page": "Indize guztia orri batean", "General Index": "Indize orokorra", "Global Module Index": "Modulu indize globala", "Go": "Joan", "Hide Search Matches": "Bilaketa bat-etortzeak ezkutatu", "Index": "Indizea", "Index – %(key)s": "Indizea – %(key)s", "Index pages by letter": "Indize orriak hizkika", "Indices and tables:": "Indizeak eta taulak:", "Last updated on %(last_updated)s.": "Azken aldaketa: %(last_updated)s.", "Library changes": "Liburutegi aldaketak", "Navigation": "Nabigazioa", "Next topic": "Hurrengo gaia", "Other changes": "Beste aldaketak", "Overview": "Gainbegirada", "Permalink to this definition": "Definizio honetarako esteka iraunkorra", "Permalink to this headline": "Goiburu honetarako esteka iraunkorra", "Please activate JavaScript to enable the search\n functionality.": "Mesedez, gaitu JavaScript-a bilaketa erabili ahal izateko.", "Preparing search...": "", "Previous topic": "Aurreko gaia", "Quick search": "Bilaketa azkarra", "Search": "Bilatu", "Search Page": "Bilaketa orria", "Search Results": "Bilaketa emaitzak", "Search finished, found %s page(s) matching the search query.": "", "Search within %(docstitle)s": "Bilatu %(docstitle)s(e)n", "Searching": "", "Show Source": "Iturburua ikusi", "Table Of Contents": "Eduki taula", "This Page": "Orri hau", "Welcome! This is": "", "Your search did not match any documents. Please make sure that all words are spelled correctly and that you've selected enough categories.": "", "all functions, classes, terms": "funtzio, klase, termino guztiak", "can be huge": "handia izan daiteke", "last updated": "", "lists all sections and subsections": "atal eta azpiatal guztiak zerrendatu", "next chapter": "hurrengo kapitulua", "previous chapter": "aurreko kapitulua", "quick access to all modules": "modulu guztietara atzipen azkarra", "search": "bilatu", "search this documentation": "dokumentazio honetan bilatu", "the documentation for": ""}, "plural_expr": "(n != 1)"}); \ No newline at end of file diff --git a/sphinx/locale/eu/LC_MESSAGES/sphinx.mo b/sphinx/locale/eu/LC_MESSAGES/sphinx.mo index 67f61f7a7..4c09e3abf 100644 Binary files a/sphinx/locale/eu/LC_MESSAGES/sphinx.mo and b/sphinx/locale/eu/LC_MESSAGES/sphinx.mo differ diff --git a/sphinx/locale/eu/LC_MESSAGES/sphinx.po b/sphinx/locale/eu/LC_MESSAGES/sphinx.po index f7b20e83c..efecf8425 100644 --- a/sphinx/locale/eu/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/eu/LC_MESSAGES/sphinx.po @@ -1,55 +1,55 @@ -# Translations template for Sphinx. -# Copyright (C) 2015 ORGANIZATION +# Basque translations for Sphinx. +# Copyright (C) 2016 ORGANIZATION # This file is distributed under the same license as the Sphinx project. -# -# Translators: -# Ales Zabala Alava , 2011 +# FIRST AUTHOR , 2016. +# msgid "" msgstr "" -"Project-Id-Version: Sphinx\n" +"Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2015-03-08 23:31+0900\n" +"POT-Creation-Date: 2016-02-14 22:15+0900\n" "PO-Revision-Date: 2015-03-08 14:35+0000\n" "Last-Translator: Takayuki Shimizukawa \n" -"Language-Team: Basque (http://www.transifex.com/projects/p/sphinx-1/language/eu/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 1.3\n" "Language: eu\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"Language-Team: Basque " +"(http://www.transifex.com/projects/p/sphinx-1/language/eu/)\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.2.0\n" -#: sphinx/config.py:80 +#: sphinx/config.py:84 #, python-format msgid "Fig. %s" msgstr "" -#: sphinx/config.py:81 +#: sphinx/config.py:85 #, python-format msgid "Table %s" msgstr "" -#: sphinx/config.py:82 +#: sphinx/config.py:86 #, python-format msgid "Listing %s" msgstr "" -#: sphinx/config.py:89 +#: sphinx/config.py:93 #, python-format msgid "%s %s documentation" msgstr "%s %s dokumentazioa" -#: sphinx/environment.py:1880 +#: sphinx/environment.py:1815 #, python-format msgid "see %s" msgstr "%s ikusi" -#: sphinx/environment.py:1883 +#: sphinx/environment.py:1819 #, python-format msgid "see also %s" msgstr "ikusi %s baita ere" -#: sphinx/environment.py:1941 +#: sphinx/environment.py:1879 msgid "Symbols" msgstr "" @@ -58,11 +58,10 @@ msgstr "" msgid "Python Enhancement Proposals; PEP %s" msgstr "Python Hobekuntza Proposamena; PEP %s" -#: sphinx/transforms.py:58 sphinx/writers/latex.py:212 -#: sphinx/writers/manpage.py:67 sphinx/writers/texinfo.py:221 -#, python-format -msgid "%B %d, %Y" -msgstr "%Y %B %d" +#: sphinx/transforms.py:56 sphinx/writers/latex.py:357 +#: sphinx/writers/manpage.py:101 sphinx/writers/texinfo.py:222 +msgid "MMMM dd, YYYY" +msgstr "" #: sphinx/builders/changes.py:75 msgid "Builtins" @@ -72,64 +71,63 @@ msgstr "" msgid "Module level" msgstr "Modulu maila" -#: sphinx/builders/html.py:291 -#, python-format -msgid "%b %d, %Y" -msgstr "%Y %b %d" +#: sphinx/builders/html.py:295 +msgid "MMM dd, YYYY" +msgstr "" -#: sphinx/builders/html.py:310 sphinx/themes/basic/defindex.html:30 +#: sphinx/builders/html.py:315 sphinx/themes/basic/defindex.html:30 msgid "General Index" msgstr "Indize orokorra" -#: sphinx/builders/html.py:310 +#: sphinx/builders/html.py:315 msgid "index" msgstr "indizea" -#: sphinx/builders/html.py:371 +#: sphinx/builders/html.py:376 msgid "next" msgstr "hurrengoa" -#: sphinx/builders/html.py:380 +#: sphinx/builders/html.py:385 msgid "previous" msgstr "aurrekoa" -#: sphinx/builders/latex.py:144 sphinx/builders/texinfo.py:198 +#: sphinx/builders/latex.py:165 sphinx/builders/texinfo.py:199 msgid " (in " msgstr " (hemen: " -#: sphinx/directives/other.py:150 +#: sphinx/directives/other.py:149 msgid "Section author: " msgstr "Atalaren egilea: " -#: sphinx/directives/other.py:152 +#: sphinx/directives/other.py:151 msgid "Module author: " msgstr "Moduluaren egilea: " -#: sphinx/directives/other.py:154 +#: sphinx/directives/other.py:153 msgid "Code author: " msgstr "Kodearen egilea: " -#: sphinx/directives/other.py:156 +#: sphinx/directives/other.py:155 msgid "Author: " msgstr "Egilea:" -#: sphinx/domains/__init__.py:273 +#: sphinx/domains/__init__.py:275 #, python-format msgid "%s %s" msgstr "%s %s" -#: sphinx/domains/c.py:58 sphinx/domains/cpp.py:2408 -#: sphinx/domains/python.py:122 +#: sphinx/domains/c.py:58 sphinx/domains/cpp.py:3605 +#: sphinx/domains/python.py:124 msgid "Parameters" msgstr "Parametroak" -#: sphinx/domains/c.py:61 sphinx/domains/cpp.py:2414 -#: sphinx/domains/javascript.py:128 sphinx/domains/python.py:134 +#: sphinx/domains/c.py:61 sphinx/domains/cpp.py:3614 +#: sphinx/domains/javascript.py:128 sphinx/domains/python.py:136 msgid "Returns" msgstr "Itzultzen du" #: sphinx/domains/c.py:63 sphinx/domains/javascript.py:130 -#: sphinx/domains/python.py:136 +#: sphinx/domains/python.py:138 msgid "Return type" msgstr "Itzulketa mota" @@ -158,12 +156,12 @@ msgstr "%s (C mota)" msgid "%s (C variable)" msgstr "%s (C aldagaia)" -#: sphinx/domains/c.py:242 sphinx/domains/cpp.py:2680 -#: sphinx/domains/javascript.py:164 sphinx/domains/python.py:587 +#: sphinx/domains/c.py:242 sphinx/domains/cpp.py:3953 +#: sphinx/domains/javascript.py:164 sphinx/domains/python.py:589 msgid "function" msgstr "funtzioa" -#: sphinx/domains/c.py:243 sphinx/domains/cpp.py:2681 +#: sphinx/domains/c.py:243 sphinx/domains/cpp.py:3954 msgid "member" msgstr "partaidea" @@ -171,7 +169,7 @@ msgstr "partaidea" msgid "macro" msgstr "makroa" -#: sphinx/domains/c.py:245 sphinx/domains/cpp.py:2682 +#: sphinx/domains/c.py:245 sphinx/domains/cpp.py:3955 msgid "type" msgstr "mota" @@ -179,59 +177,64 @@ msgstr "mota" msgid "variable" msgstr "aldagaia" -#: sphinx/domains/cpp.py:2411 sphinx/domains/javascript.py:125 +#: sphinx/domains/cpp.py:3608 +#, fuzzy +msgid "Template Parameters" +msgstr "Parametroak" + +#: sphinx/domains/cpp.py:3611 sphinx/domains/javascript.py:125 msgid "Throws" msgstr "Jaurtitzen du" -#: sphinx/domains/cpp.py:2518 +#: sphinx/domains/cpp.py:3733 #, python-format msgid "%s (C++ type)" msgstr "%s (C++ mota)" -#: sphinx/domains/cpp.py:2531 +#: sphinx/domains/cpp.py:3744 #, python-format msgid "%s (C++ member)" msgstr "%s (C++ partaidea)" -#: sphinx/domains/cpp.py:2543 +#: sphinx/domains/cpp.py:3755 #, python-format msgid "%s (C++ function)" msgstr "%s (C++ funtzioa)" -#: sphinx/domains/cpp.py:2555 +#: sphinx/domains/cpp.py:3766 #, python-format msgid "%s (C++ class)" msgstr "%s (C++ klasea)" -#: sphinx/domains/cpp.py:2579 +#: sphinx/domains/cpp.py:3786 #, python-format msgid "%s (C++ enum)" msgstr "" -#: sphinx/domains/cpp.py:2617 +#: sphinx/domains/cpp.py:3816 #, python-format msgid "%s (C++ enumerator)" msgstr "" -#: sphinx/domains/cpp.py:2679 sphinx/domains/javascript.py:165 -#: sphinx/domains/python.py:589 +#: sphinx/domains/cpp.py:3952 sphinx/domains/javascript.py:165 +#: sphinx/domains/python.py:591 msgid "class" msgstr "klasea" -#: sphinx/domains/cpp.py:2683 +#: sphinx/domains/cpp.py:3956 msgid "enum" msgstr "" -#: sphinx/domains/cpp.py:2684 +#: sphinx/domains/cpp.py:3957 msgid "enumerator" msgstr "" -#: sphinx/domains/javascript.py:106 sphinx/domains/python.py:280 +#: sphinx/domains/javascript.py:106 sphinx/domains/python.py:282 #, python-format msgid "%s() (built-in function)" msgstr "" -#: sphinx/domains/javascript.py:107 sphinx/domains/python.py:344 +#: sphinx/domains/javascript.py:107 sphinx/domains/python.py:346 #, python-format msgid "%s() (%s method)" msgstr "%s() (%s metodoa)" @@ -246,7 +249,7 @@ msgstr "%s() (klasea)" msgid "%s (global variable or constant)" msgstr "%s (aldagai globala edo konstantea)" -#: sphinx/domains/javascript.py:113 sphinx/domains/python.py:382 +#: sphinx/domains/javascript.py:113 sphinx/domains/python.py:384 #, python-format msgid "%s (%s attribute)" msgstr "%s (%s atributua)" @@ -255,116 +258,116 @@ msgstr "%s (%s atributua)" msgid "Arguments" msgstr "Argumentuak" -#: sphinx/domains/javascript.py:166 sphinx/domains/python.py:588 +#: sphinx/domains/javascript.py:166 sphinx/domains/python.py:590 msgid "data" msgstr "datuak" -#: sphinx/domains/javascript.py:167 sphinx/domains/python.py:594 +#: sphinx/domains/javascript.py:167 sphinx/domains/python.py:596 msgid "attribute" msgstr "atributua" -#: sphinx/domains/python.py:127 +#: sphinx/domains/python.py:129 msgid "Variables" msgstr "Aldagaiak" -#: sphinx/domains/python.py:131 +#: sphinx/domains/python.py:133 msgid "Raises" msgstr "Goratzen du" -#: sphinx/domains/python.py:281 sphinx/domains/python.py:338 -#: sphinx/domains/python.py:350 sphinx/domains/python.py:363 +#: sphinx/domains/python.py:283 sphinx/domains/python.py:340 +#: sphinx/domains/python.py:352 sphinx/domains/python.py:365 #, python-format msgid "%s() (in module %s)" msgstr "%s() (%s moduluan)" -#: sphinx/domains/python.py:284 +#: sphinx/domains/python.py:286 #, python-format msgid "%s (built-in variable)" msgstr "" -#: sphinx/domains/python.py:285 sphinx/domains/python.py:376 +#: sphinx/domains/python.py:287 sphinx/domains/python.py:378 #, python-format msgid "%s (in module %s)" msgstr "%s (%s moduluan)" -#: sphinx/domains/python.py:301 +#: sphinx/domains/python.py:303 #, python-format msgid "%s (built-in class)" msgstr "" -#: sphinx/domains/python.py:302 +#: sphinx/domains/python.py:304 #, python-format msgid "%s (class in %s)" msgstr "%s (klasea %s-(e)n)" -#: sphinx/domains/python.py:342 +#: sphinx/domains/python.py:344 #, python-format msgid "%s() (%s.%s method)" msgstr "%s() (%s.%s metodoa)" -#: sphinx/domains/python.py:354 +#: sphinx/domains/python.py:356 #, python-format msgid "%s() (%s.%s static method)" msgstr "%s() (%s.%s metodo estatikoa)" -#: sphinx/domains/python.py:357 +#: sphinx/domains/python.py:359 #, python-format msgid "%s() (%s static method)" msgstr "%s() (%s metodo estatikoa)" -#: sphinx/domains/python.py:367 +#: sphinx/domains/python.py:369 #, python-format msgid "%s() (%s.%s class method)" msgstr "%s() (%s.%s klaseko metodoa)" -#: sphinx/domains/python.py:370 +#: sphinx/domains/python.py:372 #, python-format msgid "%s() (%s class method)" msgstr "%s() (%s klaseko metodoa)" -#: sphinx/domains/python.py:380 +#: sphinx/domains/python.py:382 #, python-format msgid "%s (%s.%s attribute)" msgstr "%s (%s.%s atributua)" -#: sphinx/domains/python.py:461 +#: sphinx/domains/python.py:463 #, python-format msgid "%s (module)" msgstr "%s (modulua)" -#: sphinx/domains/python.py:518 +#: sphinx/domains/python.py:520 msgid "Python Module Index" msgstr "Python moduluen indizea" -#: sphinx/domains/python.py:519 +#: sphinx/domains/python.py:521 msgid "modules" msgstr "moduluak" -#: sphinx/domains/python.py:565 +#: sphinx/domains/python.py:567 msgid "Deprecated" msgstr "Zaharkitua" -#: sphinx/domains/python.py:590 sphinx/locale/__init__.py:181 +#: sphinx/domains/python.py:592 sphinx/locale/__init__.py:183 msgid "exception" msgstr "salbuespena" -#: sphinx/domains/python.py:591 +#: sphinx/domains/python.py:593 msgid "method" msgstr "metodoa" -#: sphinx/domains/python.py:592 +#: sphinx/domains/python.py:594 msgid "class method" msgstr "klaseko metodoa" -#: sphinx/domains/python.py:593 +#: sphinx/domains/python.py:595 msgid "static method" msgstr "metodo estatikoa" -#: sphinx/domains/python.py:595 sphinx/locale/__init__.py:177 +#: sphinx/domains/python.py:597 sphinx/locale/__init__.py:179 msgid "module" msgstr "modulua" -#: sphinx/domains/python.py:760 +#: sphinx/domains/python.py:762 msgid " (deprecated)" msgstr " (zaharkitua)" @@ -396,64 +399,64 @@ msgstr "inguruneko aldagaia; %s" msgid "%scommand line option; %s" msgstr "%skomando lerroko aukera; %s" -#: sphinx/domains/std.py:443 +#: sphinx/domains/std.py:433 msgid "glossary term" msgstr "glosarioko terminoa" -#: sphinx/domains/std.py:444 +#: sphinx/domains/std.py:434 msgid "grammar token" msgstr "gramatikako token-a" -#: sphinx/domains/std.py:445 +#: sphinx/domains/std.py:435 msgid "reference label" msgstr "erreferentzia etiketa" -#: sphinx/domains/std.py:447 +#: sphinx/domains/std.py:437 msgid "environment variable" msgstr "inguruneko aldagaia" -#: sphinx/domains/std.py:448 +#: sphinx/domains/std.py:438 msgid "program option" msgstr "programako aukera" -#: sphinx/domains/std.py:481 sphinx/themes/basic/genindex-single.html:32 +#: sphinx/domains/std.py:471 sphinx/themes/basic/genindex-single.html:32 #: sphinx/themes/basic/genindex-single.html:57 #: sphinx/themes/basic/genindex-split.html:11 #: sphinx/themes/basic/genindex-split.html:14 #: sphinx/themes/basic/genindex.html:32 sphinx/themes/basic/genindex.html:35 #: sphinx/themes/basic/genindex.html:68 sphinx/themes/basic/layout.html:134 -#: sphinx/writers/latex.py:201 sphinx/writers/texinfo.py:479 +#: sphinx/writers/latex.py:346 sphinx/writers/texinfo.py:481 msgid "Index" msgstr "Indizea" -#: sphinx/domains/std.py:482 +#: sphinx/domains/std.py:472 msgid "Module Index" msgstr "Moduluen indizea" -#: sphinx/domains/std.py:483 sphinx/themes/basic/defindex.html:25 +#: sphinx/domains/std.py:473 sphinx/themes/basic/defindex.html:25 msgid "Search Page" msgstr "Bilaketa orria" -#: sphinx/ext/autodoc.py:1139 +#: sphinx/ext/autodoc.py:1265 #, python-format msgid " Bases: %s" msgstr "" -#: sphinx/ext/autodoc.py:1181 +#: sphinx/ext/autodoc.py:1318 #, python-format msgid "alias of :class:`%s`" msgstr "" -#: sphinx/ext/graphviz.py:293 sphinx/ext/graphviz.py:301 +#: sphinx/ext/graphviz.py:307 sphinx/ext/graphviz.py:316 #, python-format msgid "[graph: %s]" msgstr "" -#: sphinx/ext/graphviz.py:295 sphinx/ext/graphviz.py:303 +#: sphinx/ext/graphviz.py:309 sphinx/ext/graphviz.py:318 msgid "[graph]" msgstr "" -#: sphinx/ext/intersphinx.py:257 +#: sphinx/ext/intersphinx.py:359 #, python-format msgid "(in %s v%s)" msgstr "" @@ -462,112 +465,117 @@ msgstr "" msgid "[source]" msgstr "[iturburua]" -#: sphinx/ext/todo.py:43 +#: sphinx/ext/todo.py:56 msgid "Todo" msgstr "Egitekoa" -#: sphinx/ext/todo.py:113 +#: sphinx/ext/todo.py:129 +#, fuzzy +msgid "<>" +msgstr "jatorrizko sarrera" + +#: sphinx/ext/todo.py:132 #, python-format -msgid "(The <> is located in %s, line %d.)" +msgid "(The <> is located in %s, line %d.)" msgstr "" -#: sphinx/ext/todo.py:122 +#: sphinx/ext/todo.py:141 msgid "original entry" msgstr "jatorrizko sarrera" -#: sphinx/ext/viewcode.py:158 +#: sphinx/ext/viewcode.py:162 msgid "[docs]" msgstr "[dokumentazioa]" -#: sphinx/ext/viewcode.py:172 +#: sphinx/ext/viewcode.py:176 msgid "Module code" msgstr "Moduluko kodea" -#: sphinx/ext/viewcode.py:178 +#: sphinx/ext/viewcode.py:182 #, python-format msgid "

Source code for %s

" msgstr "

%s(r)en iturburu kodea

" -#: sphinx/ext/viewcode.py:204 +#: sphinx/ext/viewcode.py:208 msgid "Overview: module code" msgstr "Gainbegirada: moduluko kodea" -#: sphinx/ext/viewcode.py:205 +#: sphinx/ext/viewcode.py:209 msgid "

All modules for which code is available

" msgstr "

Kodea eskuragarri duten modulu guztiak

" -#: sphinx/locale/__init__.py:157 +#: sphinx/locale/__init__.py:159 msgid "Attention" msgstr "Adi" -#: sphinx/locale/__init__.py:158 +#: sphinx/locale/__init__.py:160 msgid "Caution" msgstr "Kontuz" -#: sphinx/locale/__init__.py:159 +#: sphinx/locale/__init__.py:161 msgid "Danger" msgstr "Arriskua" -#: sphinx/locale/__init__.py:160 +#: sphinx/locale/__init__.py:162 msgid "Error" msgstr "Errorea" -#: sphinx/locale/__init__.py:161 +#: sphinx/locale/__init__.py:163 msgid "Hint" msgstr "Argibidea" -#: sphinx/locale/__init__.py:162 +#: sphinx/locale/__init__.py:164 msgid "Important" msgstr "Garrantzitsua" -#: sphinx/locale/__init__.py:163 +#: sphinx/locale/__init__.py:165 msgid "Note" msgstr "Nota" -#: sphinx/locale/__init__.py:164 +#: sphinx/locale/__init__.py:166 msgid "See also" msgstr "Ikusi baita ere" -#: sphinx/locale/__init__.py:165 +#: sphinx/locale/__init__.py:167 msgid "Tip" msgstr "Iradokizuna" -#: sphinx/locale/__init__.py:166 +#: sphinx/locale/__init__.py:168 msgid "Warning" msgstr "Kontuz" -#: sphinx/locale/__init__.py:170 +#: sphinx/locale/__init__.py:172 #, python-format msgid "New in version %s" msgstr "Berria %s bertsioan" -#: sphinx/locale/__init__.py:171 +#: sphinx/locale/__init__.py:173 #, python-format msgid "Changed in version %s" msgstr "%s bertsioan aldatuta" -#: sphinx/locale/__init__.py:172 +#: sphinx/locale/__init__.py:174 #, python-format msgid "Deprecated since version %s" msgstr "%s bertsiotik aurrera zaharkituta" -#: sphinx/locale/__init__.py:178 +#: sphinx/locale/__init__.py:180 msgid "keyword" msgstr "gako-hitza" -#: sphinx/locale/__init__.py:179 +#: sphinx/locale/__init__.py:181 msgid "operator" msgstr "eragiketa" -#: sphinx/locale/__init__.py:180 +#: sphinx/locale/__init__.py:182 msgid "object" msgstr "objetua" -#: sphinx/locale/__init__.py:182 +#: sphinx/locale/__init__.py:184 msgid "statement" msgstr "sententzia" -#: sphinx/locale/__init__.py:183 +#: sphinx/locale/__init__.py:185 msgid "built-in function" msgstr "" @@ -695,7 +703,9 @@ msgstr "Azken aldaketa: %(last_updated)s." msgid "" "Created using Sphinx " "%(sphinx_version)s." -msgstr "Sphinx %(sphinx_version)s erabiliz sortutakoa." +msgstr "" +"Sphinx %(sphinx_version)s erabiliz" +" sortutakoa." #: sphinx/themes/basic/opensearch.xml:4 #, python-format @@ -730,25 +740,26 @@ msgid "" " words into the box below and click \"search\". Note that the search\n" " function will automatically search for all of the words. Pages\n" " containing fewer words won't appear in the result list." -msgstr "Honekin dokumentu hauetan bilatu dezakezu. Sartu zure bilaketa hitzak\nondoko kutxan eta \"bilatu\" sakatu. Kontutan eduki bilaketa funtzioak\nhitz guztiak bilatuko dituela. Hitz gutxiago dituzten orriak ez dira \nemaitzen zerrendan agertuko." +msgstr "" +"Honekin dokumentu hauetan bilatu dezakezu. Sartu zure bilaketa hitzak\n" +"ondoko kutxan eta \"bilatu\" sakatu. Kontutan eduki bilaketa funtzioak\n" +"hitz guztiak bilatuko dituela. Hitz gutxiago dituzten orriak ez dira \n" +"emaitzen zerrendan agertuko." -#: sphinx/themes/basic/search.html:39 -#: sphinx/themes/basic/searchresults.html:17 +#: sphinx/themes/basic/search.html:39 sphinx/themes/basic/searchresults.html:17 msgid "search" msgstr "bilatu" -#: sphinx/themes/basic/search.html:43 -#: sphinx/themes/basic/searchresults.html:21 -#: sphinx/themes/basic/static/searchtools.js_t:281 +#: sphinx/themes/basic/search.html:43 sphinx/themes/basic/searchresults.html:21 +#: sphinx/themes/basic/static/searchtools.js_t:282 msgid "Search Results" msgstr "Bilaketa emaitzak" -#: sphinx/themes/basic/search.html:45 -#: sphinx/themes/basic/searchresults.html:23 -#: sphinx/themes/basic/static/searchtools.js_t:283 +#: sphinx/themes/basic/search.html:45 sphinx/themes/basic/searchresults.html:23 +#: sphinx/themes/basic/static/searchtools.js_t:284 msgid "" -"Your search did not match any documents. Please make sure that all words are" -" spelled correctly and that you've selected enough categories." +"Your search did not match any documents. Please make sure that all words " +"are spelled correctly and that you've selected enough categories." msgstr "" #: sphinx/themes/basic/searchbox.html:12 @@ -787,33 +798,33 @@ msgstr "C API aldaketak" msgid "Other changes" msgstr "Beste aldaketak" -#: sphinx/themes/basic/static/doctools.js:166 sphinx/writers/html.py:610 -#: sphinx/writers/html.py:615 +#: sphinx/themes/basic/static/doctools.js_t:169 sphinx/writers/html.py:668 +#: sphinx/writers/html.py:673 msgid "Permalink to this headline" msgstr "Goiburu honetarako esteka iraunkorra" -#: sphinx/themes/basic/static/doctools.js:172 sphinx/writers/html.py:107 +#: sphinx/themes/basic/static/doctools.js_t:175 sphinx/writers/html.py:105 msgid "Permalink to this definition" msgstr "Definizio honetarako esteka iraunkorra" -#: sphinx/themes/basic/static/doctools.js:205 +#: sphinx/themes/basic/static/doctools.js_t:208 msgid "Hide Search Matches" msgstr "Bilaketa bat-etortzeak ezkutatu" -#: sphinx/themes/basic/static/searchtools.js_t:119 +#: sphinx/themes/basic/static/searchtools.js_t:121 msgid "Searching" msgstr "" -#: sphinx/themes/basic/static/searchtools.js_t:124 +#: sphinx/themes/basic/static/searchtools.js_t:126 msgid "Preparing search..." msgstr "" -#: sphinx/themes/basic/static/searchtools.js_t:285 +#: sphinx/themes/basic/static/searchtools.js_t:286 #, python-format msgid "Search finished, found %s page(s) matching the search query." msgstr "" -#: sphinx/themes/basic/static/searchtools.js_t:337 +#: sphinx/themes/basic/static/searchtools.js_t:338 msgid ", in " msgstr "" @@ -830,44 +841,59 @@ msgstr "Alboko barra tolestu" msgid "Contents" msgstr "Edukiak" -#: sphinx/writers/html.py:334 +#: sphinx/writers/html.py:349 msgid "Permalink to this code" msgstr "" -#: sphinx/writers/html.py:337 +#: sphinx/writers/html.py:353 msgid "Permalink to this image" msgstr "" -#: sphinx/writers/html.py:339 +#: sphinx/writers/html.py:355 msgid "Permalink to this toctree" msgstr "" -#: sphinx/writers/html.py:619 +#: sphinx/writers/html.py:677 msgid "Permalink to this table" msgstr "" -#: sphinx/writers/latex.py:199 +#: sphinx/writers/latex.py:344 msgid "Release" msgstr "Argitalpena" -#: sphinx/writers/latex.py:697 sphinx/writers/manpage.py:177 -#: sphinx/writers/texinfo.py:616 +#: sphinx/writers/latex.py:408 +#, fuzzy +msgid "page" +msgstr "Arriskua" + +#: sphinx/writers/latex.py:908 sphinx/writers/manpage.py:226 +#: sphinx/writers/texinfo.py:620 msgid "Footnotes" msgstr "Oin-oharrak" -#: sphinx/writers/latex.py:785 +#: sphinx/writers/latex.py:1010 msgid "continued from previous page" msgstr "aurreko orritik jarraitzen du" -#: sphinx/writers/latex.py:791 +#: sphinx/writers/latex.py:1016 msgid "Continued on next page" msgstr "Hurrengo orrian jarraitzen du" -#: sphinx/writers/manpage.py:223 sphinx/writers/text.py:541 +#: sphinx/writers/manpage.py:275 sphinx/writers/text.py:582 #, python-format msgid "[image: %s]" msgstr "" -#: sphinx/writers/manpage.py:224 sphinx/writers/text.py:542 +#: sphinx/writers/manpage.py:276 sphinx/writers/text.py:583 msgid "[image]" msgstr "[irudia]" + +#~ msgid "%B %d, %Y" +#~ msgstr "%Y %B %d" + +#~ msgid "%b %d, %Y" +#~ msgstr "%Y %b %d" + +#~ msgid "(The <> is located in %s, line %d.)" +#~ msgstr "" + diff --git a/sphinx/locale/fa/LC_MESSAGES/sphinx.js b/sphinx/locale/fa/LC_MESSAGES/sphinx.js index c732a969f..c69d723cb 100644 --- a/sphinx/locale/fa/LC_MESSAGES/sphinx.js +++ b/sphinx/locale/fa/LC_MESSAGES/sphinx.js @@ -1 +1 @@ -Documentation.addTranslations({"locale": "fa", "plural_expr": "0", "messages": {"Next topic": "\u0645\u0648\u0636\u0648\u0639 \u0628\u0639\u062f\u06cc", "Index": "\u0641\u0647\u0631\u0633\u062a", "%(filename)s — %(docstitle)s": "", "Welcome! This is": "", "Copyright": "\u06a9\u067e\u06cc \u0631\u0627\u06cc\u062a", "C API changes": "C API \u062a\u063a\u06cc\u06cc\u0631\u0627\u062a", "quick access to all modules": "\u062f\u0633\u062a\u0631\u0633\u06cc \u0633\u0631\u06cc\u0639 \u0628\u0647 \u062a\u0645\u0627\u0645\u06cc \u0645\u062a\u062f\u0647\u0627", "© Copyright %(copyright)s.": "", "Global Module Index": "\u0641\u0647\u0631\u0633\u062a \u06a9\u0644\u06cc \u0645\u0627\u0698\u0648\u0644 \u0647\u0627", "Your search did not match any documents. Please make sure that all words are spelled correctly and that you've selected enough categories.": "", "Index – %(key)s": "\u0641\u0647\u0631\u0633\u062a – %(key)s", "General Index": "\u0641\u0647\u0631\u0633\u062a \u06a9\u0644\u06cc", "next chapter": "\u0641\u0635\u0644 \u0628\u0639\u062f\u06cc", "Search finished, found %s page(s) matching the search query.": "", "previous chapter": "\u0641\u0635\u0644 \u0642\u0628\u0644\u06cc", "Permalink to this headline": "\u0644\u06cc\u0646\u06a9 \u062b\u0627\u0628\u062a \u0628\u0647 \u0627\u06cc\u0646 \u0633\u0631 \u0645\u0642\u0627\u0644\u0647", "About these documents": "\u062f\u0631\u0628\u0627\u0631\u0647 \u0627\u06cc\u0646 \u0645\u0633\u062a\u0646\u062f\u0627\u062a", "Preparing search...": "", ", in ": "", "Navigation": "\u0646\u0627\u0648\u0628\u0631\u06cc", "Expand sidebar": "", "the documentation for": "", "Complete Table of Contents": "\u0641\u0647\u0631\u0633\u062a \u06a9\u0627\u0645\u0644 \u0645\u0637\u0627\u0644\u0628", "Contents": "", "can be huge": "", "Changes in Version %(version)s — %(docstitle)s": "\u062a\u063a\u06cc\u06cc\u0631\u0627\u062a \u062f\u0631 \u0646\u0633\u062e\u0647 %(version)s — %(docstitle)s", "Other changes": "\u062f\u06af\u0631 \u062a\u063a\u06cc\u06cc\u0631\u0627\u062a", "Hide Search Matches": "\u0639\u062f\u0645 \u0646\u0645\u0627\u06cc\u0634 \u0646\u062a\u0627\u06cc\u062c \u06cc\u0627\u0641\u062a \u0634\u062f\u0647", "Quick search": "\u062c\u0633\u062a\u062c\u0648 \u0633\u0631\u06cc\u0639", "Show Source": "\u0646\u0645\u0627\u06cc\u0634 \u0633\u0648\u0631\u0633", "Search": "\u062c\u0633\u062a\u062c\u0648", "This Page": "\u0635\u0641\u062d\u0647 \u0641\u0639\u0644\u06cc", "From here you can search these documents. Enter your search\n words into the box below and click \"search\". Note that the search\n function will automatically search for all of the words. Pages\n containing fewer words won't appear in the result list.": "", "Created using Sphinx %(sphinx_version)s.": ". Sphinx %(sphinx_version)s \u0627\u06cc\u062c\u0627\u062f \u0634\u062f\u0647 \u0628\u0627", "last updated": "", "Collapse sidebar": "", "Go": "\u0628\u0631\u0648", "Table Of Contents": "\u0641\u0647\u0631\u0633\u062a \u0639\u0646\u0627\u0648\u06cc\u0646", "Search within %(docstitle)s": "\u062c\u0633\u062a\u062c\u0648 \u062f\u0631 %(docstitle)s", "all functions, classes, terms": "\u062a\u0645\u0627\u0645\u06cc \u062a\u0648\u0627\u0628\u0639 \u060c \u06a9\u0644\u0627\u0633 \u0647\u0627 \u060c \u0627\u0635\u0637\u0644\u0627\u062d\u0627\u062a", "Please activate JavaScript to enable the search\n functionality.": "", "Indices and tables:": "\u0627\u06cc\u0646\u062f\u06a9\u0633 \u0647\u0627 \u0648 \u062c\u062f\u0627\u0648\u0644:", "lists all sections and subsections": "\u0641\u0647\u0631\u0633\u062a \u062a\u0645\u0627\u0645\u06cc \u0628\u062e\u0634 \u0647\u0627 \u0648 \u0632\u06cc\u0631 \u0645\u062c\u0645\u0648\u0639\u0647 \u0647\u0627", "Index pages by letter": "\u0641\u0647\u0631\u0633\u062a \u0635\u0641\u062d\u0627\u062a \u0628\u0631 \u0627\u0633\u0627\u0633 \u062d\u0631\u0648\u0641", "search": "\u062c\u0633\u062a\u062c\u0648", "Permalink to this definition": "\u0644\u06cc\u0646\u06a9 \u062b\u0627\u0628\u062a \u0628\u0647 \u0627\u06cc\u0646 \u062a\u0639\u0631\u06cc\u0641", "Previous topic": "\u0645\u0648\u0636\u0648\u0639 \u0642\u0628\u0644\u06cc", "Overview": "\u0628\u0631\u0631\u0633\u06cc \u0627\u062c\u0645\u0627\u0644\u06cc", "Last updated on %(last_updated)s.": ". %(last_updated)s \u0622\u062e\u0631\u06cc\u0646 \u0628\u0631\u0648\u0632 \u0631\u0633\u0627\u0646\u06cc \u062f\u0631", "Searching": "", "search this documentation": "\u062c\u0633\u062a\u062c\u0648 \u062f\u0631 \u0627\u06cc\u0646 \u0627\u0633\u0646\u0627\u062f", "Automatically generated list of changes in version %(version)s": "\u0644\u06cc\u0633\u062a \u062a\u0648\u0644\u06cc\u062f \u0634\u062f\u0647 \u062e\u0648\u062f\u06a9\u0627\u0631 \u0627\u0632 \u062a\u063a\u06cc\u06cc\u0631\u0627\u062a \u062f\u0631 \u0646\u0633\u062e\u0647 %(version)s", "Full index on one page": "\u0641\u0647\u0631\u0633\u062a \u06a9\u0627\u0645\u0644 \u062f\u0631 \u06cc\u06a9 \u0635\u0641\u062d\u0647", "Enter search terms or a module, class or function name.": "", "© Copyright %(copyright)s.": "", "Library changes": "\u062a\u063a\u06cc\u06cc\u0631\u0627\u062a \u06a9\u062a\u0627\u0628\u062e\u0627\u0646\u0647 \u0627\u06cc\u06cc", "Search Page": "\u0635\u0641\u062d\u0647 \u062c\u0633\u062a\u062c\u0648", "Search Results": "\u0646\u062a\u0627\u06cc\u062c \u062c\u0633\u062a\u062c\u0648"}}); \ No newline at end of file +Documentation.addTranslations({"locale": "fa", "messages": {"%(filename)s — %(docstitle)s": "", "© Copyright %(copyright)s.": "", "© Copyright %(copyright)s.": "", ", in ": "", "About these documents": "\u062f\u0631\u0628\u0627\u0631\u0647 \u0627\u06cc\u0646 \u0645\u0633\u062a\u0646\u062f\u0627\u062a", "Automatically generated list of changes in version %(version)s": "\u0644\u06cc\u0633\u062a \u062a\u0648\u0644\u06cc\u062f \u0634\u062f\u0647 \u062e\u0648\u062f\u06a9\u0627\u0631 \u0627\u0632 \u062a\u063a\u06cc\u06cc\u0631\u0627\u062a \u062f\u0631 \u0646\u0633\u062e\u0647 %(version)s", "C API changes": "C API \u062a\u063a\u06cc\u06cc\u0631\u0627\u062a", "Changes in Version %(version)s — %(docstitle)s": "\u062a\u063a\u06cc\u06cc\u0631\u0627\u062a \u062f\u0631 \u0646\u0633\u062e\u0647 %(version)s — %(docstitle)s", "Collapse sidebar": "", "Complete Table of Contents": "\u0641\u0647\u0631\u0633\u062a \u06a9\u0627\u0645\u0644 \u0645\u0637\u0627\u0644\u0628", "Contents": "", "Copyright": "\u06a9\u067e\u06cc \u0631\u0627\u06cc\u062a", "Created using Sphinx %(sphinx_version)s.": ". Sphinx %(sphinx_version)s \u0627\u06cc\u062c\u0627\u062f \u0634\u062f\u0647 \u0628\u0627", "Enter search terms or a module, class or function name.": "", "Expand sidebar": "", "From here you can search these documents. Enter your search\n words into the box below and click \"search\". Note that the search\n function will automatically search for all of the words. Pages\n containing fewer words won't appear in the result list.": "", "Full index on one page": "\u0641\u0647\u0631\u0633\u062a \u06a9\u0627\u0645\u0644 \u062f\u0631 \u06cc\u06a9 \u0635\u0641\u062d\u0647", "General Index": "\u0641\u0647\u0631\u0633\u062a \u06a9\u0644\u06cc", "Global Module Index": "\u0641\u0647\u0631\u0633\u062a \u06a9\u0644\u06cc \u0645\u0627\u0698\u0648\u0644 \u0647\u0627", "Go": "\u0628\u0631\u0648", "Hide Search Matches": "\u0639\u062f\u0645 \u0646\u0645\u0627\u06cc\u0634 \u0646\u062a\u0627\u06cc\u062c \u06cc\u0627\u0641\u062a \u0634\u062f\u0647", "Index": "\u0641\u0647\u0631\u0633\u062a", "Index – %(key)s": "\u0641\u0647\u0631\u0633\u062a – %(key)s", "Index pages by letter": "\u0641\u0647\u0631\u0633\u062a \u0635\u0641\u062d\u0627\u062a \u0628\u0631 \u0627\u0633\u0627\u0633 \u062d\u0631\u0648\u0641", "Indices and tables:": "\u0627\u06cc\u0646\u062f\u06a9\u0633 \u0647\u0627 \u0648 \u062c\u062f\u0627\u0648\u0644:", "Last updated on %(last_updated)s.": ". %(last_updated)s \u0622\u062e\u0631\u06cc\u0646 \u0628\u0631\u0648\u0632 \u0631\u0633\u0627\u0646\u06cc \u062f\u0631", "Library changes": "\u062a\u063a\u06cc\u06cc\u0631\u0627\u062a \u06a9\u062a\u0627\u0628\u062e\u0627\u0646\u0647 \u0627\u06cc\u06cc", "Navigation": "\u0646\u0627\u0648\u0628\u0631\u06cc", "Next topic": "\u0645\u0648\u0636\u0648\u0639 \u0628\u0639\u062f\u06cc", "Other changes": "\u062f\u06af\u0631 \u062a\u063a\u06cc\u06cc\u0631\u0627\u062a", "Overview": "\u0628\u0631\u0631\u0633\u06cc \u0627\u062c\u0645\u0627\u0644\u06cc", "Permalink to this definition": "\u0644\u06cc\u0646\u06a9 \u062b\u0627\u0628\u062a \u0628\u0647 \u0627\u06cc\u0646 \u062a\u0639\u0631\u06cc\u0641", "Permalink to this headline": "\u0644\u06cc\u0646\u06a9 \u062b\u0627\u0628\u062a \u0628\u0647 \u0627\u06cc\u0646 \u0633\u0631 \u0645\u0642\u0627\u0644\u0647", "Please activate JavaScript to enable the search\n functionality.": "", "Preparing search...": "", "Previous topic": "\u0645\u0648\u0636\u0648\u0639 \u0642\u0628\u0644\u06cc", "Quick search": "\u062c\u0633\u062a\u062c\u0648 \u0633\u0631\u06cc\u0639", "Search": "\u062c\u0633\u062a\u062c\u0648", "Search Page": "\u0635\u0641\u062d\u0647 \u062c\u0633\u062a\u062c\u0648", "Search Results": "\u0646\u062a\u0627\u06cc\u062c \u062c\u0633\u062a\u062c\u0648", "Search finished, found %s page(s) matching the search query.": "", "Search within %(docstitle)s": "\u062c\u0633\u062a\u062c\u0648 \u062f\u0631 %(docstitle)s", "Searching": "", "Show Source": "\u0646\u0645\u0627\u06cc\u0634 \u0633\u0648\u0631\u0633", "Table Of Contents": "\u0641\u0647\u0631\u0633\u062a \u0639\u0646\u0627\u0648\u06cc\u0646", "This Page": "\u0635\u0641\u062d\u0647 \u0641\u0639\u0644\u06cc", "Welcome! This is": "", "Your search did not match any documents. Please make sure that all words are spelled correctly and that you've selected enough categories.": "", "all functions, classes, terms": "\u062a\u0645\u0627\u0645\u06cc \u062a\u0648\u0627\u0628\u0639 \u060c \u06a9\u0644\u0627\u0633 \u0647\u0627 \u060c \u0627\u0635\u0637\u0644\u0627\u062d\u0627\u062a", "can be huge": "", "last updated": "", "lists all sections and subsections": "\u0641\u0647\u0631\u0633\u062a \u062a\u0645\u0627\u0645\u06cc \u0628\u062e\u0634 \u0647\u0627 \u0648 \u0632\u06cc\u0631 \u0645\u062c\u0645\u0648\u0639\u0647 \u0647\u0627", "next chapter": "\u0641\u0635\u0644 \u0628\u0639\u062f\u06cc", "previous chapter": "\u0641\u0635\u0644 \u0642\u0628\u0644\u06cc", "quick access to all modules": "\u062f\u0633\u062a\u0631\u0633\u06cc \u0633\u0631\u06cc\u0639 \u0628\u0647 \u062a\u0645\u0627\u0645\u06cc \u0645\u062a\u062f\u0647\u0627", "search": "\u062c\u0633\u062a\u062c\u0648", "search this documentation": "\u062c\u0633\u062a\u062c\u0648 \u062f\u0631 \u0627\u06cc\u0646 \u0627\u0633\u0646\u0627\u062f", "the documentation for": ""}, "plural_expr": "0"}); \ No newline at end of file diff --git a/sphinx/locale/fa/LC_MESSAGES/sphinx.mo b/sphinx/locale/fa/LC_MESSAGES/sphinx.mo index aebceb417..0440b2e04 100644 Binary files a/sphinx/locale/fa/LC_MESSAGES/sphinx.mo and b/sphinx/locale/fa/LC_MESSAGES/sphinx.mo differ diff --git a/sphinx/locale/fa/LC_MESSAGES/sphinx.po b/sphinx/locale/fa/LC_MESSAGES/sphinx.po index c167fa868..fc1bc4e92 100644 --- a/sphinx/locale/fa/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/fa/LC_MESSAGES/sphinx.po @@ -1,54 +1,55 @@ -# Translations template for Sphinx. -# Copyright (C) 2015 ORGANIZATION +# Persian translations for Sphinx. +# Copyright (C) 2016 ORGANIZATION # This file is distributed under the same license as the Sphinx project. -# -# Translators: +# FIRST AUTHOR , 2016. +# msgid "" msgstr "" -"Project-Id-Version: Sphinx\n" +"Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2015-03-08 23:31+0900\n" +"POT-Creation-Date: 2016-02-14 22:15+0900\n" "PO-Revision-Date: 2015-03-08 14:35+0000\n" "Last-Translator: Takayuki Shimizukawa \n" -"Language-Team: Persian (http://www.transifex.com/projects/p/sphinx-1/language/fa/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 1.3\n" "Language: fa\n" -"Plural-Forms: nplurals=1; plural=0;\n" +"Language-Team: Persian " +"(http://www.transifex.com/projects/p/sphinx-1/language/fa/)\n" +"Plural-Forms: nplurals=1; plural=0\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 2.2.0\n" -#: sphinx/config.py:80 +#: sphinx/config.py:84 #, python-format msgid "Fig. %s" msgstr "" -#: sphinx/config.py:81 +#: sphinx/config.py:85 #, python-format msgid "Table %s" msgstr "" -#: sphinx/config.py:82 +#: sphinx/config.py:86 #, python-format msgid "Listing %s" msgstr "" -#: sphinx/config.py:89 +#: sphinx/config.py:93 #, python-format msgid "%s %s documentation" msgstr "" -#: sphinx/environment.py:1880 +#: sphinx/environment.py:1815 #, python-format msgid "see %s" msgstr "" -#: sphinx/environment.py:1883 +#: sphinx/environment.py:1819 #, python-format msgid "see also %s" msgstr "" -#: sphinx/environment.py:1941 +#: sphinx/environment.py:1879 msgid "Symbols" msgstr "" @@ -57,10 +58,9 @@ msgstr "" msgid "Python Enhancement Proposals; PEP %s" msgstr "Python Enhancement Proposals; PEP %s" -#: sphinx/transforms.py:58 sphinx/writers/latex.py:212 -#: sphinx/writers/manpage.py:67 sphinx/writers/texinfo.py:221 -#, python-format -msgid "%B %d, %Y" +#: sphinx/transforms.py:56 sphinx/writers/latex.py:357 +#: sphinx/writers/manpage.py:101 sphinx/writers/texinfo.py:222 +msgid "MMMM dd, YYYY" msgstr "" #: sphinx/builders/changes.py:75 @@ -71,64 +71,63 @@ msgstr "درونی سازی" msgid "Module level" msgstr "در سطح ماژول" -#: sphinx/builders/html.py:291 -#, python-format -msgid "%b %d, %Y" +#: sphinx/builders/html.py:295 +msgid "MMM dd, YYYY" msgstr "" -#: sphinx/builders/html.py:310 sphinx/themes/basic/defindex.html:30 +#: sphinx/builders/html.py:315 sphinx/themes/basic/defindex.html:30 msgid "General Index" msgstr "فهرست کلی" -#: sphinx/builders/html.py:310 +#: sphinx/builders/html.py:315 msgid "index" msgstr "فهرست" -#: sphinx/builders/html.py:371 +#: sphinx/builders/html.py:376 msgid "next" msgstr "بعدی" -#: sphinx/builders/html.py:380 +#: sphinx/builders/html.py:385 msgid "previous" msgstr "قبلی" -#: sphinx/builders/latex.py:144 sphinx/builders/texinfo.py:198 +#: sphinx/builders/latex.py:165 sphinx/builders/texinfo.py:199 msgid " (in " msgstr "" -#: sphinx/directives/other.py:150 +#: sphinx/directives/other.py:149 msgid "Section author: " msgstr ":نویسنده این بخش" -#: sphinx/directives/other.py:152 +#: sphinx/directives/other.py:151 msgid "Module author: " msgstr "نویسنده این ماژول:" -#: sphinx/directives/other.py:154 +#: sphinx/directives/other.py:153 msgid "Code author: " msgstr "" -#: sphinx/directives/other.py:156 +#: sphinx/directives/other.py:155 msgid "Author: " msgstr ":نویسنده" -#: sphinx/domains/__init__.py:273 +#: sphinx/domains/__init__.py:275 #, python-format msgid "%s %s" msgstr "" -#: sphinx/domains/c.py:58 sphinx/domains/cpp.py:2408 -#: sphinx/domains/python.py:122 +#: sphinx/domains/c.py:58 sphinx/domains/cpp.py:3605 +#: sphinx/domains/python.py:124 msgid "Parameters" msgstr "پارامترها" -#: sphinx/domains/c.py:61 sphinx/domains/cpp.py:2414 -#: sphinx/domains/javascript.py:128 sphinx/domains/python.py:134 +#: sphinx/domains/c.py:61 sphinx/domains/cpp.py:3614 +#: sphinx/domains/javascript.py:128 sphinx/domains/python.py:136 msgid "Returns" msgstr "" #: sphinx/domains/c.py:63 sphinx/domains/javascript.py:130 -#: sphinx/domains/python.py:136 +#: sphinx/domains/python.py:138 msgid "Return type" msgstr "نوع برگشتی" @@ -157,12 +156,12 @@ msgstr "%s (C نوع)" msgid "%s (C variable)" msgstr "%s (C متغیر)" -#: sphinx/domains/c.py:242 sphinx/domains/cpp.py:2680 -#: sphinx/domains/javascript.py:164 sphinx/domains/python.py:587 +#: sphinx/domains/c.py:242 sphinx/domains/cpp.py:3953 +#: sphinx/domains/javascript.py:164 sphinx/domains/python.py:589 msgid "function" msgstr "" -#: sphinx/domains/c.py:243 sphinx/domains/cpp.py:2681 +#: sphinx/domains/c.py:243 sphinx/domains/cpp.py:3954 msgid "member" msgstr "" @@ -170,7 +169,7 @@ msgstr "" msgid "macro" msgstr "" -#: sphinx/domains/c.py:245 sphinx/domains/cpp.py:2682 +#: sphinx/domains/c.py:245 sphinx/domains/cpp.py:3955 msgid "type" msgstr "" @@ -178,59 +177,64 @@ msgstr "" msgid "variable" msgstr "" -#: sphinx/domains/cpp.py:2411 sphinx/domains/javascript.py:125 +#: sphinx/domains/cpp.py:3608 +#, fuzzy +msgid "Template Parameters" +msgstr "پارامترها" + +#: sphinx/domains/cpp.py:3611 sphinx/domains/javascript.py:125 msgid "Throws" msgstr "" -#: sphinx/domains/cpp.py:2518 +#: sphinx/domains/cpp.py:3733 #, python-format msgid "%s (C++ type)" msgstr "" -#: sphinx/domains/cpp.py:2531 +#: sphinx/domains/cpp.py:3744 #, python-format msgid "%s (C++ member)" msgstr "" -#: sphinx/domains/cpp.py:2543 +#: sphinx/domains/cpp.py:3755 #, python-format msgid "%s (C++ function)" msgstr "" -#: sphinx/domains/cpp.py:2555 +#: sphinx/domains/cpp.py:3766 #, python-format msgid "%s (C++ class)" msgstr "" -#: sphinx/domains/cpp.py:2579 +#: sphinx/domains/cpp.py:3786 #, python-format msgid "%s (C++ enum)" msgstr "" -#: sphinx/domains/cpp.py:2617 +#: sphinx/domains/cpp.py:3816 #, python-format msgid "%s (C++ enumerator)" msgstr "" -#: sphinx/domains/cpp.py:2679 sphinx/domains/javascript.py:165 -#: sphinx/domains/python.py:589 +#: sphinx/domains/cpp.py:3952 sphinx/domains/javascript.py:165 +#: sphinx/domains/python.py:591 msgid "class" msgstr "" -#: sphinx/domains/cpp.py:2683 +#: sphinx/domains/cpp.py:3956 msgid "enum" msgstr "" -#: sphinx/domains/cpp.py:2684 +#: sphinx/domains/cpp.py:3957 msgid "enumerator" msgstr "" -#: sphinx/domains/javascript.py:106 sphinx/domains/python.py:280 +#: sphinx/domains/javascript.py:106 sphinx/domains/python.py:282 #, python-format msgid "%s() (built-in function)" msgstr "%s() (توابع درونی)" -#: sphinx/domains/javascript.py:107 sphinx/domains/python.py:344 +#: sphinx/domains/javascript.py:107 sphinx/domains/python.py:346 #, python-format msgid "%s() (%s method)" msgstr "%s() (%s متد)" @@ -245,7 +249,7 @@ msgstr "" msgid "%s (global variable or constant)" msgstr "" -#: sphinx/domains/javascript.py:113 sphinx/domains/python.py:382 +#: sphinx/domains/javascript.py:113 sphinx/domains/python.py:384 #, python-format msgid "%s (%s attribute)" msgstr "%s (%s مشخصه)" @@ -254,116 +258,116 @@ msgstr "%s (%s مشخصه)" msgid "Arguments" msgstr "" -#: sphinx/domains/javascript.py:166 sphinx/domains/python.py:588 +#: sphinx/domains/javascript.py:166 sphinx/domains/python.py:590 msgid "data" msgstr "" -#: sphinx/domains/javascript.py:167 sphinx/domains/python.py:594 +#: sphinx/domains/javascript.py:167 sphinx/domains/python.py:596 msgid "attribute" msgstr "" -#: sphinx/domains/python.py:127 +#: sphinx/domains/python.py:129 msgid "Variables" msgstr "" -#: sphinx/domains/python.py:131 +#: sphinx/domains/python.py:133 msgid "Raises" msgstr "برانگیختن" -#: sphinx/domains/python.py:281 sphinx/domains/python.py:338 -#: sphinx/domains/python.py:350 sphinx/domains/python.py:363 +#: sphinx/domains/python.py:283 sphinx/domains/python.py:340 +#: sphinx/domains/python.py:352 sphinx/domains/python.py:365 #, python-format msgid "%s() (in module %s)" msgstr "%s() (در ماژول %s)" -#: sphinx/domains/python.py:284 +#: sphinx/domains/python.py:286 #, python-format msgid "%s (built-in variable)" msgstr "%s (متغیر درونی)" -#: sphinx/domains/python.py:285 sphinx/domains/python.py:376 +#: sphinx/domains/python.py:287 sphinx/domains/python.py:378 #, python-format msgid "%s (in module %s)" msgstr "%s (در ماژول %s)" -#: sphinx/domains/python.py:301 +#: sphinx/domains/python.py:303 #, python-format msgid "%s (built-in class)" msgstr "%s (کلاس درونی)" -#: sphinx/domains/python.py:302 +#: sphinx/domains/python.py:304 #, python-format msgid "%s (class in %s)" msgstr "%s (کلاس در %s)" -#: sphinx/domains/python.py:342 +#: sphinx/domains/python.py:344 #, python-format msgid "%s() (%s.%s method)" msgstr "%s() (%s.%s متد)" -#: sphinx/domains/python.py:354 +#: sphinx/domains/python.py:356 #, python-format msgid "%s() (%s.%s static method)" msgstr "%s() (%s.%s متد استاتیک)" -#: sphinx/domains/python.py:357 +#: sphinx/domains/python.py:359 #, python-format msgid "%s() (%s static method)" msgstr "%s() (%s متد استاتیک)" -#: sphinx/domains/python.py:367 +#: sphinx/domains/python.py:369 #, python-format msgid "%s() (%s.%s class method)" msgstr "" -#: sphinx/domains/python.py:370 +#: sphinx/domains/python.py:372 #, python-format msgid "%s() (%s class method)" msgstr "" -#: sphinx/domains/python.py:380 +#: sphinx/domains/python.py:382 #, python-format msgid "%s (%s.%s attribute)" msgstr "%s (%s.%s مشخصه)" -#: sphinx/domains/python.py:461 +#: sphinx/domains/python.py:463 #, python-format msgid "%s (module)" msgstr "%s (ماژول)" -#: sphinx/domains/python.py:518 +#: sphinx/domains/python.py:520 msgid "Python Module Index" msgstr "" -#: sphinx/domains/python.py:519 +#: sphinx/domains/python.py:521 msgid "modules" msgstr "ماژول ها" -#: sphinx/domains/python.py:565 +#: sphinx/domains/python.py:567 msgid "Deprecated" msgstr "منسوخ شده" -#: sphinx/domains/python.py:590 sphinx/locale/__init__.py:181 +#: sphinx/domains/python.py:592 sphinx/locale/__init__.py:183 msgid "exception" msgstr "استثناء" -#: sphinx/domains/python.py:591 +#: sphinx/domains/python.py:593 msgid "method" msgstr "" -#: sphinx/domains/python.py:592 +#: sphinx/domains/python.py:594 msgid "class method" msgstr "" -#: sphinx/domains/python.py:593 +#: sphinx/domains/python.py:595 msgid "static method" msgstr "" -#: sphinx/domains/python.py:595 sphinx/locale/__init__.py:177 +#: sphinx/domains/python.py:597 sphinx/locale/__init__.py:179 msgid "module" msgstr "ماژول" -#: sphinx/domains/python.py:760 +#: sphinx/domains/python.py:762 msgid " (deprecated)" msgstr "" @@ -395,64 +399,64 @@ msgstr "%s متغیرهای عمومی؛" msgid "%scommand line option; %s" msgstr "%sگزینه خط فرمان; %s" -#: sphinx/domains/std.py:443 +#: sphinx/domains/std.py:433 msgid "glossary term" msgstr "" -#: sphinx/domains/std.py:444 +#: sphinx/domains/std.py:434 msgid "grammar token" msgstr "" -#: sphinx/domains/std.py:445 +#: sphinx/domains/std.py:435 msgid "reference label" msgstr "" -#: sphinx/domains/std.py:447 +#: sphinx/domains/std.py:437 msgid "environment variable" msgstr "" -#: sphinx/domains/std.py:448 +#: sphinx/domains/std.py:438 msgid "program option" msgstr "" -#: sphinx/domains/std.py:481 sphinx/themes/basic/genindex-single.html:32 +#: sphinx/domains/std.py:471 sphinx/themes/basic/genindex-single.html:32 #: sphinx/themes/basic/genindex-single.html:57 #: sphinx/themes/basic/genindex-split.html:11 #: sphinx/themes/basic/genindex-split.html:14 #: sphinx/themes/basic/genindex.html:32 sphinx/themes/basic/genindex.html:35 #: sphinx/themes/basic/genindex.html:68 sphinx/themes/basic/layout.html:134 -#: sphinx/writers/latex.py:201 sphinx/writers/texinfo.py:479 +#: sphinx/writers/latex.py:346 sphinx/writers/texinfo.py:481 msgid "Index" msgstr "فهرست" -#: sphinx/domains/std.py:482 +#: sphinx/domains/std.py:472 msgid "Module Index" msgstr "فهرست ماژول ها" -#: sphinx/domains/std.py:483 sphinx/themes/basic/defindex.html:25 +#: sphinx/domains/std.py:473 sphinx/themes/basic/defindex.html:25 msgid "Search Page" msgstr "صفحه جستجو" -#: sphinx/ext/autodoc.py:1139 +#: sphinx/ext/autodoc.py:1265 #, python-format msgid " Bases: %s" msgstr "" -#: sphinx/ext/autodoc.py:1181 +#: sphinx/ext/autodoc.py:1318 #, python-format msgid "alias of :class:`%s`" msgstr "" -#: sphinx/ext/graphviz.py:293 sphinx/ext/graphviz.py:301 +#: sphinx/ext/graphviz.py:307 sphinx/ext/graphviz.py:316 #, python-format msgid "[graph: %s]" msgstr "" -#: sphinx/ext/graphviz.py:295 sphinx/ext/graphviz.py:303 +#: sphinx/ext/graphviz.py:309 sphinx/ext/graphviz.py:318 msgid "[graph]" msgstr "" -#: sphinx/ext/intersphinx.py:257 +#: sphinx/ext/intersphinx.py:359 #, python-format msgid "(in %s v%s)" msgstr "" @@ -461,112 +465,116 @@ msgstr "" msgid "[source]" msgstr "" -#: sphinx/ext/todo.py:43 +#: sphinx/ext/todo.py:56 msgid "Todo" msgstr "در دست انجام" -#: sphinx/ext/todo.py:113 -#, python-format -msgid "(The <> is located in %s, line %d.)" +#: sphinx/ext/todo.py:129 +msgid "<>" msgstr "" -#: sphinx/ext/todo.py:122 +#: sphinx/ext/todo.py:132 +#, python-format +msgid "(The <> is located in %s, line %d.)" +msgstr "" + +#: sphinx/ext/todo.py:141 msgid "original entry" msgstr "" -#: sphinx/ext/viewcode.py:158 +#: sphinx/ext/viewcode.py:162 msgid "[docs]" msgstr "" -#: sphinx/ext/viewcode.py:172 +#: sphinx/ext/viewcode.py:176 msgid "Module code" msgstr "" -#: sphinx/ext/viewcode.py:178 +#: sphinx/ext/viewcode.py:182 #, python-format msgid "

Source code for %s

" msgstr "" -#: sphinx/ext/viewcode.py:204 +#: sphinx/ext/viewcode.py:208 msgid "Overview: module code" msgstr "" -#: sphinx/ext/viewcode.py:205 +#: sphinx/ext/viewcode.py:209 msgid "

All modules for which code is available

" msgstr "" -#: sphinx/locale/__init__.py:157 +#: sphinx/locale/__init__.py:159 msgid "Attention" msgstr "دقت" -#: sphinx/locale/__init__.py:158 +#: sphinx/locale/__init__.py:160 msgid "Caution" msgstr "ملاحظه" -#: sphinx/locale/__init__.py:159 +#: sphinx/locale/__init__.py:161 msgid "Danger" msgstr "خطر" -#: sphinx/locale/__init__.py:160 +#: sphinx/locale/__init__.py:162 msgid "Error" msgstr "خطا" -#: sphinx/locale/__init__.py:161 +#: sphinx/locale/__init__.py:163 msgid "Hint" msgstr "تذکر" -#: sphinx/locale/__init__.py:162 +#: sphinx/locale/__init__.py:164 msgid "Important" msgstr "مهم" -#: sphinx/locale/__init__.py:163 +#: sphinx/locale/__init__.py:165 msgid "Note" msgstr "توجه" -#: sphinx/locale/__init__.py:164 +#: sphinx/locale/__init__.py:166 msgid "See also" msgstr "همچنین ملاحظه نمائید" -#: sphinx/locale/__init__.py:165 +#: sphinx/locale/__init__.py:167 msgid "Tip" msgstr "نکته" -#: sphinx/locale/__init__.py:166 +#: sphinx/locale/__init__.py:168 msgid "Warning" msgstr "هشدار" -#: sphinx/locale/__init__.py:170 +#: sphinx/locale/__init__.py:172 #, python-format msgid "New in version %s" msgstr "جدید در نسخه %s" -#: sphinx/locale/__init__.py:171 +#: sphinx/locale/__init__.py:173 #, python-format msgid "Changed in version %s" msgstr "تغییر داده شده در نسخه %s" -#: sphinx/locale/__init__.py:172 +#: sphinx/locale/__init__.py:174 #, python-format msgid "Deprecated since version %s" msgstr "منسوخ شده از نسخه %s" -#: sphinx/locale/__init__.py:178 +#: sphinx/locale/__init__.py:180 msgid "keyword" msgstr "کلمه کلیدی" -#: sphinx/locale/__init__.py:179 +#: sphinx/locale/__init__.py:181 msgid "operator" msgstr "عملگر" -#: sphinx/locale/__init__.py:180 +#: sphinx/locale/__init__.py:182 msgid "object" msgstr "شیء" -#: sphinx/locale/__init__.py:182 +#: sphinx/locale/__init__.py:184 msgid "statement" msgstr "گذاره" -#: sphinx/locale/__init__.py:183 +#: sphinx/locale/__init__.py:185 msgid "built-in function" msgstr "توابع درونی" @@ -694,7 +702,9 @@ msgstr ". %(last_updated)s آخرین بروز رسانی در" msgid "" "Created using Sphinx " "%(sphinx_version)s." -msgstr ". Sphinx %(sphinx_version)s ایجاد شده با" +msgstr "" +". Sphinx %(sphinx_version)s ایجاد " +"شده با" #: sphinx/themes/basic/opensearch.xml:4 #, python-format @@ -731,23 +741,20 @@ msgid "" " containing fewer words won't appear in the result list." msgstr "" -#: sphinx/themes/basic/search.html:39 -#: sphinx/themes/basic/searchresults.html:17 +#: sphinx/themes/basic/search.html:39 sphinx/themes/basic/searchresults.html:17 msgid "search" msgstr "جستجو" -#: sphinx/themes/basic/search.html:43 -#: sphinx/themes/basic/searchresults.html:21 -#: sphinx/themes/basic/static/searchtools.js_t:281 +#: sphinx/themes/basic/search.html:43 sphinx/themes/basic/searchresults.html:21 +#: sphinx/themes/basic/static/searchtools.js_t:282 msgid "Search Results" msgstr "نتایج جستجو" -#: sphinx/themes/basic/search.html:45 -#: sphinx/themes/basic/searchresults.html:23 -#: sphinx/themes/basic/static/searchtools.js_t:283 +#: sphinx/themes/basic/search.html:45 sphinx/themes/basic/searchresults.html:23 +#: sphinx/themes/basic/static/searchtools.js_t:284 msgid "" -"Your search did not match any documents. Please make sure that all words are" -" spelled correctly and that you've selected enough categories." +"Your search did not match any documents. Please make sure that all words " +"are spelled correctly and that you've selected enough categories." msgstr "" #: sphinx/themes/basic/searchbox.html:12 @@ -786,33 +793,33 @@ msgstr "C API تغییرات" msgid "Other changes" msgstr "دگر تغییرات" -#: sphinx/themes/basic/static/doctools.js:166 sphinx/writers/html.py:610 -#: sphinx/writers/html.py:615 +#: sphinx/themes/basic/static/doctools.js_t:169 sphinx/writers/html.py:668 +#: sphinx/writers/html.py:673 msgid "Permalink to this headline" msgstr "لینک ثابت به این سر مقاله" -#: sphinx/themes/basic/static/doctools.js:172 sphinx/writers/html.py:107 +#: sphinx/themes/basic/static/doctools.js_t:175 sphinx/writers/html.py:105 msgid "Permalink to this definition" msgstr "لینک ثابت به این تعریف" -#: sphinx/themes/basic/static/doctools.js:205 +#: sphinx/themes/basic/static/doctools.js_t:208 msgid "Hide Search Matches" msgstr "عدم نمایش نتایج یافت شده" -#: sphinx/themes/basic/static/searchtools.js_t:119 +#: sphinx/themes/basic/static/searchtools.js_t:121 msgid "Searching" msgstr "" -#: sphinx/themes/basic/static/searchtools.js_t:124 +#: sphinx/themes/basic/static/searchtools.js_t:126 msgid "Preparing search..." msgstr "" -#: sphinx/themes/basic/static/searchtools.js_t:285 +#: sphinx/themes/basic/static/searchtools.js_t:286 #, python-format msgid "Search finished, found %s page(s) matching the search query." msgstr "" -#: sphinx/themes/basic/static/searchtools.js_t:337 +#: sphinx/themes/basic/static/searchtools.js_t:338 msgid ", in " msgstr "" @@ -829,44 +836,59 @@ msgstr "" msgid "Contents" msgstr "" -#: sphinx/writers/html.py:334 +#: sphinx/writers/html.py:349 msgid "Permalink to this code" msgstr "" -#: sphinx/writers/html.py:337 +#: sphinx/writers/html.py:353 msgid "Permalink to this image" msgstr "" -#: sphinx/writers/html.py:339 +#: sphinx/writers/html.py:355 msgid "Permalink to this toctree" msgstr "" -#: sphinx/writers/html.py:619 +#: sphinx/writers/html.py:677 msgid "Permalink to this table" msgstr "" -#: sphinx/writers/latex.py:199 +#: sphinx/writers/latex.py:344 msgid "Release" msgstr "انتشار" -#: sphinx/writers/latex.py:697 sphinx/writers/manpage.py:177 -#: sphinx/writers/texinfo.py:616 +#: sphinx/writers/latex.py:408 +#, fuzzy +msgid "page" +msgstr "خطر" + +#: sphinx/writers/latex.py:908 sphinx/writers/manpage.py:226 +#: sphinx/writers/texinfo.py:620 msgid "Footnotes" msgstr "" -#: sphinx/writers/latex.py:785 +#: sphinx/writers/latex.py:1010 msgid "continued from previous page" msgstr "" -#: sphinx/writers/latex.py:791 +#: sphinx/writers/latex.py:1016 msgid "Continued on next page" msgstr "" -#: sphinx/writers/manpage.py:223 sphinx/writers/text.py:541 +#: sphinx/writers/manpage.py:275 sphinx/writers/text.py:582 #, python-format msgid "[image: %s]" msgstr "" -#: sphinx/writers/manpage.py:224 sphinx/writers/text.py:542 +#: sphinx/writers/manpage.py:276 sphinx/writers/text.py:583 msgid "[image]" msgstr "" + +#~ msgid "%B %d, %Y" +#~ msgstr "" + +#~ msgid "%b %d, %Y" +#~ msgstr "" + +#~ msgid "(The <> is located in %s, line %d.)" +#~ msgstr "" + diff --git a/sphinx/locale/fi/LC_MESSAGES/sphinx.js b/sphinx/locale/fi/LC_MESSAGES/sphinx.js index c85994d84..c5b8deded 100644 --- a/sphinx/locale/fi/LC_MESSAGES/sphinx.js +++ b/sphinx/locale/fi/LC_MESSAGES/sphinx.js @@ -1 +1 @@ -Documentation.addTranslations({"locale": "fi", "plural_expr": "(n != 1)", "messages": {"Next topic": ">>", "Index": "Sis\u00e4llysluettelo", "%(filename)s — %(docstitle)s": "", "Welcome! This is": "", "Copyright": "", "C API changes": "", "quick access to all modules": "", "© Copyright %(copyright)s.": "", "Global Module Index": "Yleinen moduulien sis\u00e4llysluettelo", "Your search did not match any documents. Please make sure that all words are spelled correctly and that you've selected enough categories.": "", "Index – %(key)s": "", "General Index": "Yleinen sis\u00e4llysluettelo", "next chapter": ">>", "Search finished, found %s page(s) matching the search query.": "", "previous chapter": "<<", "Permalink to this headline": "", "About these documents": "Tietoja t\u00e4st\u00e4 documentist\u00e4", "Preparing search...": "", ", in ": "", "Navigation": "Navikointi", "Expand sidebar": "", "the documentation for": "", "Complete Table of Contents": "", "Contents": "", "can be huge": "voi olla iso", "Changes in Version %(version)s — %(docstitle)s": "Muutos versiosta %(version)s — %(docstitle)s", "Other changes": "", "Hide Search Matches": "Piilota l\u00f6ydetyt", "Quick search": "Pikahaku", "Show Source": "N\u00e4yt\u00e4 l\u00e4hdekoodina", "Search": "Etsi", "This Page": "T\u00e4m\u00e4 sivu", "From here you can search these documents. Enter your search\n words into the box below and click \"search\". Note that the search\n function will automatically search for all of the words. Pages\n containing fewer words won't appear in the result list.": "Anna hakusanat kokonaan, osasanoilla ei haeta.", "Created using Sphinx %(sphinx_version)s.": "", "last updated": "", "Collapse sidebar": "", "Go": "Siirry", "Table Of Contents": "Sis\u00e4llysluettelo", "Search within %(docstitle)s": "", "all functions, classes, terms": "", "Please activate JavaScript to enable the search\n functionality.": "Javascript pit\u00e4\u00e4 olla sallittu, jotta etsint\u00e4 toimii.", "Indices and tables:": "", "lists all sections and subsections": "", "Index pages by letter": "Hakemisto aakkostus sivuttain", "search": "etsi", "Permalink to this definition": "", "Previous topic": "<<", "Overview": "Yhteenveto", "Last updated on %(last_updated)s.": "", "Searching": "", "search this documentation": "", "Automatically generated list of changes in version %(version)s": "Automaattisesti luotu muutoshistoria alkaen versiosta %(version)s", "Full index on one page": "Hakemisto yhten\u00e4 luettelona", "Enter search terms or a module, class or function name.": "Anna etsitt\u00e4v\u00e4 termi tai moduuli, luokka tai funktio", "© Copyright %(copyright)s.": "", "Library changes": "", "Search Page": "Etsi sivu", "Search Results": "Etsinn\u00e4n tulos"}}); \ No newline at end of file +Documentation.addTranslations({"locale": "fi", "messages": {"%(filename)s — %(docstitle)s": "", "© Copyright %(copyright)s.": "", "© Copyright %(copyright)s.": "", ", in ": "", "About these documents": "Tietoja t\u00e4st\u00e4 documentist\u00e4", "Automatically generated list of changes in version %(version)s": "Automaattisesti luotu muutoshistoria alkaen versiosta %(version)s", "C API changes": "", "Changes in Version %(version)s — %(docstitle)s": "Muutos versiosta %(version)s — %(docstitle)s", "Collapse sidebar": "", "Complete Table of Contents": "", "Contents": "", "Copyright": "", "Created using Sphinx %(sphinx_version)s.": "", "Enter search terms or a module, class or function name.": "Anna etsitt\u00e4v\u00e4 termi tai moduuli, luokka tai funktio", "Expand sidebar": "", "From here you can search these documents. Enter your search\n words into the box below and click \"search\". Note that the search\n function will automatically search for all of the words. Pages\n containing fewer words won't appear in the result list.": "Anna hakusanat kokonaan, osasanoilla ei haeta.", "Full index on one page": "Hakemisto yhten\u00e4 luettelona", "General Index": "Yleinen sis\u00e4llysluettelo", "Global Module Index": "Yleinen moduulien sis\u00e4llysluettelo", "Go": "Siirry", "Hide Search Matches": "Piilota l\u00f6ydetyt", "Index": "Sis\u00e4llysluettelo", "Index – %(key)s": "", "Index pages by letter": "Hakemisto aakkostus sivuttain", "Indices and tables:": "", "Last updated on %(last_updated)s.": "", "Library changes": "", "Navigation": "Navikointi", "Next topic": ">>", "Other changes": "", "Overview": "Yhteenveto", "Permalink to this definition": "", "Permalink to this headline": "", "Please activate JavaScript to enable the search\n functionality.": "Javascript pit\u00e4\u00e4 olla sallittu, jotta etsint\u00e4 toimii.", "Preparing search...": "", "Previous topic": "<<", "Quick search": "Pikahaku", "Search": "Etsi", "Search Page": "Etsi sivu", "Search Results": "Etsinn\u00e4n tulos", "Search finished, found %s page(s) matching the search query.": "", "Search within %(docstitle)s": "", "Searching": "", "Show Source": "N\u00e4yt\u00e4 l\u00e4hdekoodina", "Table Of Contents": "Sis\u00e4llysluettelo", "This Page": "T\u00e4m\u00e4 sivu", "Welcome! This is": "", "Your search did not match any documents. Please make sure that all words are spelled correctly and that you've selected enough categories.": "", "all functions, classes, terms": "", "can be huge": "voi olla iso", "last updated": "", "lists all sections and subsections": "", "next chapter": ">>", "previous chapter": "<<", "quick access to all modules": "", "search": "etsi", "search this documentation": "", "the documentation for": ""}, "plural_expr": "(n != 1)"}); \ No newline at end of file diff --git a/sphinx/locale/fi/LC_MESSAGES/sphinx.mo b/sphinx/locale/fi/LC_MESSAGES/sphinx.mo index a226bc17c..e50f6b7b4 100644 Binary files a/sphinx/locale/fi/LC_MESSAGES/sphinx.mo and b/sphinx/locale/fi/LC_MESSAGES/sphinx.mo differ diff --git a/sphinx/locale/fi/LC_MESSAGES/sphinx.po b/sphinx/locale/fi/LC_MESSAGES/sphinx.po index 9d651231b..c4681eade 100644 --- a/sphinx/locale/fi/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/fi/LC_MESSAGES/sphinx.po @@ -1,55 +1,55 @@ -# Translations template for Sphinx. -# Copyright (C) 2015 ORGANIZATION +# Finnish translations for Sphinx. +# Copyright (C) 2016 ORGANIZATION # This file is distributed under the same license as the Sphinx project. -# -# Translators: -# FIRST AUTHOR , 2009 +# FIRST AUTHOR , 2016. +# msgid "" msgstr "" -"Project-Id-Version: Sphinx\n" +"Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2015-03-08 23:31+0900\n" +"POT-Creation-Date: 2016-02-14 22:15+0900\n" "PO-Revision-Date: 2015-03-08 14:35+0000\n" "Last-Translator: Takayuki Shimizukawa \n" -"Language-Team: Finnish (http://www.transifex.com/projects/p/sphinx-1/language/fi/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 1.3\n" "Language: fi\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"Language-Team: Finnish " +"(http://www.transifex.com/projects/p/sphinx-1/language/fi/)\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.2.0\n" -#: sphinx/config.py:80 +#: sphinx/config.py:84 #, python-format msgid "Fig. %s" msgstr "" -#: sphinx/config.py:81 +#: sphinx/config.py:85 #, python-format msgid "Table %s" msgstr "" -#: sphinx/config.py:82 +#: sphinx/config.py:86 #, python-format msgid "Listing %s" msgstr "" -#: sphinx/config.py:89 +#: sphinx/config.py:93 #, python-format msgid "%s %s documentation" msgstr "" -#: sphinx/environment.py:1880 +#: sphinx/environment.py:1815 #, python-format msgid "see %s" msgstr "" -#: sphinx/environment.py:1883 +#: sphinx/environment.py:1819 #, python-format msgid "see also %s" msgstr "" -#: sphinx/environment.py:1941 +#: sphinx/environment.py:1879 msgid "Symbols" msgstr "" @@ -58,11 +58,10 @@ msgstr "" msgid "Python Enhancement Proposals; PEP %s" msgstr "Python Enhancement Proposals; PEP %s" -#: sphinx/transforms.py:58 sphinx/writers/latex.py:212 -#: sphinx/writers/manpage.py:67 sphinx/writers/texinfo.py:221 -#, python-format -msgid "%B %d, %Y" -msgstr "%d.%m.%Y" +#: sphinx/transforms.py:56 sphinx/writers/latex.py:357 +#: sphinx/writers/manpage.py:101 sphinx/writers/texinfo.py:222 +msgid "MMMM dd, YYYY" +msgstr "" #: sphinx/builders/changes.py:75 msgid "Builtins" @@ -72,64 +71,63 @@ msgstr "" msgid "Module level" msgstr "Moduulitaso" -#: sphinx/builders/html.py:291 -#, python-format -msgid "%b %d, %Y" -msgstr "%d.%m.%Y" +#: sphinx/builders/html.py:295 +msgid "MMM dd, YYYY" +msgstr "" -#: sphinx/builders/html.py:310 sphinx/themes/basic/defindex.html:30 +#: sphinx/builders/html.py:315 sphinx/themes/basic/defindex.html:30 msgid "General Index" msgstr "Yleinen sisällysluettelo" -#: sphinx/builders/html.py:310 +#: sphinx/builders/html.py:315 msgid "index" msgstr "hakemisto" -#: sphinx/builders/html.py:371 +#: sphinx/builders/html.py:376 msgid "next" msgstr ">" -#: sphinx/builders/html.py:380 +#: sphinx/builders/html.py:385 msgid "previous" msgstr "<" -#: sphinx/builders/latex.py:144 sphinx/builders/texinfo.py:198 +#: sphinx/builders/latex.py:165 sphinx/builders/texinfo.py:199 msgid " (in " msgstr "" -#: sphinx/directives/other.py:150 +#: sphinx/directives/other.py:149 msgid "Section author: " msgstr "Luvun kirjoittaja: " -#: sphinx/directives/other.py:152 +#: sphinx/directives/other.py:151 msgid "Module author: " msgstr "Moduulin kirjoittaja: " -#: sphinx/directives/other.py:154 +#: sphinx/directives/other.py:153 msgid "Code author: " msgstr "" -#: sphinx/directives/other.py:156 +#: sphinx/directives/other.py:155 msgid "Author: " msgstr "Tekijä: " -#: sphinx/domains/__init__.py:273 +#: sphinx/domains/__init__.py:275 #, python-format msgid "%s %s" msgstr "" -#: sphinx/domains/c.py:58 sphinx/domains/cpp.py:2408 -#: sphinx/domains/python.py:122 +#: sphinx/domains/c.py:58 sphinx/domains/cpp.py:3605 +#: sphinx/domains/python.py:124 msgid "Parameters" msgstr "" -#: sphinx/domains/c.py:61 sphinx/domains/cpp.py:2414 -#: sphinx/domains/javascript.py:128 sphinx/domains/python.py:134 +#: sphinx/domains/c.py:61 sphinx/domains/cpp.py:3614 +#: sphinx/domains/javascript.py:128 sphinx/domains/python.py:136 msgid "Returns" msgstr "" #: sphinx/domains/c.py:63 sphinx/domains/javascript.py:130 -#: sphinx/domains/python.py:136 +#: sphinx/domains/python.py:138 msgid "Return type" msgstr "" @@ -158,12 +156,12 @@ msgstr "" msgid "%s (C variable)" msgstr "" -#: sphinx/domains/c.py:242 sphinx/domains/cpp.py:2680 -#: sphinx/domains/javascript.py:164 sphinx/domains/python.py:587 +#: sphinx/domains/c.py:242 sphinx/domains/cpp.py:3953 +#: sphinx/domains/javascript.py:164 sphinx/domains/python.py:589 msgid "function" msgstr "" -#: sphinx/domains/c.py:243 sphinx/domains/cpp.py:2681 +#: sphinx/domains/c.py:243 sphinx/domains/cpp.py:3954 msgid "member" msgstr "" @@ -171,7 +169,7 @@ msgstr "" msgid "macro" msgstr "" -#: sphinx/domains/c.py:245 sphinx/domains/cpp.py:2682 +#: sphinx/domains/c.py:245 sphinx/domains/cpp.py:3955 msgid "type" msgstr "" @@ -179,59 +177,63 @@ msgstr "" msgid "variable" msgstr "" -#: sphinx/domains/cpp.py:2411 sphinx/domains/javascript.py:125 +#: sphinx/domains/cpp.py:3608 +msgid "Template Parameters" +msgstr "" + +#: sphinx/domains/cpp.py:3611 sphinx/domains/javascript.py:125 msgid "Throws" msgstr "" -#: sphinx/domains/cpp.py:2518 +#: sphinx/domains/cpp.py:3733 #, python-format msgid "%s (C++ type)" msgstr "" -#: sphinx/domains/cpp.py:2531 +#: sphinx/domains/cpp.py:3744 #, python-format msgid "%s (C++ member)" msgstr "" -#: sphinx/domains/cpp.py:2543 +#: sphinx/domains/cpp.py:3755 #, python-format msgid "%s (C++ function)" msgstr "" -#: sphinx/domains/cpp.py:2555 +#: sphinx/domains/cpp.py:3766 #, python-format msgid "%s (C++ class)" msgstr "" -#: sphinx/domains/cpp.py:2579 +#: sphinx/domains/cpp.py:3786 #, python-format msgid "%s (C++ enum)" msgstr "" -#: sphinx/domains/cpp.py:2617 +#: sphinx/domains/cpp.py:3816 #, python-format msgid "%s (C++ enumerator)" msgstr "" -#: sphinx/domains/cpp.py:2679 sphinx/domains/javascript.py:165 -#: sphinx/domains/python.py:589 +#: sphinx/domains/cpp.py:3952 sphinx/domains/javascript.py:165 +#: sphinx/domains/python.py:591 msgid "class" msgstr "" -#: sphinx/domains/cpp.py:2683 +#: sphinx/domains/cpp.py:3956 msgid "enum" msgstr "" -#: sphinx/domains/cpp.py:2684 +#: sphinx/domains/cpp.py:3957 msgid "enumerator" msgstr "" -#: sphinx/domains/javascript.py:106 sphinx/domains/python.py:280 +#: sphinx/domains/javascript.py:106 sphinx/domains/python.py:282 #, python-format msgid "%s() (built-in function)" msgstr "" -#: sphinx/domains/javascript.py:107 sphinx/domains/python.py:344 +#: sphinx/domains/javascript.py:107 sphinx/domains/python.py:346 #, python-format msgid "%s() (%s method)" msgstr "" @@ -246,7 +248,7 @@ msgstr "" msgid "%s (global variable or constant)" msgstr "" -#: sphinx/domains/javascript.py:113 sphinx/domains/python.py:382 +#: sphinx/domains/javascript.py:113 sphinx/domains/python.py:384 #, python-format msgid "%s (%s attribute)" msgstr "" @@ -255,116 +257,116 @@ msgstr "" msgid "Arguments" msgstr "" -#: sphinx/domains/javascript.py:166 sphinx/domains/python.py:588 +#: sphinx/domains/javascript.py:166 sphinx/domains/python.py:590 msgid "data" msgstr "" -#: sphinx/domains/javascript.py:167 sphinx/domains/python.py:594 +#: sphinx/domains/javascript.py:167 sphinx/domains/python.py:596 msgid "attribute" msgstr "" -#: sphinx/domains/python.py:127 +#: sphinx/domains/python.py:129 msgid "Variables" msgstr "" -#: sphinx/domains/python.py:131 +#: sphinx/domains/python.py:133 msgid "Raises" msgstr "" -#: sphinx/domains/python.py:281 sphinx/domains/python.py:338 -#: sphinx/domains/python.py:350 sphinx/domains/python.py:363 +#: sphinx/domains/python.py:283 sphinx/domains/python.py:340 +#: sphinx/domains/python.py:352 sphinx/domains/python.py:365 #, python-format msgid "%s() (in module %s)" msgstr "" -#: sphinx/domains/python.py:284 +#: sphinx/domains/python.py:286 #, python-format msgid "%s (built-in variable)" msgstr "" -#: sphinx/domains/python.py:285 sphinx/domains/python.py:376 +#: sphinx/domains/python.py:287 sphinx/domains/python.py:378 #, python-format msgid "%s (in module %s)" msgstr "" -#: sphinx/domains/python.py:301 +#: sphinx/domains/python.py:303 #, python-format msgid "%s (built-in class)" msgstr "" -#: sphinx/domains/python.py:302 +#: sphinx/domains/python.py:304 #, python-format msgid "%s (class in %s)" msgstr "" -#: sphinx/domains/python.py:342 +#: sphinx/domains/python.py:344 #, python-format msgid "%s() (%s.%s method)" msgstr "" -#: sphinx/domains/python.py:354 +#: sphinx/domains/python.py:356 #, python-format msgid "%s() (%s.%s static method)" msgstr "" -#: sphinx/domains/python.py:357 +#: sphinx/domains/python.py:359 #, python-format msgid "%s() (%s static method)" msgstr "" -#: sphinx/domains/python.py:367 +#: sphinx/domains/python.py:369 #, python-format msgid "%s() (%s.%s class method)" msgstr "" -#: sphinx/domains/python.py:370 +#: sphinx/domains/python.py:372 #, python-format msgid "%s() (%s class method)" msgstr "" -#: sphinx/domains/python.py:380 +#: sphinx/domains/python.py:382 #, python-format msgid "%s (%s.%s attribute)" msgstr "" -#: sphinx/domains/python.py:461 +#: sphinx/domains/python.py:463 #, python-format msgid "%s (module)" msgstr "%s (moduuli)" -#: sphinx/domains/python.py:518 +#: sphinx/domains/python.py:520 msgid "Python Module Index" msgstr "" -#: sphinx/domains/python.py:519 +#: sphinx/domains/python.py:521 msgid "modules" msgstr "moduulit" -#: sphinx/domains/python.py:565 +#: sphinx/domains/python.py:567 msgid "Deprecated" msgstr "Poistettu" -#: sphinx/domains/python.py:590 sphinx/locale/__init__.py:181 +#: sphinx/domains/python.py:592 sphinx/locale/__init__.py:183 msgid "exception" msgstr "" -#: sphinx/domains/python.py:591 +#: sphinx/domains/python.py:593 msgid "method" msgstr "" -#: sphinx/domains/python.py:592 +#: sphinx/domains/python.py:594 msgid "class method" msgstr "" -#: sphinx/domains/python.py:593 +#: sphinx/domains/python.py:595 msgid "static method" msgstr "" -#: sphinx/domains/python.py:595 sphinx/locale/__init__.py:177 +#: sphinx/domains/python.py:597 sphinx/locale/__init__.py:179 msgid "module" msgstr "moduuli" -#: sphinx/domains/python.py:760 +#: sphinx/domains/python.py:762 msgid " (deprecated)" msgstr " (poistettu)" @@ -396,64 +398,64 @@ msgstr "" msgid "%scommand line option; %s" msgstr "" -#: sphinx/domains/std.py:443 +#: sphinx/domains/std.py:433 msgid "glossary term" msgstr "" -#: sphinx/domains/std.py:444 +#: sphinx/domains/std.py:434 msgid "grammar token" msgstr "" -#: sphinx/domains/std.py:445 +#: sphinx/domains/std.py:435 msgid "reference label" msgstr "" -#: sphinx/domains/std.py:447 +#: sphinx/domains/std.py:437 msgid "environment variable" msgstr "" -#: sphinx/domains/std.py:448 +#: sphinx/domains/std.py:438 msgid "program option" msgstr "" -#: sphinx/domains/std.py:481 sphinx/themes/basic/genindex-single.html:32 +#: sphinx/domains/std.py:471 sphinx/themes/basic/genindex-single.html:32 #: sphinx/themes/basic/genindex-single.html:57 #: sphinx/themes/basic/genindex-split.html:11 #: sphinx/themes/basic/genindex-split.html:14 #: sphinx/themes/basic/genindex.html:32 sphinx/themes/basic/genindex.html:35 #: sphinx/themes/basic/genindex.html:68 sphinx/themes/basic/layout.html:134 -#: sphinx/writers/latex.py:201 sphinx/writers/texinfo.py:479 +#: sphinx/writers/latex.py:346 sphinx/writers/texinfo.py:481 msgid "Index" msgstr "Sisällysluettelo" -#: sphinx/domains/std.py:482 +#: sphinx/domains/std.py:472 msgid "Module Index" msgstr "Moduuli sisällysluettelo" -#: sphinx/domains/std.py:483 sphinx/themes/basic/defindex.html:25 +#: sphinx/domains/std.py:473 sphinx/themes/basic/defindex.html:25 msgid "Search Page" msgstr "Etsi sivu" -#: sphinx/ext/autodoc.py:1139 +#: sphinx/ext/autodoc.py:1265 #, python-format msgid " Bases: %s" msgstr "" -#: sphinx/ext/autodoc.py:1181 +#: sphinx/ext/autodoc.py:1318 #, python-format msgid "alias of :class:`%s`" msgstr "" -#: sphinx/ext/graphviz.py:293 sphinx/ext/graphviz.py:301 +#: sphinx/ext/graphviz.py:307 sphinx/ext/graphviz.py:316 #, python-format msgid "[graph: %s]" msgstr "" -#: sphinx/ext/graphviz.py:295 sphinx/ext/graphviz.py:303 +#: sphinx/ext/graphviz.py:309 sphinx/ext/graphviz.py:318 msgid "[graph]" msgstr "" -#: sphinx/ext/intersphinx.py:257 +#: sphinx/ext/intersphinx.py:359 #, python-format msgid "(in %s v%s)" msgstr "" @@ -462,112 +464,116 @@ msgstr "" msgid "[source]" msgstr "" -#: sphinx/ext/todo.py:43 +#: sphinx/ext/todo.py:56 msgid "Todo" msgstr "Tehtävä vielä" -#: sphinx/ext/todo.py:113 -#, python-format -msgid "(The <> is located in %s, line %d.)" +#: sphinx/ext/todo.py:129 +msgid "<>" msgstr "" -#: sphinx/ext/todo.py:122 +#: sphinx/ext/todo.py:132 +#, python-format +msgid "(The <> is located in %s, line %d.)" +msgstr "" + +#: sphinx/ext/todo.py:141 msgid "original entry" msgstr "" -#: sphinx/ext/viewcode.py:158 +#: sphinx/ext/viewcode.py:162 msgid "[docs]" msgstr "" -#: sphinx/ext/viewcode.py:172 +#: sphinx/ext/viewcode.py:176 msgid "Module code" msgstr "" -#: sphinx/ext/viewcode.py:178 +#: sphinx/ext/viewcode.py:182 #, python-format msgid "

Source code for %s

" msgstr "" -#: sphinx/ext/viewcode.py:204 +#: sphinx/ext/viewcode.py:208 msgid "Overview: module code" msgstr "" -#: sphinx/ext/viewcode.py:205 +#: sphinx/ext/viewcode.py:209 msgid "

All modules for which code is available

" msgstr "" -#: sphinx/locale/__init__.py:157 +#: sphinx/locale/__init__.py:159 msgid "Attention" msgstr "Huom" -#: sphinx/locale/__init__.py:158 +#: sphinx/locale/__init__.py:160 msgid "Caution" msgstr "Varoitus" -#: sphinx/locale/__init__.py:159 +#: sphinx/locale/__init__.py:161 msgid "Danger" msgstr "Vaara" -#: sphinx/locale/__init__.py:160 +#: sphinx/locale/__init__.py:162 msgid "Error" msgstr "Virhe" -#: sphinx/locale/__init__.py:161 +#: sphinx/locale/__init__.py:163 msgid "Hint" msgstr "Vihje" -#: sphinx/locale/__init__.py:162 +#: sphinx/locale/__init__.py:164 msgid "Important" msgstr "Tärkeä" -#: sphinx/locale/__init__.py:163 +#: sphinx/locale/__init__.py:165 msgid "Note" msgstr "Muista" -#: sphinx/locale/__init__.py:164 +#: sphinx/locale/__init__.py:166 msgid "See also" msgstr "Katso myös" -#: sphinx/locale/__init__.py:165 +#: sphinx/locale/__init__.py:167 msgid "Tip" msgstr "Vihje" -#: sphinx/locale/__init__.py:166 +#: sphinx/locale/__init__.py:168 msgid "Warning" msgstr "Varoitus" -#: sphinx/locale/__init__.py:170 +#: sphinx/locale/__init__.py:172 #, python-format msgid "New in version %s" msgstr "Uusi versiossa %s" -#: sphinx/locale/__init__.py:171 +#: sphinx/locale/__init__.py:173 #, python-format msgid "Changed in version %s" msgstr "Muutettu versiossa %s" -#: sphinx/locale/__init__.py:172 +#: sphinx/locale/__init__.py:174 #, python-format msgid "Deprecated since version %s" msgstr "Poistettu versiosta %s alkaen" -#: sphinx/locale/__init__.py:178 +#: sphinx/locale/__init__.py:180 msgid "keyword" msgstr "" -#: sphinx/locale/__init__.py:179 +#: sphinx/locale/__init__.py:181 msgid "operator" msgstr "" -#: sphinx/locale/__init__.py:180 +#: sphinx/locale/__init__.py:182 msgid "object" msgstr "" -#: sphinx/locale/__init__.py:182 +#: sphinx/locale/__init__.py:184 msgid "statement" msgstr "" -#: sphinx/locale/__init__.py:183 +#: sphinx/locale/__init__.py:185 msgid "built-in function" msgstr "" @@ -732,23 +738,20 @@ msgid "" " containing fewer words won't appear in the result list." msgstr "Anna hakusanat kokonaan, osasanoilla ei haeta." -#: sphinx/themes/basic/search.html:39 -#: sphinx/themes/basic/searchresults.html:17 +#: sphinx/themes/basic/search.html:39 sphinx/themes/basic/searchresults.html:17 msgid "search" msgstr "etsi" -#: sphinx/themes/basic/search.html:43 -#: sphinx/themes/basic/searchresults.html:21 -#: sphinx/themes/basic/static/searchtools.js_t:281 +#: sphinx/themes/basic/search.html:43 sphinx/themes/basic/searchresults.html:21 +#: sphinx/themes/basic/static/searchtools.js_t:282 msgid "Search Results" msgstr "Etsinnän tulos" -#: sphinx/themes/basic/search.html:45 -#: sphinx/themes/basic/searchresults.html:23 -#: sphinx/themes/basic/static/searchtools.js_t:283 +#: sphinx/themes/basic/search.html:45 sphinx/themes/basic/searchresults.html:23 +#: sphinx/themes/basic/static/searchtools.js_t:284 msgid "" -"Your search did not match any documents. Please make sure that all words are" -" spelled correctly and that you've selected enough categories." +"Your search did not match any documents. Please make sure that all words " +"are spelled correctly and that you've selected enough categories." msgstr "" #: sphinx/themes/basic/searchbox.html:12 @@ -787,33 +790,33 @@ msgstr "" msgid "Other changes" msgstr "" -#: sphinx/themes/basic/static/doctools.js:166 sphinx/writers/html.py:610 -#: sphinx/writers/html.py:615 +#: sphinx/themes/basic/static/doctools.js_t:169 sphinx/writers/html.py:668 +#: sphinx/writers/html.py:673 msgid "Permalink to this headline" msgstr "" -#: sphinx/themes/basic/static/doctools.js:172 sphinx/writers/html.py:107 +#: sphinx/themes/basic/static/doctools.js_t:175 sphinx/writers/html.py:105 msgid "Permalink to this definition" msgstr "" -#: sphinx/themes/basic/static/doctools.js:205 +#: sphinx/themes/basic/static/doctools.js_t:208 msgid "Hide Search Matches" msgstr "Piilota löydetyt" -#: sphinx/themes/basic/static/searchtools.js_t:119 +#: sphinx/themes/basic/static/searchtools.js_t:121 msgid "Searching" msgstr "" -#: sphinx/themes/basic/static/searchtools.js_t:124 +#: sphinx/themes/basic/static/searchtools.js_t:126 msgid "Preparing search..." msgstr "" -#: sphinx/themes/basic/static/searchtools.js_t:285 +#: sphinx/themes/basic/static/searchtools.js_t:286 #, python-format msgid "Search finished, found %s page(s) matching the search query." msgstr "" -#: sphinx/themes/basic/static/searchtools.js_t:337 +#: sphinx/themes/basic/static/searchtools.js_t:338 msgid ", in " msgstr "" @@ -830,44 +833,59 @@ msgstr "" msgid "Contents" msgstr "" -#: sphinx/writers/html.py:334 +#: sphinx/writers/html.py:349 msgid "Permalink to this code" msgstr "" -#: sphinx/writers/html.py:337 +#: sphinx/writers/html.py:353 msgid "Permalink to this image" msgstr "" -#: sphinx/writers/html.py:339 +#: sphinx/writers/html.py:355 msgid "Permalink to this toctree" msgstr "" -#: sphinx/writers/html.py:619 +#: sphinx/writers/html.py:677 msgid "Permalink to this table" msgstr "" -#: sphinx/writers/latex.py:199 +#: sphinx/writers/latex.py:344 msgid "Release" msgstr "" -#: sphinx/writers/latex.py:697 sphinx/writers/manpage.py:177 -#: sphinx/writers/texinfo.py:616 +#: sphinx/writers/latex.py:408 +#, fuzzy +msgid "page" +msgstr "Vaara" + +#: sphinx/writers/latex.py:908 sphinx/writers/manpage.py:226 +#: sphinx/writers/texinfo.py:620 msgid "Footnotes" msgstr "" -#: sphinx/writers/latex.py:785 +#: sphinx/writers/latex.py:1010 msgid "continued from previous page" msgstr "" -#: sphinx/writers/latex.py:791 +#: sphinx/writers/latex.py:1016 msgid "Continued on next page" msgstr "" -#: sphinx/writers/manpage.py:223 sphinx/writers/text.py:541 +#: sphinx/writers/manpage.py:275 sphinx/writers/text.py:582 #, python-format msgid "[image: %s]" msgstr "" -#: sphinx/writers/manpage.py:224 sphinx/writers/text.py:542 +#: sphinx/writers/manpage.py:276 sphinx/writers/text.py:583 msgid "[image]" msgstr "" + +#~ msgid "%B %d, %Y" +#~ msgstr "%d.%m.%Y" + +#~ msgid "%b %d, %Y" +#~ msgstr "%d.%m.%Y" + +#~ msgid "(The <> is located in %s, line %d.)" +#~ msgstr "" + diff --git a/sphinx/locale/fr/LC_MESSAGES/sphinx.js b/sphinx/locale/fr/LC_MESSAGES/sphinx.js index d311f7b63..4374a1a96 100644 --- a/sphinx/locale/fr/LC_MESSAGES/sphinx.js +++ b/sphinx/locale/fr/LC_MESSAGES/sphinx.js @@ -1 +1 @@ -Documentation.addTranslations({"locale": "fr", "plural_expr": "(n > 1)", "messages": {"Next topic": "Sujet suivant", "Index": "Index", "%(filename)s — %(docstitle)s": "%(filename)s — %(docstitle)s", "Welcome! This is": "Bienvenue ! Ceci est", "Copyright": "Copyright", "C API changes": "Modifications de l'API C", "quick access to all modules": "acc\u00e8s rapide \u00e0 l'ensemble des modules", "© Copyright %(copyright)s.": "© Copyright %(copyright)s.", "Global Module Index": "Index g\u00e9n\u00e9ral des modules", "Your search did not match any documents. Please make sure that all words are spelled correctly and that you've selected enough categories.": "Votre recherche ne correspond \u00e0 aucun document. Veuillez v\u00e9rifier que les mots sont correctement orthographi\u00e9s et que vous avez s\u00e9lectionn\u00e9 assez de cat\u00e9gories.", "Index – %(key)s": "Index – %(key)s", "General Index": "Index g\u00e9n\u00e9ral", "next chapter": "Chapitre suivant", "Search finished, found %s page(s) matching the search query.": "La recherche est finie, %s page(s) trouv\u00e9e(s) qui corresponde(nt) \u00e0 la recherche.", "previous chapter": "Chapitre pr\u00e9c\u00e9dent", "Permalink to this headline": "Lien permanent vers ce titre", "About these documents": "\u00c0 propos de ces documents", "Preparing search...": "Pr\u00e9paration de la recherche...", ", in ": ", dans", "Navigation": "Navigation", "Expand sidebar": "Agrandir la barre lat\u00e9rale", "the documentation for": "la documentation pour", "Complete Table of Contents": "Table des mati\u00e8res compl\u00e8te", "Contents": "Contenu", "can be huge": "peut \u00eatre \u00e9norme", "Changes in Version %(version)s — %(docstitle)s": "Modifications dans la version %(version)s — %(docstitle)s", "Other changes": "Autres modifications", "Hide Search Matches": "Cacher les r\u00e9sultats de la recherche", "Quick search": "Recherche rapide", "Show Source": "Montrer le code source", "Search": "Recherche", "This Page": "Cette page", "From here you can search these documents. Enter your search\n words into the box below and click \"search\". Note that the search\n function will automatically search for all of the words. Pages\n containing fewer words won't appear in the result list.": "Vous pouvez effectuer une recherche au sein des documents. Saisissez les termes\nde votre recherche dans le champs ci-dessous et cliquez sur \"rechercher\". Notez que la fonctionnalit\u00e9 de recherche\nva automatiquement chercher l'ensemble des mots. Les pages\ncontenant moins de mots n'appara\u00eetront pas dans la liste des r\u00e9sultats.", "Created using Sphinx %(sphinx_version)s.": "Cr\u00e9\u00e9 avec Sphinx %(sphinx_version)s.", "last updated": "derni\u00e8re modification", "Collapse sidebar": "R\u00e9duire la barre lat\u00e9rale", "Go": "Go", "Table Of Contents": "Table des Mati\u00e8res", "Search within %(docstitle)s": "Recherchez dans %(docstitle)s", "all functions, classes, terms": "toutes les fonctions, classes, termes", "Please activate JavaScript to enable the search\n functionality.": "Veuillez activer le JavaScript pour que la recherche fonctionne.", "Indices and tables:": "Indices et Tables :", "lists all sections and subsections": "lister l'ensemble des sections et sous-sections", "Index pages by letter": "Indexer les pages par lettre", "search": "rechercher", "Permalink to this definition": "Lien permanent vers cette d\u00e9finition", "Previous topic": "Sujet pr\u00e9c\u00e9dent", "Overview": "R\u00e9sum\u00e9", "Last updated on %(last_updated)s.": "Mis \u00e0 jour le %(last_updated)s.", "Searching": "Recherche en cours", "search this documentation": "rechercher dans cette documentation", "Automatically generated list of changes in version %(version)s": "Liste auto-g\u00e9n\u00e9r\u00e9e des modifications dans la version %(version)s", "Full index on one page": "Index complet sur une seule page", "Enter search terms or a module, class or function name.": "Saisissez un mot clef ou un nom de module, classe ou fonction.", "© Copyright %(copyright)s.": "© Copyright %(copyright)s.", "Library changes": "Modifications de la biblioth\u00e8que", "Search Page": "Page de recherche", "Search Results": "R\u00e9sultats de la recherche"}}); \ No newline at end of file +Documentation.addTranslations({"locale": "fr", "messages": {"%(filename)s — %(docstitle)s": "%(filename)s — %(docstitle)s", "© Copyright %(copyright)s.": "© Copyright %(copyright)s.", "© Copyright %(copyright)s.": "© Copyright %(copyright)s.", ", in ": ", dans", "About these documents": "\u00c0 propos de ces documents", "Automatically generated list of changes in version %(version)s": "Liste auto-g\u00e9n\u00e9r\u00e9e des modifications dans la version %(version)s", "C API changes": "Modifications de l'API C", "Changes in Version %(version)s — %(docstitle)s": "Modifications dans la version %(version)s — %(docstitle)s", "Collapse sidebar": "R\u00e9duire la barre lat\u00e9rale", "Complete Table of Contents": "Table des mati\u00e8res compl\u00e8te", "Contents": "Contenu", "Copyright": "Copyright", "Created using Sphinx %(sphinx_version)s.": "Cr\u00e9\u00e9 avec Sphinx %(sphinx_version)s.", "Enter search terms or a module, class or function name.": "Saisissez un mot clef ou un nom de module, classe ou fonction.", "Expand sidebar": "Agrandir la barre lat\u00e9rale", "From here you can search these documents. Enter your search\n words into the box below and click \"search\". Note that the search\n function will automatically search for all of the words. Pages\n containing fewer words won't appear in the result list.": "Vous pouvez effectuer une recherche au sein des documents. Saisissez les termes\nde votre recherche dans le champs ci-dessous et cliquez sur \"rechercher\". Notez que la fonctionnalit\u00e9 de recherche\nva automatiquement chercher l'ensemble des mots. Les pages\ncontenant moins de mots n'appara\u00eetront pas dans la liste des r\u00e9sultats.", "Full index on one page": "Index complet sur une seule page", "General Index": "Index g\u00e9n\u00e9ral", "Global Module Index": "Index g\u00e9n\u00e9ral des modules", "Go": "Go", "Hide Search Matches": "Cacher les r\u00e9sultats de la recherche", "Index": "Index", "Index – %(key)s": "Index – %(key)s", "Index pages by letter": "Indexer les pages par lettre", "Indices and tables:": "Indices et Tables :", "Last updated on %(last_updated)s.": "Mis \u00e0 jour le %(last_updated)s.", "Library changes": "Modifications de la biblioth\u00e8que", "Navigation": "Navigation", "Next topic": "Sujet suivant", "Other changes": "Autres modifications", "Overview": "R\u00e9sum\u00e9", "Permalink to this definition": "Lien permanent vers cette d\u00e9finition", "Permalink to this headline": "Lien permanent vers ce titre", "Please activate JavaScript to enable the search\n functionality.": "Veuillez activer le JavaScript pour que la recherche fonctionne.", "Preparing search...": "Pr\u00e9paration de la recherche...", "Previous topic": "Sujet pr\u00e9c\u00e9dent", "Quick search": "Recherche rapide", "Search": "Recherche", "Search Page": "Page de recherche", "Search Results": "R\u00e9sultats de la recherche", "Search finished, found %s page(s) matching the search query.": "La recherche est finie, %s page(s) trouv\u00e9e(s) qui corresponde(nt) \u00e0 la recherche.", "Search within %(docstitle)s": "Recherchez dans %(docstitle)s", "Searching": "Recherche en cours", "Show Source": "Montrer le code source", "Table Of Contents": "Table des Mati\u00e8res", "This Page": "Cette page", "Welcome! This is": "Bienvenue ! Ceci est", "Your search did not match any documents. Please make sure that all words are spelled correctly and that you've selected enough categories.": "Votre recherche ne correspond \u00e0 aucun document. Veuillez v\u00e9rifier que les mots sont correctement orthographi\u00e9s et que vous avez s\u00e9lectionn\u00e9 assez de cat\u00e9gories.", "all functions, classes, terms": "toutes les fonctions, classes, termes", "can be huge": "peut \u00eatre \u00e9norme", "last updated": "derni\u00e8re modification", "lists all sections and subsections": "lister l'ensemble des sections et sous-sections", "next chapter": "Chapitre suivant", "previous chapter": "Chapitre pr\u00e9c\u00e9dent", "quick access to all modules": "acc\u00e8s rapide \u00e0 l'ensemble des modules", "search": "rechercher", "search this documentation": "rechercher dans cette documentation", "the documentation for": "la documentation pour"}, "plural_expr": "(n > 1)"}); \ No newline at end of file diff --git a/sphinx/locale/fr/LC_MESSAGES/sphinx.mo b/sphinx/locale/fr/LC_MESSAGES/sphinx.mo index f4291fbd9..2f6b43f26 100644 Binary files a/sphinx/locale/fr/LC_MESSAGES/sphinx.mo and b/sphinx/locale/fr/LC_MESSAGES/sphinx.mo differ diff --git a/sphinx/locale/fr/LC_MESSAGES/sphinx.po b/sphinx/locale/fr/LC_MESSAGES/sphinx.po index b7190aa0a..c5c8dd37f 100644 --- a/sphinx/locale/fr/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/fr/LC_MESSAGES/sphinx.po @@ -1,62 +1,55 @@ -# Translations template for Sphinx. -# Copyright (C) 2015 ORGANIZATION +# French translations for Sphinx. +# Copyright (C) 2016 ORGANIZATION # This file is distributed under the same license as the Sphinx project. -# -# Translators: -# Christophe kryskool , 2013 -# Larlet davidbgk , 2008 -# fgallaire , 2010 -# Georg Brandl , 2014 -# Jean-Daniel Browne , 2010 -# Lilian Besson , 2013-2014 -# Nikolaj van Omme , 2014-2015 -# Sebastien Douche , 2008 +# FIRST AUTHOR , 2016. +# msgid "" msgstr "" -"Project-Id-Version: Sphinx\n" +"Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2015-03-08 23:31+0900\n" +"POT-Creation-Date: 2016-02-14 22:15+0900\n" "PO-Revision-Date: 2015-03-08 14:35+0000\n" "Last-Translator: Takayuki Shimizukawa \n" -"Language-Team: French (http://www.transifex.com/projects/p/sphinx-1/language/fr/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 1.3\n" "Language: fr\n" -"Plural-Forms: nplurals=2; plural=(n > 1);\n" +"Language-Team: French " +"(http://www.transifex.com/projects/p/sphinx-1/language/fr/)\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.2.0\n" -#: sphinx/config.py:80 +#: sphinx/config.py:84 #, python-format msgid "Fig. %s" msgstr "Fig. %s" -#: sphinx/config.py:81 +#: sphinx/config.py:85 #, python-format msgid "Table %s" msgstr "Tableau %s" -#: sphinx/config.py:82 +#: sphinx/config.py:86 #, python-format msgid "Listing %s" msgstr "Code source %s" -#: sphinx/config.py:89 +#: sphinx/config.py:93 #, python-format msgid "%s %s documentation" msgstr "documentation %s %s" -#: sphinx/environment.py:1880 +#: sphinx/environment.py:1815 #, python-format msgid "see %s" msgstr "voir %s" -#: sphinx/environment.py:1883 +#: sphinx/environment.py:1819 #, python-format msgid "see also %s" msgstr "voir aussi %s" -#: sphinx/environment.py:1941 +#: sphinx/environment.py:1879 msgid "Symbols" msgstr "Symboles" @@ -65,11 +58,10 @@ msgstr "Symboles" msgid "Python Enhancement Proposals; PEP %s" msgstr "Python Enhancement Proposals; PEP %s" -#: sphinx/transforms.py:58 sphinx/writers/latex.py:212 -#: sphinx/writers/manpage.py:67 sphinx/writers/texinfo.py:221 -#, python-format -msgid "%B %d, %Y" -msgstr "%d %B %Y" +#: sphinx/transforms.py:56 sphinx/writers/latex.py:357 +#: sphinx/writers/manpage.py:101 sphinx/writers/texinfo.py:222 +msgid "MMMM dd, YYYY" +msgstr "" #: sphinx/builders/changes.py:75 msgid "Builtins" @@ -79,64 +71,63 @@ msgstr "Fonctions de base" msgid "Module level" msgstr "Module" -#: sphinx/builders/html.py:291 -#, python-format -msgid "%b %d, %Y" -msgstr "%d %b %Y" +#: sphinx/builders/html.py:295 +msgid "MMM dd, YYYY" +msgstr "" -#: sphinx/builders/html.py:310 sphinx/themes/basic/defindex.html:30 +#: sphinx/builders/html.py:315 sphinx/themes/basic/defindex.html:30 msgid "General Index" msgstr "Index général" -#: sphinx/builders/html.py:310 +#: sphinx/builders/html.py:315 msgid "index" msgstr "index" -#: sphinx/builders/html.py:371 +#: sphinx/builders/html.py:376 msgid "next" msgstr "suivant" -#: sphinx/builders/html.py:380 +#: sphinx/builders/html.py:385 msgid "previous" msgstr "précédent" -#: sphinx/builders/latex.py:144 sphinx/builders/texinfo.py:198 +#: sphinx/builders/latex.py:165 sphinx/builders/texinfo.py:199 msgid " (in " msgstr "(dans" -#: sphinx/directives/other.py:150 +#: sphinx/directives/other.py:149 msgid "Section author: " msgstr "Auteur de la section : " -#: sphinx/directives/other.py:152 +#: sphinx/directives/other.py:151 msgid "Module author: " msgstr "Auteur du module : " -#: sphinx/directives/other.py:154 +#: sphinx/directives/other.py:153 msgid "Code author: " msgstr "Auteur du code :" -#: sphinx/directives/other.py:156 +#: sphinx/directives/other.py:155 msgid "Author: " msgstr "Auteur : " -#: sphinx/domains/__init__.py:273 +#: sphinx/domains/__init__.py:275 #, python-format msgid "%s %s" msgstr "%s %s" -#: sphinx/domains/c.py:58 sphinx/domains/cpp.py:2408 -#: sphinx/domains/python.py:122 +#: sphinx/domains/c.py:58 sphinx/domains/cpp.py:3605 +#: sphinx/domains/python.py:124 msgid "Parameters" msgstr "Paramètres" -#: sphinx/domains/c.py:61 sphinx/domains/cpp.py:2414 -#: sphinx/domains/javascript.py:128 sphinx/domains/python.py:134 +#: sphinx/domains/c.py:61 sphinx/domains/cpp.py:3614 +#: sphinx/domains/javascript.py:128 sphinx/domains/python.py:136 msgid "Returns" msgstr "Retourne" #: sphinx/domains/c.py:63 sphinx/domains/javascript.py:130 -#: sphinx/domains/python.py:136 +#: sphinx/domains/python.py:138 msgid "Return type" msgstr "Type retourné" @@ -165,12 +156,12 @@ msgstr "%s (type C)" msgid "%s (C variable)" msgstr "%s (variable C)" -#: sphinx/domains/c.py:242 sphinx/domains/cpp.py:2680 -#: sphinx/domains/javascript.py:164 sphinx/domains/python.py:587 +#: sphinx/domains/c.py:242 sphinx/domains/cpp.py:3953 +#: sphinx/domains/javascript.py:164 sphinx/domains/python.py:589 msgid "function" msgstr "fonction" -#: sphinx/domains/c.py:243 sphinx/domains/cpp.py:2681 +#: sphinx/domains/c.py:243 sphinx/domains/cpp.py:3954 msgid "member" msgstr "membre" @@ -178,7 +169,7 @@ msgstr "membre" msgid "macro" msgstr "macro" -#: sphinx/domains/c.py:245 sphinx/domains/cpp.py:2682 +#: sphinx/domains/c.py:245 sphinx/domains/cpp.py:3955 msgid "type" msgstr "type" @@ -186,59 +177,64 @@ msgstr "type" msgid "variable" msgstr "variable" -#: sphinx/domains/cpp.py:2411 sphinx/domains/javascript.py:125 +#: sphinx/domains/cpp.py:3608 +#, fuzzy +msgid "Template Parameters" +msgstr "Paramètres" + +#: sphinx/domains/cpp.py:3611 sphinx/domains/javascript.py:125 msgid "Throws" msgstr "Déclenche" -#: sphinx/domains/cpp.py:2518 +#: sphinx/domains/cpp.py:3733 #, python-format msgid "%s (C++ type)" msgstr "%s (type C++)" -#: sphinx/domains/cpp.py:2531 +#: sphinx/domains/cpp.py:3744 #, python-format msgid "%s (C++ member)" msgstr "%s (membre C++)" -#: sphinx/domains/cpp.py:2543 +#: sphinx/domains/cpp.py:3755 #, python-format msgid "%s (C++ function)" msgstr "%s (fonction C++)" -#: sphinx/domains/cpp.py:2555 +#: sphinx/domains/cpp.py:3766 #, python-format msgid "%s (C++ class)" msgstr "%s (classe C++)" -#: sphinx/domains/cpp.py:2579 +#: sphinx/domains/cpp.py:3786 #, python-format msgid "%s (C++ enum)" msgstr "%s (énumération C++)" -#: sphinx/domains/cpp.py:2617 +#: sphinx/domains/cpp.py:3816 #, python-format msgid "%s (C++ enumerator)" msgstr "%s (énumérateur C++)" -#: sphinx/domains/cpp.py:2679 sphinx/domains/javascript.py:165 -#: sphinx/domains/python.py:589 +#: sphinx/domains/cpp.py:3952 sphinx/domains/javascript.py:165 +#: sphinx/domains/python.py:591 msgid "class" msgstr "classe" -#: sphinx/domains/cpp.py:2683 +#: sphinx/domains/cpp.py:3956 msgid "enum" msgstr "énumération" -#: sphinx/domains/cpp.py:2684 +#: sphinx/domains/cpp.py:3957 msgid "enumerator" msgstr "énumérateur" -#: sphinx/domains/javascript.py:106 sphinx/domains/python.py:280 +#: sphinx/domains/javascript.py:106 sphinx/domains/python.py:282 #, python-format msgid "%s() (built-in function)" msgstr "%s() (fonction de base)" -#: sphinx/domains/javascript.py:107 sphinx/domains/python.py:344 +#: sphinx/domains/javascript.py:107 sphinx/domains/python.py:346 #, python-format msgid "%s() (%s method)" msgstr "%s() (méthode %s)" @@ -253,7 +249,7 @@ msgstr "%s() (classe)" msgid "%s (global variable or constant)" msgstr "%s (variable globale ou constante)" -#: sphinx/domains/javascript.py:113 sphinx/domains/python.py:382 +#: sphinx/domains/javascript.py:113 sphinx/domains/python.py:384 #, python-format msgid "%s (%s attribute)" msgstr "%s (attribut %s)" @@ -262,116 +258,116 @@ msgstr "%s (attribut %s)" msgid "Arguments" msgstr "Arguments" -#: sphinx/domains/javascript.py:166 sphinx/domains/python.py:588 +#: sphinx/domains/javascript.py:166 sphinx/domains/python.py:590 msgid "data" msgstr "données" -#: sphinx/domains/javascript.py:167 sphinx/domains/python.py:594 +#: sphinx/domains/javascript.py:167 sphinx/domains/python.py:596 msgid "attribute" msgstr "attribut" -#: sphinx/domains/python.py:127 +#: sphinx/domains/python.py:129 msgid "Variables" msgstr "Variables" -#: sphinx/domains/python.py:131 +#: sphinx/domains/python.py:133 msgid "Raises" msgstr "Lève" -#: sphinx/domains/python.py:281 sphinx/domains/python.py:338 -#: sphinx/domains/python.py:350 sphinx/domains/python.py:363 +#: sphinx/domains/python.py:283 sphinx/domains/python.py:340 +#: sphinx/domains/python.py:352 sphinx/domains/python.py:365 #, python-format msgid "%s() (in module %s)" msgstr "%s() (dans le module %s)" -#: sphinx/domains/python.py:284 +#: sphinx/domains/python.py:286 #, python-format msgid "%s (built-in variable)" msgstr "%s (variable de base)" -#: sphinx/domains/python.py:285 sphinx/domains/python.py:376 +#: sphinx/domains/python.py:287 sphinx/domains/python.py:378 #, python-format msgid "%s (in module %s)" msgstr "%s (dans le module %s)" -#: sphinx/domains/python.py:301 +#: sphinx/domains/python.py:303 #, python-format msgid "%s (built-in class)" msgstr "%s (classe de base)" -#: sphinx/domains/python.py:302 +#: sphinx/domains/python.py:304 #, python-format msgid "%s (class in %s)" msgstr "%s (classe dans %s)" -#: sphinx/domains/python.py:342 +#: sphinx/domains/python.py:344 #, python-format msgid "%s() (%s.%s method)" msgstr "%s() (méthode %s.%s)" -#: sphinx/domains/python.py:354 +#: sphinx/domains/python.py:356 #, python-format msgid "%s() (%s.%s static method)" msgstr "%s() (méthode statique %s.%s)" -#: sphinx/domains/python.py:357 +#: sphinx/domains/python.py:359 #, python-format msgid "%s() (%s static method)" msgstr "%s() (méthode statique %s)" -#: sphinx/domains/python.py:367 +#: sphinx/domains/python.py:369 #, python-format msgid "%s() (%s.%s class method)" msgstr "%s() (méthode de la classe %s.%s)" -#: sphinx/domains/python.py:370 +#: sphinx/domains/python.py:372 #, python-format msgid "%s() (%s class method)" msgstr "%s() (méthode de la classe %s)" -#: sphinx/domains/python.py:380 +#: sphinx/domains/python.py:382 #, python-format msgid "%s (%s.%s attribute)" msgstr "%s (attribut %s.%s)" -#: sphinx/domains/python.py:461 +#: sphinx/domains/python.py:463 #, python-format msgid "%s (module)" msgstr "%s (module)" -#: sphinx/domains/python.py:518 +#: sphinx/domains/python.py:520 msgid "Python Module Index" msgstr "Index des modules Python" -#: sphinx/domains/python.py:519 +#: sphinx/domains/python.py:521 msgid "modules" msgstr "modules" -#: sphinx/domains/python.py:565 +#: sphinx/domains/python.py:567 msgid "Deprecated" msgstr "Obsolète" -#: sphinx/domains/python.py:590 sphinx/locale/__init__.py:181 +#: sphinx/domains/python.py:592 sphinx/locale/__init__.py:183 msgid "exception" msgstr "exception" -#: sphinx/domains/python.py:591 +#: sphinx/domains/python.py:593 msgid "method" msgstr "méthode" -#: sphinx/domains/python.py:592 +#: sphinx/domains/python.py:594 msgid "class method" msgstr "méthode de classe" -#: sphinx/domains/python.py:593 +#: sphinx/domains/python.py:595 msgid "static method" msgstr "méthode statique" -#: sphinx/domains/python.py:595 sphinx/locale/__init__.py:177 +#: sphinx/domains/python.py:597 sphinx/locale/__init__.py:179 msgid "module" msgstr "module" -#: sphinx/domains/python.py:760 +#: sphinx/domains/python.py:762 msgid " (deprecated)" msgstr " (obsolète)" @@ -403,64 +399,64 @@ msgstr "variable d'environnement; %s" msgid "%scommand line option; %s" msgstr "%s option de ligne de commande; %s" -#: sphinx/domains/std.py:443 +#: sphinx/domains/std.py:433 msgid "glossary term" msgstr "terme du glossaire" -#: sphinx/domains/std.py:444 +#: sphinx/domains/std.py:434 msgid "grammar token" msgstr "élément de grammaire" -#: sphinx/domains/std.py:445 +#: sphinx/domains/std.py:435 msgid "reference label" msgstr "étiquette de référence" -#: sphinx/domains/std.py:447 +#: sphinx/domains/std.py:437 msgid "environment variable" msgstr "variable d'environnement" -#: sphinx/domains/std.py:448 +#: sphinx/domains/std.py:438 msgid "program option" msgstr "option du programme" -#: sphinx/domains/std.py:481 sphinx/themes/basic/genindex-single.html:32 +#: sphinx/domains/std.py:471 sphinx/themes/basic/genindex-single.html:32 #: sphinx/themes/basic/genindex-single.html:57 #: sphinx/themes/basic/genindex-split.html:11 #: sphinx/themes/basic/genindex-split.html:14 #: sphinx/themes/basic/genindex.html:32 sphinx/themes/basic/genindex.html:35 #: sphinx/themes/basic/genindex.html:68 sphinx/themes/basic/layout.html:134 -#: sphinx/writers/latex.py:201 sphinx/writers/texinfo.py:479 +#: sphinx/writers/latex.py:346 sphinx/writers/texinfo.py:481 msgid "Index" msgstr "Index" -#: sphinx/domains/std.py:482 +#: sphinx/domains/std.py:472 msgid "Module Index" msgstr "Index du module" -#: sphinx/domains/std.py:483 sphinx/themes/basic/defindex.html:25 +#: sphinx/domains/std.py:473 sphinx/themes/basic/defindex.html:25 msgid "Search Page" msgstr "Page de recherche" -#: sphinx/ext/autodoc.py:1139 +#: sphinx/ext/autodoc.py:1265 #, python-format msgid " Bases: %s" msgstr "Bases: %s" -#: sphinx/ext/autodoc.py:1181 +#: sphinx/ext/autodoc.py:1318 #, python-format msgid "alias of :class:`%s`" msgstr "alias de :class:`%s`" -#: sphinx/ext/graphviz.py:293 sphinx/ext/graphviz.py:301 +#: sphinx/ext/graphviz.py:307 sphinx/ext/graphviz.py:316 #, python-format msgid "[graph: %s]" msgstr "[graphe: %s]" -#: sphinx/ext/graphviz.py:295 sphinx/ext/graphviz.py:303 +#: sphinx/ext/graphviz.py:309 sphinx/ext/graphviz.py:318 msgid "[graph]" msgstr "[graphe]" -#: sphinx/ext/intersphinx.py:257 +#: sphinx/ext/intersphinx.py:359 #, python-format msgid "(in %s v%s)" msgstr "(disponible dans %s v%s)" @@ -469,112 +465,117 @@ msgstr "(disponible dans %s v%s)" msgid "[source]" msgstr "[source]" -#: sphinx/ext/todo.py:43 +#: sphinx/ext/todo.py:56 msgid "Todo" msgstr "À faire" -#: sphinx/ext/todo.py:113 -#, python-format -msgid "(The <> is located in %s, line %d.)" +#: sphinx/ext/todo.py:129 +#, fuzzy +msgid "<>" +msgstr "entrée originale" + +#: sphinx/ext/todo.py:132 +#, fuzzy, python-format +msgid "(The <> is located in %s, line %d.)" msgstr "(L'<> se trouve dans %s, à la ligne %d.)" -#: sphinx/ext/todo.py:122 +#: sphinx/ext/todo.py:141 msgid "original entry" msgstr "entrée originale" -#: sphinx/ext/viewcode.py:158 +#: sphinx/ext/viewcode.py:162 msgid "[docs]" msgstr "[docs]" -#: sphinx/ext/viewcode.py:172 +#: sphinx/ext/viewcode.py:176 msgid "Module code" msgstr "Code du module" -#: sphinx/ext/viewcode.py:178 +#: sphinx/ext/viewcode.py:182 #, python-format msgid "

Source code for %s

" msgstr "

Code source de %s

" -#: sphinx/ext/viewcode.py:204 +#: sphinx/ext/viewcode.py:208 msgid "Overview: module code" msgstr "Vue d'ensemble : code du module" -#: sphinx/ext/viewcode.py:205 +#: sphinx/ext/viewcode.py:209 msgid "

All modules for which code is available

" msgstr "

Modules pour lesquels le code est disponible

" -#: sphinx/locale/__init__.py:157 +#: sphinx/locale/__init__.py:159 msgid "Attention" msgstr "Attention" -#: sphinx/locale/__init__.py:158 +#: sphinx/locale/__init__.py:160 msgid "Caution" msgstr "Prudence" -#: sphinx/locale/__init__.py:159 +#: sphinx/locale/__init__.py:161 msgid "Danger" msgstr "Danger" -#: sphinx/locale/__init__.py:160 +#: sphinx/locale/__init__.py:162 msgid "Error" msgstr "Erreur" -#: sphinx/locale/__init__.py:161 +#: sphinx/locale/__init__.py:163 msgid "Hint" msgstr "Indice" -#: sphinx/locale/__init__.py:162 +#: sphinx/locale/__init__.py:164 msgid "Important" msgstr "Important" -#: sphinx/locale/__init__.py:163 +#: sphinx/locale/__init__.py:165 msgid "Note" msgstr "Note" -#: sphinx/locale/__init__.py:164 +#: sphinx/locale/__init__.py:166 msgid "See also" msgstr "Voir aussi" -#: sphinx/locale/__init__.py:165 +#: sphinx/locale/__init__.py:167 msgid "Tip" msgstr "Astuce" -#: sphinx/locale/__init__.py:166 +#: sphinx/locale/__init__.py:168 msgid "Warning" msgstr "Avertissement" -#: sphinx/locale/__init__.py:170 +#: sphinx/locale/__init__.py:172 #, python-format msgid "New in version %s" msgstr "Nouveau dans la version %s" -#: sphinx/locale/__init__.py:171 +#: sphinx/locale/__init__.py:173 #, python-format msgid "Changed in version %s" msgstr "Modifié dans la version %s" -#: sphinx/locale/__init__.py:172 +#: sphinx/locale/__init__.py:174 #, python-format msgid "Deprecated since version %s" msgstr "Obsolète depuis la version %s" -#: sphinx/locale/__init__.py:178 +#: sphinx/locale/__init__.py:180 msgid "keyword" msgstr "mot-clé" -#: sphinx/locale/__init__.py:179 +#: sphinx/locale/__init__.py:181 msgid "operator" msgstr "opérateur" -#: sphinx/locale/__init__.py:180 +#: sphinx/locale/__init__.py:182 msgid "object" msgstr "objet" -#: sphinx/locale/__init__.py:182 +#: sphinx/locale/__init__.py:184 msgid "statement" msgstr "état" -#: sphinx/locale/__init__.py:183 +#: sphinx/locale/__init__.py:185 msgid "built-in function" msgstr "fonction de base" @@ -702,7 +703,9 @@ msgstr "Mis à jour le %(last_updated)s." msgid "" "Created using Sphinx " "%(sphinx_version)s." -msgstr "Créé avec Sphinx %(sphinx_version)s." +msgstr "" +"Créé avec Sphinx " +"%(sphinx_version)s." #: sphinx/themes/basic/opensearch.xml:4 #, python-format @@ -737,26 +740,32 @@ msgid "" " words into the box below and click \"search\". Note that the search\n" " function will automatically search for all of the words. Pages\n" " containing fewer words won't appear in the result list." -msgstr "Vous pouvez effectuer une recherche au sein des documents. Saisissez les termes\nde votre recherche dans le champs ci-dessous et cliquez sur \"rechercher\". Notez que la fonctionnalité de recherche\nva automatiquement chercher l'ensemble des mots. Les pages\ncontenant moins de mots n'apparaîtront pas dans la liste des résultats." +msgstr "" +"Vous pouvez effectuer une recherche au sein des documents. Saisissez les " +"termes\n" +"de votre recherche dans le champs ci-dessous et cliquez sur " +"\"rechercher\". Notez que la fonctionnalité de recherche\n" +"va automatiquement chercher l'ensemble des mots. Les pages\n" +"contenant moins de mots n'apparaîtront pas dans la liste des résultats." -#: sphinx/themes/basic/search.html:39 -#: sphinx/themes/basic/searchresults.html:17 +#: sphinx/themes/basic/search.html:39 sphinx/themes/basic/searchresults.html:17 msgid "search" msgstr "rechercher" -#: sphinx/themes/basic/search.html:43 -#: sphinx/themes/basic/searchresults.html:21 -#: sphinx/themes/basic/static/searchtools.js_t:281 +#: sphinx/themes/basic/search.html:43 sphinx/themes/basic/searchresults.html:21 +#: sphinx/themes/basic/static/searchtools.js_t:282 msgid "Search Results" msgstr "Résultats de la recherche" -#: sphinx/themes/basic/search.html:45 -#: sphinx/themes/basic/searchresults.html:23 -#: sphinx/themes/basic/static/searchtools.js_t:283 +#: sphinx/themes/basic/search.html:45 sphinx/themes/basic/searchresults.html:23 +#: sphinx/themes/basic/static/searchtools.js_t:284 msgid "" -"Your search did not match any documents. Please make sure that all words are" -" spelled correctly and that you've selected enough categories." -msgstr "Votre recherche ne correspond à aucun document. Veuillez vérifier que les mots sont correctement orthographiés et que vous avez sélectionné assez de catégories." +"Your search did not match any documents. Please make sure that all words " +"are spelled correctly and that you've selected enough categories." +msgstr "" +"Votre recherche ne correspond à aucun document. Veuillez vérifier que les" +" mots sont correctement orthographiés et que vous avez sélectionné assez " +"de catégories." #: sphinx/themes/basic/searchbox.html:12 msgid "Quick search" @@ -794,33 +803,35 @@ msgstr "Modifications de l'API C" msgid "Other changes" msgstr "Autres modifications" -#: sphinx/themes/basic/static/doctools.js:166 sphinx/writers/html.py:610 -#: sphinx/writers/html.py:615 +#: sphinx/themes/basic/static/doctools.js_t:169 sphinx/writers/html.py:668 +#: sphinx/writers/html.py:673 msgid "Permalink to this headline" msgstr "Lien permanent vers ce titre" -#: sphinx/themes/basic/static/doctools.js:172 sphinx/writers/html.py:107 +#: sphinx/themes/basic/static/doctools.js_t:175 sphinx/writers/html.py:105 msgid "Permalink to this definition" msgstr "Lien permanent vers cette définition" -#: sphinx/themes/basic/static/doctools.js:205 +#: sphinx/themes/basic/static/doctools.js_t:208 msgid "Hide Search Matches" msgstr "Cacher les résultats de la recherche" -#: sphinx/themes/basic/static/searchtools.js_t:119 +#: sphinx/themes/basic/static/searchtools.js_t:121 msgid "Searching" msgstr "Recherche en cours" -#: sphinx/themes/basic/static/searchtools.js_t:124 +#: sphinx/themes/basic/static/searchtools.js_t:126 msgid "Preparing search..." msgstr "Préparation de la recherche..." -#: sphinx/themes/basic/static/searchtools.js_t:285 +#: sphinx/themes/basic/static/searchtools.js_t:286 #, python-format msgid "Search finished, found %s page(s) matching the search query." -msgstr "La recherche est finie, %s page(s) trouvée(s) qui corresponde(nt) à la recherche." +msgstr "" +"La recherche est finie, %s page(s) trouvée(s) qui corresponde(nt) à la " +"recherche." -#: sphinx/themes/basic/static/searchtools.js_t:337 +#: sphinx/themes/basic/static/searchtools.js_t:338 msgid ", in " msgstr ", dans" @@ -837,44 +848,56 @@ msgstr "Réduire la barre latérale" msgid "Contents" msgstr "Contenu" -#: sphinx/writers/html.py:334 +#: sphinx/writers/html.py:349 msgid "Permalink to this code" msgstr "Lien permanent vers ce code" -#: sphinx/writers/html.py:337 +#: sphinx/writers/html.py:353 msgid "Permalink to this image" msgstr "Lien permanent vers cette image" -#: sphinx/writers/html.py:339 +#: sphinx/writers/html.py:355 msgid "Permalink to this toctree" msgstr "" -#: sphinx/writers/html.py:619 +#: sphinx/writers/html.py:677 msgid "Permalink to this table" msgstr "Lien permanent vers ce tableau" -#: sphinx/writers/latex.py:199 +#: sphinx/writers/latex.py:344 msgid "Release" msgstr "Version" -#: sphinx/writers/latex.py:697 sphinx/writers/manpage.py:177 -#: sphinx/writers/texinfo.py:616 +#: sphinx/writers/latex.py:408 +#, fuzzy +msgid "page" +msgstr "Danger" + +#: sphinx/writers/latex.py:908 sphinx/writers/manpage.py:226 +#: sphinx/writers/texinfo.py:620 msgid "Footnotes" msgstr "Notes de bas de page" -#: sphinx/writers/latex.py:785 +#: sphinx/writers/latex.py:1010 msgid "continued from previous page" msgstr "Suite de la page précédente" -#: sphinx/writers/latex.py:791 +#: sphinx/writers/latex.py:1016 msgid "Continued on next page" msgstr "Suite sur la page suivante" -#: sphinx/writers/manpage.py:223 sphinx/writers/text.py:541 +#: sphinx/writers/manpage.py:275 sphinx/writers/text.py:582 #, python-format msgid "[image: %s]" msgstr "[image: %s]" -#: sphinx/writers/manpage.py:224 sphinx/writers/text.py:542 +#: sphinx/writers/manpage.py:276 sphinx/writers/text.py:583 msgid "[image]" msgstr "[image]" + +#~ msgid "%B %d, %Y" +#~ msgstr "%d %B %Y" + +#~ msgid "%b %d, %Y" +#~ msgstr "%d %b %Y" + diff --git a/sphinx/locale/he/LC_MESSAGES/sphinx.js b/sphinx/locale/he/LC_MESSAGES/sphinx.js index 0d47c0426..3fa7e93de 100644 --- a/sphinx/locale/he/LC_MESSAGES/sphinx.js +++ b/sphinx/locale/he/LC_MESSAGES/sphinx.js @@ -1 +1 @@ -Documentation.addTranslations({"locale": "he", "plural_expr": "(n != 1)", "messages": {"Next topic": "\u05e0\u05d5\u05e9\u05d0 \u05d4\u05d1\u05d0", "Index": "\u05d0\u05d9\u05e0\u05d3\u05e7\u05e1", "%(filename)s — %(docstitle)s": "", "Welcome! This is": "", "Copyright": "\u05d6\u05db\u05d5\u05d9\u05d5\u05ea \u05e9\u05de\u05d5\u05e8\u05d5\u05ea", "C API changes": "", "quick access to all modules": "\u05d2\u05d9\u05e9\u05d4 \u05de\u05d4\u05d9\u05e8\u05d4 \u05dc\u05db\u05dc \u05d4\u05de\u05d5\u05d3\u05d5\u05dc\u05d9\u05dd", "© Copyright %(copyright)s.": "© \u05d6\u05db\u05d5\u05d9\u05d5\u05ea \u05e9\u05de\u05d5\u05e8\u05d5\u05ea %(copyright)s.", "Global Module Index": "\u05d0\u05d9\u05e0\u05d3\u05e7\u05e1 \u05de\u05d5\u05d3\u05d5\u05dc\u05d9\u05dd \u05d2\u05dc\u05d5\u05d1\u05dc\u05d9", "Your search did not match any documents. Please make sure that all words are spelled correctly and that you've selected enough categories.": "", "Index – %(key)s": "", "General Index": "", "next chapter": "\u05e4\u05e8\u05e7 \u05d4\u05d1\u05d0", "Search finished, found %s page(s) matching the search query.": "", "previous chapter": "\u05e4\u05e8\u05e7 \u05e7\u05d5\u05d3\u05dd", "Permalink to this headline": "\u05e7\u05d9\u05e9\u05d5\u05e8 \u05e7\u05d1\u05d5\u05e2 \u05dc\u05db\u05d5\u05ea\u05e8\u05ea \u05d6\u05d5", "About these documents": "\u05e2\u05dc \u05de\u05e1\u05de\u05db\u05d9\u05dd \u05d0\u05dc\u05d5", "Preparing search...": "", ", in ": "", "Navigation": "\u05e0\u05d9\u05d5\u05d5\u05d8", "Expand sidebar": "\u05d4\u05e8\u05d7\u05d1 \u05e1\u05e8\u05d2\u05dc \u05e6\u05d3", "the documentation for": "", "Complete Table of Contents": "\u05ea\u05d5\u05db\u05df \u05e2\u05e0\u05d9\u05d9\u05e0\u05d9\u05dd \u05de\u05dc\u05d0", "Contents": "\u05ea\u05d5\u05db\u05df", "can be huge": "\u05e2\u05e9\u05d5\u05d9 \u05dc\u05d4\u05d9\u05d5\u05ea \u05e2\u05e6\u05d5\u05dd", "Changes in Version %(version)s — %(docstitle)s": "\u05e9\u05d9\u05e0\u05d5\u05d9\u05d9\u05dd \u05d1\u05d2\u05e8\u05e1\u05d4 %(version)s — %(docstitle)s", "Other changes": "\u05e9\u05d9\u05e0\u05d5\u05d9\u05d9\u05dd \u05d0\u05d7\u05e8\u05d9\u05dd", "Hide Search Matches": "\u05d4\u05e1\u05ea\u05e8 \u05ea\u05d5\u05e6\u05d0\u05d5\u05ea \u05d7\u05d9\u05e4\u05d5\u05e9", "Quick search": "\u05d7\u05d9\u05e4\u05d5\u05e9 \u05de\u05d4\u05d9\u05e8", "Show Source": "\u05d4\u05e6\u05d2 \u05de\u05e7\u05d5\u05e8", "Search": "\u05d7\u05d9\u05e4\u05d5\u05e9", "This Page": "\u05e2\u05de\u05d5\u05d3 \u05d6\u05d4", "From here you can search these documents. Enter your search\n words into the box below and click \"search\". Note that the search\n function will automatically search for all of the words. Pages\n containing fewer words won't appear in the result list.": "", "Created using Sphinx %(sphinx_version)s.": "", "last updated": "", "Collapse sidebar": "\u05db\u05d5\u05d5\u05e5 \u05e1\u05e8\u05d2\u05dc \u05e6\u05d3", "Go": "\u05dc\u05da", "Table Of Contents": "\u05ea\u05d5\u05db\u05df \u05e2\u05e0\u05d9\u05d9\u05e0\u05d9\u05dd", "Search within %(docstitle)s": "\u05d7\u05e4\u05e9 \u05d1\u05ea\u05d5\u05da %(docstitle)s", "all functions, classes, terms": "\u05db\u05dc \u05d4\u05e4\u05d5\u05e0\u05e7\u05e6\u05d9\u05d5\u05ea, \u05d4\u05de\u05d7\u05dc\u05e7\u05d5\u05ea, \u05d4\u05de\u05d5\u05e9\u05d2\u05d9\u05dd", "Please activate JavaScript to enable the search\n functionality.": "\u05d0\u05e0\u05d0 \u05d4\u05e4\u05e2\u05dc \u05d2'\u05d0\u05d5\u05d0\u05e1\u05e7\u05e8\u05d9\u05e4\u05d8 \u05e2\"\u05de \u05dc\u05d0\u05e4\u05e9\u05e8 \u05d0\u05ea\n \u05d4\u05d7\u05d9\u05e4\u05d5\u05e9.", "Indices and tables:": "", "lists all sections and subsections": "", "Index pages by letter": "\u05e2\u05de\u05d5\u05d3\u05d9 \u05d0\u05d9\u05e0\u05d3\u05e7\u05e1 \u05dc\u05e4\u05d9 \u05d0\u05d5\u05ea\u05d9\u05d5\u05ea", "search": "\u05d7\u05d9\u05e4\u05d5\u05e9", "Permalink to this definition": "\u05e7\u05d9\u05e9\u05d5\u05e8 \u05e7\u05d1\u05d5\u05e2 \u05dc\u05d4\u05d2\u05d3\u05e8\u05d4 \u05d6\u05d5", "Previous topic": "\u05e0\u05d5\u05e9\u05d0 \u05e7\u05d5\u05d3\u05dd", "Overview": "\u05e1\u05e7\u05d9\u05e8\u05d4 \u05db\u05dc\u05dc\u05d9\u05ea", "Last updated on %(last_updated)s.": "\u05e2\u05d5\u05d3\u05db\u05df \u05dc\u05d0\u05d7\u05e8\u05d5\u05e0\u05d4 \u05d1 %(last_updated)s.", "Searching": "", "search this documentation": "\u05d7\u05e4\u05e9 \u05d1\u05ea\u05d9\u05e2\u05d5\u05d3 \u05d6\u05d4", "Automatically generated list of changes in version %(version)s": "\u05d9\u05e6\u05e8 \u05d0\u05d5\u05d8\u05d5\u05de\u05d8\u05d9\u05ea \u05e8\u05e9\u05d9\u05de\u05d4 \u05e9\u05dc \u05e9\u05d9\u05e0\u05d5\u05d9\u05d9\u05dd \u05d1\u05d2\u05e8\u05e1\u05d4 %(version)s", "Full index on one page": "\u05d0\u05d9\u05e0\u05d3\u05e7\u05e1 \u05de\u05dc\u05d0 \u05d1\u05e2\u05de\u05d5\u05d3 \u05d0\u05d7\u05d3", "Enter search terms or a module, class or function name.": "\u05d4\u05db\u05e0\u05e1 \u05de\u05d5\u05e9\u05d2\u05d9\u05dd \u05dc\u05d7\u05d9\u05e4\u05d5\u05e9 \u05d0\u05d5 \u05e9\u05dd \u05de\u05d5\u05d3\u05d5\u05dc, \u05de\u05d7\u05dc\u05e7\u05d4 \u05d0\u05d5 \u05e4\u05d5\u05e0\u05e7\u05e6\u05d9\u05d4.", "© Copyright %(copyright)s.": "© \u05d6\u05db\u05d5\u05d9\u05d5\u05ea \u05e9\u05de\u05d5\u05e8\u05d5\u05ea %(copyright)s.", "Library changes": "", "Search Page": "\u05d3\u05e3 \u05d7\u05d9\u05e4\u05d5\u05e9", "Search Results": "\u05ea\u05d5\u05e6\u05d0\u05d5\u05ea \u05d4\u05d7\u05d9\u05e4\u05d5\u05e9"}}); \ No newline at end of file +Documentation.addTranslations({"locale": "he", "messages": {"%(filename)s — %(docstitle)s": "", "© Copyright %(copyright)s.": "© \u05d6\u05db\u05d5\u05d9\u05d5\u05ea \u05e9\u05de\u05d5\u05e8\u05d5\u05ea %(copyright)s.", "© Copyright %(copyright)s.": "© \u05d6\u05db\u05d5\u05d9\u05d5\u05ea \u05e9\u05de\u05d5\u05e8\u05d5\u05ea %(copyright)s.", ", in ": "", "About these documents": "\u05e2\u05dc \u05de\u05e1\u05de\u05db\u05d9\u05dd \u05d0\u05dc\u05d5", "Automatically generated list of changes in version %(version)s": "\u05d9\u05e6\u05e8 \u05d0\u05d5\u05d8\u05d5\u05de\u05d8\u05d9\u05ea \u05e8\u05e9\u05d9\u05de\u05d4 \u05e9\u05dc \u05e9\u05d9\u05e0\u05d5\u05d9\u05d9\u05dd \u05d1\u05d2\u05e8\u05e1\u05d4 %(version)s", "C API changes": "", "Changes in Version %(version)s — %(docstitle)s": "\u05e9\u05d9\u05e0\u05d5\u05d9\u05d9\u05dd \u05d1\u05d2\u05e8\u05e1\u05d4 %(version)s — %(docstitle)s", "Collapse sidebar": "\u05db\u05d5\u05d5\u05e5 \u05e1\u05e8\u05d2\u05dc \u05e6\u05d3", "Complete Table of Contents": "\u05ea\u05d5\u05db\u05df \u05e2\u05e0\u05d9\u05d9\u05e0\u05d9\u05dd \u05de\u05dc\u05d0", "Contents": "\u05ea\u05d5\u05db\u05df", "Copyright": "\u05d6\u05db\u05d5\u05d9\u05d5\u05ea \u05e9\u05de\u05d5\u05e8\u05d5\u05ea", "Created using Sphinx %(sphinx_version)s.": "", "Enter search terms or a module, class or function name.": "\u05d4\u05db\u05e0\u05e1 \u05de\u05d5\u05e9\u05d2\u05d9\u05dd \u05dc\u05d7\u05d9\u05e4\u05d5\u05e9 \u05d0\u05d5 \u05e9\u05dd \u05de\u05d5\u05d3\u05d5\u05dc, \u05de\u05d7\u05dc\u05e7\u05d4 \u05d0\u05d5 \u05e4\u05d5\u05e0\u05e7\u05e6\u05d9\u05d4.", "Expand sidebar": "\u05d4\u05e8\u05d7\u05d1 \u05e1\u05e8\u05d2\u05dc \u05e6\u05d3", "From here you can search these documents. Enter your search\n words into the box below and click \"search\". Note that the search\n function will automatically search for all of the words. Pages\n containing fewer words won't appear in the result list.": "", "Full index on one page": "\u05d0\u05d9\u05e0\u05d3\u05e7\u05e1 \u05de\u05dc\u05d0 \u05d1\u05e2\u05de\u05d5\u05d3 \u05d0\u05d7\u05d3", "General Index": "", "Global Module Index": "\u05d0\u05d9\u05e0\u05d3\u05e7\u05e1 \u05de\u05d5\u05d3\u05d5\u05dc\u05d9\u05dd \u05d2\u05dc\u05d5\u05d1\u05dc\u05d9", "Go": "\u05dc\u05da", "Hide Search Matches": "\u05d4\u05e1\u05ea\u05e8 \u05ea\u05d5\u05e6\u05d0\u05d5\u05ea \u05d7\u05d9\u05e4\u05d5\u05e9", "Index": "\u05d0\u05d9\u05e0\u05d3\u05e7\u05e1", "Index – %(key)s": "", "Index pages by letter": "\u05e2\u05de\u05d5\u05d3\u05d9 \u05d0\u05d9\u05e0\u05d3\u05e7\u05e1 \u05dc\u05e4\u05d9 \u05d0\u05d5\u05ea\u05d9\u05d5\u05ea", "Indices and tables:": "", "Last updated on %(last_updated)s.": "\u05e2\u05d5\u05d3\u05db\u05df \u05dc\u05d0\u05d7\u05e8\u05d5\u05e0\u05d4 \u05d1 %(last_updated)s.", "Library changes": "", "Navigation": "\u05e0\u05d9\u05d5\u05d5\u05d8", "Next topic": "\u05e0\u05d5\u05e9\u05d0 \u05d4\u05d1\u05d0", "Other changes": "\u05e9\u05d9\u05e0\u05d5\u05d9\u05d9\u05dd \u05d0\u05d7\u05e8\u05d9\u05dd", "Overview": "\u05e1\u05e7\u05d9\u05e8\u05d4 \u05db\u05dc\u05dc\u05d9\u05ea", "Permalink to this definition": "\u05e7\u05d9\u05e9\u05d5\u05e8 \u05e7\u05d1\u05d5\u05e2 \u05dc\u05d4\u05d2\u05d3\u05e8\u05d4 \u05d6\u05d5", "Permalink to this headline": "\u05e7\u05d9\u05e9\u05d5\u05e8 \u05e7\u05d1\u05d5\u05e2 \u05dc\u05db\u05d5\u05ea\u05e8\u05ea \u05d6\u05d5", "Please activate JavaScript to enable the search\n functionality.": "\u05d0\u05e0\u05d0 \u05d4\u05e4\u05e2\u05dc \u05d2'\u05d0\u05d5\u05d0\u05e1\u05e7\u05e8\u05d9\u05e4\u05d8 \u05e2\"\u05de \u05dc\u05d0\u05e4\u05e9\u05e8 \u05d0\u05ea\n \u05d4\u05d7\u05d9\u05e4\u05d5\u05e9.", "Preparing search...": "", "Previous topic": "\u05e0\u05d5\u05e9\u05d0 \u05e7\u05d5\u05d3\u05dd", "Quick search": "\u05d7\u05d9\u05e4\u05d5\u05e9 \u05de\u05d4\u05d9\u05e8", "Search": "\u05d7\u05d9\u05e4\u05d5\u05e9", "Search Page": "\u05d3\u05e3 \u05d7\u05d9\u05e4\u05d5\u05e9", "Search Results": "\u05ea\u05d5\u05e6\u05d0\u05d5\u05ea \u05d4\u05d7\u05d9\u05e4\u05d5\u05e9", "Search finished, found %s page(s) matching the search query.": "", "Search within %(docstitle)s": "\u05d7\u05e4\u05e9 \u05d1\u05ea\u05d5\u05da %(docstitle)s", "Searching": "", "Show Source": "\u05d4\u05e6\u05d2 \u05de\u05e7\u05d5\u05e8", "Table Of Contents": "\u05ea\u05d5\u05db\u05df \u05e2\u05e0\u05d9\u05d9\u05e0\u05d9\u05dd", "This Page": "\u05e2\u05de\u05d5\u05d3 \u05d6\u05d4", "Welcome! This is": "", "Your search did not match any documents. Please make sure that all words are spelled correctly and that you've selected enough categories.": "", "all functions, classes, terms": "\u05db\u05dc \u05d4\u05e4\u05d5\u05e0\u05e7\u05e6\u05d9\u05d5\u05ea, \u05d4\u05de\u05d7\u05dc\u05e7\u05d5\u05ea, \u05d4\u05de\u05d5\u05e9\u05d2\u05d9\u05dd", "can be huge": "\u05e2\u05e9\u05d5\u05d9 \u05dc\u05d4\u05d9\u05d5\u05ea \u05e2\u05e6\u05d5\u05dd", "last updated": "", "lists all sections and subsections": "", "next chapter": "\u05e4\u05e8\u05e7 \u05d4\u05d1\u05d0", "previous chapter": "\u05e4\u05e8\u05e7 \u05e7\u05d5\u05d3\u05dd", "quick access to all modules": "\u05d2\u05d9\u05e9\u05d4 \u05de\u05d4\u05d9\u05e8\u05d4 \u05dc\u05db\u05dc \u05d4\u05de\u05d5\u05d3\u05d5\u05dc\u05d9\u05dd", "search": "\u05d7\u05d9\u05e4\u05d5\u05e9", "search this documentation": "\u05d7\u05e4\u05e9 \u05d1\u05ea\u05d9\u05e2\u05d5\u05d3 \u05d6\u05d4", "the documentation for": ""}, "plural_expr": "(n != 1)"}); \ No newline at end of file diff --git a/sphinx/locale/he/LC_MESSAGES/sphinx.mo b/sphinx/locale/he/LC_MESSAGES/sphinx.mo index a10ebb62f..d36b509da 100644 Binary files a/sphinx/locale/he/LC_MESSAGES/sphinx.mo and b/sphinx/locale/he/LC_MESSAGES/sphinx.mo differ diff --git a/sphinx/locale/he/LC_MESSAGES/sphinx.po b/sphinx/locale/he/LC_MESSAGES/sphinx.po index 1b896fa51..8ef438aec 100644 --- a/sphinx/locale/he/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/he/LC_MESSAGES/sphinx.po @@ -1,55 +1,55 @@ -# Translations template for Sphinx. -# Copyright (C) 2015 ORGANIZATION +# Hebrew translations for Sphinx. +# Copyright (C) 2016 ORGANIZATION # This file is distributed under the same license as the Sphinx project. -# -# Translators: -# FIRST AUTHOR , 2011 +# FIRST AUTHOR , 2016. +# msgid "" msgstr "" -"Project-Id-Version: Sphinx\n" +"Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2015-03-08 23:31+0900\n" +"POT-Creation-Date: 2016-02-14 22:15+0900\n" "PO-Revision-Date: 2015-03-08 14:35+0000\n" "Last-Translator: Takayuki Shimizukawa \n" -"Language-Team: Hebrew (http://www.transifex.com/projects/p/sphinx-1/language/he/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 1.3\n" "Language: he\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"Language-Team: Hebrew " +"(http://www.transifex.com/projects/p/sphinx-1/language/he/)\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.2.0\n" -#: sphinx/config.py:80 +#: sphinx/config.py:84 #, python-format msgid "Fig. %s" msgstr "" -#: sphinx/config.py:81 +#: sphinx/config.py:85 #, python-format msgid "Table %s" msgstr "" -#: sphinx/config.py:82 +#: sphinx/config.py:86 #, python-format msgid "Listing %s" msgstr "" -#: sphinx/config.py:89 +#: sphinx/config.py:93 #, python-format msgid "%s %s documentation" msgstr "תיעוד %s %s" -#: sphinx/environment.py:1880 +#: sphinx/environment.py:1815 #, python-format msgid "see %s" msgstr "ראה %s" -#: sphinx/environment.py:1883 +#: sphinx/environment.py:1819 #, python-format msgid "see also %s" msgstr "ראה גם %s" -#: sphinx/environment.py:1941 +#: sphinx/environment.py:1879 msgid "Symbols" msgstr "" @@ -58,10 +58,9 @@ msgstr "" msgid "Python Enhancement Proposals; PEP %s" msgstr "" -#: sphinx/transforms.py:58 sphinx/writers/latex.py:212 -#: sphinx/writers/manpage.py:67 sphinx/writers/texinfo.py:221 -#, python-format -msgid "%B %d, %Y" +#: sphinx/transforms.py:56 sphinx/writers/latex.py:357 +#: sphinx/writers/manpage.py:101 sphinx/writers/texinfo.py:222 +msgid "MMMM dd, YYYY" msgstr "" #: sphinx/builders/changes.py:75 @@ -72,64 +71,63 @@ msgstr "" msgid "Module level" msgstr "רמת המודול" -#: sphinx/builders/html.py:291 -#, python-format -msgid "%b %d, %Y" +#: sphinx/builders/html.py:295 +msgid "MMM dd, YYYY" msgstr "" -#: sphinx/builders/html.py:310 sphinx/themes/basic/defindex.html:30 +#: sphinx/builders/html.py:315 sphinx/themes/basic/defindex.html:30 msgid "General Index" msgstr "" -#: sphinx/builders/html.py:310 +#: sphinx/builders/html.py:315 msgid "index" msgstr "אינדקס" -#: sphinx/builders/html.py:371 +#: sphinx/builders/html.py:376 msgid "next" msgstr "הבא" -#: sphinx/builders/html.py:380 +#: sphinx/builders/html.py:385 msgid "previous" msgstr "הקודם" -#: sphinx/builders/latex.py:144 sphinx/builders/texinfo.py:198 +#: sphinx/builders/latex.py:165 sphinx/builders/texinfo.py:199 msgid " (in " msgstr "(בתוך" -#: sphinx/directives/other.py:150 +#: sphinx/directives/other.py:149 msgid "Section author: " msgstr "מחבר הקטע:" -#: sphinx/directives/other.py:152 +#: sphinx/directives/other.py:151 msgid "Module author: " msgstr "מחבר המודול:" -#: sphinx/directives/other.py:154 +#: sphinx/directives/other.py:153 msgid "Code author: " msgstr "מחבר הקוד:" -#: sphinx/directives/other.py:156 +#: sphinx/directives/other.py:155 msgid "Author: " msgstr "מחבר:" -#: sphinx/domains/__init__.py:273 +#: sphinx/domains/__init__.py:275 #, python-format msgid "%s %s" msgstr "" -#: sphinx/domains/c.py:58 sphinx/domains/cpp.py:2408 -#: sphinx/domains/python.py:122 +#: sphinx/domains/c.py:58 sphinx/domains/cpp.py:3605 +#: sphinx/domains/python.py:124 msgid "Parameters" msgstr "פרמטרים" -#: sphinx/domains/c.py:61 sphinx/domains/cpp.py:2414 -#: sphinx/domains/javascript.py:128 sphinx/domains/python.py:134 +#: sphinx/domains/c.py:61 sphinx/domains/cpp.py:3614 +#: sphinx/domains/javascript.py:128 sphinx/domains/python.py:136 msgid "Returns" msgstr "" #: sphinx/domains/c.py:63 sphinx/domains/javascript.py:130 -#: sphinx/domains/python.py:136 +#: sphinx/domains/python.py:138 msgid "Return type" msgstr "" @@ -158,12 +156,12 @@ msgstr "" msgid "%s (C variable)" msgstr "" -#: sphinx/domains/c.py:242 sphinx/domains/cpp.py:2680 -#: sphinx/domains/javascript.py:164 sphinx/domains/python.py:587 +#: sphinx/domains/c.py:242 sphinx/domains/cpp.py:3953 +#: sphinx/domains/javascript.py:164 sphinx/domains/python.py:589 msgid "function" msgstr "פונקציה" -#: sphinx/domains/c.py:243 sphinx/domains/cpp.py:2681 +#: sphinx/domains/c.py:243 sphinx/domains/cpp.py:3954 msgid "member" msgstr "" @@ -171,7 +169,7 @@ msgstr "" msgid "macro" msgstr "מאקרו" -#: sphinx/domains/c.py:245 sphinx/domains/cpp.py:2682 +#: sphinx/domains/c.py:245 sphinx/domains/cpp.py:3955 msgid "type" msgstr "" @@ -179,59 +177,64 @@ msgstr "" msgid "variable" msgstr "משתנה" -#: sphinx/domains/cpp.py:2411 sphinx/domains/javascript.py:125 +#: sphinx/domains/cpp.py:3608 +#, fuzzy +msgid "Template Parameters" +msgstr "פרמטרים" + +#: sphinx/domains/cpp.py:3611 sphinx/domains/javascript.py:125 msgid "Throws" msgstr "" -#: sphinx/domains/cpp.py:2518 +#: sphinx/domains/cpp.py:3733 #, python-format msgid "%s (C++ type)" msgstr "" -#: sphinx/domains/cpp.py:2531 +#: sphinx/domains/cpp.py:3744 #, python-format msgid "%s (C++ member)" msgstr "" -#: sphinx/domains/cpp.py:2543 +#: sphinx/domains/cpp.py:3755 #, python-format msgid "%s (C++ function)" msgstr "%s (פונקציית C++)" -#: sphinx/domains/cpp.py:2555 +#: sphinx/domains/cpp.py:3766 #, python-format msgid "%s (C++ class)" msgstr "%s (מחלקת C++)" -#: sphinx/domains/cpp.py:2579 +#: sphinx/domains/cpp.py:3786 #, python-format msgid "%s (C++ enum)" msgstr "" -#: sphinx/domains/cpp.py:2617 +#: sphinx/domains/cpp.py:3816 #, python-format msgid "%s (C++ enumerator)" msgstr "" -#: sphinx/domains/cpp.py:2679 sphinx/domains/javascript.py:165 -#: sphinx/domains/python.py:589 +#: sphinx/domains/cpp.py:3952 sphinx/domains/javascript.py:165 +#: sphinx/domains/python.py:591 msgid "class" msgstr "מחלקה" -#: sphinx/domains/cpp.py:2683 +#: sphinx/domains/cpp.py:3956 msgid "enum" msgstr "" -#: sphinx/domains/cpp.py:2684 +#: sphinx/domains/cpp.py:3957 msgid "enumerator" msgstr "" -#: sphinx/domains/javascript.py:106 sphinx/domains/python.py:280 +#: sphinx/domains/javascript.py:106 sphinx/domains/python.py:282 #, python-format msgid "%s() (built-in function)" msgstr "" -#: sphinx/domains/javascript.py:107 sphinx/domains/python.py:344 +#: sphinx/domains/javascript.py:107 sphinx/domains/python.py:346 #, python-format msgid "%s() (%s method)" msgstr "" @@ -246,7 +249,7 @@ msgstr "" msgid "%s (global variable or constant)" msgstr "" -#: sphinx/domains/javascript.py:113 sphinx/domains/python.py:382 +#: sphinx/domains/javascript.py:113 sphinx/domains/python.py:384 #, python-format msgid "%s (%s attribute)" msgstr "" @@ -255,116 +258,116 @@ msgstr "" msgid "Arguments" msgstr "" -#: sphinx/domains/javascript.py:166 sphinx/domains/python.py:588 +#: sphinx/domains/javascript.py:166 sphinx/domains/python.py:590 msgid "data" msgstr "" -#: sphinx/domains/javascript.py:167 sphinx/domains/python.py:594 +#: sphinx/domains/javascript.py:167 sphinx/domains/python.py:596 msgid "attribute" msgstr "" -#: sphinx/domains/python.py:127 +#: sphinx/domains/python.py:129 msgid "Variables" msgstr "משתנים" -#: sphinx/domains/python.py:131 +#: sphinx/domains/python.py:133 msgid "Raises" msgstr "" -#: sphinx/domains/python.py:281 sphinx/domains/python.py:338 -#: sphinx/domains/python.py:350 sphinx/domains/python.py:363 +#: sphinx/domains/python.py:283 sphinx/domains/python.py:340 +#: sphinx/domains/python.py:352 sphinx/domains/python.py:365 #, python-format msgid "%s() (in module %s)" msgstr "" -#: sphinx/domains/python.py:284 +#: sphinx/domains/python.py:286 #, python-format msgid "%s (built-in variable)" msgstr "" -#: sphinx/domains/python.py:285 sphinx/domains/python.py:376 +#: sphinx/domains/python.py:287 sphinx/domains/python.py:378 #, python-format msgid "%s (in module %s)" msgstr "" -#: sphinx/domains/python.py:301 +#: sphinx/domains/python.py:303 #, python-format msgid "%s (built-in class)" msgstr "" -#: sphinx/domains/python.py:302 +#: sphinx/domains/python.py:304 #, python-format msgid "%s (class in %s)" msgstr "" -#: sphinx/domains/python.py:342 +#: sphinx/domains/python.py:344 #, python-format msgid "%s() (%s.%s method)" msgstr "" -#: sphinx/domains/python.py:354 +#: sphinx/domains/python.py:356 #, python-format msgid "%s() (%s.%s static method)" msgstr "" -#: sphinx/domains/python.py:357 +#: sphinx/domains/python.py:359 #, python-format msgid "%s() (%s static method)" msgstr "" -#: sphinx/domains/python.py:367 +#: sphinx/domains/python.py:369 #, python-format msgid "%s() (%s.%s class method)" msgstr "" -#: sphinx/domains/python.py:370 +#: sphinx/domains/python.py:372 #, python-format msgid "%s() (%s class method)" msgstr "" -#: sphinx/domains/python.py:380 +#: sphinx/domains/python.py:382 #, python-format msgid "%s (%s.%s attribute)" msgstr "" -#: sphinx/domains/python.py:461 +#: sphinx/domains/python.py:463 #, python-format msgid "%s (module)" msgstr "" -#: sphinx/domains/python.py:518 +#: sphinx/domains/python.py:520 msgid "Python Module Index" msgstr "" -#: sphinx/domains/python.py:519 +#: sphinx/domains/python.py:521 msgid "modules" msgstr "" -#: sphinx/domains/python.py:565 +#: sphinx/domains/python.py:567 msgid "Deprecated" msgstr "" -#: sphinx/domains/python.py:590 sphinx/locale/__init__.py:181 +#: sphinx/domains/python.py:592 sphinx/locale/__init__.py:183 msgid "exception" msgstr "" -#: sphinx/domains/python.py:591 +#: sphinx/domains/python.py:593 msgid "method" msgstr "" -#: sphinx/domains/python.py:592 +#: sphinx/domains/python.py:594 msgid "class method" msgstr "" -#: sphinx/domains/python.py:593 +#: sphinx/domains/python.py:595 msgid "static method" msgstr "" -#: sphinx/domains/python.py:595 sphinx/locale/__init__.py:177 +#: sphinx/domains/python.py:597 sphinx/locale/__init__.py:179 msgid "module" msgstr "מודול" -#: sphinx/domains/python.py:760 +#: sphinx/domains/python.py:762 msgid " (deprecated)" msgstr "" @@ -396,64 +399,64 @@ msgstr "משתנה סביבה; %s" msgid "%scommand line option; %s" msgstr "%sאופציית שורת הפקודה ; %s" -#: sphinx/domains/std.py:443 +#: sphinx/domains/std.py:433 msgid "glossary term" msgstr "" -#: sphinx/domains/std.py:444 +#: sphinx/domains/std.py:434 msgid "grammar token" msgstr "" -#: sphinx/domains/std.py:445 +#: sphinx/domains/std.py:435 msgid "reference label" msgstr "" -#: sphinx/domains/std.py:447 +#: sphinx/domains/std.py:437 msgid "environment variable" msgstr "משתנה סביבה" -#: sphinx/domains/std.py:448 +#: sphinx/domains/std.py:438 msgid "program option" msgstr "" -#: sphinx/domains/std.py:481 sphinx/themes/basic/genindex-single.html:32 +#: sphinx/domains/std.py:471 sphinx/themes/basic/genindex-single.html:32 #: sphinx/themes/basic/genindex-single.html:57 #: sphinx/themes/basic/genindex-split.html:11 #: sphinx/themes/basic/genindex-split.html:14 #: sphinx/themes/basic/genindex.html:32 sphinx/themes/basic/genindex.html:35 #: sphinx/themes/basic/genindex.html:68 sphinx/themes/basic/layout.html:134 -#: sphinx/writers/latex.py:201 sphinx/writers/texinfo.py:479 +#: sphinx/writers/latex.py:346 sphinx/writers/texinfo.py:481 msgid "Index" msgstr "אינדקס" -#: sphinx/domains/std.py:482 +#: sphinx/domains/std.py:472 msgid "Module Index" msgstr "מודול אינדקס" -#: sphinx/domains/std.py:483 sphinx/themes/basic/defindex.html:25 +#: sphinx/domains/std.py:473 sphinx/themes/basic/defindex.html:25 msgid "Search Page" msgstr "דף חיפוש" -#: sphinx/ext/autodoc.py:1139 +#: sphinx/ext/autodoc.py:1265 #, python-format msgid " Bases: %s" msgstr "" -#: sphinx/ext/autodoc.py:1181 +#: sphinx/ext/autodoc.py:1318 #, python-format msgid "alias of :class:`%s`" msgstr "" -#: sphinx/ext/graphviz.py:293 sphinx/ext/graphviz.py:301 +#: sphinx/ext/graphviz.py:307 sphinx/ext/graphviz.py:316 #, python-format msgid "[graph: %s]" msgstr "" -#: sphinx/ext/graphviz.py:295 sphinx/ext/graphviz.py:303 +#: sphinx/ext/graphviz.py:309 sphinx/ext/graphviz.py:318 msgid "[graph]" msgstr "" -#: sphinx/ext/intersphinx.py:257 +#: sphinx/ext/intersphinx.py:359 #, python-format msgid "(in %s v%s)" msgstr "" @@ -462,112 +465,117 @@ msgstr "" msgid "[source]" msgstr "[מקור]" -#: sphinx/ext/todo.py:43 +#: sphinx/ext/todo.py:56 msgid "Todo" msgstr "לעשות" -#: sphinx/ext/todo.py:113 -#, python-format -msgid "(The <> is located in %s, line %d.)" +#: sphinx/ext/todo.py:129 +#, fuzzy +msgid "<>" +msgstr "הטקסט המקורי" + +#: sphinx/ext/todo.py:132 +#, fuzzy, python-format +msgid "(The <> is located in %s, line %d.)" msgstr "(ה <<הרשומה המקורית>> ממוקמת ב %s, שורה %d.)" -#: sphinx/ext/todo.py:122 +#: sphinx/ext/todo.py:141 msgid "original entry" msgstr "הטקסט המקורי" -#: sphinx/ext/viewcode.py:158 +#: sphinx/ext/viewcode.py:162 msgid "[docs]" msgstr "[תיעוד]" -#: sphinx/ext/viewcode.py:172 +#: sphinx/ext/viewcode.py:176 msgid "Module code" msgstr "" -#: sphinx/ext/viewcode.py:178 +#: sphinx/ext/viewcode.py:182 #, python-format msgid "

Source code for %s

" msgstr "

הראה קוד מקור ל %s

" -#: sphinx/ext/viewcode.py:204 +#: sphinx/ext/viewcode.py:208 msgid "Overview: module code" msgstr "" -#: sphinx/ext/viewcode.py:205 +#: sphinx/ext/viewcode.py:209 msgid "

All modules for which code is available

" msgstr "

כל המודולים שיש להם קוד זמין

" -#: sphinx/locale/__init__.py:157 +#: sphinx/locale/__init__.py:159 msgid "Attention" msgstr "תשומת לב" -#: sphinx/locale/__init__.py:158 +#: sphinx/locale/__init__.py:160 msgid "Caution" msgstr "זהירות" -#: sphinx/locale/__init__.py:159 +#: sphinx/locale/__init__.py:161 msgid "Danger" msgstr "סכנה" -#: sphinx/locale/__init__.py:160 +#: sphinx/locale/__init__.py:162 msgid "Error" msgstr "שגיאה" -#: sphinx/locale/__init__.py:161 +#: sphinx/locale/__init__.py:163 msgid "Hint" msgstr "רמז" -#: sphinx/locale/__init__.py:162 +#: sphinx/locale/__init__.py:164 msgid "Important" msgstr "חשוב" -#: sphinx/locale/__init__.py:163 +#: sphinx/locale/__init__.py:165 msgid "Note" msgstr "הערה" -#: sphinx/locale/__init__.py:164 +#: sphinx/locale/__init__.py:166 msgid "See also" msgstr "ראה גם" -#: sphinx/locale/__init__.py:165 +#: sphinx/locale/__init__.py:167 msgid "Tip" msgstr "טיפ" -#: sphinx/locale/__init__.py:166 +#: sphinx/locale/__init__.py:168 msgid "Warning" msgstr "אזהרה" -#: sphinx/locale/__init__.py:170 +#: sphinx/locale/__init__.py:172 #, python-format msgid "New in version %s" msgstr "חדש בגרסה %s" -#: sphinx/locale/__init__.py:171 +#: sphinx/locale/__init__.py:173 #, python-format msgid "Changed in version %s" msgstr "השתנה בגרסה %s" -#: sphinx/locale/__init__.py:172 +#: sphinx/locale/__init__.py:174 #, python-format msgid "Deprecated since version %s" msgstr " לא מומלץ לשימוש מגרסה %s" -#: sphinx/locale/__init__.py:178 +#: sphinx/locale/__init__.py:180 msgid "keyword" msgstr "מילת מפתח" -#: sphinx/locale/__init__.py:179 +#: sphinx/locale/__init__.py:181 msgid "operator" msgstr "" -#: sphinx/locale/__init__.py:180 +#: sphinx/locale/__init__.py:182 msgid "object" msgstr "" -#: sphinx/locale/__init__.py:182 +#: sphinx/locale/__init__.py:184 msgid "statement" msgstr "" -#: sphinx/locale/__init__.py:183 +#: sphinx/locale/__init__.py:185 msgid "built-in function" msgstr "" @@ -722,7 +730,9 @@ msgstr "פרק הבא" msgid "" "Please activate JavaScript to enable the search\n" " functionality." -msgstr "אנא הפעל ג'אואסקריפט ע\"מ לאפשר את\n החיפוש." +msgstr "" +"אנא הפעל ג'אואסקריפט ע\"מ לאפשר את\n" +" החיפוש." #: sphinx/themes/basic/search.html:32 msgid "" @@ -732,23 +742,20 @@ msgid "" " containing fewer words won't appear in the result list." msgstr "" -#: sphinx/themes/basic/search.html:39 -#: sphinx/themes/basic/searchresults.html:17 +#: sphinx/themes/basic/search.html:39 sphinx/themes/basic/searchresults.html:17 msgid "search" msgstr "חיפוש" -#: sphinx/themes/basic/search.html:43 -#: sphinx/themes/basic/searchresults.html:21 -#: sphinx/themes/basic/static/searchtools.js_t:281 +#: sphinx/themes/basic/search.html:43 sphinx/themes/basic/searchresults.html:21 +#: sphinx/themes/basic/static/searchtools.js_t:282 msgid "Search Results" msgstr "תוצאות החיפוש" -#: sphinx/themes/basic/search.html:45 -#: sphinx/themes/basic/searchresults.html:23 -#: sphinx/themes/basic/static/searchtools.js_t:283 +#: sphinx/themes/basic/search.html:45 sphinx/themes/basic/searchresults.html:23 +#: sphinx/themes/basic/static/searchtools.js_t:284 msgid "" -"Your search did not match any documents. Please make sure that all words are" -" spelled correctly and that you've selected enough categories." +"Your search did not match any documents. Please make sure that all words " +"are spelled correctly and that you've selected enough categories." msgstr "" #: sphinx/themes/basic/searchbox.html:12 @@ -787,33 +794,33 @@ msgstr "" msgid "Other changes" msgstr "שינויים אחרים" -#: sphinx/themes/basic/static/doctools.js:166 sphinx/writers/html.py:610 -#: sphinx/writers/html.py:615 +#: sphinx/themes/basic/static/doctools.js_t:169 sphinx/writers/html.py:668 +#: sphinx/writers/html.py:673 msgid "Permalink to this headline" msgstr "קישור קבוע לכותרת זו" -#: sphinx/themes/basic/static/doctools.js:172 sphinx/writers/html.py:107 +#: sphinx/themes/basic/static/doctools.js_t:175 sphinx/writers/html.py:105 msgid "Permalink to this definition" msgstr "קישור קבוע להגדרה זו" -#: sphinx/themes/basic/static/doctools.js:205 +#: sphinx/themes/basic/static/doctools.js_t:208 msgid "Hide Search Matches" msgstr "הסתר תוצאות חיפוש" -#: sphinx/themes/basic/static/searchtools.js_t:119 +#: sphinx/themes/basic/static/searchtools.js_t:121 msgid "Searching" msgstr "" -#: sphinx/themes/basic/static/searchtools.js_t:124 +#: sphinx/themes/basic/static/searchtools.js_t:126 msgid "Preparing search..." msgstr "" -#: sphinx/themes/basic/static/searchtools.js_t:285 +#: sphinx/themes/basic/static/searchtools.js_t:286 #, python-format msgid "Search finished, found %s page(s) matching the search query." msgstr "" -#: sphinx/themes/basic/static/searchtools.js_t:337 +#: sphinx/themes/basic/static/searchtools.js_t:338 msgid ", in " msgstr "" @@ -830,44 +837,56 @@ msgstr "כווץ סרגל צד" msgid "Contents" msgstr "תוכן" -#: sphinx/writers/html.py:334 +#: sphinx/writers/html.py:349 msgid "Permalink to this code" msgstr "" -#: sphinx/writers/html.py:337 +#: sphinx/writers/html.py:353 msgid "Permalink to this image" msgstr "" -#: sphinx/writers/html.py:339 +#: sphinx/writers/html.py:355 msgid "Permalink to this toctree" msgstr "" -#: sphinx/writers/html.py:619 +#: sphinx/writers/html.py:677 msgid "Permalink to this table" msgstr "" -#: sphinx/writers/latex.py:199 +#: sphinx/writers/latex.py:344 msgid "Release" msgstr "מהדורה" -#: sphinx/writers/latex.py:697 sphinx/writers/manpage.py:177 -#: sphinx/writers/texinfo.py:616 +#: sphinx/writers/latex.py:408 +#, fuzzy +msgid "page" +msgstr "סכנה" + +#: sphinx/writers/latex.py:908 sphinx/writers/manpage.py:226 +#: sphinx/writers/texinfo.py:620 msgid "Footnotes" msgstr "הערות שוליים" -#: sphinx/writers/latex.py:785 +#: sphinx/writers/latex.py:1010 msgid "continued from previous page" msgstr "המשך מעמוד קודם" -#: sphinx/writers/latex.py:791 +#: sphinx/writers/latex.py:1016 msgid "Continued on next page" msgstr "המשך בעמוד הבא" -#: sphinx/writers/manpage.py:223 sphinx/writers/text.py:541 +#: sphinx/writers/manpage.py:275 sphinx/writers/text.py:582 #, python-format msgid "[image: %s]" msgstr "" -#: sphinx/writers/manpage.py:224 sphinx/writers/text.py:542 +#: sphinx/writers/manpage.py:276 sphinx/writers/text.py:583 msgid "[image]" msgstr "[תמונה]" + +#~ msgid "%B %d, %Y" +#~ msgstr "" + +#~ msgid "%b %d, %Y" +#~ msgstr "" + diff --git a/sphinx/locale/hr/LC_MESSAGES/sphinx.js b/sphinx/locale/hr/LC_MESSAGES/sphinx.js index 3d3cdd141..c968fea33 100644 --- a/sphinx/locale/hr/LC_MESSAGES/sphinx.js +++ b/sphinx/locale/hr/LC_MESSAGES/sphinx.js @@ -1 +1 @@ -Documentation.addTranslations({"locale": "hr", "plural_expr": "n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2", "messages": {"Next topic": "Slijede\u0107a tema", "Index": "Abecedni popis", "%(filename)s — %(docstitle)s": "%(filename)s — %(docstitle)s", "Welcome! This is": "", "Copyright": "Sva prava zadr\u017eana", "C API changes": "C API changes", "quick access to all modules": "brz dostup do svih modulov", "© Copyright %(copyright)s.": "© Sva prava zadr\u017eana %(copyright)s.", "Global Module Index": "Op\u0107eniti popis modula", "Your search did not match any documents. Please make sure that all words are spelled correctly and that you've selected enough categories.": "", "Index – %(key)s": "Index – %(key)s", "General Index": "Opceniti abecedni indeks", "next chapter": "slijede\u0107e poglavje", "Search finished, found %s page(s) matching the search query.": "", "previous chapter": "Prija\u0161nje poglavje", "Permalink to this headline": "Link na taj naslov", "About these documents": "O ovim dokumentima", "Preparing search...": "", ", in ": "", "Navigation": "Navigacija", "Expand sidebar": "", "the documentation for": "", "Complete Table of Contents": "Potpuna tabela sadr\u017eaja", "Contents": "", "can be huge": "mo\u017ee biti veliko", "Changes in Version %(version)s — %(docstitle)s": "Changes in Version %(version)s — %(docstitle)s", "Other changes": "Ostale promjene", "Hide Search Matches": "Sakrij rezultate pretrage", "Quick search": "Brzo pretra\u017eivanje", "Show Source": "Prika\u017ei izvorni kod", "Search": "Tra\u017ei", "This Page": "Trenutna stranica", "From here you can search these documents. Enter your search\n words into the box below and click \"search\". Note that the search\n function will automatically search for all of the words. Pages\n containing fewer words won't appear in the result list.": "From here you can search these documents. Enter your search\n words into the box below and click \"search\". Note that the search\n function will automatically search for all of the words. Pages\n containing fewer words won't appear in the result list.", "Created using Sphinx %(sphinx_version)s.": "Izra\u0111eno sa Sphinx %(sphinx_version)s.", "last updated": "", "Collapse sidebar": "", "Go": "Naprijed", "Table Of Contents": "Pregled sadr\u017eaja", "Search within %(docstitle)s": "Tra\u017ei izme\u0111u %(docstitle)s", "all functions, classes, terms": "sve funkcije, razredi, izrazi", "Please activate JavaScript to enable the search\n functionality.": "Molimo omogu\u0107ite JavaScript\n za djelovanje tra\u017eilice.", "Indices and tables:": "Kazala i tabele:", "lists all sections and subsections": "prika\u017ei sve sekcije i podsekcije", "Index pages by letter": "Indeksiraj stranice po slovu", "search": "tra\u017ei", "Permalink to this definition": "Link na tu definiciju", "Previous topic": "Prija\u0161nja tema", "Overview": "Pregled", "Last updated on %(last_updated)s.": "Zadnji put a\u017eurirano %(last_updated)s.", "Searching": "", "search this documentation": "tra\u017ei po dokumentaciji", "Automatically generated list of changes in version %(version)s": "Automatically generated list of changes in version %(version)s", "Full index on one page": "Potpun indeks na jednoj strani", "Enter search terms or a module, class or function name.": "Unesi ime modula, razreda ili funkcije.", "© Copyright %(copyright)s.": "© Sva prava zadr\u017eana %(copyright)s.", "Library changes": "Library changes", "Search Page": "Tra\u017eilica", "Search Results": "Rezultati pretrage"}}); \ No newline at end of file +Documentation.addTranslations({"locale": "hr", "messages": {"%(filename)s — %(docstitle)s": "%(filename)s — %(docstitle)s", "© Copyright %(copyright)s.": "© Sva prava zadr\u017eana %(copyright)s.", "© Copyright %(copyright)s.": "© Sva prava zadr\u017eana %(copyright)s.", ", in ": "", "About these documents": "O ovim dokumentima", "Automatically generated list of changes in version %(version)s": "Automatically generated list of changes in version %(version)s", "C API changes": "C API changes", "Changes in Version %(version)s — %(docstitle)s": "Changes in Version %(version)s — %(docstitle)s", "Collapse sidebar": "", "Complete Table of Contents": "Potpuna tabela sadr\u017eaja", "Contents": "", "Copyright": "Sva prava zadr\u017eana", "Created using Sphinx %(sphinx_version)s.": "Izra\u0111eno sa Sphinx %(sphinx_version)s.", "Enter search terms or a module, class or function name.": "Unesi ime modula, razreda ili funkcije.", "Expand sidebar": "", "From here you can search these documents. Enter your search\n words into the box below and click \"search\". Note that the search\n function will automatically search for all of the words. Pages\n containing fewer words won't appear in the result list.": "From here you can search these documents. Enter your search\n words into the box below and click \"search\". Note that the search\n function will automatically search for all of the words. Pages\n containing fewer words won't appear in the result list.", "Full index on one page": "Potpun indeks na jednoj strani", "General Index": "Opceniti abecedni indeks", "Global Module Index": "Op\u0107eniti popis modula", "Go": "Naprijed", "Hide Search Matches": "Sakrij rezultate pretrage", "Index": "Abecedni popis", "Index – %(key)s": "Index – %(key)s", "Index pages by letter": "Indeksiraj stranice po slovu", "Indices and tables:": "Kazala i tabele:", "Last updated on %(last_updated)s.": "Zadnji put a\u017eurirano %(last_updated)s.", "Library changes": "Library changes", "Navigation": "Navigacija", "Next topic": "Slijede\u0107a tema", "Other changes": "Ostale promjene", "Overview": "Pregled", "Permalink to this definition": "Link na tu definiciju", "Permalink to this headline": "Link na taj naslov", "Please activate JavaScript to enable the search\n functionality.": "Molimo omogu\u0107ite JavaScript\n za djelovanje tra\u017eilice.", "Preparing search...": "", "Previous topic": "Prija\u0161nja tema", "Quick search": "Brzo pretra\u017eivanje", "Search": "Tra\u017ei", "Search Page": "Tra\u017eilica", "Search Results": "Rezultati pretrage", "Search finished, found %s page(s) matching the search query.": "", "Search within %(docstitle)s": "Tra\u017ei izme\u0111u %(docstitle)s", "Searching": "", "Show Source": "Prika\u017ei izvorni kod", "Table Of Contents": "Pregled sadr\u017eaja", "This Page": "Trenutna stranica", "Welcome! This is": "", "Your search did not match any documents. Please make sure that all words are spelled correctly and that you've selected enough categories.": "", "all functions, classes, terms": "sve funkcije, razredi, izrazi", "can be huge": "mo\u017ee biti veliko", "last updated": "", "lists all sections and subsections": "prika\u017ei sve sekcije i podsekcije", "next chapter": "slijede\u0107e poglavje", "previous chapter": "Prija\u0161nje poglavje", "quick access to all modules": "brz dostup do svih modulov", "search": "tra\u017ei", "search this documentation": "tra\u017ei po dokumentaciji", "the documentation for": ""}, "plural_expr": "n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2"}); \ No newline at end of file diff --git a/sphinx/locale/hr/LC_MESSAGES/sphinx.mo b/sphinx/locale/hr/LC_MESSAGES/sphinx.mo index 5c3821006..3b0cc3190 100644 Binary files a/sphinx/locale/hr/LC_MESSAGES/sphinx.mo and b/sphinx/locale/hr/LC_MESSAGES/sphinx.mo differ diff --git a/sphinx/locale/hr/LC_MESSAGES/sphinx.po b/sphinx/locale/hr/LC_MESSAGES/sphinx.po index 63af39da9..3be65cebe 100644 --- a/sphinx/locale/hr/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/hr/LC_MESSAGES/sphinx.po @@ -1,55 +1,56 @@ -# Translations template for Sphinx. -# Copyright (C) 2015 ORGANIZATION +# Croatian translations for Sphinx. +# Copyright (C) 2016 ORGANIZATION # This file is distributed under the same license as the Sphinx project. -# -# Translators: -# Mario Šarić, 2015 +# FIRST AUTHOR , 2016. +# msgid "" msgstr "" -"Project-Id-Version: Sphinx\n" +"Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2015-03-08 23:31+0900\n" +"POT-Creation-Date: 2016-02-14 22:15+0900\n" "PO-Revision-Date: 2015-03-08 14:35+0000\n" "Last-Translator: Takayuki Shimizukawa \n" -"Language-Team: Croatian (http://www.transifex.com/projects/p/sphinx-1/language/hr/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 1.3\n" "Language: hr\n" -"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" +"Language-Team: Croatian " +"(http://www.transifex.com/projects/p/sphinx-1/language/hr/)\n" +"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && " +"n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 2.2.0\n" -#: sphinx/config.py:80 +#: sphinx/config.py:84 #, python-format msgid "Fig. %s" msgstr "Sl. %s" -#: sphinx/config.py:81 +#: sphinx/config.py:85 #, python-format msgid "Table %s" msgstr "Tablica %s" -#: sphinx/config.py:82 +#: sphinx/config.py:86 #, python-format msgid "Listing %s" msgstr "Ispis %s" -#: sphinx/config.py:89 +#: sphinx/config.py:93 #, python-format msgid "%s %s documentation" msgstr "%s %s dokumentacija" -#: sphinx/environment.py:1880 +#: sphinx/environment.py:1815 #, python-format msgid "see %s" msgstr "pogledajte %s" -#: sphinx/environment.py:1883 +#: sphinx/environment.py:1819 #, python-format msgid "see also %s" msgstr "također pogledajte %s" -#: sphinx/environment.py:1941 +#: sphinx/environment.py:1879 msgid "Symbols" msgstr "Simboli" @@ -58,11 +59,10 @@ msgstr "Simboli" msgid "Python Enhancement Proposals; PEP %s" msgstr "Python Enhancement Proposals; PEP %s" -#: sphinx/transforms.py:58 sphinx/writers/latex.py:212 -#: sphinx/writers/manpage.py:67 sphinx/writers/texinfo.py:221 -#, python-format -msgid "%B %d, %Y" -msgstr "%d %B, %Y" +#: sphinx/transforms.py:56 sphinx/writers/latex.py:357 +#: sphinx/writers/manpage.py:101 sphinx/writers/texinfo.py:222 +msgid "MMMM dd, YYYY" +msgstr "" #: sphinx/builders/changes.py:75 msgid "Builtins" @@ -72,64 +72,63 @@ msgstr "Ugrađeni dijelovi" msgid "Module level" msgstr "Nivo modula" -#: sphinx/builders/html.py:291 -#, python-format -msgid "%b %d, %Y" -msgstr "%d %b, %Y" +#: sphinx/builders/html.py:295 +msgid "MMM dd, YYYY" +msgstr "" -#: sphinx/builders/html.py:310 sphinx/themes/basic/defindex.html:30 +#: sphinx/builders/html.py:315 sphinx/themes/basic/defindex.html:30 msgid "General Index" msgstr "Opceniti abecedni indeks" -#: sphinx/builders/html.py:310 +#: sphinx/builders/html.py:315 msgid "index" msgstr "abecedni indeks" -#: sphinx/builders/html.py:371 +#: sphinx/builders/html.py:376 msgid "next" msgstr "naprijed" -#: sphinx/builders/html.py:380 +#: sphinx/builders/html.py:385 msgid "previous" msgstr "nazad" -#: sphinx/builders/latex.py:144 sphinx/builders/texinfo.py:198 +#: sphinx/builders/latex.py:165 sphinx/builders/texinfo.py:199 msgid " (in " msgstr " (u " -#: sphinx/directives/other.py:150 +#: sphinx/directives/other.py:149 msgid "Section author: " msgstr "Autor sekcije: " -#: sphinx/directives/other.py:152 +#: sphinx/directives/other.py:151 msgid "Module author: " msgstr "Autor modula: " -#: sphinx/directives/other.py:154 +#: sphinx/directives/other.py:153 msgid "Code author: " msgstr "Autor koda:" -#: sphinx/directives/other.py:156 +#: sphinx/directives/other.py:155 msgid "Author: " msgstr "Autor:" -#: sphinx/domains/__init__.py:273 +#: sphinx/domains/__init__.py:275 #, python-format msgid "%s %s" msgstr "%s %s" -#: sphinx/domains/c.py:58 sphinx/domains/cpp.py:2408 -#: sphinx/domains/python.py:122 +#: sphinx/domains/c.py:58 sphinx/domains/cpp.py:3605 +#: sphinx/domains/python.py:124 msgid "Parameters" msgstr "Parametri" -#: sphinx/domains/c.py:61 sphinx/domains/cpp.py:2414 -#: sphinx/domains/javascript.py:128 sphinx/domains/python.py:134 +#: sphinx/domains/c.py:61 sphinx/domains/cpp.py:3614 +#: sphinx/domains/javascript.py:128 sphinx/domains/python.py:136 msgid "Returns" msgstr "Vraća" #: sphinx/domains/c.py:63 sphinx/domains/javascript.py:130 -#: sphinx/domains/python.py:136 +#: sphinx/domains/python.py:138 msgid "Return type" msgstr "Vraća tip" @@ -158,12 +157,12 @@ msgstr "%s (C tip)" msgid "%s (C variable)" msgstr "%s (C varijabla)" -#: sphinx/domains/c.py:242 sphinx/domains/cpp.py:2680 -#: sphinx/domains/javascript.py:164 sphinx/domains/python.py:587 +#: sphinx/domains/c.py:242 sphinx/domains/cpp.py:3953 +#: sphinx/domains/javascript.py:164 sphinx/domains/python.py:589 msgid "function" msgstr "funkcija" -#: sphinx/domains/c.py:243 sphinx/domains/cpp.py:2681 +#: sphinx/domains/c.py:243 sphinx/domains/cpp.py:3954 msgid "member" msgstr "član" @@ -171,7 +170,7 @@ msgstr "član" msgid "macro" msgstr "makro" -#: sphinx/domains/c.py:245 sphinx/domains/cpp.py:2682 +#: sphinx/domains/c.py:245 sphinx/domains/cpp.py:3955 msgid "type" msgstr "tip" @@ -179,59 +178,64 @@ msgstr "tip" msgid "variable" msgstr "varijabla" -#: sphinx/domains/cpp.py:2411 sphinx/domains/javascript.py:125 +#: sphinx/domains/cpp.py:3608 +#, fuzzy +msgid "Template Parameters" +msgstr "Parametri" + +#: sphinx/domains/cpp.py:3611 sphinx/domains/javascript.py:125 msgid "Throws" msgstr "Baca (iznimke)" -#: sphinx/domains/cpp.py:2518 +#: sphinx/domains/cpp.py:3733 #, python-format msgid "%s (C++ type)" msgstr "%s (C++ tip)" -#: sphinx/domains/cpp.py:2531 +#: sphinx/domains/cpp.py:3744 #, python-format msgid "%s (C++ member)" msgstr "%s (C++ član)" -#: sphinx/domains/cpp.py:2543 +#: sphinx/domains/cpp.py:3755 #, python-format msgid "%s (C++ function)" msgstr "%s (C++ funkcija)" -#: sphinx/domains/cpp.py:2555 +#: sphinx/domains/cpp.py:3766 #, python-format msgid "%s (C++ class)" msgstr "%s (C++ razred)" -#: sphinx/domains/cpp.py:2579 +#: sphinx/domains/cpp.py:3786 #, python-format msgid "%s (C++ enum)" msgstr "%s (C++ enum)" -#: sphinx/domains/cpp.py:2617 +#: sphinx/domains/cpp.py:3816 #, python-format msgid "%s (C++ enumerator)" msgstr "%s (C++ enumerator)" -#: sphinx/domains/cpp.py:2679 sphinx/domains/javascript.py:165 -#: sphinx/domains/python.py:589 +#: sphinx/domains/cpp.py:3952 sphinx/domains/javascript.py:165 +#: sphinx/domains/python.py:591 msgid "class" msgstr "razred" -#: sphinx/domains/cpp.py:2683 +#: sphinx/domains/cpp.py:3956 msgid "enum" msgstr "enum" -#: sphinx/domains/cpp.py:2684 +#: sphinx/domains/cpp.py:3957 msgid "enumerator" msgstr "enumerator" -#: sphinx/domains/javascript.py:106 sphinx/domains/python.py:280 +#: sphinx/domains/javascript.py:106 sphinx/domains/python.py:282 #, python-format msgid "%s() (built-in function)" msgstr "%s() (ugrađene funkcije)" -#: sphinx/domains/javascript.py:107 sphinx/domains/python.py:344 +#: sphinx/domains/javascript.py:107 sphinx/domains/python.py:346 #, python-format msgid "%s() (%s method)" msgstr "%s() (%s metoda)" @@ -246,7 +250,7 @@ msgstr "%s() (razred)" msgid "%s (global variable or constant)" msgstr "" -#: sphinx/domains/javascript.py:113 sphinx/domains/python.py:382 +#: sphinx/domains/javascript.py:113 sphinx/domains/python.py:384 #, python-format msgid "%s (%s attribute)" msgstr "%s (%s atribut)" @@ -255,116 +259,116 @@ msgstr "%s (%s atribut)" msgid "Arguments" msgstr "" -#: sphinx/domains/javascript.py:166 sphinx/domains/python.py:588 +#: sphinx/domains/javascript.py:166 sphinx/domains/python.py:590 msgid "data" msgstr "" -#: sphinx/domains/javascript.py:167 sphinx/domains/python.py:594 +#: sphinx/domains/javascript.py:167 sphinx/domains/python.py:596 msgid "attribute" msgstr "atribut" -#: sphinx/domains/python.py:127 +#: sphinx/domains/python.py:129 msgid "Variables" msgstr "" -#: sphinx/domains/python.py:131 +#: sphinx/domains/python.py:133 msgid "Raises" msgstr "Podiže" -#: sphinx/domains/python.py:281 sphinx/domains/python.py:338 -#: sphinx/domains/python.py:350 sphinx/domains/python.py:363 +#: sphinx/domains/python.py:283 sphinx/domains/python.py:340 +#: sphinx/domains/python.py:352 sphinx/domains/python.py:365 #, python-format msgid "%s() (in module %s)" msgstr "%s() (u modulu %s)" -#: sphinx/domains/python.py:284 +#: sphinx/domains/python.py:286 #, python-format msgid "%s (built-in variable)" msgstr "%s (ugrađene variable)" -#: sphinx/domains/python.py:285 sphinx/domains/python.py:376 +#: sphinx/domains/python.py:287 sphinx/domains/python.py:378 #, python-format msgid "%s (in module %s)" msgstr "%s (u modulu %s)" -#: sphinx/domains/python.py:301 +#: sphinx/domains/python.py:303 #, python-format msgid "%s (built-in class)" msgstr "%s (ugrađen razred)" -#: sphinx/domains/python.py:302 +#: sphinx/domains/python.py:304 #, python-format msgid "%s (class in %s)" msgstr "%s (razred u %s)" -#: sphinx/domains/python.py:342 +#: sphinx/domains/python.py:344 #, python-format msgid "%s() (%s.%s method)" msgstr "%s() (%s.%s metoda)" -#: sphinx/domains/python.py:354 +#: sphinx/domains/python.py:356 #, python-format msgid "%s() (%s.%s static method)" msgstr "%s() (%s.%s statična metoda)" -#: sphinx/domains/python.py:357 +#: sphinx/domains/python.py:359 #, python-format msgid "%s() (%s static method)" msgstr "%s() (%s statična metoda)" -#: sphinx/domains/python.py:367 +#: sphinx/domains/python.py:369 #, python-format msgid "%s() (%s.%s class method)" msgstr "" -#: sphinx/domains/python.py:370 +#: sphinx/domains/python.py:372 #, python-format msgid "%s() (%s class method)" msgstr "" -#: sphinx/domains/python.py:380 +#: sphinx/domains/python.py:382 #, python-format msgid "%s (%s.%s attribute)" msgstr "%s (%s.%s atribut)" -#: sphinx/domains/python.py:461 +#: sphinx/domains/python.py:463 #, python-format msgid "%s (module)" msgstr "%s (modul)" -#: sphinx/domains/python.py:518 +#: sphinx/domains/python.py:520 msgid "Python Module Index" msgstr "" -#: sphinx/domains/python.py:519 +#: sphinx/domains/python.py:521 msgid "modules" msgstr "Moduli" -#: sphinx/domains/python.py:565 +#: sphinx/domains/python.py:567 msgid "Deprecated" msgstr "Zastarjelo" -#: sphinx/domains/python.py:590 sphinx/locale/__init__.py:181 +#: sphinx/domains/python.py:592 sphinx/locale/__init__.py:183 msgid "exception" msgstr "izuzetak" -#: sphinx/domains/python.py:591 +#: sphinx/domains/python.py:593 msgid "method" msgstr "" -#: sphinx/domains/python.py:592 +#: sphinx/domains/python.py:594 msgid "class method" msgstr "" -#: sphinx/domains/python.py:593 +#: sphinx/domains/python.py:595 msgid "static method" msgstr "statična metoda" -#: sphinx/domains/python.py:595 sphinx/locale/__init__.py:177 +#: sphinx/domains/python.py:597 sphinx/locale/__init__.py:179 msgid "module" msgstr "modul" -#: sphinx/domains/python.py:760 +#: sphinx/domains/python.py:762 msgid " (deprecated)" msgstr " (zastarjelo)" @@ -396,64 +400,64 @@ msgstr "varijabla okruženja; %s" msgid "%scommand line option; %s" msgstr "%scommand line parameter; %s" -#: sphinx/domains/std.py:443 +#: sphinx/domains/std.py:433 msgid "glossary term" msgstr "" -#: sphinx/domains/std.py:444 +#: sphinx/domains/std.py:434 msgid "grammar token" msgstr "" -#: sphinx/domains/std.py:445 +#: sphinx/domains/std.py:435 msgid "reference label" msgstr "" -#: sphinx/domains/std.py:447 +#: sphinx/domains/std.py:437 msgid "environment variable" msgstr "varijabla okruženja" -#: sphinx/domains/std.py:448 +#: sphinx/domains/std.py:438 msgid "program option" msgstr "" -#: sphinx/domains/std.py:481 sphinx/themes/basic/genindex-single.html:32 +#: sphinx/domains/std.py:471 sphinx/themes/basic/genindex-single.html:32 #: sphinx/themes/basic/genindex-single.html:57 #: sphinx/themes/basic/genindex-split.html:11 #: sphinx/themes/basic/genindex-split.html:14 #: sphinx/themes/basic/genindex.html:32 sphinx/themes/basic/genindex.html:35 #: sphinx/themes/basic/genindex.html:68 sphinx/themes/basic/layout.html:134 -#: sphinx/writers/latex.py:201 sphinx/writers/texinfo.py:479 +#: sphinx/writers/latex.py:346 sphinx/writers/texinfo.py:481 msgid "Index" msgstr "Abecedni popis" -#: sphinx/domains/std.py:482 +#: sphinx/domains/std.py:472 msgid "Module Index" msgstr "Popis modula" -#: sphinx/domains/std.py:483 sphinx/themes/basic/defindex.html:25 +#: sphinx/domains/std.py:473 sphinx/themes/basic/defindex.html:25 msgid "Search Page" msgstr "Tražilica" -#: sphinx/ext/autodoc.py:1139 +#: sphinx/ext/autodoc.py:1265 #, python-format msgid " Bases: %s" msgstr " Osnove: %s" -#: sphinx/ext/autodoc.py:1181 +#: sphinx/ext/autodoc.py:1318 #, python-format msgid "alias of :class:`%s`" msgstr "nadimak za :class:`%s`" -#: sphinx/ext/graphviz.py:293 sphinx/ext/graphviz.py:301 +#: sphinx/ext/graphviz.py:307 sphinx/ext/graphviz.py:316 #, python-format msgid "[graph: %s]" msgstr "" -#: sphinx/ext/graphviz.py:295 sphinx/ext/graphviz.py:303 +#: sphinx/ext/graphviz.py:309 sphinx/ext/graphviz.py:318 msgid "[graph]" msgstr "" -#: sphinx/ext/intersphinx.py:257 +#: sphinx/ext/intersphinx.py:359 #, python-format msgid "(in %s v%s)" msgstr "" @@ -462,112 +466,116 @@ msgstr "" msgid "[source]" msgstr "" -#: sphinx/ext/todo.py:43 +#: sphinx/ext/todo.py:56 msgid "Todo" msgstr "Todo" -#: sphinx/ext/todo.py:113 -#, python-format -msgid "(The <> is located in %s, line %d.)" +#: sphinx/ext/todo.py:129 +msgid "<>" msgstr "" -#: sphinx/ext/todo.py:122 +#: sphinx/ext/todo.py:132 +#, python-format +msgid "(The <> is located in %s, line %d.)" +msgstr "" + +#: sphinx/ext/todo.py:141 msgid "original entry" msgstr "" -#: sphinx/ext/viewcode.py:158 +#: sphinx/ext/viewcode.py:162 msgid "[docs]" msgstr "" -#: sphinx/ext/viewcode.py:172 +#: sphinx/ext/viewcode.py:176 msgid "Module code" msgstr "" -#: sphinx/ext/viewcode.py:178 +#: sphinx/ext/viewcode.py:182 #, python-format msgid "

Source code for %s

" msgstr "" -#: sphinx/ext/viewcode.py:204 +#: sphinx/ext/viewcode.py:208 msgid "Overview: module code" msgstr "" -#: sphinx/ext/viewcode.py:205 +#: sphinx/ext/viewcode.py:209 msgid "

All modules for which code is available

" msgstr "" -#: sphinx/locale/__init__.py:157 +#: sphinx/locale/__init__.py:159 msgid "Attention" msgstr "Pozor" -#: sphinx/locale/__init__.py:158 +#: sphinx/locale/__init__.py:160 msgid "Caution" msgstr "Pažnja" -#: sphinx/locale/__init__.py:159 +#: sphinx/locale/__init__.py:161 msgid "Danger" msgstr "Opasnost" -#: sphinx/locale/__init__.py:160 +#: sphinx/locale/__init__.py:162 msgid "Error" msgstr "Greška" -#: sphinx/locale/__init__.py:161 +#: sphinx/locale/__init__.py:163 msgid "Hint" msgstr "Savjet" -#: sphinx/locale/__init__.py:162 +#: sphinx/locale/__init__.py:164 msgid "Important" msgstr "Važno" -#: sphinx/locale/__init__.py:163 +#: sphinx/locale/__init__.py:165 msgid "Note" msgstr "Napomena" -#: sphinx/locale/__init__.py:164 +#: sphinx/locale/__init__.py:166 msgid "See also" msgstr "Pogledaj i" -#: sphinx/locale/__init__.py:165 +#: sphinx/locale/__init__.py:167 msgid "Tip" msgstr "Savjet" -#: sphinx/locale/__init__.py:166 +#: sphinx/locale/__init__.py:168 msgid "Warning" msgstr "Upozorenje" -#: sphinx/locale/__init__.py:170 +#: sphinx/locale/__init__.py:172 #, python-format msgid "New in version %s" msgstr "Novo u verziji %s" -#: sphinx/locale/__init__.py:171 +#: sphinx/locale/__init__.py:173 #, python-format msgid "Changed in version %s" msgstr "Promijenjeno u verziji %s" -#: sphinx/locale/__init__.py:172 +#: sphinx/locale/__init__.py:174 #, python-format msgid "Deprecated since version %s" msgstr "Zastarijelo od verzije %s" -#: sphinx/locale/__init__.py:178 +#: sphinx/locale/__init__.py:180 msgid "keyword" msgstr "ključna riječ" -#: sphinx/locale/__init__.py:179 +#: sphinx/locale/__init__.py:181 msgid "operator" msgstr "operator" -#: sphinx/locale/__init__.py:180 +#: sphinx/locale/__init__.py:182 msgid "object" msgstr "objekt" -#: sphinx/locale/__init__.py:182 +#: sphinx/locale/__init__.py:184 msgid "statement" msgstr "izjava" -#: sphinx/locale/__init__.py:183 +#: sphinx/locale/__init__.py:185 msgid "built-in function" msgstr "ugrađen funkcije" @@ -695,7 +703,9 @@ msgstr "Zadnji put ažurirano %(last_updated)s." msgid "" "Created using Sphinx " "%(sphinx_version)s." -msgstr "Izrađeno sa Sphinx %(sphinx_version)s." +msgstr "" +"Izrađeno sa Sphinx " +"%(sphinx_version)s." #: sphinx/themes/basic/opensearch.xml:4 #, python-format @@ -722,7 +732,9 @@ msgstr "slijedeće poglavje" msgid "" "Please activate JavaScript to enable the search\n" " functionality." -msgstr "Molimo omogućite JavaScript\n za djelovanje tražilice." +msgstr "" +"Molimo omogućite JavaScript\n" +" za djelovanje tražilice." #: sphinx/themes/basic/search.html:32 msgid "" @@ -730,25 +742,26 @@ msgid "" " words into the box below and click \"search\". Note that the search\n" " function will automatically search for all of the words. Pages\n" " containing fewer words won't appear in the result list." -msgstr "From here you can search these documents. Enter your search\n words into the box below and click \"search\". Note that the search\n function will automatically search for all of the words. Pages\n containing fewer words won't appear in the result list." +msgstr "" +"From here you can search these documents. Enter your search\n" +" words into the box below and click \"search\". Note that the search\n" +" function will automatically search for all of the words. Pages\n" +" containing fewer words won't appear in the result list." -#: sphinx/themes/basic/search.html:39 -#: sphinx/themes/basic/searchresults.html:17 +#: sphinx/themes/basic/search.html:39 sphinx/themes/basic/searchresults.html:17 msgid "search" msgstr "traži" -#: sphinx/themes/basic/search.html:43 -#: sphinx/themes/basic/searchresults.html:21 -#: sphinx/themes/basic/static/searchtools.js_t:281 +#: sphinx/themes/basic/search.html:43 sphinx/themes/basic/searchresults.html:21 +#: sphinx/themes/basic/static/searchtools.js_t:282 msgid "Search Results" msgstr "Rezultati pretrage" -#: sphinx/themes/basic/search.html:45 -#: sphinx/themes/basic/searchresults.html:23 -#: sphinx/themes/basic/static/searchtools.js_t:283 +#: sphinx/themes/basic/search.html:45 sphinx/themes/basic/searchresults.html:23 +#: sphinx/themes/basic/static/searchtools.js_t:284 msgid "" -"Your search did not match any documents. Please make sure that all words are" -" spelled correctly and that you've selected enough categories." +"Your search did not match any documents. Please make sure that all words " +"are spelled correctly and that you've selected enough categories." msgstr "" #: sphinx/themes/basic/searchbox.html:12 @@ -787,33 +800,33 @@ msgstr "C API changes" msgid "Other changes" msgstr "Ostale promjene" -#: sphinx/themes/basic/static/doctools.js:166 sphinx/writers/html.py:610 -#: sphinx/writers/html.py:615 +#: sphinx/themes/basic/static/doctools.js_t:169 sphinx/writers/html.py:668 +#: sphinx/writers/html.py:673 msgid "Permalink to this headline" msgstr "Link na taj naslov" -#: sphinx/themes/basic/static/doctools.js:172 sphinx/writers/html.py:107 +#: sphinx/themes/basic/static/doctools.js_t:175 sphinx/writers/html.py:105 msgid "Permalink to this definition" msgstr "Link na tu definiciju" -#: sphinx/themes/basic/static/doctools.js:205 +#: sphinx/themes/basic/static/doctools.js_t:208 msgid "Hide Search Matches" msgstr "Sakrij rezultate pretrage" -#: sphinx/themes/basic/static/searchtools.js_t:119 +#: sphinx/themes/basic/static/searchtools.js_t:121 msgid "Searching" msgstr "" -#: sphinx/themes/basic/static/searchtools.js_t:124 +#: sphinx/themes/basic/static/searchtools.js_t:126 msgid "Preparing search..." msgstr "" -#: sphinx/themes/basic/static/searchtools.js_t:285 +#: sphinx/themes/basic/static/searchtools.js_t:286 #, python-format msgid "Search finished, found %s page(s) matching the search query." msgstr "" -#: sphinx/themes/basic/static/searchtools.js_t:337 +#: sphinx/themes/basic/static/searchtools.js_t:338 msgid ", in " msgstr "" @@ -830,44 +843,59 @@ msgstr "" msgid "Contents" msgstr "" -#: sphinx/writers/html.py:334 +#: sphinx/writers/html.py:349 msgid "Permalink to this code" msgstr "" -#: sphinx/writers/html.py:337 +#: sphinx/writers/html.py:353 msgid "Permalink to this image" msgstr "" -#: sphinx/writers/html.py:339 +#: sphinx/writers/html.py:355 msgid "Permalink to this toctree" msgstr "" -#: sphinx/writers/html.py:619 +#: sphinx/writers/html.py:677 msgid "Permalink to this table" msgstr "" -#: sphinx/writers/latex.py:199 +#: sphinx/writers/latex.py:344 msgid "Release" msgstr "Distribucija" -#: sphinx/writers/latex.py:697 sphinx/writers/manpage.py:177 -#: sphinx/writers/texinfo.py:616 +#: sphinx/writers/latex.py:408 +#, fuzzy +msgid "page" +msgstr "Opasnost" + +#: sphinx/writers/latex.py:908 sphinx/writers/manpage.py:226 +#: sphinx/writers/texinfo.py:620 msgid "Footnotes" msgstr "" -#: sphinx/writers/latex.py:785 +#: sphinx/writers/latex.py:1010 msgid "continued from previous page" msgstr "nastavak sa prethodne stranice" -#: sphinx/writers/latex.py:791 +#: sphinx/writers/latex.py:1016 msgid "Continued on next page" msgstr "nastavak na slijedećoj stranici" -#: sphinx/writers/manpage.py:223 sphinx/writers/text.py:541 +#: sphinx/writers/manpage.py:275 sphinx/writers/text.py:582 #, python-format msgid "[image: %s]" msgstr "" -#: sphinx/writers/manpage.py:224 sphinx/writers/text.py:542 +#: sphinx/writers/manpage.py:276 sphinx/writers/text.py:583 msgid "[image]" msgstr "[slika]" + +#~ msgid "%B %d, %Y" +#~ msgstr "%d %B, %Y" + +#~ msgid "%b %d, %Y" +#~ msgstr "%d %b, %Y" + +#~ msgid "(The <> is located in %s, line %d.)" +#~ msgstr "" + diff --git a/sphinx/locale/hu/LC_MESSAGES/sphinx.js b/sphinx/locale/hu/LC_MESSAGES/sphinx.js index bbbfbd351..a5453fe8c 100644 --- a/sphinx/locale/hu/LC_MESSAGES/sphinx.js +++ b/sphinx/locale/hu/LC_MESSAGES/sphinx.js @@ -1 +1 @@ -Documentation.addTranslations({"locale": "hu", "plural_expr": "(n != 1)", "messages": {"Next topic": "K\u00f6vetkez\u0151 t\u00e9mak\u00f6r", "Index": "T\u00e1rgymutat\u00f3", "%(filename)s — %(docstitle)s": "%(filename)s — %(docstitle)s", "Welcome! This is": "\u00dcdv\u00f6z\u00f6lj\u00fck! Ez a", "Copyright": "Minden jog fenntartva", "C API changes": "C API v\u00e1ltoz\u00e1sok", "quick access to all modules": "gyors hozz\u00e1f\u00e9r\u00e9s az \u00f6sszes modulhoz", "© Copyright %(copyright)s.": "© Minden jog fenntartva %(copyright)s.", "Global Module Index": "Teljes modul t\u00e1rgymutat\u00f3", "Your search did not match any documents. Please make sure that all words are spelled correctly and that you've selected enough categories.": "A keres\u00e9se nem hozott eredm\u00e9nyt. Ellen\u0151rizze, a megadott kulcsszavakat \u00e9s azt, hogy megfelel\u0151 sz\u00e1m\u00fa kateg\u00f3ria van-e kiv\u00e1lasztva.", "Index – %(key)s": "T\u00e1rgymutat\u00f3 – %(key)s", "General Index": "\u00c1ltal\u00e1nos t\u00e1rgymutat\u00f3", "next chapter": "k\u00f6vetkez\u0151 fejezet", "Search finished, found %s page(s) matching the search query.": "A keres\u00e9s befejez\u0151d\u00f6tt, %s oldal egyezik a keres\u00e9si fel\u00e9teleknek.", "previous chapter": "el\u0151z\u0151 fejezet", "Permalink to this headline": "Hivatkoz\u00e1s erre a fejezetc\u00edmre", "About these documents": "N\u00e9vjegy ezekr\u0151l a dokumentumokr\u00f3l", "Preparing search...": "Felk\u00e9sz\u00fcl\u00e9s a keres\u00e9sre...", ", in ": ", ", "Navigation": "Navig\u00e1ci\u00f3", "Expand sidebar": "Oldals\u00e1v kinyit\u00e1sa", "the documentation for": "dokument\u00e1ci\u00f3", "Complete Table of Contents": "Teljes tartalomjegyz\u00e9k", "Contents": "Tartalom", "can be huge": "nagy lehet", "Changes in Version %(version)s — %(docstitle)s": "V\u00e1ltoz\u00e1sok a(z) %(version)s v\u00e1ltozatban — %(docstitle)s", "Other changes": "Egy\u00e9b v\u00e1ltoz\u00e1sok", "Hide Search Matches": "Keres\u00e9si Tal\u00e1latok Elrejt\u00e9se", "Quick search": "Gyorskeres\u00e9s", "Show Source": "Forr\u00e1s megtekint\u00e9se", "Search": "Keres\u00e9s", "This Page": "Ez az Oldal", "From here you can search these documents. Enter your search\n words into the box below and click \"search\". Note that the search\n function will automatically search for all of the words. Pages\n containing fewer words won't appear in the result list.": "Err\u0151l az oldalr\u00f3l ind\u00edthatja keres\u00e9seit. \u00cdrja be a kulcsszavakat\n az al\u00e1bbi sz\u00f6vegdobozba, majd kattintson a \"keres\u00e9s\" gombra.\n \u00dcgyeljen arra, hogy a keres\u00e9s megadott kulcsszavak mindegyik\u00e9t\n figyelembe veszi, \u00edgy azok az oldalak, melyek nem tartalmazz\u00e1k az\n \u00f6sszes kifejez\u00e9st, nem jelennek meg a tal\u00e1lati list\u00e1ban.", "Created using Sphinx %(sphinx_version)s.": "Sphinx %(sphinx_version)s haszn\u00e1lat\u00e1val k\u00e9sz\u00fclt.", "last updated": "utolj\u00e1ra friss\u00edtve", "Collapse sidebar": "Oldals\u00e1v \u00f6sszez\u00e1r\u00e1sa", "Go": "Ok", "Table Of Contents": "Tartalomjegyz\u00e9k", "Search within %(docstitle)s": "Keres\u00e9s k\u00f6zt\u00fck: %(docstitle)s", "all functions, classes, terms": "\u00f6sszes funkci\u00f3, oszt\u00e1ly \u00e9s kifejez\u00e9s", "Please activate JavaScript to enable the search\n functionality.": "K\u00e9rem enged\u00e9lyezze a JavaScriptet a keres\u0151 funkci\u00f3\n haszn\u00e1lat\u00e1hoz.", "Indices and tables:": "T\u00e1rgymutat\u00f3 \u00e9s t\u00e1bl\u00e1zatok", "lists all sections and subsections": "kilist\u00e1zza az \u00f6sszes fejezetet \u00e9s alfejezetet", "Index pages by letter": "Oldalak ABC sorrendben", "search": "keres\u00e9s", "Permalink to this definition": "Hivatkoz\u00e1s erre a defin\u00edci\u00f3ra", "Previous topic": "El\u0151z\u0151 t\u00e9mak\u00f6r", "Overview": "\u00c1ttekint\u00e9s", "Last updated on %(last_updated)s.": "Utols\u00f3 friss\u00edt\u00e9s %(last_updated)s.", "Searching": "Keres\u00e9s folyamatban", "search this documentation": "keres\u00e9s ebben a dokument\u00e1ci\u00f3ban", "Automatically generated list of changes in version %(version)s": "Automatikusan gener\u00e1lt v\u00e1ltoz\u00e1slista a(z) %(version)s v\u00e1ltozathoz", "Full index on one page": "Teljes t\u00e1rgymutat\u00f3 egy oldalon", "Enter search terms or a module, class or function name.": "Adjon meg egy keresend\u0151 kifejez\u00e9st, modul, oszt\u00e1ly vagy funkci\u00f3 nevet.", "© Copyright %(copyright)s.": "© Minden jog fenntartva %(copyright)s.", "Library changes": "K\u00f6nyvt\u00e1r v\u00e1ltoz\u00e1sok", "Search Page": "Keres\u00e9s", "Search Results": "Keres\u00e9si Eredm\u00e9nyek"}}); \ No newline at end of file +Documentation.addTranslations({"locale": "hu", "messages": {"%(filename)s — %(docstitle)s": "%(filename)s — %(docstitle)s", "© Copyright %(copyright)s.": "© Minden jog fenntartva %(copyright)s.", "© Copyright %(copyright)s.": "© Minden jog fenntartva %(copyright)s.", ", in ": ", ", "About these documents": "N\u00e9vjegy ezekr\u0151l a dokumentumokr\u00f3l", "Automatically generated list of changes in version %(version)s": "Automatikusan gener\u00e1lt v\u00e1ltoz\u00e1slista a(z) %(version)s v\u00e1ltozathoz", "C API changes": "C API v\u00e1ltoz\u00e1sok", "Changes in Version %(version)s — %(docstitle)s": "V\u00e1ltoz\u00e1sok a(z) %(version)s v\u00e1ltozatban — %(docstitle)s", "Collapse sidebar": "Oldals\u00e1v \u00f6sszez\u00e1r\u00e1sa", "Complete Table of Contents": "Teljes tartalomjegyz\u00e9k", "Contents": "Tartalom", "Copyright": "Minden jog fenntartva", "Created using Sphinx %(sphinx_version)s.": "Sphinx %(sphinx_version)s haszn\u00e1lat\u00e1val k\u00e9sz\u00fclt.", "Enter search terms or a module, class or function name.": "Adjon meg egy keresend\u0151 kifejez\u00e9st, modul, oszt\u00e1ly vagy funkci\u00f3 nevet.", "Expand sidebar": "Oldals\u00e1v kinyit\u00e1sa", "From here you can search these documents. Enter your search\n words into the box below and click \"search\". Note that the search\n function will automatically search for all of the words. Pages\n containing fewer words won't appear in the result list.": "Err\u0151l az oldalr\u00f3l ind\u00edthatja keres\u00e9seit. \u00cdrja be a kulcsszavakat\n az al\u00e1bbi sz\u00f6vegdobozba, majd kattintson a \"keres\u00e9s\" gombra.\n \u00dcgyeljen arra, hogy a keres\u00e9s megadott kulcsszavak mindegyik\u00e9t\n figyelembe veszi, \u00edgy azok az oldalak, melyek nem tartalmazz\u00e1k az\n \u00f6sszes kifejez\u00e9st, nem jelennek meg a tal\u00e1lati list\u00e1ban.", "Full index on one page": "Teljes t\u00e1rgymutat\u00f3 egy oldalon", "General Index": "\u00c1ltal\u00e1nos t\u00e1rgymutat\u00f3", "Global Module Index": "Teljes modul t\u00e1rgymutat\u00f3", "Go": "Ok", "Hide Search Matches": "Keres\u00e9si Tal\u00e1latok Elrejt\u00e9se", "Index": "T\u00e1rgymutat\u00f3", "Index – %(key)s": "T\u00e1rgymutat\u00f3 – %(key)s", "Index pages by letter": "Oldalak ABC sorrendben", "Indices and tables:": "T\u00e1rgymutat\u00f3 \u00e9s t\u00e1bl\u00e1zatok", "Last updated on %(last_updated)s.": "Utols\u00f3 friss\u00edt\u00e9s %(last_updated)s.", "Library changes": "K\u00f6nyvt\u00e1r v\u00e1ltoz\u00e1sok", "Navigation": "Navig\u00e1ci\u00f3", "Next topic": "K\u00f6vetkez\u0151 t\u00e9mak\u00f6r", "Other changes": "Egy\u00e9b v\u00e1ltoz\u00e1sok", "Overview": "\u00c1ttekint\u00e9s", "Permalink to this definition": "Hivatkoz\u00e1s erre a defin\u00edci\u00f3ra", "Permalink to this headline": "Hivatkoz\u00e1s erre a fejezetc\u00edmre", "Please activate JavaScript to enable the search\n functionality.": "K\u00e9rem enged\u00e9lyezze a JavaScriptet a keres\u0151 funkci\u00f3\n haszn\u00e1lat\u00e1hoz.", "Preparing search...": "Felk\u00e9sz\u00fcl\u00e9s a keres\u00e9sre...", "Previous topic": "El\u0151z\u0151 t\u00e9mak\u00f6r", "Quick search": "Gyorskeres\u00e9s", "Search": "Keres\u00e9s", "Search Page": "Keres\u00e9s", "Search Results": "Keres\u00e9si Eredm\u00e9nyek", "Search finished, found %s page(s) matching the search query.": "A keres\u00e9s befejez\u0151d\u00f6tt, %s oldal egyezik a keres\u00e9si fel\u00e9teleknek.", "Search within %(docstitle)s": "Keres\u00e9s k\u00f6zt\u00fck: %(docstitle)s", "Searching": "Keres\u00e9s folyamatban", "Show Source": "Forr\u00e1s megtekint\u00e9se", "Table Of Contents": "Tartalomjegyz\u00e9k", "This Page": "Ez az Oldal", "Welcome! This is": "\u00dcdv\u00f6z\u00f6lj\u00fck! Ez a", "Your search did not match any documents. Please make sure that all words are spelled correctly and that you've selected enough categories.": "A keres\u00e9se nem hozott eredm\u00e9nyt. Ellen\u0151rizze, a megadott kulcsszavakat \u00e9s azt, hogy megfelel\u0151 sz\u00e1m\u00fa kateg\u00f3ria van-e kiv\u00e1lasztva.", "all functions, classes, terms": "\u00f6sszes funkci\u00f3, oszt\u00e1ly \u00e9s kifejez\u00e9s", "can be huge": "nagy lehet", "last updated": "utolj\u00e1ra friss\u00edtve", "lists all sections and subsections": "kilist\u00e1zza az \u00f6sszes fejezetet \u00e9s alfejezetet", "next chapter": "k\u00f6vetkez\u0151 fejezet", "previous chapter": "el\u0151z\u0151 fejezet", "quick access to all modules": "gyors hozz\u00e1f\u00e9r\u00e9s az \u00f6sszes modulhoz", "search": "keres\u00e9s", "search this documentation": "keres\u00e9s ebben a dokument\u00e1ci\u00f3ban", "the documentation for": "dokument\u00e1ci\u00f3"}, "plural_expr": "(n != 1)"}); \ No newline at end of file diff --git a/sphinx/locale/hu/LC_MESSAGES/sphinx.mo b/sphinx/locale/hu/LC_MESSAGES/sphinx.mo index da42b5e10..8956bf5f0 100644 Binary files a/sphinx/locale/hu/LC_MESSAGES/sphinx.mo and b/sphinx/locale/hu/LC_MESSAGES/sphinx.mo differ diff --git a/sphinx/locale/hu/LC_MESSAGES/sphinx.po b/sphinx/locale/hu/LC_MESSAGES/sphinx.po index 2ed59645b..33c78c01e 100644 --- a/sphinx/locale/hu/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/hu/LC_MESSAGES/sphinx.po @@ -1,56 +1,55 @@ -# Translations template for Sphinx. -# Copyright (C) 2015 ORGANIZATION +# Hungarian translations for Sphinx. +# Copyright (C) 2016 ORGANIZATION # This file is distributed under the same license as the Sphinx project. -# -# Translators: -# FIRST AUTHOR , 2011 -# szunyog , 2013,2015 +# FIRST AUTHOR , 2016. +# msgid "" msgstr "" -"Project-Id-Version: Sphinx\n" +"Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2015-03-08 23:31+0900\n" +"POT-Creation-Date: 2016-02-14 22:15+0900\n" "PO-Revision-Date: 2015-03-08 14:35+0000\n" "Last-Translator: Takayuki Shimizukawa \n" -"Language-Team: Hungarian (http://www.transifex.com/projects/p/sphinx-1/language/hu/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 1.3\n" "Language: hu\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"Language-Team: Hungarian " +"(http://www.transifex.com/projects/p/sphinx-1/language/hu/)\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.2.0\n" -#: sphinx/config.py:80 +#: sphinx/config.py:84 #, python-format msgid "Fig. %s" msgstr "%s. ábra" -#: sphinx/config.py:81 +#: sphinx/config.py:85 #, python-format msgid "Table %s" msgstr "%s. táblázat" -#: sphinx/config.py:82 +#: sphinx/config.py:86 #, python-format msgid "Listing %s" msgstr "%s. felsorlás" -#: sphinx/config.py:89 +#: sphinx/config.py:93 #, python-format msgid "%s %s documentation" msgstr "%s %s dokumentáció" -#: sphinx/environment.py:1880 +#: sphinx/environment.py:1815 #, python-format msgid "see %s" msgstr "lásd %s" -#: sphinx/environment.py:1883 +#: sphinx/environment.py:1819 #, python-format msgid "see also %s" msgstr "lásd még %s" -#: sphinx/environment.py:1941 +#: sphinx/environment.py:1879 msgid "Symbols" msgstr "Szimbólumok" @@ -59,11 +58,10 @@ msgstr "Szimbólumok" msgid "Python Enhancement Proposals; PEP %s" msgstr "Python Fejlesztési Javaslatok; PEP %s" -#: sphinx/transforms.py:58 sphinx/writers/latex.py:212 -#: sphinx/writers/manpage.py:67 sphinx/writers/texinfo.py:221 -#, python-format -msgid "%B %d, %Y" -msgstr "%Y. %m. %d." +#: sphinx/transforms.py:56 sphinx/writers/latex.py:357 +#: sphinx/writers/manpage.py:101 sphinx/writers/texinfo.py:222 +msgid "MMMM dd, YYYY" +msgstr "" #: sphinx/builders/changes.py:75 msgid "Builtins" @@ -73,64 +71,63 @@ msgstr "Beépített" msgid "Module level" msgstr "Modul szint" -#: sphinx/builders/html.py:291 -#, python-format -msgid "%b %d, %Y" -msgstr "%b %d, %Y" +#: sphinx/builders/html.py:295 +msgid "MMM dd, YYYY" +msgstr "" -#: sphinx/builders/html.py:310 sphinx/themes/basic/defindex.html:30 +#: sphinx/builders/html.py:315 sphinx/themes/basic/defindex.html:30 msgid "General Index" msgstr "Általános tárgymutató" -#: sphinx/builders/html.py:310 +#: sphinx/builders/html.py:315 msgid "index" msgstr "nyitóoldal" -#: sphinx/builders/html.py:371 +#: sphinx/builders/html.py:376 msgid "next" msgstr "következő" -#: sphinx/builders/html.py:380 +#: sphinx/builders/html.py:385 msgid "previous" msgstr "előző" -#: sphinx/builders/latex.py:144 sphinx/builders/texinfo.py:198 +#: sphinx/builders/latex.py:165 sphinx/builders/texinfo.py:199 msgid " (in " msgstr " (" -#: sphinx/directives/other.py:150 +#: sphinx/directives/other.py:149 msgid "Section author: " msgstr "Fejezet szerző: " -#: sphinx/directives/other.py:152 +#: sphinx/directives/other.py:151 msgid "Module author: " msgstr "Modul szerző: " -#: sphinx/directives/other.py:154 +#: sphinx/directives/other.py:153 msgid "Code author: " msgstr "Kód szerző: " -#: sphinx/directives/other.py:156 +#: sphinx/directives/other.py:155 msgid "Author: " msgstr "Szerző: " -#: sphinx/domains/__init__.py:273 +#: sphinx/domains/__init__.py:275 #, python-format msgid "%s %s" msgstr "%s %s" -#: sphinx/domains/c.py:58 sphinx/domains/cpp.py:2408 -#: sphinx/domains/python.py:122 +#: sphinx/domains/c.py:58 sphinx/domains/cpp.py:3605 +#: sphinx/domains/python.py:124 msgid "Parameters" msgstr "Paraméterek" -#: sphinx/domains/c.py:61 sphinx/domains/cpp.py:2414 -#: sphinx/domains/javascript.py:128 sphinx/domains/python.py:134 +#: sphinx/domains/c.py:61 sphinx/domains/cpp.py:3614 +#: sphinx/domains/javascript.py:128 sphinx/domains/python.py:136 msgid "Returns" msgstr "Visszatérési érték" #: sphinx/domains/c.py:63 sphinx/domains/javascript.py:130 -#: sphinx/domains/python.py:136 +#: sphinx/domains/python.py:138 msgid "Return type" msgstr "Visszatérés típusa" @@ -159,12 +156,12 @@ msgstr "%s (C típus)" msgid "%s (C variable)" msgstr "%s (C változó)" -#: sphinx/domains/c.py:242 sphinx/domains/cpp.py:2680 -#: sphinx/domains/javascript.py:164 sphinx/domains/python.py:587 +#: sphinx/domains/c.py:242 sphinx/domains/cpp.py:3953 +#: sphinx/domains/javascript.py:164 sphinx/domains/python.py:589 msgid "function" msgstr "függvény" -#: sphinx/domains/c.py:243 sphinx/domains/cpp.py:2681 +#: sphinx/domains/c.py:243 sphinx/domains/cpp.py:3954 msgid "member" msgstr "tag" @@ -172,7 +169,7 @@ msgstr "tag" msgid "macro" msgstr "makró" -#: sphinx/domains/c.py:245 sphinx/domains/cpp.py:2682 +#: sphinx/domains/c.py:245 sphinx/domains/cpp.py:3955 msgid "type" msgstr "típus" @@ -180,59 +177,64 @@ msgstr "típus" msgid "variable" msgstr "változó" -#: sphinx/domains/cpp.py:2411 sphinx/domains/javascript.py:125 +#: sphinx/domains/cpp.py:3608 +#, fuzzy +msgid "Template Parameters" +msgstr "Paraméterek" + +#: sphinx/domains/cpp.py:3611 sphinx/domains/javascript.py:125 msgid "Throws" msgstr "Dob" -#: sphinx/domains/cpp.py:2518 +#: sphinx/domains/cpp.py:3733 #, python-format msgid "%s (C++ type)" msgstr "%s (C++ típus)" -#: sphinx/domains/cpp.py:2531 +#: sphinx/domains/cpp.py:3744 #, python-format msgid "%s (C++ member)" msgstr "%s (C++ tagváltozó)" -#: sphinx/domains/cpp.py:2543 +#: sphinx/domains/cpp.py:3755 #, python-format msgid "%s (C++ function)" msgstr "%s (C++ függvény)" -#: sphinx/domains/cpp.py:2555 +#: sphinx/domains/cpp.py:3766 #, python-format msgid "%s (C++ class)" msgstr "%s (C++ osztály)" -#: sphinx/domains/cpp.py:2579 +#: sphinx/domains/cpp.py:3786 #, python-format msgid "%s (C++ enum)" msgstr "%s (C++ enumeráció)" -#: sphinx/domains/cpp.py:2617 +#: sphinx/domains/cpp.py:3816 #, python-format msgid "%s (C++ enumerator)" msgstr "%s (C++ enumerátor)" -#: sphinx/domains/cpp.py:2679 sphinx/domains/javascript.py:165 -#: sphinx/domains/python.py:589 +#: sphinx/domains/cpp.py:3952 sphinx/domains/javascript.py:165 +#: sphinx/domains/python.py:591 msgid "class" msgstr "osztály" -#: sphinx/domains/cpp.py:2683 +#: sphinx/domains/cpp.py:3956 msgid "enum" msgstr "enumeráció" -#: sphinx/domains/cpp.py:2684 +#: sphinx/domains/cpp.py:3957 msgid "enumerator" msgstr "enumerátor" -#: sphinx/domains/javascript.py:106 sphinx/domains/python.py:280 +#: sphinx/domains/javascript.py:106 sphinx/domains/python.py:282 #, python-format msgid "%s() (built-in function)" msgstr "%s() (beépített függvény)" -#: sphinx/domains/javascript.py:107 sphinx/domains/python.py:344 +#: sphinx/domains/javascript.py:107 sphinx/domains/python.py:346 #, python-format msgid "%s() (%s method)" msgstr "%s() (%s metódus)" @@ -247,7 +249,7 @@ msgstr "%s() (osztály)" msgid "%s (global variable or constant)" msgstr "%s (globális változó vagy konstans)" -#: sphinx/domains/javascript.py:113 sphinx/domains/python.py:382 +#: sphinx/domains/javascript.py:113 sphinx/domains/python.py:384 #, python-format msgid "%s (%s attribute)" msgstr "%s (%s attribútum)" @@ -256,116 +258,116 @@ msgstr "%s (%s attribútum)" msgid "Arguments" msgstr "Argumentum" -#: sphinx/domains/javascript.py:166 sphinx/domains/python.py:588 +#: sphinx/domains/javascript.py:166 sphinx/domains/python.py:590 msgid "data" msgstr "adat" -#: sphinx/domains/javascript.py:167 sphinx/domains/python.py:594 +#: sphinx/domains/javascript.py:167 sphinx/domains/python.py:596 msgid "attribute" msgstr "attribútum" -#: sphinx/domains/python.py:127 +#: sphinx/domains/python.py:129 msgid "Variables" msgstr "Változók" -#: sphinx/domains/python.py:131 +#: sphinx/domains/python.py:133 msgid "Raises" msgstr "Elmel" -#: sphinx/domains/python.py:281 sphinx/domains/python.py:338 -#: sphinx/domains/python.py:350 sphinx/domains/python.py:363 +#: sphinx/domains/python.py:283 sphinx/domains/python.py:340 +#: sphinx/domains/python.py:352 sphinx/domains/python.py:365 #, python-format msgid "%s() (in module %s)" msgstr "%s() (%s modulban)" -#: sphinx/domains/python.py:284 +#: sphinx/domains/python.py:286 #, python-format msgid "%s (built-in variable)" msgstr "%s (beépített változó)" -#: sphinx/domains/python.py:285 sphinx/domains/python.py:376 +#: sphinx/domains/python.py:287 sphinx/domains/python.py:378 #, python-format msgid "%s (in module %s)" msgstr "%s (%s modulban)" -#: sphinx/domains/python.py:301 +#: sphinx/domains/python.py:303 #, python-format msgid "%s (built-in class)" msgstr "%s (beépített osztály)" -#: sphinx/domains/python.py:302 +#: sphinx/domains/python.py:304 #, python-format msgid "%s (class in %s)" msgstr "%s (osztály %s)" -#: sphinx/domains/python.py:342 +#: sphinx/domains/python.py:344 #, python-format msgid "%s() (%s.%s method)" msgstr "%s() (%s.%s metódus)" -#: sphinx/domains/python.py:354 +#: sphinx/domains/python.py:356 #, python-format msgid "%s() (%s.%s static method)" msgstr "%s() (%s.%s statikus metódus)" -#: sphinx/domains/python.py:357 +#: sphinx/domains/python.py:359 #, python-format msgid "%s() (%s static method)" msgstr "%s() (%s statikus metódus)" -#: sphinx/domains/python.py:367 +#: sphinx/domains/python.py:369 #, python-format msgid "%s() (%s.%s class method)" msgstr "%s() (%s.%s osztály metódus)" -#: sphinx/domains/python.py:370 +#: sphinx/domains/python.py:372 #, python-format msgid "%s() (%s class method)" msgstr "%s() (%s osztály metódus)" -#: sphinx/domains/python.py:380 +#: sphinx/domains/python.py:382 #, python-format msgid "%s (%s.%s attribute)" msgstr "%s (%s.%s attribútum)" -#: sphinx/domains/python.py:461 +#: sphinx/domains/python.py:463 #, python-format msgid "%s (module)" msgstr "%s (modul)" -#: sphinx/domains/python.py:518 +#: sphinx/domains/python.py:520 msgid "Python Module Index" msgstr "Python Modul Mutató" -#: sphinx/domains/python.py:519 +#: sphinx/domains/python.py:521 msgid "modules" msgstr "modulok" -#: sphinx/domains/python.py:565 +#: sphinx/domains/python.py:567 msgid "Deprecated" msgstr "Elavult" -#: sphinx/domains/python.py:590 sphinx/locale/__init__.py:181 +#: sphinx/domains/python.py:592 sphinx/locale/__init__.py:183 msgid "exception" msgstr "kivétel" -#: sphinx/domains/python.py:591 +#: sphinx/domains/python.py:593 msgid "method" msgstr "metódus" -#: sphinx/domains/python.py:592 +#: sphinx/domains/python.py:594 msgid "class method" msgstr "osztály szintű metódus" -#: sphinx/domains/python.py:593 +#: sphinx/domains/python.py:595 msgid "static method" msgstr "statikus metódus" -#: sphinx/domains/python.py:595 sphinx/locale/__init__.py:177 +#: sphinx/domains/python.py:597 sphinx/locale/__init__.py:179 msgid "module" msgstr "modul" -#: sphinx/domains/python.py:760 +#: sphinx/domains/python.py:762 msgid " (deprecated)" msgstr " (elavult)" @@ -397,64 +399,64 @@ msgstr "környezeti változó; %s" msgid "%scommand line option; %s" msgstr "%sparancssor opció; %s" -#: sphinx/domains/std.py:443 +#: sphinx/domains/std.py:433 msgid "glossary term" msgstr "szójegyzék" -#: sphinx/domains/std.py:444 +#: sphinx/domains/std.py:434 msgid "grammar token" msgstr "nyelvtani jel" -#: sphinx/domains/std.py:445 +#: sphinx/domains/std.py:435 msgid "reference label" msgstr "referencia cimke" -#: sphinx/domains/std.py:447 +#: sphinx/domains/std.py:437 msgid "environment variable" msgstr "környezeti változó" -#: sphinx/domains/std.py:448 +#: sphinx/domains/std.py:438 msgid "program option" msgstr "program opció" -#: sphinx/domains/std.py:481 sphinx/themes/basic/genindex-single.html:32 +#: sphinx/domains/std.py:471 sphinx/themes/basic/genindex-single.html:32 #: sphinx/themes/basic/genindex-single.html:57 #: sphinx/themes/basic/genindex-split.html:11 #: sphinx/themes/basic/genindex-split.html:14 #: sphinx/themes/basic/genindex.html:32 sphinx/themes/basic/genindex.html:35 #: sphinx/themes/basic/genindex.html:68 sphinx/themes/basic/layout.html:134 -#: sphinx/writers/latex.py:201 sphinx/writers/texinfo.py:479 +#: sphinx/writers/latex.py:346 sphinx/writers/texinfo.py:481 msgid "Index" msgstr "Tárgymutató" -#: sphinx/domains/std.py:482 +#: sphinx/domains/std.py:472 msgid "Module Index" msgstr "Modulok" -#: sphinx/domains/std.py:483 sphinx/themes/basic/defindex.html:25 +#: sphinx/domains/std.py:473 sphinx/themes/basic/defindex.html:25 msgid "Search Page" msgstr "Keresés" -#: sphinx/ext/autodoc.py:1139 +#: sphinx/ext/autodoc.py:1265 #, python-format msgid " Bases: %s" msgstr " Alapul: %s" -#: sphinx/ext/autodoc.py:1181 +#: sphinx/ext/autodoc.py:1318 #, python-format msgid "alias of :class:`%s`" msgstr "álneve :class:`%s`" -#: sphinx/ext/graphviz.py:293 sphinx/ext/graphviz.py:301 +#: sphinx/ext/graphviz.py:307 sphinx/ext/graphviz.py:316 #, python-format msgid "[graph: %s]" msgstr "[graph: %s]" -#: sphinx/ext/graphviz.py:295 sphinx/ext/graphviz.py:303 +#: sphinx/ext/graphviz.py:309 sphinx/ext/graphviz.py:318 msgid "[graph]" msgstr "[graph]" -#: sphinx/ext/intersphinx.py:257 +#: sphinx/ext/intersphinx.py:359 #, python-format msgid "(in %s v%s)" msgstr "(%s v%s)" @@ -463,112 +465,117 @@ msgstr "(%s v%s)" msgid "[source]" msgstr "[source]" -#: sphinx/ext/todo.py:43 +#: sphinx/ext/todo.py:56 msgid "Todo" msgstr "Tennivaló" -#: sphinx/ext/todo.py:113 -#, python-format -msgid "(The <> is located in %s, line %d.)" +#: sphinx/ext/todo.py:129 +#, fuzzy +msgid "<>" +msgstr "eredeti bejegyzés" + +#: sphinx/ext/todo.py:132 +#, fuzzy, python-format +msgid "(The <> is located in %s, line %d.)" msgstr "(Az <> megtalálható a(z) %s, %d sor.)" -#: sphinx/ext/todo.py:122 +#: sphinx/ext/todo.py:141 msgid "original entry" msgstr "eredeti bejegyzés" -#: sphinx/ext/viewcode.py:158 +#: sphinx/ext/viewcode.py:162 msgid "[docs]" msgstr "[docs]" -#: sphinx/ext/viewcode.py:172 +#: sphinx/ext/viewcode.py:176 msgid "Module code" msgstr "Modul forráskód" -#: sphinx/ext/viewcode.py:178 +#: sphinx/ext/viewcode.py:182 #, python-format msgid "

Source code for %s

" msgstr "

%s forráskódja

" -#: sphinx/ext/viewcode.py:204 +#: sphinx/ext/viewcode.py:208 msgid "Overview: module code" msgstr "Áttekintés: modul forráskód" -#: sphinx/ext/viewcode.py:205 +#: sphinx/ext/viewcode.py:209 msgid "

All modules for which code is available

" msgstr "

Az összes modul, melynek forrása elérhető

" -#: sphinx/locale/__init__.py:157 +#: sphinx/locale/__init__.py:159 msgid "Attention" msgstr "Figyelem" -#: sphinx/locale/__init__.py:158 +#: sphinx/locale/__init__.py:160 msgid "Caution" msgstr "Figyelem" -#: sphinx/locale/__init__.py:159 +#: sphinx/locale/__init__.py:161 msgid "Danger" msgstr "Veszély" -#: sphinx/locale/__init__.py:160 +#: sphinx/locale/__init__.py:162 msgid "Error" msgstr "Hiba" -#: sphinx/locale/__init__.py:161 +#: sphinx/locale/__init__.py:163 msgid "Hint" msgstr "Tipp" -#: sphinx/locale/__init__.py:162 +#: sphinx/locale/__init__.py:164 msgid "Important" msgstr "Fontos" -#: sphinx/locale/__init__.py:163 +#: sphinx/locale/__init__.py:165 msgid "Note" msgstr "Megjegyzés" -#: sphinx/locale/__init__.py:164 +#: sphinx/locale/__init__.py:166 msgid "See also" msgstr "Lásd még" -#: sphinx/locale/__init__.py:165 +#: sphinx/locale/__init__.py:167 msgid "Tip" msgstr "Javaslat" -#: sphinx/locale/__init__.py:166 +#: sphinx/locale/__init__.py:168 msgid "Warning" msgstr "Figyelem" -#: sphinx/locale/__init__.py:170 +#: sphinx/locale/__init__.py:172 #, python-format msgid "New in version %s" msgstr "Új a(z) %s verzióban" -#: sphinx/locale/__init__.py:171 +#: sphinx/locale/__init__.py:173 #, python-format msgid "Changed in version %s" msgstr "A %s verzióban változott" -#: sphinx/locale/__init__.py:172 +#: sphinx/locale/__init__.py:174 #, python-format msgid "Deprecated since version %s" msgstr "Elavult a(z) %s verzió óta" -#: sphinx/locale/__init__.py:178 +#: sphinx/locale/__init__.py:180 msgid "keyword" msgstr "kulcsszó" -#: sphinx/locale/__init__.py:179 +#: sphinx/locale/__init__.py:181 msgid "operator" msgstr "operátor" -#: sphinx/locale/__init__.py:180 +#: sphinx/locale/__init__.py:182 msgid "object" msgstr "objektum" -#: sphinx/locale/__init__.py:182 +#: sphinx/locale/__init__.py:184 msgid "statement" msgstr "utasítás" -#: sphinx/locale/__init__.py:183 +#: sphinx/locale/__init__.py:185 msgid "built-in function" msgstr "beépített függvény" @@ -696,7 +703,9 @@ msgstr "Utolsó frissítés %(last_updated)s." msgid "" "Created using Sphinx " "%(sphinx_version)s." -msgstr "Sphinx %(sphinx_version)s használatával készült." +msgstr "" +"Sphinx %(sphinx_version)s " +"használatával készült." #: sphinx/themes/basic/opensearch.xml:4 #, python-format @@ -723,7 +732,9 @@ msgstr "következő fejezet" msgid "" "Please activate JavaScript to enable the search\n" " functionality." -msgstr "Kérem engedélyezze a JavaScriptet a kereső funkció\n használatához." +msgstr "" +"Kérem engedélyezze a JavaScriptet a kereső funkció\n" +" használatához." #: sphinx/themes/basic/search.html:32 msgid "" @@ -731,26 +742,30 @@ msgid "" " words into the box below and click \"search\". Note that the search\n" " function will automatically search for all of the words. Pages\n" " containing fewer words won't appear in the result list." -msgstr "Erről az oldalról indíthatja kereséseit. Írja be a kulcsszavakat\n az alábbi szövegdobozba, majd kattintson a \"keresés\" gombra.\n Ügyeljen arra, hogy a keresés megadott kulcsszavak mindegyikét\n figyelembe veszi, így azok az oldalak, melyek nem tartalmazzák az\n összes kifejezést, nem jelennek meg a találati listában." +msgstr "" +"Erről az oldalról indíthatja kereséseit. Írja be a kulcsszavakat\n" +" az alábbi szövegdobozba, majd kattintson a \"keresés\" gombra.\n" +" Ügyeljen arra, hogy a keresés megadott kulcsszavak mindegyikét\n" +" figyelembe veszi, így azok az oldalak, melyek nem tartalmazzák az\n" +" összes kifejezést, nem jelennek meg a találati listában." -#: sphinx/themes/basic/search.html:39 -#: sphinx/themes/basic/searchresults.html:17 +#: sphinx/themes/basic/search.html:39 sphinx/themes/basic/searchresults.html:17 msgid "search" msgstr "keresés" -#: sphinx/themes/basic/search.html:43 -#: sphinx/themes/basic/searchresults.html:21 -#: sphinx/themes/basic/static/searchtools.js_t:281 +#: sphinx/themes/basic/search.html:43 sphinx/themes/basic/searchresults.html:21 +#: sphinx/themes/basic/static/searchtools.js_t:282 msgid "Search Results" msgstr "Keresési Eredmények" -#: sphinx/themes/basic/search.html:45 -#: sphinx/themes/basic/searchresults.html:23 -#: sphinx/themes/basic/static/searchtools.js_t:283 +#: sphinx/themes/basic/search.html:45 sphinx/themes/basic/searchresults.html:23 +#: sphinx/themes/basic/static/searchtools.js_t:284 msgid "" -"Your search did not match any documents. Please make sure that all words are" -" spelled correctly and that you've selected enough categories." -msgstr "A keresése nem hozott eredményt. Ellenőrizze, a megadott kulcsszavakat és azt, hogy megfelelő számú kategória van-e kiválasztva." +"Your search did not match any documents. Please make sure that all words " +"are spelled correctly and that you've selected enough categories." +msgstr "" +"A keresése nem hozott eredményt. Ellenőrizze, a megadott kulcsszavakat és" +" azt, hogy megfelelő számú kategória van-e kiválasztva." #: sphinx/themes/basic/searchbox.html:12 msgid "Quick search" @@ -788,33 +803,33 @@ msgstr "C API változások" msgid "Other changes" msgstr "Egyéb változások" -#: sphinx/themes/basic/static/doctools.js:166 sphinx/writers/html.py:610 -#: sphinx/writers/html.py:615 +#: sphinx/themes/basic/static/doctools.js_t:169 sphinx/writers/html.py:668 +#: sphinx/writers/html.py:673 msgid "Permalink to this headline" msgstr "Hivatkozás erre a fejezetcímre" -#: sphinx/themes/basic/static/doctools.js:172 sphinx/writers/html.py:107 +#: sphinx/themes/basic/static/doctools.js_t:175 sphinx/writers/html.py:105 msgid "Permalink to this definition" msgstr "Hivatkozás erre a definícióra" -#: sphinx/themes/basic/static/doctools.js:205 +#: sphinx/themes/basic/static/doctools.js_t:208 msgid "Hide Search Matches" msgstr "Keresési Találatok Elrejtése" -#: sphinx/themes/basic/static/searchtools.js_t:119 +#: sphinx/themes/basic/static/searchtools.js_t:121 msgid "Searching" msgstr "Keresés folyamatban" -#: sphinx/themes/basic/static/searchtools.js_t:124 +#: sphinx/themes/basic/static/searchtools.js_t:126 msgid "Preparing search..." msgstr "Felkészülés a keresésre..." -#: sphinx/themes/basic/static/searchtools.js_t:285 +#: sphinx/themes/basic/static/searchtools.js_t:286 #, python-format msgid "Search finished, found %s page(s) matching the search query." msgstr "A keresés befejeződött, %s oldal egyezik a keresési felételeknek." -#: sphinx/themes/basic/static/searchtools.js_t:337 +#: sphinx/themes/basic/static/searchtools.js_t:338 msgid ", in " msgstr ", " @@ -831,44 +846,56 @@ msgstr "Oldalsáv összezárása" msgid "Contents" msgstr "Tartalom" -#: sphinx/writers/html.py:334 +#: sphinx/writers/html.py:349 msgid "Permalink to this code" msgstr "Permalink erre a kódrészletre" -#: sphinx/writers/html.py:337 +#: sphinx/writers/html.py:353 msgid "Permalink to this image" msgstr "Permalink erre a képre" -#: sphinx/writers/html.py:339 +#: sphinx/writers/html.py:355 msgid "Permalink to this toctree" msgstr "" -#: sphinx/writers/html.py:619 +#: sphinx/writers/html.py:677 msgid "Permalink to this table" msgstr "Permalink erre a táblázatra" -#: sphinx/writers/latex.py:199 +#: sphinx/writers/latex.py:344 msgid "Release" msgstr "Kiadás" -#: sphinx/writers/latex.py:697 sphinx/writers/manpage.py:177 -#: sphinx/writers/texinfo.py:616 +#: sphinx/writers/latex.py:408 +#, fuzzy +msgid "page" +msgstr "Veszély" + +#: sphinx/writers/latex.py:908 sphinx/writers/manpage.py:226 +#: sphinx/writers/texinfo.py:620 msgid "Footnotes" msgstr "Lábjegyzetek" -#: sphinx/writers/latex.py:785 +#: sphinx/writers/latex.py:1010 msgid "continued from previous page" msgstr "folytatás az előző oldalról" -#: sphinx/writers/latex.py:791 +#: sphinx/writers/latex.py:1016 msgid "Continued on next page" msgstr "A következő oldalon folytatódik" -#: sphinx/writers/manpage.py:223 sphinx/writers/text.py:541 +#: sphinx/writers/manpage.py:275 sphinx/writers/text.py:582 #, python-format msgid "[image: %s]" msgstr "[image: %s]" -#: sphinx/writers/manpage.py:224 sphinx/writers/text.py:542 +#: sphinx/writers/manpage.py:276 sphinx/writers/text.py:583 msgid "[image]" msgstr "[image]" + +#~ msgid "%B %d, %Y" +#~ msgstr "%Y. %m. %d." + +#~ msgid "%b %d, %Y" +#~ msgstr "%b %d, %Y" + diff --git a/sphinx/locale/id/LC_MESSAGES/sphinx.js b/sphinx/locale/id/LC_MESSAGES/sphinx.js index 604d562e8..99ab637b1 100644 --- a/sphinx/locale/id/LC_MESSAGES/sphinx.js +++ b/sphinx/locale/id/LC_MESSAGES/sphinx.js @@ -1 +1 @@ -Documentation.addTranslations({"locale": "id", "plural_expr": "0", "messages": {"Next topic": "Topik berikutnya", "Index": "Indeks", "%(filename)s — %(docstitle)s": "%(filename)s — %(docstitle)s", "Welcome! This is": "Selamat Datang! Ini adalah", "Copyright": "Copyright", "C API changes": "Perubahan API C", "quick access to all modules": "akses cepat semua modul", "© Copyright %(copyright)s.": "© Copyright %(copyright)s.", "Global Module Index": "Index Modul Global", "Your search did not match any documents. Please make sure that all words are spelled correctly and that you've selected enough categories.": "Tidak ada dokumen yang cocok dengan pencarian anda. Pastikan semua kata ditulis dengan benar dan sudah memilih cukup kategori.", "Index – %(key)s": "Index – %(key)s", "General Index": "Indeks Umum", "next chapter": "bab berikutnya", "Search finished, found %s page(s) matching the search query.": "Pencarian selesai, menemukan %s halaman yang cocok dengan kueri pencarian.", "previous chapter": "bab sebelum", "Permalink to this headline": "Link permanen untuk headline ini", "About these documents": "Tentang dokumen ini", "Preparing search...": "Penyiapkan pencarian...", ", in ": ", di", "Navigation": "Navigasi", "Expand sidebar": "Buka sidebar", "the documentation for": "dokumentasi untuk", "Complete Table of Contents": "Daftar Isi Lengkap", "Contents": "Konten", "can be huge": "dapat menjadi besar", "Changes in Version %(version)s — %(docstitle)s": "Perubahan pada Versi %(version)s — %(docstitle)s", "Other changes": "Perubahan lain", "Hide Search Matches": "Sembunyikan Hasil Pencarian", "Quick search": "Pencarian cepat", "Show Source": "Lihat Sumber", "Search": "Pencarian", "This Page": "Halaman Ini", "From here you can search these documents. Enter your search\n words into the box below and click \"search\". Note that the search\n function will automatically search for all of the words. Pages\n containing fewer words won't appear in the result list.": "Dari sini dapat dilakukan pencarian pada dokumentasi. Masukkan\n kata yang dicari pada kotak dibawah dan klik \"search\". Catatan untuk fungsi pencarian\n akan secara otomatis mencari semua kata. Halaman\n yang berisi kata yang sedikat tidak dimunculkan pada daftar hasil.", "Created using Sphinx %(sphinx_version)s.": "Dibuat menggunakan Sphinx %(sphinx_version)s.", "last updated": "terakhir diperbarui", "Collapse sidebar": "Tutup sidebar", "Go": "Go", "Table Of Contents": "Daftar Isi", "Search within %(docstitle)s": "Pencarian dalam %(docstitle)s", "all functions, classes, terms": "semua fungsi, class, term", "Please activate JavaScript to enable the search\n functionality.": "Tolong aktifkan JavaScript untuk melakukan pencarian.\n ", "Indices and tables:": "Index dan tabel:", "lists all sections and subsections": "daftar semua seksi dan subseksi", "Index pages by letter": "Index halaman berdasarkan huruf", "search": "pencarian", "Permalink to this definition": "Link permanen untuk definisi ini", "Previous topic": "Topik sebelum", "Overview": "Tinjauan", "Last updated on %(last_updated)s.": "Terakhir diperbarui pada %(last_updated)s.", "Searching": "Pencarian", "search this documentation": "pencarian pada dokumentasi ini", "Automatically generated list of changes in version %(version)s": "Daftar perubahan dibuat otomatis untuk versi %(version)s", "Full index on one page": "Index penuh dalam satu halaman", "Enter search terms or a module, class or function name.": "Masukkan term pencarian atau nama modul, class atau fungsi.", "© Copyright %(copyright)s.": "© Copyright %(copyright)s.", "Library changes": "Perubahan library", "Search Page": "Pencarian Halaman", "Search Results": "Hasil Pencarian"}}); \ No newline at end of file +Documentation.addTranslations({"locale": "id", "messages": {"%(filename)s — %(docstitle)s": "%(filename)s — %(docstitle)s", "© Copyright %(copyright)s.": "© Copyright %(copyright)s.", "© Copyright %(copyright)s.": "© Copyright %(copyright)s.", ", in ": ", di", "About these documents": "Tentang dokumen ini", "Automatically generated list of changes in version %(version)s": "Daftar perubahan dibuat otomatis untuk versi %(version)s", "C API changes": "Perubahan API C", "Changes in Version %(version)s — %(docstitle)s": "Perubahan pada Versi %(version)s — %(docstitle)s", "Collapse sidebar": "Tutup sidebar", "Complete Table of Contents": "Daftar Isi Lengkap", "Contents": "Konten", "Copyright": "Copyright", "Created using Sphinx %(sphinx_version)s.": "Dibuat menggunakan Sphinx %(sphinx_version)s.", "Enter search terms or a module, class or function name.": "Masukkan term pencarian atau nama modul, class atau fungsi.", "Expand sidebar": "Buka sidebar", "From here you can search these documents. Enter your search\n words into the box below and click \"search\". Note that the search\n function will automatically search for all of the words. Pages\n containing fewer words won't appear in the result list.": "Dari sini dapat dilakukan pencarian pada dokumentasi. Masukkan\n kata yang dicari pada kotak dibawah dan klik \"search\". Catatan untuk fungsi pencarian\n akan secara otomatis mencari semua kata. Halaman\n yang berisi kata yang sedikat tidak dimunculkan pada daftar hasil.", "Full index on one page": "Index penuh dalam satu halaman", "General Index": "Indeks Umum", "Global Module Index": "Index Modul Global", "Go": "Go", "Hide Search Matches": "Sembunyikan Hasil Pencarian", "Index": "Indeks", "Index – %(key)s": "Index – %(key)s", "Index pages by letter": "Index halaman berdasarkan huruf", "Indices and tables:": "Index dan tabel:", "Last updated on %(last_updated)s.": "Terakhir diperbarui pada %(last_updated)s.", "Library changes": "Perubahan library", "Navigation": "Navigasi", "Next topic": "Topik berikutnya", "Other changes": "Perubahan lain", "Overview": "Tinjauan", "Permalink to this definition": "Link permanen untuk definisi ini", "Permalink to this headline": "Link permanen untuk headline ini", "Please activate JavaScript to enable the search\n functionality.": "Tolong aktifkan JavaScript untuk melakukan pencarian.\n ", "Preparing search...": "Penyiapkan pencarian...", "Previous topic": "Topik sebelum", "Quick search": "Pencarian cepat", "Search": "Pencarian", "Search Page": "Pencarian Halaman", "Search Results": "Hasil Pencarian", "Search finished, found %s page(s) matching the search query.": "Pencarian selesai, menemukan %s halaman yang cocok dengan kueri pencarian.", "Search within %(docstitle)s": "Pencarian dalam %(docstitle)s", "Searching": "Pencarian", "Show Source": "Lihat Sumber", "Table Of Contents": "Daftar Isi", "This Page": "Halaman Ini", "Welcome! This is": "Selamat Datang! Ini adalah", "Your search did not match any documents. Please make sure that all words are spelled correctly and that you've selected enough categories.": "Tidak ada dokumen yang cocok dengan pencarian anda. Pastikan semua kata ditulis dengan benar dan sudah memilih cukup kategori.", "all functions, classes, terms": "semua fungsi, class, term", "can be huge": "dapat menjadi besar", "last updated": "terakhir diperbarui", "lists all sections and subsections": "daftar semua seksi dan subseksi", "next chapter": "bab berikutnya", "previous chapter": "bab sebelum", "quick access to all modules": "akses cepat semua modul", "search": "pencarian", "search this documentation": "pencarian pada dokumentasi ini", "the documentation for": "dokumentasi untuk"}, "plural_expr": "0"}); \ No newline at end of file diff --git a/sphinx/locale/id/LC_MESSAGES/sphinx.mo b/sphinx/locale/id/LC_MESSAGES/sphinx.mo index c03ae443f..dcc4a6289 100644 Binary files a/sphinx/locale/id/LC_MESSAGES/sphinx.mo and b/sphinx/locale/id/LC_MESSAGES/sphinx.mo differ diff --git a/sphinx/locale/id/LC_MESSAGES/sphinx.po b/sphinx/locale/id/LC_MESSAGES/sphinx.po index eec000f19..bdc871048 100644 --- a/sphinx/locale/id/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/id/LC_MESSAGES/sphinx.po @@ -1,56 +1,55 @@ -# Translations template for Sphinx. -# Copyright (C) 2015 ORGANIZATION +# Indonesian translations for Sphinx. +# Copyright (C) 2016 ORGANIZATION # This file is distributed under the same license as the Sphinx project. -# -# Translators: -# FIRST AUTHOR , 2009 -# Sakti Dwi Cahyono <54krpl@gmail.com>, 2013,2015 +# FIRST AUTHOR , 2016. +# msgid "" msgstr "" -"Project-Id-Version: Sphinx\n" +"Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2015-03-08 23:31+0900\n" +"POT-Creation-Date: 2016-02-14 22:15+0900\n" "PO-Revision-Date: 2015-03-08 14:35+0000\n" "Last-Translator: Takayuki Shimizukawa \n" -"Language-Team: Indonesian (http://www.transifex.com/projects/p/sphinx-1/language/id/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 1.3\n" "Language: id\n" -"Plural-Forms: nplurals=1; plural=0;\n" +"Language-Team: Indonesian " +"(http://www.transifex.com/projects/p/sphinx-1/language/id/)\n" +"Plural-Forms: nplurals=1; plural=0\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 2.2.0\n" -#: sphinx/config.py:80 +#: sphinx/config.py:84 #, python-format msgid "Fig. %s" msgstr "Gambar. %s" -#: sphinx/config.py:81 +#: sphinx/config.py:85 #, python-format msgid "Table %s" msgstr "Tabel %s" -#: sphinx/config.py:82 +#: sphinx/config.py:86 #, python-format msgid "Listing %s" msgstr "Daftar %s" -#: sphinx/config.py:89 +#: sphinx/config.py:93 #, python-format msgid "%s %s documentation" msgstr "dokumentasi %s %s" -#: sphinx/environment.py:1880 +#: sphinx/environment.py:1815 #, python-format msgid "see %s" msgstr "lihat %s" -#: sphinx/environment.py:1883 +#: sphinx/environment.py:1819 #, python-format msgid "see also %s" msgstr "lihat juga %s" -#: sphinx/environment.py:1941 +#: sphinx/environment.py:1879 msgid "Symbols" msgstr "Simbol" @@ -59,11 +58,10 @@ msgstr "Simbol" msgid "Python Enhancement Proposals; PEP %s" msgstr "Python Enhancement Proposals; PEP %s" -#: sphinx/transforms.py:58 sphinx/writers/latex.py:212 -#: sphinx/writers/manpage.py:67 sphinx/writers/texinfo.py:221 -#, python-format -msgid "%B %d, %Y" -msgstr "%d %B %Y" +#: sphinx/transforms.py:56 sphinx/writers/latex.py:357 +#: sphinx/writers/manpage.py:101 sphinx/writers/texinfo.py:222 +msgid "MMMM dd, YYYY" +msgstr "" #: sphinx/builders/changes.py:75 msgid "Builtins" @@ -73,64 +71,63 @@ msgstr "Modul Internal" msgid "Module level" msgstr "Level Modul" -#: sphinx/builders/html.py:291 -#, python-format -msgid "%b %d, %Y" -msgstr "%d %b, %Y" +#: sphinx/builders/html.py:295 +msgid "MMM dd, YYYY" +msgstr "" -#: sphinx/builders/html.py:310 sphinx/themes/basic/defindex.html:30 +#: sphinx/builders/html.py:315 sphinx/themes/basic/defindex.html:30 msgid "General Index" msgstr "Indeks Umum" -#: sphinx/builders/html.py:310 +#: sphinx/builders/html.py:315 msgid "index" msgstr "index" -#: sphinx/builders/html.py:371 +#: sphinx/builders/html.py:376 msgid "next" msgstr "berikut" -#: sphinx/builders/html.py:380 +#: sphinx/builders/html.py:385 msgid "previous" msgstr "sebelum" -#: sphinx/builders/latex.py:144 sphinx/builders/texinfo.py:198 +#: sphinx/builders/latex.py:165 sphinx/builders/texinfo.py:199 msgid " (in " msgstr " (dalam " -#: sphinx/directives/other.py:150 +#: sphinx/directives/other.py:149 msgid "Section author: " msgstr "Penyusun bagian:" -#: sphinx/directives/other.py:152 +#: sphinx/directives/other.py:151 msgid "Module author: " msgstr "Penyusun modul: " -#: sphinx/directives/other.py:154 +#: sphinx/directives/other.py:153 msgid "Code author: " msgstr "Penulis kode:" -#: sphinx/directives/other.py:156 +#: sphinx/directives/other.py:155 msgid "Author: " msgstr "Penyusun: " -#: sphinx/domains/__init__.py:273 +#: sphinx/domains/__init__.py:275 #, python-format msgid "%s %s" msgstr "%s %s" -#: sphinx/domains/c.py:58 sphinx/domains/cpp.py:2408 -#: sphinx/domains/python.py:122 +#: sphinx/domains/c.py:58 sphinx/domains/cpp.py:3605 +#: sphinx/domains/python.py:124 msgid "Parameters" msgstr "Parameter" -#: sphinx/domains/c.py:61 sphinx/domains/cpp.py:2414 -#: sphinx/domains/javascript.py:128 sphinx/domains/python.py:134 +#: sphinx/domains/c.py:61 sphinx/domains/cpp.py:3614 +#: sphinx/domains/javascript.py:128 sphinx/domains/python.py:136 msgid "Returns" msgstr "Kembali" #: sphinx/domains/c.py:63 sphinx/domains/javascript.py:130 -#: sphinx/domains/python.py:136 +#: sphinx/domains/python.py:138 msgid "Return type" msgstr "Return type" @@ -159,12 +156,12 @@ msgstr "%s (tipe C)" msgid "%s (C variable)" msgstr "%s (variabel C)" -#: sphinx/domains/c.py:242 sphinx/domains/cpp.py:2680 -#: sphinx/domains/javascript.py:164 sphinx/domains/python.py:587 +#: sphinx/domains/c.py:242 sphinx/domains/cpp.py:3953 +#: sphinx/domains/javascript.py:164 sphinx/domains/python.py:589 msgid "function" msgstr "fungsi" -#: sphinx/domains/c.py:243 sphinx/domains/cpp.py:2681 +#: sphinx/domains/c.py:243 sphinx/domains/cpp.py:3954 msgid "member" msgstr "anggota" @@ -172,7 +169,7 @@ msgstr "anggota" msgid "macro" msgstr "macro" -#: sphinx/domains/c.py:245 sphinx/domains/cpp.py:2682 +#: sphinx/domains/c.py:245 sphinx/domains/cpp.py:3955 msgid "type" msgstr "tipe" @@ -180,59 +177,64 @@ msgstr "tipe" msgid "variable" msgstr "variabel" -#: sphinx/domains/cpp.py:2411 sphinx/domains/javascript.py:125 +#: sphinx/domains/cpp.py:3608 +#, fuzzy +msgid "Template Parameters" +msgstr "Parameter" + +#: sphinx/domains/cpp.py:3611 sphinx/domains/javascript.py:125 msgid "Throws" msgstr "Throws" -#: sphinx/domains/cpp.py:2518 +#: sphinx/domains/cpp.py:3733 #, python-format msgid "%s (C++ type)" msgstr "%s (tipe C++)" -#: sphinx/domains/cpp.py:2531 +#: sphinx/domains/cpp.py:3744 #, python-format msgid "%s (C++ member)" msgstr "%s (anggota C++)" -#: sphinx/domains/cpp.py:2543 +#: sphinx/domains/cpp.py:3755 #, python-format msgid "%s (C++ function)" msgstr "%s (fungsi C++)" -#: sphinx/domains/cpp.py:2555 +#: sphinx/domains/cpp.py:3766 #, python-format msgid "%s (C++ class)" msgstr "%s (class C++)" -#: sphinx/domains/cpp.py:2579 +#: sphinx/domains/cpp.py:3786 #, python-format msgid "%s (C++ enum)" msgstr "%s (C++ enum)" -#: sphinx/domains/cpp.py:2617 +#: sphinx/domains/cpp.py:3816 #, python-format msgid "%s (C++ enumerator)" msgstr "%s (C++ enumerator)" -#: sphinx/domains/cpp.py:2679 sphinx/domains/javascript.py:165 -#: sphinx/domains/python.py:589 +#: sphinx/domains/cpp.py:3952 sphinx/domains/javascript.py:165 +#: sphinx/domains/python.py:591 msgid "class" msgstr "class" -#: sphinx/domains/cpp.py:2683 +#: sphinx/domains/cpp.py:3956 msgid "enum" msgstr "enum" -#: sphinx/domains/cpp.py:2684 +#: sphinx/domains/cpp.py:3957 msgid "enumerator" msgstr "enumerator" -#: sphinx/domains/javascript.py:106 sphinx/domains/python.py:280 +#: sphinx/domains/javascript.py:106 sphinx/domains/python.py:282 #, python-format msgid "%s() (built-in function)" msgstr "%s() (fungsi built-in)" -#: sphinx/domains/javascript.py:107 sphinx/domains/python.py:344 +#: sphinx/domains/javascript.py:107 sphinx/domains/python.py:346 #, python-format msgid "%s() (%s method)" msgstr "%s() (method %s)" @@ -247,7 +249,7 @@ msgstr "%s() (class)" msgid "%s (global variable or constant)" msgstr "%s (variabel global atau konstan)" -#: sphinx/domains/javascript.py:113 sphinx/domains/python.py:382 +#: sphinx/domains/javascript.py:113 sphinx/domains/python.py:384 #, python-format msgid "%s (%s attribute)" msgstr "%s (atribut %s)" @@ -256,116 +258,116 @@ msgstr "%s (atribut %s)" msgid "Arguments" msgstr "Argumen" -#: sphinx/domains/javascript.py:166 sphinx/domains/python.py:588 +#: sphinx/domains/javascript.py:166 sphinx/domains/python.py:590 msgid "data" msgstr "data" -#: sphinx/domains/javascript.py:167 sphinx/domains/python.py:594 +#: sphinx/domains/javascript.py:167 sphinx/domains/python.py:596 msgid "attribute" msgstr "atribut" -#: sphinx/domains/python.py:127 +#: sphinx/domains/python.py:129 msgid "Variables" msgstr "Variabel" -#: sphinx/domains/python.py:131 +#: sphinx/domains/python.py:133 msgid "Raises" msgstr "Raises" -#: sphinx/domains/python.py:281 sphinx/domains/python.py:338 -#: sphinx/domains/python.py:350 sphinx/domains/python.py:363 +#: sphinx/domains/python.py:283 sphinx/domains/python.py:340 +#: sphinx/domains/python.py:352 sphinx/domains/python.py:365 #, python-format msgid "%s() (in module %s)" msgstr "%s() (di modul %s)" -#: sphinx/domains/python.py:284 +#: sphinx/domains/python.py:286 #, python-format msgid "%s (built-in variable)" msgstr "%s (variabel built-in)" -#: sphinx/domains/python.py:285 sphinx/domains/python.py:376 +#: sphinx/domains/python.py:287 sphinx/domains/python.py:378 #, python-format msgid "%s (in module %s)" msgstr "%s (di modul %s)" -#: sphinx/domains/python.py:301 +#: sphinx/domains/python.py:303 #, python-format msgid "%s (built-in class)" msgstr "%s (class built-in)" -#: sphinx/domains/python.py:302 +#: sphinx/domains/python.py:304 #, python-format msgid "%s (class in %s)" msgstr "%s (class di %s)" -#: sphinx/domains/python.py:342 +#: sphinx/domains/python.py:344 #, python-format msgid "%s() (%s.%s method)" msgstr "%s() (method %s.%s)" -#: sphinx/domains/python.py:354 +#: sphinx/domains/python.py:356 #, python-format msgid "%s() (%s.%s static method)" msgstr "%s() (method static %s.%s)" -#: sphinx/domains/python.py:357 +#: sphinx/domains/python.py:359 #, python-format msgid "%s() (%s static method)" msgstr "%s() (method static %s)" -#: sphinx/domains/python.py:367 +#: sphinx/domains/python.py:369 #, python-format msgid "%s() (%s.%s class method)" msgstr "%s() (method class %s.%s)" -#: sphinx/domains/python.py:370 +#: sphinx/domains/python.py:372 #, python-format msgid "%s() (%s class method)" msgstr "%s() (method class %s)" -#: sphinx/domains/python.py:380 +#: sphinx/domains/python.py:382 #, python-format msgid "%s (%s.%s attribute)" msgstr "%s (atribut %s.%s)" -#: sphinx/domains/python.py:461 +#: sphinx/domains/python.py:463 #, python-format msgid "%s (module)" msgstr "%s (module)" -#: sphinx/domains/python.py:518 +#: sphinx/domains/python.py:520 msgid "Python Module Index" msgstr "Indeks Modul Python" -#: sphinx/domains/python.py:519 +#: sphinx/domains/python.py:521 msgid "modules" msgstr "modul" -#: sphinx/domains/python.py:565 +#: sphinx/domains/python.py:567 msgid "Deprecated" msgstr "Akan ditinggalkan" -#: sphinx/domains/python.py:590 sphinx/locale/__init__.py:181 +#: sphinx/domains/python.py:592 sphinx/locale/__init__.py:183 msgid "exception" msgstr "eksepsi" -#: sphinx/domains/python.py:591 +#: sphinx/domains/python.py:593 msgid "method" msgstr "method" -#: sphinx/domains/python.py:592 +#: sphinx/domains/python.py:594 msgid "class method" msgstr "method class" -#: sphinx/domains/python.py:593 +#: sphinx/domains/python.py:595 msgid "static method" msgstr "method static" -#: sphinx/domains/python.py:595 sphinx/locale/__init__.py:177 +#: sphinx/domains/python.py:597 sphinx/locale/__init__.py:179 msgid "module" msgstr "modul" -#: sphinx/domains/python.py:760 +#: sphinx/domains/python.py:762 msgid " (deprecated)" msgstr " (obsolet)" @@ -397,64 +399,64 @@ msgstr "variabel environment; %s" msgid "%scommand line option; %s" msgstr "%sopsi command line; %s" -#: sphinx/domains/std.py:443 +#: sphinx/domains/std.py:433 msgid "glossary term" msgstr "daftar istilah" -#: sphinx/domains/std.py:444 +#: sphinx/domains/std.py:434 msgid "grammar token" msgstr "token grammar" -#: sphinx/domains/std.py:445 +#: sphinx/domains/std.py:435 msgid "reference label" msgstr "label referensi" -#: sphinx/domains/std.py:447 +#: sphinx/domains/std.py:437 msgid "environment variable" msgstr "variabel environment" -#: sphinx/domains/std.py:448 +#: sphinx/domains/std.py:438 msgid "program option" msgstr "opsi program" -#: sphinx/domains/std.py:481 sphinx/themes/basic/genindex-single.html:32 +#: sphinx/domains/std.py:471 sphinx/themes/basic/genindex-single.html:32 #: sphinx/themes/basic/genindex-single.html:57 #: sphinx/themes/basic/genindex-split.html:11 #: sphinx/themes/basic/genindex-split.html:14 #: sphinx/themes/basic/genindex.html:32 sphinx/themes/basic/genindex.html:35 #: sphinx/themes/basic/genindex.html:68 sphinx/themes/basic/layout.html:134 -#: sphinx/writers/latex.py:201 sphinx/writers/texinfo.py:479 +#: sphinx/writers/latex.py:346 sphinx/writers/texinfo.py:481 msgid "Index" msgstr "Indeks" -#: sphinx/domains/std.py:482 +#: sphinx/domains/std.py:472 msgid "Module Index" msgstr "Indeks Modul" -#: sphinx/domains/std.py:483 sphinx/themes/basic/defindex.html:25 +#: sphinx/domains/std.py:473 sphinx/themes/basic/defindex.html:25 msgid "Search Page" msgstr "Pencarian Halaman" -#: sphinx/ext/autodoc.py:1139 +#: sphinx/ext/autodoc.py:1265 #, python-format msgid " Bases: %s" msgstr " Bases: %s" -#: sphinx/ext/autodoc.py:1181 +#: sphinx/ext/autodoc.py:1318 #, python-format msgid "alias of :class:`%s`" msgstr "alias dari :class:`%s`" -#: sphinx/ext/graphviz.py:293 sphinx/ext/graphviz.py:301 +#: sphinx/ext/graphviz.py:307 sphinx/ext/graphviz.py:316 #, python-format msgid "[graph: %s]" msgstr "[graph: %s]" -#: sphinx/ext/graphviz.py:295 sphinx/ext/graphviz.py:303 +#: sphinx/ext/graphviz.py:309 sphinx/ext/graphviz.py:318 msgid "[graph]" msgstr "[graph]" -#: sphinx/ext/intersphinx.py:257 +#: sphinx/ext/intersphinx.py:359 #, python-format msgid "(in %s v%s)" msgstr "(di %s v%s)" @@ -463,112 +465,117 @@ msgstr "(di %s v%s)" msgid "[source]" msgstr "[sumber]" -#: sphinx/ext/todo.py:43 +#: sphinx/ext/todo.py:56 msgid "Todo" msgstr "Todo" -#: sphinx/ext/todo.py:113 -#, python-format -msgid "(The <> is located in %s, line %d.)" +#: sphinx/ext/todo.py:129 +#, fuzzy +msgid "<>" +msgstr "entri asli" + +#: sphinx/ext/todo.py:132 +#, fuzzy, python-format +msgid "(The <> is located in %s, line %d.)" msgstr "(<> terletak pada %s, baris ke %d.)" -#: sphinx/ext/todo.py:122 +#: sphinx/ext/todo.py:141 msgid "original entry" msgstr "entri asli" -#: sphinx/ext/viewcode.py:158 +#: sphinx/ext/viewcode.py:162 msgid "[docs]" msgstr "[docs]" -#: sphinx/ext/viewcode.py:172 +#: sphinx/ext/viewcode.py:176 msgid "Module code" msgstr "Kode modul" -#: sphinx/ext/viewcode.py:178 +#: sphinx/ext/viewcode.py:182 #, python-format msgid "

Source code for %s

" msgstr "

Kode sumber untuk %s

" -#: sphinx/ext/viewcode.py:204 +#: sphinx/ext/viewcode.py:208 msgid "Overview: module code" msgstr "Tinjauan: kode modul" -#: sphinx/ext/viewcode.py:205 +#: sphinx/ext/viewcode.py:209 msgid "

All modules for which code is available

" msgstr "

Semua modul dimana kode tersedia

" -#: sphinx/locale/__init__.py:157 +#: sphinx/locale/__init__.py:159 msgid "Attention" msgstr "Pehatian" -#: sphinx/locale/__init__.py:158 +#: sphinx/locale/__init__.py:160 msgid "Caution" msgstr "Hati-hati" -#: sphinx/locale/__init__.py:159 +#: sphinx/locale/__init__.py:161 msgid "Danger" msgstr "Bahaya" -#: sphinx/locale/__init__.py:160 +#: sphinx/locale/__init__.py:162 msgid "Error" msgstr "Kesalahan" -#: sphinx/locale/__init__.py:161 +#: sphinx/locale/__init__.py:163 msgid "Hint" msgstr "Hint" -#: sphinx/locale/__init__.py:162 +#: sphinx/locale/__init__.py:164 msgid "Important" msgstr "Penting" -#: sphinx/locale/__init__.py:163 +#: sphinx/locale/__init__.py:165 msgid "Note" msgstr "Catatan" -#: sphinx/locale/__init__.py:164 +#: sphinx/locale/__init__.py:166 msgid "See also" msgstr "lihat juga" -#: sphinx/locale/__init__.py:165 +#: sphinx/locale/__init__.py:167 msgid "Tip" msgstr "Tip" -#: sphinx/locale/__init__.py:166 +#: sphinx/locale/__init__.py:168 msgid "Warning" msgstr "Peringatan" -#: sphinx/locale/__init__.py:170 +#: sphinx/locale/__init__.py:172 #, python-format msgid "New in version %s" msgstr "Baru pada versi %s" -#: sphinx/locale/__init__.py:171 +#: sphinx/locale/__init__.py:173 #, python-format msgid "Changed in version %s" msgstr "Berubah pada versi %s" -#: sphinx/locale/__init__.py:172 +#: sphinx/locale/__init__.py:174 #, python-format msgid "Deprecated since version %s" msgstr "Ditinggalkan sejak versi %s" -#: sphinx/locale/__init__.py:178 +#: sphinx/locale/__init__.py:180 msgid "keyword" msgstr "keyword" -#: sphinx/locale/__init__.py:179 +#: sphinx/locale/__init__.py:181 msgid "operator" msgstr "operator" -#: sphinx/locale/__init__.py:180 +#: sphinx/locale/__init__.py:182 msgid "object" msgstr "object" -#: sphinx/locale/__init__.py:182 +#: sphinx/locale/__init__.py:184 msgid "statement" msgstr "statement" -#: sphinx/locale/__init__.py:183 +#: sphinx/locale/__init__.py:185 msgid "built-in function" msgstr "fungsi built-in" @@ -696,7 +703,9 @@ msgstr "Terakhir diperbarui pada %(last_updated)s." msgid "" "Created using Sphinx " "%(sphinx_version)s." -msgstr "Dibuat menggunakan Sphinx %(sphinx_version)s." +msgstr "" +"Dibuat menggunakan Sphinx " +"%(sphinx_version)s." #: sphinx/themes/basic/opensearch.xml:4 #, python-format @@ -723,7 +732,9 @@ msgstr "bab berikutnya" msgid "" "Please activate JavaScript to enable the search\n" " functionality." -msgstr "Tolong aktifkan JavaScript untuk melakukan pencarian.\n " +msgstr "" +"Tolong aktifkan JavaScript untuk melakukan pencarian.\n" +" " #: sphinx/themes/basic/search.html:32 msgid "" @@ -731,26 +742,30 @@ msgid "" " words into the box below and click \"search\". Note that the search\n" " function will automatically search for all of the words. Pages\n" " containing fewer words won't appear in the result list." -msgstr "Dari sini dapat dilakukan pencarian pada dokumentasi. Masukkan\n kata yang dicari pada kotak dibawah dan klik \"search\". Catatan untuk fungsi pencarian\n akan secara otomatis mencari semua kata. Halaman\n yang berisi kata yang sedikat tidak dimunculkan pada daftar hasil." +msgstr "" +"Dari sini dapat dilakukan pencarian pada dokumentasi. Masukkan\n" +" kata yang dicari pada kotak dibawah dan klik \"search\". Catatan " +"untuk fungsi pencarian\n" +" akan secara otomatis mencari semua kata. Halaman\n" +" yang berisi kata yang sedikat tidak dimunculkan pada daftar hasil." -#: sphinx/themes/basic/search.html:39 -#: sphinx/themes/basic/searchresults.html:17 +#: sphinx/themes/basic/search.html:39 sphinx/themes/basic/searchresults.html:17 msgid "search" msgstr "pencarian" -#: sphinx/themes/basic/search.html:43 -#: sphinx/themes/basic/searchresults.html:21 -#: sphinx/themes/basic/static/searchtools.js_t:281 +#: sphinx/themes/basic/search.html:43 sphinx/themes/basic/searchresults.html:21 +#: sphinx/themes/basic/static/searchtools.js_t:282 msgid "Search Results" msgstr "Hasil Pencarian" -#: sphinx/themes/basic/search.html:45 -#: sphinx/themes/basic/searchresults.html:23 -#: sphinx/themes/basic/static/searchtools.js_t:283 +#: sphinx/themes/basic/search.html:45 sphinx/themes/basic/searchresults.html:23 +#: sphinx/themes/basic/static/searchtools.js_t:284 msgid "" -"Your search did not match any documents. Please make sure that all words are" -" spelled correctly and that you've selected enough categories." -msgstr "Tidak ada dokumen yang cocok dengan pencarian anda. Pastikan semua kata ditulis dengan benar dan sudah memilih cukup kategori." +"Your search did not match any documents. Please make sure that all words " +"are spelled correctly and that you've selected enough categories." +msgstr "" +"Tidak ada dokumen yang cocok dengan pencarian anda. Pastikan semua kata " +"ditulis dengan benar dan sudah memilih cukup kategori." #: sphinx/themes/basic/searchbox.html:12 msgid "Quick search" @@ -788,33 +803,33 @@ msgstr "Perubahan API C" msgid "Other changes" msgstr "Perubahan lain" -#: sphinx/themes/basic/static/doctools.js:166 sphinx/writers/html.py:610 -#: sphinx/writers/html.py:615 +#: sphinx/themes/basic/static/doctools.js_t:169 sphinx/writers/html.py:668 +#: sphinx/writers/html.py:673 msgid "Permalink to this headline" msgstr "Link permanen untuk headline ini" -#: sphinx/themes/basic/static/doctools.js:172 sphinx/writers/html.py:107 +#: sphinx/themes/basic/static/doctools.js_t:175 sphinx/writers/html.py:105 msgid "Permalink to this definition" msgstr "Link permanen untuk definisi ini" -#: sphinx/themes/basic/static/doctools.js:205 +#: sphinx/themes/basic/static/doctools.js_t:208 msgid "Hide Search Matches" msgstr "Sembunyikan Hasil Pencarian" -#: sphinx/themes/basic/static/searchtools.js_t:119 +#: sphinx/themes/basic/static/searchtools.js_t:121 msgid "Searching" msgstr "Pencarian" -#: sphinx/themes/basic/static/searchtools.js_t:124 +#: sphinx/themes/basic/static/searchtools.js_t:126 msgid "Preparing search..." msgstr "Penyiapkan pencarian..." -#: sphinx/themes/basic/static/searchtools.js_t:285 +#: sphinx/themes/basic/static/searchtools.js_t:286 #, python-format msgid "Search finished, found %s page(s) matching the search query." msgstr "Pencarian selesai, menemukan %s halaman yang cocok dengan kueri pencarian." -#: sphinx/themes/basic/static/searchtools.js_t:337 +#: sphinx/themes/basic/static/searchtools.js_t:338 msgid ", in " msgstr ", di" @@ -831,44 +846,56 @@ msgstr "Tutup sidebar" msgid "Contents" msgstr "Konten" -#: sphinx/writers/html.py:334 +#: sphinx/writers/html.py:349 msgid "Permalink to this code" msgstr "Link permanen untuk kode ini" -#: sphinx/writers/html.py:337 +#: sphinx/writers/html.py:353 msgid "Permalink to this image" msgstr "Link permanen untuk gambar ini" -#: sphinx/writers/html.py:339 +#: sphinx/writers/html.py:355 msgid "Permalink to this toctree" msgstr "" -#: sphinx/writers/html.py:619 +#: sphinx/writers/html.py:677 msgid "Permalink to this table" msgstr "Link permanen untuk table ini" -#: sphinx/writers/latex.py:199 +#: sphinx/writers/latex.py:344 msgid "Release" msgstr "Rilis" -#: sphinx/writers/latex.py:697 sphinx/writers/manpage.py:177 -#: sphinx/writers/texinfo.py:616 +#: sphinx/writers/latex.py:408 +#, fuzzy +msgid "page" +msgstr "Bahaya" + +#: sphinx/writers/latex.py:908 sphinx/writers/manpage.py:226 +#: sphinx/writers/texinfo.py:620 msgid "Footnotes" msgstr "Catatan kaki" -#: sphinx/writers/latex.py:785 +#: sphinx/writers/latex.py:1010 msgid "continued from previous page" msgstr "lanjutan dari halaman sebelumnya" -#: sphinx/writers/latex.py:791 +#: sphinx/writers/latex.py:1016 msgid "Continued on next page" msgstr "Lanjut ke halaman berikutnya" -#: sphinx/writers/manpage.py:223 sphinx/writers/text.py:541 +#: sphinx/writers/manpage.py:275 sphinx/writers/text.py:582 #, python-format msgid "[image: %s]" msgstr "[gambar: %s]" -#: sphinx/writers/manpage.py:224 sphinx/writers/text.py:542 +#: sphinx/writers/manpage.py:276 sphinx/writers/text.py:583 msgid "[image]" msgstr "[gambar]" + +#~ msgid "%B %d, %Y" +#~ msgstr "%d %B %Y" + +#~ msgid "%b %d, %Y" +#~ msgstr "%d %b, %Y" + diff --git a/sphinx/locale/it/LC_MESSAGES/sphinx.js b/sphinx/locale/it/LC_MESSAGES/sphinx.js index 7d158cd62..dd76df662 100644 --- a/sphinx/locale/it/LC_MESSAGES/sphinx.js +++ b/sphinx/locale/it/LC_MESSAGES/sphinx.js @@ -1 +1 @@ -Documentation.addTranslations({"locale": "it", "plural_expr": "(n != 1)", "messages": {"Next topic": "Argomento successivo", "Index": "Indice", "%(filename)s — %(docstitle)s": "%(filename)s — %(docstitle)s", "Welcome! This is": "Benvenuto! Questa \u00e8", "Copyright": "Copyright", "C API changes": "Modifiche nelle API C", "quick access to all modules": "accesso veloce ai moduli", "© Copyright %(copyright)s.": "© Copyright %(copyright)s.", "Global Module Index": "Indice dei moduli", "Your search did not match any documents. Please make sure that all words are spelled correctly and that you've selected enough categories.": "La tua ricerca non corrisponde a nessun documento. Verifica che tutte le parole siano scritte correttamente e di aver scelto un numero sufficiente di categorie.", "Index – %(key)s": "Indice – %(key)s", "General Index": "Indice generale", "next chapter": "capitolo successivo", "Search finished, found %s page(s) matching the search query.": "Ricerca completata, trovata/e %s pagina/e corrispondenti.", "previous chapter": "capitolo precedente", "Permalink to this headline": "Link a questa intestazione", "About these documents": "A proposito di questi documenti", "Preparing search...": "Preparo la ricerca...", ", in ": ", in", "Navigation": "Navigazione", "Expand sidebar": "Espandi la barra laterale", "the documentation for": "la documentazione per", "Complete Table of Contents": "Tabella dei contenuti completa", "Contents": "Contenuti", "can be huge": "pu\u00f2 essere enorme", "Changes in Version %(version)s — %(docstitle)s": "Modifiche nella Versione %(version)s — %(docstitle)s", "Other changes": "Altre modifiche", "Hide Search Matches": "Nascondi i risultati della ricerca", "Quick search": "Ricerca veloce", "Show Source": "Mostra sorgente", "Search": "Cerca", "This Page": "Questa pagina", "From here you can search these documents. Enter your search\n words into the box below and click \"search\". Note that the search\n function will automatically search for all of the words. Pages\n containing fewer words won't appear in the result list.": "Puoi effettuare una ricerca in questi documenti. Immetti le parole chiave \n della tua ricerca nel riquadro sottostante \"cerca\". Nota che la funzione\n di ricerca cerca automaticamente per tutte le parole. Le pagine\n che contendono meno parole non compariranno nei risultati di ricerca.", "Created using Sphinx %(sphinx_version)s.": "Creato con Sphinx %(sphinx_version)s.", "last updated": "ultimo aggiornamento", "Collapse sidebar": "Comprimi la barra laterale", "Go": "Vai", "Table Of Contents": "Tabella dei contenuti", "Search within %(docstitle)s": "Cerca in %(docstitle)s", "all functions, classes, terms": "tutte le funzioni, classi e moduli", "Please activate JavaScript to enable the search\n functionality.": "Attiva JavaScript per abilitare la funzione\u23ce\ndi ricerca.", "Indices and tables:": "Indici e tabelle:", "lists all sections and subsections": "elenca l'insieme delle sezioni e sottosezioni", "Index pages by letter": "Indice delle pagine per lettera", "search": "cerca", "Permalink to this definition": "Link a questa definizione", "Previous topic": "Argomento precedente", "Overview": "Sintesi", "Last updated on %(last_updated)s.": "Ultimo aggiornamento %(last_updated)s.", "Searching": "Cerca", "search this documentation": "cerca in questa documentazione", "Automatically generated list of changes in version %(version)s": "Lista delle modifiche generata automaticamente nella versione %(version)s", "Full index on one page": "Indice completo in una pagina", "Enter search terms or a module, class or function name.": "Inserisci un termine di ricerca un modulo, classe o nome di funzione", "© Copyright %(copyright)s.": "© Copyright %(copyright)s.", "Library changes": "Modifiche nella libreria", "Search Page": "Cerca", "Search Results": "Risultati della ricerca"}}); \ No newline at end of file +Documentation.addTranslations({"locale": "it", "messages": {"%(filename)s — %(docstitle)s": "%(filename)s — %(docstitle)s", "© Copyright %(copyright)s.": "© Copyright %(copyright)s.", "© Copyright %(copyright)s.": "© Copyright %(copyright)s.", ", in ": ", in", "About these documents": "A proposito di questi documenti", "Automatically generated list of changes in version %(version)s": "Lista delle modifiche generata automaticamente nella versione %(version)s", "C API changes": "Modifiche nelle API C", "Changes in Version %(version)s — %(docstitle)s": "Modifiche nella Versione %(version)s — %(docstitle)s", "Collapse sidebar": "Comprimi la barra laterale", "Complete Table of Contents": "Tabella dei contenuti completa", "Contents": "Contenuti", "Copyright": "Copyright", "Created using Sphinx %(sphinx_version)s.": "Creato con Sphinx %(sphinx_version)s.", "Enter search terms or a module, class or function name.": "Inserisci un termine di ricerca un modulo, classe o nome di funzione", "Expand sidebar": "Espandi la barra laterale", "From here you can search these documents. Enter your search\n words into the box below and click \"search\". Note that the search\n function will automatically search for all of the words. Pages\n containing fewer words won't appear in the result list.": "Puoi effettuare una ricerca in questi documenti. Immetti le parole chiave \n della tua ricerca nel riquadro sottostante \"cerca\". Nota che la funzione\n di ricerca cerca automaticamente per tutte le parole. Le pagine\n che contendono meno parole non compariranno nei risultati di ricerca.", "Full index on one page": "Indice completo in una pagina", "General Index": "Indice generale", "Global Module Index": "Indice dei moduli", "Go": "Vai", "Hide Search Matches": "Nascondi i risultati della ricerca", "Index": "Indice", "Index – %(key)s": "Indice – %(key)s", "Index pages by letter": "Indice delle pagine per lettera", "Indices and tables:": "Indici e tabelle:", "Last updated on %(last_updated)s.": "Ultimo aggiornamento %(last_updated)s.", "Library changes": "Modifiche nella libreria", "Navigation": "Navigazione", "Next topic": "Argomento successivo", "Other changes": "Altre modifiche", "Overview": "Sintesi", "Permalink to this definition": "Link a questa definizione", "Permalink to this headline": "Link a questa intestazione", "Please activate JavaScript to enable the search\n functionality.": "Attiva JavaScript per abilitare la funzione\u23ce\ndi ricerca.", "Preparing search...": "Preparo la ricerca...", "Previous topic": "Argomento precedente", "Quick search": "Ricerca veloce", "Search": "Cerca", "Search Page": "Cerca", "Search Results": "Risultati della ricerca", "Search finished, found %s page(s) matching the search query.": "Ricerca completata, trovata/e %s pagina/e corrispondenti.", "Search within %(docstitle)s": "Cerca in %(docstitle)s", "Searching": "Cerca", "Show Source": "Mostra sorgente", "Table Of Contents": "Tabella dei contenuti", "This Page": "Questa pagina", "Welcome! This is": "Benvenuto! Questa \u00e8", "Your search did not match any documents. Please make sure that all words are spelled correctly and that you've selected enough categories.": "La tua ricerca non corrisponde a nessun documento. Verifica che tutte le parole siano scritte correttamente e di aver scelto un numero sufficiente di categorie.", "all functions, classes, terms": "tutte le funzioni, classi e moduli", "can be huge": "pu\u00f2 essere enorme", "last updated": "ultimo aggiornamento", "lists all sections and subsections": "elenca l'insieme delle sezioni e sottosezioni", "next chapter": "capitolo successivo", "previous chapter": "capitolo precedente", "quick access to all modules": "accesso veloce ai moduli", "search": "cerca", "search this documentation": "cerca in questa documentazione", "the documentation for": "la documentazione per"}, "plural_expr": "(n != 1)"}); \ No newline at end of file diff --git a/sphinx/locale/it/LC_MESSAGES/sphinx.mo b/sphinx/locale/it/LC_MESSAGES/sphinx.mo index f8f35e3cf..687822816 100644 Binary files a/sphinx/locale/it/LC_MESSAGES/sphinx.mo and b/sphinx/locale/it/LC_MESSAGES/sphinx.mo differ diff --git a/sphinx/locale/it/LC_MESSAGES/sphinx.po b/sphinx/locale/it/LC_MESSAGES/sphinx.po index 8577e08df..86bd9c315 100644 --- a/sphinx/locale/it/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/it/LC_MESSAGES/sphinx.po @@ -1,57 +1,55 @@ -# Translations template for Sphinx. -# Copyright (C) 2015 ORGANIZATION +# Italian translations for Sphinx. +# Copyright (C) 2016 ORGANIZATION # This file is distributed under the same license as the Sphinx project. -# -# Translators: -# Paolo Cavallini , 2013-2015 -# Roland Puntaier , 2013 -# Sandro Dentella , 2008 +# FIRST AUTHOR , 2016. +# msgid "" msgstr "" -"Project-Id-Version: Sphinx\n" +"Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2015-03-08 23:31+0900\n" +"POT-Creation-Date: 2016-02-14 22:15+0900\n" "PO-Revision-Date: 2015-03-08 14:35+0000\n" "Last-Translator: Takayuki Shimizukawa \n" -"Language-Team: Italian (http://www.transifex.com/projects/p/sphinx-1/language/it/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 1.3\n" "Language: it\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"Language-Team: Italian " +"(http://www.transifex.com/projects/p/sphinx-1/language/it/)\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.2.0\n" -#: sphinx/config.py:80 +#: sphinx/config.py:84 #, python-format msgid "Fig. %s" msgstr "Fig. %s" -#: sphinx/config.py:81 +#: sphinx/config.py:85 #, python-format msgid "Table %s" msgstr "Tabella %s" -#: sphinx/config.py:82 +#: sphinx/config.py:86 #, python-format msgid "Listing %s" msgstr "Listato %s" -#: sphinx/config.py:89 +#: sphinx/config.py:93 #, python-format msgid "%s %s documentation" msgstr "%s %s documentazione" -#: sphinx/environment.py:1880 +#: sphinx/environment.py:1815 #, python-format msgid "see %s" msgstr "vedi %s" -#: sphinx/environment.py:1883 +#: sphinx/environment.py:1819 #, python-format msgid "see also %s" msgstr "vedi anche %s" -#: sphinx/environment.py:1941 +#: sphinx/environment.py:1879 msgid "Symbols" msgstr "Simboli" @@ -60,11 +58,10 @@ msgstr "Simboli" msgid "Python Enhancement Proposals; PEP %s" msgstr "Python Enhancement Proposals; PEP %s" -#: sphinx/transforms.py:58 sphinx/writers/latex.py:212 -#: sphinx/writers/manpage.py:67 sphinx/writers/texinfo.py:221 -#, python-format -msgid "%B %d, %Y" -msgstr "%d %B %Y" +#: sphinx/transforms.py:56 sphinx/writers/latex.py:357 +#: sphinx/writers/manpage.py:101 sphinx/writers/texinfo.py:222 +msgid "MMMM dd, YYYY" +msgstr "" #: sphinx/builders/changes.py:75 msgid "Builtins" @@ -74,64 +71,63 @@ msgstr "Builtins" msgid "Module level" msgstr "Al livello del modulo" -#: sphinx/builders/html.py:291 -#, python-format -msgid "%b %d, %Y" -msgstr "%d/%b/%Y" +#: sphinx/builders/html.py:295 +msgid "MMM dd, YYYY" +msgstr "" -#: sphinx/builders/html.py:310 sphinx/themes/basic/defindex.html:30 +#: sphinx/builders/html.py:315 sphinx/themes/basic/defindex.html:30 msgid "General Index" msgstr "Indice generale" -#: sphinx/builders/html.py:310 +#: sphinx/builders/html.py:315 msgid "index" msgstr "indice" -#: sphinx/builders/html.py:371 +#: sphinx/builders/html.py:376 msgid "next" msgstr "successivo" -#: sphinx/builders/html.py:380 +#: sphinx/builders/html.py:385 msgid "previous" msgstr "precedente" -#: sphinx/builders/latex.py:144 sphinx/builders/texinfo.py:198 +#: sphinx/builders/latex.py:165 sphinx/builders/texinfo.py:199 msgid " (in " msgstr " (in " -#: sphinx/directives/other.py:150 +#: sphinx/directives/other.py:149 msgid "Section author: " msgstr "Autore della sezione: " -#: sphinx/directives/other.py:152 +#: sphinx/directives/other.py:151 msgid "Module author: " msgstr "Autore del modulo: " -#: sphinx/directives/other.py:154 +#: sphinx/directives/other.py:153 msgid "Code author: " msgstr "Autore del codice: " -#: sphinx/directives/other.py:156 +#: sphinx/directives/other.py:155 msgid "Author: " msgstr "Autore: " -#: sphinx/domains/__init__.py:273 +#: sphinx/domains/__init__.py:275 #, python-format msgid "%s %s" msgstr "%s %s" -#: sphinx/domains/c.py:58 sphinx/domains/cpp.py:2408 -#: sphinx/domains/python.py:122 +#: sphinx/domains/c.py:58 sphinx/domains/cpp.py:3605 +#: sphinx/domains/python.py:124 msgid "Parameters" msgstr "Parametri" -#: sphinx/domains/c.py:61 sphinx/domains/cpp.py:2414 -#: sphinx/domains/javascript.py:128 sphinx/domains/python.py:134 +#: sphinx/domains/c.py:61 sphinx/domains/cpp.py:3614 +#: sphinx/domains/javascript.py:128 sphinx/domains/python.py:136 msgid "Returns" msgstr "Ritorna" #: sphinx/domains/c.py:63 sphinx/domains/javascript.py:130 -#: sphinx/domains/python.py:136 +#: sphinx/domains/python.py:138 msgid "Return type" msgstr "Tipo di ritorno" @@ -160,12 +156,12 @@ msgstr "%s (tipo C)" msgid "%s (C variable)" msgstr "%s (variabile C)" -#: sphinx/domains/c.py:242 sphinx/domains/cpp.py:2680 -#: sphinx/domains/javascript.py:164 sphinx/domains/python.py:587 +#: sphinx/domains/c.py:242 sphinx/domains/cpp.py:3953 +#: sphinx/domains/javascript.py:164 sphinx/domains/python.py:589 msgid "function" msgstr "funzione" -#: sphinx/domains/c.py:243 sphinx/domains/cpp.py:2681 +#: sphinx/domains/c.py:243 sphinx/domains/cpp.py:3954 msgid "member" msgstr "membro" @@ -173,7 +169,7 @@ msgstr "membro" msgid "macro" msgstr "macro" -#: sphinx/domains/c.py:245 sphinx/domains/cpp.py:2682 +#: sphinx/domains/c.py:245 sphinx/domains/cpp.py:3955 msgid "type" msgstr "tipo" @@ -181,59 +177,64 @@ msgstr "tipo" msgid "variable" msgstr "variabile" -#: sphinx/domains/cpp.py:2411 sphinx/domains/javascript.py:125 +#: sphinx/domains/cpp.py:3608 +#, fuzzy +msgid "Template Parameters" +msgstr "Parametri" + +#: sphinx/domains/cpp.py:3611 sphinx/domains/javascript.py:125 msgid "Throws" msgstr "Solleva" -#: sphinx/domains/cpp.py:2518 +#: sphinx/domains/cpp.py:3733 #, python-format msgid "%s (C++ type)" msgstr "%s (tipo C++)" -#: sphinx/domains/cpp.py:2531 +#: sphinx/domains/cpp.py:3744 #, python-format msgid "%s (C++ member)" msgstr "%s (membro C++)" -#: sphinx/domains/cpp.py:2543 +#: sphinx/domains/cpp.py:3755 #, python-format msgid "%s (C++ function)" msgstr "%s (funzione C++)" -#: sphinx/domains/cpp.py:2555 +#: sphinx/domains/cpp.py:3766 #, python-format msgid "%s (C++ class)" msgstr "%s (classe C++)" -#: sphinx/domains/cpp.py:2579 +#: sphinx/domains/cpp.py:3786 #, python-format msgid "%s (C++ enum)" msgstr "%s (enum C++)" -#: sphinx/domains/cpp.py:2617 +#: sphinx/domains/cpp.py:3816 #, python-format msgid "%s (C++ enumerator)" msgstr "%s (enumeratore C++)" -#: sphinx/domains/cpp.py:2679 sphinx/domains/javascript.py:165 -#: sphinx/domains/python.py:589 +#: sphinx/domains/cpp.py:3952 sphinx/domains/javascript.py:165 +#: sphinx/domains/python.py:591 msgid "class" msgstr "classe" -#: sphinx/domains/cpp.py:2683 +#: sphinx/domains/cpp.py:3956 msgid "enum" msgstr "enum" -#: sphinx/domains/cpp.py:2684 +#: sphinx/domains/cpp.py:3957 msgid "enumerator" msgstr "enumeratore" -#: sphinx/domains/javascript.py:106 sphinx/domains/python.py:280 +#: sphinx/domains/javascript.py:106 sphinx/domains/python.py:282 #, python-format msgid "%s() (built-in function)" msgstr "%s() (funzione built-in)" -#: sphinx/domains/javascript.py:107 sphinx/domains/python.py:344 +#: sphinx/domains/javascript.py:107 sphinx/domains/python.py:346 #, python-format msgid "%s() (%s method)" msgstr "%s() (%s metodo)" @@ -248,7 +249,7 @@ msgstr "%s() (classe)" msgid "%s (global variable or constant)" msgstr "%s (variabile globale o costante)" -#: sphinx/domains/javascript.py:113 sphinx/domains/python.py:382 +#: sphinx/domains/javascript.py:113 sphinx/domains/python.py:384 #, python-format msgid "%s (%s attribute)" msgstr "%s (%s attributo)" @@ -257,116 +258,116 @@ msgstr "%s (%s attributo)" msgid "Arguments" msgstr "Parametri" -#: sphinx/domains/javascript.py:166 sphinx/domains/python.py:588 +#: sphinx/domains/javascript.py:166 sphinx/domains/python.py:590 msgid "data" msgstr "dati" -#: sphinx/domains/javascript.py:167 sphinx/domains/python.py:594 +#: sphinx/domains/javascript.py:167 sphinx/domains/python.py:596 msgid "attribute" msgstr "attributo" -#: sphinx/domains/python.py:127 +#: sphinx/domains/python.py:129 msgid "Variables" msgstr "Variabili" -#: sphinx/domains/python.py:131 +#: sphinx/domains/python.py:133 msgid "Raises" msgstr "Solleva" -#: sphinx/domains/python.py:281 sphinx/domains/python.py:338 -#: sphinx/domains/python.py:350 sphinx/domains/python.py:363 +#: sphinx/domains/python.py:283 sphinx/domains/python.py:340 +#: sphinx/domains/python.py:352 sphinx/domains/python.py:365 #, python-format msgid "%s() (in module %s)" msgstr "%s() (nel modulo %s)" -#: sphinx/domains/python.py:284 +#: sphinx/domains/python.py:286 #, python-format msgid "%s (built-in variable)" msgstr "%s (variabile built-in)" -#: sphinx/domains/python.py:285 sphinx/domains/python.py:376 +#: sphinx/domains/python.py:287 sphinx/domains/python.py:378 #, python-format msgid "%s (in module %s)" msgstr "%s (nel modulo %s)" -#: sphinx/domains/python.py:301 +#: sphinx/domains/python.py:303 #, python-format msgid "%s (built-in class)" msgstr "%s (classe built-in)" -#: sphinx/domains/python.py:302 +#: sphinx/domains/python.py:304 #, python-format msgid "%s (class in %s)" msgstr "%s (classe in %s)" -#: sphinx/domains/python.py:342 +#: sphinx/domains/python.py:344 #, python-format msgid "%s() (%s.%s method)" msgstr "%s() (%s.%s metodo)" -#: sphinx/domains/python.py:354 +#: sphinx/domains/python.py:356 #, python-format msgid "%s() (%s.%s static method)" msgstr "%s() (%s.%s metodo statico)" -#: sphinx/domains/python.py:357 +#: sphinx/domains/python.py:359 #, python-format msgid "%s() (%s static method)" msgstr "%s() (%s metodo statico)" -#: sphinx/domains/python.py:367 +#: sphinx/domains/python.py:369 #, python-format msgid "%s() (%s.%s class method)" msgstr "%s() (%s.%s metodo della classe)" -#: sphinx/domains/python.py:370 +#: sphinx/domains/python.py:372 #, python-format msgid "%s() (%s class method)" msgstr "%s() (%s metodo della classe)" -#: sphinx/domains/python.py:380 +#: sphinx/domains/python.py:382 #, python-format msgid "%s (%s.%s attribute)" msgstr "%s (%s.%s attributo)" -#: sphinx/domains/python.py:461 +#: sphinx/domains/python.py:463 #, python-format msgid "%s (module)" msgstr "%s (modulo)" -#: sphinx/domains/python.py:518 +#: sphinx/domains/python.py:520 msgid "Python Module Index" msgstr "Indice del modulo Python" -#: sphinx/domains/python.py:519 +#: sphinx/domains/python.py:521 msgid "modules" msgstr "moduli" -#: sphinx/domains/python.py:565 +#: sphinx/domains/python.py:567 msgid "Deprecated" msgstr "Deprecato" -#: sphinx/domains/python.py:590 sphinx/locale/__init__.py:181 +#: sphinx/domains/python.py:592 sphinx/locale/__init__.py:183 msgid "exception" msgstr "eccezione" -#: sphinx/domains/python.py:591 +#: sphinx/domains/python.py:593 msgid "method" msgstr "metodo" -#: sphinx/domains/python.py:592 +#: sphinx/domains/python.py:594 msgid "class method" msgstr "metodo della classe" -#: sphinx/domains/python.py:593 +#: sphinx/domains/python.py:595 msgid "static method" msgstr "metodo statico" -#: sphinx/domains/python.py:595 sphinx/locale/__init__.py:177 +#: sphinx/domains/python.py:597 sphinx/locale/__init__.py:179 msgid "module" msgstr "modulo" -#: sphinx/domains/python.py:760 +#: sphinx/domains/python.py:762 msgid " (deprecated)" msgstr " (deprecato)" @@ -398,64 +399,64 @@ msgstr "variabile d'ambiente, %s" msgid "%scommand line option; %s" msgstr "%sopzione di linea di comando; %s" -#: sphinx/domains/std.py:443 +#: sphinx/domains/std.py:433 msgid "glossary term" msgstr "voce del glossario" -#: sphinx/domains/std.py:444 +#: sphinx/domains/std.py:434 msgid "grammar token" msgstr "elemento grammaticale" -#: sphinx/domains/std.py:445 +#: sphinx/domains/std.py:435 msgid "reference label" msgstr "etichetta di riferimento" -#: sphinx/domains/std.py:447 +#: sphinx/domains/std.py:437 msgid "environment variable" msgstr "variabile d'ambiente" -#: sphinx/domains/std.py:448 +#: sphinx/domains/std.py:438 msgid "program option" msgstr "opzione del programma" -#: sphinx/domains/std.py:481 sphinx/themes/basic/genindex-single.html:32 +#: sphinx/domains/std.py:471 sphinx/themes/basic/genindex-single.html:32 #: sphinx/themes/basic/genindex-single.html:57 #: sphinx/themes/basic/genindex-split.html:11 #: sphinx/themes/basic/genindex-split.html:14 #: sphinx/themes/basic/genindex.html:32 sphinx/themes/basic/genindex.html:35 #: sphinx/themes/basic/genindex.html:68 sphinx/themes/basic/layout.html:134 -#: sphinx/writers/latex.py:201 sphinx/writers/texinfo.py:479 +#: sphinx/writers/latex.py:346 sphinx/writers/texinfo.py:481 msgid "Index" msgstr "Indice" -#: sphinx/domains/std.py:482 +#: sphinx/domains/std.py:472 msgid "Module Index" msgstr "Indice dei Moduli" -#: sphinx/domains/std.py:483 sphinx/themes/basic/defindex.html:25 +#: sphinx/domains/std.py:473 sphinx/themes/basic/defindex.html:25 msgid "Search Page" msgstr "Cerca" -#: sphinx/ext/autodoc.py:1139 +#: sphinx/ext/autodoc.py:1265 #, python-format msgid " Bases: %s" msgstr "Basi: %s" -#: sphinx/ext/autodoc.py:1181 +#: sphinx/ext/autodoc.py:1318 #, python-format msgid "alias of :class:`%s`" msgstr "alias per :class:`%s`" -#: sphinx/ext/graphviz.py:293 sphinx/ext/graphviz.py:301 +#: sphinx/ext/graphviz.py:307 sphinx/ext/graphviz.py:316 #, python-format msgid "[graph: %s]" msgstr "[grafico: %s]" -#: sphinx/ext/graphviz.py:295 sphinx/ext/graphviz.py:303 +#: sphinx/ext/graphviz.py:309 sphinx/ext/graphviz.py:318 msgid "[graph]" msgstr "[grafico]" -#: sphinx/ext/intersphinx.py:257 +#: sphinx/ext/intersphinx.py:359 #, python-format msgid "(in %s v%s)" msgstr "(in %s v%s)" @@ -464,112 +465,117 @@ msgstr "(in %s v%s)" msgid "[source]" msgstr "[sorgente]" -#: sphinx/ext/todo.py:43 +#: sphinx/ext/todo.py:56 msgid "Todo" msgstr "Da fare" -#: sphinx/ext/todo.py:113 -#, python-format -msgid "(The <> is located in %s, line %d.)" +#: sphinx/ext/todo.py:129 +#, fuzzy +msgid "<>" +msgstr "riga originale" + +#: sphinx/ext/todo.py:132 +#, fuzzy, python-format +msgid "(The <> is located in %s, line %d.)" msgstr "(La <> si trova in %s, linea %d.)" -#: sphinx/ext/todo.py:122 +#: sphinx/ext/todo.py:141 msgid "original entry" msgstr "riga originale" -#: sphinx/ext/viewcode.py:158 +#: sphinx/ext/viewcode.py:162 msgid "[docs]" msgstr "[documenti]" -#: sphinx/ext/viewcode.py:172 +#: sphinx/ext/viewcode.py:176 msgid "Module code" msgstr "Codice del modulo" -#: sphinx/ext/viewcode.py:178 +#: sphinx/ext/viewcode.py:182 #, python-format msgid "

Source code for %s

" msgstr "

Codice sorgente per %s

" -#: sphinx/ext/viewcode.py:204 +#: sphinx/ext/viewcode.py:208 msgid "Overview: module code" msgstr "Vista generale: codice del modulo" -#: sphinx/ext/viewcode.py:205 +#: sphinx/ext/viewcode.py:209 msgid "

All modules for which code is available

" msgstr "

Tutti i moduli di cui è disponibile il codice

" -#: sphinx/locale/__init__.py:157 +#: sphinx/locale/__init__.py:159 msgid "Attention" msgstr "Attenzione" -#: sphinx/locale/__init__.py:158 +#: sphinx/locale/__init__.py:160 msgid "Caution" msgstr "Attenzione" -#: sphinx/locale/__init__.py:159 +#: sphinx/locale/__init__.py:161 msgid "Danger" msgstr "Pericolo" -#: sphinx/locale/__init__.py:160 +#: sphinx/locale/__init__.py:162 msgid "Error" msgstr "Errore" -#: sphinx/locale/__init__.py:161 +#: sphinx/locale/__init__.py:163 msgid "Hint" msgstr "Consiglio" -#: sphinx/locale/__init__.py:162 +#: sphinx/locale/__init__.py:164 msgid "Important" msgstr "Importante" -#: sphinx/locale/__init__.py:163 +#: sphinx/locale/__init__.py:165 msgid "Note" msgstr "Nota" -#: sphinx/locale/__init__.py:164 +#: sphinx/locale/__init__.py:166 msgid "See also" msgstr "Vedi anche" -#: sphinx/locale/__init__.py:165 +#: sphinx/locale/__init__.py:167 msgid "Tip" msgstr "Suggerimento" -#: sphinx/locale/__init__.py:166 +#: sphinx/locale/__init__.py:168 msgid "Warning" msgstr "Avvertimento" -#: sphinx/locale/__init__.py:170 +#: sphinx/locale/__init__.py:172 #, python-format msgid "New in version %s" msgstr "Nuovo nella versione %s" -#: sphinx/locale/__init__.py:171 +#: sphinx/locale/__init__.py:173 #, python-format msgid "Changed in version %s" msgstr "Cambiato nella versione %s" -#: sphinx/locale/__init__.py:172 +#: sphinx/locale/__init__.py:174 #, python-format msgid "Deprecated since version %s" msgstr "Deprecato dalla versione %s" -#: sphinx/locale/__init__.py:178 +#: sphinx/locale/__init__.py:180 msgid "keyword" msgstr "keyword" -#: sphinx/locale/__init__.py:179 +#: sphinx/locale/__init__.py:181 msgid "operator" msgstr "operatore" -#: sphinx/locale/__init__.py:180 +#: sphinx/locale/__init__.py:182 msgid "object" msgstr "oggetto" -#: sphinx/locale/__init__.py:182 +#: sphinx/locale/__init__.py:184 msgid "statement" msgstr "statement" -#: sphinx/locale/__init__.py:183 +#: sphinx/locale/__init__.py:185 msgid "built-in function" msgstr "funzione built-in" @@ -697,7 +703,9 @@ msgstr "Ultimo aggiornamento %(last_updated)s." msgid "" "Created using Sphinx " "%(sphinx_version)s." -msgstr "Creato con Sphinx %(sphinx_version)s." +msgstr "" +"Creato con Sphinx " +"%(sphinx_version)s." #: sphinx/themes/basic/opensearch.xml:4 #, python-format @@ -724,7 +732,9 @@ msgstr "capitolo successivo" msgid "" "Please activate JavaScript to enable the search\n" " functionality." -msgstr "Attiva JavaScript per abilitare la funzione⏎\ndi ricerca." +msgstr "" +"Attiva JavaScript per abilitare la funzione⏎\n" +"di ricerca." #: sphinx/themes/basic/search.html:32 msgid "" @@ -732,26 +742,32 @@ msgid "" " words into the box below and click \"search\". Note that the search\n" " function will automatically search for all of the words. Pages\n" " containing fewer words won't appear in the result list." -msgstr "Puoi effettuare una ricerca in questi documenti. Immetti le parole chiave \n della tua ricerca nel riquadro sottostante \"cerca\". Nota che la funzione\n di ricerca cerca automaticamente per tutte le parole. Le pagine\n che contendono meno parole non compariranno nei risultati di ricerca." +msgstr "" +"Puoi effettuare una ricerca in questi documenti. Immetti le parole chiave" +" \n" +" della tua ricerca nel riquadro sottostante \"cerca\". Nota che la " +"funzione\n" +" di ricerca cerca automaticamente per tutte le parole. Le pagine\n" +" che contendono meno parole non compariranno nei risultati di ricerca." -#: sphinx/themes/basic/search.html:39 -#: sphinx/themes/basic/searchresults.html:17 +#: sphinx/themes/basic/search.html:39 sphinx/themes/basic/searchresults.html:17 msgid "search" msgstr "cerca" -#: sphinx/themes/basic/search.html:43 -#: sphinx/themes/basic/searchresults.html:21 -#: sphinx/themes/basic/static/searchtools.js_t:281 +#: sphinx/themes/basic/search.html:43 sphinx/themes/basic/searchresults.html:21 +#: sphinx/themes/basic/static/searchtools.js_t:282 msgid "Search Results" msgstr "Risultati della ricerca" -#: sphinx/themes/basic/search.html:45 -#: sphinx/themes/basic/searchresults.html:23 -#: sphinx/themes/basic/static/searchtools.js_t:283 +#: sphinx/themes/basic/search.html:45 sphinx/themes/basic/searchresults.html:23 +#: sphinx/themes/basic/static/searchtools.js_t:284 msgid "" -"Your search did not match any documents. Please make sure that all words are" -" spelled correctly and that you've selected enough categories." -msgstr "La tua ricerca non corrisponde a nessun documento. Verifica che tutte le parole siano scritte correttamente e di aver scelto un numero sufficiente di categorie." +"Your search did not match any documents. Please make sure that all words " +"are spelled correctly and that you've selected enough categories." +msgstr "" +"La tua ricerca non corrisponde a nessun documento. Verifica che tutte le " +"parole siano scritte correttamente e di aver scelto un numero sufficiente" +" di categorie." #: sphinx/themes/basic/searchbox.html:12 msgid "Quick search" @@ -789,33 +805,33 @@ msgstr "Modifiche nelle API C" msgid "Other changes" msgstr "Altre modifiche" -#: sphinx/themes/basic/static/doctools.js:166 sphinx/writers/html.py:610 -#: sphinx/writers/html.py:615 +#: sphinx/themes/basic/static/doctools.js_t:169 sphinx/writers/html.py:668 +#: sphinx/writers/html.py:673 msgid "Permalink to this headline" msgstr "Link a questa intestazione" -#: sphinx/themes/basic/static/doctools.js:172 sphinx/writers/html.py:107 +#: sphinx/themes/basic/static/doctools.js_t:175 sphinx/writers/html.py:105 msgid "Permalink to this definition" msgstr "Link a questa definizione" -#: sphinx/themes/basic/static/doctools.js:205 +#: sphinx/themes/basic/static/doctools.js_t:208 msgid "Hide Search Matches" msgstr "Nascondi i risultati della ricerca" -#: sphinx/themes/basic/static/searchtools.js_t:119 +#: sphinx/themes/basic/static/searchtools.js_t:121 msgid "Searching" msgstr "Cerca" -#: sphinx/themes/basic/static/searchtools.js_t:124 +#: sphinx/themes/basic/static/searchtools.js_t:126 msgid "Preparing search..." msgstr "Preparo la ricerca..." -#: sphinx/themes/basic/static/searchtools.js_t:285 +#: sphinx/themes/basic/static/searchtools.js_t:286 #, python-format msgid "Search finished, found %s page(s) matching the search query." msgstr "Ricerca completata, trovata/e %s pagina/e corrispondenti." -#: sphinx/themes/basic/static/searchtools.js_t:337 +#: sphinx/themes/basic/static/searchtools.js_t:338 msgid ", in " msgstr ", in" @@ -832,44 +848,56 @@ msgstr "Comprimi la barra laterale" msgid "Contents" msgstr "Contenuti" -#: sphinx/writers/html.py:334 +#: sphinx/writers/html.py:349 msgid "Permalink to this code" msgstr "Link a questo codice" -#: sphinx/writers/html.py:337 +#: sphinx/writers/html.py:353 msgid "Permalink to this image" msgstr "Link a questa immagine" -#: sphinx/writers/html.py:339 +#: sphinx/writers/html.py:355 msgid "Permalink to this toctree" msgstr "" -#: sphinx/writers/html.py:619 +#: sphinx/writers/html.py:677 msgid "Permalink to this table" msgstr "Link a questa tabella" -#: sphinx/writers/latex.py:199 +#: sphinx/writers/latex.py:344 msgid "Release" msgstr "Release" -#: sphinx/writers/latex.py:697 sphinx/writers/manpage.py:177 -#: sphinx/writers/texinfo.py:616 +#: sphinx/writers/latex.py:408 +#, fuzzy +msgid "page" +msgstr "Pericolo" + +#: sphinx/writers/latex.py:908 sphinx/writers/manpage.py:226 +#: sphinx/writers/texinfo.py:620 msgid "Footnotes" msgstr "Note a piè di pagina" -#: sphinx/writers/latex.py:785 +#: sphinx/writers/latex.py:1010 msgid "continued from previous page" msgstr "continua dalla pagina precedente" -#: sphinx/writers/latex.py:791 +#: sphinx/writers/latex.py:1016 msgid "Continued on next page" msgstr "Continua alla pagina successiva" -#: sphinx/writers/manpage.py:223 sphinx/writers/text.py:541 +#: sphinx/writers/manpage.py:275 sphinx/writers/text.py:582 #, python-format msgid "[image: %s]" msgstr "[immagine: %s]" -#: sphinx/writers/manpage.py:224 sphinx/writers/text.py:542 +#: sphinx/writers/manpage.py:276 sphinx/writers/text.py:583 msgid "[image]" msgstr "[immagine]" + +#~ msgid "%B %d, %Y" +#~ msgstr "%d %B %Y" + +#~ msgid "%b %d, %Y" +#~ msgstr "%d/%b/%Y" + diff --git a/sphinx/locale/ja/LC_MESSAGES/sphinx.js b/sphinx/locale/ja/LC_MESSAGES/sphinx.js index d8a3e6d9f..91e4b9674 100644 --- a/sphinx/locale/ja/LC_MESSAGES/sphinx.js +++ b/sphinx/locale/ja/LC_MESSAGES/sphinx.js @@ -1 +1 @@ -Documentation.addTranslations({"locale": "ja", "plural_expr": "0", "messages": {"Next topic": "\u6b21\u306e\u30c8\u30d4\u30c3\u30af\u3078", "Index": "\u7d22\u5f15", "%(filename)s — %(docstitle)s": "%(filename)s — %(docstitle)s", "Welcome! This is": "Welcome! This is", "Copyright": "\u8457\u4f5c\u6a29", "C API changes": "C API \u306b\u95a2\u3059\u308b\u5909\u66f4", "quick access to all modules": "\u5168\u30e2\u30b8\u30e5\u30fc\u30eb\u65e9\u898b\u8868", "© Copyright %(copyright)s.": "© Copyright %(copyright)s.", "Global Module Index": "\u30e2\u30b8\u30e5\u30fc\u30eb\u7dcf\u7d22\u5f15", "Your search did not match any documents. Please make sure that all words are spelled correctly and that you've selected enough categories.": "\u691c\u7d22\u3057\u305f\u6587\u5b57\u5217\u306f\u3069\u306e\u6587\u66f8\u306b\u3082\u898b\u3064\u304b\u308a\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u3059\u3079\u3066\u306e\u5358\u8a9e\u304c\u6b63\u78ba\u306b\u8a18\u8ff0\u3055\u308c\u3066\u3044\u308b\u304b\u3001\u3042\u308b\u3044\u306f\u3001\u5341\u5206\u306a\u30ab\u30c6\u30b4\u30ea\u30fc\u304c\u9078\u629e\u3055\u308c\u3066\u3044\u308b\u304b\u78ba\u8a8d\u3057\u3066\u304f\u3060\u3055\u3044\u3002", "Index – %(key)s": "\u7d22\u5f15 – %(key)s", "General Index": "\u7dcf\u5408\u7d22\u5f15", "next chapter": "\u6b21\u306e\u7ae0\u3078", "Search finished, found %s page(s) matching the search query.": "\u691c\u7d22\u304c\u5b8c\u4e86\u3057\u3001 %s \u30da\u30fc\u30b8\u898b\u3064\u3051\u307e\u3057\u305f\u3002", "previous chapter": "\u524d\u306e\u7ae0\u3078", "Permalink to this headline": "\u3053\u306e\u30d8\u30c3\u30c9\u30e9\u30a4\u30f3\u3078\u306e\u30d1\u30fc\u30de\u30ea\u30f3\u30af", "About these documents": "\u3053\u306e\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u306b\u3064\u3044\u3066", "Preparing search...": "\u691c\u7d22\u3092\u6e96\u5099\u3057\u3066\u3044\u307e\u3059...", ", in ": ", in ", "Navigation": "\u30ca\u30d3\u30b2\u30fc\u30b7\u30e7\u30f3", "Expand sidebar": "\u30b5\u30a4\u30c9\u30d0\u30fc\u3092\u5c55\u958b", "the documentation for": "the documentation for", "Complete Table of Contents": "\u7dcf\u5408\u76ee\u6b21", "Contents": "\u30b3\u30f3\u30c6\u30f3\u30c4", "can be huge": "\u5927\u304d\u3044\u5834\u5408\u304c\u3042\u308b\u306e\u3067\u6ce8\u610f", "Changes in Version %(version)s — %(docstitle)s": "\u30d0\u30fc\u30b8\u30e7\u30f3 %(version)s \u306e\u5909\u66f4\u70b9 — %(docstitle)s", "Other changes": "\u305d\u306e\u4ed6\u306e\u5909\u66f4", "Hide Search Matches": "\u691c\u7d22\u7d50\u679c\u3092\u96a0\u3059", "Quick search": "\u30af\u30a4\u30c3\u30af\u691c\u7d22", "Show Source": "\u30bd\u30fc\u30b9\u30b3\u30fc\u30c9\u3092\u8868\u793a", "Search": "\u691c\u7d22", "This Page": "\u3053\u306e\u30da\u30fc\u30b8", "From here you can search these documents. Enter your search\n words into the box below and click \"search\". Note that the search\n function will automatically search for all of the words. Pages\n containing fewer words won't appear in the result list.": "\u3053\u306e\u30da\u30fc\u30b8\u304b\u3089\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u3092\u691c\u7d22\u3067\u304d\u307e\u3059\u3002\u30ad\u30fc\u30ef\u30fc\u30c9\u3092\u4e0b\u306e\u30dc\u30c3\u30af\u30b9\u306b\u5165\u529b\u3057\u3066\u3001\u300c\u691c\u7d22\u300d\u3092\u30af\u30ea\u30c3\u30af\u3057\u3066\u304f\u3060\u3055\u3044\u3002\u5165\u529b\u3055\u308c\u305f\u5168\u3066\u306e\u30ad\u30fc\u30ef\u30fc\u30c9\u3092\u542b\u3080\u30da\u30fc\u30b8\u304c\u691c\u7d22\u3055\u308c\u307e\u3059\u3002\u4e00\u90e8\u306e\u30ad\u30fc\u30ef\u30fc\u30c9\u3057\u304b\u542b\u307e\u306a\u3044\u30da\u30fc\u30b8\u306f\u691c\u7d22\u7d50\u679c\u306b\u8868\u793a\u3055\u308c\u306a\u3044\u306e\u3067\u6ce8\u610f\u3057\u3066\u304f\u3060\u3055\u3044\u3002", "Created using Sphinx %(sphinx_version)s.": "\u3053\u306e\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u306f Sphinx %(sphinx_version)s \u3067\u751f\u6210\u3057\u307e\u3057\u305f\u3002", "last updated": "\u6700\u7d42\u66f4\u65b0", "Collapse sidebar": "\u30b5\u30a4\u30c9\u30d0\u30fc\u3092\u305f\u305f\u3080", "Go": "\u691c\u7d22", "Table Of Contents": "\u76ee\u6b21", "Search within %(docstitle)s": "%(docstitle)s \u5185\u3092\u691c\u7d22", "all functions, classes, terms": "\u95a2\u6570\u3001\u30af\u30e9\u30b9\u304a\u3088\u3073\u7528\u8a9e\u7dcf\u89a7", "Please activate JavaScript to enable the search\n functionality.": "\u691c\u7d22\u6a5f\u80fd\u3092\u4f7f\u3046\u306b\u306f JavaScript \u3092\u6709\u52b9\u306b\u3057\u3066\u304f\u3060\u3055\u3044\u3002", "Indices and tables:": "\u7d22\u5f15\u3068\u8868\u4e00\u89a7:", "lists all sections and subsections": "\u7ae0\uff0f\u7bc0\u4e00\u89a7", "Index pages by letter": "\u982d\u6587\u5b57\u5225\u7d22\u5f15", "search": "\u691c\u7d22", "Permalink to this definition": "\u3053\u306e\u5b9a\u7fa9\u3078\u306e\u30d1\u30fc\u30de\u30ea\u30f3\u30af", "Previous topic": "\u524d\u306e\u30c8\u30d4\u30c3\u30af\u3078", "Overview": "\u6982\u8981", "Last updated on %(last_updated)s.": "\u6700\u7d42\u66f4\u65b0: %(last_updated)s", "Searching": "\u691c\u7d22\u4e2d", "search this documentation": "\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u3092\u691c\u7d22", "Automatically generated list of changes in version %(version)s": "\u30d0\u30fc\u30b8\u30e7\u30f3 %(version)s \u306e\u5909\u66f4\u70b9\uff08\u3053\u306e\u30ea\u30b9\u30c8\u306f\u81ea\u52d5\u751f\u6210\u3055\u308c\u3066\u3044\u307e\u3059\uff09", "Full index on one page": "\u7dcf\u7d22\u5f15", "Enter search terms or a module, class or function name.": "\u30e2\u30b8\u30e5\u30fc\u30eb\u3001\u30af\u30e9\u30b9\u3001\u307e\u305f\u306f\u95a2\u6570\u540d\u3092\u5165\u529b\u3057\u3066\u304f\u3060\u3055\u3044", "© Copyright %(copyright)s.": "© Copyright %(copyright)s.", "Library changes": "\u30e9\u30a4\u30d6\u30e9\u30ea\u306b\u95a2\u3059\u308b\u5909\u66f4", "Search Page": "\u691c\u7d22\u30da\u30fc\u30b8", "Search Results": "\u691c\u7d22\u7d50\u679c"}}); \ No newline at end of file +Documentation.addTranslations({"locale": "ja", "messages": {"%(filename)s — %(docstitle)s": "%(filename)s — %(docstitle)s", "© Copyright %(copyright)s.": "© Copyright %(copyright)s.", "© Copyright %(copyright)s.": "© Copyright %(copyright)s.", ", in ": ", in ", "About these documents": "\u3053\u306e\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u306b\u3064\u3044\u3066", "Automatically generated list of changes in version %(version)s": "\u30d0\u30fc\u30b8\u30e7\u30f3 %(version)s \u306e\u5909\u66f4\u70b9\uff08\u3053\u306e\u30ea\u30b9\u30c8\u306f\u81ea\u52d5\u751f\u6210\u3055\u308c\u3066\u3044\u307e\u3059\uff09", "C API changes": "C API \u306b\u95a2\u3059\u308b\u5909\u66f4", "Changes in Version %(version)s — %(docstitle)s": "\u30d0\u30fc\u30b8\u30e7\u30f3 %(version)s \u306e\u5909\u66f4\u70b9 — %(docstitle)s", "Collapse sidebar": "\u30b5\u30a4\u30c9\u30d0\u30fc\u3092\u305f\u305f\u3080", "Complete Table of Contents": "\u7dcf\u5408\u76ee\u6b21", "Contents": "\u30b3\u30f3\u30c6\u30f3\u30c4", "Copyright": "\u8457\u4f5c\u6a29", "Created using Sphinx %(sphinx_version)s.": "\u3053\u306e\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u306f Sphinx %(sphinx_version)s \u3067\u751f\u6210\u3057\u307e\u3057\u305f\u3002", "Enter search terms or a module, class or function name.": "\u30e2\u30b8\u30e5\u30fc\u30eb\u3001\u30af\u30e9\u30b9\u3001\u307e\u305f\u306f\u95a2\u6570\u540d\u3092\u5165\u529b\u3057\u3066\u304f\u3060\u3055\u3044", "Expand sidebar": "\u30b5\u30a4\u30c9\u30d0\u30fc\u3092\u5c55\u958b", "From here you can search these documents. Enter your search\n words into the box below and click \"search\". Note that the search\n function will automatically search for all of the words. Pages\n containing fewer words won't appear in the result list.": "\u3053\u306e\u30da\u30fc\u30b8\u304b\u3089\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u3092\u691c\u7d22\u3067\u304d\u307e\u3059\u3002\u30ad\u30fc\u30ef\u30fc\u30c9\u3092\u4e0b\u306e\u30dc\u30c3\u30af\u30b9\u306b\u5165\u529b\u3057\u3066\u3001\u300c\u691c\u7d22\u300d\u3092\u30af\u30ea\u30c3\u30af\u3057\u3066\u304f\u3060\u3055\u3044\u3002\u5165\u529b\u3055\u308c\u305f\u5168\u3066\u306e\u30ad\u30fc\u30ef\u30fc\u30c9\u3092\u542b\u3080\u30da\u30fc\u30b8\u304c\u691c\u7d22\u3055\u308c\u307e\u3059\u3002\u4e00\u90e8\u306e\u30ad\u30fc\u30ef\u30fc\u30c9\u3057\u304b\u542b\u307e\u306a\u3044\u30da\u30fc\u30b8\u306f\u691c\u7d22\u7d50\u679c\u306b\u8868\u793a\u3055\u308c\u306a\u3044\u306e\u3067\u6ce8\u610f\u3057\u3066\u304f\u3060\u3055\u3044\u3002", "Full index on one page": "\u7dcf\u7d22\u5f15", "General Index": "\u7dcf\u5408\u7d22\u5f15", "Global Module Index": "\u30e2\u30b8\u30e5\u30fc\u30eb\u7dcf\u7d22\u5f15", "Go": "\u691c\u7d22", "Hide Search Matches": "\u691c\u7d22\u7d50\u679c\u3092\u96a0\u3059", "Index": "\u7d22\u5f15", "Index – %(key)s": "\u7d22\u5f15 – %(key)s", "Index pages by letter": "\u982d\u6587\u5b57\u5225\u7d22\u5f15", "Indices and tables:": "\u7d22\u5f15\u3068\u8868\u4e00\u89a7:", "Last updated on %(last_updated)s.": "\u6700\u7d42\u66f4\u65b0: %(last_updated)s", "Library changes": "\u30e9\u30a4\u30d6\u30e9\u30ea\u306b\u95a2\u3059\u308b\u5909\u66f4", "Navigation": "\u30ca\u30d3\u30b2\u30fc\u30b7\u30e7\u30f3", "Next topic": "\u6b21\u306e\u30c8\u30d4\u30c3\u30af\u3078", "Other changes": "\u305d\u306e\u4ed6\u306e\u5909\u66f4", "Overview": "\u6982\u8981", "Permalink to this definition": "\u3053\u306e\u5b9a\u7fa9\u3078\u306e\u30d1\u30fc\u30de\u30ea\u30f3\u30af", "Permalink to this headline": "\u3053\u306e\u30d8\u30c3\u30c9\u30e9\u30a4\u30f3\u3078\u306e\u30d1\u30fc\u30de\u30ea\u30f3\u30af", "Please activate JavaScript to enable the search\n functionality.": "\u691c\u7d22\u6a5f\u80fd\u3092\u4f7f\u3046\u306b\u306f JavaScript \u3092\u6709\u52b9\u306b\u3057\u3066\u304f\u3060\u3055\u3044\u3002", "Preparing search...": "\u691c\u7d22\u3092\u6e96\u5099\u3057\u3066\u3044\u307e\u3059...", "Previous topic": "\u524d\u306e\u30c8\u30d4\u30c3\u30af\u3078", "Quick search": "\u30af\u30a4\u30c3\u30af\u691c\u7d22", "Search": "\u691c\u7d22", "Search Page": "\u691c\u7d22\u30da\u30fc\u30b8", "Search Results": "\u691c\u7d22\u7d50\u679c", "Search finished, found %s page(s) matching the search query.": "\u691c\u7d22\u304c\u5b8c\u4e86\u3057\u3001 %s \u30da\u30fc\u30b8\u898b\u3064\u3051\u307e\u3057\u305f\u3002", "Search within %(docstitle)s": "%(docstitle)s \u5185\u3092\u691c\u7d22", "Searching": "\u691c\u7d22\u4e2d", "Show Source": "\u30bd\u30fc\u30b9\u30b3\u30fc\u30c9\u3092\u8868\u793a", "Table Of Contents": "\u76ee\u6b21", "This Page": "\u3053\u306e\u30da\u30fc\u30b8", "Welcome! This is": "Welcome! This is", "Your search did not match any documents. Please make sure that all words are spelled correctly and that you've selected enough categories.": "\u691c\u7d22\u3057\u305f\u6587\u5b57\u5217\u306f\u3069\u306e\u6587\u66f8\u306b\u3082\u898b\u3064\u304b\u308a\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u3059\u3079\u3066\u306e\u5358\u8a9e\u304c\u6b63\u78ba\u306b\u8a18\u8ff0\u3055\u308c\u3066\u3044\u308b\u304b\u3001\u3042\u308b\u3044\u306f\u3001\u5341\u5206\u306a\u30ab\u30c6\u30b4\u30ea\u30fc\u304c\u9078\u629e\u3055\u308c\u3066\u3044\u308b\u304b\u78ba\u8a8d\u3057\u3066\u304f\u3060\u3055\u3044\u3002", "all functions, classes, terms": "\u95a2\u6570\u3001\u30af\u30e9\u30b9\u304a\u3088\u3073\u7528\u8a9e\u7dcf\u89a7", "can be huge": "\u5927\u304d\u3044\u5834\u5408\u304c\u3042\u308b\u306e\u3067\u6ce8\u610f", "last updated": "\u6700\u7d42\u66f4\u65b0", "lists all sections and subsections": "\u7ae0\uff0f\u7bc0\u4e00\u89a7", "next chapter": "\u6b21\u306e\u7ae0\u3078", "previous chapter": "\u524d\u306e\u7ae0\u3078", "quick access to all modules": "\u5168\u30e2\u30b8\u30e5\u30fc\u30eb\u65e9\u898b\u8868", "search": "\u691c\u7d22", "search this documentation": "\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u3092\u691c\u7d22", "the documentation for": "the documentation for"}, "plural_expr": "0"}); \ No newline at end of file diff --git a/sphinx/locale/ja/LC_MESSAGES/sphinx.mo b/sphinx/locale/ja/LC_MESSAGES/sphinx.mo index efc50ba34..c1e2f027f 100644 Binary files a/sphinx/locale/ja/LC_MESSAGES/sphinx.mo and b/sphinx/locale/ja/LC_MESSAGES/sphinx.mo differ diff --git a/sphinx/locale/ja/LC_MESSAGES/sphinx.po b/sphinx/locale/ja/LC_MESSAGES/sphinx.po index 21aa7202f..e7f282f80 100644 --- a/sphinx/locale/ja/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/ja/LC_MESSAGES/sphinx.po @@ -1,60 +1,55 @@ -# Translations template for Sphinx. -# Copyright (C) 2015 ORGANIZATION +# Japanese translations for Sphinx. +# Copyright (C) 2016 ORGANIZATION # This file is distributed under the same license as the Sphinx project. -# -# Translators: -# WAKAYAMA Shirou , 2013 -# Akitoshi Ohta , 2011 -# Kouhei Sutou , 2011 -# Takayuki Shimizukawa , 2013-2015 -# WAKAYAMA Shirou , 2014 -# Yasushi Masuda , 2008 +# FIRST AUTHOR , 2016. +# msgid "" msgstr "" -"Project-Id-Version: Sphinx\n" +"Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2015-03-08 23:31+0900\n" +"POT-Creation-Date: 2016-02-14 22:15+0900\n" "PO-Revision-Date: 2015-03-08 14:36+0000\n" "Last-Translator: Takayuki Shimizukawa \n" -"Language-Team: Japanese (http://www.transifex.com/projects/p/sphinx-1/language/ja/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 1.3\n" "Language: ja\n" -"Plural-Forms: nplurals=1; plural=0;\n" +"Language-Team: Japanese " +"(http://www.transifex.com/projects/p/sphinx-1/language/ja/)\n" +"Plural-Forms: nplurals=1; plural=0\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 2.2.0\n" -#: sphinx/config.py:80 +#: sphinx/config.py:84 #, python-format msgid "Fig. %s" msgstr "図 %s" -#: sphinx/config.py:81 +#: sphinx/config.py:85 #, python-format msgid "Table %s" msgstr "TABLE %s" -#: sphinx/config.py:82 +#: sphinx/config.py:86 #, python-format msgid "Listing %s" msgstr "LIST %s" -#: sphinx/config.py:89 +#: sphinx/config.py:93 #, python-format msgid "%s %s documentation" msgstr "%s %s ドキュメント" -#: sphinx/environment.py:1880 +#: sphinx/environment.py:1815 #, python-format msgid "see %s" msgstr "%sを参照" -#: sphinx/environment.py:1883 +#: sphinx/environment.py:1819 #, python-format msgid "see also %s" msgstr "%sも参照" -#: sphinx/environment.py:1941 +#: sphinx/environment.py:1879 msgid "Symbols" msgstr "記号" @@ -63,11 +58,10 @@ msgstr "記号" msgid "Python Enhancement Proposals; PEP %s" msgstr "Python Enhancement Proposals; PEP %s" -#: sphinx/transforms.py:58 sphinx/writers/latex.py:212 -#: sphinx/writers/manpage.py:67 sphinx/writers/texinfo.py:221 -#, python-format -msgid "%B %d, %Y" -msgstr "%Y 年 %m 月 %d 日" +#: sphinx/transforms.py:56 sphinx/writers/latex.py:357 +#: sphinx/writers/manpage.py:101 sphinx/writers/texinfo.py:222 +msgid "MMMM dd, YYYY" +msgstr "" #: sphinx/builders/changes.py:75 msgid "Builtins" @@ -77,64 +71,63 @@ msgstr "組み込み" msgid "Module level" msgstr "モジュールレベル" -#: sphinx/builders/html.py:291 -#, python-format -msgid "%b %d, %Y" -msgstr "%Y 年 %m 月 %d 日" +#: sphinx/builders/html.py:295 +msgid "MMM dd, YYYY" +msgstr "" -#: sphinx/builders/html.py:310 sphinx/themes/basic/defindex.html:30 +#: sphinx/builders/html.py:315 sphinx/themes/basic/defindex.html:30 msgid "General Index" msgstr "総合索引" -#: sphinx/builders/html.py:310 +#: sphinx/builders/html.py:315 msgid "index" msgstr "索引" -#: sphinx/builders/html.py:371 +#: sphinx/builders/html.py:376 msgid "next" msgstr "次へ" -#: sphinx/builders/html.py:380 +#: sphinx/builders/html.py:385 msgid "previous" msgstr "前へ" -#: sphinx/builders/latex.py:144 sphinx/builders/texinfo.py:198 +#: sphinx/builders/latex.py:165 sphinx/builders/texinfo.py:199 msgid " (in " msgstr " (in " -#: sphinx/directives/other.py:150 +#: sphinx/directives/other.py:149 msgid "Section author: " msgstr "この節の作者: " -#: sphinx/directives/other.py:152 +#: sphinx/directives/other.py:151 msgid "Module author: " msgstr "モジュールの作者: " -#: sphinx/directives/other.py:154 +#: sphinx/directives/other.py:153 msgid "Code author: " msgstr "コードの作者: " -#: sphinx/directives/other.py:156 +#: sphinx/directives/other.py:155 msgid "Author: " msgstr "作者: " -#: sphinx/domains/__init__.py:273 +#: sphinx/domains/__init__.py:275 #, python-format msgid "%s %s" msgstr "%s %s" -#: sphinx/domains/c.py:58 sphinx/domains/cpp.py:2408 -#: sphinx/domains/python.py:122 +#: sphinx/domains/c.py:58 sphinx/domains/cpp.py:3605 +#: sphinx/domains/python.py:124 msgid "Parameters" msgstr "パラメタ" -#: sphinx/domains/c.py:61 sphinx/domains/cpp.py:2414 -#: sphinx/domains/javascript.py:128 sphinx/domains/python.py:134 +#: sphinx/domains/c.py:61 sphinx/domains/cpp.py:3614 +#: sphinx/domains/javascript.py:128 sphinx/domains/python.py:136 msgid "Returns" msgstr "戻り値" #: sphinx/domains/c.py:63 sphinx/domains/javascript.py:130 -#: sphinx/domains/python.py:136 +#: sphinx/domains/python.py:138 msgid "Return type" msgstr "戻り値の型" @@ -163,12 +156,12 @@ msgstr "%s (C のデータ型)" msgid "%s (C variable)" msgstr "%s (C の変数)" -#: sphinx/domains/c.py:242 sphinx/domains/cpp.py:2680 -#: sphinx/domains/javascript.py:164 sphinx/domains/python.py:587 +#: sphinx/domains/c.py:242 sphinx/domains/cpp.py:3953 +#: sphinx/domains/javascript.py:164 sphinx/domains/python.py:589 msgid "function" msgstr "の関数" -#: sphinx/domains/c.py:243 sphinx/domains/cpp.py:2681 +#: sphinx/domains/c.py:243 sphinx/domains/cpp.py:3954 msgid "member" msgstr "のメンバ変数" @@ -176,7 +169,7 @@ msgstr "のメンバ変数" msgid "macro" msgstr "のマクロ" -#: sphinx/domains/c.py:245 sphinx/domains/cpp.py:2682 +#: sphinx/domains/c.py:245 sphinx/domains/cpp.py:3955 msgid "type" msgstr "のデータ型" @@ -184,59 +177,64 @@ msgstr "のデータ型" msgid "variable" msgstr "変数" -#: sphinx/domains/cpp.py:2411 sphinx/domains/javascript.py:125 +#: sphinx/domains/cpp.py:3608 +#, fuzzy +msgid "Template Parameters" +msgstr "パラメタ" + +#: sphinx/domains/cpp.py:3611 sphinx/domains/javascript.py:125 msgid "Throws" msgstr "例外" -#: sphinx/domains/cpp.py:2518 +#: sphinx/domains/cpp.py:3733 #, python-format msgid "%s (C++ type)" msgstr "%s (C++ のデータ型)" -#: sphinx/domains/cpp.py:2531 +#: sphinx/domains/cpp.py:3744 #, python-format msgid "%s (C++ member)" msgstr "%s (C++ のメンバ変数)" -#: sphinx/domains/cpp.py:2543 +#: sphinx/domains/cpp.py:3755 #, python-format msgid "%s (C++ function)" msgstr "%s (C++ の関数)" -#: sphinx/domains/cpp.py:2555 +#: sphinx/domains/cpp.py:3766 #, python-format msgid "%s (C++ class)" msgstr "%s (C++ のクラス)" -#: sphinx/domains/cpp.py:2579 +#: sphinx/domains/cpp.py:3786 #, python-format msgid "%s (C++ enum)" msgstr "%s (C++ の列挙型)" -#: sphinx/domains/cpp.py:2617 +#: sphinx/domains/cpp.py:3816 #, python-format msgid "%s (C++ enumerator)" msgstr "%s (C++の enumerator)" -#: sphinx/domains/cpp.py:2679 sphinx/domains/javascript.py:165 -#: sphinx/domains/python.py:589 +#: sphinx/domains/cpp.py:3952 sphinx/domains/javascript.py:165 +#: sphinx/domains/python.py:591 msgid "class" msgstr "クラス" -#: sphinx/domains/cpp.py:2683 +#: sphinx/domains/cpp.py:3956 msgid "enum" msgstr "列挙型" -#: sphinx/domains/cpp.py:2684 +#: sphinx/domains/cpp.py:3957 msgid "enumerator" msgstr "enumerator" -#: sphinx/domains/javascript.py:106 sphinx/domains/python.py:280 +#: sphinx/domains/javascript.py:106 sphinx/domains/python.py:282 #, python-format msgid "%s() (built-in function)" msgstr "%s() (組み込み関数)" -#: sphinx/domains/javascript.py:107 sphinx/domains/python.py:344 +#: sphinx/domains/javascript.py:107 sphinx/domains/python.py:346 #, python-format msgid "%s() (%s method)" msgstr "%s() (%s のメソッド)" @@ -251,7 +249,7 @@ msgstr "%s() (クラス)" msgid "%s (global variable or constant)" msgstr "%s (グローバル変数または定数)" -#: sphinx/domains/javascript.py:113 sphinx/domains/python.py:382 +#: sphinx/domains/javascript.py:113 sphinx/domains/python.py:384 #, python-format msgid "%s (%s attribute)" msgstr "%s (%s の属性)" @@ -260,116 +258,116 @@ msgstr "%s (%s の属性)" msgid "Arguments" msgstr "引数" -#: sphinx/domains/javascript.py:166 sphinx/domains/python.py:588 +#: sphinx/domains/javascript.py:166 sphinx/domains/python.py:590 msgid "data" msgstr "データ" -#: sphinx/domains/javascript.py:167 sphinx/domains/python.py:594 +#: sphinx/domains/javascript.py:167 sphinx/domains/python.py:596 msgid "attribute" msgstr "の属性" -#: sphinx/domains/python.py:127 +#: sphinx/domains/python.py:129 msgid "Variables" msgstr "変数" -#: sphinx/domains/python.py:131 +#: sphinx/domains/python.py:133 msgid "Raises" msgstr "例外" -#: sphinx/domains/python.py:281 sphinx/domains/python.py:338 -#: sphinx/domains/python.py:350 sphinx/domains/python.py:363 +#: sphinx/domains/python.py:283 sphinx/domains/python.py:340 +#: sphinx/domains/python.py:352 sphinx/domains/python.py:365 #, python-format msgid "%s() (in module %s)" msgstr "%s() (%s モジュール)" -#: sphinx/domains/python.py:284 +#: sphinx/domains/python.py:286 #, python-format msgid "%s (built-in variable)" msgstr "%s (組み込み変数)" -#: sphinx/domains/python.py:285 sphinx/domains/python.py:376 +#: sphinx/domains/python.py:287 sphinx/domains/python.py:378 #, python-format msgid "%s (in module %s)" msgstr "%s (%s モジュール)" -#: sphinx/domains/python.py:301 +#: sphinx/domains/python.py:303 #, python-format msgid "%s (built-in class)" msgstr "%s (組み込みクラス)" -#: sphinx/domains/python.py:302 +#: sphinx/domains/python.py:304 #, python-format msgid "%s (class in %s)" msgstr "%s (%s のクラス)" -#: sphinx/domains/python.py:342 +#: sphinx/domains/python.py:344 #, python-format msgid "%s() (%s.%s method)" msgstr "%s() (%s.%s のメソッド)" -#: sphinx/domains/python.py:354 +#: sphinx/domains/python.py:356 #, python-format msgid "%s() (%s.%s static method)" msgstr "%s() (%s.%s の静的メソッド)" -#: sphinx/domains/python.py:357 +#: sphinx/domains/python.py:359 #, python-format msgid "%s() (%s static method)" msgstr "%s() (%s の静的メソッド)" -#: sphinx/domains/python.py:367 +#: sphinx/domains/python.py:369 #, python-format msgid "%s() (%s.%s class method)" msgstr "%s() (%s.%s のクラスメソッド)" -#: sphinx/domains/python.py:370 +#: sphinx/domains/python.py:372 #, python-format msgid "%s() (%s class method)" msgstr "%s() (%s のクラスメソッド)" -#: sphinx/domains/python.py:380 +#: sphinx/domains/python.py:382 #, python-format msgid "%s (%s.%s attribute)" msgstr "%s (%s.%s の属性)" -#: sphinx/domains/python.py:461 +#: sphinx/domains/python.py:463 #, python-format msgid "%s (module)" msgstr "%s (モジュール)" -#: sphinx/domains/python.py:518 +#: sphinx/domains/python.py:520 msgid "Python Module Index" msgstr "Pythonモジュール索引" -#: sphinx/domains/python.py:519 +#: sphinx/domains/python.py:521 msgid "modules" msgstr "モジュール" -#: sphinx/domains/python.py:565 +#: sphinx/domains/python.py:567 msgid "Deprecated" msgstr "撤廃" -#: sphinx/domains/python.py:590 sphinx/locale/__init__.py:181 +#: sphinx/domains/python.py:592 sphinx/locale/__init__.py:183 msgid "exception" msgstr "例外" -#: sphinx/domains/python.py:591 +#: sphinx/domains/python.py:593 msgid "method" msgstr "メソッド" -#: sphinx/domains/python.py:592 +#: sphinx/domains/python.py:594 msgid "class method" msgstr "クラスメソッド" -#: sphinx/domains/python.py:593 +#: sphinx/domains/python.py:595 msgid "static method" msgstr "の静的メソッド" -#: sphinx/domains/python.py:595 sphinx/locale/__init__.py:177 +#: sphinx/domains/python.py:597 sphinx/locale/__init__.py:179 msgid "module" msgstr "モジュール" -#: sphinx/domains/python.py:760 +#: sphinx/domains/python.py:762 msgid " (deprecated)" msgstr " (撤廃)" @@ -401,64 +399,64 @@ msgstr "環境変数; %s" msgid "%scommand line option; %s" msgstr "%sコマンドラインオプション; %s" -#: sphinx/domains/std.py:443 +#: sphinx/domains/std.py:433 msgid "glossary term" msgstr "用語集の項目" -#: sphinx/domains/std.py:444 +#: sphinx/domains/std.py:434 msgid "grammar token" msgstr "文法トークン" -#: sphinx/domains/std.py:445 +#: sphinx/domains/std.py:435 msgid "reference label" msgstr "参照ラベル" -#: sphinx/domains/std.py:447 +#: sphinx/domains/std.py:437 msgid "environment variable" msgstr "環境変数" -#: sphinx/domains/std.py:448 +#: sphinx/domains/std.py:438 msgid "program option" msgstr "プログラムオプション" -#: sphinx/domains/std.py:481 sphinx/themes/basic/genindex-single.html:32 +#: sphinx/domains/std.py:471 sphinx/themes/basic/genindex-single.html:32 #: sphinx/themes/basic/genindex-single.html:57 #: sphinx/themes/basic/genindex-split.html:11 #: sphinx/themes/basic/genindex-split.html:14 #: sphinx/themes/basic/genindex.html:32 sphinx/themes/basic/genindex.html:35 #: sphinx/themes/basic/genindex.html:68 sphinx/themes/basic/layout.html:134 -#: sphinx/writers/latex.py:201 sphinx/writers/texinfo.py:479 +#: sphinx/writers/latex.py:346 sphinx/writers/texinfo.py:481 msgid "Index" msgstr "索引" -#: sphinx/domains/std.py:482 +#: sphinx/domains/std.py:472 msgid "Module Index" msgstr "モジュール索引" -#: sphinx/domains/std.py:483 sphinx/themes/basic/defindex.html:25 +#: sphinx/domains/std.py:473 sphinx/themes/basic/defindex.html:25 msgid "Search Page" msgstr "検索ページ" -#: sphinx/ext/autodoc.py:1139 +#: sphinx/ext/autodoc.py:1265 #, python-format msgid " Bases: %s" msgstr " ベースクラス: %s" -#: sphinx/ext/autodoc.py:1181 +#: sphinx/ext/autodoc.py:1318 #, python-format msgid "alias of :class:`%s`" msgstr ":class:`%s` のエイリアス" -#: sphinx/ext/graphviz.py:293 sphinx/ext/graphviz.py:301 +#: sphinx/ext/graphviz.py:307 sphinx/ext/graphviz.py:316 #, python-format msgid "[graph: %s]" msgstr "[グラフ: %s]" -#: sphinx/ext/graphviz.py:295 sphinx/ext/graphviz.py:303 +#: sphinx/ext/graphviz.py:309 sphinx/ext/graphviz.py:318 msgid "[graph]" msgstr "[グラフ]" -#: sphinx/ext/intersphinx.py:257 +#: sphinx/ext/intersphinx.py:359 #, python-format msgid "(in %s v%s)" msgstr "(in %s v%s)" @@ -467,112 +465,117 @@ msgstr "(in %s v%s)" msgid "[source]" msgstr "[ソース]" -#: sphinx/ext/todo.py:43 +#: sphinx/ext/todo.py:56 msgid "Todo" msgstr "課題" -#: sphinx/ext/todo.py:113 -#, python-format -msgid "(The <> is located in %s, line %d.)" +#: sphinx/ext/todo.py:129 +#, fuzzy +msgid "<>" +msgstr "元のエントリ" + +#: sphinx/ext/todo.py:132 +#, fuzzy, python-format +msgid "(The <> is located in %s, line %d.)" msgstr "(<<元のエントリ>> は、 %s の %d 行目です)" -#: sphinx/ext/todo.py:122 +#: sphinx/ext/todo.py:141 msgid "original entry" msgstr "元のエントリ" -#: sphinx/ext/viewcode.py:158 +#: sphinx/ext/viewcode.py:162 msgid "[docs]" msgstr "[ドキュメント]" -#: sphinx/ext/viewcode.py:172 +#: sphinx/ext/viewcode.py:176 msgid "Module code" msgstr "モジュールコード" -#: sphinx/ext/viewcode.py:178 +#: sphinx/ext/viewcode.py:182 #, python-format msgid "

Source code for %s

" msgstr "

%s のソースコード

" -#: sphinx/ext/viewcode.py:204 +#: sphinx/ext/viewcode.py:208 msgid "Overview: module code" msgstr "概要: モジュールコード" -#: sphinx/ext/viewcode.py:205 +#: sphinx/ext/viewcode.py:209 msgid "

All modules for which code is available

" msgstr "

全モジュールのうち、コードを読めるもの

" -#: sphinx/locale/__init__.py:157 +#: sphinx/locale/__init__.py:159 msgid "Attention" msgstr "注意" -#: sphinx/locale/__init__.py:158 +#: sphinx/locale/__init__.py:160 msgid "Caution" msgstr "ご用心" -#: sphinx/locale/__init__.py:159 +#: sphinx/locale/__init__.py:161 msgid "Danger" msgstr "危険" -#: sphinx/locale/__init__.py:160 +#: sphinx/locale/__init__.py:162 msgid "Error" msgstr "エラー" -#: sphinx/locale/__init__.py:161 +#: sphinx/locale/__init__.py:163 msgid "Hint" msgstr "ヒント" -#: sphinx/locale/__init__.py:162 +#: sphinx/locale/__init__.py:164 msgid "Important" msgstr "重要" -#: sphinx/locale/__init__.py:163 +#: sphinx/locale/__init__.py:165 msgid "Note" msgstr "注釈" -#: sphinx/locale/__init__.py:164 +#: sphinx/locale/__init__.py:166 msgid "See also" msgstr "参考" -#: sphinx/locale/__init__.py:165 +#: sphinx/locale/__init__.py:167 msgid "Tip" msgstr "ちなみに" -#: sphinx/locale/__init__.py:166 +#: sphinx/locale/__init__.py:168 msgid "Warning" msgstr "警告" -#: sphinx/locale/__init__.py:170 +#: sphinx/locale/__init__.py:172 #, python-format msgid "New in version %s" msgstr "バージョン %s で追加" -#: sphinx/locale/__init__.py:171 +#: sphinx/locale/__init__.py:173 #, python-format msgid "Changed in version %s" msgstr "バージョン %s で変更" -#: sphinx/locale/__init__.py:172 +#: sphinx/locale/__init__.py:174 #, python-format msgid "Deprecated since version %s" msgstr "バージョン %s で撤廃" -#: sphinx/locale/__init__.py:178 +#: sphinx/locale/__init__.py:180 msgid "keyword" msgstr "キーワード" -#: sphinx/locale/__init__.py:179 +#: sphinx/locale/__init__.py:181 msgid "operator" msgstr "演算子" -#: sphinx/locale/__init__.py:180 +#: sphinx/locale/__init__.py:182 msgid "object" msgstr "オブジェクト" -#: sphinx/locale/__init__.py:182 +#: sphinx/locale/__init__.py:184 msgid "statement" msgstr "文" -#: sphinx/locale/__init__.py:183 +#: sphinx/locale/__init__.py:185 msgid "built-in function" msgstr "組み込み関数" @@ -700,7 +703,9 @@ msgstr "最終更新: %(last_updated)s" msgid "" "Created using Sphinx " "%(sphinx_version)s." -msgstr "このドキュメントは Sphinx %(sphinx_version)s で生成しました。" +msgstr "" +"このドキュメントは Sphinx " +"%(sphinx_version)s で生成しました。" #: sphinx/themes/basic/opensearch.xml:4 #, python-format @@ -737,23 +742,20 @@ msgid "" " containing fewer words won't appear in the result list." msgstr "このページからドキュメントを検索できます。キーワードを下のボックスに入力して、「検索」をクリックしてください。入力された全てのキーワードを含むページが検索されます。一部のキーワードしか含まないページは検索結果に表示されないので注意してください。" -#: sphinx/themes/basic/search.html:39 -#: sphinx/themes/basic/searchresults.html:17 +#: sphinx/themes/basic/search.html:39 sphinx/themes/basic/searchresults.html:17 msgid "search" msgstr "検索" -#: sphinx/themes/basic/search.html:43 -#: sphinx/themes/basic/searchresults.html:21 -#: sphinx/themes/basic/static/searchtools.js_t:281 +#: sphinx/themes/basic/search.html:43 sphinx/themes/basic/searchresults.html:21 +#: sphinx/themes/basic/static/searchtools.js_t:282 msgid "Search Results" msgstr "検索結果" -#: sphinx/themes/basic/search.html:45 -#: sphinx/themes/basic/searchresults.html:23 -#: sphinx/themes/basic/static/searchtools.js_t:283 +#: sphinx/themes/basic/search.html:45 sphinx/themes/basic/searchresults.html:23 +#: sphinx/themes/basic/static/searchtools.js_t:284 msgid "" -"Your search did not match any documents. Please make sure that all words are" -" spelled correctly and that you've selected enough categories." +"Your search did not match any documents. Please make sure that all words " +"are spelled correctly and that you've selected enough categories." msgstr "検索した文字列はどの文書にも見つかりませんでした。すべての単語が正確に記述されているか、あるいは、十分なカテゴリーが選択されているか確認してください。" #: sphinx/themes/basic/searchbox.html:12 @@ -792,33 +794,33 @@ msgstr "C API に関する変更" msgid "Other changes" msgstr "その他の変更" -#: sphinx/themes/basic/static/doctools.js:166 sphinx/writers/html.py:610 -#: sphinx/writers/html.py:615 +#: sphinx/themes/basic/static/doctools.js_t:169 sphinx/writers/html.py:668 +#: sphinx/writers/html.py:673 msgid "Permalink to this headline" msgstr "このヘッドラインへのパーマリンク" -#: sphinx/themes/basic/static/doctools.js:172 sphinx/writers/html.py:107 +#: sphinx/themes/basic/static/doctools.js_t:175 sphinx/writers/html.py:105 msgid "Permalink to this definition" msgstr "この定義へのパーマリンク" -#: sphinx/themes/basic/static/doctools.js:205 +#: sphinx/themes/basic/static/doctools.js_t:208 msgid "Hide Search Matches" msgstr "検索結果を隠す" -#: sphinx/themes/basic/static/searchtools.js_t:119 +#: sphinx/themes/basic/static/searchtools.js_t:121 msgid "Searching" msgstr "検索中" -#: sphinx/themes/basic/static/searchtools.js_t:124 +#: sphinx/themes/basic/static/searchtools.js_t:126 msgid "Preparing search..." msgstr "検索を準備しています..." -#: sphinx/themes/basic/static/searchtools.js_t:285 +#: sphinx/themes/basic/static/searchtools.js_t:286 #, python-format msgid "Search finished, found %s page(s) matching the search query." msgstr "検索が完了し、 %s ページ見つけました。" -#: sphinx/themes/basic/static/searchtools.js_t:337 +#: sphinx/themes/basic/static/searchtools.js_t:338 msgid ", in " msgstr ", in " @@ -835,44 +837,56 @@ msgstr "サイドバーをたたむ" msgid "Contents" msgstr "コンテンツ" -#: sphinx/writers/html.py:334 +#: sphinx/writers/html.py:349 msgid "Permalink to this code" msgstr "このコードへのパーマリンク" -#: sphinx/writers/html.py:337 +#: sphinx/writers/html.py:353 msgid "Permalink to this image" msgstr "この画像へのパーマリンク" -#: sphinx/writers/html.py:339 +#: sphinx/writers/html.py:355 msgid "Permalink to this toctree" msgstr "この目次へのパーマリンク" -#: sphinx/writers/html.py:619 +#: sphinx/writers/html.py:677 msgid "Permalink to this table" msgstr "このテーブルへのパーマリンク" -#: sphinx/writers/latex.py:199 +#: sphinx/writers/latex.py:344 msgid "Release" msgstr "リリース" -#: sphinx/writers/latex.py:697 sphinx/writers/manpage.py:177 -#: sphinx/writers/texinfo.py:616 +#: sphinx/writers/latex.py:408 +#, fuzzy +msgid "page" +msgstr "危険" + +#: sphinx/writers/latex.py:908 sphinx/writers/manpage.py:226 +#: sphinx/writers/texinfo.py:620 msgid "Footnotes" msgstr "注記" -#: sphinx/writers/latex.py:785 +#: sphinx/writers/latex.py:1010 msgid "continued from previous page" msgstr "前のページからの続き" -#: sphinx/writers/latex.py:791 +#: sphinx/writers/latex.py:1016 msgid "Continued on next page" msgstr "次のページに続く" -#: sphinx/writers/manpage.py:223 sphinx/writers/text.py:541 +#: sphinx/writers/manpage.py:275 sphinx/writers/text.py:582 #, python-format msgid "[image: %s]" msgstr "[画像: %s]" -#: sphinx/writers/manpage.py:224 sphinx/writers/text.py:542 +#: sphinx/writers/manpage.py:276 sphinx/writers/text.py:583 msgid "[image]" msgstr "[画像]" + +#~ msgid "%B %d, %Y" +#~ msgstr "%Y 年 %m 月 %d 日" + +#~ msgid "%b %d, %Y" +#~ msgstr "%Y 年 %m 月 %d 日" + diff --git a/sphinx/locale/ko/LC_MESSAGES/sphinx.js b/sphinx/locale/ko/LC_MESSAGES/sphinx.js index a4339d8c5..b1d22733f 100644 --- a/sphinx/locale/ko/LC_MESSAGES/sphinx.js +++ b/sphinx/locale/ko/LC_MESSAGES/sphinx.js @@ -1 +1 @@ -Documentation.addTranslations({"locale": "ko", "plural_expr": "0", "messages": {"Next topic": "\ub2e4\uc74c \ud56d\ubaa9", "Index": "\uc0c9\uc778", "%(filename)s — %(docstitle)s": "", "Welcome! This is": "", "Copyright": "\uc800\uc791\uad8c", "C API changes": "C API\uc5d0 \ub300\ud55c \ubcc0\uacbd", "quick access to all modules": "\ubaa8\ub4e0 \ubaa8\ub4c8 \uc870\uacac\ud45c", "© Copyright %(copyright)s.": "", "Global Module Index": "\ubaa8\ub4c8 \ucd1d \uc0c9\uc778", "Your search did not match any documents. Please make sure that all words are spelled correctly and that you've selected enough categories.": "", "Index – %(key)s": "", "General Index": "\uc804\uccb4 \uc0c9\uc778", "next chapter": "\ub2e4\uc74c \uc7a5", "Search finished, found %s page(s) matching the search query.": "", "previous chapter": "\uc774\uc804 \uc7a5", "Permalink to this headline": "\uc81c\ubaa9 \uc8fc\uc18c", "About these documents": "\uc774 \ubb38\uc11c \uc815\ubcf4", "Preparing search...": "", ", in ": "", "Navigation": "\ud0d0\uc0c9", "Expand sidebar": "\uc0ac\uc774\ub4dc\ubc14 \uc5f4\uae30", "the documentation for": "", "Complete Table of Contents": "\uc885\ud569 \ubaa9\ucc28", "Contents": "\ub0b4\uc6a9", "can be huge": "\ud070 \uacbd\uc6b0\uac00 \uc788\uc73c\ubbc0\ub85c \uc8fc\uc758", "Changes in Version %(version)s — %(docstitle)s": "", "Other changes": "\ub2e4\ub978 \ubcc0\uacbd \uc0ac\ud56d", "Hide Search Matches": "\uac80\uc0c9 \uacb0\uacfc \uc228\uae30\uae30", "Quick search": "\ube60\ub978 \uac80\uc0c9", "Show Source": "\uc18c\uc2a4 \ucf54\ub4dc\ub97c \ubcf4\ub824\uba74", "Search": "\uac80\uc0c9", "This Page": "\ud604\uc7ac \ubb38\uc11c", "From here you can search these documents. Enter your search\n words into the box below and click \"search\". Note that the search\n function will automatically search for all of the words. Pages\n containing fewer words won't appear in the result list.": "", "Created using Sphinx %(sphinx_version)s.": "", "last updated": "", "Collapse sidebar": "\uc0ac\uc774\ub4dc\ubc14 \ub2eb\uae30", "Go": "\ubc14\ub85c \uac00\uae30", "Table Of Contents": "\ubaa9\ucc28", "Search within %(docstitle)s": "%(docstitle)s\uc5d0\uc11c \ucc3e\uae30", "all functions, classes, terms": "\ud568\uc218, \ud074\ub798\uc2a4 \ubc0f \uc6a9\uc5b4 \uac1c\uad00", "Please activate JavaScript to enable the search\n functionality.": "", "Indices and tables:": "\uc0c9\uc778 \ubc0f \ud45c \ubaa9\ub85d:", "lists all sections and subsections": "\uc601\uc5ed\ubcc4 \ubaa9\ucc28", "Index pages by letter": "\uc54c\ud30c\ubcb3\ubcc4 \uc0c9\uc778", "search": "\uac80\uc0c9", "Permalink to this definition": "\uc815\uc758 \uc8fc\uc18c", "Previous topic": "\uc774\uc804 \ud56d\ubaa9", "Overview": "\uac1c\uc694", "Last updated on %(last_updated)s.": "\ucd5c\uc885 \uc5c5\ub370\uc774\ud2b8: %(last_updated)s", "Searching": "", "search this documentation": "\ubb38\uc11c \uac80\uc0c9", "Automatically generated list of changes in version %(version)s": "\ubc84\uc804 %(version)s\uc758 \ubcc0\uacbd \uc0ac\ud56d (\uc774 \ubaa9\ub85d\uc740 \uc790\ub3d9\uc73c\ub85c \uc0dd\uc131\ud569\ub2c8\ub2e4)", "Full index on one page": "\uc77c\ubc18 \uc0c9\uc778", "Enter search terms or a module, class or function name.": "\ubaa8\ub4c8, \ud074\ub798\uc2a4 \ub610\ub294 \ud568\uc218 \uc774\ub984\uc744 \uc785\ub825\ud558\uc2ed\uc2dc\uc624.", "© Copyright %(copyright)s.": "", "Library changes": "\ub77c\uc774\ube0c\ub7ec\ub9ac\uc5d0 \ub300\ud55c \ubcc0\uacbd", "Search Page": "\uac80\uc0c9 \ud398\uc774\uc9c0", "Search Results": "\uac80\uc0c9 \uacb0\uacfc"}}); \ No newline at end of file +Documentation.addTranslations({"locale": "ko", "messages": {"%(filename)s — %(docstitle)s": "", "© Copyright %(copyright)s.": "", "© Copyright %(copyright)s.": "", ", in ": "", "About these documents": "\uc774 \ubb38\uc11c \uc815\ubcf4", "Automatically generated list of changes in version %(version)s": "\ubc84\uc804 %(version)s\uc758 \ubcc0\uacbd \uc0ac\ud56d (\uc774 \ubaa9\ub85d\uc740 \uc790\ub3d9\uc73c\ub85c \uc0dd\uc131\ud569\ub2c8\ub2e4)", "C API changes": "C API\uc5d0 \ub300\ud55c \ubcc0\uacbd", "Changes in Version %(version)s — %(docstitle)s": "", "Collapse sidebar": "\uc0ac\uc774\ub4dc\ubc14 \ub2eb\uae30", "Complete Table of Contents": "\uc885\ud569 \ubaa9\ucc28", "Contents": "\ub0b4\uc6a9", "Copyright": "\uc800\uc791\uad8c", "Created using Sphinx %(sphinx_version)s.": "", "Enter search terms or a module, class or function name.": "\ubaa8\ub4c8, \ud074\ub798\uc2a4 \ub610\ub294 \ud568\uc218 \uc774\ub984\uc744 \uc785\ub825\ud558\uc2ed\uc2dc\uc624.", "Expand sidebar": "\uc0ac\uc774\ub4dc\ubc14 \uc5f4\uae30", "From here you can search these documents. Enter your search\n words into the box below and click \"search\". Note that the search\n function will automatically search for all of the words. Pages\n containing fewer words won't appear in the result list.": "", "Full index on one page": "\uc77c\ubc18 \uc0c9\uc778", "General Index": "\uc804\uccb4 \uc0c9\uc778", "Global Module Index": "\ubaa8\ub4c8 \ucd1d \uc0c9\uc778", "Go": "\ubc14\ub85c \uac00\uae30", "Hide Search Matches": "\uac80\uc0c9 \uacb0\uacfc \uc228\uae30\uae30", "Index": "\uc0c9\uc778", "Index – %(key)s": "", "Index pages by letter": "\uc54c\ud30c\ubcb3\ubcc4 \uc0c9\uc778", "Indices and tables:": "\uc0c9\uc778 \ubc0f \ud45c \ubaa9\ub85d:", "Last updated on %(last_updated)s.": "\ucd5c\uc885 \uc5c5\ub370\uc774\ud2b8: %(last_updated)s", "Library changes": "\ub77c\uc774\ube0c\ub7ec\ub9ac\uc5d0 \ub300\ud55c \ubcc0\uacbd", "Navigation": "\ud0d0\uc0c9", "Next topic": "\ub2e4\uc74c \ud56d\ubaa9", "Other changes": "\ub2e4\ub978 \ubcc0\uacbd \uc0ac\ud56d", "Overview": "\uac1c\uc694", "Permalink to this definition": "\uc815\uc758 \uc8fc\uc18c", "Permalink to this headline": "\uc81c\ubaa9 \uc8fc\uc18c", "Please activate JavaScript to enable the search\n functionality.": "", "Preparing search...": "", "Previous topic": "\uc774\uc804 \ud56d\ubaa9", "Quick search": "\ube60\ub978 \uac80\uc0c9", "Search": "\uac80\uc0c9", "Search Page": "\uac80\uc0c9 \ud398\uc774\uc9c0", "Search Results": "\uac80\uc0c9 \uacb0\uacfc", "Search finished, found %s page(s) matching the search query.": "", "Search within %(docstitle)s": "%(docstitle)s\uc5d0\uc11c \ucc3e\uae30", "Searching": "", "Show Source": "\uc18c\uc2a4 \ucf54\ub4dc\ub97c \ubcf4\ub824\uba74", "Table Of Contents": "\ubaa9\ucc28", "This Page": "\ud604\uc7ac \ubb38\uc11c", "Welcome! This is": "", "Your search did not match any documents. Please make sure that all words are spelled correctly and that you've selected enough categories.": "", "all functions, classes, terms": "\ud568\uc218, \ud074\ub798\uc2a4 \ubc0f \uc6a9\uc5b4 \uac1c\uad00", "can be huge": "\ud070 \uacbd\uc6b0\uac00 \uc788\uc73c\ubbc0\ub85c \uc8fc\uc758", "last updated": "", "lists all sections and subsections": "\uc601\uc5ed\ubcc4 \ubaa9\ucc28", "next chapter": "\ub2e4\uc74c \uc7a5", "previous chapter": "\uc774\uc804 \uc7a5", "quick access to all modules": "\ubaa8\ub4e0 \ubaa8\ub4c8 \uc870\uacac\ud45c", "search": "\uac80\uc0c9", "search this documentation": "\ubb38\uc11c \uac80\uc0c9", "the documentation for": ""}, "plural_expr": "0"}); \ No newline at end of file diff --git a/sphinx/locale/ko/LC_MESSAGES/sphinx.mo b/sphinx/locale/ko/LC_MESSAGES/sphinx.mo index 5c2d12e6e..c90a6e1bb 100644 Binary files a/sphinx/locale/ko/LC_MESSAGES/sphinx.mo and b/sphinx/locale/ko/LC_MESSAGES/sphinx.mo differ diff --git a/sphinx/locale/ko/LC_MESSAGES/sphinx.po b/sphinx/locale/ko/LC_MESSAGES/sphinx.po index 2ee708463..b2aa796ac 100644 --- a/sphinx/locale/ko/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/ko/LC_MESSAGES/sphinx.po @@ -1,54 +1,55 @@ -# Translations template for Sphinx. -# Copyright (C) 2015 ORGANIZATION +# Korean translations for Sphinx. +# Copyright (C) 2016 ORGANIZATION # This file is distributed under the same license as the Sphinx project. -# -# Translators: +# FIRST AUTHOR , 2016. +# msgid "" msgstr "" -"Project-Id-Version: Sphinx\n" +"Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2015-03-08 23:31+0900\n" +"POT-Creation-Date: 2016-02-14 22:15+0900\n" "PO-Revision-Date: 2015-03-08 14:35+0000\n" "Last-Translator: Takayuki Shimizukawa \n" -"Language-Team: Korean (http://www.transifex.com/projects/p/sphinx-1/language/ko/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 1.3\n" "Language: ko\n" -"Plural-Forms: nplurals=1; plural=0;\n" +"Language-Team: Korean " +"(http://www.transifex.com/projects/p/sphinx-1/language/ko/)\n" +"Plural-Forms: nplurals=1; plural=0\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 2.2.0\n" -#: sphinx/config.py:80 +#: sphinx/config.py:84 #, python-format msgid "Fig. %s" msgstr "" -#: sphinx/config.py:81 +#: sphinx/config.py:85 #, python-format msgid "Table %s" msgstr "" -#: sphinx/config.py:82 +#: sphinx/config.py:86 #, python-format msgid "Listing %s" msgstr "" -#: sphinx/config.py:89 +#: sphinx/config.py:93 #, python-format msgid "%s %s documentation" msgstr "" -#: sphinx/environment.py:1880 +#: sphinx/environment.py:1815 #, python-format msgid "see %s" msgstr "%s 문서" -#: sphinx/environment.py:1883 +#: sphinx/environment.py:1819 #, python-format msgid "see also %s" msgstr "%s 참조" -#: sphinx/environment.py:1941 +#: sphinx/environment.py:1879 msgid "Symbols" msgstr "" @@ -57,11 +58,10 @@ msgstr "" msgid "Python Enhancement Proposals; PEP %s" msgstr "Python Enhancement Proposals; PEP %s" -#: sphinx/transforms.py:58 sphinx/writers/latex.py:212 -#: sphinx/writers/manpage.py:67 sphinx/writers/texinfo.py:221 -#, python-format -msgid "%B %d, %Y" -msgstr "%Y년 %m월 %d일" +#: sphinx/transforms.py:56 sphinx/writers/latex.py:357 +#: sphinx/writers/manpage.py:101 sphinx/writers/texinfo.py:222 +msgid "MMMM dd, YYYY" +msgstr "" #: sphinx/builders/changes.py:75 msgid "Builtins" @@ -71,64 +71,63 @@ msgstr "기본" msgid "Module level" msgstr "모듈 수준" -#: sphinx/builders/html.py:291 -#, python-format -msgid "%b %d, %Y" -msgstr "%Y년 %m월 %d일" +#: sphinx/builders/html.py:295 +msgid "MMM dd, YYYY" +msgstr "" -#: sphinx/builders/html.py:310 sphinx/themes/basic/defindex.html:30 +#: sphinx/builders/html.py:315 sphinx/themes/basic/defindex.html:30 msgid "General Index" msgstr "전체 색인" -#: sphinx/builders/html.py:310 +#: sphinx/builders/html.py:315 msgid "index" msgstr "색인" -#: sphinx/builders/html.py:371 +#: sphinx/builders/html.py:376 msgid "next" msgstr "다음" -#: sphinx/builders/html.py:380 +#: sphinx/builders/html.py:385 msgid "previous" msgstr "이전" -#: sphinx/builders/latex.py:144 sphinx/builders/texinfo.py:198 +#: sphinx/builders/latex.py:165 sphinx/builders/texinfo.py:199 msgid " (in " msgstr "" -#: sphinx/directives/other.py:150 +#: sphinx/directives/other.py:149 msgid "Section author: " msgstr "" -#: sphinx/directives/other.py:152 +#: sphinx/directives/other.py:151 msgid "Module author: " msgstr "" -#: sphinx/directives/other.py:154 +#: sphinx/directives/other.py:153 msgid "Code author: " msgstr "" -#: sphinx/directives/other.py:156 +#: sphinx/directives/other.py:155 msgid "Author: " msgstr "" -#: sphinx/domains/__init__.py:273 +#: sphinx/domains/__init__.py:275 #, python-format msgid "%s %s" msgstr "" -#: sphinx/domains/c.py:58 sphinx/domains/cpp.py:2408 -#: sphinx/domains/python.py:122 +#: sphinx/domains/c.py:58 sphinx/domains/cpp.py:3605 +#: sphinx/domains/python.py:124 msgid "Parameters" msgstr "매개 변수" -#: sphinx/domains/c.py:61 sphinx/domains/cpp.py:2414 -#: sphinx/domains/javascript.py:128 sphinx/domains/python.py:134 +#: sphinx/domains/c.py:61 sphinx/domains/cpp.py:3614 +#: sphinx/domains/javascript.py:128 sphinx/domains/python.py:136 msgid "Returns" msgstr "반환" #: sphinx/domains/c.py:63 sphinx/domains/javascript.py:130 -#: sphinx/domains/python.py:136 +#: sphinx/domains/python.py:138 msgid "Return type" msgstr "반환 형식" @@ -157,12 +156,12 @@ msgstr "%s (C 데이터 형식)" msgid "%s (C variable)" msgstr "%s (C 변수)" -#: sphinx/domains/c.py:242 sphinx/domains/cpp.py:2680 -#: sphinx/domains/javascript.py:164 sphinx/domains/python.py:587 +#: sphinx/domains/c.py:242 sphinx/domains/cpp.py:3953 +#: sphinx/domains/javascript.py:164 sphinx/domains/python.py:589 msgid "function" msgstr "함수" -#: sphinx/domains/c.py:243 sphinx/domains/cpp.py:2681 +#: sphinx/domains/c.py:243 sphinx/domains/cpp.py:3954 msgid "member" msgstr "멤버 변수" @@ -170,7 +169,7 @@ msgstr "멤버 변수" msgid "macro" msgstr "매크로" -#: sphinx/domains/c.py:245 sphinx/domains/cpp.py:2682 +#: sphinx/domains/c.py:245 sphinx/domains/cpp.py:3955 msgid "type" msgstr "데이터 형식" @@ -178,59 +177,64 @@ msgstr "데이터 형식" msgid "variable" msgstr "변수" -#: sphinx/domains/cpp.py:2411 sphinx/domains/javascript.py:125 +#: sphinx/domains/cpp.py:3608 +#, fuzzy +msgid "Template Parameters" +msgstr "매개 변수" + +#: sphinx/domains/cpp.py:3611 sphinx/domains/javascript.py:125 msgid "Throws" msgstr "예외" -#: sphinx/domains/cpp.py:2518 +#: sphinx/domains/cpp.py:3733 #, python-format msgid "%s (C++ type)" msgstr "%s (C++ 데이터 형식)" -#: sphinx/domains/cpp.py:2531 +#: sphinx/domains/cpp.py:3744 #, python-format msgid "%s (C++ member)" msgstr "%s (C++의 멤버 변수)" -#: sphinx/domains/cpp.py:2543 +#: sphinx/domains/cpp.py:3755 #, python-format msgid "%s (C++ function)" msgstr "%s (C++ 함수)" -#: sphinx/domains/cpp.py:2555 +#: sphinx/domains/cpp.py:3766 #, python-format msgid "%s (C++ class)" msgstr "%s (C++ 클래스)" -#: sphinx/domains/cpp.py:2579 +#: sphinx/domains/cpp.py:3786 #, python-format msgid "%s (C++ enum)" msgstr "" -#: sphinx/domains/cpp.py:2617 +#: sphinx/domains/cpp.py:3816 #, python-format msgid "%s (C++ enumerator)" msgstr "" -#: sphinx/domains/cpp.py:2679 sphinx/domains/javascript.py:165 -#: sphinx/domains/python.py:589 +#: sphinx/domains/cpp.py:3952 sphinx/domains/javascript.py:165 +#: sphinx/domains/python.py:591 msgid "class" msgstr "클래스" -#: sphinx/domains/cpp.py:2683 +#: sphinx/domains/cpp.py:3956 msgid "enum" msgstr "" -#: sphinx/domains/cpp.py:2684 +#: sphinx/domains/cpp.py:3957 msgid "enumerator" msgstr "" -#: sphinx/domains/javascript.py:106 sphinx/domains/python.py:280 +#: sphinx/domains/javascript.py:106 sphinx/domains/python.py:282 #, python-format msgid "%s() (built-in function)" msgstr "%s() 내장 함수)" -#: sphinx/domains/javascript.py:107 sphinx/domains/python.py:344 +#: sphinx/domains/javascript.py:107 sphinx/domains/python.py:346 #, python-format msgid "%s() (%s method)" msgstr "%s() (%s 메서드)" @@ -245,7 +249,7 @@ msgstr "%s() (클래스)" msgid "%s (global variable or constant)" msgstr "%s (전역 변수 또는 상수)" -#: sphinx/domains/javascript.py:113 sphinx/domains/python.py:382 +#: sphinx/domains/javascript.py:113 sphinx/domains/python.py:384 #, python-format msgid "%s (%s attribute)" msgstr "%s (%s의 속성)" @@ -254,116 +258,116 @@ msgstr "%s (%s의 속성)" msgid "Arguments" msgstr "인수" -#: sphinx/domains/javascript.py:166 sphinx/domains/python.py:588 +#: sphinx/domains/javascript.py:166 sphinx/domains/python.py:590 msgid "data" msgstr "데이터" -#: sphinx/domains/javascript.py:167 sphinx/domains/python.py:594 +#: sphinx/domains/javascript.py:167 sphinx/domains/python.py:596 msgid "attribute" msgstr "속성" -#: sphinx/domains/python.py:127 +#: sphinx/domains/python.py:129 msgid "Variables" msgstr "변수" -#: sphinx/domains/python.py:131 +#: sphinx/domains/python.py:133 msgid "Raises" msgstr "예외" -#: sphinx/domains/python.py:281 sphinx/domains/python.py:338 -#: sphinx/domains/python.py:350 sphinx/domains/python.py:363 +#: sphinx/domains/python.py:283 sphinx/domains/python.py:340 +#: sphinx/domains/python.py:352 sphinx/domains/python.py:365 #, python-format msgid "%s() (in module %s)" msgstr "%s() (%s 모듈)" -#: sphinx/domains/python.py:284 +#: sphinx/domains/python.py:286 #, python-format msgid "%s (built-in variable)" msgstr "%s (내장 변수)" -#: sphinx/domains/python.py:285 sphinx/domains/python.py:376 +#: sphinx/domains/python.py:287 sphinx/domains/python.py:378 #, python-format msgid "%s (in module %s)" msgstr "%s (%s 모듈)" -#: sphinx/domains/python.py:301 +#: sphinx/domains/python.py:303 #, python-format msgid "%s (built-in class)" msgstr "%s (내장 변수)" -#: sphinx/domains/python.py:302 +#: sphinx/domains/python.py:304 #, python-format msgid "%s (class in %s)" msgstr "%s (%s 종류)" -#: sphinx/domains/python.py:342 +#: sphinx/domains/python.py:344 #, python-format msgid "%s() (%s.%s method)" msgstr "" -#: sphinx/domains/python.py:354 +#: sphinx/domains/python.py:356 #, python-format msgid "%s() (%s.%s static method)" msgstr "" -#: sphinx/domains/python.py:357 +#: sphinx/domains/python.py:359 #, python-format msgid "%s() (%s static method)" msgstr "%s() (%s의 정적 메서드)" -#: sphinx/domains/python.py:367 +#: sphinx/domains/python.py:369 #, python-format msgid "%s() (%s.%s class method)" msgstr "" -#: sphinx/domains/python.py:370 +#: sphinx/domains/python.py:372 #, python-format msgid "%s() (%s class method)" msgstr "%s() (%s 클래스 메서드)" -#: sphinx/domains/python.py:380 +#: sphinx/domains/python.py:382 #, python-format msgid "%s (%s.%s attribute)" msgstr "" -#: sphinx/domains/python.py:461 +#: sphinx/domains/python.py:463 #, python-format msgid "%s (module)" msgstr "%s (모듈)" -#: sphinx/domains/python.py:518 +#: sphinx/domains/python.py:520 msgid "Python Module Index" msgstr "Python 모듈 목록" -#: sphinx/domains/python.py:519 +#: sphinx/domains/python.py:521 msgid "modules" msgstr "모듈" -#: sphinx/domains/python.py:565 +#: sphinx/domains/python.py:567 msgid "Deprecated" msgstr "폐지" -#: sphinx/domains/python.py:590 sphinx/locale/__init__.py:181 +#: sphinx/domains/python.py:592 sphinx/locale/__init__.py:183 msgid "exception" msgstr "예외" -#: sphinx/domains/python.py:591 +#: sphinx/domains/python.py:593 msgid "method" msgstr "메소드" -#: sphinx/domains/python.py:592 +#: sphinx/domains/python.py:594 msgid "class method" msgstr "클래스 메소드" -#: sphinx/domains/python.py:593 +#: sphinx/domains/python.py:595 msgid "static method" msgstr "정적 메서드" -#: sphinx/domains/python.py:595 sphinx/locale/__init__.py:177 +#: sphinx/domains/python.py:597 sphinx/locale/__init__.py:179 msgid "module" msgstr "모듈" -#: sphinx/domains/python.py:760 +#: sphinx/domains/python.py:762 msgid " (deprecated)" msgstr "" @@ -395,64 +399,64 @@ msgstr "환경 변수; %s" msgid "%scommand line option; %s" msgstr "%s 명령; %s" -#: sphinx/domains/std.py:443 +#: sphinx/domains/std.py:433 msgid "glossary term" msgstr "용어의 항목" -#: sphinx/domains/std.py:444 +#: sphinx/domains/std.py:434 msgid "grammar token" msgstr "문법 토큰" -#: sphinx/domains/std.py:445 +#: sphinx/domains/std.py:435 msgid "reference label" msgstr "참조 레이블" -#: sphinx/domains/std.py:447 +#: sphinx/domains/std.py:437 msgid "environment variable" msgstr "환경 변수" -#: sphinx/domains/std.py:448 +#: sphinx/domains/std.py:438 msgid "program option" msgstr "프로그램 옵션" -#: sphinx/domains/std.py:481 sphinx/themes/basic/genindex-single.html:32 +#: sphinx/domains/std.py:471 sphinx/themes/basic/genindex-single.html:32 #: sphinx/themes/basic/genindex-single.html:57 #: sphinx/themes/basic/genindex-split.html:11 #: sphinx/themes/basic/genindex-split.html:14 #: sphinx/themes/basic/genindex.html:32 sphinx/themes/basic/genindex.html:35 #: sphinx/themes/basic/genindex.html:68 sphinx/themes/basic/layout.html:134 -#: sphinx/writers/latex.py:201 sphinx/writers/texinfo.py:479 +#: sphinx/writers/latex.py:346 sphinx/writers/texinfo.py:481 msgid "Index" msgstr "색인" -#: sphinx/domains/std.py:482 +#: sphinx/domains/std.py:472 msgid "Module Index" msgstr "모듈 목록" -#: sphinx/domains/std.py:483 sphinx/themes/basic/defindex.html:25 +#: sphinx/domains/std.py:473 sphinx/themes/basic/defindex.html:25 msgid "Search Page" msgstr "검색 페이지" -#: sphinx/ext/autodoc.py:1139 +#: sphinx/ext/autodoc.py:1265 #, python-format msgid " Bases: %s" msgstr "" -#: sphinx/ext/autodoc.py:1181 +#: sphinx/ext/autodoc.py:1318 #, python-format msgid "alias of :class:`%s`" msgstr "" -#: sphinx/ext/graphviz.py:293 sphinx/ext/graphviz.py:301 +#: sphinx/ext/graphviz.py:307 sphinx/ext/graphviz.py:316 #, python-format msgid "[graph: %s]" msgstr "" -#: sphinx/ext/graphviz.py:295 sphinx/ext/graphviz.py:303 +#: sphinx/ext/graphviz.py:309 sphinx/ext/graphviz.py:318 msgid "[graph]" msgstr "" -#: sphinx/ext/intersphinx.py:257 +#: sphinx/ext/intersphinx.py:359 #, python-format msgid "(in %s v%s)" msgstr "" @@ -461,112 +465,117 @@ msgstr "" msgid "[source]" msgstr "[소스]" -#: sphinx/ext/todo.py:43 +#: sphinx/ext/todo.py:56 msgid "Todo" msgstr "과제" -#: sphinx/ext/todo.py:113 +#: sphinx/ext/todo.py:129 +#, fuzzy +msgid "<>" +msgstr "원래 항목" + +#: sphinx/ext/todo.py:132 #, python-format -msgid "(The <> is located in %s, line %d.)" +msgid "(The <> is located in %s, line %d.)" msgstr "" -#: sphinx/ext/todo.py:122 +#: sphinx/ext/todo.py:141 msgid "original entry" msgstr "원래 항목" -#: sphinx/ext/viewcode.py:158 +#: sphinx/ext/viewcode.py:162 msgid "[docs]" msgstr "[문서]" -#: sphinx/ext/viewcode.py:172 +#: sphinx/ext/viewcode.py:176 msgid "Module code" msgstr "모듈 코드" -#: sphinx/ext/viewcode.py:178 +#: sphinx/ext/viewcode.py:182 #, python-format msgid "

Source code for %s

" msgstr "" -#: sphinx/ext/viewcode.py:204 +#: sphinx/ext/viewcode.py:208 msgid "Overview: module code" msgstr "설명: 모듈 코드" -#: sphinx/ext/viewcode.py:205 +#: sphinx/ext/viewcode.py:209 msgid "

All modules for which code is available

" msgstr "" -#: sphinx/locale/__init__.py:157 +#: sphinx/locale/__init__.py:159 msgid "Attention" msgstr "주의" -#: sphinx/locale/__init__.py:158 +#: sphinx/locale/__init__.py:160 msgid "Caution" msgstr "조심" -#: sphinx/locale/__init__.py:159 +#: sphinx/locale/__init__.py:161 msgid "Danger" msgstr "위험" -#: sphinx/locale/__init__.py:160 +#: sphinx/locale/__init__.py:162 msgid "Error" msgstr "오류" -#: sphinx/locale/__init__.py:161 +#: sphinx/locale/__init__.py:163 msgid "Hint" msgstr "힌트" -#: sphinx/locale/__init__.py:162 +#: sphinx/locale/__init__.py:164 msgid "Important" msgstr "중요" -#: sphinx/locale/__init__.py:163 +#: sphinx/locale/__init__.py:165 msgid "Note" msgstr "주석" -#: sphinx/locale/__init__.py:164 +#: sphinx/locale/__init__.py:166 msgid "See also" msgstr "더 보기" -#: sphinx/locale/__init__.py:165 +#: sphinx/locale/__init__.py:167 msgid "Tip" msgstr "참고" -#: sphinx/locale/__init__.py:166 +#: sphinx/locale/__init__.py:168 msgid "Warning" msgstr "경고" -#: sphinx/locale/__init__.py:170 +#: sphinx/locale/__init__.py:172 #, python-format msgid "New in version %s" msgstr "버전 %s에 추가" -#: sphinx/locale/__init__.py:171 +#: sphinx/locale/__init__.py:173 #, python-format msgid "Changed in version %s" msgstr "버전 %s으로 변경" -#: sphinx/locale/__init__.py:172 +#: sphinx/locale/__init__.py:174 #, python-format msgid "Deprecated since version %s" msgstr "버전 %s 폐지" -#: sphinx/locale/__init__.py:178 +#: sphinx/locale/__init__.py:180 msgid "keyword" msgstr "키워드" -#: sphinx/locale/__init__.py:179 +#: sphinx/locale/__init__.py:181 msgid "operator" msgstr "연산자" -#: sphinx/locale/__init__.py:180 +#: sphinx/locale/__init__.py:182 msgid "object" msgstr "객체" -#: sphinx/locale/__init__.py:182 +#: sphinx/locale/__init__.py:184 msgid "statement" msgstr "글" -#: sphinx/locale/__init__.py:183 +#: sphinx/locale/__init__.py:185 msgid "built-in function" msgstr "내장 함수" @@ -731,23 +740,20 @@ msgid "" " containing fewer words won't appear in the result list." msgstr "" -#: sphinx/themes/basic/search.html:39 -#: sphinx/themes/basic/searchresults.html:17 +#: sphinx/themes/basic/search.html:39 sphinx/themes/basic/searchresults.html:17 msgid "search" msgstr "검색" -#: sphinx/themes/basic/search.html:43 -#: sphinx/themes/basic/searchresults.html:21 -#: sphinx/themes/basic/static/searchtools.js_t:281 +#: sphinx/themes/basic/search.html:43 sphinx/themes/basic/searchresults.html:21 +#: sphinx/themes/basic/static/searchtools.js_t:282 msgid "Search Results" msgstr "검색 결과" -#: sphinx/themes/basic/search.html:45 -#: sphinx/themes/basic/searchresults.html:23 -#: sphinx/themes/basic/static/searchtools.js_t:283 +#: sphinx/themes/basic/search.html:45 sphinx/themes/basic/searchresults.html:23 +#: sphinx/themes/basic/static/searchtools.js_t:284 msgid "" -"Your search did not match any documents. Please make sure that all words are" -" spelled correctly and that you've selected enough categories." +"Your search did not match any documents. Please make sure that all words " +"are spelled correctly and that you've selected enough categories." msgstr "" #: sphinx/themes/basic/searchbox.html:12 @@ -786,33 +792,33 @@ msgstr "C API에 대한 변경" msgid "Other changes" msgstr "다른 변경 사항" -#: sphinx/themes/basic/static/doctools.js:166 sphinx/writers/html.py:610 -#: sphinx/writers/html.py:615 +#: sphinx/themes/basic/static/doctools.js_t:169 sphinx/writers/html.py:668 +#: sphinx/writers/html.py:673 msgid "Permalink to this headline" msgstr "제목 주소" -#: sphinx/themes/basic/static/doctools.js:172 sphinx/writers/html.py:107 +#: sphinx/themes/basic/static/doctools.js_t:175 sphinx/writers/html.py:105 msgid "Permalink to this definition" msgstr "정의 주소" -#: sphinx/themes/basic/static/doctools.js:205 +#: sphinx/themes/basic/static/doctools.js_t:208 msgid "Hide Search Matches" msgstr "검색 결과 숨기기" -#: sphinx/themes/basic/static/searchtools.js_t:119 +#: sphinx/themes/basic/static/searchtools.js_t:121 msgid "Searching" msgstr "" -#: sphinx/themes/basic/static/searchtools.js_t:124 +#: sphinx/themes/basic/static/searchtools.js_t:126 msgid "Preparing search..." msgstr "" -#: sphinx/themes/basic/static/searchtools.js_t:285 +#: sphinx/themes/basic/static/searchtools.js_t:286 #, python-format msgid "Search finished, found %s page(s) matching the search query." msgstr "" -#: sphinx/themes/basic/static/searchtools.js_t:337 +#: sphinx/themes/basic/static/searchtools.js_t:338 msgid ", in " msgstr "" @@ -829,44 +835,59 @@ msgstr "사이드바 닫기" msgid "Contents" msgstr "내용" -#: sphinx/writers/html.py:334 +#: sphinx/writers/html.py:349 msgid "Permalink to this code" msgstr "" -#: sphinx/writers/html.py:337 +#: sphinx/writers/html.py:353 msgid "Permalink to this image" msgstr "" -#: sphinx/writers/html.py:339 +#: sphinx/writers/html.py:355 msgid "Permalink to this toctree" msgstr "" -#: sphinx/writers/html.py:619 +#: sphinx/writers/html.py:677 msgid "Permalink to this table" msgstr "" -#: sphinx/writers/latex.py:199 +#: sphinx/writers/latex.py:344 msgid "Release" msgstr "출시" -#: sphinx/writers/latex.py:697 sphinx/writers/manpage.py:177 -#: sphinx/writers/texinfo.py:616 +#: sphinx/writers/latex.py:408 +#, fuzzy +msgid "page" +msgstr "위험" + +#: sphinx/writers/latex.py:908 sphinx/writers/manpage.py:226 +#: sphinx/writers/texinfo.py:620 msgid "Footnotes" msgstr "참고" -#: sphinx/writers/latex.py:785 +#: sphinx/writers/latex.py:1010 msgid "continued from previous page" msgstr "이전 페이지에서 계속" -#: sphinx/writers/latex.py:791 +#: sphinx/writers/latex.py:1016 msgid "Continued on next page" msgstr "일반 색인" -#: sphinx/writers/manpage.py:223 sphinx/writers/text.py:541 +#: sphinx/writers/manpage.py:275 sphinx/writers/text.py:582 #, python-format msgid "[image: %s]" msgstr "" -#: sphinx/writers/manpage.py:224 sphinx/writers/text.py:542 +#: sphinx/writers/manpage.py:276 sphinx/writers/text.py:583 msgid "[image]" msgstr "[그림]" + +#~ msgid "%B %d, %Y" +#~ msgstr "%Y년 %m월 %d일" + +#~ msgid "%b %d, %Y" +#~ msgstr "%Y년 %m월 %d일" + +#~ msgid "(The <> is located in %s, line %d.)" +#~ msgstr "" + diff --git a/sphinx/locale/lt/LC_MESSAGES/sphinx.js b/sphinx/locale/lt/LC_MESSAGES/sphinx.js index bae97ae7a..f98ae45d5 100644 --- a/sphinx/locale/lt/LC_MESSAGES/sphinx.js +++ b/sphinx/locale/lt/LC_MESSAGES/sphinx.js @@ -1 +1 @@ -Documentation.addTranslations({"locale": "lt", "plural_expr": "(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<10 || n%100>=20) ? 1 : 2)", "messages": {"Next topic": "Kita tema", "Index": "Indeksas", "%(filename)s — %(docstitle)s": "%(filename)s — %(docstitle)s", "Welcome! This is": "", "Copyright": "Autoriaus teis\u0117s", "C API changes": "C API pakeitimai", "quick access to all modules": "greitas vis\u0173 moduli\u0173 pasiekimas", "© Copyright %(copyright)s.": "© Autoriaus teis\u0117s %(copyright)s.", "Global Module Index": "Globalus Modulio Indeksas", "Your search did not match any documents. Please make sure that all words are spelled correctly and that you've selected enough categories.": "", "Index – %(key)s": "Indeksas – %(key)s", "General Index": "Bendras indeksas", "next chapter": "kita dalis", "Search finished, found %s page(s) matching the search query.": "", "previous chapter": "praeita dalis", "Permalink to this headline": "Nuoroda \u012f \u0161i\u0105 antra\u0161t\u0119", "About these documents": "Apie \u0161iuos dokumentus", "Preparing search...": "", ", in ": "", "Navigation": "Navigacija", "Expand sidebar": "I\u0161pl\u0117sti \u0161onin\u0119 juost\u0105", "the documentation for": "", "Complete Table of Contents": "Pilnas Turinys", "Contents": "Turinys", "can be huge": "gali b\u016bti didelis", "Changes in Version %(version)s — %(docstitle)s": "Pasikeitimai versijoje %(version)s — %(docstitle)s", "Other changes": "Kiti pakeitimai", "Hide Search Matches": "Pasl\u0117pti paie\u0161kos rezultatus", "Quick search": "Greitoji paie\u0161ka", "Show Source": "Rodyti pirmin\u012f kod\u0105", "Search": "Paie\u0161ka", "This Page": "\u0160is puslapis", "From here you can search these documents. Enter your search\n words into the box below and click \"search\". Note that the search\n function will automatically search for all of the words. Pages\n containing fewer words won't appear in the result list.": "\u010cia j\u016bs galite ie\u0161koti \u0161iuose dokumentuose. \u012eveskite savo paie\u0161kos\n \u017eod\u017eius \u012f lauk\u0105 apa\u010dioje ir paspauskite \"ie\u0161koti\". Pasteb\u0117sime, kad paie\u0161kos\n funkcija automati\u0161kai ie\u0161kos vis\u0173 \u017eod\u017ei\u0173. Puslapiai,\n kuriuose yra ma\u017eiau \u017eod\u017ei\u0173 nepasirodys tarp paie\u0161kos rezultat\u0173.", "Created using Sphinx %(sphinx_version)s.": "Sukurta naudojant Sphinx %(sphinx_version)s.", "last updated": "", "Collapse sidebar": "Pasl\u0117pti \u0161onin\u0119 juost\u0105", "Go": "Pirmyn", "Table Of Contents": "Turinys", "Search within %(docstitle)s": "Ie\u0161koti tarp %(docstitle)s", "all functions, classes, terms": "visos funkcijos, klas\u0117s ir terminai", "Please activate JavaScript to enable the search\n functionality.": "Pra\u0161ome aktyvuoti JavaScript, kad veikt\u0173 paie\u0161kos\n funkcionalumas.", "Indices and tables:": "Indeksai ir lentel\u0117s:", "lists all sections and subsections": "sura\u0161yti visus skyrius ir poskyrius", "Index pages by letter": "Indekso puslapiai pagal raid\u0119", "search": "ie\u0161koti", "Permalink to this definition": "Nuoroda \u012f \u0161\u012f apibr\u0117\u017eim\u0105", "Previous topic": "Praeita tema", "Overview": "Ap\u017evalga", "Last updated on %(last_updated)s.": "Paskutinis atnaujinimas %(last_updated)s.", "Searching": "", "search this documentation": "ie\u0161koti \u0161iame dokumente", "Automatically generated list of changes in version %(version)s": "Automati\u0161kai sugeneruotas pakeitim\u0173 %(version)s versijoje s\u0105ra\u0161as", "Full index on one page": "Pilnas indeksas viename puslapyje", "Enter search terms or a module, class or function name.": "\u012eveskite paie\u0161kos termin\u0105 arba modulio, klas\u0117s ar funkcijos vard\u0105.", "© Copyright %(copyright)s.": "© Autoriaus teis\u0117s %(copyright)s.", "Library changes": "Bibliotekos pakeitimai", "Search Page": "Paie\u0161kos puslapis", "Search Results": "Paie\u0161kos rezultatai"}}); \ No newline at end of file +Documentation.addTranslations({"locale": "lt", "messages": {"%(filename)s — %(docstitle)s": "%(filename)s — %(docstitle)s", "© Copyright %(copyright)s.": "© Autoriaus teis\u0117s %(copyright)s.", "© Copyright %(copyright)s.": "© Autoriaus teis\u0117s %(copyright)s.", ", in ": "", "About these documents": "Apie \u0161iuos dokumentus", "Automatically generated list of changes in version %(version)s": "Automati\u0161kai sugeneruotas pakeitim\u0173 %(version)s versijoje s\u0105ra\u0161as", "C API changes": "C API pakeitimai", "Changes in Version %(version)s — %(docstitle)s": "Pasikeitimai versijoje %(version)s — %(docstitle)s", "Collapse sidebar": "Pasl\u0117pti \u0161onin\u0119 juost\u0105", "Complete Table of Contents": "Pilnas Turinys", "Contents": "Turinys", "Copyright": "Autoriaus teis\u0117s", "Created using Sphinx %(sphinx_version)s.": "Sukurta naudojant Sphinx %(sphinx_version)s.", "Enter search terms or a module, class or function name.": "\u012eveskite paie\u0161kos termin\u0105 arba modulio, klas\u0117s ar funkcijos vard\u0105.", "Expand sidebar": "I\u0161pl\u0117sti \u0161onin\u0119 juost\u0105", "From here you can search these documents. Enter your search\n words into the box below and click \"search\". Note that the search\n function will automatically search for all of the words. Pages\n containing fewer words won't appear in the result list.": "\u010cia j\u016bs galite ie\u0161koti \u0161iuose dokumentuose. \u012eveskite savo paie\u0161kos\n \u017eod\u017eius \u012f lauk\u0105 apa\u010dioje ir paspauskite \"ie\u0161koti\". Pasteb\u0117sime, kad paie\u0161kos\n funkcija automati\u0161kai ie\u0161kos vis\u0173 \u017eod\u017ei\u0173. Puslapiai,\n kuriuose yra ma\u017eiau \u017eod\u017ei\u0173 nepasirodys tarp paie\u0161kos rezultat\u0173.", "Full index on one page": "Pilnas indeksas viename puslapyje", "General Index": "Bendras indeksas", "Global Module Index": "Globalus Modulio Indeksas", "Go": "Pirmyn", "Hide Search Matches": "Pasl\u0117pti paie\u0161kos rezultatus", "Index": "Indeksas", "Index – %(key)s": "Indeksas – %(key)s", "Index pages by letter": "Indekso puslapiai pagal raid\u0119", "Indices and tables:": "Indeksai ir lentel\u0117s:", "Last updated on %(last_updated)s.": "Paskutinis atnaujinimas %(last_updated)s.", "Library changes": "Bibliotekos pakeitimai", "Navigation": "Navigacija", "Next topic": "Kita tema", "Other changes": "Kiti pakeitimai", "Overview": "Ap\u017evalga", "Permalink to this definition": "Nuoroda \u012f \u0161\u012f apibr\u0117\u017eim\u0105", "Permalink to this headline": "Nuoroda \u012f \u0161i\u0105 antra\u0161t\u0119", "Please activate JavaScript to enable the search\n functionality.": "Pra\u0161ome aktyvuoti JavaScript, kad veikt\u0173 paie\u0161kos\n funkcionalumas.", "Preparing search...": "", "Previous topic": "Praeita tema", "Quick search": "Greitoji paie\u0161ka", "Search": "Paie\u0161ka", "Search Page": "Paie\u0161kos puslapis", "Search Results": "Paie\u0161kos rezultatai", "Search finished, found %s page(s) matching the search query.": "", "Search within %(docstitle)s": "Ie\u0161koti tarp %(docstitle)s", "Searching": "", "Show Source": "Rodyti pirmin\u012f kod\u0105", "Table Of Contents": "Turinys", "This Page": "\u0160is puslapis", "Welcome! This is": "", "Your search did not match any documents. Please make sure that all words are spelled correctly and that you've selected enough categories.": "", "all functions, classes, terms": "visos funkcijos, klas\u0117s ir terminai", "can be huge": "gali b\u016bti didelis", "last updated": "", "lists all sections and subsections": "sura\u0161yti visus skyrius ir poskyrius", "next chapter": "kita dalis", "previous chapter": "praeita dalis", "quick access to all modules": "greitas vis\u0173 moduli\u0173 pasiekimas", "search": "ie\u0161koti", "search this documentation": "ie\u0161koti \u0161iame dokumente", "the documentation for": ""}, "plural_expr": "(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<10 || n%100>=20) ? 1 : 2)"}); \ No newline at end of file diff --git a/sphinx/locale/lt/LC_MESSAGES/sphinx.mo b/sphinx/locale/lt/LC_MESSAGES/sphinx.mo index daa8c7fc2..6464f33c0 100644 Binary files a/sphinx/locale/lt/LC_MESSAGES/sphinx.mo and b/sphinx/locale/lt/LC_MESSAGES/sphinx.mo differ diff --git a/sphinx/locale/lt/LC_MESSAGES/sphinx.po b/sphinx/locale/lt/LC_MESSAGES/sphinx.po index 1f03dc9e8..43a8eb73b 100644 --- a/sphinx/locale/lt/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/lt/LC_MESSAGES/sphinx.po @@ -1,55 +1,56 @@ -# Translations template for Sphinx. -# Copyright (C) 2015 ORGANIZATION +# Lithuanian translations for Sphinx. +# Copyright (C) 2016 ORGANIZATION # This file is distributed under the same license as the Sphinx project. -# -# Translators: -# DALIUS DOBRAVOLSKAS , 2010 +# FIRST AUTHOR , 2016. +# msgid "" msgstr "" -"Project-Id-Version: Sphinx\n" +"Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2015-03-08 23:31+0900\n" +"POT-Creation-Date: 2016-02-14 22:15+0900\n" "PO-Revision-Date: 2015-03-08 14:35+0000\n" "Last-Translator: Takayuki Shimizukawa \n" -"Language-Team: Lithuanian (http://www.transifex.com/projects/p/sphinx-1/language/lt/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 1.3\n" "Language: lt\n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +"Language-Team: Lithuanian " +"(http://www.transifex.com/projects/p/sphinx-1/language/lt/)\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && " +"(n%100<10 || n%100>=20) ? 1 : 2)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 2.2.0\n" -#: sphinx/config.py:80 +#: sphinx/config.py:84 #, python-format msgid "Fig. %s" msgstr "" -#: sphinx/config.py:81 +#: sphinx/config.py:85 #, python-format msgid "Table %s" msgstr "" -#: sphinx/config.py:82 +#: sphinx/config.py:86 #, python-format msgid "Listing %s" msgstr "" -#: sphinx/config.py:89 +#: sphinx/config.py:93 #, python-format msgid "%s %s documentation" msgstr "" -#: sphinx/environment.py:1880 +#: sphinx/environment.py:1815 #, python-format msgid "see %s" msgstr "" -#: sphinx/environment.py:1883 +#: sphinx/environment.py:1819 #, python-format msgid "see also %s" msgstr "" -#: sphinx/environment.py:1941 +#: sphinx/environment.py:1879 msgid "Symbols" msgstr "" @@ -58,11 +59,10 @@ msgstr "" msgid "Python Enhancement Proposals; PEP %s" msgstr "Python Enhancement Proposals; PEP %s" -#: sphinx/transforms.py:58 sphinx/writers/latex.py:212 -#: sphinx/writers/manpage.py:67 sphinx/writers/texinfo.py:221 -#, python-format -msgid "%B %d, %Y" -msgstr "%Y-%m-%d" +#: sphinx/transforms.py:56 sphinx/writers/latex.py:357 +#: sphinx/writers/manpage.py:101 sphinx/writers/texinfo.py:222 +msgid "MMMM dd, YYYY" +msgstr "" #: sphinx/builders/changes.py:75 msgid "Builtins" @@ -72,64 +72,63 @@ msgstr "Įtaisytieji" msgid "Module level" msgstr "Modulio lygis" -#: sphinx/builders/html.py:291 -#, python-format -msgid "%b %d, %Y" -msgstr "%Y-%m-%d" +#: sphinx/builders/html.py:295 +msgid "MMM dd, YYYY" +msgstr "" -#: sphinx/builders/html.py:310 sphinx/themes/basic/defindex.html:30 +#: sphinx/builders/html.py:315 sphinx/themes/basic/defindex.html:30 msgid "General Index" msgstr "Bendras indeksas" -#: sphinx/builders/html.py:310 +#: sphinx/builders/html.py:315 msgid "index" msgstr "indeksas" -#: sphinx/builders/html.py:371 +#: sphinx/builders/html.py:376 msgid "next" msgstr "kitas" -#: sphinx/builders/html.py:380 +#: sphinx/builders/html.py:385 msgid "previous" msgstr "praeitas" -#: sphinx/builders/latex.py:144 sphinx/builders/texinfo.py:198 +#: sphinx/builders/latex.py:165 sphinx/builders/texinfo.py:199 msgid " (in " msgstr " (kuris yra " -#: sphinx/directives/other.py:150 +#: sphinx/directives/other.py:149 msgid "Section author: " msgstr "Skyriaus autorius: " -#: sphinx/directives/other.py:152 +#: sphinx/directives/other.py:151 msgid "Module author: " msgstr "Modulio autorius: " -#: sphinx/directives/other.py:154 +#: sphinx/directives/other.py:153 msgid "Code author: " msgstr "Kodo autorius: " -#: sphinx/directives/other.py:156 +#: sphinx/directives/other.py:155 msgid "Author: " msgstr "Autorius: " -#: sphinx/domains/__init__.py:273 +#: sphinx/domains/__init__.py:275 #, python-format msgid "%s %s" msgstr "%s %s" -#: sphinx/domains/c.py:58 sphinx/domains/cpp.py:2408 -#: sphinx/domains/python.py:122 +#: sphinx/domains/c.py:58 sphinx/domains/cpp.py:3605 +#: sphinx/domains/python.py:124 msgid "Parameters" msgstr "Parametrai" -#: sphinx/domains/c.py:61 sphinx/domains/cpp.py:2414 -#: sphinx/domains/javascript.py:128 sphinx/domains/python.py:134 +#: sphinx/domains/c.py:61 sphinx/domains/cpp.py:3614 +#: sphinx/domains/javascript.py:128 sphinx/domains/python.py:136 msgid "Returns" msgstr "Grąžinamos reikšmės" #: sphinx/domains/c.py:63 sphinx/domains/javascript.py:130 -#: sphinx/domains/python.py:136 +#: sphinx/domains/python.py:138 msgid "Return type" msgstr "Grąžinamos reikšmės tipas" @@ -158,12 +157,12 @@ msgstr "%s (C tipas)" msgid "%s (C variable)" msgstr "%s (C kintamasis)" -#: sphinx/domains/c.py:242 sphinx/domains/cpp.py:2680 -#: sphinx/domains/javascript.py:164 sphinx/domains/python.py:587 +#: sphinx/domains/c.py:242 sphinx/domains/cpp.py:3953 +#: sphinx/domains/javascript.py:164 sphinx/domains/python.py:589 msgid "function" msgstr "funkcija" -#: sphinx/domains/c.py:243 sphinx/domains/cpp.py:2681 +#: sphinx/domains/c.py:243 sphinx/domains/cpp.py:3954 msgid "member" msgstr "narys" @@ -171,7 +170,7 @@ msgstr "narys" msgid "macro" msgstr "makrokomanda" -#: sphinx/domains/c.py:245 sphinx/domains/cpp.py:2682 +#: sphinx/domains/c.py:245 sphinx/domains/cpp.py:3955 msgid "type" msgstr "tipas" @@ -179,59 +178,64 @@ msgstr "tipas" msgid "variable" msgstr "kintamasis" -#: sphinx/domains/cpp.py:2411 sphinx/domains/javascript.py:125 +#: sphinx/domains/cpp.py:3608 +#, fuzzy +msgid "Template Parameters" +msgstr "Parametrai" + +#: sphinx/domains/cpp.py:3611 sphinx/domains/javascript.py:125 msgid "Throws" msgstr "Išmeta" -#: sphinx/domains/cpp.py:2518 +#: sphinx/domains/cpp.py:3733 #, python-format msgid "%s (C++ type)" msgstr "%s (C++ tipas)" -#: sphinx/domains/cpp.py:2531 +#: sphinx/domains/cpp.py:3744 #, python-format msgid "%s (C++ member)" msgstr "%s (C++ narys)" -#: sphinx/domains/cpp.py:2543 +#: sphinx/domains/cpp.py:3755 #, python-format msgid "%s (C++ function)" msgstr "%s (C++ funkcija)" -#: sphinx/domains/cpp.py:2555 +#: sphinx/domains/cpp.py:3766 #, python-format msgid "%s (C++ class)" msgstr "" -#: sphinx/domains/cpp.py:2579 +#: sphinx/domains/cpp.py:3786 #, python-format msgid "%s (C++ enum)" msgstr "" -#: sphinx/domains/cpp.py:2617 +#: sphinx/domains/cpp.py:3816 #, python-format msgid "%s (C++ enumerator)" msgstr "" -#: sphinx/domains/cpp.py:2679 sphinx/domains/javascript.py:165 -#: sphinx/domains/python.py:589 +#: sphinx/domains/cpp.py:3952 sphinx/domains/javascript.py:165 +#: sphinx/domains/python.py:591 msgid "class" msgstr "klasė" -#: sphinx/domains/cpp.py:2683 +#: sphinx/domains/cpp.py:3956 msgid "enum" msgstr "" -#: sphinx/domains/cpp.py:2684 +#: sphinx/domains/cpp.py:3957 msgid "enumerator" msgstr "" -#: sphinx/domains/javascript.py:106 sphinx/domains/python.py:280 +#: sphinx/domains/javascript.py:106 sphinx/domains/python.py:282 #, python-format msgid "%s() (built-in function)" msgstr "%s() (itaisytoji funkcija)" -#: sphinx/domains/javascript.py:107 sphinx/domains/python.py:344 +#: sphinx/domains/javascript.py:107 sphinx/domains/python.py:346 #, python-format msgid "%s() (%s method)" msgstr "%s() (%s metodas)" @@ -246,7 +250,7 @@ msgstr "%s() (klasė)" msgid "%s (global variable or constant)" msgstr "%s (globalus kintamasis arba konstanta)" -#: sphinx/domains/javascript.py:113 sphinx/domains/python.py:382 +#: sphinx/domains/javascript.py:113 sphinx/domains/python.py:384 #, python-format msgid "%s (%s attribute)" msgstr "%s (%s atributas)" @@ -255,116 +259,116 @@ msgstr "%s (%s atributas)" msgid "Arguments" msgstr "Argumentais" -#: sphinx/domains/javascript.py:166 sphinx/domains/python.py:588 +#: sphinx/domains/javascript.py:166 sphinx/domains/python.py:590 msgid "data" msgstr "duomenys" -#: sphinx/domains/javascript.py:167 sphinx/domains/python.py:594 +#: sphinx/domains/javascript.py:167 sphinx/domains/python.py:596 msgid "attribute" msgstr "atribudas" -#: sphinx/domains/python.py:127 +#: sphinx/domains/python.py:129 msgid "Variables" msgstr "Kintamieji" -#: sphinx/domains/python.py:131 +#: sphinx/domains/python.py:133 msgid "Raises" msgstr "Sukelia" -#: sphinx/domains/python.py:281 sphinx/domains/python.py:338 -#: sphinx/domains/python.py:350 sphinx/domains/python.py:363 +#: sphinx/domains/python.py:283 sphinx/domains/python.py:340 +#: sphinx/domains/python.py:352 sphinx/domains/python.py:365 #, python-format msgid "%s() (in module %s)" msgstr "%s() (modulyje %s)" -#: sphinx/domains/python.py:284 +#: sphinx/domains/python.py:286 #, python-format msgid "%s (built-in variable)" msgstr "%s (įtaisytasis kintamasis)" -#: sphinx/domains/python.py:285 sphinx/domains/python.py:376 +#: sphinx/domains/python.py:287 sphinx/domains/python.py:378 #, python-format msgid "%s (in module %s)" msgstr "%s (modulje %s)" -#: sphinx/domains/python.py:301 +#: sphinx/domains/python.py:303 #, python-format msgid "%s (built-in class)" msgstr "%s (įtaisytoji klasė)" -#: sphinx/domains/python.py:302 +#: sphinx/domains/python.py:304 #, python-format msgid "%s (class in %s)" msgstr "%s (klasė iš %s)" -#: sphinx/domains/python.py:342 +#: sphinx/domains/python.py:344 #, python-format msgid "%s() (%s.%s method)" msgstr "%s() (%s.%s metodas)" -#: sphinx/domains/python.py:354 +#: sphinx/domains/python.py:356 #, python-format msgid "%s() (%s.%s static method)" msgstr "%s() (%s.%s statinis metodas)" -#: sphinx/domains/python.py:357 +#: sphinx/domains/python.py:359 #, python-format msgid "%s() (%s static method)" msgstr "%s() (%s statinis metodas)" -#: sphinx/domains/python.py:367 +#: sphinx/domains/python.py:369 #, python-format msgid "%s() (%s.%s class method)" msgstr "%s() (%s.%s klasės metodas)" -#: sphinx/domains/python.py:370 +#: sphinx/domains/python.py:372 #, python-format msgid "%s() (%s class method)" msgstr "%s() (%s klasės metodas)" -#: sphinx/domains/python.py:380 +#: sphinx/domains/python.py:382 #, python-format msgid "%s (%s.%s attribute)" msgstr "%s (%s.%s atributas)" -#: sphinx/domains/python.py:461 +#: sphinx/domains/python.py:463 #, python-format msgid "%s (module)" msgstr "%s (modulis)" -#: sphinx/domains/python.py:518 +#: sphinx/domains/python.py:520 msgid "Python Module Index" msgstr "" -#: sphinx/domains/python.py:519 +#: sphinx/domains/python.py:521 msgid "modules" msgstr "moduliai" -#: sphinx/domains/python.py:565 +#: sphinx/domains/python.py:567 msgid "Deprecated" msgstr "Atmestas" -#: sphinx/domains/python.py:590 sphinx/locale/__init__.py:181 +#: sphinx/domains/python.py:592 sphinx/locale/__init__.py:183 msgid "exception" msgstr "išimtis" -#: sphinx/domains/python.py:591 +#: sphinx/domains/python.py:593 msgid "method" msgstr "metodas" -#: sphinx/domains/python.py:592 +#: sphinx/domains/python.py:594 msgid "class method" msgstr "klasės metodas" -#: sphinx/domains/python.py:593 +#: sphinx/domains/python.py:595 msgid "static method" msgstr "statinis metodas" -#: sphinx/domains/python.py:595 sphinx/locale/__init__.py:177 +#: sphinx/domains/python.py:597 sphinx/locale/__init__.py:179 msgid "module" msgstr "modulis" -#: sphinx/domains/python.py:760 +#: sphinx/domains/python.py:762 msgid " (deprecated)" msgstr " (atmestas)" @@ -396,64 +400,64 @@ msgstr "aplinkos kintamasis; %s" msgid "%scommand line option; %s" msgstr "%skomandinės eilutės parinktis; %s" -#: sphinx/domains/std.py:443 +#: sphinx/domains/std.py:433 msgid "glossary term" msgstr "aiškinamasis terminas" -#: sphinx/domains/std.py:444 +#: sphinx/domains/std.py:434 msgid "grammar token" msgstr "gramatinė leksema" -#: sphinx/domains/std.py:445 +#: sphinx/domains/std.py:435 msgid "reference label" msgstr "nuorodos požymis" -#: sphinx/domains/std.py:447 +#: sphinx/domains/std.py:437 msgid "environment variable" msgstr "aplinkos kintamasis" -#: sphinx/domains/std.py:448 +#: sphinx/domains/std.py:438 msgid "program option" msgstr "programos parinktis" -#: sphinx/domains/std.py:481 sphinx/themes/basic/genindex-single.html:32 +#: sphinx/domains/std.py:471 sphinx/themes/basic/genindex-single.html:32 #: sphinx/themes/basic/genindex-single.html:57 #: sphinx/themes/basic/genindex-split.html:11 #: sphinx/themes/basic/genindex-split.html:14 #: sphinx/themes/basic/genindex.html:32 sphinx/themes/basic/genindex.html:35 #: sphinx/themes/basic/genindex.html:68 sphinx/themes/basic/layout.html:134 -#: sphinx/writers/latex.py:201 sphinx/writers/texinfo.py:479 +#: sphinx/writers/latex.py:346 sphinx/writers/texinfo.py:481 msgid "Index" msgstr "Indeksas" -#: sphinx/domains/std.py:482 +#: sphinx/domains/std.py:472 msgid "Module Index" msgstr "Modulio indeksas" -#: sphinx/domains/std.py:483 sphinx/themes/basic/defindex.html:25 +#: sphinx/domains/std.py:473 sphinx/themes/basic/defindex.html:25 msgid "Search Page" msgstr "Paieškos puslapis" -#: sphinx/ext/autodoc.py:1139 +#: sphinx/ext/autodoc.py:1265 #, python-format msgid " Bases: %s" msgstr " Bazės: %s" -#: sphinx/ext/autodoc.py:1181 +#: sphinx/ext/autodoc.py:1318 #, python-format msgid "alias of :class:`%s`" msgstr ":class:`%s` alternatyvus vardas" -#: sphinx/ext/graphviz.py:293 sphinx/ext/graphviz.py:301 +#: sphinx/ext/graphviz.py:307 sphinx/ext/graphviz.py:316 #, python-format msgid "[graph: %s]" msgstr "" -#: sphinx/ext/graphviz.py:295 sphinx/ext/graphviz.py:303 +#: sphinx/ext/graphviz.py:309 sphinx/ext/graphviz.py:318 msgid "[graph]" msgstr "" -#: sphinx/ext/intersphinx.py:257 +#: sphinx/ext/intersphinx.py:359 #, python-format msgid "(in %s v%s)" msgstr "" @@ -462,112 +466,117 @@ msgstr "" msgid "[source]" msgstr "[šaltinis]" -#: sphinx/ext/todo.py:43 +#: sphinx/ext/todo.py:56 msgid "Todo" msgstr "Padaryti" -#: sphinx/ext/todo.py:113 -#, python-format -msgid "(The <> is located in %s, line %d.)" +#: sphinx/ext/todo.py:129 +#, fuzzy +msgid "<>" +msgstr "originalus įrašas" + +#: sphinx/ext/todo.py:132 +#, fuzzy, python-format +msgid "(The <> is located in %s, line %d.)" msgstr "(<> galima rasti %s, eilutėje %d.)" -#: sphinx/ext/todo.py:122 +#: sphinx/ext/todo.py:141 msgid "original entry" msgstr "originalus įrašas" -#: sphinx/ext/viewcode.py:158 +#: sphinx/ext/viewcode.py:162 msgid "[docs]" msgstr "[dokumentai]" -#: sphinx/ext/viewcode.py:172 +#: sphinx/ext/viewcode.py:176 msgid "Module code" msgstr "Modulio kodas" -#: sphinx/ext/viewcode.py:178 +#: sphinx/ext/viewcode.py:182 #, python-format msgid "

Source code for %s

" msgstr "

Kodas %s

" -#: sphinx/ext/viewcode.py:204 +#: sphinx/ext/viewcode.py:208 msgid "Overview: module code" msgstr "Apžvalga: modulio kodas" -#: sphinx/ext/viewcode.py:205 +#: sphinx/ext/viewcode.py:209 msgid "

All modules for which code is available

" msgstr "

Visi moduliai turintys kodą

" -#: sphinx/locale/__init__.py:157 +#: sphinx/locale/__init__.py:159 msgid "Attention" msgstr "Dėmesio" -#: sphinx/locale/__init__.py:158 +#: sphinx/locale/__init__.py:160 msgid "Caution" msgstr "Atsargiai" -#: sphinx/locale/__init__.py:159 +#: sphinx/locale/__init__.py:161 msgid "Danger" msgstr "Pavojinga" -#: sphinx/locale/__init__.py:160 +#: sphinx/locale/__init__.py:162 msgid "Error" msgstr "Klaida" -#: sphinx/locale/__init__.py:161 +#: sphinx/locale/__init__.py:163 msgid "Hint" msgstr "Patarimas" -#: sphinx/locale/__init__.py:162 +#: sphinx/locale/__init__.py:164 msgid "Important" msgstr "Svarbu" -#: sphinx/locale/__init__.py:163 +#: sphinx/locale/__init__.py:165 msgid "Note" msgstr "Pastaba" -#: sphinx/locale/__init__.py:164 +#: sphinx/locale/__init__.py:166 msgid "See also" msgstr "Taip pat žiūrėkite" -#: sphinx/locale/__init__.py:165 +#: sphinx/locale/__init__.py:167 msgid "Tip" msgstr "Patarimas" -#: sphinx/locale/__init__.py:166 +#: sphinx/locale/__init__.py:168 msgid "Warning" msgstr "Įspėjimas" -#: sphinx/locale/__init__.py:170 +#: sphinx/locale/__init__.py:172 #, python-format msgid "New in version %s" msgstr "Nauja %s versijoje" -#: sphinx/locale/__init__.py:171 +#: sphinx/locale/__init__.py:173 #, python-format msgid "Changed in version %s" msgstr "Pakeista %s versijoje" -#: sphinx/locale/__init__.py:172 +#: sphinx/locale/__init__.py:174 #, python-format msgid "Deprecated since version %s" msgstr "Nebepalaikoma nuo %s versijos" -#: sphinx/locale/__init__.py:178 +#: sphinx/locale/__init__.py:180 msgid "keyword" msgstr "bazinis žodis" -#: sphinx/locale/__init__.py:179 +#: sphinx/locale/__init__.py:181 msgid "operator" msgstr "operatorius" -#: sphinx/locale/__init__.py:180 +#: sphinx/locale/__init__.py:182 msgid "object" msgstr "objektas" -#: sphinx/locale/__init__.py:182 +#: sphinx/locale/__init__.py:184 msgid "statement" msgstr "sakinis" -#: sphinx/locale/__init__.py:183 +#: sphinx/locale/__init__.py:185 msgid "built-in function" msgstr "įtaisytoji funkcija" @@ -695,7 +704,9 @@ msgstr "Paskutinis atnaujinimas %(last_updated)s." msgid "" "Created using Sphinx " "%(sphinx_version)s." -msgstr "Sukurta naudojant Sphinx %(sphinx_version)s." +msgstr "" +"Sukurta naudojant Sphinx " +"%(sphinx_version)s." #: sphinx/themes/basic/opensearch.xml:4 #, python-format @@ -722,7 +733,9 @@ msgstr "kita dalis" msgid "" "Please activate JavaScript to enable the search\n" " functionality." -msgstr "Prašome aktyvuoti JavaScript, kad veiktų paieškos\n funkcionalumas." +msgstr "" +"Prašome aktyvuoti JavaScript, kad veiktų paieškos\n" +" funkcionalumas." #: sphinx/themes/basic/search.html:32 msgid "" @@ -730,25 +743,27 @@ msgid "" " words into the box below and click \"search\". Note that the search\n" " function will automatically search for all of the words. Pages\n" " containing fewer words won't appear in the result list." -msgstr "Čia jūs galite ieškoti šiuose dokumentuose. Įveskite savo paieškos\n žodžius į lauką apačioje ir paspauskite \"ieškoti\". Pastebėsime, kad paieškos\n funkcija automatiškai ieškos visų žodžių. Puslapiai,\n kuriuose yra mažiau žodžių nepasirodys tarp paieškos rezultatų." +msgstr "" +"Čia jūs galite ieškoti šiuose dokumentuose. Įveskite savo paieškos\n" +" žodžius į lauką apačioje ir paspauskite \"ieškoti\". Pastebėsime, kad" +" paieškos\n" +" funkcija automatiškai ieškos visų žodžių. Puslapiai,\n" +" kuriuose yra mažiau žodžių nepasirodys tarp paieškos rezultatų." -#: sphinx/themes/basic/search.html:39 -#: sphinx/themes/basic/searchresults.html:17 +#: sphinx/themes/basic/search.html:39 sphinx/themes/basic/searchresults.html:17 msgid "search" msgstr "ieškoti" -#: sphinx/themes/basic/search.html:43 -#: sphinx/themes/basic/searchresults.html:21 -#: sphinx/themes/basic/static/searchtools.js_t:281 +#: sphinx/themes/basic/search.html:43 sphinx/themes/basic/searchresults.html:21 +#: sphinx/themes/basic/static/searchtools.js_t:282 msgid "Search Results" msgstr "Paieškos rezultatai" -#: sphinx/themes/basic/search.html:45 -#: sphinx/themes/basic/searchresults.html:23 -#: sphinx/themes/basic/static/searchtools.js_t:283 +#: sphinx/themes/basic/search.html:45 sphinx/themes/basic/searchresults.html:23 +#: sphinx/themes/basic/static/searchtools.js_t:284 msgid "" -"Your search did not match any documents. Please make sure that all words are" -" spelled correctly and that you've selected enough categories." +"Your search did not match any documents. Please make sure that all words " +"are spelled correctly and that you've selected enough categories." msgstr "" #: sphinx/themes/basic/searchbox.html:12 @@ -787,33 +802,33 @@ msgstr "C API pakeitimai" msgid "Other changes" msgstr "Kiti pakeitimai" -#: sphinx/themes/basic/static/doctools.js:166 sphinx/writers/html.py:610 -#: sphinx/writers/html.py:615 +#: sphinx/themes/basic/static/doctools.js_t:169 sphinx/writers/html.py:668 +#: sphinx/writers/html.py:673 msgid "Permalink to this headline" msgstr "Nuoroda į šią antraštę" -#: sphinx/themes/basic/static/doctools.js:172 sphinx/writers/html.py:107 +#: sphinx/themes/basic/static/doctools.js_t:175 sphinx/writers/html.py:105 msgid "Permalink to this definition" msgstr "Nuoroda į šį apibrėžimą" -#: sphinx/themes/basic/static/doctools.js:205 +#: sphinx/themes/basic/static/doctools.js_t:208 msgid "Hide Search Matches" msgstr "Paslėpti paieškos rezultatus" -#: sphinx/themes/basic/static/searchtools.js_t:119 +#: sphinx/themes/basic/static/searchtools.js_t:121 msgid "Searching" msgstr "" -#: sphinx/themes/basic/static/searchtools.js_t:124 +#: sphinx/themes/basic/static/searchtools.js_t:126 msgid "Preparing search..." msgstr "" -#: sphinx/themes/basic/static/searchtools.js_t:285 +#: sphinx/themes/basic/static/searchtools.js_t:286 #, python-format msgid "Search finished, found %s page(s) matching the search query." msgstr "" -#: sphinx/themes/basic/static/searchtools.js_t:337 +#: sphinx/themes/basic/static/searchtools.js_t:338 msgid ", in " msgstr "" @@ -830,44 +845,56 @@ msgstr "Paslėpti šoninę juostą" msgid "Contents" msgstr "Turinys" -#: sphinx/writers/html.py:334 +#: sphinx/writers/html.py:349 msgid "Permalink to this code" msgstr "" -#: sphinx/writers/html.py:337 +#: sphinx/writers/html.py:353 msgid "Permalink to this image" msgstr "" -#: sphinx/writers/html.py:339 +#: sphinx/writers/html.py:355 msgid "Permalink to this toctree" msgstr "" -#: sphinx/writers/html.py:619 +#: sphinx/writers/html.py:677 msgid "Permalink to this table" msgstr "" -#: sphinx/writers/latex.py:199 +#: sphinx/writers/latex.py:344 msgid "Release" msgstr "Leidimas" -#: sphinx/writers/latex.py:697 sphinx/writers/manpage.py:177 -#: sphinx/writers/texinfo.py:616 +#: sphinx/writers/latex.py:408 +#, fuzzy +msgid "page" +msgstr "Pavojinga" + +#: sphinx/writers/latex.py:908 sphinx/writers/manpage.py:226 +#: sphinx/writers/texinfo.py:620 msgid "Footnotes" msgstr "Išnašos" -#: sphinx/writers/latex.py:785 +#: sphinx/writers/latex.py:1010 msgid "continued from previous page" msgstr "tęsinys iš praeito puslapio" -#: sphinx/writers/latex.py:791 +#: sphinx/writers/latex.py:1016 msgid "Continued on next page" msgstr "Tęsinys kitame puslapyje" -#: sphinx/writers/manpage.py:223 sphinx/writers/text.py:541 +#: sphinx/writers/manpage.py:275 sphinx/writers/text.py:582 #, python-format msgid "[image: %s]" msgstr "" -#: sphinx/writers/manpage.py:224 sphinx/writers/text.py:542 +#: sphinx/writers/manpage.py:276 sphinx/writers/text.py:583 msgid "[image]" msgstr "[paveiksliukas]" + +#~ msgid "%B %d, %Y" +#~ msgstr "%Y-%m-%d" + +#~ msgid "%b %d, %Y" +#~ msgstr "%Y-%m-%d" + diff --git a/sphinx/locale/lv/LC_MESSAGES/sphinx.js b/sphinx/locale/lv/LC_MESSAGES/sphinx.js index 669d6f03c..7c482416c 100644 --- a/sphinx/locale/lv/LC_MESSAGES/sphinx.js +++ b/sphinx/locale/lv/LC_MESSAGES/sphinx.js @@ -1 +1 @@ -Documentation.addTranslations({"locale": "lv", "plural_expr": "(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2)", "messages": {"Next topic": "n\u0101ko\u0161a t\u0113ma", "Index": "Indekss", "%(filename)s — %(docstitle)s": "%(filename)s — %(docstitle)s", "Welcome! This is": "", "Copyright": "Copyright", "C API changes": "Izmai\u0146as iek\u0161 C API", "quick access to all modules": "\u0101tra piek\u013cuve visiem moduliem", "© Copyright %(copyright)s.": "© Copyright %(copyright)s.", "Global Module Index": "Visp\u0101r\u0113js modu\u013cu indekss", "Your search did not match any documents. Please make sure that all words are spelled correctly and that you've selected enough categories.": "", "Index – %(key)s": "Indekss – %(key)s", "General Index": "Visp\u0101r\u0113js indekss", "next chapter": "n\u0101ko\u0161a sada\u013ca", "Search finished, found %s page(s) matching the search query.": "", "previous chapter": "iepriek\u0161\u0113ja sada\u013ca", "Permalink to this headline": "Past\u0101v\u012bga nor\u0101de \u0161o virsrakstu", "About these documents": "Par \u0161iem dokumentiem", "Preparing search...": "", ", in ": "", "Navigation": "Navig\u0101cija", "Expand sidebar": "Izplest s\u0101njoslu", "the documentation for": "", "Complete Table of Contents": "Pilns saturs", "Contents": "Saturs", "can be huge": "var b\u016bt milz\u012bgs", "Changes in Version %(version)s — %(docstitle)s": "Izmai\u0146as versij\u0101 %(version)s — %(docstitle)s", "Other changes": "Citas izmai\u0146as", "Hide Search Matches": "Pasl\u0113pt atlases v\u0101rdus", "Quick search": "\u0100tra mekl\u0113\u0161ana", "Show Source": "R\u0101d\u012bt izejas tekstu", "Search": "Mekl\u0113t", "This Page": "\u0160\u012b lappuse", "From here you can search these documents. Enter your search\n words into the box below and click \"search\". Note that the search\n function will automatically search for all of the words. Pages\n containing fewer words won't appear in the result list.": "\u0160eit J\u016bs varat mekl\u0113t \u0161ajos dokumentos. Nor\u0101diet mekl\u0113jamus v\u0101rdus\n ievada lauka un uzklik\u0161\u0137iniet pogu \"mekl\u0113t\". L\u016bdzu iev\u0113rojiet,\n ka mekl\u0113\u0161anas programma atrad\u012bs tikai tos dokumentus, kuros ir\n visi ievad\u012btie v\u0101rdi. Dokumenti, kuros ir tikai da\u013ca no ievad\u012btiem\n v\u0101rdiem, netiks atlas\u012bti.", "Created using Sphinx %(sphinx_version)s.": "Sagatavots izmantojot Sphinx %(sphinx_version)s.", "last updated": "", "Collapse sidebar": "Sav\u0113rst s\u0101njoslu", "Go": "Izpild\u012bt", "Table Of Contents": "Saturs", "Search within %(docstitle)s": "Mekl\u0113t iek\u0161 %(docstitle)s", "all functions, classes, terms": "visas funkcijas, klases un termini", "Please activate JavaScript to enable the search\n functionality.": "Lai iesp\u0113jotu mekl\u0113\u0161anu, l\u016bdzu aktiviz\u0113t JavaScript.", "Indices and tables:": "Indeksi un tabulas:", "lists all sections and subsections": "r\u0101da visas sekcijas un apak\u0161sekcijas", "Index pages by letter": "Lappu\u0161u indekss p\u0113c burtiem", "search": "mekl\u0113t", "Permalink to this definition": "Past\u0101v\u012bga nor\u0101de uz \u0161o defin\u012bciju", "Previous topic": "iepriek\u0161\u0113ja t\u0113ma", "Overview": "Apskats", "Last updated on %(last_updated)s.": "P\u0113d\u0113jas izmai\u0146as %(last_updated)s.", "Searching": "", "search this documentation": "mekl\u0113t \u0161aj\u0101 dokument\u0101cij\u0101", "Automatically generated list of changes in version %(version)s": "Autom\u0101tiski sagatavots izmai\u0146u saraksts versijai %(version)s", "Full index on one page": "Pilns indekss vien\u0101 lappus\u0113", "Enter search terms or a module, class or function name.": "Ievadiet mekl\u0113jamus terminus vai modu\u013ca, klases vai funkcijas v\u0101rdu.", "© Copyright %(copyright)s.": "© Copyright %(copyright)s.", "Library changes": "Bibliot\u0113kas izmai\u0146as", "Search Page": "Atlases lapa", "Search Results": "Atlases rezult\u0101ti"}}); \ No newline at end of file +Documentation.addTranslations({"locale": "lv", "messages": {"%(filename)s — %(docstitle)s": "%(filename)s — %(docstitle)s", "© Copyright %(copyright)s.": "© Copyright %(copyright)s.", "© Copyright %(copyright)s.": "© Copyright %(copyright)s.", ", in ": "", "About these documents": "Par \u0161iem dokumentiem", "Automatically generated list of changes in version %(version)s": "Autom\u0101tiski sagatavots izmai\u0146u saraksts versijai %(version)s", "C API changes": "Izmai\u0146as iek\u0161 C API", "Changes in Version %(version)s — %(docstitle)s": "Izmai\u0146as versij\u0101 %(version)s — %(docstitle)s", "Collapse sidebar": "Sav\u0113rst s\u0101njoslu", "Complete Table of Contents": "Pilns saturs", "Contents": "Saturs", "Copyright": "Copyright", "Created using Sphinx %(sphinx_version)s.": "Sagatavots izmantojot Sphinx %(sphinx_version)s.", "Enter search terms or a module, class or function name.": "Ievadiet mekl\u0113jamus terminus vai modu\u013ca, klases vai funkcijas v\u0101rdu.", "Expand sidebar": "Izplest s\u0101njoslu", "From here you can search these documents. Enter your search\n words into the box below and click \"search\". Note that the search\n function will automatically search for all of the words. Pages\n containing fewer words won't appear in the result list.": "\u0160eit J\u016bs varat mekl\u0113t \u0161ajos dokumentos. Nor\u0101diet mekl\u0113jamus v\u0101rdus\n ievada lauka un uzklik\u0161\u0137iniet pogu \"mekl\u0113t\". L\u016bdzu iev\u0113rojiet,\n ka mekl\u0113\u0161anas programma atrad\u012bs tikai tos dokumentus, kuros ir\n visi ievad\u012btie v\u0101rdi. Dokumenti, kuros ir tikai da\u013ca no ievad\u012btiem\n v\u0101rdiem, netiks atlas\u012bti.", "Full index on one page": "Pilns indekss vien\u0101 lappus\u0113", "General Index": "Visp\u0101r\u0113js indekss", "Global Module Index": "Visp\u0101r\u0113js modu\u013cu indekss", "Go": "Izpild\u012bt", "Hide Search Matches": "Pasl\u0113pt atlases v\u0101rdus", "Index": "Indekss", "Index – %(key)s": "Indekss – %(key)s", "Index pages by letter": "Lappu\u0161u indekss p\u0113c burtiem", "Indices and tables:": "Indeksi un tabulas:", "Last updated on %(last_updated)s.": "P\u0113d\u0113jas izmai\u0146as %(last_updated)s.", "Library changes": "Bibliot\u0113kas izmai\u0146as", "Navigation": "Navig\u0101cija", "Next topic": "n\u0101ko\u0161a t\u0113ma", "Other changes": "Citas izmai\u0146as", "Overview": "Apskats", "Permalink to this definition": "Past\u0101v\u012bga nor\u0101de uz \u0161o defin\u012bciju", "Permalink to this headline": "Past\u0101v\u012bga nor\u0101de \u0161o virsrakstu", "Please activate JavaScript to enable the search\n functionality.": "Lai iesp\u0113jotu mekl\u0113\u0161anu, l\u016bdzu aktiviz\u0113t JavaScript.", "Preparing search...": "", "Previous topic": "iepriek\u0161\u0113ja t\u0113ma", "Quick search": "\u0100tra mekl\u0113\u0161ana", "Search": "Mekl\u0113t", "Search Page": "Atlases lapa", "Search Results": "Atlases rezult\u0101ti", "Search finished, found %s page(s) matching the search query.": "", "Search within %(docstitle)s": "Mekl\u0113t iek\u0161 %(docstitle)s", "Searching": "", "Show Source": "R\u0101d\u012bt izejas tekstu", "Table Of Contents": "Saturs", "This Page": "\u0160\u012b lappuse", "Welcome! This is": "", "Your search did not match any documents. Please make sure that all words are spelled correctly and that you've selected enough categories.": "", "all functions, classes, terms": "visas funkcijas, klases un termini", "can be huge": "var b\u016bt milz\u012bgs", "last updated": "", "lists all sections and subsections": "r\u0101da visas sekcijas un apak\u0161sekcijas", "next chapter": "n\u0101ko\u0161a sada\u013ca", "previous chapter": "iepriek\u0161\u0113ja sada\u013ca", "quick access to all modules": "\u0101tra piek\u013cuve visiem moduliem", "search": "mekl\u0113t", "search this documentation": "mekl\u0113t \u0161aj\u0101 dokument\u0101cij\u0101", "the documentation for": ""}, "plural_expr": "(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2)"}); \ No newline at end of file diff --git a/sphinx/locale/lv/LC_MESSAGES/sphinx.mo b/sphinx/locale/lv/LC_MESSAGES/sphinx.mo index 80a89e321..a6f69e030 100644 Binary files a/sphinx/locale/lv/LC_MESSAGES/sphinx.mo and b/sphinx/locale/lv/LC_MESSAGES/sphinx.mo differ diff --git a/sphinx/locale/lv/LC_MESSAGES/sphinx.po b/sphinx/locale/lv/LC_MESSAGES/sphinx.po index dd1773e3c..36bc0e671 100644 --- a/sphinx/locale/lv/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/lv/LC_MESSAGES/sphinx.po @@ -1,54 +1,56 @@ -# Translations template for Sphinx. -# Copyright (C) 2015 ORGANIZATION +# Latvian translations for Sphinx. +# Copyright (C) 2016 ORGANIZATION # This file is distributed under the same license as the Sphinx project. -# -# Translators: +# FIRST AUTHOR , 2016. +# msgid "" msgstr "" -"Project-Id-Version: Sphinx\n" +"Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2015-03-08 23:31+0900\n" +"POT-Creation-Date: 2016-02-14 22:15+0900\n" "PO-Revision-Date: 2015-03-08 14:35+0000\n" "Last-Translator: Takayuki Shimizukawa \n" -"Language-Team: Latvian (http://www.transifex.com/projects/p/sphinx-1/language/lv/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 1.3\n" "Language: lv\n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);\n" +"Language-Team: Latvian " +"(http://www.transifex.com/projects/p/sphinx-1/language/lv/)\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 :" +" 2)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 2.2.0\n" -#: sphinx/config.py:80 +#: sphinx/config.py:84 #, python-format msgid "Fig. %s" msgstr "" -#: sphinx/config.py:81 +#: sphinx/config.py:85 #, python-format msgid "Table %s" msgstr "" -#: sphinx/config.py:82 +#: sphinx/config.py:86 #, python-format msgid "Listing %s" msgstr "" -#: sphinx/config.py:89 +#: sphinx/config.py:93 #, python-format msgid "%s %s documentation" msgstr "" -#: sphinx/environment.py:1880 +#: sphinx/environment.py:1815 #, python-format msgid "see %s" msgstr "" -#: sphinx/environment.py:1883 +#: sphinx/environment.py:1819 #, python-format msgid "see also %s" msgstr "" -#: sphinx/environment.py:1941 +#: sphinx/environment.py:1879 msgid "Symbols" msgstr "" @@ -57,11 +59,10 @@ msgstr "" msgid "Python Enhancement Proposals; PEP %s" msgstr "" -#: sphinx/transforms.py:58 sphinx/writers/latex.py:212 -#: sphinx/writers/manpage.py:67 sphinx/writers/texinfo.py:221 -#, python-format -msgid "%B %d, %Y" -msgstr "%d.%m.%Y" +#: sphinx/transforms.py:56 sphinx/writers/latex.py:357 +#: sphinx/writers/manpage.py:101 sphinx/writers/texinfo.py:222 +msgid "MMMM dd, YYYY" +msgstr "" #: sphinx/builders/changes.py:75 msgid "Builtins" @@ -71,64 +72,63 @@ msgstr "Iebūvētie" msgid "Module level" msgstr "Moduļu līmenis" -#: sphinx/builders/html.py:291 -#, python-format -msgid "%b %d, %Y" -msgstr "%d.%m.%Y" +#: sphinx/builders/html.py:295 +msgid "MMM dd, YYYY" +msgstr "" -#: sphinx/builders/html.py:310 sphinx/themes/basic/defindex.html:30 +#: sphinx/builders/html.py:315 sphinx/themes/basic/defindex.html:30 msgid "General Index" msgstr "Vispārējs indekss" -#: sphinx/builders/html.py:310 +#: sphinx/builders/html.py:315 msgid "index" msgstr "indekss" -#: sphinx/builders/html.py:371 +#: sphinx/builders/html.py:376 msgid "next" msgstr "nākošais" -#: sphinx/builders/html.py:380 +#: sphinx/builders/html.py:385 msgid "previous" msgstr "iepriekšējs" -#: sphinx/builders/latex.py:144 sphinx/builders/texinfo.py:198 +#: sphinx/builders/latex.py:165 sphinx/builders/texinfo.py:199 msgid " (in " msgstr " (iekš " -#: sphinx/directives/other.py:150 +#: sphinx/directives/other.py:149 msgid "Section author: " msgstr "Sekcijas autors: " -#: sphinx/directives/other.py:152 +#: sphinx/directives/other.py:151 msgid "Module author: " msgstr "Moduļa autors: " -#: sphinx/directives/other.py:154 +#: sphinx/directives/other.py:153 msgid "Code author: " msgstr "Koda autors: " -#: sphinx/directives/other.py:156 +#: sphinx/directives/other.py:155 msgid "Author: " msgstr "Autors: " -#: sphinx/domains/__init__.py:273 +#: sphinx/domains/__init__.py:275 #, python-format msgid "%s %s" msgstr "%s %s" -#: sphinx/domains/c.py:58 sphinx/domains/cpp.py:2408 -#: sphinx/domains/python.py:122 +#: sphinx/domains/c.py:58 sphinx/domains/cpp.py:3605 +#: sphinx/domains/python.py:124 msgid "Parameters" msgstr "Parametri" -#: sphinx/domains/c.py:61 sphinx/domains/cpp.py:2414 -#: sphinx/domains/javascript.py:128 sphinx/domains/python.py:134 +#: sphinx/domains/c.py:61 sphinx/domains/cpp.py:3614 +#: sphinx/domains/javascript.py:128 sphinx/domains/python.py:136 msgid "Returns" msgstr "Atgriež" #: sphinx/domains/c.py:63 sphinx/domains/javascript.py:130 -#: sphinx/domains/python.py:136 +#: sphinx/domains/python.py:138 msgid "Return type" msgstr "Atgriežamais tips" @@ -157,12 +157,12 @@ msgstr "%s (C tips)" msgid "%s (C variable)" msgstr "%s (C mainīgais)" -#: sphinx/domains/c.py:242 sphinx/domains/cpp.py:2680 -#: sphinx/domains/javascript.py:164 sphinx/domains/python.py:587 +#: sphinx/domains/c.py:242 sphinx/domains/cpp.py:3953 +#: sphinx/domains/javascript.py:164 sphinx/domains/python.py:589 msgid "function" msgstr "funkcija" -#: sphinx/domains/c.py:243 sphinx/domains/cpp.py:2681 +#: sphinx/domains/c.py:243 sphinx/domains/cpp.py:3954 msgid "member" msgstr "loceklis" @@ -170,7 +170,7 @@ msgstr "loceklis" msgid "macro" msgstr "makross" -#: sphinx/domains/c.py:245 sphinx/domains/cpp.py:2682 +#: sphinx/domains/c.py:245 sphinx/domains/cpp.py:3955 msgid "type" msgstr "tips" @@ -178,59 +178,64 @@ msgstr "tips" msgid "variable" msgstr "mainīgais" -#: sphinx/domains/cpp.py:2411 sphinx/domains/javascript.py:125 +#: sphinx/domains/cpp.py:3608 +#, fuzzy +msgid "Template Parameters" +msgstr "Parametri" + +#: sphinx/domains/cpp.py:3611 sphinx/domains/javascript.py:125 msgid "Throws" msgstr "Izmet" -#: sphinx/domains/cpp.py:2518 +#: sphinx/domains/cpp.py:3733 #, python-format msgid "%s (C++ type)" msgstr "%s (C++ tips)" -#: sphinx/domains/cpp.py:2531 +#: sphinx/domains/cpp.py:3744 #, python-format msgid "%s (C++ member)" msgstr "%s (C++ loceklis)" -#: sphinx/domains/cpp.py:2543 +#: sphinx/domains/cpp.py:3755 #, python-format msgid "%s (C++ function)" msgstr "%s (C++ funkcija)" -#: sphinx/domains/cpp.py:2555 +#: sphinx/domains/cpp.py:3766 #, python-format msgid "%s (C++ class)" msgstr "%s (C++ klase)" -#: sphinx/domains/cpp.py:2579 +#: sphinx/domains/cpp.py:3786 #, python-format msgid "%s (C++ enum)" msgstr "" -#: sphinx/domains/cpp.py:2617 +#: sphinx/domains/cpp.py:3816 #, python-format msgid "%s (C++ enumerator)" msgstr "" -#: sphinx/domains/cpp.py:2679 sphinx/domains/javascript.py:165 -#: sphinx/domains/python.py:589 +#: sphinx/domains/cpp.py:3952 sphinx/domains/javascript.py:165 +#: sphinx/domains/python.py:591 msgid "class" msgstr "klase" -#: sphinx/domains/cpp.py:2683 +#: sphinx/domains/cpp.py:3956 msgid "enum" msgstr "" -#: sphinx/domains/cpp.py:2684 +#: sphinx/domains/cpp.py:3957 msgid "enumerator" msgstr "" -#: sphinx/domains/javascript.py:106 sphinx/domains/python.py:280 +#: sphinx/domains/javascript.py:106 sphinx/domains/python.py:282 #, python-format msgid "%s() (built-in function)" msgstr "%s() (iebūvēta funkcija)" -#: sphinx/domains/javascript.py:107 sphinx/domains/python.py:344 +#: sphinx/domains/javascript.py:107 sphinx/domains/python.py:346 #, python-format msgid "%s() (%s method)" msgstr "%s() (%s metods)" @@ -245,7 +250,7 @@ msgstr "" msgid "%s (global variable or constant)" msgstr "%s (globālais mainīgais vai konstanta)" -#: sphinx/domains/javascript.py:113 sphinx/domains/python.py:382 +#: sphinx/domains/javascript.py:113 sphinx/domains/python.py:384 #, python-format msgid "%s (%s attribute)" msgstr "%s (%s atributs)" @@ -254,116 +259,116 @@ msgstr "%s (%s atributs)" msgid "Arguments" msgstr "Argumenti" -#: sphinx/domains/javascript.py:166 sphinx/domains/python.py:588 +#: sphinx/domains/javascript.py:166 sphinx/domains/python.py:590 msgid "data" msgstr "dati" -#: sphinx/domains/javascript.py:167 sphinx/domains/python.py:594 +#: sphinx/domains/javascript.py:167 sphinx/domains/python.py:596 msgid "attribute" msgstr "atributs" -#: sphinx/domains/python.py:127 +#: sphinx/domains/python.py:129 msgid "Variables" msgstr "Mainīgie" -#: sphinx/domains/python.py:131 +#: sphinx/domains/python.py:133 msgid "Raises" msgstr "Ceļ" -#: sphinx/domains/python.py:281 sphinx/domains/python.py:338 -#: sphinx/domains/python.py:350 sphinx/domains/python.py:363 +#: sphinx/domains/python.py:283 sphinx/domains/python.py:340 +#: sphinx/domains/python.py:352 sphinx/domains/python.py:365 #, python-format msgid "%s() (in module %s)" msgstr "%s() (moduļī %s)" -#: sphinx/domains/python.py:284 +#: sphinx/domains/python.py:286 #, python-format msgid "%s (built-in variable)" msgstr "%s (iebūvētais mainīgais)" -#: sphinx/domains/python.py:285 sphinx/domains/python.py:376 +#: sphinx/domains/python.py:287 sphinx/domains/python.py:378 #, python-format msgid "%s (in module %s)" msgstr "%s (moduļī %s)" -#: sphinx/domains/python.py:301 +#: sphinx/domains/python.py:303 #, python-format msgid "%s (built-in class)" msgstr "%s (iebūvēta klase)" -#: sphinx/domains/python.py:302 +#: sphinx/domains/python.py:304 #, python-format msgid "%s (class in %s)" msgstr "%s (klase iekš %s)" -#: sphinx/domains/python.py:342 +#: sphinx/domains/python.py:344 #, python-format msgid "%s() (%s.%s method)" msgstr "%s() (%s.%s metods)" -#: sphinx/domains/python.py:354 +#: sphinx/domains/python.py:356 #, python-format msgid "%s() (%s.%s static method)" msgstr "%s() (%s.%s statiskais metods)" -#: sphinx/domains/python.py:357 +#: sphinx/domains/python.py:359 #, python-format msgid "%s() (%s static method)" msgstr "%s() (%s statiskais metods)" -#: sphinx/domains/python.py:367 +#: sphinx/domains/python.py:369 #, python-format msgid "%s() (%s.%s class method)" msgstr "%s() (%s.%s klases metods)" -#: sphinx/domains/python.py:370 +#: sphinx/domains/python.py:372 #, python-format msgid "%s() (%s class method)" msgstr "%s() (%s klases metods)" -#: sphinx/domains/python.py:380 +#: sphinx/domains/python.py:382 #, python-format msgid "%s (%s.%s attribute)" msgstr "%s (%s.%s atributs)" -#: sphinx/domains/python.py:461 +#: sphinx/domains/python.py:463 #, python-format msgid "%s (module)" msgstr "%s (modulis)" -#: sphinx/domains/python.py:518 +#: sphinx/domains/python.py:520 msgid "Python Module Index" msgstr "" -#: sphinx/domains/python.py:519 +#: sphinx/domains/python.py:521 msgid "modules" msgstr "moduļi" -#: sphinx/domains/python.py:565 +#: sphinx/domains/python.py:567 msgid "Deprecated" msgstr "Nav ieteicams" -#: sphinx/domains/python.py:590 sphinx/locale/__init__.py:181 +#: sphinx/domains/python.py:592 sphinx/locale/__init__.py:183 msgid "exception" msgstr "izņēmums" -#: sphinx/domains/python.py:591 +#: sphinx/domains/python.py:593 msgid "method" msgstr "metods" -#: sphinx/domains/python.py:592 +#: sphinx/domains/python.py:594 msgid "class method" msgstr "klases metods" -#: sphinx/domains/python.py:593 +#: sphinx/domains/python.py:595 msgid "static method" msgstr "statiskais metods" -#: sphinx/domains/python.py:595 sphinx/locale/__init__.py:177 +#: sphinx/domains/python.py:597 sphinx/locale/__init__.py:179 msgid "module" msgstr "modulis" -#: sphinx/domains/python.py:760 +#: sphinx/domains/python.py:762 msgid " (deprecated)" msgstr "" @@ -395,64 +400,64 @@ msgstr "apkārtnes mainīgais; %s" msgid "%scommand line option; %s" msgstr "%skomandrindas opcija; %s" -#: sphinx/domains/std.py:443 +#: sphinx/domains/std.py:433 msgid "glossary term" msgstr "glosārija termins" -#: sphinx/domains/std.py:444 +#: sphinx/domains/std.py:434 msgid "grammar token" msgstr "gramatiskais marķieris" -#: sphinx/domains/std.py:445 +#: sphinx/domains/std.py:435 msgid "reference label" msgstr "atsauces virsraksts" -#: sphinx/domains/std.py:447 +#: sphinx/domains/std.py:437 msgid "environment variable" msgstr "apkārtnes mainīgais" -#: sphinx/domains/std.py:448 +#: sphinx/domains/std.py:438 msgid "program option" msgstr "programmas opcija" -#: sphinx/domains/std.py:481 sphinx/themes/basic/genindex-single.html:32 +#: sphinx/domains/std.py:471 sphinx/themes/basic/genindex-single.html:32 #: sphinx/themes/basic/genindex-single.html:57 #: sphinx/themes/basic/genindex-split.html:11 #: sphinx/themes/basic/genindex-split.html:14 #: sphinx/themes/basic/genindex.html:32 sphinx/themes/basic/genindex.html:35 #: sphinx/themes/basic/genindex.html:68 sphinx/themes/basic/layout.html:134 -#: sphinx/writers/latex.py:201 sphinx/writers/texinfo.py:479 +#: sphinx/writers/latex.py:346 sphinx/writers/texinfo.py:481 msgid "Index" msgstr "Indekss" -#: sphinx/domains/std.py:482 +#: sphinx/domains/std.py:472 msgid "Module Index" msgstr "Moduļu indekss" -#: sphinx/domains/std.py:483 sphinx/themes/basic/defindex.html:25 +#: sphinx/domains/std.py:473 sphinx/themes/basic/defindex.html:25 msgid "Search Page" msgstr "Atlases lapa" -#: sphinx/ext/autodoc.py:1139 +#: sphinx/ext/autodoc.py:1265 #, python-format msgid " Bases: %s" msgstr " Bāzes: %s" -#: sphinx/ext/autodoc.py:1181 +#: sphinx/ext/autodoc.py:1318 #, python-format msgid "alias of :class:`%s`" msgstr "aizstājvārds klasei :class:`%s`" -#: sphinx/ext/graphviz.py:293 sphinx/ext/graphviz.py:301 +#: sphinx/ext/graphviz.py:307 sphinx/ext/graphviz.py:316 #, python-format msgid "[graph: %s]" msgstr "" -#: sphinx/ext/graphviz.py:295 sphinx/ext/graphviz.py:303 +#: sphinx/ext/graphviz.py:309 sphinx/ext/graphviz.py:318 msgid "[graph]" msgstr "" -#: sphinx/ext/intersphinx.py:257 +#: sphinx/ext/intersphinx.py:359 #, python-format msgid "(in %s v%s)" msgstr "" @@ -461,112 +466,117 @@ msgstr "" msgid "[source]" msgstr "[kods]" -#: sphinx/ext/todo.py:43 +#: sphinx/ext/todo.py:56 msgid "Todo" msgstr "Jāizdara" -#: sphinx/ext/todo.py:113 -#, python-format -msgid "(The <> is located in %s, line %d.)" +#: sphinx/ext/todo.py:129 +#, fuzzy +msgid "<>" +msgstr "sākotnējs ieraksts" + +#: sphinx/ext/todo.py:132 +#, fuzzy, python-format +msgid "(The <> is located in %s, line %d.)" msgstr "(<> atrodas iekš %s, rinda %d.)" -#: sphinx/ext/todo.py:122 +#: sphinx/ext/todo.py:141 msgid "original entry" msgstr "sākotnējs ieraksts" -#: sphinx/ext/viewcode.py:158 +#: sphinx/ext/viewcode.py:162 msgid "[docs]" msgstr "[dokumenti]" -#: sphinx/ext/viewcode.py:172 +#: sphinx/ext/viewcode.py:176 msgid "Module code" msgstr "Moduļa teksts" -#: sphinx/ext/viewcode.py:178 +#: sphinx/ext/viewcode.py:182 #, python-format msgid "

Source code for %s

" msgstr "

%s izejas teksts

" -#: sphinx/ext/viewcode.py:204 +#: sphinx/ext/viewcode.py:208 msgid "Overview: module code" msgstr "Apskats: moduļa teksts" -#: sphinx/ext/viewcode.py:205 +#: sphinx/ext/viewcode.py:209 msgid "

All modules for which code is available

" msgstr "

Visi moduļi, kuriem ir izejas teksti

" -#: sphinx/locale/__init__.py:157 +#: sphinx/locale/__init__.py:159 msgid "Attention" msgstr "Uzmanību" -#: sphinx/locale/__init__.py:158 +#: sphinx/locale/__init__.py:160 msgid "Caution" msgstr "Uzmanies" -#: sphinx/locale/__init__.py:159 +#: sphinx/locale/__init__.py:161 msgid "Danger" msgstr "Bīstami" -#: sphinx/locale/__init__.py:160 +#: sphinx/locale/__init__.py:162 msgid "Error" msgstr "Kļūda" -#: sphinx/locale/__init__.py:161 +#: sphinx/locale/__init__.py:163 msgid "Hint" msgstr "Mājiens" -#: sphinx/locale/__init__.py:162 +#: sphinx/locale/__init__.py:164 msgid "Important" msgstr "Svarīgi" -#: sphinx/locale/__init__.py:163 +#: sphinx/locale/__init__.py:165 msgid "Note" msgstr "Piezīme" -#: sphinx/locale/__init__.py:164 +#: sphinx/locale/__init__.py:166 msgid "See also" msgstr "Skat.arī" -#: sphinx/locale/__init__.py:165 +#: sphinx/locale/__init__.py:167 msgid "Tip" msgstr "Padoms" -#: sphinx/locale/__init__.py:166 +#: sphinx/locale/__init__.py:168 msgid "Warning" msgstr "Brīdinājums" -#: sphinx/locale/__init__.py:170 +#: sphinx/locale/__init__.py:172 #, python-format msgid "New in version %s" msgstr "Jauns versijā %s" -#: sphinx/locale/__init__.py:171 +#: sphinx/locale/__init__.py:173 #, python-format msgid "Changed in version %s" msgstr "Mainīts versijā %s" -#: sphinx/locale/__init__.py:172 +#: sphinx/locale/__init__.py:174 #, python-format msgid "Deprecated since version %s" msgstr "Neieteicams no versijas %s" -#: sphinx/locale/__init__.py:178 +#: sphinx/locale/__init__.py:180 msgid "keyword" msgstr "atslēgas vārds" -#: sphinx/locale/__init__.py:179 +#: sphinx/locale/__init__.py:181 msgid "operator" msgstr "operators" -#: sphinx/locale/__init__.py:180 +#: sphinx/locale/__init__.py:182 msgid "object" msgstr "objekts" -#: sphinx/locale/__init__.py:182 +#: sphinx/locale/__init__.py:184 msgid "statement" msgstr "priekšraksts" -#: sphinx/locale/__init__.py:183 +#: sphinx/locale/__init__.py:185 msgid "built-in function" msgstr "iebūvēta funkcija" @@ -694,7 +704,9 @@ msgstr "Pēdējas izmaiņas %(last_updated)s." msgid "" "Created using Sphinx " "%(sphinx_version)s." -msgstr "Sagatavots izmantojot Sphinx %(sphinx_version)s." +msgstr "" +"Sagatavots izmantojot Sphinx " +"%(sphinx_version)s." #: sphinx/themes/basic/opensearch.xml:4 #, python-format @@ -729,25 +741,27 @@ msgid "" " words into the box below and click \"search\". Note that the search\n" " function will automatically search for all of the words. Pages\n" " containing fewer words won't appear in the result list." -msgstr "Šeit Jūs varat meklēt šajos dokumentos. Norādiet meklējamus vārdus\n ievada lauka un uzklikšķiniet pogu \"meklēt\". Lūdzu ievērojiet,\n ka meklēšanas programma atradīs tikai tos dokumentus, kuros ir\n visi ievadītie vārdi. Dokumenti, kuros ir tikai daļa no ievadītiem\n vārdiem, netiks atlasīti." +msgstr "" +"Šeit Jūs varat meklēt šajos dokumentos. Norādiet meklējamus vārdus\n" +" ievada lauka un uzklikšķiniet pogu \"meklēt\". Lūdzu ievērojiet,\n" +" ka meklēšanas programma atradīs tikai tos dokumentus, kuros ir\n" +" visi ievadītie vārdi. Dokumenti, kuros ir tikai daļa no ievadītiem\n" +" vārdiem, netiks atlasīti." -#: sphinx/themes/basic/search.html:39 -#: sphinx/themes/basic/searchresults.html:17 +#: sphinx/themes/basic/search.html:39 sphinx/themes/basic/searchresults.html:17 msgid "search" msgstr "meklēt" -#: sphinx/themes/basic/search.html:43 -#: sphinx/themes/basic/searchresults.html:21 -#: sphinx/themes/basic/static/searchtools.js_t:281 +#: sphinx/themes/basic/search.html:43 sphinx/themes/basic/searchresults.html:21 +#: sphinx/themes/basic/static/searchtools.js_t:282 msgid "Search Results" msgstr "Atlases rezultāti" -#: sphinx/themes/basic/search.html:45 -#: sphinx/themes/basic/searchresults.html:23 -#: sphinx/themes/basic/static/searchtools.js_t:283 +#: sphinx/themes/basic/search.html:45 sphinx/themes/basic/searchresults.html:23 +#: sphinx/themes/basic/static/searchtools.js_t:284 msgid "" -"Your search did not match any documents. Please make sure that all words are" -" spelled correctly and that you've selected enough categories." +"Your search did not match any documents. Please make sure that all words " +"are spelled correctly and that you've selected enough categories." msgstr "" #: sphinx/themes/basic/searchbox.html:12 @@ -786,33 +800,33 @@ msgstr "Izmaiņas iekš C API" msgid "Other changes" msgstr "Citas izmaiņas" -#: sphinx/themes/basic/static/doctools.js:166 sphinx/writers/html.py:610 -#: sphinx/writers/html.py:615 +#: sphinx/themes/basic/static/doctools.js_t:169 sphinx/writers/html.py:668 +#: sphinx/writers/html.py:673 msgid "Permalink to this headline" msgstr "Pastāvīga norāde šo virsrakstu" -#: sphinx/themes/basic/static/doctools.js:172 sphinx/writers/html.py:107 +#: sphinx/themes/basic/static/doctools.js_t:175 sphinx/writers/html.py:105 msgid "Permalink to this definition" msgstr "Pastāvīga norāde uz šo definīciju" -#: sphinx/themes/basic/static/doctools.js:205 +#: sphinx/themes/basic/static/doctools.js_t:208 msgid "Hide Search Matches" msgstr "Paslēpt atlases vārdus" -#: sphinx/themes/basic/static/searchtools.js_t:119 +#: sphinx/themes/basic/static/searchtools.js_t:121 msgid "Searching" msgstr "" -#: sphinx/themes/basic/static/searchtools.js_t:124 +#: sphinx/themes/basic/static/searchtools.js_t:126 msgid "Preparing search..." msgstr "" -#: sphinx/themes/basic/static/searchtools.js_t:285 +#: sphinx/themes/basic/static/searchtools.js_t:286 #, python-format msgid "Search finished, found %s page(s) matching the search query." msgstr "" -#: sphinx/themes/basic/static/searchtools.js_t:337 +#: sphinx/themes/basic/static/searchtools.js_t:338 msgid ", in " msgstr "" @@ -829,44 +843,56 @@ msgstr "Savērst sānjoslu" msgid "Contents" msgstr "Saturs" -#: sphinx/writers/html.py:334 +#: sphinx/writers/html.py:349 msgid "Permalink to this code" msgstr "" -#: sphinx/writers/html.py:337 +#: sphinx/writers/html.py:353 msgid "Permalink to this image" msgstr "" -#: sphinx/writers/html.py:339 +#: sphinx/writers/html.py:355 msgid "Permalink to this toctree" msgstr "" -#: sphinx/writers/html.py:619 +#: sphinx/writers/html.py:677 msgid "Permalink to this table" msgstr "" -#: sphinx/writers/latex.py:199 +#: sphinx/writers/latex.py:344 msgid "Release" msgstr "Izlaidums" -#: sphinx/writers/latex.py:697 sphinx/writers/manpage.py:177 -#: sphinx/writers/texinfo.py:616 +#: sphinx/writers/latex.py:408 +#, fuzzy +msgid "page" +msgstr "Bīstami" + +#: sphinx/writers/latex.py:908 sphinx/writers/manpage.py:226 +#: sphinx/writers/texinfo.py:620 msgid "Footnotes" msgstr "Vēres" -#: sphinx/writers/latex.py:785 +#: sphinx/writers/latex.py:1010 msgid "continued from previous page" msgstr "turpinājums no iepriekšējās lappuses" -#: sphinx/writers/latex.py:791 +#: sphinx/writers/latex.py:1016 msgid "Continued on next page" msgstr "Turpnājums nākošā lappusē" -#: sphinx/writers/manpage.py:223 sphinx/writers/text.py:541 +#: sphinx/writers/manpage.py:275 sphinx/writers/text.py:582 #, python-format msgid "[image: %s]" msgstr "[attēls: %s]" -#: sphinx/writers/manpage.py:224 sphinx/writers/text.py:542 +#: sphinx/writers/manpage.py:276 sphinx/writers/text.py:583 msgid "[image]" msgstr "[attēls]" + +#~ msgid "%B %d, %Y" +#~ msgstr "%d.%m.%Y" + +#~ msgid "%b %d, %Y" +#~ msgstr "%d.%m.%Y" + diff --git a/sphinx/locale/mk/LC_MESSAGES/sphinx.js b/sphinx/locale/mk/LC_MESSAGES/sphinx.js index 8328cb613..cfa5e2c48 100644 --- a/sphinx/locale/mk/LC_MESSAGES/sphinx.js +++ b/sphinx/locale/mk/LC_MESSAGES/sphinx.js @@ -1 +1 @@ -Documentation.addTranslations({"locale": "mk", "plural_expr": "(n % 10 == 1 && n % 100 != 11) ? 0 : 1", "messages": {"Next topic": "", "Index": "", "%(filename)s — %(docstitle)s": "", "Welcome! This is": "", "Copyright": "", "C API changes": "", "quick access to all modules": "", "© Copyright %(copyright)s.": "", "Global Module Index": "", "Your search did not match any documents. Please make sure that all words are spelled correctly and that you've selected enough categories.": "", "Index – %(key)s": "", "General Index": "\u0413\u043b\u0430\u0432\u043d\u0430 \u0441\u043e\u0434\u0440\u0436\u0438\u043d\u0430", "next chapter": "", "Search finished, found %s page(s) matching the search query.": "", "previous chapter": "", "Permalink to this headline": "", "About these documents": "", "Preparing search...": "", ", in ": "", "Navigation": "", "Expand sidebar": "", "the documentation for": "", "Complete Table of Contents": "", "Contents": "", "can be huge": "", "Changes in Version %(version)s — %(docstitle)s": "", "Other changes": "", "Hide Search Matches": "", "Quick search": "", "Show Source": "", "Search": "", "This Page": "", "From here you can search these documents. Enter your search\n words into the box below and click \"search\". Note that the search\n function will automatically search for all of the words. Pages\n containing fewer words won't appear in the result list.": "", "Created using Sphinx %(sphinx_version)s.": "", "last updated": "", "Collapse sidebar": "", "Go": "", "Table Of Contents": "", "Search within %(docstitle)s": "", "all functions, classes, terms": "", "Please activate JavaScript to enable the search\n functionality.": "", "Indices and tables:": "", "lists all sections and subsections": "", "Index pages by letter": "", "search": "", "Permalink to this definition": "", "Previous topic": "", "Overview": "", "Last updated on %(last_updated)s.": "", "Searching": "", "search this documentation": "", "Automatically generated list of changes in version %(version)s": "", "Full index on one page": "", "Enter search terms or a module, class or function name.": "", "© Copyright %(copyright)s.": "", "Library changes": "", "Search Page": "", "Search Results": ""}}); \ No newline at end of file +Documentation.addTranslations({"locale": "mk", "messages": {"%(filename)s — %(docstitle)s": "", "© Copyright %(copyright)s.": "", "© Copyright %(copyright)s.": "", ", in ": "", "About these documents": "", "Automatically generated list of changes in version %(version)s": "", "C API changes": "", "Changes in Version %(version)s — %(docstitle)s": "", "Collapse sidebar": "", "Complete Table of Contents": "", "Contents": "", "Copyright": "", "Created using Sphinx %(sphinx_version)s.": "", "Enter search terms or a module, class or function name.": "", "Expand sidebar": "", "From here you can search these documents. Enter your search\n words into the box below and click \"search\". Note that the search\n function will automatically search for all of the words. Pages\n containing fewer words won't appear in the result list.": "", "Full index on one page": "", "General Index": "\u0413\u043b\u0430\u0432\u043d\u0430 \u0441\u043e\u0434\u0440\u0436\u0438\u043d\u0430", "Global Module Index": "", "Go": "", "Hide Search Matches": "", "Index": "", "Index – %(key)s": "", "Index pages by letter": "", "Indices and tables:": "", "Last updated on %(last_updated)s.": "", "Library changes": "", "Navigation": "", "Next topic": "", "Other changes": "", "Overview": "", "Permalink to this definition": "", "Permalink to this headline": "", "Please activate JavaScript to enable the search\n functionality.": "", "Preparing search...": "", "Previous topic": "", "Quick search": "", "Search": "", "Search Page": "", "Search Results": "", "Search finished, found %s page(s) matching the search query.": "", "Search within %(docstitle)s": "", "Searching": "", "Show Source": "", "Table Of Contents": "", "This Page": "", "Welcome! This is": "", "Your search did not match any documents. Please make sure that all words are spelled correctly and that you've selected enough categories.": "", "all functions, classes, terms": "", "can be huge": "", "last updated": "", "lists all sections and subsections": "", "next chapter": "", "previous chapter": "", "quick access to all modules": "", "search": "", "search this documentation": "", "the documentation for": ""}, "plural_expr": "(n % 10 == 1 && n % 100 != 11) ? 0 : 1"}); \ No newline at end of file diff --git a/sphinx/locale/mk/LC_MESSAGES/sphinx.mo b/sphinx/locale/mk/LC_MESSAGES/sphinx.mo index bed0f7055..6c5085616 100644 Binary files a/sphinx/locale/mk/LC_MESSAGES/sphinx.mo and b/sphinx/locale/mk/LC_MESSAGES/sphinx.mo differ diff --git a/sphinx/locale/mk/LC_MESSAGES/sphinx.po b/sphinx/locale/mk/LC_MESSAGES/sphinx.po index 59635b142..59329df7e 100644 --- a/sphinx/locale/mk/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/mk/LC_MESSAGES/sphinx.po @@ -1,55 +1,55 @@ -# Translations template for Sphinx. -# Copyright (C) 2015 ORGANIZATION +# Macedonian translations for Sphinx. +# Copyright (C) 2016 ORGANIZATION # This file is distributed under the same license as the Sphinx project. -# -# Translators: -# Vasil Vangelovski , 2013 +# FIRST AUTHOR , 2016. +# msgid "" msgstr "" -"Project-Id-Version: Sphinx\n" +"Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2015-03-08 23:31+0900\n" +"POT-Creation-Date: 2016-02-14 22:15+0900\n" "PO-Revision-Date: 2015-03-08 14:35+0000\n" "Last-Translator: Takayuki Shimizukawa \n" -"Language-Team: Macedonian (http://www.transifex.com/projects/p/sphinx-1/language/mk/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 1.3\n" "Language: mk\n" -"Plural-Forms: nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;\n" +"Language-Team: Macedonian " +"(http://www.transifex.com/projects/p/sphinx-1/language/mk/)\n" +"Plural-Forms: nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 2.2.0\n" -#: sphinx/config.py:80 +#: sphinx/config.py:84 #, python-format msgid "Fig. %s" msgstr "" -#: sphinx/config.py:81 +#: sphinx/config.py:85 #, python-format msgid "Table %s" msgstr "" -#: sphinx/config.py:82 +#: sphinx/config.py:86 #, python-format msgid "Listing %s" msgstr "" -#: sphinx/config.py:89 +#: sphinx/config.py:93 #, python-format msgid "%s %s documentation" msgstr "%s %s документација" -#: sphinx/environment.py:1880 +#: sphinx/environment.py:1815 #, python-format msgid "see %s" msgstr "погледни %s" -#: sphinx/environment.py:1883 +#: sphinx/environment.py:1819 #, python-format msgid "see also %s" msgstr "погледни %s" -#: sphinx/environment.py:1941 +#: sphinx/environment.py:1879 msgid "Symbols" msgstr "Симболи" @@ -58,11 +58,10 @@ msgstr "Симболи" msgid "Python Enhancement Proposals; PEP %s" msgstr "Предлог за подобрување на Python; PEP %s" -#: sphinx/transforms.py:58 sphinx/writers/latex.py:212 -#: sphinx/writers/manpage.py:67 sphinx/writers/texinfo.py:221 -#, python-format -msgid "%B %d, %Y" -msgstr "%d %B, %Y" +#: sphinx/transforms.py:56 sphinx/writers/latex.py:357 +#: sphinx/writers/manpage.py:101 sphinx/writers/texinfo.py:222 +msgid "MMMM dd, YYYY" +msgstr "" #: sphinx/builders/changes.py:75 msgid "Builtins" @@ -72,64 +71,63 @@ msgstr "Вградени" msgid "Module level" msgstr "Ниво на модул" -#: sphinx/builders/html.py:291 -#, python-format -msgid "%b %d, %Y" -msgstr "%d %b, %Y" +#: sphinx/builders/html.py:295 +msgid "MMM dd, YYYY" +msgstr "" -#: sphinx/builders/html.py:310 sphinx/themes/basic/defindex.html:30 +#: sphinx/builders/html.py:315 sphinx/themes/basic/defindex.html:30 msgid "General Index" msgstr "Главна содржина" -#: sphinx/builders/html.py:310 +#: sphinx/builders/html.py:315 msgid "index" msgstr "содржина" -#: sphinx/builders/html.py:371 +#: sphinx/builders/html.py:376 msgid "next" msgstr "следна" -#: sphinx/builders/html.py:380 +#: sphinx/builders/html.py:385 msgid "previous" msgstr "претходна" -#: sphinx/builders/latex.py:144 sphinx/builders/texinfo.py:198 +#: sphinx/builders/latex.py:165 sphinx/builders/texinfo.py:199 msgid " (in " msgstr " (во " -#: sphinx/directives/other.py:150 +#: sphinx/directives/other.py:149 msgid "Section author: " msgstr "Автор на секцијата:" -#: sphinx/directives/other.py:152 +#: sphinx/directives/other.py:151 msgid "Module author: " msgstr "Автор на модул:" -#: sphinx/directives/other.py:154 +#: sphinx/directives/other.py:153 msgid "Code author: " msgstr "Автор на код:" -#: sphinx/directives/other.py:156 +#: sphinx/directives/other.py:155 msgid "Author: " msgstr "Автор: " -#: sphinx/domains/__init__.py:273 +#: sphinx/domains/__init__.py:275 #, python-format msgid "%s %s" msgstr "%s %s" -#: sphinx/domains/c.py:58 sphinx/domains/cpp.py:2408 -#: sphinx/domains/python.py:122 +#: sphinx/domains/c.py:58 sphinx/domains/cpp.py:3605 +#: sphinx/domains/python.py:124 msgid "Parameters" msgstr "Параметри" -#: sphinx/domains/c.py:61 sphinx/domains/cpp.py:2414 -#: sphinx/domains/javascript.py:128 sphinx/domains/python.py:134 +#: sphinx/domains/c.py:61 sphinx/domains/cpp.py:3614 +#: sphinx/domains/javascript.py:128 sphinx/domains/python.py:136 msgid "Returns" msgstr "Враќа" #: sphinx/domains/c.py:63 sphinx/domains/javascript.py:130 -#: sphinx/domains/python.py:136 +#: sphinx/domains/python.py:138 msgid "Return type" msgstr "Повратен тип" @@ -158,12 +156,12 @@ msgstr "%s (C тип)" msgid "%s (C variable)" msgstr "%s (C променлива)" -#: sphinx/domains/c.py:242 sphinx/domains/cpp.py:2680 -#: sphinx/domains/javascript.py:164 sphinx/domains/python.py:587 +#: sphinx/domains/c.py:242 sphinx/domains/cpp.py:3953 +#: sphinx/domains/javascript.py:164 sphinx/domains/python.py:589 msgid "function" msgstr "функција" -#: sphinx/domains/c.py:243 sphinx/domains/cpp.py:2681 +#: sphinx/domains/c.py:243 sphinx/domains/cpp.py:3954 msgid "member" msgstr "член" @@ -171,7 +169,7 @@ msgstr "член" msgid "macro" msgstr "макро" -#: sphinx/domains/c.py:245 sphinx/domains/cpp.py:2682 +#: sphinx/domains/c.py:245 sphinx/domains/cpp.py:3955 msgid "type" msgstr "тип" @@ -179,59 +177,64 @@ msgstr "тип" msgid "variable" msgstr "променлива" -#: sphinx/domains/cpp.py:2411 sphinx/domains/javascript.py:125 +#: sphinx/domains/cpp.py:3608 +#, fuzzy +msgid "Template Parameters" +msgstr "Параметри" + +#: sphinx/domains/cpp.py:3611 sphinx/domains/javascript.py:125 msgid "Throws" msgstr "Фрла" -#: sphinx/domains/cpp.py:2518 +#: sphinx/domains/cpp.py:3733 #, python-format msgid "%s (C++ type)" msgstr "%s (C++ тип)" -#: sphinx/domains/cpp.py:2531 +#: sphinx/domains/cpp.py:3744 #, python-format msgid "%s (C++ member)" msgstr "%s (C++ член)" -#: sphinx/domains/cpp.py:2543 +#: sphinx/domains/cpp.py:3755 #, python-format msgid "%s (C++ function)" msgstr "%s (C++ функција)" -#: sphinx/domains/cpp.py:2555 +#: sphinx/domains/cpp.py:3766 #, python-format msgid "%s (C++ class)" msgstr "%s (C++ класа)" -#: sphinx/domains/cpp.py:2579 +#: sphinx/domains/cpp.py:3786 #, python-format msgid "%s (C++ enum)" msgstr "" -#: sphinx/domains/cpp.py:2617 +#: sphinx/domains/cpp.py:3816 #, python-format msgid "%s (C++ enumerator)" msgstr "" -#: sphinx/domains/cpp.py:2679 sphinx/domains/javascript.py:165 -#: sphinx/domains/python.py:589 +#: sphinx/domains/cpp.py:3952 sphinx/domains/javascript.py:165 +#: sphinx/domains/python.py:591 msgid "class" msgstr "класа" -#: sphinx/domains/cpp.py:2683 +#: sphinx/domains/cpp.py:3956 msgid "enum" msgstr "" -#: sphinx/domains/cpp.py:2684 +#: sphinx/domains/cpp.py:3957 msgid "enumerator" msgstr "" -#: sphinx/domains/javascript.py:106 sphinx/domains/python.py:280 +#: sphinx/domains/javascript.py:106 sphinx/domains/python.py:282 #, python-format msgid "%s() (built-in function)" msgstr "%s() (вградена функција)" -#: sphinx/domains/javascript.py:107 sphinx/domains/python.py:344 +#: sphinx/domains/javascript.py:107 sphinx/domains/python.py:346 #, python-format msgid "%s() (%s method)" msgstr "%s() (%s метод)" @@ -246,7 +249,7 @@ msgstr "%s() (класа)" msgid "%s (global variable or constant)" msgstr "" -#: sphinx/domains/javascript.py:113 sphinx/domains/python.py:382 +#: sphinx/domains/javascript.py:113 sphinx/domains/python.py:384 #, python-format msgid "%s (%s attribute)" msgstr "" @@ -255,116 +258,116 @@ msgstr "" msgid "Arguments" msgstr "" -#: sphinx/domains/javascript.py:166 sphinx/domains/python.py:588 +#: sphinx/domains/javascript.py:166 sphinx/domains/python.py:590 msgid "data" msgstr "" -#: sphinx/domains/javascript.py:167 sphinx/domains/python.py:594 +#: sphinx/domains/javascript.py:167 sphinx/domains/python.py:596 msgid "attribute" msgstr "" -#: sphinx/domains/python.py:127 +#: sphinx/domains/python.py:129 msgid "Variables" msgstr "" -#: sphinx/domains/python.py:131 +#: sphinx/domains/python.py:133 msgid "Raises" msgstr "" -#: sphinx/domains/python.py:281 sphinx/domains/python.py:338 -#: sphinx/domains/python.py:350 sphinx/domains/python.py:363 +#: sphinx/domains/python.py:283 sphinx/domains/python.py:340 +#: sphinx/domains/python.py:352 sphinx/domains/python.py:365 #, python-format msgid "%s() (in module %s)" msgstr "" -#: sphinx/domains/python.py:284 +#: sphinx/domains/python.py:286 #, python-format msgid "%s (built-in variable)" msgstr "" -#: sphinx/domains/python.py:285 sphinx/domains/python.py:376 +#: sphinx/domains/python.py:287 sphinx/domains/python.py:378 #, python-format msgid "%s (in module %s)" msgstr "" -#: sphinx/domains/python.py:301 +#: sphinx/domains/python.py:303 #, python-format msgid "%s (built-in class)" msgstr "" -#: sphinx/domains/python.py:302 +#: sphinx/domains/python.py:304 #, python-format msgid "%s (class in %s)" msgstr "" -#: sphinx/domains/python.py:342 +#: sphinx/domains/python.py:344 #, python-format msgid "%s() (%s.%s method)" msgstr "" -#: sphinx/domains/python.py:354 +#: sphinx/domains/python.py:356 #, python-format msgid "%s() (%s.%s static method)" msgstr "" -#: sphinx/domains/python.py:357 +#: sphinx/domains/python.py:359 #, python-format msgid "%s() (%s static method)" msgstr "" -#: sphinx/domains/python.py:367 +#: sphinx/domains/python.py:369 #, python-format msgid "%s() (%s.%s class method)" msgstr "" -#: sphinx/domains/python.py:370 +#: sphinx/domains/python.py:372 #, python-format msgid "%s() (%s class method)" msgstr "" -#: sphinx/domains/python.py:380 +#: sphinx/domains/python.py:382 #, python-format msgid "%s (%s.%s attribute)" msgstr "" -#: sphinx/domains/python.py:461 +#: sphinx/domains/python.py:463 #, python-format msgid "%s (module)" msgstr "" -#: sphinx/domains/python.py:518 +#: sphinx/domains/python.py:520 msgid "Python Module Index" msgstr "" -#: sphinx/domains/python.py:519 +#: sphinx/domains/python.py:521 msgid "modules" msgstr "" -#: sphinx/domains/python.py:565 +#: sphinx/domains/python.py:567 msgid "Deprecated" msgstr "" -#: sphinx/domains/python.py:590 sphinx/locale/__init__.py:181 +#: sphinx/domains/python.py:592 sphinx/locale/__init__.py:183 msgid "exception" msgstr "" -#: sphinx/domains/python.py:591 +#: sphinx/domains/python.py:593 msgid "method" msgstr "" -#: sphinx/domains/python.py:592 +#: sphinx/domains/python.py:594 msgid "class method" msgstr "" -#: sphinx/domains/python.py:593 +#: sphinx/domains/python.py:595 msgid "static method" msgstr "" -#: sphinx/domains/python.py:595 sphinx/locale/__init__.py:177 +#: sphinx/domains/python.py:597 sphinx/locale/__init__.py:179 msgid "module" msgstr "" -#: sphinx/domains/python.py:760 +#: sphinx/domains/python.py:762 msgid " (deprecated)" msgstr "" @@ -396,64 +399,64 @@ msgstr "" msgid "%scommand line option; %s" msgstr "" -#: sphinx/domains/std.py:443 +#: sphinx/domains/std.py:433 msgid "glossary term" msgstr "" -#: sphinx/domains/std.py:444 +#: sphinx/domains/std.py:434 msgid "grammar token" msgstr "" -#: sphinx/domains/std.py:445 +#: sphinx/domains/std.py:435 msgid "reference label" msgstr "" -#: sphinx/domains/std.py:447 +#: sphinx/domains/std.py:437 msgid "environment variable" msgstr "" -#: sphinx/domains/std.py:448 +#: sphinx/domains/std.py:438 msgid "program option" msgstr "" -#: sphinx/domains/std.py:481 sphinx/themes/basic/genindex-single.html:32 +#: sphinx/domains/std.py:471 sphinx/themes/basic/genindex-single.html:32 #: sphinx/themes/basic/genindex-single.html:57 #: sphinx/themes/basic/genindex-split.html:11 #: sphinx/themes/basic/genindex-split.html:14 #: sphinx/themes/basic/genindex.html:32 sphinx/themes/basic/genindex.html:35 #: sphinx/themes/basic/genindex.html:68 sphinx/themes/basic/layout.html:134 -#: sphinx/writers/latex.py:201 sphinx/writers/texinfo.py:479 +#: sphinx/writers/latex.py:346 sphinx/writers/texinfo.py:481 msgid "Index" msgstr "" -#: sphinx/domains/std.py:482 +#: sphinx/domains/std.py:472 msgid "Module Index" msgstr "" -#: sphinx/domains/std.py:483 sphinx/themes/basic/defindex.html:25 +#: sphinx/domains/std.py:473 sphinx/themes/basic/defindex.html:25 msgid "Search Page" msgstr "" -#: sphinx/ext/autodoc.py:1139 +#: sphinx/ext/autodoc.py:1265 #, python-format msgid " Bases: %s" msgstr "" -#: sphinx/ext/autodoc.py:1181 +#: sphinx/ext/autodoc.py:1318 #, python-format msgid "alias of :class:`%s`" msgstr "" -#: sphinx/ext/graphviz.py:293 sphinx/ext/graphviz.py:301 +#: sphinx/ext/graphviz.py:307 sphinx/ext/graphviz.py:316 #, python-format msgid "[graph: %s]" msgstr "" -#: sphinx/ext/graphviz.py:295 sphinx/ext/graphviz.py:303 +#: sphinx/ext/graphviz.py:309 sphinx/ext/graphviz.py:318 msgid "[graph]" msgstr "" -#: sphinx/ext/intersphinx.py:257 +#: sphinx/ext/intersphinx.py:359 #, python-format msgid "(in %s v%s)" msgstr "" @@ -462,112 +465,116 @@ msgstr "" msgid "[source]" msgstr "" -#: sphinx/ext/todo.py:43 +#: sphinx/ext/todo.py:56 msgid "Todo" msgstr "" -#: sphinx/ext/todo.py:113 -#, python-format -msgid "(The <> is located in %s, line %d.)" +#: sphinx/ext/todo.py:129 +msgid "<>" msgstr "" -#: sphinx/ext/todo.py:122 +#: sphinx/ext/todo.py:132 +#, python-format +msgid "(The <> is located in %s, line %d.)" +msgstr "" + +#: sphinx/ext/todo.py:141 msgid "original entry" msgstr "" -#: sphinx/ext/viewcode.py:158 +#: sphinx/ext/viewcode.py:162 msgid "[docs]" msgstr "" -#: sphinx/ext/viewcode.py:172 +#: sphinx/ext/viewcode.py:176 msgid "Module code" msgstr "" -#: sphinx/ext/viewcode.py:178 +#: sphinx/ext/viewcode.py:182 #, python-format msgid "

Source code for %s

" msgstr "" -#: sphinx/ext/viewcode.py:204 +#: sphinx/ext/viewcode.py:208 msgid "Overview: module code" msgstr "" -#: sphinx/ext/viewcode.py:205 +#: sphinx/ext/viewcode.py:209 msgid "

All modules for which code is available

" msgstr "" -#: sphinx/locale/__init__.py:157 +#: sphinx/locale/__init__.py:159 msgid "Attention" msgstr "" -#: sphinx/locale/__init__.py:158 +#: sphinx/locale/__init__.py:160 msgid "Caution" msgstr "" -#: sphinx/locale/__init__.py:159 +#: sphinx/locale/__init__.py:161 msgid "Danger" msgstr "" -#: sphinx/locale/__init__.py:160 +#: sphinx/locale/__init__.py:162 msgid "Error" msgstr "" -#: sphinx/locale/__init__.py:161 +#: sphinx/locale/__init__.py:163 msgid "Hint" msgstr "" -#: sphinx/locale/__init__.py:162 +#: sphinx/locale/__init__.py:164 msgid "Important" msgstr "" -#: sphinx/locale/__init__.py:163 +#: sphinx/locale/__init__.py:165 msgid "Note" msgstr "" -#: sphinx/locale/__init__.py:164 +#: sphinx/locale/__init__.py:166 msgid "See also" msgstr "" -#: sphinx/locale/__init__.py:165 +#: sphinx/locale/__init__.py:167 msgid "Tip" msgstr "" -#: sphinx/locale/__init__.py:166 +#: sphinx/locale/__init__.py:168 msgid "Warning" msgstr "" -#: sphinx/locale/__init__.py:170 -#, python-format -msgid "New in version %s" -msgstr "" - -#: sphinx/locale/__init__.py:171 -#, python-format -msgid "Changed in version %s" -msgstr "" - #: sphinx/locale/__init__.py:172 #, python-format +msgid "New in version %s" +msgstr "" + +#: sphinx/locale/__init__.py:173 +#, python-format +msgid "Changed in version %s" +msgstr "" + +#: sphinx/locale/__init__.py:174 +#, python-format msgid "Deprecated since version %s" msgstr "" -#: sphinx/locale/__init__.py:178 +#: sphinx/locale/__init__.py:180 msgid "keyword" msgstr "" -#: sphinx/locale/__init__.py:179 +#: sphinx/locale/__init__.py:181 msgid "operator" msgstr "" -#: sphinx/locale/__init__.py:180 +#: sphinx/locale/__init__.py:182 msgid "object" msgstr "" -#: sphinx/locale/__init__.py:182 +#: sphinx/locale/__init__.py:184 msgid "statement" msgstr "" -#: sphinx/locale/__init__.py:183 +#: sphinx/locale/__init__.py:185 msgid "built-in function" msgstr "" @@ -732,23 +739,20 @@ msgid "" " containing fewer words won't appear in the result list." msgstr "" -#: sphinx/themes/basic/search.html:39 -#: sphinx/themes/basic/searchresults.html:17 +#: sphinx/themes/basic/search.html:39 sphinx/themes/basic/searchresults.html:17 msgid "search" msgstr "" -#: sphinx/themes/basic/search.html:43 -#: sphinx/themes/basic/searchresults.html:21 -#: sphinx/themes/basic/static/searchtools.js_t:281 +#: sphinx/themes/basic/search.html:43 sphinx/themes/basic/searchresults.html:21 +#: sphinx/themes/basic/static/searchtools.js_t:282 msgid "Search Results" msgstr "" -#: sphinx/themes/basic/search.html:45 -#: sphinx/themes/basic/searchresults.html:23 -#: sphinx/themes/basic/static/searchtools.js_t:283 +#: sphinx/themes/basic/search.html:45 sphinx/themes/basic/searchresults.html:23 +#: sphinx/themes/basic/static/searchtools.js_t:284 msgid "" -"Your search did not match any documents. Please make sure that all words are" -" spelled correctly and that you've selected enough categories." +"Your search did not match any documents. Please make sure that all words " +"are spelled correctly and that you've selected enough categories." msgstr "" #: sphinx/themes/basic/searchbox.html:12 @@ -787,33 +791,33 @@ msgstr "" msgid "Other changes" msgstr "" -#: sphinx/themes/basic/static/doctools.js:166 sphinx/writers/html.py:610 -#: sphinx/writers/html.py:615 +#: sphinx/themes/basic/static/doctools.js_t:169 sphinx/writers/html.py:668 +#: sphinx/writers/html.py:673 msgid "Permalink to this headline" msgstr "" -#: sphinx/themes/basic/static/doctools.js:172 sphinx/writers/html.py:107 +#: sphinx/themes/basic/static/doctools.js_t:175 sphinx/writers/html.py:105 msgid "Permalink to this definition" msgstr "" -#: sphinx/themes/basic/static/doctools.js:205 +#: sphinx/themes/basic/static/doctools.js_t:208 msgid "Hide Search Matches" msgstr "" -#: sphinx/themes/basic/static/searchtools.js_t:119 +#: sphinx/themes/basic/static/searchtools.js_t:121 msgid "Searching" msgstr "" -#: sphinx/themes/basic/static/searchtools.js_t:124 +#: sphinx/themes/basic/static/searchtools.js_t:126 msgid "Preparing search..." msgstr "" -#: sphinx/themes/basic/static/searchtools.js_t:285 +#: sphinx/themes/basic/static/searchtools.js_t:286 #, python-format msgid "Search finished, found %s page(s) matching the search query." msgstr "" -#: sphinx/themes/basic/static/searchtools.js_t:337 +#: sphinx/themes/basic/static/searchtools.js_t:338 msgid ", in " msgstr "" @@ -830,44 +834,58 @@ msgstr "" msgid "Contents" msgstr "" -#: sphinx/writers/html.py:334 +#: sphinx/writers/html.py:349 msgid "Permalink to this code" msgstr "" -#: sphinx/writers/html.py:337 +#: sphinx/writers/html.py:353 msgid "Permalink to this image" msgstr "" -#: sphinx/writers/html.py:339 +#: sphinx/writers/html.py:355 msgid "Permalink to this toctree" msgstr "" -#: sphinx/writers/html.py:619 +#: sphinx/writers/html.py:677 msgid "Permalink to this table" msgstr "" -#: sphinx/writers/latex.py:199 +#: sphinx/writers/latex.py:344 msgid "Release" msgstr "" -#: sphinx/writers/latex.py:697 sphinx/writers/manpage.py:177 -#: sphinx/writers/texinfo.py:616 +#: sphinx/writers/latex.py:408 +msgid "page" +msgstr "" + +#: sphinx/writers/latex.py:908 sphinx/writers/manpage.py:226 +#: sphinx/writers/texinfo.py:620 msgid "Footnotes" msgstr "" -#: sphinx/writers/latex.py:785 +#: sphinx/writers/latex.py:1010 msgid "continued from previous page" msgstr "" -#: sphinx/writers/latex.py:791 +#: sphinx/writers/latex.py:1016 msgid "Continued on next page" msgstr "" -#: sphinx/writers/manpage.py:223 sphinx/writers/text.py:541 +#: sphinx/writers/manpage.py:275 sphinx/writers/text.py:582 #, python-format msgid "[image: %s]" msgstr "" -#: sphinx/writers/manpage.py:224 sphinx/writers/text.py:542 +#: sphinx/writers/manpage.py:276 sphinx/writers/text.py:583 msgid "[image]" msgstr "" + +#~ msgid "%B %d, %Y" +#~ msgstr "%d %B, %Y" + +#~ msgid "%b %d, %Y" +#~ msgstr "%d %b, %Y" + +#~ msgid "(The <> is located in %s, line %d.)" +#~ msgstr "" + diff --git a/sphinx/locale/nb_NO/LC_MESSAGES/sphinx.js b/sphinx/locale/nb_NO/LC_MESSAGES/sphinx.js index ae01bb815..f2ea84ecb 100644 --- a/sphinx/locale/nb_NO/LC_MESSAGES/sphinx.js +++ b/sphinx/locale/nb_NO/LC_MESSAGES/sphinx.js @@ -1 +1 @@ -Documentation.addTranslations({"locale": "nb_NO", "plural_expr": "(n != 1)", "messages": {"Next topic": "Neste emne", "Index": "Index", "%(filename)s — %(docstitle)s": "%(filename)s — %(docstitle)s", "Welcome! This is": "", "Copyright": "Copyright", "C API changes": "Endringer i C API", "quick access to all modules": "snarvei til alle moduler", "© Copyright %(copyright)s.": "© Copyright %(copyright)s.", "Global Module Index": "Global Modulindex", "Your search did not match any documents. Please make sure that all words are spelled correctly and that you've selected enough categories.": "", "Index – %(key)s": "Index – %(key)s", "General Index": "Hovedindex", "next chapter": "neste kapittel", "Search finished, found %s page(s) matching the search query.": "", "previous chapter": "Forrige kapittel", "Permalink to this headline": "Permalink til denne oversikten", "About these documents": "Om disse dokumenter", "Preparing search...": "", ", in ": "", "Navigation": "Navigering", "Expand sidebar": "Utvid sidepanelet", "the documentation for": "", "Complete Table of Contents": "Komplett Innholdsfortegnelse", "Contents": "Innhold", "can be huge": "kan bli stor", "Changes in Version %(version)s — %(docstitle)s": "Endringer i version %(version)s — %(docstitle)s", "Other changes": "Andre endringer", "Hide Search Matches": "Skjul s\u00f8keresultat", "Quick search": "Hurtigs\u00f8k", "Show Source": "Vis kildekode", "Search": "S\u00f8k", "This Page": "Denne siden", "From here you can search these documents. Enter your search\n words into the box below and click \"search\". Note that the search\n function will automatically search for all of the words. Pages\n containing fewer words won't appear in the result list.": "her kan du s\u00f8ke blant disse dokumentene. Angi s\u00f8keord nedfor og klikk \"s\u00f8k\".\n S\u00f8ket m\u00e5 treffe p\u00e5 samtlige s\u00f8keord.", "Created using Sphinx %(sphinx_version)s.": "Lagd med Sphinx %(sphinx_version)s.", "last updated": "", "Collapse sidebar": "Skjul sidepanelet", "Go": "G\u00e5", "Table Of Contents": "Innholdsfortegnelse", "Search within %(docstitle)s": "S\u00f8k blant %(docstitle)s", "all functions, classes, terms": "alla funksjoner, klasser, vilk\u00e5r", "Please activate JavaScript to enable the search\n functionality.": "Vennligst aktiver JavaScript for \u00e5 aktivere s\u00f8k.", "Indices and tables:": "Index og tabeller", "lists all sections and subsections": "liste over alle paragrafer og underparagrafer", "Index pages by letter": "Innholdsfortegnelse per bokstav", "search": "s\u00f8k", "Permalink to this definition": "Permalink til denne definisjonen", "Previous topic": "Forrige tittel", "Overview": "Oversikt", "Last updated on %(last_updated)s.": "Sist oppdatert %(last_updated)s.", "Searching": "", "search this documentation": "s\u00f8k i dette dokumentet", "Automatically generated list of changes in version %(version)s": "Automatisk generert liste over endringer i versjon %(version)s", "Full index on one page": "Hele innholdsfortegnelsen p\u00e5 en side", "Enter search terms or a module, class or function name.": "Angi s\u00f8keord eller modul-, klasse- eller funksjonsnavn.", "© Copyright %(copyright)s.": "© Copyright %(copyright)s.", "Library changes": "Endringer i biblioteket", "Search Page": "S\u00f8keside", "Search Results": "S\u00f8keresultat"}}); \ No newline at end of file +Documentation.addTranslations({"locale": "nb_NO", "messages": {"%(filename)s — %(docstitle)s": "%(filename)s — %(docstitle)s", "© Copyright %(copyright)s.": "© Copyright %(copyright)s.", "© Copyright %(copyright)s.": "© Copyright %(copyright)s.", ", in ": "", "About these documents": "Om disse dokumenter", "Automatically generated list of changes in version %(version)s": "Automatisk generert liste over endringer i versjon %(version)s", "C API changes": "Endringer i C API", "Changes in Version %(version)s — %(docstitle)s": "Endringer i version %(version)s — %(docstitle)s", "Collapse sidebar": "Skjul sidepanelet", "Complete Table of Contents": "Komplett Innholdsfortegnelse", "Contents": "Innhold", "Copyright": "Copyright", "Created using Sphinx %(sphinx_version)s.": "Lagd med Sphinx %(sphinx_version)s.", "Enter search terms or a module, class or function name.": "Angi s\u00f8keord eller modul-, klasse- eller funksjonsnavn.", "Expand sidebar": "Utvid sidepanelet", "From here you can search these documents. Enter your search\n words into the box below and click \"search\". Note that the search\n function will automatically search for all of the words. Pages\n containing fewer words won't appear in the result list.": "her kan du s\u00f8ke blant disse dokumentene. Angi s\u00f8keord nedfor og klikk \"s\u00f8k\".\n S\u00f8ket m\u00e5 treffe p\u00e5 samtlige s\u00f8keord.", "Full index on one page": "Hele innholdsfortegnelsen p\u00e5 en side", "General Index": "Hovedindex", "Global Module Index": "Global Modulindex", "Go": "G\u00e5", "Hide Search Matches": "Skjul s\u00f8keresultat", "Index": "Index", "Index – %(key)s": "Index – %(key)s", "Index pages by letter": "Innholdsfortegnelse per bokstav", "Indices and tables:": "Index og tabeller", "Last updated on %(last_updated)s.": "Sist oppdatert %(last_updated)s.", "Library changes": "Endringer i biblioteket", "Navigation": "Navigering", "Next topic": "Neste emne", "Other changes": "Andre endringer", "Overview": "Oversikt", "Permalink to this definition": "Permalink til denne definisjonen", "Permalink to this headline": "Permalink til denne oversikten", "Please activate JavaScript to enable the search\n functionality.": "Vennligst aktiver JavaScript for \u00e5 aktivere s\u00f8k.", "Preparing search...": "", "Previous topic": "Forrige tittel", "Quick search": "Hurtigs\u00f8k", "Search": "S\u00f8k", "Search Page": "S\u00f8keside", "Search Results": "S\u00f8keresultat", "Search finished, found %s page(s) matching the search query.": "", "Search within %(docstitle)s": "S\u00f8k blant %(docstitle)s", "Searching": "", "Show Source": "Vis kildekode", "Table Of Contents": "Innholdsfortegnelse", "This Page": "Denne siden", "Welcome! This is": "", "Your search did not match any documents. Please make sure that all words are spelled correctly and that you've selected enough categories.": "", "all functions, classes, terms": "alla funksjoner, klasser, vilk\u00e5r", "can be huge": "kan bli stor", "last updated": "", "lists all sections and subsections": "liste over alle paragrafer og underparagrafer", "next chapter": "neste kapittel", "previous chapter": "Forrige kapittel", "quick access to all modules": "snarvei til alle moduler", "search": "s\u00f8k", "search this documentation": "s\u00f8k i dette dokumentet", "the documentation for": ""}, "plural_expr": "(n != 1)"}); \ No newline at end of file diff --git a/sphinx/locale/nb_NO/LC_MESSAGES/sphinx.mo b/sphinx/locale/nb_NO/LC_MESSAGES/sphinx.mo index dcc00ede6..1de5deaa3 100644 Binary files a/sphinx/locale/nb_NO/LC_MESSAGES/sphinx.mo and b/sphinx/locale/nb_NO/LC_MESSAGES/sphinx.mo differ diff --git a/sphinx/locale/nb_NO/LC_MESSAGES/sphinx.po b/sphinx/locale/nb_NO/LC_MESSAGES/sphinx.po index afe569162..adc9172a4 100644 --- a/sphinx/locale/nb_NO/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/nb_NO/LC_MESSAGES/sphinx.po @@ -1,54 +1,55 @@ -# Translations template for Sphinx. -# Copyright (C) 2015 ORGANIZATION +# Norwegian Bokmål (Norway) translations for Sphinx. +# Copyright (C) 2016 ORGANIZATION # This file is distributed under the same license as the Sphinx project. -# -# Translators: +# FIRST AUTHOR , 2016. +# msgid "" msgstr "" -"Project-Id-Version: Sphinx\n" +"Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2015-03-08 23:31+0900\n" +"POT-Creation-Date: 2016-02-14 22:15+0900\n" "PO-Revision-Date: 2015-03-08 14:35+0000\n" "Last-Translator: Takayuki Shimizukawa \n" -"Language-Team: Norwegian Bokmål (Norway) (http://www.transifex.com/projects/p/sphinx-1/language/nb_NO/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 1.3\n" "Language: nb_NO\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"Language-Team: Norwegian Bokmål (Norway) " +"(http://www.transifex.com/projects/p/sphinx-1/language/nb_NO/)\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.2.0\n" -#: sphinx/config.py:80 +#: sphinx/config.py:84 #, python-format msgid "Fig. %s" msgstr "" -#: sphinx/config.py:81 +#: sphinx/config.py:85 #, python-format msgid "Table %s" msgstr "" -#: sphinx/config.py:82 +#: sphinx/config.py:86 #, python-format msgid "Listing %s" msgstr "" -#: sphinx/config.py:89 +#: sphinx/config.py:93 #, python-format msgid "%s %s documentation" msgstr "" -#: sphinx/environment.py:1880 +#: sphinx/environment.py:1815 #, python-format msgid "see %s" msgstr "se %s" -#: sphinx/environment.py:1883 +#: sphinx/environment.py:1819 #, python-format msgid "see also %s" msgstr "se også %s" -#: sphinx/environment.py:1941 +#: sphinx/environment.py:1879 msgid "Symbols" msgstr "" @@ -57,11 +58,10 @@ msgstr "" msgid "Python Enhancement Proposals; PEP %s" msgstr "Python Enhancement Proposals; PEP %s" -#: sphinx/transforms.py:58 sphinx/writers/latex.py:212 -#: sphinx/writers/manpage.py:67 sphinx/writers/texinfo.py:221 -#, python-format -msgid "%B %d, %Y" -msgstr "%B %d, %Y" +#: sphinx/transforms.py:56 sphinx/writers/latex.py:357 +#: sphinx/writers/manpage.py:101 sphinx/writers/texinfo.py:222 +msgid "MMMM dd, YYYY" +msgstr "" #: sphinx/builders/changes.py:75 msgid "Builtins" @@ -71,64 +71,63 @@ msgstr "Innebygde" msgid "Module level" msgstr "Modulnivå" -#: sphinx/builders/html.py:291 -#, python-format -msgid "%b %d, %Y" -msgstr "%b %d, %Y" +#: sphinx/builders/html.py:295 +msgid "MMM dd, YYYY" +msgstr "" -#: sphinx/builders/html.py:310 sphinx/themes/basic/defindex.html:30 +#: sphinx/builders/html.py:315 sphinx/themes/basic/defindex.html:30 msgid "General Index" msgstr "Hovedindex" -#: sphinx/builders/html.py:310 +#: sphinx/builders/html.py:315 msgid "index" msgstr "index" -#: sphinx/builders/html.py:371 +#: sphinx/builders/html.py:376 msgid "next" msgstr "neste" -#: sphinx/builders/html.py:380 +#: sphinx/builders/html.py:385 msgid "previous" msgstr "forrige" -#: sphinx/builders/latex.py:144 sphinx/builders/texinfo.py:198 +#: sphinx/builders/latex.py:165 sphinx/builders/texinfo.py:199 msgid " (in " msgstr "(i " -#: sphinx/directives/other.py:150 +#: sphinx/directives/other.py:149 msgid "Section author: " msgstr "Seksjon forfatter: " -#: sphinx/directives/other.py:152 +#: sphinx/directives/other.py:151 msgid "Module author: " msgstr "Modul forfattar: " -#: sphinx/directives/other.py:154 +#: sphinx/directives/other.py:153 msgid "Code author: " msgstr "Kildekode forfatter: " -#: sphinx/directives/other.py:156 +#: sphinx/directives/other.py:155 msgid "Author: " msgstr "Forfatter: " -#: sphinx/domains/__init__.py:273 +#: sphinx/domains/__init__.py:275 #, python-format msgid "%s %s" msgstr "%s %s" -#: sphinx/domains/c.py:58 sphinx/domains/cpp.py:2408 -#: sphinx/domains/python.py:122 +#: sphinx/domains/c.py:58 sphinx/domains/cpp.py:3605 +#: sphinx/domains/python.py:124 msgid "Parameters" msgstr "Parametere" -#: sphinx/domains/c.py:61 sphinx/domains/cpp.py:2414 -#: sphinx/domains/javascript.py:128 sphinx/domains/python.py:134 +#: sphinx/domains/c.py:61 sphinx/domains/cpp.py:3614 +#: sphinx/domains/javascript.py:128 sphinx/domains/python.py:136 msgid "Returns" msgstr "Returnere" #: sphinx/domains/c.py:63 sphinx/domains/javascript.py:130 -#: sphinx/domains/python.py:136 +#: sphinx/domains/python.py:138 msgid "Return type" msgstr "Retur type" @@ -157,12 +156,12 @@ msgstr "%s (C-type)" msgid "%s (C variable)" msgstr "%s (C-variabel)" -#: sphinx/domains/c.py:242 sphinx/domains/cpp.py:2680 -#: sphinx/domains/javascript.py:164 sphinx/domains/python.py:587 +#: sphinx/domains/c.py:242 sphinx/domains/cpp.py:3953 +#: sphinx/domains/javascript.py:164 sphinx/domains/python.py:589 msgid "function" msgstr "funksjon" -#: sphinx/domains/c.py:243 sphinx/domains/cpp.py:2681 +#: sphinx/domains/c.py:243 sphinx/domains/cpp.py:3954 msgid "member" msgstr "medlem" @@ -170,7 +169,7 @@ msgstr "medlem" msgid "macro" msgstr "makro" -#: sphinx/domains/c.py:245 sphinx/domains/cpp.py:2682 +#: sphinx/domains/c.py:245 sphinx/domains/cpp.py:3955 msgid "type" msgstr "type" @@ -178,59 +177,64 @@ msgstr "type" msgid "variable" msgstr "variabel" -#: sphinx/domains/cpp.py:2411 sphinx/domains/javascript.py:125 +#: sphinx/domains/cpp.py:3608 +#, fuzzy +msgid "Template Parameters" +msgstr "Parametere" + +#: sphinx/domains/cpp.py:3611 sphinx/domains/javascript.py:125 msgid "Throws" msgstr "Kaster" -#: sphinx/domains/cpp.py:2518 +#: sphinx/domains/cpp.py:3733 #, python-format msgid "%s (C++ type)" msgstr "%s (C++ type)" -#: sphinx/domains/cpp.py:2531 +#: sphinx/domains/cpp.py:3744 #, python-format msgid "%s (C++ member)" msgstr "%s (C++ medlem)" -#: sphinx/domains/cpp.py:2543 +#: sphinx/domains/cpp.py:3755 #, python-format msgid "%s (C++ function)" msgstr "%s (C++ funksjon)" -#: sphinx/domains/cpp.py:2555 +#: sphinx/domains/cpp.py:3766 #, python-format msgid "%s (C++ class)" msgstr "%s (C++ klasse)" -#: sphinx/domains/cpp.py:2579 +#: sphinx/domains/cpp.py:3786 #, python-format msgid "%s (C++ enum)" msgstr "" -#: sphinx/domains/cpp.py:2617 +#: sphinx/domains/cpp.py:3816 #, python-format msgid "%s (C++ enumerator)" msgstr "" -#: sphinx/domains/cpp.py:2679 sphinx/domains/javascript.py:165 -#: sphinx/domains/python.py:589 +#: sphinx/domains/cpp.py:3952 sphinx/domains/javascript.py:165 +#: sphinx/domains/python.py:591 msgid "class" msgstr "klasse" -#: sphinx/domains/cpp.py:2683 +#: sphinx/domains/cpp.py:3956 msgid "enum" msgstr "" -#: sphinx/domains/cpp.py:2684 +#: sphinx/domains/cpp.py:3957 msgid "enumerator" msgstr "" -#: sphinx/domains/javascript.py:106 sphinx/domains/python.py:280 +#: sphinx/domains/javascript.py:106 sphinx/domains/python.py:282 #, python-format msgid "%s() (built-in function)" msgstr "%s() (innebygd funksjon)" -#: sphinx/domains/javascript.py:107 sphinx/domains/python.py:344 +#: sphinx/domains/javascript.py:107 sphinx/domains/python.py:346 #, python-format msgid "%s() (%s method)" msgstr "%s() (%s metode)" @@ -245,7 +249,7 @@ msgstr "%s() (klasse)" msgid "%s (global variable or constant)" msgstr "%s (global variabel eller konstant)" -#: sphinx/domains/javascript.py:113 sphinx/domains/python.py:382 +#: sphinx/domains/javascript.py:113 sphinx/domains/python.py:384 #, python-format msgid "%s (%s attribute)" msgstr "%s (%s attribut)" @@ -254,116 +258,116 @@ msgstr "%s (%s attribut)" msgid "Arguments" msgstr "Argument" -#: sphinx/domains/javascript.py:166 sphinx/domains/python.py:588 +#: sphinx/domains/javascript.py:166 sphinx/domains/python.py:590 msgid "data" msgstr "data" -#: sphinx/domains/javascript.py:167 sphinx/domains/python.py:594 +#: sphinx/domains/javascript.py:167 sphinx/domains/python.py:596 msgid "attribute" msgstr "attributt" -#: sphinx/domains/python.py:127 +#: sphinx/domains/python.py:129 msgid "Variables" msgstr "Variabler" -#: sphinx/domains/python.py:131 +#: sphinx/domains/python.py:133 msgid "Raises" msgstr "Hever" -#: sphinx/domains/python.py:281 sphinx/domains/python.py:338 -#: sphinx/domains/python.py:350 sphinx/domains/python.py:363 +#: sphinx/domains/python.py:283 sphinx/domains/python.py:340 +#: sphinx/domains/python.py:352 sphinx/domains/python.py:365 #, python-format msgid "%s() (in module %s)" msgstr "%s() (i modul %s)" -#: sphinx/domains/python.py:284 +#: sphinx/domains/python.py:286 #, python-format msgid "%s (built-in variable)" msgstr "%s (innebygd variabel)" -#: sphinx/domains/python.py:285 sphinx/domains/python.py:376 +#: sphinx/domains/python.py:287 sphinx/domains/python.py:378 #, python-format msgid "%s (in module %s)" msgstr "%s (i modul %s)" -#: sphinx/domains/python.py:301 +#: sphinx/domains/python.py:303 #, python-format msgid "%s (built-in class)" msgstr "%s (innebygd klasse)" -#: sphinx/domains/python.py:302 +#: sphinx/domains/python.py:304 #, python-format msgid "%s (class in %s)" msgstr "%s (klasse i %s)" -#: sphinx/domains/python.py:342 +#: sphinx/domains/python.py:344 #, python-format msgid "%s() (%s.%s method)" msgstr "%s() (%s.%s metode)" -#: sphinx/domains/python.py:354 +#: sphinx/domains/python.py:356 #, python-format msgid "%s() (%s.%s static method)" msgstr "%s() (%s.%s statisk metode)" -#: sphinx/domains/python.py:357 +#: sphinx/domains/python.py:359 #, python-format msgid "%s() (%s static method)" msgstr "%s() (%s statisk metode)" -#: sphinx/domains/python.py:367 +#: sphinx/domains/python.py:369 #, python-format msgid "%s() (%s.%s class method)" msgstr "%s() (%s.%s klassemetode)" -#: sphinx/domains/python.py:370 +#: sphinx/domains/python.py:372 #, python-format msgid "%s() (%s class method)" msgstr "%s() (%s klassemetode)" -#: sphinx/domains/python.py:380 +#: sphinx/domains/python.py:382 #, python-format msgid "%s (%s.%s attribute)" msgstr "%s (%s.%s attributt)" -#: sphinx/domains/python.py:461 +#: sphinx/domains/python.py:463 #, python-format msgid "%s (module)" msgstr "%s (modul)" -#: sphinx/domains/python.py:518 +#: sphinx/domains/python.py:520 msgid "Python Module Index" msgstr "Python Modulindex" -#: sphinx/domains/python.py:519 +#: sphinx/domains/python.py:521 msgid "modules" msgstr "moduler" -#: sphinx/domains/python.py:565 +#: sphinx/domains/python.py:567 msgid "Deprecated" msgstr "Foreldet" -#: sphinx/domains/python.py:590 sphinx/locale/__init__.py:181 +#: sphinx/domains/python.py:592 sphinx/locale/__init__.py:183 msgid "exception" msgstr "untak" -#: sphinx/domains/python.py:591 +#: sphinx/domains/python.py:593 msgid "method" msgstr "metode" -#: sphinx/domains/python.py:592 +#: sphinx/domains/python.py:594 msgid "class method" msgstr "klassemetode" -#: sphinx/domains/python.py:593 +#: sphinx/domains/python.py:595 msgid "static method" msgstr "statisk metode" -#: sphinx/domains/python.py:595 sphinx/locale/__init__.py:177 +#: sphinx/domains/python.py:597 sphinx/locale/__init__.py:179 msgid "module" msgstr "modul" -#: sphinx/domains/python.py:760 +#: sphinx/domains/python.py:762 msgid " (deprecated)" msgstr " (foreldet)" @@ -395,64 +399,64 @@ msgstr "miljøvariabel; %s" msgid "%scommand line option; %s" msgstr "%skommandolinje valg; %s" -#: sphinx/domains/std.py:443 +#: sphinx/domains/std.py:433 msgid "glossary term" msgstr "ordliste" -#: sphinx/domains/std.py:444 +#: sphinx/domains/std.py:434 msgid "grammar token" msgstr "grammatikk token" -#: sphinx/domains/std.py:445 +#: sphinx/domains/std.py:435 msgid "reference label" msgstr "referanse-etikett" -#: sphinx/domains/std.py:447 +#: sphinx/domains/std.py:437 msgid "environment variable" msgstr "miljøvariabel" -#: sphinx/domains/std.py:448 +#: sphinx/domains/std.py:438 msgid "program option" msgstr "programvalg" -#: sphinx/domains/std.py:481 sphinx/themes/basic/genindex-single.html:32 +#: sphinx/domains/std.py:471 sphinx/themes/basic/genindex-single.html:32 #: sphinx/themes/basic/genindex-single.html:57 #: sphinx/themes/basic/genindex-split.html:11 #: sphinx/themes/basic/genindex-split.html:14 #: sphinx/themes/basic/genindex.html:32 sphinx/themes/basic/genindex.html:35 #: sphinx/themes/basic/genindex.html:68 sphinx/themes/basic/layout.html:134 -#: sphinx/writers/latex.py:201 sphinx/writers/texinfo.py:479 +#: sphinx/writers/latex.py:346 sphinx/writers/texinfo.py:481 msgid "Index" msgstr "Index" -#: sphinx/domains/std.py:482 +#: sphinx/domains/std.py:472 msgid "Module Index" msgstr "Modulindex" -#: sphinx/domains/std.py:483 sphinx/themes/basic/defindex.html:25 +#: sphinx/domains/std.py:473 sphinx/themes/basic/defindex.html:25 msgid "Search Page" msgstr "Søkeside" -#: sphinx/ext/autodoc.py:1139 +#: sphinx/ext/autodoc.py:1265 #, python-format msgid " Bases: %s" msgstr " Baser: %s" -#: sphinx/ext/autodoc.py:1181 +#: sphinx/ext/autodoc.py:1318 #, python-format msgid "alias of :class:`%s`" msgstr "alias for :class:`%s`" -#: sphinx/ext/graphviz.py:293 sphinx/ext/graphviz.py:301 +#: sphinx/ext/graphviz.py:307 sphinx/ext/graphviz.py:316 #, python-format msgid "[graph: %s]" msgstr "" -#: sphinx/ext/graphviz.py:295 sphinx/ext/graphviz.py:303 +#: sphinx/ext/graphviz.py:309 sphinx/ext/graphviz.py:318 msgid "[graph]" msgstr "" -#: sphinx/ext/intersphinx.py:257 +#: sphinx/ext/intersphinx.py:359 #, python-format msgid "(in %s v%s)" msgstr "" @@ -461,112 +465,117 @@ msgstr "" msgid "[source]" msgstr "[kilde]" -#: sphinx/ext/todo.py:43 +#: sphinx/ext/todo.py:56 msgid "Todo" msgstr "Todo" -#: sphinx/ext/todo.py:113 -#, python-format -msgid "(The <> is located in %s, line %d.)" +#: sphinx/ext/todo.py:129 +#, fuzzy +msgid "<>" +msgstr "opprinnelig oppføring" + +#: sphinx/ext/todo.py:132 +#, fuzzy, python-format +msgid "(The <> is located in %s, line %d.)" msgstr "(Den <> finnes i %s, på linje %d.)" -#: sphinx/ext/todo.py:122 +#: sphinx/ext/todo.py:141 msgid "original entry" msgstr "opprinnelig oppføring" -#: sphinx/ext/viewcode.py:158 +#: sphinx/ext/viewcode.py:162 msgid "[docs]" msgstr "[dokumentasjon]" -#: sphinx/ext/viewcode.py:172 +#: sphinx/ext/viewcode.py:176 msgid "Module code" msgstr "Modul kildekode" -#: sphinx/ext/viewcode.py:178 +#: sphinx/ext/viewcode.py:182 #, python-format msgid "

Source code for %s

" msgstr "

Kildekode for %s

" -#: sphinx/ext/viewcode.py:204 +#: sphinx/ext/viewcode.py:208 msgid "Overview: module code" msgstr "Oversikt: modulkildekode" -#: sphinx/ext/viewcode.py:205 +#: sphinx/ext/viewcode.py:209 msgid "

All modules for which code is available

" msgstr "

Alla moduler hvor kildekode finnes

" -#: sphinx/locale/__init__.py:157 +#: sphinx/locale/__init__.py:159 msgid "Attention" msgstr "Obs" -#: sphinx/locale/__init__.py:158 +#: sphinx/locale/__init__.py:160 msgid "Caution" msgstr "Advarsel" -#: sphinx/locale/__init__.py:159 +#: sphinx/locale/__init__.py:161 msgid "Danger" msgstr "Fare" -#: sphinx/locale/__init__.py:160 +#: sphinx/locale/__init__.py:162 msgid "Error" msgstr "Feil" -#: sphinx/locale/__init__.py:161 +#: sphinx/locale/__init__.py:163 msgid "Hint" msgstr "Hint" -#: sphinx/locale/__init__.py:162 +#: sphinx/locale/__init__.py:164 msgid "Important" msgstr "Viktig" -#: sphinx/locale/__init__.py:163 +#: sphinx/locale/__init__.py:165 msgid "Note" msgstr "Obs" -#: sphinx/locale/__init__.py:164 +#: sphinx/locale/__init__.py:166 msgid "See also" msgstr "Se også" -#: sphinx/locale/__init__.py:165 +#: sphinx/locale/__init__.py:167 msgid "Tip" msgstr "Tips" -#: sphinx/locale/__init__.py:166 +#: sphinx/locale/__init__.py:168 msgid "Warning" msgstr "Advarsel" -#: sphinx/locale/__init__.py:170 +#: sphinx/locale/__init__.py:172 #, python-format msgid "New in version %s" msgstr "Nytt i version %s" -#: sphinx/locale/__init__.py:171 +#: sphinx/locale/__init__.py:173 #, python-format msgid "Changed in version %s" msgstr "Endret i version %s" -#: sphinx/locale/__init__.py:172 +#: sphinx/locale/__init__.py:174 #, python-format msgid "Deprecated since version %s" msgstr "Foreldet siden version %s" -#: sphinx/locale/__init__.py:178 +#: sphinx/locale/__init__.py:180 msgid "keyword" msgstr "nøkkelord" -#: sphinx/locale/__init__.py:179 +#: sphinx/locale/__init__.py:181 msgid "operator" msgstr "operator" -#: sphinx/locale/__init__.py:180 +#: sphinx/locale/__init__.py:182 msgid "object" msgstr "objekt" -#: sphinx/locale/__init__.py:182 +#: sphinx/locale/__init__.py:184 msgid "statement" msgstr "uttrykk" -#: sphinx/locale/__init__.py:183 +#: sphinx/locale/__init__.py:185 msgid "built-in function" msgstr "innebygde funksjoner" @@ -729,25 +738,25 @@ msgid "" " words into the box below and click \"search\". Note that the search\n" " function will automatically search for all of the words. Pages\n" " containing fewer words won't appear in the result list." -msgstr "her kan du søke blant disse dokumentene. Angi søkeord nedfor og klikk \"søk\".\n Søket må treffe på samtlige søkeord." +msgstr "" +"her kan du søke blant disse dokumentene. Angi søkeord nedfor og klikk " +"\"søk\".\n" +" Søket må treffe på samtlige søkeord." -#: sphinx/themes/basic/search.html:39 -#: sphinx/themes/basic/searchresults.html:17 +#: sphinx/themes/basic/search.html:39 sphinx/themes/basic/searchresults.html:17 msgid "search" msgstr "søk" -#: sphinx/themes/basic/search.html:43 -#: sphinx/themes/basic/searchresults.html:21 -#: sphinx/themes/basic/static/searchtools.js_t:281 +#: sphinx/themes/basic/search.html:43 sphinx/themes/basic/searchresults.html:21 +#: sphinx/themes/basic/static/searchtools.js_t:282 msgid "Search Results" msgstr "Søkeresultat" -#: sphinx/themes/basic/search.html:45 -#: sphinx/themes/basic/searchresults.html:23 -#: sphinx/themes/basic/static/searchtools.js_t:283 +#: sphinx/themes/basic/search.html:45 sphinx/themes/basic/searchresults.html:23 +#: sphinx/themes/basic/static/searchtools.js_t:284 msgid "" -"Your search did not match any documents. Please make sure that all words are" -" spelled correctly and that you've selected enough categories." +"Your search did not match any documents. Please make sure that all words " +"are spelled correctly and that you've selected enough categories." msgstr "" #: sphinx/themes/basic/searchbox.html:12 @@ -786,33 +795,33 @@ msgstr "Endringer i C API" msgid "Other changes" msgstr "Andre endringer" -#: sphinx/themes/basic/static/doctools.js:166 sphinx/writers/html.py:610 -#: sphinx/writers/html.py:615 +#: sphinx/themes/basic/static/doctools.js_t:169 sphinx/writers/html.py:668 +#: sphinx/writers/html.py:673 msgid "Permalink to this headline" msgstr "Permalink til denne oversikten" -#: sphinx/themes/basic/static/doctools.js:172 sphinx/writers/html.py:107 +#: sphinx/themes/basic/static/doctools.js_t:175 sphinx/writers/html.py:105 msgid "Permalink to this definition" msgstr "Permalink til denne definisjonen" -#: sphinx/themes/basic/static/doctools.js:205 +#: sphinx/themes/basic/static/doctools.js_t:208 msgid "Hide Search Matches" msgstr "Skjul søkeresultat" -#: sphinx/themes/basic/static/searchtools.js_t:119 +#: sphinx/themes/basic/static/searchtools.js_t:121 msgid "Searching" msgstr "" -#: sphinx/themes/basic/static/searchtools.js_t:124 +#: sphinx/themes/basic/static/searchtools.js_t:126 msgid "Preparing search..." msgstr "" -#: sphinx/themes/basic/static/searchtools.js_t:285 +#: sphinx/themes/basic/static/searchtools.js_t:286 #, python-format msgid "Search finished, found %s page(s) matching the search query." msgstr "" -#: sphinx/themes/basic/static/searchtools.js_t:337 +#: sphinx/themes/basic/static/searchtools.js_t:338 msgid ", in " msgstr "" @@ -829,44 +838,56 @@ msgstr "Skjul sidepanelet" msgid "Contents" msgstr "Innhold" -#: sphinx/writers/html.py:334 +#: sphinx/writers/html.py:349 msgid "Permalink to this code" msgstr "" -#: sphinx/writers/html.py:337 +#: sphinx/writers/html.py:353 msgid "Permalink to this image" msgstr "" -#: sphinx/writers/html.py:339 +#: sphinx/writers/html.py:355 msgid "Permalink to this toctree" msgstr "" -#: sphinx/writers/html.py:619 +#: sphinx/writers/html.py:677 msgid "Permalink to this table" msgstr "" -#: sphinx/writers/latex.py:199 +#: sphinx/writers/latex.py:344 msgid "Release" msgstr "Utgivelse" -#: sphinx/writers/latex.py:697 sphinx/writers/manpage.py:177 -#: sphinx/writers/texinfo.py:616 +#: sphinx/writers/latex.py:408 +#, fuzzy +msgid "page" +msgstr "Fare" + +#: sphinx/writers/latex.py:908 sphinx/writers/manpage.py:226 +#: sphinx/writers/texinfo.py:620 msgid "Footnotes" msgstr "Fotnoter" -#: sphinx/writers/latex.py:785 +#: sphinx/writers/latex.py:1010 msgid "continued from previous page" msgstr "fortsettelse fra forrige side" -#: sphinx/writers/latex.py:791 +#: sphinx/writers/latex.py:1016 msgid "Continued on next page" msgstr "Fortsetter på neste side" -#: sphinx/writers/manpage.py:223 sphinx/writers/text.py:541 +#: sphinx/writers/manpage.py:275 sphinx/writers/text.py:582 #, python-format msgid "[image: %s]" msgstr "" -#: sphinx/writers/manpage.py:224 sphinx/writers/text.py:542 +#: sphinx/writers/manpage.py:276 sphinx/writers/text.py:583 msgid "[image]" msgstr "[bilde]" + +#~ msgid "%B %d, %Y" +#~ msgstr "%B %d, %Y" + +#~ msgid "%b %d, %Y" +#~ msgstr "%b %d, %Y" + diff --git a/sphinx/locale/ne/LC_MESSAGES/sphinx.js b/sphinx/locale/ne/LC_MESSAGES/sphinx.js index 00df29861..bb123eb4e 100644 --- a/sphinx/locale/ne/LC_MESSAGES/sphinx.js +++ b/sphinx/locale/ne/LC_MESSAGES/sphinx.js @@ -1 +1 @@ -Documentation.addTranslations({"locale": "ne", "plural_expr": "(n != 1)", "messages": {"Next topic": "\u092a\u091b\u093f\u0932\u094d\u0932\u094b \u0935\u093f\u0937\u092f", "Index": "\u0905\u0928\u0941\u0938\u0941\u091a\u0940", "%(filename)s — %(docstitle)s": "%(filename)s — %(docstitle)s", "Welcome! This is": "", "Copyright": "\u0915\u092a\u093f\u0930\u093e\u0907\u091f ", "C API changes": "C API \u0915\u093e \u092a\u0930\u093f\u0935\u0930\u094d\u0924\u0928\u0939\u0930\u0941 ", "quick access to all modules": "\u0938\u092c\u0948 \u092e\u094b\u0926\u0941\u0932\u0947\u0938\u092e\u093e \u091b\u093f\u091f\u0948 \u091c\u093e\u0928\u0941\u0939\u094b\u0938\u094d", "© Copyright %(copyright)s.": "© Copyright %(copyright)s.", "Global Module Index": "\u0917\u094d\u0932\u094b\u092c\u0932 \u092e\u0921\u0941\u0932 \u0905\u0928\u0941\u0938\u0941\u091a\u0940", "Your search did not match any documents. Please make sure that all words are spelled correctly and that you've selected enough categories.": "", "Index – %(key)s": "Index – %(key)s", "General Index": "\u0938\u093e\u092e\u093e\u0928\u094d\u092f \u0905\u0928\u0941\u0938\u0941\u091a\u0940", "next chapter": "\u092a\u091b\u093f\u0932\u094d\u0932\u094b \u0916\u0928\u094d\u0921", "Search finished, found %s page(s) matching the search query.": "", "previous chapter": "\u0905\u0918\u093f\u0932\u094d\u0932\u094b \u0916\u0928\u094d\u0921", "Permalink to this headline": "\u092f\u094b \u0936\u093f\u0930\u094d\u0937\u0915\u0915\u094b \u0932\u093e\u0917\u093f \u092a\u0930\u094d\u092e\u093e\u0932\u093f\u0928\u094d\u0915 \u0964 ", "About these documents": "\u092f\u0940 \u0921\u0915\u0941\u092e\u0947\u0928\u094d\u091f\u0939\u0930\u0941\u0915\u094b \u092c\u093e\u0930\u0947\u092e\u093e", "Preparing search...": "", ", in ": "", "Navigation": "\u0928\u0947\u092d\u093f\u0917\u0947\u0938\u0928 ", "Expand sidebar": "\u0938\u093e\u0907\u0921\u092c\u0930 \u0920\u0941\u0932\u094b \u092c\u0928\u093e\u0909\u0928\u0941\u0939\u094b\u0938\u094d", "the documentation for": "", "Complete Table of Contents": "\u092a\u0941\u0930\u093e \u0935\u093f\u0937\u092f\u0938\u0942\u091a\u0940", "Contents": "\u0935\u093f\u0937\u092f\u0938\u0942\u091a\u0940", "can be huge": "\u0927\u0947\u0930\u0948 \u0920\u0941\u0932\u094b \u0939\u0941\u0928 \u0938\u0915\u094d\u091b", "Changes in Version %(version)s — %(docstitle)s": "%(version)s — %(docstitle)s \u092e\u093e \u092d\u090f\u0915\u093e \u092b\u0930\u0915\u0939\u0930\u0941 ", "Other changes": "\u0905\u0930\u0941 \u092a\u0930\u093f\u0935\u0930\u094d\u0924\u0928\u0939\u0930\u0941 ", "Hide Search Matches": "\u0916\u094b\u091c\u0947\u0915\u094b \u0928\u0924\u093f\u091c\u093e\u0939\u0930\u0941 \u0932\u0941\u0915\u093e\u0909\u0928\u0941\u0939\u094b\u0938\u094d", "Quick search": "\u091b\u093f\u091f\u094d\u091f\u094b \u0916\u094b\u091c\u094d\u0928\u0941\u0939\u094b\u0938\u094d", "Show Source": "\u0938\u094d\u0930\u094b\u0924 \u0926\u0947\u0916\u093e\u0909\u0928\u0941\u0939\u094b\u0938\u094d ", "Search": "\u0916\u094b\u091c\u094d\u0928\u0941\u0939\u094b\u0938\u094d ", "This Page": "\u092f\u094b \u092a\u093e\u0928\u093e", "From here you can search these documents. Enter your search\n words into the box below and click \"search\". Note that the search\n function will automatically search for all of the words. Pages\n containing fewer words won't appear in the result list.": "\u092f\u0939\u093e\u0901\u092c\u093e\u091f \u0924\u092a\u093e\u0908\u0902\u0932\u0947 \u092f\u0940 \u0921\u094d\u0915\u0941\u092e\u0947\u0928\u094d\u091f\u0939\u0930\u0941 \u0916\u094b\u091c\u094d\u0928\u0938\u0915\u094d\u0928\u0941 \u0939\u0941\u0928\u094d\u091b \u0964 \u0916\u094b\u091c\u094d\u0928 \u0936\u092c\u094d\u0926\u0939\u0930\u0941\n\u0924\u0932\u0915\u094b \u092c\u0915\u094d\u0938\u092e\u093e \u0932\u0947\u0916\u094d\u200d\u0928\u0941\u0939\u094b\u0938 \u0930 \"\u0916\u094b\u091c\u094d\u0928\u0941\u0939\u094b\u0938\u094d\"\u0925\u093f\u091a\u094d\u0928\u0941\u0939\u094b\u0938 \u0964 \u0916\u094b\u091c\u094d\u0928\u0941\u0939\u094b\u0938\u094d\n\u092b\u0928\u094d\u0915\u094d\u0938\u0928\u0932\u0947 \u0906\u092b\u0948 \u0938\u092c\u0948 \u0936\u092c\u094d\u0926\u0939\u0930\u0941 \u0916\u094b\u091c\u094d\u091b \u0964 \n\u0925\u094b\u0930\u0948 \u0936\u092c\u094d\u0926\u0939\u0930\u0941 \u092d\u090f\u0915\u094b \u092a\u093e\u0928\u093e\u0939\u0930\u0941 \u0928\u0924\u093f\u091c\u093e\u092e\u093e \u0926\u0947\u0916\u093f\u0928\u094d\u0928 \u0964 ", "Created using Sphinx %(sphinx_version)s.": "", "last updated": "", "Collapse sidebar": "\u0938\u093e\u0907\u0921\u092c\u0930 \u0938\u093e\u0928\u094b \u092c\u0928\u093e\u0909\u0928\u0941\u0939\u094b\u0938\u094d", "Go": "\u091c\u093e\u0928\u0941\u0939\u094b\u0938\u094d", "Table Of Contents": "\u0935\u093f\u0937\u092f\u0938\u0942\u091a\u0940", "Search within %(docstitle)s": "", "all functions, classes, terms": "\u0938\u092c\u0948 \u092b\u0928\u094d\u0915\u094d\u0938\u0928\u0938\u094d, \u0915\u0915\u094d\u0937\u093e\u0939\u0930\u0942 \u0930 \u091f\u0930\u094d\u092e\u0938\u094d", "Please activate JavaScript to enable the search\n functionality.": "\u0916\u094b\u091c\u094d\u0928\u0947 \u0915\u093e\u0930\u094d\u092f \u0906\u0917\u093e\u0921\u0940 \u092c\u0922\u093e\u0909\u0928\u0915\u094b \u0932\u093e\u0917\u093f \u091c\u093e\u092d\u093e\u0938\u094d\u0915\u0943\u092a\u094d\u091f \u091a\u0932\u093e\u0908\u0926\u093f\u0928\u0941\u0939\u094b\u0938 ", "Indices and tables:": "\u0907\u0928\u094d\u0921\u0940\u0938\u0940\u0938\u094d\u0938 \u0930 \u0924\u0932\u093f\u0915\u093e", "lists all sections and subsections": "\u0938\u092c\u0948 \u0938\u0947\u0915\u094d\u0938\u0928 \u0930 \u0938\u0935\u0938\u0947\u0915\u094d\u0938\u0928 \u0926\u0947\u0916\u093e\u0909\u0928\u0941\u0939\u094b\u0938\u094d", "Index pages by letter": "\u0905\u0915\u094d\u0937\u0930 \u0905\u0928\u0941\u0938\u093e\u0930 \u0905\u0928\u0941\u0938\u0941\u091a\u0940\u0915\u093e \u092a\u093e\u0928\u093e", "search": "\u0916\u094b\u091c\u094d\u0928\u0941\u0939\u094b\u0938\u094d", "Permalink to this definition": "\u092f\u094b \u0905\u0930\u094d\u0925\u0915\u094b \u0932\u093e\u0917\u093f \u092a\u0930\u094d\u092e\u093e\u0932\u093f\u0928\u094d\u0915", "Previous topic": "\u0905\u0918\u093f\u0932\u094d\u0932\u094b \u0935\u093f\u0937\u092f ", "Overview": "\u092a\u0941\u0928\u0930\u093e\u0935\u0932\u094b\u0915\u0928 ", "Last updated on %(last_updated)s.": "\u092f\u094b \u092d\u0928\u094d\u0926\u093e \u0905\u0917\u093e\u0921\u0940 %(last_updated)s \u092e\u093e \u0905\u092a\u0921\u0947\u091f \u092d\u090f\u0915\u094b", "Searching": "", "search this documentation": "\u092f\u094b \u0921\u0915\u0941\u092e\u0947\u0928\u094d\u091f \u0916\u094b\u091c\u094d\u0928\u0941\u0939\u094b\u0938\u094d", "Automatically generated list of changes in version %(version)s": "\u092d\u0930\u094d\u0938\u0928 %(version)s \u092e\u093e \u092d\u090f\u0915\u093e \u092b\u0930\u0915 \u0939\u0930\u0941 \u0906\u092b\u0948 \u091c\u0947\u0928\u0947\u0930\u0947\u091f \u092d\u090f ", "Full index on one page": "\u092a\u0941\u0930\u093e \u0905\u0928\u0941\u0938\u0941\u091a\u0940 \u090f\u0915\u0948 \u092a\u093e\u0928\u093e\u092e\u093e", "Enter search terms or a module, class or function name.": "\u0916\u094b\u091c\u094d\u0928\u0947 \u091f\u0930\u094d\u092e\u0938\u094d \u0905\u0925\u0935\u093e \u090f\u0915 \u092e\u0921\u0941\u0932\u094d, \u0915\u0915\u094d\u0937\u093e \u0905\u0925\u0935\u093e \u092b\u0928\u094d\u0915\u094d\u0938\u0928\u0915\u094b \u0928\u093e\u092e \u0932\u0947\u0916\u094d\u0928\u0941\u0939\u094b\u0938 ", "© Copyright %(copyright)s.": "© Copyright %(copyright)s.", "Library changes": "\u0932\u093e\u0908\u092c\u094d\u0930\u0947\u0930\u0940\u0915\u093e \u092a\u0930\u093f\u0935\u0930\u094d\u0924\u0928\u0939\u0930\u0941", "Search Page": "\u092a\u093e\u0928\u093e\u092e\u093e \u0916\u094b\u091c\u094d\u0928\u0941\u0939\u094b\u0938\u094d", "Search Results": "\u0916\u094b\u091c\u0947\u0915\u094b \u0928\u0924\u093f\u091c\u093e"}}); \ No newline at end of file +Documentation.addTranslations({"locale": "ne", "messages": {"%(filename)s — %(docstitle)s": "%(filename)s — %(docstitle)s", "© Copyright %(copyright)s.": "© Copyright %(copyright)s.", "© Copyright %(copyright)s.": "© Copyright %(copyright)s.", ", in ": "", "About these documents": "\u092f\u0940 \u0921\u0915\u0941\u092e\u0947\u0928\u094d\u091f\u0939\u0930\u0941\u0915\u094b \u092c\u093e\u0930\u0947\u092e\u093e", "Automatically generated list of changes in version %(version)s": "\u092d\u0930\u094d\u0938\u0928 %(version)s \u092e\u093e \u092d\u090f\u0915\u093e \u092b\u0930\u0915 \u0939\u0930\u0941 \u0906\u092b\u0948 \u091c\u0947\u0928\u0947\u0930\u0947\u091f \u092d\u090f ", "C API changes": "C API \u0915\u093e \u092a\u0930\u093f\u0935\u0930\u094d\u0924\u0928\u0939\u0930\u0941 ", "Changes in Version %(version)s — %(docstitle)s": "%(version)s — %(docstitle)s \u092e\u093e \u092d\u090f\u0915\u093e \u092b\u0930\u0915\u0939\u0930\u0941 ", "Collapse sidebar": "\u0938\u093e\u0907\u0921\u092c\u0930 \u0938\u093e\u0928\u094b \u092c\u0928\u093e\u0909\u0928\u0941\u0939\u094b\u0938\u094d", "Complete Table of Contents": "\u092a\u0941\u0930\u093e \u0935\u093f\u0937\u092f\u0938\u0942\u091a\u0940", "Contents": "\u0935\u093f\u0937\u092f\u0938\u0942\u091a\u0940", "Copyright": "\u0915\u092a\u093f\u0930\u093e\u0907\u091f ", "Created using Sphinx %(sphinx_version)s.": "", "Enter search terms or a module, class or function name.": "\u0916\u094b\u091c\u094d\u0928\u0947 \u091f\u0930\u094d\u092e\u0938\u094d \u0905\u0925\u0935\u093e \u090f\u0915 \u092e\u0921\u0941\u0932\u094d, \u0915\u0915\u094d\u0937\u093e \u0905\u0925\u0935\u093e \u092b\u0928\u094d\u0915\u094d\u0938\u0928\u0915\u094b \u0928\u093e\u092e \u0932\u0947\u0916\u094d\u0928\u0941\u0939\u094b\u0938 ", "Expand sidebar": "\u0938\u093e\u0907\u0921\u092c\u0930 \u0920\u0941\u0932\u094b \u092c\u0928\u093e\u0909\u0928\u0941\u0939\u094b\u0938\u094d", "From here you can search these documents. Enter your search\n words into the box below and click \"search\". Note that the search\n function will automatically search for all of the words. Pages\n containing fewer words won't appear in the result list.": "\u092f\u0939\u093e\u0901\u092c\u093e\u091f \u0924\u092a\u093e\u0908\u0902\u0932\u0947 \u092f\u0940 \u0921\u094d\u0915\u0941\u092e\u0947\u0928\u094d\u091f\u0939\u0930\u0941 \u0916\u094b\u091c\u094d\u0928\u0938\u0915\u094d\u0928\u0941 \u0939\u0941\u0928\u094d\u091b \u0964 \u0916\u094b\u091c\u094d\u0928 \u0936\u092c\u094d\u0926\u0939\u0930\u0941\n\u0924\u0932\u0915\u094b \u092c\u0915\u094d\u0938\u092e\u093e \u0932\u0947\u0916\u094d\u200d\u0928\u0941\u0939\u094b\u0938 \u0930 \"\u0916\u094b\u091c\u094d\u0928\u0941\u0939\u094b\u0938\u094d\"\u0925\u093f\u091a\u094d\u0928\u0941\u0939\u094b\u0938 \u0964 \u0916\u094b\u091c\u094d\u0928\u0941\u0939\u094b\u0938\u094d\n\u092b\u0928\u094d\u0915\u094d\u0938\u0928\u0932\u0947 \u0906\u092b\u0948 \u0938\u092c\u0948 \u0936\u092c\u094d\u0926\u0939\u0930\u0941 \u0916\u094b\u091c\u094d\u091b \u0964 \n\u0925\u094b\u0930\u0948 \u0936\u092c\u094d\u0926\u0939\u0930\u0941 \u092d\u090f\u0915\u094b \u092a\u093e\u0928\u093e\u0939\u0930\u0941 \u0928\u0924\u093f\u091c\u093e\u092e\u093e \u0926\u0947\u0916\u093f\u0928\u094d\u0928 \u0964 ", "Full index on one page": "\u092a\u0941\u0930\u093e \u0905\u0928\u0941\u0938\u0941\u091a\u0940 \u090f\u0915\u0948 \u092a\u093e\u0928\u093e\u092e\u093e", "General Index": "\u0938\u093e\u092e\u093e\u0928\u094d\u092f \u0905\u0928\u0941\u0938\u0941\u091a\u0940", "Global Module Index": "\u0917\u094d\u0932\u094b\u092c\u0932 \u092e\u0921\u0941\u0932 \u0905\u0928\u0941\u0938\u0941\u091a\u0940", "Go": "\u091c\u093e\u0928\u0941\u0939\u094b\u0938\u094d", "Hide Search Matches": "\u0916\u094b\u091c\u0947\u0915\u094b \u0928\u0924\u093f\u091c\u093e\u0939\u0930\u0941 \u0932\u0941\u0915\u093e\u0909\u0928\u0941\u0939\u094b\u0938\u094d", "Index": "\u0905\u0928\u0941\u0938\u0941\u091a\u0940", "Index – %(key)s": "Index – %(key)s", "Index pages by letter": "\u0905\u0915\u094d\u0937\u0930 \u0905\u0928\u0941\u0938\u093e\u0930 \u0905\u0928\u0941\u0938\u0941\u091a\u0940\u0915\u093e \u092a\u093e\u0928\u093e", "Indices and tables:": "\u0907\u0928\u094d\u0921\u0940\u0938\u0940\u0938\u094d\u0938 \u0930 \u0924\u0932\u093f\u0915\u093e", "Last updated on %(last_updated)s.": "\u092f\u094b \u092d\u0928\u094d\u0926\u093e \u0905\u0917\u093e\u0921\u0940 %(last_updated)s \u092e\u093e \u0905\u092a\u0921\u0947\u091f \u092d\u090f\u0915\u094b", "Library changes": "\u0932\u093e\u0908\u092c\u094d\u0930\u0947\u0930\u0940\u0915\u093e \u092a\u0930\u093f\u0935\u0930\u094d\u0924\u0928\u0939\u0930\u0941", "Navigation": "\u0928\u0947\u092d\u093f\u0917\u0947\u0938\u0928 ", "Next topic": "\u092a\u091b\u093f\u0932\u094d\u0932\u094b \u0935\u093f\u0937\u092f", "Other changes": "\u0905\u0930\u0941 \u092a\u0930\u093f\u0935\u0930\u094d\u0924\u0928\u0939\u0930\u0941 ", "Overview": "\u092a\u0941\u0928\u0930\u093e\u0935\u0932\u094b\u0915\u0928 ", "Permalink to this definition": "\u092f\u094b \u0905\u0930\u094d\u0925\u0915\u094b \u0932\u093e\u0917\u093f \u092a\u0930\u094d\u092e\u093e\u0932\u093f\u0928\u094d\u0915", "Permalink to this headline": "\u092f\u094b \u0936\u093f\u0930\u094d\u0937\u0915\u0915\u094b \u0932\u093e\u0917\u093f \u092a\u0930\u094d\u092e\u093e\u0932\u093f\u0928\u094d\u0915 \u0964 ", "Please activate JavaScript to enable the search\n functionality.": "\u0916\u094b\u091c\u094d\u0928\u0947 \u0915\u093e\u0930\u094d\u092f \u0906\u0917\u093e\u0921\u0940 \u092c\u0922\u093e\u0909\u0928\u0915\u094b \u0932\u093e\u0917\u093f \u091c\u093e\u092d\u093e\u0938\u094d\u0915\u0943\u092a\u094d\u091f \u091a\u0932\u093e\u0908\u0926\u093f\u0928\u0941\u0939\u094b\u0938 ", "Preparing search...": "", "Previous topic": "\u0905\u0918\u093f\u0932\u094d\u0932\u094b \u0935\u093f\u0937\u092f ", "Quick search": "\u091b\u093f\u091f\u094d\u091f\u094b \u0916\u094b\u091c\u094d\u0928\u0941\u0939\u094b\u0938\u094d", "Search": "\u0916\u094b\u091c\u094d\u0928\u0941\u0939\u094b\u0938\u094d ", "Search Page": "\u092a\u093e\u0928\u093e\u092e\u093e \u0916\u094b\u091c\u094d\u0928\u0941\u0939\u094b\u0938\u094d", "Search Results": "\u0916\u094b\u091c\u0947\u0915\u094b \u0928\u0924\u093f\u091c\u093e", "Search finished, found %s page(s) matching the search query.": "", "Search within %(docstitle)s": "", "Searching": "", "Show Source": "\u0938\u094d\u0930\u094b\u0924 \u0926\u0947\u0916\u093e\u0909\u0928\u0941\u0939\u094b\u0938\u094d ", "Table Of Contents": "\u0935\u093f\u0937\u092f\u0938\u0942\u091a\u0940", "This Page": "\u092f\u094b \u092a\u093e\u0928\u093e", "Welcome! This is": "", "Your search did not match any documents. Please make sure that all words are spelled correctly and that you've selected enough categories.": "", "all functions, classes, terms": "\u0938\u092c\u0948 \u092b\u0928\u094d\u0915\u094d\u0938\u0928\u0938\u094d, \u0915\u0915\u094d\u0937\u093e\u0939\u0930\u0942 \u0930 \u091f\u0930\u094d\u092e\u0938\u094d", "can be huge": "\u0927\u0947\u0930\u0948 \u0920\u0941\u0932\u094b \u0939\u0941\u0928 \u0938\u0915\u094d\u091b", "last updated": "", "lists all sections and subsections": "\u0938\u092c\u0948 \u0938\u0947\u0915\u094d\u0938\u0928 \u0930 \u0938\u0935\u0938\u0947\u0915\u094d\u0938\u0928 \u0926\u0947\u0916\u093e\u0909\u0928\u0941\u0939\u094b\u0938\u094d", "next chapter": "\u092a\u091b\u093f\u0932\u094d\u0932\u094b \u0916\u0928\u094d\u0921", "previous chapter": "\u0905\u0918\u093f\u0932\u094d\u0932\u094b \u0916\u0928\u094d\u0921", "quick access to all modules": "\u0938\u092c\u0948 \u092e\u094b\u0926\u0941\u0932\u0947\u0938\u092e\u093e \u091b\u093f\u091f\u0948 \u091c\u093e\u0928\u0941\u0939\u094b\u0938\u094d", "search": "\u0916\u094b\u091c\u094d\u0928\u0941\u0939\u094b\u0938\u094d", "search this documentation": "\u092f\u094b \u0921\u0915\u0941\u092e\u0947\u0928\u094d\u091f \u0916\u094b\u091c\u094d\u0928\u0941\u0939\u094b\u0938\u094d", "the documentation for": ""}, "plural_expr": "(n != 1)"}); \ No newline at end of file diff --git a/sphinx/locale/ne/LC_MESSAGES/sphinx.mo b/sphinx/locale/ne/LC_MESSAGES/sphinx.mo index bc0a81d1d..ab8bce004 100644 Binary files a/sphinx/locale/ne/LC_MESSAGES/sphinx.mo and b/sphinx/locale/ne/LC_MESSAGES/sphinx.mo differ diff --git a/sphinx/locale/ne/LC_MESSAGES/sphinx.po b/sphinx/locale/ne/LC_MESSAGES/sphinx.po index 0fb01ee78..62faa574f 100644 --- a/sphinx/locale/ne/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/ne/LC_MESSAGES/sphinx.po @@ -1,55 +1,55 @@ -# Translations template for Sphinx. -# Copyright (C) 2015 ORGANIZATION +# Nepali translations for Sphinx. +# Copyright (C) 2016 ORGANIZATION # This file is distributed under the same license as the Sphinx project. -# -# Translators: -# FIRST AUTHOR , 2011 +# FIRST AUTHOR , 2016. +# msgid "" msgstr "" -"Project-Id-Version: Sphinx\n" +"Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2015-03-08 23:31+0900\n" +"POT-Creation-Date: 2016-02-14 22:15+0900\n" "PO-Revision-Date: 2015-03-08 14:35+0000\n" "Last-Translator: Takayuki Shimizukawa \n" -"Language-Team: Nepali (http://www.transifex.com/projects/p/sphinx-1/language/ne/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 1.3\n" "Language: ne\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"Language-Team: Nepali " +"(http://www.transifex.com/projects/p/sphinx-1/language/ne/)\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.2.0\n" -#: sphinx/config.py:80 +#: sphinx/config.py:84 #, python-format msgid "Fig. %s" msgstr "" -#: sphinx/config.py:81 +#: sphinx/config.py:85 #, python-format msgid "Table %s" msgstr "" -#: sphinx/config.py:82 +#: sphinx/config.py:86 #, python-format msgid "Listing %s" msgstr "" -#: sphinx/config.py:89 +#: sphinx/config.py:93 #, python-format msgid "%s %s documentation" msgstr "" -#: sphinx/environment.py:1880 +#: sphinx/environment.py:1815 #, python-format msgid "see %s" msgstr "%s हेर्नुहोस्" -#: sphinx/environment.py:1883 +#: sphinx/environment.py:1819 #, python-format msgid "see also %s" msgstr "%s पनि हेर्नुहोस् " -#: sphinx/environment.py:1941 +#: sphinx/environment.py:1879 msgid "Symbols" msgstr "" @@ -58,11 +58,10 @@ msgstr "" msgid "Python Enhancement Proposals; PEP %s" msgstr "Python Enhancement Proposals; PEP %s" -#: sphinx/transforms.py:58 sphinx/writers/latex.py:212 -#: sphinx/writers/manpage.py:67 sphinx/writers/texinfo.py:221 -#, python-format -msgid "%B %d, %Y" -msgstr "%B %d, %Y" +#: sphinx/transforms.py:56 sphinx/writers/latex.py:357 +#: sphinx/writers/manpage.py:101 sphinx/writers/texinfo.py:222 +msgid "MMMM dd, YYYY" +msgstr "" #: sphinx/builders/changes.py:75 msgid "Builtins" @@ -72,64 +71,63 @@ msgstr "बिइल्टिन्स" msgid "Module level" msgstr "मडुलको तह" -#: sphinx/builders/html.py:291 -#, python-format -msgid "%b %d, %Y" -msgstr "%b %d, %Y" +#: sphinx/builders/html.py:295 +msgid "MMM dd, YYYY" +msgstr "" -#: sphinx/builders/html.py:310 sphinx/themes/basic/defindex.html:30 +#: sphinx/builders/html.py:315 sphinx/themes/basic/defindex.html:30 msgid "General Index" msgstr "सामान्य अनुसुची" -#: sphinx/builders/html.py:310 +#: sphinx/builders/html.py:315 msgid "index" msgstr "अनुसुची" -#: sphinx/builders/html.py:371 +#: sphinx/builders/html.py:376 msgid "next" msgstr "पछिल्लो" -#: sphinx/builders/html.py:380 +#: sphinx/builders/html.py:385 msgid "previous" msgstr "अघिल्लो" -#: sphinx/builders/latex.py:144 sphinx/builders/texinfo.py:198 +#: sphinx/builders/latex.py:165 sphinx/builders/texinfo.py:199 msgid " (in " msgstr "(in" -#: sphinx/directives/other.py:150 +#: sphinx/directives/other.py:149 msgid "Section author: " msgstr "सेक्सनको लेखक" -#: sphinx/directives/other.py:152 +#: sphinx/directives/other.py:151 msgid "Module author: " msgstr "मडुलको लेखक" -#: sphinx/directives/other.py:154 +#: sphinx/directives/other.py:153 msgid "Code author: " msgstr "Codeको लेखक " -#: sphinx/directives/other.py:156 +#: sphinx/directives/other.py:155 msgid "Author: " msgstr "लेखक" -#: sphinx/domains/__init__.py:273 +#: sphinx/domains/__init__.py:275 #, python-format msgid "%s %s" msgstr "%s %s" -#: sphinx/domains/c.py:58 sphinx/domains/cpp.py:2408 -#: sphinx/domains/python.py:122 +#: sphinx/domains/c.py:58 sphinx/domains/cpp.py:3605 +#: sphinx/domains/python.py:124 msgid "Parameters" msgstr "Parameters" -#: sphinx/domains/c.py:61 sphinx/domains/cpp.py:2414 -#: sphinx/domains/javascript.py:128 sphinx/domains/python.py:134 +#: sphinx/domains/c.py:61 sphinx/domains/cpp.py:3614 +#: sphinx/domains/javascript.py:128 sphinx/domains/python.py:136 msgid "Returns" msgstr "Returns" #: sphinx/domains/c.py:63 sphinx/domains/javascript.py:130 -#: sphinx/domains/python.py:136 +#: sphinx/domains/python.py:138 msgid "Return type" msgstr "Return type" @@ -158,12 +156,12 @@ msgstr "%s (C किसिम)" msgid "%s (C variable)" msgstr "%s (C चल)" -#: sphinx/domains/c.py:242 sphinx/domains/cpp.py:2680 -#: sphinx/domains/javascript.py:164 sphinx/domains/python.py:587 +#: sphinx/domains/c.py:242 sphinx/domains/cpp.py:3953 +#: sphinx/domains/javascript.py:164 sphinx/domains/python.py:589 msgid "function" msgstr "फन्क्सन" -#: sphinx/domains/c.py:243 sphinx/domains/cpp.py:2681 +#: sphinx/domains/c.py:243 sphinx/domains/cpp.py:3954 msgid "member" msgstr "सदस्य" @@ -171,7 +169,7 @@ msgstr "सदस्य" msgid "macro" msgstr "बृहत" -#: sphinx/domains/c.py:245 sphinx/domains/cpp.py:2682 +#: sphinx/domains/c.py:245 sphinx/domains/cpp.py:3955 msgid "type" msgstr "किसिम" @@ -179,59 +177,64 @@ msgstr "किसिम" msgid "variable" msgstr "चल" -#: sphinx/domains/cpp.py:2411 sphinx/domains/javascript.py:125 +#: sphinx/domains/cpp.py:3608 +#, fuzzy +msgid "Template Parameters" +msgstr "Parameters" + +#: sphinx/domains/cpp.py:3611 sphinx/domains/javascript.py:125 msgid "Throws" msgstr "Throws" -#: sphinx/domains/cpp.py:2518 +#: sphinx/domains/cpp.py:3733 #, python-format msgid "%s (C++ type)" msgstr "%s (C++ किसिम)" -#: sphinx/domains/cpp.py:2531 +#: sphinx/domains/cpp.py:3744 #, python-format msgid "%s (C++ member)" msgstr "%s (C++ सदस्य)" -#: sphinx/domains/cpp.py:2543 +#: sphinx/domains/cpp.py:3755 #, python-format msgid "%s (C++ function)" msgstr "%s (C++कार्य)" -#: sphinx/domains/cpp.py:2555 +#: sphinx/domains/cpp.py:3766 #, python-format msgid "%s (C++ class)" msgstr "%s (C++ कक्षा)" -#: sphinx/domains/cpp.py:2579 +#: sphinx/domains/cpp.py:3786 #, python-format msgid "%s (C++ enum)" msgstr "" -#: sphinx/domains/cpp.py:2617 +#: sphinx/domains/cpp.py:3816 #, python-format msgid "%s (C++ enumerator)" msgstr "" -#: sphinx/domains/cpp.py:2679 sphinx/domains/javascript.py:165 -#: sphinx/domains/python.py:589 +#: sphinx/domains/cpp.py:3952 sphinx/domains/javascript.py:165 +#: sphinx/domains/python.py:591 msgid "class" msgstr "कक्षा" -#: sphinx/domains/cpp.py:2683 +#: sphinx/domains/cpp.py:3956 msgid "enum" msgstr "" -#: sphinx/domains/cpp.py:2684 +#: sphinx/domains/cpp.py:3957 msgid "enumerator" msgstr "" -#: sphinx/domains/javascript.py:106 sphinx/domains/python.py:280 +#: sphinx/domains/javascript.py:106 sphinx/domains/python.py:282 #, python-format msgid "%s() (built-in function)" msgstr "%s() (built-in function)" -#: sphinx/domains/javascript.py:107 sphinx/domains/python.py:344 +#: sphinx/domains/javascript.py:107 sphinx/domains/python.py:346 #, python-format msgid "%s() (%s method)" msgstr "%s() (%s विधी)" @@ -246,7 +249,7 @@ msgstr "%s() (कक्षा)" msgid "%s (global variable or constant)" msgstr "%s (global variable or constant)" -#: sphinx/domains/javascript.py:113 sphinx/domains/python.py:382 +#: sphinx/domains/javascript.py:113 sphinx/domains/python.py:384 #, python-format msgid "%s (%s attribute)" msgstr "%s (%s attribute)" @@ -255,116 +258,116 @@ msgstr "%s (%s attribute)" msgid "Arguments" msgstr "Arguments" -#: sphinx/domains/javascript.py:166 sphinx/domains/python.py:588 +#: sphinx/domains/javascript.py:166 sphinx/domains/python.py:590 msgid "data" msgstr "data" -#: sphinx/domains/javascript.py:167 sphinx/domains/python.py:594 +#: sphinx/domains/javascript.py:167 sphinx/domains/python.py:596 msgid "attribute" msgstr "attribute" -#: sphinx/domains/python.py:127 +#: sphinx/domains/python.py:129 msgid "Variables" msgstr "चलहरू" -#: sphinx/domains/python.py:131 +#: sphinx/domains/python.py:133 msgid "Raises" msgstr "Raises" -#: sphinx/domains/python.py:281 sphinx/domains/python.py:338 -#: sphinx/domains/python.py:350 sphinx/domains/python.py:363 +#: sphinx/domains/python.py:283 sphinx/domains/python.py:340 +#: sphinx/domains/python.py:352 sphinx/domains/python.py:365 #, python-format msgid "%s() (in module %s)" msgstr "%s() (in मडुल %s)" -#: sphinx/domains/python.py:284 +#: sphinx/domains/python.py:286 #, python-format msgid "%s (built-in variable)" msgstr "%s (built-in चल)" -#: sphinx/domains/python.py:285 sphinx/domains/python.py:376 +#: sphinx/domains/python.py:287 sphinx/domains/python.py:378 #, python-format msgid "%s (in module %s)" msgstr "%s (in मडुल %s)" -#: sphinx/domains/python.py:301 +#: sphinx/domains/python.py:303 #, python-format msgid "%s (built-in class)" msgstr "%s (built-in कक्षा)" -#: sphinx/domains/python.py:302 +#: sphinx/domains/python.py:304 #, python-format msgid "%s (class in %s)" msgstr "%s (कक्षा in %s)" -#: sphinx/domains/python.py:342 +#: sphinx/domains/python.py:344 #, python-format msgid "%s() (%s.%s method)" msgstr "%s() (%s.%s विधी)" -#: sphinx/domains/python.py:354 +#: sphinx/domains/python.py:356 #, python-format msgid "%s() (%s.%s static method)" msgstr "%s() (%s.%s static विधी)" -#: sphinx/domains/python.py:357 +#: sphinx/domains/python.py:359 #, python-format msgid "%s() (%s static method)" msgstr "%s() (%s static विधी)" -#: sphinx/domains/python.py:367 +#: sphinx/domains/python.py:369 #, python-format msgid "%s() (%s.%s class method)" msgstr "%s() (%s.%s कक्षा विधी)" -#: sphinx/domains/python.py:370 +#: sphinx/domains/python.py:372 #, python-format msgid "%s() (%s class method)" msgstr "%s() (%s कक्षा विधी)" -#: sphinx/domains/python.py:380 +#: sphinx/domains/python.py:382 #, python-format msgid "%s (%s.%s attribute)" msgstr "%s (%s.%s attribute)" -#: sphinx/domains/python.py:461 +#: sphinx/domains/python.py:463 #, python-format msgid "%s (module)" msgstr "%s (मडुल)" -#: sphinx/domains/python.py:518 +#: sphinx/domains/python.py:520 msgid "Python Module Index" msgstr "Python Module Index" -#: sphinx/domains/python.py:519 +#: sphinx/domains/python.py:521 msgid "modules" msgstr "modules" -#: sphinx/domains/python.py:565 +#: sphinx/domains/python.py:567 msgid "Deprecated" msgstr "Deprecated" -#: sphinx/domains/python.py:590 sphinx/locale/__init__.py:181 +#: sphinx/domains/python.py:592 sphinx/locale/__init__.py:183 msgid "exception" msgstr "अपबाद" -#: sphinx/domains/python.py:591 +#: sphinx/domains/python.py:593 msgid "method" msgstr "विधी" -#: sphinx/domains/python.py:592 +#: sphinx/domains/python.py:594 msgid "class method" msgstr "कक्षा विधी" -#: sphinx/domains/python.py:593 +#: sphinx/domains/python.py:595 msgid "static method" msgstr "static विधी" -#: sphinx/domains/python.py:595 sphinx/locale/__init__.py:177 +#: sphinx/domains/python.py:597 sphinx/locale/__init__.py:179 msgid "module" msgstr "मडुल" -#: sphinx/domains/python.py:760 +#: sphinx/domains/python.py:762 msgid " (deprecated)" msgstr "(deprecated)" @@ -396,64 +399,64 @@ msgstr "environment variable; %s" msgid "%scommand line option; %s" msgstr "%scommand line option; %s" -#: sphinx/domains/std.py:443 +#: sphinx/domains/std.py:433 msgid "glossary term" msgstr "शब्द-अर्थमा भएको" -#: sphinx/domains/std.py:444 +#: sphinx/domains/std.py:434 msgid "grammar token" msgstr "grammar token" -#: sphinx/domains/std.py:445 +#: sphinx/domains/std.py:435 msgid "reference label" msgstr "सन्दर्व सामग्री" -#: sphinx/domains/std.py:447 +#: sphinx/domains/std.py:437 msgid "environment variable" msgstr "environment variable" -#: sphinx/domains/std.py:448 +#: sphinx/domains/std.py:438 msgid "program option" msgstr "कार्यक्रमका बिकल्प" -#: sphinx/domains/std.py:481 sphinx/themes/basic/genindex-single.html:32 +#: sphinx/domains/std.py:471 sphinx/themes/basic/genindex-single.html:32 #: sphinx/themes/basic/genindex-single.html:57 #: sphinx/themes/basic/genindex-split.html:11 #: sphinx/themes/basic/genindex-split.html:14 #: sphinx/themes/basic/genindex.html:32 sphinx/themes/basic/genindex.html:35 #: sphinx/themes/basic/genindex.html:68 sphinx/themes/basic/layout.html:134 -#: sphinx/writers/latex.py:201 sphinx/writers/texinfo.py:479 +#: sphinx/writers/latex.py:346 sphinx/writers/texinfo.py:481 msgid "Index" msgstr "अनुसुची" -#: sphinx/domains/std.py:482 +#: sphinx/domains/std.py:472 msgid "Module Index" msgstr "मडुल अनुसुची" -#: sphinx/domains/std.py:483 sphinx/themes/basic/defindex.html:25 +#: sphinx/domains/std.py:473 sphinx/themes/basic/defindex.html:25 msgid "Search Page" msgstr "पानामा खोज्नुहोस्" -#: sphinx/ext/autodoc.py:1139 +#: sphinx/ext/autodoc.py:1265 #, python-format msgid " Bases: %s" msgstr "Bases: %s" -#: sphinx/ext/autodoc.py:1181 +#: sphinx/ext/autodoc.py:1318 #, python-format msgid "alias of :class:`%s`" msgstr "alias of :class:`%s`" -#: sphinx/ext/graphviz.py:293 sphinx/ext/graphviz.py:301 +#: sphinx/ext/graphviz.py:307 sphinx/ext/graphviz.py:316 #, python-format msgid "[graph: %s]" msgstr "" -#: sphinx/ext/graphviz.py:295 sphinx/ext/graphviz.py:303 +#: sphinx/ext/graphviz.py:309 sphinx/ext/graphviz.py:318 msgid "[graph]" msgstr "" -#: sphinx/ext/intersphinx.py:257 +#: sphinx/ext/intersphinx.py:359 #, python-format msgid "(in %s v%s)" msgstr "" @@ -462,112 +465,117 @@ msgstr "" msgid "[source]" msgstr "[स्रोत]" -#: sphinx/ext/todo.py:43 +#: sphinx/ext/todo.py:56 msgid "Todo" msgstr "Todo" -#: sphinx/ext/todo.py:113 -#, python-format -msgid "(The <> is located in %s, line %d.)" +#: sphinx/ext/todo.py:129 +#, fuzzy +msgid "<>" +msgstr "मौलिक इन्ट्री" + +#: sphinx/ext/todo.py:132 +#, fuzzy, python-format +msgid "(The <> is located in %s, line %d.)" msgstr "(<> यहाँ %s, line %d रहेको छ । " -#: sphinx/ext/todo.py:122 +#: sphinx/ext/todo.py:141 msgid "original entry" msgstr "मौलिक इन्ट्री" -#: sphinx/ext/viewcode.py:158 +#: sphinx/ext/viewcode.py:162 msgid "[docs]" msgstr "[docs]" -#: sphinx/ext/viewcode.py:172 +#: sphinx/ext/viewcode.py:176 msgid "Module code" msgstr "Module code" -#: sphinx/ext/viewcode.py:178 +#: sphinx/ext/viewcode.py:182 #, python-format msgid "

Source code for %s

" msgstr "

Source code for %s

" -#: sphinx/ext/viewcode.py:204 +#: sphinx/ext/viewcode.py:208 msgid "Overview: module code" msgstr "पुनरावलोकन: module code" -#: sphinx/ext/viewcode.py:205 +#: sphinx/ext/viewcode.py:209 msgid "

All modules for which code is available

" msgstr "

All modules for which code is available

" -#: sphinx/locale/__init__.py:157 +#: sphinx/locale/__init__.py:159 msgid "Attention" msgstr "ध्यानाकर्षण" -#: sphinx/locale/__init__.py:158 +#: sphinx/locale/__init__.py:160 msgid "Caution" msgstr "होसियार " -#: sphinx/locale/__init__.py:159 +#: sphinx/locale/__init__.py:161 msgid "Danger" msgstr "खतरा" -#: sphinx/locale/__init__.py:160 +#: sphinx/locale/__init__.py:162 msgid "Error" msgstr "गलत" -#: sphinx/locale/__init__.py:161 +#: sphinx/locale/__init__.py:163 msgid "Hint" msgstr "सङ्केत" -#: sphinx/locale/__init__.py:162 +#: sphinx/locale/__init__.py:164 msgid "Important" msgstr "जरुरी" -#: sphinx/locale/__init__.py:163 +#: sphinx/locale/__init__.py:165 msgid "Note" msgstr "टिप्पणी" -#: sphinx/locale/__init__.py:164 +#: sphinx/locale/__init__.py:166 msgid "See also" msgstr "पनि हेर्नुहोस" -#: sphinx/locale/__init__.py:165 +#: sphinx/locale/__init__.py:167 msgid "Tip" msgstr "Tip" -#: sphinx/locale/__init__.py:166 +#: sphinx/locale/__init__.py:168 msgid "Warning" msgstr "साबधान" -#: sphinx/locale/__init__.py:170 +#: sphinx/locale/__init__.py:172 #, python-format msgid "New in version %s" msgstr "भर्सन %s मा नयाँ" -#: sphinx/locale/__init__.py:171 +#: sphinx/locale/__init__.py:173 #, python-format msgid "Changed in version %s" msgstr "भर्सन %s मा बदलिएको" -#: sphinx/locale/__init__.py:172 +#: sphinx/locale/__init__.py:174 #, python-format msgid "Deprecated since version %s" msgstr "Deprecated since version %s" -#: sphinx/locale/__init__.py:178 +#: sphinx/locale/__init__.py:180 msgid "keyword" msgstr "मुख्य शब्द" -#: sphinx/locale/__init__.py:179 +#: sphinx/locale/__init__.py:181 msgid "operator" msgstr "सन्चालक" -#: sphinx/locale/__init__.py:180 +#: sphinx/locale/__init__.py:182 msgid "object" msgstr "object" -#: sphinx/locale/__init__.py:182 +#: sphinx/locale/__init__.py:184 msgid "statement" msgstr "भनाई" -#: sphinx/locale/__init__.py:183 +#: sphinx/locale/__init__.py:185 msgid "built-in function" msgstr "built-in फन्क्सन" @@ -730,25 +738,26 @@ msgid "" " words into the box below and click \"search\". Note that the search\n" " function will automatically search for all of the words. Pages\n" " containing fewer words won't appear in the result list." -msgstr "यहाँबाट तपाईंले यी ड्कुमेन्टहरु खोज्नसक्नु हुन्छ । खोज्न शब्दहरु\nतलको बक्समा लेख्‍नुहोस र \"खोज्नुहोस्\"थिच्नुहोस । खोज्नुहोस्\nफन्क्सनले आफै सबै शब्दहरु खोज्छ । \nथोरै शब्दहरु भएको पानाहरु नतिजामा देखिन्न । " +msgstr "" +"यहाँबाट तपाईंले यी ड्कुमेन्टहरु खोज्नसक्नु हुन्छ । खोज्न शब्दहरु\n" +"तलको बक्समा लेख्‍नुहोस र \"खोज्नुहोस्\"थिच्नुहोस । खोज्नुहोस्\n" +"फन्क्सनले आफै सबै शब्दहरु खोज्छ । \n" +"थोरै शब्दहरु भएको पानाहरु नतिजामा देखिन्न । " -#: sphinx/themes/basic/search.html:39 -#: sphinx/themes/basic/searchresults.html:17 +#: sphinx/themes/basic/search.html:39 sphinx/themes/basic/searchresults.html:17 msgid "search" msgstr "खोज्नुहोस्" -#: sphinx/themes/basic/search.html:43 -#: sphinx/themes/basic/searchresults.html:21 -#: sphinx/themes/basic/static/searchtools.js_t:281 +#: sphinx/themes/basic/search.html:43 sphinx/themes/basic/searchresults.html:21 +#: sphinx/themes/basic/static/searchtools.js_t:282 msgid "Search Results" msgstr "खोजेको नतिजा" -#: sphinx/themes/basic/search.html:45 -#: sphinx/themes/basic/searchresults.html:23 -#: sphinx/themes/basic/static/searchtools.js_t:283 +#: sphinx/themes/basic/search.html:45 sphinx/themes/basic/searchresults.html:23 +#: sphinx/themes/basic/static/searchtools.js_t:284 msgid "" -"Your search did not match any documents. Please make sure that all words are" -" spelled correctly and that you've selected enough categories." +"Your search did not match any documents. Please make sure that all words " +"are spelled correctly and that you've selected enough categories." msgstr "" #: sphinx/themes/basic/searchbox.html:12 @@ -787,33 +796,33 @@ msgstr "C API का परिवर्तनहरु " msgid "Other changes" msgstr "अरु परिवर्तनहरु " -#: sphinx/themes/basic/static/doctools.js:166 sphinx/writers/html.py:610 -#: sphinx/writers/html.py:615 +#: sphinx/themes/basic/static/doctools.js_t:169 sphinx/writers/html.py:668 +#: sphinx/writers/html.py:673 msgid "Permalink to this headline" msgstr "यो शिर्षकको लागि पर्मालिन्क । " -#: sphinx/themes/basic/static/doctools.js:172 sphinx/writers/html.py:107 +#: sphinx/themes/basic/static/doctools.js_t:175 sphinx/writers/html.py:105 msgid "Permalink to this definition" msgstr "यो अर्थको लागि पर्मालिन्क" -#: sphinx/themes/basic/static/doctools.js:205 +#: sphinx/themes/basic/static/doctools.js_t:208 msgid "Hide Search Matches" msgstr "खोजेको नतिजाहरु लुकाउनुहोस्" -#: sphinx/themes/basic/static/searchtools.js_t:119 +#: sphinx/themes/basic/static/searchtools.js_t:121 msgid "Searching" msgstr "" -#: sphinx/themes/basic/static/searchtools.js_t:124 +#: sphinx/themes/basic/static/searchtools.js_t:126 msgid "Preparing search..." msgstr "" -#: sphinx/themes/basic/static/searchtools.js_t:285 +#: sphinx/themes/basic/static/searchtools.js_t:286 #, python-format msgid "Search finished, found %s page(s) matching the search query." msgstr "" -#: sphinx/themes/basic/static/searchtools.js_t:337 +#: sphinx/themes/basic/static/searchtools.js_t:338 msgid ", in " msgstr "" @@ -830,44 +839,56 @@ msgstr "साइडबर सानो बनाउनुहोस्" msgid "Contents" msgstr "विषयसूची" -#: sphinx/writers/html.py:334 +#: sphinx/writers/html.py:349 msgid "Permalink to this code" msgstr "" -#: sphinx/writers/html.py:337 +#: sphinx/writers/html.py:353 msgid "Permalink to this image" msgstr "" -#: sphinx/writers/html.py:339 +#: sphinx/writers/html.py:355 msgid "Permalink to this toctree" msgstr "" -#: sphinx/writers/html.py:619 +#: sphinx/writers/html.py:677 msgid "Permalink to this table" msgstr "" -#: sphinx/writers/latex.py:199 +#: sphinx/writers/latex.py:344 msgid "Release" msgstr "रीलीज" -#: sphinx/writers/latex.py:697 sphinx/writers/manpage.py:177 -#: sphinx/writers/texinfo.py:616 +#: sphinx/writers/latex.py:408 +#, fuzzy +msgid "page" +msgstr "खतरा" + +#: sphinx/writers/latex.py:908 sphinx/writers/manpage.py:226 +#: sphinx/writers/texinfo.py:620 msgid "Footnotes" msgstr "फूट्नोट्स" -#: sphinx/writers/latex.py:785 +#: sphinx/writers/latex.py:1010 msgid "continued from previous page" msgstr "अघिल्लो पानासँग जोडीएको" -#: sphinx/writers/latex.py:791 +#: sphinx/writers/latex.py:1016 msgid "Continued on next page" msgstr "अर्को पानासँग जोडीएको" -#: sphinx/writers/manpage.py:223 sphinx/writers/text.py:541 +#: sphinx/writers/manpage.py:275 sphinx/writers/text.py:582 #, python-format msgid "[image: %s]" msgstr "" -#: sphinx/writers/manpage.py:224 sphinx/writers/text.py:542 +#: sphinx/writers/manpage.py:276 sphinx/writers/text.py:583 msgid "[image]" msgstr "[चित्र]" + +#~ msgid "%B %d, %Y" +#~ msgstr "%B %d, %Y" + +#~ msgid "%b %d, %Y" +#~ msgstr "%b %d, %Y" + diff --git a/sphinx/locale/nl/LC_MESSAGES/sphinx.js b/sphinx/locale/nl/LC_MESSAGES/sphinx.js index fcd84b5b5..e2353331f 100644 --- a/sphinx/locale/nl/LC_MESSAGES/sphinx.js +++ b/sphinx/locale/nl/LC_MESSAGES/sphinx.js @@ -1 +1 @@ -Documentation.addTranslations({"locale": "nl", "plural_expr": "(n != 1)", "messages": {"Next topic": "Volgend onderwerp", "Index": "Index", "%(filename)s — %(docstitle)s": "%(filename)s — %(docstitle)s", "Welcome! This is": "", "Copyright": "Copyright", "C API changes": "Veranderingen in de C-API", "quick access to all modules": "sneltoegang naar alle modules", "© Copyright %(copyright)s.": "© Copyright %(copyright)s.", "Global Module Index": "Globale Module-index", "Your search did not match any documents. Please make sure that all words are spelled correctly and that you've selected enough categories.": "", "Index – %(key)s": "Index – %(key)s", "General Index": "Algemene index", "next chapter": "volgend hoofdstuk", "Search finished, found %s page(s) matching the search query.": "", "previous chapter": "Vorig hoofdstuk", "Permalink to this headline": "Permalink naar deze titel", "About these documents": "Over deze documenten", "Preparing search...": "", ", in ": "", "Navigation": "Navigatie", "Expand sidebar": "", "the documentation for": "", "Complete Table of Contents": "Volledige inhoudsopgave", "Contents": "Inhoud", "can be huge": "kan heel groot zijn", "Changes in Version %(version)s — %(docstitle)s": "Veranderingen in versie %(version)s — %(docstitle)s", "Other changes": "Andere veranderingen", "Hide Search Matches": "Zoekresultaten verbergen", "Quick search": "Snel zoeken", "Show Source": "Broncode weergeven", "Search": "Zoeken", "This Page": "Deze pagina", "From here you can search these documents. Enter your search\n words into the box below and click \"search\". Note that the search\n function will automatically search for all of the words. Pages\n containing fewer words won't appear in the result list.": "Hier kan u de documenten doorzoeken. Geef enkele trefwoorden\n in het veld hieronder en klik \"zoeken\". Merk op dat de zoekfunctie\n steeds naar alle woorden zoekt. Pagina's die minder woorden bevatten\n zullen niet tussen de resultaten verschijnen.", "Created using Sphinx %(sphinx_version)s.": "Aangemaakt met Sphinx %(sphinx_version)s.", "last updated": "", "Collapse sidebar": "", "Go": "Ga", "Table Of Contents": "Inhoudsopgave", "Search within %(docstitle)s": "Zoeken in %(docstitle)s", "all functions, classes, terms": "alle functies, klasses en begrippen", "Please activate JavaScript to enable the search\n functionality.": "Activeer JavaSscript om de zoekfunctionaliteit in te schakelen.", "Indices and tables:": "Indices en tabellen:", "lists all sections and subsections": "geeft alle secties en subsecties weer", "Index pages by letter": "Index pagineerd per letter", "search": "zoeken", "Permalink to this definition": "Permalink naar deze definitie", "Previous topic": "Vorig onderwerp", "Overview": "Overzicht", "Last updated on %(last_updated)s.": "Laatste aanpassing op %(last_updated)s.", "Searching": "", "search this documentation": "zoeken in deze documentatie", "Automatically generated list of changes in version %(version)s": "Automatisch gegenereerde lijst van veranderingen in versie %(version)s", "Full index on one page": "Volledige index op een pagina", "Enter search terms or a module, class or function name.": "Geef zoekterm of de naam van een module, klasse of functie.", "© Copyright %(copyright)s.": "© Copyright %(copyright)s.", "Library changes": "Veranderingen in de bibliotheek", "Search Page": "Zoekpagina", "Search Results": "Zoekresultaten"}}); \ No newline at end of file +Documentation.addTranslations({"locale": "nl", "messages": {"%(filename)s — %(docstitle)s": "%(filename)s — %(docstitle)s", "© Copyright %(copyright)s.": "© Copyright %(copyright)s.", "© Copyright %(copyright)s.": "© Copyright %(copyright)s.", ", in ": "", "About these documents": "Over deze documenten", "Automatically generated list of changes in version %(version)s": "Automatisch gegenereerde lijst van veranderingen in versie %(version)s", "C API changes": "Veranderingen in de C-API", "Changes in Version %(version)s — %(docstitle)s": "Veranderingen in versie %(version)s — %(docstitle)s", "Collapse sidebar": "", "Complete Table of Contents": "Volledige inhoudsopgave", "Contents": "Inhoud", "Copyright": "Copyright", "Created using Sphinx %(sphinx_version)s.": "Aangemaakt met Sphinx %(sphinx_version)s.", "Enter search terms or a module, class or function name.": "Geef zoekterm of de naam van een module, klasse of functie.", "Expand sidebar": "", "From here you can search these documents. Enter your search\n words into the box below and click \"search\". Note that the search\n function will automatically search for all of the words. Pages\n containing fewer words won't appear in the result list.": "Hier kan u de documenten doorzoeken. Geef enkele trefwoorden\n in het veld hieronder en klik \"zoeken\". Merk op dat de zoekfunctie\n steeds naar alle woorden zoekt. Pagina's die minder woorden bevatten\n zullen niet tussen de resultaten verschijnen.", "Full index on one page": "Volledige index op een pagina", "General Index": "Algemene index", "Global Module Index": "Globale Module-index", "Go": "Ga", "Hide Search Matches": "Zoekresultaten verbergen", "Index": "Index", "Index – %(key)s": "Index – %(key)s", "Index pages by letter": "Index pagineerd per letter", "Indices and tables:": "Indices en tabellen:", "Last updated on %(last_updated)s.": "Laatste aanpassing op %(last_updated)s.", "Library changes": "Veranderingen in de bibliotheek", "Navigation": "Navigatie", "Next topic": "Volgend onderwerp", "Other changes": "Andere veranderingen", "Overview": "Overzicht", "Permalink to this definition": "Permalink naar deze definitie", "Permalink to this headline": "Permalink naar deze titel", "Please activate JavaScript to enable the search\n functionality.": "Activeer JavaSscript om de zoekfunctionaliteit in te schakelen.", "Preparing search...": "", "Previous topic": "Vorig onderwerp", "Quick search": "Snel zoeken", "Search": "Zoeken", "Search Page": "Zoekpagina", "Search Results": "Zoekresultaten", "Search finished, found %s page(s) matching the search query.": "", "Search within %(docstitle)s": "Zoeken in %(docstitle)s", "Searching": "", "Show Source": "Broncode weergeven", "Table Of Contents": "Inhoudsopgave", "This Page": "Deze pagina", "Welcome! This is": "", "Your search did not match any documents. Please make sure that all words are spelled correctly and that you've selected enough categories.": "", "all functions, classes, terms": "alle functies, klasses en begrippen", "can be huge": "kan heel groot zijn", "last updated": "", "lists all sections and subsections": "geeft alle secties en subsecties weer", "next chapter": "volgend hoofdstuk", "previous chapter": "Vorig hoofdstuk", "quick access to all modules": "sneltoegang naar alle modules", "search": "zoeken", "search this documentation": "zoeken in deze documentatie", "the documentation for": ""}, "plural_expr": "(n != 1)"}); \ No newline at end of file diff --git a/sphinx/locale/nl/LC_MESSAGES/sphinx.mo b/sphinx/locale/nl/LC_MESSAGES/sphinx.mo index 187be095c..d616831ef 100644 Binary files a/sphinx/locale/nl/LC_MESSAGES/sphinx.mo and b/sphinx/locale/nl/LC_MESSAGES/sphinx.mo differ diff --git a/sphinx/locale/nl/LC_MESSAGES/sphinx.po b/sphinx/locale/nl/LC_MESSAGES/sphinx.po index f4f42c308..6e3558838 100644 --- a/sphinx/locale/nl/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/nl/LC_MESSAGES/sphinx.po @@ -1,55 +1,55 @@ -# Translations template for Sphinx. -# Copyright (C) 2015 ORGANIZATION +# Dutch translations for Sphinx. +# Copyright (C) 2016 ORGANIZATION # This file is distributed under the same license as the Sphinx project. -# -# Translators: -# FIRST AUTHOR , 2008 +# FIRST AUTHOR , 2016. +# msgid "" msgstr "" -"Project-Id-Version: Sphinx\n" +"Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2015-03-08 23:31+0900\n" +"POT-Creation-Date: 2016-02-14 22:15+0900\n" "PO-Revision-Date: 2015-03-08 14:35+0000\n" "Last-Translator: Takayuki Shimizukawa \n" -"Language-Team: Dutch (http://www.transifex.com/projects/p/sphinx-1/language/nl/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 1.3\n" "Language: nl\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"Language-Team: Dutch " +"(http://www.transifex.com/projects/p/sphinx-1/language/nl/)\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.2.0\n" -#: sphinx/config.py:80 +#: sphinx/config.py:84 #, python-format msgid "Fig. %s" msgstr "" -#: sphinx/config.py:81 +#: sphinx/config.py:85 #, python-format msgid "Table %s" msgstr "" -#: sphinx/config.py:82 +#: sphinx/config.py:86 #, python-format msgid "Listing %s" msgstr "" -#: sphinx/config.py:89 +#: sphinx/config.py:93 #, python-format msgid "%s %s documentation" msgstr "%s %s documentatie" -#: sphinx/environment.py:1880 +#: sphinx/environment.py:1815 #, python-format msgid "see %s" msgstr "zie %s" -#: sphinx/environment.py:1883 +#: sphinx/environment.py:1819 #, python-format msgid "see also %s" msgstr "zie %s" -#: sphinx/environment.py:1941 +#: sphinx/environment.py:1879 msgid "Symbols" msgstr "" @@ -58,11 +58,10 @@ msgstr "" msgid "Python Enhancement Proposals; PEP %s" msgstr "Python Enhancement Proposals; PEP %s" -#: sphinx/transforms.py:58 sphinx/writers/latex.py:212 -#: sphinx/writers/manpage.py:67 sphinx/writers/texinfo.py:221 -#, python-format -msgid "%B %d, %Y" -msgstr "%d. %B %Y" +#: sphinx/transforms.py:56 sphinx/writers/latex.py:357 +#: sphinx/writers/manpage.py:101 sphinx/writers/texinfo.py:222 +msgid "MMMM dd, YYYY" +msgstr "" #: sphinx/builders/changes.py:75 msgid "Builtins" @@ -72,64 +71,63 @@ msgstr "Builtins" msgid "Module level" msgstr "Moduleniveau" -#: sphinx/builders/html.py:291 -#, python-format -msgid "%b %d, %Y" -msgstr "%d.%b.%Y" +#: sphinx/builders/html.py:295 +msgid "MMM dd, YYYY" +msgstr "" -#: sphinx/builders/html.py:310 sphinx/themes/basic/defindex.html:30 +#: sphinx/builders/html.py:315 sphinx/themes/basic/defindex.html:30 msgid "General Index" msgstr "Algemene index" -#: sphinx/builders/html.py:310 +#: sphinx/builders/html.py:315 msgid "index" msgstr "Index" -#: sphinx/builders/html.py:371 +#: sphinx/builders/html.py:376 msgid "next" msgstr "volgende" -#: sphinx/builders/html.py:380 +#: sphinx/builders/html.py:385 msgid "previous" msgstr "vorige" -#: sphinx/builders/latex.py:144 sphinx/builders/texinfo.py:198 +#: sphinx/builders/latex.py:165 sphinx/builders/texinfo.py:199 msgid " (in " msgstr "" -#: sphinx/directives/other.py:150 +#: sphinx/directives/other.py:149 msgid "Section author: " msgstr "Auteur van deze sectie: " -#: sphinx/directives/other.py:152 +#: sphinx/directives/other.py:151 msgid "Module author: " msgstr "Auteur van deze module: " -#: sphinx/directives/other.py:154 +#: sphinx/directives/other.py:153 msgid "Code author: " msgstr "" -#: sphinx/directives/other.py:156 +#: sphinx/directives/other.py:155 msgid "Author: " msgstr "Auteur: " -#: sphinx/domains/__init__.py:273 +#: sphinx/domains/__init__.py:275 #, python-format msgid "%s %s" msgstr "" -#: sphinx/domains/c.py:58 sphinx/domains/cpp.py:2408 -#: sphinx/domains/python.py:122 +#: sphinx/domains/c.py:58 sphinx/domains/cpp.py:3605 +#: sphinx/domains/python.py:124 msgid "Parameters" msgstr "Parameters" -#: sphinx/domains/c.py:61 sphinx/domains/cpp.py:2414 -#: sphinx/domains/javascript.py:128 sphinx/domains/python.py:134 +#: sphinx/domains/c.py:61 sphinx/domains/cpp.py:3614 +#: sphinx/domains/javascript.py:128 sphinx/domains/python.py:136 msgid "Returns" msgstr "Returns" #: sphinx/domains/c.py:63 sphinx/domains/javascript.py:130 -#: sphinx/domains/python.py:136 +#: sphinx/domains/python.py:138 msgid "Return type" msgstr "Return type" @@ -158,12 +156,12 @@ msgstr "%s (C type)" msgid "%s (C variable)" msgstr "%s (C-variabele)" -#: sphinx/domains/c.py:242 sphinx/domains/cpp.py:2680 -#: sphinx/domains/javascript.py:164 sphinx/domains/python.py:587 +#: sphinx/domains/c.py:242 sphinx/domains/cpp.py:3953 +#: sphinx/domains/javascript.py:164 sphinx/domains/python.py:589 msgid "function" msgstr "functie" -#: sphinx/domains/c.py:243 sphinx/domains/cpp.py:2681 +#: sphinx/domains/c.py:243 sphinx/domains/cpp.py:3954 msgid "member" msgstr "member" @@ -171,7 +169,7 @@ msgstr "member" msgid "macro" msgstr "macro" -#: sphinx/domains/c.py:245 sphinx/domains/cpp.py:2682 +#: sphinx/domains/c.py:245 sphinx/domains/cpp.py:3955 msgid "type" msgstr "type" @@ -179,59 +177,64 @@ msgstr "type" msgid "variable" msgstr "variabele" -#: sphinx/domains/cpp.py:2411 sphinx/domains/javascript.py:125 +#: sphinx/domains/cpp.py:3608 +#, fuzzy +msgid "Template Parameters" +msgstr "Parameters" + +#: sphinx/domains/cpp.py:3611 sphinx/domains/javascript.py:125 msgid "Throws" msgstr "" -#: sphinx/domains/cpp.py:2518 +#: sphinx/domains/cpp.py:3733 #, python-format msgid "%s (C++ type)" msgstr "%s (C++ type)" -#: sphinx/domains/cpp.py:2531 +#: sphinx/domains/cpp.py:3744 #, python-format msgid "%s (C++ member)" msgstr "%s (C++ member)" -#: sphinx/domains/cpp.py:2543 +#: sphinx/domains/cpp.py:3755 #, python-format msgid "%s (C++ function)" msgstr "%s (C++ functie)" -#: sphinx/domains/cpp.py:2555 +#: sphinx/domains/cpp.py:3766 #, python-format msgid "%s (C++ class)" msgstr "%s (C++ klasse)" -#: sphinx/domains/cpp.py:2579 +#: sphinx/domains/cpp.py:3786 #, python-format msgid "%s (C++ enum)" msgstr "" -#: sphinx/domains/cpp.py:2617 +#: sphinx/domains/cpp.py:3816 #, python-format msgid "%s (C++ enumerator)" msgstr "" -#: sphinx/domains/cpp.py:2679 sphinx/domains/javascript.py:165 -#: sphinx/domains/python.py:589 +#: sphinx/domains/cpp.py:3952 sphinx/domains/javascript.py:165 +#: sphinx/domains/python.py:591 msgid "class" msgstr "klasse" -#: sphinx/domains/cpp.py:2683 +#: sphinx/domains/cpp.py:3956 msgid "enum" msgstr "" -#: sphinx/domains/cpp.py:2684 +#: sphinx/domains/cpp.py:3957 msgid "enumerator" msgstr "" -#: sphinx/domains/javascript.py:106 sphinx/domains/python.py:280 +#: sphinx/domains/javascript.py:106 sphinx/domains/python.py:282 #, python-format msgid "%s() (built-in function)" msgstr "%s() (geïntegreerde functie)" -#: sphinx/domains/javascript.py:107 sphinx/domains/python.py:344 +#: sphinx/domains/javascript.py:107 sphinx/domains/python.py:346 #, python-format msgid "%s() (%s method)" msgstr "%s() (%s methode)" @@ -246,7 +249,7 @@ msgstr "%s() (klasse)" msgid "%s (global variable or constant)" msgstr "%s (globale variabele of constante)" -#: sphinx/domains/javascript.py:113 sphinx/domains/python.py:382 +#: sphinx/domains/javascript.py:113 sphinx/domains/python.py:384 #, python-format msgid "%s (%s attribute)" msgstr "%s (%s attribuut)" @@ -255,116 +258,116 @@ msgstr "%s (%s attribuut)" msgid "Arguments" msgstr "" -#: sphinx/domains/javascript.py:166 sphinx/domains/python.py:588 +#: sphinx/domains/javascript.py:166 sphinx/domains/python.py:590 msgid "data" msgstr "" -#: sphinx/domains/javascript.py:167 sphinx/domains/python.py:594 +#: sphinx/domains/javascript.py:167 sphinx/domains/python.py:596 msgid "attribute" msgstr "attribuut" -#: sphinx/domains/python.py:127 +#: sphinx/domains/python.py:129 msgid "Variables" msgstr "" -#: sphinx/domains/python.py:131 +#: sphinx/domains/python.py:133 msgid "Raises" msgstr "Veroorzaakt" -#: sphinx/domains/python.py:281 sphinx/domains/python.py:338 -#: sphinx/domains/python.py:350 sphinx/domains/python.py:363 +#: sphinx/domains/python.py:283 sphinx/domains/python.py:340 +#: sphinx/domains/python.py:352 sphinx/domains/python.py:365 #, python-format msgid "%s() (in module %s)" msgstr "%s() (in module %s)" -#: sphinx/domains/python.py:284 +#: sphinx/domains/python.py:286 #, python-format msgid "%s (built-in variable)" msgstr "%s (geïntegreerde variabele)" -#: sphinx/domains/python.py:285 sphinx/domains/python.py:376 +#: sphinx/domains/python.py:287 sphinx/domains/python.py:378 #, python-format msgid "%s (in module %s)" msgstr "%s (in module %s)" -#: sphinx/domains/python.py:301 +#: sphinx/domains/python.py:303 #, python-format msgid "%s (built-in class)" msgstr "%s (geïntegreerde klasse)" -#: sphinx/domains/python.py:302 +#: sphinx/domains/python.py:304 #, python-format msgid "%s (class in %s)" msgstr "%s (klasse in %s)" -#: sphinx/domains/python.py:342 +#: sphinx/domains/python.py:344 #, python-format msgid "%s() (%s.%s method)" msgstr "%s() (%s.%s methode)" -#: sphinx/domains/python.py:354 +#: sphinx/domains/python.py:356 #, python-format msgid "%s() (%s.%s static method)" msgstr "%s() (%s.%s statische methode)" -#: sphinx/domains/python.py:357 +#: sphinx/domains/python.py:359 #, python-format msgid "%s() (%s static method)" msgstr "%s() (%s statische methode)" -#: sphinx/domains/python.py:367 +#: sphinx/domains/python.py:369 #, python-format msgid "%s() (%s.%s class method)" msgstr "" -#: sphinx/domains/python.py:370 +#: sphinx/domains/python.py:372 #, python-format msgid "%s() (%s class method)" msgstr "" -#: sphinx/domains/python.py:380 +#: sphinx/domains/python.py:382 #, python-format msgid "%s (%s.%s attribute)" msgstr "%s (%s.%s attribuut)" -#: sphinx/domains/python.py:461 +#: sphinx/domains/python.py:463 #, python-format msgid "%s (module)" msgstr "%s (module)" -#: sphinx/domains/python.py:518 +#: sphinx/domains/python.py:520 msgid "Python Module Index" msgstr "" -#: sphinx/domains/python.py:519 +#: sphinx/domains/python.py:521 msgid "modules" msgstr "modules" -#: sphinx/domains/python.py:565 +#: sphinx/domains/python.py:567 msgid "Deprecated" msgstr "Verouderd" -#: sphinx/domains/python.py:590 sphinx/locale/__init__.py:181 +#: sphinx/domains/python.py:592 sphinx/locale/__init__.py:183 msgid "exception" msgstr "exceptie" -#: sphinx/domains/python.py:591 +#: sphinx/domains/python.py:593 msgid "method" msgstr "" -#: sphinx/domains/python.py:592 +#: sphinx/domains/python.py:594 msgid "class method" msgstr "" -#: sphinx/domains/python.py:593 +#: sphinx/domains/python.py:595 msgid "static method" msgstr "statische methode" -#: sphinx/domains/python.py:595 sphinx/locale/__init__.py:177 +#: sphinx/domains/python.py:597 sphinx/locale/__init__.py:179 msgid "module" msgstr "module" -#: sphinx/domains/python.py:760 +#: sphinx/domains/python.py:762 msgid " (deprecated)" msgstr " (verouderd)" @@ -396,64 +399,64 @@ msgstr "omgevingsvariabele; %s" msgid "%scommand line option; %s" msgstr "%sopdrachtregel optie; %s" -#: sphinx/domains/std.py:443 +#: sphinx/domains/std.py:433 msgid "glossary term" msgstr "" -#: sphinx/domains/std.py:444 +#: sphinx/domains/std.py:434 msgid "grammar token" msgstr "" -#: sphinx/domains/std.py:445 +#: sphinx/domains/std.py:435 msgid "reference label" msgstr "" -#: sphinx/domains/std.py:447 +#: sphinx/domains/std.py:437 msgid "environment variable" msgstr "omgevingsvariabele" -#: sphinx/domains/std.py:448 +#: sphinx/domains/std.py:438 msgid "program option" msgstr "" -#: sphinx/domains/std.py:481 sphinx/themes/basic/genindex-single.html:32 +#: sphinx/domains/std.py:471 sphinx/themes/basic/genindex-single.html:32 #: sphinx/themes/basic/genindex-single.html:57 #: sphinx/themes/basic/genindex-split.html:11 #: sphinx/themes/basic/genindex-split.html:14 #: sphinx/themes/basic/genindex.html:32 sphinx/themes/basic/genindex.html:35 #: sphinx/themes/basic/genindex.html:68 sphinx/themes/basic/layout.html:134 -#: sphinx/writers/latex.py:201 sphinx/writers/texinfo.py:479 +#: sphinx/writers/latex.py:346 sphinx/writers/texinfo.py:481 msgid "Index" msgstr "Index" -#: sphinx/domains/std.py:482 +#: sphinx/domains/std.py:472 msgid "Module Index" msgstr "Module-index" -#: sphinx/domains/std.py:483 sphinx/themes/basic/defindex.html:25 +#: sphinx/domains/std.py:473 sphinx/themes/basic/defindex.html:25 msgid "Search Page" msgstr "Zoekpagina" -#: sphinx/ext/autodoc.py:1139 +#: sphinx/ext/autodoc.py:1265 #, python-format msgid " Bases: %s" msgstr "" -#: sphinx/ext/autodoc.py:1181 +#: sphinx/ext/autodoc.py:1318 #, python-format msgid "alias of :class:`%s`" msgstr "" -#: sphinx/ext/graphviz.py:293 sphinx/ext/graphviz.py:301 +#: sphinx/ext/graphviz.py:307 sphinx/ext/graphviz.py:316 #, python-format msgid "[graph: %s]" msgstr "" -#: sphinx/ext/graphviz.py:295 sphinx/ext/graphviz.py:303 +#: sphinx/ext/graphviz.py:309 sphinx/ext/graphviz.py:318 msgid "[graph]" msgstr "" -#: sphinx/ext/intersphinx.py:257 +#: sphinx/ext/intersphinx.py:359 #, python-format msgid "(in %s v%s)" msgstr "" @@ -462,112 +465,117 @@ msgstr "" msgid "[source]" msgstr "" -#: sphinx/ext/todo.py:43 +#: sphinx/ext/todo.py:56 msgid "Todo" msgstr "Te doen" -#: sphinx/ext/todo.py:113 -#, python-format -msgid "(The <> is located in %s, line %d.)" +#: sphinx/ext/todo.py:129 +#, fuzzy +msgid "<>" +msgstr "originele item" + +#: sphinx/ext/todo.py:132 +#, fuzzy, python-format +msgid "(The <> is located in %s, line %d.)" msgstr "(Het <> is te vinden in %s, regel %d.)" -#: sphinx/ext/todo.py:122 +#: sphinx/ext/todo.py:141 msgid "original entry" msgstr "originele item" -#: sphinx/ext/viewcode.py:158 +#: sphinx/ext/viewcode.py:162 msgid "[docs]" msgstr "" -#: sphinx/ext/viewcode.py:172 +#: sphinx/ext/viewcode.py:176 msgid "Module code" msgstr "" -#: sphinx/ext/viewcode.py:178 +#: sphinx/ext/viewcode.py:182 #, python-format msgid "

Source code for %s

" msgstr "" -#: sphinx/ext/viewcode.py:204 +#: sphinx/ext/viewcode.py:208 msgid "Overview: module code" msgstr "" -#: sphinx/ext/viewcode.py:205 +#: sphinx/ext/viewcode.py:209 msgid "

All modules for which code is available

" msgstr "" -#: sphinx/locale/__init__.py:157 +#: sphinx/locale/__init__.py:159 msgid "Attention" msgstr "Let op" -#: sphinx/locale/__init__.py:158 +#: sphinx/locale/__init__.py:160 msgid "Caution" msgstr "Pas op" -#: sphinx/locale/__init__.py:159 +#: sphinx/locale/__init__.py:161 msgid "Danger" msgstr "Gevaar" -#: sphinx/locale/__init__.py:160 +#: sphinx/locale/__init__.py:162 msgid "Error" msgstr "Fout" -#: sphinx/locale/__init__.py:161 +#: sphinx/locale/__init__.py:163 msgid "Hint" msgstr "Hint" -#: sphinx/locale/__init__.py:162 +#: sphinx/locale/__init__.py:164 msgid "Important" msgstr "Belangrijk" -#: sphinx/locale/__init__.py:163 +#: sphinx/locale/__init__.py:165 msgid "Note" msgstr "Notitie" -#: sphinx/locale/__init__.py:164 +#: sphinx/locale/__init__.py:166 msgid "See also" msgstr "Zie ook" -#: sphinx/locale/__init__.py:165 +#: sphinx/locale/__init__.py:167 msgid "Tip" msgstr "Tip" -#: sphinx/locale/__init__.py:166 +#: sphinx/locale/__init__.py:168 msgid "Warning" msgstr "Waarschuwing" -#: sphinx/locale/__init__.py:170 +#: sphinx/locale/__init__.py:172 #, python-format msgid "New in version %s" msgstr "Nieuw in versie %s" -#: sphinx/locale/__init__.py:171 +#: sphinx/locale/__init__.py:173 #, python-format msgid "Changed in version %s" msgstr "Veranderd in versie %s" -#: sphinx/locale/__init__.py:172 +#: sphinx/locale/__init__.py:174 #, python-format msgid "Deprecated since version %s" msgstr "Verouderd sinds versie %s" -#: sphinx/locale/__init__.py:178 +#: sphinx/locale/__init__.py:180 msgid "keyword" msgstr "trefwoord" -#: sphinx/locale/__init__.py:179 +#: sphinx/locale/__init__.py:181 msgid "operator" msgstr "operator" -#: sphinx/locale/__init__.py:180 +#: sphinx/locale/__init__.py:182 msgid "object" msgstr "object" -#: sphinx/locale/__init__.py:182 +#: sphinx/locale/__init__.py:184 msgid "statement" msgstr "statement" -#: sphinx/locale/__init__.py:183 +#: sphinx/locale/__init__.py:185 msgid "built-in function" msgstr "ingebouwde functie" @@ -695,7 +703,9 @@ msgstr "Laatste aanpassing op %(last_updated)s." msgid "" "Created using Sphinx " "%(sphinx_version)s." -msgstr "Aangemaakt met Sphinx %(sphinx_version)s." +msgstr "" +"Aangemaakt met Sphinx " +"%(sphinx_version)s." #: sphinx/themes/basic/opensearch.xml:4 #, python-format @@ -730,25 +740,28 @@ msgid "" " words into the box below and click \"search\". Note that the search\n" " function will automatically search for all of the words. Pages\n" " containing fewer words won't appear in the result list." -msgstr "Hier kan u de documenten doorzoeken. Geef enkele trefwoorden\n in het veld hieronder en klik \"zoeken\". Merk op dat de zoekfunctie\n steeds naar alle woorden zoekt. Pagina's die minder woorden bevatten\n zullen niet tussen de resultaten verschijnen." +msgstr "" +"Hier kan u de documenten doorzoeken. Geef enkele trefwoorden\n" +" in het veld hieronder en klik \"zoeken\". Merk op dat de zoekfunctie" +"\n" +" steeds naar alle woorden zoekt. Pagina's die minder woorden bevatten" +"\n" +" zullen niet tussen de resultaten verschijnen." -#: sphinx/themes/basic/search.html:39 -#: sphinx/themes/basic/searchresults.html:17 +#: sphinx/themes/basic/search.html:39 sphinx/themes/basic/searchresults.html:17 msgid "search" msgstr "zoeken" -#: sphinx/themes/basic/search.html:43 -#: sphinx/themes/basic/searchresults.html:21 -#: sphinx/themes/basic/static/searchtools.js_t:281 +#: sphinx/themes/basic/search.html:43 sphinx/themes/basic/searchresults.html:21 +#: sphinx/themes/basic/static/searchtools.js_t:282 msgid "Search Results" msgstr "Zoekresultaten" -#: sphinx/themes/basic/search.html:45 -#: sphinx/themes/basic/searchresults.html:23 -#: sphinx/themes/basic/static/searchtools.js_t:283 +#: sphinx/themes/basic/search.html:45 sphinx/themes/basic/searchresults.html:23 +#: sphinx/themes/basic/static/searchtools.js_t:284 msgid "" -"Your search did not match any documents. Please make sure that all words are" -" spelled correctly and that you've selected enough categories." +"Your search did not match any documents. Please make sure that all words " +"are spelled correctly and that you've selected enough categories." msgstr "" #: sphinx/themes/basic/searchbox.html:12 @@ -787,33 +800,33 @@ msgstr "Veranderingen in de C-API" msgid "Other changes" msgstr "Andere veranderingen" -#: sphinx/themes/basic/static/doctools.js:166 sphinx/writers/html.py:610 -#: sphinx/writers/html.py:615 +#: sphinx/themes/basic/static/doctools.js_t:169 sphinx/writers/html.py:668 +#: sphinx/writers/html.py:673 msgid "Permalink to this headline" msgstr "Permalink naar deze titel" -#: sphinx/themes/basic/static/doctools.js:172 sphinx/writers/html.py:107 +#: sphinx/themes/basic/static/doctools.js_t:175 sphinx/writers/html.py:105 msgid "Permalink to this definition" msgstr "Permalink naar deze definitie" -#: sphinx/themes/basic/static/doctools.js:205 +#: sphinx/themes/basic/static/doctools.js_t:208 msgid "Hide Search Matches" msgstr "Zoekresultaten verbergen" -#: sphinx/themes/basic/static/searchtools.js_t:119 +#: sphinx/themes/basic/static/searchtools.js_t:121 msgid "Searching" msgstr "" -#: sphinx/themes/basic/static/searchtools.js_t:124 +#: sphinx/themes/basic/static/searchtools.js_t:126 msgid "Preparing search..." msgstr "" -#: sphinx/themes/basic/static/searchtools.js_t:285 +#: sphinx/themes/basic/static/searchtools.js_t:286 #, python-format msgid "Search finished, found %s page(s) matching the search query." msgstr "" -#: sphinx/themes/basic/static/searchtools.js_t:337 +#: sphinx/themes/basic/static/searchtools.js_t:338 msgid ", in " msgstr "" @@ -830,44 +843,56 @@ msgstr "" msgid "Contents" msgstr "Inhoud" -#: sphinx/writers/html.py:334 +#: sphinx/writers/html.py:349 msgid "Permalink to this code" msgstr "" -#: sphinx/writers/html.py:337 +#: sphinx/writers/html.py:353 msgid "Permalink to this image" msgstr "" -#: sphinx/writers/html.py:339 +#: sphinx/writers/html.py:355 msgid "Permalink to this toctree" msgstr "" -#: sphinx/writers/html.py:619 +#: sphinx/writers/html.py:677 msgid "Permalink to this table" msgstr "" -#: sphinx/writers/latex.py:199 +#: sphinx/writers/latex.py:344 msgid "Release" msgstr "Release" -#: sphinx/writers/latex.py:697 sphinx/writers/manpage.py:177 -#: sphinx/writers/texinfo.py:616 +#: sphinx/writers/latex.py:408 +#, fuzzy +msgid "page" +msgstr "Gevaar" + +#: sphinx/writers/latex.py:908 sphinx/writers/manpage.py:226 +#: sphinx/writers/texinfo.py:620 msgid "Footnotes" msgstr "Voetnoten" -#: sphinx/writers/latex.py:785 +#: sphinx/writers/latex.py:1010 msgid "continued from previous page" msgstr "Vervolgd van vorige pagina" -#: sphinx/writers/latex.py:791 +#: sphinx/writers/latex.py:1016 msgid "Continued on next page" msgstr "Vervolgd op volgende pagina" -#: sphinx/writers/manpage.py:223 sphinx/writers/text.py:541 +#: sphinx/writers/manpage.py:275 sphinx/writers/text.py:582 #, python-format msgid "[image: %s]" msgstr "" -#: sphinx/writers/manpage.py:224 sphinx/writers/text.py:542 +#: sphinx/writers/manpage.py:276 sphinx/writers/text.py:583 msgid "[image]" msgstr "[afbeelding]" + +#~ msgid "%B %d, %Y" +#~ msgstr "%d. %B %Y" + +#~ msgid "%b %d, %Y" +#~ msgstr "%d.%b.%Y" + diff --git a/sphinx/locale/pl/LC_MESSAGES/sphinx.js b/sphinx/locale/pl/LC_MESSAGES/sphinx.js index 447b72d18..ee778278a 100644 --- a/sphinx/locale/pl/LC_MESSAGES/sphinx.js +++ b/sphinx/locale/pl/LC_MESSAGES/sphinx.js @@ -1 +1 @@ -Documentation.addTranslations({"locale": "pl", "plural_expr": "(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)", "messages": {"Next topic": "Nast\u0119pny temat", "Index": "Indeks", "%(filename)s — %(docstitle)s": "%(filename)s — %(docstitle)s", "Welcome! This is": "Witaj! To jest", "Copyright": "Copyright", "C API changes": "Zmiany w C API", "quick access to all modules": "szybki dost\u0119p do wszystkich modu\u0142\u00f3w", "© Copyright %(copyright)s.": "© Copyright %(copyright)s.", "Global Module Index": "Globalny indeks modu\u0142\u00f3w", "Your search did not match any documents. Please make sure that all words are spelled correctly and that you've selected enough categories.": "Twoje wyszukiwanie nie da\u0142o \u017cadnych wynik\u00f3w. Upewnij si\u0119, \u017ce wszystkie s\u0142owa s\u0105 wpisane prawid\u0142owo i \u017ce wybra\u0142e\u015b dostateczn\u0105 ilo\u015b\u0107 kategorii.", "Index – %(key)s": "Indeks – %(key)s", "General Index": "Indeks og\u00f3lny", "next chapter": "nast\u0119pny rozdzia\u0142", "Search finished, found %s page(s) matching the search query.": "Wyszukiwanie zako\u0144czone. Liczba znalezionych stron pasuj\u0105cych do zapytania: %s.", "previous chapter": "poprzedni rozdzia\u0142", "Permalink to this headline": "Sta\u0142y odno\u015bnik do tego nag\u0142\u00f3wka", "About these documents": "O tych dokumentach", "Preparing search...": "Inicjalizacja wyszukiwania...", ", in ": ", w ", "Navigation": "Nawigacja", "Expand sidebar": "Rozwi\u0144 pasek boczny", "the documentation for": "dokumentacja do", "Complete Table of Contents": "Kompletny spis tre\u015bci", "Contents": "Tre\u015b\u0107", "can be huge": "mo\u017ce by\u0107 ogromny", "Changes in Version %(version)s — %(docstitle)s": "Zmiany w wersji %(version)s — %(docstitle)s", "Other changes": "Inne zmiany", "Hide Search Matches": "Ukryj wyniki wyszukiwania", "Quick search": "Szybkie wyszukiwanie", "Show Source": "Poka\u017c \u017ar\u00f3d\u0142o", "Search": "Szukaj", "This Page": "Ta strona", "From here you can search these documents. Enter your search\n words into the box below and click \"search\". Note that the search\n function will automatically search for all of the words. Pages\n containing fewer words won't appear in the result list.": "St\u0105d mo\u017cesz przeszuka\u0107 dokumentacj\u0119. Wprowad\u017a szukane\n s\u0142owa w poni\u017cszym okienku i kliknij \"Szukaj\". Zwr\u00f3\u0107 uwag\u0119, \u017ce\n funkcja szukaj\u0105ca b\u0119dzie automatycznie szuka\u0142a wszystkich s\u0142\u00f3w. Strony\n nie zawieraj\u0105ce wszystkich wpisanych s\u0142\u00f3w nie znajd\u0105 si\u0119 na wynikowej li\u015bcie.", "Created using Sphinx %(sphinx_version)s.": "Utworzone przy pomocy Sphinx'a %(sphinx_version)s.", "last updated": "ostatnio aktualizowana", "Collapse sidebar": "Zwi\u0144 pasek boczny", "Go": "Szukaj", "Table Of Contents": "Spis tre\u015bci", "Search within %(docstitle)s": "Szukaj po\u015br\u00f3d %(docstitle)s", "all functions, classes, terms": "wszystkie funkcje, klasy, terminy", "Please activate JavaScript to enable the search\n functionality.": "Aby umo\u017cliwi\u0107 wyszukiwanie, prosz\u0119 w\u0142\u0105czy\u0107 JavaScript.", "Indices and tables:": "Indeksy i tablice:", "lists all sections and subsections": "wszystkie rozdzia\u0142y i podrozdzia\u0142y", "Index pages by letter": "Strony indeksu alfabetycznie", "search": "szukaj", "Permalink to this definition": "Sta\u0142y odno\u015bnik do tej definicji", "Previous topic": "Poprzedni temat", "Overview": "Przegl\u0105d", "Last updated on %(last_updated)s.": "Ostatnia modyfikacja %(last_updated)s.", "Searching": "Wyszukiwanie", "search this documentation": "przeszukaj t\u0119 dokumentacj\u0119", "Automatically generated list of changes in version %(version)s": "Automatycznie wygenerowana lista zmian w wersji %(version)s", "Full index on one page": "Ca\u0142y indeks na jednej stronie", "Enter search terms or a module, class or function name.": "Wprowad\u017a szukany termin lub nazw\u0119 modu\u0142u, klasy lub funkcji.", "© Copyright %(copyright)s.": "© Copyright %(copyright)s.", "Library changes": "Zmiany w bibliotekach", "Search Page": "Wyszukiwanie", "Search Results": "Wyniki wyszukiwania"}}); \ No newline at end of file +Documentation.addTranslations({"locale": "pl", "messages": {"%(filename)s — %(docstitle)s": "%(filename)s — %(docstitle)s", "© Copyright %(copyright)s.": "© Copyright %(copyright)s.", "© Copyright %(copyright)s.": "© Copyright %(copyright)s.", ", in ": ", w ", "About these documents": "O tych dokumentach", "Automatically generated list of changes in version %(version)s": "Automatycznie wygenerowana lista zmian w wersji %(version)s", "C API changes": "Zmiany w C API", "Changes in Version %(version)s — %(docstitle)s": "Zmiany w wersji %(version)s — %(docstitle)s", "Collapse sidebar": "Zwi\u0144 pasek boczny", "Complete Table of Contents": "Kompletny spis tre\u015bci", "Contents": "Tre\u015b\u0107", "Copyright": "Copyright", "Created using Sphinx %(sphinx_version)s.": "Utworzone przy pomocy Sphinx'a %(sphinx_version)s.", "Enter search terms or a module, class or function name.": "Wprowad\u017a szukany termin lub nazw\u0119 modu\u0142u, klasy lub funkcji.", "Expand sidebar": "Rozwi\u0144 pasek boczny", "From here you can search these documents. Enter your search\n words into the box below and click \"search\". Note that the search\n function will automatically search for all of the words. Pages\n containing fewer words won't appear in the result list.": "St\u0105d mo\u017cesz przeszuka\u0107 dokumentacj\u0119. Wprowad\u017a szukane\n s\u0142owa w poni\u017cszym okienku i kliknij \"Szukaj\". Zwr\u00f3\u0107 uwag\u0119, \u017ce\n funkcja szukaj\u0105ca b\u0119dzie automatycznie szuka\u0142a wszystkich s\u0142\u00f3w. Strony\n nie zawieraj\u0105ce wszystkich wpisanych s\u0142\u00f3w nie znajd\u0105 si\u0119 na wynikowej li\u015bcie.", "Full index on one page": "Ca\u0142y indeks na jednej stronie", "General Index": "Indeks og\u00f3lny", "Global Module Index": "Globalny indeks modu\u0142\u00f3w", "Go": "Szukaj", "Hide Search Matches": "Ukryj wyniki wyszukiwania", "Index": "Indeks", "Index – %(key)s": "Indeks – %(key)s", "Index pages by letter": "Strony indeksu alfabetycznie", "Indices and tables:": "Indeksy i tablice:", "Last updated on %(last_updated)s.": "Ostatnia modyfikacja %(last_updated)s.", "Library changes": "Zmiany w bibliotekach", "Navigation": "Nawigacja", "Next topic": "Nast\u0119pny temat", "Other changes": "Inne zmiany", "Overview": "Przegl\u0105d", "Permalink to this definition": "Sta\u0142y odno\u015bnik do tej definicji", "Permalink to this headline": "Sta\u0142y odno\u015bnik do tego nag\u0142\u00f3wka", "Please activate JavaScript to enable the search\n functionality.": "Aby umo\u017cliwi\u0107 wyszukiwanie, prosz\u0119 w\u0142\u0105czy\u0107 JavaScript.", "Preparing search...": "Inicjalizacja wyszukiwania...", "Previous topic": "Poprzedni temat", "Quick search": "Szybkie wyszukiwanie", "Search": "Szukaj", "Search Page": "Wyszukiwanie", "Search Results": "Wyniki wyszukiwania", "Search finished, found %s page(s) matching the search query.": "Wyszukiwanie zako\u0144czone. Liczba znalezionych stron pasuj\u0105cych do zapytania: %s.", "Search within %(docstitle)s": "Szukaj po\u015br\u00f3d %(docstitle)s", "Searching": "Wyszukiwanie", "Show Source": "Poka\u017c \u017ar\u00f3d\u0142o", "Table Of Contents": "Spis tre\u015bci", "This Page": "Ta strona", "Welcome! This is": "Witaj! To jest", "Your search did not match any documents. Please make sure that all words are spelled correctly and that you've selected enough categories.": "Twoje wyszukiwanie nie da\u0142o \u017cadnych wynik\u00f3w. Upewnij si\u0119, \u017ce wszystkie s\u0142owa s\u0105 wpisane prawid\u0142owo i \u017ce wybra\u0142e\u015b dostateczn\u0105 ilo\u015b\u0107 kategorii.", "all functions, classes, terms": "wszystkie funkcje, klasy, terminy", "can be huge": "mo\u017ce by\u0107 ogromny", "last updated": "ostatnio aktualizowana", "lists all sections and subsections": "wszystkie rozdzia\u0142y i podrozdzia\u0142y", "next chapter": "nast\u0119pny rozdzia\u0142", "previous chapter": "poprzedni rozdzia\u0142", "quick access to all modules": "szybki dost\u0119p do wszystkich modu\u0142\u00f3w", "search": "szukaj", "search this documentation": "przeszukaj t\u0119 dokumentacj\u0119", "the documentation for": "dokumentacja do"}, "plural_expr": "(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)"}); \ No newline at end of file diff --git a/sphinx/locale/pl/LC_MESSAGES/sphinx.mo b/sphinx/locale/pl/LC_MESSAGES/sphinx.mo index 6bf478c40..25b15636b 100644 Binary files a/sphinx/locale/pl/LC_MESSAGES/sphinx.mo and b/sphinx/locale/pl/LC_MESSAGES/sphinx.mo differ diff --git a/sphinx/locale/pl/LC_MESSAGES/sphinx.po b/sphinx/locale/pl/LC_MESSAGES/sphinx.po index 6a75afa51..a75746864 100644 --- a/sphinx/locale/pl/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/pl/LC_MESSAGES/sphinx.po @@ -1,56 +1,56 @@ -# Translations template for Sphinx. -# Copyright (C) 2015 ORGANIZATION +# Polish translations for Sphinx. +# Copyright (C) 2016 ORGANIZATION # This file is distributed under the same license as the Sphinx project. -# -# Translators: -# Michael Gielda , 2014 -# Tawez, 2013-2015 +# FIRST AUTHOR , 2016. +# msgid "" msgstr "" -"Project-Id-Version: Sphinx\n" +"Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2015-03-08 23:31+0900\n" +"POT-Creation-Date: 2016-02-14 22:15+0900\n" "PO-Revision-Date: 2015-03-08 14:35+0000\n" "Last-Translator: Takayuki Shimizukawa \n" -"Language-Team: Polish (http://www.transifex.com/projects/p/sphinx-1/language/pl/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 1.3\n" "Language: pl\n" -"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +"Language-Team: Polish " +"(http://www.transifex.com/projects/p/sphinx-1/language/pl/)\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && " +"(n%100<10 || n%100>=20) ? 1 : 2)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 2.2.0\n" -#: sphinx/config.py:80 +#: sphinx/config.py:84 #, python-format msgid "Fig. %s" msgstr "Rys. %s" -#: sphinx/config.py:81 +#: sphinx/config.py:85 #, python-format msgid "Table %s" msgstr "Tabela %s" -#: sphinx/config.py:82 +#: sphinx/config.py:86 #, python-format msgid "Listing %s" msgstr "Listing %s" -#: sphinx/config.py:89 +#: sphinx/config.py:93 #, python-format msgid "%s %s documentation" msgstr "%s %s - dokumentacja" -#: sphinx/environment.py:1880 +#: sphinx/environment.py:1815 #, python-format msgid "see %s" msgstr "zobacz %s" -#: sphinx/environment.py:1883 +#: sphinx/environment.py:1819 #, python-format msgid "see also %s" msgstr "zobacz także %s" -#: sphinx/environment.py:1941 +#: sphinx/environment.py:1879 msgid "Symbols" msgstr "Symbole" @@ -59,11 +59,10 @@ msgstr "Symbole" msgid "Python Enhancement Proposals; PEP %s" msgstr "Python Enhancement Proposals; PEP %s" -#: sphinx/transforms.py:58 sphinx/writers/latex.py:212 -#: sphinx/writers/manpage.py:67 sphinx/writers/texinfo.py:221 -#, python-format -msgid "%B %d, %Y" -msgstr "%B %d %Y" +#: sphinx/transforms.py:56 sphinx/writers/latex.py:357 +#: sphinx/writers/manpage.py:101 sphinx/writers/texinfo.py:222 +msgid "MMMM dd, YYYY" +msgstr "" #: sphinx/builders/changes.py:75 msgid "Builtins" @@ -73,64 +72,63 @@ msgstr "Wbudowane" msgid "Module level" msgstr "Poziom modułu" -#: sphinx/builders/html.py:291 -#, python-format -msgid "%b %d, %Y" -msgstr "%b %d %Y" +#: sphinx/builders/html.py:295 +msgid "MMM dd, YYYY" +msgstr "" -#: sphinx/builders/html.py:310 sphinx/themes/basic/defindex.html:30 +#: sphinx/builders/html.py:315 sphinx/themes/basic/defindex.html:30 msgid "General Index" msgstr "Indeks ogólny" -#: sphinx/builders/html.py:310 +#: sphinx/builders/html.py:315 msgid "index" msgstr "indeks" -#: sphinx/builders/html.py:371 +#: sphinx/builders/html.py:376 msgid "next" msgstr "dalej" -#: sphinx/builders/html.py:380 +#: sphinx/builders/html.py:385 msgid "previous" msgstr "wstecz" -#: sphinx/builders/latex.py:144 sphinx/builders/texinfo.py:198 +#: sphinx/builders/latex.py:165 sphinx/builders/texinfo.py:199 msgid " (in " msgstr " (w " -#: sphinx/directives/other.py:150 +#: sphinx/directives/other.py:149 msgid "Section author: " msgstr "Autor rozdziału: " -#: sphinx/directives/other.py:152 +#: sphinx/directives/other.py:151 msgid "Module author: " msgstr "Autor modułu: " -#: sphinx/directives/other.py:154 +#: sphinx/directives/other.py:153 msgid "Code author: " msgstr "Autor kodu: " -#: sphinx/directives/other.py:156 +#: sphinx/directives/other.py:155 msgid "Author: " msgstr "Autor: " -#: sphinx/domains/__init__.py:273 +#: sphinx/domains/__init__.py:275 #, python-format msgid "%s %s" msgstr "%s %s" -#: sphinx/domains/c.py:58 sphinx/domains/cpp.py:2408 -#: sphinx/domains/python.py:122 +#: sphinx/domains/c.py:58 sphinx/domains/cpp.py:3605 +#: sphinx/domains/python.py:124 msgid "Parameters" msgstr "Parametry" -#: sphinx/domains/c.py:61 sphinx/domains/cpp.py:2414 -#: sphinx/domains/javascript.py:128 sphinx/domains/python.py:134 +#: sphinx/domains/c.py:61 sphinx/domains/cpp.py:3614 +#: sphinx/domains/javascript.py:128 sphinx/domains/python.py:136 msgid "Returns" msgstr "Zwraca" #: sphinx/domains/c.py:63 sphinx/domains/javascript.py:130 -#: sphinx/domains/python.py:136 +#: sphinx/domains/python.py:138 msgid "Return type" msgstr "Typ zwracany" @@ -159,12 +157,12 @@ msgstr "%s (typ C)" msgid "%s (C variable)" msgstr "%s (zmienna C)" -#: sphinx/domains/c.py:242 sphinx/domains/cpp.py:2680 -#: sphinx/domains/javascript.py:164 sphinx/domains/python.py:587 +#: sphinx/domains/c.py:242 sphinx/domains/cpp.py:3953 +#: sphinx/domains/javascript.py:164 sphinx/domains/python.py:589 msgid "function" msgstr "funkcja" -#: sphinx/domains/c.py:243 sphinx/domains/cpp.py:2681 +#: sphinx/domains/c.py:243 sphinx/domains/cpp.py:3954 msgid "member" msgstr "pole" @@ -172,7 +170,7 @@ msgstr "pole" msgid "macro" msgstr "makro" -#: sphinx/domains/c.py:245 sphinx/domains/cpp.py:2682 +#: sphinx/domains/c.py:245 sphinx/domains/cpp.py:3955 msgid "type" msgstr "typ" @@ -180,59 +178,64 @@ msgstr "typ" msgid "variable" msgstr "zmienna" -#: sphinx/domains/cpp.py:2411 sphinx/domains/javascript.py:125 +#: sphinx/domains/cpp.py:3608 +#, fuzzy +msgid "Template Parameters" +msgstr "Parametry" + +#: sphinx/domains/cpp.py:3611 sphinx/domains/javascript.py:125 msgid "Throws" msgstr "Wyrzuca" -#: sphinx/domains/cpp.py:2518 +#: sphinx/domains/cpp.py:3733 #, python-format msgid "%s (C++ type)" msgstr "%s (typ C++)" -#: sphinx/domains/cpp.py:2531 +#: sphinx/domains/cpp.py:3744 #, python-format msgid "%s (C++ member)" msgstr "%s (pole C++)" -#: sphinx/domains/cpp.py:2543 +#: sphinx/domains/cpp.py:3755 #, python-format msgid "%s (C++ function)" msgstr "%s (funkcja C++)" -#: sphinx/domains/cpp.py:2555 +#: sphinx/domains/cpp.py:3766 #, python-format msgid "%s (C++ class)" msgstr "%s (klasa C++)" -#: sphinx/domains/cpp.py:2579 +#: sphinx/domains/cpp.py:3786 #, python-format msgid "%s (C++ enum)" msgstr "%s (C++ enum)" -#: sphinx/domains/cpp.py:2617 +#: sphinx/domains/cpp.py:3816 #, python-format msgid "%s (C++ enumerator)" msgstr "%s (C++ enumerator)" -#: sphinx/domains/cpp.py:2679 sphinx/domains/javascript.py:165 -#: sphinx/domains/python.py:589 +#: sphinx/domains/cpp.py:3952 sphinx/domains/javascript.py:165 +#: sphinx/domains/python.py:591 msgid "class" msgstr "klasa" -#: sphinx/domains/cpp.py:2683 +#: sphinx/domains/cpp.py:3956 msgid "enum" msgstr "enum" -#: sphinx/domains/cpp.py:2684 +#: sphinx/domains/cpp.py:3957 msgid "enumerator" msgstr "enumerator" -#: sphinx/domains/javascript.py:106 sphinx/domains/python.py:280 +#: sphinx/domains/javascript.py:106 sphinx/domains/python.py:282 #, python-format msgid "%s() (built-in function)" msgstr "%s() (funkcja wbudowana)" -#: sphinx/domains/javascript.py:107 sphinx/domains/python.py:344 +#: sphinx/domains/javascript.py:107 sphinx/domains/python.py:346 #, python-format msgid "%s() (%s method)" msgstr "%s() (%s metoda)" @@ -247,7 +250,7 @@ msgstr "%s() (klasa)" msgid "%s (global variable or constant)" msgstr "%s (zmienna lub stała globalna)" -#: sphinx/domains/javascript.py:113 sphinx/domains/python.py:382 +#: sphinx/domains/javascript.py:113 sphinx/domains/python.py:384 #, python-format msgid "%s (%s attribute)" msgstr "%s (%s atrybut)" @@ -256,116 +259,116 @@ msgstr "%s (%s atrybut)" msgid "Arguments" msgstr "Argumenty" -#: sphinx/domains/javascript.py:166 sphinx/domains/python.py:588 +#: sphinx/domains/javascript.py:166 sphinx/domains/python.py:590 msgid "data" msgstr "dane" -#: sphinx/domains/javascript.py:167 sphinx/domains/python.py:594 +#: sphinx/domains/javascript.py:167 sphinx/domains/python.py:596 msgid "attribute" msgstr "atrybut" -#: sphinx/domains/python.py:127 +#: sphinx/domains/python.py:129 msgid "Variables" msgstr "Zmienne" -#: sphinx/domains/python.py:131 +#: sphinx/domains/python.py:133 msgid "Raises" msgstr "Wyrzuca" -#: sphinx/domains/python.py:281 sphinx/domains/python.py:338 -#: sphinx/domains/python.py:350 sphinx/domains/python.py:363 +#: sphinx/domains/python.py:283 sphinx/domains/python.py:340 +#: sphinx/domains/python.py:352 sphinx/domains/python.py:365 #, python-format msgid "%s() (in module %s)" msgstr "%s() (w module %s)" -#: sphinx/domains/python.py:284 +#: sphinx/domains/python.py:286 #, python-format msgid "%s (built-in variable)" msgstr "%s (zmienna wbudowana)" -#: sphinx/domains/python.py:285 sphinx/domains/python.py:376 +#: sphinx/domains/python.py:287 sphinx/domains/python.py:378 #, python-format msgid "%s (in module %s)" msgstr "%s (w module %s)" -#: sphinx/domains/python.py:301 +#: sphinx/domains/python.py:303 #, python-format msgid "%s (built-in class)" msgstr "%s (klasa wbudowana)" -#: sphinx/domains/python.py:302 +#: sphinx/domains/python.py:304 #, python-format msgid "%s (class in %s)" msgstr "%s (klasa w module %s)" -#: sphinx/domains/python.py:342 +#: sphinx/domains/python.py:344 #, python-format msgid "%s() (%s.%s method)" msgstr "%s() (%s.%s metoda)" -#: sphinx/domains/python.py:354 +#: sphinx/domains/python.py:356 #, python-format msgid "%s() (%s.%s static method)" msgstr "%s() (%s.%s metoda statyczna)" -#: sphinx/domains/python.py:357 +#: sphinx/domains/python.py:359 #, python-format msgid "%s() (%s static method)" msgstr "%s() (%s metoda statyczna)" -#: sphinx/domains/python.py:367 +#: sphinx/domains/python.py:369 #, python-format msgid "%s() (%s.%s class method)" msgstr "%s() (%s.%s metoda klasy)" -#: sphinx/domains/python.py:370 +#: sphinx/domains/python.py:372 #, python-format msgid "%s() (%s class method)" msgstr "%s() (%s metoda klasy)" -#: sphinx/domains/python.py:380 +#: sphinx/domains/python.py:382 #, python-format msgid "%s (%s.%s attribute)" msgstr "%s (atrybut %s.%s)" -#: sphinx/domains/python.py:461 +#: sphinx/domains/python.py:463 #, python-format msgid "%s (module)" msgstr "%s (moduł)" -#: sphinx/domains/python.py:518 +#: sphinx/domains/python.py:520 msgid "Python Module Index" msgstr "Indeks modułów pythona" -#: sphinx/domains/python.py:519 +#: sphinx/domains/python.py:521 msgid "modules" msgstr "moduły" -#: sphinx/domains/python.py:565 +#: sphinx/domains/python.py:567 msgid "Deprecated" msgstr "Niezalecane" -#: sphinx/domains/python.py:590 sphinx/locale/__init__.py:181 +#: sphinx/domains/python.py:592 sphinx/locale/__init__.py:183 msgid "exception" msgstr "wyjątek" -#: sphinx/domains/python.py:591 +#: sphinx/domains/python.py:593 msgid "method" msgstr "metoda" -#: sphinx/domains/python.py:592 +#: sphinx/domains/python.py:594 msgid "class method" msgstr "metoda klasy" -#: sphinx/domains/python.py:593 +#: sphinx/domains/python.py:595 msgid "static method" msgstr "statyczna metoda" -#: sphinx/domains/python.py:595 sphinx/locale/__init__.py:177 +#: sphinx/domains/python.py:597 sphinx/locale/__init__.py:179 msgid "module" msgstr "moduł" -#: sphinx/domains/python.py:760 +#: sphinx/domains/python.py:762 msgid " (deprecated)" msgstr " (niezalecane)" @@ -397,64 +400,64 @@ msgstr "zmienna środowiskowa; %s" msgid "%scommand line option; %s" msgstr "%sopcja linii komend; %s" -#: sphinx/domains/std.py:443 +#: sphinx/domains/std.py:433 msgid "glossary term" msgstr "termin glosariusza" -#: sphinx/domains/std.py:444 +#: sphinx/domains/std.py:434 msgid "grammar token" msgstr "symbol gramatyki" -#: sphinx/domains/std.py:445 +#: sphinx/domains/std.py:435 msgid "reference label" msgstr "etykieta odsyłacza" -#: sphinx/domains/std.py:447 +#: sphinx/domains/std.py:437 msgid "environment variable" msgstr "zmienna środowiskowa" -#: sphinx/domains/std.py:448 +#: sphinx/domains/std.py:438 msgid "program option" msgstr "opcja programu" -#: sphinx/domains/std.py:481 sphinx/themes/basic/genindex-single.html:32 +#: sphinx/domains/std.py:471 sphinx/themes/basic/genindex-single.html:32 #: sphinx/themes/basic/genindex-single.html:57 #: sphinx/themes/basic/genindex-split.html:11 #: sphinx/themes/basic/genindex-split.html:14 #: sphinx/themes/basic/genindex.html:32 sphinx/themes/basic/genindex.html:35 #: sphinx/themes/basic/genindex.html:68 sphinx/themes/basic/layout.html:134 -#: sphinx/writers/latex.py:201 sphinx/writers/texinfo.py:479 +#: sphinx/writers/latex.py:346 sphinx/writers/texinfo.py:481 msgid "Index" msgstr "Indeks" -#: sphinx/domains/std.py:482 +#: sphinx/domains/std.py:472 msgid "Module Index" msgstr "Indeks modułów" -#: sphinx/domains/std.py:483 sphinx/themes/basic/defindex.html:25 +#: sphinx/domains/std.py:473 sphinx/themes/basic/defindex.html:25 msgid "Search Page" msgstr "Wyszukiwanie" -#: sphinx/ext/autodoc.py:1139 +#: sphinx/ext/autodoc.py:1265 #, python-format msgid " Bases: %s" msgstr " Klasy bazowe: %s" -#: sphinx/ext/autodoc.py:1181 +#: sphinx/ext/autodoc.py:1318 #, python-format msgid "alias of :class:`%s`" msgstr "alias klasy :class:`%s`" -#: sphinx/ext/graphviz.py:293 sphinx/ext/graphviz.py:301 +#: sphinx/ext/graphviz.py:307 sphinx/ext/graphviz.py:316 #, python-format msgid "[graph: %s]" msgstr "[wykres: %s]" -#: sphinx/ext/graphviz.py:295 sphinx/ext/graphviz.py:303 +#: sphinx/ext/graphviz.py:309 sphinx/ext/graphviz.py:318 msgid "[graph]" msgstr "[wykres]" -#: sphinx/ext/intersphinx.py:257 +#: sphinx/ext/intersphinx.py:359 #, python-format msgid "(in %s v%s)" msgstr "(w %s v%s)" @@ -463,112 +466,117 @@ msgstr "(w %s v%s)" msgid "[source]" msgstr "[źródło]" -#: sphinx/ext/todo.py:43 +#: sphinx/ext/todo.py:56 msgid "Todo" msgstr "Todo" -#: sphinx/ext/todo.py:113 -#, python-format -msgid "(The <> is located in %s, line %d.)" +#: sphinx/ext/todo.py:129 +#, fuzzy +msgid "<>" +msgstr "oryginalny wpis" + +#: sphinx/ext/todo.py:132 +#, fuzzy, python-format +msgid "(The <> is located in %s, line %d.)" msgstr "(<> znajduje się w pliku %s, w linii %d.)" -#: sphinx/ext/todo.py:122 +#: sphinx/ext/todo.py:141 msgid "original entry" msgstr "oryginalny wpis" -#: sphinx/ext/viewcode.py:158 +#: sphinx/ext/viewcode.py:162 msgid "[docs]" msgstr "[dokumenty]" -#: sphinx/ext/viewcode.py:172 +#: sphinx/ext/viewcode.py:176 msgid "Module code" msgstr "Kod modułu" -#: sphinx/ext/viewcode.py:178 +#: sphinx/ext/viewcode.py:182 #, python-format msgid "

Source code for %s

" msgstr "

Kod źródłowy modułu %s

" -#: sphinx/ext/viewcode.py:204 +#: sphinx/ext/viewcode.py:208 msgid "Overview: module code" msgstr "Przeglądanie: kod modułu" -#: sphinx/ext/viewcode.py:205 +#: sphinx/ext/viewcode.py:209 msgid "

All modules for which code is available

" msgstr "

Wszystkie moduły, dla których jest dostępny kod

" -#: sphinx/locale/__init__.py:157 +#: sphinx/locale/__init__.py:159 msgid "Attention" msgstr "Uwaga" -#: sphinx/locale/__init__.py:158 +#: sphinx/locale/__init__.py:160 msgid "Caution" msgstr "Ostrzeżenie" -#: sphinx/locale/__init__.py:159 +#: sphinx/locale/__init__.py:161 msgid "Danger" msgstr "Niebezpieczeństwo" -#: sphinx/locale/__init__.py:160 +#: sphinx/locale/__init__.py:162 msgid "Error" msgstr "Błąd" -#: sphinx/locale/__init__.py:161 +#: sphinx/locale/__init__.py:163 msgid "Hint" msgstr "Podpowiedź" -#: sphinx/locale/__init__.py:162 +#: sphinx/locale/__init__.py:164 msgid "Important" msgstr "Ważne" -#: sphinx/locale/__init__.py:163 +#: sphinx/locale/__init__.py:165 msgid "Note" msgstr "Informacja" -#: sphinx/locale/__init__.py:164 +#: sphinx/locale/__init__.py:166 msgid "See also" msgstr "Zobacz także" -#: sphinx/locale/__init__.py:165 +#: sphinx/locale/__init__.py:167 msgid "Tip" msgstr "Wskazówka" -#: sphinx/locale/__init__.py:166 +#: sphinx/locale/__init__.py:168 msgid "Warning" msgstr "Ostrzeżenie" -#: sphinx/locale/__init__.py:170 +#: sphinx/locale/__init__.py:172 #, python-format msgid "New in version %s" msgstr "Nowe w wersji %s" -#: sphinx/locale/__init__.py:171 +#: sphinx/locale/__init__.py:173 #, python-format msgid "Changed in version %s" msgstr "Zmienione w wersji %s" -#: sphinx/locale/__init__.py:172 +#: sphinx/locale/__init__.py:174 #, python-format msgid "Deprecated since version %s" msgstr "Niezalecane od wersji %s" -#: sphinx/locale/__init__.py:178 +#: sphinx/locale/__init__.py:180 msgid "keyword" msgstr "słowo kluczowe" -#: sphinx/locale/__init__.py:179 +#: sphinx/locale/__init__.py:181 msgid "operator" msgstr "operator" -#: sphinx/locale/__init__.py:180 +#: sphinx/locale/__init__.py:182 msgid "object" msgstr "obiekt" -#: sphinx/locale/__init__.py:182 +#: sphinx/locale/__init__.py:184 msgid "statement" msgstr "instrukcja" -#: sphinx/locale/__init__.py:183 +#: sphinx/locale/__init__.py:185 msgid "built-in function" msgstr "funkcja wbudowana" @@ -696,7 +704,9 @@ msgstr "Ostatnia modyfikacja %(last_updated)s." msgid "" "Created using Sphinx " "%(sphinx_version)s." -msgstr "Utworzone przy pomocy Sphinx'a %(sphinx_version)s." +msgstr "" +"Utworzone przy pomocy Sphinx'a " +"%(sphinx_version)s." #: sphinx/themes/basic/opensearch.xml:4 #, python-format @@ -731,26 +741,31 @@ msgid "" " words into the box below and click \"search\". Note that the search\n" " function will automatically search for all of the words. Pages\n" " containing fewer words won't appear in the result list." -msgstr "Stąd możesz przeszukać dokumentację. Wprowadź szukane\n słowa w poniższym okienku i kliknij \"Szukaj\". Zwróć uwagę, że\n funkcja szukająca będzie automatycznie szukała wszystkich słów. Strony\n nie zawierające wszystkich wpisanych słów nie znajdą się na wynikowej liście." +msgstr "" +"Stąd możesz przeszukać dokumentację. Wprowadź szukane\n" +" słowa w poniższym okienku i kliknij \"Szukaj\". Zwróć uwagę, że\n" +" funkcja szukająca będzie automatycznie szukała wszystkich słów. " +"Strony\n" +" nie zawierające wszystkich wpisanych słów nie znajdą się na wynikowej" +" liście." -#: sphinx/themes/basic/search.html:39 -#: sphinx/themes/basic/searchresults.html:17 +#: sphinx/themes/basic/search.html:39 sphinx/themes/basic/searchresults.html:17 msgid "search" msgstr "szukaj" -#: sphinx/themes/basic/search.html:43 -#: sphinx/themes/basic/searchresults.html:21 -#: sphinx/themes/basic/static/searchtools.js_t:281 +#: sphinx/themes/basic/search.html:43 sphinx/themes/basic/searchresults.html:21 +#: sphinx/themes/basic/static/searchtools.js_t:282 msgid "Search Results" msgstr "Wyniki wyszukiwania" -#: sphinx/themes/basic/search.html:45 -#: sphinx/themes/basic/searchresults.html:23 -#: sphinx/themes/basic/static/searchtools.js_t:283 +#: sphinx/themes/basic/search.html:45 sphinx/themes/basic/searchresults.html:23 +#: sphinx/themes/basic/static/searchtools.js_t:284 msgid "" -"Your search did not match any documents. Please make sure that all words are" -" spelled correctly and that you've selected enough categories." -msgstr "Twoje wyszukiwanie nie dało żadnych wyników. Upewnij się, że wszystkie słowa są wpisane prawidłowo i że wybrałeś dostateczną ilość kategorii." +"Your search did not match any documents. Please make sure that all words " +"are spelled correctly and that you've selected enough categories." +msgstr "" +"Twoje wyszukiwanie nie dało żadnych wyników. Upewnij się, że wszystkie " +"słowa są wpisane prawidłowo i że wybrałeś dostateczną ilość kategorii." #: sphinx/themes/basic/searchbox.html:12 msgid "Quick search" @@ -788,33 +803,35 @@ msgstr "Zmiany w C API" msgid "Other changes" msgstr "Inne zmiany" -#: sphinx/themes/basic/static/doctools.js:166 sphinx/writers/html.py:610 -#: sphinx/writers/html.py:615 +#: sphinx/themes/basic/static/doctools.js_t:169 sphinx/writers/html.py:668 +#: sphinx/writers/html.py:673 msgid "Permalink to this headline" msgstr "Stały odnośnik do tego nagłówka" -#: sphinx/themes/basic/static/doctools.js:172 sphinx/writers/html.py:107 +#: sphinx/themes/basic/static/doctools.js_t:175 sphinx/writers/html.py:105 msgid "Permalink to this definition" msgstr "Stały odnośnik do tej definicji" -#: sphinx/themes/basic/static/doctools.js:205 +#: sphinx/themes/basic/static/doctools.js_t:208 msgid "Hide Search Matches" msgstr "Ukryj wyniki wyszukiwania" -#: sphinx/themes/basic/static/searchtools.js_t:119 +#: sphinx/themes/basic/static/searchtools.js_t:121 msgid "Searching" msgstr "Wyszukiwanie" -#: sphinx/themes/basic/static/searchtools.js_t:124 +#: sphinx/themes/basic/static/searchtools.js_t:126 msgid "Preparing search..." msgstr "Inicjalizacja wyszukiwania..." -#: sphinx/themes/basic/static/searchtools.js_t:285 +#: sphinx/themes/basic/static/searchtools.js_t:286 #, python-format msgid "Search finished, found %s page(s) matching the search query." -msgstr "Wyszukiwanie zakończone. Liczba znalezionych stron pasujących do zapytania: %s." +msgstr "" +"Wyszukiwanie zakończone. Liczba znalezionych stron pasujących do " +"zapytania: %s." -#: sphinx/themes/basic/static/searchtools.js_t:337 +#: sphinx/themes/basic/static/searchtools.js_t:338 msgid ", in " msgstr ", w " @@ -831,44 +848,56 @@ msgstr "Zwiń pasek boczny" msgid "Contents" msgstr "Treść" -#: sphinx/writers/html.py:334 +#: sphinx/writers/html.py:349 msgid "Permalink to this code" msgstr "Stały odnośnik do tego bloku kodu" -#: sphinx/writers/html.py:337 +#: sphinx/writers/html.py:353 msgid "Permalink to this image" msgstr "Stały odnośnik do tego obrazu" -#: sphinx/writers/html.py:339 +#: sphinx/writers/html.py:355 msgid "Permalink to this toctree" msgstr "" -#: sphinx/writers/html.py:619 +#: sphinx/writers/html.py:677 msgid "Permalink to this table" msgstr "Stały odnośnik do tej tabeli" -#: sphinx/writers/latex.py:199 +#: sphinx/writers/latex.py:344 msgid "Release" msgstr "Wydanie" -#: sphinx/writers/latex.py:697 sphinx/writers/manpage.py:177 -#: sphinx/writers/texinfo.py:616 +#: sphinx/writers/latex.py:408 +#, fuzzy +msgid "page" +msgstr "Niebezpieczeństwo" + +#: sphinx/writers/latex.py:908 sphinx/writers/manpage.py:226 +#: sphinx/writers/texinfo.py:620 msgid "Footnotes" msgstr "Przypisy" -#: sphinx/writers/latex.py:785 +#: sphinx/writers/latex.py:1010 msgid "continued from previous page" msgstr "kontynuacja poprzedniej strony" -#: sphinx/writers/latex.py:791 +#: sphinx/writers/latex.py:1016 msgid "Continued on next page" msgstr "Kontynuacja na następnej stronie" -#: sphinx/writers/manpage.py:223 sphinx/writers/text.py:541 +#: sphinx/writers/manpage.py:275 sphinx/writers/text.py:582 #, python-format msgid "[image: %s]" msgstr "[obraz: %s]" -#: sphinx/writers/manpage.py:224 sphinx/writers/text.py:542 +#: sphinx/writers/manpage.py:276 sphinx/writers/text.py:583 msgid "[image]" msgstr "[obraz]" + +#~ msgid "%B %d, %Y" +#~ msgstr "%B %d %Y" + +#~ msgid "%b %d, %Y" +#~ msgstr "%b %d %Y" + diff --git a/sphinx/locale/pt_BR/LC_MESSAGES/sphinx.js b/sphinx/locale/pt_BR/LC_MESSAGES/sphinx.js index 12cb02374..0908f4c4d 100644 --- a/sphinx/locale/pt_BR/LC_MESSAGES/sphinx.js +++ b/sphinx/locale/pt_BR/LC_MESSAGES/sphinx.js @@ -1 +1 @@ -Documentation.addTranslations({"locale": "pt_BR", "plural_expr": "(n > 1)", "messages": {"Next topic": "Pr\u00f3ximo t\u00f3pico", "Index": "\u00cdndice", "%(filename)s — %(docstitle)s": "%(filename)s — %(docstitle)s", "Welcome! This is": "Bem Vindo(a)! \u00c9 isso a\u00ed", "Copyright": "Copyright", "C API changes": "Altera\u00e7\u00f5es na API C", "quick access to all modules": "acesso r\u00e1pido para todos os m\u00f3dulos", "© Copyright %(copyright)s.": "© Copyright %(copyright)s.", "Global Module Index": "\u00cdndice Global de M\u00f3dulos", "Your search did not match any documents. Please make sure that all words are spelled correctly and that you've selected enough categories.": "Sua pesquisa n\u00e3o encontrou nenhum documento. Por favor, confirme que todas as palavras est\u00e3o grafadas corretamente e que voc\u00ea selecionou categorias suficientes.", "Index – %(key)s": "\u00cdndice – %(key)s", "General Index": "\u00cdndice Geral", "next chapter": "pr\u00f3ximo cap\u00edtulo", "Search finished, found %s page(s) matching the search query.": "Pesquisa conclu\u00edda, foram encontrada(s) %s p\u00e1gina(s) que \"\n\"combinam com a consulta feita.", "previous chapter": "cap\u00edtulo anterior", "Permalink to this headline": "Link permanente para este t\u00edtulo", "About these documents": "Sobre estes documentos", "Preparing search...": "Preparando a pesquisa...", ", in ": ", em ", "Navigation": "Navega\u00e7\u00e3o", "Expand sidebar": "Expandir painel lateral", "the documentation for": "documenta\u00e7\u00e3o para", "Complete Table of Contents": "Tabela de Conte\u00fado Completa", "Contents": "Conte\u00fado", "can be huge": "pode ser enorme", "Changes in Version %(version)s — %(docstitle)s": "Altera\u00e7\u00f5es na Vers\u00e3o%(version)s — %(docstitle)s", "Other changes": "Outras altera\u00e7\u00f5es", "Hide Search Matches": "Esconder Resultados da Pesquisa", "Quick search": "Pesquisa r\u00e1pida", "Show Source": "Exibir Fonte", "Search": "Pesquisar", "This Page": "Esta P\u00e1gina", "From here you can search these documents. Enter your search\n words into the box below and click \"search\". Note that the search\n function will automatically search for all of the words. Pages\n containing fewer words won't appear in the result list.": "A partir daqui voc\u00ea pode pesquisar estes documentos. Preencha suas \n palavras de pesquisa na caixa abaixo e clique em \"pesquisar\".\n Observe que a fun\u00e7\u00e3o de pesquisa\n ir\u00e1 procurar automaticamente por todas as palavras.\n P\u00e1ginas contendo menos palavras n\u00e3o ir\u00e3o aparecer na lista de\n resultado.", "Created using Sphinx %(sphinx_version)s.": "Criado usando Sphinx %(sphinx_version)s.", "last updated": "\u00faltima atualiza\u00e7\u00e3o", "Collapse sidebar": "Recolher painel lateral", "Go": "Ir", "Table Of Contents": "Tabela de Conte\u00fado", "Search within %(docstitle)s": "Pesquisar dentro de %(docstitle)s", "all functions, classes, terms": "todas fun\u00e7\u00f5es, classes, termos", "Please activate JavaScript to enable the search\n functionality.": "Por favor ative o JavaScript para habilitar a\n\"\n\" funcionalidade de pesquisa.", "Indices and tables:": "\u00cdndices e tabelas:", "lists all sections and subsections": "Lista todas se\u00e7\u00f5es e subse\u00e7\u00f5es", "Index pages by letter": "Paginas de \u00edndice por letra", "search": "pesquisar", "Permalink to this definition": "Link permanente para esta defini\u00e7\u00e3o", "Previous topic": "T\u00f3pico anterior", "Overview": "Vis\u00e3o geral", "Last updated on %(last_updated)s.": "\u00daltima atualiza\u00e7\u00e3o em %(last_updated)s.", "Searching": "Pesquisando", "search this documentation": "Pesquisar esta documenta\u00e7\u00e3o", "Automatically generated list of changes in version %(version)s": "Lista de altera\u00e7\u00f5es na vers\u00e3o %(version)s gerada automaticamente", "Full index on one page": "\u00cdndice completo em uma p\u00e1gina", "Enter search terms or a module, class or function name.": "Digite os termos da busca ou o nome de um m\u00f3dulo, classe ou fun\u00e7\u00e3o.", "© Copyright %(copyright)s.": "© Copyright %(copyright)s.", "Library changes": "Altera\u00e7\u00f5es na biblioteca", "Search Page": "P\u00e1gina de Pesquisa", "Search Results": "Resultados da Pesquisa"}}); \ No newline at end of file +Documentation.addTranslations({"locale": "pt_BR", "messages": {"%(filename)s — %(docstitle)s": "%(filename)s — %(docstitle)s", "© Copyright %(copyright)s.": "© Copyright %(copyright)s.", "© Copyright %(copyright)s.": "© Copyright %(copyright)s.", ", in ": ", em ", "About these documents": "Sobre estes documentos", "Automatically generated list of changes in version %(version)s": "Lista de altera\u00e7\u00f5es na vers\u00e3o %(version)s gerada automaticamente", "C API changes": "Altera\u00e7\u00f5es na API C", "Changes in Version %(version)s — %(docstitle)s": "Altera\u00e7\u00f5es na Vers\u00e3o%(version)s — %(docstitle)s", "Collapse sidebar": "Recolher painel lateral", "Complete Table of Contents": "Tabela de Conte\u00fado Completa", "Contents": "Conte\u00fado", "Copyright": "Copyright", "Created using Sphinx %(sphinx_version)s.": "Criado usando Sphinx %(sphinx_version)s.", "Enter search terms or a module, class or function name.": "Digite os termos da busca ou o nome de um m\u00f3dulo, classe ou fun\u00e7\u00e3o.", "Expand sidebar": "Expandir painel lateral", "From here you can search these documents. Enter your search\n words into the box below and click \"search\". Note that the search\n function will automatically search for all of the words. Pages\n containing fewer words won't appear in the result list.": "A partir daqui voc\u00ea pode pesquisar estes documentos. Preencha suas \n palavras de pesquisa na caixa abaixo e clique em \"pesquisar\".\n Observe que a fun\u00e7\u00e3o de pesquisa\n ir\u00e1 procurar automaticamente por todas as palavras.\n P\u00e1ginas contendo menos palavras n\u00e3o ir\u00e3o aparecer na lista de\n resultado.", "Full index on one page": "\u00cdndice completo em uma p\u00e1gina", "General Index": "\u00cdndice Geral", "Global Module Index": "\u00cdndice Global de M\u00f3dulos", "Go": "Ir", "Hide Search Matches": "Esconder Resultados da Pesquisa", "Index": "\u00cdndice", "Index – %(key)s": "\u00cdndice – %(key)s", "Index pages by letter": "Paginas de \u00edndice por letra", "Indices and tables:": "\u00cdndices e tabelas:", "Last updated on %(last_updated)s.": "\u00daltima atualiza\u00e7\u00e3o em %(last_updated)s.", "Library changes": "Altera\u00e7\u00f5es na biblioteca", "Navigation": "Navega\u00e7\u00e3o", "Next topic": "Pr\u00f3ximo t\u00f3pico", "Other changes": "Outras altera\u00e7\u00f5es", "Overview": "Vis\u00e3o geral", "Permalink to this definition": "Link permanente para esta defini\u00e7\u00e3o", "Permalink to this headline": "Link permanente para este t\u00edtulo", "Please activate JavaScript to enable the search\n functionality.": "Por favor ative o JavaScript para habilitar a\n\"\n\" funcionalidade de pesquisa.", "Preparing search...": "Preparando a pesquisa...", "Previous topic": "T\u00f3pico anterior", "Quick search": "Pesquisa r\u00e1pida", "Search": "Pesquisar", "Search Page": "P\u00e1gina de Pesquisa", "Search Results": "Resultados da Pesquisa", "Search finished, found %s page(s) matching the search query.": "Pesquisa conclu\u00edda, foram encontrada(s) %s p\u00e1gina(s) que \"\n\"combinam com a consulta feita.", "Search within %(docstitle)s": "Pesquisar dentro de %(docstitle)s", "Searching": "Pesquisando", "Show Source": "Exibir Fonte", "Table Of Contents": "Tabela de Conte\u00fado", "This Page": "Esta P\u00e1gina", "Welcome! This is": "Bem Vindo(a)! \u00c9 isso a\u00ed", "Your search did not match any documents. Please make sure that all words are spelled correctly and that you've selected enough categories.": "Sua pesquisa n\u00e3o encontrou nenhum documento. Por favor, confirme que todas as palavras est\u00e3o grafadas corretamente e que voc\u00ea selecionou categorias suficientes.", "all functions, classes, terms": "todas fun\u00e7\u00f5es, classes, termos", "can be huge": "pode ser enorme", "last updated": "\u00faltima atualiza\u00e7\u00e3o", "lists all sections and subsections": "Lista todas se\u00e7\u00f5es e subse\u00e7\u00f5es", "next chapter": "pr\u00f3ximo cap\u00edtulo", "previous chapter": "cap\u00edtulo anterior", "quick access to all modules": "acesso r\u00e1pido para todos os m\u00f3dulos", "search": "pesquisar", "search this documentation": "Pesquisar esta documenta\u00e7\u00e3o", "the documentation for": "documenta\u00e7\u00e3o para"}, "plural_expr": "(n > 1)"}); \ No newline at end of file diff --git a/sphinx/locale/pt_BR/LC_MESSAGES/sphinx.mo b/sphinx/locale/pt_BR/LC_MESSAGES/sphinx.mo index 7fdc231b7..58822baa5 100644 Binary files a/sphinx/locale/pt_BR/LC_MESSAGES/sphinx.mo and b/sphinx/locale/pt_BR/LC_MESSAGES/sphinx.mo differ diff --git a/sphinx/locale/pt_BR/LC_MESSAGES/sphinx.po b/sphinx/locale/pt_BR/LC_MESSAGES/sphinx.po index 425470140..acea93912 100644 --- a/sphinx/locale/pt_BR/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/pt_BR/LC_MESSAGES/sphinx.po @@ -1,56 +1,55 @@ -# Translations template for Sphinx. -# Copyright (C) 2015 ORGANIZATION +# Portuguese (Brazil) translations for Sphinx. +# Copyright (C) 2016 ORGANIZATION # This file is distributed under the same license as the Sphinx project. -# -# Translators: -# FIRST AUTHOR , 2008 -# gilberto dos santos alves , 2015 +# FIRST AUTHOR , 2016. +# msgid "" msgstr "" -"Project-Id-Version: Sphinx\n" +"Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2015-03-08 23:31+0900\n" +"POT-Creation-Date: 2016-02-14 22:15+0900\n" "PO-Revision-Date: 2015-03-08 14:35+0000\n" "Last-Translator: Takayuki Shimizukawa \n" -"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/sphinx-1/language/pt_BR/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 1.3\n" "Language: pt_BR\n" -"Plural-Forms: nplurals=2; plural=(n > 1);\n" +"Language-Team: Portuguese (Brazil) " +"(http://www.transifex.com/projects/p/sphinx-1/language/pt_BR/)\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.2.0\n" -#: sphinx/config.py:80 +#: sphinx/config.py:84 #, python-format msgid "Fig. %s" msgstr "Fig. %s" -#: sphinx/config.py:81 +#: sphinx/config.py:85 #, python-format msgid "Table %s" msgstr "Tabela %s" -#: sphinx/config.py:82 +#: sphinx/config.py:86 #, python-format msgid "Listing %s" msgstr "Listagem %s" -#: sphinx/config.py:89 +#: sphinx/config.py:93 #, python-format msgid "%s %s documentation" msgstr "%s %s documentação" -#: sphinx/environment.py:1880 +#: sphinx/environment.py:1815 #, python-format msgid "see %s" msgstr "veja %s" -#: sphinx/environment.py:1883 +#: sphinx/environment.py:1819 #, python-format msgid "see also %s" msgstr "veja também %s" -#: sphinx/environment.py:1941 +#: sphinx/environment.py:1879 msgid "Symbols" msgstr "Símbolos" @@ -59,11 +58,10 @@ msgstr "Símbolos" msgid "Python Enhancement Proposals; PEP %s" msgstr "Propostas Estendidas Python; PEP %s" -#: sphinx/transforms.py:58 sphinx/writers/latex.py:212 -#: sphinx/writers/manpage.py:67 sphinx/writers/texinfo.py:221 -#, python-format -msgid "%B %d, %Y" -msgstr "%d/%m/%Y" +#: sphinx/transforms.py:56 sphinx/writers/latex.py:357 +#: sphinx/writers/manpage.py:101 sphinx/writers/texinfo.py:222 +msgid "MMMM dd, YYYY" +msgstr "" #: sphinx/builders/changes.py:75 msgid "Builtins" @@ -73,64 +71,63 @@ msgstr "Internos" msgid "Module level" msgstr "Módulo" -#: sphinx/builders/html.py:291 -#, python-format -msgid "%b %d, %Y" -msgstr "%d/%m/%Y" +#: sphinx/builders/html.py:295 +msgid "MMM dd, YYYY" +msgstr "" -#: sphinx/builders/html.py:310 sphinx/themes/basic/defindex.html:30 +#: sphinx/builders/html.py:315 sphinx/themes/basic/defindex.html:30 msgid "General Index" msgstr "Índice Geral" -#: sphinx/builders/html.py:310 +#: sphinx/builders/html.py:315 msgid "index" msgstr "índice" -#: sphinx/builders/html.py:371 +#: sphinx/builders/html.py:376 msgid "next" msgstr "próximo" -#: sphinx/builders/html.py:380 +#: sphinx/builders/html.py:385 msgid "previous" msgstr "anterior" -#: sphinx/builders/latex.py:144 sphinx/builders/texinfo.py:198 +#: sphinx/builders/latex.py:165 sphinx/builders/texinfo.py:199 msgid " (in " msgstr " (em " -#: sphinx/directives/other.py:150 +#: sphinx/directives/other.py:149 msgid "Section author: " msgstr "Autor da seção: " -#: sphinx/directives/other.py:152 +#: sphinx/directives/other.py:151 msgid "Module author: " msgstr "Autor do módulo: " -#: sphinx/directives/other.py:154 +#: sphinx/directives/other.py:153 msgid "Code author: " msgstr "Autor do código: " -#: sphinx/directives/other.py:156 +#: sphinx/directives/other.py:155 msgid "Author: " msgstr "Autor: " -#: sphinx/domains/__init__.py:273 +#: sphinx/domains/__init__.py:275 #, python-format msgid "%s %s" msgstr "%s %s" -#: sphinx/domains/c.py:58 sphinx/domains/cpp.py:2408 -#: sphinx/domains/python.py:122 +#: sphinx/domains/c.py:58 sphinx/domains/cpp.py:3605 +#: sphinx/domains/python.py:124 msgid "Parameters" msgstr "Parâmetros" -#: sphinx/domains/c.py:61 sphinx/domains/cpp.py:2414 -#: sphinx/domains/javascript.py:128 sphinx/domains/python.py:134 +#: sphinx/domains/c.py:61 sphinx/domains/cpp.py:3614 +#: sphinx/domains/javascript.py:128 sphinx/domains/python.py:136 msgid "Returns" msgstr "Retorna" #: sphinx/domains/c.py:63 sphinx/domains/javascript.py:130 -#: sphinx/domains/python.py:136 +#: sphinx/domains/python.py:138 msgid "Return type" msgstr "Tipo de retorno" @@ -159,12 +156,12 @@ msgstr "%s (tipo C)" msgid "%s (C variable)" msgstr "%s (variável C)" -#: sphinx/domains/c.py:242 sphinx/domains/cpp.py:2680 -#: sphinx/domains/javascript.py:164 sphinx/domains/python.py:587 +#: sphinx/domains/c.py:242 sphinx/domains/cpp.py:3953 +#: sphinx/domains/javascript.py:164 sphinx/domains/python.py:589 msgid "function" msgstr "função" -#: sphinx/domains/c.py:243 sphinx/domains/cpp.py:2681 +#: sphinx/domains/c.py:243 sphinx/domains/cpp.py:3954 msgid "member" msgstr "membro" @@ -172,7 +169,7 @@ msgstr "membro" msgid "macro" msgstr "macro" -#: sphinx/domains/c.py:245 sphinx/domains/cpp.py:2682 +#: sphinx/domains/c.py:245 sphinx/domains/cpp.py:3955 msgid "type" msgstr "tipo" @@ -180,59 +177,64 @@ msgstr "tipo" msgid "variable" msgstr "variável" -#: sphinx/domains/cpp.py:2411 sphinx/domains/javascript.py:125 +#: sphinx/domains/cpp.py:3608 +#, fuzzy +msgid "Template Parameters" +msgstr "Parâmetros" + +#: sphinx/domains/cpp.py:3611 sphinx/domains/javascript.py:125 msgid "Throws" msgstr "Gera" -#: sphinx/domains/cpp.py:2518 +#: sphinx/domains/cpp.py:3733 #, python-format msgid "%s (C++ type)" msgstr "%s (tipo C++)" -#: sphinx/domains/cpp.py:2531 +#: sphinx/domains/cpp.py:3744 #, python-format msgid "%s (C++ member)" msgstr "%s (membro C++)" -#: sphinx/domains/cpp.py:2543 +#: sphinx/domains/cpp.py:3755 #, python-format msgid "%s (C++ function)" msgstr "%s (função C++)" -#: sphinx/domains/cpp.py:2555 +#: sphinx/domains/cpp.py:3766 #, python-format msgid "%s (C++ class)" msgstr "%s (classe C++)" -#: sphinx/domains/cpp.py:2579 +#: sphinx/domains/cpp.py:3786 #, python-format msgid "%s (C++ enum)" msgstr "%s (C++enum)" -#: sphinx/domains/cpp.py:2617 +#: sphinx/domains/cpp.py:3816 #, python-format msgid "%s (C++ enumerator)" msgstr "%s (C++ enumerador)" -#: sphinx/domains/cpp.py:2679 sphinx/domains/javascript.py:165 -#: sphinx/domains/python.py:589 +#: sphinx/domains/cpp.py:3952 sphinx/domains/javascript.py:165 +#: sphinx/domains/python.py:591 msgid "class" msgstr "classe" -#: sphinx/domains/cpp.py:2683 +#: sphinx/domains/cpp.py:3956 msgid "enum" msgstr "enum" -#: sphinx/domains/cpp.py:2684 +#: sphinx/domains/cpp.py:3957 msgid "enumerator" msgstr "enumerador" -#: sphinx/domains/javascript.py:106 sphinx/domains/python.py:280 +#: sphinx/domains/javascript.py:106 sphinx/domains/python.py:282 #, python-format msgid "%s() (built-in function)" msgstr "%s() (função interna)" -#: sphinx/domains/javascript.py:107 sphinx/domains/python.py:344 +#: sphinx/domains/javascript.py:107 sphinx/domains/python.py:346 #, python-format msgid "%s() (%s method)" msgstr "%s() (método %s)" @@ -247,7 +249,7 @@ msgstr "%s() (classe)" msgid "%s (global variable or constant)" msgstr "%s (variável global ou constante)" -#: sphinx/domains/javascript.py:113 sphinx/domains/python.py:382 +#: sphinx/domains/javascript.py:113 sphinx/domains/python.py:384 #, python-format msgid "%s (%s attribute)" msgstr "%s (atributo %s)" @@ -256,116 +258,116 @@ msgstr "%s (atributo %s)" msgid "Arguments" msgstr "Parâmetros" -#: sphinx/domains/javascript.py:166 sphinx/domains/python.py:588 +#: sphinx/domains/javascript.py:166 sphinx/domains/python.py:590 msgid "data" msgstr "dado" -#: sphinx/domains/javascript.py:167 sphinx/domains/python.py:594 +#: sphinx/domains/javascript.py:167 sphinx/domains/python.py:596 msgid "attribute" msgstr "atributo" -#: sphinx/domains/python.py:127 +#: sphinx/domains/python.py:129 msgid "Variables" msgstr "Variáveis" -#: sphinx/domains/python.py:131 +#: sphinx/domains/python.py:133 msgid "Raises" msgstr "Levanta" -#: sphinx/domains/python.py:281 sphinx/domains/python.py:338 -#: sphinx/domains/python.py:350 sphinx/domains/python.py:363 +#: sphinx/domains/python.py:283 sphinx/domains/python.py:340 +#: sphinx/domains/python.py:352 sphinx/domains/python.py:365 #, python-format msgid "%s() (in module %s)" msgstr "%s() (no módulo %s)" -#: sphinx/domains/python.py:284 +#: sphinx/domains/python.py:286 #, python-format msgid "%s (built-in variable)" msgstr "%s (variável interna)" -#: sphinx/domains/python.py:285 sphinx/domains/python.py:376 +#: sphinx/domains/python.py:287 sphinx/domains/python.py:378 #, python-format msgid "%s (in module %s)" msgstr "%s (no módulo %s)" -#: sphinx/domains/python.py:301 +#: sphinx/domains/python.py:303 #, python-format msgid "%s (built-in class)" msgstr "%s (classe interna)" -#: sphinx/domains/python.py:302 +#: sphinx/domains/python.py:304 #, python-format msgid "%s (class in %s)" msgstr "%s (classe em %s)" -#: sphinx/domains/python.py:342 +#: sphinx/domains/python.py:344 #, python-format msgid "%s() (%s.%s method)" msgstr "%s() (método %s.%s)" -#: sphinx/domains/python.py:354 +#: sphinx/domains/python.py:356 #, python-format msgid "%s() (%s.%s static method)" msgstr "%s() (método estático %s.%s)" -#: sphinx/domains/python.py:357 +#: sphinx/domains/python.py:359 #, python-format msgid "%s() (%s static method)" msgstr "%s() (método estático %s)" -#: sphinx/domains/python.py:367 +#: sphinx/domains/python.py:369 #, python-format msgid "%s() (%s.%s class method)" msgstr "%s() (método de classe %s.%s)" -#: sphinx/domains/python.py:370 +#: sphinx/domains/python.py:372 #, python-format msgid "%s() (%s class method)" msgstr "%s() (método de classe %s)" -#: sphinx/domains/python.py:380 +#: sphinx/domains/python.py:382 #, python-format msgid "%s (%s.%s attribute)" msgstr "%s (atributo %s.%s)" -#: sphinx/domains/python.py:461 +#: sphinx/domains/python.py:463 #, python-format msgid "%s (module)" msgstr "%s (módulo)" -#: sphinx/domains/python.py:518 +#: sphinx/domains/python.py:520 msgid "Python Module Index" msgstr "Índice de Módulos do Python" -#: sphinx/domains/python.py:519 +#: sphinx/domains/python.py:521 msgid "modules" msgstr "módulos" -#: sphinx/domains/python.py:565 +#: sphinx/domains/python.py:567 msgid "Deprecated" msgstr "Obsoleto" -#: sphinx/domains/python.py:590 sphinx/locale/__init__.py:181 +#: sphinx/domains/python.py:592 sphinx/locale/__init__.py:183 msgid "exception" msgstr "exceção" -#: sphinx/domains/python.py:591 +#: sphinx/domains/python.py:593 msgid "method" msgstr "método" -#: sphinx/domains/python.py:592 +#: sphinx/domains/python.py:594 msgid "class method" msgstr "método de classe" -#: sphinx/domains/python.py:593 +#: sphinx/domains/python.py:595 msgid "static method" msgstr "método estático" -#: sphinx/domains/python.py:595 sphinx/locale/__init__.py:177 +#: sphinx/domains/python.py:597 sphinx/locale/__init__.py:179 msgid "module" msgstr "módulo" -#: sphinx/domains/python.py:760 +#: sphinx/domains/python.py:762 msgid " (deprecated)" msgstr " (obsoleto)" @@ -397,64 +399,64 @@ msgstr "váriavel de ambiente; %s" msgid "%scommand line option; %s" msgstr "%sopção de linha de comando; %s" -#: sphinx/domains/std.py:443 +#: sphinx/domains/std.py:433 msgid "glossary term" msgstr "Termo de glossário" -#: sphinx/domains/std.py:444 +#: sphinx/domains/std.py:434 msgid "grammar token" msgstr "token de gramática" -#: sphinx/domains/std.py:445 +#: sphinx/domains/std.py:435 msgid "reference label" msgstr "rótulo de referência" -#: sphinx/domains/std.py:447 +#: sphinx/domains/std.py:437 msgid "environment variable" msgstr "váriavel de ambiente" -#: sphinx/domains/std.py:448 +#: sphinx/domains/std.py:438 msgid "program option" msgstr "opção de programa" -#: sphinx/domains/std.py:481 sphinx/themes/basic/genindex-single.html:32 +#: sphinx/domains/std.py:471 sphinx/themes/basic/genindex-single.html:32 #: sphinx/themes/basic/genindex-single.html:57 #: sphinx/themes/basic/genindex-split.html:11 #: sphinx/themes/basic/genindex-split.html:14 #: sphinx/themes/basic/genindex.html:32 sphinx/themes/basic/genindex.html:35 #: sphinx/themes/basic/genindex.html:68 sphinx/themes/basic/layout.html:134 -#: sphinx/writers/latex.py:201 sphinx/writers/texinfo.py:479 +#: sphinx/writers/latex.py:346 sphinx/writers/texinfo.py:481 msgid "Index" msgstr "Índice" -#: sphinx/domains/std.py:482 +#: sphinx/domains/std.py:472 msgid "Module Index" msgstr "Índice do Módulo" -#: sphinx/domains/std.py:483 sphinx/themes/basic/defindex.html:25 +#: sphinx/domains/std.py:473 sphinx/themes/basic/defindex.html:25 msgid "Search Page" msgstr "Página de Pesquisa" -#: sphinx/ext/autodoc.py:1139 +#: sphinx/ext/autodoc.py:1265 #, python-format msgid " Bases: %s" msgstr " Bases: %s" -#: sphinx/ext/autodoc.py:1181 +#: sphinx/ext/autodoc.py:1318 #, python-format msgid "alias of :class:`%s`" msgstr "apelido de :class:`%s`" -#: sphinx/ext/graphviz.py:293 sphinx/ext/graphviz.py:301 +#: sphinx/ext/graphviz.py:307 sphinx/ext/graphviz.py:316 #, python-format msgid "[graph: %s]" msgstr "[gráfico: %s]" -#: sphinx/ext/graphviz.py:295 sphinx/ext/graphviz.py:303 +#: sphinx/ext/graphviz.py:309 sphinx/ext/graphviz.py:318 msgid "[graph]" msgstr "[gráfico]" -#: sphinx/ext/intersphinx.py:257 +#: sphinx/ext/intersphinx.py:359 #, python-format msgid "(in %s v%s)" msgstr "(em %s v%s)" @@ -463,112 +465,117 @@ msgstr "(em %s v%s)" msgid "[source]" msgstr "[código fonte]" -#: sphinx/ext/todo.py:43 +#: sphinx/ext/todo.py:56 msgid "Todo" msgstr "Por fazer" -#: sphinx/ext/todo.py:113 -#, python-format -msgid "(The <> is located in %s, line %d.)" +#: sphinx/ext/todo.py:129 +#, fuzzy +msgid "<>" +msgstr "entrada original" + +#: sphinx/ext/todo.py:132 +#, fuzzy, python-format +msgid "(The <> is located in %s, line %d.)" msgstr "(A <> está localizada em %s, linha %d.)" -#: sphinx/ext/todo.py:122 +#: sphinx/ext/todo.py:141 msgid "original entry" msgstr "entrada original" -#: sphinx/ext/viewcode.py:158 +#: sphinx/ext/viewcode.py:162 msgid "[docs]" msgstr "[documentos]" -#: sphinx/ext/viewcode.py:172 +#: sphinx/ext/viewcode.py:176 msgid "Module code" msgstr "Código do módulo" -#: sphinx/ext/viewcode.py:178 +#: sphinx/ext/viewcode.py:182 #, python-format msgid "

Source code for %s

" msgstr "

Código fonte de %s

" -#: sphinx/ext/viewcode.py:204 +#: sphinx/ext/viewcode.py:208 msgid "Overview: module code" msgstr "Visão geral: código do módulo" -#: sphinx/ext/viewcode.py:205 +#: sphinx/ext/viewcode.py:209 msgid "

All modules for which code is available

" msgstr "

Todos os módulos onde este código está disponível

" -#: sphinx/locale/__init__.py:157 +#: sphinx/locale/__init__.py:159 msgid "Attention" msgstr "Atenção" -#: sphinx/locale/__init__.py:158 +#: sphinx/locale/__init__.py:160 msgid "Caution" msgstr "Cuidado" -#: sphinx/locale/__init__.py:159 +#: sphinx/locale/__init__.py:161 msgid "Danger" msgstr "Perigo" -#: sphinx/locale/__init__.py:160 +#: sphinx/locale/__init__.py:162 msgid "Error" msgstr "Erro" -#: sphinx/locale/__init__.py:161 +#: sphinx/locale/__init__.py:163 msgid "Hint" msgstr "Dica" -#: sphinx/locale/__init__.py:162 +#: sphinx/locale/__init__.py:164 msgid "Important" msgstr "Importante" -#: sphinx/locale/__init__.py:163 +#: sphinx/locale/__init__.py:165 msgid "Note" msgstr "Nota" -#: sphinx/locale/__init__.py:164 +#: sphinx/locale/__init__.py:166 msgid "See also" msgstr "Veja também" -#: sphinx/locale/__init__.py:165 +#: sphinx/locale/__init__.py:167 msgid "Tip" msgstr "Dica" -#: sphinx/locale/__init__.py:166 +#: sphinx/locale/__init__.py:168 msgid "Warning" msgstr "Aviso" -#: sphinx/locale/__init__.py:170 +#: sphinx/locale/__init__.py:172 #, python-format msgid "New in version %s" msgstr "Novo na versão %s" -#: sphinx/locale/__init__.py:171 +#: sphinx/locale/__init__.py:173 #, python-format msgid "Changed in version %s" msgstr "Alterado na versão %s" -#: sphinx/locale/__init__.py:172 +#: sphinx/locale/__init__.py:174 #, python-format msgid "Deprecated since version %s" msgstr "Obsoleto desde a versão %s" -#: sphinx/locale/__init__.py:178 +#: sphinx/locale/__init__.py:180 msgid "keyword" msgstr "palavra-chave" -#: sphinx/locale/__init__.py:179 +#: sphinx/locale/__init__.py:181 msgid "operator" msgstr "operador" -#: sphinx/locale/__init__.py:180 +#: sphinx/locale/__init__.py:182 msgid "object" msgstr "objeto" -#: sphinx/locale/__init__.py:182 +#: sphinx/locale/__init__.py:184 msgid "statement" msgstr "comando" -#: sphinx/locale/__init__.py:183 +#: sphinx/locale/__init__.py:185 msgid "built-in function" msgstr "função interna" @@ -696,7 +703,9 @@ msgstr "Última atualização em %(last_updated)s." msgid "" "Created using Sphinx " "%(sphinx_version)s." -msgstr "Criado usando Sphinx %(sphinx_version)s." +msgstr "" +"Criado usando Sphinx " +"%(sphinx_version)s." #: sphinx/themes/basic/opensearch.xml:4 #, python-format @@ -723,7 +732,10 @@ msgstr "próximo capítulo" msgid "" "Please activate JavaScript to enable the search\n" " functionality." -msgstr "Por favor ative o JavaScript para habilitar a\n\"\n\" funcionalidade de pesquisa." +msgstr "" +"Por favor ative o JavaScript para habilitar a\n" +"\"\n" +"\" funcionalidade de pesquisa." #: sphinx/themes/basic/search.html:32 msgid "" @@ -731,26 +743,32 @@ msgid "" " words into the box below and click \"search\". Note that the search\n" " function will automatically search for all of the words. Pages\n" " containing fewer words won't appear in the result list." -msgstr "A partir daqui você pode pesquisar estes documentos. Preencha suas \n palavras de pesquisa na caixa abaixo e clique em \"pesquisar\".\n Observe que a função de pesquisa\n irá procurar automaticamente por todas as palavras.\n Páginas contendo menos palavras não irão aparecer na lista de\n resultado." +msgstr "" +"A partir daqui você pode pesquisar estes documentos. Preencha suas \n" +" palavras de pesquisa na caixa abaixo e clique em \"pesquisar\".\n" +" Observe que a função de pesquisa\n" +" irá procurar automaticamente por todas as palavras.\n" +" Páginas contendo menos palavras não irão aparecer na lista de\n" +" resultado." -#: sphinx/themes/basic/search.html:39 -#: sphinx/themes/basic/searchresults.html:17 +#: sphinx/themes/basic/search.html:39 sphinx/themes/basic/searchresults.html:17 msgid "search" msgstr "pesquisar" -#: sphinx/themes/basic/search.html:43 -#: sphinx/themes/basic/searchresults.html:21 -#: sphinx/themes/basic/static/searchtools.js_t:281 +#: sphinx/themes/basic/search.html:43 sphinx/themes/basic/searchresults.html:21 +#: sphinx/themes/basic/static/searchtools.js_t:282 msgid "Search Results" msgstr "Resultados da Pesquisa" -#: sphinx/themes/basic/search.html:45 -#: sphinx/themes/basic/searchresults.html:23 -#: sphinx/themes/basic/static/searchtools.js_t:283 +#: sphinx/themes/basic/search.html:45 sphinx/themes/basic/searchresults.html:23 +#: sphinx/themes/basic/static/searchtools.js_t:284 msgid "" -"Your search did not match any documents. Please make sure that all words are" -" spelled correctly and that you've selected enough categories." -msgstr "Sua pesquisa não encontrou nenhum documento. Por favor, confirme que todas as palavras estão grafadas corretamente e que você selecionou categorias suficientes." +"Your search did not match any documents. Please make sure that all words " +"are spelled correctly and that you've selected enough categories." +msgstr "" +"Sua pesquisa não encontrou nenhum documento. Por favor, confirme que " +"todas as palavras estão grafadas corretamente e que você selecionou " +"categorias suficientes." #: sphinx/themes/basic/searchbox.html:12 msgid "Quick search" @@ -788,33 +806,35 @@ msgstr "Alterações na API C" msgid "Other changes" msgstr "Outras alterações" -#: sphinx/themes/basic/static/doctools.js:166 sphinx/writers/html.py:610 -#: sphinx/writers/html.py:615 +#: sphinx/themes/basic/static/doctools.js_t:169 sphinx/writers/html.py:668 +#: sphinx/writers/html.py:673 msgid "Permalink to this headline" msgstr "Link permanente para este título" -#: sphinx/themes/basic/static/doctools.js:172 sphinx/writers/html.py:107 +#: sphinx/themes/basic/static/doctools.js_t:175 sphinx/writers/html.py:105 msgid "Permalink to this definition" msgstr "Link permanente para esta definição" -#: sphinx/themes/basic/static/doctools.js:205 +#: sphinx/themes/basic/static/doctools.js_t:208 msgid "Hide Search Matches" msgstr "Esconder Resultados da Pesquisa" -#: sphinx/themes/basic/static/searchtools.js_t:119 +#: sphinx/themes/basic/static/searchtools.js_t:121 msgid "Searching" msgstr "Pesquisando" -#: sphinx/themes/basic/static/searchtools.js_t:124 +#: sphinx/themes/basic/static/searchtools.js_t:126 msgid "Preparing search..." msgstr "Preparando a pesquisa..." -#: sphinx/themes/basic/static/searchtools.js_t:285 +#: sphinx/themes/basic/static/searchtools.js_t:286 #, python-format msgid "Search finished, found %s page(s) matching the search query." -msgstr "Pesquisa concluída, foram encontrada(s) %s página(s) que \"\n\"combinam com a consulta feita." +msgstr "" +"Pesquisa concluída, foram encontrada(s) %s página(s) que \"\n" +"\"combinam com a consulta feita." -#: sphinx/themes/basic/static/searchtools.js_t:337 +#: sphinx/themes/basic/static/searchtools.js_t:338 msgid ", in " msgstr ", em " @@ -831,44 +851,56 @@ msgstr "Recolher painel lateral" msgid "Contents" msgstr "Conteúdo" -#: sphinx/writers/html.py:334 +#: sphinx/writers/html.py:349 msgid "Permalink to this code" msgstr "Link Permanente para esse código" -#: sphinx/writers/html.py:337 +#: sphinx/writers/html.py:353 msgid "Permalink to this image" msgstr "Link Permanente para essa imagem" -#: sphinx/writers/html.py:339 +#: sphinx/writers/html.py:355 msgid "Permalink to this toctree" msgstr "" -#: sphinx/writers/html.py:619 +#: sphinx/writers/html.py:677 msgid "Permalink to this table" msgstr "Link Permanente para essa tabela" -#: sphinx/writers/latex.py:199 +#: sphinx/writers/latex.py:344 msgid "Release" msgstr "Versão" -#: sphinx/writers/latex.py:697 sphinx/writers/manpage.py:177 -#: sphinx/writers/texinfo.py:616 +#: sphinx/writers/latex.py:408 +#, fuzzy +msgid "page" +msgstr "Perigo" + +#: sphinx/writers/latex.py:908 sphinx/writers/manpage.py:226 +#: sphinx/writers/texinfo.py:620 msgid "Footnotes" msgstr "Notas de rodapé" -#: sphinx/writers/latex.py:785 +#: sphinx/writers/latex.py:1010 msgid "continued from previous page" msgstr "continuação da página anterior" -#: sphinx/writers/latex.py:791 +#: sphinx/writers/latex.py:1016 msgid "Continued on next page" msgstr "Continuação na próxima página" -#: sphinx/writers/manpage.py:223 sphinx/writers/text.py:541 +#: sphinx/writers/manpage.py:275 sphinx/writers/text.py:582 #, python-format msgid "[image: %s]" msgstr "[imagem: %s]" -#: sphinx/writers/manpage.py:224 sphinx/writers/text.py:542 +#: sphinx/writers/manpage.py:276 sphinx/writers/text.py:583 msgid "[image]" msgstr "[imagem]" + +#~ msgid "%B %d, %Y" +#~ msgstr "%d/%m/%Y" + +#~ msgid "%b %d, %Y" +#~ msgstr "%d/%m/%Y" + diff --git a/sphinx/locale/pt_PT/LC_MESSAGES/sphinx.js b/sphinx/locale/pt_PT/LC_MESSAGES/sphinx.js index e1fcc9ac8..71c4bf425 100644 --- a/sphinx/locale/pt_PT/LC_MESSAGES/sphinx.js +++ b/sphinx/locale/pt_PT/LC_MESSAGES/sphinx.js @@ -1 +1 @@ -Documentation.addTranslations({"locale": "pt_PT", "plural_expr": "(n != 1)", "messages": {"Next topic": "Pr\u00f3ximo t\u00f3pico", "Index": "\u00cdndice", "%(filename)s — %(docstitle)s": "%(filename)s — %(docstitle)s", "Welcome! This is": "Bem Vindo(a)! Esta \u00e9", "Copyright": "Copyright", "C API changes": "Altera\u00e7\u00f5es na API C", "quick access to all modules": "acesso r\u00e1pido a todos os m\u00f3dulos", "© Copyright %(copyright)s.": "© Copyright %(copyright)s.", "Global Module Index": "\u00cdndice Global de M\u00f3dulos", "Your search did not match any documents. Please make sure that all words are spelled correctly and that you've selected enough categories.": "A sua pesquisa n\u00e3o encontrou nenhum documento. Por favor, confirme que todas as palavras est\u00e3o escritas corretamente e que selecionou categorias suficientes.", "Index – %(key)s": "\u00cdndice – %(key)s", "General Index": "\u00cdndice Geral", "next chapter": "pr\u00f3ximo cap\u00edtulo", "Search finished, found %s page(s) matching the search query.": "Pesquisa conclu\u00edda, foram encontrada(s) %s p\u00e1gina(s) que combinam com a consulta feita.", "previous chapter": "cap\u00edtulo anterior", "Permalink to this headline": "Link permanente para este t\u00edtulo", "About these documents": "Sobre estes documentos", "Preparing search...": "A preparar a pesquisa...", ", in ": ", em", "Navigation": "Navega\u00e7\u00e3o", "Expand sidebar": "Expandir painel lateral", "the documentation for": "a documenta\u00e7\u00e3o de", "Complete Table of Contents": "Tabela de Conte\u00fados Completa", "Contents": "Conte\u00fado", "can be huge": "pode ser enorme", "Changes in Version %(version)s — %(docstitle)s": "Altera\u00e7\u00f5es na Vers\u00e3o%(version)s — %(docstitle)s", "Other changes": "Outras altera\u00e7\u00f5es", "Hide Search Matches": "Esconder Resultados da Pesquisa", "Quick search": "Pesquisa r\u00e1pida", "Show Source": "Exibir Fonte", "Search": "Pesquisar", "This Page": "Esta P\u00e1gina", "From here you can search these documents. Enter your search\n words into the box below and click \"search\". Note that the search\n function will automatically search for all of the words. Pages\n containing fewer words won't appear in the result list.": "A partir daqui pode pesquisar estes documentos. Preencha as\npalavras de pesquisa na caixa abaixo e clique em \"pesquisar\".\nNote que a fun\u00e7\u00e3o de pesquisa ir\u00e1 procurar automaticamente\npor todas as palavras. P\u00e1ginas que contenham menos palavras\nn\u00e3o ir\u00e3o aparecer na lista de resultados.", "Created using Sphinx %(sphinx_version)s.": "Criado utilizando Sphinx %(sphinx_version)s.", "last updated": "\u00faltima actualiza\u00e7\u00e3o", "Collapse sidebar": "Recolher painel lateral", "Go": "Ir", "Table Of Contents": "Tabela de Conte\u00fados", "Search within %(docstitle)s": "Pesquisar dentro de %(docstitle)s", "all functions, classes, terms": "todas as fun\u00e7\u00f5es, classes, termos", "Please activate JavaScript to enable the search\n functionality.": "Por favor ligue o JavaScript para habilitar a\nfuncionalidade de pesquisa.", "Indices and tables:": "\u00cdndices e tabelas:", "lists all sections and subsections": "Listar todas as sec\u00e7\u00f5es e subsec\u00e7\u00f5es", "Index pages by letter": "Paginas de \u00edndice por letra", "search": "pesquisar", "Permalink to this definition": "Link permanente para esta defini\u00e7\u00e3o", "Previous topic": "T\u00f3pico anterior", "Overview": "Vis\u00e3o geral", "Last updated on %(last_updated)s.": "\u00daltima actualiza\u00e7\u00e3o em %(last_updated)s.", "Searching": "A Pesquisar", "search this documentation": "Pesquisar esta documenta\u00e7\u00e3o", "Automatically generated list of changes in version %(version)s": "Lista de altera\u00e7\u00f5es gerada automaticamente na vers\u00e3o %(version)s", "Full index on one page": "\u00cdndice completo numa p\u00e1gina", "Enter search terms or a module, class or function name.": "Digite os termos da busca ou o nome de um m\u00f3dulo, classe ou fun\u00e7\u00e3o.", "© Copyright %(copyright)s.": "© Copyright %(copyright)s.", "Library changes": "Altera\u00e7\u00f5es na biblioteca", "Search Page": "P\u00e1gina de Pesquisa", "Search Results": "Resultados da Pesquisa"}}); \ No newline at end of file +Documentation.addTranslations({"locale": "pt_PT", "messages": {"%(filename)s — %(docstitle)s": "%(filename)s — %(docstitle)s", "© Copyright %(copyright)s.": "© Copyright %(copyright)s.", "© Copyright %(copyright)s.": "© Copyright %(copyright)s.", ", in ": ", em", "About these documents": "Sobre estes documentos", "Automatically generated list of changes in version %(version)s": "Lista de altera\u00e7\u00f5es gerada automaticamente na vers\u00e3o %(version)s", "C API changes": "Altera\u00e7\u00f5es na API C", "Changes in Version %(version)s — %(docstitle)s": "Altera\u00e7\u00f5es na Vers\u00e3o%(version)s — %(docstitle)s", "Collapse sidebar": "Recolher painel lateral", "Complete Table of Contents": "Tabela de Conte\u00fados Completa", "Contents": "Conte\u00fado", "Copyright": "Copyright", "Created using Sphinx %(sphinx_version)s.": "Criado utilizando Sphinx %(sphinx_version)s.", "Enter search terms or a module, class or function name.": "Digite os termos da busca ou o nome de um m\u00f3dulo, classe ou fun\u00e7\u00e3o.", "Expand sidebar": "Expandir painel lateral", "From here you can search these documents. Enter your search\n words into the box below and click \"search\". Note that the search\n function will automatically search for all of the words. Pages\n containing fewer words won't appear in the result list.": "A partir daqui pode pesquisar estes documentos. Preencha as\npalavras de pesquisa na caixa abaixo e clique em \"pesquisar\".\nNote que a fun\u00e7\u00e3o de pesquisa ir\u00e1 procurar automaticamente\npor todas as palavras. P\u00e1ginas que contenham menos palavras\nn\u00e3o ir\u00e3o aparecer na lista de resultados.", "Full index on one page": "\u00cdndice completo numa p\u00e1gina", "General Index": "\u00cdndice Geral", "Global Module Index": "\u00cdndice Global de M\u00f3dulos", "Go": "Ir", "Hide Search Matches": "Esconder Resultados da Pesquisa", "Index": "\u00cdndice", "Index – %(key)s": "\u00cdndice – %(key)s", "Index pages by letter": "Paginas de \u00edndice por letra", "Indices and tables:": "\u00cdndices e tabelas:", "Last updated on %(last_updated)s.": "\u00daltima actualiza\u00e7\u00e3o em %(last_updated)s.", "Library changes": "Altera\u00e7\u00f5es na biblioteca", "Navigation": "Navega\u00e7\u00e3o", "Next topic": "Pr\u00f3ximo t\u00f3pico", "Other changes": "Outras altera\u00e7\u00f5es", "Overview": "Vis\u00e3o geral", "Permalink to this definition": "Link permanente para esta defini\u00e7\u00e3o", "Permalink to this headline": "Link permanente para este t\u00edtulo", "Please activate JavaScript to enable the search\n functionality.": "Por favor ligue o JavaScript para habilitar a\nfuncionalidade de pesquisa.", "Preparing search...": "A preparar a pesquisa...", "Previous topic": "T\u00f3pico anterior", "Quick search": "Pesquisa r\u00e1pida", "Search": "Pesquisar", "Search Page": "P\u00e1gina de Pesquisa", "Search Results": "Resultados da Pesquisa", "Search finished, found %s page(s) matching the search query.": "Pesquisa conclu\u00edda, foram encontrada(s) %s p\u00e1gina(s) que combinam com a consulta feita.", "Search within %(docstitle)s": "Pesquisar dentro de %(docstitle)s", "Searching": "A Pesquisar", "Show Source": "Exibir Fonte", "Table Of Contents": "Tabela de Conte\u00fados", "This Page": "Esta P\u00e1gina", "Welcome! This is": "Bem Vindo(a)! Esta \u00e9", "Your search did not match any documents. Please make sure that all words are spelled correctly and that you've selected enough categories.": "A sua pesquisa n\u00e3o encontrou nenhum documento. Por favor, confirme que todas as palavras est\u00e3o escritas corretamente e que selecionou categorias suficientes.", "all functions, classes, terms": "todas as fun\u00e7\u00f5es, classes, termos", "can be huge": "pode ser enorme", "last updated": "\u00faltima actualiza\u00e7\u00e3o", "lists all sections and subsections": "Listar todas as sec\u00e7\u00f5es e subsec\u00e7\u00f5es", "next chapter": "pr\u00f3ximo cap\u00edtulo", "previous chapter": "cap\u00edtulo anterior", "quick access to all modules": "acesso r\u00e1pido a todos os m\u00f3dulos", "search": "pesquisar", "search this documentation": "Pesquisar esta documenta\u00e7\u00e3o", "the documentation for": "a documenta\u00e7\u00e3o de"}, "plural_expr": "(n != 1)"}); \ No newline at end of file diff --git a/sphinx/locale/pt_PT/LC_MESSAGES/sphinx.mo b/sphinx/locale/pt_PT/LC_MESSAGES/sphinx.mo index 155a9b0d9..77f1f2969 100644 Binary files a/sphinx/locale/pt_PT/LC_MESSAGES/sphinx.mo and b/sphinx/locale/pt_PT/LC_MESSAGES/sphinx.mo differ diff --git a/sphinx/locale/pt_PT/LC_MESSAGES/sphinx.po b/sphinx/locale/pt_PT/LC_MESSAGES/sphinx.po index ad9824bb7..759478752 100644 --- a/sphinx/locale/pt_PT/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/pt_PT/LC_MESSAGES/sphinx.po @@ -1,55 +1,55 @@ -# Translations template for Sphinx. -# Copyright (C) 2015 ORGANIZATION +# Portuguese (Portugal) translations for Sphinx. +# Copyright (C) 2016 ORGANIZATION # This file is distributed under the same license as the Sphinx project. -# -# Translators: -# Pedro Algarvio , 2013 +# FIRST AUTHOR , 2016. +# msgid "" msgstr "" -"Project-Id-Version: Sphinx\n" +"Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2015-03-08 23:31+0900\n" +"POT-Creation-Date: 2016-02-14 22:15+0900\n" "PO-Revision-Date: 2015-03-08 14:35+0000\n" "Last-Translator: Takayuki Shimizukawa \n" -"Language-Team: Portuguese (Portugal) (http://www.transifex.com/projects/p/sphinx-1/language/pt_PT/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 1.3\n" "Language: pt_PT\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"Language-Team: Portuguese (Portugal) " +"(http://www.transifex.com/projects/p/sphinx-1/language/pt_PT/)\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.2.0\n" -#: sphinx/config.py:80 +#: sphinx/config.py:84 #, python-format msgid "Fig. %s" msgstr "" -#: sphinx/config.py:81 +#: sphinx/config.py:85 #, python-format msgid "Table %s" msgstr "" -#: sphinx/config.py:82 +#: sphinx/config.py:86 #, python-format msgid "Listing %s" msgstr "" -#: sphinx/config.py:89 +#: sphinx/config.py:93 #, python-format msgid "%s %s documentation" msgstr "Documentação %s %s" -#: sphinx/environment.py:1880 +#: sphinx/environment.py:1815 #, python-format msgid "see %s" msgstr "ver %s" -#: sphinx/environment.py:1883 +#: sphinx/environment.py:1819 #, python-format msgid "see also %s" msgstr "ver também %s" -#: sphinx/environment.py:1941 +#: sphinx/environment.py:1879 msgid "Symbols" msgstr "Símbolos" @@ -58,11 +58,10 @@ msgstr "Símbolos" msgid "Python Enhancement Proposals; PEP %s" msgstr "Python Enhancement Proposals; PEP %s" -#: sphinx/transforms.py:58 sphinx/writers/latex.py:212 -#: sphinx/writers/manpage.py:67 sphinx/writers/texinfo.py:221 -#, python-format -msgid "%B %d, %Y" -msgstr "%d %B, %Y" +#: sphinx/transforms.py:56 sphinx/writers/latex.py:357 +#: sphinx/writers/manpage.py:101 sphinx/writers/texinfo.py:222 +msgid "MMMM dd, YYYY" +msgstr "" #: sphinx/builders/changes.py:75 msgid "Builtins" @@ -72,64 +71,63 @@ msgstr "Internos" msgid "Module level" msgstr "Módulos" -#: sphinx/builders/html.py:291 -#, python-format -msgid "%b %d, %Y" -msgstr "%d %b, %Y" +#: sphinx/builders/html.py:295 +msgid "MMM dd, YYYY" +msgstr "" -#: sphinx/builders/html.py:310 sphinx/themes/basic/defindex.html:30 +#: sphinx/builders/html.py:315 sphinx/themes/basic/defindex.html:30 msgid "General Index" msgstr "Índice Geral" -#: sphinx/builders/html.py:310 +#: sphinx/builders/html.py:315 msgid "index" msgstr "índice" -#: sphinx/builders/html.py:371 +#: sphinx/builders/html.py:376 msgid "next" msgstr "próximo" -#: sphinx/builders/html.py:380 +#: sphinx/builders/html.py:385 msgid "previous" msgstr "anterior" -#: sphinx/builders/latex.py:144 sphinx/builders/texinfo.py:198 +#: sphinx/builders/latex.py:165 sphinx/builders/texinfo.py:199 msgid " (in " msgstr " (em " -#: sphinx/directives/other.py:150 +#: sphinx/directives/other.py:149 msgid "Section author: " msgstr "Autor da secção: " -#: sphinx/directives/other.py:152 +#: sphinx/directives/other.py:151 msgid "Module author: " msgstr "Autor do módulo: " -#: sphinx/directives/other.py:154 +#: sphinx/directives/other.py:153 msgid "Code author: " msgstr "Autor do código: " -#: sphinx/directives/other.py:156 +#: sphinx/directives/other.py:155 msgid "Author: " msgstr "Autor: " -#: sphinx/domains/__init__.py:273 +#: sphinx/domains/__init__.py:275 #, python-format msgid "%s %s" msgstr "%s %s" -#: sphinx/domains/c.py:58 sphinx/domains/cpp.py:2408 -#: sphinx/domains/python.py:122 +#: sphinx/domains/c.py:58 sphinx/domains/cpp.py:3605 +#: sphinx/domains/python.py:124 msgid "Parameters" msgstr "Parâmetros" -#: sphinx/domains/c.py:61 sphinx/domains/cpp.py:2414 -#: sphinx/domains/javascript.py:128 sphinx/domains/python.py:134 +#: sphinx/domains/c.py:61 sphinx/domains/cpp.py:3614 +#: sphinx/domains/javascript.py:128 sphinx/domains/python.py:136 msgid "Returns" msgstr "Retorno" #: sphinx/domains/c.py:63 sphinx/domains/javascript.py:130 -#: sphinx/domains/python.py:136 +#: sphinx/domains/python.py:138 msgid "Return type" msgstr "Tipo de retorno" @@ -158,12 +156,12 @@ msgstr "%s (tipo C)" msgid "%s (C variable)" msgstr "%s (variável C)" -#: sphinx/domains/c.py:242 sphinx/domains/cpp.py:2680 -#: sphinx/domains/javascript.py:164 sphinx/domains/python.py:587 +#: sphinx/domains/c.py:242 sphinx/domains/cpp.py:3953 +#: sphinx/domains/javascript.py:164 sphinx/domains/python.py:589 msgid "function" msgstr "função" -#: sphinx/domains/c.py:243 sphinx/domains/cpp.py:2681 +#: sphinx/domains/c.py:243 sphinx/domains/cpp.py:3954 msgid "member" msgstr "membro" @@ -171,7 +169,7 @@ msgstr "membro" msgid "macro" msgstr "macro" -#: sphinx/domains/c.py:245 sphinx/domains/cpp.py:2682 +#: sphinx/domains/c.py:245 sphinx/domains/cpp.py:3955 msgid "type" msgstr "tipo" @@ -179,59 +177,64 @@ msgstr "tipo" msgid "variable" msgstr "variável" -#: sphinx/domains/cpp.py:2411 sphinx/domains/javascript.py:125 +#: sphinx/domains/cpp.py:3608 +#, fuzzy +msgid "Template Parameters" +msgstr "Parâmetros" + +#: sphinx/domains/cpp.py:3611 sphinx/domains/javascript.py:125 msgid "Throws" msgstr "Gera" -#: sphinx/domains/cpp.py:2518 +#: sphinx/domains/cpp.py:3733 #, python-format msgid "%s (C++ type)" msgstr "%s (tipo C++)" -#: sphinx/domains/cpp.py:2531 +#: sphinx/domains/cpp.py:3744 #, python-format msgid "%s (C++ member)" msgstr "%s (membro C++)" -#: sphinx/domains/cpp.py:2543 +#: sphinx/domains/cpp.py:3755 #, python-format msgid "%s (C++ function)" msgstr "%s (função C++)" -#: sphinx/domains/cpp.py:2555 +#: sphinx/domains/cpp.py:3766 #, python-format msgid "%s (C++ class)" msgstr "%s (classe C++)" -#: sphinx/domains/cpp.py:2579 +#: sphinx/domains/cpp.py:3786 #, python-format msgid "%s (C++ enum)" msgstr "" -#: sphinx/domains/cpp.py:2617 +#: sphinx/domains/cpp.py:3816 #, python-format msgid "%s (C++ enumerator)" msgstr "" -#: sphinx/domains/cpp.py:2679 sphinx/domains/javascript.py:165 -#: sphinx/domains/python.py:589 +#: sphinx/domains/cpp.py:3952 sphinx/domains/javascript.py:165 +#: sphinx/domains/python.py:591 msgid "class" msgstr "classe" -#: sphinx/domains/cpp.py:2683 +#: sphinx/domains/cpp.py:3956 msgid "enum" msgstr "" -#: sphinx/domains/cpp.py:2684 +#: sphinx/domains/cpp.py:3957 msgid "enumerator" msgstr "" -#: sphinx/domains/javascript.py:106 sphinx/domains/python.py:280 +#: sphinx/domains/javascript.py:106 sphinx/domains/python.py:282 #, python-format msgid "%s() (built-in function)" msgstr "%s() (função interna)" -#: sphinx/domains/javascript.py:107 sphinx/domains/python.py:344 +#: sphinx/domains/javascript.py:107 sphinx/domains/python.py:346 #, python-format msgid "%s() (%s method)" msgstr "%s() (método %s)" @@ -246,7 +249,7 @@ msgstr "%s() (classe)" msgid "%s (global variable or constant)" msgstr "%s (variável global ou constante)" -#: sphinx/domains/javascript.py:113 sphinx/domains/python.py:382 +#: sphinx/domains/javascript.py:113 sphinx/domains/python.py:384 #, python-format msgid "%s (%s attribute)" msgstr "%s (atributo %s)" @@ -255,116 +258,116 @@ msgstr "%s (atributo %s)" msgid "Arguments" msgstr "Parâmetros" -#: sphinx/domains/javascript.py:166 sphinx/domains/python.py:588 +#: sphinx/domains/javascript.py:166 sphinx/domains/python.py:590 msgid "data" msgstr "dados" -#: sphinx/domains/javascript.py:167 sphinx/domains/python.py:594 +#: sphinx/domains/javascript.py:167 sphinx/domains/python.py:596 msgid "attribute" msgstr "atributo" -#: sphinx/domains/python.py:127 +#: sphinx/domains/python.py:129 msgid "Variables" msgstr "Variáveis" -#: sphinx/domains/python.py:131 +#: sphinx/domains/python.py:133 msgid "Raises" msgstr "Levanta" -#: sphinx/domains/python.py:281 sphinx/domains/python.py:338 -#: sphinx/domains/python.py:350 sphinx/domains/python.py:363 +#: sphinx/domains/python.py:283 sphinx/domains/python.py:340 +#: sphinx/domains/python.py:352 sphinx/domains/python.py:365 #, python-format msgid "%s() (in module %s)" msgstr "%s() (no módulo %s)" -#: sphinx/domains/python.py:284 +#: sphinx/domains/python.py:286 #, python-format msgid "%s (built-in variable)" msgstr "%s (variável interna)" -#: sphinx/domains/python.py:285 sphinx/domains/python.py:376 +#: sphinx/domains/python.py:287 sphinx/domains/python.py:378 #, python-format msgid "%s (in module %s)" msgstr "%s (no módulo %s)" -#: sphinx/domains/python.py:301 +#: sphinx/domains/python.py:303 #, python-format msgid "%s (built-in class)" msgstr "%s (classe interna)" -#: sphinx/domains/python.py:302 +#: sphinx/domains/python.py:304 #, python-format msgid "%s (class in %s)" msgstr "%s (classe em %s)" -#: sphinx/domains/python.py:342 +#: sphinx/domains/python.py:344 #, python-format msgid "%s() (%s.%s method)" msgstr "%s() (método %s.%s)" -#: sphinx/domains/python.py:354 +#: sphinx/domains/python.py:356 #, python-format msgid "%s() (%s.%s static method)" msgstr "%s() (método estático %s.%s)" -#: sphinx/domains/python.py:357 +#: sphinx/domains/python.py:359 #, python-format msgid "%s() (%s static method)" msgstr "%s() (método estático %s)" -#: sphinx/domains/python.py:367 +#: sphinx/domains/python.py:369 #, python-format msgid "%s() (%s.%s class method)" msgstr "%s() (método de classe %s.%s)" -#: sphinx/domains/python.py:370 +#: sphinx/domains/python.py:372 #, python-format msgid "%s() (%s class method)" msgstr "%s() (método de classe %s)" -#: sphinx/domains/python.py:380 +#: sphinx/domains/python.py:382 #, python-format msgid "%s (%s.%s attribute)" msgstr "%s (atributo %s.%s)" -#: sphinx/domains/python.py:461 +#: sphinx/domains/python.py:463 #, python-format msgid "%s (module)" msgstr "%s (módulo)" -#: sphinx/domains/python.py:518 +#: sphinx/domains/python.py:520 msgid "Python Module Index" msgstr "Índice de Módulos do Python" -#: sphinx/domains/python.py:519 +#: sphinx/domains/python.py:521 msgid "modules" msgstr "módulos" -#: sphinx/domains/python.py:565 +#: sphinx/domains/python.py:567 msgid "Deprecated" msgstr "Obsoleto" -#: sphinx/domains/python.py:590 sphinx/locale/__init__.py:181 +#: sphinx/domains/python.py:592 sphinx/locale/__init__.py:183 msgid "exception" msgstr "excepção" -#: sphinx/domains/python.py:591 +#: sphinx/domains/python.py:593 msgid "method" msgstr "método" -#: sphinx/domains/python.py:592 +#: sphinx/domains/python.py:594 msgid "class method" msgstr "método de classe" -#: sphinx/domains/python.py:593 +#: sphinx/domains/python.py:595 msgid "static method" msgstr "método estático" -#: sphinx/domains/python.py:595 sphinx/locale/__init__.py:177 +#: sphinx/domains/python.py:597 sphinx/locale/__init__.py:179 msgid "module" msgstr "módulo" -#: sphinx/domains/python.py:760 +#: sphinx/domains/python.py:762 msgid " (deprecated)" msgstr " (obsoleto)" @@ -396,64 +399,64 @@ msgstr "variável de ambiente; %s" msgid "%scommand line option; %s" msgstr "%sopção de linha de comando; %s" -#: sphinx/domains/std.py:443 +#: sphinx/domains/std.py:433 msgid "glossary term" msgstr "Termo de glossário" -#: sphinx/domains/std.py:444 +#: sphinx/domains/std.py:434 msgid "grammar token" msgstr "token de gramática" -#: sphinx/domains/std.py:445 +#: sphinx/domains/std.py:435 msgid "reference label" msgstr "rótulo de referência" -#: sphinx/domains/std.py:447 +#: sphinx/domains/std.py:437 msgid "environment variable" msgstr "variável de ambiente" -#: sphinx/domains/std.py:448 +#: sphinx/domains/std.py:438 msgid "program option" msgstr "opção de programa" -#: sphinx/domains/std.py:481 sphinx/themes/basic/genindex-single.html:32 +#: sphinx/domains/std.py:471 sphinx/themes/basic/genindex-single.html:32 #: sphinx/themes/basic/genindex-single.html:57 #: sphinx/themes/basic/genindex-split.html:11 #: sphinx/themes/basic/genindex-split.html:14 #: sphinx/themes/basic/genindex.html:32 sphinx/themes/basic/genindex.html:35 #: sphinx/themes/basic/genindex.html:68 sphinx/themes/basic/layout.html:134 -#: sphinx/writers/latex.py:201 sphinx/writers/texinfo.py:479 +#: sphinx/writers/latex.py:346 sphinx/writers/texinfo.py:481 msgid "Index" msgstr "Índice" -#: sphinx/domains/std.py:482 +#: sphinx/domains/std.py:472 msgid "Module Index" msgstr "Índice de Módulos" -#: sphinx/domains/std.py:483 sphinx/themes/basic/defindex.html:25 +#: sphinx/domains/std.py:473 sphinx/themes/basic/defindex.html:25 msgid "Search Page" msgstr "Página de Pesquisa" -#: sphinx/ext/autodoc.py:1139 +#: sphinx/ext/autodoc.py:1265 #, python-format msgid " Bases: %s" msgstr "Bases: %s" -#: sphinx/ext/autodoc.py:1181 +#: sphinx/ext/autodoc.py:1318 #, python-format msgid "alias of :class:`%s`" msgstr "pseudónimo de :class:`%s`" -#: sphinx/ext/graphviz.py:293 sphinx/ext/graphviz.py:301 +#: sphinx/ext/graphviz.py:307 sphinx/ext/graphviz.py:316 #, python-format msgid "[graph: %s]" msgstr "[gráfico: %s]" -#: sphinx/ext/graphviz.py:295 sphinx/ext/graphviz.py:303 +#: sphinx/ext/graphviz.py:309 sphinx/ext/graphviz.py:318 msgid "[graph]" msgstr "[gráfico]" -#: sphinx/ext/intersphinx.py:257 +#: sphinx/ext/intersphinx.py:359 #, python-format msgid "(in %s v%s)" msgstr "(em %s v%s)" @@ -462,112 +465,117 @@ msgstr "(em %s v%s)" msgid "[source]" msgstr "[código fonte]" -#: sphinx/ext/todo.py:43 +#: sphinx/ext/todo.py:56 msgid "Todo" msgstr "Por fazer" -#: sphinx/ext/todo.py:113 -#, python-format -msgid "(The <> is located in %s, line %d.)" +#: sphinx/ext/todo.py:129 +#, fuzzy +msgid "<>" +msgstr "entrada original" + +#: sphinx/ext/todo.py:132 +#, fuzzy, python-format +msgid "(The <> is located in %s, line %d.)" msgstr "(A <> está localizada em %s, linha %d.)" -#: sphinx/ext/todo.py:122 +#: sphinx/ext/todo.py:141 msgid "original entry" msgstr "entrada original" -#: sphinx/ext/viewcode.py:158 +#: sphinx/ext/viewcode.py:162 msgid "[docs]" msgstr "[documentos]" -#: sphinx/ext/viewcode.py:172 +#: sphinx/ext/viewcode.py:176 msgid "Module code" msgstr "Código do módulo" -#: sphinx/ext/viewcode.py:178 +#: sphinx/ext/viewcode.py:182 #, python-format msgid "

Source code for %s

" msgstr "

Código fonte de %s

" -#: sphinx/ext/viewcode.py:204 +#: sphinx/ext/viewcode.py:208 msgid "Overview: module code" msgstr "Visão geral: código do módulo" -#: sphinx/ext/viewcode.py:205 +#: sphinx/ext/viewcode.py:209 msgid "

All modules for which code is available

" msgstr "

Todos os módulos onde este código está disponível

" -#: sphinx/locale/__init__.py:157 +#: sphinx/locale/__init__.py:159 msgid "Attention" msgstr "Atenção" -#: sphinx/locale/__init__.py:158 +#: sphinx/locale/__init__.py:160 msgid "Caution" msgstr "Cuidado" -#: sphinx/locale/__init__.py:159 +#: sphinx/locale/__init__.py:161 msgid "Danger" msgstr "Perigo" -#: sphinx/locale/__init__.py:160 +#: sphinx/locale/__init__.py:162 msgid "Error" msgstr "Erro" -#: sphinx/locale/__init__.py:161 +#: sphinx/locale/__init__.py:163 msgid "Hint" msgstr "Dica" -#: sphinx/locale/__init__.py:162 +#: sphinx/locale/__init__.py:164 msgid "Important" msgstr "Importante" -#: sphinx/locale/__init__.py:163 +#: sphinx/locale/__init__.py:165 msgid "Note" msgstr "Nota" -#: sphinx/locale/__init__.py:164 +#: sphinx/locale/__init__.py:166 msgid "See also" msgstr "Veja também" -#: sphinx/locale/__init__.py:165 +#: sphinx/locale/__init__.py:167 msgid "Tip" msgstr "Dica" -#: sphinx/locale/__init__.py:166 +#: sphinx/locale/__init__.py:168 msgid "Warning" msgstr "Aviso" -#: sphinx/locale/__init__.py:170 +#: sphinx/locale/__init__.py:172 #, python-format msgid "New in version %s" msgstr "Novo na versão %s" -#: sphinx/locale/__init__.py:171 +#: sphinx/locale/__init__.py:173 #, python-format msgid "Changed in version %s" msgstr "Alterado na versão %s" -#: sphinx/locale/__init__.py:172 +#: sphinx/locale/__init__.py:174 #, python-format msgid "Deprecated since version %s" msgstr "Obsoleto desde a versão %s" -#: sphinx/locale/__init__.py:178 +#: sphinx/locale/__init__.py:180 msgid "keyword" msgstr "palavra-chave" -#: sphinx/locale/__init__.py:179 +#: sphinx/locale/__init__.py:181 msgid "operator" msgstr "operador" -#: sphinx/locale/__init__.py:180 +#: sphinx/locale/__init__.py:182 msgid "object" msgstr "objecto" -#: sphinx/locale/__init__.py:182 +#: sphinx/locale/__init__.py:184 msgid "statement" msgstr "comando" -#: sphinx/locale/__init__.py:183 +#: sphinx/locale/__init__.py:185 msgid "built-in function" msgstr "função interna" @@ -695,7 +703,9 @@ msgstr "Última actualização em %(last_updated)s." msgid "" "Created using Sphinx " "%(sphinx_version)s." -msgstr "Criado utilizando Sphinx %(sphinx_version)s." +msgstr "" +"Criado utilizando Sphinx " +"%(sphinx_version)s." #: sphinx/themes/basic/opensearch.xml:4 #, python-format @@ -722,7 +732,9 @@ msgstr "próximo capítulo" msgid "" "Please activate JavaScript to enable the search\n" " functionality." -msgstr "Por favor ligue o JavaScript para habilitar a\nfuncionalidade de pesquisa." +msgstr "" +"Por favor ligue o JavaScript para habilitar a\n" +"funcionalidade de pesquisa." #: sphinx/themes/basic/search.html:32 msgid "" @@ -730,26 +742,31 @@ msgid "" " words into the box below and click \"search\". Note that the search\n" " function will automatically search for all of the words. Pages\n" " containing fewer words won't appear in the result list." -msgstr "A partir daqui pode pesquisar estes documentos. Preencha as\npalavras de pesquisa na caixa abaixo e clique em \"pesquisar\".\nNote que a função de pesquisa irá procurar automaticamente\npor todas as palavras. Páginas que contenham menos palavras\nnão irão aparecer na lista de resultados." +msgstr "" +"A partir daqui pode pesquisar estes documentos. Preencha as\n" +"palavras de pesquisa na caixa abaixo e clique em \"pesquisar\".\n" +"Note que a função de pesquisa irá procurar automaticamente\n" +"por todas as palavras. Páginas que contenham menos palavras\n" +"não irão aparecer na lista de resultados." -#: sphinx/themes/basic/search.html:39 -#: sphinx/themes/basic/searchresults.html:17 +#: sphinx/themes/basic/search.html:39 sphinx/themes/basic/searchresults.html:17 msgid "search" msgstr "pesquisar" -#: sphinx/themes/basic/search.html:43 -#: sphinx/themes/basic/searchresults.html:21 -#: sphinx/themes/basic/static/searchtools.js_t:281 +#: sphinx/themes/basic/search.html:43 sphinx/themes/basic/searchresults.html:21 +#: sphinx/themes/basic/static/searchtools.js_t:282 msgid "Search Results" msgstr "Resultados da Pesquisa" -#: sphinx/themes/basic/search.html:45 -#: sphinx/themes/basic/searchresults.html:23 -#: sphinx/themes/basic/static/searchtools.js_t:283 +#: sphinx/themes/basic/search.html:45 sphinx/themes/basic/searchresults.html:23 +#: sphinx/themes/basic/static/searchtools.js_t:284 msgid "" -"Your search did not match any documents. Please make sure that all words are" -" spelled correctly and that you've selected enough categories." -msgstr "A sua pesquisa não encontrou nenhum documento. Por favor, confirme que todas as palavras estão escritas corretamente e que selecionou categorias suficientes." +"Your search did not match any documents. Please make sure that all words " +"are spelled correctly and that you've selected enough categories." +msgstr "" +"A sua pesquisa não encontrou nenhum documento. Por favor, confirme que " +"todas as palavras estão escritas corretamente e que selecionou categorias" +" suficientes." #: sphinx/themes/basic/searchbox.html:12 msgid "Quick search" @@ -787,33 +804,35 @@ msgstr "Alterações na API C" msgid "Other changes" msgstr "Outras alterações" -#: sphinx/themes/basic/static/doctools.js:166 sphinx/writers/html.py:610 -#: sphinx/writers/html.py:615 +#: sphinx/themes/basic/static/doctools.js_t:169 sphinx/writers/html.py:668 +#: sphinx/writers/html.py:673 msgid "Permalink to this headline" msgstr "Link permanente para este título" -#: sphinx/themes/basic/static/doctools.js:172 sphinx/writers/html.py:107 +#: sphinx/themes/basic/static/doctools.js_t:175 sphinx/writers/html.py:105 msgid "Permalink to this definition" msgstr "Link permanente para esta definição" -#: sphinx/themes/basic/static/doctools.js:205 +#: sphinx/themes/basic/static/doctools.js_t:208 msgid "Hide Search Matches" msgstr "Esconder Resultados da Pesquisa" -#: sphinx/themes/basic/static/searchtools.js_t:119 +#: sphinx/themes/basic/static/searchtools.js_t:121 msgid "Searching" msgstr "A Pesquisar" -#: sphinx/themes/basic/static/searchtools.js_t:124 +#: sphinx/themes/basic/static/searchtools.js_t:126 msgid "Preparing search..." msgstr "A preparar a pesquisa..." -#: sphinx/themes/basic/static/searchtools.js_t:285 +#: sphinx/themes/basic/static/searchtools.js_t:286 #, python-format msgid "Search finished, found %s page(s) matching the search query." -msgstr "Pesquisa concluída, foram encontrada(s) %s página(s) que combinam com a consulta feita." +msgstr "" +"Pesquisa concluída, foram encontrada(s) %s página(s) que combinam com a " +"consulta feita." -#: sphinx/themes/basic/static/searchtools.js_t:337 +#: sphinx/themes/basic/static/searchtools.js_t:338 msgid ", in " msgstr ", em" @@ -830,44 +849,56 @@ msgstr "Recolher painel lateral" msgid "Contents" msgstr "Conteúdo" -#: sphinx/writers/html.py:334 +#: sphinx/writers/html.py:349 msgid "Permalink to this code" msgstr "" -#: sphinx/writers/html.py:337 +#: sphinx/writers/html.py:353 msgid "Permalink to this image" msgstr "" -#: sphinx/writers/html.py:339 +#: sphinx/writers/html.py:355 msgid "Permalink to this toctree" msgstr "" -#: sphinx/writers/html.py:619 +#: sphinx/writers/html.py:677 msgid "Permalink to this table" msgstr "" -#: sphinx/writers/latex.py:199 +#: sphinx/writers/latex.py:344 msgid "Release" msgstr "Versão" -#: sphinx/writers/latex.py:697 sphinx/writers/manpage.py:177 -#: sphinx/writers/texinfo.py:616 +#: sphinx/writers/latex.py:408 +#, fuzzy +msgid "page" +msgstr "Perigo" + +#: sphinx/writers/latex.py:908 sphinx/writers/manpage.py:226 +#: sphinx/writers/texinfo.py:620 msgid "Footnotes" msgstr "Notas de rodapé" -#: sphinx/writers/latex.py:785 +#: sphinx/writers/latex.py:1010 msgid "continued from previous page" msgstr "continuação da página anterior" -#: sphinx/writers/latex.py:791 +#: sphinx/writers/latex.py:1016 msgid "Continued on next page" msgstr "Continuação na próxima página" -#: sphinx/writers/manpage.py:223 sphinx/writers/text.py:541 +#: sphinx/writers/manpage.py:275 sphinx/writers/text.py:582 #, python-format msgid "[image: %s]" msgstr "[imagem: %s]" -#: sphinx/writers/manpage.py:224 sphinx/writers/text.py:542 +#: sphinx/writers/manpage.py:276 sphinx/writers/text.py:583 msgid "[image]" msgstr "[imagem]" + +#~ msgid "%B %d, %Y" +#~ msgstr "%d %B, %Y" + +#~ msgid "%b %d, %Y" +#~ msgstr "%d %b, %Y" + diff --git a/sphinx/locale/ru/LC_MESSAGES/sphinx.js b/sphinx/locale/ru/LC_MESSAGES/sphinx.js index ad6c48e27..b84b62826 100644 --- a/sphinx/locale/ru/LC_MESSAGES/sphinx.js +++ b/sphinx/locale/ru/LC_MESSAGES/sphinx.js @@ -1 +1 @@ -Documentation.addTranslations({"locale": "ru", "plural_expr": "(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)", "messages": {"Next topic": "\u0421\u043b\u0435\u0434\u0443\u044e\u0449\u0438\u0439 \u0440\u0430\u0437\u0434\u0435\u043b", "Index": "\u0410\u043b\u0444\u0430\u0432\u0438\u0442\u043d\u044b\u0439 \u0443\u043a\u0430\u0437\u0430\u0442\u0435\u043b\u044c", "%(filename)s — %(docstitle)s": "%(filename)s — %(docstitle)s", "Welcome! This is": "\u0414\u043e\u0431\u0440\u043e \u043f\u043e\u0436\u0430\u043b\u043e\u0432\u0430\u0442\u044c! \u042d\u0442\u043e", "Copyright": "\u0410\u0432\u0442\u043e\u0440\u0441\u043a\u0438\u0435 \u043f\u0440\u0430\u0432\u0430", "C API changes": "\u0418\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u044f \u0432 API C", "quick access to all modules": "\u0441\u0432\u043e\u0434\u043d\u044b\u0439 \u0441\u043f\u0438\u0441\u043e\u043a \u0432\u0441\u0435\u0445 \u043c\u043e\u0434\u0443\u043b\u0435\u0439", "© Copyright %(copyright)s.": "© Copyright %(copyright)s.", "Global Module Index": "\u0410\u043b\u0444\u0430\u0432\u0438\u0442\u043d\u044b\u0439 \u0443\u043a\u0430\u0437\u0430\u0442\u0435\u043b\u044c \u043c\u043e\u0434\u0443\u043b\u0435\u0439", "Your search did not match any documents. Please make sure that all words are spelled correctly and that you've selected enough categories.": "\u041f\u043e \u0432\u0430\u0448\u0435\u043c\u0443 \u043f\u043e\u0438\u0441\u043a\u0443 \u043d\u0435 \u043d\u0430\u0439\u0434\u0435\u043d\u043e \u043d\u0438 \u043e\u0434\u043d\u043e\u0433\u043e \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0430. \u041f\u0440\u043e\u0432\u0435\u0440\u044c\u0442\u0435, \u0447\u0442\u043e \u0432\u0441\u0435 \u0441\u043b\u043e\u0432\u0430 \u043d\u0430\u043f\u0438\u0441\u0430\u043d\u044b \u0431\u0435\u0437 \u043e\u0448\u0438\u0431\u043e\u043a, \u0438 \u0447\u0442\u043e \u0432\u044b \u0432\u044b\u0431\u0440\u0430\u043b\u0438 \u0434\u043e\u0441\u0442\u0430\u0442\u043e\u0447\u043d\u043e \u043a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u0439.", "Index – %(key)s": "\u0410\u043b\u0444\u0430\u0432\u0438\u0442\u043d\u044b\u0439 \u0443\u043a\u0430\u0437\u0430\u0442\u0435\u043b\u044c – %(key)s", "General Index": "\u0410\u043b\u0444\u0430\u0432\u0438\u0442\u043d\u044b\u0439 \u0443\u043a\u0430\u0437\u0430\u0442\u0435\u043b\u044c", "next chapter": "\u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0430\u044f \u0433\u043b\u0430\u0432\u0430", "Search finished, found %s page(s) matching the search query.": "\u041f\u043e\u0438\u0441\u043a \u0437\u0430\u0432\u0435\u0440\u0448\u0451\u043d, \u043d\u0430\u0439\u0434\u0435\u043d\u043e %s \u0441\u0442\u0440\u0430\u043d\u0438\u0446, \u0443\u0434\u043e\u0432\u043b\u0435\u0442\u0432\u043e\u0440\u044f\u044e\u0449\u0438\u0445 \u0437\u0430\u043f\u0440\u043e\u0441\u0443.", "previous chapter": "\u043f\u0440\u0435\u0434\u044b\u0434\u0443\u0449\u0430\u044f \u0433\u043b\u0430\u0432\u0430", "Permalink to this headline": "\u0421\u0441\u044b\u043b\u043a\u0430 \u043d\u0430 \u044d\u0442\u043e\u0442 \u0437\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a", "About these documents": "\u041e\u0431 \u044d\u0442\u0438\u0445 \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0430\u0445", "Preparing search...": "\u041f\u043e\u0434\u0433\u043e\u0442\u043e\u0432\u043a\u0430 \u043f\u043e\u0438\u0441\u043a\u0430\u2026", ", in ": ", \u0432", "Navigation": "\u041d\u0430\u0432\u0438\u0433\u0430\u0446\u0438\u044f", "Expand sidebar": "\u0420\u0430\u0437\u0432\u0435\u0440\u043d\u0443\u0442\u044c \u0431\u043e\u043a\u043e\u0432\u0443\u044e \u043f\u0430\u043d\u0435\u043b\u044c", "the documentation for": "\u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0430\u0446\u0438\u044f", "Complete Table of Contents": "\u041f\u043e\u043b\u043d\u043e\u0435 \u043e\u0433\u043b\u0430\u0432\u043b\u0435\u043d\u0438\u0435", "Contents": "\u0421\u043e\u0434\u0435\u0440\u0436\u0430\u043d\u0438\u0435", "can be huge": "\u043c\u043e\u0436\u0435\u0442 \u0431\u044b\u0442\u044c \u043e\u0447\u0435\u043d\u044c \u0431\u043e\u043b\u044c\u0448\u0438\u043c", "Changes in Version %(version)s — %(docstitle)s": "\u0418\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u044f \u0432 \u0432\u0435\u0440\u0441\u0438\u0438 %(version)s — %(docstitle)s", "Other changes": "\u0414\u0440\u0443\u0433\u0438\u0435 \u0438\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u044f", "Hide Search Matches": "\u0421\u043d\u044f\u0442\u044c \u0432\u044b\u0434\u0435\u043b\u0435\u043d\u0438\u0435", "Quick search": "\u0411\u044b\u0441\u0442\u0440\u044b\u0439 \u043f\u043e\u0438\u0441\u043a", "Show Source": "\u0418\u0441\u0445\u043e\u0434\u043d\u044b\u0439 \u0442\u0435\u043a\u0441\u0442", "Search": "\u041f\u043e\u0438\u0441\u043a", "This Page": "\u042d\u0442\u0430 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0430", "From here you can search these documents. Enter your search\n words into the box below and click \"search\". Note that the search\n function will automatically search for all of the words. Pages\n containing fewer words won't appear in the result list.": "\u0417\u0434\u0435\u0441\u044c \u043c\u043e\u0436\u043d\u043e \u0434\u0435\u043b\u0430\u0442\u044c \u043f\u043e\u0438\u0441\u043a \u043f\u043e \u0432\u0441\u0435\u043c \u0440\u0430\u0437\u0434\u0435\u043b\u0430\u043c \u044d\u0442\u043e\u0439 \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0430\u0446\u0438\u0438. \u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u043a\u043b\u044e\u0447\u0435\u0432\u044b\u0435 \u0441\u043b\u043e\u0432\u0430 \u0432 \u0442\u0435\u043a\u0441\u0442\u043e\u0432\u043e\u0435 \u043f\u043e\u043b\u0435 \u0438 \u043d\u0430\u0436\u043c\u0438\u0442\u0435 \u043a\u043d\u043e\u043f\u043a\u0443 \u00ab\u0438\u0441\u043a\u0430\u0442\u044c\u00bb. \u0412\u043d\u0438\u043c\u0430\u043d\u0438\u0435: \u0431\u0443\u0434\u0443\u0442 \u043d\u0430\u0439\u0434\u0435\u043d\u044b \u0442\u043e\u043b\u044c\u043a\u043e \u0442\u0435 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u044b, \u0432 \u043a\u043e\u0442\u043e\u0440\u044b\u0445 \u0435\u0441\u0442\u044c \u0432\u0441\u0435 \u0443\u043a\u0430\u0437\u0430\u043d\u043d\u044b\u0435 \u0441\u043b\u043e\u0432\u0430. \u0421\u0442\u0440\u0430\u043d\u0438\u0446\u044b, \u0433\u0434\u0435 \u0435\u0441\u0442\u044c \u0442\u043e\u043b\u044c\u043a\u043e \u0447\u0430\u0441\u0442\u044c \u044d\u0442\u0438\u0445 \u0441\u043b\u043e\u0432, \u043e\u0442\u043e\u0431\u0440\u0430\u043d\u044b \u043d\u0435 \u0431\u0443\u0434\u0443\u0442.", "Created using Sphinx %(sphinx_version)s.": "\u0421\u043e\u0437\u0434\u0430\u043d\u043e \u0441 \u043f\u043e\u043c\u043e\u0449\u044c\u044e Sphinx %(sphinx_version)s.", "last updated": "\u043f\u043e\u0441\u043b\u0435\u0434\u043d\u0435\u0435 \u0438\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u0435", "Collapse sidebar": "\u0421\u0432\u0435\u0440\u043d\u0443\u0442\u044c \u0431\u043e\u043a\u043e\u0432\u0443\u044e \u043f\u0430\u043d\u0435\u043b\u044c", "Go": "\u0418\u0441\u043a\u0430\u0442\u044c", "Table Of Contents": "\u041e\u0433\u043b\u0430\u0432\u043b\u0435\u043d\u0438\u0435", "Search within %(docstitle)s": "\u041f\u043e\u0438\u0441\u043a \u0432 \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0435 \u00ab%(docstitle)s\u00bb", "all functions, classes, terms": "\u0432\u0441\u0435 \u0444\u0443\u043d\u043a\u0446\u0438\u0438, \u043a\u043b\u0430\u0441\u0441\u044b, \u043f\u0435\u0440\u0435\u043c\u0435\u043d\u043d\u044b\u0435 \u0438 \u043a\u043e\u043d\u0441\u0442\u0430\u043d\u0442\u044b", "Please activate JavaScript to enable the search\n functionality.": "\u0414\u043b\u044f \u0440\u0430\u0431\u043e\u0442\u044b \u043f\u043e\u0438\u0441\u043a\u0430 \u0432\u043a\u043b\u044e\u0447\u0438\u0442\u0435 JavaScript \u0432 \u0431\u0440\u0430\u0443\u0437\u0435\u0440\u0435.", "Indices and tables:": "\u0422\u0430\u0431\u043b\u0438\u0446\u044b \u0438 \u0443\u043a\u0430\u0437\u0430\u0442\u0435\u043b\u0438:", "lists all sections and subsections": "\u0441\u043f\u0438\u0441\u043e\u043a \u0432\u0441\u0435\u0445 \u0440\u0430\u0437\u0434\u0435\u043b\u043e\u0432 \u0438 \u043f\u043e\u0434\u0440\u0430\u0437\u0434\u0435\u043b\u043e\u0432", "Index pages by letter": "\u0423\u043a\u0430\u0437\u0430\u0442\u0435\u043b\u0438 \u043f\u043e \u0431\u0443\u043a\u0432\u0430\u043c \u0430\u043b\u0444\u0430\u0432\u0438\u0442\u0430", "search": "\u0438\u0441\u043a\u0430\u0442\u044c", "Permalink to this definition": "\u0421\u0441\u044b\u043b\u043a\u0430 \u043d\u0430 \u044d\u0442\u043e \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u0438\u0435", "Previous topic": "\u041f\u0440\u0435\u0434\u044b\u0434\u0443\u0449\u0438\u0439 \u0440\u0430\u0437\u0434\u0435\u043b", "Overview": "\u041e\u0431\u0437\u043e\u0440", "Last updated on %(last_updated)s.": "\u041e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u043e: %(last_updated)s.", "Searching": "\u0418\u0434\u0451\u0442 \u043f\u043e\u0438\u0441\u043a", "search this documentation": "\u043f\u043e\u0438\u0441\u043a \u0432 \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0430\u0446\u0438\u0438", "Automatically generated list of changes in version %(version)s": "\u0410\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u0438 \u0441\u043e\u0437\u0434\u0430\u043d\u043d\u044b\u0439 \u0441\u043f\u0438\u0441\u043e\u043a \u0438\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u0439 \u0432 \u0432\u0435\u0440\u0441\u0438\u0438 %(version)s", "Full index on one page": "\u041f\u043e\u043b\u043d\u044b\u0439 \u0430\u043b\u0444\u0430\u0432\u0438\u0442\u043d\u044b\u0439 \u0443\u043a\u0430\u0437\u0430\u0442\u0435\u043b\u044c \u043d\u0430 \u043e\u0434\u043d\u043e\u0439 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0435", "Enter search terms or a module, class or function name.": "\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u0441\u043b\u043e\u0432\u0430 \u0434\u043b\u044f \u043f\u043e\u0438\u0441\u043a\u0430 \u0438\u043b\u0438 \u0438\u043c\u044f \u043c\u043e\u0434\u0443\u043b\u044f, \u043a\u043b\u0430\u0441\u0441\u0430 \u0438\u043b\u0438 \u0444\u0443\u043d\u043a\u0446\u0438\u0438.", "© Copyright %(copyright)s.": "© \u0410\u0432\u0442\u043e\u0440\u0441\u043a\u0438\u0435 \u043f\u0440\u0430\u0432\u0430 %(copyright)s.", "Library changes": "\u0418\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u044f \u0432 \u0431\u0438\u0431\u043b\u0438\u043e\u0442\u0435\u043a\u0435", "Search Page": "\u041f\u043e\u0438\u0441\u043a", "Search Results": "\u0420\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u044b \u043f\u043e\u0438\u0441\u043a\u0430"}}); \ No newline at end of file +Documentation.addTranslations({"locale": "ru", "messages": {"%(filename)s — %(docstitle)s": "%(filename)s — %(docstitle)s", "© Copyright %(copyright)s.": "© \u0410\u0432\u0442\u043e\u0440\u0441\u043a\u0438\u0435 \u043f\u0440\u0430\u0432\u0430 %(copyright)s.", "© Copyright %(copyright)s.": "© Copyright %(copyright)s.", ", in ": ", \u0432", "About these documents": "\u041e\u0431 \u044d\u0442\u0438\u0445 \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0430\u0445", "Automatically generated list of changes in version %(version)s": "\u0410\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u0438 \u0441\u043e\u0437\u0434\u0430\u043d\u043d\u044b\u0439 \u0441\u043f\u0438\u0441\u043e\u043a \u0438\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u0439 \u0432 \u0432\u0435\u0440\u0441\u0438\u0438 %(version)s", "C API changes": "\u0418\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u044f \u0432 API C", "Changes in Version %(version)s — %(docstitle)s": "\u0418\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u044f \u0432 \u0432\u0435\u0440\u0441\u0438\u0438 %(version)s — %(docstitle)s", "Collapse sidebar": "\u0421\u0432\u0435\u0440\u043d\u0443\u0442\u044c \u0431\u043e\u043a\u043e\u0432\u0443\u044e \u043f\u0430\u043d\u0435\u043b\u044c", "Complete Table of Contents": "\u041f\u043e\u043b\u043d\u043e\u0435 \u043e\u0433\u043b\u0430\u0432\u043b\u0435\u043d\u0438\u0435", "Contents": "\u0421\u043e\u0434\u0435\u0440\u0436\u0430\u043d\u0438\u0435", "Copyright": "\u0410\u0432\u0442\u043e\u0440\u0441\u043a\u0438\u0435 \u043f\u0440\u0430\u0432\u0430", "Created using Sphinx %(sphinx_version)s.": "\u0421\u043e\u0437\u0434\u0430\u043d\u043e \u0441 \u043f\u043e\u043c\u043e\u0449\u044c\u044e Sphinx %(sphinx_version)s.", "Enter search terms or a module, class or function name.": "\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u0441\u043b\u043e\u0432\u0430 \u0434\u043b\u044f \u043f\u043e\u0438\u0441\u043a\u0430 \u0438\u043b\u0438 \u0438\u043c\u044f \u043c\u043e\u0434\u0443\u043b\u044f, \u043a\u043b\u0430\u0441\u0441\u0430 \u0438\u043b\u0438 \u0444\u0443\u043d\u043a\u0446\u0438\u0438.", "Expand sidebar": "\u0420\u0430\u0437\u0432\u0435\u0440\u043d\u0443\u0442\u044c \u0431\u043e\u043a\u043e\u0432\u0443\u044e \u043f\u0430\u043d\u0435\u043b\u044c", "From here you can search these documents. Enter your search\n words into the box below and click \"search\". Note that the search\n function will automatically search for all of the words. Pages\n containing fewer words won't appear in the result list.": "\u0417\u0434\u0435\u0441\u044c \u043c\u043e\u0436\u043d\u043e \u0434\u0435\u043b\u0430\u0442\u044c \u043f\u043e\u0438\u0441\u043a \u043f\u043e \u0432\u0441\u0435\u043c \u0440\u0430\u0437\u0434\u0435\u043b\u0430\u043c \u044d\u0442\u043e\u0439 \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0430\u0446\u0438\u0438. \u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u043a\u043b\u044e\u0447\u0435\u0432\u044b\u0435 \u0441\u043b\u043e\u0432\u0430 \u0432 \u0442\u0435\u043a\u0441\u0442\u043e\u0432\u043e\u0435 \u043f\u043e\u043b\u0435 \u0438 \u043d\u0430\u0436\u043c\u0438\u0442\u0435 \u043a\u043d\u043e\u043f\u043a\u0443 \u00ab\u0438\u0441\u043a\u0430\u0442\u044c\u00bb. \u0412\u043d\u0438\u043c\u0430\u043d\u0438\u0435: \u0431\u0443\u0434\u0443\u0442 \u043d\u0430\u0439\u0434\u0435\u043d\u044b \u0442\u043e\u043b\u044c\u043a\u043e \u0442\u0435 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u044b, \u0432 \u043a\u043e\u0442\u043e\u0440\u044b\u0445 \u0435\u0441\u0442\u044c \u0432\u0441\u0435 \u0443\u043a\u0430\u0437\u0430\u043d\u043d\u044b\u0435 \u0441\u043b\u043e\u0432\u0430. \u0421\u0442\u0440\u0430\u043d\u0438\u0446\u044b, \u0433\u0434\u0435 \u0435\u0441\u0442\u044c \u0442\u043e\u043b\u044c\u043a\u043e \u0447\u0430\u0441\u0442\u044c \u044d\u0442\u0438\u0445 \u0441\u043b\u043e\u0432, \u043e\u0442\u043e\u0431\u0440\u0430\u043d\u044b \u043d\u0435 \u0431\u0443\u0434\u0443\u0442.", "Full index on one page": "\u041f\u043e\u043b\u043d\u044b\u0439 \u0430\u043b\u0444\u0430\u0432\u0438\u0442\u043d\u044b\u0439 \u0443\u043a\u0430\u0437\u0430\u0442\u0435\u043b\u044c \u043d\u0430 \u043e\u0434\u043d\u043e\u0439 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0435", "General Index": "\u0410\u043b\u0444\u0430\u0432\u0438\u0442\u043d\u044b\u0439 \u0443\u043a\u0430\u0437\u0430\u0442\u0435\u043b\u044c", "Global Module Index": "\u0410\u043b\u0444\u0430\u0432\u0438\u0442\u043d\u044b\u0439 \u0443\u043a\u0430\u0437\u0430\u0442\u0435\u043b\u044c \u043c\u043e\u0434\u0443\u043b\u0435\u0439", "Go": "\u0418\u0441\u043a\u0430\u0442\u044c", "Hide Search Matches": "\u0421\u043d\u044f\u0442\u044c \u0432\u044b\u0434\u0435\u043b\u0435\u043d\u0438\u0435", "Index": "\u0410\u043b\u0444\u0430\u0432\u0438\u0442\u043d\u044b\u0439 \u0443\u043a\u0430\u0437\u0430\u0442\u0435\u043b\u044c", "Index – %(key)s": "\u0410\u043b\u0444\u0430\u0432\u0438\u0442\u043d\u044b\u0439 \u0443\u043a\u0430\u0437\u0430\u0442\u0435\u043b\u044c – %(key)s", "Index pages by letter": "\u0423\u043a\u0430\u0437\u0430\u0442\u0435\u043b\u0438 \u043f\u043e \u0431\u0443\u043a\u0432\u0430\u043c \u0430\u043b\u0444\u0430\u0432\u0438\u0442\u0430", "Indices and tables:": "\u0422\u0430\u0431\u043b\u0438\u0446\u044b \u0438 \u0443\u043a\u0430\u0437\u0430\u0442\u0435\u043b\u0438:", "Last updated on %(last_updated)s.": "\u041e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u043e: %(last_updated)s.", "Library changes": "\u0418\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u044f \u0432 \u0431\u0438\u0431\u043b\u0438\u043e\u0442\u0435\u043a\u0435", "Navigation": "\u041d\u0430\u0432\u0438\u0433\u0430\u0446\u0438\u044f", "Next topic": "\u0421\u043b\u0435\u0434\u0443\u044e\u0449\u0438\u0439 \u0440\u0430\u0437\u0434\u0435\u043b", "Other changes": "\u0414\u0440\u0443\u0433\u0438\u0435 \u0438\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u044f", "Overview": "\u041e\u0431\u0437\u043e\u0440", "Permalink to this definition": "\u0421\u0441\u044b\u043b\u043a\u0430 \u043d\u0430 \u044d\u0442\u043e \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u0438\u0435", "Permalink to this headline": "\u0421\u0441\u044b\u043b\u043a\u0430 \u043d\u0430 \u044d\u0442\u043e\u0442 \u0437\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a", "Please activate JavaScript to enable the search\n functionality.": "\u0414\u043b\u044f \u0440\u0430\u0431\u043e\u0442\u044b \u043f\u043e\u0438\u0441\u043a\u0430 \u0432\u043a\u043b\u044e\u0447\u0438\u0442\u0435 JavaScript \u0432 \u0431\u0440\u0430\u0443\u0437\u0435\u0440\u0435.", "Preparing search...": "\u041f\u043e\u0434\u0433\u043e\u0442\u043e\u0432\u043a\u0430 \u043f\u043e\u0438\u0441\u043a\u0430\u2026", "Previous topic": "\u041f\u0440\u0435\u0434\u044b\u0434\u0443\u0449\u0438\u0439 \u0440\u0430\u0437\u0434\u0435\u043b", "Quick search": "\u0411\u044b\u0441\u0442\u0440\u044b\u0439 \u043f\u043e\u0438\u0441\u043a", "Search": "\u041f\u043e\u0438\u0441\u043a", "Search Page": "\u041f\u043e\u0438\u0441\u043a", "Search Results": "\u0420\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u044b \u043f\u043e\u0438\u0441\u043a\u0430", "Search finished, found %s page(s) matching the search query.": "\u041f\u043e\u0438\u0441\u043a \u0437\u0430\u0432\u0435\u0440\u0448\u0451\u043d, \u043d\u0430\u0439\u0434\u0435\u043d\u043e %s \u0441\u0442\u0440\u0430\u043d\u0438\u0446, \u0443\u0434\u043e\u0432\u043b\u0435\u0442\u0432\u043e\u0440\u044f\u044e\u0449\u0438\u0445 \u0437\u0430\u043f\u0440\u043e\u0441\u0443.", "Search within %(docstitle)s": "\u041f\u043e\u0438\u0441\u043a \u0432 \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0435 \u00ab%(docstitle)s\u00bb", "Searching": "\u0418\u0434\u0451\u0442 \u043f\u043e\u0438\u0441\u043a", "Show Source": "\u0418\u0441\u0445\u043e\u0434\u043d\u044b\u0439 \u0442\u0435\u043a\u0441\u0442", "Table Of Contents": "\u041e\u0433\u043b\u0430\u0432\u043b\u0435\u043d\u0438\u0435", "This Page": "\u042d\u0442\u0430 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0430", "Welcome! This is": "\u0414\u043e\u0431\u0440\u043e \u043f\u043e\u0436\u0430\u043b\u043e\u0432\u0430\u0442\u044c! \u042d\u0442\u043e", "Your search did not match any documents. Please make sure that all words are spelled correctly and that you've selected enough categories.": "\u041f\u043e \u0432\u0430\u0448\u0435\u043c\u0443 \u043f\u043e\u0438\u0441\u043a\u0443 \u043d\u0435 \u043d\u0430\u0439\u0434\u0435\u043d\u043e \u043d\u0438 \u043e\u0434\u043d\u043e\u0433\u043e \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0430. \u041f\u0440\u043e\u0432\u0435\u0440\u044c\u0442\u0435, \u0447\u0442\u043e \u0432\u0441\u0435 \u0441\u043b\u043e\u0432\u0430 \u043d\u0430\u043f\u0438\u0441\u0430\u043d\u044b \u0431\u0435\u0437 \u043e\u0448\u0438\u0431\u043e\u043a, \u0438 \u0447\u0442\u043e \u0432\u044b \u0432\u044b\u0431\u0440\u0430\u043b\u0438 \u0434\u043e\u0441\u0442\u0430\u0442\u043e\u0447\u043d\u043e \u043a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u0439.", "all functions, classes, terms": "\u0432\u0441\u0435 \u0444\u0443\u043d\u043a\u0446\u0438\u0438, \u043a\u043b\u0430\u0441\u0441\u044b, \u043f\u0435\u0440\u0435\u043c\u0435\u043d\u043d\u044b\u0435 \u0438 \u043a\u043e\u043d\u0441\u0442\u0430\u043d\u0442\u044b", "can be huge": "\u043c\u043e\u0436\u0435\u0442 \u0431\u044b\u0442\u044c \u043e\u0447\u0435\u043d\u044c \u0431\u043e\u043b\u044c\u0448\u0438\u043c", "last updated": "\u043f\u043e\u0441\u043b\u0435\u0434\u043d\u0435\u0435 \u0438\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u0435", "lists all sections and subsections": "\u0441\u043f\u0438\u0441\u043e\u043a \u0432\u0441\u0435\u0445 \u0440\u0430\u0437\u0434\u0435\u043b\u043e\u0432 \u0438 \u043f\u043e\u0434\u0440\u0430\u0437\u0434\u0435\u043b\u043e\u0432", "next chapter": "\u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0430\u044f \u0433\u043b\u0430\u0432\u0430", "previous chapter": "\u043f\u0440\u0435\u0434\u044b\u0434\u0443\u0449\u0430\u044f \u0433\u043b\u0430\u0432\u0430", "quick access to all modules": "\u0441\u0432\u043e\u0434\u043d\u044b\u0439 \u0441\u043f\u0438\u0441\u043e\u043a \u0432\u0441\u0435\u0445 \u043c\u043e\u0434\u0443\u043b\u0435\u0439", "search": "\u0438\u0441\u043a\u0430\u0442\u044c", "search this documentation": "\u043f\u043e\u0438\u0441\u043a \u0432 \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0430\u0446\u0438\u0438", "the documentation for": "\u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0430\u0446\u0438\u044f"}, "plural_expr": "(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)"}); \ No newline at end of file diff --git a/sphinx/locale/ru/LC_MESSAGES/sphinx.mo b/sphinx/locale/ru/LC_MESSAGES/sphinx.mo index a21befe88..cafaba93e 100644 Binary files a/sphinx/locale/ru/LC_MESSAGES/sphinx.mo and b/sphinx/locale/ru/LC_MESSAGES/sphinx.mo differ diff --git a/sphinx/locale/ru/LC_MESSAGES/sphinx.po b/sphinx/locale/ru/LC_MESSAGES/sphinx.po index 687e2ceed..b39b486cc 100644 --- a/sphinx/locale/ru/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/ru/LC_MESSAGES/sphinx.po @@ -1,57 +1,56 @@ -# Translations template for Sphinx. -# Copyright (C) 2015 ORGANIZATION +# Russian translations for Sphinx. +# Copyright (C) 2016 ORGANIZATION # This file is distributed under the same license as the Sphinx project. -# -# Translators: -# Dmitry Shachnev , 2013 -# ferm32 , 2014 -# FIRST AUTHOR , 2013 +# FIRST AUTHOR , 2016. +# msgid "" msgstr "" -"Project-Id-Version: Sphinx\n" +"Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2015-03-08 23:31+0900\n" +"POT-Creation-Date: 2016-02-14 22:15+0900\n" "PO-Revision-Date: 2015-03-08 14:35+0000\n" "Last-Translator: Takayuki Shimizukawa \n" -"Language-Team: Russian (http://www.transifex.com/projects/p/sphinx-1/language/ru/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 1.3\n" "Language: ru\n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +"Language-Team: Russian " +"(http://www.transifex.com/projects/p/sphinx-1/language/ru/)\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && " +"n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 2.2.0\n" -#: sphinx/config.py:80 +#: sphinx/config.py:84 #, python-format msgid "Fig. %s" msgstr "" -#: sphinx/config.py:81 +#: sphinx/config.py:85 #, python-format msgid "Table %s" msgstr "" -#: sphinx/config.py:82 +#: sphinx/config.py:86 #, python-format msgid "Listing %s" msgstr "" -#: sphinx/config.py:89 +#: sphinx/config.py:93 #, python-format msgid "%s %s documentation" msgstr "Документация %s %s" -#: sphinx/environment.py:1880 +#: sphinx/environment.py:1815 #, python-format msgid "see %s" msgstr "см. %s" -#: sphinx/environment.py:1883 +#: sphinx/environment.py:1819 #, python-format msgid "see also %s" msgstr "также см. %s" -#: sphinx/environment.py:1941 +#: sphinx/environment.py:1879 msgid "Symbols" msgstr "Символы" @@ -60,11 +59,10 @@ msgstr "Символы" msgid "Python Enhancement Proposals; PEP %s" msgstr "Предложения об улучшениях Python; PEP %s" -#: sphinx/transforms.py:58 sphinx/writers/latex.py:212 -#: sphinx/writers/manpage.py:67 sphinx/writers/texinfo.py:221 -#, python-format -msgid "%B %d, %Y" -msgstr "%d %B %Y" +#: sphinx/transforms.py:56 sphinx/writers/latex.py:357 +#: sphinx/writers/manpage.py:101 sphinx/writers/texinfo.py:222 +msgid "MMMM dd, YYYY" +msgstr "" #: sphinx/builders/changes.py:75 msgid "Builtins" @@ -74,64 +72,63 @@ msgstr "Встроенные функции" msgid "Module level" msgstr "Модуль" -#: sphinx/builders/html.py:291 -#, python-format -msgid "%b %d, %Y" -msgstr "%d %b %Y" +#: sphinx/builders/html.py:295 +msgid "MMM dd, YYYY" +msgstr "" -#: sphinx/builders/html.py:310 sphinx/themes/basic/defindex.html:30 +#: sphinx/builders/html.py:315 sphinx/themes/basic/defindex.html:30 msgid "General Index" msgstr "Алфавитный указатель" -#: sphinx/builders/html.py:310 +#: sphinx/builders/html.py:315 msgid "index" msgstr "указатель" -#: sphinx/builders/html.py:371 +#: sphinx/builders/html.py:376 msgid "next" msgstr "вперёд" -#: sphinx/builders/html.py:380 +#: sphinx/builders/html.py:385 msgid "previous" msgstr "назад" -#: sphinx/builders/latex.py:144 sphinx/builders/texinfo.py:198 +#: sphinx/builders/latex.py:165 sphinx/builders/texinfo.py:199 msgid " (in " msgstr " (в " -#: sphinx/directives/other.py:150 +#: sphinx/directives/other.py:149 msgid "Section author: " msgstr "Автор раздела: " -#: sphinx/directives/other.py:152 +#: sphinx/directives/other.py:151 msgid "Module author: " msgstr "Автор модуля: " -#: sphinx/directives/other.py:154 +#: sphinx/directives/other.py:153 msgid "Code author: " msgstr "Автор кода:" -#: sphinx/directives/other.py:156 +#: sphinx/directives/other.py:155 msgid "Author: " msgstr "Автор: " -#: sphinx/domains/__init__.py:273 +#: sphinx/domains/__init__.py:275 #, python-format msgid "%s %s" msgstr "%s %s" -#: sphinx/domains/c.py:58 sphinx/domains/cpp.py:2408 -#: sphinx/domains/python.py:122 +#: sphinx/domains/c.py:58 sphinx/domains/cpp.py:3605 +#: sphinx/domains/python.py:124 msgid "Parameters" msgstr "Параметры" -#: sphinx/domains/c.py:61 sphinx/domains/cpp.py:2414 -#: sphinx/domains/javascript.py:128 sphinx/domains/python.py:134 +#: sphinx/domains/c.py:61 sphinx/domains/cpp.py:3614 +#: sphinx/domains/javascript.py:128 sphinx/domains/python.py:136 msgid "Returns" msgstr "Результат" #: sphinx/domains/c.py:63 sphinx/domains/javascript.py:130 -#: sphinx/domains/python.py:136 +#: sphinx/domains/python.py:138 msgid "Return type" msgstr "Тип результата" @@ -160,12 +157,12 @@ msgstr "%s (тип C)" msgid "%s (C variable)" msgstr "%s (переменная C)" -#: sphinx/domains/c.py:242 sphinx/domains/cpp.py:2680 -#: sphinx/domains/javascript.py:164 sphinx/domains/python.py:587 +#: sphinx/domains/c.py:242 sphinx/domains/cpp.py:3953 +#: sphinx/domains/javascript.py:164 sphinx/domains/python.py:589 msgid "function" msgstr "функция" -#: sphinx/domains/c.py:243 sphinx/domains/cpp.py:2681 +#: sphinx/domains/c.py:243 sphinx/domains/cpp.py:3954 msgid "member" msgstr "поле" @@ -173,7 +170,7 @@ msgstr "поле" msgid "macro" msgstr "макрос" -#: sphinx/domains/c.py:245 sphinx/domains/cpp.py:2682 +#: sphinx/domains/c.py:245 sphinx/domains/cpp.py:3955 msgid "type" msgstr "тип" @@ -181,59 +178,64 @@ msgstr "тип" msgid "variable" msgstr "переменная" -#: sphinx/domains/cpp.py:2411 sphinx/domains/javascript.py:125 +#: sphinx/domains/cpp.py:3608 +#, fuzzy +msgid "Template Parameters" +msgstr "Параметры" + +#: sphinx/domains/cpp.py:3611 sphinx/domains/javascript.py:125 msgid "Throws" msgstr "Бросает исключение" -#: sphinx/domains/cpp.py:2518 +#: sphinx/domains/cpp.py:3733 #, python-format msgid "%s (C++ type)" msgstr "%s (тип C++)" -#: sphinx/domains/cpp.py:2531 +#: sphinx/domains/cpp.py:3744 #, python-format msgid "%s (C++ member)" msgstr "%s (поле C++)" -#: sphinx/domains/cpp.py:2543 +#: sphinx/domains/cpp.py:3755 #, python-format msgid "%s (C++ function)" msgstr "%s (функция C++)" -#: sphinx/domains/cpp.py:2555 +#: sphinx/domains/cpp.py:3766 #, python-format msgid "%s (C++ class)" msgstr "%s (класс C++)" -#: sphinx/domains/cpp.py:2579 +#: sphinx/domains/cpp.py:3786 #, python-format msgid "%s (C++ enum)" msgstr "" -#: sphinx/domains/cpp.py:2617 +#: sphinx/domains/cpp.py:3816 #, python-format msgid "%s (C++ enumerator)" msgstr "" -#: sphinx/domains/cpp.py:2679 sphinx/domains/javascript.py:165 -#: sphinx/domains/python.py:589 +#: sphinx/domains/cpp.py:3952 sphinx/domains/javascript.py:165 +#: sphinx/domains/python.py:591 msgid "class" msgstr "класс" -#: sphinx/domains/cpp.py:2683 +#: sphinx/domains/cpp.py:3956 msgid "enum" msgstr "" -#: sphinx/domains/cpp.py:2684 +#: sphinx/domains/cpp.py:3957 msgid "enumerator" msgstr "" -#: sphinx/domains/javascript.py:106 sphinx/domains/python.py:280 +#: sphinx/domains/javascript.py:106 sphinx/domains/python.py:282 #, python-format msgid "%s() (built-in function)" msgstr "%s() (встроенная функция)" -#: sphinx/domains/javascript.py:107 sphinx/domains/python.py:344 +#: sphinx/domains/javascript.py:107 sphinx/domains/python.py:346 #, python-format msgid "%s() (%s method)" msgstr "%s() (метод %s)" @@ -248,7 +250,7 @@ msgstr "%s() (класс)" msgid "%s (global variable or constant)" msgstr "%s (глобальная переменная или константа)" -#: sphinx/domains/javascript.py:113 sphinx/domains/python.py:382 +#: sphinx/domains/javascript.py:113 sphinx/domains/python.py:384 #, python-format msgid "%s (%s attribute)" msgstr "%s (атрибут %s)" @@ -257,116 +259,116 @@ msgstr "%s (атрибут %s)" msgid "Arguments" msgstr "Аргументы" -#: sphinx/domains/javascript.py:166 sphinx/domains/python.py:588 +#: sphinx/domains/javascript.py:166 sphinx/domains/python.py:590 msgid "data" msgstr "данные" -#: sphinx/domains/javascript.py:167 sphinx/domains/python.py:594 +#: sphinx/domains/javascript.py:167 sphinx/domains/python.py:596 msgid "attribute" msgstr "атрибут" -#: sphinx/domains/python.py:127 +#: sphinx/domains/python.py:129 msgid "Variables" msgstr "Переменные" -#: sphinx/domains/python.py:131 +#: sphinx/domains/python.py:133 msgid "Raises" msgstr "Исключение" -#: sphinx/domains/python.py:281 sphinx/domains/python.py:338 -#: sphinx/domains/python.py:350 sphinx/domains/python.py:363 +#: sphinx/domains/python.py:283 sphinx/domains/python.py:340 +#: sphinx/domains/python.py:352 sphinx/domains/python.py:365 #, python-format msgid "%s() (in module %s)" msgstr "%s() (в модуле %s)" -#: sphinx/domains/python.py:284 +#: sphinx/domains/python.py:286 #, python-format msgid "%s (built-in variable)" msgstr "%s (встроенная переменная)" -#: sphinx/domains/python.py:285 sphinx/domains/python.py:376 +#: sphinx/domains/python.py:287 sphinx/domains/python.py:378 #, python-format msgid "%s (in module %s)" msgstr "%s (в модуле %s)" -#: sphinx/domains/python.py:301 +#: sphinx/domains/python.py:303 #, python-format msgid "%s (built-in class)" msgstr "%s (встроенный класс)" -#: sphinx/domains/python.py:302 +#: sphinx/domains/python.py:304 #, python-format msgid "%s (class in %s)" msgstr "%s (класс в %s)" -#: sphinx/domains/python.py:342 +#: sphinx/domains/python.py:344 #, python-format msgid "%s() (%s.%s method)" msgstr "%s() (метод %s.%s)" -#: sphinx/domains/python.py:354 +#: sphinx/domains/python.py:356 #, python-format msgid "%s() (%s.%s static method)" msgstr "%s() (статический метод %s.%s)" -#: sphinx/domains/python.py:357 +#: sphinx/domains/python.py:359 #, python-format msgid "%s() (%s static method)" msgstr "%s() (статический метод %s)" -#: sphinx/domains/python.py:367 +#: sphinx/domains/python.py:369 #, python-format msgid "%s() (%s.%s class method)" msgstr "%s() (метод класса %s.%s)" -#: sphinx/domains/python.py:370 +#: sphinx/domains/python.py:372 #, python-format msgid "%s() (%s class method)" msgstr "%s() (метод класса %s)" -#: sphinx/domains/python.py:380 +#: sphinx/domains/python.py:382 #, python-format msgid "%s (%s.%s attribute)" msgstr "%s (атрибут %s.%s)" -#: sphinx/domains/python.py:461 +#: sphinx/domains/python.py:463 #, python-format msgid "%s (module)" msgstr "%s (модуль)" -#: sphinx/domains/python.py:518 +#: sphinx/domains/python.py:520 msgid "Python Module Index" msgstr "Содержание модулей Python" -#: sphinx/domains/python.py:519 +#: sphinx/domains/python.py:521 msgid "modules" msgstr "модули" -#: sphinx/domains/python.py:565 +#: sphinx/domains/python.py:567 msgid "Deprecated" msgstr "Не рекомендуется" -#: sphinx/domains/python.py:590 sphinx/locale/__init__.py:181 +#: sphinx/domains/python.py:592 sphinx/locale/__init__.py:183 msgid "exception" msgstr "исключение" -#: sphinx/domains/python.py:591 +#: sphinx/domains/python.py:593 msgid "method" msgstr "метод" -#: sphinx/domains/python.py:592 +#: sphinx/domains/python.py:594 msgid "class method" msgstr "метод класса" -#: sphinx/domains/python.py:593 +#: sphinx/domains/python.py:595 msgid "static method" msgstr "статический метод" -#: sphinx/domains/python.py:595 sphinx/locale/__init__.py:177 +#: sphinx/domains/python.py:597 sphinx/locale/__init__.py:179 msgid "module" msgstr "модуль" -#: sphinx/domains/python.py:760 +#: sphinx/domains/python.py:762 msgid " (deprecated)" msgstr "(использование не рекомендуется)" @@ -398,64 +400,64 @@ msgstr "переменная окружения; %s" msgid "%scommand line option; %s" msgstr "Опция командной строки %s; %s" -#: sphinx/domains/std.py:443 +#: sphinx/domains/std.py:433 msgid "glossary term" msgstr "элемент словаря" -#: sphinx/domains/std.py:444 +#: sphinx/domains/std.py:434 msgid "grammar token" msgstr "токен грамматики" -#: sphinx/domains/std.py:445 +#: sphinx/domains/std.py:435 msgid "reference label" msgstr "текст ссылки" -#: sphinx/domains/std.py:447 +#: sphinx/domains/std.py:437 msgid "environment variable" msgstr "переменная окружения" -#: sphinx/domains/std.py:448 +#: sphinx/domains/std.py:438 msgid "program option" msgstr "опция программы" -#: sphinx/domains/std.py:481 sphinx/themes/basic/genindex-single.html:32 +#: sphinx/domains/std.py:471 sphinx/themes/basic/genindex-single.html:32 #: sphinx/themes/basic/genindex-single.html:57 #: sphinx/themes/basic/genindex-split.html:11 #: sphinx/themes/basic/genindex-split.html:14 #: sphinx/themes/basic/genindex.html:32 sphinx/themes/basic/genindex.html:35 #: sphinx/themes/basic/genindex.html:68 sphinx/themes/basic/layout.html:134 -#: sphinx/writers/latex.py:201 sphinx/writers/texinfo.py:479 +#: sphinx/writers/latex.py:346 sphinx/writers/texinfo.py:481 msgid "Index" msgstr "Алфавитный указатель" -#: sphinx/domains/std.py:482 +#: sphinx/domains/std.py:472 msgid "Module Index" msgstr "Состав модуля" -#: sphinx/domains/std.py:483 sphinx/themes/basic/defindex.html:25 +#: sphinx/domains/std.py:473 sphinx/themes/basic/defindex.html:25 msgid "Search Page" msgstr "Поиск" -#: sphinx/ext/autodoc.py:1139 +#: sphinx/ext/autodoc.py:1265 #, python-format msgid " Bases: %s" msgstr " Базовые классы: %s" -#: sphinx/ext/autodoc.py:1181 +#: sphinx/ext/autodoc.py:1318 #, python-format msgid "alias of :class:`%s`" msgstr "псевдоним класса :class:`%s`" -#: sphinx/ext/graphviz.py:293 sphinx/ext/graphviz.py:301 +#: sphinx/ext/graphviz.py:307 sphinx/ext/graphviz.py:316 #, python-format msgid "[graph: %s]" msgstr "[иллюстрация: %s]" -#: sphinx/ext/graphviz.py:295 sphinx/ext/graphviz.py:303 +#: sphinx/ext/graphviz.py:309 sphinx/ext/graphviz.py:318 msgid "[graph]" msgstr "[иллюстрация]" -#: sphinx/ext/intersphinx.py:257 +#: sphinx/ext/intersphinx.py:359 #, python-format msgid "(in %s v%s)" msgstr "(в %s v%s)" @@ -464,112 +466,117 @@ msgstr "(в %s v%s)" msgid "[source]" msgstr "[исходный код]" -#: sphinx/ext/todo.py:43 +#: sphinx/ext/todo.py:56 msgid "Todo" msgstr "План" -#: sphinx/ext/todo.py:113 -#, python-format -msgid "(The <> is located in %s, line %d.)" +#: sphinx/ext/todo.py:129 +#, fuzzy +msgid "<>" +msgstr "исходный элемент" + +#: sphinx/ext/todo.py:132 +#, fuzzy, python-format +msgid "(The <> is located in %s, line %d.)" msgstr "(<<Исходный элемент>> находится в %s, в строке %d.)" -#: sphinx/ext/todo.py:122 +#: sphinx/ext/todo.py:141 msgid "original entry" msgstr "исходный элемент" -#: sphinx/ext/viewcode.py:158 +#: sphinx/ext/viewcode.py:162 msgid "[docs]" msgstr "[документация]" -#: sphinx/ext/viewcode.py:172 +#: sphinx/ext/viewcode.py:176 msgid "Module code" msgstr "Код модуля" -#: sphinx/ext/viewcode.py:178 +#: sphinx/ext/viewcode.py:182 #, python-format msgid "

Source code for %s

" msgstr "

Исходный код %s

" -#: sphinx/ext/viewcode.py:204 +#: sphinx/ext/viewcode.py:208 msgid "Overview: module code" msgstr "Обзор: исходный код модуля" -#: sphinx/ext/viewcode.py:205 +#: sphinx/ext/viewcode.py:209 msgid "

All modules for which code is available

" msgstr "

Все модули, в которых есть код

" -#: sphinx/locale/__init__.py:157 +#: sphinx/locale/__init__.py:159 msgid "Attention" msgstr "Внимание" -#: sphinx/locale/__init__.py:158 +#: sphinx/locale/__init__.py:160 msgid "Caution" msgstr "Осторожно" -#: sphinx/locale/__init__.py:159 +#: sphinx/locale/__init__.py:161 msgid "Danger" msgstr "Опасно" -#: sphinx/locale/__init__.py:160 +#: sphinx/locale/__init__.py:162 msgid "Error" msgstr "Ошибка" -#: sphinx/locale/__init__.py:161 +#: sphinx/locale/__init__.py:163 msgid "Hint" msgstr "Подсказка" -#: sphinx/locale/__init__.py:162 +#: sphinx/locale/__init__.py:164 msgid "Important" msgstr "Важно" -#: sphinx/locale/__init__.py:163 +#: sphinx/locale/__init__.py:165 msgid "Note" msgstr "Примечание" -#: sphinx/locale/__init__.py:164 +#: sphinx/locale/__init__.py:166 msgid "See also" msgstr "См.также" -#: sphinx/locale/__init__.py:165 +#: sphinx/locale/__init__.py:167 msgid "Tip" msgstr "Совет" -#: sphinx/locale/__init__.py:166 +#: sphinx/locale/__init__.py:168 msgid "Warning" msgstr "Предупреждение" -#: sphinx/locale/__init__.py:170 +#: sphinx/locale/__init__.py:172 #, python-format msgid "New in version %s" msgstr "Добавлено в версии %s" -#: sphinx/locale/__init__.py:171 +#: sphinx/locale/__init__.py:173 #, python-format msgid "Changed in version %s" msgstr "Изменено в версии %s" -#: sphinx/locale/__init__.py:172 +#: sphinx/locale/__init__.py:174 #, python-format msgid "Deprecated since version %s" msgstr "Не рекомендуется, начиная с версии %s" -#: sphinx/locale/__init__.py:178 +#: sphinx/locale/__init__.py:180 msgid "keyword" msgstr "ключевое слово" -#: sphinx/locale/__init__.py:179 +#: sphinx/locale/__init__.py:181 msgid "operator" msgstr "оператор" -#: sphinx/locale/__init__.py:180 +#: sphinx/locale/__init__.py:182 msgid "object" msgstr "объект" -#: sphinx/locale/__init__.py:182 +#: sphinx/locale/__init__.py:184 msgid "statement" msgstr "команда" -#: sphinx/locale/__init__.py:183 +#: sphinx/locale/__init__.py:185 msgid "built-in function" msgstr "базовая функция" @@ -697,7 +704,9 @@ msgstr "Обновлено: %(last_updated)s." msgid "" "Created using Sphinx " "%(sphinx_version)s." -msgstr "Создано с помощью Sphinx %(sphinx_version)s." +msgstr "" +"Создано с помощью Sphinx " +"%(sphinx_version)s." #: sphinx/themes/basic/opensearch.xml:4 #, python-format @@ -732,26 +741,29 @@ msgid "" " words into the box below and click \"search\". Note that the search\n" " function will automatically search for all of the words. Pages\n" " containing fewer words won't appear in the result list." -msgstr "Здесь можно делать поиск по всем разделам этой документации. Введите ключевые слова в текстовое поле и нажмите кнопку «искать». Внимание: будут найдены только те страницы, в которых есть все указанные слова. Страницы, где есть только часть этих слов, отобраны не будут." +msgstr "" +"Здесь можно делать поиск по всем разделам этой документации. Введите " +"ключевые слова в текстовое поле и нажмите кнопку «искать». Внимание: " +"будут найдены только те страницы, в которых есть все указанные слова." +" Страницы, где есть только часть этих слов, отобраны не будут." -#: sphinx/themes/basic/search.html:39 -#: sphinx/themes/basic/searchresults.html:17 +#: sphinx/themes/basic/search.html:39 sphinx/themes/basic/searchresults.html:17 msgid "search" msgstr "искать" -#: sphinx/themes/basic/search.html:43 -#: sphinx/themes/basic/searchresults.html:21 -#: sphinx/themes/basic/static/searchtools.js_t:281 +#: sphinx/themes/basic/search.html:43 sphinx/themes/basic/searchresults.html:21 +#: sphinx/themes/basic/static/searchtools.js_t:282 msgid "Search Results" msgstr "Результаты поиска" -#: sphinx/themes/basic/search.html:45 -#: sphinx/themes/basic/searchresults.html:23 -#: sphinx/themes/basic/static/searchtools.js_t:283 +#: sphinx/themes/basic/search.html:45 sphinx/themes/basic/searchresults.html:23 +#: sphinx/themes/basic/static/searchtools.js_t:284 msgid "" -"Your search did not match any documents. Please make sure that all words are" -" spelled correctly and that you've selected enough categories." -msgstr "По вашему поиску не найдено ни одного документа. Проверьте, что все слова написаны без ошибок, и что вы выбрали достаточно категорий." +"Your search did not match any documents. Please make sure that all words " +"are spelled correctly and that you've selected enough categories." +msgstr "" +"По вашему поиску не найдено ни одного документа. Проверьте, что все слова" +" написаны без ошибок, и что вы выбрали достаточно категорий." #: sphinx/themes/basic/searchbox.html:12 msgid "Quick search" @@ -789,33 +801,33 @@ msgstr "Изменения в API C" msgid "Other changes" msgstr "Другие изменения" -#: sphinx/themes/basic/static/doctools.js:166 sphinx/writers/html.py:610 -#: sphinx/writers/html.py:615 +#: sphinx/themes/basic/static/doctools.js_t:169 sphinx/writers/html.py:668 +#: sphinx/writers/html.py:673 msgid "Permalink to this headline" msgstr "Ссылка на этот заголовок" -#: sphinx/themes/basic/static/doctools.js:172 sphinx/writers/html.py:107 +#: sphinx/themes/basic/static/doctools.js_t:175 sphinx/writers/html.py:105 msgid "Permalink to this definition" msgstr "Ссылка на это определение" -#: sphinx/themes/basic/static/doctools.js:205 +#: sphinx/themes/basic/static/doctools.js_t:208 msgid "Hide Search Matches" msgstr "Снять выделение" -#: sphinx/themes/basic/static/searchtools.js_t:119 +#: sphinx/themes/basic/static/searchtools.js_t:121 msgid "Searching" msgstr "Идёт поиск" -#: sphinx/themes/basic/static/searchtools.js_t:124 +#: sphinx/themes/basic/static/searchtools.js_t:126 msgid "Preparing search..." msgstr "Подготовка поиска…" -#: sphinx/themes/basic/static/searchtools.js_t:285 +#: sphinx/themes/basic/static/searchtools.js_t:286 #, python-format msgid "Search finished, found %s page(s) matching the search query." msgstr "Поиск завершён, найдено %s страниц, удовлетворяющих запросу." -#: sphinx/themes/basic/static/searchtools.js_t:337 +#: sphinx/themes/basic/static/searchtools.js_t:338 msgid ", in " msgstr ", в" @@ -832,44 +844,56 @@ msgstr "Свернуть боковую панель" msgid "Contents" msgstr "Содержание" -#: sphinx/writers/html.py:334 +#: sphinx/writers/html.py:349 msgid "Permalink to this code" msgstr "" -#: sphinx/writers/html.py:337 +#: sphinx/writers/html.py:353 msgid "Permalink to this image" msgstr "" -#: sphinx/writers/html.py:339 +#: sphinx/writers/html.py:355 msgid "Permalink to this toctree" msgstr "" -#: sphinx/writers/html.py:619 +#: sphinx/writers/html.py:677 msgid "Permalink to this table" msgstr "" -#: sphinx/writers/latex.py:199 +#: sphinx/writers/latex.py:344 msgid "Release" msgstr "Выпуск" -#: sphinx/writers/latex.py:697 sphinx/writers/manpage.py:177 -#: sphinx/writers/texinfo.py:616 +#: sphinx/writers/latex.py:408 +#, fuzzy +msgid "page" +msgstr "Опасно" + +#: sphinx/writers/latex.py:908 sphinx/writers/manpage.py:226 +#: sphinx/writers/texinfo.py:620 msgid "Footnotes" msgstr "Сноски" -#: sphinx/writers/latex.py:785 +#: sphinx/writers/latex.py:1010 msgid "continued from previous page" msgstr "продолжение с предыдущей страницы" -#: sphinx/writers/latex.py:791 +#: sphinx/writers/latex.py:1016 msgid "Continued on next page" msgstr "Продолжается на следующей странице" -#: sphinx/writers/manpage.py:223 sphinx/writers/text.py:541 +#: sphinx/writers/manpage.py:275 sphinx/writers/text.py:582 #, python-format msgid "[image: %s]" msgstr "[рисунок: %s]" -#: sphinx/writers/manpage.py:224 sphinx/writers/text.py:542 +#: sphinx/writers/manpage.py:276 sphinx/writers/text.py:583 msgid "[image]" msgstr "[рисунок]" + +#~ msgid "%B %d, %Y" +#~ msgstr "%d %B %Y" + +#~ msgid "%b %d, %Y" +#~ msgstr "%d %b %Y" + diff --git a/sphinx/locale/si/LC_MESSAGES/sphinx.js b/sphinx/locale/si/LC_MESSAGES/sphinx.js index 71c4d098d..7b95b940b 100644 --- a/sphinx/locale/si/LC_MESSAGES/sphinx.js +++ b/sphinx/locale/si/LC_MESSAGES/sphinx.js @@ -1 +1 @@ -Documentation.addTranslations({"locale": "si", "plural_expr": "(n != 1)", "messages": {"Next topic": "\u0d8a\u0dc5\u0d9f \u0db8\u0dcf\u0dad\u0dd8\u0d9a\u0dcf\u0dc0", "Index": "", "%(filename)s — %(docstitle)s": "", "Welcome! This is": "", "Copyright": "", "C API changes": "C API \u0dc0\u0dd9\u0db1\u0dc3\u0dca\u0d9a\u0db8\u0dca", "quick access to all modules": "", "© Copyright %(copyright)s.": "", "Global Module Index": "", "Your search did not match any documents. Please make sure that all words are spelled correctly and that you've selected enough categories.": "", "Index – %(key)s": "", "General Index": "", "next chapter": "\u0d8a\u0dc5\u0d9f \u0db4\u0dbb\u0dd2\u0da0\u0dca\u0da1\u0dda\u0daf\u0dba", "Search finished, found %s page(s) matching the search query.": "", "previous chapter": "\u0db4\u0dd9\u0dbb \u0db4\u0dbb\u0dd2\u0da0\u0dca\u0da1\u0dda\u0daf\u0dba", "Permalink to this headline": "", "About these documents": "\u0db8\u0dd9\u0db8 \u0dbd\u0dda\u0d9b\u0dab \u0d9c\u0dd0\u0db1", "Preparing search...": "\u0dc3\u0dd9\u0dc0\u0dd4\u0db8 \u0dc3\u0dd6\u0daf\u0dcf\u0db1\u0db8\u0dca \u0d9a\u0dbb\u0db8\u0dd2\u0db1\u0dca....", ", in ": "", "Navigation": "\u0d9c\u0db8\u0db1\u0dca \u0d9a\u0dd2\u0dbb\u0dd3\u0db8", "Expand sidebar": "", "the documentation for": "", "Complete Table of Contents": "\u0dc3\u0db8\u0dca\u0db4\u0dd6\u0dbb\u0dca\u0dab \u0db4\u0da7\u0dd4\u0db1", "Contents": "\u0d85\u0db1\u0dca\u0dad\u0dbb\u0dca\u0d9c\u0dad\u0dba", "can be huge": "\u0dc0\u0dd2\u0dc1\u0dcf\u0dbd \u0dc0\u0dd2\u0dba \u0dc4\u0dd0\u0d9a", "Changes in Version %(version)s — %(docstitle)s": "", "Other changes": "\u0dc0\u0dd9\u0db1\u0dad\u0dca \u0dc0\u0dd9\u0db1\u0dc3\u0dca\u0d9a\u0db8\u0dca", "Hide Search Matches": "", "Quick search": "\u0d89\u0d9a\u0dca\u0db8\u0db1\u0dca \u0dc3\u0dd9\u0dc0\u0dd4\u0db8", "Show Source": "\u0db8\u0dd6\u0dbd\u0dba \u0db4\u0dd9\u0db1\u0dca\u0dc0\u0db1\u0dca\u0db1", "Search": "\u0dc3\u0ddc\u0dba\u0db1\u0dca\u0db1", "This Page": "\u0db8\u0dd9\u0db8 \u0db4\u0dd2\u0da7\u0dd4\u0dc0", "From here you can search these documents. Enter your search\n words into the box below and click \"search\". Note that the search\n function will automatically search for all of the words. Pages\n containing fewer words won't appear in the result list.": "", "Created using Sphinx %(sphinx_version)s.": "", "last updated": "\u0d85\u0dc0\u0dc3\u0db1\u0dca\u0dc0\u0dbb\u0da7 \u0dba\u0dcf\u0dc0\u0dad\u0dca\u0d9a\u0dcf\u0dbd \u0d9a\u0dbd", "Collapse sidebar": "", "Go": "\u0dba\u0db1\u0dca\u0db1", "Table Of Contents": "\u0db4\u0da7\u0dd4\u0db1", "Search within %(docstitle)s": "", "all functions, classes, terms": "", "Please activate JavaScript to enable the search\n functionality.": "", "Indices and tables:": "", "lists all sections and subsections": "", "Index pages by letter": "", "search": "\u0dc3\u0ddc\u0dba\u0db1\u0dca\u0db1", "Permalink to this definition": "", "Previous topic": "\u0db4\u0dd9\u0dbb \u0db8\u0dcf\u0dad\u0dd8\u0d9a\u0dcf\u0dc0", "Overview": "", "Last updated on %(last_updated)s.": "", "Searching": "\u0dc3\u0ddc\u0dba\u0db8\u0dd2\u0db1\u0dca...", "search this documentation": "", "Automatically generated list of changes in version %(version)s": "", "Full index on one page": "", "Enter search terms or a module, class or function name.": "", "© Copyright %(copyright)s.": "", "Library changes": "\u0db4\u0dd4\u0dc3\u0dca\u0dad\u0d9a\u0dcf\u0dbd \u0dc0\u0dd9\u0db1\u0dc3\u0dca\u0d9a\u0db8\u0dca", "Search Page": "\u0dc3\u0dd9\u0dc0\u0dd4\u0db8\u0dca \u0db4\u0dd2\u0da7\u0dd4\u0dc0", "Search Results": "\u0dc3\u0dd9\u0dc0\u0dd4\u0db8\u0dca \u0db4\u0dca\u200d\u0dbb\u0dad\u0dd2\u0db5\u0dbd"}}); \ No newline at end of file +Documentation.addTranslations({"locale": "si", "messages": {"%(filename)s — %(docstitle)s": "", "© Copyright %(copyright)s.": "", "© Copyright %(copyright)s.": "", ", in ": "", "About these documents": "\u0db8\u0dd9\u0db8 \u0dbd\u0dda\u0d9b\u0dab \u0d9c\u0dd0\u0db1", "Automatically generated list of changes in version %(version)s": "", "C API changes": "C API \u0dc0\u0dd9\u0db1\u0dc3\u0dca\u0d9a\u0db8\u0dca", "Changes in Version %(version)s — %(docstitle)s": "", "Collapse sidebar": "", "Complete Table of Contents": "\u0dc3\u0db8\u0dca\u0db4\u0dd6\u0dbb\u0dca\u0dab \u0db4\u0da7\u0dd4\u0db1", "Contents": "\u0d85\u0db1\u0dca\u0dad\u0dbb\u0dca\u0d9c\u0dad\u0dba", "Copyright": "", "Created using Sphinx %(sphinx_version)s.": "", "Enter search terms or a module, class or function name.": "", "Expand sidebar": "", "From here you can search these documents. Enter your search\n words into the box below and click \"search\". Note that the search\n function will automatically search for all of the words. Pages\n containing fewer words won't appear in the result list.": "", "Full index on one page": "", "General Index": "", "Global Module Index": "", "Go": "\u0dba\u0db1\u0dca\u0db1", "Hide Search Matches": "", "Index": "", "Index – %(key)s": "", "Index pages by letter": "", "Indices and tables:": "", "Last updated on %(last_updated)s.": "", "Library changes": "\u0db4\u0dd4\u0dc3\u0dca\u0dad\u0d9a\u0dcf\u0dbd \u0dc0\u0dd9\u0db1\u0dc3\u0dca\u0d9a\u0db8\u0dca", "Navigation": "\u0d9c\u0db8\u0db1\u0dca \u0d9a\u0dd2\u0dbb\u0dd3\u0db8", "Next topic": "\u0d8a\u0dc5\u0d9f \u0db8\u0dcf\u0dad\u0dd8\u0d9a\u0dcf\u0dc0", "Other changes": "\u0dc0\u0dd9\u0db1\u0dad\u0dca \u0dc0\u0dd9\u0db1\u0dc3\u0dca\u0d9a\u0db8\u0dca", "Overview": "", "Permalink to this definition": "", "Permalink to this headline": "", "Please activate JavaScript to enable the search\n functionality.": "", "Preparing search...": "\u0dc3\u0dd9\u0dc0\u0dd4\u0db8 \u0dc3\u0dd6\u0daf\u0dcf\u0db1\u0db8\u0dca \u0d9a\u0dbb\u0db8\u0dd2\u0db1\u0dca....", "Previous topic": "\u0db4\u0dd9\u0dbb \u0db8\u0dcf\u0dad\u0dd8\u0d9a\u0dcf\u0dc0", "Quick search": "\u0d89\u0d9a\u0dca\u0db8\u0db1\u0dca \u0dc3\u0dd9\u0dc0\u0dd4\u0db8", "Search": "\u0dc3\u0ddc\u0dba\u0db1\u0dca\u0db1", "Search Page": "\u0dc3\u0dd9\u0dc0\u0dd4\u0db8\u0dca \u0db4\u0dd2\u0da7\u0dd4\u0dc0", "Search Results": "\u0dc3\u0dd9\u0dc0\u0dd4\u0db8\u0dca \u0db4\u0dca\u200d\u0dbb\u0dad\u0dd2\u0db5\u0dbd", "Search finished, found %s page(s) matching the search query.": "", "Search within %(docstitle)s": "", "Searching": "\u0dc3\u0ddc\u0dba\u0db8\u0dd2\u0db1\u0dca...", "Show Source": "\u0db8\u0dd6\u0dbd\u0dba \u0db4\u0dd9\u0db1\u0dca\u0dc0\u0db1\u0dca\u0db1", "Table Of Contents": "\u0db4\u0da7\u0dd4\u0db1", "This Page": "\u0db8\u0dd9\u0db8 \u0db4\u0dd2\u0da7\u0dd4\u0dc0", "Welcome! This is": "", "Your search did not match any documents. Please make sure that all words are spelled correctly and that you've selected enough categories.": "", "all functions, classes, terms": "", "can be huge": "\u0dc0\u0dd2\u0dc1\u0dcf\u0dbd \u0dc0\u0dd2\u0dba \u0dc4\u0dd0\u0d9a", "last updated": "\u0d85\u0dc0\u0dc3\u0db1\u0dca\u0dc0\u0dbb\u0da7 \u0dba\u0dcf\u0dc0\u0dad\u0dca\u0d9a\u0dcf\u0dbd \u0d9a\u0dbd", "lists all sections and subsections": "", "next chapter": "\u0d8a\u0dc5\u0d9f \u0db4\u0dbb\u0dd2\u0da0\u0dca\u0da1\u0dda\u0daf\u0dba", "previous chapter": "\u0db4\u0dd9\u0dbb \u0db4\u0dbb\u0dd2\u0da0\u0dca\u0da1\u0dda\u0daf\u0dba", "quick access to all modules": "", "search": "\u0dc3\u0ddc\u0dba\u0db1\u0dca\u0db1", "search this documentation": "", "the documentation for": ""}, "plural_expr": "(n != 1)"}); \ No newline at end of file diff --git a/sphinx/locale/si/LC_MESSAGES/sphinx.mo b/sphinx/locale/si/LC_MESSAGES/sphinx.mo index d96a3c43c..ee969d4dc 100644 Binary files a/sphinx/locale/si/LC_MESSAGES/sphinx.mo and b/sphinx/locale/si/LC_MESSAGES/sphinx.mo differ diff --git a/sphinx/locale/si/LC_MESSAGES/sphinx.po b/sphinx/locale/si/LC_MESSAGES/sphinx.po index 4bf1c3587..fc5f33b77 100644 --- a/sphinx/locale/si/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/si/LC_MESSAGES/sphinx.po @@ -1,55 +1,55 @@ -# Translations template for Sphinx. -# Copyright (C) 2015 ORGANIZATION +# Sinhala translations for Sphinx. +# Copyright (C) 2016 ORGANIZATION # This file is distributed under the same license as the Sphinx project. -# -# Translators: -# callkalpa , 2013 +# FIRST AUTHOR , 2016. +# msgid "" msgstr "" -"Project-Id-Version: Sphinx\n" +"Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2015-03-08 23:31+0900\n" +"POT-Creation-Date: 2016-02-14 22:15+0900\n" "PO-Revision-Date: 2015-03-08 14:35+0000\n" "Last-Translator: Takayuki Shimizukawa \n" -"Language-Team: Sinhala (http://www.transifex.com/projects/p/sphinx-1/language/si/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 1.3\n" "Language: si\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"Language-Team: Sinhala " +"(http://www.transifex.com/projects/p/sphinx-1/language/si/)\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.2.0\n" -#: sphinx/config.py:80 +#: sphinx/config.py:84 #, python-format msgid "Fig. %s" msgstr "" -#: sphinx/config.py:81 +#: sphinx/config.py:85 #, python-format msgid "Table %s" msgstr "" -#: sphinx/config.py:82 +#: sphinx/config.py:86 #, python-format msgid "Listing %s" msgstr "" -#: sphinx/config.py:89 +#: sphinx/config.py:93 #, python-format msgid "%s %s documentation" msgstr "%s %s ලේඛණය" -#: sphinx/environment.py:1880 +#: sphinx/environment.py:1815 #, python-format msgid "see %s" msgstr "%s බලන්න" -#: sphinx/environment.py:1883 +#: sphinx/environment.py:1819 #, python-format msgid "see also %s" msgstr "%s ද බලන්න" -#: sphinx/environment.py:1941 +#: sphinx/environment.py:1879 msgid "Symbols" msgstr "සංකේත" @@ -58,11 +58,10 @@ msgstr "සංකේත" msgid "Python Enhancement Proposals; PEP %s" msgstr "" -#: sphinx/transforms.py:58 sphinx/writers/latex.py:212 -#: sphinx/writers/manpage.py:67 sphinx/writers/texinfo.py:221 -#, python-format -msgid "%B %d, %Y" -msgstr "%B %d, %Y" +#: sphinx/transforms.py:56 sphinx/writers/latex.py:357 +#: sphinx/writers/manpage.py:101 sphinx/writers/texinfo.py:222 +msgid "MMMM dd, YYYY" +msgstr "" #: sphinx/builders/changes.py:75 msgid "Builtins" @@ -72,64 +71,63 @@ msgstr "" msgid "Module level" msgstr "" -#: sphinx/builders/html.py:291 -#, python-format -msgid "%b %d, %Y" -msgstr "%b %d, %Y" +#: sphinx/builders/html.py:295 +msgid "MMM dd, YYYY" +msgstr "" -#: sphinx/builders/html.py:310 sphinx/themes/basic/defindex.html:30 +#: sphinx/builders/html.py:315 sphinx/themes/basic/defindex.html:30 msgid "General Index" msgstr "" -#: sphinx/builders/html.py:310 +#: sphinx/builders/html.py:315 msgid "index" msgstr "" -#: sphinx/builders/html.py:371 +#: sphinx/builders/html.py:376 msgid "next" msgstr "ඊළඟ" -#: sphinx/builders/html.py:380 +#: sphinx/builders/html.py:385 msgid "previous" msgstr "පෙර" -#: sphinx/builders/latex.py:144 sphinx/builders/texinfo.py:198 +#: sphinx/builders/latex.py:165 sphinx/builders/texinfo.py:199 msgid " (in " msgstr "" -#: sphinx/directives/other.py:150 +#: sphinx/directives/other.py:149 msgid "Section author: " msgstr "" -#: sphinx/directives/other.py:152 +#: sphinx/directives/other.py:151 msgid "Module author: " msgstr "" -#: sphinx/directives/other.py:154 +#: sphinx/directives/other.py:153 msgid "Code author: " msgstr "කේත ලේඛක:" -#: sphinx/directives/other.py:156 +#: sphinx/directives/other.py:155 msgid "Author: " msgstr "ලේඛක:" -#: sphinx/domains/__init__.py:273 +#: sphinx/domains/__init__.py:275 #, python-format msgid "%s %s" msgstr "%s %s" -#: sphinx/domains/c.py:58 sphinx/domains/cpp.py:2408 -#: sphinx/domains/python.py:122 +#: sphinx/domains/c.py:58 sphinx/domains/cpp.py:3605 +#: sphinx/domains/python.py:124 msgid "Parameters" msgstr "පරාමිතීන්" -#: sphinx/domains/c.py:61 sphinx/domains/cpp.py:2414 -#: sphinx/domains/javascript.py:128 sphinx/domains/python.py:134 +#: sphinx/domains/c.py:61 sphinx/domains/cpp.py:3614 +#: sphinx/domains/javascript.py:128 sphinx/domains/python.py:136 msgid "Returns" msgstr "" #: sphinx/domains/c.py:63 sphinx/domains/javascript.py:130 -#: sphinx/domains/python.py:136 +#: sphinx/domains/python.py:138 msgid "Return type" msgstr "" @@ -158,12 +156,12 @@ msgstr "" msgid "%s (C variable)" msgstr "" -#: sphinx/domains/c.py:242 sphinx/domains/cpp.py:2680 -#: sphinx/domains/javascript.py:164 sphinx/domains/python.py:587 +#: sphinx/domains/c.py:242 sphinx/domains/cpp.py:3953 +#: sphinx/domains/javascript.py:164 sphinx/domains/python.py:589 msgid "function" msgstr "ක්‍රියාව" -#: sphinx/domains/c.py:243 sphinx/domains/cpp.py:2681 +#: sphinx/domains/c.py:243 sphinx/domains/cpp.py:3954 msgid "member" msgstr "සාමාජික" @@ -171,7 +169,7 @@ msgstr "සාමාජික" msgid "macro" msgstr "මැක්‍රෝ" -#: sphinx/domains/c.py:245 sphinx/domains/cpp.py:2682 +#: sphinx/domains/c.py:245 sphinx/domains/cpp.py:3955 msgid "type" msgstr "වර්ගය" @@ -179,59 +177,64 @@ msgstr "වර්ගය" msgid "variable" msgstr "විචල්‍යය" -#: sphinx/domains/cpp.py:2411 sphinx/domains/javascript.py:125 +#: sphinx/domains/cpp.py:3608 +#, fuzzy +msgid "Template Parameters" +msgstr "පරාමිතීන්" + +#: sphinx/domains/cpp.py:3611 sphinx/domains/javascript.py:125 msgid "Throws" msgstr "" -#: sphinx/domains/cpp.py:2518 +#: sphinx/domains/cpp.py:3733 #, python-format msgid "%s (C++ type)" msgstr "" -#: sphinx/domains/cpp.py:2531 +#: sphinx/domains/cpp.py:3744 #, python-format msgid "%s (C++ member)" msgstr "" -#: sphinx/domains/cpp.py:2543 +#: sphinx/domains/cpp.py:3755 #, python-format msgid "%s (C++ function)" msgstr "" -#: sphinx/domains/cpp.py:2555 +#: sphinx/domains/cpp.py:3766 #, python-format msgid "%s (C++ class)" msgstr "" -#: sphinx/domains/cpp.py:2579 +#: sphinx/domains/cpp.py:3786 #, python-format msgid "%s (C++ enum)" msgstr "" -#: sphinx/domains/cpp.py:2617 +#: sphinx/domains/cpp.py:3816 #, python-format msgid "%s (C++ enumerator)" msgstr "" -#: sphinx/domains/cpp.py:2679 sphinx/domains/javascript.py:165 -#: sphinx/domains/python.py:589 +#: sphinx/domains/cpp.py:3952 sphinx/domains/javascript.py:165 +#: sphinx/domains/python.py:591 msgid "class" msgstr "" -#: sphinx/domains/cpp.py:2683 +#: sphinx/domains/cpp.py:3956 msgid "enum" msgstr "" -#: sphinx/domains/cpp.py:2684 +#: sphinx/domains/cpp.py:3957 msgid "enumerator" msgstr "" -#: sphinx/domains/javascript.py:106 sphinx/domains/python.py:280 +#: sphinx/domains/javascript.py:106 sphinx/domains/python.py:282 #, python-format msgid "%s() (built-in function)" msgstr "" -#: sphinx/domains/javascript.py:107 sphinx/domains/python.py:344 +#: sphinx/domains/javascript.py:107 sphinx/domains/python.py:346 #, python-format msgid "%s() (%s method)" msgstr "" @@ -246,7 +249,7 @@ msgstr "" msgid "%s (global variable or constant)" msgstr "" -#: sphinx/domains/javascript.py:113 sphinx/domains/python.py:382 +#: sphinx/domains/javascript.py:113 sphinx/domains/python.py:384 #, python-format msgid "%s (%s attribute)" msgstr "" @@ -255,116 +258,116 @@ msgstr "" msgid "Arguments" msgstr "" -#: sphinx/domains/javascript.py:166 sphinx/domains/python.py:588 +#: sphinx/domains/javascript.py:166 sphinx/domains/python.py:590 msgid "data" msgstr "දත්ත" -#: sphinx/domains/javascript.py:167 sphinx/domains/python.py:594 +#: sphinx/domains/javascript.py:167 sphinx/domains/python.py:596 msgid "attribute" msgstr "" -#: sphinx/domains/python.py:127 +#: sphinx/domains/python.py:129 msgid "Variables" msgstr "විචල්‍ය" -#: sphinx/domains/python.py:131 +#: sphinx/domains/python.py:133 msgid "Raises" msgstr "" -#: sphinx/domains/python.py:281 sphinx/domains/python.py:338 -#: sphinx/domains/python.py:350 sphinx/domains/python.py:363 +#: sphinx/domains/python.py:283 sphinx/domains/python.py:340 +#: sphinx/domains/python.py:352 sphinx/domains/python.py:365 #, python-format msgid "%s() (in module %s)" msgstr "" -#: sphinx/domains/python.py:284 +#: sphinx/domains/python.py:286 #, python-format msgid "%s (built-in variable)" msgstr "" -#: sphinx/domains/python.py:285 sphinx/domains/python.py:376 +#: sphinx/domains/python.py:287 sphinx/domains/python.py:378 #, python-format msgid "%s (in module %s)" msgstr "" -#: sphinx/domains/python.py:301 +#: sphinx/domains/python.py:303 #, python-format msgid "%s (built-in class)" msgstr "" -#: sphinx/domains/python.py:302 +#: sphinx/domains/python.py:304 #, python-format msgid "%s (class in %s)" msgstr "" -#: sphinx/domains/python.py:342 +#: sphinx/domains/python.py:344 #, python-format msgid "%s() (%s.%s method)" msgstr "" -#: sphinx/domains/python.py:354 +#: sphinx/domains/python.py:356 #, python-format msgid "%s() (%s.%s static method)" msgstr "" -#: sphinx/domains/python.py:357 +#: sphinx/domains/python.py:359 #, python-format msgid "%s() (%s static method)" msgstr "" -#: sphinx/domains/python.py:367 +#: sphinx/domains/python.py:369 #, python-format msgid "%s() (%s.%s class method)" msgstr "" -#: sphinx/domains/python.py:370 +#: sphinx/domains/python.py:372 #, python-format msgid "%s() (%s class method)" msgstr "" -#: sphinx/domains/python.py:380 +#: sphinx/domains/python.py:382 #, python-format msgid "%s (%s.%s attribute)" msgstr "" -#: sphinx/domains/python.py:461 +#: sphinx/domains/python.py:463 #, python-format msgid "%s (module)" msgstr "" -#: sphinx/domains/python.py:518 +#: sphinx/domains/python.py:520 msgid "Python Module Index" msgstr "" -#: sphinx/domains/python.py:519 +#: sphinx/domains/python.py:521 msgid "modules" msgstr "" -#: sphinx/domains/python.py:565 +#: sphinx/domains/python.py:567 msgid "Deprecated" msgstr "" -#: sphinx/domains/python.py:590 sphinx/locale/__init__.py:181 +#: sphinx/domains/python.py:592 sphinx/locale/__init__.py:183 msgid "exception" msgstr "" -#: sphinx/domains/python.py:591 +#: sphinx/domains/python.py:593 msgid "method" msgstr "" -#: sphinx/domains/python.py:592 +#: sphinx/domains/python.py:594 msgid "class method" msgstr "" -#: sphinx/domains/python.py:593 +#: sphinx/domains/python.py:595 msgid "static method" msgstr "" -#: sphinx/domains/python.py:595 sphinx/locale/__init__.py:177 +#: sphinx/domains/python.py:597 sphinx/locale/__init__.py:179 msgid "module" msgstr "" -#: sphinx/domains/python.py:760 +#: sphinx/domains/python.py:762 msgid " (deprecated)" msgstr "" @@ -396,64 +399,64 @@ msgstr "" msgid "%scommand line option; %s" msgstr "" -#: sphinx/domains/std.py:443 +#: sphinx/domains/std.py:433 msgid "glossary term" msgstr "" -#: sphinx/domains/std.py:444 +#: sphinx/domains/std.py:434 msgid "grammar token" msgstr "" -#: sphinx/domains/std.py:445 +#: sphinx/domains/std.py:435 msgid "reference label" msgstr "" -#: sphinx/domains/std.py:447 +#: sphinx/domains/std.py:437 msgid "environment variable" msgstr "" -#: sphinx/domains/std.py:448 +#: sphinx/domains/std.py:438 msgid "program option" msgstr "" -#: sphinx/domains/std.py:481 sphinx/themes/basic/genindex-single.html:32 +#: sphinx/domains/std.py:471 sphinx/themes/basic/genindex-single.html:32 #: sphinx/themes/basic/genindex-single.html:57 #: sphinx/themes/basic/genindex-split.html:11 #: sphinx/themes/basic/genindex-split.html:14 #: sphinx/themes/basic/genindex.html:32 sphinx/themes/basic/genindex.html:35 #: sphinx/themes/basic/genindex.html:68 sphinx/themes/basic/layout.html:134 -#: sphinx/writers/latex.py:201 sphinx/writers/texinfo.py:479 +#: sphinx/writers/latex.py:346 sphinx/writers/texinfo.py:481 msgid "Index" msgstr "" -#: sphinx/domains/std.py:482 +#: sphinx/domains/std.py:472 msgid "Module Index" msgstr "" -#: sphinx/domains/std.py:483 sphinx/themes/basic/defindex.html:25 +#: sphinx/domains/std.py:473 sphinx/themes/basic/defindex.html:25 msgid "Search Page" msgstr "සෙවුම් පිටුව" -#: sphinx/ext/autodoc.py:1139 +#: sphinx/ext/autodoc.py:1265 #, python-format msgid " Bases: %s" msgstr "" -#: sphinx/ext/autodoc.py:1181 +#: sphinx/ext/autodoc.py:1318 #, python-format msgid "alias of :class:`%s`" msgstr "" -#: sphinx/ext/graphviz.py:293 sphinx/ext/graphviz.py:301 +#: sphinx/ext/graphviz.py:307 sphinx/ext/graphviz.py:316 #, python-format msgid "[graph: %s]" msgstr "[graph: %s]" -#: sphinx/ext/graphviz.py:295 sphinx/ext/graphviz.py:303 +#: sphinx/ext/graphviz.py:309 sphinx/ext/graphviz.py:318 msgid "[graph]" msgstr "[graph]" -#: sphinx/ext/intersphinx.py:257 +#: sphinx/ext/intersphinx.py:359 #, python-format msgid "(in %s v%s)" msgstr "(%s හි%s)" @@ -462,112 +465,116 @@ msgstr "(%s හි%s)" msgid "[source]" msgstr "[source]" -#: sphinx/ext/todo.py:43 +#: sphinx/ext/todo.py:56 msgid "Todo" msgstr "කිරීමට තිබෙන" -#: sphinx/ext/todo.py:113 -#, python-format -msgid "(The <> is located in %s, line %d.)" +#: sphinx/ext/todo.py:129 +msgid "<>" msgstr "" -#: sphinx/ext/todo.py:122 +#: sphinx/ext/todo.py:132 +#, python-format +msgid "(The <> is located in %s, line %d.)" +msgstr "" + +#: sphinx/ext/todo.py:141 msgid "original entry" msgstr "" -#: sphinx/ext/viewcode.py:158 +#: sphinx/ext/viewcode.py:162 msgid "[docs]" msgstr "[docs]" -#: sphinx/ext/viewcode.py:172 +#: sphinx/ext/viewcode.py:176 msgid "Module code" msgstr "" -#: sphinx/ext/viewcode.py:178 +#: sphinx/ext/viewcode.py:182 #, python-format msgid "

Source code for %s

" msgstr "" -#: sphinx/ext/viewcode.py:204 +#: sphinx/ext/viewcode.py:208 msgid "Overview: module code" msgstr "" -#: sphinx/ext/viewcode.py:205 +#: sphinx/ext/viewcode.py:209 msgid "

All modules for which code is available

" msgstr "" -#: sphinx/locale/__init__.py:157 +#: sphinx/locale/__init__.py:159 msgid "Attention" msgstr "" -#: sphinx/locale/__init__.py:158 +#: sphinx/locale/__init__.py:160 msgid "Caution" msgstr "" -#: sphinx/locale/__init__.py:159 +#: sphinx/locale/__init__.py:161 msgid "Danger" msgstr "" -#: sphinx/locale/__init__.py:160 +#: sphinx/locale/__init__.py:162 msgid "Error" msgstr "දෝෂය" -#: sphinx/locale/__init__.py:161 +#: sphinx/locale/__init__.py:163 msgid "Hint" msgstr "හැඟවීම" -#: sphinx/locale/__init__.py:162 +#: sphinx/locale/__init__.py:164 msgid "Important" msgstr "" -#: sphinx/locale/__init__.py:163 +#: sphinx/locale/__init__.py:165 msgid "Note" msgstr "සටහන" -#: sphinx/locale/__init__.py:164 +#: sphinx/locale/__init__.py:166 msgid "See also" msgstr "මෙයද බලන්න" -#: sphinx/locale/__init__.py:165 +#: sphinx/locale/__init__.py:167 msgid "Tip" msgstr "" -#: sphinx/locale/__init__.py:166 +#: sphinx/locale/__init__.py:168 msgid "Warning" msgstr "අනතුරු ඇඟවීම" -#: sphinx/locale/__init__.py:170 +#: sphinx/locale/__init__.py:172 #, python-format msgid "New in version %s" msgstr "%s වෙළුමේ අලුත්" -#: sphinx/locale/__init__.py:171 +#: sphinx/locale/__init__.py:173 #, python-format msgid "Changed in version %s" msgstr "%s වෙළුමේ වෙනස් කල" -#: sphinx/locale/__init__.py:172 +#: sphinx/locale/__init__.py:174 #, python-format msgid "Deprecated since version %s" msgstr "" -#: sphinx/locale/__init__.py:178 +#: sphinx/locale/__init__.py:180 msgid "keyword" msgstr "" -#: sphinx/locale/__init__.py:179 +#: sphinx/locale/__init__.py:181 msgid "operator" msgstr "" -#: sphinx/locale/__init__.py:180 +#: sphinx/locale/__init__.py:182 msgid "object" msgstr "වස්තුව" -#: sphinx/locale/__init__.py:182 +#: sphinx/locale/__init__.py:184 msgid "statement" msgstr "" -#: sphinx/locale/__init__.py:183 +#: sphinx/locale/__init__.py:185 msgid "built-in function" msgstr "" @@ -732,23 +739,20 @@ msgid "" " containing fewer words won't appear in the result list." msgstr "" -#: sphinx/themes/basic/search.html:39 -#: sphinx/themes/basic/searchresults.html:17 +#: sphinx/themes/basic/search.html:39 sphinx/themes/basic/searchresults.html:17 msgid "search" msgstr "සොයන්න" -#: sphinx/themes/basic/search.html:43 -#: sphinx/themes/basic/searchresults.html:21 -#: sphinx/themes/basic/static/searchtools.js_t:281 +#: sphinx/themes/basic/search.html:43 sphinx/themes/basic/searchresults.html:21 +#: sphinx/themes/basic/static/searchtools.js_t:282 msgid "Search Results" msgstr "සෙවුම් ප්‍රතිඵල" -#: sphinx/themes/basic/search.html:45 -#: sphinx/themes/basic/searchresults.html:23 -#: sphinx/themes/basic/static/searchtools.js_t:283 +#: sphinx/themes/basic/search.html:45 sphinx/themes/basic/searchresults.html:23 +#: sphinx/themes/basic/static/searchtools.js_t:284 msgid "" -"Your search did not match any documents. Please make sure that all words are" -" spelled correctly and that you've selected enough categories." +"Your search did not match any documents. Please make sure that all words " +"are spelled correctly and that you've selected enough categories." msgstr "" #: sphinx/themes/basic/searchbox.html:12 @@ -787,33 +791,33 @@ msgstr "C API වෙනස්කම්" msgid "Other changes" msgstr "වෙනත් වෙනස්කම්" -#: sphinx/themes/basic/static/doctools.js:166 sphinx/writers/html.py:610 -#: sphinx/writers/html.py:615 +#: sphinx/themes/basic/static/doctools.js_t:169 sphinx/writers/html.py:668 +#: sphinx/writers/html.py:673 msgid "Permalink to this headline" msgstr "" -#: sphinx/themes/basic/static/doctools.js:172 sphinx/writers/html.py:107 +#: sphinx/themes/basic/static/doctools.js_t:175 sphinx/writers/html.py:105 msgid "Permalink to this definition" msgstr "" -#: sphinx/themes/basic/static/doctools.js:205 +#: sphinx/themes/basic/static/doctools.js_t:208 msgid "Hide Search Matches" msgstr "" -#: sphinx/themes/basic/static/searchtools.js_t:119 +#: sphinx/themes/basic/static/searchtools.js_t:121 msgid "Searching" msgstr "සොයමින්..." -#: sphinx/themes/basic/static/searchtools.js_t:124 +#: sphinx/themes/basic/static/searchtools.js_t:126 msgid "Preparing search..." msgstr "සෙවුම සූදානම් කරමින්...." -#: sphinx/themes/basic/static/searchtools.js_t:285 +#: sphinx/themes/basic/static/searchtools.js_t:286 #, python-format msgid "Search finished, found %s page(s) matching the search query." msgstr "" -#: sphinx/themes/basic/static/searchtools.js_t:337 +#: sphinx/themes/basic/static/searchtools.js_t:338 msgid ", in " msgstr "" @@ -830,44 +834,58 @@ msgstr "" msgid "Contents" msgstr "අන්තර්ගතය" -#: sphinx/writers/html.py:334 +#: sphinx/writers/html.py:349 msgid "Permalink to this code" msgstr "" -#: sphinx/writers/html.py:337 +#: sphinx/writers/html.py:353 msgid "Permalink to this image" msgstr "" -#: sphinx/writers/html.py:339 +#: sphinx/writers/html.py:355 msgid "Permalink to this toctree" msgstr "" -#: sphinx/writers/html.py:619 +#: sphinx/writers/html.py:677 msgid "Permalink to this table" msgstr "" -#: sphinx/writers/latex.py:199 +#: sphinx/writers/latex.py:344 msgid "Release" msgstr "නිකුත් කිරීම" -#: sphinx/writers/latex.py:697 sphinx/writers/manpage.py:177 -#: sphinx/writers/texinfo.py:616 +#: sphinx/writers/latex.py:408 +msgid "page" +msgstr "" + +#: sphinx/writers/latex.py:908 sphinx/writers/manpage.py:226 +#: sphinx/writers/texinfo.py:620 msgid "Footnotes" msgstr "" -#: sphinx/writers/latex.py:785 +#: sphinx/writers/latex.py:1010 msgid "continued from previous page" msgstr "" -#: sphinx/writers/latex.py:791 +#: sphinx/writers/latex.py:1016 msgid "Continued on next page" msgstr "" -#: sphinx/writers/manpage.py:223 sphinx/writers/text.py:541 +#: sphinx/writers/manpage.py:275 sphinx/writers/text.py:582 #, python-format msgid "[image: %s]" msgstr "[image: %s]" -#: sphinx/writers/manpage.py:224 sphinx/writers/text.py:542 +#: sphinx/writers/manpage.py:276 sphinx/writers/text.py:583 msgid "[image]" msgstr "[image]" + +#~ msgid "%B %d, %Y" +#~ msgstr "%B %d, %Y" + +#~ msgid "%b %d, %Y" +#~ msgstr "%b %d, %Y" + +#~ msgid "(The <> is located in %s, line %d.)" +#~ msgstr "" + diff --git a/sphinx/locale/sk/LC_MESSAGES/sphinx.js b/sphinx/locale/sk/LC_MESSAGES/sphinx.js index b85b55b67..cd20e3a33 100644 --- a/sphinx/locale/sk/LC_MESSAGES/sphinx.js +++ b/sphinx/locale/sk/LC_MESSAGES/sphinx.js @@ -1 +1 @@ -Documentation.addTranslations({"locale": "sk", "plural_expr": "(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2", "messages": {"Next topic": "\u010eal\u0161ia t\u00e9ma", "Index": "Index", "%(filename)s — %(docstitle)s": "%(filename)s — %(docstitle)s", "Welcome! This is": "Vitajte! Toto je", "Copyright": "Autorsk\u00e9 pr\u00e1vo", "C API changes": "Zmeny API C", "quick access to all modules": "r\u00fdchly pr\u00edstup ku v\u0161etk\u00fdm modulom", "© Copyright %(copyright)s.": "© Copyright %(copyright)s.", "Global Module Index": "Celkov\u00fd index modulov", "Your search did not match any documents. Please make sure that all words are spelled correctly and that you've selected enough categories.": "V\u00e1\u0161mu h\u013eadaniu nezodpoved\u00e1 \u017eiadny dokument. Pros\u00edm, skontrolujte, \u017ee v\u0161etky zadan\u00e9 slov\u00e1 s\u00fa spr\u00e1vne nap\u00edsan\u00e9 a \u017ee ste zvolili vhodn\u00e9 kateg\u00f3rie.", "Index – %(key)s": "Index – %(key)s", "General Index": "V\u0161eobecn\u00fd index", "next chapter": "\u010fal\u0161ia kapitola", "Search finished, found %s page(s) matching the search query.": "H\u013eadanie dokon\u010den\u00e9, n\u00e1jden\u00e9 %s strana(y), ktor\u00e9 vyhovuj\u00fa h\u013eadan\u00e9mu v\u00fdrazu.", "previous chapter": "predo\u0161l\u00e1 kapitola", "Permalink to this headline": "Trval\u00fd odkaz na tento nadpis", "About these documents": "O t\u00fdchto dokumentoch", "Preparing search...": "Pr\u00edprava h\u013eadania...", ", in ": ", v ", "Navigation": "Navig\u00e1cia", "Expand sidebar": "Rozbali\u0165 bo\u010dn\u00fd panel", "the documentation for": "dokument\u00e1cia", "Complete Table of Contents": "Celkov\u00fd obsah", "Contents": "Obsah", "can be huge": "m\u00f4\u017ee by\u0165 rozsiahle", "Changes in Version %(version)s — %(docstitle)s": "Zmeny vo verzii %(version)s — %(docstitle)s", "Other changes": "Ostatn\u00e9 zmeny", "Hide Search Matches": "Skry\u0165 v\u00fdsledky h\u013eadania", "Quick search": "R\u00fdchle h\u013eadanie", "Show Source": "Zobrazi\u0165 zdroj", "Search": "H\u013eada\u0165", "This Page": "T\u00e1to str\u00e1nka", "From here you can search these documents. Enter your search\n words into the box below and click \"search\". Note that the search\n function will automatically search for all of the words. Pages\n containing fewer words won't appear in the result list.": "Tu m\u00f4\u017eete h\u013eada\u0165 v tejto dokument\u00e1cii. Zadajte h\u013eadan\u00e9 slov\u00e1\ndo pol\u00ed\u010dka ni\u017e\u0161ie a kliknite na \"h\u013eada\u0165\". Pam\u00e4tajte, \u017ee funkcia\nh\u013eadania bude automaticky h\u013eada\u0165 v\u0161etky slov\u00e1. Strany, ktor\u00e9\nobsahuj\u00fa len niektor\u00e9 zo slov, nebud\u00fa v zozname v\u00fdsledkov.", "Created using Sphinx %(sphinx_version)s.": "Vytvoren\u00e9 pomocou Sphinx %(sphinx_version)s.", "last updated": "posledn\u00e1 aktualiz\u00e1cia", "Collapse sidebar": "Zbali\u0165 bo\u010dn\u00fd panel", "Go": "OK", "Table Of Contents": "Obsah", "Search within %(docstitle)s": "H\u013eada\u0165 v %(docstitle)s", "all functions, classes, terms": "v\u0161etky funkcie, triedy, term\u00edny", "Please activate JavaScript to enable the search\n functionality.": "Pros\u00edm, na zapnutie funkcie h\u013eadania,aktivujte\nJavaScript .", "Indices and tables:": "Indexy a tabu\u013eky", "lists all sections and subsections": "zoznam sekci\u00ed a podsekci\u00ed", "Index pages by letter": "Indexov\u00e9 str\u00e1nky po p\u00edsmen\u00e1ch", "search": "h\u013eada\u0165", "Permalink to this definition": "Trval\u00fd odkaz na t\u00fato defin\u00edciu", "Previous topic": "Predo\u0161l\u00e1 t\u00e9ma", "Overview": "Preh\u013ead", "Last updated on %(last_updated)s.": "Naposledy aktualizovan\u00e9 %(last_updated)s.", "Searching": "H\u013eadanie", "search this documentation": "h\u013eada\u0165 v tejto dokument\u00e1cii", "Automatically generated list of changes in version %(version)s": "Automaticky generovan\u00fd zoznam zmien vo verzii %(version)s", "Full index on one page": "Cel\u00fd index na jednej strane", "Enter search terms or a module, class or function name.": "Zadajte h\u013eadan\u00e9 v\u00fdrazy alebo modul, triedu, \u010di meno funkcie.", "© Copyright %(copyright)s.": "© Copyright %(copyright)s.", "Library changes": "Zmeny kni\u017enice", "Search Page": "Str\u00e1nka h\u013eadania", "Search Results": "V\u00fdsledky h\u013eadania"}}); \ No newline at end of file +Documentation.addTranslations({"locale": "sk", "messages": {"%(filename)s — %(docstitle)s": "%(filename)s — %(docstitle)s", "© Copyright %(copyright)s.": "© Copyright %(copyright)s.", "© Copyright %(copyright)s.": "© Copyright %(copyright)s.", ", in ": ", v ", "About these documents": "O t\u00fdchto dokumentoch", "Automatically generated list of changes in version %(version)s": "Automaticky generovan\u00fd zoznam zmien vo verzii %(version)s", "C API changes": "Zmeny API C", "Changes in Version %(version)s — %(docstitle)s": "Zmeny vo verzii %(version)s — %(docstitle)s", "Collapse sidebar": "Zbali\u0165 bo\u010dn\u00fd panel", "Complete Table of Contents": "Celkov\u00fd obsah", "Contents": "Obsah", "Copyright": "Autorsk\u00e9 pr\u00e1vo", "Created using Sphinx %(sphinx_version)s.": "Vytvoren\u00e9 pomocou Sphinx %(sphinx_version)s.", "Enter search terms or a module, class or function name.": "Zadajte h\u013eadan\u00e9 v\u00fdrazy alebo modul, triedu, \u010di meno funkcie.", "Expand sidebar": "Rozbali\u0165 bo\u010dn\u00fd panel", "From here you can search these documents. Enter your search\n words into the box below and click \"search\". Note that the search\n function will automatically search for all of the words. Pages\n containing fewer words won't appear in the result list.": "Tu m\u00f4\u017eete h\u013eada\u0165 v tejto dokument\u00e1cii. Zadajte h\u013eadan\u00e9 slov\u00e1\ndo pol\u00ed\u010dka ni\u017e\u0161ie a kliknite na \"h\u013eada\u0165\". Pam\u00e4tajte, \u017ee funkcia\nh\u013eadania bude automaticky h\u013eada\u0165 v\u0161etky slov\u00e1. Strany, ktor\u00e9\nobsahuj\u00fa len niektor\u00e9 zo slov, nebud\u00fa v zozname v\u00fdsledkov.", "Full index on one page": "Cel\u00fd index na jednej strane", "General Index": "V\u0161eobecn\u00fd index", "Global Module Index": "Celkov\u00fd index modulov", "Go": "OK", "Hide Search Matches": "Skry\u0165 v\u00fdsledky h\u013eadania", "Index": "Index", "Index – %(key)s": "Index – %(key)s", "Index pages by letter": "Indexov\u00e9 str\u00e1nky po p\u00edsmen\u00e1ch", "Indices and tables:": "Indexy a tabu\u013eky", "Last updated on %(last_updated)s.": "Naposledy aktualizovan\u00e9 %(last_updated)s.", "Library changes": "Zmeny kni\u017enice", "Navigation": "Navig\u00e1cia", "Next topic": "\u010eal\u0161ia t\u00e9ma", "Other changes": "Ostatn\u00e9 zmeny", "Overview": "Preh\u013ead", "Permalink to this definition": "Trval\u00fd odkaz na t\u00fato defin\u00edciu", "Permalink to this headline": "Trval\u00fd odkaz na tento nadpis", "Please activate JavaScript to enable the search\n functionality.": "Pros\u00edm, na zapnutie funkcie h\u013eadania,aktivujte\nJavaScript .", "Preparing search...": "Pr\u00edprava h\u013eadania...", "Previous topic": "Predo\u0161l\u00e1 t\u00e9ma", "Quick search": "R\u00fdchle h\u013eadanie", "Search": "H\u013eada\u0165", "Search Page": "Str\u00e1nka h\u013eadania", "Search Results": "V\u00fdsledky h\u013eadania", "Search finished, found %s page(s) matching the search query.": "H\u013eadanie dokon\u010den\u00e9, n\u00e1jden\u00e9 %s strana(y), ktor\u00e9 vyhovuj\u00fa h\u013eadan\u00e9mu v\u00fdrazu.", "Search within %(docstitle)s": "H\u013eada\u0165 v %(docstitle)s", "Searching": "H\u013eadanie", "Show Source": "Zobrazi\u0165 zdroj", "Table Of Contents": "Obsah", "This Page": "T\u00e1to str\u00e1nka", "Welcome! This is": "Vitajte! Toto je", "Your search did not match any documents. Please make sure that all words are spelled correctly and that you've selected enough categories.": "V\u00e1\u0161mu h\u013eadaniu nezodpoved\u00e1 \u017eiadny dokument. Pros\u00edm, skontrolujte, \u017ee v\u0161etky zadan\u00e9 slov\u00e1 s\u00fa spr\u00e1vne nap\u00edsan\u00e9 a \u017ee ste zvolili vhodn\u00e9 kateg\u00f3rie.", "all functions, classes, terms": "v\u0161etky funkcie, triedy, term\u00edny", "can be huge": "m\u00f4\u017ee by\u0165 rozsiahle", "last updated": "posledn\u00e1 aktualiz\u00e1cia", "lists all sections and subsections": "zoznam sekci\u00ed a podsekci\u00ed", "next chapter": "\u010fal\u0161ia kapitola", "previous chapter": "predo\u0161l\u00e1 kapitola", "quick access to all modules": "r\u00fdchly pr\u00edstup ku v\u0161etk\u00fdm modulom", "search": "h\u013eada\u0165", "search this documentation": "h\u013eada\u0165 v tejto dokument\u00e1cii", "the documentation for": "dokument\u00e1cia"}, "plural_expr": "(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2"}); \ No newline at end of file diff --git a/sphinx/locale/sk/LC_MESSAGES/sphinx.mo b/sphinx/locale/sk/LC_MESSAGES/sphinx.mo index f4c9835cb..9b7ca4b59 100644 Binary files a/sphinx/locale/sk/LC_MESSAGES/sphinx.mo and b/sphinx/locale/sk/LC_MESSAGES/sphinx.mo differ diff --git a/sphinx/locale/sk/LC_MESSAGES/sphinx.po b/sphinx/locale/sk/LC_MESSAGES/sphinx.po index bdbf8af30..c0a90806a 100644 --- a/sphinx/locale/sk/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/sk/LC_MESSAGES/sphinx.po @@ -1,56 +1,55 @@ -# Translations template for Sphinx. -# Copyright (C) 2015 ORGANIZATION +# Slovak translations for Sphinx. +# Copyright (C) 2016 ORGANIZATION # This file is distributed under the same license as the Sphinx project. -# -# Translators: -# FIRST AUTHOR , 2008 -# Slavko , 2013-2015 +# FIRST AUTHOR , 2016. +# msgid "" msgstr "" -"Project-Id-Version: Sphinx\n" +"Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2015-03-08 23:31+0900\n" +"POT-Creation-Date: 2016-02-14 22:15+0900\n" "PO-Revision-Date: 2015-03-08 14:35+0000\n" "Last-Translator: Takayuki Shimizukawa \n" -"Language-Team: Slovak (http://www.transifex.com/projects/p/sphinx-1/language/sk/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 1.3\n" "Language: sk\n" -"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" +"Language-Team: Slovak " +"(http://www.transifex.com/projects/p/sphinx-1/language/sk/)\n" +"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 2.2.0\n" -#: sphinx/config.py:80 +#: sphinx/config.py:84 #, python-format msgid "Fig. %s" msgstr "Obr. %s" -#: sphinx/config.py:81 +#: sphinx/config.py:85 #, python-format msgid "Table %s" msgstr "Tabuľka %s" -#: sphinx/config.py:82 +#: sphinx/config.py:86 #, python-format msgid "Listing %s" msgstr "Výpis %s" -#: sphinx/config.py:89 +#: sphinx/config.py:93 #, python-format msgid "%s %s documentation" msgstr "%s %s dokumentácia" -#: sphinx/environment.py:1880 +#: sphinx/environment.py:1815 #, python-format msgid "see %s" msgstr "viď %s" -#: sphinx/environment.py:1883 +#: sphinx/environment.py:1819 #, python-format msgid "see also %s" msgstr "viď aj %s" -#: sphinx/environment.py:1941 +#: sphinx/environment.py:1879 msgid "Symbols" msgstr "Symboly" @@ -59,11 +58,10 @@ msgstr "Symboly" msgid "Python Enhancement Proposals; PEP %s" msgstr "Python Enhancement Proposals; PEP %s" -#: sphinx/transforms.py:58 sphinx/writers/latex.py:212 -#: sphinx/writers/manpage.py:67 sphinx/writers/texinfo.py:221 -#, python-format -msgid "%B %d, %Y" -msgstr "%d. %B %Y" +#: sphinx/transforms.py:56 sphinx/writers/latex.py:357 +#: sphinx/writers/manpage.py:101 sphinx/writers/texinfo.py:222 +msgid "MMMM dd, YYYY" +msgstr "" #: sphinx/builders/changes.py:75 msgid "Builtins" @@ -73,64 +71,63 @@ msgstr "Zabudované funkcie" msgid "Module level" msgstr "Úroveň modulu" -#: sphinx/builders/html.py:291 -#, python-format -msgid "%b %d, %Y" -msgstr "%d. %b %Y" +#: sphinx/builders/html.py:295 +msgid "MMM dd, YYYY" +msgstr "" -#: sphinx/builders/html.py:310 sphinx/themes/basic/defindex.html:30 +#: sphinx/builders/html.py:315 sphinx/themes/basic/defindex.html:30 msgid "General Index" msgstr "Všeobecný index" -#: sphinx/builders/html.py:310 +#: sphinx/builders/html.py:315 msgid "index" msgstr "index" -#: sphinx/builders/html.py:371 +#: sphinx/builders/html.py:376 msgid "next" msgstr "ďalší" -#: sphinx/builders/html.py:380 +#: sphinx/builders/html.py:385 msgid "previous" msgstr "predošlý" -#: sphinx/builders/latex.py:144 sphinx/builders/texinfo.py:198 +#: sphinx/builders/latex.py:165 sphinx/builders/texinfo.py:199 msgid " (in " msgstr "(v" -#: sphinx/directives/other.py:150 +#: sphinx/directives/other.py:149 msgid "Section author: " msgstr "Autor sekcie:" -#: sphinx/directives/other.py:152 +#: sphinx/directives/other.py:151 msgid "Module author: " msgstr "Autor modulu:" -#: sphinx/directives/other.py:154 +#: sphinx/directives/other.py:153 msgid "Code author: " msgstr "Autor kódu:" -#: sphinx/directives/other.py:156 +#: sphinx/directives/other.py:155 msgid "Author: " msgstr "Autor:" -#: sphinx/domains/__init__.py:273 +#: sphinx/domains/__init__.py:275 #, python-format msgid "%s %s" msgstr "%s %s" -#: sphinx/domains/c.py:58 sphinx/domains/cpp.py:2408 -#: sphinx/domains/python.py:122 +#: sphinx/domains/c.py:58 sphinx/domains/cpp.py:3605 +#: sphinx/domains/python.py:124 msgid "Parameters" msgstr "Parametre" -#: sphinx/domains/c.py:61 sphinx/domains/cpp.py:2414 -#: sphinx/domains/javascript.py:128 sphinx/domains/python.py:134 +#: sphinx/domains/c.py:61 sphinx/domains/cpp.py:3614 +#: sphinx/domains/javascript.py:128 sphinx/domains/python.py:136 msgid "Returns" msgstr "Vracia" #: sphinx/domains/c.py:63 sphinx/domains/javascript.py:130 -#: sphinx/domains/python.py:136 +#: sphinx/domains/python.py:138 msgid "Return type" msgstr "Návratový typ" @@ -159,12 +156,12 @@ msgstr "%s (typ C)" msgid "%s (C variable)" msgstr "%s (premenná C)" -#: sphinx/domains/c.py:242 sphinx/domains/cpp.py:2680 -#: sphinx/domains/javascript.py:164 sphinx/domains/python.py:587 +#: sphinx/domains/c.py:242 sphinx/domains/cpp.py:3953 +#: sphinx/domains/javascript.py:164 sphinx/domains/python.py:589 msgid "function" msgstr "funkcia" -#: sphinx/domains/c.py:243 sphinx/domains/cpp.py:2681 +#: sphinx/domains/c.py:243 sphinx/domains/cpp.py:3954 msgid "member" msgstr "člen" @@ -172,7 +169,7 @@ msgstr "člen" msgid "macro" msgstr "makro" -#: sphinx/domains/c.py:245 sphinx/domains/cpp.py:2682 +#: sphinx/domains/c.py:245 sphinx/domains/cpp.py:3955 msgid "type" msgstr "typ" @@ -180,59 +177,64 @@ msgstr "typ" msgid "variable" msgstr "premenná" -#: sphinx/domains/cpp.py:2411 sphinx/domains/javascript.py:125 +#: sphinx/domains/cpp.py:3608 +#, fuzzy +msgid "Template Parameters" +msgstr "Parametre" + +#: sphinx/domains/cpp.py:3611 sphinx/domains/javascript.py:125 msgid "Throws" msgstr "Vyvoláva" -#: sphinx/domains/cpp.py:2518 +#: sphinx/domains/cpp.py:3733 #, python-format msgid "%s (C++ type)" msgstr "%s (typ C++)" -#: sphinx/domains/cpp.py:2531 +#: sphinx/domains/cpp.py:3744 #, python-format msgid "%s (C++ member)" msgstr "%s (člen C++)" -#: sphinx/domains/cpp.py:2543 +#: sphinx/domains/cpp.py:3755 #, python-format msgid "%s (C++ function)" msgstr "%s (funkcia C++)" -#: sphinx/domains/cpp.py:2555 +#: sphinx/domains/cpp.py:3766 #, python-format msgid "%s (C++ class)" msgstr "%s (trieda C++)" -#: sphinx/domains/cpp.py:2579 +#: sphinx/domains/cpp.py:3786 #, python-format msgid "%s (C++ enum)" msgstr "%s (enum C++)" -#: sphinx/domains/cpp.py:2617 +#: sphinx/domains/cpp.py:3816 #, python-format msgid "%s (C++ enumerator)" msgstr "%s (enumerátor C++)" -#: sphinx/domains/cpp.py:2679 sphinx/domains/javascript.py:165 -#: sphinx/domains/python.py:589 +#: sphinx/domains/cpp.py:3952 sphinx/domains/javascript.py:165 +#: sphinx/domains/python.py:591 msgid "class" msgstr "trieda" -#: sphinx/domains/cpp.py:2683 +#: sphinx/domains/cpp.py:3956 msgid "enum" msgstr "enum" -#: sphinx/domains/cpp.py:2684 +#: sphinx/domains/cpp.py:3957 msgid "enumerator" msgstr "enumerátor" -#: sphinx/domains/javascript.py:106 sphinx/domains/python.py:280 +#: sphinx/domains/javascript.py:106 sphinx/domains/python.py:282 #, python-format msgid "%s() (built-in function)" msgstr "%s() (zabudovaná funkcia)" -#: sphinx/domains/javascript.py:107 sphinx/domains/python.py:344 +#: sphinx/domains/javascript.py:107 sphinx/domains/python.py:346 #, python-format msgid "%s() (%s method)" msgstr "%s() (metóda %s)" @@ -247,7 +249,7 @@ msgstr "%s() (trieda)" msgid "%s (global variable or constant)" msgstr "%s (globálna premenná alebo konštanta)" -#: sphinx/domains/javascript.py:113 sphinx/domains/python.py:382 +#: sphinx/domains/javascript.py:113 sphinx/domains/python.py:384 #, python-format msgid "%s (%s attribute)" msgstr "%s (atribút %s)" @@ -256,116 +258,116 @@ msgstr "%s (atribút %s)" msgid "Arguments" msgstr "Argumenty" -#: sphinx/domains/javascript.py:166 sphinx/domains/python.py:588 +#: sphinx/domains/javascript.py:166 sphinx/domains/python.py:590 msgid "data" msgstr "dáta" -#: sphinx/domains/javascript.py:167 sphinx/domains/python.py:594 +#: sphinx/domains/javascript.py:167 sphinx/domains/python.py:596 msgid "attribute" msgstr "atribút" -#: sphinx/domains/python.py:127 +#: sphinx/domains/python.py:129 msgid "Variables" msgstr "Premenné" -#: sphinx/domains/python.py:131 +#: sphinx/domains/python.py:133 msgid "Raises" msgstr "Vyzdvihuje" -#: sphinx/domains/python.py:281 sphinx/domains/python.py:338 -#: sphinx/domains/python.py:350 sphinx/domains/python.py:363 +#: sphinx/domains/python.py:283 sphinx/domains/python.py:340 +#: sphinx/domains/python.py:352 sphinx/domains/python.py:365 #, python-format msgid "%s() (in module %s)" msgstr "%s() (v module %s)" -#: sphinx/domains/python.py:284 +#: sphinx/domains/python.py:286 #, python-format msgid "%s (built-in variable)" msgstr "%s (zabudovaná premenná)" -#: sphinx/domains/python.py:285 sphinx/domains/python.py:376 +#: sphinx/domains/python.py:287 sphinx/domains/python.py:378 #, python-format msgid "%s (in module %s)" msgstr "%s (v module %s)" -#: sphinx/domains/python.py:301 +#: sphinx/domains/python.py:303 #, python-format msgid "%s (built-in class)" msgstr "%s (zabudovaná trieda)" -#: sphinx/domains/python.py:302 +#: sphinx/domains/python.py:304 #, python-format msgid "%s (class in %s)" msgstr "%s (trieda v %s)" -#: sphinx/domains/python.py:342 +#: sphinx/domains/python.py:344 #, python-format msgid "%s() (%s.%s method)" msgstr "%s() (metóda %s.%s)" -#: sphinx/domains/python.py:354 +#: sphinx/domains/python.py:356 #, python-format msgid "%s() (%s.%s static method)" msgstr "%s() (statická metóda %s.%s)" -#: sphinx/domains/python.py:357 +#: sphinx/domains/python.py:359 #, python-format msgid "%s() (%s static method)" msgstr "%s() (statická metóda %s)" -#: sphinx/domains/python.py:367 +#: sphinx/domains/python.py:369 #, python-format msgid "%s() (%s.%s class method)" msgstr "%s() (metóda triedy %s.%s)" -#: sphinx/domains/python.py:370 +#: sphinx/domains/python.py:372 #, python-format msgid "%s() (%s class method)" msgstr "%s() (metóda triedy %s)" -#: sphinx/domains/python.py:380 +#: sphinx/domains/python.py:382 #, python-format msgid "%s (%s.%s attribute)" msgstr "%s (atribút %s.%s)" -#: sphinx/domains/python.py:461 +#: sphinx/domains/python.py:463 #, python-format msgid "%s (module)" msgstr "%s (modul)" -#: sphinx/domains/python.py:518 +#: sphinx/domains/python.py:520 msgid "Python Module Index" msgstr "Index modulov Python" -#: sphinx/domains/python.py:519 +#: sphinx/domains/python.py:521 msgid "modules" msgstr "moduly" -#: sphinx/domains/python.py:565 +#: sphinx/domains/python.py:567 msgid "Deprecated" msgstr "Zastarané" -#: sphinx/domains/python.py:590 sphinx/locale/__init__.py:181 +#: sphinx/domains/python.py:592 sphinx/locale/__init__.py:183 msgid "exception" msgstr "výnimka" -#: sphinx/domains/python.py:591 +#: sphinx/domains/python.py:593 msgid "method" msgstr "metóda" -#: sphinx/domains/python.py:592 +#: sphinx/domains/python.py:594 msgid "class method" msgstr "metóda triedy" -#: sphinx/domains/python.py:593 +#: sphinx/domains/python.py:595 msgid "static method" msgstr "statická metóda" -#: sphinx/domains/python.py:595 sphinx/locale/__init__.py:177 +#: sphinx/domains/python.py:597 sphinx/locale/__init__.py:179 msgid "module" msgstr "modul" -#: sphinx/domains/python.py:760 +#: sphinx/domains/python.py:762 msgid " (deprecated)" msgstr " (zastarané)" @@ -397,64 +399,64 @@ msgstr "premenná prostredia; %s" msgid "%scommand line option; %s" msgstr "%s voľba príkazového riadka; %s" -#: sphinx/domains/std.py:443 +#: sphinx/domains/std.py:433 msgid "glossary term" msgstr "termín glosára" -#: sphinx/domains/std.py:444 +#: sphinx/domains/std.py:434 msgid "grammar token" msgstr "jazykový token" -#: sphinx/domains/std.py:445 +#: sphinx/domains/std.py:435 msgid "reference label" msgstr "menovka odkazu" -#: sphinx/domains/std.py:447 +#: sphinx/domains/std.py:437 msgid "environment variable" msgstr "premenná prostredia" -#: sphinx/domains/std.py:448 +#: sphinx/domains/std.py:438 msgid "program option" msgstr "voľba programu" -#: sphinx/domains/std.py:481 sphinx/themes/basic/genindex-single.html:32 +#: sphinx/domains/std.py:471 sphinx/themes/basic/genindex-single.html:32 #: sphinx/themes/basic/genindex-single.html:57 #: sphinx/themes/basic/genindex-split.html:11 #: sphinx/themes/basic/genindex-split.html:14 #: sphinx/themes/basic/genindex.html:32 sphinx/themes/basic/genindex.html:35 #: sphinx/themes/basic/genindex.html:68 sphinx/themes/basic/layout.html:134 -#: sphinx/writers/latex.py:201 sphinx/writers/texinfo.py:479 +#: sphinx/writers/latex.py:346 sphinx/writers/texinfo.py:481 msgid "Index" msgstr "Index" -#: sphinx/domains/std.py:482 +#: sphinx/domains/std.py:472 msgid "Module Index" msgstr "Index modulov" -#: sphinx/domains/std.py:483 sphinx/themes/basic/defindex.html:25 +#: sphinx/domains/std.py:473 sphinx/themes/basic/defindex.html:25 msgid "Search Page" msgstr "Stránka hľadania" -#: sphinx/ext/autodoc.py:1139 +#: sphinx/ext/autodoc.py:1265 #, python-format msgid " Bases: %s" msgstr "Základné: %s" -#: sphinx/ext/autodoc.py:1181 +#: sphinx/ext/autodoc.py:1318 #, python-format msgid "alias of :class:`%s`" msgstr "alias pre :class:`%s`" -#: sphinx/ext/graphviz.py:293 sphinx/ext/graphviz.py:301 +#: sphinx/ext/graphviz.py:307 sphinx/ext/graphviz.py:316 #, python-format msgid "[graph: %s]" msgstr "[graf: %s]" -#: sphinx/ext/graphviz.py:295 sphinx/ext/graphviz.py:303 +#: sphinx/ext/graphviz.py:309 sphinx/ext/graphviz.py:318 msgid "[graph]" msgstr "[graf]" -#: sphinx/ext/intersphinx.py:257 +#: sphinx/ext/intersphinx.py:359 #, python-format msgid "(in %s v%s)" msgstr "(v %s v%s)" @@ -463,112 +465,117 @@ msgstr "(v %s v%s)" msgid "[source]" msgstr "[zdroj]" -#: sphinx/ext/todo.py:43 +#: sphinx/ext/todo.py:56 msgid "Todo" msgstr "Todo" -#: sphinx/ext/todo.py:113 -#, python-format -msgid "(The <> is located in %s, line %d.)" +#: sphinx/ext/todo.py:129 +#, fuzzy +msgid "<>" +msgstr "pôvodná položka" + +#: sphinx/ext/todo.py:132 +#, fuzzy, python-format +msgid "(The <> is located in %s, line %d.)" msgstr "(<> je umiestnená v %s, riadok %d.)" -#: sphinx/ext/todo.py:122 +#: sphinx/ext/todo.py:141 msgid "original entry" msgstr "pôvodná položka" -#: sphinx/ext/viewcode.py:158 +#: sphinx/ext/viewcode.py:162 msgid "[docs]" msgstr "[dokumenty]" -#: sphinx/ext/viewcode.py:172 +#: sphinx/ext/viewcode.py:176 msgid "Module code" msgstr "Kód modulu" -#: sphinx/ext/viewcode.py:178 +#: sphinx/ext/viewcode.py:182 #, python-format msgid "

Source code for %s

" msgstr "

Zdrojový kód %s

" -#: sphinx/ext/viewcode.py:204 +#: sphinx/ext/viewcode.py:208 msgid "Overview: module code" msgstr "Prehľad: kód modulu" -#: sphinx/ext/viewcode.py:205 +#: sphinx/ext/viewcode.py:209 msgid "

All modules for which code is available

" msgstr "

Všetky moduly, pre ktoré je dostupný kód

" -#: sphinx/locale/__init__.py:157 +#: sphinx/locale/__init__.py:159 msgid "Attention" msgstr "Výstraha" -#: sphinx/locale/__init__.py:158 +#: sphinx/locale/__init__.py:160 msgid "Caution" msgstr "Upozornenie" -#: sphinx/locale/__init__.py:159 +#: sphinx/locale/__init__.py:161 msgid "Danger" msgstr "Nebezpečné" -#: sphinx/locale/__init__.py:160 +#: sphinx/locale/__init__.py:162 msgid "Error" msgstr "Chyba" -#: sphinx/locale/__init__.py:161 +#: sphinx/locale/__init__.py:163 msgid "Hint" msgstr "Rada" -#: sphinx/locale/__init__.py:162 +#: sphinx/locale/__init__.py:164 msgid "Important" msgstr "Dôležité" -#: sphinx/locale/__init__.py:163 +#: sphinx/locale/__init__.py:165 msgid "Note" msgstr "Poznámka" -#: sphinx/locale/__init__.py:164 +#: sphinx/locale/__init__.py:166 msgid "See also" msgstr "Viď aj" -#: sphinx/locale/__init__.py:165 +#: sphinx/locale/__init__.py:167 msgid "Tip" msgstr "Tip" -#: sphinx/locale/__init__.py:166 +#: sphinx/locale/__init__.py:168 msgid "Warning" msgstr "Varovanie" -#: sphinx/locale/__init__.py:170 +#: sphinx/locale/__init__.py:172 #, python-format msgid "New in version %s" msgstr "Nové vo verzii %s" -#: sphinx/locale/__init__.py:171 +#: sphinx/locale/__init__.py:173 #, python-format msgid "Changed in version %s" msgstr "Zmenené vo verzii %s" -#: sphinx/locale/__init__.py:172 +#: sphinx/locale/__init__.py:174 #, python-format msgid "Deprecated since version %s" msgstr "Zastarané od verzie %s" -#: sphinx/locale/__init__.py:178 +#: sphinx/locale/__init__.py:180 msgid "keyword" msgstr "kľúč. slovo" -#: sphinx/locale/__init__.py:179 +#: sphinx/locale/__init__.py:181 msgid "operator" msgstr "operátor" -#: sphinx/locale/__init__.py:180 +#: sphinx/locale/__init__.py:182 msgid "object" msgstr "objekt" -#: sphinx/locale/__init__.py:182 +#: sphinx/locale/__init__.py:184 msgid "statement" msgstr "príkaz" -#: sphinx/locale/__init__.py:183 +#: sphinx/locale/__init__.py:185 msgid "built-in function" msgstr "zabudovaná funkcia" @@ -696,7 +703,9 @@ msgstr "Naposledy aktualizované %(last_updated)s." msgid "" "Created using Sphinx " "%(sphinx_version)s." -msgstr "Vytvorené pomocou Sphinx %(sphinx_version)s." +msgstr "" +"Vytvorené pomocou Sphinx " +"%(sphinx_version)s." #: sphinx/themes/basic/opensearch.xml:4 #, python-format @@ -723,7 +732,9 @@ msgstr "ďalšia kapitola" msgid "" "Please activate JavaScript to enable the search\n" " functionality." -msgstr "Prosím, na zapnutie funkcie hľadania,aktivujte\nJavaScript ." +msgstr "" +"Prosím, na zapnutie funkcie hľadania,aktivujte\n" +"JavaScript ." #: sphinx/themes/basic/search.html:32 msgid "" @@ -731,26 +742,30 @@ msgid "" " words into the box below and click \"search\". Note that the search\n" " function will automatically search for all of the words. Pages\n" " containing fewer words won't appear in the result list." -msgstr "Tu môžete hľadať v tejto dokumentácii. Zadajte hľadané slová\ndo políčka nižšie a kliknite na \"hľadať\". Pamätajte, že funkcia\nhľadania bude automaticky hľadať všetky slová. Strany, ktoré\nobsahujú len niektoré zo slov, nebudú v zozname výsledkov." +msgstr "" +"Tu môžete hľadať v tejto dokumentácii. Zadajte hľadané slová\n" +"do políčka nižšie a kliknite na \"hľadať\". Pamätajte, že funkcia\n" +"hľadania bude automaticky hľadať všetky slová. Strany, ktoré\n" +"obsahujú len niektoré zo slov, nebudú v zozname výsledkov." -#: sphinx/themes/basic/search.html:39 -#: sphinx/themes/basic/searchresults.html:17 +#: sphinx/themes/basic/search.html:39 sphinx/themes/basic/searchresults.html:17 msgid "search" msgstr "hľadať" -#: sphinx/themes/basic/search.html:43 -#: sphinx/themes/basic/searchresults.html:21 -#: sphinx/themes/basic/static/searchtools.js_t:281 +#: sphinx/themes/basic/search.html:43 sphinx/themes/basic/searchresults.html:21 +#: sphinx/themes/basic/static/searchtools.js_t:282 msgid "Search Results" msgstr "Výsledky hľadania" -#: sphinx/themes/basic/search.html:45 -#: sphinx/themes/basic/searchresults.html:23 -#: sphinx/themes/basic/static/searchtools.js_t:283 +#: sphinx/themes/basic/search.html:45 sphinx/themes/basic/searchresults.html:23 +#: sphinx/themes/basic/static/searchtools.js_t:284 msgid "" -"Your search did not match any documents. Please make sure that all words are" -" spelled correctly and that you've selected enough categories." -msgstr "Vášmu hľadaniu nezodpovedá žiadny dokument. Prosím, skontrolujte, že všetky zadané slová sú správne napísané a že ste zvolili vhodné kategórie." +"Your search did not match any documents. Please make sure that all words " +"are spelled correctly and that you've selected enough categories." +msgstr "" +"Vášmu hľadaniu nezodpovedá žiadny dokument. Prosím, skontrolujte, že " +"všetky zadané slová sú správne napísané a že ste zvolili vhodné " +"kategórie." #: sphinx/themes/basic/searchbox.html:12 msgid "Quick search" @@ -788,33 +803,33 @@ msgstr "Zmeny API C" msgid "Other changes" msgstr "Ostatné zmeny" -#: sphinx/themes/basic/static/doctools.js:166 sphinx/writers/html.py:610 -#: sphinx/writers/html.py:615 +#: sphinx/themes/basic/static/doctools.js_t:169 sphinx/writers/html.py:668 +#: sphinx/writers/html.py:673 msgid "Permalink to this headline" msgstr "Trvalý odkaz na tento nadpis" -#: sphinx/themes/basic/static/doctools.js:172 sphinx/writers/html.py:107 +#: sphinx/themes/basic/static/doctools.js_t:175 sphinx/writers/html.py:105 msgid "Permalink to this definition" msgstr "Trvalý odkaz na túto definíciu" -#: sphinx/themes/basic/static/doctools.js:205 +#: sphinx/themes/basic/static/doctools.js_t:208 msgid "Hide Search Matches" msgstr "Skryť výsledky hľadania" -#: sphinx/themes/basic/static/searchtools.js_t:119 +#: sphinx/themes/basic/static/searchtools.js_t:121 msgid "Searching" msgstr "Hľadanie" -#: sphinx/themes/basic/static/searchtools.js_t:124 +#: sphinx/themes/basic/static/searchtools.js_t:126 msgid "Preparing search..." msgstr "Príprava hľadania..." -#: sphinx/themes/basic/static/searchtools.js_t:285 +#: sphinx/themes/basic/static/searchtools.js_t:286 #, python-format msgid "Search finished, found %s page(s) matching the search query." msgstr "Hľadanie dokončené, nájdené %s strana(y), ktoré vyhovujú hľadanému výrazu." -#: sphinx/themes/basic/static/searchtools.js_t:337 +#: sphinx/themes/basic/static/searchtools.js_t:338 msgid ", in " msgstr ", v " @@ -831,44 +846,56 @@ msgstr "Zbaliť bočný panel" msgid "Contents" msgstr "Obsah" -#: sphinx/writers/html.py:334 +#: sphinx/writers/html.py:349 msgid "Permalink to this code" msgstr "Trvalý odkaz na tento kód" -#: sphinx/writers/html.py:337 +#: sphinx/writers/html.py:353 msgid "Permalink to this image" msgstr "Trvalý odkaz na tento obrázok" -#: sphinx/writers/html.py:339 +#: sphinx/writers/html.py:355 msgid "Permalink to this toctree" msgstr "" -#: sphinx/writers/html.py:619 +#: sphinx/writers/html.py:677 msgid "Permalink to this table" msgstr "Trvalý odkaz na túto tabuľku" -#: sphinx/writers/latex.py:199 +#: sphinx/writers/latex.py:344 msgid "Release" msgstr "Vydanie" -#: sphinx/writers/latex.py:697 sphinx/writers/manpage.py:177 -#: sphinx/writers/texinfo.py:616 +#: sphinx/writers/latex.py:408 +#, fuzzy +msgid "page" +msgstr "Nebezpečné" + +#: sphinx/writers/latex.py:908 sphinx/writers/manpage.py:226 +#: sphinx/writers/texinfo.py:620 msgid "Footnotes" msgstr "Poznámky pod čiarou" -#: sphinx/writers/latex.py:785 +#: sphinx/writers/latex.py:1010 msgid "continued from previous page" msgstr "pokračovanie z predošlej strany" -#: sphinx/writers/latex.py:791 +#: sphinx/writers/latex.py:1016 msgid "Continued on next page" msgstr "Pokračovanie na ďalšej strane" -#: sphinx/writers/manpage.py:223 sphinx/writers/text.py:541 +#: sphinx/writers/manpage.py:275 sphinx/writers/text.py:582 #, python-format msgid "[image: %s]" msgstr "[obrázok: %s]" -#: sphinx/writers/manpage.py:224 sphinx/writers/text.py:542 +#: sphinx/writers/manpage.py:276 sphinx/writers/text.py:583 msgid "[image]" msgstr "[obrázok]" + +#~ msgid "%B %d, %Y" +#~ msgstr "%d. %B %Y" + +#~ msgid "%b %d, %Y" +#~ msgstr "%d. %b %Y" + diff --git a/sphinx/locale/sl/LC_MESSAGES/sphinx.js b/sphinx/locale/sl/LC_MESSAGES/sphinx.js index 3ec35d54a..4dc690e6f 100644 --- a/sphinx/locale/sl/LC_MESSAGES/sphinx.js +++ b/sphinx/locale/sl/LC_MESSAGES/sphinx.js @@ -1 +1 @@ -Documentation.addTranslations({"locale": "sl", "plural_expr": "(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3)", "messages": {"Next topic": "Naslednja tema", "Index": "Abecedni seznam", "%(filename)s — %(docstitle)s": "%(filename)s — %(docstitle)s", "Welcome! This is": "", "Copyright": "Vse pravice pridr\u017eane", "C API changes": "C API spremembe", "quick access to all modules": "hiter dostop do vseh modulov", "© Copyright %(copyright)s.": "© Vse pravice pridr\u017eane %(copyright)s.", "Global Module Index": "Splo\u0161en seznam modulov", "Your search did not match any documents. Please make sure that all words are spelled correctly and that you've selected enough categories.": "", "Index – %(key)s": "Seznam – %(key)s", "General Index": "Splo\u0161ni abecedni seznam", "next chapter": "naslednje poglavje", "Search finished, found %s page(s) matching the search query.": "", "previous chapter": "prej\u0161nje poglavje", "Permalink to this headline": "Povezava na naslov", "About these documents": "O dokumentih", "Preparing search...": "", ", in ": "", "Navigation": "Navigacija", "Expand sidebar": "", "the documentation for": "", "Complete Table of Contents": "Popoln Seznam Vsebine", "Contents": "", "can be huge": "lahko je veliko", "Changes in Version %(version)s — %(docstitle)s": "Spremembe v Verziji %(version)s — %(docstitle)s", "Other changes": "Ostale spremembe", "Hide Search Matches": "Skrij resultate iskanja", "Quick search": "Hitro iskanje", "Show Source": "Prika\u017ei izvorno kodo", "Search": "I\u0161\u010di", "This Page": "Trenutna stran", "From here you can search these documents. Enter your search\n words into the box below and click \"search\". Note that the search\n function will automatically search for all of the words. Pages\n containing fewer words won't appear in the result list.": "Tukaj lahko i\u0161\u010dete dokumente. Vnesite iskalni\n niz v polje spodaj in pritisnite \"i\u0161\u010di\". Spro\u017eeno iskanje\n bo iskalo po vseh besedah v iskalnem nizu. Strani, ki ne\n vsebujejo vseh besed ne bodo prikazane na seznamu rezultatov.", "Created using Sphinx %(sphinx_version)s.": "Narejeno s Sphinx %(sphinx_version)s.", "last updated": "", "Collapse sidebar": "", "Go": "Potrdi", "Table Of Contents": "Seznam Vsebine", "Search within %(docstitle)s": "I\u0161\u010di med %(docstitle)s", "all functions, classes, terms": "vse funkcije, razredi, izrazi", "Please activate JavaScript to enable the search\n functionality.": "Za pravilno delovanje Iskanja morete vklopiti\n JavaScript.", "Indices and tables:": "Kazalo in seznami:", "lists all sections and subsections": "prikazi vse sekcije in podsekcije", "Index pages by letter": "Indeksiraj strani po \u010drki", "search": "i\u0161\u010di", "Permalink to this definition": "Povezava na to definicijo", "Previous topic": "Prej\u0161nja tema", "Overview": "Pregled", "Last updated on %(last_updated)s.": "Zadnji\u010d posodobljeno %(last_updated)s.", "Searching": "", "search this documentation": "i\u0161\u010di po dokumentaciji", "Automatically generated list of changes in version %(version)s": "Avtomatsko generiran seznam sprememb v verziji %(version)s", "Full index on one page": "Poln indeks na eni strani", "Enter search terms or a module, class or function name.": "Vnesi ime modula, razreda ali funkcije.", "© Copyright %(copyright)s.": "© Vse pravice pridr\u017eane %(copyright)s.", "Library changes": "Spremembe knji\u017enice", "Search Page": "Iskalnik", "Search Results": "Rezultati Iskanja"}}); \ No newline at end of file +Documentation.addTranslations({"locale": "sl", "messages": {"%(filename)s — %(docstitle)s": "%(filename)s — %(docstitle)s", "© Copyright %(copyright)s.": "© Vse pravice pridr\u017eane %(copyright)s.", "© Copyright %(copyright)s.": "© Vse pravice pridr\u017eane %(copyright)s.", ", in ": "", "About these documents": "O dokumentih", "Automatically generated list of changes in version %(version)s": "Avtomatsko generiran seznam sprememb v verziji %(version)s", "C API changes": "C API spremembe", "Changes in Version %(version)s — %(docstitle)s": "Spremembe v Verziji %(version)s — %(docstitle)s", "Collapse sidebar": "", "Complete Table of Contents": "Popoln Seznam Vsebine", "Contents": "", "Copyright": "Vse pravice pridr\u017eane", "Created using Sphinx %(sphinx_version)s.": "Narejeno s Sphinx %(sphinx_version)s.", "Enter search terms or a module, class or function name.": "Vnesi ime modula, razreda ali funkcije.", "Expand sidebar": "", "From here you can search these documents. Enter your search\n words into the box below and click \"search\". Note that the search\n function will automatically search for all of the words. Pages\n containing fewer words won't appear in the result list.": "Tukaj lahko i\u0161\u010dete dokumente. Vnesite iskalni\n niz v polje spodaj in pritisnite \"i\u0161\u010di\". Spro\u017eeno iskanje\n bo iskalo po vseh besedah v iskalnem nizu. Strani, ki ne\n vsebujejo vseh besed ne bodo prikazane na seznamu rezultatov.", "Full index on one page": "Poln indeks na eni strani", "General Index": "Splo\u0161ni abecedni seznam", "Global Module Index": "Splo\u0161en seznam modulov", "Go": "Potrdi", "Hide Search Matches": "Skrij resultate iskanja", "Index": "Abecedni seznam", "Index – %(key)s": "Seznam – %(key)s", "Index pages by letter": "Indeksiraj strani po \u010drki", "Indices and tables:": "Kazalo in seznami:", "Last updated on %(last_updated)s.": "Zadnji\u010d posodobljeno %(last_updated)s.", "Library changes": "Spremembe knji\u017enice", "Navigation": "Navigacija", "Next topic": "Naslednja tema", "Other changes": "Ostale spremembe", "Overview": "Pregled", "Permalink to this definition": "Povezava na to definicijo", "Permalink to this headline": "Povezava na naslov", "Please activate JavaScript to enable the search\n functionality.": "Za pravilno delovanje Iskanja morete vklopiti\n JavaScript.", "Preparing search...": "", "Previous topic": "Prej\u0161nja tema", "Quick search": "Hitro iskanje", "Search": "I\u0161\u010di", "Search Page": "Iskalnik", "Search Results": "Rezultati Iskanja", "Search finished, found %s page(s) matching the search query.": "", "Search within %(docstitle)s": "I\u0161\u010di med %(docstitle)s", "Searching": "", "Show Source": "Prika\u017ei izvorno kodo", "Table Of Contents": "Seznam Vsebine", "This Page": "Trenutna stran", "Welcome! This is": "", "Your search did not match any documents. Please make sure that all words are spelled correctly and that you've selected enough categories.": "", "all functions, classes, terms": "vse funkcije, razredi, izrazi", "can be huge": "lahko je veliko", "last updated": "", "lists all sections and subsections": "prikazi vse sekcije in podsekcije", "next chapter": "naslednje poglavje", "previous chapter": "prej\u0161nje poglavje", "quick access to all modules": "hiter dostop do vseh modulov", "search": "i\u0161\u010di", "search this documentation": "i\u0161\u010di po dokumentaciji", "the documentation for": ""}, "plural_expr": "(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3)"}); \ No newline at end of file diff --git a/sphinx/locale/sl/LC_MESSAGES/sphinx.mo b/sphinx/locale/sl/LC_MESSAGES/sphinx.mo index ccbf2ebf6..f5aaa51bb 100644 Binary files a/sphinx/locale/sl/LC_MESSAGES/sphinx.mo and b/sphinx/locale/sl/LC_MESSAGES/sphinx.mo differ diff --git a/sphinx/locale/sl/LC_MESSAGES/sphinx.po b/sphinx/locale/sl/LC_MESSAGES/sphinx.po index 5a1779366..0d3a78ccb 100644 --- a/sphinx/locale/sl/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/sl/LC_MESSAGES/sphinx.po @@ -1,54 +1,56 @@ -# Translations template for Sphinx. -# Copyright (C) 2015 ORGANIZATION +# Slovenian translations for Sphinx. +# Copyright (C) 2016 ORGANIZATION # This file is distributed under the same license as the Sphinx project. -# -# Translators: +# FIRST AUTHOR , 2016. +# msgid "" msgstr "" -"Project-Id-Version: Sphinx\n" +"Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2015-03-08 23:31+0900\n" +"POT-Creation-Date: 2016-02-14 22:15+0900\n" "PO-Revision-Date: 2015-03-08 14:35+0000\n" "Last-Translator: Takayuki Shimizukawa \n" -"Language-Team: Slovenian (http://www.transifex.com/projects/p/sphinx-1/language/sl/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 1.3\n" "Language: sl\n" -"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);\n" +"Language-Team: Slovenian " +"(http://www.transifex.com/projects/p/sphinx-1/language/sl/)\n" +"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 " +"|| n%100==4 ? 2 : 3)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 2.2.0\n" -#: sphinx/config.py:80 +#: sphinx/config.py:84 #, python-format msgid "Fig. %s" msgstr "" -#: sphinx/config.py:81 +#: sphinx/config.py:85 #, python-format msgid "Table %s" msgstr "" -#: sphinx/config.py:82 +#: sphinx/config.py:86 #, python-format msgid "Listing %s" msgstr "" -#: sphinx/config.py:89 +#: sphinx/config.py:93 #, python-format msgid "%s %s documentation" msgstr "" -#: sphinx/environment.py:1880 +#: sphinx/environment.py:1815 #, python-format msgid "see %s" msgstr "" -#: sphinx/environment.py:1883 +#: sphinx/environment.py:1819 #, python-format msgid "see also %s" msgstr "" -#: sphinx/environment.py:1941 +#: sphinx/environment.py:1879 msgid "Symbols" msgstr "" @@ -57,11 +59,10 @@ msgstr "" msgid "Python Enhancement Proposals; PEP %s" msgstr "Python Enhancement Proposals; PEP %s" -#: sphinx/transforms.py:58 sphinx/writers/latex.py:212 -#: sphinx/writers/manpage.py:67 sphinx/writers/texinfo.py:221 -#, python-format -msgid "%B %d, %Y" -msgstr "%d %B, %Y" +#: sphinx/transforms.py:56 sphinx/writers/latex.py:357 +#: sphinx/writers/manpage.py:101 sphinx/writers/texinfo.py:222 +msgid "MMMM dd, YYYY" +msgstr "" #: sphinx/builders/changes.py:75 msgid "Builtins" @@ -71,64 +72,63 @@ msgstr "Vgrajeni deli" msgid "Module level" msgstr "Nivo modula" -#: sphinx/builders/html.py:291 -#, python-format -msgid "%b %d, %Y" -msgstr "%d %b, %Y" +#: sphinx/builders/html.py:295 +msgid "MMM dd, YYYY" +msgstr "" -#: sphinx/builders/html.py:310 sphinx/themes/basic/defindex.html:30 +#: sphinx/builders/html.py:315 sphinx/themes/basic/defindex.html:30 msgid "General Index" msgstr "Splošni abecedni seznam" -#: sphinx/builders/html.py:310 +#: sphinx/builders/html.py:315 msgid "index" msgstr "abecedni seznam" -#: sphinx/builders/html.py:371 +#: sphinx/builders/html.py:376 msgid "next" msgstr "naprej" -#: sphinx/builders/html.py:380 +#: sphinx/builders/html.py:385 msgid "previous" msgstr "nazaj" -#: sphinx/builders/latex.py:144 sphinx/builders/texinfo.py:198 +#: sphinx/builders/latex.py:165 sphinx/builders/texinfo.py:199 msgid " (in " msgstr " (v " -#: sphinx/directives/other.py:150 +#: sphinx/directives/other.py:149 msgid "Section author: " msgstr "Avtor sekcije: " -#: sphinx/directives/other.py:152 +#: sphinx/directives/other.py:151 msgid "Module author: " msgstr "Avtor modula: " -#: sphinx/directives/other.py:154 +#: sphinx/directives/other.py:153 msgid "Code author: " msgstr "" -#: sphinx/directives/other.py:156 +#: sphinx/directives/other.py:155 msgid "Author: " msgstr "Avtor: " -#: sphinx/domains/__init__.py:273 +#: sphinx/domains/__init__.py:275 #, python-format msgid "%s %s" msgstr "" -#: sphinx/domains/c.py:58 sphinx/domains/cpp.py:2408 -#: sphinx/domains/python.py:122 +#: sphinx/domains/c.py:58 sphinx/domains/cpp.py:3605 +#: sphinx/domains/python.py:124 msgid "Parameters" msgstr "Parametri" -#: sphinx/domains/c.py:61 sphinx/domains/cpp.py:2414 -#: sphinx/domains/javascript.py:128 sphinx/domains/python.py:134 +#: sphinx/domains/c.py:61 sphinx/domains/cpp.py:3614 +#: sphinx/domains/javascript.py:128 sphinx/domains/python.py:136 msgid "Returns" msgstr "Vrne" #: sphinx/domains/c.py:63 sphinx/domains/javascript.py:130 -#: sphinx/domains/python.py:136 +#: sphinx/domains/python.py:138 msgid "Return type" msgstr "Vrne tip" @@ -157,12 +157,12 @@ msgstr "%s (C tip)" msgid "%s (C variable)" msgstr "%s (C spremenljivka)" -#: sphinx/domains/c.py:242 sphinx/domains/cpp.py:2680 -#: sphinx/domains/javascript.py:164 sphinx/domains/python.py:587 +#: sphinx/domains/c.py:242 sphinx/domains/cpp.py:3953 +#: sphinx/domains/javascript.py:164 sphinx/domains/python.py:589 msgid "function" msgstr "funkcija" -#: sphinx/domains/c.py:243 sphinx/domains/cpp.py:2681 +#: sphinx/domains/c.py:243 sphinx/domains/cpp.py:3954 msgid "member" msgstr "član" @@ -170,7 +170,7 @@ msgstr "član" msgid "macro" msgstr "" -#: sphinx/domains/c.py:245 sphinx/domains/cpp.py:2682 +#: sphinx/domains/c.py:245 sphinx/domains/cpp.py:3955 msgid "type" msgstr "tip" @@ -178,59 +178,64 @@ msgstr "tip" msgid "variable" msgstr "" -#: sphinx/domains/cpp.py:2411 sphinx/domains/javascript.py:125 +#: sphinx/domains/cpp.py:3608 +#, fuzzy +msgid "Template Parameters" +msgstr "Parametri" + +#: sphinx/domains/cpp.py:3611 sphinx/domains/javascript.py:125 msgid "Throws" msgstr "" -#: sphinx/domains/cpp.py:2518 +#: sphinx/domains/cpp.py:3733 #, python-format msgid "%s (C++ type)" msgstr "%s (C++ tip)" -#: sphinx/domains/cpp.py:2531 +#: sphinx/domains/cpp.py:3744 #, python-format msgid "%s (C++ member)" msgstr "%s (C++ član)" -#: sphinx/domains/cpp.py:2543 +#: sphinx/domains/cpp.py:3755 #, python-format msgid "%s (C++ function)" msgstr "%s (C++ funkcija)" -#: sphinx/domains/cpp.py:2555 +#: sphinx/domains/cpp.py:3766 #, python-format msgid "%s (C++ class)" msgstr "%s (C++ razred)" -#: sphinx/domains/cpp.py:2579 +#: sphinx/domains/cpp.py:3786 #, python-format msgid "%s (C++ enum)" msgstr "" -#: sphinx/domains/cpp.py:2617 +#: sphinx/domains/cpp.py:3816 #, python-format msgid "%s (C++ enumerator)" msgstr "" -#: sphinx/domains/cpp.py:2679 sphinx/domains/javascript.py:165 -#: sphinx/domains/python.py:589 +#: sphinx/domains/cpp.py:3952 sphinx/domains/javascript.py:165 +#: sphinx/domains/python.py:591 msgid "class" msgstr "razred" -#: sphinx/domains/cpp.py:2683 +#: sphinx/domains/cpp.py:3956 msgid "enum" msgstr "" -#: sphinx/domains/cpp.py:2684 +#: sphinx/domains/cpp.py:3957 msgid "enumerator" msgstr "" -#: sphinx/domains/javascript.py:106 sphinx/domains/python.py:280 +#: sphinx/domains/javascript.py:106 sphinx/domains/python.py:282 #, python-format msgid "%s() (built-in function)" msgstr "%s() (vgrajene funkcije)" -#: sphinx/domains/javascript.py:107 sphinx/domains/python.py:344 +#: sphinx/domains/javascript.py:107 sphinx/domains/python.py:346 #, python-format msgid "%s() (%s method)" msgstr "%s() (%s metoda)" @@ -245,7 +250,7 @@ msgstr "%s() (razred)" msgid "%s (global variable or constant)" msgstr "" -#: sphinx/domains/javascript.py:113 sphinx/domains/python.py:382 +#: sphinx/domains/javascript.py:113 sphinx/domains/python.py:384 #, python-format msgid "%s (%s attribute)" msgstr "%s (%s atribut)" @@ -254,116 +259,116 @@ msgstr "%s (%s atribut)" msgid "Arguments" msgstr "" -#: sphinx/domains/javascript.py:166 sphinx/domains/python.py:588 +#: sphinx/domains/javascript.py:166 sphinx/domains/python.py:590 msgid "data" msgstr "" -#: sphinx/domains/javascript.py:167 sphinx/domains/python.py:594 +#: sphinx/domains/javascript.py:167 sphinx/domains/python.py:596 msgid "attribute" msgstr "atribut" -#: sphinx/domains/python.py:127 +#: sphinx/domains/python.py:129 msgid "Variables" msgstr "" -#: sphinx/domains/python.py:131 +#: sphinx/domains/python.py:133 msgid "Raises" msgstr "Sproži izjemo" -#: sphinx/domains/python.py:281 sphinx/domains/python.py:338 -#: sphinx/domains/python.py:350 sphinx/domains/python.py:363 +#: sphinx/domains/python.py:283 sphinx/domains/python.py:340 +#: sphinx/domains/python.py:352 sphinx/domains/python.py:365 #, python-format msgid "%s() (in module %s)" msgstr "%s() (v modulu %s)" -#: sphinx/domains/python.py:284 +#: sphinx/domains/python.py:286 #, python-format msgid "%s (built-in variable)" msgstr "%s (vgrajene spremenljivke)" -#: sphinx/domains/python.py:285 sphinx/domains/python.py:376 +#: sphinx/domains/python.py:287 sphinx/domains/python.py:378 #, python-format msgid "%s (in module %s)" msgstr "%s (v modulu %s)" -#: sphinx/domains/python.py:301 +#: sphinx/domains/python.py:303 #, python-format msgid "%s (built-in class)" msgstr "%s (vgrajen razred)" -#: sphinx/domains/python.py:302 +#: sphinx/domains/python.py:304 #, python-format msgid "%s (class in %s)" msgstr "%s (razred v %s)" -#: sphinx/domains/python.py:342 +#: sphinx/domains/python.py:344 #, python-format msgid "%s() (%s.%s method)" msgstr "%s() (%s.%s metoda)" -#: sphinx/domains/python.py:354 +#: sphinx/domains/python.py:356 #, python-format msgid "%s() (%s.%s static method)" msgstr "%s() (%s.%s statična metoda)" -#: sphinx/domains/python.py:357 +#: sphinx/domains/python.py:359 #, python-format msgid "%s() (%s static method)" msgstr "%s() (%s statična metoda)" -#: sphinx/domains/python.py:367 +#: sphinx/domains/python.py:369 #, python-format msgid "%s() (%s.%s class method)" msgstr "" -#: sphinx/domains/python.py:370 +#: sphinx/domains/python.py:372 #, python-format msgid "%s() (%s class method)" msgstr "" -#: sphinx/domains/python.py:380 +#: sphinx/domains/python.py:382 #, python-format msgid "%s (%s.%s attribute)" msgstr "%s (%s.%s atribut)" -#: sphinx/domains/python.py:461 +#: sphinx/domains/python.py:463 #, python-format msgid "%s (module)" msgstr "%s (modul)" -#: sphinx/domains/python.py:518 +#: sphinx/domains/python.py:520 msgid "Python Module Index" msgstr "" -#: sphinx/domains/python.py:519 +#: sphinx/domains/python.py:521 msgid "modules" msgstr "Moduli" -#: sphinx/domains/python.py:565 +#: sphinx/domains/python.py:567 msgid "Deprecated" msgstr "Zastarelo" -#: sphinx/domains/python.py:590 sphinx/locale/__init__.py:181 +#: sphinx/domains/python.py:592 sphinx/locale/__init__.py:183 msgid "exception" msgstr "izjema" -#: sphinx/domains/python.py:591 +#: sphinx/domains/python.py:593 msgid "method" msgstr "" -#: sphinx/domains/python.py:592 +#: sphinx/domains/python.py:594 msgid "class method" msgstr "" -#: sphinx/domains/python.py:593 +#: sphinx/domains/python.py:595 msgid "static method" msgstr "statična metoda" -#: sphinx/domains/python.py:595 sphinx/locale/__init__.py:177 +#: sphinx/domains/python.py:597 sphinx/locale/__init__.py:179 msgid "module" msgstr "modul" -#: sphinx/domains/python.py:760 +#: sphinx/domains/python.py:762 msgid " (deprecated)" msgstr " (zastarelo)" @@ -395,64 +400,64 @@ msgstr "okoljska spremenljivka; %s" msgid "%scommand line option; %s" msgstr "%scommand line parameter; %s" -#: sphinx/domains/std.py:443 +#: sphinx/domains/std.py:433 msgid "glossary term" msgstr "" -#: sphinx/domains/std.py:444 +#: sphinx/domains/std.py:434 msgid "grammar token" msgstr "" -#: sphinx/domains/std.py:445 +#: sphinx/domains/std.py:435 msgid "reference label" msgstr "" -#: sphinx/domains/std.py:447 +#: sphinx/domains/std.py:437 msgid "environment variable" msgstr "okoljska spremenljivka" -#: sphinx/domains/std.py:448 +#: sphinx/domains/std.py:438 msgid "program option" msgstr "" -#: sphinx/domains/std.py:481 sphinx/themes/basic/genindex-single.html:32 +#: sphinx/domains/std.py:471 sphinx/themes/basic/genindex-single.html:32 #: sphinx/themes/basic/genindex-single.html:57 #: sphinx/themes/basic/genindex-split.html:11 #: sphinx/themes/basic/genindex-split.html:14 #: sphinx/themes/basic/genindex.html:32 sphinx/themes/basic/genindex.html:35 #: sphinx/themes/basic/genindex.html:68 sphinx/themes/basic/layout.html:134 -#: sphinx/writers/latex.py:201 sphinx/writers/texinfo.py:479 +#: sphinx/writers/latex.py:346 sphinx/writers/texinfo.py:481 msgid "Index" msgstr "Abecedni seznam" -#: sphinx/domains/std.py:482 +#: sphinx/domains/std.py:472 msgid "Module Index" msgstr "Seznam modulov" -#: sphinx/domains/std.py:483 sphinx/themes/basic/defindex.html:25 +#: sphinx/domains/std.py:473 sphinx/themes/basic/defindex.html:25 msgid "Search Page" msgstr "Iskalnik" -#: sphinx/ext/autodoc.py:1139 +#: sphinx/ext/autodoc.py:1265 #, python-format msgid " Bases: %s" msgstr " Baza: %s" -#: sphinx/ext/autodoc.py:1181 +#: sphinx/ext/autodoc.py:1318 #, python-format msgid "alias of :class:`%s`" msgstr "vzdevek za :class:`%s`" -#: sphinx/ext/graphviz.py:293 sphinx/ext/graphviz.py:301 +#: sphinx/ext/graphviz.py:307 sphinx/ext/graphviz.py:316 #, python-format msgid "[graph: %s]" msgstr "" -#: sphinx/ext/graphviz.py:295 sphinx/ext/graphviz.py:303 +#: sphinx/ext/graphviz.py:309 sphinx/ext/graphviz.py:318 msgid "[graph]" msgstr "" -#: sphinx/ext/intersphinx.py:257 +#: sphinx/ext/intersphinx.py:359 #, python-format msgid "(in %s v%s)" msgstr "" @@ -461,112 +466,116 @@ msgstr "" msgid "[source]" msgstr "" -#: sphinx/ext/todo.py:43 +#: sphinx/ext/todo.py:56 msgid "Todo" msgstr "Todo" -#: sphinx/ext/todo.py:113 -#, python-format -msgid "(The <> is located in %s, line %d.)" +#: sphinx/ext/todo.py:129 +msgid "<>" msgstr "" -#: sphinx/ext/todo.py:122 +#: sphinx/ext/todo.py:132 +#, python-format +msgid "(The <> is located in %s, line %d.)" +msgstr "" + +#: sphinx/ext/todo.py:141 msgid "original entry" msgstr "" -#: sphinx/ext/viewcode.py:158 +#: sphinx/ext/viewcode.py:162 msgid "[docs]" msgstr "" -#: sphinx/ext/viewcode.py:172 +#: sphinx/ext/viewcode.py:176 msgid "Module code" msgstr "" -#: sphinx/ext/viewcode.py:178 +#: sphinx/ext/viewcode.py:182 #, python-format msgid "

Source code for %s

" msgstr "" -#: sphinx/ext/viewcode.py:204 +#: sphinx/ext/viewcode.py:208 msgid "Overview: module code" msgstr "" -#: sphinx/ext/viewcode.py:205 +#: sphinx/ext/viewcode.py:209 msgid "

All modules for which code is available

" msgstr "" -#: sphinx/locale/__init__.py:157 +#: sphinx/locale/__init__.py:159 msgid "Attention" msgstr "Pozor" -#: sphinx/locale/__init__.py:158 +#: sphinx/locale/__init__.py:160 msgid "Caution" msgstr "Previdno" -#: sphinx/locale/__init__.py:159 +#: sphinx/locale/__init__.py:161 msgid "Danger" msgstr "Nevarno" -#: sphinx/locale/__init__.py:160 +#: sphinx/locale/__init__.py:162 msgid "Error" msgstr "Napaka" -#: sphinx/locale/__init__.py:161 +#: sphinx/locale/__init__.py:163 msgid "Hint" msgstr "Nasvet" -#: sphinx/locale/__init__.py:162 +#: sphinx/locale/__init__.py:164 msgid "Important" msgstr "Pomembno" -#: sphinx/locale/__init__.py:163 +#: sphinx/locale/__init__.py:165 msgid "Note" msgstr "Opomba" -#: sphinx/locale/__init__.py:164 +#: sphinx/locale/__init__.py:166 msgid "See also" msgstr "Poglej Tudi" -#: sphinx/locale/__init__.py:165 +#: sphinx/locale/__init__.py:167 msgid "Tip" msgstr "Nasvet" -#: sphinx/locale/__init__.py:166 +#: sphinx/locale/__init__.py:168 msgid "Warning" msgstr "Opozorilo" -#: sphinx/locale/__init__.py:170 +#: sphinx/locale/__init__.py:172 #, python-format msgid "New in version %s" msgstr "Novo v verziji %s" -#: sphinx/locale/__init__.py:171 +#: sphinx/locale/__init__.py:173 #, python-format msgid "Changed in version %s" msgstr "Spremenjeno v verziji %s" -#: sphinx/locale/__init__.py:172 +#: sphinx/locale/__init__.py:174 #, python-format msgid "Deprecated since version %s" msgstr "Zastarelo od verzije %s" -#: sphinx/locale/__init__.py:178 +#: sphinx/locale/__init__.py:180 msgid "keyword" msgstr "ključna beseda" -#: sphinx/locale/__init__.py:179 +#: sphinx/locale/__init__.py:181 msgid "operator" msgstr "operator" -#: sphinx/locale/__init__.py:180 +#: sphinx/locale/__init__.py:182 msgid "object" msgstr "objekt" -#: sphinx/locale/__init__.py:182 +#: sphinx/locale/__init__.py:184 msgid "statement" msgstr "izjava" -#: sphinx/locale/__init__.py:183 +#: sphinx/locale/__init__.py:185 msgid "built-in function" msgstr "vgrajene funkcije" @@ -694,7 +703,9 @@ msgstr "Zadnjič posodobljeno %(last_updated)s." msgid "" "Created using Sphinx " "%(sphinx_version)s." -msgstr "Narejeno s Sphinx %(sphinx_version)s." +msgstr "" +"Narejeno s Sphinx " +"%(sphinx_version)s." #: sphinx/themes/basic/opensearch.xml:4 #, python-format @@ -721,7 +732,9 @@ msgstr "naslednje poglavje" msgid "" "Please activate JavaScript to enable the search\n" " functionality." -msgstr "Za pravilno delovanje Iskanja morete vklopiti\n JavaScript." +msgstr "" +"Za pravilno delovanje Iskanja morete vklopiti\n" +" JavaScript." #: sphinx/themes/basic/search.html:32 msgid "" @@ -729,25 +742,26 @@ msgid "" " words into the box below and click \"search\". Note that the search\n" " function will automatically search for all of the words. Pages\n" " containing fewer words won't appear in the result list." -msgstr "Tukaj lahko iščete dokumente. Vnesite iskalni\n niz v polje spodaj in pritisnite \"išči\". Sproženo iskanje\n bo iskalo po vseh besedah v iskalnem nizu. Strani, ki ne\n vsebujejo vseh besed ne bodo prikazane na seznamu rezultatov." +msgstr "" +"Tukaj lahko iščete dokumente. Vnesite iskalni\n" +" niz v polje spodaj in pritisnite \"išči\". Sproženo iskanje\n" +" bo iskalo po vseh besedah v iskalnem nizu. Strani, ki ne\n" +" vsebujejo vseh besed ne bodo prikazane na seznamu rezultatov." -#: sphinx/themes/basic/search.html:39 -#: sphinx/themes/basic/searchresults.html:17 +#: sphinx/themes/basic/search.html:39 sphinx/themes/basic/searchresults.html:17 msgid "search" msgstr "išči" -#: sphinx/themes/basic/search.html:43 -#: sphinx/themes/basic/searchresults.html:21 -#: sphinx/themes/basic/static/searchtools.js_t:281 +#: sphinx/themes/basic/search.html:43 sphinx/themes/basic/searchresults.html:21 +#: sphinx/themes/basic/static/searchtools.js_t:282 msgid "Search Results" msgstr "Rezultati Iskanja" -#: sphinx/themes/basic/search.html:45 -#: sphinx/themes/basic/searchresults.html:23 -#: sphinx/themes/basic/static/searchtools.js_t:283 +#: sphinx/themes/basic/search.html:45 sphinx/themes/basic/searchresults.html:23 +#: sphinx/themes/basic/static/searchtools.js_t:284 msgid "" -"Your search did not match any documents. Please make sure that all words are" -" spelled correctly and that you've selected enough categories." +"Your search did not match any documents. Please make sure that all words " +"are spelled correctly and that you've selected enough categories." msgstr "" #: sphinx/themes/basic/searchbox.html:12 @@ -786,33 +800,33 @@ msgstr "C API spremembe" msgid "Other changes" msgstr "Ostale spremembe" -#: sphinx/themes/basic/static/doctools.js:166 sphinx/writers/html.py:610 -#: sphinx/writers/html.py:615 +#: sphinx/themes/basic/static/doctools.js_t:169 sphinx/writers/html.py:668 +#: sphinx/writers/html.py:673 msgid "Permalink to this headline" msgstr "Povezava na naslov" -#: sphinx/themes/basic/static/doctools.js:172 sphinx/writers/html.py:107 +#: sphinx/themes/basic/static/doctools.js_t:175 sphinx/writers/html.py:105 msgid "Permalink to this definition" msgstr "Povezava na to definicijo" -#: sphinx/themes/basic/static/doctools.js:205 +#: sphinx/themes/basic/static/doctools.js_t:208 msgid "Hide Search Matches" msgstr "Skrij resultate iskanja" -#: sphinx/themes/basic/static/searchtools.js_t:119 +#: sphinx/themes/basic/static/searchtools.js_t:121 msgid "Searching" msgstr "" -#: sphinx/themes/basic/static/searchtools.js_t:124 +#: sphinx/themes/basic/static/searchtools.js_t:126 msgid "Preparing search..." msgstr "" -#: sphinx/themes/basic/static/searchtools.js_t:285 +#: sphinx/themes/basic/static/searchtools.js_t:286 #, python-format msgid "Search finished, found %s page(s) matching the search query." msgstr "" -#: sphinx/themes/basic/static/searchtools.js_t:337 +#: sphinx/themes/basic/static/searchtools.js_t:338 msgid ", in " msgstr "" @@ -829,44 +843,59 @@ msgstr "" msgid "Contents" msgstr "" -#: sphinx/writers/html.py:334 +#: sphinx/writers/html.py:349 msgid "Permalink to this code" msgstr "" -#: sphinx/writers/html.py:337 +#: sphinx/writers/html.py:353 msgid "Permalink to this image" msgstr "" -#: sphinx/writers/html.py:339 +#: sphinx/writers/html.py:355 msgid "Permalink to this toctree" msgstr "" -#: sphinx/writers/html.py:619 +#: sphinx/writers/html.py:677 msgid "Permalink to this table" msgstr "" -#: sphinx/writers/latex.py:199 +#: sphinx/writers/latex.py:344 msgid "Release" msgstr "Izdaja" -#: sphinx/writers/latex.py:697 sphinx/writers/manpage.py:177 -#: sphinx/writers/texinfo.py:616 +#: sphinx/writers/latex.py:408 +#, fuzzy +msgid "page" +msgstr "Nevarno" + +#: sphinx/writers/latex.py:908 sphinx/writers/manpage.py:226 +#: sphinx/writers/texinfo.py:620 msgid "Footnotes" msgstr "Opombe" -#: sphinx/writers/latex.py:785 +#: sphinx/writers/latex.py:1010 msgid "continued from previous page" msgstr "nadaljevanje iz prejšnje strani" -#: sphinx/writers/latex.py:791 +#: sphinx/writers/latex.py:1016 msgid "Continued on next page" msgstr "Nadaljevanje na naslednji strani" -#: sphinx/writers/manpage.py:223 sphinx/writers/text.py:541 +#: sphinx/writers/manpage.py:275 sphinx/writers/text.py:582 #, python-format msgid "[image: %s]" msgstr "" -#: sphinx/writers/manpage.py:224 sphinx/writers/text.py:542 +#: sphinx/writers/manpage.py:276 sphinx/writers/text.py:583 msgid "[image]" msgstr "[slika]" + +#~ msgid "%B %d, %Y" +#~ msgstr "%d %B, %Y" + +#~ msgid "%b %d, %Y" +#~ msgstr "%d %b, %Y" + +#~ msgid "(The <> is located in %s, line %d.)" +#~ msgstr "" + diff --git a/sphinx/locale/sphinx.pot b/sphinx/locale/sphinx.pot index e81972372..ae60f6c23 100644 --- a/sphinx/locale/sphinx.pot +++ b/sphinx/locale/sphinx.pot @@ -1,53 +1,53 @@ # Translations template for Sphinx. -# Copyright (C) 2015 ORGANIZATION +# Copyright (C) 2016 ORGANIZATION # This file is distributed under the same license as the Sphinx project. -# FIRST AUTHOR , 2015. +# FIRST AUTHOR , 2016. # #, fuzzy msgid "" msgstr "" -"Project-Id-Version: Sphinx 1.3\n" +"Project-Id-Version: Sphinx 1.4a1\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2015-03-08 23:31+0900\n" +"POT-Creation-Date: 2016-02-14 22:15+0900\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 1.3\n" +"Generated-By: Babel 2.2.0\n" -#: sphinx/config.py:80 +#: sphinx/config.py:84 #, python-format msgid "Fig. %s" msgstr "" -#: sphinx/config.py:81 +#: sphinx/config.py:85 #, python-format msgid "Table %s" msgstr "" -#: sphinx/config.py:82 +#: sphinx/config.py:86 #, python-format msgid "Listing %s" msgstr "" -#: sphinx/config.py:89 +#: sphinx/config.py:93 #, python-format msgid "%s %s documentation" msgstr "" -#: sphinx/environment.py:1880 +#: sphinx/environment.py:1815 #, python-format msgid "see %s" msgstr "" -#: sphinx/environment.py:1883 +#: sphinx/environment.py:1819 #, python-format msgid "see also %s" msgstr "" -#: sphinx/environment.py:1941 +#: sphinx/environment.py:1879 msgid "Symbols" msgstr "" @@ -56,10 +56,9 @@ msgstr "" msgid "Python Enhancement Proposals; PEP %s" msgstr "" -#: sphinx/transforms.py:58 sphinx/writers/latex.py:212 -#: sphinx/writers/manpage.py:67 sphinx/writers/texinfo.py:221 -#, python-format -msgid "%B %d, %Y" +#: sphinx/transforms.py:56 sphinx/writers/latex.py:357 +#: sphinx/writers/manpage.py:101 sphinx/writers/texinfo.py:222 +msgid "MMMM dd, YYYY" msgstr "" #: sphinx/builders/changes.py:75 @@ -70,64 +69,63 @@ msgstr "" msgid "Module level" msgstr "" -#: sphinx/builders/html.py:291 -#, python-format -msgid "%b %d, %Y" +#: sphinx/builders/html.py:295 +msgid "MMM dd, YYYY" msgstr "" -#: sphinx/builders/html.py:310 sphinx/themes/basic/defindex.html:30 +#: sphinx/builders/html.py:315 sphinx/themes/basic/defindex.html:30 msgid "General Index" msgstr "" -#: sphinx/builders/html.py:310 +#: sphinx/builders/html.py:315 msgid "index" msgstr "" -#: sphinx/builders/html.py:371 +#: sphinx/builders/html.py:376 msgid "next" msgstr "" -#: sphinx/builders/html.py:380 +#: sphinx/builders/html.py:385 msgid "previous" msgstr "" -#: sphinx/builders/latex.py:144 sphinx/builders/texinfo.py:198 +#: sphinx/builders/latex.py:165 sphinx/builders/texinfo.py:199 msgid " (in " msgstr "" -#: sphinx/directives/other.py:150 +#: sphinx/directives/other.py:149 msgid "Section author: " msgstr "" -#: sphinx/directives/other.py:152 +#: sphinx/directives/other.py:151 msgid "Module author: " msgstr "" -#: sphinx/directives/other.py:154 +#: sphinx/directives/other.py:153 msgid "Code author: " msgstr "" -#: sphinx/directives/other.py:156 +#: sphinx/directives/other.py:155 msgid "Author: " msgstr "" -#: sphinx/domains/__init__.py:273 +#: sphinx/domains/__init__.py:275 #, python-format msgid "%s %s" msgstr "" -#: sphinx/domains/c.py:58 sphinx/domains/cpp.py:2408 -#: sphinx/domains/python.py:122 +#: sphinx/domains/c.py:58 sphinx/domains/cpp.py:3605 +#: sphinx/domains/python.py:124 msgid "Parameters" msgstr "" -#: sphinx/domains/c.py:61 sphinx/domains/cpp.py:2414 -#: sphinx/domains/javascript.py:128 sphinx/domains/python.py:134 +#: sphinx/domains/c.py:61 sphinx/domains/cpp.py:3614 +#: sphinx/domains/javascript.py:128 sphinx/domains/python.py:136 msgid "Returns" msgstr "" #: sphinx/domains/c.py:63 sphinx/domains/javascript.py:130 -#: sphinx/domains/python.py:136 +#: sphinx/domains/python.py:138 msgid "Return type" msgstr "" @@ -156,12 +154,12 @@ msgstr "" msgid "%s (C variable)" msgstr "" -#: sphinx/domains/c.py:242 sphinx/domains/cpp.py:2680 -#: sphinx/domains/javascript.py:164 sphinx/domains/python.py:587 +#: sphinx/domains/c.py:242 sphinx/domains/cpp.py:3953 +#: sphinx/domains/javascript.py:164 sphinx/domains/python.py:589 msgid "function" msgstr "" -#: sphinx/domains/c.py:243 sphinx/domains/cpp.py:2681 +#: sphinx/domains/c.py:243 sphinx/domains/cpp.py:3954 msgid "member" msgstr "" @@ -169,7 +167,7 @@ msgstr "" msgid "macro" msgstr "" -#: sphinx/domains/c.py:245 sphinx/domains/cpp.py:2682 +#: sphinx/domains/c.py:245 sphinx/domains/cpp.py:3955 msgid "type" msgstr "" @@ -177,59 +175,63 @@ msgstr "" msgid "variable" msgstr "" -#: sphinx/domains/cpp.py:2411 sphinx/domains/javascript.py:125 +#: sphinx/domains/cpp.py:3608 +msgid "Template Parameters" +msgstr "" + +#: sphinx/domains/cpp.py:3611 sphinx/domains/javascript.py:125 msgid "Throws" msgstr "" -#: sphinx/domains/cpp.py:2518 +#: sphinx/domains/cpp.py:3733 #, python-format msgid "%s (C++ type)" msgstr "" -#: sphinx/domains/cpp.py:2531 +#: sphinx/domains/cpp.py:3744 #, python-format msgid "%s (C++ member)" msgstr "" -#: sphinx/domains/cpp.py:2543 +#: sphinx/domains/cpp.py:3755 #, python-format msgid "%s (C++ function)" msgstr "" -#: sphinx/domains/cpp.py:2555 +#: sphinx/domains/cpp.py:3766 #, python-format msgid "%s (C++ class)" msgstr "" -#: sphinx/domains/cpp.py:2579 +#: sphinx/domains/cpp.py:3786 #, python-format msgid "%s (C++ enum)" msgstr "" -#: sphinx/domains/cpp.py:2617 +#: sphinx/domains/cpp.py:3816 #, python-format msgid "%s (C++ enumerator)" msgstr "" -#: sphinx/domains/cpp.py:2679 sphinx/domains/javascript.py:165 -#: sphinx/domains/python.py:589 +#: sphinx/domains/cpp.py:3952 sphinx/domains/javascript.py:165 +#: sphinx/domains/python.py:591 msgid "class" msgstr "" -#: sphinx/domains/cpp.py:2683 +#: sphinx/domains/cpp.py:3956 msgid "enum" msgstr "" -#: sphinx/domains/cpp.py:2684 +#: sphinx/domains/cpp.py:3957 msgid "enumerator" msgstr "" -#: sphinx/domains/javascript.py:106 sphinx/domains/python.py:280 +#: sphinx/domains/javascript.py:106 sphinx/domains/python.py:282 #, python-format msgid "%s() (built-in function)" msgstr "" -#: sphinx/domains/javascript.py:107 sphinx/domains/python.py:344 +#: sphinx/domains/javascript.py:107 sphinx/domains/python.py:346 #, python-format msgid "%s() (%s method)" msgstr "" @@ -244,7 +246,7 @@ msgstr "" msgid "%s (global variable or constant)" msgstr "" -#: sphinx/domains/javascript.py:113 sphinx/domains/python.py:382 +#: sphinx/domains/javascript.py:113 sphinx/domains/python.py:384 #, python-format msgid "%s (%s attribute)" msgstr "" @@ -253,116 +255,116 @@ msgstr "" msgid "Arguments" msgstr "" -#: sphinx/domains/javascript.py:166 sphinx/domains/python.py:588 +#: sphinx/domains/javascript.py:166 sphinx/domains/python.py:590 msgid "data" msgstr "" -#: sphinx/domains/javascript.py:167 sphinx/domains/python.py:594 +#: sphinx/domains/javascript.py:167 sphinx/domains/python.py:596 msgid "attribute" msgstr "" -#: sphinx/domains/python.py:127 +#: sphinx/domains/python.py:129 msgid "Variables" msgstr "" -#: sphinx/domains/python.py:131 +#: sphinx/domains/python.py:133 msgid "Raises" msgstr "" -#: sphinx/domains/python.py:281 sphinx/domains/python.py:338 -#: sphinx/domains/python.py:350 sphinx/domains/python.py:363 +#: sphinx/domains/python.py:283 sphinx/domains/python.py:340 +#: sphinx/domains/python.py:352 sphinx/domains/python.py:365 #, python-format msgid "%s() (in module %s)" msgstr "" -#: sphinx/domains/python.py:284 +#: sphinx/domains/python.py:286 #, python-format msgid "%s (built-in variable)" msgstr "" -#: sphinx/domains/python.py:285 sphinx/domains/python.py:376 +#: sphinx/domains/python.py:287 sphinx/domains/python.py:378 #, python-format msgid "%s (in module %s)" msgstr "" -#: sphinx/domains/python.py:301 +#: sphinx/domains/python.py:303 #, python-format msgid "%s (built-in class)" msgstr "" -#: sphinx/domains/python.py:302 +#: sphinx/domains/python.py:304 #, python-format msgid "%s (class in %s)" msgstr "" -#: sphinx/domains/python.py:342 +#: sphinx/domains/python.py:344 #, python-format msgid "%s() (%s.%s method)" msgstr "" -#: sphinx/domains/python.py:354 +#: sphinx/domains/python.py:356 #, python-format msgid "%s() (%s.%s static method)" msgstr "" -#: sphinx/domains/python.py:357 +#: sphinx/domains/python.py:359 #, python-format msgid "%s() (%s static method)" msgstr "" -#: sphinx/domains/python.py:367 +#: sphinx/domains/python.py:369 #, python-format msgid "%s() (%s.%s class method)" msgstr "" -#: sphinx/domains/python.py:370 +#: sphinx/domains/python.py:372 #, python-format msgid "%s() (%s class method)" msgstr "" -#: sphinx/domains/python.py:380 +#: sphinx/domains/python.py:382 #, python-format msgid "%s (%s.%s attribute)" msgstr "" -#: sphinx/domains/python.py:461 +#: sphinx/domains/python.py:463 #, python-format msgid "%s (module)" msgstr "" -#: sphinx/domains/python.py:518 +#: sphinx/domains/python.py:520 msgid "Python Module Index" msgstr "" -#: sphinx/domains/python.py:519 +#: sphinx/domains/python.py:521 msgid "modules" msgstr "" -#: sphinx/domains/python.py:565 +#: sphinx/domains/python.py:567 msgid "Deprecated" msgstr "" -#: sphinx/domains/python.py:590 sphinx/locale/__init__.py:181 +#: sphinx/domains/python.py:592 sphinx/locale/__init__.py:183 msgid "exception" msgstr "" -#: sphinx/domains/python.py:591 +#: sphinx/domains/python.py:593 msgid "method" msgstr "" -#: sphinx/domains/python.py:592 +#: sphinx/domains/python.py:594 msgid "class method" msgstr "" -#: sphinx/domains/python.py:593 +#: sphinx/domains/python.py:595 msgid "static method" msgstr "" -#: sphinx/domains/python.py:595 sphinx/locale/__init__.py:177 +#: sphinx/domains/python.py:597 sphinx/locale/__init__.py:179 msgid "module" msgstr "" -#: sphinx/domains/python.py:760 +#: sphinx/domains/python.py:762 msgid " (deprecated)" msgstr "" @@ -394,64 +396,64 @@ msgstr "" msgid "%scommand line option; %s" msgstr "" -#: sphinx/domains/std.py:443 +#: sphinx/domains/std.py:433 msgid "glossary term" msgstr "" -#: sphinx/domains/std.py:444 +#: sphinx/domains/std.py:434 msgid "grammar token" msgstr "" -#: sphinx/domains/std.py:445 +#: sphinx/domains/std.py:435 msgid "reference label" msgstr "" -#: sphinx/domains/std.py:447 +#: sphinx/domains/std.py:437 msgid "environment variable" msgstr "" -#: sphinx/domains/std.py:448 +#: sphinx/domains/std.py:438 msgid "program option" msgstr "" -#: sphinx/domains/std.py:481 sphinx/themes/basic/genindex-single.html:32 +#: sphinx/domains/std.py:471 sphinx/themes/basic/genindex-single.html:32 #: sphinx/themes/basic/genindex-single.html:57 #: sphinx/themes/basic/genindex-split.html:11 #: sphinx/themes/basic/genindex-split.html:14 #: sphinx/themes/basic/genindex.html:32 sphinx/themes/basic/genindex.html:35 #: sphinx/themes/basic/genindex.html:68 sphinx/themes/basic/layout.html:134 -#: sphinx/writers/latex.py:201 sphinx/writers/texinfo.py:479 +#: sphinx/writers/latex.py:346 sphinx/writers/texinfo.py:481 msgid "Index" msgstr "" -#: sphinx/domains/std.py:482 +#: sphinx/domains/std.py:472 msgid "Module Index" msgstr "" -#: sphinx/domains/std.py:483 sphinx/themes/basic/defindex.html:25 +#: sphinx/domains/std.py:473 sphinx/themes/basic/defindex.html:25 msgid "Search Page" msgstr "" -#: sphinx/ext/autodoc.py:1139 +#: sphinx/ext/autodoc.py:1265 #, python-format msgid " Bases: %s" msgstr "" -#: sphinx/ext/autodoc.py:1181 +#: sphinx/ext/autodoc.py:1318 #, python-format msgid "alias of :class:`%s`" msgstr "" -#: sphinx/ext/graphviz.py:293 sphinx/ext/graphviz.py:301 +#: sphinx/ext/graphviz.py:307 sphinx/ext/graphviz.py:316 #, python-format msgid "[graph: %s]" msgstr "" -#: sphinx/ext/graphviz.py:295 sphinx/ext/graphviz.py:303 +#: sphinx/ext/graphviz.py:309 sphinx/ext/graphviz.py:318 msgid "[graph]" msgstr "" -#: sphinx/ext/intersphinx.py:257 +#: sphinx/ext/intersphinx.py:359 #, python-format msgid "(in %s v%s)" msgstr "" @@ -460,112 +462,116 @@ msgstr "" msgid "[source]" msgstr "" -#: sphinx/ext/todo.py:43 +#: sphinx/ext/todo.py:56 msgid "Todo" msgstr "" -#: sphinx/ext/todo.py:113 -#, python-format -msgid "(The <> is located in %s, line %d.)" +#: sphinx/ext/todo.py:129 +msgid "<>" msgstr "" -#: sphinx/ext/todo.py:122 +#: sphinx/ext/todo.py:132 +#, python-format +msgid "(The <> is located in %s, line %d.)" +msgstr "" + +#: sphinx/ext/todo.py:141 msgid "original entry" msgstr "" -#: sphinx/ext/viewcode.py:158 +#: sphinx/ext/viewcode.py:162 msgid "[docs]" msgstr "" -#: sphinx/ext/viewcode.py:172 +#: sphinx/ext/viewcode.py:176 msgid "Module code" msgstr "" -#: sphinx/ext/viewcode.py:178 +#: sphinx/ext/viewcode.py:182 #, python-format msgid "

Source code for %s

" msgstr "" -#: sphinx/ext/viewcode.py:204 +#: sphinx/ext/viewcode.py:208 msgid "Overview: module code" msgstr "" -#: sphinx/ext/viewcode.py:205 +#: sphinx/ext/viewcode.py:209 msgid "

All modules for which code is available

" msgstr "" -#: sphinx/locale/__init__.py:157 +#: sphinx/locale/__init__.py:159 msgid "Attention" msgstr "" -#: sphinx/locale/__init__.py:158 +#: sphinx/locale/__init__.py:160 msgid "Caution" msgstr "" -#: sphinx/locale/__init__.py:159 +#: sphinx/locale/__init__.py:161 msgid "Danger" msgstr "" -#: sphinx/locale/__init__.py:160 +#: sphinx/locale/__init__.py:162 msgid "Error" msgstr "" -#: sphinx/locale/__init__.py:161 +#: sphinx/locale/__init__.py:163 msgid "Hint" msgstr "" -#: sphinx/locale/__init__.py:162 +#: sphinx/locale/__init__.py:164 msgid "Important" msgstr "" -#: sphinx/locale/__init__.py:163 +#: sphinx/locale/__init__.py:165 msgid "Note" msgstr "" -#: sphinx/locale/__init__.py:164 +#: sphinx/locale/__init__.py:166 msgid "See also" msgstr "" -#: sphinx/locale/__init__.py:165 +#: sphinx/locale/__init__.py:167 msgid "Tip" msgstr "" -#: sphinx/locale/__init__.py:166 +#: sphinx/locale/__init__.py:168 msgid "Warning" msgstr "" -#: sphinx/locale/__init__.py:170 -#, python-format -msgid "New in version %s" -msgstr "" - -#: sphinx/locale/__init__.py:171 -#, python-format -msgid "Changed in version %s" -msgstr "" - #: sphinx/locale/__init__.py:172 #, python-format +msgid "New in version %s" +msgstr "" + +#: sphinx/locale/__init__.py:173 +#, python-format +msgid "Changed in version %s" +msgstr "" + +#: sphinx/locale/__init__.py:174 +#, python-format msgid "Deprecated since version %s" msgstr "" -#: sphinx/locale/__init__.py:178 +#: sphinx/locale/__init__.py:180 msgid "keyword" msgstr "" -#: sphinx/locale/__init__.py:179 +#: sphinx/locale/__init__.py:181 msgid "operator" msgstr "" -#: sphinx/locale/__init__.py:180 +#: sphinx/locale/__init__.py:182 msgid "object" msgstr "" -#: sphinx/locale/__init__.py:182 +#: sphinx/locale/__init__.py:184 msgid "statement" msgstr "" -#: sphinx/locale/__init__.py:183 +#: sphinx/locale/__init__.py:185 msgid "built-in function" msgstr "" @@ -735,12 +741,12 @@ msgid "search" msgstr "" #: sphinx/themes/basic/search.html:43 sphinx/themes/basic/searchresults.html:21 -#: sphinx/themes/basic/static/searchtools.js_t:281 +#: sphinx/themes/basic/static/searchtools.js_t:282 msgid "Search Results" msgstr "" #: sphinx/themes/basic/search.html:45 sphinx/themes/basic/searchresults.html:23 -#: sphinx/themes/basic/static/searchtools.js_t:283 +#: sphinx/themes/basic/static/searchtools.js_t:284 msgid "" "Your search did not match any documents. Please make sure that all words " "are spelled correctly and that you've selected enough categories." @@ -782,33 +788,33 @@ msgstr "" msgid "Other changes" msgstr "" -#: sphinx/themes/basic/static/doctools.js:166 sphinx/writers/html.py:610 -#: sphinx/writers/html.py:615 +#: sphinx/themes/basic/static/doctools.js_t:169 sphinx/writers/html.py:668 +#: sphinx/writers/html.py:673 msgid "Permalink to this headline" msgstr "" -#: sphinx/themes/basic/static/doctools.js:172 sphinx/writers/html.py:107 +#: sphinx/themes/basic/static/doctools.js_t:175 sphinx/writers/html.py:105 msgid "Permalink to this definition" msgstr "" -#: sphinx/themes/basic/static/doctools.js:205 +#: sphinx/themes/basic/static/doctools.js_t:208 msgid "Hide Search Matches" msgstr "" -#: sphinx/themes/basic/static/searchtools.js_t:119 +#: sphinx/themes/basic/static/searchtools.js_t:121 msgid "Searching" msgstr "" -#: sphinx/themes/basic/static/searchtools.js_t:124 +#: sphinx/themes/basic/static/searchtools.js_t:126 msgid "Preparing search..." msgstr "" -#: sphinx/themes/basic/static/searchtools.js_t:285 +#: sphinx/themes/basic/static/searchtools.js_t:286 #, python-format msgid "Search finished, found %s page(s) matching the search query." msgstr "" -#: sphinx/themes/basic/static/searchtools.js_t:337 +#: sphinx/themes/basic/static/searchtools.js_t:338 msgid ", in " msgstr "" @@ -825,45 +831,49 @@ msgstr "" msgid "Contents" msgstr "" -#: sphinx/writers/html.py:334 +#: sphinx/writers/html.py:349 msgid "Permalink to this code" msgstr "" -#: sphinx/writers/html.py:337 +#: sphinx/writers/html.py:353 msgid "Permalink to this image" msgstr "" -#: sphinx/writers/html.py:339 +#: sphinx/writers/html.py:355 msgid "Permalink to this toctree" msgstr "" -#: sphinx/writers/html.py:619 +#: sphinx/writers/html.py:677 msgid "Permalink to this table" msgstr "" -#: sphinx/writers/latex.py:199 +#: sphinx/writers/latex.py:344 msgid "Release" msgstr "" -#: sphinx/writers/latex.py:697 sphinx/writers/manpage.py:177 -#: sphinx/writers/texinfo.py:616 +#: sphinx/writers/latex.py:408 +msgid "page" +msgstr "" + +#: sphinx/writers/latex.py:908 sphinx/writers/manpage.py:226 +#: sphinx/writers/texinfo.py:620 msgid "Footnotes" msgstr "" -#: sphinx/writers/latex.py:785 +#: sphinx/writers/latex.py:1010 msgid "continued from previous page" msgstr "" -#: sphinx/writers/latex.py:791 +#: sphinx/writers/latex.py:1016 msgid "Continued on next page" msgstr "" -#: sphinx/writers/manpage.py:223 sphinx/writers/text.py:541 +#: sphinx/writers/manpage.py:275 sphinx/writers/text.py:582 #, python-format msgid "[image: %s]" msgstr "" -#: sphinx/writers/manpage.py:224 sphinx/writers/text.py:542 +#: sphinx/writers/manpage.py:276 sphinx/writers/text.py:583 msgid "[image]" msgstr "" diff --git a/sphinx/locale/sv/LC_MESSAGES/sphinx.js b/sphinx/locale/sv/LC_MESSAGES/sphinx.js index 460f08062..8fefd8f3e 100644 --- a/sphinx/locale/sv/LC_MESSAGES/sphinx.js +++ b/sphinx/locale/sv/LC_MESSAGES/sphinx.js @@ -1 +1 @@ -Documentation.addTranslations({"locale": "sv", "plural_expr": "(n != 1)", "messages": {"Next topic": "N\u00e4sta titel", "Index": "Index", "%(filename)s — %(docstitle)s": "%(filename)s — %(docstitle)s", "Welcome! This is": "", "Copyright": "Copyright", "C API changes": "F\u00f6r\u00e4ndringar i C-API", "quick access to all modules": "genv\u00e4g till alla moduler", "© Copyright %(copyright)s.": "© Copyright %(copyright)s.", "Global Module Index": "Global Modulindex", "Your search did not match any documents. Please make sure that all words are spelled correctly and that you've selected enough categories.": "", "Index – %(key)s": "Index – %(key)s", "General Index": "Huvudindex", "next chapter": "N\u00e4sta kapitel", "Search finished, found %s page(s) matching the search query.": "", "previous chapter": "F\u00f6reg\u00e5ende kapitel", "Permalink to this headline": "Permalink till denna rubrik", "About these documents": "Om dessa dokument", "Preparing search...": "", ", in ": "", "Navigation": "Navigation", "Expand sidebar": "Expandera sidolist", "the documentation for": "", "Complete Table of Contents": "Komplett Inneh\u00e5llsf\u00f6rteckning", "Contents": "Inneh\u00e5ll", "can be huge": "kan bli stort", "Changes in Version %(version)s — %(docstitle)s": "F\u00f6r\u00e4ndringar i Version %(version)s — %(docstitle)s", "Other changes": "\u00d6vriga f\u00f6r\u00e4ndringar", "Hide Search Matches": "D\u00f6lj S\u00f6kresultat", "Quick search": "Snabbs\u00f6k", "Show Source": "Visa k\u00e4llfil", "Search": "S\u00f6k", "This Page": "Denna Sida", "From here you can search these documents. Enter your search\n words into the box below and click \"search\". Note that the search\n function will automatically search for all of the words. Pages\n containing fewer words won't appear in the result list.": "H\u00e4r kan du s\u00f6ka bland dessa dokument. Ange s\u00f6kord nedan och klicka \"s\u00f6k\".\n S\u00f6kningen m\u00e5ste tr\u00e4ffa p\u00e5 samtliga angivna s\u00f6kord.", "Created using Sphinx %(sphinx_version)s.": "Skapad med Sphinx %(sphinx_version)s.", "last updated": "", "Collapse sidebar": "D\u00f6lj sidolist", "Go": "G\u00e5", "Table Of Contents": "Inneh\u00e5llsf\u00f6rteckning", "Search within %(docstitle)s": "S\u00f6k bland %(docstitle)s", "all functions, classes, terms": "alla funktioner, klasser, villkor", "Please activate JavaScript to enable the search\n functionality.": "Var god aktivera JavaScript f\u00f6r s\u00f6kfunktionalitet.", "Indices and tables:": "Index och tabeller", "lists all sections and subsections": "lista \u00f6ver alla paragrafer och underparagrafer", "Index pages by letter": "Inneh\u00e5llsf\u00f6rteckning per inledande bokstav", "search": "s\u00f6k", "Permalink to this definition": "Permalink till denna definition", "Previous topic": "F\u00f6reg\u00e5ende titel", "Overview": "\u00d6versikt", "Last updated on %(last_updated)s.": "Senast uppdaterad %(last_updated)s.", "Searching": "", "search this documentation": "s\u00f6k i det h\u00e4r dokumentet", "Automatically generated list of changes in version %(version)s": "Automatiskt genererad lista \u00f6ver f\u00f6r\u00e4ndringar i version %(version)s", "Full index on one page": "Hela inneh\u00e5llsf\u00f6rteckningen p\u00e5 en sida", "Enter search terms or a module, class or function name.": "Ange s\u00f6kord eller modul-, klass- eller funktionsnamn.", "© Copyright %(copyright)s.": "© Copyright %(copyright)s.", "Library changes": "F\u00f6r\u00e4ndringar i bibliotek", "Search Page": "S\u00f6ksida", "Search Results": "S\u00f6kresultat"}}); \ No newline at end of file +Documentation.addTranslations({"locale": "sv", "messages": {"%(filename)s — %(docstitle)s": "%(filename)s — %(docstitle)s", "© Copyright %(copyright)s.": "© Copyright %(copyright)s.", "© Copyright %(copyright)s.": "© Copyright %(copyright)s.", ", in ": "", "About these documents": "Om dessa dokument", "Automatically generated list of changes in version %(version)s": "Automatiskt genererad lista \u00f6ver f\u00f6r\u00e4ndringar i version %(version)s", "C API changes": "F\u00f6r\u00e4ndringar i C-API", "Changes in Version %(version)s — %(docstitle)s": "F\u00f6r\u00e4ndringar i Version %(version)s — %(docstitle)s", "Collapse sidebar": "D\u00f6lj sidolist", "Complete Table of Contents": "Komplett Inneh\u00e5llsf\u00f6rteckning", "Contents": "Inneh\u00e5ll", "Copyright": "Copyright", "Created using Sphinx %(sphinx_version)s.": "Skapad med Sphinx %(sphinx_version)s.", "Enter search terms or a module, class or function name.": "Ange s\u00f6kord eller modul-, klass- eller funktionsnamn.", "Expand sidebar": "Expandera sidolist", "From here you can search these documents. Enter your search\n words into the box below and click \"search\". Note that the search\n function will automatically search for all of the words. Pages\n containing fewer words won't appear in the result list.": "H\u00e4r kan du s\u00f6ka bland dessa dokument. Ange s\u00f6kord nedan och klicka \"s\u00f6k\".\n S\u00f6kningen m\u00e5ste tr\u00e4ffa p\u00e5 samtliga angivna s\u00f6kord.", "Full index on one page": "Hela inneh\u00e5llsf\u00f6rteckningen p\u00e5 en sida", "General Index": "Huvudindex", "Global Module Index": "Global Modulindex", "Go": "G\u00e5", "Hide Search Matches": "D\u00f6lj S\u00f6kresultat", "Index": "Index", "Index – %(key)s": "Index – %(key)s", "Index pages by letter": "Inneh\u00e5llsf\u00f6rteckning per inledande bokstav", "Indices and tables:": "Index och tabeller", "Last updated on %(last_updated)s.": "Senast uppdaterad %(last_updated)s.", "Library changes": "F\u00f6r\u00e4ndringar i bibliotek", "Navigation": "Navigation", "Next topic": "N\u00e4sta titel", "Other changes": "\u00d6vriga f\u00f6r\u00e4ndringar", "Overview": "\u00d6versikt", "Permalink to this definition": "Permalink till denna definition", "Permalink to this headline": "Permalink till denna rubrik", "Please activate JavaScript to enable the search\n functionality.": "Var god aktivera JavaScript f\u00f6r s\u00f6kfunktionalitet.", "Preparing search...": "", "Previous topic": "F\u00f6reg\u00e5ende titel", "Quick search": "Snabbs\u00f6k", "Search": "S\u00f6k", "Search Page": "S\u00f6ksida", "Search Results": "S\u00f6kresultat", "Search finished, found %s page(s) matching the search query.": "", "Search within %(docstitle)s": "S\u00f6k bland %(docstitle)s", "Searching": "", "Show Source": "Visa k\u00e4llfil", "Table Of Contents": "Inneh\u00e5llsf\u00f6rteckning", "This Page": "Denna Sida", "Welcome! This is": "", "Your search did not match any documents. Please make sure that all words are spelled correctly and that you've selected enough categories.": "", "all functions, classes, terms": "alla funktioner, klasser, villkor", "can be huge": "kan bli stort", "last updated": "", "lists all sections and subsections": "lista \u00f6ver alla paragrafer och underparagrafer", "next chapter": "N\u00e4sta kapitel", "previous chapter": "F\u00f6reg\u00e5ende kapitel", "quick access to all modules": "genv\u00e4g till alla moduler", "search": "s\u00f6k", "search this documentation": "s\u00f6k i det h\u00e4r dokumentet", "the documentation for": ""}, "plural_expr": "(n != 1)"}); \ No newline at end of file diff --git a/sphinx/locale/sv/LC_MESSAGES/sphinx.mo b/sphinx/locale/sv/LC_MESSAGES/sphinx.mo index 0089de08d..2b958d631 100644 Binary files a/sphinx/locale/sv/LC_MESSAGES/sphinx.mo and b/sphinx/locale/sv/LC_MESSAGES/sphinx.mo differ diff --git a/sphinx/locale/sv/LC_MESSAGES/sphinx.po b/sphinx/locale/sv/LC_MESSAGES/sphinx.po index 46ffe51d5..663914873 100644 --- a/sphinx/locale/sv/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/sv/LC_MESSAGES/sphinx.po @@ -1,54 +1,55 @@ -# Translations template for Sphinx. -# Copyright (C) 2015 ORGANIZATION +# Swedish translations for Sphinx. +# Copyright (C) 2016 ORGANIZATION # This file is distributed under the same license as the Sphinx project. -# -# Translators: +# FIRST AUTHOR , 2016. +# msgid "" msgstr "" -"Project-Id-Version: Sphinx\n" +"Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2015-03-08 23:31+0900\n" +"POT-Creation-Date: 2016-02-14 22:15+0900\n" "PO-Revision-Date: 2015-03-08 14:35+0000\n" "Last-Translator: Takayuki Shimizukawa \n" -"Language-Team: Swedish (http://www.transifex.com/projects/p/sphinx-1/language/sv/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 1.3\n" "Language: sv\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"Language-Team: Swedish " +"(http://www.transifex.com/projects/p/sphinx-1/language/sv/)\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.2.0\n" -#: sphinx/config.py:80 +#: sphinx/config.py:84 #, python-format msgid "Fig. %s" msgstr "" -#: sphinx/config.py:81 +#: sphinx/config.py:85 #, python-format msgid "Table %s" msgstr "" -#: sphinx/config.py:82 +#: sphinx/config.py:86 #, python-format msgid "Listing %s" msgstr "" -#: sphinx/config.py:89 +#: sphinx/config.py:93 #, python-format msgid "%s %s documentation" msgstr "" -#: sphinx/environment.py:1880 +#: sphinx/environment.py:1815 #, python-format msgid "see %s" msgstr "se %s" -#: sphinx/environment.py:1883 +#: sphinx/environment.py:1819 #, python-format msgid "see also %s" msgstr "se även %s" -#: sphinx/environment.py:1941 +#: sphinx/environment.py:1879 msgid "Symbols" msgstr "" @@ -57,11 +58,10 @@ msgstr "" msgid "Python Enhancement Proposals; PEP %s" msgstr "Python Enhancement Proposals; PEP %s" -#: sphinx/transforms.py:58 sphinx/writers/latex.py:212 -#: sphinx/writers/manpage.py:67 sphinx/writers/texinfo.py:221 -#, python-format -msgid "%B %d, %Y" -msgstr "%B %d, %Y" +#: sphinx/transforms.py:56 sphinx/writers/latex.py:357 +#: sphinx/writers/manpage.py:101 sphinx/writers/texinfo.py:222 +msgid "MMMM dd, YYYY" +msgstr "" #: sphinx/builders/changes.py:75 msgid "Builtins" @@ -71,64 +71,63 @@ msgstr "Inbyggda" msgid "Module level" msgstr "Modulnivå" -#: sphinx/builders/html.py:291 -#, python-format -msgid "%b %d, %Y" -msgstr "%b %d, %Y" +#: sphinx/builders/html.py:295 +msgid "MMM dd, YYYY" +msgstr "" -#: sphinx/builders/html.py:310 sphinx/themes/basic/defindex.html:30 +#: sphinx/builders/html.py:315 sphinx/themes/basic/defindex.html:30 msgid "General Index" msgstr "Huvudindex" -#: sphinx/builders/html.py:310 +#: sphinx/builders/html.py:315 msgid "index" msgstr "index" -#: sphinx/builders/html.py:371 +#: sphinx/builders/html.py:376 msgid "next" msgstr "nästa" -#: sphinx/builders/html.py:380 +#: sphinx/builders/html.py:385 msgid "previous" msgstr "föregående" -#: sphinx/builders/latex.py:144 sphinx/builders/texinfo.py:198 +#: sphinx/builders/latex.py:165 sphinx/builders/texinfo.py:199 msgid " (in " msgstr "(i " -#: sphinx/directives/other.py:150 +#: sphinx/directives/other.py:149 msgid "Section author: " msgstr "Sektionsförfattare" -#: sphinx/directives/other.py:152 +#: sphinx/directives/other.py:151 msgid "Module author: " msgstr "Modulförfattare" -#: sphinx/directives/other.py:154 +#: sphinx/directives/other.py:153 msgid "Code author: " msgstr "Källkodsförfattare" -#: sphinx/directives/other.py:156 +#: sphinx/directives/other.py:155 msgid "Author: " msgstr "Upphovsman:" -#: sphinx/domains/__init__.py:273 +#: sphinx/domains/__init__.py:275 #, python-format msgid "%s %s" msgstr "%s %s" -#: sphinx/domains/c.py:58 sphinx/domains/cpp.py:2408 -#: sphinx/domains/python.py:122 +#: sphinx/domains/c.py:58 sphinx/domains/cpp.py:3605 +#: sphinx/domains/python.py:124 msgid "Parameters" msgstr "Parametrar" -#: sphinx/domains/c.py:61 sphinx/domains/cpp.py:2414 -#: sphinx/domains/javascript.py:128 sphinx/domains/python.py:134 +#: sphinx/domains/c.py:61 sphinx/domains/cpp.py:3614 +#: sphinx/domains/javascript.py:128 sphinx/domains/python.py:136 msgid "Returns" msgstr "Returnerar" #: sphinx/domains/c.py:63 sphinx/domains/javascript.py:130 -#: sphinx/domains/python.py:136 +#: sphinx/domains/python.py:138 msgid "Return type" msgstr "Returtyp" @@ -157,12 +156,12 @@ msgstr "%s (C-typ)" msgid "%s (C variable)" msgstr "%s (C-variabel)" -#: sphinx/domains/c.py:242 sphinx/domains/cpp.py:2680 -#: sphinx/domains/javascript.py:164 sphinx/domains/python.py:587 +#: sphinx/domains/c.py:242 sphinx/domains/cpp.py:3953 +#: sphinx/domains/javascript.py:164 sphinx/domains/python.py:589 msgid "function" msgstr "funktion" -#: sphinx/domains/c.py:243 sphinx/domains/cpp.py:2681 +#: sphinx/domains/c.py:243 sphinx/domains/cpp.py:3954 msgid "member" msgstr "medlem" @@ -170,7 +169,7 @@ msgstr "medlem" msgid "macro" msgstr "makro" -#: sphinx/domains/c.py:245 sphinx/domains/cpp.py:2682 +#: sphinx/domains/c.py:245 sphinx/domains/cpp.py:3955 msgid "type" msgstr "typ" @@ -178,59 +177,64 @@ msgstr "typ" msgid "variable" msgstr "variabel" -#: sphinx/domains/cpp.py:2411 sphinx/domains/javascript.py:125 +#: sphinx/domains/cpp.py:3608 +#, fuzzy +msgid "Template Parameters" +msgstr "Parametrar" + +#: sphinx/domains/cpp.py:3611 sphinx/domains/javascript.py:125 msgid "Throws" msgstr "Kastar" -#: sphinx/domains/cpp.py:2518 +#: sphinx/domains/cpp.py:3733 #, python-format msgid "%s (C++ type)" msgstr "%s (C++-typ)" -#: sphinx/domains/cpp.py:2531 +#: sphinx/domains/cpp.py:3744 #, python-format msgid "%s (C++ member)" msgstr "%s (C++-medlem)" -#: sphinx/domains/cpp.py:2543 +#: sphinx/domains/cpp.py:3755 #, python-format msgid "%s (C++ function)" msgstr "%s (C++-funktion)" -#: sphinx/domains/cpp.py:2555 +#: sphinx/domains/cpp.py:3766 #, python-format msgid "%s (C++ class)" msgstr "%s (C++-klass)" -#: sphinx/domains/cpp.py:2579 +#: sphinx/domains/cpp.py:3786 #, python-format msgid "%s (C++ enum)" msgstr "" -#: sphinx/domains/cpp.py:2617 +#: sphinx/domains/cpp.py:3816 #, python-format msgid "%s (C++ enumerator)" msgstr "" -#: sphinx/domains/cpp.py:2679 sphinx/domains/javascript.py:165 -#: sphinx/domains/python.py:589 +#: sphinx/domains/cpp.py:3952 sphinx/domains/javascript.py:165 +#: sphinx/domains/python.py:591 msgid "class" msgstr "klass" -#: sphinx/domains/cpp.py:2683 +#: sphinx/domains/cpp.py:3956 msgid "enum" msgstr "" -#: sphinx/domains/cpp.py:2684 +#: sphinx/domains/cpp.py:3957 msgid "enumerator" msgstr "" -#: sphinx/domains/javascript.py:106 sphinx/domains/python.py:280 +#: sphinx/domains/javascript.py:106 sphinx/domains/python.py:282 #, python-format msgid "%s() (built-in function)" msgstr "%s() (inbyggd funktion)" -#: sphinx/domains/javascript.py:107 sphinx/domains/python.py:344 +#: sphinx/domains/javascript.py:107 sphinx/domains/python.py:346 #, python-format msgid "%s() (%s method)" msgstr "%s() (%s metod)" @@ -245,7 +249,7 @@ msgstr "%s() (klass)" msgid "%s (global variable or constant)" msgstr "%s (global variabel eller konstant)" -#: sphinx/domains/javascript.py:113 sphinx/domains/python.py:382 +#: sphinx/domains/javascript.py:113 sphinx/domains/python.py:384 #, python-format msgid "%s (%s attribute)" msgstr "%s (%s attribut)" @@ -254,116 +258,116 @@ msgstr "%s (%s attribut)" msgid "Arguments" msgstr "Argument" -#: sphinx/domains/javascript.py:166 sphinx/domains/python.py:588 +#: sphinx/domains/javascript.py:166 sphinx/domains/python.py:590 msgid "data" msgstr "data" -#: sphinx/domains/javascript.py:167 sphinx/domains/python.py:594 +#: sphinx/domains/javascript.py:167 sphinx/domains/python.py:596 msgid "attribute" msgstr "attribut" -#: sphinx/domains/python.py:127 +#: sphinx/domains/python.py:129 msgid "Variables" msgstr "Variabler" -#: sphinx/domains/python.py:131 +#: sphinx/domains/python.py:133 msgid "Raises" msgstr "Väcker" -#: sphinx/domains/python.py:281 sphinx/domains/python.py:338 -#: sphinx/domains/python.py:350 sphinx/domains/python.py:363 +#: sphinx/domains/python.py:283 sphinx/domains/python.py:340 +#: sphinx/domains/python.py:352 sphinx/domains/python.py:365 #, python-format msgid "%s() (in module %s)" msgstr "%s() (i modul %s)" -#: sphinx/domains/python.py:284 +#: sphinx/domains/python.py:286 #, python-format msgid "%s (built-in variable)" msgstr "%s (inbyggd variabel)" -#: sphinx/domains/python.py:285 sphinx/domains/python.py:376 +#: sphinx/domains/python.py:287 sphinx/domains/python.py:378 #, python-format msgid "%s (in module %s)" msgstr "%s (i modul %s)" -#: sphinx/domains/python.py:301 +#: sphinx/domains/python.py:303 #, python-format msgid "%s (built-in class)" msgstr "%s (inbyggd klass)" -#: sphinx/domains/python.py:302 +#: sphinx/domains/python.py:304 #, python-format msgid "%s (class in %s)" msgstr "%s (klass i %s)" -#: sphinx/domains/python.py:342 +#: sphinx/domains/python.py:344 #, python-format msgid "%s() (%s.%s method)" msgstr "%s() (%s.%s metod)" -#: sphinx/domains/python.py:354 +#: sphinx/domains/python.py:356 #, python-format msgid "%s() (%s.%s static method)" msgstr "%s() (%s.%s statisk metod)" -#: sphinx/domains/python.py:357 +#: sphinx/domains/python.py:359 #, python-format msgid "%s() (%s static method)" msgstr "%s() (%s statisk metod)" -#: sphinx/domains/python.py:367 +#: sphinx/domains/python.py:369 #, python-format msgid "%s() (%s.%s class method)" msgstr "%s() (%s.%s klassmetod)" -#: sphinx/domains/python.py:370 +#: sphinx/domains/python.py:372 #, python-format msgid "%s() (%s class method)" msgstr "%s() (%s klassmetod)" -#: sphinx/domains/python.py:380 +#: sphinx/domains/python.py:382 #, python-format msgid "%s (%s.%s attribute)" msgstr "%s (%s.%s attribut)" -#: sphinx/domains/python.py:461 +#: sphinx/domains/python.py:463 #, python-format msgid "%s (module)" msgstr "%s (modul)" -#: sphinx/domains/python.py:518 +#: sphinx/domains/python.py:520 msgid "Python Module Index" msgstr "Python Modulindex" -#: sphinx/domains/python.py:519 +#: sphinx/domains/python.py:521 msgid "modules" msgstr "moduler" -#: sphinx/domains/python.py:565 +#: sphinx/domains/python.py:567 msgid "Deprecated" msgstr "Ersatt" -#: sphinx/domains/python.py:590 sphinx/locale/__init__.py:181 +#: sphinx/domains/python.py:592 sphinx/locale/__init__.py:183 msgid "exception" msgstr "undantag" -#: sphinx/domains/python.py:591 +#: sphinx/domains/python.py:593 msgid "method" msgstr "metod" -#: sphinx/domains/python.py:592 +#: sphinx/domains/python.py:594 msgid "class method" msgstr "klassmetod" -#: sphinx/domains/python.py:593 +#: sphinx/domains/python.py:595 msgid "static method" msgstr "statisk metod" -#: sphinx/domains/python.py:595 sphinx/locale/__init__.py:177 +#: sphinx/domains/python.py:597 sphinx/locale/__init__.py:179 msgid "module" msgstr "modul" -#: sphinx/domains/python.py:760 +#: sphinx/domains/python.py:762 msgid " (deprecated)" msgstr "" @@ -395,64 +399,64 @@ msgstr "miljövariabel; %s" msgid "%scommand line option; %s" msgstr "%skommandorad växel; %s" -#: sphinx/domains/std.py:443 +#: sphinx/domains/std.py:433 msgid "glossary term" msgstr "ordlista" -#: sphinx/domains/std.py:444 +#: sphinx/domains/std.py:434 msgid "grammar token" msgstr "grammatisk token" -#: sphinx/domains/std.py:445 +#: sphinx/domains/std.py:435 msgid "reference label" msgstr "referensetikett" -#: sphinx/domains/std.py:447 +#: sphinx/domains/std.py:437 msgid "environment variable" msgstr "miljövariabel" -#: sphinx/domains/std.py:448 +#: sphinx/domains/std.py:438 msgid "program option" msgstr "programväxel" -#: sphinx/domains/std.py:481 sphinx/themes/basic/genindex-single.html:32 +#: sphinx/domains/std.py:471 sphinx/themes/basic/genindex-single.html:32 #: sphinx/themes/basic/genindex-single.html:57 #: sphinx/themes/basic/genindex-split.html:11 #: sphinx/themes/basic/genindex-split.html:14 #: sphinx/themes/basic/genindex.html:32 sphinx/themes/basic/genindex.html:35 #: sphinx/themes/basic/genindex.html:68 sphinx/themes/basic/layout.html:134 -#: sphinx/writers/latex.py:201 sphinx/writers/texinfo.py:479 +#: sphinx/writers/latex.py:346 sphinx/writers/texinfo.py:481 msgid "Index" msgstr "Index" -#: sphinx/domains/std.py:482 +#: sphinx/domains/std.py:472 msgid "Module Index" msgstr "Modulindex" -#: sphinx/domains/std.py:483 sphinx/themes/basic/defindex.html:25 +#: sphinx/domains/std.py:473 sphinx/themes/basic/defindex.html:25 msgid "Search Page" msgstr "Söksida" -#: sphinx/ext/autodoc.py:1139 +#: sphinx/ext/autodoc.py:1265 #, python-format msgid " Bases: %s" msgstr " Baserad: %s" -#: sphinx/ext/autodoc.py:1181 +#: sphinx/ext/autodoc.py:1318 #, python-format msgid "alias of :class:`%s`" msgstr "alias för :class:`%s`" -#: sphinx/ext/graphviz.py:293 sphinx/ext/graphviz.py:301 +#: sphinx/ext/graphviz.py:307 sphinx/ext/graphviz.py:316 #, python-format msgid "[graph: %s]" msgstr "" -#: sphinx/ext/graphviz.py:295 sphinx/ext/graphviz.py:303 +#: sphinx/ext/graphviz.py:309 sphinx/ext/graphviz.py:318 msgid "[graph]" msgstr "" -#: sphinx/ext/intersphinx.py:257 +#: sphinx/ext/intersphinx.py:359 #, python-format msgid "(in %s v%s)" msgstr "" @@ -461,112 +465,117 @@ msgstr "" msgid "[source]" msgstr "[source]" -#: sphinx/ext/todo.py:43 +#: sphinx/ext/todo.py:56 msgid "Todo" msgstr "Att göra" -#: sphinx/ext/todo.py:113 -#, python-format -msgid "(The <> is located in %s, line %d.)" +#: sphinx/ext/todo.py:129 +#, fuzzy +msgid "<>" +msgstr "ursprungsvärde" + +#: sphinx/ext/todo.py:132 +#, fuzzy, python-format +msgid "(The <> is located in %s, line %d.)" msgstr "(<> finns i %s, på rad %d.)" -#: sphinx/ext/todo.py:122 +#: sphinx/ext/todo.py:141 msgid "original entry" msgstr "ursprungsvärde" -#: sphinx/ext/viewcode.py:158 +#: sphinx/ext/viewcode.py:162 msgid "[docs]" msgstr "[docs]" -#: sphinx/ext/viewcode.py:172 +#: sphinx/ext/viewcode.py:176 msgid "Module code" msgstr "Modulkällkod" -#: sphinx/ext/viewcode.py:178 +#: sphinx/ext/viewcode.py:182 #, python-format msgid "

Source code for %s

" msgstr "

Källkod för %s

" -#: sphinx/ext/viewcode.py:204 +#: sphinx/ext/viewcode.py:208 msgid "Overview: module code" msgstr "Översikt: modulkällkod" -#: sphinx/ext/viewcode.py:205 +#: sphinx/ext/viewcode.py:209 msgid "

All modules for which code is available

" msgstr "

Alla moduler där källkod finns

" -#: sphinx/locale/__init__.py:157 +#: sphinx/locale/__init__.py:159 msgid "Attention" msgstr "Uppmärksamma" -#: sphinx/locale/__init__.py:158 +#: sphinx/locale/__init__.py:160 msgid "Caution" msgstr "Varning" -#: sphinx/locale/__init__.py:159 +#: sphinx/locale/__init__.py:161 msgid "Danger" msgstr "Risk" -#: sphinx/locale/__init__.py:160 +#: sphinx/locale/__init__.py:162 msgid "Error" msgstr "Fel" -#: sphinx/locale/__init__.py:161 +#: sphinx/locale/__init__.py:163 msgid "Hint" msgstr "Råd" -#: sphinx/locale/__init__.py:162 +#: sphinx/locale/__init__.py:164 msgid "Important" msgstr "Viktigt" -#: sphinx/locale/__init__.py:163 +#: sphinx/locale/__init__.py:165 msgid "Note" msgstr "Observera" -#: sphinx/locale/__init__.py:164 +#: sphinx/locale/__init__.py:166 msgid "See also" msgstr "Se även" -#: sphinx/locale/__init__.py:165 +#: sphinx/locale/__init__.py:167 msgid "Tip" msgstr "Tips" -#: sphinx/locale/__init__.py:166 +#: sphinx/locale/__init__.py:168 msgid "Warning" msgstr "Varning" -#: sphinx/locale/__init__.py:170 +#: sphinx/locale/__init__.py:172 #, python-format msgid "New in version %s" msgstr "Nyheter i version %s" -#: sphinx/locale/__init__.py:171 +#: sphinx/locale/__init__.py:173 #, python-format msgid "Changed in version %s" msgstr "Förändrat i version %s" -#: sphinx/locale/__init__.py:172 +#: sphinx/locale/__init__.py:174 #, python-format msgid "Deprecated since version %s" msgstr "Ersatt sedan version %s" -#: sphinx/locale/__init__.py:178 +#: sphinx/locale/__init__.py:180 msgid "keyword" msgstr "nyckelord" -#: sphinx/locale/__init__.py:179 +#: sphinx/locale/__init__.py:181 msgid "operator" msgstr "operator" -#: sphinx/locale/__init__.py:180 +#: sphinx/locale/__init__.py:182 msgid "object" msgstr "objekt" -#: sphinx/locale/__init__.py:182 +#: sphinx/locale/__init__.py:184 msgid "statement" msgstr "uttryck" -#: sphinx/locale/__init__.py:183 +#: sphinx/locale/__init__.py:185 msgid "built-in function" msgstr "inbyggda funktioner" @@ -694,7 +703,9 @@ msgstr "Senast uppdaterad %(last_updated)s." msgid "" "Created using Sphinx " "%(sphinx_version)s." -msgstr "Skapad med Sphinx %(sphinx_version)s." +msgstr "" +"Skapad med Sphinx " +"%(sphinx_version)s." #: sphinx/themes/basic/opensearch.xml:4 #, python-format @@ -729,25 +740,25 @@ msgid "" " words into the box below and click \"search\". Note that the search\n" " function will automatically search for all of the words. Pages\n" " containing fewer words won't appear in the result list." -msgstr "Här kan du söka bland dessa dokument. Ange sökord nedan och klicka \"sök\".\n Sökningen måste träffa på samtliga angivna sökord." +msgstr "" +"Här kan du söka bland dessa dokument. Ange sökord nedan och klicka " +"\"sök\".\n" +" Sökningen måste träffa på samtliga angivna sökord." -#: sphinx/themes/basic/search.html:39 -#: sphinx/themes/basic/searchresults.html:17 +#: sphinx/themes/basic/search.html:39 sphinx/themes/basic/searchresults.html:17 msgid "search" msgstr "sök" -#: sphinx/themes/basic/search.html:43 -#: sphinx/themes/basic/searchresults.html:21 -#: sphinx/themes/basic/static/searchtools.js_t:281 +#: sphinx/themes/basic/search.html:43 sphinx/themes/basic/searchresults.html:21 +#: sphinx/themes/basic/static/searchtools.js_t:282 msgid "Search Results" msgstr "Sökresultat" -#: sphinx/themes/basic/search.html:45 -#: sphinx/themes/basic/searchresults.html:23 -#: sphinx/themes/basic/static/searchtools.js_t:283 +#: sphinx/themes/basic/search.html:45 sphinx/themes/basic/searchresults.html:23 +#: sphinx/themes/basic/static/searchtools.js_t:284 msgid "" -"Your search did not match any documents. Please make sure that all words are" -" spelled correctly and that you've selected enough categories." +"Your search did not match any documents. Please make sure that all words " +"are spelled correctly and that you've selected enough categories." msgstr "" #: sphinx/themes/basic/searchbox.html:12 @@ -786,33 +797,33 @@ msgstr "Förändringar i C-API" msgid "Other changes" msgstr "Övriga förändringar" -#: sphinx/themes/basic/static/doctools.js:166 sphinx/writers/html.py:610 -#: sphinx/writers/html.py:615 +#: sphinx/themes/basic/static/doctools.js_t:169 sphinx/writers/html.py:668 +#: sphinx/writers/html.py:673 msgid "Permalink to this headline" msgstr "Permalink till denna rubrik" -#: sphinx/themes/basic/static/doctools.js:172 sphinx/writers/html.py:107 +#: sphinx/themes/basic/static/doctools.js_t:175 sphinx/writers/html.py:105 msgid "Permalink to this definition" msgstr "Permalink till denna definition" -#: sphinx/themes/basic/static/doctools.js:205 +#: sphinx/themes/basic/static/doctools.js_t:208 msgid "Hide Search Matches" msgstr "Dölj Sökresultat" -#: sphinx/themes/basic/static/searchtools.js_t:119 +#: sphinx/themes/basic/static/searchtools.js_t:121 msgid "Searching" msgstr "" -#: sphinx/themes/basic/static/searchtools.js_t:124 +#: sphinx/themes/basic/static/searchtools.js_t:126 msgid "Preparing search..." msgstr "" -#: sphinx/themes/basic/static/searchtools.js_t:285 +#: sphinx/themes/basic/static/searchtools.js_t:286 #, python-format msgid "Search finished, found %s page(s) matching the search query." msgstr "" -#: sphinx/themes/basic/static/searchtools.js_t:337 +#: sphinx/themes/basic/static/searchtools.js_t:338 msgid ", in " msgstr "" @@ -829,44 +840,56 @@ msgstr "Dölj sidolist" msgid "Contents" msgstr "Innehåll" -#: sphinx/writers/html.py:334 +#: sphinx/writers/html.py:349 msgid "Permalink to this code" msgstr "" -#: sphinx/writers/html.py:337 +#: sphinx/writers/html.py:353 msgid "Permalink to this image" msgstr "" -#: sphinx/writers/html.py:339 +#: sphinx/writers/html.py:355 msgid "Permalink to this toctree" msgstr "" -#: sphinx/writers/html.py:619 +#: sphinx/writers/html.py:677 msgid "Permalink to this table" msgstr "" -#: sphinx/writers/latex.py:199 +#: sphinx/writers/latex.py:344 msgid "Release" msgstr "Utgåva" -#: sphinx/writers/latex.py:697 sphinx/writers/manpage.py:177 -#: sphinx/writers/texinfo.py:616 +#: sphinx/writers/latex.py:408 +#, fuzzy +msgid "page" +msgstr "Risk" + +#: sphinx/writers/latex.py:908 sphinx/writers/manpage.py:226 +#: sphinx/writers/texinfo.py:620 msgid "Footnotes" msgstr "Fotnoter" -#: sphinx/writers/latex.py:785 +#: sphinx/writers/latex.py:1010 msgid "continued from previous page" msgstr "fortsättning från föregående sida" -#: sphinx/writers/latex.py:791 +#: sphinx/writers/latex.py:1016 msgid "Continued on next page" msgstr "Fortsätter på nästa sida" -#: sphinx/writers/manpage.py:223 sphinx/writers/text.py:541 +#: sphinx/writers/manpage.py:275 sphinx/writers/text.py:582 #, python-format msgid "[image: %s]" msgstr "" -#: sphinx/writers/manpage.py:224 sphinx/writers/text.py:542 +#: sphinx/writers/manpage.py:276 sphinx/writers/text.py:583 msgid "[image]" msgstr "[image]" + +#~ msgid "%B %d, %Y" +#~ msgstr "%B %d, %Y" + +#~ msgid "%b %d, %Y" +#~ msgstr "%b %d, %Y" + diff --git a/sphinx/locale/tr/LC_MESSAGES/sphinx.js b/sphinx/locale/tr/LC_MESSAGES/sphinx.js index e421a77c6..59877e3c2 100644 --- a/sphinx/locale/tr/LC_MESSAGES/sphinx.js +++ b/sphinx/locale/tr/LC_MESSAGES/sphinx.js @@ -1 +1 @@ -Documentation.addTranslations({"locale": "tr", "plural_expr": "(n > 1)", "messages": {"Next topic": "Sonraki konu", "Index": "Dizin", "%(filename)s — %(docstitle)s": "%(filename)s — %(docstitle)s", "Welcome! This is": "Ho\u015fgeldiniz! Kar\u015f\u0131n\u0131zda", "Copyright": "Copyright", "C API changes": "C API'sindeki de\u011fi\u015fiklikler", "quick access to all modules": "b\u00fct\u00fcn mod\u00fcllere h\u0131zl\u0131 eri\u015fim", "© Copyright %(copyright)s.": "© Copyright %(copyright)s.", "Global Module Index": "Global Mod\u00fcl Dizini", "Your search did not match any documents. Please make sure that all words are spelled correctly and that you've selected enough categories.": "Arama sonucunda herhangi bir belge bulunamad\u0131. B\u00fct\u00fcn kelimeleri do\u011fru yazd\u0131\u011f\u0131n\u0131zdan ve gerekli b\u00fct\u00fcn kategorileri se\u00e7ti\u011finizden emin olun.", "Index – %(key)s": "Dizin – %(key)s", "General Index": "Genel Dizin", "next chapter": "sonraki b\u00f6l\u00fcm", "Search finished, found %s page(s) matching the search query.": "Arama tamamland\u0131. Sorguyu i\u00e7eren %s sayfa bulundu.", "previous chapter": "\u00f6nceki b\u00f6l\u00fcm", "Permalink to this headline": "Bu ba\u015fl\u0131\u011f\u0131n kal\u0131c\u0131 ba\u011flant\u0131s\u0131", "About these documents": "Bu belgeler hakk\u0131nda", "Preparing search...": "Aramaya haz\u0131rlan\u0131yor...", ", in ": ", \u015funun i\u00e7inde:", "Navigation": "Gezinti", "Expand sidebar": "Yan \u00e7ubu\u011fu geni\u015flet", "the documentation for": "belgelendirme konusu: ", "Complete Table of Contents": "Ayr\u0131nt\u0131l\u0131 \u0130\u00e7indekiler Tablosu", "Contents": "\u0130\u00e7indekiler", "can be huge": "\u00e7ok b\u00fcy\u00fck olabilir", "Changes in Version %(version)s — %(docstitle)s": "S\u00fcr\u00fcm %(version)s — %(docstitle)s i\u00e7indeki De\u011fi\u015fiklikler", "Other changes": "Di\u011fer de\u011fi\u015fiklikler", "Hide Search Matches": "Arama Sonu\u00e7lar\u0131n\u0131 Gizle", "Quick search": "H\u0131zl\u0131 Arama", "Show Source": "Kayna\u011f\u0131 G\u00f6ster", "Search": "Ara", "This Page": "Bu Sayfa", "From here you can search these documents. Enter your search\n words into the box below and click \"search\". Note that the search\n function will automatically search for all of the words. Pages\n containing fewer words won't appear in the result list.": "Burada belgeler i\u00e7inde arama yapabilirsiniz. Arad\u0131\u011f\u0131n\u0131z kelimeyi \na\u015fa\u011f\u0131daki kutuya yaz\u0131p \"ara\" d\u00fc\u011fmesine bas\u0131n\u0131z. Arama i\u015flevi \notomatik olarak b\u00fct\u00fcn kelimeleri arayacakt\u0131r. Eksik kelime i\u00e7eren \nsayfalar sonu\u00e7 listesinde g\u00f6r\u00fcnmez.", "Created using Sphinx %(sphinx_version)s.": "Sphinx %(sphinx_version)s ile olu\u015fturulmu\u015ftur.", "last updated": "son g\u00fcncelleme", "Collapse sidebar": "Yan \u00e7ubu\u011fu daralt", "Go": "Git", "Table Of Contents": "\u0130\u00e7indekiler Tablosu", "Search within %(docstitle)s": "%(docstitle)s i\u00e7inde ara", "all functions, classes, terms": "b\u00fct\u00fcn fonksiyonlar, s\u0131n\u0131flar, terimler", "Please activate JavaScript to enable the search\n functionality.": "Arama i\u015flevini kullanabilmek i\u00e7in l\u00fctfen JavaScript'i\n etkinle\u015ftirin.", "Indices and tables:": "Dizinler ve tablolar", "lists all sections and subsections": "b\u00fct\u00fcn b\u00f6l\u00fcmler ve alt b\u00f6l\u00fcmler listelenir", "Index pages by letter": "Harfe g\u00f6re dizin sayfalar\u0131", "search": "ara", "Permalink to this definition": "Bu tan\u0131m\u0131n kal\u0131c\u0131 ba\u011flant\u0131s\u0131", "Previous topic": "\u00d6nceki konu", "Overview": "Genel Bak\u0131\u015f", "Last updated on %(last_updated)s.": "Son g\u00fcncelleme: %(last_updated)s.", "Searching": "Aran\u0131yor", "search this documentation": "Bu belgelerde ara", "Automatically generated list of changes in version %(version)s": "%(version)s s\u00fcr\u00fcm\u00fcndeki de\u011fi\u015fikliklerin otomatik olarak \u00fcretilmi\u015f listesi", "Full index on one page": "B\u00fct\u00fcn dizin tek sayfada", "Enter search terms or a module, class or function name.": "Aranacak terimleri veya mod\u00fcl, s\u0131n\u0131f ya da fonksiyon ad\u0131n\u0131 yaz\u0131n\u0131z", "© Copyright %(copyright)s.": "© Copyright %(copyright)s.", "Library changes": "K\u00fct\u00fcphane de\u011fi\u015fiklikleri", "Search Page": "Arama Sayfas\u0131", "Search Results": "Arama Sonu\u00e7lar\u0131"}}); \ No newline at end of file +Documentation.addTranslations({"locale": "tr", "messages": {"%(filename)s — %(docstitle)s": "%(filename)s — %(docstitle)s", "© Copyright %(copyright)s.": "© Copyright %(copyright)s.", "© Copyright %(copyright)s.": "© Copyright %(copyright)s.", ", in ": ", \u015funun i\u00e7inde:", "About these documents": "Bu belgeler hakk\u0131nda", "Automatically generated list of changes in version %(version)s": "%(version)s s\u00fcr\u00fcm\u00fcndeki de\u011fi\u015fikliklerin otomatik olarak \u00fcretilmi\u015f listesi", "C API changes": "C API'sindeki de\u011fi\u015fiklikler", "Changes in Version %(version)s — %(docstitle)s": "S\u00fcr\u00fcm %(version)s — %(docstitle)s i\u00e7indeki De\u011fi\u015fiklikler", "Collapse sidebar": "Yan \u00e7ubu\u011fu daralt", "Complete Table of Contents": "Ayr\u0131nt\u0131l\u0131 \u0130\u00e7indekiler Tablosu", "Contents": "\u0130\u00e7indekiler", "Copyright": "Copyright", "Created using Sphinx %(sphinx_version)s.": "Sphinx %(sphinx_version)s ile olu\u015fturulmu\u015ftur.", "Enter search terms or a module, class or function name.": "Aranacak terimleri veya mod\u00fcl, s\u0131n\u0131f ya da fonksiyon ad\u0131n\u0131 yaz\u0131n\u0131z", "Expand sidebar": "Yan \u00e7ubu\u011fu geni\u015flet", "From here you can search these documents. Enter your search\n words into the box below and click \"search\". Note that the search\n function will automatically search for all of the words. Pages\n containing fewer words won't appear in the result list.": "Burada belgeler i\u00e7inde arama yapabilirsiniz. Arad\u0131\u011f\u0131n\u0131z kelimeyi \na\u015fa\u011f\u0131daki kutuya yaz\u0131p \"ara\" d\u00fc\u011fmesine bas\u0131n\u0131z. Arama i\u015flevi \notomatik olarak b\u00fct\u00fcn kelimeleri arayacakt\u0131r. Eksik kelime i\u00e7eren \nsayfalar sonu\u00e7 listesinde g\u00f6r\u00fcnmez.", "Full index on one page": "B\u00fct\u00fcn dizin tek sayfada", "General Index": "Genel Dizin", "Global Module Index": "Global Mod\u00fcl Dizini", "Go": "Git", "Hide Search Matches": "Arama Sonu\u00e7lar\u0131n\u0131 Gizle", "Index": "Dizin", "Index – %(key)s": "Dizin – %(key)s", "Index pages by letter": "Harfe g\u00f6re dizin sayfalar\u0131", "Indices and tables:": "Dizinler ve tablolar", "Last updated on %(last_updated)s.": "Son g\u00fcncelleme: %(last_updated)s.", "Library changes": "K\u00fct\u00fcphane de\u011fi\u015fiklikleri", "Navigation": "Gezinti", "Next topic": "Sonraki konu", "Other changes": "Di\u011fer de\u011fi\u015fiklikler", "Overview": "Genel Bak\u0131\u015f", "Permalink to this definition": "Bu tan\u0131m\u0131n kal\u0131c\u0131 ba\u011flant\u0131s\u0131", "Permalink to this headline": "Bu ba\u015fl\u0131\u011f\u0131n kal\u0131c\u0131 ba\u011flant\u0131s\u0131", "Please activate JavaScript to enable the search\n functionality.": "Arama i\u015flevini kullanabilmek i\u00e7in l\u00fctfen JavaScript'i\n etkinle\u015ftirin.", "Preparing search...": "Aramaya haz\u0131rlan\u0131yor...", "Previous topic": "\u00d6nceki konu", "Quick search": "H\u0131zl\u0131 Arama", "Search": "Ara", "Search Page": "Arama Sayfas\u0131", "Search Results": "Arama Sonu\u00e7lar\u0131", "Search finished, found %s page(s) matching the search query.": "Arama tamamland\u0131. Sorguyu i\u00e7eren %s sayfa bulundu.", "Search within %(docstitle)s": "%(docstitle)s i\u00e7inde ara", "Searching": "Aran\u0131yor", "Show Source": "Kayna\u011f\u0131 G\u00f6ster", "Table Of Contents": "\u0130\u00e7indekiler Tablosu", "This Page": "Bu Sayfa", "Welcome! This is": "Ho\u015fgeldiniz! Kar\u015f\u0131n\u0131zda", "Your search did not match any documents. Please make sure that all words are spelled correctly and that you've selected enough categories.": "Arama sonucunda herhangi bir belge bulunamad\u0131. B\u00fct\u00fcn kelimeleri do\u011fru yazd\u0131\u011f\u0131n\u0131zdan ve gerekli b\u00fct\u00fcn kategorileri se\u00e7ti\u011finizden emin olun.", "all functions, classes, terms": "b\u00fct\u00fcn fonksiyonlar, s\u0131n\u0131flar, terimler", "can be huge": "\u00e7ok b\u00fcy\u00fck olabilir", "last updated": "son g\u00fcncelleme", "lists all sections and subsections": "b\u00fct\u00fcn b\u00f6l\u00fcmler ve alt b\u00f6l\u00fcmler listelenir", "next chapter": "sonraki b\u00f6l\u00fcm", "previous chapter": "\u00f6nceki b\u00f6l\u00fcm", "quick access to all modules": "b\u00fct\u00fcn mod\u00fcllere h\u0131zl\u0131 eri\u015fim", "search": "ara", "search this documentation": "Bu belgelerde ara", "the documentation for": "belgelendirme konusu: "}, "plural_expr": "(n > 1)"}); \ No newline at end of file diff --git a/sphinx/locale/tr/LC_MESSAGES/sphinx.mo b/sphinx/locale/tr/LC_MESSAGES/sphinx.mo index 9c965b612..c4b415f99 100644 Binary files a/sphinx/locale/tr/LC_MESSAGES/sphinx.mo and b/sphinx/locale/tr/LC_MESSAGES/sphinx.mo differ diff --git a/sphinx/locale/tr/LC_MESSAGES/sphinx.po b/sphinx/locale/tr/LC_MESSAGES/sphinx.po index 5d1fceb9e..6de2c6588 100644 --- a/sphinx/locale/tr/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/tr/LC_MESSAGES/sphinx.po @@ -1,56 +1,55 @@ -# Translations template for Sphinx. -# Copyright (C) 2015 ORGANIZATION +# Turkish translations for Sphinx. +# Copyright (C) 2016 ORGANIZATION # This file is distributed under the same license as the Sphinx project. -# -# Translators: -# Fırat Özgül , 2013-2015 -# FIRST AUTHOR , 2011 +# FIRST AUTHOR , 2016. +# msgid "" msgstr "" -"Project-Id-Version: Sphinx\n" +"Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2015-03-08 23:31+0900\n" +"POT-Creation-Date: 2016-02-14 22:15+0900\n" "PO-Revision-Date: 2015-03-08 14:35+0000\n" "Last-Translator: Takayuki Shimizukawa \n" -"Language-Team: Turkish (http://www.transifex.com/projects/p/sphinx-1/language/tr/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 1.3\n" "Language: tr\n" -"Plural-Forms: nplurals=2; plural=(n > 1);\n" +"Language-Team: Turkish " +"(http://www.transifex.com/projects/p/sphinx-1/language/tr/)\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.2.0\n" -#: sphinx/config.py:80 +#: sphinx/config.py:84 #, python-format msgid "Fig. %s" msgstr "Şekil %s" -#: sphinx/config.py:81 +#: sphinx/config.py:85 #, python-format msgid "Table %s" msgstr "Tablo %s" -#: sphinx/config.py:82 +#: sphinx/config.py:86 #, python-format msgid "Listing %s" msgstr "Liste %s" -#: sphinx/config.py:89 +#: sphinx/config.py:93 #, python-format msgid "%s %s documentation" msgstr "%s %s belgelendirme çalışması" -#: sphinx/environment.py:1880 +#: sphinx/environment.py:1815 #, python-format msgid "see %s" msgstr "bkz. %s" -#: sphinx/environment.py:1883 +#: sphinx/environment.py:1819 #, python-format msgid "see also %s" msgstr "ayrıca bkz. %s" -#: sphinx/environment.py:1941 +#: sphinx/environment.py:1879 msgid "Symbols" msgstr "Simgeler" @@ -59,11 +58,10 @@ msgstr "Simgeler" msgid "Python Enhancement Proposals; PEP %s" msgstr "Python'ı İyileştirme Önerileri; PEP %s" -#: sphinx/transforms.py:58 sphinx/writers/latex.py:212 -#: sphinx/writers/manpage.py:67 sphinx/writers/texinfo.py:221 -#, python-format -msgid "%B %d, %Y" -msgstr "%d %B %Y" +#: sphinx/transforms.py:56 sphinx/writers/latex.py:357 +#: sphinx/writers/manpage.py:101 sphinx/writers/texinfo.py:222 +msgid "MMMM dd, YYYY" +msgstr "" #: sphinx/builders/changes.py:75 msgid "Builtins" @@ -73,64 +71,63 @@ msgstr "Gömülü Öğeler" msgid "Module level" msgstr "Modül düzeyi" -#: sphinx/builders/html.py:291 -#, python-format -msgid "%b %d, %Y" -msgstr "%d %b %Y" +#: sphinx/builders/html.py:295 +msgid "MMM dd, YYYY" +msgstr "" -#: sphinx/builders/html.py:310 sphinx/themes/basic/defindex.html:30 +#: sphinx/builders/html.py:315 sphinx/themes/basic/defindex.html:30 msgid "General Index" msgstr "Genel Dizin" -#: sphinx/builders/html.py:310 +#: sphinx/builders/html.py:315 msgid "index" msgstr "dizin" -#: sphinx/builders/html.py:371 +#: sphinx/builders/html.py:376 msgid "next" msgstr "sonraki" -#: sphinx/builders/html.py:380 +#: sphinx/builders/html.py:385 msgid "previous" msgstr "önceki" -#: sphinx/builders/latex.py:144 sphinx/builders/texinfo.py:198 +#: sphinx/builders/latex.py:165 sphinx/builders/texinfo.py:199 msgid " (in " msgstr " (şurada: " -#: sphinx/directives/other.py:150 +#: sphinx/directives/other.py:149 msgid "Section author: " msgstr "Bölümün yazarı: " -#: sphinx/directives/other.py:152 +#: sphinx/directives/other.py:151 msgid "Module author: " msgstr "Modülün yazarı: " -#: sphinx/directives/other.py:154 +#: sphinx/directives/other.py:153 msgid "Code author: " msgstr "Kodun yazarı: " -#: sphinx/directives/other.py:156 +#: sphinx/directives/other.py:155 msgid "Author: " msgstr "Yazarı: " -#: sphinx/domains/__init__.py:273 +#: sphinx/domains/__init__.py:275 #, python-format msgid "%s %s" msgstr "%s %s" -#: sphinx/domains/c.py:58 sphinx/domains/cpp.py:2408 -#: sphinx/domains/python.py:122 +#: sphinx/domains/c.py:58 sphinx/domains/cpp.py:3605 +#: sphinx/domains/python.py:124 msgid "Parameters" msgstr "Parametreler" -#: sphinx/domains/c.py:61 sphinx/domains/cpp.py:2414 -#: sphinx/domains/javascript.py:128 sphinx/domains/python.py:134 +#: sphinx/domains/c.py:61 sphinx/domains/cpp.py:3614 +#: sphinx/domains/javascript.py:128 sphinx/domains/python.py:136 msgid "Returns" msgstr "Dönüş değeri:" #: sphinx/domains/c.py:63 sphinx/domains/javascript.py:130 -#: sphinx/domains/python.py:136 +#: sphinx/domains/python.py:138 msgid "Return type" msgstr "Dönüş tipi" @@ -159,12 +156,12 @@ msgstr "%s (C tipi)" msgid "%s (C variable)" msgstr "%s (C değişkeni)" -#: sphinx/domains/c.py:242 sphinx/domains/cpp.py:2680 -#: sphinx/domains/javascript.py:164 sphinx/domains/python.py:587 +#: sphinx/domains/c.py:242 sphinx/domains/cpp.py:3953 +#: sphinx/domains/javascript.py:164 sphinx/domains/python.py:589 msgid "function" msgstr "fonksiyonu" -#: sphinx/domains/c.py:243 sphinx/domains/cpp.py:2681 +#: sphinx/domains/c.py:243 sphinx/domains/cpp.py:3954 msgid "member" msgstr "öğesi" @@ -172,7 +169,7 @@ msgstr "öğesi" msgid "macro" msgstr "makrosu" -#: sphinx/domains/c.py:245 sphinx/domains/cpp.py:2682 +#: sphinx/domains/c.py:245 sphinx/domains/cpp.py:3955 msgid "type" msgstr "tipi" @@ -180,59 +177,64 @@ msgstr "tipi" msgid "variable" msgstr "değişkeni" -#: sphinx/domains/cpp.py:2411 sphinx/domains/javascript.py:125 +#: sphinx/domains/cpp.py:3608 +#, fuzzy +msgid "Template Parameters" +msgstr "Parametreler" + +#: sphinx/domains/cpp.py:3611 sphinx/domains/javascript.py:125 msgid "Throws" msgstr "Şunu verir: " -#: sphinx/domains/cpp.py:2518 +#: sphinx/domains/cpp.py:3733 #, python-format msgid "%s (C++ type)" msgstr "%s (C++ tipi)" -#: sphinx/domains/cpp.py:2531 +#: sphinx/domains/cpp.py:3744 #, python-format msgid "%s (C++ member)" msgstr "%s (C++ öğesi)" -#: sphinx/domains/cpp.py:2543 +#: sphinx/domains/cpp.py:3755 #, python-format msgid "%s (C++ function)" msgstr "%s (C++ fonksiyonu)" -#: sphinx/domains/cpp.py:2555 +#: sphinx/domains/cpp.py:3766 #, python-format msgid "%s (C++ class)" msgstr "%s (C++ sınıfı)" -#: sphinx/domains/cpp.py:2579 +#: sphinx/domains/cpp.py:3786 #, python-format msgid "%s (C++ enum)" msgstr "%s (C++ enum sabiti)" -#: sphinx/domains/cpp.py:2617 +#: sphinx/domains/cpp.py:3816 #, python-format msgid "%s (C++ enumerator)" msgstr "%s (C++ numaralandırıcısı)" -#: sphinx/domains/cpp.py:2679 sphinx/domains/javascript.py:165 -#: sphinx/domains/python.py:589 +#: sphinx/domains/cpp.py:3952 sphinx/domains/javascript.py:165 +#: sphinx/domains/python.py:591 msgid "class" msgstr "sınıfı" -#: sphinx/domains/cpp.py:2683 +#: sphinx/domains/cpp.py:3956 msgid "enum" msgstr "enum" -#: sphinx/domains/cpp.py:2684 +#: sphinx/domains/cpp.py:3957 msgid "enumerator" msgstr "numaralandırıcı" -#: sphinx/domains/javascript.py:106 sphinx/domains/python.py:280 +#: sphinx/domains/javascript.py:106 sphinx/domains/python.py:282 #, python-format msgid "%s() (built-in function)" msgstr "%s() (gömülü fonksiyon)" -#: sphinx/domains/javascript.py:107 sphinx/domains/python.py:344 +#: sphinx/domains/javascript.py:107 sphinx/domains/python.py:346 #, python-format msgid "%s() (%s method)" msgstr "%s() (%s metodu)" @@ -247,7 +249,7 @@ msgstr "%s() (sınıfı)" msgid "%s (global variable or constant)" msgstr "%s (global değişken veya sabit)" -#: sphinx/domains/javascript.py:113 sphinx/domains/python.py:382 +#: sphinx/domains/javascript.py:113 sphinx/domains/python.py:384 #, python-format msgid "%s (%s attribute)" msgstr "%s (%s niteliği)" @@ -256,116 +258,116 @@ msgstr "%s (%s niteliği)" msgid "Arguments" msgstr "Argümanlar" -#: sphinx/domains/javascript.py:166 sphinx/domains/python.py:588 +#: sphinx/domains/javascript.py:166 sphinx/domains/python.py:590 msgid "data" msgstr "verisi" -#: sphinx/domains/javascript.py:167 sphinx/domains/python.py:594 +#: sphinx/domains/javascript.py:167 sphinx/domains/python.py:596 msgid "attribute" msgstr "niteliği" -#: sphinx/domains/python.py:127 +#: sphinx/domains/python.py:129 msgid "Variables" msgstr "Değişkenler" -#: sphinx/domains/python.py:131 +#: sphinx/domains/python.py:133 msgid "Raises" msgstr "Şunu tetikler:" -#: sphinx/domains/python.py:281 sphinx/domains/python.py:338 -#: sphinx/domains/python.py:350 sphinx/domains/python.py:363 +#: sphinx/domains/python.py:283 sphinx/domains/python.py:340 +#: sphinx/domains/python.py:352 sphinx/domains/python.py:365 #, python-format msgid "%s() (in module %s)" msgstr "%s() (%s modülü içinde)" -#: sphinx/domains/python.py:284 +#: sphinx/domains/python.py:286 #, python-format msgid "%s (built-in variable)" msgstr "%s (gömülü değişken)" -#: sphinx/domains/python.py:285 sphinx/domains/python.py:376 +#: sphinx/domains/python.py:287 sphinx/domains/python.py:378 #, python-format msgid "%s (in module %s)" msgstr "%s (%s modülü içinde)" -#: sphinx/domains/python.py:301 +#: sphinx/domains/python.py:303 #, python-format msgid "%s (built-in class)" msgstr "%s (gömülü sınıf)" -#: sphinx/domains/python.py:302 +#: sphinx/domains/python.py:304 #, python-format msgid "%s (class in %s)" msgstr "%s (%s içinde bir sınıf)" -#: sphinx/domains/python.py:342 +#: sphinx/domains/python.py:344 #, python-format msgid "%s() (%s.%s method)" msgstr "%s() (%s.%s metodu)" -#: sphinx/domains/python.py:354 +#: sphinx/domains/python.py:356 #, python-format msgid "%s() (%s.%s static method)" msgstr "%s() (%s.%s statik metodu)" -#: sphinx/domains/python.py:357 +#: sphinx/domains/python.py:359 #, python-format msgid "%s() (%s static method)" msgstr "%s() (%s statik metodu)" -#: sphinx/domains/python.py:367 +#: sphinx/domains/python.py:369 #, python-format msgid "%s() (%s.%s class method)" msgstr "%s() (%s.%s sınıf metodu)" -#: sphinx/domains/python.py:370 +#: sphinx/domains/python.py:372 #, python-format msgid "%s() (%s class method)" msgstr "%s() (%s sınıf metodu)" -#: sphinx/domains/python.py:380 +#: sphinx/domains/python.py:382 #, python-format msgid "%s (%s.%s attribute)" msgstr "%s (%s.%s niteliği)" -#: sphinx/domains/python.py:461 +#: sphinx/domains/python.py:463 #, python-format msgid "%s (module)" msgstr "%s (modül)" -#: sphinx/domains/python.py:518 +#: sphinx/domains/python.py:520 msgid "Python Module Index" msgstr "Python Modül Dizini" -#: sphinx/domains/python.py:519 +#: sphinx/domains/python.py:521 msgid "modules" msgstr "modüller" -#: sphinx/domains/python.py:565 +#: sphinx/domains/python.py:567 msgid "Deprecated" msgstr "Önerilmiyor" -#: sphinx/domains/python.py:590 sphinx/locale/__init__.py:181 +#: sphinx/domains/python.py:592 sphinx/locale/__init__.py:183 msgid "exception" msgstr "istisnası" -#: sphinx/domains/python.py:591 +#: sphinx/domains/python.py:593 msgid "method" msgstr "metodu" -#: sphinx/domains/python.py:592 +#: sphinx/domains/python.py:594 msgid "class method" msgstr "sınıf metodu" -#: sphinx/domains/python.py:593 +#: sphinx/domains/python.py:595 msgid "static method" msgstr "statik metodu" -#: sphinx/domains/python.py:595 sphinx/locale/__init__.py:177 +#: sphinx/domains/python.py:597 sphinx/locale/__init__.py:179 msgid "module" msgstr "modülü" -#: sphinx/domains/python.py:760 +#: sphinx/domains/python.py:762 msgid " (deprecated)" msgstr " (önerilmiyor)" @@ -397,64 +399,64 @@ msgstr "çevre değişkeni; %s" msgid "%scommand line option; %s" msgstr "%skomut satırı seçeneği; %s" -#: sphinx/domains/std.py:443 +#: sphinx/domains/std.py:433 msgid "glossary term" msgstr "sözlük terimi" -#: sphinx/domains/std.py:444 +#: sphinx/domains/std.py:434 msgid "grammar token" msgstr "dilbilgisi girdisi" -#: sphinx/domains/std.py:445 +#: sphinx/domains/std.py:435 msgid "reference label" msgstr "referans etiketi" -#: sphinx/domains/std.py:447 +#: sphinx/domains/std.py:437 msgid "environment variable" msgstr "çevre değişkeni" -#: sphinx/domains/std.py:448 +#: sphinx/domains/std.py:438 msgid "program option" msgstr "program seçeneği" -#: sphinx/domains/std.py:481 sphinx/themes/basic/genindex-single.html:32 +#: sphinx/domains/std.py:471 sphinx/themes/basic/genindex-single.html:32 #: sphinx/themes/basic/genindex-single.html:57 #: sphinx/themes/basic/genindex-split.html:11 #: sphinx/themes/basic/genindex-split.html:14 #: sphinx/themes/basic/genindex.html:32 sphinx/themes/basic/genindex.html:35 #: sphinx/themes/basic/genindex.html:68 sphinx/themes/basic/layout.html:134 -#: sphinx/writers/latex.py:201 sphinx/writers/texinfo.py:479 +#: sphinx/writers/latex.py:346 sphinx/writers/texinfo.py:481 msgid "Index" msgstr "Dizin" -#: sphinx/domains/std.py:482 +#: sphinx/domains/std.py:472 msgid "Module Index" msgstr "Modül Dizini" -#: sphinx/domains/std.py:483 sphinx/themes/basic/defindex.html:25 +#: sphinx/domains/std.py:473 sphinx/themes/basic/defindex.html:25 msgid "Search Page" msgstr "Arama Sayfası" -#: sphinx/ext/autodoc.py:1139 +#: sphinx/ext/autodoc.py:1265 #, python-format msgid " Bases: %s" msgstr " Taban: %s" -#: sphinx/ext/autodoc.py:1181 +#: sphinx/ext/autodoc.py:1318 #, python-format msgid "alias of :class:`%s`" msgstr "şunun takma adı: :class:`%s`" -#: sphinx/ext/graphviz.py:293 sphinx/ext/graphviz.py:301 +#: sphinx/ext/graphviz.py:307 sphinx/ext/graphviz.py:316 #, python-format msgid "[graph: %s]" msgstr "[çizim: %s]" -#: sphinx/ext/graphviz.py:295 sphinx/ext/graphviz.py:303 +#: sphinx/ext/graphviz.py:309 sphinx/ext/graphviz.py:318 msgid "[graph]" msgstr "[çizim]" -#: sphinx/ext/intersphinx.py:257 +#: sphinx/ext/intersphinx.py:359 #, python-format msgid "(in %s v%s)" msgstr "(%s v%s içinde)" @@ -463,112 +465,117 @@ msgstr "(%s v%s içinde)" msgid "[source]" msgstr "[kaynak]" -#: sphinx/ext/todo.py:43 +#: sphinx/ext/todo.py:56 msgid "Todo" msgstr "Yapılacaklar" -#: sphinx/ext/todo.py:113 -#, python-format -msgid "(The <> is located in %s, line %d.)" +#: sphinx/ext/todo.py:129 +#, fuzzy +msgid "<>" +msgstr "özgün girdi" + +#: sphinx/ext/todo.py:132 +#, fuzzy, python-format +msgid "(The <> is located in %s, line %d.)" msgstr "(<<özgün girdi>> %s içinde ve %d satırında bulunuyor.)" -#: sphinx/ext/todo.py:122 +#: sphinx/ext/todo.py:141 msgid "original entry" msgstr "özgün girdi" -#: sphinx/ext/viewcode.py:158 +#: sphinx/ext/viewcode.py:162 msgid "[docs]" msgstr "[belgeler]" -#: sphinx/ext/viewcode.py:172 +#: sphinx/ext/viewcode.py:176 msgid "Module code" msgstr "Modül kodu" -#: sphinx/ext/viewcode.py:178 +#: sphinx/ext/viewcode.py:182 #, python-format msgid "

Source code for %s

" msgstr "

%s öğesinin kaynak kodu

" -#: sphinx/ext/viewcode.py:204 +#: sphinx/ext/viewcode.py:208 msgid "Overview: module code" msgstr "Genel bakış: modül kodu" -#: sphinx/ext/viewcode.py:205 +#: sphinx/ext/viewcode.py:209 msgid "

All modules for which code is available

" msgstr "

Kodları mevcut bütün modüller

" -#: sphinx/locale/__init__.py:157 +#: sphinx/locale/__init__.py:159 msgid "Attention" msgstr "Dikkat" -#: sphinx/locale/__init__.py:158 +#: sphinx/locale/__init__.py:160 msgid "Caution" msgstr "Uyarı" -#: sphinx/locale/__init__.py:159 +#: sphinx/locale/__init__.py:161 msgid "Danger" msgstr "Tehlike" -#: sphinx/locale/__init__.py:160 +#: sphinx/locale/__init__.py:162 msgid "Error" msgstr "Hata" -#: sphinx/locale/__init__.py:161 +#: sphinx/locale/__init__.py:163 msgid "Hint" msgstr "İpucu" -#: sphinx/locale/__init__.py:162 +#: sphinx/locale/__init__.py:164 msgid "Important" msgstr "Önemli" -#: sphinx/locale/__init__.py:163 +#: sphinx/locale/__init__.py:165 msgid "Note" msgstr "Not" -#: sphinx/locale/__init__.py:164 +#: sphinx/locale/__init__.py:166 msgid "See also" msgstr "Ayrıca bkz." -#: sphinx/locale/__init__.py:165 +#: sphinx/locale/__init__.py:167 msgid "Tip" msgstr "Tüyo" -#: sphinx/locale/__init__.py:166 +#: sphinx/locale/__init__.py:168 msgid "Warning" msgstr "Uyarı" -#: sphinx/locale/__init__.py:170 +#: sphinx/locale/__init__.py:172 #, python-format msgid "New in version %s" msgstr "%s sürümüyle geldi" -#: sphinx/locale/__init__.py:171 +#: sphinx/locale/__init__.py:173 #, python-format msgid "Changed in version %s" msgstr "%s sürümünde değişti" -#: sphinx/locale/__init__.py:172 +#: sphinx/locale/__init__.py:174 #, python-format msgid "Deprecated since version %s" msgstr "%s sürümünden beri önerilmiyor" -#: sphinx/locale/__init__.py:178 +#: sphinx/locale/__init__.py:180 msgid "keyword" msgstr "anahtar sözcük" -#: sphinx/locale/__init__.py:179 +#: sphinx/locale/__init__.py:181 msgid "operator" msgstr "işleç" -#: sphinx/locale/__init__.py:180 +#: sphinx/locale/__init__.py:182 msgid "object" msgstr "nesne" -#: sphinx/locale/__init__.py:182 +#: sphinx/locale/__init__.py:184 msgid "statement" msgstr "deyim" -#: sphinx/locale/__init__.py:183 +#: sphinx/locale/__init__.py:185 msgid "built-in function" msgstr "gömülü fonksiyon" @@ -696,7 +703,9 @@ msgstr "Son güncelleme: %(last_updated)s." msgid "" "Created using Sphinx " "%(sphinx_version)s." -msgstr "Sphinx %(sphinx_version)s ile oluşturulmuştur." +msgstr "" +"Sphinx %(sphinx_version)s ile " +"oluşturulmuştur." #: sphinx/themes/basic/opensearch.xml:4 #, python-format @@ -723,7 +732,9 @@ msgstr "sonraki bölüm" msgid "" "Please activate JavaScript to enable the search\n" " functionality." -msgstr "Arama işlevini kullanabilmek için lütfen JavaScript'i\n etkinleştirin." +msgstr "" +"Arama işlevini kullanabilmek için lütfen JavaScript'i\n" +" etkinleştirin." #: sphinx/themes/basic/search.html:32 msgid "" @@ -731,26 +742,29 @@ msgid "" " words into the box below and click \"search\". Note that the search\n" " function will automatically search for all of the words. Pages\n" " containing fewer words won't appear in the result list." -msgstr "Burada belgeler içinde arama yapabilirsiniz. Aradığınız kelimeyi \naşağıdaki kutuya yazıp \"ara\" düğmesine basınız. Arama işlevi \notomatik olarak bütün kelimeleri arayacaktır. Eksik kelime içeren \nsayfalar sonuç listesinde görünmez." +msgstr "" +"Burada belgeler içinde arama yapabilirsiniz. Aradığınız kelimeyi \n" +"aşağıdaki kutuya yazıp \"ara\" düğmesine basınız. Arama işlevi \n" +"otomatik olarak bütün kelimeleri arayacaktır. Eksik kelime içeren \n" +"sayfalar sonuç listesinde görünmez." -#: sphinx/themes/basic/search.html:39 -#: sphinx/themes/basic/searchresults.html:17 +#: sphinx/themes/basic/search.html:39 sphinx/themes/basic/searchresults.html:17 msgid "search" msgstr "ara" -#: sphinx/themes/basic/search.html:43 -#: sphinx/themes/basic/searchresults.html:21 -#: sphinx/themes/basic/static/searchtools.js_t:281 +#: sphinx/themes/basic/search.html:43 sphinx/themes/basic/searchresults.html:21 +#: sphinx/themes/basic/static/searchtools.js_t:282 msgid "Search Results" msgstr "Arama Sonuçları" -#: sphinx/themes/basic/search.html:45 -#: sphinx/themes/basic/searchresults.html:23 -#: sphinx/themes/basic/static/searchtools.js_t:283 +#: sphinx/themes/basic/search.html:45 sphinx/themes/basic/searchresults.html:23 +#: sphinx/themes/basic/static/searchtools.js_t:284 msgid "" -"Your search did not match any documents. Please make sure that all words are" -" spelled correctly and that you've selected enough categories." -msgstr "Arama sonucunda herhangi bir belge bulunamadı. Bütün kelimeleri doğru yazdığınızdan ve gerekli bütün kategorileri seçtiğinizden emin olun." +"Your search did not match any documents. Please make sure that all words " +"are spelled correctly and that you've selected enough categories." +msgstr "" +"Arama sonucunda herhangi bir belge bulunamadı. Bütün kelimeleri doğru " +"yazdığınızdan ve gerekli bütün kategorileri seçtiğinizden emin olun." #: sphinx/themes/basic/searchbox.html:12 msgid "Quick search" @@ -788,33 +802,33 @@ msgstr "C API'sindeki değişiklikler" msgid "Other changes" msgstr "Diğer değişiklikler" -#: sphinx/themes/basic/static/doctools.js:166 sphinx/writers/html.py:610 -#: sphinx/writers/html.py:615 +#: sphinx/themes/basic/static/doctools.js_t:169 sphinx/writers/html.py:668 +#: sphinx/writers/html.py:673 msgid "Permalink to this headline" msgstr "Bu başlığın kalıcı bağlantısı" -#: sphinx/themes/basic/static/doctools.js:172 sphinx/writers/html.py:107 +#: sphinx/themes/basic/static/doctools.js_t:175 sphinx/writers/html.py:105 msgid "Permalink to this definition" msgstr "Bu tanımın kalıcı bağlantısı" -#: sphinx/themes/basic/static/doctools.js:205 +#: sphinx/themes/basic/static/doctools.js_t:208 msgid "Hide Search Matches" msgstr "Arama Sonuçlarını Gizle" -#: sphinx/themes/basic/static/searchtools.js_t:119 +#: sphinx/themes/basic/static/searchtools.js_t:121 msgid "Searching" msgstr "Aranıyor" -#: sphinx/themes/basic/static/searchtools.js_t:124 +#: sphinx/themes/basic/static/searchtools.js_t:126 msgid "Preparing search..." msgstr "Aramaya hazırlanıyor..." -#: sphinx/themes/basic/static/searchtools.js_t:285 +#: sphinx/themes/basic/static/searchtools.js_t:286 #, python-format msgid "Search finished, found %s page(s) matching the search query." msgstr "Arama tamamlandı. Sorguyu içeren %s sayfa bulundu." -#: sphinx/themes/basic/static/searchtools.js_t:337 +#: sphinx/themes/basic/static/searchtools.js_t:338 msgid ", in " msgstr ", şunun içinde:" @@ -831,44 +845,56 @@ msgstr "Yan çubuğu daralt" msgid "Contents" msgstr "İçindekiler" -#: sphinx/writers/html.py:334 +#: sphinx/writers/html.py:349 msgid "Permalink to this code" msgstr "Bu kodun kalıcı bağlantısı" -#: sphinx/writers/html.py:337 +#: sphinx/writers/html.py:353 msgid "Permalink to this image" msgstr "Bu resmin kalıcı bağlantısı" -#: sphinx/writers/html.py:339 +#: sphinx/writers/html.py:355 msgid "Permalink to this toctree" msgstr "" -#: sphinx/writers/html.py:619 +#: sphinx/writers/html.py:677 msgid "Permalink to this table" msgstr "Bu tablonun kalıcı bağlantısı" -#: sphinx/writers/latex.py:199 +#: sphinx/writers/latex.py:344 msgid "Release" msgstr "Sürüm" -#: sphinx/writers/latex.py:697 sphinx/writers/manpage.py:177 -#: sphinx/writers/texinfo.py:616 +#: sphinx/writers/latex.py:408 +#, fuzzy +msgid "page" +msgstr "Tehlike" + +#: sphinx/writers/latex.py:908 sphinx/writers/manpage.py:226 +#: sphinx/writers/texinfo.py:620 msgid "Footnotes" msgstr "Dipnotları" -#: sphinx/writers/latex.py:785 +#: sphinx/writers/latex.py:1010 msgid "continued from previous page" msgstr "önceki sayfadan devam" -#: sphinx/writers/latex.py:791 +#: sphinx/writers/latex.py:1016 msgid "Continued on next page" msgstr "Devamı sonraki sayfada" -#: sphinx/writers/manpage.py:223 sphinx/writers/text.py:541 +#: sphinx/writers/manpage.py:275 sphinx/writers/text.py:582 #, python-format msgid "[image: %s]" msgstr "[resim: %s]" -#: sphinx/writers/manpage.py:224 sphinx/writers/text.py:542 +#: sphinx/writers/manpage.py:276 sphinx/writers/text.py:583 msgid "[image]" msgstr "[resim]" + +#~ msgid "%B %d, %Y" +#~ msgstr "%d %B %Y" + +#~ msgid "%b %d, %Y" +#~ msgstr "%d %b %Y" + diff --git a/sphinx/locale/uk_UA/LC_MESSAGES/sphinx.js b/sphinx/locale/uk_UA/LC_MESSAGES/sphinx.js index 7800cab4a..723933af2 100644 --- a/sphinx/locale/uk_UA/LC_MESSAGES/sphinx.js +++ b/sphinx/locale/uk_UA/LC_MESSAGES/sphinx.js @@ -1 +1 @@ -Documentation.addTranslations({"locale": "uk_UA", "plural_expr": "(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)", "messages": {"Next topic": "\u041d\u0430\u0441\u0442\u0443\u043f\u043d\u0430 \u0442\u0435\u043c\u0430", "Index": "\u0406\u043d\u0434\u0435\u043a\u0441", "%(filename)s — %(docstitle)s": "%(filename)s — %(docstitle)s", "Welcome! This is": "", "Copyright": "\u0410\u0432\u0442\u043e\u0440\u0441\u044c\u043a\u0456 \u043f\u0440\u0430\u0432\u0430", "C API changes": "\u0437\u043c\u0456\u043d\u0438 C API", "quick access to all modules": "\u0448\u0432\u0438\u0434\u043a\u0438\u0439 \u0434\u043e\u0441\u0442\u0443\u043f \u0434\u043e \u0432\u0441\u0456\u0445 \u043c\u043e\u0434\u0443\u043b\u0456\u0432", "© Copyright %(copyright)s.": "© Copyright %(copyright)s.", "Global Module Index": "\u0417\u0430\u0433\u0430\u043b\u044c\u043d\u0438\u0439 \u0456\u043d\u0434\u0435\u043a\u0441 \u043c\u043e\u0434\u0443\u043b\u0456\u0432", "Your search did not match any documents. Please make sure that all words are spelled correctly and that you've selected enough categories.": "", "Index – %(key)s": "\u0406\u043d\u0434\u0435\u043a\u0441 – %(key)s", "General Index": "\u0417\u0430\u0433\u0430\u043b\u044c\u043d\u0438\u0439 \u0456\u043d\u0434\u0435\u043a\u0441", "next chapter": "\u043d\u0430\u0441\u0442\u0443\u043f\u043d\u0438\u0439 \u0440\u043e\u0437\u0434\u0456\u043b", "Search finished, found %s page(s) matching the search query.": "", "previous chapter": "\u041f\u043e\u043f\u0435\u0440\u0435\u0434\u043d\u0456\u0439 \u0440\u043e\u0437\u0434\u0456\u043b", "Permalink to this headline": "\u041f\u043e\u0441\u0442\u0456\u0439\u043d\u0435 \u043f\u043e\u0441\u0438\u043b\u0430\u043d\u043d\u044f \u043d\u0430 \u0446\u0435\u0439 \u0437\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a", "About these documents": "\u041f\u0440\u043e \u0446\u0456 \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0438", "Preparing search...": "", ", in ": "", "Navigation": "\u041d\u0430\u0432\u0456\u0433\u0430\u0446\u0456\u044f", "Expand sidebar": "", "the documentation for": "", "Complete Table of Contents": "\u041f\u043e\u0432\u043d\u0438\u0439 \u0417\u043c\u0456\u0441\u0442", "Contents": "", "can be huge": "\u043c\u043e\u0436\u0435 \u0431\u0443\u0442\u0438 \u0432\u0435\u043b\u0438\u0447\u0435\u0437\u043d\u0438\u043c", "Changes in Version %(version)s — %(docstitle)s": "\u0417\u043c\u0456\u043d\u0438 \u0432 \u0412\u0435\u0440\u0441\u0456\u0457 %(version)s — %(docstitle)s", "Other changes": "\u0406\u043d\u0448\u0456 \u0437\u043c\u0456\u043d\u0438", "Hide Search Matches": "\u041f\u0440\u0438\u0445\u043e\u0432\u0430\u0442\u0438 \u0441\u043f\u0456\u0432\u043f\u0430\u0434\u0456\u043d\u043d\u044f \u043f\u043e\u0448\u0443\u043a\u0443", "Quick search": "\u0428\u0432\u0438\u0434\u043a\u0438\u0439 \u043f\u043e\u0448\u0443\u043a", "Show Source": "\u0412\u0456\u0434\u043e\u0431\u0440\u0430\u0437\u0438\u0442\u0438 \u0432\u0438\u0445\u0456\u0434\u043d\u0438\u0439 \u0442\u0435\u043a\u0441\u0442", "Search": "\u041f\u043e\u0448\u0443\u043a", "This Page": "\u0426\u044f \u0441\u0442\u043e\u0440\u0456\u043d\u043a\u0430", "From here you can search these documents. Enter your search\n words into the box below and click \"search\". Note that the search\n function will automatically search for all of the words. Pages\n containing fewer words won't appear in the result list.": "\u0417\u0432\u0456\u0434\u0441\u0438 \u0432\u0438 \u043c\u043e\u0436\u0435\u0442\u0435 \u0448\u0443\u043a\u0430\u0442\u0438 \u0446\u0456 \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0438. \u0412\u0432\u0435\u0434\u0456\u0442\u044c \u0432\u0430\u0448\u0456 \u043f\u043e\u0448\u0443\u043a\u043e\u0432\u0456\n \u0441\u043b\u043e\u0432\u0430 \u0432 \u043f\u043e\u043b\u0435 \u043d\u0438\u0436\u0447\u0435 \u0442\u0430 \u043d\u0430\u0442\u0438\u0441\u043d\u0456\u0442\u044c \"\u043f\u043e\u0448\u0443\u043a\". \u0417\u0430\u0443\u0432\u0430\u0436\u0442\u0435 \u0449\u043e \u0444\u0443\u043d\u043a\u0446\u0456\u044f\n \u043f\u043e\u0448\u0443\u043a\u0443 \u0430\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u043d\u043e \u0448\u0443\u043a\u0430\u0442\u0438\u043c\u0435 \u0437\u0430 \u0432\u0441\u0456\u043c\u0430 \u0441\u043b\u043e\u0432\u0430\u043c\u0438. \u0421\u0442\u043e\u0440\u0456\u043d\u043a\u0438\n \u0449\u043e \u043c\u0456\u0441\u0442\u044f\u0442\u044c \u043c\u0435\u043d\u0448\u0435 \u0441\u043b\u0456\u0432 \u043d\u0435 \u0437'\u044f\u0432\u043b\u044f\u0442\u044c\u0441\u044f \u0432 \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0443\u044e\u0447\u043e\u043c\u0443 \u0441\u043f\u0438\u0441\u043a\u0443.", "Created using Sphinx %(sphinx_version)s.": "\u0421\u0442\u0432\u043e\u0440\u0435\u043d\u043e \u0437 \u0432\u0438\u043a\u043e\u0440\u0438\u0441\u0442\u0430\u043d\u043d\u044f\u043c Sphinx %(sphinx_version)s.", "last updated": "", "Collapse sidebar": "", "Go": "\u0412\u043f\u0435\u0440\u0435\u0434", "Table Of Contents": "\u0417\u043c\u0456\u0441\u0442", "Search within %(docstitle)s": "\u0428\u0443\u043a\u0430\u0442\u0438 \u0432 %(docstitle)s", "all functions, classes, terms": "\u0432\u0441\u0456 \u0444\u0443\u043d\u043a\u0446\u0456\u0457, \u043a\u043b\u0430\u0441\u0438, \u0442\u0435\u0440\u043c\u0456\u043d\u0438", "Please activate JavaScript to enable the search\n functionality.": "\u0411\u0443\u0434\u044c-\u043b\u0430\u0441\u043a\u0430 \u0432\u0456\u043c\u043a\u043d\u0456\u0442\u044c \u043f\u0456\u0434\u0442\u0440\u0438\u043c\u043a\u0443 JavaScript, \u0449\u043e\u0431 \u0432\u0432\u0456\u043a\u043d\u0443\u0442\u0438\n\"\n\" \u043f\u043e\u0448\u0443\u043a.", "Indices and tables:": "\u0406\u043d\u0434\u0435\u043a\u0441\u0438 \u0442\u0430 \u0442\u0430\u0431\u043b\u0438\u0446\u0456:", "lists all sections and subsections": "\u043f\u0435\u0440\u0435\u043b\u0456\u0447\u0438\u0442\u0438 \u0432\u0441\u0456 \u0441\u0435\u043a\u0446\u0456\u0457 \u0442\u0430 \u043f\u0456\u0434\u0441\u0435\u043a\u0446\u0456\u0457", "Index pages by letter": "\u0406\u043d\u0434\u0435\u043a\u0441\u043d\u0456 \u0441\u0442\u043e\u0440\u0456\u043d\u043a\u0438 \u043f\u043e \u0441\u0438\u043c\u0432\u043e\u043b\u0430\u043c", "search": "\u043f\u043e\u0448\u0443\u043a", "Permalink to this definition": "\u041f\u043e\u0441\u0442\u0456\u0439\u043d\u0435 \u043f\u043e\u0441\u0438\u043b\u0430\u043d\u043d\u044f \u043d\u0430 \u0446\u0435 \u0432\u0438\u0437\u043d\u0430\u0447\u0435\u043d\u043d\u044f", "Previous topic": "\u041f\u043e\u043f\u0435\u0440\u0435\u0434\u043d\u0456\u0439 \u0440\u043e\u0437\u0434\u0456\u043b", "Overview": "\u041e\u0433\u043b\u044f\u0434", "Last updated on %(last_updated)s.": "\u0412\u043e\u0441\u0442\u0430\u043d\u043d\u0454 \u043e\u043d\u043e\u0432\u043b\u0435\u043d\u043e %(last_updated)s.", "Searching": "", "search this documentation": "\u0448\u0443\u043a\u0430\u0442\u0438 \u0446\u044e \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0430\u0446\u0456\u044e", "Automatically generated list of changes in version %(version)s": "\u0410\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u043d\u043e\u0433\u043e \u0437\u0433\u0435\u043d\u0435\u0440\u043e\u0432\u0430\u043d\u0438\u0439 \u0441\u043f\u0438\u0441\u043e\u043a \u0437\u043c\u0456\u043d \u0432 \u0432\u0435\u0440\u0441\u0456\u0457 %(version)s", "Full index on one page": "\u041f\u043e\u0432\u043d\u0438\u0439 \u0456\u043d\u0434\u0435\u043a\u0441 \u043d\u0430 \u043e\u0434\u043d\u0456\u0439 \u0441\u0442\u043e\u0440\u0456\u043d\u0446\u0456", "Enter search terms or a module, class or function name.": "\u0412\u0432\u0435\u0434\u0456\u0442\u044c \u043f\u043e\u0448\u0443\u043a\u043e\u0432\u0438\u0439 \u0442\u0435\u0440\u043c\u0456\u043d, \u043c\u043e\u0434\u0443\u043b\u044c, \u043a\u043b\u0430\u0441 \u0447\u0438 \u043d\u0430\u0437\u0432\u0443 \u0444\u0443\u043d\u043a\u0446\u0456\u0457.", "© Copyright %(copyright)s.": "© Copyright %(copyright)s.", "Library changes": "\u0417\u043c\u0456\u043d\u0438 \u0432 \u0431\u0456\u0431\u043b\u0456\u043e\u0442\u0435\u0446\u0456", "Search Page": "\u0421\u0442\u043e\u0440\u0456\u043d\u043a\u0430 \u043f\u043e\u0448\u0443\u043a\u0443", "Search Results": "\u0420\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u0438 \u043f\u043e\u0448\u0443\u043a\u0443"}}); \ No newline at end of file +Documentation.addTranslations({"locale": "uk_UA", "messages": {"%(filename)s — %(docstitle)s": "%(filename)s — %(docstitle)s", "© Copyright %(copyright)s.": "© Copyright %(copyright)s.", "© Copyright %(copyright)s.": "© Copyright %(copyright)s.", ", in ": "", "About these documents": "\u041f\u0440\u043e \u0446\u0456 \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0438", "Automatically generated list of changes in version %(version)s": "\u0410\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u043d\u043e\u0433\u043e \u0437\u0433\u0435\u043d\u0435\u0440\u043e\u0432\u0430\u043d\u0438\u0439 \u0441\u043f\u0438\u0441\u043e\u043a \u0437\u043c\u0456\u043d \u0432 \u0432\u0435\u0440\u0441\u0456\u0457 %(version)s", "C API changes": "\u0437\u043c\u0456\u043d\u0438 C API", "Changes in Version %(version)s — %(docstitle)s": "\u0417\u043c\u0456\u043d\u0438 \u0432 \u0412\u0435\u0440\u0441\u0456\u0457 %(version)s — %(docstitle)s", "Collapse sidebar": "", "Complete Table of Contents": "\u041f\u043e\u0432\u043d\u0438\u0439 \u0417\u043c\u0456\u0441\u0442", "Contents": "", "Copyright": "\u0410\u0432\u0442\u043e\u0440\u0441\u044c\u043a\u0456 \u043f\u0440\u0430\u0432\u0430", "Created using Sphinx %(sphinx_version)s.": "\u0421\u0442\u0432\u043e\u0440\u0435\u043d\u043e \u0437 \u0432\u0438\u043a\u043e\u0440\u0438\u0441\u0442\u0430\u043d\u043d\u044f\u043c Sphinx %(sphinx_version)s.", "Enter search terms or a module, class or function name.": "\u0412\u0432\u0435\u0434\u0456\u0442\u044c \u043f\u043e\u0448\u0443\u043a\u043e\u0432\u0438\u0439 \u0442\u0435\u0440\u043c\u0456\u043d, \u043c\u043e\u0434\u0443\u043b\u044c, \u043a\u043b\u0430\u0441 \u0447\u0438 \u043d\u0430\u0437\u0432\u0443 \u0444\u0443\u043d\u043a\u0446\u0456\u0457.", "Expand sidebar": "", "From here you can search these documents. Enter your search\n words into the box below and click \"search\". Note that the search\n function will automatically search for all of the words. Pages\n containing fewer words won't appear in the result list.": "\u0417\u0432\u0456\u0434\u0441\u0438 \u0432\u0438 \u043c\u043e\u0436\u0435\u0442\u0435 \u0448\u0443\u043a\u0430\u0442\u0438 \u0446\u0456 \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0438. \u0412\u0432\u0435\u0434\u0456\u0442\u044c \u0432\u0430\u0448\u0456 \u043f\u043e\u0448\u0443\u043a\u043e\u0432\u0456\n \u0441\u043b\u043e\u0432\u0430 \u0432 \u043f\u043e\u043b\u0435 \u043d\u0438\u0436\u0447\u0435 \u0442\u0430 \u043d\u0430\u0442\u0438\u0441\u043d\u0456\u0442\u044c \"\u043f\u043e\u0448\u0443\u043a\". \u0417\u0430\u0443\u0432\u0430\u0436\u0442\u0435 \u0449\u043e \u0444\u0443\u043d\u043a\u0446\u0456\u044f\n \u043f\u043e\u0448\u0443\u043a\u0443 \u0430\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u043d\u043e \u0448\u0443\u043a\u0430\u0442\u0438\u043c\u0435 \u0437\u0430 \u0432\u0441\u0456\u043c\u0430 \u0441\u043b\u043e\u0432\u0430\u043c\u0438. \u0421\u0442\u043e\u0440\u0456\u043d\u043a\u0438\n \u0449\u043e \u043c\u0456\u0441\u0442\u044f\u0442\u044c \u043c\u0435\u043d\u0448\u0435 \u0441\u043b\u0456\u0432 \u043d\u0435 \u0437'\u044f\u0432\u043b\u044f\u0442\u044c\u0441\u044f \u0432 \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0443\u044e\u0447\u043e\u043c\u0443 \u0441\u043f\u0438\u0441\u043a\u0443.", "Full index on one page": "\u041f\u043e\u0432\u043d\u0438\u0439 \u0456\u043d\u0434\u0435\u043a\u0441 \u043d\u0430 \u043e\u0434\u043d\u0456\u0439 \u0441\u0442\u043e\u0440\u0456\u043d\u0446\u0456", "General Index": "\u0417\u0430\u0433\u0430\u043b\u044c\u043d\u0438\u0439 \u0456\u043d\u0434\u0435\u043a\u0441", "Global Module Index": "\u0417\u0430\u0433\u0430\u043b\u044c\u043d\u0438\u0439 \u0456\u043d\u0434\u0435\u043a\u0441 \u043c\u043e\u0434\u0443\u043b\u0456\u0432", "Go": "\u0412\u043f\u0435\u0440\u0435\u0434", "Hide Search Matches": "\u041f\u0440\u0438\u0445\u043e\u0432\u0430\u0442\u0438 \u0441\u043f\u0456\u0432\u043f\u0430\u0434\u0456\u043d\u043d\u044f \u043f\u043e\u0448\u0443\u043a\u0443", "Index": "\u0406\u043d\u0434\u0435\u043a\u0441", "Index – %(key)s": "\u0406\u043d\u0434\u0435\u043a\u0441 – %(key)s", "Index pages by letter": "\u0406\u043d\u0434\u0435\u043a\u0441\u043d\u0456 \u0441\u0442\u043e\u0440\u0456\u043d\u043a\u0438 \u043f\u043e \u0441\u0438\u043c\u0432\u043e\u043b\u0430\u043c", "Indices and tables:": "\u0406\u043d\u0434\u0435\u043a\u0441\u0438 \u0442\u0430 \u0442\u0430\u0431\u043b\u0438\u0446\u0456:", "Last updated on %(last_updated)s.": "\u0412\u043e\u0441\u0442\u0430\u043d\u043d\u0454 \u043e\u043d\u043e\u0432\u043b\u0435\u043d\u043e %(last_updated)s.", "Library changes": "\u0417\u043c\u0456\u043d\u0438 \u0432 \u0431\u0456\u0431\u043b\u0456\u043e\u0442\u0435\u0446\u0456", "Navigation": "\u041d\u0430\u0432\u0456\u0433\u0430\u0446\u0456\u044f", "Next topic": "\u041d\u0430\u0441\u0442\u0443\u043f\u043d\u0430 \u0442\u0435\u043c\u0430", "Other changes": "\u0406\u043d\u0448\u0456 \u0437\u043c\u0456\u043d\u0438", "Overview": "\u041e\u0433\u043b\u044f\u0434", "Permalink to this definition": "\u041f\u043e\u0441\u0442\u0456\u0439\u043d\u0435 \u043f\u043e\u0441\u0438\u043b\u0430\u043d\u043d\u044f \u043d\u0430 \u0446\u0435 \u0432\u0438\u0437\u043d\u0430\u0447\u0435\u043d\u043d\u044f", "Permalink to this headline": "\u041f\u043e\u0441\u0442\u0456\u0439\u043d\u0435 \u043f\u043e\u0441\u0438\u043b\u0430\u043d\u043d\u044f \u043d\u0430 \u0446\u0435\u0439 \u0437\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a", "Please activate JavaScript to enable the search\n functionality.": "\u0411\u0443\u0434\u044c-\u043b\u0430\u0441\u043a\u0430 \u0432\u0456\u043c\u043a\u043d\u0456\u0442\u044c \u043f\u0456\u0434\u0442\u0440\u0438\u043c\u043a\u0443 JavaScript, \u0449\u043e\u0431 \u0432\u0432\u0456\u043a\u043d\u0443\u0442\u0438\n\"\n\" \u043f\u043e\u0448\u0443\u043a.", "Preparing search...": "", "Previous topic": "\u041f\u043e\u043f\u0435\u0440\u0435\u0434\u043d\u0456\u0439 \u0440\u043e\u0437\u0434\u0456\u043b", "Quick search": "\u0428\u0432\u0438\u0434\u043a\u0438\u0439 \u043f\u043e\u0448\u0443\u043a", "Search": "\u041f\u043e\u0448\u0443\u043a", "Search Page": "\u0421\u0442\u043e\u0440\u0456\u043d\u043a\u0430 \u043f\u043e\u0448\u0443\u043a\u0443", "Search Results": "\u0420\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u0438 \u043f\u043e\u0448\u0443\u043a\u0443", "Search finished, found %s page(s) matching the search query.": "", "Search within %(docstitle)s": "\u0428\u0443\u043a\u0430\u0442\u0438 \u0432 %(docstitle)s", "Searching": "", "Show Source": "\u0412\u0456\u0434\u043e\u0431\u0440\u0430\u0437\u0438\u0442\u0438 \u0432\u0438\u0445\u0456\u0434\u043d\u0438\u0439 \u0442\u0435\u043a\u0441\u0442", "Table Of Contents": "\u0417\u043c\u0456\u0441\u0442", "This Page": "\u0426\u044f \u0441\u0442\u043e\u0440\u0456\u043d\u043a\u0430", "Welcome! This is": "", "Your search did not match any documents. Please make sure that all words are spelled correctly and that you've selected enough categories.": "", "all functions, classes, terms": "\u0432\u0441\u0456 \u0444\u0443\u043d\u043a\u0446\u0456\u0457, \u043a\u043b\u0430\u0441\u0438, \u0442\u0435\u0440\u043c\u0456\u043d\u0438", "can be huge": "\u043c\u043e\u0436\u0435 \u0431\u0443\u0442\u0438 \u0432\u0435\u043b\u0438\u0447\u0435\u0437\u043d\u0438\u043c", "last updated": "", "lists all sections and subsections": "\u043f\u0435\u0440\u0435\u043b\u0456\u0447\u0438\u0442\u0438 \u0432\u0441\u0456 \u0441\u0435\u043a\u0446\u0456\u0457 \u0442\u0430 \u043f\u0456\u0434\u0441\u0435\u043a\u0446\u0456\u0457", "next chapter": "\u043d\u0430\u0441\u0442\u0443\u043f\u043d\u0438\u0439 \u0440\u043e\u0437\u0434\u0456\u043b", "previous chapter": "\u041f\u043e\u043f\u0435\u0440\u0435\u0434\u043d\u0456\u0439 \u0440\u043e\u0437\u0434\u0456\u043b", "quick access to all modules": "\u0448\u0432\u0438\u0434\u043a\u0438\u0439 \u0434\u043e\u0441\u0442\u0443\u043f \u0434\u043e \u0432\u0441\u0456\u0445 \u043c\u043e\u0434\u0443\u043b\u0456\u0432", "search": "\u043f\u043e\u0448\u0443\u043a", "search this documentation": "\u0448\u0443\u043a\u0430\u0442\u0438 \u0446\u044e \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0430\u0446\u0456\u044e", "the documentation for": ""}, "plural_expr": "(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)"}); \ No newline at end of file diff --git a/sphinx/locale/uk_UA/LC_MESSAGES/sphinx.mo b/sphinx/locale/uk_UA/LC_MESSAGES/sphinx.mo index fbbdb85c7..9645922e1 100644 Binary files a/sphinx/locale/uk_UA/LC_MESSAGES/sphinx.mo and b/sphinx/locale/uk_UA/LC_MESSAGES/sphinx.mo differ diff --git a/sphinx/locale/uk_UA/LC_MESSAGES/sphinx.po b/sphinx/locale/uk_UA/LC_MESSAGES/sphinx.po index bed71b729..7b192836f 100644 --- a/sphinx/locale/uk_UA/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/uk_UA/LC_MESSAGES/sphinx.po @@ -1,55 +1,56 @@ -# Translations template for Sphinx. -# Copyright (C) 2015 ORGANIZATION +# Ukrainian (Ukraine) translations for Sphinx. +# Copyright (C) 2016 ORGANIZATION # This file is distributed under the same license as the Sphinx project. -# -# Translators: -# Petro Sasnyk , 2009 +# FIRST AUTHOR , 2016. +# msgid "" msgstr "" -"Project-Id-Version: Sphinx\n" +"Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2015-03-08 23:31+0900\n" +"POT-Creation-Date: 2016-02-14 22:15+0900\n" "PO-Revision-Date: 2015-03-08 14:35+0000\n" "Last-Translator: Takayuki Shimizukawa \n" -"Language-Team: Ukrainian (Ukraine) (http://www.transifex.com/projects/p/sphinx-1/language/uk_UA/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 1.3\n" "Language: uk_UA\n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +"Language-Team: Ukrainian (Ukraine) " +"(http://www.transifex.com/projects/p/sphinx-1/language/uk_UA/)\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && " +"n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 2.2.0\n" -#: sphinx/config.py:80 +#: sphinx/config.py:84 #, python-format msgid "Fig. %s" msgstr "" -#: sphinx/config.py:81 +#: sphinx/config.py:85 #, python-format msgid "Table %s" msgstr "" -#: sphinx/config.py:82 +#: sphinx/config.py:86 #, python-format msgid "Listing %s" msgstr "" -#: sphinx/config.py:89 +#: sphinx/config.py:93 #, python-format msgid "%s %s documentation" msgstr "" -#: sphinx/environment.py:1880 +#: sphinx/environment.py:1815 #, python-format msgid "see %s" msgstr "" -#: sphinx/environment.py:1883 +#: sphinx/environment.py:1819 #, python-format msgid "see also %s" msgstr "" -#: sphinx/environment.py:1941 +#: sphinx/environment.py:1879 msgid "Symbols" msgstr "" @@ -58,10 +59,9 @@ msgstr "" msgid "Python Enhancement Proposals; PEP %s" msgstr "Python Enhancement Proposals; PEP %s" -#: sphinx/transforms.py:58 sphinx/writers/latex.py:212 -#: sphinx/writers/manpage.py:67 sphinx/writers/texinfo.py:221 -#, python-format -msgid "%B %d, %Y" +#: sphinx/transforms.py:56 sphinx/writers/latex.py:357 +#: sphinx/writers/manpage.py:101 sphinx/writers/texinfo.py:222 +msgid "MMMM dd, YYYY" msgstr "" #: sphinx/builders/changes.py:75 @@ -72,64 +72,63 @@ msgstr "Вбудовані елементи" msgid "Module level" msgstr "Рівень модуля" -#: sphinx/builders/html.py:291 -#, python-format -msgid "%b %d, %Y" -msgstr "%b %d, %Y" +#: sphinx/builders/html.py:295 +msgid "MMM dd, YYYY" +msgstr "" -#: sphinx/builders/html.py:310 sphinx/themes/basic/defindex.html:30 +#: sphinx/builders/html.py:315 sphinx/themes/basic/defindex.html:30 msgid "General Index" msgstr "Загальний індекс" -#: sphinx/builders/html.py:310 +#: sphinx/builders/html.py:315 msgid "index" msgstr "індекс" -#: sphinx/builders/html.py:371 +#: sphinx/builders/html.py:376 msgid "next" msgstr "наступний" -#: sphinx/builders/html.py:380 +#: sphinx/builders/html.py:385 msgid "previous" msgstr "попередній" -#: sphinx/builders/latex.py:144 sphinx/builders/texinfo.py:198 +#: sphinx/builders/latex.py:165 sphinx/builders/texinfo.py:199 msgid " (in " msgstr " (в " -#: sphinx/directives/other.py:150 +#: sphinx/directives/other.py:149 msgid "Section author: " msgstr "Автор секції: " -#: sphinx/directives/other.py:152 +#: sphinx/directives/other.py:151 msgid "Module author: " msgstr "Автор модуля: " -#: sphinx/directives/other.py:154 +#: sphinx/directives/other.py:153 msgid "Code author: " msgstr "" -#: sphinx/directives/other.py:156 +#: sphinx/directives/other.py:155 msgid "Author: " msgstr "Автор: " -#: sphinx/domains/__init__.py:273 +#: sphinx/domains/__init__.py:275 #, python-format msgid "%s %s" msgstr "" -#: sphinx/domains/c.py:58 sphinx/domains/cpp.py:2408 -#: sphinx/domains/python.py:122 +#: sphinx/domains/c.py:58 sphinx/domains/cpp.py:3605 +#: sphinx/domains/python.py:124 msgid "Parameters" msgstr "Параметри" -#: sphinx/domains/c.py:61 sphinx/domains/cpp.py:2414 -#: sphinx/domains/javascript.py:128 sphinx/domains/python.py:134 +#: sphinx/domains/c.py:61 sphinx/domains/cpp.py:3614 +#: sphinx/domains/javascript.py:128 sphinx/domains/python.py:136 msgid "Returns" msgstr "Повертає" #: sphinx/domains/c.py:63 sphinx/domains/javascript.py:130 -#: sphinx/domains/python.py:136 +#: sphinx/domains/python.py:138 msgid "Return type" msgstr "Тип повернення" @@ -158,12 +157,12 @@ msgstr "%s (C тип)" msgid "%s (C variable)" msgstr "%s (C змінна)" -#: sphinx/domains/c.py:242 sphinx/domains/cpp.py:2680 -#: sphinx/domains/javascript.py:164 sphinx/domains/python.py:587 +#: sphinx/domains/c.py:242 sphinx/domains/cpp.py:3953 +#: sphinx/domains/javascript.py:164 sphinx/domains/python.py:589 msgid "function" msgstr "функція" -#: sphinx/domains/c.py:243 sphinx/domains/cpp.py:2681 +#: sphinx/domains/c.py:243 sphinx/domains/cpp.py:3954 msgid "member" msgstr "член" @@ -171,7 +170,7 @@ msgstr "член" msgid "macro" msgstr "макрос" -#: sphinx/domains/c.py:245 sphinx/domains/cpp.py:2682 +#: sphinx/domains/c.py:245 sphinx/domains/cpp.py:3955 msgid "type" msgstr "тип" @@ -179,59 +178,64 @@ msgstr "тип" msgid "variable" msgstr "" -#: sphinx/domains/cpp.py:2411 sphinx/domains/javascript.py:125 +#: sphinx/domains/cpp.py:3608 +#, fuzzy +msgid "Template Parameters" +msgstr "Параметри" + +#: sphinx/domains/cpp.py:3611 sphinx/domains/javascript.py:125 msgid "Throws" msgstr "" -#: sphinx/domains/cpp.py:2518 +#: sphinx/domains/cpp.py:3733 #, python-format msgid "%s (C++ type)" msgstr "%s (C++ тип)" -#: sphinx/domains/cpp.py:2531 +#: sphinx/domains/cpp.py:3744 #, python-format msgid "%s (C++ member)" msgstr "%s (C++ член)" -#: sphinx/domains/cpp.py:2543 +#: sphinx/domains/cpp.py:3755 #, python-format msgid "%s (C++ function)" msgstr "%s (C++ функція)" -#: sphinx/domains/cpp.py:2555 +#: sphinx/domains/cpp.py:3766 #, python-format msgid "%s (C++ class)" msgstr "%s (C++ клас)" -#: sphinx/domains/cpp.py:2579 +#: sphinx/domains/cpp.py:3786 #, python-format msgid "%s (C++ enum)" msgstr "" -#: sphinx/domains/cpp.py:2617 +#: sphinx/domains/cpp.py:3816 #, python-format msgid "%s (C++ enumerator)" msgstr "" -#: sphinx/domains/cpp.py:2679 sphinx/domains/javascript.py:165 -#: sphinx/domains/python.py:589 +#: sphinx/domains/cpp.py:3952 sphinx/domains/javascript.py:165 +#: sphinx/domains/python.py:591 msgid "class" msgstr "клас" -#: sphinx/domains/cpp.py:2683 +#: sphinx/domains/cpp.py:3956 msgid "enum" msgstr "" -#: sphinx/domains/cpp.py:2684 +#: sphinx/domains/cpp.py:3957 msgid "enumerator" msgstr "" -#: sphinx/domains/javascript.py:106 sphinx/domains/python.py:280 +#: sphinx/domains/javascript.py:106 sphinx/domains/python.py:282 #, python-format msgid "%s() (built-in function)" msgstr "%s() (вбудована функція)" -#: sphinx/domains/javascript.py:107 sphinx/domains/python.py:344 +#: sphinx/domains/javascript.py:107 sphinx/domains/python.py:346 #, python-format msgid "%s() (%s method)" msgstr "%s() (%s метод)" @@ -246,7 +250,7 @@ msgstr "%s() (клас)" msgid "%s (global variable or constant)" msgstr "" -#: sphinx/domains/javascript.py:113 sphinx/domains/python.py:382 +#: sphinx/domains/javascript.py:113 sphinx/domains/python.py:384 #, python-format msgid "%s (%s attribute)" msgstr "%s (%s атрибут)" @@ -255,116 +259,116 @@ msgstr "%s (%s атрибут)" msgid "Arguments" msgstr "" -#: sphinx/domains/javascript.py:166 sphinx/domains/python.py:588 +#: sphinx/domains/javascript.py:166 sphinx/domains/python.py:590 msgid "data" msgstr "" -#: sphinx/domains/javascript.py:167 sphinx/domains/python.py:594 +#: sphinx/domains/javascript.py:167 sphinx/domains/python.py:596 msgid "attribute" msgstr "атрибут" -#: sphinx/domains/python.py:127 +#: sphinx/domains/python.py:129 msgid "Variables" msgstr "" -#: sphinx/domains/python.py:131 +#: sphinx/domains/python.py:133 msgid "Raises" msgstr "Викликає" -#: sphinx/domains/python.py:281 sphinx/domains/python.py:338 -#: sphinx/domains/python.py:350 sphinx/domains/python.py:363 +#: sphinx/domains/python.py:283 sphinx/domains/python.py:340 +#: sphinx/domains/python.py:352 sphinx/domains/python.py:365 #, python-format msgid "%s() (in module %s)" msgstr "%s() (в модулі %s)" -#: sphinx/domains/python.py:284 +#: sphinx/domains/python.py:286 #, python-format msgid "%s (built-in variable)" msgstr "%s (вбудована змінна)" -#: sphinx/domains/python.py:285 sphinx/domains/python.py:376 +#: sphinx/domains/python.py:287 sphinx/domains/python.py:378 #, python-format msgid "%s (in module %s)" msgstr "%s (в модулі %s)" -#: sphinx/domains/python.py:301 +#: sphinx/domains/python.py:303 #, python-format msgid "%s (built-in class)" msgstr "%s (вбудований клас)" -#: sphinx/domains/python.py:302 +#: sphinx/domains/python.py:304 #, python-format msgid "%s (class in %s)" msgstr "%s (клас в %s)" -#: sphinx/domains/python.py:342 +#: sphinx/domains/python.py:344 #, python-format msgid "%s() (%s.%s method)" msgstr "%s() (%s.%s метод)" -#: sphinx/domains/python.py:354 +#: sphinx/domains/python.py:356 #, python-format msgid "%s() (%s.%s static method)" msgstr "%s() (%s.%s статичний метод)" -#: sphinx/domains/python.py:357 +#: sphinx/domains/python.py:359 #, python-format msgid "%s() (%s static method)" msgstr "%s() (%s статичний метод)" -#: sphinx/domains/python.py:367 +#: sphinx/domains/python.py:369 #, python-format msgid "%s() (%s.%s class method)" msgstr "" -#: sphinx/domains/python.py:370 +#: sphinx/domains/python.py:372 #, python-format msgid "%s() (%s class method)" msgstr "" -#: sphinx/domains/python.py:380 +#: sphinx/domains/python.py:382 #, python-format msgid "%s (%s.%s attribute)" msgstr "%s (%s.%s атрибут)" -#: sphinx/domains/python.py:461 +#: sphinx/domains/python.py:463 #, python-format msgid "%s (module)" msgstr "%s (модуль)" -#: sphinx/domains/python.py:518 +#: sphinx/domains/python.py:520 msgid "Python Module Index" msgstr "" -#: sphinx/domains/python.py:519 +#: sphinx/domains/python.py:521 msgid "modules" msgstr "модулі" -#: sphinx/domains/python.py:565 +#: sphinx/domains/python.py:567 msgid "Deprecated" msgstr "Застарілий" -#: sphinx/domains/python.py:590 sphinx/locale/__init__.py:181 +#: sphinx/domains/python.py:592 sphinx/locale/__init__.py:183 msgid "exception" msgstr "виняткова ситуація" -#: sphinx/domains/python.py:591 +#: sphinx/domains/python.py:593 msgid "method" msgstr "" -#: sphinx/domains/python.py:592 +#: sphinx/domains/python.py:594 msgid "class method" msgstr "" -#: sphinx/domains/python.py:593 +#: sphinx/domains/python.py:595 msgid "static method" msgstr "статичний метод" -#: sphinx/domains/python.py:595 sphinx/locale/__init__.py:177 +#: sphinx/domains/python.py:597 sphinx/locale/__init__.py:179 msgid "module" msgstr "модуль" -#: sphinx/domains/python.py:760 +#: sphinx/domains/python.py:762 msgid " (deprecated)" msgstr " (застарілий)" @@ -396,64 +400,64 @@ msgstr "змінна оточення; %s" msgid "%scommand line option; %s" msgstr "%sопція командного рядка; %s" -#: sphinx/domains/std.py:443 +#: sphinx/domains/std.py:433 msgid "glossary term" msgstr "" -#: sphinx/domains/std.py:444 +#: sphinx/domains/std.py:434 msgid "grammar token" msgstr "" -#: sphinx/domains/std.py:445 +#: sphinx/domains/std.py:435 msgid "reference label" msgstr "" -#: sphinx/domains/std.py:447 +#: sphinx/domains/std.py:437 msgid "environment variable" msgstr "змінна оточення" -#: sphinx/domains/std.py:448 +#: sphinx/domains/std.py:438 msgid "program option" msgstr "" -#: sphinx/domains/std.py:481 sphinx/themes/basic/genindex-single.html:32 +#: sphinx/domains/std.py:471 sphinx/themes/basic/genindex-single.html:32 #: sphinx/themes/basic/genindex-single.html:57 #: sphinx/themes/basic/genindex-split.html:11 #: sphinx/themes/basic/genindex-split.html:14 #: sphinx/themes/basic/genindex.html:32 sphinx/themes/basic/genindex.html:35 #: sphinx/themes/basic/genindex.html:68 sphinx/themes/basic/layout.html:134 -#: sphinx/writers/latex.py:201 sphinx/writers/texinfo.py:479 +#: sphinx/writers/latex.py:346 sphinx/writers/texinfo.py:481 msgid "Index" msgstr "Індекс" -#: sphinx/domains/std.py:482 +#: sphinx/domains/std.py:472 msgid "Module Index" msgstr "Індекс модулів" -#: sphinx/domains/std.py:483 sphinx/themes/basic/defindex.html:25 +#: sphinx/domains/std.py:473 sphinx/themes/basic/defindex.html:25 msgid "Search Page" msgstr "Сторінка пошуку" -#: sphinx/ext/autodoc.py:1139 +#: sphinx/ext/autodoc.py:1265 #, python-format msgid " Bases: %s" msgstr " Базовий: %s" -#: sphinx/ext/autodoc.py:1181 +#: sphinx/ext/autodoc.py:1318 #, python-format msgid "alias of :class:`%s`" msgstr "синонім :class:`%s`" -#: sphinx/ext/graphviz.py:293 sphinx/ext/graphviz.py:301 +#: sphinx/ext/graphviz.py:307 sphinx/ext/graphviz.py:316 #, python-format msgid "[graph: %s]" msgstr "" -#: sphinx/ext/graphviz.py:295 sphinx/ext/graphviz.py:303 +#: sphinx/ext/graphviz.py:309 sphinx/ext/graphviz.py:318 msgid "[graph]" msgstr "" -#: sphinx/ext/intersphinx.py:257 +#: sphinx/ext/intersphinx.py:359 #, python-format msgid "(in %s v%s)" msgstr "" @@ -462,112 +466,116 @@ msgstr "" msgid "[source]" msgstr "" -#: sphinx/ext/todo.py:43 +#: sphinx/ext/todo.py:56 msgid "Todo" msgstr "Доробити" -#: sphinx/ext/todo.py:113 -#, python-format -msgid "(The <> is located in %s, line %d.)" +#: sphinx/ext/todo.py:129 +msgid "<>" msgstr "" -#: sphinx/ext/todo.py:122 +#: sphinx/ext/todo.py:132 +#, python-format +msgid "(The <> is located in %s, line %d.)" +msgstr "" + +#: sphinx/ext/todo.py:141 msgid "original entry" msgstr "" -#: sphinx/ext/viewcode.py:158 +#: sphinx/ext/viewcode.py:162 msgid "[docs]" msgstr "" -#: sphinx/ext/viewcode.py:172 +#: sphinx/ext/viewcode.py:176 msgid "Module code" msgstr "" -#: sphinx/ext/viewcode.py:178 +#: sphinx/ext/viewcode.py:182 #, python-format msgid "

Source code for %s

" msgstr "" -#: sphinx/ext/viewcode.py:204 +#: sphinx/ext/viewcode.py:208 msgid "Overview: module code" msgstr "" -#: sphinx/ext/viewcode.py:205 +#: sphinx/ext/viewcode.py:209 msgid "

All modules for which code is available

" msgstr "" -#: sphinx/locale/__init__.py:157 +#: sphinx/locale/__init__.py:159 msgid "Attention" msgstr "Увага" -#: sphinx/locale/__init__.py:158 +#: sphinx/locale/__init__.py:160 msgid "Caution" msgstr "Застереження" -#: sphinx/locale/__init__.py:159 +#: sphinx/locale/__init__.py:161 msgid "Danger" msgstr "Небезпека" -#: sphinx/locale/__init__.py:160 +#: sphinx/locale/__init__.py:162 msgid "Error" msgstr "Помилка" -#: sphinx/locale/__init__.py:161 +#: sphinx/locale/__init__.py:163 msgid "Hint" msgstr "Підказка" -#: sphinx/locale/__init__.py:162 +#: sphinx/locale/__init__.py:164 msgid "Important" msgstr "Важливо" -#: sphinx/locale/__init__.py:163 +#: sphinx/locale/__init__.py:165 msgid "Note" msgstr "Примітка" -#: sphinx/locale/__init__.py:164 +#: sphinx/locale/__init__.py:166 msgid "See also" msgstr "Дивись також" -#: sphinx/locale/__init__.py:165 +#: sphinx/locale/__init__.py:167 msgid "Tip" msgstr "Порада" -#: sphinx/locale/__init__.py:166 +#: sphinx/locale/__init__.py:168 msgid "Warning" msgstr "Попередження" -#: sphinx/locale/__init__.py:170 +#: sphinx/locale/__init__.py:172 #, python-format msgid "New in version %s" msgstr "Нове в версії %s" -#: sphinx/locale/__init__.py:171 +#: sphinx/locale/__init__.py:173 #, python-format msgid "Changed in version %s" msgstr "Змінено в версії %s" -#: sphinx/locale/__init__.py:172 +#: sphinx/locale/__init__.py:174 #, python-format msgid "Deprecated since version %s" msgstr "Застаріло починаючи з версії %s" -#: sphinx/locale/__init__.py:178 +#: sphinx/locale/__init__.py:180 msgid "keyword" msgstr "ключове слово" -#: sphinx/locale/__init__.py:179 +#: sphinx/locale/__init__.py:181 msgid "operator" msgstr "оператор" -#: sphinx/locale/__init__.py:180 +#: sphinx/locale/__init__.py:182 msgid "object" msgstr "об'єкт" -#: sphinx/locale/__init__.py:182 +#: sphinx/locale/__init__.py:184 msgid "statement" msgstr "вираз" -#: sphinx/locale/__init__.py:183 +#: sphinx/locale/__init__.py:185 msgid "built-in function" msgstr "вбудована функція" @@ -695,7 +703,9 @@ msgstr "Востаннє оновлено %(last_updated)s." msgid "" "Created using Sphinx " "%(sphinx_version)s." -msgstr "Створено з використанням Sphinx %(sphinx_version)s." +msgstr "" +"Створено з використанням Sphinx " +"%(sphinx_version)s." #: sphinx/themes/basic/opensearch.xml:4 #, python-format @@ -722,7 +732,10 @@ msgstr "наступний розділ" msgid "" "Please activate JavaScript to enable the search\n" " functionality." -msgstr "Будь-ласка вімкніть підтримку JavaScript, щоб ввікнути\n\"\n\" пошук." +msgstr "" +"Будь-ласка вімкніть підтримку JavaScript, щоб ввікнути\n" +"\"\n" +"\" пошук." #: sphinx/themes/basic/search.html:32 msgid "" @@ -730,25 +743,26 @@ msgid "" " words into the box below and click \"search\". Note that the search\n" " function will automatically search for all of the words. Pages\n" " containing fewer words won't appear in the result list." -msgstr "Звідси ви можете шукати ці документи. Введіть ваші пошукові\n слова в поле нижче та натисніть \"пошук\". Зауважте що функція\n пошуку автоматично шукатиме за всіма словами. Сторінки\n що містять менше слів не з'являться в результуючому списку." +msgstr "" +"Звідси ви можете шукати ці документи. Введіть ваші пошукові\n" +" слова в поле нижче та натисніть \"пошук\". Зауважте що функція\n" +" пошуку автоматично шукатиме за всіма словами. Сторінки\n" +" що містять менше слів не з'являться в результуючому списку." -#: sphinx/themes/basic/search.html:39 -#: sphinx/themes/basic/searchresults.html:17 +#: sphinx/themes/basic/search.html:39 sphinx/themes/basic/searchresults.html:17 msgid "search" msgstr "пошук" -#: sphinx/themes/basic/search.html:43 -#: sphinx/themes/basic/searchresults.html:21 -#: sphinx/themes/basic/static/searchtools.js_t:281 +#: sphinx/themes/basic/search.html:43 sphinx/themes/basic/searchresults.html:21 +#: sphinx/themes/basic/static/searchtools.js_t:282 msgid "Search Results" msgstr "Результати пошуку" -#: sphinx/themes/basic/search.html:45 -#: sphinx/themes/basic/searchresults.html:23 -#: sphinx/themes/basic/static/searchtools.js_t:283 +#: sphinx/themes/basic/search.html:45 sphinx/themes/basic/searchresults.html:23 +#: sphinx/themes/basic/static/searchtools.js_t:284 msgid "" -"Your search did not match any documents. Please make sure that all words are" -" spelled correctly and that you've selected enough categories." +"Your search did not match any documents. Please make sure that all words " +"are spelled correctly and that you've selected enough categories." msgstr "" #: sphinx/themes/basic/searchbox.html:12 @@ -787,33 +801,33 @@ msgstr "зміни C API" msgid "Other changes" msgstr "Інші зміни" -#: sphinx/themes/basic/static/doctools.js:166 sphinx/writers/html.py:610 -#: sphinx/writers/html.py:615 +#: sphinx/themes/basic/static/doctools.js_t:169 sphinx/writers/html.py:668 +#: sphinx/writers/html.py:673 msgid "Permalink to this headline" msgstr "Постійне посилання на цей заголовок" -#: sphinx/themes/basic/static/doctools.js:172 sphinx/writers/html.py:107 +#: sphinx/themes/basic/static/doctools.js_t:175 sphinx/writers/html.py:105 msgid "Permalink to this definition" msgstr "Постійне посилання на це визначення" -#: sphinx/themes/basic/static/doctools.js:205 +#: sphinx/themes/basic/static/doctools.js_t:208 msgid "Hide Search Matches" msgstr "Приховати співпадіння пошуку" -#: sphinx/themes/basic/static/searchtools.js_t:119 +#: sphinx/themes/basic/static/searchtools.js_t:121 msgid "Searching" msgstr "" -#: sphinx/themes/basic/static/searchtools.js_t:124 +#: sphinx/themes/basic/static/searchtools.js_t:126 msgid "Preparing search..." msgstr "" -#: sphinx/themes/basic/static/searchtools.js_t:285 +#: sphinx/themes/basic/static/searchtools.js_t:286 #, python-format msgid "Search finished, found %s page(s) matching the search query." msgstr "" -#: sphinx/themes/basic/static/searchtools.js_t:337 +#: sphinx/themes/basic/static/searchtools.js_t:338 msgid ", in " msgstr "" @@ -830,44 +844,59 @@ msgstr "" msgid "Contents" msgstr "" -#: sphinx/writers/html.py:334 +#: sphinx/writers/html.py:349 msgid "Permalink to this code" msgstr "" -#: sphinx/writers/html.py:337 +#: sphinx/writers/html.py:353 msgid "Permalink to this image" msgstr "" -#: sphinx/writers/html.py:339 +#: sphinx/writers/html.py:355 msgid "Permalink to this toctree" msgstr "" -#: sphinx/writers/html.py:619 +#: sphinx/writers/html.py:677 msgid "Permalink to this table" msgstr "" -#: sphinx/writers/latex.py:199 +#: sphinx/writers/latex.py:344 msgid "Release" msgstr "Реліз" -#: sphinx/writers/latex.py:697 sphinx/writers/manpage.py:177 -#: sphinx/writers/texinfo.py:616 +#: sphinx/writers/latex.py:408 +#, fuzzy +msgid "page" +msgstr "Небезпека" + +#: sphinx/writers/latex.py:908 sphinx/writers/manpage.py:226 +#: sphinx/writers/texinfo.py:620 msgid "Footnotes" msgstr "" -#: sphinx/writers/latex.py:785 +#: sphinx/writers/latex.py:1010 msgid "continued from previous page" msgstr "" -#: sphinx/writers/latex.py:791 +#: sphinx/writers/latex.py:1016 msgid "Continued on next page" msgstr "" -#: sphinx/writers/manpage.py:223 sphinx/writers/text.py:541 +#: sphinx/writers/manpage.py:275 sphinx/writers/text.py:582 #, python-format msgid "[image: %s]" msgstr "" -#: sphinx/writers/manpage.py:224 sphinx/writers/text.py:542 +#: sphinx/writers/manpage.py:276 sphinx/writers/text.py:583 msgid "[image]" msgstr "" + +#~ msgid "%B %d, %Y" +#~ msgstr "" + +#~ msgid "%b %d, %Y" +#~ msgstr "%b %d, %Y" + +#~ msgid "(The <> is located in %s, line %d.)" +#~ msgstr "" + diff --git a/sphinx/locale/vi/LC_MESSAGES/sphinx.js b/sphinx/locale/vi/LC_MESSAGES/sphinx.js index 588d99ede..281e2d676 100644 --- a/sphinx/locale/vi/LC_MESSAGES/sphinx.js +++ b/sphinx/locale/vi/LC_MESSAGES/sphinx.js @@ -1 +1 @@ -Documentation.addTranslations({"locale": "vi", "plural_expr": "0", "messages": {"Next topic": "Ch\u1ee7 \u0111\u1ec1 ti\u1ebfp", "Index": "", "%(filename)s — %(docstitle)s": "", "Welcome! This is": "Ch\u00e0o m\u1eebng! \u0110\u00e2y l\u00e0", "Copyright": "B\u1ea3n quy\u1ec1n", "C API changes": "", "quick access to all modules": "truy c\u1eadp nhanh t\u1ea5t c\u1ea3 c\u00e1c m\u00f4-\u0111un", "© Copyright %(copyright)s.": "© B\u1ea3n quy\u1ec1n thu\u1ed9c %(copyright)s.", "Global Module Index": "Ch\u1ec9 M\u1ee5c M\u00f4-\u0111un To\u00e0n C\u1ee5c", "Your search did not match any documents. Please make sure that all words are spelled correctly and that you've selected enough categories.": "", "Index – %(key)s": "Ch\u1ec9 m\u1ee5c – %(key)s", "General Index": "Ch\u1ec9 m\u1ee5c chung", "next chapter": "ch\u01b0\u01a1ng ti\u1ebfp", "Search finished, found %s page(s) matching the search query.": "", "previous chapter": "ch\u01b0\u01a1ng tr\u01b0\u1edbc ", "Permalink to this headline": "", "About these documents": "V\u1ec1 c\u00e1c t\u00e0i li\u1ec7u n\u00e0y", "Preparing search...": "", ", in ": "", "Navigation": "\u0110i\u1ec1u h\u01b0\u1edbng", "Expand sidebar": "", "the documentation for": "t\u00e0i li\u1ec7u cho", "Complete Table of Contents": "M\u1ee5c L\u1ee5c \u0110\u1ea7y \u0110\u1ee7", "Contents": "", "can be huge": "c\u00f3 th\u1ec3 r\u1ea5t nhi\u1ec1u", "Changes in Version %(version)s — %(docstitle)s": "", "Other changes": "", "Hide Search Matches": "", "Quick search": "", "Show Source": "Hi\u1ec3n th\u1ecb m\u00e3 ngu\u1ed3n", "Search": "T\u00ecm Ki\u1ebfm", "This Page": "", "From here you can search these documents. Enter your search\n words into the box below and click \"search\". Note that the search\n function will automatically search for all of the words. Pages\n containing fewer words won't appear in the result list.": "", "Created using Sphinx %(sphinx_version)s.": "\u0110\u01b0\u1ee3c t\u1ea1o nh\u1edd Sphinx %(sphinx_version)s.", "last updated": "c\u1eadp nh\u1eadt m\u1edbi nh\u1ea5t", "Collapse sidebar": "", "Go": "Th\u1ef1c hi\u1ec7n", "Table Of Contents": "M\u1ee5c L\u1ee5c", "Search within %(docstitle)s": "T\u00ecm ki\u1ebfm trong %(docstitle)s", "all functions, classes, terms": "t\u1ea5t c\u1ea3 c\u00e1c h\u00e0m, l\u1edbp, thu\u1eadt ng\u1eef", "Please activate JavaScript to enable the search\n functionality.": "H\u00e3y b\u1eadt JavaScript \u0111\u1ec3 d\u00f9ng t\u00ednh n\u0103ng\nt\u00ecm ki\u1ebfm.", "Indices and tables:": "C\u00e1c ch\u1ec9 m\u1ee5c v\u00e0 b\u1ea3ng bi\u1ec3u:", "lists all sections and subsections": "li\u1ec7t k\u00ea t\u1ea5t c\u1ea3 c\u00e1c m\u1ee5c v\u00e0 m\u1ee5c con", "Index pages by letter": "C\u00e1c trang ch\u1ec9 m\u1ee5c theo ch\u1eef c\u00e1i", "search": "", "Permalink to this definition": "", "Previous topic": "Ch\u1ee7 \u0111\u1ec1 tr\u01b0\u1edbc", "Overview": "T\u1ed5ng quan", "Last updated on %(last_updated)s.": "C\u1eadp nh\u1eadt m\u1edbi nh\u1ea5t v\u00e0o %(last_updated)s.", "Searching": "", "search this documentation": "t\u00ecm ki\u1ebfm trong t\u00e0i li\u1ec7u n\u00e0y", "Automatically generated list of changes in version %(version)s": "", "Full index on one page": "To\u00e0n b\u1ed9 ch\u1ec9 m\u1ee5c tr\u00ean m\u1ed9t trang", "Enter search terms or a module, class or function name.": "Nh\u1eadp thu\u1eadt ng\u1eef, t\u00ean m\u1ed9t m\u00f4-\u0111un, l\u1edbp hay h\u00e0m c\u1ea7n t\u00ecm.", "© Copyright %(copyright)s.": "© B\u1ea3n quy\u1ec1n thu\u1ed9c %(copyright)s.", "Library changes": "", "Search Page": "", "Search Results": ""}}); \ No newline at end of file +Documentation.addTranslations({"locale": "vi", "messages": {"%(filename)s — %(docstitle)s": "", "© Copyright %(copyright)s.": "© B\u1ea3n quy\u1ec1n thu\u1ed9c %(copyright)s.", "© Copyright %(copyright)s.": "© B\u1ea3n quy\u1ec1n thu\u1ed9c %(copyright)s.", ", in ": "", "About these documents": "V\u1ec1 c\u00e1c t\u00e0i li\u1ec7u n\u00e0y", "Automatically generated list of changes in version %(version)s": "", "C API changes": "", "Changes in Version %(version)s — %(docstitle)s": "", "Collapse sidebar": "", "Complete Table of Contents": "M\u1ee5c L\u1ee5c \u0110\u1ea7y \u0110\u1ee7", "Contents": "", "Copyright": "B\u1ea3n quy\u1ec1n", "Created using Sphinx %(sphinx_version)s.": "\u0110\u01b0\u1ee3c t\u1ea1o nh\u1edd Sphinx %(sphinx_version)s.", "Enter search terms or a module, class or function name.": "Nh\u1eadp thu\u1eadt ng\u1eef, t\u00ean m\u1ed9t m\u00f4-\u0111un, l\u1edbp hay h\u00e0m c\u1ea7n t\u00ecm.", "Expand sidebar": "", "From here you can search these documents. Enter your search\n words into the box below and click \"search\". Note that the search\n function will automatically search for all of the words. Pages\n containing fewer words won't appear in the result list.": "", "Full index on one page": "To\u00e0n b\u1ed9 ch\u1ec9 m\u1ee5c tr\u00ean m\u1ed9t trang", "General Index": "Ch\u1ec9 m\u1ee5c chung", "Global Module Index": "Ch\u1ec9 M\u1ee5c M\u00f4-\u0111un To\u00e0n C\u1ee5c", "Go": "Th\u1ef1c hi\u1ec7n", "Hide Search Matches": "", "Index": "", "Index – %(key)s": "Ch\u1ec9 m\u1ee5c – %(key)s", "Index pages by letter": "C\u00e1c trang ch\u1ec9 m\u1ee5c theo ch\u1eef c\u00e1i", "Indices and tables:": "C\u00e1c ch\u1ec9 m\u1ee5c v\u00e0 b\u1ea3ng bi\u1ec3u:", "Last updated on %(last_updated)s.": "C\u1eadp nh\u1eadt m\u1edbi nh\u1ea5t v\u00e0o %(last_updated)s.", "Library changes": "", "Navigation": "\u0110i\u1ec1u h\u01b0\u1edbng", "Next topic": "Ch\u1ee7 \u0111\u1ec1 ti\u1ebfp", "Other changes": "", "Overview": "T\u1ed5ng quan", "Permalink to this definition": "", "Permalink to this headline": "", "Please activate JavaScript to enable the search\n functionality.": "H\u00e3y b\u1eadt JavaScript \u0111\u1ec3 d\u00f9ng t\u00ednh n\u0103ng\nt\u00ecm ki\u1ebfm.", "Preparing search...": "", "Previous topic": "Ch\u1ee7 \u0111\u1ec1 tr\u01b0\u1edbc", "Quick search": "", "Search": "T\u00ecm Ki\u1ebfm", "Search Page": "", "Search Results": "", "Search finished, found %s page(s) matching the search query.": "", "Search within %(docstitle)s": "T\u00ecm ki\u1ebfm trong %(docstitle)s", "Searching": "", "Show Source": "Hi\u1ec3n th\u1ecb m\u00e3 ngu\u1ed3n", "Table Of Contents": "M\u1ee5c L\u1ee5c", "This Page": "", "Welcome! This is": "Ch\u00e0o m\u1eebng! \u0110\u00e2y l\u00e0", "Your search did not match any documents. Please make sure that all words are spelled correctly and that you've selected enough categories.": "", "all functions, classes, terms": "t\u1ea5t c\u1ea3 c\u00e1c h\u00e0m, l\u1edbp, thu\u1eadt ng\u1eef", "can be huge": "c\u00f3 th\u1ec3 r\u1ea5t nhi\u1ec1u", "last updated": "c\u1eadp nh\u1eadt m\u1edbi nh\u1ea5t", "lists all sections and subsections": "li\u1ec7t k\u00ea t\u1ea5t c\u1ea3 c\u00e1c m\u1ee5c v\u00e0 m\u1ee5c con", "next chapter": "ch\u01b0\u01a1ng ti\u1ebfp", "previous chapter": "ch\u01b0\u01a1ng tr\u01b0\u1edbc ", "quick access to all modules": "truy c\u1eadp nhanh t\u1ea5t c\u1ea3 c\u00e1c m\u00f4-\u0111un", "search": "", "search this documentation": "t\u00ecm ki\u1ebfm trong t\u00e0i li\u1ec7u n\u00e0y", "the documentation for": "t\u00e0i li\u1ec7u cho"}, "plural_expr": "0"}); \ No newline at end of file diff --git a/sphinx/locale/vi/LC_MESSAGES/sphinx.mo b/sphinx/locale/vi/LC_MESSAGES/sphinx.mo index a57787ea2..9fcba7319 100644 Binary files a/sphinx/locale/vi/LC_MESSAGES/sphinx.mo and b/sphinx/locale/vi/LC_MESSAGES/sphinx.mo differ diff --git a/sphinx/locale/vi/LC_MESSAGES/sphinx.po b/sphinx/locale/vi/LC_MESSAGES/sphinx.po index e29bb40da..4f3c8d2a4 100644 --- a/sphinx/locale/vi/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/vi/LC_MESSAGES/sphinx.po @@ -1,55 +1,55 @@ -# Translations template for Sphinx. -# Copyright (C) 2015 ORGANIZATION +# Vietnamese translations for Sphinx. +# Copyright (C) 2016 ORGANIZATION # This file is distributed under the same license as the Sphinx project. -# -# Translators: -# Hoat Le Van , 2014 +# FIRST AUTHOR , 2016. +# msgid "" msgstr "" -"Project-Id-Version: Sphinx\n" +"Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2015-03-08 23:31+0900\n" +"POT-Creation-Date: 2016-02-14 22:15+0900\n" "PO-Revision-Date: 2015-03-08 14:35+0000\n" "Last-Translator: Takayuki Shimizukawa \n" -"Language-Team: Vietnamese (http://www.transifex.com/projects/p/sphinx-1/language/vi/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 1.3\n" "Language: vi\n" -"Plural-Forms: nplurals=1; plural=0;\n" +"Language-Team: Vietnamese " +"(http://www.transifex.com/projects/p/sphinx-1/language/vi/)\n" +"Plural-Forms: nplurals=1; plural=0\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 2.2.0\n" -#: sphinx/config.py:80 +#: sphinx/config.py:84 #, python-format msgid "Fig. %s" msgstr "" -#: sphinx/config.py:81 +#: sphinx/config.py:85 #, python-format msgid "Table %s" msgstr "" -#: sphinx/config.py:82 +#: sphinx/config.py:86 #, python-format msgid "Listing %s" msgstr "" -#: sphinx/config.py:89 +#: sphinx/config.py:93 #, python-format msgid "%s %s documentation" msgstr "Tài liệu %s %s" -#: sphinx/environment.py:1880 +#: sphinx/environment.py:1815 #, python-format msgid "see %s" msgstr "xem %s" -#: sphinx/environment.py:1883 +#: sphinx/environment.py:1819 #, python-format msgid "see also %s" msgstr "nên xem %s" -#: sphinx/environment.py:1941 +#: sphinx/environment.py:1879 msgid "Symbols" msgstr "Biểu tượng" @@ -58,11 +58,10 @@ msgstr "Biểu tượng" msgid "Python Enhancement Proposals; PEP %s" msgstr "Các đề nghị nâng cao Python; PEP %s" -#: sphinx/transforms.py:58 sphinx/writers/latex.py:212 -#: sphinx/writers/manpage.py:67 sphinx/writers/texinfo.py:221 -#, python-format -msgid "%B %d, %Y" -msgstr "%d/%m/%Y" +#: sphinx/transforms.py:56 sphinx/writers/latex.py:357 +#: sphinx/writers/manpage.py:101 sphinx/writers/texinfo.py:222 +msgid "MMMM dd, YYYY" +msgstr "" #: sphinx/builders/changes.py:75 msgid "Builtins" @@ -72,64 +71,63 @@ msgstr "Dựng sẵn" msgid "Module level" msgstr "Mức mô-đun" -#: sphinx/builders/html.py:291 -#, python-format -msgid "%b %d, %Y" -msgstr "%d/%m/%Y" +#: sphinx/builders/html.py:295 +msgid "MMM dd, YYYY" +msgstr "" -#: sphinx/builders/html.py:310 sphinx/themes/basic/defindex.html:30 +#: sphinx/builders/html.py:315 sphinx/themes/basic/defindex.html:30 msgid "General Index" msgstr "Chỉ mục chung" -#: sphinx/builders/html.py:310 +#: sphinx/builders/html.py:315 msgid "index" msgstr "chỉ mục" -#: sphinx/builders/html.py:371 +#: sphinx/builders/html.py:376 msgid "next" msgstr "xem tiếp" -#: sphinx/builders/html.py:380 +#: sphinx/builders/html.py:385 msgid "previous" msgstr "xem lại" -#: sphinx/builders/latex.py:144 sphinx/builders/texinfo.py:198 +#: sphinx/builders/latex.py:165 sphinx/builders/texinfo.py:199 msgid " (in " msgstr "(trong" -#: sphinx/directives/other.py:150 +#: sphinx/directives/other.py:149 msgid "Section author: " msgstr "Tác giả mục:" -#: sphinx/directives/other.py:152 +#: sphinx/directives/other.py:151 msgid "Module author: " msgstr "Tác giả mô-đun:" -#: sphinx/directives/other.py:154 +#: sphinx/directives/other.py:153 msgid "Code author: " msgstr "Tác giả mã lệnh:" -#: sphinx/directives/other.py:156 +#: sphinx/directives/other.py:155 msgid "Author: " msgstr "Tác giả:" -#: sphinx/domains/__init__.py:273 +#: sphinx/domains/__init__.py:275 #, python-format msgid "%s %s" msgstr "%s %s" -#: sphinx/domains/c.py:58 sphinx/domains/cpp.py:2408 -#: sphinx/domains/python.py:122 +#: sphinx/domains/c.py:58 sphinx/domains/cpp.py:3605 +#: sphinx/domains/python.py:124 msgid "Parameters" msgstr "Tham số" -#: sphinx/domains/c.py:61 sphinx/domains/cpp.py:2414 -#: sphinx/domains/javascript.py:128 sphinx/domains/python.py:134 +#: sphinx/domains/c.py:61 sphinx/domains/cpp.py:3614 +#: sphinx/domains/javascript.py:128 sphinx/domains/python.py:136 msgid "Returns" msgstr "Trả về" #: sphinx/domains/c.py:63 sphinx/domains/javascript.py:130 -#: sphinx/domains/python.py:136 +#: sphinx/domains/python.py:138 msgid "Return type" msgstr "Kiểu trả về" @@ -158,12 +156,12 @@ msgstr "%s (kiểu C)" msgid "%s (C variable)" msgstr "%s (biến C)" -#: sphinx/domains/c.py:242 sphinx/domains/cpp.py:2680 -#: sphinx/domains/javascript.py:164 sphinx/domains/python.py:587 +#: sphinx/domains/c.py:242 sphinx/domains/cpp.py:3953 +#: sphinx/domains/javascript.py:164 sphinx/domains/python.py:589 msgid "function" msgstr "hàm" -#: sphinx/domains/c.py:243 sphinx/domains/cpp.py:2681 +#: sphinx/domains/c.py:243 sphinx/domains/cpp.py:3954 msgid "member" msgstr "thuộc tính" @@ -171,7 +169,7 @@ msgstr "thuộc tính" msgid "macro" msgstr "macro" -#: sphinx/domains/c.py:245 sphinx/domains/cpp.py:2682 +#: sphinx/domains/c.py:245 sphinx/domains/cpp.py:3955 msgid "type" msgstr "kiểu" @@ -179,59 +177,64 @@ msgstr "kiểu" msgid "variable" msgstr "biến" -#: sphinx/domains/cpp.py:2411 sphinx/domains/javascript.py:125 +#: sphinx/domains/cpp.py:3608 +#, fuzzy +msgid "Template Parameters" +msgstr "Tham số" + +#: sphinx/domains/cpp.py:3611 sphinx/domains/javascript.py:125 msgid "Throws" msgstr "Ném" -#: sphinx/domains/cpp.py:2518 +#: sphinx/domains/cpp.py:3733 #, python-format msgid "%s (C++ type)" msgstr "%s (kiểu C++)" -#: sphinx/domains/cpp.py:2531 +#: sphinx/domains/cpp.py:3744 #, python-format msgid "%s (C++ member)" msgstr "%s (thuộc tính C++)" -#: sphinx/domains/cpp.py:2543 +#: sphinx/domains/cpp.py:3755 #, python-format msgid "%s (C++ function)" msgstr "%s (hàm C++)" -#: sphinx/domains/cpp.py:2555 +#: sphinx/domains/cpp.py:3766 #, python-format msgid "%s (C++ class)" msgstr "%s (lớp C++)" -#: sphinx/domains/cpp.py:2579 +#: sphinx/domains/cpp.py:3786 #, python-format msgid "%s (C++ enum)" msgstr "" -#: sphinx/domains/cpp.py:2617 +#: sphinx/domains/cpp.py:3816 #, python-format msgid "%s (C++ enumerator)" msgstr "" -#: sphinx/domains/cpp.py:2679 sphinx/domains/javascript.py:165 -#: sphinx/domains/python.py:589 +#: sphinx/domains/cpp.py:3952 sphinx/domains/javascript.py:165 +#: sphinx/domains/python.py:591 msgid "class" msgstr "lớp" -#: sphinx/domains/cpp.py:2683 +#: sphinx/domains/cpp.py:3956 msgid "enum" msgstr "" -#: sphinx/domains/cpp.py:2684 +#: sphinx/domains/cpp.py:3957 msgid "enumerator" msgstr "" -#: sphinx/domains/javascript.py:106 sphinx/domains/python.py:280 +#: sphinx/domains/javascript.py:106 sphinx/domains/python.py:282 #, python-format msgid "%s() (built-in function)" msgstr "%s() (hàm dựng sẵn)" -#: sphinx/domains/javascript.py:107 sphinx/domains/python.py:344 +#: sphinx/domains/javascript.py:107 sphinx/domains/python.py:346 #, python-format msgid "%s() (%s method)" msgstr "%s() (phương thức %s)" @@ -246,7 +249,7 @@ msgstr "%s() (lớp)" msgid "%s (global variable or constant)" msgstr "%s (biến toàn cục hoặc hằng số)" -#: sphinx/domains/javascript.py:113 sphinx/domains/python.py:382 +#: sphinx/domains/javascript.py:113 sphinx/domains/python.py:384 #, python-format msgid "%s (%s attribute)" msgstr "%s (thuộc tính %s)" @@ -255,116 +258,116 @@ msgstr "%s (thuộc tính %s)" msgid "Arguments" msgstr "Đối số" -#: sphinx/domains/javascript.py:166 sphinx/domains/python.py:588 +#: sphinx/domains/javascript.py:166 sphinx/domains/python.py:590 msgid "data" msgstr "dữ liệu" -#: sphinx/domains/javascript.py:167 sphinx/domains/python.py:594 +#: sphinx/domains/javascript.py:167 sphinx/domains/python.py:596 msgid "attribute" msgstr "thuộc tính" -#: sphinx/domains/python.py:127 +#: sphinx/domains/python.py:129 msgid "Variables" msgstr "Các biến" -#: sphinx/domains/python.py:131 +#: sphinx/domains/python.py:133 msgid "Raises" msgstr "Đưa ra" -#: sphinx/domains/python.py:281 sphinx/domains/python.py:338 -#: sphinx/domains/python.py:350 sphinx/domains/python.py:363 +#: sphinx/domains/python.py:283 sphinx/domains/python.py:340 +#: sphinx/domains/python.py:352 sphinx/domains/python.py:365 #, python-format msgid "%s() (in module %s)" msgstr "%s() (trong mô-đun %s)" -#: sphinx/domains/python.py:284 +#: sphinx/domains/python.py:286 #, python-format msgid "%s (built-in variable)" msgstr "%s (biến dựng sẵn)" -#: sphinx/domains/python.py:285 sphinx/domains/python.py:376 +#: sphinx/domains/python.py:287 sphinx/domains/python.py:378 #, python-format msgid "%s (in module %s)" msgstr "%s (trong mô-đun %s)" -#: sphinx/domains/python.py:301 +#: sphinx/domains/python.py:303 #, python-format msgid "%s (built-in class)" msgstr "%s (lớp dựng sẵn)" -#: sphinx/domains/python.py:302 +#: sphinx/domains/python.py:304 #, python-format msgid "%s (class in %s)" msgstr "%s (lớp trong %s)" -#: sphinx/domains/python.py:342 +#: sphinx/domains/python.py:344 #, python-format msgid "%s() (%s.%s method)" msgstr "%s() (phương thức %s.%s) " -#: sphinx/domains/python.py:354 +#: sphinx/domains/python.py:356 #, python-format msgid "%s() (%s.%s static method)" msgstr "%s() (phương thức tĩnh %s.%s)" -#: sphinx/domains/python.py:357 +#: sphinx/domains/python.py:359 #, python-format msgid "%s() (%s static method)" msgstr "%s() (phương thức tĩnh %s)" -#: sphinx/domains/python.py:367 +#: sphinx/domains/python.py:369 #, python-format msgid "%s() (%s.%s class method)" msgstr "%s() (phương thức lớp %s.%s)" -#: sphinx/domains/python.py:370 +#: sphinx/domains/python.py:372 #, python-format msgid "%s() (%s class method)" msgstr "%s() (phương thức lớp %s)" -#: sphinx/domains/python.py:380 +#: sphinx/domains/python.py:382 #, python-format msgid "%s (%s.%s attribute)" msgstr "%s (thuộc tính %s.%s)" -#: sphinx/domains/python.py:461 +#: sphinx/domains/python.py:463 #, python-format msgid "%s (module)" msgstr "%s (mô-đun)" -#: sphinx/domains/python.py:518 +#: sphinx/domains/python.py:520 msgid "Python Module Index" msgstr "Chỉ Mục Mô-đun Python" -#: sphinx/domains/python.py:519 +#: sphinx/domains/python.py:521 msgid "modules" msgstr "các mô-đun" -#: sphinx/domains/python.py:565 +#: sphinx/domains/python.py:567 msgid "Deprecated" msgstr "Sắp loại bỏ" -#: sphinx/domains/python.py:590 sphinx/locale/__init__.py:181 +#: sphinx/domains/python.py:592 sphinx/locale/__init__.py:183 msgid "exception" msgstr "ngoại lệ" -#: sphinx/domains/python.py:591 +#: sphinx/domains/python.py:593 msgid "method" msgstr "phương thức" -#: sphinx/domains/python.py:592 +#: sphinx/domains/python.py:594 msgid "class method" msgstr "phương thức lớp" -#: sphinx/domains/python.py:593 +#: sphinx/domains/python.py:595 msgid "static method" msgstr "phương thức tĩnh" -#: sphinx/domains/python.py:595 sphinx/locale/__init__.py:177 +#: sphinx/domains/python.py:597 sphinx/locale/__init__.py:179 msgid "module" msgstr "mô-đun" -#: sphinx/domains/python.py:760 +#: sphinx/domains/python.py:762 msgid " (deprecated)" msgstr "(sắp loại bỏ)" @@ -396,64 +399,64 @@ msgstr "các biến môi trường; %s" msgid "%scommand line option; %s" msgstr "tuỳ chọn dòng lệnh%s; %s" -#: sphinx/domains/std.py:443 +#: sphinx/domains/std.py:433 msgid "glossary term" msgstr "chú giải thuật ngữ" -#: sphinx/domains/std.py:444 +#: sphinx/domains/std.py:434 msgid "grammar token" msgstr "" -#: sphinx/domains/std.py:445 +#: sphinx/domains/std.py:435 msgid "reference label" msgstr "" -#: sphinx/domains/std.py:447 +#: sphinx/domains/std.py:437 msgid "environment variable" msgstr "" -#: sphinx/domains/std.py:448 +#: sphinx/domains/std.py:438 msgid "program option" msgstr "" -#: sphinx/domains/std.py:481 sphinx/themes/basic/genindex-single.html:32 +#: sphinx/domains/std.py:471 sphinx/themes/basic/genindex-single.html:32 #: sphinx/themes/basic/genindex-single.html:57 #: sphinx/themes/basic/genindex-split.html:11 #: sphinx/themes/basic/genindex-split.html:14 #: sphinx/themes/basic/genindex.html:32 sphinx/themes/basic/genindex.html:35 #: sphinx/themes/basic/genindex.html:68 sphinx/themes/basic/layout.html:134 -#: sphinx/writers/latex.py:201 sphinx/writers/texinfo.py:479 +#: sphinx/writers/latex.py:346 sphinx/writers/texinfo.py:481 msgid "Index" msgstr "" -#: sphinx/domains/std.py:482 +#: sphinx/domains/std.py:472 msgid "Module Index" msgstr "" -#: sphinx/domains/std.py:483 sphinx/themes/basic/defindex.html:25 +#: sphinx/domains/std.py:473 sphinx/themes/basic/defindex.html:25 msgid "Search Page" msgstr "" -#: sphinx/ext/autodoc.py:1139 +#: sphinx/ext/autodoc.py:1265 #, python-format msgid " Bases: %s" msgstr "" -#: sphinx/ext/autodoc.py:1181 +#: sphinx/ext/autodoc.py:1318 #, python-format msgid "alias of :class:`%s`" msgstr "" -#: sphinx/ext/graphviz.py:293 sphinx/ext/graphviz.py:301 +#: sphinx/ext/graphviz.py:307 sphinx/ext/graphviz.py:316 #, python-format msgid "[graph: %s]" msgstr "" -#: sphinx/ext/graphviz.py:295 sphinx/ext/graphviz.py:303 +#: sphinx/ext/graphviz.py:309 sphinx/ext/graphviz.py:318 msgid "[graph]" msgstr "" -#: sphinx/ext/intersphinx.py:257 +#: sphinx/ext/intersphinx.py:359 #, python-format msgid "(in %s v%s)" msgstr "" @@ -462,112 +465,116 @@ msgstr "" msgid "[source]" msgstr "" -#: sphinx/ext/todo.py:43 +#: sphinx/ext/todo.py:56 msgid "Todo" msgstr "" -#: sphinx/ext/todo.py:113 -#, python-format -msgid "(The <> is located in %s, line %d.)" +#: sphinx/ext/todo.py:129 +msgid "<>" msgstr "" -#: sphinx/ext/todo.py:122 +#: sphinx/ext/todo.py:132 +#, python-format +msgid "(The <> is located in %s, line %d.)" +msgstr "" + +#: sphinx/ext/todo.py:141 msgid "original entry" msgstr "" -#: sphinx/ext/viewcode.py:158 +#: sphinx/ext/viewcode.py:162 msgid "[docs]" msgstr "" -#: sphinx/ext/viewcode.py:172 +#: sphinx/ext/viewcode.py:176 msgid "Module code" msgstr "" -#: sphinx/ext/viewcode.py:178 +#: sphinx/ext/viewcode.py:182 #, python-format msgid "

Source code for %s

" msgstr "" -#: sphinx/ext/viewcode.py:204 +#: sphinx/ext/viewcode.py:208 msgid "Overview: module code" msgstr "" -#: sphinx/ext/viewcode.py:205 +#: sphinx/ext/viewcode.py:209 msgid "

All modules for which code is available

" msgstr "" -#: sphinx/locale/__init__.py:157 +#: sphinx/locale/__init__.py:159 msgid "Attention" msgstr "Chú ý" -#: sphinx/locale/__init__.py:158 +#: sphinx/locale/__init__.py:160 msgid "Caution" msgstr "Cảnh báo" -#: sphinx/locale/__init__.py:159 +#: sphinx/locale/__init__.py:161 msgid "Danger" msgstr "Nguy hiểm" -#: sphinx/locale/__init__.py:160 +#: sphinx/locale/__init__.py:162 msgid "Error" msgstr "Lỗi" -#: sphinx/locale/__init__.py:161 +#: sphinx/locale/__init__.py:163 msgid "Hint" msgstr "Gợi ý" -#: sphinx/locale/__init__.py:162 +#: sphinx/locale/__init__.py:164 msgid "Important" msgstr "Quan trọng" -#: sphinx/locale/__init__.py:163 +#: sphinx/locale/__init__.py:165 msgid "Note" msgstr "Ghi chú" -#: sphinx/locale/__init__.py:164 +#: sphinx/locale/__init__.py:166 msgid "See also" msgstr "Xem thêm" -#: sphinx/locale/__init__.py:165 +#: sphinx/locale/__init__.py:167 msgid "Tip" msgstr "Mẹo" -#: sphinx/locale/__init__.py:166 +#: sphinx/locale/__init__.py:168 msgid "Warning" msgstr "Cảnh báo" -#: sphinx/locale/__init__.py:170 +#: sphinx/locale/__init__.py:172 #, python-format msgid "New in version %s" msgstr "Mới từ phiên bản %s" -#: sphinx/locale/__init__.py:171 +#: sphinx/locale/__init__.py:173 #, python-format msgid "Changed in version %s" msgstr "Thay đổi trong phiên bản %s" -#: sphinx/locale/__init__.py:172 +#: sphinx/locale/__init__.py:174 #, python-format msgid "Deprecated since version %s" msgstr "Sắp loại bỏ từ phiên bản %s" -#: sphinx/locale/__init__.py:178 +#: sphinx/locale/__init__.py:180 msgid "keyword" msgstr "từ khoá" -#: sphinx/locale/__init__.py:179 +#: sphinx/locale/__init__.py:181 msgid "operator" msgstr "toán tử" -#: sphinx/locale/__init__.py:180 +#: sphinx/locale/__init__.py:182 msgid "object" msgstr "đối tượng" -#: sphinx/locale/__init__.py:182 +#: sphinx/locale/__init__.py:184 msgid "statement" msgstr "câu lệnh" -#: sphinx/locale/__init__.py:183 +#: sphinx/locale/__init__.py:185 msgid "built-in function" msgstr "hàm dựng sẵn" @@ -695,7 +702,9 @@ msgstr "Cập nhật mới nhất vào %(last_updated)s." msgid "" "Created using Sphinx " "%(sphinx_version)s." -msgstr "Được tạo nhờ Sphinx %(sphinx_version)s." +msgstr "" +"Được tạo nhờ Sphinx " +"%(sphinx_version)s." #: sphinx/themes/basic/opensearch.xml:4 #, python-format @@ -722,7 +731,9 @@ msgstr "chương tiếp" msgid "" "Please activate JavaScript to enable the search\n" " functionality." -msgstr "Hãy bật JavaScript để dùng tính năng\ntìm kiếm." +msgstr "" +"Hãy bật JavaScript để dùng tính năng\n" +"tìm kiếm." #: sphinx/themes/basic/search.html:32 msgid "" @@ -732,23 +743,20 @@ msgid "" " containing fewer words won't appear in the result list." msgstr "" -#: sphinx/themes/basic/search.html:39 -#: sphinx/themes/basic/searchresults.html:17 +#: sphinx/themes/basic/search.html:39 sphinx/themes/basic/searchresults.html:17 msgid "search" msgstr "" -#: sphinx/themes/basic/search.html:43 -#: sphinx/themes/basic/searchresults.html:21 -#: sphinx/themes/basic/static/searchtools.js_t:281 +#: sphinx/themes/basic/search.html:43 sphinx/themes/basic/searchresults.html:21 +#: sphinx/themes/basic/static/searchtools.js_t:282 msgid "Search Results" msgstr "" -#: sphinx/themes/basic/search.html:45 -#: sphinx/themes/basic/searchresults.html:23 -#: sphinx/themes/basic/static/searchtools.js_t:283 +#: sphinx/themes/basic/search.html:45 sphinx/themes/basic/searchresults.html:23 +#: sphinx/themes/basic/static/searchtools.js_t:284 msgid "" -"Your search did not match any documents. Please make sure that all words are" -" spelled correctly and that you've selected enough categories." +"Your search did not match any documents. Please make sure that all words " +"are spelled correctly and that you've selected enough categories." msgstr "" #: sphinx/themes/basic/searchbox.html:12 @@ -787,33 +795,33 @@ msgstr "" msgid "Other changes" msgstr "" -#: sphinx/themes/basic/static/doctools.js:166 sphinx/writers/html.py:610 -#: sphinx/writers/html.py:615 +#: sphinx/themes/basic/static/doctools.js_t:169 sphinx/writers/html.py:668 +#: sphinx/writers/html.py:673 msgid "Permalink to this headline" msgstr "" -#: sphinx/themes/basic/static/doctools.js:172 sphinx/writers/html.py:107 +#: sphinx/themes/basic/static/doctools.js_t:175 sphinx/writers/html.py:105 msgid "Permalink to this definition" msgstr "" -#: sphinx/themes/basic/static/doctools.js:205 +#: sphinx/themes/basic/static/doctools.js_t:208 msgid "Hide Search Matches" msgstr "" -#: sphinx/themes/basic/static/searchtools.js_t:119 +#: sphinx/themes/basic/static/searchtools.js_t:121 msgid "Searching" msgstr "" -#: sphinx/themes/basic/static/searchtools.js_t:124 +#: sphinx/themes/basic/static/searchtools.js_t:126 msgid "Preparing search..." msgstr "" -#: sphinx/themes/basic/static/searchtools.js_t:285 +#: sphinx/themes/basic/static/searchtools.js_t:286 #, python-format msgid "Search finished, found %s page(s) matching the search query." msgstr "" -#: sphinx/themes/basic/static/searchtools.js_t:337 +#: sphinx/themes/basic/static/searchtools.js_t:338 msgid ", in " msgstr "" @@ -830,44 +838,59 @@ msgstr "" msgid "Contents" msgstr "" -#: sphinx/writers/html.py:334 +#: sphinx/writers/html.py:349 msgid "Permalink to this code" msgstr "" -#: sphinx/writers/html.py:337 +#: sphinx/writers/html.py:353 msgid "Permalink to this image" msgstr "" -#: sphinx/writers/html.py:339 +#: sphinx/writers/html.py:355 msgid "Permalink to this toctree" msgstr "" -#: sphinx/writers/html.py:619 +#: sphinx/writers/html.py:677 msgid "Permalink to this table" msgstr "" -#: sphinx/writers/latex.py:199 +#: sphinx/writers/latex.py:344 msgid "Release" msgstr "" -#: sphinx/writers/latex.py:697 sphinx/writers/manpage.py:177 -#: sphinx/writers/texinfo.py:616 +#: sphinx/writers/latex.py:408 +#, fuzzy +msgid "page" +msgstr "Nguy hiểm" + +#: sphinx/writers/latex.py:908 sphinx/writers/manpage.py:226 +#: sphinx/writers/texinfo.py:620 msgid "Footnotes" msgstr "" -#: sphinx/writers/latex.py:785 +#: sphinx/writers/latex.py:1010 msgid "continued from previous page" msgstr "" -#: sphinx/writers/latex.py:791 +#: sphinx/writers/latex.py:1016 msgid "Continued on next page" msgstr "" -#: sphinx/writers/manpage.py:223 sphinx/writers/text.py:541 +#: sphinx/writers/manpage.py:275 sphinx/writers/text.py:582 #, python-format msgid "[image: %s]" msgstr "" -#: sphinx/writers/manpage.py:224 sphinx/writers/text.py:542 +#: sphinx/writers/manpage.py:276 sphinx/writers/text.py:583 msgid "[image]" msgstr "" + +#~ msgid "%B %d, %Y" +#~ msgstr "%d/%m/%Y" + +#~ msgid "%b %d, %Y" +#~ msgstr "%d/%m/%Y" + +#~ msgid "(The <> is located in %s, line %d.)" +#~ msgstr "" + diff --git a/sphinx/locale/zh_CN/LC_MESSAGES/sphinx.js b/sphinx/locale/zh_CN/LC_MESSAGES/sphinx.js index d68c834c0..ec1f31946 100644 --- a/sphinx/locale/zh_CN/LC_MESSAGES/sphinx.js +++ b/sphinx/locale/zh_CN/LC_MESSAGES/sphinx.js @@ -1 +1 @@ -Documentation.addTranslations({"locale": "zh_Hans_CN", "plural_expr": "0", "messages": {"Next topic": "\u4e0b\u4e00\u4e2a\u4e3b\u9898", "Index": "\u7d22\u5f15", "%(filename)s — %(docstitle)s": "%(filename)s — %(docstitle)s", "Welcome! This is": "\u6b22\u8fce\uff01\u8fd9\u662f", "Copyright": "\u7248\u6743\u6240\u6709", "C API changes": "C API \u66f4\u6539", "quick access to all modules": "\u5feb\u901f\u67e5\u770b\u6240\u6709\u7684\u6a21\u5757", "© Copyright %(copyright)s.": "© \u7248\u6743\u6240\u6709 %(copyright)s.", "Global Module Index": "\u5168\u5c40\u6a21\u5757\u7d22\u5f15", "Your search did not match any documents. Please make sure that all words are spelled correctly and that you've selected enough categories.": "\u6ca1\u6709\u4efb\u4f55\u6587\u6863\u5339\u914d\u60a8\u7684\u641c\u7d22\u3002\u8bf7\u786e\u4fdd\u4f60\u8f93\u5165\u7684\u8bcd\u62fc\u5199\u6b63\u786e\u5e76\u9009\u62e9\u4e86\u5408\u9002\u7684\u5206\u7c7b\u3002", "Index – %(key)s": "\u7d22\u5f15 – %(key)s", "General Index": "\u603b\u76ee\u5f55", "next chapter": "\u4e0b\u4e00\u7ae0", "Search finished, found %s page(s) matching the search query.": "\u641c\u7d22\u5b8c\u6210\uff0c\u6709 %s \u4e2a\u9875\u9762\u5339\u914d\u3002", "previous chapter": "\u4e0a\u4e00\u7ae0", "Permalink to this headline": "\u6c38\u4e45\u94fe\u63a5\u81f3\u6807\u9898", "About these documents": "\u5173\u4e8e\u8fd9\u4e9b\u6587\u6863", "Preparing search...": "\u51c6\u5907\u641c\u7d22\u2026\u2026", ", in ": "\uff0c\u5728", "Navigation": "\u5bfc\u822a", "Expand sidebar": "\u5c55\u5f00\u8fb9\u680f", "the documentation for": "\u8fd9\u4efd\u6587\u6863\u662f", "Complete Table of Contents": "\u5b8c\u6574\u7684\u5185\u5bb9\u8868", "Contents": "\u76ee\u5f55", "can be huge": "\u53ef\u80fd\u4f1a\u5f88\u591a", "Changes in Version %(version)s — %(docstitle)s": "\u66f4\u6539\u53d1\u751f\u5728\u7248\u672c %(version)s — %(docstitle)s", "Other changes": "\u5176\u4ed6\u66f4\u6539", "Hide Search Matches": "\u9690\u85cf\u641c\u7d22\u7ed3\u679c", "Quick search": "\u5feb\u901f\u641c\u7d22", "Show Source": "\u663e\u793a\u6e90\u4ee3\u7801", "Search": "\u641c\u7d22", "This Page": "\u672c\u9875", "From here you can search these documents. Enter your search\n words into the box below and click \"search\". Note that the search\n function will automatically search for all of the words. Pages\n containing fewer words won't appear in the result list.": "\u5728\u8fd9\u513f\uff0c\u4f60\u53ef\u4ee5\u5bf9\u8fd9\u4e9b\u6587\u6863\u8fdb\u884c\u641c\u7d22\u3002\u5411\u641c\u7d22\u6846\u4e2d\u8f93\u5165\u4f60\u6240\u8981\u641c\u7d22\u7684\u5173\u952e\u5b57\u5e76\u70b9\u51fb\u201c\u641c\u7d22\u201d\u3002\u6ce8\u610f\uff1a\u641c\u7d22\u5f15\u64ce\u4f1a\u81ea\u52a8\u641c\u7d22\u6240\u6709\u7684\u5173\u952e\u5b57\u3002\u5c06\u4e0d\u4f1a\u641c\u7d22\u5230\u90e8\u5206\u5173\u952e\u5b57\u7684\u9875\u9762.", "Created using Sphinx %(sphinx_version)s.": "\u7531 Sphinx %(sphinx_version)s \u521b\u5efa\u3002", "last updated": "\u6700\u540e\u66f4\u65b0\u4e8e", "Collapse sidebar": "\u6298\u53e0\u8fb9\u680f", "Go": "\u8f6c\u5411", "Table Of Contents": "\u5167\u5bb9\u76ee\u5f55", "Search within %(docstitle)s": "\u5728 %(docstitle)s \u4e2d\u641c\u7d22", "all functions, classes, terms": "\u6240\u7684\u51fd\u6570\uff0c\u7c7b\uff0c\u672f\u8bed", "Please activate JavaScript to enable the search\n functionality.": "\u8bf7\u6fc0\u6d3b JavaScript \u4ee5\u5f00\u542f\u641c\u7d22\u529f\u80fd", "Indices and tables:": "\u7d22\u5f15\u548c\u8868\u683c\uff1a", "lists all sections and subsections": "\u5217\u51fa\u6240\u6709\u7684\u7ae0\u8282\u548c\u90e8\u5206", "Index pages by letter": "\u6309\u7167\u5b57\u6bcd\u7684\u7d22\u5f15\u9875", "search": "\u641c\u7d22", "Permalink to this definition": "\u6c38\u4e45\u94fe\u63a5\u81f3\u76ee\u6807", "Previous topic": "\u4e0a\u4e00\u4e2a\u4e3b\u9898", "Overview": "\u6982\u8ff0", "Last updated on %(last_updated)s.": "\u6700\u540e\u66f4\u65b0\u4e8e %(last_updated)s.", "Searching": "\u641c\u7d22\u4e2d", "search this documentation": "\u641c\u7d22\u6587\u6863", "Automatically generated list of changes in version %(version)s": "\u81ea\u52a8\u751f\u6210\u7684 %(version)s \u7248\u672c\u4e2d\u7684\u66f4\u6539\u5217\u8868", "Full index on one page": "\u4e00\u9875\u7684\u5168\u90e8\u7d22\u5f15", "Enter search terms or a module, class or function name.": "\u8f93\u5165\u76f8\u5173\u7684\u672f\u8bed\uff0c\u6a21\u5757\uff0c\u7c7b\u6216\u8005\u51fd\u6570\u540d\u79f0\u8fdb\u884c\u641c\u7d22", "© Copyright %(copyright)s.": "© \u7248\u6743\u6240\u6709 %(copyright)s.", "Library changes": "\u5e93\u66f4\u6539", "Search Page": "\u641c\u7d22\u9875\u9762", "Search Results": "\u641c\u7d22\u7ed3\u679c"}}); \ No newline at end of file +Documentation.addTranslations({"locale": "zh_Hans_CN", "messages": {"%(filename)s — %(docstitle)s": "%(filename)s — %(docstitle)s", "© Copyright %(copyright)s.": "© \u7248\u6743\u6240\u6709 %(copyright)s.", "© Copyright %(copyright)s.": "© \u7248\u6743\u6240\u6709 %(copyright)s.", ", in ": "\uff0c\u5728", "About these documents": "\u5173\u4e8e\u8fd9\u4e9b\u6587\u6863", "Automatically generated list of changes in version %(version)s": "\u81ea\u52a8\u751f\u6210\u7684 %(version)s \u7248\u672c\u4e2d\u7684\u66f4\u6539\u5217\u8868", "C API changes": "C API \u66f4\u6539", "Changes in Version %(version)s — %(docstitle)s": "\u66f4\u6539\u53d1\u751f\u5728\u7248\u672c %(version)s — %(docstitle)s", "Collapse sidebar": "\u6298\u53e0\u8fb9\u680f", "Complete Table of Contents": "\u5b8c\u6574\u7684\u5185\u5bb9\u8868", "Contents": "\u76ee\u5f55", "Copyright": "\u7248\u6743\u6240\u6709", "Created using Sphinx %(sphinx_version)s.": "\u7531 Sphinx %(sphinx_version)s \u521b\u5efa\u3002", "Enter search terms or a module, class or function name.": "\u8f93\u5165\u76f8\u5173\u7684\u672f\u8bed\uff0c\u6a21\u5757\uff0c\u7c7b\u6216\u8005\u51fd\u6570\u540d\u79f0\u8fdb\u884c\u641c\u7d22", "Expand sidebar": "\u5c55\u5f00\u8fb9\u680f", "From here you can search these documents. Enter your search\n words into the box below and click \"search\". Note that the search\n function will automatically search for all of the words. Pages\n containing fewer words won't appear in the result list.": "\u5728\u8fd9\u513f\uff0c\u4f60\u53ef\u4ee5\u5bf9\u8fd9\u4e9b\u6587\u6863\u8fdb\u884c\u641c\u7d22\u3002\u5411\u641c\u7d22\u6846\u4e2d\u8f93\u5165\u4f60\u6240\u8981\u641c\u7d22\u7684\u5173\u952e\u5b57\u5e76\u70b9\u51fb\u201c\u641c\u7d22\u201d\u3002\u6ce8\u610f\uff1a\u641c\u7d22\u5f15\u64ce\u4f1a\u81ea\u52a8\u641c\u7d22\u6240\u6709\u7684\u5173\u952e\u5b57\u3002\u5c06\u4e0d\u4f1a\u641c\u7d22\u5230\u90e8\u5206\u5173\u952e\u5b57\u7684\u9875\u9762.", "Full index on one page": "\u4e00\u9875\u7684\u5168\u90e8\u7d22\u5f15", "General Index": "\u603b\u76ee\u5f55", "Global Module Index": "\u5168\u5c40\u6a21\u5757\u7d22\u5f15", "Go": "\u8f6c\u5411", "Hide Search Matches": "\u9690\u85cf\u641c\u7d22\u7ed3\u679c", "Index": "\u7d22\u5f15", "Index – %(key)s": "\u7d22\u5f15 – %(key)s", "Index pages by letter": "\u6309\u7167\u5b57\u6bcd\u7684\u7d22\u5f15\u9875", "Indices and tables:": "\u7d22\u5f15\u548c\u8868\u683c\uff1a", "Last updated on %(last_updated)s.": "\u6700\u540e\u66f4\u65b0\u4e8e %(last_updated)s.", "Library changes": "\u5e93\u66f4\u6539", "Navigation": "\u5bfc\u822a", "Next topic": "\u4e0b\u4e00\u4e2a\u4e3b\u9898", "Other changes": "\u5176\u4ed6\u66f4\u6539", "Overview": "\u6982\u8ff0", "Permalink to this definition": "\u6c38\u4e45\u94fe\u63a5\u81f3\u76ee\u6807", "Permalink to this headline": "\u6c38\u4e45\u94fe\u63a5\u81f3\u6807\u9898", "Please activate JavaScript to enable the search\n functionality.": "\u8bf7\u6fc0\u6d3b JavaScript \u4ee5\u5f00\u542f\u641c\u7d22\u529f\u80fd", "Preparing search...": "\u51c6\u5907\u641c\u7d22\u2026\u2026", "Previous topic": "\u4e0a\u4e00\u4e2a\u4e3b\u9898", "Quick search": "\u5feb\u901f\u641c\u7d22", "Search": "\u641c\u7d22", "Search Page": "\u641c\u7d22\u9875\u9762", "Search Results": "\u641c\u7d22\u7ed3\u679c", "Search finished, found %s page(s) matching the search query.": "\u641c\u7d22\u5b8c\u6210\uff0c\u6709 %s \u4e2a\u9875\u9762\u5339\u914d\u3002", "Search within %(docstitle)s": "\u5728 %(docstitle)s \u4e2d\u641c\u7d22", "Searching": "\u641c\u7d22\u4e2d", "Show Source": "\u663e\u793a\u6e90\u4ee3\u7801", "Table Of Contents": "\u5167\u5bb9\u76ee\u5f55", "This Page": "\u672c\u9875", "Welcome! This is": "\u6b22\u8fce\uff01\u8fd9\u662f", "Your search did not match any documents. Please make sure that all words are spelled correctly and that you've selected enough categories.": "\u6ca1\u6709\u4efb\u4f55\u6587\u6863\u5339\u914d\u60a8\u7684\u641c\u7d22\u3002\u8bf7\u786e\u4fdd\u4f60\u8f93\u5165\u7684\u8bcd\u62fc\u5199\u6b63\u786e\u5e76\u9009\u62e9\u4e86\u5408\u9002\u7684\u5206\u7c7b\u3002", "all functions, classes, terms": "\u6240\u7684\u51fd\u6570\uff0c\u7c7b\uff0c\u672f\u8bed", "can be huge": "\u53ef\u80fd\u4f1a\u5f88\u591a", "last updated": "\u6700\u540e\u66f4\u65b0\u4e8e", "lists all sections and subsections": "\u5217\u51fa\u6240\u6709\u7684\u7ae0\u8282\u548c\u90e8\u5206", "next chapter": "\u4e0b\u4e00\u7ae0", "previous chapter": "\u4e0a\u4e00\u7ae0", "quick access to all modules": "\u5feb\u901f\u67e5\u770b\u6240\u6709\u7684\u6a21\u5757", "search": "\u641c\u7d22", "search this documentation": "\u641c\u7d22\u6587\u6863", "the documentation for": "\u8fd9\u4efd\u6587\u6863\u662f"}, "plural_expr": "0"}); \ No newline at end of file diff --git a/sphinx/locale/zh_CN/LC_MESSAGES/sphinx.mo b/sphinx/locale/zh_CN/LC_MESSAGES/sphinx.mo index af7536ee4..b01448c50 100644 Binary files a/sphinx/locale/zh_CN/LC_MESSAGES/sphinx.mo and b/sphinx/locale/zh_CN/LC_MESSAGES/sphinx.mo differ diff --git a/sphinx/locale/zh_CN/LC_MESSAGES/sphinx.po b/sphinx/locale/zh_CN/LC_MESSAGES/sphinx.po index 9f0eb2388..7dfd0cc5a 100644 --- a/sphinx/locale/zh_CN/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/zh_CN/LC_MESSAGES/sphinx.po @@ -1,59 +1,55 @@ -# Translations template for Sphinx. -# Copyright (C) 2015 ORGANIZATION +# Chinese (Simplified, China) translations for Sphinx. +# Copyright (C) 2016 ORGANIZATION # This file is distributed under the same license as the Sphinx project. -# -# Translators: -# Aifen Qin , 2015 -# 刘振涛 , 2013 -# Ryekee Zhong , 2013 -# Tower Joo, 2009 -# Aifen Qin , 2013 +# FIRST AUTHOR , 2016. +# msgid "" msgstr "" -"Project-Id-Version: Sphinx\n" +"Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2015-03-08 23:31+0900\n" +"POT-Creation-Date: 2016-02-14 22:15+0900\n" "PO-Revision-Date: 2015-03-08 14:35+0000\n" "Last-Translator: Takayuki Shimizukawa \n" -"Language-Team: Chinese (China) (http://www.transifex.com/projects/p/sphinx-1/language/zh_CN/)\n" +"Language: zh_Hans_CN\n" +"Language-Team: Chinese (China) " +"(http://www.transifex.com/projects/p/sphinx-1/language/zh_CN/)\n" +"Plural-Forms: nplurals=1; plural=0\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" +"Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 1.3\n" -"Language: zh_CN\n" -"Plural-Forms: nplurals=1; plural=0;\n" +"Generated-By: Babel 2.2.0\n" -#: sphinx/config.py:80 +#: sphinx/config.py:84 #, python-format msgid "Fig. %s" msgstr "图 %s" -#: sphinx/config.py:81 +#: sphinx/config.py:85 #, python-format msgid "Table %s" msgstr "表 %s" -#: sphinx/config.py:82 +#: sphinx/config.py:86 #, python-format msgid "Listing %s" msgstr "列表 %s" -#: sphinx/config.py:89 +#: sphinx/config.py:93 #, python-format msgid "%s %s documentation" msgstr "%s %s 文档" -#: sphinx/environment.py:1880 +#: sphinx/environment.py:1815 #, python-format msgid "see %s" msgstr "见 %s" -#: sphinx/environment.py:1883 +#: sphinx/environment.py:1819 #, python-format msgid "see also %s" msgstr "参见 %s" -#: sphinx/environment.py:1941 +#: sphinx/environment.py:1879 msgid "Symbols" msgstr "符号" @@ -62,11 +58,10 @@ msgstr "符号" msgid "Python Enhancement Proposals; PEP %s" msgstr "Python 提高建议; PEP %s" -#: sphinx/transforms.py:58 sphinx/writers/latex.py:212 -#: sphinx/writers/manpage.py:67 sphinx/writers/texinfo.py:221 -#, python-format -msgid "%B %d, %Y" -msgstr "%Y 年 %m 月 %d 日" +#: sphinx/transforms.py:56 sphinx/writers/latex.py:357 +#: sphinx/writers/manpage.py:101 sphinx/writers/texinfo.py:222 +msgid "MMMM dd, YYYY" +msgstr "" #: sphinx/builders/changes.py:75 msgid "Builtins" @@ -76,64 +71,63 @@ msgstr "内置" msgid "Module level" msgstr "模块级别" -#: sphinx/builders/html.py:291 -#, python-format -msgid "%b %d, %Y" -msgstr "%Y 年 %m 月 %d 日" +#: sphinx/builders/html.py:295 +msgid "MMM dd, YYYY" +msgstr "" -#: sphinx/builders/html.py:310 sphinx/themes/basic/defindex.html:30 +#: sphinx/builders/html.py:315 sphinx/themes/basic/defindex.html:30 msgid "General Index" msgstr "总目录" -#: sphinx/builders/html.py:310 +#: sphinx/builders/html.py:315 msgid "index" msgstr "索引" -#: sphinx/builders/html.py:371 +#: sphinx/builders/html.py:376 msgid "next" msgstr "下一页" -#: sphinx/builders/html.py:380 +#: sphinx/builders/html.py:385 msgid "previous" msgstr "上一页" -#: sphinx/builders/latex.py:144 sphinx/builders/texinfo.py:198 +#: sphinx/builders/latex.py:165 sphinx/builders/texinfo.py:199 msgid " (in " msgstr "(在" -#: sphinx/directives/other.py:150 +#: sphinx/directives/other.py:149 msgid "Section author: " msgstr "节作者:" -#: sphinx/directives/other.py:152 +#: sphinx/directives/other.py:151 msgid "Module author: " msgstr "模块作者:" -#: sphinx/directives/other.py:154 +#: sphinx/directives/other.py:153 msgid "Code author: " msgstr "代码作者:" -#: sphinx/directives/other.py:156 +#: sphinx/directives/other.py:155 msgid "Author: " msgstr "作者:" -#: sphinx/domains/__init__.py:273 +#: sphinx/domains/__init__.py:275 #, python-format msgid "%s %s" msgstr "%s %s" -#: sphinx/domains/c.py:58 sphinx/domains/cpp.py:2408 -#: sphinx/domains/python.py:122 +#: sphinx/domains/c.py:58 sphinx/domains/cpp.py:3605 +#: sphinx/domains/python.py:124 msgid "Parameters" msgstr "参数" -#: sphinx/domains/c.py:61 sphinx/domains/cpp.py:2414 -#: sphinx/domains/javascript.py:128 sphinx/domains/python.py:134 +#: sphinx/domains/c.py:61 sphinx/domains/cpp.py:3614 +#: sphinx/domains/javascript.py:128 sphinx/domains/python.py:136 msgid "Returns" msgstr "返回" #: sphinx/domains/c.py:63 sphinx/domains/javascript.py:130 -#: sphinx/domains/python.py:136 +#: sphinx/domains/python.py:138 msgid "Return type" msgstr "返回类型" @@ -162,12 +156,12 @@ msgstr "%s (C 类型)" msgid "%s (C variable)" msgstr "%s (C 变量)" -#: sphinx/domains/c.py:242 sphinx/domains/cpp.py:2680 -#: sphinx/domains/javascript.py:164 sphinx/domains/python.py:587 +#: sphinx/domains/c.py:242 sphinx/domains/cpp.py:3953 +#: sphinx/domains/javascript.py:164 sphinx/domains/python.py:589 msgid "function" msgstr "函数" -#: sphinx/domains/c.py:243 sphinx/domains/cpp.py:2681 +#: sphinx/domains/c.py:243 sphinx/domains/cpp.py:3954 msgid "member" msgstr "成员" @@ -175,7 +169,7 @@ msgstr "成员" msgid "macro" msgstr "宏" -#: sphinx/domains/c.py:245 sphinx/domains/cpp.py:2682 +#: sphinx/domains/c.py:245 sphinx/domains/cpp.py:3955 msgid "type" msgstr "类型" @@ -183,59 +177,64 @@ msgstr "类型" msgid "variable" msgstr "变量" -#: sphinx/domains/cpp.py:2411 sphinx/domains/javascript.py:125 +#: sphinx/domains/cpp.py:3608 +#, fuzzy +msgid "Template Parameters" +msgstr "参数" + +#: sphinx/domains/cpp.py:3611 sphinx/domains/javascript.py:125 msgid "Throws" msgstr "抛出" -#: sphinx/domains/cpp.py:2518 +#: sphinx/domains/cpp.py:3733 #, python-format msgid "%s (C++ type)" msgstr "%s (C++ 类型)" -#: sphinx/domains/cpp.py:2531 +#: sphinx/domains/cpp.py:3744 #, python-format msgid "%s (C++ member)" msgstr "%s (C++ 成员)" -#: sphinx/domains/cpp.py:2543 +#: sphinx/domains/cpp.py:3755 #, python-format msgid "%s (C++ function)" msgstr "%s (C++ 函数)" -#: sphinx/domains/cpp.py:2555 +#: sphinx/domains/cpp.py:3766 #, python-format msgid "%s (C++ class)" msgstr "%s (C++ 类)" -#: sphinx/domains/cpp.py:2579 +#: sphinx/domains/cpp.py:3786 #, python-format msgid "%s (C++ enum)" msgstr "" -#: sphinx/domains/cpp.py:2617 +#: sphinx/domains/cpp.py:3816 #, python-format msgid "%s (C++ enumerator)" msgstr "" -#: sphinx/domains/cpp.py:2679 sphinx/domains/javascript.py:165 -#: sphinx/domains/python.py:589 +#: sphinx/domains/cpp.py:3952 sphinx/domains/javascript.py:165 +#: sphinx/domains/python.py:591 msgid "class" msgstr "类" -#: sphinx/domains/cpp.py:2683 +#: sphinx/domains/cpp.py:3956 msgid "enum" msgstr "" -#: sphinx/domains/cpp.py:2684 +#: sphinx/domains/cpp.py:3957 msgid "enumerator" msgstr "" -#: sphinx/domains/javascript.py:106 sphinx/domains/python.py:280 +#: sphinx/domains/javascript.py:106 sphinx/domains/python.py:282 #, python-format msgid "%s() (built-in function)" msgstr "%s() (內置函数)" -#: sphinx/domains/javascript.py:107 sphinx/domains/python.py:344 +#: sphinx/domains/javascript.py:107 sphinx/domains/python.py:346 #, python-format msgid "%s() (%s method)" msgstr "%s() (%s 方法)" @@ -250,7 +249,7 @@ msgstr "%s() (类)" msgid "%s (global variable or constant)" msgstr "%s (全局变量或常量)" -#: sphinx/domains/javascript.py:113 sphinx/domains/python.py:382 +#: sphinx/domains/javascript.py:113 sphinx/domains/python.py:384 #, python-format msgid "%s (%s attribute)" msgstr "%s (%s 属性)" @@ -259,116 +258,116 @@ msgstr "%s (%s 属性)" msgid "Arguments" msgstr "参数" -#: sphinx/domains/javascript.py:166 sphinx/domains/python.py:588 +#: sphinx/domains/javascript.py:166 sphinx/domains/python.py:590 msgid "data" msgstr "数据" -#: sphinx/domains/javascript.py:167 sphinx/domains/python.py:594 +#: sphinx/domains/javascript.py:167 sphinx/domains/python.py:596 msgid "attribute" msgstr "属性" -#: sphinx/domains/python.py:127 +#: sphinx/domains/python.py:129 msgid "Variables" msgstr "变量" -#: sphinx/domains/python.py:131 +#: sphinx/domains/python.py:133 msgid "Raises" msgstr "引发" -#: sphinx/domains/python.py:281 sphinx/domains/python.py:338 -#: sphinx/domains/python.py:350 sphinx/domains/python.py:363 +#: sphinx/domains/python.py:283 sphinx/domains/python.py:340 +#: sphinx/domains/python.py:352 sphinx/domains/python.py:365 #, python-format msgid "%s() (in module %s)" msgstr "%s() (在 %s 模块中)" -#: sphinx/domains/python.py:284 +#: sphinx/domains/python.py:286 #, python-format msgid "%s (built-in variable)" msgstr "%s (內置变量)" -#: sphinx/domains/python.py:285 sphinx/domains/python.py:376 +#: sphinx/domains/python.py:287 sphinx/domains/python.py:378 #, python-format msgid "%s (in module %s)" msgstr "%s() (在 %s 模块中)" -#: sphinx/domains/python.py:301 +#: sphinx/domains/python.py:303 #, python-format msgid "%s (built-in class)" msgstr "%s (內置类)" -#: sphinx/domains/python.py:302 +#: sphinx/domains/python.py:304 #, python-format msgid "%s (class in %s)" msgstr "%s (%s 中的类)" -#: sphinx/domains/python.py:342 +#: sphinx/domains/python.py:344 #, python-format msgid "%s() (%s.%s method)" msgstr "%s() (%s.%s 方法)" -#: sphinx/domains/python.py:354 +#: sphinx/domains/python.py:356 #, python-format msgid "%s() (%s.%s static method)" msgstr "%s() (%s.%s 静态方法)" -#: sphinx/domains/python.py:357 +#: sphinx/domains/python.py:359 #, python-format msgid "%s() (%s static method)" msgstr "%s() (%s 静态方法)" -#: sphinx/domains/python.py:367 +#: sphinx/domains/python.py:369 #, python-format msgid "%s() (%s.%s class method)" msgstr "%s() (%s.%s 类方法)" -#: sphinx/domains/python.py:370 +#: sphinx/domains/python.py:372 #, python-format msgid "%s() (%s class method)" msgstr "%s() (%s 类方法)" -#: sphinx/domains/python.py:380 +#: sphinx/domains/python.py:382 #, python-format msgid "%s (%s.%s attribute)" msgstr "%s (%s.%s 属性)" -#: sphinx/domains/python.py:461 +#: sphinx/domains/python.py:463 #, python-format msgid "%s (module)" msgstr "%s (模块)" -#: sphinx/domains/python.py:518 +#: sphinx/domains/python.py:520 msgid "Python Module Index" msgstr "Python 模块索引" -#: sphinx/domains/python.py:519 +#: sphinx/domains/python.py:521 msgid "modules" msgstr "模块" -#: sphinx/domains/python.py:565 +#: sphinx/domains/python.py:567 msgid "Deprecated" msgstr "已移除" -#: sphinx/domains/python.py:590 sphinx/locale/__init__.py:181 +#: sphinx/domains/python.py:592 sphinx/locale/__init__.py:183 msgid "exception" msgstr "例外" -#: sphinx/domains/python.py:591 +#: sphinx/domains/python.py:593 msgid "method" msgstr "方法" -#: sphinx/domains/python.py:592 +#: sphinx/domains/python.py:594 msgid "class method" msgstr "类方法" -#: sphinx/domains/python.py:593 +#: sphinx/domains/python.py:595 msgid "static method" msgstr "静态方法" -#: sphinx/domains/python.py:595 sphinx/locale/__init__.py:177 +#: sphinx/domains/python.py:597 sphinx/locale/__init__.py:179 msgid "module" msgstr "模块" -#: sphinx/domains/python.py:760 +#: sphinx/domains/python.py:762 msgid " (deprecated)" msgstr " (已移除)" @@ -400,64 +399,64 @@ msgstr "环境变量; %s" msgid "%scommand line option; %s" msgstr "%s命令行选项; %s" -#: sphinx/domains/std.py:443 +#: sphinx/domains/std.py:433 msgid "glossary term" msgstr "术语" -#: sphinx/domains/std.py:444 +#: sphinx/domains/std.py:434 msgid "grammar token" msgstr "语法记号" -#: sphinx/domains/std.py:445 +#: sphinx/domains/std.py:435 msgid "reference label" msgstr "引用标签" -#: sphinx/domains/std.py:447 +#: sphinx/domains/std.py:437 msgid "environment variable" msgstr "环境变量" -#: sphinx/domains/std.py:448 +#: sphinx/domains/std.py:438 msgid "program option" msgstr "程序选项" -#: sphinx/domains/std.py:481 sphinx/themes/basic/genindex-single.html:32 +#: sphinx/domains/std.py:471 sphinx/themes/basic/genindex-single.html:32 #: sphinx/themes/basic/genindex-single.html:57 #: sphinx/themes/basic/genindex-split.html:11 #: sphinx/themes/basic/genindex-split.html:14 #: sphinx/themes/basic/genindex.html:32 sphinx/themes/basic/genindex.html:35 #: sphinx/themes/basic/genindex.html:68 sphinx/themes/basic/layout.html:134 -#: sphinx/writers/latex.py:201 sphinx/writers/texinfo.py:479 +#: sphinx/writers/latex.py:346 sphinx/writers/texinfo.py:481 msgid "Index" msgstr "索引" -#: sphinx/domains/std.py:482 +#: sphinx/domains/std.py:472 msgid "Module Index" msgstr "模块索引" -#: sphinx/domains/std.py:483 sphinx/themes/basic/defindex.html:25 +#: sphinx/domains/std.py:473 sphinx/themes/basic/defindex.html:25 msgid "Search Page" msgstr "搜索页面" -#: sphinx/ext/autodoc.py:1139 +#: sphinx/ext/autodoc.py:1265 #, python-format msgid " Bases: %s" msgstr " 基类:%s" -#: sphinx/ext/autodoc.py:1181 +#: sphinx/ext/autodoc.py:1318 #, python-format msgid "alias of :class:`%s`" msgstr ":class:`%s` 的别名" -#: sphinx/ext/graphviz.py:293 sphinx/ext/graphviz.py:301 +#: sphinx/ext/graphviz.py:307 sphinx/ext/graphviz.py:316 #, python-format msgid "[graph: %s]" msgstr "[图表:%s]" -#: sphinx/ext/graphviz.py:295 sphinx/ext/graphviz.py:303 +#: sphinx/ext/graphviz.py:309 sphinx/ext/graphviz.py:318 msgid "[graph]" msgstr "[图表]" -#: sphinx/ext/intersphinx.py:257 +#: sphinx/ext/intersphinx.py:359 #, python-format msgid "(in %s v%s)" msgstr "(在 %s v%s)" @@ -466,112 +465,117 @@ msgstr "(在 %s v%s)" msgid "[source]" msgstr "[源代码]" -#: sphinx/ext/todo.py:43 +#: sphinx/ext/todo.py:56 msgid "Todo" msgstr "待处理" -#: sphinx/ext/todo.py:113 -#, python-format -msgid "(The <> is located in %s, line %d.)" +#: sphinx/ext/todo.py:129 +#, fuzzy +msgid "<>" +msgstr "原始记录" + +#: sphinx/ext/todo.py:132 +#, fuzzy, python-format +msgid "(The <> is located in %s, line %d.)" msgstr "(<<原始记录>> 见 %s,第 %d 行)" -#: sphinx/ext/todo.py:122 +#: sphinx/ext/todo.py:141 msgid "original entry" msgstr "原始记录" -#: sphinx/ext/viewcode.py:158 +#: sphinx/ext/viewcode.py:162 msgid "[docs]" msgstr "[文档]" -#: sphinx/ext/viewcode.py:172 +#: sphinx/ext/viewcode.py:176 msgid "Module code" msgstr "模块代码" -#: sphinx/ext/viewcode.py:178 +#: sphinx/ext/viewcode.py:182 #, python-format msgid "

Source code for %s

" msgstr "

%s 源代码

" -#: sphinx/ext/viewcode.py:204 +#: sphinx/ext/viewcode.py:208 msgid "Overview: module code" msgstr "概览:模块代码" -#: sphinx/ext/viewcode.py:205 +#: sphinx/ext/viewcode.py:209 msgid "

All modules for which code is available

" msgstr "

代码可用的所有模块

" -#: sphinx/locale/__init__.py:157 +#: sphinx/locale/__init__.py:159 msgid "Attention" msgstr "注意" -#: sphinx/locale/__init__.py:158 +#: sphinx/locale/__init__.py:160 msgid "Caution" msgstr "警告" -#: sphinx/locale/__init__.py:159 +#: sphinx/locale/__init__.py:161 msgid "Danger" msgstr "危险" -#: sphinx/locale/__init__.py:160 +#: sphinx/locale/__init__.py:162 msgid "Error" msgstr "错误" -#: sphinx/locale/__init__.py:161 +#: sphinx/locale/__init__.py:163 msgid "Hint" msgstr "提示" -#: sphinx/locale/__init__.py:162 +#: sphinx/locale/__init__.py:164 msgid "Important" msgstr "重要" -#: sphinx/locale/__init__.py:163 +#: sphinx/locale/__init__.py:165 msgid "Note" msgstr "注解" -#: sphinx/locale/__init__.py:164 +#: sphinx/locale/__init__.py:166 msgid "See also" msgstr "参见" -#: sphinx/locale/__init__.py:165 +#: sphinx/locale/__init__.py:167 msgid "Tip" msgstr "小技巧" -#: sphinx/locale/__init__.py:166 +#: sphinx/locale/__init__.py:168 msgid "Warning" msgstr "警告" -#: sphinx/locale/__init__.py:170 +#: sphinx/locale/__init__.py:172 #, python-format msgid "New in version %s" msgstr "%s 新版功能" -#: sphinx/locale/__init__.py:171 +#: sphinx/locale/__init__.py:173 #, python-format msgid "Changed in version %s" msgstr "在 %s 版更改" -#: sphinx/locale/__init__.py:172 +#: sphinx/locale/__init__.py:174 #, python-format msgid "Deprecated since version %s" msgstr "%s 版后已移除" -#: sphinx/locale/__init__.py:178 +#: sphinx/locale/__init__.py:180 msgid "keyword" msgstr "关键字" -#: sphinx/locale/__init__.py:179 +#: sphinx/locale/__init__.py:181 msgid "operator" msgstr "运算符" -#: sphinx/locale/__init__.py:180 +#: sphinx/locale/__init__.py:182 msgid "object" msgstr "对象" -#: sphinx/locale/__init__.py:182 +#: sphinx/locale/__init__.py:184 msgid "statement" msgstr "语句" -#: sphinx/locale/__init__.py:183 +#: sphinx/locale/__init__.py:185 msgid "built-in function" msgstr "內置函数" @@ -736,23 +740,20 @@ msgid "" " containing fewer words won't appear in the result list." msgstr "在这儿,你可以对这些文档进行搜索。向搜索框中输入你所要搜索的关键字并点击“搜索”。注意:搜索引擎会自动搜索所有的关键字。将不会搜索到部分关键字的页面." -#: sphinx/themes/basic/search.html:39 -#: sphinx/themes/basic/searchresults.html:17 +#: sphinx/themes/basic/search.html:39 sphinx/themes/basic/searchresults.html:17 msgid "search" msgstr "搜索" -#: sphinx/themes/basic/search.html:43 -#: sphinx/themes/basic/searchresults.html:21 -#: sphinx/themes/basic/static/searchtools.js_t:281 +#: sphinx/themes/basic/search.html:43 sphinx/themes/basic/searchresults.html:21 +#: sphinx/themes/basic/static/searchtools.js_t:282 msgid "Search Results" msgstr "搜索结果" -#: sphinx/themes/basic/search.html:45 -#: sphinx/themes/basic/searchresults.html:23 -#: sphinx/themes/basic/static/searchtools.js_t:283 +#: sphinx/themes/basic/search.html:45 sphinx/themes/basic/searchresults.html:23 +#: sphinx/themes/basic/static/searchtools.js_t:284 msgid "" -"Your search did not match any documents. Please make sure that all words are" -" spelled correctly and that you've selected enough categories." +"Your search did not match any documents. Please make sure that all words " +"are spelled correctly and that you've selected enough categories." msgstr "没有任何文档匹配您的搜索。请确保你输入的词拼写正确并选择了合适的分类。" #: sphinx/themes/basic/searchbox.html:12 @@ -791,33 +792,33 @@ msgstr "C API 更改" msgid "Other changes" msgstr "其他更改" -#: sphinx/themes/basic/static/doctools.js:166 sphinx/writers/html.py:610 -#: sphinx/writers/html.py:615 +#: sphinx/themes/basic/static/doctools.js_t:169 sphinx/writers/html.py:668 +#: sphinx/writers/html.py:673 msgid "Permalink to this headline" msgstr "永久链接至标题" -#: sphinx/themes/basic/static/doctools.js:172 sphinx/writers/html.py:107 +#: sphinx/themes/basic/static/doctools.js_t:175 sphinx/writers/html.py:105 msgid "Permalink to this definition" msgstr "永久链接至目标" -#: sphinx/themes/basic/static/doctools.js:205 +#: sphinx/themes/basic/static/doctools.js_t:208 msgid "Hide Search Matches" msgstr "隐藏搜索结果" -#: sphinx/themes/basic/static/searchtools.js_t:119 +#: sphinx/themes/basic/static/searchtools.js_t:121 msgid "Searching" msgstr "搜索中" -#: sphinx/themes/basic/static/searchtools.js_t:124 +#: sphinx/themes/basic/static/searchtools.js_t:126 msgid "Preparing search..." msgstr "准备搜索……" -#: sphinx/themes/basic/static/searchtools.js_t:285 +#: sphinx/themes/basic/static/searchtools.js_t:286 #, python-format msgid "Search finished, found %s page(s) matching the search query." msgstr "搜索完成,有 %s 个页面匹配。" -#: sphinx/themes/basic/static/searchtools.js_t:337 +#: sphinx/themes/basic/static/searchtools.js_t:338 msgid ", in " msgstr ",在" @@ -834,44 +835,56 @@ msgstr "折叠边栏" msgid "Contents" msgstr "目录" -#: sphinx/writers/html.py:334 +#: sphinx/writers/html.py:349 msgid "Permalink to this code" msgstr "永久链接至代码" -#: sphinx/writers/html.py:337 +#: sphinx/writers/html.py:353 msgid "Permalink to this image" msgstr "永久链接至图片" -#: sphinx/writers/html.py:339 +#: sphinx/writers/html.py:355 msgid "Permalink to this toctree" msgstr "" -#: sphinx/writers/html.py:619 +#: sphinx/writers/html.py:677 msgid "Permalink to this table" msgstr "永久链接至表格" -#: sphinx/writers/latex.py:199 +#: sphinx/writers/latex.py:344 msgid "Release" msgstr "发布" -#: sphinx/writers/latex.py:697 sphinx/writers/manpage.py:177 -#: sphinx/writers/texinfo.py:616 +#: sphinx/writers/latex.py:408 +#, fuzzy +msgid "page" +msgstr "危险" + +#: sphinx/writers/latex.py:908 sphinx/writers/manpage.py:226 +#: sphinx/writers/texinfo.py:620 msgid "Footnotes" msgstr "脚注" -#: sphinx/writers/latex.py:785 +#: sphinx/writers/latex.py:1010 msgid "continued from previous page" msgstr "续上页" -#: sphinx/writers/latex.py:791 +#: sphinx/writers/latex.py:1016 msgid "Continued on next page" msgstr "下页继续" -#: sphinx/writers/manpage.py:223 sphinx/writers/text.py:541 +#: sphinx/writers/manpage.py:275 sphinx/writers/text.py:582 #, python-format msgid "[image: %s]" msgstr "[图片: %s]" -#: sphinx/writers/manpage.py:224 sphinx/writers/text.py:542 +#: sphinx/writers/manpage.py:276 sphinx/writers/text.py:583 msgid "[image]" msgstr "[图片]" + +#~ msgid "%B %d, %Y" +#~ msgstr "%Y 年 %m 月 %d 日" + +#~ msgid "%b %d, %Y" +#~ msgstr "%Y 年 %m 月 %d 日" + diff --git a/sphinx/locale/zh_TW/LC_MESSAGES/sphinx.js b/sphinx/locale/zh_TW/LC_MESSAGES/sphinx.js index 1616baeb2..57dd12532 100644 --- a/sphinx/locale/zh_TW/LC_MESSAGES/sphinx.js +++ b/sphinx/locale/zh_TW/LC_MESSAGES/sphinx.js @@ -1 +1 @@ -Documentation.addTranslations({"locale": "zh_Hant_TW", "plural_expr": "0", "messages": {"Next topic": "\u4e0b\u4e00\u500b\u4e3b\u984c", "Index": "\u7d22\u5f15", "%(filename)s — %(docstitle)s": "", "Welcome! This is": "", "Copyright": "\u7248\u6b0a\u6240\u6709", "C API changes": "C API \u6539\u8b8a", "quick access to all modules": "", "© Copyright %(copyright)s.": "", "Global Module Index": "", "Your search did not match any documents. Please make sure that all words are spelled correctly and that you've selected enough categories.": "", "Index – %(key)s": "", "General Index": "\u7e3d\u7d22\u5f15", "next chapter": "\u4e0b\u4e00\u7ae0", "Search finished, found %s page(s) matching the search query.": "", "previous chapter": "\u4e0a\u4e00\u7ae0", "Permalink to this headline": "", "About these documents": "", "Preparing search...": "", ", in ": "", "Navigation": "\u700f\u89bd", "Expand sidebar": "", "the documentation for": "", "Complete Table of Contents": "", "Contents": "", "can be huge": "", "Changes in Version %(version)s — %(docstitle)s": "", "Other changes": "\u5176\u4ed6\u6539\u8b8a\uff1a", "Hide Search Matches": "", "Quick search": "\u5feb\u901f\u641c\u5c0b", "Show Source": "\u986f\u793a\u539f\u59cb\u78bc", "Search": "\u641c\u5c0b", "This Page": "\u672c\u9801", "From here you can search these documents. Enter your search\n words into the box below and click \"search\". Note that the search\n function will automatically search for all of the words. Pages\n containing fewer words won't appear in the result list.": "", "Created using Sphinx %(sphinx_version)s.": "", "last updated": "", "Collapse sidebar": "", "Go": "", "Table Of Contents": "\u5167\u5bb9\u76ee\u9304", "Search within %(docstitle)s": "\u5728 %(docstitle)s \u4e2d\u641c\u5c0b", "all functions, classes, terms": "", "Please activate JavaScript to enable the search\n functionality.": "", "Indices and tables:": "", "lists all sections and subsections": "", "Index pages by letter": "", "search": "\u641c\u5c0b", "Permalink to this definition": "", "Previous topic": "\u4e0a\u4e00\u500b\u4e3b\u984c", "Overview": "", "Last updated on %(last_updated)s.": "\u6700\u5f8c\u66f4\u65b0\u65e5\u671f\u662f %(last_updated)s.", "Searching": "", "search this documentation": "", "Automatically generated list of changes in version %(version)s": "", "Full index on one page": "", "Enter search terms or a module, class or function name.": "", "© Copyright %(copyright)s.": "", "Library changes": "", "Search Page": "\u641c\u5c0b\u9801\u9762", "Search Results": "\u641c\u5c0b\u7d50\u679c"}}); \ No newline at end of file +Documentation.addTranslations({"locale": "zh_Hant_TW", "messages": {"%(filename)s — %(docstitle)s": "", "© Copyright %(copyright)s.": "", "© Copyright %(copyright)s.": "", ", in ": "", "About these documents": "", "Automatically generated list of changes in version %(version)s": "", "C API changes": "C API \u6539\u8b8a", "Changes in Version %(version)s — %(docstitle)s": "", "Collapse sidebar": "", "Complete Table of Contents": "", "Contents": "", "Copyright": "\u7248\u6b0a\u6240\u6709", "Created using Sphinx %(sphinx_version)s.": "", "Enter search terms or a module, class or function name.": "", "Expand sidebar": "", "From here you can search these documents. Enter your search\n words into the box below and click \"search\". Note that the search\n function will automatically search for all of the words. Pages\n containing fewer words won't appear in the result list.": "", "Full index on one page": "", "General Index": "\u7e3d\u7d22\u5f15", "Global Module Index": "", "Go": "", "Hide Search Matches": "", "Index": "\u7d22\u5f15", "Index – %(key)s": "", "Index pages by letter": "", "Indices and tables:": "", "Last updated on %(last_updated)s.": "\u6700\u5f8c\u66f4\u65b0\u65e5\u671f\u662f %(last_updated)s.", "Library changes": "", "Navigation": "\u700f\u89bd", "Next topic": "\u4e0b\u4e00\u500b\u4e3b\u984c", "Other changes": "\u5176\u4ed6\u6539\u8b8a\uff1a", "Overview": "", "Permalink to this definition": "", "Permalink to this headline": "", "Please activate JavaScript to enable the search\n functionality.": "", "Preparing search...": "", "Previous topic": "\u4e0a\u4e00\u500b\u4e3b\u984c", "Quick search": "\u5feb\u901f\u641c\u5c0b", "Search": "\u641c\u5c0b", "Search Page": "\u641c\u5c0b\u9801\u9762", "Search Results": "\u641c\u5c0b\u7d50\u679c", "Search finished, found %s page(s) matching the search query.": "", "Search within %(docstitle)s": "\u5728 %(docstitle)s \u4e2d\u641c\u5c0b", "Searching": "", "Show Source": "\u986f\u793a\u539f\u59cb\u78bc", "Table Of Contents": "\u5167\u5bb9\u76ee\u9304", "This Page": "\u672c\u9801", "Welcome! This is": "", "Your search did not match any documents. Please make sure that all words are spelled correctly and that you've selected enough categories.": "", "all functions, classes, terms": "", "can be huge": "", "last updated": "", "lists all sections and subsections": "", "next chapter": "\u4e0b\u4e00\u7ae0", "previous chapter": "\u4e0a\u4e00\u7ae0", "quick access to all modules": "", "search": "\u641c\u5c0b", "search this documentation": "", "the documentation for": ""}, "plural_expr": "0"}); \ No newline at end of file diff --git a/sphinx/locale/zh_TW/LC_MESSAGES/sphinx.mo b/sphinx/locale/zh_TW/LC_MESSAGES/sphinx.mo index 42a67a1a0..548132ff4 100644 Binary files a/sphinx/locale/zh_TW/LC_MESSAGES/sphinx.mo and b/sphinx/locale/zh_TW/LC_MESSAGES/sphinx.mo differ diff --git a/sphinx/locale/zh_TW/LC_MESSAGES/sphinx.po b/sphinx/locale/zh_TW/LC_MESSAGES/sphinx.po index 80c366407..27e85ca02 100644 --- a/sphinx/locale/zh_TW/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/zh_TW/LC_MESSAGES/sphinx.po @@ -1,55 +1,55 @@ -# Translations template for Sphinx. -# Copyright (C) 2015 ORGANIZATION +# Chinese (Traditional, Taiwan) translations for Sphinx. +# Copyright (C) 2016 ORGANIZATION # This file is distributed under the same license as the Sphinx project. -# -# Translators: -# Fred Lin , 2008 +# FIRST AUTHOR , 2016. +# msgid "" msgstr "" -"Project-Id-Version: Sphinx\n" +"Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2015-03-08 23:31+0900\n" +"POT-Creation-Date: 2016-02-14 22:15+0900\n" "PO-Revision-Date: 2015-03-08 14:35+0000\n" "Last-Translator: Takayuki Shimizukawa \n" -"Language-Team: Chinese (Taiwan) (http://www.transifex.com/projects/p/sphinx-1/language/zh_TW/)\n" +"Language: zh_Hant_TW\n" +"Language-Team: Chinese (Taiwan) " +"(http://www.transifex.com/projects/p/sphinx-1/language/zh_TW/)\n" +"Plural-Forms: nplurals=1; plural=0\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" +"Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 1.3\n" -"Language: zh_TW\n" -"Plural-Forms: nplurals=1; plural=0;\n" +"Generated-By: Babel 2.2.0\n" -#: sphinx/config.py:80 +#: sphinx/config.py:84 #, python-format msgid "Fig. %s" msgstr "" -#: sphinx/config.py:81 +#: sphinx/config.py:85 #, python-format msgid "Table %s" msgstr "" -#: sphinx/config.py:82 +#: sphinx/config.py:86 #, python-format msgid "Listing %s" msgstr "" -#: sphinx/config.py:89 +#: sphinx/config.py:93 #, python-format msgid "%s %s documentation" msgstr "" -#: sphinx/environment.py:1880 +#: sphinx/environment.py:1815 #, python-format msgid "see %s" msgstr "" -#: sphinx/environment.py:1883 +#: sphinx/environment.py:1819 #, python-format msgid "see also %s" msgstr "" -#: sphinx/environment.py:1941 +#: sphinx/environment.py:1879 msgid "Symbols" msgstr "" @@ -58,11 +58,10 @@ msgstr "" msgid "Python Enhancement Proposals; PEP %s" msgstr "" -#: sphinx/transforms.py:58 sphinx/writers/latex.py:212 -#: sphinx/writers/manpage.py:67 sphinx/writers/texinfo.py:221 -#, python-format -msgid "%B %d, %Y" -msgstr "%Y 年 %m 月 %d 日" +#: sphinx/transforms.py:56 sphinx/writers/latex.py:357 +#: sphinx/writers/manpage.py:101 sphinx/writers/texinfo.py:222 +msgid "MMMM dd, YYYY" +msgstr "" #: sphinx/builders/changes.py:75 msgid "Builtins" @@ -72,64 +71,63 @@ msgstr "" msgid "Module level" msgstr "" -#: sphinx/builders/html.py:291 -#, python-format -msgid "%b %d, %Y" -msgstr "%Y 年 %m 月 %d 日" +#: sphinx/builders/html.py:295 +msgid "MMM dd, YYYY" +msgstr "" -#: sphinx/builders/html.py:310 sphinx/themes/basic/defindex.html:30 +#: sphinx/builders/html.py:315 sphinx/themes/basic/defindex.html:30 msgid "General Index" msgstr "總索引" -#: sphinx/builders/html.py:310 +#: sphinx/builders/html.py:315 msgid "index" msgstr "索引" -#: sphinx/builders/html.py:371 +#: sphinx/builders/html.py:376 msgid "next" msgstr "下一頁" -#: sphinx/builders/html.py:380 +#: sphinx/builders/html.py:385 msgid "previous" msgstr "上一頁" -#: sphinx/builders/latex.py:144 sphinx/builders/texinfo.py:198 +#: sphinx/builders/latex.py:165 sphinx/builders/texinfo.py:199 msgid " (in " msgstr "" -#: sphinx/directives/other.py:150 +#: sphinx/directives/other.py:149 msgid "Section author: " msgstr "Section 作者:" -#: sphinx/directives/other.py:152 +#: sphinx/directives/other.py:151 msgid "Module author: " msgstr "模組作者:" -#: sphinx/directives/other.py:154 +#: sphinx/directives/other.py:153 msgid "Code author: " msgstr "" -#: sphinx/directives/other.py:156 +#: sphinx/directives/other.py:155 msgid "Author: " msgstr "作者:" -#: sphinx/domains/__init__.py:273 +#: sphinx/domains/__init__.py:275 #, python-format msgid "%s %s" msgstr "" -#: sphinx/domains/c.py:58 sphinx/domains/cpp.py:2408 -#: sphinx/domains/python.py:122 +#: sphinx/domains/c.py:58 sphinx/domains/cpp.py:3605 +#: sphinx/domains/python.py:124 msgid "Parameters" msgstr "參數" -#: sphinx/domains/c.py:61 sphinx/domains/cpp.py:2414 -#: sphinx/domains/javascript.py:128 sphinx/domains/python.py:134 +#: sphinx/domains/c.py:61 sphinx/domains/cpp.py:3614 +#: sphinx/domains/javascript.py:128 sphinx/domains/python.py:136 msgid "Returns" msgstr "返回" #: sphinx/domains/c.py:63 sphinx/domains/javascript.py:130 -#: sphinx/domains/python.py:136 +#: sphinx/domains/python.py:138 msgid "Return type" msgstr "返回類別" @@ -158,12 +156,12 @@ msgstr "%s (C 類別)" msgid "%s (C variable)" msgstr "%s (C 變數)" -#: sphinx/domains/c.py:242 sphinx/domains/cpp.py:2680 -#: sphinx/domains/javascript.py:164 sphinx/domains/python.py:587 +#: sphinx/domains/c.py:242 sphinx/domains/cpp.py:3953 +#: sphinx/domains/javascript.py:164 sphinx/domains/python.py:589 msgid "function" msgstr "函式" -#: sphinx/domains/c.py:243 sphinx/domains/cpp.py:2681 +#: sphinx/domains/c.py:243 sphinx/domains/cpp.py:3954 msgid "member" msgstr "成員" @@ -171,7 +169,7 @@ msgstr "成員" msgid "macro" msgstr "巨集" -#: sphinx/domains/c.py:245 sphinx/domains/cpp.py:2682 +#: sphinx/domains/c.py:245 sphinx/domains/cpp.py:3955 msgid "type" msgstr "類別" @@ -179,59 +177,64 @@ msgstr "類別" msgid "variable" msgstr "" -#: sphinx/domains/cpp.py:2411 sphinx/domains/javascript.py:125 +#: sphinx/domains/cpp.py:3608 +#, fuzzy +msgid "Template Parameters" +msgstr "參數" + +#: sphinx/domains/cpp.py:3611 sphinx/domains/javascript.py:125 msgid "Throws" msgstr "" -#: sphinx/domains/cpp.py:2518 +#: sphinx/domains/cpp.py:3733 #, python-format msgid "%s (C++ type)" msgstr "%s (C++ 類別)" -#: sphinx/domains/cpp.py:2531 +#: sphinx/domains/cpp.py:3744 #, python-format msgid "%s (C++ member)" msgstr "%s (C++ 成員)" -#: sphinx/domains/cpp.py:2543 +#: sphinx/domains/cpp.py:3755 #, python-format msgid "%s (C++ function)" msgstr "%s (C++ 函式)" -#: sphinx/domains/cpp.py:2555 +#: sphinx/domains/cpp.py:3766 #, python-format msgid "%s (C++ class)" msgstr "" -#: sphinx/domains/cpp.py:2579 +#: sphinx/domains/cpp.py:3786 #, python-format msgid "%s (C++ enum)" msgstr "" -#: sphinx/domains/cpp.py:2617 +#: sphinx/domains/cpp.py:3816 #, python-format msgid "%s (C++ enumerator)" msgstr "" -#: sphinx/domains/cpp.py:2679 sphinx/domains/javascript.py:165 -#: sphinx/domains/python.py:589 +#: sphinx/domains/cpp.py:3952 sphinx/domains/javascript.py:165 +#: sphinx/domains/python.py:591 msgid "class" msgstr "" -#: sphinx/domains/cpp.py:2683 +#: sphinx/domains/cpp.py:3956 msgid "enum" msgstr "" -#: sphinx/domains/cpp.py:2684 +#: sphinx/domains/cpp.py:3957 msgid "enumerator" msgstr "" -#: sphinx/domains/javascript.py:106 sphinx/domains/python.py:280 +#: sphinx/domains/javascript.py:106 sphinx/domains/python.py:282 #, python-format msgid "%s() (built-in function)" msgstr "%s() (內建函式)" -#: sphinx/domains/javascript.py:107 sphinx/domains/python.py:344 +#: sphinx/domains/javascript.py:107 sphinx/domains/python.py:346 #, python-format msgid "%s() (%s method)" msgstr "%s() (%s 方法)" @@ -246,7 +249,7 @@ msgstr "" msgid "%s (global variable or constant)" msgstr "" -#: sphinx/domains/javascript.py:113 sphinx/domains/python.py:382 +#: sphinx/domains/javascript.py:113 sphinx/domains/python.py:384 #, python-format msgid "%s (%s attribute)" msgstr "%s (%s 屬性)" @@ -255,116 +258,116 @@ msgstr "%s (%s 屬性)" msgid "Arguments" msgstr "" -#: sphinx/domains/javascript.py:166 sphinx/domains/python.py:588 +#: sphinx/domains/javascript.py:166 sphinx/domains/python.py:590 msgid "data" msgstr "" -#: sphinx/domains/javascript.py:167 sphinx/domains/python.py:594 +#: sphinx/domains/javascript.py:167 sphinx/domains/python.py:596 msgid "attribute" msgstr "屬性" -#: sphinx/domains/python.py:127 +#: sphinx/domains/python.py:129 msgid "Variables" msgstr "" -#: sphinx/domains/python.py:131 +#: sphinx/domains/python.py:133 msgid "Raises" msgstr "" -#: sphinx/domains/python.py:281 sphinx/domains/python.py:338 -#: sphinx/domains/python.py:350 sphinx/domains/python.py:363 +#: sphinx/domains/python.py:283 sphinx/domains/python.py:340 +#: sphinx/domains/python.py:352 sphinx/domains/python.py:365 #, python-format msgid "%s() (in module %s)" msgstr "%s() (在 %s 模組中)" -#: sphinx/domains/python.py:284 +#: sphinx/domains/python.py:286 #, python-format msgid "%s (built-in variable)" msgstr "%s (內建變數)" -#: sphinx/domains/python.py:285 sphinx/domains/python.py:376 +#: sphinx/domains/python.py:287 sphinx/domains/python.py:378 #, python-format msgid "%s (in module %s)" msgstr "%s() (在 %s 模組中)" -#: sphinx/domains/python.py:301 +#: sphinx/domains/python.py:303 #, python-format msgid "%s (built-in class)" msgstr "%s (內建類別)" -#: sphinx/domains/python.py:302 +#: sphinx/domains/python.py:304 #, python-format msgid "%s (class in %s)" msgstr "" -#: sphinx/domains/python.py:342 +#: sphinx/domains/python.py:344 #, python-format msgid "%s() (%s.%s method)" msgstr "%s() (%s.%s 方法)" -#: sphinx/domains/python.py:354 +#: sphinx/domains/python.py:356 #, python-format msgid "%s() (%s.%s static method)" msgstr "%s() (%s.%s 靜態方法)" -#: sphinx/domains/python.py:357 +#: sphinx/domains/python.py:359 #, python-format msgid "%s() (%s static method)" msgstr "%s() (%s 靜態方法)" -#: sphinx/domains/python.py:367 +#: sphinx/domains/python.py:369 #, python-format msgid "%s() (%s.%s class method)" msgstr "" -#: sphinx/domains/python.py:370 +#: sphinx/domains/python.py:372 #, python-format msgid "%s() (%s class method)" msgstr "" -#: sphinx/domains/python.py:380 +#: sphinx/domains/python.py:382 #, python-format msgid "%s (%s.%s attribute)" msgstr "%s (%s.%s 屬性)" -#: sphinx/domains/python.py:461 +#: sphinx/domains/python.py:463 #, python-format msgid "%s (module)" msgstr "%s (模組)" -#: sphinx/domains/python.py:518 +#: sphinx/domains/python.py:520 msgid "Python Module Index" msgstr "" -#: sphinx/domains/python.py:519 +#: sphinx/domains/python.py:521 msgid "modules" msgstr "模組" -#: sphinx/domains/python.py:565 +#: sphinx/domains/python.py:567 msgid "Deprecated" msgstr "已移除" -#: sphinx/domains/python.py:590 sphinx/locale/__init__.py:181 +#: sphinx/domains/python.py:592 sphinx/locale/__init__.py:183 msgid "exception" msgstr "例外" -#: sphinx/domains/python.py:591 +#: sphinx/domains/python.py:593 msgid "method" msgstr "" -#: sphinx/domains/python.py:592 +#: sphinx/domains/python.py:594 msgid "class method" msgstr "" -#: sphinx/domains/python.py:593 +#: sphinx/domains/python.py:595 msgid "static method" msgstr "靜態方法" -#: sphinx/domains/python.py:595 sphinx/locale/__init__.py:177 +#: sphinx/domains/python.py:597 sphinx/locale/__init__.py:179 msgid "module" msgstr "模組" -#: sphinx/domains/python.py:760 +#: sphinx/domains/python.py:762 msgid " (deprecated)" msgstr "" @@ -396,64 +399,64 @@ msgstr "環境變數; %s" msgid "%scommand line option; %s" msgstr "%s命令列選項; %s" -#: sphinx/domains/std.py:443 +#: sphinx/domains/std.py:433 msgid "glossary term" msgstr "" -#: sphinx/domains/std.py:444 +#: sphinx/domains/std.py:434 msgid "grammar token" msgstr "" -#: sphinx/domains/std.py:445 +#: sphinx/domains/std.py:435 msgid "reference label" msgstr "" -#: sphinx/domains/std.py:447 +#: sphinx/domains/std.py:437 msgid "environment variable" msgstr "環境變數" -#: sphinx/domains/std.py:448 +#: sphinx/domains/std.py:438 msgid "program option" msgstr "" -#: sphinx/domains/std.py:481 sphinx/themes/basic/genindex-single.html:32 +#: sphinx/domains/std.py:471 sphinx/themes/basic/genindex-single.html:32 #: sphinx/themes/basic/genindex-single.html:57 #: sphinx/themes/basic/genindex-split.html:11 #: sphinx/themes/basic/genindex-split.html:14 #: sphinx/themes/basic/genindex.html:32 sphinx/themes/basic/genindex.html:35 #: sphinx/themes/basic/genindex.html:68 sphinx/themes/basic/layout.html:134 -#: sphinx/writers/latex.py:201 sphinx/writers/texinfo.py:479 +#: sphinx/writers/latex.py:346 sphinx/writers/texinfo.py:481 msgid "Index" msgstr "索引" -#: sphinx/domains/std.py:482 +#: sphinx/domains/std.py:472 msgid "Module Index" msgstr "模組索引" -#: sphinx/domains/std.py:483 sphinx/themes/basic/defindex.html:25 +#: sphinx/domains/std.py:473 sphinx/themes/basic/defindex.html:25 msgid "Search Page" msgstr "搜尋頁面" -#: sphinx/ext/autodoc.py:1139 +#: sphinx/ext/autodoc.py:1265 #, python-format msgid " Bases: %s" msgstr "" -#: sphinx/ext/autodoc.py:1181 +#: sphinx/ext/autodoc.py:1318 #, python-format msgid "alias of :class:`%s`" msgstr "" -#: sphinx/ext/graphviz.py:293 sphinx/ext/graphviz.py:301 +#: sphinx/ext/graphviz.py:307 sphinx/ext/graphviz.py:316 #, python-format msgid "[graph: %s]" msgstr "" -#: sphinx/ext/graphviz.py:295 sphinx/ext/graphviz.py:303 +#: sphinx/ext/graphviz.py:309 sphinx/ext/graphviz.py:318 msgid "[graph]" msgstr "" -#: sphinx/ext/intersphinx.py:257 +#: sphinx/ext/intersphinx.py:359 #, python-format msgid "(in %s v%s)" msgstr "" @@ -462,112 +465,116 @@ msgstr "" msgid "[source]" msgstr "" -#: sphinx/ext/todo.py:43 +#: sphinx/ext/todo.py:56 msgid "Todo" msgstr "待辦" -#: sphinx/ext/todo.py:113 -#, python-format -msgid "(The <> is located in %s, line %d.)" +#: sphinx/ext/todo.py:129 +msgid "<>" msgstr "" -#: sphinx/ext/todo.py:122 +#: sphinx/ext/todo.py:132 +#, python-format +msgid "(The <> is located in %s, line %d.)" +msgstr "" + +#: sphinx/ext/todo.py:141 msgid "original entry" msgstr "" -#: sphinx/ext/viewcode.py:158 +#: sphinx/ext/viewcode.py:162 msgid "[docs]" msgstr "" -#: sphinx/ext/viewcode.py:172 +#: sphinx/ext/viewcode.py:176 msgid "Module code" msgstr "" -#: sphinx/ext/viewcode.py:178 +#: sphinx/ext/viewcode.py:182 #, python-format msgid "

Source code for %s

" msgstr "" -#: sphinx/ext/viewcode.py:204 +#: sphinx/ext/viewcode.py:208 msgid "Overview: module code" msgstr "" -#: sphinx/ext/viewcode.py:205 +#: sphinx/ext/viewcode.py:209 msgid "

All modules for which code is available

" msgstr "" -#: sphinx/locale/__init__.py:157 +#: sphinx/locale/__init__.py:159 msgid "Attention" msgstr "注意" -#: sphinx/locale/__init__.py:158 +#: sphinx/locale/__init__.py:160 msgid "Caution" msgstr "警示" -#: sphinx/locale/__init__.py:159 +#: sphinx/locale/__init__.py:161 msgid "Danger" msgstr "危險" -#: sphinx/locale/__init__.py:160 +#: sphinx/locale/__init__.py:162 msgid "Error" msgstr "錯誤" -#: sphinx/locale/__init__.py:161 +#: sphinx/locale/__init__.py:163 msgid "Hint" msgstr "提示" -#: sphinx/locale/__init__.py:162 +#: sphinx/locale/__init__.py:164 msgid "Important" msgstr "重要" -#: sphinx/locale/__init__.py:163 +#: sphinx/locale/__init__.py:165 msgid "Note" msgstr "註解" -#: sphinx/locale/__init__.py:164 +#: sphinx/locale/__init__.py:166 msgid "See also" msgstr "" -#: sphinx/locale/__init__.py:165 +#: sphinx/locale/__init__.py:167 msgid "Tip" msgstr "小技巧" -#: sphinx/locale/__init__.py:166 +#: sphinx/locale/__init__.py:168 msgid "Warning" msgstr "警告" -#: sphinx/locale/__init__.py:170 +#: sphinx/locale/__init__.py:172 #, python-format msgid "New in version %s" msgstr "%s 版新功能" -#: sphinx/locale/__init__.py:171 +#: sphinx/locale/__init__.py:173 #, python-format msgid "Changed in version %s" msgstr "在 %s 版改變" -#: sphinx/locale/__init__.py:172 +#: sphinx/locale/__init__.py:174 #, python-format msgid "Deprecated since version %s" msgstr "%s 版後已移除" -#: sphinx/locale/__init__.py:178 +#: sphinx/locale/__init__.py:180 msgid "keyword" msgstr "關鍵字" -#: sphinx/locale/__init__.py:179 +#: sphinx/locale/__init__.py:181 msgid "operator" msgstr "運算子" -#: sphinx/locale/__init__.py:180 +#: sphinx/locale/__init__.py:182 msgid "object" msgstr "物件" -#: sphinx/locale/__init__.py:182 +#: sphinx/locale/__init__.py:184 msgid "statement" msgstr "" -#: sphinx/locale/__init__.py:183 +#: sphinx/locale/__init__.py:185 msgid "built-in function" msgstr "內建函式" @@ -732,23 +739,20 @@ msgid "" " containing fewer words won't appear in the result list." msgstr "" -#: sphinx/themes/basic/search.html:39 -#: sphinx/themes/basic/searchresults.html:17 +#: sphinx/themes/basic/search.html:39 sphinx/themes/basic/searchresults.html:17 msgid "search" msgstr "搜尋" -#: sphinx/themes/basic/search.html:43 -#: sphinx/themes/basic/searchresults.html:21 -#: sphinx/themes/basic/static/searchtools.js_t:281 +#: sphinx/themes/basic/search.html:43 sphinx/themes/basic/searchresults.html:21 +#: sphinx/themes/basic/static/searchtools.js_t:282 msgid "Search Results" msgstr "搜尋結果" -#: sphinx/themes/basic/search.html:45 -#: sphinx/themes/basic/searchresults.html:23 -#: sphinx/themes/basic/static/searchtools.js_t:283 +#: sphinx/themes/basic/search.html:45 sphinx/themes/basic/searchresults.html:23 +#: sphinx/themes/basic/static/searchtools.js_t:284 msgid "" -"Your search did not match any documents. Please make sure that all words are" -" spelled correctly and that you've selected enough categories." +"Your search did not match any documents. Please make sure that all words " +"are spelled correctly and that you've selected enough categories." msgstr "" #: sphinx/themes/basic/searchbox.html:12 @@ -787,33 +791,33 @@ msgstr "C API 改變" msgid "Other changes" msgstr "其他改變:" -#: sphinx/themes/basic/static/doctools.js:166 sphinx/writers/html.py:610 -#: sphinx/writers/html.py:615 +#: sphinx/themes/basic/static/doctools.js_t:169 sphinx/writers/html.py:668 +#: sphinx/writers/html.py:673 msgid "Permalink to this headline" msgstr "" -#: sphinx/themes/basic/static/doctools.js:172 sphinx/writers/html.py:107 +#: sphinx/themes/basic/static/doctools.js_t:175 sphinx/writers/html.py:105 msgid "Permalink to this definition" msgstr "" -#: sphinx/themes/basic/static/doctools.js:205 +#: sphinx/themes/basic/static/doctools.js_t:208 msgid "Hide Search Matches" msgstr "" -#: sphinx/themes/basic/static/searchtools.js_t:119 +#: sphinx/themes/basic/static/searchtools.js_t:121 msgid "Searching" msgstr "" -#: sphinx/themes/basic/static/searchtools.js_t:124 +#: sphinx/themes/basic/static/searchtools.js_t:126 msgid "Preparing search..." msgstr "" -#: sphinx/themes/basic/static/searchtools.js_t:285 +#: sphinx/themes/basic/static/searchtools.js_t:286 #, python-format msgid "Search finished, found %s page(s) matching the search query." msgstr "" -#: sphinx/themes/basic/static/searchtools.js_t:337 +#: sphinx/themes/basic/static/searchtools.js_t:338 msgid ", in " msgstr "" @@ -830,44 +834,59 @@ msgstr "" msgid "Contents" msgstr "" -#: sphinx/writers/html.py:334 +#: sphinx/writers/html.py:349 msgid "Permalink to this code" msgstr "" -#: sphinx/writers/html.py:337 +#: sphinx/writers/html.py:353 msgid "Permalink to this image" msgstr "" -#: sphinx/writers/html.py:339 +#: sphinx/writers/html.py:355 msgid "Permalink to this toctree" msgstr "" -#: sphinx/writers/html.py:619 +#: sphinx/writers/html.py:677 msgid "Permalink to this table" msgstr "" -#: sphinx/writers/latex.py:199 +#: sphinx/writers/latex.py:344 msgid "Release" msgstr "釋出" -#: sphinx/writers/latex.py:697 sphinx/writers/manpage.py:177 -#: sphinx/writers/texinfo.py:616 +#: sphinx/writers/latex.py:408 +#, fuzzy +msgid "page" +msgstr "危險" + +#: sphinx/writers/latex.py:908 sphinx/writers/manpage.py:226 +#: sphinx/writers/texinfo.py:620 msgid "Footnotes" msgstr "" -#: sphinx/writers/latex.py:785 +#: sphinx/writers/latex.py:1010 msgid "continued from previous page" msgstr "" -#: sphinx/writers/latex.py:791 +#: sphinx/writers/latex.py:1016 msgid "Continued on next page" msgstr "" -#: sphinx/writers/manpage.py:223 sphinx/writers/text.py:541 +#: sphinx/writers/manpage.py:275 sphinx/writers/text.py:582 #, python-format msgid "[image: %s]" msgstr "" -#: sphinx/writers/manpage.py:224 sphinx/writers/text.py:542 +#: sphinx/writers/manpage.py:276 sphinx/writers/text.py:583 msgid "[image]" msgstr "[圖片]" + +#~ msgid "%B %d, %Y" +#~ msgstr "%Y 年 %m 月 %d 日" + +#~ msgid "%b %d, %Y" +#~ msgstr "%Y 年 %m 月 %d 日" + +#~ msgid "(The <> is located in %s, line %d.)" +#~ msgstr "" + diff --git a/sphinx/quickstart.py b/sphinx/quickstart.py index 7d7271824..e9564b0dd 100644 --- a/sphinx/quickstart.py +++ b/sphinx/quickstart.py @@ -9,6 +9,7 @@ :license: BSD, see LICENSE for details. """ from __future__ import print_function +from __future__ import absolute_import import re import os @@ -202,8 +203,8 @@ html_theme = 'alabaster' # of the sidebar. #html_logo = None -# The name of an image file (within the static path) to use as favicon of the -# docs. This file should be a Windows icon file (.ico) being 16x16 or 32x32 +# The name of an image file (relative to this directory) to use as a favicon of +# the docs. This file should be a Windows icon file (.ico) being 16x16 or 32x32 # pixels large. #html_favicon = None diff --git a/sphinx/roles.py b/sphinx/roles.py index 59d69a1f1..a6583a6ea 100644 --- a/sphinx/roles.py +++ b/sphinx/roles.py @@ -191,7 +191,7 @@ def indexmarkup_role(typ, rawtext, text, lineno, inliner, if typ == 'pep': indexnode['entries'] = [ ('single', _('Python Enhancement Proposals; PEP %s') % target, - targetid, '')] + targetid, '', None)] anchor = '' anchorindex = target.find('#') if anchorindex > 0: @@ -212,7 +212,8 @@ def indexmarkup_role(typ, rawtext, text, lineno, inliner, rn += sn return [indexnode, targetnode, rn], [] elif typ == 'rfc': - indexnode['entries'] = [('single', 'RFC; RFC %s' % target, targetid, '')] + indexnode['entries'] = [ + ('single', 'RFC; RFC %s' % target, targetid, '', None)] anchor = '' anchorindex = target.find('#') if anchorindex > 0: @@ -317,7 +318,7 @@ def index_role(typ, rawtext, text, lineno, inliner, options={}, content=[]): target = target[1:] title = title[1:] main = 'main' - entries = [('single', target, targetid, main)] + entries = [('single', target, targetid, main, None)] indexnode = addnodes.index() indexnode['entries'] = entries set_role_source_info(inliner, lineno, indexnode) diff --git a/sphinx/search/__init__.py b/sphinx/search/__init__.py index 75d03f19d..13fb4d528 100644 --- a/sphinx/search/__init__.py +++ b/sphinx/search/__init__.py @@ -16,6 +16,7 @@ from docutils.nodes import raw, comment, title, Text, NodeVisitor, SkipNode from os import path from sphinx.util import jsdump, rpartition +from sphinx.util.pycompat import htmlescape class SearchLanguage(object): @@ -284,6 +285,7 @@ class IndexBuilder(object): continue if prio < 0: continue + fullname = htmlescape(fullname) prefix, name = rpartition(fullname, '.') pdict = rv.setdefault(prefix, {}) try: diff --git a/sphinx/search/ja.py b/sphinx/search/ja.py index 6e9ead616..ba6951f39 100644 --- a/sphinx/search/ja.py +++ b/sphinx/search/ja.py @@ -29,12 +29,35 @@ try: except ImportError: native_module = False -from sphinx.errors import SphinxError +try: + import janome.tokenizer + janome_module = True +except ImportError: + janome_module = False + +from sphinx.errors import SphinxError, ExtensionError from sphinx.search import SearchLanguage +from sphinx.util import import_object -class MecabBinder(object): +class BaseSplitter(object): + def __init__(self, options): + self.options = options + + def split(self, input): + """ + + :param str input: + :return: + :rtype: list[str] + """ + raise NotImplementedError + + +class MecabSplitter(BaseSplitter): + def __init__(self, options): + super(MecabSplitter, self).__init__(options) self.ctypes_libmecab = None self.ctypes_mecab = None if not native_module: @@ -102,8 +125,27 @@ class MecabBinder(object): if self.ctypes_libmecab: self.ctypes_libmecab.mecab_destroy(self.ctypes_mecab) +MeCabBinder = MecabSplitter # keep backward compatibility until Sphinx-1.6 -class TinySegmenter(object): + +class JanomeSplitter(BaseSplitter): + def __init__(self, options): + super(JanomeSplitter, self).__init__(options) + self.user_dict = options.get('user_dic') + self.user_dict_enc = options.get('user_dic_enc', 'utf8') + self.init_tokenizer() + + def init_tokenizer(self): + if not janome_module: + raise RuntimeError('Janome is not available') + self.tokenizer = janome.tokenizer.Tokenizer(udic=self.user_dict, udic_enc=self.user_dict_enc) + + def split(self, input): + result = u' '.join(token.surface for token in self.tokenizer.tokenize(input)) + return result.split(u' ') + + +class DefaultSplitter(BaseSplitter): patterns_ = dict([(re.compile(pattern), value) for pattern, value in iteritems({ u'[一二三四五六七八九十百千万億兆]': u'M', u'[一-龠々〆ヵヶ]': u'H', @@ -479,6 +521,9 @@ class TinySegmenter(object): return result +TinySegmenter = DefaultSplitter # keep backward compatibility until Sphinx-1.6 + + class SearchJapanese(SearchLanguage): """ Japanese search implementation: uses no stemmer, but word splitting is quite @@ -486,16 +531,23 @@ class SearchJapanese(SearchLanguage): """ lang = 'ja' language_name = 'Japanese' + splitters = { + 'default': 'sphinx.search.ja.DefaultSplitter', + 'mecab': 'sphinx.sarch.ja.MecabSplitter', + 'janome': 'sphinx.search.ja.JanomeSplitter', + } def init(self, options): type = options.get('type', 'default') - if type not in ('mecab', 'default'): - raise ValueError(("Japanese tokenizer's type should be 'mecab'" - " or 'default'")) - if type == 'mecab': - self.splitter = MecabBinder(options) + if type in self.splitters: + dotted_path = self.splitters[type] else: - self.splitter = TinySegmenter() + dotted_path = type + try: + self.splitter = import_object(dotted_path)(options) + except ExtensionError: + raise ExtensionError("Splitter module %r can't be imported" % + dotted_path) def split(self, input): return self.splitter.split(input) diff --git a/sphinx/texinputs/sphinx.sty b/sphinx/texinputs/sphinx.sty index f94d5c934..30c48c6ca 100644 --- a/sphinx/texinputs/sphinx.sty +++ b/sphinx/texinputs/sphinx.sty @@ -22,7 +22,7 @@ %The xcolor package draws better fcolorboxes %around verbatim code \IfFileExists{xcolor.sty}{ - \RequirePackage[xcdraw]{xcolor} + \RequirePackage{xcolor} }{ \RequirePackage{color} } @@ -145,6 +145,11 @@ \newcommand{\code}[1]{\texttt{#1}} \newcommand{\bfcode}[1]{\code{\bfseries#1}} \newcommand{\email}[1]{\textsf{#1}} +\newcommand{\tablecontinued}[1]{\textsf{#1}} +\newcommand{\titlereference}[1]{\emph{#1}} +\newcommand{\menuselection}[1]{\emph{#1}} +\newcommand{\accelerator}[1]{\underline{#1}} +\newcommand{\internalreference}[1]{\emph{#1}} % Redefine the Verbatim environment to allow border and background colors. % The original environment is still used for verbatims within tables. diff --git a/sphinx/themes/agogo/static/agogo.css_t b/sphinx/themes/agogo/static/agogo.css_t index 26df9d6d5..f3c8d67d5 100644 --- a/sphinx/themes/agogo/static/agogo.css_t +++ b/sphinx/themes/agogo/static/agogo.css_t @@ -507,3 +507,13 @@ div.code-block-caption { padding: 2px 5px; font-size: small; } + +/* -- math display ---------------------------------------------------------- */ + +div.body div.math p { + text-align: center; +} + +span.eqno { + float: right; +} diff --git a/sphinx/themes/basic/genindex.html b/sphinx/themes/basic/genindex.html index 69c4ec564..fac7f1899 100644 --- a/sphinx/themes/basic/genindex.html +++ b/sphinx/themes/basic/genindex.html @@ -46,7 +46,7 @@ {%- for column in entries|slice(2) if column %}
- {%- for entryname, (links, subitems) in column %} + {%- for entryname, (links, subitems, _) in column %} {{ indexentries(entryname, links) }} {%- if subitems %}
diff --git a/sphinx/themes/haiku/static/haiku.css_t b/sphinx/themes/haiku/static/haiku.css_t index 0c20fd5c1..4fc150106 100644 --- a/sphinx/themes/haiku/static/haiku.css_t +++ b/sphinx/themes/haiku/static/haiku.css_t @@ -369,3 +369,8 @@ div.viewcode-block:target { margin: -1px -10px; padding: 0 12px; } + +/* math display */ +div.math p { + text-align: center; +} diff --git a/sphinx/themes/scrolls/static/scrolls.css_t b/sphinx/themes/scrolls/static/scrolls.css_t index 83752c9d1..12bb7755e 100644 --- a/sphinx/themes/scrolls/static/scrolls.css_t +++ b/sphinx/themes/scrolls/static/scrolls.css_t @@ -471,3 +471,13 @@ div.figure p.caption span.caption-number { div.figure p.caption span.caption-text { } + +/* math display */ + +div.math p { + text-align: center; +} + +span.eqno { + float: right; +} diff --git a/sphinx/themes/traditional/static/traditional.css_t b/sphinx/themes/traditional/static/traditional.css_t index b98de2268..1e1127eda 100644 --- a/sphinx/themes/traditional/static/traditional.css_t +++ b/sphinx/themes/traditional/static/traditional.css_t @@ -736,3 +736,13 @@ div.figure p.caption span.caption-number { div.figure p.caption span.caption-text { } + +/* :::: MATH DISPLAY :::: */ + +div.body div.math p { + text-align: center; +} + +span.eqno { + float: right; +} diff --git a/sphinx/transforms.py b/sphinx/transforms.py index 4619449e7..583271116 100644 --- a/sphinx/transforms.py +++ b/sphinx/transforms.py @@ -12,8 +12,8 @@ from os import path from docutils import nodes -from docutils.utils import new_document, relative_path -from docutils.parsers.rst import Parser as RSTParser +from docutils.io import StringInput +from docutils.utils import relative_path from docutils.transforms import Transform from docutils.transforms.parts import ContentsFilter @@ -24,13 +24,9 @@ from sphinx.util.nodes import ( traverse_translatable_index, extract_messages, LITERAL_TYPE_NODES, IMAGE_TYPE_NODES, apply_source_workaround, ) -from sphinx.util.osutil import ustrftime -from sphinx.util.i18n import find_catalog +from sphinx.util.i18n import find_catalog, format_date from sphinx.util.pycompat import indent -from sphinx.domains.std import ( - make_term_from_paragraph_node, - make_termnodes_from_paragraph_node, -) +from sphinx.domains.std import make_glossary_term, split_term_classifiers default_substitutions = set([ @@ -57,7 +53,8 @@ class DefaultSubstitutions(Transform): text = config[refname] if refname == 'today' and not text: # special handling: can also specify a strftime format - text = ustrftime(config.today_fmt or _('%B %d, %Y')) + text = format_date(config.today_fmt or _('MMMM dd, YYYY'), + language=config.language) ref.replace_self(nodes.Text(text, text)) @@ -113,22 +110,11 @@ class AutoNumbering(Transform): default_priority = 210 def apply(self): - def has_child(node, cls): - return any(isinstance(child, cls) for child in node) + domain = self.document.settings.env.domains['std'] for node in self.document.traverse(nodes.Element): - if isinstance(node, nodes.figure): - if has_child(node, nodes.caption): - self.document.note_implicit_target(node) - elif isinstance(node, nodes.image): - if node.parent and has_child(node.parent, nodes.caption): - self.document.note_implicit_target(node.parent) - elif isinstance(node, nodes.table): - if has_child(node, nodes.title): - self.document.note_implicit_target(node) - elif isinstance(node, nodes.literal_block): - if node.parent and has_child(node.parent, nodes.caption): - self.document.note_implicit_target(node.parent) + if domain.is_enumerable_node(node) and domain.get_numfig_title(node): + self.document.note_implicit_target(node) class SortIds(Transform): @@ -202,21 +188,35 @@ class ExtraTranslatableNodes(Transform): node['translatable'] = True -class CustomLocaleReporter(object): +def publish_msgstr(app, source, source_path, source_line, config, settings): + """Publish msgstr (single line) into docutils document + + :param sphinx.application.Sphinx app: sphinx application + :param unicode source: source text + :param unicode source_path: source path for warning indication + :param source_line: source line for warning indication + :param sphinx.config.Config config: sphinx config + :param docutils.frontend.Values settings: docutils settings + :return: document + :rtype: docutils.nodes.document """ - Replacer for document.reporter.get_source_and_line method. - - reST text lines for translation do not have the original source line number. - This class provides the correct line numbers when reporting. - """ - def __init__(self, source, line): - self.source, self.line = source, line - - def set_reporter(self, document): - document.reporter.get_source_and_line = self.get_source_and_line - - def get_source_and_line(self, lineno=None): - return self.source, self.line + from sphinx.io import SphinxI18nReader + reader = SphinxI18nReader( + app=app, + parsers=config.source_parsers, + parser_name='restructuredtext', # default parser + ) + reader.set_lineno_for_reporter(source_line) + doc = reader.read( + source=StringInput(source=source, source_path=source_path), + parser=reader.parser, + settings=settings, + ) + try: + doc = doc[0] + except IndexError: # empty node + pass + return doc class Locale(Transform): @@ -244,8 +244,6 @@ class Locale(Transform): if not has_catalog: return - parser = RSTParser() - # phase1: replace reference ids with translated names for node, msg in extract_messages(self.document): msgstr = catalog.gettext(msg) @@ -267,13 +265,8 @@ class Locale(Transform): if isinstance(node, LITERAL_TYPE_NODES): msgstr = '::\n\n' + indent(msgstr, ' '*3) - patch = new_document(source, settings) - CustomLocaleReporter(node.source, node.line).set_reporter(patch) - parser.parse(msgstr, patch) - try: - patch = patch[0] - except IndexError: # empty node - pass + patch = publish_msgstr( + env.app, msgstr, source, node.line, env.config, settings) # XXX doctest and other block markup if not isinstance(patch, nodes.paragraph): continue # skip for now @@ -344,18 +337,15 @@ class Locale(Transform): # glossary terms update refid if isinstance(node, nodes.term): gloss_entries = env.temp_data.setdefault('gloss_entries', set()) - ids = [] - termnodes = [] for _id in node['names']: if _id in gloss_entries: gloss_entries.remove(_id) - _id, _, new_termnodes = \ - make_termnodes_from_paragraph_node(env, patch, _id) - ids.append(_id) - termnodes.extend(new_termnodes) - if termnodes and ids: - patch = make_term_from_paragraph_node(termnodes, ids) + parts = split_term_classifiers(msgstr) + patch = publish_msgstr( + env.app, parts[0], source, node.line, env.config, settings) + patch = make_glossary_term( + env, patch, parts[1], source, node.line, _id) node['ids'] = patch['ids'] node['names'] = patch['names'] processed = True @@ -390,13 +380,8 @@ class Locale(Transform): if isinstance(node, LITERAL_TYPE_NODES): msgstr = '::\n\n' + indent(msgstr, ' '*3) - patch = new_document(source, settings) - CustomLocaleReporter(node.source, node.line).set_reporter(patch) - parser.parse(msgstr, patch) - try: - patch = patch[0] - except IndexError: # empty node - pass + patch = publish_msgstr( + env.app, msgstr, source, node.line, env.config, settings) # XXX doctest and other block markup if not isinstance( patch, @@ -541,7 +526,7 @@ class Locale(Transform): # Extract and translate messages for index entries. for node, entries in traverse_translatable_index(self.document): new_entries = [] - for type, msg, tid, main in entries: + for type, msg, tid, main, key_ in entries: msg_parts = split_index_msg(type, msg) msgstr_parts = [] for part in msg_parts: @@ -550,7 +535,7 @@ class Locale(Transform): msgstr = part msgstr_parts.append(msgstr) - new_entries.append((type, ';'.join(msgstr_parts), tid, main)) + new_entries.append((type, ';'.join(msgstr_parts), tid, main, None)) node['raw_entries'] = entries node['entries'] = new_entries diff --git a/sphinx/util/__init__.py b/sphinx/util/__init__.py index 0d2e70c18..0c823fb1a 100644 --- a/sphinx/util/__init__.py +++ b/sphinx/util/__init__.py @@ -514,27 +514,6 @@ class PeekableIterator(object): return item -def get_figtype(node): - """Return figtype for given node.""" - def has_child(node, cls): - return any(isinstance(child, cls) for child in node) - - from docutils import nodes - if isinstance(node, nodes.figure): - return 'figure' - elif isinstance(node, nodes.image) and isinstance(node.parent, nodes.figure): - # bare image node is not supported because it doesn't have caption and - # no-caption-target isn't a numbered figure. - return 'figure' - elif isinstance(node, nodes.table): - return 'table' - elif isinstance(node, nodes.container): - if has_child(node, nodes.literal_block): - return 'code-block' - - return None - - def import_object(objname, source=None): try: module, name = objname.rsplit('.', 1) diff --git a/sphinx/util/i18n.py b/sphinx/util/i18n.py index 47d981773..94492ff45 100644 --- a/sphinx/util/i18n.py +++ b/sphinx/util/i18n.py @@ -10,12 +10,19 @@ """ import gettext import io +import os +import re +import warnings from os import path +from time import time +from datetime import datetime from collections import namedtuple +import babel.dates from babel.messages.pofile import read_po from babel.messages.mofile import write_mo +from sphinx.errors import SphinxError from sphinx.util.osutil import walk from sphinx.util import SEP @@ -118,3 +125,94 @@ def find_catalog_source_files(locale_dirs, locale, domains=None, gettext_compact catalogs.add(cat) return catalogs + +# date_format mappings: ustrftime() to bable.dates.format_date() +date_format_mappings = { + '%a': 'EEE', # Weekday as locale’s abbreviated name. + '%A': 'EEEE', # Weekday as locale’s full name. + '%b': 'MMM', # Month as locale’s abbreviated name. + '%B': 'MMMM', # Month as locale’s full name. + '%d': 'dd', # Day of the month as a zero-padded decimal number. + '%j': 'DDD', # Day of the year as a zero-padded decimal number. + '%m': 'MM', # Month as a zero-padded decimal number. + '%U': 'WW', # Week number of the year (Sunday as the first day of the week) + # as a zero padded decimal number. All days in a new year preceding + # the first Sunday are considered to be in week 0. + '%w': 'e', # Weekday as a decimal number, where 0 is Sunday and 6 is Saturday. + '%W': 'WW', # Week number of the year (Monday as the first day of the week) + # as a decimal number. All days in a new year preceding the first + # Monday are considered to be in week 0. + '%x': 'medium', # Locale’s appropriate date representation. + '%y': 'YY', # Year without century as a zero-padded decimal number. + '%Y': 'YYYY', # Year with century as a decimal number. + '%%': '%', +} + + +def babel_format_date(date, format, locale): + if locale is None: + locale = 'en' + + try: + return babel.dates.format_date(date, format, locale=locale) + except (ValueError, babel.core.UnknownLocaleError): + # fallback to English + return babel.dates.format_date(date, format, locale='en') + + +def format_date(format, date=None, language=None): + if format is None: + format = 'medium' + + if date is None: + # If time is not specified, try to use $SOURCE_DATE_EPOCH variable + # See https://wiki.debian.org/ReproducibleBuilds/TimestampsProposal + source_date_epoch = os.getenv('SOURCE_DATE_EPOCH') + if source_date_epoch is not None: + date = time.gmtime(float(source_date_epoch)) + else: + date = datetime.now() + + if '%' not in format: + # consider the format as babel's + return babel_format_date(date, format, locale=language) + else: + warnings.warn('ustrftime format support will be dropped at Sphinx-1.5', + DeprecationWarning) + + # consider the format as ustrftime's and try to convert it to babel's + result = [] + tokens = re.split('(%.)', format) + for token in tokens: + if token in date_format_mappings: + babel_format = date_format_mappings.get(token, '') + result.append(babel_format_date(date, babel_format, locale=language)) + else: + result.append(token) + + return "".join(result) + + +def get_image_filename_for_language(filename, env): + if not env.config.language: + return filename + + filename_format = env.config.figure_language_filename + root, ext = path.splitext(filename) + try: + return filename_format.format(root=root, ext=ext, + language=env.config.language) + except KeyError as exc: + raise SphinxError('Invalid figure_language_filename: %r' % exc) + + +def search_image_for_language(filename, env): + if not env.config.language: + return filename + + translated = get_image_filename_for_language(filename, env) + dirname = path.dirname(env.docname) + if path.exists(path.join(env.srcdir, dirname, translated)): + return translated + else: + return filename diff --git a/sphinx/util/images.py b/sphinx/util/images.py new file mode 100644 index 000000000..143042a58 --- /dev/null +++ b/sphinx/util/images.py @@ -0,0 +1,59 @@ +# -*- coding: utf-8 -*- +""" + sphinx.util.images + ~~~~~~~~~~~~~~~~~~ + + Image utility functions for Sphinx. + + :copyright: Copyright 2007-2016 by the Sphinx team, see AUTHORS. + :license: BSD, see LICENSE for details. +""" + +import imghdr +import imagesize +from os import path + +try: + from PIL import Image # check for the Python Imaging Library +except ImportError: + try: + import Image + except ImportError: + Image = None + +mime_suffixes = { + '.pdf': 'application/pdf', + '.svg': 'image/svg+xml', +} + + +def get_image_size(filename): + try: + size = imagesize.get(filename) + if size[0] == -1: + size = None + + if size is None and Image: # fallback to PIL + im = Image.open(filename) + size = im.size + try: + im.fp.close() + except Exception: + pass + + return size + except: + return None + + +def guess_mimetype(filename): + _, ext = path.splitext(filename) + if ext in mime_suffixes: + return mime_suffixes[ext] + else: + with open(filename, 'rb') as f: + imgtype = imghdr.what(f) + if imgtype: + return 'image/' + imgtype + + return None diff --git a/sphinx/util/nodes.py b/sphinx/util/nodes.py index f8d2d0a93..98f84f2bf 100644 --- a/sphinx/util/nodes.py +++ b/sphinx/util/nodes.py @@ -141,9 +141,10 @@ def find_source_node(node): return pnode.source -def traverse_parent(node): +def traverse_parent(node, cls=None): while node: - yield node + if cls is None or isinstance(node, cls): + yield node node = node.parent @@ -212,7 +213,7 @@ def process_index_entry(entry, targetid): if entry.startswith(type+':'): value = entry[len(type)+1:].strip() value = pairindextypes[type] + '; ' + value - indexentries.append(('pair', value, targetid, main)) + indexentries.append(('pair', value, targetid, main, None)) break else: for type in indextypes: @@ -220,7 +221,7 @@ def process_index_entry(entry, targetid): value = entry[len(type)+1:].strip() if type == 'double': type = 'pair' - indexentries.append((type, value, targetid, main)) + indexentries.append((type, value, targetid, main, None)) break # shorthand notation for single entries else: @@ -232,7 +233,7 @@ def process_index_entry(entry, targetid): value = value[1:].lstrip() if not value: continue - indexentries.append(('single', value, targetid, main)) + indexentries.append(('single', value, targetid, main, None)) return indexentries diff --git a/sphinx/util/osutil.py b/sphinx/util/osutil.py index e1d29a9d3..585dc6104 100644 --- a/sphinx/util/osutil.py +++ b/sphinx/util/osutil.py @@ -40,6 +40,11 @@ def os_path(canonicalpath): return canonicalpath.replace(SEP, path.sep) +def canon_path(nativepath): + """Return path in OS-independent form""" + return nativepath.replace(path.sep, SEP) + + def relative_uri(base, to): """Return a relative URL from ``base`` to ``to``.""" if to.startswith(SEP): @@ -153,7 +158,8 @@ def make_filename(string): def ustrftime(format, *args): - # strftime for unicode strings + # [DEPRECATED] strftime for unicode strings + # It will be removed at Sphinx-1.5 if not args: # If time is not specified, try to use $SOURCE_DATE_EPOCH variable # See https://wiki.debian.org/ReproducibleBuilds/TimestampsProposal diff --git a/sphinx/writers/html.py b/sphinx/writers/html.py index bd65fc52e..dc49691b4 100644 --- a/sphinx/writers/html.py +++ b/sphinx/writers/html.py @@ -13,6 +13,7 @@ import sys import posixpath import os import copy +import warnings from six import string_types from docutils import nodes @@ -20,16 +21,9 @@ from docutils.writers.html4css1 import Writer, HTMLTranslator as BaseTranslator from sphinx import addnodes from sphinx.locale import admonitionlabels, _ +from sphinx.util.images import get_image_size from sphinx.util.smartypants import sphinx_smarty_pants -try: - from PIL import Image # check for the Python Imaging Library -except ImportError: - try: - import Image - except ImportError: - Image = None - # A good overview of the purpose behind these classes can be found here: # http://www.arnebrodowski.de/blog/write-your-own-restructuredtext-writer.html @@ -272,17 +266,22 @@ class HTMLTranslator(BaseTranslator): def append_fignumber(figtype, figure_id): if figure_id in self.builder.fignumbers.get(figtype, {}): self.body.append('') - prefix = self.builder.config.numfig_format.get(figtype, '') - numbers = self.builder.fignumbers[figtype][figure_id] - self.body.append(prefix % '.'.join(map(str, numbers)) + ' ') - self.body.append('') + prefix = self.builder.config.numfig_format.get(figtype) + if prefix is None: + msg = 'numfig_format is not defined for %s' % figtype + self.builder.warn(msg) + else: + numbers = self.builder.fignumbers[figtype][figure_id] + self.body.append(prefix % '.'.join(map(str, numbers)) + ' ') + self.body.append('') - if isinstance(node.parent, nodes.figure): - append_fignumber('figure', node.parent['ids'][0]) - elif isinstance(node.parent, nodes.table): - append_fignumber('table', node.parent['ids'][0]) - elif isinstance(node.parent, nodes.container): - append_fignumber('code-block', node.parent['ids'][0]) + figtype = self.builder.env.domains['std'].get_figtype(node) + if figtype: + if len(node['ids']) == 0: + msg = 'Any IDs not assiend for %s node' % node.tagname + self.builder.env.warn_node(msg, node) + else: + append_fignumber(figtype, node['ids'][0]) def add_permalink_ref(self, node, title): if node['ids'] and self.permalink_text and self.builder.add_permalinks: @@ -299,7 +298,7 @@ class HTMLTranslator(BaseTranslator): def visit_title(self, node): BaseTranslator.visit_title(self, node) self.add_secnumber(node) - self.add_fignumber(node) + self.add_fignumber(node.parent) if isinstance(node.parent, nodes.table): self.body.append('') @@ -339,7 +338,7 @@ class HTMLTranslator(BaseTranslator): self.body.append('
') else: BaseTranslator.visit_caption(self, node) - self.add_fignumber(node) + self.add_fignumber(node.parent) self.body.append(self.starttag(node, 'span', '', CLASS='caption-text')) def depart_caption(self, node): @@ -442,7 +441,7 @@ class HTMLTranslator(BaseTranslator): def visit_download_reference(self, node): if node.hasattr('filename'): self.body.append( - '' % + '' % posixpath.join(self.builder.dlpath, node['filename'])) self.context.append('') else: @@ -481,21 +480,16 @@ class HTMLTranslator(BaseTranslator): # Try to figure out image height and width. Docutils does that too, # but it tries the final file name, which does not necessarily exist # yet at the time the HTML file is written. - if Image and not ('width' in node and 'height' in node): - try: - im = Image.open(os.path.join(self.builder.srcdir, olduri)) - except (IOError, # Source image can't be found or opened - UnicodeError): # PIL doesn't like Unicode paths. - pass + if not ('width' in node and 'height' in node): + size = get_image_size(os.path.join(self.builder.srcdir, olduri)) + if size is None: + self.builder.env.warn_node('Could not obtain image size. ' + ':scale: option is ignored.', node) else: if 'width' not in node: - node['width'] = str(im.size[0]) + node['width'] = str(size[0]) if 'height' not in node: - node['height'] = str(im.size[1]) - try: - im.fp.close() - except Exception: - pass + node['height'] = str(size[1]) BaseTranslator.visit_image(self, node) def visit_toctree(self, node): @@ -636,7 +630,26 @@ class HTMLTranslator(BaseTranslator): def depart_abbreviation(self, node): self.body.append('') + # overwritten (but not changed) to keep pair of visit/depart_term + def visit_term(self, node): + self.body.append(self.starttag(node, 'dt', '')) + + # overwritten to add '' in 'depart_term' state. + def depart_term(self, node): + self.body.append('\n') + + # overwritten to do not add '' in 'visit_definition' state. + def visit_definition(self, node): + self.body.append(self.starttag(node, 'dd', '')) + self.set_first_last(node) + + # overwritten (but not changed) to keep pair of visit/depart_definition + def depart_definition(self, node): + self.body.append('
\n') + def visit_termsep(self, node): + warnings.warn('sphinx.addnodes.termsep will be removed at Sphinx-1.5', + DeprecationWarning) self.body.append('
') raise nodes.SkipNode diff --git a/sphinx/writers/latex.py b/sphinx/writers/latex.py index 6676bfc65..2baf245af 100644 --- a/sphinx/writers/latex.py +++ b/sphinx/writers/latex.py @@ -15,6 +15,7 @@ import re import sys from os import path +import warnings from six import itervalues, text_type from docutils import nodes, writers @@ -25,18 +26,20 @@ from sphinx import highlighting from sphinx.errors import SphinxError from sphinx.locale import admonitionlabels, _ from sphinx.util import split_into -from sphinx.util.nodes import clean_astext -from sphinx.util.osutil import ustrftime +from sphinx.util.i18n import format_date +from sphinx.util.nodes import clean_astext, traverse_parent from sphinx.util.texescape import tex_escape_map, tex_replace_map from sphinx.util.smartypants import educate_quotes_latex HEADER = r'''%% Generated by Sphinx. \def\sphinxdocclass{%(docclass)s} \documentclass[%(papersize)s,%(pointsize)s%(classoptions)s]{%(wrapperclass)s} +%(passoptionstopackages)s %(inputenc)s %(utf8extra)s %(cmappkg)s %(fontenc)s +%(amsfonts)s %(babel)s %(fontpkg)s %(fncychap)s @@ -174,11 +177,15 @@ class ShowUrlsTransform(object): if node.astext() != uri: index = node.parent.index(node) if show_urls == 'footnote': - footnote_nodes = self.create_footnote(uri) - for i, fn in enumerate(footnote_nodes): - node.parent.insert(index + i + 1, fn) + if list(traverse_parent(node, nodes.topic)): + # should not expand references in topics + pass + else: + footnote_nodes = self.create_footnote(uri) + for i, fn in enumerate(footnote_nodes): + node.parent.insert(index + i + 1, fn) - self.expanded = True + self.expanded = True else: # all other true values (b/w compat) textnode = nodes.Text(" (%s)" % uri) node.parent.insert(index + 1, textnode) @@ -210,9 +217,14 @@ class ShowUrlsTransform(object): def is_auto_footnote(node): return isinstance(node, nodes.footnote) and node.get('auto') - def footnote_ref_by(ids): + def footnote_ref_by(node): + ids = node['ids'] + parent = list(traverse_parent(node, (nodes.document, addnodes.start_of_file)))[0] + def is_footnote_ref(node): - return isinstance(node, nodes.footnote_reference) and ids[0] == node['refid'] + return (isinstance(node, nodes.footnote_reference) and + ids[0] == node['refid'] and + parent in list(traverse_parent(node))) return is_footnote_ref @@ -231,7 +243,7 @@ class ShowUrlsTransform(object): footnote['names'].remove(old_label) footnote['names'].append(label) - for footnote_ref in self.document.traverse(footnote_ref_by(footnote['ids'])): + for footnote_ref in self.document.traverse(footnote_ref_by(footnote)): footnote_ref.remove(footnote_ref[0]) footnote_ref += nodes.Text(label) @@ -260,12 +272,14 @@ class LaTeXTranslator(nodes.NodeVisitor): 'pointsize': '10pt', 'classoptions': '', 'extraclassoptions': '', + 'passoptionstopackages': '', 'inputenc': '\\usepackage[utf8]{inputenc}', 'utf8extra': ('\\ifdefined\\DeclareUnicodeCharacter\n' ' \\DeclareUnicodeCharacter{00A0}{\\nobreakspace}\n' '\\else\\fi'), 'cmappkg': '\\usepackage{cmap}', 'fontenc': '\\usepackage[T1]{fontenc}', + 'amsfonts': '', 'babel': '\\usepackage{babel}', 'fontpkg': '\\usepackage{times}', 'fncychap': '\\usepackage[Bjarne]{fncychap}', @@ -343,8 +357,9 @@ class LaTeXTranslator(nodes.NodeVisitor): if builder.config.today: self.elements['date'] = builder.config.today else: - self.elements['date'] = ustrftime(builder.config.today_fmt or - _('%B %d, %Y')) + self.elements['date'] = format_date(builder.config.today_fmt or + _('MMMM dd, YYYY'), + language=builder.config.language) if builder.config.latex_logo: self.elements['logo'] = '\\includegraphics{%s}\\par' % \ path.basename(builder.config.latex_logo) @@ -378,12 +393,6 @@ class LaTeXTranslator(nodes.NodeVisitor): return '\\usepackage{%s}' % (packagename,) usepackages = (declare_package(*p) for p in builder.usepackages) self.elements['usepackages'] += "\n".join(usepackages) - if getattr(document.settings, 'contentsname', None): - self.elements['contentsname'] = \ - self.babel_renewcommand('\\contentsname', document.settings.contentsname) - self.elements['pageautorefname'] = \ - self.babel_defmacro('\\pageautorefname', self.encode(_('page'))) - self.elements['numfig_format'] = self.generate_numfig_format(builder) # allow the user to override them all self.elements.update(builder.config.latex_elements) if self.elements['extraclassoptions']: @@ -396,6 +405,12 @@ class LaTeXTranslator(nodes.NodeVisitor): else: self.elements['tocdepth'] = ('\\setcounter{tocdepth}{%d}' % (document['tocdepth'] - 1)) + if getattr(document.settings, 'contentsname', None): + self.elements['contentsname'] = \ + self.babel_renewcommand('\\contentsname', document.settings.contentsname) + self.elements['pageautorefname'] = \ + self.babel_defmacro('\\pageautorefname', self.encode(_('page'))) + self.elements['numfig_format'] = self.generate_numfig_format(builder) self.highlighter = highlighting.PygmentsBridge( 'latex', @@ -424,10 +439,8 @@ class LaTeXTranslator(nodes.NodeVisitor): self.top_sectionlevel = 0 else: self.top_sectionlevel = 1 + self.next_hyperlink_ids = {} self.next_section_ids = set() - self.next_figure_ids = set() - self.next_table_ids = set() - self.next_literal_ids = set() def pushbody(self, newbody): self.bodystack.append(self.body) @@ -438,6 +451,13 @@ class LaTeXTranslator(nodes.NodeVisitor): self.body = self.bodystack.pop() return body + def push_hyperlink_ids(self, figtype, ids): + hyperlink_ids = self.next_hyperlink_ids.setdefault(figtype, set()) + hyperlink_ids.update(ids) + + def pop_hyperlink_ids(self, figtype): + return self.next_hyperlink_ids.get(figtype, set()) + def restrict_footnote(self, node): if self.footnote_restricted is False: self.footnote_restricted = node @@ -947,11 +967,10 @@ class LaTeXTranslator(nodes.NodeVisitor): for caption in self.table.caption: self.body.append(caption) self.body.append('}') - for id in self.next_table_ids: + for id in self.pop_hyperlink_ids('table'): self.body.append(self.hypertarget(id, anchor=False)) if node['ids']: self.body.append(self.hypertarget(node['ids'][0], anchor=False)) - self.next_table_ids.clear() if self.table.longtable: self.body.append('\n\\begin{longtable}') endmacro = '\\end{longtable}\n\n' @@ -983,21 +1002,20 @@ class LaTeXTranslator(nodes.NodeVisitor): for caption in self.table.caption: self.body.append(caption) self.body.append('}') - for id in self.next_table_ids: + for id in self.pop_hyperlink_ids('table'): self.body.append(self.hypertarget(id, anchor=False)) - self.next_table_ids.clear() self.body.append(u'\\\\\n') if self.table.longtable: self.body.append('\\hline\n') self.body.extend(self.tableheaders) self.body.append('\\endfirsthead\n\n') self.body.append('\\multicolumn{%s}{c}%%\n' % self.table.colcount) - self.body.append(r'{{\textsf{\tablename\ \thetable{} -- %s}}} \\' + self.body.append(r'{{\tablecontinued{\tablename\ \thetable{} -- %s}}} \\' % _('continued from previous page')) self.body.append('\n\\hline\n') self.body.extend(self.tableheaders) self.body.append('\\endhead\n\n') - self.body.append(r'\hline \multicolumn{%s}{|r|}{{\textsf{%s}}} \\ \hline' + self.body.append(r'\hline \multicolumn{%s}{|r|}{{\tablecontinued{%s}}} \\ \hline' % (self.table.colcount, _('Continued on next page'))) self.body.append('\n\\endfoot\n\n') @@ -1211,6 +1229,8 @@ class LaTeXTranslator(nodes.NodeVisitor): self.in_term -= 1 def visit_termsep(self, node): + warnings.warn('sphinx.addnodes.termsep will be removed at Sphinx-1.5', + DeprecationWarning) self.body.append(', ') raise nodes.SkipNode @@ -1361,9 +1381,10 @@ class LaTeXTranslator(nodes.NodeVisitor): def visit_figure(self, node): ids = '' - for id in self.next_figure_ids: + for id in self.pop_hyperlink_ids('figure'): ids += self.hypertarget(id, anchor=False) - self.next_figure_ids.clear() + if node['ids']: + ids += self.hypertarget(node['ids'][0], anchor=False) self.restrict_footnote(node) if (len(node.children) and isinstance(node.children[0], nodes.image) and @@ -1481,26 +1502,17 @@ class LaTeXTranslator(nodes.NodeVisitor): self.next_section_ids.add(node['refid']) self.next_section_ids.update(node['ids']) return - elif isinstance(next, nodes.figure): - # labels for figures go in the figure body, not before - if node.get('refid'): - self.next_figure_ids.add(node['refid']) - self.next_figure_ids.update(node['ids']) - return - elif isinstance(next, nodes.table): - # same for tables, but only if they have a caption - for n in next: - if isinstance(n, nodes.title): - if node.get('refid'): - self.next_table_ids.add(node['refid']) - self.next_table_ids.update(node['ids']) - return - elif isinstance(next, nodes.container) and next.get('literal_block'): - # same for literal_block, but only if they have a caption - if node.get('refid'): - self.next_literal_ids.add(node['refid']) - self.next_literal_ids.update(node['ids']) - return + else: + domain = self.builder.env.domains['std'] + figtype = domain.get_figtype(node) + if figtype and domain.get_numfig_title(node): + ids = set() + # labels for figures go in the figure body, not before + if node.get('refid'): + ids.add(node['refid']) + ids.update(node['ids']) + self.push_hyperlink_ids(figtype, ids) + return except IndexError: pass if 'refuri' in node: @@ -1524,7 +1536,7 @@ class LaTeXTranslator(nodes.NodeVisitor): if not node.get('inline', True): self.body.append('\n') entries = node['entries'] - for type, string, tid, ismain in entries: + for type, string, tid, ismain, key_ in entries: m = '' if ismain: m = '|textbf' @@ -1594,7 +1606,7 @@ class LaTeXTranslator(nodes.NodeVisitor): # reference to a label id = uri[1:].replace('#', ':') self.body.append(self.hyperlink(id)) - self.body.append(r'\emph{') + self.body.append(r'\internalreference{') if len(node) and hasattr(node[0], 'attributes') and \ 'std-term' in node[0].get('classes', []): # don't add a pageref for glossary terms @@ -1687,7 +1699,7 @@ class LaTeXTranslator(nodes.NodeVisitor): return self.depart_literal_emphasis(node) def visit_title_reference(self, node): - self.body.append(r'\emph{') + self.body.append(r'\titlereference{') def depart_title_reference(self, node): self.body.append('}') @@ -1913,10 +1925,10 @@ class LaTeXTranslator(nodes.NodeVisitor): def visit_inline(self, node): classes = node.get('classes', []) if classes in [['menuselection'], ['guilabel']]: - self.body.append(r'\emph{') + self.body.append(r'\menuselection{') self.context.append('}') elif classes in [['accelerator']]: - self.body.append(r'\underline{') + self.body.append(r'\accelerator{') self.context.append('}') elif classes and not self.in_title: self.body.append(r'\DUrole{%s}{' % ','.join(classes)) @@ -1943,11 +1955,10 @@ class LaTeXTranslator(nodes.NodeVisitor): if node.get('literal_block'): self.in_container_literal_block += 1 ids = '' - for id in self.next_literal_ids: + for id in self.pop_hyperlink_ids('code-block'): ids += self.hypertarget(id, anchor=False) if node['ids']: ids += self.hypertarget(node['ids'][0]) - self.next_literal_ids.clear() self.body.append('\n') self.context.append(ids + '\n') diff --git a/sphinx/writers/manpage.py b/sphinx/writers/manpage.py index d1c65bfb7..7454a0f20 100644 --- a/sphinx/writers/manpage.py +++ b/sphinx/writers/manpage.py @@ -9,6 +9,8 @@ :license: BSD, see LICENSE for details. """ +import warnings + from docutils import nodes from docutils.writers.manpage import ( MACRO_DEF, @@ -18,8 +20,8 @@ from docutils.writers.manpage import ( from sphinx import addnodes from sphinx.locale import admonitionlabels, _ -from sphinx.util.osutil import ustrftime from sphinx.util.compat import docutils_version +from sphinx.util.i18n import format_date class ManualPageWriter(Writer): @@ -95,8 +97,9 @@ class ManualPageTranslator(BaseTranslator): if builder.config.today: self._docinfo['date'] = builder.config.today else: - self._docinfo['date'] = ustrftime(builder.config.today_fmt or - _('%B %d, %Y')) + self._docinfo['date'] = format_date(builder.config.today_fmt or + _('MMMM dd, YYYY'), + language=builder.config.language) self._docinfo['copyright'] = builder.config.copyright self._docinfo['version'] = builder.config.version self._docinfo['manual_group'] = builder.config.project @@ -201,6 +204,8 @@ class ManualPageTranslator(BaseTranslator): self.depart_paragraph(node) def visit_termsep(self, node): + warnings.warn('sphinx.addnodes.termsep will be removed at Sphinx-1.5', + DeprecationWarning) self.body.append(', ') raise nodes.SkipNode diff --git a/sphinx/writers/texinfo.py b/sphinx/writers/texinfo.py index 14345e664..fc7d31534 100644 --- a/sphinx/writers/texinfo.py +++ b/sphinx/writers/texinfo.py @@ -12,6 +12,7 @@ import re import textwrap from os import path +import warnings from six import itervalues from six.moves import range @@ -19,7 +20,7 @@ from docutils import nodes, writers from sphinx import addnodes, __display_version__ from sphinx.locale import admonitionlabels, _ -from sphinx.util import ustrftime +from sphinx.util.i18n import format_date from sphinx.writers.latex import collected_footnote @@ -217,8 +218,9 @@ class TexinfoTranslator(nodes.NodeVisitor): 'project': self.escape(self.builder.config.project), 'copyright': self.escape(self.builder.config.copyright), 'date': self.escape(self.builder.config.today or - ustrftime(self.builder.config.today_fmt or - _('%B %d, %Y'))) + format_date(self.builder.config.today_fmt or + _('MMMM dd, YYYY'), + language=self.builder.config.language)) }) # title title = elements['title'] @@ -953,6 +955,8 @@ class TexinfoTranslator(nodes.NodeVisitor): pass def visit_termsep(self, node): + warnings.warn('sphinx.addnodes.termsep will be removed at Sphinx-1.5', + DeprecationWarning) self.body.append('\n%s ' % self.at_item_x) def depart_termsep(self, node): @@ -1299,7 +1303,7 @@ class TexinfoTranslator(nodes.NodeVisitor): else: self.body.append('\n') for entry in node['entries']: - typ, text, tid, text2 = entry + typ, text, tid, text2, key_ = entry text = self.escape_menu(text) self.body.append('@geindex %s\n' % text) diff --git a/sphinx/writers/text.py b/sphinx/writers/text.py index 1e8bbf023..2463920ef 100644 --- a/sphinx/writers/text.py +++ b/sphinx/writers/text.py @@ -12,6 +12,7 @@ import os import re import textwrap from itertools import groupby +import warnings from six.moves import zip_longest @@ -641,6 +642,8 @@ class TextTranslator(nodes.NodeVisitor): self.end_state(end=None) def visit_termsep(self, node): + warnings.warn('sphinx.addnodes.termsep will be removed at Sphinx-1.5', + DeprecationWarning) self.add_text(', ') raise nodes.SkipNode diff --git a/test-reqs.txt b/test-reqs.txt index 6ab42c342..0edb725dc 100644 --- a/test-reqs.txt +++ b/test-reqs.txt @@ -11,3 +11,4 @@ sqlalchemy>=0.9 whoosh>=2.0 alabaster sphinx_rtd_theme +imagesize diff --git a/tests/root/includes.txt b/tests/root/includes.txt index 907b81e93..41b72b0ab 100644 --- a/tests/root/includes.txt +++ b/tests/root/includes.txt @@ -17,10 +17,12 @@ Test file and literal inclusion .. should give a warning .. literalinclude:: wrongenc.inc + :language: none .. should succeed .. literalinclude:: wrongenc.inc :encoding: latin-1 + :language: none .. include:: wrongenc.inc :encoding: latin-1 diff --git a/tests/root/markup.txt b/tests/root/markup.txt index 1700b3844..5cd7d2cbf 100644 --- a/tests/root/markup.txt +++ b/tests/root/markup.txt @@ -23,6 +23,8 @@ Generic reST A |subst| (the definition is in rst_epilog). +.. highlight:: none + .. _label: :: diff --git a/tests/roots/test-add_enumerable_node/conf.py b/tests/roots/test-add_enumerable_node/conf.py new file mode 100644 index 000000000..d433def93 --- /dev/null +++ b/tests/roots/test-add_enumerable_node/conf.py @@ -0,0 +1,10 @@ +# -*- coding: utf-8 -*- + +import os +import sys + +sys.path.insert(0, os.path.abspath('.')) +extensions = ['test_enumerable_node'] + +master_doc = 'index' +numfig = True diff --git a/tests/roots/test-add_enumerable_node/index.rst b/tests/roots/test-add_enumerable_node/index.rst new file mode 100644 index 000000000..98b858e53 --- /dev/null +++ b/tests/roots/test-add_enumerable_node/index.rst @@ -0,0 +1,48 @@ +======================== +test-add_enumerable_node +======================== + +.. toctree:: + :numbered: + + +First section +============= + +.. _first_figure: + +.. figure:: rimg.png + + First figure + +.. _first_my_figure: + +.. my-figure:: rimg.png + + First my figure + +.. _first_numbered_text: + +.. numbered-text:: Hello world + +.. _second_numbered_text: + +.. numbered-text:: Hello Sphinx + +Second section +============== + +.. _second_my_figure: + +.. my-figure:: rimg.png + + Second my figure + +Reference section +================= + +* first_figure is :numref:`first_figure` +* first_my_figure is :numref:`first_my_figure` +* second_my_figure is :numref:`second_my_figure` +* first numbered_text is :numref:`first_numbered_text` +* second numbered_text is :numref:`second_numbered_text` diff --git a/tests/roots/test-add_enumerable_node/rimg.png b/tests/roots/test-add_enumerable_node/rimg.png new file mode 100644 index 000000000..1081dc143 Binary files /dev/null and b/tests/roots/test-add_enumerable_node/rimg.png differ diff --git a/tests/roots/test-add_enumerable_node/test_enumerable_node.py b/tests/roots/test-add_enumerable_node/test_enumerable_node.py new file mode 100644 index 000000000..eb6381fad --- /dev/null +++ b/tests/roots/test-add_enumerable_node/test_enumerable_node.py @@ -0,0 +1,65 @@ +# -*- coding: utf-8 -*- + +from docutils import nodes +from docutils.parsers.rst import Directive +from sphinx.util.nodes import split_explicit_title + + +class my_figure(nodes.figure): + pass + + +def visit_my_figure(self, node): + self.visit_figure(node) + + +def depart_my_figure(self, node): + self.depart_figure(node) + + +class MyFigure(Directive): + required_arguments = 1 + has_content = True + + def run(self): + figure_node = my_figure() + figure_node += nodes.image(uri=self.arguments[0]) + figure_node += nodes.caption(text=''.join(self.content)) + return [figure_node] + + +class numbered_text(nodes.Element): + pass + + +def visit_numbered_text(self, node): + self.body.append(self.starttag(node, 'div')) + self.add_fignumber(node) + self.body.append(node['title']) + self.body.append('') + raise nodes.SkipNode + + +def get_title(node): + return node['title'] + + +class NumberedText(Directive): + required_arguments = 1 + final_argument_whitespace = True + + def run(self): + return [numbered_text(title=self.arguments[0])] + + +def setup(app): + # my-figure + app.add_enumerable_node(my_figure, 'figure', + html=(visit_my_figure, depart_my_figure)) + app.add_directive('my-figure', MyFigure) + + # numbered_label + app.add_enumerable_node(numbered_text, 'original', get_title, + html=(visit_numbered_text, None)) + app.add_directive('numbered-text', NumberedText) + app.config.numfig_format.setdefault('original', 'No.%s') diff --git a/tests/roots/test-config/conf.py b/tests/roots/test-config/conf.py index 34e89a52d..b6075e5cb 100644 --- a/tests/roots/test-config/conf.py +++ b/tests/roots/test-config/conf.py @@ -1,3 +1,5 @@ +from sphinx.config import string_classes + value1 = 123 # wrong type value2 = 123 # lambda with wrong type value3 = [] # lambda with correct type @@ -18,6 +20,13 @@ value8 = C() # sibling type # both have no default or permissible types value9 = 'foo' value10 = 123 +value11 = u'bar' +value12 = u'bar' +value13 = 'bar' +value14 = u'bar' +value15 = 'bar' +value16 = u'bar' + def setup(app): app.add_config_value('value1', 'string', False) @@ -30,3 +39,9 @@ def setup(app): app.add_config_value('value8', B(), False) app.add_config_value('value9', None, False) app.add_config_value('value10', None, False) + app.add_config_value('value11', None, False, [str]) + app.add_config_value('value12', 'string', False) + app.add_config_value('value13', None, False, string_classes) + app.add_config_value('value14', None, False, string_classes) + app.add_config_value('value15', u'unicode', False) + app.add_config_value('value16', u'unicode', False) diff --git a/tests/roots/test-ext-autosectionlabel/conf.py b/tests/roots/test-ext-autosectionlabel/conf.py new file mode 100644 index 000000000..4a06c1835 --- /dev/null +++ b/tests/roots/test-ext-autosectionlabel/conf.py @@ -0,0 +1,4 @@ +# -*- coding: utf-8 -*- + +extensions = ['sphinx.ext.autosectionlabel'] +master_doc = 'index' diff --git a/tests/roots/test-ext-autosectionlabel/index.rst b/tests/roots/test-ext-autosectionlabel/index.rst new file mode 100644 index 000000000..ac96e5cf5 --- /dev/null +++ b/tests/roots/test-ext-autosectionlabel/index.rst @@ -0,0 +1,25 @@ +========================= +test-ext-autosectionlabel +========================= + + +Introduce of Sphinx +=================== + +Installation +============ + +For Windows users +----------------- + +For UNIX users +-------------- + + +References +========== + +* :ref:`Introduce of Sphinx` +* :ref:`Installation` +* :ref:`For Windows users` +* :ref:`For UNIX users` diff --git a/tests/roots/test-ext-graphviz/graph.dot b/tests/roots/test-ext-graphviz/graph.dot new file mode 100644 index 000000000..ca5724492 --- /dev/null +++ b/tests/roots/test-ext-graphviz/graph.dot @@ -0,0 +1,3 @@ +digraph { + bar -> baz +} diff --git a/tests/roots/test-ext-graphviz/graph.xx.dot b/tests/roots/test-ext-graphviz/graph.xx.dot new file mode 100644 index 000000000..e5add5c76 --- /dev/null +++ b/tests/roots/test-ext-graphviz/graph.xx.dot @@ -0,0 +1,3 @@ +digraph { + BAR -> BAZ +} diff --git a/tests/roots/test-ext-graphviz/index.rst b/tests/roots/test-ext-graphviz/index.rst index c04ca42a0..b778307e3 100644 --- a/tests/roots/test-ext-graphviz/index.rst +++ b/tests/roots/test-ext-graphviz/index.rst @@ -16,3 +16,6 @@ Hello |graph| graphviz world :graphviz_dot: neato bar -> baz + + +.. graphviz:: graph.dot diff --git a/tests/roots/test-ext-inheritance_diagram/conf.py b/tests/roots/test-ext-inheritance_diagram/conf.py new file mode 100644 index 000000000..18680c1d9 --- /dev/null +++ b/tests/roots/test-ext-inheritance_diagram/conf.py @@ -0,0 +1,9 @@ +# -*- coding: utf-8 -*- + +import os +import sys + +sys.path.insert(0, os.path.abspath('.')) + +extensions = ['sphinx.ext.inheritance_diagram'] +master_doc = 'index' diff --git a/tests/roots/test-ext-inheritance_diagram/index.rst b/tests/roots/test-ext-inheritance_diagram/index.rst new file mode 100644 index 000000000..876996ca8 --- /dev/null +++ b/tests/roots/test-ext-inheritance_diagram/index.rst @@ -0,0 +1,5 @@ +============================ +test-ext-inheritance_diagram +============================ + +.. inheritance-diagram:: test.Foo diff --git a/tests/roots/test-ext-inheritance_diagram/test.py b/tests/roots/test-ext-inheritance_diagram/test.py new file mode 100644 index 000000000..32f7f273c --- /dev/null +++ b/tests/roots/test-ext-inheritance_diagram/test.py @@ -0,0 +1,17 @@ +# -*- coding: utf-8 -*- + + +class Foo(object): + pass + + +class Bar(Foo): + pass + + +class Baz(Bar): + pass + + +class Qux(Foo): + pass diff --git a/tests/roots/test-footnotes/bar.rst b/tests/roots/test-footnotes/bar.rst new file mode 100644 index 000000000..660c66306 --- /dev/null +++ b/tests/roots/test-footnotes/bar.rst @@ -0,0 +1,6 @@ +bar +=== + +Same footnote number [1]_ in bar.rst + +.. [1] footnote in bar diff --git a/tests/roots/test-footnotes/baz.rst b/tests/roots/test-footnotes/baz.rst new file mode 100644 index 000000000..af496c5f6 --- /dev/null +++ b/tests/roots/test-footnotes/baz.rst @@ -0,0 +1,6 @@ +baz +=== + +Auto footnote number [#]_ in baz.rst + +.. [#] footnote in baz diff --git a/tests/roots/test-footnotes/index.rst b/tests/roots/test-footnotes/index.rst index a20052037..3a8bc25c5 100644 --- a/tests/roots/test-footnotes/index.rst +++ b/tests/roots/test-footnotes/index.rst @@ -2,6 +2,14 @@ test-footenotes =============== +.. toctree:: + + bar + baz + +.. contents:: + :local: + The section with a reference to [AuthorYear]_ ============================================= diff --git a/tests/roots/test-image-glob/img.ja.png b/tests/roots/test-image-glob/img.ja.png new file mode 100644 index 000000000..4c8f89929 Binary files /dev/null and b/tests/roots/test-image-glob/img.ja.png differ diff --git a/tests/roots/test-image-glob/img.zh.png b/tests/roots/test-image-glob/img.zh.png new file mode 100644 index 000000000..4c8f89929 Binary files /dev/null and b/tests/roots/test-image-glob/img.zh.png differ diff --git a/tests/roots/test-image-glob/rimg.png.xx b/tests/roots/test-image-glob/rimg.png.xx new file mode 100644 index 000000000..1081dc143 Binary files /dev/null and b/tests/roots/test-image-glob/rimg.png.xx differ diff --git a/tests/roots/test-image-glob/rimg.xx.png b/tests/roots/test-image-glob/rimg.xx.png new file mode 100644 index 000000000..1081dc143 Binary files /dev/null and b/tests/roots/test-image-glob/rimg.xx.png differ diff --git a/tests/roots/test-image-glob/subdir/index.rst b/tests/roots/test-image-glob/subdir/index.rst index f086458d5..4ad2b0247 100644 --- a/tests/roots/test-image-glob/subdir/index.rst +++ b/tests/roots/test-image-glob/subdir/index.rst @@ -1,6 +1,8 @@ test-image-glob/subdir ====================== +.. image:: rimg.png + .. image:: svgimg.* .. figure:: svgimg.* diff --git a/tests/roots/test-image-glob/subdir/rimg.png b/tests/roots/test-image-glob/subdir/rimg.png new file mode 100644 index 000000000..1081dc143 Binary files /dev/null and b/tests/roots/test-image-glob/subdir/rimg.png differ diff --git a/tests/roots/test-image-glob/subdir/rimg.xx.png b/tests/roots/test-image-glob/subdir/rimg.xx.png new file mode 100644 index 000000000..1081dc143 Binary files /dev/null and b/tests/roots/test-image-glob/subdir/rimg.xx.png differ diff --git a/tests/roots/test-image-glob/subdir/svgimg.xx.svg b/tests/roots/test-image-glob/subdir/svgimg.xx.svg new file mode 100644 index 000000000..10e035b6d --- /dev/null +++ b/tests/roots/test-image-glob/subdir/svgimg.xx.svg @@ -0,0 +1,158 @@ + + + + + + + + + + + + + + Part of the Flat Icon Collection (Thu Aug 26 14:31:40 2004) + + + +
  • + + + + + + </Agent> + </publisher> + <creator + id="creator24"> + <Agent + about="" + id="Agent25"> + <title + id="title26">Danny Allen + + + + + Danny Allen + + + + image/svg+xml + + + + + en + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/tests/test_autodoc.py b/tests/test_autodoc.py index 2542a3faa..183484846 100644 --- a/tests/test_autodoc.py +++ b/tests/test_autodoc.py @@ -297,6 +297,9 @@ def test_get_doc(): """Class docstring""" def __init__(self): """Init docstring""" + + def __new__(cls): + """New docstring""" directive.env.config.autoclass_content = 'class' assert getdocl('class', C) == ['Class docstring'] directive.env.config.autoclass_content = 'init' @@ -380,6 +383,36 @@ def test_get_doc(): directive.env.config.autoclass_content = 'both' assert getdocl('class', G) == ['Class docstring'] + # class has __new__ method with docstring + # class docstring: depends on config value which one is taken + class H: + """Class docstring""" + def __init__(self): + pass + + def __new__(cls): + """New docstring""" + directive.env.config.autoclass_content = 'class' + assert getdocl('class', H) == ['Class docstring'] + directive.env.config.autoclass_content = 'init' + assert getdocl('class', H) == ['New docstring'] + directive.env.config.autoclass_content = 'both' + assert getdocl('class', H) == ['Class docstring', '', 'New docstring'] + + # class has __init__ method without docstring and + # __new__ method with docstring + # class docstring: depends on config value which one is taken + class I: + """Class docstring""" + def __new__(cls): + """New docstring""" + directive.env.config.autoclass_content = 'class' + assert getdocl('class', I) == ['Class docstring'] + directive.env.config.autoclass_content = 'init' + assert getdocl('class', I) == ['New docstring'] + directive.env.config.autoclass_content = 'both' + assert getdocl('class', I) == ['Class docstring', '', 'New docstring'] + @with_setup(setup_test) def test_docstring_processing(): diff --git a/tests/test_build.py b/tests/test_build.py index ee6534b7d..1c0d55e1b 100644 --- a/tests/test_build.py +++ b/tests/test_build.py @@ -112,7 +112,7 @@ def test_numbered_circular_toctree(app, status, warning): 'contents <- sub <- contents') in warnings -@with_app(buildername='html', testroot='image-glob') +@with_app(buildername='dummy', testroot='image-glob') def test_image_glob(app, status, warning): app.builder.build_all() @@ -145,12 +145,16 @@ def test_image_glob(app, status, warning): doctree = pickle.loads((app.doctreedir / 'subdir/index.doctree').bytes()) assert isinstance(doctree[0][1], nodes.image) - assert doctree[0][1]['candidates'] == {'application/pdf': 'subdir/svgimg.pdf', - 'image/svg+xml': 'subdir/svgimg.svg'} - assert doctree[0][1]['uri'] == 'subdir/svgimg.*' + assert doctree[0][1]['candidates'] == {'*': 'subdir/rimg.png'} + assert doctree[0][1]['uri'] == 'subdir/rimg.png' - assert isinstance(doctree[0][2], nodes.figure) - assert isinstance(doctree[0][2][0], nodes.image) - assert doctree[0][2][0]['candidates'] == {'application/pdf': 'subdir/svgimg.pdf', + assert isinstance(doctree[0][2], nodes.image) + assert doctree[0][2]['candidates'] == {'application/pdf': 'subdir/svgimg.pdf', + 'image/svg+xml': 'subdir/svgimg.svg'} + assert doctree[0][2]['uri'] == 'subdir/svgimg.*' + + assert isinstance(doctree[0][3], nodes.figure) + assert isinstance(doctree[0][3][0], nodes.image) + assert doctree[0][3][0]['candidates'] == {'application/pdf': 'subdir/svgimg.pdf', 'image/svg+xml': 'subdir/svgimg.svg'} - assert doctree[0][2][0]['uri'] == 'subdir/svgimg.*' + assert doctree[0][3][0]['uri'] == 'subdir/svgimg.*' diff --git a/tests/test_build_html.py b/tests/test_build_html.py index b0514bb1a..f1e4b8cba 100644 --- a/tests/test_build_html.py +++ b/tests/test_build_html.py @@ -31,16 +31,15 @@ http://www.python.org/logo.png reading included file u'.*?wrongenc.inc' seems to be wrong, try giving an \ :encoding: option\\n? %(root)s/includes.txt:4: WARNING: download file not readable: .*?nonexisting.png -(%(root)s/markup.txt:357: WARNING: invalid single index entry u'')? +(%(root)s/markup.txt:359: WARNING: invalid single index entry u'')? (%(root)s/undecodable.txt:3: WARNING: undecodable source characters, replacing \ with "\\?": b?'here: >>>(\\\\|/)xbb<<<' )?""" HTML_WARNINGS = ENV_WARNINGS + """\ %(root)s/images.txt:20: WARNING: no matching candidate for image URI u'foo.\\*' -%(root)s/markup.txt:269: WARNING: Could not parse literal_block as "c". highlighting skipped. +%(root)s/markup.txt:271: WARNING: Could not lex literal_block as "c". Highlighting skipped. %(root)s/footnote.txt:60: WARNING: citation not found: missing -%(root)s/markup.txt:158: WARNING: unknown option: &option """ if PY3: @@ -81,8 +80,8 @@ HTML_XPATH = { (".//pre", u'Max Strauß'), (".//a[@href='_downloads/img.png']", ''), (".//a[@href='_downloads/img1.png']", ''), - (".//pre", u'"quotes"'), - (".//pre", u"'included'"), + (".//pre/span", u'"quotes"'), + (".//pre/span", u"'included'"), (".//pre/span[@class='s2']", u'üöä'), (".//div[@class='inc-pyobj1 highlight-text']//pre", r'^class Foo:\n pass\n\s*$'), @@ -344,12 +343,23 @@ def check_xpath(etree, fname, path, check, be_found=True): # only check for node presence pass else: + def get_text(node): + if node.text is not None: + return node.text + else: + # Since pygments-2.1.1, empty tag is inserted at top of + # highlighting block + if len(node) == 1 and node[0].tag == 'span' and node[0].text is None: + return node[0].tail + else: + return '' + rex = re.compile(check) if be_found: - if any(node.text and rex.search(node.text) for node in nodes): + if any(rex.search(get_text(node)) for node in nodes): return else: - if all(node.text and not rex.search(node.text) for node in nodes): + if all(not rex.search(get_text(node)) for node in nodes): return assert False, ('%r not found in any node matching ' @@ -941,6 +951,38 @@ def test_numfig_with_secnum_depth(app, status, warning): yield check_xpath, etree, fname, xpath, check, be_found +@gen_with_app(buildername='html', testroot='add_enumerable_node') +def test_enumerable_node(app, status, warning): + app.builder.build_all() + + expects = { + 'index.html': [ + (".//div[@class='figure']/p[@class='caption']/span[@class='caption-number']", + "Fig. 1", True), + (".//div[@class='figure']/p[@class='caption']/span[@class='caption-number']", + "Fig. 2", True), + (".//div[@class='figure']/p[@class='caption']/span[@class='caption-number']", + "Fig. 3", True), + (".//div//span[@class='caption-number']", "No.1 ", True), + (".//div//span[@class='caption-number']", "No.2 ", True), + (".//li/a/span", 'Fig. 1', True), + (".//li/a/span", 'Fig. 2', True), + (".//li/a/span", 'Fig. 3', True), + (".//li/a/span", 'No.1', True), + (".//li/a/span", 'No.2', True), + ], + } + + for fname, paths in iteritems(expects): + parser = NslessParser() + parser.entity.update(html_entities.entitydefs) + with (app.outdir / fname).open('rb') as fp: + etree = ET.parse(fp, parser) + + for xpath, check, be_found in paths: + yield check_xpath, etree, fname, xpath, check, be_found + + @with_app(buildername='html') def test_jsmath(app, status, warning): app.builder.build_all() diff --git a/tests/test_build_latex.py b/tests/test_build_latex.py index 38dc665c2..ea1468c2e 100644 --- a/tests/test_build_latex.py +++ b/tests/test_build_latex.py @@ -24,10 +24,9 @@ from test_build_html import ENV_WARNINGS LATEX_WARNINGS = ENV_WARNINGS + """\ -%(root)s/markup.txt:158: WARNING: unknown option: &option %(root)s/footnote.txt:60: WARNING: citation not found: missing %(root)s/images.txt:20: WARNING: no matching candidate for image URI u'foo.\\*' -%(root)s/markup.txt:269: WARNING: Could not parse literal_block as "c". highlighting skipped. +%(root)s/markup.txt:271: WARNING: Could not lex literal_block as "c". Highlighting skipped. """ if PY3: @@ -264,6 +263,25 @@ def test_numref_with_language_ja(app, status, warning): assert '\\hyperref[baz:code22]{Code-\\ref{baz:code22}}' in result +@with_app(buildername='latex', testroot='numfig', + confoverrides={'numfig': True, 'language': 'ru', 'latex_elements': {'babel': ''}}) +def test_numref_on_bable_disabled(app, status, warning): + app.builder.build_all() + result = (app.outdir / 'Python.tex').text(encoding='utf8') + print(result) + print(status.getvalue()) + print(warning.getvalue()) + assert '\\renewcommand{\\figurename}{Fig. }' in result + assert '\\renewcommand{\\tablename}{Table }' in result + assert '\\SetupFloatingEnvironment{literal-block}{name=Listing }' in result + assert '\\hyperref[index:fig1]{Fig. \\ref{index:fig1}}' in result + assert '\\hyperref[baz:fig22]{Figure\\ref{baz:fig22}}' in result + assert '\\hyperref[index:table-1]{Table \\ref{index:table-1}}' in result + assert '\\hyperref[baz:table22]{Table:\\ref{baz:table22}}' in result + assert '\\hyperref[index:code-1]{Listing \\ref{index:code-1}}' in result + assert '\\hyperref[baz:code22]{Code-\\ref{baz:code22}}' in result + + @with_app(buildername='latex') def test_latex_add_latex_package(app, status, warning): app.add_latex_package('foo') @@ -379,7 +397,7 @@ def test_footnote(app, status, warning): assert '\\footnote[1]{\nnumbered\n}' in result assert '\\footnote[2]{\nauto numbered\n}' in result assert '\\footnote[3]{\nnamed\n}' in result - assert '{\\hyperref[footnote:bar]{\\emph{{[}bar{]}}}}' in result + assert '{\\hyperref[footnote:bar]{\\internalreference{{[}bar{]}}}}' in result assert '\\bibitem[bar]{bar}{\\phantomsection\\label{footnote:bar} ' in result assert '\\bibitem[bar]{bar}{\\phantomsection\\label{footnote:bar} \ncite' in result assert '\\bibitem[bar]{bar}{\\phantomsection\\label{footnote:bar} \ncite\n}' in result @@ -398,7 +416,8 @@ def test_reference_in_caption(app, status, warning): print(status.getvalue()) print(warning.getvalue()) assert ('\\caption{This is the figure caption with a reference to \\label{index:id2}' - '{\\hyperref[index:authoryear]{\\emph{{[}AuthorYear{]}}}}.}' in result) + '{\\hyperref[index:authoryear]{\\internalreference{{[}AuthorYear{]}}}}.}' + in result) assert '\\chapter{The section with a reference to {[}AuthorYear{]}}' in result assert '\\caption{The table title with a reference to {[}AuthorYear{]}}' in result assert '\\paragraph{The rubric title with a reference to {[}AuthorYear{]}}' in result @@ -406,7 +425,7 @@ def test_reference_in_caption(app, status, warning): '\\label{index:the-section-with-a-reference-to}' '\\footnotetext[4]{\nFootnote in section\n}' in result) assert ('\\caption{This is the figure caption with a footnote to ' - '\\protect\\footnotemark[6].}\end{figure}\n' + '\\protect\\footnotemark[6].}\label{index:id23}\end{figure}\n' '\\footnotetext[6]{\nFootnote in caption\n}')in result assert ('\\caption{footnote \\protect\\footnotemark[7] ' 'in caption of normal table}') in result @@ -423,6 +442,16 @@ def test_latex_show_urls_is_inline(app, status, warning): print(result) print(status.getvalue()) print(warning.getvalue()) + assert 'Same footnote number \\footnote[1]{\nfootnote in bar\n} in bar.rst' in result + assert 'Auto footnote number \\footnote[1]{\nfootnote in baz\n} in baz.rst' in result + assert ('\\phantomsection\\label{index:id26}{\\hyperref[index:the\\string-section' + '\\string-with\\string-a\\string-reference\\string-to\\string-authoryear]' + '{\\internalreference{The section with a reference to \\phantomsection' + '\\label{index:id1}{\\hyperref[index:authoryear]{\\internalreference' + '{{[}AuthorYear{]}}}}}}}' in result) + assert ('\\phantomsection\\label{index:id27}{\\hyperref[index:the\\string-section' + '\\string-with\\string-a\\string-reference\\string-to]' + '{\\internalreference{The section with a reference to }}}' in result) assert 'First footnote: \\footnote[2]{\nFirst\n}' in result assert 'Second footnote: \\footnote[1]{\nSecond\n}' in result assert '\\href{http://sphinx-doc.org/}{Sphinx} (http://sphinx-doc.org/)' in result @@ -449,20 +478,30 @@ def test_latex_show_urls_is_footnote(app, status, warning): print(result) print(status.getvalue()) print(warning.getvalue()) - assert 'First footnote: \\footnote[2]{\nFirst\n}' in result + assert 'Same footnote number \\footnote[1]{\nfootnote in bar\n} in bar.rst' in result + assert 'Auto footnote number \\footnote[2]{\nfootnote in baz\n} in baz.rst' in result + assert ('\\phantomsection\\label{index:id26}{\\hyperref[index:the\\string-section' + '\\string-with\\string-a\\string-reference\\string-to\\string-authoryear]' + '{\\internalreference{The section with a reference to \\phantomsection' + '\\label{index:id1}{\\hyperref[index:authoryear]{\\internalreference' + '{{[}AuthorYear{]}}}}}}}' in result) + assert ('\\phantomsection\\label{index:id27}{\\hyperref[index:the\\string-section' + '\\string-with\\string-a\\string-reference\\string-to]{\\internalreference' + '{The section with a reference to }}}' in result) + assert 'First footnote: \\footnote[3]{\nFirst\n}' in result assert 'Second footnote: \\footnote[1]{\nSecond\n}' in result assert ('\\href{http://sphinx-doc.org/}{Sphinx}' - '\\footnote[3]{\nhttp://sphinx-doc.org/\n}' in result) - assert 'Third footnote: \\footnote[5]{\nThird\n}' in result + '\\footnote[4]{\nhttp://sphinx-doc.org/\n}' in result) + assert 'Third footnote: \\footnote[6]{\nThird\n}' in result assert ('\\href{http://sphinx-doc.org/~test/}{URL including tilde}' - '\\footnote[4]{\nhttp://sphinx-doc.org/\\textasciitilde{}test/\n}' in result) - assert ('\\item[{\\href{http://sphinx-doc.org/}{URL in term}\\protect\\footnotemark[7]}] ' - '\\leavevmode\\footnotetext[7]{\nhttp://sphinx-doc.org/\n}\nDescription' in result) - assert ('\\item[{Footnote in term \\protect\\footnotemark[9]}] ' - '\\leavevmode\\footnotetext[9]{\nFootnote in term\n}\nDescription' in result) - assert ('\\item[{\\href{http://sphinx-doc.org/}{Term in deflist}\\protect' - '\\footnotemark[8]}] ' + '\\footnote[5]{\nhttp://sphinx-doc.org/\\textasciitilde{}test/\n}' in result) + assert ('\\item[{\\href{http://sphinx-doc.org/}{URL in term}\\protect\\footnotemark[8]}] ' '\\leavevmode\\footnotetext[8]{\nhttp://sphinx-doc.org/\n}\nDescription' in result) + assert ('\\item[{Footnote in term \\protect\\footnotemark[10]}] ' + '\\leavevmode\\footnotetext[10]{\nFootnote in term\n}\nDescription' in result) + assert ('\\item[{\\href{http://sphinx-doc.org/}{Term in deflist}\\protect' + '\\footnotemark[9]}] ' + '\\leavevmode\\footnotetext[9]{\nhttp://sphinx-doc.org/\n}\nDescription' in result) assert ('\\href{https://github.com/sphinx-doc/sphinx}' '{https://github.com/sphinx-doc/sphinx}\n' in result) assert ('\\href{mailto:sphinx-dev@googlegroups.com}' @@ -477,6 +516,16 @@ def test_latex_show_urls_is_no(app, status, warning): print(result) print(status.getvalue()) print(warning.getvalue()) + assert 'Same footnote number \\footnote[1]{\nfootnote in bar\n} in bar.rst' in result + assert 'Auto footnote number \\footnote[1]{\nfootnote in baz\n} in baz.rst' in result + assert ('\\phantomsection\\label{index:id26}{\\hyperref[index:the\\string-section' + '\\string-with\\string-a\\string-reference\\string-to\\string-authoryear]' + '{\\internalreference{The section with a reference to \\phantomsection' + '\\label{index:id1}{\\hyperref[index:authoryear]{\\internalreference' + '{{[}AuthorYear{]}}}}}}}' in result) + assert ('\\phantomsection\\label{index:id27}{\\hyperref[index:the\\string-section' + '\\string-with\\string-a\\string-reference\\string-to]{\\internalreference' + '{The section with a reference to }}}' in result) assert 'First footnote: \\footnote[2]{\nFirst\n}' in result assert 'Second footnote: \\footnote[1]{\nSecond\n}' in result assert '\\href{http://sphinx-doc.org/}{Sphinx}' in result diff --git a/tests/test_build_texinfo.py b/tests/test_build_texinfo.py index 4f6813653..00f2b2232 100644 --- a/tests/test_build_texinfo.py +++ b/tests/test_build_texinfo.py @@ -23,7 +23,6 @@ from test_build_html import ENV_WARNINGS TEXINFO_WARNINGS = ENV_WARNINGS + """\ -%(root)s/markup.txt:158: WARNING: unknown option: &option %(root)s/footnote.txt:60: WARNING: citation not found: missing %(root)s/images.txt:20: WARNING: no matching candidate for image URI u'foo.\\*' %(root)s/images.txt:29: WARNING: no matching candidate for image URI u'svgimg.\\*' diff --git a/tests/test_config.py b/tests/test_config.py index b813ab557..9a4467840 100644 --- a/tests/test_config.py +++ b/tests/test_config.py @@ -186,9 +186,18 @@ TYPECHECK_WARNINGS = { 'value8': False, 'value9': False, 'value10': False, + 'value11': True, + 'value12': False, + 'value13': False, + 'value14': False, + 'value15': False, + 'value16': False, } @gen_with_app(testroot='config') def test_gen_check_types(app, status, warning): + if PY3: + TYPECHECK_WARNINGS['value11'] = False + for key, should in iteritems(TYPECHECK_WARNINGS): yield assert_in if should else assert_not_in, key, warning.getvalue(), \ 'override on "%s" should%s raise a type warning' % \ diff --git a/tests/test_domain_std.py b/tests/test_domain_std.py index 6a6ff5315..2d31ada2e 100644 --- a/tests/test_domain_std.py +++ b/tests/test_domain_std.py @@ -36,29 +36,6 @@ def test_process_doc_handle_figure_caption(): 'testdoc', 'testid', 'caption text') -def test_process_doc_handle_image_parent_figure_caption(): - env = mock.Mock(domaindata={}) - img_node = nodes.image('', alt='image alt') - figure_node = nodes.figure( - '', - nodes.caption('caption text', 'caption text'), - img_node, - ) - document = mock.Mock( - nametypes={'testname': True}, - nameids={'testname': 'testid'}, - ids={'testid': img_node}, - ) - - domain = StandardDomain(env) - if 'testname' in domain.data['labels']: - del domain.data['labels']['testname'] - domain.process_doc(env, 'testdoc', document) - assert 'testname' in domain.data['labels'] - assert domain.data['labels']['testname'] == ( - 'testdoc', 'testid', 'caption text') - - def test_process_doc_handle_table_title(): env = mock.Mock(domaindata={}) table_node = nodes.table( diff --git a/tests/test_ext_autosectionlabel.py b/tests/test_ext_autosectionlabel.py new file mode 100644 index 000000000..ff7cd6776 --- /dev/null +++ b/tests/test_ext_autosectionlabel.py @@ -0,0 +1,36 @@ +# -*- coding: utf-8 -*- +""" + test_ext_autosectionlabel + ~~~~~~~~~~~~~~~~~~~~~~~~~ + + Test sphinx.ext.autosectionlabel extension. + + :copyright: Copyright 2007-2016 by the Sphinx team, see AUTHORS. + :license: BSD, see LICENSE for details. +""" + +import re + +from util import with_app + + +@with_app('html', testroot='ext-autosectionlabel') +def test_autosectionlabel_html(app, status, warning): + app.builder.build_all() + + content = (app.outdir / 'index.html').text() + html = ('
  • ' + 'Introduce of Sphinx
  • ') + assert re.search(html, content, re.S) + + html = ('
  • ' + 'Installation
  • ') + assert re.search(html, content, re.S) + + html = ('
  • ' + 'For Windows users
  • ') + assert re.search(html, content, re.S) + + html = ('
  • ' + 'For UNIX users
  • ') + assert re.search(html, content, re.S) diff --git a/tests/test_ext_graphviz.py b/tests/test_ext_graphviz.py index d39adccd1..dbab33761 100644 --- a/tests/test_ext_graphviz.py +++ b/tests/test_ext_graphviz.py @@ -10,15 +10,39 @@ """ import re +import subprocess +from functools import wraps from util import with_app, SkipTest +def skip_if_graphviz_not_found(fn): + @wraps(fn) + def decorator(app, *args, **kwargs): + found = False + graphviz_dot = getattr(app.config, 'graphviz_dot', '') + try: + if graphviz_dot: + dot = subprocess.Popen([graphviz_dot, '-V'], + stdout=subprocess.PIPE, + stderr=subprocess.PIPE) # show version + dot.wait() + found = True + except OSError: # No such file or directory + pass + + if not found: + raise SkipTest('graphviz "dot" is not available') + + return fn(app, *args, **kwargs) + + return decorator + + @with_app('html', testroot='ext-graphviz') +@skip_if_graphviz_not_found def test_graphviz_html(app, status, warning): app.builder.build_all() - if "dot command 'dot' cannot be run" in warning.getvalue(): - raise SkipTest('graphviz "dot" is not available') content = (app.outdir / 'index.html').text() html = ('
    \s*\s*

    ' @@ -28,18 +52,30 @@ def test_graphviz_html(app, status, warning): html = 'Hello \n graphviz world' assert re.search(html, content, re.S) + html = 'digraph {\n  bar -> baz\n}' + assert re.search(html, content, re.M) + @with_app('latex', testroot='ext-graphviz') +@skip_if_graphviz_not_found def test_graphviz_latex(app, status, warning): app.builder.build_all() - if "dot command 'dot' cannot be run" in warning.getvalue(): - raise SkipTest('graphviz "dot" is not available') content = (app.outdir / 'SphinxTests.tex').text() macro = ('\\\\begin{figure}\[htbp\]\n\\\\centering\n\\\\capstart\n\n' '\\\\includegraphics{graphviz-\w+.pdf}\n' - '\\\\caption{caption of graph}\\\\end{figure}') + '\\\\caption{caption of graph}\\\\label{.*}\\\\end{figure}') assert re.search(macro, content, re.S) macro = 'Hello \\\\includegraphics{graphviz-\w+.pdf} graphviz world' assert re.search(macro, content, re.S) + + +@with_app('html', testroot='ext-graphviz', confoverrides={'language': 'xx'}) +@skip_if_graphviz_not_found +def test_graphviz_i18n(app, status, warning): + app.builder.build_all() + + content = (app.outdir / 'index.html').text() + html = 'digraph {\n  BAR -> BAZ\n}' + assert re.search(html, content, re.M) diff --git a/tests/test_ext_inheritance_diagram.py b/tests/test_ext_inheritance_diagram.py new file mode 100644 index 000000000..64446eed8 --- /dev/null +++ b/tests/test_ext_inheritance_diagram.py @@ -0,0 +1,17 @@ +# -*- coding: utf-8 -*- +""" + test_ext_inheritance_diagram + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + Test sphinx.ext.inheritance_diagram extension. + + :copyright: Copyright 2007-2016 by the Sphinx team, see AUTHORS. + :license: BSD, see LICENSE for details. +""" + +from util import with_app + + +@with_app('html', testroot='ext-inheritance_diagram') +def test_inheritance_diagram_html(app, status, warning): + app.builder.build_all() diff --git a/tests/test_ext_math.py b/tests/test_ext_math.py index d72da7934..e0f8fb9e7 100644 --- a/tests/test_ext_math.py +++ b/tests/test_ext_math.py @@ -43,10 +43,21 @@ def test_imgmath_svg(app, status, warning): '\s*alt="a\^2\+b\^2=c\^2"/>\s*

    \s*
    ') assert re.search(html, content, re.S) +@with_app('html', testroot='ext-math', + confoverrides={'extensions': ['sphinx.ext.mathjax']}) +def test_mathjax_align(app, status, warning): + app.builder.build_all() + + content = (app.outdir / 'index.html').text() + html = (r'
    \s*' + r'\\\[ \\begin\{align\}\\begin\{aligned\}S \&= \\pi r\^2\\\\' + r'V \&= \\frac\{4\}\{3\} \\pi r\^3\\end\{aligned\}\\end\{align\} \\\]
    ') + assert re.search(html, content, re.S) + @with_app('html', testroot='ext-math', confoverrides={'math_number_all': True, 'extensions': ['sphinx.ext.mathjax']}) -def test_math_number_all(app, status, warning): +def test_math_number_all_mathjax(app, status, warning): app.builder.build_all() content = (app.outdir / 'index.html').text() @@ -56,7 +67,7 @@ def test_math_number_all(app, status, warning): @with_app('latex', testroot='ext-math', confoverrides={'extensions': ['sphinx.ext.mathjax']}) -def test_math_number_all(app, status, warning): +def test_math_number_all_latex(app, status, warning): app.builder.build_all() content = (app.outdir / 'test.tex').text() diff --git a/tests/test_highlighting.py b/tests/test_highlighting.py index d3c36f478..176565f62 100644 --- a/tests/test_highlighting.py +++ b/tests/test_highlighting.py @@ -11,6 +11,7 @@ from pygments.lexer import RegexLexer from pygments.token import Text, Name +from pygments.filters import ErrorToken from pygments.formatters.html import HtmlFormatter from sphinx.highlighting import PygmentsBridge @@ -86,3 +87,28 @@ def test_trim_doctest_flags(): assert ret == '>>> 1+2 \n3\n' finally: PygmentsBridge.html_formatter = HtmlFormatter + + +def test_default_highlight(): + bridge = PygmentsBridge('html') + + # default: highlights as python3 + ret = bridge.highlight_block('print "Hello sphinx world"', 'default') + assert ret == ('
    print '
    +                   '"Hello sphinx world"\n
    \n') + + # default: fallbacks to none if highlighting failed + ret = bridge.highlight_block('reST ``like`` text', 'default') + assert ret == '
    reST ``like`` text\n
    \n' + + # python3: highlights as python3 + ret = bridge.highlight_block('print "Hello sphinx world"', 'python3') + assert ret == ('
    print '
    +                   '"Hello sphinx world"\n
    \n') + + # python3: raises error if highlighting failed + try: + ret = bridge.highlight_block('reST ``like`` text', 'python3') + assert False, "highlight_block() does not raise any exceptions" + except ErrorToken: + pass # raise parsing error diff --git a/tests/test_intl.py b/tests/test_intl.py index b24ec65d2..29d068d65 100644 --- a/tests/test_intl.py +++ b/tests/test_intl.py @@ -13,6 +13,8 @@ from __future__ import print_function import os import re +import pickle +from docutils import nodes from subprocess import Popen, PIPE from xml.etree import ElementTree @@ -20,9 +22,9 @@ from babel.messages import pofile from nose.tools import assert_equal from six import string_types -from util import tempdir, rootdir, path, gen_with_app, SkipTest, \ +from util import tempdir, rootdir, path, gen_with_app, with_app, SkipTest, \ assert_re_search, assert_not_re_search, assert_in, assert_not_in, \ - assert_startswith + assert_startswith, assert_node root = tempdir / 'test-intl' @@ -794,3 +796,87 @@ def test_references(app, status, warning): warnings = warning.getvalue().replace(os.sep, '/') warning_expr = u'refs.txt:\\d+: ERROR: Unknown target name:' yield assert_count(warning_expr, warnings, 0) + + +@with_app(buildername='dummy', testroot='image-glob', confoverrides={'language': 'xx'}) +def test_image_glob_intl(app, status, warning): + app.builder.build_all() + + # index.rst + doctree = pickle.loads((app.doctreedir / 'index.doctree').bytes()) + + assert_node(doctree[0][1], nodes.image, uri='rimg.xx.png', + candidates={'*': 'rimg.xx.png'}) + + assert isinstance(doctree[0][2], nodes.figure) + assert_node(doctree[0][2][0], nodes.image, uri='rimg.xx.png', + candidates={'*': 'rimg.xx.png'}) + + assert_node(doctree[0][3], nodes.image, uri='img.*', + candidates={'application/pdf': 'img.pdf', + 'image/gif': 'img.gif', + 'image/png': 'img.png'}) + + assert isinstance(doctree[0][4], nodes.figure) + assert_node(doctree[0][4][0], nodes.image, uri='img.*', + candidates={'application/pdf': 'img.pdf', + 'image/gif': 'img.gif', + 'image/png': 'img.png'}) + + # subdir/index.rst + doctree = pickle.loads((app.doctreedir / 'subdir/index.doctree').bytes()) + + assert_node(doctree[0][1], nodes.image, uri='subdir/rimg.xx.png', + candidates={'*': 'subdir/rimg.xx.png'}) + + assert_node(doctree[0][2], nodes.image, uri='subdir/svgimg.*', + candidates={'application/pdf': 'subdir/svgimg.pdf', + 'image/svg+xml': 'subdir/svgimg.xx.svg'}) + + assert isinstance(doctree[0][3], nodes.figure) + assert_node(doctree[0][3][0], nodes.image, uri='subdir/svgimg.*', + candidates={'application/pdf': 'subdir/svgimg.pdf', + 'image/svg+xml': 'subdir/svgimg.xx.svg'}) + + +@with_app(buildername='dummy', testroot='image-glob', + confoverrides={'language': 'xx', + 'figure_language_filename': '{root}{ext}.{language}'}) +def test_image_glob_intl_using_figure_language_filename(app, status, warning): + app.builder.build_all() + + # index.rst + doctree = pickle.loads((app.doctreedir / 'index.doctree').bytes()) + + assert_node(doctree[0][1], nodes.image, uri='rimg.png.xx', + candidates={'*': 'rimg.png.xx'}) + + assert isinstance(doctree[0][2], nodes.figure) + assert_node(doctree[0][2][0], nodes.image, uri='rimg.png.xx', + candidates={'*': 'rimg.png.xx'}) + + assert_node(doctree[0][3], nodes.image, uri='img.*', + candidates={'application/pdf': 'img.pdf', + 'image/gif': 'img.gif', + 'image/png': 'img.png'}) + + assert isinstance(doctree[0][4], nodes.figure) + assert_node(doctree[0][4][0], nodes.image, uri='img.*', + candidates={'application/pdf': 'img.pdf', + 'image/gif': 'img.gif', + 'image/png': 'img.png'}) + + # subdir/index.rst + doctree = pickle.loads((app.doctreedir / 'subdir/index.doctree').bytes()) + + assert_node(doctree[0][1], nodes.image, uri='subdir/rimg.png', + candidates={'*': 'subdir/rimg.png'}) + + assert_node(doctree[0][2], nodes.image, uri='subdir/svgimg.*', + candidates={'application/pdf': 'subdir/svgimg.pdf', + 'image/svg+xml': 'subdir/svgimg.svg'}) + + assert isinstance(doctree[0][3], nodes.figure) + assert_node(doctree[0][3][0], nodes.image, uri='subdir/svgimg.*', + candidates={'application/pdf': 'subdir/svgimg.pdf', + 'image/svg+xml': 'subdir/svgimg.svg'}) diff --git a/tests/test_markup.py b/tests/test_markup.py index c5ab8187b..38dc243fa 100644 --- a/tests/test_markup.py +++ b/tests/test_markup.py @@ -103,13 +103,13 @@ def test_inline(): # interpolation of arrows in menuselection yield (verify, ':menuselection:`a --> b`', u'

    a \N{TRIANGULAR BULLET} b

    ', - '\\emph{a \\(\\rightarrow\\) b}') + '\\menuselection{a \\(\\rightarrow\\) b}') # interpolation of ampersands in guilabel/menuselection yield (verify, ':guilabel:`&Foo -&&- &Bar`', u'

    Foo ' '-&- Bar

    ', - r'\emph{\underline{F}oo -\&- \underline{B}ar}') + r'\menuselection{\accelerator{F}oo -\&- \accelerator{B}ar}') # non-interpolation of dashes in option role yield (verify_re, ':option:`--with-option`', diff --git a/tests/test_search.py b/tests/test_search.py index 6b20f14d1..cd2ff76f2 100644 --- a/tests/test_search.py +++ b/tests/test_search.py @@ -13,6 +13,9 @@ from docutils import frontend, utils from docutils.parsers import rst from sphinx.search import IndexBuilder +from sphinx.util import jsdump + +from util import with_app settings = parser = None @@ -39,3 +42,13 @@ def test_wordcollector(): ix.feed('filename', 'title', doc) assert 'boson' not in ix._mapping assert 'fermion' in ix._mapping + + +@with_app(testroot='ext-viewcode') +def test_objects_are_escaped(app, status, warning): + app.builder.build_all() + searchindex = (app.outdir / 'searchindex.js').text() + assert searchindex.startswith('Search.setIndex(') + + index = jsdump.loads(searchindex[16:-2]) + assert 'n::Array<T, d>' in index.get('objects').get('') # n::Array is escaped diff --git a/tests/test_util_i18n.py b/tests/test_util_i18n.py index df59653b3..6528e1dc3 100644 --- a/tests/test_util_i18n.py +++ b/tests/test_util_i18n.py @@ -11,12 +11,14 @@ from __future__ import print_function import os +import datetime from os import path from babel.messages.mofile import read_mo from sphinx.util import i18n +from sphinx.errors import SphinxError -from util import with_tempdir +from util import TestApp, with_tempdir, raises def test_catalog_info_for_file_and_path(): @@ -162,3 +164,66 @@ def test_get_catalogs_with_compact(dir): catalogs = i18n.find_catalog_source_files([dir / 'loc1'], 'xx', gettext_compact=True) domains = set(c.domain for c in catalogs) assert domains == set(['test1', 'test2', 'sub']) + + +def test_format_date(): + date = datetime.date(2016, 2, 7) + + format = None + assert i18n.format_date(format, date=date) == 'Feb 7, 2016' + assert i18n.format_date(format, date=date, language='') == 'Feb 7, 2016' + assert i18n.format_date(format, date=date, language='unknown') == 'Feb 7, 2016' + assert i18n.format_date(format, date=date, language='en') == 'Feb 7, 2016' + assert i18n.format_date(format, date=date, language='ja') == '2016/02/07' + assert i18n.format_date(format, date=date, language='de') == '07.02.2016' + + format = '%B %d, %Y' + assert i18n.format_date(format, date=date) == 'February 07, 2016' + assert i18n.format_date(format, date=date, language='') == 'February 07, 2016' + assert i18n.format_date(format, date=date, language='unknown') == 'February 07, 2016' + assert i18n.format_date(format, date=date, language='en') == 'February 07, 2016' + assert i18n.format_date(format, date=date, language='ja') == u'2月 07, 2016' + assert i18n.format_date(format, date=date, language='de') == 'Februar 07, 2016' + + +def test_get_filename_for_language(): + app = TestApp() + + # language is None + app.env.config.language = None + assert app.env.config.language is None + assert i18n.get_image_filename_for_language('foo.png', app.env) == 'foo.png' + assert i18n.get_image_filename_for_language('foo.bar.png', app.env) == 'foo.bar.png' + assert i18n.get_image_filename_for_language('subdir/foo.png', app.env) == 'subdir/foo.png' + assert i18n.get_image_filename_for_language('../foo.png', app.env) == '../foo.png' + assert i18n.get_image_filename_for_language('foo', app.env) == 'foo' + + # language is en + app.env.config.language = 'en' + assert i18n.get_image_filename_for_language('foo.png', app.env) == 'foo.en.png' + assert i18n.get_image_filename_for_language('foo.bar.png', app.env) == 'foo.bar.en.png' + assert i18n.get_image_filename_for_language('dir/foo.png', app.env) == 'dir/foo.en.png' + assert i18n.get_image_filename_for_language('../foo.png', app.env) == '../foo.en.png' + assert i18n.get_image_filename_for_language('foo', app.env) == 'foo.en' + + # modify figure_language_filename and language is None + app.env.config.language = None + app.env.config.figure_language_filename = 'images/{language}/{root}{ext}' + assert i18n.get_image_filename_for_language('foo.png', app.env) == 'foo.png' + assert i18n.get_image_filename_for_language('foo.bar.png', app.env) == 'foo.bar.png' + assert i18n.get_image_filename_for_language('subdir/foo.png', app.env) == 'subdir/foo.png' + assert i18n.get_image_filename_for_language('../foo.png', app.env) == '../foo.png' + assert i18n.get_image_filename_for_language('foo', app.env) == 'foo' + + # modify figure_language_filename and language is 'en' + app.env.config.language = 'en' + app.env.config.figure_language_filename = 'images/{language}/{root}{ext}' + assert i18n.get_image_filename_for_language('foo.png', app.env) == 'images/en/foo.png' + assert i18n.get_image_filename_for_language('foo.bar.png', app.env) == 'images/en/foo.bar.png' + assert i18n.get_image_filename_for_language('subdir/foo.png', app.env) == 'images/en/subdir/foo.png' + assert i18n.get_image_filename_for_language('../foo.png', app.env) == 'images/en/../foo.png' + assert i18n.get_image_filename_for_language('foo', app.env) == 'images/en/foo' + + # invalid figure_language_filename + app.env.config.figure_language_filename = '{root}.{invalid}{ext}' + raises(SphinxError, i18n.get_image_filename_for_language, 'foo.png', app.env) diff --git a/tests/util.py b/tests/util.py index 1e20e73e2..969c4e5c4 100644 --- a/tests/util.py +++ b/tests/util.py @@ -94,6 +94,16 @@ def assert_startswith(thing, prefix): assert False, '%r does not start with %r' % (thing, prefix) +def assert_node(node, cls=None, **kwargs): + if cls: + assert isinstance(node, cls), '%r is not subclass of %r' % (node, cls) + + for key, value in kwargs.items(): + assert key in node, '%r does not have %r attribute' % (node, key) + assert node[key] == value, \ + '%r[%s]: %r does not equals %r' % (node, key, node[key], value) + + try: from nose.tools import assert_in, assert_not_in except ImportError: diff --git a/utils/release-checklist b/utils/release-checklist index b53fc44fc..ab859487e 100644 --- a/utils/release-checklist +++ b/utils/release-checklist @@ -2,7 +2,7 @@ Release checklist ================= * Check git status -* Make check +* Run make style-check * Update version info in sphinx/__init__.py * Update release date in CHANGES * git commit