mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Table improvements in latex:
- The table headers now use header fonts. - The hlines are in better places.
This commit is contained in:
commit
f76644fae3
1249
CHANGES.old
Normal file
1249
CHANGES.old
Normal file
File diff suppressed because it is too large
Load Diff
5
EXAMPLES
5
EXAMPLES
@ -80,6 +80,7 @@ Documentation using a customized version of the default theme
|
|||||||
* Mayavi: http://code.enthought.com/projects/mayavi/docs/development/html/mayavi
|
* Mayavi: http://code.enthought.com/projects/mayavi/docs/development/html/mayavi
|
||||||
* NOC: http://redmine.nocproject.org/projects/noc
|
* NOC: http://redmine.nocproject.org/projects/noc
|
||||||
* NumPy: http://docs.scipy.org/doc/numpy/reference/
|
* NumPy: http://docs.scipy.org/doc/numpy/reference/
|
||||||
|
* OpenCV: http://docs.opencv.org/
|
||||||
* Peach^3: http://peach3.nl/doc/latest/userdoc/
|
* Peach^3: http://peach3.nl/doc/latest/userdoc/
|
||||||
* PyLit: http://pylit.berlios.de/
|
* PyLit: http://pylit.berlios.de/
|
||||||
* Sage: http://sagemath.org/doc/
|
* Sage: http://sagemath.org/doc/
|
||||||
@ -106,6 +107,8 @@ Documentation using the sphinxdoc theme
|
|||||||
* Pysparse: http://pysparse.sourceforge.net/
|
* Pysparse: http://pysparse.sourceforge.net/
|
||||||
* PyTango:
|
* PyTango:
|
||||||
http://www.tango-controls.org/static/PyTango/latest/doc/html/index.html
|
http://www.tango-controls.org/static/PyTango/latest/doc/html/index.html
|
||||||
|
* Python Wild Magic:
|
||||||
|
http://python-wild-magic.googlecode.com/svn/doc/html/index.html
|
||||||
* Reteisi: http://www.reteisi.org/contents.html
|
* Reteisi: http://www.reteisi.org/contents.html
|
||||||
* Satchmo: http://www.satchmoproject.com/docs/dev/
|
* Satchmo: http://www.satchmoproject.com/docs/dev/
|
||||||
* Sphinx: http://sphinx-doc.org/
|
* Sphinx: http://sphinx-doc.org/
|
||||||
@ -123,6 +126,7 @@ Documentation using another builtin theme
|
|||||||
* Distribute: http://packages.python.org/distribute/ (nature)
|
* Distribute: http://packages.python.org/distribute/ (nature)
|
||||||
* Jinja: http://jinja.pocoo.org/ (scrolls)
|
* Jinja: http://jinja.pocoo.org/ (scrolls)
|
||||||
* jsFiddle: http://doc.jsfiddle.net/ (nature)
|
* jsFiddle: http://doc.jsfiddle.net/ (nature)
|
||||||
|
* MPipe: http://vmlaker.github.io/mpipe/ (sphinx13)
|
||||||
* pip: http://pip.openplans.org/ (nature)
|
* pip: http://pip.openplans.org/ (nature)
|
||||||
* Programmieren mit PyGTK und Glade (German):
|
* Programmieren mit PyGTK und Glade (German):
|
||||||
http://www.florian-diesch.de/doc/python-und-glade/online/ (agogo)
|
http://www.florian-diesch.de/doc/python-und-glade/online/ (agogo)
|
||||||
@ -143,6 +147,7 @@ Documentation using a custom theme/integrated in a site
|
|||||||
* Classy: http://classy.pocoo.org/
|
* Classy: http://classy.pocoo.org/
|
||||||
* DEAP: http://deap.gel.ulaval.ca/doc/0.8/index.html
|
* DEAP: http://deap.gel.ulaval.ca/doc/0.8/index.html
|
||||||
* Django: http://docs.djangoproject.com/
|
* Django: http://docs.djangoproject.com/
|
||||||
|
* Enterprise Toolkit for Acrobat products: http://www.adobe.com/devnet-docs/acrobatetk/
|
||||||
* e-cidadania: http://e-cidadania.readthedocs.org/en/latest/
|
* e-cidadania: http://e-cidadania.readthedocs.org/en/latest/
|
||||||
* Flask: http://flask.pocoo.org/docs/
|
* Flask: http://flask.pocoo.org/docs/
|
||||||
* Flask-OpenID: http://packages.python.org/Flask-OpenID/
|
* Flask-OpenID: http://packages.python.org/Flask-OpenID/
|
||||||
|
17
babel.cfg
17
babel.cfg
@ -1,4 +1,21 @@
|
|||||||
|
# How setup this file
|
||||||
|
# http://babel.edgewall.org/wiki/Documentation/setup.html
|
||||||
|
# this file description:
|
||||||
|
# http://babel.edgewall.org/wiki/Documentation/messages.html#extraction-method-mapping-and-configuration
|
||||||
|
|
||||||
|
# Extraction from Python source files
|
||||||
[python: **.py]
|
[python: **.py]
|
||||||
|
encoding = utf-8
|
||||||
|
|
||||||
|
# Extraction from Jinja2 HTML templates
|
||||||
[jinja2: **/themes/**.html]
|
[jinja2: **/themes/**.html]
|
||||||
|
encoding = utf-8
|
||||||
|
ignore_tags = script,style
|
||||||
|
include_attrs = alt title summary
|
||||||
|
|
||||||
|
# Extraction from Jinja2 XML templates
|
||||||
[jinja2: **/themes/**.xml]
|
[jinja2: **/themes/**.xml]
|
||||||
|
|
||||||
|
# Extraction from JavaScript files
|
||||||
[javascript: **.js]
|
[javascript: **.js]
|
||||||
|
[javascript: **.js_t]
|
||||||
|
86
doc/_templates/index.html
vendored
86
doc/_templates/index.html
vendored
@ -1,87 +1,87 @@
|
|||||||
{% extends "layout.html" %}
|
{% extends "layout.html" %}
|
||||||
{% set title = 'Overview' %}
|
{% set title = _('Overview') %}
|
||||||
{% block body %}
|
{% block body %}
|
||||||
<h1>Welcome</h1>
|
<h1>{{ _('Welcome') }}</h1>
|
||||||
|
|
||||||
<div class="quotebar">
|
<div class="quotebar">
|
||||||
<p><em>What users say:</em></p>
|
<p><em>{%trans%}What users say:{%endtrans%}</em></p>
|
||||||
<p>“Cheers for a great tool that actually makes programmers <b>want</b>
|
<p>{%trans%}“Cheers for a great tool that actually makes programmers <b>want</b>
|
||||||
to write documentation!”</p>
|
to write documentation!”{%endtrans%}</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<p>
|
<p>{%trans%}
|
||||||
Sphinx is a tool that makes it easy to create intelligent and beautiful
|
Sphinx is a tool that makes it easy to create intelligent and beautiful
|
||||||
documentation, written by Georg Brandl and licensed under the BSD license.</p>
|
documentation, written by Georg Brandl and licensed under the BSD license.{%endtrans%}</p>
|
||||||
<p>It was originally created for <a href="http://docs.python.org/">the
|
<p>{%trans%}It was originally created for <a href="http://docs.python.org/">the
|
||||||
new Python documentation</a>, and it has excellent facilities for the
|
new Python documentation</a>, and it has excellent facilities for the
|
||||||
documentation of Python projects, but C/C++ is already supported as well,
|
documentation of Python projects, but C/C++ is already supported as well,
|
||||||
and it is planned to add special support for other languages as well. Of
|
and it is planned to add special support for other languages as well. Of
|
||||||
course, this site is also created from reStructuredText sources using
|
course, this site is also created from reStructuredText sources using
|
||||||
Sphinx! The following features should be highlighted:
|
Sphinx! The following features should be highlighted:{%endtrans%}
|
||||||
</p>
|
</p>
|
||||||
<ul>
|
<ul>
|
||||||
<li><b>Output formats:</b> HTML (including Windows HTML Help), LaTeX (for
|
<li>{%trans%}<b>Output formats:</b> HTML (including Windows HTML Help), LaTeX (for
|
||||||
printable PDF versions), Texinfo, manual pages, plain text</li>
|
printable PDF versions), Texinfo, manual pages, plain text{%endtrans%}</li>
|
||||||
<li><b>Extensive cross-references:</b> semantic markup and automatic links
|
<li>{%trans%}<b>Extensive cross-references:</b> semantic markup and automatic links
|
||||||
for functions, classes, citations, glossary terms and similar pieces of
|
for functions, classes, citations, glossary terms and similar pieces of
|
||||||
information</li>
|
information{%endtrans%}</li>
|
||||||
<li><b>Hierarchical structure:</b> easy definition of a document tree, with
|
<li>{%trans%}<b>Hierarchical structure:</b> easy definition of a document tree, with
|
||||||
automatic links to siblings, parents and children</li>
|
automatic links to siblings, parents and children{%endtrans%}</li>
|
||||||
<li><b>Automatic indices:</b> general index as well as a language-specific
|
<li>{%trans%}<b>Automatic indices:</b> general index as well as a language-specific
|
||||||
module indices</li>
|
module indices{%endtrans%}</li>
|
||||||
<li><b>Code handling:</b> automatic highlighting using the <a
|
<li>{%trans%}<b>Code handling:</b> automatic highlighting using the <a
|
||||||
href="http://pygments.org">Pygments</a> highlighter</li>
|
href="http://pygments.org">Pygments</a> highlighter{%endtrans%}</li>
|
||||||
<li><b>Extensions:</b> automatic testing of code snippets, inclusion of
|
<li>{%trans path=pathto('extensions')%}<b>Extensions:</b> automatic testing of code snippets, inclusion of
|
||||||
docstrings from Python modules (API docs), and
|
docstrings from Python modules (API docs), and
|
||||||
<a href="{{ pathto('extensions') }}#builtin-sphinx-extensions">more</a></li>
|
<a href="{{ path }}#builtin-sphinx-extensions">more</a>{%endtrans%}</li>
|
||||||
</ul>
|
</ul>
|
||||||
<p>
|
<p>{%trans%}
|
||||||
Sphinx uses <a href="http://docutils.sf.net/rst.html">reStructuredText</a>
|
Sphinx uses <a href="http://docutils.sf.net/rst.html">reStructuredText</a>
|
||||||
as its markup language, and many of its strengths come from the power and
|
as its markup language, and many of its strengths come from the power and
|
||||||
straightforwardness of reStructuredText and its parsing and translating
|
straightforwardness of reStructuredText and its parsing and translating
|
||||||
suite, the <a href="http://docutils.sf.net/">Docutils</a>.
|
suite, the <a href="http://docutils.sf.net/">Docutils</a>.{%endtrans%}
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<h2 style="margin-bottom: 0">Documentation</h2>
|
<h2 style="margin-bottom: 0">{%trans%}Documentation{%endtrans%}</h2>
|
||||||
|
|
||||||
<table class="contentstable" align="center" style="margin-left: 30px"><tr>
|
<table class="contentstable" align="center" style="margin-left: 30px"><tr>
|
||||||
<td width="50%">
|
<td width="50%">
|
||||||
<p class="biglink"><a class="biglink" href="{{ pathto("tutorial") }}">First steps with Sphinx</a><br/>
|
<p class="biglink"><a class="biglink" href="{{ pathto("tutorial") }}">{%trans%}First steps with Sphinx{%endtrans%}</a><br/>
|
||||||
<span class="linkdescr">overview of basic tasks</span></p>
|
<span class="linkdescr">{%trans%}overview of basic tasks{%endtrans%}</span></p>
|
||||||
<p class="biglink"><a class="biglink" href="{{ pathto("contents") }}">Contents</a><br/>
|
<p class="biglink"><a class="biglink" href="{{ pathto("contents") }}">{%trans%}Contents{%endtrans%}</a><br/>
|
||||||
<span class="linkdescr">for a complete overview</span></p>
|
<span class="linkdescr">{%trans%}for a complete overview{%endtrans%}</span></p>
|
||||||
</td><td width="50%">
|
</td><td width="50%">
|
||||||
<p class="biglink"><a class="biglink" href="{{ pathto("search") }}">Search page</a><br/>
|
<p class="biglink"><a class="biglink" href="{{ pathto("search") }}">{%trans%}Search page{%endtrans%}</a><br/>
|
||||||
<span class="linkdescr">search the documentation</span></p>
|
<span class="linkdescr">{%trans%}search the documentation{%endtrans%}</span></p>
|
||||||
<p class="biglink"><a class="biglink" href="{{ pathto("genindex") }}">General Index</a><br/>
|
<p class="biglink"><a class="biglink" href="{{ pathto("genindex") }}">{%trans%}General Index{%endtrans%}</a><br/>
|
||||||
<span class="linkdescr">all functions, classes, terms</span></p>
|
<span class="linkdescr">{%trans%}all functions, classes, terms{%endtrans%}</span></p>
|
||||||
</td></tr>
|
</td></tr>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
<p>
|
<p>{%trans%}
|
||||||
You can also download PDF versions of the Sphinx documentation:
|
You can also download PDF versions of the Sphinx documentation:
|
||||||
a <a href="http://sphinx-doc.org/sphinx.pdf">version</a> generated from
|
a <a href="http://sphinx-doc.org/sphinx.pdf">version</a> generated from
|
||||||
the LaTeX Sphinx produces, and
|
the LaTeX Sphinx produces, and
|
||||||
a <a href="http://sphinx-doc.org/sphinx-rst2pdf.pdf">version</a> generated
|
a <a href="http://sphinx-doc.org/sphinx-rst2pdf.pdf">version</a> generated
|
||||||
by rst2pdf.
|
by rst2pdf.{%endtrans%}
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<h2>Examples</h2>
|
<h2>{%trans%}Examples{%endtrans%}</h2>
|
||||||
<p>Links to documentation generated with Sphinx can be found on the
|
<p>{%trans path=pathto("examples")%}Links to documentation generated with Sphinx can be found on the
|
||||||
<a href="{{ pathto("examples") }}">Projects using Sphinx</a> page.
|
<a href="{{ path }}">Projects using Sphinx</a> page.{%endtrans%}
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>{%trans%}
|
||||||
For examples of how Sphinx source files look, use the “Show
|
For examples of how Sphinx source files look, use the “Show
|
||||||
source” links on all pages of the documentation apart from this
|
source” links on all pages of the documentation apart from this
|
||||||
welcome page.
|
welcome page.{%endtrans%}
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>You may also be interested in the very nice
|
<p>{%trans%}You may also be interested in the very nice
|
||||||
<a href="http://matplotlib.sourceforge.net/sampledoc/">tutorial</a> on how to
|
<a href="http://matplotlib.sourceforge.net/sampledoc/">tutorial</a> on how to
|
||||||
create a customized documentation using Sphinx written by the matplotlib
|
create a customized documentation using Sphinx written by the matplotlib
|
||||||
developers.</p>
|
developers.{%endtrans%}</p>
|
||||||
|
|
||||||
<p>There is a <a href="http://sphinx-users.jp/doc10/">Japanese translation</a>
|
<p>{%trans%}There is a <a href="http://sphinx-users.jp/doc10/">Japanese translation</a>
|
||||||
of this documentation, thanks to Yoshiki Shibukawa.</p>
|
of this documentation, thanks to Yoshiki Shibukawa.{%endtrans%}</p>
|
||||||
|
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
30
doc/_templates/indexsidebar.html
vendored
30
doc/_templates/indexsidebar.html
vendored
@ -1,32 +1,32 @@
|
|||||||
<p class="logo">A <a href="http://pocoo.org/">
|
<p class="logo">A <a href="http://pocoo.org/">
|
||||||
<img src="{{ pathto("_static/pocoo.png", 1) }}" /></a> project</a></p>
|
<img src="{{ pathto("_static/pocoo.png", 1) }}" /></a> {%trans%}project{%endtrans%}</a></p>
|
||||||
|
|
||||||
<h3>Download</h3>
|
<h3>Download</h3>
|
||||||
{% if version.endswith('(hg)') %}
|
{% if version.endswith('(hg)') %}
|
||||||
<p>This documentation is for version <b>{{ version }}</b>, which is
|
<p>{%trans%}This documentation is for version <b>{{ version }}</b>, which is
|
||||||
not released yet.</p>
|
not released yet.{%endtrans%}</p>
|
||||||
<p>You can use it from the
|
<p>{%trans%}You can use it from the
|
||||||
<a href="http://bitbucket.org/birkenfeld/sphinx/">Mercurial repo</a> or look for
|
<a href="http://bitbucket.org/birkenfeld/sphinx/">Mercurial repo</a> or look for
|
||||||
released versions in the <a href="http://pypi.python.org/pypi/Sphinx">Python
|
released versions in the <a href="http://pypi.python.org/pypi/Sphinx">Python
|
||||||
Package Index</a>.</p>
|
Package Index</a>.{%endtrans%}</p>
|
||||||
{% else %}
|
{% else %}
|
||||||
<p>Current version: <b>{{ version }}</b></p>
|
<p>{%trans%}Current version: <b>{{ version }}</b>{%endtrans%}</p>
|
||||||
<p>Get Sphinx from the <a href="http://pypi.python.org/pypi/Sphinx">Python Package
|
<p>{%trans%}Get Sphinx from the <a href="http://pypi.python.org/pypi/Sphinx">Python Package
|
||||||
Index</a>, or install it with:</p>
|
Index</a>, or install it with:{%endtrans%}</p>
|
||||||
<pre>easy_install -U Sphinx</pre>
|
<pre>easy_install -U Sphinx</pre>
|
||||||
<p>Latest <a href="http://sphinx-doc.org/latest/">development version docs</a>
|
<p>{%trans%}Latest <a href="http://sphinx-doc.org/latest/">development version docs</a>
|
||||||
are also available.</p>
|
are also available.{%endtrans%}</p>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
<h3>Questions? Suggestions?</h3>
|
<h3>{%trans%}Questions? Suggestions?{%endtrans%}</h3>
|
||||||
|
|
||||||
<p>Join the <a href="http://groups.google.com/group/sphinx-users">Google group</a>:</p>
|
<p>{%trans%}Join the <a href="http://groups.google.com/group/sphinx-users">Google group</a>:{%endtrans%}</p>
|
||||||
<form action="http://groups.google.com/group/sphinx-users/boxsubscribe"
|
<form action="http://groups.google.com/group/sphinx-users/boxsubscribe"
|
||||||
style="padding-left: 0.5em">
|
style="padding-left: 0.5em">
|
||||||
<input type="text" name="email" value="your@email" style="font-size: 90%; width: 120px"
|
<input type="text" name="email" value="your@email" style="font-size: 90%; width: 120px"
|
||||||
onfocus="$(this).val('');"/>
|
onfocus="$(this).val('');"/>
|
||||||
<input type="submit" name="sub" value="Subscribe" style="font-size: 90%; width: 70px"/>
|
<input type="submit" name="sub" value="Subscribe" style="font-size: 90%; width: 70px"/>
|
||||||
</form>
|
</form>
|
||||||
<p>or come to the <tt>#pocoo</tt> channel on FreeNode.</p>
|
<p>{%trans%}or come to the <tt>#pocoo</tt> channel on FreeNode.{%endtrans%}</p>
|
||||||
<p>You can also open an issue at the
|
<p>{%trans%}You can also open an issue at the
|
||||||
<a href="http://www.bitbucket.org/birkenfeld/sphinx/issues/">tracker</a>.</p>
|
<a href="http://www.bitbucket.org/birkenfeld/sphinx/issues/">tracker</a>.{%endtrans%}</p>
|
||||||
|
@ -84,11 +84,6 @@ The builder's "name" must be given to the **-b** command-line option of
|
|||||||
`<http://idpf.org/epub>`_ or `<http://en.wikipedia.org/wiki/EPUB>`_.
|
`<http://idpf.org/epub>`_ or `<http://en.wikipedia.org/wiki/EPUB>`_.
|
||||||
The builder creates *EPUB 2* files.
|
The builder creates *EPUB 2* files.
|
||||||
|
|
||||||
Some ebook readers do not show the link targets of references. Therefore
|
|
||||||
this builder adds the targets after the link when necessary. The display
|
|
||||||
of the URLs can be customized by adding CSS rules for the class
|
|
||||||
``link-target``.
|
|
||||||
|
|
||||||
Its name is ``epub``.
|
Its name is ``epub``.
|
||||||
|
|
||||||
.. module:: sphinx.builders.latex
|
.. module:: sphinx.builders.latex
|
||||||
|
@ -43,6 +43,8 @@ epub_exclude_files = ['_static/opensearch.xml', '_static/doctools.js',
|
|||||||
epub_fix_images = False
|
epub_fix_images = False
|
||||||
epub_max_image_width = 0
|
epub_max_image_width = 0
|
||||||
epub_show_urls = 'inline'
|
epub_show_urls = 'inline'
|
||||||
|
epub_use_index = False
|
||||||
|
epub_guide = (('toc', 'contents.html', u'Table of Contents'),)
|
||||||
|
|
||||||
latex_documents = [('contents', 'sphinx.tex', 'Sphinx Documentation',
|
latex_documents = [('contents', 'sphinx.tex', 'Sphinx Documentation',
|
||||||
'Georg Brandl', 'manual', 1)]
|
'Georg Brandl', 'manual', 1)]
|
||||||
@ -82,6 +84,10 @@ texinfo_documents = [
|
|||||||
# the mapping:
|
# the mapping:
|
||||||
intersphinx_mapping = {'python': ('http://docs.python.org/dev', None)}
|
intersphinx_mapping = {'python': ('http://docs.python.org/dev', None)}
|
||||||
|
|
||||||
|
# Sphinx document translation with sphinx gettext feature uses these settings:
|
||||||
|
locale_dirs = ['locale/']
|
||||||
|
gettext_compact = False
|
||||||
|
|
||||||
|
|
||||||
# -- Extension interface -------------------------------------------------------
|
# -- Extension interface -------------------------------------------------------
|
||||||
|
|
||||||
|
@ -916,6 +916,15 @@ the `Dublin Core metadata <http://dublincore.org/>`_.
|
|||||||
a chapter, but can be confusing because it mixes entries of differnet
|
a chapter, but can be confusing because it mixes entries of differnet
|
||||||
depth in one list. The default value is ``True``.
|
depth in one list. The default value is ``True``.
|
||||||
|
|
||||||
|
.. confval:: epub_tocscope
|
||||||
|
|
||||||
|
This setting control the scope of the epub table of contents. The setting
|
||||||
|
can have the following values:
|
||||||
|
|
||||||
|
* ``'default'`` -- include all toc entries that are not hidden (default)
|
||||||
|
* ``'includehidden'`` -- include all toc entries
|
||||||
|
|
||||||
|
.. versionadded:: 1.2
|
||||||
|
|
||||||
.. confval:: epub_fix_images
|
.. confval:: epub_fix_images
|
||||||
|
|
||||||
@ -944,10 +953,21 @@ the `Dublin Core metadata <http://dublincore.org/>`_.
|
|||||||
settings can have the following values:
|
settings can have the following values:
|
||||||
|
|
||||||
* ``'inline'`` -- display URLs inline in parentheses (default)
|
* ``'inline'`` -- display URLs inline in parentheses (default)
|
||||||
|
* ``'footnote'`` -- display URLs in footnotes
|
||||||
* ``'no'`` -- do not display URLs
|
* ``'no'`` -- do not display URLs
|
||||||
|
|
||||||
|
The display of inline URLs can be customized by adding CSS rules for the
|
||||||
|
class ``link-target``.
|
||||||
|
|
||||||
.. versionadded:: 1.2
|
.. versionadded:: 1.2
|
||||||
|
|
||||||
|
.. confval:: epub_use_index
|
||||||
|
|
||||||
|
If true, add an index to the epub document. It defaults to the
|
||||||
|
:confval:`html_use_index` option but can be set independently for epub
|
||||||
|
creation.
|
||||||
|
|
||||||
|
.. versionadded:: 1.2
|
||||||
|
|
||||||
.. _latex-options:
|
.. _latex-options:
|
||||||
|
|
||||||
@ -1147,6 +1167,9 @@ These options influence LaTeX output.
|
|||||||
|
|
||||||
.. versionadded:: 0.6
|
.. versionadded:: 0.6
|
||||||
|
|
||||||
|
.. versionchanged:: 1.2
|
||||||
|
This overrides the files which is provided from Sphinx such as sphinx.sty.
|
||||||
|
|
||||||
.. confval:: latex_preamble
|
.. confval:: latex_preamble
|
||||||
|
|
||||||
Additional LaTeX markup for the preamble.
|
Additional LaTeX markup for the preamble.
|
||||||
|
@ -168,6 +168,39 @@ The following are some general guidelines for core developers:
|
|||||||
encouraged.
|
encouraged.
|
||||||
|
|
||||||
|
|
||||||
|
Locale updates
|
||||||
|
~~~~~~~~~~~~~~
|
||||||
|
|
||||||
|
The parts of messages in Sphinx that go into builds are translated into several
|
||||||
|
locales. The translations are kept as gettext ``.po`` files translated from the
|
||||||
|
master template ``sphinx/locale/sphinx.pot``.
|
||||||
|
|
||||||
|
Sphinx uses `Babel <http://babel.edgewall.org>`_ to extract messages and
|
||||||
|
maintain the catalog files. It is integrated in ``setup.py``:
|
||||||
|
|
||||||
|
* Use ``python setup.py extract_messages`` to update the ``.pot`` template.
|
||||||
|
* Use ``python setup.py update_catalog`` to update all existing language
|
||||||
|
catalogs in ``sphinx/locale/*/LC_MESSAGES`` with the current messages in the
|
||||||
|
template file.
|
||||||
|
* Use ``python setup.py compile_catalog`` to compile the ``.po`` files to binary
|
||||||
|
``.mo`` files and ``.js`` files.
|
||||||
|
|
||||||
|
When an updated ``.po`` file is submitted, run compile_catalog to commit both
|
||||||
|
the source and the compiled catalogs.
|
||||||
|
|
||||||
|
When a new locale is submitted, add a new directory with the ISO 639-1 language
|
||||||
|
identifier and put ``sphinx.po`` in there. Don't forget to update the possible
|
||||||
|
values for :confval:`language` in ``doc/config.rst``.
|
||||||
|
|
||||||
|
The Sphinx core messages can also be translated on `Transifex
|
||||||
|
<http://transifex.com>`_. There exists a client tool named ``tx`` in the Python
|
||||||
|
package "transifex_client", which can be used to pull translations in ``.po``
|
||||||
|
format from Transifex. To do this, go to ``sphinx/locale`` and then run
|
||||||
|
``tx pull -f -l LANG`` where LANG is an existing language identifier. It is
|
||||||
|
good practice to run ``python setup.py update_catalog`` afterwards to make sure
|
||||||
|
the ``.po`` file has the canonical Babel formatting.
|
||||||
|
|
||||||
|
|
||||||
Coding Guide
|
Coding Guide
|
||||||
------------
|
------------
|
||||||
|
|
||||||
|
@ -196,7 +196,7 @@ Sphinx.
|
|||||||
MathJax.
|
MathJax.
|
||||||
|
|
||||||
The default is the ``http://`` URL that loads the JS files from the `MathJax
|
The default is the ``http://`` URL that loads the JS files from the `MathJax
|
||||||
CDN <http://www.mathjax.org/docs/1.1/start.html>`_. If you want MathJax to
|
CDN <http://docs.mathjax.org/en/latest/start.html>`_. If you want MathJax to
|
||||||
be available offline, you have to donwload it and set this value to a
|
be available offline, you have to donwload it and set this value to a
|
||||||
different path.
|
different path.
|
||||||
|
|
||||||
|
@ -174,7 +174,7 @@ A directive class is a class deriving usually from
|
|||||||
doesn't exist yet in Docutils 0.4, Sphinx has another base class called
|
doesn't exist yet in Docutils 0.4, Sphinx has another base class called
|
||||||
``sphinx.util.compat.Directive`` that you can derive your directive from, and it
|
``sphinx.util.compat.Directive`` that you can derive your directive from, and it
|
||||||
will work with both Docutils 0.4 and 0.5 upwards. The directive interface is
|
will work with both Docutils 0.4 and 0.5 upwards. The directive interface is
|
||||||
covered in detail in the docutils documentation; the important thing is that the
|
covered in detail in the `docutils documentation`_; the important thing is that the
|
||||||
class has a method ``run`` that returns a list of nodes.
|
class has a method ``run`` that returns a list of nodes.
|
||||||
|
|
||||||
The ``todolist`` directive is quite simple::
|
The ``todolist`` directive is quite simple::
|
||||||
@ -341,3 +341,4 @@ an italic node) with the backreference. The reference URI is built by
|
|||||||
used builder, and appending the todo node's (the target's) ID as the anchor
|
used builder, and appending the todo node's (the target's) ID as the anchor
|
||||||
name.
|
name.
|
||||||
|
|
||||||
|
.. _docutils documentation: http://docutils.sourceforge.net/docs/ref/rst/directives.html
|
||||||
|
10
doc/faq.rst
10
doc/faq.rst
@ -126,9 +126,7 @@ Google Analytics
|
|||||||
Epub info
|
Epub info
|
||||||
---------
|
---------
|
||||||
|
|
||||||
The epub builder is currently in an experimental stage. It has only been tested
|
The following list gives some hints for the creation of epub files:
|
||||||
with the Sphinx documentation itself. If you want to create epubs, here are
|
|
||||||
some notes:
|
|
||||||
|
|
||||||
* Split the text into several files. The longer the individual HTML files are,
|
* Split the text into several files. The longer the individual HTML files are,
|
||||||
the longer it takes the ebook reader to render them. In extreme cases, the
|
the longer it takes the ebook reader to render them. In extreme cases, the
|
||||||
@ -162,6 +160,12 @@ some notes:
|
|||||||
included. This sometimes applies to appendixes, e.g. the glossary or
|
included. This sometimes applies to appendixes, e.g. the glossary or
|
||||||
the indices. You can add them with the :confval:`epub_post_files` option.
|
the indices. You can add them with the :confval:`epub_post_files` option.
|
||||||
|
|
||||||
|
* The handling of the epub cover page differs from the reStructuredText
|
||||||
|
procedure which automatically resolves image paths and puts the images
|
||||||
|
into the ``_images`` directory. For the epub cover page put the image in the
|
||||||
|
: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: http://code.google.com/p/epubcheck/
|
||||||
.. _Calibre: http://calibre-ebook.com/
|
.. _Calibre: http://calibre-ebook.com/
|
||||||
.. _FBreader: http://www.fbreader.org/
|
.. _FBreader: http://www.fbreader.org/
|
||||||
|
156
doc/install.rst
156
doc/install.rst
@ -1,11 +1,12 @@
|
|||||||
:orphan:
|
:orphan:
|
||||||
|
|
||||||
Installing Sphinx
|
Installing Sphinx
|
||||||
==================
|
=================
|
||||||
|
|
||||||
Sphinx is written by Python, you need to install Python and Sphinx.
|
Since Sphinx is written in the Python language, you need to install Python
|
||||||
|
(the required version is at least 2.5) and Sphinx.
|
||||||
|
|
||||||
Sphinx package is available as a package on the `Python Package Index
|
Sphinx packages are available on the `Python Package Index
|
||||||
<http://pypi.python.org/pypi/Sphinx>`_.
|
<http://pypi.python.org/pypi/Sphinx>`_.
|
||||||
|
|
||||||
You can also download a snapshot from the Mercurial development repository:
|
You can also download a snapshot from the Mercurial development repository:
|
||||||
@ -14,7 +15,7 @@ You can also download a snapshot from the Mercurial development repository:
|
|||||||
file or
|
file or
|
||||||
* as a `.zip <https://bitbucket.org/birkenfeld/sphinx/get/default.zip>`_ file
|
* as a `.zip <https://bitbucket.org/birkenfeld/sphinx/get/default.zip>`_ file
|
||||||
|
|
||||||
There is introductions for each environments:
|
There are introductions for several environments:
|
||||||
|
|
||||||
.. contents::
|
.. contents::
|
||||||
:depth: 1
|
:depth: 1
|
||||||
@ -22,145 +23,128 @@ There is introductions for each environments:
|
|||||||
:backlinks: none
|
:backlinks: none
|
||||||
|
|
||||||
|
|
||||||
Install by your own
|
|
||||||
--------------------
|
|
||||||
|
|
||||||
If you use system installed Python or build your own Python, you can
|
|
||||||
use that python to install Sphinx. The actual command list is same as
|
|
||||||
these install.
|
|
||||||
|
|
||||||
* `Install easy_install command`_
|
|
||||||
* `Install Sphinx`_
|
|
||||||
|
|
||||||
|
|
||||||
Debian/Ubuntu: Install Sphinx using packaging system
|
Debian/Ubuntu: Install Sphinx using packaging system
|
||||||
-----------------------------------------------------
|
----------------------------------------------------
|
||||||
|
|
||||||
You may install using this command if you use Debian/Ubuntu.
|
You may install using this command if you use Debian/Ubuntu.
|
||||||
|
|
||||||
.. code-block:: bash
|
.. code-block:: bash
|
||||||
|
|
||||||
$ aptitude install python-sphinx
|
$ apt-get install python-sphinx
|
||||||
|
|
||||||
|
|
||||||
|
Other Linux distributions
|
||||||
|
-------------------------
|
||||||
|
|
||||||
|
Most Linux distributions have Sphinx in their package repositories. Usually the
|
||||||
|
package is called "python-sphinx", "python-Sphinx" or "sphinx". Be aware that
|
||||||
|
there are two other packages with "sphinx" in their name: a speech recognition
|
||||||
|
toolkit (CMU Sphinx) and a full-text search database (Sphinx search).
|
||||||
|
|
||||||
|
|
||||||
Mac OS X: Install Sphinx using MacPorts
|
Mac OS X: Install Sphinx using MacPorts
|
||||||
----------------------------------------
|
---------------------------------------
|
||||||
|
|
||||||
If you use Mac OS X `MacPorts <http://www.macports.org/>`_ , use this
|
If you use Mac OS X `MacPorts <http://www.macports.org/>`_, use this command to
|
||||||
command to install all software.
|
install all necessary software.
|
||||||
|
|
||||||
.. code-block:: bash
|
.. code-block:: bash
|
||||||
|
|
||||||
$ sudo port install py27-sphinx
|
$ sudo port install py27-sphinx
|
||||||
|
|
||||||
However, the execution path is not added, use select command to use
|
To set up the executable paths, use the ``port select`` command:
|
||||||
Python2.7 as default.
|
|
||||||
|
|
||||||
.. code-block:: bash
|
.. code-block:: bash
|
||||||
|
|
||||||
$ sudo port select --set python python27
|
$ sudo port select --set python python27
|
||||||
$ sudo port select --set sphinx py27-sphinx
|
$ sudo port select --set sphinx py27-sphinx
|
||||||
|
|
||||||
Type :command:`which sphinx-quickstart` to check the installation.
|
Type :command:`which sphinx-quickstart` to check if the installation was
|
||||||
|
successful.
|
||||||
|
|
||||||
|
|
||||||
Windows: Install Python and Sphinx
|
Windows: Install Python and Sphinx
|
||||||
-----------------------------------
|
----------------------------------
|
||||||
|
|
||||||
Intall Python
|
Install Python
|
||||||
^^^^^^^^^^^^^^
|
^^^^^^^^^^^^^^
|
||||||
|
|
||||||
Almost every Windows user do not have Python, we begin Python
|
Most Windows users do not have Python, so we begin with the installation of
|
||||||
installation. If you already install python, please skip this section.
|
Python itself. If you have already installed Python, please skip this section.
|
||||||
|
|
||||||
Go to http://python.org . This site is a headquarter of the
|
Go to http://python.org, the main download site for Python. Look at the left
|
||||||
Python. Look at Left sidebar and "Quick Links", Click "Windows
|
sidebar and under "Quick Links", click "Windows Installer" to download.
|
||||||
Installer" to download.
|
|
||||||
|
|
||||||
.. image:: pythonorg.png
|
.. image:: pythonorg.png
|
||||||
|
|
||||||
.. note::
|
.. note::
|
||||||
|
|
||||||
Currently, Python has two version, 2.X and 3.X. Sphinx-1.2 can
|
Currently, Python offers two major versions, 2.x and 3.x. Sphinx 1.2 can run
|
||||||
run under Python-2.5, 2.6, 2.7, 3.1, 3.2, 3.3.
|
under Python 2.5 to 2.7 and 3.1 to 3.3, with the recommended version being
|
||||||
You may get some advice from ML or other places.
|
2.7. This chapter assumes you have installed Python 2.7.
|
||||||
|
|
||||||
This chapter assumes Python-2.7.
|
Follow the Windows installer for Python.
|
||||||
|
|
||||||
|
|
||||||
Follow the normal Windows installer, the Python install will be completed.
|
|
||||||
|
|
||||||
.. image:: installpython.jpg
|
.. image:: installpython.jpg
|
||||||
|
|
||||||
After installation, you have better to add PATH to the Environment
|
After installation, you better add the Python executable directories to the
|
||||||
Variable in order to run Python from Command Prompt.
|
environment variable ``PATH`` in order to run Python and package commands such
|
||||||
|
as ``sphinx-build`` easily from the Command Prompt.
|
||||||
|
|
||||||
* Right-Click the My Computer Icon and open Property Dialog
|
* Right-click the "My Computer" icon and choose "Properties"
|
||||||
* Click Environment Variable button under detail tab
|
* Click the "Environment Variables" button under the "Advanced" tab
|
||||||
* Edit and add the path to the system variables PATH
|
|
||||||
|
|
||||||
Add these variables. This is for Python-2.7. If you use another version
|
* If "Path" (or "PATH") is already an entry in the "System variables" list, edit
|
||||||
of Python, change the "27" number. Add these pathes separeted by ";".
|
it. If it is not present, add a new variable called "PATH".
|
||||||
|
|
||||||
.. list-table:: Adding PATH
|
* Add these paths, separating entries by ";":
|
||||||
:widths: 10 40
|
|
||||||
:header-rows: 1
|
|
||||||
|
|
||||||
* - PATH
|
- ``C:\Python27`` -- this folder contains the main Python executable
|
||||||
- description
|
- ``C:\Python27\Scripts`` -- this folder will contain executables added by
|
||||||
* - C:\\Python27
|
Python packages installed with easy_install (see below)
|
||||||
- Folder which includes Python Command
|
|
||||||
* - C:\\Python27\\Scripts
|
|
||||||
- Folder which includes easy_install (described later) or sphinx commands
|
|
||||||
|
|
||||||
Run **Command Prompt** or enter ``cmd`` to the "search program and
|
This is for Python 2.7. If you use another version of
|
||||||
files" text box. After command prompt window appear, type
|
Python or installed to a non-default location, change the digits "27"
|
||||||
``python[Enter]``. If you can get installed python version and prompt
|
accordingly.
|
||||||
about ``>>>``, the Python installation is succeeded. Enter ``Ctrl+Z``
|
|
||||||
key to quit.
|
* Now run the **Command Prompt**. After command prompt window appear, type
|
||||||
|
``python`` and Enter. If the Python installation was successful, the
|
||||||
|
installed Python version is printed, and you are greeted by the prompt
|
||||||
|
``>>>``. Type ``Ctrl+Z`` and Enter to quit.
|
||||||
|
|
||||||
|
|
||||||
Install easy_install command
|
Install the easy_install command
|
||||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||||
|
|
||||||
Python has very useful :command:`easy_install` command which install 3rd
|
Python has a very useful :command:`easy_install` command which can download and
|
||||||
party library.
|
install 3rd-party libraries with a single command. This is provided by the
|
||||||
|
"distribute" project: http://pypi.python.org/pypi/distribute.
|
||||||
|
|
||||||
* http://pypi.python.org/pypi/distribute
|
To install distribute, download http://distribute.org/distribute_setup.py and
|
||||||
|
save it somewhere. After download, invoke the command prompt, go to the
|
||||||
easy_install downloads and install software which you want to need by only
|
directory with distribute_setup.py and run this command:
|
||||||
one command.
|
|
||||||
|
|
||||||
|
|
||||||
Save http://distribute.org/distribute_setup.py link by Right-click.
|
|
||||||
Some browsers can download just open the URL.
|
|
||||||
If you can read the file iteslf, calm down, Right-click and choose "Save".
|
|
||||||
|
|
||||||
After download, invoke command prompt, go to the distribute_setup.py saved
|
|
||||||
directory and run this command:
|
|
||||||
|
|
||||||
.. code-block:: bat
|
.. code-block:: bat
|
||||||
|
|
||||||
C:\> python distribute_setup.py
|
C:\> python distribute_setup.py
|
||||||
|
|
||||||
Now :command:`easy_insall` command is installed. OK, Let's go to the Sphinx
|
Now distribute and its :command:`easy_install` command is installed. From there
|
||||||
install!
|
we can go to the Sphinx install.
|
||||||
|
|
||||||
|
|
||||||
Install Sphinx
|
Installing Sphinx with easy_install
|
||||||
^^^^^^^^^^^^^^^
|
-----------------------------------
|
||||||
|
|
||||||
If you finshed easy_install install, for the rest is just a moment.
|
If you finished the installation of distribute, type this line in the command
|
||||||
Type this line.
|
prompt:
|
||||||
|
|
||||||
.. code-block:: bat
|
.. code-block:: bat
|
||||||
|
|
||||||
C:\> easy_install sphinx
|
C:\> easy_install sphinx
|
||||||
|
|
||||||
After installation, type :command:`sphinx-quickstart` on the command
|
After installation, type :command:`sphinx-build` on the command prompt. If
|
||||||
prompt. If you get interactive messages which starts with
|
everything worked fine, you will get a Sphinx version number and a list of
|
||||||
``Welcome to the Sphinx <version> quickstart utility.``,
|
options for this command.
|
||||||
installation is succeeded. Quit by hitting ``Ctrl+C``.
|
|
||||||
|
|
||||||
That it. Install is over. Let's go to :doc:`tutorial` to make Sphinx project.
|
|
||||||
|
|
||||||
|
That it. Installation is over. Head to :doc:`tutorial` to make a Sphinx
|
||||||
|
project.
|
||||||
|
235
doc/intl.rst
235
doc/intl.rst
@ -15,8 +15,14 @@ in itself. See the :ref:`intl-options` for details on configuration.
|
|||||||
Workflow visualization of translations in Sphinx. (The stick-figure is taken
|
Workflow visualization of translations in Sphinx. (The stick-figure is taken
|
||||||
from an `XKCD comic <http://xkcd.com/779/>`_.)
|
from an `XKCD comic <http://xkcd.com/779/>`_.)
|
||||||
|
|
||||||
|
.. contents::
|
||||||
|
:local:
|
||||||
|
|
||||||
|
Sphinx internationalization details
|
||||||
|
-----------------------------------
|
||||||
|
|
||||||
**gettext** [1]_ is an established standard for internationalization and
|
**gettext** [1]_ is an established standard for internationalization and
|
||||||
localization. It naïvely maps messages in a program to a translated string.
|
localization. It naively maps messages in a program to a translated string.
|
||||||
Sphinx uses these facilities to translate whole documents.
|
Sphinx uses these facilities to translate whole documents.
|
||||||
|
|
||||||
Initially project maintainers have to collect all translatable strings (also
|
Initially project maintainers have to collect all translatable strings (also
|
||||||
@ -50,20 +56,239 @@ gettext builder will put its messages into ``usage.pot``. Imagine you have
|
|||||||
Spanish translations [2]_ on your hands in ``usage.po`` --- for your builds to
|
Spanish translations [2]_ on your hands in ``usage.po`` --- for your builds to
|
||||||
be translated you need to follow these instructions:
|
be translated you need to follow these instructions:
|
||||||
|
|
||||||
* Compile your message catalog to a locale directory, say ``translated``, so it
|
* Compile your message catalog to a locale directory, say ``locale``, so it
|
||||||
ends up in ``./translated/es/LC_MESSAGES/usage.mo`` in your source directory
|
ends up in ``./locale/es/LC_MESSAGES/usage.mo`` in your source directory
|
||||||
(where ``es`` is the language code for Spanish.) ::
|
(where ``es`` is the language code for Spanish.) ::
|
||||||
|
|
||||||
msgfmt "usage.po" -o "translated/es/LC_MESSAGES/usage.mo"
|
msgfmt "usage.po" -o "locale/es/LC_MESSAGES/usage.mo"
|
||||||
|
|
||||||
* Set :confval:`locale_dirs` to ``["translated/"]``.
|
* Set :confval:`locale_dirs` to ``["locale/"]``.
|
||||||
* Set :confval:`language` to ``es`` (also possible via :option:`-D`).
|
* Set :confval:`language` to ``es`` (also possible via :option:`-D`).
|
||||||
* Run your desired build.
|
* Run your desired build.
|
||||||
|
|
||||||
|
|
||||||
|
Translating with sphinx-intl
|
||||||
|
----------------------------
|
||||||
|
|
||||||
|
Quick guide
|
||||||
|
^^^^^^^^^^^^
|
||||||
|
|
||||||
|
`sphinx-intl`_ is a useful tool to work with Sphinx translation flow.
|
||||||
|
This section describe a easy way to translate with sphinx-intl.
|
||||||
|
|
||||||
|
#. Install `sphinx-intl`_ by :command:`pip install sphinx-intl` or
|
||||||
|
:command:`easy_install sphinx-intl`.
|
||||||
|
|
||||||
|
#. Add configurations to your `conf.py`::
|
||||||
|
|
||||||
|
locale_dirs = ['locale/'] #path is example but recommended.
|
||||||
|
gettext_compact = False #optional.
|
||||||
|
|
||||||
|
This case-study assumes that :confval:`locale_dirs` is set to 'locale/' and
|
||||||
|
:confval:`gettext_compact` is set to `False` (the Sphinx document is
|
||||||
|
already configured as such).
|
||||||
|
|
||||||
|
#. Extract document's translatable messages into pot files::
|
||||||
|
|
||||||
|
$ make gettext
|
||||||
|
|
||||||
|
As a result, many pot files are generated under ``_build/locale``
|
||||||
|
directory.
|
||||||
|
|
||||||
|
#. Setup/Update your `locale_dir`::
|
||||||
|
|
||||||
|
$ sphinx-intl update -p _build/locale -l de -l ja
|
||||||
|
|
||||||
|
Done. You got these directories that contain po files:
|
||||||
|
|
||||||
|
* `./locale/de/LC_MESSAGES/`
|
||||||
|
* `./locale/ja/LC_MESSAGES/`
|
||||||
|
|
||||||
|
#. Translate your po files under `./locale/<lang>/LC_MESSAGES/`.
|
||||||
|
|
||||||
|
#. Build mo files and make translated document.
|
||||||
|
|
||||||
|
You need :confval:`language` parameter in ``conf.py`` or you may also
|
||||||
|
specify the parameter on the command line.
|
||||||
|
|
||||||
|
$ sphinx-intl build
|
||||||
|
$ make -e SPHINXOPTS="-D language='de'" html
|
||||||
|
|
||||||
|
|
||||||
|
Congratulations!! You got the translated document in ``_build/html``
|
||||||
|
directory.
|
||||||
|
|
||||||
|
|
||||||
|
Translating
|
||||||
|
^^^^^^^^^^^^
|
||||||
|
|
||||||
|
Translate po file under ``./locale/de/LC_MESSAGES`` directory.
|
||||||
|
The case of builders.po file for sphinx document:
|
||||||
|
|
||||||
|
.. code-block:: po
|
||||||
|
|
||||||
|
# a5600c3d2e3d48fc8c261ea0284db79b
|
||||||
|
#: ../../builders.rst:4
|
||||||
|
msgid "Available builders"
|
||||||
|
msgstr "<FILL HERE BY TARGET LANGUAGE>"
|
||||||
|
|
||||||
|
Another case, msgid is multi-line text and contains reStructuredText
|
||||||
|
syntax:
|
||||||
|
|
||||||
|
.. code-block:: po
|
||||||
|
|
||||||
|
# 302558364e1d41c69b3277277e34b184
|
||||||
|
#: ../../builders.rst:9
|
||||||
|
msgid ""
|
||||||
|
"These are the built-in Sphinx builders. More builders can be added by "
|
||||||
|
":ref:`extensions <extensions>`."
|
||||||
|
msgstr ""
|
||||||
|
"FILL HERE BY TARGET LANGUAGE FILL HERE BY TARGET LANGUAGE FILL HERE "
|
||||||
|
"BY TARGET LANGUAGE :ref:`EXTENSIONS <extensions>` FILL HERE."
|
||||||
|
|
||||||
|
Please be careful not to break reST notation.
|
||||||
|
|
||||||
|
|
||||||
|
Update your po files by new pot files
|
||||||
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||||
|
|
||||||
|
If the document is updated, it is necessary to generate updated pot files
|
||||||
|
and to apply differences to translated po files.
|
||||||
|
In order to apply the updating difference of a pot file to po file,
|
||||||
|
using :command:`sphinx-intl update` command.
|
||||||
|
|
||||||
|
.. code-block:: bash
|
||||||
|
|
||||||
|
$ sphinx-intl update -p _build/locale
|
||||||
|
|
||||||
|
|
||||||
|
Using Transifex service for team translation
|
||||||
|
--------------------------------------------
|
||||||
|
|
||||||
|
.. TODO: why use transifex?
|
||||||
|
|
||||||
|
|
||||||
|
#. Install `transifex-client`_
|
||||||
|
|
||||||
|
You need :command:`tx` command to upload resources (pot files).
|
||||||
|
|
||||||
|
.. code-block:: bash
|
||||||
|
|
||||||
|
$ pip install transifex-client
|
||||||
|
|
||||||
|
.. seealso:: `Transifex Client v0.8 — Transifex documentation`_
|
||||||
|
|
||||||
|
|
||||||
|
#. Create your transifex_ account and create new project for your document
|
||||||
|
|
||||||
|
Currently, transifex does not allow for a translation project to
|
||||||
|
have more than one version of document, so you'd better include a
|
||||||
|
version number in your project name.
|
||||||
|
|
||||||
|
For example:
|
||||||
|
|
||||||
|
:Project ID: ``sphinx-document-test_1_0``
|
||||||
|
:Project URL: https://www.transifex.com/projects/p/sphinx-document-test_1_0/
|
||||||
|
|
||||||
|
|
||||||
|
#. Create config files for tx command
|
||||||
|
|
||||||
|
This process will create ``.tx/config`` in the current directory, as
|
||||||
|
well as ``~/.transifexrc`` file that includes auth information.
|
||||||
|
|
||||||
|
.. code-block:: bash
|
||||||
|
|
||||||
|
$ tx init --user=<transifex-username> --pass=<transifex-password>
|
||||||
|
Creating .tx folder...
|
||||||
|
Transifex instance [https://www.transifex.com]:
|
||||||
|
...
|
||||||
|
Done.
|
||||||
|
|
||||||
|
#. Upload pot files to transifex service
|
||||||
|
|
||||||
|
Register pot files to ``.tx/config`` file:
|
||||||
|
|
||||||
|
.. code-block:: bash
|
||||||
|
|
||||||
|
$ cd /your/document/root
|
||||||
|
$ sphinx-intl update-txconfig-resources --pot-dir _build/locale \
|
||||||
|
--transifex-project-name sphinx-document-test_1_0
|
||||||
|
|
||||||
|
and upload pot files:
|
||||||
|
|
||||||
|
.. code-block:: bash
|
||||||
|
|
||||||
|
$ tx push -s
|
||||||
|
Pushing translations for resource sphinx-document-test_1_0.builders:
|
||||||
|
Pushing source file (locale/pot/builders.pot)
|
||||||
|
Resource does not exist. Creating...
|
||||||
|
...
|
||||||
|
Done.
|
||||||
|
|
||||||
|
|
||||||
|
#. Forward the translation on transifex
|
||||||
|
|
||||||
|
.. TODO: write this section
|
||||||
|
|
||||||
|
|
||||||
|
#. Pull translated po files and make translated html
|
||||||
|
|
||||||
|
Get translated catalogs and build mo files (ex. for 'de'):
|
||||||
|
|
||||||
|
.. code-block:: bash
|
||||||
|
|
||||||
|
$ cd /your/document/root
|
||||||
|
$ tx pull -l de
|
||||||
|
Pulling translations for resource sphinx-document-test_1_0.builders (...)
|
||||||
|
-> de: locale/de/LC_MESSAGES/builders.po
|
||||||
|
...
|
||||||
|
Done.
|
||||||
|
|
||||||
|
Build po files into mo and make html::
|
||||||
|
|
||||||
|
$ sphinx-intl build
|
||||||
|
$ make -e SPHINXOPTS="-D language='de'" html
|
||||||
|
|
||||||
|
|
||||||
|
That's all!
|
||||||
|
|
||||||
|
|
||||||
|
.. tip:: Translating on local and Transifex
|
||||||
|
|
||||||
|
If you want to push all language's po files, you can be done by using
|
||||||
|
:command:`tx push -t` command.
|
||||||
|
Watch out! this operation overwrites translations in transifex.
|
||||||
|
|
||||||
|
In other words, if you have updated each in the service and local po files,
|
||||||
|
it would take much time and effort to integrate them.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Contributing to Sphinx reference translation
|
||||||
|
--------------------------------------------
|
||||||
|
|
||||||
|
The recommended way for new contributors to translate Sphinx reference
|
||||||
|
is to join the translation team on Transifex.
|
||||||
|
|
||||||
|
There is `sphinx translation page`_ for Sphinx-1.2 document.
|
||||||
|
|
||||||
|
1. Login to transifex_ service.
|
||||||
|
2. Go to `sphinx translation page`_.
|
||||||
|
3. Click ``Request language`` and fill form.
|
||||||
|
4. Wait acceptance by transifex sphinx translation maintainers.
|
||||||
|
5. (after acceptance) translate on transifex.
|
||||||
|
|
||||||
|
|
||||||
.. rubric:: Footnotes
|
.. rubric:: Footnotes
|
||||||
|
|
||||||
.. [1] See the `GNU gettext utilites
|
.. [1] See the `GNU gettext utilites
|
||||||
<http://www.gnu.org/software/gettext/manual/gettext.html#Introduction>`_
|
<http://www.gnu.org/software/gettext/manual/gettext.html#Introduction>`_
|
||||||
for details on that software suite.
|
for details on that software suite.
|
||||||
.. [2] Because nobody expects the Spanish Inquisition!
|
.. [2] Because nobody expects the Spanish Inquisition!
|
||||||
|
|
||||||
|
|
||||||
|
.. _`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_2_0/
|
||||||
|
.. _`Transifex Client v0.8 — Transifex documentation`: http://help.transifex.com/features/client/index.html
|
||||||
|
@ -96,6 +96,15 @@ The :program:`sphinx-build` script has several options:
|
|||||||
the build directory; with this option you can select a different cache
|
the build directory; with this option you can select a different cache
|
||||||
directory (the doctrees can be shared between all builders).
|
directory (the doctrees can be shared between all builders).
|
||||||
|
|
||||||
|
.. option:: -j N
|
||||||
|
|
||||||
|
Distribute the build over *N* processes in parallel, to make building on
|
||||||
|
multiprocessor machines more effective. Note that not all parts and not all
|
||||||
|
builders of Sphinx can be parallelized.
|
||||||
|
|
||||||
|
.. versionadded:: 1.2
|
||||||
|
This option should be considered *experimental*.
|
||||||
|
|
||||||
.. option:: -c path
|
.. option:: -c path
|
||||||
|
|
||||||
Don't look for the :file:`conf.py` in the source directory, but use the given
|
Don't look for the :file:`conf.py` in the source directory, but use the given
|
||||||
|
@ -179,10 +179,15 @@ Including content based on tags
|
|||||||
within :file:`conf.py`) are true. Boolean expressions, also using
|
within :file:`conf.py`) are true. Boolean expressions, also using
|
||||||
parentheses (like ``html and (latex or draft)``) are supported.
|
parentheses (like ``html and (latex or draft)``) are supported.
|
||||||
|
|
||||||
The format of the current builder (``html``, ``latex`` or ``text``) is always
|
The *format* and the *name* of the current builder (``html``, ``latex`` or
|
||||||
set as a tag.
|
``text``) are always set as a tag [#]_. To make the distinction between
|
||||||
|
format and name explicit, they are also added with the prefix ``format_`` and
|
||||||
|
``builder_``, e.g. the epub builder defines the tags ``html``, ``epub``,
|
||||||
|
``format_html`` and ``builder_epub``.
|
||||||
|
|
||||||
.. versionadded:: 0.6
|
.. versionadded:: 0.6
|
||||||
|
.. versionchanged:: 1.2
|
||||||
|
Added the name of the builder and the prefixes.
|
||||||
|
|
||||||
|
|
||||||
Tables
|
Tables
|
||||||
@ -238,3 +243,9 @@ following directive exists:
|
|||||||
means that by default, Sphinx generates such column specs for such tables.
|
means that by default, Sphinx generates such column specs for such tables.
|
||||||
Use the :rst:dir:`tabularcolumns` directive to get finer control over such
|
Use the :rst:dir:`tabularcolumns` directive to get finer control over such
|
||||||
tables.
|
tables.
|
||||||
|
|
||||||
|
.. rubric:: Footnotes
|
||||||
|
|
||||||
|
.. [#] For most builders name and format are the same. At the moment only
|
||||||
|
builders derived from the html builder distinguish between the builder
|
||||||
|
format and the builder name.
|
||||||
|
@ -50,7 +50,7 @@ Be aware of some restrictions of this markup:
|
|||||||
|
|
||||||
These restrictions may be lifted in future versions of the docutils.
|
These restrictions may be lifted in future versions of the docutils.
|
||||||
|
|
||||||
reST also allows for custom "interpreted text roles"', which signify that the
|
reST also allows for custom "interpreted text roles", which signify that the
|
||||||
enclosed text should be interpreted in a specific way. Sphinx uses this to
|
enclosed text should be interpreted in a specific way. Sphinx uses this to
|
||||||
provide semantic markup and cross-referencing of identifiers, as described in
|
provide semantic markup and cross-referencing of identifiers, as described in
|
||||||
the appropriate section. The general syntax is ``:rolename:`content```.
|
the appropriate section. The general syntax is ``:rolename:`content```.
|
||||||
|
9
setup.py
9
setup.py
@ -44,10 +44,15 @@ A development egg can be found `here
|
|||||||
<http://bitbucket.org/birkenfeld/sphinx/get/tip.gz#egg=Sphinx-dev>`_.
|
<http://bitbucket.org/birkenfeld/sphinx/get/tip.gz#egg=Sphinx-dev>`_.
|
||||||
'''
|
'''
|
||||||
|
|
||||||
requires = ['Pygments>=1.2', 'Jinja2>=2.3', 'docutils>=0.7']
|
requires = ['Pygments>=1.2', 'docutils>=0.7']
|
||||||
|
|
||||||
if sys.version_info[:3] >= (3, 3, 0):
|
if sys.version_info[:3] >= (3, 3, 0):
|
||||||
requires[2] = 'docutils>=0.10'
|
requires[1] = 'docutils>=0.10'
|
||||||
|
|
||||||
|
if sys.version_info < (2, 6) or (3, 0) <= sys.version_info < (3, 3):
|
||||||
|
requires.append('Jinja2>=2.3,<2.7')
|
||||||
|
else:
|
||||||
|
requires.append('Jinja2>=2.3')
|
||||||
|
|
||||||
if sys.version_info < (2, 5):
|
if sys.version_info < (2, 5):
|
||||||
print('ERROR: Sphinx requires at least Python 2.5 to run.')
|
print('ERROR: Sphinx requires at least Python 2.5 to run.')
|
||||||
|
@ -15,8 +15,8 @@
|
|||||||
import sys
|
import sys
|
||||||
from os import path
|
from os import path
|
||||||
|
|
||||||
__version__ = '1.2pre'
|
__version__ = '1.2b1'
|
||||||
__released__ = '1.2 (hg)' # used when Sphinx builds its own docs
|
__released__ = '1.2b1' # used when Sphinx builds its own docs
|
||||||
|
|
||||||
package_dir = path.abspath(path.dirname(__file__))
|
package_dir = path.abspath(path.dirname(__file__))
|
||||||
|
|
||||||
@ -39,19 +39,8 @@ if '+' in __version__ or 'pre' in __version__:
|
|||||||
def main(argv=sys.argv):
|
def main(argv=sys.argv):
|
||||||
"""Sphinx build "main" command-line entry."""
|
"""Sphinx build "main" command-line entry."""
|
||||||
if sys.version_info[:3] < (2, 5, 0):
|
if sys.version_info[:3] < (2, 5, 0):
|
||||||
sys.stderr.write('Error: Sphinx requires at least '
|
sys.stderr.write('Error: Sphinx requires at least Python 2.5 to run.\n')
|
||||||
'Python 2.5 to run.\n')
|
|
||||||
return 1
|
return 1
|
||||||
if sys.version_info[:3] >= (3, 3, 0):
|
|
||||||
try:
|
|
||||||
import docutils
|
|
||||||
x, y = docutils.__version__.split('.')[:2]
|
|
||||||
if (int(x), int(y)) < (0, 10):
|
|
||||||
sys.stderr.write('Error: Sphinx requires at least '
|
|
||||||
'Docutils 0.10 for Python 3.3 and above.\n')
|
|
||||||
return 1
|
|
||||||
except Exception:
|
|
||||||
pass
|
|
||||||
try:
|
try:
|
||||||
from sphinx import cmdline
|
from sphinx import cmdline
|
||||||
except ImportError:
|
except ImportError:
|
||||||
@ -78,6 +67,12 @@ def main(argv=sys.argv):
|
|||||||
sys.stderr.write(hint)
|
sys.stderr.write(hint)
|
||||||
return 1
|
return 1
|
||||||
raise
|
raise
|
||||||
|
if sys.version_info[:3] >= (3, 3, 0):
|
||||||
|
from sphinx.util.compat import docutils_version
|
||||||
|
if docutils_version < (0, 10):
|
||||||
|
sys.stderr.write('Error: Sphinx requires at least '
|
||||||
|
'Docutils 0.10 for Python 3.3 and above.\n')
|
||||||
|
return 1
|
||||||
return cmdline.main(argv)
|
return cmdline.main(argv)
|
||||||
|
|
||||||
|
|
||||||
|
@ -31,6 +31,7 @@ else:
|
|||||||
]
|
]
|
||||||
|
|
||||||
INITPY = '__init__.py'
|
INITPY = '__init__.py'
|
||||||
|
PY_SUFFIXES = set(['.py', '.pyx'])
|
||||||
|
|
||||||
|
|
||||||
def makename(package, module):
|
def makename(package, module):
|
||||||
@ -163,7 +164,8 @@ def recurse_tree(rootpath, excludes, opts):
|
|||||||
del subs[:]
|
del subs[:]
|
||||||
continue
|
continue
|
||||||
# document only Python module files
|
# document only Python module files
|
||||||
py_files = sorted([f for f in files if path.splitext(f)[1] == '.py'])
|
py_files = sorted(f for f in files
|
||||||
|
if path.splitext(f)[1] in PY_SUFFIXES)
|
||||||
is_pkg = INITPY in py_files
|
is_pkg = INITPY in py_files
|
||||||
if is_pkg:
|
if is_pkg:
|
||||||
py_files.remove(INITPY)
|
py_files.remove(INITPY)
|
||||||
|
@ -61,7 +61,8 @@ class Sphinx(object):
|
|||||||
|
|
||||||
def __init__(self, srcdir, confdir, outdir, doctreedir, buildername,
|
def __init__(self, srcdir, confdir, outdir, doctreedir, buildername,
|
||||||
confoverrides=None, status=sys.stdout, warning=sys.stderr,
|
confoverrides=None, status=sys.stdout, warning=sys.stderr,
|
||||||
freshenv=False, warningiserror=False, tags=None, verbosity=0):
|
freshenv=False, warningiserror=False, tags=None, verbosity=0,
|
||||||
|
parallel=0):
|
||||||
self.verbosity = verbosity
|
self.verbosity = verbosity
|
||||||
self.next_listener_id = 0
|
self.next_listener_id = 0
|
||||||
self._extensions = {}
|
self._extensions = {}
|
||||||
@ -76,6 +77,8 @@ class Sphinx(object):
|
|||||||
self.outdir = outdir
|
self.outdir = outdir
|
||||||
self.doctreedir = doctreedir
|
self.doctreedir = doctreedir
|
||||||
|
|
||||||
|
self.parallel = parallel
|
||||||
|
|
||||||
if status is None:
|
if status is None:
|
||||||
self._status = StringIO()
|
self._status = StringIO()
|
||||||
self.quiet = True
|
self.quiet = True
|
||||||
|
@ -12,6 +12,12 @@
|
|||||||
import os
|
import os
|
||||||
from os import path
|
from os import path
|
||||||
|
|
||||||
|
try:
|
||||||
|
import multiprocessing
|
||||||
|
import threading
|
||||||
|
except ImportError:
|
||||||
|
multiprocessing = threading = None
|
||||||
|
|
||||||
from docutils import nodes
|
from docutils import nodes
|
||||||
|
|
||||||
from sphinx.util.osutil import SEP, relative_uri
|
from sphinx.util.osutil import SEP, relative_uri
|
||||||
@ -33,6 +39,8 @@ class Builder(object):
|
|||||||
format = ''
|
format = ''
|
||||||
# doctree versioning method
|
# doctree versioning method
|
||||||
versioning_method = 'none'
|
versioning_method = 'none'
|
||||||
|
# allow parallel write_doc() calls
|
||||||
|
allow_parallel = False
|
||||||
|
|
||||||
def __init__(self, app):
|
def __init__(self, app):
|
||||||
self.env = app.env
|
self.env = app.env
|
||||||
@ -50,6 +58,9 @@ class Builder(object):
|
|||||||
self.config = app.config
|
self.config = app.config
|
||||||
self.tags = app.tags
|
self.tags = app.tags
|
||||||
self.tags.add(self.format)
|
self.tags.add(self.format)
|
||||||
|
self.tags.add(self.name)
|
||||||
|
self.tags.add("format_%s" % self.format)
|
||||||
|
self.tags.add("builder_%s" % self.name)
|
||||||
|
|
||||||
# images that need to be copied over (source -> dest)
|
# images that need to be copied over (source -> dest)
|
||||||
self.images = {}
|
self.images = {}
|
||||||
@ -98,21 +109,24 @@ class Builder(object):
|
|||||||
"""
|
"""
|
||||||
raise NotImplementedError
|
raise NotImplementedError
|
||||||
|
|
||||||
def old_status_iterator(self, iterable, summary, colorfunc=darkgreen):
|
def old_status_iterator(self, iterable, summary, colorfunc=darkgreen,
|
||||||
|
stringify_func=lambda x: x):
|
||||||
l = 0
|
l = 0
|
||||||
for item in iterable:
|
for item in iterable:
|
||||||
if l == 0:
|
if l == 0:
|
||||||
self.info(bold(summary), nonl=1)
|
self.info(bold(summary), nonl=1)
|
||||||
l = 1
|
l = 1
|
||||||
self.info(colorfunc(item) + ' ', nonl=1)
|
self.info(colorfunc(stringify_func(item)) + ' ', nonl=1)
|
||||||
yield item
|
yield item
|
||||||
if l == 1:
|
if l == 1:
|
||||||
self.info()
|
self.info()
|
||||||
|
|
||||||
# new version with progress info
|
# new version with progress info
|
||||||
def status_iterator(self, iterable, summary, colorfunc=darkgreen, length=0):
|
def status_iterator(self, iterable, summary, colorfunc=darkgreen, length=0,
|
||||||
|
stringify_func=lambda x: x):
|
||||||
if length == 0:
|
if length == 0:
|
||||||
for item in self.old_status_iterator(iterable, summary, colorfunc):
|
for item in self.old_status_iterator(iterable, summary, colorfunc,
|
||||||
|
stringify_func):
|
||||||
yield item
|
yield item
|
||||||
return
|
return
|
||||||
l = 0
|
l = 0
|
||||||
@ -120,7 +134,7 @@ class Builder(object):
|
|||||||
for item in iterable:
|
for item in iterable:
|
||||||
l += 1
|
l += 1
|
||||||
s = '%s[%3d%%] %s' % (summary, 100*l/length,
|
s = '%s[%3d%%] %s' % (summary, 100*l/length,
|
||||||
colorfunc(item))
|
colorfunc(stringify_func(item)))
|
||||||
if self.app.verbosity:
|
if self.app.verbosity:
|
||||||
s += '\n'
|
s += '\n'
|
||||||
else:
|
else:
|
||||||
@ -287,23 +301,103 @@ class Builder(object):
|
|||||||
self.prepare_writing(docnames)
|
self.prepare_writing(docnames)
|
||||||
self.info('done')
|
self.info('done')
|
||||||
|
|
||||||
# write target files
|
|
||||||
warnings = []
|
warnings = []
|
||||||
self.env.set_warnfunc(lambda *args: warnings.append(args))
|
self.env.set_warnfunc(lambda *args: warnings.append(args))
|
||||||
|
# check for prerequisites to parallel build
|
||||||
|
# (parallel only works on POSIX, because the forking impl of
|
||||||
|
# multiprocessing is required)
|
||||||
|
if not (multiprocessing and
|
||||||
|
self.app.parallel > 1 and
|
||||||
|
self.allow_parallel and
|
||||||
|
os.name == 'posix'):
|
||||||
|
self._write_serial(sorted(docnames), warnings)
|
||||||
|
else:
|
||||||
|
# number of subprocesses is parallel-1 because the main process
|
||||||
|
# is busy loading doctrees and doing write_doc_serialized()
|
||||||
|
self._write_parallel(sorted(docnames), warnings,
|
||||||
|
nproc=self.app.parallel - 1)
|
||||||
|
self.env.set_warnfunc(self.warn)
|
||||||
|
|
||||||
|
def _write_serial(self, docnames, warnings):
|
||||||
for docname in self.status_iterator(
|
for docname in self.status_iterator(
|
||||||
sorted(docnames), 'writing output... ', darkgreen, len(docnames)):
|
docnames, 'writing output... ', darkgreen, len(docnames)):
|
||||||
doctree = self.env.get_and_resolve_doctree(docname, self)
|
doctree = self.env.get_and_resolve_doctree(docname, self)
|
||||||
|
self.write_doc_serialized(docname, doctree)
|
||||||
self.write_doc(docname, doctree)
|
self.write_doc(docname, doctree)
|
||||||
for warning in warnings:
|
for warning in warnings:
|
||||||
self.warn(*warning)
|
self.warn(*warning)
|
||||||
self.env.set_warnfunc(self.warn)
|
|
||||||
|
def _write_parallel(self, docnames, warnings, nproc):
|
||||||
|
def write_process(docs):
|
||||||
|
try:
|
||||||
|
for docname, doctree in docs:
|
||||||
|
self.write_doc(docname, doctree)
|
||||||
|
except KeyboardInterrupt:
|
||||||
|
pass # do not print a traceback on Ctrl-C
|
||||||
|
finally:
|
||||||
|
for warning in warnings:
|
||||||
|
self.warn(*warning)
|
||||||
|
|
||||||
|
def process_thread(docs):
|
||||||
|
p = multiprocessing.Process(target=write_process, args=(docs,))
|
||||||
|
p.start()
|
||||||
|
p.join()
|
||||||
|
semaphore.release()
|
||||||
|
|
||||||
|
# allow only "nproc" worker processes at once
|
||||||
|
semaphore = threading.Semaphore(nproc)
|
||||||
|
# list of threads to join when waiting for completion
|
||||||
|
threads = []
|
||||||
|
|
||||||
|
# warm up caches/compile templates using the first document
|
||||||
|
firstname, docnames = docnames[0], docnames[1:]
|
||||||
|
doctree = self.env.get_and_resolve_doctree(firstname, self)
|
||||||
|
self.write_doc_serialized(firstname, doctree)
|
||||||
|
self.write_doc(firstname, doctree)
|
||||||
|
# for the rest, determine how many documents to write in one go
|
||||||
|
ndocs = len(docnames)
|
||||||
|
chunksize = min(ndocs // nproc, 10)
|
||||||
|
if chunksize == 0:
|
||||||
|
chunksize = 1
|
||||||
|
nchunks, rest = divmod(ndocs, chunksize)
|
||||||
|
if rest:
|
||||||
|
nchunks += 1
|
||||||
|
# partition documents in "chunks" that will be written by one Process
|
||||||
|
chunks = [docnames[i*chunksize:(i+1)*chunksize] for i in range(nchunks)]
|
||||||
|
for docnames in self.status_iterator(
|
||||||
|
chunks, 'writing output... ', darkgreen, len(chunks),
|
||||||
|
lambda chk: '%s .. %s' % (chk[0], chk[-1])):
|
||||||
|
docs = []
|
||||||
|
for docname in docnames:
|
||||||
|
doctree = self.env.get_and_resolve_doctree(docname, self)
|
||||||
|
self.write_doc_serialized(docname, doctree)
|
||||||
|
docs.append((docname, doctree))
|
||||||
|
# start a new thread to oversee the completion of this chunk
|
||||||
|
semaphore.acquire()
|
||||||
|
t = threading.Thread(target=process_thread, args=(docs,))
|
||||||
|
t.setDaemon(True)
|
||||||
|
t.start()
|
||||||
|
threads.append(t)
|
||||||
|
|
||||||
|
# make sure all threads have finished
|
||||||
|
self.info(bold('waiting for workers... '))#, nonl=True)
|
||||||
|
for t in threads:
|
||||||
|
t.join()
|
||||||
|
|
||||||
def prepare_writing(self, docnames):
|
def prepare_writing(self, docnames):
|
||||||
|
"""A place where you can add logic before :meth:`write_doc` is run"""
|
||||||
raise NotImplementedError
|
raise NotImplementedError
|
||||||
|
|
||||||
def write_doc(self, docname, doctree):
|
def write_doc(self, docname, doctree):
|
||||||
|
"""Where you actually write something to the filesystem."""
|
||||||
raise NotImplementedError
|
raise NotImplementedError
|
||||||
|
|
||||||
|
def write_doc_serialized(self, docname, doctree):
|
||||||
|
"""Handle parts of write_doc that must be called in the main process
|
||||||
|
if parallel build is active.
|
||||||
|
"""
|
||||||
|
pass
|
||||||
|
|
||||||
def finish(self):
|
def finish(self):
|
||||||
"""Finish the building process.
|
"""Finish the building process.
|
||||||
|
|
||||||
@ -318,6 +412,21 @@ class Builder(object):
|
|||||||
"""
|
"""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
def get_builder_config(self, option, default):
|
||||||
|
"""Return a builder specific option.
|
||||||
|
|
||||||
|
This method allows customization of common builder settings by
|
||||||
|
inserting the name of the current builder in the option key.
|
||||||
|
If the key does not exist, use default as builder name.
|
||||||
|
"""
|
||||||
|
# At the moment, only XXX_use_index is looked up this way.
|
||||||
|
# Every new builder variant must be registered in Config.config_values.
|
||||||
|
try:
|
||||||
|
optname = '%s_%s' % (self.name, option)
|
||||||
|
return getattr(self.config, optname)
|
||||||
|
except AttributeError:
|
||||||
|
optname = '%s_%s' % (default, option)
|
||||||
|
return getattr(self.config, optname)
|
||||||
|
|
||||||
BUILTIN_BUILDERS = {
|
BUILTIN_BUILDERS = {
|
||||||
'html': ('html', 'StandaloneHTMLBuilder'),
|
'html': ('html', 'StandaloneHTMLBuilder'),
|
||||||
|
@ -131,12 +131,16 @@ _toctree_template = u'toctree-l%d'
|
|||||||
|
|
||||||
_link_target_template = u' [%(uri)s]'
|
_link_target_template = u' [%(uri)s]'
|
||||||
|
|
||||||
|
_footnote_label_template = u'#%d'
|
||||||
|
|
||||||
|
_footnotes_rubric_name = u'Footnotes'
|
||||||
|
|
||||||
_css_link_target_class = u'link-target'
|
_css_link_target_class = u'link-target'
|
||||||
|
|
||||||
# XXX These strings should be localized according to epub_language
|
# XXX These strings should be localized according to epub_language
|
||||||
_guide_titles = {
|
_guide_titles = {
|
||||||
'toc': u'Table of Contents',
|
'toc': u'Table of Contents',
|
||||||
'cover': u'Cover Page'
|
'cover': u'Cover'
|
||||||
}
|
}
|
||||||
|
|
||||||
_media_types = {
|
_media_types = {
|
||||||
@ -184,14 +188,20 @@ class EpubBuilder(StandaloneHTMLBuilder):
|
|||||||
# the output files for epub must be .html only
|
# the output files for epub must be .html only
|
||||||
self.out_suffix = '.html'
|
self.out_suffix = '.html'
|
||||||
self.playorder = 0
|
self.playorder = 0
|
||||||
|
self.tocid = 0
|
||||||
|
|
||||||
def get_theme_config(self):
|
def get_theme_config(self):
|
||||||
return self.config.epub_theme, self.config.epub_theme_options
|
return self.config.epub_theme, self.config.epub_theme_options
|
||||||
|
|
||||||
# generic support functions
|
# generic support functions
|
||||||
def make_id(self, name):
|
def make_id(self, name, id_cache={}):
|
||||||
"""Replace all characters not allowed for (X)HTML ids."""
|
# id_cache is intentionally mutable
|
||||||
return name.replace('/', '_').replace(' ', '')
|
"""Return a unique id for name."""
|
||||||
|
id = id_cache.get(name)
|
||||||
|
if not id:
|
||||||
|
id = 'epub-%d' % self.env.new_serialno('epub')
|
||||||
|
id_cache[name] = id
|
||||||
|
return id
|
||||||
|
|
||||||
def esc(self, name):
|
def esc(self, name):
|
||||||
"""Replace all characters not allowed in text an attribute values."""
|
"""Replace all characters not allowed in text an attribute values."""
|
||||||
@ -238,20 +248,25 @@ class EpubBuilder(StandaloneHTMLBuilder):
|
|||||||
master_dir += '/' # XXX or os.sep?
|
master_dir += '/' # XXX or os.sep?
|
||||||
for item in self.refnodes:
|
for item in self.refnodes:
|
||||||
item['refuri'] = master_dir + item['refuri']
|
item['refuri'] = master_dir + item['refuri']
|
||||||
self.refnodes.insert(0, {
|
self.toc_add_files(self.refnodes)
|
||||||
|
|
||||||
|
def toc_add_files(self, refnodes):
|
||||||
|
"""Add the master_doc, pre and post files to a list of refnodes.
|
||||||
|
"""
|
||||||
|
refnodes.insert(0, {
|
||||||
'level': 1,
|
'level': 1,
|
||||||
'refuri': self.esc(self.config.master_doc + '.html'),
|
'refuri': self.esc(self.config.master_doc + '.html'),
|
||||||
'text': ssp(self.esc(
|
'text': ssp(self.esc(
|
||||||
self.env.titles[self.config.master_doc].astext()))
|
self.env.titles[self.config.master_doc].astext()))
|
||||||
})
|
})
|
||||||
for file, text in reversed(self.config.epub_pre_files):
|
for file, text in reversed(self.config.epub_pre_files):
|
||||||
self.refnodes.insert(0, {
|
refnodes.insert(0, {
|
||||||
'level': 1,
|
'level': 1,
|
||||||
'refuri': self.esc(file),
|
'refuri': self.esc(file),
|
||||||
'text': ssp(self.esc(text))
|
'text': ssp(self.esc(text))
|
||||||
})
|
})
|
||||||
for file, text in self.config.epub_post_files:
|
for file, text in self.config.epub_post_files:
|
||||||
self.refnodes.append({
|
refnodes.append({
|
||||||
'level': 1,
|
'level': 1,
|
||||||
'refuri': self.esc(file),
|
'refuri': self.esc(file),
|
||||||
'text': ssp(self.esc(text))
|
'text': ssp(self.esc(text))
|
||||||
@ -282,21 +297,73 @@ class EpubBuilder(StandaloneHTMLBuilder):
|
|||||||
node.attributes['ids'] = newids
|
node.attributes['ids'] = newids
|
||||||
|
|
||||||
def add_visible_links(self, tree, show_urls='inline'):
|
def add_visible_links(self, tree, show_urls='inline'):
|
||||||
"""Append visible link targets after external links"""
|
"""Add visible link targets for external links"""
|
||||||
|
|
||||||
|
def make_footnote_ref(doc, label):
|
||||||
|
"""Create a footnote_reference node with children"""
|
||||||
|
footnote_ref = nodes.footnote_reference('[#]_')
|
||||||
|
footnote_ref.append(nodes.Text(label))
|
||||||
|
doc.note_autofootnote_ref(footnote_ref)
|
||||||
|
return footnote_ref
|
||||||
|
|
||||||
|
def make_footnote(doc, label, uri):
|
||||||
|
"""Create a footnote node with children"""
|
||||||
|
footnote = nodes.footnote(uri)
|
||||||
|
para = nodes.paragraph()
|
||||||
|
para.append(nodes.Text(uri))
|
||||||
|
footnote.append(para)
|
||||||
|
footnote.insert(0, nodes.label('', label))
|
||||||
|
doc.note_autofootnote(footnote)
|
||||||
|
return footnote
|
||||||
|
|
||||||
|
def footnote_spot(tree):
|
||||||
|
"""Find or create a spot to place footnotes.
|
||||||
|
|
||||||
|
The function returns the tuple (parent, index)."""
|
||||||
|
# The code uses the following heuristic:
|
||||||
|
# a) place them after the last existing footnote
|
||||||
|
# b) place them after an (empty) Footnotes rubric
|
||||||
|
# c) create an empty Footnotes rubric at the end of the document
|
||||||
|
fns = tree.traverse(nodes.footnote)
|
||||||
|
if fns:
|
||||||
|
fn = fns[-1]
|
||||||
|
return fn.parent, fn.parent.index(fn) + 1
|
||||||
|
for node in tree.traverse(nodes.rubric):
|
||||||
|
if len(node.children) == 1 and \
|
||||||
|
node.children[0].astext() == _footnotes_rubric_name:
|
||||||
|
return node.parent, node.parent.index(node) + 1
|
||||||
|
doc = tree.traverse(nodes.document)[0]
|
||||||
|
rub = nodes.rubric()
|
||||||
|
rub.append(nodes.Text(_footnotes_rubric_name))
|
||||||
|
doc.append(rub)
|
||||||
|
return doc, doc.index(rub) + 1
|
||||||
|
|
||||||
if show_urls == 'no':
|
if show_urls == 'no':
|
||||||
return
|
return
|
||||||
|
if show_urls == 'footnote':
|
||||||
|
doc = tree.traverse(nodes.document)[0]
|
||||||
|
fn_spot, fn_idx = footnote_spot(tree)
|
||||||
|
nr = 1
|
||||||
for node in tree.traverse(nodes.reference):
|
for node in tree.traverse(nodes.reference):
|
||||||
uri = node.get('refuri', '')
|
uri = node.get('refuri', '')
|
||||||
if (uri.startswith('http:') or uri.startswith('https:') or
|
if (uri.startswith('http:') or uri.startswith('https:') or
|
||||||
uri.startswith('ftp:')) and uri not in node.astext():
|
uri.startswith('ftp:')) and uri not in node.astext():
|
||||||
uri = _link_target_template % {'uri': uri}
|
|
||||||
if uri:
|
|
||||||
idx = node.parent.index(node) + 1
|
idx = node.parent.index(node) + 1
|
||||||
if show_urls == 'inline':
|
if show_urls == 'inline':
|
||||||
|
uri = _link_target_template % {'uri': uri}
|
||||||
link = nodes.inline(uri, uri)
|
link = nodes.inline(uri, uri)
|
||||||
link['classes'].append(_css_link_target_class)
|
link['classes'].append(_css_link_target_class)
|
||||||
node.parent.insert(idx, link)
|
node.parent.insert(idx, link)
|
||||||
|
elif show_urls == 'footnote':
|
||||||
|
label = _footnote_label_template % nr
|
||||||
|
nr += 1
|
||||||
|
footnote_ref = make_footnote_ref(doc, label)
|
||||||
|
node.parent.insert(idx, footnote_ref)
|
||||||
|
footnote = make_footnote(doc, label, uri)
|
||||||
|
fn_spot.insert(fn_idx, footnote)
|
||||||
|
footnote_ref['refid'] = footnote['ids'][0]
|
||||||
|
footnote.add_backref(footnote_ref['ids'][0])
|
||||||
|
fn_idx += 1
|
||||||
|
|
||||||
def write_doc(self, docname, doctree):
|
def write_doc(self, docname, doctree):
|
||||||
"""Write one document file.
|
"""Write one document file.
|
||||||
@ -466,6 +533,9 @@ class EpubBuilder(StandaloneHTMLBuilder):
|
|||||||
continue
|
continue
|
||||||
ext = path.splitext(filename)[-1]
|
ext = path.splitext(filename)[-1]
|
||||||
if ext not in _media_types:
|
if ext not in _media_types:
|
||||||
|
# we always have JS and potentially OpenSearch files, don't
|
||||||
|
# always warn about them
|
||||||
|
if ext not in ('.js', '.xml'):
|
||||||
self.warn('unknown mimetype for %s, ignoring' % filename)
|
self.warn('unknown mimetype for %s, ignoring' % filename)
|
||||||
continue
|
continue
|
||||||
projectfiles.append(_file_template % {
|
projectfiles.append(_file_template % {
|
||||||
@ -489,7 +559,7 @@ class EpubBuilder(StandaloneHTMLBuilder):
|
|||||||
spine.append(_spine_template % {
|
spine.append(_spine_template % {
|
||||||
'idref': self.esc(self.make_id(info[0] + self.out_suffix))
|
'idref': self.esc(self.make_id(info[0] + self.out_suffix))
|
||||||
})
|
})
|
||||||
if self.config.html_use_index:
|
if self.get_builder_config('use_index', 'epub'):
|
||||||
spine.append(_spine_template % {
|
spine.append(_spine_template % {
|
||||||
'idref': self.esc(self.make_id('genindex' + self.out_suffix))
|
'idref': self.esc(self.make_id('genindex' + self.out_suffix))
|
||||||
})
|
})
|
||||||
@ -565,8 +635,9 @@ class EpubBuilder(StandaloneHTMLBuilder):
|
|||||||
# XXX Modifies the node
|
# XXX Modifies the node
|
||||||
if incr:
|
if incr:
|
||||||
self.playorder += 1
|
self.playorder += 1
|
||||||
|
self.tocid += 1
|
||||||
node['indent'] = _navpoint_indent * level
|
node['indent'] = _navpoint_indent * level
|
||||||
node['navpoint'] = self.esc(_navPoint_template % self.playorder)
|
node['navpoint'] = self.esc(_navPoint_template % self.tocid)
|
||||||
node['playorder'] = self.playorder
|
node['playorder'] = self.playorder
|
||||||
return _navpoint_template % node
|
return _navpoint_template % node
|
||||||
|
|
||||||
@ -637,10 +708,13 @@ class EpubBuilder(StandaloneHTMLBuilder):
|
|||||||
"""Write the metainfo file toc.ncx."""
|
"""Write the metainfo file toc.ncx."""
|
||||||
self.info('writing %s file...' % outname)
|
self.info('writing %s file...' % outname)
|
||||||
|
|
||||||
|
if self.config.epub_tocscope == 'default':
|
||||||
doctree = self.env.get_and_resolve_doctree(self.config.master_doc,
|
doctree = self.env.get_and_resolve_doctree(self.config.master_doc,
|
||||||
self, prune_toctrees=False, includehidden=False)
|
self, prune_toctrees=False, includehidden=False)
|
||||||
refnodes = self.get_refnodes(doctree, [])
|
refnodes = self.get_refnodes(doctree, [])
|
||||||
if not refnodes:
|
self.toc_add_files(refnodes)
|
||||||
|
else:
|
||||||
|
# 'includehidden'
|
||||||
refnodes = self.refnodes
|
refnodes = self.refnodes
|
||||||
navpoints = self.build_navpoints(refnodes)
|
navpoints = self.build_navpoints(refnodes)
|
||||||
level = max(item['level'] for item in self.refnodes)
|
level = max(item['level'] for item in self.refnodes)
|
||||||
|
@ -9,16 +9,18 @@
|
|||||||
:license: BSD, see LICENSE for details.
|
:license: BSD, see LICENSE for details.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
from os import path
|
from os import path, walk
|
||||||
from codecs import open
|
from codecs import open
|
||||||
from datetime import datetime
|
from time import time
|
||||||
|
from datetime import datetime, tzinfo, timedelta
|
||||||
from collections import defaultdict
|
from collections import defaultdict
|
||||||
|
from uuid import uuid4
|
||||||
|
|
||||||
from sphinx.builders import Builder
|
from sphinx.builders import Builder
|
||||||
from sphinx.util import split_index_msg
|
from sphinx.util import split_index_msg
|
||||||
from sphinx.util.nodes import extract_messages, traverse_translatable_index
|
from sphinx.util.nodes import extract_messages, traverse_translatable_index
|
||||||
from sphinx.util.osutil import safe_relpath, ensuredir, find_catalog
|
from sphinx.util.osutil import safe_relpath, ensuredir, find_catalog, SEP
|
||||||
from sphinx.util.console import darkgreen
|
from sphinx.util.console import darkgreen, purple, bold
|
||||||
from sphinx.locale import pairindextypes
|
from sphinx.locale import pairindextypes
|
||||||
|
|
||||||
POHEADER = ur"""
|
POHEADER = ur"""
|
||||||
@ -57,6 +59,17 @@ class Catalog(object):
|
|||||||
self.metadata[msg].append((origin.source, origin.line, origin.uid))
|
self.metadata[msg].append((origin.source, origin.line, origin.uid))
|
||||||
|
|
||||||
|
|
||||||
|
class MsgOrigin(object):
|
||||||
|
"""
|
||||||
|
Origin holder for Catalog message origin.
|
||||||
|
"""
|
||||||
|
|
||||||
|
def __init__(self, source, line):
|
||||||
|
self.source = source
|
||||||
|
self.line = line
|
||||||
|
self.uid = uuid4().hex
|
||||||
|
|
||||||
|
|
||||||
class I18nBuilder(Builder):
|
class I18nBuilder(Builder):
|
||||||
"""
|
"""
|
||||||
General i18n builder.
|
General i18n builder.
|
||||||
@ -95,26 +108,79 @@ class I18nBuilder(Builder):
|
|||||||
catalog.add(m, node)
|
catalog.add(m, node)
|
||||||
|
|
||||||
|
|
||||||
|
timestamp = time()
|
||||||
|
|
||||||
|
class LocalTimeZone(tzinfo):
|
||||||
|
|
||||||
|
def __init__(self, *args, **kw):
|
||||||
|
super(LocalTimeZone, self).__init__(*args, **kw)
|
||||||
|
tzdelta = datetime.fromtimestamp(timestamp) - \
|
||||||
|
datetime.utcfromtimestamp(timestamp)
|
||||||
|
self.tzdelta = tzdelta
|
||||||
|
|
||||||
|
def utcoffset(self, dt):
|
||||||
|
return self.tzdelta
|
||||||
|
|
||||||
|
def dst(self, dt):
|
||||||
|
return timedelta(0)
|
||||||
|
|
||||||
|
ltz = LocalTimeZone()
|
||||||
|
|
||||||
|
|
||||||
class MessageCatalogBuilder(I18nBuilder):
|
class MessageCatalogBuilder(I18nBuilder):
|
||||||
"""
|
"""
|
||||||
Builds gettext-style message catalogs (.pot files).
|
Builds gettext-style message catalogs (.pot files).
|
||||||
"""
|
"""
|
||||||
name = 'gettext'
|
name = 'gettext'
|
||||||
|
|
||||||
|
def init(self):
|
||||||
|
I18nBuilder.init(self)
|
||||||
|
self.create_template_bridge()
|
||||||
|
self.templates.init(self)
|
||||||
|
|
||||||
|
def _collect_templates(self):
|
||||||
|
template_files = set()
|
||||||
|
for template_path in self.config.templates_path:
|
||||||
|
tmpl_abs_path = path.join(self.app.srcdir, template_path)
|
||||||
|
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)
|
||||||
|
template_files.add(filename)
|
||||||
|
return template_files
|
||||||
|
|
||||||
|
def _extract_from_template(self):
|
||||||
|
files = self._collect_templates()
|
||||||
|
self.info(bold('building [%s]: ' % self.name), nonl=1)
|
||||||
|
self.info('targets for %d template files' % len(files))
|
||||||
|
|
||||||
|
extract_translations = self.templates.environment.extract_translations
|
||||||
|
|
||||||
|
for template in self.status_iterator(files,
|
||||||
|
'reading templates... ', purple, len(files)):
|
||||||
|
context = open(template, 'r', encoding='utf-8').read()
|
||||||
|
for line, meth, msg in extract_translations(context):
|
||||||
|
origin = MsgOrigin(template, line)
|
||||||
|
self.catalogs['sphinx'].add(msg, origin)
|
||||||
|
|
||||||
|
def build(self, docnames, summary=None, method='update'):
|
||||||
|
self._extract_from_template()
|
||||||
|
I18nBuilder.build(self, docnames, summary, method)
|
||||||
|
|
||||||
def finish(self):
|
def finish(self):
|
||||||
I18nBuilder.finish(self)
|
I18nBuilder.finish(self)
|
||||||
data = dict(
|
data = dict(
|
||||||
version = self.config.version,
|
version = self.config.version,
|
||||||
copyright = self.config.copyright,
|
copyright = self.config.copyright,
|
||||||
project = self.config.project,
|
project = self.config.project,
|
||||||
# XXX should supply tz
|
ctime = datetime.fromtimestamp(
|
||||||
ctime = datetime.now().strftime('%Y-%m-%d %H:%M%z'),
|
timestamp, ltz).strftime('%Y-%m-%d %H:%M%z'),
|
||||||
)
|
)
|
||||||
for textdomain, catalog in self.status_iterator(
|
for textdomain, catalog in self.status_iterator(
|
||||||
self.catalogs.iteritems(), "writing message catalogs... ",
|
self.catalogs.iteritems(), "writing message catalogs... ",
|
||||||
lambda (textdomain, _): darkgreen(textdomain),
|
darkgreen, len(self.catalogs),
|
||||||
len(self.catalogs)):
|
lambda (textdomain, _): textdomain):
|
||||||
|
|
||||||
# noop if config.gettext_compact is set
|
# noop if config.gettext_compact is set
|
||||||
ensuredir(path.join(self.outdir, path.dirname(textdomain)))
|
ensuredir(path.join(self.outdir, path.dirname(textdomain)))
|
||||||
|
|
||||||
@ -136,7 +202,8 @@ class MessageCatalogBuilder(I18nBuilder):
|
|||||||
|
|
||||||
# message contains *one* line of text ready for translation
|
# message contains *one* line of text ready for translation
|
||||||
message = message.replace(u'\\', ur'\\'). \
|
message = message.replace(u'\\', ur'\\'). \
|
||||||
replace(u'"', ur'\"')
|
replace(u'"', ur'\"'). \
|
||||||
|
replace(u'\n', u'\\n"\n"')
|
||||||
pofile.write(u'msgid "%s"\nmsgstr ""\n\n' % message)
|
pofile.write(u'msgid "%s"\nmsgstr ""\n\n' % message)
|
||||||
|
|
||||||
finally:
|
finally:
|
||||||
|
@ -53,20 +53,16 @@ INVENTORY_FILENAME = 'objects.inv'
|
|||||||
LAST_BUILD_FILENAME = 'last_build'
|
LAST_BUILD_FILENAME = 'last_build'
|
||||||
|
|
||||||
|
|
||||||
def get_object_hash(obj):
|
def get_stable_hash(obj):
|
||||||
"""
|
"""
|
||||||
In python3.3, unicode(dict_instance) retun another string per process.
|
Return a stable hash for a Python data structure. We can't just use
|
||||||
get_object_hash(dict_instance) return same hash for same dict_instance.
|
the md5 of str(obj) since for example dictionary items are enumerated
|
||||||
|
in unpredictable order due to hash randomization in newer Pythons.
|
||||||
"""
|
"""
|
||||||
if isinstance(obj, dict):
|
if isinstance(obj, dict):
|
||||||
return get_object_hash(list(obj.items()))
|
return get_stable_hash(list(obj.items()))
|
||||||
|
|
||||||
elif isinstance(obj, (list, tuple)):
|
elif isinstance(obj, (list, tuple)):
|
||||||
obj = sorted(get_object_hash(o) for o in obj)
|
obj = sorted(get_stable_hash(o) for o in obj)
|
||||||
|
|
||||||
else: # int or other objects
|
|
||||||
pass
|
|
||||||
|
|
||||||
return md5(unicode(obj).encode('utf8')).hexdigest()
|
return md5(unicode(obj).encode('utf8')).hexdigest()
|
||||||
|
|
||||||
|
|
||||||
@ -77,6 +73,7 @@ class StandaloneHTMLBuilder(Builder):
|
|||||||
name = 'html'
|
name = 'html'
|
||||||
format = 'html'
|
format = 'html'
|
||||||
copysource = True
|
copysource = True
|
||||||
|
allow_parallel = True
|
||||||
out_suffix = '.html'
|
out_suffix = '.html'
|
||||||
link_suffix = '.html' # defaults to matching out_suffix
|
link_suffix = '.html' # defaults to matching out_suffix
|
||||||
indexer_format = js_index
|
indexer_format = js_index
|
||||||
@ -173,8 +170,8 @@ class StandaloneHTMLBuilder(Builder):
|
|||||||
cfgdict = dict((name, self.config[name])
|
cfgdict = dict((name, self.config[name])
|
||||||
for (name, desc) in self.config.values.iteritems()
|
for (name, desc) in self.config.values.iteritems()
|
||||||
if desc[1] == 'html')
|
if desc[1] == 'html')
|
||||||
self.config_hash = get_object_hash(cfgdict)
|
self.config_hash = get_stable_hash(cfgdict)
|
||||||
self.tags_hash = get_object_hash(sorted(self.tags))
|
self.tags_hash = get_stable_hash(sorted(self.tags))
|
||||||
old_config_hash = old_tags_hash = ''
|
old_config_hash = old_tags_hash = ''
|
||||||
try:
|
try:
|
||||||
fp = open(path.join(self.outdir, '.buildinfo'))
|
fp = open(path.join(self.outdir, '.buildinfo'))
|
||||||
@ -308,7 +305,7 @@ class StandaloneHTMLBuilder(Builder):
|
|||||||
self.relations = self.env.collect_relations()
|
self.relations = self.env.collect_relations()
|
||||||
|
|
||||||
rellinks = []
|
rellinks = []
|
||||||
if self.config.html_use_index:
|
if self.get_builder_config('use_index', 'html'):
|
||||||
rellinks.append(('genindex', _('General Index'), 'I', _('index')))
|
rellinks.append(('genindex', _('General Index'), 'I', _('index')))
|
||||||
for indexname, indexcls, content, collapse in self.domain_indices:
|
for indexname, indexcls, content, collapse in self.domain_indices:
|
||||||
# if it has a short name
|
# if it has a short name
|
||||||
@ -430,7 +427,6 @@ class StandaloneHTMLBuilder(Builder):
|
|||||||
|
|
||||||
self.secnumbers = self.env.toc_secnumbers.get(docname, {})
|
self.secnumbers = self.env.toc_secnumbers.get(docname, {})
|
||||||
self.imgpath = relative_uri(self.get_target_uri(docname), '_images')
|
self.imgpath = relative_uri(self.get_target_uri(docname), '_images')
|
||||||
self.post_process_images(doctree)
|
|
||||||
self.dlpath = relative_uri(self.get_target_uri(docname), '_downloads')
|
self.dlpath = relative_uri(self.get_target_uri(docname), '_downloads')
|
||||||
self.current_docname = docname
|
self.current_docname = docname
|
||||||
self.docwriter.write(doctree, destination)
|
self.docwriter.write(doctree, destination)
|
||||||
@ -439,9 +435,15 @@ class StandaloneHTMLBuilder(Builder):
|
|||||||
metatags = self.docwriter.clean_meta
|
metatags = self.docwriter.clean_meta
|
||||||
|
|
||||||
ctx = self.get_doc_context(docname, body, metatags)
|
ctx = self.get_doc_context(docname, body, metatags)
|
||||||
self.index_page(docname, doctree, ctx.get('title', ''))
|
|
||||||
self.handle_page(docname, ctx, event_arg=doctree)
|
self.handle_page(docname, ctx, event_arg=doctree)
|
||||||
|
|
||||||
|
def write_doc_serialized(self, docname, doctree):
|
||||||
|
self.imgpath = relative_uri(self.get_target_uri(docname), '_images')
|
||||||
|
self.post_process_images(doctree)
|
||||||
|
title = self.env.longtitles.get(docname)
|
||||||
|
title = title and self.render_partial(title)['title'] or ''
|
||||||
|
self.index_page(docname, doctree, title)
|
||||||
|
|
||||||
def finish(self):
|
def finish(self):
|
||||||
self.info(bold('writing additional files...'), nonl=1)
|
self.info(bold('writing additional files...'), nonl=1)
|
||||||
|
|
||||||
@ -451,7 +453,7 @@ class StandaloneHTMLBuilder(Builder):
|
|||||||
self.handle_page(pagename, context, template)
|
self.handle_page(pagename, context, template)
|
||||||
|
|
||||||
# the global general index
|
# the global general index
|
||||||
if self.config.html_use_index:
|
if self.get_builder_config('use_index', 'html'):
|
||||||
self.write_genindex()
|
self.write_genindex()
|
||||||
|
|
||||||
# the global domain-specific indices
|
# the global domain-specific indices
|
||||||
@ -936,6 +938,7 @@ class SingleFileHTMLBuilder(StandaloneHTMLBuilder):
|
|||||||
doctree = self.assemble_doctree()
|
doctree = self.assemble_doctree()
|
||||||
self.info()
|
self.info()
|
||||||
self.info(bold('writing... '), nonl=True)
|
self.info(bold('writing... '), nonl=True)
|
||||||
|
self.write_doc_serialized(self.config.master_doc, doctree)
|
||||||
self.write_doc(self.config.master_doc, doctree)
|
self.write_doc(self.config.master_doc, doctree)
|
||||||
self.info('done')
|
self.info('done')
|
||||||
|
|
||||||
|
@ -157,6 +157,14 @@ class LaTeXBuilder(Builder):
|
|||||||
path.join(self.outdir, dest))
|
path.join(self.outdir, dest))
|
||||||
self.info()
|
self.info()
|
||||||
|
|
||||||
|
# copy TeX support files from texinputs
|
||||||
|
self.info(bold('copying TeX support files...'))
|
||||||
|
staticdirname = path.join(package_dir, 'texinputs')
|
||||||
|
for filename in os.listdir(staticdirname):
|
||||||
|
if not filename.startswith('.'):
|
||||||
|
copyfile(path.join(staticdirname, filename),
|
||||||
|
path.join(self.outdir, filename))
|
||||||
|
|
||||||
# copy additional files
|
# copy additional files
|
||||||
if self.config.latex_additional_files:
|
if self.config.latex_additional_files:
|
||||||
self.info(bold('copying additional files...'), nonl=1)
|
self.info(bold('copying additional files...'), nonl=1)
|
||||||
@ -171,11 +179,4 @@ class LaTeXBuilder(Builder):
|
|||||||
logobase = path.basename(self.config.latex_logo)
|
logobase = path.basename(self.config.latex_logo)
|
||||||
copyfile(path.join(self.confdir, self.config.latex_logo),
|
copyfile(path.join(self.confdir, self.config.latex_logo),
|
||||||
path.join(self.outdir, logobase))
|
path.join(self.outdir, logobase))
|
||||||
|
|
||||||
self.info(bold('copying TeX support files... '), nonl=True)
|
|
||||||
staticdirname = path.join(package_dir, 'texinputs')
|
|
||||||
for filename in os.listdir(staticdirname):
|
|
||||||
if not filename.startswith('.'):
|
|
||||||
copyfile(path.join(staticdirname, filename),
|
|
||||||
path.join(self.outdir, filename))
|
|
||||||
self.info('done')
|
self.info('done')
|
||||||
|
@ -23,6 +23,7 @@ class TextBuilder(Builder):
|
|||||||
name = 'text'
|
name = 'text'
|
||||||
format = 'text'
|
format = 'text'
|
||||||
out_suffix = '.txt'
|
out_suffix = '.txt'
|
||||||
|
allow_parallel = True
|
||||||
|
|
||||||
def init(self):
|
def init(self):
|
||||||
pass
|
pass
|
||||||
|
@ -56,20 +56,25 @@ class WebSupportBuilder(PickleHTMLBuilder):
|
|||||||
destination = StringOutput(encoding='utf-8')
|
destination = StringOutput(encoding='utf-8')
|
||||||
doctree.settings = self.docsettings
|
doctree.settings = self.docsettings
|
||||||
|
|
||||||
self.cur_docname = docname
|
|
||||||
self.secnumbers = self.env.toc_secnumbers.get(docname, {})
|
self.secnumbers = self.env.toc_secnumbers.get(docname, {})
|
||||||
self.imgpath = '/' + posixpath.join(self.virtual_staticdir, '_images')
|
self.imgpath = '/' + posixpath.join(self.virtual_staticdir, '_images')
|
||||||
self.post_process_images(doctree)
|
|
||||||
self.dlpath = '/' + posixpath.join(self.virtual_staticdir, '_downloads')
|
self.dlpath = '/' + posixpath.join(self.virtual_staticdir, '_downloads')
|
||||||
|
self.current_docname = docname
|
||||||
self.docwriter.write(doctree, destination)
|
self.docwriter.write(doctree, destination)
|
||||||
self.docwriter.assemble_parts()
|
self.docwriter.assemble_parts()
|
||||||
body = self.docwriter.parts['fragment']
|
body = self.docwriter.parts['fragment']
|
||||||
metatags = self.docwriter.clean_meta
|
metatags = self.docwriter.clean_meta
|
||||||
|
|
||||||
ctx = self.get_doc_context(docname, body, metatags)
|
ctx = self.get_doc_context(docname, body, metatags)
|
||||||
self.index_page(docname, doctree, ctx.get('title', ''))
|
|
||||||
self.handle_page(docname, ctx, event_arg=doctree)
|
self.handle_page(docname, ctx, event_arg=doctree)
|
||||||
|
|
||||||
|
def write_doc_serialized(self, docname, doctree):
|
||||||
|
self.imgpath = '/' + posixpath.join(self.virtual_staticdir, '_images')
|
||||||
|
self.post_process_images(doctree)
|
||||||
|
title = self.env.longtitles.get(docname)
|
||||||
|
title = title and self.render_partial(title)['title'] or ''
|
||||||
|
self.index_page(docname, doctree, title)
|
||||||
|
|
||||||
def load_indexer(self, docnames):
|
def load_indexer(self, docnames):
|
||||||
self.indexer = self.search
|
self.indexer = self.search
|
||||||
self.indexer.init_indexing(changed=docnames)
|
self.indexer.init_indexing(changed=docnames)
|
||||||
|
@ -26,6 +26,7 @@ class XMLBuilder(Builder):
|
|||||||
name = 'xml'
|
name = 'xml'
|
||||||
format = 'xml'
|
format = 'xml'
|
||||||
out_suffix = '.xml'
|
out_suffix = '.xml'
|
||||||
|
allow_parallel = True
|
||||||
|
|
||||||
_writer_class = XMLWriter
|
_writer_class = XMLWriter
|
||||||
|
|
||||||
@ -52,7 +53,7 @@ class XMLBuilder(Builder):
|
|||||||
pass
|
pass
|
||||||
|
|
||||||
def get_target_uri(self, docname, typ=None):
|
def get_target_uri(self, docname, typ=None):
|
||||||
return ''
|
return docname
|
||||||
|
|
||||||
def prepare_writing(self, docnames):
|
def prepare_writing(self, docnames):
|
||||||
self.writer = self._writer_class(self)
|
self.writer = self._writer_class(self)
|
||||||
|
@ -48,6 +48,7 @@ General options
|
|||||||
-E don't use a saved environment, always read all files
|
-E don't use a saved environment, always read all files
|
||||||
-d <path> path for the cached environment and doctree files
|
-d <path> path for the cached environment and doctree files
|
||||||
(default: outdir/.doctrees)
|
(default: outdir/.doctrees)
|
||||||
|
-j <N> build in parallel with N processes where possible
|
||||||
|
|
||||||
Build configuration options
|
Build configuration options
|
||||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||||
@ -89,7 +90,7 @@ def main(argv):
|
|||||||
nocolor()
|
nocolor()
|
||||||
|
|
||||||
try:
|
try:
|
||||||
opts, args = getopt.getopt(argv[1:], 'ab:t:d:c:CD:A:nNEqQWw:PThv',
|
opts, args = getopt.getopt(argv[1:], 'ab:t:d:c:CD:A:nNEqQWw:PThvj:',
|
||||||
['help', 'version'])
|
['help', 'version'])
|
||||||
allopts = set(opt[0] for opt in opts)
|
allopts = set(opt[0] for opt in opts)
|
||||||
if '-h' in allopts or '--help' in allopts:
|
if '-h' in allopts or '--help' in allopts:
|
||||||
@ -139,6 +140,7 @@ def main(argv):
|
|||||||
force_all = freshenv = warningiserror = use_pdb = False
|
force_all = freshenv = warningiserror = use_pdb = False
|
||||||
show_traceback = False
|
show_traceback = False
|
||||||
verbosity = 0
|
verbosity = 0
|
||||||
|
parallel = 0
|
||||||
status = sys.stdout
|
status = sys.stdout
|
||||||
warning = sys.stderr
|
warning = sys.stderr
|
||||||
error = sys.stderr
|
error = sys.stderr
|
||||||
@ -220,6 +222,13 @@ def main(argv):
|
|||||||
elif opt == '-v':
|
elif opt == '-v':
|
||||||
verbosity += 1
|
verbosity += 1
|
||||||
show_traceback = True
|
show_traceback = True
|
||||||
|
elif opt == '-j':
|
||||||
|
try:
|
||||||
|
parallel = int(val)
|
||||||
|
except ValueError:
|
||||||
|
print >>sys.stderr, ('Error: -j option argument must be an '
|
||||||
|
'integer.')
|
||||||
|
return 1
|
||||||
|
|
||||||
if warning and warnfile:
|
if warning and warnfile:
|
||||||
warnfp = open(warnfile, 'w')
|
warnfp = open(warnfile, 'w')
|
||||||
@ -234,7 +243,7 @@ def main(argv):
|
|||||||
try:
|
try:
|
||||||
app = Sphinx(srcdir, confdir, outdir, doctreedir, buildername,
|
app = Sphinx(srcdir, confdir, outdir, doctreedir, buildername,
|
||||||
confoverrides, status, warning, freshenv,
|
confoverrides, status, warning, freshenv,
|
||||||
warningiserror, tags, verbosity)
|
warningiserror, tags, verbosity, parallel)
|
||||||
app.build(force_all, filenames)
|
app.build(force_all, filenames)
|
||||||
return app.statuscode
|
return app.statuscode
|
||||||
except (Exception, KeyboardInterrupt), err:
|
except (Exception, KeyboardInterrupt), err:
|
||||||
|
@ -140,9 +140,11 @@ class Config(object):
|
|||||||
epub_exclude_files = ([], 'env'),
|
epub_exclude_files = ([], 'env'),
|
||||||
epub_tocdepth = (3, 'env'),
|
epub_tocdepth = (3, 'env'),
|
||||||
epub_tocdup = (True, 'env'),
|
epub_tocdup = (True, 'env'),
|
||||||
|
epub_tocscope = ('default', 'env'),
|
||||||
epub_fix_images = (False, 'env'),
|
epub_fix_images = (False, 'env'),
|
||||||
epub_max_image_width = (0, 'env'),
|
epub_max_image_width = (0, 'env'),
|
||||||
epub_show_urls = ('inline', 'html'),
|
epub_show_urls = ('inline', 'html'),
|
||||||
|
epub_use_index = (lambda self: self.html_use_index, 'html'),
|
||||||
|
|
||||||
# LaTeX options
|
# LaTeX options
|
||||||
latex_documents = (lambda self: [(self.master_doc,
|
latex_documents = (lambda self: [(self.master_doc,
|
||||||
|
@ -92,7 +92,7 @@ class LiteralInclude(Directive):
|
|||||||
has_content = False
|
has_content = False
|
||||||
required_arguments = 1
|
required_arguments = 1
|
||||||
optional_arguments = 0
|
optional_arguments = 0
|
||||||
final_argument_whitespace = False
|
final_argument_whitespace = True
|
||||||
option_spec = {
|
option_spec = {
|
||||||
'linenos': directives.flag,
|
'linenos': directives.flag,
|
||||||
'tab-width': int,
|
'tab-width': int,
|
||||||
@ -122,11 +122,11 @@ class LiteralInclude(Directive):
|
|||||||
|
|
||||||
encoding = self.options.get('encoding', env.config.source_encoding)
|
encoding = self.options.get('encoding', env.config.source_encoding)
|
||||||
codec_info = codecs.lookup(encoding)
|
codec_info = codecs.lookup(encoding)
|
||||||
|
f = None
|
||||||
try:
|
try:
|
||||||
f = codecs.StreamReaderWriter(open(filename, 'rb'),
|
f = codecs.StreamReaderWriter(open(filename, 'rb'),
|
||||||
codec_info[2], codec_info[3], 'strict')
|
codec_info[2], codec_info[3], 'strict')
|
||||||
lines = f.readlines()
|
lines = f.readlines()
|
||||||
f.close()
|
|
||||||
except (IOError, OSError):
|
except (IOError, OSError):
|
||||||
return [document.reporter.warning(
|
return [document.reporter.warning(
|
||||||
'Include file %r not found or reading it failed' % filename,
|
'Include file %r not found or reading it failed' % filename,
|
||||||
@ -136,6 +136,9 @@ class LiteralInclude(Directive):
|
|||||||
'Encoding %r used for reading included file %r seems to '
|
'Encoding %r used for reading included file %r seems to '
|
||||||
'be wrong, try giving an :encoding: option' %
|
'be wrong, try giving an :encoding: option' %
|
||||||
(encoding, filename))]
|
(encoding, filename))]
|
||||||
|
finally:
|
||||||
|
if f is not None:
|
||||||
|
f.close()
|
||||||
|
|
||||||
objectname = self.options.get('pyobject')
|
objectname = self.options.get('pyobject')
|
||||||
if objectname is not None:
|
if objectname is not None:
|
||||||
|
@ -14,7 +14,7 @@ from docutils.parsers.rst.directives.misc import Class
|
|||||||
from docutils.parsers.rst.directives.misc import Include as BaseInclude
|
from docutils.parsers.rst.directives.misc import Include as BaseInclude
|
||||||
|
|
||||||
from sphinx import addnodes
|
from sphinx import addnodes
|
||||||
from sphinx.locale import _
|
from sphinx.locale import versionlabels, _
|
||||||
from sphinx.util import url_re, docname_join
|
from sphinx.util import url_re, docname_join
|
||||||
from sphinx.util.nodes import explicit_title_re, set_source_info, \
|
from sphinx.util.nodes import explicit_title_re, set_source_info, \
|
||||||
process_index_entry
|
process_index_entry
|
||||||
@ -190,19 +190,32 @@ class VersionChange(Directive):
|
|||||||
set_source_info(self, node)
|
set_source_info(self, node)
|
||||||
node['type'] = self.name
|
node['type'] = self.name
|
||||||
node['version'] = self.arguments[0]
|
node['version'] = self.arguments[0]
|
||||||
|
text = versionlabels[self.name] % self.arguments[0]
|
||||||
if len(self.arguments) == 2:
|
if len(self.arguments) == 2:
|
||||||
inodes, messages = self.state.inline_text(self.arguments[1],
|
inodes, messages = self.state.inline_text(self.arguments[1],
|
||||||
self.lineno+1)
|
self.lineno+1)
|
||||||
node.extend(inodes)
|
para = nodes.paragraph(self.arguments[1], '', *inodes)
|
||||||
|
set_source_info(self, para)
|
||||||
|
node.append(para)
|
||||||
|
else:
|
||||||
|
messages = []
|
||||||
if self.content:
|
if self.content:
|
||||||
self.state.nested_parse(self.content, self.content_offset, node)
|
self.state.nested_parse(self.content, self.content_offset, node)
|
||||||
ret = [node] + messages
|
if len(node):
|
||||||
|
if isinstance(node[0], nodes.paragraph) and node[0].rawsource:
|
||||||
|
content = nodes.inline(node[0].rawsource, translatable=True)
|
||||||
|
content.source = node[0].source
|
||||||
|
content.line = node[0].line
|
||||||
|
content += node[0].children
|
||||||
|
node[0].replace_self(nodes.paragraph('', '', content))
|
||||||
|
node[0].insert(0, nodes.inline('', '%s: ' % text))
|
||||||
else:
|
else:
|
||||||
ret = [node]
|
para = nodes.paragraph('', '', nodes.inline('', '%s.' % text))
|
||||||
|
node.append(para)
|
||||||
env = self.state.document.settings.env
|
env = self.state.document.settings.env
|
||||||
# XXX should record node.source as well
|
# XXX should record node.source as well
|
||||||
env.note_versionchange(node['type'], node['version'], node, node.line)
|
env.note_versionchange(node['type'], node['version'], node, node.line)
|
||||||
return ret
|
return [node] + messages
|
||||||
|
|
||||||
|
|
||||||
class SeeAlso(BaseAdmonition):
|
class SeeAlso(BaseAdmonition):
|
||||||
|
@ -205,6 +205,42 @@ class OptionXRefRole(XRefRole):
|
|||||||
return title, target
|
return title, target
|
||||||
|
|
||||||
|
|
||||||
|
def make_termnodes_from_paragraph_node(env, node, new_id=None):
|
||||||
|
gloss_entries = env.temp_data.setdefault('gloss_entries', set())
|
||||||
|
objects = env.domaindata['std']['objects']
|
||||||
|
|
||||||
|
termtext = node.astext()
|
||||||
|
if new_id is None:
|
||||||
|
new_id = 'term-' + nodes.make_id(termtext)
|
||||||
|
if new_id in gloss_entries:
|
||||||
|
new_id = 'term-' + str(len(gloss_entries))
|
||||||
|
gloss_entries.add(new_id)
|
||||||
|
objects['term', termtext.lower()] = env.docname, new_id
|
||||||
|
|
||||||
|
# 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
|
||||||
|
|
||||||
|
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
|
||||||
|
|
||||||
|
|
||||||
class Glossary(Directive):
|
class Glossary(Directive):
|
||||||
"""
|
"""
|
||||||
Directive to create a glossary with cross-reference targets for :term:
|
Directive to create a glossary with cross-reference targets for :term:
|
||||||
@ -221,8 +257,6 @@ class Glossary(Directive):
|
|||||||
|
|
||||||
def run(self):
|
def run(self):
|
||||||
env = self.state.document.settings.env
|
env = self.state.document.settings.env
|
||||||
objects = env.domaindata['std']['objects']
|
|
||||||
gloss_entries = env.temp_data.setdefault('gloss_entries', set())
|
|
||||||
node = addnodes.glossary()
|
node = addnodes.glossary()
|
||||||
node.document = self.state.document
|
node.document = self.state.document
|
||||||
|
|
||||||
@ -296,31 +330,15 @@ class Glossary(Directive):
|
|||||||
# get a text-only representation of the term and register it
|
# get a text-only representation of the term and register it
|
||||||
# as a cross-reference target
|
# as a cross-reference target
|
||||||
tmp = nodes.paragraph('', '', *res[0])
|
tmp = nodes.paragraph('', '', *res[0])
|
||||||
termtext = tmp.astext()
|
tmp.source = source
|
||||||
new_id = 'term-' + nodes.make_id(termtext)
|
tmp.line = lineno
|
||||||
if new_id in gloss_entries:
|
new_id, termtext, new_termnodes = \
|
||||||
new_id = 'term-' + str(len(gloss_entries))
|
make_termnodes_from_paragraph_node(env, tmp)
|
||||||
gloss_entries.add(new_id)
|
|
||||||
ids.append(new_id)
|
ids.append(new_id)
|
||||||
objects['term', termtext.lower()] = env.docname, new_id
|
|
||||||
termtexts.append(termtext)
|
termtexts.append(termtext)
|
||||||
# add an index entry too
|
termnodes.extend(new_termnodes)
|
||||||
indexnode = addnodes.index()
|
|
||||||
indexnode['entries'] = [('single', termtext, new_id, 'main')]
|
term = make_term_from_paragraph_node(termnodes, ids)
|
||||||
_termnodes = []
|
|
||||||
_termnodes.append(indexnode)
|
|
||||||
_termnodes.extend(res[0])
|
|
||||||
_termnodes.append(addnodes.termsep())
|
|
||||||
for termnode in _termnodes:
|
|
||||||
termnode.source, termnode.line = source, lineno
|
|
||||||
termnodes.extend(_termnodes)
|
|
||||||
# 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)
|
|
||||||
term += system_messages
|
term += system_messages
|
||||||
|
|
||||||
defnode = nodes.definition()
|
defnode = nodes.definition()
|
||||||
|
@ -37,7 +37,7 @@ from sphinx import addnodes
|
|||||||
from sphinx.util import url_re, get_matching_docs, docname_join, split_into, \
|
from sphinx.util import url_re, get_matching_docs, docname_join, split_into, \
|
||||||
FilenameUniqDict
|
FilenameUniqDict
|
||||||
from sphinx.util.nodes import clean_astext, make_refnode, WarningStream
|
from sphinx.util.nodes import clean_astext, make_refnode, WarningStream
|
||||||
from sphinx.util.osutil import SEP, fs_encoding
|
from sphinx.util.osutil import SEP, fs_encoding, find_catalog_files
|
||||||
from sphinx.util.matching import compile_matchers
|
from sphinx.util.matching import compile_matchers
|
||||||
from sphinx.util.pycompat import class_types
|
from sphinx.util.pycompat import class_types
|
||||||
from sphinx.util.websupport import is_commentable
|
from sphinx.util.websupport import is_commentable
|
||||||
@ -309,8 +309,9 @@ class BuildEnvironment:
|
|||||||
"""Return paths to a file referenced from a document, relative to
|
"""Return paths to a file referenced from a document, relative to
|
||||||
documentation root and absolute.
|
documentation root and absolute.
|
||||||
|
|
||||||
Absolute filenames are relative to the source dir, while relative
|
In the input "filename", absolute filenames are taken as relative to the
|
||||||
filenames are relative to the dir of the containing document.
|
source dir, while relative filenames are relative to the dir of the
|
||||||
|
containing document.
|
||||||
"""
|
"""
|
||||||
if filename.startswith('/') or filename.startswith(os.sep):
|
if filename.startswith('/') or filename.startswith(os.sep):
|
||||||
rel_fn = filename[1:]
|
rel_fn = filename[1:]
|
||||||
@ -319,12 +320,14 @@ class BuildEnvironment:
|
|||||||
base=None))
|
base=None))
|
||||||
rel_fn = path.join(docdir, filename)
|
rel_fn = path.join(docdir, filename)
|
||||||
try:
|
try:
|
||||||
return rel_fn, path.join(self.srcdir, rel_fn)
|
# the path.abspath() might seem redundant, but otherwise artifacts
|
||||||
|
# such as ".." will remain in the path
|
||||||
|
return rel_fn, path.abspath(path.join(self.srcdir, rel_fn))
|
||||||
except UnicodeDecodeError:
|
except UnicodeDecodeError:
|
||||||
# the source directory is a bytestring with non-ASCII characters;
|
# the source directory is a bytestring with non-ASCII characters;
|
||||||
# let's try to encode the rel_fn in the file system encoding
|
# let's try to encode the rel_fn in the file system encoding
|
||||||
enc_rel_fn = rel_fn.encode(sys.getfilesystemencoding())
|
enc_rel_fn = rel_fn.encode(sys.getfilesystemencoding())
|
||||||
return rel_fn, path.join(self.srcdir, enc_rel_fn)
|
return rel_fn, path.abspath(path.join(self.srcdir, enc_rel_fn))
|
||||||
|
|
||||||
def find_files(self, config):
|
def find_files(self, config):
|
||||||
"""Find all source files in the source dir and put them in
|
"""Find all source files in the source dir and put them in
|
||||||
@ -340,6 +343,17 @@ class BuildEnvironment:
|
|||||||
self.found_docs = set(get_matching_docs(
|
self.found_docs = set(get_matching_docs(
|
||||||
self.srcdir, config.source_suffix, exclude_matchers=matchers))
|
self.srcdir, config.source_suffix, exclude_matchers=matchers))
|
||||||
|
|
||||||
|
# add catalog mo file dependency
|
||||||
|
for docname in self.found_docs:
|
||||||
|
catalog_files = find_catalog_files(
|
||||||
|
docname,
|
||||||
|
self.srcdir,
|
||||||
|
self.config.locale_dirs,
|
||||||
|
self.config.language,
|
||||||
|
self.config.gettext_compact)
|
||||||
|
for filename in catalog_files:
|
||||||
|
self.dependencies.setdefault(docname, set()).add(filename)
|
||||||
|
|
||||||
def get_outdated_files(self, config_changed):
|
def get_outdated_files(self, config_changed):
|
||||||
"""Return (added, changed, removed) sets."""
|
"""Return (added, changed, removed) sets."""
|
||||||
# clear all files no longer present
|
# clear all files no longer present
|
||||||
@ -1035,6 +1049,7 @@ class BuildEnvironment:
|
|||||||
for toctreenode in doctree.traverse(addnodes.toctree):
|
for toctreenode in doctree.traverse(addnodes.toctree):
|
||||||
toctree = self.resolve_toctree(docname, builder, toctreenode,
|
toctree = self.resolve_toctree(docname, builder, toctreenode,
|
||||||
prune=True, **kwds)
|
prune=True, **kwds)
|
||||||
|
if toctree:
|
||||||
toctrees.append(toctree)
|
toctrees.append(toctree)
|
||||||
if not toctrees:
|
if not toctrees:
|
||||||
return None
|
return None
|
||||||
@ -1339,6 +1354,10 @@ class BuildEnvironment:
|
|||||||
if not isinstance(contnode, nodes.Element):
|
if not isinstance(contnode, nodes.Element):
|
||||||
del node['ids'][:]
|
del node['ids'][:]
|
||||||
raise
|
raise
|
||||||
|
elif 'ids' in node:
|
||||||
|
# remove ids attribute that annotated at
|
||||||
|
# transforms.CitationReference.apply.
|
||||||
|
del node['ids'][:]
|
||||||
# no new node found? try the missing-reference event
|
# no new node found? try the missing-reference event
|
||||||
if newnode is None:
|
if newnode is None:
|
||||||
newnode = builder.app.emit_firstresult(
|
newnode = builder.app.emit_firstresult(
|
||||||
@ -1564,7 +1583,7 @@ class BuildEnvironment:
|
|||||||
return letter
|
return letter
|
||||||
else:
|
else:
|
||||||
# get all other symbols under one heading
|
# get all other symbols under one heading
|
||||||
return 'Symbols'
|
return _('Symbols')
|
||||||
return [(key, list(group))
|
return [(key, list(group))
|
||||||
for (key, group) in groupby(newlist, keyfunc2)]
|
for (key, group) in groupby(newlist, keyfunc2)]
|
||||||
|
|
||||||
|
@ -164,20 +164,13 @@ def render_dot(self, code, options, format, prefix='graphviz'):
|
|||||||
self.builder.config.graphviz_dot)
|
self.builder.config.graphviz_dot)
|
||||||
self.builder._graphviz_warned_dot = True
|
self.builder._graphviz_warned_dot = True
|
||||||
return None, None
|
return None, None
|
||||||
wentWrong = False
|
|
||||||
try:
|
try:
|
||||||
# Graphviz may close standard input when an error occurs,
|
# Graphviz may close standard input when an error occurs,
|
||||||
# resulting in a broken pipe on communicate()
|
# resulting in a broken pipe on communicate()
|
||||||
stdout, stderr = p.communicate(code)
|
stdout, stderr = p.communicate(code)
|
||||||
except (OSError, IOError), err:
|
except (OSError, IOError), err:
|
||||||
if err.errno != EPIPE:
|
if err.errno not in (EPIPE, EINVAL):
|
||||||
raise
|
raise
|
||||||
wentWrong = True
|
|
||||||
except IOError, err:
|
|
||||||
if err.errno != EINVAL:
|
|
||||||
raise
|
|
||||||
wentWrong = True
|
|
||||||
if wentWrong:
|
|
||||||
# in this case, read the standard output and standard error streams
|
# in this case, read the standard output and standard error streams
|
||||||
# directly, to get the error message(s)
|
# directly, to get the error message(s)
|
||||||
stdout, stderr = p.stdout.read(), p.stderr.read()
|
stdout, stderr = p.stdout.read(), p.stderr.read()
|
||||||
|
@ -60,11 +60,13 @@ def process_todos(app, doctree):
|
|||||||
raise IndexError
|
raise IndexError
|
||||||
except IndexError:
|
except IndexError:
|
||||||
targetnode = None
|
targetnode = None
|
||||||
|
newnode = node.deepcopy()
|
||||||
|
del newnode['ids']
|
||||||
env.todo_all_todos.append({
|
env.todo_all_todos.append({
|
||||||
'docname': env.docname,
|
'docname': env.docname,
|
||||||
'source': node.source or env.doc2path(env.docname),
|
'source': node.source or env.doc2path(env.docname),
|
||||||
'lineno': node.line,
|
'lineno': node.line,
|
||||||
'todo': node.deepcopy(),
|
'todo': newnode,
|
||||||
'target': targetnode,
|
'target': targetnode,
|
||||||
})
|
})
|
||||||
|
|
||||||
|
39
sphinx/locale/.tx/config
Normal file
39
sphinx/locale/.tx/config
Normal file
@ -0,0 +1,39 @@
|
|||||||
|
[main]
|
||||||
|
host = https://www.transifex.com
|
||||||
|
|
||||||
|
[sphinx-1.sphinx-pot]
|
||||||
|
source_file = sphinx.pot
|
||||||
|
source_lang = en
|
||||||
|
trans.bn = bn/LC_MESSAGES/sphinx.po
|
||||||
|
trans.ca = ca/LC_MESSAGES/sphinx.po
|
||||||
|
trans.cs = cs/LC_MESSAGES/sphinx.po
|
||||||
|
trans.da = da/LC_MESSAGES/sphinx.po
|
||||||
|
trans.de = de/LC_MESSAGES/sphinx.po
|
||||||
|
trans.es = es/LC_MESSAGES/sphinx.po
|
||||||
|
trans.et = et/LC_MESSAGES/sphinx.po
|
||||||
|
trans.eu = eu/LC_MESSAGES/sphinx.po
|
||||||
|
trans.fa = fa/LC_MESSAGES/sphinx.po
|
||||||
|
trans.fi = fi/LC_MESSAGES/sphinx.po
|
||||||
|
trans.fr = fr/LC_MESSAGES/sphinx.po
|
||||||
|
trans.he = he/LC_MESSAGES/sphinx.po
|
||||||
|
trans.hr = hr/LC_MESSAGES/sphinx.po
|
||||||
|
trans.hu = hu/LC_MESSAGES/sphinx.po
|
||||||
|
trans.it = it/LC_MESSAGES/sphinx.po
|
||||||
|
trans.ja = ja/LC_MESSAGES/sphinx.po
|
||||||
|
trans.ko = ko/LC_MESSAGES/sphinx.po
|
||||||
|
trans.lt = lt/LC_MESSAGES/sphinx.po
|
||||||
|
trans.lv = lv/LC_MESSAGES/sphinx.po
|
||||||
|
trans.nb_NO = nb_NO/LC_MESSAGES/sphinx.po
|
||||||
|
trans.ne = ne/LC_MESSAGES/sphinx.po
|
||||||
|
trans.nl = nl/LC_MESSAGES/sphinx.po
|
||||||
|
trans.pl = pl/LC_MESSAGES/sphinx.po
|
||||||
|
trans.pt_BR = pt_BR/LC_MESSAGES/sphinx.po
|
||||||
|
trans.ru = ru/LC_MESSAGES/sphinx.po
|
||||||
|
trans.sk = sk/LC_MESSAGES/sphinx.po
|
||||||
|
trans.sl = sl/LC_MESSAGES/sphinx.po
|
||||||
|
trans.sv = sv/LC_MESSAGES/sphinx.po
|
||||||
|
trans.tr = tr/LC_MESSAGES/sphinx.po
|
||||||
|
trans.uk_UA = uk_UA/LC_MESSAGES/sphinx.po
|
||||||
|
trans.zh_CN = zh_CN/LC_MESSAGES/sphinx.po
|
||||||
|
trans.zh_TW = zh_TW/LC_MESSAGES/sphinx.po
|
||||||
|
|
@ -1 +1 @@
|
|||||||
Documentation.addTranslations({"locale": "bn", "plural_expr": "(n != 1)", "messages": {"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", "Permalink to this definition": "\u098f\u0987 \u09b8\u0982\u099c\u09cd\u099e\u09be\u09b0 \u09aa\u09be\u09b0\u09cd\u09ae\u09be\u09b2\u09bf\u0999\u09cd\u0995", "Expand sidebar": "", "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", "Collapse sidebar": ""}});
|
Documentation.addTranslations({"locale": "bn", "plural_expr": "(n != 1)", "messages": {"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", "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"}});
|
Binary file not shown.
@ -7,7 +7,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: Sphinx 1.0pre/[?1034h2e1ab15e035e\n"
|
"Project-Id-Version: Sphinx 1.0pre/[?1034h2e1ab15e035e\n"
|
||||||
"Report-Msgid-Bugs-To: nasim.haque@gmail.com\n"
|
"Report-Msgid-Bugs-To: nasim.haque@gmail.com\n"
|
||||||
"POT-Creation-Date: 2011-09-21 10:06+0200\n"
|
"POT-Creation-Date: 2013-04-02 10:33+0200\n"
|
||||||
"PO-Revision-Date: 2011-09-21 10:08+0200\n"
|
"PO-Revision-Date: 2011-09-21 10:08+0200\n"
|
||||||
"Last-Translator: Nasimul Haque <nasim.haque@gmail.com>\n"
|
"Last-Translator: Nasimul Haque <nasim.haque@gmail.com>\n"
|
||||||
"Language-Team: Nasimul Haque <nasim.haque@gmail.com>\n"
|
"Language-Team: Nasimul Haque <nasim.haque@gmail.com>\n"
|
||||||
@ -22,27 +22,31 @@ msgstr ""
|
|||||||
msgid "%s %s documentation"
|
msgid "%s %s documentation"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: sphinx/environment.py:119 sphinx/writers/latex.py:190
|
#: sphinx/environment.py:1510
|
||||||
#: sphinx/writers/manpage.py:67 sphinx/writers/texinfo.py:203
|
|
||||||
#, python-format
|
|
||||||
msgid "%B %d, %Y"
|
|
||||||
msgstr "%B %d, %Y"
|
|
||||||
|
|
||||||
#: sphinx/environment.py:1625
|
|
||||||
#, fuzzy, python-format
|
#, fuzzy, python-format
|
||||||
msgid "see %s"
|
msgid "see %s"
|
||||||
msgstr "আরও %s"
|
msgstr "আরও %s"
|
||||||
|
|
||||||
#: sphinx/environment.py:1628
|
#: sphinx/environment.py:1513
|
||||||
#, fuzzy, python-format
|
#, fuzzy, python-format
|
||||||
msgid "see also %s"
|
msgid "see also %s"
|
||||||
msgstr "আরও দেখুন %s"
|
msgstr "আরও দেখুন %s"
|
||||||
|
|
||||||
|
#: sphinx/environment.py:1570
|
||||||
|
msgid "Symbols"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: sphinx/roles.py:175
|
#: sphinx/roles.py:175
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Python Enhancement Proposals; PEP %s"
|
msgid "Python Enhancement Proposals; PEP %s"
|
||||||
msgstr "পাইথন উন্নয়ন পরামর্শ; PEP %s"
|
msgstr "পাইথন উন্নয়ন পরামর্শ; PEP %s"
|
||||||
|
|
||||||
|
#: sphinx/transforms.py:52 sphinx/writers/latex.py:202
|
||||||
|
#: sphinx/writers/manpage.py:67 sphinx/writers/texinfo.py:217
|
||||||
|
#, python-format
|
||||||
|
msgid "%B %d, %Y"
|
||||||
|
msgstr "%B %d, %Y"
|
||||||
|
|
||||||
#: sphinx/builders/changes.py:73
|
#: sphinx/builders/changes.py:73
|
||||||
msgid "Builtins"
|
msgid "Builtins"
|
||||||
msgstr "বিল্টইন সমূহ"
|
msgstr "বিল্টইন সমূহ"
|
||||||
@ -51,24 +55,24 @@ msgstr "বিল্টইন সমূহ"
|
|||||||
msgid "Module level"
|
msgid "Module level"
|
||||||
msgstr "মডিউল লেভেল"
|
msgstr "মডিউল লেভেল"
|
||||||
|
|
||||||
#: sphinx/builders/html.py:274
|
#: sphinx/builders/html.py:290
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%b %d, %Y"
|
msgid "%b %d, %Y"
|
||||||
msgstr "%b %d, %Y"
|
msgstr "%b %d, %Y"
|
||||||
|
|
||||||
#: sphinx/builders/html.py:293 sphinx/themes/basic/defindex.html:30
|
#: sphinx/builders/html.py:309 sphinx/themes/basic/defindex.html:30
|
||||||
msgid "General Index"
|
msgid "General Index"
|
||||||
msgstr "সাধারণ ইনডেক্স"
|
msgstr "সাধারণ ইনডেক্স"
|
||||||
|
|
||||||
#: sphinx/builders/html.py:293
|
#: sphinx/builders/html.py:309
|
||||||
msgid "index"
|
msgid "index"
|
||||||
msgstr "ইনডেক্স"
|
msgstr "ইনডেক্স"
|
||||||
|
|
||||||
#: sphinx/builders/html.py:353
|
#: sphinx/builders/html.py:369
|
||||||
msgid "next"
|
msgid "next"
|
||||||
msgstr "পরবর্তী"
|
msgstr "পরবর্তী"
|
||||||
|
|
||||||
#: sphinx/builders/html.py:362
|
#: sphinx/builders/html.py:378
|
||||||
msgid "previous"
|
msgid "previous"
|
||||||
msgstr "পূর্ববর্তী"
|
msgstr "পূর্ববর্তী"
|
||||||
|
|
||||||
@ -76,42 +80,39 @@ msgstr "পূর্ববর্তী"
|
|||||||
msgid " (in "
|
msgid " (in "
|
||||||
msgstr "(-"
|
msgstr "(-"
|
||||||
|
|
||||||
#: sphinx/directives/other.py:136
|
#: sphinx/directives/other.py:138
|
||||||
msgid "Section author: "
|
msgid "Section author: "
|
||||||
msgstr "অনুচ্ছেদ লেখক:"
|
msgstr "অনুচ্ছেদ লেখক:"
|
||||||
|
|
||||||
#: sphinx/directives/other.py:138
|
#: sphinx/directives/other.py:140
|
||||||
msgid "Module author: "
|
msgid "Module author: "
|
||||||
msgstr "মডিউল লেখক:"
|
msgstr "মডিউল লেখক:"
|
||||||
|
|
||||||
#: sphinx/directives/other.py:140
|
#: sphinx/directives/other.py:142
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid "Code author: "
|
msgid "Code author: "
|
||||||
msgstr "মডিউল লেখক:"
|
msgstr "মডিউল লেখক:"
|
||||||
|
|
||||||
#: sphinx/directives/other.py:142
|
#: sphinx/directives/other.py:144
|
||||||
msgid "Author: "
|
msgid "Author: "
|
||||||
msgstr "লেখক:"
|
msgstr "লেখক:"
|
||||||
|
|
||||||
#: sphinx/directives/other.py:215
|
|
||||||
msgid "See also"
|
|
||||||
msgstr "আরও দেখুন"
|
|
||||||
|
|
||||||
#: sphinx/domains/__init__.py:244
|
#: sphinx/domains/__init__.py:244
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s %s"
|
msgid "%s %s"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: sphinx/domains/c.py:51 sphinx/domains/python.py:95
|
#: sphinx/domains/c.py:51 sphinx/domains/cpp.py:939 sphinx/domains/python.py:95
|
||||||
msgid "Parameters"
|
msgid "Parameters"
|
||||||
msgstr "প্যারামিটার"
|
msgstr "প্যারামিটার"
|
||||||
|
|
||||||
#: sphinx/domains/c.py:54 sphinx/domains/javascript.py:128
|
#: sphinx/domains/c.py:54 sphinx/domains/cpp.py:945
|
||||||
#: sphinx/domains/python.py:107
|
#: sphinx/domains/javascript.py:128 sphinx/domains/python.py:107
|
||||||
msgid "Returns"
|
msgid "Returns"
|
||||||
msgstr "রিটার্নস"
|
msgstr "রিটার্নস"
|
||||||
|
|
||||||
#: sphinx/domains/c.py:56 sphinx/domains/python.py:109
|
#: sphinx/domains/c.py:56 sphinx/domains/javascript.py:130
|
||||||
|
#: sphinx/domains/python.py:109
|
||||||
msgid "Return type"
|
msgid "Return type"
|
||||||
msgstr "রিটার্ন টাইপ"
|
msgstr "রিটার্ন টাইপ"
|
||||||
|
|
||||||
@ -140,62 +141,66 @@ msgstr "%s (C টাইপ)"
|
|||||||
msgid "%s (C variable)"
|
msgid "%s (C variable)"
|
||||||
msgstr "%s (C ভ্যারিয়েবল)"
|
msgstr "%s (C ভ্যারিয়েবল)"
|
||||||
|
|
||||||
#: sphinx/domains/c.py:204 sphinx/domains/cpp.py:1060
|
#: sphinx/domains/c.py:203 sphinx/domains/cpp.py:1207
|
||||||
#: sphinx/domains/javascript.py:162 sphinx/domains/python.py:559
|
#: sphinx/domains/javascript.py:164 sphinx/domains/python.py:560
|
||||||
msgid "function"
|
msgid "function"
|
||||||
msgstr "ফাংশন"
|
msgstr "ফাংশন"
|
||||||
|
|
||||||
#: sphinx/domains/c.py:205 sphinx/domains/cpp.py:1061
|
#: sphinx/domains/c.py:204 sphinx/domains/cpp.py:1208
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid "member"
|
msgid "member"
|
||||||
msgstr "C মেম্বার"
|
msgstr "C মেম্বার"
|
||||||
|
|
||||||
#: sphinx/domains/c.py:206
|
#: sphinx/domains/c.py:205
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid "macro"
|
msgid "macro"
|
||||||
msgstr "C ম্যাক্রো"
|
msgstr "C ম্যাক্রো"
|
||||||
|
|
||||||
#: sphinx/domains/c.py:207 sphinx/domains/cpp.py:1062
|
#: sphinx/domains/c.py:206 sphinx/domains/cpp.py:1209
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid "type"
|
msgid "type"
|
||||||
msgstr "C টাইপ"
|
msgstr "C টাইপ"
|
||||||
|
|
||||||
#: sphinx/domains/c.py:208
|
#: sphinx/domains/c.py:207
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid "variable"
|
msgid "variable"
|
||||||
msgstr "C ভ্যারিয়েবল"
|
msgstr "C ভ্যারিয়েবল"
|
||||||
|
|
||||||
#: sphinx/domains/cpp.py:904
|
#: sphinx/domains/cpp.py:942 sphinx/domains/javascript.py:125
|
||||||
|
msgid "Throws"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: sphinx/domains/cpp.py:1038
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s (C++ class)"
|
msgid "%s (C++ class)"
|
||||||
msgstr "%s (C++ ক্লাসে)"
|
msgstr "%s (C++ ক্লাসে)"
|
||||||
|
|
||||||
#: sphinx/domains/cpp.py:919
|
#: sphinx/domains/cpp.py:1061
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s (C++ type)"
|
msgid "%s (C++ type)"
|
||||||
msgstr "%s (C++ টাইপ)"
|
msgstr "%s (C++ টাইপ)"
|
||||||
|
|
||||||
#: sphinx/domains/cpp.py:938
|
#: sphinx/domains/cpp.py:1081
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s (C++ member)"
|
msgid "%s (C++ member)"
|
||||||
msgstr "%s (C++ মেম্বার)"
|
msgstr "%s (C++ মেম্বার)"
|
||||||
|
|
||||||
#: sphinx/domains/cpp.py:990
|
#: sphinx/domains/cpp.py:1137
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s (C++ function)"
|
msgid "%s (C++ function)"
|
||||||
msgstr "%s (C++ ফাংশন)"
|
msgstr "%s (C++ ফাংশন)"
|
||||||
|
|
||||||
#: sphinx/domains/cpp.py:1059 sphinx/domains/javascript.py:163
|
#: sphinx/domains/cpp.py:1206 sphinx/domains/javascript.py:165
|
||||||
#: sphinx/domains/python.py:561
|
#: sphinx/domains/python.py:562
|
||||||
msgid "class"
|
msgid "class"
|
||||||
msgstr "ক্লাস"
|
msgstr "ক্লাস"
|
||||||
|
|
||||||
#: sphinx/domains/javascript.py:106 sphinx/domains/python.py:254
|
#: sphinx/domains/javascript.py:106 sphinx/domains/python.py:253
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s() (built-in function)"
|
msgid "%s() (built-in function)"
|
||||||
msgstr "%s() (বিল্ট-ইন ফাংশন)"
|
msgstr "%s() (বিল্ট-ইন ফাংশন)"
|
||||||
|
|
||||||
#: sphinx/domains/javascript.py:107 sphinx/domains/python.py:318
|
#: sphinx/domains/javascript.py:107 sphinx/domains/python.py:317
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s() (%s method)"
|
msgid "%s() (%s method)"
|
||||||
msgstr "%s() (%s মেথড)"
|
msgstr "%s() (%s মেথড)"
|
||||||
@ -210,7 +215,7 @@ msgstr "%s() (ক্লাসে)"
|
|||||||
msgid "%s (global variable or constant)"
|
msgid "%s (global variable or constant)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: sphinx/domains/javascript.py:113 sphinx/domains/python.py:356
|
#: sphinx/domains/javascript.py:113 sphinx/domains/python.py:355
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s (%s attribute)"
|
msgid "%s (%s attribute)"
|
||||||
msgstr "%s (%s এ্যট্রিবিউট)"
|
msgstr "%s (%s এ্যট্রিবিউট)"
|
||||||
@ -220,15 +225,11 @@ msgstr "%s (%s এ্যট্রিবিউট)"
|
|||||||
msgid "Arguments"
|
msgid "Arguments"
|
||||||
msgstr "প্যারামিটার"
|
msgstr "প্যারামিটার"
|
||||||
|
|
||||||
#: sphinx/domains/javascript.py:125
|
#: sphinx/domains/javascript.py:166 sphinx/domains/python.py:561
|
||||||
msgid "Throws"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: sphinx/domains/javascript.py:164 sphinx/domains/python.py:560
|
|
||||||
msgid "data"
|
msgid "data"
|
||||||
msgstr "ডাটা"
|
msgstr "ডাটা"
|
||||||
|
|
||||||
#: sphinx/domains/javascript.py:165 sphinx/domains/python.py:566
|
#: sphinx/domains/javascript.py:167 sphinx/domains/python.py:567
|
||||||
msgid "attribute"
|
msgid "attribute"
|
||||||
msgstr "এ্যট্রিবিউট"
|
msgstr "এ্যট্রিবিউট"
|
||||||
|
|
||||||
@ -241,58 +242,58 @@ msgstr "ভ্যারিয়েবল"
|
|||||||
msgid "Raises"
|
msgid "Raises"
|
||||||
msgstr "রেইজেস"
|
msgstr "রেইজেস"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:255 sphinx/domains/python.py:312
|
#: sphinx/domains/python.py:254 sphinx/domains/python.py:311
|
||||||
#: sphinx/domains/python.py:324 sphinx/domains/python.py:337
|
#: sphinx/domains/python.py:323 sphinx/domains/python.py:336
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s() (in module %s)"
|
msgid "%s() (in module %s)"
|
||||||
msgstr "%s() (%s মডিউলে)"
|
msgstr "%s() (%s মডিউলে)"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:258
|
#: sphinx/domains/python.py:257
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s (built-in variable)"
|
msgid "%s (built-in variable)"
|
||||||
msgstr "%s (বিল্ট-ইন ভ্যারিয়েবল)"
|
msgstr "%s (বিল্ট-ইন ভ্যারিয়েবল)"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:259 sphinx/domains/python.py:350
|
#: sphinx/domains/python.py:258 sphinx/domains/python.py:349
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s (in module %s)"
|
msgid "%s (in module %s)"
|
||||||
msgstr "%s (%s মডিউলে)"
|
msgstr "%s (%s মডিউলে)"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:275
|
#: sphinx/domains/python.py:274
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s (built-in class)"
|
msgid "%s (built-in class)"
|
||||||
msgstr "%s (বিল্ট-ইন ক্লাস)"
|
msgstr "%s (বিল্ট-ইন ক্লাস)"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:276
|
#: sphinx/domains/python.py:275
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s (class in %s)"
|
msgid "%s (class in %s)"
|
||||||
msgstr "%s (%s ক্লাসে)"
|
msgstr "%s (%s ক্লাসে)"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:316
|
#: sphinx/domains/python.py:315
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s() (%s.%s method)"
|
msgid "%s() (%s.%s method)"
|
||||||
msgstr "%s (%s.%s মেথড)"
|
msgstr "%s (%s.%s মেথড)"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:328
|
#: sphinx/domains/python.py:327
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s() (%s.%s static method)"
|
msgid "%s() (%s.%s static method)"
|
||||||
msgstr "%s (%s.%s স্ট্যাটিক মেথড)"
|
msgstr "%s (%s.%s স্ট্যাটিক মেথড)"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:331
|
#: sphinx/domains/python.py:330
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s() (%s static method)"
|
msgid "%s() (%s static method)"
|
||||||
msgstr "%s() (%s স্ট্যাটিক মেথড)"
|
msgstr "%s() (%s স্ট্যাটিক মেথড)"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:341
|
#: sphinx/domains/python.py:340
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s() (%s.%s class method)"
|
msgid "%s() (%s.%s class method)"
|
||||||
msgstr "%s() (%s.%s ক্লাস মেথড)"
|
msgstr "%s() (%s.%s ক্লাস মেথড)"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:344
|
#: sphinx/domains/python.py:343
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s() (%s class method)"
|
msgid "%s() (%s class method)"
|
||||||
msgstr "%s() (%s ক্লাস মেথড)"
|
msgstr "%s() (%s ক্লাস মেথড)"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:354
|
#: sphinx/domains/python.py:353
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s (%s.%s attribute)"
|
msgid "%s (%s.%s attribute)"
|
||||||
msgstr "%s (%s.%s এ্যট্রিবিউট)"
|
msgstr "%s (%s.%s এ্যট্রিবিউট)"
|
||||||
@ -311,50 +312,50 @@ msgstr "মডিউল ইনডেক্স"
|
|||||||
msgid "modules"
|
msgid "modules"
|
||||||
msgstr "মডিউল সমূহ"
|
msgstr "মডিউল সমূহ"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:537
|
#: sphinx/domains/python.py:538
|
||||||
msgid "Deprecated"
|
msgid "Deprecated"
|
||||||
msgstr "ডেপ্রিকেটেড"
|
msgstr "ডেপ্রিকেটেড"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:562 sphinx/locale/__init__.py:179
|
#: sphinx/domains/python.py:563 sphinx/locale/__init__.py:179
|
||||||
msgid "exception"
|
msgid "exception"
|
||||||
msgstr "এক্সেপশন"
|
msgstr "এক্সেপশন"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:563
|
#: sphinx/domains/python.py:564
|
||||||
msgid "method"
|
msgid "method"
|
||||||
msgstr "মেথড"
|
msgstr "মেথড"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:564
|
#: sphinx/domains/python.py:565
|
||||||
msgid "class method"
|
msgid "class method"
|
||||||
msgstr "ক্লাস মেথড"
|
msgstr "ক্লাস মেথড"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:565
|
#: sphinx/domains/python.py:566
|
||||||
msgid "static method"
|
msgid "static method"
|
||||||
msgstr "স্ট্যাটিক মেথড"
|
msgstr "স্ট্যাটিক মেথড"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:567 sphinx/locale/__init__.py:175
|
#: sphinx/domains/python.py:568 sphinx/locale/__init__.py:175
|
||||||
msgid "module"
|
msgid "module"
|
||||||
msgstr "মডিউল"
|
msgstr "মডিউল"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:695
|
#: sphinx/domains/python.py:696
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid " (deprecated)"
|
msgid " (deprecated)"
|
||||||
msgstr "ডেপ্রিকেটেড"
|
msgstr "ডেপ্রিকেটেড"
|
||||||
|
|
||||||
#: sphinx/domains/rst.py:55
|
#: sphinx/domains/rst.py:53
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s (directive)"
|
msgid "%s (directive)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: sphinx/domains/rst.py:57
|
#: sphinx/domains/rst.py:55
|
||||||
#, fuzzy, python-format
|
#, fuzzy, python-format
|
||||||
msgid "%s (role)"
|
msgid "%s (role)"
|
||||||
msgstr "%s (মডিউল)"
|
msgstr "%s (মডিউল)"
|
||||||
|
|
||||||
#: sphinx/domains/rst.py:106
|
#: sphinx/domains/rst.py:104
|
||||||
msgid "directive"
|
msgid "directive"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: sphinx/domains/rst.py:107
|
#: sphinx/domains/rst.py:105
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid "role"
|
msgid "role"
|
||||||
msgstr "মডিউল"
|
msgstr "মডিউল"
|
||||||
@ -369,70 +370,97 @@ msgstr "এনভায়রনমেন্ট ভ্যারিয়েবল; %s"
|
|||||||
msgid "%scommand line option; %s"
|
msgid "%scommand line option; %s"
|
||||||
msgstr "%sকমান্ড লাইন অপশন; %s"
|
msgstr "%sকমান্ড লাইন অপশন; %s"
|
||||||
|
|
||||||
#: sphinx/domains/std.py:393
|
#: sphinx/domains/std.py:414
|
||||||
msgid "glossary term"
|
msgid "glossary term"
|
||||||
msgstr "শব্দকোষ"
|
msgstr "শব্দকোষ"
|
||||||
|
|
||||||
#: sphinx/domains/std.py:394
|
#: sphinx/domains/std.py:415
|
||||||
msgid "grammar token"
|
msgid "grammar token"
|
||||||
msgstr "ব্যকরণ টোকেন"
|
msgstr "ব্যকরণ টোকেন"
|
||||||
|
|
||||||
#: sphinx/domains/std.py:395
|
#: sphinx/domains/std.py:416
|
||||||
msgid "reference label"
|
msgid "reference label"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: sphinx/domains/std.py:396
|
#: sphinx/domains/std.py:418
|
||||||
msgid "environment variable"
|
msgid "environment variable"
|
||||||
msgstr "এনভায়রনমেন্ট ভ্যারিয়েবল"
|
msgstr "এনভায়রনমেন্ট ভ্যারিয়েবল"
|
||||||
|
|
||||||
#: sphinx/domains/std.py:397
|
#: sphinx/domains/std.py:419
|
||||||
msgid "program option"
|
msgid "program option"
|
||||||
msgstr "প্রোগ্রাম অপশন"
|
msgstr "প্রোগ্রাম অপশন"
|
||||||
|
|
||||||
#: sphinx/domains/std.py:427 sphinx/themes/basic/genindex-single.html:32
|
#: sphinx/domains/std.py:449 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:11
|
||||||
#: sphinx/themes/basic/genindex-split.html:14
|
#: sphinx/themes/basic/genindex-split.html:14
|
||||||
#: sphinx/themes/basic/genindex.html:32 sphinx/themes/basic/genindex.html:35
|
#: 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/themes/basic/genindex.html:68 sphinx/themes/basic/layout.html:134
|
||||||
#: sphinx/writers/latex.py:179 sphinx/writers/texinfo.py:456
|
#: sphinx/writers/latex.py:191 sphinx/writers/texinfo.py:475
|
||||||
msgid "Index"
|
msgid "Index"
|
||||||
msgstr "ইনডেক্স"
|
msgstr "ইনডেক্স"
|
||||||
|
|
||||||
#: sphinx/domains/std.py:428
|
#: sphinx/domains/std.py:450
|
||||||
msgid "Module Index"
|
msgid "Module Index"
|
||||||
msgstr "মডিউল ইনডেক্স"
|
msgstr "মডিউল ইনডেক্স"
|
||||||
|
|
||||||
#: sphinx/domains/std.py:429 sphinx/themes/basic/defindex.html:25
|
#: sphinx/domains/std.py:451 sphinx/themes/basic/defindex.html:25
|
||||||
msgid "Search Page"
|
msgid "Search Page"
|
||||||
msgstr "অনুসন্ধান পাতা"
|
msgstr "অনুসন্ধান পাতা"
|
||||||
|
|
||||||
#: sphinx/ext/autodoc.py:1002
|
#: sphinx/ext/autodoc.py:1042
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid " Bases: %s"
|
msgid " Bases: %s"
|
||||||
msgstr "বেস: %s"
|
msgstr "বেস: %s"
|
||||||
|
|
||||||
#: sphinx/ext/autodoc.py:1038
|
#: sphinx/ext/autodoc.py:1078
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "alias of :class:`%s`"
|
msgid "alias of :class:`%s`"
|
||||||
msgstr ":class:`%s` এর উপনাম"
|
msgstr ":class:`%s` এর উপনাম"
|
||||||
|
|
||||||
#: sphinx/ext/todo.py:41
|
#: sphinx/ext/graphviz.py:294 sphinx/ext/graphviz.py:302
|
||||||
|
#, python-format
|
||||||
|
msgid "[graph: %s]"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: sphinx/ext/graphviz.py:296 sphinx/ext/graphviz.py:304
|
||||||
|
msgid "[graph]"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: sphinx/ext/intersphinx.py:234
|
||||||
|
#, python-format
|
||||||
|
msgid "(in %s v%s)"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: sphinx/ext/linkcode.py:66 sphinx/ext/viewcode.py:70
|
||||||
|
msgid "[source]"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: sphinx/ext/refcounting.py:83
|
||||||
|
msgid "Return value: Always NULL."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: sphinx/ext/refcounting.py:85
|
||||||
|
msgid "Return value: New reference."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: sphinx/ext/refcounting.py:87
|
||||||
|
msgid "Return value: Borrowed reference."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: sphinx/ext/todo.py:42
|
||||||
msgid "Todo"
|
msgid "Todo"
|
||||||
msgstr "অসমাপ্ত কাজ"
|
msgstr "অসমাপ্ত কাজ"
|
||||||
|
|
||||||
#: sphinx/ext/todo.py:109
|
#: sphinx/ext/todo.py:110
|
||||||
#, fuzzy, python-format
|
#, fuzzy, python-format
|
||||||
msgid "(The <<original entry>> is located in %s, line %d.)"
|
msgid "(The <<original entry>> is located in %s, line %d.)"
|
||||||
msgstr "(%s, %d লাইনে মূল অন্তর্ভুক্তিটি রয়েছে.)"
|
msgstr "(%s, %d লাইনে মূল অন্তর্ভুক্তিটি রয়েছে.)"
|
||||||
|
|
||||||
#: sphinx/ext/todo.py:117
|
#: sphinx/ext/todo.py:119
|
||||||
msgid "original entry"
|
msgid "original entry"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: sphinx/ext/viewcode.py:70
|
|
||||||
msgid "[source]"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: sphinx/ext/viewcode.py:117
|
#: sphinx/ext/viewcode.py:117
|
||||||
msgid "[docs]"
|
msgid "[docs]"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -484,7 +512,7 @@ msgid "Note"
|
|||||||
msgstr "নোট"
|
msgstr "নোট"
|
||||||
|
|
||||||
#: sphinx/locale/__init__.py:162
|
#: sphinx/locale/__init__.py:162
|
||||||
msgid "See Also"
|
msgid "See also"
|
||||||
msgstr "আরও দেখুন"
|
msgstr "আরও দেখুন"
|
||||||
|
|
||||||
#: sphinx/locale/__init__.py:163
|
#: sphinx/locale/__init__.py:163
|
||||||
@ -530,25 +558,26 @@ msgstr "স্ট্যাটমেন্ট"
|
|||||||
msgid "built-in function"
|
msgid "built-in function"
|
||||||
msgstr "বিল্ট-ইন ফাংশন"
|
msgstr "বিল্ট-ইন ফাংশন"
|
||||||
|
|
||||||
#: sphinx/themes/agogo/layout.html:45 sphinx/themes/basic/globaltoc.html:10
|
#: sphinx/themes/agogo/layout.html:46 sphinx/themes/basic/globaltoc.html:10
|
||||||
#: sphinx/themes/basic/localtoc.html:11
|
#: sphinx/themes/basic/localtoc.html:11 sphinx/themes/scrolls/layout.html:35
|
||||||
msgid "Table Of Contents"
|
msgid "Table Of Contents"
|
||||||
msgstr "সূচীপত্র"
|
msgstr "সূচীপত্র"
|
||||||
|
|
||||||
#: sphinx/themes/agogo/layout.html:49 sphinx/themes/basic/layout.html:137
|
#: sphinx/themes/agogo/layout.html:50 sphinx/themes/basic/layout.html:137
|
||||||
#: sphinx/themes/basic/search.html:11 sphinx/themes/basic/search.html:20
|
#: sphinx/themes/basic/search.html:11 sphinx/themes/basic/search.html:23
|
||||||
|
#: sphinx/themes/basic/searchresults.html:10
|
||||||
msgid "Search"
|
msgid "Search"
|
||||||
msgstr "অনুসন্ধান"
|
msgstr "অনুসন্ধান"
|
||||||
|
|
||||||
#: sphinx/themes/agogo/layout.html:52 sphinx/themes/basic/searchbox.html:15
|
#: sphinx/themes/agogo/layout.html:53 sphinx/themes/basic/searchbox.html:15
|
||||||
msgid "Go"
|
msgid "Go"
|
||||||
msgstr "যান"
|
msgstr "যান"
|
||||||
|
|
||||||
#: sphinx/themes/agogo/layout.html:57 sphinx/themes/basic/searchbox.html:20
|
#: sphinx/themes/agogo/layout.html:58 sphinx/themes/basic/searchbox.html:20
|
||||||
msgid "Enter search terms or a module, class or function name."
|
msgid "Enter search terms or a module, class or function name."
|
||||||
msgstr "অনুসন্ধানের জন্য টার্ম, মডিউল, ক্লাস অথবা ফাংশনের নাম দিন।"
|
msgstr "অনুসন্ধানের জন্য টার্ম, মডিউল, ক্লাস অথবা ফাংশনের নাম দিন।"
|
||||||
|
|
||||||
#: sphinx/themes/agogo/layout.html:78 sphinx/themes/basic/sourcelink.html:14
|
#: sphinx/themes/agogo/layout.html:79 sphinx/themes/basic/sourcelink.html:14
|
||||||
msgid "Show Source"
|
msgid "Show Source"
|
||||||
msgstr "সোর্স দেখুন"
|
msgstr "সোর্স দেখুন"
|
||||||
|
|
||||||
@ -556,6 +585,18 @@ msgstr "সোর্স দেখুন"
|
|||||||
msgid "Overview"
|
msgid "Overview"
|
||||||
msgstr "ভুমিকা"
|
msgstr "ভুমিকা"
|
||||||
|
|
||||||
|
#: sphinx/themes/basic/defindex.html:15
|
||||||
|
msgid "Welcome! This is"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: sphinx/themes/basic/defindex.html:16
|
||||||
|
msgid "the documentation for"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: sphinx/themes/basic/defindex.html:17
|
||||||
|
msgid "last updated"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: sphinx/themes/basic/defindex.html:20
|
#: sphinx/themes/basic/defindex.html:20
|
||||||
msgid "Indices and tables:"
|
msgid "Indices and tables:"
|
||||||
msgstr "ইনডেক্স ও টেবিল সমূহ:"
|
msgstr "ইনডেক্স ও টেবিল সমূহ:"
|
||||||
@ -666,7 +707,7 @@ msgstr "পরবর্তী টপিক"
|
|||||||
msgid "next chapter"
|
msgid "next chapter"
|
||||||
msgstr "পরবর্তী অধ্যায়"
|
msgstr "পরবর্তী অধ্যায়"
|
||||||
|
|
||||||
#: sphinx/themes/basic/search.html:24
|
#: sphinx/themes/basic/search.html:27
|
||||||
msgid ""
|
msgid ""
|
||||||
"Please activate JavaScript to enable the search\n"
|
"Please activate JavaScript to enable the search\n"
|
||||||
" functionality."
|
" functionality."
|
||||||
@ -674,7 +715,7 @@ msgstr ""
|
|||||||
"অনুসন্ধান করার জন্য অনুগ্রহপূর্বক জাভাস্ক্রিপ্ট \n"
|
"অনুসন্ধান করার জন্য অনুগ্রহপূর্বক জাভাস্ক্রিপ্ট \n"
|
||||||
" সক্রিয় করুন।"
|
" সক্রিয় করুন।"
|
||||||
|
|
||||||
#: sphinx/themes/basic/search.html:29
|
#: sphinx/themes/basic/search.html:32
|
||||||
msgid ""
|
msgid ""
|
||||||
"From here you can search these documents. Enter your search\n"
|
"From here you can search these documents. Enter your search\n"
|
||||||
" words into the box below and click \"search\". Note that the search\n"
|
" words into the box below and click \"search\". Note that the search\n"
|
||||||
@ -688,17 +729,21 @@ msgstr ""
|
|||||||
"সকল\n"
|
"সকল\n"
|
||||||
" শব্দ নেই সেগুলো বাদ দেয়া হবে।"
|
" শব্দ নেই সেগুলো বাদ দেয়া হবে।"
|
||||||
|
|
||||||
#: sphinx/themes/basic/search.html:36
|
#: sphinx/themes/basic/search.html:39 sphinx/themes/basic/searchresults.html:17
|
||||||
msgid "search"
|
msgid "search"
|
||||||
msgstr "খুঁজুন"
|
msgstr "খুঁজুন"
|
||||||
|
|
||||||
#: sphinx/themes/basic/search.html:40
|
#: sphinx/themes/basic/search.html:43 sphinx/themes/basic/searchresults.html:21
|
||||||
|
#: sphinx/themes/basic/static/searchtools.js_t:281
|
||||||
msgid "Search Results"
|
msgid "Search Results"
|
||||||
msgstr "অনুসন্ধানের ফলাফল"
|
msgstr "অনুসন্ধানের ফলাফল"
|
||||||
|
|
||||||
#: sphinx/themes/basic/search.html:42
|
#: sphinx/themes/basic/search.html:45 sphinx/themes/basic/searchresults.html:23
|
||||||
msgid "Your search did not match any results."
|
#: sphinx/themes/basic/static/searchtools.js_t:283
|
||||||
msgstr "আপনার অনুসন্ধানে কোন ফলাফল পাওয়া যায়নি।"
|
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 ""
|
||||||
|
|
||||||
#: sphinx/themes/basic/searchbox.html:12
|
#: sphinx/themes/basic/searchbox.html:12
|
||||||
msgid "Quick search"
|
msgid "Quick search"
|
||||||
@ -736,25 +781,42 @@ msgstr "C API পরিবর্তন"
|
|||||||
msgid "Other changes"
|
msgid "Other changes"
|
||||||
msgstr "অন্যান্য পরিবর্তন"
|
msgstr "অন্যান্য পরিবর্তন"
|
||||||
|
|
||||||
#: sphinx/themes/basic/static/doctools.js:154 sphinx/writers/html.py:504
|
#: sphinx/themes/basic/static/doctools.js:142 sphinx/writers/html.py:510
|
||||||
#: sphinx/writers/html.py:510
|
#: sphinx/writers/html.py:516
|
||||||
msgid "Permalink to this headline"
|
msgid "Permalink to this headline"
|
||||||
msgstr "এই শিরোনামের পার্মালিঙ্ক"
|
msgstr "এই শিরোনামের পার্মালিঙ্ক"
|
||||||
|
|
||||||
#: sphinx/themes/basic/static/doctools.js:160 sphinx/writers/html.py:92
|
#: sphinx/themes/basic/static/doctools.js:148 sphinx/writers/html.py:97
|
||||||
msgid "Permalink to this definition"
|
msgid "Permalink to this definition"
|
||||||
msgstr "এই সংজ্ঞার পার্মালিঙ্ক"
|
msgstr "এই সংজ্ঞার পার্মালিঙ্ক"
|
||||||
|
|
||||||
#: sphinx/themes/basic/static/doctools.js:189
|
#: sphinx/themes/basic/static/doctools.js:177
|
||||||
msgid "Hide Search Matches"
|
msgid "Hide Search Matches"
|
||||||
msgstr "অনুসন্ধানের ম্যাচগুলো লুকান"
|
msgstr "অনুসন্ধানের ম্যাচগুলো লুকান"
|
||||||
|
|
||||||
#: sphinx/themes/default/static/sidebar.js:69
|
#: sphinx/themes/basic/static/searchtools.js_t:119
|
||||||
|
msgid "Searching"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: sphinx/themes/basic/static/searchtools.js_t:124
|
||||||
|
msgid "Preparing search..."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: sphinx/themes/basic/static/searchtools.js_t:285
|
||||||
|
#, python-format
|
||||||
|
msgid "Search finished, found %s page(s) matching the search query."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: sphinx/themes/basic/static/searchtools.js_t:337
|
||||||
|
msgid ", in "
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: sphinx/themes/default/static/sidebar.js_t:83
|
||||||
msgid "Expand sidebar"
|
msgid "Expand sidebar"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: sphinx/themes/default/static/sidebar.js:82
|
#: sphinx/themes/default/static/sidebar.js_t:96
|
||||||
#: sphinx/themes/default/static/sidebar.js:110
|
#: sphinx/themes/default/static/sidebar.js_t:124
|
||||||
msgid "Collapse sidebar"
|
msgid "Collapse sidebar"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@ -762,24 +824,29 @@ msgstr ""
|
|||||||
msgid "Contents"
|
msgid "Contents"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: sphinx/writers/latex.py:177
|
#: sphinx/writers/latex.py:189
|
||||||
msgid "Release"
|
msgid "Release"
|
||||||
msgstr "রিলিজ"
|
msgstr "রিলিজ"
|
||||||
|
|
||||||
#: sphinx/writers/latex.py:594 sphinx/writers/manpage.py:182
|
#: sphinx/writers/latex.py:620 sphinx/writers/manpage.py:181
|
||||||
#: sphinx/writers/texinfo.py:589
|
#: sphinx/writers/texinfo.py:612
|
||||||
msgid "Footnotes"
|
msgid "Footnotes"
|
||||||
msgstr "পাদটীকা"
|
msgstr "পাদটীকা"
|
||||||
|
|
||||||
#: sphinx/writers/latex.py:676
|
#: sphinx/writers/latex.py:704
|
||||||
msgid "continued from previous page"
|
msgid "continued from previous page"
|
||||||
msgstr "পূর্ববর্তী পাতা হতে চলমান"
|
msgstr "পূর্ববর্তী পাতা হতে চলমান"
|
||||||
|
|
||||||
#: sphinx/writers/latex.py:681
|
#: sphinx/writers/latex.py:710
|
||||||
msgid "Continued on next page"
|
msgid "Continued on next page"
|
||||||
msgstr "পরবর্তী পাতাতে চলমান"
|
msgstr "পরবর্তী পাতাতে চলমান"
|
||||||
|
|
||||||
#: sphinx/writers/text.py:437
|
#: sphinx/writers/manpage.py:226 sphinx/writers/text.py:541
|
||||||
|
#, fuzzy, python-format
|
||||||
|
msgid "[image: %s]"
|
||||||
|
msgstr "[ছবি: %s]"
|
||||||
|
|
||||||
|
#: sphinx/writers/manpage.py:227 sphinx/writers/text.py:542
|
||||||
msgid "[image]"
|
msgid "[image]"
|
||||||
msgstr "[ছবি]"
|
msgstr "[ছবি]"
|
||||||
|
|
||||||
|
@ -1 +1 @@
|
|||||||
Documentation.addTranslations({"locale": "ca", "plural_expr": "(n != 1)", "messages": {"Hide Search Matches": "Oculta Resultats de Cerca", "Permalink to this definition": "Link permanent a aquesta definici\u00f3", "Expand sidebar": "", "Permalink to this headline": "Link permanent a aquest t\u00edtol", "Collapse sidebar": ""}});
|
Documentation.addTranslations({"locale": "ca", "plural_expr": "(n != 1)", "messages": {"Hide Search Matches": "Oculta Resultats de Cerca", "Permalink to this definition": "Link permanent a aquesta definici\u00f3", "Permalink to this headline": "Link permanent a aquest t\u00edtol"}});
|
Binary file not shown.
@ -7,7 +7,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: Sphinx 1.0\n"
|
"Project-Id-Version: Sphinx 1.0\n"
|
||||||
"Report-Msgid-Bugs-To: pau.fernandez@upc.edu\n"
|
"Report-Msgid-Bugs-To: pau.fernandez@upc.edu\n"
|
||||||
"POT-Creation-Date: 2011-09-21 10:06+0200\n"
|
"POT-Creation-Date: 2013-04-02 10:33+0200\n"
|
||||||
"PO-Revision-Date: 2011-01-22 14:41+0100\n"
|
"PO-Revision-Date: 2011-01-22 14:41+0100\n"
|
||||||
"Last-Translator: Pau Fernández <pau.fernandez@upc.edu>\n"
|
"Last-Translator: Pau Fernández <pau.fernandez@upc.edu>\n"
|
||||||
"Language-Team: ca <LL@li.org>\n"
|
"Language-Team: ca <LL@li.org>\n"
|
||||||
@ -18,31 +18,35 @@ msgstr ""
|
|||||||
"Generated-By: Babel 0.9.6\n"
|
"Generated-By: Babel 0.9.6\n"
|
||||||
|
|
||||||
#: sphinx/config.py:81
|
#: sphinx/config.py:81
|
||||||
#, fuzzy, python-format
|
#, python-format
|
||||||
msgid "%s %s documentation"
|
msgid "%s %s documentation"
|
||||||
msgstr "%s %s documentació"
|
msgstr "%s %s documentació"
|
||||||
|
|
||||||
#: sphinx/environment.py:119 sphinx/writers/latex.py:190
|
#: sphinx/environment.py:1510
|
||||||
#: sphinx/writers/manpage.py:67 sphinx/writers/texinfo.py:203
|
|
||||||
#, python-format
|
|
||||||
msgid "%B %d, %Y"
|
|
||||||
msgstr "%d de %B de %Y"
|
|
||||||
|
|
||||||
#: sphinx/environment.py:1625
|
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "see %s"
|
msgid "see %s"
|
||||||
msgstr "vegeu %s"
|
msgstr "vegeu %s"
|
||||||
|
|
||||||
#: sphinx/environment.py:1628
|
#: sphinx/environment.py:1513
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "see also %s"
|
msgid "see also %s"
|
||||||
msgstr "vegeu també %s"
|
msgstr "vegeu també %s"
|
||||||
|
|
||||||
|
#: sphinx/environment.py:1570
|
||||||
|
msgid "Symbols"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: sphinx/roles.py:175
|
#: sphinx/roles.py:175
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Python Enhancement Proposals; PEP %s"
|
msgid "Python Enhancement Proposals; PEP %s"
|
||||||
msgstr "Python Enhancement Proposals; PEP %s"
|
msgstr "Python Enhancement Proposals; PEP %s"
|
||||||
|
|
||||||
|
#: sphinx/transforms.py:52 sphinx/writers/latex.py:202
|
||||||
|
#: sphinx/writers/manpage.py:67 sphinx/writers/texinfo.py:217
|
||||||
|
#, python-format
|
||||||
|
msgid "%B %d, %Y"
|
||||||
|
msgstr "%d de %B de %Y"
|
||||||
|
|
||||||
#: sphinx/builders/changes.py:73
|
#: sphinx/builders/changes.py:73
|
||||||
msgid "Builtins"
|
msgid "Builtins"
|
||||||
msgstr "Mòduls Interns"
|
msgstr "Mòduls Interns"
|
||||||
@ -51,24 +55,24 @@ msgstr "Mòduls Interns"
|
|||||||
msgid "Module level"
|
msgid "Module level"
|
||||||
msgstr "Nivell de mòdul"
|
msgstr "Nivell de mòdul"
|
||||||
|
|
||||||
#: sphinx/builders/html.py:274
|
#: sphinx/builders/html.py:290
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%b %d, %Y"
|
msgid "%b %d, %Y"
|
||||||
msgstr "%d %b, %Y"
|
msgstr "%d %b, %Y"
|
||||||
|
|
||||||
#: sphinx/builders/html.py:293 sphinx/themes/basic/defindex.html:30
|
#: sphinx/builders/html.py:309 sphinx/themes/basic/defindex.html:30
|
||||||
msgid "General Index"
|
msgid "General Index"
|
||||||
msgstr "Índex General"
|
msgstr "Índex General"
|
||||||
|
|
||||||
#: sphinx/builders/html.py:293
|
#: sphinx/builders/html.py:309
|
||||||
msgid "index"
|
msgid "index"
|
||||||
msgstr "índex"
|
msgstr "índex"
|
||||||
|
|
||||||
#: sphinx/builders/html.py:353
|
#: sphinx/builders/html.py:369
|
||||||
msgid "next"
|
msgid "next"
|
||||||
msgstr "següent"
|
msgstr "següent"
|
||||||
|
|
||||||
#: sphinx/builders/html.py:362
|
#: sphinx/builders/html.py:378
|
||||||
msgid "previous"
|
msgid "previous"
|
||||||
msgstr "anterior"
|
msgstr "anterior"
|
||||||
|
|
||||||
@ -76,42 +80,39 @@ msgstr "anterior"
|
|||||||
msgid " (in "
|
msgid " (in "
|
||||||
msgstr " (a "
|
msgstr " (a "
|
||||||
|
|
||||||
#: sphinx/directives/other.py:136
|
#: sphinx/directives/other.py:138
|
||||||
msgid "Section author: "
|
msgid "Section author: "
|
||||||
msgstr "Autor de la secció:"
|
msgstr "Autor de la secció:"
|
||||||
|
|
||||||
#: sphinx/directives/other.py:138
|
#: sphinx/directives/other.py:140
|
||||||
msgid "Module author: "
|
msgid "Module author: "
|
||||||
msgstr "Autor del mòdul: "
|
msgstr "Autor del mòdul: "
|
||||||
|
|
||||||
#: sphinx/directives/other.py:140
|
#: sphinx/directives/other.py:142
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid "Code author: "
|
msgid "Code author: "
|
||||||
msgstr "Autor del mòdul: "
|
msgstr "Autor del mòdul: "
|
||||||
|
|
||||||
#: sphinx/directives/other.py:142
|
#: sphinx/directives/other.py:144
|
||||||
msgid "Author: "
|
msgid "Author: "
|
||||||
msgstr "Autor: "
|
msgstr "Autor: "
|
||||||
|
|
||||||
#: sphinx/directives/other.py:215
|
|
||||||
msgid "See also"
|
|
||||||
msgstr "Vegeu també"
|
|
||||||
|
|
||||||
#: sphinx/domains/__init__.py:244
|
#: sphinx/domains/__init__.py:244
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s %s"
|
msgid "%s %s"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: sphinx/domains/c.py:51 sphinx/domains/python.py:95
|
#: sphinx/domains/c.py:51 sphinx/domains/cpp.py:939 sphinx/domains/python.py:95
|
||||||
msgid "Parameters"
|
msgid "Parameters"
|
||||||
msgstr "Paràmetres"
|
msgstr "Paràmetres"
|
||||||
|
|
||||||
#: sphinx/domains/c.py:54 sphinx/domains/javascript.py:128
|
#: sphinx/domains/c.py:54 sphinx/domains/cpp.py:945
|
||||||
#: sphinx/domains/python.py:107
|
#: sphinx/domains/javascript.py:128 sphinx/domains/python.py:107
|
||||||
msgid "Returns"
|
msgid "Returns"
|
||||||
msgstr "Retorna"
|
msgstr "Retorna"
|
||||||
|
|
||||||
#: sphinx/domains/c.py:56 sphinx/domains/python.py:109
|
#: sphinx/domains/c.py:56 sphinx/domains/javascript.py:130
|
||||||
|
#: sphinx/domains/python.py:109
|
||||||
msgid "Return type"
|
msgid "Return type"
|
||||||
msgstr "Tipus de retorn"
|
msgstr "Tipus de retorn"
|
||||||
|
|
||||||
@ -140,58 +141,62 @@ msgstr "%s (tipus de C)"
|
|||||||
msgid "%s (C variable)"
|
msgid "%s (C variable)"
|
||||||
msgstr "%s (variable de C)"
|
msgstr "%s (variable de C)"
|
||||||
|
|
||||||
#: sphinx/domains/c.py:204 sphinx/domains/cpp.py:1060
|
#: sphinx/domains/c.py:203 sphinx/domains/cpp.py:1207
|
||||||
#: sphinx/domains/javascript.py:162 sphinx/domains/python.py:559
|
#: sphinx/domains/javascript.py:164 sphinx/domains/python.py:560
|
||||||
msgid "function"
|
msgid "function"
|
||||||
msgstr "funció"
|
msgstr "funció"
|
||||||
|
|
||||||
#: sphinx/domains/c.py:205 sphinx/domains/cpp.py:1061
|
#: sphinx/domains/c.py:204 sphinx/domains/cpp.py:1208
|
||||||
msgid "member"
|
msgid "member"
|
||||||
msgstr "membre"
|
msgstr "membre"
|
||||||
|
|
||||||
#: sphinx/domains/c.py:206
|
#: sphinx/domains/c.py:205
|
||||||
msgid "macro"
|
msgid "macro"
|
||||||
msgstr "macro"
|
msgstr "macro"
|
||||||
|
|
||||||
#: sphinx/domains/c.py:207 sphinx/domains/cpp.py:1062
|
#: sphinx/domains/c.py:206 sphinx/domains/cpp.py:1209
|
||||||
msgid "type"
|
msgid "type"
|
||||||
msgstr "tipus"
|
msgstr "tipus"
|
||||||
|
|
||||||
#: sphinx/domains/c.py:208
|
#: sphinx/domains/c.py:207
|
||||||
msgid "variable"
|
msgid "variable"
|
||||||
msgstr "variable"
|
msgstr "variable"
|
||||||
|
|
||||||
#: sphinx/domains/cpp.py:904
|
#: sphinx/domains/cpp.py:942 sphinx/domains/javascript.py:125
|
||||||
|
msgid "Throws"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: sphinx/domains/cpp.py:1038
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s (C++ class)"
|
msgid "%s (C++ class)"
|
||||||
msgstr "%s (class de C++)"
|
msgstr "%s (class de C++)"
|
||||||
|
|
||||||
#: sphinx/domains/cpp.py:919
|
#: sphinx/domains/cpp.py:1061
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s (C++ type)"
|
msgid "%s (C++ type)"
|
||||||
msgstr "%s (tipus de C++)"
|
msgstr "%s (tipus de C++)"
|
||||||
|
|
||||||
#: sphinx/domains/cpp.py:938
|
#: sphinx/domains/cpp.py:1081
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s (C++ member)"
|
msgid "%s (C++ member)"
|
||||||
msgstr "%s (membre de C++)"
|
msgstr "%s (membre de C++)"
|
||||||
|
|
||||||
#: sphinx/domains/cpp.py:990
|
#: sphinx/domains/cpp.py:1137
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s (C++ function)"
|
msgid "%s (C++ function)"
|
||||||
msgstr "%s (funció de C++)"
|
msgstr "%s (funció de C++)"
|
||||||
|
|
||||||
#: sphinx/domains/cpp.py:1059 sphinx/domains/javascript.py:163
|
#: sphinx/domains/cpp.py:1206 sphinx/domains/javascript.py:165
|
||||||
#: sphinx/domains/python.py:561
|
#: sphinx/domains/python.py:562
|
||||||
msgid "class"
|
msgid "class"
|
||||||
msgstr "class"
|
msgstr "class"
|
||||||
|
|
||||||
#: sphinx/domains/javascript.py:106 sphinx/domains/python.py:254
|
#: sphinx/domains/javascript.py:106 sphinx/domains/python.py:253
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s() (built-in function)"
|
msgid "%s() (built-in function)"
|
||||||
msgstr "%s() (funció interna)"
|
msgstr "%s() (funció interna)"
|
||||||
|
|
||||||
#: sphinx/domains/javascript.py:107 sphinx/domains/python.py:318
|
#: sphinx/domains/javascript.py:107 sphinx/domains/python.py:317
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s() (%s method)"
|
msgid "%s() (%s method)"
|
||||||
msgstr "%s() (mètode %s)"
|
msgstr "%s() (mètode %s)"
|
||||||
@ -206,7 +211,7 @@ msgstr "%s() (class)"
|
|||||||
msgid "%s (global variable or constant)"
|
msgid "%s (global variable or constant)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: sphinx/domains/javascript.py:113 sphinx/domains/python.py:356
|
#: sphinx/domains/javascript.py:113 sphinx/domains/python.py:355
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s (%s attribute)"
|
msgid "%s (%s attribute)"
|
||||||
msgstr "%s (atribut %s)"
|
msgstr "%s (atribut %s)"
|
||||||
@ -216,15 +221,11 @@ msgstr "%s (atribut %s)"
|
|||||||
msgid "Arguments"
|
msgid "Arguments"
|
||||||
msgstr "Paràmetres"
|
msgstr "Paràmetres"
|
||||||
|
|
||||||
#: sphinx/domains/javascript.py:125
|
#: sphinx/domains/javascript.py:166 sphinx/domains/python.py:561
|
||||||
msgid "Throws"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: sphinx/domains/javascript.py:164 sphinx/domains/python.py:560
|
|
||||||
msgid "data"
|
msgid "data"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: sphinx/domains/javascript.py:165 sphinx/domains/python.py:566
|
#: sphinx/domains/javascript.py:167 sphinx/domains/python.py:567
|
||||||
msgid "attribute"
|
msgid "attribute"
|
||||||
msgstr "atribut"
|
msgstr "atribut"
|
||||||
|
|
||||||
@ -237,58 +238,58 @@ msgstr "Variable"
|
|||||||
msgid "Raises"
|
msgid "Raises"
|
||||||
msgstr "Llença"
|
msgstr "Llença"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:255 sphinx/domains/python.py:312
|
#: sphinx/domains/python.py:254 sphinx/domains/python.py:311
|
||||||
#: sphinx/domains/python.py:324 sphinx/domains/python.py:337
|
#: sphinx/domains/python.py:323 sphinx/domains/python.py:336
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s() (in module %s)"
|
msgid "%s() (in module %s)"
|
||||||
msgstr "%s() (al mòdul %s)"
|
msgstr "%s() (al mòdul %s)"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:258
|
#: sphinx/domains/python.py:257
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s (built-in variable)"
|
msgid "%s (built-in variable)"
|
||||||
msgstr "%s (variable interna)"
|
msgstr "%s (variable interna)"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:259 sphinx/domains/python.py:350
|
#: sphinx/domains/python.py:258 sphinx/domains/python.py:349
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s (in module %s)"
|
msgid "%s (in module %s)"
|
||||||
msgstr "%s (al mòdul %s)"
|
msgstr "%s (al mòdul %s)"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:275
|
#: sphinx/domains/python.py:274
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s (built-in class)"
|
msgid "%s (built-in class)"
|
||||||
msgstr "%s (classe interna)"
|
msgstr "%s (classe interna)"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:276
|
#: sphinx/domains/python.py:275
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s (class in %s)"
|
msgid "%s (class in %s)"
|
||||||
msgstr "%s (class a %s)"
|
msgstr "%s (class a %s)"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:316
|
#: sphinx/domains/python.py:315
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s() (%s.%s method)"
|
msgid "%s() (%s.%s method)"
|
||||||
msgstr "%s() (mètode %s.%s)"
|
msgstr "%s() (mètode %s.%s)"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:328
|
#: sphinx/domains/python.py:327
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s() (%s.%s static method)"
|
msgid "%s() (%s.%s static method)"
|
||||||
msgstr "%s() (mètode estàtic %s.%s)"
|
msgstr "%s() (mètode estàtic %s.%s)"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:331
|
#: sphinx/domains/python.py:330
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s() (%s static method)"
|
msgid "%s() (%s static method)"
|
||||||
msgstr "%s() (mètode estàtic %s)"
|
msgstr "%s() (mètode estàtic %s)"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:341
|
#: sphinx/domains/python.py:340
|
||||||
#, fuzzy, python-format
|
#, fuzzy, python-format
|
||||||
msgid "%s() (%s.%s class method)"
|
msgid "%s() (%s.%s class method)"
|
||||||
msgstr "%s() (mètode %s.%s)"
|
msgstr "%s() (mètode %s.%s)"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:344
|
#: sphinx/domains/python.py:343
|
||||||
#, fuzzy, python-format
|
#, fuzzy, python-format
|
||||||
msgid "%s() (%s class method)"
|
msgid "%s() (%s class method)"
|
||||||
msgstr "%s() (mètode %s)"
|
msgstr "%s() (mètode %s)"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:354
|
#: sphinx/domains/python.py:353
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s (%s.%s attribute)"
|
msgid "%s (%s.%s attribute)"
|
||||||
msgstr "%s (atribut %s.%s)"
|
msgstr "%s (atribut %s.%s)"
|
||||||
@ -307,49 +308,49 @@ msgstr "Índex de Mòduls"
|
|||||||
msgid "modules"
|
msgid "modules"
|
||||||
msgstr "mòduls"
|
msgstr "mòduls"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:537
|
#: sphinx/domains/python.py:538
|
||||||
msgid "Deprecated"
|
msgid "Deprecated"
|
||||||
msgstr "Obsolet"
|
msgstr "Obsolet"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:562 sphinx/locale/__init__.py:179
|
#: sphinx/domains/python.py:563 sphinx/locale/__init__.py:179
|
||||||
msgid "exception"
|
msgid "exception"
|
||||||
msgstr "excepció"
|
msgstr "excepció"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:563
|
#: sphinx/domains/python.py:564
|
||||||
msgid "method"
|
msgid "method"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: sphinx/domains/python.py:564
|
#: sphinx/domains/python.py:565
|
||||||
msgid "class method"
|
msgid "class method"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: sphinx/domains/python.py:565
|
#: sphinx/domains/python.py:566
|
||||||
msgid "static method"
|
msgid "static method"
|
||||||
msgstr "mètode estàtic"
|
msgstr "mètode estàtic"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:567 sphinx/locale/__init__.py:175
|
#: sphinx/domains/python.py:568 sphinx/locale/__init__.py:175
|
||||||
msgid "module"
|
msgid "module"
|
||||||
msgstr "mòdul"
|
msgstr "mòdul"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:695
|
#: sphinx/domains/python.py:696
|
||||||
msgid " (deprecated)"
|
msgid " (deprecated)"
|
||||||
msgstr " (obsolet)"
|
msgstr " (obsolet)"
|
||||||
|
|
||||||
#: sphinx/domains/rst.py:55
|
#: sphinx/domains/rst.py:53
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s (directive)"
|
msgid "%s (directive)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: sphinx/domains/rst.py:57
|
#: sphinx/domains/rst.py:55
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s (role)"
|
msgid "%s (role)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: sphinx/domains/rst.py:106
|
#: sphinx/domains/rst.py:104
|
||||||
msgid "directive"
|
msgid "directive"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: sphinx/domains/rst.py:107
|
#: sphinx/domains/rst.py:105
|
||||||
msgid "role"
|
msgid "role"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@ -363,70 +364,97 @@ msgstr "variable d'entorn; %s"
|
|||||||
msgid "%scommand line option; %s"
|
msgid "%scommand line option; %s"
|
||||||
msgstr "opció de línia de comandes %s; %s"
|
msgstr "opció de línia de comandes %s; %s"
|
||||||
|
|
||||||
#: sphinx/domains/std.py:393
|
#: sphinx/domains/std.py:414
|
||||||
msgid "glossary term"
|
msgid "glossary term"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: sphinx/domains/std.py:394
|
#: sphinx/domains/std.py:415
|
||||||
msgid "grammar token"
|
msgid "grammar token"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: sphinx/domains/std.py:395
|
#: sphinx/domains/std.py:416
|
||||||
msgid "reference label"
|
msgid "reference label"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: sphinx/domains/std.py:396
|
#: sphinx/domains/std.py:418
|
||||||
msgid "environment variable"
|
msgid "environment variable"
|
||||||
msgstr "variable d'entorn"
|
msgstr "variable d'entorn"
|
||||||
|
|
||||||
#: sphinx/domains/std.py:397
|
#: sphinx/domains/std.py:419
|
||||||
msgid "program option"
|
msgid "program option"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: sphinx/domains/std.py:427 sphinx/themes/basic/genindex-single.html:32
|
#: sphinx/domains/std.py:449 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:11
|
||||||
#: sphinx/themes/basic/genindex-split.html:14
|
#: sphinx/themes/basic/genindex-split.html:14
|
||||||
#: sphinx/themes/basic/genindex.html:32 sphinx/themes/basic/genindex.html:35
|
#: 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/themes/basic/genindex.html:68 sphinx/themes/basic/layout.html:134
|
||||||
#: sphinx/writers/latex.py:179 sphinx/writers/texinfo.py:456
|
#: sphinx/writers/latex.py:191 sphinx/writers/texinfo.py:475
|
||||||
msgid "Index"
|
msgid "Index"
|
||||||
msgstr "Índex"
|
msgstr "Índex"
|
||||||
|
|
||||||
#: sphinx/domains/std.py:428
|
#: sphinx/domains/std.py:450
|
||||||
msgid "Module Index"
|
msgid "Module Index"
|
||||||
msgstr "Índex de Mòduls"
|
msgstr "Índex de Mòduls"
|
||||||
|
|
||||||
#: sphinx/domains/std.py:429 sphinx/themes/basic/defindex.html:25
|
#: sphinx/domains/std.py:451 sphinx/themes/basic/defindex.html:25
|
||||||
msgid "Search Page"
|
msgid "Search Page"
|
||||||
msgstr "Pàgina de Cerca"
|
msgstr "Pàgina de Cerca"
|
||||||
|
|
||||||
#: sphinx/ext/autodoc.py:1002
|
#: sphinx/ext/autodoc.py:1042
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid " Bases: %s"
|
msgid " Bases: %s"
|
||||||
msgstr " Bases: %s"
|
msgstr " Bases: %s"
|
||||||
|
|
||||||
#: sphinx/ext/autodoc.py:1038
|
#: sphinx/ext/autodoc.py:1078
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "alias of :class:`%s`"
|
msgid "alias of :class:`%s`"
|
||||||
msgstr "àlies de :class:`%s`"
|
msgstr "àlies de :class:`%s`"
|
||||||
|
|
||||||
#: sphinx/ext/todo.py:41
|
#: sphinx/ext/graphviz.py:294 sphinx/ext/graphviz.py:302
|
||||||
|
#, python-format
|
||||||
|
msgid "[graph: %s]"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: sphinx/ext/graphviz.py:296 sphinx/ext/graphviz.py:304
|
||||||
|
msgid "[graph]"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: sphinx/ext/intersphinx.py:234
|
||||||
|
#, python-format
|
||||||
|
msgid "(in %s v%s)"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: sphinx/ext/linkcode.py:66 sphinx/ext/viewcode.py:70
|
||||||
|
msgid "[source]"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: sphinx/ext/refcounting.py:83
|
||||||
|
msgid "Return value: Always NULL."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: sphinx/ext/refcounting.py:85
|
||||||
|
msgid "Return value: New reference."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: sphinx/ext/refcounting.py:87
|
||||||
|
msgid "Return value: Borrowed reference."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: sphinx/ext/todo.py:42
|
||||||
msgid "Todo"
|
msgid "Todo"
|
||||||
msgstr "Pendent"
|
msgstr "Pendent"
|
||||||
|
|
||||||
#: sphinx/ext/todo.py:109
|
#: sphinx/ext/todo.py:110
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "(The <<original entry>> is located in %s, line %d.)"
|
msgid "(The <<original entry>> is located in %s, line %d.)"
|
||||||
msgstr "(La <<entrada original>> està a %s, línia %d i.)"
|
msgstr "(La <<entrada original>> està a %s, línia %d i.)"
|
||||||
|
|
||||||
#: sphinx/ext/todo.py:117
|
#: sphinx/ext/todo.py:119
|
||||||
msgid "original entry"
|
msgid "original entry"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: sphinx/ext/viewcode.py:70
|
|
||||||
msgid "[source]"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: sphinx/ext/viewcode.py:117
|
#: sphinx/ext/viewcode.py:117
|
||||||
msgid "[docs]"
|
msgid "[docs]"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -434,7 +462,7 @@ msgstr ""
|
|||||||
#: sphinx/ext/viewcode.py:131
|
#: sphinx/ext/viewcode.py:131
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid "Module code"
|
msgid "Module code"
|
||||||
msgstr "mòdul"
|
msgstr "mòdul code"
|
||||||
|
|
||||||
#: sphinx/ext/viewcode.py:137
|
#: sphinx/ext/viewcode.py:137
|
||||||
#, python-format
|
#, python-format
|
||||||
@ -478,8 +506,8 @@ msgid "Note"
|
|||||||
msgstr "Nota"
|
msgstr "Nota"
|
||||||
|
|
||||||
#: sphinx/locale/__init__.py:162
|
#: sphinx/locale/__init__.py:162
|
||||||
msgid "See Also"
|
msgid "See also"
|
||||||
msgstr "Vegeu També"
|
msgstr "Vegeu també"
|
||||||
|
|
||||||
#: sphinx/locale/__init__.py:163
|
#: sphinx/locale/__init__.py:163
|
||||||
msgid "Tip"
|
msgid "Tip"
|
||||||
@ -524,25 +552,26 @@ msgstr "sentència"
|
|||||||
msgid "built-in function"
|
msgid "built-in function"
|
||||||
msgstr "funció interna"
|
msgstr "funció interna"
|
||||||
|
|
||||||
#: sphinx/themes/agogo/layout.html:45 sphinx/themes/basic/globaltoc.html:10
|
#: sphinx/themes/agogo/layout.html:46 sphinx/themes/basic/globaltoc.html:10
|
||||||
#: sphinx/themes/basic/localtoc.html:11
|
#: sphinx/themes/basic/localtoc.html:11 sphinx/themes/scrolls/layout.html:35
|
||||||
msgid "Table Of Contents"
|
msgid "Table Of Contents"
|
||||||
msgstr "Taula de Contingut"
|
msgstr "Taula de Contingut"
|
||||||
|
|
||||||
#: sphinx/themes/agogo/layout.html:49 sphinx/themes/basic/layout.html:137
|
#: sphinx/themes/agogo/layout.html:50 sphinx/themes/basic/layout.html:137
|
||||||
#: sphinx/themes/basic/search.html:11 sphinx/themes/basic/search.html:20
|
#: sphinx/themes/basic/search.html:11 sphinx/themes/basic/search.html:23
|
||||||
|
#: sphinx/themes/basic/searchresults.html:10
|
||||||
msgid "Search"
|
msgid "Search"
|
||||||
msgstr "Cerca"
|
msgstr "Cerca"
|
||||||
|
|
||||||
#: sphinx/themes/agogo/layout.html:52 sphinx/themes/basic/searchbox.html:15
|
#: sphinx/themes/agogo/layout.html:53 sphinx/themes/basic/searchbox.html:15
|
||||||
msgid "Go"
|
msgid "Go"
|
||||||
msgstr "Ves a"
|
msgstr "Ves a"
|
||||||
|
|
||||||
#: sphinx/themes/agogo/layout.html:57 sphinx/themes/basic/searchbox.html:20
|
#: sphinx/themes/agogo/layout.html:58 sphinx/themes/basic/searchbox.html:20
|
||||||
msgid "Enter search terms or a module, class or function name."
|
msgid "Enter search terms or a module, class or function name."
|
||||||
msgstr "Entra paraules de cerca o el nom d'un mòdul, classe o funció."
|
msgstr "Entra paraules de cerca o el nom d'un mòdul, classe o funció."
|
||||||
|
|
||||||
#: sphinx/themes/agogo/layout.html:78 sphinx/themes/basic/sourcelink.html:14
|
#: sphinx/themes/agogo/layout.html:79 sphinx/themes/basic/sourcelink.html:14
|
||||||
msgid "Show Source"
|
msgid "Show Source"
|
||||||
msgstr "Mostra Codi Font"
|
msgstr "Mostra Codi Font"
|
||||||
|
|
||||||
@ -550,6 +579,19 @@ msgstr "Mostra Codi Font"
|
|||||||
msgid "Overview"
|
msgid "Overview"
|
||||||
msgstr "Resum"
|
msgstr "Resum"
|
||||||
|
|
||||||
|
#: sphinx/themes/basic/defindex.html:15
|
||||||
|
msgid "Welcome! This is"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: sphinx/themes/basic/defindex.html:16
|
||||||
|
#, fuzzy
|
||||||
|
msgid "the documentation for"
|
||||||
|
msgstr "documentació"
|
||||||
|
|
||||||
|
#: sphinx/themes/basic/defindex.html:17
|
||||||
|
msgid "last updated"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: sphinx/themes/basic/defindex.html:20
|
#: sphinx/themes/basic/defindex.html:20
|
||||||
msgid "Indices and tables:"
|
msgid "Indices and tables:"
|
||||||
msgstr "Índexs i taules:"
|
msgstr "Índexs i taules:"
|
||||||
@ -660,7 +702,7 @@ msgstr "Tema següent"
|
|||||||
msgid "next chapter"
|
msgid "next chapter"
|
||||||
msgstr "capítol següent"
|
msgstr "capítol següent"
|
||||||
|
|
||||||
#: sphinx/themes/basic/search.html:24
|
#: sphinx/themes/basic/search.html:27
|
||||||
msgid ""
|
msgid ""
|
||||||
"Please activate JavaScript to enable the search\n"
|
"Please activate JavaScript to enable the search\n"
|
||||||
" functionality."
|
" functionality."
|
||||||
@ -668,7 +710,7 @@ msgstr ""
|
|||||||
"Activa JavaScript per utilitzar la funcionalitat\n"
|
"Activa JavaScript per utilitzar la funcionalitat\n"
|
||||||
"de cerca."
|
"de cerca."
|
||||||
|
|
||||||
#: sphinx/themes/basic/search.html:29
|
#: sphinx/themes/basic/search.html:32
|
||||||
msgid ""
|
msgid ""
|
||||||
"From here you can search these documents. Enter your search\n"
|
"From here you can search these documents. Enter your search\n"
|
||||||
" words into the box below and click \"search\". Note that the search\n"
|
" words into the box below and click \"search\". Note that the search\n"
|
||||||
@ -680,17 +722,21 @@ msgstr ""
|
|||||||
"que la cerca inclourà totes les paraules que posis. Les pàgines que no\n"
|
"que la cerca inclourà totes les paraules que posis. Les pàgines que no\n"
|
||||||
"tenen totes les paraules no sortiràn."
|
"tenen totes les paraules no sortiràn."
|
||||||
|
|
||||||
#: sphinx/themes/basic/search.html:36
|
#: sphinx/themes/basic/search.html:39 sphinx/themes/basic/searchresults.html:17
|
||||||
msgid "search"
|
msgid "search"
|
||||||
msgstr "cerca"
|
msgstr "cerca"
|
||||||
|
|
||||||
#: sphinx/themes/basic/search.html:40
|
#: sphinx/themes/basic/search.html:43 sphinx/themes/basic/searchresults.html:21
|
||||||
|
#: sphinx/themes/basic/static/searchtools.js_t:281
|
||||||
msgid "Search Results"
|
msgid "Search Results"
|
||||||
msgstr "Resultats de la Cerca"
|
msgstr "Resultats de la Cerca"
|
||||||
|
|
||||||
#: sphinx/themes/basic/search.html:42
|
#: sphinx/themes/basic/search.html:45 sphinx/themes/basic/searchresults.html:23
|
||||||
msgid "Your search did not match any results."
|
#: sphinx/themes/basic/static/searchtools.js_t:283
|
||||||
msgstr "La teva cerca no té resultats."
|
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 ""
|
||||||
|
|
||||||
#: sphinx/themes/basic/searchbox.html:12
|
#: sphinx/themes/basic/searchbox.html:12
|
||||||
msgid "Quick search"
|
msgid "Quick search"
|
||||||
@ -728,25 +774,43 @@ msgstr "Canvis a la API de C"
|
|||||||
msgid "Other changes"
|
msgid "Other changes"
|
||||||
msgstr "Altres canvis"
|
msgstr "Altres canvis"
|
||||||
|
|
||||||
#: sphinx/themes/basic/static/doctools.js:154 sphinx/writers/html.py:504
|
#: sphinx/themes/basic/static/doctools.js:142 sphinx/writers/html.py:510
|
||||||
#: sphinx/writers/html.py:510
|
#: sphinx/writers/html.py:516
|
||||||
msgid "Permalink to this headline"
|
msgid "Permalink to this headline"
|
||||||
msgstr "Link permanent a aquest títol"
|
msgstr "Link permanent a aquest títol"
|
||||||
|
|
||||||
#: sphinx/themes/basic/static/doctools.js:160 sphinx/writers/html.py:92
|
#: sphinx/themes/basic/static/doctools.js:148 sphinx/writers/html.py:97
|
||||||
msgid "Permalink to this definition"
|
msgid "Permalink to this definition"
|
||||||
msgstr "Link permanent a aquesta definició"
|
msgstr "Link permanent a aquesta definició"
|
||||||
|
|
||||||
#: sphinx/themes/basic/static/doctools.js:189
|
#: sphinx/themes/basic/static/doctools.js:177
|
||||||
msgid "Hide Search Matches"
|
msgid "Hide Search Matches"
|
||||||
msgstr "Oculta Resultats de Cerca"
|
msgstr "Oculta Resultats de Cerca"
|
||||||
|
|
||||||
#: sphinx/themes/default/static/sidebar.js:69
|
#: sphinx/themes/basic/static/searchtools.js_t:119
|
||||||
|
#, fuzzy
|
||||||
|
msgid "Searching"
|
||||||
|
msgstr "cerca"
|
||||||
|
|
||||||
|
#: sphinx/themes/basic/static/searchtools.js_t:124
|
||||||
|
msgid "Preparing search..."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: sphinx/themes/basic/static/searchtools.js_t:285
|
||||||
|
#, python-format
|
||||||
|
msgid "Search finished, found %s page(s) matching the search query."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: sphinx/themes/basic/static/searchtools.js_t:337
|
||||||
|
msgid ", in "
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: sphinx/themes/default/static/sidebar.js_t:83
|
||||||
msgid "Expand sidebar"
|
msgid "Expand sidebar"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: sphinx/themes/default/static/sidebar.js:82
|
#: sphinx/themes/default/static/sidebar.js_t:96
|
||||||
#: sphinx/themes/default/static/sidebar.js:110
|
#: sphinx/themes/default/static/sidebar.js_t:124
|
||||||
msgid "Collapse sidebar"
|
msgid "Collapse sidebar"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@ -754,24 +818,29 @@ msgstr ""
|
|||||||
msgid "Contents"
|
msgid "Contents"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: sphinx/writers/latex.py:177
|
#: sphinx/writers/latex.py:189
|
||||||
msgid "Release"
|
msgid "Release"
|
||||||
msgstr "Versió"
|
msgstr "Versió"
|
||||||
|
|
||||||
#: sphinx/writers/latex.py:594 sphinx/writers/manpage.py:182
|
#: sphinx/writers/latex.py:620 sphinx/writers/manpage.py:181
|
||||||
#: sphinx/writers/texinfo.py:589
|
#: sphinx/writers/texinfo.py:612
|
||||||
msgid "Footnotes"
|
msgid "Footnotes"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: sphinx/writers/latex.py:676
|
#: sphinx/writers/latex.py:704
|
||||||
msgid "continued from previous page"
|
msgid "continued from previous page"
|
||||||
msgstr "ve de la pàgina anterior"
|
msgstr "ve de la pàgina anterior"
|
||||||
|
|
||||||
#: sphinx/writers/latex.py:681
|
#: sphinx/writers/latex.py:710
|
||||||
msgid "Continued on next page"
|
msgid "Continued on next page"
|
||||||
msgstr "Continua a la pàgina següent"
|
msgstr "Continua a la pàgina següent"
|
||||||
|
|
||||||
#: sphinx/writers/text.py:437
|
#: sphinx/writers/manpage.py:226 sphinx/writers/text.py:541
|
||||||
|
#, fuzzy, python-format
|
||||||
|
msgid "[image: %s]"
|
||||||
|
msgstr "[imatge: %s]"
|
||||||
|
|
||||||
|
#: sphinx/writers/manpage.py:227 sphinx/writers/text.py:542
|
||||||
msgid "[image]"
|
msgid "[image]"
|
||||||
msgstr "[imatge]"
|
msgstr "[imatge]"
|
||||||
|
|
||||||
|
@ -1 +1 @@
|
|||||||
Documentation.addTranslations({"locale": "cs", "plural_expr": "(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)", "messages": {"Hide Search Matches": "Skr\u00fdt v\u00fdsledky vyhled\u00e1v\u00e1n\u00ed", "Permalink to this definition": "Trval\u00fd odkaz na tuto definici", "Expand sidebar": "", "Permalink to this headline": "Trval\u00fd odkaz na tento nadpis", "Collapse sidebar": ""}});
|
Documentation.addTranslations({"locale": "cs", "plural_expr": "(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)", "messages": {"Hide Search Matches": "Skr\u00fdt v\u00fdsledky vyhled\u00e1v\u00e1n\u00ed", "Permalink to this definition": "Trval\u00fd odkaz na tuto definici", "Permalink to this headline": "Trval\u00fd odkaz na tento nadpis"}});
|
Binary file not shown.
@ -7,7 +7,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: Sphinx 0.5\n"
|
"Project-Id-Version: Sphinx 0.5\n"
|
||||||
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
||||||
"POT-Creation-Date: 2011-09-21 10:06+0200\n"
|
"POT-Creation-Date: 2013-04-02 10:33+0200\n"
|
||||||
"PO-Revision-Date: 2011-01-22 14:41+0100\n"
|
"PO-Revision-Date: 2011-01-22 14:41+0100\n"
|
||||||
"Last-Translator: Pavel Kosina <pavel.kosina@gmail.com>\n"
|
"Last-Translator: Pavel Kosina <pavel.kosina@gmail.com>\n"
|
||||||
"Language-Team: Pavel Kosina <pavel.kosina@gmail.com>\n"
|
"Language-Team: Pavel Kosina <pavel.kosina@gmail.com>\n"
|
||||||
@ -23,27 +23,31 @@ msgstr ""
|
|||||||
msgid "%s %s documentation"
|
msgid "%s %s documentation"
|
||||||
msgstr "%s %s dokumentaci"
|
msgstr "%s %s dokumentaci"
|
||||||
|
|
||||||
#: sphinx/environment.py:119 sphinx/writers/latex.py:190
|
#: sphinx/environment.py:1510
|
||||||
#: sphinx/writers/manpage.py:67 sphinx/writers/texinfo.py:203
|
|
||||||
#, python-format
|
|
||||||
msgid "%B %d, %Y"
|
|
||||||
msgstr "%d.%m.%Y"
|
|
||||||
|
|
||||||
#: sphinx/environment.py:1625
|
|
||||||
#, fuzzy, python-format
|
#, fuzzy, python-format
|
||||||
msgid "see %s"
|
msgid "see %s"
|
||||||
msgstr "viz %s"
|
msgstr "viz %s"
|
||||||
|
|
||||||
#: sphinx/environment.py:1628
|
#: sphinx/environment.py:1513
|
||||||
#, fuzzy, python-format
|
#, fuzzy, python-format
|
||||||
msgid "see also %s"
|
msgid "see also %s"
|
||||||
msgstr "viz také %s"
|
msgstr "viz také %s"
|
||||||
|
|
||||||
|
#: sphinx/environment.py:1570
|
||||||
|
msgid "Symbols"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: sphinx/roles.py:175
|
#: sphinx/roles.py:175
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Python Enhancement Proposals; PEP %s"
|
msgid "Python Enhancement Proposals; PEP %s"
|
||||||
msgstr "Python Enhancement Proposals; PEP %s"
|
msgstr "Python Enhancement Proposals; PEP %s"
|
||||||
|
|
||||||
|
#: sphinx/transforms.py:52 sphinx/writers/latex.py:202
|
||||||
|
#: sphinx/writers/manpage.py:67 sphinx/writers/texinfo.py:217
|
||||||
|
#, python-format
|
||||||
|
msgid "%B %d, %Y"
|
||||||
|
msgstr "%d.%m.%Y"
|
||||||
|
|
||||||
#: sphinx/builders/changes.py:73
|
#: sphinx/builders/changes.py:73
|
||||||
msgid "Builtins"
|
msgid "Builtins"
|
||||||
msgstr "Vestavěné funkce"
|
msgstr "Vestavěné funkce"
|
||||||
@ -52,24 +56,24 @@ msgstr "Vestavěné funkce"
|
|||||||
msgid "Module level"
|
msgid "Module level"
|
||||||
msgstr "Úroveň modulů"
|
msgstr "Úroveň modulů"
|
||||||
|
|
||||||
#: sphinx/builders/html.py:274
|
#: sphinx/builders/html.py:290
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%b %d, %Y"
|
msgid "%b %d, %Y"
|
||||||
msgstr "%d.%m.%Y"
|
msgstr "%d.%m.%Y"
|
||||||
|
|
||||||
#: sphinx/builders/html.py:293 sphinx/themes/basic/defindex.html:30
|
#: sphinx/builders/html.py:309 sphinx/themes/basic/defindex.html:30
|
||||||
msgid "General Index"
|
msgid "General Index"
|
||||||
msgstr "Rejstřík indexů"
|
msgstr "Rejstřík indexů"
|
||||||
|
|
||||||
#: sphinx/builders/html.py:293
|
#: sphinx/builders/html.py:309
|
||||||
msgid "index"
|
msgid "index"
|
||||||
msgstr "index"
|
msgstr "index"
|
||||||
|
|
||||||
#: sphinx/builders/html.py:353
|
#: sphinx/builders/html.py:369
|
||||||
msgid "next"
|
msgid "next"
|
||||||
msgstr "další"
|
msgstr "další"
|
||||||
|
|
||||||
#: sphinx/builders/html.py:362
|
#: sphinx/builders/html.py:378
|
||||||
msgid "previous"
|
msgid "previous"
|
||||||
msgstr "předchozí"
|
msgstr "předchozí"
|
||||||
|
|
||||||
@ -77,42 +81,39 @@ msgstr "předchozí"
|
|||||||
msgid " (in "
|
msgid " (in "
|
||||||
msgstr "(v"
|
msgstr "(v"
|
||||||
|
|
||||||
#: sphinx/directives/other.py:136
|
#: sphinx/directives/other.py:138
|
||||||
msgid "Section author: "
|
msgid "Section author: "
|
||||||
msgstr "Autor sekce: "
|
msgstr "Autor sekce: "
|
||||||
|
|
||||||
#: sphinx/directives/other.py:138
|
#: sphinx/directives/other.py:140
|
||||||
msgid "Module author: "
|
msgid "Module author: "
|
||||||
msgstr "Autor modulu: "
|
msgstr "Autor modulu: "
|
||||||
|
|
||||||
#: sphinx/directives/other.py:140
|
#: sphinx/directives/other.py:142
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid "Code author: "
|
msgid "Code author: "
|
||||||
msgstr "Autor modulu: "
|
msgstr "Autor modulu: "
|
||||||
|
|
||||||
#: sphinx/directives/other.py:142
|
#: sphinx/directives/other.py:144
|
||||||
msgid "Author: "
|
msgid "Author: "
|
||||||
msgstr "Autor: "
|
msgstr "Autor: "
|
||||||
|
|
||||||
#: sphinx/directives/other.py:215
|
|
||||||
msgid "See also"
|
|
||||||
msgstr "Viz také"
|
|
||||||
|
|
||||||
#: sphinx/domains/__init__.py:244
|
#: sphinx/domains/__init__.py:244
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s %s"
|
msgid "%s %s"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: sphinx/domains/c.py:51 sphinx/domains/python.py:95
|
#: sphinx/domains/c.py:51 sphinx/domains/cpp.py:939 sphinx/domains/python.py:95
|
||||||
msgid "Parameters"
|
msgid "Parameters"
|
||||||
msgstr "Parametry"
|
msgstr "Parametry"
|
||||||
|
|
||||||
#: sphinx/domains/c.py:54 sphinx/domains/javascript.py:128
|
#: sphinx/domains/c.py:54 sphinx/domains/cpp.py:945
|
||||||
#: sphinx/domains/python.py:107
|
#: sphinx/domains/javascript.py:128 sphinx/domains/python.py:107
|
||||||
msgid "Returns"
|
msgid "Returns"
|
||||||
msgstr "Vrací"
|
msgstr "Vrací"
|
||||||
|
|
||||||
#: sphinx/domains/c.py:56 sphinx/domains/python.py:109
|
#: sphinx/domains/c.py:56 sphinx/domains/javascript.py:130
|
||||||
|
#: sphinx/domains/python.py:109
|
||||||
msgid "Return type"
|
msgid "Return type"
|
||||||
msgstr "Typ navrácené hodnoty"
|
msgstr "Typ navrácené hodnoty"
|
||||||
|
|
||||||
@ -141,59 +142,63 @@ msgstr "%s (C typ)"
|
|||||||
msgid "%s (C variable)"
|
msgid "%s (C variable)"
|
||||||
msgstr "%s (C proměnná)"
|
msgstr "%s (C proměnná)"
|
||||||
|
|
||||||
#: sphinx/domains/c.py:204 sphinx/domains/cpp.py:1060
|
#: sphinx/domains/c.py:203 sphinx/domains/cpp.py:1207
|
||||||
#: sphinx/domains/javascript.py:162 sphinx/domains/python.py:559
|
#: sphinx/domains/javascript.py:164 sphinx/domains/python.py:560
|
||||||
msgid "function"
|
msgid "function"
|
||||||
msgstr "funkce"
|
msgstr "funkce"
|
||||||
|
|
||||||
#: sphinx/domains/c.py:205 sphinx/domains/cpp.py:1061
|
#: sphinx/domains/c.py:204 sphinx/domains/cpp.py:1208
|
||||||
msgid "member"
|
msgid "member"
|
||||||
msgstr "člen"
|
msgstr "člen"
|
||||||
|
|
||||||
#: sphinx/domains/c.py:206
|
#: sphinx/domains/c.py:205
|
||||||
msgid "macro"
|
msgid "macro"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: sphinx/domains/c.py:207 sphinx/domains/cpp.py:1062
|
#: sphinx/domains/c.py:206 sphinx/domains/cpp.py:1209
|
||||||
msgid "type"
|
msgid "type"
|
||||||
msgstr "typ"
|
msgstr "typ"
|
||||||
|
|
||||||
#: sphinx/domains/c.py:208
|
#: sphinx/domains/c.py:207
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid "variable"
|
msgid "variable"
|
||||||
msgstr "Proměnná"
|
msgstr "Proměnná"
|
||||||
|
|
||||||
#: sphinx/domains/cpp.py:904
|
#: sphinx/domains/cpp.py:942 sphinx/domains/javascript.py:125
|
||||||
|
msgid "Throws"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: sphinx/domains/cpp.py:1038
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s (C++ class)"
|
msgid "%s (C++ class)"
|
||||||
msgstr "%s (C++ třída)"
|
msgstr "%s (C++ třída)"
|
||||||
|
|
||||||
#: sphinx/domains/cpp.py:919
|
#: sphinx/domains/cpp.py:1061
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s (C++ type)"
|
msgid "%s (C++ type)"
|
||||||
msgstr "%s (C++ typ)"
|
msgstr "%s (C++ typ)"
|
||||||
|
|
||||||
#: sphinx/domains/cpp.py:938
|
#: sphinx/domains/cpp.py:1081
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s (C++ member)"
|
msgid "%s (C++ member)"
|
||||||
msgstr "%s (člen C++)"
|
msgstr "%s (člen C++)"
|
||||||
|
|
||||||
#: sphinx/domains/cpp.py:990
|
#: sphinx/domains/cpp.py:1137
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s (C++ function)"
|
msgid "%s (C++ function)"
|
||||||
msgstr "%s (C++ funkce)"
|
msgstr "%s (C++ funkce)"
|
||||||
|
|
||||||
#: sphinx/domains/cpp.py:1059 sphinx/domains/javascript.py:163
|
#: sphinx/domains/cpp.py:1206 sphinx/domains/javascript.py:165
|
||||||
#: sphinx/domains/python.py:561
|
#: sphinx/domains/python.py:562
|
||||||
msgid "class"
|
msgid "class"
|
||||||
msgstr "třída"
|
msgstr "třída"
|
||||||
|
|
||||||
#: sphinx/domains/javascript.py:106 sphinx/domains/python.py:254
|
#: sphinx/domains/javascript.py:106 sphinx/domains/python.py:253
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s() (built-in function)"
|
msgid "%s() (built-in function)"
|
||||||
msgstr "%s() (vestavěná funkce)"
|
msgstr "%s() (vestavěná funkce)"
|
||||||
|
|
||||||
#: sphinx/domains/javascript.py:107 sphinx/domains/python.py:318
|
#: sphinx/domains/javascript.py:107 sphinx/domains/python.py:317
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s() (%s method)"
|
msgid "%s() (%s method)"
|
||||||
msgstr "%s() (metoda %s)"
|
msgstr "%s() (metoda %s)"
|
||||||
@ -208,7 +213,7 @@ msgstr "%s() (třída)"
|
|||||||
msgid "%s (global variable or constant)"
|
msgid "%s (global variable or constant)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: sphinx/domains/javascript.py:113 sphinx/domains/python.py:356
|
#: sphinx/domains/javascript.py:113 sphinx/domains/python.py:355
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s (%s attribute)"
|
msgid "%s (%s attribute)"
|
||||||
msgstr "%s() (atribut %s)"
|
msgstr "%s() (atribut %s)"
|
||||||
@ -218,15 +223,11 @@ msgstr "%s() (atribut %s)"
|
|||||||
msgid "Arguments"
|
msgid "Arguments"
|
||||||
msgstr "Parametry"
|
msgstr "Parametry"
|
||||||
|
|
||||||
#: sphinx/domains/javascript.py:125
|
#: sphinx/domains/javascript.py:166 sphinx/domains/python.py:561
|
||||||
msgid "Throws"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: sphinx/domains/javascript.py:164 sphinx/domains/python.py:560
|
|
||||||
msgid "data"
|
msgid "data"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: sphinx/domains/javascript.py:165 sphinx/domains/python.py:566
|
#: sphinx/domains/javascript.py:167 sphinx/domains/python.py:567
|
||||||
msgid "attribute"
|
msgid "attribute"
|
||||||
msgstr "atribut"
|
msgstr "atribut"
|
||||||
|
|
||||||
@ -239,58 +240,58 @@ msgstr "Proměnná"
|
|||||||
msgid "Raises"
|
msgid "Raises"
|
||||||
msgstr "Vyvolá"
|
msgstr "Vyvolá"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:255 sphinx/domains/python.py:312
|
#: sphinx/domains/python.py:254 sphinx/domains/python.py:311
|
||||||
#: sphinx/domains/python.py:324 sphinx/domains/python.py:337
|
#: sphinx/domains/python.py:323 sphinx/domains/python.py:336
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s() (in module %s)"
|
msgid "%s() (in module %s)"
|
||||||
msgstr "%s() (v modulu %s)"
|
msgstr "%s() (v modulu %s)"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:258
|
#: sphinx/domains/python.py:257
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s (built-in variable)"
|
msgid "%s (built-in variable)"
|
||||||
msgstr "%s() (vestavěná proměnná)"
|
msgstr "%s() (vestavěná proměnná)"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:259 sphinx/domains/python.py:350
|
#: sphinx/domains/python.py:258 sphinx/domains/python.py:349
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s (in module %s)"
|
msgid "%s (in module %s)"
|
||||||
msgstr "%s() (v modulu %s)"
|
msgstr "%s() (v modulu %s)"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:275
|
#: sphinx/domains/python.py:274
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s (built-in class)"
|
msgid "%s (built-in class)"
|
||||||
msgstr "%s () (vestavěná proměnná)"
|
msgstr "%s () (vestavěná proměnná)"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:276
|
#: sphinx/domains/python.py:275
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s (class in %s)"
|
msgid "%s (class in %s)"
|
||||||
msgstr "%s() (třída v %s)"
|
msgstr "%s() (třída v %s)"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:316
|
#: sphinx/domains/python.py:315
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s() (%s.%s method)"
|
msgid "%s() (%s.%s method)"
|
||||||
msgstr "%s() (metoda %s.%s)"
|
msgstr "%s() (metoda %s.%s)"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:328
|
#: sphinx/domains/python.py:327
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s() (%s.%s static method)"
|
msgid "%s() (%s.%s static method)"
|
||||||
msgstr "%s() (statická metoda %s.%s)"
|
msgstr "%s() (statická metoda %s.%s)"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:331
|
#: sphinx/domains/python.py:330
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s() (%s static method)"
|
msgid "%s() (%s static method)"
|
||||||
msgstr "%s() (statická metoda %s)"
|
msgstr "%s() (statická metoda %s)"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:341
|
#: sphinx/domains/python.py:340
|
||||||
#, fuzzy, python-format
|
#, fuzzy, python-format
|
||||||
msgid "%s() (%s.%s class method)"
|
msgid "%s() (%s.%s class method)"
|
||||||
msgstr "%s() (metoda %s.%s)"
|
msgstr "%s() (metoda %s.%s)"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:344
|
#: sphinx/domains/python.py:343
|
||||||
#, fuzzy, python-format
|
#, fuzzy, python-format
|
||||||
msgid "%s() (%s class method)"
|
msgid "%s() (%s class method)"
|
||||||
msgstr "%s() (metoda %s)"
|
msgstr "%s() (metoda %s)"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:354
|
#: sphinx/domains/python.py:353
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s (%s.%s attribute)"
|
msgid "%s (%s.%s attribute)"
|
||||||
msgstr "%s() (atribut %s.%s)"
|
msgstr "%s() (atribut %s.%s)"
|
||||||
@ -309,49 +310,49 @@ msgstr "Rejstřík modulů"
|
|||||||
msgid "modules"
|
msgid "modules"
|
||||||
msgstr "moduly"
|
msgstr "moduly"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:537
|
#: sphinx/domains/python.py:538
|
||||||
msgid "Deprecated"
|
msgid "Deprecated"
|
||||||
msgstr "Zastaralé"
|
msgstr "Zastaralé"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:562 sphinx/locale/__init__.py:179
|
#: sphinx/domains/python.py:563 sphinx/locale/__init__.py:179
|
||||||
msgid "exception"
|
msgid "exception"
|
||||||
msgstr "výjimka"
|
msgstr "výjimka"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:563
|
#: sphinx/domains/python.py:564
|
||||||
msgid "method"
|
msgid "method"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: sphinx/domains/python.py:564
|
#: sphinx/domains/python.py:565
|
||||||
msgid "class method"
|
msgid "class method"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: sphinx/domains/python.py:565
|
#: sphinx/domains/python.py:566
|
||||||
msgid "static method"
|
msgid "static method"
|
||||||
msgstr "statická metoda"
|
msgstr "statická metoda"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:567 sphinx/locale/__init__.py:175
|
#: sphinx/domains/python.py:568 sphinx/locale/__init__.py:175
|
||||||
msgid "module"
|
msgid "module"
|
||||||
msgstr "modul"
|
msgstr "modul"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:695
|
#: sphinx/domains/python.py:696
|
||||||
msgid " (deprecated)"
|
msgid " (deprecated)"
|
||||||
msgstr " (zastaralé)"
|
msgstr " (zastaralé)"
|
||||||
|
|
||||||
#: sphinx/domains/rst.py:55
|
#: sphinx/domains/rst.py:53
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s (directive)"
|
msgid "%s (directive)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: sphinx/domains/rst.py:57
|
#: sphinx/domains/rst.py:55
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s (role)"
|
msgid "%s (role)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: sphinx/domains/rst.py:106
|
#: sphinx/domains/rst.py:104
|
||||||
msgid "directive"
|
msgid "directive"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: sphinx/domains/rst.py:107
|
#: sphinx/domains/rst.py:105
|
||||||
msgid "role"
|
msgid "role"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@ -365,70 +366,97 @@ msgstr "promměná prostředí, %s"
|
|||||||
msgid "%scommand line option; %s"
|
msgid "%scommand line option; %s"
|
||||||
msgstr "%s parametry příkazového řádku; %s"
|
msgstr "%s parametry příkazového řádku; %s"
|
||||||
|
|
||||||
#: sphinx/domains/std.py:393
|
#: sphinx/domains/std.py:414
|
||||||
msgid "glossary term"
|
msgid "glossary term"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: sphinx/domains/std.py:394
|
#: sphinx/domains/std.py:415
|
||||||
msgid "grammar token"
|
msgid "grammar token"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: sphinx/domains/std.py:395
|
#: sphinx/domains/std.py:416
|
||||||
msgid "reference label"
|
msgid "reference label"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: sphinx/domains/std.py:396
|
#: sphinx/domains/std.py:418
|
||||||
msgid "environment variable"
|
msgid "environment variable"
|
||||||
msgstr "promměná prostředí"
|
msgstr "promměná prostředí"
|
||||||
|
|
||||||
#: sphinx/domains/std.py:397
|
#: sphinx/domains/std.py:419
|
||||||
msgid "program option"
|
msgid "program option"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: sphinx/domains/std.py:427 sphinx/themes/basic/genindex-single.html:32
|
#: sphinx/domains/std.py:449 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:11
|
||||||
#: sphinx/themes/basic/genindex-split.html:14
|
#: sphinx/themes/basic/genindex-split.html:14
|
||||||
#: sphinx/themes/basic/genindex.html:32 sphinx/themes/basic/genindex.html:35
|
#: 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/themes/basic/genindex.html:68 sphinx/themes/basic/layout.html:134
|
||||||
#: sphinx/writers/latex.py:179 sphinx/writers/texinfo.py:456
|
#: sphinx/writers/latex.py:191 sphinx/writers/texinfo.py:475
|
||||||
msgid "Index"
|
msgid "Index"
|
||||||
msgstr "Index"
|
msgstr "Index"
|
||||||
|
|
||||||
#: sphinx/domains/std.py:428
|
#: sphinx/domains/std.py:450
|
||||||
msgid "Module Index"
|
msgid "Module Index"
|
||||||
msgstr "Rejstřík modulů "
|
msgstr "Rejstřík modulů "
|
||||||
|
|
||||||
#: sphinx/domains/std.py:429 sphinx/themes/basic/defindex.html:25
|
#: sphinx/domains/std.py:451 sphinx/themes/basic/defindex.html:25
|
||||||
msgid "Search Page"
|
msgid "Search Page"
|
||||||
msgstr "Vyhledávací stránka"
|
msgstr "Vyhledávací stránka"
|
||||||
|
|
||||||
#: sphinx/ext/autodoc.py:1002
|
#: sphinx/ext/autodoc.py:1042
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid " Bases: %s"
|
msgid " Bases: %s"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: sphinx/ext/autodoc.py:1038
|
#: sphinx/ext/autodoc.py:1078
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "alias of :class:`%s`"
|
msgid "alias of :class:`%s`"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: sphinx/ext/todo.py:41
|
#: sphinx/ext/graphviz.py:294 sphinx/ext/graphviz.py:302
|
||||||
|
#, python-format
|
||||||
|
msgid "[graph: %s]"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: sphinx/ext/graphviz.py:296 sphinx/ext/graphviz.py:304
|
||||||
|
msgid "[graph]"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: sphinx/ext/intersphinx.py:234
|
||||||
|
#, python-format
|
||||||
|
msgid "(in %s v%s)"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: sphinx/ext/linkcode.py:66 sphinx/ext/viewcode.py:70
|
||||||
|
msgid "[source]"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: sphinx/ext/refcounting.py:83
|
||||||
|
msgid "Return value: Always NULL."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: sphinx/ext/refcounting.py:85
|
||||||
|
msgid "Return value: New reference."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: sphinx/ext/refcounting.py:87
|
||||||
|
msgid "Return value: Borrowed reference."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: sphinx/ext/todo.py:42
|
||||||
msgid "Todo"
|
msgid "Todo"
|
||||||
msgstr "Todo"
|
msgstr "Todo"
|
||||||
|
|
||||||
#: sphinx/ext/todo.py:109
|
#: sphinx/ext/todo.py:110
|
||||||
#, fuzzy, python-format
|
#, fuzzy, python-format
|
||||||
msgid "(The <<original entry>> is located in %s, line %d.)"
|
msgid "(The <<original entry>> is located in %s, line %d.)"
|
||||||
msgstr "(Původní záznam je v %s, řádka %d.)"
|
msgstr "(<<Původní záznam>> je v %s, řádka %d.)"
|
||||||
|
|
||||||
#: sphinx/ext/todo.py:117
|
#: sphinx/ext/todo.py:119
|
||||||
msgid "original entry"
|
msgid "original entry"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: sphinx/ext/viewcode.py:70
|
|
||||||
msgid "[source]"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: sphinx/ext/viewcode.py:117
|
#: sphinx/ext/viewcode.py:117
|
||||||
msgid "[docs]"
|
msgid "[docs]"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -480,7 +508,7 @@ msgid "Note"
|
|||||||
msgstr "Poznámka"
|
msgstr "Poznámka"
|
||||||
|
|
||||||
#: sphinx/locale/__init__.py:162
|
#: sphinx/locale/__init__.py:162
|
||||||
msgid "See Also"
|
msgid "See also"
|
||||||
msgstr "Viz také"
|
msgstr "Viz také"
|
||||||
|
|
||||||
#: sphinx/locale/__init__.py:163
|
#: sphinx/locale/__init__.py:163
|
||||||
@ -526,26 +554,27 @@ msgstr "příkaz"
|
|||||||
msgid "built-in function"
|
msgid "built-in function"
|
||||||
msgstr "vestavěná funkce"
|
msgstr "vestavěná funkce"
|
||||||
|
|
||||||
#: sphinx/themes/agogo/layout.html:45 sphinx/themes/basic/globaltoc.html:10
|
#: sphinx/themes/agogo/layout.html:46 sphinx/themes/basic/globaltoc.html:10
|
||||||
#: sphinx/themes/basic/localtoc.html:11
|
#: sphinx/themes/basic/localtoc.html:11 sphinx/themes/scrolls/layout.html:35
|
||||||
msgid "Table Of Contents"
|
msgid "Table Of Contents"
|
||||||
msgstr "Obsah"
|
msgstr "Obsah"
|
||||||
|
|
||||||
#: sphinx/themes/agogo/layout.html:49 sphinx/themes/basic/layout.html:137
|
#: sphinx/themes/agogo/layout.html:50 sphinx/themes/basic/layout.html:137
|
||||||
#: sphinx/themes/basic/search.html:11 sphinx/themes/basic/search.html:20
|
#: sphinx/themes/basic/search.html:11 sphinx/themes/basic/search.html:23
|
||||||
|
#: sphinx/themes/basic/searchresults.html:10
|
||||||
msgid "Search"
|
msgid "Search"
|
||||||
msgstr "Hledání"
|
msgstr "Hledání"
|
||||||
|
|
||||||
#: sphinx/themes/agogo/layout.html:52 sphinx/themes/basic/searchbox.html:15
|
#: sphinx/themes/agogo/layout.html:53 sphinx/themes/basic/searchbox.html:15
|
||||||
msgid "Go"
|
msgid "Go"
|
||||||
msgstr "hledej"
|
msgstr "hledej"
|
||||||
|
|
||||||
#: sphinx/themes/agogo/layout.html:57 sphinx/themes/basic/searchbox.html:20
|
#: sphinx/themes/agogo/layout.html:58 sphinx/themes/basic/searchbox.html:20
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid "Enter search terms or a module, class or function name."
|
msgid "Enter search terms or a module, class or function name."
|
||||||
msgstr "Zadej jméno modulu, třídy nebo funkce."
|
msgstr "Zadej jméno modulu, třídy nebo funkce."
|
||||||
|
|
||||||
#: sphinx/themes/agogo/layout.html:78 sphinx/themes/basic/sourcelink.html:14
|
#: sphinx/themes/agogo/layout.html:79 sphinx/themes/basic/sourcelink.html:14
|
||||||
msgid "Show Source"
|
msgid "Show Source"
|
||||||
msgstr "Ukázat zdroj"
|
msgstr "Ukázat zdroj"
|
||||||
|
|
||||||
@ -553,6 +582,19 @@ msgstr "Ukázat zdroj"
|
|||||||
msgid "Overview"
|
msgid "Overview"
|
||||||
msgstr "Přehled"
|
msgstr "Přehled"
|
||||||
|
|
||||||
|
#: sphinx/themes/basic/defindex.html:15
|
||||||
|
msgid "Welcome! This is"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: sphinx/themes/basic/defindex.html:16
|
||||||
|
#, fuzzy
|
||||||
|
msgid "the documentation for"
|
||||||
|
msgstr "dokumentaci"
|
||||||
|
|
||||||
|
#: sphinx/themes/basic/defindex.html:17
|
||||||
|
msgid "last updated"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: sphinx/themes/basic/defindex.html:20
|
#: sphinx/themes/basic/defindex.html:20
|
||||||
msgid "Indices and tables:"
|
msgid "Indices and tables:"
|
||||||
msgstr "Rejstříky a tabulky:"
|
msgstr "Rejstříky a tabulky:"
|
||||||
@ -663,13 +705,13 @@ msgstr "Další téma"
|
|||||||
msgid "next chapter"
|
msgid "next chapter"
|
||||||
msgstr "další kapitola"
|
msgstr "další kapitola"
|
||||||
|
|
||||||
#: sphinx/themes/basic/search.html:24
|
#: sphinx/themes/basic/search.html:27
|
||||||
msgid ""
|
msgid ""
|
||||||
"Please activate JavaScript to enable the search\n"
|
"Please activate JavaScript to enable the search\n"
|
||||||
" functionality."
|
" functionality."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: sphinx/themes/basic/search.html:29
|
#: sphinx/themes/basic/search.html:32
|
||||||
msgid ""
|
msgid ""
|
||||||
"From here you can search these documents. Enter your search\n"
|
"From here you can search these documents. Enter your search\n"
|
||||||
" words into the box below and click \"search\". Note that the search\n"
|
" words into the box below and click \"search\". Note that the search\n"
|
||||||
@ -681,17 +723,21 @@ msgstr ""
|
|||||||
"Vyhledávání hledá automaticky všechna slova. Nebudou tedy nalezeny "
|
"Vyhledávání hledá automaticky všechna slova. Nebudou tedy nalezeny "
|
||||||
"stránky, obsahující méně slov."
|
"stránky, obsahující méně slov."
|
||||||
|
|
||||||
#: sphinx/themes/basic/search.html:36
|
#: sphinx/themes/basic/search.html:39 sphinx/themes/basic/searchresults.html:17
|
||||||
msgid "search"
|
msgid "search"
|
||||||
msgstr "hledej"
|
msgstr "hledej"
|
||||||
|
|
||||||
#: sphinx/themes/basic/search.html:40
|
#: sphinx/themes/basic/search.html:43 sphinx/themes/basic/searchresults.html:21
|
||||||
|
#: sphinx/themes/basic/static/searchtools.js_t:281
|
||||||
msgid "Search Results"
|
msgid "Search Results"
|
||||||
msgstr "Výsledky hledání"
|
msgstr "Výsledky hledání"
|
||||||
|
|
||||||
#: sphinx/themes/basic/search.html:42
|
#: sphinx/themes/basic/search.html:45 sphinx/themes/basic/searchresults.html:23
|
||||||
msgid "Your search did not match any results."
|
#: sphinx/themes/basic/static/searchtools.js_t:283
|
||||||
msgstr "Nic jsme nenašli."
|
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 ""
|
||||||
|
|
||||||
#: sphinx/themes/basic/searchbox.html:12
|
#: sphinx/themes/basic/searchbox.html:12
|
||||||
msgid "Quick search"
|
msgid "Quick search"
|
||||||
@ -729,25 +775,43 @@ msgstr "Změny API"
|
|||||||
msgid "Other changes"
|
msgid "Other changes"
|
||||||
msgstr "Ostatní změny"
|
msgstr "Ostatní změny"
|
||||||
|
|
||||||
#: sphinx/themes/basic/static/doctools.js:154 sphinx/writers/html.py:504
|
#: sphinx/themes/basic/static/doctools.js:142 sphinx/writers/html.py:510
|
||||||
#: sphinx/writers/html.py:510
|
#: sphinx/writers/html.py:516
|
||||||
msgid "Permalink to this headline"
|
msgid "Permalink to this headline"
|
||||||
msgstr "Trvalý odkaz na tento nadpis"
|
msgstr "Trvalý odkaz na tento nadpis"
|
||||||
|
|
||||||
#: sphinx/themes/basic/static/doctools.js:160 sphinx/writers/html.py:92
|
#: sphinx/themes/basic/static/doctools.js:148 sphinx/writers/html.py:97
|
||||||
msgid "Permalink to this definition"
|
msgid "Permalink to this definition"
|
||||||
msgstr "Trvalý odkaz na tuto definici"
|
msgstr "Trvalý odkaz na tuto definici"
|
||||||
|
|
||||||
#: sphinx/themes/basic/static/doctools.js:189
|
#: sphinx/themes/basic/static/doctools.js:177
|
||||||
msgid "Hide Search Matches"
|
msgid "Hide Search Matches"
|
||||||
msgstr "Skrýt výsledky vyhledávání"
|
msgstr "Skrýt výsledky vyhledávání"
|
||||||
|
|
||||||
#: sphinx/themes/default/static/sidebar.js:69
|
#: sphinx/themes/basic/static/searchtools.js_t:119
|
||||||
|
#, fuzzy
|
||||||
|
msgid "Searching"
|
||||||
|
msgstr "hledej"
|
||||||
|
|
||||||
|
#: sphinx/themes/basic/static/searchtools.js_t:124
|
||||||
|
msgid "Preparing search..."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: sphinx/themes/basic/static/searchtools.js_t:285
|
||||||
|
#, python-format
|
||||||
|
msgid "Search finished, found %s page(s) matching the search query."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: sphinx/themes/basic/static/searchtools.js_t:337
|
||||||
|
msgid ", in "
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: sphinx/themes/default/static/sidebar.js_t:83
|
||||||
msgid "Expand sidebar"
|
msgid "Expand sidebar"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: sphinx/themes/default/static/sidebar.js:82
|
#: sphinx/themes/default/static/sidebar.js_t:96
|
||||||
#: sphinx/themes/default/static/sidebar.js:110
|
#: sphinx/themes/default/static/sidebar.js_t:124
|
||||||
msgid "Collapse sidebar"
|
msgid "Collapse sidebar"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@ -755,25 +819,30 @@ msgstr ""
|
|||||||
msgid "Contents"
|
msgid "Contents"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: sphinx/writers/latex.py:177
|
#: sphinx/writers/latex.py:189
|
||||||
msgid "Release"
|
msgid "Release"
|
||||||
msgstr "Vydání"
|
msgstr "Vydání"
|
||||||
|
|
||||||
#: sphinx/writers/latex.py:594 sphinx/writers/manpage.py:182
|
#: sphinx/writers/latex.py:620 sphinx/writers/manpage.py:181
|
||||||
#: sphinx/writers/texinfo.py:589
|
#: sphinx/writers/texinfo.py:612
|
||||||
msgid "Footnotes"
|
msgid "Footnotes"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: sphinx/writers/latex.py:676
|
#: sphinx/writers/latex.py:704
|
||||||
msgid "continued from previous page"
|
msgid "continued from previous page"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: sphinx/writers/latex.py:681
|
#: sphinx/writers/latex.py:710
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid "Continued on next page"
|
msgid "Continued on next page"
|
||||||
msgstr "Plný index na jedné stránce"
|
msgstr "Plný index na jedné stránce"
|
||||||
|
|
||||||
#: sphinx/writers/text.py:437
|
#: sphinx/writers/manpage.py:226 sphinx/writers/text.py:541
|
||||||
|
#, fuzzy, python-format
|
||||||
|
msgid "[image: %s]"
|
||||||
|
msgstr "[obrázek: %s]"
|
||||||
|
|
||||||
|
#: sphinx/writers/manpage.py:227 sphinx/writers/text.py:542
|
||||||
msgid "[image]"
|
msgid "[image]"
|
||||||
msgstr "[obrázek]"
|
msgstr "[obrázek]"
|
||||||
|
|
||||||
|
@ -1 +1 @@
|
|||||||
Documentation.addTranslations({"locale": "da", "plural_expr": "(n != 1)", "messages": {"Hide Search Matches": "Skjul s\u00f8geresultater", "Permalink to this definition": "Permalink til denne definition", "Expand sidebar": "Udfold sidebj\u00e6lke", "Permalink to this headline": "Permalink til denne overskrift", "Collapse sidebar": "Sammenfold sidebj\u00e6lke"}});
|
Documentation.addTranslations({"locale": "da", "plural_expr": "(n != 1)", "messages": {"Hide Search Matches": "Skjul s\u00f8geresultater", "Permalink to this definition": "Permalink til denne definition", "Permalink to this headline": "Permalink til denne overskrift"}});
|
Binary file not shown.
@ -7,7 +7,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: Sphinx 1.0pre/[?1034h2e1ab15e035e\n"
|
"Project-Id-Version: Sphinx 1.0pre/[?1034h2e1ab15e035e\n"
|
||||||
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
||||||
"POT-Creation-Date: 2011-09-21 10:06+0200\n"
|
"POT-Creation-Date: 2013-04-02 10:33+0200\n"
|
||||||
"PO-Revision-Date: 2011-01-22 14:41+0100\n"
|
"PO-Revision-Date: 2011-01-22 14:41+0100\n"
|
||||||
"Last-Translator: Ask Hjorth Larsen <asklarsen@gmail.com>\n"
|
"Last-Translator: Ask Hjorth Larsen <asklarsen@gmail.com>\n"
|
||||||
"Language-Team: Danish <dansk@dansk-gruppen.dk>\n"
|
"Language-Team: Danish <dansk@dansk-gruppen.dk>\n"
|
||||||
@ -22,27 +22,31 @@ msgstr ""
|
|||||||
msgid "%s %s documentation"
|
msgid "%s %s documentation"
|
||||||
msgstr "%s %s dokumentation"
|
msgstr "%s %s dokumentation"
|
||||||
|
|
||||||
#: sphinx/environment.py:119 sphinx/writers/latex.py:190
|
#: sphinx/environment.py:1510
|
||||||
#: sphinx/writers/manpage.py:67 sphinx/writers/texinfo.py:203
|
|
||||||
#, python-format
|
|
||||||
msgid "%B %d, %Y"
|
|
||||||
msgstr "%d. %B, %Y"
|
|
||||||
|
|
||||||
#: sphinx/environment.py:1625
|
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "see %s"
|
msgid "see %s"
|
||||||
msgstr "se %s"
|
msgstr "se %s"
|
||||||
|
|
||||||
#: sphinx/environment.py:1628
|
#: sphinx/environment.py:1513
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "see also %s"
|
msgid "see also %s"
|
||||||
msgstr "se også %s"
|
msgstr "se også %s"
|
||||||
|
|
||||||
|
#: sphinx/environment.py:1570
|
||||||
|
msgid "Symbols"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: sphinx/roles.py:175
|
#: sphinx/roles.py:175
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Python Enhancement Proposals; PEP %s"
|
msgid "Python Enhancement Proposals; PEP %s"
|
||||||
msgstr "Python Enhancement Proposals; PEP %s"
|
msgstr "Python Enhancement Proposals; PEP %s"
|
||||||
|
|
||||||
|
#: sphinx/transforms.py:52 sphinx/writers/latex.py:202
|
||||||
|
#: sphinx/writers/manpage.py:67 sphinx/writers/texinfo.py:217
|
||||||
|
#, python-format
|
||||||
|
msgid "%B %d, %Y"
|
||||||
|
msgstr "%d. %B, %Y"
|
||||||
|
|
||||||
#: sphinx/builders/changes.py:73
|
#: sphinx/builders/changes.py:73
|
||||||
msgid "Builtins"
|
msgid "Builtins"
|
||||||
msgstr "Indbyggede"
|
msgstr "Indbyggede"
|
||||||
@ -51,24 +55,24 @@ msgstr "Indbyggede"
|
|||||||
msgid "Module level"
|
msgid "Module level"
|
||||||
msgstr "Modulniveau"
|
msgstr "Modulniveau"
|
||||||
|
|
||||||
#: sphinx/builders/html.py:274
|
#: sphinx/builders/html.py:290
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%b %d, %Y"
|
msgid "%b %d, %Y"
|
||||||
msgstr "%d. %b, %Y"
|
msgstr "%d. %b, %Y"
|
||||||
|
|
||||||
#: sphinx/builders/html.py:293 sphinx/themes/basic/defindex.html:30
|
#: sphinx/builders/html.py:309 sphinx/themes/basic/defindex.html:30
|
||||||
msgid "General Index"
|
msgid "General Index"
|
||||||
msgstr "Generelt indeks"
|
msgstr "Generelt indeks"
|
||||||
|
|
||||||
#: sphinx/builders/html.py:293
|
#: sphinx/builders/html.py:309
|
||||||
msgid "index"
|
msgid "index"
|
||||||
msgstr "indeks"
|
msgstr "indeks"
|
||||||
|
|
||||||
#: sphinx/builders/html.py:353
|
#: sphinx/builders/html.py:369
|
||||||
msgid "next"
|
msgid "next"
|
||||||
msgstr "næste"
|
msgstr "næste"
|
||||||
|
|
||||||
#: sphinx/builders/html.py:362
|
#: sphinx/builders/html.py:378
|
||||||
msgid "previous"
|
msgid "previous"
|
||||||
msgstr "forrige"
|
msgstr "forrige"
|
||||||
|
|
||||||
@ -76,41 +80,38 @@ msgstr "forrige"
|
|||||||
msgid " (in "
|
msgid " (in "
|
||||||
msgstr " (i "
|
msgstr " (i "
|
||||||
|
|
||||||
#: sphinx/directives/other.py:136
|
#: sphinx/directives/other.py:138
|
||||||
msgid "Section author: "
|
msgid "Section author: "
|
||||||
msgstr "Afsnitsforfatter: "
|
msgstr "Afsnitsforfatter: "
|
||||||
|
|
||||||
#: sphinx/directives/other.py:138
|
#: sphinx/directives/other.py:140
|
||||||
msgid "Module author: "
|
msgid "Module author: "
|
||||||
msgstr "Modulforfatter: "
|
msgstr "Modulforfatter: "
|
||||||
|
|
||||||
#: sphinx/directives/other.py:140
|
#: sphinx/directives/other.py:142
|
||||||
msgid "Code author: "
|
msgid "Code author: "
|
||||||
msgstr "Kodeforfatter: "
|
msgstr "Kodeforfatter: "
|
||||||
|
|
||||||
#: sphinx/directives/other.py:142
|
#: sphinx/directives/other.py:144
|
||||||
msgid "Author: "
|
msgid "Author: "
|
||||||
msgstr "Forfatter: "
|
msgstr "Forfatter: "
|
||||||
|
|
||||||
#: sphinx/directives/other.py:215
|
|
||||||
msgid "See also"
|
|
||||||
msgstr "Se også"
|
|
||||||
|
|
||||||
#: sphinx/domains/__init__.py:244
|
#: sphinx/domains/__init__.py:244
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s %s"
|
msgid "%s %s"
|
||||||
msgstr "%s %s"
|
msgstr "%s %s"
|
||||||
|
|
||||||
#: sphinx/domains/c.py:51 sphinx/domains/python.py:95
|
#: sphinx/domains/c.py:51 sphinx/domains/cpp.py:939 sphinx/domains/python.py:95
|
||||||
msgid "Parameters"
|
msgid "Parameters"
|
||||||
msgstr "Parametre"
|
msgstr "Parametre"
|
||||||
|
|
||||||
#: sphinx/domains/c.py:54 sphinx/domains/javascript.py:128
|
#: sphinx/domains/c.py:54 sphinx/domains/cpp.py:945
|
||||||
#: sphinx/domains/python.py:107
|
#: sphinx/domains/javascript.py:128 sphinx/domains/python.py:107
|
||||||
msgid "Returns"
|
msgid "Returns"
|
||||||
msgstr "Returnerer"
|
msgstr "Returnerer"
|
||||||
|
|
||||||
#: sphinx/domains/c.py:56 sphinx/domains/python.py:109
|
#: sphinx/domains/c.py:56 sphinx/domains/javascript.py:130
|
||||||
|
#: sphinx/domains/python.py:109
|
||||||
msgid "Return type"
|
msgid "Return type"
|
||||||
msgstr "Returtype"
|
msgstr "Returtype"
|
||||||
|
|
||||||
@ -139,58 +140,62 @@ msgstr "%s (C-type)"
|
|||||||
msgid "%s (C variable)"
|
msgid "%s (C variable)"
|
||||||
msgstr "%s (C-variabel)"
|
msgstr "%s (C-variabel)"
|
||||||
|
|
||||||
#: sphinx/domains/c.py:204 sphinx/domains/cpp.py:1060
|
#: sphinx/domains/c.py:203 sphinx/domains/cpp.py:1207
|
||||||
#: sphinx/domains/javascript.py:162 sphinx/domains/python.py:559
|
#: sphinx/domains/javascript.py:164 sphinx/domains/python.py:560
|
||||||
msgid "function"
|
msgid "function"
|
||||||
msgstr "funktion"
|
msgstr "funktion"
|
||||||
|
|
||||||
#: sphinx/domains/c.py:205 sphinx/domains/cpp.py:1061
|
#: sphinx/domains/c.py:204 sphinx/domains/cpp.py:1208
|
||||||
msgid "member"
|
msgid "member"
|
||||||
msgstr "medlem"
|
msgstr "medlem"
|
||||||
|
|
||||||
#: sphinx/domains/c.py:206
|
#: sphinx/domains/c.py:205
|
||||||
msgid "macro"
|
msgid "macro"
|
||||||
msgstr "makro"
|
msgstr "makro"
|
||||||
|
|
||||||
#: sphinx/domains/c.py:207 sphinx/domains/cpp.py:1062
|
#: sphinx/domains/c.py:206 sphinx/domains/cpp.py:1209
|
||||||
msgid "type"
|
msgid "type"
|
||||||
msgstr "type"
|
msgstr "type"
|
||||||
|
|
||||||
#: sphinx/domains/c.py:208
|
#: sphinx/domains/c.py:207
|
||||||
msgid "variable"
|
msgid "variable"
|
||||||
msgstr "variabel"
|
msgstr "variabel"
|
||||||
|
|
||||||
#: sphinx/domains/cpp.py:904
|
#: sphinx/domains/cpp.py:942 sphinx/domains/javascript.py:125
|
||||||
|
msgid "Throws"
|
||||||
|
msgstr "Kaster"
|
||||||
|
|
||||||
|
#: sphinx/domains/cpp.py:1038
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s (C++ class)"
|
msgid "%s (C++ class)"
|
||||||
msgstr "%s (C++-klasse)"
|
msgstr "%s (C++-klasse)"
|
||||||
|
|
||||||
#: sphinx/domains/cpp.py:919
|
#: sphinx/domains/cpp.py:1061
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s (C++ type)"
|
msgid "%s (C++ type)"
|
||||||
msgstr "%s (C++-type)"
|
msgstr "%s (C++-type)"
|
||||||
|
|
||||||
#: sphinx/domains/cpp.py:938
|
#: sphinx/domains/cpp.py:1081
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s (C++ member)"
|
msgid "%s (C++ member)"
|
||||||
msgstr "%s (C++-medlem)"
|
msgstr "%s (C++-medlem)"
|
||||||
|
|
||||||
#: sphinx/domains/cpp.py:990
|
#: sphinx/domains/cpp.py:1137
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s (C++ function)"
|
msgid "%s (C++ function)"
|
||||||
msgstr "%s (C++-funktion)"
|
msgstr "%s (C++-funktion)"
|
||||||
|
|
||||||
#: sphinx/domains/cpp.py:1059 sphinx/domains/javascript.py:163
|
#: sphinx/domains/cpp.py:1206 sphinx/domains/javascript.py:165
|
||||||
#: sphinx/domains/python.py:561
|
#: sphinx/domains/python.py:562
|
||||||
msgid "class"
|
msgid "class"
|
||||||
msgstr "klasse"
|
msgstr "klasse"
|
||||||
|
|
||||||
#: sphinx/domains/javascript.py:106 sphinx/domains/python.py:254
|
#: sphinx/domains/javascript.py:106 sphinx/domains/python.py:253
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s() (built-in function)"
|
msgid "%s() (built-in function)"
|
||||||
msgstr "%s() (indbygget funktion)"
|
msgstr "%s() (indbygget funktion)"
|
||||||
|
|
||||||
#: sphinx/domains/javascript.py:107 sphinx/domains/python.py:318
|
#: sphinx/domains/javascript.py:107 sphinx/domains/python.py:317
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s() (%s method)"
|
msgid "%s() (%s method)"
|
||||||
msgstr "%s() (metode i %s)"
|
msgstr "%s() (metode i %s)"
|
||||||
@ -205,7 +210,7 @@ msgstr "%s() (klasse)"
|
|||||||
msgid "%s (global variable or constant)"
|
msgid "%s (global variable or constant)"
|
||||||
msgstr "%s (global variabel eller konstant)"
|
msgstr "%s (global variabel eller konstant)"
|
||||||
|
|
||||||
#: sphinx/domains/javascript.py:113 sphinx/domains/python.py:356
|
#: sphinx/domains/javascript.py:113 sphinx/domains/python.py:355
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s (%s attribute)"
|
msgid "%s (%s attribute)"
|
||||||
msgstr "%s (attribut i %s)"
|
msgstr "%s (attribut i %s)"
|
||||||
@ -214,15 +219,11 @@ msgstr "%s (attribut i %s)"
|
|||||||
msgid "Arguments"
|
msgid "Arguments"
|
||||||
msgstr "Parametre"
|
msgstr "Parametre"
|
||||||
|
|
||||||
#: sphinx/domains/javascript.py:125
|
#: sphinx/domains/javascript.py:166 sphinx/domains/python.py:561
|
||||||
msgid "Throws"
|
|
||||||
msgstr "Kaster"
|
|
||||||
|
|
||||||
#: sphinx/domains/javascript.py:164 sphinx/domains/python.py:560
|
|
||||||
msgid "data"
|
msgid "data"
|
||||||
msgstr "data"
|
msgstr "data"
|
||||||
|
|
||||||
#: sphinx/domains/javascript.py:165 sphinx/domains/python.py:566
|
#: sphinx/domains/javascript.py:167 sphinx/domains/python.py:567
|
||||||
msgid "attribute"
|
msgid "attribute"
|
||||||
msgstr "attribut"
|
msgstr "attribut"
|
||||||
|
|
||||||
@ -234,58 +235,58 @@ msgstr "Variable"
|
|||||||
msgid "Raises"
|
msgid "Raises"
|
||||||
msgstr "Rejser"
|
msgstr "Rejser"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:255 sphinx/domains/python.py:312
|
#: sphinx/domains/python.py:254 sphinx/domains/python.py:311
|
||||||
#: sphinx/domains/python.py:324 sphinx/domains/python.py:337
|
#: sphinx/domains/python.py:323 sphinx/domains/python.py:336
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s() (in module %s)"
|
msgid "%s() (in module %s)"
|
||||||
msgstr "%s() (i modulet %s)"
|
msgstr "%s() (i modulet %s)"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:258
|
#: sphinx/domains/python.py:257
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s (built-in variable)"
|
msgid "%s (built-in variable)"
|
||||||
msgstr "%s (indbygget variabel)"
|
msgstr "%s (indbygget variabel)"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:259 sphinx/domains/python.py:350
|
#: sphinx/domains/python.py:258 sphinx/domains/python.py:349
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s (in module %s)"
|
msgid "%s (in module %s)"
|
||||||
msgstr "%s (i modulet %s)"
|
msgstr "%s (i modulet %s)"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:275
|
#: sphinx/domains/python.py:274
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s (built-in class)"
|
msgid "%s (built-in class)"
|
||||||
msgstr "%s (indbygget klasse)"
|
msgstr "%s (indbygget klasse)"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:276
|
#: sphinx/domains/python.py:275
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s (class in %s)"
|
msgid "%s (class in %s)"
|
||||||
msgstr "%s (klasse i %s)"
|
msgstr "%s (klasse i %s)"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:316
|
#: sphinx/domains/python.py:315
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s() (%s.%s method)"
|
msgid "%s() (%s.%s method)"
|
||||||
msgstr "%s() (metode i %s.%s)"
|
msgstr "%s() (metode i %s.%s)"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:328
|
#: sphinx/domains/python.py:327
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s() (%s.%s static method)"
|
msgid "%s() (%s.%s static method)"
|
||||||
msgstr "%s() (statisk metode i %s.%s)"
|
msgstr "%s() (statisk metode i %s.%s)"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:331
|
#: sphinx/domains/python.py:330
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s() (%s static method)"
|
msgid "%s() (%s static method)"
|
||||||
msgstr "%s() (statisk metode i %s)"
|
msgstr "%s() (statisk metode i %s)"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:341
|
#: sphinx/domains/python.py:340
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s() (%s.%s class method)"
|
msgid "%s() (%s.%s class method)"
|
||||||
msgstr "%s() (klassemetode i %s.%s)"
|
msgstr "%s() (klassemetode i %s.%s)"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:344
|
#: sphinx/domains/python.py:343
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s() (%s class method)"
|
msgid "%s() (%s class method)"
|
||||||
msgstr "%s() (klassemetode i %s)"
|
msgstr "%s() (klassemetode i %s)"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:354
|
#: sphinx/domains/python.py:353
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s (%s.%s attribute)"
|
msgid "%s (%s.%s attribute)"
|
||||||
msgstr "%s (attribut i %s.%s)"
|
msgstr "%s (attribut i %s.%s)"
|
||||||
@ -303,49 +304,49 @@ msgstr "Python-modulindeks"
|
|||||||
msgid "modules"
|
msgid "modules"
|
||||||
msgstr "moduler"
|
msgstr "moduler"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:537
|
#: sphinx/domains/python.py:538
|
||||||
msgid "Deprecated"
|
msgid "Deprecated"
|
||||||
msgstr "Forældet"
|
msgstr "Forældet"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:562 sphinx/locale/__init__.py:179
|
#: sphinx/domains/python.py:563 sphinx/locale/__init__.py:179
|
||||||
msgid "exception"
|
msgid "exception"
|
||||||
msgstr "undtagelse"
|
msgstr "undtagelse"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:563
|
#: sphinx/domains/python.py:564
|
||||||
msgid "method"
|
msgid "method"
|
||||||
msgstr "metode"
|
msgstr "metode"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:564
|
#: sphinx/domains/python.py:565
|
||||||
msgid "class method"
|
msgid "class method"
|
||||||
msgstr "klassemetode"
|
msgstr "klassemetode"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:565
|
#: sphinx/domains/python.py:566
|
||||||
msgid "static method"
|
msgid "static method"
|
||||||
msgstr "statisk metode"
|
msgstr "statisk metode"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:567 sphinx/locale/__init__.py:175
|
#: sphinx/domains/python.py:568 sphinx/locale/__init__.py:175
|
||||||
msgid "module"
|
msgid "module"
|
||||||
msgstr "modul"
|
msgstr "modul"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:695
|
#: sphinx/domains/python.py:696
|
||||||
msgid " (deprecated)"
|
msgid " (deprecated)"
|
||||||
msgstr " (forældet)"
|
msgstr " (forældet)"
|
||||||
|
|
||||||
#: sphinx/domains/rst.py:55
|
#: sphinx/domains/rst.py:53
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s (directive)"
|
msgid "%s (directive)"
|
||||||
msgstr "%s (direktiv)"
|
msgstr "%s (direktiv)"
|
||||||
|
|
||||||
#: sphinx/domains/rst.py:57
|
#: sphinx/domains/rst.py:55
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s (role)"
|
msgid "%s (role)"
|
||||||
msgstr "%s (rolle)"
|
msgstr "%s (rolle)"
|
||||||
|
|
||||||
#: sphinx/domains/rst.py:106
|
#: sphinx/domains/rst.py:104
|
||||||
msgid "directive"
|
msgid "directive"
|
||||||
msgstr "direktiv"
|
msgstr "direktiv"
|
||||||
|
|
||||||
#: sphinx/domains/rst.py:107
|
#: sphinx/domains/rst.py:105
|
||||||
msgid "role"
|
msgid "role"
|
||||||
msgstr "rolle"
|
msgstr "rolle"
|
||||||
|
|
||||||
@ -359,70 +360,97 @@ msgstr "miljøvariabel; %s"
|
|||||||
msgid "%scommand line option; %s"
|
msgid "%scommand line option; %s"
|
||||||
msgstr "%skommandolinjetilvalg; %s"
|
msgstr "%skommandolinjetilvalg; %s"
|
||||||
|
|
||||||
#: sphinx/domains/std.py:393
|
#: sphinx/domains/std.py:414
|
||||||
msgid "glossary term"
|
msgid "glossary term"
|
||||||
msgstr "begreb i ordliste"
|
msgstr "begreb i ordliste"
|
||||||
|
|
||||||
#: sphinx/domains/std.py:394
|
#: sphinx/domains/std.py:415
|
||||||
msgid "grammar token"
|
msgid "grammar token"
|
||||||
msgstr "grammatisk element"
|
msgstr "grammatisk element"
|
||||||
|
|
||||||
#: sphinx/domains/std.py:395
|
#: sphinx/domains/std.py:416
|
||||||
msgid "reference label"
|
msgid "reference label"
|
||||||
msgstr "referenceetiket"
|
msgstr "referenceetiket"
|
||||||
|
|
||||||
#: sphinx/domains/std.py:396
|
#: sphinx/domains/std.py:418
|
||||||
msgid "environment variable"
|
msgid "environment variable"
|
||||||
msgstr "miljøvariabel"
|
msgstr "miljøvariabel"
|
||||||
|
|
||||||
#: sphinx/domains/std.py:397
|
#: sphinx/domains/std.py:419
|
||||||
msgid "program option"
|
msgid "program option"
|
||||||
msgstr "programtilvalg"
|
msgstr "programtilvalg"
|
||||||
|
|
||||||
#: sphinx/domains/std.py:427 sphinx/themes/basic/genindex-single.html:32
|
#: sphinx/domains/std.py:449 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:11
|
||||||
#: sphinx/themes/basic/genindex-split.html:14
|
#: sphinx/themes/basic/genindex-split.html:14
|
||||||
#: sphinx/themes/basic/genindex.html:32 sphinx/themes/basic/genindex.html:35
|
#: 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/themes/basic/genindex.html:68 sphinx/themes/basic/layout.html:134
|
||||||
#: sphinx/writers/latex.py:179 sphinx/writers/texinfo.py:456
|
#: sphinx/writers/latex.py:191 sphinx/writers/texinfo.py:475
|
||||||
msgid "Index"
|
msgid "Index"
|
||||||
msgstr "Indeks"
|
msgstr "Indeks"
|
||||||
|
|
||||||
#: sphinx/domains/std.py:428
|
#: sphinx/domains/std.py:450
|
||||||
msgid "Module Index"
|
msgid "Module Index"
|
||||||
msgstr "Modulindeks"
|
msgstr "Modulindeks"
|
||||||
|
|
||||||
#: sphinx/domains/std.py:429 sphinx/themes/basic/defindex.html:25
|
#: sphinx/domains/std.py:451 sphinx/themes/basic/defindex.html:25
|
||||||
msgid "Search Page"
|
msgid "Search Page"
|
||||||
msgstr "Søgeside"
|
msgstr "Søgeside"
|
||||||
|
|
||||||
#: sphinx/ext/autodoc.py:1002
|
#: sphinx/ext/autodoc.py:1042
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid " Bases: %s"
|
msgid " Bases: %s"
|
||||||
msgstr " Baser: %s"
|
msgstr " Baser: %s"
|
||||||
|
|
||||||
#: sphinx/ext/autodoc.py:1038
|
#: sphinx/ext/autodoc.py:1078
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "alias of :class:`%s`"
|
msgid "alias of :class:`%s`"
|
||||||
msgstr "alias for :class:`%s`"
|
msgstr "alias for :class:`%s`"
|
||||||
|
|
||||||
#: sphinx/ext/todo.py:41
|
#: sphinx/ext/graphviz.py:294 sphinx/ext/graphviz.py:302
|
||||||
|
#, python-format
|
||||||
|
msgid "[graph: %s]"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: sphinx/ext/graphviz.py:296 sphinx/ext/graphviz.py:304
|
||||||
|
msgid "[graph]"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: sphinx/ext/intersphinx.py:234
|
||||||
|
#, python-format
|
||||||
|
msgid "(in %s v%s)"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: sphinx/ext/linkcode.py:66 sphinx/ext/viewcode.py:70
|
||||||
|
msgid "[source]"
|
||||||
|
msgstr "[kilde]"
|
||||||
|
|
||||||
|
#: sphinx/ext/refcounting.py:83
|
||||||
|
msgid "Return value: Always NULL."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: sphinx/ext/refcounting.py:85
|
||||||
|
msgid "Return value: New reference."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: sphinx/ext/refcounting.py:87
|
||||||
|
msgid "Return value: Borrowed reference."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: sphinx/ext/todo.py:42
|
||||||
msgid "Todo"
|
msgid "Todo"
|
||||||
msgstr "Todo"
|
msgstr "Todo"
|
||||||
|
|
||||||
#: sphinx/ext/todo.py:109
|
#: sphinx/ext/todo.py:110
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "(The <<original entry>> is located in %s, line %d.)"
|
msgid "(The <<original entry>> is located in %s, line %d.)"
|
||||||
msgstr "(Det <<oprindelige punkt>> befinder sig i %s, linje %d.)"
|
msgstr "(Det <<oprindelige punkt>> befinder sig i %s, linje %d.)"
|
||||||
|
|
||||||
#: sphinx/ext/todo.py:117
|
#: sphinx/ext/todo.py:119
|
||||||
msgid "original entry"
|
msgid "original entry"
|
||||||
msgstr "oprindeligt punkt"
|
msgstr "oprindeligt punkt"
|
||||||
|
|
||||||
#: sphinx/ext/viewcode.py:70
|
|
||||||
msgid "[source]"
|
|
||||||
msgstr "[kilde]"
|
|
||||||
|
|
||||||
#: sphinx/ext/viewcode.py:117
|
#: sphinx/ext/viewcode.py:117
|
||||||
msgid "[docs]"
|
msgid "[docs]"
|
||||||
msgstr "[dok]"
|
msgstr "[dok]"
|
||||||
@ -473,7 +501,7 @@ msgid "Note"
|
|||||||
msgstr "Bemærk"
|
msgstr "Bemærk"
|
||||||
|
|
||||||
#: sphinx/locale/__init__.py:162
|
#: sphinx/locale/__init__.py:162
|
||||||
msgid "See Also"
|
msgid "See also"
|
||||||
msgstr "Se også"
|
msgstr "Se også"
|
||||||
|
|
||||||
#: sphinx/locale/__init__.py:163
|
#: sphinx/locale/__init__.py:163
|
||||||
@ -519,25 +547,26 @@ msgstr "erklæring"
|
|||||||
msgid "built-in function"
|
msgid "built-in function"
|
||||||
msgstr "indbygget funktion"
|
msgstr "indbygget funktion"
|
||||||
|
|
||||||
#: sphinx/themes/agogo/layout.html:45 sphinx/themes/basic/globaltoc.html:10
|
#: sphinx/themes/agogo/layout.html:46 sphinx/themes/basic/globaltoc.html:10
|
||||||
#: sphinx/themes/basic/localtoc.html:11
|
#: sphinx/themes/basic/localtoc.html:11 sphinx/themes/scrolls/layout.html:35
|
||||||
msgid "Table Of Contents"
|
msgid "Table Of Contents"
|
||||||
msgstr "Indholdsfortegnelse"
|
msgstr "Indholdsfortegnelse"
|
||||||
|
|
||||||
#: sphinx/themes/agogo/layout.html:49 sphinx/themes/basic/layout.html:137
|
#: sphinx/themes/agogo/layout.html:50 sphinx/themes/basic/layout.html:137
|
||||||
#: sphinx/themes/basic/search.html:11 sphinx/themes/basic/search.html:20
|
#: sphinx/themes/basic/search.html:11 sphinx/themes/basic/search.html:23
|
||||||
|
#: sphinx/themes/basic/searchresults.html:10
|
||||||
msgid "Search"
|
msgid "Search"
|
||||||
msgstr "Søg"
|
msgstr "Søg"
|
||||||
|
|
||||||
#: sphinx/themes/agogo/layout.html:52 sphinx/themes/basic/searchbox.html:15
|
#: sphinx/themes/agogo/layout.html:53 sphinx/themes/basic/searchbox.html:15
|
||||||
msgid "Go"
|
msgid "Go"
|
||||||
msgstr "Søg"
|
msgstr "Søg"
|
||||||
|
|
||||||
#: sphinx/themes/agogo/layout.html:57 sphinx/themes/basic/searchbox.html:20
|
#: sphinx/themes/agogo/layout.html:58 sphinx/themes/basic/searchbox.html:20
|
||||||
msgid "Enter search terms or a module, class or function name."
|
msgid "Enter search terms or a module, class or function name."
|
||||||
msgstr "Indtast søgeord eller navnet på et modul, en klasse eller en funktion."
|
msgstr "Indtast søgeord eller navnet på et modul, en klasse eller en funktion."
|
||||||
|
|
||||||
#: sphinx/themes/agogo/layout.html:78 sphinx/themes/basic/sourcelink.html:14
|
#: sphinx/themes/agogo/layout.html:79 sphinx/themes/basic/sourcelink.html:14
|
||||||
msgid "Show Source"
|
msgid "Show Source"
|
||||||
msgstr "Vis kilde"
|
msgstr "Vis kilde"
|
||||||
|
|
||||||
@ -545,6 +574,19 @@ msgstr "Vis kilde"
|
|||||||
msgid "Overview"
|
msgid "Overview"
|
||||||
msgstr "Oversigt"
|
msgstr "Oversigt"
|
||||||
|
|
||||||
|
#: sphinx/themes/basic/defindex.html:15
|
||||||
|
msgid "Welcome! This is"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: sphinx/themes/basic/defindex.html:16
|
||||||
|
#, fuzzy
|
||||||
|
msgid "the documentation for"
|
||||||
|
msgstr "dokumentation"
|
||||||
|
|
||||||
|
#: sphinx/themes/basic/defindex.html:17
|
||||||
|
msgid "last updated"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: sphinx/themes/basic/defindex.html:20
|
#: sphinx/themes/basic/defindex.html:20
|
||||||
msgid "Indices and tables:"
|
msgid "Indices and tables:"
|
||||||
msgstr "Indeks og tabeller:"
|
msgstr "Indeks og tabeller:"
|
||||||
@ -655,7 +697,7 @@ msgstr "Næste emne"
|
|||||||
msgid "next chapter"
|
msgid "next chapter"
|
||||||
msgstr "næste kapitel"
|
msgstr "næste kapitel"
|
||||||
|
|
||||||
#: sphinx/themes/basic/search.html:24
|
#: sphinx/themes/basic/search.html:27
|
||||||
msgid ""
|
msgid ""
|
||||||
"Please activate JavaScript to enable the search\n"
|
"Please activate JavaScript to enable the search\n"
|
||||||
" functionality."
|
" functionality."
|
||||||
@ -663,7 +705,7 @@ msgstr ""
|
|||||||
"Aktivér venligst JavaScript for at aktivere\n"
|
"Aktivér venligst JavaScript for at aktivere\n"
|
||||||
" søgefunktionalitet."
|
" søgefunktionalitet."
|
||||||
|
|
||||||
#: sphinx/themes/basic/search.html:29
|
#: sphinx/themes/basic/search.html:32
|
||||||
msgid ""
|
msgid ""
|
||||||
"From here you can search these documents. Enter your search\n"
|
"From here you can search these documents. Enter your search\n"
|
||||||
" words into the box below and click \"search\". Note that the search\n"
|
" words into the box below and click \"search\". Note that the search\n"
|
||||||
@ -675,17 +717,21 @@ msgstr ""
|
|||||||
" automatisk vil søge på alle ordene. Sider, der indeholder\n"
|
" automatisk vil søge på alle ordene. Sider, der indeholder\n"
|
||||||
" færre ord, vil ikke indgå i resultaterne."
|
" færre ord, vil ikke indgå i resultaterne."
|
||||||
|
|
||||||
#: sphinx/themes/basic/search.html:36
|
#: sphinx/themes/basic/search.html:39 sphinx/themes/basic/searchresults.html:17
|
||||||
msgid "search"
|
msgid "search"
|
||||||
msgstr "søg"
|
msgstr "søg"
|
||||||
|
|
||||||
#: sphinx/themes/basic/search.html:40
|
#: sphinx/themes/basic/search.html:43 sphinx/themes/basic/searchresults.html:21
|
||||||
|
#: sphinx/themes/basic/static/searchtools.js_t:281
|
||||||
msgid "Search Results"
|
msgid "Search Results"
|
||||||
msgstr "Søgeresultater"
|
msgstr "Søgeresultater"
|
||||||
|
|
||||||
#: sphinx/themes/basic/search.html:42
|
#: sphinx/themes/basic/search.html:45 sphinx/themes/basic/searchresults.html:23
|
||||||
msgid "Your search did not match any results."
|
#: sphinx/themes/basic/static/searchtools.js_t:283
|
||||||
msgstr "Din søgning gav ingen resultater."
|
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 ""
|
||||||
|
|
||||||
#: sphinx/themes/basic/searchbox.html:12
|
#: sphinx/themes/basic/searchbox.html:12
|
||||||
msgid "Quick search"
|
msgid "Quick search"
|
||||||
@ -723,25 +769,43 @@ msgstr "Ændringer i C-API"
|
|||||||
msgid "Other changes"
|
msgid "Other changes"
|
||||||
msgstr "Andre ændringer"
|
msgstr "Andre ændringer"
|
||||||
|
|
||||||
#: sphinx/themes/basic/static/doctools.js:154 sphinx/writers/html.py:504
|
#: sphinx/themes/basic/static/doctools.js:142 sphinx/writers/html.py:510
|
||||||
#: sphinx/writers/html.py:510
|
#: sphinx/writers/html.py:516
|
||||||
msgid "Permalink to this headline"
|
msgid "Permalink to this headline"
|
||||||
msgstr "Permalink til denne overskrift"
|
msgstr "Permalink til denne overskrift"
|
||||||
|
|
||||||
#: sphinx/themes/basic/static/doctools.js:160 sphinx/writers/html.py:92
|
#: sphinx/themes/basic/static/doctools.js:148 sphinx/writers/html.py:97
|
||||||
msgid "Permalink to this definition"
|
msgid "Permalink to this definition"
|
||||||
msgstr "Permalink til denne definition"
|
msgstr "Permalink til denne definition"
|
||||||
|
|
||||||
#: sphinx/themes/basic/static/doctools.js:189
|
#: sphinx/themes/basic/static/doctools.js:177
|
||||||
msgid "Hide Search Matches"
|
msgid "Hide Search Matches"
|
||||||
msgstr "Skjul søgeresultater"
|
msgstr "Skjul søgeresultater"
|
||||||
|
|
||||||
#: sphinx/themes/default/static/sidebar.js:69
|
#: sphinx/themes/basic/static/searchtools.js_t:119
|
||||||
|
#, fuzzy
|
||||||
|
msgid "Searching"
|
||||||
|
msgstr "søg"
|
||||||
|
|
||||||
|
#: sphinx/themes/basic/static/searchtools.js_t:124
|
||||||
|
msgid "Preparing search..."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: sphinx/themes/basic/static/searchtools.js_t:285
|
||||||
|
#, python-format
|
||||||
|
msgid "Search finished, found %s page(s) matching the search query."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: sphinx/themes/basic/static/searchtools.js_t:337
|
||||||
|
msgid ", in "
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: sphinx/themes/default/static/sidebar.js_t:83
|
||||||
msgid "Expand sidebar"
|
msgid "Expand sidebar"
|
||||||
msgstr "Udfold sidebjælke"
|
msgstr "Udfold sidebjælke"
|
||||||
|
|
||||||
#: sphinx/themes/default/static/sidebar.js:82
|
#: sphinx/themes/default/static/sidebar.js_t:96
|
||||||
#: sphinx/themes/default/static/sidebar.js:110
|
#: sphinx/themes/default/static/sidebar.js_t:124
|
||||||
msgid "Collapse sidebar"
|
msgid "Collapse sidebar"
|
||||||
msgstr "Sammenfold sidebjælke"
|
msgstr "Sammenfold sidebjælke"
|
||||||
|
|
||||||
@ -749,24 +813,29 @@ msgstr "Sammenfold sidebjælke"
|
|||||||
msgid "Contents"
|
msgid "Contents"
|
||||||
msgstr "Indhold"
|
msgstr "Indhold"
|
||||||
|
|
||||||
#: sphinx/writers/latex.py:177
|
#: sphinx/writers/latex.py:189
|
||||||
msgid "Release"
|
msgid "Release"
|
||||||
msgstr "Udgave"
|
msgstr "Udgave"
|
||||||
|
|
||||||
#: sphinx/writers/latex.py:594 sphinx/writers/manpage.py:182
|
#: sphinx/writers/latex.py:620 sphinx/writers/manpage.py:181
|
||||||
#: sphinx/writers/texinfo.py:589
|
#: sphinx/writers/texinfo.py:612
|
||||||
msgid "Footnotes"
|
msgid "Footnotes"
|
||||||
msgstr "Fodnoter"
|
msgstr "Fodnoter"
|
||||||
|
|
||||||
#: sphinx/writers/latex.py:676
|
#: sphinx/writers/latex.py:704
|
||||||
msgid "continued from previous page"
|
msgid "continued from previous page"
|
||||||
msgstr "fortsat fra forrige side"
|
msgstr "fortsat fra forrige side"
|
||||||
|
|
||||||
#: sphinx/writers/latex.py:681
|
#: sphinx/writers/latex.py:710
|
||||||
msgid "Continued on next page"
|
msgid "Continued on next page"
|
||||||
msgstr "Fortsættes på næste side"
|
msgstr "Fortsættes på næste side"
|
||||||
|
|
||||||
#: sphinx/writers/text.py:437
|
#: sphinx/writers/manpage.py:226 sphinx/writers/text.py:541
|
||||||
|
#, fuzzy, python-format
|
||||||
|
msgid "[image: %s]"
|
||||||
|
msgstr "[billede: %s]"
|
||||||
|
|
||||||
|
#: sphinx/writers/manpage.py:227 sphinx/writers/text.py:542
|
||||||
msgid "[image]"
|
msgid "[image]"
|
||||||
msgstr "[billede]"
|
msgstr "[billede]"
|
||||||
|
|
||||||
|
@ -1 +1 @@
|
|||||||
Documentation.addTranslations({"locale": "de", "plural_expr": "(n != 1)", "messages": {"Hide Search Matches": "Suchergebnisse ausblenden", "Permalink to this definition": "Permalink zu dieser Definition", "Expand sidebar": "Sidebar ausklappen", "Permalink to this headline": "Permalink zu dieser \u00dcberschrift", "Collapse sidebar": "Sidebar einklappen"}});
|
Documentation.addTranslations({"locale": "de", "plural_expr": "(n != 1)", "messages": {"Hide Search Matches": "Suchergebnisse ausblenden", "Permalink to this definition": "Permalink zu dieser Definition", "Permalink to this headline": "Permalink zu dieser \u00dcberschrift"}});
|
Binary file not shown.
@ -1,15 +1,18 @@
|
|||||||
# German translations for Sphinx.
|
# German translations for Sphinx.
|
||||||
# Copyright (C) 2008 Translators.
|
# Copyright (C) 2013 ORGANIZATION
|
||||||
# This file is distributed under the same license as the Sphinx project.
|
# This file is distributed under the same license as the Sphinx project.
|
||||||
#
|
#
|
||||||
|
# Translators:
|
||||||
|
# Georg Brandl <g.brandl@gmx.net>, 2013.
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: PROJECT VERSION\n"
|
"Project-Id-Version: Sphinx\n"
|
||||||
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
||||||
"POT-Creation-Date: 2011-09-21 10:06+0200\n"
|
"POT-Creation-Date: 2013-04-02 10:33+0200\n"
|
||||||
"PO-Revision-Date: 2011-01-22 14:41+0100\n"
|
"PO-Revision-Date: 2013-04-02 15:49+0000\n"
|
||||||
"Last-Translator: Georg Brandl <georg@python.org>\n"
|
"Last-Translator: birkenfeld <g.brandl@gmx.net>\n"
|
||||||
"Language-Team: de <LL@li.org>\n"
|
"Language-Team: German "
|
||||||
|
"(http://www.transifex.com/projects/p/sphinx-1/language/de/)\n"
|
||||||
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
|
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=utf-8\n"
|
"Content-Type: text/plain; charset=utf-8\n"
|
||||||
@ -21,27 +24,31 @@ msgstr ""
|
|||||||
msgid "%s %s documentation"
|
msgid "%s %s documentation"
|
||||||
msgstr "%s %s Dokumentation"
|
msgstr "%s %s Dokumentation"
|
||||||
|
|
||||||
#: sphinx/environment.py:119 sphinx/writers/latex.py:190
|
#: sphinx/environment.py:1510
|
||||||
#: sphinx/writers/manpage.py:67 sphinx/writers/texinfo.py:203
|
|
||||||
#, python-format
|
|
||||||
msgid "%B %d, %Y"
|
|
||||||
msgstr "%d. %m. %Y"
|
|
||||||
|
|
||||||
#: sphinx/environment.py:1625
|
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "see %s"
|
msgid "see %s"
|
||||||
msgstr "siehe %s"
|
msgstr "siehe %s"
|
||||||
|
|
||||||
#: sphinx/environment.py:1628
|
#: sphinx/environment.py:1513
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "see also %s"
|
msgid "see also %s"
|
||||||
msgstr "siehe auch %s"
|
msgstr "siehe auch %s"
|
||||||
|
|
||||||
|
#: sphinx/environment.py:1570
|
||||||
|
msgid "Symbols"
|
||||||
|
msgstr "Sonderzeichen"
|
||||||
|
|
||||||
#: sphinx/roles.py:175
|
#: sphinx/roles.py:175
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Python Enhancement Proposals; PEP %s"
|
msgid "Python Enhancement Proposals; PEP %s"
|
||||||
msgstr "Python Enhancement Proposals; PEP %s"
|
msgstr "Python Enhancement Proposals; PEP %s"
|
||||||
|
|
||||||
|
#: sphinx/transforms.py:52 sphinx/writers/latex.py:202
|
||||||
|
#: sphinx/writers/manpage.py:67 sphinx/writers/texinfo.py:217
|
||||||
|
#, python-format
|
||||||
|
msgid "%B %d, %Y"
|
||||||
|
msgstr "%d.%m.%Y"
|
||||||
|
|
||||||
#: sphinx/builders/changes.py:73
|
#: sphinx/builders/changes.py:73
|
||||||
msgid "Builtins"
|
msgid "Builtins"
|
||||||
msgstr "Builtins"
|
msgstr "Builtins"
|
||||||
@ -50,24 +57,24 @@ msgstr "Builtins"
|
|||||||
msgid "Module level"
|
msgid "Module level"
|
||||||
msgstr "Modulebene"
|
msgstr "Modulebene"
|
||||||
|
|
||||||
#: sphinx/builders/html.py:274
|
#: sphinx/builders/html.py:290
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%b %d, %Y"
|
msgid "%b %d, %Y"
|
||||||
msgstr "%d.%m.%Y"
|
msgstr "%d.%m.%Y"
|
||||||
|
|
||||||
#: sphinx/builders/html.py:293 sphinx/themes/basic/defindex.html:30
|
#: sphinx/builders/html.py:309 sphinx/themes/basic/defindex.html:30
|
||||||
msgid "General Index"
|
msgid "General Index"
|
||||||
msgstr "Allgemeiner Index"
|
msgstr "Stichwortverzeichnis"
|
||||||
|
|
||||||
#: sphinx/builders/html.py:293
|
#: sphinx/builders/html.py:309
|
||||||
msgid "index"
|
msgid "index"
|
||||||
msgstr "Index"
|
msgstr "Index"
|
||||||
|
|
||||||
#: sphinx/builders/html.py:353
|
#: sphinx/builders/html.py:369
|
||||||
msgid "next"
|
msgid "next"
|
||||||
msgstr "weiter"
|
msgstr "weiter"
|
||||||
|
|
||||||
#: sphinx/builders/html.py:362
|
#: sphinx/builders/html.py:378
|
||||||
msgid "previous"
|
msgid "previous"
|
||||||
msgstr "zurück"
|
msgstr "zurück"
|
||||||
|
|
||||||
@ -75,41 +82,38 @@ msgstr "zurück"
|
|||||||
msgid " (in "
|
msgid " (in "
|
||||||
msgstr " (in "
|
msgstr " (in "
|
||||||
|
|
||||||
#: sphinx/directives/other.py:136
|
#: sphinx/directives/other.py:138
|
||||||
msgid "Section author: "
|
msgid "Section author: "
|
||||||
msgstr "Autor des Abschnitts: "
|
msgstr "Autor des Abschnitts: "
|
||||||
|
|
||||||
#: sphinx/directives/other.py:138
|
#: sphinx/directives/other.py:140
|
||||||
msgid "Module author: "
|
msgid "Module author: "
|
||||||
msgstr "Autor des Moduls: "
|
msgstr "Autor des Moduls: "
|
||||||
|
|
||||||
#: sphinx/directives/other.py:140
|
#: sphinx/directives/other.py:142
|
||||||
msgid "Code author: "
|
msgid "Code author: "
|
||||||
msgstr "Autor des Quellcode: "
|
msgstr "Autor des Quellcode: "
|
||||||
|
|
||||||
#: sphinx/directives/other.py:142
|
#: sphinx/directives/other.py:144
|
||||||
msgid "Author: "
|
msgid "Author: "
|
||||||
msgstr "Autor: "
|
msgstr "Autor: "
|
||||||
|
|
||||||
#: sphinx/directives/other.py:215
|
|
||||||
msgid "See also"
|
|
||||||
msgstr "Siehe auch"
|
|
||||||
|
|
||||||
#: sphinx/domains/__init__.py:244
|
#: sphinx/domains/__init__.py:244
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s %s"
|
msgid "%s %s"
|
||||||
msgstr "%s-%s"
|
msgstr "%s-%s"
|
||||||
|
|
||||||
#: sphinx/domains/c.py:51 sphinx/domains/python.py:95
|
#: sphinx/domains/c.py:51 sphinx/domains/cpp.py:939 sphinx/domains/python.py:95
|
||||||
msgid "Parameters"
|
msgid "Parameters"
|
||||||
msgstr "Parameter"
|
msgstr "Parameter"
|
||||||
|
|
||||||
#: sphinx/domains/c.py:54 sphinx/domains/javascript.py:128
|
#: sphinx/domains/c.py:54 sphinx/domains/cpp.py:945
|
||||||
#: sphinx/domains/python.py:107
|
#: sphinx/domains/javascript.py:128 sphinx/domains/python.py:107
|
||||||
msgid "Returns"
|
msgid "Returns"
|
||||||
msgstr "Rückgabe"
|
msgstr "Rückgabe"
|
||||||
|
|
||||||
#: sphinx/domains/c.py:56 sphinx/domains/python.py:109
|
#: sphinx/domains/c.py:56 sphinx/domains/javascript.py:130
|
||||||
|
#: sphinx/domains/python.py:109
|
||||||
msgid "Return type"
|
msgid "Return type"
|
||||||
msgstr "Rückgabetyp"
|
msgstr "Rückgabetyp"
|
||||||
|
|
||||||
@ -138,58 +142,62 @@ msgstr "%s (C-Typ)"
|
|||||||
msgid "%s (C variable)"
|
msgid "%s (C variable)"
|
||||||
msgstr "%s (C-Variable)"
|
msgstr "%s (C-Variable)"
|
||||||
|
|
||||||
#: sphinx/domains/c.py:204 sphinx/domains/cpp.py:1060
|
#: sphinx/domains/c.py:203 sphinx/domains/cpp.py:1207
|
||||||
#: sphinx/domains/javascript.py:162 sphinx/domains/python.py:559
|
#: sphinx/domains/javascript.py:164 sphinx/domains/python.py:560
|
||||||
msgid "function"
|
msgid "function"
|
||||||
msgstr "Funktion"
|
msgstr "Funktion"
|
||||||
|
|
||||||
#: sphinx/domains/c.py:205 sphinx/domains/cpp.py:1061
|
#: sphinx/domains/c.py:204 sphinx/domains/cpp.py:1208
|
||||||
msgid "member"
|
msgid "member"
|
||||||
msgstr "Member"
|
msgstr "Member"
|
||||||
|
|
||||||
#: sphinx/domains/c.py:206
|
#: sphinx/domains/c.py:205
|
||||||
msgid "macro"
|
msgid "macro"
|
||||||
msgstr "Makro"
|
msgstr "Makro"
|
||||||
|
|
||||||
#: sphinx/domains/c.py:207 sphinx/domains/cpp.py:1062
|
#: sphinx/domains/c.py:206 sphinx/domains/cpp.py:1209
|
||||||
msgid "type"
|
msgid "type"
|
||||||
msgstr "Typ"
|
msgstr "Typ"
|
||||||
|
|
||||||
#: sphinx/domains/c.py:208
|
#: sphinx/domains/c.py:207
|
||||||
msgid "variable"
|
msgid "variable"
|
||||||
msgstr "Variable"
|
msgstr "Variable"
|
||||||
|
|
||||||
#: sphinx/domains/cpp.py:904
|
#: sphinx/domains/cpp.py:942 sphinx/domains/javascript.py:125
|
||||||
|
msgid "Throws"
|
||||||
|
msgstr "Wirft"
|
||||||
|
|
||||||
|
#: sphinx/domains/cpp.py:1038
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s (C++ class)"
|
msgid "%s (C++ class)"
|
||||||
msgstr "%s (C++-Klasse)"
|
msgstr "%s (C++-Klasse)"
|
||||||
|
|
||||||
#: sphinx/domains/cpp.py:919
|
#: sphinx/domains/cpp.py:1061
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s (C++ type)"
|
msgid "%s (C++ type)"
|
||||||
msgstr "%s (C++-Typ)"
|
msgstr "%s (C++-Typ)"
|
||||||
|
|
||||||
#: sphinx/domains/cpp.py:938
|
#: sphinx/domains/cpp.py:1081
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s (C++ member)"
|
msgid "%s (C++ member)"
|
||||||
msgstr "%s (C++-Member)"
|
msgstr "%s (C++-Member)"
|
||||||
|
|
||||||
#: sphinx/domains/cpp.py:990
|
#: sphinx/domains/cpp.py:1137
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s (C++ function)"
|
msgid "%s (C++ function)"
|
||||||
msgstr "%s (C++-Funktion)"
|
msgstr "%s (C++-Funktion)"
|
||||||
|
|
||||||
#: sphinx/domains/cpp.py:1059 sphinx/domains/javascript.py:163
|
#: sphinx/domains/cpp.py:1206 sphinx/domains/javascript.py:165
|
||||||
#: sphinx/domains/python.py:561
|
#: sphinx/domains/python.py:562
|
||||||
msgid "class"
|
msgid "class"
|
||||||
msgstr "Klasse"
|
msgstr "Klasse"
|
||||||
|
|
||||||
#: sphinx/domains/javascript.py:106 sphinx/domains/python.py:254
|
#: sphinx/domains/javascript.py:106 sphinx/domains/python.py:253
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s() (built-in function)"
|
msgid "%s() (built-in function)"
|
||||||
msgstr "%s() (Standard-Funktion)"
|
msgstr "%s() (Standard-Funktion)"
|
||||||
|
|
||||||
#: sphinx/domains/javascript.py:107 sphinx/domains/python.py:318
|
#: sphinx/domains/javascript.py:107 sphinx/domains/python.py:317
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s() (%s method)"
|
msgid "%s() (%s method)"
|
||||||
msgstr "%s() (Methode von %s)"
|
msgstr "%s() (Methode von %s)"
|
||||||
@ -204,7 +212,7 @@ msgstr "%s() (Klasse)"
|
|||||||
msgid "%s (global variable or constant)"
|
msgid "%s (global variable or constant)"
|
||||||
msgstr "%s (globale Variable oder Konstante)"
|
msgstr "%s (globale Variable oder Konstante)"
|
||||||
|
|
||||||
#: sphinx/domains/javascript.py:113 sphinx/domains/python.py:356
|
#: sphinx/domains/javascript.py:113 sphinx/domains/python.py:355
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s (%s attribute)"
|
msgid "%s (%s attribute)"
|
||||||
msgstr "%s (Attribut von %s)"
|
msgstr "%s (Attribut von %s)"
|
||||||
@ -213,15 +221,11 @@ msgstr "%s (Attribut von %s)"
|
|||||||
msgid "Arguments"
|
msgid "Arguments"
|
||||||
msgstr "Parameter"
|
msgstr "Parameter"
|
||||||
|
|
||||||
#: sphinx/domains/javascript.py:125
|
#: sphinx/domains/javascript.py:166 sphinx/domains/python.py:561
|
||||||
msgid "Throws"
|
|
||||||
msgstr "Wirft"
|
|
||||||
|
|
||||||
#: sphinx/domains/javascript.py:164 sphinx/domains/python.py:560
|
|
||||||
msgid "data"
|
msgid "data"
|
||||||
msgstr "Daten"
|
msgstr "Daten"
|
||||||
|
|
||||||
#: sphinx/domains/javascript.py:165 sphinx/domains/python.py:566
|
#: sphinx/domains/javascript.py:167 sphinx/domains/python.py:567
|
||||||
msgid "attribute"
|
msgid "attribute"
|
||||||
msgstr "Attribut"
|
msgstr "Attribut"
|
||||||
|
|
||||||
@ -233,58 +237,58 @@ msgstr "Variablen"
|
|||||||
msgid "Raises"
|
msgid "Raises"
|
||||||
msgstr "Verursacht"
|
msgstr "Verursacht"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:255 sphinx/domains/python.py:312
|
#: sphinx/domains/python.py:254 sphinx/domains/python.py:311
|
||||||
#: sphinx/domains/python.py:324 sphinx/domains/python.py:337
|
#: sphinx/domains/python.py:323 sphinx/domains/python.py:336
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s() (in module %s)"
|
msgid "%s() (in module %s)"
|
||||||
msgstr "%s() (in Modul %s)"
|
msgstr "%s() (im Modul %s)"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:258
|
#: sphinx/domains/python.py:257
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s (built-in variable)"
|
msgid "%s (built-in variable)"
|
||||||
msgstr "%s (Standard-Variable)"
|
msgstr "%s (Standard-Variable)"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:259 sphinx/domains/python.py:350
|
#: sphinx/domains/python.py:258 sphinx/domains/python.py:349
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s (in module %s)"
|
msgid "%s (in module %s)"
|
||||||
msgstr "%s (in Modul %s)"
|
msgstr "%s (in Modul %s)"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:275
|
#: sphinx/domains/python.py:274
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s (built-in class)"
|
msgid "%s (built-in class)"
|
||||||
msgstr "%s (Standard-Klasse)"
|
msgstr "%s (Standard-Klasse)"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:276
|
#: sphinx/domains/python.py:275
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s (class in %s)"
|
msgid "%s (class in %s)"
|
||||||
msgstr "%s (Klasse in %s)"
|
msgstr "%s (Klasse in %s)"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:316
|
#: sphinx/domains/python.py:315
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s() (%s.%s method)"
|
msgid "%s() (%s.%s method)"
|
||||||
msgstr "%s() (Methode von %s.%s)"
|
msgstr "%s() (Methode von %s.%s)"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:328
|
#: sphinx/domains/python.py:327
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s() (%s.%s static method)"
|
msgid "%s() (%s.%s static method)"
|
||||||
msgstr "%s() (statische Methode von %s.%s)"
|
msgstr "%s() (statische Methode von %s.%s)"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:331
|
#: sphinx/domains/python.py:330
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s() (%s static method)"
|
msgid "%s() (%s static method)"
|
||||||
msgstr "%s() (statische Methode von %s)"
|
msgstr "%s() (statische Methode von %s)"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:341
|
#: sphinx/domains/python.py:340
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s() (%s.%s class method)"
|
msgid "%s() (%s.%s class method)"
|
||||||
msgstr "%s() (Klassenmethode von %s.%s)"
|
msgstr "%s() (Klassenmethode von %s.%s)"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:344
|
#: sphinx/domains/python.py:343
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s() (%s class method)"
|
msgid "%s() (%s class method)"
|
||||||
msgstr "%s() (Klassenmethode von %s)"
|
msgstr "%s() (Klassenmethode von %s)"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:354
|
#: sphinx/domains/python.py:353
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s (%s.%s attribute)"
|
msgid "%s (%s.%s attribute)"
|
||||||
msgstr "%s (Attribut von %s.%s)"
|
msgstr "%s (Attribut von %s.%s)"
|
||||||
@ -302,49 +306,49 @@ msgstr "Python-Modulindex"
|
|||||||
msgid "modules"
|
msgid "modules"
|
||||||
msgstr "Module"
|
msgstr "Module"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:537
|
#: sphinx/domains/python.py:538
|
||||||
msgid "Deprecated"
|
msgid "Deprecated"
|
||||||
msgstr "Veraltet"
|
msgstr "Veraltet"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:562 sphinx/locale/__init__.py:179
|
#: sphinx/domains/python.py:563 sphinx/locale/__init__.py:179
|
||||||
msgid "exception"
|
msgid "exception"
|
||||||
msgstr "Exception"
|
msgstr "Exception"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:563
|
#: sphinx/domains/python.py:564
|
||||||
msgid "method"
|
msgid "method"
|
||||||
msgstr "Methode"
|
msgstr "Methode"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:564
|
#: sphinx/domains/python.py:565
|
||||||
msgid "class method"
|
msgid "class method"
|
||||||
msgstr "Klassenmethode"
|
msgstr "Klassenmethode"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:565
|
#: sphinx/domains/python.py:566
|
||||||
msgid "static method"
|
msgid "static method"
|
||||||
msgstr "statische Methode"
|
msgstr "statische Methode"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:567 sphinx/locale/__init__.py:175
|
#: sphinx/domains/python.py:568 sphinx/locale/__init__.py:175
|
||||||
msgid "module"
|
msgid "module"
|
||||||
msgstr "Module"
|
msgstr "Module"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:695
|
#: sphinx/domains/python.py:696
|
||||||
msgid " (deprecated)"
|
msgid " (deprecated)"
|
||||||
msgstr " (veraltet)"
|
msgstr " (veraltet)"
|
||||||
|
|
||||||
#: sphinx/domains/rst.py:55
|
#: sphinx/domains/rst.py:53
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s (directive)"
|
msgid "%s (directive)"
|
||||||
msgstr "%s (Direktive)"
|
msgstr "%s (Direktive)"
|
||||||
|
|
||||||
#: sphinx/domains/rst.py:57
|
#: sphinx/domains/rst.py:55
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s (role)"
|
msgid "%s (role)"
|
||||||
msgstr "%s (Rolle)"
|
msgstr "%s (Rolle)"
|
||||||
|
|
||||||
#: sphinx/domains/rst.py:106
|
#: sphinx/domains/rst.py:104
|
||||||
msgid "directive"
|
msgid "directive"
|
||||||
msgstr "Direktive"
|
msgstr "Direktive"
|
||||||
|
|
||||||
#: sphinx/domains/rst.py:107
|
#: sphinx/domains/rst.py:105
|
||||||
msgid "role"
|
msgid "role"
|
||||||
msgstr "Rolle"
|
msgstr "Rolle"
|
||||||
|
|
||||||
@ -358,70 +362,97 @@ msgstr "Umgebungsvariable; %s"
|
|||||||
msgid "%scommand line option; %s"
|
msgid "%scommand line option; %s"
|
||||||
msgstr "%sKommandozeilenoption; %s"
|
msgstr "%sKommandozeilenoption; %s"
|
||||||
|
|
||||||
#: sphinx/domains/std.py:393
|
#: sphinx/domains/std.py:414
|
||||||
msgid "glossary term"
|
msgid "glossary term"
|
||||||
msgstr "Glossareintrag"
|
msgstr "Glossareintrag"
|
||||||
|
|
||||||
#: sphinx/domains/std.py:394
|
#: sphinx/domains/std.py:415
|
||||||
msgid "grammar token"
|
msgid "grammar token"
|
||||||
msgstr "Grammatik-Token"
|
msgstr "Grammatik-Token"
|
||||||
|
|
||||||
#: sphinx/domains/std.py:395
|
#: sphinx/domains/std.py:416
|
||||||
msgid "reference label"
|
msgid "reference label"
|
||||||
msgstr "Referenz-Label"
|
msgstr "Referenz-Label"
|
||||||
|
|
||||||
#: sphinx/domains/std.py:396
|
#: sphinx/domains/std.py:418
|
||||||
msgid "environment variable"
|
msgid "environment variable"
|
||||||
msgstr "Umgebungsvariable"
|
msgstr "Umgebungsvariable"
|
||||||
|
|
||||||
#: sphinx/domains/std.py:397
|
#: sphinx/domains/std.py:419
|
||||||
msgid "program option"
|
msgid "program option"
|
||||||
msgstr "Programmoption"
|
msgstr "Programmoption"
|
||||||
|
|
||||||
#: sphinx/domains/std.py:427 sphinx/themes/basic/genindex-single.html:32
|
#: sphinx/domains/std.py:449 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:11
|
||||||
#: sphinx/themes/basic/genindex-split.html:14
|
#: sphinx/themes/basic/genindex-split.html:14
|
||||||
#: sphinx/themes/basic/genindex.html:32 sphinx/themes/basic/genindex.html:35
|
#: 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/themes/basic/genindex.html:68 sphinx/themes/basic/layout.html:134
|
||||||
#: sphinx/writers/latex.py:179 sphinx/writers/texinfo.py:456
|
#: sphinx/writers/latex.py:191 sphinx/writers/texinfo.py:475
|
||||||
msgid "Index"
|
msgid "Index"
|
||||||
msgstr "Stichwortverzeichnis"
|
msgstr "Stichwortverzeichnis"
|
||||||
|
|
||||||
#: sphinx/domains/std.py:428
|
#: sphinx/domains/std.py:450
|
||||||
msgid "Module Index"
|
msgid "Module Index"
|
||||||
msgstr "Modulindex"
|
msgstr "Modulindex"
|
||||||
|
|
||||||
#: sphinx/domains/std.py:429 sphinx/themes/basic/defindex.html:25
|
#: sphinx/domains/std.py:451 sphinx/themes/basic/defindex.html:25
|
||||||
msgid "Search Page"
|
msgid "Search Page"
|
||||||
msgstr "Suche"
|
msgstr "Suche"
|
||||||
|
|
||||||
#: sphinx/ext/autodoc.py:1002
|
#: sphinx/ext/autodoc.py:1042
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid " Bases: %s"
|
msgid " Bases: %s"
|
||||||
msgstr " Basisklassen: %s"
|
msgstr " Basisklassen: %s"
|
||||||
|
|
||||||
#: sphinx/ext/autodoc.py:1038
|
#: sphinx/ext/autodoc.py:1078
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "alias of :class:`%s`"
|
msgid "alias of :class:`%s`"
|
||||||
msgstr "Alias von :class:`%s`"
|
msgstr "Alias von :class:`%s`"
|
||||||
|
|
||||||
#: sphinx/ext/todo.py:41
|
#: sphinx/ext/graphviz.py:294 sphinx/ext/graphviz.py:302
|
||||||
|
#, python-format
|
||||||
|
msgid "[graph: %s]"
|
||||||
|
msgstr "[Graph: %s]"
|
||||||
|
|
||||||
|
#: sphinx/ext/graphviz.py:296 sphinx/ext/graphviz.py:304
|
||||||
|
msgid "[graph]"
|
||||||
|
msgstr "[Graph]"
|
||||||
|
|
||||||
|
#: sphinx/ext/intersphinx.py:234
|
||||||
|
#, python-format
|
||||||
|
msgid "(in %s v%s)"
|
||||||
|
msgstr "(in %s v%s)"
|
||||||
|
|
||||||
|
#: sphinx/ext/linkcode.py:66 sphinx/ext/viewcode.py:70
|
||||||
|
msgid "[source]"
|
||||||
|
msgstr "[Quelle]"
|
||||||
|
|
||||||
|
#: sphinx/ext/refcounting.py:83
|
||||||
|
msgid "Return value: Always NULL."
|
||||||
|
msgstr "Rückgabewert: Immer NULL."
|
||||||
|
|
||||||
|
#: sphinx/ext/refcounting.py:85
|
||||||
|
msgid "Return value: New reference."
|
||||||
|
msgstr "Rückgabewert: Neue Referenz."
|
||||||
|
|
||||||
|
#: sphinx/ext/refcounting.py:87
|
||||||
|
msgid "Return value: Borrowed reference."
|
||||||
|
msgstr "Rückgabewert: Geliehene Referenz."
|
||||||
|
|
||||||
|
#: sphinx/ext/todo.py:42
|
||||||
msgid "Todo"
|
msgid "Todo"
|
||||||
msgstr "Zu tun"
|
msgstr "Zu tun"
|
||||||
|
|
||||||
#: sphinx/ext/todo.py:109
|
#: sphinx/ext/todo.py:110
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "(The <<original entry>> is located in %s, line %d.)"
|
msgid "(The <<original entry>> is located in %s, line %d.)"
|
||||||
msgstr "(Der <<ursprüngliche Eintrag>> steht in %s, Zeile %d.)"
|
msgstr "(Der <<ursprüngliche Eintrag>> steht in %s, Zeile %d.)"
|
||||||
|
|
||||||
#: sphinx/ext/todo.py:117
|
#: sphinx/ext/todo.py:119
|
||||||
msgid "original entry"
|
msgid "original entry"
|
||||||
msgstr "ursprüngliche Eintrag"
|
msgstr "ursprüngliche Eintrag"
|
||||||
|
|
||||||
#: sphinx/ext/viewcode.py:70
|
|
||||||
msgid "[source]"
|
|
||||||
msgstr "[Quelle]"
|
|
||||||
|
|
||||||
#: sphinx/ext/viewcode.py:117
|
#: sphinx/ext/viewcode.py:117
|
||||||
msgid "[docs]"
|
msgid "[docs]"
|
||||||
msgstr "[Doku]"
|
msgstr "[Doku]"
|
||||||
@ -472,7 +503,7 @@ msgid "Note"
|
|||||||
msgstr "Bemerkung"
|
msgstr "Bemerkung"
|
||||||
|
|
||||||
#: sphinx/locale/__init__.py:162
|
#: sphinx/locale/__init__.py:162
|
||||||
msgid "See Also"
|
msgid "See also"
|
||||||
msgstr "Siehe auch"
|
msgstr "Siehe auch"
|
||||||
|
|
||||||
#: sphinx/locale/__init__.py:163
|
#: sphinx/locale/__init__.py:163
|
||||||
@ -518,27 +549,28 @@ msgstr "Anweisung"
|
|||||||
msgid "built-in function"
|
msgid "built-in function"
|
||||||
msgstr "Standard-Funktion"
|
msgstr "Standard-Funktion"
|
||||||
|
|
||||||
#: sphinx/themes/agogo/layout.html:45 sphinx/themes/basic/globaltoc.html:10
|
#: sphinx/themes/agogo/layout.html:46 sphinx/themes/basic/globaltoc.html:10
|
||||||
#: sphinx/themes/basic/localtoc.html:11
|
#: sphinx/themes/basic/localtoc.html:11 sphinx/themes/scrolls/layout.html:35
|
||||||
msgid "Table Of Contents"
|
msgid "Table Of Contents"
|
||||||
msgstr "Inhalt"
|
msgstr "Inhalt"
|
||||||
|
|
||||||
#: sphinx/themes/agogo/layout.html:49 sphinx/themes/basic/layout.html:137
|
#: sphinx/themes/agogo/layout.html:50 sphinx/themes/basic/layout.html:137
|
||||||
#: sphinx/themes/basic/search.html:11 sphinx/themes/basic/search.html:20
|
#: sphinx/themes/basic/search.html:11 sphinx/themes/basic/search.html:23
|
||||||
|
#: sphinx/themes/basic/searchresults.html:10
|
||||||
msgid "Search"
|
msgid "Search"
|
||||||
msgstr "Suche"
|
msgstr "Suche"
|
||||||
|
|
||||||
#: sphinx/themes/agogo/layout.html:52 sphinx/themes/basic/searchbox.html:15
|
#: sphinx/themes/agogo/layout.html:53 sphinx/themes/basic/searchbox.html:15
|
||||||
msgid "Go"
|
msgid "Go"
|
||||||
msgstr "Los"
|
msgstr "Los"
|
||||||
|
|
||||||
#: sphinx/themes/agogo/layout.html:57 sphinx/themes/basic/searchbox.html:20
|
#: sphinx/themes/agogo/layout.html:58 sphinx/themes/basic/searchbox.html:20
|
||||||
msgid "Enter search terms or a module, class or function name."
|
msgid "Enter search terms or a module, class or function name."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Geben Sie Suchbegriffe oder einen Modul-, Klassen- oder Funktionsnamen "
|
"Geben Sie Suchbegriffe oder einen Modul-, Klassen- oder Funktionsnamen "
|
||||||
"ein."
|
"ein."
|
||||||
|
|
||||||
#: sphinx/themes/agogo/layout.html:78 sphinx/themes/basic/sourcelink.html:14
|
#: sphinx/themes/agogo/layout.html:79 sphinx/themes/basic/sourcelink.html:14
|
||||||
msgid "Show Source"
|
msgid "Show Source"
|
||||||
msgstr "Quelltext anzeigen"
|
msgstr "Quelltext anzeigen"
|
||||||
|
|
||||||
@ -546,6 +578,18 @@ msgstr "Quelltext anzeigen"
|
|||||||
msgid "Overview"
|
msgid "Overview"
|
||||||
msgstr "Übersicht"
|
msgstr "Übersicht"
|
||||||
|
|
||||||
|
#: sphinx/themes/basic/defindex.html:15
|
||||||
|
msgid "Welcome! This is"
|
||||||
|
msgstr "Willkommen! Dies ist"
|
||||||
|
|
||||||
|
#: sphinx/themes/basic/defindex.html:16
|
||||||
|
msgid "the documentation for"
|
||||||
|
msgstr "die Dokumentation für"
|
||||||
|
|
||||||
|
#: sphinx/themes/basic/defindex.html:17
|
||||||
|
msgid "last updated"
|
||||||
|
msgstr "zuletzt aktualisiert"
|
||||||
|
|
||||||
#: sphinx/themes/basic/defindex.html:20
|
#: sphinx/themes/basic/defindex.html:20
|
||||||
msgid "Indices and tables:"
|
msgid "Indices and tables:"
|
||||||
msgstr "Indizes und Tabellen:"
|
msgstr "Indizes und Tabellen:"
|
||||||
@ -656,13 +700,13 @@ msgstr "Nächstes Thema"
|
|||||||
msgid "next chapter"
|
msgid "next chapter"
|
||||||
msgstr "nächstes Kapitel"
|
msgstr "nächstes Kapitel"
|
||||||
|
|
||||||
#: sphinx/themes/basic/search.html:24
|
#: sphinx/themes/basic/search.html:27
|
||||||
msgid ""
|
msgid ""
|
||||||
"Please activate JavaScript to enable the search\n"
|
"Please activate JavaScript to enable the search\n"
|
||||||
" functionality."
|
" functionality."
|
||||||
msgstr "Bitte aktivieren Sie JavaScript, wenn Sie die Suchfunktion nutzen wollen."
|
msgstr "Bitte aktivieren Sie JavaScript, wenn Sie die Suchfunktion nutzen wollen."
|
||||||
|
|
||||||
#: sphinx/themes/basic/search.html:29
|
#: sphinx/themes/basic/search.html:32
|
||||||
msgid ""
|
msgid ""
|
||||||
"From here you can search these documents. Enter your search\n"
|
"From here you can search these documents. Enter your search\n"
|
||||||
" words into the box below and click \"search\". Note that the search\n"
|
" words into the box below and click \"search\". Note that the search\n"
|
||||||
@ -675,17 +719,23 @@ msgstr ""
|
|||||||
"all diesen Worten suchen wird. Seiten, die nicht alle Worte enthalten, "
|
"all diesen Worten suchen wird. Seiten, die nicht alle Worte enthalten, "
|
||||||
"werden nicht in der Ergebnisliste erscheinen."
|
"werden nicht in der Ergebnisliste erscheinen."
|
||||||
|
|
||||||
#: sphinx/themes/basic/search.html:36
|
#: sphinx/themes/basic/search.html:39 sphinx/themes/basic/searchresults.html:17
|
||||||
msgid "search"
|
msgid "search"
|
||||||
msgstr "suchen"
|
msgstr "suchen"
|
||||||
|
|
||||||
#: sphinx/themes/basic/search.html:40
|
#: sphinx/themes/basic/search.html:43 sphinx/themes/basic/searchresults.html:21
|
||||||
|
#: sphinx/themes/basic/static/searchtools.js_t:281
|
||||||
msgid "Search Results"
|
msgid "Search Results"
|
||||||
msgstr "Suchergebnisse"
|
msgstr "Suchergebnisse"
|
||||||
|
|
||||||
#: sphinx/themes/basic/search.html:42
|
#: sphinx/themes/basic/search.html:45 sphinx/themes/basic/searchresults.html:23
|
||||||
msgid "Your search did not match any results."
|
#: sphinx/themes/basic/static/searchtools.js_t:283
|
||||||
msgstr "Deine Suche ergab leider keine Treffer."
|
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."
|
||||||
|
|
||||||
#: sphinx/themes/basic/searchbox.html:12
|
#: sphinx/themes/basic/searchbox.html:12
|
||||||
msgid "Quick search"
|
msgid "Quick search"
|
||||||
@ -723,25 +773,42 @@ msgstr "C API-Änderungen"
|
|||||||
msgid "Other changes"
|
msgid "Other changes"
|
||||||
msgstr "Andere Änderungen"
|
msgstr "Andere Änderungen"
|
||||||
|
|
||||||
#: sphinx/themes/basic/static/doctools.js:154 sphinx/writers/html.py:504
|
#: sphinx/themes/basic/static/doctools.js:142 sphinx/writers/html.py:510
|
||||||
#: sphinx/writers/html.py:510
|
#: sphinx/writers/html.py:516
|
||||||
msgid "Permalink to this headline"
|
msgid "Permalink to this headline"
|
||||||
msgstr "Permalink zu dieser Überschrift"
|
msgstr "Permalink zu dieser Überschrift"
|
||||||
|
|
||||||
#: sphinx/themes/basic/static/doctools.js:160 sphinx/writers/html.py:92
|
#: sphinx/themes/basic/static/doctools.js:148 sphinx/writers/html.py:97
|
||||||
msgid "Permalink to this definition"
|
msgid "Permalink to this definition"
|
||||||
msgstr "Permalink zu dieser Definition"
|
msgstr "Permalink zu dieser Definition"
|
||||||
|
|
||||||
#: sphinx/themes/basic/static/doctools.js:189
|
#: sphinx/themes/basic/static/doctools.js:177
|
||||||
msgid "Hide Search Matches"
|
msgid "Hide Search Matches"
|
||||||
msgstr "Suchergebnisse ausblenden"
|
msgstr "Suchergebnisse ausblenden"
|
||||||
|
|
||||||
#: sphinx/themes/default/static/sidebar.js:69
|
#: sphinx/themes/basic/static/searchtools.js_t:119
|
||||||
|
msgid "Searching"
|
||||||
|
msgstr "Suchen"
|
||||||
|
|
||||||
|
#: sphinx/themes/basic/static/searchtools.js_t:124
|
||||||
|
msgid "Preparing search..."
|
||||||
|
msgstr "Suche wird vorbereitet..."
|
||||||
|
|
||||||
|
#: sphinx/themes/basic/static/searchtools.js_t:285
|
||||||
|
#, 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
|
||||||
|
msgid ", in "
|
||||||
|
msgstr ", in "
|
||||||
|
|
||||||
|
#: sphinx/themes/default/static/sidebar.js_t:83
|
||||||
msgid "Expand sidebar"
|
msgid "Expand sidebar"
|
||||||
msgstr "Sidebar ausklappen"
|
msgstr "Sidebar ausklappen"
|
||||||
|
|
||||||
#: sphinx/themes/default/static/sidebar.js:82
|
#: sphinx/themes/default/static/sidebar.js_t:96
|
||||||
#: sphinx/themes/default/static/sidebar.js:110
|
#: sphinx/themes/default/static/sidebar.js_t:124
|
||||||
msgid "Collapse sidebar"
|
msgid "Collapse sidebar"
|
||||||
msgstr "Sidebar einklappen"
|
msgstr "Sidebar einklappen"
|
||||||
|
|
||||||
@ -749,24 +816,29 @@ msgstr "Sidebar einklappen"
|
|||||||
msgid "Contents"
|
msgid "Contents"
|
||||||
msgstr "Inhalt"
|
msgstr "Inhalt"
|
||||||
|
|
||||||
#: sphinx/writers/latex.py:177
|
#: sphinx/writers/latex.py:189
|
||||||
msgid "Release"
|
msgid "Release"
|
||||||
msgstr "Release"
|
msgstr "Release"
|
||||||
|
|
||||||
#: sphinx/writers/latex.py:594 sphinx/writers/manpage.py:182
|
#: sphinx/writers/latex.py:620 sphinx/writers/manpage.py:181
|
||||||
#: sphinx/writers/texinfo.py:589
|
#: sphinx/writers/texinfo.py:612
|
||||||
msgid "Footnotes"
|
msgid "Footnotes"
|
||||||
msgstr "Fußnoten"
|
msgstr "Fußnoten"
|
||||||
|
|
||||||
#: sphinx/writers/latex.py:676
|
#: sphinx/writers/latex.py:704
|
||||||
msgid "continued from previous page"
|
msgid "continued from previous page"
|
||||||
msgstr "Fortsetzung der vorherigen Seite"
|
msgstr "Fortsetzung der vorherigen Seite"
|
||||||
|
|
||||||
#: sphinx/writers/latex.py:681
|
#: sphinx/writers/latex.py:710
|
||||||
msgid "Continued on next page"
|
msgid "Continued on next page"
|
||||||
msgstr "Fortsetzung auf der nächsten Seite"
|
msgstr "Fortsetzung auf der nächsten Seite"
|
||||||
|
|
||||||
#: sphinx/writers/text.py:437
|
#: sphinx/writers/manpage.py:226 sphinx/writers/text.py:541
|
||||||
|
#, python-format
|
||||||
|
msgid "[image: %s]"
|
||||||
|
msgstr "[Bild: %s]"
|
||||||
|
|
||||||
|
#: sphinx/writers/manpage.py:227 sphinx/writers/text.py:542
|
||||||
msgid "[image]"
|
msgid "[image]"
|
||||||
msgstr "[Bild]"
|
msgstr "[Bild]"
|
||||||
|
|
||||||
|
@ -1 +1 @@
|
|||||||
Documentation.addTranslations({"locale": "es", "plural_expr": "(n != 1)", "messages": {"Hide Search Matches": "Coincidencias de la b\u00fasqueda", "Permalink to this definition": "Enlazar permanentemente con esta definici\u00f3n", "Expand sidebar": "", "Permalink to this headline": "Enlazar permanentemente con este t\u00edtulo", "Collapse sidebar": ""}});
|
Documentation.addTranslations({"locale": "es", "plural_expr": "(n != 1)", "messages": {"Hide Search Matches": "Ocultar coincidencias de la b\u00fasqueda", "Permalink to this definition": "Enlazar permanentemente con esta definici\u00f3n", "Permalink to this headline": "Enlazar permanentemente con este t\u00edtulo"}});
|
Binary file not shown.
@ -1,16 +1,19 @@
|
|||||||
# Spanish translations for Sphinx.
|
# Spanish translations for Sphinx.
|
||||||
# Copyright (C) 2008 ORGANIZATION
|
# Copyright (C) 2013 ORGANIZATION
|
||||||
# This file is distributed under the same license as the Sphinx project.
|
# This file is distributed under the same license as the Sphinx project.
|
||||||
# FIRST AUTHOR <EMAIL@ADDRESS>, 2008.
|
|
||||||
#
|
#
|
||||||
|
# Translators:
|
||||||
|
# Guillem Borrell <guillem@torroja.dmt.upm.es>, 2011.
|
||||||
|
# Leonardo J. Caballero G. <leonardocaballero@gmail.com>, 2013.
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: Sphinx 0.5\n"
|
"Project-Id-Version: Sphinx\n"
|
||||||
"Report-Msgid-Bugs-To: guillem@torroja.dmt.upm.es\n"
|
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
||||||
"POT-Creation-Date: 2011-09-21 10:06+0200\n"
|
"POT-Creation-Date: 2013-04-02 10:33+0200\n"
|
||||||
"PO-Revision-Date: 2011-01-22 14:41+0100\n"
|
"PO-Revision-Date: 2013-04-04 23:05+0000\n"
|
||||||
"Last-Translator: Guillem Borrell <guillem@torroja.dmt.upm.es>\n"
|
"Last-Translator: Leonardo J. Caballero G. <leonardocaballero@gmail.com>\n"
|
||||||
"Language-Team: es <LL@li.org>\n"
|
"Language-Team: Spanish "
|
||||||
|
"(http://www.transifex.com/projects/p/sphinx-1/language/es/)\n"
|
||||||
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
|
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=utf-8\n"
|
"Content-Type: text/plain; charset=utf-8\n"
|
||||||
@ -18,105 +21,102 @@ msgstr ""
|
|||||||
"Generated-By: Babel 0.9.6\n"
|
"Generated-By: Babel 0.9.6\n"
|
||||||
|
|
||||||
#: sphinx/config.py:81
|
#: sphinx/config.py:81
|
||||||
#, fuzzy, python-format
|
|
||||||
msgid "%s %s documentation"
|
|
||||||
msgstr "%s %s documentación"
|
|
||||||
|
|
||||||
#: sphinx/environment.py:119 sphinx/writers/latex.py:190
|
|
||||||
#: sphinx/writers/manpage.py:67 sphinx/writers/texinfo.py:203
|
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%B %d, %Y"
|
msgid "%s %s documentation"
|
||||||
msgstr "%d de %B de %Y"
|
msgstr "documentación de %s - %s"
|
||||||
|
|
||||||
#: sphinx/environment.py:1625
|
#: sphinx/environment.py:1510
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "see %s"
|
msgid "see %s"
|
||||||
msgstr "ver %s"
|
msgstr "ver %s"
|
||||||
|
|
||||||
#: sphinx/environment.py:1628
|
#: sphinx/environment.py:1513
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "see also %s"
|
msgid "see also %s"
|
||||||
msgstr "ver también %s"
|
msgstr "ver también %s"
|
||||||
|
|
||||||
|
#: sphinx/environment.py:1570
|
||||||
|
msgid "Symbols"
|
||||||
|
msgstr "Símbolos"
|
||||||
|
|
||||||
#: sphinx/roles.py:175
|
#: sphinx/roles.py:175
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Python Enhancement Proposals; PEP %s"
|
msgid "Python Enhancement Proposals; PEP %s"
|
||||||
msgstr "Python Enhancement Proposals; PEP %s"
|
msgstr "Python Enhancement Proposals; PEP %s"
|
||||||
|
|
||||||
|
#: sphinx/transforms.py:52 sphinx/writers/latex.py:202
|
||||||
|
#: sphinx/writers/manpage.py:67 sphinx/writers/texinfo.py:217
|
||||||
|
#, python-format
|
||||||
|
msgid "%B %d, %Y"
|
||||||
|
msgstr "%d de %B de %Y"
|
||||||
|
|
||||||
#: sphinx/builders/changes.py:73
|
#: sphinx/builders/changes.py:73
|
||||||
#, fuzzy
|
|
||||||
msgid "Builtins"
|
msgid "Builtins"
|
||||||
msgstr "Funciones de base"
|
msgstr "Funciones incorporadas"
|
||||||
|
|
||||||
#: sphinx/builders/changes.py:75
|
#: sphinx/builders/changes.py:75
|
||||||
#, fuzzy
|
|
||||||
msgid "Module level"
|
msgid "Module level"
|
||||||
msgstr "Módulos"
|
msgstr "Nivel de módulo"
|
||||||
|
|
||||||
#: sphinx/builders/html.py:274
|
#: sphinx/builders/html.py:290
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%b %d, %Y"
|
msgid "%b %d, %Y"
|
||||||
msgstr "%d %b, %Y"
|
msgstr "%d de %B de %Y"
|
||||||
|
|
||||||
#: sphinx/builders/html.py:293 sphinx/themes/basic/defindex.html:30
|
#: sphinx/builders/html.py:309 sphinx/themes/basic/defindex.html:30
|
||||||
msgid "General Index"
|
msgid "General Index"
|
||||||
msgstr "Índice General"
|
msgstr "Índice General"
|
||||||
|
|
||||||
#: sphinx/builders/html.py:293
|
#: sphinx/builders/html.py:309
|
||||||
msgid "index"
|
msgid "index"
|
||||||
msgstr "índice"
|
msgstr "índice"
|
||||||
|
|
||||||
#: sphinx/builders/html.py:353
|
#: sphinx/builders/html.py:369
|
||||||
msgid "next"
|
msgid "next"
|
||||||
msgstr "siguiente"
|
msgstr "siguiente"
|
||||||
|
|
||||||
#: sphinx/builders/html.py:362
|
#: sphinx/builders/html.py:378
|
||||||
msgid "previous"
|
msgid "previous"
|
||||||
msgstr "anterior"
|
msgstr "anterior"
|
||||||
|
|
||||||
#: sphinx/builders/latex.py:141 sphinx/builders/texinfo.py:196
|
#: sphinx/builders/latex.py:141 sphinx/builders/texinfo.py:196
|
||||||
msgid " (in "
|
msgid " (in "
|
||||||
msgstr ""
|
msgstr " (en "
|
||||||
|
|
||||||
#: sphinx/directives/other.py:136
|
#: sphinx/directives/other.py:138
|
||||||
msgid "Section author: "
|
msgid "Section author: "
|
||||||
msgstr "Autor de la sección: "
|
msgstr "Autor de la sección: "
|
||||||
|
|
||||||
#: sphinx/directives/other.py:138
|
#: sphinx/directives/other.py:140
|
||||||
msgid "Module author: "
|
msgid "Module author: "
|
||||||
msgstr "Autor del módulo: "
|
msgstr "Autor del módulo: "
|
||||||
|
|
||||||
#: sphinx/directives/other.py:140
|
|
||||||
#, fuzzy
|
|
||||||
msgid "Code author: "
|
|
||||||
msgstr "Autor del módulo: "
|
|
||||||
|
|
||||||
#: sphinx/directives/other.py:142
|
#: sphinx/directives/other.py:142
|
||||||
|
msgid "Code author: "
|
||||||
|
msgstr "Código del autor: "
|
||||||
|
|
||||||
|
#: sphinx/directives/other.py:144
|
||||||
msgid "Author: "
|
msgid "Author: "
|
||||||
msgstr "Autor: "
|
msgstr "Autor: "
|
||||||
|
|
||||||
#: sphinx/directives/other.py:215
|
|
||||||
msgid "See also"
|
|
||||||
msgstr "Ver también"
|
|
||||||
|
|
||||||
#: sphinx/domains/__init__.py:244
|
#: sphinx/domains/__init__.py:244
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s %s"
|
msgid "%s %s"
|
||||||
msgstr ""
|
msgstr "%s %s"
|
||||||
|
|
||||||
#: sphinx/domains/c.py:51 sphinx/domains/python.py:95
|
#: sphinx/domains/c.py:51 sphinx/domains/cpp.py:939 sphinx/domains/python.py:95
|
||||||
msgid "Parameters"
|
msgid "Parameters"
|
||||||
msgstr "Parámetros"
|
msgstr "Parámetros"
|
||||||
|
|
||||||
#: sphinx/domains/c.py:54 sphinx/domains/javascript.py:128
|
#: sphinx/domains/c.py:54 sphinx/domains/cpp.py:945
|
||||||
#: sphinx/domains/python.py:107
|
#: sphinx/domains/javascript.py:128 sphinx/domains/python.py:107
|
||||||
msgid "Returns"
|
msgid "Returns"
|
||||||
msgstr "Devuelve"
|
msgstr "Devuelve"
|
||||||
|
|
||||||
#: sphinx/domains/c.py:56 sphinx/domains/python.py:109
|
#: sphinx/domains/c.py:56 sphinx/domains/javascript.py:130
|
||||||
#, fuzzy
|
#: sphinx/domains/python.py:109
|
||||||
msgid "Return type"
|
msgid "Return type"
|
||||||
msgstr "Tipo del argumento devuelto"
|
msgstr "Tipo del valor devuelto"
|
||||||
|
|
||||||
#: sphinx/domains/c.py:141
|
#: sphinx/domains/c.py:141
|
||||||
#, python-format
|
#, python-format
|
||||||
@ -143,159 +143,156 @@ msgstr "%s (tipo C)"
|
|||||||
msgid "%s (C variable)"
|
msgid "%s (C variable)"
|
||||||
msgstr "%s (variable C)"
|
msgstr "%s (variable C)"
|
||||||
|
|
||||||
#: sphinx/domains/c.py:204 sphinx/domains/cpp.py:1060
|
#: sphinx/domains/c.py:203 sphinx/domains/cpp.py:1207
|
||||||
#: sphinx/domains/javascript.py:162 sphinx/domains/python.py:559
|
#: sphinx/domains/javascript.py:164 sphinx/domains/python.py:560
|
||||||
msgid "function"
|
msgid "function"
|
||||||
msgstr "función"
|
msgstr "función"
|
||||||
|
|
||||||
#: sphinx/domains/c.py:205 sphinx/domains/cpp.py:1061
|
#: sphinx/domains/c.py:204 sphinx/domains/cpp.py:1208
|
||||||
msgid "member"
|
msgid "member"
|
||||||
msgstr "miembro"
|
msgstr "miembro"
|
||||||
|
|
||||||
#: sphinx/domains/c.py:206
|
#: sphinx/domains/c.py:205
|
||||||
msgid "macro"
|
msgid "macro"
|
||||||
msgstr ""
|
msgstr "macro"
|
||||||
|
|
||||||
#: sphinx/domains/c.py:207 sphinx/domains/cpp.py:1062
|
#: sphinx/domains/c.py:206 sphinx/domains/cpp.py:1209
|
||||||
msgid "type"
|
msgid "type"
|
||||||
msgstr "tipo"
|
msgstr "tipo"
|
||||||
|
|
||||||
#: sphinx/domains/c.py:208
|
#: sphinx/domains/c.py:207
|
||||||
#, fuzzy
|
|
||||||
msgid "variable"
|
msgid "variable"
|
||||||
msgstr "Variable"
|
msgstr "variable"
|
||||||
|
|
||||||
#: sphinx/domains/cpp.py:904
|
#: sphinx/domains/cpp.py:942 sphinx/domains/javascript.py:125
|
||||||
|
msgid "Throws"
|
||||||
|
msgstr "Lanzamientos"
|
||||||
|
|
||||||
|
#: sphinx/domains/cpp.py:1038
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s (C++ class)"
|
msgid "%s (C++ class)"
|
||||||
msgstr "%s (clase C++)"
|
msgstr "%s (clase C++)"
|
||||||
|
|
||||||
#: sphinx/domains/cpp.py:919
|
#: sphinx/domains/cpp.py:1061
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s (C++ type)"
|
msgid "%s (C++ type)"
|
||||||
msgstr "%s (tipo C++)"
|
msgstr "%s (tipo C++)"
|
||||||
|
|
||||||
#: sphinx/domains/cpp.py:938
|
#: sphinx/domains/cpp.py:1081
|
||||||
#, fuzzy, python-format
|
#, python-format
|
||||||
msgid "%s (C++ member)"
|
msgid "%s (C++ member)"
|
||||||
msgstr "%s (miembro C++)"
|
msgstr "%s (miembro C++)"
|
||||||
|
|
||||||
#: sphinx/domains/cpp.py:990
|
#: sphinx/domains/cpp.py:1137
|
||||||
#, fuzzy, python-format
|
#, python-format
|
||||||
msgid "%s (C++ function)"
|
msgid "%s (C++ function)"
|
||||||
msgstr "%s (función C++)"
|
msgstr "%s (función C++)"
|
||||||
|
|
||||||
#: sphinx/domains/cpp.py:1059 sphinx/domains/javascript.py:163
|
#: sphinx/domains/cpp.py:1206 sphinx/domains/javascript.py:165
|
||||||
#: sphinx/domains/python.py:561
|
#: sphinx/domains/python.py:562
|
||||||
msgid "class"
|
msgid "class"
|
||||||
msgstr "clase"
|
msgstr "clase"
|
||||||
|
|
||||||
#: sphinx/domains/javascript.py:106 sphinx/domains/python.py:254
|
#: sphinx/domains/javascript.py:106 sphinx/domains/python.py:253
|
||||||
#, fuzzy, python-format
|
#, python-format
|
||||||
msgid "%s() (built-in function)"
|
msgid "%s() (built-in function)"
|
||||||
msgstr "%s() (función de base)"
|
msgstr "%s() (función incorporada)"
|
||||||
|
|
||||||
#: sphinx/domains/javascript.py:107 sphinx/domains/python.py:318
|
#: sphinx/domains/javascript.py:107 sphinx/domains/python.py:317
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s() (%s method)"
|
msgid "%s() (%s method)"
|
||||||
msgstr "%s() (%s método)"
|
msgstr "%s() (método de %s)"
|
||||||
|
|
||||||
#: sphinx/domains/javascript.py:109
|
#: sphinx/domains/javascript.py:109
|
||||||
#, fuzzy, python-format
|
#, python-format
|
||||||
msgid "%s() (class)"
|
msgid "%s() (class)"
|
||||||
msgstr "%s (clase C++)"
|
msgstr "%s() (clase)"
|
||||||
|
|
||||||
#: sphinx/domains/javascript.py:111
|
#: sphinx/domains/javascript.py:111
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s (global variable or constant)"
|
msgid "%s (global variable or constant)"
|
||||||
msgstr ""
|
msgstr "%s (variable global o constante)"
|
||||||
|
|
||||||
#: sphinx/domains/javascript.py:113 sphinx/domains/python.py:356
|
#: sphinx/domains/javascript.py:113 sphinx/domains/python.py:355
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s (%s attribute)"
|
msgid "%s (%s attribute)"
|
||||||
msgstr "%s (%s atributo)"
|
msgstr "%s (atributo de %s)"
|
||||||
|
|
||||||
#: sphinx/domains/javascript.py:122
|
#: sphinx/domains/javascript.py:122
|
||||||
#, fuzzy
|
|
||||||
msgid "Arguments"
|
msgid "Arguments"
|
||||||
msgstr "Parámetros"
|
msgstr "Argumentos"
|
||||||
|
|
||||||
#: sphinx/domains/javascript.py:125
|
#: sphinx/domains/javascript.py:166 sphinx/domains/python.py:561
|
||||||
msgid "Throws"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: sphinx/domains/javascript.py:164 sphinx/domains/python.py:560
|
|
||||||
msgid "data"
|
msgid "data"
|
||||||
msgstr ""
|
msgstr "dato"
|
||||||
|
|
||||||
#: sphinx/domains/javascript.py:165 sphinx/domains/python.py:566
|
#: sphinx/domains/javascript.py:167 sphinx/domains/python.py:567
|
||||||
msgid "attribute"
|
msgid "attribute"
|
||||||
msgstr "atributo"
|
msgstr "atributo"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:100
|
#: sphinx/domains/python.py:100
|
||||||
#, fuzzy
|
|
||||||
msgid "Variables"
|
msgid "Variables"
|
||||||
msgstr "Variable"
|
msgstr "Variables"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:104
|
#: sphinx/domains/python.py:104
|
||||||
msgid "Raises"
|
msgid "Raises"
|
||||||
msgstr "Muestra"
|
msgstr "Muestra"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:255 sphinx/domains/python.py:312
|
#: sphinx/domains/python.py:254 sphinx/domains/python.py:311
|
||||||
#: sphinx/domains/python.py:324 sphinx/domains/python.py:337
|
#: sphinx/domains/python.py:323 sphinx/domains/python.py:336
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s() (in module %s)"
|
msgid "%s() (in module %s)"
|
||||||
msgstr "%s() (en el módulo %s)"
|
msgstr "%s() (en el módulo %s)"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:258
|
#: sphinx/domains/python.py:257
|
||||||
#, fuzzy, python-format
|
#, python-format
|
||||||
msgid "%s (built-in variable)"
|
msgid "%s (built-in variable)"
|
||||||
msgstr "%s (variable de base)"
|
msgstr "%s (variable incorporada)"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:259 sphinx/domains/python.py:350
|
#: sphinx/domains/python.py:258 sphinx/domains/python.py:349
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s (in module %s)"
|
msgid "%s (in module %s)"
|
||||||
msgstr "%s (en el módulo %s)"
|
msgstr "%s (en el módulo %s)"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:275
|
#: sphinx/domains/python.py:274
|
||||||
#, fuzzy, python-format
|
#, python-format
|
||||||
msgid "%s (built-in class)"
|
msgid "%s (built-in class)"
|
||||||
msgstr "%s (variable de base)"
|
msgstr "%s (clase incorporada)"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:276
|
#: sphinx/domains/python.py:275
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s (class in %s)"
|
msgid "%s (class in %s)"
|
||||||
msgstr "%s (clase en %s)"
|
msgstr "%s (clase en %s)"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:316
|
#: sphinx/domains/python.py:315
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s() (%s.%s method)"
|
msgid "%s() (%s.%s method)"
|
||||||
msgstr "%s() (%s.%s método)"
|
msgstr "%s() (método de %s.%s)"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:328
|
#: sphinx/domains/python.py:327
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s() (%s.%s static method)"
|
msgid "%s() (%s.%s static method)"
|
||||||
msgstr "%s() (%s.%s método estático)"
|
msgstr "%s() (método estático de %s.%s)"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:331
|
#: sphinx/domains/python.py:330
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s() (%s static method)"
|
msgid "%s() (%s static method)"
|
||||||
msgstr "%s() (%s método estático)"
|
msgstr "%s() (método estático de %s)"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:341
|
#: sphinx/domains/python.py:340
|
||||||
#, fuzzy, python-format
|
#, python-format
|
||||||
msgid "%s() (%s.%s class method)"
|
msgid "%s() (%s.%s class method)"
|
||||||
msgstr "%s() (%s.%s método)"
|
msgstr "%s() (método de clase de %s.%s)"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:344
|
#: sphinx/domains/python.py:343
|
||||||
#, fuzzy, python-format
|
#, python-format
|
||||||
msgid "%s() (%s class method)"
|
msgid "%s() (%s class method)"
|
||||||
msgstr "%s() (%s método)"
|
msgstr "%s() (método de clase de %s)"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:354
|
#: sphinx/domains/python.py:353
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s (%s.%s attribute)"
|
msgid "%s (%s.%s attribute)"
|
||||||
msgstr "%s (%s.%s atributo)"
|
msgstr "%s (atributo de %s.%s)"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:434
|
#: sphinx/domains/python.py:434
|
||||||
#, python-format
|
#, python-format
|
||||||
@ -303,62 +300,58 @@ msgid "%s (module)"
|
|||||||
msgstr "%s (módulo)"
|
msgstr "%s (módulo)"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:491
|
#: sphinx/domains/python.py:491
|
||||||
#, fuzzy
|
|
||||||
msgid "Python Module Index"
|
msgid "Python Module Index"
|
||||||
msgstr "Índice de Módulos"
|
msgstr "Índice de Módulos Python"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:492
|
#: sphinx/domains/python.py:492
|
||||||
msgid "modules"
|
msgid "modules"
|
||||||
msgstr "módulos"
|
msgstr "módulos"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:537
|
#: sphinx/domains/python.py:538
|
||||||
msgid "Deprecated"
|
msgid "Deprecated"
|
||||||
msgstr "Obsoleto"
|
msgstr "Obsoleto"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:562 sphinx/locale/__init__.py:179
|
#: sphinx/domains/python.py:563 sphinx/locale/__init__.py:179
|
||||||
msgid "exception"
|
msgid "exception"
|
||||||
msgstr "excepción"
|
msgstr "excepción"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:563
|
|
||||||
msgid "method"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: sphinx/domains/python.py:564
|
#: sphinx/domains/python.py:564
|
||||||
#, fuzzy
|
msgid "method"
|
||||||
msgid "class method"
|
msgstr "método"
|
||||||
msgstr "%s() (%s método)"
|
|
||||||
|
|
||||||
#: sphinx/domains/python.py:565
|
#: sphinx/domains/python.py:565
|
||||||
|
msgid "class method"
|
||||||
|
msgstr "método de la clase"
|
||||||
|
|
||||||
|
#: sphinx/domains/python.py:566
|
||||||
msgid "static method"
|
msgid "static method"
|
||||||
msgstr "método estático"
|
msgstr "método estático"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:567 sphinx/locale/__init__.py:175
|
#: sphinx/domains/python.py:568 sphinx/locale/__init__.py:175
|
||||||
msgid "module"
|
msgid "module"
|
||||||
msgstr "módulo"
|
msgstr "módulo"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:695
|
#: sphinx/domains/python.py:696
|
||||||
#, fuzzy
|
|
||||||
msgid " (deprecated)"
|
msgid " (deprecated)"
|
||||||
msgstr "Obsoleto"
|
msgstr " (obsoleto)"
|
||||||
|
|
||||||
|
#: sphinx/domains/rst.py:53
|
||||||
|
#, python-format
|
||||||
|
msgid "%s (directive)"
|
||||||
|
msgstr "%s (directiva)"
|
||||||
|
|
||||||
#: sphinx/domains/rst.py:55
|
#: sphinx/domains/rst.py:55
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s (directive)"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: sphinx/domains/rst.py:57
|
|
||||||
#, fuzzy, python-format
|
|
||||||
msgid "%s (role)"
|
msgid "%s (role)"
|
||||||
msgstr "%s (módulo)"
|
msgstr "%s (rol)"
|
||||||
|
|
||||||
#: sphinx/domains/rst.py:106
|
#: sphinx/domains/rst.py:104
|
||||||
msgid "directive"
|
msgid "directive"
|
||||||
msgstr ""
|
msgstr "directiva"
|
||||||
|
|
||||||
#: sphinx/domains/rst.py:107
|
#: sphinx/domains/rst.py:105
|
||||||
#, fuzzy
|
|
||||||
msgid "role"
|
msgid "role"
|
||||||
msgstr "módulo"
|
msgstr "rol"
|
||||||
|
|
||||||
#: sphinx/domains/std.py:70 sphinx/domains/std.py:86
|
#: sphinx/domains/std.py:70 sphinx/domains/std.py:86
|
||||||
#, python-format
|
#, python-format
|
||||||
@ -366,95 +359,121 @@ msgid "environment variable; %s"
|
|||||||
msgstr "variables de entorno; %s"
|
msgstr "variables de entorno; %s"
|
||||||
|
|
||||||
#: sphinx/domains/std.py:162
|
#: sphinx/domains/std.py:162
|
||||||
#, fuzzy, python-format
|
#, python-format
|
||||||
msgid "%scommand line option; %s"
|
msgid "%scommand line option; %s"
|
||||||
msgstr "%sOpciones en línea de comandos; %s"
|
msgstr "%sopción en línea de comandos; %s"
|
||||||
|
|
||||||
#: sphinx/domains/std.py:393
|
#: sphinx/domains/std.py:414
|
||||||
msgid "glossary term"
|
msgid "glossary term"
|
||||||
msgstr ""
|
msgstr "termino de glosario"
|
||||||
|
|
||||||
#: sphinx/domains/std.py:394
|
#: sphinx/domains/std.py:415
|
||||||
msgid "grammar token"
|
msgid "grammar token"
|
||||||
msgstr ""
|
msgstr "gramática simbólica"
|
||||||
|
|
||||||
#: sphinx/domains/std.py:395
|
#: sphinx/domains/std.py:416
|
||||||
msgid "reference label"
|
msgid "reference label"
|
||||||
msgstr ""
|
msgstr "etiqueta de referencia"
|
||||||
|
|
||||||
#: sphinx/domains/std.py:396
|
#: sphinx/domains/std.py:418
|
||||||
msgid "environment variable"
|
msgid "environment variable"
|
||||||
msgstr "variables de entorno"
|
msgstr "variables de entorno"
|
||||||
|
|
||||||
#: sphinx/domains/std.py:397
|
#: sphinx/domains/std.py:419
|
||||||
msgid "program option"
|
msgid "program option"
|
||||||
msgstr ""
|
msgstr "opción de programa"
|
||||||
|
|
||||||
#: sphinx/domains/std.py:427 sphinx/themes/basic/genindex-single.html:32
|
#: sphinx/domains/std.py:449 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:11
|
||||||
#: sphinx/themes/basic/genindex-split.html:14
|
#: sphinx/themes/basic/genindex-split.html:14
|
||||||
#: sphinx/themes/basic/genindex.html:32 sphinx/themes/basic/genindex.html:35
|
#: 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/themes/basic/genindex.html:68 sphinx/themes/basic/layout.html:134
|
||||||
#: sphinx/writers/latex.py:179 sphinx/writers/texinfo.py:456
|
#: sphinx/writers/latex.py:191 sphinx/writers/texinfo.py:475
|
||||||
msgid "Index"
|
msgid "Index"
|
||||||
msgstr "Índice"
|
msgstr "Índice"
|
||||||
|
|
||||||
#: sphinx/domains/std.py:428
|
#: sphinx/domains/std.py:450
|
||||||
msgid "Module Index"
|
msgid "Module Index"
|
||||||
msgstr "Índice de Módulos"
|
msgstr "Índice de Módulos"
|
||||||
|
|
||||||
#: sphinx/domains/std.py:429 sphinx/themes/basic/defindex.html:25
|
#: sphinx/domains/std.py:451 sphinx/themes/basic/defindex.html:25
|
||||||
msgid "Search Page"
|
msgid "Search Page"
|
||||||
msgstr "Página de Búsqueda"
|
msgstr "Página de Búsqueda"
|
||||||
|
|
||||||
#: sphinx/ext/autodoc.py:1002
|
#: sphinx/ext/autodoc.py:1042
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid " Bases: %s"
|
msgid " Bases: %s"
|
||||||
msgstr ""
|
msgstr " Clases base: %s"
|
||||||
|
|
||||||
#: sphinx/ext/autodoc.py:1038
|
#: sphinx/ext/autodoc.py:1078
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "alias of :class:`%s`"
|
msgid "alias of :class:`%s`"
|
||||||
msgstr ""
|
msgstr "alias de :class:`%s`"
|
||||||
|
|
||||||
#: sphinx/ext/todo.py:41
|
#: sphinx/ext/graphviz.py:294 sphinx/ext/graphviz.py:302
|
||||||
|
#, python-format
|
||||||
|
msgid "[graph: %s]"
|
||||||
|
msgstr "[gráfica: %s]"
|
||||||
|
|
||||||
|
#: sphinx/ext/graphviz.py:296 sphinx/ext/graphviz.py:304
|
||||||
|
msgid "[graph]"
|
||||||
|
msgstr "[gráfica]"
|
||||||
|
|
||||||
|
#: sphinx/ext/intersphinx.py:234
|
||||||
|
#, python-format
|
||||||
|
msgid "(in %s v%s)"
|
||||||
|
msgstr "(en %s versión %s)"
|
||||||
|
|
||||||
|
#: sphinx/ext/linkcode.py:66 sphinx/ext/viewcode.py:70
|
||||||
|
msgid "[source]"
|
||||||
|
msgstr "[fuente]"
|
||||||
|
|
||||||
|
#: sphinx/ext/refcounting.py:83
|
||||||
|
msgid "Return value: Always NULL."
|
||||||
|
msgstr "Valor de retorno: Siempre NULO."
|
||||||
|
|
||||||
|
#: sphinx/ext/refcounting.py:85
|
||||||
|
msgid "Return value: New reference."
|
||||||
|
msgstr "Valor de retorno: Nueva referencia."
|
||||||
|
|
||||||
|
#: sphinx/ext/refcounting.py:87
|
||||||
|
msgid "Return value: Borrowed reference."
|
||||||
|
msgstr "Valor de retorno: Referencia prestada."
|
||||||
|
|
||||||
|
#: sphinx/ext/todo.py:42
|
||||||
msgid "Todo"
|
msgid "Todo"
|
||||||
msgstr ""
|
msgstr "Por hacer"
|
||||||
|
|
||||||
#: sphinx/ext/todo.py:109
|
#: sphinx/ext/todo.py:110
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "(The <<original entry>> is located in %s, line %d.)"
|
msgid "(The <<original entry>> is located in %s, line %d.)"
|
||||||
msgstr ""
|
msgstr "(El <<entrada original>> se encuentra en %s, en la línea %d.)"
|
||||||
|
|
||||||
#: sphinx/ext/todo.py:117
|
#: sphinx/ext/todo.py:119
|
||||||
msgid "original entry"
|
msgid "original entry"
|
||||||
msgstr ""
|
msgstr "entrada original"
|
||||||
|
|
||||||
#: sphinx/ext/viewcode.py:70
|
|
||||||
msgid "[source]"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: sphinx/ext/viewcode.py:117
|
#: sphinx/ext/viewcode.py:117
|
||||||
msgid "[docs]"
|
msgid "[docs]"
|
||||||
msgstr ""
|
msgstr "[documentos]"
|
||||||
|
|
||||||
#: sphinx/ext/viewcode.py:131
|
#: sphinx/ext/viewcode.py:131
|
||||||
#, fuzzy
|
|
||||||
msgid "Module code"
|
msgid "Module code"
|
||||||
msgstr "módulo"
|
msgstr "Código de módulo"
|
||||||
|
|
||||||
#: sphinx/ext/viewcode.py:137
|
#: sphinx/ext/viewcode.py:137
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "<h1>Source code for %s</h1>"
|
msgid "<h1>Source code for %s</h1>"
|
||||||
msgstr ""
|
msgstr "<h1>Código fuente para %s</h1>"
|
||||||
|
|
||||||
#: sphinx/ext/viewcode.py:164
|
#: sphinx/ext/viewcode.py:164
|
||||||
msgid "Overview: module code"
|
msgid "Overview: module code"
|
||||||
msgstr ""
|
msgstr "Resumen: código de modulo"
|
||||||
|
|
||||||
#: sphinx/ext/viewcode.py:165
|
#: sphinx/ext/viewcode.py:165
|
||||||
msgid "<h1>All modules for which code is available</h1>"
|
msgid "<h1>All modules for which code is available</h1>"
|
||||||
msgstr ""
|
msgstr "<h1>Todos los módulos para los cuales disponen código</h1>"
|
||||||
|
|
||||||
#: sphinx/locale/__init__.py:155
|
#: sphinx/locale/__init__.py:155
|
||||||
msgid "Attention"
|
msgid "Attention"
|
||||||
@ -485,8 +504,8 @@ msgid "Note"
|
|||||||
msgstr "Nota"
|
msgstr "Nota"
|
||||||
|
|
||||||
#: sphinx/locale/__init__.py:162
|
#: sphinx/locale/__init__.py:162
|
||||||
msgid "See Also"
|
msgid "See also"
|
||||||
msgstr "Ver También"
|
msgstr "Ver también"
|
||||||
|
|
||||||
#: sphinx/locale/__init__.py:163
|
#: sphinx/locale/__init__.py:163
|
||||||
msgid "Tip"
|
msgid "Tip"
|
||||||
@ -528,37 +547,50 @@ msgid "statement"
|
|||||||
msgstr "sentencia"
|
msgstr "sentencia"
|
||||||
|
|
||||||
#: sphinx/locale/__init__.py:181
|
#: sphinx/locale/__init__.py:181
|
||||||
#, fuzzy
|
|
||||||
msgid "built-in function"
|
msgid "built-in function"
|
||||||
msgstr "función de base"
|
msgstr "función incorporada"
|
||||||
|
|
||||||
#: sphinx/themes/agogo/layout.html:45 sphinx/themes/basic/globaltoc.html:10
|
#: sphinx/themes/agogo/layout.html:46 sphinx/themes/basic/globaltoc.html:10
|
||||||
#: sphinx/themes/basic/localtoc.html:11
|
#: sphinx/themes/basic/localtoc.html:11 sphinx/themes/scrolls/layout.html:35
|
||||||
msgid "Table Of Contents"
|
msgid "Table Of Contents"
|
||||||
msgstr "Contenidos"
|
msgstr "Tabla de Contenidos"
|
||||||
|
|
||||||
#: sphinx/themes/agogo/layout.html:49 sphinx/themes/basic/layout.html:137
|
#: sphinx/themes/agogo/layout.html:50 sphinx/themes/basic/layout.html:137
|
||||||
#: sphinx/themes/basic/search.html:11 sphinx/themes/basic/search.html:20
|
#: sphinx/themes/basic/search.html:11 sphinx/themes/basic/search.html:23
|
||||||
|
#: sphinx/themes/basic/searchresults.html:10
|
||||||
msgid "Search"
|
msgid "Search"
|
||||||
msgstr "Búsqueda"
|
msgstr "Búsqueda"
|
||||||
|
|
||||||
#: sphinx/themes/agogo/layout.html:52 sphinx/themes/basic/searchbox.html:15
|
#: sphinx/themes/agogo/layout.html:53 sphinx/themes/basic/searchbox.html:15
|
||||||
msgid "Go"
|
msgid "Go"
|
||||||
msgstr "Ir a"
|
msgstr "Ir a"
|
||||||
|
|
||||||
#: sphinx/themes/agogo/layout.html:57 sphinx/themes/basic/searchbox.html:20
|
#: sphinx/themes/agogo/layout.html:58 sphinx/themes/basic/searchbox.html:20
|
||||||
#, fuzzy
|
|
||||||
msgid "Enter search terms or a module, class or function name."
|
msgid "Enter search terms or a module, class or function name."
|
||||||
msgstr "Introducir en nombre de un 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:78 sphinx/themes/basic/sourcelink.html:14
|
#: sphinx/themes/agogo/layout.html:79 sphinx/themes/basic/sourcelink.html:14
|
||||||
msgid "Show Source"
|
msgid "Show Source"
|
||||||
msgstr "Enseñar el código"
|
msgstr "Mostrar el código"
|
||||||
|
|
||||||
#: sphinx/themes/basic/defindex.html:11
|
#: sphinx/themes/basic/defindex.html:11
|
||||||
msgid "Overview"
|
msgid "Overview"
|
||||||
msgstr "Resumen"
|
msgstr "Resumen"
|
||||||
|
|
||||||
|
#: sphinx/themes/basic/defindex.html:15
|
||||||
|
msgid "Welcome! This is"
|
||||||
|
msgstr "¡Bienvenido! Este es"
|
||||||
|
|
||||||
|
#: sphinx/themes/basic/defindex.html:16
|
||||||
|
msgid "the documentation for"
|
||||||
|
msgstr "la documentación para"
|
||||||
|
|
||||||
|
#: sphinx/themes/basic/defindex.html:17
|
||||||
|
msgid "last updated"
|
||||||
|
msgstr "actualizado por última vez el"
|
||||||
|
|
||||||
#: sphinx/themes/basic/defindex.html:20
|
#: sphinx/themes/basic/defindex.html:20
|
||||||
msgid "Indices and tables:"
|
msgid "Indices and tables:"
|
||||||
msgstr "Índices y tablas:"
|
msgstr "Índices y tablas:"
|
||||||
@ -569,7 +601,7 @@ msgstr "Índice de contenidos completo"
|
|||||||
|
|
||||||
#: sphinx/themes/basic/defindex.html:24
|
#: sphinx/themes/basic/defindex.html:24
|
||||||
msgid "lists all sections and subsections"
|
msgid "lists all sections and subsections"
|
||||||
msgstr "Muestra todas las secciones"
|
msgstr "muestra todas las secciones y subsecciones"
|
||||||
|
|
||||||
#: sphinx/themes/basic/defindex.html:26
|
#: sphinx/themes/basic/defindex.html:26
|
||||||
msgid "search this documentation"
|
msgid "search this documentation"
|
||||||
@ -601,7 +633,7 @@ msgstr "Índice completo en una página"
|
|||||||
|
|
||||||
#: sphinx/themes/basic/genindex-split.html:16
|
#: sphinx/themes/basic/genindex-split.html:16
|
||||||
msgid "Index pages by letter"
|
msgid "Index pages by letter"
|
||||||
msgstr "Índice alfabético"
|
msgstr "Índice alfabético de páginas"
|
||||||
|
|
||||||
#: sphinx/themes/basic/genindex-split.html:25
|
#: sphinx/themes/basic/genindex-split.html:25
|
||||||
msgid "can be huge"
|
msgid "can be huge"
|
||||||
@ -659,7 +691,7 @@ msgstr "Tema anterior"
|
|||||||
|
|
||||||
#: sphinx/themes/basic/relations.html:13
|
#: sphinx/themes/basic/relations.html:13
|
||||||
msgid "previous chapter"
|
msgid "previous chapter"
|
||||||
msgstr "Capítulo anterior"
|
msgstr "capítulo anterior"
|
||||||
|
|
||||||
#: sphinx/themes/basic/relations.html:16
|
#: sphinx/themes/basic/relations.html:16
|
||||||
msgid "Next topic"
|
msgid "Next topic"
|
||||||
@ -667,38 +699,46 @@ msgstr "Próximo tema"
|
|||||||
|
|
||||||
#: sphinx/themes/basic/relations.html:18
|
#: sphinx/themes/basic/relations.html:18
|
||||||
msgid "next chapter"
|
msgid "next chapter"
|
||||||
msgstr "Próximo capítulo"
|
msgstr "próximo capítulo"
|
||||||
|
|
||||||
#: sphinx/themes/basic/search.html:24
|
#: sphinx/themes/basic/search.html:27
|
||||||
msgid ""
|
msgid ""
|
||||||
"Please activate JavaScript to enable the search\n"
|
"Please activate JavaScript to enable the search\n"
|
||||||
" functionality."
|
" functionality."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
"Por favor, active JavaScript para habilitar la funcionalidad\n"
|
||||||
|
" de búsqueda."
|
||||||
|
|
||||||
#: sphinx/themes/basic/search.html:29
|
#: sphinx/themes/basic/search.html:32
|
||||||
#, fuzzy
|
|
||||||
msgid ""
|
msgid ""
|
||||||
"From here you can search these documents. Enter your search\n"
|
"From here you can search these documents. Enter your search\n"
|
||||||
" words into the box below and click \"search\". Note that the 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"
|
" function will automatically search for all of the words. Pages\n"
|
||||||
" containing fewer words won't appear in the result list."
|
" containing fewer words won't appear in the result list."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Este es el diálogo de búsqueda. Introduce los términos en el diálogo "
|
"Este es el diálogo de búsqueda. Introduce los términos en el\n"
|
||||||
"siguiente y pulsa \"buscar\". El asistente buscará automáticamente todas"
|
" diálogo siguiente y pulsa \"buscar\". Note que el asistente buscará \n"
|
||||||
" las palabras. Las páginas que contengan menos palabras no aparecerán en"
|
" automáticamente todas las palabras. Las páginas que contengan \n"
|
||||||
" la lista de resultados."
|
" menos palabras no aparecerán en la lista de resultados."
|
||||||
|
|
||||||
#: sphinx/themes/basic/search.html:36
|
#: sphinx/themes/basic/search.html:39 sphinx/themes/basic/searchresults.html:17
|
||||||
msgid "search"
|
msgid "search"
|
||||||
msgstr "buscar"
|
msgstr "buscar"
|
||||||
|
|
||||||
#: sphinx/themes/basic/search.html:40
|
#: sphinx/themes/basic/search.html:43 sphinx/themes/basic/searchresults.html:21
|
||||||
|
#: sphinx/themes/basic/static/searchtools.js_t:281
|
||||||
msgid "Search Results"
|
msgid "Search Results"
|
||||||
msgstr "Resultados de la búsqueda"
|
msgstr "Resultados de la búsqueda"
|
||||||
|
|
||||||
#: sphinx/themes/basic/search.html:42
|
#: sphinx/themes/basic/search.html:45 sphinx/themes/basic/searchresults.html:23
|
||||||
msgid "Your search did not match any results."
|
#: sphinx/themes/basic/static/searchtools.js_t:283
|
||||||
msgstr "Tu consulta no obtuvo ningún resultado"
|
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."
|
||||||
|
|
||||||
#: sphinx/themes/basic/searchbox.html:12
|
#: sphinx/themes/basic/searchbox.html:12
|
||||||
msgid "Quick search"
|
msgid "Quick search"
|
||||||
@ -736,53 +776,74 @@ msgstr "Cambios en la API C"
|
|||||||
msgid "Other changes"
|
msgid "Other changes"
|
||||||
msgstr "Otros cambios"
|
msgstr "Otros cambios"
|
||||||
|
|
||||||
#: sphinx/themes/basic/static/doctools.js:154 sphinx/writers/html.py:504
|
#: sphinx/themes/basic/static/doctools.js:142 sphinx/writers/html.py:510
|
||||||
#: sphinx/writers/html.py:510
|
#: sphinx/writers/html.py:516
|
||||||
msgid "Permalink to this headline"
|
msgid "Permalink to this headline"
|
||||||
msgstr "Enlazar permanentemente con este título"
|
msgstr "Enlazar permanentemente con este título"
|
||||||
|
|
||||||
#: sphinx/themes/basic/static/doctools.js:160 sphinx/writers/html.py:92
|
#: sphinx/themes/basic/static/doctools.js:148 sphinx/writers/html.py:97
|
||||||
msgid "Permalink to this definition"
|
msgid "Permalink to this definition"
|
||||||
msgstr "Enlazar permanentemente con esta definición"
|
msgstr "Enlazar permanentemente con esta definición"
|
||||||
|
|
||||||
#: sphinx/themes/basic/static/doctools.js:189
|
#: sphinx/themes/basic/static/doctools.js:177
|
||||||
#, fuzzy
|
|
||||||
msgid "Hide Search Matches"
|
msgid "Hide Search Matches"
|
||||||
msgstr "Coincidencias de la búsqueda"
|
msgstr "Ocultar coincidencias de la búsqueda"
|
||||||
|
|
||||||
#: sphinx/themes/default/static/sidebar.js:69
|
#: sphinx/themes/basic/static/searchtools.js_t:119
|
||||||
|
msgid "Searching"
|
||||||
|
msgstr "Buscando"
|
||||||
|
|
||||||
|
#: sphinx/themes/basic/static/searchtools.js_t:124
|
||||||
|
msgid "Preparing search..."
|
||||||
|
msgstr "Preparando búsqueda..."
|
||||||
|
|
||||||
|
#: sphinx/themes/basic/static/searchtools.js_t:285
|
||||||
|
#, 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."
|
||||||
|
|
||||||
|
#: sphinx/themes/basic/static/searchtools.js_t:337
|
||||||
|
msgid ", in "
|
||||||
|
msgstr ", en "
|
||||||
|
|
||||||
|
#: sphinx/themes/default/static/sidebar.js_t:83
|
||||||
msgid "Expand sidebar"
|
msgid "Expand sidebar"
|
||||||
msgstr ""
|
msgstr "Expandir barra lateral"
|
||||||
|
|
||||||
#: sphinx/themes/default/static/sidebar.js:82
|
#: sphinx/themes/default/static/sidebar.js_t:96
|
||||||
#: sphinx/themes/default/static/sidebar.js:110
|
#: sphinx/themes/default/static/sidebar.js_t:124
|
||||||
msgid "Collapse sidebar"
|
msgid "Collapse sidebar"
|
||||||
msgstr ""
|
msgstr "Contraer barra lateral"
|
||||||
|
|
||||||
#: sphinx/themes/haiku/layout.html:26
|
#: sphinx/themes/haiku/layout.html:26
|
||||||
msgid "Contents"
|
msgid "Contents"
|
||||||
msgstr ""
|
msgstr "Contenidos"
|
||||||
|
|
||||||
#: sphinx/writers/latex.py:177
|
#: sphinx/writers/latex.py:189
|
||||||
#, fuzzy
|
|
||||||
msgid "Release"
|
msgid "Release"
|
||||||
msgstr "Versión"
|
msgstr "Publicación"
|
||||||
|
|
||||||
#: sphinx/writers/latex.py:594 sphinx/writers/manpage.py:182
|
#: sphinx/writers/latex.py:620 sphinx/writers/manpage.py:181
|
||||||
#: sphinx/writers/texinfo.py:589
|
#: sphinx/writers/texinfo.py:612
|
||||||
msgid "Footnotes"
|
msgid "Footnotes"
|
||||||
msgstr ""
|
msgstr "Notas a pie de página"
|
||||||
|
|
||||||
#: sphinx/writers/latex.py:676
|
#: sphinx/writers/latex.py:704
|
||||||
msgid "continued from previous page"
|
msgid "continued from previous page"
|
||||||
msgstr ""
|
msgstr "proviene de la página anterior"
|
||||||
|
|
||||||
#: sphinx/writers/latex.py:681
|
#: sphinx/writers/latex.py:710
|
||||||
#, fuzzy
|
|
||||||
msgid "Continued on next page"
|
msgid "Continued on next page"
|
||||||
msgstr "Índice completo en una página"
|
msgstr "Continúa en la página siguiente"
|
||||||
|
|
||||||
#: sphinx/writers/text.py:437
|
#: sphinx/writers/manpage.py:226 sphinx/writers/text.py:541
|
||||||
|
#, python-format
|
||||||
|
msgid "[image: %s]"
|
||||||
|
msgstr "[imagen: %s]"
|
||||||
|
|
||||||
|
#: sphinx/writers/manpage.py:227 sphinx/writers/text.py:542
|
||||||
msgid "[image]"
|
msgid "[image]"
|
||||||
msgstr "[imagen]"
|
msgstr "[imagen]"
|
||||||
|
|
||||||
|
@ -1 +1 @@
|
|||||||
Documentation.addTranslations({"locale": "et", "plural_expr": "(n != 1)", "messages": {"Hide Search Matches": "Varja otsingutulemused", "Permalink to this definition": "P\u00fcsiviit sellele definitsioonile", "Expand sidebar": "N\u00e4ita k\u00fclgriba", "Permalink to this headline": "P\u00fcsiviit sellele pealkirjale", "Collapse sidebar": "Varja k\u00fclgriba"}});
|
Documentation.addTranslations({"locale": "et", "plural_expr": "(n != 1)", "messages": {"Hide Search Matches": "Varja otsingutulemused", "Permalink to this definition": "P\u00fcsiviit sellele definitsioonile", "Permalink to this headline": "P\u00fcsiviit sellele pealkirjale"}});
|
Binary file not shown.
@ -2,17 +2,14 @@
|
|||||||
# Sphinxi eesti keele tõlge.
|
# Sphinxi eesti keele tõlge.
|
||||||
#
|
#
|
||||||
# Copyright (C) 2011‒2012 Pocoo Team.
|
# Copyright (C) 2011‒2012 Pocoo Team.
|
||||||
#
|
|
||||||
# This file is distributed under the same license as the Sphinx project.
|
# This file is distributed under the same license as the Sphinx project.
|
||||||
#
|
|
||||||
# Aivar Annamaa <aivar.annamaa@gmail.com>, 2011
|
# Aivar Annamaa <aivar.annamaa@gmail.com>, 2011
|
||||||
# Ivar Smolin <okul at linux ee>, 2012
|
# Ivar Smolin <okul at linux ee>, 2012
|
||||||
|
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: Sphinx 1.1.3"
|
"Project-Id-Version: Sphinx 1.1.3Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
||||||
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
||||||
"POT-Creation-Date: 2011-09-21 10:06+0200\n"
|
"POT-Creation-Date: 2013-04-02 10:33+0200\n"
|
||||||
"PO-Revision-Date: 2012-09-15 12:56+0300\n"
|
"PO-Revision-Date: 2012-09-15 12:56+0300\n"
|
||||||
"Last-Translator: Ivar Smolin <okul@linux.ee>\n"
|
"Last-Translator: Ivar Smolin <okul@linux.ee>\n"
|
||||||
"Language-Team: \n"
|
"Language-Team: \n"
|
||||||
@ -27,27 +24,31 @@ msgstr ""
|
|||||||
msgid "%s %s documentation"
|
msgid "%s %s documentation"
|
||||||
msgstr "%s %s dokumentatsioon"
|
msgstr "%s %s dokumentatsioon"
|
||||||
|
|
||||||
#: sphinx/environment.py:119 sphinx/writers/latex.py:190
|
#: sphinx/environment.py:1510
|
||||||
#: sphinx/writers/manpage.py:67 sphinx/writers/texinfo.py:203
|
|
||||||
#, python-format
|
|
||||||
msgid "%B %d, %Y"
|
|
||||||
msgstr "%d. %B %Y"
|
|
||||||
|
|
||||||
#: sphinx/environment.py:1625
|
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "see %s"
|
msgid "see %s"
|
||||||
msgstr "vaata %s"
|
msgstr "vaata %s"
|
||||||
|
|
||||||
#: sphinx/environment.py:1628
|
#: sphinx/environment.py:1513
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "see also %s"
|
msgid "see also %s"
|
||||||
msgstr "vaata ka %s"
|
msgstr "vaata ka %s"
|
||||||
|
|
||||||
|
#: sphinx/environment.py:1570
|
||||||
|
msgid "Symbols"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: sphinx/roles.py:175
|
#: sphinx/roles.py:175
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Python Enhancement Proposals; PEP %s"
|
msgid "Python Enhancement Proposals; PEP %s"
|
||||||
msgstr "Pythoni täiustusettepanekud, PEP %s"
|
msgstr "Pythoni täiustusettepanekud, PEP %s"
|
||||||
|
|
||||||
|
#: sphinx/transforms.py:52 sphinx/writers/latex.py:202
|
||||||
|
#: sphinx/writers/manpage.py:67 sphinx/writers/texinfo.py:217
|
||||||
|
#, python-format
|
||||||
|
msgid "%B %d, %Y"
|
||||||
|
msgstr "%d. %B %Y"
|
||||||
|
|
||||||
#: sphinx/builders/changes.py:73
|
#: sphinx/builders/changes.py:73
|
||||||
msgid "Builtins"
|
msgid "Builtins"
|
||||||
msgstr "Sisseehitatud"
|
msgstr "Sisseehitatud"
|
||||||
@ -56,69 +57,63 @@ msgstr "Sisseehitatud"
|
|||||||
msgid "Module level"
|
msgid "Module level"
|
||||||
msgstr "Mooduli tase"
|
msgstr "Mooduli tase"
|
||||||
|
|
||||||
#: sphinx/builders/html.py:274
|
#: sphinx/builders/html.py:290
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%b %d, %Y"
|
msgid "%b %d, %Y"
|
||||||
msgstr "%d. %b %Y"
|
msgstr "%d. %b %Y"
|
||||||
|
|
||||||
#: sphinx/builders/html.py:293 sphinx/themes/basic/defindex.html:30
|
#: sphinx/builders/html.py:309 sphinx/themes/basic/defindex.html:30
|
||||||
msgid "General Index"
|
msgid "General Index"
|
||||||
msgstr "Üldindeks"
|
msgstr "Üldindeks"
|
||||||
|
|
||||||
#: sphinx/builders/html.py:293
|
#: sphinx/builders/html.py:309
|
||||||
msgid "index"
|
msgid "index"
|
||||||
msgstr "indeks"
|
msgstr "indeks"
|
||||||
|
|
||||||
#: sphinx/builders/html.py:353
|
#: sphinx/builders/html.py:369
|
||||||
msgid "next"
|
msgid "next"
|
||||||
msgstr "järgmine"
|
msgstr "järgmine"
|
||||||
|
|
||||||
#: sphinx/builders/html.py:362
|
#: sphinx/builders/html.py:378
|
||||||
msgid "previous"
|
msgid "previous"
|
||||||
msgstr "eelmine"
|
msgstr "eelmine"
|
||||||
|
|
||||||
#: sphinx/builders/latex.py:141 sphinx/builders/texinfo.py:196
|
#: sphinx/builders/latex.py:141 sphinx/builders/texinfo.py:196
|
||||||
# paistab olevat ristviitamiseks. ei oska öelda, kas siia sobiks paremini
|
|
||||||
# 'Sektsioonis' või 'Teema' või midagi muud. sestap panin enamvähem lollikindla
|
|
||||||
# 'Pealkirjas'. (okul)
|
|
||||||
msgid " (in "
|
msgid " (in "
|
||||||
msgstr " (pealkirjas "
|
msgstr " (pealkirjas "
|
||||||
|
|
||||||
#: sphinx/directives/other.py:136
|
#: sphinx/directives/other.py:138
|
||||||
msgid "Section author: "
|
msgid "Section author: "
|
||||||
msgstr "Sektsiooni autor:"
|
msgstr "Sektsiooni autor:"
|
||||||
|
|
||||||
#: sphinx/directives/other.py:138
|
#: sphinx/directives/other.py:140
|
||||||
msgid "Module author: "
|
msgid "Module author: "
|
||||||
msgstr "Mooduli autor:"
|
msgstr "Mooduli autor:"
|
||||||
|
|
||||||
#: sphinx/directives/other.py:140
|
#: sphinx/directives/other.py:142
|
||||||
msgid "Code author: "
|
msgid "Code author: "
|
||||||
msgstr "Koodi autor:"
|
msgstr "Koodi autor:"
|
||||||
|
|
||||||
#: sphinx/directives/other.py:142
|
#: sphinx/directives/other.py:144
|
||||||
msgid "Author: "
|
msgid "Author: "
|
||||||
msgstr "Autor: "
|
msgstr "Autor: "
|
||||||
|
|
||||||
#: sphinx/directives/other.py:215
|
|
||||||
msgid "See also"
|
|
||||||
msgstr "Vaata ka"
|
|
||||||
|
|
||||||
#: sphinx/domains/__init__.py:244
|
#: sphinx/domains/__init__.py:244
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s %s"
|
msgid "%s %s"
|
||||||
msgstr "%s %s"
|
msgstr "%s %s"
|
||||||
|
|
||||||
#: sphinx/domains/c.py:51 sphinx/domains/python.py:95
|
#: sphinx/domains/c.py:51 sphinx/domains/cpp.py:939 sphinx/domains/python.py:95
|
||||||
msgid "Parameters"
|
msgid "Parameters"
|
||||||
msgstr "Parameetrid"
|
msgstr "Parameetrid"
|
||||||
|
|
||||||
#: sphinx/domains/c.py:54 sphinx/domains/javascript.py:128
|
#: sphinx/domains/c.py:54 sphinx/domains/cpp.py:945
|
||||||
#: sphinx/domains/python.py:107
|
#: sphinx/domains/javascript.py:128 sphinx/domains/python.py:107
|
||||||
msgid "Returns"
|
msgid "Returns"
|
||||||
msgstr "Tagastab"
|
msgstr "Tagastab"
|
||||||
|
|
||||||
#: sphinx/domains/c.py:56 sphinx/domains/python.py:109
|
#: sphinx/domains/c.py:56 sphinx/domains/javascript.py:130
|
||||||
|
#: sphinx/domains/python.py:109
|
||||||
msgid "Return type"
|
msgid "Return type"
|
||||||
msgstr "Tagastustüüp"
|
msgstr "Tagastustüüp"
|
||||||
|
|
||||||
@ -147,58 +142,62 @@ msgstr "%s (C tüüp)"
|
|||||||
msgid "%s (C variable)"
|
msgid "%s (C variable)"
|
||||||
msgstr "%s (C muutuja)"
|
msgstr "%s (C muutuja)"
|
||||||
|
|
||||||
#: sphinx/domains/c.py:204 sphinx/domains/cpp.py:1060
|
#: sphinx/domains/c.py:203 sphinx/domains/cpp.py:1207
|
||||||
#: sphinx/domains/javascript.py:162 sphinx/domains/python.py:559
|
#: sphinx/domains/javascript.py:164 sphinx/domains/python.py:560
|
||||||
msgid "function"
|
msgid "function"
|
||||||
msgstr "funktsioon"
|
msgstr "funktsioon"
|
||||||
|
|
||||||
#: sphinx/domains/c.py:205 sphinx/domains/cpp.py:1061
|
#: sphinx/domains/c.py:204 sphinx/domains/cpp.py:1208
|
||||||
msgid "member"
|
msgid "member"
|
||||||
msgstr "liige"
|
msgstr "liige"
|
||||||
|
|
||||||
#: sphinx/domains/c.py:206
|
#: sphinx/domains/c.py:205
|
||||||
msgid "macro"
|
msgid "macro"
|
||||||
msgstr "makro"
|
msgstr "makro"
|
||||||
|
|
||||||
#: sphinx/domains/c.py:207 sphinx/domains/cpp.py:1062
|
#: sphinx/domains/c.py:206 sphinx/domains/cpp.py:1209
|
||||||
msgid "type"
|
msgid "type"
|
||||||
msgstr "tüüp"
|
msgstr "tüüp"
|
||||||
|
|
||||||
#: sphinx/domains/c.py:208
|
#: sphinx/domains/c.py:207
|
||||||
msgid "variable"
|
msgid "variable"
|
||||||
msgstr "muutuja"
|
msgstr "muutuja"
|
||||||
|
|
||||||
#: sphinx/domains/cpp.py:904
|
#: sphinx/domains/cpp.py:942 sphinx/domains/javascript.py:125
|
||||||
|
msgid "Throws"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: sphinx/domains/cpp.py:1038
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s (C++ class)"
|
msgid "%s (C++ class)"
|
||||||
msgstr "%s (C++ klass)"
|
msgstr "%s (C++ klass)"
|
||||||
|
|
||||||
#: sphinx/domains/cpp.py:919
|
#: sphinx/domains/cpp.py:1061
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s (C++ type)"
|
msgid "%s (C++ type)"
|
||||||
msgstr "%s (C++ tüüp)"
|
msgstr "%s (C++ tüüp)"
|
||||||
|
|
||||||
#: sphinx/domains/cpp.py:938
|
#: sphinx/domains/cpp.py:1081
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s (C++ member)"
|
msgid "%s (C++ member)"
|
||||||
msgstr "%s (C++ liige)"
|
msgstr "%s (C++ liige)"
|
||||||
|
|
||||||
#: sphinx/domains/cpp.py:990
|
#: sphinx/domains/cpp.py:1137
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s (C++ function)"
|
msgid "%s (C++ function)"
|
||||||
msgstr "%s (C++ funktsioon)"
|
msgstr "%s (C++ funktsioon)"
|
||||||
|
|
||||||
#: sphinx/domains/cpp.py:1059 sphinx/domains/javascript.py:163
|
#: sphinx/domains/cpp.py:1206 sphinx/domains/javascript.py:165
|
||||||
#: sphinx/domains/python.py:561
|
#: sphinx/domains/python.py:562
|
||||||
msgid "class"
|
msgid "class"
|
||||||
msgstr "klass"
|
msgstr "klass"
|
||||||
|
|
||||||
#: sphinx/domains/javascript.py:106 sphinx/domains/python.py:254
|
#: sphinx/domains/javascript.py:106 sphinx/domains/python.py:253
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s() (built-in function)"
|
msgid "%s() (built-in function)"
|
||||||
msgstr "%s() (sisseehitatud funktsioon)"
|
msgstr "%s() (sisseehitatud funktsioon)"
|
||||||
|
|
||||||
#: sphinx/domains/javascript.py:107 sphinx/domains/python.py:318
|
#: sphinx/domains/javascript.py:107 sphinx/domains/python.py:317
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s() (%s method)"
|
msgid "%s() (%s method)"
|
||||||
msgstr "%s() (%s meetod)"
|
msgstr "%s() (%s meetod)"
|
||||||
@ -213,7 +212,7 @@ msgstr "%s() (klass)"
|
|||||||
msgid "%s (global variable or constant)"
|
msgid "%s (global variable or constant)"
|
||||||
msgstr "%s (globaalmuutuja või konstant)"
|
msgstr "%s (globaalmuutuja või konstant)"
|
||||||
|
|
||||||
#: sphinx/domains/javascript.py:113 sphinx/domains/python.py:356
|
#: sphinx/domains/javascript.py:113 sphinx/domains/python.py:355
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s (%s attribute)"
|
msgid "%s (%s attribute)"
|
||||||
msgstr "%s (%s atribuut)"
|
msgstr "%s (%s atribuut)"
|
||||||
@ -222,15 +221,11 @@ msgstr "%s (%s atribuut)"
|
|||||||
msgid "Arguments"
|
msgid "Arguments"
|
||||||
msgstr "Argumendid"
|
msgstr "Argumendid"
|
||||||
|
|
||||||
#: sphinx/domains/javascript.py:125
|
#: sphinx/domains/javascript.py:166 sphinx/domains/python.py:561
|
||||||
msgid "Throws"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: sphinx/domains/javascript.py:164 sphinx/domains/python.py:560
|
|
||||||
msgid "data"
|
msgid "data"
|
||||||
msgstr "andmed"
|
msgstr "andmed"
|
||||||
|
|
||||||
#: sphinx/domains/javascript.py:165 sphinx/domains/python.py:566
|
#: sphinx/domains/javascript.py:167 sphinx/domains/python.py:567
|
||||||
msgid "attribute"
|
msgid "attribute"
|
||||||
msgstr "atribuut"
|
msgstr "atribuut"
|
||||||
|
|
||||||
@ -242,58 +237,58 @@ msgstr "Muutujad"
|
|||||||
msgid "Raises"
|
msgid "Raises"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: sphinx/domains/python.py:255 sphinx/domains/python.py:312
|
#: sphinx/domains/python.py:254 sphinx/domains/python.py:311
|
||||||
#: sphinx/domains/python.py:324 sphinx/domains/python.py:337
|
#: sphinx/domains/python.py:323 sphinx/domains/python.py:336
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s() (in module %s)"
|
msgid "%s() (in module %s)"
|
||||||
msgstr "%s() (moodulis %s)"
|
msgstr "%s() (moodulis %s)"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:258
|
#: sphinx/domains/python.py:257
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s (built-in variable)"
|
msgid "%s (built-in variable)"
|
||||||
msgstr "%s (sisseehitatud muutuja)"
|
msgstr "%s (sisseehitatud muutuja)"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:259 sphinx/domains/python.py:350
|
#: sphinx/domains/python.py:258 sphinx/domains/python.py:349
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s (in module %s)"
|
msgid "%s (in module %s)"
|
||||||
msgstr "%s (moodulis %s)"
|
msgstr "%s (moodulis %s)"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:275
|
#: sphinx/domains/python.py:274
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s (built-in class)"
|
msgid "%s (built-in class)"
|
||||||
msgstr "%s (sisseehitatud klass)"
|
msgstr "%s (sisseehitatud klass)"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:276
|
#: sphinx/domains/python.py:275
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s (class in %s)"
|
msgid "%s (class in %s)"
|
||||||
msgstr "%s (klass moodulis %s)"
|
msgstr "%s (klass moodulis %s)"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:316
|
#: sphinx/domains/python.py:315
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s() (%s.%s method)"
|
msgid "%s() (%s.%s method)"
|
||||||
msgstr "%s() (%s.%s meetod)"
|
msgstr "%s() (%s.%s meetod)"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:328
|
#: sphinx/domains/python.py:327
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s() (%s.%s static method)"
|
msgid "%s() (%s.%s static method)"
|
||||||
msgstr "%s() (%s.%s staatiline meetod)"
|
msgstr "%s() (%s.%s staatiline meetod)"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:331
|
#: sphinx/domains/python.py:330
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s() (%s static method)"
|
msgid "%s() (%s static method)"
|
||||||
msgstr "%s() (%s staatiline meetod)"
|
msgstr "%s() (%s staatiline meetod)"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:341
|
#: sphinx/domains/python.py:340
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s() (%s.%s class method)"
|
msgid "%s() (%s.%s class method)"
|
||||||
msgstr "%s() (klassi %s.%s meetod)"
|
msgstr "%s() (klassi %s.%s meetod)"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:344
|
#: sphinx/domains/python.py:343
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s() (%s class method)"
|
msgid "%s() (%s class method)"
|
||||||
msgstr "%s() (klassi %s meetod)"
|
msgstr "%s() (klassi %s meetod)"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:354
|
#: sphinx/domains/python.py:353
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s (%s.%s attribute)"
|
msgid "%s (%s.%s attribute)"
|
||||||
msgstr "%s (%s.%s atribuut)"
|
msgstr "%s (%s.%s atribuut)"
|
||||||
@ -311,49 +306,49 @@ msgstr "Pythoni moodulite indeks"
|
|||||||
msgid "modules"
|
msgid "modules"
|
||||||
msgstr "moodulid"
|
msgstr "moodulid"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:537
|
#: sphinx/domains/python.py:538
|
||||||
msgid "Deprecated"
|
msgid "Deprecated"
|
||||||
msgstr "Iganenud"
|
msgstr "Iganenud"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:562 sphinx/locale/__init__.py:179
|
#: sphinx/domains/python.py:563 sphinx/locale/__init__.py:179
|
||||||
msgid "exception"
|
msgid "exception"
|
||||||
msgstr "erind"
|
msgstr "erind"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:563
|
#: sphinx/domains/python.py:564
|
||||||
msgid "method"
|
msgid "method"
|
||||||
msgstr "meetod"
|
msgstr "meetod"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:564
|
#: sphinx/domains/python.py:565
|
||||||
msgid "class method"
|
msgid "class method"
|
||||||
msgstr "klassi meetod"
|
msgstr "klassi meetod"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:565
|
#: sphinx/domains/python.py:566
|
||||||
msgid "static method"
|
msgid "static method"
|
||||||
msgstr "staatiline meetod"
|
msgstr "staatiline meetod"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:567 sphinx/locale/__init__.py:175
|
#: sphinx/domains/python.py:568 sphinx/locale/__init__.py:175
|
||||||
msgid "module"
|
msgid "module"
|
||||||
msgstr "moodul"
|
msgstr "moodul"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:695
|
#: sphinx/domains/python.py:696
|
||||||
msgid " (deprecated)"
|
msgid " (deprecated)"
|
||||||
msgstr " (iganenud)"
|
msgstr " (iganenud)"
|
||||||
|
|
||||||
#: sphinx/domains/rst.py:55
|
#: sphinx/domains/rst.py:53
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s (directive)"
|
msgid "%s (directive)"
|
||||||
msgstr "%s (direktiiv)"
|
msgstr "%s (direktiiv)"
|
||||||
|
|
||||||
#: sphinx/domains/rst.py:57
|
#: sphinx/domains/rst.py:55
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s (role)"
|
msgid "%s (role)"
|
||||||
msgstr "%s (roll)"
|
msgstr "%s (roll)"
|
||||||
|
|
||||||
#: sphinx/domains/rst.py:106
|
#: sphinx/domains/rst.py:104
|
||||||
msgid "directive"
|
msgid "directive"
|
||||||
msgstr "direktiiv"
|
msgstr "direktiiv"
|
||||||
|
|
||||||
#: sphinx/domains/rst.py:107
|
#: sphinx/domains/rst.py:105
|
||||||
msgid "role"
|
msgid "role"
|
||||||
msgstr "roll"
|
msgstr "roll"
|
||||||
|
|
||||||
@ -367,70 +362,97 @@ msgstr "keskkonnamuutuja; %s"
|
|||||||
msgid "%scommand line option; %s"
|
msgid "%scommand line option; %s"
|
||||||
msgstr "%s käsurea valik; %s"
|
msgstr "%s käsurea valik; %s"
|
||||||
|
|
||||||
#: sphinx/domains/std.py:393
|
#: sphinx/domains/std.py:414
|
||||||
msgid "glossary term"
|
msgid "glossary term"
|
||||||
msgstr "sõnastiku termin"
|
msgstr "sõnastiku termin"
|
||||||
|
|
||||||
#: sphinx/domains/std.py:394
|
#: sphinx/domains/std.py:415
|
||||||
msgid "grammar token"
|
msgid "grammar token"
|
||||||
msgstr "grammatika märk"
|
msgstr "grammatika märk"
|
||||||
|
|
||||||
#: sphinx/domains/std.py:395
|
#: sphinx/domains/std.py:416
|
||||||
msgid "reference label"
|
msgid "reference label"
|
||||||
msgstr "viite pealkiri"
|
msgstr "viite pealkiri"
|
||||||
|
|
||||||
#: sphinx/domains/std.py:396
|
#: sphinx/domains/std.py:418
|
||||||
msgid "environment variable"
|
msgid "environment variable"
|
||||||
msgstr "keskkonnamuutuja"
|
msgstr "keskkonnamuutuja"
|
||||||
|
|
||||||
#: sphinx/domains/std.py:397
|
#: sphinx/domains/std.py:419
|
||||||
msgid "program option"
|
msgid "program option"
|
||||||
msgstr "programmi valik"
|
msgstr "programmi valik"
|
||||||
|
|
||||||
#: sphinx/domains/std.py:427 sphinx/themes/basic/genindex-single.html:32
|
#: sphinx/domains/std.py:449 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:11
|
||||||
#: sphinx/themes/basic/genindex-split.html:14
|
#: sphinx/themes/basic/genindex-split.html:14
|
||||||
#: sphinx/themes/basic/genindex.html:32 sphinx/themes/basic/genindex.html:35
|
#: 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/themes/basic/genindex.html:68 sphinx/themes/basic/layout.html:134
|
||||||
#: sphinx/writers/latex.py:179 sphinx/writers/texinfo.py:456
|
#: sphinx/writers/latex.py:191 sphinx/writers/texinfo.py:475
|
||||||
msgid "Index"
|
msgid "Index"
|
||||||
msgstr "Indeks"
|
msgstr "Indeks"
|
||||||
|
|
||||||
#: sphinx/domains/std.py:428
|
#: sphinx/domains/std.py:450
|
||||||
msgid "Module Index"
|
msgid "Module Index"
|
||||||
msgstr "Mooduli indeks"
|
msgstr "Mooduli indeks"
|
||||||
|
|
||||||
#: sphinx/domains/std.py:429 sphinx/themes/basic/defindex.html:25
|
#: sphinx/domains/std.py:451 sphinx/themes/basic/defindex.html:25
|
||||||
msgid "Search Page"
|
msgid "Search Page"
|
||||||
msgstr "Otsinguleht"
|
msgstr "Otsinguleht"
|
||||||
|
|
||||||
#: sphinx/ext/autodoc.py:1002
|
#: sphinx/ext/autodoc.py:1042
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid " Bases: %s"
|
msgid " Bases: %s"
|
||||||
msgstr " Pärineb: %s"
|
msgstr " Pärineb: %s"
|
||||||
|
|
||||||
#: sphinx/ext/autodoc.py:1038
|
#: sphinx/ext/autodoc.py:1078
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "alias of :class:`%s`"
|
msgid "alias of :class:`%s`"
|
||||||
msgstr "klassi :class:`%s` sünonüüm"
|
msgstr "klassi :class:`%s` sünonüüm"
|
||||||
|
|
||||||
#: sphinx/ext/todo.py:41
|
#: sphinx/ext/graphviz.py:294 sphinx/ext/graphviz.py:302
|
||||||
|
#, python-format
|
||||||
|
msgid "[graph: %s]"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: sphinx/ext/graphviz.py:296 sphinx/ext/graphviz.py:304
|
||||||
|
msgid "[graph]"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: sphinx/ext/intersphinx.py:234
|
||||||
|
#, fuzzy, python-format
|
||||||
|
msgid "(in %s v%s)"
|
||||||
|
msgstr "(in %s v%s)"
|
||||||
|
|
||||||
|
#: sphinx/ext/linkcode.py:66 sphinx/ext/viewcode.py:70
|
||||||
|
msgid "[source]"
|
||||||
|
msgstr "[lähtekood]"
|
||||||
|
|
||||||
|
#: sphinx/ext/refcounting.py:83
|
||||||
|
msgid "Return value: Always NULL."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: sphinx/ext/refcounting.py:85
|
||||||
|
msgid "Return value: New reference."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: sphinx/ext/refcounting.py:87
|
||||||
|
msgid "Return value: Borrowed reference."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: sphinx/ext/todo.py:42
|
||||||
msgid "Todo"
|
msgid "Todo"
|
||||||
msgstr "Teha"
|
msgstr "Teha"
|
||||||
|
|
||||||
#: sphinx/ext/todo.py:109
|
#: sphinx/ext/todo.py:110
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "(The <<original entry>> is located in %s, line %d.)"
|
msgid "(The <<original entry>> is located in %s, line %d.)"
|
||||||
msgstr "(<<Algne kirje>> asub failis %s real %d.)"
|
msgstr "(<<Algne kirje>> asub failis %s real %d.)"
|
||||||
|
|
||||||
#: sphinx/ext/todo.py:117
|
#: sphinx/ext/todo.py:119
|
||||||
msgid "original entry"
|
msgid "original entry"
|
||||||
msgstr "algne kirje"
|
msgstr "algne kirje"
|
||||||
|
|
||||||
#: sphinx/ext/viewcode.py:70
|
|
||||||
msgid "[source]"
|
|
||||||
msgstr "[lähtekood]"
|
|
||||||
|
|
||||||
#: sphinx/ext/viewcode.py:117
|
#: sphinx/ext/viewcode.py:117
|
||||||
msgid "[docs]"
|
msgid "[docs]"
|
||||||
msgstr "[dokumentatsioon]"
|
msgstr "[dokumentatsioon]"
|
||||||
@ -481,7 +503,7 @@ msgid "Note"
|
|||||||
msgstr "Märkus"
|
msgstr "Märkus"
|
||||||
|
|
||||||
#: sphinx/locale/__init__.py:162
|
#: sphinx/locale/__init__.py:162
|
||||||
msgid "See Also"
|
msgid "See also"
|
||||||
msgstr "Vaata ka"
|
msgstr "Vaata ka"
|
||||||
|
|
||||||
#: sphinx/locale/__init__.py:163
|
#: sphinx/locale/__init__.py:163
|
||||||
@ -527,25 +549,26 @@ msgstr "lause"
|
|||||||
msgid "built-in function"
|
msgid "built-in function"
|
||||||
msgstr "sisseehitatud funktsioon"
|
msgstr "sisseehitatud funktsioon"
|
||||||
|
|
||||||
#: sphinx/themes/agogo/layout.html:45 sphinx/themes/basic/globaltoc.html:10
|
#: sphinx/themes/agogo/layout.html:46 sphinx/themes/basic/globaltoc.html:10
|
||||||
#: sphinx/themes/basic/localtoc.html:11
|
#: sphinx/themes/basic/localtoc.html:11 sphinx/themes/scrolls/layout.html:35
|
||||||
msgid "Table Of Contents"
|
msgid "Table Of Contents"
|
||||||
msgstr "Sisukord"
|
msgstr "Sisukord"
|
||||||
|
|
||||||
#: sphinx/themes/agogo/layout.html:49 sphinx/themes/basic/layout.html:137
|
#: sphinx/themes/agogo/layout.html:50 sphinx/themes/basic/layout.html:137
|
||||||
#: sphinx/themes/basic/search.html:11 sphinx/themes/basic/search.html:20
|
#: sphinx/themes/basic/search.html:11 sphinx/themes/basic/search.html:23
|
||||||
|
#: sphinx/themes/basic/searchresults.html:10
|
||||||
msgid "Search"
|
msgid "Search"
|
||||||
msgstr "Otsing"
|
msgstr "Otsing"
|
||||||
|
|
||||||
#: sphinx/themes/agogo/layout.html:52 sphinx/themes/basic/searchbox.html:15
|
#: sphinx/themes/agogo/layout.html:53 sphinx/themes/basic/searchbox.html:15
|
||||||
msgid "Go"
|
msgid "Go"
|
||||||
msgstr "Otsi"
|
msgstr "Otsi"
|
||||||
|
|
||||||
#: sphinx/themes/agogo/layout.html:57 sphinx/themes/basic/searchbox.html:20
|
#: sphinx/themes/agogo/layout.html:58 sphinx/themes/basic/searchbox.html:20
|
||||||
msgid "Enter search terms or a module, class or function name."
|
msgid "Enter search terms or a module, class or function name."
|
||||||
msgstr "Sisesta otsingusõna või mooduli/klassi/funktsiooni nimi."
|
msgstr "Sisesta otsingusõna või mooduli/klassi/funktsiooni nimi."
|
||||||
|
|
||||||
#: sphinx/themes/agogo/layout.html:78 sphinx/themes/basic/sourcelink.html:14
|
#: sphinx/themes/agogo/layout.html:79 sphinx/themes/basic/sourcelink.html:14
|
||||||
msgid "Show Source"
|
msgid "Show Source"
|
||||||
msgstr "Näita lähtekoodi"
|
msgstr "Näita lähtekoodi"
|
||||||
|
|
||||||
@ -553,6 +576,19 @@ msgstr "Näita lähtekoodi"
|
|||||||
msgid "Overview"
|
msgid "Overview"
|
||||||
msgstr "Ülevaade"
|
msgstr "Ülevaade"
|
||||||
|
|
||||||
|
#: sphinx/themes/basic/defindex.html:15
|
||||||
|
msgid "Welcome! This is"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: sphinx/themes/basic/defindex.html:16
|
||||||
|
#, fuzzy
|
||||||
|
msgid "the documentation for"
|
||||||
|
msgstr "dokumentatsioon"
|
||||||
|
|
||||||
|
#: sphinx/themes/basic/defindex.html:17
|
||||||
|
msgid "last updated"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: sphinx/themes/basic/defindex.html:20
|
#: sphinx/themes/basic/defindex.html:20
|
||||||
msgid "Indices and tables:"
|
msgid "Indices and tables:"
|
||||||
msgstr "Indeksid ja tabelid"
|
msgstr "Indeksid ja tabelid"
|
||||||
@ -663,13 +699,13 @@ msgstr "Järgmine teema"
|
|||||||
msgid "next chapter"
|
msgid "next chapter"
|
||||||
msgstr "järgmine peatükk"
|
msgstr "järgmine peatükk"
|
||||||
|
|
||||||
#: sphinx/themes/basic/search.html:24
|
#: sphinx/themes/basic/search.html:27
|
||||||
msgid ""
|
msgid ""
|
||||||
"Please activate JavaScript to enable the search\n"
|
"Please activate JavaScript to enable the search\n"
|
||||||
" functionality."
|
" functionality."
|
||||||
msgstr "Otsingu võimaldamiseks tuleb aktiveerida JavaScript."
|
msgstr "Otsingu võimaldamiseks tuleb aktiveerida JavaScript."
|
||||||
|
|
||||||
#: sphinx/themes/basic/search.html:29
|
#: sphinx/themes/basic/search.html:32
|
||||||
msgid ""
|
msgid ""
|
||||||
"From here you can search these documents. Enter your search\n"
|
"From here you can search these documents. Enter your search\n"
|
||||||
" words into the box below and click \"search\". Note that the search\n"
|
" words into the box below and click \"search\". Note that the search\n"
|
||||||
@ -680,17 +716,21 @@ msgstr ""
|
|||||||
"allolevasse lahtrisse ning klõpsa \"Otsi\". Tulemuseks antakse "
|
"allolevasse lahtrisse ning klõpsa \"Otsi\". Tulemuseks antakse "
|
||||||
"leheküljed, mis sisaldavad kõiki otsisõnasid."
|
"leheküljed, mis sisaldavad kõiki otsisõnasid."
|
||||||
|
|
||||||
#: sphinx/themes/basic/search.html:36
|
#: sphinx/themes/basic/search.html:39 sphinx/themes/basic/searchresults.html:17
|
||||||
msgid "search"
|
msgid "search"
|
||||||
msgstr "otsi"
|
msgstr "otsi"
|
||||||
|
|
||||||
#: sphinx/themes/basic/search.html:40
|
#: sphinx/themes/basic/search.html:43 sphinx/themes/basic/searchresults.html:21
|
||||||
|
#: sphinx/themes/basic/static/searchtools.js_t:281
|
||||||
msgid "Search Results"
|
msgid "Search Results"
|
||||||
msgstr "Otsingutulemused"
|
msgstr "Otsingutulemused"
|
||||||
|
|
||||||
#: sphinx/themes/basic/search.html:42
|
#: sphinx/themes/basic/search.html:45 sphinx/themes/basic/searchresults.html:23
|
||||||
msgid "Your search did not match any results."
|
#: sphinx/themes/basic/static/searchtools.js_t:283
|
||||||
msgstr "Otsing ei andnud tulemusi."
|
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 ""
|
||||||
|
|
||||||
#: sphinx/themes/basic/searchbox.html:12
|
#: sphinx/themes/basic/searchbox.html:12
|
||||||
msgid "Quick search"
|
msgid "Quick search"
|
||||||
@ -728,25 +768,43 @@ msgstr "C API muutused"
|
|||||||
msgid "Other changes"
|
msgid "Other changes"
|
||||||
msgstr "Ülejäänud muutused"
|
msgstr "Ülejäänud muutused"
|
||||||
|
|
||||||
#: sphinx/themes/basic/static/doctools.js:154 sphinx/writers/html.py:504
|
#: sphinx/themes/basic/static/doctools.js:142 sphinx/writers/html.py:510
|
||||||
#: sphinx/writers/html.py:510
|
#: sphinx/writers/html.py:516
|
||||||
msgid "Permalink to this headline"
|
msgid "Permalink to this headline"
|
||||||
msgstr "Püsiviit sellele pealkirjale"
|
msgstr "Püsiviit sellele pealkirjale"
|
||||||
|
|
||||||
#: sphinx/themes/basic/static/doctools.js:160 sphinx/writers/html.py:92
|
#: sphinx/themes/basic/static/doctools.js:148 sphinx/writers/html.py:97
|
||||||
msgid "Permalink to this definition"
|
msgid "Permalink to this definition"
|
||||||
msgstr "Püsiviit sellele definitsioonile"
|
msgstr "Püsiviit sellele definitsioonile"
|
||||||
|
|
||||||
#: sphinx/themes/basic/static/doctools.js:189
|
#: sphinx/themes/basic/static/doctools.js:177
|
||||||
msgid "Hide Search Matches"
|
msgid "Hide Search Matches"
|
||||||
msgstr "Varja otsingutulemused"
|
msgstr "Varja otsingutulemused"
|
||||||
|
|
||||||
#: sphinx/themes/default/static/sidebar.js:69
|
#: sphinx/themes/basic/static/searchtools.js_t:119
|
||||||
|
#, fuzzy
|
||||||
|
msgid "Searching"
|
||||||
|
msgstr "otsi"
|
||||||
|
|
||||||
|
#: sphinx/themes/basic/static/searchtools.js_t:124
|
||||||
|
msgid "Preparing search..."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: sphinx/themes/basic/static/searchtools.js_t:285
|
||||||
|
#, python-format
|
||||||
|
msgid "Search finished, found %s page(s) matching the search query."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: sphinx/themes/basic/static/searchtools.js_t:337
|
||||||
|
msgid ", in "
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: sphinx/themes/default/static/sidebar.js_t:83
|
||||||
msgid "Expand sidebar"
|
msgid "Expand sidebar"
|
||||||
msgstr "Näita külgriba"
|
msgstr "Näita külgriba"
|
||||||
|
|
||||||
#: sphinx/themes/default/static/sidebar.js:82
|
#: sphinx/themes/default/static/sidebar.js_t:96
|
||||||
#: sphinx/themes/default/static/sidebar.js:110
|
#: sphinx/themes/default/static/sidebar.js_t:124
|
||||||
msgid "Collapse sidebar"
|
msgid "Collapse sidebar"
|
||||||
msgstr "Varja külgriba"
|
msgstr "Varja külgriba"
|
||||||
|
|
||||||
@ -754,24 +812,29 @@ msgstr "Varja külgriba"
|
|||||||
msgid "Contents"
|
msgid "Contents"
|
||||||
msgstr "Sisukord"
|
msgstr "Sisukord"
|
||||||
|
|
||||||
#: sphinx/writers/latex.py:177
|
#: sphinx/writers/latex.py:189
|
||||||
msgid "Release"
|
msgid "Release"
|
||||||
msgstr "Väljalase"
|
msgstr "Väljalase"
|
||||||
|
|
||||||
#: sphinx/writers/latex.py:594 sphinx/writers/manpage.py:182
|
#: sphinx/writers/latex.py:620 sphinx/writers/manpage.py:181
|
||||||
#: sphinx/writers/texinfo.py:589
|
#: sphinx/writers/texinfo.py:612
|
||||||
msgid "Footnotes"
|
msgid "Footnotes"
|
||||||
msgstr "Joonealused märkused"
|
msgstr "Joonealused märkused"
|
||||||
|
|
||||||
#: sphinx/writers/latex.py:676
|
#: sphinx/writers/latex.py:704
|
||||||
msgid "continued from previous page"
|
msgid "continued from previous page"
|
||||||
msgstr "jätk eelmisele leheküljele"
|
msgstr "jätk eelmisele leheküljele"
|
||||||
|
|
||||||
#: sphinx/writers/latex.py:681
|
#: sphinx/writers/latex.py:710
|
||||||
msgid "Continued on next page"
|
msgid "Continued on next page"
|
||||||
msgstr "Jätkub järgmisel lehel"
|
msgstr "Jätkub järgmisel lehel"
|
||||||
|
|
||||||
#: sphinx/writers/text.py:437
|
#: sphinx/writers/manpage.py:226 sphinx/writers/text.py:541
|
||||||
|
#, fuzzy, python-format
|
||||||
|
msgid "[image: %s]"
|
||||||
|
msgstr "[pilt: %s]"
|
||||||
|
|
||||||
|
#: sphinx/writers/manpage.py:227 sphinx/writers/text.py:542
|
||||||
msgid "[image]"
|
msgid "[image]"
|
||||||
msgstr "[pilt]"
|
msgstr "[pilt]"
|
||||||
|
|
||||||
|
@ -1 +1 @@
|
|||||||
Documentation.addTranslations({"locale": "eu", "plural_expr": "(n != 1)", "messages": {"Hide Search Matches": "Bilaketa bat-etortzeak ezkutatu", "Permalink to this definition": "Definizio honetarako esteka iraunkorra", "Expand sidebar": "Alboko barra luzatu", "Permalink to this headline": "Goiburu honetarako esteka iraunkorra", "Collapse sidebar": "Alboko barra tolestu"}});
|
Documentation.addTranslations({"locale": "eu", "plural_expr": "(n != 1)", "messages": {"Hide Search Matches": "Bilaketa bat-etortzeak ezkutatu", "Permalink to this definition": "Definizio honetarako esteka iraunkorra", "Permalink to this headline": "Goiburu honetarako esteka iraunkorra"}});
|
Binary file not shown.
@ -1,4 +1,4 @@
|
|||||||
# Translations template for Sphinx.
|
# Basque translations for Sphinx.
|
||||||
# Copyright (C) 2011 ORGANIZATION
|
# Copyright (C) 2011 ORGANIZATION
|
||||||
# This file is distributed under the same license as the Sphinx project.
|
# This file is distributed under the same license as the Sphinx project.
|
||||||
# Ales Zabala Alava <shagi@gisa-elkartea.org>, 2011.
|
# Ales Zabala Alava <shagi@gisa-elkartea.org>, 2011.
|
||||||
@ -7,42 +7,46 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: Sphinx 1.1pre/9523af9ba9aa+\n"
|
"Project-Id-Version: Sphinx 1.1pre/9523af9ba9aa+\n"
|
||||||
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
||||||
"POT-Creation-Date: 2011-09-21 10:06+0200\n"
|
"POT-Creation-Date: 2013-04-02 10:33+0200\n"
|
||||||
"PO-Revision-Date: 2013-02-07 11:51+0100\n"
|
"PO-Revision-Date: 2013-02-07 11:51+0100\n"
|
||||||
"Last-Translator: Ales Zabala Alava (Shagi) <shagi@gisa-elkartea.org>\n"
|
"Last-Translator: Ales Zabala Alava (Shagi) <shagi@gisa-elkartea.org>\n"
|
||||||
"Language-Team: Basque\n"
|
"Language-Team: Basque\n"
|
||||||
|
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
|
||||||
"MIME-Version: 1.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"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
"Generated-By: Babel 0.9.6\n"
|
"Generated-By: Babel 0.9.6\n"
|
||||||
"Language: eu\n"
|
|
||||||
|
|
||||||
#: sphinx/config.py:81
|
#: sphinx/config.py:81
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s %s documentation"
|
msgid "%s %s documentation"
|
||||||
msgstr "%s %s dokumentazioa"
|
msgstr "%s %s dokumentazioa"
|
||||||
|
|
||||||
#: sphinx/environment.py:119 sphinx/writers/latex.py:190
|
#: sphinx/environment.py:1510
|
||||||
#: sphinx/writers/manpage.py:67 sphinx/writers/texinfo.py:203
|
|
||||||
#, python-format
|
|
||||||
msgid "%B %d, %Y"
|
|
||||||
msgstr "%Y %B %d"
|
|
||||||
|
|
||||||
#: sphinx/environment.py:1625
|
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "see %s"
|
msgid "see %s"
|
||||||
msgstr "%s ikusi"
|
msgstr "%s ikusi"
|
||||||
|
|
||||||
#: sphinx/environment.py:1628
|
#: sphinx/environment.py:1513
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "see also %s"
|
msgid "see also %s"
|
||||||
msgstr "ikusi %s baita ere"
|
msgstr "ikusi %s baita ere"
|
||||||
|
|
||||||
|
#: sphinx/environment.py:1570
|
||||||
|
msgid "Symbols"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: sphinx/roles.py:175
|
#: sphinx/roles.py:175
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Python Enhancement Proposals; PEP %s"
|
msgid "Python Enhancement Proposals; PEP %s"
|
||||||
msgstr "Python Hobekuntza Proposamena; PEP %s"
|
msgstr "Python Hobekuntza Proposamena; PEP %s"
|
||||||
|
|
||||||
|
#: sphinx/transforms.py:52 sphinx/writers/latex.py:202
|
||||||
|
#: sphinx/writers/manpage.py:67 sphinx/writers/texinfo.py:217
|
||||||
|
#, python-format
|
||||||
|
msgid "%B %d, %Y"
|
||||||
|
msgstr "%Y %B %d"
|
||||||
|
|
||||||
#: sphinx/builders/changes.py:73
|
#: sphinx/builders/changes.py:73
|
||||||
msgid "Builtins"
|
msgid "Builtins"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -51,24 +55,24 @@ msgstr ""
|
|||||||
msgid "Module level"
|
msgid "Module level"
|
||||||
msgstr "Modulu maila"
|
msgstr "Modulu maila"
|
||||||
|
|
||||||
#: sphinx/builders/html.py:274
|
#: sphinx/builders/html.py:290
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%b %d, %Y"
|
msgid "%b %d, %Y"
|
||||||
msgstr "%Y %b %d"
|
msgstr "%Y %b %d"
|
||||||
|
|
||||||
#: sphinx/builders/html.py:293 sphinx/themes/basic/defindex.html:30
|
#: sphinx/builders/html.py:309 sphinx/themes/basic/defindex.html:30
|
||||||
msgid "General Index"
|
msgid "General Index"
|
||||||
msgstr "Indize orokorra"
|
msgstr "Indize orokorra"
|
||||||
|
|
||||||
#: sphinx/builders/html.py:293
|
#: sphinx/builders/html.py:309
|
||||||
msgid "index"
|
msgid "index"
|
||||||
msgstr "indizea"
|
msgstr "indizea"
|
||||||
|
|
||||||
#: sphinx/builders/html.py:353
|
#: sphinx/builders/html.py:369
|
||||||
msgid "next"
|
msgid "next"
|
||||||
msgstr "hurrengoa"
|
msgstr "hurrengoa"
|
||||||
|
|
||||||
#: sphinx/builders/html.py:362
|
#: sphinx/builders/html.py:378
|
||||||
msgid "previous"
|
msgid "previous"
|
||||||
msgstr "aurrekoa"
|
msgstr "aurrekoa"
|
||||||
|
|
||||||
@ -76,41 +80,38 @@ msgstr "aurrekoa"
|
|||||||
msgid " (in "
|
msgid " (in "
|
||||||
msgstr " (hemen: "
|
msgstr " (hemen: "
|
||||||
|
|
||||||
#: sphinx/directives/other.py:136
|
#: sphinx/directives/other.py:138
|
||||||
msgid "Section author: "
|
msgid "Section author: "
|
||||||
msgstr "Atalaren egilea: "
|
msgstr "Atalaren egilea: "
|
||||||
|
|
||||||
#: sphinx/directives/other.py:138
|
#: sphinx/directives/other.py:140
|
||||||
msgid "Module author: "
|
msgid "Module author: "
|
||||||
msgstr "Moduluaren egilea: "
|
msgstr "Moduluaren egilea: "
|
||||||
|
|
||||||
#: sphinx/directives/other.py:140
|
#: sphinx/directives/other.py:142
|
||||||
msgid "Code author: "
|
msgid "Code author: "
|
||||||
msgstr "Kodearen egilea: "
|
msgstr "Kodearen egilea: "
|
||||||
|
|
||||||
#: sphinx/directives/other.py:142
|
#: sphinx/directives/other.py:144
|
||||||
msgid "Author: "
|
msgid "Author: "
|
||||||
msgstr "Egilea:"
|
msgstr "Egilea:"
|
||||||
|
|
||||||
#: sphinx/directives/other.py:215
|
|
||||||
msgid "See also"
|
|
||||||
msgstr "Ikusi baita ere"
|
|
||||||
|
|
||||||
#: sphinx/domains/__init__.py:244
|
#: sphinx/domains/__init__.py:244
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s %s"
|
msgid "%s %s"
|
||||||
msgstr "%s %s"
|
msgstr "%s %s"
|
||||||
|
|
||||||
#: sphinx/domains/c.py:51 sphinx/domains/python.py:95
|
#: sphinx/domains/c.py:51 sphinx/domains/cpp.py:939 sphinx/domains/python.py:95
|
||||||
msgid "Parameters"
|
msgid "Parameters"
|
||||||
msgstr "Parametroak"
|
msgstr "Parametroak"
|
||||||
|
|
||||||
#: sphinx/domains/c.py:54 sphinx/domains/javascript.py:128
|
#: sphinx/domains/c.py:54 sphinx/domains/cpp.py:945
|
||||||
#: sphinx/domains/python.py:107
|
#: sphinx/domains/javascript.py:128 sphinx/domains/python.py:107
|
||||||
msgid "Returns"
|
msgid "Returns"
|
||||||
msgstr "Itzultzen du"
|
msgstr "Itzultzen du"
|
||||||
|
|
||||||
#: sphinx/domains/c.py:56 sphinx/domains/python.py:109
|
#: sphinx/domains/c.py:56 sphinx/domains/javascript.py:130
|
||||||
|
#: sphinx/domains/python.py:109
|
||||||
msgid "Return type"
|
msgid "Return type"
|
||||||
msgstr "Itzulketa mota"
|
msgstr "Itzulketa mota"
|
||||||
|
|
||||||
@ -139,58 +140,62 @@ msgstr "%s (C mota)"
|
|||||||
msgid "%s (C variable)"
|
msgid "%s (C variable)"
|
||||||
msgstr "%s (C aldagaia)"
|
msgstr "%s (C aldagaia)"
|
||||||
|
|
||||||
#: sphinx/domains/c.py:204 sphinx/domains/cpp.py:1060
|
#: sphinx/domains/c.py:203 sphinx/domains/cpp.py:1207
|
||||||
#: sphinx/domains/javascript.py:162 sphinx/domains/python.py:559
|
#: sphinx/domains/javascript.py:164 sphinx/domains/python.py:560
|
||||||
msgid "function"
|
msgid "function"
|
||||||
msgstr "funtzioa"
|
msgstr "funtzioa"
|
||||||
|
|
||||||
#: sphinx/domains/c.py:205 sphinx/domains/cpp.py:1061
|
#: sphinx/domains/c.py:204 sphinx/domains/cpp.py:1208
|
||||||
msgid "member"
|
msgid "member"
|
||||||
msgstr "partaidea"
|
msgstr "partaidea"
|
||||||
|
|
||||||
#: sphinx/domains/c.py:206
|
#: sphinx/domains/c.py:205
|
||||||
msgid "macro"
|
msgid "macro"
|
||||||
msgstr "makroa"
|
msgstr "makroa"
|
||||||
|
|
||||||
#: sphinx/domains/c.py:207 sphinx/domains/cpp.py:1062
|
#: sphinx/domains/c.py:206 sphinx/domains/cpp.py:1209
|
||||||
msgid "type"
|
msgid "type"
|
||||||
msgstr "mota"
|
msgstr "mota"
|
||||||
|
|
||||||
#: sphinx/domains/c.py:208
|
#: sphinx/domains/c.py:207
|
||||||
msgid "variable"
|
msgid "variable"
|
||||||
msgstr "aldagaia"
|
msgstr "aldagaia"
|
||||||
|
|
||||||
#: sphinx/domains/cpp.py:904
|
#: sphinx/domains/cpp.py:942 sphinx/domains/javascript.py:125
|
||||||
|
msgid "Throws"
|
||||||
|
msgstr "Jaurtitzen du"
|
||||||
|
|
||||||
|
#: sphinx/domains/cpp.py:1038
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s (C++ class)"
|
msgid "%s (C++ class)"
|
||||||
msgstr "%s (C++ klasea)"
|
msgstr "%s (C++ klasea)"
|
||||||
|
|
||||||
#: sphinx/domains/cpp.py:919
|
#: sphinx/domains/cpp.py:1061
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s (C++ type)"
|
msgid "%s (C++ type)"
|
||||||
msgstr "%s (C++ mota)"
|
msgstr "%s (C++ mota)"
|
||||||
|
|
||||||
#: sphinx/domains/cpp.py:938
|
#: sphinx/domains/cpp.py:1081
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s (C++ member)"
|
msgid "%s (C++ member)"
|
||||||
msgstr "%s (C++ partaidea)"
|
msgstr "%s (C++ partaidea)"
|
||||||
|
|
||||||
#: sphinx/domains/cpp.py:990
|
#: sphinx/domains/cpp.py:1137
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s (C++ function)"
|
msgid "%s (C++ function)"
|
||||||
msgstr "%s (C++ funtzioa)"
|
msgstr "%s (C++ funtzioa)"
|
||||||
|
|
||||||
#: sphinx/domains/cpp.py:1059 sphinx/domains/javascript.py:163
|
#: sphinx/domains/cpp.py:1206 sphinx/domains/javascript.py:165
|
||||||
#: sphinx/domains/python.py:561
|
#: sphinx/domains/python.py:562
|
||||||
msgid "class"
|
msgid "class"
|
||||||
msgstr "klasea"
|
msgstr "klasea"
|
||||||
|
|
||||||
#: sphinx/domains/javascript.py:106 sphinx/domains/python.py:254
|
#: sphinx/domains/javascript.py:106 sphinx/domains/python.py:253
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s() (built-in function)"
|
msgid "%s() (built-in function)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: sphinx/domains/javascript.py:107 sphinx/domains/python.py:318
|
#: sphinx/domains/javascript.py:107 sphinx/domains/python.py:317
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s() (%s method)"
|
msgid "%s() (%s method)"
|
||||||
msgstr "%s() (%s metodoa)"
|
msgstr "%s() (%s metodoa)"
|
||||||
@ -205,7 +210,7 @@ msgstr "%s() (klasea)"
|
|||||||
msgid "%s (global variable or constant)"
|
msgid "%s (global variable or constant)"
|
||||||
msgstr "%s (aldagai globala edo konstantea)"
|
msgstr "%s (aldagai globala edo konstantea)"
|
||||||
|
|
||||||
#: sphinx/domains/javascript.py:113 sphinx/domains/python.py:356
|
#: sphinx/domains/javascript.py:113 sphinx/domains/python.py:355
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s (%s attribute)"
|
msgid "%s (%s attribute)"
|
||||||
msgstr "%s (%s atributua)"
|
msgstr "%s (%s atributua)"
|
||||||
@ -214,15 +219,11 @@ msgstr "%s (%s atributua)"
|
|||||||
msgid "Arguments"
|
msgid "Arguments"
|
||||||
msgstr "Argumentuak"
|
msgstr "Argumentuak"
|
||||||
|
|
||||||
#: sphinx/domains/javascript.py:125
|
#: sphinx/domains/javascript.py:166 sphinx/domains/python.py:561
|
||||||
msgid "Throws"
|
|
||||||
msgstr "Jaurtitzen du"
|
|
||||||
|
|
||||||
#: sphinx/domains/javascript.py:164 sphinx/domains/python.py:560
|
|
||||||
msgid "data"
|
msgid "data"
|
||||||
msgstr "datuak"
|
msgstr "datuak"
|
||||||
|
|
||||||
#: sphinx/domains/javascript.py:165 sphinx/domains/python.py:566
|
#: sphinx/domains/javascript.py:167 sphinx/domains/python.py:567
|
||||||
msgid "attribute"
|
msgid "attribute"
|
||||||
msgstr "atributua"
|
msgstr "atributua"
|
||||||
|
|
||||||
@ -234,58 +235,58 @@ msgstr "Aldagaiak"
|
|||||||
msgid "Raises"
|
msgid "Raises"
|
||||||
msgstr "Goratzen du"
|
msgstr "Goratzen du"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:255 sphinx/domains/python.py:312
|
#: sphinx/domains/python.py:254 sphinx/domains/python.py:311
|
||||||
#: sphinx/domains/python.py:324 sphinx/domains/python.py:337
|
#: sphinx/domains/python.py:323 sphinx/domains/python.py:336
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s() (in module %s)"
|
msgid "%s() (in module %s)"
|
||||||
msgstr "%s() (%s moduluan)"
|
msgstr "%s() (%s moduluan)"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:258
|
#: sphinx/domains/python.py:257
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s (built-in variable)"
|
msgid "%s (built-in variable)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: sphinx/domains/python.py:259 sphinx/domains/python.py:350
|
#: sphinx/domains/python.py:258 sphinx/domains/python.py:349
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s (in module %s)"
|
msgid "%s (in module %s)"
|
||||||
msgstr "%s (%s moduluan)"
|
msgstr "%s (%s moduluan)"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:275
|
#: sphinx/domains/python.py:274
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s (built-in class)"
|
msgid "%s (built-in class)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: sphinx/domains/python.py:276
|
#: sphinx/domains/python.py:275
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s (class in %s)"
|
msgid "%s (class in %s)"
|
||||||
msgstr "%s (klasea %s-(e)n)"
|
msgstr "%s (klasea %s-(e)n)"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:316
|
#: sphinx/domains/python.py:315
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s() (%s.%s method)"
|
msgid "%s() (%s.%s method)"
|
||||||
msgstr "%s() (%s.%s metodoa)"
|
msgstr "%s() (%s.%s metodoa)"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:328
|
#: sphinx/domains/python.py:327
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s() (%s.%s static method)"
|
msgid "%s() (%s.%s static method)"
|
||||||
msgstr "%s() (%s.%s metodo estatikoa)"
|
msgstr "%s() (%s.%s metodo estatikoa)"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:331
|
#: sphinx/domains/python.py:330
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s() (%s static method)"
|
msgid "%s() (%s static method)"
|
||||||
msgstr "%s() (%s metodo estatikoa)"
|
msgstr "%s() (%s metodo estatikoa)"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:341
|
#: sphinx/domains/python.py:340
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s() (%s.%s class method)"
|
msgid "%s() (%s.%s class method)"
|
||||||
msgstr "%s() (%s.%s klaseko metodoa)"
|
msgstr "%s() (%s.%s klaseko metodoa)"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:344
|
#: sphinx/domains/python.py:343
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s() (%s class method)"
|
msgid "%s() (%s class method)"
|
||||||
msgstr "%s() (%s klaseko metodoa)"
|
msgstr "%s() (%s klaseko metodoa)"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:354
|
#: sphinx/domains/python.py:353
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s (%s.%s attribute)"
|
msgid "%s (%s.%s attribute)"
|
||||||
msgstr "%s (%s.%s atributua)"
|
msgstr "%s (%s.%s atributua)"
|
||||||
@ -303,49 +304,49 @@ msgstr "Python moduluen indizea"
|
|||||||
msgid "modules"
|
msgid "modules"
|
||||||
msgstr "moduluak"
|
msgstr "moduluak"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:537
|
#: sphinx/domains/python.py:538
|
||||||
msgid "Deprecated"
|
msgid "Deprecated"
|
||||||
msgstr "Zaharkitua"
|
msgstr "Zaharkitua"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:562 sphinx/locale/__init__.py:179
|
#: sphinx/domains/python.py:563 sphinx/locale/__init__.py:179
|
||||||
msgid "exception"
|
msgid "exception"
|
||||||
msgstr "salbuespena"
|
msgstr "salbuespena"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:563
|
#: sphinx/domains/python.py:564
|
||||||
msgid "method"
|
msgid "method"
|
||||||
msgstr "metodoa"
|
msgstr "metodoa"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:564
|
#: sphinx/domains/python.py:565
|
||||||
msgid "class method"
|
msgid "class method"
|
||||||
msgstr "klaseko metodoa"
|
msgstr "klaseko metodoa"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:565
|
#: sphinx/domains/python.py:566
|
||||||
msgid "static method"
|
msgid "static method"
|
||||||
msgstr "metodo estatikoa"
|
msgstr "metodo estatikoa"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:567 sphinx/locale/__init__.py:175
|
#: sphinx/domains/python.py:568 sphinx/locale/__init__.py:175
|
||||||
msgid "module"
|
msgid "module"
|
||||||
msgstr "modulua"
|
msgstr "modulua"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:695
|
#: sphinx/domains/python.py:696
|
||||||
msgid " (deprecated)"
|
msgid " (deprecated)"
|
||||||
msgstr " (zaharkitua)"
|
msgstr " (zaharkitua)"
|
||||||
|
|
||||||
#: sphinx/domains/rst.py:55
|
#: sphinx/domains/rst.py:53
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s (directive)"
|
msgid "%s (directive)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: sphinx/domains/rst.py:57
|
#: sphinx/domains/rst.py:55
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s (role)"
|
msgid "%s (role)"
|
||||||
msgstr "%s (rola)"
|
msgstr "%s (rola)"
|
||||||
|
|
||||||
#: sphinx/domains/rst.py:106
|
#: sphinx/domains/rst.py:104
|
||||||
msgid "directive"
|
msgid "directive"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: sphinx/domains/rst.py:107
|
#: sphinx/domains/rst.py:105
|
||||||
msgid "role"
|
msgid "role"
|
||||||
msgstr "rola"
|
msgstr "rola"
|
||||||
|
|
||||||
@ -359,70 +360,97 @@ msgstr "inguruneko aldagaia; %s"
|
|||||||
msgid "%scommand line option; %s"
|
msgid "%scommand line option; %s"
|
||||||
msgstr "%skomando lerroko aukera; %s"
|
msgstr "%skomando lerroko aukera; %s"
|
||||||
|
|
||||||
#: sphinx/domains/std.py:393
|
#: sphinx/domains/std.py:414
|
||||||
msgid "glossary term"
|
msgid "glossary term"
|
||||||
msgstr "glosarioko terminoa"
|
msgstr "glosarioko terminoa"
|
||||||
|
|
||||||
#: sphinx/domains/std.py:394
|
#: sphinx/domains/std.py:415
|
||||||
msgid "grammar token"
|
msgid "grammar token"
|
||||||
msgstr "gramatikako token-a"
|
msgstr "gramatikako token-a"
|
||||||
|
|
||||||
#: sphinx/domains/std.py:395
|
#: sphinx/domains/std.py:416
|
||||||
msgid "reference label"
|
msgid "reference label"
|
||||||
msgstr "erreferentzia etiketa"
|
msgstr "erreferentzia etiketa"
|
||||||
|
|
||||||
#: sphinx/domains/std.py:396
|
#: sphinx/domains/std.py:418
|
||||||
msgid "environment variable"
|
msgid "environment variable"
|
||||||
msgstr "inguruneko aldagaia"
|
msgstr "inguruneko aldagaia"
|
||||||
|
|
||||||
#: sphinx/domains/std.py:397
|
#: sphinx/domains/std.py:419
|
||||||
msgid "program option"
|
msgid "program option"
|
||||||
msgstr "programako aukera"
|
msgstr "programako aukera"
|
||||||
|
|
||||||
#: sphinx/domains/std.py:427 sphinx/themes/basic/genindex-single.html:32
|
#: sphinx/domains/std.py:449 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:11
|
||||||
#: sphinx/themes/basic/genindex-split.html:14
|
#: sphinx/themes/basic/genindex-split.html:14
|
||||||
#: sphinx/themes/basic/genindex.html:32 sphinx/themes/basic/genindex.html:35
|
#: 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/themes/basic/genindex.html:68 sphinx/themes/basic/layout.html:134
|
||||||
#: sphinx/writers/latex.py:179 sphinx/writers/texinfo.py:456
|
#: sphinx/writers/latex.py:191 sphinx/writers/texinfo.py:475
|
||||||
msgid "Index"
|
msgid "Index"
|
||||||
msgstr "Indizea"
|
msgstr "Indizea"
|
||||||
|
|
||||||
#: sphinx/domains/std.py:428
|
#: sphinx/domains/std.py:450
|
||||||
msgid "Module Index"
|
msgid "Module Index"
|
||||||
msgstr "Moduluen indizea"
|
msgstr "Moduluen indizea"
|
||||||
|
|
||||||
#: sphinx/domains/std.py:429 sphinx/themes/basic/defindex.html:25
|
#: sphinx/domains/std.py:451 sphinx/themes/basic/defindex.html:25
|
||||||
msgid "Search Page"
|
msgid "Search Page"
|
||||||
msgstr "Bilaketa orria"
|
msgstr "Bilaketa orria"
|
||||||
|
|
||||||
#: sphinx/ext/autodoc.py:1002
|
#: sphinx/ext/autodoc.py:1042
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid " Bases: %s"
|
msgid " Bases: %s"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: sphinx/ext/autodoc.py:1038
|
#: sphinx/ext/autodoc.py:1078
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "alias of :class:`%s`"
|
msgid "alias of :class:`%s`"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: sphinx/ext/todo.py:41
|
#: sphinx/ext/graphviz.py:294 sphinx/ext/graphviz.py:302
|
||||||
|
#, python-format
|
||||||
|
msgid "[graph: %s]"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: sphinx/ext/graphviz.py:296 sphinx/ext/graphviz.py:304
|
||||||
|
msgid "[graph]"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: sphinx/ext/intersphinx.py:234
|
||||||
|
#, python-format
|
||||||
|
msgid "(in %s v%s)"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: sphinx/ext/linkcode.py:66 sphinx/ext/viewcode.py:70
|
||||||
|
msgid "[source]"
|
||||||
|
msgstr "[iturburua]"
|
||||||
|
|
||||||
|
#: sphinx/ext/refcounting.py:83
|
||||||
|
msgid "Return value: Always NULL."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: sphinx/ext/refcounting.py:85
|
||||||
|
msgid "Return value: New reference."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: sphinx/ext/refcounting.py:87
|
||||||
|
msgid "Return value: Borrowed reference."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: sphinx/ext/todo.py:42
|
||||||
msgid "Todo"
|
msgid "Todo"
|
||||||
msgstr "Egitekoa"
|
msgstr "Egitekoa"
|
||||||
|
|
||||||
#: sphinx/ext/todo.py:109
|
#: sphinx/ext/todo.py:110
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "(The <<original entry>> is located in %s, line %d.)"
|
msgid "(The <<original entry>> is located in %s, line %d.)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: sphinx/ext/todo.py:117
|
#: sphinx/ext/todo.py:119
|
||||||
msgid "original entry"
|
msgid "original entry"
|
||||||
msgstr "jatorrizko sarrera"
|
msgstr "jatorrizko sarrera"
|
||||||
|
|
||||||
#: sphinx/ext/viewcode.py:70
|
|
||||||
msgid "[source]"
|
|
||||||
msgstr "[iturburua]"
|
|
||||||
|
|
||||||
#: sphinx/ext/viewcode.py:117
|
#: sphinx/ext/viewcode.py:117
|
||||||
msgid "[docs]"
|
msgid "[docs]"
|
||||||
msgstr "[dokumentazioa]"
|
msgstr "[dokumentazioa]"
|
||||||
@ -473,7 +501,7 @@ msgid "Note"
|
|||||||
msgstr "Nota"
|
msgstr "Nota"
|
||||||
|
|
||||||
#: sphinx/locale/__init__.py:162
|
#: sphinx/locale/__init__.py:162
|
||||||
msgid "See Also"
|
msgid "See also"
|
||||||
msgstr "Ikusi baita ere"
|
msgstr "Ikusi baita ere"
|
||||||
|
|
||||||
#: sphinx/locale/__init__.py:163
|
#: sphinx/locale/__init__.py:163
|
||||||
@ -519,25 +547,26 @@ msgstr "sententzia"
|
|||||||
msgid "built-in function"
|
msgid "built-in function"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: sphinx/themes/agogo/layout.html:45 sphinx/themes/basic/globaltoc.html:10
|
#: sphinx/themes/agogo/layout.html:46 sphinx/themes/basic/globaltoc.html:10
|
||||||
#: sphinx/themes/basic/localtoc.html:11
|
#: sphinx/themes/basic/localtoc.html:11 sphinx/themes/scrolls/layout.html:35
|
||||||
msgid "Table Of Contents"
|
msgid "Table Of Contents"
|
||||||
msgstr "Eduki taula"
|
msgstr "Eduki taula"
|
||||||
|
|
||||||
#: sphinx/themes/agogo/layout.html:49 sphinx/themes/basic/layout.html:137
|
#: sphinx/themes/agogo/layout.html:50 sphinx/themes/basic/layout.html:137
|
||||||
#: sphinx/themes/basic/search.html:11 sphinx/themes/basic/search.html:20
|
#: sphinx/themes/basic/search.html:11 sphinx/themes/basic/search.html:23
|
||||||
|
#: sphinx/themes/basic/searchresults.html:10
|
||||||
msgid "Search"
|
msgid "Search"
|
||||||
msgstr "Bilatu"
|
msgstr "Bilatu"
|
||||||
|
|
||||||
#: sphinx/themes/agogo/layout.html:52 sphinx/themes/basic/searchbox.html:15
|
#: sphinx/themes/agogo/layout.html:53 sphinx/themes/basic/searchbox.html:15
|
||||||
msgid "Go"
|
msgid "Go"
|
||||||
msgstr "Joan"
|
msgstr "Joan"
|
||||||
|
|
||||||
#: sphinx/themes/agogo/layout.html:57 sphinx/themes/basic/searchbox.html:20
|
#: sphinx/themes/agogo/layout.html:58 sphinx/themes/basic/searchbox.html:20
|
||||||
msgid "Enter search terms or a module, class or function name."
|
msgid "Enter search terms or a module, class or function name."
|
||||||
msgstr "Sartu bilaketa terminoa edo modulu, klase edo funtzioaren izena."
|
msgstr "Sartu bilaketa terminoa edo modulu, klase edo funtzioaren izena."
|
||||||
|
|
||||||
#: sphinx/themes/agogo/layout.html:78 sphinx/themes/basic/sourcelink.html:14
|
#: sphinx/themes/agogo/layout.html:79 sphinx/themes/basic/sourcelink.html:14
|
||||||
msgid "Show Source"
|
msgid "Show Source"
|
||||||
msgstr "Iturburua ikusi"
|
msgstr "Iturburua ikusi"
|
||||||
|
|
||||||
@ -545,6 +574,19 @@ msgstr "Iturburua ikusi"
|
|||||||
msgid "Overview"
|
msgid "Overview"
|
||||||
msgstr "Gainbegirada"
|
msgstr "Gainbegirada"
|
||||||
|
|
||||||
|
#: sphinx/themes/basic/defindex.html:15
|
||||||
|
msgid "Welcome! This is"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: sphinx/themes/basic/defindex.html:16
|
||||||
|
#, fuzzy
|
||||||
|
msgid "the documentation for"
|
||||||
|
msgstr "dokumentazioa"
|
||||||
|
|
||||||
|
#: sphinx/themes/basic/defindex.html:17
|
||||||
|
msgid "last updated"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: sphinx/themes/basic/defindex.html:20
|
#: sphinx/themes/basic/defindex.html:20
|
||||||
msgid "Indices and tables:"
|
msgid "Indices and tables:"
|
||||||
msgstr "Indizeak eta taulak:"
|
msgstr "Indizeak eta taulak:"
|
||||||
@ -655,13 +697,13 @@ msgstr "Hurrengo gaia"
|
|||||||
msgid "next chapter"
|
msgid "next chapter"
|
||||||
msgstr "hurrengo kapitulua"
|
msgstr "hurrengo kapitulua"
|
||||||
|
|
||||||
#: sphinx/themes/basic/search.html:24
|
#: sphinx/themes/basic/search.html:27
|
||||||
msgid ""
|
msgid ""
|
||||||
"Please activate JavaScript to enable the search\n"
|
"Please activate JavaScript to enable the search\n"
|
||||||
" functionality."
|
" functionality."
|
||||||
msgstr "Mesedez, gaitu JavaScript-a bilaketa erabili ahal izateko."
|
msgstr "Mesedez, gaitu JavaScript-a bilaketa erabili ahal izateko."
|
||||||
|
|
||||||
#: sphinx/themes/basic/search.html:29
|
#: sphinx/themes/basic/search.html:32
|
||||||
msgid ""
|
msgid ""
|
||||||
"From here you can search these documents. Enter your search\n"
|
"From here you can search these documents. Enter your search\n"
|
||||||
" words into the box below and click \"search\". Note that the search\n"
|
" words into the box below and click \"search\". Note that the search\n"
|
||||||
@ -673,17 +715,21 @@ msgstr ""
|
|||||||
"hitz guztiak bilatuko dituela. Hitz gutxiago dituzten orriak ez dira \n"
|
"hitz guztiak bilatuko dituela. Hitz gutxiago dituzten orriak ez dira \n"
|
||||||
"emaitzen zerrendan agertuko."
|
"emaitzen zerrendan agertuko."
|
||||||
|
|
||||||
#: sphinx/themes/basic/search.html:36
|
#: sphinx/themes/basic/search.html:39 sphinx/themes/basic/searchresults.html:17
|
||||||
msgid "search"
|
msgid "search"
|
||||||
msgstr "bilatu"
|
msgstr "bilatu"
|
||||||
|
|
||||||
#: sphinx/themes/basic/search.html:40
|
#: sphinx/themes/basic/search.html:43 sphinx/themes/basic/searchresults.html:21
|
||||||
|
#: sphinx/themes/basic/static/searchtools.js_t:281
|
||||||
msgid "Search Results"
|
msgid "Search Results"
|
||||||
msgstr "Bilaketa emaitzak"
|
msgstr "Bilaketa emaitzak"
|
||||||
|
|
||||||
#: sphinx/themes/basic/search.html:42
|
#: sphinx/themes/basic/search.html:45 sphinx/themes/basic/searchresults.html:23
|
||||||
msgid "Your search did not match any results."
|
#: sphinx/themes/basic/static/searchtools.js_t:283
|
||||||
msgstr "Zure bilaketak ez du emaitzarik eman."
|
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 ""
|
||||||
|
|
||||||
#: sphinx/themes/basic/searchbox.html:12
|
#: sphinx/themes/basic/searchbox.html:12
|
||||||
msgid "Quick search"
|
msgid "Quick search"
|
||||||
@ -721,25 +767,43 @@ msgstr "C API aldaketak"
|
|||||||
msgid "Other changes"
|
msgid "Other changes"
|
||||||
msgstr "Beste aldaketak"
|
msgstr "Beste aldaketak"
|
||||||
|
|
||||||
#: sphinx/themes/basic/static/doctools.js:154 sphinx/writers/html.py:504
|
#: sphinx/themes/basic/static/doctools.js:142 sphinx/writers/html.py:510
|
||||||
#: sphinx/writers/html.py:510
|
#: sphinx/writers/html.py:516
|
||||||
msgid "Permalink to this headline"
|
msgid "Permalink to this headline"
|
||||||
msgstr "Goiburu honetarako esteka iraunkorra"
|
msgstr "Goiburu honetarako esteka iraunkorra"
|
||||||
|
|
||||||
#: sphinx/themes/basic/static/doctools.js:160 sphinx/writers/html.py:92
|
#: sphinx/themes/basic/static/doctools.js:148 sphinx/writers/html.py:97
|
||||||
msgid "Permalink to this definition"
|
msgid "Permalink to this definition"
|
||||||
msgstr "Definizio honetarako esteka iraunkorra"
|
msgstr "Definizio honetarako esteka iraunkorra"
|
||||||
|
|
||||||
#: sphinx/themes/basic/static/doctools.js:189
|
#: sphinx/themes/basic/static/doctools.js:177
|
||||||
msgid "Hide Search Matches"
|
msgid "Hide Search Matches"
|
||||||
msgstr "Bilaketa bat-etortzeak ezkutatu"
|
msgstr "Bilaketa bat-etortzeak ezkutatu"
|
||||||
|
|
||||||
#: sphinx/themes/default/static/sidebar.js:69
|
#: sphinx/themes/basic/static/searchtools.js_t:119
|
||||||
|
#, fuzzy
|
||||||
|
msgid "Searching"
|
||||||
|
msgstr "bilatu"
|
||||||
|
|
||||||
|
#: sphinx/themes/basic/static/searchtools.js_t:124
|
||||||
|
msgid "Preparing search..."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: sphinx/themes/basic/static/searchtools.js_t:285
|
||||||
|
#, python-format
|
||||||
|
msgid "Search finished, found %s page(s) matching the search query."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: sphinx/themes/basic/static/searchtools.js_t:337
|
||||||
|
msgid ", in "
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: sphinx/themes/default/static/sidebar.js_t:83
|
||||||
msgid "Expand sidebar"
|
msgid "Expand sidebar"
|
||||||
msgstr "Alboko barra luzatu"
|
msgstr "Alboko barra luzatu"
|
||||||
|
|
||||||
#: sphinx/themes/default/static/sidebar.js:82
|
#: sphinx/themes/default/static/sidebar.js_t:96
|
||||||
#: sphinx/themes/default/static/sidebar.js:110
|
#: sphinx/themes/default/static/sidebar.js_t:124
|
||||||
msgid "Collapse sidebar"
|
msgid "Collapse sidebar"
|
||||||
msgstr "Alboko barra tolestu"
|
msgstr "Alboko barra tolestu"
|
||||||
|
|
||||||
@ -747,23 +811,29 @@ msgstr "Alboko barra tolestu"
|
|||||||
msgid "Contents"
|
msgid "Contents"
|
||||||
msgstr "Edukiak"
|
msgstr "Edukiak"
|
||||||
|
|
||||||
#: sphinx/writers/latex.py:177
|
#: sphinx/writers/latex.py:189
|
||||||
msgid "Release"
|
msgid "Release"
|
||||||
msgstr "Argitalpena"
|
msgstr "Argitalpena"
|
||||||
|
|
||||||
#: sphinx/writers/latex.py:594 sphinx/writers/manpage.py:182
|
#: sphinx/writers/latex.py:620 sphinx/writers/manpage.py:181
|
||||||
#: sphinx/writers/texinfo.py:589
|
#: sphinx/writers/texinfo.py:612
|
||||||
msgid "Footnotes"
|
msgid "Footnotes"
|
||||||
msgstr "Oin-oharrak"
|
msgstr "Oin-oharrak"
|
||||||
|
|
||||||
#: sphinx/writers/latex.py:676
|
#: sphinx/writers/latex.py:704
|
||||||
msgid "continued from previous page"
|
msgid "continued from previous page"
|
||||||
msgstr "aurreko orritik jarraitzen du"
|
msgstr "aurreko orritik jarraitzen du"
|
||||||
|
|
||||||
#: sphinx/writers/latex.py:681
|
#: sphinx/writers/latex.py:710
|
||||||
msgid "Continued on next page"
|
msgid "Continued on next page"
|
||||||
msgstr "Hurrengo orrian jarraitzen du"
|
msgstr "Hurrengo orrian jarraitzen du"
|
||||||
|
|
||||||
#: sphinx/writers/text.py:437
|
#: sphinx/writers/manpage.py:226 sphinx/writers/text.py:541
|
||||||
|
#, fuzzy, python-format
|
||||||
|
msgid "[image: %s]"
|
||||||
|
msgstr "[irudia: %s]"
|
||||||
|
|
||||||
|
#: sphinx/writers/manpage.py:227 sphinx/writers/text.py:542
|
||||||
msgid "[image]"
|
msgid "[image]"
|
||||||
msgstr "[irudia]"
|
msgstr "[irudia]"
|
||||||
|
|
||||||
|
@ -1 +1 @@
|
|||||||
Documentation.addTranslations({"locale": "fa", "plural_expr": "(n > 1)", "messages": {"Hide Search Matches": "\u0639\u062f\u0645 \u0646\u0645\u0627\u06cc\u0634 \u0646\u062a\u0627\u06cc\u062c \u06cc\u0627\u0641\u062a \u0634\u062f\u0647", "Permalink to this definition": "\u0644\u06cc\u0646\u06a9 \u062b\u0627\u0628\u062a \u0628\u0647 \u0627\u06cc\u0646 \u062a\u0639\u0631\u06cc\u0641", "Expand sidebar": "", "Permalink to this headline": "\u0644\u06cc\u0646\u06a9 \u062b\u0627\u0628\u062a \u0628\u0647 \u0627\u06cc\u0646 \u0633\u0631 \u0645\u0642\u0627\u0644\u0647", "Collapse sidebar": ""}});
|
Documentation.addTranslations({"locale": "fa", "plural_expr": "(n > 1)", "messages": {"Hide Search Matches": "\u0639\u062f\u0645 \u0646\u0645\u0627\u06cc\u0634 \u0646\u062a\u0627\u06cc\u062c \u06cc\u0627\u0641\u062a \u0634\u062f\u0647", "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"}});
|
Binary file not shown.
@ -1,9 +1,12 @@
|
|||||||
|
# Farsi translations for Sphinx.
|
||||||
|
# Copyright (C) 2011 ORGANIZATION
|
||||||
|
# This file is distributed under the same license as the Sphinx project.
|
||||||
|
#
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: Sphinx 1.0.3\n"
|
"Project-Id-Version: Sphinx 1.0.3\n"
|
||||||
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
||||||
"POT-Creation-Date: 2011-09-21 10:06+0200\n"
|
"POT-Creation-Date: 2013-04-02 10:33+0200\n"
|
||||||
"PO-Revision-Date: 2011-01-22 14:41+0100\n"
|
"PO-Revision-Date: 2011-01-22 14:41+0100\n"
|
||||||
"Last-Translator: Omid Raha <omidraha.com@gmail.com>\n"
|
"Last-Translator: Omid Raha <omidraha.com@gmail.com>\n"
|
||||||
"Language-Team: Omid Raha <omidraha.com@gmail.com>\n"
|
"Language-Team: Omid Raha <omidraha.com@gmail.com>\n"
|
||||||
@ -18,27 +21,31 @@ msgstr ""
|
|||||||
msgid "%s %s documentation"
|
msgid "%s %s documentation"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: sphinx/environment.py:119 sphinx/writers/latex.py:190
|
#: sphinx/environment.py:1510
|
||||||
#: sphinx/writers/manpage.py:67 sphinx/writers/texinfo.py:203
|
|
||||||
#, python-format
|
|
||||||
msgid "%B %d, %Y"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: sphinx/environment.py:1625
|
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "see %s"
|
msgid "see %s"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: sphinx/environment.py:1628
|
#: sphinx/environment.py:1513
|
||||||
#, fuzzy, python-format
|
#, fuzzy, python-format
|
||||||
msgid "see also %s"
|
msgid "see also %s"
|
||||||
msgstr "همچنین ملاحظه نمائید %s"
|
msgstr "همچنین ملاحظه نمائید %s"
|
||||||
|
|
||||||
|
#: sphinx/environment.py:1570
|
||||||
|
msgid "Symbols"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: sphinx/roles.py:175
|
#: sphinx/roles.py:175
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Python Enhancement Proposals; PEP %s"
|
msgid "Python Enhancement Proposals; PEP %s"
|
||||||
msgstr "Python Enhancement Proposals; PEP %s"
|
msgstr "Python Enhancement Proposals; PEP %s"
|
||||||
|
|
||||||
|
#: sphinx/transforms.py:52 sphinx/writers/latex.py:202
|
||||||
|
#: sphinx/writers/manpage.py:67 sphinx/writers/texinfo.py:217
|
||||||
|
#, python-format
|
||||||
|
msgid "%B %d, %Y"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: sphinx/builders/changes.py:73
|
#: sphinx/builders/changes.py:73
|
||||||
msgid "Builtins"
|
msgid "Builtins"
|
||||||
msgstr "درونی سازی"
|
msgstr "درونی سازی"
|
||||||
@ -47,24 +54,24 @@ msgstr "درونی سازی"
|
|||||||
msgid "Module level"
|
msgid "Module level"
|
||||||
msgstr "در سطح ماژول"
|
msgstr "در سطح ماژول"
|
||||||
|
|
||||||
#: sphinx/builders/html.py:274
|
#: sphinx/builders/html.py:290
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%b %d, %Y"
|
msgid "%b %d, %Y"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: sphinx/builders/html.py:293 sphinx/themes/basic/defindex.html:30
|
#: sphinx/builders/html.py:309 sphinx/themes/basic/defindex.html:30
|
||||||
msgid "General Index"
|
msgid "General Index"
|
||||||
msgstr "فهرست کلی"
|
msgstr "فهرست کلی"
|
||||||
|
|
||||||
#: sphinx/builders/html.py:293
|
#: sphinx/builders/html.py:309
|
||||||
msgid "index"
|
msgid "index"
|
||||||
msgstr "فهرست"
|
msgstr "فهرست"
|
||||||
|
|
||||||
#: sphinx/builders/html.py:353
|
#: sphinx/builders/html.py:369
|
||||||
msgid "next"
|
msgid "next"
|
||||||
msgstr "بعدی"
|
msgstr "بعدی"
|
||||||
|
|
||||||
#: sphinx/builders/html.py:362
|
#: sphinx/builders/html.py:378
|
||||||
msgid "previous"
|
msgid "previous"
|
||||||
msgstr "قبلی"
|
msgstr "قبلی"
|
||||||
|
|
||||||
@ -72,42 +79,39 @@ msgstr "قبلی"
|
|||||||
msgid " (in "
|
msgid " (in "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: sphinx/directives/other.py:136
|
#: sphinx/directives/other.py:138
|
||||||
msgid "Section author: "
|
msgid "Section author: "
|
||||||
msgstr ":نویسنده این بخش"
|
msgstr ":نویسنده این بخش"
|
||||||
|
|
||||||
#: sphinx/directives/other.py:138
|
#: sphinx/directives/other.py:140
|
||||||
msgid "Module author: "
|
msgid "Module author: "
|
||||||
msgstr "نویسنده این ماژول:"
|
msgstr "نویسنده این ماژول:"
|
||||||
|
|
||||||
#: sphinx/directives/other.py:140
|
#: sphinx/directives/other.py:142
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid "Code author: "
|
msgid "Code author: "
|
||||||
msgstr "نویسنده این ماژول:"
|
msgstr "نویسنده این ماژول:"
|
||||||
|
|
||||||
#: sphinx/directives/other.py:142
|
#: sphinx/directives/other.py:144
|
||||||
msgid "Author: "
|
msgid "Author: "
|
||||||
msgstr ":نویسنده"
|
msgstr ":نویسنده"
|
||||||
|
|
||||||
#: sphinx/directives/other.py:215
|
|
||||||
msgid "See also"
|
|
||||||
msgstr "همچنین ملاحظه نمائید"
|
|
||||||
|
|
||||||
#: sphinx/domains/__init__.py:244
|
#: sphinx/domains/__init__.py:244
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s %s"
|
msgid "%s %s"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: sphinx/domains/c.py:51 sphinx/domains/python.py:95
|
#: sphinx/domains/c.py:51 sphinx/domains/cpp.py:939 sphinx/domains/python.py:95
|
||||||
msgid "Parameters"
|
msgid "Parameters"
|
||||||
msgstr "پارامترها"
|
msgstr "پارامترها"
|
||||||
|
|
||||||
#: sphinx/domains/c.py:54 sphinx/domains/javascript.py:128
|
#: sphinx/domains/c.py:54 sphinx/domains/cpp.py:945
|
||||||
#: sphinx/domains/python.py:107
|
#: sphinx/domains/javascript.py:128 sphinx/domains/python.py:107
|
||||||
msgid "Returns"
|
msgid "Returns"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: sphinx/domains/c.py:56 sphinx/domains/python.py:109
|
#: sphinx/domains/c.py:56 sphinx/domains/javascript.py:130
|
||||||
|
#: sphinx/domains/python.py:109
|
||||||
msgid "Return type"
|
msgid "Return type"
|
||||||
msgstr "نوع برگشتی"
|
msgstr "نوع برگشتی"
|
||||||
|
|
||||||
@ -136,61 +140,65 @@ msgstr "%s (C نوع)"
|
|||||||
msgid "%s (C variable)"
|
msgid "%s (C variable)"
|
||||||
msgstr "%s (C متغیر)"
|
msgstr "%s (C متغیر)"
|
||||||
|
|
||||||
#: sphinx/domains/c.py:204 sphinx/domains/cpp.py:1060
|
#: sphinx/domains/c.py:203 sphinx/domains/cpp.py:1207
|
||||||
#: sphinx/domains/javascript.py:162 sphinx/domains/python.py:559
|
#: sphinx/domains/javascript.py:164 sphinx/domains/python.py:560
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid "function"
|
msgid "function"
|
||||||
msgstr "تابع"
|
msgstr "تابع"
|
||||||
|
|
||||||
#: sphinx/domains/c.py:205 sphinx/domains/cpp.py:1061
|
#: sphinx/domains/c.py:204 sphinx/domains/cpp.py:1208
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid "member"
|
msgid "member"
|
||||||
msgstr "عضو"
|
msgstr "عضو"
|
||||||
|
|
||||||
#: sphinx/domains/c.py:206
|
#: sphinx/domains/c.py:205
|
||||||
msgid "macro"
|
msgid "macro"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: sphinx/domains/c.py:207 sphinx/domains/cpp.py:1062
|
#: sphinx/domains/c.py:206 sphinx/domains/cpp.py:1209
|
||||||
msgid "type"
|
msgid "type"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: sphinx/domains/c.py:208
|
#: sphinx/domains/c.py:207
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid "variable"
|
msgid "variable"
|
||||||
msgstr "متغیر"
|
msgstr "متغیر"
|
||||||
|
|
||||||
#: sphinx/domains/cpp.py:904
|
#: sphinx/domains/cpp.py:942 sphinx/domains/javascript.py:125
|
||||||
|
msgid "Throws"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: sphinx/domains/cpp.py:1038
|
||||||
#, fuzzy, python-format
|
#, fuzzy, python-format
|
||||||
msgid "%s (C++ class)"
|
msgid "%s (C++ class)"
|
||||||
msgstr "%s (C++ کلاس در)"
|
msgstr "%s (C++ کلاس در)"
|
||||||
|
|
||||||
#: sphinx/domains/cpp.py:919
|
#: sphinx/domains/cpp.py:1061
|
||||||
#, fuzzy, python-format
|
#, fuzzy, python-format
|
||||||
msgid "%s (C++ type)"
|
msgid "%s (C++ type)"
|
||||||
msgstr "%s (C++ نوع)"
|
msgstr "%s (C++ نوع)"
|
||||||
|
|
||||||
#: sphinx/domains/cpp.py:938
|
#: sphinx/domains/cpp.py:1081
|
||||||
#, fuzzy, python-format
|
#, fuzzy, python-format
|
||||||
msgid "%s (C++ member)"
|
msgid "%s (C++ member)"
|
||||||
msgstr "%s (C++ عضو)"
|
msgstr "%s (C++ عضو)"
|
||||||
|
|
||||||
#: sphinx/domains/cpp.py:990
|
#: sphinx/domains/cpp.py:1137
|
||||||
#, fuzzy, python-format
|
#, fuzzy, python-format
|
||||||
msgid "%s (C++ function)"
|
msgid "%s (C++ function)"
|
||||||
msgstr "%s (C++ تابع)"
|
msgstr "%s (C++ تابع)"
|
||||||
|
|
||||||
#: sphinx/domains/cpp.py:1059 sphinx/domains/javascript.py:163
|
#: sphinx/domains/cpp.py:1206 sphinx/domains/javascript.py:165
|
||||||
#: sphinx/domains/python.py:561
|
#: sphinx/domains/python.py:562
|
||||||
msgid "class"
|
msgid "class"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: sphinx/domains/javascript.py:106 sphinx/domains/python.py:254
|
#: sphinx/domains/javascript.py:106 sphinx/domains/python.py:253
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s() (built-in function)"
|
msgid "%s() (built-in function)"
|
||||||
msgstr "%s() (توابع درونی)"
|
msgstr "%s() (توابع درونی)"
|
||||||
|
|
||||||
#: sphinx/domains/javascript.py:107 sphinx/domains/python.py:318
|
#: sphinx/domains/javascript.py:107 sphinx/domains/python.py:317
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s() (%s method)"
|
msgid "%s() (%s method)"
|
||||||
msgstr "%s() (%s متد)"
|
msgstr "%s() (%s متد)"
|
||||||
@ -205,7 +213,7 @@ msgstr "%s() (کلاس در)"
|
|||||||
msgid "%s (global variable or constant)"
|
msgid "%s (global variable or constant)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: sphinx/domains/javascript.py:113 sphinx/domains/python.py:356
|
#: sphinx/domains/javascript.py:113 sphinx/domains/python.py:355
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s (%s attribute)"
|
msgid "%s (%s attribute)"
|
||||||
msgstr "%s (%s مشخصه)"
|
msgstr "%s (%s مشخصه)"
|
||||||
@ -215,15 +223,11 @@ msgstr "%s (%s مشخصه)"
|
|||||||
msgid "Arguments"
|
msgid "Arguments"
|
||||||
msgstr "پارامترها"
|
msgstr "پارامترها"
|
||||||
|
|
||||||
#: sphinx/domains/javascript.py:125
|
#: sphinx/domains/javascript.py:166 sphinx/domains/python.py:561
|
||||||
msgid "Throws"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: sphinx/domains/javascript.py:164 sphinx/domains/python.py:560
|
|
||||||
msgid "data"
|
msgid "data"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: sphinx/domains/javascript.py:165 sphinx/domains/python.py:566
|
#: sphinx/domains/javascript.py:167 sphinx/domains/python.py:567
|
||||||
msgid "attribute"
|
msgid "attribute"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@ -236,58 +240,58 @@ msgstr "متغیر"
|
|||||||
msgid "Raises"
|
msgid "Raises"
|
||||||
msgstr "برانگیختن"
|
msgstr "برانگیختن"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:255 sphinx/domains/python.py:312
|
#: sphinx/domains/python.py:254 sphinx/domains/python.py:311
|
||||||
#: sphinx/domains/python.py:324 sphinx/domains/python.py:337
|
#: sphinx/domains/python.py:323 sphinx/domains/python.py:336
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s() (in module %s)"
|
msgid "%s() (in module %s)"
|
||||||
msgstr "%s() (در ماژول %s)"
|
msgstr "%s() (در ماژول %s)"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:258
|
#: sphinx/domains/python.py:257
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s (built-in variable)"
|
msgid "%s (built-in variable)"
|
||||||
msgstr "%s (متغیر درونی)"
|
msgstr "%s (متغیر درونی)"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:259 sphinx/domains/python.py:350
|
#: sphinx/domains/python.py:258 sphinx/domains/python.py:349
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s (in module %s)"
|
msgid "%s (in module %s)"
|
||||||
msgstr "%s (در ماژول %s)"
|
msgstr "%s (در ماژول %s)"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:275
|
#: sphinx/domains/python.py:274
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s (built-in class)"
|
msgid "%s (built-in class)"
|
||||||
msgstr "%s (کلاس درونی)"
|
msgstr "%s (کلاس درونی)"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:276
|
#: sphinx/domains/python.py:275
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s (class in %s)"
|
msgid "%s (class in %s)"
|
||||||
msgstr "%s (کلاس در %s)"
|
msgstr "%s (کلاس در %s)"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:316
|
#: sphinx/domains/python.py:315
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s() (%s.%s method)"
|
msgid "%s() (%s.%s method)"
|
||||||
msgstr "%s() (%s.%s متد)"
|
msgstr "%s() (%s.%s متد)"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:328
|
#: sphinx/domains/python.py:327
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s() (%s.%s static method)"
|
msgid "%s() (%s.%s static method)"
|
||||||
msgstr "%s() (%s.%s متد استاتیک)"
|
msgstr "%s() (%s.%s متد استاتیک)"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:331
|
#: sphinx/domains/python.py:330
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s() (%s static method)"
|
msgid "%s() (%s static method)"
|
||||||
msgstr "%s() (%s متد استاتیک)"
|
msgstr "%s() (%s متد استاتیک)"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:341
|
#: sphinx/domains/python.py:340
|
||||||
#, fuzzy, python-format
|
#, fuzzy, python-format
|
||||||
msgid "%s() (%s.%s class method)"
|
msgid "%s() (%s.%s class method)"
|
||||||
msgstr "%s() (%s.%s متد)"
|
msgstr "%s() (%s.%s متد)"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:344
|
#: sphinx/domains/python.py:343
|
||||||
#, fuzzy, python-format
|
#, fuzzy, python-format
|
||||||
msgid "%s() (%s class method)"
|
msgid "%s() (%s class method)"
|
||||||
msgstr "%s() (%s متد)"
|
msgstr "%s() (%s متد)"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:354
|
#: sphinx/domains/python.py:353
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s (%s.%s attribute)"
|
msgid "%s (%s.%s attribute)"
|
||||||
msgstr "%s (%s.%s مشخصه)"
|
msgstr "%s (%s.%s مشخصه)"
|
||||||
@ -306,50 +310,50 @@ msgstr "فهرست ماژول ها"
|
|||||||
msgid "modules"
|
msgid "modules"
|
||||||
msgstr "ماژول ها"
|
msgstr "ماژول ها"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:537
|
#: sphinx/domains/python.py:538
|
||||||
msgid "Deprecated"
|
msgid "Deprecated"
|
||||||
msgstr "منسوخ شده"
|
msgstr "منسوخ شده"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:562 sphinx/locale/__init__.py:179
|
#: sphinx/domains/python.py:563 sphinx/locale/__init__.py:179
|
||||||
msgid "exception"
|
msgid "exception"
|
||||||
msgstr "استثناء"
|
msgstr "استثناء"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:563
|
#: sphinx/domains/python.py:564
|
||||||
msgid "method"
|
msgid "method"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: sphinx/domains/python.py:564
|
#: sphinx/domains/python.py:565
|
||||||
msgid "class method"
|
msgid "class method"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: sphinx/domains/python.py:565
|
#: sphinx/domains/python.py:566
|
||||||
msgid "static method"
|
msgid "static method"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: sphinx/domains/python.py:567 sphinx/locale/__init__.py:175
|
#: sphinx/domains/python.py:568 sphinx/locale/__init__.py:175
|
||||||
msgid "module"
|
msgid "module"
|
||||||
msgstr "ماژول"
|
msgstr "ماژول"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:695
|
#: sphinx/domains/python.py:696
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid " (deprecated)"
|
msgid " (deprecated)"
|
||||||
msgstr " (منسوخ شده)"
|
msgstr " (منسوخ شده)"
|
||||||
|
|
||||||
#: sphinx/domains/rst.py:55
|
#: sphinx/domains/rst.py:53
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s (directive)"
|
msgid "%s (directive)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: sphinx/domains/rst.py:57
|
#: sphinx/domains/rst.py:55
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s (role)"
|
msgid "%s (role)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: sphinx/domains/rst.py:106
|
#: sphinx/domains/rst.py:104
|
||||||
msgid "directive"
|
msgid "directive"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: sphinx/domains/rst.py:107
|
#: sphinx/domains/rst.py:105
|
||||||
msgid "role"
|
msgid "role"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@ -363,71 +367,98 @@ msgstr "%s متغیرهای عمومی؛"
|
|||||||
msgid "%scommand line option; %s"
|
msgid "%scommand line option; %s"
|
||||||
msgstr "%sگزینه خط فرمان; %s"
|
msgstr "%sگزینه خط فرمان; %s"
|
||||||
|
|
||||||
#: sphinx/domains/std.py:393
|
#: sphinx/domains/std.py:414
|
||||||
msgid "glossary term"
|
msgid "glossary term"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: sphinx/domains/std.py:394
|
#: sphinx/domains/std.py:415
|
||||||
msgid "grammar token"
|
msgid "grammar token"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: sphinx/domains/std.py:395
|
#: sphinx/domains/std.py:416
|
||||||
msgid "reference label"
|
msgid "reference label"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: sphinx/domains/std.py:396
|
#: sphinx/domains/std.py:418
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid "environment variable"
|
msgid "environment variable"
|
||||||
msgstr "متغیرهای عمومی؛"
|
msgstr "متغیرهای عمومی؛"
|
||||||
|
|
||||||
#: sphinx/domains/std.py:397
|
#: sphinx/domains/std.py:419
|
||||||
msgid "program option"
|
msgid "program option"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: sphinx/domains/std.py:427 sphinx/themes/basic/genindex-single.html:32
|
#: sphinx/domains/std.py:449 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:11
|
||||||
#: sphinx/themes/basic/genindex-split.html:14
|
#: sphinx/themes/basic/genindex-split.html:14
|
||||||
#: sphinx/themes/basic/genindex.html:32 sphinx/themes/basic/genindex.html:35
|
#: 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/themes/basic/genindex.html:68 sphinx/themes/basic/layout.html:134
|
||||||
#: sphinx/writers/latex.py:179 sphinx/writers/texinfo.py:456
|
#: sphinx/writers/latex.py:191 sphinx/writers/texinfo.py:475
|
||||||
msgid "Index"
|
msgid "Index"
|
||||||
msgstr "فهرست"
|
msgstr "فهرست"
|
||||||
|
|
||||||
#: sphinx/domains/std.py:428
|
#: sphinx/domains/std.py:450
|
||||||
msgid "Module Index"
|
msgid "Module Index"
|
||||||
msgstr "فهرست ماژول ها"
|
msgstr "فهرست ماژول ها"
|
||||||
|
|
||||||
#: sphinx/domains/std.py:429 sphinx/themes/basic/defindex.html:25
|
#: sphinx/domains/std.py:451 sphinx/themes/basic/defindex.html:25
|
||||||
msgid "Search Page"
|
msgid "Search Page"
|
||||||
msgstr "صفحه جستجو"
|
msgstr "صفحه جستجو"
|
||||||
|
|
||||||
#: sphinx/ext/autodoc.py:1002
|
#: sphinx/ext/autodoc.py:1042
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid " Bases: %s"
|
msgid " Bases: %s"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: sphinx/ext/autodoc.py:1038
|
#: sphinx/ext/autodoc.py:1078
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "alias of :class:`%s`"
|
msgid "alias of :class:`%s`"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: sphinx/ext/todo.py:41
|
#: sphinx/ext/graphviz.py:294 sphinx/ext/graphviz.py:302
|
||||||
|
#, python-format
|
||||||
|
msgid "[graph: %s]"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: sphinx/ext/graphviz.py:296 sphinx/ext/graphviz.py:304
|
||||||
|
msgid "[graph]"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: sphinx/ext/intersphinx.py:234
|
||||||
|
#, python-format
|
||||||
|
msgid "(in %s v%s)"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: sphinx/ext/linkcode.py:66 sphinx/ext/viewcode.py:70
|
||||||
|
msgid "[source]"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: sphinx/ext/refcounting.py:83
|
||||||
|
msgid "Return value: Always NULL."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: sphinx/ext/refcounting.py:85
|
||||||
|
msgid "Return value: New reference."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: sphinx/ext/refcounting.py:87
|
||||||
|
msgid "Return value: Borrowed reference."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: sphinx/ext/todo.py:42
|
||||||
msgid "Todo"
|
msgid "Todo"
|
||||||
msgstr "در دست انجام"
|
msgstr "در دست انجام"
|
||||||
|
|
||||||
#: sphinx/ext/todo.py:109
|
#: sphinx/ext/todo.py:110
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "(The <<original entry>> is located in %s, line %d.)"
|
msgid "(The <<original entry>> is located in %s, line %d.)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: sphinx/ext/todo.py:117
|
#: sphinx/ext/todo.py:119
|
||||||
msgid "original entry"
|
msgid "original entry"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: sphinx/ext/viewcode.py:70
|
|
||||||
msgid "[source]"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: sphinx/ext/viewcode.py:117
|
#: sphinx/ext/viewcode.py:117
|
||||||
msgid "[docs]"
|
msgid "[docs]"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -479,7 +510,7 @@ msgid "Note"
|
|||||||
msgstr "توجه"
|
msgstr "توجه"
|
||||||
|
|
||||||
#: sphinx/locale/__init__.py:162
|
#: sphinx/locale/__init__.py:162
|
||||||
msgid "See Also"
|
msgid "See also"
|
||||||
msgstr "همچنین ملاحظه نمائید"
|
msgstr "همچنین ملاحظه نمائید"
|
||||||
|
|
||||||
#: sphinx/locale/__init__.py:163
|
#: sphinx/locale/__init__.py:163
|
||||||
@ -525,26 +556,27 @@ msgstr "گذاره"
|
|||||||
msgid "built-in function"
|
msgid "built-in function"
|
||||||
msgstr "توابع درونی"
|
msgstr "توابع درونی"
|
||||||
|
|
||||||
#: sphinx/themes/agogo/layout.html:45 sphinx/themes/basic/globaltoc.html:10
|
#: sphinx/themes/agogo/layout.html:46 sphinx/themes/basic/globaltoc.html:10
|
||||||
#: sphinx/themes/basic/localtoc.html:11
|
#: sphinx/themes/basic/localtoc.html:11 sphinx/themes/scrolls/layout.html:35
|
||||||
msgid "Table Of Contents"
|
msgid "Table Of Contents"
|
||||||
msgstr "فهرست عناوین"
|
msgstr "فهرست عناوین"
|
||||||
|
|
||||||
#: sphinx/themes/agogo/layout.html:49 sphinx/themes/basic/layout.html:137
|
#: sphinx/themes/agogo/layout.html:50 sphinx/themes/basic/layout.html:137
|
||||||
#: sphinx/themes/basic/search.html:11 sphinx/themes/basic/search.html:20
|
#: sphinx/themes/basic/search.html:11 sphinx/themes/basic/search.html:23
|
||||||
|
#: sphinx/themes/basic/searchresults.html:10
|
||||||
msgid "Search"
|
msgid "Search"
|
||||||
msgstr "جستجو"
|
msgstr "جستجو"
|
||||||
|
|
||||||
#: sphinx/themes/agogo/layout.html:52 sphinx/themes/basic/searchbox.html:15
|
#: sphinx/themes/agogo/layout.html:53 sphinx/themes/basic/searchbox.html:15
|
||||||
msgid "Go"
|
msgid "Go"
|
||||||
msgstr "برو"
|
msgstr "برو"
|
||||||
|
|
||||||
#: sphinx/themes/agogo/layout.html:57 sphinx/themes/basic/searchbox.html:20
|
#: sphinx/themes/agogo/layout.html:58 sphinx/themes/basic/searchbox.html:20
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid "Enter search terms or a module, class or function name."
|
msgid "Enter search terms or a module, class or function name."
|
||||||
msgstr "نام یک ماژول ، کلاس و یا تابع را وارد نمائید"
|
msgstr "نام یک ماژول ، کلاس و یا تابع را وارد نمائید"
|
||||||
|
|
||||||
#: sphinx/themes/agogo/layout.html:78 sphinx/themes/basic/sourcelink.html:14
|
#: sphinx/themes/agogo/layout.html:79 sphinx/themes/basic/sourcelink.html:14
|
||||||
msgid "Show Source"
|
msgid "Show Source"
|
||||||
msgstr "نمایش سورس"
|
msgstr "نمایش سورس"
|
||||||
|
|
||||||
@ -552,6 +584,19 @@ msgstr "نمایش سورس"
|
|||||||
msgid "Overview"
|
msgid "Overview"
|
||||||
msgstr "بررسی اجمالی"
|
msgstr "بررسی اجمالی"
|
||||||
|
|
||||||
|
#: sphinx/themes/basic/defindex.html:15
|
||||||
|
msgid "Welcome! This is"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: sphinx/themes/basic/defindex.html:16
|
||||||
|
#, fuzzy
|
||||||
|
msgid "the documentation for"
|
||||||
|
msgstr "جستجو در این اسناد"
|
||||||
|
|
||||||
|
#: sphinx/themes/basic/defindex.html:17
|
||||||
|
msgid "last updated"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: sphinx/themes/basic/defindex.html:20
|
#: sphinx/themes/basic/defindex.html:20
|
||||||
msgid "Indices and tables:"
|
msgid "Indices and tables:"
|
||||||
msgstr "ایندکس ها و جداول:"
|
msgstr "ایندکس ها و جداول:"
|
||||||
@ -638,8 +683,8 @@ msgid ""
|
|||||||
"Created using <a href=\"http://sphinx-doc.org/\">Sphinx</a> "
|
"Created using <a href=\"http://sphinx-doc.org/\">Sphinx</a> "
|
||||||
"%(sphinx_version)s."
|
"%(sphinx_version)s."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
". <a href=\"http://sphinx-doc.org/\">Sphinx</a> %(sphinx_version)s "
|
". <a href=\"http://sphinx-doc.org/\">Sphinx</a> %(sphinx_version)s ایجاد "
|
||||||
"ایجاد شده با"
|
"شده با"
|
||||||
|
|
||||||
#: sphinx/themes/basic/opensearch.xml:4
|
#: sphinx/themes/basic/opensearch.xml:4
|
||||||
#, python-format
|
#, python-format
|
||||||
@ -662,13 +707,13 @@ msgstr "موضوع بعدی"
|
|||||||
msgid "next chapter"
|
msgid "next chapter"
|
||||||
msgstr "فصل بعدی"
|
msgstr "فصل بعدی"
|
||||||
|
|
||||||
#: sphinx/themes/basic/search.html:24
|
#: sphinx/themes/basic/search.html:27
|
||||||
msgid ""
|
msgid ""
|
||||||
"Please activate JavaScript to enable the search\n"
|
"Please activate JavaScript to enable the search\n"
|
||||||
" functionality."
|
" functionality."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: sphinx/themes/basic/search.html:29
|
#: sphinx/themes/basic/search.html:32
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid ""
|
msgid ""
|
||||||
"From here you can search these documents. Enter your search\n"
|
"From here you can search these documents. Enter your search\n"
|
||||||
@ -681,17 +726,21 @@ msgstr ""
|
|||||||
"گر امر جستجو را بطور خودکار برای تمامی کلمات دنبال خواهد کرد .صفحاتی که "
|
"گر امر جستجو را بطور خودکار برای تمامی کلمات دنبال خواهد کرد .صفحاتی که "
|
||||||
"شامل کلمات کمتری هستند ، در لیست جستجو نمایش داده نخواهند شد."
|
"شامل کلمات کمتری هستند ، در لیست جستجو نمایش داده نخواهند شد."
|
||||||
|
|
||||||
#: sphinx/themes/basic/search.html:36
|
#: sphinx/themes/basic/search.html:39 sphinx/themes/basic/searchresults.html:17
|
||||||
msgid "search"
|
msgid "search"
|
||||||
msgstr "جستجو"
|
msgstr "جستجو"
|
||||||
|
|
||||||
#: sphinx/themes/basic/search.html:40
|
#: sphinx/themes/basic/search.html:43 sphinx/themes/basic/searchresults.html:21
|
||||||
|
#: sphinx/themes/basic/static/searchtools.js_t:281
|
||||||
msgid "Search Results"
|
msgid "Search Results"
|
||||||
msgstr "نتایج جستجو"
|
msgstr "نتایج جستجو"
|
||||||
|
|
||||||
#: sphinx/themes/basic/search.html:42
|
#: sphinx/themes/basic/search.html:45 sphinx/themes/basic/searchresults.html:23
|
||||||
msgid "Your search did not match any results."
|
#: sphinx/themes/basic/static/searchtools.js_t:283
|
||||||
msgstr ".جستجوی شما نتیجه ایی در بر نداشت"
|
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 ""
|
||||||
|
|
||||||
#: sphinx/themes/basic/searchbox.html:12
|
#: sphinx/themes/basic/searchbox.html:12
|
||||||
msgid "Quick search"
|
msgid "Quick search"
|
||||||
@ -729,25 +778,43 @@ msgstr "C API تغییرات"
|
|||||||
msgid "Other changes"
|
msgid "Other changes"
|
||||||
msgstr "دگر تغییرات"
|
msgstr "دگر تغییرات"
|
||||||
|
|
||||||
#: sphinx/themes/basic/static/doctools.js:154 sphinx/writers/html.py:504
|
#: sphinx/themes/basic/static/doctools.js:142 sphinx/writers/html.py:510
|
||||||
#: sphinx/writers/html.py:510
|
#: sphinx/writers/html.py:516
|
||||||
msgid "Permalink to this headline"
|
msgid "Permalink to this headline"
|
||||||
msgstr "لینک ثابت به این سر مقاله"
|
msgstr "لینک ثابت به این سر مقاله"
|
||||||
|
|
||||||
#: sphinx/themes/basic/static/doctools.js:160 sphinx/writers/html.py:92
|
#: sphinx/themes/basic/static/doctools.js:148 sphinx/writers/html.py:97
|
||||||
msgid "Permalink to this definition"
|
msgid "Permalink to this definition"
|
||||||
msgstr "لینک ثابت به این تعریف"
|
msgstr "لینک ثابت به این تعریف"
|
||||||
|
|
||||||
#: sphinx/themes/basic/static/doctools.js:189
|
#: sphinx/themes/basic/static/doctools.js:177
|
||||||
msgid "Hide Search Matches"
|
msgid "Hide Search Matches"
|
||||||
msgstr "عدم نمایش نتایج یافت شده"
|
msgstr "عدم نمایش نتایج یافت شده"
|
||||||
|
|
||||||
#: sphinx/themes/default/static/sidebar.js:69
|
#: sphinx/themes/basic/static/searchtools.js_t:119
|
||||||
|
#, fuzzy
|
||||||
|
msgid "Searching"
|
||||||
|
msgstr "جستجو"
|
||||||
|
|
||||||
|
#: sphinx/themes/basic/static/searchtools.js_t:124
|
||||||
|
msgid "Preparing search..."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: sphinx/themes/basic/static/searchtools.js_t:285
|
||||||
|
#, python-format
|
||||||
|
msgid "Search finished, found %s page(s) matching the search query."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: sphinx/themes/basic/static/searchtools.js_t:337
|
||||||
|
msgid ", in "
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: sphinx/themes/default/static/sidebar.js_t:83
|
||||||
msgid "Expand sidebar"
|
msgid "Expand sidebar"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: sphinx/themes/default/static/sidebar.js:82
|
#: sphinx/themes/default/static/sidebar.js_t:96
|
||||||
#: sphinx/themes/default/static/sidebar.js:110
|
#: sphinx/themes/default/static/sidebar.js_t:124
|
||||||
msgid "Collapse sidebar"
|
msgid "Collapse sidebar"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@ -755,25 +822,30 @@ msgstr ""
|
|||||||
msgid "Contents"
|
msgid "Contents"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: sphinx/writers/latex.py:177
|
#: sphinx/writers/latex.py:189
|
||||||
msgid "Release"
|
msgid "Release"
|
||||||
msgstr "انتشار"
|
msgstr "انتشار"
|
||||||
|
|
||||||
#: sphinx/writers/latex.py:594 sphinx/writers/manpage.py:182
|
#: sphinx/writers/latex.py:620 sphinx/writers/manpage.py:181
|
||||||
#: sphinx/writers/texinfo.py:589
|
#: sphinx/writers/texinfo.py:612
|
||||||
msgid "Footnotes"
|
msgid "Footnotes"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: sphinx/writers/latex.py:676
|
#: sphinx/writers/latex.py:704
|
||||||
msgid "continued from previous page"
|
msgid "continued from previous page"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: sphinx/writers/latex.py:681
|
#: sphinx/writers/latex.py:710
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid "Continued on next page"
|
msgid "Continued on next page"
|
||||||
msgstr "فهرست کامل در یک صفحه"
|
msgstr "فهرست کامل در یک صفحه"
|
||||||
|
|
||||||
#: sphinx/writers/text.py:437
|
#: sphinx/writers/manpage.py:226 sphinx/writers/text.py:541
|
||||||
|
#, python-format
|
||||||
|
msgid "[image: %s]"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: sphinx/writers/manpage.py:227 sphinx/writers/text.py:542
|
||||||
msgid "[image]"
|
msgid "[image]"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -1 +1 @@
|
|||||||
Documentation.addTranslations({"locale": "fi", "plural_expr": "(n != 1)", "messages": {"Hide Search Matches": "Piilota l\u00f6ydetyt", "Permalink to this definition": "", "Expand sidebar": "", "Permalink to this headline": "", "Collapse sidebar": ""}});
|
Documentation.addTranslations({"locale": "fi", "plural_expr": "(n != 1)", "messages": {"Hide Search Matches": "Piilota l\u00f6ydetyt", "Permalink to this definition": "", "Permalink to this headline": ""}});
|
Binary file not shown.
@ -7,7 +7,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: Sphinx 0.6\n"
|
"Project-Id-Version: Sphinx 0.6\n"
|
||||||
"Report-Msgid-Bugs-To: sphinx@awot.fi\n"
|
"Report-Msgid-Bugs-To: sphinx@awot.fi\n"
|
||||||
"POT-Creation-Date: 2011-09-21 10:06+0200\n"
|
"POT-Creation-Date: 2013-04-02 10:33+0200\n"
|
||||||
"PO-Revision-Date: 2011-01-22 14:41+0100\n"
|
"PO-Revision-Date: 2011-01-22 14:41+0100\n"
|
||||||
"Last-Translator: Jukka Inkeri <sphinx@awot.fi>\n"
|
"Last-Translator: Jukka Inkeri <sphinx@awot.fi>\n"
|
||||||
"Language-Team: fi <sphinx@awot.fi>\n"
|
"Language-Team: fi <sphinx@awot.fi>\n"
|
||||||
@ -22,27 +22,31 @@ msgstr ""
|
|||||||
msgid "%s %s documentation"
|
msgid "%s %s documentation"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: sphinx/environment.py:119 sphinx/writers/latex.py:190
|
#: sphinx/environment.py:1510
|
||||||
#: sphinx/writers/manpage.py:67 sphinx/writers/texinfo.py:203
|
|
||||||
#, python-format
|
|
||||||
msgid "%B %d, %Y"
|
|
||||||
msgstr "%d.%m.%Y"
|
|
||||||
|
|
||||||
#: sphinx/environment.py:1625
|
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "see %s"
|
msgid "see %s"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: sphinx/environment.py:1628
|
#: sphinx/environment.py:1513
|
||||||
#, fuzzy, python-format
|
#, fuzzy, python-format
|
||||||
msgid "see also %s"
|
msgid "see also %s"
|
||||||
msgstr "katso myös %s"
|
msgstr "katso myös %s"
|
||||||
|
|
||||||
|
#: sphinx/environment.py:1570
|
||||||
|
msgid "Symbols"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: sphinx/roles.py:175
|
#: sphinx/roles.py:175
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Python Enhancement Proposals; PEP %s"
|
msgid "Python Enhancement Proposals; PEP %s"
|
||||||
msgstr "Python Enhancement Proposals; PEP %s"
|
msgstr "Python Enhancement Proposals; PEP %s"
|
||||||
|
|
||||||
|
#: sphinx/transforms.py:52 sphinx/writers/latex.py:202
|
||||||
|
#: sphinx/writers/manpage.py:67 sphinx/writers/texinfo.py:217
|
||||||
|
#, python-format
|
||||||
|
msgid "%B %d, %Y"
|
||||||
|
msgstr "%d.%m.%Y"
|
||||||
|
|
||||||
#: sphinx/builders/changes.py:73
|
#: sphinx/builders/changes.py:73
|
||||||
msgid "Builtins"
|
msgid "Builtins"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -51,24 +55,24 @@ msgstr ""
|
|||||||
msgid "Module level"
|
msgid "Module level"
|
||||||
msgstr "Moduulitaso"
|
msgstr "Moduulitaso"
|
||||||
|
|
||||||
#: sphinx/builders/html.py:274
|
#: sphinx/builders/html.py:290
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%b %d, %Y"
|
msgid "%b %d, %Y"
|
||||||
msgstr "%d.%m.%Y"
|
msgstr "%d.%m.%Y"
|
||||||
|
|
||||||
#: sphinx/builders/html.py:293 sphinx/themes/basic/defindex.html:30
|
#: sphinx/builders/html.py:309 sphinx/themes/basic/defindex.html:30
|
||||||
msgid "General Index"
|
msgid "General Index"
|
||||||
msgstr "Yleinen sisällysluettelo"
|
msgstr "Yleinen sisällysluettelo"
|
||||||
|
|
||||||
#: sphinx/builders/html.py:293
|
#: sphinx/builders/html.py:309
|
||||||
msgid "index"
|
msgid "index"
|
||||||
msgstr "hakemisto"
|
msgstr "hakemisto"
|
||||||
|
|
||||||
#: sphinx/builders/html.py:353
|
#: sphinx/builders/html.py:369
|
||||||
msgid "next"
|
msgid "next"
|
||||||
msgstr ">"
|
msgstr ">"
|
||||||
|
|
||||||
#: sphinx/builders/html.py:362
|
#: sphinx/builders/html.py:378
|
||||||
msgid "previous"
|
msgid "previous"
|
||||||
msgstr "<"
|
msgstr "<"
|
||||||
|
|
||||||
@ -76,42 +80,39 @@ msgstr "<"
|
|||||||
msgid " (in "
|
msgid " (in "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: sphinx/directives/other.py:136
|
#: sphinx/directives/other.py:138
|
||||||
msgid "Section author: "
|
msgid "Section author: "
|
||||||
msgstr "Luvun kirjoittaja: "
|
msgstr "Luvun kirjoittaja: "
|
||||||
|
|
||||||
#: sphinx/directives/other.py:138
|
#: sphinx/directives/other.py:140
|
||||||
msgid "Module author: "
|
msgid "Module author: "
|
||||||
msgstr "Moduulin kirjoittaja: "
|
msgstr "Moduulin kirjoittaja: "
|
||||||
|
|
||||||
#: sphinx/directives/other.py:140
|
#: sphinx/directives/other.py:142
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid "Code author: "
|
msgid "Code author: "
|
||||||
msgstr "Moduulin kirjoittaja: "
|
msgstr "Moduulin kirjoittaja: "
|
||||||
|
|
||||||
#: sphinx/directives/other.py:142
|
#: sphinx/directives/other.py:144
|
||||||
msgid "Author: "
|
msgid "Author: "
|
||||||
msgstr "Tekijä: "
|
msgstr "Tekijä: "
|
||||||
|
|
||||||
#: sphinx/directives/other.py:215
|
|
||||||
msgid "See also"
|
|
||||||
msgstr "Katso myös"
|
|
||||||
|
|
||||||
#: sphinx/domains/__init__.py:244
|
#: sphinx/domains/__init__.py:244
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s %s"
|
msgid "%s %s"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: sphinx/domains/c.py:51 sphinx/domains/python.py:95
|
#: sphinx/domains/c.py:51 sphinx/domains/cpp.py:939 sphinx/domains/python.py:95
|
||||||
msgid "Parameters"
|
msgid "Parameters"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: sphinx/domains/c.py:54 sphinx/domains/javascript.py:128
|
#: sphinx/domains/c.py:54 sphinx/domains/cpp.py:945
|
||||||
#: sphinx/domains/python.py:107
|
#: sphinx/domains/javascript.py:128 sphinx/domains/python.py:107
|
||||||
msgid "Returns"
|
msgid "Returns"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: sphinx/domains/c.py:56 sphinx/domains/python.py:109
|
#: sphinx/domains/c.py:56 sphinx/domains/javascript.py:130
|
||||||
|
#: sphinx/domains/python.py:109
|
||||||
msgid "Return type"
|
msgid "Return type"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@ -140,59 +141,63 @@ msgstr ""
|
|||||||
msgid "%s (C variable)"
|
msgid "%s (C variable)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: sphinx/domains/c.py:204 sphinx/domains/cpp.py:1060
|
#: sphinx/domains/c.py:203 sphinx/domains/cpp.py:1207
|
||||||
#: sphinx/domains/javascript.py:162 sphinx/domains/python.py:559
|
#: sphinx/domains/javascript.py:164 sphinx/domains/python.py:560
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid "function"
|
msgid "function"
|
||||||
msgstr "Varoitus"
|
msgstr "Varoitus"
|
||||||
|
|
||||||
#: sphinx/domains/c.py:205 sphinx/domains/cpp.py:1061
|
#: sphinx/domains/c.py:204 sphinx/domains/cpp.py:1208
|
||||||
msgid "member"
|
msgid "member"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: sphinx/domains/c.py:206
|
#: sphinx/domains/c.py:205
|
||||||
msgid "macro"
|
msgid "macro"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: sphinx/domains/c.py:207 sphinx/domains/cpp.py:1062
|
#: sphinx/domains/c.py:206 sphinx/domains/cpp.py:1209
|
||||||
msgid "type"
|
msgid "type"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: sphinx/domains/c.py:208
|
#: sphinx/domains/c.py:207
|
||||||
msgid "variable"
|
msgid "variable"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: sphinx/domains/cpp.py:904
|
#: sphinx/domains/cpp.py:942 sphinx/domains/javascript.py:125
|
||||||
|
msgid "Throws"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: sphinx/domains/cpp.py:1038
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s (C++ class)"
|
msgid "%s (C++ class)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: sphinx/domains/cpp.py:919
|
#: sphinx/domains/cpp.py:1061
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s (C++ type)"
|
msgid "%s (C++ type)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: sphinx/domains/cpp.py:938
|
#: sphinx/domains/cpp.py:1081
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s (C++ member)"
|
msgid "%s (C++ member)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: sphinx/domains/cpp.py:990
|
#: sphinx/domains/cpp.py:1137
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s (C++ function)"
|
msgid "%s (C++ function)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: sphinx/domains/cpp.py:1059 sphinx/domains/javascript.py:163
|
#: sphinx/domains/cpp.py:1206 sphinx/domains/javascript.py:165
|
||||||
#: sphinx/domains/python.py:561
|
#: sphinx/domains/python.py:562
|
||||||
msgid "class"
|
msgid "class"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: sphinx/domains/javascript.py:106 sphinx/domains/python.py:254
|
#: sphinx/domains/javascript.py:106 sphinx/domains/python.py:253
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s() (built-in function)"
|
msgid "%s() (built-in function)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: sphinx/domains/javascript.py:107 sphinx/domains/python.py:318
|
#: sphinx/domains/javascript.py:107 sphinx/domains/python.py:317
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s() (%s method)"
|
msgid "%s() (%s method)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -207,7 +212,7 @@ msgstr ""
|
|||||||
msgid "%s (global variable or constant)"
|
msgid "%s (global variable or constant)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: sphinx/domains/javascript.py:113 sphinx/domains/python.py:356
|
#: sphinx/domains/javascript.py:113 sphinx/domains/python.py:355
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s (%s attribute)"
|
msgid "%s (%s attribute)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -216,15 +221,11 @@ msgstr ""
|
|||||||
msgid "Arguments"
|
msgid "Arguments"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: sphinx/domains/javascript.py:125
|
#: sphinx/domains/javascript.py:166 sphinx/domains/python.py:561
|
||||||
msgid "Throws"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: sphinx/domains/javascript.py:164 sphinx/domains/python.py:560
|
|
||||||
msgid "data"
|
msgid "data"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: sphinx/domains/javascript.py:165 sphinx/domains/python.py:566
|
#: sphinx/domains/javascript.py:167 sphinx/domains/python.py:567
|
||||||
msgid "attribute"
|
msgid "attribute"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@ -236,58 +237,58 @@ msgstr ""
|
|||||||
msgid "Raises"
|
msgid "Raises"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: sphinx/domains/python.py:255 sphinx/domains/python.py:312
|
#: sphinx/domains/python.py:254 sphinx/domains/python.py:311
|
||||||
#: sphinx/domains/python.py:324 sphinx/domains/python.py:337
|
#: sphinx/domains/python.py:323 sphinx/domains/python.py:336
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s() (in module %s)"
|
msgid "%s() (in module %s)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: sphinx/domains/python.py:258
|
#: sphinx/domains/python.py:257
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s (built-in variable)"
|
msgid "%s (built-in variable)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: sphinx/domains/python.py:259 sphinx/domains/python.py:350
|
#: sphinx/domains/python.py:258 sphinx/domains/python.py:349
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s (in module %s)"
|
msgid "%s (in module %s)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: sphinx/domains/python.py:275
|
#: sphinx/domains/python.py:274
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s (built-in class)"
|
msgid "%s (built-in class)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: sphinx/domains/python.py:276
|
#: sphinx/domains/python.py:275
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s (class in %s)"
|
msgid "%s (class in %s)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: sphinx/domains/python.py:316
|
#: sphinx/domains/python.py:315
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s() (%s.%s method)"
|
msgid "%s() (%s.%s method)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: sphinx/domains/python.py:328
|
#: sphinx/domains/python.py:327
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s() (%s.%s static method)"
|
msgid "%s() (%s.%s static method)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: sphinx/domains/python.py:331
|
#: sphinx/domains/python.py:330
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s() (%s static method)"
|
msgid "%s() (%s static method)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: sphinx/domains/python.py:341
|
#: sphinx/domains/python.py:340
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s() (%s.%s class method)"
|
msgid "%s() (%s.%s class method)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: sphinx/domains/python.py:344
|
#: sphinx/domains/python.py:343
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s() (%s class method)"
|
msgid "%s() (%s class method)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: sphinx/domains/python.py:354
|
#: sphinx/domains/python.py:353
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s (%s.%s attribute)"
|
msgid "%s (%s.%s attribute)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -306,49 +307,49 @@ msgstr "Moduuli sisällysluettelo"
|
|||||||
msgid "modules"
|
msgid "modules"
|
||||||
msgstr "moduulit"
|
msgstr "moduulit"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:537
|
#: sphinx/domains/python.py:538
|
||||||
msgid "Deprecated"
|
msgid "Deprecated"
|
||||||
msgstr "Poistettu"
|
msgstr "Poistettu"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:562 sphinx/locale/__init__.py:179
|
#: sphinx/domains/python.py:563 sphinx/locale/__init__.py:179
|
||||||
msgid "exception"
|
msgid "exception"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: sphinx/domains/python.py:563
|
#: sphinx/domains/python.py:564
|
||||||
msgid "method"
|
msgid "method"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: sphinx/domains/python.py:564
|
#: sphinx/domains/python.py:565
|
||||||
msgid "class method"
|
msgid "class method"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: sphinx/domains/python.py:565
|
#: sphinx/domains/python.py:566
|
||||||
msgid "static method"
|
msgid "static method"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: sphinx/domains/python.py:567 sphinx/locale/__init__.py:175
|
#: sphinx/domains/python.py:568 sphinx/locale/__init__.py:175
|
||||||
msgid "module"
|
msgid "module"
|
||||||
msgstr "moduuli"
|
msgstr "moduuli"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:695
|
#: sphinx/domains/python.py:696
|
||||||
msgid " (deprecated)"
|
msgid " (deprecated)"
|
||||||
msgstr " (poistettu)"
|
msgstr " (poistettu)"
|
||||||
|
|
||||||
#: sphinx/domains/rst.py:55
|
#: sphinx/domains/rst.py:53
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s (directive)"
|
msgid "%s (directive)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: sphinx/domains/rst.py:57
|
#: sphinx/domains/rst.py:55
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s (role)"
|
msgid "%s (role)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: sphinx/domains/rst.py:106
|
#: sphinx/domains/rst.py:104
|
||||||
msgid "directive"
|
msgid "directive"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: sphinx/domains/rst.py:107
|
#: sphinx/domains/rst.py:105
|
||||||
msgid "role"
|
msgid "role"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@ -362,70 +363,97 @@ msgstr ""
|
|||||||
msgid "%scommand line option; %s"
|
msgid "%scommand line option; %s"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: sphinx/domains/std.py:393
|
#: sphinx/domains/std.py:414
|
||||||
msgid "glossary term"
|
msgid "glossary term"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: sphinx/domains/std.py:394
|
#: sphinx/domains/std.py:415
|
||||||
msgid "grammar token"
|
msgid "grammar token"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: sphinx/domains/std.py:395
|
#: sphinx/domains/std.py:416
|
||||||
msgid "reference label"
|
msgid "reference label"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: sphinx/domains/std.py:396
|
#: sphinx/domains/std.py:418
|
||||||
msgid "environment variable"
|
msgid "environment variable"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: sphinx/domains/std.py:397
|
#: sphinx/domains/std.py:419
|
||||||
msgid "program option"
|
msgid "program option"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: sphinx/domains/std.py:427 sphinx/themes/basic/genindex-single.html:32
|
#: sphinx/domains/std.py:449 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:11
|
||||||
#: sphinx/themes/basic/genindex-split.html:14
|
#: sphinx/themes/basic/genindex-split.html:14
|
||||||
#: sphinx/themes/basic/genindex.html:32 sphinx/themes/basic/genindex.html:35
|
#: 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/themes/basic/genindex.html:68 sphinx/themes/basic/layout.html:134
|
||||||
#: sphinx/writers/latex.py:179 sphinx/writers/texinfo.py:456
|
#: sphinx/writers/latex.py:191 sphinx/writers/texinfo.py:475
|
||||||
msgid "Index"
|
msgid "Index"
|
||||||
msgstr "Sisällysluettelo"
|
msgstr "Sisällysluettelo"
|
||||||
|
|
||||||
#: sphinx/domains/std.py:428
|
#: sphinx/domains/std.py:450
|
||||||
msgid "Module Index"
|
msgid "Module Index"
|
||||||
msgstr "Moduuli sisällysluettelo"
|
msgstr "Moduuli sisällysluettelo"
|
||||||
|
|
||||||
#: sphinx/domains/std.py:429 sphinx/themes/basic/defindex.html:25
|
#: sphinx/domains/std.py:451 sphinx/themes/basic/defindex.html:25
|
||||||
msgid "Search Page"
|
msgid "Search Page"
|
||||||
msgstr "Etsi sivu"
|
msgstr "Etsi sivu"
|
||||||
|
|
||||||
#: sphinx/ext/autodoc.py:1002
|
#: sphinx/ext/autodoc.py:1042
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid " Bases: %s"
|
msgid " Bases: %s"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: sphinx/ext/autodoc.py:1038
|
#: sphinx/ext/autodoc.py:1078
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "alias of :class:`%s`"
|
msgid "alias of :class:`%s`"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: sphinx/ext/todo.py:41
|
#: sphinx/ext/graphviz.py:294 sphinx/ext/graphviz.py:302
|
||||||
|
#, python-format
|
||||||
|
msgid "[graph: %s]"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: sphinx/ext/graphviz.py:296 sphinx/ext/graphviz.py:304
|
||||||
|
msgid "[graph]"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: sphinx/ext/intersphinx.py:234
|
||||||
|
#, python-format
|
||||||
|
msgid "(in %s v%s)"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: sphinx/ext/linkcode.py:66 sphinx/ext/viewcode.py:70
|
||||||
|
msgid "[source]"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: sphinx/ext/refcounting.py:83
|
||||||
|
msgid "Return value: Always NULL."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: sphinx/ext/refcounting.py:85
|
||||||
|
msgid "Return value: New reference."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: sphinx/ext/refcounting.py:87
|
||||||
|
msgid "Return value: Borrowed reference."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: sphinx/ext/todo.py:42
|
||||||
msgid "Todo"
|
msgid "Todo"
|
||||||
msgstr "Tehtävä vielä"
|
msgstr "Tehtävä vielä"
|
||||||
|
|
||||||
#: sphinx/ext/todo.py:109
|
#: sphinx/ext/todo.py:110
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "(The <<original entry>> is located in %s, line %d.)"
|
msgid "(The <<original entry>> is located in %s, line %d.)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: sphinx/ext/todo.py:117
|
#: sphinx/ext/todo.py:119
|
||||||
msgid "original entry"
|
msgid "original entry"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: sphinx/ext/viewcode.py:70
|
|
||||||
msgid "[source]"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: sphinx/ext/viewcode.py:117
|
#: sphinx/ext/viewcode.py:117
|
||||||
msgid "[docs]"
|
msgid "[docs]"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -477,7 +505,7 @@ msgid "Note"
|
|||||||
msgstr "Muista"
|
msgstr "Muista"
|
||||||
|
|
||||||
#: sphinx/locale/__init__.py:162
|
#: sphinx/locale/__init__.py:162
|
||||||
msgid "See Also"
|
msgid "See also"
|
||||||
msgstr "Katso myös"
|
msgstr "Katso myös"
|
||||||
|
|
||||||
#: sphinx/locale/__init__.py:163
|
#: sphinx/locale/__init__.py:163
|
||||||
@ -523,25 +551,26 @@ msgstr ""
|
|||||||
msgid "built-in function"
|
msgid "built-in function"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: sphinx/themes/agogo/layout.html:45 sphinx/themes/basic/globaltoc.html:10
|
#: sphinx/themes/agogo/layout.html:46 sphinx/themes/basic/globaltoc.html:10
|
||||||
#: sphinx/themes/basic/localtoc.html:11
|
#: sphinx/themes/basic/localtoc.html:11 sphinx/themes/scrolls/layout.html:35
|
||||||
msgid "Table Of Contents"
|
msgid "Table Of Contents"
|
||||||
msgstr "Sisällysluettelo"
|
msgstr "Sisällysluettelo"
|
||||||
|
|
||||||
#: sphinx/themes/agogo/layout.html:49 sphinx/themes/basic/layout.html:137
|
#: sphinx/themes/agogo/layout.html:50 sphinx/themes/basic/layout.html:137
|
||||||
#: sphinx/themes/basic/search.html:11 sphinx/themes/basic/search.html:20
|
#: sphinx/themes/basic/search.html:11 sphinx/themes/basic/search.html:23
|
||||||
|
#: sphinx/themes/basic/searchresults.html:10
|
||||||
msgid "Search"
|
msgid "Search"
|
||||||
msgstr "Etsi"
|
msgstr "Etsi"
|
||||||
|
|
||||||
#: sphinx/themes/agogo/layout.html:52 sphinx/themes/basic/searchbox.html:15
|
#: sphinx/themes/agogo/layout.html:53 sphinx/themes/basic/searchbox.html:15
|
||||||
msgid "Go"
|
msgid "Go"
|
||||||
msgstr "Siirry"
|
msgstr "Siirry"
|
||||||
|
|
||||||
#: sphinx/themes/agogo/layout.html:57 sphinx/themes/basic/searchbox.html:20
|
#: sphinx/themes/agogo/layout.html:58 sphinx/themes/basic/searchbox.html:20
|
||||||
msgid "Enter search terms or a module, class or function name."
|
msgid "Enter search terms or a module, class or function name."
|
||||||
msgstr "Anna etsittävä termi tai moduuli, luokka tai funktio"
|
msgstr "Anna etsittävä termi tai moduuli, luokka tai funktio"
|
||||||
|
|
||||||
#: sphinx/themes/agogo/layout.html:78 sphinx/themes/basic/sourcelink.html:14
|
#: sphinx/themes/agogo/layout.html:79 sphinx/themes/basic/sourcelink.html:14
|
||||||
msgid "Show Source"
|
msgid "Show Source"
|
||||||
msgstr "Näytä lähdekoodina"
|
msgstr "Näytä lähdekoodina"
|
||||||
|
|
||||||
@ -549,6 +578,18 @@ msgstr "Näytä lähdekoodina"
|
|||||||
msgid "Overview"
|
msgid "Overview"
|
||||||
msgstr "Yhteenveto"
|
msgstr "Yhteenveto"
|
||||||
|
|
||||||
|
#: sphinx/themes/basic/defindex.html:15
|
||||||
|
msgid "Welcome! This is"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: sphinx/themes/basic/defindex.html:16
|
||||||
|
msgid "the documentation for"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: sphinx/themes/basic/defindex.html:17
|
||||||
|
msgid "last updated"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: sphinx/themes/basic/defindex.html:20
|
#: sphinx/themes/basic/defindex.html:20
|
||||||
msgid "Indices and tables:"
|
msgid "Indices and tables:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -657,13 +698,13 @@ msgstr ">>"
|
|||||||
msgid "next chapter"
|
msgid "next chapter"
|
||||||
msgstr ">>"
|
msgstr ">>"
|
||||||
|
|
||||||
#: sphinx/themes/basic/search.html:24
|
#: sphinx/themes/basic/search.html:27
|
||||||
msgid ""
|
msgid ""
|
||||||
"Please activate JavaScript to enable the search\n"
|
"Please activate JavaScript to enable the search\n"
|
||||||
" functionality."
|
" functionality."
|
||||||
msgstr "Javascript pitää olla sallittu, jotta etsintä toimii."
|
msgstr "Javascript pitää olla sallittu, jotta etsintä toimii."
|
||||||
|
|
||||||
#: sphinx/themes/basic/search.html:29
|
#: sphinx/themes/basic/search.html:32
|
||||||
msgid ""
|
msgid ""
|
||||||
"From here you can search these documents. Enter your search\n"
|
"From here you can search these documents. Enter your search\n"
|
||||||
" words into the box below and click \"search\". Note that the search\n"
|
" words into the box below and click \"search\". Note that the search\n"
|
||||||
@ -671,17 +712,21 @@ msgid ""
|
|||||||
" containing fewer words won't appear in the result list."
|
" containing fewer words won't appear in the result list."
|
||||||
msgstr "Anna hakusanat kokonaan, osasanoilla ei haeta."
|
msgstr "Anna hakusanat kokonaan, osasanoilla ei haeta."
|
||||||
|
|
||||||
#: sphinx/themes/basic/search.html:36
|
#: sphinx/themes/basic/search.html:39 sphinx/themes/basic/searchresults.html:17
|
||||||
msgid "search"
|
msgid "search"
|
||||||
msgstr "etsi"
|
msgstr "etsi"
|
||||||
|
|
||||||
#: sphinx/themes/basic/search.html:40
|
#: sphinx/themes/basic/search.html:43 sphinx/themes/basic/searchresults.html:21
|
||||||
|
#: sphinx/themes/basic/static/searchtools.js_t:281
|
||||||
msgid "Search Results"
|
msgid "Search Results"
|
||||||
msgstr "Etsinnän tulos"
|
msgstr "Etsinnän tulos"
|
||||||
|
|
||||||
#: sphinx/themes/basic/search.html:42
|
#: sphinx/themes/basic/search.html:45 sphinx/themes/basic/searchresults.html:23
|
||||||
msgid "Your search did not match any results."
|
#: sphinx/themes/basic/static/searchtools.js_t:283
|
||||||
msgstr "Ei löytynyt ko. ehdoilla yhtään."
|
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 ""
|
||||||
|
|
||||||
#: sphinx/themes/basic/searchbox.html:12
|
#: sphinx/themes/basic/searchbox.html:12
|
||||||
msgid "Quick search"
|
msgid "Quick search"
|
||||||
@ -719,25 +764,43 @@ msgstr ""
|
|||||||
msgid "Other changes"
|
msgid "Other changes"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: sphinx/themes/basic/static/doctools.js:154 sphinx/writers/html.py:504
|
#: sphinx/themes/basic/static/doctools.js:142 sphinx/writers/html.py:510
|
||||||
#: sphinx/writers/html.py:510
|
#: sphinx/writers/html.py:516
|
||||||
msgid "Permalink to this headline"
|
msgid "Permalink to this headline"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: sphinx/themes/basic/static/doctools.js:160 sphinx/writers/html.py:92
|
#: sphinx/themes/basic/static/doctools.js:148 sphinx/writers/html.py:97
|
||||||
msgid "Permalink to this definition"
|
msgid "Permalink to this definition"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: sphinx/themes/basic/static/doctools.js:189
|
#: sphinx/themes/basic/static/doctools.js:177
|
||||||
msgid "Hide Search Matches"
|
msgid "Hide Search Matches"
|
||||||
msgstr "Piilota löydetyt"
|
msgstr "Piilota löydetyt"
|
||||||
|
|
||||||
#: sphinx/themes/default/static/sidebar.js:69
|
#: sphinx/themes/basic/static/searchtools.js_t:119
|
||||||
|
#, fuzzy
|
||||||
|
msgid "Searching"
|
||||||
|
msgstr "etsi"
|
||||||
|
|
||||||
|
#: sphinx/themes/basic/static/searchtools.js_t:124
|
||||||
|
msgid "Preparing search..."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: sphinx/themes/basic/static/searchtools.js_t:285
|
||||||
|
#, python-format
|
||||||
|
msgid "Search finished, found %s page(s) matching the search query."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: sphinx/themes/basic/static/searchtools.js_t:337
|
||||||
|
msgid ", in "
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: sphinx/themes/default/static/sidebar.js_t:83
|
||||||
msgid "Expand sidebar"
|
msgid "Expand sidebar"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: sphinx/themes/default/static/sidebar.js:82
|
#: sphinx/themes/default/static/sidebar.js_t:96
|
||||||
#: sphinx/themes/default/static/sidebar.js:110
|
#: sphinx/themes/default/static/sidebar.js_t:124
|
||||||
msgid "Collapse sidebar"
|
msgid "Collapse sidebar"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@ -745,25 +808,29 @@ msgstr ""
|
|||||||
msgid "Contents"
|
msgid "Contents"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: sphinx/writers/latex.py:177
|
#: sphinx/writers/latex.py:189
|
||||||
msgid "Release"
|
msgid "Release"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: sphinx/writers/latex.py:594 sphinx/writers/manpage.py:182
|
#: sphinx/writers/latex.py:620 sphinx/writers/manpage.py:181
|
||||||
#: sphinx/writers/texinfo.py:589
|
#: sphinx/writers/texinfo.py:612
|
||||||
msgid "Footnotes"
|
msgid "Footnotes"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: sphinx/writers/latex.py:676
|
#: sphinx/writers/latex.py:704
|
||||||
msgid "continued from previous page"
|
msgid "continued from previous page"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: sphinx/writers/latex.py:681
|
#: sphinx/writers/latex.py:710
|
||||||
#, fuzzy
|
|
||||||
msgid "Continued on next page"
|
msgid "Continued on next page"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: sphinx/writers/text.py:437
|
#: sphinx/writers/manpage.py:226 sphinx/writers/text.py:541
|
||||||
|
#, python-format
|
||||||
|
msgid "[image: %s]"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: sphinx/writers/manpage.py:227 sphinx/writers/text.py:542
|
||||||
msgid "[image]"
|
msgid "[image]"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -1 +1 @@
|
|||||||
Documentation.addTranslations({"locale": "fr", "plural_expr": "(n > 1)", "messages": {"Hide Search Matches": "Cacher les r\u00e9sultats de la recherche", "Permalink to this definition": "Lien permanent vers cette d\u00e9finition", "Expand sidebar": "Agrandir le menu", "Permalink to this headline": "Lien permanent vers ce titre", "Collapse sidebar": "R\u00e9duire le menu"}});
|
Documentation.addTranslations({"locale": "fr", "plural_expr": "(n > 1)", "messages": {"Hide Search Matches": "Cacher les r\u00e9sultats de la recherche", "Permalink to this definition": "Lien permanent vers cette d\u00e9finition", "Permalink to this headline": "Lien permanent vers ce titre"}});
|
Binary file not shown.
@ -10,7 +10,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: Sphinx 0.5\n"
|
"Project-Id-Version: Sphinx 0.5\n"
|
||||||
"Report-Msgid-Bugs-To: larlet@gmail.com\n"
|
"Report-Msgid-Bugs-To: larlet@gmail.com\n"
|
||||||
"POT-Creation-Date: 2011-09-21 10:06+0200\n"
|
"POT-Creation-Date: 2013-04-02 10:33+0200\n"
|
||||||
"PO-Revision-Date: 2011-01-22 14:41+0100\n"
|
"PO-Revision-Date: 2011-01-22 14:41+0100\n"
|
||||||
"Last-Translator: Sébastien Douche <sdouche@gmail.com>\n"
|
"Last-Translator: Sébastien Douche <sdouche@gmail.com>\n"
|
||||||
"Language-Team: French Translation Team <sphinx-dev@googlegroups.com>\n"
|
"Language-Team: French Translation Team <sphinx-dev@googlegroups.com>\n"
|
||||||
@ -25,27 +25,31 @@ msgstr ""
|
|||||||
msgid "%s %s documentation"
|
msgid "%s %s documentation"
|
||||||
msgstr "%s %s documentation"
|
msgstr "%s %s documentation"
|
||||||
|
|
||||||
#: sphinx/environment.py:119 sphinx/writers/latex.py:190
|
#: sphinx/environment.py:1510
|
||||||
#: sphinx/writers/manpage.py:67 sphinx/writers/texinfo.py:203
|
|
||||||
#, python-format
|
|
||||||
msgid "%B %d, %Y"
|
|
||||||
msgstr "%d %B %Y"
|
|
||||||
|
|
||||||
#: sphinx/environment.py:1625
|
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "see %s"
|
msgid "see %s"
|
||||||
msgstr "voir %s"
|
msgstr "voir %s"
|
||||||
|
|
||||||
#: sphinx/environment.py:1628
|
#: sphinx/environment.py:1513
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "see also %s"
|
msgid "see also %s"
|
||||||
msgstr "voir aussi %s"
|
msgstr "voir aussi %s"
|
||||||
|
|
||||||
|
#: sphinx/environment.py:1570
|
||||||
|
msgid "Symbols"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: sphinx/roles.py:175
|
#: sphinx/roles.py:175
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Python Enhancement Proposals; PEP %s"
|
msgid "Python Enhancement Proposals; PEP %s"
|
||||||
msgstr "Python Enhancement Proposals; PEP %s"
|
msgstr "Python Enhancement Proposals; PEP %s"
|
||||||
|
|
||||||
|
#: sphinx/transforms.py:52 sphinx/writers/latex.py:202
|
||||||
|
#: sphinx/writers/manpage.py:67 sphinx/writers/texinfo.py:217
|
||||||
|
#, python-format
|
||||||
|
msgid "%B %d, %Y"
|
||||||
|
msgstr "%d %B %Y"
|
||||||
|
|
||||||
#: sphinx/builders/changes.py:73
|
#: sphinx/builders/changes.py:73
|
||||||
msgid "Builtins"
|
msgid "Builtins"
|
||||||
msgstr "Fonctions de base"
|
msgstr "Fonctions de base"
|
||||||
@ -54,24 +58,24 @@ msgstr "Fonctions de base"
|
|||||||
msgid "Module level"
|
msgid "Module level"
|
||||||
msgstr "Module"
|
msgstr "Module"
|
||||||
|
|
||||||
#: sphinx/builders/html.py:274
|
#: sphinx/builders/html.py:290
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%b %d, %Y"
|
msgid "%b %d, %Y"
|
||||||
msgstr "%d %b %Y"
|
msgstr "%d %b %Y"
|
||||||
|
|
||||||
#: sphinx/builders/html.py:293 sphinx/themes/basic/defindex.html:30
|
#: sphinx/builders/html.py:309 sphinx/themes/basic/defindex.html:30
|
||||||
msgid "General Index"
|
msgid "General Index"
|
||||||
msgstr "Index général"
|
msgstr "Index général"
|
||||||
|
|
||||||
#: sphinx/builders/html.py:293
|
#: sphinx/builders/html.py:309
|
||||||
msgid "index"
|
msgid "index"
|
||||||
msgstr "index"
|
msgstr "index"
|
||||||
|
|
||||||
#: sphinx/builders/html.py:353
|
#: sphinx/builders/html.py:369
|
||||||
msgid "next"
|
msgid "next"
|
||||||
msgstr "suivant"
|
msgstr "suivant"
|
||||||
|
|
||||||
#: sphinx/builders/html.py:362
|
#: sphinx/builders/html.py:378
|
||||||
msgid "previous"
|
msgid "previous"
|
||||||
msgstr "précédent"
|
msgstr "précédent"
|
||||||
|
|
||||||
@ -79,42 +83,39 @@ msgstr "précédent"
|
|||||||
msgid " (in "
|
msgid " (in "
|
||||||
msgstr "(dans"
|
msgstr "(dans"
|
||||||
|
|
||||||
#: sphinx/directives/other.py:136
|
#: sphinx/directives/other.py:138
|
||||||
msgid "Section author: "
|
msgid "Section author: "
|
||||||
msgstr "Auteur de la section : "
|
msgstr "Auteur de la section : "
|
||||||
|
|
||||||
#: sphinx/directives/other.py:138
|
#: sphinx/directives/other.py:140
|
||||||
msgid "Module author: "
|
msgid "Module author: "
|
||||||
msgstr "Auteur du module : "
|
msgstr "Auteur du module : "
|
||||||
|
|
||||||
#: sphinx/directives/other.py:140
|
#: sphinx/directives/other.py:142
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid "Code author: "
|
msgid "Code author: "
|
||||||
msgstr "Auteur du module : "
|
msgstr "Auteur du module : "
|
||||||
|
|
||||||
#: sphinx/directives/other.py:142
|
#: sphinx/directives/other.py:144
|
||||||
msgid "Author: "
|
msgid "Author: "
|
||||||
msgstr "Auteur : "
|
msgstr "Auteur : "
|
||||||
|
|
||||||
#: sphinx/directives/other.py:215
|
|
||||||
msgid "See also"
|
|
||||||
msgstr "Voir aussi"
|
|
||||||
|
|
||||||
#: sphinx/domains/__init__.py:244
|
#: sphinx/domains/__init__.py:244
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s %s"
|
msgid "%s %s"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: sphinx/domains/c.py:51 sphinx/domains/python.py:95
|
#: sphinx/domains/c.py:51 sphinx/domains/cpp.py:939 sphinx/domains/python.py:95
|
||||||
msgid "Parameters"
|
msgid "Parameters"
|
||||||
msgstr "Paramètres"
|
msgstr "Paramètres"
|
||||||
|
|
||||||
#: sphinx/domains/c.py:54 sphinx/domains/javascript.py:128
|
#: sphinx/domains/c.py:54 sphinx/domains/cpp.py:945
|
||||||
#: sphinx/domains/python.py:107
|
#: sphinx/domains/javascript.py:128 sphinx/domains/python.py:107
|
||||||
msgid "Returns"
|
msgid "Returns"
|
||||||
msgstr "Retourne"
|
msgstr "Retourne"
|
||||||
|
|
||||||
#: sphinx/domains/c.py:56 sphinx/domains/python.py:109
|
#: sphinx/domains/c.py:56 sphinx/domains/javascript.py:130
|
||||||
|
#: sphinx/domains/python.py:109
|
||||||
msgid "Return type"
|
msgid "Return type"
|
||||||
msgstr "Type retourné"
|
msgstr "Type retourné"
|
||||||
|
|
||||||
@ -143,59 +144,63 @@ msgstr "%s (type C)"
|
|||||||
msgid "%s (C variable)"
|
msgid "%s (C variable)"
|
||||||
msgstr "%s (variable C)"
|
msgstr "%s (variable C)"
|
||||||
|
|
||||||
#: sphinx/domains/c.py:204 sphinx/domains/cpp.py:1060
|
#: sphinx/domains/c.py:203 sphinx/domains/cpp.py:1207
|
||||||
#: sphinx/domains/javascript.py:162 sphinx/domains/python.py:559
|
#: sphinx/domains/javascript.py:164 sphinx/domains/python.py:560
|
||||||
msgid "function"
|
msgid "function"
|
||||||
msgstr "fonction"
|
msgstr "fonction"
|
||||||
|
|
||||||
#: sphinx/domains/c.py:205 sphinx/domains/cpp.py:1061
|
#: sphinx/domains/c.py:204 sphinx/domains/cpp.py:1208
|
||||||
msgid "member"
|
msgid "member"
|
||||||
msgstr "membre"
|
msgstr "membre"
|
||||||
|
|
||||||
#: sphinx/domains/c.py:206
|
#: sphinx/domains/c.py:205
|
||||||
msgid "macro"
|
msgid "macro"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: sphinx/domains/c.py:207 sphinx/domains/cpp.py:1062
|
#: sphinx/domains/c.py:206 sphinx/domains/cpp.py:1209
|
||||||
msgid "type"
|
msgid "type"
|
||||||
msgstr "type"
|
msgstr "type"
|
||||||
|
|
||||||
#: sphinx/domains/c.py:208
|
#: sphinx/domains/c.py:207
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid "variable"
|
msgid "variable"
|
||||||
msgstr "Variable"
|
msgstr "Variable"
|
||||||
|
|
||||||
#: sphinx/domains/cpp.py:904
|
#: sphinx/domains/cpp.py:942 sphinx/domains/javascript.py:125
|
||||||
|
msgid "Throws"
|
||||||
|
msgstr "Lance"
|
||||||
|
|
||||||
|
#: sphinx/domains/cpp.py:1038
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s (C++ class)"
|
msgid "%s (C++ class)"
|
||||||
msgstr "%s (classe C++)"
|
msgstr "%s (classe C++)"
|
||||||
|
|
||||||
#: sphinx/domains/cpp.py:919
|
#: sphinx/domains/cpp.py:1061
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s (C++ type)"
|
msgid "%s (C++ type)"
|
||||||
msgstr "%s (type C++)"
|
msgstr "%s (type C++)"
|
||||||
|
|
||||||
#: sphinx/domains/cpp.py:938
|
#: sphinx/domains/cpp.py:1081
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s (C++ member)"
|
msgid "%s (C++ member)"
|
||||||
msgstr "%s (membre C++)"
|
msgstr "%s (membre C++)"
|
||||||
|
|
||||||
#: sphinx/domains/cpp.py:990
|
#: sphinx/domains/cpp.py:1137
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s (C++ function)"
|
msgid "%s (C++ function)"
|
||||||
msgstr "%s (fonction C++)"
|
msgstr "%s (fonction C++)"
|
||||||
|
|
||||||
#: sphinx/domains/cpp.py:1059 sphinx/domains/javascript.py:163
|
#: sphinx/domains/cpp.py:1206 sphinx/domains/javascript.py:165
|
||||||
#: sphinx/domains/python.py:561
|
#: sphinx/domains/python.py:562
|
||||||
msgid "class"
|
msgid "class"
|
||||||
msgstr "classe"
|
msgstr "classe"
|
||||||
|
|
||||||
#: sphinx/domains/javascript.py:106 sphinx/domains/python.py:254
|
#: sphinx/domains/javascript.py:106 sphinx/domains/python.py:253
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s() (built-in function)"
|
msgid "%s() (built-in function)"
|
||||||
msgstr "%s() (fonction de base)"
|
msgstr "%s() (fonction de base)"
|
||||||
|
|
||||||
#: sphinx/domains/javascript.py:107 sphinx/domains/python.py:318
|
#: sphinx/domains/javascript.py:107 sphinx/domains/python.py:317
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s() (%s method)"
|
msgid "%s() (%s method)"
|
||||||
msgstr "%s() (méthode %s)"
|
msgstr "%s() (méthode %s)"
|
||||||
@ -210,7 +215,7 @@ msgstr "%s() (classe)"
|
|||||||
msgid "%s (global variable or constant)"
|
msgid "%s (global variable or constant)"
|
||||||
msgstr "%s (variable globale ou constante)"
|
msgstr "%s (variable globale ou constante)"
|
||||||
|
|
||||||
#: sphinx/domains/javascript.py:113 sphinx/domains/python.py:356
|
#: sphinx/domains/javascript.py:113 sphinx/domains/python.py:355
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s (%s attribute)"
|
msgid "%s (%s attribute)"
|
||||||
msgstr "%s (attribut %s)"
|
msgstr "%s (attribut %s)"
|
||||||
@ -220,15 +225,11 @@ msgstr "%s (attribut %s)"
|
|||||||
msgid "Arguments"
|
msgid "Arguments"
|
||||||
msgstr "Paramètres"
|
msgstr "Paramètres"
|
||||||
|
|
||||||
#: sphinx/domains/javascript.py:125
|
#: sphinx/domains/javascript.py:166 sphinx/domains/python.py:561
|
||||||
msgid "Throws"
|
|
||||||
msgstr "Lance"
|
|
||||||
|
|
||||||
#: sphinx/domains/javascript.py:164 sphinx/domains/python.py:560
|
|
||||||
msgid "data"
|
msgid "data"
|
||||||
msgstr "données"
|
msgstr "données"
|
||||||
|
|
||||||
#: sphinx/domains/javascript.py:165 sphinx/domains/python.py:566
|
#: sphinx/domains/javascript.py:167 sphinx/domains/python.py:567
|
||||||
msgid "attribute"
|
msgid "attribute"
|
||||||
msgstr "attribut"
|
msgstr "attribut"
|
||||||
|
|
||||||
@ -241,58 +242,58 @@ msgstr "Variable"
|
|||||||
msgid "Raises"
|
msgid "Raises"
|
||||||
msgstr "Lève"
|
msgstr "Lève"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:255 sphinx/domains/python.py:312
|
#: sphinx/domains/python.py:254 sphinx/domains/python.py:311
|
||||||
#: sphinx/domains/python.py:324 sphinx/domains/python.py:337
|
#: sphinx/domains/python.py:323 sphinx/domains/python.py:336
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s() (in module %s)"
|
msgid "%s() (in module %s)"
|
||||||
msgstr "%s() (dans le module %s)"
|
msgstr "%s() (dans le module %s)"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:258
|
#: sphinx/domains/python.py:257
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s (built-in variable)"
|
msgid "%s (built-in variable)"
|
||||||
msgstr "%s (variable de base)"
|
msgstr "%s (variable de base)"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:259 sphinx/domains/python.py:350
|
#: sphinx/domains/python.py:258 sphinx/domains/python.py:349
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s (in module %s)"
|
msgid "%s (in module %s)"
|
||||||
msgstr "%s (dans le module %s)"
|
msgstr "%s (dans le module %s)"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:275
|
#: sphinx/domains/python.py:274
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s (built-in class)"
|
msgid "%s (built-in class)"
|
||||||
msgstr "%s (classe de base)"
|
msgstr "%s (classe de base)"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:276
|
#: sphinx/domains/python.py:275
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s (class in %s)"
|
msgid "%s (class in %s)"
|
||||||
msgstr "%s (classe dans %s)"
|
msgstr "%s (classe dans %s)"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:316
|
#: sphinx/domains/python.py:315
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s() (%s.%s method)"
|
msgid "%s() (%s.%s method)"
|
||||||
msgstr "%s() (méthode %s.%s)"
|
msgstr "%s() (méthode %s.%s)"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:328
|
#: sphinx/domains/python.py:327
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s() (%s.%s static method)"
|
msgid "%s() (%s.%s static method)"
|
||||||
msgstr "%s() (méthode statique %s.%s)"
|
msgstr "%s() (méthode statique %s.%s)"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:331
|
#: sphinx/domains/python.py:330
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s() (%s static method)"
|
msgid "%s() (%s static method)"
|
||||||
msgstr "%s() (méthode statique %s)"
|
msgstr "%s() (méthode statique %s)"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:341
|
#: sphinx/domains/python.py:340
|
||||||
#, fuzzy, python-format
|
#, fuzzy, python-format
|
||||||
msgid "%s() (%s.%s class method)"
|
msgid "%s() (%s.%s class method)"
|
||||||
msgstr "%s() (méthode de classe %s.%s)"
|
msgstr "%s() (méthode de classe %s.%s)"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:344
|
#: sphinx/domains/python.py:343
|
||||||
#, fuzzy, python-format
|
#, fuzzy, python-format
|
||||||
msgid "%s() (%s class method)"
|
msgid "%s() (%s class method)"
|
||||||
msgstr "%s() (méthode de classe %s)"
|
msgstr "%s() (méthode de classe %s)"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:354
|
#: sphinx/domains/python.py:353
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s (%s.%s attribute)"
|
msgid "%s (%s.%s attribute)"
|
||||||
msgstr "%s (attribut %s.%s)"
|
msgstr "%s (attribut %s.%s)"
|
||||||
@ -310,49 +311,49 @@ msgstr "Index des modules Python"
|
|||||||
msgid "modules"
|
msgid "modules"
|
||||||
msgstr "modules"
|
msgstr "modules"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:537
|
#: sphinx/domains/python.py:538
|
||||||
msgid "Deprecated"
|
msgid "Deprecated"
|
||||||
msgstr "Obsolète"
|
msgstr "Obsolète"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:562 sphinx/locale/__init__.py:179
|
#: sphinx/domains/python.py:563 sphinx/locale/__init__.py:179
|
||||||
msgid "exception"
|
msgid "exception"
|
||||||
msgstr "exception"
|
msgstr "exception"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:563
|
#: sphinx/domains/python.py:564
|
||||||
msgid "method"
|
msgid "method"
|
||||||
msgstr "méthode"
|
msgstr "méthode"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:564
|
#: sphinx/domains/python.py:565
|
||||||
msgid "class method"
|
msgid "class method"
|
||||||
msgstr "méthode de classe"
|
msgstr "méthode de classe"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:565
|
#: sphinx/domains/python.py:566
|
||||||
msgid "static method"
|
msgid "static method"
|
||||||
msgstr "méthode statique"
|
msgstr "méthode statique"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:567 sphinx/locale/__init__.py:175
|
#: sphinx/domains/python.py:568 sphinx/locale/__init__.py:175
|
||||||
msgid "module"
|
msgid "module"
|
||||||
msgstr "module"
|
msgstr "module"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:695
|
#: sphinx/domains/python.py:696
|
||||||
msgid " (deprecated)"
|
msgid " (deprecated)"
|
||||||
msgstr " (obsolète)"
|
msgstr " (obsolète)"
|
||||||
|
|
||||||
#: sphinx/domains/rst.py:55
|
#: sphinx/domains/rst.py:53
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s (directive)"
|
msgid "%s (directive)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: sphinx/domains/rst.py:57
|
#: sphinx/domains/rst.py:55
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s (role)"
|
msgid "%s (role)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: sphinx/domains/rst.py:106
|
#: sphinx/domains/rst.py:104
|
||||||
msgid "directive"
|
msgid "directive"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: sphinx/domains/rst.py:107
|
#: sphinx/domains/rst.py:105
|
||||||
msgid "role"
|
msgid "role"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@ -366,70 +367,97 @@ msgstr "variable d'environnement; %s"
|
|||||||
msgid "%scommand line option; %s"
|
msgid "%scommand line option; %s"
|
||||||
msgstr "%soption de ligne de commande; %s"
|
msgstr "%soption de ligne de commande; %s"
|
||||||
|
|
||||||
#: sphinx/domains/std.py:393
|
#: sphinx/domains/std.py:414
|
||||||
msgid "glossary term"
|
msgid "glossary term"
|
||||||
msgstr "terme du glossaire"
|
msgstr "terme du glossaire"
|
||||||
|
|
||||||
#: sphinx/domains/std.py:394
|
#: sphinx/domains/std.py:415
|
||||||
msgid "grammar token"
|
msgid "grammar token"
|
||||||
msgstr "élément de grammaire"
|
msgstr "élément de grammaire"
|
||||||
|
|
||||||
#: sphinx/domains/std.py:395
|
#: sphinx/domains/std.py:416
|
||||||
msgid "reference label"
|
msgid "reference label"
|
||||||
msgstr "étiquette de référence"
|
msgstr "étiquette de référence"
|
||||||
|
|
||||||
#: sphinx/domains/std.py:396
|
#: sphinx/domains/std.py:418
|
||||||
msgid "environment variable"
|
msgid "environment variable"
|
||||||
msgstr "variable d'environnement"
|
msgstr "variable d'environnement"
|
||||||
|
|
||||||
#: sphinx/domains/std.py:397
|
#: sphinx/domains/std.py:419
|
||||||
msgid "program option"
|
msgid "program option"
|
||||||
msgstr "option du programme"
|
msgstr "option du programme"
|
||||||
|
|
||||||
#: sphinx/domains/std.py:427 sphinx/themes/basic/genindex-single.html:32
|
#: sphinx/domains/std.py:449 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:11
|
||||||
#: sphinx/themes/basic/genindex-split.html:14
|
#: sphinx/themes/basic/genindex-split.html:14
|
||||||
#: sphinx/themes/basic/genindex.html:32 sphinx/themes/basic/genindex.html:35
|
#: 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/themes/basic/genindex.html:68 sphinx/themes/basic/layout.html:134
|
||||||
#: sphinx/writers/latex.py:179 sphinx/writers/texinfo.py:456
|
#: sphinx/writers/latex.py:191 sphinx/writers/texinfo.py:475
|
||||||
msgid "Index"
|
msgid "Index"
|
||||||
msgstr "Index"
|
msgstr "Index"
|
||||||
|
|
||||||
#: sphinx/domains/std.py:428
|
#: sphinx/domains/std.py:450
|
||||||
msgid "Module Index"
|
msgid "Module Index"
|
||||||
msgstr "Index du module"
|
msgstr "Index du module"
|
||||||
|
|
||||||
#: sphinx/domains/std.py:429 sphinx/themes/basic/defindex.html:25
|
#: sphinx/domains/std.py:451 sphinx/themes/basic/defindex.html:25
|
||||||
msgid "Search Page"
|
msgid "Search Page"
|
||||||
msgstr "Page de recherche"
|
msgstr "Page de recherche"
|
||||||
|
|
||||||
#: sphinx/ext/autodoc.py:1002
|
#: sphinx/ext/autodoc.py:1042
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid " Bases: %s"
|
msgid " Bases: %s"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: sphinx/ext/autodoc.py:1038
|
#: sphinx/ext/autodoc.py:1078
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "alias of :class:`%s`"
|
msgid "alias of :class:`%s`"
|
||||||
msgstr "alias de :class:`%s`"
|
msgstr "alias de :class:`%s`"
|
||||||
|
|
||||||
#: sphinx/ext/todo.py:41
|
#: sphinx/ext/graphviz.py:294 sphinx/ext/graphviz.py:302
|
||||||
|
#, python-format
|
||||||
|
msgid "[graph: %s]"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: sphinx/ext/graphviz.py:296 sphinx/ext/graphviz.py:304
|
||||||
|
msgid "[graph]"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: sphinx/ext/intersphinx.py:234
|
||||||
|
#, python-format
|
||||||
|
msgid "(in %s v%s)"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: sphinx/ext/linkcode.py:66 sphinx/ext/viewcode.py:70
|
||||||
|
msgid "[source]"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: sphinx/ext/refcounting.py:83
|
||||||
|
msgid "Return value: Always NULL."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: sphinx/ext/refcounting.py:85
|
||||||
|
msgid "Return value: New reference."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: sphinx/ext/refcounting.py:87
|
||||||
|
msgid "Return value: Borrowed reference."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: sphinx/ext/todo.py:42
|
||||||
msgid "Todo"
|
msgid "Todo"
|
||||||
msgstr "À faire"
|
msgstr "À faire"
|
||||||
|
|
||||||
#: sphinx/ext/todo.py:109
|
#: sphinx/ext/todo.py:110
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "(The <<original entry>> is located in %s, line %d.)"
|
msgid "(The <<original entry>> is located in %s, line %d.)"
|
||||||
msgstr "(L'<<entrée orginale>> se trouve dans %s, à la ligne %d.)"
|
msgstr "(L'<<entrée orginale>> se trouve dans %s, à la ligne %d.)"
|
||||||
|
|
||||||
#: sphinx/ext/todo.py:117
|
#: sphinx/ext/todo.py:119
|
||||||
msgid "original entry"
|
msgid "original entry"
|
||||||
msgstr "entrée orginale"
|
msgstr "entrée orginale"
|
||||||
|
|
||||||
#: sphinx/ext/viewcode.py:70
|
|
||||||
msgid "[source]"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: sphinx/ext/viewcode.py:117
|
#: sphinx/ext/viewcode.py:117
|
||||||
msgid "[docs]"
|
msgid "[docs]"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -480,7 +508,7 @@ msgid "Note"
|
|||||||
msgstr "Note"
|
msgstr "Note"
|
||||||
|
|
||||||
#: sphinx/locale/__init__.py:162
|
#: sphinx/locale/__init__.py:162
|
||||||
msgid "See Also"
|
msgid "See also"
|
||||||
msgstr "Voir aussi"
|
msgstr "Voir aussi"
|
||||||
|
|
||||||
#: sphinx/locale/__init__.py:163
|
#: sphinx/locale/__init__.py:163
|
||||||
@ -526,25 +554,26 @@ msgstr "état"
|
|||||||
msgid "built-in function"
|
msgid "built-in function"
|
||||||
msgstr "fonction de base"
|
msgstr "fonction de base"
|
||||||
|
|
||||||
#: sphinx/themes/agogo/layout.html:45 sphinx/themes/basic/globaltoc.html:10
|
#: sphinx/themes/agogo/layout.html:46 sphinx/themes/basic/globaltoc.html:10
|
||||||
#: sphinx/themes/basic/localtoc.html:11
|
#: sphinx/themes/basic/localtoc.html:11 sphinx/themes/scrolls/layout.html:35
|
||||||
msgid "Table Of Contents"
|
msgid "Table Of Contents"
|
||||||
msgstr "Table des matières"
|
msgstr "Table des matières"
|
||||||
|
|
||||||
#: sphinx/themes/agogo/layout.html:49 sphinx/themes/basic/layout.html:137
|
#: sphinx/themes/agogo/layout.html:50 sphinx/themes/basic/layout.html:137
|
||||||
#: sphinx/themes/basic/search.html:11 sphinx/themes/basic/search.html:20
|
#: sphinx/themes/basic/search.html:11 sphinx/themes/basic/search.html:23
|
||||||
|
#: sphinx/themes/basic/searchresults.html:10
|
||||||
msgid "Search"
|
msgid "Search"
|
||||||
msgstr "Recherche"
|
msgstr "Recherche"
|
||||||
|
|
||||||
#: sphinx/themes/agogo/layout.html:52 sphinx/themes/basic/searchbox.html:15
|
#: sphinx/themes/agogo/layout.html:53 sphinx/themes/basic/searchbox.html:15
|
||||||
msgid "Go"
|
msgid "Go"
|
||||||
msgstr "Go"
|
msgstr "Go"
|
||||||
|
|
||||||
#: sphinx/themes/agogo/layout.html:57 sphinx/themes/basic/searchbox.html:20
|
#: sphinx/themes/agogo/layout.html:58 sphinx/themes/basic/searchbox.html:20
|
||||||
msgid "Enter search terms or a module, class or function name."
|
msgid "Enter search terms or a module, class or function name."
|
||||||
msgstr "Saisissez un mot clef ou un nom de module, classe ou fonction."
|
msgstr "Saisissez un mot clef ou un nom de module, classe ou fonction."
|
||||||
|
|
||||||
#: sphinx/themes/agogo/layout.html:78 sphinx/themes/basic/sourcelink.html:14
|
#: sphinx/themes/agogo/layout.html:79 sphinx/themes/basic/sourcelink.html:14
|
||||||
msgid "Show Source"
|
msgid "Show Source"
|
||||||
msgstr "Montrer la source"
|
msgstr "Montrer la source"
|
||||||
|
|
||||||
@ -552,6 +581,19 @@ msgstr "Montrer la source"
|
|||||||
msgid "Overview"
|
msgid "Overview"
|
||||||
msgstr "Résumé"
|
msgstr "Résumé"
|
||||||
|
|
||||||
|
#: sphinx/themes/basic/defindex.html:15
|
||||||
|
msgid "Welcome! This is"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: sphinx/themes/basic/defindex.html:16
|
||||||
|
#, fuzzy
|
||||||
|
msgid "the documentation for"
|
||||||
|
msgstr "documentation"
|
||||||
|
|
||||||
|
#: sphinx/themes/basic/defindex.html:17
|
||||||
|
msgid "last updated"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: sphinx/themes/basic/defindex.html:20
|
#: sphinx/themes/basic/defindex.html:20
|
||||||
msgid "Indices and tables:"
|
msgid "Indices and tables:"
|
||||||
msgstr "Indices et tables :"
|
msgstr "Indices et tables :"
|
||||||
@ -662,13 +704,13 @@ msgstr "Sujet suivant"
|
|||||||
msgid "next chapter"
|
msgid "next chapter"
|
||||||
msgstr "Chapitre suivant"
|
msgstr "Chapitre suivant"
|
||||||
|
|
||||||
#: sphinx/themes/basic/search.html:24
|
#: sphinx/themes/basic/search.html:27
|
||||||
msgid ""
|
msgid ""
|
||||||
"Please activate JavaScript to enable the search\n"
|
"Please activate JavaScript to enable the search\n"
|
||||||
" functionality."
|
" functionality."
|
||||||
msgstr "Activez le JavaScript pour que la recherche fonctionne."
|
msgstr "Activez le JavaScript pour que la recherche fonctionne."
|
||||||
|
|
||||||
#: sphinx/themes/basic/search.html:29
|
#: sphinx/themes/basic/search.html:32
|
||||||
msgid ""
|
msgid ""
|
||||||
"From here you can search these documents. Enter your search\n"
|
"From here you can search these documents. Enter your search\n"
|
||||||
" words into the box below and click \"search\". Note that the search\n"
|
" words into the box below and click \"search\". Note that the search\n"
|
||||||
@ -683,17 +725,21 @@ msgstr ""
|
|||||||
" contenant moins de mots n'apparaîtront pas dans la liste des "
|
" contenant moins de mots n'apparaîtront pas dans la liste des "
|
||||||
"résultats."
|
"résultats."
|
||||||
|
|
||||||
#: sphinx/themes/basic/search.html:36
|
#: sphinx/themes/basic/search.html:39 sphinx/themes/basic/searchresults.html:17
|
||||||
msgid "search"
|
msgid "search"
|
||||||
msgstr "rechercher"
|
msgstr "rechercher"
|
||||||
|
|
||||||
#: sphinx/themes/basic/search.html:40
|
#: sphinx/themes/basic/search.html:43 sphinx/themes/basic/searchresults.html:21
|
||||||
|
#: sphinx/themes/basic/static/searchtools.js_t:281
|
||||||
msgid "Search Results"
|
msgid "Search Results"
|
||||||
msgstr "Résultats de la recherche"
|
msgstr "Résultats de la recherche"
|
||||||
|
|
||||||
#: sphinx/themes/basic/search.html:42
|
#: sphinx/themes/basic/search.html:45 sphinx/themes/basic/searchresults.html:23
|
||||||
msgid "Your search did not match any results."
|
#: sphinx/themes/basic/static/searchtools.js_t:283
|
||||||
msgstr "Votre recherche n'a retourné aucun résultat"
|
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 ""
|
||||||
|
|
||||||
#: sphinx/themes/basic/searchbox.html:12
|
#: sphinx/themes/basic/searchbox.html:12
|
||||||
msgid "Quick search"
|
msgid "Quick search"
|
||||||
@ -731,25 +777,43 @@ msgstr "Modifications de l'API C"
|
|||||||
msgid "Other changes"
|
msgid "Other changes"
|
||||||
msgstr "Autres modifications"
|
msgstr "Autres modifications"
|
||||||
|
|
||||||
#: sphinx/themes/basic/static/doctools.js:154 sphinx/writers/html.py:504
|
#: sphinx/themes/basic/static/doctools.js:142 sphinx/writers/html.py:510
|
||||||
#: sphinx/writers/html.py:510
|
#: sphinx/writers/html.py:516
|
||||||
msgid "Permalink to this headline"
|
msgid "Permalink to this headline"
|
||||||
msgstr "Lien permanent vers ce titre"
|
msgstr "Lien permanent vers ce titre"
|
||||||
|
|
||||||
#: sphinx/themes/basic/static/doctools.js:160 sphinx/writers/html.py:92
|
#: sphinx/themes/basic/static/doctools.js:148 sphinx/writers/html.py:97
|
||||||
msgid "Permalink to this definition"
|
msgid "Permalink to this definition"
|
||||||
msgstr "Lien permanent vers cette définition"
|
msgstr "Lien permanent vers cette définition"
|
||||||
|
|
||||||
#: sphinx/themes/basic/static/doctools.js:189
|
#: sphinx/themes/basic/static/doctools.js:177
|
||||||
msgid "Hide Search Matches"
|
msgid "Hide Search Matches"
|
||||||
msgstr "Cacher les résultats de la recherche"
|
msgstr "Cacher les résultats de la recherche"
|
||||||
|
|
||||||
#: sphinx/themes/default/static/sidebar.js:69
|
#: sphinx/themes/basic/static/searchtools.js_t:119
|
||||||
|
#, fuzzy
|
||||||
|
msgid "Searching"
|
||||||
|
msgstr "rechercher"
|
||||||
|
|
||||||
|
#: sphinx/themes/basic/static/searchtools.js_t:124
|
||||||
|
msgid "Preparing search..."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: sphinx/themes/basic/static/searchtools.js_t:285
|
||||||
|
#, python-format
|
||||||
|
msgid "Search finished, found %s page(s) matching the search query."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: sphinx/themes/basic/static/searchtools.js_t:337
|
||||||
|
msgid ", in "
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: sphinx/themes/default/static/sidebar.js_t:83
|
||||||
msgid "Expand sidebar"
|
msgid "Expand sidebar"
|
||||||
msgstr "Agrandir le menu"
|
msgstr "Agrandir le menu"
|
||||||
|
|
||||||
#: sphinx/themes/default/static/sidebar.js:82
|
#: sphinx/themes/default/static/sidebar.js_t:96
|
||||||
#: sphinx/themes/default/static/sidebar.js:110
|
#: sphinx/themes/default/static/sidebar.js_t:124
|
||||||
msgid "Collapse sidebar"
|
msgid "Collapse sidebar"
|
||||||
msgstr "Réduire le menu"
|
msgstr "Réduire le menu"
|
||||||
|
|
||||||
@ -757,24 +821,29 @@ msgstr "Réduire le menu"
|
|||||||
msgid "Contents"
|
msgid "Contents"
|
||||||
msgstr "Contenu"
|
msgstr "Contenu"
|
||||||
|
|
||||||
#: sphinx/writers/latex.py:177
|
#: sphinx/writers/latex.py:189
|
||||||
msgid "Release"
|
msgid "Release"
|
||||||
msgstr "Version"
|
msgstr "Version"
|
||||||
|
|
||||||
#: sphinx/writers/latex.py:594 sphinx/writers/manpage.py:182
|
#: sphinx/writers/latex.py:620 sphinx/writers/manpage.py:181
|
||||||
#: sphinx/writers/texinfo.py:589
|
#: sphinx/writers/texinfo.py:612
|
||||||
msgid "Footnotes"
|
msgid "Footnotes"
|
||||||
msgstr "Notes de bas de page"
|
msgstr "Notes de bas de page"
|
||||||
|
|
||||||
#: sphinx/writers/latex.py:676
|
#: sphinx/writers/latex.py:704
|
||||||
msgid "continued from previous page"
|
msgid "continued from previous page"
|
||||||
msgstr "Suite de la page précédente"
|
msgstr "Suite de la page précédente"
|
||||||
|
|
||||||
#: sphinx/writers/latex.py:681
|
#: sphinx/writers/latex.py:710
|
||||||
msgid "Continued on next page"
|
msgid "Continued on next page"
|
||||||
msgstr "Suite sur la page suivante"
|
msgstr "Suite sur la page suivante"
|
||||||
|
|
||||||
#: sphinx/writers/text.py:437
|
#: sphinx/writers/manpage.py:226 sphinx/writers/text.py:541
|
||||||
|
#, fuzzy, python-format
|
||||||
|
msgid "[image: %s]"
|
||||||
|
msgstr "[image : %s]"
|
||||||
|
|
||||||
|
#: sphinx/writers/manpage.py:227 sphinx/writers/text.py:542
|
||||||
msgid "[image]"
|
msgid "[image]"
|
||||||
msgstr "[image]"
|
msgstr "[image]"
|
||||||
|
|
||||||
|
@ -1 +1 @@
|
|||||||
Documentation.addTranslations({"locale": "he", "plural_expr": "(n != 1)", "messages": {"Hide Search Matches": "\u05d4\u05e1\u05ea\u05e8 \u05ea\u05d5\u05e6\u05d0\u05d5\u05ea \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", "Expand sidebar": "\u05d4\u05e8\u05d7\u05d1 \u05e1\u05e8\u05d2\u05dc \u05e6\u05d3", "Permalink to this headline": "\u05e7\u05d9\u05e9\u05d5\u05e8 \u05e7\u05d1\u05d5\u05e2 \u05dc\u05db\u05d5\u05ea\u05e8\u05ea \u05d6\u05d5", "Collapse sidebar": "\u05db\u05d5\u05d5\u05e5 \u05e1\u05e8\u05d2\u05dc \u05e6\u05d3"}});
|
Documentation.addTranslations({"locale": "he", "plural_expr": "(n != 1)", "messages": {"Hide Search Matches": "\u05d4\u05e1\u05ea\u05e8 \u05ea\u05d5\u05e6\u05d0\u05d5\u05ea \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", "Permalink to this headline": "\u05e7\u05d9\u05e9\u05d5\u05e8 \u05e7\u05d1\u05d5\u05e2 \u05dc\u05db\u05d5\u05ea\u05e8\u05ea \u05d6\u05d5"}});
|
Binary file not shown.
@ -1,4 +1,4 @@
|
|||||||
# Translations template for Sphinx.
|
# Hebrew translations for Sphinx.
|
||||||
# Copyright (C) 2011 ORGANIZATION
|
# Copyright (C) 2011 ORGANIZATION
|
||||||
# This file is distributed under the same license as the Sphinx project.
|
# This file is distributed under the same license as the Sphinx project.
|
||||||
# FIRST AUTHOR <EMAIL@ADDRESS>, 2011.
|
# FIRST AUTHOR <EMAIL@ADDRESS>, 2011.
|
||||||
@ -7,43 +7,46 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: Sphinx 1.1pre/9523af9ba9aa+\n"
|
"Project-Id-Version: Sphinx 1.1pre/9523af9ba9aa+\n"
|
||||||
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
||||||
"POT-Creation-Date: 2011-09-21 10:06+0200\n"
|
"POT-Creation-Date: 2013-04-02 10:33+0200\n"
|
||||||
"PO-Revision-Date: 2013-02-18 17:56+0200\n"
|
"PO-Revision-Date: 2013-02-18 17:56+0200\n"
|
||||||
"Last-Translator: alonisser <alon@noal.org.il>\n"
|
"Last-Translator: alonisser <alon@noal.org.il>\n"
|
||||||
"Language-Team: \n"
|
"Language-Team: \n"
|
||||||
|
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
|
||||||
"MIME-Version: 1.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"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
"Generated-By: Babel 0.9.6\n"
|
"Generated-By: Babel 0.9.6\n"
|
||||||
"X-Generator: Poedit 1.5.5\n"
|
|
||||||
"Language: hebrew\n"
|
|
||||||
|
|
||||||
#: sphinx/config.py:81
|
#: sphinx/config.py:81
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s %s documentation"
|
msgid "%s %s documentation"
|
||||||
msgstr "תיעוד %s %s"
|
msgstr "תיעוד %s %s"
|
||||||
|
|
||||||
#: sphinx/environment.py:119 sphinx/writers/latex.py:190
|
#: sphinx/environment.py:1510
|
||||||
#: sphinx/writers/manpage.py:67 sphinx/writers/texinfo.py:203
|
|
||||||
#, python-format
|
|
||||||
msgid "%B %d, %Y"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: sphinx/environment.py:1625
|
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "see %s"
|
msgid "see %s"
|
||||||
msgstr "ראה %s"
|
msgstr "ראה %s"
|
||||||
|
|
||||||
#: sphinx/environment.py:1628
|
#: sphinx/environment.py:1513
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "see also %s"
|
msgid "see also %s"
|
||||||
msgstr "ראה גם %s"
|
msgstr "ראה גם %s"
|
||||||
|
|
||||||
|
#: sphinx/environment.py:1570
|
||||||
|
msgid "Symbols"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: sphinx/roles.py:175
|
#: sphinx/roles.py:175
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Python Enhancement Proposals; PEP %s"
|
msgid "Python Enhancement Proposals; PEP %s"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: sphinx/transforms.py:52 sphinx/writers/latex.py:202
|
||||||
|
#: sphinx/writers/manpage.py:67 sphinx/writers/texinfo.py:217
|
||||||
|
#, python-format
|
||||||
|
msgid "%B %d, %Y"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: sphinx/builders/changes.py:73
|
#: sphinx/builders/changes.py:73
|
||||||
msgid "Builtins"
|
msgid "Builtins"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -52,24 +55,24 @@ msgstr ""
|
|||||||
msgid "Module level"
|
msgid "Module level"
|
||||||
msgstr "רמת המודול"
|
msgstr "רמת המודול"
|
||||||
|
|
||||||
#: sphinx/builders/html.py:274
|
#: sphinx/builders/html.py:290
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%b %d, %Y"
|
msgid "%b %d, %Y"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: sphinx/builders/html.py:293 sphinx/themes/basic/defindex.html:30
|
#: sphinx/builders/html.py:309 sphinx/themes/basic/defindex.html:30
|
||||||
msgid "General Index"
|
msgid "General Index"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: sphinx/builders/html.py:293
|
#: sphinx/builders/html.py:309
|
||||||
msgid "index"
|
msgid "index"
|
||||||
msgstr "אינדקס"
|
msgstr "אינדקס"
|
||||||
|
|
||||||
#: sphinx/builders/html.py:353
|
#: sphinx/builders/html.py:369
|
||||||
msgid "next"
|
msgid "next"
|
||||||
msgstr "הבא"
|
msgstr "הבא"
|
||||||
|
|
||||||
#: sphinx/builders/html.py:362
|
#: sphinx/builders/html.py:378
|
||||||
msgid "previous"
|
msgid "previous"
|
||||||
msgstr "הקודם"
|
msgstr "הקודם"
|
||||||
|
|
||||||
@ -77,41 +80,38 @@ msgstr "הקודם"
|
|||||||
msgid " (in "
|
msgid " (in "
|
||||||
msgstr "(בתוך"
|
msgstr "(בתוך"
|
||||||
|
|
||||||
#: sphinx/directives/other.py:136
|
#: sphinx/directives/other.py:138
|
||||||
msgid "Section author: "
|
msgid "Section author: "
|
||||||
msgstr "מחבר הקטע:"
|
msgstr "מחבר הקטע:"
|
||||||
|
|
||||||
#: sphinx/directives/other.py:138
|
#: sphinx/directives/other.py:140
|
||||||
msgid "Module author: "
|
msgid "Module author: "
|
||||||
msgstr "מחבר המודול:"
|
msgstr "מחבר המודול:"
|
||||||
|
|
||||||
#: sphinx/directives/other.py:140
|
#: sphinx/directives/other.py:142
|
||||||
msgid "Code author: "
|
msgid "Code author: "
|
||||||
msgstr "מחבר הקוד:"
|
msgstr "מחבר הקוד:"
|
||||||
|
|
||||||
#: sphinx/directives/other.py:142
|
#: sphinx/directives/other.py:144
|
||||||
msgid "Author: "
|
msgid "Author: "
|
||||||
msgstr "מחבר:"
|
msgstr "מחבר:"
|
||||||
|
|
||||||
#: sphinx/directives/other.py:215
|
|
||||||
msgid "See also"
|
|
||||||
msgstr "ראה גם"
|
|
||||||
|
|
||||||
#: sphinx/domains/__init__.py:244
|
#: sphinx/domains/__init__.py:244
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s %s"
|
msgid "%s %s"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: sphinx/domains/c.py:51 sphinx/domains/python.py:95
|
#: sphinx/domains/c.py:51 sphinx/domains/cpp.py:939 sphinx/domains/python.py:95
|
||||||
msgid "Parameters"
|
msgid "Parameters"
|
||||||
msgstr "פרמטרים"
|
msgstr "פרמטרים"
|
||||||
|
|
||||||
#: sphinx/domains/c.py:54 sphinx/domains/javascript.py:128
|
#: sphinx/domains/c.py:54 sphinx/domains/cpp.py:945
|
||||||
#: sphinx/domains/python.py:107
|
#: sphinx/domains/javascript.py:128 sphinx/domains/python.py:107
|
||||||
msgid "Returns"
|
msgid "Returns"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: sphinx/domains/c.py:56 sphinx/domains/python.py:109
|
#: sphinx/domains/c.py:56 sphinx/domains/javascript.py:130
|
||||||
|
#: sphinx/domains/python.py:109
|
||||||
msgid "Return type"
|
msgid "Return type"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@ -140,58 +140,62 @@ msgstr ""
|
|||||||
msgid "%s (C variable)"
|
msgid "%s (C variable)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: sphinx/domains/c.py:204 sphinx/domains/cpp.py:1060
|
#: sphinx/domains/c.py:203 sphinx/domains/cpp.py:1207
|
||||||
#: sphinx/domains/javascript.py:162 sphinx/domains/python.py:559
|
#: sphinx/domains/javascript.py:164 sphinx/domains/python.py:560
|
||||||
msgid "function"
|
msgid "function"
|
||||||
msgstr "פונקציה"
|
msgstr "פונקציה"
|
||||||
|
|
||||||
#: sphinx/domains/c.py:205 sphinx/domains/cpp.py:1061
|
#: sphinx/domains/c.py:204 sphinx/domains/cpp.py:1208
|
||||||
msgid "member"
|
msgid "member"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: sphinx/domains/c.py:206
|
#: sphinx/domains/c.py:205
|
||||||
msgid "macro"
|
msgid "macro"
|
||||||
msgstr "מאקרו"
|
msgstr "מאקרו"
|
||||||
|
|
||||||
#: sphinx/domains/c.py:207 sphinx/domains/cpp.py:1062
|
#: sphinx/domains/c.py:206 sphinx/domains/cpp.py:1209
|
||||||
msgid "type"
|
msgid "type"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: sphinx/domains/c.py:208
|
#: sphinx/domains/c.py:207
|
||||||
msgid "variable"
|
msgid "variable"
|
||||||
msgstr "משתנה"
|
msgstr "משתנה"
|
||||||
|
|
||||||
#: sphinx/domains/cpp.py:904
|
#: sphinx/domains/cpp.py:942 sphinx/domains/javascript.py:125
|
||||||
|
msgid "Throws"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: sphinx/domains/cpp.py:1038
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s (C++ class)"
|
msgid "%s (C++ class)"
|
||||||
msgstr "%s (מחלקת C++)"
|
msgstr "%s (מחלקת C++)"
|
||||||
|
|
||||||
#: sphinx/domains/cpp.py:919
|
#: sphinx/domains/cpp.py:1061
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s (C++ type)"
|
msgid "%s (C++ type)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: sphinx/domains/cpp.py:938
|
#: sphinx/domains/cpp.py:1081
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s (C++ member)"
|
msgid "%s (C++ member)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: sphinx/domains/cpp.py:990
|
#: sphinx/domains/cpp.py:1137
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s (C++ function)"
|
msgid "%s (C++ function)"
|
||||||
msgstr "%s (פונקציית C++)"
|
msgstr "%s (פונקציית C++)"
|
||||||
|
|
||||||
#: sphinx/domains/cpp.py:1059 sphinx/domains/javascript.py:163
|
#: sphinx/domains/cpp.py:1206 sphinx/domains/javascript.py:165
|
||||||
#: sphinx/domains/python.py:561
|
#: sphinx/domains/python.py:562
|
||||||
msgid "class"
|
msgid "class"
|
||||||
msgstr "מחלקה"
|
msgstr "מחלקה"
|
||||||
|
|
||||||
#: sphinx/domains/javascript.py:106 sphinx/domains/python.py:254
|
#: sphinx/domains/javascript.py:106 sphinx/domains/python.py:253
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s() (built-in function)"
|
msgid "%s() (built-in function)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: sphinx/domains/javascript.py:107 sphinx/domains/python.py:318
|
#: sphinx/domains/javascript.py:107 sphinx/domains/python.py:317
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s() (%s method)"
|
msgid "%s() (%s method)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -206,7 +210,7 @@ msgstr ""
|
|||||||
msgid "%s (global variable or constant)"
|
msgid "%s (global variable or constant)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: sphinx/domains/javascript.py:113 sphinx/domains/python.py:356
|
#: sphinx/domains/javascript.py:113 sphinx/domains/python.py:355
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s (%s attribute)"
|
msgid "%s (%s attribute)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -215,15 +219,11 @@ msgstr ""
|
|||||||
msgid "Arguments"
|
msgid "Arguments"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: sphinx/domains/javascript.py:125
|
#: sphinx/domains/javascript.py:166 sphinx/domains/python.py:561
|
||||||
msgid "Throws"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: sphinx/domains/javascript.py:164 sphinx/domains/python.py:560
|
|
||||||
msgid "data"
|
msgid "data"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: sphinx/domains/javascript.py:165 sphinx/domains/python.py:566
|
#: sphinx/domains/javascript.py:167 sphinx/domains/python.py:567
|
||||||
msgid "attribute"
|
msgid "attribute"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@ -235,58 +235,58 @@ msgstr "משתנים"
|
|||||||
msgid "Raises"
|
msgid "Raises"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: sphinx/domains/python.py:255 sphinx/domains/python.py:312
|
#: sphinx/domains/python.py:254 sphinx/domains/python.py:311
|
||||||
#: sphinx/domains/python.py:324 sphinx/domains/python.py:337
|
#: sphinx/domains/python.py:323 sphinx/domains/python.py:336
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s() (in module %s)"
|
msgid "%s() (in module %s)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: sphinx/domains/python.py:258
|
#: sphinx/domains/python.py:257
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s (built-in variable)"
|
msgid "%s (built-in variable)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: sphinx/domains/python.py:259 sphinx/domains/python.py:350
|
#: sphinx/domains/python.py:258 sphinx/domains/python.py:349
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s (in module %s)"
|
msgid "%s (in module %s)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: sphinx/domains/python.py:275
|
#: sphinx/domains/python.py:274
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s (built-in class)"
|
msgid "%s (built-in class)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: sphinx/domains/python.py:276
|
#: sphinx/domains/python.py:275
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s (class in %s)"
|
msgid "%s (class in %s)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: sphinx/domains/python.py:316
|
#: sphinx/domains/python.py:315
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s() (%s.%s method)"
|
msgid "%s() (%s.%s method)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: sphinx/domains/python.py:328
|
#: sphinx/domains/python.py:327
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s() (%s.%s static method)"
|
msgid "%s() (%s.%s static method)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: sphinx/domains/python.py:331
|
#: sphinx/domains/python.py:330
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s() (%s static method)"
|
msgid "%s() (%s static method)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: sphinx/domains/python.py:341
|
#: sphinx/domains/python.py:340
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s() (%s.%s class method)"
|
msgid "%s() (%s.%s class method)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: sphinx/domains/python.py:344
|
#: sphinx/domains/python.py:343
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s() (%s class method)"
|
msgid "%s() (%s class method)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: sphinx/domains/python.py:354
|
#: sphinx/domains/python.py:353
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s (%s.%s attribute)"
|
msgid "%s (%s.%s attribute)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -304,49 +304,49 @@ msgstr ""
|
|||||||
msgid "modules"
|
msgid "modules"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: sphinx/domains/python.py:537
|
#: sphinx/domains/python.py:538
|
||||||
msgid "Deprecated"
|
msgid "Deprecated"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: sphinx/domains/python.py:562 sphinx/locale/__init__.py:179
|
#: sphinx/domains/python.py:563 sphinx/locale/__init__.py:179
|
||||||
msgid "exception"
|
msgid "exception"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: sphinx/domains/python.py:563
|
#: sphinx/domains/python.py:564
|
||||||
msgid "method"
|
msgid "method"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: sphinx/domains/python.py:564
|
#: sphinx/domains/python.py:565
|
||||||
msgid "class method"
|
msgid "class method"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: sphinx/domains/python.py:565
|
#: sphinx/domains/python.py:566
|
||||||
msgid "static method"
|
msgid "static method"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: sphinx/domains/python.py:567 sphinx/locale/__init__.py:175
|
#: sphinx/domains/python.py:568 sphinx/locale/__init__.py:175
|
||||||
msgid "module"
|
msgid "module"
|
||||||
msgstr "מודול"
|
msgstr "מודול"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:695
|
#: sphinx/domains/python.py:696
|
||||||
msgid " (deprecated)"
|
msgid " (deprecated)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: sphinx/domains/rst.py:55
|
#: sphinx/domains/rst.py:53
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s (directive)"
|
msgid "%s (directive)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: sphinx/domains/rst.py:57
|
#: sphinx/domains/rst.py:55
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s (role)"
|
msgid "%s (role)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: sphinx/domains/rst.py:106
|
#: sphinx/domains/rst.py:104
|
||||||
msgid "directive"
|
msgid "directive"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: sphinx/domains/rst.py:107
|
#: sphinx/domains/rst.py:105
|
||||||
msgid "role"
|
msgid "role"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@ -360,70 +360,97 @@ msgstr "משתנה סביבה; %s"
|
|||||||
msgid "%scommand line option; %s"
|
msgid "%scommand line option; %s"
|
||||||
msgstr "%sאופציית שורת הפקודה ; %s"
|
msgstr "%sאופציית שורת הפקודה ; %s"
|
||||||
|
|
||||||
#: sphinx/domains/std.py:393
|
#: sphinx/domains/std.py:414
|
||||||
msgid "glossary term"
|
msgid "glossary term"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: sphinx/domains/std.py:394
|
#: sphinx/domains/std.py:415
|
||||||
msgid "grammar token"
|
msgid "grammar token"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: sphinx/domains/std.py:395
|
#: sphinx/domains/std.py:416
|
||||||
msgid "reference label"
|
msgid "reference label"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: sphinx/domains/std.py:396
|
#: sphinx/domains/std.py:418
|
||||||
msgid "environment variable"
|
msgid "environment variable"
|
||||||
msgstr "משתנה סביבה"
|
msgstr "משתנה סביבה"
|
||||||
|
|
||||||
#: sphinx/domains/std.py:397
|
#: sphinx/domains/std.py:419
|
||||||
msgid "program option"
|
msgid "program option"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: sphinx/domains/std.py:427 sphinx/themes/basic/genindex-single.html:32
|
#: sphinx/domains/std.py:449 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:11
|
||||||
#: sphinx/themes/basic/genindex-split.html:14
|
#: sphinx/themes/basic/genindex-split.html:14
|
||||||
#: sphinx/themes/basic/genindex.html:32 sphinx/themes/basic/genindex.html:35
|
#: 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/themes/basic/genindex.html:68 sphinx/themes/basic/layout.html:134
|
||||||
#: sphinx/writers/latex.py:179 sphinx/writers/texinfo.py:456
|
#: sphinx/writers/latex.py:191 sphinx/writers/texinfo.py:475
|
||||||
msgid "Index"
|
msgid "Index"
|
||||||
msgstr "אינדקס"
|
msgstr "אינדקס"
|
||||||
|
|
||||||
#: sphinx/domains/std.py:428
|
#: sphinx/domains/std.py:450
|
||||||
msgid "Module Index"
|
msgid "Module Index"
|
||||||
msgstr "מודול אינדקס"
|
msgstr "מודול אינדקס"
|
||||||
|
|
||||||
#: sphinx/domains/std.py:429 sphinx/themes/basic/defindex.html:25
|
#: sphinx/domains/std.py:451 sphinx/themes/basic/defindex.html:25
|
||||||
msgid "Search Page"
|
msgid "Search Page"
|
||||||
msgstr "דף חיפוש"
|
msgstr "דף חיפוש"
|
||||||
|
|
||||||
#: sphinx/ext/autodoc.py:1002
|
#: sphinx/ext/autodoc.py:1042
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid " Bases: %s"
|
msgid " Bases: %s"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: sphinx/ext/autodoc.py:1038
|
#: sphinx/ext/autodoc.py:1078
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "alias of :class:`%s`"
|
msgid "alias of :class:`%s`"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: sphinx/ext/todo.py:41
|
#: sphinx/ext/graphviz.py:294 sphinx/ext/graphviz.py:302
|
||||||
|
#, python-format
|
||||||
|
msgid "[graph: %s]"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: sphinx/ext/graphviz.py:296 sphinx/ext/graphviz.py:304
|
||||||
|
msgid "[graph]"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: sphinx/ext/intersphinx.py:234
|
||||||
|
#, python-format
|
||||||
|
msgid "(in %s v%s)"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: sphinx/ext/linkcode.py:66 sphinx/ext/viewcode.py:70
|
||||||
|
msgid "[source]"
|
||||||
|
msgstr "[מקור]"
|
||||||
|
|
||||||
|
#: sphinx/ext/refcounting.py:83
|
||||||
|
msgid "Return value: Always NULL."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: sphinx/ext/refcounting.py:85
|
||||||
|
msgid "Return value: New reference."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: sphinx/ext/refcounting.py:87
|
||||||
|
msgid "Return value: Borrowed reference."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: sphinx/ext/todo.py:42
|
||||||
msgid "Todo"
|
msgid "Todo"
|
||||||
msgstr "לעשות"
|
msgstr "לעשות"
|
||||||
|
|
||||||
#: sphinx/ext/todo.py:109
|
#: sphinx/ext/todo.py:110
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "(The <<original entry>> is located in %s, line %d.)"
|
msgid "(The <<original entry>> is located in %s, line %d.)"
|
||||||
msgstr "(ה <<הרשומה המקורית>> ממוקמת ב %s, שורה %d.)"
|
msgstr "(ה <<הרשומה המקורית>> ממוקמת ב %s, שורה %d.)"
|
||||||
|
|
||||||
#: sphinx/ext/todo.py:117
|
#: sphinx/ext/todo.py:119
|
||||||
msgid "original entry"
|
msgid "original entry"
|
||||||
msgstr "הטקסט המקורי"
|
msgstr "הטקסט המקורי"
|
||||||
|
|
||||||
#: sphinx/ext/viewcode.py:70
|
|
||||||
msgid "[source]"
|
|
||||||
msgstr "[מקור]"
|
|
||||||
|
|
||||||
#: sphinx/ext/viewcode.py:117
|
#: sphinx/ext/viewcode.py:117
|
||||||
msgid "[docs]"
|
msgid "[docs]"
|
||||||
msgstr "[תיעוד]"
|
msgstr "[תיעוד]"
|
||||||
@ -474,8 +501,8 @@ msgid "Note"
|
|||||||
msgstr "הערה"
|
msgstr "הערה"
|
||||||
|
|
||||||
#: sphinx/locale/__init__.py:162
|
#: sphinx/locale/__init__.py:162
|
||||||
msgid "See Also"
|
msgid "See also"
|
||||||
msgstr "ראו גם"
|
msgstr "ראה גם"
|
||||||
|
|
||||||
#: sphinx/locale/__init__.py:163
|
#: sphinx/locale/__init__.py:163
|
||||||
msgid "Tip"
|
msgid "Tip"
|
||||||
@ -520,25 +547,26 @@ msgstr ""
|
|||||||
msgid "built-in function"
|
msgid "built-in function"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: sphinx/themes/agogo/layout.html:45 sphinx/themes/basic/globaltoc.html:10
|
#: sphinx/themes/agogo/layout.html:46 sphinx/themes/basic/globaltoc.html:10
|
||||||
#: sphinx/themes/basic/localtoc.html:11
|
#: sphinx/themes/basic/localtoc.html:11 sphinx/themes/scrolls/layout.html:35
|
||||||
msgid "Table Of Contents"
|
msgid "Table Of Contents"
|
||||||
msgstr "תוכן עניינים"
|
msgstr "תוכן עניינים"
|
||||||
|
|
||||||
#: sphinx/themes/agogo/layout.html:49 sphinx/themes/basic/layout.html:137
|
#: sphinx/themes/agogo/layout.html:50 sphinx/themes/basic/layout.html:137
|
||||||
#: sphinx/themes/basic/search.html:11 sphinx/themes/basic/search.html:20
|
#: sphinx/themes/basic/search.html:11 sphinx/themes/basic/search.html:23
|
||||||
|
#: sphinx/themes/basic/searchresults.html:10
|
||||||
msgid "Search"
|
msgid "Search"
|
||||||
msgstr "חיפוש"
|
msgstr "חיפוש"
|
||||||
|
|
||||||
#: sphinx/themes/agogo/layout.html:52 sphinx/themes/basic/searchbox.html:15
|
#: sphinx/themes/agogo/layout.html:53 sphinx/themes/basic/searchbox.html:15
|
||||||
msgid "Go"
|
msgid "Go"
|
||||||
msgstr "לך"
|
msgstr "לך"
|
||||||
|
|
||||||
#: sphinx/themes/agogo/layout.html:57 sphinx/themes/basic/searchbox.html:20
|
#: sphinx/themes/agogo/layout.html:58 sphinx/themes/basic/searchbox.html:20
|
||||||
msgid "Enter search terms or a module, class or function name."
|
msgid "Enter search terms or a module, class or function name."
|
||||||
msgstr "הכנס מושגים לחיפוש או שם מודול, מחלקה או פונקציה."
|
msgstr "הכנס מושגים לחיפוש או שם מודול, מחלקה או פונקציה."
|
||||||
|
|
||||||
#: sphinx/themes/agogo/layout.html:78 sphinx/themes/basic/sourcelink.html:14
|
#: sphinx/themes/agogo/layout.html:79 sphinx/themes/basic/sourcelink.html:14
|
||||||
msgid "Show Source"
|
msgid "Show Source"
|
||||||
msgstr "הצג מקור"
|
msgstr "הצג מקור"
|
||||||
|
|
||||||
@ -546,6 +574,19 @@ msgstr "הצג מקור"
|
|||||||
msgid "Overview"
|
msgid "Overview"
|
||||||
msgstr "סקירה כללית"
|
msgstr "סקירה כללית"
|
||||||
|
|
||||||
|
#: sphinx/themes/basic/defindex.html:15
|
||||||
|
msgid "Welcome! This is"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: sphinx/themes/basic/defindex.html:16
|
||||||
|
#, fuzzy
|
||||||
|
msgid "the documentation for"
|
||||||
|
msgstr "תיעוד"
|
||||||
|
|
||||||
|
#: sphinx/themes/basic/defindex.html:17
|
||||||
|
msgid "last updated"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: sphinx/themes/basic/defindex.html:20
|
#: sphinx/themes/basic/defindex.html:20
|
||||||
msgid "Indices and tables:"
|
msgid "Indices and tables:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -627,12 +668,13 @@ msgid "Last updated on %(last_updated)s."
|
|||||||
msgstr "עודכן לאחרונה ב %(last_updated)s."
|
msgstr "עודכן לאחרונה ב %(last_updated)s."
|
||||||
|
|
||||||
#: sphinx/themes/basic/layout.html:198
|
#: sphinx/themes/basic/layout.html:198
|
||||||
#, python-format
|
#, fuzzy, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"Created using <a href=\"http://sphinx.pocoo.org/\">Sphinx</a> "
|
"Created using <a href=\"http://sphinx-doc.org/\">Sphinx</a> "
|
||||||
"%(sphinx_version)s."
|
"%(sphinx_version)s."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"נוצר ע\"י <a href=\"http://sphinx.pocoo.org/\">Sphinx</a> %(sphinx_version)s."
|
"נוצר ע\"י <a href=\"http://sphinx.pocoo.org/\">Sphinx</a> "
|
||||||
|
"%(sphinx_version)s."
|
||||||
|
|
||||||
#: sphinx/themes/basic/opensearch.xml:4
|
#: sphinx/themes/basic/opensearch.xml:4
|
||||||
#, python-format
|
#, python-format
|
||||||
@ -655,7 +697,7 @@ msgstr "נושא הבא"
|
|||||||
msgid "next chapter"
|
msgid "next chapter"
|
||||||
msgstr "פרק הבא"
|
msgstr "פרק הבא"
|
||||||
|
|
||||||
#: sphinx/themes/basic/search.html:24
|
#: sphinx/themes/basic/search.html:27
|
||||||
msgid ""
|
msgid ""
|
||||||
"Please activate JavaScript to enable the search\n"
|
"Please activate JavaScript to enable the search\n"
|
||||||
" functionality."
|
" functionality."
|
||||||
@ -663,7 +705,7 @@ msgstr ""
|
|||||||
"אנא הפעל ג'אואסקריפט ע\"מ לאפשר את\n"
|
"אנא הפעל ג'אואסקריפט ע\"מ לאפשר את\n"
|
||||||
" החיפוש."
|
" החיפוש."
|
||||||
|
|
||||||
#: sphinx/themes/basic/search.html:29
|
#: sphinx/themes/basic/search.html:32
|
||||||
msgid ""
|
msgid ""
|
||||||
"From here you can search these documents. Enter your search\n"
|
"From here you can search these documents. Enter your search\n"
|
||||||
" words into the box below and click \"search\". Note that the search\n"
|
" words into the box below and click \"search\". Note that the search\n"
|
||||||
@ -671,17 +713,21 @@ msgid ""
|
|||||||
" containing fewer words won't appear in the result list."
|
" containing fewer words won't appear in the result list."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: sphinx/themes/basic/search.html:36
|
#: sphinx/themes/basic/search.html:39 sphinx/themes/basic/searchresults.html:17
|
||||||
msgid "search"
|
msgid "search"
|
||||||
msgstr "חיפוש"
|
msgstr "חיפוש"
|
||||||
|
|
||||||
#: sphinx/themes/basic/search.html:40
|
#: sphinx/themes/basic/search.html:43 sphinx/themes/basic/searchresults.html:21
|
||||||
|
#: sphinx/themes/basic/static/searchtools.js_t:281
|
||||||
msgid "Search Results"
|
msgid "Search Results"
|
||||||
msgstr "תוצאות החיפוש"
|
msgstr "תוצאות החיפוש"
|
||||||
|
|
||||||
#: sphinx/themes/basic/search.html:42
|
#: sphinx/themes/basic/search.html:45 sphinx/themes/basic/searchresults.html:23
|
||||||
msgid "Your search did not match any results."
|
#: sphinx/themes/basic/static/searchtools.js_t:283
|
||||||
msgstr "החיפוש שלך לא הניב כל תוצאה"
|
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 ""
|
||||||
|
|
||||||
#: sphinx/themes/basic/searchbox.html:12
|
#: sphinx/themes/basic/searchbox.html:12
|
||||||
msgid "Quick search"
|
msgid "Quick search"
|
||||||
@ -719,25 +765,43 @@ msgstr ""
|
|||||||
msgid "Other changes"
|
msgid "Other changes"
|
||||||
msgstr "שינויים אחרים"
|
msgstr "שינויים אחרים"
|
||||||
|
|
||||||
#: sphinx/themes/basic/static/doctools.js:154 sphinx/writers/html.py:504
|
#: sphinx/themes/basic/static/doctools.js:142 sphinx/writers/html.py:510
|
||||||
#: sphinx/writers/html.py:510
|
#: sphinx/writers/html.py:516
|
||||||
msgid "Permalink to this headline"
|
msgid "Permalink to this headline"
|
||||||
msgstr "קישור קבוע לכותרת זו"
|
msgstr "קישור קבוע לכותרת זו"
|
||||||
|
|
||||||
#: sphinx/themes/basic/static/doctools.js:160 sphinx/writers/html.py:92
|
#: sphinx/themes/basic/static/doctools.js:148 sphinx/writers/html.py:97
|
||||||
msgid "Permalink to this definition"
|
msgid "Permalink to this definition"
|
||||||
msgstr "קישור קבוע להגדרה זו"
|
msgstr "קישור קבוע להגדרה זו"
|
||||||
|
|
||||||
#: sphinx/themes/basic/static/doctools.js:189
|
#: sphinx/themes/basic/static/doctools.js:177
|
||||||
msgid "Hide Search Matches"
|
msgid "Hide Search Matches"
|
||||||
msgstr "הסתר תוצאות חיפוש"
|
msgstr "הסתר תוצאות חיפוש"
|
||||||
|
|
||||||
#: sphinx/themes/default/static/sidebar.js:69
|
#: sphinx/themes/basic/static/searchtools.js_t:119
|
||||||
|
#, fuzzy
|
||||||
|
msgid "Searching"
|
||||||
|
msgstr "חיפוש"
|
||||||
|
|
||||||
|
#: sphinx/themes/basic/static/searchtools.js_t:124
|
||||||
|
msgid "Preparing search..."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: sphinx/themes/basic/static/searchtools.js_t:285
|
||||||
|
#, python-format
|
||||||
|
msgid "Search finished, found %s page(s) matching the search query."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: sphinx/themes/basic/static/searchtools.js_t:337
|
||||||
|
msgid ", in "
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: sphinx/themes/default/static/sidebar.js_t:83
|
||||||
msgid "Expand sidebar"
|
msgid "Expand sidebar"
|
||||||
msgstr "הרחב סרגל צד"
|
msgstr "הרחב סרגל צד"
|
||||||
|
|
||||||
#: sphinx/themes/default/static/sidebar.js:82
|
#: sphinx/themes/default/static/sidebar.js_t:96
|
||||||
#: sphinx/themes/default/static/sidebar.js:110
|
#: sphinx/themes/default/static/sidebar.js_t:124
|
||||||
msgid "Collapse sidebar"
|
msgid "Collapse sidebar"
|
||||||
msgstr "כווץ סרגל צד"
|
msgstr "כווץ סרגל צד"
|
||||||
|
|
||||||
@ -745,23 +809,29 @@ msgstr "כווץ סרגל צד"
|
|||||||
msgid "Contents"
|
msgid "Contents"
|
||||||
msgstr "תוכן"
|
msgstr "תוכן"
|
||||||
|
|
||||||
#: sphinx/writers/latex.py:177
|
#: sphinx/writers/latex.py:189
|
||||||
msgid "Release"
|
msgid "Release"
|
||||||
msgstr "מהדורה"
|
msgstr "מהדורה"
|
||||||
|
|
||||||
#: sphinx/writers/latex.py:594 sphinx/writers/manpage.py:182
|
#: sphinx/writers/latex.py:620 sphinx/writers/manpage.py:181
|
||||||
#: sphinx/writers/texinfo.py:589
|
#: sphinx/writers/texinfo.py:612
|
||||||
msgid "Footnotes"
|
msgid "Footnotes"
|
||||||
msgstr "הערות שוליים"
|
msgstr "הערות שוליים"
|
||||||
|
|
||||||
#: sphinx/writers/latex.py:676
|
#: sphinx/writers/latex.py:704
|
||||||
msgid "continued from previous page"
|
msgid "continued from previous page"
|
||||||
msgstr "המשך מעמוד קודם"
|
msgstr "המשך מעמוד קודם"
|
||||||
|
|
||||||
#: sphinx/writers/latex.py:681
|
#: sphinx/writers/latex.py:710
|
||||||
msgid "Continued on next page"
|
msgid "Continued on next page"
|
||||||
msgstr "המשך בעמוד הבא"
|
msgstr "המשך בעמוד הבא"
|
||||||
|
|
||||||
#: sphinx/writers/text.py:437
|
#: sphinx/writers/manpage.py:226 sphinx/writers/text.py:541
|
||||||
|
#, fuzzy, python-format
|
||||||
|
msgid "[image: %s]"
|
||||||
|
msgstr "[תמונה: %s]"
|
||||||
|
|
||||||
|
#: sphinx/writers/manpage.py:227 sphinx/writers/text.py:542
|
||||||
msgid "[image]"
|
msgid "[image]"
|
||||||
msgstr "[תמונה]"
|
msgstr "[תמונה]"
|
||||||
|
|
||||||
|
@ -1 +1 @@
|
|||||||
Documentation.addTranslations({"locale": "hr", "plural_expr": "0", "messages": {"Hide Search Matches": "Sakrij rezultate pretrage", "Permalink to this definition": "Link na tu definiciju", "Expand sidebar": "", "Permalink to this headline": "Link na taj naslov", "Collapse sidebar": ""}});
|
Documentation.addTranslations({"locale": "hr", "plural_expr": "0", "messages": {"Hide Search Matches": "Sakrij rezultate pretrage", "Permalink to this definition": "Link na tu definiciju", "Permalink to this headline": "Link na taj naslov"}});
|
Binary file not shown.
@ -1,9 +1,12 @@
|
|||||||
|
# Croatian translations for Sphinx.
|
||||||
|
# Copyright (C) 2011 ORGANIZATION
|
||||||
|
# This file is distributed under the same license as the Sphinx project.
|
||||||
|
#
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: Sphinx\n"
|
"Project-Id-Version: Sphinx\n"
|
||||||
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
||||||
"POT-Creation-Date: 2011-09-21 10:06+0200\n"
|
"POT-Creation-Date: 2013-04-02 10:33+0200\n"
|
||||||
"PO-Revision-Date: 2011-01-22 14:41+0100\n"
|
"PO-Revision-Date: 2011-01-22 14:41+0100\n"
|
||||||
"Last-Translator: Bojan Mihelač <bmihelac@mihelac.org>\n"
|
"Last-Translator: Bojan Mihelač <bmihelac@mihelac.org>\n"
|
||||||
"Language-Team: Bojan Mihelač <bmihelac@mihelac.org>\n"
|
"Language-Team: Bojan Mihelač <bmihelac@mihelac.org>\n"
|
||||||
@ -18,27 +21,31 @@ msgstr ""
|
|||||||
msgid "%s %s documentation"
|
msgid "%s %s documentation"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: sphinx/environment.py:119 sphinx/writers/latex.py:190
|
#: sphinx/environment.py:1510
|
||||||
#: sphinx/writers/manpage.py:67 sphinx/writers/texinfo.py:203
|
|
||||||
#, python-format
|
|
||||||
msgid "%B %d, %Y"
|
|
||||||
msgstr "%d %B, %Y"
|
|
||||||
|
|
||||||
#: sphinx/environment.py:1625
|
|
||||||
#, fuzzy, python-format
|
#, fuzzy, python-format
|
||||||
msgid "see %s"
|
msgid "see %s"
|
||||||
msgstr "pogledaj %s"
|
msgstr "pogledaj %s"
|
||||||
|
|
||||||
#: sphinx/environment.py:1628
|
#: sphinx/environment.py:1513
|
||||||
#, fuzzy, python-format
|
#, fuzzy, python-format
|
||||||
msgid "see also %s"
|
msgid "see also %s"
|
||||||
msgstr "pogledaj i %s"
|
msgstr "pogledaj i %s"
|
||||||
|
|
||||||
|
#: sphinx/environment.py:1570
|
||||||
|
msgid "Symbols"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: sphinx/roles.py:175
|
#: sphinx/roles.py:175
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Python Enhancement Proposals; PEP %s"
|
msgid "Python Enhancement Proposals; PEP %s"
|
||||||
msgstr "Python Enhancement Proposals; PEP %s"
|
msgstr "Python Enhancement Proposals; PEP %s"
|
||||||
|
|
||||||
|
#: sphinx/transforms.py:52 sphinx/writers/latex.py:202
|
||||||
|
#: sphinx/writers/manpage.py:67 sphinx/writers/texinfo.py:217
|
||||||
|
#, python-format
|
||||||
|
msgid "%B %d, %Y"
|
||||||
|
msgstr "%d %B, %Y"
|
||||||
|
|
||||||
#: sphinx/builders/changes.py:73
|
#: sphinx/builders/changes.py:73
|
||||||
msgid "Builtins"
|
msgid "Builtins"
|
||||||
msgstr "Ugrađeni dijelovi"
|
msgstr "Ugrađeni dijelovi"
|
||||||
@ -47,24 +54,24 @@ msgstr "Ugrađeni dijelovi"
|
|||||||
msgid "Module level"
|
msgid "Module level"
|
||||||
msgstr "Nivo modula"
|
msgstr "Nivo modula"
|
||||||
|
|
||||||
#: sphinx/builders/html.py:274
|
#: sphinx/builders/html.py:290
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%b %d, %Y"
|
msgid "%b %d, %Y"
|
||||||
msgstr "%d %b, %Y"
|
msgstr "%d %b, %Y"
|
||||||
|
|
||||||
#: sphinx/builders/html.py:293 sphinx/themes/basic/defindex.html:30
|
#: sphinx/builders/html.py:309 sphinx/themes/basic/defindex.html:30
|
||||||
msgid "General Index"
|
msgid "General Index"
|
||||||
msgstr "Opceniti abecedni indeks"
|
msgstr "Opceniti abecedni indeks"
|
||||||
|
|
||||||
#: sphinx/builders/html.py:293
|
#: sphinx/builders/html.py:309
|
||||||
msgid "index"
|
msgid "index"
|
||||||
msgstr "abecedni indeks"
|
msgstr "abecedni indeks"
|
||||||
|
|
||||||
#: sphinx/builders/html.py:353
|
#: sphinx/builders/html.py:369
|
||||||
msgid "next"
|
msgid "next"
|
||||||
msgstr "naprijed"
|
msgstr "naprijed"
|
||||||
|
|
||||||
#: sphinx/builders/html.py:362
|
#: sphinx/builders/html.py:378
|
||||||
msgid "previous"
|
msgid "previous"
|
||||||
msgstr "nazad"
|
msgstr "nazad"
|
||||||
|
|
||||||
@ -72,42 +79,39 @@ msgstr "nazad"
|
|||||||
msgid " (in "
|
msgid " (in "
|
||||||
msgstr " (u "
|
msgstr " (u "
|
||||||
|
|
||||||
#: sphinx/directives/other.py:136
|
#: sphinx/directives/other.py:138
|
||||||
msgid "Section author: "
|
msgid "Section author: "
|
||||||
msgstr "Autor sekcije: "
|
msgstr "Autor sekcije: "
|
||||||
|
|
||||||
#: sphinx/directives/other.py:138
|
#: sphinx/directives/other.py:140
|
||||||
msgid "Module author: "
|
msgid "Module author: "
|
||||||
msgstr "Autor modula: "
|
msgstr "Autor modula: "
|
||||||
|
|
||||||
#: sphinx/directives/other.py:140
|
#: sphinx/directives/other.py:142
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid "Code author: "
|
msgid "Code author: "
|
||||||
msgstr "Autor modula: "
|
msgstr "Autor modula: "
|
||||||
|
|
||||||
#: sphinx/directives/other.py:142
|
#: sphinx/directives/other.py:144
|
||||||
msgid "Author: "
|
msgid "Author: "
|
||||||
msgstr "Autor:"
|
msgstr "Autor:"
|
||||||
|
|
||||||
#: sphinx/directives/other.py:215
|
|
||||||
msgid "See also"
|
|
||||||
msgstr "Pogledaj i"
|
|
||||||
|
|
||||||
#: sphinx/domains/__init__.py:244
|
#: sphinx/domains/__init__.py:244
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s %s"
|
msgid "%s %s"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: sphinx/domains/c.py:51 sphinx/domains/python.py:95
|
#: sphinx/domains/c.py:51 sphinx/domains/cpp.py:939 sphinx/domains/python.py:95
|
||||||
msgid "Parameters"
|
msgid "Parameters"
|
||||||
msgstr "Parametri"
|
msgstr "Parametri"
|
||||||
|
|
||||||
#: sphinx/domains/c.py:54 sphinx/domains/javascript.py:128
|
#: sphinx/domains/c.py:54 sphinx/domains/cpp.py:945
|
||||||
#: sphinx/domains/python.py:107
|
#: sphinx/domains/javascript.py:128 sphinx/domains/python.py:107
|
||||||
msgid "Returns"
|
msgid "Returns"
|
||||||
msgstr "Vraća"
|
msgstr "Vraća"
|
||||||
|
|
||||||
#: sphinx/domains/c.py:56 sphinx/domains/python.py:109
|
#: sphinx/domains/c.py:56 sphinx/domains/javascript.py:130
|
||||||
|
#: sphinx/domains/python.py:109
|
||||||
msgid "Return type"
|
msgid "Return type"
|
||||||
msgstr "Vraća tip"
|
msgstr "Vraća tip"
|
||||||
|
|
||||||
@ -136,59 +140,63 @@ msgstr "%s (C tip)"
|
|||||||
msgid "%s (C variable)"
|
msgid "%s (C variable)"
|
||||||
msgstr "%s (C varijabla)"
|
msgstr "%s (C varijabla)"
|
||||||
|
|
||||||
#: sphinx/domains/c.py:204 sphinx/domains/cpp.py:1060
|
#: sphinx/domains/c.py:203 sphinx/domains/cpp.py:1207
|
||||||
#: sphinx/domains/javascript.py:162 sphinx/domains/python.py:559
|
#: sphinx/domains/javascript.py:164 sphinx/domains/python.py:560
|
||||||
msgid "function"
|
msgid "function"
|
||||||
msgstr "funkcija"
|
msgstr "funkcija"
|
||||||
|
|
||||||
#: sphinx/domains/c.py:205 sphinx/domains/cpp.py:1061
|
#: sphinx/domains/c.py:204 sphinx/domains/cpp.py:1208
|
||||||
msgid "member"
|
msgid "member"
|
||||||
msgstr "član"
|
msgstr "član"
|
||||||
|
|
||||||
#: sphinx/domains/c.py:206
|
#: sphinx/domains/c.py:205
|
||||||
msgid "macro"
|
msgid "macro"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: sphinx/domains/c.py:207 sphinx/domains/cpp.py:1062
|
#: sphinx/domains/c.py:206 sphinx/domains/cpp.py:1209
|
||||||
msgid "type"
|
msgid "type"
|
||||||
msgstr "tip"
|
msgstr "tip"
|
||||||
|
|
||||||
#: sphinx/domains/c.py:208
|
#: sphinx/domains/c.py:207
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid "variable"
|
msgid "variable"
|
||||||
msgstr "Varijabla"
|
msgstr "Varijabla"
|
||||||
|
|
||||||
#: sphinx/domains/cpp.py:904
|
#: sphinx/domains/cpp.py:942 sphinx/domains/javascript.py:125
|
||||||
|
msgid "Throws"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: sphinx/domains/cpp.py:1038
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s (C++ class)"
|
msgid "%s (C++ class)"
|
||||||
msgstr "%s (C++ razred)"
|
msgstr "%s (C++ razred)"
|
||||||
|
|
||||||
#: sphinx/domains/cpp.py:919
|
#: sphinx/domains/cpp.py:1061
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s (C++ type)"
|
msgid "%s (C++ type)"
|
||||||
msgstr "%s (C++ tip)"
|
msgstr "%s (C++ tip)"
|
||||||
|
|
||||||
#: sphinx/domains/cpp.py:938
|
#: sphinx/domains/cpp.py:1081
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s (C++ member)"
|
msgid "%s (C++ member)"
|
||||||
msgstr "%s (C++ član)"
|
msgstr "%s (C++ član)"
|
||||||
|
|
||||||
#: sphinx/domains/cpp.py:990
|
#: sphinx/domains/cpp.py:1137
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s (C++ function)"
|
msgid "%s (C++ function)"
|
||||||
msgstr "%s (C++ funkcija)"
|
msgstr "%s (C++ funkcija)"
|
||||||
|
|
||||||
#: sphinx/domains/cpp.py:1059 sphinx/domains/javascript.py:163
|
#: sphinx/domains/cpp.py:1206 sphinx/domains/javascript.py:165
|
||||||
#: sphinx/domains/python.py:561
|
#: sphinx/domains/python.py:562
|
||||||
msgid "class"
|
msgid "class"
|
||||||
msgstr "razred"
|
msgstr "razred"
|
||||||
|
|
||||||
#: sphinx/domains/javascript.py:106 sphinx/domains/python.py:254
|
#: sphinx/domains/javascript.py:106 sphinx/domains/python.py:253
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s() (built-in function)"
|
msgid "%s() (built-in function)"
|
||||||
msgstr "%s() (ugrađene funkcije)"
|
msgstr "%s() (ugrađene funkcije)"
|
||||||
|
|
||||||
#: sphinx/domains/javascript.py:107 sphinx/domains/python.py:318
|
#: sphinx/domains/javascript.py:107 sphinx/domains/python.py:317
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s() (%s method)"
|
msgid "%s() (%s method)"
|
||||||
msgstr "%s() (%s metoda)"
|
msgstr "%s() (%s metoda)"
|
||||||
@ -203,7 +211,7 @@ msgstr "%s() (razred)"
|
|||||||
msgid "%s (global variable or constant)"
|
msgid "%s (global variable or constant)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: sphinx/domains/javascript.py:113 sphinx/domains/python.py:356
|
#: sphinx/domains/javascript.py:113 sphinx/domains/python.py:355
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s (%s attribute)"
|
msgid "%s (%s attribute)"
|
||||||
msgstr "%s (%s atribut)"
|
msgstr "%s (%s atribut)"
|
||||||
@ -213,15 +221,11 @@ msgstr "%s (%s atribut)"
|
|||||||
msgid "Arguments"
|
msgid "Arguments"
|
||||||
msgstr "Parametri"
|
msgstr "Parametri"
|
||||||
|
|
||||||
#: sphinx/domains/javascript.py:125
|
#: sphinx/domains/javascript.py:166 sphinx/domains/python.py:561
|
||||||
msgid "Throws"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: sphinx/domains/javascript.py:164 sphinx/domains/python.py:560
|
|
||||||
msgid "data"
|
msgid "data"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: sphinx/domains/javascript.py:165 sphinx/domains/python.py:566
|
#: sphinx/domains/javascript.py:167 sphinx/domains/python.py:567
|
||||||
msgid "attribute"
|
msgid "attribute"
|
||||||
msgstr "atribut"
|
msgstr "atribut"
|
||||||
|
|
||||||
@ -234,58 +238,58 @@ msgstr "Varijabla"
|
|||||||
msgid "Raises"
|
msgid "Raises"
|
||||||
msgstr "Podiže"
|
msgstr "Podiže"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:255 sphinx/domains/python.py:312
|
#: sphinx/domains/python.py:254 sphinx/domains/python.py:311
|
||||||
#: sphinx/domains/python.py:324 sphinx/domains/python.py:337
|
#: sphinx/domains/python.py:323 sphinx/domains/python.py:336
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s() (in module %s)"
|
msgid "%s() (in module %s)"
|
||||||
msgstr "%s() (u modulu %s)"
|
msgstr "%s() (u modulu %s)"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:258
|
#: sphinx/domains/python.py:257
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s (built-in variable)"
|
msgid "%s (built-in variable)"
|
||||||
msgstr "%s (ugrađene variable)"
|
msgstr "%s (ugrađene variable)"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:259 sphinx/domains/python.py:350
|
#: sphinx/domains/python.py:258 sphinx/domains/python.py:349
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s (in module %s)"
|
msgid "%s (in module %s)"
|
||||||
msgstr "%s (u modulu %s)"
|
msgstr "%s (u modulu %s)"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:275
|
#: sphinx/domains/python.py:274
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s (built-in class)"
|
msgid "%s (built-in class)"
|
||||||
msgstr "%s (ugrađen razred)"
|
msgstr "%s (ugrađen razred)"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:276
|
#: sphinx/domains/python.py:275
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s (class in %s)"
|
msgid "%s (class in %s)"
|
||||||
msgstr "%s (razred u %s)"
|
msgstr "%s (razred u %s)"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:316
|
#: sphinx/domains/python.py:315
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s() (%s.%s method)"
|
msgid "%s() (%s.%s method)"
|
||||||
msgstr "%s() (%s.%s metoda)"
|
msgstr "%s() (%s.%s metoda)"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:328
|
#: sphinx/domains/python.py:327
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s() (%s.%s static method)"
|
msgid "%s() (%s.%s static method)"
|
||||||
msgstr "%s() (%s.%s statična metoda)"
|
msgstr "%s() (%s.%s statična metoda)"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:331
|
#: sphinx/domains/python.py:330
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s() (%s static method)"
|
msgid "%s() (%s static method)"
|
||||||
msgstr "%s() (%s statična metoda)"
|
msgstr "%s() (%s statična metoda)"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:341
|
#: sphinx/domains/python.py:340
|
||||||
#, fuzzy, python-format
|
#, fuzzy, python-format
|
||||||
msgid "%s() (%s.%s class method)"
|
msgid "%s() (%s.%s class method)"
|
||||||
msgstr "%s() (%s.%s metoda)"
|
msgstr "%s() (%s.%s metoda)"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:344
|
#: sphinx/domains/python.py:343
|
||||||
#, fuzzy, python-format
|
#, fuzzy, python-format
|
||||||
msgid "%s() (%s class method)"
|
msgid "%s() (%s class method)"
|
||||||
msgstr "%s() (%s metoda)"
|
msgstr "%s() (%s metoda)"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:354
|
#: sphinx/domains/python.py:353
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s (%s.%s attribute)"
|
msgid "%s (%s.%s attribute)"
|
||||||
msgstr "%s (%s.%s atribut)"
|
msgstr "%s (%s.%s atribut)"
|
||||||
@ -304,49 +308,49 @@ msgstr "Popis modula"
|
|||||||
msgid "modules"
|
msgid "modules"
|
||||||
msgstr "Moduli"
|
msgstr "Moduli"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:537
|
#: sphinx/domains/python.py:538
|
||||||
msgid "Deprecated"
|
msgid "Deprecated"
|
||||||
msgstr "Zastarjelo"
|
msgstr "Zastarjelo"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:562 sphinx/locale/__init__.py:179
|
#: sphinx/domains/python.py:563 sphinx/locale/__init__.py:179
|
||||||
msgid "exception"
|
msgid "exception"
|
||||||
msgstr "izuzetak"
|
msgstr "izuzetak"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:563
|
#: sphinx/domains/python.py:564
|
||||||
msgid "method"
|
msgid "method"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: sphinx/domains/python.py:564
|
#: sphinx/domains/python.py:565
|
||||||
msgid "class method"
|
msgid "class method"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: sphinx/domains/python.py:565
|
#: sphinx/domains/python.py:566
|
||||||
msgid "static method"
|
msgid "static method"
|
||||||
msgstr "statična metoda"
|
msgstr "statična metoda"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:567 sphinx/locale/__init__.py:175
|
#: sphinx/domains/python.py:568 sphinx/locale/__init__.py:175
|
||||||
msgid "module"
|
msgid "module"
|
||||||
msgstr "modul"
|
msgstr "modul"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:695
|
#: sphinx/domains/python.py:696
|
||||||
msgid " (deprecated)"
|
msgid " (deprecated)"
|
||||||
msgstr " (zastarjelo)"
|
msgstr " (zastarjelo)"
|
||||||
|
|
||||||
#: sphinx/domains/rst.py:55
|
#: sphinx/domains/rst.py:53
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s (directive)"
|
msgid "%s (directive)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: sphinx/domains/rst.py:57
|
#: sphinx/domains/rst.py:55
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s (role)"
|
msgid "%s (role)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: sphinx/domains/rst.py:106
|
#: sphinx/domains/rst.py:104
|
||||||
msgid "directive"
|
msgid "directive"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: sphinx/domains/rst.py:107
|
#: sphinx/domains/rst.py:105
|
||||||
msgid "role"
|
msgid "role"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@ -360,70 +364,97 @@ msgstr "varijabla okruženja; %s"
|
|||||||
msgid "%scommand line option; %s"
|
msgid "%scommand line option; %s"
|
||||||
msgstr "%scommand line parameter; %s"
|
msgstr "%scommand line parameter; %s"
|
||||||
|
|
||||||
#: sphinx/domains/std.py:393
|
#: sphinx/domains/std.py:414
|
||||||
msgid "glossary term"
|
msgid "glossary term"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: sphinx/domains/std.py:394
|
#: sphinx/domains/std.py:415
|
||||||
msgid "grammar token"
|
msgid "grammar token"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: sphinx/domains/std.py:395
|
#: sphinx/domains/std.py:416
|
||||||
msgid "reference label"
|
msgid "reference label"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: sphinx/domains/std.py:396
|
#: sphinx/domains/std.py:418
|
||||||
msgid "environment variable"
|
msgid "environment variable"
|
||||||
msgstr "varijabla okruženja"
|
msgstr "varijabla okruženja"
|
||||||
|
|
||||||
#: sphinx/domains/std.py:397
|
#: sphinx/domains/std.py:419
|
||||||
msgid "program option"
|
msgid "program option"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: sphinx/domains/std.py:427 sphinx/themes/basic/genindex-single.html:32
|
#: sphinx/domains/std.py:449 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:11
|
||||||
#: sphinx/themes/basic/genindex-split.html:14
|
#: sphinx/themes/basic/genindex-split.html:14
|
||||||
#: sphinx/themes/basic/genindex.html:32 sphinx/themes/basic/genindex.html:35
|
#: 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/themes/basic/genindex.html:68 sphinx/themes/basic/layout.html:134
|
||||||
#: sphinx/writers/latex.py:179 sphinx/writers/texinfo.py:456
|
#: sphinx/writers/latex.py:191 sphinx/writers/texinfo.py:475
|
||||||
msgid "Index"
|
msgid "Index"
|
||||||
msgstr "Abecedni popis"
|
msgstr "Abecedni popis"
|
||||||
|
|
||||||
#: sphinx/domains/std.py:428
|
#: sphinx/domains/std.py:450
|
||||||
msgid "Module Index"
|
msgid "Module Index"
|
||||||
msgstr "Popis modula"
|
msgstr "Popis modula"
|
||||||
|
|
||||||
#: sphinx/domains/std.py:429 sphinx/themes/basic/defindex.html:25
|
#: sphinx/domains/std.py:451 sphinx/themes/basic/defindex.html:25
|
||||||
msgid "Search Page"
|
msgid "Search Page"
|
||||||
msgstr "Tražilica"
|
msgstr "Tražilica"
|
||||||
|
|
||||||
#: sphinx/ext/autodoc.py:1002
|
#: sphinx/ext/autodoc.py:1042
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid " Bases: %s"
|
msgid " Bases: %s"
|
||||||
msgstr " Osnove: %s"
|
msgstr " Osnove: %s"
|
||||||
|
|
||||||
#: sphinx/ext/autodoc.py:1038
|
#: sphinx/ext/autodoc.py:1078
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "alias of :class:`%s`"
|
msgid "alias of :class:`%s`"
|
||||||
msgstr "nadimak za :class:`%s`"
|
msgstr "nadimak za :class:`%s`"
|
||||||
|
|
||||||
#: sphinx/ext/todo.py:41
|
#: sphinx/ext/graphviz.py:294 sphinx/ext/graphviz.py:302
|
||||||
|
#, python-format
|
||||||
|
msgid "[graph: %s]"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: sphinx/ext/graphviz.py:296 sphinx/ext/graphviz.py:304
|
||||||
|
msgid "[graph]"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: sphinx/ext/intersphinx.py:234
|
||||||
|
#, python-format
|
||||||
|
msgid "(in %s v%s)"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: sphinx/ext/linkcode.py:66 sphinx/ext/viewcode.py:70
|
||||||
|
msgid "[source]"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: sphinx/ext/refcounting.py:83
|
||||||
|
msgid "Return value: Always NULL."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: sphinx/ext/refcounting.py:85
|
||||||
|
msgid "Return value: New reference."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: sphinx/ext/refcounting.py:87
|
||||||
|
msgid "Return value: Borrowed reference."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: sphinx/ext/todo.py:42
|
||||||
msgid "Todo"
|
msgid "Todo"
|
||||||
msgstr "Todo"
|
msgstr "Todo"
|
||||||
|
|
||||||
#: sphinx/ext/todo.py:109
|
#: sphinx/ext/todo.py:110
|
||||||
#, fuzzy, python-format
|
#, fuzzy, python-format
|
||||||
msgid "(The <<original entry>> is located in %s, line %d.)"
|
msgid "(The <<original entry>> is located in %s, line %d.)"
|
||||||
msgstr "(Originalan unos se nalazi u %s, u retku %d.)"
|
msgstr "(<<Originalan unos>> se nalazi u %s, u retku %d.)"
|
||||||
|
|
||||||
#: sphinx/ext/todo.py:117
|
#: sphinx/ext/todo.py:119
|
||||||
msgid "original entry"
|
msgid "original entry"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: sphinx/ext/viewcode.py:70
|
|
||||||
msgid "[source]"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: sphinx/ext/viewcode.py:117
|
#: sphinx/ext/viewcode.py:117
|
||||||
msgid "[docs]"
|
msgid "[docs]"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -475,7 +506,7 @@ msgid "Note"
|
|||||||
msgstr "Napomena"
|
msgstr "Napomena"
|
||||||
|
|
||||||
#: sphinx/locale/__init__.py:162
|
#: sphinx/locale/__init__.py:162
|
||||||
msgid "See Also"
|
msgid "See also"
|
||||||
msgstr "Pogledaj i"
|
msgstr "Pogledaj i"
|
||||||
|
|
||||||
#: sphinx/locale/__init__.py:163
|
#: sphinx/locale/__init__.py:163
|
||||||
@ -521,25 +552,26 @@ msgstr "izjava"
|
|||||||
msgid "built-in function"
|
msgid "built-in function"
|
||||||
msgstr "ugrađen funkcije"
|
msgstr "ugrađen funkcije"
|
||||||
|
|
||||||
#: sphinx/themes/agogo/layout.html:45 sphinx/themes/basic/globaltoc.html:10
|
#: sphinx/themes/agogo/layout.html:46 sphinx/themes/basic/globaltoc.html:10
|
||||||
#: sphinx/themes/basic/localtoc.html:11
|
#: sphinx/themes/basic/localtoc.html:11 sphinx/themes/scrolls/layout.html:35
|
||||||
msgid "Table Of Contents"
|
msgid "Table Of Contents"
|
||||||
msgstr "Pregled sadržaja"
|
msgstr "Pregled sadržaja"
|
||||||
|
|
||||||
#: sphinx/themes/agogo/layout.html:49 sphinx/themes/basic/layout.html:137
|
#: sphinx/themes/agogo/layout.html:50 sphinx/themes/basic/layout.html:137
|
||||||
#: sphinx/themes/basic/search.html:11 sphinx/themes/basic/search.html:20
|
#: sphinx/themes/basic/search.html:11 sphinx/themes/basic/search.html:23
|
||||||
|
#: sphinx/themes/basic/searchresults.html:10
|
||||||
msgid "Search"
|
msgid "Search"
|
||||||
msgstr "Traži"
|
msgstr "Traži"
|
||||||
|
|
||||||
#: sphinx/themes/agogo/layout.html:52 sphinx/themes/basic/searchbox.html:15
|
#: sphinx/themes/agogo/layout.html:53 sphinx/themes/basic/searchbox.html:15
|
||||||
msgid "Go"
|
msgid "Go"
|
||||||
msgstr "Naprijed"
|
msgstr "Naprijed"
|
||||||
|
|
||||||
#: sphinx/themes/agogo/layout.html:57 sphinx/themes/basic/searchbox.html:20
|
#: sphinx/themes/agogo/layout.html:58 sphinx/themes/basic/searchbox.html:20
|
||||||
msgid "Enter search terms or a module, class or function name."
|
msgid "Enter search terms or a module, class or function name."
|
||||||
msgstr "Unesi ime modula, razreda ili funkcije."
|
msgstr "Unesi ime modula, razreda ili funkcije."
|
||||||
|
|
||||||
#: sphinx/themes/agogo/layout.html:78 sphinx/themes/basic/sourcelink.html:14
|
#: sphinx/themes/agogo/layout.html:79 sphinx/themes/basic/sourcelink.html:14
|
||||||
msgid "Show Source"
|
msgid "Show Source"
|
||||||
msgstr "Prikaži izvorni kod"
|
msgstr "Prikaži izvorni kod"
|
||||||
|
|
||||||
@ -547,6 +579,19 @@ msgstr "Prikaži izvorni kod"
|
|||||||
msgid "Overview"
|
msgid "Overview"
|
||||||
msgstr "Pregled"
|
msgstr "Pregled"
|
||||||
|
|
||||||
|
#: sphinx/themes/basic/defindex.html:15
|
||||||
|
msgid "Welcome! This is"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: sphinx/themes/basic/defindex.html:16
|
||||||
|
#, fuzzy
|
||||||
|
msgid "the documentation for"
|
||||||
|
msgstr "traži po dokumentaciji"
|
||||||
|
|
||||||
|
#: sphinx/themes/basic/defindex.html:17
|
||||||
|
msgid "last updated"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: sphinx/themes/basic/defindex.html:20
|
#: sphinx/themes/basic/defindex.html:20
|
||||||
msgid "Indices and tables:"
|
msgid "Indices and tables:"
|
||||||
msgstr "Kazala i tabele:"
|
msgstr "Kazala i tabele:"
|
||||||
@ -657,7 +702,7 @@ msgstr "Slijedeća tema"
|
|||||||
msgid "next chapter"
|
msgid "next chapter"
|
||||||
msgstr "slijedeće poglavje"
|
msgstr "slijedeće poglavje"
|
||||||
|
|
||||||
#: sphinx/themes/basic/search.html:24
|
#: sphinx/themes/basic/search.html:27
|
||||||
msgid ""
|
msgid ""
|
||||||
"Please activate JavaScript to enable the search\n"
|
"Please activate JavaScript to enable the search\n"
|
||||||
" functionality."
|
" functionality."
|
||||||
@ -665,7 +710,7 @@ msgstr ""
|
|||||||
"Molimo omogućite JavaScript\n"
|
"Molimo omogućite JavaScript\n"
|
||||||
" za djelovanje tražilice."
|
" za djelovanje tražilice."
|
||||||
|
|
||||||
#: sphinx/themes/basic/search.html:29
|
#: sphinx/themes/basic/search.html:32
|
||||||
msgid ""
|
msgid ""
|
||||||
"From here you can search these documents. Enter your search\n"
|
"From here you can search these documents. Enter your search\n"
|
||||||
" words into the box below and click \"search\". Note that the search\n"
|
" words into the box below and click \"search\". Note that the search\n"
|
||||||
@ -677,17 +722,21 @@ msgstr ""
|
|||||||
" function will automatically search for all of the words. Pages\n"
|
" function will automatically search for all of the words. Pages\n"
|
||||||
" containing fewer words won't appear in the result list."
|
" containing fewer words won't appear in the result list."
|
||||||
|
|
||||||
#: sphinx/themes/basic/search.html:36
|
#: sphinx/themes/basic/search.html:39 sphinx/themes/basic/searchresults.html:17
|
||||||
msgid "search"
|
msgid "search"
|
||||||
msgstr "traži"
|
msgstr "traži"
|
||||||
|
|
||||||
#: sphinx/themes/basic/search.html:40
|
#: sphinx/themes/basic/search.html:43 sphinx/themes/basic/searchresults.html:21
|
||||||
|
#: sphinx/themes/basic/static/searchtools.js_t:281
|
||||||
msgid "Search Results"
|
msgid "Search Results"
|
||||||
msgstr "Rezultati pretrage"
|
msgstr "Rezultati pretrage"
|
||||||
|
|
||||||
#: sphinx/themes/basic/search.html:42
|
#: sphinx/themes/basic/search.html:45 sphinx/themes/basic/searchresults.html:23
|
||||||
msgid "Your search did not match any results."
|
#: sphinx/themes/basic/static/searchtools.js_t:283
|
||||||
msgstr "Your search did not match any results."
|
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 ""
|
||||||
|
|
||||||
#: sphinx/themes/basic/searchbox.html:12
|
#: sphinx/themes/basic/searchbox.html:12
|
||||||
msgid "Quick search"
|
msgid "Quick search"
|
||||||
@ -725,25 +774,43 @@ msgstr "C API changes"
|
|||||||
msgid "Other changes"
|
msgid "Other changes"
|
||||||
msgstr "Ostale promjene"
|
msgstr "Ostale promjene"
|
||||||
|
|
||||||
#: sphinx/themes/basic/static/doctools.js:154 sphinx/writers/html.py:504
|
#: sphinx/themes/basic/static/doctools.js:142 sphinx/writers/html.py:510
|
||||||
#: sphinx/writers/html.py:510
|
#: sphinx/writers/html.py:516
|
||||||
msgid "Permalink to this headline"
|
msgid "Permalink to this headline"
|
||||||
msgstr "Link na taj naslov"
|
msgstr "Link na taj naslov"
|
||||||
|
|
||||||
#: sphinx/themes/basic/static/doctools.js:160 sphinx/writers/html.py:92
|
#: sphinx/themes/basic/static/doctools.js:148 sphinx/writers/html.py:97
|
||||||
msgid "Permalink to this definition"
|
msgid "Permalink to this definition"
|
||||||
msgstr "Link na tu definiciju"
|
msgstr "Link na tu definiciju"
|
||||||
|
|
||||||
#: sphinx/themes/basic/static/doctools.js:189
|
#: sphinx/themes/basic/static/doctools.js:177
|
||||||
msgid "Hide Search Matches"
|
msgid "Hide Search Matches"
|
||||||
msgstr "Sakrij rezultate pretrage"
|
msgstr "Sakrij rezultate pretrage"
|
||||||
|
|
||||||
#: sphinx/themes/default/static/sidebar.js:69
|
#: sphinx/themes/basic/static/searchtools.js_t:119
|
||||||
|
#, fuzzy
|
||||||
|
msgid "Searching"
|
||||||
|
msgstr "traži"
|
||||||
|
|
||||||
|
#: sphinx/themes/basic/static/searchtools.js_t:124
|
||||||
|
msgid "Preparing search..."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: sphinx/themes/basic/static/searchtools.js_t:285
|
||||||
|
#, python-format
|
||||||
|
msgid "Search finished, found %s page(s) matching the search query."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: sphinx/themes/basic/static/searchtools.js_t:337
|
||||||
|
msgid ", in "
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: sphinx/themes/default/static/sidebar.js_t:83
|
||||||
msgid "Expand sidebar"
|
msgid "Expand sidebar"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: sphinx/themes/default/static/sidebar.js:82
|
#: sphinx/themes/default/static/sidebar.js_t:96
|
||||||
#: sphinx/themes/default/static/sidebar.js:110
|
#: sphinx/themes/default/static/sidebar.js_t:124
|
||||||
msgid "Collapse sidebar"
|
msgid "Collapse sidebar"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@ -751,24 +818,29 @@ msgstr ""
|
|||||||
msgid "Contents"
|
msgid "Contents"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: sphinx/writers/latex.py:177
|
#: sphinx/writers/latex.py:189
|
||||||
msgid "Release"
|
msgid "Release"
|
||||||
msgstr "Distribucija"
|
msgstr "Distribucija"
|
||||||
|
|
||||||
#: sphinx/writers/latex.py:594 sphinx/writers/manpage.py:182
|
#: sphinx/writers/latex.py:620 sphinx/writers/manpage.py:181
|
||||||
#: sphinx/writers/texinfo.py:589
|
#: sphinx/writers/texinfo.py:612
|
||||||
msgid "Footnotes"
|
msgid "Footnotes"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: sphinx/writers/latex.py:676
|
#: sphinx/writers/latex.py:704
|
||||||
msgid "continued from previous page"
|
msgid "continued from previous page"
|
||||||
msgstr "nastavak sa prethodne stranice"
|
msgstr "nastavak sa prethodne stranice"
|
||||||
|
|
||||||
#: sphinx/writers/latex.py:681
|
#: sphinx/writers/latex.py:710
|
||||||
msgid "Continued on next page"
|
msgid "Continued on next page"
|
||||||
msgstr "nastavak na slijedećoj stranici"
|
msgstr "nastavak na slijedećoj stranici"
|
||||||
|
|
||||||
#: sphinx/writers/text.py:437
|
#: sphinx/writers/manpage.py:226 sphinx/writers/text.py:541
|
||||||
|
#, fuzzy, python-format
|
||||||
|
msgid "[image: %s]"
|
||||||
|
msgstr "[slika: %s]"
|
||||||
|
|
||||||
|
#: sphinx/writers/manpage.py:227 sphinx/writers/text.py:542
|
||||||
msgid "[image]"
|
msgid "[image]"
|
||||||
msgstr "[slika]"
|
msgstr "[slika]"
|
||||||
|
|
||||||
|
@ -1 +1 @@
|
|||||||
Documentation.addTranslations({"locale": "hu", "plural_expr": "0", "messages": {"Hide Search Matches": "Keres\u00e9si Tal\u00e1latok Elrejt\u00e9se", "Permalink to this definition": "Hivatkoz\u00e1s erre a defin\u00edci\u00f3ra", "Expand sidebar": "Oldals\u00e1v kinyit\u00e1sa", "Permalink to this headline": "Hivatkoz\u00e1s erre a fejezetc\u00edmre", "Collapse sidebar": "Oldals\u00e1v \u00f6sszez\u00e1r\u00e1sa"}});
|
Documentation.addTranslations({"locale": "hu", "plural_expr": "(n != 1)", "messages": {"Hide Search Matches": "Keres\u00e9si Tal\u00e1latok Elrejt\u00e9se", "Permalink to this definition": "Hivatkoz\u00e1s erre a defin\u00edci\u00f3ra", "Permalink to this headline": "Hivatkoz\u00e1s erre a fejezetc\u00edmre"}});
|
Binary file not shown.
@ -1,42 +1,55 @@
|
|||||||
# Translations template for PROJECT.
|
# Hungarian translations for Sphinx.
|
||||||
# Copyright (C) 2011 ORGANIZATION
|
# Copyright (C) 2013 ORGANIZATION
|
||||||
# This file is distributed under the same license as the PROJECT project.
|
# This file is distributed under the same license as the Sphinx project.
|
||||||
# FIRST AUTHOR <EMAIL@ADDRESS>, 2011.
|
|
||||||
#
|
#
|
||||||
|
# Translators:
|
||||||
|
# FIRST AUTHOR <EMAIL@ADDRESS>, 2011.
|
||||||
|
# <szunyog@gmail.com>, 2013.
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: Sphinx 1.0\n"
|
"Project-Id-Version: Sphinx\n"
|
||||||
"Report-Msgid-Bugs-To: szunyog@gmail.com\n"
|
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
||||||
"POT-Creation-Date: 2011-09-25 20:04+0200\n"
|
"POT-Creation-Date: 2013-04-02 10:33+0200\n"
|
||||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
"PO-Revision-Date: 2013-04-02 16:08+0000\n"
|
||||||
"Last-Translator: Tibor Toth <szunyog@gmail.com>\n"
|
"Last-Translator: szunyog <szunyog@gmail.com>\n"
|
||||||
"Language-Team: LANGUAGE <LL@li.org>\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"
|
"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"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
"Generated-By: Babel 0.9.6\n"
|
"Generated-By: Babel 0.9.6\n"
|
||||||
|
|
||||||
#: sphinx/environment.py:113 sphinx/writers/latex.py:190
|
#: sphinx/config.py:81
|
||||||
#: sphinx/writers/manpage.py:67 sphinx/writers/texinfo.py:203
|
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%B %d, %Y"
|
msgid "%s %s documentation"
|
||||||
msgstr "%Y. %m. %d."
|
msgstr "%s %s dokumentáció"
|
||||||
|
|
||||||
#: sphinx/environment.py:1619
|
#: sphinx/environment.py:1510
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "see %s"
|
msgid "see %s"
|
||||||
msgstr "lásd %s"
|
msgstr "lásd %s"
|
||||||
|
|
||||||
#: sphinx/environment.py:1622
|
#: sphinx/environment.py:1513
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "see also %s"
|
msgid "see also %s"
|
||||||
msgstr "lásd még %s"
|
msgstr "lásd még %s"
|
||||||
|
|
||||||
#: sphinx/roles.py:176
|
#: sphinx/environment.py:1570
|
||||||
|
msgid "Symbols"
|
||||||
|
msgstr "Szimbólumok"
|
||||||
|
|
||||||
|
#: sphinx/roles.py:175
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Python Enhancement Proposals; PEP %s"
|
msgid "Python Enhancement Proposals; PEP %s"
|
||||||
msgstr "Python Fejlesztési Javaslatok; PEP %s"
|
msgstr "Python Fejlesztési Javaslatok; PEP %s"
|
||||||
|
|
||||||
|
#: sphinx/transforms.py:52 sphinx/writers/latex.py:202
|
||||||
|
#: sphinx/writers/manpage.py:67 sphinx/writers/texinfo.py:217
|
||||||
|
#, python-format
|
||||||
|
msgid "%B %d, %Y"
|
||||||
|
msgstr "%Y. %m. %d."
|
||||||
|
|
||||||
#: sphinx/builders/changes.py:73
|
#: sphinx/builders/changes.py:73
|
||||||
msgid "Builtins"
|
msgid "Builtins"
|
||||||
msgstr "Beépített"
|
msgstr "Beépített"
|
||||||
@ -45,24 +58,24 @@ msgstr "Beépített"
|
|||||||
msgid "Module level"
|
msgid "Module level"
|
||||||
msgstr "Modul szint"
|
msgstr "Modul szint"
|
||||||
|
|
||||||
#: sphinx/builders/html.py:276
|
#: sphinx/builders/html.py:290
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%b %d, %Y"
|
msgid "%b %d, %Y"
|
||||||
msgstr "%b %d, %Y"
|
msgstr "%b %d, %Y"
|
||||||
|
|
||||||
#: sphinx/builders/html.py:295 sphinx/themes/basic/defindex.html:30
|
#: sphinx/builders/html.py:309 sphinx/themes/basic/defindex.html:30
|
||||||
msgid "General Index"
|
msgid "General Index"
|
||||||
msgstr "Általános tárgymutató"
|
msgstr "Általános tárgymutató"
|
||||||
|
|
||||||
#: sphinx/builders/html.py:295
|
#: sphinx/builders/html.py:309
|
||||||
msgid "index"
|
msgid "index"
|
||||||
msgstr "nyitóoldal"
|
msgstr "nyitóoldal"
|
||||||
|
|
||||||
#: sphinx/builders/html.py:355
|
#: sphinx/builders/html.py:369
|
||||||
msgid "next"
|
msgid "next"
|
||||||
msgstr "következő"
|
msgstr "következő"
|
||||||
|
|
||||||
#: sphinx/builders/html.py:364
|
#: sphinx/builders/html.py:378
|
||||||
msgid "previous"
|
msgid "previous"
|
||||||
msgstr "előző"
|
msgstr "előző"
|
||||||
|
|
||||||
@ -86,15 +99,25 @@ msgstr "Kód szerző: "
|
|||||||
msgid "Author: "
|
msgid "Author: "
|
||||||
msgstr "Szerző: "
|
msgstr "Szerző: "
|
||||||
|
|
||||||
#: sphinx/directives/other.py:219
|
|
||||||
msgid "See also"
|
|
||||||
msgstr "Lásd még"
|
|
||||||
|
|
||||||
#: sphinx/domains/__init__.py:244
|
#: sphinx/domains/__init__.py:244
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s %s"
|
msgid "%s %s"
|
||||||
msgstr "%s %s"
|
msgstr "%s %s"
|
||||||
|
|
||||||
|
#: sphinx/domains/c.py:51 sphinx/domains/cpp.py:939 sphinx/domains/python.py:95
|
||||||
|
msgid "Parameters"
|
||||||
|
msgstr "Paraméterek"
|
||||||
|
|
||||||
|
#: sphinx/domains/c.py:54 sphinx/domains/cpp.py:945
|
||||||
|
#: sphinx/domains/javascript.py:128 sphinx/domains/python.py:107
|
||||||
|
msgid "Returns"
|
||||||
|
msgstr "Visszatérési érték"
|
||||||
|
|
||||||
|
#: sphinx/domains/c.py:56 sphinx/domains/javascript.py:130
|
||||||
|
#: sphinx/domains/python.py:109
|
||||||
|
msgid "Return type"
|
||||||
|
msgstr "Visszatérés típusa"
|
||||||
|
|
||||||
#: sphinx/domains/c.py:141
|
#: sphinx/domains/c.py:141
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s (C function)"
|
msgid "%s (C function)"
|
||||||
@ -120,26 +143,56 @@ msgstr "%s (C típus)"
|
|||||||
msgid "%s (C variable)"
|
msgid "%s (C variable)"
|
||||||
msgstr "%s (C változó)"
|
msgstr "%s (C változó)"
|
||||||
|
|
||||||
#: sphinx/domains/cpp.py:999
|
#: sphinx/domains/c.py:203 sphinx/domains/cpp.py:1207
|
||||||
|
#: sphinx/domains/javascript.py:164 sphinx/domains/python.py:560
|
||||||
|
msgid "function"
|
||||||
|
msgstr "függvény"
|
||||||
|
|
||||||
|
#: sphinx/domains/c.py:204 sphinx/domains/cpp.py:1208
|
||||||
|
msgid "member"
|
||||||
|
msgstr "tag"
|
||||||
|
|
||||||
|
#: sphinx/domains/c.py:205
|
||||||
|
msgid "macro"
|
||||||
|
msgstr "makró"
|
||||||
|
|
||||||
|
#: sphinx/domains/c.py:206 sphinx/domains/cpp.py:1209
|
||||||
|
msgid "type"
|
||||||
|
msgstr "típus"
|
||||||
|
|
||||||
|
#: sphinx/domains/c.py:207
|
||||||
|
msgid "variable"
|
||||||
|
msgstr "változó"
|
||||||
|
|
||||||
|
#: sphinx/domains/cpp.py:942 sphinx/domains/javascript.py:125
|
||||||
|
msgid "Throws"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: sphinx/domains/cpp.py:1038
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s (C++ class)"
|
msgid "%s (C++ class)"
|
||||||
msgstr "%s (C++ osztály)"
|
msgstr "%s (C++ osztály)"
|
||||||
|
|
||||||
#: sphinx/domains/cpp.py:1014
|
#: sphinx/domains/cpp.py:1061
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s (C++ type)"
|
msgid "%s (C++ type)"
|
||||||
msgstr "%s (C++ típus)"
|
msgstr "%s (C++ típus)"
|
||||||
|
|
||||||
#: sphinx/domains/cpp.py:1034
|
#: sphinx/domains/cpp.py:1081
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s (C++ member)"
|
msgid "%s (C++ member)"
|
||||||
msgstr "%s (C++ tagváltozó)"
|
msgstr "%s (C++ tagváltozó)"
|
||||||
|
|
||||||
#: sphinx/domains/cpp.py:1090
|
#: sphinx/domains/cpp.py:1137
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s (C++ function)"
|
msgid "%s (C++ function)"
|
||||||
msgstr "%s (C++ függvény)"
|
msgstr "%s (C++ függvény)"
|
||||||
|
|
||||||
|
#: sphinx/domains/cpp.py:1206 sphinx/domains/javascript.py:165
|
||||||
|
#: sphinx/domains/python.py:562
|
||||||
|
msgid "class"
|
||||||
|
msgstr "osztály"
|
||||||
|
|
||||||
#: sphinx/domains/javascript.py:106 sphinx/domains/python.py:253
|
#: sphinx/domains/javascript.py:106 sphinx/domains/python.py:253
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s() (built-in function)"
|
msgid "%s() (built-in function)"
|
||||||
@ -165,6 +218,26 @@ msgstr "%s (globális változó vagy konstans)"
|
|||||||
msgid "%s (%s attribute)"
|
msgid "%s (%s attribute)"
|
||||||
msgstr "%s (%s attribútum)"
|
msgstr "%s (%s attribútum)"
|
||||||
|
|
||||||
|
#: sphinx/domains/javascript.py:122
|
||||||
|
msgid "Arguments"
|
||||||
|
msgstr "Argumentum"
|
||||||
|
|
||||||
|
#: sphinx/domains/javascript.py:166 sphinx/domains/python.py:561
|
||||||
|
msgid "data"
|
||||||
|
msgstr "adat"
|
||||||
|
|
||||||
|
#: sphinx/domains/javascript.py:167 sphinx/domains/python.py:567
|
||||||
|
msgid "attribute"
|
||||||
|
msgstr "attribútum"
|
||||||
|
|
||||||
|
#: sphinx/domains/python.py:100
|
||||||
|
msgid "Variables"
|
||||||
|
msgstr "Változók"
|
||||||
|
|
||||||
|
#: sphinx/domains/python.py:104
|
||||||
|
msgid "Raises"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: sphinx/domains/python.py:254 sphinx/domains/python.py:311
|
#: sphinx/domains/python.py:254 sphinx/domains/python.py:311
|
||||||
#: sphinx/domains/python.py:323 sphinx/domains/python.py:336
|
#: sphinx/domains/python.py:323 sphinx/domains/python.py:336
|
||||||
#, python-format
|
#, python-format
|
||||||
@ -221,16 +294,44 @@ msgstr "%s() (%s osztály metódus)"
|
|||||||
msgid "%s (%s.%s attribute)"
|
msgid "%s (%s.%s attribute)"
|
||||||
msgstr "%s (%s.%s attribútum)"
|
msgstr "%s (%s.%s attribútum)"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:433
|
#: sphinx/domains/python.py:434
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s (module)"
|
msgid "%s (module)"
|
||||||
msgstr "%s (modul)"
|
msgstr "%s (modul)"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:536
|
#: sphinx/domains/python.py:491
|
||||||
|
msgid "Python Module Index"
|
||||||
|
msgstr "Python Modul Mutató"
|
||||||
|
|
||||||
|
#: sphinx/domains/python.py:492
|
||||||
|
msgid "modules"
|
||||||
|
msgstr "modulok"
|
||||||
|
|
||||||
|
#: sphinx/domains/python.py:538
|
||||||
msgid "Deprecated"
|
msgid "Deprecated"
|
||||||
msgstr "Elavult"
|
msgstr "Elavult"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:693
|
#: sphinx/domains/python.py:563 sphinx/locale/__init__.py:179
|
||||||
|
msgid "exception"
|
||||||
|
msgstr "kivétel"
|
||||||
|
|
||||||
|
#: sphinx/domains/python.py:564
|
||||||
|
msgid "method"
|
||||||
|
msgstr "metódus"
|
||||||
|
|
||||||
|
#: sphinx/domains/python.py:565
|
||||||
|
msgid "class method"
|
||||||
|
msgstr "osztály szintű metódus"
|
||||||
|
|
||||||
|
#: sphinx/domains/python.py:566
|
||||||
|
msgid "static method"
|
||||||
|
msgstr "statikus metódus"
|
||||||
|
|
||||||
|
#: sphinx/domains/python.py:568 sphinx/locale/__init__.py:175
|
||||||
|
msgid "module"
|
||||||
|
msgstr "modul"
|
||||||
|
|
||||||
|
#: sphinx/domains/python.py:696
|
||||||
msgid " (deprecated)"
|
msgid " (deprecated)"
|
||||||
msgstr " (elavult)"
|
msgstr " (elavult)"
|
||||||
|
|
||||||
@ -244,7 +345,15 @@ msgstr "%s (direktíva)"
|
|||||||
msgid "%s (role)"
|
msgid "%s (role)"
|
||||||
msgstr "%s (szerepkör)"
|
msgstr "%s (szerepkör)"
|
||||||
|
|
||||||
#: sphinx/domains/std.py:86
|
#: sphinx/domains/rst.py:104
|
||||||
|
msgid "directive"
|
||||||
|
msgstr "direktíva"
|
||||||
|
|
||||||
|
#: sphinx/domains/rst.py:105
|
||||||
|
msgid "role"
|
||||||
|
msgstr "szerepkör"
|
||||||
|
|
||||||
|
#: sphinx/domains/std.py:70 sphinx/domains/std.py:86
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "environment variable; %s"
|
msgid "environment variable; %s"
|
||||||
msgstr "környezeti változó; %s"
|
msgstr "környezeti változó; %s"
|
||||||
@ -254,30 +363,84 @@ msgstr "környezeti változó; %s"
|
|||||||
msgid "%scommand line option; %s"
|
msgid "%scommand line option; %s"
|
||||||
msgstr "%sparancssor opció; %s"
|
msgstr "%sparancssor opció; %s"
|
||||||
|
|
||||||
#: sphinx/ext/autodoc.py:1002
|
#: sphinx/domains/std.py:414
|
||||||
|
msgid "glossary term"
|
||||||
|
msgstr "szójegyzék"
|
||||||
|
|
||||||
|
#: sphinx/domains/std.py:415
|
||||||
|
msgid "grammar token"
|
||||||
|
msgstr "nyelvtani jel"
|
||||||
|
|
||||||
|
#: sphinx/domains/std.py:416
|
||||||
|
msgid "reference label"
|
||||||
|
msgstr "referencia cimke"
|
||||||
|
|
||||||
|
#: sphinx/domains/std.py:418
|
||||||
|
msgid "environment variable"
|
||||||
|
msgstr "környezeti változó"
|
||||||
|
|
||||||
|
#: sphinx/domains/std.py:419
|
||||||
|
msgid "program option"
|
||||||
|
msgstr "program opció"
|
||||||
|
|
||||||
|
#: sphinx/domains/std.py:449 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:191 sphinx/writers/texinfo.py:475
|
||||||
|
msgid "Index"
|
||||||
|
msgstr "Tárgymutató"
|
||||||
|
|
||||||
|
#: sphinx/domains/std.py:450
|
||||||
|
msgid "Module Index"
|
||||||
|
msgstr "Modulok"
|
||||||
|
|
||||||
|
#: sphinx/domains/std.py:451 sphinx/themes/basic/defindex.html:25
|
||||||
|
msgid "Search Page"
|
||||||
|
msgstr "Keresés"
|
||||||
|
|
||||||
|
#: sphinx/ext/autodoc.py:1042
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid " Bases: %s"
|
msgid " Bases: %s"
|
||||||
msgstr " Alapul: %s"
|
msgstr " Alapul: %s"
|
||||||
|
|
||||||
#: sphinx/ext/autodoc.py:1038
|
#: sphinx/ext/autodoc.py:1078
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "alias of :class:`%s`"
|
msgid "alias of :class:`%s`"
|
||||||
msgstr "álneve :class:`%s`"
|
msgstr "álneve :class:`%s`"
|
||||||
|
|
||||||
#: sphinx/ext/graphviz.py:300 sphinx/ext/graphviz.py:306
|
#: sphinx/ext/graphviz.py:294 sphinx/ext/graphviz.py:302
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "[graph: %s]"
|
msgid "[graph: %s]"
|
||||||
msgstr "[graph: %s]"
|
msgstr "[graph: %s]"
|
||||||
|
|
||||||
#: sphinx/ext/graphviz.py:301 sphinx/ext/graphviz.py:307
|
#: sphinx/ext/graphviz.py:296 sphinx/ext/graphviz.py:304
|
||||||
msgid "[graph]"
|
msgid "[graph]"
|
||||||
msgstr "[graph]"
|
msgstr "[graph]"
|
||||||
|
|
||||||
#: sphinx/ext/intersphinx.py:218
|
#: sphinx/ext/intersphinx.py:234
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "(in %s v%s)"
|
msgid "(in %s v%s)"
|
||||||
msgstr "(%s v%s)"
|
msgstr "(%s v%s)"
|
||||||
|
|
||||||
|
#: sphinx/ext/linkcode.py:66 sphinx/ext/viewcode.py:70
|
||||||
|
msgid "[source]"
|
||||||
|
msgstr "[source]"
|
||||||
|
|
||||||
|
#: sphinx/ext/refcounting.py:83
|
||||||
|
msgid "Return value: Always NULL."
|
||||||
|
msgstr "Visszatérési érték: Mindig NULL."
|
||||||
|
|
||||||
|
#: sphinx/ext/refcounting.py:85
|
||||||
|
msgid "Return value: New reference."
|
||||||
|
msgstr "Visszatérési érték: Új referencia érték."
|
||||||
|
|
||||||
|
#: sphinx/ext/refcounting.py:87
|
||||||
|
msgid "Return value: Borrowed reference."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: sphinx/ext/todo.py:42
|
#: sphinx/ext/todo.py:42
|
||||||
msgid "Todo"
|
msgid "Todo"
|
||||||
msgstr "Tennivaló"
|
msgstr "Tennivaló"
|
||||||
@ -291,10 +454,6 @@ msgstr "(Az <<eredeti bejegyzés>> megtalálható a(z) %s, %d sor.)"
|
|||||||
msgid "original entry"
|
msgid "original entry"
|
||||||
msgstr "eredeti bejegyzés"
|
msgstr "eredeti bejegyzés"
|
||||||
|
|
||||||
#: sphinx/ext/viewcode.py:70
|
|
||||||
msgid "[source]"
|
|
||||||
msgstr "[source]"
|
|
||||||
|
|
||||||
#: sphinx/ext/viewcode.py:117
|
#: sphinx/ext/viewcode.py:117
|
||||||
msgid "[docs]"
|
msgid "[docs]"
|
||||||
msgstr "[docs]"
|
msgstr "[docs]"
|
||||||
@ -316,13 +475,89 @@ msgstr "Áttekintés: modul forráskód"
|
|||||||
msgid "<h1>All modules for which code is available</h1>"
|
msgid "<h1>All modules for which code is available</h1>"
|
||||||
msgstr "<h1>Az összes modul, melynek forrása elérhető</h1>"
|
msgstr "<h1>Az összes modul, melynek forrása elérhető</h1>"
|
||||||
|
|
||||||
|
#: sphinx/locale/__init__.py:155
|
||||||
|
msgid "Attention"
|
||||||
|
msgstr "Figyelem"
|
||||||
|
|
||||||
|
#: sphinx/locale/__init__.py:156
|
||||||
|
msgid "Caution"
|
||||||
|
msgstr "Figyelem"
|
||||||
|
|
||||||
|
#: sphinx/locale/__init__.py:157
|
||||||
|
msgid "Danger"
|
||||||
|
msgstr "Veszély"
|
||||||
|
|
||||||
|
#: sphinx/locale/__init__.py:158
|
||||||
|
msgid "Error"
|
||||||
|
msgstr "Hiba"
|
||||||
|
|
||||||
|
#: sphinx/locale/__init__.py:159
|
||||||
|
msgid "Hint"
|
||||||
|
msgstr "Tipp"
|
||||||
|
|
||||||
|
#: sphinx/locale/__init__.py:160
|
||||||
|
msgid "Important"
|
||||||
|
msgstr "Fontos"
|
||||||
|
|
||||||
|
#: sphinx/locale/__init__.py:161
|
||||||
|
msgid "Note"
|
||||||
|
msgstr "Megjegyzés"
|
||||||
|
|
||||||
|
#: sphinx/locale/__init__.py:162
|
||||||
|
msgid "See also"
|
||||||
|
msgstr "Lásd még"
|
||||||
|
|
||||||
|
#: sphinx/locale/__init__.py:163
|
||||||
|
msgid "Tip"
|
||||||
|
msgstr "Javaslat"
|
||||||
|
|
||||||
|
#: sphinx/locale/__init__.py:164
|
||||||
|
msgid "Warning"
|
||||||
|
msgstr "Figyelem"
|
||||||
|
|
||||||
|
#: sphinx/locale/__init__.py:168
|
||||||
|
#, python-format
|
||||||
|
msgid "New in version %s"
|
||||||
|
msgstr "Új a(z) %s verzióban"
|
||||||
|
|
||||||
|
#: sphinx/locale/__init__.py:169
|
||||||
|
#, python-format
|
||||||
|
msgid "Changed in version %s"
|
||||||
|
msgstr "A %s verzióban változott"
|
||||||
|
|
||||||
|
#: sphinx/locale/__init__.py:170
|
||||||
|
#, python-format
|
||||||
|
msgid "Deprecated since version %s"
|
||||||
|
msgstr "Elavult a(z) %s verzió óta"
|
||||||
|
|
||||||
|
#: sphinx/locale/__init__.py:176
|
||||||
|
msgid "keyword"
|
||||||
|
msgstr "kulcsszó"
|
||||||
|
|
||||||
|
#: sphinx/locale/__init__.py:177
|
||||||
|
msgid "operator"
|
||||||
|
msgstr "operátor"
|
||||||
|
|
||||||
|
#: sphinx/locale/__init__.py:178
|
||||||
|
msgid "object"
|
||||||
|
msgstr "objektum"
|
||||||
|
|
||||||
|
#: sphinx/locale/__init__.py:180
|
||||||
|
msgid "statement"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: sphinx/locale/__init__.py:181
|
||||||
|
msgid "built-in function"
|
||||||
|
msgstr "beépített függvény"
|
||||||
|
|
||||||
#: sphinx/themes/agogo/layout.html:46 sphinx/themes/basic/globaltoc.html:10
|
#: sphinx/themes/agogo/layout.html:46 sphinx/themes/basic/globaltoc.html:10
|
||||||
#: sphinx/themes/basic/localtoc.html:11
|
#: sphinx/themes/basic/localtoc.html:11 sphinx/themes/scrolls/layout.html:35
|
||||||
msgid "Table Of Contents"
|
msgid "Table Of Contents"
|
||||||
msgstr "Tartalomjegyzék"
|
msgstr "Tartalomjegyzék"
|
||||||
|
|
||||||
#: sphinx/themes/agogo/layout.html:50 sphinx/themes/basic/layout.html:137
|
#: sphinx/themes/agogo/layout.html:50 sphinx/themes/basic/layout.html:137
|
||||||
#: sphinx/themes/basic/search.html:11 sphinx/themes/basic/search.html:20
|
#: sphinx/themes/basic/search.html:11 sphinx/themes/basic/search.html:23
|
||||||
|
#: sphinx/themes/basic/searchresults.html:10
|
||||||
msgid "Search"
|
msgid "Search"
|
||||||
msgstr "Keresés"
|
msgstr "Keresés"
|
||||||
|
|
||||||
@ -342,6 +577,18 @@ msgstr "Forrás megtekintése"
|
|||||||
msgid "Overview"
|
msgid "Overview"
|
||||||
msgstr "Áttekintés"
|
msgstr "Áttekintés"
|
||||||
|
|
||||||
|
#: sphinx/themes/basic/defindex.html:15
|
||||||
|
msgid "Welcome! This is"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: sphinx/themes/basic/defindex.html:16
|
||||||
|
msgid "the documentation for"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: sphinx/themes/basic/defindex.html:17
|
||||||
|
msgid "last updated"
|
||||||
|
msgstr "utoljára frissítve"
|
||||||
|
|
||||||
#: sphinx/themes/basic/defindex.html:20
|
#: sphinx/themes/basic/defindex.html:20
|
||||||
msgid "Indices and tables:"
|
msgid "Indices and tables:"
|
||||||
msgstr "Tárgymutató és táblázatok"
|
msgstr "Tárgymutató és táblázatok"
|
||||||
@ -354,10 +601,6 @@ msgstr "Teljes tartalomjegyzék"
|
|||||||
msgid "lists all sections and subsections"
|
msgid "lists all sections and subsections"
|
||||||
msgstr "kilistázza az összes fejezetet és alfejezetet"
|
msgstr "kilistázza az összes fejezetet és alfejezetet"
|
||||||
|
|
||||||
#: sphinx/themes/basic/defindex.html:25
|
|
||||||
msgid "Search Page"
|
|
||||||
msgstr "Keresés"
|
|
||||||
|
|
||||||
#: sphinx/themes/basic/defindex.html:26
|
#: sphinx/themes/basic/defindex.html:26
|
||||||
msgid "search this documentation"
|
msgid "search this documentation"
|
||||||
msgstr "keresés ebben a dokumentációban"
|
msgstr "keresés ebben a dokumentációban"
|
||||||
@ -374,15 +617,6 @@ msgstr "gyors hozzáférés az összes modulhoz"
|
|||||||
msgid "all functions, classes, terms"
|
msgid "all functions, classes, terms"
|
||||||
msgstr "összes funkció, osztály és kifejezés"
|
msgstr "összes funkció, osztály és kifejezés"
|
||||||
|
|
||||||
#: sphinx/themes/basic/genindex-single.html:32
|
|
||||||
#: 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:179 sphinx/writers/texinfo.py:456
|
|
||||||
msgid "Index"
|
|
||||||
msgstr "Tárgymutató"
|
|
||||||
|
|
||||||
#: sphinx/themes/basic/genindex-single.html:35
|
#: sphinx/themes/basic/genindex-single.html:35
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Index – %(key)s"
|
msgid "Index – %(key)s"
|
||||||
@ -441,8 +675,8 @@ msgid ""
|
|||||||
"Created using <a href=\"http://sphinx-doc.org/\">Sphinx</a> "
|
"Created using <a href=\"http://sphinx-doc.org/\">Sphinx</a> "
|
||||||
"%(sphinx_version)s."
|
"%(sphinx_version)s."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"<a href=\"http://sphinx-doc.org/\">Sphinx</a> "
|
"<a href=\"http://sphinx-doc.org/\">Sphinx</a> %(sphinx_version)s "
|
||||||
"%(sphinx_version)s használatával készült."
|
"használatával készült."
|
||||||
|
|
||||||
#: sphinx/themes/basic/opensearch.xml:4
|
#: sphinx/themes/basic/opensearch.xml:4
|
||||||
#, python-format
|
#, python-format
|
||||||
@ -465,7 +699,7 @@ msgstr "Következő témakör"
|
|||||||
msgid "next chapter"
|
msgid "next chapter"
|
||||||
msgstr "következő fejezet"
|
msgstr "következő fejezet"
|
||||||
|
|
||||||
#: sphinx/themes/basic/search.html:24
|
#: sphinx/themes/basic/search.html:27
|
||||||
msgid ""
|
msgid ""
|
||||||
"Please activate JavaScript to enable the search\n"
|
"Please activate JavaScript to enable the search\n"
|
||||||
" functionality."
|
" functionality."
|
||||||
@ -473,7 +707,7 @@ msgstr ""
|
|||||||
"Kérem engedélyezze a JavaScriptet a kereső funkció\n"
|
"Kérem engedélyezze a JavaScriptet a kereső funkció\n"
|
||||||
" használatához."
|
" használatához."
|
||||||
|
|
||||||
#: sphinx/themes/basic/search.html:29
|
#: sphinx/themes/basic/search.html:32
|
||||||
msgid ""
|
msgid ""
|
||||||
"From here you can search these documents. Enter your search\n"
|
"From here you can search these documents. Enter your search\n"
|
||||||
" words into the box below and click \"search\". Note that the search\n"
|
" words into the box below and click \"search\". Note that the search\n"
|
||||||
@ -486,17 +720,21 @@ msgstr ""
|
|||||||
" figyelembe veszi, így azok az oldalak, melyek nem tartalmazzák az\n"
|
" figyelembe veszi, így azok az oldalak, melyek nem tartalmazzák az\n"
|
||||||
" összes kifejezést, nem jelennek meg a találati listában."
|
" összes kifejezést, nem jelennek meg a találati listában."
|
||||||
|
|
||||||
#: sphinx/themes/basic/search.html:36
|
#: sphinx/themes/basic/search.html:39 sphinx/themes/basic/searchresults.html:17
|
||||||
msgid "search"
|
msgid "search"
|
||||||
msgstr "keresés"
|
msgstr "keresés"
|
||||||
|
|
||||||
#: sphinx/themes/basic/search.html:40
|
#: sphinx/themes/basic/search.html:43 sphinx/themes/basic/searchresults.html:21
|
||||||
|
#: sphinx/themes/basic/static/searchtools.js_t:281
|
||||||
msgid "Search Results"
|
msgid "Search Results"
|
||||||
msgstr "Keresési Eredmények"
|
msgstr "Keresési Eredmények"
|
||||||
|
|
||||||
#: sphinx/themes/basic/search.html:42
|
#: sphinx/themes/basic/search.html:45 sphinx/themes/basic/searchresults.html:23
|
||||||
msgid "Your search did not match any results."
|
#: sphinx/themes/basic/static/searchtools.js_t:283
|
||||||
msgstr "Nincs találat."
|
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 ""
|
||||||
|
|
||||||
#: sphinx/themes/basic/searchbox.html:12
|
#: sphinx/themes/basic/searchbox.html:12
|
||||||
msgid "Quick search"
|
msgid "Quick search"
|
||||||
@ -534,25 +772,42 @@ msgstr "C API változások"
|
|||||||
msgid "Other changes"
|
msgid "Other changes"
|
||||||
msgstr "Egyéb változások"
|
msgstr "Egyéb változások"
|
||||||
|
|
||||||
#: sphinx/themes/basic/static/doctools.js:154 sphinx/writers/html.py:504
|
#: sphinx/themes/basic/static/doctools.js:142 sphinx/writers/html.py:510
|
||||||
#: sphinx/writers/html.py:510
|
#: sphinx/writers/html.py:516
|
||||||
msgid "Permalink to this headline"
|
msgid "Permalink to this headline"
|
||||||
msgstr "Hivatkozás erre a fejezetcímre"
|
msgstr "Hivatkozás erre a fejezetcímre"
|
||||||
|
|
||||||
#: sphinx/themes/basic/static/doctools.js:160 sphinx/writers/html.py:92
|
#: sphinx/themes/basic/static/doctools.js:148 sphinx/writers/html.py:97
|
||||||
msgid "Permalink to this definition"
|
msgid "Permalink to this definition"
|
||||||
msgstr "Hivatkozás erre a definícióra"
|
msgstr "Hivatkozás erre a definícióra"
|
||||||
|
|
||||||
#: sphinx/themes/basic/static/doctools.js:189
|
#: sphinx/themes/basic/static/doctools.js:177
|
||||||
msgid "Hide Search Matches"
|
msgid "Hide Search Matches"
|
||||||
msgstr "Keresési Találatok Elrejtése"
|
msgstr "Keresési Találatok Elrejtése"
|
||||||
|
|
||||||
#: sphinx/themes/default/static/sidebar.js:69
|
#: sphinx/themes/basic/static/searchtools.js_t:119
|
||||||
|
msgid "Searching"
|
||||||
|
msgstr "Keresés folyamatban"
|
||||||
|
|
||||||
|
#: sphinx/themes/basic/static/searchtools.js_t:124
|
||||||
|
msgid "Preparing search..."
|
||||||
|
msgstr "Felkészülés a keresésre..."
|
||||||
|
|
||||||
|
#: sphinx/themes/basic/static/searchtools.js_t:285
|
||||||
|
#, 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
|
||||||
|
msgid ", in "
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: sphinx/themes/default/static/sidebar.js_t:83
|
||||||
msgid "Expand sidebar"
|
msgid "Expand sidebar"
|
||||||
msgstr "Oldalsáv kinyitása"
|
msgstr "Oldalsáv kinyitása"
|
||||||
|
|
||||||
#: sphinx/themes/default/static/sidebar.js:82
|
#: sphinx/themes/default/static/sidebar.js_t:96
|
||||||
#: sphinx/themes/default/static/sidebar.js:110
|
#: sphinx/themes/default/static/sidebar.js_t:124
|
||||||
msgid "Collapse sidebar"
|
msgid "Collapse sidebar"
|
||||||
msgstr "Oldalsáv összezárása"
|
msgstr "Oldalsáv összezárása"
|
||||||
|
|
||||||
@ -560,33 +815,29 @@ msgstr "Oldalsáv összezárása"
|
|||||||
msgid "Contents"
|
msgid "Contents"
|
||||||
msgstr "Tartalom"
|
msgstr "Tartalom"
|
||||||
|
|
||||||
#: sphinx/writers/latex.py:177
|
#: sphinx/writers/latex.py:189
|
||||||
msgid "Release"
|
msgid "Release"
|
||||||
msgstr "Kiadás"
|
msgstr "Kiadás"
|
||||||
|
|
||||||
#: sphinx/writers/latex.py:599 sphinx/writers/manpage.py:182
|
#: sphinx/writers/latex.py:620 sphinx/writers/manpage.py:181
|
||||||
#: sphinx/writers/texinfo.py:589
|
#: sphinx/writers/texinfo.py:612
|
||||||
msgid "Footnotes"
|
msgid "Footnotes"
|
||||||
msgstr "Lábjegyzetek"
|
msgstr "Lábjegyzetek"
|
||||||
|
|
||||||
#: sphinx/writers/latex.py:683
|
#: sphinx/writers/latex.py:704
|
||||||
msgid "continued from previous page"
|
msgid "continued from previous page"
|
||||||
msgstr "folytatás az előző oldalról"
|
msgstr "folytatás az előző oldalról"
|
||||||
|
|
||||||
#: sphinx/writers/latex.py:689
|
#: sphinx/writers/latex.py:710
|
||||||
msgid "Continued on next page"
|
msgid "Continued on next page"
|
||||||
msgstr "A következő oldalon folytatódik"
|
msgstr "A következő oldalon folytatódik"
|
||||||
|
|
||||||
#: sphinx/writers/manpage.py:233 sphinx/writers/text.py:438
|
#: sphinx/writers/manpage.py:226 sphinx/writers/text.py:541
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "[image: %s]"
|
msgid "[image: %s]"
|
||||||
msgstr "[image: %s]"
|
msgstr "[image: %s]"
|
||||||
|
|
||||||
#: sphinx/writers/manpage.py:234 sphinx/writers/text.py:439
|
#: sphinx/writers/manpage.py:227 sphinx/writers/text.py:542
|
||||||
msgid "[image]"
|
msgid "[image]"
|
||||||
msgstr "[image]"
|
msgstr "[image]"
|
||||||
|
|
||||||
#: tests/test_build_gettext.py:81
|
|
||||||
msgid "Testing various markup"
|
|
||||||
msgstr "Különféte leíró tesztelése"
|
|
||||||
|
|
||||||
|
@ -1 +1 @@
|
|||||||
Documentation.addTranslations({"locale": "it", "plural_expr": "(n != 1)", "messages": {"Hide Search Matches": "Nascondi i risultati della ricerca", "Permalink to this definition": "link permanente per questa definizione", "Expand sidebar": "", "Permalink to this headline": "link permanente per questa intestazione", "Collapse sidebar": ""}});
|
Documentation.addTranslations({"locale": "it", "plural_expr": "(n != 1)", "messages": {"Hide Search Matches": "Nascondi i risultati della ricerca", "Permalink to this definition": "link permanente per questa definizione", "Permalink to this headline": "link permanente per questa intestazione"}});
|
Binary file not shown.
@ -6,7 +6,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: Sphinx 0.5\n"
|
"Project-Id-Version: Sphinx 0.5\n"
|
||||||
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
||||||
"POT-Creation-Date: 2011-09-21 10:06+0200\n"
|
"POT-Creation-Date: 2013-04-02 10:33+0200\n"
|
||||||
"PO-Revision-Date: 2011-01-22 14:41+0100\n"
|
"PO-Revision-Date: 2011-01-22 14:41+0100\n"
|
||||||
"Last-Translator: Sandro Dentella <sandro@e-den.it>\n"
|
"Last-Translator: Sandro Dentella <sandro@e-den.it>\n"
|
||||||
"Language-Team: <sphinx-dev@googlegroups.com>\n"
|
"Language-Team: <sphinx-dev@googlegroups.com>\n"
|
||||||
@ -21,27 +21,31 @@ msgstr ""
|
|||||||
msgid "%s %s documentation"
|
msgid "%s %s documentation"
|
||||||
msgstr "%s %s documentazione"
|
msgstr "%s %s documentazione"
|
||||||
|
|
||||||
#: sphinx/environment.py:119 sphinx/writers/latex.py:190
|
#: sphinx/environment.py:1510
|
||||||
#: sphinx/writers/manpage.py:67 sphinx/writers/texinfo.py:203
|
|
||||||
#, python-format
|
|
||||||
msgid "%B %d, %Y"
|
|
||||||
msgstr "%d %B %Y"
|
|
||||||
|
|
||||||
#: sphinx/environment.py:1625
|
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "see %s"
|
msgid "see %s"
|
||||||
msgstr "vedi %s"
|
msgstr "vedi %s"
|
||||||
|
|
||||||
#: sphinx/environment.py:1628
|
#: sphinx/environment.py:1513
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "see also %s"
|
msgid "see also %s"
|
||||||
msgstr "vedi anche %s"
|
msgstr "vedi anche %s"
|
||||||
|
|
||||||
|
#: sphinx/environment.py:1570
|
||||||
|
msgid "Symbols"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: sphinx/roles.py:175
|
#: sphinx/roles.py:175
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Python Enhancement Proposals; PEP %s"
|
msgid "Python Enhancement Proposals; PEP %s"
|
||||||
msgstr "Python Enhancement Proposals; PEP %s"
|
msgstr "Python Enhancement Proposals; PEP %s"
|
||||||
|
|
||||||
|
#: sphinx/transforms.py:52 sphinx/writers/latex.py:202
|
||||||
|
#: sphinx/writers/manpage.py:67 sphinx/writers/texinfo.py:217
|
||||||
|
#, python-format
|
||||||
|
msgid "%B %d, %Y"
|
||||||
|
msgstr "%d %B %Y"
|
||||||
|
|
||||||
#: sphinx/builders/changes.py:73
|
#: sphinx/builders/changes.py:73
|
||||||
msgid "Builtins"
|
msgid "Builtins"
|
||||||
msgstr "Builtin"
|
msgstr "Builtin"
|
||||||
@ -50,24 +54,24 @@ msgstr "Builtin"
|
|||||||
msgid "Module level"
|
msgid "Module level"
|
||||||
msgstr "Modulo"
|
msgstr "Modulo"
|
||||||
|
|
||||||
#: sphinx/builders/html.py:274
|
#: sphinx/builders/html.py:290
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%b %d, %Y"
|
msgid "%b %d, %Y"
|
||||||
msgstr "%d/%b/%Y"
|
msgstr "%d/%b/%Y"
|
||||||
|
|
||||||
#: sphinx/builders/html.py:293 sphinx/themes/basic/defindex.html:30
|
#: sphinx/builders/html.py:309 sphinx/themes/basic/defindex.html:30
|
||||||
msgid "General Index"
|
msgid "General Index"
|
||||||
msgstr "Indice generale"
|
msgstr "Indice generale"
|
||||||
|
|
||||||
#: sphinx/builders/html.py:293
|
#: sphinx/builders/html.py:309
|
||||||
msgid "index"
|
msgid "index"
|
||||||
msgstr "indice"
|
msgstr "indice"
|
||||||
|
|
||||||
#: sphinx/builders/html.py:353
|
#: sphinx/builders/html.py:369
|
||||||
msgid "next"
|
msgid "next"
|
||||||
msgstr "successivo"
|
msgstr "successivo"
|
||||||
|
|
||||||
#: sphinx/builders/html.py:362
|
#: sphinx/builders/html.py:378
|
||||||
msgid "previous"
|
msgid "previous"
|
||||||
msgstr "precedente"
|
msgstr "precedente"
|
||||||
|
|
||||||
@ -75,42 +79,39 @@ msgstr "precedente"
|
|||||||
msgid " (in "
|
msgid " (in "
|
||||||
msgstr " (in "
|
msgstr " (in "
|
||||||
|
|
||||||
#: sphinx/directives/other.py:136
|
#: sphinx/directives/other.py:138
|
||||||
msgid "Section author: "
|
msgid "Section author: "
|
||||||
msgstr "Autore della sezione: "
|
msgstr "Autore della sezione: "
|
||||||
|
|
||||||
#: sphinx/directives/other.py:138
|
#: sphinx/directives/other.py:140
|
||||||
msgid "Module author: "
|
msgid "Module author: "
|
||||||
msgstr "Autore del modulo: "
|
msgstr "Autore del modulo: "
|
||||||
|
|
||||||
#: sphinx/directives/other.py:140
|
#: sphinx/directives/other.py:142
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid "Code author: "
|
msgid "Code author: "
|
||||||
msgstr "Autore del modulo: "
|
msgstr "Autore del modulo: "
|
||||||
|
|
||||||
#: sphinx/directives/other.py:142
|
#: sphinx/directives/other.py:144
|
||||||
msgid "Author: "
|
msgid "Author: "
|
||||||
msgstr "Autore: "
|
msgstr "Autore: "
|
||||||
|
|
||||||
#: sphinx/directives/other.py:215
|
|
||||||
msgid "See also"
|
|
||||||
msgstr "Vedi anche"
|
|
||||||
|
|
||||||
#: sphinx/domains/__init__.py:244
|
#: sphinx/domains/__init__.py:244
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s %s"
|
msgid "%s %s"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: sphinx/domains/c.py:51 sphinx/domains/python.py:95
|
#: sphinx/domains/c.py:51 sphinx/domains/cpp.py:939 sphinx/domains/python.py:95
|
||||||
msgid "Parameters"
|
msgid "Parameters"
|
||||||
msgstr "Parametri"
|
msgstr "Parametri"
|
||||||
|
|
||||||
#: sphinx/domains/c.py:54 sphinx/domains/javascript.py:128
|
#: sphinx/domains/c.py:54 sphinx/domains/cpp.py:945
|
||||||
#: sphinx/domains/python.py:107
|
#: sphinx/domains/javascript.py:128 sphinx/domains/python.py:107
|
||||||
msgid "Returns"
|
msgid "Returns"
|
||||||
msgstr "Ritorna"
|
msgstr "Ritorna"
|
||||||
|
|
||||||
#: sphinx/domains/c.py:56 sphinx/domains/python.py:109
|
#: sphinx/domains/c.py:56 sphinx/domains/javascript.py:130
|
||||||
|
#: sphinx/domains/python.py:109
|
||||||
msgid "Return type"
|
msgid "Return type"
|
||||||
msgstr "Tipo di ritorno"
|
msgstr "Tipo di ritorno"
|
||||||
|
|
||||||
@ -139,59 +140,63 @@ msgstr "%s (tipo C)"
|
|||||||
msgid "%s (C variable)"
|
msgid "%s (C variable)"
|
||||||
msgstr "%s (variabile C)"
|
msgstr "%s (variabile C)"
|
||||||
|
|
||||||
#: sphinx/domains/c.py:204 sphinx/domains/cpp.py:1060
|
#: sphinx/domains/c.py:203 sphinx/domains/cpp.py:1207
|
||||||
#: sphinx/domains/javascript.py:162 sphinx/domains/python.py:559
|
#: sphinx/domains/javascript.py:164 sphinx/domains/python.py:560
|
||||||
msgid "function"
|
msgid "function"
|
||||||
msgstr "funzione"
|
msgstr "funzione"
|
||||||
|
|
||||||
#: sphinx/domains/c.py:205 sphinx/domains/cpp.py:1061
|
#: sphinx/domains/c.py:204 sphinx/domains/cpp.py:1208
|
||||||
msgid "member"
|
msgid "member"
|
||||||
msgstr "membro"
|
msgstr "membro"
|
||||||
|
|
||||||
#: sphinx/domains/c.py:206
|
#: sphinx/domains/c.py:205
|
||||||
msgid "macro"
|
msgid "macro"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: sphinx/domains/c.py:207 sphinx/domains/cpp.py:1062
|
#: sphinx/domains/c.py:206 sphinx/domains/cpp.py:1209
|
||||||
msgid "type"
|
msgid "type"
|
||||||
msgstr "tipo"
|
msgstr "tipo"
|
||||||
|
|
||||||
#: sphinx/domains/c.py:208
|
#: sphinx/domains/c.py:207
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid "variable"
|
msgid "variable"
|
||||||
msgstr "Variabile"
|
msgstr "Variabile"
|
||||||
|
|
||||||
#: sphinx/domains/cpp.py:904
|
#: sphinx/domains/cpp.py:942 sphinx/domains/javascript.py:125
|
||||||
|
msgid "Throws"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: sphinx/domains/cpp.py:1038
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s (C++ class)"
|
msgid "%s (C++ class)"
|
||||||
msgstr "%s (classe C++)"
|
msgstr "%s (classe C++)"
|
||||||
|
|
||||||
#: sphinx/domains/cpp.py:919
|
#: sphinx/domains/cpp.py:1061
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s (C++ type)"
|
msgid "%s (C++ type)"
|
||||||
msgstr "%s (tipo C++)"
|
msgstr "%s (tipo C++)"
|
||||||
|
|
||||||
#: sphinx/domains/cpp.py:938
|
#: sphinx/domains/cpp.py:1081
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s (C++ member)"
|
msgid "%s (C++ member)"
|
||||||
msgstr "%s (membro C++)"
|
msgstr "%s (membro C++)"
|
||||||
|
|
||||||
#: sphinx/domains/cpp.py:990
|
#: sphinx/domains/cpp.py:1137
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s (C++ function)"
|
msgid "%s (C++ function)"
|
||||||
msgstr "%s (funzione C++)"
|
msgstr "%s (funzione C++)"
|
||||||
|
|
||||||
#: sphinx/domains/cpp.py:1059 sphinx/domains/javascript.py:163
|
#: sphinx/domains/cpp.py:1206 sphinx/domains/javascript.py:165
|
||||||
#: sphinx/domains/python.py:561
|
#: sphinx/domains/python.py:562
|
||||||
msgid "class"
|
msgid "class"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: sphinx/domains/javascript.py:106 sphinx/domains/python.py:254
|
#: sphinx/domains/javascript.py:106 sphinx/domains/python.py:253
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s() (built-in function)"
|
msgid "%s() (built-in function)"
|
||||||
msgstr "%s() (funzione built-in)"
|
msgstr "%s() (funzione built-in)"
|
||||||
|
|
||||||
#: sphinx/domains/javascript.py:107 sphinx/domains/python.py:318
|
#: sphinx/domains/javascript.py:107 sphinx/domains/python.py:317
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s() (%s method)"
|
msgid "%s() (%s method)"
|
||||||
msgstr "%s() (%s metodo)"
|
msgstr "%s() (%s metodo)"
|
||||||
@ -206,7 +211,7 @@ msgstr "%s() (classe)"
|
|||||||
msgid "%s (global variable or constant)"
|
msgid "%s (global variable or constant)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: sphinx/domains/javascript.py:113 sphinx/domains/python.py:356
|
#: sphinx/domains/javascript.py:113 sphinx/domains/python.py:355
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s (%s attribute)"
|
msgid "%s (%s attribute)"
|
||||||
msgstr "%s (%s attributo)"
|
msgstr "%s (%s attributo)"
|
||||||
@ -216,15 +221,11 @@ msgstr "%s (%s attributo)"
|
|||||||
msgid "Arguments"
|
msgid "Arguments"
|
||||||
msgstr "Parametri"
|
msgstr "Parametri"
|
||||||
|
|
||||||
#: sphinx/domains/javascript.py:125
|
#: sphinx/domains/javascript.py:166 sphinx/domains/python.py:561
|
||||||
msgid "Throws"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: sphinx/domains/javascript.py:164 sphinx/domains/python.py:560
|
|
||||||
msgid "data"
|
msgid "data"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: sphinx/domains/javascript.py:165 sphinx/domains/python.py:566
|
#: sphinx/domains/javascript.py:167 sphinx/domains/python.py:567
|
||||||
msgid "attribute"
|
msgid "attribute"
|
||||||
msgstr "attributo"
|
msgstr "attributo"
|
||||||
|
|
||||||
@ -237,58 +238,58 @@ msgstr "Variabile"
|
|||||||
msgid "Raises"
|
msgid "Raises"
|
||||||
msgstr "Solleva"
|
msgstr "Solleva"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:255 sphinx/domains/python.py:312
|
#: sphinx/domains/python.py:254 sphinx/domains/python.py:311
|
||||||
#: sphinx/domains/python.py:324 sphinx/domains/python.py:337
|
#: sphinx/domains/python.py:323 sphinx/domains/python.py:336
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s() (in module %s)"
|
msgid "%s() (in module %s)"
|
||||||
msgstr "%s() (nel modulo %s)"
|
msgstr "%s() (nel modulo %s)"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:258
|
#: sphinx/domains/python.py:257
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s (built-in variable)"
|
msgid "%s (built-in variable)"
|
||||||
msgstr "%s (variabile built-in)"
|
msgstr "%s (variabile built-in)"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:259 sphinx/domains/python.py:350
|
#: sphinx/domains/python.py:258 sphinx/domains/python.py:349
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s (in module %s)"
|
msgid "%s (in module %s)"
|
||||||
msgstr "%s (nel modulo %s)"
|
msgstr "%s (nel modulo %s)"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:275
|
#: sphinx/domains/python.py:274
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s (built-in class)"
|
msgid "%s (built-in class)"
|
||||||
msgstr "%s (classe built-in)"
|
msgstr "%s (classe built-in)"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:276
|
#: sphinx/domains/python.py:275
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s (class in %s)"
|
msgid "%s (class in %s)"
|
||||||
msgstr "%s (classe in %s)"
|
msgstr "%s (classe in %s)"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:316
|
#: sphinx/domains/python.py:315
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s() (%s.%s method)"
|
msgid "%s() (%s.%s method)"
|
||||||
msgstr "%s() (%s.%s metodo)"
|
msgstr "%s() (%s.%s metodo)"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:328
|
#: sphinx/domains/python.py:327
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s() (%s.%s static method)"
|
msgid "%s() (%s.%s static method)"
|
||||||
msgstr "%s() (%s.%s metodo statico)"
|
msgstr "%s() (%s.%s metodo statico)"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:331
|
#: sphinx/domains/python.py:330
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s() (%s static method)"
|
msgid "%s() (%s static method)"
|
||||||
msgstr "%s() (%s metodo statico)"
|
msgstr "%s() (%s metodo statico)"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:341
|
#: sphinx/domains/python.py:340
|
||||||
#, fuzzy, python-format
|
#, fuzzy, python-format
|
||||||
msgid "%s() (%s.%s class method)"
|
msgid "%s() (%s.%s class method)"
|
||||||
msgstr "%s() (%s.%s metodo)"
|
msgstr "%s() (%s.%s metodo)"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:344
|
#: sphinx/domains/python.py:343
|
||||||
#, fuzzy, python-format
|
#, fuzzy, python-format
|
||||||
msgid "%s() (%s class method)"
|
msgid "%s() (%s class method)"
|
||||||
msgstr "%s() (%s metodo)"
|
msgstr "%s() (%s metodo)"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:354
|
#: sphinx/domains/python.py:353
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s (%s.%s attribute)"
|
msgid "%s (%s.%s attribute)"
|
||||||
msgstr "%s (%s.%s attributo)"
|
msgstr "%s (%s.%s attributo)"
|
||||||
@ -307,49 +308,49 @@ msgstr "Indice dei Moduli"
|
|||||||
msgid "modules"
|
msgid "modules"
|
||||||
msgstr "moduli"
|
msgstr "moduli"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:537
|
#: sphinx/domains/python.py:538
|
||||||
msgid "Deprecated"
|
msgid "Deprecated"
|
||||||
msgstr "Deprecato"
|
msgstr "Deprecato"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:562 sphinx/locale/__init__.py:179
|
#: sphinx/domains/python.py:563 sphinx/locale/__init__.py:179
|
||||||
msgid "exception"
|
msgid "exception"
|
||||||
msgstr "eccezione"
|
msgstr "eccezione"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:563
|
#: sphinx/domains/python.py:564
|
||||||
msgid "method"
|
msgid "method"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: sphinx/domains/python.py:564
|
#: sphinx/domains/python.py:565
|
||||||
msgid "class method"
|
msgid "class method"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: sphinx/domains/python.py:565
|
#: sphinx/domains/python.py:566
|
||||||
msgid "static method"
|
msgid "static method"
|
||||||
msgstr "metodo statico"
|
msgstr "metodo statico"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:567 sphinx/locale/__init__.py:175
|
#: sphinx/domains/python.py:568 sphinx/locale/__init__.py:175
|
||||||
msgid "module"
|
msgid "module"
|
||||||
msgstr "modulo"
|
msgstr "modulo"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:695
|
#: sphinx/domains/python.py:696
|
||||||
msgid " (deprecated)"
|
msgid " (deprecated)"
|
||||||
msgstr " (deprecato)"
|
msgstr " (deprecato)"
|
||||||
|
|
||||||
#: sphinx/domains/rst.py:55
|
#: sphinx/domains/rst.py:53
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s (directive)"
|
msgid "%s (directive)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: sphinx/domains/rst.py:57
|
#: sphinx/domains/rst.py:55
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s (role)"
|
msgid "%s (role)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: sphinx/domains/rst.py:106
|
#: sphinx/domains/rst.py:104
|
||||||
msgid "directive"
|
msgid "directive"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: sphinx/domains/rst.py:107
|
#: sphinx/domains/rst.py:105
|
||||||
msgid "role"
|
msgid "role"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@ -363,70 +364,97 @@ msgstr "variabile d'ambiente, %s"
|
|||||||
msgid "%scommand line option; %s"
|
msgid "%scommand line option; %s"
|
||||||
msgstr "%sopzione di linea di comando; %s"
|
msgstr "%sopzione di linea di comando; %s"
|
||||||
|
|
||||||
#: sphinx/domains/std.py:393
|
#: sphinx/domains/std.py:414
|
||||||
msgid "glossary term"
|
msgid "glossary term"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: sphinx/domains/std.py:394
|
#: sphinx/domains/std.py:415
|
||||||
msgid "grammar token"
|
msgid "grammar token"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: sphinx/domains/std.py:395
|
#: sphinx/domains/std.py:416
|
||||||
msgid "reference label"
|
msgid "reference label"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: sphinx/domains/std.py:396
|
#: sphinx/domains/std.py:418
|
||||||
msgid "environment variable"
|
msgid "environment variable"
|
||||||
msgstr "variabile d'ambiente"
|
msgstr "variabile d'ambiente"
|
||||||
|
|
||||||
#: sphinx/domains/std.py:397
|
#: sphinx/domains/std.py:419
|
||||||
msgid "program option"
|
msgid "program option"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: sphinx/domains/std.py:427 sphinx/themes/basic/genindex-single.html:32
|
#: sphinx/domains/std.py:449 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:11
|
||||||
#: sphinx/themes/basic/genindex-split.html:14
|
#: sphinx/themes/basic/genindex-split.html:14
|
||||||
#: sphinx/themes/basic/genindex.html:32 sphinx/themes/basic/genindex.html:35
|
#: 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/themes/basic/genindex.html:68 sphinx/themes/basic/layout.html:134
|
||||||
#: sphinx/writers/latex.py:179 sphinx/writers/texinfo.py:456
|
#: sphinx/writers/latex.py:191 sphinx/writers/texinfo.py:475
|
||||||
msgid "Index"
|
msgid "Index"
|
||||||
msgstr "Indice"
|
msgstr "Indice"
|
||||||
|
|
||||||
#: sphinx/domains/std.py:428
|
#: sphinx/domains/std.py:450
|
||||||
msgid "Module Index"
|
msgid "Module Index"
|
||||||
msgstr "Indice dei Moduli"
|
msgstr "Indice dei Moduli"
|
||||||
|
|
||||||
#: sphinx/domains/std.py:429 sphinx/themes/basic/defindex.html:25
|
#: sphinx/domains/std.py:451 sphinx/themes/basic/defindex.html:25
|
||||||
msgid "Search Page"
|
msgid "Search Page"
|
||||||
msgstr "Cerca"
|
msgstr "Cerca"
|
||||||
|
|
||||||
#: sphinx/ext/autodoc.py:1002
|
#: sphinx/ext/autodoc.py:1042
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid " Bases: %s"
|
msgid " Bases: %s"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: sphinx/ext/autodoc.py:1038
|
#: sphinx/ext/autodoc.py:1078
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "alias of :class:`%s`"
|
msgid "alias of :class:`%s`"
|
||||||
msgstr "alias per :class:`%s`"
|
msgstr "alias per :class:`%s`"
|
||||||
|
|
||||||
#: sphinx/ext/todo.py:41
|
#: sphinx/ext/graphviz.py:294 sphinx/ext/graphviz.py:302
|
||||||
|
#, python-format
|
||||||
|
msgid "[graph: %s]"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: sphinx/ext/graphviz.py:296 sphinx/ext/graphviz.py:304
|
||||||
|
msgid "[graph]"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: sphinx/ext/intersphinx.py:234
|
||||||
|
#, python-format
|
||||||
|
msgid "(in %s v%s)"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: sphinx/ext/linkcode.py:66 sphinx/ext/viewcode.py:70
|
||||||
|
msgid "[source]"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: sphinx/ext/refcounting.py:83
|
||||||
|
msgid "Return value: Always NULL."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: sphinx/ext/refcounting.py:85
|
||||||
|
msgid "Return value: New reference."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: sphinx/ext/refcounting.py:87
|
||||||
|
msgid "Return value: Borrowed reference."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: sphinx/ext/todo.py:42
|
||||||
msgid "Todo"
|
msgid "Todo"
|
||||||
msgstr "Da fare"
|
msgstr "Da fare"
|
||||||
|
|
||||||
#: sphinx/ext/todo.py:109
|
#: sphinx/ext/todo.py:110
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "(The <<original entry>> is located in %s, line %d.)"
|
msgid "(The <<original entry>> is located in %s, line %d.)"
|
||||||
msgstr "(La <<riga originale>> si trova in %s, linea %d.)"
|
msgstr "(La <<riga originale>> si trova in %s, linea %d.)"
|
||||||
|
|
||||||
#: sphinx/ext/todo.py:117
|
#: sphinx/ext/todo.py:119
|
||||||
msgid "original entry"
|
msgid "original entry"
|
||||||
msgstr "riga originale"
|
msgstr "riga originale"
|
||||||
|
|
||||||
#: sphinx/ext/viewcode.py:70
|
|
||||||
msgid "[source]"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: sphinx/ext/viewcode.py:117
|
#: sphinx/ext/viewcode.py:117
|
||||||
msgid "[docs]"
|
msgid "[docs]"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -478,7 +506,7 @@ msgid "Note"
|
|||||||
msgstr "Nota"
|
msgstr "Nota"
|
||||||
|
|
||||||
#: sphinx/locale/__init__.py:162
|
#: sphinx/locale/__init__.py:162
|
||||||
msgid "See Also"
|
msgid "See also"
|
||||||
msgstr "Vedi anche"
|
msgstr "Vedi anche"
|
||||||
|
|
||||||
#: sphinx/locale/__init__.py:163
|
#: sphinx/locale/__init__.py:163
|
||||||
@ -524,25 +552,26 @@ msgstr "statement"
|
|||||||
msgid "built-in function"
|
msgid "built-in function"
|
||||||
msgstr "funzione built-in"
|
msgstr "funzione built-in"
|
||||||
|
|
||||||
#: sphinx/themes/agogo/layout.html:45 sphinx/themes/basic/globaltoc.html:10
|
#: sphinx/themes/agogo/layout.html:46 sphinx/themes/basic/globaltoc.html:10
|
||||||
#: sphinx/themes/basic/localtoc.html:11
|
#: sphinx/themes/basic/localtoc.html:11 sphinx/themes/scrolls/layout.html:35
|
||||||
msgid "Table Of Contents"
|
msgid "Table Of Contents"
|
||||||
msgstr "Tabella dei contenuti"
|
msgstr "Tabella dei contenuti"
|
||||||
|
|
||||||
#: sphinx/themes/agogo/layout.html:49 sphinx/themes/basic/layout.html:137
|
#: sphinx/themes/agogo/layout.html:50 sphinx/themes/basic/layout.html:137
|
||||||
#: sphinx/themes/basic/search.html:11 sphinx/themes/basic/search.html:20
|
#: sphinx/themes/basic/search.html:11 sphinx/themes/basic/search.html:23
|
||||||
|
#: sphinx/themes/basic/searchresults.html:10
|
||||||
msgid "Search"
|
msgid "Search"
|
||||||
msgstr "Cerca"
|
msgstr "Cerca"
|
||||||
|
|
||||||
#: sphinx/themes/agogo/layout.html:52 sphinx/themes/basic/searchbox.html:15
|
#: sphinx/themes/agogo/layout.html:53 sphinx/themes/basic/searchbox.html:15
|
||||||
msgid "Go"
|
msgid "Go"
|
||||||
msgstr "Vai"
|
msgstr "Vai"
|
||||||
|
|
||||||
#: sphinx/themes/agogo/layout.html:57 sphinx/themes/basic/searchbox.html:20
|
#: sphinx/themes/agogo/layout.html:58 sphinx/themes/basic/searchbox.html:20
|
||||||
msgid "Enter search terms or a module, class or function name."
|
msgid "Enter search terms or a module, class or function name."
|
||||||
msgstr "Inserisci un termine di ricerca un modulo, classe o nome di funzione"
|
msgstr "Inserisci un termine di ricerca un modulo, classe o nome di funzione"
|
||||||
|
|
||||||
#: sphinx/themes/agogo/layout.html:78 sphinx/themes/basic/sourcelink.html:14
|
#: sphinx/themes/agogo/layout.html:79 sphinx/themes/basic/sourcelink.html:14
|
||||||
msgid "Show Source"
|
msgid "Show Source"
|
||||||
msgstr "Mostra sorgente"
|
msgstr "Mostra sorgente"
|
||||||
|
|
||||||
@ -550,6 +579,19 @@ msgstr "Mostra sorgente"
|
|||||||
msgid "Overview"
|
msgid "Overview"
|
||||||
msgstr "Sintesi"
|
msgstr "Sintesi"
|
||||||
|
|
||||||
|
#: sphinx/themes/basic/defindex.html:15
|
||||||
|
msgid "Welcome! This is"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: sphinx/themes/basic/defindex.html:16
|
||||||
|
#, fuzzy
|
||||||
|
msgid "the documentation for"
|
||||||
|
msgstr "documentazione"
|
||||||
|
|
||||||
|
#: sphinx/themes/basic/defindex.html:17
|
||||||
|
msgid "last updated"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: sphinx/themes/basic/defindex.html:20
|
#: sphinx/themes/basic/defindex.html:20
|
||||||
msgid "Indices and tables:"
|
msgid "Indices and tables:"
|
||||||
msgstr "Indici e tabelle:"
|
msgstr "Indici e tabelle:"
|
||||||
@ -660,13 +702,13 @@ msgstr "Argomento successivo"
|
|||||||
msgid "next chapter"
|
msgid "next chapter"
|
||||||
msgstr "capitolo successivo"
|
msgstr "capitolo successivo"
|
||||||
|
|
||||||
#: sphinx/themes/basic/search.html:24
|
#: sphinx/themes/basic/search.html:27
|
||||||
msgid ""
|
msgid ""
|
||||||
"Please activate JavaScript to enable the search\n"
|
"Please activate JavaScript to enable the search\n"
|
||||||
" functionality."
|
" functionality."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: sphinx/themes/basic/search.html:29
|
#: sphinx/themes/basic/search.html:32
|
||||||
msgid ""
|
msgid ""
|
||||||
"From here you can search these documents. Enter your search\n"
|
"From here you can search these documents. Enter your search\n"
|
||||||
" words into the box below and click \"search\". Note that the search\n"
|
" words into the box below and click \"search\". Note that the search\n"
|
||||||
@ -680,17 +722,21 @@ msgstr ""
|
|||||||
" di ricerca cerca automaticamente per tutte le parole. Le pagine\n"
|
" di ricerca cerca automaticamente per tutte le parole. Le pagine\n"
|
||||||
" che contendono meno parole non compariranno nei risultati di ricerca."
|
" che contendono meno parole non compariranno nei risultati di ricerca."
|
||||||
|
|
||||||
#: sphinx/themes/basic/search.html:36
|
#: sphinx/themes/basic/search.html:39 sphinx/themes/basic/searchresults.html:17
|
||||||
msgid "search"
|
msgid "search"
|
||||||
msgstr "cerca"
|
msgstr "cerca"
|
||||||
|
|
||||||
#: sphinx/themes/basic/search.html:40
|
#: sphinx/themes/basic/search.html:43 sphinx/themes/basic/searchresults.html:21
|
||||||
|
#: sphinx/themes/basic/static/searchtools.js_t:281
|
||||||
msgid "Search Results"
|
msgid "Search Results"
|
||||||
msgstr "Risultati della ricerca"
|
msgstr "Risultati della ricerca"
|
||||||
|
|
||||||
#: sphinx/themes/basic/search.html:42
|
#: sphinx/themes/basic/search.html:45 sphinx/themes/basic/searchresults.html:23
|
||||||
msgid "Your search did not match any results."
|
#: sphinx/themes/basic/static/searchtools.js_t:283
|
||||||
msgstr "La tua ricerca non ha ottenuto risultati"
|
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 ""
|
||||||
|
|
||||||
#: sphinx/themes/basic/searchbox.html:12
|
#: sphinx/themes/basic/searchbox.html:12
|
||||||
msgid "Quick search"
|
msgid "Quick search"
|
||||||
@ -728,25 +774,43 @@ msgstr "Modifiche nelle API C"
|
|||||||
msgid "Other changes"
|
msgid "Other changes"
|
||||||
msgstr "Altre modifiche"
|
msgstr "Altre modifiche"
|
||||||
|
|
||||||
#: sphinx/themes/basic/static/doctools.js:154 sphinx/writers/html.py:504
|
#: sphinx/themes/basic/static/doctools.js:142 sphinx/writers/html.py:510
|
||||||
#: sphinx/writers/html.py:510
|
#: sphinx/writers/html.py:516
|
||||||
msgid "Permalink to this headline"
|
msgid "Permalink to this headline"
|
||||||
msgstr "link permanente per questa intestazione"
|
msgstr "link permanente per questa intestazione"
|
||||||
|
|
||||||
#: sphinx/themes/basic/static/doctools.js:160 sphinx/writers/html.py:92
|
#: sphinx/themes/basic/static/doctools.js:148 sphinx/writers/html.py:97
|
||||||
msgid "Permalink to this definition"
|
msgid "Permalink to this definition"
|
||||||
msgstr "link permanente per questa definizione"
|
msgstr "link permanente per questa definizione"
|
||||||
|
|
||||||
#: sphinx/themes/basic/static/doctools.js:189
|
#: sphinx/themes/basic/static/doctools.js:177
|
||||||
msgid "Hide Search Matches"
|
msgid "Hide Search Matches"
|
||||||
msgstr "Nascondi i risultati della ricerca"
|
msgstr "Nascondi i risultati della ricerca"
|
||||||
|
|
||||||
#: sphinx/themes/default/static/sidebar.js:69
|
#: sphinx/themes/basic/static/searchtools.js_t:119
|
||||||
|
#, fuzzy
|
||||||
|
msgid "Searching"
|
||||||
|
msgstr "cerca"
|
||||||
|
|
||||||
|
#: sphinx/themes/basic/static/searchtools.js_t:124
|
||||||
|
msgid "Preparing search..."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: sphinx/themes/basic/static/searchtools.js_t:285
|
||||||
|
#, python-format
|
||||||
|
msgid "Search finished, found %s page(s) matching the search query."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: sphinx/themes/basic/static/searchtools.js_t:337
|
||||||
|
msgid ", in "
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: sphinx/themes/default/static/sidebar.js_t:83
|
||||||
msgid "Expand sidebar"
|
msgid "Expand sidebar"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: sphinx/themes/default/static/sidebar.js:82
|
#: sphinx/themes/default/static/sidebar.js_t:96
|
||||||
#: sphinx/themes/default/static/sidebar.js:110
|
#: sphinx/themes/default/static/sidebar.js_t:124
|
||||||
msgid "Collapse sidebar"
|
msgid "Collapse sidebar"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@ -754,25 +818,30 @@ msgstr ""
|
|||||||
msgid "Contents"
|
msgid "Contents"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: sphinx/writers/latex.py:177
|
#: sphinx/writers/latex.py:189
|
||||||
msgid "Release"
|
msgid "Release"
|
||||||
msgstr "Release"
|
msgstr "Release"
|
||||||
|
|
||||||
#: sphinx/writers/latex.py:594 sphinx/writers/manpage.py:182
|
#: sphinx/writers/latex.py:620 sphinx/writers/manpage.py:181
|
||||||
#: sphinx/writers/texinfo.py:589
|
#: sphinx/writers/texinfo.py:612
|
||||||
msgid "Footnotes"
|
msgid "Footnotes"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: sphinx/writers/latex.py:676
|
#: sphinx/writers/latex.py:704
|
||||||
msgid "continued from previous page"
|
msgid "continued from previous page"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: sphinx/writers/latex.py:681
|
#: sphinx/writers/latex.py:710
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid "Continued on next page"
|
msgid "Continued on next page"
|
||||||
msgstr "Indice completo in una pagina"
|
msgstr "Indice completo in una pagina"
|
||||||
|
|
||||||
#: sphinx/writers/text.py:437
|
#: sphinx/writers/manpage.py:226 sphinx/writers/text.py:541
|
||||||
|
#, fuzzy, python-format
|
||||||
|
msgid "[image: %s]"
|
||||||
|
msgstr "[immagine: %s]"
|
||||||
|
|
||||||
|
#: sphinx/writers/manpage.py:227 sphinx/writers/text.py:542
|
||||||
msgid "[image]"
|
msgid "[image]"
|
||||||
msgstr "[immagine]"
|
msgstr "[immagine]"
|
||||||
|
|
||||||
|
@ -1 +1 @@
|
|||||||
Documentation.addTranslations({"locale": "ja", "plural_expr": "0", "messages": {"Hide Search Matches": "\u691c\u7d22\u7d50\u679c\u3092\u96a0\u3059", "Permalink to this definition": "\u3053\u306e\u5b9a\u7fa9\u3078\u306e\u30d1\u30fc\u30de\u30ea\u30f3\u30af", "Expand sidebar": "\u30b5\u30a4\u30c9\u30d0\u30fc\u3092\u5c55\u958b", "Permalink to this headline": "\u3053\u306e\u30d8\u30c3\u30c9\u30e9\u30a4\u30f3\u3078\u306e\u30d1\u30fc\u30de\u30ea\u30f3\u30af", "Collapse sidebar": "\u30b5\u30a4\u30c9\u30d0\u30fc\u3092\u305f\u305f\u3080"}});
|
Documentation.addTranslations({"locale": "ja", "plural_expr": "0", "messages": {"Hide Search Matches": "\u691c\u7d22\u7d50\u679c\u3092\u96a0\u3059", "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"}});
|
Binary file not shown.
@ -9,7 +9,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: Sphinx 1.1pre\n"
|
"Project-Id-Version: Sphinx 1.1pre\n"
|
||||||
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
||||||
"POT-Creation-Date: 2011-09-21 10:06+0200\n"
|
"POT-Creation-Date: 2013-04-02 10:33+0200\n"
|
||||||
"PO-Revision-Date: 2011-08-27 17:50+0900\n"
|
"PO-Revision-Date: 2011-08-27 17:50+0900\n"
|
||||||
"Last-Translator: Akitoshi Ohta <fire.kuma8@gmail.com>\n"
|
"Last-Translator: Akitoshi Ohta <fire.kuma8@gmail.com>\n"
|
||||||
"Language-Team: Japanese\n"
|
"Language-Team: Japanese\n"
|
||||||
@ -24,27 +24,31 @@ msgstr ""
|
|||||||
msgid "%s %s documentation"
|
msgid "%s %s documentation"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: sphinx/environment.py:119 sphinx/writers/latex.py:190
|
#: sphinx/environment.py:1510
|
||||||
#: sphinx/writers/manpage.py:67 sphinx/writers/texinfo.py:203
|
|
||||||
#, python-format
|
|
||||||
msgid "%B %d, %Y"
|
|
||||||
msgstr "%Y 年 %m 月 %d 日"
|
|
||||||
|
|
||||||
#: sphinx/environment.py:1625
|
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "see %s"
|
msgid "see %s"
|
||||||
msgstr "%sを参照"
|
msgstr "%sを参照"
|
||||||
|
|
||||||
#: sphinx/environment.py:1628
|
#: sphinx/environment.py:1513
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "see also %s"
|
msgid "see also %s"
|
||||||
msgstr "%sも参照"
|
msgstr "%sも参照"
|
||||||
|
|
||||||
|
#: sphinx/environment.py:1570
|
||||||
|
msgid "Symbols"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: sphinx/roles.py:175
|
#: sphinx/roles.py:175
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Python Enhancement Proposals; PEP %s"
|
msgid "Python Enhancement Proposals; PEP %s"
|
||||||
msgstr "Python Enhancement Proposals; PEP %s"
|
msgstr "Python Enhancement Proposals; PEP %s"
|
||||||
|
|
||||||
|
#: sphinx/transforms.py:52 sphinx/writers/latex.py:202
|
||||||
|
#: sphinx/writers/manpage.py:67 sphinx/writers/texinfo.py:217
|
||||||
|
#, python-format
|
||||||
|
msgid "%B %d, %Y"
|
||||||
|
msgstr "%Y 年 %m 月 %d 日"
|
||||||
|
|
||||||
#: sphinx/builders/changes.py:73
|
#: sphinx/builders/changes.py:73
|
||||||
msgid "Builtins"
|
msgid "Builtins"
|
||||||
msgstr "組み込み"
|
msgstr "組み込み"
|
||||||
@ -53,24 +57,24 @@ msgstr "組み込み"
|
|||||||
msgid "Module level"
|
msgid "Module level"
|
||||||
msgstr "モジュールレベル"
|
msgstr "モジュールレベル"
|
||||||
|
|
||||||
#: sphinx/builders/html.py:274
|
#: sphinx/builders/html.py:290
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%b %d, %Y"
|
msgid "%b %d, %Y"
|
||||||
msgstr "%Y 年 %m 月 %d 日"
|
msgstr "%Y 年 %m 月 %d 日"
|
||||||
|
|
||||||
#: sphinx/builders/html.py:293 sphinx/themes/basic/defindex.html:30
|
#: sphinx/builders/html.py:309 sphinx/themes/basic/defindex.html:30
|
||||||
msgid "General Index"
|
msgid "General Index"
|
||||||
msgstr "総合索引"
|
msgstr "総合索引"
|
||||||
|
|
||||||
#: sphinx/builders/html.py:293
|
#: sphinx/builders/html.py:309
|
||||||
msgid "index"
|
msgid "index"
|
||||||
msgstr "索引"
|
msgstr "索引"
|
||||||
|
|
||||||
#: sphinx/builders/html.py:353
|
#: sphinx/builders/html.py:369
|
||||||
msgid "next"
|
msgid "next"
|
||||||
msgstr "次へ"
|
msgstr "次へ"
|
||||||
|
|
||||||
#: sphinx/builders/html.py:362
|
#: sphinx/builders/html.py:378
|
||||||
msgid "previous"
|
msgid "previous"
|
||||||
msgstr "前へ"
|
msgstr "前へ"
|
||||||
|
|
||||||
@ -78,41 +82,38 @@ msgstr "前へ"
|
|||||||
msgid " (in "
|
msgid " (in "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: sphinx/directives/other.py:136
|
#: sphinx/directives/other.py:138
|
||||||
msgid "Section author: "
|
msgid "Section author: "
|
||||||
msgstr "この節の作者: "
|
msgstr "この節の作者: "
|
||||||
|
|
||||||
#: sphinx/directives/other.py:138
|
#: sphinx/directives/other.py:140
|
||||||
msgid "Module author: "
|
msgid "Module author: "
|
||||||
msgstr "モジュールの作者: "
|
msgstr "モジュールの作者: "
|
||||||
|
|
||||||
#: sphinx/directives/other.py:140
|
#: sphinx/directives/other.py:142
|
||||||
msgid "Code author: "
|
msgid "Code author: "
|
||||||
msgstr "コードの作者: "
|
msgstr "コードの作者: "
|
||||||
|
|
||||||
#: sphinx/directives/other.py:142
|
#: sphinx/directives/other.py:144
|
||||||
msgid "Author: "
|
msgid "Author: "
|
||||||
msgstr "作者: "
|
msgstr "作者: "
|
||||||
|
|
||||||
#: sphinx/directives/other.py:215
|
|
||||||
msgid "See also"
|
|
||||||
msgstr "参考"
|
|
||||||
|
|
||||||
#: sphinx/domains/__init__.py:244
|
#: sphinx/domains/__init__.py:244
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s %s"
|
msgid "%s %s"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: sphinx/domains/c.py:51 sphinx/domains/python.py:95
|
#: sphinx/domains/c.py:51 sphinx/domains/cpp.py:939 sphinx/domains/python.py:95
|
||||||
msgid "Parameters"
|
msgid "Parameters"
|
||||||
msgstr "パラメタ"
|
msgstr "パラメタ"
|
||||||
|
|
||||||
#: sphinx/domains/c.py:54 sphinx/domains/javascript.py:128
|
#: sphinx/domains/c.py:54 sphinx/domains/cpp.py:945
|
||||||
#: sphinx/domains/python.py:107
|
#: sphinx/domains/javascript.py:128 sphinx/domains/python.py:107
|
||||||
msgid "Returns"
|
msgid "Returns"
|
||||||
msgstr "戻り値"
|
msgstr "戻り値"
|
||||||
|
|
||||||
#: sphinx/domains/c.py:56 sphinx/domains/python.py:109
|
#: sphinx/domains/c.py:56 sphinx/domains/javascript.py:130
|
||||||
|
#: sphinx/domains/python.py:109
|
||||||
msgid "Return type"
|
msgid "Return type"
|
||||||
msgstr "戻り値の型"
|
msgstr "戻り値の型"
|
||||||
|
|
||||||
@ -141,58 +142,62 @@ msgstr "%s (C のデータ型)"
|
|||||||
msgid "%s (C variable)"
|
msgid "%s (C variable)"
|
||||||
msgstr "%s (C の変数)"
|
msgstr "%s (C の変数)"
|
||||||
|
|
||||||
#: sphinx/domains/c.py:204 sphinx/domains/cpp.py:1060
|
#: sphinx/domains/c.py:203 sphinx/domains/cpp.py:1207
|
||||||
#: sphinx/domains/javascript.py:162 sphinx/domains/python.py:559
|
#: sphinx/domains/javascript.py:164 sphinx/domains/python.py:560
|
||||||
msgid "function"
|
msgid "function"
|
||||||
msgstr "の関数"
|
msgstr "の関数"
|
||||||
|
|
||||||
#: sphinx/domains/c.py:205 sphinx/domains/cpp.py:1061
|
#: sphinx/domains/c.py:204 sphinx/domains/cpp.py:1208
|
||||||
msgid "member"
|
msgid "member"
|
||||||
msgstr "のメンバ変数"
|
msgstr "のメンバ変数"
|
||||||
|
|
||||||
#: sphinx/domains/c.py:206
|
#: sphinx/domains/c.py:205
|
||||||
msgid "macro"
|
msgid "macro"
|
||||||
msgstr "のマクロ"
|
msgstr "のマクロ"
|
||||||
|
|
||||||
#: sphinx/domains/c.py:207 sphinx/domains/cpp.py:1062
|
#: sphinx/domains/c.py:206 sphinx/domains/cpp.py:1209
|
||||||
msgid "type"
|
msgid "type"
|
||||||
msgstr "のデータ型"
|
msgstr "のデータ型"
|
||||||
|
|
||||||
#: sphinx/domains/c.py:208
|
#: sphinx/domains/c.py:207
|
||||||
msgid "variable"
|
msgid "variable"
|
||||||
msgstr "変数"
|
msgstr "変数"
|
||||||
|
|
||||||
#: sphinx/domains/cpp.py:904
|
#: sphinx/domains/cpp.py:942 sphinx/domains/javascript.py:125
|
||||||
|
msgid "Throws"
|
||||||
|
msgstr "例外"
|
||||||
|
|
||||||
|
#: sphinx/domains/cpp.py:1038
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s (C++ class)"
|
msgid "%s (C++ class)"
|
||||||
msgstr "%s (C++ のクラス)"
|
msgstr "%s (C++ のクラス)"
|
||||||
|
|
||||||
#: sphinx/domains/cpp.py:919
|
#: sphinx/domains/cpp.py:1061
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s (C++ type)"
|
msgid "%s (C++ type)"
|
||||||
msgstr "%s (C++ のデータ型)"
|
msgstr "%s (C++ のデータ型)"
|
||||||
|
|
||||||
#: sphinx/domains/cpp.py:938
|
#: sphinx/domains/cpp.py:1081
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s (C++ member)"
|
msgid "%s (C++ member)"
|
||||||
msgstr "%s (C++ のメンバ変数)"
|
msgstr "%s (C++ のメンバ変数)"
|
||||||
|
|
||||||
#: sphinx/domains/cpp.py:990
|
#: sphinx/domains/cpp.py:1137
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s (C++ function)"
|
msgid "%s (C++ function)"
|
||||||
msgstr "%s (C++ の関数)"
|
msgstr "%s (C++ の関数)"
|
||||||
|
|
||||||
#: sphinx/domains/cpp.py:1059 sphinx/domains/javascript.py:163
|
#: sphinx/domains/cpp.py:1206 sphinx/domains/javascript.py:165
|
||||||
#: sphinx/domains/python.py:561
|
#: sphinx/domains/python.py:562
|
||||||
msgid "class"
|
msgid "class"
|
||||||
msgstr "クラス"
|
msgstr "クラス"
|
||||||
|
|
||||||
#: sphinx/domains/javascript.py:106 sphinx/domains/python.py:254
|
#: sphinx/domains/javascript.py:106 sphinx/domains/python.py:253
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s() (built-in function)"
|
msgid "%s() (built-in function)"
|
||||||
msgstr "%s() (組み込み関数)"
|
msgstr "%s() (組み込み関数)"
|
||||||
|
|
||||||
#: sphinx/domains/javascript.py:107 sphinx/domains/python.py:318
|
#: sphinx/domains/javascript.py:107 sphinx/domains/python.py:317
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s() (%s method)"
|
msgid "%s() (%s method)"
|
||||||
msgstr "%s() (%s のメソッド)"
|
msgstr "%s() (%s のメソッド)"
|
||||||
@ -207,7 +212,7 @@ msgstr "%s() (クラス)"
|
|||||||
msgid "%s (global variable or constant)"
|
msgid "%s (global variable or constant)"
|
||||||
msgstr "%s (グローバル変数または定数)"
|
msgstr "%s (グローバル変数または定数)"
|
||||||
|
|
||||||
#: sphinx/domains/javascript.py:113 sphinx/domains/python.py:356
|
#: sphinx/domains/javascript.py:113 sphinx/domains/python.py:355
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s (%s attribute)"
|
msgid "%s (%s attribute)"
|
||||||
msgstr "%s (%s の属性)"
|
msgstr "%s (%s の属性)"
|
||||||
@ -216,15 +221,11 @@ msgstr "%s (%s の属性)"
|
|||||||
msgid "Arguments"
|
msgid "Arguments"
|
||||||
msgstr "引数"
|
msgstr "引数"
|
||||||
|
|
||||||
#: sphinx/domains/javascript.py:125
|
#: sphinx/domains/javascript.py:166 sphinx/domains/python.py:561
|
||||||
msgid "Throws"
|
|
||||||
msgstr "例外"
|
|
||||||
|
|
||||||
#: sphinx/domains/javascript.py:164 sphinx/domains/python.py:560
|
|
||||||
msgid "data"
|
msgid "data"
|
||||||
msgstr "データ"
|
msgstr "データ"
|
||||||
|
|
||||||
#: sphinx/domains/javascript.py:165 sphinx/domains/python.py:566
|
#: sphinx/domains/javascript.py:167 sphinx/domains/python.py:567
|
||||||
msgid "attribute"
|
msgid "attribute"
|
||||||
msgstr "の属性"
|
msgstr "の属性"
|
||||||
|
|
||||||
@ -236,58 +237,58 @@ msgstr "変数"
|
|||||||
msgid "Raises"
|
msgid "Raises"
|
||||||
msgstr "例外"
|
msgstr "例外"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:255 sphinx/domains/python.py:312
|
#: sphinx/domains/python.py:254 sphinx/domains/python.py:311
|
||||||
#: sphinx/domains/python.py:324 sphinx/domains/python.py:337
|
#: sphinx/domains/python.py:323 sphinx/domains/python.py:336
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s() (in module %s)"
|
msgid "%s() (in module %s)"
|
||||||
msgstr "%s() (%s モジュール)"
|
msgstr "%s() (%s モジュール)"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:258
|
#: sphinx/domains/python.py:257
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s (built-in variable)"
|
msgid "%s (built-in variable)"
|
||||||
msgstr "%s (組み込み変数)"
|
msgstr "%s (組み込み変数)"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:259 sphinx/domains/python.py:350
|
#: sphinx/domains/python.py:258 sphinx/domains/python.py:349
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s (in module %s)"
|
msgid "%s (in module %s)"
|
||||||
msgstr "%s (%s モジュール)"
|
msgstr "%s (%s モジュール)"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:275
|
#: sphinx/domains/python.py:274
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s (built-in class)"
|
msgid "%s (built-in class)"
|
||||||
msgstr "%s (組み込みクラス)"
|
msgstr "%s (組み込みクラス)"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:276
|
#: sphinx/domains/python.py:275
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s (class in %s)"
|
msgid "%s (class in %s)"
|
||||||
msgstr "%s (%s のクラス)"
|
msgstr "%s (%s のクラス)"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:316
|
#: sphinx/domains/python.py:315
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s() (%s.%s method)"
|
msgid "%s() (%s.%s method)"
|
||||||
msgstr "%s() (%s.%s のメソッド)"
|
msgstr "%s() (%s.%s のメソッド)"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:328
|
#: sphinx/domains/python.py:327
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s() (%s.%s static method)"
|
msgid "%s() (%s.%s static method)"
|
||||||
msgstr "%s() (%s.%s の静的メソッド)"
|
msgstr "%s() (%s.%s の静的メソッド)"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:331
|
#: sphinx/domains/python.py:330
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s() (%s static method)"
|
msgid "%s() (%s static method)"
|
||||||
msgstr "%s() (%s の静的メソッド)"
|
msgstr "%s() (%s の静的メソッド)"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:341
|
#: sphinx/domains/python.py:340
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s() (%s.%s class method)"
|
msgid "%s() (%s.%s class method)"
|
||||||
msgstr "%s() (%s.%s のクラスメソッド)"
|
msgstr "%s() (%s.%s のクラスメソッド)"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:344
|
#: sphinx/domains/python.py:343
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s() (%s class method)"
|
msgid "%s() (%s class method)"
|
||||||
msgstr "%s() (%s のクラスメソッド)"
|
msgstr "%s() (%s のクラスメソッド)"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:354
|
#: sphinx/domains/python.py:353
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s (%s.%s attribute)"
|
msgid "%s (%s.%s attribute)"
|
||||||
msgstr "%s (%s.%s の属性)"
|
msgstr "%s (%s.%s の属性)"
|
||||||
@ -305,49 +306,49 @@ msgstr "Pythonモジュール索引"
|
|||||||
msgid "modules"
|
msgid "modules"
|
||||||
msgstr "モジュール"
|
msgstr "モジュール"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:537
|
#: sphinx/domains/python.py:538
|
||||||
msgid "Deprecated"
|
msgid "Deprecated"
|
||||||
msgstr "撤廃"
|
msgstr "撤廃"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:562 sphinx/locale/__init__.py:179
|
#: sphinx/domains/python.py:563 sphinx/locale/__init__.py:179
|
||||||
msgid "exception"
|
msgid "exception"
|
||||||
msgstr "例外"
|
msgstr "例外"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:563
|
#: sphinx/domains/python.py:564
|
||||||
msgid "method"
|
msgid "method"
|
||||||
msgstr "メソッド"
|
msgstr "メソッド"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:564
|
#: sphinx/domains/python.py:565
|
||||||
msgid "class method"
|
msgid "class method"
|
||||||
msgstr "クラスメソッド"
|
msgstr "クラスメソッド"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:565
|
#: sphinx/domains/python.py:566
|
||||||
msgid "static method"
|
msgid "static method"
|
||||||
msgstr "の静的メソッド"
|
msgstr "の静的メソッド"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:567 sphinx/locale/__init__.py:175
|
#: sphinx/domains/python.py:568 sphinx/locale/__init__.py:175
|
||||||
msgid "module"
|
msgid "module"
|
||||||
msgstr "モジュール"
|
msgstr "モジュール"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:695
|
#: sphinx/domains/python.py:696
|
||||||
msgid " (deprecated)"
|
msgid " (deprecated)"
|
||||||
msgstr " (撤廃)"
|
msgstr " (撤廃)"
|
||||||
|
|
||||||
#: sphinx/domains/rst.py:55
|
#: sphinx/domains/rst.py:53
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s (directive)"
|
msgid "%s (directive)"
|
||||||
msgstr "%s (ディレクティブ)"
|
msgstr "%s (ディレクティブ)"
|
||||||
|
|
||||||
#: sphinx/domains/rst.py:57
|
#: sphinx/domains/rst.py:55
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s (role)"
|
msgid "%s (role)"
|
||||||
msgstr "%s (ロール)"
|
msgstr "%s (ロール)"
|
||||||
|
|
||||||
#: sphinx/domains/rst.py:106
|
#: sphinx/domains/rst.py:104
|
||||||
msgid "directive"
|
msgid "directive"
|
||||||
msgstr "ディレクティブ"
|
msgstr "ディレクティブ"
|
||||||
|
|
||||||
#: sphinx/domains/rst.py:107
|
#: sphinx/domains/rst.py:105
|
||||||
msgid "role"
|
msgid "role"
|
||||||
msgstr "ロール"
|
msgstr "ロール"
|
||||||
|
|
||||||
@ -361,70 +362,97 @@ msgstr "環境変数; %s"
|
|||||||
msgid "%scommand line option; %s"
|
msgid "%scommand line option; %s"
|
||||||
msgstr "%sコマンドラインオプション; %s"
|
msgstr "%sコマンドラインオプション; %s"
|
||||||
|
|
||||||
#: sphinx/domains/std.py:393
|
#: sphinx/domains/std.py:414
|
||||||
msgid "glossary term"
|
msgid "glossary term"
|
||||||
msgstr "用語集の項目"
|
msgstr "用語集の項目"
|
||||||
|
|
||||||
#: sphinx/domains/std.py:394
|
#: sphinx/domains/std.py:415
|
||||||
msgid "grammar token"
|
msgid "grammar token"
|
||||||
msgstr "文法トークン"
|
msgstr "文法トークン"
|
||||||
|
|
||||||
#: sphinx/domains/std.py:395
|
#: sphinx/domains/std.py:416
|
||||||
msgid "reference label"
|
msgid "reference label"
|
||||||
msgstr "参照ラベル"
|
msgstr "参照ラベル"
|
||||||
|
|
||||||
#: sphinx/domains/std.py:396
|
#: sphinx/domains/std.py:418
|
||||||
msgid "environment variable"
|
msgid "environment variable"
|
||||||
msgstr "環境変数"
|
msgstr "環境変数"
|
||||||
|
|
||||||
#: sphinx/domains/std.py:397
|
#: sphinx/domains/std.py:419
|
||||||
msgid "program option"
|
msgid "program option"
|
||||||
msgstr "プログラムオプション"
|
msgstr "プログラムオプション"
|
||||||
|
|
||||||
#: sphinx/domains/std.py:427 sphinx/themes/basic/genindex-single.html:32
|
#: sphinx/domains/std.py:449 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:11
|
||||||
#: sphinx/themes/basic/genindex-split.html:14
|
#: sphinx/themes/basic/genindex-split.html:14
|
||||||
#: sphinx/themes/basic/genindex.html:32 sphinx/themes/basic/genindex.html:35
|
#: 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/themes/basic/genindex.html:68 sphinx/themes/basic/layout.html:134
|
||||||
#: sphinx/writers/latex.py:179 sphinx/writers/texinfo.py:456
|
#: sphinx/writers/latex.py:191 sphinx/writers/texinfo.py:475
|
||||||
msgid "Index"
|
msgid "Index"
|
||||||
msgstr "索引"
|
msgstr "索引"
|
||||||
|
|
||||||
#: sphinx/domains/std.py:428
|
#: sphinx/domains/std.py:450
|
||||||
msgid "Module Index"
|
msgid "Module Index"
|
||||||
msgstr "モジュール索引"
|
msgstr "モジュール索引"
|
||||||
|
|
||||||
#: sphinx/domains/std.py:429 sphinx/themes/basic/defindex.html:25
|
#: sphinx/domains/std.py:451 sphinx/themes/basic/defindex.html:25
|
||||||
msgid "Search Page"
|
msgid "Search Page"
|
||||||
msgstr "検索ページ"
|
msgstr "検索ページ"
|
||||||
|
|
||||||
#: sphinx/ext/autodoc.py:1002
|
#: sphinx/ext/autodoc.py:1042
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid " Bases: %s"
|
msgid " Bases: %s"
|
||||||
msgstr " ベースクラス: %s"
|
msgstr " ベースクラス: %s"
|
||||||
|
|
||||||
#: sphinx/ext/autodoc.py:1038
|
#: sphinx/ext/autodoc.py:1078
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "alias of :class:`%s`"
|
msgid "alias of :class:`%s`"
|
||||||
msgstr ":class:`%s` のエイリアス"
|
msgstr ":class:`%s` のエイリアス"
|
||||||
|
|
||||||
#: sphinx/ext/todo.py:41
|
#: sphinx/ext/graphviz.py:294 sphinx/ext/graphviz.py:302
|
||||||
|
#, python-format
|
||||||
|
msgid "[graph: %s]"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: sphinx/ext/graphviz.py:296 sphinx/ext/graphviz.py:304
|
||||||
|
msgid "[graph]"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: sphinx/ext/intersphinx.py:234
|
||||||
|
#, python-format
|
||||||
|
msgid "(in %s v%s)"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: sphinx/ext/linkcode.py:66 sphinx/ext/viewcode.py:70
|
||||||
|
msgid "[source]"
|
||||||
|
msgstr "[ソース]"
|
||||||
|
|
||||||
|
#: sphinx/ext/refcounting.py:83
|
||||||
|
msgid "Return value: Always NULL."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: sphinx/ext/refcounting.py:85
|
||||||
|
msgid "Return value: New reference."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: sphinx/ext/refcounting.py:87
|
||||||
|
msgid "Return value: Borrowed reference."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: sphinx/ext/todo.py:42
|
||||||
msgid "Todo"
|
msgid "Todo"
|
||||||
msgstr "課題"
|
msgstr "課題"
|
||||||
|
|
||||||
#: sphinx/ext/todo.py:109
|
#: sphinx/ext/todo.py:110
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "(The <<original entry>> is located in %s, line %d.)"
|
msgid "(The <<original entry>> is located in %s, line %d.)"
|
||||||
msgstr "(<<元のエントリ>> は、 %s の %d 行目です)"
|
msgstr "(<<元のエントリ>> は、 %s の %d 行目です)"
|
||||||
|
|
||||||
#: sphinx/ext/todo.py:117
|
#: sphinx/ext/todo.py:119
|
||||||
msgid "original entry"
|
msgid "original entry"
|
||||||
msgstr "元のエントリ"
|
msgstr "元のエントリ"
|
||||||
|
|
||||||
#: sphinx/ext/viewcode.py:70
|
|
||||||
msgid "[source]"
|
|
||||||
msgstr "[ソース]"
|
|
||||||
|
|
||||||
#: sphinx/ext/viewcode.py:117
|
#: sphinx/ext/viewcode.py:117
|
||||||
msgid "[docs]"
|
msgid "[docs]"
|
||||||
msgstr "[ドキュメント]"
|
msgstr "[ドキュメント]"
|
||||||
@ -475,7 +503,7 @@ msgid "Note"
|
|||||||
msgstr "ノート"
|
msgstr "ノート"
|
||||||
|
|
||||||
#: sphinx/locale/__init__.py:162
|
#: sphinx/locale/__init__.py:162
|
||||||
msgid "See Also"
|
msgid "See also"
|
||||||
msgstr "参考"
|
msgstr "参考"
|
||||||
|
|
||||||
#: sphinx/locale/__init__.py:163
|
#: sphinx/locale/__init__.py:163
|
||||||
@ -521,25 +549,26 @@ msgstr "文"
|
|||||||
msgid "built-in function"
|
msgid "built-in function"
|
||||||
msgstr "組み込み関数"
|
msgstr "組み込み関数"
|
||||||
|
|
||||||
#: sphinx/themes/agogo/layout.html:45 sphinx/themes/basic/globaltoc.html:10
|
#: sphinx/themes/agogo/layout.html:46 sphinx/themes/basic/globaltoc.html:10
|
||||||
#: sphinx/themes/basic/localtoc.html:11
|
#: sphinx/themes/basic/localtoc.html:11 sphinx/themes/scrolls/layout.html:35
|
||||||
msgid "Table Of Contents"
|
msgid "Table Of Contents"
|
||||||
msgstr "目次"
|
msgstr "目次"
|
||||||
|
|
||||||
#: sphinx/themes/agogo/layout.html:49 sphinx/themes/basic/layout.html:137
|
#: sphinx/themes/agogo/layout.html:50 sphinx/themes/basic/layout.html:137
|
||||||
#: sphinx/themes/basic/search.html:11 sphinx/themes/basic/search.html:20
|
#: sphinx/themes/basic/search.html:11 sphinx/themes/basic/search.html:23
|
||||||
|
#: sphinx/themes/basic/searchresults.html:10
|
||||||
msgid "Search"
|
msgid "Search"
|
||||||
msgstr "検索"
|
msgstr "検索"
|
||||||
|
|
||||||
#: sphinx/themes/agogo/layout.html:52 sphinx/themes/basic/searchbox.html:15
|
#: sphinx/themes/agogo/layout.html:53 sphinx/themes/basic/searchbox.html:15
|
||||||
msgid "Go"
|
msgid "Go"
|
||||||
msgstr "検索"
|
msgstr "検索"
|
||||||
|
|
||||||
#: sphinx/themes/agogo/layout.html:57 sphinx/themes/basic/searchbox.html:20
|
#: sphinx/themes/agogo/layout.html:58 sphinx/themes/basic/searchbox.html:20
|
||||||
msgid "Enter search terms or a module, class or function name."
|
msgid "Enter search terms or a module, class or function name."
|
||||||
msgstr "モジュール、クラス、または関数名を入力してください"
|
msgstr "モジュール、クラス、または関数名を入力してください"
|
||||||
|
|
||||||
#: sphinx/themes/agogo/layout.html:78 sphinx/themes/basic/sourcelink.html:14
|
#: sphinx/themes/agogo/layout.html:79 sphinx/themes/basic/sourcelink.html:14
|
||||||
msgid "Show Source"
|
msgid "Show Source"
|
||||||
msgstr "ソースコードを表示"
|
msgstr "ソースコードを表示"
|
||||||
|
|
||||||
@ -547,6 +576,19 @@ msgstr "ソースコードを表示"
|
|||||||
msgid "Overview"
|
msgid "Overview"
|
||||||
msgstr "概要"
|
msgstr "概要"
|
||||||
|
|
||||||
|
#: sphinx/themes/basic/defindex.html:15
|
||||||
|
msgid "Welcome! This is"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: sphinx/themes/basic/defindex.html:16
|
||||||
|
#, fuzzy
|
||||||
|
msgid "the documentation for"
|
||||||
|
msgstr "ドキュメントを検索"
|
||||||
|
|
||||||
|
#: sphinx/themes/basic/defindex.html:17
|
||||||
|
msgid "last updated"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: sphinx/themes/basic/defindex.html:20
|
#: sphinx/themes/basic/defindex.html:20
|
||||||
msgid "Indices and tables:"
|
msgid "Indices and tables:"
|
||||||
msgstr "索引と表一覧:"
|
msgstr "索引と表一覧:"
|
||||||
@ -657,13 +699,13 @@ msgstr "次のトピックへ"
|
|||||||
msgid "next chapter"
|
msgid "next chapter"
|
||||||
msgstr "次の章へ"
|
msgstr "次の章へ"
|
||||||
|
|
||||||
#: sphinx/themes/basic/search.html:24
|
#: sphinx/themes/basic/search.html:27
|
||||||
msgid ""
|
msgid ""
|
||||||
"Please activate JavaScript to enable the search\n"
|
"Please activate JavaScript to enable the search\n"
|
||||||
" functionality."
|
" functionality."
|
||||||
msgstr "検索機能を使うには JavaScript を有効にしてください。"
|
msgstr "検索機能を使うには JavaScript を有効にしてください。"
|
||||||
|
|
||||||
#: sphinx/themes/basic/search.html:29
|
#: sphinx/themes/basic/search.html:32
|
||||||
msgid ""
|
msgid ""
|
||||||
"From here you can search these documents. Enter your search\n"
|
"From here you can search these documents. Enter your search\n"
|
||||||
" words into the box below and click \"search\". Note that the search\n"
|
" words into the box below and click \"search\". Note that the search\n"
|
||||||
@ -671,17 +713,21 @@ msgid ""
|
|||||||
" containing fewer words won't appear in the result list."
|
" containing fewer words won't appear in the result list."
|
||||||
msgstr "このページからドキュメントを検索できます。キーワードを下のボックスに入力して、「検索」をクリックしてください。入力された全てのキーワードを含むページが検索されます。一部のキーワードしか含まないページは検索結果に表示されないので注意してください。"
|
msgstr "このページからドキュメントを検索できます。キーワードを下のボックスに入力して、「検索」をクリックしてください。入力された全てのキーワードを含むページが検索されます。一部のキーワードしか含まないページは検索結果に表示されないので注意してください。"
|
||||||
|
|
||||||
#: sphinx/themes/basic/search.html:36
|
#: sphinx/themes/basic/search.html:39 sphinx/themes/basic/searchresults.html:17
|
||||||
msgid "search"
|
msgid "search"
|
||||||
msgstr "検索"
|
msgstr "検索"
|
||||||
|
|
||||||
#: sphinx/themes/basic/search.html:40
|
#: sphinx/themes/basic/search.html:43 sphinx/themes/basic/searchresults.html:21
|
||||||
|
#: sphinx/themes/basic/static/searchtools.js_t:281
|
||||||
msgid "Search Results"
|
msgid "Search Results"
|
||||||
msgstr "検索結果"
|
msgstr "検索結果"
|
||||||
|
|
||||||
#: sphinx/themes/basic/search.html:42
|
#: sphinx/themes/basic/search.html:45 sphinx/themes/basic/searchresults.html:23
|
||||||
msgid "Your search did not match any results."
|
#: sphinx/themes/basic/static/searchtools.js_t:283
|
||||||
msgstr "検索条件に一致する項目がありませんでした。"
|
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 ""
|
||||||
|
|
||||||
#: sphinx/themes/basic/searchbox.html:12
|
#: sphinx/themes/basic/searchbox.html:12
|
||||||
msgid "Quick search"
|
msgid "Quick search"
|
||||||
@ -719,25 +765,43 @@ msgstr "C API に関する変更"
|
|||||||
msgid "Other changes"
|
msgid "Other changes"
|
||||||
msgstr "その多の変更"
|
msgstr "その多の変更"
|
||||||
|
|
||||||
#: sphinx/themes/basic/static/doctools.js:154 sphinx/writers/html.py:504
|
#: sphinx/themes/basic/static/doctools.js:142 sphinx/writers/html.py:510
|
||||||
#: sphinx/writers/html.py:510
|
#: sphinx/writers/html.py:516
|
||||||
msgid "Permalink to this headline"
|
msgid "Permalink to this headline"
|
||||||
msgstr "このヘッドラインへのパーマリンク"
|
msgstr "このヘッドラインへのパーマリンク"
|
||||||
|
|
||||||
#: sphinx/themes/basic/static/doctools.js:160 sphinx/writers/html.py:92
|
#: sphinx/themes/basic/static/doctools.js:148 sphinx/writers/html.py:97
|
||||||
msgid "Permalink to this definition"
|
msgid "Permalink to this definition"
|
||||||
msgstr "この定義へのパーマリンク"
|
msgstr "この定義へのパーマリンク"
|
||||||
|
|
||||||
#: sphinx/themes/basic/static/doctools.js:189
|
#: sphinx/themes/basic/static/doctools.js:177
|
||||||
msgid "Hide Search Matches"
|
msgid "Hide Search Matches"
|
||||||
msgstr "検索結果を隠す"
|
msgstr "検索結果を隠す"
|
||||||
|
|
||||||
#: sphinx/themes/default/static/sidebar.js:69
|
#: sphinx/themes/basic/static/searchtools.js_t:119
|
||||||
|
#, fuzzy
|
||||||
|
msgid "Searching"
|
||||||
|
msgstr "検索"
|
||||||
|
|
||||||
|
#: sphinx/themes/basic/static/searchtools.js_t:124
|
||||||
|
msgid "Preparing search..."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: sphinx/themes/basic/static/searchtools.js_t:285
|
||||||
|
#, python-format
|
||||||
|
msgid "Search finished, found %s page(s) matching the search query."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: sphinx/themes/basic/static/searchtools.js_t:337
|
||||||
|
msgid ", in "
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: sphinx/themes/default/static/sidebar.js_t:83
|
||||||
msgid "Expand sidebar"
|
msgid "Expand sidebar"
|
||||||
msgstr "サイドバーを展開"
|
msgstr "サイドバーを展開"
|
||||||
|
|
||||||
#: sphinx/themes/default/static/sidebar.js:82
|
#: sphinx/themes/default/static/sidebar.js_t:96
|
||||||
#: sphinx/themes/default/static/sidebar.js:110
|
#: sphinx/themes/default/static/sidebar.js_t:124
|
||||||
msgid "Collapse sidebar"
|
msgid "Collapse sidebar"
|
||||||
msgstr "サイドバーをたたむ"
|
msgstr "サイドバーをたたむ"
|
||||||
|
|
||||||
@ -745,24 +809,29 @@ msgstr "サイドバーをたたむ"
|
|||||||
msgid "Contents"
|
msgid "Contents"
|
||||||
msgstr "コンテンツ"
|
msgstr "コンテンツ"
|
||||||
|
|
||||||
#: sphinx/writers/latex.py:177
|
#: sphinx/writers/latex.py:189
|
||||||
msgid "Release"
|
msgid "Release"
|
||||||
msgstr "リリース"
|
msgstr "リリース"
|
||||||
|
|
||||||
#: sphinx/writers/latex.py:594 sphinx/writers/manpage.py:182
|
#: sphinx/writers/latex.py:620 sphinx/writers/manpage.py:181
|
||||||
#: sphinx/writers/texinfo.py:589
|
#: sphinx/writers/texinfo.py:612
|
||||||
msgid "Footnotes"
|
msgid "Footnotes"
|
||||||
msgstr "注記"
|
msgstr "注記"
|
||||||
|
|
||||||
#: sphinx/writers/latex.py:676
|
#: sphinx/writers/latex.py:704
|
||||||
msgid "continued from previous page"
|
msgid "continued from previous page"
|
||||||
msgstr "前のページからの続き"
|
msgstr "前のページからの続き"
|
||||||
|
|
||||||
#: sphinx/writers/latex.py:681
|
#: sphinx/writers/latex.py:710
|
||||||
msgid "Continued on next page"
|
msgid "Continued on next page"
|
||||||
msgstr "次のページに続く"
|
msgstr "次のページに続く"
|
||||||
|
|
||||||
#: sphinx/writers/text.py:437
|
#: sphinx/writers/manpage.py:226 sphinx/writers/text.py:541
|
||||||
|
#, fuzzy, python-format
|
||||||
|
msgid "[image: %s]"
|
||||||
|
msgstr "[画像: %s]"
|
||||||
|
|
||||||
|
#: sphinx/writers/manpage.py:227 sphinx/writers/text.py:542
|
||||||
msgid "[image]"
|
msgid "[image]"
|
||||||
msgstr "[画像]"
|
msgstr "[画像]"
|
||||||
|
|
||||||
|
@ -1 +1 @@
|
|||||||
Documentation.addTranslations({"locale": "ko", "plural_expr": "0", "messages": {"Hide Search Matches": "\uac80\uc0c9 \uacb0\uacfc \uc228\uae30\uae30", "Permalink to this definition": "\uc815\uc758 \uc8fc\uc18c", "Expand sidebar": "\uc0ac\uc774\ub4dc\ubc14 \uc5f4\uae30", "Permalink to this headline": "\uc81c\ubaa9 \uc8fc\uc18c", "Collapse sidebar": "\uc0ac\uc774\ub4dc\ubc14 \ub2eb\uae30"}});
|
Documentation.addTranslations({"locale": "ko", "plural_expr": "0", "messages": {"Hide Search Matches": "\uac80\uc0c9 \uacb0\uacfc \uc228\uae30\uae30", "Permalink to this definition": "\uc815\uc758 \uc8fc\uc18c", "Permalink to this headline": "\uc81c\ubaa9 \uc8fc\uc18c"}});
|
Binary file not shown.
@ -7,7 +7,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: Sphinx 1.1pre\n"
|
"Project-Id-Version: Sphinx 1.1pre\n"
|
||||||
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
||||||
"POT-Creation-Date: 2011-09-21 10:06+0200\n"
|
"POT-Creation-Date: 2013-04-02 10:33+0200\n"
|
||||||
"PO-Revision-Date: 2011-06-09 21:25+0900\n"
|
"PO-Revision-Date: 2011-06-09 21:25+0900\n"
|
||||||
"Last-Translator: Channy Yun <channy@mozilla.or.kr>\n"
|
"Last-Translator: Channy Yun <channy@mozilla.or.kr>\n"
|
||||||
"Language-Team: Korean\n"
|
"Language-Team: Korean\n"
|
||||||
@ -22,27 +22,31 @@ msgstr ""
|
|||||||
msgid "%s %s documentation"
|
msgid "%s %s documentation"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: sphinx/environment.py:119 sphinx/writers/latex.py:190
|
#: sphinx/environment.py:1510
|
||||||
#: sphinx/writers/manpage.py:67 sphinx/writers/texinfo.py:203
|
|
||||||
#, python-format
|
|
||||||
msgid "%B %d, %Y"
|
|
||||||
msgstr "%Y년 %m월 %d일"
|
|
||||||
|
|
||||||
#: sphinx/environment.py:1625
|
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "see %s"
|
msgid "see %s"
|
||||||
msgstr "%s 문서"
|
msgstr "%s 문서"
|
||||||
|
|
||||||
#: sphinx/environment.py:1628
|
#: sphinx/environment.py:1513
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "see also %s"
|
msgid "see also %s"
|
||||||
msgstr "%s 참조"
|
msgstr "%s 참조"
|
||||||
|
|
||||||
|
#: sphinx/environment.py:1570
|
||||||
|
msgid "Symbols"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: sphinx/roles.py:175
|
#: sphinx/roles.py:175
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Python Enhancement Proposals; PEP %s"
|
msgid "Python Enhancement Proposals; PEP %s"
|
||||||
msgstr "Python Enhancement Proposals; PEP %s"
|
msgstr "Python Enhancement Proposals; PEP %s"
|
||||||
|
|
||||||
|
#: sphinx/transforms.py:52 sphinx/writers/latex.py:202
|
||||||
|
#: sphinx/writers/manpage.py:67 sphinx/writers/texinfo.py:217
|
||||||
|
#, python-format
|
||||||
|
msgid "%B %d, %Y"
|
||||||
|
msgstr "%Y년 %m월 %d일"
|
||||||
|
|
||||||
#: sphinx/builders/changes.py:73
|
#: sphinx/builders/changes.py:73
|
||||||
msgid "Builtins"
|
msgid "Builtins"
|
||||||
msgstr "기본"
|
msgstr "기본"
|
||||||
@ -51,71 +55,67 @@ msgstr "기본"
|
|||||||
msgid "Module level"
|
msgid "Module level"
|
||||||
msgstr "모듈 수준"
|
msgstr "모듈 수준"
|
||||||
|
|
||||||
#: sphinx/builders/html.py:274
|
#: sphinx/builders/html.py:290
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%b %d, %Y"
|
msgid "%b %d, %Y"
|
||||||
msgstr "%Y년 %m월 %d일"
|
msgstr "%Y년 %m월 %d일"
|
||||||
|
|
||||||
#: sphinx/builders/html.py:293 sphinx/themes/basic/defindex.html:30
|
#: sphinx/builders/html.py:309 sphinx/themes/basic/defindex.html:30
|
||||||
msgid "General Index"
|
msgid "General Index"
|
||||||
msgstr "전체 색인"
|
msgstr "전체 색인"
|
||||||
|
|
||||||
#: sphinx/builders/html.py:293
|
#: sphinx/builders/html.py:309
|
||||||
msgid "index"
|
msgid "index"
|
||||||
msgstr "색인"
|
msgstr "색인"
|
||||||
|
|
||||||
#: sphinx/builders/html.py:353
|
#: sphinx/builders/html.py:369
|
||||||
msgid "next"
|
msgid "next"
|
||||||
msgstr "다음"
|
msgstr "다음"
|
||||||
|
|
||||||
#: sphinx/builders/html.py:362
|
#: sphinx/builders/html.py:378
|
||||||
msgid "previous"
|
msgid "previous"
|
||||||
msgstr "이전"
|
msgstr "이전"
|
||||||
|
|
||||||
#: sphinx/builders/latex.py:141 sphinx/builders/texinfo.py:196
|
#: sphinx/builders/latex.py:141 sphinx/builders/texinfo.py:196
|
||||||
#, fuzzy
|
|
||||||
msgid " (in "
|
msgid " (in "
|
||||||
msgstr "("
|
msgstr ""
|
||||||
|
|
||||||
#: sphinx/directives/other.py:136
|
#: sphinx/directives/other.py:138
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid "Section author: "
|
msgid "Section author: "
|
||||||
msgstr "항목 저자:"
|
msgstr "항목 저자:"
|
||||||
|
|
||||||
#: sphinx/directives/other.py:138
|
#: sphinx/directives/other.py:140
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid "Module author: "
|
msgid "Module author: "
|
||||||
msgstr "모듈 개발자:"
|
msgstr "모듈 개발자:"
|
||||||
|
|
||||||
#: sphinx/directives/other.py:140
|
#: sphinx/directives/other.py:142
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid "Code author: "
|
msgid "Code author: "
|
||||||
msgstr "코드 개발자:"
|
msgstr "코드 개발자:"
|
||||||
|
|
||||||
#: sphinx/directives/other.py:142
|
#: sphinx/directives/other.py:144
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid "Author: "
|
msgid "Author: "
|
||||||
msgstr "저자:"
|
msgstr "저자:"
|
||||||
|
|
||||||
#: sphinx/directives/other.py:215
|
|
||||||
msgid "See also"
|
|
||||||
msgstr "더 보기"
|
|
||||||
|
|
||||||
#: sphinx/domains/__init__.py:244
|
#: sphinx/domains/__init__.py:244
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s %s"
|
msgid "%s %s"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: sphinx/domains/c.py:51 sphinx/domains/python.py:95
|
#: sphinx/domains/c.py:51 sphinx/domains/cpp.py:939 sphinx/domains/python.py:95
|
||||||
msgid "Parameters"
|
msgid "Parameters"
|
||||||
msgstr "매개 변수"
|
msgstr "매개 변수"
|
||||||
|
|
||||||
#: sphinx/domains/c.py:54 sphinx/domains/javascript.py:128
|
#: sphinx/domains/c.py:54 sphinx/domains/cpp.py:945
|
||||||
#: sphinx/domains/python.py:107
|
#: sphinx/domains/javascript.py:128 sphinx/domains/python.py:107
|
||||||
msgid "Returns"
|
msgid "Returns"
|
||||||
msgstr "반환"
|
msgstr "반환"
|
||||||
|
|
||||||
#: sphinx/domains/c.py:56 sphinx/domains/python.py:109
|
#: sphinx/domains/c.py:56 sphinx/domains/javascript.py:130
|
||||||
|
#: sphinx/domains/python.py:109
|
||||||
msgid "Return type"
|
msgid "Return type"
|
||||||
msgstr "반환 형식"
|
msgstr "반환 형식"
|
||||||
|
|
||||||
@ -144,58 +144,62 @@ msgstr "%s (C 데이터 형식)"
|
|||||||
msgid "%s (C variable)"
|
msgid "%s (C variable)"
|
||||||
msgstr "%s (C 변수)"
|
msgstr "%s (C 변수)"
|
||||||
|
|
||||||
#: sphinx/domains/c.py:204 sphinx/domains/cpp.py:1060
|
#: sphinx/domains/c.py:203 sphinx/domains/cpp.py:1207
|
||||||
#: sphinx/domains/javascript.py:162 sphinx/domains/python.py:559
|
#: sphinx/domains/javascript.py:164 sphinx/domains/python.py:560
|
||||||
msgid "function"
|
msgid "function"
|
||||||
msgstr "함수"
|
msgstr "함수"
|
||||||
|
|
||||||
#: sphinx/domains/c.py:205 sphinx/domains/cpp.py:1061
|
#: sphinx/domains/c.py:204 sphinx/domains/cpp.py:1208
|
||||||
msgid "member"
|
msgid "member"
|
||||||
msgstr "멤버 변수"
|
msgstr "멤버 변수"
|
||||||
|
|
||||||
#: sphinx/domains/c.py:206
|
#: sphinx/domains/c.py:205
|
||||||
msgid "macro"
|
msgid "macro"
|
||||||
msgstr "매크로"
|
msgstr "매크로"
|
||||||
|
|
||||||
#: sphinx/domains/c.py:207 sphinx/domains/cpp.py:1062
|
#: sphinx/domains/c.py:206 sphinx/domains/cpp.py:1209
|
||||||
msgid "type"
|
msgid "type"
|
||||||
msgstr "데이터 형식"
|
msgstr "데이터 형식"
|
||||||
|
|
||||||
#: sphinx/domains/c.py:208
|
#: sphinx/domains/c.py:207
|
||||||
msgid "variable"
|
msgid "variable"
|
||||||
msgstr "변수"
|
msgstr "변수"
|
||||||
|
|
||||||
#: sphinx/domains/cpp.py:904
|
#: sphinx/domains/cpp.py:942 sphinx/domains/javascript.py:125
|
||||||
|
msgid "Throws"
|
||||||
|
msgstr "예외"
|
||||||
|
|
||||||
|
#: sphinx/domains/cpp.py:1038
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s (C++ class)"
|
msgid "%s (C++ class)"
|
||||||
msgstr "%s (C++ 클래스)"
|
msgstr "%s (C++ 클래스)"
|
||||||
|
|
||||||
#: sphinx/domains/cpp.py:919
|
#: sphinx/domains/cpp.py:1061
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s (C++ type)"
|
msgid "%s (C++ type)"
|
||||||
msgstr "%s (C++ 데이터 형식)"
|
msgstr "%s (C++ 데이터 형식)"
|
||||||
|
|
||||||
#: sphinx/domains/cpp.py:938
|
#: sphinx/domains/cpp.py:1081
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s (C++ member)"
|
msgid "%s (C++ member)"
|
||||||
msgstr "%s (C++의 멤버 변수)"
|
msgstr "%s (C++의 멤버 변수)"
|
||||||
|
|
||||||
#: sphinx/domains/cpp.py:990
|
#: sphinx/domains/cpp.py:1137
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s (C++ function)"
|
msgid "%s (C++ function)"
|
||||||
msgstr "%s (C++ 함수)"
|
msgstr "%s (C++ 함수)"
|
||||||
|
|
||||||
#: sphinx/domains/cpp.py:1059 sphinx/domains/javascript.py:163
|
#: sphinx/domains/cpp.py:1206 sphinx/domains/javascript.py:165
|
||||||
#: sphinx/domains/python.py:561
|
#: sphinx/domains/python.py:562
|
||||||
msgid "class"
|
msgid "class"
|
||||||
msgstr "클래스"
|
msgstr "클래스"
|
||||||
|
|
||||||
#: sphinx/domains/javascript.py:106 sphinx/domains/python.py:254
|
#: sphinx/domains/javascript.py:106 sphinx/domains/python.py:253
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s() (built-in function)"
|
msgid "%s() (built-in function)"
|
||||||
msgstr "%s() 내장 함수)"
|
msgstr "%s() 내장 함수)"
|
||||||
|
|
||||||
#: sphinx/domains/javascript.py:107 sphinx/domains/python.py:318
|
#: sphinx/domains/javascript.py:107 sphinx/domains/python.py:317
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s() (%s method)"
|
msgid "%s() (%s method)"
|
||||||
msgstr "%s() (%s 메서드)"
|
msgstr "%s() (%s 메서드)"
|
||||||
@ -210,7 +214,7 @@ msgstr "%s() (클래스)"
|
|||||||
msgid "%s (global variable or constant)"
|
msgid "%s (global variable or constant)"
|
||||||
msgstr "%s (전역 변수 또는 상수)"
|
msgstr "%s (전역 변수 또는 상수)"
|
||||||
|
|
||||||
#: sphinx/domains/javascript.py:113 sphinx/domains/python.py:356
|
#: sphinx/domains/javascript.py:113 sphinx/domains/python.py:355
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s (%s attribute)"
|
msgid "%s (%s attribute)"
|
||||||
msgstr "%s (%s의 속성)"
|
msgstr "%s (%s의 속성)"
|
||||||
@ -219,15 +223,11 @@ msgstr "%s (%s의 속성)"
|
|||||||
msgid "Arguments"
|
msgid "Arguments"
|
||||||
msgstr "인수"
|
msgstr "인수"
|
||||||
|
|
||||||
#: sphinx/domains/javascript.py:125
|
#: sphinx/domains/javascript.py:166 sphinx/domains/python.py:561
|
||||||
msgid "Throws"
|
|
||||||
msgstr "예외"
|
|
||||||
|
|
||||||
#: sphinx/domains/javascript.py:164 sphinx/domains/python.py:560
|
|
||||||
msgid "data"
|
msgid "data"
|
||||||
msgstr "데이터"
|
msgstr "데이터"
|
||||||
|
|
||||||
#: sphinx/domains/javascript.py:165 sphinx/domains/python.py:566
|
#: sphinx/domains/javascript.py:167 sphinx/domains/python.py:567
|
||||||
msgid "attribute"
|
msgid "attribute"
|
||||||
msgstr "속성"
|
msgstr "속성"
|
||||||
|
|
||||||
@ -239,58 +239,58 @@ msgstr "변수"
|
|||||||
msgid "Raises"
|
msgid "Raises"
|
||||||
msgstr "예외"
|
msgstr "예외"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:255 sphinx/domains/python.py:312
|
#: sphinx/domains/python.py:254 sphinx/domains/python.py:311
|
||||||
#: sphinx/domains/python.py:324 sphinx/domains/python.py:337
|
#: sphinx/domains/python.py:323 sphinx/domains/python.py:336
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s() (in module %s)"
|
msgid "%s() (in module %s)"
|
||||||
msgstr "%s() (%s 모듈)"
|
msgstr "%s() (%s 모듈)"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:258
|
#: sphinx/domains/python.py:257
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s (built-in variable)"
|
msgid "%s (built-in variable)"
|
||||||
msgstr "%s (내장 변수)"
|
msgstr "%s (내장 변수)"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:259 sphinx/domains/python.py:350
|
#: sphinx/domains/python.py:258 sphinx/domains/python.py:349
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s (in module %s)"
|
msgid "%s (in module %s)"
|
||||||
msgstr "%s (%s 모듈)"
|
msgstr "%s (%s 모듈)"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:275
|
#: sphinx/domains/python.py:274
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s (built-in class)"
|
msgid "%s (built-in class)"
|
||||||
msgstr "%s (내장 변수)"
|
msgstr "%s (내장 변수)"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:276
|
#: sphinx/domains/python.py:275
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s (class in %s)"
|
msgid "%s (class in %s)"
|
||||||
msgstr "%s (%s 종류)"
|
msgstr "%s (%s 종류)"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:316
|
#: sphinx/domains/python.py:315
|
||||||
#, fuzzy, python-format
|
#, fuzzy, python-format
|
||||||
msgid "%s() (%s.%s method)"
|
msgid "%s() (%s.%s method)"
|
||||||
msgstr "%s() (%s. %s 메서드)"
|
msgstr "%s() (%s. %s 메서드)"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:328
|
#: sphinx/domains/python.py:327
|
||||||
#, fuzzy, python-format
|
#, fuzzy, python-format
|
||||||
msgid "%s() (%s.%s static method)"
|
msgid "%s() (%s.%s static method)"
|
||||||
msgstr "%s() (%s. %s의 정적 메서드)"
|
msgstr "%s() (%s. %s의 정적 메서드)"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:331
|
#: sphinx/domains/python.py:330
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s() (%s static method)"
|
msgid "%s() (%s static method)"
|
||||||
msgstr "%s() (%s의 정적 메서드)"
|
msgstr "%s() (%s의 정적 메서드)"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:341
|
#: sphinx/domains/python.py:340
|
||||||
#, fuzzy, python-format
|
#, fuzzy, python-format
|
||||||
msgid "%s() (%s.%s class method)"
|
msgid "%s() (%s.%s class method)"
|
||||||
msgstr "%s() (%s. %s 클래스 메서드)"
|
msgstr "%s() (%s. %s 클래스 메서드)"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:344
|
#: sphinx/domains/python.py:343
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s() (%s class method)"
|
msgid "%s() (%s class method)"
|
||||||
msgstr "%s() (%s 클래스 메서드)"
|
msgstr "%s() (%s 클래스 메서드)"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:354
|
#: sphinx/domains/python.py:353
|
||||||
#, fuzzy, python-format
|
#, fuzzy, python-format
|
||||||
msgid "%s (%s.%s attribute)"
|
msgid "%s (%s.%s attribute)"
|
||||||
msgstr "%s (%s. %s의 속성)"
|
msgstr "%s (%s. %s의 속성)"
|
||||||
@ -308,50 +308,50 @@ msgstr "Python 모듈 목록"
|
|||||||
msgid "modules"
|
msgid "modules"
|
||||||
msgstr "모듈"
|
msgstr "모듈"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:537
|
#: sphinx/domains/python.py:538
|
||||||
msgid "Deprecated"
|
msgid "Deprecated"
|
||||||
msgstr "폐지"
|
msgstr "폐지"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:562 sphinx/locale/__init__.py:179
|
#: sphinx/domains/python.py:563 sphinx/locale/__init__.py:179
|
||||||
msgid "exception"
|
msgid "exception"
|
||||||
msgstr "예외"
|
msgstr "예외"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:563
|
#: sphinx/domains/python.py:564
|
||||||
msgid "method"
|
msgid "method"
|
||||||
msgstr "메소드"
|
msgstr "메소드"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:564
|
#: sphinx/domains/python.py:565
|
||||||
msgid "class method"
|
msgid "class method"
|
||||||
msgstr "클래스 메소드"
|
msgstr "클래스 메소드"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:565
|
#: sphinx/domains/python.py:566
|
||||||
msgid "static method"
|
msgid "static method"
|
||||||
msgstr "정적 메서드"
|
msgstr "정적 메서드"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:567 sphinx/locale/__init__.py:175
|
#: sphinx/domains/python.py:568 sphinx/locale/__init__.py:175
|
||||||
msgid "module"
|
msgid "module"
|
||||||
msgstr "모듈"
|
msgstr "모듈"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:695
|
#: sphinx/domains/python.py:696
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid " (deprecated)"
|
msgid " (deprecated)"
|
||||||
msgstr "(폐지)"
|
msgstr "(폐지)"
|
||||||
|
|
||||||
#: sphinx/domains/rst.py:55
|
#: sphinx/domains/rst.py:53
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s (directive)"
|
msgid "%s (directive)"
|
||||||
msgstr "%s (지시문)"
|
msgstr "%s (지시문)"
|
||||||
|
|
||||||
#: sphinx/domains/rst.py:57
|
#: sphinx/domains/rst.py:55
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s (role)"
|
msgid "%s (role)"
|
||||||
msgstr "%s (역할)"
|
msgstr "%s (역할)"
|
||||||
|
|
||||||
#: sphinx/domains/rst.py:106
|
#: sphinx/domains/rst.py:104
|
||||||
msgid "directive"
|
msgid "directive"
|
||||||
msgstr "지시자"
|
msgstr "지시자"
|
||||||
|
|
||||||
#: sphinx/domains/rst.py:107
|
#: sphinx/domains/rst.py:105
|
||||||
msgid "role"
|
msgid "role"
|
||||||
msgstr "역할"
|
msgstr "역할"
|
||||||
|
|
||||||
@ -365,70 +365,97 @@ msgstr "환경 변수; %s"
|
|||||||
msgid "%scommand line option; %s"
|
msgid "%scommand line option; %s"
|
||||||
msgstr "%s 명령; %s"
|
msgstr "%s 명령; %s"
|
||||||
|
|
||||||
#: sphinx/domains/std.py:393
|
#: sphinx/domains/std.py:414
|
||||||
msgid "glossary term"
|
msgid "glossary term"
|
||||||
msgstr "용어의 항목"
|
msgstr "용어의 항목"
|
||||||
|
|
||||||
#: sphinx/domains/std.py:394
|
#: sphinx/domains/std.py:415
|
||||||
msgid "grammar token"
|
msgid "grammar token"
|
||||||
msgstr "문법 토큰"
|
msgstr "문법 토큰"
|
||||||
|
|
||||||
#: sphinx/domains/std.py:395
|
#: sphinx/domains/std.py:416
|
||||||
msgid "reference label"
|
msgid "reference label"
|
||||||
msgstr "참조 레이블"
|
msgstr "참조 레이블"
|
||||||
|
|
||||||
#: sphinx/domains/std.py:396
|
#: sphinx/domains/std.py:418
|
||||||
msgid "environment variable"
|
msgid "environment variable"
|
||||||
msgstr "환경 변수"
|
msgstr "환경 변수"
|
||||||
|
|
||||||
#: sphinx/domains/std.py:397
|
#: sphinx/domains/std.py:419
|
||||||
msgid "program option"
|
msgid "program option"
|
||||||
msgstr "프로그램 옵션"
|
msgstr "프로그램 옵션"
|
||||||
|
|
||||||
#: sphinx/domains/std.py:427 sphinx/themes/basic/genindex-single.html:32
|
#: sphinx/domains/std.py:449 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:11
|
||||||
#: sphinx/themes/basic/genindex-split.html:14
|
#: sphinx/themes/basic/genindex-split.html:14
|
||||||
#: sphinx/themes/basic/genindex.html:32 sphinx/themes/basic/genindex.html:35
|
#: 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/themes/basic/genindex.html:68 sphinx/themes/basic/layout.html:134
|
||||||
#: sphinx/writers/latex.py:179 sphinx/writers/texinfo.py:456
|
#: sphinx/writers/latex.py:191 sphinx/writers/texinfo.py:475
|
||||||
msgid "Index"
|
msgid "Index"
|
||||||
msgstr "색인"
|
msgstr "색인"
|
||||||
|
|
||||||
#: sphinx/domains/std.py:428
|
#: sphinx/domains/std.py:450
|
||||||
msgid "Module Index"
|
msgid "Module Index"
|
||||||
msgstr "모듈 목록"
|
msgstr "모듈 목록"
|
||||||
|
|
||||||
#: sphinx/domains/std.py:429 sphinx/themes/basic/defindex.html:25
|
#: sphinx/domains/std.py:451 sphinx/themes/basic/defindex.html:25
|
||||||
msgid "Search Page"
|
msgid "Search Page"
|
||||||
msgstr "검색 페이지"
|
msgstr "검색 페이지"
|
||||||
|
|
||||||
#: sphinx/ext/autodoc.py:1002
|
#: sphinx/ext/autodoc.py:1042
|
||||||
#, fuzzy, python-format
|
#, fuzzy, python-format
|
||||||
msgid " Bases: %s"
|
msgid " Bases: %s"
|
||||||
msgstr "기본 클래스: %s"
|
msgstr "기본 클래스: %s"
|
||||||
|
|
||||||
#: sphinx/ext/autodoc.py:1038
|
#: sphinx/ext/autodoc.py:1078
|
||||||
#, fuzzy, python-format
|
#, fuzzy, python-format
|
||||||
msgid "alias of :class:`%s`"
|
msgid "alias of :class:`%s`"
|
||||||
msgstr ": class:`%s`의 별칭"
|
msgstr ": class:`%s`의 별칭"
|
||||||
|
|
||||||
#: sphinx/ext/todo.py:41
|
#: sphinx/ext/graphviz.py:294 sphinx/ext/graphviz.py:302
|
||||||
|
#, python-format
|
||||||
|
msgid "[graph: %s]"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: sphinx/ext/graphviz.py:296 sphinx/ext/graphviz.py:304
|
||||||
|
msgid "[graph]"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: sphinx/ext/intersphinx.py:234
|
||||||
|
#, python-format
|
||||||
|
msgid "(in %s v%s)"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: sphinx/ext/linkcode.py:66 sphinx/ext/viewcode.py:70
|
||||||
|
msgid "[source]"
|
||||||
|
msgstr "[소스]"
|
||||||
|
|
||||||
|
#: sphinx/ext/refcounting.py:83
|
||||||
|
msgid "Return value: Always NULL."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: sphinx/ext/refcounting.py:85
|
||||||
|
msgid "Return value: New reference."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: sphinx/ext/refcounting.py:87
|
||||||
|
msgid "Return value: Borrowed reference."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: sphinx/ext/todo.py:42
|
||||||
msgid "Todo"
|
msgid "Todo"
|
||||||
msgstr "과제"
|
msgstr "과제"
|
||||||
|
|
||||||
#: sphinx/ext/todo.py:109
|
#: sphinx/ext/todo.py:110
|
||||||
#, fuzzy, python-format
|
#, fuzzy, python-format
|
||||||
msgid "(The <<original entry>> is located in %s, line %d.)"
|
msgid "(The <<original entry>> is located in %s, line %d.)"
|
||||||
msgstr "(<<원래 항목\" \"는 %s %d 번째)"
|
msgstr "(<<원래 항목>> 는 %s %d 번째)"
|
||||||
|
|
||||||
#: sphinx/ext/todo.py:117
|
#: sphinx/ext/todo.py:119
|
||||||
msgid "original entry"
|
msgid "original entry"
|
||||||
msgstr "원래 항목"
|
msgstr "원래 항목"
|
||||||
|
|
||||||
#: sphinx/ext/viewcode.py:70
|
|
||||||
msgid "[source]"
|
|
||||||
msgstr "[소스]"
|
|
||||||
|
|
||||||
#: sphinx/ext/viewcode.py:117
|
#: sphinx/ext/viewcode.py:117
|
||||||
msgid "[docs]"
|
msgid "[docs]"
|
||||||
msgstr "[문서]"
|
msgstr "[문서]"
|
||||||
@ -480,7 +507,7 @@ msgid "Note"
|
|||||||
msgstr "주석"
|
msgstr "주석"
|
||||||
|
|
||||||
#: sphinx/locale/__init__.py:162
|
#: sphinx/locale/__init__.py:162
|
||||||
msgid "See Also"
|
msgid "See also"
|
||||||
msgstr "더 보기"
|
msgstr "더 보기"
|
||||||
|
|
||||||
#: sphinx/locale/__init__.py:163
|
#: sphinx/locale/__init__.py:163
|
||||||
@ -526,25 +553,26 @@ msgstr "글"
|
|||||||
msgid "built-in function"
|
msgid "built-in function"
|
||||||
msgstr "내장 함수"
|
msgstr "내장 함수"
|
||||||
|
|
||||||
#: sphinx/themes/agogo/layout.html:45 sphinx/themes/basic/globaltoc.html:10
|
#: sphinx/themes/agogo/layout.html:46 sphinx/themes/basic/globaltoc.html:10
|
||||||
#: sphinx/themes/basic/localtoc.html:11
|
#: sphinx/themes/basic/localtoc.html:11 sphinx/themes/scrolls/layout.html:35
|
||||||
msgid "Table Of Contents"
|
msgid "Table Of Contents"
|
||||||
msgstr "목차"
|
msgstr "목차"
|
||||||
|
|
||||||
#: sphinx/themes/agogo/layout.html:49 sphinx/themes/basic/layout.html:137
|
#: sphinx/themes/agogo/layout.html:50 sphinx/themes/basic/layout.html:137
|
||||||
#: sphinx/themes/basic/search.html:11 sphinx/themes/basic/search.html:20
|
#: sphinx/themes/basic/search.html:11 sphinx/themes/basic/search.html:23
|
||||||
|
#: sphinx/themes/basic/searchresults.html:10
|
||||||
msgid "Search"
|
msgid "Search"
|
||||||
msgstr "검색"
|
msgstr "검색"
|
||||||
|
|
||||||
#: sphinx/themes/agogo/layout.html:52 sphinx/themes/basic/searchbox.html:15
|
#: sphinx/themes/agogo/layout.html:53 sphinx/themes/basic/searchbox.html:15
|
||||||
msgid "Go"
|
msgid "Go"
|
||||||
msgstr "바로 가기"
|
msgstr "바로 가기"
|
||||||
|
|
||||||
#: sphinx/themes/agogo/layout.html:57 sphinx/themes/basic/searchbox.html:20
|
#: sphinx/themes/agogo/layout.html:58 sphinx/themes/basic/searchbox.html:20
|
||||||
msgid "Enter search terms or a module, class or function name."
|
msgid "Enter search terms or a module, class or function name."
|
||||||
msgstr "모듈, 클래스 또는 함수 이름을 입력하십시오."
|
msgstr "모듈, 클래스 또는 함수 이름을 입력하십시오."
|
||||||
|
|
||||||
#: sphinx/themes/agogo/layout.html:78 sphinx/themes/basic/sourcelink.html:14
|
#: sphinx/themes/agogo/layout.html:79 sphinx/themes/basic/sourcelink.html:14
|
||||||
msgid "Show Source"
|
msgid "Show Source"
|
||||||
msgstr "소스 코드를 보려면"
|
msgstr "소스 코드를 보려면"
|
||||||
|
|
||||||
@ -552,6 +580,19 @@ msgstr "소스 코드를 보려면"
|
|||||||
msgid "Overview"
|
msgid "Overview"
|
||||||
msgstr "개요"
|
msgstr "개요"
|
||||||
|
|
||||||
|
#: sphinx/themes/basic/defindex.html:15
|
||||||
|
msgid "Welcome! This is"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: sphinx/themes/basic/defindex.html:16
|
||||||
|
#, fuzzy
|
||||||
|
msgid "the documentation for"
|
||||||
|
msgstr "문서 검색"
|
||||||
|
|
||||||
|
#: sphinx/themes/basic/defindex.html:17
|
||||||
|
msgid "last updated"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: sphinx/themes/basic/defindex.html:20
|
#: sphinx/themes/basic/defindex.html:20
|
||||||
msgid "Indices and tables:"
|
msgid "Indices and tables:"
|
||||||
msgstr "색인 및 표 목록:"
|
msgstr "색인 및 표 목록:"
|
||||||
@ -620,12 +661,12 @@ msgstr "저작권"
|
|||||||
#: sphinx/themes/basic/layout.html:189
|
#: sphinx/themes/basic/layout.html:189
|
||||||
#, fuzzy, python-format
|
#, fuzzy, python-format
|
||||||
msgid "© <a href=\"%(path)s\">Copyright</a> %(copyright)s."
|
msgid "© <a href=\"%(path)s\">Copyright</a> %(copyright)s."
|
||||||
msgstr "©<a href=\"%(path)s\">Copyright</a> %(copyright)s."
|
msgstr "©<a href=\"%(path)s\">Copyright</a> %(copyright)s."
|
||||||
|
|
||||||
#: sphinx/themes/basic/layout.html:191
|
#: sphinx/themes/basic/layout.html:191
|
||||||
#, fuzzy, python-format
|
#, fuzzy, python-format
|
||||||
msgid "© Copyright %(copyright)s."
|
msgid "© Copyright %(copyright)s."
|
||||||
msgstr "©Copyright %(copyright)s."
|
msgstr "©Copyright %(copyright)s."
|
||||||
|
|
||||||
#: sphinx/themes/basic/layout.html:195
|
#: sphinx/themes/basic/layout.html:195
|
||||||
#, python-format
|
#, python-format
|
||||||
@ -662,14 +703,14 @@ msgstr "다음 항목"
|
|||||||
msgid "next chapter"
|
msgid "next chapter"
|
||||||
msgstr "다음 장"
|
msgstr "다음 장"
|
||||||
|
|
||||||
#: sphinx/themes/basic/search.html:24
|
#: sphinx/themes/basic/search.html:27
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid ""
|
msgid ""
|
||||||
"Please activate JavaScript to enable the search\n"
|
"Please activate JavaScript to enable the search\n"
|
||||||
" functionality."
|
" functionality."
|
||||||
msgstr "검색 기능을 사용하려면 JavaScript를 활성화하십시오."
|
msgstr "검색 기능을 사용하려면 JavaScript를 활성화하십시오."
|
||||||
|
|
||||||
#: sphinx/themes/basic/search.html:29
|
#: sphinx/themes/basic/search.html:32
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid ""
|
msgid ""
|
||||||
"From here you can search these documents. Enter your search\n"
|
"From here you can search these documents. Enter your search\n"
|
||||||
@ -680,17 +721,21 @@ msgstr ""
|
|||||||
"이 문서에서 문서를 검색할 수 있습니다. 키워드를 아래 입력란에 입력하고 '검색'을 클릭하세요. 입력된 모든 키워드를 포함하는 "
|
"이 문서에서 문서를 검색할 수 있습니다. 키워드를 아래 입력란에 입력하고 '검색'을 클릭하세요. 입력된 모든 키워드를 포함하는 "
|
||||||
"페이지가 검색됩니다. 일부 키워드 밖에 없는 페이지는 검색 결과에 표시되지 않으므로 주의하십시오. "
|
"페이지가 검색됩니다. 일부 키워드 밖에 없는 페이지는 검색 결과에 표시되지 않으므로 주의하십시오. "
|
||||||
|
|
||||||
#: sphinx/themes/basic/search.html:36
|
#: sphinx/themes/basic/search.html:39 sphinx/themes/basic/searchresults.html:17
|
||||||
msgid "search"
|
msgid "search"
|
||||||
msgstr "검색"
|
msgstr "검색"
|
||||||
|
|
||||||
#: sphinx/themes/basic/search.html:40
|
#: sphinx/themes/basic/search.html:43 sphinx/themes/basic/searchresults.html:21
|
||||||
|
#: sphinx/themes/basic/static/searchtools.js_t:281
|
||||||
msgid "Search Results"
|
msgid "Search Results"
|
||||||
msgstr "검색 결과"
|
msgstr "검색 결과"
|
||||||
|
|
||||||
#: sphinx/themes/basic/search.html:42
|
#: sphinx/themes/basic/search.html:45 sphinx/themes/basic/searchresults.html:23
|
||||||
msgid "Your search did not match any results."
|
#: sphinx/themes/basic/static/searchtools.js_t:283
|
||||||
msgstr "검색 조건에 일치하는 항목이 없습니다."
|
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 ""
|
||||||
|
|
||||||
#: sphinx/themes/basic/searchbox.html:12
|
#: sphinx/themes/basic/searchbox.html:12
|
||||||
msgid "Quick search"
|
msgid "Quick search"
|
||||||
@ -709,7 +754,7 @@ msgstr "버전 %(version)s의 변경 사항-%(docstitle)s"
|
|||||||
#: sphinx/themes/basic/changes/rstsource.html:5
|
#: sphinx/themes/basic/changes/rstsource.html:5
|
||||||
#, fuzzy, python-format
|
#, fuzzy, python-format
|
||||||
msgid "%(filename)s — %(docstitle)s"
|
msgid "%(filename)s — %(docstitle)s"
|
||||||
msgstr "%(filename)s-%(docstitle)s"
|
msgstr "%(filename)s — %(docstitle)s"
|
||||||
|
|
||||||
#: sphinx/themes/basic/changes/versionchanges.html:17
|
#: sphinx/themes/basic/changes/versionchanges.html:17
|
||||||
#, python-format
|
#, python-format
|
||||||
@ -728,25 +773,43 @@ msgstr "C API에 대한 변경"
|
|||||||
msgid "Other changes"
|
msgid "Other changes"
|
||||||
msgstr "다른 변경 사항"
|
msgstr "다른 변경 사항"
|
||||||
|
|
||||||
#: sphinx/themes/basic/static/doctools.js:154 sphinx/writers/html.py:504
|
#: sphinx/themes/basic/static/doctools.js:142 sphinx/writers/html.py:510
|
||||||
#: sphinx/writers/html.py:510
|
#: sphinx/writers/html.py:516
|
||||||
msgid "Permalink to this headline"
|
msgid "Permalink to this headline"
|
||||||
msgstr "제목 주소"
|
msgstr "제목 주소"
|
||||||
|
|
||||||
#: sphinx/themes/basic/static/doctools.js:160 sphinx/writers/html.py:92
|
#: sphinx/themes/basic/static/doctools.js:148 sphinx/writers/html.py:97
|
||||||
msgid "Permalink to this definition"
|
msgid "Permalink to this definition"
|
||||||
msgstr "정의 주소"
|
msgstr "정의 주소"
|
||||||
|
|
||||||
#: sphinx/themes/basic/static/doctools.js:189
|
#: sphinx/themes/basic/static/doctools.js:177
|
||||||
msgid "Hide Search Matches"
|
msgid "Hide Search Matches"
|
||||||
msgstr "검색 결과 숨기기"
|
msgstr "검색 결과 숨기기"
|
||||||
|
|
||||||
#: sphinx/themes/default/static/sidebar.js:69
|
#: sphinx/themes/basic/static/searchtools.js_t:119
|
||||||
|
#, fuzzy
|
||||||
|
msgid "Searching"
|
||||||
|
msgstr "검색"
|
||||||
|
|
||||||
|
#: sphinx/themes/basic/static/searchtools.js_t:124
|
||||||
|
msgid "Preparing search..."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: sphinx/themes/basic/static/searchtools.js_t:285
|
||||||
|
#, python-format
|
||||||
|
msgid "Search finished, found %s page(s) matching the search query."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: sphinx/themes/basic/static/searchtools.js_t:337
|
||||||
|
msgid ", in "
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: sphinx/themes/default/static/sidebar.js_t:83
|
||||||
msgid "Expand sidebar"
|
msgid "Expand sidebar"
|
||||||
msgstr "사이드바 열기"
|
msgstr "사이드바 열기"
|
||||||
|
|
||||||
#: sphinx/themes/default/static/sidebar.js:82
|
#: sphinx/themes/default/static/sidebar.js_t:96
|
||||||
#: sphinx/themes/default/static/sidebar.js:110
|
#: sphinx/themes/default/static/sidebar.js_t:124
|
||||||
msgid "Collapse sidebar"
|
msgid "Collapse sidebar"
|
||||||
msgstr "사이드바 닫기"
|
msgstr "사이드바 닫기"
|
||||||
|
|
||||||
@ -754,24 +817,29 @@ msgstr "사이드바 닫기"
|
|||||||
msgid "Contents"
|
msgid "Contents"
|
||||||
msgstr "내용"
|
msgstr "내용"
|
||||||
|
|
||||||
#: sphinx/writers/latex.py:177
|
#: sphinx/writers/latex.py:189
|
||||||
msgid "Release"
|
msgid "Release"
|
||||||
msgstr "출시"
|
msgstr "출시"
|
||||||
|
|
||||||
#: sphinx/writers/latex.py:594 sphinx/writers/manpage.py:182
|
#: sphinx/writers/latex.py:620 sphinx/writers/manpage.py:181
|
||||||
#: sphinx/writers/texinfo.py:589
|
#: sphinx/writers/texinfo.py:612
|
||||||
msgid "Footnotes"
|
msgid "Footnotes"
|
||||||
msgstr "참고"
|
msgstr "참고"
|
||||||
|
|
||||||
#: sphinx/writers/latex.py:676
|
#: sphinx/writers/latex.py:704
|
||||||
msgid "continued from previous page"
|
msgid "continued from previous page"
|
||||||
msgstr "이전 페이지에서 계속"
|
msgstr "이전 페이지에서 계속"
|
||||||
|
|
||||||
#: sphinx/writers/latex.py:681
|
#: sphinx/writers/latex.py:710
|
||||||
msgid "Continued on next page"
|
msgid "Continued on next page"
|
||||||
msgstr "일반 색인"
|
msgstr "일반 색인"
|
||||||
|
|
||||||
#: sphinx/writers/text.py:437
|
#: sphinx/writers/manpage.py:226 sphinx/writers/text.py:541
|
||||||
|
#, fuzzy, python-format
|
||||||
|
msgid "[image: %s]"
|
||||||
|
msgstr "[그림: %s]"
|
||||||
|
|
||||||
|
#: sphinx/writers/manpage.py:227 sphinx/writers/text.py:542
|
||||||
msgid "[image]"
|
msgid "[image]"
|
||||||
msgstr "[그림]"
|
msgstr "[그림]"
|
||||||
|
|
||||||
|
@ -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": {"Hide Search Matches": "Pasl\u0117pti paie\u0161kos rezultatus", "Permalink to this definition": "Nuoroda \u012f \u0161\u012f apibr\u0117\u017eim\u0105", "Expand sidebar": "I\u0161pl\u0117sti \u0161onin\u0119 juost\u0105", "Permalink to this headline": "Nuoroda \u012f \u0161i\u0105 antra\u0161t\u0119", "Collapse sidebar": "Pasl\u0117pti \u0161onin\u0119 juost\u0105"}});
|
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": {"Hide Search Matches": "Pasl\u0117pti paie\u0161kos rezultatus", "Permalink to this definition": "Nuoroda \u012f \u0161\u012f apibr\u0117\u017eim\u0105", "Permalink to this headline": "Nuoroda \u012f \u0161i\u0105 antra\u0161t\u0119"}});
|
Binary file not shown.
@ -6,7 +6,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: Sphinx 1.0pre/8b971dbc7d36\n"
|
"Project-Id-Version: Sphinx 1.0pre/8b971dbc7d36\n"
|
||||||
"Report-Msgid-Bugs-To: dalius@sandbox.lt\n"
|
"Report-Msgid-Bugs-To: dalius@sandbox.lt\n"
|
||||||
"POT-Creation-Date: 2011-09-21 10:06+0200\n"
|
"POT-Creation-Date: 2013-04-02 10:33+0200\n"
|
||||||
"PO-Revision-Date: 2011-01-22 14:41+0100\n"
|
"PO-Revision-Date: 2011-01-22 14:41+0100\n"
|
||||||
"Last-Translator: Dalius Dobravolskas <dalius@sandbox.lt>\n"
|
"Last-Translator: Dalius Dobravolskas <dalius@sandbox.lt>\n"
|
||||||
"Language-Team: lt <LL@li.org>\n"
|
"Language-Team: lt <LL@li.org>\n"
|
||||||
@ -22,27 +22,31 @@ msgstr ""
|
|||||||
msgid "%s %s documentation"
|
msgid "%s %s documentation"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: sphinx/environment.py:119 sphinx/writers/latex.py:190
|
#: sphinx/environment.py:1510
|
||||||
#: sphinx/writers/manpage.py:67 sphinx/writers/texinfo.py:203
|
|
||||||
#, python-format
|
|
||||||
msgid "%B %d, %Y"
|
|
||||||
msgstr "%Y-%m-%d"
|
|
||||||
|
|
||||||
#: sphinx/environment.py:1625
|
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "see %s"
|
msgid "see %s"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: sphinx/environment.py:1628
|
#: sphinx/environment.py:1513
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "see also %s"
|
msgid "see also %s"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: sphinx/environment.py:1570
|
||||||
|
msgid "Symbols"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: sphinx/roles.py:175
|
#: sphinx/roles.py:175
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Python Enhancement Proposals; PEP %s"
|
msgid "Python Enhancement Proposals; PEP %s"
|
||||||
msgstr "Python Enhancement Proposals; PEP %s"
|
msgstr "Python Enhancement Proposals; PEP %s"
|
||||||
|
|
||||||
|
#: sphinx/transforms.py:52 sphinx/writers/latex.py:202
|
||||||
|
#: sphinx/writers/manpage.py:67 sphinx/writers/texinfo.py:217
|
||||||
|
#, python-format
|
||||||
|
msgid "%B %d, %Y"
|
||||||
|
msgstr "%Y-%m-%d"
|
||||||
|
|
||||||
#: sphinx/builders/changes.py:73
|
#: sphinx/builders/changes.py:73
|
||||||
msgid "Builtins"
|
msgid "Builtins"
|
||||||
msgstr "Įtaisytieji"
|
msgstr "Įtaisytieji"
|
||||||
@ -51,24 +55,24 @@ msgstr "Įtaisytieji"
|
|||||||
msgid "Module level"
|
msgid "Module level"
|
||||||
msgstr "Modulio lygis"
|
msgstr "Modulio lygis"
|
||||||
|
|
||||||
#: sphinx/builders/html.py:274
|
#: sphinx/builders/html.py:290
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%b %d, %Y"
|
msgid "%b %d, %Y"
|
||||||
msgstr "%Y-%m-%d"
|
msgstr "%Y-%m-%d"
|
||||||
|
|
||||||
#: sphinx/builders/html.py:293 sphinx/themes/basic/defindex.html:30
|
#: sphinx/builders/html.py:309 sphinx/themes/basic/defindex.html:30
|
||||||
msgid "General Index"
|
msgid "General Index"
|
||||||
msgstr "Bendras indeksas"
|
msgstr "Bendras indeksas"
|
||||||
|
|
||||||
#: sphinx/builders/html.py:293
|
#: sphinx/builders/html.py:309
|
||||||
msgid "index"
|
msgid "index"
|
||||||
msgstr "indeksas"
|
msgstr "indeksas"
|
||||||
|
|
||||||
#: sphinx/builders/html.py:353
|
#: sphinx/builders/html.py:369
|
||||||
msgid "next"
|
msgid "next"
|
||||||
msgstr "kitas"
|
msgstr "kitas"
|
||||||
|
|
||||||
#: sphinx/builders/html.py:362
|
#: sphinx/builders/html.py:378
|
||||||
msgid "previous"
|
msgid "previous"
|
||||||
msgstr "praeitas"
|
msgstr "praeitas"
|
||||||
|
|
||||||
@ -76,41 +80,38 @@ msgstr "praeitas"
|
|||||||
msgid " (in "
|
msgid " (in "
|
||||||
msgstr " (kuris yra "
|
msgstr " (kuris yra "
|
||||||
|
|
||||||
#: sphinx/directives/other.py:136
|
#: sphinx/directives/other.py:138
|
||||||
msgid "Section author: "
|
msgid "Section author: "
|
||||||
msgstr "Skyriaus autorius: "
|
msgstr "Skyriaus autorius: "
|
||||||
|
|
||||||
#: sphinx/directives/other.py:138
|
#: sphinx/directives/other.py:140
|
||||||
msgid "Module author: "
|
msgid "Module author: "
|
||||||
msgstr "Modulio autorius: "
|
msgstr "Modulio autorius: "
|
||||||
|
|
||||||
#: sphinx/directives/other.py:140
|
#: sphinx/directives/other.py:142
|
||||||
msgid "Code author: "
|
msgid "Code author: "
|
||||||
msgstr "Kodo autorius: "
|
msgstr "Kodo autorius: "
|
||||||
|
|
||||||
#: sphinx/directives/other.py:142
|
#: sphinx/directives/other.py:144
|
||||||
msgid "Author: "
|
msgid "Author: "
|
||||||
msgstr "Autorius: "
|
msgstr "Autorius: "
|
||||||
|
|
||||||
#: sphinx/directives/other.py:215
|
|
||||||
msgid "See also"
|
|
||||||
msgstr "Taip pat žiūrėkite"
|
|
||||||
|
|
||||||
#: sphinx/domains/__init__.py:244
|
#: sphinx/domains/__init__.py:244
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s %s"
|
msgid "%s %s"
|
||||||
msgstr "%s %s"
|
msgstr "%s %s"
|
||||||
|
|
||||||
#: sphinx/domains/c.py:51 sphinx/domains/python.py:95
|
#: sphinx/domains/c.py:51 sphinx/domains/cpp.py:939 sphinx/domains/python.py:95
|
||||||
msgid "Parameters"
|
msgid "Parameters"
|
||||||
msgstr "Parametrai"
|
msgstr "Parametrai"
|
||||||
|
|
||||||
#: sphinx/domains/c.py:54 sphinx/domains/javascript.py:128
|
#: sphinx/domains/c.py:54 sphinx/domains/cpp.py:945
|
||||||
#: sphinx/domains/python.py:107
|
#: sphinx/domains/javascript.py:128 sphinx/domains/python.py:107
|
||||||
msgid "Returns"
|
msgid "Returns"
|
||||||
msgstr "Grąžinamos reikšmės"
|
msgstr "Grąžinamos reikšmės"
|
||||||
|
|
||||||
#: sphinx/domains/c.py:56 sphinx/domains/python.py:109
|
#: sphinx/domains/c.py:56 sphinx/domains/javascript.py:130
|
||||||
|
#: sphinx/domains/python.py:109
|
||||||
msgid "Return type"
|
msgid "Return type"
|
||||||
msgstr "Grąžinamos reikšmės tipas"
|
msgstr "Grąžinamos reikšmės tipas"
|
||||||
|
|
||||||
@ -139,58 +140,62 @@ msgstr "%s (C tipas)"
|
|||||||
msgid "%s (C variable)"
|
msgid "%s (C variable)"
|
||||||
msgstr "%s (C kintamasis)"
|
msgstr "%s (C kintamasis)"
|
||||||
|
|
||||||
#: sphinx/domains/c.py:204 sphinx/domains/cpp.py:1060
|
#: sphinx/domains/c.py:203 sphinx/domains/cpp.py:1207
|
||||||
#: sphinx/domains/javascript.py:162 sphinx/domains/python.py:559
|
#: sphinx/domains/javascript.py:164 sphinx/domains/python.py:560
|
||||||
msgid "function"
|
msgid "function"
|
||||||
msgstr "funkcija"
|
msgstr "funkcija"
|
||||||
|
|
||||||
#: sphinx/domains/c.py:205 sphinx/domains/cpp.py:1061
|
#: sphinx/domains/c.py:204 sphinx/domains/cpp.py:1208
|
||||||
msgid "member"
|
msgid "member"
|
||||||
msgstr "narys"
|
msgstr "narys"
|
||||||
|
|
||||||
#: sphinx/domains/c.py:206
|
#: sphinx/domains/c.py:205
|
||||||
msgid "macro"
|
msgid "macro"
|
||||||
msgstr "makrokomanda"
|
msgstr "makrokomanda"
|
||||||
|
|
||||||
#: sphinx/domains/c.py:207 sphinx/domains/cpp.py:1062
|
#: sphinx/domains/c.py:206 sphinx/domains/cpp.py:1209
|
||||||
msgid "type"
|
msgid "type"
|
||||||
msgstr "tipas"
|
msgstr "tipas"
|
||||||
|
|
||||||
#: sphinx/domains/c.py:208
|
#: sphinx/domains/c.py:207
|
||||||
msgid "variable"
|
msgid "variable"
|
||||||
msgstr "kintamasis"
|
msgstr "kintamasis"
|
||||||
|
|
||||||
#: sphinx/domains/cpp.py:904
|
#: sphinx/domains/cpp.py:942 sphinx/domains/javascript.py:125
|
||||||
|
msgid "Throws"
|
||||||
|
msgstr "Išmeta"
|
||||||
|
|
||||||
|
#: sphinx/domains/cpp.py:1038
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s (C++ class)"
|
msgid "%s (C++ class)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: sphinx/domains/cpp.py:919
|
#: sphinx/domains/cpp.py:1061
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s (C++ type)"
|
msgid "%s (C++ type)"
|
||||||
msgstr "%s (C++ tipas)"
|
msgstr "%s (C++ tipas)"
|
||||||
|
|
||||||
#: sphinx/domains/cpp.py:938
|
#: sphinx/domains/cpp.py:1081
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s (C++ member)"
|
msgid "%s (C++ member)"
|
||||||
msgstr "%s (C++ narys)"
|
msgstr "%s (C++ narys)"
|
||||||
|
|
||||||
#: sphinx/domains/cpp.py:990
|
#: sphinx/domains/cpp.py:1137
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s (C++ function)"
|
msgid "%s (C++ function)"
|
||||||
msgstr "%s (C++ funkcija)"
|
msgstr "%s (C++ funkcija)"
|
||||||
|
|
||||||
#: sphinx/domains/cpp.py:1059 sphinx/domains/javascript.py:163
|
#: sphinx/domains/cpp.py:1206 sphinx/domains/javascript.py:165
|
||||||
#: sphinx/domains/python.py:561
|
#: sphinx/domains/python.py:562
|
||||||
msgid "class"
|
msgid "class"
|
||||||
msgstr "klasė"
|
msgstr "klasė"
|
||||||
|
|
||||||
#: sphinx/domains/javascript.py:106 sphinx/domains/python.py:254
|
#: sphinx/domains/javascript.py:106 sphinx/domains/python.py:253
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s() (built-in function)"
|
msgid "%s() (built-in function)"
|
||||||
msgstr "%s() (itaisytoji funkcija)"
|
msgstr "%s() (itaisytoji funkcija)"
|
||||||
|
|
||||||
#: sphinx/domains/javascript.py:107 sphinx/domains/python.py:318
|
#: sphinx/domains/javascript.py:107 sphinx/domains/python.py:317
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s() (%s method)"
|
msgid "%s() (%s method)"
|
||||||
msgstr "%s() (%s metodas)"
|
msgstr "%s() (%s metodas)"
|
||||||
@ -205,7 +210,7 @@ msgstr "%s() (klasė)"
|
|||||||
msgid "%s (global variable or constant)"
|
msgid "%s (global variable or constant)"
|
||||||
msgstr "%s (globalus kintamasis arba konstanta)"
|
msgstr "%s (globalus kintamasis arba konstanta)"
|
||||||
|
|
||||||
#: sphinx/domains/javascript.py:113 sphinx/domains/python.py:356
|
#: sphinx/domains/javascript.py:113 sphinx/domains/python.py:355
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s (%s attribute)"
|
msgid "%s (%s attribute)"
|
||||||
msgstr "%s (%s atributas)"
|
msgstr "%s (%s atributas)"
|
||||||
@ -214,15 +219,11 @@ msgstr "%s (%s atributas)"
|
|||||||
msgid "Arguments"
|
msgid "Arguments"
|
||||||
msgstr "Argumentais"
|
msgstr "Argumentais"
|
||||||
|
|
||||||
#: sphinx/domains/javascript.py:125
|
#: sphinx/domains/javascript.py:166 sphinx/domains/python.py:561
|
||||||
msgid "Throws"
|
|
||||||
msgstr "Išmeta"
|
|
||||||
|
|
||||||
#: sphinx/domains/javascript.py:164 sphinx/domains/python.py:560
|
|
||||||
msgid "data"
|
msgid "data"
|
||||||
msgstr "duomenys"
|
msgstr "duomenys"
|
||||||
|
|
||||||
#: sphinx/domains/javascript.py:165 sphinx/domains/python.py:566
|
#: sphinx/domains/javascript.py:167 sphinx/domains/python.py:567
|
||||||
msgid "attribute"
|
msgid "attribute"
|
||||||
msgstr "atribudas"
|
msgstr "atribudas"
|
||||||
|
|
||||||
@ -234,58 +235,58 @@ msgstr "Kintamieji"
|
|||||||
msgid "Raises"
|
msgid "Raises"
|
||||||
msgstr "Sukelia"
|
msgstr "Sukelia"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:255 sphinx/domains/python.py:312
|
#: sphinx/domains/python.py:254 sphinx/domains/python.py:311
|
||||||
#: sphinx/domains/python.py:324 sphinx/domains/python.py:337
|
#: sphinx/domains/python.py:323 sphinx/domains/python.py:336
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s() (in module %s)"
|
msgid "%s() (in module %s)"
|
||||||
msgstr "%s() (modulyje %s)"
|
msgstr "%s() (modulyje %s)"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:258
|
#: sphinx/domains/python.py:257
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s (built-in variable)"
|
msgid "%s (built-in variable)"
|
||||||
msgstr "%s (įtaisytasis kintamasis)"
|
msgstr "%s (įtaisytasis kintamasis)"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:259 sphinx/domains/python.py:350
|
#: sphinx/domains/python.py:258 sphinx/domains/python.py:349
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s (in module %s)"
|
msgid "%s (in module %s)"
|
||||||
msgstr "%s (modulje %s)"
|
msgstr "%s (modulje %s)"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:275
|
#: sphinx/domains/python.py:274
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s (built-in class)"
|
msgid "%s (built-in class)"
|
||||||
msgstr "%s (įtaisytoji klasė)"
|
msgstr "%s (įtaisytoji klasė)"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:276
|
#: sphinx/domains/python.py:275
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s (class in %s)"
|
msgid "%s (class in %s)"
|
||||||
msgstr "%s (klasė iš %s)"
|
msgstr "%s (klasė iš %s)"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:316
|
#: sphinx/domains/python.py:315
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s() (%s.%s method)"
|
msgid "%s() (%s.%s method)"
|
||||||
msgstr "%s() (%s.%s metodas)"
|
msgstr "%s() (%s.%s metodas)"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:328
|
#: sphinx/domains/python.py:327
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s() (%s.%s static method)"
|
msgid "%s() (%s.%s static method)"
|
||||||
msgstr "%s() (%s.%s statinis metodas)"
|
msgstr "%s() (%s.%s statinis metodas)"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:331
|
#: sphinx/domains/python.py:330
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s() (%s static method)"
|
msgid "%s() (%s static method)"
|
||||||
msgstr "%s() (%s statinis metodas)"
|
msgstr "%s() (%s statinis metodas)"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:341
|
#: sphinx/domains/python.py:340
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s() (%s.%s class method)"
|
msgid "%s() (%s.%s class method)"
|
||||||
msgstr "%s() (%s.%s klasės metodas)"
|
msgstr "%s() (%s.%s klasės metodas)"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:344
|
#: sphinx/domains/python.py:343
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s() (%s class method)"
|
msgid "%s() (%s class method)"
|
||||||
msgstr "%s() (%s klasės metodas)"
|
msgstr "%s() (%s klasės metodas)"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:354
|
#: sphinx/domains/python.py:353
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s (%s.%s attribute)"
|
msgid "%s (%s.%s attribute)"
|
||||||
msgstr "%s (%s.%s atributas)"
|
msgstr "%s (%s.%s atributas)"
|
||||||
@ -303,49 +304,49 @@ msgstr ""
|
|||||||
msgid "modules"
|
msgid "modules"
|
||||||
msgstr "moduliai"
|
msgstr "moduliai"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:537
|
#: sphinx/domains/python.py:538
|
||||||
msgid "Deprecated"
|
msgid "Deprecated"
|
||||||
msgstr "Atmestas"
|
msgstr "Atmestas"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:562 sphinx/locale/__init__.py:179
|
#: sphinx/domains/python.py:563 sphinx/locale/__init__.py:179
|
||||||
msgid "exception"
|
msgid "exception"
|
||||||
msgstr "išimtis"
|
msgstr "išimtis"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:563
|
#: sphinx/domains/python.py:564
|
||||||
msgid "method"
|
msgid "method"
|
||||||
msgstr "metodas"
|
msgstr "metodas"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:564
|
#: sphinx/domains/python.py:565
|
||||||
msgid "class method"
|
msgid "class method"
|
||||||
msgstr "klasės metodas"
|
msgstr "klasės metodas"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:565
|
#: sphinx/domains/python.py:566
|
||||||
msgid "static method"
|
msgid "static method"
|
||||||
msgstr "statinis metodas"
|
msgstr "statinis metodas"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:567 sphinx/locale/__init__.py:175
|
#: sphinx/domains/python.py:568 sphinx/locale/__init__.py:175
|
||||||
msgid "module"
|
msgid "module"
|
||||||
msgstr "modulis"
|
msgstr "modulis"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:695
|
#: sphinx/domains/python.py:696
|
||||||
msgid " (deprecated)"
|
msgid " (deprecated)"
|
||||||
msgstr " (atmestas)"
|
msgstr " (atmestas)"
|
||||||
|
|
||||||
#: sphinx/domains/rst.py:55
|
#: sphinx/domains/rst.py:53
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s (directive)"
|
msgid "%s (directive)"
|
||||||
msgstr "%s (direktyva)"
|
msgstr "%s (direktyva)"
|
||||||
|
|
||||||
#: sphinx/domains/rst.py:57
|
#: sphinx/domains/rst.py:55
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s (role)"
|
msgid "%s (role)"
|
||||||
msgstr "%s (rolė)"
|
msgstr "%s (rolė)"
|
||||||
|
|
||||||
#: sphinx/domains/rst.py:106
|
#: sphinx/domains/rst.py:104
|
||||||
msgid "directive"
|
msgid "directive"
|
||||||
msgstr "direktyva"
|
msgstr "direktyva"
|
||||||
|
|
||||||
#: sphinx/domains/rst.py:107
|
#: sphinx/domains/rst.py:105
|
||||||
msgid "role"
|
msgid "role"
|
||||||
msgstr "rolė"
|
msgstr "rolė"
|
||||||
|
|
||||||
@ -359,70 +360,97 @@ msgstr "aplinkos kintamasis; %s"
|
|||||||
msgid "%scommand line option; %s"
|
msgid "%scommand line option; %s"
|
||||||
msgstr "%skomandinės eilutės parinktis; %s"
|
msgstr "%skomandinės eilutės parinktis; %s"
|
||||||
|
|
||||||
#: sphinx/domains/std.py:393
|
#: sphinx/domains/std.py:414
|
||||||
msgid "glossary term"
|
msgid "glossary term"
|
||||||
msgstr "aiškinamasis terminas"
|
msgstr "aiškinamasis terminas"
|
||||||
|
|
||||||
#: sphinx/domains/std.py:394
|
#: sphinx/domains/std.py:415
|
||||||
msgid "grammar token"
|
msgid "grammar token"
|
||||||
msgstr "gramatinė leksema"
|
msgstr "gramatinė leksema"
|
||||||
|
|
||||||
#: sphinx/domains/std.py:395
|
#: sphinx/domains/std.py:416
|
||||||
msgid "reference label"
|
msgid "reference label"
|
||||||
msgstr "nuorodos požymis"
|
msgstr "nuorodos požymis"
|
||||||
|
|
||||||
#: sphinx/domains/std.py:396
|
#: sphinx/domains/std.py:418
|
||||||
msgid "environment variable"
|
msgid "environment variable"
|
||||||
msgstr "aplinkos kintamasis"
|
msgstr "aplinkos kintamasis"
|
||||||
|
|
||||||
#: sphinx/domains/std.py:397
|
#: sphinx/domains/std.py:419
|
||||||
msgid "program option"
|
msgid "program option"
|
||||||
msgstr "programos parinktis"
|
msgstr "programos parinktis"
|
||||||
|
|
||||||
#: sphinx/domains/std.py:427 sphinx/themes/basic/genindex-single.html:32
|
#: sphinx/domains/std.py:449 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:11
|
||||||
#: sphinx/themes/basic/genindex-split.html:14
|
#: sphinx/themes/basic/genindex-split.html:14
|
||||||
#: sphinx/themes/basic/genindex.html:32 sphinx/themes/basic/genindex.html:35
|
#: 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/themes/basic/genindex.html:68 sphinx/themes/basic/layout.html:134
|
||||||
#: sphinx/writers/latex.py:179 sphinx/writers/texinfo.py:456
|
#: sphinx/writers/latex.py:191 sphinx/writers/texinfo.py:475
|
||||||
msgid "Index"
|
msgid "Index"
|
||||||
msgstr "Indeksas"
|
msgstr "Indeksas"
|
||||||
|
|
||||||
#: sphinx/domains/std.py:428
|
#: sphinx/domains/std.py:450
|
||||||
msgid "Module Index"
|
msgid "Module Index"
|
||||||
msgstr "Modulio indeksas"
|
msgstr "Modulio indeksas"
|
||||||
|
|
||||||
#: sphinx/domains/std.py:429 sphinx/themes/basic/defindex.html:25
|
#: sphinx/domains/std.py:451 sphinx/themes/basic/defindex.html:25
|
||||||
msgid "Search Page"
|
msgid "Search Page"
|
||||||
msgstr "Paieškos puslapis"
|
msgstr "Paieškos puslapis"
|
||||||
|
|
||||||
#: sphinx/ext/autodoc.py:1002
|
#: sphinx/ext/autodoc.py:1042
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid " Bases: %s"
|
msgid " Bases: %s"
|
||||||
msgstr " Bazės: %s"
|
msgstr " Bazės: %s"
|
||||||
|
|
||||||
#: sphinx/ext/autodoc.py:1038
|
#: sphinx/ext/autodoc.py:1078
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "alias of :class:`%s`"
|
msgid "alias of :class:`%s`"
|
||||||
msgstr ":class:`%s` alternatyvus vardas"
|
msgstr ":class:`%s` alternatyvus vardas"
|
||||||
|
|
||||||
#: sphinx/ext/todo.py:41
|
#: sphinx/ext/graphviz.py:294 sphinx/ext/graphviz.py:302
|
||||||
|
#, python-format
|
||||||
|
msgid "[graph: %s]"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: sphinx/ext/graphviz.py:296 sphinx/ext/graphviz.py:304
|
||||||
|
msgid "[graph]"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: sphinx/ext/intersphinx.py:234
|
||||||
|
#, python-format
|
||||||
|
msgid "(in %s v%s)"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: sphinx/ext/linkcode.py:66 sphinx/ext/viewcode.py:70
|
||||||
|
msgid "[source]"
|
||||||
|
msgstr "[šaltinis]"
|
||||||
|
|
||||||
|
#: sphinx/ext/refcounting.py:83
|
||||||
|
msgid "Return value: Always NULL."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: sphinx/ext/refcounting.py:85
|
||||||
|
msgid "Return value: New reference."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: sphinx/ext/refcounting.py:87
|
||||||
|
msgid "Return value: Borrowed reference."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: sphinx/ext/todo.py:42
|
||||||
msgid "Todo"
|
msgid "Todo"
|
||||||
msgstr "Padaryti"
|
msgstr "Padaryti"
|
||||||
|
|
||||||
#: sphinx/ext/todo.py:109
|
#: sphinx/ext/todo.py:110
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "(The <<original entry>> is located in %s, line %d.)"
|
msgid "(The <<original entry>> is located in %s, line %d.)"
|
||||||
msgstr "(<<original entry>> galima rasti %s, eilutėje %d.)"
|
msgstr "(<<original entry>> galima rasti %s, eilutėje %d.)"
|
||||||
|
|
||||||
#: sphinx/ext/todo.py:117
|
#: sphinx/ext/todo.py:119
|
||||||
msgid "original entry"
|
msgid "original entry"
|
||||||
msgstr "originalus įrašas"
|
msgstr "originalus įrašas"
|
||||||
|
|
||||||
#: sphinx/ext/viewcode.py:70
|
|
||||||
msgid "[source]"
|
|
||||||
msgstr "[šaltinis]"
|
|
||||||
|
|
||||||
#: sphinx/ext/viewcode.py:117
|
#: sphinx/ext/viewcode.py:117
|
||||||
msgid "[docs]"
|
msgid "[docs]"
|
||||||
msgstr "[dokumentai]"
|
msgstr "[dokumentai]"
|
||||||
@ -473,7 +501,7 @@ msgid "Note"
|
|||||||
msgstr "Pastaba"
|
msgstr "Pastaba"
|
||||||
|
|
||||||
#: sphinx/locale/__init__.py:162
|
#: sphinx/locale/__init__.py:162
|
||||||
msgid "See Also"
|
msgid "See also"
|
||||||
msgstr "Taip pat žiūrėkite"
|
msgstr "Taip pat žiūrėkite"
|
||||||
|
|
||||||
#: sphinx/locale/__init__.py:163
|
#: sphinx/locale/__init__.py:163
|
||||||
@ -519,25 +547,26 @@ msgstr "sakinis"
|
|||||||
msgid "built-in function"
|
msgid "built-in function"
|
||||||
msgstr "įtaisytoji funkcija"
|
msgstr "įtaisytoji funkcija"
|
||||||
|
|
||||||
#: sphinx/themes/agogo/layout.html:45 sphinx/themes/basic/globaltoc.html:10
|
#: sphinx/themes/agogo/layout.html:46 sphinx/themes/basic/globaltoc.html:10
|
||||||
#: sphinx/themes/basic/localtoc.html:11
|
#: sphinx/themes/basic/localtoc.html:11 sphinx/themes/scrolls/layout.html:35
|
||||||
msgid "Table Of Contents"
|
msgid "Table Of Contents"
|
||||||
msgstr "Turinys"
|
msgstr "Turinys"
|
||||||
|
|
||||||
#: sphinx/themes/agogo/layout.html:49 sphinx/themes/basic/layout.html:137
|
#: sphinx/themes/agogo/layout.html:50 sphinx/themes/basic/layout.html:137
|
||||||
#: sphinx/themes/basic/search.html:11 sphinx/themes/basic/search.html:20
|
#: sphinx/themes/basic/search.html:11 sphinx/themes/basic/search.html:23
|
||||||
|
#: sphinx/themes/basic/searchresults.html:10
|
||||||
msgid "Search"
|
msgid "Search"
|
||||||
msgstr "Paieška"
|
msgstr "Paieška"
|
||||||
|
|
||||||
#: sphinx/themes/agogo/layout.html:52 sphinx/themes/basic/searchbox.html:15
|
#: sphinx/themes/agogo/layout.html:53 sphinx/themes/basic/searchbox.html:15
|
||||||
msgid "Go"
|
msgid "Go"
|
||||||
msgstr "Pirmyn"
|
msgstr "Pirmyn"
|
||||||
|
|
||||||
#: sphinx/themes/agogo/layout.html:57 sphinx/themes/basic/searchbox.html:20
|
#: sphinx/themes/agogo/layout.html:58 sphinx/themes/basic/searchbox.html:20
|
||||||
msgid "Enter search terms or a module, class or function name."
|
msgid "Enter search terms or a module, class or function name."
|
||||||
msgstr "Įveskite paieškos terminą arba modulio, klasės ar funkcijos vardą."
|
msgstr "Įveskite paieškos terminą arba modulio, klasės ar funkcijos vardą."
|
||||||
|
|
||||||
#: sphinx/themes/agogo/layout.html:78 sphinx/themes/basic/sourcelink.html:14
|
#: sphinx/themes/agogo/layout.html:79 sphinx/themes/basic/sourcelink.html:14
|
||||||
msgid "Show Source"
|
msgid "Show Source"
|
||||||
msgstr "Rodyti pirminį kodą"
|
msgstr "Rodyti pirminį kodą"
|
||||||
|
|
||||||
@ -545,6 +574,19 @@ msgstr "Rodyti pirminį kodą"
|
|||||||
msgid "Overview"
|
msgid "Overview"
|
||||||
msgstr "Apžvalga"
|
msgstr "Apžvalga"
|
||||||
|
|
||||||
|
#: sphinx/themes/basic/defindex.html:15
|
||||||
|
msgid "Welcome! This is"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: sphinx/themes/basic/defindex.html:16
|
||||||
|
#, fuzzy
|
||||||
|
msgid "the documentation for"
|
||||||
|
msgstr "ieškoti šiame dokumente"
|
||||||
|
|
||||||
|
#: sphinx/themes/basic/defindex.html:17
|
||||||
|
msgid "last updated"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: sphinx/themes/basic/defindex.html:20
|
#: sphinx/themes/basic/defindex.html:20
|
||||||
msgid "Indices and tables:"
|
msgid "Indices and tables:"
|
||||||
msgstr "Indeksai ir lentelės:"
|
msgstr "Indeksai ir lentelės:"
|
||||||
@ -655,7 +697,7 @@ msgstr "Kita tema"
|
|||||||
msgid "next chapter"
|
msgid "next chapter"
|
||||||
msgstr "kita dalis"
|
msgstr "kita dalis"
|
||||||
|
|
||||||
#: sphinx/themes/basic/search.html:24
|
#: sphinx/themes/basic/search.html:27
|
||||||
msgid ""
|
msgid ""
|
||||||
"Please activate JavaScript to enable the search\n"
|
"Please activate JavaScript to enable the search\n"
|
||||||
" functionality."
|
" functionality."
|
||||||
@ -663,7 +705,7 @@ msgstr ""
|
|||||||
"Prašome aktyvuoti JavaScript, kad veiktų paieškos\n"
|
"Prašome aktyvuoti JavaScript, kad veiktų paieškos\n"
|
||||||
" funkcionalumas."
|
" funkcionalumas."
|
||||||
|
|
||||||
#: sphinx/themes/basic/search.html:29
|
#: sphinx/themes/basic/search.html:32
|
||||||
msgid ""
|
msgid ""
|
||||||
"From here you can search these documents. Enter your search\n"
|
"From here you can search these documents. Enter your search\n"
|
||||||
" words into the box below and click \"search\". Note that the search\n"
|
" words into the box below and click \"search\". Note that the search\n"
|
||||||
@ -676,17 +718,21 @@ msgstr ""
|
|||||||
" funkcija automatiškai ieškos visų žodžių. Puslapiai,\n"
|
" funkcija automatiškai ieškos visų žodžių. Puslapiai,\n"
|
||||||
" kuriuose yra mažiau žodžių nepasirodys tarp paieškos rezultatų."
|
" kuriuose yra mažiau žodžių nepasirodys tarp paieškos rezultatų."
|
||||||
|
|
||||||
#: sphinx/themes/basic/search.html:36
|
#: sphinx/themes/basic/search.html:39 sphinx/themes/basic/searchresults.html:17
|
||||||
msgid "search"
|
msgid "search"
|
||||||
msgstr "ieškoti"
|
msgstr "ieškoti"
|
||||||
|
|
||||||
#: sphinx/themes/basic/search.html:40
|
#: sphinx/themes/basic/search.html:43 sphinx/themes/basic/searchresults.html:21
|
||||||
|
#: sphinx/themes/basic/static/searchtools.js_t:281
|
||||||
msgid "Search Results"
|
msgid "Search Results"
|
||||||
msgstr "Paieškos rezultatai"
|
msgstr "Paieškos rezultatai"
|
||||||
|
|
||||||
#: sphinx/themes/basic/search.html:42
|
#: sphinx/themes/basic/search.html:45 sphinx/themes/basic/searchresults.html:23
|
||||||
msgid "Your search did not match any results."
|
#: sphinx/themes/basic/static/searchtools.js_t:283
|
||||||
msgstr "Jūsų paieška neatitiko jokių rezultatų"
|
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 ""
|
||||||
|
|
||||||
#: sphinx/themes/basic/searchbox.html:12
|
#: sphinx/themes/basic/searchbox.html:12
|
||||||
msgid "Quick search"
|
msgid "Quick search"
|
||||||
@ -724,25 +770,43 @@ msgstr "C API pakeitimai"
|
|||||||
msgid "Other changes"
|
msgid "Other changes"
|
||||||
msgstr "Kiti pakeitimai"
|
msgstr "Kiti pakeitimai"
|
||||||
|
|
||||||
#: sphinx/themes/basic/static/doctools.js:154 sphinx/writers/html.py:504
|
#: sphinx/themes/basic/static/doctools.js:142 sphinx/writers/html.py:510
|
||||||
#: sphinx/writers/html.py:510
|
#: sphinx/writers/html.py:516
|
||||||
msgid "Permalink to this headline"
|
msgid "Permalink to this headline"
|
||||||
msgstr "Nuoroda į šią antraštę"
|
msgstr "Nuoroda į šią antraštę"
|
||||||
|
|
||||||
#: sphinx/themes/basic/static/doctools.js:160 sphinx/writers/html.py:92
|
#: sphinx/themes/basic/static/doctools.js:148 sphinx/writers/html.py:97
|
||||||
msgid "Permalink to this definition"
|
msgid "Permalink to this definition"
|
||||||
msgstr "Nuoroda į šį apibrėžimą"
|
msgstr "Nuoroda į šį apibrėžimą"
|
||||||
|
|
||||||
#: sphinx/themes/basic/static/doctools.js:189
|
#: sphinx/themes/basic/static/doctools.js:177
|
||||||
msgid "Hide Search Matches"
|
msgid "Hide Search Matches"
|
||||||
msgstr "Paslėpti paieškos rezultatus"
|
msgstr "Paslėpti paieškos rezultatus"
|
||||||
|
|
||||||
#: sphinx/themes/default/static/sidebar.js:69
|
#: sphinx/themes/basic/static/searchtools.js_t:119
|
||||||
|
#, fuzzy
|
||||||
|
msgid "Searching"
|
||||||
|
msgstr "ieškoti"
|
||||||
|
|
||||||
|
#: sphinx/themes/basic/static/searchtools.js_t:124
|
||||||
|
msgid "Preparing search..."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: sphinx/themes/basic/static/searchtools.js_t:285
|
||||||
|
#, python-format
|
||||||
|
msgid "Search finished, found %s page(s) matching the search query."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: sphinx/themes/basic/static/searchtools.js_t:337
|
||||||
|
msgid ", in "
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: sphinx/themes/default/static/sidebar.js_t:83
|
||||||
msgid "Expand sidebar"
|
msgid "Expand sidebar"
|
||||||
msgstr "Išplėsti šoninę juostą"
|
msgstr "Išplėsti šoninę juostą"
|
||||||
|
|
||||||
#: sphinx/themes/default/static/sidebar.js:82
|
#: sphinx/themes/default/static/sidebar.js_t:96
|
||||||
#: sphinx/themes/default/static/sidebar.js:110
|
#: sphinx/themes/default/static/sidebar.js_t:124
|
||||||
msgid "Collapse sidebar"
|
msgid "Collapse sidebar"
|
||||||
msgstr "Paslėpti šoninę juostą"
|
msgstr "Paslėpti šoninę juostą"
|
||||||
|
|
||||||
@ -750,24 +814,29 @@ msgstr "Paslėpti šoninę juostą"
|
|||||||
msgid "Contents"
|
msgid "Contents"
|
||||||
msgstr "Turinys"
|
msgstr "Turinys"
|
||||||
|
|
||||||
#: sphinx/writers/latex.py:177
|
#: sphinx/writers/latex.py:189
|
||||||
msgid "Release"
|
msgid "Release"
|
||||||
msgstr "Leidimas"
|
msgstr "Leidimas"
|
||||||
|
|
||||||
#: sphinx/writers/latex.py:594 sphinx/writers/manpage.py:182
|
#: sphinx/writers/latex.py:620 sphinx/writers/manpage.py:181
|
||||||
#: sphinx/writers/texinfo.py:589
|
#: sphinx/writers/texinfo.py:612
|
||||||
msgid "Footnotes"
|
msgid "Footnotes"
|
||||||
msgstr "Išnašos"
|
msgstr "Išnašos"
|
||||||
|
|
||||||
#: sphinx/writers/latex.py:676
|
#: sphinx/writers/latex.py:704
|
||||||
msgid "continued from previous page"
|
msgid "continued from previous page"
|
||||||
msgstr "tęsinys iš praeito puslapio"
|
msgstr "tęsinys iš praeito puslapio"
|
||||||
|
|
||||||
#: sphinx/writers/latex.py:681
|
#: sphinx/writers/latex.py:710
|
||||||
msgid "Continued on next page"
|
msgid "Continued on next page"
|
||||||
msgstr "Tęsinys kitame puslapyje"
|
msgstr "Tęsinys kitame puslapyje"
|
||||||
|
|
||||||
#: sphinx/writers/text.py:437
|
#: sphinx/writers/manpage.py:226 sphinx/writers/text.py:541
|
||||||
|
#, fuzzy, python-format
|
||||||
|
msgid "[image: %s]"
|
||||||
|
msgstr "[paveiksliukas: %s]"
|
||||||
|
|
||||||
|
#: sphinx/writers/manpage.py:227 sphinx/writers/text.py:542
|
||||||
msgid "[image]"
|
msgid "[image]"
|
||||||
msgstr "[paveiksliukas]"
|
msgstr "[paveiksliukas]"
|
||||||
|
|
||||||
|
@ -1 +1 @@
|
|||||||
Documentation.addTranslations({"locale": "lv", "plural_expr": "(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<10 || n%100>=20) ? 1 : 2)", "messages": {"Hide Search Matches": "Pasl\u0113pt atlases v\u0101rdus", "Permalink to this definition": "Past\u0101v\u012bga nor\u0101de uz \u0161o defin\u012bciju", "Expand sidebar": "Izplest s\u0101njoslu", "Permalink to this headline": "Past\u0101v\u012bga nor\u0101de \u0161o virsrakstu", "Collapse sidebar": "Sav\u0113rst s\u0101njoslu"}});
|
Documentation.addTranslations({"locale": "lv", "plural_expr": "(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<10 || n%100>=20) ? 1 : 2)", "messages": {"Hide Search Matches": "Pasl\u0113pt atlases v\u0101rdus", "Permalink to this definition": "Past\u0101v\u012bga nor\u0101de uz \u0161o defin\u012bciju", "Permalink to this headline": "Past\u0101v\u012bga nor\u0101de \u0161o virsrakstu"}});
|
Binary file not shown.
@ -5,7 +5,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: Sphinx 1.0.7\n"
|
"Project-Id-Version: Sphinx 1.0.7\n"
|
||||||
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
||||||
"POT-Creation-Date: 2011-09-21 10:06+0200\n"
|
"POT-Creation-Date: 2013-04-02 10:33+0200\n"
|
||||||
"PO-Revision-Date: 2011-05-10 16:40+0200\n"
|
"PO-Revision-Date: 2011-05-10 16:40+0200\n"
|
||||||
"Last-Translator: alexander smishlajev <alex@gorka.lv>\n"
|
"Last-Translator: alexander smishlajev <alex@gorka.lv>\n"
|
||||||
"Language-Team: lv <LL@li.org>\n"
|
"Language-Team: lv <LL@li.org>\n"
|
||||||
@ -21,27 +21,31 @@ msgstr ""
|
|||||||
msgid "%s %s documentation"
|
msgid "%s %s documentation"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: sphinx/environment.py:119 sphinx/writers/latex.py:190
|
#: sphinx/environment.py:1510
|
||||||
#: sphinx/writers/manpage.py:67 sphinx/writers/texinfo.py:203
|
|
||||||
#, python-format
|
|
||||||
msgid "%B %d, %Y"
|
|
||||||
msgstr "%d.%m.%Y"
|
|
||||||
|
|
||||||
#: sphinx/environment.py:1625
|
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "see %s"
|
msgid "see %s"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: sphinx/environment.py:1628
|
#: sphinx/environment.py:1513
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "see also %s"
|
msgid "see also %s"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: sphinx/environment.py:1570
|
||||||
|
msgid "Symbols"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: sphinx/roles.py:175
|
#: sphinx/roles.py:175
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Python Enhancement Proposals; PEP %s"
|
msgid "Python Enhancement Proposals; PEP %s"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: sphinx/transforms.py:52 sphinx/writers/latex.py:202
|
||||||
|
#: sphinx/writers/manpage.py:67 sphinx/writers/texinfo.py:217
|
||||||
|
#, python-format
|
||||||
|
msgid "%B %d, %Y"
|
||||||
|
msgstr "%d.%m.%Y"
|
||||||
|
|
||||||
#: sphinx/builders/changes.py:73
|
#: sphinx/builders/changes.py:73
|
||||||
msgid "Builtins"
|
msgid "Builtins"
|
||||||
msgstr "Iebūvētie"
|
msgstr "Iebūvētie"
|
||||||
@ -50,24 +54,24 @@ msgstr "Iebūvētie"
|
|||||||
msgid "Module level"
|
msgid "Module level"
|
||||||
msgstr "Moduļu līmenis"
|
msgstr "Moduļu līmenis"
|
||||||
|
|
||||||
#: sphinx/builders/html.py:274
|
#: sphinx/builders/html.py:290
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%b %d, %Y"
|
msgid "%b %d, %Y"
|
||||||
msgstr "%d.%m.%Y"
|
msgstr "%d.%m.%Y"
|
||||||
|
|
||||||
#: sphinx/builders/html.py:293 sphinx/themes/basic/defindex.html:30
|
#: sphinx/builders/html.py:309 sphinx/themes/basic/defindex.html:30
|
||||||
msgid "General Index"
|
msgid "General Index"
|
||||||
msgstr "Vispārējs indekss"
|
msgstr "Vispārējs indekss"
|
||||||
|
|
||||||
#: sphinx/builders/html.py:293
|
#: sphinx/builders/html.py:309
|
||||||
msgid "index"
|
msgid "index"
|
||||||
msgstr "indekss"
|
msgstr "indekss"
|
||||||
|
|
||||||
#: sphinx/builders/html.py:353
|
#: sphinx/builders/html.py:369
|
||||||
msgid "next"
|
msgid "next"
|
||||||
msgstr "nākošais"
|
msgstr "nākošais"
|
||||||
|
|
||||||
#: sphinx/builders/html.py:362
|
#: sphinx/builders/html.py:378
|
||||||
msgid "previous"
|
msgid "previous"
|
||||||
msgstr "iepriekšējs"
|
msgstr "iepriekšējs"
|
||||||
|
|
||||||
@ -75,41 +79,38 @@ msgstr "iepriekšējs"
|
|||||||
msgid " (in "
|
msgid " (in "
|
||||||
msgstr " (iekš "
|
msgstr " (iekš "
|
||||||
|
|
||||||
#: sphinx/directives/other.py:136
|
#: sphinx/directives/other.py:138
|
||||||
msgid "Section author: "
|
msgid "Section author: "
|
||||||
msgstr "Sekcijas autors: "
|
msgstr "Sekcijas autors: "
|
||||||
|
|
||||||
#: sphinx/directives/other.py:138
|
#: sphinx/directives/other.py:140
|
||||||
msgid "Module author: "
|
msgid "Module author: "
|
||||||
msgstr "Moduļa autors: "
|
msgstr "Moduļa autors: "
|
||||||
|
|
||||||
#: sphinx/directives/other.py:140
|
#: sphinx/directives/other.py:142
|
||||||
msgid "Code author: "
|
msgid "Code author: "
|
||||||
msgstr "Koda autors: "
|
msgstr "Koda autors: "
|
||||||
|
|
||||||
#: sphinx/directives/other.py:142
|
#: sphinx/directives/other.py:144
|
||||||
msgid "Author: "
|
msgid "Author: "
|
||||||
msgstr "Autors: "
|
msgstr "Autors: "
|
||||||
|
|
||||||
#: sphinx/directives/other.py:215
|
|
||||||
msgid "See also"
|
|
||||||
msgstr "Skat.arī"
|
|
||||||
|
|
||||||
#: sphinx/domains/__init__.py:244
|
#: sphinx/domains/__init__.py:244
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s %s"
|
msgid "%s %s"
|
||||||
msgstr "%s %s"
|
msgstr "%s %s"
|
||||||
|
|
||||||
#: sphinx/domains/c.py:51 sphinx/domains/python.py:95
|
#: sphinx/domains/c.py:51 sphinx/domains/cpp.py:939 sphinx/domains/python.py:95
|
||||||
msgid "Parameters"
|
msgid "Parameters"
|
||||||
msgstr "Parametri"
|
msgstr "Parametri"
|
||||||
|
|
||||||
#: sphinx/domains/c.py:54 sphinx/domains/javascript.py:128
|
#: sphinx/domains/c.py:54 sphinx/domains/cpp.py:945
|
||||||
#: sphinx/domains/python.py:107
|
#: sphinx/domains/javascript.py:128 sphinx/domains/python.py:107
|
||||||
msgid "Returns"
|
msgid "Returns"
|
||||||
msgstr "Atgriež"
|
msgstr "Atgriež"
|
||||||
|
|
||||||
#: sphinx/domains/c.py:56 sphinx/domains/python.py:109
|
#: sphinx/domains/c.py:56 sphinx/domains/javascript.py:130
|
||||||
|
#: sphinx/domains/python.py:109
|
||||||
msgid "Return type"
|
msgid "Return type"
|
||||||
msgstr "Atgriežamais tips"
|
msgstr "Atgriežamais tips"
|
||||||
|
|
||||||
@ -138,58 +139,62 @@ msgstr "%s (C tips)"
|
|||||||
msgid "%s (C variable)"
|
msgid "%s (C variable)"
|
||||||
msgstr "%s (C mainīgais)"
|
msgstr "%s (C mainīgais)"
|
||||||
|
|
||||||
#: sphinx/domains/c.py:204 sphinx/domains/cpp.py:1060
|
#: sphinx/domains/c.py:203 sphinx/domains/cpp.py:1207
|
||||||
#: sphinx/domains/javascript.py:162 sphinx/domains/python.py:559
|
#: sphinx/domains/javascript.py:164 sphinx/domains/python.py:560
|
||||||
msgid "function"
|
msgid "function"
|
||||||
msgstr "funkcija"
|
msgstr "funkcija"
|
||||||
|
|
||||||
#: sphinx/domains/c.py:205 sphinx/domains/cpp.py:1061
|
#: sphinx/domains/c.py:204 sphinx/domains/cpp.py:1208
|
||||||
msgid "member"
|
msgid "member"
|
||||||
msgstr "loceklis"
|
msgstr "loceklis"
|
||||||
|
|
||||||
#: sphinx/domains/c.py:206
|
#: sphinx/domains/c.py:205
|
||||||
msgid "macro"
|
msgid "macro"
|
||||||
msgstr "makross"
|
msgstr "makross"
|
||||||
|
|
||||||
#: sphinx/domains/c.py:207 sphinx/domains/cpp.py:1062
|
#: sphinx/domains/c.py:206 sphinx/domains/cpp.py:1209
|
||||||
msgid "type"
|
msgid "type"
|
||||||
msgstr "tips"
|
msgstr "tips"
|
||||||
|
|
||||||
#: sphinx/domains/c.py:208
|
#: sphinx/domains/c.py:207
|
||||||
msgid "variable"
|
msgid "variable"
|
||||||
msgstr "mainīgais"
|
msgstr "mainīgais"
|
||||||
|
|
||||||
#: sphinx/domains/cpp.py:904
|
#: sphinx/domains/cpp.py:942 sphinx/domains/javascript.py:125
|
||||||
|
msgid "Throws"
|
||||||
|
msgstr "Izmet"
|
||||||
|
|
||||||
|
#: sphinx/domains/cpp.py:1038
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s (C++ class)"
|
msgid "%s (C++ class)"
|
||||||
msgstr "%s (C++ klase)"
|
msgstr "%s (C++ klase)"
|
||||||
|
|
||||||
#: sphinx/domains/cpp.py:919
|
#: sphinx/domains/cpp.py:1061
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s (C++ type)"
|
msgid "%s (C++ type)"
|
||||||
msgstr "%s (C++ tips)"
|
msgstr "%s (C++ tips)"
|
||||||
|
|
||||||
#: sphinx/domains/cpp.py:938
|
#: sphinx/domains/cpp.py:1081
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s (C++ member)"
|
msgid "%s (C++ member)"
|
||||||
msgstr "%s (C++ loceklis)"
|
msgstr "%s (C++ loceklis)"
|
||||||
|
|
||||||
#: sphinx/domains/cpp.py:990
|
#: sphinx/domains/cpp.py:1137
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s (C++ function)"
|
msgid "%s (C++ function)"
|
||||||
msgstr "%s (C++ funkcija)"
|
msgstr "%s (C++ funkcija)"
|
||||||
|
|
||||||
#: sphinx/domains/cpp.py:1059 sphinx/domains/javascript.py:163
|
#: sphinx/domains/cpp.py:1206 sphinx/domains/javascript.py:165
|
||||||
#: sphinx/domains/python.py:561
|
#: sphinx/domains/python.py:562
|
||||||
msgid "class"
|
msgid "class"
|
||||||
msgstr "klase"
|
msgstr "klase"
|
||||||
|
|
||||||
#: sphinx/domains/javascript.py:106 sphinx/domains/python.py:254
|
#: sphinx/domains/javascript.py:106 sphinx/domains/python.py:253
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s() (built-in function)"
|
msgid "%s() (built-in function)"
|
||||||
msgstr "%s() (iebūvēta funkcija)"
|
msgstr "%s() (iebūvēta funkcija)"
|
||||||
|
|
||||||
#: sphinx/domains/javascript.py:107 sphinx/domains/python.py:318
|
#: sphinx/domains/javascript.py:107 sphinx/domains/python.py:317
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s() (%s method)"
|
msgid "%s() (%s method)"
|
||||||
msgstr "%s() (%s metods)"
|
msgstr "%s() (%s metods)"
|
||||||
@ -197,14 +202,14 @@ msgstr "%s() (%s metods)"
|
|||||||
#: sphinx/domains/javascript.py:109
|
#: sphinx/domains/javascript.py:109
|
||||||
#, fuzzy, python-format
|
#, fuzzy, python-format
|
||||||
msgid "%s() (class)"
|
msgid "%s() (class)"
|
||||||
msgstr "%s (C++ klase)"
|
msgstr "%s() (klase)"
|
||||||
|
|
||||||
#: sphinx/domains/javascript.py:111
|
#: sphinx/domains/javascript.py:111
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s (global variable or constant)"
|
msgid "%s (global variable or constant)"
|
||||||
msgstr "%s (globālais mainīgais vai konstanta)"
|
msgstr "%s (globālais mainīgais vai konstanta)"
|
||||||
|
|
||||||
#: sphinx/domains/javascript.py:113 sphinx/domains/python.py:356
|
#: sphinx/domains/javascript.py:113 sphinx/domains/python.py:355
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s (%s attribute)"
|
msgid "%s (%s attribute)"
|
||||||
msgstr "%s (%s atributs)"
|
msgstr "%s (%s atributs)"
|
||||||
@ -213,15 +218,11 @@ msgstr "%s (%s atributs)"
|
|||||||
msgid "Arguments"
|
msgid "Arguments"
|
||||||
msgstr "Argumenti"
|
msgstr "Argumenti"
|
||||||
|
|
||||||
#: sphinx/domains/javascript.py:125
|
#: sphinx/domains/javascript.py:166 sphinx/domains/python.py:561
|
||||||
msgid "Throws"
|
|
||||||
msgstr "Izmet"
|
|
||||||
|
|
||||||
#: sphinx/domains/javascript.py:164 sphinx/domains/python.py:560
|
|
||||||
msgid "data"
|
msgid "data"
|
||||||
msgstr "dati"
|
msgstr "dati"
|
||||||
|
|
||||||
#: sphinx/domains/javascript.py:165 sphinx/domains/python.py:566
|
#: sphinx/domains/javascript.py:167 sphinx/domains/python.py:567
|
||||||
msgid "attribute"
|
msgid "attribute"
|
||||||
msgstr "atributs"
|
msgstr "atributs"
|
||||||
|
|
||||||
@ -233,58 +234,58 @@ msgstr "Mainīgie"
|
|||||||
msgid "Raises"
|
msgid "Raises"
|
||||||
msgstr "Ceļ"
|
msgstr "Ceļ"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:255 sphinx/domains/python.py:312
|
#: sphinx/domains/python.py:254 sphinx/domains/python.py:311
|
||||||
#: sphinx/domains/python.py:324 sphinx/domains/python.py:337
|
#: sphinx/domains/python.py:323 sphinx/domains/python.py:336
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s() (in module %s)"
|
msgid "%s() (in module %s)"
|
||||||
msgstr "%s() (moduļī %s)"
|
msgstr "%s() (moduļī %s)"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:258
|
#: sphinx/domains/python.py:257
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s (built-in variable)"
|
msgid "%s (built-in variable)"
|
||||||
msgstr "%s (iebūvētais mainīgais)"
|
msgstr "%s (iebūvētais mainīgais)"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:259 sphinx/domains/python.py:350
|
#: sphinx/domains/python.py:258 sphinx/domains/python.py:349
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s (in module %s)"
|
msgid "%s (in module %s)"
|
||||||
msgstr "%s (moduļī %s)"
|
msgstr "%s (moduļī %s)"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:275
|
#: sphinx/domains/python.py:274
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s (built-in class)"
|
msgid "%s (built-in class)"
|
||||||
msgstr "%s (iebūvēta klase)"
|
msgstr "%s (iebūvēta klase)"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:276
|
#: sphinx/domains/python.py:275
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s (class in %s)"
|
msgid "%s (class in %s)"
|
||||||
msgstr "%s (klase iekš %s)"
|
msgstr "%s (klase iekš %s)"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:316
|
#: sphinx/domains/python.py:315
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s() (%s.%s method)"
|
msgid "%s() (%s.%s method)"
|
||||||
msgstr "%s() (%s.%s metods)"
|
msgstr "%s() (%s.%s metods)"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:328
|
#: sphinx/domains/python.py:327
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s() (%s.%s static method)"
|
msgid "%s() (%s.%s static method)"
|
||||||
msgstr "%s() (%s.%s statiskais metods)"
|
msgstr "%s() (%s.%s statiskais metods)"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:331
|
#: sphinx/domains/python.py:330
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s() (%s static method)"
|
msgid "%s() (%s static method)"
|
||||||
msgstr "%s() (%s statiskais metods)"
|
msgstr "%s() (%s statiskais metods)"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:341
|
#: sphinx/domains/python.py:340
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s() (%s.%s class method)"
|
msgid "%s() (%s.%s class method)"
|
||||||
msgstr "%s() (%s.%s klases metods)"
|
msgstr "%s() (%s.%s klases metods)"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:344
|
#: sphinx/domains/python.py:343
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s() (%s class method)"
|
msgid "%s() (%s class method)"
|
||||||
msgstr "%s() (%s klases metods)"
|
msgstr "%s() (%s klases metods)"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:354
|
#: sphinx/domains/python.py:353
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s (%s.%s attribute)"
|
msgid "%s (%s.%s attribute)"
|
||||||
msgstr "%s (%s.%s atributs)"
|
msgstr "%s (%s.%s atributs)"
|
||||||
@ -302,50 +303,49 @@ msgstr ""
|
|||||||
msgid "modules"
|
msgid "modules"
|
||||||
msgstr "moduļi"
|
msgstr "moduļi"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:537
|
#: sphinx/domains/python.py:538
|
||||||
msgid "Deprecated"
|
msgid "Deprecated"
|
||||||
msgstr "Nav ieteicams"
|
msgstr "Nav ieteicams"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:562 sphinx/locale/__init__.py:179
|
#: sphinx/domains/python.py:563 sphinx/locale/__init__.py:179
|
||||||
msgid "exception"
|
msgid "exception"
|
||||||
msgstr "izņēmums"
|
msgstr "izņēmums"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:563
|
#: sphinx/domains/python.py:564
|
||||||
msgid "method"
|
msgid "method"
|
||||||
msgstr "metods"
|
msgstr "metods"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:564
|
#: sphinx/domains/python.py:565
|
||||||
msgid "class method"
|
msgid "class method"
|
||||||
msgstr "klases metods"
|
msgstr "klases metods"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:565
|
#: sphinx/domains/python.py:566
|
||||||
msgid "static method"
|
msgid "static method"
|
||||||
msgstr "statiskais metods"
|
msgstr "statiskais metods"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:567 sphinx/locale/__init__.py:175
|
#: sphinx/domains/python.py:568 sphinx/locale/__init__.py:175
|
||||||
msgid "module"
|
msgid "module"
|
||||||
msgstr "modulis"
|
msgstr "modulis"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:695
|
#: sphinx/domains/python.py:696
|
||||||
#, fuzzy
|
|
||||||
msgid " (deprecated)"
|
msgid " (deprecated)"
|
||||||
msgstr "Nav ieteicams"
|
msgstr ""
|
||||||
|
|
||||||
#: sphinx/domains/rst.py:55
|
#: sphinx/domains/rst.py:53
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s (directive)"
|
msgid "%s (directive)"
|
||||||
msgstr "%s (direktīva)"
|
msgstr "%s (direktīva)"
|
||||||
|
|
||||||
#: sphinx/domains/rst.py:57
|
#: sphinx/domains/rst.py:55
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s (role)"
|
msgid "%s (role)"
|
||||||
msgstr "%s (role)"
|
msgstr "%s (role)"
|
||||||
|
|
||||||
#: sphinx/domains/rst.py:106
|
#: sphinx/domains/rst.py:104
|
||||||
msgid "directive"
|
msgid "directive"
|
||||||
msgstr "direktīva"
|
msgstr "direktīva"
|
||||||
|
|
||||||
#: sphinx/domains/rst.py:107
|
#: sphinx/domains/rst.py:105
|
||||||
msgid "role"
|
msgid "role"
|
||||||
msgstr "role"
|
msgstr "role"
|
||||||
|
|
||||||
@ -359,70 +359,97 @@ msgstr "apkārtnes mainīgais; %s"
|
|||||||
msgid "%scommand line option; %s"
|
msgid "%scommand line option; %s"
|
||||||
msgstr "%skomandrindas opcija; %s"
|
msgstr "%skomandrindas opcija; %s"
|
||||||
|
|
||||||
#: sphinx/domains/std.py:393
|
#: sphinx/domains/std.py:414
|
||||||
msgid "glossary term"
|
msgid "glossary term"
|
||||||
msgstr "glosārija termins"
|
msgstr "glosārija termins"
|
||||||
|
|
||||||
#: sphinx/domains/std.py:394
|
#: sphinx/domains/std.py:415
|
||||||
msgid "grammar token"
|
msgid "grammar token"
|
||||||
msgstr "gramatiskais marķieris"
|
msgstr "gramatiskais marķieris"
|
||||||
|
|
||||||
#: sphinx/domains/std.py:395
|
#: sphinx/domains/std.py:416
|
||||||
msgid "reference label"
|
msgid "reference label"
|
||||||
msgstr "atsauces virsraksts"
|
msgstr "atsauces virsraksts"
|
||||||
|
|
||||||
#: sphinx/domains/std.py:396
|
#: sphinx/domains/std.py:418
|
||||||
msgid "environment variable"
|
msgid "environment variable"
|
||||||
msgstr "apkārtnes mainīgais"
|
msgstr "apkārtnes mainīgais"
|
||||||
|
|
||||||
#: sphinx/domains/std.py:397
|
#: sphinx/domains/std.py:419
|
||||||
msgid "program option"
|
msgid "program option"
|
||||||
msgstr "programmas opcija"
|
msgstr "programmas opcija"
|
||||||
|
|
||||||
#: sphinx/domains/std.py:427 sphinx/themes/basic/genindex-single.html:32
|
#: sphinx/domains/std.py:449 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:11
|
||||||
#: sphinx/themes/basic/genindex-split.html:14
|
#: sphinx/themes/basic/genindex-split.html:14
|
||||||
#: sphinx/themes/basic/genindex.html:32 sphinx/themes/basic/genindex.html:35
|
#: 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/themes/basic/genindex.html:68 sphinx/themes/basic/layout.html:134
|
||||||
#: sphinx/writers/latex.py:179 sphinx/writers/texinfo.py:456
|
#: sphinx/writers/latex.py:191 sphinx/writers/texinfo.py:475
|
||||||
msgid "Index"
|
msgid "Index"
|
||||||
msgstr "Indekss"
|
msgstr "Indekss"
|
||||||
|
|
||||||
#: sphinx/domains/std.py:428
|
#: sphinx/domains/std.py:450
|
||||||
msgid "Module Index"
|
msgid "Module Index"
|
||||||
msgstr "Moduļu indekss"
|
msgstr "Moduļu indekss"
|
||||||
|
|
||||||
#: sphinx/domains/std.py:429 sphinx/themes/basic/defindex.html:25
|
#: sphinx/domains/std.py:451 sphinx/themes/basic/defindex.html:25
|
||||||
msgid "Search Page"
|
msgid "Search Page"
|
||||||
msgstr "Atlases lapa"
|
msgstr "Atlases lapa"
|
||||||
|
|
||||||
#: sphinx/ext/autodoc.py:1002
|
#: sphinx/ext/autodoc.py:1042
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid " Bases: %s"
|
msgid " Bases: %s"
|
||||||
msgstr " Bāzes: %s"
|
msgstr " Bāzes: %s"
|
||||||
|
|
||||||
#: sphinx/ext/autodoc.py:1038
|
#: sphinx/ext/autodoc.py:1078
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "alias of :class:`%s`"
|
msgid "alias of :class:`%s`"
|
||||||
msgstr "aizstājvārds klasei :class:`%s`"
|
msgstr "aizstājvārds klasei :class:`%s`"
|
||||||
|
|
||||||
#: sphinx/ext/todo.py:41
|
#: sphinx/ext/graphviz.py:294 sphinx/ext/graphviz.py:302
|
||||||
|
#, python-format
|
||||||
|
msgid "[graph: %s]"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: sphinx/ext/graphviz.py:296 sphinx/ext/graphviz.py:304
|
||||||
|
msgid "[graph]"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: sphinx/ext/intersphinx.py:234
|
||||||
|
#, python-format
|
||||||
|
msgid "(in %s v%s)"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: sphinx/ext/linkcode.py:66 sphinx/ext/viewcode.py:70
|
||||||
|
msgid "[source]"
|
||||||
|
msgstr "[kods]"
|
||||||
|
|
||||||
|
#: sphinx/ext/refcounting.py:83
|
||||||
|
msgid "Return value: Always NULL."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: sphinx/ext/refcounting.py:85
|
||||||
|
msgid "Return value: New reference."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: sphinx/ext/refcounting.py:87
|
||||||
|
msgid "Return value: Borrowed reference."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: sphinx/ext/todo.py:42
|
||||||
msgid "Todo"
|
msgid "Todo"
|
||||||
msgstr "Jāizdara"
|
msgstr "Jāizdara"
|
||||||
|
|
||||||
#: sphinx/ext/todo.py:109
|
#: sphinx/ext/todo.py:110
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "(The <<original entry>> is located in %s, line %d.)"
|
msgid "(The <<original entry>> is located in %s, line %d.)"
|
||||||
msgstr "(<<original entry>> atrodas iekš %s, rinda %d.)"
|
msgstr "(<<original entry>> atrodas iekš %s, rinda %d.)"
|
||||||
|
|
||||||
#: sphinx/ext/todo.py:117
|
#: sphinx/ext/todo.py:119
|
||||||
msgid "original entry"
|
msgid "original entry"
|
||||||
msgstr "sākotnējs ieraksts"
|
msgstr "sākotnējs ieraksts"
|
||||||
|
|
||||||
#: sphinx/ext/viewcode.py:70
|
|
||||||
msgid "[source]"
|
|
||||||
msgstr "[kods]"
|
|
||||||
|
|
||||||
#: sphinx/ext/viewcode.py:117
|
#: sphinx/ext/viewcode.py:117
|
||||||
msgid "[docs]"
|
msgid "[docs]"
|
||||||
msgstr "[dokumenti]"
|
msgstr "[dokumenti]"
|
||||||
@ -473,7 +500,7 @@ msgid "Note"
|
|||||||
msgstr "Piezīme"
|
msgstr "Piezīme"
|
||||||
|
|
||||||
#: sphinx/locale/__init__.py:162
|
#: sphinx/locale/__init__.py:162
|
||||||
msgid "See Also"
|
msgid "See also"
|
||||||
msgstr "Skat.arī"
|
msgstr "Skat.arī"
|
||||||
|
|
||||||
#: sphinx/locale/__init__.py:163
|
#: sphinx/locale/__init__.py:163
|
||||||
@ -519,25 +546,26 @@ msgstr "priekšraksts"
|
|||||||
msgid "built-in function"
|
msgid "built-in function"
|
||||||
msgstr "iebūvēta funkcija"
|
msgstr "iebūvēta funkcija"
|
||||||
|
|
||||||
#: sphinx/themes/agogo/layout.html:45 sphinx/themes/basic/globaltoc.html:10
|
#: sphinx/themes/agogo/layout.html:46 sphinx/themes/basic/globaltoc.html:10
|
||||||
#: sphinx/themes/basic/localtoc.html:11
|
#: sphinx/themes/basic/localtoc.html:11 sphinx/themes/scrolls/layout.html:35
|
||||||
msgid "Table Of Contents"
|
msgid "Table Of Contents"
|
||||||
msgstr "Saturs"
|
msgstr "Saturs"
|
||||||
|
|
||||||
#: sphinx/themes/agogo/layout.html:49 sphinx/themes/basic/layout.html:137
|
#: sphinx/themes/agogo/layout.html:50 sphinx/themes/basic/layout.html:137
|
||||||
#: sphinx/themes/basic/search.html:11 sphinx/themes/basic/search.html:20
|
#: sphinx/themes/basic/search.html:11 sphinx/themes/basic/search.html:23
|
||||||
|
#: sphinx/themes/basic/searchresults.html:10
|
||||||
msgid "Search"
|
msgid "Search"
|
||||||
msgstr "Meklēt"
|
msgstr "Meklēt"
|
||||||
|
|
||||||
#: sphinx/themes/agogo/layout.html:52 sphinx/themes/basic/searchbox.html:15
|
#: sphinx/themes/agogo/layout.html:53 sphinx/themes/basic/searchbox.html:15
|
||||||
msgid "Go"
|
msgid "Go"
|
||||||
msgstr "Izpildīt"
|
msgstr "Izpildīt"
|
||||||
|
|
||||||
#: sphinx/themes/agogo/layout.html:57 sphinx/themes/basic/searchbox.html:20
|
#: sphinx/themes/agogo/layout.html:58 sphinx/themes/basic/searchbox.html:20
|
||||||
msgid "Enter search terms or a module, class or function name."
|
msgid "Enter search terms or a module, class or function name."
|
||||||
msgstr "Ievadiet meklējamus terminus vai moduļa, klases vai funkcijas vārdu."
|
msgstr "Ievadiet meklējamus terminus vai moduļa, klases vai funkcijas vārdu."
|
||||||
|
|
||||||
#: sphinx/themes/agogo/layout.html:78 sphinx/themes/basic/sourcelink.html:14
|
#: sphinx/themes/agogo/layout.html:79 sphinx/themes/basic/sourcelink.html:14
|
||||||
msgid "Show Source"
|
msgid "Show Source"
|
||||||
msgstr "Rādīt izejas tekstu"
|
msgstr "Rādīt izejas tekstu"
|
||||||
|
|
||||||
@ -545,6 +573,19 @@ msgstr "Rādīt izejas tekstu"
|
|||||||
msgid "Overview"
|
msgid "Overview"
|
||||||
msgstr "Apskats"
|
msgstr "Apskats"
|
||||||
|
|
||||||
|
#: sphinx/themes/basic/defindex.html:15
|
||||||
|
msgid "Welcome! This is"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: sphinx/themes/basic/defindex.html:16
|
||||||
|
#, fuzzy
|
||||||
|
msgid "the documentation for"
|
||||||
|
msgstr "meklēt šajā dokumentācijā"
|
||||||
|
|
||||||
|
#: sphinx/themes/basic/defindex.html:17
|
||||||
|
msgid "last updated"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: sphinx/themes/basic/defindex.html:20
|
#: sphinx/themes/basic/defindex.html:20
|
||||||
msgid "Indices and tables:"
|
msgid "Indices and tables:"
|
||||||
msgstr "Indeksi un tabulas:"
|
msgstr "Indeksi un tabulas:"
|
||||||
@ -655,13 +696,13 @@ msgstr "nākoša tēma"
|
|||||||
msgid "next chapter"
|
msgid "next chapter"
|
||||||
msgstr "nākoša sadaļa"
|
msgstr "nākoša sadaļa"
|
||||||
|
|
||||||
#: sphinx/themes/basic/search.html:24
|
#: sphinx/themes/basic/search.html:27
|
||||||
msgid ""
|
msgid ""
|
||||||
"Please activate JavaScript to enable the search\n"
|
"Please activate JavaScript to enable the search\n"
|
||||||
" functionality."
|
" functionality."
|
||||||
msgstr "Lai iespējotu meklēšanu, lūdzu aktivizēt JavaScript."
|
msgstr "Lai iespējotu meklēšanu, lūdzu aktivizēt JavaScript."
|
||||||
|
|
||||||
#: sphinx/themes/basic/search.html:29
|
#: sphinx/themes/basic/search.html:32
|
||||||
msgid ""
|
msgid ""
|
||||||
"From here you can search these documents. Enter your search\n"
|
"From here you can search these documents. Enter your search\n"
|
||||||
" words into the box below and click \"search\". Note that the search\n"
|
" words into the box below and click \"search\". Note that the search\n"
|
||||||
@ -674,17 +715,21 @@ msgstr ""
|
|||||||
" visi ievadītie vārdi. Dokumenti, kuros ir tikai daļa no ievadītiem\n"
|
" visi ievadītie vārdi. Dokumenti, kuros ir tikai daļa no ievadītiem\n"
|
||||||
" vārdiem, netiks atlasīti."
|
" vārdiem, netiks atlasīti."
|
||||||
|
|
||||||
#: sphinx/themes/basic/search.html:36
|
#: sphinx/themes/basic/search.html:39 sphinx/themes/basic/searchresults.html:17
|
||||||
msgid "search"
|
msgid "search"
|
||||||
msgstr "meklēt"
|
msgstr "meklēt"
|
||||||
|
|
||||||
#: sphinx/themes/basic/search.html:40
|
#: sphinx/themes/basic/search.html:43 sphinx/themes/basic/searchresults.html:21
|
||||||
|
#: sphinx/themes/basic/static/searchtools.js_t:281
|
||||||
msgid "Search Results"
|
msgid "Search Results"
|
||||||
msgstr "Atlases rezultāti"
|
msgstr "Atlases rezultāti"
|
||||||
|
|
||||||
#: sphinx/themes/basic/search.html:42
|
#: sphinx/themes/basic/search.html:45 sphinx/themes/basic/searchresults.html:23
|
||||||
msgid "Your search did not match any results."
|
#: sphinx/themes/basic/static/searchtools.js_t:283
|
||||||
msgstr "Nav rezultātu, atbilstošu Jūsu atlasei."
|
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 ""
|
||||||
|
|
||||||
#: sphinx/themes/basic/searchbox.html:12
|
#: sphinx/themes/basic/searchbox.html:12
|
||||||
msgid "Quick search"
|
msgid "Quick search"
|
||||||
@ -722,25 +767,43 @@ msgstr "Izmaiņas iekš C API"
|
|||||||
msgid "Other changes"
|
msgid "Other changes"
|
||||||
msgstr "Citas izmaiņas"
|
msgstr "Citas izmaiņas"
|
||||||
|
|
||||||
#: sphinx/themes/basic/static/doctools.js:154 sphinx/writers/html.py:504
|
#: sphinx/themes/basic/static/doctools.js:142 sphinx/writers/html.py:510
|
||||||
#: sphinx/writers/html.py:510
|
#: sphinx/writers/html.py:516
|
||||||
msgid "Permalink to this headline"
|
msgid "Permalink to this headline"
|
||||||
msgstr "Pastāvīga norāde šo virsrakstu"
|
msgstr "Pastāvīga norāde šo virsrakstu"
|
||||||
|
|
||||||
#: sphinx/themes/basic/static/doctools.js:160 sphinx/writers/html.py:92
|
#: sphinx/themes/basic/static/doctools.js:148 sphinx/writers/html.py:97
|
||||||
msgid "Permalink to this definition"
|
msgid "Permalink to this definition"
|
||||||
msgstr "Pastāvīga norāde uz šo definīciju"
|
msgstr "Pastāvīga norāde uz šo definīciju"
|
||||||
|
|
||||||
#: sphinx/themes/basic/static/doctools.js:189
|
#: sphinx/themes/basic/static/doctools.js:177
|
||||||
msgid "Hide Search Matches"
|
msgid "Hide Search Matches"
|
||||||
msgstr "Paslēpt atlases vārdus"
|
msgstr "Paslēpt atlases vārdus"
|
||||||
|
|
||||||
#: sphinx/themes/default/static/sidebar.js:69
|
#: sphinx/themes/basic/static/searchtools.js_t:119
|
||||||
|
#, fuzzy
|
||||||
|
msgid "Searching"
|
||||||
|
msgstr "meklēt"
|
||||||
|
|
||||||
|
#: sphinx/themes/basic/static/searchtools.js_t:124
|
||||||
|
msgid "Preparing search..."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: sphinx/themes/basic/static/searchtools.js_t:285
|
||||||
|
#, python-format
|
||||||
|
msgid "Search finished, found %s page(s) matching the search query."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: sphinx/themes/basic/static/searchtools.js_t:337
|
||||||
|
msgid ", in "
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: sphinx/themes/default/static/sidebar.js_t:83
|
||||||
msgid "Expand sidebar"
|
msgid "Expand sidebar"
|
||||||
msgstr "Izplest sānjoslu"
|
msgstr "Izplest sānjoslu"
|
||||||
|
|
||||||
#: sphinx/themes/default/static/sidebar.js:82
|
#: sphinx/themes/default/static/sidebar.js_t:96
|
||||||
#: sphinx/themes/default/static/sidebar.js:110
|
#: sphinx/themes/default/static/sidebar.js_t:124
|
||||||
msgid "Collapse sidebar"
|
msgid "Collapse sidebar"
|
||||||
msgstr "Savērst sānjoslu"
|
msgstr "Savērst sānjoslu"
|
||||||
|
|
||||||
@ -748,24 +811,29 @@ msgstr "Savērst sānjoslu"
|
|||||||
msgid "Contents"
|
msgid "Contents"
|
||||||
msgstr "Saturs"
|
msgstr "Saturs"
|
||||||
|
|
||||||
#: sphinx/writers/latex.py:177
|
#: sphinx/writers/latex.py:189
|
||||||
msgid "Release"
|
msgid "Release"
|
||||||
msgstr "Izlaidums"
|
msgstr "Izlaidums"
|
||||||
|
|
||||||
#: sphinx/writers/latex.py:594 sphinx/writers/manpage.py:182
|
#: sphinx/writers/latex.py:620 sphinx/writers/manpage.py:181
|
||||||
#: sphinx/writers/texinfo.py:589
|
#: sphinx/writers/texinfo.py:612
|
||||||
msgid "Footnotes"
|
msgid "Footnotes"
|
||||||
msgstr "Vēres"
|
msgstr "Vēres"
|
||||||
|
|
||||||
#: sphinx/writers/latex.py:676
|
#: sphinx/writers/latex.py:704
|
||||||
msgid "continued from previous page"
|
msgid "continued from previous page"
|
||||||
msgstr "turpinājums no iepriekšējās lappuses"
|
msgstr "turpinājums no iepriekšējās lappuses"
|
||||||
|
|
||||||
#: sphinx/writers/latex.py:681
|
#: sphinx/writers/latex.py:710
|
||||||
msgid "Continued on next page"
|
msgid "Continued on next page"
|
||||||
msgstr "Turpnājums nākošā lappusē"
|
msgstr "Turpnājums nākošā lappusē"
|
||||||
|
|
||||||
#: sphinx/writers/text.py:437
|
#: sphinx/writers/manpage.py:226 sphinx/writers/text.py:541
|
||||||
|
#, python-format
|
||||||
|
msgid "[image: %s]"
|
||||||
|
msgstr "[attēls: %s]"
|
||||||
|
|
||||||
|
#: sphinx/writers/manpage.py:227 sphinx/writers/text.py:542
|
||||||
msgid "[image]"
|
msgid "[image]"
|
||||||
msgstr "[attēls]"
|
msgstr "[attēls]"
|
||||||
|
|
||||||
|
@ -1 +1 @@
|
|||||||
Documentation.addTranslations({"locale": "nb_NO", "plural_expr": "(n != 1)", "messages": {"Hide Search Matches": "Skjul s\u00f8keresultat", "Permalink to this definition": "Permalink til denne definisjonen", "Expand sidebar": "Utvid sidepanelet", "Permalink to this headline": "Permalink til denne oversikten", "Collapse sidebar": "Skjul sidepanelet"}});
|
Documentation.addTranslations({"locale": "nb_NO", "plural_expr": "(n != 1)", "messages": {"Hide Search Matches": "Skjul s\u00f8keresultat", "Permalink to this definition": "Permalink til denne definisjonen", "Permalink to this headline": "Permalink til denne oversikten"}});
|
Binary file not shown.
@ -1,9 +1,12 @@
|
|||||||
|
# Norvegian translations for Sphinx.
|
||||||
|
# Copyright (C) 2011 ORGANIZATION
|
||||||
|
# This file is distributed under the same license as the Sphinx project.
|
||||||
|
#
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: \n"
|
"Project-Id-Version: \n"
|
||||||
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
||||||
"POT-Creation-Date: 2011-09-21 10:06+0200\n"
|
"POT-Creation-Date: 2013-04-02 10:33+0200\n"
|
||||||
"PO-Revision-Date: 2011-09-21 10:14+0200\n"
|
"PO-Revision-Date: 2011-09-21 10:14+0200\n"
|
||||||
"Last-Translator: Espen Høgbakk <espen@hogbakk.no>\n"
|
"Last-Translator: Espen Høgbakk <espen@hogbakk.no>\n"
|
||||||
"Language-Team: \n"
|
"Language-Team: \n"
|
||||||
@ -18,27 +21,31 @@ msgstr ""
|
|||||||
msgid "%s %s documentation"
|
msgid "%s %s documentation"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: sphinx/environment.py:119 sphinx/writers/latex.py:190
|
#: sphinx/environment.py:1510
|
||||||
#: sphinx/writers/manpage.py:67 sphinx/writers/texinfo.py:203
|
|
||||||
#, python-format
|
|
||||||
msgid "%B %d, %Y"
|
|
||||||
msgstr "%B %d, %Y"
|
|
||||||
|
|
||||||
#: sphinx/environment.py:1625
|
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "see %s"
|
msgid "see %s"
|
||||||
msgstr "se %s"
|
msgstr "se %s"
|
||||||
|
|
||||||
#: sphinx/environment.py:1628
|
#: sphinx/environment.py:1513
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "see also %s"
|
msgid "see also %s"
|
||||||
msgstr "se også %s"
|
msgstr "se også %s"
|
||||||
|
|
||||||
|
#: sphinx/environment.py:1570
|
||||||
|
msgid "Symbols"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: sphinx/roles.py:175
|
#: sphinx/roles.py:175
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Python Enhancement Proposals; PEP %s"
|
msgid "Python Enhancement Proposals; PEP %s"
|
||||||
msgstr "Python Enhancement Proposals; PEP %s"
|
msgstr "Python Enhancement Proposals; PEP %s"
|
||||||
|
|
||||||
|
#: sphinx/transforms.py:52 sphinx/writers/latex.py:202
|
||||||
|
#: sphinx/writers/manpage.py:67 sphinx/writers/texinfo.py:217
|
||||||
|
#, python-format
|
||||||
|
msgid "%B %d, %Y"
|
||||||
|
msgstr "%B %d, %Y"
|
||||||
|
|
||||||
#: sphinx/builders/changes.py:73
|
#: sphinx/builders/changes.py:73
|
||||||
msgid "Builtins"
|
msgid "Builtins"
|
||||||
msgstr "Innebygde"
|
msgstr "Innebygde"
|
||||||
@ -47,24 +54,24 @@ msgstr "Innebygde"
|
|||||||
msgid "Module level"
|
msgid "Module level"
|
||||||
msgstr "Modulnivå"
|
msgstr "Modulnivå"
|
||||||
|
|
||||||
#: sphinx/builders/html.py:274
|
#: sphinx/builders/html.py:290
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%b %d, %Y"
|
msgid "%b %d, %Y"
|
||||||
msgstr "%b %d, %Y"
|
msgstr "%b %d, %Y"
|
||||||
|
|
||||||
#: sphinx/builders/html.py:293 sphinx/themes/basic/defindex.html:30
|
#: sphinx/builders/html.py:309 sphinx/themes/basic/defindex.html:30
|
||||||
msgid "General Index"
|
msgid "General Index"
|
||||||
msgstr "Hovedindex"
|
msgstr "Hovedindex"
|
||||||
|
|
||||||
#: sphinx/builders/html.py:293
|
#: sphinx/builders/html.py:309
|
||||||
msgid "index"
|
msgid "index"
|
||||||
msgstr "index"
|
msgstr "index"
|
||||||
|
|
||||||
#: sphinx/builders/html.py:353
|
#: sphinx/builders/html.py:369
|
||||||
msgid "next"
|
msgid "next"
|
||||||
msgstr "neste"
|
msgstr "neste"
|
||||||
|
|
||||||
#: sphinx/builders/html.py:362
|
#: sphinx/builders/html.py:378
|
||||||
msgid "previous"
|
msgid "previous"
|
||||||
msgstr "forrige"
|
msgstr "forrige"
|
||||||
|
|
||||||
@ -72,41 +79,38 @@ msgstr "forrige"
|
|||||||
msgid " (in "
|
msgid " (in "
|
||||||
msgstr "(i "
|
msgstr "(i "
|
||||||
|
|
||||||
#: sphinx/directives/other.py:136
|
#: sphinx/directives/other.py:138
|
||||||
msgid "Section author: "
|
msgid "Section author: "
|
||||||
msgstr "Seksjon forfatter: "
|
msgstr "Seksjon forfatter: "
|
||||||
|
|
||||||
#: sphinx/directives/other.py:138
|
#: sphinx/directives/other.py:140
|
||||||
msgid "Module author: "
|
msgid "Module author: "
|
||||||
msgstr "Modul forfattar: "
|
msgstr "Modul forfattar: "
|
||||||
|
|
||||||
#: sphinx/directives/other.py:140
|
#: sphinx/directives/other.py:142
|
||||||
msgid "Code author: "
|
msgid "Code author: "
|
||||||
msgstr "Kildekode forfatter: "
|
msgstr "Kildekode forfatter: "
|
||||||
|
|
||||||
#: sphinx/directives/other.py:142
|
#: sphinx/directives/other.py:144
|
||||||
msgid "Author: "
|
msgid "Author: "
|
||||||
msgstr "Forfatter: "
|
msgstr "Forfatter: "
|
||||||
|
|
||||||
#: sphinx/directives/other.py:215
|
|
||||||
msgid "See also"
|
|
||||||
msgstr "Se også"
|
|
||||||
|
|
||||||
#: sphinx/domains/__init__.py:244
|
#: sphinx/domains/__init__.py:244
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s %s"
|
msgid "%s %s"
|
||||||
msgstr "%s %s"
|
msgstr "%s %s"
|
||||||
|
|
||||||
#: sphinx/domains/c.py:51 sphinx/domains/python.py:95
|
#: sphinx/domains/c.py:51 sphinx/domains/cpp.py:939 sphinx/domains/python.py:95
|
||||||
msgid "Parameters"
|
msgid "Parameters"
|
||||||
msgstr "Parametere"
|
msgstr "Parametere"
|
||||||
|
|
||||||
#: sphinx/domains/c.py:54 sphinx/domains/javascript.py:128
|
#: sphinx/domains/c.py:54 sphinx/domains/cpp.py:945
|
||||||
#: sphinx/domains/python.py:107
|
#: sphinx/domains/javascript.py:128 sphinx/domains/python.py:107
|
||||||
msgid "Returns"
|
msgid "Returns"
|
||||||
msgstr "Returnere"
|
msgstr "Returnere"
|
||||||
|
|
||||||
#: sphinx/domains/c.py:56 sphinx/domains/python.py:109
|
#: sphinx/domains/c.py:56 sphinx/domains/javascript.py:130
|
||||||
|
#: sphinx/domains/python.py:109
|
||||||
msgid "Return type"
|
msgid "Return type"
|
||||||
msgstr "Retur type"
|
msgstr "Retur type"
|
||||||
|
|
||||||
@ -135,58 +139,62 @@ msgstr "%s (C-type)"
|
|||||||
msgid "%s (C variable)"
|
msgid "%s (C variable)"
|
||||||
msgstr "%s (C-variabel)"
|
msgstr "%s (C-variabel)"
|
||||||
|
|
||||||
#: sphinx/domains/c.py:204 sphinx/domains/cpp.py:1060
|
#: sphinx/domains/c.py:203 sphinx/domains/cpp.py:1207
|
||||||
#: sphinx/domains/javascript.py:162 sphinx/domains/python.py:559
|
#: sphinx/domains/javascript.py:164 sphinx/domains/python.py:560
|
||||||
msgid "function"
|
msgid "function"
|
||||||
msgstr "funksjon"
|
msgstr "funksjon"
|
||||||
|
|
||||||
#: sphinx/domains/c.py:205 sphinx/domains/cpp.py:1061
|
#: sphinx/domains/c.py:204 sphinx/domains/cpp.py:1208
|
||||||
msgid "member"
|
msgid "member"
|
||||||
msgstr "medlem"
|
msgstr "medlem"
|
||||||
|
|
||||||
#: sphinx/domains/c.py:206
|
#: sphinx/domains/c.py:205
|
||||||
msgid "macro"
|
msgid "macro"
|
||||||
msgstr "makro"
|
msgstr "makro"
|
||||||
|
|
||||||
#: sphinx/domains/c.py:207 sphinx/domains/cpp.py:1062
|
#: sphinx/domains/c.py:206 sphinx/domains/cpp.py:1209
|
||||||
msgid "type"
|
msgid "type"
|
||||||
msgstr "type"
|
msgstr "type"
|
||||||
|
|
||||||
#: sphinx/domains/c.py:208
|
#: sphinx/domains/c.py:207
|
||||||
msgid "variable"
|
msgid "variable"
|
||||||
msgstr "variabel"
|
msgstr "variabel"
|
||||||
|
|
||||||
#: sphinx/domains/cpp.py:904
|
#: sphinx/domains/cpp.py:942 sphinx/domains/javascript.py:125
|
||||||
|
msgid "Throws"
|
||||||
|
msgstr "Kaster"
|
||||||
|
|
||||||
|
#: sphinx/domains/cpp.py:1038
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s (C++ class)"
|
msgid "%s (C++ class)"
|
||||||
msgstr "%s (C++ klasse)"
|
msgstr "%s (C++ klasse)"
|
||||||
|
|
||||||
#: sphinx/domains/cpp.py:919
|
#: sphinx/domains/cpp.py:1061
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s (C++ type)"
|
msgid "%s (C++ type)"
|
||||||
msgstr "%s (C++ type)"
|
msgstr "%s (C++ type)"
|
||||||
|
|
||||||
#: sphinx/domains/cpp.py:938
|
#: sphinx/domains/cpp.py:1081
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s (C++ member)"
|
msgid "%s (C++ member)"
|
||||||
msgstr "%s (C++ medlem)"
|
msgstr "%s (C++ medlem)"
|
||||||
|
|
||||||
#: sphinx/domains/cpp.py:990
|
#: sphinx/domains/cpp.py:1137
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s (C++ function)"
|
msgid "%s (C++ function)"
|
||||||
msgstr "%s (C++ funksjon)"
|
msgstr "%s (C++ funksjon)"
|
||||||
|
|
||||||
#: sphinx/domains/cpp.py:1059 sphinx/domains/javascript.py:163
|
#: sphinx/domains/cpp.py:1206 sphinx/domains/javascript.py:165
|
||||||
#: sphinx/domains/python.py:561
|
#: sphinx/domains/python.py:562
|
||||||
msgid "class"
|
msgid "class"
|
||||||
msgstr "klasse"
|
msgstr "klasse"
|
||||||
|
|
||||||
#: sphinx/domains/javascript.py:106 sphinx/domains/python.py:254
|
#: sphinx/domains/javascript.py:106 sphinx/domains/python.py:253
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s() (built-in function)"
|
msgid "%s() (built-in function)"
|
||||||
msgstr "%s() (innebygd funksjon)"
|
msgstr "%s() (innebygd funksjon)"
|
||||||
|
|
||||||
#: sphinx/domains/javascript.py:107 sphinx/domains/python.py:318
|
#: sphinx/domains/javascript.py:107 sphinx/domains/python.py:317
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s() (%s method)"
|
msgid "%s() (%s method)"
|
||||||
msgstr "%s() (%s metode)"
|
msgstr "%s() (%s metode)"
|
||||||
@ -201,7 +209,7 @@ msgstr "%s() (klasse)"
|
|||||||
msgid "%s (global variable or constant)"
|
msgid "%s (global variable or constant)"
|
||||||
msgstr "%s (global variabel eller konstant)"
|
msgstr "%s (global variabel eller konstant)"
|
||||||
|
|
||||||
#: sphinx/domains/javascript.py:113 sphinx/domains/python.py:356
|
#: sphinx/domains/javascript.py:113 sphinx/domains/python.py:355
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s (%s attribute)"
|
msgid "%s (%s attribute)"
|
||||||
msgstr "%s (%s attribut)"
|
msgstr "%s (%s attribut)"
|
||||||
@ -210,15 +218,11 @@ msgstr "%s (%s attribut)"
|
|||||||
msgid "Arguments"
|
msgid "Arguments"
|
||||||
msgstr "Argument"
|
msgstr "Argument"
|
||||||
|
|
||||||
#: sphinx/domains/javascript.py:125
|
#: sphinx/domains/javascript.py:166 sphinx/domains/python.py:561
|
||||||
msgid "Throws"
|
|
||||||
msgstr "Kaster"
|
|
||||||
|
|
||||||
#: sphinx/domains/javascript.py:164 sphinx/domains/python.py:560
|
|
||||||
msgid "data"
|
msgid "data"
|
||||||
msgstr "data"
|
msgstr "data"
|
||||||
|
|
||||||
#: sphinx/domains/javascript.py:165 sphinx/domains/python.py:566
|
#: sphinx/domains/javascript.py:167 sphinx/domains/python.py:567
|
||||||
msgid "attribute"
|
msgid "attribute"
|
||||||
msgstr "attributt"
|
msgstr "attributt"
|
||||||
|
|
||||||
@ -230,58 +234,58 @@ msgstr "Variabler"
|
|||||||
msgid "Raises"
|
msgid "Raises"
|
||||||
msgstr "Hever"
|
msgstr "Hever"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:255 sphinx/domains/python.py:312
|
#: sphinx/domains/python.py:254 sphinx/domains/python.py:311
|
||||||
#: sphinx/domains/python.py:324 sphinx/domains/python.py:337
|
#: sphinx/domains/python.py:323 sphinx/domains/python.py:336
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s() (in module %s)"
|
msgid "%s() (in module %s)"
|
||||||
msgstr "%s() (i modul %s)"
|
msgstr "%s() (i modul %s)"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:258
|
#: sphinx/domains/python.py:257
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s (built-in variable)"
|
msgid "%s (built-in variable)"
|
||||||
msgstr "%s (innebygd variabel)"
|
msgstr "%s (innebygd variabel)"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:259 sphinx/domains/python.py:350
|
#: sphinx/domains/python.py:258 sphinx/domains/python.py:349
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s (in module %s)"
|
msgid "%s (in module %s)"
|
||||||
msgstr "%s (i modul %s)"
|
msgstr "%s (i modul %s)"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:275
|
#: sphinx/domains/python.py:274
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s (built-in class)"
|
msgid "%s (built-in class)"
|
||||||
msgstr "%s (innebygd klasse)"
|
msgstr "%s (innebygd klasse)"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:276
|
#: sphinx/domains/python.py:275
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s (class in %s)"
|
msgid "%s (class in %s)"
|
||||||
msgstr "%s (klasse i %s)"
|
msgstr "%s (klasse i %s)"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:316
|
#: sphinx/domains/python.py:315
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s() (%s.%s method)"
|
msgid "%s() (%s.%s method)"
|
||||||
msgstr "%s() (%s.%s metode)"
|
msgstr "%s() (%s.%s metode)"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:328
|
#: sphinx/domains/python.py:327
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s() (%s.%s static method)"
|
msgid "%s() (%s.%s static method)"
|
||||||
msgstr "%s() (%s.%s statisk metode)"
|
msgstr "%s() (%s.%s statisk metode)"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:331
|
#: sphinx/domains/python.py:330
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s() (%s static method)"
|
msgid "%s() (%s static method)"
|
||||||
msgstr "%s() (%s statisk metode)"
|
msgstr "%s() (%s statisk metode)"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:341
|
#: sphinx/domains/python.py:340
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s() (%s.%s class method)"
|
msgid "%s() (%s.%s class method)"
|
||||||
msgstr "%s() (%s.%s klassemetode)"
|
msgstr "%s() (%s.%s klassemetode)"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:344
|
#: sphinx/domains/python.py:343
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s() (%s class method)"
|
msgid "%s() (%s class method)"
|
||||||
msgstr "%s() (%s klassemetode)"
|
msgstr "%s() (%s klassemetode)"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:354
|
#: sphinx/domains/python.py:353
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s (%s.%s attribute)"
|
msgid "%s (%s.%s attribute)"
|
||||||
msgstr "%s (%s.%s attributt)"
|
msgstr "%s (%s.%s attributt)"
|
||||||
@ -299,49 +303,49 @@ msgstr "Python Modulindex"
|
|||||||
msgid "modules"
|
msgid "modules"
|
||||||
msgstr "moduler"
|
msgstr "moduler"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:537
|
#: sphinx/domains/python.py:538
|
||||||
msgid "Deprecated"
|
msgid "Deprecated"
|
||||||
msgstr "Foreldet"
|
msgstr "Foreldet"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:562 sphinx/locale/__init__.py:179
|
#: sphinx/domains/python.py:563 sphinx/locale/__init__.py:179
|
||||||
msgid "exception"
|
msgid "exception"
|
||||||
msgstr "untak"
|
msgstr "untak"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:563
|
#: sphinx/domains/python.py:564
|
||||||
msgid "method"
|
msgid "method"
|
||||||
msgstr "metode"
|
msgstr "metode"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:564
|
#: sphinx/domains/python.py:565
|
||||||
msgid "class method"
|
msgid "class method"
|
||||||
msgstr "klassemetode"
|
msgstr "klassemetode"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:565
|
#: sphinx/domains/python.py:566
|
||||||
msgid "static method"
|
msgid "static method"
|
||||||
msgstr "statisk metode"
|
msgstr "statisk metode"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:567 sphinx/locale/__init__.py:175
|
#: sphinx/domains/python.py:568 sphinx/locale/__init__.py:175
|
||||||
msgid "module"
|
msgid "module"
|
||||||
msgstr "modul"
|
msgstr "modul"
|
||||||
|
|
||||||
#: sphinx/domains/python.py:695
|
#: sphinx/domains/python.py:696
|
||||||
msgid " (deprecated)"
|
msgid " (deprecated)"
|
||||||
msgstr " (foreldet)"
|
msgstr " (foreldet)"
|
||||||
|
|
||||||
#: sphinx/domains/rst.py:55
|
#: sphinx/domains/rst.py:53
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s (directive)"
|
msgid "%s (directive)"
|
||||||
msgstr "%s (direktiv)"
|
msgstr "%s (direktiv)"
|
||||||
|
|
||||||
#: sphinx/domains/rst.py:57
|
#: sphinx/domains/rst.py:55
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s (role)"
|
msgid "%s (role)"
|
||||||
msgstr "%s (rolle)"
|
msgstr "%s (rolle)"
|
||||||
|
|
||||||
#: sphinx/domains/rst.py:106
|
#: sphinx/domains/rst.py:104
|
||||||
msgid "directive"
|
msgid "directive"
|
||||||
msgstr "direktiv"
|
msgstr "direktiv"
|
||||||
|
|
||||||
#: sphinx/domains/rst.py:107
|
#: sphinx/domains/rst.py:105
|
||||||
msgid "role"
|
msgid "role"
|
||||||
msgstr "rolle"
|
msgstr "rolle"
|
||||||
|
|
||||||
@ -355,70 +359,97 @@ msgstr "miljøvariabel; %s"
|
|||||||
msgid "%scommand line option; %s"
|
msgid "%scommand line option; %s"
|
||||||
msgstr "%skommandolinje valg; %s"
|
msgstr "%skommandolinje valg; %s"
|
||||||
|
|
||||||
#: sphinx/domains/std.py:393
|
#: sphinx/domains/std.py:414
|
||||||
msgid "glossary term"
|
msgid "glossary term"
|
||||||
msgstr "ordliste"
|
msgstr "ordliste"
|
||||||
|
|
||||||
#: sphinx/domains/std.py:394
|
#: sphinx/domains/std.py:415
|
||||||
msgid "grammar token"
|
msgid "grammar token"
|
||||||
msgstr "grammatikk token"
|
msgstr "grammatikk token"
|
||||||
|
|
||||||
#: sphinx/domains/std.py:395
|
#: sphinx/domains/std.py:416
|
||||||
msgid "reference label"
|
msgid "reference label"
|
||||||
msgstr "referanse-etikett"
|
msgstr "referanse-etikett"
|
||||||
|
|
||||||
#: sphinx/domains/std.py:396
|
#: sphinx/domains/std.py:418
|
||||||
msgid "environment variable"
|
msgid "environment variable"
|
||||||
msgstr "miljøvariabel"
|
msgstr "miljøvariabel"
|
||||||
|
|
||||||
#: sphinx/domains/std.py:397
|
#: sphinx/domains/std.py:419
|
||||||
msgid "program option"
|
msgid "program option"
|
||||||
msgstr "programvalg"
|
msgstr "programvalg"
|
||||||
|
|
||||||
#: sphinx/domains/std.py:427 sphinx/themes/basic/genindex-single.html:32
|
#: sphinx/domains/std.py:449 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:11
|
||||||
#: sphinx/themes/basic/genindex-split.html:14
|
#: sphinx/themes/basic/genindex-split.html:14
|
||||||
#: sphinx/themes/basic/genindex.html:32 sphinx/themes/basic/genindex.html:35
|
#: 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/themes/basic/genindex.html:68 sphinx/themes/basic/layout.html:134
|
||||||
#: sphinx/writers/latex.py:179 sphinx/writers/texinfo.py:456
|
#: sphinx/writers/latex.py:191 sphinx/writers/texinfo.py:475
|
||||||
msgid "Index"
|
msgid "Index"
|
||||||
msgstr "Index"
|
msgstr "Index"
|
||||||
|
|
||||||
#: sphinx/domains/std.py:428
|
#: sphinx/domains/std.py:450
|
||||||
msgid "Module Index"
|
msgid "Module Index"
|
||||||
msgstr "Modulindex"
|
msgstr "Modulindex"
|
||||||
|
|
||||||
#: sphinx/domains/std.py:429 sphinx/themes/basic/defindex.html:25
|
#: sphinx/domains/std.py:451 sphinx/themes/basic/defindex.html:25
|
||||||
msgid "Search Page"
|
msgid "Search Page"
|
||||||
msgstr "Søkeside"
|
msgstr "Søkeside"
|
||||||
|
|
||||||
#: sphinx/ext/autodoc.py:1002
|
#: sphinx/ext/autodoc.py:1042
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid " Bases: %s"
|
msgid " Bases: %s"
|
||||||
msgstr " Baser: %s"
|
msgstr " Baser: %s"
|
||||||
|
|
||||||
#: sphinx/ext/autodoc.py:1038
|
#: sphinx/ext/autodoc.py:1078
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "alias of :class:`%s`"
|
msgid "alias of :class:`%s`"
|
||||||
msgstr "alias for :class:`%s`"
|
msgstr "alias for :class:`%s`"
|
||||||
|
|
||||||
#: sphinx/ext/todo.py:41
|
#: sphinx/ext/graphviz.py:294 sphinx/ext/graphviz.py:302
|
||||||
|
#, python-format
|
||||||
|
msgid "[graph: %s]"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: sphinx/ext/graphviz.py:296 sphinx/ext/graphviz.py:304
|
||||||
|
msgid "[graph]"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: sphinx/ext/intersphinx.py:234
|
||||||
|
#, python-format
|
||||||
|
msgid "(in %s v%s)"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: sphinx/ext/linkcode.py:66 sphinx/ext/viewcode.py:70
|
||||||
|
msgid "[source]"
|
||||||
|
msgstr "[kilde]"
|
||||||
|
|
||||||
|
#: sphinx/ext/refcounting.py:83
|
||||||
|
msgid "Return value: Always NULL."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: sphinx/ext/refcounting.py:85
|
||||||
|
msgid "Return value: New reference."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: sphinx/ext/refcounting.py:87
|
||||||
|
msgid "Return value: Borrowed reference."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: sphinx/ext/todo.py:42
|
||||||
msgid "Todo"
|
msgid "Todo"
|
||||||
msgstr "Todo"
|
msgstr "Todo"
|
||||||
|
|
||||||
#: sphinx/ext/todo.py:109
|
#: sphinx/ext/todo.py:110
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "(The <<original entry>> is located in %s, line %d.)"
|
msgid "(The <<original entry>> is located in %s, line %d.)"
|
||||||
msgstr "(Den <<opprinnelige oppføringen>> finnes i %s, på linje %d.)"
|
msgstr "(Den <<opprinnelige oppføringen>> finnes i %s, på linje %d.)"
|
||||||
|
|
||||||
#: sphinx/ext/todo.py:117
|
#: sphinx/ext/todo.py:119
|
||||||
msgid "original entry"
|
msgid "original entry"
|
||||||
msgstr "opprinnelig oppføring"
|
msgstr "opprinnelig oppføring"
|
||||||
|
|
||||||
#: sphinx/ext/viewcode.py:70
|
|
||||||
msgid "[source]"
|
|
||||||
msgstr "[kilde]"
|
|
||||||
|
|
||||||
#: sphinx/ext/viewcode.py:117
|
#: sphinx/ext/viewcode.py:117
|
||||||
msgid "[docs]"
|
msgid "[docs]"
|
||||||
msgstr "[dokumentasjon]"
|
msgstr "[dokumentasjon]"
|
||||||
@ -469,7 +500,7 @@ msgid "Note"
|
|||||||
msgstr "Obs"
|
msgstr "Obs"
|
||||||
|
|
||||||
#: sphinx/locale/__init__.py:162
|
#: sphinx/locale/__init__.py:162
|
||||||
msgid "See Also"
|
msgid "See also"
|
||||||
msgstr "Se også"
|
msgstr "Se også"
|
||||||
|
|
||||||
#: sphinx/locale/__init__.py:163
|
#: sphinx/locale/__init__.py:163
|
||||||
@ -515,25 +546,26 @@ msgstr "uttrykk"
|
|||||||
msgid "built-in function"
|
msgid "built-in function"
|
||||||
msgstr "innebygde funksjoner"
|
msgstr "innebygde funksjoner"
|
||||||
|
|
||||||
#: sphinx/themes/agogo/layout.html:45 sphinx/themes/basic/globaltoc.html:10
|
#: sphinx/themes/agogo/layout.html:46 sphinx/themes/basic/globaltoc.html:10
|
||||||
#: sphinx/themes/basic/localtoc.html:11
|
#: sphinx/themes/basic/localtoc.html:11 sphinx/themes/scrolls/layout.html:35
|
||||||
msgid "Table Of Contents"
|
msgid "Table Of Contents"
|
||||||
msgstr "Innholdsfortegnelse"
|
msgstr "Innholdsfortegnelse"
|
||||||
|
|
||||||
#: sphinx/themes/agogo/layout.html:49 sphinx/themes/basic/layout.html:137
|
#: sphinx/themes/agogo/layout.html:50 sphinx/themes/basic/layout.html:137
|
||||||
#: sphinx/themes/basic/search.html:11 sphinx/themes/basic/search.html:20
|
#: sphinx/themes/basic/search.html:11 sphinx/themes/basic/search.html:23
|
||||||
|
#: sphinx/themes/basic/searchresults.html:10
|
||||||
msgid "Search"
|
msgid "Search"
|
||||||
msgstr "Søk"
|
msgstr "Søk"
|
||||||
|
|
||||||
#: sphinx/themes/agogo/layout.html:52 sphinx/themes/basic/searchbox.html:15
|
#: sphinx/themes/agogo/layout.html:53 sphinx/themes/basic/searchbox.html:15
|
||||||
msgid "Go"
|
msgid "Go"
|
||||||
msgstr "Gå"
|
msgstr "Gå"
|
||||||
|
|
||||||
#: sphinx/themes/agogo/layout.html:57 sphinx/themes/basic/searchbox.html:20
|
#: sphinx/themes/agogo/layout.html:58 sphinx/themes/basic/searchbox.html:20
|
||||||
msgid "Enter search terms or a module, class or function name."
|
msgid "Enter search terms or a module, class or function name."
|
||||||
msgstr "Angi søkeord eller modul-, klasse- eller funksjonsnavn."
|
msgstr "Angi søkeord eller modul-, klasse- eller funksjonsnavn."
|
||||||
|
|
||||||
#: sphinx/themes/agogo/layout.html:78 sphinx/themes/basic/sourcelink.html:14
|
#: sphinx/themes/agogo/layout.html:79 sphinx/themes/basic/sourcelink.html:14
|
||||||
msgid "Show Source"
|
msgid "Show Source"
|
||||||
msgstr "Vis kildekode"
|
msgstr "Vis kildekode"
|
||||||
|
|
||||||
@ -541,6 +573,19 @@ msgstr "Vis kildekode"
|
|||||||
msgid "Overview"
|
msgid "Overview"
|
||||||
msgstr "Oversikt"
|
msgstr "Oversikt"
|
||||||
|
|
||||||
|
#: sphinx/themes/basic/defindex.html:15
|
||||||
|
msgid "Welcome! This is"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: sphinx/themes/basic/defindex.html:16
|
||||||
|
#, fuzzy
|
||||||
|
msgid "the documentation for"
|
||||||
|
msgstr "søk i dette dokumentet"
|
||||||
|
|
||||||
|
#: sphinx/themes/basic/defindex.html:17
|
||||||
|
msgid "last updated"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: sphinx/themes/basic/defindex.html:20
|
#: sphinx/themes/basic/defindex.html:20
|
||||||
msgid "Indices and tables:"
|
msgid "Indices and tables:"
|
||||||
msgstr "Index og tabeller"
|
msgstr "Index og tabeller"
|
||||||
@ -626,9 +671,7 @@ msgstr "Sist oppdatert %(last_updated)s."
|
|||||||
msgid ""
|
msgid ""
|
||||||
"Created using <a href=\"http://sphinx-doc.org/\">Sphinx</a> "
|
"Created using <a href=\"http://sphinx-doc.org/\">Sphinx</a> "
|
||||||
"%(sphinx_version)s."
|
"%(sphinx_version)s."
|
||||||
msgstr ""
|
msgstr "Lagd med <a href=\"http://sphinx-doc.org/\">Sphinx</a> %(sphinx_version)s."
|
||||||
"Lagd med <a href=\"http://sphinx-doc.org/\">Sphinx</a> "
|
|
||||||
"%(sphinx_version)s."
|
|
||||||
|
|
||||||
#: sphinx/themes/basic/opensearch.xml:4
|
#: sphinx/themes/basic/opensearch.xml:4
|
||||||
#, python-format
|
#, python-format
|
||||||
@ -651,34 +694,38 @@ msgstr "Neste emne"
|
|||||||
msgid "next chapter"
|
msgid "next chapter"
|
||||||
msgstr "neste kapittel"
|
msgstr "neste kapittel"
|
||||||
|
|
||||||
#: sphinx/themes/basic/search.html:24
|
#: sphinx/themes/basic/search.html:27
|
||||||
msgid ""
|
msgid ""
|
||||||
"Please activate JavaScript to enable the search\n"
|
"Please activate JavaScript to enable the search\n"
|
||||||
" functionality."
|
" functionality."
|
||||||
msgstr "Vennligst aktiver JavaScript for å aktivere søk."
|
msgstr "Vennligst aktiver JavaScript for å aktivere søk."
|
||||||
|
|
||||||
#: sphinx/themes/basic/search.html:29
|
#: sphinx/themes/basic/search.html:32
|
||||||
msgid ""
|
msgid ""
|
||||||
"From here you can search these documents. Enter your search\n"
|
"From here you can search these documents. Enter your search\n"
|
||||||
" words into the box below and click \"search\". Note that the 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"
|
" function will automatically search for all of the words. Pages\n"
|
||||||
" containing fewer words won't appear in the result list."
|
" containing fewer words won't appear in the result list."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"her kan du søke blant disse dokumentene. Angi søkeord nedfor og "
|
"her kan du søke blant disse dokumentene. Angi søkeord nedfor og klikk "
|
||||||
"klikk \"søk\".\n"
|
"\"søk\".\n"
|
||||||
" Søket må treffe på samtlige søkeord."
|
" Søket må treffe på samtlige søkeord."
|
||||||
|
|
||||||
#: sphinx/themes/basic/search.html:36
|
#: sphinx/themes/basic/search.html:39 sphinx/themes/basic/searchresults.html:17
|
||||||
msgid "search"
|
msgid "search"
|
||||||
msgstr "søk"
|
msgstr "søk"
|
||||||
|
|
||||||
#: sphinx/themes/basic/search.html:40
|
#: sphinx/themes/basic/search.html:43 sphinx/themes/basic/searchresults.html:21
|
||||||
|
#: sphinx/themes/basic/static/searchtools.js_t:281
|
||||||
msgid "Search Results"
|
msgid "Search Results"
|
||||||
msgstr "Søkeresultat"
|
msgstr "Søkeresultat"
|
||||||
|
|
||||||
#: sphinx/themes/basic/search.html:42
|
#: sphinx/themes/basic/search.html:45 sphinx/themes/basic/searchresults.html:23
|
||||||
msgid "Your search did not match any results."
|
#: sphinx/themes/basic/static/searchtools.js_t:283
|
||||||
msgstr "Ditt søk ga ingen resultater."
|
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 ""
|
||||||
|
|
||||||
#: sphinx/themes/basic/searchbox.html:12
|
#: sphinx/themes/basic/searchbox.html:12
|
||||||
msgid "Quick search"
|
msgid "Quick search"
|
||||||
@ -716,25 +763,43 @@ msgstr "Endringer i C API"
|
|||||||
msgid "Other changes"
|
msgid "Other changes"
|
||||||
msgstr "Andre endringer"
|
msgstr "Andre endringer"
|
||||||
|
|
||||||
#: sphinx/themes/basic/static/doctools.js:154 sphinx/writers/html.py:504
|
#: sphinx/themes/basic/static/doctools.js:142 sphinx/writers/html.py:510
|
||||||
#: sphinx/writers/html.py:510
|
#: sphinx/writers/html.py:516
|
||||||
msgid "Permalink to this headline"
|
msgid "Permalink to this headline"
|
||||||
msgstr "Permalink til denne oversikten"
|
msgstr "Permalink til denne oversikten"
|
||||||
|
|
||||||
#: sphinx/themes/basic/static/doctools.js:160 sphinx/writers/html.py:92
|
#: sphinx/themes/basic/static/doctools.js:148 sphinx/writers/html.py:97
|
||||||
msgid "Permalink to this definition"
|
msgid "Permalink to this definition"
|
||||||
msgstr "Permalink til denne definisjonen"
|
msgstr "Permalink til denne definisjonen"
|
||||||
|
|
||||||
#: sphinx/themes/basic/static/doctools.js:189
|
#: sphinx/themes/basic/static/doctools.js:177
|
||||||
msgid "Hide Search Matches"
|
msgid "Hide Search Matches"
|
||||||
msgstr "Skjul søkeresultat"
|
msgstr "Skjul søkeresultat"
|
||||||
|
|
||||||
#: sphinx/themes/default/static/sidebar.js:69
|
#: sphinx/themes/basic/static/searchtools.js_t:119
|
||||||
|
#, fuzzy
|
||||||
|
msgid "Searching"
|
||||||
|
msgstr "søk"
|
||||||
|
|
||||||
|
#: sphinx/themes/basic/static/searchtools.js_t:124
|
||||||
|
msgid "Preparing search..."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: sphinx/themes/basic/static/searchtools.js_t:285
|
||||||
|
#, python-format
|
||||||
|
msgid "Search finished, found %s page(s) matching the search query."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: sphinx/themes/basic/static/searchtools.js_t:337
|
||||||
|
msgid ", in "
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: sphinx/themes/default/static/sidebar.js_t:83
|
||||||
msgid "Expand sidebar"
|
msgid "Expand sidebar"
|
||||||
msgstr "Utvid sidepanelet"
|
msgstr "Utvid sidepanelet"
|
||||||
|
|
||||||
#: sphinx/themes/default/static/sidebar.js:82
|
#: sphinx/themes/default/static/sidebar.js_t:96
|
||||||
#: sphinx/themes/default/static/sidebar.js:110
|
#: sphinx/themes/default/static/sidebar.js_t:124
|
||||||
msgid "Collapse sidebar"
|
msgid "Collapse sidebar"
|
||||||
msgstr "Skjul sidepanelet"
|
msgstr "Skjul sidepanelet"
|
||||||
|
|
||||||
@ -742,23 +807,29 @@ msgstr "Skjul sidepanelet"
|
|||||||
msgid "Contents"
|
msgid "Contents"
|
||||||
msgstr "Innhold"
|
msgstr "Innhold"
|
||||||
|
|
||||||
#: sphinx/writers/latex.py:177
|
#: sphinx/writers/latex.py:189
|
||||||
msgid "Release"
|
msgid "Release"
|
||||||
msgstr "Utgivelse"
|
msgstr "Utgivelse"
|
||||||
|
|
||||||
#: sphinx/writers/latex.py:594 sphinx/writers/manpage.py:182
|
#: sphinx/writers/latex.py:620 sphinx/writers/manpage.py:181
|
||||||
#: sphinx/writers/texinfo.py:589
|
#: sphinx/writers/texinfo.py:612
|
||||||
msgid "Footnotes"
|
msgid "Footnotes"
|
||||||
msgstr "Fotnoter"
|
msgstr "Fotnoter"
|
||||||
|
|
||||||
#: sphinx/writers/latex.py:676
|
#: sphinx/writers/latex.py:704
|
||||||
msgid "continued from previous page"
|
msgid "continued from previous page"
|
||||||
msgstr "fortsettelse fra forrige side"
|
msgstr "fortsettelse fra forrige side"
|
||||||
|
|
||||||
#: sphinx/writers/latex.py:681
|
#: sphinx/writers/latex.py:710
|
||||||
msgid "Continued on next page"
|
msgid "Continued on next page"
|
||||||
msgstr "Fortsetter på neste side"
|
msgstr "Fortsetter på neste side"
|
||||||
|
|
||||||
#: sphinx/writers/text.py:437
|
#: sphinx/writers/manpage.py:226 sphinx/writers/text.py:541
|
||||||
|
#, fuzzy, python-format
|
||||||
|
msgid "[image: %s]"
|
||||||
|
msgstr "[bilde: %s]"
|
||||||
|
|
||||||
|
#: sphinx/writers/manpage.py:227 sphinx/writers/text.py:542
|
||||||
msgid "[image]"
|
msgid "[image]"
|
||||||
msgstr "[bilde]"
|
msgstr "[bilde]"
|
||||||
|
|
||||||
|
@ -1 +1 @@
|
|||||||
Documentation.addTranslations({"locale": "ne", "plural_expr": "(n != 1)", "messages": {"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", "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", "Expand sidebar": "\u0938\u093e\u0907\u0921\u092c\u0930 \u0920\u0941\u0932\u094b \u092c\u0928\u093e\u0909\u0928\u0941\u0939\u094b\u0938\u094d", "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 ", "Collapse sidebar": "\u0938\u093e\u0907\u0921\u092c\u0930 \u0938\u093e\u0928\u094b \u092c\u0928\u093e\u0909\u0928\u0941\u0939\u094b\u0938\u094d"}});
|
Documentation.addTranslations({"locale": "ne", "plural_expr": "(n != 1)", "messages": {"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", "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 "}});
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user