diff --git a/CHANGES b/CHANGES index a3b90943c4..1acf3ba1c6 100644 --- a/CHANGES +++ b/CHANGES @@ -77,6 +77,8 @@ Features added Bugs fixed ---------- +* LaTeX: some system labels are not translated + Testing -------- diff --git a/babel.cfg b/babel.cfg index a57e0ac096..d41d26ad0e 100644 --- a/babel.cfg +++ b/babel.cfg @@ -14,6 +14,13 @@ variable_end_string = %> block_start_string = <% block_end_string = %> +# Extraction from Jinja2 template files +[jinja2: **/templates/latex/**.sty_t] +variable_start_string = <%= +variable_end_string = %> +block_start_string = <% +block_end_string = %> + # Extraction from Jinja2 HTML templates [jinja2: **/themes/**.html] encoding = utf-8 diff --git a/sphinx/locale/ar/LC_MESSAGES/sphinx.mo b/sphinx/locale/ar/LC_MESSAGES/sphinx.mo index a7a92f941e..e3028816ba 100644 Binary files a/sphinx/locale/ar/LC_MESSAGES/sphinx.mo and b/sphinx/locale/ar/LC_MESSAGES/sphinx.mo differ diff --git a/sphinx/locale/ar/LC_MESSAGES/sphinx.po b/sphinx/locale/ar/LC_MESSAGES/sphinx.po index 27f53d15c7..2452773d1e 100644 --- a/sphinx/locale/ar/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/ar/LC_MESSAGES/sphinx.po @@ -8,9 +8,9 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2019-02-18 01:52+0900\n" -"PO-Revision-Date: 2019-03-14 16:36+0000\n" -"Last-Translator: Takeshi KOMIYA \n" +"POT-Creation-Date: 2019-03-29 01:05+0900\n" +"PO-Revision-Date: 2019-03-28 16:09+0000\n" +"Last-Translator: Mohammed Shannaq \n" "Language-Team: Arabic (http://www.transifex.com/sphinx-doc/sphinx-1/language/ar/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -122,7 +122,7 @@ msgstr "" msgid "role %r is already registered, it will be overridden" msgstr "" -#: sphinx/application.py:1182 +#: sphinx/application.py:1179 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -130,7 +130,7 @@ msgid "" "explicit" msgstr "" -#: sphinx/application.py:1188 +#: sphinx/application.py:1185 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -138,7 +138,7 @@ msgid "" "explicit" msgstr "" -#: sphinx/application.py:1199 +#: sphinx/application.py:1196 #, python-format msgid "doing serial %s" msgstr "" @@ -587,44 +587,44 @@ msgstr "" msgid "preparing documents" msgstr "" -#: sphinx/builders/_epub_base.py:219 +#: sphinx/builders/_epub_base.py:218 #, python-format msgid "duplicated ToC entry found: %s" msgstr "" -#: sphinx/builders/_epub_base.py:415 sphinx/builders/html.py:761 -#: sphinx/builders/latex/__init__.py:413 sphinx/builders/texinfo.py:190 +#: sphinx/builders/_epub_base.py:414 sphinx/builders/html.py:761 +#: sphinx/builders/latex/__init__.py:415 sphinx/builders/texinfo.py:190 msgid "copying images... " msgstr "" -#: sphinx/builders/_epub_base.py:422 +#: sphinx/builders/_epub_base.py:421 #, python-format msgid "cannot read image file %r: copying it instead" msgstr "" -#: sphinx/builders/_epub_base.py:428 sphinx/builders/html.py:769 -#: sphinx/builders/latex/__init__.py:421 sphinx/builders/texinfo.py:198 +#: sphinx/builders/_epub_base.py:427 sphinx/builders/html.py:769 +#: sphinx/builders/latex/__init__.py:423 sphinx/builders/texinfo.py:199 #, python-format msgid "cannot copy image file %r: %s" msgstr "" -#: sphinx/builders/_epub_base.py:445 +#: sphinx/builders/_epub_base.py:444 #, python-format msgid "cannot write image file %r: %s" msgstr "" -#: sphinx/builders/_epub_base.py:456 +#: sphinx/builders/_epub_base.py:455 msgid "Pillow not found - copying image files" msgstr "" -#: sphinx/builders/_epub_base.py:491 sphinx/builders/_epub_base.py:504 -#: sphinx/builders/_epub_base.py:540 sphinx/builders/_epub_base.py:725 -#: sphinx/builders/_epub_base.py:758 sphinx/builders/epub3.py:184 +#: sphinx/builders/_epub_base.py:490 sphinx/builders/_epub_base.py:503 +#: sphinx/builders/_epub_base.py:539 sphinx/builders/_epub_base.py:724 +#: sphinx/builders/_epub_base.py:757 sphinx/builders/epub3.py:183 #, python-format msgid "writing %s file..." msgstr "" -#: sphinx/builders/_epub_base.py:566 +#: sphinx/builders/_epub_base.py:565 #, python-format msgid "unknown mimetype for %s, ignoring" msgstr "" @@ -643,19 +643,19 @@ msgstr "" msgid "writing summary file..." msgstr "" -#: sphinx/builders/changes.py:87 +#: sphinx/builders/changes.py:86 msgid "Builtins" msgstr "" -#: sphinx/builders/changes.py:89 +#: sphinx/builders/changes.py:88 msgid "Module level" msgstr "" -#: sphinx/builders/changes.py:134 +#: sphinx/builders/changes.py:133 msgid "copying source files..." msgstr "" -#: sphinx/builders/changes.py:141 +#: sphinx/builders/changes.py:140 #, python-format msgid "could not read %r for changelog creation" msgstr "" @@ -664,76 +664,76 @@ msgstr "" msgid "The dummy builder generates no files." msgstr "" -#: sphinx/builders/epub3.py:69 +#: sphinx/builders/epub3.py:68 #, python-format msgid "The ePub file is in %(outdir)s." msgstr "" -#: sphinx/builders/epub3.py:212 +#: sphinx/builders/epub3.py:211 msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:216 +#: sphinx/builders/epub3.py:215 msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:219 +#: sphinx/builders/epub3.py:218 msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:223 +#: sphinx/builders/epub3.py:222 msgid "conf value \"epub_author\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:226 +#: sphinx/builders/epub3.py:225 msgid "conf value \"epub_contributor\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:229 +#: sphinx/builders/epub3.py:228 msgid "conf value \"epub_description\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:232 +#: sphinx/builders/epub3.py:231 msgid "conf value \"epub_publisher\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:235 +#: sphinx/builders/epub3.py:234 msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:239 +#: sphinx/builders/epub3.py:238 msgid "conf value \"epub_identifier\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:242 +#: sphinx/builders/epub3.py:241 msgid "conf value \"version\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:257 sphinx/builders/html.py:1166 +#: sphinx/builders/epub3.py:256 sphinx/builders/html.py:1166 #, python-format msgid "invalid css_file: %r, ignored" msgstr "" -#: sphinx/builders/gettext.py:215 +#: sphinx/builders/gettext.py:221 #, python-format msgid "The message catalogs are in %(outdir)s." msgstr "" -#: sphinx/builders/gettext.py:239 +#: sphinx/builders/gettext.py:245 #, python-format msgid "building [%s]: " msgstr "بناء [%s]" -#: sphinx/builders/gettext.py:240 +#: sphinx/builders/gettext.py:246 #, python-format msgid "targets for %d template files" msgstr "" -#: sphinx/builders/gettext.py:244 +#: sphinx/builders/gettext.py:250 msgid "reading templates... " msgstr "" -#: sphinx/builders/gettext.py:271 +#: sphinx/builders/gettext.py:277 msgid "writing message catalogs... " msgstr "" @@ -752,7 +752,7 @@ msgstr "" msgid "Failed to read build info file: %r" msgstr "" -#: sphinx/builders/html.py:488 sphinx/builders/latex/__init__.py:204 +#: sphinx/builders/html.py:488 sphinx/builders/latex/__init__.py:206 #: sphinx/transforms/__init__.py:121 sphinx/writers/manpage.py:118 #: sphinx/writers/texinfo.py:243 #, python-format @@ -805,7 +805,7 @@ msgstr "" msgid "html_static_path entry %r does not exist" msgstr "" -#: sphinx/builders/html.py:839 sphinx/builders/latex/__init__.py:398 +#: sphinx/builders/html.py:839 sphinx/builders/latex/__init__.py:400 #, python-format msgid "logo file %r does not exist" msgstr "" @@ -922,7 +922,7 @@ msgstr "" msgid "no \"man_pages\" config value found; no manual pages will be written" msgstr "" -#: sphinx/builders/latex/__init__.py:270 sphinx/builders/manpage.py:64 +#: sphinx/builders/latex/__init__.py:272 sphinx/builders/manpage.py:64 #: sphinx/builders/singlehtml.py:174 sphinx/builders/texinfo.py:120 msgid "writing" msgstr "" @@ -966,24 +966,24 @@ msgstr "" msgid "\"texinfo_documents\" config value references unknown document %s" msgstr "" -#: sphinx/builders/latex/__init__.py:253 sphinx/builders/texinfo.py:116 +#: sphinx/builders/latex/__init__.py:255 sphinx/builders/texinfo.py:116 #, python-format msgid "processing %s" msgstr "" -#: sphinx/builders/latex/__init__.py:322 sphinx/builders/texinfo.py:163 +#: sphinx/builders/latex/__init__.py:323 sphinx/builders/texinfo.py:164 msgid "resolving references..." msgstr "" -#: sphinx/builders/latex/__init__.py:332 sphinx/builders/texinfo.py:172 +#: sphinx/builders/latex/__init__.py:333 sphinx/builders/texinfo.py:173 msgid " (in " msgstr "" -#: sphinx/builders/texinfo.py:204 +#: sphinx/builders/texinfo.py:205 msgid "copying Texinfo support files" msgstr "" -#: sphinx/builders/texinfo.py:208 +#: sphinx/builders/texinfo.py:209 #, python-format msgid "error writing file Makefile: %s" msgstr "" @@ -1003,28 +1003,28 @@ msgstr "" msgid "The pseudo-XML files are in %(outdir)s." msgstr "" -#: sphinx/builders/latex/__init__.py:121 +#: sphinx/builders/latex/__init__.py:123 #, python-format msgid "The LaTeX files are in %(outdir)s." msgstr "" -#: sphinx/builders/latex/__init__.py:123 +#: sphinx/builders/latex/__init__.py:125 msgid "" "\n" "Run 'make' in that directory to run these through (pdf)latex\n" "(use `make latexpdf' here to do that automatically)." msgstr "" -#: sphinx/builders/latex/__init__.py:163 +#: sphinx/builders/latex/__init__.py:165 msgid "no \"latex_documents\" config value found; no documents will be written" msgstr "" -#: sphinx/builders/latex/__init__.py:171 +#: sphinx/builders/latex/__init__.py:173 #, python-format msgid "\"latex_documents\" config value references unknown document %s" msgstr "" -#: sphinx/builders/latex/__init__.py:211 sphinx/domains/std.py:501 +#: sphinx/builders/latex/__init__.py:213 sphinx/domains/std.py:501 #: sphinx/templates/latex/latex.tex_t:79 #: sphinx/themes/basic/genindex-single.html:30 #: sphinx/themes/basic/genindex-single.html:55 @@ -1036,28 +1036,28 @@ msgstr "" msgid "Index" msgstr "" -#: sphinx/builders/latex/__init__.py:214 sphinx/templates/latex/latex.tex_t:64 +#: sphinx/builders/latex/__init__.py:216 sphinx/templates/latex/latex.tex_t:64 msgid "Release" msgstr "" -#: sphinx/builders/latex/__init__.py:222 sphinx/writers/latex.py:549 +#: sphinx/builders/latex/__init__.py:224 sphinx/writers/latex.py:549 #, python-format msgid "no Babel option known for language %r" msgstr "" -#: sphinx/builders/latex/__init__.py:361 +#: sphinx/builders/latex/__init__.py:363 msgid "copying TeX support files" msgstr "" -#: sphinx/builders/latex/__init__.py:382 +#: sphinx/builders/latex/__init__.py:384 msgid "copying TeX support files..." msgstr "" -#: sphinx/builders/latex/__init__.py:402 +#: sphinx/builders/latex/__init__.py:404 msgid "copying additional files" msgstr "" -#: sphinx/builders/latex/__init__.py:445 +#: sphinx/builders/latex/__init__.py:447 #, python-format msgid "Unknown configure key: latex_elements[%r]. ignored." msgstr "" @@ -1120,8 +1120,8 @@ msgstr "" msgid "job number should be a positive number" msgstr "" -#: sphinx/cmd/build.py:106 sphinx/cmd/quickstart.py:498 -#: sphinx/ext/apidoc.py:298 sphinx/ext/autosummary/generate.py:365 +#: sphinx/cmd/build.py:106 sphinx/cmd/quickstart.py:497 +#: sphinx/ext/apidoc.py:298 sphinx/ext/autosummary/generate.py:363 msgid "For more information, visit ." msgstr "" @@ -1498,13 +1498,13 @@ msgstr "" msgid "Indicate which of the following Sphinx extensions should be enabled:" msgstr "" -#: sphinx/cmd/quickstart.py:354 +#: sphinx/cmd/quickstart.py:353 msgid "" "Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " "been deselected." msgstr "" -#: sphinx/cmd/quickstart.py:359 +#: sphinx/cmd/quickstart.py:358 msgid "" "\n" "A Makefile and a Windows command file can be generated for you so that you\n" @@ -1512,29 +1512,29 @@ msgid "" "directly." msgstr "" -#: sphinx/cmd/quickstart.py:363 +#: sphinx/cmd/quickstart.py:362 msgid "Create Makefile? (y/n)" msgstr "" -#: sphinx/cmd/quickstart.py:366 +#: sphinx/cmd/quickstart.py:365 msgid "Create Windows command file? (y/n)" msgstr "" -#: sphinx/cmd/quickstart.py:409 sphinx/ext/apidoc.py:74 +#: sphinx/cmd/quickstart.py:408 sphinx/ext/apidoc.py:74 #, python-format msgid "Creating file %s." msgstr "" -#: sphinx/cmd/quickstart.py:414 sphinx/ext/apidoc.py:72 +#: sphinx/cmd/quickstart.py:413 sphinx/ext/apidoc.py:72 #, python-format msgid "File %s already exists, skipping." msgstr "" -#: sphinx/cmd/quickstart.py:450 +#: sphinx/cmd/quickstart.py:449 msgid "Finished: An initial directory structure has been created." msgstr "" -#: sphinx/cmd/quickstart.py:451 +#: sphinx/cmd/quickstart.py:450 #, python-format msgid "" "\n" @@ -1542,26 +1542,26 @@ msgid "" "source files. " msgstr "" -#: sphinx/cmd/quickstart.py:453 +#: sphinx/cmd/quickstart.py:452 msgid "" "Use the Makefile to build the docs, like so:\n" " make builder\n" msgstr "" -#: sphinx/cmd/quickstart.py:456 +#: sphinx/cmd/quickstart.py:455 #, python-format msgid "" "Use the sphinx-build command to build the docs, like so:\n" " sphinx-build -b builder %s %s\n" msgstr "" -#: sphinx/cmd/quickstart.py:459 +#: sphinx/cmd/quickstart.py:458 msgid "" "where \"builder\" is one of the supported builders, e.g. html, latex or " "linkcheck.\n" msgstr "" -#: sphinx/cmd/quickstart.py:499 +#: sphinx/cmd/quickstart.py:498 msgid "" "\n" "Generate required files for a Sphinx project.\n" @@ -1571,131 +1571,131 @@ msgid "" "Makefile to be used with sphinx-build.\n" msgstr "" -#: sphinx/cmd/quickstart.py:509 +#: sphinx/cmd/quickstart.py:508 msgid "quiet mode" msgstr "" -#: sphinx/cmd/quickstart.py:514 +#: sphinx/cmd/quickstart.py:513 msgid "output path" msgstr "" -#: sphinx/cmd/quickstart.py:516 +#: sphinx/cmd/quickstart.py:515 msgid "Structure options" msgstr "" -#: sphinx/cmd/quickstart.py:518 +#: sphinx/cmd/quickstart.py:517 msgid "if specified, separate source and build dirs" msgstr "" -#: sphinx/cmd/quickstart.py:520 +#: sphinx/cmd/quickstart.py:519 msgid "replacement for dot in _templates etc." msgstr "" -#: sphinx/cmd/quickstart.py:522 +#: sphinx/cmd/quickstart.py:521 msgid "Project basic options" msgstr "" -#: sphinx/cmd/quickstart.py:524 +#: sphinx/cmd/quickstart.py:523 msgid "project name" msgstr "" -#: sphinx/cmd/quickstart.py:526 +#: sphinx/cmd/quickstart.py:525 msgid "author names" msgstr "" -#: sphinx/cmd/quickstart.py:528 +#: sphinx/cmd/quickstart.py:527 msgid "version of project" msgstr "" -#: sphinx/cmd/quickstart.py:530 +#: sphinx/cmd/quickstart.py:529 msgid "release of project" msgstr "" -#: sphinx/cmd/quickstart.py:532 +#: sphinx/cmd/quickstart.py:531 msgid "document language" msgstr "" -#: sphinx/cmd/quickstart.py:534 +#: sphinx/cmd/quickstart.py:533 msgid "source file suffix" msgstr "" -#: sphinx/cmd/quickstart.py:536 +#: sphinx/cmd/quickstart.py:535 msgid "master document name" msgstr "" -#: sphinx/cmd/quickstart.py:538 +#: sphinx/cmd/quickstart.py:537 msgid "use epub" msgstr "" -#: sphinx/cmd/quickstart.py:540 +#: sphinx/cmd/quickstart.py:539 msgid "Extension options" msgstr "" -#: sphinx/cmd/quickstart.py:544 sphinx/ext/apidoc.py:379 +#: sphinx/cmd/quickstart.py:543 sphinx/ext/apidoc.py:379 #, python-format msgid "enable %s extension" msgstr "" -#: sphinx/cmd/quickstart.py:546 sphinx/ext/apidoc.py:375 +#: sphinx/cmd/quickstart.py:545 sphinx/ext/apidoc.py:375 msgid "enable arbitrary extensions" msgstr "" -#: sphinx/cmd/quickstart.py:548 +#: sphinx/cmd/quickstart.py:547 msgid "Makefile and Batchfile creation" msgstr "" -#: sphinx/cmd/quickstart.py:550 +#: sphinx/cmd/quickstart.py:549 msgid "create makefile" msgstr "" -#: sphinx/cmd/quickstart.py:552 +#: sphinx/cmd/quickstart.py:551 msgid "do not create makefile" msgstr "" -#: sphinx/cmd/quickstart.py:554 +#: sphinx/cmd/quickstart.py:553 msgid "create batchfile" msgstr "" -#: sphinx/cmd/quickstart.py:557 +#: sphinx/cmd/quickstart.py:556 msgid "do not create batchfile" msgstr "" -#: sphinx/cmd/quickstart.py:560 +#: sphinx/cmd/quickstart.py:559 msgid "use make-mode for Makefile/make.bat" msgstr "" -#: sphinx/cmd/quickstart.py:563 +#: sphinx/cmd/quickstart.py:562 msgid "do not use make-mode for Makefile/make.bat" msgstr "" -#: sphinx/cmd/quickstart.py:565 +#: sphinx/cmd/quickstart.py:564 msgid "Project templating" msgstr "" -#: sphinx/cmd/quickstart.py:568 +#: sphinx/cmd/quickstart.py:567 msgid "template directory for template files" msgstr "" -#: sphinx/cmd/quickstart.py:571 +#: sphinx/cmd/quickstart.py:570 msgid "define a template variable" msgstr "" -#: sphinx/cmd/quickstart.py:605 +#: sphinx/cmd/quickstart.py:604 msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." msgstr "" -#: sphinx/cmd/quickstart.py:619 +#: sphinx/cmd/quickstart.py:618 msgid "" "Error: specified path is not a directory, or sphinx files already exist." msgstr "" -#: sphinx/cmd/quickstart.py:621 +#: sphinx/cmd/quickstart.py:620 msgid "" "sphinx-quickstart only generate into a empty directory. Please specify a new" " root path." msgstr "" -#: sphinx/cmd/quickstart.py:636 +#: sphinx/cmd/quickstart.py:635 #, python-format msgid "Invalid template variable: %s" msgstr "" @@ -1767,17 +1767,17 @@ msgstr "" msgid "%s %s" msgstr "" -#: sphinx/domains/c.py:64 sphinx/domains/cpp.py:6371 +#: sphinx/domains/c.py:64 sphinx/domains/cpp.py:6445 #: sphinx/domains/python.py:210 sphinx/ext/napoleon/docstring.py:696 msgid "Parameters" msgstr "" -#: sphinx/domains/c.py:67 sphinx/domains/cpp.py:6380 -#: sphinx/domains/javascript.py:210 sphinx/domains/python.py:222 +#: sphinx/domains/c.py:67 sphinx/domains/cpp.py:6454 +#: sphinx/domains/javascript.py:209 sphinx/domains/python.py:222 msgid "Returns" msgstr "" -#: sphinx/domains/c.py:69 sphinx/domains/javascript.py:212 +#: sphinx/domains/c.py:69 sphinx/domains/javascript.py:211 #: sphinx/domains/python.py:224 msgid "Return type" msgstr "" @@ -1807,12 +1807,12 @@ msgstr "" msgid "%s (C variable)" msgstr "" -#: sphinx/domains/c.py:258 sphinx/domains/cpp.py:6956 -#: sphinx/domains/javascript.py:298 sphinx/domains/python.py:741 +#: sphinx/domains/c.py:258 sphinx/domains/cpp.py:7029 +#: sphinx/domains/javascript.py:297 sphinx/domains/python.py:742 msgid "function" msgstr "" -#: sphinx/domains/c.py:259 sphinx/domains/cpp.py:6957 +#: sphinx/domains/c.py:259 sphinx/domains/cpp.py:7030 msgid "member" msgstr "" @@ -1820,7 +1820,7 @@ msgstr "" msgid "macro" msgstr "" -#: sphinx/domains/c.py:261 sphinx/domains/cpp.py:6958 +#: sphinx/domains/c.py:261 sphinx/domains/cpp.py:7031 msgid "type" msgstr "" @@ -1843,106 +1843,106 @@ msgstr "" msgid "Deprecated since version %s" msgstr "" -#: sphinx/domains/cpp.py:4297 +#: sphinx/domains/cpp.py:4323 #, python-format msgid "" "Duplicate declaration, also defined in '%s'.\n" "Declaration is '%s'." msgstr "" -#: sphinx/domains/cpp.py:6374 +#: sphinx/domains/cpp.py:6448 msgid "Template Parameters" msgstr "" -#: sphinx/domains/cpp.py:6377 sphinx/domains/javascript.py:207 +#: sphinx/domains/cpp.py:6451 sphinx/domains/javascript.py:206 msgid "Throws" msgstr "" -#: sphinx/domains/cpp.py:6505 +#: sphinx/domains/cpp.py:6579 #, python-format msgid "%s (C++ %s)" msgstr "" -#: sphinx/domains/cpp.py:6954 sphinx/domains/javascript.py:300 -#: sphinx/domains/python.py:743 +#: sphinx/domains/cpp.py:7027 sphinx/domains/javascript.py:299 +#: sphinx/domains/python.py:744 msgid "class" msgstr "" -#: sphinx/domains/cpp.py:6955 +#: sphinx/domains/cpp.py:7028 msgid "union" msgstr "" -#: sphinx/domains/cpp.py:6959 +#: sphinx/domains/cpp.py:7032 msgid "concept" msgstr "" -#: sphinx/domains/cpp.py:6960 +#: sphinx/domains/cpp.py:7033 msgid "enum" msgstr "" -#: sphinx/domains/cpp.py:6961 +#: sphinx/domains/cpp.py:7034 msgid "enumerator" msgstr "" -#: sphinx/domains/cpp.py:7054 +#: sphinx/domains/cpp.py:7127 #, python-format msgid "" "Duplicate declaration, also defined in '%s'.\n" "Name of declaration is '%s'." msgstr "" -#: sphinx/domains/javascript.py:131 sphinx/domains/python.py:429 +#: sphinx/domains/javascript.py:130 sphinx/domains/python.py:430 #, python-format msgid "%s() (built-in function)" msgstr "" -#: sphinx/domains/javascript.py:132 sphinx/domains/python.py:494 +#: sphinx/domains/javascript.py:131 sphinx/domains/python.py:495 #, python-format msgid "%s() (%s method)" msgstr "" -#: sphinx/domains/javascript.py:134 +#: sphinx/domains/javascript.py:133 #, python-format msgid "%s() (class)" msgstr "" -#: sphinx/domains/javascript.py:136 +#: sphinx/domains/javascript.py:135 #, python-format msgid "%s (global variable or constant)" msgstr "" -#: sphinx/domains/javascript.py:138 sphinx/domains/python.py:532 +#: sphinx/domains/javascript.py:137 sphinx/domains/python.py:533 #, python-format msgid "%s (%s attribute)" msgstr "" -#: sphinx/domains/javascript.py:204 +#: sphinx/domains/javascript.py:203 msgid "Arguments" msgstr "" -#: sphinx/domains/javascript.py:265 sphinx/domains/python.py:609 +#: sphinx/domains/javascript.py:264 sphinx/domains/python.py:610 #, python-format msgid "%s (module)" msgstr "" -#: sphinx/domains/javascript.py:299 sphinx/domains/python.py:745 +#: sphinx/domains/javascript.py:298 sphinx/domains/python.py:746 msgid "method" msgstr "" -#: sphinx/domains/javascript.py:301 sphinx/domains/python.py:742 +#: sphinx/domains/javascript.py:300 sphinx/domains/python.py:743 msgid "data" msgstr "" -#: sphinx/domains/javascript.py:302 sphinx/domains/python.py:748 +#: sphinx/domains/javascript.py:301 sphinx/domains/python.py:749 msgid "attribute" msgstr "" -#: sphinx/domains/javascript.py:303 sphinx/domains/python.py:49 -#: sphinx/domains/python.py:749 +#: sphinx/domains/javascript.py:302 sphinx/domains/python.py:49 +#: sphinx/domains/python.py:750 msgid "module" msgstr "" -#: sphinx/domains/math.py:101 sphinx/writers/latex.py:2451 +#: sphinx/domains/math.py:101 sphinx/writers/latex.py:2459 #, python-format msgid "Invalid math_eqref_format: %r" msgstr "" @@ -1964,7 +1964,7 @@ msgstr "" msgid "object" msgstr "" -#: sphinx/domains/python.py:53 sphinx/domains/python.py:744 +#: sphinx/domains/python.py:53 sphinx/domains/python.py:745 msgid "exception" msgstr "" @@ -1984,88 +1984,88 @@ msgstr "" msgid "Raises" msgstr "" -#: sphinx/domains/python.py:430 sphinx/domains/python.py:488 -#: sphinx/domains/python.py:500 sphinx/domains/python.py:513 +#: sphinx/domains/python.py:431 sphinx/domains/python.py:489 +#: sphinx/domains/python.py:501 sphinx/domains/python.py:514 #, python-format msgid "%s() (in module %s)" msgstr "" -#: sphinx/domains/python.py:433 +#: sphinx/domains/python.py:434 #, python-format msgid "%s (built-in variable)" msgstr "" -#: sphinx/domains/python.py:434 sphinx/domains/python.py:526 +#: sphinx/domains/python.py:435 sphinx/domains/python.py:527 #, python-format msgid "%s (in module %s)" msgstr "" -#: sphinx/domains/python.py:454 +#: sphinx/domains/python.py:455 #, python-format msgid "%s (built-in class)" msgstr "" -#: sphinx/domains/python.py:455 +#: sphinx/domains/python.py:456 #, python-format msgid "%s (class in %s)" msgstr "" -#: sphinx/domains/python.py:492 +#: sphinx/domains/python.py:493 #, python-format msgid "%s() (%s.%s method)" msgstr "" -#: sphinx/domains/python.py:504 +#: sphinx/domains/python.py:505 #, python-format msgid "%s() (%s.%s static method)" msgstr "" -#: sphinx/domains/python.py:507 +#: sphinx/domains/python.py:508 #, python-format msgid "%s() (%s static method)" msgstr "" -#: sphinx/domains/python.py:517 +#: sphinx/domains/python.py:518 #, python-format msgid "%s() (%s.%s class method)" msgstr "" -#: sphinx/domains/python.py:520 +#: sphinx/domains/python.py:521 #, python-format msgid "%s() (%s class method)" msgstr "" -#: sphinx/domains/python.py:530 +#: sphinx/domains/python.py:531 #, python-format msgid "%s (%s.%s attribute)" msgstr "" -#: sphinx/domains/python.py:667 +#: sphinx/domains/python.py:668 msgid "Python Module Index" msgstr "" -#: sphinx/domains/python.py:668 +#: sphinx/domains/python.py:669 msgid "modules" msgstr "" -#: sphinx/domains/python.py:719 +#: sphinx/domains/python.py:720 msgid "Deprecated" msgstr "" -#: sphinx/domains/python.py:746 +#: sphinx/domains/python.py:747 msgid "class method" msgstr "" -#: sphinx/domains/python.py:747 +#: sphinx/domains/python.py:748 msgid "static method" msgstr "" -#: sphinx/domains/python.py:879 +#: sphinx/domains/python.py:880 #, python-format msgid "more than one target found for cross-reference %r: %s" msgstr "" -#: sphinx/domains/python.py:917 +#: sphinx/domains/python.py:918 msgid " (deprecated)" msgstr "" @@ -2141,7 +2141,7 @@ msgstr "" msgid "duplicate citation %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:631 sphinx/ext/autosectionlabel.py:61 +#: sphinx/domains/std.py:631 sphinx/ext/autosectionlabel.py:56 #, python-format msgid "duplicate label %s, other instance in %s" msgstr "" @@ -2201,21 +2201,21 @@ msgid "" "another doctree directory." msgstr "" -#: sphinx/environment/__init__.py:408 +#: sphinx/environment/__init__.py:404 #, python-format msgid "Failed to scan documents in %s: %r" msgstr "" -#: sphinx/environment/__init__.py:536 +#: sphinx/environment/__init__.py:532 #, python-format msgid "Domain %r is not registered" msgstr "" -#: sphinx/environment/__init__.py:621 +#: sphinx/environment/__init__.py:617 msgid "self referenced toctree found. Ignored." msgstr "" -#: sphinx/environment/__init__.py:662 +#: sphinx/environment/__init__.py:658 msgid "document isn't included in any toctree" msgstr "" @@ -2235,6 +2235,7 @@ msgid "unknown index entry type %r" msgstr "" #: sphinx/environment/adapters/indexentries.py:156 +#: sphinx/templates/latex/sphinxmessages.sty_t:11 msgid "Symbols" msgstr "" @@ -2260,22 +2261,22 @@ msgstr "" msgid "toctree contains reference to nonexisting document %r" msgstr "" -#: sphinx/environment/collectors/asset.py:91 +#: sphinx/environment/collectors/asset.py:90 #, python-format msgid "image file not readable: %s" msgstr "" -#: sphinx/environment/collectors/asset.py:107 +#: sphinx/environment/collectors/asset.py:106 #, python-format msgid "image file %s not readable: %s" msgstr "" -#: sphinx/environment/collectors/asset.py:135 +#: sphinx/environment/collectors/asset.py:134 #, python-format msgid "download file not readable: %s" msgstr "" -#: sphinx/environment/collectors/toctree.py:197 +#: sphinx/environment/collectors/toctree.py:196 #, python-format msgid "%s is already assigned section numbers (nested numbered toctree?)" msgstr "" @@ -2419,38 +2420,38 @@ msgstr "" msgid "module %s could not be imported: %s" msgstr "" -#: sphinx/ext/doctest.py:142 +#: sphinx/ext/doctest.py:132 #, python-format msgid "missing '+' or '-' in '%s' option." msgstr "" -#: sphinx/ext/doctest.py:147 +#: sphinx/ext/doctest.py:137 #, python-format msgid "'%s' is not a valid option." msgstr "" -#: sphinx/ext/doctest.py:161 +#: sphinx/ext/doctest.py:151 #, python-format msgid "'%s' is not a valid pyversion option" msgstr "" -#: sphinx/ext/doctest.py:230 +#: sphinx/ext/doctest.py:222 msgid "invalid TestCode type" msgstr "" -#: sphinx/ext/doctest.py:291 +#: sphinx/ext/doctest.py:283 #, python-format msgid "" "Testing of doctests in the sources finished, look at the results in " "%(outdir)s/output.txt." msgstr "" -#: sphinx/ext/doctest.py:438 +#: sphinx/ext/doctest.py:446 #, python-format msgid "no code/output in %s block at %s:%s" msgstr "" -#: sphinx/ext/doctest.py:527 +#: sphinx/ext/doctest.py:535 #, python-format msgid "ignoring invalid doctest code: %r" msgstr "" @@ -2468,7 +2469,7 @@ msgstr "" msgid "Ignoring \"graphviz\" directive without content." msgstr "" -#: sphinx/ext/graphviz.py:252 +#: sphinx/ext/graphviz.py:250 #, python-format msgid "" "dot did not produce an output file:\n" @@ -2478,14 +2479,14 @@ msgid "" "%r" msgstr "" -#: sphinx/ext/graphviz.py:256 +#: sphinx/ext/graphviz.py:254 #, python-format msgid "" "dot command %r cannot be run (needed for graphviz output), check the " "graphviz_dot setting" msgstr "" -#: sphinx/ext/graphviz.py:263 +#: sphinx/ext/graphviz.py:261 #, python-format msgid "" "dot exited with error:\n" @@ -2495,23 +2496,23 @@ msgid "" "%r" msgstr "" -#: sphinx/ext/graphviz.py:273 +#: sphinx/ext/graphviz.py:271 #, python-format msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" msgstr "" -#: sphinx/ext/graphviz.py:277 sphinx/ext/graphviz.py:331 -#: sphinx/ext/graphviz.py:369 +#: sphinx/ext/graphviz.py:275 sphinx/ext/graphviz.py:329 +#: sphinx/ext/graphviz.py:367 #, python-format msgid "dot code %r: %s" msgstr "" -#: sphinx/ext/graphviz.py:384 sphinx/ext/graphviz.py:393 +#: sphinx/ext/graphviz.py:382 sphinx/ext/graphviz.py:391 #, python-format msgid "[graph: %s]" msgstr "" -#: sphinx/ext/graphviz.py:386 sphinx/ext/graphviz.py:395 +#: sphinx/ext/graphviz.py:384 sphinx/ext/graphviz.py:393 msgid "[graph]" msgstr "" @@ -2530,31 +2531,31 @@ msgid "" "%r" msgstr "" -#: sphinx/ext/imgmath.py:140 +#: sphinx/ext/imgmath.py:139 #, python-format msgid "" "LaTeX command %r cannot be run (needed for math display), check the " "imgmath_latex setting" msgstr "" -#: sphinx/ext/imgmath.py:155 +#: sphinx/ext/imgmath.py:154 #, python-format msgid "" "%s command %r cannot be run (needed for math display), check the imgmath_%s " "setting" msgstr "" -#: sphinx/ext/imgmath.py:290 +#: sphinx/ext/imgmath.py:289 #, python-format msgid "display latex %r: %s" msgstr "" -#: sphinx/ext/imgmath.py:317 +#: sphinx/ext/imgmath.py:316 #, python-format msgid "inline latex %r: %s" msgstr "" -#: sphinx/ext/imgmath.py:324 sphinx/ext/mathjax.py:54 +#: sphinx/ext/imgmath.py:323 sphinx/ext/mathjax.py:54 msgid "Permalink to this equation" msgstr "" @@ -2574,26 +2575,26 @@ msgid "" "alternatives:" msgstr "" -#: sphinx/ext/intersphinx.py:237 +#: sphinx/ext/intersphinx.py:238 msgid "failed to reach any of the inventories with the following issues:" msgstr "" -#: sphinx/ext/intersphinx.py:312 +#: sphinx/ext/intersphinx.py:311 #, python-format msgid "(in %s v%s)" msgstr "" -#: sphinx/ext/intersphinx.py:314 +#: sphinx/ext/intersphinx.py:313 #, python-format msgid "(in %s)" msgstr "" -#: sphinx/ext/intersphinx.py:348 +#: sphinx/ext/intersphinx.py:347 #, python-format msgid "intersphinx identifier %r is not string. Ignored" msgstr "" -#: sphinx/ext/intersphinx.py:361 +#: sphinx/ext/intersphinx.py:360 #, python-format msgid "Fail to read intersphinx_mapping[%s], Ignored: %r" msgstr "" @@ -2649,29 +2650,29 @@ msgstr "" msgid "

All modules for which code is available

" msgstr "" -#: sphinx/ext/autodoc/__init__.py:302 +#: sphinx/ext/autodoc/__init__.py:300 #, python-format msgid "invalid signature for auto%s (%r)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:402 +#: sphinx/ext/autodoc/__init__.py:400 #, python-format msgid "error while formatting arguments for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:514 +#: sphinx/ext/autodoc/__init__.py:512 #, python-format msgid "missing attribute %s in object %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:602 +#: sphinx/ext/autodoc/__init__.py:600 #, python-format msgid "" "autodoc: failed to determine %r to be documented.the following exception was raised:\n" "%s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:694 +#: sphinx/ext/autodoc/__init__.py:692 #, python-format msgid "" "don't know which module to import for autodocumenting %r (try placing a " @@ -2679,39 +2680,39 @@ msgid "" "explicit module name)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:788 +#: sphinx/ext/autodoc/__init__.py:786 msgid "\"::\" in automodule name doesn't make sense" msgstr "" -#: sphinx/ext/autodoc/__init__.py:796 +#: sphinx/ext/autodoc/__init__.py:794 #, python-format msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:829 +#: sphinx/ext/autodoc/__init__.py:827 #, python-format msgid "" "__all__ should be a list of strings, not %r (in module %s) -- ignoring " "__all__" msgstr "" -#: sphinx/ext/autodoc/__init__.py:844 +#: sphinx/ext/autodoc/__init__.py:842 #, python-format msgid "" "missing attribute mentioned in :members: or __all__: module %s, attribute %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1128 +#: sphinx/ext/autodoc/__init__.py:1126 #, python-format msgid "Bases: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1185 +#: sphinx/ext/autodoc/__init__.py:1183 #, python-format msgid "alias of :class:`%s`" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1470 +#: sphinx/ext/autodoc/__init__.py:1468 #, python-format msgid "Ignoring invalid option in autodoc_default_flags: %r" msgstr "" @@ -2747,17 +2748,17 @@ msgid "" "contain .rst. Skipped." msgstr "" -#: sphinx/ext/autosummary/generate.py:102 +#: sphinx/ext/autosummary/generate.py:100 #, python-format msgid "[autosummary] generating autosummary for: %s" msgstr "" -#: sphinx/ext/autosummary/generate.py:106 +#: sphinx/ext/autosummary/generate.py:104 #, python-format msgid "[autosummary] writing to %s" msgstr "" -#: sphinx/ext/autosummary/generate.py:366 +#: sphinx/ext/autosummary/generate.py:364 msgid "" "\n" "Generate ReStructuredText using autosummary directives.\n" @@ -2772,25 +2773,25 @@ msgid "" " pydoc sphinx.ext.autosummary\n" msgstr "" -#: sphinx/ext/autosummary/generate.py:383 +#: sphinx/ext/autosummary/generate.py:381 msgid "source files to generate rST files for" msgstr "" -#: sphinx/ext/autosummary/generate.py:387 +#: sphinx/ext/autosummary/generate.py:385 msgid "directory to place all output in" msgstr "" -#: sphinx/ext/autosummary/generate.py:390 +#: sphinx/ext/autosummary/generate.py:388 #, python-format msgid "default suffix for files (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:394 +#: sphinx/ext/autosummary/generate.py:392 #, python-format msgid "custom template directory (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:398 +#: sphinx/ext/autosummary/generate.py:396 #, python-format msgid "document imported members (default: %(default)s)" msgstr "" @@ -2868,6 +2869,7 @@ msgid "Warning" msgstr "" #: sphinx/templates/latex/longtable.tex_t:23 +#: sphinx/templates/latex/sphinxmessages.sty_t:8 msgid "continued from previous page" msgstr "" @@ -2875,13 +2877,29 @@ msgstr "" msgid "Continued on next page" msgstr "يتبع في الصفحة التالية" +#: sphinx/templates/latex/sphinxmessages.sty_t:9 +msgid "continues on next page" +msgstr "استمرار في الصفحة التالية" + +#: sphinx/templates/latex/sphinxmessages.sty_t:10 +msgid "Non-alphabetical" +msgstr "" + +#: sphinx/templates/latex/sphinxmessages.sty_t:12 +msgid "Numbers" +msgstr "" + +#: sphinx/templates/latex/sphinxmessages.sty_t:13 +msgid "page" +msgstr "" + #: sphinx/themes/agogo/layout.html:46 sphinx/themes/basic/globaltoc.html:10 #: sphinx/themes/basic/localtoc.html:11 sphinx/themes/scrolls/layout.html:41 msgid "Table of Contents" msgstr "" #: sphinx/themes/agogo/layout.html:51 sphinx/themes/basic/layout.html:153 -#: sphinx/themes/basic/search.html:11 sphinx/themes/basic/search.html:26 +#: sphinx/themes/basic/search.html:11 sphinx/themes/basic/search.html:21 #: sphinx/themes/basic/searchresults.html:10 msgid "Search" msgstr "" @@ -3018,13 +3036,13 @@ msgstr "الموضوع التالي" msgid "next chapter" msgstr "الفصل التالي" -#: sphinx/themes/basic/search.html:30 +#: sphinx/themes/basic/search.html:25 msgid "" "Please activate JavaScript to enable the search\n" " functionality." msgstr "" -#: sphinx/themes/basic/search.html:35 +#: sphinx/themes/basic/search.html:30 msgid "" "From here you can search these documents. Enter your search\n" " words into the box below and click \"search\". Note that the search\n" @@ -3032,20 +3050,20 @@ msgid "" " containing fewer words won't appear in the result list." msgstr "" -#: sphinx/themes/basic/search.html:42 +#: sphinx/themes/basic/search.html:37 #: sphinx/themes/basic/searchresults.html:17 msgid "search" msgstr "" -#: sphinx/themes/basic/search.html:46 +#: sphinx/themes/basic/search.html:41 #: sphinx/themes/basic/searchresults.html:21 -#: sphinx/themes/basic/static/searchtools.js:295 +#: sphinx/themes/basic/static/searchtools.js:285 msgid "Search Results" msgstr "" -#: sphinx/themes/basic/search.html:48 +#: sphinx/themes/basic/search.html:43 #: sphinx/themes/basic/searchresults.html:23 -#: sphinx/themes/basic/static/searchtools.js:297 +#: sphinx/themes/basic/static/searchtools.js:287 msgid "" "Your search did not match any documents. Please make sure that all words are" " spelled correctly and that you've selected enough categories." @@ -3103,20 +3121,20 @@ msgstr "" msgid "Hide Search Matches" msgstr "" -#: sphinx/themes/basic/static/searchtools.js:131 +#: sphinx/themes/basic/static/searchtools.js:121 msgid "Searching" msgstr "" -#: sphinx/themes/basic/static/searchtools.js:136 +#: sphinx/themes/basic/static/searchtools.js:126 msgid "Preparing search..." msgstr "" -#: sphinx/themes/basic/static/searchtools.js:299 +#: sphinx/themes/basic/static/searchtools.js:289 #, python-format msgid "Search finished, found %s page(s) matching the search query." msgstr "" -#: sphinx/themes/basic/static/searchtools.js:352 +#: sphinx/themes/basic/static/searchtools.js:342 msgid ", in " msgstr "" @@ -3133,18 +3151,18 @@ msgstr "" msgid "Contents" msgstr "" -#: sphinx/transforms/__init__.py:259 +#: sphinx/transforms/__init__.py:261 #, python-format msgid "" "4 column based index found. It might be a bug of extensions you use: %r" msgstr "" -#: sphinx/transforms/__init__.py:301 +#: sphinx/transforms/__init__.py:303 #, python-format msgid "Footnote [%s] is not referenced." msgstr "" -#: sphinx/transforms/__init__.py:307 +#: sphinx/transforms/__init__.py:309 msgid "Footnote [#] is not referenced." msgstr "" @@ -3215,7 +3233,7 @@ msgstr "" msgid "failed" msgstr "" -#: sphinx/util/docutils.py:321 +#: sphinx/util/docutils.py:320 msgid "when adding directive classes, no additional arguments may be given" msgstr "" @@ -3276,15 +3294,15 @@ msgstr "" msgid "Permalink to this code" msgstr "" -#: sphinx/writers/html.py:514 sphinx/writers/html5.py:460 +#: sphinx/writers/html.py:512 sphinx/writers/html5.py:458 msgid "Permalink to this image" msgstr "" -#: sphinx/writers/html.py:516 sphinx/writers/html5.py:462 +#: sphinx/writers/html.py:514 sphinx/writers/html5.py:460 msgid "Permalink to this toctree" msgstr "" -#: sphinx/writers/html.py:674 sphinx/writers/html5.py:608 +#: sphinx/writers/html.py:672 sphinx/writers/html5.py:606 msgid "Could not obtain image size. :scale: option is ignored." msgstr "" @@ -3321,12 +3339,12 @@ msgstr "" msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: sphinx/writers/latex.py:1843 +#: sphinx/writers/latex.py:1847 #, python-format msgid "unknown index entry type %s found" msgstr "" -#: sphinx/writers/latex.py:2552 +#: sphinx/writers/latex.py:2560 #, python-format msgid "Unknown configure key: latex_elements[%r] is ignored." msgstr "" @@ -3344,12 +3362,12 @@ msgstr "" msgid "caption not inside a figure." msgstr "" -#: sphinx/writers/texinfo.py:1421 +#: sphinx/writers/texinfo.py:1422 #, python-format msgid "unimplemented node type: %r" msgstr "" -#: sphinx/writers/texinfo.py:1426 +#: sphinx/writers/texinfo.py:1427 #, python-format msgid "unknown node type: %r" msgstr "" diff --git a/sphinx/locale/bn/LC_MESSAGES/sphinx.mo b/sphinx/locale/bn/LC_MESSAGES/sphinx.mo index 0e43532710..ea16f1233d 100644 Binary files a/sphinx/locale/bn/LC_MESSAGES/sphinx.mo and b/sphinx/locale/bn/LC_MESSAGES/sphinx.mo differ diff --git a/sphinx/locale/bn/LC_MESSAGES/sphinx.po b/sphinx/locale/bn/LC_MESSAGES/sphinx.po index 910057eb58..897bc0d6b1 100644 --- a/sphinx/locale/bn/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/bn/LC_MESSAGES/sphinx.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2019-02-18 01:52+0900\n" -"PO-Revision-Date: 2019-03-14 16:36+0000\n" +"POT-Creation-Date: 2019-03-29 01:05+0900\n" +"PO-Revision-Date: 2019-03-28 16:08+0000\n" "Last-Translator: Takeshi KOMIYA \n" "Language-Team: Bengali (http://www.transifex.com/sphinx-doc/sphinx-1/language/bn/)\n" "MIME-Version: 1.0\n" @@ -122,7 +122,7 @@ msgstr "" msgid "role %r is already registered, it will be overridden" msgstr "" -#: sphinx/application.py:1182 +#: sphinx/application.py:1179 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -130,7 +130,7 @@ msgid "" "explicit" msgstr "" -#: sphinx/application.py:1188 +#: sphinx/application.py:1185 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -138,7 +138,7 @@ msgid "" "explicit" msgstr "" -#: sphinx/application.py:1199 +#: sphinx/application.py:1196 #, python-format msgid "doing serial %s" msgstr "" @@ -587,44 +587,44 @@ msgstr "" msgid "preparing documents" msgstr "" -#: sphinx/builders/_epub_base.py:219 +#: sphinx/builders/_epub_base.py:218 #, python-format msgid "duplicated ToC entry found: %s" msgstr "" -#: sphinx/builders/_epub_base.py:415 sphinx/builders/html.py:761 -#: sphinx/builders/latex/__init__.py:413 sphinx/builders/texinfo.py:190 +#: sphinx/builders/_epub_base.py:414 sphinx/builders/html.py:761 +#: sphinx/builders/latex/__init__.py:415 sphinx/builders/texinfo.py:190 msgid "copying images... " msgstr "" -#: sphinx/builders/_epub_base.py:422 +#: sphinx/builders/_epub_base.py:421 #, python-format msgid "cannot read image file %r: copying it instead" msgstr "" -#: sphinx/builders/_epub_base.py:428 sphinx/builders/html.py:769 -#: sphinx/builders/latex/__init__.py:421 sphinx/builders/texinfo.py:198 +#: sphinx/builders/_epub_base.py:427 sphinx/builders/html.py:769 +#: sphinx/builders/latex/__init__.py:423 sphinx/builders/texinfo.py:199 #, python-format msgid "cannot copy image file %r: %s" msgstr "" -#: sphinx/builders/_epub_base.py:445 +#: sphinx/builders/_epub_base.py:444 #, python-format msgid "cannot write image file %r: %s" msgstr "" -#: sphinx/builders/_epub_base.py:456 +#: sphinx/builders/_epub_base.py:455 msgid "Pillow not found - copying image files" msgstr "" -#: sphinx/builders/_epub_base.py:491 sphinx/builders/_epub_base.py:504 -#: sphinx/builders/_epub_base.py:540 sphinx/builders/_epub_base.py:725 -#: sphinx/builders/_epub_base.py:758 sphinx/builders/epub3.py:184 +#: sphinx/builders/_epub_base.py:490 sphinx/builders/_epub_base.py:503 +#: sphinx/builders/_epub_base.py:539 sphinx/builders/_epub_base.py:724 +#: sphinx/builders/_epub_base.py:757 sphinx/builders/epub3.py:183 #, python-format msgid "writing %s file..." msgstr "" -#: sphinx/builders/_epub_base.py:566 +#: sphinx/builders/_epub_base.py:565 #, python-format msgid "unknown mimetype for %s, ignoring" msgstr "" @@ -643,19 +643,19 @@ msgstr "" msgid "writing summary file..." msgstr "" -#: sphinx/builders/changes.py:87 +#: sphinx/builders/changes.py:86 msgid "Builtins" msgstr "বিল্টইন সমূহ" -#: sphinx/builders/changes.py:89 +#: sphinx/builders/changes.py:88 msgid "Module level" msgstr "মডিউল লেভেল" -#: sphinx/builders/changes.py:134 +#: sphinx/builders/changes.py:133 msgid "copying source files..." msgstr "" -#: sphinx/builders/changes.py:141 +#: sphinx/builders/changes.py:140 #, python-format msgid "could not read %r for changelog creation" msgstr "" @@ -664,76 +664,76 @@ msgstr "" msgid "The dummy builder generates no files." msgstr "" -#: sphinx/builders/epub3.py:69 +#: sphinx/builders/epub3.py:68 #, python-format msgid "The ePub file is in %(outdir)s." msgstr "" -#: sphinx/builders/epub3.py:212 +#: sphinx/builders/epub3.py:211 msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:216 +#: sphinx/builders/epub3.py:215 msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:219 +#: sphinx/builders/epub3.py:218 msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:223 +#: sphinx/builders/epub3.py:222 msgid "conf value \"epub_author\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:226 +#: sphinx/builders/epub3.py:225 msgid "conf value \"epub_contributor\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:229 +#: sphinx/builders/epub3.py:228 msgid "conf value \"epub_description\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:232 +#: sphinx/builders/epub3.py:231 msgid "conf value \"epub_publisher\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:235 +#: sphinx/builders/epub3.py:234 msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:239 +#: sphinx/builders/epub3.py:238 msgid "conf value \"epub_identifier\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:242 +#: sphinx/builders/epub3.py:241 msgid "conf value \"version\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:257 sphinx/builders/html.py:1166 +#: sphinx/builders/epub3.py:256 sphinx/builders/html.py:1166 #, python-format msgid "invalid css_file: %r, ignored" msgstr "" -#: sphinx/builders/gettext.py:215 +#: sphinx/builders/gettext.py:221 #, python-format msgid "The message catalogs are in %(outdir)s." msgstr "" -#: sphinx/builders/gettext.py:239 +#: sphinx/builders/gettext.py:245 #, python-format msgid "building [%s]: " msgstr "" -#: sphinx/builders/gettext.py:240 +#: sphinx/builders/gettext.py:246 #, python-format msgid "targets for %d template files" msgstr "" -#: sphinx/builders/gettext.py:244 +#: sphinx/builders/gettext.py:250 msgid "reading templates... " msgstr "" -#: sphinx/builders/gettext.py:271 +#: sphinx/builders/gettext.py:277 msgid "writing message catalogs... " msgstr "" @@ -752,7 +752,7 @@ msgstr "" msgid "Failed to read build info file: %r" msgstr "" -#: sphinx/builders/html.py:488 sphinx/builders/latex/__init__.py:204 +#: sphinx/builders/html.py:488 sphinx/builders/latex/__init__.py:206 #: sphinx/transforms/__init__.py:121 sphinx/writers/manpage.py:118 #: sphinx/writers/texinfo.py:243 #, python-format @@ -805,7 +805,7 @@ msgstr "" msgid "html_static_path entry %r does not exist" msgstr "" -#: sphinx/builders/html.py:839 sphinx/builders/latex/__init__.py:398 +#: sphinx/builders/html.py:839 sphinx/builders/latex/__init__.py:400 #, python-format msgid "logo file %r does not exist" msgstr "" @@ -922,7 +922,7 @@ msgstr "" msgid "no \"man_pages\" config value found; no manual pages will be written" msgstr "" -#: sphinx/builders/latex/__init__.py:270 sphinx/builders/manpage.py:64 +#: sphinx/builders/latex/__init__.py:272 sphinx/builders/manpage.py:64 #: sphinx/builders/singlehtml.py:174 sphinx/builders/texinfo.py:120 msgid "writing" msgstr "" @@ -966,24 +966,24 @@ msgstr "" msgid "\"texinfo_documents\" config value references unknown document %s" msgstr "" -#: sphinx/builders/latex/__init__.py:253 sphinx/builders/texinfo.py:116 +#: sphinx/builders/latex/__init__.py:255 sphinx/builders/texinfo.py:116 #, python-format msgid "processing %s" msgstr "" -#: sphinx/builders/latex/__init__.py:322 sphinx/builders/texinfo.py:163 +#: sphinx/builders/latex/__init__.py:323 sphinx/builders/texinfo.py:164 msgid "resolving references..." msgstr "" -#: sphinx/builders/latex/__init__.py:332 sphinx/builders/texinfo.py:172 +#: sphinx/builders/latex/__init__.py:333 sphinx/builders/texinfo.py:173 msgid " (in " msgstr "(-" -#: sphinx/builders/texinfo.py:204 +#: sphinx/builders/texinfo.py:205 msgid "copying Texinfo support files" msgstr "" -#: sphinx/builders/texinfo.py:208 +#: sphinx/builders/texinfo.py:209 #, python-format msgid "error writing file Makefile: %s" msgstr "" @@ -1003,28 +1003,28 @@ msgstr "" msgid "The pseudo-XML files are in %(outdir)s." msgstr "" -#: sphinx/builders/latex/__init__.py:121 +#: sphinx/builders/latex/__init__.py:123 #, python-format msgid "The LaTeX files are in %(outdir)s." msgstr "" -#: sphinx/builders/latex/__init__.py:123 +#: sphinx/builders/latex/__init__.py:125 msgid "" "\n" "Run 'make' in that directory to run these through (pdf)latex\n" "(use `make latexpdf' here to do that automatically)." msgstr "" -#: sphinx/builders/latex/__init__.py:163 +#: sphinx/builders/latex/__init__.py:165 msgid "no \"latex_documents\" config value found; no documents will be written" msgstr "" -#: sphinx/builders/latex/__init__.py:171 +#: sphinx/builders/latex/__init__.py:173 #, python-format msgid "\"latex_documents\" config value references unknown document %s" msgstr "" -#: sphinx/builders/latex/__init__.py:211 sphinx/domains/std.py:501 +#: sphinx/builders/latex/__init__.py:213 sphinx/domains/std.py:501 #: sphinx/templates/latex/latex.tex_t:79 #: sphinx/themes/basic/genindex-single.html:30 #: sphinx/themes/basic/genindex-single.html:55 @@ -1036,28 +1036,28 @@ msgstr "" msgid "Index" msgstr "ইনডেক্স" -#: sphinx/builders/latex/__init__.py:214 sphinx/templates/latex/latex.tex_t:64 +#: sphinx/builders/latex/__init__.py:216 sphinx/templates/latex/latex.tex_t:64 msgid "Release" msgstr "রিলিজ" -#: sphinx/builders/latex/__init__.py:222 sphinx/writers/latex.py:549 +#: sphinx/builders/latex/__init__.py:224 sphinx/writers/latex.py:549 #, python-format msgid "no Babel option known for language %r" msgstr "" -#: sphinx/builders/latex/__init__.py:361 +#: sphinx/builders/latex/__init__.py:363 msgid "copying TeX support files" msgstr "" -#: sphinx/builders/latex/__init__.py:382 +#: sphinx/builders/latex/__init__.py:384 msgid "copying TeX support files..." msgstr "" -#: sphinx/builders/latex/__init__.py:402 +#: sphinx/builders/latex/__init__.py:404 msgid "copying additional files" msgstr "" -#: sphinx/builders/latex/__init__.py:445 +#: sphinx/builders/latex/__init__.py:447 #, python-format msgid "Unknown configure key: latex_elements[%r]. ignored." msgstr "" @@ -1120,8 +1120,8 @@ msgstr "" msgid "job number should be a positive number" msgstr "" -#: sphinx/cmd/build.py:106 sphinx/cmd/quickstart.py:498 -#: sphinx/ext/apidoc.py:298 sphinx/ext/autosummary/generate.py:365 +#: sphinx/cmd/build.py:106 sphinx/cmd/quickstart.py:497 +#: sphinx/ext/apidoc.py:298 sphinx/ext/autosummary/generate.py:363 msgid "For more information, visit ." msgstr "" @@ -1498,13 +1498,13 @@ msgstr "" msgid "Indicate which of the following Sphinx extensions should be enabled:" msgstr "" -#: sphinx/cmd/quickstart.py:354 +#: sphinx/cmd/quickstart.py:353 msgid "" "Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " "been deselected." msgstr "" -#: sphinx/cmd/quickstart.py:359 +#: sphinx/cmd/quickstart.py:358 msgid "" "\n" "A Makefile and a Windows command file can be generated for you so that you\n" @@ -1512,29 +1512,29 @@ msgid "" "directly." msgstr "" -#: sphinx/cmd/quickstart.py:363 +#: sphinx/cmd/quickstart.py:362 msgid "Create Makefile? (y/n)" msgstr "" -#: sphinx/cmd/quickstart.py:366 +#: sphinx/cmd/quickstart.py:365 msgid "Create Windows command file? (y/n)" msgstr "" -#: sphinx/cmd/quickstart.py:409 sphinx/ext/apidoc.py:74 +#: sphinx/cmd/quickstart.py:408 sphinx/ext/apidoc.py:74 #, python-format msgid "Creating file %s." msgstr "" -#: sphinx/cmd/quickstart.py:414 sphinx/ext/apidoc.py:72 +#: sphinx/cmd/quickstart.py:413 sphinx/ext/apidoc.py:72 #, python-format msgid "File %s already exists, skipping." msgstr "" -#: sphinx/cmd/quickstart.py:450 +#: sphinx/cmd/quickstart.py:449 msgid "Finished: An initial directory structure has been created." msgstr "" -#: sphinx/cmd/quickstart.py:451 +#: sphinx/cmd/quickstart.py:450 #, python-format msgid "" "\n" @@ -1542,26 +1542,26 @@ msgid "" "source files. " msgstr "" -#: sphinx/cmd/quickstart.py:453 +#: sphinx/cmd/quickstart.py:452 msgid "" "Use the Makefile to build the docs, like so:\n" " make builder\n" msgstr "" -#: sphinx/cmd/quickstart.py:456 +#: sphinx/cmd/quickstart.py:455 #, python-format msgid "" "Use the sphinx-build command to build the docs, like so:\n" " sphinx-build -b builder %s %s\n" msgstr "" -#: sphinx/cmd/quickstart.py:459 +#: sphinx/cmd/quickstart.py:458 msgid "" "where \"builder\" is one of the supported builders, e.g. html, latex or " "linkcheck.\n" msgstr "" -#: sphinx/cmd/quickstart.py:499 +#: sphinx/cmd/quickstart.py:498 msgid "" "\n" "Generate required files for a Sphinx project.\n" @@ -1571,131 +1571,131 @@ msgid "" "Makefile to be used with sphinx-build.\n" msgstr "" -#: sphinx/cmd/quickstart.py:509 +#: sphinx/cmd/quickstart.py:508 msgid "quiet mode" msgstr "" -#: sphinx/cmd/quickstart.py:514 +#: sphinx/cmd/quickstart.py:513 msgid "output path" msgstr "" -#: sphinx/cmd/quickstart.py:516 +#: sphinx/cmd/quickstart.py:515 msgid "Structure options" msgstr "" -#: sphinx/cmd/quickstart.py:518 +#: sphinx/cmd/quickstart.py:517 msgid "if specified, separate source and build dirs" msgstr "" -#: sphinx/cmd/quickstart.py:520 +#: sphinx/cmd/quickstart.py:519 msgid "replacement for dot in _templates etc." msgstr "" -#: sphinx/cmd/quickstart.py:522 +#: sphinx/cmd/quickstart.py:521 msgid "Project basic options" msgstr "" -#: sphinx/cmd/quickstart.py:524 +#: sphinx/cmd/quickstart.py:523 msgid "project name" msgstr "" -#: sphinx/cmd/quickstart.py:526 +#: sphinx/cmd/quickstart.py:525 msgid "author names" msgstr "" -#: sphinx/cmd/quickstart.py:528 +#: sphinx/cmd/quickstart.py:527 msgid "version of project" msgstr "" -#: sphinx/cmd/quickstart.py:530 +#: sphinx/cmd/quickstart.py:529 msgid "release of project" msgstr "" -#: sphinx/cmd/quickstart.py:532 +#: sphinx/cmd/quickstart.py:531 msgid "document language" msgstr "" -#: sphinx/cmd/quickstart.py:534 +#: sphinx/cmd/quickstart.py:533 msgid "source file suffix" msgstr "" -#: sphinx/cmd/quickstart.py:536 +#: sphinx/cmd/quickstart.py:535 msgid "master document name" msgstr "" -#: sphinx/cmd/quickstart.py:538 +#: sphinx/cmd/quickstart.py:537 msgid "use epub" msgstr "" -#: sphinx/cmd/quickstart.py:540 +#: sphinx/cmd/quickstart.py:539 msgid "Extension options" msgstr "" -#: sphinx/cmd/quickstart.py:544 sphinx/ext/apidoc.py:379 +#: sphinx/cmd/quickstart.py:543 sphinx/ext/apidoc.py:379 #, python-format msgid "enable %s extension" msgstr "" -#: sphinx/cmd/quickstart.py:546 sphinx/ext/apidoc.py:375 +#: sphinx/cmd/quickstart.py:545 sphinx/ext/apidoc.py:375 msgid "enable arbitrary extensions" msgstr "" -#: sphinx/cmd/quickstart.py:548 +#: sphinx/cmd/quickstart.py:547 msgid "Makefile and Batchfile creation" msgstr "" -#: sphinx/cmd/quickstart.py:550 +#: sphinx/cmd/quickstart.py:549 msgid "create makefile" msgstr "" -#: sphinx/cmd/quickstart.py:552 +#: sphinx/cmd/quickstart.py:551 msgid "do not create makefile" msgstr "" -#: sphinx/cmd/quickstart.py:554 +#: sphinx/cmd/quickstart.py:553 msgid "create batchfile" msgstr "" -#: sphinx/cmd/quickstart.py:557 +#: sphinx/cmd/quickstart.py:556 msgid "do not create batchfile" msgstr "" -#: sphinx/cmd/quickstart.py:560 +#: sphinx/cmd/quickstart.py:559 msgid "use make-mode for Makefile/make.bat" msgstr "" -#: sphinx/cmd/quickstart.py:563 +#: sphinx/cmd/quickstart.py:562 msgid "do not use make-mode for Makefile/make.bat" msgstr "" -#: sphinx/cmd/quickstart.py:565 +#: sphinx/cmd/quickstart.py:564 msgid "Project templating" msgstr "" -#: sphinx/cmd/quickstart.py:568 +#: sphinx/cmd/quickstart.py:567 msgid "template directory for template files" msgstr "" -#: sphinx/cmd/quickstart.py:571 +#: sphinx/cmd/quickstart.py:570 msgid "define a template variable" msgstr "" -#: sphinx/cmd/quickstart.py:605 +#: sphinx/cmd/quickstart.py:604 msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." msgstr "" -#: sphinx/cmd/quickstart.py:619 +#: sphinx/cmd/quickstart.py:618 msgid "" "Error: specified path is not a directory, or sphinx files already exist." msgstr "" -#: sphinx/cmd/quickstart.py:621 +#: sphinx/cmd/quickstart.py:620 msgid "" "sphinx-quickstart only generate into a empty directory. Please specify a new" " root path." msgstr "" -#: sphinx/cmd/quickstart.py:636 +#: sphinx/cmd/quickstart.py:635 #, python-format msgid "Invalid template variable: %s" msgstr "" @@ -1767,17 +1767,17 @@ msgstr "লেখক:" msgid "%s %s" msgstr "" -#: sphinx/domains/c.py:64 sphinx/domains/cpp.py:6371 +#: sphinx/domains/c.py:64 sphinx/domains/cpp.py:6445 #: sphinx/domains/python.py:210 sphinx/ext/napoleon/docstring.py:696 msgid "Parameters" msgstr "প্যারামিটার" -#: sphinx/domains/c.py:67 sphinx/domains/cpp.py:6380 -#: sphinx/domains/javascript.py:210 sphinx/domains/python.py:222 +#: sphinx/domains/c.py:67 sphinx/domains/cpp.py:6454 +#: sphinx/domains/javascript.py:209 sphinx/domains/python.py:222 msgid "Returns" msgstr "রিটার্নস" -#: sphinx/domains/c.py:69 sphinx/domains/javascript.py:212 +#: sphinx/domains/c.py:69 sphinx/domains/javascript.py:211 #: sphinx/domains/python.py:224 msgid "Return type" msgstr "রিটার্ন টাইপ" @@ -1807,12 +1807,12 @@ msgstr "%s (C টাইপ)" msgid "%s (C variable)" msgstr "%s (C ভ্যারিয়েবল)" -#: sphinx/domains/c.py:258 sphinx/domains/cpp.py:6956 -#: sphinx/domains/javascript.py:298 sphinx/domains/python.py:741 +#: sphinx/domains/c.py:258 sphinx/domains/cpp.py:7029 +#: sphinx/domains/javascript.py:297 sphinx/domains/python.py:742 msgid "function" msgstr "ফাংশন" -#: sphinx/domains/c.py:259 sphinx/domains/cpp.py:6957 +#: sphinx/domains/c.py:259 sphinx/domains/cpp.py:7030 msgid "member" msgstr "" @@ -1820,7 +1820,7 @@ msgstr "" msgid "macro" msgstr "" -#: sphinx/domains/c.py:261 sphinx/domains/cpp.py:6958 +#: sphinx/domains/c.py:261 sphinx/domains/cpp.py:7031 msgid "type" msgstr "" @@ -1843,106 +1843,106 @@ msgstr "%s ভার্সনে পরিবর্তিত" msgid "Deprecated since version %s" msgstr "%s ভার্সন থেকে ডেপ্রিকেটেড" -#: sphinx/domains/cpp.py:4297 +#: sphinx/domains/cpp.py:4323 #, python-format msgid "" "Duplicate declaration, also defined in '%s'.\n" "Declaration is '%s'." msgstr "" -#: sphinx/domains/cpp.py:6374 +#: sphinx/domains/cpp.py:6448 msgid "Template Parameters" msgstr "" -#: sphinx/domains/cpp.py:6377 sphinx/domains/javascript.py:207 +#: sphinx/domains/cpp.py:6451 sphinx/domains/javascript.py:206 msgid "Throws" msgstr "" -#: sphinx/domains/cpp.py:6505 +#: sphinx/domains/cpp.py:6579 #, python-format msgid "%s (C++ %s)" msgstr "" -#: sphinx/domains/cpp.py:6954 sphinx/domains/javascript.py:300 -#: sphinx/domains/python.py:743 +#: sphinx/domains/cpp.py:7027 sphinx/domains/javascript.py:299 +#: sphinx/domains/python.py:744 msgid "class" msgstr "ক্লাস" -#: sphinx/domains/cpp.py:6955 +#: sphinx/domains/cpp.py:7028 msgid "union" msgstr "" -#: sphinx/domains/cpp.py:6959 +#: sphinx/domains/cpp.py:7032 msgid "concept" msgstr "" -#: sphinx/domains/cpp.py:6960 +#: sphinx/domains/cpp.py:7033 msgid "enum" msgstr "" -#: sphinx/domains/cpp.py:6961 +#: sphinx/domains/cpp.py:7034 msgid "enumerator" msgstr "" -#: sphinx/domains/cpp.py:7054 +#: sphinx/domains/cpp.py:7127 #, python-format msgid "" "Duplicate declaration, also defined in '%s'.\n" "Name of declaration is '%s'." msgstr "" -#: sphinx/domains/javascript.py:131 sphinx/domains/python.py:429 +#: sphinx/domains/javascript.py:130 sphinx/domains/python.py:430 #, python-format msgid "%s() (built-in function)" msgstr "%s() (বিল্ট-ইন ফাংশন)" -#: sphinx/domains/javascript.py:132 sphinx/domains/python.py:494 +#: sphinx/domains/javascript.py:131 sphinx/domains/python.py:495 #, python-format msgid "%s() (%s method)" msgstr "%s() (%s মেথড)" -#: sphinx/domains/javascript.py:134 +#: sphinx/domains/javascript.py:133 #, python-format msgid "%s() (class)" msgstr "%s() (ক্লাসে)" -#: sphinx/domains/javascript.py:136 +#: sphinx/domains/javascript.py:135 #, python-format msgid "%s (global variable or constant)" msgstr "" -#: sphinx/domains/javascript.py:138 sphinx/domains/python.py:532 +#: sphinx/domains/javascript.py:137 sphinx/domains/python.py:533 #, python-format msgid "%s (%s attribute)" msgstr "%s (%s এ্যট্রিবিউট)" -#: sphinx/domains/javascript.py:204 +#: sphinx/domains/javascript.py:203 msgid "Arguments" msgstr "" -#: sphinx/domains/javascript.py:265 sphinx/domains/python.py:609 +#: sphinx/domains/javascript.py:264 sphinx/domains/python.py:610 #, python-format msgid "%s (module)" msgstr "%s (মডিউল)" -#: sphinx/domains/javascript.py:299 sphinx/domains/python.py:745 +#: sphinx/domains/javascript.py:298 sphinx/domains/python.py:746 msgid "method" msgstr "মেথড" -#: sphinx/domains/javascript.py:301 sphinx/domains/python.py:742 +#: sphinx/domains/javascript.py:300 sphinx/domains/python.py:743 msgid "data" msgstr "ডাটা" -#: sphinx/domains/javascript.py:302 sphinx/domains/python.py:748 +#: sphinx/domains/javascript.py:301 sphinx/domains/python.py:749 msgid "attribute" msgstr "এ্যট্রিবিউট" -#: sphinx/domains/javascript.py:303 sphinx/domains/python.py:49 -#: sphinx/domains/python.py:749 +#: sphinx/domains/javascript.py:302 sphinx/domains/python.py:49 +#: sphinx/domains/python.py:750 msgid "module" msgstr "মডিউল" -#: sphinx/domains/math.py:101 sphinx/writers/latex.py:2451 +#: sphinx/domains/math.py:101 sphinx/writers/latex.py:2459 #, python-format msgid "Invalid math_eqref_format: %r" msgstr "" @@ -1964,7 +1964,7 @@ msgstr "অপারেটর" msgid "object" msgstr "অবজেক্ট" -#: sphinx/domains/python.py:53 sphinx/domains/python.py:744 +#: sphinx/domains/python.py:53 sphinx/domains/python.py:745 msgid "exception" msgstr "এক্সেপশন" @@ -1984,88 +1984,88 @@ msgstr "" msgid "Raises" msgstr "রেইজেস" -#: sphinx/domains/python.py:430 sphinx/domains/python.py:488 -#: sphinx/domains/python.py:500 sphinx/domains/python.py:513 +#: sphinx/domains/python.py:431 sphinx/domains/python.py:489 +#: sphinx/domains/python.py:501 sphinx/domains/python.py:514 #, python-format msgid "%s() (in module %s)" msgstr "%s() (%s মডিউলে)" -#: sphinx/domains/python.py:433 +#: sphinx/domains/python.py:434 #, python-format msgid "%s (built-in variable)" msgstr "%s (বিল্ট-ইন ভ্যারিয়েবল)" -#: sphinx/domains/python.py:434 sphinx/domains/python.py:526 +#: sphinx/domains/python.py:435 sphinx/domains/python.py:527 #, python-format msgid "%s (in module %s)" msgstr "%s (%s মডিউলে)" -#: sphinx/domains/python.py:454 +#: sphinx/domains/python.py:455 #, python-format msgid "%s (built-in class)" msgstr "%s (বিল্ট-ইন ক্লাস)" -#: sphinx/domains/python.py:455 +#: sphinx/domains/python.py:456 #, python-format msgid "%s (class in %s)" msgstr "%s (%s ক্লাসে)" -#: sphinx/domains/python.py:492 +#: sphinx/domains/python.py:493 #, python-format msgid "%s() (%s.%s method)" msgstr "%s (%s.%s মেথড)" -#: sphinx/domains/python.py:504 +#: sphinx/domains/python.py:505 #, python-format msgid "%s() (%s.%s static method)" msgstr "%s (%s.%s স্ট্যাটিক মেথড)" -#: sphinx/domains/python.py:507 +#: sphinx/domains/python.py:508 #, python-format msgid "%s() (%s static method)" msgstr "%s() (%s স্ট্যাটিক মেথড)" -#: sphinx/domains/python.py:517 +#: sphinx/domains/python.py:518 #, python-format msgid "%s() (%s.%s class method)" msgstr "%s() (%s.%s ক্লাস মেথড)" -#: sphinx/domains/python.py:520 +#: sphinx/domains/python.py:521 #, python-format msgid "%s() (%s class method)" msgstr "%s() (%s ক্লাস মেথড)" -#: sphinx/domains/python.py:530 +#: sphinx/domains/python.py:531 #, python-format msgid "%s (%s.%s attribute)" msgstr "%s (%s.%s এ্যট্রিবিউট)" -#: sphinx/domains/python.py:667 +#: sphinx/domains/python.py:668 msgid "Python Module Index" msgstr "" -#: sphinx/domains/python.py:668 +#: sphinx/domains/python.py:669 msgid "modules" msgstr "মডিউল সমূহ" -#: sphinx/domains/python.py:719 +#: sphinx/domains/python.py:720 msgid "Deprecated" msgstr "ডেপ্রিকেটেড" -#: sphinx/domains/python.py:746 +#: sphinx/domains/python.py:747 msgid "class method" msgstr "ক্লাস মেথড" -#: sphinx/domains/python.py:747 +#: sphinx/domains/python.py:748 msgid "static method" msgstr "স্ট্যাটিক মেথড" -#: sphinx/domains/python.py:879 +#: sphinx/domains/python.py:880 #, python-format msgid "more than one target found for cross-reference %r: %s" msgstr "" -#: sphinx/domains/python.py:917 +#: sphinx/domains/python.py:918 msgid " (deprecated)" msgstr "" @@ -2141,7 +2141,7 @@ msgstr "অনুসন্ধান পাতা" msgid "duplicate citation %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:631 sphinx/ext/autosectionlabel.py:61 +#: sphinx/domains/std.py:631 sphinx/ext/autosectionlabel.py:56 #, python-format msgid "duplicate label %s, other instance in %s" msgstr "" @@ -2201,21 +2201,21 @@ msgid "" "another doctree directory." msgstr "" -#: sphinx/environment/__init__.py:408 +#: sphinx/environment/__init__.py:404 #, python-format msgid "Failed to scan documents in %s: %r" msgstr "" -#: sphinx/environment/__init__.py:536 +#: sphinx/environment/__init__.py:532 #, python-format msgid "Domain %r is not registered" msgstr "" -#: sphinx/environment/__init__.py:621 +#: sphinx/environment/__init__.py:617 msgid "self referenced toctree found. Ignored." msgstr "" -#: sphinx/environment/__init__.py:662 +#: sphinx/environment/__init__.py:658 msgid "document isn't included in any toctree" msgstr "" @@ -2235,6 +2235,7 @@ msgid "unknown index entry type %r" msgstr "" #: sphinx/environment/adapters/indexentries.py:156 +#: sphinx/templates/latex/sphinxmessages.sty_t:11 msgid "Symbols" msgstr "" @@ -2260,22 +2261,22 @@ msgstr "" msgid "toctree contains reference to nonexisting document %r" msgstr "" -#: sphinx/environment/collectors/asset.py:91 +#: sphinx/environment/collectors/asset.py:90 #, python-format msgid "image file not readable: %s" msgstr "" -#: sphinx/environment/collectors/asset.py:107 +#: sphinx/environment/collectors/asset.py:106 #, python-format msgid "image file %s not readable: %s" msgstr "" -#: sphinx/environment/collectors/asset.py:135 +#: sphinx/environment/collectors/asset.py:134 #, python-format msgid "download file not readable: %s" msgstr "" -#: sphinx/environment/collectors/toctree.py:197 +#: sphinx/environment/collectors/toctree.py:196 #, python-format msgid "%s is already assigned section numbers (nested numbered toctree?)" msgstr "" @@ -2419,38 +2420,38 @@ msgstr "" msgid "module %s could not be imported: %s" msgstr "" -#: sphinx/ext/doctest.py:142 +#: sphinx/ext/doctest.py:132 #, python-format msgid "missing '+' or '-' in '%s' option." msgstr "" -#: sphinx/ext/doctest.py:147 +#: sphinx/ext/doctest.py:137 #, python-format msgid "'%s' is not a valid option." msgstr "" -#: sphinx/ext/doctest.py:161 +#: sphinx/ext/doctest.py:151 #, python-format msgid "'%s' is not a valid pyversion option" msgstr "" -#: sphinx/ext/doctest.py:230 +#: sphinx/ext/doctest.py:222 msgid "invalid TestCode type" msgstr "" -#: sphinx/ext/doctest.py:291 +#: sphinx/ext/doctest.py:283 #, python-format msgid "" "Testing of doctests in the sources finished, look at the results in " "%(outdir)s/output.txt." msgstr "" -#: sphinx/ext/doctest.py:438 +#: sphinx/ext/doctest.py:446 #, python-format msgid "no code/output in %s block at %s:%s" msgstr "" -#: sphinx/ext/doctest.py:527 +#: sphinx/ext/doctest.py:535 #, python-format msgid "ignoring invalid doctest code: %r" msgstr "" @@ -2468,7 +2469,7 @@ msgstr "" msgid "Ignoring \"graphviz\" directive without content." msgstr "" -#: sphinx/ext/graphviz.py:252 +#: sphinx/ext/graphviz.py:250 #, python-format msgid "" "dot did not produce an output file:\n" @@ -2478,14 +2479,14 @@ msgid "" "%r" msgstr "" -#: sphinx/ext/graphviz.py:256 +#: sphinx/ext/graphviz.py:254 #, python-format msgid "" "dot command %r cannot be run (needed for graphviz output), check the " "graphviz_dot setting" msgstr "" -#: sphinx/ext/graphviz.py:263 +#: sphinx/ext/graphviz.py:261 #, python-format msgid "" "dot exited with error:\n" @@ -2495,23 +2496,23 @@ msgid "" "%r" msgstr "" -#: sphinx/ext/graphviz.py:273 +#: sphinx/ext/graphviz.py:271 #, python-format msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" msgstr "" -#: sphinx/ext/graphviz.py:277 sphinx/ext/graphviz.py:331 -#: sphinx/ext/graphviz.py:369 +#: sphinx/ext/graphviz.py:275 sphinx/ext/graphviz.py:329 +#: sphinx/ext/graphviz.py:367 #, python-format msgid "dot code %r: %s" msgstr "" -#: sphinx/ext/graphviz.py:384 sphinx/ext/graphviz.py:393 +#: sphinx/ext/graphviz.py:382 sphinx/ext/graphviz.py:391 #, python-format msgid "[graph: %s]" msgstr "" -#: sphinx/ext/graphviz.py:386 sphinx/ext/graphviz.py:395 +#: sphinx/ext/graphviz.py:384 sphinx/ext/graphviz.py:393 msgid "[graph]" msgstr "" @@ -2530,31 +2531,31 @@ msgid "" "%r" msgstr "" -#: sphinx/ext/imgmath.py:140 +#: sphinx/ext/imgmath.py:139 #, python-format msgid "" "LaTeX command %r cannot be run (needed for math display), check the " "imgmath_latex setting" msgstr "" -#: sphinx/ext/imgmath.py:155 +#: sphinx/ext/imgmath.py:154 #, python-format msgid "" "%s command %r cannot be run (needed for math display), check the imgmath_%s " "setting" msgstr "" -#: sphinx/ext/imgmath.py:290 +#: sphinx/ext/imgmath.py:289 #, python-format msgid "display latex %r: %s" msgstr "" -#: sphinx/ext/imgmath.py:317 +#: sphinx/ext/imgmath.py:316 #, python-format msgid "inline latex %r: %s" msgstr "" -#: sphinx/ext/imgmath.py:324 sphinx/ext/mathjax.py:54 +#: sphinx/ext/imgmath.py:323 sphinx/ext/mathjax.py:54 msgid "Permalink to this equation" msgstr "" @@ -2574,26 +2575,26 @@ msgid "" "alternatives:" msgstr "" -#: sphinx/ext/intersphinx.py:237 +#: sphinx/ext/intersphinx.py:238 msgid "failed to reach any of the inventories with the following issues:" msgstr "" -#: sphinx/ext/intersphinx.py:312 +#: sphinx/ext/intersphinx.py:311 #, python-format msgid "(in %s v%s)" msgstr "" -#: sphinx/ext/intersphinx.py:314 +#: sphinx/ext/intersphinx.py:313 #, python-format msgid "(in %s)" msgstr "" -#: sphinx/ext/intersphinx.py:348 +#: sphinx/ext/intersphinx.py:347 #, python-format msgid "intersphinx identifier %r is not string. Ignored" msgstr "" -#: sphinx/ext/intersphinx.py:361 +#: sphinx/ext/intersphinx.py:360 #, python-format msgid "Fail to read intersphinx_mapping[%s], Ignored: %r" msgstr "" @@ -2649,29 +2650,29 @@ msgstr "" msgid "

All modules for which code is available

" msgstr "" -#: sphinx/ext/autodoc/__init__.py:302 +#: sphinx/ext/autodoc/__init__.py:300 #, python-format msgid "invalid signature for auto%s (%r)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:402 +#: sphinx/ext/autodoc/__init__.py:400 #, python-format msgid "error while formatting arguments for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:514 +#: sphinx/ext/autodoc/__init__.py:512 #, python-format msgid "missing attribute %s in object %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:602 +#: sphinx/ext/autodoc/__init__.py:600 #, python-format msgid "" "autodoc: failed to determine %r to be documented.the following exception was raised:\n" "%s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:694 +#: sphinx/ext/autodoc/__init__.py:692 #, python-format msgid "" "don't know which module to import for autodocumenting %r (try placing a " @@ -2679,39 +2680,39 @@ msgid "" "explicit module name)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:788 +#: sphinx/ext/autodoc/__init__.py:786 msgid "\"::\" in automodule name doesn't make sense" msgstr "" -#: sphinx/ext/autodoc/__init__.py:796 +#: sphinx/ext/autodoc/__init__.py:794 #, python-format msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:829 +#: sphinx/ext/autodoc/__init__.py:827 #, python-format msgid "" "__all__ should be a list of strings, not %r (in module %s) -- ignoring " "__all__" msgstr "" -#: sphinx/ext/autodoc/__init__.py:844 +#: sphinx/ext/autodoc/__init__.py:842 #, python-format msgid "" "missing attribute mentioned in :members: or __all__: module %s, attribute %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1128 +#: sphinx/ext/autodoc/__init__.py:1126 #, python-format msgid "Bases: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1185 +#: sphinx/ext/autodoc/__init__.py:1183 #, python-format msgid "alias of :class:`%s`" msgstr ":class:`%s` এর উপনাম" -#: sphinx/ext/autodoc/__init__.py:1470 +#: sphinx/ext/autodoc/__init__.py:1468 #, python-format msgid "Ignoring invalid option in autodoc_default_flags: %r" msgstr "" @@ -2747,17 +2748,17 @@ msgid "" "contain .rst. Skipped." msgstr "" -#: sphinx/ext/autosummary/generate.py:102 +#: sphinx/ext/autosummary/generate.py:100 #, python-format msgid "[autosummary] generating autosummary for: %s" msgstr "" -#: sphinx/ext/autosummary/generate.py:106 +#: sphinx/ext/autosummary/generate.py:104 #, python-format msgid "[autosummary] writing to %s" msgstr "" -#: sphinx/ext/autosummary/generate.py:366 +#: sphinx/ext/autosummary/generate.py:364 msgid "" "\n" "Generate ReStructuredText using autosummary directives.\n" @@ -2772,25 +2773,25 @@ msgid "" " pydoc sphinx.ext.autosummary\n" msgstr "" -#: sphinx/ext/autosummary/generate.py:383 +#: sphinx/ext/autosummary/generate.py:381 msgid "source files to generate rST files for" msgstr "" -#: sphinx/ext/autosummary/generate.py:387 +#: sphinx/ext/autosummary/generate.py:385 msgid "directory to place all output in" msgstr "" -#: sphinx/ext/autosummary/generate.py:390 +#: sphinx/ext/autosummary/generate.py:388 #, python-format msgid "default suffix for files (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:394 +#: sphinx/ext/autosummary/generate.py:392 #, python-format msgid "custom template directory (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:398 +#: sphinx/ext/autosummary/generate.py:396 #, python-format msgid "document imported members (default: %(default)s)" msgstr "" @@ -2868,6 +2869,7 @@ msgid "Warning" msgstr "সতর্কতা" #: sphinx/templates/latex/longtable.tex_t:23 +#: sphinx/templates/latex/sphinxmessages.sty_t:8 msgid "continued from previous page" msgstr "পূর্ববর্তী পাতা হতে চলমান" @@ -2875,13 +2877,29 @@ msgstr "পূর্ববর্তী পাতা হতে চলমান" msgid "Continued on next page" msgstr "পরবর্তী পাতাতে চলমান" +#: sphinx/templates/latex/sphinxmessages.sty_t:9 +msgid "continues on next page" +msgstr "" + +#: sphinx/templates/latex/sphinxmessages.sty_t:10 +msgid "Non-alphabetical" +msgstr "" + +#: sphinx/templates/latex/sphinxmessages.sty_t:12 +msgid "Numbers" +msgstr "" + +#: sphinx/templates/latex/sphinxmessages.sty_t:13 +msgid "page" +msgstr "" + #: sphinx/themes/agogo/layout.html:46 sphinx/themes/basic/globaltoc.html:10 #: sphinx/themes/basic/localtoc.html:11 sphinx/themes/scrolls/layout.html:41 msgid "Table of Contents" msgstr "" #: sphinx/themes/agogo/layout.html:51 sphinx/themes/basic/layout.html:153 -#: sphinx/themes/basic/search.html:11 sphinx/themes/basic/search.html:26 +#: sphinx/themes/basic/search.html:11 sphinx/themes/basic/search.html:21 #: sphinx/themes/basic/searchresults.html:10 msgid "Search" msgstr "অনুসন্ধান" @@ -3018,13 +3036,13 @@ msgstr "পরবর্তী টপিক" msgid "next chapter" msgstr "পরবর্তী অধ্যায়" -#: sphinx/themes/basic/search.html:30 +#: sphinx/themes/basic/search.html:25 msgid "" "Please activate JavaScript to enable the search\n" " functionality." msgstr "অনুসন্ধান করার জন্য অনুগ্রহপূর্বক জাভাস্ক্রিপ্ট \n সক্রিয় করুন।" -#: sphinx/themes/basic/search.html:35 +#: sphinx/themes/basic/search.html:30 msgid "" "From here you can search these documents. Enter your search\n" " words into the box below and click \"search\". Note that the search\n" @@ -3032,20 +3050,20 @@ msgid "" " containing fewer words won't appear in the result list." msgstr "এখান থেকে এই নথিগুলোতে আপনি অনুসন্ধান করতে পারবেন। \n আপনার কাঙ্ক্ষিত শব্দসমূহ নিচের বাক্সে লিখুন এবং \"অনুসন্ধান\" বাটনে ক্লিক করুন।\n উল্লেখ্য, সকল শব্দসমূহের উপস্থিতি নিয়ে অনুসন্ধান করা হবে। যেসব পাতায় সকল\n শব্দ নেই সেগুলো বাদ দেয়া হবে।" -#: sphinx/themes/basic/search.html:42 +#: sphinx/themes/basic/search.html:37 #: sphinx/themes/basic/searchresults.html:17 msgid "search" msgstr "খুঁজুন" -#: sphinx/themes/basic/search.html:46 +#: sphinx/themes/basic/search.html:41 #: sphinx/themes/basic/searchresults.html:21 -#: sphinx/themes/basic/static/searchtools.js:295 +#: sphinx/themes/basic/static/searchtools.js:285 msgid "Search Results" msgstr "অনুসন্ধানের ফলাফল" -#: sphinx/themes/basic/search.html:48 +#: sphinx/themes/basic/search.html:43 #: sphinx/themes/basic/searchresults.html:23 -#: sphinx/themes/basic/static/searchtools.js:297 +#: sphinx/themes/basic/static/searchtools.js:287 msgid "" "Your search did not match any documents. Please make sure that all words are" " spelled correctly and that you've selected enough categories." @@ -3103,20 +3121,20 @@ msgstr "এই সংজ্ঞার পার্মালিঙ্ক" msgid "Hide Search Matches" msgstr "অনুসন্ধানের ম্যাচগুলো লুকান" -#: sphinx/themes/basic/static/searchtools.js:131 +#: sphinx/themes/basic/static/searchtools.js:121 msgid "Searching" msgstr "" -#: sphinx/themes/basic/static/searchtools.js:136 +#: sphinx/themes/basic/static/searchtools.js:126 msgid "Preparing search..." msgstr "" -#: sphinx/themes/basic/static/searchtools.js:299 +#: sphinx/themes/basic/static/searchtools.js:289 #, python-format msgid "Search finished, found %s page(s) matching the search query." msgstr "" -#: sphinx/themes/basic/static/searchtools.js:352 +#: sphinx/themes/basic/static/searchtools.js:342 msgid ", in " msgstr "" @@ -3133,18 +3151,18 @@ msgstr "" msgid "Contents" msgstr "" -#: sphinx/transforms/__init__.py:259 +#: sphinx/transforms/__init__.py:261 #, python-format msgid "" "4 column based index found. It might be a bug of extensions you use: %r" msgstr "" -#: sphinx/transforms/__init__.py:301 +#: sphinx/transforms/__init__.py:303 #, python-format msgid "Footnote [%s] is not referenced." msgstr "" -#: sphinx/transforms/__init__.py:307 +#: sphinx/transforms/__init__.py:309 msgid "Footnote [#] is not referenced." msgstr "" @@ -3215,7 +3233,7 @@ msgstr "" msgid "failed" msgstr "" -#: sphinx/util/docutils.py:321 +#: sphinx/util/docutils.py:320 msgid "when adding directive classes, no additional arguments may be given" msgstr "" @@ -3276,15 +3294,15 @@ msgstr "" msgid "Permalink to this code" msgstr "" -#: sphinx/writers/html.py:514 sphinx/writers/html5.py:460 +#: sphinx/writers/html.py:512 sphinx/writers/html5.py:458 msgid "Permalink to this image" msgstr "" -#: sphinx/writers/html.py:516 sphinx/writers/html5.py:462 +#: sphinx/writers/html.py:514 sphinx/writers/html5.py:460 msgid "Permalink to this toctree" msgstr "" -#: sphinx/writers/html.py:674 sphinx/writers/html5.py:608 +#: sphinx/writers/html.py:672 sphinx/writers/html5.py:606 msgid "Could not obtain image size. :scale: option is ignored." msgstr "" @@ -3321,12 +3339,12 @@ msgstr "" msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: sphinx/writers/latex.py:1843 +#: sphinx/writers/latex.py:1847 #, python-format msgid "unknown index entry type %s found" msgstr "" -#: sphinx/writers/latex.py:2552 +#: sphinx/writers/latex.py:2560 #, python-format msgid "Unknown configure key: latex_elements[%r] is ignored." msgstr "" @@ -3344,12 +3362,12 @@ msgstr "[ছবি]" msgid "caption not inside a figure." msgstr "" -#: sphinx/writers/texinfo.py:1421 +#: sphinx/writers/texinfo.py:1422 #, python-format msgid "unimplemented node type: %r" msgstr "" -#: sphinx/writers/texinfo.py:1426 +#: sphinx/writers/texinfo.py:1427 #, python-format msgid "unknown node type: %r" msgstr "" diff --git a/sphinx/locale/ca/LC_MESSAGES/sphinx.mo b/sphinx/locale/ca/LC_MESSAGES/sphinx.mo index d0194dc4ba..6c7252806b 100644 Binary files a/sphinx/locale/ca/LC_MESSAGES/sphinx.mo and b/sphinx/locale/ca/LC_MESSAGES/sphinx.mo differ diff --git a/sphinx/locale/ca/LC_MESSAGES/sphinx.po b/sphinx/locale/ca/LC_MESSAGES/sphinx.po index fdaf2d3728..16c5dd220c 100644 --- a/sphinx/locale/ca/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/ca/LC_MESSAGES/sphinx.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2019-02-18 01:52+0900\n" -"PO-Revision-Date: 2019-03-14 16:36+0000\n" +"POT-Creation-Date: 2019-03-29 01:05+0900\n" +"PO-Revision-Date: 2019-03-28 16:08+0000\n" "Last-Translator: Takeshi KOMIYA \n" "Language-Team: Catalan (http://www.transifex.com/sphinx-doc/sphinx-1/language/ca/)\n" "MIME-Version: 1.0\n" @@ -122,7 +122,7 @@ msgstr "" msgid "role %r is already registered, it will be overridden" msgstr "" -#: sphinx/application.py:1182 +#: sphinx/application.py:1179 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -130,7 +130,7 @@ msgid "" "explicit" msgstr "" -#: sphinx/application.py:1188 +#: sphinx/application.py:1185 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -138,7 +138,7 @@ msgid "" "explicit" msgstr "" -#: sphinx/application.py:1199 +#: sphinx/application.py:1196 #, python-format msgid "doing serial %s" msgstr "" @@ -587,44 +587,44 @@ msgstr "" msgid "preparing documents" msgstr "" -#: sphinx/builders/_epub_base.py:219 +#: sphinx/builders/_epub_base.py:218 #, python-format msgid "duplicated ToC entry found: %s" msgstr "" -#: sphinx/builders/_epub_base.py:415 sphinx/builders/html.py:761 -#: sphinx/builders/latex/__init__.py:413 sphinx/builders/texinfo.py:190 +#: sphinx/builders/_epub_base.py:414 sphinx/builders/html.py:761 +#: sphinx/builders/latex/__init__.py:415 sphinx/builders/texinfo.py:190 msgid "copying images... " msgstr "" -#: sphinx/builders/_epub_base.py:422 +#: sphinx/builders/_epub_base.py:421 #, python-format msgid "cannot read image file %r: copying it instead" msgstr "" -#: sphinx/builders/_epub_base.py:428 sphinx/builders/html.py:769 -#: sphinx/builders/latex/__init__.py:421 sphinx/builders/texinfo.py:198 +#: sphinx/builders/_epub_base.py:427 sphinx/builders/html.py:769 +#: sphinx/builders/latex/__init__.py:423 sphinx/builders/texinfo.py:199 #, python-format msgid "cannot copy image file %r: %s" msgstr "" -#: sphinx/builders/_epub_base.py:445 +#: sphinx/builders/_epub_base.py:444 #, python-format msgid "cannot write image file %r: %s" msgstr "" -#: sphinx/builders/_epub_base.py:456 +#: sphinx/builders/_epub_base.py:455 msgid "Pillow not found - copying image files" msgstr "" -#: sphinx/builders/_epub_base.py:491 sphinx/builders/_epub_base.py:504 -#: sphinx/builders/_epub_base.py:540 sphinx/builders/_epub_base.py:725 -#: sphinx/builders/_epub_base.py:758 sphinx/builders/epub3.py:184 +#: sphinx/builders/_epub_base.py:490 sphinx/builders/_epub_base.py:503 +#: sphinx/builders/_epub_base.py:539 sphinx/builders/_epub_base.py:724 +#: sphinx/builders/_epub_base.py:757 sphinx/builders/epub3.py:183 #, python-format msgid "writing %s file..." msgstr "" -#: sphinx/builders/_epub_base.py:566 +#: sphinx/builders/_epub_base.py:565 #, python-format msgid "unknown mimetype for %s, ignoring" msgstr "" @@ -643,19 +643,19 @@ msgstr "" msgid "writing summary file..." msgstr "" -#: sphinx/builders/changes.py:87 +#: sphinx/builders/changes.py:86 msgid "Builtins" msgstr "Mòduls Interns" -#: sphinx/builders/changes.py:89 +#: sphinx/builders/changes.py:88 msgid "Module level" msgstr "Nivell de mòdul" -#: sphinx/builders/changes.py:134 +#: sphinx/builders/changes.py:133 msgid "copying source files..." msgstr "" -#: sphinx/builders/changes.py:141 +#: sphinx/builders/changes.py:140 #, python-format msgid "could not read %r for changelog creation" msgstr "" @@ -664,76 +664,76 @@ msgstr "" msgid "The dummy builder generates no files." msgstr "" -#: sphinx/builders/epub3.py:69 +#: sphinx/builders/epub3.py:68 #, python-format msgid "The ePub file is in %(outdir)s." msgstr "" -#: sphinx/builders/epub3.py:212 +#: sphinx/builders/epub3.py:211 msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:216 +#: sphinx/builders/epub3.py:215 msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:219 +#: sphinx/builders/epub3.py:218 msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:223 +#: sphinx/builders/epub3.py:222 msgid "conf value \"epub_author\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:226 +#: sphinx/builders/epub3.py:225 msgid "conf value \"epub_contributor\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:229 +#: sphinx/builders/epub3.py:228 msgid "conf value \"epub_description\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:232 +#: sphinx/builders/epub3.py:231 msgid "conf value \"epub_publisher\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:235 +#: sphinx/builders/epub3.py:234 msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:239 +#: sphinx/builders/epub3.py:238 msgid "conf value \"epub_identifier\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:242 +#: sphinx/builders/epub3.py:241 msgid "conf value \"version\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:257 sphinx/builders/html.py:1166 +#: sphinx/builders/epub3.py:256 sphinx/builders/html.py:1166 #, python-format msgid "invalid css_file: %r, ignored" msgstr "" -#: sphinx/builders/gettext.py:215 +#: sphinx/builders/gettext.py:221 #, python-format msgid "The message catalogs are in %(outdir)s." msgstr "" -#: sphinx/builders/gettext.py:239 +#: sphinx/builders/gettext.py:245 #, python-format msgid "building [%s]: " msgstr "" -#: sphinx/builders/gettext.py:240 +#: sphinx/builders/gettext.py:246 #, python-format msgid "targets for %d template files" msgstr "" -#: sphinx/builders/gettext.py:244 +#: sphinx/builders/gettext.py:250 msgid "reading templates... " msgstr "" -#: sphinx/builders/gettext.py:271 +#: sphinx/builders/gettext.py:277 msgid "writing message catalogs... " msgstr "" @@ -752,7 +752,7 @@ msgstr "" msgid "Failed to read build info file: %r" msgstr "" -#: sphinx/builders/html.py:488 sphinx/builders/latex/__init__.py:204 +#: sphinx/builders/html.py:488 sphinx/builders/latex/__init__.py:206 #: sphinx/transforms/__init__.py:121 sphinx/writers/manpage.py:118 #: sphinx/writers/texinfo.py:243 #, python-format @@ -805,7 +805,7 @@ msgstr "" msgid "html_static_path entry %r does not exist" msgstr "" -#: sphinx/builders/html.py:839 sphinx/builders/latex/__init__.py:398 +#: sphinx/builders/html.py:839 sphinx/builders/latex/__init__.py:400 #, python-format msgid "logo file %r does not exist" msgstr "" @@ -922,7 +922,7 @@ msgstr "" msgid "no \"man_pages\" config value found; no manual pages will be written" msgstr "" -#: sphinx/builders/latex/__init__.py:270 sphinx/builders/manpage.py:64 +#: sphinx/builders/latex/__init__.py:272 sphinx/builders/manpage.py:64 #: sphinx/builders/singlehtml.py:174 sphinx/builders/texinfo.py:120 msgid "writing" msgstr "" @@ -966,24 +966,24 @@ msgstr "" msgid "\"texinfo_documents\" config value references unknown document %s" msgstr "" -#: sphinx/builders/latex/__init__.py:253 sphinx/builders/texinfo.py:116 +#: sphinx/builders/latex/__init__.py:255 sphinx/builders/texinfo.py:116 #, python-format msgid "processing %s" msgstr "" -#: sphinx/builders/latex/__init__.py:322 sphinx/builders/texinfo.py:163 +#: sphinx/builders/latex/__init__.py:323 sphinx/builders/texinfo.py:164 msgid "resolving references..." msgstr "" -#: sphinx/builders/latex/__init__.py:332 sphinx/builders/texinfo.py:172 +#: sphinx/builders/latex/__init__.py:333 sphinx/builders/texinfo.py:173 msgid " (in " msgstr " (a " -#: sphinx/builders/texinfo.py:204 +#: sphinx/builders/texinfo.py:205 msgid "copying Texinfo support files" msgstr "" -#: sphinx/builders/texinfo.py:208 +#: sphinx/builders/texinfo.py:209 #, python-format msgid "error writing file Makefile: %s" msgstr "" @@ -1003,28 +1003,28 @@ msgstr "" msgid "The pseudo-XML files are in %(outdir)s." msgstr "" -#: sphinx/builders/latex/__init__.py:121 +#: sphinx/builders/latex/__init__.py:123 #, python-format msgid "The LaTeX files are in %(outdir)s." msgstr "" -#: sphinx/builders/latex/__init__.py:123 +#: sphinx/builders/latex/__init__.py:125 msgid "" "\n" "Run 'make' in that directory to run these through (pdf)latex\n" "(use `make latexpdf' here to do that automatically)." msgstr "" -#: sphinx/builders/latex/__init__.py:163 +#: sphinx/builders/latex/__init__.py:165 msgid "no \"latex_documents\" config value found; no documents will be written" msgstr "" -#: sphinx/builders/latex/__init__.py:171 +#: sphinx/builders/latex/__init__.py:173 #, python-format msgid "\"latex_documents\" config value references unknown document %s" msgstr "" -#: sphinx/builders/latex/__init__.py:211 sphinx/domains/std.py:501 +#: sphinx/builders/latex/__init__.py:213 sphinx/domains/std.py:501 #: sphinx/templates/latex/latex.tex_t:79 #: sphinx/themes/basic/genindex-single.html:30 #: sphinx/themes/basic/genindex-single.html:55 @@ -1036,28 +1036,28 @@ msgstr "" msgid "Index" msgstr "Índex" -#: sphinx/builders/latex/__init__.py:214 sphinx/templates/latex/latex.tex_t:64 +#: sphinx/builders/latex/__init__.py:216 sphinx/templates/latex/latex.tex_t:64 msgid "Release" msgstr "Versió" -#: sphinx/builders/latex/__init__.py:222 sphinx/writers/latex.py:549 +#: sphinx/builders/latex/__init__.py:224 sphinx/writers/latex.py:549 #, python-format msgid "no Babel option known for language %r" msgstr "" -#: sphinx/builders/latex/__init__.py:361 +#: sphinx/builders/latex/__init__.py:363 msgid "copying TeX support files" msgstr "" -#: sphinx/builders/latex/__init__.py:382 +#: sphinx/builders/latex/__init__.py:384 msgid "copying TeX support files..." msgstr "" -#: sphinx/builders/latex/__init__.py:402 +#: sphinx/builders/latex/__init__.py:404 msgid "copying additional files" msgstr "" -#: sphinx/builders/latex/__init__.py:445 +#: sphinx/builders/latex/__init__.py:447 #, python-format msgid "Unknown configure key: latex_elements[%r]. ignored." msgstr "" @@ -1120,8 +1120,8 @@ msgstr "" msgid "job number should be a positive number" msgstr "" -#: sphinx/cmd/build.py:106 sphinx/cmd/quickstart.py:498 -#: sphinx/ext/apidoc.py:298 sphinx/ext/autosummary/generate.py:365 +#: sphinx/cmd/build.py:106 sphinx/cmd/quickstart.py:497 +#: sphinx/ext/apidoc.py:298 sphinx/ext/autosummary/generate.py:363 msgid "For more information, visit ." msgstr "" @@ -1498,13 +1498,13 @@ msgstr "" msgid "Indicate which of the following Sphinx extensions should be enabled:" msgstr "" -#: sphinx/cmd/quickstart.py:354 +#: sphinx/cmd/quickstart.py:353 msgid "" "Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " "been deselected." msgstr "" -#: sphinx/cmd/quickstart.py:359 +#: sphinx/cmd/quickstart.py:358 msgid "" "\n" "A Makefile and a Windows command file can be generated for you so that you\n" @@ -1512,29 +1512,29 @@ msgid "" "directly." msgstr "" -#: sphinx/cmd/quickstart.py:363 +#: sphinx/cmd/quickstart.py:362 msgid "Create Makefile? (y/n)" msgstr "" -#: sphinx/cmd/quickstart.py:366 +#: sphinx/cmd/quickstart.py:365 msgid "Create Windows command file? (y/n)" msgstr "" -#: sphinx/cmd/quickstart.py:409 sphinx/ext/apidoc.py:74 +#: sphinx/cmd/quickstart.py:408 sphinx/ext/apidoc.py:74 #, python-format msgid "Creating file %s." msgstr "" -#: sphinx/cmd/quickstart.py:414 sphinx/ext/apidoc.py:72 +#: sphinx/cmd/quickstart.py:413 sphinx/ext/apidoc.py:72 #, python-format msgid "File %s already exists, skipping." msgstr "" -#: sphinx/cmd/quickstart.py:450 +#: sphinx/cmd/quickstart.py:449 msgid "Finished: An initial directory structure has been created." msgstr "" -#: sphinx/cmd/quickstart.py:451 +#: sphinx/cmd/quickstart.py:450 #, python-format msgid "" "\n" @@ -1542,26 +1542,26 @@ msgid "" "source files. " msgstr "" -#: sphinx/cmd/quickstart.py:453 +#: sphinx/cmd/quickstart.py:452 msgid "" "Use the Makefile to build the docs, like so:\n" " make builder\n" msgstr "" -#: sphinx/cmd/quickstart.py:456 +#: sphinx/cmd/quickstart.py:455 #, python-format msgid "" "Use the sphinx-build command to build the docs, like so:\n" " sphinx-build -b builder %s %s\n" msgstr "" -#: sphinx/cmd/quickstart.py:459 +#: sphinx/cmd/quickstart.py:458 msgid "" "where \"builder\" is one of the supported builders, e.g. html, latex or " "linkcheck.\n" msgstr "" -#: sphinx/cmd/quickstart.py:499 +#: sphinx/cmd/quickstart.py:498 msgid "" "\n" "Generate required files for a Sphinx project.\n" @@ -1571,131 +1571,131 @@ msgid "" "Makefile to be used with sphinx-build.\n" msgstr "" -#: sphinx/cmd/quickstart.py:509 +#: sphinx/cmd/quickstart.py:508 msgid "quiet mode" msgstr "" -#: sphinx/cmd/quickstart.py:514 +#: sphinx/cmd/quickstart.py:513 msgid "output path" msgstr "" -#: sphinx/cmd/quickstart.py:516 +#: sphinx/cmd/quickstart.py:515 msgid "Structure options" msgstr "" -#: sphinx/cmd/quickstart.py:518 +#: sphinx/cmd/quickstart.py:517 msgid "if specified, separate source and build dirs" msgstr "" -#: sphinx/cmd/quickstart.py:520 +#: sphinx/cmd/quickstart.py:519 msgid "replacement for dot in _templates etc." msgstr "" -#: sphinx/cmd/quickstart.py:522 +#: sphinx/cmd/quickstart.py:521 msgid "Project basic options" msgstr "" -#: sphinx/cmd/quickstart.py:524 +#: sphinx/cmd/quickstart.py:523 msgid "project name" msgstr "" -#: sphinx/cmd/quickstart.py:526 +#: sphinx/cmd/quickstart.py:525 msgid "author names" msgstr "" -#: sphinx/cmd/quickstart.py:528 +#: sphinx/cmd/quickstart.py:527 msgid "version of project" msgstr "" -#: sphinx/cmd/quickstart.py:530 +#: sphinx/cmd/quickstart.py:529 msgid "release of project" msgstr "" -#: sphinx/cmd/quickstart.py:532 +#: sphinx/cmd/quickstart.py:531 msgid "document language" msgstr "" -#: sphinx/cmd/quickstart.py:534 +#: sphinx/cmd/quickstart.py:533 msgid "source file suffix" msgstr "" -#: sphinx/cmd/quickstart.py:536 +#: sphinx/cmd/quickstart.py:535 msgid "master document name" msgstr "" -#: sphinx/cmd/quickstart.py:538 +#: sphinx/cmd/quickstart.py:537 msgid "use epub" msgstr "" -#: sphinx/cmd/quickstart.py:540 +#: sphinx/cmd/quickstart.py:539 msgid "Extension options" msgstr "" -#: sphinx/cmd/quickstart.py:544 sphinx/ext/apidoc.py:379 +#: sphinx/cmd/quickstart.py:543 sphinx/ext/apidoc.py:379 #, python-format msgid "enable %s extension" msgstr "" -#: sphinx/cmd/quickstart.py:546 sphinx/ext/apidoc.py:375 +#: sphinx/cmd/quickstart.py:545 sphinx/ext/apidoc.py:375 msgid "enable arbitrary extensions" msgstr "" -#: sphinx/cmd/quickstart.py:548 +#: sphinx/cmd/quickstart.py:547 msgid "Makefile and Batchfile creation" msgstr "" -#: sphinx/cmd/quickstart.py:550 +#: sphinx/cmd/quickstart.py:549 msgid "create makefile" msgstr "" -#: sphinx/cmd/quickstart.py:552 +#: sphinx/cmd/quickstart.py:551 msgid "do not create makefile" msgstr "" -#: sphinx/cmd/quickstart.py:554 +#: sphinx/cmd/quickstart.py:553 msgid "create batchfile" msgstr "" -#: sphinx/cmd/quickstart.py:557 +#: sphinx/cmd/quickstart.py:556 msgid "do not create batchfile" msgstr "" -#: sphinx/cmd/quickstart.py:560 +#: sphinx/cmd/quickstart.py:559 msgid "use make-mode for Makefile/make.bat" msgstr "" -#: sphinx/cmd/quickstart.py:563 +#: sphinx/cmd/quickstart.py:562 msgid "do not use make-mode for Makefile/make.bat" msgstr "" -#: sphinx/cmd/quickstart.py:565 +#: sphinx/cmd/quickstart.py:564 msgid "Project templating" msgstr "" -#: sphinx/cmd/quickstart.py:568 +#: sphinx/cmd/quickstart.py:567 msgid "template directory for template files" msgstr "" -#: sphinx/cmd/quickstart.py:571 +#: sphinx/cmd/quickstart.py:570 msgid "define a template variable" msgstr "" -#: sphinx/cmd/quickstart.py:605 +#: sphinx/cmd/quickstart.py:604 msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." msgstr "" -#: sphinx/cmd/quickstart.py:619 +#: sphinx/cmd/quickstart.py:618 msgid "" "Error: specified path is not a directory, or sphinx files already exist." msgstr "" -#: sphinx/cmd/quickstart.py:621 +#: sphinx/cmd/quickstart.py:620 msgid "" "sphinx-quickstart only generate into a empty directory. Please specify a new" " root path." msgstr "" -#: sphinx/cmd/quickstart.py:636 +#: sphinx/cmd/quickstart.py:635 #, python-format msgid "Invalid template variable: %s" msgstr "" @@ -1767,17 +1767,17 @@ msgstr "Autor: " msgid "%s %s" msgstr "" -#: sphinx/domains/c.py:64 sphinx/domains/cpp.py:6371 +#: sphinx/domains/c.py:64 sphinx/domains/cpp.py:6445 #: sphinx/domains/python.py:210 sphinx/ext/napoleon/docstring.py:696 msgid "Parameters" msgstr "Paràmetres" -#: sphinx/domains/c.py:67 sphinx/domains/cpp.py:6380 -#: sphinx/domains/javascript.py:210 sphinx/domains/python.py:222 +#: sphinx/domains/c.py:67 sphinx/domains/cpp.py:6454 +#: sphinx/domains/javascript.py:209 sphinx/domains/python.py:222 msgid "Returns" msgstr "Retorna" -#: sphinx/domains/c.py:69 sphinx/domains/javascript.py:212 +#: sphinx/domains/c.py:69 sphinx/domains/javascript.py:211 #: sphinx/domains/python.py:224 msgid "Return type" msgstr "Tipus de retorn" @@ -1807,12 +1807,12 @@ msgstr "%s (tipus de C)" msgid "%s (C variable)" msgstr "%s (variable de C)" -#: sphinx/domains/c.py:258 sphinx/domains/cpp.py:6956 -#: sphinx/domains/javascript.py:298 sphinx/domains/python.py:741 +#: sphinx/domains/c.py:258 sphinx/domains/cpp.py:7029 +#: sphinx/domains/javascript.py:297 sphinx/domains/python.py:742 msgid "function" msgstr "funció" -#: sphinx/domains/c.py:259 sphinx/domains/cpp.py:6957 +#: sphinx/domains/c.py:259 sphinx/domains/cpp.py:7030 msgid "member" msgstr "membre" @@ -1820,7 +1820,7 @@ msgstr "membre" msgid "macro" msgstr "macro" -#: sphinx/domains/c.py:261 sphinx/domains/cpp.py:6958 +#: sphinx/domains/c.py:261 sphinx/domains/cpp.py:7031 msgid "type" msgstr "tipus" @@ -1843,106 +1843,106 @@ msgstr "Canviat a la versió %s" msgid "Deprecated since version %s" msgstr "Obsolet desde la versió %s" -#: sphinx/domains/cpp.py:4297 +#: sphinx/domains/cpp.py:4323 #, python-format msgid "" "Duplicate declaration, also defined in '%s'.\n" "Declaration is '%s'." msgstr "" -#: sphinx/domains/cpp.py:6374 +#: sphinx/domains/cpp.py:6448 msgid "Template Parameters" msgstr "" -#: sphinx/domains/cpp.py:6377 sphinx/domains/javascript.py:207 +#: sphinx/domains/cpp.py:6451 sphinx/domains/javascript.py:206 msgid "Throws" msgstr "" -#: sphinx/domains/cpp.py:6505 +#: sphinx/domains/cpp.py:6579 #, python-format msgid "%s (C++ %s)" msgstr "" -#: sphinx/domains/cpp.py:6954 sphinx/domains/javascript.py:300 -#: sphinx/domains/python.py:743 +#: sphinx/domains/cpp.py:7027 sphinx/domains/javascript.py:299 +#: sphinx/domains/python.py:744 msgid "class" msgstr "class" -#: sphinx/domains/cpp.py:6955 +#: sphinx/domains/cpp.py:7028 msgid "union" msgstr "" -#: sphinx/domains/cpp.py:6959 +#: sphinx/domains/cpp.py:7032 msgid "concept" msgstr "" -#: sphinx/domains/cpp.py:6960 +#: sphinx/domains/cpp.py:7033 msgid "enum" msgstr "" -#: sphinx/domains/cpp.py:6961 +#: sphinx/domains/cpp.py:7034 msgid "enumerator" msgstr "" -#: sphinx/domains/cpp.py:7054 +#: sphinx/domains/cpp.py:7127 #, python-format msgid "" "Duplicate declaration, also defined in '%s'.\n" "Name of declaration is '%s'." msgstr "" -#: sphinx/domains/javascript.py:131 sphinx/domains/python.py:429 +#: sphinx/domains/javascript.py:130 sphinx/domains/python.py:430 #, python-format msgid "%s() (built-in function)" msgstr "%s() (funció interna)" -#: sphinx/domains/javascript.py:132 sphinx/domains/python.py:494 +#: sphinx/domains/javascript.py:131 sphinx/domains/python.py:495 #, python-format msgid "%s() (%s method)" msgstr "%s() (mètode %s)" -#: sphinx/domains/javascript.py:134 +#: sphinx/domains/javascript.py:133 #, python-format msgid "%s() (class)" msgstr "%s() (class)" -#: sphinx/domains/javascript.py:136 +#: sphinx/domains/javascript.py:135 #, python-format msgid "%s (global variable or constant)" msgstr "" -#: sphinx/domains/javascript.py:138 sphinx/domains/python.py:532 +#: sphinx/domains/javascript.py:137 sphinx/domains/python.py:533 #, python-format msgid "%s (%s attribute)" msgstr "%s (atribut %s)" -#: sphinx/domains/javascript.py:204 +#: sphinx/domains/javascript.py:203 msgid "Arguments" msgstr "" -#: sphinx/domains/javascript.py:265 sphinx/domains/python.py:609 +#: sphinx/domains/javascript.py:264 sphinx/domains/python.py:610 #, python-format msgid "%s (module)" msgstr "%s (mòdul)" -#: sphinx/domains/javascript.py:299 sphinx/domains/python.py:745 +#: sphinx/domains/javascript.py:298 sphinx/domains/python.py:746 msgid "method" msgstr "" -#: sphinx/domains/javascript.py:301 sphinx/domains/python.py:742 +#: sphinx/domains/javascript.py:300 sphinx/domains/python.py:743 msgid "data" msgstr "" -#: sphinx/domains/javascript.py:302 sphinx/domains/python.py:748 +#: sphinx/domains/javascript.py:301 sphinx/domains/python.py:749 msgid "attribute" msgstr "atribut" -#: sphinx/domains/javascript.py:303 sphinx/domains/python.py:49 -#: sphinx/domains/python.py:749 +#: sphinx/domains/javascript.py:302 sphinx/domains/python.py:49 +#: sphinx/domains/python.py:750 msgid "module" msgstr "mòdul" -#: sphinx/domains/math.py:101 sphinx/writers/latex.py:2451 +#: sphinx/domains/math.py:101 sphinx/writers/latex.py:2459 #, python-format msgid "Invalid math_eqref_format: %r" msgstr "" @@ -1964,7 +1964,7 @@ msgstr "operador" msgid "object" msgstr "objecte" -#: sphinx/domains/python.py:53 sphinx/domains/python.py:744 +#: sphinx/domains/python.py:53 sphinx/domains/python.py:745 msgid "exception" msgstr "excepció" @@ -1984,88 +1984,88 @@ msgstr "" msgid "Raises" msgstr "Llença" -#: sphinx/domains/python.py:430 sphinx/domains/python.py:488 -#: sphinx/domains/python.py:500 sphinx/domains/python.py:513 +#: sphinx/domains/python.py:431 sphinx/domains/python.py:489 +#: sphinx/domains/python.py:501 sphinx/domains/python.py:514 #, python-format msgid "%s() (in module %s)" msgstr "%s() (al mòdul %s)" -#: sphinx/domains/python.py:433 +#: sphinx/domains/python.py:434 #, python-format msgid "%s (built-in variable)" msgstr "%s (variable interna)" -#: sphinx/domains/python.py:434 sphinx/domains/python.py:526 +#: sphinx/domains/python.py:435 sphinx/domains/python.py:527 #, python-format msgid "%s (in module %s)" msgstr "%s (al mòdul %s)" -#: sphinx/domains/python.py:454 +#: sphinx/domains/python.py:455 #, python-format msgid "%s (built-in class)" msgstr "%s (classe interna)" -#: sphinx/domains/python.py:455 +#: sphinx/domains/python.py:456 #, python-format msgid "%s (class in %s)" msgstr "%s (class a %s)" -#: sphinx/domains/python.py:492 +#: sphinx/domains/python.py:493 #, python-format msgid "%s() (%s.%s method)" msgstr "%s() (mètode %s.%s)" -#: sphinx/domains/python.py:504 +#: sphinx/domains/python.py:505 #, python-format msgid "%s() (%s.%s static method)" msgstr "%s() (mètode estàtic %s.%s)" -#: sphinx/domains/python.py:507 +#: sphinx/domains/python.py:508 #, python-format msgid "%s() (%s static method)" msgstr "%s() (mètode estàtic %s)" -#: sphinx/domains/python.py:517 +#: sphinx/domains/python.py:518 #, python-format msgid "%s() (%s.%s class method)" msgstr "" -#: sphinx/domains/python.py:520 +#: sphinx/domains/python.py:521 #, python-format msgid "%s() (%s class method)" msgstr "" -#: sphinx/domains/python.py:530 +#: sphinx/domains/python.py:531 #, python-format msgid "%s (%s.%s attribute)" msgstr "%s (atribut %s.%s)" -#: sphinx/domains/python.py:667 +#: sphinx/domains/python.py:668 msgid "Python Module Index" msgstr "" -#: sphinx/domains/python.py:668 +#: sphinx/domains/python.py:669 msgid "modules" msgstr "mòduls" -#: sphinx/domains/python.py:719 +#: sphinx/domains/python.py:720 msgid "Deprecated" msgstr "Obsolet" -#: sphinx/domains/python.py:746 +#: sphinx/domains/python.py:747 msgid "class method" msgstr "" -#: sphinx/domains/python.py:747 +#: sphinx/domains/python.py:748 msgid "static method" msgstr "mètode estàtic" -#: sphinx/domains/python.py:879 +#: sphinx/domains/python.py:880 #, python-format msgid "more than one target found for cross-reference %r: %s" msgstr "" -#: sphinx/domains/python.py:917 +#: sphinx/domains/python.py:918 msgid " (deprecated)" msgstr " (obsolet)" @@ -2141,7 +2141,7 @@ msgstr "Pàgina de Cerca" msgid "duplicate citation %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:631 sphinx/ext/autosectionlabel.py:61 +#: sphinx/domains/std.py:631 sphinx/ext/autosectionlabel.py:56 #, python-format msgid "duplicate label %s, other instance in %s" msgstr "" @@ -2201,21 +2201,21 @@ msgid "" "another doctree directory." msgstr "" -#: sphinx/environment/__init__.py:408 +#: sphinx/environment/__init__.py:404 #, python-format msgid "Failed to scan documents in %s: %r" msgstr "" -#: sphinx/environment/__init__.py:536 +#: sphinx/environment/__init__.py:532 #, python-format msgid "Domain %r is not registered" msgstr "" -#: sphinx/environment/__init__.py:621 +#: sphinx/environment/__init__.py:617 msgid "self referenced toctree found. Ignored." msgstr "" -#: sphinx/environment/__init__.py:662 +#: sphinx/environment/__init__.py:658 msgid "document isn't included in any toctree" msgstr "" @@ -2235,6 +2235,7 @@ msgid "unknown index entry type %r" msgstr "" #: sphinx/environment/adapters/indexentries.py:156 +#: sphinx/templates/latex/sphinxmessages.sty_t:11 msgid "Symbols" msgstr "" @@ -2260,22 +2261,22 @@ msgstr "" msgid "toctree contains reference to nonexisting document %r" msgstr "" -#: sphinx/environment/collectors/asset.py:91 +#: sphinx/environment/collectors/asset.py:90 #, python-format msgid "image file not readable: %s" msgstr "" -#: sphinx/environment/collectors/asset.py:107 +#: sphinx/environment/collectors/asset.py:106 #, python-format msgid "image file %s not readable: %s" msgstr "" -#: sphinx/environment/collectors/asset.py:135 +#: sphinx/environment/collectors/asset.py:134 #, python-format msgid "download file not readable: %s" msgstr "" -#: sphinx/environment/collectors/toctree.py:197 +#: sphinx/environment/collectors/toctree.py:196 #, python-format msgid "%s is already assigned section numbers (nested numbered toctree?)" msgstr "" @@ -2419,38 +2420,38 @@ msgstr "" msgid "module %s could not be imported: %s" msgstr "" -#: sphinx/ext/doctest.py:142 +#: sphinx/ext/doctest.py:132 #, python-format msgid "missing '+' or '-' in '%s' option." msgstr "" -#: sphinx/ext/doctest.py:147 +#: sphinx/ext/doctest.py:137 #, python-format msgid "'%s' is not a valid option." msgstr "" -#: sphinx/ext/doctest.py:161 +#: sphinx/ext/doctest.py:151 #, python-format msgid "'%s' is not a valid pyversion option" msgstr "" -#: sphinx/ext/doctest.py:230 +#: sphinx/ext/doctest.py:222 msgid "invalid TestCode type" msgstr "" -#: sphinx/ext/doctest.py:291 +#: sphinx/ext/doctest.py:283 #, python-format msgid "" "Testing of doctests in the sources finished, look at the results in " "%(outdir)s/output.txt." msgstr "" -#: sphinx/ext/doctest.py:438 +#: sphinx/ext/doctest.py:446 #, python-format msgid "no code/output in %s block at %s:%s" msgstr "" -#: sphinx/ext/doctest.py:527 +#: sphinx/ext/doctest.py:535 #, python-format msgid "ignoring invalid doctest code: %r" msgstr "" @@ -2468,7 +2469,7 @@ msgstr "" msgid "Ignoring \"graphviz\" directive without content." msgstr "" -#: sphinx/ext/graphviz.py:252 +#: sphinx/ext/graphviz.py:250 #, python-format msgid "" "dot did not produce an output file:\n" @@ -2478,14 +2479,14 @@ msgid "" "%r" msgstr "" -#: sphinx/ext/graphviz.py:256 +#: sphinx/ext/graphviz.py:254 #, python-format msgid "" "dot command %r cannot be run (needed for graphviz output), check the " "graphviz_dot setting" msgstr "" -#: sphinx/ext/graphviz.py:263 +#: sphinx/ext/graphviz.py:261 #, python-format msgid "" "dot exited with error:\n" @@ -2495,23 +2496,23 @@ msgid "" "%r" msgstr "" -#: sphinx/ext/graphviz.py:273 +#: sphinx/ext/graphviz.py:271 #, python-format msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" msgstr "" -#: sphinx/ext/graphviz.py:277 sphinx/ext/graphviz.py:331 -#: sphinx/ext/graphviz.py:369 +#: sphinx/ext/graphviz.py:275 sphinx/ext/graphviz.py:329 +#: sphinx/ext/graphviz.py:367 #, python-format msgid "dot code %r: %s" msgstr "" -#: sphinx/ext/graphviz.py:384 sphinx/ext/graphviz.py:393 +#: sphinx/ext/graphviz.py:382 sphinx/ext/graphviz.py:391 #, python-format msgid "[graph: %s]" msgstr "" -#: sphinx/ext/graphviz.py:386 sphinx/ext/graphviz.py:395 +#: sphinx/ext/graphviz.py:384 sphinx/ext/graphviz.py:393 msgid "[graph]" msgstr "" @@ -2530,31 +2531,31 @@ msgid "" "%r" msgstr "" -#: sphinx/ext/imgmath.py:140 +#: sphinx/ext/imgmath.py:139 #, python-format msgid "" "LaTeX command %r cannot be run (needed for math display), check the " "imgmath_latex setting" msgstr "" -#: sphinx/ext/imgmath.py:155 +#: sphinx/ext/imgmath.py:154 #, python-format msgid "" "%s command %r cannot be run (needed for math display), check the imgmath_%s " "setting" msgstr "" -#: sphinx/ext/imgmath.py:290 +#: sphinx/ext/imgmath.py:289 #, python-format msgid "display latex %r: %s" msgstr "" -#: sphinx/ext/imgmath.py:317 +#: sphinx/ext/imgmath.py:316 #, python-format msgid "inline latex %r: %s" msgstr "" -#: sphinx/ext/imgmath.py:324 sphinx/ext/mathjax.py:54 +#: sphinx/ext/imgmath.py:323 sphinx/ext/mathjax.py:54 msgid "Permalink to this equation" msgstr "" @@ -2574,26 +2575,26 @@ msgid "" "alternatives:" msgstr "" -#: sphinx/ext/intersphinx.py:237 +#: sphinx/ext/intersphinx.py:238 msgid "failed to reach any of the inventories with the following issues:" msgstr "" -#: sphinx/ext/intersphinx.py:312 +#: sphinx/ext/intersphinx.py:311 #, python-format msgid "(in %s v%s)" msgstr "" -#: sphinx/ext/intersphinx.py:314 +#: sphinx/ext/intersphinx.py:313 #, python-format msgid "(in %s)" msgstr "" -#: sphinx/ext/intersphinx.py:348 +#: sphinx/ext/intersphinx.py:347 #, python-format msgid "intersphinx identifier %r is not string. Ignored" msgstr "" -#: sphinx/ext/intersphinx.py:361 +#: sphinx/ext/intersphinx.py:360 #, python-format msgid "Fail to read intersphinx_mapping[%s], Ignored: %r" msgstr "" @@ -2649,29 +2650,29 @@ msgstr "" msgid "

All modules for which code is available

" msgstr "" -#: sphinx/ext/autodoc/__init__.py:302 +#: sphinx/ext/autodoc/__init__.py:300 #, python-format msgid "invalid signature for auto%s (%r)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:402 +#: sphinx/ext/autodoc/__init__.py:400 #, python-format msgid "error while formatting arguments for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:514 +#: sphinx/ext/autodoc/__init__.py:512 #, python-format msgid "missing attribute %s in object %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:602 +#: sphinx/ext/autodoc/__init__.py:600 #, python-format msgid "" "autodoc: failed to determine %r to be documented.the following exception was raised:\n" "%s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:694 +#: sphinx/ext/autodoc/__init__.py:692 #, python-format msgid "" "don't know which module to import for autodocumenting %r (try placing a " @@ -2679,39 +2680,39 @@ msgid "" "explicit module name)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:788 +#: sphinx/ext/autodoc/__init__.py:786 msgid "\"::\" in automodule name doesn't make sense" msgstr "" -#: sphinx/ext/autodoc/__init__.py:796 +#: sphinx/ext/autodoc/__init__.py:794 #, python-format msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:829 +#: sphinx/ext/autodoc/__init__.py:827 #, python-format msgid "" "__all__ should be a list of strings, not %r (in module %s) -- ignoring " "__all__" msgstr "" -#: sphinx/ext/autodoc/__init__.py:844 +#: sphinx/ext/autodoc/__init__.py:842 #, python-format msgid "" "missing attribute mentioned in :members: or __all__: module %s, attribute %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1128 +#: sphinx/ext/autodoc/__init__.py:1126 #, python-format msgid "Bases: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1185 +#: sphinx/ext/autodoc/__init__.py:1183 #, python-format msgid "alias of :class:`%s`" msgstr "àlies de :class:`%s`" -#: sphinx/ext/autodoc/__init__.py:1470 +#: sphinx/ext/autodoc/__init__.py:1468 #, python-format msgid "Ignoring invalid option in autodoc_default_flags: %r" msgstr "" @@ -2747,17 +2748,17 @@ msgid "" "contain .rst. Skipped." msgstr "" -#: sphinx/ext/autosummary/generate.py:102 +#: sphinx/ext/autosummary/generate.py:100 #, python-format msgid "[autosummary] generating autosummary for: %s" msgstr "" -#: sphinx/ext/autosummary/generate.py:106 +#: sphinx/ext/autosummary/generate.py:104 #, python-format msgid "[autosummary] writing to %s" msgstr "" -#: sphinx/ext/autosummary/generate.py:366 +#: sphinx/ext/autosummary/generate.py:364 msgid "" "\n" "Generate ReStructuredText using autosummary directives.\n" @@ -2772,25 +2773,25 @@ msgid "" " pydoc sphinx.ext.autosummary\n" msgstr "" -#: sphinx/ext/autosummary/generate.py:383 +#: sphinx/ext/autosummary/generate.py:381 msgid "source files to generate rST files for" msgstr "" -#: sphinx/ext/autosummary/generate.py:387 +#: sphinx/ext/autosummary/generate.py:385 msgid "directory to place all output in" msgstr "" -#: sphinx/ext/autosummary/generate.py:390 +#: sphinx/ext/autosummary/generate.py:388 #, python-format msgid "default suffix for files (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:394 +#: sphinx/ext/autosummary/generate.py:392 #, python-format msgid "custom template directory (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:398 +#: sphinx/ext/autosummary/generate.py:396 #, python-format msgid "document imported members (default: %(default)s)" msgstr "" @@ -2868,6 +2869,7 @@ msgid "Warning" msgstr "Avís" #: sphinx/templates/latex/longtable.tex_t:23 +#: sphinx/templates/latex/sphinxmessages.sty_t:8 msgid "continued from previous page" msgstr "ve de la pàgina anterior" @@ -2875,13 +2877,29 @@ msgstr "ve de la pàgina anterior" msgid "Continued on next page" msgstr "Continua a la pàgina següent" +#: sphinx/templates/latex/sphinxmessages.sty_t:9 +msgid "continues on next page" +msgstr "" + +#: sphinx/templates/latex/sphinxmessages.sty_t:10 +msgid "Non-alphabetical" +msgstr "" + +#: sphinx/templates/latex/sphinxmessages.sty_t:12 +msgid "Numbers" +msgstr "" + +#: sphinx/templates/latex/sphinxmessages.sty_t:13 +msgid "page" +msgstr "" + #: sphinx/themes/agogo/layout.html:46 sphinx/themes/basic/globaltoc.html:10 #: sphinx/themes/basic/localtoc.html:11 sphinx/themes/scrolls/layout.html:41 msgid "Table of Contents" msgstr "" #: sphinx/themes/agogo/layout.html:51 sphinx/themes/basic/layout.html:153 -#: sphinx/themes/basic/search.html:11 sphinx/themes/basic/search.html:26 +#: sphinx/themes/basic/search.html:11 sphinx/themes/basic/search.html:21 #: sphinx/themes/basic/searchresults.html:10 msgid "Search" msgstr "Cerca" @@ -3018,13 +3036,13 @@ msgstr "Tema següent" msgid "next chapter" msgstr "capítol següent" -#: sphinx/themes/basic/search.html:30 +#: sphinx/themes/basic/search.html:25 msgid "" "Please activate JavaScript to enable the search\n" " functionality." msgstr "Activa JavaScript per utilitzar la funcionalitat\nde cerca." -#: sphinx/themes/basic/search.html:35 +#: sphinx/themes/basic/search.html:30 msgid "" "From here you can search these documents. Enter your search\n" " words into the box below and click \"search\". Note that the search\n" @@ -3032,20 +3050,20 @@ msgid "" " containing fewer words won't appear in the result list." msgstr "Des d'aquí pots fer cerques en aquests documents. Entra les \nparaules de la teva cerca i clica el botó \"cerca\". Tingues en compte\nque la cerca inclourà totes les paraules que posis. Les pàgines que no\ntenen totes les paraules no sortiràn." -#: sphinx/themes/basic/search.html:42 +#: sphinx/themes/basic/search.html:37 #: sphinx/themes/basic/searchresults.html:17 msgid "search" msgstr "cerca" -#: sphinx/themes/basic/search.html:46 +#: sphinx/themes/basic/search.html:41 #: sphinx/themes/basic/searchresults.html:21 -#: sphinx/themes/basic/static/searchtools.js:295 +#: sphinx/themes/basic/static/searchtools.js:285 msgid "Search Results" msgstr "Resultats de la Cerca" -#: sphinx/themes/basic/search.html:48 +#: sphinx/themes/basic/search.html:43 #: sphinx/themes/basic/searchresults.html:23 -#: sphinx/themes/basic/static/searchtools.js:297 +#: sphinx/themes/basic/static/searchtools.js:287 msgid "" "Your search did not match any documents. Please make sure that all words are" " spelled correctly and that you've selected enough categories." @@ -3103,20 +3121,20 @@ msgstr "Link permanent a aquesta definició" msgid "Hide Search Matches" msgstr "Oculta Resultats de Cerca" -#: sphinx/themes/basic/static/searchtools.js:131 +#: sphinx/themes/basic/static/searchtools.js:121 msgid "Searching" msgstr "" -#: sphinx/themes/basic/static/searchtools.js:136 +#: sphinx/themes/basic/static/searchtools.js:126 msgid "Preparing search..." msgstr "" -#: sphinx/themes/basic/static/searchtools.js:299 +#: sphinx/themes/basic/static/searchtools.js:289 #, python-format msgid "Search finished, found %s page(s) matching the search query." msgstr "" -#: sphinx/themes/basic/static/searchtools.js:352 +#: sphinx/themes/basic/static/searchtools.js:342 msgid ", in " msgstr "" @@ -3133,18 +3151,18 @@ msgstr "" msgid "Contents" msgstr "" -#: sphinx/transforms/__init__.py:259 +#: sphinx/transforms/__init__.py:261 #, python-format msgid "" "4 column based index found. It might be a bug of extensions you use: %r" msgstr "" -#: sphinx/transforms/__init__.py:301 +#: sphinx/transforms/__init__.py:303 #, python-format msgid "Footnote [%s] is not referenced." msgstr "" -#: sphinx/transforms/__init__.py:307 +#: sphinx/transforms/__init__.py:309 msgid "Footnote [#] is not referenced." msgstr "" @@ -3215,7 +3233,7 @@ msgstr "" msgid "failed" msgstr "" -#: sphinx/util/docutils.py:321 +#: sphinx/util/docutils.py:320 msgid "when adding directive classes, no additional arguments may be given" msgstr "" @@ -3276,15 +3294,15 @@ msgstr "" msgid "Permalink to this code" msgstr "" -#: sphinx/writers/html.py:514 sphinx/writers/html5.py:460 +#: sphinx/writers/html.py:512 sphinx/writers/html5.py:458 msgid "Permalink to this image" msgstr "" -#: sphinx/writers/html.py:516 sphinx/writers/html5.py:462 +#: sphinx/writers/html.py:514 sphinx/writers/html5.py:460 msgid "Permalink to this toctree" msgstr "" -#: sphinx/writers/html.py:674 sphinx/writers/html5.py:608 +#: sphinx/writers/html.py:672 sphinx/writers/html5.py:606 msgid "Could not obtain image size. :scale: option is ignored." msgstr "" @@ -3321,12 +3339,12 @@ msgstr "" msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: sphinx/writers/latex.py:1843 +#: sphinx/writers/latex.py:1847 #, python-format msgid "unknown index entry type %s found" msgstr "" -#: sphinx/writers/latex.py:2552 +#: sphinx/writers/latex.py:2560 #, python-format msgid "Unknown configure key: latex_elements[%r] is ignored." msgstr "" @@ -3344,12 +3362,12 @@ msgstr "[imatge]" msgid "caption not inside a figure." msgstr "" -#: sphinx/writers/texinfo.py:1421 +#: sphinx/writers/texinfo.py:1422 #, python-format msgid "unimplemented node type: %r" msgstr "" -#: sphinx/writers/texinfo.py:1426 +#: sphinx/writers/texinfo.py:1427 #, python-format msgid "unknown node type: %r" msgstr "" diff --git a/sphinx/locale/cak/LC_MESSAGES/sphinx.mo b/sphinx/locale/cak/LC_MESSAGES/sphinx.mo index c46e91bfa9..9d4e9846eb 100644 Binary files a/sphinx/locale/cak/LC_MESSAGES/sphinx.mo and b/sphinx/locale/cak/LC_MESSAGES/sphinx.mo differ diff --git a/sphinx/locale/cak/LC_MESSAGES/sphinx.po b/sphinx/locale/cak/LC_MESSAGES/sphinx.po index 58849c062c..0c652d72fa 100644 --- a/sphinx/locale/cak/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/cak/LC_MESSAGES/sphinx.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2019-02-18 01:52+0900\n" -"PO-Revision-Date: 2019-03-27 16:22+0000\n" +"POT-Creation-Date: 2019-03-29 01:05+0900\n" +"PO-Revision-Date: 2019-03-28 16:09+0000\n" "Last-Translator: Julien Malard \n" "Language-Team: Kaqchikel (http://www.transifex.com/sphinx-doc/sphinx-1/language/cak/)\n" "MIME-Version: 1.0\n" @@ -122,7 +122,7 @@ msgstr "" msgid "role %r is already registered, it will be overridden" msgstr "" -#: sphinx/application.py:1182 +#: sphinx/application.py:1179 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -130,7 +130,7 @@ msgid "" "explicit" msgstr "" -#: sphinx/application.py:1188 +#: sphinx/application.py:1185 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -138,7 +138,7 @@ msgid "" "explicit" msgstr "" -#: sphinx/application.py:1199 +#: sphinx/application.py:1196 #, python-format msgid "doing serial %s" msgstr "" @@ -587,44 +587,44 @@ msgstr "" msgid "preparing documents" msgstr "" -#: sphinx/builders/_epub_base.py:219 +#: sphinx/builders/_epub_base.py:218 #, python-format msgid "duplicated ToC entry found: %s" msgstr "" -#: sphinx/builders/_epub_base.py:415 sphinx/builders/html.py:761 -#: sphinx/builders/latex/__init__.py:413 sphinx/builders/texinfo.py:190 +#: sphinx/builders/_epub_base.py:414 sphinx/builders/html.py:761 +#: sphinx/builders/latex/__init__.py:415 sphinx/builders/texinfo.py:190 msgid "copying images... " msgstr "" -#: sphinx/builders/_epub_base.py:422 +#: sphinx/builders/_epub_base.py:421 #, python-format msgid "cannot read image file %r: copying it instead" msgstr "" -#: sphinx/builders/_epub_base.py:428 sphinx/builders/html.py:769 -#: sphinx/builders/latex/__init__.py:421 sphinx/builders/texinfo.py:198 +#: sphinx/builders/_epub_base.py:427 sphinx/builders/html.py:769 +#: sphinx/builders/latex/__init__.py:423 sphinx/builders/texinfo.py:199 #, python-format msgid "cannot copy image file %r: %s" msgstr "" -#: sphinx/builders/_epub_base.py:445 +#: sphinx/builders/_epub_base.py:444 #, python-format msgid "cannot write image file %r: %s" msgstr "" -#: sphinx/builders/_epub_base.py:456 +#: sphinx/builders/_epub_base.py:455 msgid "Pillow not found - copying image files" msgstr "" -#: sphinx/builders/_epub_base.py:491 sphinx/builders/_epub_base.py:504 -#: sphinx/builders/_epub_base.py:540 sphinx/builders/_epub_base.py:725 -#: sphinx/builders/_epub_base.py:758 sphinx/builders/epub3.py:184 +#: sphinx/builders/_epub_base.py:490 sphinx/builders/_epub_base.py:503 +#: sphinx/builders/_epub_base.py:539 sphinx/builders/_epub_base.py:724 +#: sphinx/builders/_epub_base.py:757 sphinx/builders/epub3.py:183 #, python-format msgid "writing %s file..." msgstr "" -#: sphinx/builders/_epub_base.py:566 +#: sphinx/builders/_epub_base.py:565 #, python-format msgid "unknown mimetype for %s, ignoring" msgstr "" @@ -643,19 +643,19 @@ msgstr "" msgid "writing summary file..." msgstr "" -#: sphinx/builders/changes.py:87 +#: sphinx/builders/changes.py:86 msgid "Builtins" msgstr "" -#: sphinx/builders/changes.py:89 +#: sphinx/builders/changes.py:88 msgid "Module level" msgstr "" -#: sphinx/builders/changes.py:134 +#: sphinx/builders/changes.py:133 msgid "copying source files..." msgstr "" -#: sphinx/builders/changes.py:141 +#: sphinx/builders/changes.py:140 #, python-format msgid "could not read %r for changelog creation" msgstr "" @@ -664,76 +664,76 @@ msgstr "" msgid "The dummy builder generates no files." msgstr "" -#: sphinx/builders/epub3.py:69 +#: sphinx/builders/epub3.py:68 #, python-format msgid "The ePub file is in %(outdir)s." msgstr "" -#: sphinx/builders/epub3.py:212 +#: sphinx/builders/epub3.py:211 msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:216 +#: sphinx/builders/epub3.py:215 msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:219 +#: sphinx/builders/epub3.py:218 msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:223 +#: sphinx/builders/epub3.py:222 msgid "conf value \"epub_author\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:226 +#: sphinx/builders/epub3.py:225 msgid "conf value \"epub_contributor\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:229 +#: sphinx/builders/epub3.py:228 msgid "conf value \"epub_description\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:232 +#: sphinx/builders/epub3.py:231 msgid "conf value \"epub_publisher\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:235 +#: sphinx/builders/epub3.py:234 msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:239 +#: sphinx/builders/epub3.py:238 msgid "conf value \"epub_identifier\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:242 +#: sphinx/builders/epub3.py:241 msgid "conf value \"version\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:257 sphinx/builders/html.py:1166 +#: sphinx/builders/epub3.py:256 sphinx/builders/html.py:1166 #, python-format msgid "invalid css_file: %r, ignored" msgstr "" -#: sphinx/builders/gettext.py:215 +#: sphinx/builders/gettext.py:221 #, python-format msgid "The message catalogs are in %(outdir)s." msgstr "" -#: sphinx/builders/gettext.py:239 +#: sphinx/builders/gettext.py:245 #, python-format msgid "building [%s]: " msgstr "" -#: sphinx/builders/gettext.py:240 +#: sphinx/builders/gettext.py:246 #, python-format msgid "targets for %d template files" msgstr "" -#: sphinx/builders/gettext.py:244 +#: sphinx/builders/gettext.py:250 msgid "reading templates... " msgstr "" -#: sphinx/builders/gettext.py:271 +#: sphinx/builders/gettext.py:277 msgid "writing message catalogs... " msgstr "" @@ -752,7 +752,7 @@ msgstr "" msgid "Failed to read build info file: %r" msgstr "" -#: sphinx/builders/html.py:488 sphinx/builders/latex/__init__.py:204 +#: sphinx/builders/html.py:488 sphinx/builders/latex/__init__.py:206 #: sphinx/transforms/__init__.py:121 sphinx/writers/manpage.py:118 #: sphinx/writers/texinfo.py:243 #, python-format @@ -805,7 +805,7 @@ msgstr "" msgid "html_static_path entry %r does not exist" msgstr "" -#: sphinx/builders/html.py:839 sphinx/builders/latex/__init__.py:398 +#: sphinx/builders/html.py:839 sphinx/builders/latex/__init__.py:400 #, python-format msgid "logo file %r does not exist" msgstr "" @@ -922,7 +922,7 @@ msgstr "" msgid "no \"man_pages\" config value found; no manual pages will be written" msgstr "" -#: sphinx/builders/latex/__init__.py:270 sphinx/builders/manpage.py:64 +#: sphinx/builders/latex/__init__.py:272 sphinx/builders/manpage.py:64 #: sphinx/builders/singlehtml.py:174 sphinx/builders/texinfo.py:120 msgid "writing" msgstr "tajin nutz'ib'aj" @@ -966,24 +966,24 @@ msgstr "" msgid "\"texinfo_documents\" config value references unknown document %s" msgstr "" -#: sphinx/builders/latex/__init__.py:253 sphinx/builders/texinfo.py:116 +#: sphinx/builders/latex/__init__.py:255 sphinx/builders/texinfo.py:116 #, python-format msgid "processing %s" msgstr "" -#: sphinx/builders/latex/__init__.py:322 sphinx/builders/texinfo.py:163 +#: sphinx/builders/latex/__init__.py:323 sphinx/builders/texinfo.py:164 msgid "resolving references..." msgstr "" -#: sphinx/builders/latex/__init__.py:332 sphinx/builders/texinfo.py:172 +#: sphinx/builders/latex/__init__.py:333 sphinx/builders/texinfo.py:173 msgid " (in " msgstr "(chupam" -#: sphinx/builders/texinfo.py:204 +#: sphinx/builders/texinfo.py:205 msgid "copying Texinfo support files" msgstr "" -#: sphinx/builders/texinfo.py:208 +#: sphinx/builders/texinfo.py:209 #, python-format msgid "error writing file Makefile: %s" msgstr "" @@ -1003,28 +1003,28 @@ msgstr "" msgid "The pseudo-XML files are in %(outdir)s." msgstr "" -#: sphinx/builders/latex/__init__.py:121 +#: sphinx/builders/latex/__init__.py:123 #, python-format msgid "The LaTeX files are in %(outdir)s." msgstr "" -#: sphinx/builders/latex/__init__.py:123 +#: sphinx/builders/latex/__init__.py:125 msgid "" "\n" "Run 'make' in that directory to run these through (pdf)latex\n" "(use `make latexpdf' here to do that automatically)." msgstr "" -#: sphinx/builders/latex/__init__.py:163 +#: sphinx/builders/latex/__init__.py:165 msgid "no \"latex_documents\" config value found; no documents will be written" msgstr "" -#: sphinx/builders/latex/__init__.py:171 +#: sphinx/builders/latex/__init__.py:173 #, python-format msgid "\"latex_documents\" config value references unknown document %s" msgstr "" -#: sphinx/builders/latex/__init__.py:211 sphinx/domains/std.py:501 +#: sphinx/builders/latex/__init__.py:213 sphinx/domains/std.py:501 #: sphinx/templates/latex/latex.tex_t:79 #: sphinx/themes/basic/genindex-single.html:30 #: sphinx/themes/basic/genindex-single.html:55 @@ -1036,28 +1036,28 @@ msgstr "" msgid "Index" msgstr "Cholwuj" -#: sphinx/builders/latex/__init__.py:214 sphinx/templates/latex/latex.tex_t:64 +#: sphinx/builders/latex/__init__.py:216 sphinx/templates/latex/latex.tex_t:64 msgid "Release" msgstr "" -#: sphinx/builders/latex/__init__.py:222 sphinx/writers/latex.py:549 +#: sphinx/builders/latex/__init__.py:224 sphinx/writers/latex.py:549 #, python-format msgid "no Babel option known for language %r" msgstr "" -#: sphinx/builders/latex/__init__.py:361 +#: sphinx/builders/latex/__init__.py:363 msgid "copying TeX support files" msgstr "" -#: sphinx/builders/latex/__init__.py:382 +#: sphinx/builders/latex/__init__.py:384 msgid "copying TeX support files..." msgstr "" -#: sphinx/builders/latex/__init__.py:402 +#: sphinx/builders/latex/__init__.py:404 msgid "copying additional files" msgstr "" -#: sphinx/builders/latex/__init__.py:445 +#: sphinx/builders/latex/__init__.py:447 #, python-format msgid "Unknown configure key: latex_elements[%r]. ignored." msgstr "" @@ -1120,8 +1120,8 @@ msgstr "" msgid "job number should be a positive number" msgstr "" -#: sphinx/cmd/build.py:106 sphinx/cmd/quickstart.py:498 -#: sphinx/ext/apidoc.py:298 sphinx/ext/autosummary/generate.py:365 +#: sphinx/cmd/build.py:106 sphinx/cmd/quickstart.py:497 +#: sphinx/ext/apidoc.py:298 sphinx/ext/autosummary/generate.py:363 msgid "For more information, visit ." msgstr "" @@ -1498,13 +1498,13 @@ msgstr "" msgid "Indicate which of the following Sphinx extensions should be enabled:" msgstr "" -#: sphinx/cmd/quickstart.py:354 +#: sphinx/cmd/quickstart.py:353 msgid "" "Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " "been deselected." msgstr "" -#: sphinx/cmd/quickstart.py:359 +#: sphinx/cmd/quickstart.py:358 msgid "" "\n" "A Makefile and a Windows command file can be generated for you so that you\n" @@ -1512,29 +1512,29 @@ msgid "" "directly." msgstr "" -#: sphinx/cmd/quickstart.py:363 +#: sphinx/cmd/quickstart.py:362 msgid "Create Makefile? (y/n)" msgstr "" -#: sphinx/cmd/quickstart.py:366 +#: sphinx/cmd/quickstart.py:365 msgid "Create Windows command file? (y/n)" msgstr "" -#: sphinx/cmd/quickstart.py:409 sphinx/ext/apidoc.py:74 +#: sphinx/cmd/quickstart.py:408 sphinx/ext/apidoc.py:74 #, python-format msgid "Creating file %s." msgstr "" -#: sphinx/cmd/quickstart.py:414 sphinx/ext/apidoc.py:72 +#: sphinx/cmd/quickstart.py:413 sphinx/ext/apidoc.py:72 #, python-format msgid "File %s already exists, skipping." msgstr "" -#: sphinx/cmd/quickstart.py:450 +#: sphinx/cmd/quickstart.py:449 msgid "Finished: An initial directory structure has been created." msgstr "" -#: sphinx/cmd/quickstart.py:451 +#: sphinx/cmd/quickstart.py:450 #, python-format msgid "" "\n" @@ -1542,26 +1542,26 @@ msgid "" "source files. " msgstr "" -#: sphinx/cmd/quickstart.py:453 +#: sphinx/cmd/quickstart.py:452 msgid "" "Use the Makefile to build the docs, like so:\n" " make builder\n" msgstr "" -#: sphinx/cmd/quickstart.py:456 +#: sphinx/cmd/quickstart.py:455 #, python-format msgid "" "Use the sphinx-build command to build the docs, like so:\n" " sphinx-build -b builder %s %s\n" msgstr "" -#: sphinx/cmd/quickstart.py:459 +#: sphinx/cmd/quickstart.py:458 msgid "" "where \"builder\" is one of the supported builders, e.g. html, latex or " "linkcheck.\n" msgstr "" -#: sphinx/cmd/quickstart.py:499 +#: sphinx/cmd/quickstart.py:498 msgid "" "\n" "Generate required files for a Sphinx project.\n" @@ -1571,131 +1571,131 @@ msgid "" "Makefile to be used with sphinx-build.\n" msgstr "" -#: sphinx/cmd/quickstart.py:509 +#: sphinx/cmd/quickstart.py:508 msgid "quiet mode" msgstr "" -#: sphinx/cmd/quickstart.py:514 +#: sphinx/cmd/quickstart.py:513 msgid "output path" msgstr "" -#: sphinx/cmd/quickstart.py:516 +#: sphinx/cmd/quickstart.py:515 msgid "Structure options" msgstr "" -#: sphinx/cmd/quickstart.py:518 +#: sphinx/cmd/quickstart.py:517 msgid "if specified, separate source and build dirs" msgstr "" -#: sphinx/cmd/quickstart.py:520 +#: sphinx/cmd/quickstart.py:519 msgid "replacement for dot in _templates etc." msgstr "" -#: sphinx/cmd/quickstart.py:522 +#: sphinx/cmd/quickstart.py:521 msgid "Project basic options" msgstr "" -#: sphinx/cmd/quickstart.py:524 +#: sphinx/cmd/quickstart.py:523 msgid "project name" msgstr "" -#: sphinx/cmd/quickstart.py:526 +#: sphinx/cmd/quickstart.py:525 msgid "author names" msgstr "" -#: sphinx/cmd/quickstart.py:528 +#: sphinx/cmd/quickstart.py:527 msgid "version of project" msgstr "" -#: sphinx/cmd/quickstart.py:530 +#: sphinx/cmd/quickstart.py:529 msgid "release of project" msgstr "" -#: sphinx/cmd/quickstart.py:532 +#: sphinx/cmd/quickstart.py:531 msgid "document language" msgstr "" -#: sphinx/cmd/quickstart.py:534 +#: sphinx/cmd/quickstart.py:533 msgid "source file suffix" msgstr "" -#: sphinx/cmd/quickstart.py:536 +#: sphinx/cmd/quickstart.py:535 msgid "master document name" msgstr "" -#: sphinx/cmd/quickstart.py:538 +#: sphinx/cmd/quickstart.py:537 msgid "use epub" msgstr "" -#: sphinx/cmd/quickstart.py:540 +#: sphinx/cmd/quickstart.py:539 msgid "Extension options" msgstr "" -#: sphinx/cmd/quickstart.py:544 sphinx/ext/apidoc.py:379 +#: sphinx/cmd/quickstart.py:543 sphinx/ext/apidoc.py:379 #, python-format msgid "enable %s extension" msgstr "" -#: sphinx/cmd/quickstart.py:546 sphinx/ext/apidoc.py:375 +#: sphinx/cmd/quickstart.py:545 sphinx/ext/apidoc.py:375 msgid "enable arbitrary extensions" msgstr "" -#: sphinx/cmd/quickstart.py:548 +#: sphinx/cmd/quickstart.py:547 msgid "Makefile and Batchfile creation" msgstr "" -#: sphinx/cmd/quickstart.py:550 +#: sphinx/cmd/quickstart.py:549 msgid "create makefile" msgstr "" -#: sphinx/cmd/quickstart.py:552 +#: sphinx/cmd/quickstart.py:551 msgid "do not create makefile" msgstr "" -#: sphinx/cmd/quickstart.py:554 +#: sphinx/cmd/quickstart.py:553 msgid "create batchfile" msgstr "" -#: sphinx/cmd/quickstart.py:557 +#: sphinx/cmd/quickstart.py:556 msgid "do not create batchfile" msgstr "" -#: sphinx/cmd/quickstart.py:560 +#: sphinx/cmd/quickstart.py:559 msgid "use make-mode for Makefile/make.bat" msgstr "" -#: sphinx/cmd/quickstart.py:563 +#: sphinx/cmd/quickstart.py:562 msgid "do not use make-mode for Makefile/make.bat" msgstr "" -#: sphinx/cmd/quickstart.py:565 +#: sphinx/cmd/quickstart.py:564 msgid "Project templating" msgstr "" -#: sphinx/cmd/quickstart.py:568 +#: sphinx/cmd/quickstart.py:567 msgid "template directory for template files" msgstr "" -#: sphinx/cmd/quickstart.py:571 +#: sphinx/cmd/quickstart.py:570 msgid "define a template variable" msgstr "" -#: sphinx/cmd/quickstart.py:605 +#: sphinx/cmd/quickstart.py:604 msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." msgstr "" -#: sphinx/cmd/quickstart.py:619 +#: sphinx/cmd/quickstart.py:618 msgid "" "Error: specified path is not a directory, or sphinx files already exist." msgstr "" -#: sphinx/cmd/quickstart.py:621 +#: sphinx/cmd/quickstart.py:620 msgid "" "sphinx-quickstart only generate into a empty directory. Please specify a new" " root path." msgstr "" -#: sphinx/cmd/quickstart.py:636 +#: sphinx/cmd/quickstart.py:635 #, python-format msgid "Invalid template variable: %s" msgstr "" @@ -1767,17 +1767,17 @@ msgstr "" msgid "%s %s" msgstr "" -#: sphinx/domains/c.py:64 sphinx/domains/cpp.py:6371 +#: sphinx/domains/c.py:64 sphinx/domains/cpp.py:6445 #: sphinx/domains/python.py:210 sphinx/ext/napoleon/docstring.py:696 msgid "Parameters" msgstr "Jalajöj" -#: sphinx/domains/c.py:67 sphinx/domains/cpp.py:6380 -#: sphinx/domains/javascript.py:210 sphinx/domains/python.py:222 +#: sphinx/domains/c.py:67 sphinx/domains/cpp.py:6454 +#: sphinx/domains/javascript.py:209 sphinx/domains/python.py:222 msgid "Returns" msgstr "" -#: sphinx/domains/c.py:69 sphinx/domains/javascript.py:212 +#: sphinx/domains/c.py:69 sphinx/domains/javascript.py:211 #: sphinx/domains/python.py:224 msgid "Return type" msgstr "" @@ -1807,12 +1807,12 @@ msgstr "" msgid "%s (C variable)" msgstr "" -#: sphinx/domains/c.py:258 sphinx/domains/cpp.py:6956 -#: sphinx/domains/javascript.py:298 sphinx/domains/python.py:741 +#: sphinx/domains/c.py:258 sphinx/domains/cpp.py:7029 +#: sphinx/domains/javascript.py:297 sphinx/domains/python.py:742 msgid "function" msgstr "" -#: sphinx/domains/c.py:259 sphinx/domains/cpp.py:6957 +#: sphinx/domains/c.py:259 sphinx/domains/cpp.py:7030 msgid "member" msgstr "" @@ -1820,7 +1820,7 @@ msgstr "" msgid "macro" msgstr "" -#: sphinx/domains/c.py:261 sphinx/domains/cpp.py:6958 +#: sphinx/domains/c.py:261 sphinx/domains/cpp.py:7031 msgid "type" msgstr "" @@ -1843,106 +1843,106 @@ msgstr "" msgid "Deprecated since version %s" msgstr "" -#: sphinx/domains/cpp.py:4297 +#: sphinx/domains/cpp.py:4323 #, python-format msgid "" "Duplicate declaration, also defined in '%s'.\n" "Declaration is '%s'." msgstr "" -#: sphinx/domains/cpp.py:6374 +#: sphinx/domains/cpp.py:6448 msgid "Template Parameters" msgstr "" -#: sphinx/domains/cpp.py:6377 sphinx/domains/javascript.py:207 +#: sphinx/domains/cpp.py:6451 sphinx/domains/javascript.py:206 msgid "Throws" msgstr "" -#: sphinx/domains/cpp.py:6505 +#: sphinx/domains/cpp.py:6579 #, python-format msgid "%s (C++ %s)" msgstr "" -#: sphinx/domains/cpp.py:6954 sphinx/domains/javascript.py:300 -#: sphinx/domains/python.py:743 +#: sphinx/domains/cpp.py:7027 sphinx/domains/javascript.py:299 +#: sphinx/domains/python.py:744 msgid "class" msgstr "Ruwäch" -#: sphinx/domains/cpp.py:6955 +#: sphinx/domains/cpp.py:7028 msgid "union" msgstr "" -#: sphinx/domains/cpp.py:6959 +#: sphinx/domains/cpp.py:7032 msgid "concept" msgstr "" -#: sphinx/domains/cpp.py:6960 +#: sphinx/domains/cpp.py:7033 msgid "enum" msgstr "" -#: sphinx/domains/cpp.py:6961 +#: sphinx/domains/cpp.py:7034 msgid "enumerator" msgstr "" -#: sphinx/domains/cpp.py:7054 +#: sphinx/domains/cpp.py:7127 #, python-format msgid "" "Duplicate declaration, also defined in '%s'.\n" "Name of declaration is '%s'." msgstr "" -#: sphinx/domains/javascript.py:131 sphinx/domains/python.py:429 +#: sphinx/domains/javascript.py:130 sphinx/domains/python.py:430 #, python-format msgid "%s() (built-in function)" msgstr "" -#: sphinx/domains/javascript.py:132 sphinx/domains/python.py:494 +#: sphinx/domains/javascript.py:131 sphinx/domains/python.py:495 #, python-format msgid "%s() (%s method)" msgstr "" -#: sphinx/domains/javascript.py:134 +#: sphinx/domains/javascript.py:133 #, python-format msgid "%s() (class)" msgstr "" -#: sphinx/domains/javascript.py:136 +#: sphinx/domains/javascript.py:135 #, python-format msgid "%s (global variable or constant)" msgstr "" -#: sphinx/domains/javascript.py:138 sphinx/domains/python.py:532 +#: sphinx/domains/javascript.py:137 sphinx/domains/python.py:533 #, python-format msgid "%s (%s attribute)" msgstr "" -#: sphinx/domains/javascript.py:204 +#: sphinx/domains/javascript.py:203 msgid "Arguments" msgstr "" -#: sphinx/domains/javascript.py:265 sphinx/domains/python.py:609 +#: sphinx/domains/javascript.py:264 sphinx/domains/python.py:610 #, python-format msgid "%s (module)" msgstr "" -#: sphinx/domains/javascript.py:299 sphinx/domains/python.py:745 +#: sphinx/domains/javascript.py:298 sphinx/domains/python.py:746 msgid "method" msgstr "" -#: sphinx/domains/javascript.py:301 sphinx/domains/python.py:742 +#: sphinx/domains/javascript.py:300 sphinx/domains/python.py:743 msgid "data" msgstr "" -#: sphinx/domains/javascript.py:302 sphinx/domains/python.py:748 +#: sphinx/domains/javascript.py:301 sphinx/domains/python.py:749 msgid "attribute" msgstr "" -#: sphinx/domains/javascript.py:303 sphinx/domains/python.py:49 -#: sphinx/domains/python.py:749 +#: sphinx/domains/javascript.py:302 sphinx/domains/python.py:49 +#: sphinx/domains/python.py:750 msgid "module" msgstr "" -#: sphinx/domains/math.py:101 sphinx/writers/latex.py:2451 +#: sphinx/domains/math.py:101 sphinx/writers/latex.py:2459 #, python-format msgid "Invalid math_eqref_format: %r" msgstr "" @@ -1964,7 +1964,7 @@ msgstr "" msgid "object" msgstr "wachinäq" -#: sphinx/domains/python.py:53 sphinx/domains/python.py:744 +#: sphinx/domains/python.py:53 sphinx/domains/python.py:745 msgid "exception" msgstr "" @@ -1984,88 +1984,88 @@ msgstr "Retal jalöj" msgid "Raises" msgstr "" -#: sphinx/domains/python.py:430 sphinx/domains/python.py:488 -#: sphinx/domains/python.py:500 sphinx/domains/python.py:513 +#: sphinx/domains/python.py:431 sphinx/domains/python.py:489 +#: sphinx/domains/python.py:501 sphinx/domains/python.py:514 #, python-format msgid "%s() (in module %s)" msgstr "" -#: sphinx/domains/python.py:433 +#: sphinx/domains/python.py:434 #, python-format msgid "%s (built-in variable)" msgstr "" -#: sphinx/domains/python.py:434 sphinx/domains/python.py:526 +#: sphinx/domains/python.py:435 sphinx/domains/python.py:527 #, python-format msgid "%s (in module %s)" msgstr "" -#: sphinx/domains/python.py:454 +#: sphinx/domains/python.py:455 #, python-format msgid "%s (built-in class)" msgstr "" -#: sphinx/domains/python.py:455 +#: sphinx/domains/python.py:456 #, python-format msgid "%s (class in %s)" msgstr "" -#: sphinx/domains/python.py:492 +#: sphinx/domains/python.py:493 #, python-format msgid "%s() (%s.%s method)" msgstr "" -#: sphinx/domains/python.py:504 +#: sphinx/domains/python.py:505 #, python-format msgid "%s() (%s.%s static method)" msgstr "" -#: sphinx/domains/python.py:507 +#: sphinx/domains/python.py:508 #, python-format msgid "%s() (%s static method)" msgstr "" -#: sphinx/domains/python.py:517 +#: sphinx/domains/python.py:518 #, python-format msgid "%s() (%s.%s class method)" msgstr "" -#: sphinx/domains/python.py:520 +#: sphinx/domains/python.py:521 #, python-format msgid "%s() (%s class method)" msgstr "" -#: sphinx/domains/python.py:530 +#: sphinx/domains/python.py:531 #, python-format msgid "%s (%s.%s attribute)" msgstr "" -#: sphinx/domains/python.py:667 +#: sphinx/domains/python.py:668 msgid "Python Module Index" msgstr "" -#: sphinx/domains/python.py:668 +#: sphinx/domains/python.py:669 msgid "modules" msgstr "" -#: sphinx/domains/python.py:719 +#: sphinx/domains/python.py:720 msgid "Deprecated" msgstr "" -#: sphinx/domains/python.py:746 +#: sphinx/domains/python.py:747 msgid "class method" msgstr "" -#: sphinx/domains/python.py:747 +#: sphinx/domains/python.py:748 msgid "static method" msgstr "" -#: sphinx/domains/python.py:879 +#: sphinx/domains/python.py:880 #, python-format msgid "more than one target found for cross-reference %r: %s" msgstr "" -#: sphinx/domains/python.py:917 +#: sphinx/domains/python.py:918 msgid " (deprecated)" msgstr "" @@ -2141,7 +2141,7 @@ msgstr "" msgid "duplicate citation %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:631 sphinx/ext/autosectionlabel.py:61 +#: sphinx/domains/std.py:631 sphinx/ext/autosectionlabel.py:56 #, python-format msgid "duplicate label %s, other instance in %s" msgstr "" @@ -2201,21 +2201,21 @@ msgid "" "another doctree directory." msgstr "" -#: sphinx/environment/__init__.py:408 +#: sphinx/environment/__init__.py:404 #, python-format msgid "Failed to scan documents in %s: %r" msgstr "" -#: sphinx/environment/__init__.py:536 +#: sphinx/environment/__init__.py:532 #, python-format msgid "Domain %r is not registered" msgstr "" -#: sphinx/environment/__init__.py:621 +#: sphinx/environment/__init__.py:617 msgid "self referenced toctree found. Ignored." msgstr "" -#: sphinx/environment/__init__.py:662 +#: sphinx/environment/__init__.py:658 msgid "document isn't included in any toctree" msgstr "" @@ -2235,6 +2235,7 @@ msgid "unknown index entry type %r" msgstr "" #: sphinx/environment/adapters/indexentries.py:156 +#: sphinx/templates/latex/sphinxmessages.sty_t:11 msgid "Symbols" msgstr "" @@ -2260,22 +2261,22 @@ msgstr "" msgid "toctree contains reference to nonexisting document %r" msgstr "" -#: sphinx/environment/collectors/asset.py:91 +#: sphinx/environment/collectors/asset.py:90 #, python-format msgid "image file not readable: %s" msgstr "" -#: sphinx/environment/collectors/asset.py:107 +#: sphinx/environment/collectors/asset.py:106 #, python-format msgid "image file %s not readable: %s" msgstr "" -#: sphinx/environment/collectors/asset.py:135 +#: sphinx/environment/collectors/asset.py:134 #, python-format msgid "download file not readable: %s" msgstr "" -#: sphinx/environment/collectors/toctree.py:197 +#: sphinx/environment/collectors/toctree.py:196 #, python-format msgid "%s is already assigned section numbers (nested numbered toctree?)" msgstr "" @@ -2419,38 +2420,38 @@ msgstr "" msgid "module %s could not be imported: %s" msgstr "" -#: sphinx/ext/doctest.py:142 +#: sphinx/ext/doctest.py:132 #, python-format msgid "missing '+' or '-' in '%s' option." msgstr "" -#: sphinx/ext/doctest.py:147 +#: sphinx/ext/doctest.py:137 #, python-format msgid "'%s' is not a valid option." msgstr "" -#: sphinx/ext/doctest.py:161 +#: sphinx/ext/doctest.py:151 #, python-format msgid "'%s' is not a valid pyversion option" msgstr "" -#: sphinx/ext/doctest.py:230 +#: sphinx/ext/doctest.py:222 msgid "invalid TestCode type" msgstr "" -#: sphinx/ext/doctest.py:291 +#: sphinx/ext/doctest.py:283 #, python-format msgid "" "Testing of doctests in the sources finished, look at the results in " "%(outdir)s/output.txt." msgstr "" -#: sphinx/ext/doctest.py:438 +#: sphinx/ext/doctest.py:446 #, python-format msgid "no code/output in %s block at %s:%s" msgstr "" -#: sphinx/ext/doctest.py:527 +#: sphinx/ext/doctest.py:535 #, python-format msgid "ignoring invalid doctest code: %r" msgstr "" @@ -2468,7 +2469,7 @@ msgstr "" msgid "Ignoring \"graphviz\" directive without content." msgstr "" -#: sphinx/ext/graphviz.py:252 +#: sphinx/ext/graphviz.py:250 #, python-format msgid "" "dot did not produce an output file:\n" @@ -2478,14 +2479,14 @@ msgid "" "%r" msgstr "" -#: sphinx/ext/graphviz.py:256 +#: sphinx/ext/graphviz.py:254 #, python-format msgid "" "dot command %r cannot be run (needed for graphviz output), check the " "graphviz_dot setting" msgstr "" -#: sphinx/ext/graphviz.py:263 +#: sphinx/ext/graphviz.py:261 #, python-format msgid "" "dot exited with error:\n" @@ -2495,23 +2496,23 @@ msgid "" "%r" msgstr "" -#: sphinx/ext/graphviz.py:273 +#: sphinx/ext/graphviz.py:271 #, python-format msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" msgstr "" -#: sphinx/ext/graphviz.py:277 sphinx/ext/graphviz.py:331 -#: sphinx/ext/graphviz.py:369 +#: sphinx/ext/graphviz.py:275 sphinx/ext/graphviz.py:329 +#: sphinx/ext/graphviz.py:367 #, python-format msgid "dot code %r: %s" msgstr "" -#: sphinx/ext/graphviz.py:384 sphinx/ext/graphviz.py:393 +#: sphinx/ext/graphviz.py:382 sphinx/ext/graphviz.py:391 #, python-format msgid "[graph: %s]" msgstr "" -#: sphinx/ext/graphviz.py:386 sphinx/ext/graphviz.py:395 +#: sphinx/ext/graphviz.py:384 sphinx/ext/graphviz.py:393 msgid "[graph]" msgstr "" @@ -2530,31 +2531,31 @@ msgid "" "%r" msgstr "" -#: sphinx/ext/imgmath.py:140 +#: sphinx/ext/imgmath.py:139 #, python-format msgid "" "LaTeX command %r cannot be run (needed for math display), check the " "imgmath_latex setting" msgstr "" -#: sphinx/ext/imgmath.py:155 +#: sphinx/ext/imgmath.py:154 #, python-format msgid "" "%s command %r cannot be run (needed for math display), check the imgmath_%s " "setting" msgstr "" -#: sphinx/ext/imgmath.py:290 +#: sphinx/ext/imgmath.py:289 #, python-format msgid "display latex %r: %s" msgstr "" -#: sphinx/ext/imgmath.py:317 +#: sphinx/ext/imgmath.py:316 #, python-format msgid "inline latex %r: %s" msgstr "" -#: sphinx/ext/imgmath.py:324 sphinx/ext/mathjax.py:54 +#: sphinx/ext/imgmath.py:323 sphinx/ext/mathjax.py:54 msgid "Permalink to this equation" msgstr "" @@ -2574,26 +2575,26 @@ msgid "" "alternatives:" msgstr "" -#: sphinx/ext/intersphinx.py:237 +#: sphinx/ext/intersphinx.py:238 msgid "failed to reach any of the inventories with the following issues:" msgstr "" -#: sphinx/ext/intersphinx.py:312 +#: sphinx/ext/intersphinx.py:311 #, python-format msgid "(in %s v%s)" msgstr "" -#: sphinx/ext/intersphinx.py:314 +#: sphinx/ext/intersphinx.py:313 #, python-format msgid "(in %s)" msgstr "(chupam %s)" -#: sphinx/ext/intersphinx.py:348 +#: sphinx/ext/intersphinx.py:347 #, python-format msgid "intersphinx identifier %r is not string. Ignored" msgstr "" -#: sphinx/ext/intersphinx.py:361 +#: sphinx/ext/intersphinx.py:360 #, python-format msgid "Fail to read intersphinx_mapping[%s], Ignored: %r" msgstr "" @@ -2649,29 +2650,29 @@ msgstr "" msgid "

All modules for which code is available

" msgstr "" -#: sphinx/ext/autodoc/__init__.py:302 +#: sphinx/ext/autodoc/__init__.py:300 #, python-format msgid "invalid signature for auto%s (%r)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:402 +#: sphinx/ext/autodoc/__init__.py:400 #, python-format msgid "error while formatting arguments for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:514 +#: sphinx/ext/autodoc/__init__.py:512 #, python-format msgid "missing attribute %s in object %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:602 +#: sphinx/ext/autodoc/__init__.py:600 #, python-format msgid "" "autodoc: failed to determine %r to be documented.the following exception was raised:\n" "%s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:694 +#: sphinx/ext/autodoc/__init__.py:692 #, python-format msgid "" "don't know which module to import for autodocumenting %r (try placing a " @@ -2679,39 +2680,39 @@ msgid "" "explicit module name)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:788 +#: sphinx/ext/autodoc/__init__.py:786 msgid "\"::\" in automodule name doesn't make sense" msgstr "" -#: sphinx/ext/autodoc/__init__.py:796 +#: sphinx/ext/autodoc/__init__.py:794 #, python-format msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:829 +#: sphinx/ext/autodoc/__init__.py:827 #, python-format msgid "" "__all__ should be a list of strings, not %r (in module %s) -- ignoring " "__all__" msgstr "" -#: sphinx/ext/autodoc/__init__.py:844 +#: sphinx/ext/autodoc/__init__.py:842 #, python-format msgid "" "missing attribute mentioned in :members: or __all__: module %s, attribute %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1128 +#: sphinx/ext/autodoc/__init__.py:1126 #, python-format msgid "Bases: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1185 +#: sphinx/ext/autodoc/__init__.py:1183 #, python-format msgid "alias of :class:`%s`" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1470 +#: sphinx/ext/autodoc/__init__.py:1468 #, python-format msgid "Ignoring invalid option in autodoc_default_flags: %r" msgstr "" @@ -2747,17 +2748,17 @@ msgid "" "contain .rst. Skipped." msgstr "" -#: sphinx/ext/autosummary/generate.py:102 +#: sphinx/ext/autosummary/generate.py:100 #, python-format msgid "[autosummary] generating autosummary for: %s" msgstr "" -#: sphinx/ext/autosummary/generate.py:106 +#: sphinx/ext/autosummary/generate.py:104 #, python-format msgid "[autosummary] writing to %s" msgstr "" -#: sphinx/ext/autosummary/generate.py:366 +#: sphinx/ext/autosummary/generate.py:364 msgid "" "\n" "Generate ReStructuredText using autosummary directives.\n" @@ -2772,25 +2773,25 @@ msgid "" " pydoc sphinx.ext.autosummary\n" msgstr "" -#: sphinx/ext/autosummary/generate.py:383 +#: sphinx/ext/autosummary/generate.py:381 msgid "source files to generate rST files for" msgstr "" -#: sphinx/ext/autosummary/generate.py:387 +#: sphinx/ext/autosummary/generate.py:385 msgid "directory to place all output in" msgstr "" -#: sphinx/ext/autosummary/generate.py:390 +#: sphinx/ext/autosummary/generate.py:388 #, python-format msgid "default suffix for files (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:394 +#: sphinx/ext/autosummary/generate.py:392 #, python-format msgid "custom template directory (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:398 +#: sphinx/ext/autosummary/generate.py:396 #, python-format msgid "document imported members (default: %(default)s)" msgstr "" @@ -2868,6 +2869,7 @@ msgid "Warning" msgstr "" #: sphinx/templates/latex/longtable.tex_t:23 +#: sphinx/templates/latex/sphinxmessages.sty_t:8 msgid "continued from previous page" msgstr "" @@ -2875,13 +2877,29 @@ msgstr "" msgid "Continued on next page" msgstr "" +#: sphinx/templates/latex/sphinxmessages.sty_t:9 +msgid "continues on next page" +msgstr "" + +#: sphinx/templates/latex/sphinxmessages.sty_t:10 +msgid "Non-alphabetical" +msgstr "" + +#: sphinx/templates/latex/sphinxmessages.sty_t:12 +msgid "Numbers" +msgstr "Ajilanïk" + +#: sphinx/templates/latex/sphinxmessages.sty_t:13 +msgid "page" +msgstr "" + #: sphinx/themes/agogo/layout.html:46 sphinx/themes/basic/globaltoc.html:10 #: sphinx/themes/basic/localtoc.html:11 sphinx/themes/scrolls/layout.html:41 msgid "Table of Contents" msgstr "" #: sphinx/themes/agogo/layout.html:51 sphinx/themes/basic/layout.html:153 -#: sphinx/themes/basic/search.html:11 sphinx/themes/basic/search.html:26 +#: sphinx/themes/basic/search.html:11 sphinx/themes/basic/search.html:21 #: sphinx/themes/basic/searchresults.html:10 msgid "Search" msgstr "" @@ -3018,13 +3036,13 @@ msgstr "" msgid "next chapter" msgstr "" -#: sphinx/themes/basic/search.html:30 +#: sphinx/themes/basic/search.html:25 msgid "" "Please activate JavaScript to enable the search\n" " functionality." msgstr "" -#: sphinx/themes/basic/search.html:35 +#: sphinx/themes/basic/search.html:30 msgid "" "From here you can search these documents. Enter your search\n" " words into the box below and click \"search\". Note that the search\n" @@ -3032,20 +3050,20 @@ msgid "" " containing fewer words won't appear in the result list." msgstr "" -#: sphinx/themes/basic/search.html:42 +#: sphinx/themes/basic/search.html:37 #: sphinx/themes/basic/searchresults.html:17 msgid "search" msgstr "" -#: sphinx/themes/basic/search.html:46 +#: sphinx/themes/basic/search.html:41 #: sphinx/themes/basic/searchresults.html:21 -#: sphinx/themes/basic/static/searchtools.js:295 +#: sphinx/themes/basic/static/searchtools.js:285 msgid "Search Results" msgstr "" -#: sphinx/themes/basic/search.html:48 +#: sphinx/themes/basic/search.html:43 #: sphinx/themes/basic/searchresults.html:23 -#: sphinx/themes/basic/static/searchtools.js:297 +#: sphinx/themes/basic/static/searchtools.js:287 msgid "" "Your search did not match any documents. Please make sure that all words are" " spelled correctly and that you've selected enough categories." @@ -3103,20 +3121,20 @@ msgstr "" msgid "Hide Search Matches" msgstr "" -#: sphinx/themes/basic/static/searchtools.js:131 +#: sphinx/themes/basic/static/searchtools.js:121 msgid "Searching" msgstr "" -#: sphinx/themes/basic/static/searchtools.js:136 +#: sphinx/themes/basic/static/searchtools.js:126 msgid "Preparing search..." msgstr "" -#: sphinx/themes/basic/static/searchtools.js:299 +#: sphinx/themes/basic/static/searchtools.js:289 #, python-format msgid "Search finished, found %s page(s) matching the search query." msgstr "" -#: sphinx/themes/basic/static/searchtools.js:352 +#: sphinx/themes/basic/static/searchtools.js:342 msgid ", in " msgstr ", pa" @@ -3133,18 +3151,18 @@ msgstr "" msgid "Contents" msgstr "" -#: sphinx/transforms/__init__.py:259 +#: sphinx/transforms/__init__.py:261 #, python-format msgid "" "4 column based index found. It might be a bug of extensions you use: %r" msgstr "" -#: sphinx/transforms/__init__.py:301 +#: sphinx/transforms/__init__.py:303 #, python-format msgid "Footnote [%s] is not referenced." msgstr "" -#: sphinx/transforms/__init__.py:307 +#: sphinx/transforms/__init__.py:309 msgid "Footnote [#] is not referenced." msgstr "" @@ -3215,7 +3233,7 @@ msgstr "" msgid "failed" msgstr "" -#: sphinx/util/docutils.py:321 +#: sphinx/util/docutils.py:320 msgid "when adding directive classes, no additional arguments may be given" msgstr "" @@ -3276,15 +3294,15 @@ msgstr "" msgid "Permalink to this code" msgstr "" -#: sphinx/writers/html.py:514 sphinx/writers/html5.py:460 +#: sphinx/writers/html.py:512 sphinx/writers/html5.py:458 msgid "Permalink to this image" msgstr "" -#: sphinx/writers/html.py:516 sphinx/writers/html5.py:462 +#: sphinx/writers/html.py:514 sphinx/writers/html5.py:460 msgid "Permalink to this toctree" msgstr "" -#: sphinx/writers/html.py:674 sphinx/writers/html5.py:608 +#: sphinx/writers/html.py:672 sphinx/writers/html5.py:606 msgid "Could not obtain image size. :scale: option is ignored." msgstr "" @@ -3321,12 +3339,12 @@ msgstr "" msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: sphinx/writers/latex.py:1843 +#: sphinx/writers/latex.py:1847 #, python-format msgid "unknown index entry type %s found" msgstr "" -#: sphinx/writers/latex.py:2552 +#: sphinx/writers/latex.py:2560 #, python-format msgid "Unknown configure key: latex_elements[%r] is ignored." msgstr "" @@ -3344,12 +3362,12 @@ msgstr "[wachib'äl]" msgid "caption not inside a figure." msgstr "" -#: sphinx/writers/texinfo.py:1421 +#: sphinx/writers/texinfo.py:1422 #, python-format msgid "unimplemented node type: %r" msgstr "" -#: sphinx/writers/texinfo.py:1426 +#: sphinx/writers/texinfo.py:1427 #, python-format msgid "unknown node type: %r" msgstr "" diff --git a/sphinx/locale/cs/LC_MESSAGES/sphinx.mo b/sphinx/locale/cs/LC_MESSAGES/sphinx.mo index 5b35be9de9..21483e91e3 100644 Binary files a/sphinx/locale/cs/LC_MESSAGES/sphinx.mo and b/sphinx/locale/cs/LC_MESSAGES/sphinx.mo differ diff --git a/sphinx/locale/cs/LC_MESSAGES/sphinx.po b/sphinx/locale/cs/LC_MESSAGES/sphinx.po index fe21d6ad5d..ed2dbfe76c 100644 --- a/sphinx/locale/cs/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/cs/LC_MESSAGES/sphinx.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2019-02-18 01:52+0900\n" -"PO-Revision-Date: 2019-03-14 16:36+0000\n" +"POT-Creation-Date: 2019-03-29 01:05+0900\n" +"PO-Revision-Date: 2019-03-28 16:08+0000\n" "Last-Translator: Takeshi KOMIYA \n" "Language-Team: Czech (http://www.transifex.com/sphinx-doc/sphinx-1/language/cs/)\n" "MIME-Version: 1.0\n" @@ -123,7 +123,7 @@ msgstr "" msgid "role %r is already registered, it will be overridden" msgstr "" -#: sphinx/application.py:1182 +#: sphinx/application.py:1179 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -131,7 +131,7 @@ msgid "" "explicit" msgstr "" -#: sphinx/application.py:1188 +#: sphinx/application.py:1185 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -139,7 +139,7 @@ msgid "" "explicit" msgstr "" -#: sphinx/application.py:1199 +#: sphinx/application.py:1196 #, python-format msgid "doing serial %s" msgstr "" @@ -588,44 +588,44 @@ msgstr "" msgid "preparing documents" msgstr "" -#: sphinx/builders/_epub_base.py:219 +#: sphinx/builders/_epub_base.py:218 #, python-format msgid "duplicated ToC entry found: %s" msgstr "" -#: sphinx/builders/_epub_base.py:415 sphinx/builders/html.py:761 -#: sphinx/builders/latex/__init__.py:413 sphinx/builders/texinfo.py:190 +#: sphinx/builders/_epub_base.py:414 sphinx/builders/html.py:761 +#: sphinx/builders/latex/__init__.py:415 sphinx/builders/texinfo.py:190 msgid "copying images... " msgstr "" -#: sphinx/builders/_epub_base.py:422 +#: sphinx/builders/_epub_base.py:421 #, python-format msgid "cannot read image file %r: copying it instead" msgstr "" -#: sphinx/builders/_epub_base.py:428 sphinx/builders/html.py:769 -#: sphinx/builders/latex/__init__.py:421 sphinx/builders/texinfo.py:198 +#: sphinx/builders/_epub_base.py:427 sphinx/builders/html.py:769 +#: sphinx/builders/latex/__init__.py:423 sphinx/builders/texinfo.py:199 #, python-format msgid "cannot copy image file %r: %s" msgstr "" -#: sphinx/builders/_epub_base.py:445 +#: sphinx/builders/_epub_base.py:444 #, python-format msgid "cannot write image file %r: %s" msgstr "" -#: sphinx/builders/_epub_base.py:456 +#: sphinx/builders/_epub_base.py:455 msgid "Pillow not found - copying image files" msgstr "" -#: sphinx/builders/_epub_base.py:491 sphinx/builders/_epub_base.py:504 -#: sphinx/builders/_epub_base.py:540 sphinx/builders/_epub_base.py:725 -#: sphinx/builders/_epub_base.py:758 sphinx/builders/epub3.py:184 +#: sphinx/builders/_epub_base.py:490 sphinx/builders/_epub_base.py:503 +#: sphinx/builders/_epub_base.py:539 sphinx/builders/_epub_base.py:724 +#: sphinx/builders/_epub_base.py:757 sphinx/builders/epub3.py:183 #, python-format msgid "writing %s file..." msgstr "" -#: sphinx/builders/_epub_base.py:566 +#: sphinx/builders/_epub_base.py:565 #, python-format msgid "unknown mimetype for %s, ignoring" msgstr "" @@ -644,19 +644,19 @@ msgstr "" msgid "writing summary file..." msgstr "" -#: sphinx/builders/changes.py:87 +#: sphinx/builders/changes.py:86 msgid "Builtins" msgstr "Vestavěné funkce" -#: sphinx/builders/changes.py:89 +#: sphinx/builders/changes.py:88 msgid "Module level" msgstr "Úroveň modulu" -#: sphinx/builders/changes.py:134 +#: sphinx/builders/changes.py:133 msgid "copying source files..." msgstr "" -#: sphinx/builders/changes.py:141 +#: sphinx/builders/changes.py:140 #, python-format msgid "could not read %r for changelog creation" msgstr "" @@ -665,76 +665,76 @@ msgstr "" msgid "The dummy builder generates no files." msgstr "" -#: sphinx/builders/epub3.py:69 +#: sphinx/builders/epub3.py:68 #, python-format msgid "The ePub file is in %(outdir)s." msgstr "" -#: sphinx/builders/epub3.py:212 +#: sphinx/builders/epub3.py:211 msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:216 +#: sphinx/builders/epub3.py:215 msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:219 +#: sphinx/builders/epub3.py:218 msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:223 +#: sphinx/builders/epub3.py:222 msgid "conf value \"epub_author\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:226 +#: sphinx/builders/epub3.py:225 msgid "conf value \"epub_contributor\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:229 +#: sphinx/builders/epub3.py:228 msgid "conf value \"epub_description\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:232 +#: sphinx/builders/epub3.py:231 msgid "conf value \"epub_publisher\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:235 +#: sphinx/builders/epub3.py:234 msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:239 +#: sphinx/builders/epub3.py:238 msgid "conf value \"epub_identifier\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:242 +#: sphinx/builders/epub3.py:241 msgid "conf value \"version\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:257 sphinx/builders/html.py:1166 +#: sphinx/builders/epub3.py:256 sphinx/builders/html.py:1166 #, python-format msgid "invalid css_file: %r, ignored" msgstr "" -#: sphinx/builders/gettext.py:215 +#: sphinx/builders/gettext.py:221 #, python-format msgid "The message catalogs are in %(outdir)s." msgstr "" -#: sphinx/builders/gettext.py:239 +#: sphinx/builders/gettext.py:245 #, python-format msgid "building [%s]: " msgstr "" -#: sphinx/builders/gettext.py:240 +#: sphinx/builders/gettext.py:246 #, python-format msgid "targets for %d template files" msgstr "" -#: sphinx/builders/gettext.py:244 +#: sphinx/builders/gettext.py:250 msgid "reading templates... " msgstr "" -#: sphinx/builders/gettext.py:271 +#: sphinx/builders/gettext.py:277 msgid "writing message catalogs... " msgstr "" @@ -753,7 +753,7 @@ msgstr "" msgid "Failed to read build info file: %r" msgstr "" -#: sphinx/builders/html.py:488 sphinx/builders/latex/__init__.py:204 +#: sphinx/builders/html.py:488 sphinx/builders/latex/__init__.py:206 #: sphinx/transforms/__init__.py:121 sphinx/writers/manpage.py:118 #: sphinx/writers/texinfo.py:243 #, python-format @@ -806,7 +806,7 @@ msgstr "" msgid "html_static_path entry %r does not exist" msgstr "" -#: sphinx/builders/html.py:839 sphinx/builders/latex/__init__.py:398 +#: sphinx/builders/html.py:839 sphinx/builders/latex/__init__.py:400 #, python-format msgid "logo file %r does not exist" msgstr "" @@ -923,7 +923,7 @@ msgstr "" msgid "no \"man_pages\" config value found; no manual pages will be written" msgstr "" -#: sphinx/builders/latex/__init__.py:270 sphinx/builders/manpage.py:64 +#: sphinx/builders/latex/__init__.py:272 sphinx/builders/manpage.py:64 #: sphinx/builders/singlehtml.py:174 sphinx/builders/texinfo.py:120 msgid "writing" msgstr "" @@ -967,24 +967,24 @@ msgstr "" msgid "\"texinfo_documents\" config value references unknown document %s" msgstr "" -#: sphinx/builders/latex/__init__.py:253 sphinx/builders/texinfo.py:116 +#: sphinx/builders/latex/__init__.py:255 sphinx/builders/texinfo.py:116 #, python-format msgid "processing %s" msgstr "" -#: sphinx/builders/latex/__init__.py:322 sphinx/builders/texinfo.py:163 +#: sphinx/builders/latex/__init__.py:323 sphinx/builders/texinfo.py:164 msgid "resolving references..." msgstr "" -#: sphinx/builders/latex/__init__.py:332 sphinx/builders/texinfo.py:172 +#: sphinx/builders/latex/__init__.py:333 sphinx/builders/texinfo.py:173 msgid " (in " msgstr " (v " -#: sphinx/builders/texinfo.py:204 +#: sphinx/builders/texinfo.py:205 msgid "copying Texinfo support files" msgstr "" -#: sphinx/builders/texinfo.py:208 +#: sphinx/builders/texinfo.py:209 #, python-format msgid "error writing file Makefile: %s" msgstr "" @@ -1004,28 +1004,28 @@ msgstr "" msgid "The pseudo-XML files are in %(outdir)s." msgstr "" -#: sphinx/builders/latex/__init__.py:121 +#: sphinx/builders/latex/__init__.py:123 #, python-format msgid "The LaTeX files are in %(outdir)s." msgstr "" -#: sphinx/builders/latex/__init__.py:123 +#: sphinx/builders/latex/__init__.py:125 msgid "" "\n" "Run 'make' in that directory to run these through (pdf)latex\n" "(use `make latexpdf' here to do that automatically)." msgstr "" -#: sphinx/builders/latex/__init__.py:163 +#: sphinx/builders/latex/__init__.py:165 msgid "no \"latex_documents\" config value found; no documents will be written" msgstr "" -#: sphinx/builders/latex/__init__.py:171 +#: sphinx/builders/latex/__init__.py:173 #, python-format msgid "\"latex_documents\" config value references unknown document %s" msgstr "" -#: sphinx/builders/latex/__init__.py:211 sphinx/domains/std.py:501 +#: sphinx/builders/latex/__init__.py:213 sphinx/domains/std.py:501 #: sphinx/templates/latex/latex.tex_t:79 #: sphinx/themes/basic/genindex-single.html:30 #: sphinx/themes/basic/genindex-single.html:55 @@ -1037,28 +1037,28 @@ msgstr "" msgid "Index" msgstr "Rejstřík" -#: sphinx/builders/latex/__init__.py:214 sphinx/templates/latex/latex.tex_t:64 +#: sphinx/builders/latex/__init__.py:216 sphinx/templates/latex/latex.tex_t:64 msgid "Release" msgstr "Vydání" -#: sphinx/builders/latex/__init__.py:222 sphinx/writers/latex.py:549 +#: sphinx/builders/latex/__init__.py:224 sphinx/writers/latex.py:549 #, python-format msgid "no Babel option known for language %r" msgstr "" -#: sphinx/builders/latex/__init__.py:361 +#: sphinx/builders/latex/__init__.py:363 msgid "copying TeX support files" msgstr "" -#: sphinx/builders/latex/__init__.py:382 +#: sphinx/builders/latex/__init__.py:384 msgid "copying TeX support files..." msgstr "" -#: sphinx/builders/latex/__init__.py:402 +#: sphinx/builders/latex/__init__.py:404 msgid "copying additional files" msgstr "" -#: sphinx/builders/latex/__init__.py:445 +#: sphinx/builders/latex/__init__.py:447 #, python-format msgid "Unknown configure key: latex_elements[%r]. ignored." msgstr "" @@ -1121,8 +1121,8 @@ msgstr "" msgid "job number should be a positive number" msgstr "" -#: sphinx/cmd/build.py:106 sphinx/cmd/quickstart.py:498 -#: sphinx/ext/apidoc.py:298 sphinx/ext/autosummary/generate.py:365 +#: sphinx/cmd/build.py:106 sphinx/cmd/quickstart.py:497 +#: sphinx/ext/apidoc.py:298 sphinx/ext/autosummary/generate.py:363 msgid "For more information, visit ." msgstr "" @@ -1499,13 +1499,13 @@ msgstr "" msgid "Indicate which of the following Sphinx extensions should be enabled:" msgstr "" -#: sphinx/cmd/quickstart.py:354 +#: sphinx/cmd/quickstart.py:353 msgid "" "Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " "been deselected." msgstr "" -#: sphinx/cmd/quickstart.py:359 +#: sphinx/cmd/quickstart.py:358 msgid "" "\n" "A Makefile and a Windows command file can be generated for you so that you\n" @@ -1513,29 +1513,29 @@ msgid "" "directly." msgstr "" -#: sphinx/cmd/quickstart.py:363 +#: sphinx/cmd/quickstart.py:362 msgid "Create Makefile? (y/n)" msgstr "" -#: sphinx/cmd/quickstart.py:366 +#: sphinx/cmd/quickstart.py:365 msgid "Create Windows command file? (y/n)" msgstr "" -#: sphinx/cmd/quickstart.py:409 sphinx/ext/apidoc.py:74 +#: sphinx/cmd/quickstart.py:408 sphinx/ext/apidoc.py:74 #, python-format msgid "Creating file %s." msgstr "" -#: sphinx/cmd/quickstart.py:414 sphinx/ext/apidoc.py:72 +#: sphinx/cmd/quickstart.py:413 sphinx/ext/apidoc.py:72 #, python-format msgid "File %s already exists, skipping." msgstr "" -#: sphinx/cmd/quickstart.py:450 +#: sphinx/cmd/quickstart.py:449 msgid "Finished: An initial directory structure has been created." msgstr "" -#: sphinx/cmd/quickstart.py:451 +#: sphinx/cmd/quickstart.py:450 #, python-format msgid "" "\n" @@ -1543,26 +1543,26 @@ msgid "" "source files. " msgstr "" -#: sphinx/cmd/quickstart.py:453 +#: sphinx/cmd/quickstart.py:452 msgid "" "Use the Makefile to build the docs, like so:\n" " make builder\n" msgstr "" -#: sphinx/cmd/quickstart.py:456 +#: sphinx/cmd/quickstart.py:455 #, python-format msgid "" "Use the sphinx-build command to build the docs, like so:\n" " sphinx-build -b builder %s %s\n" msgstr "" -#: sphinx/cmd/quickstart.py:459 +#: sphinx/cmd/quickstart.py:458 msgid "" "where \"builder\" is one of the supported builders, e.g. html, latex or " "linkcheck.\n" msgstr "" -#: sphinx/cmd/quickstart.py:499 +#: sphinx/cmd/quickstart.py:498 msgid "" "\n" "Generate required files for a Sphinx project.\n" @@ -1572,131 +1572,131 @@ msgid "" "Makefile to be used with sphinx-build.\n" msgstr "" -#: sphinx/cmd/quickstart.py:509 +#: sphinx/cmd/quickstart.py:508 msgid "quiet mode" msgstr "" -#: sphinx/cmd/quickstart.py:514 +#: sphinx/cmd/quickstart.py:513 msgid "output path" msgstr "" -#: sphinx/cmd/quickstart.py:516 +#: sphinx/cmd/quickstart.py:515 msgid "Structure options" msgstr "" -#: sphinx/cmd/quickstart.py:518 +#: sphinx/cmd/quickstart.py:517 msgid "if specified, separate source and build dirs" msgstr "" -#: sphinx/cmd/quickstart.py:520 +#: sphinx/cmd/quickstart.py:519 msgid "replacement for dot in _templates etc." msgstr "" -#: sphinx/cmd/quickstart.py:522 +#: sphinx/cmd/quickstart.py:521 msgid "Project basic options" msgstr "" -#: sphinx/cmd/quickstart.py:524 +#: sphinx/cmd/quickstart.py:523 msgid "project name" msgstr "" -#: sphinx/cmd/quickstart.py:526 +#: sphinx/cmd/quickstart.py:525 msgid "author names" msgstr "" -#: sphinx/cmd/quickstart.py:528 +#: sphinx/cmd/quickstart.py:527 msgid "version of project" msgstr "" -#: sphinx/cmd/quickstart.py:530 +#: sphinx/cmd/quickstart.py:529 msgid "release of project" msgstr "" -#: sphinx/cmd/quickstart.py:532 +#: sphinx/cmd/quickstart.py:531 msgid "document language" msgstr "" -#: sphinx/cmd/quickstart.py:534 +#: sphinx/cmd/quickstart.py:533 msgid "source file suffix" msgstr "" -#: sphinx/cmd/quickstart.py:536 +#: sphinx/cmd/quickstart.py:535 msgid "master document name" msgstr "" -#: sphinx/cmd/quickstart.py:538 +#: sphinx/cmd/quickstart.py:537 msgid "use epub" msgstr "" -#: sphinx/cmd/quickstart.py:540 +#: sphinx/cmd/quickstart.py:539 msgid "Extension options" msgstr "" -#: sphinx/cmd/quickstart.py:544 sphinx/ext/apidoc.py:379 +#: sphinx/cmd/quickstart.py:543 sphinx/ext/apidoc.py:379 #, python-format msgid "enable %s extension" msgstr "" -#: sphinx/cmd/quickstart.py:546 sphinx/ext/apidoc.py:375 +#: sphinx/cmd/quickstart.py:545 sphinx/ext/apidoc.py:375 msgid "enable arbitrary extensions" msgstr "" -#: sphinx/cmd/quickstart.py:548 +#: sphinx/cmd/quickstart.py:547 msgid "Makefile and Batchfile creation" msgstr "" -#: sphinx/cmd/quickstart.py:550 +#: sphinx/cmd/quickstart.py:549 msgid "create makefile" msgstr "" -#: sphinx/cmd/quickstart.py:552 +#: sphinx/cmd/quickstart.py:551 msgid "do not create makefile" msgstr "" -#: sphinx/cmd/quickstart.py:554 +#: sphinx/cmd/quickstart.py:553 msgid "create batchfile" msgstr "" -#: sphinx/cmd/quickstart.py:557 +#: sphinx/cmd/quickstart.py:556 msgid "do not create batchfile" msgstr "" -#: sphinx/cmd/quickstart.py:560 +#: sphinx/cmd/quickstart.py:559 msgid "use make-mode for Makefile/make.bat" msgstr "" -#: sphinx/cmd/quickstart.py:563 +#: sphinx/cmd/quickstart.py:562 msgid "do not use make-mode for Makefile/make.bat" msgstr "" -#: sphinx/cmd/quickstart.py:565 +#: sphinx/cmd/quickstart.py:564 msgid "Project templating" msgstr "" -#: sphinx/cmd/quickstart.py:568 +#: sphinx/cmd/quickstart.py:567 msgid "template directory for template files" msgstr "" -#: sphinx/cmd/quickstart.py:571 +#: sphinx/cmd/quickstart.py:570 msgid "define a template variable" msgstr "" -#: sphinx/cmd/quickstart.py:605 +#: sphinx/cmd/quickstart.py:604 msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." msgstr "" -#: sphinx/cmd/quickstart.py:619 +#: sphinx/cmd/quickstart.py:618 msgid "" "Error: specified path is not a directory, or sphinx files already exist." msgstr "" -#: sphinx/cmd/quickstart.py:621 +#: sphinx/cmd/quickstart.py:620 msgid "" "sphinx-quickstart only generate into a empty directory. Please specify a new" " root path." msgstr "" -#: sphinx/cmd/quickstart.py:636 +#: sphinx/cmd/quickstart.py:635 #, python-format msgid "Invalid template variable: %s" msgstr "" @@ -1768,17 +1768,17 @@ msgstr "Autor: " msgid "%s %s" msgstr "%s %s" -#: sphinx/domains/c.py:64 sphinx/domains/cpp.py:6371 +#: sphinx/domains/c.py:64 sphinx/domains/cpp.py:6445 #: sphinx/domains/python.py:210 sphinx/ext/napoleon/docstring.py:696 msgid "Parameters" msgstr "Parametry" -#: sphinx/domains/c.py:67 sphinx/domains/cpp.py:6380 -#: sphinx/domains/javascript.py:210 sphinx/domains/python.py:222 +#: sphinx/domains/c.py:67 sphinx/domains/cpp.py:6454 +#: sphinx/domains/javascript.py:209 sphinx/domains/python.py:222 msgid "Returns" msgstr "Vrací" -#: sphinx/domains/c.py:69 sphinx/domains/javascript.py:212 +#: sphinx/domains/c.py:69 sphinx/domains/javascript.py:211 #: sphinx/domains/python.py:224 msgid "Return type" msgstr "Typ návratové hodnoty" @@ -1808,12 +1808,12 @@ msgstr "%s (C typ)" msgid "%s (C variable)" msgstr "%s (C proměnná)" -#: sphinx/domains/c.py:258 sphinx/domains/cpp.py:6956 -#: sphinx/domains/javascript.py:298 sphinx/domains/python.py:741 +#: sphinx/domains/c.py:258 sphinx/domains/cpp.py:7029 +#: sphinx/domains/javascript.py:297 sphinx/domains/python.py:742 msgid "function" msgstr "funkce" -#: sphinx/domains/c.py:259 sphinx/domains/cpp.py:6957 +#: sphinx/domains/c.py:259 sphinx/domains/cpp.py:7030 msgid "member" msgstr "člen" @@ -1821,7 +1821,7 @@ msgstr "člen" msgid "macro" msgstr "makro" -#: sphinx/domains/c.py:261 sphinx/domains/cpp.py:6958 +#: sphinx/domains/c.py:261 sphinx/domains/cpp.py:7031 msgid "type" msgstr "typ" @@ -1844,106 +1844,106 @@ msgstr "Změněno ve verzi %s" msgid "Deprecated since version %s" msgstr "Zastaralé od verze %s" -#: sphinx/domains/cpp.py:4297 +#: sphinx/domains/cpp.py:4323 #, python-format msgid "" "Duplicate declaration, also defined in '%s'.\n" "Declaration is '%s'." msgstr "" -#: sphinx/domains/cpp.py:6374 +#: sphinx/domains/cpp.py:6448 msgid "Template Parameters" msgstr "" -#: sphinx/domains/cpp.py:6377 sphinx/domains/javascript.py:207 +#: sphinx/domains/cpp.py:6451 sphinx/domains/javascript.py:206 msgid "Throws" msgstr "Vyvolá" -#: sphinx/domains/cpp.py:6505 +#: sphinx/domains/cpp.py:6579 #, python-format msgid "%s (C++ %s)" msgstr "" -#: sphinx/domains/cpp.py:6954 sphinx/domains/javascript.py:300 -#: sphinx/domains/python.py:743 +#: sphinx/domains/cpp.py:7027 sphinx/domains/javascript.py:299 +#: sphinx/domains/python.py:744 msgid "class" msgstr "třída" -#: sphinx/domains/cpp.py:6955 +#: sphinx/domains/cpp.py:7028 msgid "union" msgstr "" -#: sphinx/domains/cpp.py:6959 +#: sphinx/domains/cpp.py:7032 msgid "concept" msgstr "" -#: sphinx/domains/cpp.py:6960 +#: sphinx/domains/cpp.py:7033 msgid "enum" msgstr "" -#: sphinx/domains/cpp.py:6961 +#: sphinx/domains/cpp.py:7034 msgid "enumerator" msgstr "" -#: sphinx/domains/cpp.py:7054 +#: sphinx/domains/cpp.py:7127 #, python-format msgid "" "Duplicate declaration, also defined in '%s'.\n" "Name of declaration is '%s'." msgstr "" -#: sphinx/domains/javascript.py:131 sphinx/domains/python.py:429 +#: sphinx/domains/javascript.py:130 sphinx/domains/python.py:430 #, python-format msgid "%s() (built-in function)" msgstr "%s() (vestavěná funkce)" -#: sphinx/domains/javascript.py:132 sphinx/domains/python.py:494 +#: sphinx/domains/javascript.py:131 sphinx/domains/python.py:495 #, python-format msgid "%s() (%s method)" msgstr "%s() (metoda %s)" -#: sphinx/domains/javascript.py:134 +#: sphinx/domains/javascript.py:133 #, python-format msgid "%s() (class)" msgstr "%s() (třída)" -#: sphinx/domains/javascript.py:136 +#: sphinx/domains/javascript.py:135 #, python-format msgid "%s (global variable or constant)" msgstr "%s (globální proměnná nebo konstanta)" -#: sphinx/domains/javascript.py:138 sphinx/domains/python.py:532 +#: sphinx/domains/javascript.py:137 sphinx/domains/python.py:533 #, python-format msgid "%s (%s attribute)" msgstr "%s (atribut %s)" -#: sphinx/domains/javascript.py:204 +#: sphinx/domains/javascript.py:203 msgid "Arguments" msgstr "Argumenty" -#: sphinx/domains/javascript.py:265 sphinx/domains/python.py:609 +#: sphinx/domains/javascript.py:264 sphinx/domains/python.py:610 #, python-format msgid "%s (module)" msgstr "%s (modul)" -#: sphinx/domains/javascript.py:299 sphinx/domains/python.py:745 +#: sphinx/domains/javascript.py:298 sphinx/domains/python.py:746 msgid "method" msgstr "metoda" -#: sphinx/domains/javascript.py:301 sphinx/domains/python.py:742 +#: sphinx/domains/javascript.py:300 sphinx/domains/python.py:743 msgid "data" msgstr "data" -#: sphinx/domains/javascript.py:302 sphinx/domains/python.py:748 +#: sphinx/domains/javascript.py:301 sphinx/domains/python.py:749 msgid "attribute" msgstr "atribut" -#: sphinx/domains/javascript.py:303 sphinx/domains/python.py:49 -#: sphinx/domains/python.py:749 +#: sphinx/domains/javascript.py:302 sphinx/domains/python.py:49 +#: sphinx/domains/python.py:750 msgid "module" msgstr "modul" -#: sphinx/domains/math.py:101 sphinx/writers/latex.py:2451 +#: sphinx/domains/math.py:101 sphinx/writers/latex.py:2459 #, python-format msgid "Invalid math_eqref_format: %r" msgstr "" @@ -1965,7 +1965,7 @@ msgstr "operátor" msgid "object" msgstr "objekt" -#: sphinx/domains/python.py:53 sphinx/domains/python.py:744 +#: sphinx/domains/python.py:53 sphinx/domains/python.py:745 msgid "exception" msgstr "výjimka" @@ -1985,88 +1985,88 @@ msgstr "Proměnné" msgid "Raises" msgstr "Vyvolá" -#: sphinx/domains/python.py:430 sphinx/domains/python.py:488 -#: sphinx/domains/python.py:500 sphinx/domains/python.py:513 +#: sphinx/domains/python.py:431 sphinx/domains/python.py:489 +#: sphinx/domains/python.py:501 sphinx/domains/python.py:514 #, python-format msgid "%s() (in module %s)" msgstr "%s() (v modulu %s)" -#: sphinx/domains/python.py:433 +#: sphinx/domains/python.py:434 #, python-format msgid "%s (built-in variable)" msgstr "%s (vestavěná proměnná)" -#: sphinx/domains/python.py:434 sphinx/domains/python.py:526 +#: sphinx/domains/python.py:435 sphinx/domains/python.py:527 #, python-format msgid "%s (in module %s)" msgstr "%s (v modulu %s)" -#: sphinx/domains/python.py:454 +#: sphinx/domains/python.py:455 #, python-format msgid "%s (built-in class)" msgstr "%s (vestavěná třída)" -#: sphinx/domains/python.py:455 +#: sphinx/domains/python.py:456 #, python-format msgid "%s (class in %s)" msgstr "%s (třída v %s)" -#: sphinx/domains/python.py:492 +#: sphinx/domains/python.py:493 #, python-format msgid "%s() (%s.%s method)" msgstr "%s() (metoda %s.%s)" -#: sphinx/domains/python.py:504 +#: sphinx/domains/python.py:505 #, python-format msgid "%s() (%s.%s static method)" msgstr "%s() (statická metoda %s.%s)" -#: sphinx/domains/python.py:507 +#: sphinx/domains/python.py:508 #, python-format msgid "%s() (%s static method)" msgstr "%s() (statická metoda %s)" -#: sphinx/domains/python.py:517 +#: sphinx/domains/python.py:518 #, python-format msgid "%s() (%s.%s class method)" msgstr "%s() (třídní metoda %s.%s)" -#: sphinx/domains/python.py:520 +#: sphinx/domains/python.py:521 #, python-format msgid "%s() (%s class method)" msgstr "%s() (třídní metoda %s)" -#: sphinx/domains/python.py:530 +#: sphinx/domains/python.py:531 #, python-format msgid "%s (%s.%s attribute)" msgstr "%s (atribut %s.%s)" -#: sphinx/domains/python.py:667 +#: sphinx/domains/python.py:668 msgid "Python Module Index" msgstr "Rejstřík modulů Pythonu" -#: sphinx/domains/python.py:668 +#: sphinx/domains/python.py:669 msgid "modules" msgstr "moduly" -#: sphinx/domains/python.py:719 +#: sphinx/domains/python.py:720 msgid "Deprecated" msgstr "Zastaralé" -#: sphinx/domains/python.py:746 +#: sphinx/domains/python.py:747 msgid "class method" msgstr "třídní metoda" -#: sphinx/domains/python.py:747 +#: sphinx/domains/python.py:748 msgid "static method" msgstr "statická metoda" -#: sphinx/domains/python.py:879 +#: sphinx/domains/python.py:880 #, python-format msgid "more than one target found for cross-reference %r: %s" msgstr "" -#: sphinx/domains/python.py:917 +#: sphinx/domains/python.py:918 msgid " (deprecated)" msgstr " (zastaralé)" @@ -2142,7 +2142,7 @@ msgstr "Vyhledávací stránka" msgid "duplicate citation %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:631 sphinx/ext/autosectionlabel.py:61 +#: sphinx/domains/std.py:631 sphinx/ext/autosectionlabel.py:56 #, python-format msgid "duplicate label %s, other instance in %s" msgstr "" @@ -2202,21 +2202,21 @@ msgid "" "another doctree directory." msgstr "" -#: sphinx/environment/__init__.py:408 +#: sphinx/environment/__init__.py:404 #, python-format msgid "Failed to scan documents in %s: %r" msgstr "" -#: sphinx/environment/__init__.py:536 +#: sphinx/environment/__init__.py:532 #, python-format msgid "Domain %r is not registered" msgstr "" -#: sphinx/environment/__init__.py:621 +#: sphinx/environment/__init__.py:617 msgid "self referenced toctree found. Ignored." msgstr "" -#: sphinx/environment/__init__.py:662 +#: sphinx/environment/__init__.py:658 msgid "document isn't included in any toctree" msgstr "" @@ -2236,6 +2236,7 @@ msgid "unknown index entry type %r" msgstr "" #: sphinx/environment/adapters/indexentries.py:156 +#: sphinx/templates/latex/sphinxmessages.sty_t:11 msgid "Symbols" msgstr "Symboly" @@ -2261,22 +2262,22 @@ msgstr "" msgid "toctree contains reference to nonexisting document %r" msgstr "" -#: sphinx/environment/collectors/asset.py:91 +#: sphinx/environment/collectors/asset.py:90 #, python-format msgid "image file not readable: %s" msgstr "" -#: sphinx/environment/collectors/asset.py:107 +#: sphinx/environment/collectors/asset.py:106 #, python-format msgid "image file %s not readable: %s" msgstr "" -#: sphinx/environment/collectors/asset.py:135 +#: sphinx/environment/collectors/asset.py:134 #, python-format msgid "download file not readable: %s" msgstr "" -#: sphinx/environment/collectors/toctree.py:197 +#: sphinx/environment/collectors/toctree.py:196 #, python-format msgid "%s is already assigned section numbers (nested numbered toctree?)" msgstr "" @@ -2420,38 +2421,38 @@ msgstr "" msgid "module %s could not be imported: %s" msgstr "" -#: sphinx/ext/doctest.py:142 +#: sphinx/ext/doctest.py:132 #, python-format msgid "missing '+' or '-' in '%s' option." msgstr "" -#: sphinx/ext/doctest.py:147 +#: sphinx/ext/doctest.py:137 #, python-format msgid "'%s' is not a valid option." msgstr "" -#: sphinx/ext/doctest.py:161 +#: sphinx/ext/doctest.py:151 #, python-format msgid "'%s' is not a valid pyversion option" msgstr "" -#: sphinx/ext/doctest.py:230 +#: sphinx/ext/doctest.py:222 msgid "invalid TestCode type" msgstr "" -#: sphinx/ext/doctest.py:291 +#: sphinx/ext/doctest.py:283 #, python-format msgid "" "Testing of doctests in the sources finished, look at the results in " "%(outdir)s/output.txt." msgstr "" -#: sphinx/ext/doctest.py:438 +#: sphinx/ext/doctest.py:446 #, python-format msgid "no code/output in %s block at %s:%s" msgstr "" -#: sphinx/ext/doctest.py:527 +#: sphinx/ext/doctest.py:535 #, python-format msgid "ignoring invalid doctest code: %r" msgstr "" @@ -2469,7 +2470,7 @@ msgstr "" msgid "Ignoring \"graphviz\" directive without content." msgstr "" -#: sphinx/ext/graphviz.py:252 +#: sphinx/ext/graphviz.py:250 #, python-format msgid "" "dot did not produce an output file:\n" @@ -2479,14 +2480,14 @@ msgid "" "%r" msgstr "" -#: sphinx/ext/graphviz.py:256 +#: sphinx/ext/graphviz.py:254 #, python-format msgid "" "dot command %r cannot be run (needed for graphviz output), check the " "graphviz_dot setting" msgstr "" -#: sphinx/ext/graphviz.py:263 +#: sphinx/ext/graphviz.py:261 #, python-format msgid "" "dot exited with error:\n" @@ -2496,23 +2497,23 @@ msgid "" "%r" msgstr "" -#: sphinx/ext/graphviz.py:273 +#: sphinx/ext/graphviz.py:271 #, python-format msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" msgstr "" -#: sphinx/ext/graphviz.py:277 sphinx/ext/graphviz.py:331 -#: sphinx/ext/graphviz.py:369 +#: sphinx/ext/graphviz.py:275 sphinx/ext/graphviz.py:329 +#: sphinx/ext/graphviz.py:367 #, python-format msgid "dot code %r: %s" msgstr "" -#: sphinx/ext/graphviz.py:384 sphinx/ext/graphviz.py:393 +#: sphinx/ext/graphviz.py:382 sphinx/ext/graphviz.py:391 #, python-format msgid "[graph: %s]" msgstr "[graf: %s]" -#: sphinx/ext/graphviz.py:386 sphinx/ext/graphviz.py:395 +#: sphinx/ext/graphviz.py:384 sphinx/ext/graphviz.py:393 msgid "[graph]" msgstr "[graf]" @@ -2531,31 +2532,31 @@ msgid "" "%r" msgstr "" -#: sphinx/ext/imgmath.py:140 +#: sphinx/ext/imgmath.py:139 #, python-format msgid "" "LaTeX command %r cannot be run (needed for math display), check the " "imgmath_latex setting" msgstr "" -#: sphinx/ext/imgmath.py:155 +#: sphinx/ext/imgmath.py:154 #, python-format msgid "" "%s command %r cannot be run (needed for math display), check the imgmath_%s " "setting" msgstr "" -#: sphinx/ext/imgmath.py:290 +#: sphinx/ext/imgmath.py:289 #, python-format msgid "display latex %r: %s" msgstr "" -#: sphinx/ext/imgmath.py:317 +#: sphinx/ext/imgmath.py:316 #, python-format msgid "inline latex %r: %s" msgstr "" -#: sphinx/ext/imgmath.py:324 sphinx/ext/mathjax.py:54 +#: sphinx/ext/imgmath.py:323 sphinx/ext/mathjax.py:54 msgid "Permalink to this equation" msgstr "" @@ -2575,26 +2576,26 @@ msgid "" "alternatives:" msgstr "" -#: sphinx/ext/intersphinx.py:237 +#: sphinx/ext/intersphinx.py:238 msgid "failed to reach any of the inventories with the following issues:" msgstr "" -#: sphinx/ext/intersphinx.py:312 +#: sphinx/ext/intersphinx.py:311 #, python-format msgid "(in %s v%s)" msgstr "(v %s v%s)" -#: sphinx/ext/intersphinx.py:314 +#: sphinx/ext/intersphinx.py:313 #, python-format msgid "(in %s)" msgstr "" -#: sphinx/ext/intersphinx.py:348 +#: sphinx/ext/intersphinx.py:347 #, python-format msgid "intersphinx identifier %r is not string. Ignored" msgstr "" -#: sphinx/ext/intersphinx.py:361 +#: sphinx/ext/intersphinx.py:360 #, python-format msgid "Fail to read intersphinx_mapping[%s], Ignored: %r" msgstr "" @@ -2650,29 +2651,29 @@ msgstr "Přehled: kód modulu" msgid "

All modules for which code is available

" msgstr "

Všechny moduly s dostupným kódem

" -#: sphinx/ext/autodoc/__init__.py:302 +#: sphinx/ext/autodoc/__init__.py:300 #, python-format msgid "invalid signature for auto%s (%r)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:402 +#: sphinx/ext/autodoc/__init__.py:400 #, python-format msgid "error while formatting arguments for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:514 +#: sphinx/ext/autodoc/__init__.py:512 #, python-format msgid "missing attribute %s in object %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:602 +#: sphinx/ext/autodoc/__init__.py:600 #, python-format msgid "" "autodoc: failed to determine %r to be documented.the following exception was raised:\n" "%s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:694 +#: sphinx/ext/autodoc/__init__.py:692 #, python-format msgid "" "don't know which module to import for autodocumenting %r (try placing a " @@ -2680,39 +2681,39 @@ msgid "" "explicit module name)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:788 +#: sphinx/ext/autodoc/__init__.py:786 msgid "\"::\" in automodule name doesn't make sense" msgstr "" -#: sphinx/ext/autodoc/__init__.py:796 +#: sphinx/ext/autodoc/__init__.py:794 #, python-format msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:829 +#: sphinx/ext/autodoc/__init__.py:827 #, python-format msgid "" "__all__ should be a list of strings, not %r (in module %s) -- ignoring " "__all__" msgstr "" -#: sphinx/ext/autodoc/__init__.py:844 +#: sphinx/ext/autodoc/__init__.py:842 #, python-format msgid "" "missing attribute mentioned in :members: or __all__: module %s, attribute %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1128 +#: sphinx/ext/autodoc/__init__.py:1126 #, python-format msgid "Bases: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1185 +#: sphinx/ext/autodoc/__init__.py:1183 #, python-format msgid "alias of :class:`%s`" msgstr "alias třídy :class:`%s`" -#: sphinx/ext/autodoc/__init__.py:1470 +#: sphinx/ext/autodoc/__init__.py:1468 #, python-format msgid "Ignoring invalid option in autodoc_default_flags: %r" msgstr "" @@ -2748,17 +2749,17 @@ msgid "" "contain .rst. Skipped." msgstr "" -#: sphinx/ext/autosummary/generate.py:102 +#: sphinx/ext/autosummary/generate.py:100 #, python-format msgid "[autosummary] generating autosummary for: %s" msgstr "" -#: sphinx/ext/autosummary/generate.py:106 +#: sphinx/ext/autosummary/generate.py:104 #, python-format msgid "[autosummary] writing to %s" msgstr "" -#: sphinx/ext/autosummary/generate.py:366 +#: sphinx/ext/autosummary/generate.py:364 msgid "" "\n" "Generate ReStructuredText using autosummary directives.\n" @@ -2773,25 +2774,25 @@ msgid "" " pydoc sphinx.ext.autosummary\n" msgstr "" -#: sphinx/ext/autosummary/generate.py:383 +#: sphinx/ext/autosummary/generate.py:381 msgid "source files to generate rST files for" msgstr "" -#: sphinx/ext/autosummary/generate.py:387 +#: sphinx/ext/autosummary/generate.py:385 msgid "directory to place all output in" msgstr "" -#: sphinx/ext/autosummary/generate.py:390 +#: sphinx/ext/autosummary/generate.py:388 #, python-format msgid "default suffix for files (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:394 +#: sphinx/ext/autosummary/generate.py:392 #, python-format msgid "custom template directory (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:398 +#: sphinx/ext/autosummary/generate.py:396 #, python-format msgid "document imported members (default: %(default)s)" msgstr "" @@ -2869,6 +2870,7 @@ msgid "Warning" msgstr "Varování" #: sphinx/templates/latex/longtable.tex_t:23 +#: sphinx/templates/latex/sphinxmessages.sty_t:8 msgid "continued from previous page" msgstr "pokračujte na předchozí stránce" @@ -2876,13 +2878,29 @@ msgstr "pokračujte na předchozí stránce" msgid "Continued on next page" msgstr "Pokračujte na další stránce" +#: sphinx/templates/latex/sphinxmessages.sty_t:9 +msgid "continues on next page" +msgstr "" + +#: sphinx/templates/latex/sphinxmessages.sty_t:10 +msgid "Non-alphabetical" +msgstr "" + +#: sphinx/templates/latex/sphinxmessages.sty_t:12 +msgid "Numbers" +msgstr "" + +#: sphinx/templates/latex/sphinxmessages.sty_t:13 +msgid "page" +msgstr "" + #: sphinx/themes/agogo/layout.html:46 sphinx/themes/basic/globaltoc.html:10 #: sphinx/themes/basic/localtoc.html:11 sphinx/themes/scrolls/layout.html:41 msgid "Table of Contents" msgstr "" #: sphinx/themes/agogo/layout.html:51 sphinx/themes/basic/layout.html:153 -#: sphinx/themes/basic/search.html:11 sphinx/themes/basic/search.html:26 +#: sphinx/themes/basic/search.html:11 sphinx/themes/basic/search.html:21 #: sphinx/themes/basic/searchresults.html:10 msgid "Search" msgstr "Vyhledávání" @@ -3019,13 +3037,13 @@ msgstr "Další téma" msgid "next chapter" msgstr "další kapitola" -#: sphinx/themes/basic/search.html:30 +#: sphinx/themes/basic/search.html:25 msgid "" "Please activate JavaScript to enable the search\n" " functionality." msgstr "Pro podporu vyhledávání aktivujte JavaScript." -#: sphinx/themes/basic/search.html:35 +#: sphinx/themes/basic/search.html:30 msgid "" "From here you can search these documents. Enter your search\n" " words into the box below and click \"search\". Note that the search\n" @@ -3033,20 +3051,20 @@ msgid "" " containing fewer words won't appear in the result list." msgstr "Toto je vyhledávací stránka. Zadejte klíčová slova a klikněte na \"hledat\". \nVyhledávání automaticky hledá všechna slova, nebudou tedy nalezeny stránky obsahující jen některé z nich." -#: sphinx/themes/basic/search.html:42 +#: sphinx/themes/basic/search.html:37 #: sphinx/themes/basic/searchresults.html:17 msgid "search" msgstr "hledat" -#: sphinx/themes/basic/search.html:46 +#: sphinx/themes/basic/search.html:41 #: sphinx/themes/basic/searchresults.html:21 -#: sphinx/themes/basic/static/searchtools.js:295 +#: sphinx/themes/basic/static/searchtools.js:285 msgid "Search Results" msgstr "Výsledky vyhledávání" -#: sphinx/themes/basic/search.html:48 +#: sphinx/themes/basic/search.html:43 #: sphinx/themes/basic/searchresults.html:23 -#: sphinx/themes/basic/static/searchtools.js:297 +#: sphinx/themes/basic/static/searchtools.js:287 msgid "" "Your search did not match any documents. Please make sure that all words are" " spelled correctly and that you've selected enough categories." @@ -3104,20 +3122,20 @@ msgstr "Trvalý odkaz na tuto definici" msgid "Hide Search Matches" msgstr "Skrýt výsledky vyhledávání" -#: sphinx/themes/basic/static/searchtools.js:131 +#: sphinx/themes/basic/static/searchtools.js:121 msgid "Searching" msgstr "Probíhá vyhledání" -#: sphinx/themes/basic/static/searchtools.js:136 +#: sphinx/themes/basic/static/searchtools.js:126 msgid "Preparing search..." msgstr "Vyhledávání se připravuje..." -#: sphinx/themes/basic/static/searchtools.js:299 +#: sphinx/themes/basic/static/searchtools.js:289 #, python-format msgid "Search finished, found %s page(s) matching the search query." msgstr "Vyhledávání dokončeno, stránky odpovídající hledanému výrazu: %s." -#: sphinx/themes/basic/static/searchtools.js:352 +#: sphinx/themes/basic/static/searchtools.js:342 msgid ", in " msgstr ", v " @@ -3134,18 +3152,18 @@ msgstr "Sbalit boční lištu" msgid "Contents" msgstr "Obsah" -#: sphinx/transforms/__init__.py:259 +#: sphinx/transforms/__init__.py:261 #, python-format msgid "" "4 column based index found. It might be a bug of extensions you use: %r" msgstr "" -#: sphinx/transforms/__init__.py:301 +#: sphinx/transforms/__init__.py:303 #, python-format msgid "Footnote [%s] is not referenced." msgstr "" -#: sphinx/transforms/__init__.py:307 +#: sphinx/transforms/__init__.py:309 msgid "Footnote [#] is not referenced." msgstr "" @@ -3216,7 +3234,7 @@ msgstr "" msgid "failed" msgstr "" -#: sphinx/util/docutils.py:321 +#: sphinx/util/docutils.py:320 msgid "when adding directive classes, no additional arguments may be given" msgstr "" @@ -3277,15 +3295,15 @@ msgstr "Permalink k této tabulce" msgid "Permalink to this code" msgstr "Permalink k tomuto kódu" -#: sphinx/writers/html.py:514 sphinx/writers/html5.py:460 +#: sphinx/writers/html.py:512 sphinx/writers/html5.py:458 msgid "Permalink to this image" msgstr "Permalink k tomuto obrázku" -#: sphinx/writers/html.py:516 sphinx/writers/html5.py:462 +#: sphinx/writers/html.py:514 sphinx/writers/html5.py:460 msgid "Permalink to this toctree" msgstr "" -#: sphinx/writers/html.py:674 sphinx/writers/html5.py:608 +#: sphinx/writers/html.py:672 sphinx/writers/html5.py:606 msgid "Could not obtain image size. :scale: option is ignored." msgstr "" @@ -3322,12 +3340,12 @@ msgstr "" msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: sphinx/writers/latex.py:1843 +#: sphinx/writers/latex.py:1847 #, python-format msgid "unknown index entry type %s found" msgstr "" -#: sphinx/writers/latex.py:2552 +#: sphinx/writers/latex.py:2560 #, python-format msgid "Unknown configure key: latex_elements[%r] is ignored." msgstr "" @@ -3345,12 +3363,12 @@ msgstr "[obrázek]" msgid "caption not inside a figure." msgstr "" -#: sphinx/writers/texinfo.py:1421 +#: sphinx/writers/texinfo.py:1422 #, python-format msgid "unimplemented node type: %r" msgstr "" -#: sphinx/writers/texinfo.py:1426 +#: sphinx/writers/texinfo.py:1427 #, python-format msgid "unknown node type: %r" msgstr "" diff --git a/sphinx/locale/cy/LC_MESSAGES/sphinx.mo b/sphinx/locale/cy/LC_MESSAGES/sphinx.mo index c1d9c69b17..1132a9ea32 100644 Binary files a/sphinx/locale/cy/LC_MESSAGES/sphinx.mo and b/sphinx/locale/cy/LC_MESSAGES/sphinx.mo differ diff --git a/sphinx/locale/cy/LC_MESSAGES/sphinx.po b/sphinx/locale/cy/LC_MESSAGES/sphinx.po index 1af63d14f8..bc00d3b121 100644 --- a/sphinx/locale/cy/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/cy/LC_MESSAGES/sphinx.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2019-02-18 01:52+0900\n" -"PO-Revision-Date: 2019-03-14 16:36+0000\n" +"POT-Creation-Date: 2019-03-29 01:05+0900\n" +"PO-Revision-Date: 2019-03-28 16:08+0000\n" "Last-Translator: Takeshi KOMIYA \n" "Language-Team: Welsh (http://www.transifex.com/sphinx-doc/sphinx-1/language/cy/)\n" "MIME-Version: 1.0\n" @@ -123,7 +123,7 @@ msgstr "" msgid "role %r is already registered, it will be overridden" msgstr "" -#: sphinx/application.py:1182 +#: sphinx/application.py:1179 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -131,7 +131,7 @@ msgid "" "explicit" msgstr "" -#: sphinx/application.py:1188 +#: sphinx/application.py:1185 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -139,7 +139,7 @@ msgid "" "explicit" msgstr "" -#: sphinx/application.py:1199 +#: sphinx/application.py:1196 #, python-format msgid "doing serial %s" msgstr "" @@ -588,44 +588,44 @@ msgstr "" msgid "preparing documents" msgstr "" -#: sphinx/builders/_epub_base.py:219 +#: sphinx/builders/_epub_base.py:218 #, python-format msgid "duplicated ToC entry found: %s" msgstr "" -#: sphinx/builders/_epub_base.py:415 sphinx/builders/html.py:761 -#: sphinx/builders/latex/__init__.py:413 sphinx/builders/texinfo.py:190 +#: sphinx/builders/_epub_base.py:414 sphinx/builders/html.py:761 +#: sphinx/builders/latex/__init__.py:415 sphinx/builders/texinfo.py:190 msgid "copying images... " msgstr "" -#: sphinx/builders/_epub_base.py:422 +#: sphinx/builders/_epub_base.py:421 #, python-format msgid "cannot read image file %r: copying it instead" msgstr "" -#: sphinx/builders/_epub_base.py:428 sphinx/builders/html.py:769 -#: sphinx/builders/latex/__init__.py:421 sphinx/builders/texinfo.py:198 +#: sphinx/builders/_epub_base.py:427 sphinx/builders/html.py:769 +#: sphinx/builders/latex/__init__.py:423 sphinx/builders/texinfo.py:199 #, python-format msgid "cannot copy image file %r: %s" msgstr "" -#: sphinx/builders/_epub_base.py:445 +#: sphinx/builders/_epub_base.py:444 #, python-format msgid "cannot write image file %r: %s" msgstr "" -#: sphinx/builders/_epub_base.py:456 +#: sphinx/builders/_epub_base.py:455 msgid "Pillow not found - copying image files" msgstr "" -#: sphinx/builders/_epub_base.py:491 sphinx/builders/_epub_base.py:504 -#: sphinx/builders/_epub_base.py:540 sphinx/builders/_epub_base.py:725 -#: sphinx/builders/_epub_base.py:758 sphinx/builders/epub3.py:184 +#: sphinx/builders/_epub_base.py:490 sphinx/builders/_epub_base.py:503 +#: sphinx/builders/_epub_base.py:539 sphinx/builders/_epub_base.py:724 +#: sphinx/builders/_epub_base.py:757 sphinx/builders/epub3.py:183 #, python-format msgid "writing %s file..." msgstr "" -#: sphinx/builders/_epub_base.py:566 +#: sphinx/builders/_epub_base.py:565 #, python-format msgid "unknown mimetype for %s, ignoring" msgstr "" @@ -644,19 +644,19 @@ msgstr "" msgid "writing summary file..." msgstr "" -#: sphinx/builders/changes.py:87 +#: sphinx/builders/changes.py:86 msgid "Builtins" msgstr "" -#: sphinx/builders/changes.py:89 +#: sphinx/builders/changes.py:88 msgid "Module level" msgstr "Lefel modiwl" -#: sphinx/builders/changes.py:134 +#: sphinx/builders/changes.py:133 msgid "copying source files..." msgstr "" -#: sphinx/builders/changes.py:141 +#: sphinx/builders/changes.py:140 #, python-format msgid "could not read %r for changelog creation" msgstr "" @@ -665,76 +665,76 @@ msgstr "" msgid "The dummy builder generates no files." msgstr "" -#: sphinx/builders/epub3.py:69 +#: sphinx/builders/epub3.py:68 #, python-format msgid "The ePub file is in %(outdir)s." msgstr "" -#: sphinx/builders/epub3.py:212 +#: sphinx/builders/epub3.py:211 msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:216 +#: sphinx/builders/epub3.py:215 msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:219 +#: sphinx/builders/epub3.py:218 msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:223 +#: sphinx/builders/epub3.py:222 msgid "conf value \"epub_author\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:226 +#: sphinx/builders/epub3.py:225 msgid "conf value \"epub_contributor\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:229 +#: sphinx/builders/epub3.py:228 msgid "conf value \"epub_description\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:232 +#: sphinx/builders/epub3.py:231 msgid "conf value \"epub_publisher\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:235 +#: sphinx/builders/epub3.py:234 msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:239 +#: sphinx/builders/epub3.py:238 msgid "conf value \"epub_identifier\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:242 +#: sphinx/builders/epub3.py:241 msgid "conf value \"version\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:257 sphinx/builders/html.py:1166 +#: sphinx/builders/epub3.py:256 sphinx/builders/html.py:1166 #, python-format msgid "invalid css_file: %r, ignored" msgstr "" -#: sphinx/builders/gettext.py:215 +#: sphinx/builders/gettext.py:221 #, python-format msgid "The message catalogs are in %(outdir)s." msgstr "" -#: sphinx/builders/gettext.py:239 +#: sphinx/builders/gettext.py:245 #, python-format msgid "building [%s]: " msgstr "" -#: sphinx/builders/gettext.py:240 +#: sphinx/builders/gettext.py:246 #, python-format msgid "targets for %d template files" msgstr "" -#: sphinx/builders/gettext.py:244 +#: sphinx/builders/gettext.py:250 msgid "reading templates... " msgstr "" -#: sphinx/builders/gettext.py:271 +#: sphinx/builders/gettext.py:277 msgid "writing message catalogs... " msgstr "" @@ -753,7 +753,7 @@ msgstr "" msgid "Failed to read build info file: %r" msgstr "" -#: sphinx/builders/html.py:488 sphinx/builders/latex/__init__.py:204 +#: sphinx/builders/html.py:488 sphinx/builders/latex/__init__.py:206 #: sphinx/transforms/__init__.py:121 sphinx/writers/manpage.py:118 #: sphinx/writers/texinfo.py:243 #, python-format @@ -806,7 +806,7 @@ msgstr "" msgid "html_static_path entry %r does not exist" msgstr "" -#: sphinx/builders/html.py:839 sphinx/builders/latex/__init__.py:398 +#: sphinx/builders/html.py:839 sphinx/builders/latex/__init__.py:400 #, python-format msgid "logo file %r does not exist" msgstr "" @@ -923,7 +923,7 @@ msgstr "" msgid "no \"man_pages\" config value found; no manual pages will be written" msgstr "" -#: sphinx/builders/latex/__init__.py:270 sphinx/builders/manpage.py:64 +#: sphinx/builders/latex/__init__.py:272 sphinx/builders/manpage.py:64 #: sphinx/builders/singlehtml.py:174 sphinx/builders/texinfo.py:120 msgid "writing" msgstr "" @@ -967,24 +967,24 @@ msgstr "" msgid "\"texinfo_documents\" config value references unknown document %s" msgstr "" -#: sphinx/builders/latex/__init__.py:253 sphinx/builders/texinfo.py:116 +#: sphinx/builders/latex/__init__.py:255 sphinx/builders/texinfo.py:116 #, python-format msgid "processing %s" msgstr "" -#: sphinx/builders/latex/__init__.py:322 sphinx/builders/texinfo.py:163 +#: sphinx/builders/latex/__init__.py:323 sphinx/builders/texinfo.py:164 msgid "resolving references..." msgstr "" -#: sphinx/builders/latex/__init__.py:332 sphinx/builders/texinfo.py:172 +#: sphinx/builders/latex/__init__.py:333 sphinx/builders/texinfo.py:173 msgid " (in " msgstr " (yn " -#: sphinx/builders/texinfo.py:204 +#: sphinx/builders/texinfo.py:205 msgid "copying Texinfo support files" msgstr "" -#: sphinx/builders/texinfo.py:208 +#: sphinx/builders/texinfo.py:209 #, python-format msgid "error writing file Makefile: %s" msgstr "" @@ -1004,28 +1004,28 @@ msgstr "" msgid "The pseudo-XML files are in %(outdir)s." msgstr "" -#: sphinx/builders/latex/__init__.py:121 +#: sphinx/builders/latex/__init__.py:123 #, python-format msgid "The LaTeX files are in %(outdir)s." msgstr "" -#: sphinx/builders/latex/__init__.py:123 +#: sphinx/builders/latex/__init__.py:125 msgid "" "\n" "Run 'make' in that directory to run these through (pdf)latex\n" "(use `make latexpdf' here to do that automatically)." msgstr "" -#: sphinx/builders/latex/__init__.py:163 +#: sphinx/builders/latex/__init__.py:165 msgid "no \"latex_documents\" config value found; no documents will be written" msgstr "" -#: sphinx/builders/latex/__init__.py:171 +#: sphinx/builders/latex/__init__.py:173 #, python-format msgid "\"latex_documents\" config value references unknown document %s" msgstr "" -#: sphinx/builders/latex/__init__.py:211 sphinx/domains/std.py:501 +#: sphinx/builders/latex/__init__.py:213 sphinx/domains/std.py:501 #: sphinx/templates/latex/latex.tex_t:79 #: sphinx/themes/basic/genindex-single.html:30 #: sphinx/themes/basic/genindex-single.html:55 @@ -1037,28 +1037,28 @@ msgstr "" msgid "Index" msgstr "Indecs" -#: sphinx/builders/latex/__init__.py:214 sphinx/templates/latex/latex.tex_t:64 +#: sphinx/builders/latex/__init__.py:216 sphinx/templates/latex/latex.tex_t:64 msgid "Release" msgstr "Rhyddhad" -#: sphinx/builders/latex/__init__.py:222 sphinx/writers/latex.py:549 +#: sphinx/builders/latex/__init__.py:224 sphinx/writers/latex.py:549 #, python-format msgid "no Babel option known for language %r" msgstr "" -#: sphinx/builders/latex/__init__.py:361 +#: sphinx/builders/latex/__init__.py:363 msgid "copying TeX support files" msgstr "" -#: sphinx/builders/latex/__init__.py:382 +#: sphinx/builders/latex/__init__.py:384 msgid "copying TeX support files..." msgstr "" -#: sphinx/builders/latex/__init__.py:402 +#: sphinx/builders/latex/__init__.py:404 msgid "copying additional files" msgstr "" -#: sphinx/builders/latex/__init__.py:445 +#: sphinx/builders/latex/__init__.py:447 #, python-format msgid "Unknown configure key: latex_elements[%r]. ignored." msgstr "" @@ -1121,8 +1121,8 @@ msgstr "" msgid "job number should be a positive number" msgstr "" -#: sphinx/cmd/build.py:106 sphinx/cmd/quickstart.py:498 -#: sphinx/ext/apidoc.py:298 sphinx/ext/autosummary/generate.py:365 +#: sphinx/cmd/build.py:106 sphinx/cmd/quickstart.py:497 +#: sphinx/ext/apidoc.py:298 sphinx/ext/autosummary/generate.py:363 msgid "For more information, visit ." msgstr "" @@ -1499,13 +1499,13 @@ msgstr "" msgid "Indicate which of the following Sphinx extensions should be enabled:" msgstr "" -#: sphinx/cmd/quickstart.py:354 +#: sphinx/cmd/quickstart.py:353 msgid "" "Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " "been deselected." msgstr "" -#: sphinx/cmd/quickstart.py:359 +#: sphinx/cmd/quickstart.py:358 msgid "" "\n" "A Makefile and a Windows command file can be generated for you so that you\n" @@ -1513,29 +1513,29 @@ msgid "" "directly." msgstr "" -#: sphinx/cmd/quickstart.py:363 +#: sphinx/cmd/quickstart.py:362 msgid "Create Makefile? (y/n)" msgstr "" -#: sphinx/cmd/quickstart.py:366 +#: sphinx/cmd/quickstart.py:365 msgid "Create Windows command file? (y/n)" msgstr "" -#: sphinx/cmd/quickstart.py:409 sphinx/ext/apidoc.py:74 +#: sphinx/cmd/quickstart.py:408 sphinx/ext/apidoc.py:74 #, python-format msgid "Creating file %s." msgstr "" -#: sphinx/cmd/quickstart.py:414 sphinx/ext/apidoc.py:72 +#: sphinx/cmd/quickstart.py:413 sphinx/ext/apidoc.py:72 #, python-format msgid "File %s already exists, skipping." msgstr "" -#: sphinx/cmd/quickstart.py:450 +#: sphinx/cmd/quickstart.py:449 msgid "Finished: An initial directory structure has been created." msgstr "" -#: sphinx/cmd/quickstart.py:451 +#: sphinx/cmd/quickstart.py:450 #, python-format msgid "" "\n" @@ -1543,26 +1543,26 @@ msgid "" "source files. " msgstr "" -#: sphinx/cmd/quickstart.py:453 +#: sphinx/cmd/quickstart.py:452 msgid "" "Use the Makefile to build the docs, like so:\n" " make builder\n" msgstr "" -#: sphinx/cmd/quickstart.py:456 +#: sphinx/cmd/quickstart.py:455 #, python-format msgid "" "Use the sphinx-build command to build the docs, like so:\n" " sphinx-build -b builder %s %s\n" msgstr "" -#: sphinx/cmd/quickstart.py:459 +#: sphinx/cmd/quickstart.py:458 msgid "" "where \"builder\" is one of the supported builders, e.g. html, latex or " "linkcheck.\n" msgstr "" -#: sphinx/cmd/quickstart.py:499 +#: sphinx/cmd/quickstart.py:498 msgid "" "\n" "Generate required files for a Sphinx project.\n" @@ -1572,131 +1572,131 @@ msgid "" "Makefile to be used with sphinx-build.\n" msgstr "" -#: sphinx/cmd/quickstart.py:509 +#: sphinx/cmd/quickstart.py:508 msgid "quiet mode" msgstr "" -#: sphinx/cmd/quickstart.py:514 +#: sphinx/cmd/quickstart.py:513 msgid "output path" msgstr "" -#: sphinx/cmd/quickstart.py:516 +#: sphinx/cmd/quickstart.py:515 msgid "Structure options" msgstr "" -#: sphinx/cmd/quickstart.py:518 +#: sphinx/cmd/quickstart.py:517 msgid "if specified, separate source and build dirs" msgstr "" -#: sphinx/cmd/quickstart.py:520 +#: sphinx/cmd/quickstart.py:519 msgid "replacement for dot in _templates etc." msgstr "" -#: sphinx/cmd/quickstart.py:522 +#: sphinx/cmd/quickstart.py:521 msgid "Project basic options" msgstr "" -#: sphinx/cmd/quickstart.py:524 +#: sphinx/cmd/quickstart.py:523 msgid "project name" msgstr "" -#: sphinx/cmd/quickstart.py:526 +#: sphinx/cmd/quickstart.py:525 msgid "author names" msgstr "" -#: sphinx/cmd/quickstart.py:528 +#: sphinx/cmd/quickstart.py:527 msgid "version of project" msgstr "" -#: sphinx/cmd/quickstart.py:530 +#: sphinx/cmd/quickstart.py:529 msgid "release of project" msgstr "" -#: sphinx/cmd/quickstart.py:532 +#: sphinx/cmd/quickstart.py:531 msgid "document language" msgstr "" -#: sphinx/cmd/quickstart.py:534 +#: sphinx/cmd/quickstart.py:533 msgid "source file suffix" msgstr "" -#: sphinx/cmd/quickstart.py:536 +#: sphinx/cmd/quickstart.py:535 msgid "master document name" msgstr "" -#: sphinx/cmd/quickstart.py:538 +#: sphinx/cmd/quickstart.py:537 msgid "use epub" msgstr "" -#: sphinx/cmd/quickstart.py:540 +#: sphinx/cmd/quickstart.py:539 msgid "Extension options" msgstr "" -#: sphinx/cmd/quickstart.py:544 sphinx/ext/apidoc.py:379 +#: sphinx/cmd/quickstart.py:543 sphinx/ext/apidoc.py:379 #, python-format msgid "enable %s extension" msgstr "" -#: sphinx/cmd/quickstart.py:546 sphinx/ext/apidoc.py:375 +#: sphinx/cmd/quickstart.py:545 sphinx/ext/apidoc.py:375 msgid "enable arbitrary extensions" msgstr "" -#: sphinx/cmd/quickstart.py:548 +#: sphinx/cmd/quickstart.py:547 msgid "Makefile and Batchfile creation" msgstr "" -#: sphinx/cmd/quickstart.py:550 +#: sphinx/cmd/quickstart.py:549 msgid "create makefile" msgstr "" -#: sphinx/cmd/quickstart.py:552 +#: sphinx/cmd/quickstart.py:551 msgid "do not create makefile" msgstr "" -#: sphinx/cmd/quickstart.py:554 +#: sphinx/cmd/quickstart.py:553 msgid "create batchfile" msgstr "" -#: sphinx/cmd/quickstart.py:557 +#: sphinx/cmd/quickstart.py:556 msgid "do not create batchfile" msgstr "" -#: sphinx/cmd/quickstart.py:560 +#: sphinx/cmd/quickstart.py:559 msgid "use make-mode for Makefile/make.bat" msgstr "" -#: sphinx/cmd/quickstart.py:563 +#: sphinx/cmd/quickstart.py:562 msgid "do not use make-mode for Makefile/make.bat" msgstr "" -#: sphinx/cmd/quickstart.py:565 +#: sphinx/cmd/quickstart.py:564 msgid "Project templating" msgstr "" -#: sphinx/cmd/quickstart.py:568 +#: sphinx/cmd/quickstart.py:567 msgid "template directory for template files" msgstr "" -#: sphinx/cmd/quickstart.py:571 +#: sphinx/cmd/quickstart.py:570 msgid "define a template variable" msgstr "" -#: sphinx/cmd/quickstart.py:605 +#: sphinx/cmd/quickstart.py:604 msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." msgstr "" -#: sphinx/cmd/quickstart.py:619 +#: sphinx/cmd/quickstart.py:618 msgid "" "Error: specified path is not a directory, or sphinx files already exist." msgstr "" -#: sphinx/cmd/quickstart.py:621 +#: sphinx/cmd/quickstart.py:620 msgid "" "sphinx-quickstart only generate into a empty directory. Please specify a new" " root path." msgstr "" -#: sphinx/cmd/quickstart.py:636 +#: sphinx/cmd/quickstart.py:635 #, python-format msgid "Invalid template variable: %s" msgstr "" @@ -1768,17 +1768,17 @@ msgstr "Awdur:" msgid "%s %s" msgstr "" -#: sphinx/domains/c.py:64 sphinx/domains/cpp.py:6371 +#: sphinx/domains/c.py:64 sphinx/domains/cpp.py:6445 #: sphinx/domains/python.py:210 sphinx/ext/napoleon/docstring.py:696 msgid "Parameters" msgstr "Paramedrau" -#: sphinx/domains/c.py:67 sphinx/domains/cpp.py:6380 -#: sphinx/domains/javascript.py:210 sphinx/domains/python.py:222 +#: sphinx/domains/c.py:67 sphinx/domains/cpp.py:6454 +#: sphinx/domains/javascript.py:209 sphinx/domains/python.py:222 msgid "Returns" msgstr "" -#: sphinx/domains/c.py:69 sphinx/domains/javascript.py:212 +#: sphinx/domains/c.py:69 sphinx/domains/javascript.py:211 #: sphinx/domains/python.py:224 msgid "Return type" msgstr "" @@ -1808,12 +1808,12 @@ msgstr "" msgid "%s (C variable)" msgstr "" -#: sphinx/domains/c.py:258 sphinx/domains/cpp.py:6956 -#: sphinx/domains/javascript.py:298 sphinx/domains/python.py:741 +#: sphinx/domains/c.py:258 sphinx/domains/cpp.py:7029 +#: sphinx/domains/javascript.py:297 sphinx/domains/python.py:742 msgid "function" msgstr "ffwythiant" -#: sphinx/domains/c.py:259 sphinx/domains/cpp.py:6957 +#: sphinx/domains/c.py:259 sphinx/domains/cpp.py:7030 msgid "member" msgstr "aelod" @@ -1821,7 +1821,7 @@ msgstr "aelod" msgid "macro" msgstr "" -#: sphinx/domains/c.py:261 sphinx/domains/cpp.py:6958 +#: sphinx/domains/c.py:261 sphinx/domains/cpp.py:7031 msgid "type" msgstr "" @@ -1844,106 +1844,106 @@ msgstr "Wedi newid yn fersiwn %s" msgid "Deprecated since version %s" msgstr "Dibrisiwyd ers fersiwn %s" -#: sphinx/domains/cpp.py:4297 +#: sphinx/domains/cpp.py:4323 #, python-format msgid "" "Duplicate declaration, also defined in '%s'.\n" "Declaration is '%s'." msgstr "" -#: sphinx/domains/cpp.py:6374 +#: sphinx/domains/cpp.py:6448 msgid "Template Parameters" msgstr "" -#: sphinx/domains/cpp.py:6377 sphinx/domains/javascript.py:207 +#: sphinx/domains/cpp.py:6451 sphinx/domains/javascript.py:206 msgid "Throws" msgstr "" -#: sphinx/domains/cpp.py:6505 +#: sphinx/domains/cpp.py:6579 #, python-format msgid "%s (C++ %s)" msgstr "" -#: sphinx/domains/cpp.py:6954 sphinx/domains/javascript.py:300 -#: sphinx/domains/python.py:743 +#: sphinx/domains/cpp.py:7027 sphinx/domains/javascript.py:299 +#: sphinx/domains/python.py:744 msgid "class" msgstr "" -#: sphinx/domains/cpp.py:6955 +#: sphinx/domains/cpp.py:7028 msgid "union" msgstr "" -#: sphinx/domains/cpp.py:6959 +#: sphinx/domains/cpp.py:7032 msgid "concept" msgstr "" -#: sphinx/domains/cpp.py:6960 +#: sphinx/domains/cpp.py:7033 msgid "enum" msgstr "" -#: sphinx/domains/cpp.py:6961 +#: sphinx/domains/cpp.py:7034 msgid "enumerator" msgstr "" -#: sphinx/domains/cpp.py:7054 +#: sphinx/domains/cpp.py:7127 #, python-format msgid "" "Duplicate declaration, also defined in '%s'.\n" "Name of declaration is '%s'." msgstr "" -#: sphinx/domains/javascript.py:131 sphinx/domains/python.py:429 +#: sphinx/domains/javascript.py:130 sphinx/domains/python.py:430 #, python-format msgid "%s() (built-in function)" msgstr "" -#: sphinx/domains/javascript.py:132 sphinx/domains/python.py:494 +#: sphinx/domains/javascript.py:131 sphinx/domains/python.py:495 #, python-format msgid "%s() (%s method)" msgstr "" -#: sphinx/domains/javascript.py:134 +#: sphinx/domains/javascript.py:133 #, python-format msgid "%s() (class)" msgstr "" -#: sphinx/domains/javascript.py:136 +#: sphinx/domains/javascript.py:135 #, python-format msgid "%s (global variable or constant)" msgstr "%s (newidyn byd-eang neu cysonyn)" -#: sphinx/domains/javascript.py:138 sphinx/domains/python.py:532 +#: sphinx/domains/javascript.py:137 sphinx/domains/python.py:533 #, python-format msgid "%s (%s attribute)" msgstr "" -#: sphinx/domains/javascript.py:204 +#: sphinx/domains/javascript.py:203 msgid "Arguments" msgstr "" -#: sphinx/domains/javascript.py:265 sphinx/domains/python.py:609 +#: sphinx/domains/javascript.py:264 sphinx/domains/python.py:610 #, python-format msgid "%s (module)" msgstr "" -#: sphinx/domains/javascript.py:299 sphinx/domains/python.py:745 +#: sphinx/domains/javascript.py:298 sphinx/domains/python.py:746 msgid "method" msgstr "" -#: sphinx/domains/javascript.py:301 sphinx/domains/python.py:742 +#: sphinx/domains/javascript.py:300 sphinx/domains/python.py:743 msgid "data" msgstr "" -#: sphinx/domains/javascript.py:302 sphinx/domains/python.py:748 +#: sphinx/domains/javascript.py:301 sphinx/domains/python.py:749 msgid "attribute" msgstr "" -#: sphinx/domains/javascript.py:303 sphinx/domains/python.py:49 -#: sphinx/domains/python.py:749 +#: sphinx/domains/javascript.py:302 sphinx/domains/python.py:49 +#: sphinx/domains/python.py:750 msgid "module" msgstr "modiwl" -#: sphinx/domains/math.py:101 sphinx/writers/latex.py:2451 +#: sphinx/domains/math.py:101 sphinx/writers/latex.py:2459 #, python-format msgid "Invalid math_eqref_format: %r" msgstr "" @@ -1965,7 +1965,7 @@ msgstr "gweithredydd" msgid "object" msgstr "gwrthrych" -#: sphinx/domains/python.py:53 sphinx/domains/python.py:744 +#: sphinx/domains/python.py:53 sphinx/domains/python.py:745 msgid "exception" msgstr "" @@ -1985,88 +1985,88 @@ msgstr "" msgid "Raises" msgstr "" -#: sphinx/domains/python.py:430 sphinx/domains/python.py:488 -#: sphinx/domains/python.py:500 sphinx/domains/python.py:513 +#: sphinx/domains/python.py:431 sphinx/domains/python.py:489 +#: sphinx/domains/python.py:501 sphinx/domains/python.py:514 #, python-format msgid "%s() (in module %s)" msgstr "" -#: sphinx/domains/python.py:433 +#: sphinx/domains/python.py:434 #, python-format msgid "%s (built-in variable)" msgstr "" -#: sphinx/domains/python.py:434 sphinx/domains/python.py:526 +#: sphinx/domains/python.py:435 sphinx/domains/python.py:527 #, python-format msgid "%s (in module %s)" msgstr "" -#: sphinx/domains/python.py:454 +#: sphinx/domains/python.py:455 #, python-format msgid "%s (built-in class)" msgstr "" -#: sphinx/domains/python.py:455 +#: sphinx/domains/python.py:456 #, python-format msgid "%s (class in %s)" msgstr "" -#: sphinx/domains/python.py:492 +#: sphinx/domains/python.py:493 #, python-format msgid "%s() (%s.%s method)" msgstr "" -#: sphinx/domains/python.py:504 +#: sphinx/domains/python.py:505 #, python-format msgid "%s() (%s.%s static method)" msgstr "" -#: sphinx/domains/python.py:507 +#: sphinx/domains/python.py:508 #, python-format msgid "%s() (%s static method)" msgstr "" -#: sphinx/domains/python.py:517 +#: sphinx/domains/python.py:518 #, python-format msgid "%s() (%s.%s class method)" msgstr "" -#: sphinx/domains/python.py:520 +#: sphinx/domains/python.py:521 #, python-format msgid "%s() (%s class method)" msgstr "" -#: sphinx/domains/python.py:530 +#: sphinx/domains/python.py:531 #, python-format msgid "%s (%s.%s attribute)" msgstr "" -#: sphinx/domains/python.py:667 +#: sphinx/domains/python.py:668 msgid "Python Module Index" msgstr "" -#: sphinx/domains/python.py:668 +#: sphinx/domains/python.py:669 msgid "modules" msgstr "" -#: sphinx/domains/python.py:719 +#: sphinx/domains/python.py:720 msgid "Deprecated" msgstr "" -#: sphinx/domains/python.py:746 +#: sphinx/domains/python.py:747 msgid "class method" msgstr "" -#: sphinx/domains/python.py:747 +#: sphinx/domains/python.py:748 msgid "static method" msgstr "" -#: sphinx/domains/python.py:879 +#: sphinx/domains/python.py:880 #, python-format msgid "more than one target found for cross-reference %r: %s" msgstr "" -#: sphinx/domains/python.py:917 +#: sphinx/domains/python.py:918 msgid " (deprecated)" msgstr "" @@ -2142,7 +2142,7 @@ msgstr "Tudalen Chwilio" msgid "duplicate citation %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:631 sphinx/ext/autosectionlabel.py:61 +#: sphinx/domains/std.py:631 sphinx/ext/autosectionlabel.py:56 #, python-format msgid "duplicate label %s, other instance in %s" msgstr "" @@ -2202,21 +2202,21 @@ msgid "" "another doctree directory." msgstr "" -#: sphinx/environment/__init__.py:408 +#: sphinx/environment/__init__.py:404 #, python-format msgid "Failed to scan documents in %s: %r" msgstr "" -#: sphinx/environment/__init__.py:536 +#: sphinx/environment/__init__.py:532 #, python-format msgid "Domain %r is not registered" msgstr "" -#: sphinx/environment/__init__.py:621 +#: sphinx/environment/__init__.py:617 msgid "self referenced toctree found. Ignored." msgstr "" -#: sphinx/environment/__init__.py:662 +#: sphinx/environment/__init__.py:658 msgid "document isn't included in any toctree" msgstr "" @@ -2236,6 +2236,7 @@ msgid "unknown index entry type %r" msgstr "" #: sphinx/environment/adapters/indexentries.py:156 +#: sphinx/templates/latex/sphinxmessages.sty_t:11 msgid "Symbols" msgstr "Symbolau" @@ -2261,22 +2262,22 @@ msgstr "" msgid "toctree contains reference to nonexisting document %r" msgstr "" -#: sphinx/environment/collectors/asset.py:91 +#: sphinx/environment/collectors/asset.py:90 #, python-format msgid "image file not readable: %s" msgstr "" -#: sphinx/environment/collectors/asset.py:107 +#: sphinx/environment/collectors/asset.py:106 #, python-format msgid "image file %s not readable: %s" msgstr "" -#: sphinx/environment/collectors/asset.py:135 +#: sphinx/environment/collectors/asset.py:134 #, python-format msgid "download file not readable: %s" msgstr "" -#: sphinx/environment/collectors/toctree.py:197 +#: sphinx/environment/collectors/toctree.py:196 #, python-format msgid "%s is already assigned section numbers (nested numbered toctree?)" msgstr "" @@ -2420,38 +2421,38 @@ msgstr "" msgid "module %s could not be imported: %s" msgstr "" -#: sphinx/ext/doctest.py:142 +#: sphinx/ext/doctest.py:132 #, python-format msgid "missing '+' or '-' in '%s' option." msgstr "" -#: sphinx/ext/doctest.py:147 +#: sphinx/ext/doctest.py:137 #, python-format msgid "'%s' is not a valid option." msgstr "" -#: sphinx/ext/doctest.py:161 +#: sphinx/ext/doctest.py:151 #, python-format msgid "'%s' is not a valid pyversion option" msgstr "" -#: sphinx/ext/doctest.py:230 +#: sphinx/ext/doctest.py:222 msgid "invalid TestCode type" msgstr "" -#: sphinx/ext/doctest.py:291 +#: sphinx/ext/doctest.py:283 #, python-format msgid "" "Testing of doctests in the sources finished, look at the results in " "%(outdir)s/output.txt." msgstr "" -#: sphinx/ext/doctest.py:438 +#: sphinx/ext/doctest.py:446 #, python-format msgid "no code/output in %s block at %s:%s" msgstr "" -#: sphinx/ext/doctest.py:527 +#: sphinx/ext/doctest.py:535 #, python-format msgid "ignoring invalid doctest code: %r" msgstr "" @@ -2469,7 +2470,7 @@ msgstr "" msgid "Ignoring \"graphviz\" directive without content." msgstr "" -#: sphinx/ext/graphviz.py:252 +#: sphinx/ext/graphviz.py:250 #, python-format msgid "" "dot did not produce an output file:\n" @@ -2479,14 +2480,14 @@ msgid "" "%r" msgstr "" -#: sphinx/ext/graphviz.py:256 +#: sphinx/ext/graphviz.py:254 #, python-format msgid "" "dot command %r cannot be run (needed for graphviz output), check the " "graphviz_dot setting" msgstr "" -#: sphinx/ext/graphviz.py:263 +#: sphinx/ext/graphviz.py:261 #, python-format msgid "" "dot exited with error:\n" @@ -2496,23 +2497,23 @@ msgid "" "%r" msgstr "" -#: sphinx/ext/graphviz.py:273 +#: sphinx/ext/graphviz.py:271 #, python-format msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" msgstr "" -#: sphinx/ext/graphviz.py:277 sphinx/ext/graphviz.py:331 -#: sphinx/ext/graphviz.py:369 +#: sphinx/ext/graphviz.py:275 sphinx/ext/graphviz.py:329 +#: sphinx/ext/graphviz.py:367 #, python-format msgid "dot code %r: %s" msgstr "" -#: sphinx/ext/graphviz.py:384 sphinx/ext/graphviz.py:393 +#: sphinx/ext/graphviz.py:382 sphinx/ext/graphviz.py:391 #, python-format msgid "[graph: %s]" msgstr "[graff: %s]" -#: sphinx/ext/graphviz.py:386 sphinx/ext/graphviz.py:395 +#: sphinx/ext/graphviz.py:384 sphinx/ext/graphviz.py:393 msgid "[graph]" msgstr "[graff]" @@ -2531,31 +2532,31 @@ msgid "" "%r" msgstr "" -#: sphinx/ext/imgmath.py:140 +#: sphinx/ext/imgmath.py:139 #, python-format msgid "" "LaTeX command %r cannot be run (needed for math display), check the " "imgmath_latex setting" msgstr "" -#: sphinx/ext/imgmath.py:155 +#: sphinx/ext/imgmath.py:154 #, python-format msgid "" "%s command %r cannot be run (needed for math display), check the imgmath_%s " "setting" msgstr "" -#: sphinx/ext/imgmath.py:290 +#: sphinx/ext/imgmath.py:289 #, python-format msgid "display latex %r: %s" msgstr "" -#: sphinx/ext/imgmath.py:317 +#: sphinx/ext/imgmath.py:316 #, python-format msgid "inline latex %r: %s" msgstr "" -#: sphinx/ext/imgmath.py:324 sphinx/ext/mathjax.py:54 +#: sphinx/ext/imgmath.py:323 sphinx/ext/mathjax.py:54 msgid "Permalink to this equation" msgstr "" @@ -2575,26 +2576,26 @@ msgid "" "alternatives:" msgstr "" -#: sphinx/ext/intersphinx.py:237 +#: sphinx/ext/intersphinx.py:238 msgid "failed to reach any of the inventories with the following issues:" msgstr "" -#: sphinx/ext/intersphinx.py:312 +#: sphinx/ext/intersphinx.py:311 #, python-format msgid "(in %s v%s)" msgstr "(yn %s v%s)" -#: sphinx/ext/intersphinx.py:314 +#: sphinx/ext/intersphinx.py:313 #, python-format msgid "(in %s)" msgstr "" -#: sphinx/ext/intersphinx.py:348 +#: sphinx/ext/intersphinx.py:347 #, python-format msgid "intersphinx identifier %r is not string. Ignored" msgstr "" -#: sphinx/ext/intersphinx.py:361 +#: sphinx/ext/intersphinx.py:360 #, python-format msgid "Fail to read intersphinx_mapping[%s], Ignored: %r" msgstr "" @@ -2650,29 +2651,29 @@ msgstr "Trosolwg: cod y modiwl" msgid "

All modules for which code is available

" msgstr "

Holl fodiwlau lle mae'r cod ar gael

" -#: sphinx/ext/autodoc/__init__.py:302 +#: sphinx/ext/autodoc/__init__.py:300 #, python-format msgid "invalid signature for auto%s (%r)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:402 +#: sphinx/ext/autodoc/__init__.py:400 #, python-format msgid "error while formatting arguments for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:514 +#: sphinx/ext/autodoc/__init__.py:512 #, python-format msgid "missing attribute %s in object %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:602 +#: sphinx/ext/autodoc/__init__.py:600 #, python-format msgid "" "autodoc: failed to determine %r to be documented.the following exception was raised:\n" "%s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:694 +#: sphinx/ext/autodoc/__init__.py:692 #, python-format msgid "" "don't know which module to import for autodocumenting %r (try placing a " @@ -2680,39 +2681,39 @@ msgid "" "explicit module name)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:788 +#: sphinx/ext/autodoc/__init__.py:786 msgid "\"::\" in automodule name doesn't make sense" msgstr "" -#: sphinx/ext/autodoc/__init__.py:796 +#: sphinx/ext/autodoc/__init__.py:794 #, python-format msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:829 +#: sphinx/ext/autodoc/__init__.py:827 #, python-format msgid "" "__all__ should be a list of strings, not %r (in module %s) -- ignoring " "__all__" msgstr "" -#: sphinx/ext/autodoc/__init__.py:844 +#: sphinx/ext/autodoc/__init__.py:842 #, python-format msgid "" "missing attribute mentioned in :members: or __all__: module %s, attribute %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1128 +#: sphinx/ext/autodoc/__init__.py:1126 #, python-format msgid "Bases: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1185 +#: sphinx/ext/autodoc/__init__.py:1183 #, python-format msgid "alias of :class:`%s`" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1470 +#: sphinx/ext/autodoc/__init__.py:1468 #, python-format msgid "Ignoring invalid option in autodoc_default_flags: %r" msgstr "" @@ -2748,17 +2749,17 @@ msgid "" "contain .rst. Skipped." msgstr "" -#: sphinx/ext/autosummary/generate.py:102 +#: sphinx/ext/autosummary/generate.py:100 #, python-format msgid "[autosummary] generating autosummary for: %s" msgstr "" -#: sphinx/ext/autosummary/generate.py:106 +#: sphinx/ext/autosummary/generate.py:104 #, python-format msgid "[autosummary] writing to %s" msgstr "" -#: sphinx/ext/autosummary/generate.py:366 +#: sphinx/ext/autosummary/generate.py:364 msgid "" "\n" "Generate ReStructuredText using autosummary directives.\n" @@ -2773,25 +2774,25 @@ msgid "" " pydoc sphinx.ext.autosummary\n" msgstr "" -#: sphinx/ext/autosummary/generate.py:383 +#: sphinx/ext/autosummary/generate.py:381 msgid "source files to generate rST files for" msgstr "" -#: sphinx/ext/autosummary/generate.py:387 +#: sphinx/ext/autosummary/generate.py:385 msgid "directory to place all output in" msgstr "" -#: sphinx/ext/autosummary/generate.py:390 +#: sphinx/ext/autosummary/generate.py:388 #, python-format msgid "default suffix for files (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:394 +#: sphinx/ext/autosummary/generate.py:392 #, python-format msgid "custom template directory (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:398 +#: sphinx/ext/autosummary/generate.py:396 #, python-format msgid "document imported members (default: %(default)s)" msgstr "" @@ -2869,6 +2870,7 @@ msgid "Warning" msgstr "Rhybudd" #: sphinx/templates/latex/longtable.tex_t:23 +#: sphinx/templates/latex/sphinxmessages.sty_t:8 msgid "continued from previous page" msgstr "wedi'i barhau o'r tudalen blaenorol" @@ -2876,13 +2878,29 @@ msgstr "wedi'i barhau o'r tudalen blaenorol" msgid "Continued on next page" msgstr "Yn parhau ar y tudalen nesaf" +#: sphinx/templates/latex/sphinxmessages.sty_t:9 +msgid "continues on next page" +msgstr "" + +#: sphinx/templates/latex/sphinxmessages.sty_t:10 +msgid "Non-alphabetical" +msgstr "" + +#: sphinx/templates/latex/sphinxmessages.sty_t:12 +msgid "Numbers" +msgstr "" + +#: sphinx/templates/latex/sphinxmessages.sty_t:13 +msgid "page" +msgstr "" + #: sphinx/themes/agogo/layout.html:46 sphinx/themes/basic/globaltoc.html:10 #: sphinx/themes/basic/localtoc.html:11 sphinx/themes/scrolls/layout.html:41 msgid "Table of Contents" msgstr "" #: sphinx/themes/agogo/layout.html:51 sphinx/themes/basic/layout.html:153 -#: sphinx/themes/basic/search.html:11 sphinx/themes/basic/search.html:26 +#: sphinx/themes/basic/search.html:11 sphinx/themes/basic/search.html:21 #: sphinx/themes/basic/searchresults.html:10 msgid "Search" msgstr "Chwilio" @@ -3019,13 +3037,13 @@ msgstr "Pwnc nesaf" msgid "next chapter" msgstr "pennod nesaf" -#: sphinx/themes/basic/search.html:30 +#: sphinx/themes/basic/search.html:25 msgid "" "Please activate JavaScript to enable the search\n" " functionality." msgstr "Trwoch JavaScript ymlaen i alluogi'r chwilio." -#: sphinx/themes/basic/search.html:35 +#: sphinx/themes/basic/search.html:30 msgid "" "From here you can search these documents. Enter your search\n" " words into the box below and click \"search\". Note that the search\n" @@ -3033,20 +3051,20 @@ msgid "" " containing fewer words won't appear in the result list." msgstr "O'r fan hon gallwch chwilio'r dogfennau hyn. Rhowch eich geiriau chwilio yn y blwch isod a chliciwch \"chwilio\". Nodwch fod y ffwythiant chwilio yn chwilio am bob un o'r geiriau yn awtomatig. Ni fydd dudalennau sy'n cynnwys llai o eiriau yn ymddangos yn y rhestr canlyniadau." -#: sphinx/themes/basic/search.html:42 +#: sphinx/themes/basic/search.html:37 #: sphinx/themes/basic/searchresults.html:17 msgid "search" msgstr "chwilio" -#: sphinx/themes/basic/search.html:46 +#: sphinx/themes/basic/search.html:41 #: sphinx/themes/basic/searchresults.html:21 -#: sphinx/themes/basic/static/searchtools.js:295 +#: sphinx/themes/basic/static/searchtools.js:285 msgid "Search Results" msgstr "Canlyniadau chwilio" -#: sphinx/themes/basic/search.html:48 +#: sphinx/themes/basic/search.html:43 #: sphinx/themes/basic/searchresults.html:23 -#: sphinx/themes/basic/static/searchtools.js:297 +#: sphinx/themes/basic/static/searchtools.js:287 msgid "" "Your search did not match any documents. Please make sure that all words are" " spelled correctly and that you've selected enough categories." @@ -3104,20 +3122,20 @@ msgstr "Permalink i'r diffiniad hwn" msgid "Hide Search Matches" msgstr "Cuddio Canlyniadau Chwilio" -#: sphinx/themes/basic/static/searchtools.js:131 +#: sphinx/themes/basic/static/searchtools.js:121 msgid "Searching" msgstr "Yn chwilio" -#: sphinx/themes/basic/static/searchtools.js:136 +#: sphinx/themes/basic/static/searchtools.js:126 msgid "Preparing search..." msgstr "Paratoi chwilio..." -#: sphinx/themes/basic/static/searchtools.js:299 +#: sphinx/themes/basic/static/searchtools.js:289 #, python-format msgid "Search finished, found %s page(s) matching the search query." msgstr "Chwiliad wedi gorffen, wedi ffeindio %s tudalen(nau) yn cyfateb a'r ymholiad chwilio." -#: sphinx/themes/basic/static/searchtools.js:352 +#: sphinx/themes/basic/static/searchtools.js:342 msgid ", in " msgstr ", yn " @@ -3134,18 +3152,18 @@ msgstr "Cyfangu'r bar ochr" msgid "Contents" msgstr "Cynnwys" -#: sphinx/transforms/__init__.py:259 +#: sphinx/transforms/__init__.py:261 #, python-format msgid "" "4 column based index found. It might be a bug of extensions you use: %r" msgstr "" -#: sphinx/transforms/__init__.py:301 +#: sphinx/transforms/__init__.py:303 #, python-format msgid "Footnote [%s] is not referenced." msgstr "" -#: sphinx/transforms/__init__.py:307 +#: sphinx/transforms/__init__.py:309 msgid "Footnote [#] is not referenced." msgstr "" @@ -3216,7 +3234,7 @@ msgstr "" msgid "failed" msgstr "" -#: sphinx/util/docutils.py:321 +#: sphinx/util/docutils.py:320 msgid "when adding directive classes, no additional arguments may be given" msgstr "" @@ -3277,15 +3295,15 @@ msgstr "Permalink i'r tabl hwn" msgid "Permalink to this code" msgstr "Permalink i'r cod hwn" -#: sphinx/writers/html.py:514 sphinx/writers/html5.py:460 +#: sphinx/writers/html.py:512 sphinx/writers/html5.py:458 msgid "Permalink to this image" msgstr "Permalink i'r ddelwedd hon" -#: sphinx/writers/html.py:516 sphinx/writers/html5.py:462 +#: sphinx/writers/html.py:514 sphinx/writers/html5.py:460 msgid "Permalink to this toctree" msgstr "Permalink i'r toctree hwn" -#: sphinx/writers/html.py:674 sphinx/writers/html5.py:608 +#: sphinx/writers/html.py:672 sphinx/writers/html5.py:606 msgid "Could not obtain image size. :scale: option is ignored." msgstr "" @@ -3322,12 +3340,12 @@ msgstr "" msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: sphinx/writers/latex.py:1843 +#: sphinx/writers/latex.py:1847 #, python-format msgid "unknown index entry type %s found" msgstr "" -#: sphinx/writers/latex.py:2552 +#: sphinx/writers/latex.py:2560 #, python-format msgid "Unknown configure key: latex_elements[%r] is ignored." msgstr "" @@ -3345,12 +3363,12 @@ msgstr "[delwedd]" msgid "caption not inside a figure." msgstr "" -#: sphinx/writers/texinfo.py:1421 +#: sphinx/writers/texinfo.py:1422 #, python-format msgid "unimplemented node type: %r" msgstr "" -#: sphinx/writers/texinfo.py:1426 +#: sphinx/writers/texinfo.py:1427 #, python-format msgid "unknown node type: %r" msgstr "" diff --git a/sphinx/locale/da/LC_MESSAGES/sphinx.mo b/sphinx/locale/da/LC_MESSAGES/sphinx.mo index f5793a0b2f..d898116991 100644 Binary files a/sphinx/locale/da/LC_MESSAGES/sphinx.mo and b/sphinx/locale/da/LC_MESSAGES/sphinx.mo differ diff --git a/sphinx/locale/da/LC_MESSAGES/sphinx.po b/sphinx/locale/da/LC_MESSAGES/sphinx.po index 0d294f459a..b7d6f2a4e5 100644 --- a/sphinx/locale/da/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/da/LC_MESSAGES/sphinx.po @@ -10,9 +10,9 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2019-02-18 01:52+0900\n" -"PO-Revision-Date: 2019-03-14 16:36+0000\n" -"Last-Translator: Takeshi KOMIYA \n" +"POT-Creation-Date: 2019-03-29 01:05+0900\n" +"PO-Revision-Date: 2019-03-28 16:09+0000\n" +"Last-Translator: Jakob Lykke Andersen \n" "Language-Team: Danish (http://www.transifex.com/sphinx-doc/sphinx-1/language/da/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -124,7 +124,7 @@ msgstr "" msgid "role %r is already registered, it will be overridden" msgstr "" -#: sphinx/application.py:1182 +#: sphinx/application.py:1179 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -132,7 +132,7 @@ msgid "" "explicit" msgstr "" -#: sphinx/application.py:1188 +#: sphinx/application.py:1185 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -140,7 +140,7 @@ msgid "" "explicit" msgstr "" -#: sphinx/application.py:1199 +#: sphinx/application.py:1196 #, python-format msgid "doing serial %s" msgstr "" @@ -589,44 +589,44 @@ msgstr "" msgid "preparing documents" msgstr "" -#: sphinx/builders/_epub_base.py:219 +#: sphinx/builders/_epub_base.py:218 #, python-format msgid "duplicated ToC entry found: %s" msgstr "" -#: sphinx/builders/_epub_base.py:415 sphinx/builders/html.py:761 -#: sphinx/builders/latex/__init__.py:413 sphinx/builders/texinfo.py:190 +#: sphinx/builders/_epub_base.py:414 sphinx/builders/html.py:761 +#: sphinx/builders/latex/__init__.py:415 sphinx/builders/texinfo.py:190 msgid "copying images... " msgstr "" -#: sphinx/builders/_epub_base.py:422 +#: sphinx/builders/_epub_base.py:421 #, python-format msgid "cannot read image file %r: copying it instead" msgstr "" -#: sphinx/builders/_epub_base.py:428 sphinx/builders/html.py:769 -#: sphinx/builders/latex/__init__.py:421 sphinx/builders/texinfo.py:198 +#: sphinx/builders/_epub_base.py:427 sphinx/builders/html.py:769 +#: sphinx/builders/latex/__init__.py:423 sphinx/builders/texinfo.py:199 #, python-format msgid "cannot copy image file %r: %s" msgstr "" -#: sphinx/builders/_epub_base.py:445 +#: sphinx/builders/_epub_base.py:444 #, python-format msgid "cannot write image file %r: %s" msgstr "" -#: sphinx/builders/_epub_base.py:456 +#: sphinx/builders/_epub_base.py:455 msgid "Pillow not found - copying image files" msgstr "" -#: sphinx/builders/_epub_base.py:491 sphinx/builders/_epub_base.py:504 -#: sphinx/builders/_epub_base.py:540 sphinx/builders/_epub_base.py:725 -#: sphinx/builders/_epub_base.py:758 sphinx/builders/epub3.py:184 +#: sphinx/builders/_epub_base.py:490 sphinx/builders/_epub_base.py:503 +#: sphinx/builders/_epub_base.py:539 sphinx/builders/_epub_base.py:724 +#: sphinx/builders/_epub_base.py:757 sphinx/builders/epub3.py:183 #, python-format msgid "writing %s file..." msgstr "" -#: sphinx/builders/_epub_base.py:566 +#: sphinx/builders/_epub_base.py:565 #, python-format msgid "unknown mimetype for %s, ignoring" msgstr "" @@ -645,19 +645,19 @@ msgstr "" msgid "writing summary file..." msgstr "" -#: sphinx/builders/changes.py:87 +#: sphinx/builders/changes.py:86 msgid "Builtins" msgstr "Indbyggede" -#: sphinx/builders/changes.py:89 +#: sphinx/builders/changes.py:88 msgid "Module level" msgstr "Modulniveau" -#: sphinx/builders/changes.py:134 +#: sphinx/builders/changes.py:133 msgid "copying source files..." msgstr "" -#: sphinx/builders/changes.py:141 +#: sphinx/builders/changes.py:140 #, python-format msgid "could not read %r for changelog creation" msgstr "" @@ -666,76 +666,76 @@ msgstr "" msgid "The dummy builder generates no files." msgstr "" -#: sphinx/builders/epub3.py:69 +#: sphinx/builders/epub3.py:68 #, python-format msgid "The ePub file is in %(outdir)s." msgstr "" -#: sphinx/builders/epub3.py:212 +#: sphinx/builders/epub3.py:211 msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:216 +#: sphinx/builders/epub3.py:215 msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:219 +#: sphinx/builders/epub3.py:218 msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:223 +#: sphinx/builders/epub3.py:222 msgid "conf value \"epub_author\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:226 +#: sphinx/builders/epub3.py:225 msgid "conf value \"epub_contributor\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:229 +#: sphinx/builders/epub3.py:228 msgid "conf value \"epub_description\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:232 +#: sphinx/builders/epub3.py:231 msgid "conf value \"epub_publisher\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:235 +#: sphinx/builders/epub3.py:234 msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:239 +#: sphinx/builders/epub3.py:238 msgid "conf value \"epub_identifier\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:242 +#: sphinx/builders/epub3.py:241 msgid "conf value \"version\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:257 sphinx/builders/html.py:1166 +#: sphinx/builders/epub3.py:256 sphinx/builders/html.py:1166 #, python-format msgid "invalid css_file: %r, ignored" msgstr "ugyldig css_file: %r, ignoreret" -#: sphinx/builders/gettext.py:215 +#: sphinx/builders/gettext.py:221 #, python-format msgid "The message catalogs are in %(outdir)s." msgstr "Beskedkatalogerne er i %(outdir)s." -#: sphinx/builders/gettext.py:239 +#: sphinx/builders/gettext.py:245 #, python-format msgid "building [%s]: " msgstr "" -#: sphinx/builders/gettext.py:240 +#: sphinx/builders/gettext.py:246 #, python-format msgid "targets for %d template files" msgstr "" -#: sphinx/builders/gettext.py:244 +#: sphinx/builders/gettext.py:250 msgid "reading templates... " msgstr "læser skabeloner ..." -#: sphinx/builders/gettext.py:271 +#: sphinx/builders/gettext.py:277 msgid "writing message catalogs... " msgstr "skriver beskedkataloger ..." @@ -754,7 +754,7 @@ msgstr "HTML-siderne er i %(outdir)s." msgid "Failed to read build info file: %r" msgstr "" -#: sphinx/builders/html.py:488 sphinx/builders/latex/__init__.py:204 +#: sphinx/builders/html.py:488 sphinx/builders/latex/__init__.py:206 #: sphinx/transforms/__init__.py:121 sphinx/writers/manpage.py:118 #: sphinx/writers/texinfo.py:243 #, python-format @@ -807,7 +807,7 @@ msgstr "" msgid "html_static_path entry %r does not exist" msgstr "" -#: sphinx/builders/html.py:839 sphinx/builders/latex/__init__.py:398 +#: sphinx/builders/html.py:839 sphinx/builders/latex/__init__.py:400 #, python-format msgid "logo file %r does not exist" msgstr "" @@ -924,7 +924,7 @@ msgstr "" msgid "no \"man_pages\" config value found; no manual pages will be written" msgstr "" -#: sphinx/builders/latex/__init__.py:270 sphinx/builders/manpage.py:64 +#: sphinx/builders/latex/__init__.py:272 sphinx/builders/manpage.py:64 #: sphinx/builders/singlehtml.py:174 sphinx/builders/texinfo.py:120 msgid "writing" msgstr "" @@ -968,24 +968,24 @@ msgstr "" msgid "\"texinfo_documents\" config value references unknown document %s" msgstr "" -#: sphinx/builders/latex/__init__.py:253 sphinx/builders/texinfo.py:116 +#: sphinx/builders/latex/__init__.py:255 sphinx/builders/texinfo.py:116 #, python-format msgid "processing %s" msgstr "" -#: sphinx/builders/latex/__init__.py:322 sphinx/builders/texinfo.py:163 +#: sphinx/builders/latex/__init__.py:323 sphinx/builders/texinfo.py:164 msgid "resolving references..." msgstr "" -#: sphinx/builders/latex/__init__.py:332 sphinx/builders/texinfo.py:172 +#: sphinx/builders/latex/__init__.py:333 sphinx/builders/texinfo.py:173 msgid " (in " msgstr " (i " -#: sphinx/builders/texinfo.py:204 +#: sphinx/builders/texinfo.py:205 msgid "copying Texinfo support files" msgstr "" -#: sphinx/builders/texinfo.py:208 +#: sphinx/builders/texinfo.py:209 #, python-format msgid "error writing file Makefile: %s" msgstr "" @@ -1005,28 +1005,28 @@ msgstr "" msgid "The pseudo-XML files are in %(outdir)s." msgstr "" -#: sphinx/builders/latex/__init__.py:121 +#: sphinx/builders/latex/__init__.py:123 #, python-format msgid "The LaTeX files are in %(outdir)s." msgstr "" -#: sphinx/builders/latex/__init__.py:123 +#: sphinx/builders/latex/__init__.py:125 msgid "" "\n" "Run 'make' in that directory to run these through (pdf)latex\n" "(use `make latexpdf' here to do that automatically)." msgstr "" -#: sphinx/builders/latex/__init__.py:163 +#: sphinx/builders/latex/__init__.py:165 msgid "no \"latex_documents\" config value found; no documents will be written" msgstr "" -#: sphinx/builders/latex/__init__.py:171 +#: sphinx/builders/latex/__init__.py:173 #, python-format msgid "\"latex_documents\" config value references unknown document %s" msgstr "" -#: sphinx/builders/latex/__init__.py:211 sphinx/domains/std.py:501 +#: sphinx/builders/latex/__init__.py:213 sphinx/domains/std.py:501 #: sphinx/templates/latex/latex.tex_t:79 #: sphinx/themes/basic/genindex-single.html:30 #: sphinx/themes/basic/genindex-single.html:55 @@ -1038,28 +1038,28 @@ msgstr "" msgid "Index" msgstr "Indeks" -#: sphinx/builders/latex/__init__.py:214 sphinx/templates/latex/latex.tex_t:64 +#: sphinx/builders/latex/__init__.py:216 sphinx/templates/latex/latex.tex_t:64 msgid "Release" msgstr "Udgave" -#: sphinx/builders/latex/__init__.py:222 sphinx/writers/latex.py:549 +#: sphinx/builders/latex/__init__.py:224 sphinx/writers/latex.py:549 #, python-format msgid "no Babel option known for language %r" msgstr "" -#: sphinx/builders/latex/__init__.py:361 +#: sphinx/builders/latex/__init__.py:363 msgid "copying TeX support files" msgstr "" -#: sphinx/builders/latex/__init__.py:382 +#: sphinx/builders/latex/__init__.py:384 msgid "copying TeX support files..." msgstr "" -#: sphinx/builders/latex/__init__.py:402 +#: sphinx/builders/latex/__init__.py:404 msgid "copying additional files" msgstr "" -#: sphinx/builders/latex/__init__.py:445 +#: sphinx/builders/latex/__init__.py:447 #, python-format msgid "Unknown configure key: latex_elements[%r]. ignored." msgstr "" @@ -1122,8 +1122,8 @@ msgstr "" msgid "job number should be a positive number" msgstr "" -#: sphinx/cmd/build.py:106 sphinx/cmd/quickstart.py:498 -#: sphinx/ext/apidoc.py:298 sphinx/ext/autosummary/generate.py:365 +#: sphinx/cmd/build.py:106 sphinx/cmd/quickstart.py:497 +#: sphinx/ext/apidoc.py:298 sphinx/ext/autosummary/generate.py:363 msgid "For more information, visit ." msgstr "" @@ -1500,13 +1500,13 @@ msgstr "" msgid "Indicate which of the following Sphinx extensions should be enabled:" msgstr "" -#: sphinx/cmd/quickstart.py:354 +#: sphinx/cmd/quickstart.py:353 msgid "" "Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " "been deselected." msgstr "" -#: sphinx/cmd/quickstart.py:359 +#: sphinx/cmd/quickstart.py:358 msgid "" "\n" "A Makefile and a Windows command file can be generated for you so that you\n" @@ -1514,29 +1514,29 @@ msgid "" "directly." msgstr "" -#: sphinx/cmd/quickstart.py:363 +#: sphinx/cmd/quickstart.py:362 msgid "Create Makefile? (y/n)" msgstr "" -#: sphinx/cmd/quickstart.py:366 +#: sphinx/cmd/quickstart.py:365 msgid "Create Windows command file? (y/n)" msgstr "" -#: sphinx/cmd/quickstart.py:409 sphinx/ext/apidoc.py:74 +#: sphinx/cmd/quickstart.py:408 sphinx/ext/apidoc.py:74 #, python-format msgid "Creating file %s." msgstr "" -#: sphinx/cmd/quickstart.py:414 sphinx/ext/apidoc.py:72 +#: sphinx/cmd/quickstart.py:413 sphinx/ext/apidoc.py:72 #, python-format msgid "File %s already exists, skipping." msgstr "" -#: sphinx/cmd/quickstart.py:450 +#: sphinx/cmd/quickstart.py:449 msgid "Finished: An initial directory structure has been created." msgstr "" -#: sphinx/cmd/quickstart.py:451 +#: sphinx/cmd/quickstart.py:450 #, python-format msgid "" "\n" @@ -1544,26 +1544,26 @@ msgid "" "source files. " msgstr "" -#: sphinx/cmd/quickstart.py:453 +#: sphinx/cmd/quickstart.py:452 msgid "" "Use the Makefile to build the docs, like so:\n" " make builder\n" msgstr "" -#: sphinx/cmd/quickstart.py:456 +#: sphinx/cmd/quickstart.py:455 #, python-format msgid "" "Use the sphinx-build command to build the docs, like so:\n" " sphinx-build -b builder %s %s\n" msgstr "" -#: sphinx/cmd/quickstart.py:459 +#: sphinx/cmd/quickstart.py:458 msgid "" "where \"builder\" is one of the supported builders, e.g. html, latex or " "linkcheck.\n" msgstr "" -#: sphinx/cmd/quickstart.py:499 +#: sphinx/cmd/quickstart.py:498 msgid "" "\n" "Generate required files for a Sphinx project.\n" @@ -1573,131 +1573,131 @@ msgid "" "Makefile to be used with sphinx-build.\n" msgstr "" -#: sphinx/cmd/quickstart.py:509 +#: sphinx/cmd/quickstart.py:508 msgid "quiet mode" msgstr "" -#: sphinx/cmd/quickstart.py:514 +#: sphinx/cmd/quickstart.py:513 msgid "output path" msgstr "" -#: sphinx/cmd/quickstart.py:516 +#: sphinx/cmd/quickstart.py:515 msgid "Structure options" msgstr "" -#: sphinx/cmd/quickstart.py:518 +#: sphinx/cmd/quickstart.py:517 msgid "if specified, separate source and build dirs" msgstr "" -#: sphinx/cmd/quickstart.py:520 +#: sphinx/cmd/quickstart.py:519 msgid "replacement for dot in _templates etc." msgstr "" -#: sphinx/cmd/quickstart.py:522 +#: sphinx/cmd/quickstart.py:521 msgid "Project basic options" msgstr "" -#: sphinx/cmd/quickstart.py:524 +#: sphinx/cmd/quickstart.py:523 msgid "project name" msgstr "" -#: sphinx/cmd/quickstart.py:526 +#: sphinx/cmd/quickstart.py:525 msgid "author names" msgstr "" -#: sphinx/cmd/quickstart.py:528 +#: sphinx/cmd/quickstart.py:527 msgid "version of project" msgstr "" -#: sphinx/cmd/quickstart.py:530 +#: sphinx/cmd/quickstart.py:529 msgid "release of project" msgstr "" -#: sphinx/cmd/quickstart.py:532 +#: sphinx/cmd/quickstart.py:531 msgid "document language" msgstr "" -#: sphinx/cmd/quickstart.py:534 +#: sphinx/cmd/quickstart.py:533 msgid "source file suffix" msgstr "" -#: sphinx/cmd/quickstart.py:536 +#: sphinx/cmd/quickstart.py:535 msgid "master document name" msgstr "" -#: sphinx/cmd/quickstart.py:538 +#: sphinx/cmd/quickstart.py:537 msgid "use epub" msgstr "" -#: sphinx/cmd/quickstart.py:540 +#: sphinx/cmd/quickstart.py:539 msgid "Extension options" msgstr "" -#: sphinx/cmd/quickstart.py:544 sphinx/ext/apidoc.py:379 +#: sphinx/cmd/quickstart.py:543 sphinx/ext/apidoc.py:379 #, python-format msgid "enable %s extension" msgstr "" -#: sphinx/cmd/quickstart.py:546 sphinx/ext/apidoc.py:375 +#: sphinx/cmd/quickstart.py:545 sphinx/ext/apidoc.py:375 msgid "enable arbitrary extensions" msgstr "" -#: sphinx/cmd/quickstart.py:548 +#: sphinx/cmd/quickstart.py:547 msgid "Makefile and Batchfile creation" msgstr "" -#: sphinx/cmd/quickstart.py:550 +#: sphinx/cmd/quickstart.py:549 msgid "create makefile" msgstr "" -#: sphinx/cmd/quickstart.py:552 +#: sphinx/cmd/quickstart.py:551 msgid "do not create makefile" msgstr "" -#: sphinx/cmd/quickstart.py:554 +#: sphinx/cmd/quickstart.py:553 msgid "create batchfile" msgstr "" -#: sphinx/cmd/quickstart.py:557 +#: sphinx/cmd/quickstart.py:556 msgid "do not create batchfile" msgstr "" -#: sphinx/cmd/quickstart.py:560 +#: sphinx/cmd/quickstart.py:559 msgid "use make-mode for Makefile/make.bat" msgstr "" -#: sphinx/cmd/quickstart.py:563 +#: sphinx/cmd/quickstart.py:562 msgid "do not use make-mode for Makefile/make.bat" msgstr "" -#: sphinx/cmd/quickstart.py:565 +#: sphinx/cmd/quickstart.py:564 msgid "Project templating" msgstr "" -#: sphinx/cmd/quickstart.py:568 +#: sphinx/cmd/quickstart.py:567 msgid "template directory for template files" msgstr "" -#: sphinx/cmd/quickstart.py:571 +#: sphinx/cmd/quickstart.py:570 msgid "define a template variable" msgstr "" -#: sphinx/cmd/quickstart.py:605 +#: sphinx/cmd/quickstart.py:604 msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." msgstr "" -#: sphinx/cmd/quickstart.py:619 +#: sphinx/cmd/quickstart.py:618 msgid "" "Error: specified path is not a directory, or sphinx files already exist." msgstr "" -#: sphinx/cmd/quickstart.py:621 +#: sphinx/cmd/quickstart.py:620 msgid "" "sphinx-quickstart only generate into a empty directory. Please specify a new" " root path." msgstr "" -#: sphinx/cmd/quickstart.py:636 +#: sphinx/cmd/quickstart.py:635 #, python-format msgid "Invalid template variable: %s" msgstr "" @@ -1769,17 +1769,17 @@ msgstr "Forfatter: " msgid "%s %s" msgstr "%s %s" -#: sphinx/domains/c.py:64 sphinx/domains/cpp.py:6371 +#: sphinx/domains/c.py:64 sphinx/domains/cpp.py:6445 #: sphinx/domains/python.py:210 sphinx/ext/napoleon/docstring.py:696 msgid "Parameters" msgstr "Parametre" -#: sphinx/domains/c.py:67 sphinx/domains/cpp.py:6380 -#: sphinx/domains/javascript.py:210 sphinx/domains/python.py:222 +#: sphinx/domains/c.py:67 sphinx/domains/cpp.py:6454 +#: sphinx/domains/javascript.py:209 sphinx/domains/python.py:222 msgid "Returns" msgstr "Returnerer" -#: sphinx/domains/c.py:69 sphinx/domains/javascript.py:212 +#: sphinx/domains/c.py:69 sphinx/domains/javascript.py:211 #: sphinx/domains/python.py:224 msgid "Return type" msgstr "Returtype" @@ -1809,12 +1809,12 @@ msgstr "%s (C-type)" msgid "%s (C variable)" msgstr "%s (C-variabel)" -#: sphinx/domains/c.py:258 sphinx/domains/cpp.py:6956 -#: sphinx/domains/javascript.py:298 sphinx/domains/python.py:741 +#: sphinx/domains/c.py:258 sphinx/domains/cpp.py:7029 +#: sphinx/domains/javascript.py:297 sphinx/domains/python.py:742 msgid "function" msgstr "funktion" -#: sphinx/domains/c.py:259 sphinx/domains/cpp.py:6957 +#: sphinx/domains/c.py:259 sphinx/domains/cpp.py:7030 msgid "member" msgstr "medlem" @@ -1822,7 +1822,7 @@ msgstr "medlem" msgid "macro" msgstr "makro" -#: sphinx/domains/c.py:261 sphinx/domains/cpp.py:6958 +#: sphinx/domains/c.py:261 sphinx/domains/cpp.py:7031 msgid "type" msgstr "type" @@ -1845,106 +1845,106 @@ msgstr "Ændret i version %s" msgid "Deprecated since version %s" msgstr "Forældet siden version %s" -#: sphinx/domains/cpp.py:4297 +#: sphinx/domains/cpp.py:4323 #, python-format msgid "" "Duplicate declaration, also defined in '%s'.\n" "Declaration is '%s'." msgstr "" -#: sphinx/domains/cpp.py:6374 +#: sphinx/domains/cpp.py:6448 msgid "Template Parameters" msgstr "Template-parametre" -#: sphinx/domains/cpp.py:6377 sphinx/domains/javascript.py:207 +#: sphinx/domains/cpp.py:6451 sphinx/domains/javascript.py:206 msgid "Throws" msgstr "Kaster" -#: sphinx/domains/cpp.py:6505 +#: sphinx/domains/cpp.py:6579 #, python-format msgid "%s (C++ %s)" msgstr "" -#: sphinx/domains/cpp.py:6954 sphinx/domains/javascript.py:300 -#: sphinx/domains/python.py:743 +#: sphinx/domains/cpp.py:7027 sphinx/domains/javascript.py:299 +#: sphinx/domains/python.py:744 msgid "class" msgstr "klasse" -#: sphinx/domains/cpp.py:6955 +#: sphinx/domains/cpp.py:7028 msgid "union" msgstr "" -#: sphinx/domains/cpp.py:6959 +#: sphinx/domains/cpp.py:7032 msgid "concept" msgstr "" -#: sphinx/domains/cpp.py:6960 +#: sphinx/domains/cpp.py:7033 msgid "enum" msgstr "optæl" -#: sphinx/domains/cpp.py:6961 +#: sphinx/domains/cpp.py:7034 msgid "enumerator" msgstr "optælling" -#: sphinx/domains/cpp.py:7054 +#: sphinx/domains/cpp.py:7127 #, python-format msgid "" "Duplicate declaration, also defined in '%s'.\n" "Name of declaration is '%s'." msgstr "" -#: sphinx/domains/javascript.py:131 sphinx/domains/python.py:429 +#: sphinx/domains/javascript.py:130 sphinx/domains/python.py:430 #, python-format msgid "%s() (built-in function)" msgstr "%s() (indbygget funktion)" -#: sphinx/domains/javascript.py:132 sphinx/domains/python.py:494 +#: sphinx/domains/javascript.py:131 sphinx/domains/python.py:495 #, python-format msgid "%s() (%s method)" msgstr "%s() (metode i %s)" -#: sphinx/domains/javascript.py:134 +#: sphinx/domains/javascript.py:133 #, python-format msgid "%s() (class)" msgstr "%s() (klasse)" -#: sphinx/domains/javascript.py:136 +#: sphinx/domains/javascript.py:135 #, python-format msgid "%s (global variable or constant)" msgstr "%s (global variabel eller konstant)" -#: sphinx/domains/javascript.py:138 sphinx/domains/python.py:532 +#: sphinx/domains/javascript.py:137 sphinx/domains/python.py:533 #, python-format msgid "%s (%s attribute)" msgstr "%s (attribut i %s)" -#: sphinx/domains/javascript.py:204 +#: sphinx/domains/javascript.py:203 msgid "Arguments" msgstr "Parametre" -#: sphinx/domains/javascript.py:265 sphinx/domains/python.py:609 +#: sphinx/domains/javascript.py:264 sphinx/domains/python.py:610 #, python-format msgid "%s (module)" msgstr "%s (modul)" -#: sphinx/domains/javascript.py:299 sphinx/domains/python.py:745 +#: sphinx/domains/javascript.py:298 sphinx/domains/python.py:746 msgid "method" msgstr "metode" -#: sphinx/domains/javascript.py:301 sphinx/domains/python.py:742 +#: sphinx/domains/javascript.py:300 sphinx/domains/python.py:743 msgid "data" msgstr "data" -#: sphinx/domains/javascript.py:302 sphinx/domains/python.py:748 +#: sphinx/domains/javascript.py:301 sphinx/domains/python.py:749 msgid "attribute" msgstr "attribut" -#: sphinx/domains/javascript.py:303 sphinx/domains/python.py:49 -#: sphinx/domains/python.py:749 +#: sphinx/domains/javascript.py:302 sphinx/domains/python.py:49 +#: sphinx/domains/python.py:750 msgid "module" msgstr "modul" -#: sphinx/domains/math.py:101 sphinx/writers/latex.py:2451 +#: sphinx/domains/math.py:101 sphinx/writers/latex.py:2459 #, python-format msgid "Invalid math_eqref_format: %r" msgstr "" @@ -1966,7 +1966,7 @@ msgstr "operator" msgid "object" msgstr "objekt" -#: sphinx/domains/python.py:53 sphinx/domains/python.py:744 +#: sphinx/domains/python.py:53 sphinx/domains/python.py:745 msgid "exception" msgstr "undtagelse" @@ -1986,88 +1986,88 @@ msgstr "Variable" msgid "Raises" msgstr "Rejser" -#: sphinx/domains/python.py:430 sphinx/domains/python.py:488 -#: sphinx/domains/python.py:500 sphinx/domains/python.py:513 +#: sphinx/domains/python.py:431 sphinx/domains/python.py:489 +#: sphinx/domains/python.py:501 sphinx/domains/python.py:514 #, python-format msgid "%s() (in module %s)" msgstr "%s() (i modulet %s)" -#: sphinx/domains/python.py:433 +#: sphinx/domains/python.py:434 #, python-format msgid "%s (built-in variable)" msgstr "%s (indbygget variabel)" -#: sphinx/domains/python.py:434 sphinx/domains/python.py:526 +#: sphinx/domains/python.py:435 sphinx/domains/python.py:527 #, python-format msgid "%s (in module %s)" msgstr "%s (i modulet %s)" -#: sphinx/domains/python.py:454 +#: sphinx/domains/python.py:455 #, python-format msgid "%s (built-in class)" msgstr "%s (indbygget klasse)" -#: sphinx/domains/python.py:455 +#: sphinx/domains/python.py:456 #, python-format msgid "%s (class in %s)" msgstr "%s (klasse i %s)" -#: sphinx/domains/python.py:492 +#: sphinx/domains/python.py:493 #, python-format msgid "%s() (%s.%s method)" msgstr "%s() (metode i %s.%s)" -#: sphinx/domains/python.py:504 +#: sphinx/domains/python.py:505 #, python-format msgid "%s() (%s.%s static method)" msgstr "%s() (statisk metode i %s.%s)" -#: sphinx/domains/python.py:507 +#: sphinx/domains/python.py:508 #, python-format msgid "%s() (%s static method)" msgstr "%s() (statisk metode i %s)" -#: sphinx/domains/python.py:517 +#: sphinx/domains/python.py:518 #, python-format msgid "%s() (%s.%s class method)" msgstr "%s() (klassemetode i %s.%s)" -#: sphinx/domains/python.py:520 +#: sphinx/domains/python.py:521 #, python-format msgid "%s() (%s class method)" msgstr "%s() (klassemetode i %s)" -#: sphinx/domains/python.py:530 +#: sphinx/domains/python.py:531 #, python-format msgid "%s (%s.%s attribute)" msgstr "%s (attribut i %s.%s)" -#: sphinx/domains/python.py:667 +#: sphinx/domains/python.py:668 msgid "Python Module Index" msgstr "Python-modulindeks" -#: sphinx/domains/python.py:668 +#: sphinx/domains/python.py:669 msgid "modules" msgstr "moduler" -#: sphinx/domains/python.py:719 +#: sphinx/domains/python.py:720 msgid "Deprecated" msgstr "Forældet" -#: sphinx/domains/python.py:746 +#: sphinx/domains/python.py:747 msgid "class method" msgstr "klassemetode" -#: sphinx/domains/python.py:747 +#: sphinx/domains/python.py:748 msgid "static method" msgstr "statisk metode" -#: sphinx/domains/python.py:879 +#: sphinx/domains/python.py:880 #, python-format msgid "more than one target found for cross-reference %r: %s" msgstr "" -#: sphinx/domains/python.py:917 +#: sphinx/domains/python.py:918 msgid " (deprecated)" msgstr " (forældet)" @@ -2143,7 +2143,7 @@ msgstr "Søgeside" msgid "duplicate citation %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:631 sphinx/ext/autosectionlabel.py:61 +#: sphinx/domains/std.py:631 sphinx/ext/autosectionlabel.py:56 #, python-format msgid "duplicate label %s, other instance in %s" msgstr "" @@ -2203,21 +2203,21 @@ msgid "" "another doctree directory." msgstr "" -#: sphinx/environment/__init__.py:408 +#: sphinx/environment/__init__.py:404 #, python-format msgid "Failed to scan documents in %s: %r" msgstr "" -#: sphinx/environment/__init__.py:536 +#: sphinx/environment/__init__.py:532 #, python-format msgid "Domain %r is not registered" msgstr "" -#: sphinx/environment/__init__.py:621 +#: sphinx/environment/__init__.py:617 msgid "self referenced toctree found. Ignored." msgstr "" -#: sphinx/environment/__init__.py:662 +#: sphinx/environment/__init__.py:658 msgid "document isn't included in any toctree" msgstr "" @@ -2237,6 +2237,7 @@ msgid "unknown index entry type %r" msgstr "" #: sphinx/environment/adapters/indexentries.py:156 +#: sphinx/templates/latex/sphinxmessages.sty_t:11 msgid "Symbols" msgstr "Symboler" @@ -2262,22 +2263,22 @@ msgstr "" msgid "toctree contains reference to nonexisting document %r" msgstr "" -#: sphinx/environment/collectors/asset.py:91 +#: sphinx/environment/collectors/asset.py:90 #, python-format msgid "image file not readable: %s" msgstr "" -#: sphinx/environment/collectors/asset.py:107 +#: sphinx/environment/collectors/asset.py:106 #, python-format msgid "image file %s not readable: %s" msgstr "" -#: sphinx/environment/collectors/asset.py:135 +#: sphinx/environment/collectors/asset.py:134 #, python-format msgid "download file not readable: %s" msgstr "" -#: sphinx/environment/collectors/toctree.py:197 +#: sphinx/environment/collectors/toctree.py:196 #, python-format msgid "%s is already assigned section numbers (nested numbered toctree?)" msgstr "" @@ -2421,38 +2422,38 @@ msgstr "" msgid "module %s could not be imported: %s" msgstr "" -#: sphinx/ext/doctest.py:142 +#: sphinx/ext/doctest.py:132 #, python-format msgid "missing '+' or '-' in '%s' option." msgstr "" -#: sphinx/ext/doctest.py:147 +#: sphinx/ext/doctest.py:137 #, python-format msgid "'%s' is not a valid option." msgstr "" -#: sphinx/ext/doctest.py:161 +#: sphinx/ext/doctest.py:151 #, python-format msgid "'%s' is not a valid pyversion option" msgstr "" -#: sphinx/ext/doctest.py:230 +#: sphinx/ext/doctest.py:222 msgid "invalid TestCode type" msgstr "" -#: sphinx/ext/doctest.py:291 +#: sphinx/ext/doctest.py:283 #, python-format msgid "" "Testing of doctests in the sources finished, look at the results in " "%(outdir)s/output.txt." msgstr "" -#: sphinx/ext/doctest.py:438 +#: sphinx/ext/doctest.py:446 #, python-format msgid "no code/output in %s block at %s:%s" msgstr "" -#: sphinx/ext/doctest.py:527 +#: sphinx/ext/doctest.py:535 #, python-format msgid "ignoring invalid doctest code: %r" msgstr "" @@ -2470,7 +2471,7 @@ msgstr "" msgid "Ignoring \"graphviz\" directive without content." msgstr "" -#: sphinx/ext/graphviz.py:252 +#: sphinx/ext/graphviz.py:250 #, python-format msgid "" "dot did not produce an output file:\n" @@ -2480,14 +2481,14 @@ msgid "" "%r" msgstr "" -#: sphinx/ext/graphviz.py:256 +#: sphinx/ext/graphviz.py:254 #, python-format msgid "" "dot command %r cannot be run (needed for graphviz output), check the " "graphviz_dot setting" msgstr "" -#: sphinx/ext/graphviz.py:263 +#: sphinx/ext/graphviz.py:261 #, python-format msgid "" "dot exited with error:\n" @@ -2497,23 +2498,23 @@ msgid "" "%r" msgstr "" -#: sphinx/ext/graphviz.py:273 +#: sphinx/ext/graphviz.py:271 #, python-format msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" msgstr "" -#: sphinx/ext/graphviz.py:277 sphinx/ext/graphviz.py:331 -#: sphinx/ext/graphviz.py:369 +#: sphinx/ext/graphviz.py:275 sphinx/ext/graphviz.py:329 +#: sphinx/ext/graphviz.py:367 #, python-format msgid "dot code %r: %s" msgstr "" -#: sphinx/ext/graphviz.py:384 sphinx/ext/graphviz.py:393 +#: sphinx/ext/graphviz.py:382 sphinx/ext/graphviz.py:391 #, python-format msgid "[graph: %s]" msgstr "[graf: %s]" -#: sphinx/ext/graphviz.py:386 sphinx/ext/graphviz.py:395 +#: sphinx/ext/graphviz.py:384 sphinx/ext/graphviz.py:393 msgid "[graph]" msgstr "[graf]" @@ -2532,31 +2533,31 @@ msgid "" "%r" msgstr "" -#: sphinx/ext/imgmath.py:140 +#: sphinx/ext/imgmath.py:139 #, python-format msgid "" "LaTeX command %r cannot be run (needed for math display), check the " "imgmath_latex setting" msgstr "" -#: sphinx/ext/imgmath.py:155 +#: sphinx/ext/imgmath.py:154 #, python-format msgid "" "%s command %r cannot be run (needed for math display), check the imgmath_%s " "setting" msgstr "" -#: sphinx/ext/imgmath.py:290 +#: sphinx/ext/imgmath.py:289 #, python-format msgid "display latex %r: %s" msgstr "" -#: sphinx/ext/imgmath.py:317 +#: sphinx/ext/imgmath.py:316 #, python-format msgid "inline latex %r: %s" msgstr "" -#: sphinx/ext/imgmath.py:324 sphinx/ext/mathjax.py:54 +#: sphinx/ext/imgmath.py:323 sphinx/ext/mathjax.py:54 msgid "Permalink to this equation" msgstr "Permalink til denne ligning" @@ -2576,26 +2577,26 @@ msgid "" "alternatives:" msgstr "" -#: sphinx/ext/intersphinx.py:237 +#: sphinx/ext/intersphinx.py:238 msgid "failed to reach any of the inventories with the following issues:" msgstr "" -#: sphinx/ext/intersphinx.py:312 +#: sphinx/ext/intersphinx.py:311 #, python-format msgid "(in %s v%s)" msgstr "(i %s v%s)" -#: sphinx/ext/intersphinx.py:314 +#: sphinx/ext/intersphinx.py:313 #, python-format msgid "(in %s)" msgstr "" -#: sphinx/ext/intersphinx.py:348 +#: sphinx/ext/intersphinx.py:347 #, python-format msgid "intersphinx identifier %r is not string. Ignored" msgstr "" -#: sphinx/ext/intersphinx.py:361 +#: sphinx/ext/intersphinx.py:360 #, python-format msgid "Fail to read intersphinx_mapping[%s], Ignored: %r" msgstr "" @@ -2651,29 +2652,29 @@ msgstr "Oversigt: modulkode" msgid "

All modules for which code is available

" msgstr "

Alle moduler, der er kode tilgængelig for

" -#: sphinx/ext/autodoc/__init__.py:302 +#: sphinx/ext/autodoc/__init__.py:300 #, python-format msgid "invalid signature for auto%s (%r)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:402 +#: sphinx/ext/autodoc/__init__.py:400 #, python-format msgid "error while formatting arguments for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:514 +#: sphinx/ext/autodoc/__init__.py:512 #, python-format msgid "missing attribute %s in object %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:602 +#: sphinx/ext/autodoc/__init__.py:600 #, python-format msgid "" "autodoc: failed to determine %r to be documented.the following exception was raised:\n" "%s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:694 +#: sphinx/ext/autodoc/__init__.py:692 #, python-format msgid "" "don't know which module to import for autodocumenting %r (try placing a " @@ -2681,39 +2682,39 @@ msgid "" "explicit module name)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:788 +#: sphinx/ext/autodoc/__init__.py:786 msgid "\"::\" in automodule name doesn't make sense" msgstr "" -#: sphinx/ext/autodoc/__init__.py:796 +#: sphinx/ext/autodoc/__init__.py:794 #, python-format msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:829 +#: sphinx/ext/autodoc/__init__.py:827 #, python-format msgid "" "__all__ should be a list of strings, not %r (in module %s) -- ignoring " "__all__" msgstr "" -#: sphinx/ext/autodoc/__init__.py:844 +#: sphinx/ext/autodoc/__init__.py:842 #, python-format msgid "" "missing attribute mentioned in :members: or __all__: module %s, attribute %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1128 +#: sphinx/ext/autodoc/__init__.py:1126 #, python-format msgid "Bases: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1185 +#: sphinx/ext/autodoc/__init__.py:1183 #, python-format msgid "alias of :class:`%s`" msgstr "alias for :class:`%s`" -#: sphinx/ext/autodoc/__init__.py:1470 +#: sphinx/ext/autodoc/__init__.py:1468 #, python-format msgid "Ignoring invalid option in autodoc_default_flags: %r" msgstr "" @@ -2749,17 +2750,17 @@ msgid "" "contain .rst. Skipped." msgstr "" -#: sphinx/ext/autosummary/generate.py:102 +#: sphinx/ext/autosummary/generate.py:100 #, python-format msgid "[autosummary] generating autosummary for: %s" msgstr "" -#: sphinx/ext/autosummary/generate.py:106 +#: sphinx/ext/autosummary/generate.py:104 #, python-format msgid "[autosummary] writing to %s" msgstr "" -#: sphinx/ext/autosummary/generate.py:366 +#: sphinx/ext/autosummary/generate.py:364 msgid "" "\n" "Generate ReStructuredText using autosummary directives.\n" @@ -2774,25 +2775,25 @@ msgid "" " pydoc sphinx.ext.autosummary\n" msgstr "" -#: sphinx/ext/autosummary/generate.py:383 +#: sphinx/ext/autosummary/generate.py:381 msgid "source files to generate rST files for" msgstr "" -#: sphinx/ext/autosummary/generate.py:387 +#: sphinx/ext/autosummary/generate.py:385 msgid "directory to place all output in" msgstr "" -#: sphinx/ext/autosummary/generate.py:390 +#: sphinx/ext/autosummary/generate.py:388 #, python-format msgid "default suffix for files (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:394 +#: sphinx/ext/autosummary/generate.py:392 #, python-format msgid "custom template directory (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:398 +#: sphinx/ext/autosummary/generate.py:396 #, python-format msgid "document imported members (default: %(default)s)" msgstr "" @@ -2870,6 +2871,7 @@ msgid "Warning" msgstr "Advarsel" #: sphinx/templates/latex/longtable.tex_t:23 +#: sphinx/templates/latex/sphinxmessages.sty_t:8 msgid "continued from previous page" msgstr "fortsat fra forrige side" @@ -2877,13 +2879,29 @@ msgstr "fortsat fra forrige side" msgid "Continued on next page" msgstr "Fortsættes på næste side" +#: sphinx/templates/latex/sphinxmessages.sty_t:9 +msgid "continues on next page" +msgstr "" + +#: sphinx/templates/latex/sphinxmessages.sty_t:10 +msgid "Non-alphabetical" +msgstr "" + +#: sphinx/templates/latex/sphinxmessages.sty_t:12 +msgid "Numbers" +msgstr "" + +#: sphinx/templates/latex/sphinxmessages.sty_t:13 +msgid "page" +msgstr "side" + #: sphinx/themes/agogo/layout.html:46 sphinx/themes/basic/globaltoc.html:10 #: sphinx/themes/basic/localtoc.html:11 sphinx/themes/scrolls/layout.html:41 msgid "Table of Contents" msgstr "" #: sphinx/themes/agogo/layout.html:51 sphinx/themes/basic/layout.html:153 -#: sphinx/themes/basic/search.html:11 sphinx/themes/basic/search.html:26 +#: sphinx/themes/basic/search.html:11 sphinx/themes/basic/search.html:21 #: sphinx/themes/basic/searchresults.html:10 msgid "Search" msgstr "Søg" @@ -3020,13 +3038,13 @@ msgstr "Næste emne" msgid "next chapter" msgstr "næste kapitel" -#: sphinx/themes/basic/search.html:30 +#: sphinx/themes/basic/search.html:25 msgid "" "Please activate JavaScript to enable the search\n" " functionality." msgstr "Aktivér venligst JavaScript for at aktivere\n søgefunktionalitet." -#: sphinx/themes/basic/search.html:35 +#: sphinx/themes/basic/search.html:30 msgid "" "From here you can search these documents. Enter your search\n" " words into the box below and click \"search\". Note that the search\n" @@ -3034,20 +3052,20 @@ msgid "" " containing fewer words won't appear in the result list." msgstr "Her fra kan du søge i disse dokumenter. Indtast dine søgeord\n i boksen nedenfor og klik på \"søg\". Bemærk at søgefunktionen\n automatisk vil søge på alle ordene. Sider, der indeholder\n færre ord, vil ikke indgå i resultaterne." -#: sphinx/themes/basic/search.html:42 +#: sphinx/themes/basic/search.html:37 #: sphinx/themes/basic/searchresults.html:17 msgid "search" msgstr "søg" -#: sphinx/themes/basic/search.html:46 +#: sphinx/themes/basic/search.html:41 #: sphinx/themes/basic/searchresults.html:21 -#: sphinx/themes/basic/static/searchtools.js:295 +#: sphinx/themes/basic/static/searchtools.js:285 msgid "Search Results" msgstr "Søgeresultater" -#: sphinx/themes/basic/search.html:48 +#: sphinx/themes/basic/search.html:43 #: sphinx/themes/basic/searchresults.html:23 -#: sphinx/themes/basic/static/searchtools.js:297 +#: sphinx/themes/basic/static/searchtools.js:287 msgid "" "Your search did not match any documents. Please make sure that all words are" " spelled correctly and that you've selected enough categories." @@ -3105,20 +3123,20 @@ msgstr "Permalink til denne definition" msgid "Hide Search Matches" msgstr "Skjul søgeresultater" -#: sphinx/themes/basic/static/searchtools.js:131 +#: sphinx/themes/basic/static/searchtools.js:121 msgid "Searching" msgstr "Søger" -#: sphinx/themes/basic/static/searchtools.js:136 +#: sphinx/themes/basic/static/searchtools.js:126 msgid "Preparing search..." msgstr "Forbereder søgning..." -#: sphinx/themes/basic/static/searchtools.js:299 +#: sphinx/themes/basic/static/searchtools.js:289 #, python-format msgid "Search finished, found %s page(s) matching the search query." msgstr "Søgning færdig, fandt %s sider der matcher søgeforespørgslen." -#: sphinx/themes/basic/static/searchtools.js:352 +#: sphinx/themes/basic/static/searchtools.js:342 msgid ", in " msgstr ", i" @@ -3135,18 +3153,18 @@ msgstr "Sammenfold sidebjælke" msgid "Contents" msgstr "Indhold" -#: sphinx/transforms/__init__.py:259 +#: sphinx/transforms/__init__.py:261 #, python-format msgid "" "4 column based index found. It might be a bug of extensions you use: %r" msgstr "" -#: sphinx/transforms/__init__.py:301 +#: sphinx/transforms/__init__.py:303 #, python-format msgid "Footnote [%s] is not referenced." msgstr "" -#: sphinx/transforms/__init__.py:307 +#: sphinx/transforms/__init__.py:309 msgid "Footnote [#] is not referenced." msgstr "" @@ -3217,7 +3235,7 @@ msgstr "" msgid "failed" msgstr "" -#: sphinx/util/docutils.py:321 +#: sphinx/util/docutils.py:320 msgid "when adding directive classes, no additional arguments may be given" msgstr "" @@ -3278,15 +3296,15 @@ msgstr "Permahenvisning til denne tabel" msgid "Permalink to this code" msgstr "Permahenvisning til denne kode" -#: sphinx/writers/html.py:514 sphinx/writers/html5.py:460 +#: sphinx/writers/html.py:512 sphinx/writers/html5.py:458 msgid "Permalink to this image" msgstr "Permahenvisning til dette billede" -#: sphinx/writers/html.py:516 sphinx/writers/html5.py:462 +#: sphinx/writers/html.py:514 sphinx/writers/html5.py:460 msgid "Permalink to this toctree" msgstr "Permahenvisning til dette toctree" -#: sphinx/writers/html.py:674 sphinx/writers/html5.py:608 +#: sphinx/writers/html.py:672 sphinx/writers/html5.py:606 msgid "Could not obtain image size. :scale: option is ignored." msgstr "" @@ -3323,12 +3341,12 @@ msgstr "" msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: sphinx/writers/latex.py:1843 +#: sphinx/writers/latex.py:1847 #, python-format msgid "unknown index entry type %s found" msgstr "" -#: sphinx/writers/latex.py:2552 +#: sphinx/writers/latex.py:2560 #, python-format msgid "Unknown configure key: latex_elements[%r] is ignored." msgstr "" @@ -3346,12 +3364,12 @@ msgstr "[billede]" msgid "caption not inside a figure." msgstr "" -#: sphinx/writers/texinfo.py:1421 +#: sphinx/writers/texinfo.py:1422 #, python-format msgid "unimplemented node type: %r" msgstr "" -#: sphinx/writers/texinfo.py:1426 +#: sphinx/writers/texinfo.py:1427 #, python-format msgid "unknown node type: %r" msgstr "" diff --git a/sphinx/locale/de/LC_MESSAGES/sphinx.mo b/sphinx/locale/de/LC_MESSAGES/sphinx.mo index e66c81a9a2..4843d38210 100644 Binary files a/sphinx/locale/de/LC_MESSAGES/sphinx.mo and b/sphinx/locale/de/LC_MESSAGES/sphinx.mo differ diff --git a/sphinx/locale/de/LC_MESSAGES/sphinx.po b/sphinx/locale/de/LC_MESSAGES/sphinx.po index 343a993fff..96b24539d6 100644 --- a/sphinx/locale/de/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/de/LC_MESSAGES/sphinx.po @@ -11,9 +11,9 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2019-02-18 01:52+0900\n" -"PO-Revision-Date: 2019-03-14 16:36+0000\n" -"Last-Translator: Takeshi KOMIYA \n" +"POT-Creation-Date: 2019-03-29 01:05+0900\n" +"PO-Revision-Date: 2019-03-28 16:09+0000\n" +"Last-Translator: Lukas Prokop \n" "Language-Team: German (http://www.transifex.com/sphinx-doc/sphinx-1/language/de/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -125,7 +125,7 @@ msgstr "" msgid "role %r is already registered, it will be overridden" msgstr "" -#: sphinx/application.py:1182 +#: sphinx/application.py:1179 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -133,7 +133,7 @@ msgid "" "explicit" msgstr "Die Erweiterung %s gibt nicht an ob paralleles Datenlesen fehlerfrei möglich ist, es wird daher nicht davon ausgegangen - bitte kontaktiere den Erweiterungsautor zur Überprüfung und Angabe" -#: sphinx/application.py:1188 +#: sphinx/application.py:1185 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -141,7 +141,7 @@ msgid "" "explicit" msgstr "Die Erweiterung %s gibt nicht an ob paralleles Datenschreiben fehlerfrei möglich ist, es wird daher nicht davon ausgegangen - bitte kontaktiere den Erweiterungsautor zur Überprüfung und Angabe" -#: sphinx/application.py:1199 +#: sphinx/application.py:1196 #, python-format msgid "doing serial %s" msgstr "" @@ -590,44 +590,44 @@ msgstr "" msgid "preparing documents" msgstr "" -#: sphinx/builders/_epub_base.py:219 +#: sphinx/builders/_epub_base.py:218 #, python-format msgid "duplicated ToC entry found: %s" msgstr "" -#: sphinx/builders/_epub_base.py:415 sphinx/builders/html.py:761 -#: sphinx/builders/latex/__init__.py:413 sphinx/builders/texinfo.py:190 +#: sphinx/builders/_epub_base.py:414 sphinx/builders/html.py:761 +#: sphinx/builders/latex/__init__.py:415 sphinx/builders/texinfo.py:190 msgid "copying images... " msgstr "" -#: sphinx/builders/_epub_base.py:422 +#: sphinx/builders/_epub_base.py:421 #, python-format msgid "cannot read image file %r: copying it instead" msgstr "" -#: sphinx/builders/_epub_base.py:428 sphinx/builders/html.py:769 -#: sphinx/builders/latex/__init__.py:421 sphinx/builders/texinfo.py:198 +#: sphinx/builders/_epub_base.py:427 sphinx/builders/html.py:769 +#: sphinx/builders/latex/__init__.py:423 sphinx/builders/texinfo.py:199 #, python-format msgid "cannot copy image file %r: %s" msgstr "" -#: sphinx/builders/_epub_base.py:445 +#: sphinx/builders/_epub_base.py:444 #, python-format msgid "cannot write image file %r: %s" msgstr "" -#: sphinx/builders/_epub_base.py:456 +#: sphinx/builders/_epub_base.py:455 msgid "Pillow not found - copying image files" msgstr "" -#: sphinx/builders/_epub_base.py:491 sphinx/builders/_epub_base.py:504 -#: sphinx/builders/_epub_base.py:540 sphinx/builders/_epub_base.py:725 -#: sphinx/builders/_epub_base.py:758 sphinx/builders/epub3.py:184 +#: sphinx/builders/_epub_base.py:490 sphinx/builders/_epub_base.py:503 +#: sphinx/builders/_epub_base.py:539 sphinx/builders/_epub_base.py:724 +#: sphinx/builders/_epub_base.py:757 sphinx/builders/epub3.py:183 #, python-format msgid "writing %s file..." msgstr "" -#: sphinx/builders/_epub_base.py:566 +#: sphinx/builders/_epub_base.py:565 #, python-format msgid "unknown mimetype for %s, ignoring" msgstr "" @@ -646,19 +646,19 @@ msgstr "" msgid "writing summary file..." msgstr "" -#: sphinx/builders/changes.py:87 +#: sphinx/builders/changes.py:86 msgid "Builtins" msgstr "Builtins" -#: sphinx/builders/changes.py:89 +#: sphinx/builders/changes.py:88 msgid "Module level" msgstr "Modulebene" -#: sphinx/builders/changes.py:134 +#: sphinx/builders/changes.py:133 msgid "copying source files..." msgstr "" -#: sphinx/builders/changes.py:141 +#: sphinx/builders/changes.py:140 #, python-format msgid "could not read %r for changelog creation" msgstr "" @@ -667,76 +667,76 @@ msgstr "" msgid "The dummy builder generates no files." msgstr "" -#: sphinx/builders/epub3.py:69 +#: sphinx/builders/epub3.py:68 #, python-format msgid "The ePub file is in %(outdir)s." msgstr "" -#: sphinx/builders/epub3.py:212 +#: sphinx/builders/epub3.py:211 msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:216 +#: sphinx/builders/epub3.py:215 msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:219 +#: sphinx/builders/epub3.py:218 msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:223 +#: sphinx/builders/epub3.py:222 msgid "conf value \"epub_author\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:226 +#: sphinx/builders/epub3.py:225 msgid "conf value \"epub_contributor\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:229 +#: sphinx/builders/epub3.py:228 msgid "conf value \"epub_description\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:232 +#: sphinx/builders/epub3.py:231 msgid "conf value \"epub_publisher\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:235 +#: sphinx/builders/epub3.py:234 msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:239 +#: sphinx/builders/epub3.py:238 msgid "conf value \"epub_identifier\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:242 +#: sphinx/builders/epub3.py:241 msgid "conf value \"version\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:257 sphinx/builders/html.py:1166 +#: sphinx/builders/epub3.py:256 sphinx/builders/html.py:1166 #, python-format msgid "invalid css_file: %r, ignored" msgstr "" -#: sphinx/builders/gettext.py:215 +#: sphinx/builders/gettext.py:221 #, python-format msgid "The message catalogs are in %(outdir)s." msgstr "" -#: sphinx/builders/gettext.py:239 +#: sphinx/builders/gettext.py:245 #, python-format msgid "building [%s]: " msgstr "" -#: sphinx/builders/gettext.py:240 +#: sphinx/builders/gettext.py:246 #, python-format msgid "targets for %d template files" msgstr "" -#: sphinx/builders/gettext.py:244 +#: sphinx/builders/gettext.py:250 msgid "reading templates... " msgstr "" -#: sphinx/builders/gettext.py:271 +#: sphinx/builders/gettext.py:277 msgid "writing message catalogs... " msgstr "" @@ -755,7 +755,7 @@ msgstr "" msgid "Failed to read build info file: %r" msgstr "" -#: sphinx/builders/html.py:488 sphinx/builders/latex/__init__.py:204 +#: sphinx/builders/html.py:488 sphinx/builders/latex/__init__.py:206 #: sphinx/transforms/__init__.py:121 sphinx/writers/manpage.py:118 #: sphinx/writers/texinfo.py:243 #, python-format @@ -808,7 +808,7 @@ msgstr "" msgid "html_static_path entry %r does not exist" msgstr "" -#: sphinx/builders/html.py:839 sphinx/builders/latex/__init__.py:398 +#: sphinx/builders/html.py:839 sphinx/builders/latex/__init__.py:400 #, python-format msgid "logo file %r does not exist" msgstr "" @@ -925,7 +925,7 @@ msgstr "" msgid "no \"man_pages\" config value found; no manual pages will be written" msgstr "" -#: sphinx/builders/latex/__init__.py:270 sphinx/builders/manpage.py:64 +#: sphinx/builders/latex/__init__.py:272 sphinx/builders/manpage.py:64 #: sphinx/builders/singlehtml.py:174 sphinx/builders/texinfo.py:120 msgid "writing" msgstr "" @@ -969,24 +969,24 @@ msgstr "" msgid "\"texinfo_documents\" config value references unknown document %s" msgstr "" -#: sphinx/builders/latex/__init__.py:253 sphinx/builders/texinfo.py:116 +#: sphinx/builders/latex/__init__.py:255 sphinx/builders/texinfo.py:116 #, python-format msgid "processing %s" msgstr "" -#: sphinx/builders/latex/__init__.py:322 sphinx/builders/texinfo.py:163 +#: sphinx/builders/latex/__init__.py:323 sphinx/builders/texinfo.py:164 msgid "resolving references..." msgstr "" -#: sphinx/builders/latex/__init__.py:332 sphinx/builders/texinfo.py:172 +#: sphinx/builders/latex/__init__.py:333 sphinx/builders/texinfo.py:173 msgid " (in " msgstr " (in " -#: sphinx/builders/texinfo.py:204 +#: sphinx/builders/texinfo.py:205 msgid "copying Texinfo support files" msgstr "" -#: sphinx/builders/texinfo.py:208 +#: sphinx/builders/texinfo.py:209 #, python-format msgid "error writing file Makefile: %s" msgstr "" @@ -1006,28 +1006,28 @@ msgstr "" msgid "The pseudo-XML files are in %(outdir)s." msgstr "" -#: sphinx/builders/latex/__init__.py:121 +#: sphinx/builders/latex/__init__.py:123 #, python-format msgid "The LaTeX files are in %(outdir)s." msgstr "" -#: sphinx/builders/latex/__init__.py:123 +#: sphinx/builders/latex/__init__.py:125 msgid "" "\n" "Run 'make' in that directory to run these through (pdf)latex\n" "(use `make latexpdf' here to do that automatically)." msgstr "" -#: sphinx/builders/latex/__init__.py:163 +#: sphinx/builders/latex/__init__.py:165 msgid "no \"latex_documents\" config value found; no documents will be written" msgstr "" -#: sphinx/builders/latex/__init__.py:171 +#: sphinx/builders/latex/__init__.py:173 #, python-format msgid "\"latex_documents\" config value references unknown document %s" msgstr "" -#: sphinx/builders/latex/__init__.py:211 sphinx/domains/std.py:501 +#: sphinx/builders/latex/__init__.py:213 sphinx/domains/std.py:501 #: sphinx/templates/latex/latex.tex_t:79 #: sphinx/themes/basic/genindex-single.html:30 #: sphinx/themes/basic/genindex-single.html:55 @@ -1039,28 +1039,28 @@ msgstr "" msgid "Index" msgstr "Stichwortverzeichnis" -#: sphinx/builders/latex/__init__.py:214 sphinx/templates/latex/latex.tex_t:64 +#: sphinx/builders/latex/__init__.py:216 sphinx/templates/latex/latex.tex_t:64 msgid "Release" msgstr "Release" -#: sphinx/builders/latex/__init__.py:222 sphinx/writers/latex.py:549 +#: sphinx/builders/latex/__init__.py:224 sphinx/writers/latex.py:549 #, python-format msgid "no Babel option known for language %r" msgstr "" -#: sphinx/builders/latex/__init__.py:361 +#: sphinx/builders/latex/__init__.py:363 msgid "copying TeX support files" msgstr "" -#: sphinx/builders/latex/__init__.py:382 +#: sphinx/builders/latex/__init__.py:384 msgid "copying TeX support files..." msgstr "" -#: sphinx/builders/latex/__init__.py:402 +#: sphinx/builders/latex/__init__.py:404 msgid "copying additional files" msgstr "" -#: sphinx/builders/latex/__init__.py:445 +#: sphinx/builders/latex/__init__.py:447 #, python-format msgid "Unknown configure key: latex_elements[%r]. ignored." msgstr "" @@ -1123,8 +1123,8 @@ msgstr "" msgid "job number should be a positive number" msgstr "" -#: sphinx/cmd/build.py:106 sphinx/cmd/quickstart.py:498 -#: sphinx/ext/apidoc.py:298 sphinx/ext/autosummary/generate.py:365 +#: sphinx/cmd/build.py:106 sphinx/cmd/quickstart.py:497 +#: sphinx/ext/apidoc.py:298 sphinx/ext/autosummary/generate.py:363 msgid "For more information, visit ." msgstr "" @@ -1501,13 +1501,13 @@ msgstr "" msgid "Indicate which of the following Sphinx extensions should be enabled:" msgstr "" -#: sphinx/cmd/quickstart.py:354 +#: sphinx/cmd/quickstart.py:353 msgid "" "Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " "been deselected." msgstr "" -#: sphinx/cmd/quickstart.py:359 +#: sphinx/cmd/quickstart.py:358 msgid "" "\n" "A Makefile and a Windows command file can be generated for you so that you\n" @@ -1515,29 +1515,29 @@ msgid "" "directly." msgstr "" -#: sphinx/cmd/quickstart.py:363 +#: sphinx/cmd/quickstart.py:362 msgid "Create Makefile? (y/n)" msgstr "" -#: sphinx/cmd/quickstart.py:366 +#: sphinx/cmd/quickstart.py:365 msgid "Create Windows command file? (y/n)" msgstr "" -#: sphinx/cmd/quickstart.py:409 sphinx/ext/apidoc.py:74 +#: sphinx/cmd/quickstart.py:408 sphinx/ext/apidoc.py:74 #, python-format msgid "Creating file %s." msgstr "" -#: sphinx/cmd/quickstart.py:414 sphinx/ext/apidoc.py:72 +#: sphinx/cmd/quickstart.py:413 sphinx/ext/apidoc.py:72 #, python-format msgid "File %s already exists, skipping." msgstr "" -#: sphinx/cmd/quickstart.py:450 +#: sphinx/cmd/quickstart.py:449 msgid "Finished: An initial directory structure has been created." msgstr "" -#: sphinx/cmd/quickstart.py:451 +#: sphinx/cmd/quickstart.py:450 #, python-format msgid "" "\n" @@ -1545,26 +1545,26 @@ msgid "" "source files. " msgstr "" -#: sphinx/cmd/quickstart.py:453 +#: sphinx/cmd/quickstart.py:452 msgid "" "Use the Makefile to build the docs, like so:\n" " make builder\n" msgstr "" -#: sphinx/cmd/quickstart.py:456 +#: sphinx/cmd/quickstart.py:455 #, python-format msgid "" "Use the sphinx-build command to build the docs, like so:\n" " sphinx-build -b builder %s %s\n" msgstr "" -#: sphinx/cmd/quickstart.py:459 +#: sphinx/cmd/quickstart.py:458 msgid "" "where \"builder\" is one of the supported builders, e.g. html, latex or " "linkcheck.\n" msgstr "" -#: sphinx/cmd/quickstart.py:499 +#: sphinx/cmd/quickstart.py:498 msgid "" "\n" "Generate required files for a Sphinx project.\n" @@ -1574,131 +1574,131 @@ msgid "" "Makefile to be used with sphinx-build.\n" msgstr "" -#: sphinx/cmd/quickstart.py:509 +#: sphinx/cmd/quickstart.py:508 msgid "quiet mode" msgstr "" -#: sphinx/cmd/quickstart.py:514 +#: sphinx/cmd/quickstart.py:513 msgid "output path" msgstr "" -#: sphinx/cmd/quickstart.py:516 +#: sphinx/cmd/quickstart.py:515 msgid "Structure options" msgstr "" -#: sphinx/cmd/quickstart.py:518 +#: sphinx/cmd/quickstart.py:517 msgid "if specified, separate source and build dirs" msgstr "" -#: sphinx/cmd/quickstart.py:520 +#: sphinx/cmd/quickstart.py:519 msgid "replacement for dot in _templates etc." msgstr "" -#: sphinx/cmd/quickstart.py:522 +#: sphinx/cmd/quickstart.py:521 msgid "Project basic options" msgstr "" -#: sphinx/cmd/quickstart.py:524 +#: sphinx/cmd/quickstart.py:523 msgid "project name" msgstr "" -#: sphinx/cmd/quickstart.py:526 +#: sphinx/cmd/quickstart.py:525 msgid "author names" msgstr "" -#: sphinx/cmd/quickstart.py:528 +#: sphinx/cmd/quickstart.py:527 msgid "version of project" msgstr "" -#: sphinx/cmd/quickstart.py:530 +#: sphinx/cmd/quickstart.py:529 msgid "release of project" msgstr "" -#: sphinx/cmd/quickstart.py:532 +#: sphinx/cmd/quickstart.py:531 msgid "document language" msgstr "" -#: sphinx/cmd/quickstart.py:534 +#: sphinx/cmd/quickstart.py:533 msgid "source file suffix" msgstr "" -#: sphinx/cmd/quickstart.py:536 +#: sphinx/cmd/quickstart.py:535 msgid "master document name" msgstr "" -#: sphinx/cmd/quickstart.py:538 +#: sphinx/cmd/quickstart.py:537 msgid "use epub" msgstr "" -#: sphinx/cmd/quickstart.py:540 +#: sphinx/cmd/quickstart.py:539 msgid "Extension options" msgstr "" -#: sphinx/cmd/quickstart.py:544 sphinx/ext/apidoc.py:379 +#: sphinx/cmd/quickstart.py:543 sphinx/ext/apidoc.py:379 #, python-format msgid "enable %s extension" msgstr "" -#: sphinx/cmd/quickstart.py:546 sphinx/ext/apidoc.py:375 +#: sphinx/cmd/quickstart.py:545 sphinx/ext/apidoc.py:375 msgid "enable arbitrary extensions" msgstr "" -#: sphinx/cmd/quickstart.py:548 +#: sphinx/cmd/quickstart.py:547 msgid "Makefile and Batchfile creation" msgstr "" -#: sphinx/cmd/quickstart.py:550 +#: sphinx/cmd/quickstart.py:549 msgid "create makefile" msgstr "" -#: sphinx/cmd/quickstart.py:552 +#: sphinx/cmd/quickstart.py:551 msgid "do not create makefile" msgstr "" -#: sphinx/cmd/quickstart.py:554 +#: sphinx/cmd/quickstart.py:553 msgid "create batchfile" msgstr "" -#: sphinx/cmd/quickstart.py:557 +#: sphinx/cmd/quickstart.py:556 msgid "do not create batchfile" msgstr "" -#: sphinx/cmd/quickstart.py:560 +#: sphinx/cmd/quickstart.py:559 msgid "use make-mode for Makefile/make.bat" msgstr "" -#: sphinx/cmd/quickstart.py:563 +#: sphinx/cmd/quickstart.py:562 msgid "do not use make-mode for Makefile/make.bat" msgstr "" -#: sphinx/cmd/quickstart.py:565 +#: sphinx/cmd/quickstart.py:564 msgid "Project templating" msgstr "" -#: sphinx/cmd/quickstart.py:568 +#: sphinx/cmd/quickstart.py:567 msgid "template directory for template files" msgstr "" -#: sphinx/cmd/quickstart.py:571 +#: sphinx/cmd/quickstart.py:570 msgid "define a template variable" msgstr "" -#: sphinx/cmd/quickstart.py:605 +#: sphinx/cmd/quickstart.py:604 msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." msgstr "" -#: sphinx/cmd/quickstart.py:619 +#: sphinx/cmd/quickstart.py:618 msgid "" "Error: specified path is not a directory, or sphinx files already exist." msgstr "" -#: sphinx/cmd/quickstart.py:621 +#: sphinx/cmd/quickstart.py:620 msgid "" "sphinx-quickstart only generate into a empty directory. Please specify a new" " root path." msgstr "" -#: sphinx/cmd/quickstart.py:636 +#: sphinx/cmd/quickstart.py:635 #, python-format msgid "Invalid template variable: %s" msgstr "" @@ -1770,17 +1770,17 @@ msgstr "Autor: " msgid "%s %s" msgstr "%s-%s" -#: sphinx/domains/c.py:64 sphinx/domains/cpp.py:6371 +#: sphinx/domains/c.py:64 sphinx/domains/cpp.py:6445 #: sphinx/domains/python.py:210 sphinx/ext/napoleon/docstring.py:696 msgid "Parameters" msgstr "Parameter" -#: sphinx/domains/c.py:67 sphinx/domains/cpp.py:6380 -#: sphinx/domains/javascript.py:210 sphinx/domains/python.py:222 +#: sphinx/domains/c.py:67 sphinx/domains/cpp.py:6454 +#: sphinx/domains/javascript.py:209 sphinx/domains/python.py:222 msgid "Returns" msgstr "Rückgabe" -#: sphinx/domains/c.py:69 sphinx/domains/javascript.py:212 +#: sphinx/domains/c.py:69 sphinx/domains/javascript.py:211 #: sphinx/domains/python.py:224 msgid "Return type" msgstr "Rückgabetyp" @@ -1810,12 +1810,12 @@ msgstr "%s (C-Typ)" msgid "%s (C variable)" msgstr "%s (C-Variable)" -#: sphinx/domains/c.py:258 sphinx/domains/cpp.py:6956 -#: sphinx/domains/javascript.py:298 sphinx/domains/python.py:741 +#: sphinx/domains/c.py:258 sphinx/domains/cpp.py:7029 +#: sphinx/domains/javascript.py:297 sphinx/domains/python.py:742 msgid "function" msgstr "Funktion" -#: sphinx/domains/c.py:259 sphinx/domains/cpp.py:6957 +#: sphinx/domains/c.py:259 sphinx/domains/cpp.py:7030 msgid "member" msgstr "Member" @@ -1823,7 +1823,7 @@ msgstr "Member" msgid "macro" msgstr "Makro" -#: sphinx/domains/c.py:261 sphinx/domains/cpp.py:6958 +#: sphinx/domains/c.py:261 sphinx/domains/cpp.py:7031 msgid "type" msgstr "Typ" @@ -1846,106 +1846,106 @@ msgstr "Geändert in Version %s" msgid "Deprecated since version %s" msgstr "Veraltet ab Version %s" -#: sphinx/domains/cpp.py:4297 +#: sphinx/domains/cpp.py:4323 #, python-format msgid "" "Duplicate declaration, also defined in '%s'.\n" "Declaration is '%s'." msgstr "" -#: sphinx/domains/cpp.py:6374 +#: sphinx/domains/cpp.py:6448 msgid "Template Parameters" msgstr "Template Parameter" -#: sphinx/domains/cpp.py:6377 sphinx/domains/javascript.py:207 +#: sphinx/domains/cpp.py:6451 sphinx/domains/javascript.py:206 msgid "Throws" msgstr "Wirft" -#: sphinx/domains/cpp.py:6505 +#: sphinx/domains/cpp.py:6579 #, python-format msgid "%s (C++ %s)" msgstr "" -#: sphinx/domains/cpp.py:6954 sphinx/domains/javascript.py:300 -#: sphinx/domains/python.py:743 +#: sphinx/domains/cpp.py:7027 sphinx/domains/javascript.py:299 +#: sphinx/domains/python.py:744 msgid "class" msgstr "Klasse" -#: sphinx/domains/cpp.py:6955 +#: sphinx/domains/cpp.py:7028 msgid "union" msgstr "" -#: sphinx/domains/cpp.py:6959 +#: sphinx/domains/cpp.py:7032 msgid "concept" msgstr "" -#: sphinx/domains/cpp.py:6960 +#: sphinx/domains/cpp.py:7033 msgid "enum" msgstr "Aufzählung" -#: sphinx/domains/cpp.py:6961 +#: sphinx/domains/cpp.py:7034 msgid "enumerator" msgstr "Enumerator" -#: sphinx/domains/cpp.py:7054 +#: sphinx/domains/cpp.py:7127 #, python-format msgid "" "Duplicate declaration, also defined in '%s'.\n" "Name of declaration is '%s'." msgstr "" -#: sphinx/domains/javascript.py:131 sphinx/domains/python.py:429 +#: sphinx/domains/javascript.py:130 sphinx/domains/python.py:430 #, python-format msgid "%s() (built-in function)" msgstr "%s() (Standard-Funktion)" -#: sphinx/domains/javascript.py:132 sphinx/domains/python.py:494 +#: sphinx/domains/javascript.py:131 sphinx/domains/python.py:495 #, python-format msgid "%s() (%s method)" msgstr "%s() (Methode von %s)" -#: sphinx/domains/javascript.py:134 +#: sphinx/domains/javascript.py:133 #, python-format msgid "%s() (class)" msgstr "%s() (Klasse)" -#: sphinx/domains/javascript.py:136 +#: sphinx/domains/javascript.py:135 #, python-format msgid "%s (global variable or constant)" msgstr "%s (globale Variable oder Konstante)" -#: sphinx/domains/javascript.py:138 sphinx/domains/python.py:532 +#: sphinx/domains/javascript.py:137 sphinx/domains/python.py:533 #, python-format msgid "%s (%s attribute)" msgstr "%s (Attribut von %s)" -#: sphinx/domains/javascript.py:204 +#: sphinx/domains/javascript.py:203 msgid "Arguments" msgstr "Parameter" -#: sphinx/domains/javascript.py:265 sphinx/domains/python.py:609 +#: sphinx/domains/javascript.py:264 sphinx/domains/python.py:610 #, python-format msgid "%s (module)" msgstr "%s (Modul)" -#: sphinx/domains/javascript.py:299 sphinx/domains/python.py:745 +#: sphinx/domains/javascript.py:298 sphinx/domains/python.py:746 msgid "method" msgstr "Methode" -#: sphinx/domains/javascript.py:301 sphinx/domains/python.py:742 +#: sphinx/domains/javascript.py:300 sphinx/domains/python.py:743 msgid "data" msgstr "Wert" -#: sphinx/domains/javascript.py:302 sphinx/domains/python.py:748 +#: sphinx/domains/javascript.py:301 sphinx/domains/python.py:749 msgid "attribute" msgstr "Attribut" -#: sphinx/domains/javascript.py:303 sphinx/domains/python.py:49 -#: sphinx/domains/python.py:749 +#: sphinx/domains/javascript.py:302 sphinx/domains/python.py:49 +#: sphinx/domains/python.py:750 msgid "module" msgstr "Modul" -#: sphinx/domains/math.py:101 sphinx/writers/latex.py:2451 +#: sphinx/domains/math.py:101 sphinx/writers/latex.py:2459 #, python-format msgid "Invalid math_eqref_format: %r" msgstr "" @@ -1967,7 +1967,7 @@ msgstr "Operator" msgid "object" msgstr "Objekt" -#: sphinx/domains/python.py:53 sphinx/domains/python.py:744 +#: sphinx/domains/python.py:53 sphinx/domains/python.py:745 msgid "exception" msgstr "Exception" @@ -1987,88 +1987,88 @@ msgstr "Variablen" msgid "Raises" msgstr "Verursacht" -#: sphinx/domains/python.py:430 sphinx/domains/python.py:488 -#: sphinx/domains/python.py:500 sphinx/domains/python.py:513 +#: sphinx/domains/python.py:431 sphinx/domains/python.py:489 +#: sphinx/domains/python.py:501 sphinx/domains/python.py:514 #, python-format msgid "%s() (in module %s)" msgstr "%s() (im Modul %s)" -#: sphinx/domains/python.py:433 +#: sphinx/domains/python.py:434 #, python-format msgid "%s (built-in variable)" msgstr "%s (Standard-Variable)" -#: sphinx/domains/python.py:434 sphinx/domains/python.py:526 +#: sphinx/domains/python.py:435 sphinx/domains/python.py:527 #, python-format msgid "%s (in module %s)" msgstr "%s (in Modul %s)" -#: sphinx/domains/python.py:454 +#: sphinx/domains/python.py:455 #, python-format msgid "%s (built-in class)" msgstr "%s (Builtin-Klasse)" -#: sphinx/domains/python.py:455 +#: sphinx/domains/python.py:456 #, python-format msgid "%s (class in %s)" msgstr "%s (Klasse in %s)" -#: sphinx/domains/python.py:492 +#: sphinx/domains/python.py:493 #, python-format msgid "%s() (%s.%s method)" msgstr "%s() (Methode von %s.%s)" -#: sphinx/domains/python.py:504 +#: sphinx/domains/python.py:505 #, python-format msgid "%s() (%s.%s static method)" msgstr "%s() (statische Methode von %s.%s)" -#: sphinx/domains/python.py:507 +#: sphinx/domains/python.py:508 #, python-format msgid "%s() (%s static method)" msgstr "%s() (statische Methode von %s)" -#: sphinx/domains/python.py:517 +#: sphinx/domains/python.py:518 #, python-format msgid "%s() (%s.%s class method)" msgstr "%s() (Klassenmethode von %s.%s)" -#: sphinx/domains/python.py:520 +#: sphinx/domains/python.py:521 #, python-format msgid "%s() (%s class method)" msgstr "%s() (Klassenmethode von %s)" -#: sphinx/domains/python.py:530 +#: sphinx/domains/python.py:531 #, python-format msgid "%s (%s.%s attribute)" msgstr "%s (Attribut von %s.%s)" -#: sphinx/domains/python.py:667 +#: sphinx/domains/python.py:668 msgid "Python Module Index" msgstr "Python-Modulindex" -#: sphinx/domains/python.py:668 +#: sphinx/domains/python.py:669 msgid "modules" msgstr "Module" -#: sphinx/domains/python.py:719 +#: sphinx/domains/python.py:720 msgid "Deprecated" msgstr "Veraltet" -#: sphinx/domains/python.py:746 +#: sphinx/domains/python.py:747 msgid "class method" msgstr "Klassenmethode" -#: sphinx/domains/python.py:747 +#: sphinx/domains/python.py:748 msgid "static method" msgstr "statische Methode" -#: sphinx/domains/python.py:879 +#: sphinx/domains/python.py:880 #, python-format msgid "more than one target found for cross-reference %r: %s" msgstr "" -#: sphinx/domains/python.py:917 +#: sphinx/domains/python.py:918 msgid " (deprecated)" msgstr " (veraltet)" @@ -2144,7 +2144,7 @@ msgstr "Suche" msgid "duplicate citation %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:631 sphinx/ext/autosectionlabel.py:61 +#: sphinx/domains/std.py:631 sphinx/ext/autosectionlabel.py:56 #, python-format msgid "duplicate label %s, other instance in %s" msgstr "" @@ -2204,21 +2204,21 @@ msgid "" "another doctree directory." msgstr "" -#: sphinx/environment/__init__.py:408 +#: sphinx/environment/__init__.py:404 #, python-format msgid "Failed to scan documents in %s: %r" msgstr "" -#: sphinx/environment/__init__.py:536 +#: sphinx/environment/__init__.py:532 #, python-format msgid "Domain %r is not registered" msgstr "" -#: sphinx/environment/__init__.py:621 +#: sphinx/environment/__init__.py:617 msgid "self referenced toctree found. Ignored." msgstr "" -#: sphinx/environment/__init__.py:662 +#: sphinx/environment/__init__.py:658 msgid "document isn't included in any toctree" msgstr "" @@ -2238,6 +2238,7 @@ msgid "unknown index entry type %r" msgstr "" #: sphinx/environment/adapters/indexentries.py:156 +#: sphinx/templates/latex/sphinxmessages.sty_t:11 msgid "Symbols" msgstr "Sonderzeichen" @@ -2263,22 +2264,22 @@ msgstr "" msgid "toctree contains reference to nonexisting document %r" msgstr "" -#: sphinx/environment/collectors/asset.py:91 +#: sphinx/environment/collectors/asset.py:90 #, python-format msgid "image file not readable: %s" msgstr "" -#: sphinx/environment/collectors/asset.py:107 +#: sphinx/environment/collectors/asset.py:106 #, python-format msgid "image file %s not readable: %s" msgstr "" -#: sphinx/environment/collectors/asset.py:135 +#: sphinx/environment/collectors/asset.py:134 #, python-format msgid "download file not readable: %s" msgstr "" -#: sphinx/environment/collectors/toctree.py:197 +#: sphinx/environment/collectors/toctree.py:196 #, python-format msgid "%s is already assigned section numbers (nested numbered toctree?)" msgstr "" @@ -2422,38 +2423,38 @@ msgstr "" msgid "module %s could not be imported: %s" msgstr "" -#: sphinx/ext/doctest.py:142 +#: sphinx/ext/doctest.py:132 #, python-format msgid "missing '+' or '-' in '%s' option." msgstr "" -#: sphinx/ext/doctest.py:147 +#: sphinx/ext/doctest.py:137 #, python-format msgid "'%s' is not a valid option." msgstr "" -#: sphinx/ext/doctest.py:161 +#: sphinx/ext/doctest.py:151 #, python-format msgid "'%s' is not a valid pyversion option" msgstr "" -#: sphinx/ext/doctest.py:230 +#: sphinx/ext/doctest.py:222 msgid "invalid TestCode type" msgstr "" -#: sphinx/ext/doctest.py:291 +#: sphinx/ext/doctest.py:283 #, python-format msgid "" "Testing of doctests in the sources finished, look at the results in " "%(outdir)s/output.txt." msgstr "" -#: sphinx/ext/doctest.py:438 +#: sphinx/ext/doctest.py:446 #, python-format msgid "no code/output in %s block at %s:%s" msgstr "" -#: sphinx/ext/doctest.py:527 +#: sphinx/ext/doctest.py:535 #, python-format msgid "ignoring invalid doctest code: %r" msgstr "" @@ -2471,7 +2472,7 @@ msgstr "" msgid "Ignoring \"graphviz\" directive without content." msgstr "" -#: sphinx/ext/graphviz.py:252 +#: sphinx/ext/graphviz.py:250 #, python-format msgid "" "dot did not produce an output file:\n" @@ -2481,14 +2482,14 @@ msgid "" "%r" msgstr "" -#: sphinx/ext/graphviz.py:256 +#: sphinx/ext/graphviz.py:254 #, python-format msgid "" "dot command %r cannot be run (needed for graphviz output), check the " "graphviz_dot setting" msgstr "" -#: sphinx/ext/graphviz.py:263 +#: sphinx/ext/graphviz.py:261 #, python-format msgid "" "dot exited with error:\n" @@ -2498,23 +2499,23 @@ msgid "" "%r" msgstr "" -#: sphinx/ext/graphviz.py:273 +#: sphinx/ext/graphviz.py:271 #, python-format msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" msgstr "" -#: sphinx/ext/graphviz.py:277 sphinx/ext/graphviz.py:331 -#: sphinx/ext/graphviz.py:369 +#: sphinx/ext/graphviz.py:275 sphinx/ext/graphviz.py:329 +#: sphinx/ext/graphviz.py:367 #, python-format msgid "dot code %r: %s" msgstr "" -#: sphinx/ext/graphviz.py:384 sphinx/ext/graphviz.py:393 +#: sphinx/ext/graphviz.py:382 sphinx/ext/graphviz.py:391 #, python-format msgid "[graph: %s]" msgstr "[Diagramm: %s]" -#: sphinx/ext/graphviz.py:386 sphinx/ext/graphviz.py:395 +#: sphinx/ext/graphviz.py:384 sphinx/ext/graphviz.py:393 msgid "[graph]" msgstr "[Diagramm]" @@ -2533,31 +2534,31 @@ msgid "" "%r" msgstr "" -#: sphinx/ext/imgmath.py:140 +#: sphinx/ext/imgmath.py:139 #, python-format msgid "" "LaTeX command %r cannot be run (needed for math display), check the " "imgmath_latex setting" msgstr "" -#: sphinx/ext/imgmath.py:155 +#: sphinx/ext/imgmath.py:154 #, python-format msgid "" "%s command %r cannot be run (needed for math display), check the imgmath_%s " "setting" msgstr "" -#: sphinx/ext/imgmath.py:290 +#: sphinx/ext/imgmath.py:289 #, python-format msgid "display latex %r: %s" msgstr "" -#: sphinx/ext/imgmath.py:317 +#: sphinx/ext/imgmath.py:316 #, python-format msgid "inline latex %r: %s" msgstr "" -#: sphinx/ext/imgmath.py:324 sphinx/ext/mathjax.py:54 +#: sphinx/ext/imgmath.py:323 sphinx/ext/mathjax.py:54 msgid "Permalink to this equation" msgstr "" @@ -2577,26 +2578,26 @@ msgid "" "alternatives:" msgstr "" -#: sphinx/ext/intersphinx.py:237 +#: sphinx/ext/intersphinx.py:238 msgid "failed to reach any of the inventories with the following issues:" msgstr "" -#: sphinx/ext/intersphinx.py:312 +#: sphinx/ext/intersphinx.py:311 #, python-format msgid "(in %s v%s)" msgstr "(in %s v%s)" -#: sphinx/ext/intersphinx.py:314 +#: sphinx/ext/intersphinx.py:313 #, python-format msgid "(in %s)" msgstr "" -#: sphinx/ext/intersphinx.py:348 +#: sphinx/ext/intersphinx.py:347 #, python-format msgid "intersphinx identifier %r is not string. Ignored" msgstr "" -#: sphinx/ext/intersphinx.py:361 +#: sphinx/ext/intersphinx.py:360 #, python-format msgid "Fail to read intersphinx_mapping[%s], Ignored: %r" msgstr "" @@ -2652,29 +2653,29 @@ msgstr "Überblick: Modul-Quellcode" msgid "

All modules for which code is available

" msgstr "

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

" -#: sphinx/ext/autodoc/__init__.py:302 +#: sphinx/ext/autodoc/__init__.py:300 #, python-format msgid "invalid signature for auto%s (%r)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:402 +#: sphinx/ext/autodoc/__init__.py:400 #, python-format msgid "error while formatting arguments for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:514 +#: sphinx/ext/autodoc/__init__.py:512 #, python-format msgid "missing attribute %s in object %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:602 +#: sphinx/ext/autodoc/__init__.py:600 #, python-format msgid "" "autodoc: failed to determine %r to be documented.the following exception was raised:\n" "%s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:694 +#: sphinx/ext/autodoc/__init__.py:692 #, python-format msgid "" "don't know which module to import for autodocumenting %r (try placing a " @@ -2682,39 +2683,39 @@ msgid "" "explicit module name)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:788 +#: sphinx/ext/autodoc/__init__.py:786 msgid "\"::\" in automodule name doesn't make sense" msgstr "" -#: sphinx/ext/autodoc/__init__.py:796 +#: sphinx/ext/autodoc/__init__.py:794 #, python-format msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:829 +#: sphinx/ext/autodoc/__init__.py:827 #, python-format msgid "" "__all__ should be a list of strings, not %r (in module %s) -- ignoring " "__all__" msgstr "" -#: sphinx/ext/autodoc/__init__.py:844 +#: sphinx/ext/autodoc/__init__.py:842 #, python-format msgid "" "missing attribute mentioned in :members: or __all__: module %s, attribute %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1128 +#: sphinx/ext/autodoc/__init__.py:1126 #, python-format msgid "Bases: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1185 +#: sphinx/ext/autodoc/__init__.py:1183 #, python-format msgid "alias of :class:`%s`" msgstr "Alias von :class:`%s`" -#: sphinx/ext/autodoc/__init__.py:1470 +#: sphinx/ext/autodoc/__init__.py:1468 #, python-format msgid "Ignoring invalid option in autodoc_default_flags: %r" msgstr "" @@ -2750,17 +2751,17 @@ msgid "" "contain .rst. Skipped." msgstr "" -#: sphinx/ext/autosummary/generate.py:102 +#: sphinx/ext/autosummary/generate.py:100 #, python-format msgid "[autosummary] generating autosummary for: %s" msgstr "" -#: sphinx/ext/autosummary/generate.py:106 +#: sphinx/ext/autosummary/generate.py:104 #, python-format msgid "[autosummary] writing to %s" msgstr "" -#: sphinx/ext/autosummary/generate.py:366 +#: sphinx/ext/autosummary/generate.py:364 msgid "" "\n" "Generate ReStructuredText using autosummary directives.\n" @@ -2775,25 +2776,25 @@ msgid "" " pydoc sphinx.ext.autosummary\n" msgstr "" -#: sphinx/ext/autosummary/generate.py:383 +#: sphinx/ext/autosummary/generate.py:381 msgid "source files to generate rST files for" msgstr "" -#: sphinx/ext/autosummary/generate.py:387 +#: sphinx/ext/autosummary/generate.py:385 msgid "directory to place all output in" msgstr "" -#: sphinx/ext/autosummary/generate.py:390 +#: sphinx/ext/autosummary/generate.py:388 #, python-format msgid "default suffix for files (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:394 +#: sphinx/ext/autosummary/generate.py:392 #, python-format msgid "custom template directory (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:398 +#: sphinx/ext/autosummary/generate.py:396 #, python-format msgid "document imported members (default: %(default)s)" msgstr "" @@ -2871,6 +2872,7 @@ msgid "Warning" msgstr "Warnung" #: sphinx/templates/latex/longtable.tex_t:23 +#: sphinx/templates/latex/sphinxmessages.sty_t:8 msgid "continued from previous page" msgstr "Fortsetzung der vorherigen Seite" @@ -2878,13 +2880,29 @@ msgstr "Fortsetzung der vorherigen Seite" msgid "Continued on next page" msgstr "Fortsetzung auf der nächsten Seite" +#: sphinx/templates/latex/sphinxmessages.sty_t:9 +msgid "continues on next page" +msgstr "Fortsetzung auf der nächsten Seite" + +#: sphinx/templates/latex/sphinxmessages.sty_t:10 +msgid "Non-alphabetical" +msgstr "" + +#: sphinx/templates/latex/sphinxmessages.sty_t:12 +msgid "Numbers" +msgstr "" + +#: sphinx/templates/latex/sphinxmessages.sty_t:13 +msgid "page" +msgstr "Seite" + #: sphinx/themes/agogo/layout.html:46 sphinx/themes/basic/globaltoc.html:10 #: sphinx/themes/basic/localtoc.html:11 sphinx/themes/scrolls/layout.html:41 msgid "Table of Contents" msgstr "Inhaltsverzeichnis" #: sphinx/themes/agogo/layout.html:51 sphinx/themes/basic/layout.html:153 -#: sphinx/themes/basic/search.html:11 sphinx/themes/basic/search.html:26 +#: sphinx/themes/basic/search.html:11 sphinx/themes/basic/search.html:21 #: sphinx/themes/basic/searchresults.html:10 msgid "Search" msgstr "Suche" @@ -3021,13 +3039,13 @@ msgstr "Nächstes Thema" msgid "next chapter" msgstr "nächstes Kapitel" -#: sphinx/themes/basic/search.html:30 +#: sphinx/themes/basic/search.html:25 msgid "" "Please activate JavaScript to enable the search\n" " functionality." msgstr "Bitte aktivieren Sie JavaScript, wenn Sie die Suchfunktion nutzen wollen." -#: sphinx/themes/basic/search.html:35 +#: sphinx/themes/basic/search.html:30 msgid "" "From here you can search these documents. Enter your search\n" " words into the box below and click \"search\". Note that the search\n" @@ -3035,20 +3053,20 @@ msgid "" " containing fewer words won't appear in the result list." msgstr "Von hier aus können Sie die Dokumentation durchsuchen. Geben Sie Ihre Suchbegriffe in das untenstehende Feld ein und klicken Sie auf \"Suchen\". Bitte beachten Sie, dass die Suchfunktion automatisch nach allen Worten sucht. Seiten, die nicht alle Worte enthalten, erscheinen nicht in der Ergebnisliste." -#: sphinx/themes/basic/search.html:42 +#: sphinx/themes/basic/search.html:37 #: sphinx/themes/basic/searchresults.html:17 msgid "search" msgstr "suchen" -#: sphinx/themes/basic/search.html:46 +#: sphinx/themes/basic/search.html:41 #: sphinx/themes/basic/searchresults.html:21 -#: sphinx/themes/basic/static/searchtools.js:295 +#: sphinx/themes/basic/static/searchtools.js:285 msgid "Search Results" msgstr "Suchergebnisse" -#: sphinx/themes/basic/search.html:48 +#: sphinx/themes/basic/search.html:43 #: sphinx/themes/basic/searchresults.html:23 -#: sphinx/themes/basic/static/searchtools.js:297 +#: sphinx/themes/basic/static/searchtools.js:287 msgid "" "Your search did not match any documents. Please make sure that all words are" " spelled correctly and that you've selected enough categories." @@ -3106,20 +3124,20 @@ msgstr "Link zu dieser Definition" msgid "Hide Search Matches" msgstr "Suchergebnisse ausblenden" -#: sphinx/themes/basic/static/searchtools.js:131 +#: sphinx/themes/basic/static/searchtools.js:121 msgid "Searching" msgstr "Suchen" -#: sphinx/themes/basic/static/searchtools.js:136 +#: sphinx/themes/basic/static/searchtools.js:126 msgid "Preparing search..." msgstr "Suche wird vorbereitet..." -#: sphinx/themes/basic/static/searchtools.js:299 +#: sphinx/themes/basic/static/searchtools.js:289 #, 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:352 +#: sphinx/themes/basic/static/searchtools.js:342 msgid ", in " msgstr ", in " @@ -3136,18 +3154,18 @@ msgstr "Seitenleiste einklappen" msgid "Contents" msgstr "Inhalt" -#: sphinx/transforms/__init__.py:259 +#: sphinx/transforms/__init__.py:261 #, python-format msgid "" "4 column based index found. It might be a bug of extensions you use: %r" msgstr "" -#: sphinx/transforms/__init__.py:301 +#: sphinx/transforms/__init__.py:303 #, python-format msgid "Footnote [%s] is not referenced." msgstr "" -#: sphinx/transforms/__init__.py:307 +#: sphinx/transforms/__init__.py:309 msgid "Footnote [#] is not referenced." msgstr "" @@ -3218,7 +3236,7 @@ msgstr "" msgid "failed" msgstr "" -#: sphinx/util/docutils.py:321 +#: sphinx/util/docutils.py:320 msgid "when adding directive classes, no additional arguments may be given" msgstr "" @@ -3279,15 +3297,15 @@ msgstr "Link zu dieser Tabelle" msgid "Permalink to this code" msgstr "Link zu diesem Quellcode" -#: sphinx/writers/html.py:514 sphinx/writers/html5.py:460 +#: sphinx/writers/html.py:512 sphinx/writers/html5.py:458 msgid "Permalink to this image" msgstr "Link zu diesem Bild" -#: sphinx/writers/html.py:516 sphinx/writers/html5.py:462 +#: sphinx/writers/html.py:514 sphinx/writers/html5.py:460 msgid "Permalink to this toctree" msgstr "Permanenter Link zu diesem Inhaltsverzeichnis" -#: sphinx/writers/html.py:674 sphinx/writers/html5.py:608 +#: sphinx/writers/html.py:672 sphinx/writers/html5.py:606 msgid "Could not obtain image size. :scale: option is ignored." msgstr "" @@ -3324,12 +3342,12 @@ msgstr "" msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: sphinx/writers/latex.py:1843 +#: sphinx/writers/latex.py:1847 #, python-format msgid "unknown index entry type %s found" msgstr "" -#: sphinx/writers/latex.py:2552 +#: sphinx/writers/latex.py:2560 #, python-format msgid "Unknown configure key: latex_elements[%r] is ignored." msgstr "" @@ -3347,12 +3365,12 @@ msgstr "[Bild]" msgid "caption not inside a figure." msgstr "" -#: sphinx/writers/texinfo.py:1421 +#: sphinx/writers/texinfo.py:1422 #, python-format msgid "unimplemented node type: %r" msgstr "" -#: sphinx/writers/texinfo.py:1426 +#: sphinx/writers/texinfo.py:1427 #, python-format msgid "unknown node type: %r" msgstr "" diff --git a/sphinx/locale/el/LC_MESSAGES/sphinx.mo b/sphinx/locale/el/LC_MESSAGES/sphinx.mo index 46face3ca4..dac112ab59 100644 Binary files a/sphinx/locale/el/LC_MESSAGES/sphinx.mo and b/sphinx/locale/el/LC_MESSAGES/sphinx.mo differ diff --git a/sphinx/locale/el/LC_MESSAGES/sphinx.po b/sphinx/locale/el/LC_MESSAGES/sphinx.po index 6275eb4946..2586e7e270 100644 --- a/sphinx/locale/el/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/el/LC_MESSAGES/sphinx.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2019-02-18 01:52+0900\n" -"PO-Revision-Date: 2019-03-14 16:36+0000\n" +"POT-Creation-Date: 2019-03-29 01:05+0900\n" +"PO-Revision-Date: 2019-03-28 16:08+0000\n" "Last-Translator: Takeshi KOMIYA \n" "Language-Team: Greek (http://www.transifex.com/sphinx-doc/sphinx-1/language/el/)\n" "MIME-Version: 1.0\n" @@ -122,7 +122,7 @@ msgstr "" msgid "role %r is already registered, it will be overridden" msgstr "" -#: sphinx/application.py:1182 +#: sphinx/application.py:1179 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -130,7 +130,7 @@ msgid "" "explicit" msgstr "" -#: sphinx/application.py:1188 +#: sphinx/application.py:1185 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -138,7 +138,7 @@ msgid "" "explicit" msgstr "" -#: sphinx/application.py:1199 +#: sphinx/application.py:1196 #, python-format msgid "doing serial %s" msgstr "" @@ -587,44 +587,44 @@ msgstr "" msgid "preparing documents" msgstr "" -#: sphinx/builders/_epub_base.py:219 +#: sphinx/builders/_epub_base.py:218 #, python-format msgid "duplicated ToC entry found: %s" msgstr "" -#: sphinx/builders/_epub_base.py:415 sphinx/builders/html.py:761 -#: sphinx/builders/latex/__init__.py:413 sphinx/builders/texinfo.py:190 +#: sphinx/builders/_epub_base.py:414 sphinx/builders/html.py:761 +#: sphinx/builders/latex/__init__.py:415 sphinx/builders/texinfo.py:190 msgid "copying images... " msgstr "" -#: sphinx/builders/_epub_base.py:422 +#: sphinx/builders/_epub_base.py:421 #, python-format msgid "cannot read image file %r: copying it instead" msgstr "" -#: sphinx/builders/_epub_base.py:428 sphinx/builders/html.py:769 -#: sphinx/builders/latex/__init__.py:421 sphinx/builders/texinfo.py:198 +#: sphinx/builders/_epub_base.py:427 sphinx/builders/html.py:769 +#: sphinx/builders/latex/__init__.py:423 sphinx/builders/texinfo.py:199 #, python-format msgid "cannot copy image file %r: %s" msgstr "" -#: sphinx/builders/_epub_base.py:445 +#: sphinx/builders/_epub_base.py:444 #, python-format msgid "cannot write image file %r: %s" msgstr "" -#: sphinx/builders/_epub_base.py:456 +#: sphinx/builders/_epub_base.py:455 msgid "Pillow not found - copying image files" msgstr "" -#: sphinx/builders/_epub_base.py:491 sphinx/builders/_epub_base.py:504 -#: sphinx/builders/_epub_base.py:540 sphinx/builders/_epub_base.py:725 -#: sphinx/builders/_epub_base.py:758 sphinx/builders/epub3.py:184 +#: sphinx/builders/_epub_base.py:490 sphinx/builders/_epub_base.py:503 +#: sphinx/builders/_epub_base.py:539 sphinx/builders/_epub_base.py:724 +#: sphinx/builders/_epub_base.py:757 sphinx/builders/epub3.py:183 #, python-format msgid "writing %s file..." msgstr "" -#: sphinx/builders/_epub_base.py:566 +#: sphinx/builders/_epub_base.py:565 #, python-format msgid "unknown mimetype for %s, ignoring" msgstr "" @@ -643,19 +643,19 @@ msgstr "" msgid "writing summary file..." msgstr "" -#: sphinx/builders/changes.py:87 +#: sphinx/builders/changes.py:86 msgid "Builtins" msgstr "Ενσωματωμένες λειτουργίες" -#: sphinx/builders/changes.py:89 +#: sphinx/builders/changes.py:88 msgid "Module level" msgstr "Επίπεδο μονάδας λειτουργίας" -#: sphinx/builders/changes.py:134 +#: sphinx/builders/changes.py:133 msgid "copying source files..." msgstr "" -#: sphinx/builders/changes.py:141 +#: sphinx/builders/changes.py:140 #, python-format msgid "could not read %r for changelog creation" msgstr "" @@ -664,76 +664,76 @@ msgstr "" msgid "The dummy builder generates no files." msgstr "" -#: sphinx/builders/epub3.py:69 +#: sphinx/builders/epub3.py:68 #, python-format msgid "The ePub file is in %(outdir)s." msgstr "" -#: sphinx/builders/epub3.py:212 +#: sphinx/builders/epub3.py:211 msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:216 +#: sphinx/builders/epub3.py:215 msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:219 +#: sphinx/builders/epub3.py:218 msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:223 +#: sphinx/builders/epub3.py:222 msgid "conf value \"epub_author\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:226 +#: sphinx/builders/epub3.py:225 msgid "conf value \"epub_contributor\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:229 +#: sphinx/builders/epub3.py:228 msgid "conf value \"epub_description\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:232 +#: sphinx/builders/epub3.py:231 msgid "conf value \"epub_publisher\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:235 +#: sphinx/builders/epub3.py:234 msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:239 +#: sphinx/builders/epub3.py:238 msgid "conf value \"epub_identifier\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:242 +#: sphinx/builders/epub3.py:241 msgid "conf value \"version\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:257 sphinx/builders/html.py:1166 +#: sphinx/builders/epub3.py:256 sphinx/builders/html.py:1166 #, python-format msgid "invalid css_file: %r, ignored" msgstr "" -#: sphinx/builders/gettext.py:215 +#: sphinx/builders/gettext.py:221 #, python-format msgid "The message catalogs are in %(outdir)s." msgstr "" -#: sphinx/builders/gettext.py:239 +#: sphinx/builders/gettext.py:245 #, python-format msgid "building [%s]: " msgstr "" -#: sphinx/builders/gettext.py:240 +#: sphinx/builders/gettext.py:246 #, python-format msgid "targets for %d template files" msgstr "" -#: sphinx/builders/gettext.py:244 +#: sphinx/builders/gettext.py:250 msgid "reading templates... " msgstr "" -#: sphinx/builders/gettext.py:271 +#: sphinx/builders/gettext.py:277 msgid "writing message catalogs... " msgstr "" @@ -752,7 +752,7 @@ msgstr "" msgid "Failed to read build info file: %r" msgstr "" -#: sphinx/builders/html.py:488 sphinx/builders/latex/__init__.py:204 +#: sphinx/builders/html.py:488 sphinx/builders/latex/__init__.py:206 #: sphinx/transforms/__init__.py:121 sphinx/writers/manpage.py:118 #: sphinx/writers/texinfo.py:243 #, python-format @@ -805,7 +805,7 @@ msgstr "" msgid "html_static_path entry %r does not exist" msgstr "" -#: sphinx/builders/html.py:839 sphinx/builders/latex/__init__.py:398 +#: sphinx/builders/html.py:839 sphinx/builders/latex/__init__.py:400 #, python-format msgid "logo file %r does not exist" msgstr "" @@ -922,7 +922,7 @@ msgstr "" msgid "no \"man_pages\" config value found; no manual pages will be written" msgstr "" -#: sphinx/builders/latex/__init__.py:270 sphinx/builders/manpage.py:64 +#: sphinx/builders/latex/__init__.py:272 sphinx/builders/manpage.py:64 #: sphinx/builders/singlehtml.py:174 sphinx/builders/texinfo.py:120 msgid "writing" msgstr "" @@ -966,24 +966,24 @@ msgstr "" msgid "\"texinfo_documents\" config value references unknown document %s" msgstr "" -#: sphinx/builders/latex/__init__.py:253 sphinx/builders/texinfo.py:116 +#: sphinx/builders/latex/__init__.py:255 sphinx/builders/texinfo.py:116 #, python-format msgid "processing %s" msgstr "" -#: sphinx/builders/latex/__init__.py:322 sphinx/builders/texinfo.py:163 +#: sphinx/builders/latex/__init__.py:323 sphinx/builders/texinfo.py:164 msgid "resolving references..." msgstr "" -#: sphinx/builders/latex/__init__.py:332 sphinx/builders/texinfo.py:172 +#: sphinx/builders/latex/__init__.py:333 sphinx/builders/texinfo.py:173 msgid " (in " msgstr " (σε " -#: sphinx/builders/texinfo.py:204 +#: sphinx/builders/texinfo.py:205 msgid "copying Texinfo support files" msgstr "" -#: sphinx/builders/texinfo.py:208 +#: sphinx/builders/texinfo.py:209 #, python-format msgid "error writing file Makefile: %s" msgstr "" @@ -1003,28 +1003,28 @@ msgstr "" msgid "The pseudo-XML files are in %(outdir)s." msgstr "" -#: sphinx/builders/latex/__init__.py:121 +#: sphinx/builders/latex/__init__.py:123 #, python-format msgid "The LaTeX files are in %(outdir)s." msgstr "" -#: sphinx/builders/latex/__init__.py:123 +#: sphinx/builders/latex/__init__.py:125 msgid "" "\n" "Run 'make' in that directory to run these through (pdf)latex\n" "(use `make latexpdf' here to do that automatically)." msgstr "" -#: sphinx/builders/latex/__init__.py:163 +#: sphinx/builders/latex/__init__.py:165 msgid "no \"latex_documents\" config value found; no documents will be written" msgstr "" -#: sphinx/builders/latex/__init__.py:171 +#: sphinx/builders/latex/__init__.py:173 #, python-format msgid "\"latex_documents\" config value references unknown document %s" msgstr "" -#: sphinx/builders/latex/__init__.py:211 sphinx/domains/std.py:501 +#: sphinx/builders/latex/__init__.py:213 sphinx/domains/std.py:501 #: sphinx/templates/latex/latex.tex_t:79 #: sphinx/themes/basic/genindex-single.html:30 #: sphinx/themes/basic/genindex-single.html:55 @@ -1036,28 +1036,28 @@ msgstr "" msgid "Index" msgstr "Ευρετήριο" -#: sphinx/builders/latex/__init__.py:214 sphinx/templates/latex/latex.tex_t:64 +#: sphinx/builders/latex/__init__.py:216 sphinx/templates/latex/latex.tex_t:64 msgid "Release" msgstr "Δημοσίευση" -#: sphinx/builders/latex/__init__.py:222 sphinx/writers/latex.py:549 +#: sphinx/builders/latex/__init__.py:224 sphinx/writers/latex.py:549 #, python-format msgid "no Babel option known for language %r" msgstr "" -#: sphinx/builders/latex/__init__.py:361 +#: sphinx/builders/latex/__init__.py:363 msgid "copying TeX support files" msgstr "" -#: sphinx/builders/latex/__init__.py:382 +#: sphinx/builders/latex/__init__.py:384 msgid "copying TeX support files..." msgstr "" -#: sphinx/builders/latex/__init__.py:402 +#: sphinx/builders/latex/__init__.py:404 msgid "copying additional files" msgstr "" -#: sphinx/builders/latex/__init__.py:445 +#: sphinx/builders/latex/__init__.py:447 #, python-format msgid "Unknown configure key: latex_elements[%r]. ignored." msgstr "" @@ -1120,8 +1120,8 @@ msgstr "" msgid "job number should be a positive number" msgstr "" -#: sphinx/cmd/build.py:106 sphinx/cmd/quickstart.py:498 -#: sphinx/ext/apidoc.py:298 sphinx/ext/autosummary/generate.py:365 +#: sphinx/cmd/build.py:106 sphinx/cmd/quickstart.py:497 +#: sphinx/ext/apidoc.py:298 sphinx/ext/autosummary/generate.py:363 msgid "For more information, visit ." msgstr "" @@ -1498,13 +1498,13 @@ msgstr "" msgid "Indicate which of the following Sphinx extensions should be enabled:" msgstr "" -#: sphinx/cmd/quickstart.py:354 +#: sphinx/cmd/quickstart.py:353 msgid "" "Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " "been deselected." msgstr "" -#: sphinx/cmd/quickstart.py:359 +#: sphinx/cmd/quickstart.py:358 msgid "" "\n" "A Makefile and a Windows command file can be generated for you so that you\n" @@ -1512,29 +1512,29 @@ msgid "" "directly." msgstr "" -#: sphinx/cmd/quickstart.py:363 +#: sphinx/cmd/quickstart.py:362 msgid "Create Makefile? (y/n)" msgstr "" -#: sphinx/cmd/quickstart.py:366 +#: sphinx/cmd/quickstart.py:365 msgid "Create Windows command file? (y/n)" msgstr "" -#: sphinx/cmd/quickstart.py:409 sphinx/ext/apidoc.py:74 +#: sphinx/cmd/quickstart.py:408 sphinx/ext/apidoc.py:74 #, python-format msgid "Creating file %s." msgstr "" -#: sphinx/cmd/quickstart.py:414 sphinx/ext/apidoc.py:72 +#: sphinx/cmd/quickstart.py:413 sphinx/ext/apidoc.py:72 #, python-format msgid "File %s already exists, skipping." msgstr "" -#: sphinx/cmd/quickstart.py:450 +#: sphinx/cmd/quickstart.py:449 msgid "Finished: An initial directory structure has been created." msgstr "" -#: sphinx/cmd/quickstart.py:451 +#: sphinx/cmd/quickstart.py:450 #, python-format msgid "" "\n" @@ -1542,26 +1542,26 @@ msgid "" "source files. " msgstr "" -#: sphinx/cmd/quickstart.py:453 +#: sphinx/cmd/quickstart.py:452 msgid "" "Use the Makefile to build the docs, like so:\n" " make builder\n" msgstr "" -#: sphinx/cmd/quickstart.py:456 +#: sphinx/cmd/quickstart.py:455 #, python-format msgid "" "Use the sphinx-build command to build the docs, like so:\n" " sphinx-build -b builder %s %s\n" msgstr "" -#: sphinx/cmd/quickstart.py:459 +#: sphinx/cmd/quickstart.py:458 msgid "" "where \"builder\" is one of the supported builders, e.g. html, latex or " "linkcheck.\n" msgstr "" -#: sphinx/cmd/quickstart.py:499 +#: sphinx/cmd/quickstart.py:498 msgid "" "\n" "Generate required files for a Sphinx project.\n" @@ -1571,131 +1571,131 @@ msgid "" "Makefile to be used with sphinx-build.\n" msgstr "" -#: sphinx/cmd/quickstart.py:509 +#: sphinx/cmd/quickstart.py:508 msgid "quiet mode" msgstr "" -#: sphinx/cmd/quickstart.py:514 +#: sphinx/cmd/quickstart.py:513 msgid "output path" msgstr "" -#: sphinx/cmd/quickstart.py:516 +#: sphinx/cmd/quickstart.py:515 msgid "Structure options" msgstr "" -#: sphinx/cmd/quickstart.py:518 +#: sphinx/cmd/quickstart.py:517 msgid "if specified, separate source and build dirs" msgstr "" -#: sphinx/cmd/quickstart.py:520 +#: sphinx/cmd/quickstart.py:519 msgid "replacement for dot in _templates etc." msgstr "" -#: sphinx/cmd/quickstart.py:522 +#: sphinx/cmd/quickstart.py:521 msgid "Project basic options" msgstr "" -#: sphinx/cmd/quickstart.py:524 +#: sphinx/cmd/quickstart.py:523 msgid "project name" msgstr "" -#: sphinx/cmd/quickstart.py:526 +#: sphinx/cmd/quickstart.py:525 msgid "author names" msgstr "" -#: sphinx/cmd/quickstart.py:528 +#: sphinx/cmd/quickstart.py:527 msgid "version of project" msgstr "" -#: sphinx/cmd/quickstart.py:530 +#: sphinx/cmd/quickstart.py:529 msgid "release of project" msgstr "" -#: sphinx/cmd/quickstart.py:532 +#: sphinx/cmd/quickstart.py:531 msgid "document language" msgstr "" -#: sphinx/cmd/quickstart.py:534 +#: sphinx/cmd/quickstart.py:533 msgid "source file suffix" msgstr "" -#: sphinx/cmd/quickstart.py:536 +#: sphinx/cmd/quickstart.py:535 msgid "master document name" msgstr "" -#: sphinx/cmd/quickstart.py:538 +#: sphinx/cmd/quickstart.py:537 msgid "use epub" msgstr "" -#: sphinx/cmd/quickstart.py:540 +#: sphinx/cmd/quickstart.py:539 msgid "Extension options" msgstr "" -#: sphinx/cmd/quickstart.py:544 sphinx/ext/apidoc.py:379 +#: sphinx/cmd/quickstart.py:543 sphinx/ext/apidoc.py:379 #, python-format msgid "enable %s extension" msgstr "" -#: sphinx/cmd/quickstart.py:546 sphinx/ext/apidoc.py:375 +#: sphinx/cmd/quickstart.py:545 sphinx/ext/apidoc.py:375 msgid "enable arbitrary extensions" msgstr "" -#: sphinx/cmd/quickstart.py:548 +#: sphinx/cmd/quickstart.py:547 msgid "Makefile and Batchfile creation" msgstr "" -#: sphinx/cmd/quickstart.py:550 +#: sphinx/cmd/quickstart.py:549 msgid "create makefile" msgstr "" -#: sphinx/cmd/quickstart.py:552 +#: sphinx/cmd/quickstart.py:551 msgid "do not create makefile" msgstr "" -#: sphinx/cmd/quickstart.py:554 +#: sphinx/cmd/quickstart.py:553 msgid "create batchfile" msgstr "" -#: sphinx/cmd/quickstart.py:557 +#: sphinx/cmd/quickstart.py:556 msgid "do not create batchfile" msgstr "" -#: sphinx/cmd/quickstart.py:560 +#: sphinx/cmd/quickstart.py:559 msgid "use make-mode for Makefile/make.bat" msgstr "" -#: sphinx/cmd/quickstart.py:563 +#: sphinx/cmd/quickstart.py:562 msgid "do not use make-mode for Makefile/make.bat" msgstr "" -#: sphinx/cmd/quickstart.py:565 +#: sphinx/cmd/quickstart.py:564 msgid "Project templating" msgstr "" -#: sphinx/cmd/quickstart.py:568 +#: sphinx/cmd/quickstart.py:567 msgid "template directory for template files" msgstr "" -#: sphinx/cmd/quickstart.py:571 +#: sphinx/cmd/quickstart.py:570 msgid "define a template variable" msgstr "" -#: sphinx/cmd/quickstart.py:605 +#: sphinx/cmd/quickstart.py:604 msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." msgstr "" -#: sphinx/cmd/quickstart.py:619 +#: sphinx/cmd/quickstart.py:618 msgid "" "Error: specified path is not a directory, or sphinx files already exist." msgstr "" -#: sphinx/cmd/quickstart.py:621 +#: sphinx/cmd/quickstart.py:620 msgid "" "sphinx-quickstart only generate into a empty directory. Please specify a new" " root path." msgstr "" -#: sphinx/cmd/quickstart.py:636 +#: sphinx/cmd/quickstart.py:635 #, python-format msgid "Invalid template variable: %s" msgstr "" @@ -1767,17 +1767,17 @@ msgstr "Συντάκτης: " msgid "%s %s" msgstr "%s %s" -#: sphinx/domains/c.py:64 sphinx/domains/cpp.py:6371 +#: sphinx/domains/c.py:64 sphinx/domains/cpp.py:6445 #: sphinx/domains/python.py:210 sphinx/ext/napoleon/docstring.py:696 msgid "Parameters" msgstr "Παράμετροι" -#: sphinx/domains/c.py:67 sphinx/domains/cpp.py:6380 -#: sphinx/domains/javascript.py:210 sphinx/domains/python.py:222 +#: sphinx/domains/c.py:67 sphinx/domains/cpp.py:6454 +#: sphinx/domains/javascript.py:209 sphinx/domains/python.py:222 msgid "Returns" msgstr "Επιστρέφει" -#: sphinx/domains/c.py:69 sphinx/domains/javascript.py:212 +#: sphinx/domains/c.py:69 sphinx/domains/javascript.py:211 #: sphinx/domains/python.py:224 msgid "Return type" msgstr "Επιστρεφόμενος τύπος" @@ -1807,12 +1807,12 @@ msgstr "%s (τύπος C)" msgid "%s (C variable)" msgstr "%s (μεταβλητή C)" -#: sphinx/domains/c.py:258 sphinx/domains/cpp.py:6956 -#: sphinx/domains/javascript.py:298 sphinx/domains/python.py:741 +#: sphinx/domains/c.py:258 sphinx/domains/cpp.py:7029 +#: sphinx/domains/javascript.py:297 sphinx/domains/python.py:742 msgid "function" msgstr "συνάρτηση" -#: sphinx/domains/c.py:259 sphinx/domains/cpp.py:6957 +#: sphinx/domains/c.py:259 sphinx/domains/cpp.py:7030 msgid "member" msgstr "μέλος" @@ -1820,7 +1820,7 @@ msgstr "μέλος" msgid "macro" msgstr "μακροεντολή" -#: sphinx/domains/c.py:261 sphinx/domains/cpp.py:6958 +#: sphinx/domains/c.py:261 sphinx/domains/cpp.py:7031 msgid "type" msgstr "τύπος" @@ -1843,106 +1843,106 @@ msgstr "Άλλαξε στην έκδοση %s" msgid "Deprecated since version %s" msgstr "Αποσύρθηκε στην έκδοση %s" -#: sphinx/domains/cpp.py:4297 +#: sphinx/domains/cpp.py:4323 #, python-format msgid "" "Duplicate declaration, also defined in '%s'.\n" "Declaration is '%s'." msgstr "" -#: sphinx/domains/cpp.py:6374 +#: sphinx/domains/cpp.py:6448 msgid "Template Parameters" msgstr "" -#: sphinx/domains/cpp.py:6377 sphinx/domains/javascript.py:207 +#: sphinx/domains/cpp.py:6451 sphinx/domains/javascript.py:206 msgid "Throws" msgstr "Προκαλεί" -#: sphinx/domains/cpp.py:6505 +#: sphinx/domains/cpp.py:6579 #, python-format msgid "%s (C++ %s)" msgstr "" -#: sphinx/domains/cpp.py:6954 sphinx/domains/javascript.py:300 -#: sphinx/domains/python.py:743 +#: sphinx/domains/cpp.py:7027 sphinx/domains/javascript.py:299 +#: sphinx/domains/python.py:744 msgid "class" msgstr "κλάση" -#: sphinx/domains/cpp.py:6955 +#: sphinx/domains/cpp.py:7028 msgid "union" msgstr "" -#: sphinx/domains/cpp.py:6959 +#: sphinx/domains/cpp.py:7032 msgid "concept" msgstr "" -#: sphinx/domains/cpp.py:6960 +#: sphinx/domains/cpp.py:7033 msgid "enum" msgstr "enum" -#: sphinx/domains/cpp.py:6961 +#: sphinx/domains/cpp.py:7034 msgid "enumerator" msgstr "enumerator" -#: sphinx/domains/cpp.py:7054 +#: sphinx/domains/cpp.py:7127 #, python-format msgid "" "Duplicate declaration, also defined in '%s'.\n" "Name of declaration is '%s'." msgstr "" -#: sphinx/domains/javascript.py:131 sphinx/domains/python.py:429 +#: sphinx/domains/javascript.py:130 sphinx/domains/python.py:430 #, python-format msgid "%s() (built-in function)" msgstr "%s() (ενσωματωμένη συνάρτηση)" -#: sphinx/domains/javascript.py:132 sphinx/domains/python.py:494 +#: sphinx/domains/javascript.py:131 sphinx/domains/python.py:495 #, python-format msgid "%s() (%s method)" msgstr "%s() (μέθοδος της %s)" -#: sphinx/domains/javascript.py:134 +#: sphinx/domains/javascript.py:133 #, python-format msgid "%s() (class)" msgstr "%s() (κλάση)" -#: sphinx/domains/javascript.py:136 +#: sphinx/domains/javascript.py:135 #, python-format msgid "%s (global variable or constant)" msgstr "%s (καθολική μεταβλητή ή σταθερά)" -#: sphinx/domains/javascript.py:138 sphinx/domains/python.py:532 +#: sphinx/domains/javascript.py:137 sphinx/domains/python.py:533 #, python-format msgid "%s (%s attribute)" msgstr "%s (ιδιότητα της %s)" -#: sphinx/domains/javascript.py:204 +#: sphinx/domains/javascript.py:203 msgid "Arguments" msgstr "Παράμετροι" -#: sphinx/domains/javascript.py:265 sphinx/domains/python.py:609 +#: sphinx/domains/javascript.py:264 sphinx/domains/python.py:610 #, python-format msgid "%s (module)" msgstr "%s (μονάδα)" -#: sphinx/domains/javascript.py:299 sphinx/domains/python.py:745 +#: sphinx/domains/javascript.py:298 sphinx/domains/python.py:746 msgid "method" msgstr "μέθοδος" -#: sphinx/domains/javascript.py:301 sphinx/domains/python.py:742 +#: sphinx/domains/javascript.py:300 sphinx/domains/python.py:743 msgid "data" msgstr "δεδομένα" -#: sphinx/domains/javascript.py:302 sphinx/domains/python.py:748 +#: sphinx/domains/javascript.py:301 sphinx/domains/python.py:749 msgid "attribute" msgstr "ιδιότητα" -#: sphinx/domains/javascript.py:303 sphinx/domains/python.py:49 -#: sphinx/domains/python.py:749 +#: sphinx/domains/javascript.py:302 sphinx/domains/python.py:49 +#: sphinx/domains/python.py:750 msgid "module" msgstr "μονάδα" -#: sphinx/domains/math.py:101 sphinx/writers/latex.py:2451 +#: sphinx/domains/math.py:101 sphinx/writers/latex.py:2459 #, python-format msgid "Invalid math_eqref_format: %r" msgstr "" @@ -1964,7 +1964,7 @@ msgstr "τελεστής" msgid "object" msgstr "αντικείμενο" -#: sphinx/domains/python.py:53 sphinx/domains/python.py:744 +#: sphinx/domains/python.py:53 sphinx/domains/python.py:745 msgid "exception" msgstr "εξαίρεση" @@ -1984,88 +1984,88 @@ msgstr "Μεταβλητές" msgid "Raises" msgstr "Προκαλεί" -#: sphinx/domains/python.py:430 sphinx/domains/python.py:488 -#: sphinx/domains/python.py:500 sphinx/domains/python.py:513 +#: sphinx/domains/python.py:431 sphinx/domains/python.py:489 +#: sphinx/domains/python.py:501 sphinx/domains/python.py:514 #, python-format msgid "%s() (in module %s)" msgstr "%s() (στη μονάδα %s)" -#: sphinx/domains/python.py:433 +#: sphinx/domains/python.py:434 #, python-format msgid "%s (built-in variable)" msgstr "%s (ενσωματωμένη μεταβλητή)" -#: sphinx/domains/python.py:434 sphinx/domains/python.py:526 +#: sphinx/domains/python.py:435 sphinx/domains/python.py:527 #, python-format msgid "%s (in module %s)" msgstr "%s (στη μονάδα %s)" -#: sphinx/domains/python.py:454 +#: sphinx/domains/python.py:455 #, python-format msgid "%s (built-in class)" msgstr "%s (ενσωματωμένη κλάση)" -#: sphinx/domains/python.py:455 +#: sphinx/domains/python.py:456 #, python-format msgid "%s (class in %s)" msgstr "%s (κλάση σε %s)" -#: sphinx/domains/python.py:492 +#: sphinx/domains/python.py:493 #, python-format msgid "%s() (%s.%s method)" msgstr "%s() (μέθοδος %s.%s)" -#: sphinx/domains/python.py:504 +#: sphinx/domains/python.py:505 #, python-format msgid "%s() (%s.%s static method)" msgstr "%s() (στατική μέθοδος %s.%s)" -#: sphinx/domains/python.py:507 +#: sphinx/domains/python.py:508 #, python-format msgid "%s() (%s static method)" msgstr "%s() (στατική μέθοδος της %s)" -#: sphinx/domains/python.py:517 +#: sphinx/domains/python.py:518 #, python-format msgid "%s() (%s.%s class method)" msgstr "%s() (μέθοδος κλάσης %s.%s)" -#: sphinx/domains/python.py:520 +#: sphinx/domains/python.py:521 #, python-format msgid "%s() (%s class method)" msgstr "%s() (μέθοδος κλάσης της %s)" -#: sphinx/domains/python.py:530 +#: sphinx/domains/python.py:531 #, python-format msgid "%s (%s.%s attribute)" msgstr "%s (ιδιότητα της %s.%s)" -#: sphinx/domains/python.py:667 +#: sphinx/domains/python.py:668 msgid "Python Module Index" msgstr "Ευρετήριο Μονάδων της Python" -#: sphinx/domains/python.py:668 +#: sphinx/domains/python.py:669 msgid "modules" msgstr "μονάδες" -#: sphinx/domains/python.py:719 +#: sphinx/domains/python.py:720 msgid "Deprecated" msgstr "Αποσύρθηκε" -#: sphinx/domains/python.py:746 +#: sphinx/domains/python.py:747 msgid "class method" msgstr "μέθοδος της κλάσης" -#: sphinx/domains/python.py:747 +#: sphinx/domains/python.py:748 msgid "static method" msgstr "στατική μέθοδος" -#: sphinx/domains/python.py:879 +#: sphinx/domains/python.py:880 #, python-format msgid "more than one target found for cross-reference %r: %s" msgstr "" -#: sphinx/domains/python.py:917 +#: sphinx/domains/python.py:918 msgid " (deprecated)" msgstr " (αποσύρθηκε)" @@ -2141,7 +2141,7 @@ msgstr "Σελίδα αναζήτησης" msgid "duplicate citation %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:631 sphinx/ext/autosectionlabel.py:61 +#: sphinx/domains/std.py:631 sphinx/ext/autosectionlabel.py:56 #, python-format msgid "duplicate label %s, other instance in %s" msgstr "" @@ -2201,21 +2201,21 @@ msgid "" "another doctree directory." msgstr "" -#: sphinx/environment/__init__.py:408 +#: sphinx/environment/__init__.py:404 #, python-format msgid "Failed to scan documents in %s: %r" msgstr "" -#: sphinx/environment/__init__.py:536 +#: sphinx/environment/__init__.py:532 #, python-format msgid "Domain %r is not registered" msgstr "" -#: sphinx/environment/__init__.py:621 +#: sphinx/environment/__init__.py:617 msgid "self referenced toctree found. Ignored." msgstr "" -#: sphinx/environment/__init__.py:662 +#: sphinx/environment/__init__.py:658 msgid "document isn't included in any toctree" msgstr "" @@ -2235,6 +2235,7 @@ msgid "unknown index entry type %r" msgstr "" #: sphinx/environment/adapters/indexentries.py:156 +#: sphinx/templates/latex/sphinxmessages.sty_t:11 msgid "Symbols" msgstr "Σύμβολα" @@ -2260,22 +2261,22 @@ msgstr "" msgid "toctree contains reference to nonexisting document %r" msgstr "" -#: sphinx/environment/collectors/asset.py:91 +#: sphinx/environment/collectors/asset.py:90 #, python-format msgid "image file not readable: %s" msgstr "" -#: sphinx/environment/collectors/asset.py:107 +#: sphinx/environment/collectors/asset.py:106 #, python-format msgid "image file %s not readable: %s" msgstr "" -#: sphinx/environment/collectors/asset.py:135 +#: sphinx/environment/collectors/asset.py:134 #, python-format msgid "download file not readable: %s" msgstr "" -#: sphinx/environment/collectors/toctree.py:197 +#: sphinx/environment/collectors/toctree.py:196 #, python-format msgid "%s is already assigned section numbers (nested numbered toctree?)" msgstr "" @@ -2419,38 +2420,38 @@ msgstr "" msgid "module %s could not be imported: %s" msgstr "" -#: sphinx/ext/doctest.py:142 +#: sphinx/ext/doctest.py:132 #, python-format msgid "missing '+' or '-' in '%s' option." msgstr "" -#: sphinx/ext/doctest.py:147 +#: sphinx/ext/doctest.py:137 #, python-format msgid "'%s' is not a valid option." msgstr "" -#: sphinx/ext/doctest.py:161 +#: sphinx/ext/doctest.py:151 #, python-format msgid "'%s' is not a valid pyversion option" msgstr "" -#: sphinx/ext/doctest.py:230 +#: sphinx/ext/doctest.py:222 msgid "invalid TestCode type" msgstr "" -#: sphinx/ext/doctest.py:291 +#: sphinx/ext/doctest.py:283 #, python-format msgid "" "Testing of doctests in the sources finished, look at the results in " "%(outdir)s/output.txt." msgstr "" -#: sphinx/ext/doctest.py:438 +#: sphinx/ext/doctest.py:446 #, python-format msgid "no code/output in %s block at %s:%s" msgstr "" -#: sphinx/ext/doctest.py:527 +#: sphinx/ext/doctest.py:535 #, python-format msgid "ignoring invalid doctest code: %r" msgstr "" @@ -2468,7 +2469,7 @@ msgstr "" msgid "Ignoring \"graphviz\" directive without content." msgstr "" -#: sphinx/ext/graphviz.py:252 +#: sphinx/ext/graphviz.py:250 #, python-format msgid "" "dot did not produce an output file:\n" @@ -2478,14 +2479,14 @@ msgid "" "%r" msgstr "" -#: sphinx/ext/graphviz.py:256 +#: sphinx/ext/graphviz.py:254 #, python-format msgid "" "dot command %r cannot be run (needed for graphviz output), check the " "graphviz_dot setting" msgstr "" -#: sphinx/ext/graphviz.py:263 +#: sphinx/ext/graphviz.py:261 #, python-format msgid "" "dot exited with error:\n" @@ -2495,23 +2496,23 @@ msgid "" "%r" msgstr "" -#: sphinx/ext/graphviz.py:273 +#: sphinx/ext/graphviz.py:271 #, python-format msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" msgstr "" -#: sphinx/ext/graphviz.py:277 sphinx/ext/graphviz.py:331 -#: sphinx/ext/graphviz.py:369 +#: sphinx/ext/graphviz.py:275 sphinx/ext/graphviz.py:329 +#: sphinx/ext/graphviz.py:367 #, python-format msgid "dot code %r: %s" msgstr "" -#: sphinx/ext/graphviz.py:384 sphinx/ext/graphviz.py:393 +#: sphinx/ext/graphviz.py:382 sphinx/ext/graphviz.py:391 #, python-format msgid "[graph: %s]" msgstr "[γράφημα: %s]" -#: sphinx/ext/graphviz.py:386 sphinx/ext/graphviz.py:395 +#: sphinx/ext/graphviz.py:384 sphinx/ext/graphviz.py:393 msgid "[graph]" msgstr "[γράφημα]" @@ -2530,31 +2531,31 @@ msgid "" "%r" msgstr "" -#: sphinx/ext/imgmath.py:140 +#: sphinx/ext/imgmath.py:139 #, python-format msgid "" "LaTeX command %r cannot be run (needed for math display), check the " "imgmath_latex setting" msgstr "" -#: sphinx/ext/imgmath.py:155 +#: sphinx/ext/imgmath.py:154 #, python-format msgid "" "%s command %r cannot be run (needed for math display), check the imgmath_%s " "setting" msgstr "" -#: sphinx/ext/imgmath.py:290 +#: sphinx/ext/imgmath.py:289 #, python-format msgid "display latex %r: %s" msgstr "" -#: sphinx/ext/imgmath.py:317 +#: sphinx/ext/imgmath.py:316 #, python-format msgid "inline latex %r: %s" msgstr "" -#: sphinx/ext/imgmath.py:324 sphinx/ext/mathjax.py:54 +#: sphinx/ext/imgmath.py:323 sphinx/ext/mathjax.py:54 msgid "Permalink to this equation" msgstr "" @@ -2574,26 +2575,26 @@ msgid "" "alternatives:" msgstr "" -#: sphinx/ext/intersphinx.py:237 +#: sphinx/ext/intersphinx.py:238 msgid "failed to reach any of the inventories with the following issues:" msgstr "" -#: sphinx/ext/intersphinx.py:312 +#: sphinx/ext/intersphinx.py:311 #, python-format msgid "(in %s v%s)" msgstr "(στη %s έκδοση %s)" -#: sphinx/ext/intersphinx.py:314 +#: sphinx/ext/intersphinx.py:313 #, python-format msgid "(in %s)" msgstr "" -#: sphinx/ext/intersphinx.py:348 +#: sphinx/ext/intersphinx.py:347 #, python-format msgid "intersphinx identifier %r is not string. Ignored" msgstr "" -#: sphinx/ext/intersphinx.py:361 +#: sphinx/ext/intersphinx.py:360 #, python-format msgid "Fail to read intersphinx_mapping[%s], Ignored: %r" msgstr "" @@ -2649,29 +2650,29 @@ msgstr "Επισκόπηση: κώδικας της μονάδας" msgid "

All modules for which code is available

" msgstr "

Όλες οι μονάδες για τις οποίες υπάρχει διαθέσιμος κώδικας

" -#: sphinx/ext/autodoc/__init__.py:302 +#: sphinx/ext/autodoc/__init__.py:300 #, python-format msgid "invalid signature for auto%s (%r)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:402 +#: sphinx/ext/autodoc/__init__.py:400 #, python-format msgid "error while formatting arguments for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:514 +#: sphinx/ext/autodoc/__init__.py:512 #, python-format msgid "missing attribute %s in object %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:602 +#: sphinx/ext/autodoc/__init__.py:600 #, python-format msgid "" "autodoc: failed to determine %r to be documented.the following exception was raised:\n" "%s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:694 +#: sphinx/ext/autodoc/__init__.py:692 #, python-format msgid "" "don't know which module to import for autodocumenting %r (try placing a " @@ -2679,39 +2680,39 @@ msgid "" "explicit module name)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:788 +#: sphinx/ext/autodoc/__init__.py:786 msgid "\"::\" in automodule name doesn't make sense" msgstr "" -#: sphinx/ext/autodoc/__init__.py:796 +#: sphinx/ext/autodoc/__init__.py:794 #, python-format msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:829 +#: sphinx/ext/autodoc/__init__.py:827 #, python-format msgid "" "__all__ should be a list of strings, not %r (in module %s) -- ignoring " "__all__" msgstr "" -#: sphinx/ext/autodoc/__init__.py:844 +#: sphinx/ext/autodoc/__init__.py:842 #, python-format msgid "" "missing attribute mentioned in :members: or __all__: module %s, attribute %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1128 +#: sphinx/ext/autodoc/__init__.py:1126 #, python-format msgid "Bases: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1185 +#: sphinx/ext/autodoc/__init__.py:1183 #, python-format msgid "alias of :class:`%s`" msgstr "ψευδώνυμο της :κλάσης:`%s`" -#: sphinx/ext/autodoc/__init__.py:1470 +#: sphinx/ext/autodoc/__init__.py:1468 #, python-format msgid "Ignoring invalid option in autodoc_default_flags: %r" msgstr "" @@ -2747,17 +2748,17 @@ msgid "" "contain .rst. Skipped." msgstr "" -#: sphinx/ext/autosummary/generate.py:102 +#: sphinx/ext/autosummary/generate.py:100 #, python-format msgid "[autosummary] generating autosummary for: %s" msgstr "" -#: sphinx/ext/autosummary/generate.py:106 +#: sphinx/ext/autosummary/generate.py:104 #, python-format msgid "[autosummary] writing to %s" msgstr "" -#: sphinx/ext/autosummary/generate.py:366 +#: sphinx/ext/autosummary/generate.py:364 msgid "" "\n" "Generate ReStructuredText using autosummary directives.\n" @@ -2772,25 +2773,25 @@ msgid "" " pydoc sphinx.ext.autosummary\n" msgstr "" -#: sphinx/ext/autosummary/generate.py:383 +#: sphinx/ext/autosummary/generate.py:381 msgid "source files to generate rST files for" msgstr "" -#: sphinx/ext/autosummary/generate.py:387 +#: sphinx/ext/autosummary/generate.py:385 msgid "directory to place all output in" msgstr "" -#: sphinx/ext/autosummary/generate.py:390 +#: sphinx/ext/autosummary/generate.py:388 #, python-format msgid "default suffix for files (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:394 +#: sphinx/ext/autosummary/generate.py:392 #, python-format msgid "custom template directory (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:398 +#: sphinx/ext/autosummary/generate.py:396 #, python-format msgid "document imported members (default: %(default)s)" msgstr "" @@ -2868,6 +2869,7 @@ msgid "Warning" msgstr "Προειδοποίηση" #: sphinx/templates/latex/longtable.tex_t:23 +#: sphinx/templates/latex/sphinxmessages.sty_t:8 msgid "continued from previous page" msgstr "συνεχίζεται από την προηγούμενη σελίδα" @@ -2875,13 +2877,29 @@ msgstr "συνεχίζεται από την προηγούμενη σελίδα msgid "Continued on next page" msgstr "Συνεχίζεται στην επόμενη σελίδα" +#: sphinx/templates/latex/sphinxmessages.sty_t:9 +msgid "continues on next page" +msgstr "" + +#: sphinx/templates/latex/sphinxmessages.sty_t:10 +msgid "Non-alphabetical" +msgstr "" + +#: sphinx/templates/latex/sphinxmessages.sty_t:12 +msgid "Numbers" +msgstr "" + +#: sphinx/templates/latex/sphinxmessages.sty_t:13 +msgid "page" +msgstr "" + #: sphinx/themes/agogo/layout.html:46 sphinx/themes/basic/globaltoc.html:10 #: sphinx/themes/basic/localtoc.html:11 sphinx/themes/scrolls/layout.html:41 msgid "Table of Contents" msgstr "" #: sphinx/themes/agogo/layout.html:51 sphinx/themes/basic/layout.html:153 -#: sphinx/themes/basic/search.html:11 sphinx/themes/basic/search.html:26 +#: sphinx/themes/basic/search.html:11 sphinx/themes/basic/search.html:21 #: sphinx/themes/basic/searchresults.html:10 msgid "Search" msgstr "Αναζήτηση" @@ -3018,13 +3036,13 @@ msgstr "Επόμενο θέμα" msgid "next chapter" msgstr "επόμενο κεφάλαιο" -#: sphinx/themes/basic/search.html:30 +#: sphinx/themes/basic/search.html:25 msgid "" "Please activate JavaScript to enable the search\n" " functionality." msgstr "Παρακαλώ, ενεργοποιήστε τη JavaScript για να είναι δυνατή η λειτουργία\n αναζήτησης." -#: sphinx/themes/basic/search.html:35 +#: sphinx/themes/basic/search.html:30 msgid "" "From here you can search these documents. Enter your search\n" " words into the box below and click \"search\". Note that the search\n" @@ -3032,20 +3050,20 @@ msgid "" " containing fewer words won't appear in the result list." msgstr "Από εδώ μπορείτε να αναζητήσετε σε αυτά τα κείμενα. Εισάγετε τις λέξεις\n αναζήτησης στο παρακάτω πλαίσιο και πατήστε \"αναζήτηση\". Σημειώστε ότι η λειτουργία \n αναζήτησης θα αναζητήσει αυτόματα για όλες τις λέξεις. Σελίδες\n που περιέχουν λιγότερες λέξεις δε θα εμφανιστούν στη λίστα αποτελεσμάτων." -#: sphinx/themes/basic/search.html:42 +#: sphinx/themes/basic/search.html:37 #: sphinx/themes/basic/searchresults.html:17 msgid "search" msgstr "αναζήτηση" -#: sphinx/themes/basic/search.html:46 +#: sphinx/themes/basic/search.html:41 #: sphinx/themes/basic/searchresults.html:21 -#: sphinx/themes/basic/static/searchtools.js:295 +#: sphinx/themes/basic/static/searchtools.js:285 msgid "Search Results" msgstr "Αποτελέσματα Αναζήτησης" -#: sphinx/themes/basic/search.html:48 +#: sphinx/themes/basic/search.html:43 #: sphinx/themes/basic/searchresults.html:23 -#: sphinx/themes/basic/static/searchtools.js:297 +#: sphinx/themes/basic/static/searchtools.js:287 msgid "" "Your search did not match any documents. Please make sure that all words are" " spelled correctly and that you've selected enough categories." @@ -3103,20 +3121,20 @@ msgstr "Μόνιμος σύνδεσμος σε αυτόν τον ορισμό" msgid "Hide Search Matches" msgstr "Απόκρυψη Ευρεθέντων Αναζητήσεων" -#: sphinx/themes/basic/static/searchtools.js:131 +#: sphinx/themes/basic/static/searchtools.js:121 msgid "Searching" msgstr "Εκτελείται η αναζήτηση" -#: sphinx/themes/basic/static/searchtools.js:136 +#: sphinx/themes/basic/static/searchtools.js:126 msgid "Preparing search..." msgstr "Προετοιμασία αναζήτησης..." -#: sphinx/themes/basic/static/searchtools.js:299 +#: sphinx/themes/basic/static/searchtools.js:289 #, python-format msgid "Search finished, found %s page(s) matching the search query." msgstr "Η αναζήτηση ολοκληρώθηκε, βρέθηκε/αν %s σελίδα/ες με βάση τους όρους αναζήτησης." -#: sphinx/themes/basic/static/searchtools.js:352 +#: sphinx/themes/basic/static/searchtools.js:342 msgid ", in " msgstr ", στο " @@ -3133,18 +3151,18 @@ msgstr "Κλείσιμο πλαϊνής μπάρας" msgid "Contents" msgstr "Περιεχόμενα" -#: sphinx/transforms/__init__.py:259 +#: sphinx/transforms/__init__.py:261 #, python-format msgid "" "4 column based index found. It might be a bug of extensions you use: %r" msgstr "" -#: sphinx/transforms/__init__.py:301 +#: sphinx/transforms/__init__.py:303 #, python-format msgid "Footnote [%s] is not referenced." msgstr "" -#: sphinx/transforms/__init__.py:307 +#: sphinx/transforms/__init__.py:309 msgid "Footnote [#] is not referenced." msgstr "" @@ -3215,7 +3233,7 @@ msgstr "" msgid "failed" msgstr "" -#: sphinx/util/docutils.py:321 +#: sphinx/util/docutils.py:320 msgid "when adding directive classes, no additional arguments may be given" msgstr "" @@ -3276,15 +3294,15 @@ msgstr "Απευθείας σύνδεσμος σε αυτόν τον πίνακ msgid "Permalink to this code" msgstr "Απευθείας σύνδεσμος σε αυτόν τον κώδικα" -#: sphinx/writers/html.py:514 sphinx/writers/html5.py:460 +#: sphinx/writers/html.py:512 sphinx/writers/html5.py:458 msgid "Permalink to this image" msgstr "Απευθείας σύνδεσμος σε αυτήν την εικόνα" -#: sphinx/writers/html.py:516 sphinx/writers/html5.py:462 +#: sphinx/writers/html.py:514 sphinx/writers/html5.py:460 msgid "Permalink to this toctree" msgstr "Απευθείας σύνδεσμος σε αυτόν τον πίνακα περιεχομένων" -#: sphinx/writers/html.py:674 sphinx/writers/html5.py:608 +#: sphinx/writers/html.py:672 sphinx/writers/html5.py:606 msgid "Could not obtain image size. :scale: option is ignored." msgstr "" @@ -3321,12 +3339,12 @@ msgstr "" msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: sphinx/writers/latex.py:1843 +#: sphinx/writers/latex.py:1847 #, python-format msgid "unknown index entry type %s found" msgstr "" -#: sphinx/writers/latex.py:2552 +#: sphinx/writers/latex.py:2560 #, python-format msgid "Unknown configure key: latex_elements[%r] is ignored." msgstr "" @@ -3344,12 +3362,12 @@ msgstr "[εικόνα]" msgid "caption not inside a figure." msgstr "" -#: sphinx/writers/texinfo.py:1421 +#: sphinx/writers/texinfo.py:1422 #, python-format msgid "unimplemented node type: %r" msgstr "" -#: sphinx/writers/texinfo.py:1426 +#: sphinx/writers/texinfo.py:1427 #, python-format msgid "unknown node type: %r" msgstr "" diff --git a/sphinx/locale/eo/LC_MESSAGES/sphinx.mo b/sphinx/locale/eo/LC_MESSAGES/sphinx.mo index 5425f46dfb..67f3c800b6 100644 Binary files a/sphinx/locale/eo/LC_MESSAGES/sphinx.mo and b/sphinx/locale/eo/LC_MESSAGES/sphinx.mo differ diff --git a/sphinx/locale/eo/LC_MESSAGES/sphinx.po b/sphinx/locale/eo/LC_MESSAGES/sphinx.po index 4253bd4102..62b11e910f 100644 --- a/sphinx/locale/eo/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/eo/LC_MESSAGES/sphinx.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2019-02-18 01:52+0900\n" -"PO-Revision-Date: 2019-03-14 16:36+0000\n" +"POT-Creation-Date: 2019-03-29 01:05+0900\n" +"PO-Revision-Date: 2019-03-28 16:08+0000\n" "Last-Translator: Takeshi KOMIYA \n" "Language-Team: Esperanto (http://www.transifex.com/sphinx-doc/sphinx-1/language/eo/)\n" "MIME-Version: 1.0\n" @@ -122,7 +122,7 @@ msgstr "" msgid "role %r is already registered, it will be overridden" msgstr "" -#: sphinx/application.py:1182 +#: sphinx/application.py:1179 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -130,7 +130,7 @@ msgid "" "explicit" msgstr "" -#: sphinx/application.py:1188 +#: sphinx/application.py:1185 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -138,7 +138,7 @@ msgid "" "explicit" msgstr "" -#: sphinx/application.py:1199 +#: sphinx/application.py:1196 #, python-format msgid "doing serial %s" msgstr "" @@ -587,44 +587,44 @@ msgstr "" msgid "preparing documents" msgstr "" -#: sphinx/builders/_epub_base.py:219 +#: sphinx/builders/_epub_base.py:218 #, python-format msgid "duplicated ToC entry found: %s" msgstr "" -#: sphinx/builders/_epub_base.py:415 sphinx/builders/html.py:761 -#: sphinx/builders/latex/__init__.py:413 sphinx/builders/texinfo.py:190 +#: sphinx/builders/_epub_base.py:414 sphinx/builders/html.py:761 +#: sphinx/builders/latex/__init__.py:415 sphinx/builders/texinfo.py:190 msgid "copying images... " msgstr "" -#: sphinx/builders/_epub_base.py:422 +#: sphinx/builders/_epub_base.py:421 #, python-format msgid "cannot read image file %r: copying it instead" msgstr "" -#: sphinx/builders/_epub_base.py:428 sphinx/builders/html.py:769 -#: sphinx/builders/latex/__init__.py:421 sphinx/builders/texinfo.py:198 +#: sphinx/builders/_epub_base.py:427 sphinx/builders/html.py:769 +#: sphinx/builders/latex/__init__.py:423 sphinx/builders/texinfo.py:199 #, python-format msgid "cannot copy image file %r: %s" msgstr "" -#: sphinx/builders/_epub_base.py:445 +#: sphinx/builders/_epub_base.py:444 #, python-format msgid "cannot write image file %r: %s" msgstr "" -#: sphinx/builders/_epub_base.py:456 +#: sphinx/builders/_epub_base.py:455 msgid "Pillow not found - copying image files" msgstr "" -#: sphinx/builders/_epub_base.py:491 sphinx/builders/_epub_base.py:504 -#: sphinx/builders/_epub_base.py:540 sphinx/builders/_epub_base.py:725 -#: sphinx/builders/_epub_base.py:758 sphinx/builders/epub3.py:184 +#: sphinx/builders/_epub_base.py:490 sphinx/builders/_epub_base.py:503 +#: sphinx/builders/_epub_base.py:539 sphinx/builders/_epub_base.py:724 +#: sphinx/builders/_epub_base.py:757 sphinx/builders/epub3.py:183 #, python-format msgid "writing %s file..." msgstr "" -#: sphinx/builders/_epub_base.py:566 +#: sphinx/builders/_epub_base.py:565 #, python-format msgid "unknown mimetype for %s, ignoring" msgstr "" @@ -643,19 +643,19 @@ msgstr "" msgid "writing summary file..." msgstr "" -#: sphinx/builders/changes.py:87 +#: sphinx/builders/changes.py:86 msgid "Builtins" msgstr "" -#: sphinx/builders/changes.py:89 +#: sphinx/builders/changes.py:88 msgid "Module level" msgstr "" -#: sphinx/builders/changes.py:134 +#: sphinx/builders/changes.py:133 msgid "copying source files..." msgstr "" -#: sphinx/builders/changes.py:141 +#: sphinx/builders/changes.py:140 #, python-format msgid "could not read %r for changelog creation" msgstr "" @@ -664,76 +664,76 @@ msgstr "" msgid "The dummy builder generates no files." msgstr "" -#: sphinx/builders/epub3.py:69 +#: sphinx/builders/epub3.py:68 #, python-format msgid "The ePub file is in %(outdir)s." msgstr "" -#: sphinx/builders/epub3.py:212 +#: sphinx/builders/epub3.py:211 msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:216 +#: sphinx/builders/epub3.py:215 msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:219 +#: sphinx/builders/epub3.py:218 msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:223 +#: sphinx/builders/epub3.py:222 msgid "conf value \"epub_author\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:226 +#: sphinx/builders/epub3.py:225 msgid "conf value \"epub_contributor\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:229 +#: sphinx/builders/epub3.py:228 msgid "conf value \"epub_description\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:232 +#: sphinx/builders/epub3.py:231 msgid "conf value \"epub_publisher\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:235 +#: sphinx/builders/epub3.py:234 msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:239 +#: sphinx/builders/epub3.py:238 msgid "conf value \"epub_identifier\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:242 +#: sphinx/builders/epub3.py:241 msgid "conf value \"version\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:257 sphinx/builders/html.py:1166 +#: sphinx/builders/epub3.py:256 sphinx/builders/html.py:1166 #, python-format msgid "invalid css_file: %r, ignored" msgstr "" -#: sphinx/builders/gettext.py:215 +#: sphinx/builders/gettext.py:221 #, python-format msgid "The message catalogs are in %(outdir)s." msgstr "" -#: sphinx/builders/gettext.py:239 +#: sphinx/builders/gettext.py:245 #, python-format msgid "building [%s]: " msgstr "" -#: sphinx/builders/gettext.py:240 +#: sphinx/builders/gettext.py:246 #, python-format msgid "targets for %d template files" msgstr "" -#: sphinx/builders/gettext.py:244 +#: sphinx/builders/gettext.py:250 msgid "reading templates... " msgstr "" -#: sphinx/builders/gettext.py:271 +#: sphinx/builders/gettext.py:277 msgid "writing message catalogs... " msgstr "" @@ -752,7 +752,7 @@ msgstr "" msgid "Failed to read build info file: %r" msgstr "" -#: sphinx/builders/html.py:488 sphinx/builders/latex/__init__.py:204 +#: sphinx/builders/html.py:488 sphinx/builders/latex/__init__.py:206 #: sphinx/transforms/__init__.py:121 sphinx/writers/manpage.py:118 #: sphinx/writers/texinfo.py:243 #, python-format @@ -805,7 +805,7 @@ msgstr "" msgid "html_static_path entry %r does not exist" msgstr "" -#: sphinx/builders/html.py:839 sphinx/builders/latex/__init__.py:398 +#: sphinx/builders/html.py:839 sphinx/builders/latex/__init__.py:400 #, python-format msgid "logo file %r does not exist" msgstr "" @@ -922,7 +922,7 @@ msgstr "" msgid "no \"man_pages\" config value found; no manual pages will be written" msgstr "" -#: sphinx/builders/latex/__init__.py:270 sphinx/builders/manpage.py:64 +#: sphinx/builders/latex/__init__.py:272 sphinx/builders/manpage.py:64 #: sphinx/builders/singlehtml.py:174 sphinx/builders/texinfo.py:120 msgid "writing" msgstr "" @@ -966,24 +966,24 @@ msgstr "" msgid "\"texinfo_documents\" config value references unknown document %s" msgstr "" -#: sphinx/builders/latex/__init__.py:253 sphinx/builders/texinfo.py:116 +#: sphinx/builders/latex/__init__.py:255 sphinx/builders/texinfo.py:116 #, python-format msgid "processing %s" msgstr "" -#: sphinx/builders/latex/__init__.py:322 sphinx/builders/texinfo.py:163 +#: sphinx/builders/latex/__init__.py:323 sphinx/builders/texinfo.py:164 msgid "resolving references..." msgstr "" -#: sphinx/builders/latex/__init__.py:332 sphinx/builders/texinfo.py:172 +#: sphinx/builders/latex/__init__.py:333 sphinx/builders/texinfo.py:173 msgid " (in " msgstr "" -#: sphinx/builders/texinfo.py:204 +#: sphinx/builders/texinfo.py:205 msgid "copying Texinfo support files" msgstr "" -#: sphinx/builders/texinfo.py:208 +#: sphinx/builders/texinfo.py:209 #, python-format msgid "error writing file Makefile: %s" msgstr "" @@ -1003,28 +1003,28 @@ msgstr "" msgid "The pseudo-XML files are in %(outdir)s." msgstr "" -#: sphinx/builders/latex/__init__.py:121 +#: sphinx/builders/latex/__init__.py:123 #, python-format msgid "The LaTeX files are in %(outdir)s." msgstr "" -#: sphinx/builders/latex/__init__.py:123 +#: sphinx/builders/latex/__init__.py:125 msgid "" "\n" "Run 'make' in that directory to run these through (pdf)latex\n" "(use `make latexpdf' here to do that automatically)." msgstr "" -#: sphinx/builders/latex/__init__.py:163 +#: sphinx/builders/latex/__init__.py:165 msgid "no \"latex_documents\" config value found; no documents will be written" msgstr "" -#: sphinx/builders/latex/__init__.py:171 +#: sphinx/builders/latex/__init__.py:173 #, python-format msgid "\"latex_documents\" config value references unknown document %s" msgstr "" -#: sphinx/builders/latex/__init__.py:211 sphinx/domains/std.py:501 +#: sphinx/builders/latex/__init__.py:213 sphinx/domains/std.py:501 #: sphinx/templates/latex/latex.tex_t:79 #: sphinx/themes/basic/genindex-single.html:30 #: sphinx/themes/basic/genindex-single.html:55 @@ -1036,28 +1036,28 @@ msgstr "" msgid "Index" msgstr "" -#: sphinx/builders/latex/__init__.py:214 sphinx/templates/latex/latex.tex_t:64 +#: sphinx/builders/latex/__init__.py:216 sphinx/templates/latex/latex.tex_t:64 msgid "Release" msgstr "" -#: sphinx/builders/latex/__init__.py:222 sphinx/writers/latex.py:549 +#: sphinx/builders/latex/__init__.py:224 sphinx/writers/latex.py:549 #, python-format msgid "no Babel option known for language %r" msgstr "" -#: sphinx/builders/latex/__init__.py:361 +#: sphinx/builders/latex/__init__.py:363 msgid "copying TeX support files" msgstr "" -#: sphinx/builders/latex/__init__.py:382 +#: sphinx/builders/latex/__init__.py:384 msgid "copying TeX support files..." msgstr "" -#: sphinx/builders/latex/__init__.py:402 +#: sphinx/builders/latex/__init__.py:404 msgid "copying additional files" msgstr "" -#: sphinx/builders/latex/__init__.py:445 +#: sphinx/builders/latex/__init__.py:447 #, python-format msgid "Unknown configure key: latex_elements[%r]. ignored." msgstr "" @@ -1120,8 +1120,8 @@ msgstr "" msgid "job number should be a positive number" msgstr "" -#: sphinx/cmd/build.py:106 sphinx/cmd/quickstart.py:498 -#: sphinx/ext/apidoc.py:298 sphinx/ext/autosummary/generate.py:365 +#: sphinx/cmd/build.py:106 sphinx/cmd/quickstart.py:497 +#: sphinx/ext/apidoc.py:298 sphinx/ext/autosummary/generate.py:363 msgid "For more information, visit ." msgstr "" @@ -1498,13 +1498,13 @@ msgstr "" msgid "Indicate which of the following Sphinx extensions should be enabled:" msgstr "" -#: sphinx/cmd/quickstart.py:354 +#: sphinx/cmd/quickstart.py:353 msgid "" "Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " "been deselected." msgstr "" -#: sphinx/cmd/quickstart.py:359 +#: sphinx/cmd/quickstart.py:358 msgid "" "\n" "A Makefile and a Windows command file can be generated for you so that you\n" @@ -1512,29 +1512,29 @@ msgid "" "directly." msgstr "" -#: sphinx/cmd/quickstart.py:363 +#: sphinx/cmd/quickstart.py:362 msgid "Create Makefile? (y/n)" msgstr "" -#: sphinx/cmd/quickstart.py:366 +#: sphinx/cmd/quickstart.py:365 msgid "Create Windows command file? (y/n)" msgstr "" -#: sphinx/cmd/quickstart.py:409 sphinx/ext/apidoc.py:74 +#: sphinx/cmd/quickstart.py:408 sphinx/ext/apidoc.py:74 #, python-format msgid "Creating file %s." msgstr "" -#: sphinx/cmd/quickstart.py:414 sphinx/ext/apidoc.py:72 +#: sphinx/cmd/quickstart.py:413 sphinx/ext/apidoc.py:72 #, python-format msgid "File %s already exists, skipping." msgstr "" -#: sphinx/cmd/quickstart.py:450 +#: sphinx/cmd/quickstart.py:449 msgid "Finished: An initial directory structure has been created." msgstr "" -#: sphinx/cmd/quickstart.py:451 +#: sphinx/cmd/quickstart.py:450 #, python-format msgid "" "\n" @@ -1542,26 +1542,26 @@ msgid "" "source files. " msgstr "" -#: sphinx/cmd/quickstart.py:453 +#: sphinx/cmd/quickstart.py:452 msgid "" "Use the Makefile to build the docs, like so:\n" " make builder\n" msgstr "" -#: sphinx/cmd/quickstart.py:456 +#: sphinx/cmd/quickstart.py:455 #, python-format msgid "" "Use the sphinx-build command to build the docs, like so:\n" " sphinx-build -b builder %s %s\n" msgstr "" -#: sphinx/cmd/quickstart.py:459 +#: sphinx/cmd/quickstart.py:458 msgid "" "where \"builder\" is one of the supported builders, e.g. html, latex or " "linkcheck.\n" msgstr "" -#: sphinx/cmd/quickstart.py:499 +#: sphinx/cmd/quickstart.py:498 msgid "" "\n" "Generate required files for a Sphinx project.\n" @@ -1571,131 +1571,131 @@ msgid "" "Makefile to be used with sphinx-build.\n" msgstr "" -#: sphinx/cmd/quickstart.py:509 +#: sphinx/cmd/quickstart.py:508 msgid "quiet mode" msgstr "" -#: sphinx/cmd/quickstart.py:514 +#: sphinx/cmd/quickstart.py:513 msgid "output path" msgstr "" -#: sphinx/cmd/quickstart.py:516 +#: sphinx/cmd/quickstart.py:515 msgid "Structure options" msgstr "" -#: sphinx/cmd/quickstart.py:518 +#: sphinx/cmd/quickstart.py:517 msgid "if specified, separate source and build dirs" msgstr "" -#: sphinx/cmd/quickstart.py:520 +#: sphinx/cmd/quickstart.py:519 msgid "replacement for dot in _templates etc." msgstr "" -#: sphinx/cmd/quickstart.py:522 +#: sphinx/cmd/quickstart.py:521 msgid "Project basic options" msgstr "" -#: sphinx/cmd/quickstart.py:524 +#: sphinx/cmd/quickstart.py:523 msgid "project name" msgstr "" -#: sphinx/cmd/quickstart.py:526 +#: sphinx/cmd/quickstart.py:525 msgid "author names" msgstr "" -#: sphinx/cmd/quickstart.py:528 +#: sphinx/cmd/quickstart.py:527 msgid "version of project" msgstr "" -#: sphinx/cmd/quickstart.py:530 +#: sphinx/cmd/quickstart.py:529 msgid "release of project" msgstr "" -#: sphinx/cmd/quickstart.py:532 +#: sphinx/cmd/quickstart.py:531 msgid "document language" msgstr "" -#: sphinx/cmd/quickstart.py:534 +#: sphinx/cmd/quickstart.py:533 msgid "source file suffix" msgstr "" -#: sphinx/cmd/quickstart.py:536 +#: sphinx/cmd/quickstart.py:535 msgid "master document name" msgstr "" -#: sphinx/cmd/quickstart.py:538 +#: sphinx/cmd/quickstart.py:537 msgid "use epub" msgstr "" -#: sphinx/cmd/quickstart.py:540 +#: sphinx/cmd/quickstart.py:539 msgid "Extension options" msgstr "" -#: sphinx/cmd/quickstart.py:544 sphinx/ext/apidoc.py:379 +#: sphinx/cmd/quickstart.py:543 sphinx/ext/apidoc.py:379 #, python-format msgid "enable %s extension" msgstr "" -#: sphinx/cmd/quickstart.py:546 sphinx/ext/apidoc.py:375 +#: sphinx/cmd/quickstart.py:545 sphinx/ext/apidoc.py:375 msgid "enable arbitrary extensions" msgstr "" -#: sphinx/cmd/quickstart.py:548 +#: sphinx/cmd/quickstart.py:547 msgid "Makefile and Batchfile creation" msgstr "" -#: sphinx/cmd/quickstart.py:550 +#: sphinx/cmd/quickstart.py:549 msgid "create makefile" msgstr "" -#: sphinx/cmd/quickstart.py:552 +#: sphinx/cmd/quickstart.py:551 msgid "do not create makefile" msgstr "" -#: sphinx/cmd/quickstart.py:554 +#: sphinx/cmd/quickstart.py:553 msgid "create batchfile" msgstr "" -#: sphinx/cmd/quickstart.py:557 +#: sphinx/cmd/quickstart.py:556 msgid "do not create batchfile" msgstr "" -#: sphinx/cmd/quickstart.py:560 +#: sphinx/cmd/quickstart.py:559 msgid "use make-mode for Makefile/make.bat" msgstr "" -#: sphinx/cmd/quickstart.py:563 +#: sphinx/cmd/quickstart.py:562 msgid "do not use make-mode for Makefile/make.bat" msgstr "" -#: sphinx/cmd/quickstart.py:565 +#: sphinx/cmd/quickstart.py:564 msgid "Project templating" msgstr "" -#: sphinx/cmd/quickstart.py:568 +#: sphinx/cmd/quickstart.py:567 msgid "template directory for template files" msgstr "" -#: sphinx/cmd/quickstart.py:571 +#: sphinx/cmd/quickstart.py:570 msgid "define a template variable" msgstr "" -#: sphinx/cmd/quickstart.py:605 +#: sphinx/cmd/quickstart.py:604 msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." msgstr "" -#: sphinx/cmd/quickstart.py:619 +#: sphinx/cmd/quickstart.py:618 msgid "" "Error: specified path is not a directory, or sphinx files already exist." msgstr "" -#: sphinx/cmd/quickstart.py:621 +#: sphinx/cmd/quickstart.py:620 msgid "" "sphinx-quickstart only generate into a empty directory. Please specify a new" " root path." msgstr "" -#: sphinx/cmd/quickstart.py:636 +#: sphinx/cmd/quickstart.py:635 #, python-format msgid "Invalid template variable: %s" msgstr "" @@ -1767,17 +1767,17 @@ msgstr "Aŭtoro:" msgid "%s %s" msgstr "%s %s" -#: sphinx/domains/c.py:64 sphinx/domains/cpp.py:6371 +#: sphinx/domains/c.py:64 sphinx/domains/cpp.py:6445 #: sphinx/domains/python.py:210 sphinx/ext/napoleon/docstring.py:696 msgid "Parameters" msgstr "Parametroj" -#: sphinx/domains/c.py:67 sphinx/domains/cpp.py:6380 -#: sphinx/domains/javascript.py:210 sphinx/domains/python.py:222 +#: sphinx/domains/c.py:67 sphinx/domains/cpp.py:6454 +#: sphinx/domains/javascript.py:209 sphinx/domains/python.py:222 msgid "Returns" msgstr "" -#: sphinx/domains/c.py:69 sphinx/domains/javascript.py:212 +#: sphinx/domains/c.py:69 sphinx/domains/javascript.py:211 #: sphinx/domains/python.py:224 msgid "Return type" msgstr "" @@ -1807,12 +1807,12 @@ msgstr "" msgid "%s (C variable)" msgstr "" -#: sphinx/domains/c.py:258 sphinx/domains/cpp.py:6956 -#: sphinx/domains/javascript.py:298 sphinx/domains/python.py:741 +#: sphinx/domains/c.py:258 sphinx/domains/cpp.py:7029 +#: sphinx/domains/javascript.py:297 sphinx/domains/python.py:742 msgid "function" msgstr "funkcio" -#: sphinx/domains/c.py:259 sphinx/domains/cpp.py:6957 +#: sphinx/domains/c.py:259 sphinx/domains/cpp.py:7030 msgid "member" msgstr "membro" @@ -1820,7 +1820,7 @@ msgstr "membro" msgid "macro" msgstr "nomaĵo" -#: sphinx/domains/c.py:261 sphinx/domains/cpp.py:6958 +#: sphinx/domains/c.py:261 sphinx/domains/cpp.py:7031 msgid "type" msgstr "tipo" @@ -1843,106 +1843,106 @@ msgstr "" msgid "Deprecated since version %s" msgstr "" -#: sphinx/domains/cpp.py:4297 +#: sphinx/domains/cpp.py:4323 #, python-format msgid "" "Duplicate declaration, also defined in '%s'.\n" "Declaration is '%s'." msgstr "" -#: sphinx/domains/cpp.py:6374 +#: sphinx/domains/cpp.py:6448 msgid "Template Parameters" msgstr "" -#: sphinx/domains/cpp.py:6377 sphinx/domains/javascript.py:207 +#: sphinx/domains/cpp.py:6451 sphinx/domains/javascript.py:206 msgid "Throws" msgstr "" -#: sphinx/domains/cpp.py:6505 +#: sphinx/domains/cpp.py:6579 #, python-format msgid "%s (C++ %s)" msgstr "" -#: sphinx/domains/cpp.py:6954 sphinx/domains/javascript.py:300 -#: sphinx/domains/python.py:743 +#: sphinx/domains/cpp.py:7027 sphinx/domains/javascript.py:299 +#: sphinx/domains/python.py:744 msgid "class" msgstr "klaso" -#: sphinx/domains/cpp.py:6955 +#: sphinx/domains/cpp.py:7028 msgid "union" msgstr "" -#: sphinx/domains/cpp.py:6959 +#: sphinx/domains/cpp.py:7032 msgid "concept" msgstr "" -#: sphinx/domains/cpp.py:6960 +#: sphinx/domains/cpp.py:7033 msgid "enum" msgstr "" -#: sphinx/domains/cpp.py:6961 +#: sphinx/domains/cpp.py:7034 msgid "enumerator" msgstr "" -#: sphinx/domains/cpp.py:7054 +#: sphinx/domains/cpp.py:7127 #, python-format msgid "" "Duplicate declaration, also defined in '%s'.\n" "Name of declaration is '%s'." msgstr "" -#: sphinx/domains/javascript.py:131 sphinx/domains/python.py:429 +#: sphinx/domains/javascript.py:130 sphinx/domains/python.py:430 #, python-format msgid "%s() (built-in function)" msgstr "" -#: sphinx/domains/javascript.py:132 sphinx/domains/python.py:494 +#: sphinx/domains/javascript.py:131 sphinx/domains/python.py:495 #, python-format msgid "%s() (%s method)" msgstr "" -#: sphinx/domains/javascript.py:134 +#: sphinx/domains/javascript.py:133 #, python-format msgid "%s() (class)" msgstr "%s() (klaso)" -#: sphinx/domains/javascript.py:136 +#: sphinx/domains/javascript.py:135 #, python-format msgid "%s (global variable or constant)" msgstr "" -#: sphinx/domains/javascript.py:138 sphinx/domains/python.py:532 +#: sphinx/domains/javascript.py:137 sphinx/domains/python.py:533 #, python-format msgid "%s (%s attribute)" msgstr "" -#: sphinx/domains/javascript.py:204 +#: sphinx/domains/javascript.py:203 msgid "Arguments" msgstr "" -#: sphinx/domains/javascript.py:265 sphinx/domains/python.py:609 +#: sphinx/domains/javascript.py:264 sphinx/domains/python.py:610 #, python-format msgid "%s (module)" msgstr "" -#: sphinx/domains/javascript.py:299 sphinx/domains/python.py:745 +#: sphinx/domains/javascript.py:298 sphinx/domains/python.py:746 msgid "method" msgstr "" -#: sphinx/domains/javascript.py:301 sphinx/domains/python.py:742 +#: sphinx/domains/javascript.py:300 sphinx/domains/python.py:743 msgid "data" msgstr "datenoj" -#: sphinx/domains/javascript.py:302 sphinx/domains/python.py:748 +#: sphinx/domains/javascript.py:301 sphinx/domains/python.py:749 msgid "attribute" msgstr "atributo" -#: sphinx/domains/javascript.py:303 sphinx/domains/python.py:49 -#: sphinx/domains/python.py:749 +#: sphinx/domains/javascript.py:302 sphinx/domains/python.py:49 +#: sphinx/domains/python.py:750 msgid "module" msgstr "" -#: sphinx/domains/math.py:101 sphinx/writers/latex.py:2451 +#: sphinx/domains/math.py:101 sphinx/writers/latex.py:2459 #, python-format msgid "Invalid math_eqref_format: %r" msgstr "" @@ -1964,7 +1964,7 @@ msgstr "" msgid "object" msgstr "" -#: sphinx/domains/python.py:53 sphinx/domains/python.py:744 +#: sphinx/domains/python.py:53 sphinx/domains/python.py:745 msgid "exception" msgstr "escepto" @@ -1984,88 +1984,88 @@ msgstr "" msgid "Raises" msgstr "" -#: sphinx/domains/python.py:430 sphinx/domains/python.py:488 -#: sphinx/domains/python.py:500 sphinx/domains/python.py:513 +#: sphinx/domains/python.py:431 sphinx/domains/python.py:489 +#: sphinx/domains/python.py:501 sphinx/domains/python.py:514 #, python-format msgid "%s() (in module %s)" msgstr "" -#: sphinx/domains/python.py:433 +#: sphinx/domains/python.py:434 #, python-format msgid "%s (built-in variable)" msgstr "" -#: sphinx/domains/python.py:434 sphinx/domains/python.py:526 +#: sphinx/domains/python.py:435 sphinx/domains/python.py:527 #, python-format msgid "%s (in module %s)" msgstr "" -#: sphinx/domains/python.py:454 +#: sphinx/domains/python.py:455 #, python-format msgid "%s (built-in class)" msgstr "" -#: sphinx/domains/python.py:455 +#: sphinx/domains/python.py:456 #, python-format msgid "%s (class in %s)" msgstr "" -#: sphinx/domains/python.py:492 +#: sphinx/domains/python.py:493 #, python-format msgid "%s() (%s.%s method)" msgstr "" -#: sphinx/domains/python.py:504 +#: sphinx/domains/python.py:505 #, python-format msgid "%s() (%s.%s static method)" msgstr "" -#: sphinx/domains/python.py:507 +#: sphinx/domains/python.py:508 #, python-format msgid "%s() (%s static method)" msgstr "" -#: sphinx/domains/python.py:517 +#: sphinx/domains/python.py:518 #, python-format msgid "%s() (%s.%s class method)" msgstr "" -#: sphinx/domains/python.py:520 +#: sphinx/domains/python.py:521 #, python-format msgid "%s() (%s class method)" msgstr "" -#: sphinx/domains/python.py:530 +#: sphinx/domains/python.py:531 #, python-format msgid "%s (%s.%s attribute)" msgstr "" -#: sphinx/domains/python.py:667 +#: sphinx/domains/python.py:668 msgid "Python Module Index" msgstr "" -#: sphinx/domains/python.py:668 +#: sphinx/domains/python.py:669 msgid "modules" msgstr "" -#: sphinx/domains/python.py:719 +#: sphinx/domains/python.py:720 msgid "Deprecated" msgstr "" -#: sphinx/domains/python.py:746 +#: sphinx/domains/python.py:747 msgid "class method" msgstr "" -#: sphinx/domains/python.py:747 +#: sphinx/domains/python.py:748 msgid "static method" msgstr "" -#: sphinx/domains/python.py:879 +#: sphinx/domains/python.py:880 #, python-format msgid "more than one target found for cross-reference %r: %s" msgstr "" -#: sphinx/domains/python.py:917 +#: sphinx/domains/python.py:918 msgid " (deprecated)" msgstr "" @@ -2141,7 +2141,7 @@ msgstr "" msgid "duplicate citation %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:631 sphinx/ext/autosectionlabel.py:61 +#: sphinx/domains/std.py:631 sphinx/ext/autosectionlabel.py:56 #, python-format msgid "duplicate label %s, other instance in %s" msgstr "" @@ -2201,21 +2201,21 @@ msgid "" "another doctree directory." msgstr "" -#: sphinx/environment/__init__.py:408 +#: sphinx/environment/__init__.py:404 #, python-format msgid "Failed to scan documents in %s: %r" msgstr "" -#: sphinx/environment/__init__.py:536 +#: sphinx/environment/__init__.py:532 #, python-format msgid "Domain %r is not registered" msgstr "" -#: sphinx/environment/__init__.py:621 +#: sphinx/environment/__init__.py:617 msgid "self referenced toctree found. Ignored." msgstr "" -#: sphinx/environment/__init__.py:662 +#: sphinx/environment/__init__.py:658 msgid "document isn't included in any toctree" msgstr "" @@ -2235,6 +2235,7 @@ msgid "unknown index entry type %r" msgstr "" #: sphinx/environment/adapters/indexentries.py:156 +#: sphinx/templates/latex/sphinxmessages.sty_t:11 msgid "Symbols" msgstr "Simboloj" @@ -2260,22 +2261,22 @@ msgstr "" msgid "toctree contains reference to nonexisting document %r" msgstr "" -#: sphinx/environment/collectors/asset.py:91 +#: sphinx/environment/collectors/asset.py:90 #, python-format msgid "image file not readable: %s" msgstr "" -#: sphinx/environment/collectors/asset.py:107 +#: sphinx/environment/collectors/asset.py:106 #, python-format msgid "image file %s not readable: %s" msgstr "" -#: sphinx/environment/collectors/asset.py:135 +#: sphinx/environment/collectors/asset.py:134 #, python-format msgid "download file not readable: %s" msgstr "" -#: sphinx/environment/collectors/toctree.py:197 +#: sphinx/environment/collectors/toctree.py:196 #, python-format msgid "%s is already assigned section numbers (nested numbered toctree?)" msgstr "" @@ -2419,38 +2420,38 @@ msgstr "" msgid "module %s could not be imported: %s" msgstr "" -#: sphinx/ext/doctest.py:142 +#: sphinx/ext/doctest.py:132 #, python-format msgid "missing '+' or '-' in '%s' option." msgstr "" -#: sphinx/ext/doctest.py:147 +#: sphinx/ext/doctest.py:137 #, python-format msgid "'%s' is not a valid option." msgstr "" -#: sphinx/ext/doctest.py:161 +#: sphinx/ext/doctest.py:151 #, python-format msgid "'%s' is not a valid pyversion option" msgstr "" -#: sphinx/ext/doctest.py:230 +#: sphinx/ext/doctest.py:222 msgid "invalid TestCode type" msgstr "" -#: sphinx/ext/doctest.py:291 +#: sphinx/ext/doctest.py:283 #, python-format msgid "" "Testing of doctests in the sources finished, look at the results in " "%(outdir)s/output.txt." msgstr "" -#: sphinx/ext/doctest.py:438 +#: sphinx/ext/doctest.py:446 #, python-format msgid "no code/output in %s block at %s:%s" msgstr "" -#: sphinx/ext/doctest.py:527 +#: sphinx/ext/doctest.py:535 #, python-format msgid "ignoring invalid doctest code: %r" msgstr "" @@ -2468,7 +2469,7 @@ msgstr "" msgid "Ignoring \"graphviz\" directive without content." msgstr "" -#: sphinx/ext/graphviz.py:252 +#: sphinx/ext/graphviz.py:250 #, python-format msgid "" "dot did not produce an output file:\n" @@ -2478,14 +2479,14 @@ msgid "" "%r" msgstr "" -#: sphinx/ext/graphviz.py:256 +#: sphinx/ext/graphviz.py:254 #, python-format msgid "" "dot command %r cannot be run (needed for graphviz output), check the " "graphviz_dot setting" msgstr "" -#: sphinx/ext/graphviz.py:263 +#: sphinx/ext/graphviz.py:261 #, python-format msgid "" "dot exited with error:\n" @@ -2495,23 +2496,23 @@ msgid "" "%r" msgstr "" -#: sphinx/ext/graphviz.py:273 +#: sphinx/ext/graphviz.py:271 #, python-format msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" msgstr "" -#: sphinx/ext/graphviz.py:277 sphinx/ext/graphviz.py:331 -#: sphinx/ext/graphviz.py:369 +#: sphinx/ext/graphviz.py:275 sphinx/ext/graphviz.py:329 +#: sphinx/ext/graphviz.py:367 #, python-format msgid "dot code %r: %s" msgstr "" -#: sphinx/ext/graphviz.py:384 sphinx/ext/graphviz.py:393 +#: sphinx/ext/graphviz.py:382 sphinx/ext/graphviz.py:391 #, python-format msgid "[graph: %s]" msgstr "" -#: sphinx/ext/graphviz.py:386 sphinx/ext/graphviz.py:395 +#: sphinx/ext/graphviz.py:384 sphinx/ext/graphviz.py:393 msgid "[graph]" msgstr "" @@ -2530,31 +2531,31 @@ msgid "" "%r" msgstr "" -#: sphinx/ext/imgmath.py:140 +#: sphinx/ext/imgmath.py:139 #, python-format msgid "" "LaTeX command %r cannot be run (needed for math display), check the " "imgmath_latex setting" msgstr "" -#: sphinx/ext/imgmath.py:155 +#: sphinx/ext/imgmath.py:154 #, python-format msgid "" "%s command %r cannot be run (needed for math display), check the imgmath_%s " "setting" msgstr "" -#: sphinx/ext/imgmath.py:290 +#: sphinx/ext/imgmath.py:289 #, python-format msgid "display latex %r: %s" msgstr "" -#: sphinx/ext/imgmath.py:317 +#: sphinx/ext/imgmath.py:316 #, python-format msgid "inline latex %r: %s" msgstr "" -#: sphinx/ext/imgmath.py:324 sphinx/ext/mathjax.py:54 +#: sphinx/ext/imgmath.py:323 sphinx/ext/mathjax.py:54 msgid "Permalink to this equation" msgstr "" @@ -2574,26 +2575,26 @@ msgid "" "alternatives:" msgstr "" -#: sphinx/ext/intersphinx.py:237 +#: sphinx/ext/intersphinx.py:238 msgid "failed to reach any of the inventories with the following issues:" msgstr "" -#: sphinx/ext/intersphinx.py:312 +#: sphinx/ext/intersphinx.py:311 #, python-format msgid "(in %s v%s)" msgstr "" -#: sphinx/ext/intersphinx.py:314 +#: sphinx/ext/intersphinx.py:313 #, python-format msgid "(in %s)" msgstr "" -#: sphinx/ext/intersphinx.py:348 +#: sphinx/ext/intersphinx.py:347 #, python-format msgid "intersphinx identifier %r is not string. Ignored" msgstr "" -#: sphinx/ext/intersphinx.py:361 +#: sphinx/ext/intersphinx.py:360 #, python-format msgid "Fail to read intersphinx_mapping[%s], Ignored: %r" msgstr "" @@ -2649,29 +2650,29 @@ msgstr "" msgid "

All modules for which code is available

" msgstr "" -#: sphinx/ext/autodoc/__init__.py:302 +#: sphinx/ext/autodoc/__init__.py:300 #, python-format msgid "invalid signature for auto%s (%r)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:402 +#: sphinx/ext/autodoc/__init__.py:400 #, python-format msgid "error while formatting arguments for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:514 +#: sphinx/ext/autodoc/__init__.py:512 #, python-format msgid "missing attribute %s in object %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:602 +#: sphinx/ext/autodoc/__init__.py:600 #, python-format msgid "" "autodoc: failed to determine %r to be documented.the following exception was raised:\n" "%s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:694 +#: sphinx/ext/autodoc/__init__.py:692 #, python-format msgid "" "don't know which module to import for autodocumenting %r (try placing a " @@ -2679,39 +2680,39 @@ msgid "" "explicit module name)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:788 +#: sphinx/ext/autodoc/__init__.py:786 msgid "\"::\" in automodule name doesn't make sense" msgstr "" -#: sphinx/ext/autodoc/__init__.py:796 +#: sphinx/ext/autodoc/__init__.py:794 #, python-format msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:829 +#: sphinx/ext/autodoc/__init__.py:827 #, python-format msgid "" "__all__ should be a list of strings, not %r (in module %s) -- ignoring " "__all__" msgstr "" -#: sphinx/ext/autodoc/__init__.py:844 +#: sphinx/ext/autodoc/__init__.py:842 #, python-format msgid "" "missing attribute mentioned in :members: or __all__: module %s, attribute %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1128 +#: sphinx/ext/autodoc/__init__.py:1126 #, python-format msgid "Bases: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1185 +#: sphinx/ext/autodoc/__init__.py:1183 #, python-format msgid "alias of :class:`%s`" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1470 +#: sphinx/ext/autodoc/__init__.py:1468 #, python-format msgid "Ignoring invalid option in autodoc_default_flags: %r" msgstr "" @@ -2747,17 +2748,17 @@ msgid "" "contain .rst. Skipped." msgstr "" -#: sphinx/ext/autosummary/generate.py:102 +#: sphinx/ext/autosummary/generate.py:100 #, python-format msgid "[autosummary] generating autosummary for: %s" msgstr "" -#: sphinx/ext/autosummary/generate.py:106 +#: sphinx/ext/autosummary/generate.py:104 #, python-format msgid "[autosummary] writing to %s" msgstr "" -#: sphinx/ext/autosummary/generate.py:366 +#: sphinx/ext/autosummary/generate.py:364 msgid "" "\n" "Generate ReStructuredText using autosummary directives.\n" @@ -2772,25 +2773,25 @@ msgid "" " pydoc sphinx.ext.autosummary\n" msgstr "" -#: sphinx/ext/autosummary/generate.py:383 +#: sphinx/ext/autosummary/generate.py:381 msgid "source files to generate rST files for" msgstr "" -#: sphinx/ext/autosummary/generate.py:387 +#: sphinx/ext/autosummary/generate.py:385 msgid "directory to place all output in" msgstr "" -#: sphinx/ext/autosummary/generate.py:390 +#: sphinx/ext/autosummary/generate.py:388 #, python-format msgid "default suffix for files (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:394 +#: sphinx/ext/autosummary/generate.py:392 #, python-format msgid "custom template directory (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:398 +#: sphinx/ext/autosummary/generate.py:396 #, python-format msgid "document imported members (default: %(default)s)" msgstr "" @@ -2868,6 +2869,7 @@ msgid "Warning" msgstr "" #: sphinx/templates/latex/longtable.tex_t:23 +#: sphinx/templates/latex/sphinxmessages.sty_t:8 msgid "continued from previous page" msgstr "" @@ -2875,13 +2877,29 @@ msgstr "" msgid "Continued on next page" msgstr "" +#: sphinx/templates/latex/sphinxmessages.sty_t:9 +msgid "continues on next page" +msgstr "" + +#: sphinx/templates/latex/sphinxmessages.sty_t:10 +msgid "Non-alphabetical" +msgstr "" + +#: sphinx/templates/latex/sphinxmessages.sty_t:12 +msgid "Numbers" +msgstr "" + +#: sphinx/templates/latex/sphinxmessages.sty_t:13 +msgid "page" +msgstr "" + #: sphinx/themes/agogo/layout.html:46 sphinx/themes/basic/globaltoc.html:10 #: sphinx/themes/basic/localtoc.html:11 sphinx/themes/scrolls/layout.html:41 msgid "Table of Contents" msgstr "" #: sphinx/themes/agogo/layout.html:51 sphinx/themes/basic/layout.html:153 -#: sphinx/themes/basic/search.html:11 sphinx/themes/basic/search.html:26 +#: sphinx/themes/basic/search.html:11 sphinx/themes/basic/search.html:21 #: sphinx/themes/basic/searchresults.html:10 msgid "Search" msgstr "" @@ -3018,13 +3036,13 @@ msgstr "Sekva temo" msgid "next chapter" msgstr "sekvo ĉapitro" -#: sphinx/themes/basic/search.html:30 +#: sphinx/themes/basic/search.html:25 msgid "" "Please activate JavaScript to enable the search\n" " functionality." msgstr "" -#: sphinx/themes/basic/search.html:35 +#: sphinx/themes/basic/search.html:30 msgid "" "From here you can search these documents. Enter your search\n" " words into the box below and click \"search\". Note that the search\n" @@ -3032,20 +3050,20 @@ msgid "" " containing fewer words won't appear in the result list." msgstr "" -#: sphinx/themes/basic/search.html:42 +#: sphinx/themes/basic/search.html:37 #: sphinx/themes/basic/searchresults.html:17 msgid "search" msgstr "serĉu" -#: sphinx/themes/basic/search.html:46 +#: sphinx/themes/basic/search.html:41 #: sphinx/themes/basic/searchresults.html:21 -#: sphinx/themes/basic/static/searchtools.js:295 +#: sphinx/themes/basic/static/searchtools.js:285 msgid "Search Results" msgstr "" -#: sphinx/themes/basic/search.html:48 +#: sphinx/themes/basic/search.html:43 #: sphinx/themes/basic/searchresults.html:23 -#: sphinx/themes/basic/static/searchtools.js:297 +#: sphinx/themes/basic/static/searchtools.js:287 msgid "" "Your search did not match any documents. Please make sure that all words are" " spelled correctly and that you've selected enough categories." @@ -3103,20 +3121,20 @@ msgstr "" msgid "Hide Search Matches" msgstr "" -#: sphinx/themes/basic/static/searchtools.js:131 +#: sphinx/themes/basic/static/searchtools.js:121 msgid "Searching" msgstr "" -#: sphinx/themes/basic/static/searchtools.js:136 +#: sphinx/themes/basic/static/searchtools.js:126 msgid "Preparing search..." msgstr "" -#: sphinx/themes/basic/static/searchtools.js:299 +#: sphinx/themes/basic/static/searchtools.js:289 #, python-format msgid "Search finished, found %s page(s) matching the search query." msgstr "" -#: sphinx/themes/basic/static/searchtools.js:352 +#: sphinx/themes/basic/static/searchtools.js:342 msgid ", in " msgstr "" @@ -3133,18 +3151,18 @@ msgstr "" msgid "Contents" msgstr "" -#: sphinx/transforms/__init__.py:259 +#: sphinx/transforms/__init__.py:261 #, python-format msgid "" "4 column based index found. It might be a bug of extensions you use: %r" msgstr "" -#: sphinx/transforms/__init__.py:301 +#: sphinx/transforms/__init__.py:303 #, python-format msgid "Footnote [%s] is not referenced." msgstr "" -#: sphinx/transforms/__init__.py:307 +#: sphinx/transforms/__init__.py:309 msgid "Footnote [#] is not referenced." msgstr "" @@ -3215,7 +3233,7 @@ msgstr "" msgid "failed" msgstr "" -#: sphinx/util/docutils.py:321 +#: sphinx/util/docutils.py:320 msgid "when adding directive classes, no additional arguments may be given" msgstr "" @@ -3276,15 +3294,15 @@ msgstr "" msgid "Permalink to this code" msgstr "" -#: sphinx/writers/html.py:514 sphinx/writers/html5.py:460 +#: sphinx/writers/html.py:512 sphinx/writers/html5.py:458 msgid "Permalink to this image" msgstr "" -#: sphinx/writers/html.py:516 sphinx/writers/html5.py:462 +#: sphinx/writers/html.py:514 sphinx/writers/html5.py:460 msgid "Permalink to this toctree" msgstr "" -#: sphinx/writers/html.py:674 sphinx/writers/html5.py:608 +#: sphinx/writers/html.py:672 sphinx/writers/html5.py:606 msgid "Could not obtain image size. :scale: option is ignored." msgstr "" @@ -3321,12 +3339,12 @@ msgstr "" msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: sphinx/writers/latex.py:1843 +#: sphinx/writers/latex.py:1847 #, python-format msgid "unknown index entry type %s found" msgstr "" -#: sphinx/writers/latex.py:2552 +#: sphinx/writers/latex.py:2560 #, python-format msgid "Unknown configure key: latex_elements[%r] is ignored." msgstr "" @@ -3344,12 +3362,12 @@ msgstr "" msgid "caption not inside a figure." msgstr "" -#: sphinx/writers/texinfo.py:1421 +#: sphinx/writers/texinfo.py:1422 #, python-format msgid "unimplemented node type: %r" msgstr "" -#: sphinx/writers/texinfo.py:1426 +#: sphinx/writers/texinfo.py:1427 #, python-format msgid "unknown node type: %r" msgstr "" diff --git a/sphinx/locale/es/LC_MESSAGES/sphinx.mo b/sphinx/locale/es/LC_MESSAGES/sphinx.mo index d4549e4862..03c6a6c3f4 100644 Binary files a/sphinx/locale/es/LC_MESSAGES/sphinx.mo and b/sphinx/locale/es/LC_MESSAGES/sphinx.mo differ diff --git a/sphinx/locale/es/LC_MESSAGES/sphinx.po b/sphinx/locale/es/LC_MESSAGES/sphinx.po index fa2f761d13..1b877fdd14 100644 --- a/sphinx/locale/es/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/es/LC_MESSAGES/sphinx.po @@ -14,9 +14,9 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2019-02-18 01:52+0900\n" -"PO-Revision-Date: 2019-03-14 16:36+0000\n" -"Last-Translator: Takeshi KOMIYA \n" +"POT-Creation-Date: 2019-03-29 01:05+0900\n" +"PO-Revision-Date: 2019-03-28 16:09+0000\n" +"Last-Translator: Leonardo J. Caballero G. \n" "Language-Team: Spanish (http://www.transifex.com/sphinx-doc/sphinx-1/language/es/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -128,7 +128,7 @@ msgstr "" msgid "role %r is already registered, it will be overridden" msgstr "" -#: sphinx/application.py:1182 +#: sphinx/application.py:1179 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -136,7 +136,7 @@ msgid "" "explicit" msgstr "la extensión de %s no declara si es seguro para la lectura en paralelo, asumiendo que no es - consulte con el autor de la extensión para comprobar y hacer explícito" -#: sphinx/application.py:1188 +#: sphinx/application.py:1185 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -144,7 +144,7 @@ msgid "" "explicit" msgstr "la extensión %s no declara si es seguro para la escritura paralela, suponiendo que no lo sea - solicite al autor de la extensión que lo verifique y haga explicito" -#: sphinx/application.py:1199 +#: sphinx/application.py:1196 #, python-format msgid "doing serial %s" msgstr "realizando serialmente %s" @@ -593,44 +593,44 @@ msgstr "" msgid "preparing documents" msgstr "" -#: sphinx/builders/_epub_base.py:219 +#: sphinx/builders/_epub_base.py:218 #, python-format msgid "duplicated ToC entry found: %s" msgstr "" -#: sphinx/builders/_epub_base.py:415 sphinx/builders/html.py:761 -#: sphinx/builders/latex/__init__.py:413 sphinx/builders/texinfo.py:190 +#: sphinx/builders/_epub_base.py:414 sphinx/builders/html.py:761 +#: sphinx/builders/latex/__init__.py:415 sphinx/builders/texinfo.py:190 msgid "copying images... " msgstr "copiando imágenes..." -#: sphinx/builders/_epub_base.py:422 +#: sphinx/builders/_epub_base.py:421 #, python-format msgid "cannot read image file %r: copying it instead" msgstr "" -#: sphinx/builders/_epub_base.py:428 sphinx/builders/html.py:769 -#: sphinx/builders/latex/__init__.py:421 sphinx/builders/texinfo.py:198 +#: sphinx/builders/_epub_base.py:427 sphinx/builders/html.py:769 +#: sphinx/builders/latex/__init__.py:423 sphinx/builders/texinfo.py:199 #, python-format msgid "cannot copy image file %r: %s" msgstr "no se puede copiar archivo de imagen %r: %s" -#: sphinx/builders/_epub_base.py:445 +#: sphinx/builders/_epub_base.py:444 #, python-format msgid "cannot write image file %r: %s" msgstr "no se puede escribir archivo de imagen %r: %s" -#: sphinx/builders/_epub_base.py:456 +#: sphinx/builders/_epub_base.py:455 msgid "Pillow not found - copying image files" msgstr "" -#: sphinx/builders/_epub_base.py:491 sphinx/builders/_epub_base.py:504 -#: sphinx/builders/_epub_base.py:540 sphinx/builders/_epub_base.py:725 -#: sphinx/builders/_epub_base.py:758 sphinx/builders/epub3.py:184 +#: sphinx/builders/_epub_base.py:490 sphinx/builders/_epub_base.py:503 +#: sphinx/builders/_epub_base.py:539 sphinx/builders/_epub_base.py:724 +#: sphinx/builders/_epub_base.py:757 sphinx/builders/epub3.py:183 #, python-format msgid "writing %s file..." msgstr "escribiendo archivo %s..." -#: sphinx/builders/_epub_base.py:566 +#: sphinx/builders/_epub_base.py:565 #, python-format msgid "unknown mimetype for %s, ignoring" msgstr "mimetype desconocido para %s, ignorando" @@ -649,19 +649,19 @@ msgstr "no hay cambios en versión %s." msgid "writing summary file..." msgstr "" -#: sphinx/builders/changes.py:87 +#: sphinx/builders/changes.py:86 msgid "Builtins" msgstr "Funciones incorporadas" -#: sphinx/builders/changes.py:89 +#: sphinx/builders/changes.py:88 msgid "Module level" msgstr "Nivel de módulo" -#: sphinx/builders/changes.py:134 +#: sphinx/builders/changes.py:133 msgid "copying source files..." msgstr "copiando archivos fuente" -#: sphinx/builders/changes.py:141 +#: sphinx/builders/changes.py:140 #, python-format msgid "could not read %r for changelog creation" msgstr "" @@ -670,76 +670,76 @@ msgstr "" msgid "The dummy builder generates no files." msgstr "" -#: sphinx/builders/epub3.py:69 +#: sphinx/builders/epub3.py:68 #, python-format msgid "The ePub file is in %(outdir)s." msgstr "El archivo ePub está en %(outdir)s." -#: sphinx/builders/epub3.py:212 +#: sphinx/builders/epub3.py:211 msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:216 +#: sphinx/builders/epub3.py:215 msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:219 +#: sphinx/builders/epub3.py:218 msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:223 +#: sphinx/builders/epub3.py:222 msgid "conf value \"epub_author\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:226 +#: sphinx/builders/epub3.py:225 msgid "conf value \"epub_contributor\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:229 +#: sphinx/builders/epub3.py:228 msgid "conf value \"epub_description\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:232 +#: sphinx/builders/epub3.py:231 msgid "conf value \"epub_publisher\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:235 +#: sphinx/builders/epub3.py:234 msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:239 +#: sphinx/builders/epub3.py:238 msgid "conf value \"epub_identifier\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:242 +#: sphinx/builders/epub3.py:241 msgid "conf value \"version\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:257 sphinx/builders/html.py:1166 +#: sphinx/builders/epub3.py:256 sphinx/builders/html.py:1166 #, python-format msgid "invalid css_file: %r, ignored" msgstr "css_file inválido: %r, ignorado" -#: sphinx/builders/gettext.py:215 +#: sphinx/builders/gettext.py:221 #, python-format msgid "The message catalogs are in %(outdir)s." msgstr "Los catálogos de mensajes están en %(outdir)s." -#: sphinx/builders/gettext.py:239 +#: sphinx/builders/gettext.py:245 #, python-format msgid "building [%s]: " msgstr "compilando [%s]:" -#: sphinx/builders/gettext.py:240 +#: sphinx/builders/gettext.py:246 #, python-format msgid "targets for %d template files" msgstr "objetivos para los archivos de plantillas %d" -#: sphinx/builders/gettext.py:244 +#: sphinx/builders/gettext.py:250 msgid "reading templates... " msgstr "leyendo plantillas..." -#: sphinx/builders/gettext.py:271 +#: sphinx/builders/gettext.py:277 msgid "writing message catalogs... " msgstr "escribiendo catálogos de mensajes..." @@ -758,7 +758,7 @@ msgstr "Las páginas HTML están en %(outdir)s." msgid "Failed to read build info file: %r" msgstr "Error al leer la información de compilación del fichero: %r" -#: sphinx/builders/html.py:488 sphinx/builders/latex/__init__.py:204 +#: sphinx/builders/html.py:488 sphinx/builders/latex/__init__.py:206 #: sphinx/transforms/__init__.py:121 sphinx/writers/manpage.py:118 #: sphinx/writers/texinfo.py:243 #, python-format @@ -811,7 +811,7 @@ msgstr "copiando archivos estáticos..." msgid "html_static_path entry %r does not exist" msgstr "" -#: sphinx/builders/html.py:839 sphinx/builders/latex/__init__.py:398 +#: sphinx/builders/html.py:839 sphinx/builders/latex/__init__.py:400 #, python-format msgid "logo file %r does not exist" msgstr "archivo de logo %r no existe" @@ -928,7 +928,7 @@ msgstr "Las páginas del manual están en %(outdir)s." msgid "no \"man_pages\" config value found; no manual pages will be written" msgstr "" -#: sphinx/builders/latex/__init__.py:270 sphinx/builders/manpage.py:64 +#: sphinx/builders/latex/__init__.py:272 sphinx/builders/manpage.py:64 #: sphinx/builders/singlehtml.py:174 sphinx/builders/texinfo.py:120 msgid "writing" msgstr "" @@ -972,24 +972,24 @@ msgstr "" msgid "\"texinfo_documents\" config value references unknown document %s" msgstr "" -#: sphinx/builders/latex/__init__.py:253 sphinx/builders/texinfo.py:116 +#: sphinx/builders/latex/__init__.py:255 sphinx/builders/texinfo.py:116 #, python-format msgid "processing %s" msgstr "" -#: sphinx/builders/latex/__init__.py:322 sphinx/builders/texinfo.py:163 +#: sphinx/builders/latex/__init__.py:323 sphinx/builders/texinfo.py:164 msgid "resolving references..." msgstr "resolviendo referencias..." -#: sphinx/builders/latex/__init__.py:332 sphinx/builders/texinfo.py:172 +#: sphinx/builders/latex/__init__.py:333 sphinx/builders/texinfo.py:173 msgid " (in " msgstr " (en " -#: sphinx/builders/texinfo.py:204 +#: sphinx/builders/texinfo.py:205 msgid "copying Texinfo support files" msgstr "" -#: sphinx/builders/texinfo.py:208 +#: sphinx/builders/texinfo.py:209 #, python-format msgid "error writing file Makefile: %s" msgstr "" @@ -1009,28 +1009,28 @@ msgstr "Los archivos XML están en %(outdir)s." msgid "The pseudo-XML files are in %(outdir)s." msgstr "Los archivos pseudo-XML están en %(outdir)s." -#: sphinx/builders/latex/__init__.py:121 +#: sphinx/builders/latex/__init__.py:123 #, python-format msgid "The LaTeX files are in %(outdir)s." msgstr "Los archivos LaTeX están en %(outdir)s." -#: sphinx/builders/latex/__init__.py:123 +#: sphinx/builders/latex/__init__.py:125 msgid "" "\n" "Run 'make' in that directory to run these through (pdf)latex\n" "(use `make latexpdf' here to do that automatically)." msgstr "\nEjecuta el comando 'make' en este directorio para compilarlos usando (pdf)latex\n(usa el comando 'make latexpdf' aquí para hacer esto automáticamente)." -#: sphinx/builders/latex/__init__.py:163 +#: sphinx/builders/latex/__init__.py:165 msgid "no \"latex_documents\" config value found; no documents will be written" msgstr "" -#: sphinx/builders/latex/__init__.py:171 +#: sphinx/builders/latex/__init__.py:173 #, python-format msgid "\"latex_documents\" config value references unknown document %s" msgstr "" -#: sphinx/builders/latex/__init__.py:211 sphinx/domains/std.py:501 +#: sphinx/builders/latex/__init__.py:213 sphinx/domains/std.py:501 #: sphinx/templates/latex/latex.tex_t:79 #: sphinx/themes/basic/genindex-single.html:30 #: sphinx/themes/basic/genindex-single.html:55 @@ -1042,28 +1042,28 @@ msgstr "" msgid "Index" msgstr "Índice" -#: sphinx/builders/latex/__init__.py:214 sphinx/templates/latex/latex.tex_t:64 +#: sphinx/builders/latex/__init__.py:216 sphinx/templates/latex/latex.tex_t:64 msgid "Release" msgstr "Versión" -#: sphinx/builders/latex/__init__.py:222 sphinx/writers/latex.py:549 +#: sphinx/builders/latex/__init__.py:224 sphinx/writers/latex.py:549 #, python-format msgid "no Babel option known for language %r" msgstr "" -#: sphinx/builders/latex/__init__.py:361 +#: sphinx/builders/latex/__init__.py:363 msgid "copying TeX support files" msgstr "" -#: sphinx/builders/latex/__init__.py:382 +#: sphinx/builders/latex/__init__.py:384 msgid "copying TeX support files..." msgstr "copiando archivos de soporte TeX..." -#: sphinx/builders/latex/__init__.py:402 +#: sphinx/builders/latex/__init__.py:404 msgid "copying additional files" msgstr "" -#: sphinx/builders/latex/__init__.py:445 +#: sphinx/builders/latex/__init__.py:447 #, python-format msgid "Unknown configure key: latex_elements[%r]. ignored." msgstr "" @@ -1126,8 +1126,8 @@ msgstr "" msgid "job number should be a positive number" msgstr "número de trabajo debe ser un número positivo" -#: sphinx/cmd/build.py:106 sphinx/cmd/quickstart.py:498 -#: sphinx/ext/apidoc.py:298 sphinx/ext/autosummary/generate.py:365 +#: sphinx/cmd/build.py:106 sphinx/cmd/quickstart.py:497 +#: sphinx/ext/apidoc.py:298 sphinx/ext/autosummary/generate.py:363 msgid "For more information, visit ." msgstr "Para más información, visita ." @@ -1504,13 +1504,13 @@ msgstr "" msgid "Indicate which of the following Sphinx extensions should be enabled:" msgstr "" -#: sphinx/cmd/quickstart.py:354 +#: sphinx/cmd/quickstart.py:353 msgid "" "Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " "been deselected." msgstr "" -#: sphinx/cmd/quickstart.py:359 +#: sphinx/cmd/quickstart.py:358 msgid "" "\n" "A Makefile and a Windows command file can be generated for you so that you\n" @@ -1518,29 +1518,29 @@ msgid "" "directly." msgstr "" -#: sphinx/cmd/quickstart.py:363 +#: sphinx/cmd/quickstart.py:362 msgid "Create Makefile? (y/n)" msgstr "Crear Makefile? (y/n)" -#: sphinx/cmd/quickstart.py:366 +#: sphinx/cmd/quickstart.py:365 msgid "Create Windows command file? (y/n)" msgstr "¿Crear archivo de comandos para Windows? (y/n)" -#: sphinx/cmd/quickstart.py:409 sphinx/ext/apidoc.py:74 +#: sphinx/cmd/quickstart.py:408 sphinx/ext/apidoc.py:74 #, python-format msgid "Creating file %s." msgstr "Creando archivo %s." -#: sphinx/cmd/quickstart.py:414 sphinx/ext/apidoc.py:72 +#: sphinx/cmd/quickstart.py:413 sphinx/ext/apidoc.py:72 #, python-format msgid "File %s already exists, skipping." msgstr "El archivo %s ya existe, omitiendo." -#: sphinx/cmd/quickstart.py:450 +#: sphinx/cmd/quickstart.py:449 msgid "Finished: An initial directory structure has been created." msgstr "" -#: sphinx/cmd/quickstart.py:451 +#: sphinx/cmd/quickstart.py:450 #, python-format msgid "" "\n" @@ -1548,26 +1548,26 @@ msgid "" "source files. " msgstr "" -#: sphinx/cmd/quickstart.py:453 +#: sphinx/cmd/quickstart.py:452 msgid "" "Use the Makefile to build the docs, like so:\n" " make builder\n" msgstr "" -#: sphinx/cmd/quickstart.py:456 +#: sphinx/cmd/quickstart.py:455 #, python-format msgid "" "Use the sphinx-build command to build the docs, like so:\n" " sphinx-build -b builder %s %s\n" msgstr "" -#: sphinx/cmd/quickstart.py:459 +#: sphinx/cmd/quickstart.py:458 msgid "" "where \"builder\" is one of the supported builders, e.g. html, latex or " "linkcheck.\n" msgstr "" -#: sphinx/cmd/quickstart.py:499 +#: sphinx/cmd/quickstart.py:498 msgid "" "\n" "Generate required files for a Sphinx project.\n" @@ -1577,131 +1577,131 @@ msgid "" "Makefile to be used with sphinx-build.\n" msgstr "" -#: sphinx/cmd/quickstart.py:509 +#: sphinx/cmd/quickstart.py:508 msgid "quiet mode" msgstr "modo silencioso" -#: sphinx/cmd/quickstart.py:514 +#: sphinx/cmd/quickstart.py:513 msgid "output path" msgstr "ruta de salida" -#: sphinx/cmd/quickstart.py:516 +#: sphinx/cmd/quickstart.py:515 msgid "Structure options" msgstr "" -#: sphinx/cmd/quickstart.py:518 +#: sphinx/cmd/quickstart.py:517 msgid "if specified, separate source and build dirs" msgstr "" -#: sphinx/cmd/quickstart.py:520 +#: sphinx/cmd/quickstart.py:519 msgid "replacement for dot in _templates etc." msgstr "" -#: sphinx/cmd/quickstart.py:522 +#: sphinx/cmd/quickstart.py:521 msgid "Project basic options" msgstr "Opciones básicas del proyecto" -#: sphinx/cmd/quickstart.py:524 +#: sphinx/cmd/quickstart.py:523 msgid "project name" msgstr "nombre del proyecto" -#: sphinx/cmd/quickstart.py:526 +#: sphinx/cmd/quickstart.py:525 msgid "author names" msgstr "autores" -#: sphinx/cmd/quickstart.py:528 +#: sphinx/cmd/quickstart.py:527 msgid "version of project" msgstr "versión del proyecto" -#: sphinx/cmd/quickstart.py:530 +#: sphinx/cmd/quickstart.py:529 msgid "release of project" msgstr "" -#: sphinx/cmd/quickstart.py:532 +#: sphinx/cmd/quickstart.py:531 msgid "document language" msgstr "lenguaje del documento" -#: sphinx/cmd/quickstart.py:534 +#: sphinx/cmd/quickstart.py:533 msgid "source file suffix" msgstr "sufijo de archivo fuente" -#: sphinx/cmd/quickstart.py:536 +#: sphinx/cmd/quickstart.py:535 msgid "master document name" msgstr "nombre de documento maestro" -#: sphinx/cmd/quickstart.py:538 +#: sphinx/cmd/quickstart.py:537 msgid "use epub" msgstr "usar epub" -#: sphinx/cmd/quickstart.py:540 +#: sphinx/cmd/quickstart.py:539 msgid "Extension options" msgstr "Opciones de extensión" -#: sphinx/cmd/quickstart.py:544 sphinx/ext/apidoc.py:379 +#: sphinx/cmd/quickstart.py:543 sphinx/ext/apidoc.py:379 #, python-format msgid "enable %s extension" msgstr "habilitada extensión %s" -#: sphinx/cmd/quickstart.py:546 sphinx/ext/apidoc.py:375 +#: sphinx/cmd/quickstart.py:545 sphinx/ext/apidoc.py:375 msgid "enable arbitrary extensions" msgstr "habilitar extensiones arbitrarias" -#: sphinx/cmd/quickstart.py:548 +#: sphinx/cmd/quickstart.py:547 msgid "Makefile and Batchfile creation" msgstr "creación del Makefile y Batchfile" -#: sphinx/cmd/quickstart.py:550 +#: sphinx/cmd/quickstart.py:549 msgid "create makefile" msgstr "crear makefile" -#: sphinx/cmd/quickstart.py:552 +#: sphinx/cmd/quickstart.py:551 msgid "do not create makefile" msgstr "no crear makefile" -#: sphinx/cmd/quickstart.py:554 +#: sphinx/cmd/quickstart.py:553 msgid "create batchfile" msgstr "crear batchfile" -#: sphinx/cmd/quickstart.py:557 +#: sphinx/cmd/quickstart.py:556 msgid "do not create batchfile" msgstr "no crear batchfile" -#: sphinx/cmd/quickstart.py:560 +#: sphinx/cmd/quickstart.py:559 msgid "use make-mode for Makefile/make.bat" msgstr "" -#: sphinx/cmd/quickstart.py:563 +#: sphinx/cmd/quickstart.py:562 msgid "do not use make-mode for Makefile/make.bat" msgstr "" -#: sphinx/cmd/quickstart.py:565 +#: sphinx/cmd/quickstart.py:564 msgid "Project templating" msgstr "" -#: sphinx/cmd/quickstart.py:568 +#: sphinx/cmd/quickstart.py:567 msgid "template directory for template files" msgstr "" -#: sphinx/cmd/quickstart.py:571 +#: sphinx/cmd/quickstart.py:570 msgid "define a template variable" msgstr "definir una variable de proyceto" -#: sphinx/cmd/quickstart.py:605 +#: sphinx/cmd/quickstart.py:604 msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." msgstr "" -#: sphinx/cmd/quickstart.py:619 +#: sphinx/cmd/quickstart.py:618 msgid "" "Error: specified path is not a directory, or sphinx files already exist." msgstr "" -#: sphinx/cmd/quickstart.py:621 +#: sphinx/cmd/quickstart.py:620 msgid "" "sphinx-quickstart only generate into a empty directory. Please specify a new" " root path." msgstr "" -#: sphinx/cmd/quickstart.py:636 +#: sphinx/cmd/quickstart.py:635 #, python-format msgid "Invalid template variable: %s" msgstr "Variable de plantilla inválida: %s" @@ -1773,17 +1773,17 @@ msgstr "Autor: " msgid "%s %s" msgstr "%s %s" -#: sphinx/domains/c.py:64 sphinx/domains/cpp.py:6371 +#: sphinx/domains/c.py:64 sphinx/domains/cpp.py:6445 #: sphinx/domains/python.py:210 sphinx/ext/napoleon/docstring.py:696 msgid "Parameters" msgstr "Parámetros" -#: sphinx/domains/c.py:67 sphinx/domains/cpp.py:6380 -#: sphinx/domains/javascript.py:210 sphinx/domains/python.py:222 +#: sphinx/domains/c.py:67 sphinx/domains/cpp.py:6454 +#: sphinx/domains/javascript.py:209 sphinx/domains/python.py:222 msgid "Returns" msgstr "Devuelve" -#: sphinx/domains/c.py:69 sphinx/domains/javascript.py:212 +#: sphinx/domains/c.py:69 sphinx/domains/javascript.py:211 #: sphinx/domains/python.py:224 msgid "Return type" msgstr "Tipo del valor devuelto" @@ -1813,12 +1813,12 @@ msgstr "%s (tipo C)" msgid "%s (C variable)" msgstr "%s (variable C)" -#: sphinx/domains/c.py:258 sphinx/domains/cpp.py:6956 -#: sphinx/domains/javascript.py:298 sphinx/domains/python.py:741 +#: sphinx/domains/c.py:258 sphinx/domains/cpp.py:7029 +#: sphinx/domains/javascript.py:297 sphinx/domains/python.py:742 msgid "function" msgstr "función" -#: sphinx/domains/c.py:259 sphinx/domains/cpp.py:6957 +#: sphinx/domains/c.py:259 sphinx/domains/cpp.py:7030 msgid "member" msgstr "miembro" @@ -1826,7 +1826,7 @@ msgstr "miembro" msgid "macro" msgstr "macro" -#: sphinx/domains/c.py:261 sphinx/domains/cpp.py:6958 +#: sphinx/domains/c.py:261 sphinx/domains/cpp.py:7031 msgid "type" msgstr "tipo" @@ -1849,106 +1849,106 @@ msgstr "Distinto en la versión %s" msgid "Deprecated since version %s" msgstr "Obsoleto desde la versión %s" -#: sphinx/domains/cpp.py:4297 +#: sphinx/domains/cpp.py:4323 #, python-format msgid "" "Duplicate declaration, also defined in '%s'.\n" "Declaration is '%s'." msgstr "Declaración duplicada, también definida en '%s'.\nDeclaración es '%s'." -#: sphinx/domains/cpp.py:6374 +#: sphinx/domains/cpp.py:6448 msgid "Template Parameters" msgstr "Parametros de Plantilla" -#: sphinx/domains/cpp.py:6377 sphinx/domains/javascript.py:207 +#: sphinx/domains/cpp.py:6451 sphinx/domains/javascript.py:206 msgid "Throws" msgstr "Lanzamientos" -#: sphinx/domains/cpp.py:6505 +#: sphinx/domains/cpp.py:6579 #, python-format msgid "%s (C++ %s)" msgstr "" -#: sphinx/domains/cpp.py:6954 sphinx/domains/javascript.py:300 -#: sphinx/domains/python.py:743 +#: sphinx/domains/cpp.py:7027 sphinx/domains/javascript.py:299 +#: sphinx/domains/python.py:744 msgid "class" msgstr "clase" -#: sphinx/domains/cpp.py:6955 +#: sphinx/domains/cpp.py:7028 msgid "union" msgstr "unión" -#: sphinx/domains/cpp.py:6959 +#: sphinx/domains/cpp.py:7032 msgid "concept" msgstr "concepto" -#: sphinx/domains/cpp.py:6960 +#: sphinx/domains/cpp.py:7033 msgid "enum" msgstr "enum" -#: sphinx/domains/cpp.py:6961 +#: sphinx/domains/cpp.py:7034 msgid "enumerator" msgstr "enumeración" -#: sphinx/domains/cpp.py:7054 +#: sphinx/domains/cpp.py:7127 #, python-format msgid "" "Duplicate declaration, also defined in '%s'.\n" "Name of declaration is '%s'." msgstr "Definición duplicada, también definida en '%s'.\nEl nombre de la definición es '%s'." -#: sphinx/domains/javascript.py:131 sphinx/domains/python.py:429 +#: sphinx/domains/javascript.py:130 sphinx/domains/python.py:430 #, python-format msgid "%s() (built-in function)" msgstr "%s() (función incorporada)" -#: sphinx/domains/javascript.py:132 sphinx/domains/python.py:494 +#: sphinx/domains/javascript.py:131 sphinx/domains/python.py:495 #, python-format msgid "%s() (%s method)" msgstr "%s() (método de %s)" -#: sphinx/domains/javascript.py:134 +#: sphinx/domains/javascript.py:133 #, python-format msgid "%s() (class)" msgstr "%s() (clase)" -#: sphinx/domains/javascript.py:136 +#: sphinx/domains/javascript.py:135 #, python-format msgid "%s (global variable or constant)" msgstr "%s (variable global o constante)" -#: sphinx/domains/javascript.py:138 sphinx/domains/python.py:532 +#: sphinx/domains/javascript.py:137 sphinx/domains/python.py:533 #, python-format msgid "%s (%s attribute)" msgstr "%s (atributo de %s)" -#: sphinx/domains/javascript.py:204 +#: sphinx/domains/javascript.py:203 msgid "Arguments" msgstr "Argumentos" -#: sphinx/domains/javascript.py:265 sphinx/domains/python.py:609 +#: sphinx/domains/javascript.py:264 sphinx/domains/python.py:610 #, python-format msgid "%s (module)" msgstr "%s (módulo)" -#: sphinx/domains/javascript.py:299 sphinx/domains/python.py:745 +#: sphinx/domains/javascript.py:298 sphinx/domains/python.py:746 msgid "method" msgstr "método" -#: sphinx/domains/javascript.py:301 sphinx/domains/python.py:742 +#: sphinx/domains/javascript.py:300 sphinx/domains/python.py:743 msgid "data" msgstr "dato" -#: sphinx/domains/javascript.py:302 sphinx/domains/python.py:748 +#: sphinx/domains/javascript.py:301 sphinx/domains/python.py:749 msgid "attribute" msgstr "atributo" -#: sphinx/domains/javascript.py:303 sphinx/domains/python.py:49 -#: sphinx/domains/python.py:749 +#: sphinx/domains/javascript.py:302 sphinx/domains/python.py:49 +#: sphinx/domains/python.py:750 msgid "module" msgstr "módulo" -#: sphinx/domains/math.py:101 sphinx/writers/latex.py:2451 +#: sphinx/domains/math.py:101 sphinx/writers/latex.py:2459 #, python-format msgid "Invalid math_eqref_format: %r" msgstr "" @@ -1970,7 +1970,7 @@ msgstr "operador" msgid "object" msgstr "objeto" -#: sphinx/domains/python.py:53 sphinx/domains/python.py:744 +#: sphinx/domains/python.py:53 sphinx/domains/python.py:745 msgid "exception" msgstr "excepción" @@ -1990,88 +1990,88 @@ msgstr "Variables" msgid "Raises" msgstr "Muestra" -#: sphinx/domains/python.py:430 sphinx/domains/python.py:488 -#: sphinx/domains/python.py:500 sphinx/domains/python.py:513 +#: sphinx/domains/python.py:431 sphinx/domains/python.py:489 +#: sphinx/domains/python.py:501 sphinx/domains/python.py:514 #, python-format msgid "%s() (in module %s)" msgstr "%s() (en el módulo %s)" -#: sphinx/domains/python.py:433 +#: sphinx/domains/python.py:434 #, python-format msgid "%s (built-in variable)" msgstr "%s (variable incorporada)" -#: sphinx/domains/python.py:434 sphinx/domains/python.py:526 +#: sphinx/domains/python.py:435 sphinx/domains/python.py:527 #, python-format msgid "%s (in module %s)" msgstr "%s (en el módulo %s)" -#: sphinx/domains/python.py:454 +#: sphinx/domains/python.py:455 #, python-format msgid "%s (built-in class)" msgstr "%s (clase incorporada)" -#: sphinx/domains/python.py:455 +#: sphinx/domains/python.py:456 #, python-format msgid "%s (class in %s)" msgstr "%s (clase en %s)" -#: sphinx/domains/python.py:492 +#: sphinx/domains/python.py:493 #, python-format msgid "%s() (%s.%s method)" msgstr "%s() (método de %s.%s)" -#: sphinx/domains/python.py:504 +#: sphinx/domains/python.py:505 #, python-format msgid "%s() (%s.%s static method)" msgstr "%s() (método estático de %s.%s)" -#: sphinx/domains/python.py:507 +#: sphinx/domains/python.py:508 #, python-format msgid "%s() (%s static method)" msgstr "%s() (método estático de %s)" -#: sphinx/domains/python.py:517 +#: sphinx/domains/python.py:518 #, python-format msgid "%s() (%s.%s class method)" msgstr "%s() (método de clase de %s.%s)" -#: sphinx/domains/python.py:520 +#: sphinx/domains/python.py:521 #, python-format msgid "%s() (%s class method)" msgstr "%s() (método de clase de %s)" -#: sphinx/domains/python.py:530 +#: sphinx/domains/python.py:531 #, python-format msgid "%s (%s.%s attribute)" msgstr "%s (atributo de %s.%s)" -#: sphinx/domains/python.py:667 +#: sphinx/domains/python.py:668 msgid "Python Module Index" msgstr "Índice de Módulos Python" -#: sphinx/domains/python.py:668 +#: sphinx/domains/python.py:669 msgid "modules" msgstr "módulos" -#: sphinx/domains/python.py:719 +#: sphinx/domains/python.py:720 msgid "Deprecated" msgstr "Obsoleto" -#: sphinx/domains/python.py:746 +#: sphinx/domains/python.py:747 msgid "class method" msgstr "método de la clase" -#: sphinx/domains/python.py:747 +#: sphinx/domains/python.py:748 msgid "static method" msgstr "método estático" -#: sphinx/domains/python.py:879 +#: sphinx/domains/python.py:880 #, python-format msgid "more than one target found for cross-reference %r: %s" msgstr "" -#: sphinx/domains/python.py:917 +#: sphinx/domains/python.py:918 msgid " (deprecated)" msgstr " (obsoleto)" @@ -2147,7 +2147,7 @@ msgstr "Página de Búsqueda" msgid "duplicate citation %s, other instance in %s" msgstr "citación duplicada %s, otra instancia en %s" -#: sphinx/domains/std.py:631 sphinx/ext/autosectionlabel.py:61 +#: sphinx/domains/std.py:631 sphinx/ext/autosectionlabel.py:56 #, python-format msgid "duplicate label %s, other instance in %s" msgstr "etiqueta duplicada %s, otra instancia en %s" @@ -2207,21 +2207,21 @@ msgid "" "another doctree directory." msgstr "" -#: sphinx/environment/__init__.py:408 +#: sphinx/environment/__init__.py:404 #, python-format msgid "Failed to scan documents in %s: %r" msgstr "Error al escanear los documentos en %s: %r" -#: sphinx/environment/__init__.py:536 +#: sphinx/environment/__init__.py:532 #, python-format msgid "Domain %r is not registered" msgstr "Dominio %r no está registrado" -#: sphinx/environment/__init__.py:621 +#: sphinx/environment/__init__.py:617 msgid "self referenced toctree found. Ignored." msgstr "" -#: sphinx/environment/__init__.py:662 +#: sphinx/environment/__init__.py:658 msgid "document isn't included in any toctree" msgstr "" @@ -2241,6 +2241,7 @@ msgid "unknown index entry type %r" msgstr "" #: sphinx/environment/adapters/indexentries.py:156 +#: sphinx/templates/latex/sphinxmessages.sty_t:11 msgid "Symbols" msgstr "Símbolos" @@ -2266,22 +2267,22 @@ msgstr "" msgid "toctree contains reference to nonexisting document %r" msgstr "" -#: sphinx/environment/collectors/asset.py:91 +#: sphinx/environment/collectors/asset.py:90 #, python-format msgid "image file not readable: %s" msgstr "" -#: sphinx/environment/collectors/asset.py:107 +#: sphinx/environment/collectors/asset.py:106 #, python-format msgid "image file %s not readable: %s" msgstr "" -#: sphinx/environment/collectors/asset.py:135 +#: sphinx/environment/collectors/asset.py:134 #, python-format msgid "download file not readable: %s" msgstr "" -#: sphinx/environment/collectors/toctree.py:197 +#: sphinx/environment/collectors/toctree.py:196 #, python-format msgid "%s is already assigned section numbers (nested numbered toctree?)" msgstr "" @@ -2425,38 +2426,38 @@ msgstr "" msgid "module %s could not be imported: %s" msgstr "" -#: sphinx/ext/doctest.py:142 +#: sphinx/ext/doctest.py:132 #, python-format msgid "missing '+' or '-' in '%s' option." msgstr "falta '+' o '-' en la opción '%s'." -#: sphinx/ext/doctest.py:147 +#: sphinx/ext/doctest.py:137 #, python-format msgid "'%s' is not a valid option." msgstr "'%s' no es una opción válida." -#: sphinx/ext/doctest.py:161 +#: sphinx/ext/doctest.py:151 #, python-format msgid "'%s' is not a valid pyversion option" msgstr "'%s' no es una opción pyversion válida" -#: sphinx/ext/doctest.py:230 +#: sphinx/ext/doctest.py:222 msgid "invalid TestCode type" msgstr "tipo de TestCode inválido" -#: sphinx/ext/doctest.py:291 +#: sphinx/ext/doctest.py:283 #, python-format msgid "" "Testing of doctests in the sources finished, look at the results in " "%(outdir)s/output.txt." msgstr "" -#: sphinx/ext/doctest.py:438 +#: sphinx/ext/doctest.py:446 #, python-format msgid "no code/output in %s block at %s:%s" msgstr "" -#: sphinx/ext/doctest.py:527 +#: sphinx/ext/doctest.py:535 #, python-format msgid "ignoring invalid doctest code: %r" msgstr "" @@ -2474,7 +2475,7 @@ msgstr "Archivo externo Graphviz %r no encontrado o la lectura del mismo fallo" msgid "Ignoring \"graphviz\" directive without content." msgstr "Ignorando la directiva \"graphviz\" sin contenido." -#: sphinx/ext/graphviz.py:252 +#: sphinx/ext/graphviz.py:250 #, python-format msgid "" "dot did not produce an output file:\n" @@ -2484,14 +2485,14 @@ msgid "" "%r" msgstr "" -#: sphinx/ext/graphviz.py:256 +#: sphinx/ext/graphviz.py:254 #, python-format msgid "" "dot command %r cannot be run (needed for graphviz output), check the " "graphviz_dot setting" msgstr "comando dot %r no se puede ejecutar (necesarios para la salida de graphviz), Compruebe la configuración de graphviz_dot" -#: sphinx/ext/graphviz.py:263 +#: sphinx/ext/graphviz.py:261 #, python-format msgid "" "dot exited with error:\n" @@ -2501,23 +2502,23 @@ msgid "" "%r" msgstr "" -#: sphinx/ext/graphviz.py:273 +#: sphinx/ext/graphviz.py:271 #, python-format msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" msgstr "el valor del parámetro graphviz_output_format debe ser uno de 'png', 'svg', pero es %r" -#: sphinx/ext/graphviz.py:277 sphinx/ext/graphviz.py:331 -#: sphinx/ext/graphviz.py:369 +#: sphinx/ext/graphviz.py:275 sphinx/ext/graphviz.py:329 +#: sphinx/ext/graphviz.py:367 #, python-format msgid "dot code %r: %s" msgstr "" -#: sphinx/ext/graphviz.py:384 sphinx/ext/graphviz.py:393 +#: sphinx/ext/graphviz.py:382 sphinx/ext/graphviz.py:391 #, python-format msgid "[graph: %s]" msgstr "[gráfica: %s]" -#: sphinx/ext/graphviz.py:386 sphinx/ext/graphviz.py:395 +#: sphinx/ext/graphviz.py:384 sphinx/ext/graphviz.py:393 msgid "[graph]" msgstr "[gráfica]" @@ -2536,31 +2537,31 @@ msgid "" "%r" msgstr "" -#: sphinx/ext/imgmath.py:140 +#: sphinx/ext/imgmath.py:139 #, python-format msgid "" "LaTeX command %r cannot be run (needed for math display), check the " "imgmath_latex setting" msgstr "" -#: sphinx/ext/imgmath.py:155 +#: sphinx/ext/imgmath.py:154 #, python-format msgid "" "%s command %r cannot be run (needed for math display), check the imgmath_%s " "setting" msgstr "" -#: sphinx/ext/imgmath.py:290 +#: sphinx/ext/imgmath.py:289 #, python-format msgid "display latex %r: %s" msgstr "" -#: sphinx/ext/imgmath.py:317 +#: sphinx/ext/imgmath.py:316 #, python-format msgid "inline latex %r: %s" msgstr "" -#: sphinx/ext/imgmath.py:324 sphinx/ext/mathjax.py:54 +#: sphinx/ext/imgmath.py:323 sphinx/ext/mathjax.py:54 msgid "Permalink to this equation" msgstr "Enlace permanente a esta ecuación" @@ -2580,26 +2581,26 @@ msgid "" "alternatives:" msgstr "" -#: sphinx/ext/intersphinx.py:237 +#: sphinx/ext/intersphinx.py:238 msgid "failed to reach any of the inventories with the following issues:" msgstr "" -#: sphinx/ext/intersphinx.py:312 +#: sphinx/ext/intersphinx.py:311 #, python-format msgid "(in %s v%s)" msgstr "(en %s versión %s)" -#: sphinx/ext/intersphinx.py:314 +#: sphinx/ext/intersphinx.py:313 #, python-format msgid "(in %s)" msgstr "(en %s)" -#: sphinx/ext/intersphinx.py:348 +#: sphinx/ext/intersphinx.py:347 #, python-format msgid "intersphinx identifier %r is not string. Ignored" msgstr "" -#: sphinx/ext/intersphinx.py:361 +#: sphinx/ext/intersphinx.py:360 #, python-format msgid "Fail to read intersphinx_mapping[%s], Ignored: %r" msgstr "" @@ -2655,29 +2656,29 @@ msgstr "Resumen: código de modulo" msgid "

All modules for which code is available

" msgstr "

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

" -#: sphinx/ext/autodoc/__init__.py:302 +#: sphinx/ext/autodoc/__init__.py:300 #, python-format msgid "invalid signature for auto%s (%r)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:402 +#: sphinx/ext/autodoc/__init__.py:400 #, python-format msgid "error while formatting arguments for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:514 +#: sphinx/ext/autodoc/__init__.py:512 #, python-format msgid "missing attribute %s in object %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:602 +#: sphinx/ext/autodoc/__init__.py:600 #, python-format msgid "" "autodoc: failed to determine %r to be documented.the following exception was raised:\n" "%s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:694 +#: sphinx/ext/autodoc/__init__.py:692 #, python-format msgid "" "don't know which module to import for autodocumenting %r (try placing a " @@ -2685,39 +2686,39 @@ msgid "" "explicit module name)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:788 +#: sphinx/ext/autodoc/__init__.py:786 msgid "\"::\" in automodule name doesn't make sense" msgstr "" -#: sphinx/ext/autodoc/__init__.py:796 +#: sphinx/ext/autodoc/__init__.py:794 #, python-format msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:829 +#: sphinx/ext/autodoc/__init__.py:827 #, python-format msgid "" "__all__ should be a list of strings, not %r (in module %s) -- ignoring " "__all__" msgstr "" -#: sphinx/ext/autodoc/__init__.py:844 +#: sphinx/ext/autodoc/__init__.py:842 #, python-format msgid "" "missing attribute mentioned in :members: or __all__: module %s, attribute %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1128 +#: sphinx/ext/autodoc/__init__.py:1126 #, python-format msgid "Bases: %s" msgstr "Bases: %s" -#: sphinx/ext/autodoc/__init__.py:1185 +#: sphinx/ext/autodoc/__init__.py:1183 #, python-format msgid "alias of :class:`%s`" msgstr "alias de :class:`%s`" -#: sphinx/ext/autodoc/__init__.py:1470 +#: sphinx/ext/autodoc/__init__.py:1468 #, python-format msgid "Ignoring invalid option in autodoc_default_flags: %r" msgstr "" @@ -2753,17 +2754,17 @@ msgid "" "contain .rst. Skipped." msgstr "" -#: sphinx/ext/autosummary/generate.py:102 +#: sphinx/ext/autosummary/generate.py:100 #, python-format msgid "[autosummary] generating autosummary for: %s" msgstr "" -#: sphinx/ext/autosummary/generate.py:106 +#: sphinx/ext/autosummary/generate.py:104 #, python-format msgid "[autosummary] writing to %s" msgstr "" -#: sphinx/ext/autosummary/generate.py:366 +#: sphinx/ext/autosummary/generate.py:364 msgid "" "\n" "Generate ReStructuredText using autosummary directives.\n" @@ -2778,25 +2779,25 @@ msgid "" " pydoc sphinx.ext.autosummary\n" msgstr "" -#: sphinx/ext/autosummary/generate.py:383 +#: sphinx/ext/autosummary/generate.py:381 msgid "source files to generate rST files for" msgstr "" -#: sphinx/ext/autosummary/generate.py:387 +#: sphinx/ext/autosummary/generate.py:385 msgid "directory to place all output in" msgstr "" -#: sphinx/ext/autosummary/generate.py:390 +#: sphinx/ext/autosummary/generate.py:388 #, python-format msgid "default suffix for files (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:394 +#: sphinx/ext/autosummary/generate.py:392 #, python-format msgid "custom template directory (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:398 +#: sphinx/ext/autosummary/generate.py:396 #, python-format msgid "document imported members (default: %(default)s)" msgstr "" @@ -2874,6 +2875,7 @@ msgid "Warning" msgstr "Advertencia" #: sphinx/templates/latex/longtable.tex_t:23 +#: sphinx/templates/latex/sphinxmessages.sty_t:8 msgid "continued from previous page" msgstr "proviene de la página anterior" @@ -2881,13 +2883,29 @@ msgstr "proviene de la página anterior" msgid "Continued on next page" msgstr "Continúa en la página siguiente" +#: sphinx/templates/latex/sphinxmessages.sty_t:9 +msgid "continues on next page" +msgstr "continué en la próxima página" + +#: sphinx/templates/latex/sphinxmessages.sty_t:10 +msgid "Non-alphabetical" +msgstr "No alfabético" + +#: sphinx/templates/latex/sphinxmessages.sty_t:12 +msgid "Numbers" +msgstr "Números" + +#: sphinx/templates/latex/sphinxmessages.sty_t:13 +msgid "page" +msgstr "página" + #: sphinx/themes/agogo/layout.html:46 sphinx/themes/basic/globaltoc.html:10 #: sphinx/themes/basic/localtoc.html:11 sphinx/themes/scrolls/layout.html:41 msgid "Table of Contents" msgstr "Tabla de contenido" #: sphinx/themes/agogo/layout.html:51 sphinx/themes/basic/layout.html:153 -#: sphinx/themes/basic/search.html:11 sphinx/themes/basic/search.html:26 +#: sphinx/themes/basic/search.html:11 sphinx/themes/basic/search.html:21 #: sphinx/themes/basic/searchresults.html:10 msgid "Search" msgstr "Búsqueda" @@ -3024,13 +3042,13 @@ msgstr "Próximo tema" msgid "next chapter" msgstr "próximo capítulo" -#: sphinx/themes/basic/search.html:30 +#: sphinx/themes/basic/search.html:25 msgid "" "Please activate JavaScript to enable the search\n" " functionality." msgstr "Por favor, active JavaScript para habilitar la funcionalidad\n de búsqueda." -#: sphinx/themes/basic/search.html:35 +#: sphinx/themes/basic/search.html:30 msgid "" "From here you can search these documents. Enter your search\n" " words into the box below and click \"search\". Note that the search\n" @@ -3038,20 +3056,20 @@ msgid "" " containing fewer words won't appear in the result list." msgstr "Este es el diálogo de búsqueda. Introduce los términos en el\n diálogo siguiente y pulsa \"buscar\". Note que el asistente buscará \n automáticamente todas las palabras. Las páginas que contengan \n menos palabras no aparecerán en la lista de resultados." -#: sphinx/themes/basic/search.html:42 +#: sphinx/themes/basic/search.html:37 #: sphinx/themes/basic/searchresults.html:17 msgid "search" msgstr "buscar" -#: sphinx/themes/basic/search.html:46 +#: sphinx/themes/basic/search.html:41 #: sphinx/themes/basic/searchresults.html:21 -#: sphinx/themes/basic/static/searchtools.js:295 +#: sphinx/themes/basic/static/searchtools.js:285 msgid "Search Results" msgstr "Resultados de la búsqueda" -#: sphinx/themes/basic/search.html:48 +#: sphinx/themes/basic/search.html:43 #: sphinx/themes/basic/searchresults.html:23 -#: sphinx/themes/basic/static/searchtools.js:297 +#: sphinx/themes/basic/static/searchtools.js:287 msgid "" "Your search did not match any documents. Please make sure that all words are" " spelled correctly and that you've selected enough categories." @@ -3109,20 +3127,20 @@ msgstr "Enlazar permanentemente con esta definición" msgid "Hide Search Matches" msgstr "Ocultar coincidencias de la búsqueda" -#: sphinx/themes/basic/static/searchtools.js:131 +#: sphinx/themes/basic/static/searchtools.js:121 msgid "Searching" msgstr "Buscando" -#: sphinx/themes/basic/static/searchtools.js:136 +#: sphinx/themes/basic/static/searchtools.js:126 msgid "Preparing search..." msgstr "Preparando búsqueda..." -#: sphinx/themes/basic/static/searchtools.js:299 +#: sphinx/themes/basic/static/searchtools.js:289 #, 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:352 +#: sphinx/themes/basic/static/searchtools.js:342 msgid ", in " msgstr ", en " @@ -3139,18 +3157,18 @@ msgstr "Contraer barra lateral" msgid "Contents" msgstr "Contenidos" -#: sphinx/transforms/__init__.py:259 +#: sphinx/transforms/__init__.py:261 #, python-format msgid "" "4 column based index found. It might be a bug of extensions you use: %r" msgstr "" -#: sphinx/transforms/__init__.py:301 +#: sphinx/transforms/__init__.py:303 #, python-format msgid "Footnote [%s] is not referenced." msgstr "Pie de página [%s] no está referenciado." -#: sphinx/transforms/__init__.py:307 +#: sphinx/transforms/__init__.py:309 msgid "Footnote [#] is not referenced." msgstr "Pie de página [#] no está referenciado." @@ -3221,7 +3239,7 @@ msgstr "" msgid "failed" msgstr "" -#: sphinx/util/docutils.py:321 +#: sphinx/util/docutils.py:320 msgid "when adding directive classes, no additional arguments may be given" msgstr "al agregar clases de directiva, no pueden administrarse argumentos adicionales" @@ -3282,15 +3300,15 @@ msgstr "Enlace permanente a esta tabla" msgid "Permalink to this code" msgstr "Enlace permanente a este código fuente" -#: sphinx/writers/html.py:514 sphinx/writers/html5.py:460 +#: sphinx/writers/html.py:512 sphinx/writers/html5.py:458 msgid "Permalink to this image" msgstr "Enlace permanente a esta imagen" -#: sphinx/writers/html.py:516 sphinx/writers/html5.py:462 +#: sphinx/writers/html.py:514 sphinx/writers/html5.py:460 msgid "Permalink to this toctree" msgstr "Enlace permanente a la tabla de contenidos" -#: sphinx/writers/html.py:674 sphinx/writers/html5.py:608 +#: sphinx/writers/html.py:672 sphinx/writers/html5.py:606 msgid "Could not obtain image size. :scale: option is ignored." msgstr "" @@ -3327,12 +3345,12 @@ msgstr "" msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: sphinx/writers/latex.py:1843 +#: sphinx/writers/latex.py:1847 #, python-format msgid "unknown index entry type %s found" msgstr "" -#: sphinx/writers/latex.py:2552 +#: sphinx/writers/latex.py:2560 #, python-format msgid "Unknown configure key: latex_elements[%r] is ignored." msgstr "Clave de configuración desconocida: latex_elements[%r] se ignoran." @@ -3350,12 +3368,12 @@ msgstr "[imagen]" msgid "caption not inside a figure." msgstr "" -#: sphinx/writers/texinfo.py:1421 +#: sphinx/writers/texinfo.py:1422 #, python-format msgid "unimplemented node type: %r" msgstr "tipo de nodo no implementado: %r" -#: sphinx/writers/texinfo.py:1426 +#: sphinx/writers/texinfo.py:1427 #, python-format msgid "unknown node type: %r" msgstr "tipo de nodo desconocido: %r" diff --git a/sphinx/locale/et/LC_MESSAGES/sphinx.mo b/sphinx/locale/et/LC_MESSAGES/sphinx.mo index b84d6219bc..c748f12bd4 100644 Binary files a/sphinx/locale/et/LC_MESSAGES/sphinx.mo and b/sphinx/locale/et/LC_MESSAGES/sphinx.mo differ diff --git a/sphinx/locale/et/LC_MESSAGES/sphinx.po b/sphinx/locale/et/LC_MESSAGES/sphinx.po index 0d73a44a71..2237960ae3 100644 --- a/sphinx/locale/et/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/et/LC_MESSAGES/sphinx.po @@ -11,9 +11,9 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2019-02-18 01:52+0900\n" -"PO-Revision-Date: 2019-03-14 16:36+0000\n" -"Last-Translator: Takeshi KOMIYA \n" +"POT-Creation-Date: 2019-03-29 01:05+0900\n" +"PO-Revision-Date: 2019-03-28 16:09+0000\n" +"Last-Translator: Ivar Smolin \n" "Language-Team: Estonian (http://www.transifex.com/sphinx-doc/sphinx-1/language/et/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -125,7 +125,7 @@ msgstr "" msgid "role %r is already registered, it will be overridden" msgstr "" -#: sphinx/application.py:1182 +#: sphinx/application.py:1179 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -133,7 +133,7 @@ msgid "" "explicit" msgstr "" -#: sphinx/application.py:1188 +#: sphinx/application.py:1185 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -141,7 +141,7 @@ msgid "" "explicit" msgstr "" -#: sphinx/application.py:1199 +#: sphinx/application.py:1196 #, python-format msgid "doing serial %s" msgstr "" @@ -590,44 +590,44 @@ msgstr "" msgid "preparing documents" msgstr "" -#: sphinx/builders/_epub_base.py:219 +#: sphinx/builders/_epub_base.py:218 #, python-format msgid "duplicated ToC entry found: %s" msgstr "" -#: sphinx/builders/_epub_base.py:415 sphinx/builders/html.py:761 -#: sphinx/builders/latex/__init__.py:413 sphinx/builders/texinfo.py:190 +#: sphinx/builders/_epub_base.py:414 sphinx/builders/html.py:761 +#: sphinx/builders/latex/__init__.py:415 sphinx/builders/texinfo.py:190 msgid "copying images... " msgstr "kujutiste kopeerimine... " -#: sphinx/builders/_epub_base.py:422 +#: sphinx/builders/_epub_base.py:421 #, python-format msgid "cannot read image file %r: copying it instead" msgstr "" -#: sphinx/builders/_epub_base.py:428 sphinx/builders/html.py:769 -#: sphinx/builders/latex/__init__.py:421 sphinx/builders/texinfo.py:198 +#: sphinx/builders/_epub_base.py:427 sphinx/builders/html.py:769 +#: sphinx/builders/latex/__init__.py:423 sphinx/builders/texinfo.py:199 #, python-format msgid "cannot copy image file %r: %s" msgstr "" -#: sphinx/builders/_epub_base.py:445 +#: sphinx/builders/_epub_base.py:444 #, python-format msgid "cannot write image file %r: %s" msgstr "" -#: sphinx/builders/_epub_base.py:456 +#: sphinx/builders/_epub_base.py:455 msgid "Pillow not found - copying image files" msgstr "" -#: sphinx/builders/_epub_base.py:491 sphinx/builders/_epub_base.py:504 -#: sphinx/builders/_epub_base.py:540 sphinx/builders/_epub_base.py:725 -#: sphinx/builders/_epub_base.py:758 sphinx/builders/epub3.py:184 +#: sphinx/builders/_epub_base.py:490 sphinx/builders/_epub_base.py:503 +#: sphinx/builders/_epub_base.py:539 sphinx/builders/_epub_base.py:724 +#: sphinx/builders/_epub_base.py:757 sphinx/builders/epub3.py:183 #, python-format msgid "writing %s file..." msgstr "" -#: sphinx/builders/_epub_base.py:566 +#: sphinx/builders/_epub_base.py:565 #, python-format msgid "unknown mimetype for %s, ignoring" msgstr "" @@ -646,19 +646,19 @@ msgstr "versioonis %s pole muutusi." msgid "writing summary file..." msgstr "" -#: sphinx/builders/changes.py:87 +#: sphinx/builders/changes.py:86 msgid "Builtins" msgstr "Sisseehitatud" -#: sphinx/builders/changes.py:89 +#: sphinx/builders/changes.py:88 msgid "Module level" msgstr "Mooduli tase" -#: sphinx/builders/changes.py:134 +#: sphinx/builders/changes.py:133 msgid "copying source files..." msgstr "lähtefailide kopeerimine..." -#: sphinx/builders/changes.py:141 +#: sphinx/builders/changes.py:140 #, python-format msgid "could not read %r for changelog creation" msgstr "" @@ -667,76 +667,76 @@ msgstr "" msgid "The dummy builder generates no files." msgstr "" -#: sphinx/builders/epub3.py:69 +#: sphinx/builders/epub3.py:68 #, python-format msgid "The ePub file is in %(outdir)s." msgstr "" -#: sphinx/builders/epub3.py:212 +#: sphinx/builders/epub3.py:211 msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:216 +#: sphinx/builders/epub3.py:215 msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:219 +#: sphinx/builders/epub3.py:218 msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:223 +#: sphinx/builders/epub3.py:222 msgid "conf value \"epub_author\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:226 +#: sphinx/builders/epub3.py:225 msgid "conf value \"epub_contributor\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:229 +#: sphinx/builders/epub3.py:228 msgid "conf value \"epub_description\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:232 +#: sphinx/builders/epub3.py:231 msgid "conf value \"epub_publisher\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:235 +#: sphinx/builders/epub3.py:234 msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:239 +#: sphinx/builders/epub3.py:238 msgid "conf value \"epub_identifier\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:242 +#: sphinx/builders/epub3.py:241 msgid "conf value \"version\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:257 sphinx/builders/html.py:1166 +#: sphinx/builders/epub3.py:256 sphinx/builders/html.py:1166 #, python-format msgid "invalid css_file: %r, ignored" msgstr "" -#: sphinx/builders/gettext.py:215 +#: sphinx/builders/gettext.py:221 #, python-format msgid "The message catalogs are in %(outdir)s." msgstr "Sõnumikataloogid asuvad kataloogis %(outdir)s." -#: sphinx/builders/gettext.py:239 +#: sphinx/builders/gettext.py:245 #, python-format msgid "building [%s]: " msgstr "ehitamine [%s]: " -#: sphinx/builders/gettext.py:240 +#: sphinx/builders/gettext.py:246 #, python-format msgid "targets for %d template files" msgstr "" -#: sphinx/builders/gettext.py:244 +#: sphinx/builders/gettext.py:250 msgid "reading templates... " msgstr "mallide lugemine... " -#: sphinx/builders/gettext.py:271 +#: sphinx/builders/gettext.py:277 msgid "writing message catalogs... " msgstr "sõnumikataloogide kirjutamine... " @@ -755,7 +755,7 @@ msgstr "HTML-lehed asuvad kataloogis %(outdir)s." msgid "Failed to read build info file: %r" msgstr "" -#: sphinx/builders/html.py:488 sphinx/builders/latex/__init__.py:204 +#: sphinx/builders/html.py:488 sphinx/builders/latex/__init__.py:206 #: sphinx/transforms/__init__.py:121 sphinx/writers/manpage.py:118 #: sphinx/writers/texinfo.py:243 #, python-format @@ -808,7 +808,7 @@ msgstr "staatiliste failide kopeerimine... " msgid "html_static_path entry %r does not exist" msgstr "" -#: sphinx/builders/html.py:839 sphinx/builders/latex/__init__.py:398 +#: sphinx/builders/html.py:839 sphinx/builders/latex/__init__.py:400 #, python-format msgid "logo file %r does not exist" msgstr "logofaili %r pole olemas" @@ -925,7 +925,7 @@ msgstr "Juhendi lehed asuvad kataloogis %(outdir)s." msgid "no \"man_pages\" config value found; no manual pages will be written" msgstr "seadistusparameetrit \"man_pages\" ei leitud, juhendi lehti ei kirjutata" -#: sphinx/builders/latex/__init__.py:270 sphinx/builders/manpage.py:64 +#: sphinx/builders/latex/__init__.py:272 sphinx/builders/manpage.py:64 #: sphinx/builders/singlehtml.py:174 sphinx/builders/texinfo.py:120 msgid "writing" msgstr "" @@ -969,24 +969,24 @@ msgstr "seadistusparameetrit \"texinfo_documents\" ei leitud, dokumente ei kirju msgid "\"texinfo_documents\" config value references unknown document %s" msgstr "" -#: sphinx/builders/latex/__init__.py:253 sphinx/builders/texinfo.py:116 +#: sphinx/builders/latex/__init__.py:255 sphinx/builders/texinfo.py:116 #, python-format msgid "processing %s" msgstr "" -#: sphinx/builders/latex/__init__.py:322 sphinx/builders/texinfo.py:163 +#: sphinx/builders/latex/__init__.py:323 sphinx/builders/texinfo.py:164 msgid "resolving references..." msgstr "viidete lahendamine..." -#: sphinx/builders/latex/__init__.py:332 sphinx/builders/texinfo.py:172 +#: sphinx/builders/latex/__init__.py:333 sphinx/builders/texinfo.py:173 msgid " (in " msgstr " (pealkirjas " -#: sphinx/builders/texinfo.py:204 +#: sphinx/builders/texinfo.py:205 msgid "copying Texinfo support files" msgstr "" -#: sphinx/builders/texinfo.py:208 +#: sphinx/builders/texinfo.py:209 #, python-format msgid "error writing file Makefile: %s" msgstr "" @@ -1006,28 +1006,28 @@ msgstr "XML-failid asuvad kataloogis %(outdir)s." msgid "The pseudo-XML files are in %(outdir)s." msgstr "PseudoXML-failid asuvad kataloogis %(outdir)s." -#: sphinx/builders/latex/__init__.py:121 +#: sphinx/builders/latex/__init__.py:123 #, python-format msgid "The LaTeX files are in %(outdir)s." msgstr "LaTeX-failid asuvad kataloogis %(outdir)s." -#: sphinx/builders/latex/__init__.py:123 +#: sphinx/builders/latex/__init__.py:125 msgid "" "\n" "Run 'make' in that directory to run these through (pdf)latex\n" "(use `make latexpdf' here to do that automatically)." msgstr "\nNende jooksutamiseks läbi (pdf)latex programmi käivita selles kataloogis\n'make' (selle automaatseks tegemiseks kasuta `make latexpdf')." -#: sphinx/builders/latex/__init__.py:163 +#: sphinx/builders/latex/__init__.py:165 msgid "no \"latex_documents\" config value found; no documents will be written" msgstr "seadistusparameetrit \"latex_documents\" ei leitud, dokumente ei kirjutata" -#: sphinx/builders/latex/__init__.py:171 +#: sphinx/builders/latex/__init__.py:173 #, python-format msgid "\"latex_documents\" config value references unknown document %s" msgstr "seadistusparameeter \"latex_documents\" viitab tundmatule dokumendile %s" -#: sphinx/builders/latex/__init__.py:211 sphinx/domains/std.py:501 +#: sphinx/builders/latex/__init__.py:213 sphinx/domains/std.py:501 #: sphinx/templates/latex/latex.tex_t:79 #: sphinx/themes/basic/genindex-single.html:30 #: sphinx/themes/basic/genindex-single.html:55 @@ -1039,28 +1039,28 @@ msgstr "seadistusparameeter \"latex_documents\" viitab tundmatule dokumendile %s msgid "Index" msgstr "Indeks" -#: sphinx/builders/latex/__init__.py:214 sphinx/templates/latex/latex.tex_t:64 +#: sphinx/builders/latex/__init__.py:216 sphinx/templates/latex/latex.tex_t:64 msgid "Release" msgstr "Redaktsioon" -#: sphinx/builders/latex/__init__.py:222 sphinx/writers/latex.py:549 +#: sphinx/builders/latex/__init__.py:224 sphinx/writers/latex.py:549 #, python-format msgid "no Babel option known for language %r" msgstr "" -#: sphinx/builders/latex/__init__.py:361 +#: sphinx/builders/latex/__init__.py:363 msgid "copying TeX support files" msgstr "" -#: sphinx/builders/latex/__init__.py:382 +#: sphinx/builders/latex/__init__.py:384 msgid "copying TeX support files..." msgstr "TeX-i tugifailide kopeerimine..." -#: sphinx/builders/latex/__init__.py:402 +#: sphinx/builders/latex/__init__.py:404 msgid "copying additional files" msgstr "" -#: sphinx/builders/latex/__init__.py:445 +#: sphinx/builders/latex/__init__.py:447 #, python-format msgid "Unknown configure key: latex_elements[%r]. ignored." msgstr "" @@ -1123,8 +1123,8 @@ msgstr "Vearaportit on võimalik esitada jälguris aadressil ." msgstr "Lisateabe jaoks külasta ." @@ -1501,13 +1501,13 @@ msgstr "" msgid "Indicate which of the following Sphinx extensions should be enabled:" msgstr "" -#: sphinx/cmd/quickstart.py:354 +#: sphinx/cmd/quickstart.py:353 msgid "" "Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " "been deselected." msgstr "Märkus: imgmath ja mathjax ei saa korraga lubatud olla. imgmath eemaldati valikust." -#: sphinx/cmd/quickstart.py:359 +#: sphinx/cmd/quickstart.py:358 msgid "" "\n" "A Makefile and a Windows command file can be generated for you so that you\n" @@ -1515,29 +1515,29 @@ msgid "" "directly." msgstr "\nSulle on võimalik genereerida Makefile ja Windowsi käsufail. Nii saad sa\nsphinx-build täieliku käsu asemel käivitada lihtsalt näiteks `make html'." -#: sphinx/cmd/quickstart.py:363 +#: sphinx/cmd/quickstart.py:362 msgid "Create Makefile? (y/n)" msgstr "Kas luua Makefile? (y/n)" -#: sphinx/cmd/quickstart.py:366 +#: sphinx/cmd/quickstart.py:365 msgid "Create Windows command file? (y/n)" msgstr "Kas luua Windowsi käsufail? (y/n)" -#: sphinx/cmd/quickstart.py:409 sphinx/ext/apidoc.py:74 +#: sphinx/cmd/quickstart.py:408 sphinx/ext/apidoc.py:74 #, python-format msgid "Creating file %s." msgstr "Faili %s loomine." -#: sphinx/cmd/quickstart.py:414 sphinx/ext/apidoc.py:72 +#: sphinx/cmd/quickstart.py:413 sphinx/ext/apidoc.py:72 #, python-format msgid "File %s already exists, skipping." msgstr "Fail %s on juba olemas ja jäetakse vahele." -#: sphinx/cmd/quickstart.py:450 +#: sphinx/cmd/quickstart.py:449 msgid "Finished: An initial directory structure has been created." msgstr "Lõpetamine: Algne kataloogistruktuur on loodud." -#: sphinx/cmd/quickstart.py:451 +#: sphinx/cmd/quickstart.py:450 #, python-format msgid "" "\n" @@ -1545,26 +1545,26 @@ msgid "" "source files. " msgstr "\nSa peaks nüüd asustama oma põhidokumendi %s ja looma ülejäänud\ndokumentatsiooni lähtefailid. " -#: sphinx/cmd/quickstart.py:453 +#: sphinx/cmd/quickstart.py:452 msgid "" "Use the Makefile to build the docs, like so:\n" " make builder\n" msgstr "Kasuta Makefile'i dokumentide ehitamiseks, näiteks:\n make ehitaja\n" -#: sphinx/cmd/quickstart.py:456 +#: sphinx/cmd/quickstart.py:455 #, python-format msgid "" "Use the sphinx-build command to build the docs, like so:\n" " sphinx-build -b builder %s %s\n" msgstr "" -#: sphinx/cmd/quickstart.py:459 +#: sphinx/cmd/quickstart.py:458 msgid "" "where \"builder\" is one of the supported builders, e.g. html, latex or " "linkcheck.\n" msgstr "kus \"ehitaja\" on mõni toetatud ehitaja, näiteks html, latex või linkcheck.\n" -#: sphinx/cmd/quickstart.py:499 +#: sphinx/cmd/quickstart.py:498 msgid "" "\n" "Generate required files for a Sphinx project.\n" @@ -1574,131 +1574,131 @@ msgid "" "Makefile to be used with sphinx-build.\n" msgstr "\nSphinx-projekti jaoks vajalike failide genereerimine.\n\nsphinx-quickstart on interaktiivne tööriist, mis küsib mõned küsimused Sinu\nprojekti kohta ja seepeale genereerib täieliku dokumentatsioonikataloogi ning\nnäidis-Makefile kasutamiseks koos sphinx-buildiga.\n" -#: sphinx/cmd/quickstart.py:509 +#: sphinx/cmd/quickstart.py:508 msgid "quiet mode" msgstr "vaikne režiim" -#: sphinx/cmd/quickstart.py:514 +#: sphinx/cmd/quickstart.py:513 msgid "output path" msgstr "väljundi rada" -#: sphinx/cmd/quickstart.py:516 +#: sphinx/cmd/quickstart.py:515 msgid "Structure options" msgstr "Struktuuri suvandid" -#: sphinx/cmd/quickstart.py:518 +#: sphinx/cmd/quickstart.py:517 msgid "if specified, separate source and build dirs" msgstr "kasutamise korral eraldatakse lähtefailide ja ehitamise kataloogid" -#: sphinx/cmd/quickstart.py:520 +#: sphinx/cmd/quickstart.py:519 msgid "replacement for dot in _templates etc." msgstr "" -#: sphinx/cmd/quickstart.py:522 +#: sphinx/cmd/quickstart.py:521 msgid "Project basic options" msgstr "Projekti põhisuvandid" -#: sphinx/cmd/quickstart.py:524 +#: sphinx/cmd/quickstart.py:523 msgid "project name" msgstr "projekti nimi" -#: sphinx/cmd/quickstart.py:526 +#: sphinx/cmd/quickstart.py:525 msgid "author names" msgstr "autorite nimed" -#: sphinx/cmd/quickstart.py:528 +#: sphinx/cmd/quickstart.py:527 msgid "version of project" msgstr "projekti versioon" -#: sphinx/cmd/quickstart.py:530 +#: sphinx/cmd/quickstart.py:529 msgid "release of project" msgstr "projekti väljalase" -#: sphinx/cmd/quickstart.py:532 +#: sphinx/cmd/quickstart.py:531 msgid "document language" msgstr "dokumendi keel" -#: sphinx/cmd/quickstart.py:534 +#: sphinx/cmd/quickstart.py:533 msgid "source file suffix" msgstr "lähtefaili järelliide" -#: sphinx/cmd/quickstart.py:536 +#: sphinx/cmd/quickstart.py:535 msgid "master document name" msgstr "põhidokumendi nimi" -#: sphinx/cmd/quickstart.py:538 +#: sphinx/cmd/quickstart.py:537 msgid "use epub" msgstr "" -#: sphinx/cmd/quickstart.py:540 +#: sphinx/cmd/quickstart.py:539 msgid "Extension options" msgstr "Laienduste suvandid" -#: sphinx/cmd/quickstart.py:544 sphinx/ext/apidoc.py:379 +#: sphinx/cmd/quickstart.py:543 sphinx/ext/apidoc.py:379 #, python-format msgid "enable %s extension" msgstr "laienduse %s lubamine" -#: sphinx/cmd/quickstart.py:546 sphinx/ext/apidoc.py:375 +#: sphinx/cmd/quickstart.py:545 sphinx/ext/apidoc.py:375 msgid "enable arbitrary extensions" msgstr "suvaliste laienduste määramine" -#: sphinx/cmd/quickstart.py:548 +#: sphinx/cmd/quickstart.py:547 msgid "Makefile and Batchfile creation" msgstr "Makefile ja Batchfile loomine" -#: sphinx/cmd/quickstart.py:550 +#: sphinx/cmd/quickstart.py:549 msgid "create makefile" msgstr "makefile loomine" -#: sphinx/cmd/quickstart.py:552 +#: sphinx/cmd/quickstart.py:551 msgid "do not create makefile" msgstr "makefile loomata jätmine" -#: sphinx/cmd/quickstart.py:554 +#: sphinx/cmd/quickstart.py:553 msgid "create batchfile" msgstr "batchfile loomine" -#: sphinx/cmd/quickstart.py:557 +#: sphinx/cmd/quickstart.py:556 msgid "do not create batchfile" msgstr "batchfile loomata jätmine" -#: sphinx/cmd/quickstart.py:560 +#: sphinx/cmd/quickstart.py:559 msgid "use make-mode for Makefile/make.bat" msgstr "" -#: sphinx/cmd/quickstart.py:563 +#: sphinx/cmd/quickstart.py:562 msgid "do not use make-mode for Makefile/make.bat" msgstr "" -#: sphinx/cmd/quickstart.py:565 +#: sphinx/cmd/quickstart.py:564 msgid "Project templating" msgstr "Projekti loomine mallist" -#: sphinx/cmd/quickstart.py:568 +#: sphinx/cmd/quickstart.py:567 msgid "template directory for template files" msgstr "mallifailide kataloog" -#: sphinx/cmd/quickstart.py:571 +#: sphinx/cmd/quickstart.py:570 msgid "define a template variable" msgstr "malli muutuja kirjeldamine" -#: sphinx/cmd/quickstart.py:605 +#: sphinx/cmd/quickstart.py:604 msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." msgstr "" -#: sphinx/cmd/quickstart.py:619 +#: sphinx/cmd/quickstart.py:618 msgid "" "Error: specified path is not a directory, or sphinx files already exist." msgstr "" -#: sphinx/cmd/quickstart.py:621 +#: sphinx/cmd/quickstart.py:620 msgid "" "sphinx-quickstart only generate into a empty directory. Please specify a new" " root path." msgstr "" -#: sphinx/cmd/quickstart.py:636 +#: sphinx/cmd/quickstart.py:635 #, python-format msgid "Invalid template variable: %s" msgstr "" @@ -1770,17 +1770,17 @@ msgstr "Autor: " msgid "%s %s" msgstr "%s %s" -#: sphinx/domains/c.py:64 sphinx/domains/cpp.py:6371 +#: sphinx/domains/c.py:64 sphinx/domains/cpp.py:6445 #: sphinx/domains/python.py:210 sphinx/ext/napoleon/docstring.py:696 msgid "Parameters" msgstr "Parameetrid" -#: sphinx/domains/c.py:67 sphinx/domains/cpp.py:6380 -#: sphinx/domains/javascript.py:210 sphinx/domains/python.py:222 +#: sphinx/domains/c.py:67 sphinx/domains/cpp.py:6454 +#: sphinx/domains/javascript.py:209 sphinx/domains/python.py:222 msgid "Returns" msgstr "Tagastab" -#: sphinx/domains/c.py:69 sphinx/domains/javascript.py:212 +#: sphinx/domains/c.py:69 sphinx/domains/javascript.py:211 #: sphinx/domains/python.py:224 msgid "Return type" msgstr "Tagastustüüp" @@ -1810,12 +1810,12 @@ msgstr "%s (C tüüp)" msgid "%s (C variable)" msgstr "%s (C muutuja)" -#: sphinx/domains/c.py:258 sphinx/domains/cpp.py:6956 -#: sphinx/domains/javascript.py:298 sphinx/domains/python.py:741 +#: sphinx/domains/c.py:258 sphinx/domains/cpp.py:7029 +#: sphinx/domains/javascript.py:297 sphinx/domains/python.py:742 msgid "function" msgstr "funktsioon" -#: sphinx/domains/c.py:259 sphinx/domains/cpp.py:6957 +#: sphinx/domains/c.py:259 sphinx/domains/cpp.py:7030 msgid "member" msgstr "liige" @@ -1823,7 +1823,7 @@ msgstr "liige" msgid "macro" msgstr "makro" -#: sphinx/domains/c.py:261 sphinx/domains/cpp.py:6958 +#: sphinx/domains/c.py:261 sphinx/domains/cpp.py:7031 msgid "type" msgstr "tüüp" @@ -1846,106 +1846,106 @@ msgstr "Muudetud versioonis %s" msgid "Deprecated since version %s" msgstr "Iganenud alates versioonist %s" -#: sphinx/domains/cpp.py:4297 +#: sphinx/domains/cpp.py:4323 #, python-format msgid "" "Duplicate declaration, also defined in '%s'.\n" "Declaration is '%s'." msgstr "" -#: sphinx/domains/cpp.py:6374 +#: sphinx/domains/cpp.py:6448 msgid "Template Parameters" msgstr "Malli parameetrid" -#: sphinx/domains/cpp.py:6377 sphinx/domains/javascript.py:207 +#: sphinx/domains/cpp.py:6451 sphinx/domains/javascript.py:206 msgid "Throws" msgstr "" -#: sphinx/domains/cpp.py:6505 +#: sphinx/domains/cpp.py:6579 #, python-format msgid "%s (C++ %s)" msgstr "" -#: sphinx/domains/cpp.py:6954 sphinx/domains/javascript.py:300 -#: sphinx/domains/python.py:743 +#: sphinx/domains/cpp.py:7027 sphinx/domains/javascript.py:299 +#: sphinx/domains/python.py:744 msgid "class" msgstr "klass" -#: sphinx/domains/cpp.py:6955 +#: sphinx/domains/cpp.py:7028 msgid "union" msgstr "" -#: sphinx/domains/cpp.py:6959 +#: sphinx/domains/cpp.py:7032 msgid "concept" msgstr "" -#: sphinx/domains/cpp.py:6960 +#: sphinx/domains/cpp.py:7033 msgid "enum" msgstr "" -#: sphinx/domains/cpp.py:6961 +#: sphinx/domains/cpp.py:7034 msgid "enumerator" msgstr "loend" -#: sphinx/domains/cpp.py:7054 +#: sphinx/domains/cpp.py:7127 #, python-format msgid "" "Duplicate declaration, also defined in '%s'.\n" "Name of declaration is '%s'." msgstr "" -#: sphinx/domains/javascript.py:131 sphinx/domains/python.py:429 +#: sphinx/domains/javascript.py:130 sphinx/domains/python.py:430 #, python-format msgid "%s() (built-in function)" msgstr "%s() (sisseehitatud funktsioon)" -#: sphinx/domains/javascript.py:132 sphinx/domains/python.py:494 +#: sphinx/domains/javascript.py:131 sphinx/domains/python.py:495 #, python-format msgid "%s() (%s method)" msgstr "%s() (%s meetod)" -#: sphinx/domains/javascript.py:134 +#: sphinx/domains/javascript.py:133 #, python-format msgid "%s() (class)" msgstr "%s() (klass)" -#: sphinx/domains/javascript.py:136 +#: sphinx/domains/javascript.py:135 #, python-format msgid "%s (global variable or constant)" msgstr "%s (globaalmuutuja või konstant)" -#: sphinx/domains/javascript.py:138 sphinx/domains/python.py:532 +#: sphinx/domains/javascript.py:137 sphinx/domains/python.py:533 #, python-format msgid "%s (%s attribute)" msgstr "%s (%s atribuut)" -#: sphinx/domains/javascript.py:204 +#: sphinx/domains/javascript.py:203 msgid "Arguments" msgstr "Argumendid" -#: sphinx/domains/javascript.py:265 sphinx/domains/python.py:609 +#: sphinx/domains/javascript.py:264 sphinx/domains/python.py:610 #, python-format msgid "%s (module)" msgstr "%s (moodul)" -#: sphinx/domains/javascript.py:299 sphinx/domains/python.py:745 +#: sphinx/domains/javascript.py:298 sphinx/domains/python.py:746 msgid "method" msgstr "meetod" -#: sphinx/domains/javascript.py:301 sphinx/domains/python.py:742 +#: sphinx/domains/javascript.py:300 sphinx/domains/python.py:743 msgid "data" msgstr "andmed" -#: sphinx/domains/javascript.py:302 sphinx/domains/python.py:748 +#: sphinx/domains/javascript.py:301 sphinx/domains/python.py:749 msgid "attribute" msgstr "atribuut" -#: sphinx/domains/javascript.py:303 sphinx/domains/python.py:49 -#: sphinx/domains/python.py:749 +#: sphinx/domains/javascript.py:302 sphinx/domains/python.py:49 +#: sphinx/domains/python.py:750 msgid "module" msgstr "moodul" -#: sphinx/domains/math.py:101 sphinx/writers/latex.py:2451 +#: sphinx/domains/math.py:101 sphinx/writers/latex.py:2459 #, python-format msgid "Invalid math_eqref_format: %r" msgstr "" @@ -1967,7 +1967,7 @@ msgstr "operaator" msgid "object" msgstr "objekt" -#: sphinx/domains/python.py:53 sphinx/domains/python.py:744 +#: sphinx/domains/python.py:53 sphinx/domains/python.py:745 msgid "exception" msgstr "erind" @@ -1987,88 +1987,88 @@ msgstr "Muutujad" msgid "Raises" msgstr "" -#: sphinx/domains/python.py:430 sphinx/domains/python.py:488 -#: sphinx/domains/python.py:500 sphinx/domains/python.py:513 +#: sphinx/domains/python.py:431 sphinx/domains/python.py:489 +#: sphinx/domains/python.py:501 sphinx/domains/python.py:514 #, python-format msgid "%s() (in module %s)" msgstr "%s() (moodulis %s)" -#: sphinx/domains/python.py:433 +#: sphinx/domains/python.py:434 #, python-format msgid "%s (built-in variable)" msgstr "%s (sisseehitatud muutuja)" -#: sphinx/domains/python.py:434 sphinx/domains/python.py:526 +#: sphinx/domains/python.py:435 sphinx/domains/python.py:527 #, python-format msgid "%s (in module %s)" msgstr "%s (moodulis %s)" -#: sphinx/domains/python.py:454 +#: sphinx/domains/python.py:455 #, python-format msgid "%s (built-in class)" msgstr "%s (sisseehitatud klass)" -#: sphinx/domains/python.py:455 +#: sphinx/domains/python.py:456 #, python-format msgid "%s (class in %s)" msgstr "%s (klass moodulis %s)" -#: sphinx/domains/python.py:492 +#: sphinx/domains/python.py:493 #, python-format msgid "%s() (%s.%s method)" msgstr "%s() (%s.%s meetod)" -#: sphinx/domains/python.py:504 +#: sphinx/domains/python.py:505 #, python-format msgid "%s() (%s.%s static method)" msgstr "%s() (%s.%s staatiline meetod)" -#: sphinx/domains/python.py:507 +#: sphinx/domains/python.py:508 #, python-format msgid "%s() (%s static method)" msgstr "%s() (%s staatiline meetod)" -#: sphinx/domains/python.py:517 +#: sphinx/domains/python.py:518 #, python-format msgid "%s() (%s.%s class method)" msgstr "%s() (klassi %s.%s meetod)" -#: sphinx/domains/python.py:520 +#: sphinx/domains/python.py:521 #, python-format msgid "%s() (%s class method)" msgstr "%s() (klassi %s meetod)" -#: sphinx/domains/python.py:530 +#: sphinx/domains/python.py:531 #, python-format msgid "%s (%s.%s attribute)" msgstr "%s (%s.%s atribuut)" -#: sphinx/domains/python.py:667 +#: sphinx/domains/python.py:668 msgid "Python Module Index" msgstr "Pythoni moodulite indeks" -#: sphinx/domains/python.py:668 +#: sphinx/domains/python.py:669 msgid "modules" msgstr "moodulid" -#: sphinx/domains/python.py:719 +#: sphinx/domains/python.py:720 msgid "Deprecated" msgstr "Iganenud" -#: sphinx/domains/python.py:746 +#: sphinx/domains/python.py:747 msgid "class method" msgstr "klassi meetod" -#: sphinx/domains/python.py:747 +#: sphinx/domains/python.py:748 msgid "static method" msgstr "staatiline meetod" -#: sphinx/domains/python.py:879 +#: sphinx/domains/python.py:880 #, python-format msgid "more than one target found for cross-reference %r: %s" msgstr "" -#: sphinx/domains/python.py:917 +#: sphinx/domains/python.py:918 msgid " (deprecated)" msgstr " (iganenud)" @@ -2144,7 +2144,7 @@ msgstr "Otsinguleht" msgid "duplicate citation %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:631 sphinx/ext/autosectionlabel.py:61 +#: sphinx/domains/std.py:631 sphinx/ext/autosectionlabel.py:56 #, python-format msgid "duplicate label %s, other instance in %s" msgstr "" @@ -2204,21 +2204,21 @@ msgid "" "another doctree directory." msgstr "" -#: sphinx/environment/__init__.py:408 +#: sphinx/environment/__init__.py:404 #, python-format msgid "Failed to scan documents in %s: %r" msgstr "" -#: sphinx/environment/__init__.py:536 +#: sphinx/environment/__init__.py:532 #, python-format msgid "Domain %r is not registered" msgstr "" -#: sphinx/environment/__init__.py:621 +#: sphinx/environment/__init__.py:617 msgid "self referenced toctree found. Ignored." msgstr "" -#: sphinx/environment/__init__.py:662 +#: sphinx/environment/__init__.py:658 msgid "document isn't included in any toctree" msgstr "dokument pole ühegi sisukorrapuu osa" @@ -2238,6 +2238,7 @@ msgid "unknown index entry type %r" msgstr "" #: sphinx/environment/adapters/indexentries.py:156 +#: sphinx/templates/latex/sphinxmessages.sty_t:11 msgid "Symbols" msgstr "Sümbolid" @@ -2263,22 +2264,22 @@ msgstr "" msgid "toctree contains reference to nonexisting document %r" msgstr "" -#: sphinx/environment/collectors/asset.py:91 +#: sphinx/environment/collectors/asset.py:90 #, python-format msgid "image file not readable: %s" msgstr "kujutise fail pole loetav: %s" -#: sphinx/environment/collectors/asset.py:107 +#: sphinx/environment/collectors/asset.py:106 #, python-format msgid "image file %s not readable: %s" msgstr "kujutise fail %s pole loetav: %s" -#: sphinx/environment/collectors/asset.py:135 +#: sphinx/environment/collectors/asset.py:134 #, python-format msgid "download file not readable: %s" msgstr "" -#: sphinx/environment/collectors/toctree.py:197 +#: sphinx/environment/collectors/toctree.py:196 #, python-format msgid "%s is already assigned section numbers (nested numbered toctree?)" msgstr "" @@ -2422,38 +2423,38 @@ msgstr "" msgid "module %s could not be imported: %s" msgstr "" -#: sphinx/ext/doctest.py:142 +#: sphinx/ext/doctest.py:132 #, python-format msgid "missing '+' or '-' in '%s' option." msgstr "" -#: sphinx/ext/doctest.py:147 +#: sphinx/ext/doctest.py:137 #, python-format msgid "'%s' is not a valid option." msgstr "" -#: sphinx/ext/doctest.py:161 +#: sphinx/ext/doctest.py:151 #, python-format msgid "'%s' is not a valid pyversion option" msgstr "" -#: sphinx/ext/doctest.py:230 +#: sphinx/ext/doctest.py:222 msgid "invalid TestCode type" msgstr "" -#: sphinx/ext/doctest.py:291 +#: sphinx/ext/doctest.py:283 #, python-format msgid "" "Testing of doctests in the sources finished, look at the results in " "%(outdir)s/output.txt." msgstr "Lähtefailide doctest-testimine lõpetas, vaata tulemusi failist %(outdir)s/output.txt." -#: sphinx/ext/doctest.py:438 +#: sphinx/ext/doctest.py:446 #, python-format msgid "no code/output in %s block at %s:%s" msgstr "" -#: sphinx/ext/doctest.py:527 +#: sphinx/ext/doctest.py:535 #, python-format msgid "ignoring invalid doctest code: %r" msgstr "" @@ -2471,7 +2472,7 @@ msgstr "Välist Graphviz-faili %r ei leitud või esines tõrge selle lugemisel" msgid "Ignoring \"graphviz\" directive without content." msgstr "Ilma sisuta \"graphviz\" direktiivi eiramine." -#: sphinx/ext/graphviz.py:252 +#: sphinx/ext/graphviz.py:250 #, python-format msgid "" "dot did not produce an output file:\n" @@ -2481,14 +2482,14 @@ msgid "" "%r" msgstr "" -#: sphinx/ext/graphviz.py:256 +#: sphinx/ext/graphviz.py:254 #, python-format msgid "" "dot command %r cannot be run (needed for graphviz output), check the " "graphviz_dot setting" msgstr "dot käsku %r pole võimalik käivitada (vajalik graphvizi väljundi jaoks), kontrolli graphviz_dot sätteid" -#: sphinx/ext/graphviz.py:263 +#: sphinx/ext/graphviz.py:261 #, python-format msgid "" "dot exited with error:\n" @@ -2498,23 +2499,23 @@ msgid "" "%r" msgstr "" -#: sphinx/ext/graphviz.py:273 +#: sphinx/ext/graphviz.py:271 #, python-format msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" msgstr "graphviz_output_format peab olema kas 'png' või 'svg', kuid mitte %r" -#: sphinx/ext/graphviz.py:277 sphinx/ext/graphviz.py:331 -#: sphinx/ext/graphviz.py:369 +#: sphinx/ext/graphviz.py:275 sphinx/ext/graphviz.py:329 +#: sphinx/ext/graphviz.py:367 #, python-format msgid "dot code %r: %s" msgstr "" -#: sphinx/ext/graphviz.py:384 sphinx/ext/graphviz.py:393 +#: sphinx/ext/graphviz.py:382 sphinx/ext/graphviz.py:391 #, python-format msgid "[graph: %s]" msgstr "[joonis: %s]" -#: sphinx/ext/graphviz.py:386 sphinx/ext/graphviz.py:395 +#: sphinx/ext/graphviz.py:384 sphinx/ext/graphviz.py:393 msgid "[graph]" msgstr "[joonis]" @@ -2533,31 +2534,31 @@ msgid "" "%r" msgstr "" -#: sphinx/ext/imgmath.py:140 +#: sphinx/ext/imgmath.py:139 #, python-format msgid "" "LaTeX command %r cannot be run (needed for math display), check the " "imgmath_latex setting" msgstr "" -#: sphinx/ext/imgmath.py:155 +#: sphinx/ext/imgmath.py:154 #, python-format msgid "" "%s command %r cannot be run (needed for math display), check the imgmath_%s " "setting" msgstr "" -#: sphinx/ext/imgmath.py:290 +#: sphinx/ext/imgmath.py:289 #, python-format msgid "display latex %r: %s" msgstr "" -#: sphinx/ext/imgmath.py:317 +#: sphinx/ext/imgmath.py:316 #, python-format msgid "inline latex %r: %s" msgstr "" -#: sphinx/ext/imgmath.py:324 sphinx/ext/mathjax.py:54 +#: sphinx/ext/imgmath.py:323 sphinx/ext/mathjax.py:54 msgid "Permalink to this equation" msgstr "Püsiviit sellele võrrandile" @@ -2577,26 +2578,26 @@ msgid "" "alternatives:" msgstr "" -#: sphinx/ext/intersphinx.py:237 +#: sphinx/ext/intersphinx.py:238 msgid "failed to reach any of the inventories with the following issues:" msgstr "" -#: sphinx/ext/intersphinx.py:312 +#: sphinx/ext/intersphinx.py:311 #, python-format msgid "(in %s v%s)" msgstr "(projektis %s v%s)" -#: sphinx/ext/intersphinx.py:314 +#: sphinx/ext/intersphinx.py:313 #, python-format msgid "(in %s)" msgstr "" -#: sphinx/ext/intersphinx.py:348 +#: sphinx/ext/intersphinx.py:347 #, python-format msgid "intersphinx identifier %r is not string. Ignored" msgstr "" -#: sphinx/ext/intersphinx.py:361 +#: sphinx/ext/intersphinx.py:360 #, python-format msgid "Fail to read intersphinx_mapping[%s], Ignored: %r" msgstr "" @@ -2652,29 +2653,29 @@ msgstr "Ülevaade: mooduli kood" msgid "

All modules for which code is available

" msgstr "

Kõik lähtekoodiga moodulid

" -#: sphinx/ext/autodoc/__init__.py:302 +#: sphinx/ext/autodoc/__init__.py:300 #, python-format msgid "invalid signature for auto%s (%r)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:402 +#: sphinx/ext/autodoc/__init__.py:400 #, python-format msgid "error while formatting arguments for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:514 +#: sphinx/ext/autodoc/__init__.py:512 #, python-format msgid "missing attribute %s in object %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:602 +#: sphinx/ext/autodoc/__init__.py:600 #, python-format msgid "" "autodoc: failed to determine %r to be documented.the following exception was raised:\n" "%s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:694 +#: sphinx/ext/autodoc/__init__.py:692 #, python-format msgid "" "don't know which module to import for autodocumenting %r (try placing a " @@ -2682,39 +2683,39 @@ msgid "" "explicit module name)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:788 +#: sphinx/ext/autodoc/__init__.py:786 msgid "\"::\" in automodule name doesn't make sense" msgstr "" -#: sphinx/ext/autodoc/__init__.py:796 +#: sphinx/ext/autodoc/__init__.py:794 #, python-format msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:829 +#: sphinx/ext/autodoc/__init__.py:827 #, python-format msgid "" "__all__ should be a list of strings, not %r (in module %s) -- ignoring " "__all__" msgstr "" -#: sphinx/ext/autodoc/__init__.py:844 +#: sphinx/ext/autodoc/__init__.py:842 #, python-format msgid "" "missing attribute mentioned in :members: or __all__: module %s, attribute %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1128 +#: sphinx/ext/autodoc/__init__.py:1126 #, python-format msgid "Bases: %s" msgstr "Põlvnemine: %s" -#: sphinx/ext/autodoc/__init__.py:1185 +#: sphinx/ext/autodoc/__init__.py:1183 #, python-format msgid "alias of :class:`%s`" msgstr "klassi :class:`%s` sünonüüm" -#: sphinx/ext/autodoc/__init__.py:1470 +#: sphinx/ext/autodoc/__init__.py:1468 #, python-format msgid "Ignoring invalid option in autodoc_default_flags: %r" msgstr "" @@ -2750,17 +2751,17 @@ msgid "" "contain .rst. Skipped." msgstr "" -#: sphinx/ext/autosummary/generate.py:102 +#: sphinx/ext/autosummary/generate.py:100 #, python-format msgid "[autosummary] generating autosummary for: %s" msgstr "[autosummary] automaatkokkuvõtte genereerimine failile: %s" -#: sphinx/ext/autosummary/generate.py:106 +#: sphinx/ext/autosummary/generate.py:104 #, python-format msgid "[autosummary] writing to %s" msgstr "[autosummary] kirjutamine kataloogi %s" -#: sphinx/ext/autosummary/generate.py:366 +#: sphinx/ext/autosummary/generate.py:364 msgid "" "\n" "Generate ReStructuredText using autosummary directives.\n" @@ -2775,25 +2776,25 @@ msgid "" " pydoc sphinx.ext.autosummary\n" msgstr "" -#: sphinx/ext/autosummary/generate.py:383 +#: sphinx/ext/autosummary/generate.py:381 msgid "source files to generate rST files for" msgstr "lähtefailid, mille kohta rST-faile genereerida" -#: sphinx/ext/autosummary/generate.py:387 +#: sphinx/ext/autosummary/generate.py:385 msgid "directory to place all output in" msgstr "väljundfailide kataloog" -#: sphinx/ext/autosummary/generate.py:390 +#: sphinx/ext/autosummary/generate.py:388 #, python-format msgid "default suffix for files (default: %(default)s)" msgstr "failide vaikimisi järelliide (vaikimisi: %(default)s)" -#: sphinx/ext/autosummary/generate.py:394 +#: sphinx/ext/autosummary/generate.py:392 #, python-format msgid "custom template directory (default: %(default)s)" msgstr "kohandatud mallide kataloog (vaikimisi: %(default)s)" -#: sphinx/ext/autosummary/generate.py:398 +#: sphinx/ext/autosummary/generate.py:396 #, python-format msgid "document imported members (default: %(default)s)" msgstr "imporditud liikmete dokumenteerimine (vaikimisi: %(default)s)" @@ -2871,6 +2872,7 @@ msgid "Warning" msgstr "Hoiatus" #: sphinx/templates/latex/longtable.tex_t:23 +#: sphinx/templates/latex/sphinxmessages.sty_t:8 msgid "continued from previous page" msgstr "jätk eelmisele leheküljele" @@ -2878,13 +2880,29 @@ msgstr "jätk eelmisele leheküljele" msgid "Continued on next page" msgstr "Jätkub järgmisel lehel" +#: sphinx/templates/latex/sphinxmessages.sty_t:9 +msgid "continues on next page" +msgstr "jätkub järgmisel leheküljel" + +#: sphinx/templates/latex/sphinxmessages.sty_t:10 +msgid "Non-alphabetical" +msgstr "" + +#: sphinx/templates/latex/sphinxmessages.sty_t:12 +msgid "Numbers" +msgstr "" + +#: sphinx/templates/latex/sphinxmessages.sty_t:13 +msgid "page" +msgstr "lehekülg" + #: sphinx/themes/agogo/layout.html:46 sphinx/themes/basic/globaltoc.html:10 #: sphinx/themes/basic/localtoc.html:11 sphinx/themes/scrolls/layout.html:41 msgid "Table of Contents" msgstr "Sisukorratabel" #: sphinx/themes/agogo/layout.html:51 sphinx/themes/basic/layout.html:153 -#: sphinx/themes/basic/search.html:11 sphinx/themes/basic/search.html:26 +#: sphinx/themes/basic/search.html:11 sphinx/themes/basic/search.html:21 #: sphinx/themes/basic/searchresults.html:10 msgid "Search" msgstr "Otsing" @@ -3021,13 +3039,13 @@ msgstr "Järgmine teema" msgid "next chapter" msgstr "järgmine jaotis" -#: sphinx/themes/basic/search.html:30 +#: sphinx/themes/basic/search.html:25 msgid "" "Please activate JavaScript to enable the search\n" " functionality." msgstr "Otsingu võimaldamiseks tuleb aktiveerida JavaScript." -#: sphinx/themes/basic/search.html:35 +#: sphinx/themes/basic/search.html:30 msgid "" "From here you can search these documents. Enter your search\n" " words into the box below and click \"search\". Note that the search\n" @@ -3035,20 +3053,20 @@ msgid "" " containing fewer words won't appear in the result list." msgstr "Selle vormi abil saab otsida käesolevast dokumentatsioonist. Sisesta allolevasse lahtrisse otsisõnad ning klõpsa \"Otsi\". Pane tähele, et otsimisfunktsioon otsib automaatselt lehti, mis sisaldavad kõiki sisestatud sõnu. Vähemate sõnadega lehed otsingutulemustesse ei ilmu." -#: sphinx/themes/basic/search.html:42 +#: sphinx/themes/basic/search.html:37 #: sphinx/themes/basic/searchresults.html:17 msgid "search" msgstr "otsi" -#: sphinx/themes/basic/search.html:46 +#: sphinx/themes/basic/search.html:41 #: sphinx/themes/basic/searchresults.html:21 -#: sphinx/themes/basic/static/searchtools.js:295 +#: sphinx/themes/basic/static/searchtools.js:285 msgid "Search Results" msgstr "Otsingu tulemused" -#: sphinx/themes/basic/search.html:48 +#: sphinx/themes/basic/search.html:43 #: sphinx/themes/basic/searchresults.html:23 -#: sphinx/themes/basic/static/searchtools.js:297 +#: sphinx/themes/basic/static/searchtools.js:287 msgid "" "Your search did not match any documents. Please make sure that all words are" " spelled correctly and that you've selected enough categories." @@ -3106,20 +3124,20 @@ msgstr "Püsiviit sellele definitsioonile" msgid "Hide Search Matches" msgstr "Varja otsingu tulemused" -#: sphinx/themes/basic/static/searchtools.js:131 +#: sphinx/themes/basic/static/searchtools.js:121 msgid "Searching" msgstr "Otsimine" -#: sphinx/themes/basic/static/searchtools.js:136 +#: sphinx/themes/basic/static/searchtools.js:126 msgid "Preparing search..." msgstr "Otsingu ettevalmistamine..." -#: sphinx/themes/basic/static/searchtools.js:299 +#: sphinx/themes/basic/static/searchtools.js:289 #, python-format msgid "Search finished, found %s page(s) matching the search query." msgstr "Otsingu tulemusena leiti %s leht(e)." -#: sphinx/themes/basic/static/searchtools.js:352 +#: sphinx/themes/basic/static/searchtools.js:342 msgid ", in " msgstr "" @@ -3136,18 +3154,18 @@ msgstr "Varja külgriba" msgid "Contents" msgstr "Sisukord" -#: sphinx/transforms/__init__.py:259 +#: sphinx/transforms/__init__.py:261 #, python-format msgid "" "4 column based index found. It might be a bug of extensions you use: %r" msgstr "" -#: sphinx/transforms/__init__.py:301 +#: sphinx/transforms/__init__.py:303 #, python-format msgid "Footnote [%s] is not referenced." msgstr "" -#: sphinx/transforms/__init__.py:307 +#: sphinx/transforms/__init__.py:309 msgid "Footnote [#] is not referenced." msgstr "" @@ -3218,7 +3236,7 @@ msgstr "" msgid "failed" msgstr "" -#: sphinx/util/docutils.py:321 +#: sphinx/util/docutils.py:320 msgid "when adding directive classes, no additional arguments may be given" msgstr "" @@ -3279,15 +3297,15 @@ msgstr "Püsiviit sellele tabelile" msgid "Permalink to this code" msgstr "Püsiviit sellele programmikoodile" -#: sphinx/writers/html.py:514 sphinx/writers/html5.py:460 +#: sphinx/writers/html.py:512 sphinx/writers/html5.py:458 msgid "Permalink to this image" msgstr "Püsiviit sellele pildile" -#: sphinx/writers/html.py:516 sphinx/writers/html5.py:462 +#: sphinx/writers/html.py:514 sphinx/writers/html5.py:460 msgid "Permalink to this toctree" msgstr "Püsiviit sellele sisukorrapuule" -#: sphinx/writers/html.py:674 sphinx/writers/html5.py:608 +#: sphinx/writers/html.py:672 sphinx/writers/html5.py:606 msgid "Could not obtain image size. :scale: option is ignored." msgstr "" @@ -3324,12 +3342,12 @@ msgstr "" msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: sphinx/writers/latex.py:1843 +#: sphinx/writers/latex.py:1847 #, python-format msgid "unknown index entry type %s found" msgstr "" -#: sphinx/writers/latex.py:2552 +#: sphinx/writers/latex.py:2560 #, python-format msgid "Unknown configure key: latex_elements[%r] is ignored." msgstr "Tundmatu seadistusvõti: latex_elements[%r] eiratakse." @@ -3347,12 +3365,12 @@ msgstr "[pilt]" msgid "caption not inside a figure." msgstr "" -#: sphinx/writers/texinfo.py:1421 +#: sphinx/writers/texinfo.py:1422 #, python-format msgid "unimplemented node type: %r" msgstr "" -#: sphinx/writers/texinfo.py:1426 +#: sphinx/writers/texinfo.py:1427 #, python-format msgid "unknown node type: %r" msgstr "" diff --git a/sphinx/locale/eu/LC_MESSAGES/sphinx.mo b/sphinx/locale/eu/LC_MESSAGES/sphinx.mo index 59a014da65..27ddb7cb16 100644 Binary files a/sphinx/locale/eu/LC_MESSAGES/sphinx.mo and b/sphinx/locale/eu/LC_MESSAGES/sphinx.mo differ diff --git a/sphinx/locale/eu/LC_MESSAGES/sphinx.po b/sphinx/locale/eu/LC_MESSAGES/sphinx.po index 5533e6c6da..6ad672fa52 100644 --- a/sphinx/locale/eu/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/eu/LC_MESSAGES/sphinx.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2019-02-18 01:52+0900\n" -"PO-Revision-Date: 2019-03-14 16:36+0000\n" +"POT-Creation-Date: 2019-03-29 01:05+0900\n" +"PO-Revision-Date: 2019-03-28 16:08+0000\n" "Last-Translator: Takeshi KOMIYA \n" "Language-Team: Basque (http://www.transifex.com/sphinx-doc/sphinx-1/language/eu/)\n" "MIME-Version: 1.0\n" @@ -123,7 +123,7 @@ msgstr "" msgid "role %r is already registered, it will be overridden" msgstr "" -#: sphinx/application.py:1182 +#: sphinx/application.py:1179 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -131,7 +131,7 @@ msgid "" "explicit" msgstr "" -#: sphinx/application.py:1188 +#: sphinx/application.py:1185 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -139,7 +139,7 @@ msgid "" "explicit" msgstr "" -#: sphinx/application.py:1199 +#: sphinx/application.py:1196 #, python-format msgid "doing serial %s" msgstr "" @@ -588,44 +588,44 @@ msgstr "" msgid "preparing documents" msgstr "" -#: sphinx/builders/_epub_base.py:219 +#: sphinx/builders/_epub_base.py:218 #, python-format msgid "duplicated ToC entry found: %s" msgstr "" -#: sphinx/builders/_epub_base.py:415 sphinx/builders/html.py:761 -#: sphinx/builders/latex/__init__.py:413 sphinx/builders/texinfo.py:190 +#: sphinx/builders/_epub_base.py:414 sphinx/builders/html.py:761 +#: sphinx/builders/latex/__init__.py:415 sphinx/builders/texinfo.py:190 msgid "copying images... " msgstr "" -#: sphinx/builders/_epub_base.py:422 +#: sphinx/builders/_epub_base.py:421 #, python-format msgid "cannot read image file %r: copying it instead" msgstr "" -#: sphinx/builders/_epub_base.py:428 sphinx/builders/html.py:769 -#: sphinx/builders/latex/__init__.py:421 sphinx/builders/texinfo.py:198 +#: sphinx/builders/_epub_base.py:427 sphinx/builders/html.py:769 +#: sphinx/builders/latex/__init__.py:423 sphinx/builders/texinfo.py:199 #, python-format msgid "cannot copy image file %r: %s" msgstr "" -#: sphinx/builders/_epub_base.py:445 +#: sphinx/builders/_epub_base.py:444 #, python-format msgid "cannot write image file %r: %s" msgstr "" -#: sphinx/builders/_epub_base.py:456 +#: sphinx/builders/_epub_base.py:455 msgid "Pillow not found - copying image files" msgstr "" -#: sphinx/builders/_epub_base.py:491 sphinx/builders/_epub_base.py:504 -#: sphinx/builders/_epub_base.py:540 sphinx/builders/_epub_base.py:725 -#: sphinx/builders/_epub_base.py:758 sphinx/builders/epub3.py:184 +#: sphinx/builders/_epub_base.py:490 sphinx/builders/_epub_base.py:503 +#: sphinx/builders/_epub_base.py:539 sphinx/builders/_epub_base.py:724 +#: sphinx/builders/_epub_base.py:757 sphinx/builders/epub3.py:183 #, python-format msgid "writing %s file..." msgstr "" -#: sphinx/builders/_epub_base.py:566 +#: sphinx/builders/_epub_base.py:565 #, python-format msgid "unknown mimetype for %s, ignoring" msgstr "" @@ -644,19 +644,19 @@ msgstr "" msgid "writing summary file..." msgstr "" -#: sphinx/builders/changes.py:87 +#: sphinx/builders/changes.py:86 msgid "Builtins" msgstr "" -#: sphinx/builders/changes.py:89 +#: sphinx/builders/changes.py:88 msgid "Module level" msgstr "Modulu maila" -#: sphinx/builders/changes.py:134 +#: sphinx/builders/changes.py:133 msgid "copying source files..." msgstr "" -#: sphinx/builders/changes.py:141 +#: sphinx/builders/changes.py:140 #, python-format msgid "could not read %r for changelog creation" msgstr "" @@ -665,76 +665,76 @@ msgstr "" msgid "The dummy builder generates no files." msgstr "" -#: sphinx/builders/epub3.py:69 +#: sphinx/builders/epub3.py:68 #, python-format msgid "The ePub file is in %(outdir)s." msgstr "" -#: sphinx/builders/epub3.py:212 +#: sphinx/builders/epub3.py:211 msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:216 +#: sphinx/builders/epub3.py:215 msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:219 +#: sphinx/builders/epub3.py:218 msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:223 +#: sphinx/builders/epub3.py:222 msgid "conf value \"epub_author\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:226 +#: sphinx/builders/epub3.py:225 msgid "conf value \"epub_contributor\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:229 +#: sphinx/builders/epub3.py:228 msgid "conf value \"epub_description\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:232 +#: sphinx/builders/epub3.py:231 msgid "conf value \"epub_publisher\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:235 +#: sphinx/builders/epub3.py:234 msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:239 +#: sphinx/builders/epub3.py:238 msgid "conf value \"epub_identifier\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:242 +#: sphinx/builders/epub3.py:241 msgid "conf value \"version\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:257 sphinx/builders/html.py:1166 +#: sphinx/builders/epub3.py:256 sphinx/builders/html.py:1166 #, python-format msgid "invalid css_file: %r, ignored" msgstr "" -#: sphinx/builders/gettext.py:215 +#: sphinx/builders/gettext.py:221 #, python-format msgid "The message catalogs are in %(outdir)s." msgstr "" -#: sphinx/builders/gettext.py:239 +#: sphinx/builders/gettext.py:245 #, python-format msgid "building [%s]: " msgstr "" -#: sphinx/builders/gettext.py:240 +#: sphinx/builders/gettext.py:246 #, python-format msgid "targets for %d template files" msgstr "" -#: sphinx/builders/gettext.py:244 +#: sphinx/builders/gettext.py:250 msgid "reading templates... " msgstr "" -#: sphinx/builders/gettext.py:271 +#: sphinx/builders/gettext.py:277 msgid "writing message catalogs... " msgstr "" @@ -753,7 +753,7 @@ msgstr "" msgid "Failed to read build info file: %r" msgstr "" -#: sphinx/builders/html.py:488 sphinx/builders/latex/__init__.py:204 +#: sphinx/builders/html.py:488 sphinx/builders/latex/__init__.py:206 #: sphinx/transforms/__init__.py:121 sphinx/writers/manpage.py:118 #: sphinx/writers/texinfo.py:243 #, python-format @@ -806,7 +806,7 @@ msgstr "" msgid "html_static_path entry %r does not exist" msgstr "" -#: sphinx/builders/html.py:839 sphinx/builders/latex/__init__.py:398 +#: sphinx/builders/html.py:839 sphinx/builders/latex/__init__.py:400 #, python-format msgid "logo file %r does not exist" msgstr "" @@ -923,7 +923,7 @@ msgstr "" msgid "no \"man_pages\" config value found; no manual pages will be written" msgstr "" -#: sphinx/builders/latex/__init__.py:270 sphinx/builders/manpage.py:64 +#: sphinx/builders/latex/__init__.py:272 sphinx/builders/manpage.py:64 #: sphinx/builders/singlehtml.py:174 sphinx/builders/texinfo.py:120 msgid "writing" msgstr "" @@ -967,24 +967,24 @@ msgstr "" msgid "\"texinfo_documents\" config value references unknown document %s" msgstr "" -#: sphinx/builders/latex/__init__.py:253 sphinx/builders/texinfo.py:116 +#: sphinx/builders/latex/__init__.py:255 sphinx/builders/texinfo.py:116 #, python-format msgid "processing %s" msgstr "" -#: sphinx/builders/latex/__init__.py:322 sphinx/builders/texinfo.py:163 +#: sphinx/builders/latex/__init__.py:323 sphinx/builders/texinfo.py:164 msgid "resolving references..." msgstr "" -#: sphinx/builders/latex/__init__.py:332 sphinx/builders/texinfo.py:172 +#: sphinx/builders/latex/__init__.py:333 sphinx/builders/texinfo.py:173 msgid " (in " msgstr " (hemen: " -#: sphinx/builders/texinfo.py:204 +#: sphinx/builders/texinfo.py:205 msgid "copying Texinfo support files" msgstr "" -#: sphinx/builders/texinfo.py:208 +#: sphinx/builders/texinfo.py:209 #, python-format msgid "error writing file Makefile: %s" msgstr "" @@ -1004,28 +1004,28 @@ msgstr "" msgid "The pseudo-XML files are in %(outdir)s." msgstr "" -#: sphinx/builders/latex/__init__.py:121 +#: sphinx/builders/latex/__init__.py:123 #, python-format msgid "The LaTeX files are in %(outdir)s." msgstr "" -#: sphinx/builders/latex/__init__.py:123 +#: sphinx/builders/latex/__init__.py:125 msgid "" "\n" "Run 'make' in that directory to run these through (pdf)latex\n" "(use `make latexpdf' here to do that automatically)." msgstr "" -#: sphinx/builders/latex/__init__.py:163 +#: sphinx/builders/latex/__init__.py:165 msgid "no \"latex_documents\" config value found; no documents will be written" msgstr "" -#: sphinx/builders/latex/__init__.py:171 +#: sphinx/builders/latex/__init__.py:173 #, python-format msgid "\"latex_documents\" config value references unknown document %s" msgstr "" -#: sphinx/builders/latex/__init__.py:211 sphinx/domains/std.py:501 +#: sphinx/builders/latex/__init__.py:213 sphinx/domains/std.py:501 #: sphinx/templates/latex/latex.tex_t:79 #: sphinx/themes/basic/genindex-single.html:30 #: sphinx/themes/basic/genindex-single.html:55 @@ -1037,28 +1037,28 @@ msgstr "" msgid "Index" msgstr "Indizea" -#: sphinx/builders/latex/__init__.py:214 sphinx/templates/latex/latex.tex_t:64 +#: sphinx/builders/latex/__init__.py:216 sphinx/templates/latex/latex.tex_t:64 msgid "Release" msgstr "Argitalpena" -#: sphinx/builders/latex/__init__.py:222 sphinx/writers/latex.py:549 +#: sphinx/builders/latex/__init__.py:224 sphinx/writers/latex.py:549 #, python-format msgid "no Babel option known for language %r" msgstr "" -#: sphinx/builders/latex/__init__.py:361 +#: sphinx/builders/latex/__init__.py:363 msgid "copying TeX support files" msgstr "" -#: sphinx/builders/latex/__init__.py:382 +#: sphinx/builders/latex/__init__.py:384 msgid "copying TeX support files..." msgstr "" -#: sphinx/builders/latex/__init__.py:402 +#: sphinx/builders/latex/__init__.py:404 msgid "copying additional files" msgstr "" -#: sphinx/builders/latex/__init__.py:445 +#: sphinx/builders/latex/__init__.py:447 #, python-format msgid "Unknown configure key: latex_elements[%r]. ignored." msgstr "" @@ -1121,8 +1121,8 @@ msgstr "" msgid "job number should be a positive number" msgstr "" -#: sphinx/cmd/build.py:106 sphinx/cmd/quickstart.py:498 -#: sphinx/ext/apidoc.py:298 sphinx/ext/autosummary/generate.py:365 +#: sphinx/cmd/build.py:106 sphinx/cmd/quickstart.py:497 +#: sphinx/ext/apidoc.py:298 sphinx/ext/autosummary/generate.py:363 msgid "For more information, visit ." msgstr "" @@ -1499,13 +1499,13 @@ msgstr "" msgid "Indicate which of the following Sphinx extensions should be enabled:" msgstr "" -#: sphinx/cmd/quickstart.py:354 +#: sphinx/cmd/quickstart.py:353 msgid "" "Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " "been deselected." msgstr "" -#: sphinx/cmd/quickstart.py:359 +#: sphinx/cmd/quickstart.py:358 msgid "" "\n" "A Makefile and a Windows command file can be generated for you so that you\n" @@ -1513,29 +1513,29 @@ msgid "" "directly." msgstr "" -#: sphinx/cmd/quickstart.py:363 +#: sphinx/cmd/quickstart.py:362 msgid "Create Makefile? (y/n)" msgstr "" -#: sphinx/cmd/quickstart.py:366 +#: sphinx/cmd/quickstart.py:365 msgid "Create Windows command file? (y/n)" msgstr "" -#: sphinx/cmd/quickstart.py:409 sphinx/ext/apidoc.py:74 +#: sphinx/cmd/quickstart.py:408 sphinx/ext/apidoc.py:74 #, python-format msgid "Creating file %s." msgstr "" -#: sphinx/cmd/quickstart.py:414 sphinx/ext/apidoc.py:72 +#: sphinx/cmd/quickstart.py:413 sphinx/ext/apidoc.py:72 #, python-format msgid "File %s already exists, skipping." msgstr "" -#: sphinx/cmd/quickstart.py:450 +#: sphinx/cmd/quickstart.py:449 msgid "Finished: An initial directory structure has been created." msgstr "" -#: sphinx/cmd/quickstart.py:451 +#: sphinx/cmd/quickstart.py:450 #, python-format msgid "" "\n" @@ -1543,26 +1543,26 @@ msgid "" "source files. " msgstr "" -#: sphinx/cmd/quickstart.py:453 +#: sphinx/cmd/quickstart.py:452 msgid "" "Use the Makefile to build the docs, like so:\n" " make builder\n" msgstr "" -#: sphinx/cmd/quickstart.py:456 +#: sphinx/cmd/quickstart.py:455 #, python-format msgid "" "Use the sphinx-build command to build the docs, like so:\n" " sphinx-build -b builder %s %s\n" msgstr "" -#: sphinx/cmd/quickstart.py:459 +#: sphinx/cmd/quickstart.py:458 msgid "" "where \"builder\" is one of the supported builders, e.g. html, latex or " "linkcheck.\n" msgstr "" -#: sphinx/cmd/quickstart.py:499 +#: sphinx/cmd/quickstart.py:498 msgid "" "\n" "Generate required files for a Sphinx project.\n" @@ -1572,131 +1572,131 @@ msgid "" "Makefile to be used with sphinx-build.\n" msgstr "" -#: sphinx/cmd/quickstart.py:509 +#: sphinx/cmd/quickstart.py:508 msgid "quiet mode" msgstr "" -#: sphinx/cmd/quickstart.py:514 +#: sphinx/cmd/quickstart.py:513 msgid "output path" msgstr "" -#: sphinx/cmd/quickstart.py:516 +#: sphinx/cmd/quickstart.py:515 msgid "Structure options" msgstr "" -#: sphinx/cmd/quickstart.py:518 +#: sphinx/cmd/quickstart.py:517 msgid "if specified, separate source and build dirs" msgstr "" -#: sphinx/cmd/quickstart.py:520 +#: sphinx/cmd/quickstart.py:519 msgid "replacement for dot in _templates etc." msgstr "" -#: sphinx/cmd/quickstart.py:522 +#: sphinx/cmd/quickstart.py:521 msgid "Project basic options" msgstr "" -#: sphinx/cmd/quickstart.py:524 +#: sphinx/cmd/quickstart.py:523 msgid "project name" msgstr "" -#: sphinx/cmd/quickstart.py:526 +#: sphinx/cmd/quickstart.py:525 msgid "author names" msgstr "" -#: sphinx/cmd/quickstart.py:528 +#: sphinx/cmd/quickstart.py:527 msgid "version of project" msgstr "" -#: sphinx/cmd/quickstart.py:530 +#: sphinx/cmd/quickstart.py:529 msgid "release of project" msgstr "" -#: sphinx/cmd/quickstart.py:532 +#: sphinx/cmd/quickstart.py:531 msgid "document language" msgstr "" -#: sphinx/cmd/quickstart.py:534 +#: sphinx/cmd/quickstart.py:533 msgid "source file suffix" msgstr "" -#: sphinx/cmd/quickstart.py:536 +#: sphinx/cmd/quickstart.py:535 msgid "master document name" msgstr "" -#: sphinx/cmd/quickstart.py:538 +#: sphinx/cmd/quickstart.py:537 msgid "use epub" msgstr "" -#: sphinx/cmd/quickstart.py:540 +#: sphinx/cmd/quickstart.py:539 msgid "Extension options" msgstr "" -#: sphinx/cmd/quickstart.py:544 sphinx/ext/apidoc.py:379 +#: sphinx/cmd/quickstart.py:543 sphinx/ext/apidoc.py:379 #, python-format msgid "enable %s extension" msgstr "" -#: sphinx/cmd/quickstart.py:546 sphinx/ext/apidoc.py:375 +#: sphinx/cmd/quickstart.py:545 sphinx/ext/apidoc.py:375 msgid "enable arbitrary extensions" msgstr "" -#: sphinx/cmd/quickstart.py:548 +#: sphinx/cmd/quickstart.py:547 msgid "Makefile and Batchfile creation" msgstr "" -#: sphinx/cmd/quickstart.py:550 +#: sphinx/cmd/quickstart.py:549 msgid "create makefile" msgstr "" -#: sphinx/cmd/quickstart.py:552 +#: sphinx/cmd/quickstart.py:551 msgid "do not create makefile" msgstr "" -#: sphinx/cmd/quickstart.py:554 +#: sphinx/cmd/quickstart.py:553 msgid "create batchfile" msgstr "" -#: sphinx/cmd/quickstart.py:557 +#: sphinx/cmd/quickstart.py:556 msgid "do not create batchfile" msgstr "" -#: sphinx/cmd/quickstart.py:560 +#: sphinx/cmd/quickstart.py:559 msgid "use make-mode for Makefile/make.bat" msgstr "" -#: sphinx/cmd/quickstart.py:563 +#: sphinx/cmd/quickstart.py:562 msgid "do not use make-mode for Makefile/make.bat" msgstr "" -#: sphinx/cmd/quickstart.py:565 +#: sphinx/cmd/quickstart.py:564 msgid "Project templating" msgstr "" -#: sphinx/cmd/quickstart.py:568 +#: sphinx/cmd/quickstart.py:567 msgid "template directory for template files" msgstr "" -#: sphinx/cmd/quickstart.py:571 +#: sphinx/cmd/quickstart.py:570 msgid "define a template variable" msgstr "" -#: sphinx/cmd/quickstart.py:605 +#: sphinx/cmd/quickstart.py:604 msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." msgstr "" -#: sphinx/cmd/quickstart.py:619 +#: sphinx/cmd/quickstart.py:618 msgid "" "Error: specified path is not a directory, or sphinx files already exist." msgstr "" -#: sphinx/cmd/quickstart.py:621 +#: sphinx/cmd/quickstart.py:620 msgid "" "sphinx-quickstart only generate into a empty directory. Please specify a new" " root path." msgstr "" -#: sphinx/cmd/quickstart.py:636 +#: sphinx/cmd/quickstart.py:635 #, python-format msgid "Invalid template variable: %s" msgstr "" @@ -1768,17 +1768,17 @@ msgstr "Egilea:" msgid "%s %s" msgstr "%s %s" -#: sphinx/domains/c.py:64 sphinx/domains/cpp.py:6371 +#: sphinx/domains/c.py:64 sphinx/domains/cpp.py:6445 #: sphinx/domains/python.py:210 sphinx/ext/napoleon/docstring.py:696 msgid "Parameters" msgstr "Parametroak" -#: sphinx/domains/c.py:67 sphinx/domains/cpp.py:6380 -#: sphinx/domains/javascript.py:210 sphinx/domains/python.py:222 +#: sphinx/domains/c.py:67 sphinx/domains/cpp.py:6454 +#: sphinx/domains/javascript.py:209 sphinx/domains/python.py:222 msgid "Returns" msgstr "Itzultzen du" -#: sphinx/domains/c.py:69 sphinx/domains/javascript.py:212 +#: sphinx/domains/c.py:69 sphinx/domains/javascript.py:211 #: sphinx/domains/python.py:224 msgid "Return type" msgstr "Itzulketa mota" @@ -1808,12 +1808,12 @@ msgstr "%s (C mota)" msgid "%s (C variable)" msgstr "%s (C aldagaia)" -#: sphinx/domains/c.py:258 sphinx/domains/cpp.py:6956 -#: sphinx/domains/javascript.py:298 sphinx/domains/python.py:741 +#: sphinx/domains/c.py:258 sphinx/domains/cpp.py:7029 +#: sphinx/domains/javascript.py:297 sphinx/domains/python.py:742 msgid "function" msgstr "funtzioa" -#: sphinx/domains/c.py:259 sphinx/domains/cpp.py:6957 +#: sphinx/domains/c.py:259 sphinx/domains/cpp.py:7030 msgid "member" msgstr "partaidea" @@ -1821,7 +1821,7 @@ msgstr "partaidea" msgid "macro" msgstr "makroa" -#: sphinx/domains/c.py:261 sphinx/domains/cpp.py:6958 +#: sphinx/domains/c.py:261 sphinx/domains/cpp.py:7031 msgid "type" msgstr "mota" @@ -1844,106 +1844,106 @@ msgstr "%s bertsioan aldatuta" msgid "Deprecated since version %s" msgstr "%s bertsiotik aurrera zaharkituta" -#: sphinx/domains/cpp.py:4297 +#: sphinx/domains/cpp.py:4323 #, python-format msgid "" "Duplicate declaration, also defined in '%s'.\n" "Declaration is '%s'." msgstr "" -#: sphinx/domains/cpp.py:6374 +#: sphinx/domains/cpp.py:6448 msgid "Template Parameters" msgstr "" -#: sphinx/domains/cpp.py:6377 sphinx/domains/javascript.py:207 +#: sphinx/domains/cpp.py:6451 sphinx/domains/javascript.py:206 msgid "Throws" msgstr "Jaurtitzen du" -#: sphinx/domains/cpp.py:6505 +#: sphinx/domains/cpp.py:6579 #, python-format msgid "%s (C++ %s)" msgstr "" -#: sphinx/domains/cpp.py:6954 sphinx/domains/javascript.py:300 -#: sphinx/domains/python.py:743 +#: sphinx/domains/cpp.py:7027 sphinx/domains/javascript.py:299 +#: sphinx/domains/python.py:744 msgid "class" msgstr "klasea" -#: sphinx/domains/cpp.py:6955 +#: sphinx/domains/cpp.py:7028 msgid "union" msgstr "" -#: sphinx/domains/cpp.py:6959 +#: sphinx/domains/cpp.py:7032 msgid "concept" msgstr "" -#: sphinx/domains/cpp.py:6960 +#: sphinx/domains/cpp.py:7033 msgid "enum" msgstr "" -#: sphinx/domains/cpp.py:6961 +#: sphinx/domains/cpp.py:7034 msgid "enumerator" msgstr "" -#: sphinx/domains/cpp.py:7054 +#: sphinx/domains/cpp.py:7127 #, python-format msgid "" "Duplicate declaration, also defined in '%s'.\n" "Name of declaration is '%s'." msgstr "" -#: sphinx/domains/javascript.py:131 sphinx/domains/python.py:429 +#: sphinx/domains/javascript.py:130 sphinx/domains/python.py:430 #, python-format msgid "%s() (built-in function)" msgstr "" -#: sphinx/domains/javascript.py:132 sphinx/domains/python.py:494 +#: sphinx/domains/javascript.py:131 sphinx/domains/python.py:495 #, python-format msgid "%s() (%s method)" msgstr "%s() (%s metodoa)" -#: sphinx/domains/javascript.py:134 +#: sphinx/domains/javascript.py:133 #, python-format msgid "%s() (class)" msgstr "%s() (klasea)" -#: sphinx/domains/javascript.py:136 +#: sphinx/domains/javascript.py:135 #, python-format msgid "%s (global variable or constant)" msgstr "%s (aldagai globala edo konstantea)" -#: sphinx/domains/javascript.py:138 sphinx/domains/python.py:532 +#: sphinx/domains/javascript.py:137 sphinx/domains/python.py:533 #, python-format msgid "%s (%s attribute)" msgstr "%s (%s atributua)" -#: sphinx/domains/javascript.py:204 +#: sphinx/domains/javascript.py:203 msgid "Arguments" msgstr "Argumentuak" -#: sphinx/domains/javascript.py:265 sphinx/domains/python.py:609 +#: sphinx/domains/javascript.py:264 sphinx/domains/python.py:610 #, python-format msgid "%s (module)" msgstr "%s (modulua)" -#: sphinx/domains/javascript.py:299 sphinx/domains/python.py:745 +#: sphinx/domains/javascript.py:298 sphinx/domains/python.py:746 msgid "method" msgstr "metodoa" -#: sphinx/domains/javascript.py:301 sphinx/domains/python.py:742 +#: sphinx/domains/javascript.py:300 sphinx/domains/python.py:743 msgid "data" msgstr "datuak" -#: sphinx/domains/javascript.py:302 sphinx/domains/python.py:748 +#: sphinx/domains/javascript.py:301 sphinx/domains/python.py:749 msgid "attribute" msgstr "atributua" -#: sphinx/domains/javascript.py:303 sphinx/domains/python.py:49 -#: sphinx/domains/python.py:749 +#: sphinx/domains/javascript.py:302 sphinx/domains/python.py:49 +#: sphinx/domains/python.py:750 msgid "module" msgstr "modulua" -#: sphinx/domains/math.py:101 sphinx/writers/latex.py:2451 +#: sphinx/domains/math.py:101 sphinx/writers/latex.py:2459 #, python-format msgid "Invalid math_eqref_format: %r" msgstr "" @@ -1965,7 +1965,7 @@ msgstr "eragiketa" msgid "object" msgstr "objetua" -#: sphinx/domains/python.py:53 sphinx/domains/python.py:744 +#: sphinx/domains/python.py:53 sphinx/domains/python.py:745 msgid "exception" msgstr "salbuespena" @@ -1985,88 +1985,88 @@ msgstr "Aldagaiak" msgid "Raises" msgstr "Goratzen du" -#: sphinx/domains/python.py:430 sphinx/domains/python.py:488 -#: sphinx/domains/python.py:500 sphinx/domains/python.py:513 +#: sphinx/domains/python.py:431 sphinx/domains/python.py:489 +#: sphinx/domains/python.py:501 sphinx/domains/python.py:514 #, python-format msgid "%s() (in module %s)" msgstr "%s() (%s moduluan)" -#: sphinx/domains/python.py:433 +#: sphinx/domains/python.py:434 #, python-format msgid "%s (built-in variable)" msgstr "" -#: sphinx/domains/python.py:434 sphinx/domains/python.py:526 +#: sphinx/domains/python.py:435 sphinx/domains/python.py:527 #, python-format msgid "%s (in module %s)" msgstr "%s (%s moduluan)" -#: sphinx/domains/python.py:454 +#: sphinx/domains/python.py:455 #, python-format msgid "%s (built-in class)" msgstr "" -#: sphinx/domains/python.py:455 +#: sphinx/domains/python.py:456 #, python-format msgid "%s (class in %s)" msgstr "%s (klasea %s-(e)n)" -#: sphinx/domains/python.py:492 +#: sphinx/domains/python.py:493 #, python-format msgid "%s() (%s.%s method)" msgstr "%s() (%s.%s metodoa)" -#: sphinx/domains/python.py:504 +#: sphinx/domains/python.py:505 #, python-format msgid "%s() (%s.%s static method)" msgstr "%s() (%s.%s metodo estatikoa)" -#: sphinx/domains/python.py:507 +#: sphinx/domains/python.py:508 #, python-format msgid "%s() (%s static method)" msgstr "%s() (%s metodo estatikoa)" -#: sphinx/domains/python.py:517 +#: sphinx/domains/python.py:518 #, python-format msgid "%s() (%s.%s class method)" msgstr "%s() (%s.%s klaseko metodoa)" -#: sphinx/domains/python.py:520 +#: sphinx/domains/python.py:521 #, python-format msgid "%s() (%s class method)" msgstr "%s() (%s klaseko metodoa)" -#: sphinx/domains/python.py:530 +#: sphinx/domains/python.py:531 #, python-format msgid "%s (%s.%s attribute)" msgstr "%s (%s.%s atributua)" -#: sphinx/domains/python.py:667 +#: sphinx/domains/python.py:668 msgid "Python Module Index" msgstr "Python moduluen indizea" -#: sphinx/domains/python.py:668 +#: sphinx/domains/python.py:669 msgid "modules" msgstr "moduluak" -#: sphinx/domains/python.py:719 +#: sphinx/domains/python.py:720 msgid "Deprecated" msgstr "Zaharkitua" -#: sphinx/domains/python.py:746 +#: sphinx/domains/python.py:747 msgid "class method" msgstr "klaseko metodoa" -#: sphinx/domains/python.py:747 +#: sphinx/domains/python.py:748 msgid "static method" msgstr "metodo estatikoa" -#: sphinx/domains/python.py:879 +#: sphinx/domains/python.py:880 #, python-format msgid "more than one target found for cross-reference %r: %s" msgstr "" -#: sphinx/domains/python.py:917 +#: sphinx/domains/python.py:918 msgid " (deprecated)" msgstr " (zaharkitua)" @@ -2142,7 +2142,7 @@ msgstr "Bilaketa orria" msgid "duplicate citation %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:631 sphinx/ext/autosectionlabel.py:61 +#: sphinx/domains/std.py:631 sphinx/ext/autosectionlabel.py:56 #, python-format msgid "duplicate label %s, other instance in %s" msgstr "" @@ -2202,21 +2202,21 @@ msgid "" "another doctree directory." msgstr "" -#: sphinx/environment/__init__.py:408 +#: sphinx/environment/__init__.py:404 #, python-format msgid "Failed to scan documents in %s: %r" msgstr "" -#: sphinx/environment/__init__.py:536 +#: sphinx/environment/__init__.py:532 #, python-format msgid "Domain %r is not registered" msgstr "" -#: sphinx/environment/__init__.py:621 +#: sphinx/environment/__init__.py:617 msgid "self referenced toctree found. Ignored." msgstr "" -#: sphinx/environment/__init__.py:662 +#: sphinx/environment/__init__.py:658 msgid "document isn't included in any toctree" msgstr "" @@ -2236,6 +2236,7 @@ msgid "unknown index entry type %r" msgstr "" #: sphinx/environment/adapters/indexentries.py:156 +#: sphinx/templates/latex/sphinxmessages.sty_t:11 msgid "Symbols" msgstr "" @@ -2261,22 +2262,22 @@ msgstr "" msgid "toctree contains reference to nonexisting document %r" msgstr "" -#: sphinx/environment/collectors/asset.py:91 +#: sphinx/environment/collectors/asset.py:90 #, python-format msgid "image file not readable: %s" msgstr "" -#: sphinx/environment/collectors/asset.py:107 +#: sphinx/environment/collectors/asset.py:106 #, python-format msgid "image file %s not readable: %s" msgstr "" -#: sphinx/environment/collectors/asset.py:135 +#: sphinx/environment/collectors/asset.py:134 #, python-format msgid "download file not readable: %s" msgstr "" -#: sphinx/environment/collectors/toctree.py:197 +#: sphinx/environment/collectors/toctree.py:196 #, python-format msgid "%s is already assigned section numbers (nested numbered toctree?)" msgstr "" @@ -2420,38 +2421,38 @@ msgstr "" msgid "module %s could not be imported: %s" msgstr "" -#: sphinx/ext/doctest.py:142 +#: sphinx/ext/doctest.py:132 #, python-format msgid "missing '+' or '-' in '%s' option." msgstr "" -#: sphinx/ext/doctest.py:147 +#: sphinx/ext/doctest.py:137 #, python-format msgid "'%s' is not a valid option." msgstr "" -#: sphinx/ext/doctest.py:161 +#: sphinx/ext/doctest.py:151 #, python-format msgid "'%s' is not a valid pyversion option" msgstr "" -#: sphinx/ext/doctest.py:230 +#: sphinx/ext/doctest.py:222 msgid "invalid TestCode type" msgstr "" -#: sphinx/ext/doctest.py:291 +#: sphinx/ext/doctest.py:283 #, python-format msgid "" "Testing of doctests in the sources finished, look at the results in " "%(outdir)s/output.txt." msgstr "" -#: sphinx/ext/doctest.py:438 +#: sphinx/ext/doctest.py:446 #, python-format msgid "no code/output in %s block at %s:%s" msgstr "" -#: sphinx/ext/doctest.py:527 +#: sphinx/ext/doctest.py:535 #, python-format msgid "ignoring invalid doctest code: %r" msgstr "" @@ -2469,7 +2470,7 @@ msgstr "" msgid "Ignoring \"graphviz\" directive without content." msgstr "" -#: sphinx/ext/graphviz.py:252 +#: sphinx/ext/graphviz.py:250 #, python-format msgid "" "dot did not produce an output file:\n" @@ -2479,14 +2480,14 @@ msgid "" "%r" msgstr "" -#: sphinx/ext/graphviz.py:256 +#: sphinx/ext/graphviz.py:254 #, python-format msgid "" "dot command %r cannot be run (needed for graphviz output), check the " "graphviz_dot setting" msgstr "" -#: sphinx/ext/graphviz.py:263 +#: sphinx/ext/graphviz.py:261 #, python-format msgid "" "dot exited with error:\n" @@ -2496,23 +2497,23 @@ msgid "" "%r" msgstr "" -#: sphinx/ext/graphviz.py:273 +#: sphinx/ext/graphviz.py:271 #, python-format msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" msgstr "" -#: sphinx/ext/graphviz.py:277 sphinx/ext/graphviz.py:331 -#: sphinx/ext/graphviz.py:369 +#: sphinx/ext/graphviz.py:275 sphinx/ext/graphviz.py:329 +#: sphinx/ext/graphviz.py:367 #, python-format msgid "dot code %r: %s" msgstr "" -#: sphinx/ext/graphviz.py:384 sphinx/ext/graphviz.py:393 +#: sphinx/ext/graphviz.py:382 sphinx/ext/graphviz.py:391 #, python-format msgid "[graph: %s]" msgstr "" -#: sphinx/ext/graphviz.py:386 sphinx/ext/graphviz.py:395 +#: sphinx/ext/graphviz.py:384 sphinx/ext/graphviz.py:393 msgid "[graph]" msgstr "" @@ -2531,31 +2532,31 @@ msgid "" "%r" msgstr "" -#: sphinx/ext/imgmath.py:140 +#: sphinx/ext/imgmath.py:139 #, python-format msgid "" "LaTeX command %r cannot be run (needed for math display), check the " "imgmath_latex setting" msgstr "" -#: sphinx/ext/imgmath.py:155 +#: sphinx/ext/imgmath.py:154 #, python-format msgid "" "%s command %r cannot be run (needed for math display), check the imgmath_%s " "setting" msgstr "" -#: sphinx/ext/imgmath.py:290 +#: sphinx/ext/imgmath.py:289 #, python-format msgid "display latex %r: %s" msgstr "" -#: sphinx/ext/imgmath.py:317 +#: sphinx/ext/imgmath.py:316 #, python-format msgid "inline latex %r: %s" msgstr "" -#: sphinx/ext/imgmath.py:324 sphinx/ext/mathjax.py:54 +#: sphinx/ext/imgmath.py:323 sphinx/ext/mathjax.py:54 msgid "Permalink to this equation" msgstr "" @@ -2575,26 +2576,26 @@ msgid "" "alternatives:" msgstr "" -#: sphinx/ext/intersphinx.py:237 +#: sphinx/ext/intersphinx.py:238 msgid "failed to reach any of the inventories with the following issues:" msgstr "" -#: sphinx/ext/intersphinx.py:312 +#: sphinx/ext/intersphinx.py:311 #, python-format msgid "(in %s v%s)" msgstr "" -#: sphinx/ext/intersphinx.py:314 +#: sphinx/ext/intersphinx.py:313 #, python-format msgid "(in %s)" msgstr "" -#: sphinx/ext/intersphinx.py:348 +#: sphinx/ext/intersphinx.py:347 #, python-format msgid "intersphinx identifier %r is not string. Ignored" msgstr "" -#: sphinx/ext/intersphinx.py:361 +#: sphinx/ext/intersphinx.py:360 #, python-format msgid "Fail to read intersphinx_mapping[%s], Ignored: %r" msgstr "" @@ -2650,29 +2651,29 @@ msgstr "Gainbegirada: moduluko kodea" msgid "

All modules for which code is available

" msgstr "

Kodea eskuragarri duten modulu guztiak

" -#: sphinx/ext/autodoc/__init__.py:302 +#: sphinx/ext/autodoc/__init__.py:300 #, python-format msgid "invalid signature for auto%s (%r)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:402 +#: sphinx/ext/autodoc/__init__.py:400 #, python-format msgid "error while formatting arguments for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:514 +#: sphinx/ext/autodoc/__init__.py:512 #, python-format msgid "missing attribute %s in object %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:602 +#: sphinx/ext/autodoc/__init__.py:600 #, python-format msgid "" "autodoc: failed to determine %r to be documented.the following exception was raised:\n" "%s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:694 +#: sphinx/ext/autodoc/__init__.py:692 #, python-format msgid "" "don't know which module to import for autodocumenting %r (try placing a " @@ -2680,39 +2681,39 @@ msgid "" "explicit module name)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:788 +#: sphinx/ext/autodoc/__init__.py:786 msgid "\"::\" in automodule name doesn't make sense" msgstr "" -#: sphinx/ext/autodoc/__init__.py:796 +#: sphinx/ext/autodoc/__init__.py:794 #, python-format msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:829 +#: sphinx/ext/autodoc/__init__.py:827 #, python-format msgid "" "__all__ should be a list of strings, not %r (in module %s) -- ignoring " "__all__" msgstr "" -#: sphinx/ext/autodoc/__init__.py:844 +#: sphinx/ext/autodoc/__init__.py:842 #, python-format msgid "" "missing attribute mentioned in :members: or __all__: module %s, attribute %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1128 +#: sphinx/ext/autodoc/__init__.py:1126 #, python-format msgid "Bases: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1185 +#: sphinx/ext/autodoc/__init__.py:1183 #, python-format msgid "alias of :class:`%s`" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1470 +#: sphinx/ext/autodoc/__init__.py:1468 #, python-format msgid "Ignoring invalid option in autodoc_default_flags: %r" msgstr "" @@ -2748,17 +2749,17 @@ msgid "" "contain .rst. Skipped." msgstr "" -#: sphinx/ext/autosummary/generate.py:102 +#: sphinx/ext/autosummary/generate.py:100 #, python-format msgid "[autosummary] generating autosummary for: %s" msgstr "" -#: sphinx/ext/autosummary/generate.py:106 +#: sphinx/ext/autosummary/generate.py:104 #, python-format msgid "[autosummary] writing to %s" msgstr "" -#: sphinx/ext/autosummary/generate.py:366 +#: sphinx/ext/autosummary/generate.py:364 msgid "" "\n" "Generate ReStructuredText using autosummary directives.\n" @@ -2773,25 +2774,25 @@ msgid "" " pydoc sphinx.ext.autosummary\n" msgstr "" -#: sphinx/ext/autosummary/generate.py:383 +#: sphinx/ext/autosummary/generate.py:381 msgid "source files to generate rST files for" msgstr "" -#: sphinx/ext/autosummary/generate.py:387 +#: sphinx/ext/autosummary/generate.py:385 msgid "directory to place all output in" msgstr "" -#: sphinx/ext/autosummary/generate.py:390 +#: sphinx/ext/autosummary/generate.py:388 #, python-format msgid "default suffix for files (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:394 +#: sphinx/ext/autosummary/generate.py:392 #, python-format msgid "custom template directory (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:398 +#: sphinx/ext/autosummary/generate.py:396 #, python-format msgid "document imported members (default: %(default)s)" msgstr "" @@ -2869,6 +2870,7 @@ msgid "Warning" msgstr "Kontuz" #: sphinx/templates/latex/longtable.tex_t:23 +#: sphinx/templates/latex/sphinxmessages.sty_t:8 msgid "continued from previous page" msgstr "aurreko orritik jarraitzen du" @@ -2876,13 +2878,29 @@ msgstr "aurreko orritik jarraitzen du" msgid "Continued on next page" msgstr "Hurrengo orrian jarraitzen du" +#: sphinx/templates/latex/sphinxmessages.sty_t:9 +msgid "continues on next page" +msgstr "" + +#: sphinx/templates/latex/sphinxmessages.sty_t:10 +msgid "Non-alphabetical" +msgstr "" + +#: sphinx/templates/latex/sphinxmessages.sty_t:12 +msgid "Numbers" +msgstr "" + +#: sphinx/templates/latex/sphinxmessages.sty_t:13 +msgid "page" +msgstr "" + #: sphinx/themes/agogo/layout.html:46 sphinx/themes/basic/globaltoc.html:10 #: sphinx/themes/basic/localtoc.html:11 sphinx/themes/scrolls/layout.html:41 msgid "Table of Contents" msgstr "" #: sphinx/themes/agogo/layout.html:51 sphinx/themes/basic/layout.html:153 -#: sphinx/themes/basic/search.html:11 sphinx/themes/basic/search.html:26 +#: sphinx/themes/basic/search.html:11 sphinx/themes/basic/search.html:21 #: sphinx/themes/basic/searchresults.html:10 msgid "Search" msgstr "Bilatu" @@ -3019,13 +3037,13 @@ msgstr "Hurrengo gaia" msgid "next chapter" msgstr "hurrengo kapitulua" -#: sphinx/themes/basic/search.html:30 +#: sphinx/themes/basic/search.html:25 msgid "" "Please activate JavaScript to enable the search\n" " functionality." msgstr "Mesedez, gaitu JavaScript-a bilaketa erabili ahal izateko." -#: sphinx/themes/basic/search.html:35 +#: sphinx/themes/basic/search.html:30 msgid "" "From here you can search these documents. Enter your search\n" " words into the box below and click \"search\". Note that the search\n" @@ -3033,20 +3051,20 @@ msgid "" " containing fewer words won't appear in the result list." msgstr "Honekin dokumentu hauetan bilatu dezakezu. Sartu zure bilaketa hitzak\nondoko kutxan eta \"bilatu\" sakatu. Kontutan eduki bilaketa funtzioak\nhitz guztiak bilatuko dituela. Hitz gutxiago dituzten orriak ez dira \nemaitzen zerrendan agertuko." -#: sphinx/themes/basic/search.html:42 +#: sphinx/themes/basic/search.html:37 #: sphinx/themes/basic/searchresults.html:17 msgid "search" msgstr "bilatu" -#: sphinx/themes/basic/search.html:46 +#: sphinx/themes/basic/search.html:41 #: sphinx/themes/basic/searchresults.html:21 -#: sphinx/themes/basic/static/searchtools.js:295 +#: sphinx/themes/basic/static/searchtools.js:285 msgid "Search Results" msgstr "Bilaketa emaitzak" -#: sphinx/themes/basic/search.html:48 +#: sphinx/themes/basic/search.html:43 #: sphinx/themes/basic/searchresults.html:23 -#: sphinx/themes/basic/static/searchtools.js:297 +#: sphinx/themes/basic/static/searchtools.js:287 msgid "" "Your search did not match any documents. Please make sure that all words are" " spelled correctly and that you've selected enough categories." @@ -3104,20 +3122,20 @@ msgstr "Definizio honetarako esteka iraunkorra" msgid "Hide Search Matches" msgstr "Bilaketa bat-etortzeak ezkutatu" -#: sphinx/themes/basic/static/searchtools.js:131 +#: sphinx/themes/basic/static/searchtools.js:121 msgid "Searching" msgstr "" -#: sphinx/themes/basic/static/searchtools.js:136 +#: sphinx/themes/basic/static/searchtools.js:126 msgid "Preparing search..." msgstr "" -#: sphinx/themes/basic/static/searchtools.js:299 +#: sphinx/themes/basic/static/searchtools.js:289 #, python-format msgid "Search finished, found %s page(s) matching the search query." msgstr "" -#: sphinx/themes/basic/static/searchtools.js:352 +#: sphinx/themes/basic/static/searchtools.js:342 msgid ", in " msgstr "" @@ -3134,18 +3152,18 @@ msgstr "Alboko barra tolestu" msgid "Contents" msgstr "Edukiak" -#: sphinx/transforms/__init__.py:259 +#: sphinx/transforms/__init__.py:261 #, python-format msgid "" "4 column based index found. It might be a bug of extensions you use: %r" msgstr "" -#: sphinx/transforms/__init__.py:301 +#: sphinx/transforms/__init__.py:303 #, python-format msgid "Footnote [%s] is not referenced." msgstr "" -#: sphinx/transforms/__init__.py:307 +#: sphinx/transforms/__init__.py:309 msgid "Footnote [#] is not referenced." msgstr "" @@ -3216,7 +3234,7 @@ msgstr "" msgid "failed" msgstr "" -#: sphinx/util/docutils.py:321 +#: sphinx/util/docutils.py:320 msgid "when adding directive classes, no additional arguments may be given" msgstr "" @@ -3277,15 +3295,15 @@ msgstr "" msgid "Permalink to this code" msgstr "" -#: sphinx/writers/html.py:514 sphinx/writers/html5.py:460 +#: sphinx/writers/html.py:512 sphinx/writers/html5.py:458 msgid "Permalink to this image" msgstr "" -#: sphinx/writers/html.py:516 sphinx/writers/html5.py:462 +#: sphinx/writers/html.py:514 sphinx/writers/html5.py:460 msgid "Permalink to this toctree" msgstr "" -#: sphinx/writers/html.py:674 sphinx/writers/html5.py:608 +#: sphinx/writers/html.py:672 sphinx/writers/html5.py:606 msgid "Could not obtain image size. :scale: option is ignored." msgstr "" @@ -3322,12 +3340,12 @@ msgstr "" msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: sphinx/writers/latex.py:1843 +#: sphinx/writers/latex.py:1847 #, python-format msgid "unknown index entry type %s found" msgstr "" -#: sphinx/writers/latex.py:2552 +#: sphinx/writers/latex.py:2560 #, python-format msgid "Unknown configure key: latex_elements[%r] is ignored." msgstr "" @@ -3345,12 +3363,12 @@ msgstr "[irudia]" msgid "caption not inside a figure." msgstr "" -#: sphinx/writers/texinfo.py:1421 +#: sphinx/writers/texinfo.py:1422 #, python-format msgid "unimplemented node type: %r" msgstr "" -#: sphinx/writers/texinfo.py:1426 +#: sphinx/writers/texinfo.py:1427 #, python-format msgid "unknown node type: %r" msgstr "" diff --git a/sphinx/locale/fa/LC_MESSAGES/sphinx.mo b/sphinx/locale/fa/LC_MESSAGES/sphinx.mo index 4ffac4895f..7473d91f07 100644 Binary files a/sphinx/locale/fa/LC_MESSAGES/sphinx.mo and b/sphinx/locale/fa/LC_MESSAGES/sphinx.mo differ diff --git a/sphinx/locale/fa/LC_MESSAGES/sphinx.po b/sphinx/locale/fa/LC_MESSAGES/sphinx.po index 129ad45afa..c80f85f81a 100644 --- a/sphinx/locale/fa/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/fa/LC_MESSAGES/sphinx.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2019-02-18 01:52+0900\n" -"PO-Revision-Date: 2019-03-14 16:36+0000\n" +"POT-Creation-Date: 2019-03-29 01:05+0900\n" +"PO-Revision-Date: 2019-03-28 16:08+0000\n" "Last-Translator: Takeshi KOMIYA \n" "Language-Team: Persian (http://www.transifex.com/sphinx-doc/sphinx-1/language/fa/)\n" "MIME-Version: 1.0\n" @@ -121,7 +121,7 @@ msgstr "" msgid "role %r is already registered, it will be overridden" msgstr "" -#: sphinx/application.py:1182 +#: sphinx/application.py:1179 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -129,7 +129,7 @@ msgid "" "explicit" msgstr "" -#: sphinx/application.py:1188 +#: sphinx/application.py:1185 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -137,7 +137,7 @@ msgid "" "explicit" msgstr "" -#: sphinx/application.py:1199 +#: sphinx/application.py:1196 #, python-format msgid "doing serial %s" msgstr "" @@ -586,44 +586,44 @@ msgstr "" msgid "preparing documents" msgstr "" -#: sphinx/builders/_epub_base.py:219 +#: sphinx/builders/_epub_base.py:218 #, python-format msgid "duplicated ToC entry found: %s" msgstr "" -#: sphinx/builders/_epub_base.py:415 sphinx/builders/html.py:761 -#: sphinx/builders/latex/__init__.py:413 sphinx/builders/texinfo.py:190 +#: sphinx/builders/_epub_base.py:414 sphinx/builders/html.py:761 +#: sphinx/builders/latex/__init__.py:415 sphinx/builders/texinfo.py:190 msgid "copying images... " msgstr "" -#: sphinx/builders/_epub_base.py:422 +#: sphinx/builders/_epub_base.py:421 #, python-format msgid "cannot read image file %r: copying it instead" msgstr "" -#: sphinx/builders/_epub_base.py:428 sphinx/builders/html.py:769 -#: sphinx/builders/latex/__init__.py:421 sphinx/builders/texinfo.py:198 +#: sphinx/builders/_epub_base.py:427 sphinx/builders/html.py:769 +#: sphinx/builders/latex/__init__.py:423 sphinx/builders/texinfo.py:199 #, python-format msgid "cannot copy image file %r: %s" msgstr "" -#: sphinx/builders/_epub_base.py:445 +#: sphinx/builders/_epub_base.py:444 #, python-format msgid "cannot write image file %r: %s" msgstr "" -#: sphinx/builders/_epub_base.py:456 +#: sphinx/builders/_epub_base.py:455 msgid "Pillow not found - copying image files" msgstr "" -#: sphinx/builders/_epub_base.py:491 sphinx/builders/_epub_base.py:504 -#: sphinx/builders/_epub_base.py:540 sphinx/builders/_epub_base.py:725 -#: sphinx/builders/_epub_base.py:758 sphinx/builders/epub3.py:184 +#: sphinx/builders/_epub_base.py:490 sphinx/builders/_epub_base.py:503 +#: sphinx/builders/_epub_base.py:539 sphinx/builders/_epub_base.py:724 +#: sphinx/builders/_epub_base.py:757 sphinx/builders/epub3.py:183 #, python-format msgid "writing %s file..." msgstr "" -#: sphinx/builders/_epub_base.py:566 +#: sphinx/builders/_epub_base.py:565 #, python-format msgid "unknown mimetype for %s, ignoring" msgstr "" @@ -642,19 +642,19 @@ msgstr "" msgid "writing summary file..." msgstr "" -#: sphinx/builders/changes.py:87 +#: sphinx/builders/changes.py:86 msgid "Builtins" msgstr "درونی سازی" -#: sphinx/builders/changes.py:89 +#: sphinx/builders/changes.py:88 msgid "Module level" msgstr "در سطح ماژول" -#: sphinx/builders/changes.py:134 +#: sphinx/builders/changes.py:133 msgid "copying source files..." msgstr "" -#: sphinx/builders/changes.py:141 +#: sphinx/builders/changes.py:140 #, python-format msgid "could not read %r for changelog creation" msgstr "" @@ -663,76 +663,76 @@ msgstr "" msgid "The dummy builder generates no files." msgstr "" -#: sphinx/builders/epub3.py:69 +#: sphinx/builders/epub3.py:68 #, python-format msgid "The ePub file is in %(outdir)s." msgstr "" -#: sphinx/builders/epub3.py:212 +#: sphinx/builders/epub3.py:211 msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:216 +#: sphinx/builders/epub3.py:215 msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:219 +#: sphinx/builders/epub3.py:218 msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:223 +#: sphinx/builders/epub3.py:222 msgid "conf value \"epub_author\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:226 +#: sphinx/builders/epub3.py:225 msgid "conf value \"epub_contributor\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:229 +#: sphinx/builders/epub3.py:228 msgid "conf value \"epub_description\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:232 +#: sphinx/builders/epub3.py:231 msgid "conf value \"epub_publisher\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:235 +#: sphinx/builders/epub3.py:234 msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:239 +#: sphinx/builders/epub3.py:238 msgid "conf value \"epub_identifier\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:242 +#: sphinx/builders/epub3.py:241 msgid "conf value \"version\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:257 sphinx/builders/html.py:1166 +#: sphinx/builders/epub3.py:256 sphinx/builders/html.py:1166 #, python-format msgid "invalid css_file: %r, ignored" msgstr "" -#: sphinx/builders/gettext.py:215 +#: sphinx/builders/gettext.py:221 #, python-format msgid "The message catalogs are in %(outdir)s." msgstr "" -#: sphinx/builders/gettext.py:239 +#: sphinx/builders/gettext.py:245 #, python-format msgid "building [%s]: " msgstr "" -#: sphinx/builders/gettext.py:240 +#: sphinx/builders/gettext.py:246 #, python-format msgid "targets for %d template files" msgstr "" -#: sphinx/builders/gettext.py:244 +#: sphinx/builders/gettext.py:250 msgid "reading templates... " msgstr "" -#: sphinx/builders/gettext.py:271 +#: sphinx/builders/gettext.py:277 msgid "writing message catalogs... " msgstr "" @@ -751,7 +751,7 @@ msgstr "" msgid "Failed to read build info file: %r" msgstr "" -#: sphinx/builders/html.py:488 sphinx/builders/latex/__init__.py:204 +#: sphinx/builders/html.py:488 sphinx/builders/latex/__init__.py:206 #: sphinx/transforms/__init__.py:121 sphinx/writers/manpage.py:118 #: sphinx/writers/texinfo.py:243 #, python-format @@ -804,7 +804,7 @@ msgstr "" msgid "html_static_path entry %r does not exist" msgstr "" -#: sphinx/builders/html.py:839 sphinx/builders/latex/__init__.py:398 +#: sphinx/builders/html.py:839 sphinx/builders/latex/__init__.py:400 #, python-format msgid "logo file %r does not exist" msgstr "" @@ -921,7 +921,7 @@ msgstr "" msgid "no \"man_pages\" config value found; no manual pages will be written" msgstr "" -#: sphinx/builders/latex/__init__.py:270 sphinx/builders/manpage.py:64 +#: sphinx/builders/latex/__init__.py:272 sphinx/builders/manpage.py:64 #: sphinx/builders/singlehtml.py:174 sphinx/builders/texinfo.py:120 msgid "writing" msgstr "" @@ -965,24 +965,24 @@ msgstr "" msgid "\"texinfo_documents\" config value references unknown document %s" msgstr "" -#: sphinx/builders/latex/__init__.py:253 sphinx/builders/texinfo.py:116 +#: sphinx/builders/latex/__init__.py:255 sphinx/builders/texinfo.py:116 #, python-format msgid "processing %s" msgstr "" -#: sphinx/builders/latex/__init__.py:322 sphinx/builders/texinfo.py:163 +#: sphinx/builders/latex/__init__.py:323 sphinx/builders/texinfo.py:164 msgid "resolving references..." msgstr "" -#: sphinx/builders/latex/__init__.py:332 sphinx/builders/texinfo.py:172 +#: sphinx/builders/latex/__init__.py:333 sphinx/builders/texinfo.py:173 msgid " (in " msgstr "" -#: sphinx/builders/texinfo.py:204 +#: sphinx/builders/texinfo.py:205 msgid "copying Texinfo support files" msgstr "" -#: sphinx/builders/texinfo.py:208 +#: sphinx/builders/texinfo.py:209 #, python-format msgid "error writing file Makefile: %s" msgstr "" @@ -1002,28 +1002,28 @@ msgstr "" msgid "The pseudo-XML files are in %(outdir)s." msgstr "" -#: sphinx/builders/latex/__init__.py:121 +#: sphinx/builders/latex/__init__.py:123 #, python-format msgid "The LaTeX files are in %(outdir)s." msgstr "" -#: sphinx/builders/latex/__init__.py:123 +#: sphinx/builders/latex/__init__.py:125 msgid "" "\n" "Run 'make' in that directory to run these through (pdf)latex\n" "(use `make latexpdf' here to do that automatically)." msgstr "" -#: sphinx/builders/latex/__init__.py:163 +#: sphinx/builders/latex/__init__.py:165 msgid "no \"latex_documents\" config value found; no documents will be written" msgstr "" -#: sphinx/builders/latex/__init__.py:171 +#: sphinx/builders/latex/__init__.py:173 #, python-format msgid "\"latex_documents\" config value references unknown document %s" msgstr "" -#: sphinx/builders/latex/__init__.py:211 sphinx/domains/std.py:501 +#: sphinx/builders/latex/__init__.py:213 sphinx/domains/std.py:501 #: sphinx/templates/latex/latex.tex_t:79 #: sphinx/themes/basic/genindex-single.html:30 #: sphinx/themes/basic/genindex-single.html:55 @@ -1035,28 +1035,28 @@ msgstr "" msgid "Index" msgstr "فهرست" -#: sphinx/builders/latex/__init__.py:214 sphinx/templates/latex/latex.tex_t:64 +#: sphinx/builders/latex/__init__.py:216 sphinx/templates/latex/latex.tex_t:64 msgid "Release" msgstr "انتشار" -#: sphinx/builders/latex/__init__.py:222 sphinx/writers/latex.py:549 +#: sphinx/builders/latex/__init__.py:224 sphinx/writers/latex.py:549 #, python-format msgid "no Babel option known for language %r" msgstr "" -#: sphinx/builders/latex/__init__.py:361 +#: sphinx/builders/latex/__init__.py:363 msgid "copying TeX support files" msgstr "" -#: sphinx/builders/latex/__init__.py:382 +#: sphinx/builders/latex/__init__.py:384 msgid "copying TeX support files..." msgstr "" -#: sphinx/builders/latex/__init__.py:402 +#: sphinx/builders/latex/__init__.py:404 msgid "copying additional files" msgstr "" -#: sphinx/builders/latex/__init__.py:445 +#: sphinx/builders/latex/__init__.py:447 #, python-format msgid "Unknown configure key: latex_elements[%r]. ignored." msgstr "" @@ -1119,8 +1119,8 @@ msgstr "" msgid "job number should be a positive number" msgstr "" -#: sphinx/cmd/build.py:106 sphinx/cmd/quickstart.py:498 -#: sphinx/ext/apidoc.py:298 sphinx/ext/autosummary/generate.py:365 +#: sphinx/cmd/build.py:106 sphinx/cmd/quickstart.py:497 +#: sphinx/ext/apidoc.py:298 sphinx/ext/autosummary/generate.py:363 msgid "For more information, visit ." msgstr "" @@ -1497,13 +1497,13 @@ msgstr "" msgid "Indicate which of the following Sphinx extensions should be enabled:" msgstr "" -#: sphinx/cmd/quickstart.py:354 +#: sphinx/cmd/quickstart.py:353 msgid "" "Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " "been deselected." msgstr "" -#: sphinx/cmd/quickstart.py:359 +#: sphinx/cmd/quickstart.py:358 msgid "" "\n" "A Makefile and a Windows command file can be generated for you so that you\n" @@ -1511,29 +1511,29 @@ msgid "" "directly." msgstr "" -#: sphinx/cmd/quickstart.py:363 +#: sphinx/cmd/quickstart.py:362 msgid "Create Makefile? (y/n)" msgstr "" -#: sphinx/cmd/quickstart.py:366 +#: sphinx/cmd/quickstart.py:365 msgid "Create Windows command file? (y/n)" msgstr "" -#: sphinx/cmd/quickstart.py:409 sphinx/ext/apidoc.py:74 +#: sphinx/cmd/quickstart.py:408 sphinx/ext/apidoc.py:74 #, python-format msgid "Creating file %s." msgstr "" -#: sphinx/cmd/quickstart.py:414 sphinx/ext/apidoc.py:72 +#: sphinx/cmd/quickstart.py:413 sphinx/ext/apidoc.py:72 #, python-format msgid "File %s already exists, skipping." msgstr "" -#: sphinx/cmd/quickstart.py:450 +#: sphinx/cmd/quickstart.py:449 msgid "Finished: An initial directory structure has been created." msgstr "" -#: sphinx/cmd/quickstart.py:451 +#: sphinx/cmd/quickstart.py:450 #, python-format msgid "" "\n" @@ -1541,26 +1541,26 @@ msgid "" "source files. " msgstr "" -#: sphinx/cmd/quickstart.py:453 +#: sphinx/cmd/quickstart.py:452 msgid "" "Use the Makefile to build the docs, like so:\n" " make builder\n" msgstr "" -#: sphinx/cmd/quickstart.py:456 +#: sphinx/cmd/quickstart.py:455 #, python-format msgid "" "Use the sphinx-build command to build the docs, like so:\n" " sphinx-build -b builder %s %s\n" msgstr "" -#: sphinx/cmd/quickstart.py:459 +#: sphinx/cmd/quickstart.py:458 msgid "" "where \"builder\" is one of the supported builders, e.g. html, latex or " "linkcheck.\n" msgstr "" -#: sphinx/cmd/quickstart.py:499 +#: sphinx/cmd/quickstart.py:498 msgid "" "\n" "Generate required files for a Sphinx project.\n" @@ -1570,131 +1570,131 @@ msgid "" "Makefile to be used with sphinx-build.\n" msgstr "" -#: sphinx/cmd/quickstart.py:509 +#: sphinx/cmd/quickstart.py:508 msgid "quiet mode" msgstr "" -#: sphinx/cmd/quickstart.py:514 +#: sphinx/cmd/quickstart.py:513 msgid "output path" msgstr "" -#: sphinx/cmd/quickstart.py:516 +#: sphinx/cmd/quickstart.py:515 msgid "Structure options" msgstr "" -#: sphinx/cmd/quickstart.py:518 +#: sphinx/cmd/quickstart.py:517 msgid "if specified, separate source and build dirs" msgstr "" -#: sphinx/cmd/quickstart.py:520 +#: sphinx/cmd/quickstart.py:519 msgid "replacement for dot in _templates etc." msgstr "" -#: sphinx/cmd/quickstart.py:522 +#: sphinx/cmd/quickstart.py:521 msgid "Project basic options" msgstr "" -#: sphinx/cmd/quickstart.py:524 +#: sphinx/cmd/quickstart.py:523 msgid "project name" msgstr "" -#: sphinx/cmd/quickstart.py:526 +#: sphinx/cmd/quickstart.py:525 msgid "author names" msgstr "" -#: sphinx/cmd/quickstart.py:528 +#: sphinx/cmd/quickstart.py:527 msgid "version of project" msgstr "" -#: sphinx/cmd/quickstart.py:530 +#: sphinx/cmd/quickstart.py:529 msgid "release of project" msgstr "" -#: sphinx/cmd/quickstart.py:532 +#: sphinx/cmd/quickstart.py:531 msgid "document language" msgstr "" -#: sphinx/cmd/quickstart.py:534 +#: sphinx/cmd/quickstart.py:533 msgid "source file suffix" msgstr "" -#: sphinx/cmd/quickstart.py:536 +#: sphinx/cmd/quickstart.py:535 msgid "master document name" msgstr "" -#: sphinx/cmd/quickstart.py:538 +#: sphinx/cmd/quickstart.py:537 msgid "use epub" msgstr "" -#: sphinx/cmd/quickstart.py:540 +#: sphinx/cmd/quickstart.py:539 msgid "Extension options" msgstr "" -#: sphinx/cmd/quickstart.py:544 sphinx/ext/apidoc.py:379 +#: sphinx/cmd/quickstart.py:543 sphinx/ext/apidoc.py:379 #, python-format msgid "enable %s extension" msgstr "" -#: sphinx/cmd/quickstart.py:546 sphinx/ext/apidoc.py:375 +#: sphinx/cmd/quickstart.py:545 sphinx/ext/apidoc.py:375 msgid "enable arbitrary extensions" msgstr "" -#: sphinx/cmd/quickstart.py:548 +#: sphinx/cmd/quickstart.py:547 msgid "Makefile and Batchfile creation" msgstr "" -#: sphinx/cmd/quickstart.py:550 +#: sphinx/cmd/quickstart.py:549 msgid "create makefile" msgstr "" -#: sphinx/cmd/quickstart.py:552 +#: sphinx/cmd/quickstart.py:551 msgid "do not create makefile" msgstr "" -#: sphinx/cmd/quickstart.py:554 +#: sphinx/cmd/quickstart.py:553 msgid "create batchfile" msgstr "" -#: sphinx/cmd/quickstart.py:557 +#: sphinx/cmd/quickstart.py:556 msgid "do not create batchfile" msgstr "" -#: sphinx/cmd/quickstart.py:560 +#: sphinx/cmd/quickstart.py:559 msgid "use make-mode for Makefile/make.bat" msgstr "" -#: sphinx/cmd/quickstart.py:563 +#: sphinx/cmd/quickstart.py:562 msgid "do not use make-mode for Makefile/make.bat" msgstr "" -#: sphinx/cmd/quickstart.py:565 +#: sphinx/cmd/quickstart.py:564 msgid "Project templating" msgstr "" -#: sphinx/cmd/quickstart.py:568 +#: sphinx/cmd/quickstart.py:567 msgid "template directory for template files" msgstr "" -#: sphinx/cmd/quickstart.py:571 +#: sphinx/cmd/quickstart.py:570 msgid "define a template variable" msgstr "" -#: sphinx/cmd/quickstart.py:605 +#: sphinx/cmd/quickstart.py:604 msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." msgstr "" -#: sphinx/cmd/quickstart.py:619 +#: sphinx/cmd/quickstart.py:618 msgid "" "Error: specified path is not a directory, or sphinx files already exist." msgstr "" -#: sphinx/cmd/quickstart.py:621 +#: sphinx/cmd/quickstart.py:620 msgid "" "sphinx-quickstart only generate into a empty directory. Please specify a new" " root path." msgstr "" -#: sphinx/cmd/quickstart.py:636 +#: sphinx/cmd/quickstart.py:635 #, python-format msgid "Invalid template variable: %s" msgstr "" @@ -1766,17 +1766,17 @@ msgstr ":نویسنده" msgid "%s %s" msgstr "" -#: sphinx/domains/c.py:64 sphinx/domains/cpp.py:6371 +#: sphinx/domains/c.py:64 sphinx/domains/cpp.py:6445 #: sphinx/domains/python.py:210 sphinx/ext/napoleon/docstring.py:696 msgid "Parameters" msgstr "پارامترها" -#: sphinx/domains/c.py:67 sphinx/domains/cpp.py:6380 -#: sphinx/domains/javascript.py:210 sphinx/domains/python.py:222 +#: sphinx/domains/c.py:67 sphinx/domains/cpp.py:6454 +#: sphinx/domains/javascript.py:209 sphinx/domains/python.py:222 msgid "Returns" msgstr "" -#: sphinx/domains/c.py:69 sphinx/domains/javascript.py:212 +#: sphinx/domains/c.py:69 sphinx/domains/javascript.py:211 #: sphinx/domains/python.py:224 msgid "Return type" msgstr "نوع برگشتی" @@ -1806,12 +1806,12 @@ msgstr "%s (C نوع)" msgid "%s (C variable)" msgstr "%s (C متغیر)" -#: sphinx/domains/c.py:258 sphinx/domains/cpp.py:6956 -#: sphinx/domains/javascript.py:298 sphinx/domains/python.py:741 +#: sphinx/domains/c.py:258 sphinx/domains/cpp.py:7029 +#: sphinx/domains/javascript.py:297 sphinx/domains/python.py:742 msgid "function" msgstr "" -#: sphinx/domains/c.py:259 sphinx/domains/cpp.py:6957 +#: sphinx/domains/c.py:259 sphinx/domains/cpp.py:7030 msgid "member" msgstr "" @@ -1819,7 +1819,7 @@ msgstr "" msgid "macro" msgstr "" -#: sphinx/domains/c.py:261 sphinx/domains/cpp.py:6958 +#: sphinx/domains/c.py:261 sphinx/domains/cpp.py:7031 msgid "type" msgstr "" @@ -1842,106 +1842,106 @@ msgstr "تغییر داده شده در نسخه %s" msgid "Deprecated since version %s" msgstr "منسوخ شده از نسخه %s" -#: sphinx/domains/cpp.py:4297 +#: sphinx/domains/cpp.py:4323 #, python-format msgid "" "Duplicate declaration, also defined in '%s'.\n" "Declaration is '%s'." msgstr "" -#: sphinx/domains/cpp.py:6374 +#: sphinx/domains/cpp.py:6448 msgid "Template Parameters" msgstr "" -#: sphinx/domains/cpp.py:6377 sphinx/domains/javascript.py:207 +#: sphinx/domains/cpp.py:6451 sphinx/domains/javascript.py:206 msgid "Throws" msgstr "" -#: sphinx/domains/cpp.py:6505 +#: sphinx/domains/cpp.py:6579 #, python-format msgid "%s (C++ %s)" msgstr "" -#: sphinx/domains/cpp.py:6954 sphinx/domains/javascript.py:300 -#: sphinx/domains/python.py:743 +#: sphinx/domains/cpp.py:7027 sphinx/domains/javascript.py:299 +#: sphinx/domains/python.py:744 msgid "class" msgstr "" -#: sphinx/domains/cpp.py:6955 +#: sphinx/domains/cpp.py:7028 msgid "union" msgstr "" -#: sphinx/domains/cpp.py:6959 +#: sphinx/domains/cpp.py:7032 msgid "concept" msgstr "" -#: sphinx/domains/cpp.py:6960 +#: sphinx/domains/cpp.py:7033 msgid "enum" msgstr "" -#: sphinx/domains/cpp.py:6961 +#: sphinx/domains/cpp.py:7034 msgid "enumerator" msgstr "" -#: sphinx/domains/cpp.py:7054 +#: sphinx/domains/cpp.py:7127 #, python-format msgid "" "Duplicate declaration, also defined in '%s'.\n" "Name of declaration is '%s'." msgstr "" -#: sphinx/domains/javascript.py:131 sphinx/domains/python.py:429 +#: sphinx/domains/javascript.py:130 sphinx/domains/python.py:430 #, python-format msgid "%s() (built-in function)" msgstr "%s() (توابع درونی)" -#: sphinx/domains/javascript.py:132 sphinx/domains/python.py:494 +#: sphinx/domains/javascript.py:131 sphinx/domains/python.py:495 #, python-format msgid "%s() (%s method)" msgstr "%s() (%s متد)" -#: sphinx/domains/javascript.py:134 +#: sphinx/domains/javascript.py:133 #, python-format msgid "%s() (class)" msgstr "" -#: sphinx/domains/javascript.py:136 +#: sphinx/domains/javascript.py:135 #, python-format msgid "%s (global variable or constant)" msgstr "" -#: sphinx/domains/javascript.py:138 sphinx/domains/python.py:532 +#: sphinx/domains/javascript.py:137 sphinx/domains/python.py:533 #, python-format msgid "%s (%s attribute)" msgstr "%s (%s مشخصه)" -#: sphinx/domains/javascript.py:204 +#: sphinx/domains/javascript.py:203 msgid "Arguments" msgstr "" -#: sphinx/domains/javascript.py:265 sphinx/domains/python.py:609 +#: sphinx/domains/javascript.py:264 sphinx/domains/python.py:610 #, python-format msgid "%s (module)" msgstr "%s (ماژول)" -#: sphinx/domains/javascript.py:299 sphinx/domains/python.py:745 +#: sphinx/domains/javascript.py:298 sphinx/domains/python.py:746 msgid "method" msgstr "" -#: sphinx/domains/javascript.py:301 sphinx/domains/python.py:742 +#: sphinx/domains/javascript.py:300 sphinx/domains/python.py:743 msgid "data" msgstr "" -#: sphinx/domains/javascript.py:302 sphinx/domains/python.py:748 +#: sphinx/domains/javascript.py:301 sphinx/domains/python.py:749 msgid "attribute" msgstr "" -#: sphinx/domains/javascript.py:303 sphinx/domains/python.py:49 -#: sphinx/domains/python.py:749 +#: sphinx/domains/javascript.py:302 sphinx/domains/python.py:49 +#: sphinx/domains/python.py:750 msgid "module" msgstr "ماژول" -#: sphinx/domains/math.py:101 sphinx/writers/latex.py:2451 +#: sphinx/domains/math.py:101 sphinx/writers/latex.py:2459 #, python-format msgid "Invalid math_eqref_format: %r" msgstr "" @@ -1963,7 +1963,7 @@ msgstr "عملگر" msgid "object" msgstr "شیء" -#: sphinx/domains/python.py:53 sphinx/domains/python.py:744 +#: sphinx/domains/python.py:53 sphinx/domains/python.py:745 msgid "exception" msgstr "استثناء" @@ -1983,88 +1983,88 @@ msgstr "" msgid "Raises" msgstr "برانگیختن" -#: sphinx/domains/python.py:430 sphinx/domains/python.py:488 -#: sphinx/domains/python.py:500 sphinx/domains/python.py:513 +#: sphinx/domains/python.py:431 sphinx/domains/python.py:489 +#: sphinx/domains/python.py:501 sphinx/domains/python.py:514 #, python-format msgid "%s() (in module %s)" msgstr "%s() (در ماژول %s)" -#: sphinx/domains/python.py:433 +#: sphinx/domains/python.py:434 #, python-format msgid "%s (built-in variable)" msgstr "%s (متغیر درونی)" -#: sphinx/domains/python.py:434 sphinx/domains/python.py:526 +#: sphinx/domains/python.py:435 sphinx/domains/python.py:527 #, python-format msgid "%s (in module %s)" msgstr "%s (در ماژول %s)" -#: sphinx/domains/python.py:454 +#: sphinx/domains/python.py:455 #, python-format msgid "%s (built-in class)" msgstr "%s (کلاس درونی)" -#: sphinx/domains/python.py:455 +#: sphinx/domains/python.py:456 #, python-format msgid "%s (class in %s)" msgstr "%s (کلاس در %s)" -#: sphinx/domains/python.py:492 +#: sphinx/domains/python.py:493 #, python-format msgid "%s() (%s.%s method)" msgstr "%s() (%s.%s متد)" -#: sphinx/domains/python.py:504 +#: sphinx/domains/python.py:505 #, python-format msgid "%s() (%s.%s static method)" msgstr "%s() (%s.%s متد استاتیک)" -#: sphinx/domains/python.py:507 +#: sphinx/domains/python.py:508 #, python-format msgid "%s() (%s static method)" msgstr "%s() (%s متد استاتیک)" -#: sphinx/domains/python.py:517 +#: sphinx/domains/python.py:518 #, python-format msgid "%s() (%s.%s class method)" msgstr "" -#: sphinx/domains/python.py:520 +#: sphinx/domains/python.py:521 #, python-format msgid "%s() (%s class method)" msgstr "" -#: sphinx/domains/python.py:530 +#: sphinx/domains/python.py:531 #, python-format msgid "%s (%s.%s attribute)" msgstr "%s (%s.%s مشخصه)" -#: sphinx/domains/python.py:667 +#: sphinx/domains/python.py:668 msgid "Python Module Index" msgstr "" -#: sphinx/domains/python.py:668 +#: sphinx/domains/python.py:669 msgid "modules" msgstr "ماژول ها" -#: sphinx/domains/python.py:719 +#: sphinx/domains/python.py:720 msgid "Deprecated" msgstr "منسوخ شده" -#: sphinx/domains/python.py:746 +#: sphinx/domains/python.py:747 msgid "class method" msgstr "" -#: sphinx/domains/python.py:747 +#: sphinx/domains/python.py:748 msgid "static method" msgstr "" -#: sphinx/domains/python.py:879 +#: sphinx/domains/python.py:880 #, python-format msgid "more than one target found for cross-reference %r: %s" msgstr "" -#: sphinx/domains/python.py:917 +#: sphinx/domains/python.py:918 msgid " (deprecated)" msgstr "" @@ -2140,7 +2140,7 @@ msgstr "صفحه جستجو" msgid "duplicate citation %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:631 sphinx/ext/autosectionlabel.py:61 +#: sphinx/domains/std.py:631 sphinx/ext/autosectionlabel.py:56 #, python-format msgid "duplicate label %s, other instance in %s" msgstr "" @@ -2200,21 +2200,21 @@ msgid "" "another doctree directory." msgstr "" -#: sphinx/environment/__init__.py:408 +#: sphinx/environment/__init__.py:404 #, python-format msgid "Failed to scan documents in %s: %r" msgstr "" -#: sphinx/environment/__init__.py:536 +#: sphinx/environment/__init__.py:532 #, python-format msgid "Domain %r is not registered" msgstr "" -#: sphinx/environment/__init__.py:621 +#: sphinx/environment/__init__.py:617 msgid "self referenced toctree found. Ignored." msgstr "" -#: sphinx/environment/__init__.py:662 +#: sphinx/environment/__init__.py:658 msgid "document isn't included in any toctree" msgstr "" @@ -2234,6 +2234,7 @@ msgid "unknown index entry type %r" msgstr "" #: sphinx/environment/adapters/indexentries.py:156 +#: sphinx/templates/latex/sphinxmessages.sty_t:11 msgid "Symbols" msgstr "" @@ -2259,22 +2260,22 @@ msgstr "" msgid "toctree contains reference to nonexisting document %r" msgstr "" -#: sphinx/environment/collectors/asset.py:91 +#: sphinx/environment/collectors/asset.py:90 #, python-format msgid "image file not readable: %s" msgstr "" -#: sphinx/environment/collectors/asset.py:107 +#: sphinx/environment/collectors/asset.py:106 #, python-format msgid "image file %s not readable: %s" msgstr "" -#: sphinx/environment/collectors/asset.py:135 +#: sphinx/environment/collectors/asset.py:134 #, python-format msgid "download file not readable: %s" msgstr "" -#: sphinx/environment/collectors/toctree.py:197 +#: sphinx/environment/collectors/toctree.py:196 #, python-format msgid "%s is already assigned section numbers (nested numbered toctree?)" msgstr "" @@ -2418,38 +2419,38 @@ msgstr "" msgid "module %s could not be imported: %s" msgstr "" -#: sphinx/ext/doctest.py:142 +#: sphinx/ext/doctest.py:132 #, python-format msgid "missing '+' or '-' in '%s' option." msgstr "" -#: sphinx/ext/doctest.py:147 +#: sphinx/ext/doctest.py:137 #, python-format msgid "'%s' is not a valid option." msgstr "" -#: sphinx/ext/doctest.py:161 +#: sphinx/ext/doctest.py:151 #, python-format msgid "'%s' is not a valid pyversion option" msgstr "" -#: sphinx/ext/doctest.py:230 +#: sphinx/ext/doctest.py:222 msgid "invalid TestCode type" msgstr "" -#: sphinx/ext/doctest.py:291 +#: sphinx/ext/doctest.py:283 #, python-format msgid "" "Testing of doctests in the sources finished, look at the results in " "%(outdir)s/output.txt." msgstr "" -#: sphinx/ext/doctest.py:438 +#: sphinx/ext/doctest.py:446 #, python-format msgid "no code/output in %s block at %s:%s" msgstr "" -#: sphinx/ext/doctest.py:527 +#: sphinx/ext/doctest.py:535 #, python-format msgid "ignoring invalid doctest code: %r" msgstr "" @@ -2467,7 +2468,7 @@ msgstr "" msgid "Ignoring \"graphviz\" directive without content." msgstr "" -#: sphinx/ext/graphviz.py:252 +#: sphinx/ext/graphviz.py:250 #, python-format msgid "" "dot did not produce an output file:\n" @@ -2477,14 +2478,14 @@ msgid "" "%r" msgstr "" -#: sphinx/ext/graphviz.py:256 +#: sphinx/ext/graphviz.py:254 #, python-format msgid "" "dot command %r cannot be run (needed for graphviz output), check the " "graphviz_dot setting" msgstr "" -#: sphinx/ext/graphviz.py:263 +#: sphinx/ext/graphviz.py:261 #, python-format msgid "" "dot exited with error:\n" @@ -2494,23 +2495,23 @@ msgid "" "%r" msgstr "" -#: sphinx/ext/graphviz.py:273 +#: sphinx/ext/graphviz.py:271 #, python-format msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" msgstr "" -#: sphinx/ext/graphviz.py:277 sphinx/ext/graphviz.py:331 -#: sphinx/ext/graphviz.py:369 +#: sphinx/ext/graphviz.py:275 sphinx/ext/graphviz.py:329 +#: sphinx/ext/graphviz.py:367 #, python-format msgid "dot code %r: %s" msgstr "" -#: sphinx/ext/graphviz.py:384 sphinx/ext/graphviz.py:393 +#: sphinx/ext/graphviz.py:382 sphinx/ext/graphviz.py:391 #, python-format msgid "[graph: %s]" msgstr "" -#: sphinx/ext/graphviz.py:386 sphinx/ext/graphviz.py:395 +#: sphinx/ext/graphviz.py:384 sphinx/ext/graphviz.py:393 msgid "[graph]" msgstr "" @@ -2529,31 +2530,31 @@ msgid "" "%r" msgstr "" -#: sphinx/ext/imgmath.py:140 +#: sphinx/ext/imgmath.py:139 #, python-format msgid "" "LaTeX command %r cannot be run (needed for math display), check the " "imgmath_latex setting" msgstr "" -#: sphinx/ext/imgmath.py:155 +#: sphinx/ext/imgmath.py:154 #, python-format msgid "" "%s command %r cannot be run (needed for math display), check the imgmath_%s " "setting" msgstr "" -#: sphinx/ext/imgmath.py:290 +#: sphinx/ext/imgmath.py:289 #, python-format msgid "display latex %r: %s" msgstr "" -#: sphinx/ext/imgmath.py:317 +#: sphinx/ext/imgmath.py:316 #, python-format msgid "inline latex %r: %s" msgstr "" -#: sphinx/ext/imgmath.py:324 sphinx/ext/mathjax.py:54 +#: sphinx/ext/imgmath.py:323 sphinx/ext/mathjax.py:54 msgid "Permalink to this equation" msgstr "" @@ -2573,26 +2574,26 @@ msgid "" "alternatives:" msgstr "" -#: sphinx/ext/intersphinx.py:237 +#: sphinx/ext/intersphinx.py:238 msgid "failed to reach any of the inventories with the following issues:" msgstr "" -#: sphinx/ext/intersphinx.py:312 +#: sphinx/ext/intersphinx.py:311 #, python-format msgid "(in %s v%s)" msgstr "" -#: sphinx/ext/intersphinx.py:314 +#: sphinx/ext/intersphinx.py:313 #, python-format msgid "(in %s)" msgstr "" -#: sphinx/ext/intersphinx.py:348 +#: sphinx/ext/intersphinx.py:347 #, python-format msgid "intersphinx identifier %r is not string. Ignored" msgstr "" -#: sphinx/ext/intersphinx.py:361 +#: sphinx/ext/intersphinx.py:360 #, python-format msgid "Fail to read intersphinx_mapping[%s], Ignored: %r" msgstr "" @@ -2648,29 +2649,29 @@ msgstr "" msgid "

All modules for which code is available

" msgstr "" -#: sphinx/ext/autodoc/__init__.py:302 +#: sphinx/ext/autodoc/__init__.py:300 #, python-format msgid "invalid signature for auto%s (%r)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:402 +#: sphinx/ext/autodoc/__init__.py:400 #, python-format msgid "error while formatting arguments for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:514 +#: sphinx/ext/autodoc/__init__.py:512 #, python-format msgid "missing attribute %s in object %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:602 +#: sphinx/ext/autodoc/__init__.py:600 #, python-format msgid "" "autodoc: failed to determine %r to be documented.the following exception was raised:\n" "%s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:694 +#: sphinx/ext/autodoc/__init__.py:692 #, python-format msgid "" "don't know which module to import for autodocumenting %r (try placing a " @@ -2678,39 +2679,39 @@ msgid "" "explicit module name)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:788 +#: sphinx/ext/autodoc/__init__.py:786 msgid "\"::\" in automodule name doesn't make sense" msgstr "" -#: sphinx/ext/autodoc/__init__.py:796 +#: sphinx/ext/autodoc/__init__.py:794 #, python-format msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:829 +#: sphinx/ext/autodoc/__init__.py:827 #, python-format msgid "" "__all__ should be a list of strings, not %r (in module %s) -- ignoring " "__all__" msgstr "" -#: sphinx/ext/autodoc/__init__.py:844 +#: sphinx/ext/autodoc/__init__.py:842 #, python-format msgid "" "missing attribute mentioned in :members: or __all__: module %s, attribute %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1128 +#: sphinx/ext/autodoc/__init__.py:1126 #, python-format msgid "Bases: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1185 +#: sphinx/ext/autodoc/__init__.py:1183 #, python-format msgid "alias of :class:`%s`" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1470 +#: sphinx/ext/autodoc/__init__.py:1468 #, python-format msgid "Ignoring invalid option in autodoc_default_flags: %r" msgstr "" @@ -2746,17 +2747,17 @@ msgid "" "contain .rst. Skipped." msgstr "" -#: sphinx/ext/autosummary/generate.py:102 +#: sphinx/ext/autosummary/generate.py:100 #, python-format msgid "[autosummary] generating autosummary for: %s" msgstr "" -#: sphinx/ext/autosummary/generate.py:106 +#: sphinx/ext/autosummary/generate.py:104 #, python-format msgid "[autosummary] writing to %s" msgstr "" -#: sphinx/ext/autosummary/generate.py:366 +#: sphinx/ext/autosummary/generate.py:364 msgid "" "\n" "Generate ReStructuredText using autosummary directives.\n" @@ -2771,25 +2772,25 @@ msgid "" " pydoc sphinx.ext.autosummary\n" msgstr "" -#: sphinx/ext/autosummary/generate.py:383 +#: sphinx/ext/autosummary/generate.py:381 msgid "source files to generate rST files for" msgstr "" -#: sphinx/ext/autosummary/generate.py:387 +#: sphinx/ext/autosummary/generate.py:385 msgid "directory to place all output in" msgstr "" -#: sphinx/ext/autosummary/generate.py:390 +#: sphinx/ext/autosummary/generate.py:388 #, python-format msgid "default suffix for files (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:394 +#: sphinx/ext/autosummary/generate.py:392 #, python-format msgid "custom template directory (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:398 +#: sphinx/ext/autosummary/generate.py:396 #, python-format msgid "document imported members (default: %(default)s)" msgstr "" @@ -2867,6 +2868,7 @@ msgid "Warning" msgstr "هشدار" #: sphinx/templates/latex/longtable.tex_t:23 +#: sphinx/templates/latex/sphinxmessages.sty_t:8 msgid "continued from previous page" msgstr "" @@ -2874,13 +2876,29 @@ msgstr "" msgid "Continued on next page" msgstr "" +#: sphinx/templates/latex/sphinxmessages.sty_t:9 +msgid "continues on next page" +msgstr "" + +#: sphinx/templates/latex/sphinxmessages.sty_t:10 +msgid "Non-alphabetical" +msgstr "" + +#: sphinx/templates/latex/sphinxmessages.sty_t:12 +msgid "Numbers" +msgstr "" + +#: sphinx/templates/latex/sphinxmessages.sty_t:13 +msgid "page" +msgstr "" + #: sphinx/themes/agogo/layout.html:46 sphinx/themes/basic/globaltoc.html:10 #: sphinx/themes/basic/localtoc.html:11 sphinx/themes/scrolls/layout.html:41 msgid "Table of Contents" msgstr "" #: sphinx/themes/agogo/layout.html:51 sphinx/themes/basic/layout.html:153 -#: sphinx/themes/basic/search.html:11 sphinx/themes/basic/search.html:26 +#: sphinx/themes/basic/search.html:11 sphinx/themes/basic/search.html:21 #: sphinx/themes/basic/searchresults.html:10 msgid "Search" msgstr "جستجو" @@ -3017,13 +3035,13 @@ msgstr "موضوع بعدی" msgid "next chapter" msgstr "فصل بعدی" -#: sphinx/themes/basic/search.html:30 +#: sphinx/themes/basic/search.html:25 msgid "" "Please activate JavaScript to enable the search\n" " functionality." msgstr "" -#: sphinx/themes/basic/search.html:35 +#: sphinx/themes/basic/search.html:30 msgid "" "From here you can search these documents. Enter your search\n" " words into the box below and click \"search\". Note that the search\n" @@ -3031,20 +3049,20 @@ msgid "" " containing fewer words won't appear in the result list." msgstr "" -#: sphinx/themes/basic/search.html:42 +#: sphinx/themes/basic/search.html:37 #: sphinx/themes/basic/searchresults.html:17 msgid "search" msgstr "جستجو" -#: sphinx/themes/basic/search.html:46 +#: sphinx/themes/basic/search.html:41 #: sphinx/themes/basic/searchresults.html:21 -#: sphinx/themes/basic/static/searchtools.js:295 +#: sphinx/themes/basic/static/searchtools.js:285 msgid "Search Results" msgstr "نتایج جستجو" -#: sphinx/themes/basic/search.html:48 +#: sphinx/themes/basic/search.html:43 #: sphinx/themes/basic/searchresults.html:23 -#: sphinx/themes/basic/static/searchtools.js:297 +#: sphinx/themes/basic/static/searchtools.js:287 msgid "" "Your search did not match any documents. Please make sure that all words are" " spelled correctly and that you've selected enough categories." @@ -3102,20 +3120,20 @@ msgstr "لینک ثابت به این تعریف" msgid "Hide Search Matches" msgstr "عدم نمایش نتایج یافت شده" -#: sphinx/themes/basic/static/searchtools.js:131 +#: sphinx/themes/basic/static/searchtools.js:121 msgid "Searching" msgstr "" -#: sphinx/themes/basic/static/searchtools.js:136 +#: sphinx/themes/basic/static/searchtools.js:126 msgid "Preparing search..." msgstr "" -#: sphinx/themes/basic/static/searchtools.js:299 +#: sphinx/themes/basic/static/searchtools.js:289 #, python-format msgid "Search finished, found %s page(s) matching the search query." msgstr "" -#: sphinx/themes/basic/static/searchtools.js:352 +#: sphinx/themes/basic/static/searchtools.js:342 msgid ", in " msgstr "" @@ -3132,18 +3150,18 @@ msgstr "" msgid "Contents" msgstr "" -#: sphinx/transforms/__init__.py:259 +#: sphinx/transforms/__init__.py:261 #, python-format msgid "" "4 column based index found. It might be a bug of extensions you use: %r" msgstr "" -#: sphinx/transforms/__init__.py:301 +#: sphinx/transforms/__init__.py:303 #, python-format msgid "Footnote [%s] is not referenced." msgstr "" -#: sphinx/transforms/__init__.py:307 +#: sphinx/transforms/__init__.py:309 msgid "Footnote [#] is not referenced." msgstr "" @@ -3214,7 +3232,7 @@ msgstr "" msgid "failed" msgstr "" -#: sphinx/util/docutils.py:321 +#: sphinx/util/docutils.py:320 msgid "when adding directive classes, no additional arguments may be given" msgstr "" @@ -3275,15 +3293,15 @@ msgstr "" msgid "Permalink to this code" msgstr "" -#: sphinx/writers/html.py:514 sphinx/writers/html5.py:460 +#: sphinx/writers/html.py:512 sphinx/writers/html5.py:458 msgid "Permalink to this image" msgstr "" -#: sphinx/writers/html.py:516 sphinx/writers/html5.py:462 +#: sphinx/writers/html.py:514 sphinx/writers/html5.py:460 msgid "Permalink to this toctree" msgstr "" -#: sphinx/writers/html.py:674 sphinx/writers/html5.py:608 +#: sphinx/writers/html.py:672 sphinx/writers/html5.py:606 msgid "Could not obtain image size. :scale: option is ignored." msgstr "" @@ -3320,12 +3338,12 @@ msgstr "" msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: sphinx/writers/latex.py:1843 +#: sphinx/writers/latex.py:1847 #, python-format msgid "unknown index entry type %s found" msgstr "" -#: sphinx/writers/latex.py:2552 +#: sphinx/writers/latex.py:2560 #, python-format msgid "Unknown configure key: latex_elements[%r] is ignored." msgstr "" @@ -3343,12 +3361,12 @@ msgstr "" msgid "caption not inside a figure." msgstr "" -#: sphinx/writers/texinfo.py:1421 +#: sphinx/writers/texinfo.py:1422 #, python-format msgid "unimplemented node type: %r" msgstr "" -#: sphinx/writers/texinfo.py:1426 +#: sphinx/writers/texinfo.py:1427 #, python-format msgid "unknown node type: %r" msgstr "" diff --git a/sphinx/locale/fi/LC_MESSAGES/sphinx.mo b/sphinx/locale/fi/LC_MESSAGES/sphinx.mo index 233cdbe1a8..d6c74e0bf3 100644 Binary files a/sphinx/locale/fi/LC_MESSAGES/sphinx.mo and b/sphinx/locale/fi/LC_MESSAGES/sphinx.mo differ diff --git a/sphinx/locale/fi/LC_MESSAGES/sphinx.po b/sphinx/locale/fi/LC_MESSAGES/sphinx.po index d82b6bf726..ee28d41a7d 100644 --- a/sphinx/locale/fi/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/fi/LC_MESSAGES/sphinx.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2019-02-18 01:52+0900\n" -"PO-Revision-Date: 2019-03-14 16:36+0000\n" +"POT-Creation-Date: 2019-03-29 01:05+0900\n" +"PO-Revision-Date: 2019-03-28 16:08+0000\n" "Last-Translator: Takeshi KOMIYA \n" "Language-Team: Finnish (http://www.transifex.com/sphinx-doc/sphinx-1/language/fi/)\n" "MIME-Version: 1.0\n" @@ -122,7 +122,7 @@ msgstr "" msgid "role %r is already registered, it will be overridden" msgstr "" -#: sphinx/application.py:1182 +#: sphinx/application.py:1179 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -130,7 +130,7 @@ msgid "" "explicit" msgstr "" -#: sphinx/application.py:1188 +#: sphinx/application.py:1185 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -138,7 +138,7 @@ msgid "" "explicit" msgstr "" -#: sphinx/application.py:1199 +#: sphinx/application.py:1196 #, python-format msgid "doing serial %s" msgstr "" @@ -587,44 +587,44 @@ msgstr "" msgid "preparing documents" msgstr "" -#: sphinx/builders/_epub_base.py:219 +#: sphinx/builders/_epub_base.py:218 #, python-format msgid "duplicated ToC entry found: %s" msgstr "" -#: sphinx/builders/_epub_base.py:415 sphinx/builders/html.py:761 -#: sphinx/builders/latex/__init__.py:413 sphinx/builders/texinfo.py:190 +#: sphinx/builders/_epub_base.py:414 sphinx/builders/html.py:761 +#: sphinx/builders/latex/__init__.py:415 sphinx/builders/texinfo.py:190 msgid "copying images... " msgstr "" -#: sphinx/builders/_epub_base.py:422 +#: sphinx/builders/_epub_base.py:421 #, python-format msgid "cannot read image file %r: copying it instead" msgstr "" -#: sphinx/builders/_epub_base.py:428 sphinx/builders/html.py:769 -#: sphinx/builders/latex/__init__.py:421 sphinx/builders/texinfo.py:198 +#: sphinx/builders/_epub_base.py:427 sphinx/builders/html.py:769 +#: sphinx/builders/latex/__init__.py:423 sphinx/builders/texinfo.py:199 #, python-format msgid "cannot copy image file %r: %s" msgstr "" -#: sphinx/builders/_epub_base.py:445 +#: sphinx/builders/_epub_base.py:444 #, python-format msgid "cannot write image file %r: %s" msgstr "" -#: sphinx/builders/_epub_base.py:456 +#: sphinx/builders/_epub_base.py:455 msgid "Pillow not found - copying image files" msgstr "" -#: sphinx/builders/_epub_base.py:491 sphinx/builders/_epub_base.py:504 -#: sphinx/builders/_epub_base.py:540 sphinx/builders/_epub_base.py:725 -#: sphinx/builders/_epub_base.py:758 sphinx/builders/epub3.py:184 +#: sphinx/builders/_epub_base.py:490 sphinx/builders/_epub_base.py:503 +#: sphinx/builders/_epub_base.py:539 sphinx/builders/_epub_base.py:724 +#: sphinx/builders/_epub_base.py:757 sphinx/builders/epub3.py:183 #, python-format msgid "writing %s file..." msgstr "" -#: sphinx/builders/_epub_base.py:566 +#: sphinx/builders/_epub_base.py:565 #, python-format msgid "unknown mimetype for %s, ignoring" msgstr "" @@ -643,19 +643,19 @@ msgstr "" msgid "writing summary file..." msgstr "" -#: sphinx/builders/changes.py:87 +#: sphinx/builders/changes.py:86 msgid "Builtins" msgstr "" -#: sphinx/builders/changes.py:89 +#: sphinx/builders/changes.py:88 msgid "Module level" msgstr "Moduulitaso" -#: sphinx/builders/changes.py:134 +#: sphinx/builders/changes.py:133 msgid "copying source files..." msgstr "" -#: sphinx/builders/changes.py:141 +#: sphinx/builders/changes.py:140 #, python-format msgid "could not read %r for changelog creation" msgstr "" @@ -664,76 +664,76 @@ msgstr "" msgid "The dummy builder generates no files." msgstr "" -#: sphinx/builders/epub3.py:69 +#: sphinx/builders/epub3.py:68 #, python-format msgid "The ePub file is in %(outdir)s." msgstr "" -#: sphinx/builders/epub3.py:212 +#: sphinx/builders/epub3.py:211 msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:216 +#: sphinx/builders/epub3.py:215 msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:219 +#: sphinx/builders/epub3.py:218 msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:223 +#: sphinx/builders/epub3.py:222 msgid "conf value \"epub_author\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:226 +#: sphinx/builders/epub3.py:225 msgid "conf value \"epub_contributor\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:229 +#: sphinx/builders/epub3.py:228 msgid "conf value \"epub_description\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:232 +#: sphinx/builders/epub3.py:231 msgid "conf value \"epub_publisher\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:235 +#: sphinx/builders/epub3.py:234 msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:239 +#: sphinx/builders/epub3.py:238 msgid "conf value \"epub_identifier\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:242 +#: sphinx/builders/epub3.py:241 msgid "conf value \"version\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:257 sphinx/builders/html.py:1166 +#: sphinx/builders/epub3.py:256 sphinx/builders/html.py:1166 #, python-format msgid "invalid css_file: %r, ignored" msgstr "" -#: sphinx/builders/gettext.py:215 +#: sphinx/builders/gettext.py:221 #, python-format msgid "The message catalogs are in %(outdir)s." msgstr "" -#: sphinx/builders/gettext.py:239 +#: sphinx/builders/gettext.py:245 #, python-format msgid "building [%s]: " msgstr "" -#: sphinx/builders/gettext.py:240 +#: sphinx/builders/gettext.py:246 #, python-format msgid "targets for %d template files" msgstr "" -#: sphinx/builders/gettext.py:244 +#: sphinx/builders/gettext.py:250 msgid "reading templates... " msgstr "" -#: sphinx/builders/gettext.py:271 +#: sphinx/builders/gettext.py:277 msgid "writing message catalogs... " msgstr "" @@ -752,7 +752,7 @@ msgstr "" msgid "Failed to read build info file: %r" msgstr "" -#: sphinx/builders/html.py:488 sphinx/builders/latex/__init__.py:204 +#: sphinx/builders/html.py:488 sphinx/builders/latex/__init__.py:206 #: sphinx/transforms/__init__.py:121 sphinx/writers/manpage.py:118 #: sphinx/writers/texinfo.py:243 #, python-format @@ -805,7 +805,7 @@ msgstr "" msgid "html_static_path entry %r does not exist" msgstr "" -#: sphinx/builders/html.py:839 sphinx/builders/latex/__init__.py:398 +#: sphinx/builders/html.py:839 sphinx/builders/latex/__init__.py:400 #, python-format msgid "logo file %r does not exist" msgstr "" @@ -922,7 +922,7 @@ msgstr "" msgid "no \"man_pages\" config value found; no manual pages will be written" msgstr "" -#: sphinx/builders/latex/__init__.py:270 sphinx/builders/manpage.py:64 +#: sphinx/builders/latex/__init__.py:272 sphinx/builders/manpage.py:64 #: sphinx/builders/singlehtml.py:174 sphinx/builders/texinfo.py:120 msgid "writing" msgstr "" @@ -966,24 +966,24 @@ msgstr "" msgid "\"texinfo_documents\" config value references unknown document %s" msgstr "" -#: sphinx/builders/latex/__init__.py:253 sphinx/builders/texinfo.py:116 +#: sphinx/builders/latex/__init__.py:255 sphinx/builders/texinfo.py:116 #, python-format msgid "processing %s" msgstr "" -#: sphinx/builders/latex/__init__.py:322 sphinx/builders/texinfo.py:163 +#: sphinx/builders/latex/__init__.py:323 sphinx/builders/texinfo.py:164 msgid "resolving references..." msgstr "" -#: sphinx/builders/latex/__init__.py:332 sphinx/builders/texinfo.py:172 +#: sphinx/builders/latex/__init__.py:333 sphinx/builders/texinfo.py:173 msgid " (in " msgstr "" -#: sphinx/builders/texinfo.py:204 +#: sphinx/builders/texinfo.py:205 msgid "copying Texinfo support files" msgstr "" -#: sphinx/builders/texinfo.py:208 +#: sphinx/builders/texinfo.py:209 #, python-format msgid "error writing file Makefile: %s" msgstr "" @@ -1003,28 +1003,28 @@ msgstr "" msgid "The pseudo-XML files are in %(outdir)s." msgstr "" -#: sphinx/builders/latex/__init__.py:121 +#: sphinx/builders/latex/__init__.py:123 #, python-format msgid "The LaTeX files are in %(outdir)s." msgstr "" -#: sphinx/builders/latex/__init__.py:123 +#: sphinx/builders/latex/__init__.py:125 msgid "" "\n" "Run 'make' in that directory to run these through (pdf)latex\n" "(use `make latexpdf' here to do that automatically)." msgstr "" -#: sphinx/builders/latex/__init__.py:163 +#: sphinx/builders/latex/__init__.py:165 msgid "no \"latex_documents\" config value found; no documents will be written" msgstr "" -#: sphinx/builders/latex/__init__.py:171 +#: sphinx/builders/latex/__init__.py:173 #, python-format msgid "\"latex_documents\" config value references unknown document %s" msgstr "" -#: sphinx/builders/latex/__init__.py:211 sphinx/domains/std.py:501 +#: sphinx/builders/latex/__init__.py:213 sphinx/domains/std.py:501 #: sphinx/templates/latex/latex.tex_t:79 #: sphinx/themes/basic/genindex-single.html:30 #: sphinx/themes/basic/genindex-single.html:55 @@ -1036,28 +1036,28 @@ msgstr "" msgid "Index" msgstr "Sisällysluettelo" -#: sphinx/builders/latex/__init__.py:214 sphinx/templates/latex/latex.tex_t:64 +#: sphinx/builders/latex/__init__.py:216 sphinx/templates/latex/latex.tex_t:64 msgid "Release" msgstr "" -#: sphinx/builders/latex/__init__.py:222 sphinx/writers/latex.py:549 +#: sphinx/builders/latex/__init__.py:224 sphinx/writers/latex.py:549 #, python-format msgid "no Babel option known for language %r" msgstr "" -#: sphinx/builders/latex/__init__.py:361 +#: sphinx/builders/latex/__init__.py:363 msgid "copying TeX support files" msgstr "" -#: sphinx/builders/latex/__init__.py:382 +#: sphinx/builders/latex/__init__.py:384 msgid "copying TeX support files..." msgstr "" -#: sphinx/builders/latex/__init__.py:402 +#: sphinx/builders/latex/__init__.py:404 msgid "copying additional files" msgstr "" -#: sphinx/builders/latex/__init__.py:445 +#: sphinx/builders/latex/__init__.py:447 #, python-format msgid "Unknown configure key: latex_elements[%r]. ignored." msgstr "" @@ -1120,8 +1120,8 @@ msgstr "" msgid "job number should be a positive number" msgstr "" -#: sphinx/cmd/build.py:106 sphinx/cmd/quickstart.py:498 -#: sphinx/ext/apidoc.py:298 sphinx/ext/autosummary/generate.py:365 +#: sphinx/cmd/build.py:106 sphinx/cmd/quickstart.py:497 +#: sphinx/ext/apidoc.py:298 sphinx/ext/autosummary/generate.py:363 msgid "For more information, visit ." msgstr "" @@ -1498,13 +1498,13 @@ msgstr "" msgid "Indicate which of the following Sphinx extensions should be enabled:" msgstr "" -#: sphinx/cmd/quickstart.py:354 +#: sphinx/cmd/quickstart.py:353 msgid "" "Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " "been deselected." msgstr "" -#: sphinx/cmd/quickstart.py:359 +#: sphinx/cmd/quickstart.py:358 msgid "" "\n" "A Makefile and a Windows command file can be generated for you so that you\n" @@ -1512,29 +1512,29 @@ msgid "" "directly." msgstr "" -#: sphinx/cmd/quickstart.py:363 +#: sphinx/cmd/quickstart.py:362 msgid "Create Makefile? (y/n)" msgstr "" -#: sphinx/cmd/quickstart.py:366 +#: sphinx/cmd/quickstart.py:365 msgid "Create Windows command file? (y/n)" msgstr "" -#: sphinx/cmd/quickstart.py:409 sphinx/ext/apidoc.py:74 +#: sphinx/cmd/quickstart.py:408 sphinx/ext/apidoc.py:74 #, python-format msgid "Creating file %s." msgstr "" -#: sphinx/cmd/quickstart.py:414 sphinx/ext/apidoc.py:72 +#: sphinx/cmd/quickstart.py:413 sphinx/ext/apidoc.py:72 #, python-format msgid "File %s already exists, skipping." msgstr "" -#: sphinx/cmd/quickstart.py:450 +#: sphinx/cmd/quickstart.py:449 msgid "Finished: An initial directory structure has been created." msgstr "" -#: sphinx/cmd/quickstart.py:451 +#: sphinx/cmd/quickstart.py:450 #, python-format msgid "" "\n" @@ -1542,26 +1542,26 @@ msgid "" "source files. " msgstr "" -#: sphinx/cmd/quickstart.py:453 +#: sphinx/cmd/quickstart.py:452 msgid "" "Use the Makefile to build the docs, like so:\n" " make builder\n" msgstr "" -#: sphinx/cmd/quickstart.py:456 +#: sphinx/cmd/quickstart.py:455 #, python-format msgid "" "Use the sphinx-build command to build the docs, like so:\n" " sphinx-build -b builder %s %s\n" msgstr "" -#: sphinx/cmd/quickstart.py:459 +#: sphinx/cmd/quickstart.py:458 msgid "" "where \"builder\" is one of the supported builders, e.g. html, latex or " "linkcheck.\n" msgstr "" -#: sphinx/cmd/quickstart.py:499 +#: sphinx/cmd/quickstart.py:498 msgid "" "\n" "Generate required files for a Sphinx project.\n" @@ -1571,131 +1571,131 @@ msgid "" "Makefile to be used with sphinx-build.\n" msgstr "" -#: sphinx/cmd/quickstart.py:509 +#: sphinx/cmd/quickstart.py:508 msgid "quiet mode" msgstr "" -#: sphinx/cmd/quickstart.py:514 +#: sphinx/cmd/quickstart.py:513 msgid "output path" msgstr "" -#: sphinx/cmd/quickstart.py:516 +#: sphinx/cmd/quickstart.py:515 msgid "Structure options" msgstr "" -#: sphinx/cmd/quickstart.py:518 +#: sphinx/cmd/quickstart.py:517 msgid "if specified, separate source and build dirs" msgstr "" -#: sphinx/cmd/quickstart.py:520 +#: sphinx/cmd/quickstart.py:519 msgid "replacement for dot in _templates etc." msgstr "" -#: sphinx/cmd/quickstart.py:522 +#: sphinx/cmd/quickstart.py:521 msgid "Project basic options" msgstr "" -#: sphinx/cmd/quickstart.py:524 +#: sphinx/cmd/quickstart.py:523 msgid "project name" msgstr "" -#: sphinx/cmd/quickstart.py:526 +#: sphinx/cmd/quickstart.py:525 msgid "author names" msgstr "" -#: sphinx/cmd/quickstart.py:528 +#: sphinx/cmd/quickstart.py:527 msgid "version of project" msgstr "" -#: sphinx/cmd/quickstart.py:530 +#: sphinx/cmd/quickstart.py:529 msgid "release of project" msgstr "" -#: sphinx/cmd/quickstart.py:532 +#: sphinx/cmd/quickstart.py:531 msgid "document language" msgstr "" -#: sphinx/cmd/quickstart.py:534 +#: sphinx/cmd/quickstart.py:533 msgid "source file suffix" msgstr "" -#: sphinx/cmd/quickstart.py:536 +#: sphinx/cmd/quickstart.py:535 msgid "master document name" msgstr "" -#: sphinx/cmd/quickstart.py:538 +#: sphinx/cmd/quickstart.py:537 msgid "use epub" msgstr "" -#: sphinx/cmd/quickstart.py:540 +#: sphinx/cmd/quickstart.py:539 msgid "Extension options" msgstr "" -#: sphinx/cmd/quickstart.py:544 sphinx/ext/apidoc.py:379 +#: sphinx/cmd/quickstart.py:543 sphinx/ext/apidoc.py:379 #, python-format msgid "enable %s extension" msgstr "" -#: sphinx/cmd/quickstart.py:546 sphinx/ext/apidoc.py:375 +#: sphinx/cmd/quickstart.py:545 sphinx/ext/apidoc.py:375 msgid "enable arbitrary extensions" msgstr "" -#: sphinx/cmd/quickstart.py:548 +#: sphinx/cmd/quickstart.py:547 msgid "Makefile and Batchfile creation" msgstr "" -#: sphinx/cmd/quickstart.py:550 +#: sphinx/cmd/quickstart.py:549 msgid "create makefile" msgstr "" -#: sphinx/cmd/quickstart.py:552 +#: sphinx/cmd/quickstart.py:551 msgid "do not create makefile" msgstr "" -#: sphinx/cmd/quickstart.py:554 +#: sphinx/cmd/quickstart.py:553 msgid "create batchfile" msgstr "" -#: sphinx/cmd/quickstart.py:557 +#: sphinx/cmd/quickstart.py:556 msgid "do not create batchfile" msgstr "" -#: sphinx/cmd/quickstart.py:560 +#: sphinx/cmd/quickstart.py:559 msgid "use make-mode for Makefile/make.bat" msgstr "" -#: sphinx/cmd/quickstart.py:563 +#: sphinx/cmd/quickstart.py:562 msgid "do not use make-mode for Makefile/make.bat" msgstr "" -#: sphinx/cmd/quickstart.py:565 +#: sphinx/cmd/quickstart.py:564 msgid "Project templating" msgstr "" -#: sphinx/cmd/quickstart.py:568 +#: sphinx/cmd/quickstart.py:567 msgid "template directory for template files" msgstr "" -#: sphinx/cmd/quickstart.py:571 +#: sphinx/cmd/quickstart.py:570 msgid "define a template variable" msgstr "" -#: sphinx/cmd/quickstart.py:605 +#: sphinx/cmd/quickstart.py:604 msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." msgstr "" -#: sphinx/cmd/quickstart.py:619 +#: sphinx/cmd/quickstart.py:618 msgid "" "Error: specified path is not a directory, or sphinx files already exist." msgstr "" -#: sphinx/cmd/quickstart.py:621 +#: sphinx/cmd/quickstart.py:620 msgid "" "sphinx-quickstart only generate into a empty directory. Please specify a new" " root path." msgstr "" -#: sphinx/cmd/quickstart.py:636 +#: sphinx/cmd/quickstart.py:635 #, python-format msgid "Invalid template variable: %s" msgstr "" @@ -1767,17 +1767,17 @@ msgstr "Tekijä: " msgid "%s %s" msgstr "" -#: sphinx/domains/c.py:64 sphinx/domains/cpp.py:6371 +#: sphinx/domains/c.py:64 sphinx/domains/cpp.py:6445 #: sphinx/domains/python.py:210 sphinx/ext/napoleon/docstring.py:696 msgid "Parameters" msgstr "" -#: sphinx/domains/c.py:67 sphinx/domains/cpp.py:6380 -#: sphinx/domains/javascript.py:210 sphinx/domains/python.py:222 +#: sphinx/domains/c.py:67 sphinx/domains/cpp.py:6454 +#: sphinx/domains/javascript.py:209 sphinx/domains/python.py:222 msgid "Returns" msgstr "" -#: sphinx/domains/c.py:69 sphinx/domains/javascript.py:212 +#: sphinx/domains/c.py:69 sphinx/domains/javascript.py:211 #: sphinx/domains/python.py:224 msgid "Return type" msgstr "" @@ -1807,12 +1807,12 @@ msgstr "" msgid "%s (C variable)" msgstr "" -#: sphinx/domains/c.py:258 sphinx/domains/cpp.py:6956 -#: sphinx/domains/javascript.py:298 sphinx/domains/python.py:741 +#: sphinx/domains/c.py:258 sphinx/domains/cpp.py:7029 +#: sphinx/domains/javascript.py:297 sphinx/domains/python.py:742 msgid "function" msgstr "" -#: sphinx/domains/c.py:259 sphinx/domains/cpp.py:6957 +#: sphinx/domains/c.py:259 sphinx/domains/cpp.py:7030 msgid "member" msgstr "" @@ -1820,7 +1820,7 @@ msgstr "" msgid "macro" msgstr "" -#: sphinx/domains/c.py:261 sphinx/domains/cpp.py:6958 +#: sphinx/domains/c.py:261 sphinx/domains/cpp.py:7031 msgid "type" msgstr "" @@ -1843,106 +1843,106 @@ msgstr "Muutettu versiossa %s" msgid "Deprecated since version %s" msgstr "Poistettu versiosta %s alkaen" -#: sphinx/domains/cpp.py:4297 +#: sphinx/domains/cpp.py:4323 #, python-format msgid "" "Duplicate declaration, also defined in '%s'.\n" "Declaration is '%s'." msgstr "" -#: sphinx/domains/cpp.py:6374 +#: sphinx/domains/cpp.py:6448 msgid "Template Parameters" msgstr "" -#: sphinx/domains/cpp.py:6377 sphinx/domains/javascript.py:207 +#: sphinx/domains/cpp.py:6451 sphinx/domains/javascript.py:206 msgid "Throws" msgstr "" -#: sphinx/domains/cpp.py:6505 +#: sphinx/domains/cpp.py:6579 #, python-format msgid "%s (C++ %s)" msgstr "" -#: sphinx/domains/cpp.py:6954 sphinx/domains/javascript.py:300 -#: sphinx/domains/python.py:743 +#: sphinx/domains/cpp.py:7027 sphinx/domains/javascript.py:299 +#: sphinx/domains/python.py:744 msgid "class" msgstr "" -#: sphinx/domains/cpp.py:6955 +#: sphinx/domains/cpp.py:7028 msgid "union" msgstr "" -#: sphinx/domains/cpp.py:6959 +#: sphinx/domains/cpp.py:7032 msgid "concept" msgstr "" -#: sphinx/domains/cpp.py:6960 +#: sphinx/domains/cpp.py:7033 msgid "enum" msgstr "" -#: sphinx/domains/cpp.py:6961 +#: sphinx/domains/cpp.py:7034 msgid "enumerator" msgstr "" -#: sphinx/domains/cpp.py:7054 +#: sphinx/domains/cpp.py:7127 #, python-format msgid "" "Duplicate declaration, also defined in '%s'.\n" "Name of declaration is '%s'." msgstr "" -#: sphinx/domains/javascript.py:131 sphinx/domains/python.py:429 +#: sphinx/domains/javascript.py:130 sphinx/domains/python.py:430 #, python-format msgid "%s() (built-in function)" msgstr "" -#: sphinx/domains/javascript.py:132 sphinx/domains/python.py:494 +#: sphinx/domains/javascript.py:131 sphinx/domains/python.py:495 #, python-format msgid "%s() (%s method)" msgstr "" -#: sphinx/domains/javascript.py:134 +#: sphinx/domains/javascript.py:133 #, python-format msgid "%s() (class)" msgstr "" -#: sphinx/domains/javascript.py:136 +#: sphinx/domains/javascript.py:135 #, python-format msgid "%s (global variable or constant)" msgstr "" -#: sphinx/domains/javascript.py:138 sphinx/domains/python.py:532 +#: sphinx/domains/javascript.py:137 sphinx/domains/python.py:533 #, python-format msgid "%s (%s attribute)" msgstr "" -#: sphinx/domains/javascript.py:204 +#: sphinx/domains/javascript.py:203 msgid "Arguments" msgstr "" -#: sphinx/domains/javascript.py:265 sphinx/domains/python.py:609 +#: sphinx/domains/javascript.py:264 sphinx/domains/python.py:610 #, python-format msgid "%s (module)" msgstr "%s (moduuli)" -#: sphinx/domains/javascript.py:299 sphinx/domains/python.py:745 +#: sphinx/domains/javascript.py:298 sphinx/domains/python.py:746 msgid "method" msgstr "" -#: sphinx/domains/javascript.py:301 sphinx/domains/python.py:742 +#: sphinx/domains/javascript.py:300 sphinx/domains/python.py:743 msgid "data" msgstr "" -#: sphinx/domains/javascript.py:302 sphinx/domains/python.py:748 +#: sphinx/domains/javascript.py:301 sphinx/domains/python.py:749 msgid "attribute" msgstr "" -#: sphinx/domains/javascript.py:303 sphinx/domains/python.py:49 -#: sphinx/domains/python.py:749 +#: sphinx/domains/javascript.py:302 sphinx/domains/python.py:49 +#: sphinx/domains/python.py:750 msgid "module" msgstr "moduuli" -#: sphinx/domains/math.py:101 sphinx/writers/latex.py:2451 +#: sphinx/domains/math.py:101 sphinx/writers/latex.py:2459 #, python-format msgid "Invalid math_eqref_format: %r" msgstr "" @@ -1964,7 +1964,7 @@ msgstr "" msgid "object" msgstr "" -#: sphinx/domains/python.py:53 sphinx/domains/python.py:744 +#: sphinx/domains/python.py:53 sphinx/domains/python.py:745 msgid "exception" msgstr "" @@ -1984,88 +1984,88 @@ msgstr "" msgid "Raises" msgstr "" -#: sphinx/domains/python.py:430 sphinx/domains/python.py:488 -#: sphinx/domains/python.py:500 sphinx/domains/python.py:513 +#: sphinx/domains/python.py:431 sphinx/domains/python.py:489 +#: sphinx/domains/python.py:501 sphinx/domains/python.py:514 #, python-format msgid "%s() (in module %s)" msgstr "" -#: sphinx/domains/python.py:433 +#: sphinx/domains/python.py:434 #, python-format msgid "%s (built-in variable)" msgstr "" -#: sphinx/domains/python.py:434 sphinx/domains/python.py:526 +#: sphinx/domains/python.py:435 sphinx/domains/python.py:527 #, python-format msgid "%s (in module %s)" msgstr "" -#: sphinx/domains/python.py:454 +#: sphinx/domains/python.py:455 #, python-format msgid "%s (built-in class)" msgstr "" -#: sphinx/domains/python.py:455 +#: sphinx/domains/python.py:456 #, python-format msgid "%s (class in %s)" msgstr "" -#: sphinx/domains/python.py:492 +#: sphinx/domains/python.py:493 #, python-format msgid "%s() (%s.%s method)" msgstr "" -#: sphinx/domains/python.py:504 +#: sphinx/domains/python.py:505 #, python-format msgid "%s() (%s.%s static method)" msgstr "" -#: sphinx/domains/python.py:507 +#: sphinx/domains/python.py:508 #, python-format msgid "%s() (%s static method)" msgstr "" -#: sphinx/domains/python.py:517 +#: sphinx/domains/python.py:518 #, python-format msgid "%s() (%s.%s class method)" msgstr "" -#: sphinx/domains/python.py:520 +#: sphinx/domains/python.py:521 #, python-format msgid "%s() (%s class method)" msgstr "" -#: sphinx/domains/python.py:530 +#: sphinx/domains/python.py:531 #, python-format msgid "%s (%s.%s attribute)" msgstr "" -#: sphinx/domains/python.py:667 +#: sphinx/domains/python.py:668 msgid "Python Module Index" msgstr "" -#: sphinx/domains/python.py:668 +#: sphinx/domains/python.py:669 msgid "modules" msgstr "moduulit" -#: sphinx/domains/python.py:719 +#: sphinx/domains/python.py:720 msgid "Deprecated" msgstr "Poistettu" -#: sphinx/domains/python.py:746 +#: sphinx/domains/python.py:747 msgid "class method" msgstr "" -#: sphinx/domains/python.py:747 +#: sphinx/domains/python.py:748 msgid "static method" msgstr "" -#: sphinx/domains/python.py:879 +#: sphinx/domains/python.py:880 #, python-format msgid "more than one target found for cross-reference %r: %s" msgstr "" -#: sphinx/domains/python.py:917 +#: sphinx/domains/python.py:918 msgid " (deprecated)" msgstr " (poistettu)" @@ -2141,7 +2141,7 @@ msgstr "Etsi sivu" msgid "duplicate citation %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:631 sphinx/ext/autosectionlabel.py:61 +#: sphinx/domains/std.py:631 sphinx/ext/autosectionlabel.py:56 #, python-format msgid "duplicate label %s, other instance in %s" msgstr "" @@ -2201,21 +2201,21 @@ msgid "" "another doctree directory." msgstr "" -#: sphinx/environment/__init__.py:408 +#: sphinx/environment/__init__.py:404 #, python-format msgid "Failed to scan documents in %s: %r" msgstr "" -#: sphinx/environment/__init__.py:536 +#: sphinx/environment/__init__.py:532 #, python-format msgid "Domain %r is not registered" msgstr "" -#: sphinx/environment/__init__.py:621 +#: sphinx/environment/__init__.py:617 msgid "self referenced toctree found. Ignored." msgstr "" -#: sphinx/environment/__init__.py:662 +#: sphinx/environment/__init__.py:658 msgid "document isn't included in any toctree" msgstr "" @@ -2235,6 +2235,7 @@ msgid "unknown index entry type %r" msgstr "" #: sphinx/environment/adapters/indexentries.py:156 +#: sphinx/templates/latex/sphinxmessages.sty_t:11 msgid "Symbols" msgstr "" @@ -2260,22 +2261,22 @@ msgstr "" msgid "toctree contains reference to nonexisting document %r" msgstr "" -#: sphinx/environment/collectors/asset.py:91 +#: sphinx/environment/collectors/asset.py:90 #, python-format msgid "image file not readable: %s" msgstr "" -#: sphinx/environment/collectors/asset.py:107 +#: sphinx/environment/collectors/asset.py:106 #, python-format msgid "image file %s not readable: %s" msgstr "" -#: sphinx/environment/collectors/asset.py:135 +#: sphinx/environment/collectors/asset.py:134 #, python-format msgid "download file not readable: %s" msgstr "" -#: sphinx/environment/collectors/toctree.py:197 +#: sphinx/environment/collectors/toctree.py:196 #, python-format msgid "%s is already assigned section numbers (nested numbered toctree?)" msgstr "" @@ -2419,38 +2420,38 @@ msgstr "" msgid "module %s could not be imported: %s" msgstr "" -#: sphinx/ext/doctest.py:142 +#: sphinx/ext/doctest.py:132 #, python-format msgid "missing '+' or '-' in '%s' option." msgstr "" -#: sphinx/ext/doctest.py:147 +#: sphinx/ext/doctest.py:137 #, python-format msgid "'%s' is not a valid option." msgstr "" -#: sphinx/ext/doctest.py:161 +#: sphinx/ext/doctest.py:151 #, python-format msgid "'%s' is not a valid pyversion option" msgstr "" -#: sphinx/ext/doctest.py:230 +#: sphinx/ext/doctest.py:222 msgid "invalid TestCode type" msgstr "" -#: sphinx/ext/doctest.py:291 +#: sphinx/ext/doctest.py:283 #, python-format msgid "" "Testing of doctests in the sources finished, look at the results in " "%(outdir)s/output.txt." msgstr "" -#: sphinx/ext/doctest.py:438 +#: sphinx/ext/doctest.py:446 #, python-format msgid "no code/output in %s block at %s:%s" msgstr "" -#: sphinx/ext/doctest.py:527 +#: sphinx/ext/doctest.py:535 #, python-format msgid "ignoring invalid doctest code: %r" msgstr "" @@ -2468,7 +2469,7 @@ msgstr "" msgid "Ignoring \"graphviz\" directive without content." msgstr "" -#: sphinx/ext/graphviz.py:252 +#: sphinx/ext/graphviz.py:250 #, python-format msgid "" "dot did not produce an output file:\n" @@ -2478,14 +2479,14 @@ msgid "" "%r" msgstr "" -#: sphinx/ext/graphviz.py:256 +#: sphinx/ext/graphviz.py:254 #, python-format msgid "" "dot command %r cannot be run (needed for graphviz output), check the " "graphviz_dot setting" msgstr "" -#: sphinx/ext/graphviz.py:263 +#: sphinx/ext/graphviz.py:261 #, python-format msgid "" "dot exited with error:\n" @@ -2495,23 +2496,23 @@ msgid "" "%r" msgstr "" -#: sphinx/ext/graphviz.py:273 +#: sphinx/ext/graphviz.py:271 #, python-format msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" msgstr "" -#: sphinx/ext/graphviz.py:277 sphinx/ext/graphviz.py:331 -#: sphinx/ext/graphviz.py:369 +#: sphinx/ext/graphviz.py:275 sphinx/ext/graphviz.py:329 +#: sphinx/ext/graphviz.py:367 #, python-format msgid "dot code %r: %s" msgstr "" -#: sphinx/ext/graphviz.py:384 sphinx/ext/graphviz.py:393 +#: sphinx/ext/graphviz.py:382 sphinx/ext/graphviz.py:391 #, python-format msgid "[graph: %s]" msgstr "" -#: sphinx/ext/graphviz.py:386 sphinx/ext/graphviz.py:395 +#: sphinx/ext/graphviz.py:384 sphinx/ext/graphviz.py:393 msgid "[graph]" msgstr "" @@ -2530,31 +2531,31 @@ msgid "" "%r" msgstr "" -#: sphinx/ext/imgmath.py:140 +#: sphinx/ext/imgmath.py:139 #, python-format msgid "" "LaTeX command %r cannot be run (needed for math display), check the " "imgmath_latex setting" msgstr "" -#: sphinx/ext/imgmath.py:155 +#: sphinx/ext/imgmath.py:154 #, python-format msgid "" "%s command %r cannot be run (needed for math display), check the imgmath_%s " "setting" msgstr "" -#: sphinx/ext/imgmath.py:290 +#: sphinx/ext/imgmath.py:289 #, python-format msgid "display latex %r: %s" msgstr "" -#: sphinx/ext/imgmath.py:317 +#: sphinx/ext/imgmath.py:316 #, python-format msgid "inline latex %r: %s" msgstr "" -#: sphinx/ext/imgmath.py:324 sphinx/ext/mathjax.py:54 +#: sphinx/ext/imgmath.py:323 sphinx/ext/mathjax.py:54 msgid "Permalink to this equation" msgstr "" @@ -2574,26 +2575,26 @@ msgid "" "alternatives:" msgstr "" -#: sphinx/ext/intersphinx.py:237 +#: sphinx/ext/intersphinx.py:238 msgid "failed to reach any of the inventories with the following issues:" msgstr "" -#: sphinx/ext/intersphinx.py:312 +#: sphinx/ext/intersphinx.py:311 #, python-format msgid "(in %s v%s)" msgstr "" -#: sphinx/ext/intersphinx.py:314 +#: sphinx/ext/intersphinx.py:313 #, python-format msgid "(in %s)" msgstr "" -#: sphinx/ext/intersphinx.py:348 +#: sphinx/ext/intersphinx.py:347 #, python-format msgid "intersphinx identifier %r is not string. Ignored" msgstr "" -#: sphinx/ext/intersphinx.py:361 +#: sphinx/ext/intersphinx.py:360 #, python-format msgid "Fail to read intersphinx_mapping[%s], Ignored: %r" msgstr "" @@ -2649,29 +2650,29 @@ msgstr "" msgid "

All modules for which code is available

" msgstr "" -#: sphinx/ext/autodoc/__init__.py:302 +#: sphinx/ext/autodoc/__init__.py:300 #, python-format msgid "invalid signature for auto%s (%r)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:402 +#: sphinx/ext/autodoc/__init__.py:400 #, python-format msgid "error while formatting arguments for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:514 +#: sphinx/ext/autodoc/__init__.py:512 #, python-format msgid "missing attribute %s in object %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:602 +#: sphinx/ext/autodoc/__init__.py:600 #, python-format msgid "" "autodoc: failed to determine %r to be documented.the following exception was raised:\n" "%s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:694 +#: sphinx/ext/autodoc/__init__.py:692 #, python-format msgid "" "don't know which module to import for autodocumenting %r (try placing a " @@ -2679,39 +2680,39 @@ msgid "" "explicit module name)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:788 +#: sphinx/ext/autodoc/__init__.py:786 msgid "\"::\" in automodule name doesn't make sense" msgstr "" -#: sphinx/ext/autodoc/__init__.py:796 +#: sphinx/ext/autodoc/__init__.py:794 #, python-format msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:829 +#: sphinx/ext/autodoc/__init__.py:827 #, python-format msgid "" "__all__ should be a list of strings, not %r (in module %s) -- ignoring " "__all__" msgstr "" -#: sphinx/ext/autodoc/__init__.py:844 +#: sphinx/ext/autodoc/__init__.py:842 #, python-format msgid "" "missing attribute mentioned in :members: or __all__: module %s, attribute %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1128 +#: sphinx/ext/autodoc/__init__.py:1126 #, python-format msgid "Bases: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1185 +#: sphinx/ext/autodoc/__init__.py:1183 #, python-format msgid "alias of :class:`%s`" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1470 +#: sphinx/ext/autodoc/__init__.py:1468 #, python-format msgid "Ignoring invalid option in autodoc_default_flags: %r" msgstr "" @@ -2747,17 +2748,17 @@ msgid "" "contain .rst. Skipped." msgstr "" -#: sphinx/ext/autosummary/generate.py:102 +#: sphinx/ext/autosummary/generate.py:100 #, python-format msgid "[autosummary] generating autosummary for: %s" msgstr "" -#: sphinx/ext/autosummary/generate.py:106 +#: sphinx/ext/autosummary/generate.py:104 #, python-format msgid "[autosummary] writing to %s" msgstr "" -#: sphinx/ext/autosummary/generate.py:366 +#: sphinx/ext/autosummary/generate.py:364 msgid "" "\n" "Generate ReStructuredText using autosummary directives.\n" @@ -2772,25 +2773,25 @@ msgid "" " pydoc sphinx.ext.autosummary\n" msgstr "" -#: sphinx/ext/autosummary/generate.py:383 +#: sphinx/ext/autosummary/generate.py:381 msgid "source files to generate rST files for" msgstr "" -#: sphinx/ext/autosummary/generate.py:387 +#: sphinx/ext/autosummary/generate.py:385 msgid "directory to place all output in" msgstr "" -#: sphinx/ext/autosummary/generate.py:390 +#: sphinx/ext/autosummary/generate.py:388 #, python-format msgid "default suffix for files (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:394 +#: sphinx/ext/autosummary/generate.py:392 #, python-format msgid "custom template directory (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:398 +#: sphinx/ext/autosummary/generate.py:396 #, python-format msgid "document imported members (default: %(default)s)" msgstr "" @@ -2868,6 +2869,7 @@ msgid "Warning" msgstr "Varoitus" #: sphinx/templates/latex/longtable.tex_t:23 +#: sphinx/templates/latex/sphinxmessages.sty_t:8 msgid "continued from previous page" msgstr "" @@ -2875,13 +2877,29 @@ msgstr "" msgid "Continued on next page" msgstr "" +#: sphinx/templates/latex/sphinxmessages.sty_t:9 +msgid "continues on next page" +msgstr "" + +#: sphinx/templates/latex/sphinxmessages.sty_t:10 +msgid "Non-alphabetical" +msgstr "" + +#: sphinx/templates/latex/sphinxmessages.sty_t:12 +msgid "Numbers" +msgstr "" + +#: sphinx/templates/latex/sphinxmessages.sty_t:13 +msgid "page" +msgstr "" + #: sphinx/themes/agogo/layout.html:46 sphinx/themes/basic/globaltoc.html:10 #: sphinx/themes/basic/localtoc.html:11 sphinx/themes/scrolls/layout.html:41 msgid "Table of Contents" msgstr "" #: sphinx/themes/agogo/layout.html:51 sphinx/themes/basic/layout.html:153 -#: sphinx/themes/basic/search.html:11 sphinx/themes/basic/search.html:26 +#: sphinx/themes/basic/search.html:11 sphinx/themes/basic/search.html:21 #: sphinx/themes/basic/searchresults.html:10 msgid "Search" msgstr "Etsi" @@ -3018,13 +3036,13 @@ msgstr ">>" msgid "next chapter" msgstr ">>" -#: sphinx/themes/basic/search.html:30 +#: sphinx/themes/basic/search.html:25 msgid "" "Please activate JavaScript to enable the search\n" " functionality." msgstr "Javascript pitää olla sallittu, jotta etsintä toimii." -#: sphinx/themes/basic/search.html:35 +#: sphinx/themes/basic/search.html:30 msgid "" "From here you can search these documents. Enter your search\n" " words into the box below and click \"search\". Note that the search\n" @@ -3032,20 +3050,20 @@ msgid "" " containing fewer words won't appear in the result list." msgstr "Anna hakusanat kokonaan, osasanoilla ei haeta." -#: sphinx/themes/basic/search.html:42 +#: sphinx/themes/basic/search.html:37 #: sphinx/themes/basic/searchresults.html:17 msgid "search" msgstr "etsi" -#: sphinx/themes/basic/search.html:46 +#: sphinx/themes/basic/search.html:41 #: sphinx/themes/basic/searchresults.html:21 -#: sphinx/themes/basic/static/searchtools.js:295 +#: sphinx/themes/basic/static/searchtools.js:285 msgid "Search Results" msgstr "Etsinnän tulos" -#: sphinx/themes/basic/search.html:48 +#: sphinx/themes/basic/search.html:43 #: sphinx/themes/basic/searchresults.html:23 -#: sphinx/themes/basic/static/searchtools.js:297 +#: sphinx/themes/basic/static/searchtools.js:287 msgid "" "Your search did not match any documents. Please make sure that all words are" " spelled correctly and that you've selected enough categories." @@ -3103,20 +3121,20 @@ msgstr "" msgid "Hide Search Matches" msgstr "Piilota löydetyt" -#: sphinx/themes/basic/static/searchtools.js:131 +#: sphinx/themes/basic/static/searchtools.js:121 msgid "Searching" msgstr "" -#: sphinx/themes/basic/static/searchtools.js:136 +#: sphinx/themes/basic/static/searchtools.js:126 msgid "Preparing search..." msgstr "" -#: sphinx/themes/basic/static/searchtools.js:299 +#: sphinx/themes/basic/static/searchtools.js:289 #, python-format msgid "Search finished, found %s page(s) matching the search query." msgstr "" -#: sphinx/themes/basic/static/searchtools.js:352 +#: sphinx/themes/basic/static/searchtools.js:342 msgid ", in " msgstr "" @@ -3133,18 +3151,18 @@ msgstr "" msgid "Contents" msgstr "" -#: sphinx/transforms/__init__.py:259 +#: sphinx/transforms/__init__.py:261 #, python-format msgid "" "4 column based index found. It might be a bug of extensions you use: %r" msgstr "" -#: sphinx/transforms/__init__.py:301 +#: sphinx/transforms/__init__.py:303 #, python-format msgid "Footnote [%s] is not referenced." msgstr "" -#: sphinx/transforms/__init__.py:307 +#: sphinx/transforms/__init__.py:309 msgid "Footnote [#] is not referenced." msgstr "" @@ -3215,7 +3233,7 @@ msgstr "" msgid "failed" msgstr "" -#: sphinx/util/docutils.py:321 +#: sphinx/util/docutils.py:320 msgid "when adding directive classes, no additional arguments may be given" msgstr "" @@ -3276,15 +3294,15 @@ msgstr "" msgid "Permalink to this code" msgstr "" -#: sphinx/writers/html.py:514 sphinx/writers/html5.py:460 +#: sphinx/writers/html.py:512 sphinx/writers/html5.py:458 msgid "Permalink to this image" msgstr "" -#: sphinx/writers/html.py:516 sphinx/writers/html5.py:462 +#: sphinx/writers/html.py:514 sphinx/writers/html5.py:460 msgid "Permalink to this toctree" msgstr "" -#: sphinx/writers/html.py:674 sphinx/writers/html5.py:608 +#: sphinx/writers/html.py:672 sphinx/writers/html5.py:606 msgid "Could not obtain image size. :scale: option is ignored." msgstr "" @@ -3321,12 +3339,12 @@ msgstr "" msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: sphinx/writers/latex.py:1843 +#: sphinx/writers/latex.py:1847 #, python-format msgid "unknown index entry type %s found" msgstr "" -#: sphinx/writers/latex.py:2552 +#: sphinx/writers/latex.py:2560 #, python-format msgid "Unknown configure key: latex_elements[%r] is ignored." msgstr "" @@ -3344,12 +3362,12 @@ msgstr "" msgid "caption not inside a figure." msgstr "" -#: sphinx/writers/texinfo.py:1421 +#: sphinx/writers/texinfo.py:1422 #, python-format msgid "unimplemented node type: %r" msgstr "" -#: sphinx/writers/texinfo.py:1426 +#: sphinx/writers/texinfo.py:1427 #, python-format msgid "unknown node type: %r" msgstr "" diff --git a/sphinx/locale/fr/LC_MESSAGES/sphinx.mo b/sphinx/locale/fr/LC_MESSAGES/sphinx.mo index 303dbccbf2..d25a867daa 100644 Binary files a/sphinx/locale/fr/LC_MESSAGES/sphinx.mo and b/sphinx/locale/fr/LC_MESSAGES/sphinx.mo differ diff --git a/sphinx/locale/fr/LC_MESSAGES/sphinx.po b/sphinx/locale/fr/LC_MESSAGES/sphinx.po index 8dc6116c4d..6762dc21e5 100644 --- a/sphinx/locale/fr/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/fr/LC_MESSAGES/sphinx.po @@ -25,9 +25,9 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2019-02-18 01:52+0900\n" -"PO-Revision-Date: 2019-03-27 16:29+0000\n" -"Last-Translator: Julien Malard \n" +"POT-Creation-Date: 2019-03-29 01:05+0900\n" +"PO-Revision-Date: 2019-03-28 16:09+0000\n" +"Last-Translator: LAURENT Raphaël \n" "Language-Team: French (http://www.transifex.com/sphinx-doc/sphinx-1/language/fr/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -139,7 +139,7 @@ msgstr "" msgid "role %r is already registered, it will be overridden" msgstr "" -#: sphinx/application.py:1182 +#: sphinx/application.py:1179 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -147,7 +147,7 @@ msgid "" "explicit" msgstr "l’extension %s ne se déclare pas compatible à la lecture en parallèle, on supposera qu’elle ne l'est pas - merci de demander à l'auteur de l’extension de vérifier ce qu’il en est et de le préciser explicitement" -#: sphinx/application.py:1188 +#: sphinx/application.py:1185 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -155,7 +155,7 @@ msgid "" "explicit" msgstr "l’extension %s ne se déclare pas compatible à l’écriture en parallèle, on supposera qu’elle ne l’est pas - merci de demander à l'auteur de l’extension de vérifier ce qu’il en est et de le préciser explicitement" -#: sphinx/application.py:1199 +#: sphinx/application.py:1196 #, python-format msgid "doing serial %s" msgstr "" @@ -604,44 +604,44 @@ msgstr "" msgid "preparing documents" msgstr "document en préparation" -#: sphinx/builders/_epub_base.py:219 +#: sphinx/builders/_epub_base.py:218 #, python-format msgid "duplicated ToC entry found: %s" msgstr "" -#: sphinx/builders/_epub_base.py:415 sphinx/builders/html.py:761 -#: sphinx/builders/latex/__init__.py:413 sphinx/builders/texinfo.py:190 +#: sphinx/builders/_epub_base.py:414 sphinx/builders/html.py:761 +#: sphinx/builders/latex/__init__.py:415 sphinx/builders/texinfo.py:190 msgid "copying images... " msgstr "copie des images..." -#: sphinx/builders/_epub_base.py:422 +#: sphinx/builders/_epub_base.py:421 #, python-format msgid "cannot read image file %r: copying it instead" msgstr "impossible de lire le fichier image %r: il sera copié à la place" -#: sphinx/builders/_epub_base.py:428 sphinx/builders/html.py:769 -#: sphinx/builders/latex/__init__.py:421 sphinx/builders/texinfo.py:198 +#: sphinx/builders/_epub_base.py:427 sphinx/builders/html.py:769 +#: sphinx/builders/latex/__init__.py:423 sphinx/builders/texinfo.py:199 #, python-format msgid "cannot copy image file %r: %s" msgstr "impossible de copier le fichier image %r: %s" -#: sphinx/builders/_epub_base.py:445 +#: sphinx/builders/_epub_base.py:444 #, python-format msgid "cannot write image file %r: %s" msgstr "impossible d'écrire le fichier image %r: %s" -#: sphinx/builders/_epub_base.py:456 +#: sphinx/builders/_epub_base.py:455 msgid "Pillow not found - copying image files" msgstr "Pillow non trouvé - copie des fichiers image" -#: sphinx/builders/_epub_base.py:491 sphinx/builders/_epub_base.py:504 -#: sphinx/builders/_epub_base.py:540 sphinx/builders/_epub_base.py:725 -#: sphinx/builders/_epub_base.py:758 sphinx/builders/epub3.py:184 +#: sphinx/builders/_epub_base.py:490 sphinx/builders/_epub_base.py:503 +#: sphinx/builders/_epub_base.py:539 sphinx/builders/_epub_base.py:724 +#: sphinx/builders/_epub_base.py:757 sphinx/builders/epub3.py:183 #, python-format msgid "writing %s file..." msgstr "fichier %s en cours d'écriture" -#: sphinx/builders/_epub_base.py:566 +#: sphinx/builders/_epub_base.py:565 #, python-format msgid "unknown mimetype for %s, ignoring" msgstr "mimetype inconnu pour %s, il sera ignoré" @@ -660,19 +660,19 @@ msgstr "aucun changement dans la version %s" msgid "writing summary file..." msgstr "" -#: sphinx/builders/changes.py:87 +#: sphinx/builders/changes.py:86 msgid "Builtins" msgstr "Fonctions de base" -#: sphinx/builders/changes.py:89 +#: sphinx/builders/changes.py:88 msgid "Module level" msgstr "Module" -#: sphinx/builders/changes.py:134 +#: sphinx/builders/changes.py:133 msgid "copying source files..." msgstr "copie du fichier source..." -#: sphinx/builders/changes.py:141 +#: sphinx/builders/changes.py:140 #, python-format msgid "could not read %r for changelog creation" msgstr "" @@ -681,76 +681,76 @@ msgstr "" msgid "The dummy builder generates no files." msgstr "" -#: sphinx/builders/epub3.py:69 +#: sphinx/builders/epub3.py:68 #, python-format msgid "The ePub file is in %(outdir)s." msgstr "Le fichier ePub se trouve dans %(outdir)s ." -#: sphinx/builders/epub3.py:212 +#: sphinx/builders/epub3.py:211 msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" msgstr "la variable de configuration \"epub_language\" (ou \"language\") ne peut pas être vide pour EPUB3" -#: sphinx/builders/epub3.py:216 +#: sphinx/builders/epub3.py:215 msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" msgstr "le paramètre de configuration \"epub_uid\" ne peut pas être vide pour EPUB3" -#: sphinx/builders/epub3.py:219 +#: sphinx/builders/epub3.py:218 msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" msgstr "le paramètre de configuration \"epub_title\" (ou \"html_title\") ne peut pas être vide pour EPUB3" -#: sphinx/builders/epub3.py:223 +#: sphinx/builders/epub3.py:222 msgid "conf value \"epub_author\" should not be empty for EPUB3" msgstr "le paramètre de configuration \"epub_author\" ne peut pas être vide pour EPUB3" -#: sphinx/builders/epub3.py:226 +#: sphinx/builders/epub3.py:225 msgid "conf value \"epub_contributor\" should not be empty for EPUB3" msgstr "le paramètre de configuration \"epub_contributor\" ne peut pas être vide pour EPUB3" -#: sphinx/builders/epub3.py:229 +#: sphinx/builders/epub3.py:228 msgid "conf value \"epub_description\" should not be empty for EPUB3" msgstr "le paramètre de configuration \"epub_description\" ne peut pas être vide pour EPUB3" -#: sphinx/builders/epub3.py:232 +#: sphinx/builders/epub3.py:231 msgid "conf value \"epub_publisher\" should not be empty for EPUB3" msgstr "le paramètre de configuration \"epub_publisher\" ne peut pas être vide pour EPUB3" -#: sphinx/builders/epub3.py:235 +#: sphinx/builders/epub3.py:234 msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" msgstr "le paramètre de configuration \"epub_copyright\" (ou \"copyright\") ne peut pas être vide pour EPUB3" -#: sphinx/builders/epub3.py:239 +#: sphinx/builders/epub3.py:238 msgid "conf value \"epub_identifier\" should not be empty for EPUB3" msgstr "le paramètre de configuration \"epub_identifier\" ne peut pas être vide pour EPUB3" -#: sphinx/builders/epub3.py:242 +#: sphinx/builders/epub3.py:241 msgid "conf value \"version\" should not be empty for EPUB3" msgstr "le paramètre de configuration \"version\" ne peut pas être vide pour EPUB3" -#: sphinx/builders/epub3.py:257 sphinx/builders/html.py:1166 +#: sphinx/builders/epub3.py:256 sphinx/builders/html.py:1166 #, python-format msgid "invalid css_file: %r, ignored" msgstr "fichier CSS invalide : %r, le fichier sera ignoré" -#: sphinx/builders/gettext.py:215 +#: sphinx/builders/gettext.py:221 #, python-format msgid "The message catalogs are in %(outdir)s." msgstr "La liste des messages se trouve dans %(outdir)s." -#: sphinx/builders/gettext.py:239 +#: sphinx/builders/gettext.py:245 #, python-format msgid "building [%s]: " msgstr "construction [%s]:" -#: sphinx/builders/gettext.py:240 +#: sphinx/builders/gettext.py:246 #, python-format msgid "targets for %d template files" msgstr "" -#: sphinx/builders/gettext.py:244 +#: sphinx/builders/gettext.py:250 msgid "reading templates... " msgstr "lecture de la template..." -#: sphinx/builders/gettext.py:271 +#: sphinx/builders/gettext.py:277 msgid "writing message catalogs... " msgstr "écriture de la liste des messages..." @@ -769,7 +769,7 @@ msgstr "Les pages HTML sont dans %(outdir)s ." msgid "Failed to read build info file: %r" msgstr "" -#: sphinx/builders/html.py:488 sphinx/builders/latex/__init__.py:204 +#: sphinx/builders/html.py:488 sphinx/builders/latex/__init__.py:206 #: sphinx/transforms/__init__.py:121 sphinx/writers/manpage.py:118 #: sphinx/writers/texinfo.py:243 #, python-format @@ -822,7 +822,7 @@ msgstr "copie des fichiers statiques..." msgid "html_static_path entry %r does not exist" msgstr "l'entrée html_static_path %r n'existe pas" -#: sphinx/builders/html.py:839 sphinx/builders/latex/__init__.py:398 +#: sphinx/builders/html.py:839 sphinx/builders/latex/__init__.py:400 #, python-format msgid "logo file %r does not exist" msgstr "le fichier de logo %r n'existe pas" @@ -939,7 +939,7 @@ msgstr "Le manuel se trouve dans %(outdir)s." msgid "no \"man_pages\" config value found; no manual pages will be written" msgstr "aucun valeur de configuration \"man_pages\" trouvée; aucun page du manuel ne sera enregistrée" -#: sphinx/builders/latex/__init__.py:270 sphinx/builders/manpage.py:64 +#: sphinx/builders/latex/__init__.py:272 sphinx/builders/manpage.py:64 #: sphinx/builders/singlehtml.py:174 sphinx/builders/texinfo.py:120 msgid "writing" msgstr "" @@ -983,24 +983,24 @@ msgstr "aucun paramètre de configuration \"texinfo_documents\" trouvé: aucun d msgid "\"texinfo_documents\" config value references unknown document %s" msgstr "La valeur du paramètre \"texinfo_documents\" référence un document inconnu %s" -#: sphinx/builders/latex/__init__.py:253 sphinx/builders/texinfo.py:116 +#: sphinx/builders/latex/__init__.py:255 sphinx/builders/texinfo.py:116 #, python-format msgid "processing %s" msgstr "" -#: sphinx/builders/latex/__init__.py:322 sphinx/builders/texinfo.py:163 +#: sphinx/builders/latex/__init__.py:323 sphinx/builders/texinfo.py:164 msgid "resolving references..." msgstr "résolution des références..." -#: sphinx/builders/latex/__init__.py:332 sphinx/builders/texinfo.py:172 +#: sphinx/builders/latex/__init__.py:333 sphinx/builders/texinfo.py:173 msgid " (in " msgstr "(dans" -#: sphinx/builders/texinfo.py:204 +#: sphinx/builders/texinfo.py:205 msgid "copying Texinfo support files" msgstr "" -#: sphinx/builders/texinfo.py:208 +#: sphinx/builders/texinfo.py:209 #, python-format msgid "error writing file Makefile: %s" msgstr "" @@ -1020,28 +1020,28 @@ msgstr "Les fichiers XML se trouvent dans %(outdir)s." msgid "The pseudo-XML files are in %(outdir)s." msgstr "Le fichier pseudo-XML se trouve dans %(outdir)s." -#: sphinx/builders/latex/__init__.py:121 +#: sphinx/builders/latex/__init__.py:123 #, python-format msgid "The LaTeX files are in %(outdir)s." msgstr "Les fichiers LaTex se trouvent dans %(outdir)s." -#: sphinx/builders/latex/__init__.py:123 +#: sphinx/builders/latex/__init__.py:125 msgid "" "\n" "Run 'make' in that directory to run these through (pdf)latex\n" "(use `make latexpdf' here to do that automatically)." msgstr "" -#: sphinx/builders/latex/__init__.py:163 +#: sphinx/builders/latex/__init__.py:165 msgid "no \"latex_documents\" config value found; no documents will be written" msgstr "aucune valeur de configuration \"latex_documents\" trouvée; aucun document de sera généré" -#: sphinx/builders/latex/__init__.py:171 +#: sphinx/builders/latex/__init__.py:173 #, python-format msgid "\"latex_documents\" config value references unknown document %s" msgstr "La valeur du paramètre \"latex_documents\" référence un document inconnu %s" -#: sphinx/builders/latex/__init__.py:211 sphinx/domains/std.py:501 +#: sphinx/builders/latex/__init__.py:213 sphinx/domains/std.py:501 #: sphinx/templates/latex/latex.tex_t:79 #: sphinx/themes/basic/genindex-single.html:30 #: sphinx/themes/basic/genindex-single.html:55 @@ -1053,28 +1053,28 @@ msgstr "La valeur du paramètre \"latex_documents\" référence un document inco msgid "Index" msgstr "Index" -#: sphinx/builders/latex/__init__.py:214 sphinx/templates/latex/latex.tex_t:64 +#: sphinx/builders/latex/__init__.py:216 sphinx/templates/latex/latex.tex_t:64 msgid "Release" msgstr "Version" -#: sphinx/builders/latex/__init__.py:222 sphinx/writers/latex.py:549 +#: sphinx/builders/latex/__init__.py:224 sphinx/writers/latex.py:549 #, python-format msgid "no Babel option known for language %r" msgstr "" -#: sphinx/builders/latex/__init__.py:361 +#: sphinx/builders/latex/__init__.py:363 msgid "copying TeX support files" msgstr "" -#: sphinx/builders/latex/__init__.py:382 +#: sphinx/builders/latex/__init__.py:384 msgid "copying TeX support files..." msgstr "copie des fichiers de support Tex..." -#: sphinx/builders/latex/__init__.py:402 +#: sphinx/builders/latex/__init__.py:404 msgid "copying additional files" msgstr "" -#: sphinx/builders/latex/__init__.py:445 +#: sphinx/builders/latex/__init__.py:447 #, python-format msgid "Unknown configure key: latex_elements[%r]. ignored." msgstr "paramètre de configuration inconnu : latex_elements[%r]. il sera ignoré" @@ -1137,8 +1137,8 @@ msgstr "Un rapport d'erreur peut être déposé dans le système de tickets à < msgid "job number should be a positive number" msgstr "le numéro du job doit être positif" -#: sphinx/cmd/build.py:106 sphinx/cmd/quickstart.py:498 -#: sphinx/ext/apidoc.py:298 sphinx/ext/autosummary/generate.py:365 +#: sphinx/cmd/build.py:106 sphinx/cmd/quickstart.py:497 +#: sphinx/ext/apidoc.py:298 sphinx/ext/autosummary/generate.py:363 msgid "For more information, visit ." msgstr "Pour plus d'information : ." @@ -1283,7 +1283,7 @@ msgstr "impossible de combiner l'option -a avec le nom du fichier" #: sphinx/cmd/build.py:249 #, python-format msgid "cannot open warning file %r: %s" -msgstr "impossible d'ouvrir le fichier des avertissements %r: %s" +msgstr "impossible d'ouvrir le fichier des avertissements : %s" #: sphinx/cmd/build.py:259 msgid "-D option argument must be in the form name=value" @@ -1515,13 +1515,13 @@ msgstr "Merci de saisir un nouveau nom de fichier, ou de renommer le fichier exi msgid "Indicate which of the following Sphinx extensions should be enabled:" msgstr "Indiquer quelles extensions Sphinx doivent être activées" -#: sphinx/cmd/quickstart.py:354 +#: sphinx/cmd/quickstart.py:353 msgid "" "Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " "been deselected." msgstr "Note : imgmath et mathjax ne peuvent pas être activés en même temps. imgmath a été désactivé." -#: sphinx/cmd/quickstart.py:359 +#: sphinx/cmd/quickstart.py:358 msgid "" "\n" "A Makefile and a Windows command file can be generated for you so that you\n" @@ -1529,29 +1529,29 @@ msgid "" "directly." msgstr "\nUn fichier Makefile et un fichier de commandes Windows peuvent être générés pour vous, afin que vous puissiez exécuter par exemple `make html' au lieu d'appeler directement sphinx-build." -#: sphinx/cmd/quickstart.py:363 +#: sphinx/cmd/quickstart.py:362 msgid "Create Makefile? (y/n)" msgstr "Création du Makefile ? (y/n)" -#: sphinx/cmd/quickstart.py:366 +#: sphinx/cmd/quickstart.py:365 msgid "Create Windows command file? (y/n)" msgstr "Création du fichier de commandes Windows ? (y/n)" -#: sphinx/cmd/quickstart.py:409 sphinx/ext/apidoc.py:74 +#: sphinx/cmd/quickstart.py:408 sphinx/ext/apidoc.py:74 #, python-format msgid "Creating file %s." msgstr "fichier en cours de création %s." -#: sphinx/cmd/quickstart.py:414 sphinx/ext/apidoc.py:72 +#: sphinx/cmd/quickstart.py:413 sphinx/ext/apidoc.py:72 #, python-format msgid "File %s already exists, skipping." msgstr "Le fichier %s existe déjà, il ne sera pas remplacé" -#: sphinx/cmd/quickstart.py:450 +#: sphinx/cmd/quickstart.py:449 msgid "Finished: An initial directory structure has been created." msgstr "Terminé : la structure initiale a été créée." -#: sphinx/cmd/quickstart.py:451 +#: sphinx/cmd/quickstart.py:450 #, python-format msgid "" "\n" @@ -1559,26 +1559,26 @@ msgid "" "source files. " msgstr "\nVous devez maintenant remplir votre fichier principal %s et créer d'autres fichiers sources\nde documentation." -#: sphinx/cmd/quickstart.py:453 +#: sphinx/cmd/quickstart.py:452 msgid "" "Use the Makefile to build the docs, like so:\n" " make builder\n" msgstr "Utilisez le fichier Makefile pour construire la documentation, comme ceci :\n make builder\n" -#: sphinx/cmd/quickstart.py:456 +#: sphinx/cmd/quickstart.py:455 #, python-format msgid "" "Use the sphinx-build command to build the docs, like so:\n" " sphinx-build -b builder %s %s\n" msgstr "Utiliser sphinxdoc-build pour construire la documentation comme ceci : \nsphinx-build -b builder %s %s\n" -#: sphinx/cmd/quickstart.py:459 +#: sphinx/cmd/quickstart.py:458 msgid "" "where \"builder\" is one of the supported builders, e.g. html, latex or " "linkcheck.\n" msgstr "" -#: sphinx/cmd/quickstart.py:499 +#: sphinx/cmd/quickstart.py:498 msgid "" "\n" "Generate required files for a Sphinx project.\n" @@ -1588,131 +1588,131 @@ msgid "" "Makefile to be used with sphinx-build.\n" msgstr "\nGénération des fichiers requis pour un projet Sphinx\n\nsphinx-quickstart est un outil interactif qui vous pose des questions à propos de votre \nprojet et génère une structure complète de répertoires et un exemple\nde fichier Makefile qui peut être utilisé avec sphinx-build.\n" -#: sphinx/cmd/quickstart.py:509 +#: sphinx/cmd/quickstart.py:508 msgid "quiet mode" msgstr "mode silencieux" -#: sphinx/cmd/quickstart.py:514 +#: sphinx/cmd/quickstart.py:513 msgid "output path" msgstr "répertoire de sortie" -#: sphinx/cmd/quickstart.py:516 +#: sphinx/cmd/quickstart.py:515 msgid "Structure options" msgstr "" -#: sphinx/cmd/quickstart.py:518 +#: sphinx/cmd/quickstart.py:517 msgid "if specified, separate source and build dirs" msgstr "si spécifié, les répertoires source et build seront séparés" -#: sphinx/cmd/quickstart.py:520 +#: sphinx/cmd/quickstart.py:519 msgid "replacement for dot in _templates etc." msgstr "" -#: sphinx/cmd/quickstart.py:522 +#: sphinx/cmd/quickstart.py:521 msgid "Project basic options" msgstr "Options basiques du projet." -#: sphinx/cmd/quickstart.py:524 +#: sphinx/cmd/quickstart.py:523 msgid "project name" msgstr "nom du projet" -#: sphinx/cmd/quickstart.py:526 +#: sphinx/cmd/quickstart.py:525 msgid "author names" msgstr "nom de l'auteur" -#: sphinx/cmd/quickstart.py:528 +#: sphinx/cmd/quickstart.py:527 msgid "version of project" msgstr "version du projet" -#: sphinx/cmd/quickstart.py:530 +#: sphinx/cmd/quickstart.py:529 msgid "release of project" msgstr "version du projet" -#: sphinx/cmd/quickstart.py:532 +#: sphinx/cmd/quickstart.py:531 msgid "document language" msgstr "langue du document" -#: sphinx/cmd/quickstart.py:534 +#: sphinx/cmd/quickstart.py:533 msgid "source file suffix" msgstr "préfixe des fichiers source" -#: sphinx/cmd/quickstart.py:536 +#: sphinx/cmd/quickstart.py:535 msgid "master document name" msgstr "nom du document principal" -#: sphinx/cmd/quickstart.py:538 +#: sphinx/cmd/quickstart.py:537 msgid "use epub" msgstr "utilisé epub" -#: sphinx/cmd/quickstart.py:540 +#: sphinx/cmd/quickstart.py:539 msgid "Extension options" msgstr "" -#: sphinx/cmd/quickstart.py:544 sphinx/ext/apidoc.py:379 +#: sphinx/cmd/quickstart.py:543 sphinx/ext/apidoc.py:379 #, python-format msgid "enable %s extension" msgstr "autoriser l'extension %s" -#: sphinx/cmd/quickstart.py:546 sphinx/ext/apidoc.py:375 +#: sphinx/cmd/quickstart.py:545 sphinx/ext/apidoc.py:375 msgid "enable arbitrary extensions" msgstr "" -#: sphinx/cmd/quickstart.py:548 +#: sphinx/cmd/quickstart.py:547 msgid "Makefile and Batchfile creation" msgstr "Création des fichiers Batchfile et Makefile" -#: sphinx/cmd/quickstart.py:550 +#: sphinx/cmd/quickstart.py:549 msgid "create makefile" msgstr "créer un fichier makefile" -#: sphinx/cmd/quickstart.py:552 +#: sphinx/cmd/quickstart.py:551 msgid "do not create makefile" msgstr "ne pas créer un fichier makefile" -#: sphinx/cmd/quickstart.py:554 +#: sphinx/cmd/quickstart.py:553 msgid "create batchfile" msgstr "créer un fichier batch" -#: sphinx/cmd/quickstart.py:557 +#: sphinx/cmd/quickstart.py:556 msgid "do not create batchfile" msgstr "ne pas créer un fichier batch" -#: sphinx/cmd/quickstart.py:560 +#: sphinx/cmd/quickstart.py:559 msgid "use make-mode for Makefile/make.bat" msgstr "utiliser make-mode pour Makefile/make.bat" -#: sphinx/cmd/quickstart.py:563 +#: sphinx/cmd/quickstart.py:562 msgid "do not use make-mode for Makefile/make.bat" msgstr "ne pas utiliser make-mode pour Makefile/make.bat" -#: sphinx/cmd/quickstart.py:565 +#: sphinx/cmd/quickstart.py:564 msgid "Project templating" msgstr "" -#: sphinx/cmd/quickstart.py:568 +#: sphinx/cmd/quickstart.py:567 msgid "template directory for template files" msgstr "répertoire des templates" -#: sphinx/cmd/quickstart.py:571 +#: sphinx/cmd/quickstart.py:570 msgid "define a template variable" msgstr "définissez une variable de template" -#: sphinx/cmd/quickstart.py:605 +#: sphinx/cmd/quickstart.py:604 msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." msgstr "vous avez spécifiez \"quit\" , mais \"project\" ou \"author\" ne sont pas spécifiés." -#: sphinx/cmd/quickstart.py:619 +#: sphinx/cmd/quickstart.py:618 msgid "" "Error: specified path is not a directory, or sphinx files already exist." msgstr "Erreur : le chemin spécifié n'est pas un répertoire, ou les fichiers Sphinx existent déjà." -#: sphinx/cmd/quickstart.py:621 +#: sphinx/cmd/quickstart.py:620 msgid "" "sphinx-quickstart only generate into a empty directory. Please specify a new" " root path." msgstr "sphinx-quickstart peut générer ces fichiers seulement dans un répertoire vide. Merci de spécifier un nouveau répertoire racine." -#: sphinx/cmd/quickstart.py:636 +#: sphinx/cmd/quickstart.py:635 #, python-format msgid "Invalid template variable: %s" msgstr "Variable de template invalide : %s" @@ -1784,17 +1784,17 @@ msgstr "Auteur : " msgid "%s %s" msgstr "%s %s" -#: sphinx/domains/c.py:64 sphinx/domains/cpp.py:6371 +#: sphinx/domains/c.py:64 sphinx/domains/cpp.py:6445 #: sphinx/domains/python.py:210 sphinx/ext/napoleon/docstring.py:696 msgid "Parameters" msgstr "Paramètres" -#: sphinx/domains/c.py:67 sphinx/domains/cpp.py:6380 -#: sphinx/domains/javascript.py:210 sphinx/domains/python.py:222 +#: sphinx/domains/c.py:67 sphinx/domains/cpp.py:6454 +#: sphinx/domains/javascript.py:209 sphinx/domains/python.py:222 msgid "Returns" msgstr "Renvoie" -#: sphinx/domains/c.py:69 sphinx/domains/javascript.py:212 +#: sphinx/domains/c.py:69 sphinx/domains/javascript.py:211 #: sphinx/domains/python.py:224 msgid "Return type" msgstr "Type renvoyé" @@ -1824,12 +1824,12 @@ msgstr "%s (type C)" msgid "%s (C variable)" msgstr "%s (variable C)" -#: sphinx/domains/c.py:258 sphinx/domains/cpp.py:6956 -#: sphinx/domains/javascript.py:298 sphinx/domains/python.py:741 +#: sphinx/domains/c.py:258 sphinx/domains/cpp.py:7029 +#: sphinx/domains/javascript.py:297 sphinx/domains/python.py:742 msgid "function" msgstr "fonction" -#: sphinx/domains/c.py:259 sphinx/domains/cpp.py:6957 +#: sphinx/domains/c.py:259 sphinx/domains/cpp.py:7030 msgid "member" msgstr "membre" @@ -1837,7 +1837,7 @@ msgstr "membre" msgid "macro" msgstr "macro" -#: sphinx/domains/c.py:261 sphinx/domains/cpp.py:6958 +#: sphinx/domains/c.py:261 sphinx/domains/cpp.py:7031 msgid "type" msgstr "type" @@ -1860,106 +1860,106 @@ msgstr "Modifié dans la version %s" msgid "Deprecated since version %s" msgstr "Obsolète depuis la version %s" -#: sphinx/domains/cpp.py:4297 +#: sphinx/domains/cpp.py:4323 #, python-format msgid "" "Duplicate declaration, also defined in '%s'.\n" "Declaration is '%s'." msgstr "Déclaration dupliquée, également définie dans '%s'.\nLa déclaration est '%s'." -#: sphinx/domains/cpp.py:6374 +#: sphinx/domains/cpp.py:6448 msgid "Template Parameters" msgstr "Paramètres du modèle" -#: sphinx/domains/cpp.py:6377 sphinx/domains/javascript.py:207 +#: sphinx/domains/cpp.py:6451 sphinx/domains/javascript.py:206 msgid "Throws" msgstr "Déclenche" -#: sphinx/domains/cpp.py:6505 +#: sphinx/domains/cpp.py:6579 #, python-format msgid "%s (C++ %s)" msgstr "" -#: sphinx/domains/cpp.py:6954 sphinx/domains/javascript.py:300 -#: sphinx/domains/python.py:743 +#: sphinx/domains/cpp.py:7027 sphinx/domains/javascript.py:299 +#: sphinx/domains/python.py:744 msgid "class" msgstr "classe" -#: sphinx/domains/cpp.py:6955 +#: sphinx/domains/cpp.py:7028 msgid "union" msgstr "" -#: sphinx/domains/cpp.py:6959 +#: sphinx/domains/cpp.py:7032 msgid "concept" msgstr "concept" -#: sphinx/domains/cpp.py:6960 +#: sphinx/domains/cpp.py:7033 msgid "enum" msgstr "énumération" -#: sphinx/domains/cpp.py:6961 +#: sphinx/domains/cpp.py:7034 msgid "enumerator" msgstr "énumérateur" -#: sphinx/domains/cpp.py:7054 +#: sphinx/domains/cpp.py:7127 #, python-format msgid "" "Duplicate declaration, also defined in '%s'.\n" "Name of declaration is '%s'." msgstr "déclaration dupliquée, également définie dans '%s'. Le nom de la déclaration est '%s'." -#: sphinx/domains/javascript.py:131 sphinx/domains/python.py:429 +#: sphinx/domains/javascript.py:130 sphinx/domains/python.py:430 #, python-format msgid "%s() (built-in function)" msgstr "%s() (fonction de base)" -#: sphinx/domains/javascript.py:132 sphinx/domains/python.py:494 +#: sphinx/domains/javascript.py:131 sphinx/domains/python.py:495 #, python-format msgid "%s() (%s method)" msgstr "%s() (méthode %s)" -#: sphinx/domains/javascript.py:134 +#: sphinx/domains/javascript.py:133 #, python-format msgid "%s() (class)" msgstr "%s() (classe)" -#: sphinx/domains/javascript.py:136 +#: sphinx/domains/javascript.py:135 #, python-format msgid "%s (global variable or constant)" msgstr "%s (variable globale ou constante)" -#: sphinx/domains/javascript.py:138 sphinx/domains/python.py:532 +#: sphinx/domains/javascript.py:137 sphinx/domains/python.py:533 #, python-format msgid "%s (%s attribute)" msgstr "%s (attribut %s)" -#: sphinx/domains/javascript.py:204 +#: sphinx/domains/javascript.py:203 msgid "Arguments" msgstr "Arguments" -#: sphinx/domains/javascript.py:265 sphinx/domains/python.py:609 +#: sphinx/domains/javascript.py:264 sphinx/domains/python.py:610 #, python-format msgid "%s (module)" msgstr "%s (module)" -#: sphinx/domains/javascript.py:299 sphinx/domains/python.py:745 +#: sphinx/domains/javascript.py:298 sphinx/domains/python.py:746 msgid "method" msgstr "méthode" -#: sphinx/domains/javascript.py:301 sphinx/domains/python.py:742 +#: sphinx/domains/javascript.py:300 sphinx/domains/python.py:743 msgid "data" msgstr "données" -#: sphinx/domains/javascript.py:302 sphinx/domains/python.py:748 +#: sphinx/domains/javascript.py:301 sphinx/domains/python.py:749 msgid "attribute" msgstr "attribut" -#: sphinx/domains/javascript.py:303 sphinx/domains/python.py:49 -#: sphinx/domains/python.py:749 +#: sphinx/domains/javascript.py:302 sphinx/domains/python.py:49 +#: sphinx/domains/python.py:750 msgid "module" msgstr "module" -#: sphinx/domains/math.py:101 sphinx/writers/latex.py:2451 +#: sphinx/domains/math.py:101 sphinx/writers/latex.py:2459 #, python-format msgid "Invalid math_eqref_format: %r" msgstr "" @@ -1981,7 +1981,7 @@ msgstr "opérateur" msgid "object" msgstr "objet" -#: sphinx/domains/python.py:53 sphinx/domains/python.py:744 +#: sphinx/domains/python.py:53 sphinx/domains/python.py:745 msgid "exception" msgstr "exception" @@ -2001,88 +2001,88 @@ msgstr "Variables" msgid "Raises" msgstr "Lève" -#: sphinx/domains/python.py:430 sphinx/domains/python.py:488 -#: sphinx/domains/python.py:500 sphinx/domains/python.py:513 +#: sphinx/domains/python.py:431 sphinx/domains/python.py:489 +#: sphinx/domains/python.py:501 sphinx/domains/python.py:514 #, python-format msgid "%s() (in module %s)" msgstr "%s() (dans le module %s)" -#: sphinx/domains/python.py:433 +#: sphinx/domains/python.py:434 #, python-format msgid "%s (built-in variable)" msgstr "%s (variable de base)" -#: sphinx/domains/python.py:434 sphinx/domains/python.py:526 +#: sphinx/domains/python.py:435 sphinx/domains/python.py:527 #, python-format msgid "%s (in module %s)" msgstr "%s (dans le module %s)" -#: sphinx/domains/python.py:454 +#: sphinx/domains/python.py:455 #, python-format msgid "%s (built-in class)" msgstr "%s (classe de base)" -#: sphinx/domains/python.py:455 +#: sphinx/domains/python.py:456 #, python-format msgid "%s (class in %s)" msgstr "%s (classe dans %s)" -#: sphinx/domains/python.py:492 +#: sphinx/domains/python.py:493 #, python-format msgid "%s() (%s.%s method)" msgstr "%s() (méthode %s.%s)" -#: sphinx/domains/python.py:504 +#: sphinx/domains/python.py:505 #, python-format msgid "%s() (%s.%s static method)" msgstr "%s() (méthode statique %s.%s)" -#: sphinx/domains/python.py:507 +#: sphinx/domains/python.py:508 #, python-format msgid "%s() (%s static method)" msgstr "%s() (méthode statique %s)" -#: sphinx/domains/python.py:517 +#: sphinx/domains/python.py:518 #, python-format msgid "%s() (%s.%s class method)" msgstr "%s() (méthode de la classe %s.%s)" -#: sphinx/domains/python.py:520 +#: sphinx/domains/python.py:521 #, python-format msgid "%s() (%s class method)" msgstr "%s() (méthode de la classe %s)" -#: sphinx/domains/python.py:530 +#: sphinx/domains/python.py:531 #, python-format msgid "%s (%s.%s attribute)" msgstr "%s (attribut %s.%s)" -#: sphinx/domains/python.py:667 +#: sphinx/domains/python.py:668 msgid "Python Module Index" msgstr "Index des modules Python" -#: sphinx/domains/python.py:668 +#: sphinx/domains/python.py:669 msgid "modules" msgstr "modules" -#: sphinx/domains/python.py:719 +#: sphinx/domains/python.py:720 msgid "Deprecated" msgstr "Obsolète" -#: sphinx/domains/python.py:746 +#: sphinx/domains/python.py:747 msgid "class method" msgstr "méthode de classe" -#: sphinx/domains/python.py:747 +#: sphinx/domains/python.py:748 msgid "static method" msgstr "méthode statique" -#: sphinx/domains/python.py:879 +#: sphinx/domains/python.py:880 #, python-format msgid "more than one target found for cross-reference %r: %s" msgstr "plusieurs cibles trouvées pour le renvoi %r : %s" -#: sphinx/domains/python.py:917 +#: sphinx/domains/python.py:918 msgid " (deprecated)" msgstr " (obsolète)" @@ -2158,7 +2158,7 @@ msgstr "Page de recherche" msgid "duplicate citation %s, other instance in %s" msgstr "citation dupliquée %s, une autre instance dans %s" -#: sphinx/domains/std.py:631 sphinx/ext/autosectionlabel.py:61 +#: sphinx/domains/std.py:631 sphinx/ext/autosectionlabel.py:56 #, python-format msgid "duplicate label %s, other instance in %s" msgstr "libellé dupliqué %s, l'autre instance se trouve dans %s" @@ -2218,21 +2218,21 @@ msgid "" "another doctree directory." msgstr "" -#: sphinx/environment/__init__.py:408 +#: sphinx/environment/__init__.py:404 #, python-format msgid "Failed to scan documents in %s: %r" msgstr "" -#: sphinx/environment/__init__.py:536 +#: sphinx/environment/__init__.py:532 #, python-format msgid "Domain %r is not registered" msgstr "le domaine %r n'est pas enregistré." -#: sphinx/environment/__init__.py:621 +#: sphinx/environment/__init__.py:617 msgid "self referenced toctree found. Ignored." msgstr "une table des matières auto-référencée a été trouvé. Elle sera ignorée." -#: sphinx/environment/__init__.py:662 +#: sphinx/environment/__init__.py:658 msgid "document isn't included in any toctree" msgstr "Le document n'est inclut dans aucune table des matières de l'arborescence." @@ -2252,6 +2252,7 @@ msgid "unknown index entry type %r" msgstr "type d'index saisie inconnu %r" #: sphinx/environment/adapters/indexentries.py:156 +#: sphinx/templates/latex/sphinxmessages.sty_t:11 msgid "Symbols" msgstr "Symboles" @@ -2277,22 +2278,22 @@ msgstr "" msgid "toctree contains reference to nonexisting document %r" msgstr "la table des matière contient des références à des documents inexistants %r" -#: sphinx/environment/collectors/asset.py:91 +#: sphinx/environment/collectors/asset.py:90 #, python-format msgid "image file not readable: %s" msgstr "fichier image %s illisible " -#: sphinx/environment/collectors/asset.py:107 +#: sphinx/environment/collectors/asset.py:106 #, python-format msgid "image file %s not readable: %s" msgstr "fichier image %s illisible : %s" -#: sphinx/environment/collectors/asset.py:135 +#: sphinx/environment/collectors/asset.py:134 #, python-format msgid "download file not readable: %s" msgstr "" -#: sphinx/environment/collectors/toctree.py:197 +#: sphinx/environment/collectors/toctree.py:196 #, python-format msgid "%s is already assigned section numbers (nested numbered toctree?)" msgstr "" @@ -2417,7 +2418,7 @@ msgstr "%s n'est pas un répertoire" #: sphinx/ext/coverage.py:46 #, python-format msgid "invalid regex %r in %s" -msgstr "invalid regex %r in %s" +msgstr "regex invalide dans %s" #: sphinx/ext/coverage.py:55 #, python-format @@ -2436,38 +2437,38 @@ msgstr "regex invalide %r dans coverage_c_regexes" msgid "module %s could not be imported: %s" msgstr "le module %s ne pas être importé : %s" -#: sphinx/ext/doctest.py:142 +#: sphinx/ext/doctest.py:132 #, python-format msgid "missing '+' or '-' in '%s' option." msgstr "option '+' ou '-' manquante dans %s." -#: sphinx/ext/doctest.py:147 +#: sphinx/ext/doctest.py:137 #, python-format msgid "'%s' is not a valid option." msgstr "'%s' n'est pas une option valide." -#: sphinx/ext/doctest.py:161 +#: sphinx/ext/doctest.py:151 #, python-format msgid "'%s' is not a valid pyversion option" msgstr "%s n'est pas une option pyversion valide" -#: sphinx/ext/doctest.py:230 +#: sphinx/ext/doctest.py:222 msgid "invalid TestCode type" msgstr "type TestCode invalide" -#: sphinx/ext/doctest.py:291 +#: sphinx/ext/doctest.py:283 #, python-format msgid "" "Testing of doctests in the sources finished, look at the results in " "%(outdir)s/output.txt." msgstr "" -#: sphinx/ext/doctest.py:438 +#: sphinx/ext/doctest.py:446 #, python-format msgid "no code/output in %s block at %s:%s" msgstr "" -#: sphinx/ext/doctest.py:527 +#: sphinx/ext/doctest.py:535 #, python-format msgid "ignoring invalid doctest code: %r" msgstr "" @@ -2485,7 +2486,7 @@ msgstr "" msgid "Ignoring \"graphviz\" directive without content." msgstr "Directive « graphviz » sans contenu ignorée." -#: sphinx/ext/graphviz.py:252 +#: sphinx/ext/graphviz.py:250 #, python-format msgid "" "dot did not produce an output file:\n" @@ -2495,14 +2496,14 @@ msgid "" "%r" msgstr "" -#: sphinx/ext/graphviz.py:256 +#: sphinx/ext/graphviz.py:254 #, python-format msgid "" "dot command %r cannot be run (needed for graphviz output), check the " "graphviz_dot setting" msgstr "la commande dot %r ne peut pas être exécutée (nécessaire pour le rendu graphviz). Vérifiez le paramètre graphviz_dot" -#: sphinx/ext/graphviz.py:263 +#: sphinx/ext/graphviz.py:261 #, python-format msgid "" "dot exited with error:\n" @@ -2512,23 +2513,23 @@ msgid "" "%r" msgstr "" -#: sphinx/ext/graphviz.py:273 +#: sphinx/ext/graphviz.py:271 #, python-format msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" msgstr "graphviz_output_format doit être « png » ou « svg », mais est %r" -#: sphinx/ext/graphviz.py:277 sphinx/ext/graphviz.py:331 -#: sphinx/ext/graphviz.py:369 +#: sphinx/ext/graphviz.py:275 sphinx/ext/graphviz.py:329 +#: sphinx/ext/graphviz.py:367 #, python-format msgid "dot code %r: %s" msgstr "dot code %r: %s" -#: sphinx/ext/graphviz.py:384 sphinx/ext/graphviz.py:393 +#: sphinx/ext/graphviz.py:382 sphinx/ext/graphviz.py:391 #, python-format msgid "[graph: %s]" msgstr "[graphe: %s]" -#: sphinx/ext/graphviz.py:386 sphinx/ext/graphviz.py:395 +#: sphinx/ext/graphviz.py:384 sphinx/ext/graphviz.py:393 msgid "[graph]" msgstr "[graphe]" @@ -2547,31 +2548,31 @@ msgid "" "%r" msgstr "" -#: sphinx/ext/imgmath.py:140 +#: sphinx/ext/imgmath.py:139 #, python-format msgid "" "LaTeX command %r cannot be run (needed for math display), check the " "imgmath_latex setting" msgstr "La commande LaTex %r ne peut pas être exécutée (nécessaire pour l'affichage math), vérifier le paramètre imgmath_latex" -#: sphinx/ext/imgmath.py:155 +#: sphinx/ext/imgmath.py:154 #, python-format msgid "" "%s command %r cannot be run (needed for math display), check the imgmath_%s " "setting" msgstr "" -#: sphinx/ext/imgmath.py:290 +#: sphinx/ext/imgmath.py:289 #, python-format msgid "display latex %r: %s" msgstr "" -#: sphinx/ext/imgmath.py:317 +#: sphinx/ext/imgmath.py:316 #, python-format msgid "inline latex %r: %s" msgstr "" -#: sphinx/ext/imgmath.py:324 sphinx/ext/mathjax.py:54 +#: sphinx/ext/imgmath.py:323 sphinx/ext/mathjax.py:54 msgid "Permalink to this equation" msgstr "Lien permanent vers cette équation" @@ -2591,26 +2592,26 @@ msgid "" "alternatives:" msgstr "" -#: sphinx/ext/intersphinx.py:237 +#: sphinx/ext/intersphinx.py:238 msgid "failed to reach any of the inventories with the following issues:" msgstr "" -#: sphinx/ext/intersphinx.py:312 +#: sphinx/ext/intersphinx.py:311 #, python-format msgid "(in %s v%s)" msgstr "(disponible dans %s v%s)" -#: sphinx/ext/intersphinx.py:314 +#: sphinx/ext/intersphinx.py:313 #, python-format msgid "(in %s)" msgstr "(dans %s)" -#: sphinx/ext/intersphinx.py:348 +#: sphinx/ext/intersphinx.py:347 #, python-format msgid "intersphinx identifier %r is not string. Ignored" msgstr "l'indentifiant intersphinx %r n'est pas une chaine, il sera ignoré" -#: sphinx/ext/intersphinx.py:361 +#: sphinx/ext/intersphinx.py:360 #, python-format msgid "Fail to read intersphinx_mapping[%s], Ignored: %r" msgstr "" @@ -2666,29 +2667,29 @@ msgstr "Vue d'ensemble : code du module" msgid "

All modules for which code is available

" msgstr "

Modules pour lesquels le code est disponible

" -#: sphinx/ext/autodoc/__init__.py:302 +#: sphinx/ext/autodoc/__init__.py:300 #, python-format msgid "invalid signature for auto%s (%r)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:402 +#: sphinx/ext/autodoc/__init__.py:400 #, python-format msgid "error while formatting arguments for %s: %s" msgstr "erreur pendant la mise en forme de l 'argument %s:%s" -#: sphinx/ext/autodoc/__init__.py:514 +#: sphinx/ext/autodoc/__init__.py:512 #, python-format msgid "missing attribute %s in object %s" msgstr "attribut manquant %s dans l'objet %s" -#: sphinx/ext/autodoc/__init__.py:602 +#: sphinx/ext/autodoc/__init__.py:600 #, python-format msgid "" "autodoc: failed to determine %r to be documented.the following exception was raised:\n" "%s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:694 +#: sphinx/ext/autodoc/__init__.py:692 #, python-format msgid "" "don't know which module to import for autodocumenting %r (try placing a " @@ -2696,39 +2697,39 @@ msgid "" "explicit module name)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:788 +#: sphinx/ext/autodoc/__init__.py:786 msgid "\"::\" in automodule name doesn't make sense" msgstr "" -#: sphinx/ext/autodoc/__init__.py:796 +#: sphinx/ext/autodoc/__init__.py:794 #, python-format msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:829 +#: sphinx/ext/autodoc/__init__.py:827 #, python-format msgid "" "__all__ should be a list of strings, not %r (in module %s) -- ignoring " "__all__" msgstr "" -#: sphinx/ext/autodoc/__init__.py:844 +#: sphinx/ext/autodoc/__init__.py:842 #, python-format msgid "" "missing attribute mentioned in :members: or __all__: module %s, attribute %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1128 +#: sphinx/ext/autodoc/__init__.py:1126 #, python-format msgid "Bases: %s" msgstr "Bases : %s" -#: sphinx/ext/autodoc/__init__.py:1185 +#: sphinx/ext/autodoc/__init__.py:1183 #, python-format msgid "alias of :class:`%s`" msgstr "alias de :class:`%s`" -#: sphinx/ext/autodoc/__init__.py:1470 +#: sphinx/ext/autodoc/__init__.py:1468 #, python-format msgid "Ignoring invalid option in autodoc_default_flags: %r" msgstr "option invalide dans autodoc_default_flags: %r, elle sera ignorée" @@ -2764,17 +2765,17 @@ msgid "" "contain .rst. Skipped." msgstr "" -#: sphinx/ext/autosummary/generate.py:102 +#: sphinx/ext/autosummary/generate.py:100 #, python-format msgid "[autosummary] generating autosummary for: %s" msgstr "" -#: sphinx/ext/autosummary/generate.py:106 +#: sphinx/ext/autosummary/generate.py:104 #, python-format msgid "[autosummary] writing to %s" msgstr "" -#: sphinx/ext/autosummary/generate.py:366 +#: sphinx/ext/autosummary/generate.py:364 msgid "" "\n" "Generate ReStructuredText using autosummary directives.\n" @@ -2789,25 +2790,25 @@ msgid "" " pydoc sphinx.ext.autosummary\n" msgstr "" -#: sphinx/ext/autosummary/generate.py:383 +#: sphinx/ext/autosummary/generate.py:381 msgid "source files to generate rST files for" msgstr "" -#: sphinx/ext/autosummary/generate.py:387 +#: sphinx/ext/autosummary/generate.py:385 msgid "directory to place all output in" msgstr "répertoire où placer toutes les sorties" -#: sphinx/ext/autosummary/generate.py:390 +#: sphinx/ext/autosummary/generate.py:388 #, python-format msgid "default suffix for files (default: %(default)s)" msgstr "extension par défaut pour les fichiers (par défaut : %(default)s)" -#: sphinx/ext/autosummary/generate.py:394 +#: sphinx/ext/autosummary/generate.py:392 #, python-format msgid "custom template directory (default: %(default)s)" msgstr "répertoire des templates spécifiques (par défaut : %(default)s)" -#: sphinx/ext/autosummary/generate.py:398 +#: sphinx/ext/autosummary/generate.py:396 #, python-format msgid "document imported members (default: %(default)s)" msgstr "" @@ -2885,6 +2886,7 @@ msgid "Warning" msgstr "Avertissement" #: sphinx/templates/latex/longtable.tex_t:23 +#: sphinx/templates/latex/sphinxmessages.sty_t:8 msgid "continued from previous page" msgstr "suite de la page précédente" @@ -2892,13 +2894,29 @@ msgstr "suite de la page précédente" msgid "Continued on next page" msgstr "Suite sur la page suivante" +#: sphinx/templates/latex/sphinxmessages.sty_t:9 +msgid "continues on next page" +msgstr "suite sur la page suivante" + +#: sphinx/templates/latex/sphinxmessages.sty_t:10 +msgid "Non-alphabetical" +msgstr "" + +#: sphinx/templates/latex/sphinxmessages.sty_t:12 +msgid "Numbers" +msgstr "Chiffres" + +#: sphinx/templates/latex/sphinxmessages.sty_t:13 +msgid "page" +msgstr "page" + #: sphinx/themes/agogo/layout.html:46 sphinx/themes/basic/globaltoc.html:10 #: sphinx/themes/basic/localtoc.html:11 sphinx/themes/scrolls/layout.html:41 msgid "Table of Contents" msgstr "Table des matières" #: sphinx/themes/agogo/layout.html:51 sphinx/themes/basic/layout.html:153 -#: sphinx/themes/basic/search.html:11 sphinx/themes/basic/search.html:26 +#: sphinx/themes/basic/search.html:11 sphinx/themes/basic/search.html:21 #: sphinx/themes/basic/searchresults.html:10 msgid "Search" msgstr "Recherche" @@ -3035,13 +3053,13 @@ msgstr "Sujet suivant" msgid "next chapter" msgstr "Chapitre suivant" -#: sphinx/themes/basic/search.html:30 +#: sphinx/themes/basic/search.html:25 msgid "" "Please activate JavaScript to enable the search\n" " functionality." msgstr "Veuillez activer le JavaScript pour que la recherche fonctionne." -#: sphinx/themes/basic/search.html:35 +#: sphinx/themes/basic/search.html:30 msgid "" "From here you can search these documents. Enter your search\n" " words into the box below and click \"search\". Note that the search\n" @@ -3049,20 +3067,20 @@ msgid "" " containing fewer words won't appear in the result list." msgstr "Vous pouvez effectuer une recherche au sein des documents. Saisissez les termes\nde votre recherche dans le champs ci-dessous et cliquez sur \"rechercher\". Notez que la fonctionnalité de recherche\nva automatiquement chercher l'ensemble des mots. Les pages\ncontenant moins de mots n'apparaîtront pas dans la liste des résultats." -#: sphinx/themes/basic/search.html:42 +#: sphinx/themes/basic/search.html:37 #: sphinx/themes/basic/searchresults.html:17 msgid "search" msgstr "rechercher" -#: sphinx/themes/basic/search.html:46 +#: sphinx/themes/basic/search.html:41 #: sphinx/themes/basic/searchresults.html:21 -#: sphinx/themes/basic/static/searchtools.js:295 +#: sphinx/themes/basic/static/searchtools.js:285 msgid "Search Results" msgstr "Résultats de la recherche" -#: sphinx/themes/basic/search.html:48 +#: sphinx/themes/basic/search.html:43 #: sphinx/themes/basic/searchresults.html:23 -#: sphinx/themes/basic/static/searchtools.js:297 +#: sphinx/themes/basic/static/searchtools.js:287 msgid "" "Your search did not match any documents. Please make sure that all words are" " spelled correctly and that you've selected enough categories." @@ -3120,20 +3138,20 @@ msgstr "Lien permanent vers cette définition" msgid "Hide Search Matches" msgstr "Cacher les résultats de la recherche" -#: sphinx/themes/basic/static/searchtools.js:131 +#: sphinx/themes/basic/static/searchtools.js:121 msgid "Searching" msgstr "Recherche en cours" -#: sphinx/themes/basic/static/searchtools.js:136 +#: sphinx/themes/basic/static/searchtools.js:126 msgid "Preparing search..." msgstr "Préparation de la recherche..." -#: sphinx/themes/basic/static/searchtools.js:299 +#: sphinx/themes/basic/static/searchtools.js:289 #, python-format msgid "Search finished, found %s page(s) matching the search query." msgstr "La recherche est finie, %s page(s) trouvée(s) qui corresponde(nt) à la recherche." -#: sphinx/themes/basic/static/searchtools.js:352 +#: sphinx/themes/basic/static/searchtools.js:342 msgid ", in " msgstr ", dans" @@ -3150,18 +3168,18 @@ msgstr "Réduire la barre latérale" msgid "Contents" msgstr "Contenu" -#: sphinx/transforms/__init__.py:259 +#: sphinx/transforms/__init__.py:261 #, python-format msgid "" "4 column based index found. It might be a bug of extensions you use: %r" msgstr "" -#: sphinx/transforms/__init__.py:301 +#: sphinx/transforms/__init__.py:303 #, python-format msgid "Footnote [%s] is not referenced." msgstr "La note de bas de page [%s] n'est pas référencée." -#: sphinx/transforms/__init__.py:307 +#: sphinx/transforms/__init__.py:309 msgid "Footnote [#] is not referenced." msgstr "La note de bas de page [#] n'est pas référencée." @@ -3232,7 +3250,7 @@ msgstr "" msgid "failed" msgstr "" -#: sphinx/util/docutils.py:321 +#: sphinx/util/docutils.py:320 msgid "when adding directive classes, no additional arguments may be given" msgstr "" @@ -3293,15 +3311,15 @@ msgstr "Lien permanent vers ce tableau" msgid "Permalink to this code" msgstr "Lien permanent vers ce code" -#: sphinx/writers/html.py:514 sphinx/writers/html5.py:460 +#: sphinx/writers/html.py:512 sphinx/writers/html5.py:458 msgid "Permalink to this image" msgstr "Lien permanent vers cette image" -#: sphinx/writers/html.py:516 sphinx/writers/html5.py:462 +#: sphinx/writers/html.py:514 sphinx/writers/html5.py:460 msgid "Permalink to this toctree" msgstr "Lien permanent vers cette table des matières" -#: sphinx/writers/html.py:674 sphinx/writers/html5.py:608 +#: sphinx/writers/html.py:672 sphinx/writers/html5.py:606 msgid "Could not obtain image size. :scale: option is ignored." msgstr "impossible d'obtenir la taille de l'image. L'option :scale: est ignorée." @@ -3338,12 +3356,12 @@ msgstr "" msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: sphinx/writers/latex.py:1843 +#: sphinx/writers/latex.py:1847 #, python-format msgid "unknown index entry type %s found" msgstr "" -#: sphinx/writers/latex.py:2552 +#: sphinx/writers/latex.py:2560 #, python-format msgid "Unknown configure key: latex_elements[%r] is ignored." msgstr "Clé de configuration inconnue : latex_elements[%r] est ignoré." @@ -3361,12 +3379,12 @@ msgstr "[image]" msgid "caption not inside a figure." msgstr "la légende n'est pas à l'intérieur de la figure." -#: sphinx/writers/texinfo.py:1421 +#: sphinx/writers/texinfo.py:1422 #, python-format msgid "unimplemented node type: %r" msgstr "" -#: sphinx/writers/texinfo.py:1426 +#: sphinx/writers/texinfo.py:1427 #, python-format msgid "unknown node type: %r" msgstr "" diff --git a/sphinx/locale/he/LC_MESSAGES/sphinx.mo b/sphinx/locale/he/LC_MESSAGES/sphinx.mo index 7146efdc23..b53fd1f60d 100644 Binary files a/sphinx/locale/he/LC_MESSAGES/sphinx.mo and b/sphinx/locale/he/LC_MESSAGES/sphinx.mo differ diff --git a/sphinx/locale/he/LC_MESSAGES/sphinx.po b/sphinx/locale/he/LC_MESSAGES/sphinx.po index 41505ae423..2e222d7111 100644 --- a/sphinx/locale/he/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/he/LC_MESSAGES/sphinx.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2019-02-18 01:52+0900\n" -"PO-Revision-Date: 2019-03-14 16:36+0000\n" +"POT-Creation-Date: 2019-03-29 01:05+0900\n" +"PO-Revision-Date: 2019-03-28 16:08+0000\n" "Last-Translator: Takeshi KOMIYA \n" "Language-Team: Hebrew (http://www.transifex.com/sphinx-doc/sphinx-1/language/he/)\n" "MIME-Version: 1.0\n" @@ -122,7 +122,7 @@ msgstr "" msgid "role %r is already registered, it will be overridden" msgstr "" -#: sphinx/application.py:1182 +#: sphinx/application.py:1179 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -130,7 +130,7 @@ msgid "" "explicit" msgstr "" -#: sphinx/application.py:1188 +#: sphinx/application.py:1185 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -138,7 +138,7 @@ msgid "" "explicit" msgstr "" -#: sphinx/application.py:1199 +#: sphinx/application.py:1196 #, python-format msgid "doing serial %s" msgstr "" @@ -587,44 +587,44 @@ msgstr "" msgid "preparing documents" msgstr "" -#: sphinx/builders/_epub_base.py:219 +#: sphinx/builders/_epub_base.py:218 #, python-format msgid "duplicated ToC entry found: %s" msgstr "" -#: sphinx/builders/_epub_base.py:415 sphinx/builders/html.py:761 -#: sphinx/builders/latex/__init__.py:413 sphinx/builders/texinfo.py:190 +#: sphinx/builders/_epub_base.py:414 sphinx/builders/html.py:761 +#: sphinx/builders/latex/__init__.py:415 sphinx/builders/texinfo.py:190 msgid "copying images... " msgstr "" -#: sphinx/builders/_epub_base.py:422 +#: sphinx/builders/_epub_base.py:421 #, python-format msgid "cannot read image file %r: copying it instead" msgstr "" -#: sphinx/builders/_epub_base.py:428 sphinx/builders/html.py:769 -#: sphinx/builders/latex/__init__.py:421 sphinx/builders/texinfo.py:198 +#: sphinx/builders/_epub_base.py:427 sphinx/builders/html.py:769 +#: sphinx/builders/latex/__init__.py:423 sphinx/builders/texinfo.py:199 #, python-format msgid "cannot copy image file %r: %s" msgstr "" -#: sphinx/builders/_epub_base.py:445 +#: sphinx/builders/_epub_base.py:444 #, python-format msgid "cannot write image file %r: %s" msgstr "" -#: sphinx/builders/_epub_base.py:456 +#: sphinx/builders/_epub_base.py:455 msgid "Pillow not found - copying image files" msgstr "" -#: sphinx/builders/_epub_base.py:491 sphinx/builders/_epub_base.py:504 -#: sphinx/builders/_epub_base.py:540 sphinx/builders/_epub_base.py:725 -#: sphinx/builders/_epub_base.py:758 sphinx/builders/epub3.py:184 +#: sphinx/builders/_epub_base.py:490 sphinx/builders/_epub_base.py:503 +#: sphinx/builders/_epub_base.py:539 sphinx/builders/_epub_base.py:724 +#: sphinx/builders/_epub_base.py:757 sphinx/builders/epub3.py:183 #, python-format msgid "writing %s file..." msgstr "" -#: sphinx/builders/_epub_base.py:566 +#: sphinx/builders/_epub_base.py:565 #, python-format msgid "unknown mimetype for %s, ignoring" msgstr "" @@ -643,19 +643,19 @@ msgstr "" msgid "writing summary file..." msgstr "" -#: sphinx/builders/changes.py:87 +#: sphinx/builders/changes.py:86 msgid "Builtins" msgstr "" -#: sphinx/builders/changes.py:89 +#: sphinx/builders/changes.py:88 msgid "Module level" msgstr "רמת המודול" -#: sphinx/builders/changes.py:134 +#: sphinx/builders/changes.py:133 msgid "copying source files..." msgstr "" -#: sphinx/builders/changes.py:141 +#: sphinx/builders/changes.py:140 #, python-format msgid "could not read %r for changelog creation" msgstr "" @@ -664,76 +664,76 @@ msgstr "" msgid "The dummy builder generates no files." msgstr "" -#: sphinx/builders/epub3.py:69 +#: sphinx/builders/epub3.py:68 #, python-format msgid "The ePub file is in %(outdir)s." msgstr "" -#: sphinx/builders/epub3.py:212 +#: sphinx/builders/epub3.py:211 msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:216 +#: sphinx/builders/epub3.py:215 msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:219 +#: sphinx/builders/epub3.py:218 msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:223 +#: sphinx/builders/epub3.py:222 msgid "conf value \"epub_author\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:226 +#: sphinx/builders/epub3.py:225 msgid "conf value \"epub_contributor\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:229 +#: sphinx/builders/epub3.py:228 msgid "conf value \"epub_description\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:232 +#: sphinx/builders/epub3.py:231 msgid "conf value \"epub_publisher\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:235 +#: sphinx/builders/epub3.py:234 msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:239 +#: sphinx/builders/epub3.py:238 msgid "conf value \"epub_identifier\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:242 +#: sphinx/builders/epub3.py:241 msgid "conf value \"version\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:257 sphinx/builders/html.py:1166 +#: sphinx/builders/epub3.py:256 sphinx/builders/html.py:1166 #, python-format msgid "invalid css_file: %r, ignored" msgstr "" -#: sphinx/builders/gettext.py:215 +#: sphinx/builders/gettext.py:221 #, python-format msgid "The message catalogs are in %(outdir)s." msgstr "" -#: sphinx/builders/gettext.py:239 +#: sphinx/builders/gettext.py:245 #, python-format msgid "building [%s]: " msgstr "" -#: sphinx/builders/gettext.py:240 +#: sphinx/builders/gettext.py:246 #, python-format msgid "targets for %d template files" msgstr "" -#: sphinx/builders/gettext.py:244 +#: sphinx/builders/gettext.py:250 msgid "reading templates... " msgstr "" -#: sphinx/builders/gettext.py:271 +#: sphinx/builders/gettext.py:277 msgid "writing message catalogs... " msgstr "" @@ -752,7 +752,7 @@ msgstr "" msgid "Failed to read build info file: %r" msgstr "" -#: sphinx/builders/html.py:488 sphinx/builders/latex/__init__.py:204 +#: sphinx/builders/html.py:488 sphinx/builders/latex/__init__.py:206 #: sphinx/transforms/__init__.py:121 sphinx/writers/manpage.py:118 #: sphinx/writers/texinfo.py:243 #, python-format @@ -805,7 +805,7 @@ msgstr "" msgid "html_static_path entry %r does not exist" msgstr "" -#: sphinx/builders/html.py:839 sphinx/builders/latex/__init__.py:398 +#: sphinx/builders/html.py:839 sphinx/builders/latex/__init__.py:400 #, python-format msgid "logo file %r does not exist" msgstr "" @@ -922,7 +922,7 @@ msgstr "" msgid "no \"man_pages\" config value found; no manual pages will be written" msgstr "" -#: sphinx/builders/latex/__init__.py:270 sphinx/builders/manpage.py:64 +#: sphinx/builders/latex/__init__.py:272 sphinx/builders/manpage.py:64 #: sphinx/builders/singlehtml.py:174 sphinx/builders/texinfo.py:120 msgid "writing" msgstr "" @@ -966,24 +966,24 @@ msgstr "" msgid "\"texinfo_documents\" config value references unknown document %s" msgstr "" -#: sphinx/builders/latex/__init__.py:253 sphinx/builders/texinfo.py:116 +#: sphinx/builders/latex/__init__.py:255 sphinx/builders/texinfo.py:116 #, python-format msgid "processing %s" msgstr "" -#: sphinx/builders/latex/__init__.py:322 sphinx/builders/texinfo.py:163 +#: sphinx/builders/latex/__init__.py:323 sphinx/builders/texinfo.py:164 msgid "resolving references..." msgstr "" -#: sphinx/builders/latex/__init__.py:332 sphinx/builders/texinfo.py:172 +#: sphinx/builders/latex/__init__.py:333 sphinx/builders/texinfo.py:173 msgid " (in " msgstr "(בתוך" -#: sphinx/builders/texinfo.py:204 +#: sphinx/builders/texinfo.py:205 msgid "copying Texinfo support files" msgstr "" -#: sphinx/builders/texinfo.py:208 +#: sphinx/builders/texinfo.py:209 #, python-format msgid "error writing file Makefile: %s" msgstr "" @@ -1003,28 +1003,28 @@ msgstr "" msgid "The pseudo-XML files are in %(outdir)s." msgstr "" -#: sphinx/builders/latex/__init__.py:121 +#: sphinx/builders/latex/__init__.py:123 #, python-format msgid "The LaTeX files are in %(outdir)s." msgstr "" -#: sphinx/builders/latex/__init__.py:123 +#: sphinx/builders/latex/__init__.py:125 msgid "" "\n" "Run 'make' in that directory to run these through (pdf)latex\n" "(use `make latexpdf' here to do that automatically)." msgstr "" -#: sphinx/builders/latex/__init__.py:163 +#: sphinx/builders/latex/__init__.py:165 msgid "no \"latex_documents\" config value found; no documents will be written" msgstr "" -#: sphinx/builders/latex/__init__.py:171 +#: sphinx/builders/latex/__init__.py:173 #, python-format msgid "\"latex_documents\" config value references unknown document %s" msgstr "" -#: sphinx/builders/latex/__init__.py:211 sphinx/domains/std.py:501 +#: sphinx/builders/latex/__init__.py:213 sphinx/domains/std.py:501 #: sphinx/templates/latex/latex.tex_t:79 #: sphinx/themes/basic/genindex-single.html:30 #: sphinx/themes/basic/genindex-single.html:55 @@ -1036,28 +1036,28 @@ msgstr "" msgid "Index" msgstr "אינדקס" -#: sphinx/builders/latex/__init__.py:214 sphinx/templates/latex/latex.tex_t:64 +#: sphinx/builders/latex/__init__.py:216 sphinx/templates/latex/latex.tex_t:64 msgid "Release" msgstr "מהדורה" -#: sphinx/builders/latex/__init__.py:222 sphinx/writers/latex.py:549 +#: sphinx/builders/latex/__init__.py:224 sphinx/writers/latex.py:549 #, python-format msgid "no Babel option known for language %r" msgstr "" -#: sphinx/builders/latex/__init__.py:361 +#: sphinx/builders/latex/__init__.py:363 msgid "copying TeX support files" msgstr "" -#: sphinx/builders/latex/__init__.py:382 +#: sphinx/builders/latex/__init__.py:384 msgid "copying TeX support files..." msgstr "" -#: sphinx/builders/latex/__init__.py:402 +#: sphinx/builders/latex/__init__.py:404 msgid "copying additional files" msgstr "" -#: sphinx/builders/latex/__init__.py:445 +#: sphinx/builders/latex/__init__.py:447 #, python-format msgid "Unknown configure key: latex_elements[%r]. ignored." msgstr "" @@ -1120,8 +1120,8 @@ msgstr "" msgid "job number should be a positive number" msgstr "" -#: sphinx/cmd/build.py:106 sphinx/cmd/quickstart.py:498 -#: sphinx/ext/apidoc.py:298 sphinx/ext/autosummary/generate.py:365 +#: sphinx/cmd/build.py:106 sphinx/cmd/quickstart.py:497 +#: sphinx/ext/apidoc.py:298 sphinx/ext/autosummary/generate.py:363 msgid "For more information, visit ." msgstr "" @@ -1498,13 +1498,13 @@ msgstr "" msgid "Indicate which of the following Sphinx extensions should be enabled:" msgstr "" -#: sphinx/cmd/quickstart.py:354 +#: sphinx/cmd/quickstart.py:353 msgid "" "Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " "been deselected." msgstr "" -#: sphinx/cmd/quickstart.py:359 +#: sphinx/cmd/quickstart.py:358 msgid "" "\n" "A Makefile and a Windows command file can be generated for you so that you\n" @@ -1512,29 +1512,29 @@ msgid "" "directly." msgstr "" -#: sphinx/cmd/quickstart.py:363 +#: sphinx/cmd/quickstart.py:362 msgid "Create Makefile? (y/n)" msgstr "" -#: sphinx/cmd/quickstart.py:366 +#: sphinx/cmd/quickstart.py:365 msgid "Create Windows command file? (y/n)" msgstr "" -#: sphinx/cmd/quickstart.py:409 sphinx/ext/apidoc.py:74 +#: sphinx/cmd/quickstart.py:408 sphinx/ext/apidoc.py:74 #, python-format msgid "Creating file %s." msgstr "" -#: sphinx/cmd/quickstart.py:414 sphinx/ext/apidoc.py:72 +#: sphinx/cmd/quickstart.py:413 sphinx/ext/apidoc.py:72 #, python-format msgid "File %s already exists, skipping." msgstr "" -#: sphinx/cmd/quickstart.py:450 +#: sphinx/cmd/quickstart.py:449 msgid "Finished: An initial directory structure has been created." msgstr "" -#: sphinx/cmd/quickstart.py:451 +#: sphinx/cmd/quickstart.py:450 #, python-format msgid "" "\n" @@ -1542,26 +1542,26 @@ msgid "" "source files. " msgstr "" -#: sphinx/cmd/quickstart.py:453 +#: sphinx/cmd/quickstart.py:452 msgid "" "Use the Makefile to build the docs, like so:\n" " make builder\n" msgstr "" -#: sphinx/cmd/quickstart.py:456 +#: sphinx/cmd/quickstart.py:455 #, python-format msgid "" "Use the sphinx-build command to build the docs, like so:\n" " sphinx-build -b builder %s %s\n" msgstr "" -#: sphinx/cmd/quickstart.py:459 +#: sphinx/cmd/quickstart.py:458 msgid "" "where \"builder\" is one of the supported builders, e.g. html, latex or " "linkcheck.\n" msgstr "" -#: sphinx/cmd/quickstart.py:499 +#: sphinx/cmd/quickstart.py:498 msgid "" "\n" "Generate required files for a Sphinx project.\n" @@ -1571,131 +1571,131 @@ msgid "" "Makefile to be used with sphinx-build.\n" msgstr "" -#: sphinx/cmd/quickstart.py:509 +#: sphinx/cmd/quickstart.py:508 msgid "quiet mode" msgstr "" -#: sphinx/cmd/quickstart.py:514 +#: sphinx/cmd/quickstart.py:513 msgid "output path" msgstr "" -#: sphinx/cmd/quickstart.py:516 +#: sphinx/cmd/quickstart.py:515 msgid "Structure options" msgstr "" -#: sphinx/cmd/quickstart.py:518 +#: sphinx/cmd/quickstart.py:517 msgid "if specified, separate source and build dirs" msgstr "" -#: sphinx/cmd/quickstart.py:520 +#: sphinx/cmd/quickstart.py:519 msgid "replacement for dot in _templates etc." msgstr "" -#: sphinx/cmd/quickstart.py:522 +#: sphinx/cmd/quickstart.py:521 msgid "Project basic options" msgstr "" -#: sphinx/cmd/quickstart.py:524 +#: sphinx/cmd/quickstart.py:523 msgid "project name" msgstr "" -#: sphinx/cmd/quickstart.py:526 +#: sphinx/cmd/quickstart.py:525 msgid "author names" msgstr "" -#: sphinx/cmd/quickstart.py:528 +#: sphinx/cmd/quickstart.py:527 msgid "version of project" msgstr "" -#: sphinx/cmd/quickstart.py:530 +#: sphinx/cmd/quickstart.py:529 msgid "release of project" msgstr "" -#: sphinx/cmd/quickstart.py:532 +#: sphinx/cmd/quickstart.py:531 msgid "document language" msgstr "" -#: sphinx/cmd/quickstart.py:534 +#: sphinx/cmd/quickstart.py:533 msgid "source file suffix" msgstr "" -#: sphinx/cmd/quickstart.py:536 +#: sphinx/cmd/quickstart.py:535 msgid "master document name" msgstr "" -#: sphinx/cmd/quickstart.py:538 +#: sphinx/cmd/quickstart.py:537 msgid "use epub" msgstr "" -#: sphinx/cmd/quickstart.py:540 +#: sphinx/cmd/quickstart.py:539 msgid "Extension options" msgstr "" -#: sphinx/cmd/quickstart.py:544 sphinx/ext/apidoc.py:379 +#: sphinx/cmd/quickstart.py:543 sphinx/ext/apidoc.py:379 #, python-format msgid "enable %s extension" msgstr "" -#: sphinx/cmd/quickstart.py:546 sphinx/ext/apidoc.py:375 +#: sphinx/cmd/quickstart.py:545 sphinx/ext/apidoc.py:375 msgid "enable arbitrary extensions" msgstr "" -#: sphinx/cmd/quickstart.py:548 +#: sphinx/cmd/quickstart.py:547 msgid "Makefile and Batchfile creation" msgstr "" -#: sphinx/cmd/quickstart.py:550 +#: sphinx/cmd/quickstart.py:549 msgid "create makefile" msgstr "" -#: sphinx/cmd/quickstart.py:552 +#: sphinx/cmd/quickstart.py:551 msgid "do not create makefile" msgstr "" -#: sphinx/cmd/quickstart.py:554 +#: sphinx/cmd/quickstart.py:553 msgid "create batchfile" msgstr "" -#: sphinx/cmd/quickstart.py:557 +#: sphinx/cmd/quickstart.py:556 msgid "do not create batchfile" msgstr "" -#: sphinx/cmd/quickstart.py:560 +#: sphinx/cmd/quickstart.py:559 msgid "use make-mode for Makefile/make.bat" msgstr "" -#: sphinx/cmd/quickstart.py:563 +#: sphinx/cmd/quickstart.py:562 msgid "do not use make-mode for Makefile/make.bat" msgstr "" -#: sphinx/cmd/quickstart.py:565 +#: sphinx/cmd/quickstart.py:564 msgid "Project templating" msgstr "" -#: sphinx/cmd/quickstart.py:568 +#: sphinx/cmd/quickstart.py:567 msgid "template directory for template files" msgstr "" -#: sphinx/cmd/quickstart.py:571 +#: sphinx/cmd/quickstart.py:570 msgid "define a template variable" msgstr "" -#: sphinx/cmd/quickstart.py:605 +#: sphinx/cmd/quickstart.py:604 msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." msgstr "" -#: sphinx/cmd/quickstart.py:619 +#: sphinx/cmd/quickstart.py:618 msgid "" "Error: specified path is not a directory, or sphinx files already exist." msgstr "" -#: sphinx/cmd/quickstart.py:621 +#: sphinx/cmd/quickstart.py:620 msgid "" "sphinx-quickstart only generate into a empty directory. Please specify a new" " root path." msgstr "" -#: sphinx/cmd/quickstart.py:636 +#: sphinx/cmd/quickstart.py:635 #, python-format msgid "Invalid template variable: %s" msgstr "" @@ -1767,17 +1767,17 @@ msgstr "מחבר:" msgid "%s %s" msgstr "" -#: sphinx/domains/c.py:64 sphinx/domains/cpp.py:6371 +#: sphinx/domains/c.py:64 sphinx/domains/cpp.py:6445 #: sphinx/domains/python.py:210 sphinx/ext/napoleon/docstring.py:696 msgid "Parameters" msgstr "פרמטרים" -#: sphinx/domains/c.py:67 sphinx/domains/cpp.py:6380 -#: sphinx/domains/javascript.py:210 sphinx/domains/python.py:222 +#: sphinx/domains/c.py:67 sphinx/domains/cpp.py:6454 +#: sphinx/domains/javascript.py:209 sphinx/domains/python.py:222 msgid "Returns" msgstr "" -#: sphinx/domains/c.py:69 sphinx/domains/javascript.py:212 +#: sphinx/domains/c.py:69 sphinx/domains/javascript.py:211 #: sphinx/domains/python.py:224 msgid "Return type" msgstr "" @@ -1807,12 +1807,12 @@ msgstr "" msgid "%s (C variable)" msgstr "" -#: sphinx/domains/c.py:258 sphinx/domains/cpp.py:6956 -#: sphinx/domains/javascript.py:298 sphinx/domains/python.py:741 +#: sphinx/domains/c.py:258 sphinx/domains/cpp.py:7029 +#: sphinx/domains/javascript.py:297 sphinx/domains/python.py:742 msgid "function" msgstr "פונקציה" -#: sphinx/domains/c.py:259 sphinx/domains/cpp.py:6957 +#: sphinx/domains/c.py:259 sphinx/domains/cpp.py:7030 msgid "member" msgstr "" @@ -1820,7 +1820,7 @@ msgstr "" msgid "macro" msgstr "מאקרו" -#: sphinx/domains/c.py:261 sphinx/domains/cpp.py:6958 +#: sphinx/domains/c.py:261 sphinx/domains/cpp.py:7031 msgid "type" msgstr "" @@ -1843,106 +1843,106 @@ msgstr "השתנה בגרסה %s" msgid "Deprecated since version %s" msgstr " לא מומלץ לשימוש מגרסה %s" -#: sphinx/domains/cpp.py:4297 +#: sphinx/domains/cpp.py:4323 #, python-format msgid "" "Duplicate declaration, also defined in '%s'.\n" "Declaration is '%s'." msgstr "" -#: sphinx/domains/cpp.py:6374 +#: sphinx/domains/cpp.py:6448 msgid "Template Parameters" msgstr "" -#: sphinx/domains/cpp.py:6377 sphinx/domains/javascript.py:207 +#: sphinx/domains/cpp.py:6451 sphinx/domains/javascript.py:206 msgid "Throws" msgstr "" -#: sphinx/domains/cpp.py:6505 +#: sphinx/domains/cpp.py:6579 #, python-format msgid "%s (C++ %s)" msgstr "" -#: sphinx/domains/cpp.py:6954 sphinx/domains/javascript.py:300 -#: sphinx/domains/python.py:743 +#: sphinx/domains/cpp.py:7027 sphinx/domains/javascript.py:299 +#: sphinx/domains/python.py:744 msgid "class" msgstr "מחלקה" -#: sphinx/domains/cpp.py:6955 +#: sphinx/domains/cpp.py:7028 msgid "union" msgstr "" -#: sphinx/domains/cpp.py:6959 +#: sphinx/domains/cpp.py:7032 msgid "concept" msgstr "" -#: sphinx/domains/cpp.py:6960 +#: sphinx/domains/cpp.py:7033 msgid "enum" msgstr "" -#: sphinx/domains/cpp.py:6961 +#: sphinx/domains/cpp.py:7034 msgid "enumerator" msgstr "" -#: sphinx/domains/cpp.py:7054 +#: sphinx/domains/cpp.py:7127 #, python-format msgid "" "Duplicate declaration, also defined in '%s'.\n" "Name of declaration is '%s'." msgstr "" -#: sphinx/domains/javascript.py:131 sphinx/domains/python.py:429 +#: sphinx/domains/javascript.py:130 sphinx/domains/python.py:430 #, python-format msgid "%s() (built-in function)" msgstr "" -#: sphinx/domains/javascript.py:132 sphinx/domains/python.py:494 +#: sphinx/domains/javascript.py:131 sphinx/domains/python.py:495 #, python-format msgid "%s() (%s method)" msgstr "" -#: sphinx/domains/javascript.py:134 +#: sphinx/domains/javascript.py:133 #, python-format msgid "%s() (class)" msgstr "" -#: sphinx/domains/javascript.py:136 +#: sphinx/domains/javascript.py:135 #, python-format msgid "%s (global variable or constant)" msgstr "" -#: sphinx/domains/javascript.py:138 sphinx/domains/python.py:532 +#: sphinx/domains/javascript.py:137 sphinx/domains/python.py:533 #, python-format msgid "%s (%s attribute)" msgstr "" -#: sphinx/domains/javascript.py:204 +#: sphinx/domains/javascript.py:203 msgid "Arguments" msgstr "" -#: sphinx/domains/javascript.py:265 sphinx/domains/python.py:609 +#: sphinx/domains/javascript.py:264 sphinx/domains/python.py:610 #, python-format msgid "%s (module)" msgstr "" -#: sphinx/domains/javascript.py:299 sphinx/domains/python.py:745 +#: sphinx/domains/javascript.py:298 sphinx/domains/python.py:746 msgid "method" msgstr "" -#: sphinx/domains/javascript.py:301 sphinx/domains/python.py:742 +#: sphinx/domains/javascript.py:300 sphinx/domains/python.py:743 msgid "data" msgstr "" -#: sphinx/domains/javascript.py:302 sphinx/domains/python.py:748 +#: sphinx/domains/javascript.py:301 sphinx/domains/python.py:749 msgid "attribute" msgstr "" -#: sphinx/domains/javascript.py:303 sphinx/domains/python.py:49 -#: sphinx/domains/python.py:749 +#: sphinx/domains/javascript.py:302 sphinx/domains/python.py:49 +#: sphinx/domains/python.py:750 msgid "module" msgstr "מודול" -#: sphinx/domains/math.py:101 sphinx/writers/latex.py:2451 +#: sphinx/domains/math.py:101 sphinx/writers/latex.py:2459 #, python-format msgid "Invalid math_eqref_format: %r" msgstr "" @@ -1964,7 +1964,7 @@ msgstr "" msgid "object" msgstr "" -#: sphinx/domains/python.py:53 sphinx/domains/python.py:744 +#: sphinx/domains/python.py:53 sphinx/domains/python.py:745 msgid "exception" msgstr "" @@ -1984,88 +1984,88 @@ msgstr "משתנים" msgid "Raises" msgstr "" -#: sphinx/domains/python.py:430 sphinx/domains/python.py:488 -#: sphinx/domains/python.py:500 sphinx/domains/python.py:513 +#: sphinx/domains/python.py:431 sphinx/domains/python.py:489 +#: sphinx/domains/python.py:501 sphinx/domains/python.py:514 #, python-format msgid "%s() (in module %s)" msgstr "" -#: sphinx/domains/python.py:433 +#: sphinx/domains/python.py:434 #, python-format msgid "%s (built-in variable)" msgstr "" -#: sphinx/domains/python.py:434 sphinx/domains/python.py:526 +#: sphinx/domains/python.py:435 sphinx/domains/python.py:527 #, python-format msgid "%s (in module %s)" msgstr "" -#: sphinx/domains/python.py:454 +#: sphinx/domains/python.py:455 #, python-format msgid "%s (built-in class)" msgstr "" -#: sphinx/domains/python.py:455 +#: sphinx/domains/python.py:456 #, python-format msgid "%s (class in %s)" msgstr "" -#: sphinx/domains/python.py:492 +#: sphinx/domains/python.py:493 #, python-format msgid "%s() (%s.%s method)" msgstr "" -#: sphinx/domains/python.py:504 +#: sphinx/domains/python.py:505 #, python-format msgid "%s() (%s.%s static method)" msgstr "" -#: sphinx/domains/python.py:507 +#: sphinx/domains/python.py:508 #, python-format msgid "%s() (%s static method)" msgstr "" -#: sphinx/domains/python.py:517 +#: sphinx/domains/python.py:518 #, python-format msgid "%s() (%s.%s class method)" msgstr "" -#: sphinx/domains/python.py:520 +#: sphinx/domains/python.py:521 #, python-format msgid "%s() (%s class method)" msgstr "" -#: sphinx/domains/python.py:530 +#: sphinx/domains/python.py:531 #, python-format msgid "%s (%s.%s attribute)" msgstr "" -#: sphinx/domains/python.py:667 +#: sphinx/domains/python.py:668 msgid "Python Module Index" msgstr "" -#: sphinx/domains/python.py:668 +#: sphinx/domains/python.py:669 msgid "modules" msgstr "" -#: sphinx/domains/python.py:719 +#: sphinx/domains/python.py:720 msgid "Deprecated" msgstr "" -#: sphinx/domains/python.py:746 +#: sphinx/domains/python.py:747 msgid "class method" msgstr "" -#: sphinx/domains/python.py:747 +#: sphinx/domains/python.py:748 msgid "static method" msgstr "" -#: sphinx/domains/python.py:879 +#: sphinx/domains/python.py:880 #, python-format msgid "more than one target found for cross-reference %r: %s" msgstr "" -#: sphinx/domains/python.py:917 +#: sphinx/domains/python.py:918 msgid " (deprecated)" msgstr "" @@ -2141,7 +2141,7 @@ msgstr "דף חיפוש" msgid "duplicate citation %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:631 sphinx/ext/autosectionlabel.py:61 +#: sphinx/domains/std.py:631 sphinx/ext/autosectionlabel.py:56 #, python-format msgid "duplicate label %s, other instance in %s" msgstr "" @@ -2201,21 +2201,21 @@ msgid "" "another doctree directory." msgstr "" -#: sphinx/environment/__init__.py:408 +#: sphinx/environment/__init__.py:404 #, python-format msgid "Failed to scan documents in %s: %r" msgstr "" -#: sphinx/environment/__init__.py:536 +#: sphinx/environment/__init__.py:532 #, python-format msgid "Domain %r is not registered" msgstr "" -#: sphinx/environment/__init__.py:621 +#: sphinx/environment/__init__.py:617 msgid "self referenced toctree found. Ignored." msgstr "" -#: sphinx/environment/__init__.py:662 +#: sphinx/environment/__init__.py:658 msgid "document isn't included in any toctree" msgstr "" @@ -2235,6 +2235,7 @@ msgid "unknown index entry type %r" msgstr "" #: sphinx/environment/adapters/indexentries.py:156 +#: sphinx/templates/latex/sphinxmessages.sty_t:11 msgid "Symbols" msgstr "" @@ -2260,22 +2261,22 @@ msgstr "" msgid "toctree contains reference to nonexisting document %r" msgstr "" -#: sphinx/environment/collectors/asset.py:91 +#: sphinx/environment/collectors/asset.py:90 #, python-format msgid "image file not readable: %s" msgstr "" -#: sphinx/environment/collectors/asset.py:107 +#: sphinx/environment/collectors/asset.py:106 #, python-format msgid "image file %s not readable: %s" msgstr "" -#: sphinx/environment/collectors/asset.py:135 +#: sphinx/environment/collectors/asset.py:134 #, python-format msgid "download file not readable: %s" msgstr "" -#: sphinx/environment/collectors/toctree.py:197 +#: sphinx/environment/collectors/toctree.py:196 #, python-format msgid "%s is already assigned section numbers (nested numbered toctree?)" msgstr "" @@ -2419,38 +2420,38 @@ msgstr "" msgid "module %s could not be imported: %s" msgstr "" -#: sphinx/ext/doctest.py:142 +#: sphinx/ext/doctest.py:132 #, python-format msgid "missing '+' or '-' in '%s' option." msgstr "" -#: sphinx/ext/doctest.py:147 +#: sphinx/ext/doctest.py:137 #, python-format msgid "'%s' is not a valid option." msgstr "" -#: sphinx/ext/doctest.py:161 +#: sphinx/ext/doctest.py:151 #, python-format msgid "'%s' is not a valid pyversion option" msgstr "" -#: sphinx/ext/doctest.py:230 +#: sphinx/ext/doctest.py:222 msgid "invalid TestCode type" msgstr "" -#: sphinx/ext/doctest.py:291 +#: sphinx/ext/doctest.py:283 #, python-format msgid "" "Testing of doctests in the sources finished, look at the results in " "%(outdir)s/output.txt." msgstr "" -#: sphinx/ext/doctest.py:438 +#: sphinx/ext/doctest.py:446 #, python-format msgid "no code/output in %s block at %s:%s" msgstr "" -#: sphinx/ext/doctest.py:527 +#: sphinx/ext/doctest.py:535 #, python-format msgid "ignoring invalid doctest code: %r" msgstr "" @@ -2468,7 +2469,7 @@ msgstr "" msgid "Ignoring \"graphviz\" directive without content." msgstr "" -#: sphinx/ext/graphviz.py:252 +#: sphinx/ext/graphviz.py:250 #, python-format msgid "" "dot did not produce an output file:\n" @@ -2478,14 +2479,14 @@ msgid "" "%r" msgstr "" -#: sphinx/ext/graphviz.py:256 +#: sphinx/ext/graphviz.py:254 #, python-format msgid "" "dot command %r cannot be run (needed for graphviz output), check the " "graphviz_dot setting" msgstr "" -#: sphinx/ext/graphviz.py:263 +#: sphinx/ext/graphviz.py:261 #, python-format msgid "" "dot exited with error:\n" @@ -2495,23 +2496,23 @@ msgid "" "%r" msgstr "" -#: sphinx/ext/graphviz.py:273 +#: sphinx/ext/graphviz.py:271 #, python-format msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" msgstr "" -#: sphinx/ext/graphviz.py:277 sphinx/ext/graphviz.py:331 -#: sphinx/ext/graphviz.py:369 +#: sphinx/ext/graphviz.py:275 sphinx/ext/graphviz.py:329 +#: sphinx/ext/graphviz.py:367 #, python-format msgid "dot code %r: %s" msgstr "" -#: sphinx/ext/graphviz.py:384 sphinx/ext/graphviz.py:393 +#: sphinx/ext/graphviz.py:382 sphinx/ext/graphviz.py:391 #, python-format msgid "[graph: %s]" msgstr "" -#: sphinx/ext/graphviz.py:386 sphinx/ext/graphviz.py:395 +#: sphinx/ext/graphviz.py:384 sphinx/ext/graphviz.py:393 msgid "[graph]" msgstr "" @@ -2530,31 +2531,31 @@ msgid "" "%r" msgstr "" -#: sphinx/ext/imgmath.py:140 +#: sphinx/ext/imgmath.py:139 #, python-format msgid "" "LaTeX command %r cannot be run (needed for math display), check the " "imgmath_latex setting" msgstr "" -#: sphinx/ext/imgmath.py:155 +#: sphinx/ext/imgmath.py:154 #, python-format msgid "" "%s command %r cannot be run (needed for math display), check the imgmath_%s " "setting" msgstr "" -#: sphinx/ext/imgmath.py:290 +#: sphinx/ext/imgmath.py:289 #, python-format msgid "display latex %r: %s" msgstr "" -#: sphinx/ext/imgmath.py:317 +#: sphinx/ext/imgmath.py:316 #, python-format msgid "inline latex %r: %s" msgstr "" -#: sphinx/ext/imgmath.py:324 sphinx/ext/mathjax.py:54 +#: sphinx/ext/imgmath.py:323 sphinx/ext/mathjax.py:54 msgid "Permalink to this equation" msgstr "" @@ -2574,26 +2575,26 @@ msgid "" "alternatives:" msgstr "" -#: sphinx/ext/intersphinx.py:237 +#: sphinx/ext/intersphinx.py:238 msgid "failed to reach any of the inventories with the following issues:" msgstr "" -#: sphinx/ext/intersphinx.py:312 +#: sphinx/ext/intersphinx.py:311 #, python-format msgid "(in %s v%s)" msgstr "" -#: sphinx/ext/intersphinx.py:314 +#: sphinx/ext/intersphinx.py:313 #, python-format msgid "(in %s)" msgstr "" -#: sphinx/ext/intersphinx.py:348 +#: sphinx/ext/intersphinx.py:347 #, python-format msgid "intersphinx identifier %r is not string. Ignored" msgstr "" -#: sphinx/ext/intersphinx.py:361 +#: sphinx/ext/intersphinx.py:360 #, python-format msgid "Fail to read intersphinx_mapping[%s], Ignored: %r" msgstr "" @@ -2649,29 +2650,29 @@ msgstr "" msgid "

All modules for which code is available

" msgstr "

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

" -#: sphinx/ext/autodoc/__init__.py:302 +#: sphinx/ext/autodoc/__init__.py:300 #, python-format msgid "invalid signature for auto%s (%r)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:402 +#: sphinx/ext/autodoc/__init__.py:400 #, python-format msgid "error while formatting arguments for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:514 +#: sphinx/ext/autodoc/__init__.py:512 #, python-format msgid "missing attribute %s in object %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:602 +#: sphinx/ext/autodoc/__init__.py:600 #, python-format msgid "" "autodoc: failed to determine %r to be documented.the following exception was raised:\n" "%s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:694 +#: sphinx/ext/autodoc/__init__.py:692 #, python-format msgid "" "don't know which module to import for autodocumenting %r (try placing a " @@ -2679,39 +2680,39 @@ msgid "" "explicit module name)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:788 +#: sphinx/ext/autodoc/__init__.py:786 msgid "\"::\" in automodule name doesn't make sense" msgstr "" -#: sphinx/ext/autodoc/__init__.py:796 +#: sphinx/ext/autodoc/__init__.py:794 #, python-format msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:829 +#: sphinx/ext/autodoc/__init__.py:827 #, python-format msgid "" "__all__ should be a list of strings, not %r (in module %s) -- ignoring " "__all__" msgstr "" -#: sphinx/ext/autodoc/__init__.py:844 +#: sphinx/ext/autodoc/__init__.py:842 #, python-format msgid "" "missing attribute mentioned in :members: or __all__: module %s, attribute %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1128 +#: sphinx/ext/autodoc/__init__.py:1126 #, python-format msgid "Bases: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1185 +#: sphinx/ext/autodoc/__init__.py:1183 #, python-format msgid "alias of :class:`%s`" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1470 +#: sphinx/ext/autodoc/__init__.py:1468 #, python-format msgid "Ignoring invalid option in autodoc_default_flags: %r" msgstr "" @@ -2747,17 +2748,17 @@ msgid "" "contain .rst. Skipped." msgstr "" -#: sphinx/ext/autosummary/generate.py:102 +#: sphinx/ext/autosummary/generate.py:100 #, python-format msgid "[autosummary] generating autosummary for: %s" msgstr "" -#: sphinx/ext/autosummary/generate.py:106 +#: sphinx/ext/autosummary/generate.py:104 #, python-format msgid "[autosummary] writing to %s" msgstr "" -#: sphinx/ext/autosummary/generate.py:366 +#: sphinx/ext/autosummary/generate.py:364 msgid "" "\n" "Generate ReStructuredText using autosummary directives.\n" @@ -2772,25 +2773,25 @@ msgid "" " pydoc sphinx.ext.autosummary\n" msgstr "" -#: sphinx/ext/autosummary/generate.py:383 +#: sphinx/ext/autosummary/generate.py:381 msgid "source files to generate rST files for" msgstr "" -#: sphinx/ext/autosummary/generate.py:387 +#: sphinx/ext/autosummary/generate.py:385 msgid "directory to place all output in" msgstr "" -#: sphinx/ext/autosummary/generate.py:390 +#: sphinx/ext/autosummary/generate.py:388 #, python-format msgid "default suffix for files (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:394 +#: sphinx/ext/autosummary/generate.py:392 #, python-format msgid "custom template directory (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:398 +#: sphinx/ext/autosummary/generate.py:396 #, python-format msgid "document imported members (default: %(default)s)" msgstr "" @@ -2868,6 +2869,7 @@ msgid "Warning" msgstr "אזהרה" #: sphinx/templates/latex/longtable.tex_t:23 +#: sphinx/templates/latex/sphinxmessages.sty_t:8 msgid "continued from previous page" msgstr "המשך מעמוד קודם" @@ -2875,13 +2877,29 @@ msgstr "המשך מעמוד קודם" msgid "Continued on next page" msgstr "המשך בעמוד הבא" +#: sphinx/templates/latex/sphinxmessages.sty_t:9 +msgid "continues on next page" +msgstr "" + +#: sphinx/templates/latex/sphinxmessages.sty_t:10 +msgid "Non-alphabetical" +msgstr "" + +#: sphinx/templates/latex/sphinxmessages.sty_t:12 +msgid "Numbers" +msgstr "" + +#: sphinx/templates/latex/sphinxmessages.sty_t:13 +msgid "page" +msgstr "" + #: sphinx/themes/agogo/layout.html:46 sphinx/themes/basic/globaltoc.html:10 #: sphinx/themes/basic/localtoc.html:11 sphinx/themes/scrolls/layout.html:41 msgid "Table of Contents" msgstr "" #: sphinx/themes/agogo/layout.html:51 sphinx/themes/basic/layout.html:153 -#: sphinx/themes/basic/search.html:11 sphinx/themes/basic/search.html:26 +#: sphinx/themes/basic/search.html:11 sphinx/themes/basic/search.html:21 #: sphinx/themes/basic/searchresults.html:10 msgid "Search" msgstr "חיפוש" @@ -3018,13 +3036,13 @@ msgstr "נושא הבא" msgid "next chapter" msgstr "פרק הבא" -#: sphinx/themes/basic/search.html:30 +#: sphinx/themes/basic/search.html:25 msgid "" "Please activate JavaScript to enable the search\n" " functionality." msgstr "אנא הפעל ג'אואסקריפט ע\"מ לאפשר את\n החיפוש." -#: sphinx/themes/basic/search.html:35 +#: sphinx/themes/basic/search.html:30 msgid "" "From here you can search these documents. Enter your search\n" " words into the box below and click \"search\". Note that the search\n" @@ -3032,20 +3050,20 @@ msgid "" " containing fewer words won't appear in the result list." msgstr "" -#: sphinx/themes/basic/search.html:42 +#: sphinx/themes/basic/search.html:37 #: sphinx/themes/basic/searchresults.html:17 msgid "search" msgstr "חיפוש" -#: sphinx/themes/basic/search.html:46 +#: sphinx/themes/basic/search.html:41 #: sphinx/themes/basic/searchresults.html:21 -#: sphinx/themes/basic/static/searchtools.js:295 +#: sphinx/themes/basic/static/searchtools.js:285 msgid "Search Results" msgstr "תוצאות החיפוש" -#: sphinx/themes/basic/search.html:48 +#: sphinx/themes/basic/search.html:43 #: sphinx/themes/basic/searchresults.html:23 -#: sphinx/themes/basic/static/searchtools.js:297 +#: sphinx/themes/basic/static/searchtools.js:287 msgid "" "Your search did not match any documents. Please make sure that all words are" " spelled correctly and that you've selected enough categories." @@ -3103,20 +3121,20 @@ msgstr "קישור קבוע להגדרה זו" msgid "Hide Search Matches" msgstr "הסתר תוצאות חיפוש" -#: sphinx/themes/basic/static/searchtools.js:131 +#: sphinx/themes/basic/static/searchtools.js:121 msgid "Searching" msgstr "" -#: sphinx/themes/basic/static/searchtools.js:136 +#: sphinx/themes/basic/static/searchtools.js:126 msgid "Preparing search..." msgstr "" -#: sphinx/themes/basic/static/searchtools.js:299 +#: sphinx/themes/basic/static/searchtools.js:289 #, python-format msgid "Search finished, found %s page(s) matching the search query." msgstr "" -#: sphinx/themes/basic/static/searchtools.js:352 +#: sphinx/themes/basic/static/searchtools.js:342 msgid ", in " msgstr "" @@ -3133,18 +3151,18 @@ msgstr "כווץ סרגל צד" msgid "Contents" msgstr "תוכן" -#: sphinx/transforms/__init__.py:259 +#: sphinx/transforms/__init__.py:261 #, python-format msgid "" "4 column based index found. It might be a bug of extensions you use: %r" msgstr "" -#: sphinx/transforms/__init__.py:301 +#: sphinx/transforms/__init__.py:303 #, python-format msgid "Footnote [%s] is not referenced." msgstr "" -#: sphinx/transforms/__init__.py:307 +#: sphinx/transforms/__init__.py:309 msgid "Footnote [#] is not referenced." msgstr "" @@ -3215,7 +3233,7 @@ msgstr "" msgid "failed" msgstr "" -#: sphinx/util/docutils.py:321 +#: sphinx/util/docutils.py:320 msgid "when adding directive classes, no additional arguments may be given" msgstr "" @@ -3276,15 +3294,15 @@ msgstr "" msgid "Permalink to this code" msgstr "" -#: sphinx/writers/html.py:514 sphinx/writers/html5.py:460 +#: sphinx/writers/html.py:512 sphinx/writers/html5.py:458 msgid "Permalink to this image" msgstr "" -#: sphinx/writers/html.py:516 sphinx/writers/html5.py:462 +#: sphinx/writers/html.py:514 sphinx/writers/html5.py:460 msgid "Permalink to this toctree" msgstr "" -#: sphinx/writers/html.py:674 sphinx/writers/html5.py:608 +#: sphinx/writers/html.py:672 sphinx/writers/html5.py:606 msgid "Could not obtain image size. :scale: option is ignored." msgstr "" @@ -3321,12 +3339,12 @@ msgstr "" msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: sphinx/writers/latex.py:1843 +#: sphinx/writers/latex.py:1847 #, python-format msgid "unknown index entry type %s found" msgstr "" -#: sphinx/writers/latex.py:2552 +#: sphinx/writers/latex.py:2560 #, python-format msgid "Unknown configure key: latex_elements[%r] is ignored." msgstr "" @@ -3344,12 +3362,12 @@ msgstr "[תמונה]" msgid "caption not inside a figure." msgstr "" -#: sphinx/writers/texinfo.py:1421 +#: sphinx/writers/texinfo.py:1422 #, python-format msgid "unimplemented node type: %r" msgstr "" -#: sphinx/writers/texinfo.py:1426 +#: sphinx/writers/texinfo.py:1427 #, python-format msgid "unknown node type: %r" msgstr "" diff --git a/sphinx/locale/hi/LC_MESSAGES/sphinx.mo b/sphinx/locale/hi/LC_MESSAGES/sphinx.mo index f44e96e975..43d8a0544b 100644 Binary files a/sphinx/locale/hi/LC_MESSAGES/sphinx.mo and b/sphinx/locale/hi/LC_MESSAGES/sphinx.mo differ diff --git a/sphinx/locale/hi/LC_MESSAGES/sphinx.po b/sphinx/locale/hi/LC_MESSAGES/sphinx.po index d8a7564d05..6a95b6be43 100644 --- a/sphinx/locale/hi/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/hi/LC_MESSAGES/sphinx.po @@ -9,9 +9,9 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2019-02-18 01:52+0900\n" -"PO-Revision-Date: 2019-03-25 09:36+0000\n" -"Last-Translator: Ajay Singh \n" +"POT-Creation-Date: 2019-03-29 01:05+0900\n" +"PO-Revision-Date: 2019-03-28 16:08+0000\n" +"Last-Translator: Takeshi KOMIYA \n" "Language-Team: Hindi (http://www.transifex.com/sphinx-doc/sphinx-1/language/hi/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -123,7 +123,7 @@ msgstr "निर्देश %r पहले से पंजीकृत ह msgid "role %r is already registered, it will be overridden" msgstr "भूमिका %r पहले से पंजीकृत है, यह निरस्त हो जाएगी" -#: sphinx/application.py:1182 +#: sphinx/application.py:1179 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -131,7 +131,7 @@ msgid "" "explicit" msgstr "%s आयाम यह घोषित नहीं करता कि यह समानांतर पाठन के लिए सुरक्षित है. यह मानते हुए की ऐसा नहीं है - कृपया आयाम के लेखक को जांच करने और स्पष्ट व्यक्त करने के लिए कहें." -#: sphinx/application.py:1188 +#: sphinx/application.py:1185 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -139,7 +139,7 @@ msgid "" "explicit" msgstr "%s आयाम यह घोषित नहीं करता कि यह समानांतर लेखन के लिए सुरक्षित है. यह मानते हुए की ऐसा नहीं है - कृपया आयाम के लेखक को जांच करने और स्पष्ट व्यक्त करने के लिए कहें." -#: sphinx/application.py:1199 +#: sphinx/application.py:1196 #, python-format msgid "doing serial %s" msgstr "%s पर काम कर रहे हैं" @@ -338,7 +338,7 @@ msgstr "%r भूमिका पहले से अधिकार-क्ष #: sphinx/registry.py:226 #, python-format msgid "The %r index is already registered to domain %s" -msgstr "The %r index is already registered to domain %s" +msgstr "r% अनुक्रमणिका पहले से अधिकार-क्षेत्र %s में पंजीकृत है" #: sphinx/registry.py:250 #, python-format @@ -588,44 +588,44 @@ msgstr "लेखन के लिए शेष लेखपत्र: %s" msgid "preparing documents" msgstr "लेखपत्र बनाए जा रहे हैं" -#: sphinx/builders/_epub_base.py:219 +#: sphinx/builders/_epub_base.py:218 #, python-format msgid "duplicated ToC entry found: %s" msgstr "विषय-सूची प्रविष्टि की प्रतिलिपि पायी गई: %s" -#: sphinx/builders/_epub_base.py:415 sphinx/builders/html.py:761 -#: sphinx/builders/latex/__init__.py:413 sphinx/builders/texinfo.py:190 +#: sphinx/builders/_epub_base.py:414 sphinx/builders/html.py:761 +#: sphinx/builders/latex/__init__.py:415 sphinx/builders/texinfo.py:190 msgid "copying images... " msgstr "चित्रों की प्रतिलिपि बनाई जा रही है..." -#: sphinx/builders/_epub_base.py:422 +#: sphinx/builders/_epub_base.py:421 #, python-format msgid "cannot read image file %r: copying it instead" msgstr "चित्रलेख फाइल %r नहीं पढ़ा जा सका: इसकी प्रतिलिपि बनाई जा रही है" -#: sphinx/builders/_epub_base.py:428 sphinx/builders/html.py:769 -#: sphinx/builders/latex/__init__.py:421 sphinx/builders/texinfo.py:198 +#: sphinx/builders/_epub_base.py:427 sphinx/builders/html.py:769 +#: sphinx/builders/latex/__init__.py:423 sphinx/builders/texinfo.py:199 #, python-format msgid "cannot copy image file %r: %s" msgstr "चित्रलेख फाइल %r की प्रतिलिपि नहीं की जा सकी:%s" -#: sphinx/builders/_epub_base.py:445 +#: sphinx/builders/_epub_base.py:444 #, python-format msgid "cannot write image file %r: %s" msgstr "चित्रलेख फाइल %r नहीं लिखा जा सका:%s" -#: sphinx/builders/_epub_base.py:456 +#: sphinx/builders/_epub_base.py:455 msgid "Pillow not found - copying image files" msgstr "पिलो नहीं मिला - चित्र फाइलों की प्रतिलिपि बनाई जा रही है" -#: sphinx/builders/_epub_base.py:491 sphinx/builders/_epub_base.py:504 -#: sphinx/builders/_epub_base.py:540 sphinx/builders/_epub_base.py:725 -#: sphinx/builders/_epub_base.py:758 sphinx/builders/epub3.py:184 +#: sphinx/builders/_epub_base.py:490 sphinx/builders/_epub_base.py:503 +#: sphinx/builders/_epub_base.py:539 sphinx/builders/_epub_base.py:724 +#: sphinx/builders/_epub_base.py:757 sphinx/builders/epub3.py:183 #, python-format msgid "writing %s file..." msgstr "%s फाइल को लिखा जा रहा है..." -#: sphinx/builders/_epub_base.py:566 +#: sphinx/builders/_epub_base.py:565 #, python-format msgid "unknown mimetype for %s, ignoring" msgstr "%s के लिए अज्ञात लेख प्रकार, छोड़ा गया" @@ -644,19 +644,19 @@ msgstr "%s संस्करण में कोई परिवर्तन msgid "writing summary file..." msgstr "सार फाइल को लिखा जा रहा है..." -#: sphinx/builders/changes.py:87 +#: sphinx/builders/changes.py:86 msgid "Builtins" msgstr "अंतर्निर्मित" -#: sphinx/builders/changes.py:89 +#: sphinx/builders/changes.py:88 msgid "Module level" msgstr "प्रभाग स्तर" -#: sphinx/builders/changes.py:134 +#: sphinx/builders/changes.py:133 msgid "copying source files..." msgstr "स्रोत फाइलों की प्रतिलिपि बनाई जा रही है..." -#: sphinx/builders/changes.py:141 +#: sphinx/builders/changes.py:140 #, python-format msgid "could not read %r for changelog creation" msgstr "परिवर्तन सूची बनाने के लिए %r को नहीं पढ़ा जा सका" @@ -665,76 +665,76 @@ msgstr "परिवर्तन सूची बनाने के लिए % msgid "The dummy builder generates no files." msgstr "मूक निर्माता से किसी फाइलों की उत्पत्ति नहीं होती." -#: sphinx/builders/epub3.py:69 +#: sphinx/builders/epub3.py:68 #, python-format msgid "The ePub file is in %(outdir)s." msgstr "ई-पब फाइल %(outdir)s में है." -#: sphinx/builders/epub3.py:212 +#: sphinx/builders/epub3.py:211 msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" msgstr "ई-पब3 के लिए विन्यास मान \"epub_language\" (अथवा \"language\") खाली नहीं होना चाहिए" -#: sphinx/builders/epub3.py:216 +#: sphinx/builders/epub3.py:215 msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" msgstr "ई-पब3 के लिए विन्यास मान \"epub_uid\" एक्स.एम्.एल. नाम होना चाहिए" -#: sphinx/builders/epub3.py:219 +#: sphinx/builders/epub3.py:218 msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" msgstr "ई-पब3 के लिए विन्यास मान \"epub_title\" (अथवा \"html_title\") खाली नहीं होना चाहिए" -#: sphinx/builders/epub3.py:223 +#: sphinx/builders/epub3.py:222 msgid "conf value \"epub_author\" should not be empty for EPUB3" msgstr "ई-पब3 के लिए विन्यास मान \"epub_author\" खाली नहीं होना चाहिए" -#: sphinx/builders/epub3.py:226 +#: sphinx/builders/epub3.py:225 msgid "conf value \"epub_contributor\" should not be empty for EPUB3" msgstr "ई-पब3 के लिए विन्यास मान \"epub_contributor\" खाली नहीं होना चाहिए" -#: sphinx/builders/epub3.py:229 +#: sphinx/builders/epub3.py:228 msgid "conf value \"epub_description\" should not be empty for EPUB3" msgstr "ई-पब3 के लिए विन्यास मान \"epub_description\" खाली नहीं होना चाहिए" -#: sphinx/builders/epub3.py:232 +#: sphinx/builders/epub3.py:231 msgid "conf value \"epub_publisher\" should not be empty for EPUB3" msgstr "ई-पब3 के लिए विन्यास मान \"epub_publisher\" खाली नहीं होना चाहिए" -#: sphinx/builders/epub3.py:235 +#: sphinx/builders/epub3.py:234 msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" msgstr "ई-पब3 के लिए विन्यास मान \"epub_copyright\" (अथवा \"copyright\") खाली नहीं होना चाहिए" -#: sphinx/builders/epub3.py:239 +#: sphinx/builders/epub3.py:238 msgid "conf value \"epub_identifier\" should not be empty for EPUB3" msgstr "ई-पब3 के लिए विन्यास मान \"epub_identifier\" खाली नहीं होना चाहिए" -#: sphinx/builders/epub3.py:242 +#: sphinx/builders/epub3.py:241 msgid "conf value \"version\" should not be empty for EPUB3" msgstr "ई-पब3 के लिए विन्यास मान \"version\" खाली नहीं होना चाहिए" -#: sphinx/builders/epub3.py:257 sphinx/builders/html.py:1166 +#: sphinx/builders/epub3.py:256 sphinx/builders/html.py:1166 #, python-format msgid "invalid css_file: %r, ignored" msgstr "अमान्य css_file: %r, उपेक्षित" -#: sphinx/builders/gettext.py:215 +#: sphinx/builders/gettext.py:221 #, python-format msgid "The message catalogs are in %(outdir)s." msgstr "सन्देश सूचीपत्र %(outdir)s में हैं." -#: sphinx/builders/gettext.py:239 +#: sphinx/builders/gettext.py:245 #, python-format msgid "building [%s]: " msgstr "निर्माणाधीन [%s]: " -#: sphinx/builders/gettext.py:240 +#: sphinx/builders/gettext.py:246 #, python-format msgid "targets for %d template files" msgstr "%d नमूना फाइलों के लक्ष्य" -#: sphinx/builders/gettext.py:244 +#: sphinx/builders/gettext.py:250 msgid "reading templates... " msgstr "नमूनों को पढ़ा जा रहा है..." -#: sphinx/builders/gettext.py:271 +#: sphinx/builders/gettext.py:277 msgid "writing message catalogs... " msgstr "सन्देश सूचीपत्रों को लिखा जा रहा है..." @@ -753,7 +753,7 @@ msgstr "एच.टी.एम्.एल. पृष्ठ %(outdir)sमें ह msgid "Failed to read build info file: %r" msgstr "निर्माण सूचनापत्र फाइल को नहीं पढ़ा जा सका: %r" -#: sphinx/builders/html.py:488 sphinx/builders/latex/__init__.py:204 +#: sphinx/builders/html.py:488 sphinx/builders/latex/__init__.py:206 #: sphinx/transforms/__init__.py:121 sphinx/writers/manpage.py:118 #: sphinx/writers/texinfo.py:243 #, python-format @@ -806,7 +806,7 @@ msgstr "अपरिवर्ती फाइलों की प्रतिल msgid "html_static_path entry %r does not exist" msgstr "html_static_path प्रविष्टि %r का अस्तित्व नहीं है" -#: sphinx/builders/html.py:839 sphinx/builders/latex/__init__.py:398 +#: sphinx/builders/html.py:839 sphinx/builders/latex/__init__.py:400 #, python-format msgid "logo file %r does not exist" msgstr "प्रतीकचिन्ह फाइल %r का अस्तित्व नहीं है" @@ -923,7 +923,7 @@ msgstr "पुस्तिका पृष्ठ %(outdir)sमें हैं." msgid "no \"man_pages\" config value found; no manual pages will be written" msgstr "कोई \"man_pages\" विन्यास मान नहीं मिला; कोई नियमावली पृष्ठ नहीं लिखे जाएंगे" -#: sphinx/builders/latex/__init__.py:270 sphinx/builders/manpage.py:64 +#: sphinx/builders/latex/__init__.py:272 sphinx/builders/manpage.py:64 #: sphinx/builders/singlehtml.py:174 sphinx/builders/texinfo.py:120 msgid "writing" msgstr "लिखा जा रहा है" @@ -967,24 +967,24 @@ msgstr "कोई \"texinfo_documents\" विन्यास मान नह msgid "\"texinfo_documents\" config value references unknown document %s" msgstr "\"texinfo_documents\" विन्यास मान अज्ञात लेखपत्र %s का सन्दर्भ है" -#: sphinx/builders/latex/__init__.py:253 sphinx/builders/texinfo.py:116 +#: sphinx/builders/latex/__init__.py:255 sphinx/builders/texinfo.py:116 #, python-format msgid "processing %s" msgstr "%s की प्रक्रिया जारी" -#: sphinx/builders/latex/__init__.py:322 sphinx/builders/texinfo.py:163 +#: sphinx/builders/latex/__init__.py:323 sphinx/builders/texinfo.py:164 msgid "resolving references..." msgstr "सन्दर्भों का विश्लेषण किया जा रहा है..." -#: sphinx/builders/latex/__init__.py:332 sphinx/builders/texinfo.py:172 +#: sphinx/builders/latex/__init__.py:333 sphinx/builders/texinfo.py:173 msgid " (in " msgstr " (में" -#: sphinx/builders/texinfo.py:204 +#: sphinx/builders/texinfo.py:205 msgid "copying Texinfo support files" msgstr "टेक्सइन्फो सहायक फाइलों की प्रतिलिपि की जा रही है..." -#: sphinx/builders/texinfo.py:208 +#: sphinx/builders/texinfo.py:209 #, python-format msgid "error writing file Makefile: %s" msgstr "मेकफाइल लिखने में त्रुटि: %s" @@ -1004,28 +1004,28 @@ msgstr "एक्स.एम्.एल. लेखपत्र %(outdir)s मे msgid "The pseudo-XML files are in %(outdir)s." msgstr "छद्म-एक्स.एम्.एल. लेखपत्र %(outdir)s में हैं." -#: sphinx/builders/latex/__init__.py:121 +#: sphinx/builders/latex/__init__.py:123 #, python-format msgid "The LaTeX files are in %(outdir)s." msgstr "लाटेक्स लेखपत्र %(outdir)s में हैं." -#: sphinx/builders/latex/__init__.py:123 +#: sphinx/builders/latex/__init__.py:125 msgid "" "\n" "Run 'make' in that directory to run these through (pdf)latex\n" "(use `make latexpdf' here to do that automatically)." msgstr "\nइन्हें (pdf)latex से चलाने के लिए उस निर्देशिका में 'मेक' आदेश चलायें\n(ऐसा स्वचालित रूप से करने के लिए यहाँ 'make latexpdf' आदेश का उपयोग करें)" -#: sphinx/builders/latex/__init__.py:163 +#: sphinx/builders/latex/__init__.py:165 msgid "no \"latex_documents\" config value found; no documents will be written" msgstr "कोई \"latex_documents\" विन्यास मान नहीं मिला; कोई नहीं लिखे जाएंगे" -#: sphinx/builders/latex/__init__.py:171 +#: sphinx/builders/latex/__init__.py:173 #, python-format msgid "\"latex_documents\" config value references unknown document %s" msgstr "\"latex_documents\" विन्यास मान अज्ञात लेखपत्र %s का सन्दर्भ है" -#: sphinx/builders/latex/__init__.py:211 sphinx/domains/std.py:501 +#: sphinx/builders/latex/__init__.py:213 sphinx/domains/std.py:501 #: sphinx/templates/latex/latex.tex_t:79 #: sphinx/themes/basic/genindex-single.html:30 #: sphinx/themes/basic/genindex-single.html:55 @@ -1037,28 +1037,28 @@ msgstr "\"latex_documents\" विन्यास मान अज्ञात msgid "Index" msgstr "अनुक्रमणिका" -#: sphinx/builders/latex/__init__.py:214 sphinx/templates/latex/latex.tex_t:64 +#: sphinx/builders/latex/__init__.py:216 sphinx/templates/latex/latex.tex_t:64 msgid "Release" msgstr "आवृत्ति" -#: sphinx/builders/latex/__init__.py:222 sphinx/writers/latex.py:549 +#: sphinx/builders/latex/__init__.py:224 sphinx/writers/latex.py:549 #, python-format msgid "no Babel option known for language %r" msgstr "%r भाषा के लिए कोई बाबेल विकल्प नहीं " -#: sphinx/builders/latex/__init__.py:361 +#: sphinx/builders/latex/__init__.py:363 msgid "copying TeX support files" msgstr "टेक्स सहायक फाइलों की प्रतिलिपि की जा रही है..." -#: sphinx/builders/latex/__init__.py:382 +#: sphinx/builders/latex/__init__.py:384 msgid "copying TeX support files..." msgstr "टेक्स सहायक फाइलों की प्रतिलिपि की जा रही है..." -#: sphinx/builders/latex/__init__.py:402 +#: sphinx/builders/latex/__init__.py:404 msgid "copying additional files" msgstr "अतिरिक्त फाइलों की प्रतिकृति बनाई जा रही है" -#: sphinx/builders/latex/__init__.py:445 +#: sphinx/builders/latex/__init__.py:447 #, python-format msgid "Unknown configure key: latex_elements[%r]. ignored." msgstr "अज्ञात विन्यास कुंजी: latex_elements[%r]. उपेक्षित." @@ -1121,8 +1121,8 @@ msgstr "त्रुटि की सूचना ." msgstr "अधिक जानकारी के लिए देखें." @@ -1499,13 +1499,13 @@ msgstr "कृपया एक नया फाइल नाम दें, अ msgid "Indicate which of the following Sphinx extensions should be enabled:" msgstr "इनमें से कौन सा स्फिंक्स आयाम प्रयोग करना है, इंगित करें:" -#: sphinx/cmd/quickstart.py:354 +#: sphinx/cmd/quickstart.py:353 msgid "" "Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " "been deselected." msgstr "टिप्पणी: imgmath और mathjax एक साथ समर्थ नहीं हो सकते. imgmath को अचिन्हित कर दिया गया है." -#: sphinx/cmd/quickstart.py:359 +#: sphinx/cmd/quickstart.py:358 msgid "" "\n" "A Makefile and a Windows command file can be generated for you so that you\n" @@ -1513,29 +1513,29 @@ msgid "" "directly." msgstr "\nएक मेकफाइल और एक विंडोज़ कमांड फाइल का निर्माण किया जा सकता है,\nताकि आप सीधे स्फिंक्स-बिल्ड के स्थान पर मात्र 'make html' आदि \nप्रयोग कर सकें." -#: sphinx/cmd/quickstart.py:363 +#: sphinx/cmd/quickstart.py:362 msgid "Create Makefile? (y/n)" msgstr "मेकफाइल बनाएं? (हाँ के लिए y/ ना के लिए n)" -#: sphinx/cmd/quickstart.py:366 +#: sphinx/cmd/quickstart.py:365 msgid "Create Windows command file? (y/n)" msgstr "विंडोज़ कमांड फाइल बनाएं? (हाँ के लिए y/ ना के लिए n)" -#: sphinx/cmd/quickstart.py:409 sphinx/ext/apidoc.py:74 +#: sphinx/cmd/quickstart.py:408 sphinx/ext/apidoc.py:74 #, python-format msgid "Creating file %s." msgstr "फाइल बनाई जा रही है ...%s" -#: sphinx/cmd/quickstart.py:414 sphinx/ext/apidoc.py:72 +#: sphinx/cmd/quickstart.py:413 sphinx/ext/apidoc.py:72 #, python-format msgid "File %s already exists, skipping." msgstr "फाइल %s पहले से उपस्थित है, छोड़ दी गई." -#: sphinx/cmd/quickstart.py:450 +#: sphinx/cmd/quickstart.py:449 msgid "Finished: An initial directory structure has been created." msgstr "समाप्त: एक प्रारंभिक निर्देशिका का ढांचा बना दिया गया है." -#: sphinx/cmd/quickstart.py:451 +#: sphinx/cmd/quickstart.py:450 #, python-format msgid "" "\n" @@ -1543,26 +1543,26 @@ msgid "" "source files. " msgstr "\nअब आप आपनी मुख्य फाइल %s को भरें और अन्य \nस्रोत प्रलेखों को बनाएं." -#: sphinx/cmd/quickstart.py:453 +#: sphinx/cmd/quickstart.py:452 msgid "" "Use the Makefile to build the docs, like so:\n" " make builder\n" msgstr "प्रलेख बनाने के लिए मेकफाइल का उपयोग करें, जैसे कि:\n make builder\n" -#: sphinx/cmd/quickstart.py:456 +#: sphinx/cmd/quickstart.py:455 #, python-format msgid "" "Use the sphinx-build command to build the docs, like so:\n" " sphinx-build -b builder %s %s\n" msgstr "प्रलेख बनाने के लिए स्फिंक्स-बिल्ड कमांड का उपयोग करें, जैसे कि:\n sphinx-build -b builder %s %s\n" -#: sphinx/cmd/quickstart.py:459 +#: sphinx/cmd/quickstart.py:458 msgid "" "where \"builder\" is one of the supported builders, e.g. html, latex or " "linkcheck.\n" msgstr "जहाँ \"builder\" एक समर्थित निर्माता है, जैसे कि html, latex or linkcheck.\nwhere \"builder\" is one of the supported builders, e.g. html, latex or linkcheck.\n" -#: sphinx/cmd/quickstart.py:499 +#: sphinx/cmd/quickstart.py:498 msgid "" "\n" "Generate required files for a Sphinx project.\n" @@ -1572,131 +1572,131 @@ msgid "" "Makefile to be used with sphinx-build.\n" msgstr "\nस्फिंक्स परियोजना के लिए आवश्यक फाइल बनाएं.\n\nस्फिंक्स-त्वरित-आरम्भ एक संवादपूर्ण उपकरण है जो आपकी परियोजना के \nबारे में कुछ प्रश्न पूछकर पूरी प्रलेखों की निर्देशिका और नमूना मेकफाइल \nबना देता है जिसे स्फिंक्स-बिल्ड में प्रयोग किया जा सकता है.\n" -#: sphinx/cmd/quickstart.py:509 +#: sphinx/cmd/quickstart.py:508 msgid "quiet mode" msgstr "शांत ढंग " -#: sphinx/cmd/quickstart.py:514 +#: sphinx/cmd/quickstart.py:513 msgid "output path" msgstr "परिणाम पथ" -#: sphinx/cmd/quickstart.py:516 +#: sphinx/cmd/quickstart.py:515 msgid "Structure options" msgstr "ढांचे के विकल्प" -#: sphinx/cmd/quickstart.py:518 +#: sphinx/cmd/quickstart.py:517 msgid "if specified, separate source and build dirs" msgstr "यदि निर्दिष्ट हो तो विभिन्न स्रोत और निर्माण पथ" -#: sphinx/cmd/quickstart.py:520 +#: sphinx/cmd/quickstart.py:519 msgid "replacement for dot in _templates etc." msgstr "_templates आदि में बिंदु का बदलाव" -#: sphinx/cmd/quickstart.py:522 +#: sphinx/cmd/quickstart.py:521 msgid "Project basic options" msgstr "परोयोजना के मूलभूत विकल्प" -#: sphinx/cmd/quickstart.py:524 +#: sphinx/cmd/quickstart.py:523 msgid "project name" msgstr "परियोजना का नाम" -#: sphinx/cmd/quickstart.py:526 +#: sphinx/cmd/quickstart.py:525 msgid "author names" msgstr "लेखकों के नाम" -#: sphinx/cmd/quickstart.py:528 +#: sphinx/cmd/quickstart.py:527 msgid "version of project" msgstr "परियोजना का संस्करण" -#: sphinx/cmd/quickstart.py:530 +#: sphinx/cmd/quickstart.py:529 msgid "release of project" msgstr "परियोजना की आवृत्ति" -#: sphinx/cmd/quickstart.py:532 +#: sphinx/cmd/quickstart.py:531 msgid "document language" msgstr "लेखपत्र की भाषा" -#: sphinx/cmd/quickstart.py:534 +#: sphinx/cmd/quickstart.py:533 msgid "source file suffix" msgstr "स्रोत फाइल का प्रत्यय" -#: sphinx/cmd/quickstart.py:536 +#: sphinx/cmd/quickstart.py:535 msgid "master document name" msgstr "मुख्य लेखपत्र का नाम" -#: sphinx/cmd/quickstart.py:538 +#: sphinx/cmd/quickstart.py:537 msgid "use epub" msgstr "ई-पब प्रयोग करें" -#: sphinx/cmd/quickstart.py:540 +#: sphinx/cmd/quickstart.py:539 msgid "Extension options" msgstr "आयाम के विकल्प" -#: sphinx/cmd/quickstart.py:544 sphinx/ext/apidoc.py:379 +#: sphinx/cmd/quickstart.py:543 sphinx/ext/apidoc.py:379 #, python-format msgid "enable %s extension" msgstr "आयाम %s सक्षम करें" -#: sphinx/cmd/quickstart.py:546 sphinx/ext/apidoc.py:375 +#: sphinx/cmd/quickstart.py:545 sphinx/ext/apidoc.py:375 msgid "enable arbitrary extensions" msgstr "स्वेच्छित आयाम सक्षम करें" -#: sphinx/cmd/quickstart.py:548 +#: sphinx/cmd/quickstart.py:547 msgid "Makefile and Batchfile creation" msgstr "मेकफाइल और बैचफाइल का सर्जन" -#: sphinx/cmd/quickstart.py:550 +#: sphinx/cmd/quickstart.py:549 msgid "create makefile" msgstr "मेकफाइल बनाएं" -#: sphinx/cmd/quickstart.py:552 +#: sphinx/cmd/quickstart.py:551 msgid "do not create makefile" msgstr "मेकफाइल नहीं बनाएं" -#: sphinx/cmd/quickstart.py:554 +#: sphinx/cmd/quickstart.py:553 msgid "create batchfile" msgstr "बैचफाइल बनाएं" -#: sphinx/cmd/quickstart.py:557 +#: sphinx/cmd/quickstart.py:556 msgid "do not create batchfile" msgstr "बैचफाइल नहीं बनाएं" -#: sphinx/cmd/quickstart.py:560 +#: sphinx/cmd/quickstart.py:559 msgid "use make-mode for Makefile/make.bat" msgstr "Makefile/make.bat के लिए make-mode का प्रयोग करें" -#: sphinx/cmd/quickstart.py:563 +#: sphinx/cmd/quickstart.py:562 msgid "do not use make-mode for Makefile/make.bat" msgstr "Makefile/make.bat के लिए make-mode का प्रयोग नहीं करें" -#: sphinx/cmd/quickstart.py:565 +#: sphinx/cmd/quickstart.py:564 msgid "Project templating" msgstr "परियोजना नमूनावृत्ति" -#: sphinx/cmd/quickstart.py:568 +#: sphinx/cmd/quickstart.py:567 msgid "template directory for template files" msgstr "नमूना फाइलों के लिए नमूना निर्देशिका" -#: sphinx/cmd/quickstart.py:571 +#: sphinx/cmd/quickstart.py:570 msgid "define a template variable" msgstr "नमूना चर-पद का निरूपण करें" -#: sphinx/cmd/quickstart.py:605 +#: sphinx/cmd/quickstart.py:604 msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." msgstr "\"शांत\" निर्दिष्ट है, परन्तु कोई भी \"परियोजना\" अथवा \"लेखक\" निर्दिष्ट नहीं है." -#: sphinx/cmd/quickstart.py:619 +#: sphinx/cmd/quickstart.py:618 msgid "" "Error: specified path is not a directory, or sphinx files already exist." msgstr "त्रुटि: दिया गया पथ निर्देशिका नहीं है, अथवा स्फिंक्स फाइलें पहले से उपस्थित हैं." -#: sphinx/cmd/quickstart.py:621 +#: sphinx/cmd/quickstart.py:620 msgid "" "sphinx-quickstart only generate into a empty directory. Please specify a new" " root path." msgstr "स्फिंक्स-त्वरित-आरम्भ केवल एक खाली निर्देशिका में कार्यशील हो सकती है. कृपया एक नया मूल पथ निर्दिष्ट करें." -#: sphinx/cmd/quickstart.py:636 +#: sphinx/cmd/quickstart.py:635 #, python-format msgid "Invalid template variable: %s" msgstr "अमान्य नमूना चर-पद: %s" @@ -1768,17 +1768,17 @@ msgstr "लेखक:" msgid "%s %s" msgstr "%s %s" -#: sphinx/domains/c.py:64 sphinx/domains/cpp.py:6371 +#: sphinx/domains/c.py:64 sphinx/domains/cpp.py:6445 #: sphinx/domains/python.py:210 sphinx/ext/napoleon/docstring.py:696 msgid "Parameters" msgstr "मापदण्ड" -#: sphinx/domains/c.py:67 sphinx/domains/cpp.py:6380 -#: sphinx/domains/javascript.py:210 sphinx/domains/python.py:222 +#: sphinx/domains/c.py:67 sphinx/domains/cpp.py:6454 +#: sphinx/domains/javascript.py:209 sphinx/domains/python.py:222 msgid "Returns" msgstr "प्रदत्त " -#: sphinx/domains/c.py:69 sphinx/domains/javascript.py:212 +#: sphinx/domains/c.py:69 sphinx/domains/javascript.py:211 #: sphinx/domains/python.py:224 msgid "Return type" msgstr "प्रदत्त प्रकार " @@ -1808,12 +1808,12 @@ msgstr "%s (C प्रकार)" msgid "%s (C variable)" msgstr "%s (C चरपद)" -#: sphinx/domains/c.py:258 sphinx/domains/cpp.py:6956 -#: sphinx/domains/javascript.py:298 sphinx/domains/python.py:741 +#: sphinx/domains/c.py:258 sphinx/domains/cpp.py:7029 +#: sphinx/domains/javascript.py:297 sphinx/domains/python.py:742 msgid "function" msgstr "फंक्शन" -#: sphinx/domains/c.py:259 sphinx/domains/cpp.py:6957 +#: sphinx/domains/c.py:259 sphinx/domains/cpp.py:7030 msgid "member" msgstr "सदस्य" @@ -1821,7 +1821,7 @@ msgstr "सदस्य" msgid "macro" msgstr "मैक्रो" -#: sphinx/domains/c.py:261 sphinx/domains/cpp.py:6958 +#: sphinx/domains/c.py:261 sphinx/domains/cpp.py:7031 msgid "type" msgstr "प्रकार" @@ -1844,106 +1844,106 @@ msgstr "संस्करण %s से अलग " msgid "Deprecated since version %s" msgstr "संस्करण %s से प्रतिबंधित " -#: sphinx/domains/cpp.py:4297 +#: sphinx/domains/cpp.py:4323 #, python-format msgid "" "Duplicate declaration, also defined in '%s'.\n" "Declaration is '%s'." msgstr "घोषणा की पुनरावृत्ति, '%s' में भी घोषित.\n'%s' घोषित है. " -#: sphinx/domains/cpp.py:6374 +#: sphinx/domains/cpp.py:6448 msgid "Template Parameters" msgstr "नमूना मानदण्ड " -#: sphinx/domains/cpp.py:6377 sphinx/domains/javascript.py:207 +#: sphinx/domains/cpp.py:6451 sphinx/domains/javascript.py:206 msgid "Throws" msgstr "देता है " -#: sphinx/domains/cpp.py:6505 +#: sphinx/domains/cpp.py:6579 #, python-format msgid "%s (C++ %s)" msgstr "%s (C++ %s)" -#: sphinx/domains/cpp.py:6954 sphinx/domains/javascript.py:300 -#: sphinx/domains/python.py:743 +#: sphinx/domains/cpp.py:7027 sphinx/domains/javascript.py:299 +#: sphinx/domains/python.py:744 msgid "class" msgstr "वर्ग" -#: sphinx/domains/cpp.py:6955 +#: sphinx/domains/cpp.py:7028 msgid "union" msgstr "युग्म" -#: sphinx/domains/cpp.py:6959 +#: sphinx/domains/cpp.py:7032 msgid "concept" msgstr "अवधारणा " -#: sphinx/domains/cpp.py:6960 +#: sphinx/domains/cpp.py:7033 msgid "enum" msgstr "गणक" -#: sphinx/domains/cpp.py:6961 +#: sphinx/domains/cpp.py:7034 msgid "enumerator" msgstr "प्रगणक " -#: sphinx/domains/cpp.py:7054 +#: sphinx/domains/cpp.py:7127 #, python-format msgid "" "Duplicate declaration, also defined in '%s'.\n" "Name of declaration is '%s'." msgstr "घोषणा की पुनरावृत्ति, '%s' में भी घोषित.\nघोषणा का नाम '%s' है. " -#: sphinx/domains/javascript.py:131 sphinx/domains/python.py:429 +#: sphinx/domains/javascript.py:130 sphinx/domains/python.py:430 #, python-format msgid "%s() (built-in function)" msgstr "%s() (अंतर्निर्मित फंक्शन)" -#: sphinx/domains/javascript.py:132 sphinx/domains/python.py:494 +#: sphinx/domains/javascript.py:131 sphinx/domains/python.py:495 #, python-format msgid "%s() (%s method)" msgstr "%s() (%s विधि)" -#: sphinx/domains/javascript.py:134 +#: sphinx/domains/javascript.py:133 #, python-format msgid "%s() (class)" msgstr "%s() (वर्ग)" -#: sphinx/domains/javascript.py:136 +#: sphinx/domains/javascript.py:135 #, python-format msgid "%s (global variable or constant)" msgstr "%s (वैश्विक चरपद अथवा अचर) " -#: sphinx/domains/javascript.py:138 sphinx/domains/python.py:532 +#: sphinx/domains/javascript.py:137 sphinx/domains/python.py:533 #, python-format msgid "%s (%s attribute)" msgstr "%s (%s लक्षण)" -#: sphinx/domains/javascript.py:204 +#: sphinx/domains/javascript.py:203 msgid "Arguments" msgstr "चर " -#: sphinx/domains/javascript.py:265 sphinx/domains/python.py:609 +#: sphinx/domains/javascript.py:264 sphinx/domains/python.py:610 #, python-format msgid "%s (module)" msgstr "%s (प्रभाग)" -#: sphinx/domains/javascript.py:299 sphinx/domains/python.py:745 +#: sphinx/domains/javascript.py:298 sphinx/domains/python.py:746 msgid "method" msgstr "पद्धति" -#: sphinx/domains/javascript.py:301 sphinx/domains/python.py:742 +#: sphinx/domains/javascript.py:300 sphinx/domains/python.py:743 msgid "data" msgstr "आंकड़े " -#: sphinx/domains/javascript.py:302 sphinx/domains/python.py:748 +#: sphinx/domains/javascript.py:301 sphinx/domains/python.py:749 msgid "attribute" msgstr "लक्षण" -#: sphinx/domains/javascript.py:303 sphinx/domains/python.py:49 -#: sphinx/domains/python.py:749 +#: sphinx/domains/javascript.py:302 sphinx/domains/python.py:49 +#: sphinx/domains/python.py:750 msgid "module" msgstr "प्रभाग" -#: sphinx/domains/math.py:101 sphinx/writers/latex.py:2451 +#: sphinx/domains/math.py:101 sphinx/writers/latex.py:2459 #, python-format msgid "Invalid math_eqref_format: %r" msgstr "अमान्य math_eqref_format: %r" @@ -1965,7 +1965,7 @@ msgstr "चालक" msgid "object" msgstr "वस्तु" -#: sphinx/domains/python.py:53 sphinx/domains/python.py:744 +#: sphinx/domains/python.py:53 sphinx/domains/python.py:745 msgid "exception" msgstr "अपवाद " @@ -1985,88 +1985,88 @@ msgstr "चर पद " msgid "Raises" msgstr "उभारता है " -#: sphinx/domains/python.py:430 sphinx/domains/python.py:488 -#: sphinx/domains/python.py:500 sphinx/domains/python.py:513 +#: sphinx/domains/python.py:431 sphinx/domains/python.py:489 +#: sphinx/domains/python.py:501 sphinx/domains/python.py:514 #, python-format msgid "%s() (in module %s)" msgstr "%s() (%s प्रभाग में )" -#: sphinx/domains/python.py:433 +#: sphinx/domains/python.py:434 #, python-format msgid "%s (built-in variable)" msgstr "%s (अंतर्निर्मित चर पद)" -#: sphinx/domains/python.py:434 sphinx/domains/python.py:526 +#: sphinx/domains/python.py:435 sphinx/domains/python.py:527 #, python-format msgid "%s (in module %s)" msgstr "%s (%s प्रभाग में )" -#: sphinx/domains/python.py:454 +#: sphinx/domains/python.py:455 #, python-format msgid "%s (built-in class)" msgstr "%s (अंतर्निर्मित वर्ग)" -#: sphinx/domains/python.py:455 +#: sphinx/domains/python.py:456 #, python-format msgid "%s (class in %s)" msgstr "%s (%s वर्ग में)" -#: sphinx/domains/python.py:492 +#: sphinx/domains/python.py:493 #, python-format msgid "%s() (%s.%s method)" msgstr "%s() (%s.%s विधि)" -#: sphinx/domains/python.py:504 +#: sphinx/domains/python.py:505 #, python-format msgid "%s() (%s.%s static method)" msgstr "%s() (%s.%s स्थैतिक विधि)" -#: sphinx/domains/python.py:507 +#: sphinx/domains/python.py:508 #, python-format msgid "%s() (%s static method)" msgstr "%s() (%s स्थैतिक विधि)" -#: sphinx/domains/python.py:517 +#: sphinx/domains/python.py:518 #, python-format msgid "%s() (%s.%s class method)" msgstr "%s() (%s.%s वर्ग विधि)" -#: sphinx/domains/python.py:520 +#: sphinx/domains/python.py:521 #, python-format msgid "%s() (%s class method)" msgstr "%s() (%s वर्ग विधि) " -#: sphinx/domains/python.py:530 +#: sphinx/domains/python.py:531 #, python-format msgid "%s (%s.%s attribute)" msgstr "%s (%s.%s लक्षण)" -#: sphinx/domains/python.py:667 +#: sphinx/domains/python.py:668 msgid "Python Module Index" msgstr "पाइथन प्रभाग सूची" -#: sphinx/domains/python.py:668 +#: sphinx/domains/python.py:669 msgid "modules" msgstr "प्रभाग" -#: sphinx/domains/python.py:719 +#: sphinx/domains/python.py:720 msgid "Deprecated" msgstr "अवमानित " -#: sphinx/domains/python.py:746 +#: sphinx/domains/python.py:747 msgid "class method" msgstr "वर्ग विधि" -#: sphinx/domains/python.py:747 +#: sphinx/domains/python.py:748 msgid "static method" msgstr "स्थैतिक पद्धति" -#: sphinx/domains/python.py:879 +#: sphinx/domains/python.py:880 #, python-format msgid "more than one target found for cross-reference %r: %s" msgstr "पारस्परिक-सन्दर्भों के लिए एक से अधिक लक्ष्य मिले %r: %s" -#: sphinx/domains/python.py:917 +#: sphinx/domains/python.py:918 msgid " (deprecated)" msgstr "(अवमानित)" @@ -2142,7 +2142,7 @@ msgstr "खोज पृष्ठ" msgid "duplicate citation %s, other instance in %s" msgstr "प्रतिरूप उद्धरण %s, दूसरी प्रतिकृति %s में है " -#: sphinx/domains/std.py:631 sphinx/ext/autosectionlabel.py:61 +#: sphinx/domains/std.py:631 sphinx/ext/autosectionlabel.py:56 #, python-format msgid "duplicate label %s, other instance in %s" msgstr "प्रतिरूप शीर्षक %s, दूसरी प्रतिकृति %s में है " @@ -2202,21 +2202,21 @@ msgid "" "another doctree directory." msgstr "यह परिस्थिति चुने गए निर्माता से मेल नहीं खाती, कृपया दूसरी डॉक-ट्री निर्देशिका चुनें. " -#: sphinx/environment/__init__.py:408 +#: sphinx/environment/__init__.py:404 #, python-format msgid "Failed to scan documents in %s: %r" msgstr "लेखपत्रों के पर्यवेक्षण में असफलता %s: %r" -#: sphinx/environment/__init__.py:536 +#: sphinx/environment/__init__.py:532 #, python-format msgid "Domain %r is not registered" msgstr "अधिकारक्षेत्र %r पंजीकृत नहीं है" -#: sphinx/environment/__init__.py:621 +#: sphinx/environment/__init__.py:617 msgid "self referenced toctree found. Ignored." msgstr "स्वयं-संदर्भित विषय-सूची-संरचना मिली है. उपेक्षा की गई." -#: sphinx/environment/__init__.py:662 +#: sphinx/environment/__init__.py:658 msgid "document isn't included in any toctree" msgstr "लेखपत्र किसी भी विषय-सूची-संरचना में सम्मिलित नहीं है" @@ -2236,6 +2236,7 @@ msgid "unknown index entry type %r" msgstr "अनुक्रमणिका की प्रविष्टि का प्रकार अज्ञात %r" #: sphinx/environment/adapters/indexentries.py:156 +#: sphinx/templates/latex/sphinxmessages.sty_t:11 msgid "Symbols" msgstr "संकेत " @@ -2261,22 +2262,22 @@ msgstr "विषय-सूची-संरचना में छोड़े ग msgid "toctree contains reference to nonexisting document %r" msgstr "विषय-सूची-संरचना में अविद्यमान लेखपत्र %r का सन्दर्भ है" -#: sphinx/environment/collectors/asset.py:91 +#: sphinx/environment/collectors/asset.py:90 #, python-format msgid "image file not readable: %s" msgstr "चित्र फाइल पठनीय नहीं है: %s" -#: sphinx/environment/collectors/asset.py:107 +#: sphinx/environment/collectors/asset.py:106 #, python-format msgid "image file %s not readable: %s" msgstr "चित्र फाइल %s पठनीय नहीं है: %s" -#: sphinx/environment/collectors/asset.py:135 +#: sphinx/environment/collectors/asset.py:134 #, python-format msgid "download file not readable: %s" msgstr "उतारी गई फाइल पठनीय नहीं है: %s" -#: sphinx/environment/collectors/toctree.py:197 +#: sphinx/environment/collectors/toctree.py:196 #, python-format msgid "%s is already assigned section numbers (nested numbered toctree?)" msgstr "%s में पहले से भाग संख्या नियत है (एक के अन्दर दूसरा अंकित विषय-सूची-संरचना)" @@ -2420,38 +2421,38 @@ msgstr "अमान्य रेगएक्स #regex# %r, coverage_c_regexes msgid "module %s could not be imported: %s" msgstr "प्रभाग %s का आयत नहीं किया जा सका: %s" -#: sphinx/ext/doctest.py:142 +#: sphinx/ext/doctest.py:132 #, python-format msgid "missing '+' or '-' in '%s' option." msgstr "'%s' विकल्प में अनुपस्थित '+' या '-'." -#: sphinx/ext/doctest.py:147 +#: sphinx/ext/doctest.py:137 #, python-format msgid "'%s' is not a valid option." msgstr "'%s' एक मान्य विकल्प नहीं है." -#: sphinx/ext/doctest.py:161 +#: sphinx/ext/doctest.py:151 #, python-format msgid "'%s' is not a valid pyversion option" msgstr "'%s' एक मान्य पाईवर्शन #pyversion# विकल्प नहीं है. " -#: sphinx/ext/doctest.py:230 +#: sphinx/ext/doctest.py:222 msgid "invalid TestCode type" msgstr "अमान्य टेस्टकोड का प्रकार " -#: sphinx/ext/doctest.py:291 +#: sphinx/ext/doctest.py:283 #, python-format msgid "" "Testing of doctests in the sources finished, look at the results in " "%(outdir)s/output.txt." msgstr "स्रोतों में डॉकटेस्ट्स की जांच पूरी, परिणाम %(outdir)s/output.txt में देखें. " -#: sphinx/ext/doctest.py:438 +#: sphinx/ext/doctest.py:446 #, python-format msgid "no code/output in %s block at %s:%s" msgstr "%s भाग में %s पर कोई निर्देश / परिणाम नहीं: %s" -#: sphinx/ext/doctest.py:527 +#: sphinx/ext/doctest.py:535 #, python-format msgid "ignoring invalid doctest code: %r" msgstr "अमान्य डॉकटेस्ट निर्देश की उपेक्षा की जा रही है: %r" @@ -2469,7 +2470,7 @@ msgstr "बाहरी ग्राफविज़ फाइल %r नहीं msgid "Ignoring \"graphviz\" directive without content." msgstr "विषय-वस्तु के बिना ग्राफविज़ निर्देश की उपेक्षा की जा रही है. " -#: sphinx/ext/graphviz.py:252 +#: sphinx/ext/graphviz.py:250 #, python-format msgid "" "dot did not produce an output file:\n" @@ -2479,14 +2480,14 @@ msgid "" "%r" msgstr "डॉट ने किसी परिणाम फाइल का नहीं बनाया:\n[stderr]\n%r\n[stdout]\n%r" -#: sphinx/ext/graphviz.py:256 +#: sphinx/ext/graphviz.py:254 #, python-format msgid "" "dot command %r cannot be run (needed for graphviz output), check the " "graphviz_dot setting" msgstr "डॉट निर्देश %r नहीं चलाया जा सकता (ग्राफविज़ परिणाम के लिए आवश्यक), ग्राफविज़_डॉट मान की जांच करें" -#: sphinx/ext/graphviz.py:263 +#: sphinx/ext/graphviz.py:261 #, python-format msgid "" "dot exited with error:\n" @@ -2496,23 +2497,23 @@ msgid "" "%r" msgstr "डॉट त्रुटि के साथ बहार आ गया:\n[stderr]\n%r\n[stdout]\n%r" -#: sphinx/ext/graphviz.py:273 +#: sphinx/ext/graphviz.py:271 #, python-format msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" msgstr "ग्राफविज़_आउटपुट_फॉर्मेट का 'पी.एन.जी', 'एस.वी.जी.', होना आवश्यक है, पर यह %r है" -#: sphinx/ext/graphviz.py:277 sphinx/ext/graphviz.py:331 -#: sphinx/ext/graphviz.py:369 +#: sphinx/ext/graphviz.py:275 sphinx/ext/graphviz.py:329 +#: sphinx/ext/graphviz.py:367 #, python-format msgid "dot code %r: %s" msgstr "डॉट निर्देश %r: %s" -#: sphinx/ext/graphviz.py:384 sphinx/ext/graphviz.py:393 +#: sphinx/ext/graphviz.py:382 sphinx/ext/graphviz.py:391 #, python-format msgid "[graph: %s]" msgstr "[graph: %s]" -#: sphinx/ext/graphviz.py:386 sphinx/ext/graphviz.py:395 +#: sphinx/ext/graphviz.py:384 sphinx/ext/graphviz.py:393 msgid "[graph]" msgstr "[graph]" @@ -2531,31 +2532,31 @@ msgid "" "%r" msgstr "परिवर्तक त्रुटि के साथ बहार आ गया:\n[stderr]\n%r\n[stdout]\n%r" -#: sphinx/ext/imgmath.py:140 +#: sphinx/ext/imgmath.py:139 #, python-format msgid "" "LaTeX command %r cannot be run (needed for math display), check the " "imgmath_latex setting" msgstr "लाटेक्स आदेश %r नहीं चलाया जा सकता (गणित दिखाने के लिए आवश्यक). आई.एम्.जी.मैथ_लाटेक्स मान की जाँच करें" -#: sphinx/ext/imgmath.py:155 +#: sphinx/ext/imgmath.py:154 #, python-format msgid "" "%s command %r cannot be run (needed for math display), check the imgmath_%s " "setting" msgstr "%s आदेश %r नहीं चलाया जा सकता (गणित दिखाने के लिए आवश्यक). imgmath_%s मान की जाँच करें" -#: sphinx/ext/imgmath.py:290 +#: sphinx/ext/imgmath.py:289 #, python-format msgid "display latex %r: %s" msgstr "लाटेक्स दिखाएँ %r: %s" -#: sphinx/ext/imgmath.py:317 +#: sphinx/ext/imgmath.py:316 #, python-format msgid "inline latex %r: %s" msgstr "पंक्तिबद्ध लाटेक्स %r: %s" -#: sphinx/ext/imgmath.py:324 sphinx/ext/mathjax.py:54 +#: sphinx/ext/imgmath.py:323 sphinx/ext/mathjax.py:54 msgid "Permalink to this equation" msgstr "इस समीकरण की स्थायी कड़ी" @@ -2575,26 +2576,26 @@ msgid "" "alternatives:" msgstr "कुछ चीजों के साथ कुछ समस्या है, लेकिन काम के दूसरे विकल्प उपलब्ध हैं: " -#: sphinx/ext/intersphinx.py:237 +#: sphinx/ext/intersphinx.py:238 msgid "failed to reach any of the inventories with the following issues:" msgstr "कुछ चीजों पहुँचने में असफलता मिली और यह समस्याएँ मिलीं: " -#: sphinx/ext/intersphinx.py:312 +#: sphinx/ext/intersphinx.py:311 #, python-format msgid "(in %s v%s)" msgstr "(%s v%s में)" -#: sphinx/ext/intersphinx.py:314 +#: sphinx/ext/intersphinx.py:313 #, python-format msgid "(in %s)" msgstr "(%s में)" -#: sphinx/ext/intersphinx.py:348 +#: sphinx/ext/intersphinx.py:347 #, python-format msgid "intersphinx identifier %r is not string. Ignored" msgstr "इन्टरस्फिंक्स निर्धारक %r अक्षरमाला नहीं है. उपेक्षित" -#: sphinx/ext/intersphinx.py:361 +#: sphinx/ext/intersphinx.py:360 #, python-format msgid "Fail to read intersphinx_mapping[%s], Ignored: %r" msgstr "intersphinx_mapping[%s] पढने में असफलता, अनदेखी की गई: %r" @@ -2650,29 +2651,29 @@ msgstr "सिंहावलोकन: प्रभाग निर्देश msgid "

All modules for which code is available

" msgstr "

सभी प्रभाग जिनके लिए निर्देश उपलब्ध है

" -#: sphinx/ext/autodoc/__init__.py:302 +#: sphinx/ext/autodoc/__init__.py:300 #, python-format msgid "invalid signature for auto%s (%r)" msgstr "स्वतः %s (%r) के लिए अमान्य हस्ताक्षर" -#: sphinx/ext/autodoc/__init__.py:402 +#: sphinx/ext/autodoc/__init__.py:400 #, python-format msgid "error while formatting arguments for %s: %s" msgstr "%s के पदों का प्रारूप बनाने में व्यवधान: %s" -#: sphinx/ext/autodoc/__init__.py:514 +#: sphinx/ext/autodoc/__init__.py:512 #, python-format msgid "missing attribute %s in object %s" msgstr "%s गुण %s वस्तु में अनुपस्थित" -#: sphinx/ext/autodoc/__init__.py:602 +#: sphinx/ext/autodoc/__init__.py:600 #, python-format msgid "" "autodoc: failed to determine %r to be documented.the following exception was raised:\n" "%s" msgstr "ऑटोडॉक: प्रलेखन हेतु %r निर्धारण करने में असफलता. निम्नलिखित अपवाद सामने आया:\n%s" -#: sphinx/ext/autodoc/__init__.py:694 +#: sphinx/ext/autodoc/__init__.py:692 #, python-format msgid "" "don't know which module to import for autodocumenting %r (try placing a " @@ -2680,39 +2681,39 @@ msgid "" "explicit module name)" msgstr "पता नहीं है कि कौन सा प्रभाग स्वतःप्रलेखन %r के लिए आयात करना है (लेखपत्र में \"प्रभाग\" या \"वर्तमान-प्रभाग\" निर्देश रख कर देखें; अथवा स्पष्ट प्रभाग नाम देकर देखें)" -#: sphinx/ext/autodoc/__init__.py:788 +#: sphinx/ext/autodoc/__init__.py:786 msgid "\"::\" in automodule name doesn't make sense" msgstr "स्वतः प्रभाग नाम में \"::\" विवेकहीन है" -#: sphinx/ext/autodoc/__init__.py:796 +#: sphinx/ext/autodoc/__init__.py:794 #, python-format msgid "signature arguments or return annotation given for automodule %s" msgstr "स्वतः-प्रभाग %s के लिए हस्ताक्षर पद अथवा प्रत्युत्तरित टिप्पणी प्रदान की गई" -#: sphinx/ext/autodoc/__init__.py:829 +#: sphinx/ext/autodoc/__init__.py:827 #, python-format msgid "" "__all__ should be a list of strings, not %r (in module %s) -- ignoring " "__all__" msgstr "__all__ अंतिम अक्षरमाला होनी चाहिए, न कि %r (%s प्रभाग में) -- __all__ की उपेक्षा की जाएगी" -#: sphinx/ext/autodoc/__init__.py:844 +#: sphinx/ext/autodoc/__init__.py:842 #, python-format msgid "" "missing attribute mentioned in :members: or __all__: module %s, attribute %s" msgstr "अनुपस्थित गुण का :members: में उल्लेख है अथवा __all__: प्रभाग %s, गुण %s" -#: sphinx/ext/autodoc/__init__.py:1128 +#: sphinx/ext/autodoc/__init__.py:1126 #, python-format msgid "Bases: %s" msgstr "आधार: %s" -#: sphinx/ext/autodoc/__init__.py:1185 +#: sphinx/ext/autodoc/__init__.py:1183 #, python-format msgid "alias of :class:`%s`" msgstr ":class:`%s` का उपनाम" -#: sphinx/ext/autodoc/__init__.py:1470 +#: sphinx/ext/autodoc/__init__.py:1468 #, python-format msgid "Ignoring invalid option in autodoc_default_flags: %r" msgstr "ऑटोडॉक्_डिफ़ॉल्ट_फ्लैग्स में अमान्य विकल्प की उपेक्षा की जा रही है: %r" @@ -2748,17 +2749,17 @@ msgid "" "contain .rst. Skipped." msgstr "ऑटोसमरी आतंरिक रूप से आर.एस.टी. फाइलें बनाता है. आपके सोर्स_सफिक्स में आर.एस.टी. सम्मिलित नहीं है. छोड़ा गया." -#: sphinx/ext/autosummary/generate.py:102 +#: sphinx/ext/autosummary/generate.py:100 #, python-format msgid "[autosummary] generating autosummary for: %s" msgstr "[ऑटोसमरी] अब इसका स्वतःसारांश बना रहा है: %s" -#: sphinx/ext/autosummary/generate.py:106 +#: sphinx/ext/autosummary/generate.py:104 #, python-format msgid "[autosummary] writing to %s" msgstr "[ऑटोसमरी] %s पर लिख रहा है" -#: sphinx/ext/autosummary/generate.py:366 +#: sphinx/ext/autosummary/generate.py:364 msgid "" "\n" "Generate ReStructuredText using autosummary directives.\n" @@ -2773,25 +2774,25 @@ msgid "" " pydoc sphinx.ext.autosummary\n" msgstr "\nस्वतः सारांश #autosummary# निर्देश का प्रयोग करते हुए पुर्नसरंचितपाठ बनाता है.\n\nस्फिंक्स-ऑटोजेन स्फिंक्स.एक्स्ट.ऑटोसमरी.जेनेरेट का मुखड़ा है.\nयह प्रदत्त फाइलों में सम्मिलित ऑटो समरी निर्देशों के अनुसार पुर्नसरंचितपाठ बनाता है\n\nस्वतः सारांश #autosummary# निर्देश का प्रारूप स्फिंक्स.एक्स्ट.ऑटोसमरी \nपाइथन प्रभाग में निबंधित है और इसे आप निम्नलिखित माध्यम से पढ़ सकते हैं:\n\n pydoc sphinx.ext.autosummary\n" -#: sphinx/ext/autosummary/generate.py:383 +#: sphinx/ext/autosummary/generate.py:381 msgid "source files to generate rST files for" msgstr "आर.एस.टी. फाइलें बनाने के लिए स्रोत फाइलें" -#: sphinx/ext/autosummary/generate.py:387 +#: sphinx/ext/autosummary/generate.py:385 msgid "directory to place all output in" msgstr "सभी परिणाम रखने के लिए निर्देशिका" -#: sphinx/ext/autosummary/generate.py:390 +#: sphinx/ext/autosummary/generate.py:388 #, python-format msgid "default suffix for files (default: %(default)s)" msgstr "फाइलों के लिए मानक प्रत्यय (मानक: %(default)s)" -#: sphinx/ext/autosummary/generate.py:394 +#: sphinx/ext/autosummary/generate.py:392 #, python-format msgid "custom template directory (default: %(default)s)" msgstr "पारंपरिक प्रारूप निर्देशिका (मानक: %(default)s)" -#: sphinx/ext/autosummary/generate.py:398 +#: sphinx/ext/autosummary/generate.py:396 #, python-format msgid "document imported members (default: %(default)s)" msgstr "लेखपत्र आयातित सदस्य (मानक: %(default)s)" @@ -2869,6 +2870,7 @@ msgid "Warning" msgstr "चेतावनी" #: sphinx/templates/latex/longtable.tex_t:23 +#: sphinx/templates/latex/sphinxmessages.sty_t:8 msgid "continued from previous page" msgstr "पिछले पृष्ठ से जारी" @@ -2876,13 +2878,29 @@ msgstr "पिछले पृष्ठ से जारी" msgid "Continued on next page" msgstr "अगले पृष्ठ पर जारी" +#: sphinx/templates/latex/sphinxmessages.sty_t:9 +msgid "continues on next page" +msgstr "" + +#: sphinx/templates/latex/sphinxmessages.sty_t:10 +msgid "Non-alphabetical" +msgstr "" + +#: sphinx/templates/latex/sphinxmessages.sty_t:12 +msgid "Numbers" +msgstr "" + +#: sphinx/templates/latex/sphinxmessages.sty_t:13 +msgid "page" +msgstr "" + #: sphinx/themes/agogo/layout.html:46 sphinx/themes/basic/globaltoc.html:10 #: sphinx/themes/basic/localtoc.html:11 sphinx/themes/scrolls/layout.html:41 msgid "Table of Contents" msgstr "विषय-सूची" #: sphinx/themes/agogo/layout.html:51 sphinx/themes/basic/layout.html:153 -#: sphinx/themes/basic/search.html:11 sphinx/themes/basic/search.html:26 +#: sphinx/themes/basic/search.html:11 sphinx/themes/basic/search.html:21 #: sphinx/themes/basic/searchresults.html:10 msgid "Search" msgstr "खोज" @@ -3019,13 +3037,13 @@ msgstr "अगला प्रकरण" msgid "next chapter" msgstr "अगला अध्याय" -#: sphinx/themes/basic/search.html:30 +#: sphinx/themes/basic/search.html:25 msgid "" "Please activate JavaScript to enable the search\n" " functionality." msgstr "खोज कार्य के लिए जावा स्क्रिप्ट का होना आवश्यक है. कृपया जावा स्क्रिप्ट को शुरू करें." -#: sphinx/themes/basic/search.html:35 +#: sphinx/themes/basic/search.html:30 msgid "" "From here you can search these documents. Enter your search\n" " words into the box below and click \"search\". Note that the search\n" @@ -3033,20 +3051,20 @@ msgid "" " containing fewer words won't appear in the result list." msgstr "यहाँ से आप इन प्रलेखों में खोज कर सकते हैं. अपने खोज शब्दों को\nनीचे दिए गए स्थान में दें और फिर \"खोज\" क्लिक करें. ध्यान रहे कि\nखोज प्रक्रम में सभी शब्दों की खोज की जाएगी. कमतर शब्दों वाले\nपृष्ठ परिणाम-तालिका में नहीं दिखेंगे." -#: sphinx/themes/basic/search.html:42 +#: sphinx/themes/basic/search.html:37 #: sphinx/themes/basic/searchresults.html:17 msgid "search" msgstr "खोज" -#: sphinx/themes/basic/search.html:46 +#: sphinx/themes/basic/search.html:41 #: sphinx/themes/basic/searchresults.html:21 -#: sphinx/themes/basic/static/searchtools.js:295 +#: sphinx/themes/basic/static/searchtools.js:285 msgid "Search Results" msgstr "खोज परीणाम " -#: sphinx/themes/basic/search.html:48 +#: sphinx/themes/basic/search.html:43 #: sphinx/themes/basic/searchresults.html:23 -#: sphinx/themes/basic/static/searchtools.js:297 +#: sphinx/themes/basic/static/searchtools.js:287 msgid "" "Your search did not match any documents. Please make sure that all words are" " spelled correctly and that you've selected enough categories." @@ -3104,20 +3122,20 @@ msgstr "इस परिभाषा की स्थायी कड़ी" msgid "Hide Search Matches" msgstr "खोजे गए जोड़े छिपाएं" -#: sphinx/themes/basic/static/searchtools.js:131 +#: sphinx/themes/basic/static/searchtools.js:121 msgid "Searching" msgstr "खोज जारी" -#: sphinx/themes/basic/static/searchtools.js:136 +#: sphinx/themes/basic/static/searchtools.js:126 msgid "Preparing search..." msgstr "खोज की तैयारी" -#: sphinx/themes/basic/static/searchtools.js:299 +#: sphinx/themes/basic/static/searchtools.js:289 #, python-format msgid "Search finished, found %s page(s) matching the search query." msgstr "खोज पूर्ण, खोज विषय के अनुकूल %s पृष्ठ मिला (मिले)." -#: sphinx/themes/basic/static/searchtools.js:352 +#: sphinx/themes/basic/static/searchtools.js:342 msgid ", in " msgstr ", में " @@ -3134,18 +3152,18 @@ msgstr "किनारे का स्थान घटाएं" msgid "Contents" msgstr "विषय सामिग्री" -#: sphinx/transforms/__init__.py:259 +#: sphinx/transforms/__init__.py:261 #, python-format msgid "" "4 column based index found. It might be a bug of extensions you use: %r" msgstr "4 पंक्तिबद्ध सूचियाँ मिलीं. यह आपके द्वारा उपयोग किए गए आयाम की त्रुटि हो सकती है: %r" -#: sphinx/transforms/__init__.py:301 +#: sphinx/transforms/__init__.py:303 #, python-format msgid "Footnote [%s] is not referenced." msgstr "पाद-टिप्पणी [%s] का कोई सन्दर्भ नहीं है." -#: sphinx/transforms/__init__.py:307 +#: sphinx/transforms/__init__.py:309 msgid "Footnote [#] is not referenced." msgstr "पाद-टिप्पणी [#] सन्दर्भ कहीं नहीं है" @@ -3216,7 +3234,7 @@ msgstr "छोड़ा " msgid "failed" msgstr "असफल" -#: sphinx/util/docutils.py:321 +#: sphinx/util/docutils.py:320 msgid "when adding directive classes, no additional arguments may be given" msgstr "जब निर्देशक वर्गों को जोड़ा जा रहा है, तब कोई अतिरिक्त चर-पद नहीं दिए जा सकते" @@ -3277,15 +3295,15 @@ msgstr "इस सारणी की स्थायी कड़ी" msgid "Permalink to this code" msgstr "इस निर्देश की स्थायी कड़ी" -#: sphinx/writers/html.py:514 sphinx/writers/html5.py:460 +#: sphinx/writers/html.py:512 sphinx/writers/html5.py:458 msgid "Permalink to this image" msgstr "इस चित्र की स्थायी कड़ी" -#: sphinx/writers/html.py:516 sphinx/writers/html5.py:462 +#: sphinx/writers/html.py:514 sphinx/writers/html5.py:460 msgid "Permalink to this toctree" msgstr "इस विषय-सूची-संरचना की स्थायी कड़ी" -#: sphinx/writers/html.py:674 sphinx/writers/html5.py:608 +#: sphinx/writers/html.py:672 sphinx/writers/html5.py:606 msgid "Could not obtain image size. :scale: option is ignored." msgstr "चित्र का आकार नहीं मिल सका. :scale: विकल्प की उपेक्षा की जा रही है." @@ -3322,12 +3340,12 @@ msgstr "दोनों तालिका-स्तंभ और :चौड़ा msgid "dimension unit %s is invalid. Ignored." msgstr "परिमाण मात्रक %s अमान्य है. उपेक्षा की जाएगी." -#: sphinx/writers/latex.py:1843 +#: sphinx/writers/latex.py:1847 #, python-format msgid "unknown index entry type %s found" msgstr "अनुक्रमणिका की प्रविष्टि का प्रकार %s मिला" -#: sphinx/writers/latex.py:2552 +#: sphinx/writers/latex.py:2560 #, python-format msgid "Unknown configure key: latex_elements[%r] is ignored." msgstr "अज्ञात विन्यास कुंजी: latex_elements[%r] की उपेक्षा की गई." @@ -3345,12 +3363,12 @@ msgstr "[चित्र]" msgid "caption not inside a figure." msgstr "शीर्षक रेखाचित्र के भीतर नहीं है" -#: sphinx/writers/texinfo.py:1421 +#: sphinx/writers/texinfo.py:1422 #, python-format msgid "unimplemented node type: %r" msgstr "अकार्यान्वित बिंदु प्रकार: %r" -#: sphinx/writers/texinfo.py:1426 +#: sphinx/writers/texinfo.py:1427 #, python-format msgid "unknown node type: %r" msgstr "अज्ञात बिंदु प्रकार: %r" diff --git a/sphinx/locale/hi_IN/LC_MESSAGES/sphinx.mo b/sphinx/locale/hi_IN/LC_MESSAGES/sphinx.mo index 09d87687bd..4d3aea0c27 100644 Binary files a/sphinx/locale/hi_IN/LC_MESSAGES/sphinx.mo and b/sphinx/locale/hi_IN/LC_MESSAGES/sphinx.mo differ diff --git a/sphinx/locale/hi_IN/LC_MESSAGES/sphinx.po b/sphinx/locale/hi_IN/LC_MESSAGES/sphinx.po index aad5fa480a..3168863d3d 100644 --- a/sphinx/locale/hi_IN/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/hi_IN/LC_MESSAGES/sphinx.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2019-02-18 01:52+0900\n" -"PO-Revision-Date: 2019-03-14 16:36+0000\n" +"POT-Creation-Date: 2019-03-29 01:05+0900\n" +"PO-Revision-Date: 2019-03-28 16:08+0000\n" "Last-Translator: Takeshi KOMIYA \n" "Language-Team: Hindi (India) (http://www.transifex.com/sphinx-doc/sphinx-1/language/hi_IN/)\n" "MIME-Version: 1.0\n" @@ -121,7 +121,7 @@ msgstr "" msgid "role %r is already registered, it will be overridden" msgstr "" -#: sphinx/application.py:1182 +#: sphinx/application.py:1179 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -129,7 +129,7 @@ msgid "" "explicit" msgstr "" -#: sphinx/application.py:1188 +#: sphinx/application.py:1185 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -137,7 +137,7 @@ msgid "" "explicit" msgstr "" -#: sphinx/application.py:1199 +#: sphinx/application.py:1196 #, python-format msgid "doing serial %s" msgstr "" @@ -586,44 +586,44 @@ msgstr "" msgid "preparing documents" msgstr "" -#: sphinx/builders/_epub_base.py:219 +#: sphinx/builders/_epub_base.py:218 #, python-format msgid "duplicated ToC entry found: %s" msgstr "" -#: sphinx/builders/_epub_base.py:415 sphinx/builders/html.py:761 -#: sphinx/builders/latex/__init__.py:413 sphinx/builders/texinfo.py:190 +#: sphinx/builders/_epub_base.py:414 sphinx/builders/html.py:761 +#: sphinx/builders/latex/__init__.py:415 sphinx/builders/texinfo.py:190 msgid "copying images... " msgstr "" -#: sphinx/builders/_epub_base.py:422 +#: sphinx/builders/_epub_base.py:421 #, python-format msgid "cannot read image file %r: copying it instead" msgstr "" -#: sphinx/builders/_epub_base.py:428 sphinx/builders/html.py:769 -#: sphinx/builders/latex/__init__.py:421 sphinx/builders/texinfo.py:198 +#: sphinx/builders/_epub_base.py:427 sphinx/builders/html.py:769 +#: sphinx/builders/latex/__init__.py:423 sphinx/builders/texinfo.py:199 #, python-format msgid "cannot copy image file %r: %s" msgstr "" -#: sphinx/builders/_epub_base.py:445 +#: sphinx/builders/_epub_base.py:444 #, python-format msgid "cannot write image file %r: %s" msgstr "" -#: sphinx/builders/_epub_base.py:456 +#: sphinx/builders/_epub_base.py:455 msgid "Pillow not found - copying image files" msgstr "" -#: sphinx/builders/_epub_base.py:491 sphinx/builders/_epub_base.py:504 -#: sphinx/builders/_epub_base.py:540 sphinx/builders/_epub_base.py:725 -#: sphinx/builders/_epub_base.py:758 sphinx/builders/epub3.py:184 +#: sphinx/builders/_epub_base.py:490 sphinx/builders/_epub_base.py:503 +#: sphinx/builders/_epub_base.py:539 sphinx/builders/_epub_base.py:724 +#: sphinx/builders/_epub_base.py:757 sphinx/builders/epub3.py:183 #, python-format msgid "writing %s file..." msgstr "" -#: sphinx/builders/_epub_base.py:566 +#: sphinx/builders/_epub_base.py:565 #, python-format msgid "unknown mimetype for %s, ignoring" msgstr "" @@ -642,19 +642,19 @@ msgstr "" msgid "writing summary file..." msgstr "" -#: sphinx/builders/changes.py:87 +#: sphinx/builders/changes.py:86 msgid "Builtins" msgstr "" -#: sphinx/builders/changes.py:89 +#: sphinx/builders/changes.py:88 msgid "Module level" msgstr "" -#: sphinx/builders/changes.py:134 +#: sphinx/builders/changes.py:133 msgid "copying source files..." msgstr "" -#: sphinx/builders/changes.py:141 +#: sphinx/builders/changes.py:140 #, python-format msgid "could not read %r for changelog creation" msgstr "" @@ -663,76 +663,76 @@ msgstr "" msgid "The dummy builder generates no files." msgstr "" -#: sphinx/builders/epub3.py:69 +#: sphinx/builders/epub3.py:68 #, python-format msgid "The ePub file is in %(outdir)s." msgstr "" -#: sphinx/builders/epub3.py:212 +#: sphinx/builders/epub3.py:211 msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:216 +#: sphinx/builders/epub3.py:215 msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:219 +#: sphinx/builders/epub3.py:218 msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:223 +#: sphinx/builders/epub3.py:222 msgid "conf value \"epub_author\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:226 +#: sphinx/builders/epub3.py:225 msgid "conf value \"epub_contributor\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:229 +#: sphinx/builders/epub3.py:228 msgid "conf value \"epub_description\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:232 +#: sphinx/builders/epub3.py:231 msgid "conf value \"epub_publisher\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:235 +#: sphinx/builders/epub3.py:234 msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:239 +#: sphinx/builders/epub3.py:238 msgid "conf value \"epub_identifier\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:242 +#: sphinx/builders/epub3.py:241 msgid "conf value \"version\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:257 sphinx/builders/html.py:1166 +#: sphinx/builders/epub3.py:256 sphinx/builders/html.py:1166 #, python-format msgid "invalid css_file: %r, ignored" msgstr "" -#: sphinx/builders/gettext.py:215 +#: sphinx/builders/gettext.py:221 #, python-format msgid "The message catalogs are in %(outdir)s." msgstr "" -#: sphinx/builders/gettext.py:239 +#: sphinx/builders/gettext.py:245 #, python-format msgid "building [%s]: " msgstr "" -#: sphinx/builders/gettext.py:240 +#: sphinx/builders/gettext.py:246 #, python-format msgid "targets for %d template files" msgstr "" -#: sphinx/builders/gettext.py:244 +#: sphinx/builders/gettext.py:250 msgid "reading templates... " msgstr "" -#: sphinx/builders/gettext.py:271 +#: sphinx/builders/gettext.py:277 msgid "writing message catalogs... " msgstr "" @@ -751,7 +751,7 @@ msgstr "" msgid "Failed to read build info file: %r" msgstr "" -#: sphinx/builders/html.py:488 sphinx/builders/latex/__init__.py:204 +#: sphinx/builders/html.py:488 sphinx/builders/latex/__init__.py:206 #: sphinx/transforms/__init__.py:121 sphinx/writers/manpage.py:118 #: sphinx/writers/texinfo.py:243 #, python-format @@ -804,7 +804,7 @@ msgstr "" msgid "html_static_path entry %r does not exist" msgstr "" -#: sphinx/builders/html.py:839 sphinx/builders/latex/__init__.py:398 +#: sphinx/builders/html.py:839 sphinx/builders/latex/__init__.py:400 #, python-format msgid "logo file %r does not exist" msgstr "" @@ -921,7 +921,7 @@ msgstr "" msgid "no \"man_pages\" config value found; no manual pages will be written" msgstr "" -#: sphinx/builders/latex/__init__.py:270 sphinx/builders/manpage.py:64 +#: sphinx/builders/latex/__init__.py:272 sphinx/builders/manpage.py:64 #: sphinx/builders/singlehtml.py:174 sphinx/builders/texinfo.py:120 msgid "writing" msgstr "" @@ -965,24 +965,24 @@ msgstr "" msgid "\"texinfo_documents\" config value references unknown document %s" msgstr "" -#: sphinx/builders/latex/__init__.py:253 sphinx/builders/texinfo.py:116 +#: sphinx/builders/latex/__init__.py:255 sphinx/builders/texinfo.py:116 #, python-format msgid "processing %s" msgstr "" -#: sphinx/builders/latex/__init__.py:322 sphinx/builders/texinfo.py:163 +#: sphinx/builders/latex/__init__.py:323 sphinx/builders/texinfo.py:164 msgid "resolving references..." msgstr "" -#: sphinx/builders/latex/__init__.py:332 sphinx/builders/texinfo.py:172 +#: sphinx/builders/latex/__init__.py:333 sphinx/builders/texinfo.py:173 msgid " (in " msgstr "" -#: sphinx/builders/texinfo.py:204 +#: sphinx/builders/texinfo.py:205 msgid "copying Texinfo support files" msgstr "" -#: sphinx/builders/texinfo.py:208 +#: sphinx/builders/texinfo.py:209 #, python-format msgid "error writing file Makefile: %s" msgstr "" @@ -1002,28 +1002,28 @@ msgstr "" msgid "The pseudo-XML files are in %(outdir)s." msgstr "" -#: sphinx/builders/latex/__init__.py:121 +#: sphinx/builders/latex/__init__.py:123 #, python-format msgid "The LaTeX files are in %(outdir)s." msgstr "" -#: sphinx/builders/latex/__init__.py:123 +#: sphinx/builders/latex/__init__.py:125 msgid "" "\n" "Run 'make' in that directory to run these through (pdf)latex\n" "(use `make latexpdf' here to do that automatically)." msgstr "" -#: sphinx/builders/latex/__init__.py:163 +#: sphinx/builders/latex/__init__.py:165 msgid "no \"latex_documents\" config value found; no documents will be written" msgstr "" -#: sphinx/builders/latex/__init__.py:171 +#: sphinx/builders/latex/__init__.py:173 #, python-format msgid "\"latex_documents\" config value references unknown document %s" msgstr "" -#: sphinx/builders/latex/__init__.py:211 sphinx/domains/std.py:501 +#: sphinx/builders/latex/__init__.py:213 sphinx/domains/std.py:501 #: sphinx/templates/latex/latex.tex_t:79 #: sphinx/themes/basic/genindex-single.html:30 #: sphinx/themes/basic/genindex-single.html:55 @@ -1035,28 +1035,28 @@ msgstr "" msgid "Index" msgstr "" -#: sphinx/builders/latex/__init__.py:214 sphinx/templates/latex/latex.tex_t:64 +#: sphinx/builders/latex/__init__.py:216 sphinx/templates/latex/latex.tex_t:64 msgid "Release" msgstr "" -#: sphinx/builders/latex/__init__.py:222 sphinx/writers/latex.py:549 +#: sphinx/builders/latex/__init__.py:224 sphinx/writers/latex.py:549 #, python-format msgid "no Babel option known for language %r" msgstr "" -#: sphinx/builders/latex/__init__.py:361 +#: sphinx/builders/latex/__init__.py:363 msgid "copying TeX support files" msgstr "" -#: sphinx/builders/latex/__init__.py:382 +#: sphinx/builders/latex/__init__.py:384 msgid "copying TeX support files..." msgstr "" -#: sphinx/builders/latex/__init__.py:402 +#: sphinx/builders/latex/__init__.py:404 msgid "copying additional files" msgstr "" -#: sphinx/builders/latex/__init__.py:445 +#: sphinx/builders/latex/__init__.py:447 #, python-format msgid "Unknown configure key: latex_elements[%r]. ignored." msgstr "" @@ -1119,8 +1119,8 @@ msgstr "" msgid "job number should be a positive number" msgstr "" -#: sphinx/cmd/build.py:106 sphinx/cmd/quickstart.py:498 -#: sphinx/ext/apidoc.py:298 sphinx/ext/autosummary/generate.py:365 +#: sphinx/cmd/build.py:106 sphinx/cmd/quickstart.py:497 +#: sphinx/ext/apidoc.py:298 sphinx/ext/autosummary/generate.py:363 msgid "For more information, visit ." msgstr "" @@ -1497,13 +1497,13 @@ msgstr "" msgid "Indicate which of the following Sphinx extensions should be enabled:" msgstr "" -#: sphinx/cmd/quickstart.py:354 +#: sphinx/cmd/quickstart.py:353 msgid "" "Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " "been deselected." msgstr "" -#: sphinx/cmd/quickstart.py:359 +#: sphinx/cmd/quickstart.py:358 msgid "" "\n" "A Makefile and a Windows command file can be generated for you so that you\n" @@ -1511,29 +1511,29 @@ msgid "" "directly." msgstr "" -#: sphinx/cmd/quickstart.py:363 +#: sphinx/cmd/quickstart.py:362 msgid "Create Makefile? (y/n)" msgstr "" -#: sphinx/cmd/quickstart.py:366 +#: sphinx/cmd/quickstart.py:365 msgid "Create Windows command file? (y/n)" msgstr "" -#: sphinx/cmd/quickstart.py:409 sphinx/ext/apidoc.py:74 +#: sphinx/cmd/quickstart.py:408 sphinx/ext/apidoc.py:74 #, python-format msgid "Creating file %s." msgstr "" -#: sphinx/cmd/quickstart.py:414 sphinx/ext/apidoc.py:72 +#: sphinx/cmd/quickstart.py:413 sphinx/ext/apidoc.py:72 #, python-format msgid "File %s already exists, skipping." msgstr "" -#: sphinx/cmd/quickstart.py:450 +#: sphinx/cmd/quickstart.py:449 msgid "Finished: An initial directory structure has been created." msgstr "" -#: sphinx/cmd/quickstart.py:451 +#: sphinx/cmd/quickstart.py:450 #, python-format msgid "" "\n" @@ -1541,26 +1541,26 @@ msgid "" "source files. " msgstr "" -#: sphinx/cmd/quickstart.py:453 +#: sphinx/cmd/quickstart.py:452 msgid "" "Use the Makefile to build the docs, like so:\n" " make builder\n" msgstr "" -#: sphinx/cmd/quickstart.py:456 +#: sphinx/cmd/quickstart.py:455 #, python-format msgid "" "Use the sphinx-build command to build the docs, like so:\n" " sphinx-build -b builder %s %s\n" msgstr "" -#: sphinx/cmd/quickstart.py:459 +#: sphinx/cmd/quickstart.py:458 msgid "" "where \"builder\" is one of the supported builders, e.g. html, latex or " "linkcheck.\n" msgstr "" -#: sphinx/cmd/quickstart.py:499 +#: sphinx/cmd/quickstart.py:498 msgid "" "\n" "Generate required files for a Sphinx project.\n" @@ -1570,131 +1570,131 @@ msgid "" "Makefile to be used with sphinx-build.\n" msgstr "" -#: sphinx/cmd/quickstart.py:509 +#: sphinx/cmd/quickstart.py:508 msgid "quiet mode" msgstr "" -#: sphinx/cmd/quickstart.py:514 +#: sphinx/cmd/quickstart.py:513 msgid "output path" msgstr "" -#: sphinx/cmd/quickstart.py:516 +#: sphinx/cmd/quickstart.py:515 msgid "Structure options" msgstr "" -#: sphinx/cmd/quickstart.py:518 +#: sphinx/cmd/quickstart.py:517 msgid "if specified, separate source and build dirs" msgstr "" -#: sphinx/cmd/quickstart.py:520 +#: sphinx/cmd/quickstart.py:519 msgid "replacement for dot in _templates etc." msgstr "" -#: sphinx/cmd/quickstart.py:522 +#: sphinx/cmd/quickstart.py:521 msgid "Project basic options" msgstr "" -#: sphinx/cmd/quickstart.py:524 +#: sphinx/cmd/quickstart.py:523 msgid "project name" msgstr "" -#: sphinx/cmd/quickstart.py:526 +#: sphinx/cmd/quickstart.py:525 msgid "author names" msgstr "" -#: sphinx/cmd/quickstart.py:528 +#: sphinx/cmd/quickstart.py:527 msgid "version of project" msgstr "" -#: sphinx/cmd/quickstart.py:530 +#: sphinx/cmd/quickstart.py:529 msgid "release of project" msgstr "" -#: sphinx/cmd/quickstart.py:532 +#: sphinx/cmd/quickstart.py:531 msgid "document language" msgstr "" -#: sphinx/cmd/quickstart.py:534 +#: sphinx/cmd/quickstart.py:533 msgid "source file suffix" msgstr "" -#: sphinx/cmd/quickstart.py:536 +#: sphinx/cmd/quickstart.py:535 msgid "master document name" msgstr "" -#: sphinx/cmd/quickstart.py:538 +#: sphinx/cmd/quickstart.py:537 msgid "use epub" msgstr "" -#: sphinx/cmd/quickstart.py:540 +#: sphinx/cmd/quickstart.py:539 msgid "Extension options" msgstr "" -#: sphinx/cmd/quickstart.py:544 sphinx/ext/apidoc.py:379 +#: sphinx/cmd/quickstart.py:543 sphinx/ext/apidoc.py:379 #, python-format msgid "enable %s extension" msgstr "" -#: sphinx/cmd/quickstart.py:546 sphinx/ext/apidoc.py:375 +#: sphinx/cmd/quickstart.py:545 sphinx/ext/apidoc.py:375 msgid "enable arbitrary extensions" msgstr "" -#: sphinx/cmd/quickstart.py:548 +#: sphinx/cmd/quickstart.py:547 msgid "Makefile and Batchfile creation" msgstr "" -#: sphinx/cmd/quickstart.py:550 +#: sphinx/cmd/quickstart.py:549 msgid "create makefile" msgstr "" -#: sphinx/cmd/quickstart.py:552 +#: sphinx/cmd/quickstart.py:551 msgid "do not create makefile" msgstr "" -#: sphinx/cmd/quickstart.py:554 +#: sphinx/cmd/quickstart.py:553 msgid "create batchfile" msgstr "" -#: sphinx/cmd/quickstart.py:557 +#: sphinx/cmd/quickstart.py:556 msgid "do not create batchfile" msgstr "" -#: sphinx/cmd/quickstart.py:560 +#: sphinx/cmd/quickstart.py:559 msgid "use make-mode for Makefile/make.bat" msgstr "" -#: sphinx/cmd/quickstart.py:563 +#: sphinx/cmd/quickstart.py:562 msgid "do not use make-mode for Makefile/make.bat" msgstr "" -#: sphinx/cmd/quickstart.py:565 +#: sphinx/cmd/quickstart.py:564 msgid "Project templating" msgstr "" -#: sphinx/cmd/quickstart.py:568 +#: sphinx/cmd/quickstart.py:567 msgid "template directory for template files" msgstr "" -#: sphinx/cmd/quickstart.py:571 +#: sphinx/cmd/quickstart.py:570 msgid "define a template variable" msgstr "" -#: sphinx/cmd/quickstart.py:605 +#: sphinx/cmd/quickstart.py:604 msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." msgstr "" -#: sphinx/cmd/quickstart.py:619 +#: sphinx/cmd/quickstart.py:618 msgid "" "Error: specified path is not a directory, or sphinx files already exist." msgstr "" -#: sphinx/cmd/quickstart.py:621 +#: sphinx/cmd/quickstart.py:620 msgid "" "sphinx-quickstart only generate into a empty directory. Please specify a new" " root path." msgstr "" -#: sphinx/cmd/quickstart.py:636 +#: sphinx/cmd/quickstart.py:635 #, python-format msgid "Invalid template variable: %s" msgstr "" @@ -1766,17 +1766,17 @@ msgstr "" msgid "%s %s" msgstr "" -#: sphinx/domains/c.py:64 sphinx/domains/cpp.py:6371 +#: sphinx/domains/c.py:64 sphinx/domains/cpp.py:6445 #: sphinx/domains/python.py:210 sphinx/ext/napoleon/docstring.py:696 msgid "Parameters" msgstr "" -#: sphinx/domains/c.py:67 sphinx/domains/cpp.py:6380 -#: sphinx/domains/javascript.py:210 sphinx/domains/python.py:222 +#: sphinx/domains/c.py:67 sphinx/domains/cpp.py:6454 +#: sphinx/domains/javascript.py:209 sphinx/domains/python.py:222 msgid "Returns" msgstr "" -#: sphinx/domains/c.py:69 sphinx/domains/javascript.py:212 +#: sphinx/domains/c.py:69 sphinx/domains/javascript.py:211 #: sphinx/domains/python.py:224 msgid "Return type" msgstr "" @@ -1806,12 +1806,12 @@ msgstr "" msgid "%s (C variable)" msgstr "" -#: sphinx/domains/c.py:258 sphinx/domains/cpp.py:6956 -#: sphinx/domains/javascript.py:298 sphinx/domains/python.py:741 +#: sphinx/domains/c.py:258 sphinx/domains/cpp.py:7029 +#: sphinx/domains/javascript.py:297 sphinx/domains/python.py:742 msgid "function" msgstr "" -#: sphinx/domains/c.py:259 sphinx/domains/cpp.py:6957 +#: sphinx/domains/c.py:259 sphinx/domains/cpp.py:7030 msgid "member" msgstr "" @@ -1819,7 +1819,7 @@ msgstr "" msgid "macro" msgstr "" -#: sphinx/domains/c.py:261 sphinx/domains/cpp.py:6958 +#: sphinx/domains/c.py:261 sphinx/domains/cpp.py:7031 msgid "type" msgstr "" @@ -1842,106 +1842,106 @@ msgstr "" msgid "Deprecated since version %s" msgstr "" -#: sphinx/domains/cpp.py:4297 +#: sphinx/domains/cpp.py:4323 #, python-format msgid "" "Duplicate declaration, also defined in '%s'.\n" "Declaration is '%s'." msgstr "" -#: sphinx/domains/cpp.py:6374 +#: sphinx/domains/cpp.py:6448 msgid "Template Parameters" msgstr "" -#: sphinx/domains/cpp.py:6377 sphinx/domains/javascript.py:207 +#: sphinx/domains/cpp.py:6451 sphinx/domains/javascript.py:206 msgid "Throws" msgstr "" -#: sphinx/domains/cpp.py:6505 +#: sphinx/domains/cpp.py:6579 #, python-format msgid "%s (C++ %s)" msgstr "" -#: sphinx/domains/cpp.py:6954 sphinx/domains/javascript.py:300 -#: sphinx/domains/python.py:743 +#: sphinx/domains/cpp.py:7027 sphinx/domains/javascript.py:299 +#: sphinx/domains/python.py:744 msgid "class" msgstr "" -#: sphinx/domains/cpp.py:6955 +#: sphinx/domains/cpp.py:7028 msgid "union" msgstr "" -#: sphinx/domains/cpp.py:6959 +#: sphinx/domains/cpp.py:7032 msgid "concept" msgstr "" -#: sphinx/domains/cpp.py:6960 +#: sphinx/domains/cpp.py:7033 msgid "enum" msgstr "" -#: sphinx/domains/cpp.py:6961 +#: sphinx/domains/cpp.py:7034 msgid "enumerator" msgstr "" -#: sphinx/domains/cpp.py:7054 +#: sphinx/domains/cpp.py:7127 #, python-format msgid "" "Duplicate declaration, also defined in '%s'.\n" "Name of declaration is '%s'." msgstr "" -#: sphinx/domains/javascript.py:131 sphinx/domains/python.py:429 +#: sphinx/domains/javascript.py:130 sphinx/domains/python.py:430 #, python-format msgid "%s() (built-in function)" msgstr "" -#: sphinx/domains/javascript.py:132 sphinx/domains/python.py:494 +#: sphinx/domains/javascript.py:131 sphinx/domains/python.py:495 #, python-format msgid "%s() (%s method)" msgstr "" -#: sphinx/domains/javascript.py:134 +#: sphinx/domains/javascript.py:133 #, python-format msgid "%s() (class)" msgstr "" -#: sphinx/domains/javascript.py:136 +#: sphinx/domains/javascript.py:135 #, python-format msgid "%s (global variable or constant)" msgstr "" -#: sphinx/domains/javascript.py:138 sphinx/domains/python.py:532 +#: sphinx/domains/javascript.py:137 sphinx/domains/python.py:533 #, python-format msgid "%s (%s attribute)" msgstr "" -#: sphinx/domains/javascript.py:204 +#: sphinx/domains/javascript.py:203 msgid "Arguments" msgstr "" -#: sphinx/domains/javascript.py:265 sphinx/domains/python.py:609 +#: sphinx/domains/javascript.py:264 sphinx/domains/python.py:610 #, python-format msgid "%s (module)" msgstr "" -#: sphinx/domains/javascript.py:299 sphinx/domains/python.py:745 +#: sphinx/domains/javascript.py:298 sphinx/domains/python.py:746 msgid "method" msgstr "" -#: sphinx/domains/javascript.py:301 sphinx/domains/python.py:742 +#: sphinx/domains/javascript.py:300 sphinx/domains/python.py:743 msgid "data" msgstr "" -#: sphinx/domains/javascript.py:302 sphinx/domains/python.py:748 +#: sphinx/domains/javascript.py:301 sphinx/domains/python.py:749 msgid "attribute" msgstr "" -#: sphinx/domains/javascript.py:303 sphinx/domains/python.py:49 -#: sphinx/domains/python.py:749 +#: sphinx/domains/javascript.py:302 sphinx/domains/python.py:49 +#: sphinx/domains/python.py:750 msgid "module" msgstr "" -#: sphinx/domains/math.py:101 sphinx/writers/latex.py:2451 +#: sphinx/domains/math.py:101 sphinx/writers/latex.py:2459 #, python-format msgid "Invalid math_eqref_format: %r" msgstr "" @@ -1963,7 +1963,7 @@ msgstr "" msgid "object" msgstr "" -#: sphinx/domains/python.py:53 sphinx/domains/python.py:744 +#: sphinx/domains/python.py:53 sphinx/domains/python.py:745 msgid "exception" msgstr "" @@ -1983,88 +1983,88 @@ msgstr "" msgid "Raises" msgstr "" -#: sphinx/domains/python.py:430 sphinx/domains/python.py:488 -#: sphinx/domains/python.py:500 sphinx/domains/python.py:513 +#: sphinx/domains/python.py:431 sphinx/domains/python.py:489 +#: sphinx/domains/python.py:501 sphinx/domains/python.py:514 #, python-format msgid "%s() (in module %s)" msgstr "" -#: sphinx/domains/python.py:433 +#: sphinx/domains/python.py:434 #, python-format msgid "%s (built-in variable)" msgstr "" -#: sphinx/domains/python.py:434 sphinx/domains/python.py:526 +#: sphinx/domains/python.py:435 sphinx/domains/python.py:527 #, python-format msgid "%s (in module %s)" msgstr "" -#: sphinx/domains/python.py:454 +#: sphinx/domains/python.py:455 #, python-format msgid "%s (built-in class)" msgstr "" -#: sphinx/domains/python.py:455 +#: sphinx/domains/python.py:456 #, python-format msgid "%s (class in %s)" msgstr "" -#: sphinx/domains/python.py:492 +#: sphinx/domains/python.py:493 #, python-format msgid "%s() (%s.%s method)" msgstr "" -#: sphinx/domains/python.py:504 +#: sphinx/domains/python.py:505 #, python-format msgid "%s() (%s.%s static method)" msgstr "" -#: sphinx/domains/python.py:507 +#: sphinx/domains/python.py:508 #, python-format msgid "%s() (%s static method)" msgstr "" -#: sphinx/domains/python.py:517 +#: sphinx/domains/python.py:518 #, python-format msgid "%s() (%s.%s class method)" msgstr "" -#: sphinx/domains/python.py:520 +#: sphinx/domains/python.py:521 #, python-format msgid "%s() (%s class method)" msgstr "" -#: sphinx/domains/python.py:530 +#: sphinx/domains/python.py:531 #, python-format msgid "%s (%s.%s attribute)" msgstr "" -#: sphinx/domains/python.py:667 +#: sphinx/domains/python.py:668 msgid "Python Module Index" msgstr "" -#: sphinx/domains/python.py:668 +#: sphinx/domains/python.py:669 msgid "modules" msgstr "" -#: sphinx/domains/python.py:719 +#: sphinx/domains/python.py:720 msgid "Deprecated" msgstr "" -#: sphinx/domains/python.py:746 +#: sphinx/domains/python.py:747 msgid "class method" msgstr "" -#: sphinx/domains/python.py:747 +#: sphinx/domains/python.py:748 msgid "static method" msgstr "" -#: sphinx/domains/python.py:879 +#: sphinx/domains/python.py:880 #, python-format msgid "more than one target found for cross-reference %r: %s" msgstr "" -#: sphinx/domains/python.py:917 +#: sphinx/domains/python.py:918 msgid " (deprecated)" msgstr "" @@ -2140,7 +2140,7 @@ msgstr "" msgid "duplicate citation %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:631 sphinx/ext/autosectionlabel.py:61 +#: sphinx/domains/std.py:631 sphinx/ext/autosectionlabel.py:56 #, python-format msgid "duplicate label %s, other instance in %s" msgstr "" @@ -2200,21 +2200,21 @@ msgid "" "another doctree directory." msgstr "" -#: sphinx/environment/__init__.py:408 +#: sphinx/environment/__init__.py:404 #, python-format msgid "Failed to scan documents in %s: %r" msgstr "" -#: sphinx/environment/__init__.py:536 +#: sphinx/environment/__init__.py:532 #, python-format msgid "Domain %r is not registered" msgstr "" -#: sphinx/environment/__init__.py:621 +#: sphinx/environment/__init__.py:617 msgid "self referenced toctree found. Ignored." msgstr "" -#: sphinx/environment/__init__.py:662 +#: sphinx/environment/__init__.py:658 msgid "document isn't included in any toctree" msgstr "" @@ -2234,6 +2234,7 @@ msgid "unknown index entry type %r" msgstr "" #: sphinx/environment/adapters/indexentries.py:156 +#: sphinx/templates/latex/sphinxmessages.sty_t:11 msgid "Symbols" msgstr "" @@ -2259,22 +2260,22 @@ msgstr "" msgid "toctree contains reference to nonexisting document %r" msgstr "" -#: sphinx/environment/collectors/asset.py:91 +#: sphinx/environment/collectors/asset.py:90 #, python-format msgid "image file not readable: %s" msgstr "" -#: sphinx/environment/collectors/asset.py:107 +#: sphinx/environment/collectors/asset.py:106 #, python-format msgid "image file %s not readable: %s" msgstr "" -#: sphinx/environment/collectors/asset.py:135 +#: sphinx/environment/collectors/asset.py:134 #, python-format msgid "download file not readable: %s" msgstr "" -#: sphinx/environment/collectors/toctree.py:197 +#: sphinx/environment/collectors/toctree.py:196 #, python-format msgid "%s is already assigned section numbers (nested numbered toctree?)" msgstr "" @@ -2418,38 +2419,38 @@ msgstr "" msgid "module %s could not be imported: %s" msgstr "" -#: sphinx/ext/doctest.py:142 +#: sphinx/ext/doctest.py:132 #, python-format msgid "missing '+' or '-' in '%s' option." msgstr "" -#: sphinx/ext/doctest.py:147 +#: sphinx/ext/doctest.py:137 #, python-format msgid "'%s' is not a valid option." msgstr "" -#: sphinx/ext/doctest.py:161 +#: sphinx/ext/doctest.py:151 #, python-format msgid "'%s' is not a valid pyversion option" msgstr "" -#: sphinx/ext/doctest.py:230 +#: sphinx/ext/doctest.py:222 msgid "invalid TestCode type" msgstr "" -#: sphinx/ext/doctest.py:291 +#: sphinx/ext/doctest.py:283 #, python-format msgid "" "Testing of doctests in the sources finished, look at the results in " "%(outdir)s/output.txt." msgstr "" -#: sphinx/ext/doctest.py:438 +#: sphinx/ext/doctest.py:446 #, python-format msgid "no code/output in %s block at %s:%s" msgstr "" -#: sphinx/ext/doctest.py:527 +#: sphinx/ext/doctest.py:535 #, python-format msgid "ignoring invalid doctest code: %r" msgstr "" @@ -2467,7 +2468,7 @@ msgstr "" msgid "Ignoring \"graphviz\" directive without content." msgstr "" -#: sphinx/ext/graphviz.py:252 +#: sphinx/ext/graphviz.py:250 #, python-format msgid "" "dot did not produce an output file:\n" @@ -2477,14 +2478,14 @@ msgid "" "%r" msgstr "" -#: sphinx/ext/graphviz.py:256 +#: sphinx/ext/graphviz.py:254 #, python-format msgid "" "dot command %r cannot be run (needed for graphviz output), check the " "graphviz_dot setting" msgstr "" -#: sphinx/ext/graphviz.py:263 +#: sphinx/ext/graphviz.py:261 #, python-format msgid "" "dot exited with error:\n" @@ -2494,23 +2495,23 @@ msgid "" "%r" msgstr "" -#: sphinx/ext/graphviz.py:273 +#: sphinx/ext/graphviz.py:271 #, python-format msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" msgstr "" -#: sphinx/ext/graphviz.py:277 sphinx/ext/graphviz.py:331 -#: sphinx/ext/graphviz.py:369 +#: sphinx/ext/graphviz.py:275 sphinx/ext/graphviz.py:329 +#: sphinx/ext/graphviz.py:367 #, python-format msgid "dot code %r: %s" msgstr "" -#: sphinx/ext/graphviz.py:384 sphinx/ext/graphviz.py:393 +#: sphinx/ext/graphviz.py:382 sphinx/ext/graphviz.py:391 #, python-format msgid "[graph: %s]" msgstr "" -#: sphinx/ext/graphviz.py:386 sphinx/ext/graphviz.py:395 +#: sphinx/ext/graphviz.py:384 sphinx/ext/graphviz.py:393 msgid "[graph]" msgstr "" @@ -2529,31 +2530,31 @@ msgid "" "%r" msgstr "" -#: sphinx/ext/imgmath.py:140 +#: sphinx/ext/imgmath.py:139 #, python-format msgid "" "LaTeX command %r cannot be run (needed for math display), check the " "imgmath_latex setting" msgstr "" -#: sphinx/ext/imgmath.py:155 +#: sphinx/ext/imgmath.py:154 #, python-format msgid "" "%s command %r cannot be run (needed for math display), check the imgmath_%s " "setting" msgstr "" -#: sphinx/ext/imgmath.py:290 +#: sphinx/ext/imgmath.py:289 #, python-format msgid "display latex %r: %s" msgstr "" -#: sphinx/ext/imgmath.py:317 +#: sphinx/ext/imgmath.py:316 #, python-format msgid "inline latex %r: %s" msgstr "" -#: sphinx/ext/imgmath.py:324 sphinx/ext/mathjax.py:54 +#: sphinx/ext/imgmath.py:323 sphinx/ext/mathjax.py:54 msgid "Permalink to this equation" msgstr "" @@ -2573,26 +2574,26 @@ msgid "" "alternatives:" msgstr "" -#: sphinx/ext/intersphinx.py:237 +#: sphinx/ext/intersphinx.py:238 msgid "failed to reach any of the inventories with the following issues:" msgstr "" -#: sphinx/ext/intersphinx.py:312 +#: sphinx/ext/intersphinx.py:311 #, python-format msgid "(in %s v%s)" msgstr "" -#: sphinx/ext/intersphinx.py:314 +#: sphinx/ext/intersphinx.py:313 #, python-format msgid "(in %s)" msgstr "" -#: sphinx/ext/intersphinx.py:348 +#: sphinx/ext/intersphinx.py:347 #, python-format msgid "intersphinx identifier %r is not string. Ignored" msgstr "" -#: sphinx/ext/intersphinx.py:361 +#: sphinx/ext/intersphinx.py:360 #, python-format msgid "Fail to read intersphinx_mapping[%s], Ignored: %r" msgstr "" @@ -2648,29 +2649,29 @@ msgstr "" msgid "

All modules for which code is available

" msgstr "" -#: sphinx/ext/autodoc/__init__.py:302 +#: sphinx/ext/autodoc/__init__.py:300 #, python-format msgid "invalid signature for auto%s (%r)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:402 +#: sphinx/ext/autodoc/__init__.py:400 #, python-format msgid "error while formatting arguments for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:514 +#: sphinx/ext/autodoc/__init__.py:512 #, python-format msgid "missing attribute %s in object %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:602 +#: sphinx/ext/autodoc/__init__.py:600 #, python-format msgid "" "autodoc: failed to determine %r to be documented.the following exception was raised:\n" "%s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:694 +#: sphinx/ext/autodoc/__init__.py:692 #, python-format msgid "" "don't know which module to import for autodocumenting %r (try placing a " @@ -2678,39 +2679,39 @@ msgid "" "explicit module name)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:788 +#: sphinx/ext/autodoc/__init__.py:786 msgid "\"::\" in automodule name doesn't make sense" msgstr "" -#: sphinx/ext/autodoc/__init__.py:796 +#: sphinx/ext/autodoc/__init__.py:794 #, python-format msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:829 +#: sphinx/ext/autodoc/__init__.py:827 #, python-format msgid "" "__all__ should be a list of strings, not %r (in module %s) -- ignoring " "__all__" msgstr "" -#: sphinx/ext/autodoc/__init__.py:844 +#: sphinx/ext/autodoc/__init__.py:842 #, python-format msgid "" "missing attribute mentioned in :members: or __all__: module %s, attribute %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1128 +#: sphinx/ext/autodoc/__init__.py:1126 #, python-format msgid "Bases: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1185 +#: sphinx/ext/autodoc/__init__.py:1183 #, python-format msgid "alias of :class:`%s`" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1470 +#: sphinx/ext/autodoc/__init__.py:1468 #, python-format msgid "Ignoring invalid option in autodoc_default_flags: %r" msgstr "" @@ -2746,17 +2747,17 @@ msgid "" "contain .rst. Skipped." msgstr "" -#: sphinx/ext/autosummary/generate.py:102 +#: sphinx/ext/autosummary/generate.py:100 #, python-format msgid "[autosummary] generating autosummary for: %s" msgstr "" -#: sphinx/ext/autosummary/generate.py:106 +#: sphinx/ext/autosummary/generate.py:104 #, python-format msgid "[autosummary] writing to %s" msgstr "" -#: sphinx/ext/autosummary/generate.py:366 +#: sphinx/ext/autosummary/generate.py:364 msgid "" "\n" "Generate ReStructuredText using autosummary directives.\n" @@ -2771,25 +2772,25 @@ msgid "" " pydoc sphinx.ext.autosummary\n" msgstr "" -#: sphinx/ext/autosummary/generate.py:383 +#: sphinx/ext/autosummary/generate.py:381 msgid "source files to generate rST files for" msgstr "" -#: sphinx/ext/autosummary/generate.py:387 +#: sphinx/ext/autosummary/generate.py:385 msgid "directory to place all output in" msgstr "" -#: sphinx/ext/autosummary/generate.py:390 +#: sphinx/ext/autosummary/generate.py:388 #, python-format msgid "default suffix for files (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:394 +#: sphinx/ext/autosummary/generate.py:392 #, python-format msgid "custom template directory (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:398 +#: sphinx/ext/autosummary/generate.py:396 #, python-format msgid "document imported members (default: %(default)s)" msgstr "" @@ -2867,6 +2868,7 @@ msgid "Warning" msgstr "" #: sphinx/templates/latex/longtable.tex_t:23 +#: sphinx/templates/latex/sphinxmessages.sty_t:8 msgid "continued from previous page" msgstr "" @@ -2874,13 +2876,29 @@ msgstr "" msgid "Continued on next page" msgstr "" +#: sphinx/templates/latex/sphinxmessages.sty_t:9 +msgid "continues on next page" +msgstr "" + +#: sphinx/templates/latex/sphinxmessages.sty_t:10 +msgid "Non-alphabetical" +msgstr "" + +#: sphinx/templates/latex/sphinxmessages.sty_t:12 +msgid "Numbers" +msgstr "" + +#: sphinx/templates/latex/sphinxmessages.sty_t:13 +msgid "page" +msgstr "" + #: sphinx/themes/agogo/layout.html:46 sphinx/themes/basic/globaltoc.html:10 #: sphinx/themes/basic/localtoc.html:11 sphinx/themes/scrolls/layout.html:41 msgid "Table of Contents" msgstr "" #: sphinx/themes/agogo/layout.html:51 sphinx/themes/basic/layout.html:153 -#: sphinx/themes/basic/search.html:11 sphinx/themes/basic/search.html:26 +#: sphinx/themes/basic/search.html:11 sphinx/themes/basic/search.html:21 #: sphinx/themes/basic/searchresults.html:10 msgid "Search" msgstr "" @@ -3017,13 +3035,13 @@ msgstr "" msgid "next chapter" msgstr "" -#: sphinx/themes/basic/search.html:30 +#: sphinx/themes/basic/search.html:25 msgid "" "Please activate JavaScript to enable the search\n" " functionality." msgstr "" -#: sphinx/themes/basic/search.html:35 +#: sphinx/themes/basic/search.html:30 msgid "" "From here you can search these documents. Enter your search\n" " words into the box below and click \"search\". Note that the search\n" @@ -3031,20 +3049,20 @@ msgid "" " containing fewer words won't appear in the result list." msgstr "" -#: sphinx/themes/basic/search.html:42 +#: sphinx/themes/basic/search.html:37 #: sphinx/themes/basic/searchresults.html:17 msgid "search" msgstr "" -#: sphinx/themes/basic/search.html:46 +#: sphinx/themes/basic/search.html:41 #: sphinx/themes/basic/searchresults.html:21 -#: sphinx/themes/basic/static/searchtools.js:295 +#: sphinx/themes/basic/static/searchtools.js:285 msgid "Search Results" msgstr "" -#: sphinx/themes/basic/search.html:48 +#: sphinx/themes/basic/search.html:43 #: sphinx/themes/basic/searchresults.html:23 -#: sphinx/themes/basic/static/searchtools.js:297 +#: sphinx/themes/basic/static/searchtools.js:287 msgid "" "Your search did not match any documents. Please make sure that all words are" " spelled correctly and that you've selected enough categories." @@ -3102,20 +3120,20 @@ msgstr "" msgid "Hide Search Matches" msgstr "" -#: sphinx/themes/basic/static/searchtools.js:131 +#: sphinx/themes/basic/static/searchtools.js:121 msgid "Searching" msgstr "" -#: sphinx/themes/basic/static/searchtools.js:136 +#: sphinx/themes/basic/static/searchtools.js:126 msgid "Preparing search..." msgstr "" -#: sphinx/themes/basic/static/searchtools.js:299 +#: sphinx/themes/basic/static/searchtools.js:289 #, python-format msgid "Search finished, found %s page(s) matching the search query." msgstr "" -#: sphinx/themes/basic/static/searchtools.js:352 +#: sphinx/themes/basic/static/searchtools.js:342 msgid ", in " msgstr "" @@ -3132,18 +3150,18 @@ msgstr "" msgid "Contents" msgstr "" -#: sphinx/transforms/__init__.py:259 +#: sphinx/transforms/__init__.py:261 #, python-format msgid "" "4 column based index found. It might be a bug of extensions you use: %r" msgstr "" -#: sphinx/transforms/__init__.py:301 +#: sphinx/transforms/__init__.py:303 #, python-format msgid "Footnote [%s] is not referenced." msgstr "" -#: sphinx/transforms/__init__.py:307 +#: sphinx/transforms/__init__.py:309 msgid "Footnote [#] is not referenced." msgstr "" @@ -3214,7 +3232,7 @@ msgstr "" msgid "failed" msgstr "" -#: sphinx/util/docutils.py:321 +#: sphinx/util/docutils.py:320 msgid "when adding directive classes, no additional arguments may be given" msgstr "" @@ -3275,15 +3293,15 @@ msgstr "" msgid "Permalink to this code" msgstr "" -#: sphinx/writers/html.py:514 sphinx/writers/html5.py:460 +#: sphinx/writers/html.py:512 sphinx/writers/html5.py:458 msgid "Permalink to this image" msgstr "" -#: sphinx/writers/html.py:516 sphinx/writers/html5.py:462 +#: sphinx/writers/html.py:514 sphinx/writers/html5.py:460 msgid "Permalink to this toctree" msgstr "" -#: sphinx/writers/html.py:674 sphinx/writers/html5.py:608 +#: sphinx/writers/html.py:672 sphinx/writers/html5.py:606 msgid "Could not obtain image size. :scale: option is ignored." msgstr "" @@ -3320,12 +3338,12 @@ msgstr "" msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: sphinx/writers/latex.py:1843 +#: sphinx/writers/latex.py:1847 #, python-format msgid "unknown index entry type %s found" msgstr "" -#: sphinx/writers/latex.py:2552 +#: sphinx/writers/latex.py:2560 #, python-format msgid "Unknown configure key: latex_elements[%r] is ignored." msgstr "" @@ -3343,12 +3361,12 @@ msgstr "" msgid "caption not inside a figure." msgstr "" -#: sphinx/writers/texinfo.py:1421 +#: sphinx/writers/texinfo.py:1422 #, python-format msgid "unimplemented node type: %r" msgstr "" -#: sphinx/writers/texinfo.py:1426 +#: sphinx/writers/texinfo.py:1427 #, python-format msgid "unknown node type: %r" msgstr "" diff --git a/sphinx/locale/hr/LC_MESSAGES/sphinx.mo b/sphinx/locale/hr/LC_MESSAGES/sphinx.mo index e15cfd1178..6ab6785a8a 100644 Binary files a/sphinx/locale/hr/LC_MESSAGES/sphinx.mo and b/sphinx/locale/hr/LC_MESSAGES/sphinx.mo differ diff --git a/sphinx/locale/hr/LC_MESSAGES/sphinx.po b/sphinx/locale/hr/LC_MESSAGES/sphinx.po index 944458254e..df4eea1809 100644 --- a/sphinx/locale/hr/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/hr/LC_MESSAGES/sphinx.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2019-02-18 01:52+0900\n" -"PO-Revision-Date: 2019-03-14 19:50+0000\n" +"POT-Creation-Date: 2019-03-29 01:05+0900\n" +"PO-Revision-Date: 2019-03-28 16:09+0000\n" "Last-Translator: Mario Šarić\n" "Language-Team: Croatian (http://www.transifex.com/sphinx-doc/sphinx-1/language/hr/)\n" "MIME-Version: 1.0\n" @@ -122,7 +122,7 @@ msgstr "" msgid "role %r is already registered, it will be overridden" msgstr "" -#: sphinx/application.py:1182 +#: sphinx/application.py:1179 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -130,7 +130,7 @@ msgid "" "explicit" msgstr "%s proširenje nema deklaraciju paralelnog čitanja, uz pretpostavku da nije - zamolite autora za provjeru i postavljanje deklaracije" -#: sphinx/application.py:1188 +#: sphinx/application.py:1185 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -138,7 +138,7 @@ msgid "" "explicit" msgstr "%s proširenje nema deklaraciju paralelnog čitanja, uz pretpostavku da nije - zamolite autora za provjeru i postavljanje deklaracije" -#: sphinx/application.py:1199 +#: sphinx/application.py:1196 #, python-format msgid "doing serial %s" msgstr "" @@ -587,44 +587,44 @@ msgstr "" msgid "preparing documents" msgstr "" -#: sphinx/builders/_epub_base.py:219 +#: sphinx/builders/_epub_base.py:218 #, python-format msgid "duplicated ToC entry found: %s" msgstr "" -#: sphinx/builders/_epub_base.py:415 sphinx/builders/html.py:761 -#: sphinx/builders/latex/__init__.py:413 sphinx/builders/texinfo.py:190 +#: sphinx/builders/_epub_base.py:414 sphinx/builders/html.py:761 +#: sphinx/builders/latex/__init__.py:415 sphinx/builders/texinfo.py:190 msgid "copying images... " msgstr "" -#: sphinx/builders/_epub_base.py:422 +#: sphinx/builders/_epub_base.py:421 #, python-format msgid "cannot read image file %r: copying it instead" msgstr "" -#: sphinx/builders/_epub_base.py:428 sphinx/builders/html.py:769 -#: sphinx/builders/latex/__init__.py:421 sphinx/builders/texinfo.py:198 +#: sphinx/builders/_epub_base.py:427 sphinx/builders/html.py:769 +#: sphinx/builders/latex/__init__.py:423 sphinx/builders/texinfo.py:199 #, python-format msgid "cannot copy image file %r: %s" msgstr "" -#: sphinx/builders/_epub_base.py:445 +#: sphinx/builders/_epub_base.py:444 #, python-format msgid "cannot write image file %r: %s" msgstr "" -#: sphinx/builders/_epub_base.py:456 +#: sphinx/builders/_epub_base.py:455 msgid "Pillow not found - copying image files" msgstr "" -#: sphinx/builders/_epub_base.py:491 sphinx/builders/_epub_base.py:504 -#: sphinx/builders/_epub_base.py:540 sphinx/builders/_epub_base.py:725 -#: sphinx/builders/_epub_base.py:758 sphinx/builders/epub3.py:184 +#: sphinx/builders/_epub_base.py:490 sphinx/builders/_epub_base.py:503 +#: sphinx/builders/_epub_base.py:539 sphinx/builders/_epub_base.py:724 +#: sphinx/builders/_epub_base.py:757 sphinx/builders/epub3.py:183 #, python-format msgid "writing %s file..." msgstr "" -#: sphinx/builders/_epub_base.py:566 +#: sphinx/builders/_epub_base.py:565 #, python-format msgid "unknown mimetype for %s, ignoring" msgstr "" @@ -643,19 +643,19 @@ msgstr "" msgid "writing summary file..." msgstr "" -#: sphinx/builders/changes.py:87 +#: sphinx/builders/changes.py:86 msgid "Builtins" msgstr "Ugrađeni dijelovi" -#: sphinx/builders/changes.py:89 +#: sphinx/builders/changes.py:88 msgid "Module level" msgstr "Nivo modula" -#: sphinx/builders/changes.py:134 +#: sphinx/builders/changes.py:133 msgid "copying source files..." msgstr "" -#: sphinx/builders/changes.py:141 +#: sphinx/builders/changes.py:140 #, python-format msgid "could not read %r for changelog creation" msgstr "" @@ -664,76 +664,76 @@ msgstr "" msgid "The dummy builder generates no files." msgstr "" -#: sphinx/builders/epub3.py:69 +#: sphinx/builders/epub3.py:68 #, python-format msgid "The ePub file is in %(outdir)s." msgstr "" -#: sphinx/builders/epub3.py:212 +#: sphinx/builders/epub3.py:211 msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:216 +#: sphinx/builders/epub3.py:215 msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:219 +#: sphinx/builders/epub3.py:218 msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:223 +#: sphinx/builders/epub3.py:222 msgid "conf value \"epub_author\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:226 +#: sphinx/builders/epub3.py:225 msgid "conf value \"epub_contributor\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:229 +#: sphinx/builders/epub3.py:228 msgid "conf value \"epub_description\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:232 +#: sphinx/builders/epub3.py:231 msgid "conf value \"epub_publisher\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:235 +#: sphinx/builders/epub3.py:234 msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:239 +#: sphinx/builders/epub3.py:238 msgid "conf value \"epub_identifier\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:242 +#: sphinx/builders/epub3.py:241 msgid "conf value \"version\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:257 sphinx/builders/html.py:1166 +#: sphinx/builders/epub3.py:256 sphinx/builders/html.py:1166 #, python-format msgid "invalid css_file: %r, ignored" msgstr "" -#: sphinx/builders/gettext.py:215 +#: sphinx/builders/gettext.py:221 #, python-format msgid "The message catalogs are in %(outdir)s." msgstr "" -#: sphinx/builders/gettext.py:239 +#: sphinx/builders/gettext.py:245 #, python-format msgid "building [%s]: " msgstr "" -#: sphinx/builders/gettext.py:240 +#: sphinx/builders/gettext.py:246 #, python-format msgid "targets for %d template files" msgstr "" -#: sphinx/builders/gettext.py:244 +#: sphinx/builders/gettext.py:250 msgid "reading templates... " msgstr "" -#: sphinx/builders/gettext.py:271 +#: sphinx/builders/gettext.py:277 msgid "writing message catalogs... " msgstr "" @@ -752,7 +752,7 @@ msgstr "" msgid "Failed to read build info file: %r" msgstr "" -#: sphinx/builders/html.py:488 sphinx/builders/latex/__init__.py:204 +#: sphinx/builders/html.py:488 sphinx/builders/latex/__init__.py:206 #: sphinx/transforms/__init__.py:121 sphinx/writers/manpage.py:118 #: sphinx/writers/texinfo.py:243 #, python-format @@ -805,7 +805,7 @@ msgstr "" msgid "html_static_path entry %r does not exist" msgstr "" -#: sphinx/builders/html.py:839 sphinx/builders/latex/__init__.py:398 +#: sphinx/builders/html.py:839 sphinx/builders/latex/__init__.py:400 #, python-format msgid "logo file %r does not exist" msgstr "" @@ -922,7 +922,7 @@ msgstr "" msgid "no \"man_pages\" config value found; no manual pages will be written" msgstr "" -#: sphinx/builders/latex/__init__.py:270 sphinx/builders/manpage.py:64 +#: sphinx/builders/latex/__init__.py:272 sphinx/builders/manpage.py:64 #: sphinx/builders/singlehtml.py:174 sphinx/builders/texinfo.py:120 msgid "writing" msgstr "" @@ -966,24 +966,24 @@ msgstr "" msgid "\"texinfo_documents\" config value references unknown document %s" msgstr "" -#: sphinx/builders/latex/__init__.py:253 sphinx/builders/texinfo.py:116 +#: sphinx/builders/latex/__init__.py:255 sphinx/builders/texinfo.py:116 #, python-format msgid "processing %s" msgstr "" -#: sphinx/builders/latex/__init__.py:322 sphinx/builders/texinfo.py:163 +#: sphinx/builders/latex/__init__.py:323 sphinx/builders/texinfo.py:164 msgid "resolving references..." msgstr "" -#: sphinx/builders/latex/__init__.py:332 sphinx/builders/texinfo.py:172 +#: sphinx/builders/latex/__init__.py:333 sphinx/builders/texinfo.py:173 msgid " (in " msgstr " (u " -#: sphinx/builders/texinfo.py:204 +#: sphinx/builders/texinfo.py:205 msgid "copying Texinfo support files" msgstr "" -#: sphinx/builders/texinfo.py:208 +#: sphinx/builders/texinfo.py:209 #, python-format msgid "error writing file Makefile: %s" msgstr "" @@ -1003,28 +1003,28 @@ msgstr "" msgid "The pseudo-XML files are in %(outdir)s." msgstr "" -#: sphinx/builders/latex/__init__.py:121 +#: sphinx/builders/latex/__init__.py:123 #, python-format msgid "The LaTeX files are in %(outdir)s." msgstr "" -#: sphinx/builders/latex/__init__.py:123 +#: sphinx/builders/latex/__init__.py:125 msgid "" "\n" "Run 'make' in that directory to run these through (pdf)latex\n" "(use `make latexpdf' here to do that automatically)." msgstr "" -#: sphinx/builders/latex/__init__.py:163 +#: sphinx/builders/latex/__init__.py:165 msgid "no \"latex_documents\" config value found; no documents will be written" msgstr "" -#: sphinx/builders/latex/__init__.py:171 +#: sphinx/builders/latex/__init__.py:173 #, python-format msgid "\"latex_documents\" config value references unknown document %s" msgstr "" -#: sphinx/builders/latex/__init__.py:211 sphinx/domains/std.py:501 +#: sphinx/builders/latex/__init__.py:213 sphinx/domains/std.py:501 #: sphinx/templates/latex/latex.tex_t:79 #: sphinx/themes/basic/genindex-single.html:30 #: sphinx/themes/basic/genindex-single.html:55 @@ -1036,28 +1036,28 @@ msgstr "" msgid "Index" msgstr "Abecedni popis" -#: sphinx/builders/latex/__init__.py:214 sphinx/templates/latex/latex.tex_t:64 +#: sphinx/builders/latex/__init__.py:216 sphinx/templates/latex/latex.tex_t:64 msgid "Release" msgstr "Distribucija" -#: sphinx/builders/latex/__init__.py:222 sphinx/writers/latex.py:549 +#: sphinx/builders/latex/__init__.py:224 sphinx/writers/latex.py:549 #, python-format msgid "no Babel option known for language %r" msgstr "" -#: sphinx/builders/latex/__init__.py:361 +#: sphinx/builders/latex/__init__.py:363 msgid "copying TeX support files" msgstr "" -#: sphinx/builders/latex/__init__.py:382 +#: sphinx/builders/latex/__init__.py:384 msgid "copying TeX support files..." msgstr "" -#: sphinx/builders/latex/__init__.py:402 +#: sphinx/builders/latex/__init__.py:404 msgid "copying additional files" msgstr "" -#: sphinx/builders/latex/__init__.py:445 +#: sphinx/builders/latex/__init__.py:447 #, python-format msgid "Unknown configure key: latex_elements[%r]. ignored." msgstr "" @@ -1120,8 +1120,8 @@ msgstr "" msgid "job number should be a positive number" msgstr "" -#: sphinx/cmd/build.py:106 sphinx/cmd/quickstart.py:498 -#: sphinx/ext/apidoc.py:298 sphinx/ext/autosummary/generate.py:365 +#: sphinx/cmd/build.py:106 sphinx/cmd/quickstart.py:497 +#: sphinx/ext/apidoc.py:298 sphinx/ext/autosummary/generate.py:363 msgid "For more information, visit ." msgstr "" @@ -1498,13 +1498,13 @@ msgstr "" msgid "Indicate which of the following Sphinx extensions should be enabled:" msgstr "" -#: sphinx/cmd/quickstart.py:354 +#: sphinx/cmd/quickstart.py:353 msgid "" "Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " "been deselected." msgstr "" -#: sphinx/cmd/quickstart.py:359 +#: sphinx/cmd/quickstart.py:358 msgid "" "\n" "A Makefile and a Windows command file can be generated for you so that you\n" @@ -1512,29 +1512,29 @@ msgid "" "directly." msgstr "" -#: sphinx/cmd/quickstart.py:363 +#: sphinx/cmd/quickstart.py:362 msgid "Create Makefile? (y/n)" msgstr "" -#: sphinx/cmd/quickstart.py:366 +#: sphinx/cmd/quickstart.py:365 msgid "Create Windows command file? (y/n)" msgstr "" -#: sphinx/cmd/quickstart.py:409 sphinx/ext/apidoc.py:74 +#: sphinx/cmd/quickstart.py:408 sphinx/ext/apidoc.py:74 #, python-format msgid "Creating file %s." msgstr "" -#: sphinx/cmd/quickstart.py:414 sphinx/ext/apidoc.py:72 +#: sphinx/cmd/quickstart.py:413 sphinx/ext/apidoc.py:72 #, python-format msgid "File %s already exists, skipping." msgstr "" -#: sphinx/cmd/quickstart.py:450 +#: sphinx/cmd/quickstart.py:449 msgid "Finished: An initial directory structure has been created." msgstr "" -#: sphinx/cmd/quickstart.py:451 +#: sphinx/cmd/quickstart.py:450 #, python-format msgid "" "\n" @@ -1542,26 +1542,26 @@ msgid "" "source files. " msgstr "" -#: sphinx/cmd/quickstart.py:453 +#: sphinx/cmd/quickstart.py:452 msgid "" "Use the Makefile to build the docs, like so:\n" " make builder\n" msgstr "" -#: sphinx/cmd/quickstart.py:456 +#: sphinx/cmd/quickstart.py:455 #, python-format msgid "" "Use the sphinx-build command to build the docs, like so:\n" " sphinx-build -b builder %s %s\n" msgstr "" -#: sphinx/cmd/quickstart.py:459 +#: sphinx/cmd/quickstart.py:458 msgid "" "where \"builder\" is one of the supported builders, e.g. html, latex or " "linkcheck.\n" msgstr "" -#: sphinx/cmd/quickstart.py:499 +#: sphinx/cmd/quickstart.py:498 msgid "" "\n" "Generate required files for a Sphinx project.\n" @@ -1571,131 +1571,131 @@ msgid "" "Makefile to be used with sphinx-build.\n" msgstr "" -#: sphinx/cmd/quickstart.py:509 +#: sphinx/cmd/quickstart.py:508 msgid "quiet mode" msgstr "" -#: sphinx/cmd/quickstart.py:514 +#: sphinx/cmd/quickstart.py:513 msgid "output path" msgstr "" -#: sphinx/cmd/quickstart.py:516 +#: sphinx/cmd/quickstart.py:515 msgid "Structure options" msgstr "" -#: sphinx/cmd/quickstart.py:518 +#: sphinx/cmd/quickstart.py:517 msgid "if specified, separate source and build dirs" msgstr "" -#: sphinx/cmd/quickstart.py:520 +#: sphinx/cmd/quickstart.py:519 msgid "replacement for dot in _templates etc." msgstr "" -#: sphinx/cmd/quickstart.py:522 +#: sphinx/cmd/quickstart.py:521 msgid "Project basic options" msgstr "" -#: sphinx/cmd/quickstart.py:524 +#: sphinx/cmd/quickstart.py:523 msgid "project name" msgstr "" -#: sphinx/cmd/quickstart.py:526 +#: sphinx/cmd/quickstart.py:525 msgid "author names" msgstr "" -#: sphinx/cmd/quickstart.py:528 +#: sphinx/cmd/quickstart.py:527 msgid "version of project" msgstr "" -#: sphinx/cmd/quickstart.py:530 +#: sphinx/cmd/quickstart.py:529 msgid "release of project" msgstr "" -#: sphinx/cmd/quickstart.py:532 +#: sphinx/cmd/quickstart.py:531 msgid "document language" msgstr "" -#: sphinx/cmd/quickstart.py:534 +#: sphinx/cmd/quickstart.py:533 msgid "source file suffix" msgstr "" -#: sphinx/cmd/quickstart.py:536 +#: sphinx/cmd/quickstart.py:535 msgid "master document name" msgstr "" -#: sphinx/cmd/quickstart.py:538 +#: sphinx/cmd/quickstart.py:537 msgid "use epub" msgstr "" -#: sphinx/cmd/quickstart.py:540 +#: sphinx/cmd/quickstart.py:539 msgid "Extension options" msgstr "" -#: sphinx/cmd/quickstart.py:544 sphinx/ext/apidoc.py:379 +#: sphinx/cmd/quickstart.py:543 sphinx/ext/apidoc.py:379 #, python-format msgid "enable %s extension" msgstr "" -#: sphinx/cmd/quickstart.py:546 sphinx/ext/apidoc.py:375 +#: sphinx/cmd/quickstart.py:545 sphinx/ext/apidoc.py:375 msgid "enable arbitrary extensions" msgstr "" -#: sphinx/cmd/quickstart.py:548 +#: sphinx/cmd/quickstart.py:547 msgid "Makefile and Batchfile creation" msgstr "" -#: sphinx/cmd/quickstart.py:550 +#: sphinx/cmd/quickstart.py:549 msgid "create makefile" msgstr "" -#: sphinx/cmd/quickstart.py:552 +#: sphinx/cmd/quickstart.py:551 msgid "do not create makefile" msgstr "" -#: sphinx/cmd/quickstart.py:554 +#: sphinx/cmd/quickstart.py:553 msgid "create batchfile" msgstr "" -#: sphinx/cmd/quickstart.py:557 +#: sphinx/cmd/quickstart.py:556 msgid "do not create batchfile" msgstr "" -#: sphinx/cmd/quickstart.py:560 +#: sphinx/cmd/quickstart.py:559 msgid "use make-mode for Makefile/make.bat" msgstr "" -#: sphinx/cmd/quickstart.py:563 +#: sphinx/cmd/quickstart.py:562 msgid "do not use make-mode for Makefile/make.bat" msgstr "" -#: sphinx/cmd/quickstart.py:565 +#: sphinx/cmd/quickstart.py:564 msgid "Project templating" msgstr "" -#: sphinx/cmd/quickstart.py:568 +#: sphinx/cmd/quickstart.py:567 msgid "template directory for template files" msgstr "" -#: sphinx/cmd/quickstart.py:571 +#: sphinx/cmd/quickstart.py:570 msgid "define a template variable" msgstr "" -#: sphinx/cmd/quickstart.py:605 +#: sphinx/cmd/quickstart.py:604 msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." msgstr "" -#: sphinx/cmd/quickstart.py:619 +#: sphinx/cmd/quickstart.py:618 msgid "" "Error: specified path is not a directory, or sphinx files already exist." msgstr "" -#: sphinx/cmd/quickstart.py:621 +#: sphinx/cmd/quickstart.py:620 msgid "" "sphinx-quickstart only generate into a empty directory. Please specify a new" " root path." msgstr "" -#: sphinx/cmd/quickstart.py:636 +#: sphinx/cmd/quickstart.py:635 #, python-format msgid "Invalid template variable: %s" msgstr "" @@ -1767,17 +1767,17 @@ msgstr "Autor:" msgid "%s %s" msgstr "%s %s" -#: sphinx/domains/c.py:64 sphinx/domains/cpp.py:6371 +#: sphinx/domains/c.py:64 sphinx/domains/cpp.py:6445 #: sphinx/domains/python.py:210 sphinx/ext/napoleon/docstring.py:696 msgid "Parameters" msgstr "Parametri" -#: sphinx/domains/c.py:67 sphinx/domains/cpp.py:6380 -#: sphinx/domains/javascript.py:210 sphinx/domains/python.py:222 +#: sphinx/domains/c.py:67 sphinx/domains/cpp.py:6454 +#: sphinx/domains/javascript.py:209 sphinx/domains/python.py:222 msgid "Returns" msgstr "Vraća" -#: sphinx/domains/c.py:69 sphinx/domains/javascript.py:212 +#: sphinx/domains/c.py:69 sphinx/domains/javascript.py:211 #: sphinx/domains/python.py:224 msgid "Return type" msgstr "Vraća tip" @@ -1807,12 +1807,12 @@ msgstr "%s (C tip)" msgid "%s (C variable)" msgstr "%s (C varijabla)" -#: sphinx/domains/c.py:258 sphinx/domains/cpp.py:6956 -#: sphinx/domains/javascript.py:298 sphinx/domains/python.py:741 +#: sphinx/domains/c.py:258 sphinx/domains/cpp.py:7029 +#: sphinx/domains/javascript.py:297 sphinx/domains/python.py:742 msgid "function" msgstr "funkcija" -#: sphinx/domains/c.py:259 sphinx/domains/cpp.py:6957 +#: sphinx/domains/c.py:259 sphinx/domains/cpp.py:7030 msgid "member" msgstr "član" @@ -1820,7 +1820,7 @@ msgstr "član" msgid "macro" msgstr "makro" -#: sphinx/domains/c.py:261 sphinx/domains/cpp.py:6958 +#: sphinx/domains/c.py:261 sphinx/domains/cpp.py:7031 msgid "type" msgstr "tip" @@ -1843,106 +1843,106 @@ msgstr "Promijenjeno u verziji %s" msgid "Deprecated since version %s" msgstr "Zastarijelo od verzije %s" -#: sphinx/domains/cpp.py:4297 +#: sphinx/domains/cpp.py:4323 #, python-format msgid "" "Duplicate declaration, also defined in '%s'.\n" "Declaration is '%s'." msgstr "" -#: sphinx/domains/cpp.py:6374 +#: sphinx/domains/cpp.py:6448 msgid "Template Parameters" msgstr "Parametri predloška" -#: sphinx/domains/cpp.py:6377 sphinx/domains/javascript.py:207 +#: sphinx/domains/cpp.py:6451 sphinx/domains/javascript.py:206 msgid "Throws" msgstr "Baca (iznimke)" -#: sphinx/domains/cpp.py:6505 +#: sphinx/domains/cpp.py:6579 #, python-format msgid "%s (C++ %s)" msgstr "" -#: sphinx/domains/cpp.py:6954 sphinx/domains/javascript.py:300 -#: sphinx/domains/python.py:743 +#: sphinx/domains/cpp.py:7027 sphinx/domains/javascript.py:299 +#: sphinx/domains/python.py:744 msgid "class" msgstr "razred" -#: sphinx/domains/cpp.py:6955 +#: sphinx/domains/cpp.py:7028 msgid "union" msgstr "" -#: sphinx/domains/cpp.py:6959 +#: sphinx/domains/cpp.py:7032 msgid "concept" msgstr "koncept" -#: sphinx/domains/cpp.py:6960 +#: sphinx/domains/cpp.py:7033 msgid "enum" msgstr "enum" -#: sphinx/domains/cpp.py:6961 +#: sphinx/domains/cpp.py:7034 msgid "enumerator" msgstr "enumerator" -#: sphinx/domains/cpp.py:7054 +#: sphinx/domains/cpp.py:7127 #, python-format msgid "" "Duplicate declaration, also defined in '%s'.\n" "Name of declaration is '%s'." msgstr "" -#: sphinx/domains/javascript.py:131 sphinx/domains/python.py:429 +#: sphinx/domains/javascript.py:130 sphinx/domains/python.py:430 #, python-format msgid "%s() (built-in function)" msgstr "%s() (ugrađene funkcije)" -#: sphinx/domains/javascript.py:132 sphinx/domains/python.py:494 +#: sphinx/domains/javascript.py:131 sphinx/domains/python.py:495 #, python-format msgid "%s() (%s method)" msgstr "%s() (%s metoda)" -#: sphinx/domains/javascript.py:134 +#: sphinx/domains/javascript.py:133 #, python-format msgid "%s() (class)" msgstr "%s() (razred)" -#: sphinx/domains/javascript.py:136 +#: sphinx/domains/javascript.py:135 #, python-format msgid "%s (global variable or constant)" msgstr "%s (globalna varijabla ili konstanta)" -#: sphinx/domains/javascript.py:138 sphinx/domains/python.py:532 +#: sphinx/domains/javascript.py:137 sphinx/domains/python.py:533 #, python-format msgid "%s (%s attribute)" msgstr "%s (%s atribut)" -#: sphinx/domains/javascript.py:204 +#: sphinx/domains/javascript.py:203 msgid "Arguments" msgstr "Argumenti" -#: sphinx/domains/javascript.py:265 sphinx/domains/python.py:609 +#: sphinx/domains/javascript.py:264 sphinx/domains/python.py:610 #, python-format msgid "%s (module)" msgstr "%s (modul)" -#: sphinx/domains/javascript.py:299 sphinx/domains/python.py:745 +#: sphinx/domains/javascript.py:298 sphinx/domains/python.py:746 msgid "method" msgstr "metoda" -#: sphinx/domains/javascript.py:301 sphinx/domains/python.py:742 +#: sphinx/domains/javascript.py:300 sphinx/domains/python.py:743 msgid "data" msgstr "podaci" -#: sphinx/domains/javascript.py:302 sphinx/domains/python.py:748 +#: sphinx/domains/javascript.py:301 sphinx/domains/python.py:749 msgid "attribute" msgstr "atribut" -#: sphinx/domains/javascript.py:303 sphinx/domains/python.py:49 -#: sphinx/domains/python.py:749 +#: sphinx/domains/javascript.py:302 sphinx/domains/python.py:49 +#: sphinx/domains/python.py:750 msgid "module" msgstr "modul" -#: sphinx/domains/math.py:101 sphinx/writers/latex.py:2451 +#: sphinx/domains/math.py:101 sphinx/writers/latex.py:2459 #, python-format msgid "Invalid math_eqref_format: %r" msgstr "" @@ -1964,7 +1964,7 @@ msgstr "operator" msgid "object" msgstr "objekt" -#: sphinx/domains/python.py:53 sphinx/domains/python.py:744 +#: sphinx/domains/python.py:53 sphinx/domains/python.py:745 msgid "exception" msgstr "izuzetak" @@ -1984,88 +1984,88 @@ msgstr "Varijable" msgid "Raises" msgstr "Podiže" -#: sphinx/domains/python.py:430 sphinx/domains/python.py:488 -#: sphinx/domains/python.py:500 sphinx/domains/python.py:513 +#: sphinx/domains/python.py:431 sphinx/domains/python.py:489 +#: sphinx/domains/python.py:501 sphinx/domains/python.py:514 #, python-format msgid "%s() (in module %s)" msgstr "%s() (u modulu %s)" -#: sphinx/domains/python.py:433 +#: sphinx/domains/python.py:434 #, python-format msgid "%s (built-in variable)" msgstr "%s (ugrađene variable)" -#: sphinx/domains/python.py:434 sphinx/domains/python.py:526 +#: sphinx/domains/python.py:435 sphinx/domains/python.py:527 #, python-format msgid "%s (in module %s)" msgstr "%s (u modulu %s)" -#: sphinx/domains/python.py:454 +#: sphinx/domains/python.py:455 #, python-format msgid "%s (built-in class)" msgstr "%s (ugrađen razred)" -#: sphinx/domains/python.py:455 +#: sphinx/domains/python.py:456 #, python-format msgid "%s (class in %s)" msgstr "%s (razred u %s)" -#: sphinx/domains/python.py:492 +#: sphinx/domains/python.py:493 #, python-format msgid "%s() (%s.%s method)" msgstr "%s() (%s.%s metoda)" -#: sphinx/domains/python.py:504 +#: sphinx/domains/python.py:505 #, python-format msgid "%s() (%s.%s static method)" msgstr "%s() (%s.%s statična metoda)" -#: sphinx/domains/python.py:507 +#: sphinx/domains/python.py:508 #, python-format msgid "%s() (%s static method)" msgstr "%s() (%s statična metoda)" -#: sphinx/domains/python.py:517 +#: sphinx/domains/python.py:518 #, python-format msgid "%s() (%s.%s class method)" msgstr "%s() (%s.%s metoda klase)" -#: sphinx/domains/python.py:520 +#: sphinx/domains/python.py:521 #, python-format msgid "%s() (%s class method)" msgstr "%s() (%s metoda klase)" -#: sphinx/domains/python.py:530 +#: sphinx/domains/python.py:531 #, python-format msgid "%s (%s.%s attribute)" msgstr "%s (%s.%s atribut)" -#: sphinx/domains/python.py:667 +#: sphinx/domains/python.py:668 msgid "Python Module Index" msgstr "Python indeks modula" -#: sphinx/domains/python.py:668 +#: sphinx/domains/python.py:669 msgid "modules" msgstr "Moduli" -#: sphinx/domains/python.py:719 +#: sphinx/domains/python.py:720 msgid "Deprecated" msgstr "Zastarjelo" -#: sphinx/domains/python.py:746 +#: sphinx/domains/python.py:747 msgid "class method" msgstr "metoda klase" -#: sphinx/domains/python.py:747 +#: sphinx/domains/python.py:748 msgid "static method" msgstr "statična metoda" -#: sphinx/domains/python.py:879 +#: sphinx/domains/python.py:880 #, python-format msgid "more than one target found for cross-reference %r: %s" msgstr "" -#: sphinx/domains/python.py:917 +#: sphinx/domains/python.py:918 msgid " (deprecated)" msgstr " (zastarjelo)" @@ -2141,7 +2141,7 @@ msgstr "Tražilica" msgid "duplicate citation %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:631 sphinx/ext/autosectionlabel.py:61 +#: sphinx/domains/std.py:631 sphinx/ext/autosectionlabel.py:56 #, python-format msgid "duplicate label %s, other instance in %s" msgstr "" @@ -2201,21 +2201,21 @@ msgid "" "another doctree directory." msgstr "" -#: sphinx/environment/__init__.py:408 +#: sphinx/environment/__init__.py:404 #, python-format msgid "Failed to scan documents in %s: %r" msgstr "" -#: sphinx/environment/__init__.py:536 +#: sphinx/environment/__init__.py:532 #, python-format msgid "Domain %r is not registered" msgstr "" -#: sphinx/environment/__init__.py:621 +#: sphinx/environment/__init__.py:617 msgid "self referenced toctree found. Ignored." msgstr "" -#: sphinx/environment/__init__.py:662 +#: sphinx/environment/__init__.py:658 msgid "document isn't included in any toctree" msgstr "" @@ -2235,6 +2235,7 @@ msgid "unknown index entry type %r" msgstr "" #: sphinx/environment/adapters/indexentries.py:156 +#: sphinx/templates/latex/sphinxmessages.sty_t:11 msgid "Symbols" msgstr "Simboli" @@ -2260,22 +2261,22 @@ msgstr "" msgid "toctree contains reference to nonexisting document %r" msgstr "" -#: sphinx/environment/collectors/asset.py:91 +#: sphinx/environment/collectors/asset.py:90 #, python-format msgid "image file not readable: %s" msgstr "" -#: sphinx/environment/collectors/asset.py:107 +#: sphinx/environment/collectors/asset.py:106 #, python-format msgid "image file %s not readable: %s" msgstr "" -#: sphinx/environment/collectors/asset.py:135 +#: sphinx/environment/collectors/asset.py:134 #, python-format msgid "download file not readable: %s" msgstr "" -#: sphinx/environment/collectors/toctree.py:197 +#: sphinx/environment/collectors/toctree.py:196 #, python-format msgid "%s is already assigned section numbers (nested numbered toctree?)" msgstr "" @@ -2419,38 +2420,38 @@ msgstr "" msgid "module %s could not be imported: %s" msgstr "" -#: sphinx/ext/doctest.py:142 +#: sphinx/ext/doctest.py:132 #, python-format msgid "missing '+' or '-' in '%s' option." msgstr "nedostaje '+' ili '-' u '%s' opciji." -#: sphinx/ext/doctest.py:147 +#: sphinx/ext/doctest.py:137 #, python-format msgid "'%s' is not a valid option." msgstr "'%s' nije valjana opcija." -#: sphinx/ext/doctest.py:161 +#: sphinx/ext/doctest.py:151 #, python-format msgid "'%s' is not a valid pyversion option" msgstr "'%s' nije valjana pyversion opcija" -#: sphinx/ext/doctest.py:230 +#: sphinx/ext/doctest.py:222 msgid "invalid TestCode type" msgstr "" -#: sphinx/ext/doctest.py:291 +#: sphinx/ext/doctest.py:283 #, python-format msgid "" "Testing of doctests in the sources finished, look at the results in " "%(outdir)s/output.txt." msgstr "" -#: sphinx/ext/doctest.py:438 +#: sphinx/ext/doctest.py:446 #, python-format msgid "no code/output in %s block at %s:%s" msgstr "" -#: sphinx/ext/doctest.py:527 +#: sphinx/ext/doctest.py:535 #, python-format msgid "ignoring invalid doctest code: %r" msgstr "" @@ -2468,7 +2469,7 @@ msgstr "Vanjska Graphviz datoteka %r ne postoji ili se ne može čitati" msgid "Ignoring \"graphviz\" directive without content." msgstr "Ignoriranje \"graphviz\" direktive bez sadržaja." -#: sphinx/ext/graphviz.py:252 +#: sphinx/ext/graphviz.py:250 #, python-format msgid "" "dot did not produce an output file:\n" @@ -2478,14 +2479,14 @@ msgid "" "%r" msgstr "" -#: sphinx/ext/graphviz.py:256 +#: sphinx/ext/graphviz.py:254 #, python-format msgid "" "dot command %r cannot be run (needed for graphviz output), check the " "graphviz_dot setting" msgstr "dot naredba %r ne može se pokrenuti (potrebna za graphviz izlaz), provjerite postavku graphviz_dot" -#: sphinx/ext/graphviz.py:263 +#: sphinx/ext/graphviz.py:261 #, python-format msgid "" "dot exited with error:\n" @@ -2495,23 +2496,23 @@ msgid "" "%r" msgstr "" -#: sphinx/ext/graphviz.py:273 +#: sphinx/ext/graphviz.py:271 #, python-format msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" msgstr "graphviz_output_format mora biti 'png' ili 'svg', ali je %r" -#: sphinx/ext/graphviz.py:277 sphinx/ext/graphviz.py:331 -#: sphinx/ext/graphviz.py:369 +#: sphinx/ext/graphviz.py:275 sphinx/ext/graphviz.py:329 +#: sphinx/ext/graphviz.py:367 #, python-format msgid "dot code %r: %s" msgstr "" -#: sphinx/ext/graphviz.py:384 sphinx/ext/graphviz.py:393 +#: sphinx/ext/graphviz.py:382 sphinx/ext/graphviz.py:391 #, python-format msgid "[graph: %s]" msgstr "[graph: %s]" -#: sphinx/ext/graphviz.py:386 sphinx/ext/graphviz.py:395 +#: sphinx/ext/graphviz.py:384 sphinx/ext/graphviz.py:393 msgid "[graph]" msgstr "[graph]" @@ -2530,31 +2531,31 @@ msgid "" "%r" msgstr "" -#: sphinx/ext/imgmath.py:140 +#: sphinx/ext/imgmath.py:139 #, python-format msgid "" "LaTeX command %r cannot be run (needed for math display), check the " "imgmath_latex setting" msgstr "" -#: sphinx/ext/imgmath.py:155 +#: sphinx/ext/imgmath.py:154 #, python-format msgid "" "%s command %r cannot be run (needed for math display), check the imgmath_%s " "setting" msgstr "" -#: sphinx/ext/imgmath.py:290 +#: sphinx/ext/imgmath.py:289 #, python-format msgid "display latex %r: %s" msgstr "" -#: sphinx/ext/imgmath.py:317 +#: sphinx/ext/imgmath.py:316 #, python-format msgid "inline latex %r: %s" msgstr "" -#: sphinx/ext/imgmath.py:324 sphinx/ext/mathjax.py:54 +#: sphinx/ext/imgmath.py:323 sphinx/ext/mathjax.py:54 msgid "Permalink to this equation" msgstr "Link na tu definiciju" @@ -2574,26 +2575,26 @@ msgid "" "alternatives:" msgstr "" -#: sphinx/ext/intersphinx.py:237 +#: sphinx/ext/intersphinx.py:238 msgid "failed to reach any of the inventories with the following issues:" msgstr "" -#: sphinx/ext/intersphinx.py:312 +#: sphinx/ext/intersphinx.py:311 #, python-format msgid "(in %s v%s)" msgstr "(u %s v%s)" -#: sphinx/ext/intersphinx.py:314 +#: sphinx/ext/intersphinx.py:313 #, python-format msgid "(in %s)" msgstr "" -#: sphinx/ext/intersphinx.py:348 +#: sphinx/ext/intersphinx.py:347 #, python-format msgid "intersphinx identifier %r is not string. Ignored" msgstr "" -#: sphinx/ext/intersphinx.py:361 +#: sphinx/ext/intersphinx.py:360 #, python-format msgid "Fail to read intersphinx_mapping[%s], Ignored: %r" msgstr "" @@ -2649,29 +2650,29 @@ msgstr "Pregled: kod modula" msgid "

All modules for which code is available

" msgstr "

Svi moduli za koje je dostupan kod

" -#: sphinx/ext/autodoc/__init__.py:302 +#: sphinx/ext/autodoc/__init__.py:300 #, python-format msgid "invalid signature for auto%s (%r)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:402 +#: sphinx/ext/autodoc/__init__.py:400 #, python-format msgid "error while formatting arguments for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:514 +#: sphinx/ext/autodoc/__init__.py:512 #, python-format msgid "missing attribute %s in object %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:602 +#: sphinx/ext/autodoc/__init__.py:600 #, python-format msgid "" "autodoc: failed to determine %r to be documented.the following exception was raised:\n" "%s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:694 +#: sphinx/ext/autodoc/__init__.py:692 #, python-format msgid "" "don't know which module to import for autodocumenting %r (try placing a " @@ -2679,39 +2680,39 @@ msgid "" "explicit module name)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:788 +#: sphinx/ext/autodoc/__init__.py:786 msgid "\"::\" in automodule name doesn't make sense" msgstr "" -#: sphinx/ext/autodoc/__init__.py:796 +#: sphinx/ext/autodoc/__init__.py:794 #, python-format msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:829 +#: sphinx/ext/autodoc/__init__.py:827 #, python-format msgid "" "__all__ should be a list of strings, not %r (in module %s) -- ignoring " "__all__" msgstr "" -#: sphinx/ext/autodoc/__init__.py:844 +#: sphinx/ext/autodoc/__init__.py:842 #, python-format msgid "" "missing attribute mentioned in :members: or __all__: module %s, attribute %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1128 +#: sphinx/ext/autodoc/__init__.py:1126 #, python-format msgid "Bases: %s" msgstr "Osnovice: %s" -#: sphinx/ext/autodoc/__init__.py:1185 +#: sphinx/ext/autodoc/__init__.py:1183 #, python-format msgid "alias of :class:`%s`" msgstr "nadimak za :class:`%s`" -#: sphinx/ext/autodoc/__init__.py:1470 +#: sphinx/ext/autodoc/__init__.py:1468 #, python-format msgid "Ignoring invalid option in autodoc_default_flags: %r" msgstr "" @@ -2747,17 +2748,17 @@ msgid "" "contain .rst. Skipped." msgstr "" -#: sphinx/ext/autosummary/generate.py:102 +#: sphinx/ext/autosummary/generate.py:100 #, python-format msgid "[autosummary] generating autosummary for: %s" msgstr "" -#: sphinx/ext/autosummary/generate.py:106 +#: sphinx/ext/autosummary/generate.py:104 #, python-format msgid "[autosummary] writing to %s" msgstr "" -#: sphinx/ext/autosummary/generate.py:366 +#: sphinx/ext/autosummary/generate.py:364 msgid "" "\n" "Generate ReStructuredText using autosummary directives.\n" @@ -2772,25 +2773,25 @@ msgid "" " pydoc sphinx.ext.autosummary\n" msgstr "" -#: sphinx/ext/autosummary/generate.py:383 +#: sphinx/ext/autosummary/generate.py:381 msgid "source files to generate rST files for" msgstr "" -#: sphinx/ext/autosummary/generate.py:387 +#: sphinx/ext/autosummary/generate.py:385 msgid "directory to place all output in" msgstr "" -#: sphinx/ext/autosummary/generate.py:390 +#: sphinx/ext/autosummary/generate.py:388 #, python-format msgid "default suffix for files (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:394 +#: sphinx/ext/autosummary/generate.py:392 #, python-format msgid "custom template directory (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:398 +#: sphinx/ext/autosummary/generate.py:396 #, python-format msgid "document imported members (default: %(default)s)" msgstr "" @@ -2868,6 +2869,7 @@ msgid "Warning" msgstr "Upozorenje" #: sphinx/templates/latex/longtable.tex_t:23 +#: sphinx/templates/latex/sphinxmessages.sty_t:8 msgid "continued from previous page" msgstr "nastavak sa prethodne stranice" @@ -2875,13 +2877,29 @@ msgstr "nastavak sa prethodne stranice" msgid "Continued on next page" msgstr "nastavak na sljedećoj stranici" +#: sphinx/templates/latex/sphinxmessages.sty_t:9 +msgid "continues on next page" +msgstr "" + +#: sphinx/templates/latex/sphinxmessages.sty_t:10 +msgid "Non-alphabetical" +msgstr "" + +#: sphinx/templates/latex/sphinxmessages.sty_t:12 +msgid "Numbers" +msgstr "" + +#: sphinx/templates/latex/sphinxmessages.sty_t:13 +msgid "page" +msgstr "stranica" + #: sphinx/themes/agogo/layout.html:46 sphinx/themes/basic/globaltoc.html:10 #: sphinx/themes/basic/localtoc.html:11 sphinx/themes/scrolls/layout.html:41 msgid "Table of Contents" msgstr "" #: sphinx/themes/agogo/layout.html:51 sphinx/themes/basic/layout.html:153 -#: sphinx/themes/basic/search.html:11 sphinx/themes/basic/search.html:26 +#: sphinx/themes/basic/search.html:11 sphinx/themes/basic/search.html:21 #: sphinx/themes/basic/searchresults.html:10 msgid "Search" msgstr "Traži" @@ -3018,13 +3036,13 @@ msgstr "Sljedeća tema" msgid "next chapter" msgstr "sljedeće poglavlje" -#: sphinx/themes/basic/search.html:30 +#: sphinx/themes/basic/search.html:25 msgid "" "Please activate JavaScript to enable the search\n" " functionality." msgstr "Molimo omogućite JavaScript\n za djelovanje tražilice." -#: sphinx/themes/basic/search.html:35 +#: sphinx/themes/basic/search.html:30 msgid "" "From here you can search these documents. Enter your search\n" " words into the box below and click \"search\". Note that the search\n" @@ -3032,20 +3050,20 @@ msgid "" " containing fewer words won't appear in the result list." msgstr "Ovdje možete pretraživati dokumente. Unesite riječi za pretraživanje \nu okvir ispod i kliknite \"traži\". Znajte da će pretraživanje automatski \ntražiti sve upisane riječi. Stranice koje ne sadrže sve riječi neće se\npojaviti na popisu rezultata." -#: sphinx/themes/basic/search.html:42 +#: sphinx/themes/basic/search.html:37 #: sphinx/themes/basic/searchresults.html:17 msgid "search" msgstr "traži" -#: sphinx/themes/basic/search.html:46 +#: sphinx/themes/basic/search.html:41 #: sphinx/themes/basic/searchresults.html:21 -#: sphinx/themes/basic/static/searchtools.js:295 +#: sphinx/themes/basic/static/searchtools.js:285 msgid "Search Results" msgstr "Rezultati pretrage" -#: sphinx/themes/basic/search.html:48 +#: sphinx/themes/basic/search.html:43 #: sphinx/themes/basic/searchresults.html:23 -#: sphinx/themes/basic/static/searchtools.js:297 +#: sphinx/themes/basic/static/searchtools.js:287 msgid "" "Your search did not match any documents. Please make sure that all words are" " spelled correctly and that you've selected enough categories." @@ -3103,20 +3121,20 @@ msgstr "Link na tu definiciju" msgid "Hide Search Matches" msgstr "Sakrij rezultate pretrage" -#: sphinx/themes/basic/static/searchtools.js:131 +#: sphinx/themes/basic/static/searchtools.js:121 msgid "Searching" msgstr "Pretraživanje" -#: sphinx/themes/basic/static/searchtools.js:136 +#: sphinx/themes/basic/static/searchtools.js:126 msgid "Preparing search..." msgstr "Priprema pretrage..." -#: sphinx/themes/basic/static/searchtools.js:299 +#: sphinx/themes/basic/static/searchtools.js:289 #, python-format msgid "Search finished, found %s page(s) matching the search query." msgstr "Pretraga završena, pronađeno %s stranica." -#: sphinx/themes/basic/static/searchtools.js:352 +#: sphinx/themes/basic/static/searchtools.js:342 msgid ", in " msgstr ", u " @@ -3133,18 +3151,18 @@ msgstr "Sakrij pomoćnu traku" msgid "Contents" msgstr "Sadržaj" -#: sphinx/transforms/__init__.py:259 +#: sphinx/transforms/__init__.py:261 #, python-format msgid "" "4 column based index found. It might be a bug of extensions you use: %r" msgstr "" -#: sphinx/transforms/__init__.py:301 +#: sphinx/transforms/__init__.py:303 #, python-format msgid "Footnote [%s] is not referenced." msgstr "" -#: sphinx/transforms/__init__.py:307 +#: sphinx/transforms/__init__.py:309 msgid "Footnote [#] is not referenced." msgstr "" @@ -3215,7 +3233,7 @@ msgstr "" msgid "failed" msgstr "" -#: sphinx/util/docutils.py:321 +#: sphinx/util/docutils.py:320 msgid "when adding directive classes, no additional arguments may be given" msgstr "prilikom dodavanja klasa direktiva, ne mogu se dati dodatni argumenti" @@ -3276,15 +3294,15 @@ msgstr "Permalink na ovu tablicu" msgid "Permalink to this code" msgstr "Permalink na ovaj kod" -#: sphinx/writers/html.py:514 sphinx/writers/html5.py:460 +#: sphinx/writers/html.py:512 sphinx/writers/html5.py:458 msgid "Permalink to this image" msgstr "Permalink na ovu sliku" -#: sphinx/writers/html.py:516 sphinx/writers/html5.py:462 +#: sphinx/writers/html.py:514 sphinx/writers/html5.py:460 msgid "Permalink to this toctree" msgstr "Permalink na ovaj sadržaj" -#: sphinx/writers/html.py:674 sphinx/writers/html5.py:608 +#: sphinx/writers/html.py:672 sphinx/writers/html5.py:606 msgid "Could not obtain image size. :scale: option is ignored." msgstr "" @@ -3321,12 +3339,12 @@ msgstr "" msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: sphinx/writers/latex.py:1843 +#: sphinx/writers/latex.py:1847 #, python-format msgid "unknown index entry type %s found" msgstr "" -#: sphinx/writers/latex.py:2552 +#: sphinx/writers/latex.py:2560 #, python-format msgid "Unknown configure key: latex_elements[%r] is ignored." msgstr "Nepoznata postavka: latex_elements[%r] je zanemarena." @@ -3344,12 +3362,12 @@ msgstr "[slika]" msgid "caption not inside a figure." msgstr "" -#: sphinx/writers/texinfo.py:1421 +#: sphinx/writers/texinfo.py:1422 #, python-format msgid "unimplemented node type: %r" msgstr "" -#: sphinx/writers/texinfo.py:1426 +#: sphinx/writers/texinfo.py:1427 #, python-format msgid "unknown node type: %r" msgstr "" diff --git a/sphinx/locale/hu/LC_MESSAGES/sphinx.mo b/sphinx/locale/hu/LC_MESSAGES/sphinx.mo index f5d83d0312..282068008e 100644 Binary files a/sphinx/locale/hu/LC_MESSAGES/sphinx.mo and b/sphinx/locale/hu/LC_MESSAGES/sphinx.mo differ diff --git a/sphinx/locale/hu/LC_MESSAGES/sphinx.po b/sphinx/locale/hu/LC_MESSAGES/sphinx.po index 93883e891e..8d172470fb 100644 --- a/sphinx/locale/hu/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/hu/LC_MESSAGES/sphinx.po @@ -12,9 +12,9 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2019-02-18 01:52+0900\n" -"PO-Revision-Date: 2019-03-14 16:36+0000\n" -"Last-Translator: Takeshi KOMIYA \n" +"POT-Creation-Date: 2019-03-29 01:05+0900\n" +"PO-Revision-Date: 2019-03-28 16:09+0000\n" +"Last-Translator: Molnár Dénes \n" "Language-Team: Hungarian (http://www.transifex.com/sphinx-doc/sphinx-1/language/hu/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -126,7 +126,7 @@ msgstr "" msgid "role %r is already registered, it will be overridden" msgstr "" -#: sphinx/application.py:1182 +#: sphinx/application.py:1179 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -134,7 +134,7 @@ msgid "" "explicit" msgstr "" -#: sphinx/application.py:1188 +#: sphinx/application.py:1185 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -142,7 +142,7 @@ msgid "" "explicit" msgstr "" -#: sphinx/application.py:1199 +#: sphinx/application.py:1196 #, python-format msgid "doing serial %s" msgstr "" @@ -591,44 +591,44 @@ msgstr "" msgid "preparing documents" msgstr "" -#: sphinx/builders/_epub_base.py:219 +#: sphinx/builders/_epub_base.py:218 #, python-format msgid "duplicated ToC entry found: %s" msgstr "" -#: sphinx/builders/_epub_base.py:415 sphinx/builders/html.py:761 -#: sphinx/builders/latex/__init__.py:413 sphinx/builders/texinfo.py:190 +#: sphinx/builders/_epub_base.py:414 sphinx/builders/html.py:761 +#: sphinx/builders/latex/__init__.py:415 sphinx/builders/texinfo.py:190 msgid "copying images... " msgstr "" -#: sphinx/builders/_epub_base.py:422 +#: sphinx/builders/_epub_base.py:421 #, python-format msgid "cannot read image file %r: copying it instead" msgstr "" -#: sphinx/builders/_epub_base.py:428 sphinx/builders/html.py:769 -#: sphinx/builders/latex/__init__.py:421 sphinx/builders/texinfo.py:198 +#: sphinx/builders/_epub_base.py:427 sphinx/builders/html.py:769 +#: sphinx/builders/latex/__init__.py:423 sphinx/builders/texinfo.py:199 #, python-format msgid "cannot copy image file %r: %s" msgstr "" -#: sphinx/builders/_epub_base.py:445 +#: sphinx/builders/_epub_base.py:444 #, python-format msgid "cannot write image file %r: %s" msgstr "" -#: sphinx/builders/_epub_base.py:456 +#: sphinx/builders/_epub_base.py:455 msgid "Pillow not found - copying image files" msgstr "" -#: sphinx/builders/_epub_base.py:491 sphinx/builders/_epub_base.py:504 -#: sphinx/builders/_epub_base.py:540 sphinx/builders/_epub_base.py:725 -#: sphinx/builders/_epub_base.py:758 sphinx/builders/epub3.py:184 +#: sphinx/builders/_epub_base.py:490 sphinx/builders/_epub_base.py:503 +#: sphinx/builders/_epub_base.py:539 sphinx/builders/_epub_base.py:724 +#: sphinx/builders/_epub_base.py:757 sphinx/builders/epub3.py:183 #, python-format msgid "writing %s file..." msgstr "" -#: sphinx/builders/_epub_base.py:566 +#: sphinx/builders/_epub_base.py:565 #, python-format msgid "unknown mimetype for %s, ignoring" msgstr "" @@ -647,19 +647,19 @@ msgstr "" msgid "writing summary file..." msgstr "" -#: sphinx/builders/changes.py:87 +#: sphinx/builders/changes.py:86 msgid "Builtins" msgstr "Beépített" -#: sphinx/builders/changes.py:89 +#: sphinx/builders/changes.py:88 msgid "Module level" msgstr "Modul szint" -#: sphinx/builders/changes.py:134 +#: sphinx/builders/changes.py:133 msgid "copying source files..." msgstr "" -#: sphinx/builders/changes.py:141 +#: sphinx/builders/changes.py:140 #, python-format msgid "could not read %r for changelog creation" msgstr "" @@ -668,76 +668,76 @@ msgstr "" msgid "The dummy builder generates no files." msgstr "" -#: sphinx/builders/epub3.py:69 +#: sphinx/builders/epub3.py:68 #, python-format msgid "The ePub file is in %(outdir)s." msgstr "" -#: sphinx/builders/epub3.py:212 +#: sphinx/builders/epub3.py:211 msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:216 +#: sphinx/builders/epub3.py:215 msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:219 +#: sphinx/builders/epub3.py:218 msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:223 +#: sphinx/builders/epub3.py:222 msgid "conf value \"epub_author\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:226 +#: sphinx/builders/epub3.py:225 msgid "conf value \"epub_contributor\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:229 +#: sphinx/builders/epub3.py:228 msgid "conf value \"epub_description\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:232 +#: sphinx/builders/epub3.py:231 msgid "conf value \"epub_publisher\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:235 +#: sphinx/builders/epub3.py:234 msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:239 +#: sphinx/builders/epub3.py:238 msgid "conf value \"epub_identifier\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:242 +#: sphinx/builders/epub3.py:241 msgid "conf value \"version\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:257 sphinx/builders/html.py:1166 +#: sphinx/builders/epub3.py:256 sphinx/builders/html.py:1166 #, python-format msgid "invalid css_file: %r, ignored" msgstr "" -#: sphinx/builders/gettext.py:215 +#: sphinx/builders/gettext.py:221 #, python-format msgid "The message catalogs are in %(outdir)s." msgstr "" -#: sphinx/builders/gettext.py:239 +#: sphinx/builders/gettext.py:245 #, python-format msgid "building [%s]: " msgstr "" -#: sphinx/builders/gettext.py:240 +#: sphinx/builders/gettext.py:246 #, python-format msgid "targets for %d template files" msgstr "" -#: sphinx/builders/gettext.py:244 +#: sphinx/builders/gettext.py:250 msgid "reading templates... " msgstr "" -#: sphinx/builders/gettext.py:271 +#: sphinx/builders/gettext.py:277 msgid "writing message catalogs... " msgstr "" @@ -756,7 +756,7 @@ msgstr "" msgid "Failed to read build info file: %r" msgstr "" -#: sphinx/builders/html.py:488 sphinx/builders/latex/__init__.py:204 +#: sphinx/builders/html.py:488 sphinx/builders/latex/__init__.py:206 #: sphinx/transforms/__init__.py:121 sphinx/writers/manpage.py:118 #: sphinx/writers/texinfo.py:243 #, python-format @@ -809,7 +809,7 @@ msgstr "" msgid "html_static_path entry %r does not exist" msgstr "" -#: sphinx/builders/html.py:839 sphinx/builders/latex/__init__.py:398 +#: sphinx/builders/html.py:839 sphinx/builders/latex/__init__.py:400 #, python-format msgid "logo file %r does not exist" msgstr "" @@ -926,7 +926,7 @@ msgstr "" msgid "no \"man_pages\" config value found; no manual pages will be written" msgstr "" -#: sphinx/builders/latex/__init__.py:270 sphinx/builders/manpage.py:64 +#: sphinx/builders/latex/__init__.py:272 sphinx/builders/manpage.py:64 #: sphinx/builders/singlehtml.py:174 sphinx/builders/texinfo.py:120 msgid "writing" msgstr "" @@ -970,24 +970,24 @@ msgstr "" msgid "\"texinfo_documents\" config value references unknown document %s" msgstr "" -#: sphinx/builders/latex/__init__.py:253 sphinx/builders/texinfo.py:116 +#: sphinx/builders/latex/__init__.py:255 sphinx/builders/texinfo.py:116 #, python-format msgid "processing %s" msgstr "" -#: sphinx/builders/latex/__init__.py:322 sphinx/builders/texinfo.py:163 +#: sphinx/builders/latex/__init__.py:323 sphinx/builders/texinfo.py:164 msgid "resolving references..." msgstr "" -#: sphinx/builders/latex/__init__.py:332 sphinx/builders/texinfo.py:172 +#: sphinx/builders/latex/__init__.py:333 sphinx/builders/texinfo.py:173 msgid " (in " msgstr " (" -#: sphinx/builders/texinfo.py:204 +#: sphinx/builders/texinfo.py:205 msgid "copying Texinfo support files" msgstr "" -#: sphinx/builders/texinfo.py:208 +#: sphinx/builders/texinfo.py:209 #, python-format msgid "error writing file Makefile: %s" msgstr "" @@ -1007,28 +1007,28 @@ msgstr "" msgid "The pseudo-XML files are in %(outdir)s." msgstr "" -#: sphinx/builders/latex/__init__.py:121 +#: sphinx/builders/latex/__init__.py:123 #, python-format msgid "The LaTeX files are in %(outdir)s." msgstr "" -#: sphinx/builders/latex/__init__.py:123 +#: sphinx/builders/latex/__init__.py:125 msgid "" "\n" "Run 'make' in that directory to run these through (pdf)latex\n" "(use `make latexpdf' here to do that automatically)." msgstr "" -#: sphinx/builders/latex/__init__.py:163 +#: sphinx/builders/latex/__init__.py:165 msgid "no \"latex_documents\" config value found; no documents will be written" msgstr "" -#: sphinx/builders/latex/__init__.py:171 +#: sphinx/builders/latex/__init__.py:173 #, python-format msgid "\"latex_documents\" config value references unknown document %s" msgstr "" -#: sphinx/builders/latex/__init__.py:211 sphinx/domains/std.py:501 +#: sphinx/builders/latex/__init__.py:213 sphinx/domains/std.py:501 #: sphinx/templates/latex/latex.tex_t:79 #: sphinx/themes/basic/genindex-single.html:30 #: sphinx/themes/basic/genindex-single.html:55 @@ -1040,28 +1040,28 @@ msgstr "" msgid "Index" msgstr "Tárgymutató" -#: sphinx/builders/latex/__init__.py:214 sphinx/templates/latex/latex.tex_t:64 +#: sphinx/builders/latex/__init__.py:216 sphinx/templates/latex/latex.tex_t:64 msgid "Release" msgstr "Kiadás" -#: sphinx/builders/latex/__init__.py:222 sphinx/writers/latex.py:549 +#: sphinx/builders/latex/__init__.py:224 sphinx/writers/latex.py:549 #, python-format msgid "no Babel option known for language %r" msgstr "" -#: sphinx/builders/latex/__init__.py:361 +#: sphinx/builders/latex/__init__.py:363 msgid "copying TeX support files" msgstr "" -#: sphinx/builders/latex/__init__.py:382 +#: sphinx/builders/latex/__init__.py:384 msgid "copying TeX support files..." msgstr "" -#: sphinx/builders/latex/__init__.py:402 +#: sphinx/builders/latex/__init__.py:404 msgid "copying additional files" msgstr "" -#: sphinx/builders/latex/__init__.py:445 +#: sphinx/builders/latex/__init__.py:447 #, python-format msgid "Unknown configure key: latex_elements[%r]. ignored." msgstr "" @@ -1124,8 +1124,8 @@ msgstr "" msgid "job number should be a positive number" msgstr "" -#: sphinx/cmd/build.py:106 sphinx/cmd/quickstart.py:498 -#: sphinx/ext/apidoc.py:298 sphinx/ext/autosummary/generate.py:365 +#: sphinx/cmd/build.py:106 sphinx/cmd/quickstart.py:497 +#: sphinx/ext/apidoc.py:298 sphinx/ext/autosummary/generate.py:363 msgid "For more information, visit ." msgstr "" @@ -1502,13 +1502,13 @@ msgstr "" msgid "Indicate which of the following Sphinx extensions should be enabled:" msgstr "" -#: sphinx/cmd/quickstart.py:354 +#: sphinx/cmd/quickstart.py:353 msgid "" "Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " "been deselected." msgstr "" -#: sphinx/cmd/quickstart.py:359 +#: sphinx/cmd/quickstart.py:358 msgid "" "\n" "A Makefile and a Windows command file can be generated for you so that you\n" @@ -1516,29 +1516,29 @@ msgid "" "directly." msgstr "" -#: sphinx/cmd/quickstart.py:363 +#: sphinx/cmd/quickstart.py:362 msgid "Create Makefile? (y/n)" msgstr "" -#: sphinx/cmd/quickstart.py:366 +#: sphinx/cmd/quickstart.py:365 msgid "Create Windows command file? (y/n)" msgstr "" -#: sphinx/cmd/quickstart.py:409 sphinx/ext/apidoc.py:74 +#: sphinx/cmd/quickstart.py:408 sphinx/ext/apidoc.py:74 #, python-format msgid "Creating file %s." msgstr "" -#: sphinx/cmd/quickstart.py:414 sphinx/ext/apidoc.py:72 +#: sphinx/cmd/quickstart.py:413 sphinx/ext/apidoc.py:72 #, python-format msgid "File %s already exists, skipping." msgstr "" -#: sphinx/cmd/quickstart.py:450 +#: sphinx/cmd/quickstart.py:449 msgid "Finished: An initial directory structure has been created." msgstr "" -#: sphinx/cmd/quickstart.py:451 +#: sphinx/cmd/quickstart.py:450 #, python-format msgid "" "\n" @@ -1546,26 +1546,26 @@ msgid "" "source files. " msgstr "" -#: sphinx/cmd/quickstart.py:453 +#: sphinx/cmd/quickstart.py:452 msgid "" "Use the Makefile to build the docs, like so:\n" " make builder\n" msgstr "" -#: sphinx/cmd/quickstart.py:456 +#: sphinx/cmd/quickstart.py:455 #, python-format msgid "" "Use the sphinx-build command to build the docs, like so:\n" " sphinx-build -b builder %s %s\n" msgstr "" -#: sphinx/cmd/quickstart.py:459 +#: sphinx/cmd/quickstart.py:458 msgid "" "where \"builder\" is one of the supported builders, e.g. html, latex or " "linkcheck.\n" msgstr "" -#: sphinx/cmd/quickstart.py:499 +#: sphinx/cmd/quickstart.py:498 msgid "" "\n" "Generate required files for a Sphinx project.\n" @@ -1575,131 +1575,131 @@ msgid "" "Makefile to be used with sphinx-build.\n" msgstr "" -#: sphinx/cmd/quickstart.py:509 +#: sphinx/cmd/quickstart.py:508 msgid "quiet mode" msgstr "" -#: sphinx/cmd/quickstart.py:514 +#: sphinx/cmd/quickstart.py:513 msgid "output path" msgstr "" -#: sphinx/cmd/quickstart.py:516 +#: sphinx/cmd/quickstart.py:515 msgid "Structure options" msgstr "" -#: sphinx/cmd/quickstart.py:518 +#: sphinx/cmd/quickstart.py:517 msgid "if specified, separate source and build dirs" msgstr "" -#: sphinx/cmd/quickstart.py:520 +#: sphinx/cmd/quickstart.py:519 msgid "replacement for dot in _templates etc." msgstr "" -#: sphinx/cmd/quickstart.py:522 +#: sphinx/cmd/quickstart.py:521 msgid "Project basic options" msgstr "" -#: sphinx/cmd/quickstart.py:524 +#: sphinx/cmd/quickstart.py:523 msgid "project name" msgstr "" -#: sphinx/cmd/quickstart.py:526 +#: sphinx/cmd/quickstart.py:525 msgid "author names" msgstr "" -#: sphinx/cmd/quickstart.py:528 +#: sphinx/cmd/quickstart.py:527 msgid "version of project" msgstr "" -#: sphinx/cmd/quickstart.py:530 +#: sphinx/cmd/quickstart.py:529 msgid "release of project" msgstr "" -#: sphinx/cmd/quickstart.py:532 +#: sphinx/cmd/quickstart.py:531 msgid "document language" msgstr "" -#: sphinx/cmd/quickstart.py:534 +#: sphinx/cmd/quickstart.py:533 msgid "source file suffix" msgstr "" -#: sphinx/cmd/quickstart.py:536 +#: sphinx/cmd/quickstart.py:535 msgid "master document name" msgstr "" -#: sphinx/cmd/quickstart.py:538 +#: sphinx/cmd/quickstart.py:537 msgid "use epub" msgstr "" -#: sphinx/cmd/quickstart.py:540 +#: sphinx/cmd/quickstart.py:539 msgid "Extension options" msgstr "" -#: sphinx/cmd/quickstart.py:544 sphinx/ext/apidoc.py:379 +#: sphinx/cmd/quickstart.py:543 sphinx/ext/apidoc.py:379 #, python-format msgid "enable %s extension" msgstr "" -#: sphinx/cmd/quickstart.py:546 sphinx/ext/apidoc.py:375 +#: sphinx/cmd/quickstart.py:545 sphinx/ext/apidoc.py:375 msgid "enable arbitrary extensions" msgstr "" -#: sphinx/cmd/quickstart.py:548 +#: sphinx/cmd/quickstart.py:547 msgid "Makefile and Batchfile creation" msgstr "" -#: sphinx/cmd/quickstart.py:550 +#: sphinx/cmd/quickstart.py:549 msgid "create makefile" msgstr "" -#: sphinx/cmd/quickstart.py:552 +#: sphinx/cmd/quickstart.py:551 msgid "do not create makefile" msgstr "" -#: sphinx/cmd/quickstart.py:554 +#: sphinx/cmd/quickstart.py:553 msgid "create batchfile" msgstr "" -#: sphinx/cmd/quickstart.py:557 +#: sphinx/cmd/quickstart.py:556 msgid "do not create batchfile" msgstr "" -#: sphinx/cmd/quickstart.py:560 +#: sphinx/cmd/quickstart.py:559 msgid "use make-mode for Makefile/make.bat" msgstr "" -#: sphinx/cmd/quickstart.py:563 +#: sphinx/cmd/quickstart.py:562 msgid "do not use make-mode for Makefile/make.bat" msgstr "" -#: sphinx/cmd/quickstart.py:565 +#: sphinx/cmd/quickstart.py:564 msgid "Project templating" msgstr "" -#: sphinx/cmd/quickstart.py:568 +#: sphinx/cmd/quickstart.py:567 msgid "template directory for template files" msgstr "" -#: sphinx/cmd/quickstart.py:571 +#: sphinx/cmd/quickstart.py:570 msgid "define a template variable" msgstr "" -#: sphinx/cmd/quickstart.py:605 +#: sphinx/cmd/quickstart.py:604 msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." msgstr "" -#: sphinx/cmd/quickstart.py:619 +#: sphinx/cmd/quickstart.py:618 msgid "" "Error: specified path is not a directory, or sphinx files already exist." msgstr "A megadott útvonal nem egy mappa vagy a sphinx állományok már léteznek." -#: sphinx/cmd/quickstart.py:621 +#: sphinx/cmd/quickstart.py:620 msgid "" "sphinx-quickstart only generate into a empty directory. Please specify a new" " root path." msgstr "" -#: sphinx/cmd/quickstart.py:636 +#: sphinx/cmd/quickstart.py:635 #, python-format msgid "Invalid template variable: %s" msgstr "" @@ -1771,17 +1771,17 @@ msgstr "Szerző: " msgid "%s %s" msgstr "%s %s" -#: sphinx/domains/c.py:64 sphinx/domains/cpp.py:6371 +#: sphinx/domains/c.py:64 sphinx/domains/cpp.py:6445 #: sphinx/domains/python.py:210 sphinx/ext/napoleon/docstring.py:696 msgid "Parameters" msgstr "Paraméterek" -#: sphinx/domains/c.py:67 sphinx/domains/cpp.py:6380 -#: sphinx/domains/javascript.py:210 sphinx/domains/python.py:222 +#: sphinx/domains/c.py:67 sphinx/domains/cpp.py:6454 +#: sphinx/domains/javascript.py:209 sphinx/domains/python.py:222 msgid "Returns" msgstr "Visszatérési érték" -#: sphinx/domains/c.py:69 sphinx/domains/javascript.py:212 +#: sphinx/domains/c.py:69 sphinx/domains/javascript.py:211 #: sphinx/domains/python.py:224 msgid "Return type" msgstr "Visszatérés típusa" @@ -1811,12 +1811,12 @@ msgstr "%s (C típus)" msgid "%s (C variable)" msgstr "%s (C változó)" -#: sphinx/domains/c.py:258 sphinx/domains/cpp.py:6956 -#: sphinx/domains/javascript.py:298 sphinx/domains/python.py:741 +#: sphinx/domains/c.py:258 sphinx/domains/cpp.py:7029 +#: sphinx/domains/javascript.py:297 sphinx/domains/python.py:742 msgid "function" msgstr "függvény" -#: sphinx/domains/c.py:259 sphinx/domains/cpp.py:6957 +#: sphinx/domains/c.py:259 sphinx/domains/cpp.py:7030 msgid "member" msgstr "tag" @@ -1824,7 +1824,7 @@ msgstr "tag" msgid "macro" msgstr "makró" -#: sphinx/domains/c.py:261 sphinx/domains/cpp.py:6958 +#: sphinx/domains/c.py:261 sphinx/domains/cpp.py:7031 msgid "type" msgstr "típus" @@ -1847,106 +1847,106 @@ msgstr "A %s verzióban változott" msgid "Deprecated since version %s" msgstr "Elavult a(z) %s verzió óta" -#: sphinx/domains/cpp.py:4297 +#: sphinx/domains/cpp.py:4323 #, python-format msgid "" "Duplicate declaration, also defined in '%s'.\n" "Declaration is '%s'." msgstr "" -#: sphinx/domains/cpp.py:6374 +#: sphinx/domains/cpp.py:6448 msgid "Template Parameters" msgstr "Sablonparaméterek" -#: sphinx/domains/cpp.py:6377 sphinx/domains/javascript.py:207 +#: sphinx/domains/cpp.py:6451 sphinx/domains/javascript.py:206 msgid "Throws" msgstr "Dob" -#: sphinx/domains/cpp.py:6505 +#: sphinx/domains/cpp.py:6579 #, python-format msgid "%s (C++ %s)" msgstr "" -#: sphinx/domains/cpp.py:6954 sphinx/domains/javascript.py:300 -#: sphinx/domains/python.py:743 +#: sphinx/domains/cpp.py:7027 sphinx/domains/javascript.py:299 +#: sphinx/domains/python.py:744 msgid "class" msgstr "osztály" -#: sphinx/domains/cpp.py:6955 +#: sphinx/domains/cpp.py:7028 msgid "union" msgstr "" -#: sphinx/domains/cpp.py:6959 +#: sphinx/domains/cpp.py:7032 msgid "concept" msgstr "" -#: sphinx/domains/cpp.py:6960 +#: sphinx/domains/cpp.py:7033 msgid "enum" msgstr "enumeráció" -#: sphinx/domains/cpp.py:6961 +#: sphinx/domains/cpp.py:7034 msgid "enumerator" msgstr "enumerátor" -#: sphinx/domains/cpp.py:7054 +#: sphinx/domains/cpp.py:7127 #, python-format msgid "" "Duplicate declaration, also defined in '%s'.\n" "Name of declaration is '%s'." msgstr "" -#: sphinx/domains/javascript.py:131 sphinx/domains/python.py:429 +#: sphinx/domains/javascript.py:130 sphinx/domains/python.py:430 #, python-format msgid "%s() (built-in function)" msgstr "%s() (beépített függvény)" -#: sphinx/domains/javascript.py:132 sphinx/domains/python.py:494 +#: sphinx/domains/javascript.py:131 sphinx/domains/python.py:495 #, python-format msgid "%s() (%s method)" msgstr "%s() (%s metódus)" -#: sphinx/domains/javascript.py:134 +#: sphinx/domains/javascript.py:133 #, python-format msgid "%s() (class)" msgstr "%s() (osztály)" -#: sphinx/domains/javascript.py:136 +#: sphinx/domains/javascript.py:135 #, python-format msgid "%s (global variable or constant)" msgstr "%s (globális változó vagy konstans)" -#: sphinx/domains/javascript.py:138 sphinx/domains/python.py:532 +#: sphinx/domains/javascript.py:137 sphinx/domains/python.py:533 #, python-format msgid "%s (%s attribute)" msgstr "%s (%s attribútum)" -#: sphinx/domains/javascript.py:204 +#: sphinx/domains/javascript.py:203 msgid "Arguments" msgstr "Argumentum" -#: sphinx/domains/javascript.py:265 sphinx/domains/python.py:609 +#: sphinx/domains/javascript.py:264 sphinx/domains/python.py:610 #, python-format msgid "%s (module)" msgstr "%s (modul)" -#: sphinx/domains/javascript.py:299 sphinx/domains/python.py:745 +#: sphinx/domains/javascript.py:298 sphinx/domains/python.py:746 msgid "method" msgstr "metódus" -#: sphinx/domains/javascript.py:301 sphinx/domains/python.py:742 +#: sphinx/domains/javascript.py:300 sphinx/domains/python.py:743 msgid "data" msgstr "adat" -#: sphinx/domains/javascript.py:302 sphinx/domains/python.py:748 +#: sphinx/domains/javascript.py:301 sphinx/domains/python.py:749 msgid "attribute" msgstr "attribútum" -#: sphinx/domains/javascript.py:303 sphinx/domains/python.py:49 -#: sphinx/domains/python.py:749 +#: sphinx/domains/javascript.py:302 sphinx/domains/python.py:49 +#: sphinx/domains/python.py:750 msgid "module" msgstr "modul" -#: sphinx/domains/math.py:101 sphinx/writers/latex.py:2451 +#: sphinx/domains/math.py:101 sphinx/writers/latex.py:2459 #, python-format msgid "Invalid math_eqref_format: %r" msgstr "" @@ -1968,7 +1968,7 @@ msgstr "operátor" msgid "object" msgstr "objektum" -#: sphinx/domains/python.py:53 sphinx/domains/python.py:744 +#: sphinx/domains/python.py:53 sphinx/domains/python.py:745 msgid "exception" msgstr "kivétel" @@ -1988,88 +1988,88 @@ msgstr "Változók" msgid "Raises" msgstr "Kivétel" -#: sphinx/domains/python.py:430 sphinx/domains/python.py:488 -#: sphinx/domains/python.py:500 sphinx/domains/python.py:513 +#: sphinx/domains/python.py:431 sphinx/domains/python.py:489 +#: sphinx/domains/python.py:501 sphinx/domains/python.py:514 #, python-format msgid "%s() (in module %s)" msgstr "%s() (%s modulban)" -#: sphinx/domains/python.py:433 +#: sphinx/domains/python.py:434 #, python-format msgid "%s (built-in variable)" msgstr "%s (beépített változó)" -#: sphinx/domains/python.py:434 sphinx/domains/python.py:526 +#: sphinx/domains/python.py:435 sphinx/domains/python.py:527 #, python-format msgid "%s (in module %s)" msgstr "%s (%s modulban)" -#: sphinx/domains/python.py:454 +#: sphinx/domains/python.py:455 #, python-format msgid "%s (built-in class)" msgstr "%s (beépített osztály)" -#: sphinx/domains/python.py:455 +#: sphinx/domains/python.py:456 #, python-format msgid "%s (class in %s)" msgstr "%s (osztály %s)" -#: sphinx/domains/python.py:492 +#: sphinx/domains/python.py:493 #, python-format msgid "%s() (%s.%s method)" msgstr "%s() (%s.%s metódus)" -#: sphinx/domains/python.py:504 +#: sphinx/domains/python.py:505 #, python-format msgid "%s() (%s.%s static method)" msgstr "%s() (%s.%s statikus metódus)" -#: sphinx/domains/python.py:507 +#: sphinx/domains/python.py:508 #, python-format msgid "%s() (%s static method)" msgstr "%s() (%s statikus metódus)" -#: sphinx/domains/python.py:517 +#: sphinx/domains/python.py:518 #, python-format msgid "%s() (%s.%s class method)" msgstr "%s() (%s.%s osztály metódus)" -#: sphinx/domains/python.py:520 +#: sphinx/domains/python.py:521 #, python-format msgid "%s() (%s class method)" msgstr "%s() (%s osztály metódus)" -#: sphinx/domains/python.py:530 +#: sphinx/domains/python.py:531 #, python-format msgid "%s (%s.%s attribute)" msgstr "%s (%s.%s attribútum)" -#: sphinx/domains/python.py:667 +#: sphinx/domains/python.py:668 msgid "Python Module Index" msgstr "Python Modul Mutató" -#: sphinx/domains/python.py:668 +#: sphinx/domains/python.py:669 msgid "modules" msgstr "modulok" -#: sphinx/domains/python.py:719 +#: sphinx/domains/python.py:720 msgid "Deprecated" msgstr "Elavult" -#: sphinx/domains/python.py:746 +#: sphinx/domains/python.py:747 msgid "class method" msgstr "osztály szintű metódus" -#: sphinx/domains/python.py:747 +#: sphinx/domains/python.py:748 msgid "static method" msgstr "statikus metódus" -#: sphinx/domains/python.py:879 +#: sphinx/domains/python.py:880 #, python-format msgid "more than one target found for cross-reference %r: %s" msgstr "" -#: sphinx/domains/python.py:917 +#: sphinx/domains/python.py:918 msgid " (deprecated)" msgstr " (elavult)" @@ -2145,7 +2145,7 @@ msgstr "Keresés" msgid "duplicate citation %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:631 sphinx/ext/autosectionlabel.py:61 +#: sphinx/domains/std.py:631 sphinx/ext/autosectionlabel.py:56 #, python-format msgid "duplicate label %s, other instance in %s" msgstr "" @@ -2205,21 +2205,21 @@ msgid "" "another doctree directory." msgstr "" -#: sphinx/environment/__init__.py:408 +#: sphinx/environment/__init__.py:404 #, python-format msgid "Failed to scan documents in %s: %r" msgstr "" -#: sphinx/environment/__init__.py:536 +#: sphinx/environment/__init__.py:532 #, python-format msgid "Domain %r is not registered" msgstr "" -#: sphinx/environment/__init__.py:621 +#: sphinx/environment/__init__.py:617 msgid "self referenced toctree found. Ignored." msgstr "" -#: sphinx/environment/__init__.py:662 +#: sphinx/environment/__init__.py:658 msgid "document isn't included in any toctree" msgstr "" @@ -2239,6 +2239,7 @@ msgid "unknown index entry type %r" msgstr "" #: sphinx/environment/adapters/indexentries.py:156 +#: sphinx/templates/latex/sphinxmessages.sty_t:11 msgid "Symbols" msgstr "Szimbólumok" @@ -2264,22 +2265,22 @@ msgstr "" msgid "toctree contains reference to nonexisting document %r" msgstr "" -#: sphinx/environment/collectors/asset.py:91 +#: sphinx/environment/collectors/asset.py:90 #, python-format msgid "image file not readable: %s" msgstr "" -#: sphinx/environment/collectors/asset.py:107 +#: sphinx/environment/collectors/asset.py:106 #, python-format msgid "image file %s not readable: %s" msgstr "" -#: sphinx/environment/collectors/asset.py:135 +#: sphinx/environment/collectors/asset.py:134 #, python-format msgid "download file not readable: %s" msgstr "" -#: sphinx/environment/collectors/toctree.py:197 +#: sphinx/environment/collectors/toctree.py:196 #, python-format msgid "%s is already assigned section numbers (nested numbered toctree?)" msgstr "" @@ -2423,38 +2424,38 @@ msgstr "" msgid "module %s could not be imported: %s" msgstr "" -#: sphinx/ext/doctest.py:142 +#: sphinx/ext/doctest.py:132 #, python-format msgid "missing '+' or '-' in '%s' option." msgstr "" -#: sphinx/ext/doctest.py:147 +#: sphinx/ext/doctest.py:137 #, python-format msgid "'%s' is not a valid option." msgstr "" -#: sphinx/ext/doctest.py:161 +#: sphinx/ext/doctest.py:151 #, python-format msgid "'%s' is not a valid pyversion option" msgstr "" -#: sphinx/ext/doctest.py:230 +#: sphinx/ext/doctest.py:222 msgid "invalid TestCode type" msgstr "" -#: sphinx/ext/doctest.py:291 +#: sphinx/ext/doctest.py:283 #, python-format msgid "" "Testing of doctests in the sources finished, look at the results in " "%(outdir)s/output.txt." msgstr "" -#: sphinx/ext/doctest.py:438 +#: sphinx/ext/doctest.py:446 #, python-format msgid "no code/output in %s block at %s:%s" msgstr "" -#: sphinx/ext/doctest.py:527 +#: sphinx/ext/doctest.py:535 #, python-format msgid "ignoring invalid doctest code: %r" msgstr "" @@ -2472,7 +2473,7 @@ msgstr "" msgid "Ignoring \"graphviz\" directive without content." msgstr "" -#: sphinx/ext/graphviz.py:252 +#: sphinx/ext/graphviz.py:250 #, python-format msgid "" "dot did not produce an output file:\n" @@ -2482,14 +2483,14 @@ msgid "" "%r" msgstr "" -#: sphinx/ext/graphviz.py:256 +#: sphinx/ext/graphviz.py:254 #, python-format msgid "" "dot command %r cannot be run (needed for graphviz output), check the " "graphviz_dot setting" msgstr "" -#: sphinx/ext/graphviz.py:263 +#: sphinx/ext/graphviz.py:261 #, python-format msgid "" "dot exited with error:\n" @@ -2499,23 +2500,23 @@ msgid "" "%r" msgstr "" -#: sphinx/ext/graphviz.py:273 +#: sphinx/ext/graphviz.py:271 #, python-format msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" msgstr "" -#: sphinx/ext/graphviz.py:277 sphinx/ext/graphviz.py:331 -#: sphinx/ext/graphviz.py:369 +#: sphinx/ext/graphviz.py:275 sphinx/ext/graphviz.py:329 +#: sphinx/ext/graphviz.py:367 #, python-format msgid "dot code %r: %s" msgstr "" -#: sphinx/ext/graphviz.py:384 sphinx/ext/graphviz.py:393 +#: sphinx/ext/graphviz.py:382 sphinx/ext/graphviz.py:391 #, python-format msgid "[graph: %s]" msgstr "[graph: %s]" -#: sphinx/ext/graphviz.py:386 sphinx/ext/graphviz.py:395 +#: sphinx/ext/graphviz.py:384 sphinx/ext/graphviz.py:393 msgid "[graph]" msgstr "[graph]" @@ -2534,31 +2535,31 @@ msgid "" "%r" msgstr "" -#: sphinx/ext/imgmath.py:140 +#: sphinx/ext/imgmath.py:139 #, python-format msgid "" "LaTeX command %r cannot be run (needed for math display), check the " "imgmath_latex setting" msgstr "" -#: sphinx/ext/imgmath.py:155 +#: sphinx/ext/imgmath.py:154 #, python-format msgid "" "%s command %r cannot be run (needed for math display), check the imgmath_%s " "setting" msgstr "" -#: sphinx/ext/imgmath.py:290 +#: sphinx/ext/imgmath.py:289 #, python-format msgid "display latex %r: %s" msgstr "" -#: sphinx/ext/imgmath.py:317 +#: sphinx/ext/imgmath.py:316 #, python-format msgid "inline latex %r: %s" msgstr "" -#: sphinx/ext/imgmath.py:324 sphinx/ext/mathjax.py:54 +#: sphinx/ext/imgmath.py:323 sphinx/ext/mathjax.py:54 msgid "Permalink to this equation" msgstr "" @@ -2578,26 +2579,26 @@ msgid "" "alternatives:" msgstr "" -#: sphinx/ext/intersphinx.py:237 +#: sphinx/ext/intersphinx.py:238 msgid "failed to reach any of the inventories with the following issues:" msgstr "" -#: sphinx/ext/intersphinx.py:312 +#: sphinx/ext/intersphinx.py:311 #, python-format msgid "(in %s v%s)" msgstr "(%s v%s)" -#: sphinx/ext/intersphinx.py:314 +#: sphinx/ext/intersphinx.py:313 #, python-format msgid "(in %s)" msgstr "" -#: sphinx/ext/intersphinx.py:348 +#: sphinx/ext/intersphinx.py:347 #, python-format msgid "intersphinx identifier %r is not string. Ignored" msgstr "" -#: sphinx/ext/intersphinx.py:361 +#: sphinx/ext/intersphinx.py:360 #, python-format msgid "Fail to read intersphinx_mapping[%s], Ignored: %r" msgstr "" @@ -2653,29 +2654,29 @@ msgstr "Áttekintés: modul forráskód" msgid "

All modules for which code is available

" msgstr "

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

" -#: sphinx/ext/autodoc/__init__.py:302 +#: sphinx/ext/autodoc/__init__.py:300 #, python-format msgid "invalid signature for auto%s (%r)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:402 +#: sphinx/ext/autodoc/__init__.py:400 #, python-format msgid "error while formatting arguments for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:514 +#: sphinx/ext/autodoc/__init__.py:512 #, python-format msgid "missing attribute %s in object %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:602 +#: sphinx/ext/autodoc/__init__.py:600 #, python-format msgid "" "autodoc: failed to determine %r to be documented.the following exception was raised:\n" "%s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:694 +#: sphinx/ext/autodoc/__init__.py:692 #, python-format msgid "" "don't know which module to import for autodocumenting %r (try placing a " @@ -2683,39 +2684,39 @@ msgid "" "explicit module name)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:788 +#: sphinx/ext/autodoc/__init__.py:786 msgid "\"::\" in automodule name doesn't make sense" msgstr "" -#: sphinx/ext/autodoc/__init__.py:796 +#: sphinx/ext/autodoc/__init__.py:794 #, python-format msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:829 +#: sphinx/ext/autodoc/__init__.py:827 #, python-format msgid "" "__all__ should be a list of strings, not %r (in module %s) -- ignoring " "__all__" msgstr "" -#: sphinx/ext/autodoc/__init__.py:844 +#: sphinx/ext/autodoc/__init__.py:842 #, python-format msgid "" "missing attribute mentioned in :members: or __all__: module %s, attribute %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1128 +#: sphinx/ext/autodoc/__init__.py:1126 #, python-format msgid "Bases: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1185 +#: sphinx/ext/autodoc/__init__.py:1183 #, python-format msgid "alias of :class:`%s`" msgstr "álneve :class:`%s`" -#: sphinx/ext/autodoc/__init__.py:1470 +#: sphinx/ext/autodoc/__init__.py:1468 #, python-format msgid "Ignoring invalid option in autodoc_default_flags: %r" msgstr "" @@ -2751,17 +2752,17 @@ msgid "" "contain .rst. Skipped." msgstr "" -#: sphinx/ext/autosummary/generate.py:102 +#: sphinx/ext/autosummary/generate.py:100 #, python-format msgid "[autosummary] generating autosummary for: %s" msgstr "" -#: sphinx/ext/autosummary/generate.py:106 +#: sphinx/ext/autosummary/generate.py:104 #, python-format msgid "[autosummary] writing to %s" msgstr "" -#: sphinx/ext/autosummary/generate.py:366 +#: sphinx/ext/autosummary/generate.py:364 msgid "" "\n" "Generate ReStructuredText using autosummary directives.\n" @@ -2776,25 +2777,25 @@ msgid "" " pydoc sphinx.ext.autosummary\n" msgstr "" -#: sphinx/ext/autosummary/generate.py:383 +#: sphinx/ext/autosummary/generate.py:381 msgid "source files to generate rST files for" msgstr "" -#: sphinx/ext/autosummary/generate.py:387 +#: sphinx/ext/autosummary/generate.py:385 msgid "directory to place all output in" msgstr "" -#: sphinx/ext/autosummary/generate.py:390 +#: sphinx/ext/autosummary/generate.py:388 #, python-format msgid "default suffix for files (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:394 +#: sphinx/ext/autosummary/generate.py:392 #, python-format msgid "custom template directory (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:398 +#: sphinx/ext/autosummary/generate.py:396 #, python-format msgid "document imported members (default: %(default)s)" msgstr "" @@ -2872,6 +2873,7 @@ msgid "Warning" msgstr "Figyelem" #: sphinx/templates/latex/longtable.tex_t:23 +#: sphinx/templates/latex/sphinxmessages.sty_t:8 msgid "continued from previous page" msgstr "folytatás az előző oldalról" @@ -2879,13 +2881,29 @@ msgstr "folytatás az előző oldalról" msgid "Continued on next page" msgstr "A következő oldalon folytatódik" +#: sphinx/templates/latex/sphinxmessages.sty_t:9 +msgid "continues on next page" +msgstr "" + +#: sphinx/templates/latex/sphinxmessages.sty_t:10 +msgid "Non-alphabetical" +msgstr "" + +#: sphinx/templates/latex/sphinxmessages.sty_t:12 +msgid "Numbers" +msgstr "" + +#: sphinx/templates/latex/sphinxmessages.sty_t:13 +msgid "page" +msgstr "oldal" + #: sphinx/themes/agogo/layout.html:46 sphinx/themes/basic/globaltoc.html:10 #: sphinx/themes/basic/localtoc.html:11 sphinx/themes/scrolls/layout.html:41 msgid "Table of Contents" msgstr "" #: sphinx/themes/agogo/layout.html:51 sphinx/themes/basic/layout.html:153 -#: sphinx/themes/basic/search.html:11 sphinx/themes/basic/search.html:26 +#: sphinx/themes/basic/search.html:11 sphinx/themes/basic/search.html:21 #: sphinx/themes/basic/searchresults.html:10 msgid "Search" msgstr "Keresés" @@ -3022,13 +3040,13 @@ msgstr "Következő témakör" msgid "next chapter" msgstr "következő fejezet" -#: sphinx/themes/basic/search.html:30 +#: sphinx/themes/basic/search.html:25 msgid "" "Please activate JavaScript to enable the search\n" " functionality." msgstr "Kérem engedélyezze a JavaScriptet a kereső funkció\n használatához." -#: sphinx/themes/basic/search.html:35 +#: sphinx/themes/basic/search.html:30 msgid "" "From here you can search these documents. Enter your search\n" " words into the box below and click \"search\". Note that the search\n" @@ -3036,20 +3054,20 @@ msgid "" " containing fewer words won't appear in the result list." msgstr "Erről az oldalról indíthatja kereséseit. Írja be a kulcsszavakat\n az alábbi szövegdobozba, majd kattintson a \"keresés\" gombra.\n Ügyeljen arra, hogy a keresés megadott kulcsszavak mindegyikét\n figyelembe veszi, így azok az oldalak, melyek nem tartalmazzák az\n összes kifejezést, nem jelennek meg a találati listában." -#: sphinx/themes/basic/search.html:42 +#: sphinx/themes/basic/search.html:37 #: sphinx/themes/basic/searchresults.html:17 msgid "search" msgstr "keresés" -#: sphinx/themes/basic/search.html:46 +#: sphinx/themes/basic/search.html:41 #: sphinx/themes/basic/searchresults.html:21 -#: sphinx/themes/basic/static/searchtools.js:295 +#: sphinx/themes/basic/static/searchtools.js:285 msgid "Search Results" msgstr "Keresési Eredmények" -#: sphinx/themes/basic/search.html:48 +#: sphinx/themes/basic/search.html:43 #: sphinx/themes/basic/searchresults.html:23 -#: sphinx/themes/basic/static/searchtools.js:297 +#: sphinx/themes/basic/static/searchtools.js:287 msgid "" "Your search did not match any documents. Please make sure that all words are" " spelled correctly and that you've selected enough categories." @@ -3107,20 +3125,20 @@ msgstr "Hivatkozás erre a definícióra" msgid "Hide Search Matches" msgstr "Keresési Találatok Elrejtése" -#: sphinx/themes/basic/static/searchtools.js:131 +#: sphinx/themes/basic/static/searchtools.js:121 msgid "Searching" msgstr "Keresés folyamatban" -#: sphinx/themes/basic/static/searchtools.js:136 +#: sphinx/themes/basic/static/searchtools.js:126 msgid "Preparing search..." msgstr "Felkészülés a keresésre..." -#: sphinx/themes/basic/static/searchtools.js:299 +#: sphinx/themes/basic/static/searchtools.js:289 #, 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:352 +#: sphinx/themes/basic/static/searchtools.js:342 msgid ", in " msgstr ", " @@ -3137,18 +3155,18 @@ msgstr "Oldalsáv összezárása" msgid "Contents" msgstr "Tartalom" -#: sphinx/transforms/__init__.py:259 +#: sphinx/transforms/__init__.py:261 #, python-format msgid "" "4 column based index found. It might be a bug of extensions you use: %r" msgstr "" -#: sphinx/transforms/__init__.py:301 +#: sphinx/transforms/__init__.py:303 #, python-format msgid "Footnote [%s] is not referenced." msgstr "" -#: sphinx/transforms/__init__.py:307 +#: sphinx/transforms/__init__.py:309 msgid "Footnote [#] is not referenced." msgstr "" @@ -3219,7 +3237,7 @@ msgstr "" msgid "failed" msgstr "" -#: sphinx/util/docutils.py:321 +#: sphinx/util/docutils.py:320 msgid "when adding directive classes, no additional arguments may be given" msgstr "" @@ -3280,15 +3298,15 @@ msgstr "Permalink erre a táblázatra" msgid "Permalink to this code" msgstr "Permalink erre a kódrészletre" -#: sphinx/writers/html.py:514 sphinx/writers/html5.py:460 +#: sphinx/writers/html.py:512 sphinx/writers/html5.py:458 msgid "Permalink to this image" msgstr "Permalink erre a képre" -#: sphinx/writers/html.py:516 sphinx/writers/html5.py:462 +#: sphinx/writers/html.py:514 sphinx/writers/html5.py:460 msgid "Permalink to this toctree" msgstr "" -#: sphinx/writers/html.py:674 sphinx/writers/html5.py:608 +#: sphinx/writers/html.py:672 sphinx/writers/html5.py:606 msgid "Could not obtain image size. :scale: option is ignored." msgstr "" @@ -3325,12 +3343,12 @@ msgstr "" msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: sphinx/writers/latex.py:1843 +#: sphinx/writers/latex.py:1847 #, python-format msgid "unknown index entry type %s found" msgstr "" -#: sphinx/writers/latex.py:2552 +#: sphinx/writers/latex.py:2560 #, python-format msgid "Unknown configure key: latex_elements[%r] is ignored." msgstr "" @@ -3348,12 +3366,12 @@ msgstr "[image]" msgid "caption not inside a figure." msgstr "" -#: sphinx/writers/texinfo.py:1421 +#: sphinx/writers/texinfo.py:1422 #, python-format msgid "unimplemented node type: %r" msgstr "" -#: sphinx/writers/texinfo.py:1426 +#: sphinx/writers/texinfo.py:1427 #, python-format msgid "unknown node type: %r" msgstr "" diff --git a/sphinx/locale/id/LC_MESSAGES/sphinx.mo b/sphinx/locale/id/LC_MESSAGES/sphinx.mo index 8dcddfb2ab..ae8d3dc775 100644 Binary files a/sphinx/locale/id/LC_MESSAGES/sphinx.mo and b/sphinx/locale/id/LC_MESSAGES/sphinx.mo differ diff --git a/sphinx/locale/id/LC_MESSAGES/sphinx.po b/sphinx/locale/id/LC_MESSAGES/sphinx.po index 6c92de7390..f4ae7cc2c7 100644 --- a/sphinx/locale/id/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/id/LC_MESSAGES/sphinx.po @@ -11,9 +11,9 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2019-02-18 01:52+0900\n" -"PO-Revision-Date: 2019-03-14 16:36+0000\n" -"Last-Translator: Takeshi KOMIYA \n" +"POT-Creation-Date: 2019-03-29 01:05+0900\n" +"PO-Revision-Date: 2019-03-28 16:09+0000\n" +"Last-Translator: Arif Budiman \n" "Language-Team: Indonesian (http://www.transifex.com/sphinx-doc/sphinx-1/language/id/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -125,7 +125,7 @@ msgstr "" msgid "role %r is already registered, it will be overridden" msgstr "" -#: sphinx/application.py:1182 +#: sphinx/application.py:1179 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -133,7 +133,7 @@ msgid "" "explicit" msgstr "ekstensi %s tidak akan dinyatakan jika itu aman untuk pembacaan paralel, dengan anggapan itu tidak aman - silakan tanya pembuat ekstensi untuk memeriksa dan membuatnya eksplisit" -#: sphinx/application.py:1188 +#: sphinx/application.py:1185 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -141,7 +141,7 @@ msgid "" "explicit" msgstr " \nekstensi %s tidak akan dinyatakan jika itu aman untuk penulisan paralel, dengan anggapan itu tidak aman - silakan tanya pembuat ekstensi untuk memeriksa dan membuatnya eksplisit" -#: sphinx/application.py:1199 +#: sphinx/application.py:1196 #, python-format msgid "doing serial %s" msgstr "mengerjakan serial %s" @@ -590,44 +590,44 @@ msgstr "docnames yang akan ditulis: %s" msgid "preparing documents" msgstr "" -#: sphinx/builders/_epub_base.py:219 +#: sphinx/builders/_epub_base.py:218 #, python-format msgid "duplicated ToC entry found: %s" msgstr "" -#: sphinx/builders/_epub_base.py:415 sphinx/builders/html.py:761 -#: sphinx/builders/latex/__init__.py:413 sphinx/builders/texinfo.py:190 +#: sphinx/builders/_epub_base.py:414 sphinx/builders/html.py:761 +#: sphinx/builders/latex/__init__.py:415 sphinx/builders/texinfo.py:190 msgid "copying images... " msgstr "menyalin gambar... " -#: sphinx/builders/_epub_base.py:422 +#: sphinx/builders/_epub_base.py:421 #, python-format msgid "cannot read image file %r: copying it instead" msgstr "tidak dapat membaca berkas gambar %r: menyalin gambar sebagai gantinya" -#: sphinx/builders/_epub_base.py:428 sphinx/builders/html.py:769 -#: sphinx/builders/latex/__init__.py:421 sphinx/builders/texinfo.py:198 +#: sphinx/builders/_epub_base.py:427 sphinx/builders/html.py:769 +#: sphinx/builders/latex/__init__.py:423 sphinx/builders/texinfo.py:199 #, python-format msgid "cannot copy image file %r: %s" msgstr "tidak dapat menyalin berkas gambar %r: %s" -#: sphinx/builders/_epub_base.py:445 +#: sphinx/builders/_epub_base.py:444 #, python-format msgid "cannot write image file %r: %s" msgstr "tidak dapat menulis berkas gambar %r: %s" -#: sphinx/builders/_epub_base.py:456 +#: sphinx/builders/_epub_base.py:455 msgid "Pillow not found - copying image files" msgstr "" -#: sphinx/builders/_epub_base.py:491 sphinx/builders/_epub_base.py:504 -#: sphinx/builders/_epub_base.py:540 sphinx/builders/_epub_base.py:725 -#: sphinx/builders/_epub_base.py:758 sphinx/builders/epub3.py:184 +#: sphinx/builders/_epub_base.py:490 sphinx/builders/_epub_base.py:503 +#: sphinx/builders/_epub_base.py:539 sphinx/builders/_epub_base.py:724 +#: sphinx/builders/_epub_base.py:757 sphinx/builders/epub3.py:183 #, python-format msgid "writing %s file..." msgstr "menulis %s berkas..." -#: sphinx/builders/_epub_base.py:566 +#: sphinx/builders/_epub_base.py:565 #, python-format msgid "unknown mimetype for %s, ignoring" msgstr "mimetype yang tidak dikenal untuk %s, mengabaikan" @@ -646,19 +646,19 @@ msgstr "tidak ada pengubahan dalam versi %s." msgid "writing summary file..." msgstr "" -#: sphinx/builders/changes.py:87 +#: sphinx/builders/changes.py:86 msgid "Builtins" msgstr "Modul Internal" -#: sphinx/builders/changes.py:89 +#: sphinx/builders/changes.py:88 msgid "Module level" msgstr "Level Modul" -#: sphinx/builders/changes.py:134 +#: sphinx/builders/changes.py:133 msgid "copying source files..." msgstr "menyalin berkas sumber..." -#: sphinx/builders/changes.py:141 +#: sphinx/builders/changes.py:140 #, python-format msgid "could not read %r for changelog creation" msgstr "tidak dapat membaca %r untuk pembuatan changelog" @@ -667,76 +667,76 @@ msgstr "tidak dapat membaca %r untuk pembuatan changelog" msgid "The dummy builder generates no files." msgstr "Builder contoh tidak menghasilkan berkas apapun." -#: sphinx/builders/epub3.py:69 +#: sphinx/builders/epub3.py:68 #, python-format msgid "The ePub file is in %(outdir)s." msgstr "Berkas ePub berada di %(outdir)s." -#: sphinx/builders/epub3.py:212 +#: sphinx/builders/epub3.py:211 msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" msgstr "nilai conf \"epub_language\" (atau \"language\") tidak seharsunya kosong untuk EPUB3" -#: sphinx/builders/epub3.py:216 +#: sphinx/builders/epub3.py:215 msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" msgstr "nilai conf \"epub_uid\" harus berupa XML NAME untuk EPUB3" -#: sphinx/builders/epub3.py:219 +#: sphinx/builders/epub3.py:218 msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" msgstr "nilai conf \"epub_title\" (atau \"html_title\") tidak seharusnya kosong untuk EPUB3" -#: sphinx/builders/epub3.py:223 +#: sphinx/builders/epub3.py:222 msgid "conf value \"epub_author\" should not be empty for EPUB3" msgstr "nilai conf \"epub_author\" tidak seharusnya kosong untuk EPUB3" -#: sphinx/builders/epub3.py:226 +#: sphinx/builders/epub3.py:225 msgid "conf value \"epub_contributor\" should not be empty for EPUB3" msgstr "nilai conf \"epub_contributor\" tidak seharusnya kosong untuk EPUB3" -#: sphinx/builders/epub3.py:229 +#: sphinx/builders/epub3.py:228 msgid "conf value \"epub_description\" should not be empty for EPUB3" msgstr "nilai conf \"epub_description\" tidak seharusnya kosong untuk EPUB3" -#: sphinx/builders/epub3.py:232 +#: sphinx/builders/epub3.py:231 msgid "conf value \"epub_publisher\" should not be empty for EPUB3" msgstr "nilai conf \"epub_publisher\" tidak seharusnya kosong untuk EPUB3" -#: sphinx/builders/epub3.py:235 +#: sphinx/builders/epub3.py:234 msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" msgstr "nilai conf \"epub_copyright\" (atau \"copyright\") tidak seharusnya kosong untuk EPUB3" -#: sphinx/builders/epub3.py:239 +#: sphinx/builders/epub3.py:238 msgid "conf value \"epub_identifier\" should not be empty for EPUB3" msgstr "nilai conf \"epub_identifier\" tidak seharusnya kosong untuk EPUB3" -#: sphinx/builders/epub3.py:242 +#: sphinx/builders/epub3.py:241 msgid "conf value \"version\" should not be empty for EPUB3" msgstr "bilai conf \"version\" tidak seharusnya kosong untuk EPUB3" -#: sphinx/builders/epub3.py:257 sphinx/builders/html.py:1166 +#: sphinx/builders/epub3.py:256 sphinx/builders/html.py:1166 #, python-format msgid "invalid css_file: %r, ignored" msgstr "css_file yang salah: %r, mengabaikan" -#: sphinx/builders/gettext.py:215 +#: sphinx/builders/gettext.py:221 #, python-format msgid "The message catalogs are in %(outdir)s." msgstr "Katalog pesan berada di %(outdir)s." -#: sphinx/builders/gettext.py:239 +#: sphinx/builders/gettext.py:245 #, python-format msgid "building [%s]: " msgstr "membangun [%s]: " -#: sphinx/builders/gettext.py:240 +#: sphinx/builders/gettext.py:246 #, python-format msgid "targets for %d template files" msgstr "target untuk %d berkas templat" -#: sphinx/builders/gettext.py:244 +#: sphinx/builders/gettext.py:250 msgid "reading templates... " msgstr "membaca templat... " -#: sphinx/builders/gettext.py:271 +#: sphinx/builders/gettext.py:277 msgid "writing message catalogs... " msgstr "menulis katalog pesan... " @@ -755,7 +755,7 @@ msgstr "Halaman HTML berada di %(outdir)s." msgid "Failed to read build info file: %r" msgstr "Gagal membaca berkas info build: %r" -#: sphinx/builders/html.py:488 sphinx/builders/latex/__init__.py:204 +#: sphinx/builders/html.py:488 sphinx/builders/latex/__init__.py:206 #: sphinx/transforms/__init__.py:121 sphinx/writers/manpage.py:118 #: sphinx/writers/texinfo.py:243 #, python-format @@ -808,7 +808,7 @@ msgstr "menyalin berkas statik... " msgid "html_static_path entry %r does not exist" msgstr "entri html_static_path %r tidak ada" -#: sphinx/builders/html.py:839 sphinx/builders/latex/__init__.py:398 +#: sphinx/builders/html.py:839 sphinx/builders/latex/__init__.py:400 #, python-format msgid "logo file %r does not exist" msgstr "berkas logo %r tidak ada" @@ -925,7 +925,7 @@ msgstr "Halaman manual berada di %(outdir)s." msgid "no \"man_pages\" config value found; no manual pages will be written" msgstr "tidak ditemukan nilai konfigurasi \"man_pages\"; halaman manual tidak akan ditulis" -#: sphinx/builders/latex/__init__.py:270 sphinx/builders/manpage.py:64 +#: sphinx/builders/latex/__init__.py:272 sphinx/builders/manpage.py:64 #: sphinx/builders/singlehtml.py:174 sphinx/builders/texinfo.py:120 msgid "writing" msgstr "" @@ -969,24 +969,24 @@ msgstr "tidak ditemukan nilai konfigurasi \"texinfo_documents\"; dokumen tidak a msgid "\"texinfo_documents\" config value references unknown document %s" msgstr "nilai konfigurasi \"texinfo_documents\" mereferensikan dokumen yang tidak dikenal %s" -#: sphinx/builders/latex/__init__.py:253 sphinx/builders/texinfo.py:116 +#: sphinx/builders/latex/__init__.py:255 sphinx/builders/texinfo.py:116 #, python-format msgid "processing %s" msgstr "" -#: sphinx/builders/latex/__init__.py:322 sphinx/builders/texinfo.py:163 +#: sphinx/builders/latex/__init__.py:323 sphinx/builders/texinfo.py:164 msgid "resolving references..." msgstr "memecahkan referensi..." -#: sphinx/builders/latex/__init__.py:332 sphinx/builders/texinfo.py:172 +#: sphinx/builders/latex/__init__.py:333 sphinx/builders/texinfo.py:173 msgid " (in " msgstr " (dalam " -#: sphinx/builders/texinfo.py:204 +#: sphinx/builders/texinfo.py:205 msgid "copying Texinfo support files" msgstr "" -#: sphinx/builders/texinfo.py:208 +#: sphinx/builders/texinfo.py:209 #, python-format msgid "error writing file Makefile: %s" msgstr "" @@ -1006,28 +1006,28 @@ msgstr "Berkas XML berada di %(outdir)s." msgid "The pseudo-XML files are in %(outdir)s." msgstr "Berkas pseudo-XML berada di %(outdir)s." -#: sphinx/builders/latex/__init__.py:121 +#: sphinx/builders/latex/__init__.py:123 #, python-format msgid "The LaTeX files are in %(outdir)s." msgstr "Berkas LaTeX berada di %(outdir)s." -#: sphinx/builders/latex/__init__.py:123 +#: sphinx/builders/latex/__init__.py:125 msgid "" "\n" "Run 'make' in that directory to run these through (pdf)latex\n" "(use `make latexpdf' here to do that automatically)." msgstr "\nJalankan 'make' di direktori tersebut untuk menjalankannya melalui (pdf)latex\n(gunakan 'make latexpdf' di sini untuk melakukannya secara otomatis)." -#: sphinx/builders/latex/__init__.py:163 +#: sphinx/builders/latex/__init__.py:165 msgid "no \"latex_documents\" config value found; no documents will be written" msgstr "tidak ditemukan nilai konfigurasi \"latex_documents\"; dokumen tidak akan ditulis" -#: sphinx/builders/latex/__init__.py:171 +#: sphinx/builders/latex/__init__.py:173 #, python-format msgid "\"latex_documents\" config value references unknown document %s" msgstr "nilai konfigurasi \"latex_documents\" mereferensikan dokumen yang tidak dikenal %s" -#: sphinx/builders/latex/__init__.py:211 sphinx/domains/std.py:501 +#: sphinx/builders/latex/__init__.py:213 sphinx/domains/std.py:501 #: sphinx/templates/latex/latex.tex_t:79 #: sphinx/themes/basic/genindex-single.html:30 #: sphinx/themes/basic/genindex-single.html:55 @@ -1039,28 +1039,28 @@ msgstr "nilai konfigurasi \"latex_documents\" mereferensikan dokumen yang tidak msgid "Index" msgstr "Indeks" -#: sphinx/builders/latex/__init__.py:214 sphinx/templates/latex/latex.tex_t:64 +#: sphinx/builders/latex/__init__.py:216 sphinx/templates/latex/latex.tex_t:64 msgid "Release" msgstr "Rilis" -#: sphinx/builders/latex/__init__.py:222 sphinx/writers/latex.py:549 +#: sphinx/builders/latex/__init__.py:224 sphinx/writers/latex.py:549 #, python-format msgid "no Babel option known for language %r" msgstr "" -#: sphinx/builders/latex/__init__.py:361 +#: sphinx/builders/latex/__init__.py:363 msgid "copying TeX support files" msgstr "" -#: sphinx/builders/latex/__init__.py:382 +#: sphinx/builders/latex/__init__.py:384 msgid "copying TeX support files..." msgstr "menyalin berkas pendukung TeX... " -#: sphinx/builders/latex/__init__.py:402 +#: sphinx/builders/latex/__init__.py:404 msgid "copying additional files" msgstr "" -#: sphinx/builders/latex/__init__.py:445 +#: sphinx/builders/latex/__init__.py:447 #, python-format msgid "Unknown configure key: latex_elements[%r]. ignored." msgstr "Kunci konfigurasi tak dikenal: latex_elements[%r]. diabaikan." @@ -1123,8 +1123,8 @@ msgstr "Laporan bug dapat diisi pada tracker di ." msgstr "Untuk informasi lebih banyak, kunjungi ." @@ -1501,13 +1501,13 @@ msgstr "" msgid "Indicate which of the following Sphinx extensions should be enabled:" msgstr "" -#: sphinx/cmd/quickstart.py:354 +#: sphinx/cmd/quickstart.py:353 msgid "" "Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " "been deselected." msgstr "" -#: sphinx/cmd/quickstart.py:359 +#: sphinx/cmd/quickstart.py:358 msgid "" "\n" "A Makefile and a Windows command file can be generated for you so that you\n" @@ -1515,29 +1515,29 @@ msgid "" "directly." msgstr "" -#: sphinx/cmd/quickstart.py:363 +#: sphinx/cmd/quickstart.py:362 msgid "Create Makefile? (y/n)" msgstr "" -#: sphinx/cmd/quickstart.py:366 +#: sphinx/cmd/quickstart.py:365 msgid "Create Windows command file? (y/n)" msgstr "" -#: sphinx/cmd/quickstart.py:409 sphinx/ext/apidoc.py:74 +#: sphinx/cmd/quickstart.py:408 sphinx/ext/apidoc.py:74 #, python-format msgid "Creating file %s." msgstr "" -#: sphinx/cmd/quickstart.py:414 sphinx/ext/apidoc.py:72 +#: sphinx/cmd/quickstart.py:413 sphinx/ext/apidoc.py:72 #, python-format msgid "File %s already exists, skipping." msgstr "" -#: sphinx/cmd/quickstart.py:450 +#: sphinx/cmd/quickstart.py:449 msgid "Finished: An initial directory structure has been created." msgstr "" -#: sphinx/cmd/quickstart.py:451 +#: sphinx/cmd/quickstart.py:450 #, python-format msgid "" "\n" @@ -1545,26 +1545,26 @@ msgid "" "source files. " msgstr "" -#: sphinx/cmd/quickstart.py:453 +#: sphinx/cmd/quickstart.py:452 msgid "" "Use the Makefile to build the docs, like so:\n" " make builder\n" msgstr "" -#: sphinx/cmd/quickstart.py:456 +#: sphinx/cmd/quickstart.py:455 #, python-format msgid "" "Use the sphinx-build command to build the docs, like so:\n" " sphinx-build -b builder %s %s\n" msgstr "" -#: sphinx/cmd/quickstart.py:459 +#: sphinx/cmd/quickstart.py:458 msgid "" "where \"builder\" is one of the supported builders, e.g. html, latex or " "linkcheck.\n" msgstr "" -#: sphinx/cmd/quickstart.py:499 +#: sphinx/cmd/quickstart.py:498 msgid "" "\n" "Generate required files for a Sphinx project.\n" @@ -1574,131 +1574,131 @@ msgid "" "Makefile to be used with sphinx-build.\n" msgstr "" -#: sphinx/cmd/quickstart.py:509 +#: sphinx/cmd/quickstart.py:508 msgid "quiet mode" msgstr "" -#: sphinx/cmd/quickstart.py:514 +#: sphinx/cmd/quickstart.py:513 msgid "output path" msgstr "" -#: sphinx/cmd/quickstart.py:516 +#: sphinx/cmd/quickstart.py:515 msgid "Structure options" msgstr "" -#: sphinx/cmd/quickstart.py:518 +#: sphinx/cmd/quickstart.py:517 msgid "if specified, separate source and build dirs" msgstr "" -#: sphinx/cmd/quickstart.py:520 +#: sphinx/cmd/quickstart.py:519 msgid "replacement for dot in _templates etc." msgstr "" -#: sphinx/cmd/quickstart.py:522 +#: sphinx/cmd/quickstart.py:521 msgid "Project basic options" msgstr "" -#: sphinx/cmd/quickstart.py:524 +#: sphinx/cmd/quickstart.py:523 msgid "project name" msgstr "" -#: sphinx/cmd/quickstart.py:526 +#: sphinx/cmd/quickstart.py:525 msgid "author names" msgstr "" -#: sphinx/cmd/quickstart.py:528 +#: sphinx/cmd/quickstart.py:527 msgid "version of project" msgstr "" -#: sphinx/cmd/quickstart.py:530 +#: sphinx/cmd/quickstart.py:529 msgid "release of project" msgstr "" -#: sphinx/cmd/quickstart.py:532 +#: sphinx/cmd/quickstart.py:531 msgid "document language" msgstr "" -#: sphinx/cmd/quickstart.py:534 +#: sphinx/cmd/quickstart.py:533 msgid "source file suffix" msgstr "" -#: sphinx/cmd/quickstart.py:536 +#: sphinx/cmd/quickstart.py:535 msgid "master document name" msgstr "" -#: sphinx/cmd/quickstart.py:538 +#: sphinx/cmd/quickstart.py:537 msgid "use epub" msgstr "" -#: sphinx/cmd/quickstart.py:540 +#: sphinx/cmd/quickstart.py:539 msgid "Extension options" msgstr "" -#: sphinx/cmd/quickstart.py:544 sphinx/ext/apidoc.py:379 +#: sphinx/cmd/quickstart.py:543 sphinx/ext/apidoc.py:379 #, python-format msgid "enable %s extension" msgstr "" -#: sphinx/cmd/quickstart.py:546 sphinx/ext/apidoc.py:375 +#: sphinx/cmd/quickstart.py:545 sphinx/ext/apidoc.py:375 msgid "enable arbitrary extensions" msgstr "" -#: sphinx/cmd/quickstart.py:548 +#: sphinx/cmd/quickstart.py:547 msgid "Makefile and Batchfile creation" msgstr "" -#: sphinx/cmd/quickstart.py:550 +#: sphinx/cmd/quickstart.py:549 msgid "create makefile" msgstr "" -#: sphinx/cmd/quickstart.py:552 +#: sphinx/cmd/quickstart.py:551 msgid "do not create makefile" msgstr "" -#: sphinx/cmd/quickstart.py:554 +#: sphinx/cmd/quickstart.py:553 msgid "create batchfile" msgstr "" -#: sphinx/cmd/quickstart.py:557 +#: sphinx/cmd/quickstart.py:556 msgid "do not create batchfile" msgstr "" -#: sphinx/cmd/quickstart.py:560 +#: sphinx/cmd/quickstart.py:559 msgid "use make-mode for Makefile/make.bat" msgstr "" -#: sphinx/cmd/quickstart.py:563 +#: sphinx/cmd/quickstart.py:562 msgid "do not use make-mode for Makefile/make.bat" msgstr "" -#: sphinx/cmd/quickstart.py:565 +#: sphinx/cmd/quickstart.py:564 msgid "Project templating" msgstr "" -#: sphinx/cmd/quickstart.py:568 +#: sphinx/cmd/quickstart.py:567 msgid "template directory for template files" msgstr "" -#: sphinx/cmd/quickstart.py:571 +#: sphinx/cmd/quickstart.py:570 msgid "define a template variable" msgstr "" -#: sphinx/cmd/quickstart.py:605 +#: sphinx/cmd/quickstart.py:604 msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." msgstr "" -#: sphinx/cmd/quickstart.py:619 +#: sphinx/cmd/quickstart.py:618 msgid "" "Error: specified path is not a directory, or sphinx files already exist." msgstr "" -#: sphinx/cmd/quickstart.py:621 +#: sphinx/cmd/quickstart.py:620 msgid "" "sphinx-quickstart only generate into a empty directory. Please specify a new" " root path." msgstr "" -#: sphinx/cmd/quickstart.py:636 +#: sphinx/cmd/quickstart.py:635 #, python-format msgid "Invalid template variable: %s" msgstr "" @@ -1770,17 +1770,17 @@ msgstr "Penyusun: " msgid "%s %s" msgstr "%s %s" -#: sphinx/domains/c.py:64 sphinx/domains/cpp.py:6371 +#: sphinx/domains/c.py:64 sphinx/domains/cpp.py:6445 #: sphinx/domains/python.py:210 sphinx/ext/napoleon/docstring.py:696 msgid "Parameters" msgstr "Parameter" -#: sphinx/domains/c.py:67 sphinx/domains/cpp.py:6380 -#: sphinx/domains/javascript.py:210 sphinx/domains/python.py:222 +#: sphinx/domains/c.py:67 sphinx/domains/cpp.py:6454 +#: sphinx/domains/javascript.py:209 sphinx/domains/python.py:222 msgid "Returns" msgstr "Kembali" -#: sphinx/domains/c.py:69 sphinx/domains/javascript.py:212 +#: sphinx/domains/c.py:69 sphinx/domains/javascript.py:211 #: sphinx/domains/python.py:224 msgid "Return type" msgstr "Return type" @@ -1810,12 +1810,12 @@ msgstr "%s (tipe C)" msgid "%s (C variable)" msgstr "%s (variabel C)" -#: sphinx/domains/c.py:258 sphinx/domains/cpp.py:6956 -#: sphinx/domains/javascript.py:298 sphinx/domains/python.py:741 +#: sphinx/domains/c.py:258 sphinx/domains/cpp.py:7029 +#: sphinx/domains/javascript.py:297 sphinx/domains/python.py:742 msgid "function" msgstr "fungsi" -#: sphinx/domains/c.py:259 sphinx/domains/cpp.py:6957 +#: sphinx/domains/c.py:259 sphinx/domains/cpp.py:7030 msgid "member" msgstr "anggota" @@ -1823,7 +1823,7 @@ msgstr "anggota" msgid "macro" msgstr "macro" -#: sphinx/domains/c.py:261 sphinx/domains/cpp.py:6958 +#: sphinx/domains/c.py:261 sphinx/domains/cpp.py:7031 msgid "type" msgstr "tipe" @@ -1846,106 +1846,106 @@ msgstr "Berubah pada versi %s" msgid "Deprecated since version %s" msgstr "Ditinggalkan sejak versi %s" -#: sphinx/domains/cpp.py:4297 +#: sphinx/domains/cpp.py:4323 #, python-format msgid "" "Duplicate declaration, also defined in '%s'.\n" "Declaration is '%s'." msgstr "" -#: sphinx/domains/cpp.py:6374 +#: sphinx/domains/cpp.py:6448 msgid "Template Parameters" msgstr "Parameter Templat" -#: sphinx/domains/cpp.py:6377 sphinx/domains/javascript.py:207 +#: sphinx/domains/cpp.py:6451 sphinx/domains/javascript.py:206 msgid "Throws" msgstr "Throws" -#: sphinx/domains/cpp.py:6505 +#: sphinx/domains/cpp.py:6579 #, python-format msgid "%s (C++ %s)" msgstr "" -#: sphinx/domains/cpp.py:6954 sphinx/domains/javascript.py:300 -#: sphinx/domains/python.py:743 +#: sphinx/domains/cpp.py:7027 sphinx/domains/javascript.py:299 +#: sphinx/domains/python.py:744 msgid "class" msgstr "class" -#: sphinx/domains/cpp.py:6955 +#: sphinx/domains/cpp.py:7028 msgid "union" msgstr "" -#: sphinx/domains/cpp.py:6959 +#: sphinx/domains/cpp.py:7032 msgid "concept" msgstr "konsep" -#: sphinx/domains/cpp.py:6960 +#: sphinx/domains/cpp.py:7033 msgid "enum" msgstr "enum" -#: sphinx/domains/cpp.py:6961 +#: sphinx/domains/cpp.py:7034 msgid "enumerator" msgstr "enumerator" -#: sphinx/domains/cpp.py:7054 +#: sphinx/domains/cpp.py:7127 #, python-format msgid "" "Duplicate declaration, also defined in '%s'.\n" "Name of declaration is '%s'." msgstr "" -#: sphinx/domains/javascript.py:131 sphinx/domains/python.py:429 +#: sphinx/domains/javascript.py:130 sphinx/domains/python.py:430 #, python-format msgid "%s() (built-in function)" msgstr "%s() (fungsi built-in)" -#: sphinx/domains/javascript.py:132 sphinx/domains/python.py:494 +#: sphinx/domains/javascript.py:131 sphinx/domains/python.py:495 #, python-format msgid "%s() (%s method)" msgstr "%s() (method %s)" -#: sphinx/domains/javascript.py:134 +#: sphinx/domains/javascript.py:133 #, python-format msgid "%s() (class)" msgstr "%s() (class)" -#: sphinx/domains/javascript.py:136 +#: sphinx/domains/javascript.py:135 #, python-format msgid "%s (global variable or constant)" msgstr "%s (variabel global atau konstan)" -#: sphinx/domains/javascript.py:138 sphinx/domains/python.py:532 +#: sphinx/domains/javascript.py:137 sphinx/domains/python.py:533 #, python-format msgid "%s (%s attribute)" msgstr "%s (atribut %s)" -#: sphinx/domains/javascript.py:204 +#: sphinx/domains/javascript.py:203 msgid "Arguments" msgstr "Argumen" -#: sphinx/domains/javascript.py:265 sphinx/domains/python.py:609 +#: sphinx/domains/javascript.py:264 sphinx/domains/python.py:610 #, python-format msgid "%s (module)" msgstr "%s (module)" -#: sphinx/domains/javascript.py:299 sphinx/domains/python.py:745 +#: sphinx/domains/javascript.py:298 sphinx/domains/python.py:746 msgid "method" msgstr "method" -#: sphinx/domains/javascript.py:301 sphinx/domains/python.py:742 +#: sphinx/domains/javascript.py:300 sphinx/domains/python.py:743 msgid "data" msgstr "data" -#: sphinx/domains/javascript.py:302 sphinx/domains/python.py:748 +#: sphinx/domains/javascript.py:301 sphinx/domains/python.py:749 msgid "attribute" msgstr "atribut" -#: sphinx/domains/javascript.py:303 sphinx/domains/python.py:49 -#: sphinx/domains/python.py:749 +#: sphinx/domains/javascript.py:302 sphinx/domains/python.py:49 +#: sphinx/domains/python.py:750 msgid "module" msgstr "modul" -#: sphinx/domains/math.py:101 sphinx/writers/latex.py:2451 +#: sphinx/domains/math.py:101 sphinx/writers/latex.py:2459 #, python-format msgid "Invalid math_eqref_format: %r" msgstr "" @@ -1967,7 +1967,7 @@ msgstr "operator" msgid "object" msgstr "object" -#: sphinx/domains/python.py:53 sphinx/domains/python.py:744 +#: sphinx/domains/python.py:53 sphinx/domains/python.py:745 msgid "exception" msgstr "eksepsi" @@ -1987,88 +1987,88 @@ msgstr "Variabel" msgid "Raises" msgstr "Raises" -#: sphinx/domains/python.py:430 sphinx/domains/python.py:488 -#: sphinx/domains/python.py:500 sphinx/domains/python.py:513 +#: sphinx/domains/python.py:431 sphinx/domains/python.py:489 +#: sphinx/domains/python.py:501 sphinx/domains/python.py:514 #, python-format msgid "%s() (in module %s)" msgstr "%s() (di modul %s)" -#: sphinx/domains/python.py:433 +#: sphinx/domains/python.py:434 #, python-format msgid "%s (built-in variable)" msgstr "%s (variabel built-in)" -#: sphinx/domains/python.py:434 sphinx/domains/python.py:526 +#: sphinx/domains/python.py:435 sphinx/domains/python.py:527 #, python-format msgid "%s (in module %s)" msgstr "%s (di modul %s)" -#: sphinx/domains/python.py:454 +#: sphinx/domains/python.py:455 #, python-format msgid "%s (built-in class)" msgstr "%s (class built-in)" -#: sphinx/domains/python.py:455 +#: sphinx/domains/python.py:456 #, python-format msgid "%s (class in %s)" msgstr "%s (class di %s)" -#: sphinx/domains/python.py:492 +#: sphinx/domains/python.py:493 #, python-format msgid "%s() (%s.%s method)" msgstr "%s() (method %s.%s)" -#: sphinx/domains/python.py:504 +#: sphinx/domains/python.py:505 #, python-format msgid "%s() (%s.%s static method)" msgstr "%s() (method static %s.%s)" -#: sphinx/domains/python.py:507 +#: sphinx/domains/python.py:508 #, python-format msgid "%s() (%s static method)" msgstr "%s() (method static %s)" -#: sphinx/domains/python.py:517 +#: sphinx/domains/python.py:518 #, python-format msgid "%s() (%s.%s class method)" msgstr "%s() (method class %s.%s)" -#: sphinx/domains/python.py:520 +#: sphinx/domains/python.py:521 #, python-format msgid "%s() (%s class method)" msgstr "%s() (method class %s)" -#: sphinx/domains/python.py:530 +#: sphinx/domains/python.py:531 #, python-format msgid "%s (%s.%s attribute)" msgstr "%s (atribut %s.%s)" -#: sphinx/domains/python.py:667 +#: sphinx/domains/python.py:668 msgid "Python Module Index" msgstr "Indeks Modul Python" -#: sphinx/domains/python.py:668 +#: sphinx/domains/python.py:669 msgid "modules" msgstr "modul" -#: sphinx/domains/python.py:719 +#: sphinx/domains/python.py:720 msgid "Deprecated" msgstr "Akan ditinggalkan" -#: sphinx/domains/python.py:746 +#: sphinx/domains/python.py:747 msgid "class method" msgstr "method class" -#: sphinx/domains/python.py:747 +#: sphinx/domains/python.py:748 msgid "static method" msgstr "method static" -#: sphinx/domains/python.py:879 +#: sphinx/domains/python.py:880 #, python-format msgid "more than one target found for cross-reference %r: %s" msgstr "" -#: sphinx/domains/python.py:917 +#: sphinx/domains/python.py:918 msgid " (deprecated)" msgstr " (obsolet)" @@ -2144,7 +2144,7 @@ msgstr "Pencarian Halaman" msgid "duplicate citation %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:631 sphinx/ext/autosectionlabel.py:61 +#: sphinx/domains/std.py:631 sphinx/ext/autosectionlabel.py:56 #, python-format msgid "duplicate label %s, other instance in %s" msgstr "" @@ -2204,21 +2204,21 @@ msgid "" "another doctree directory." msgstr "" -#: sphinx/environment/__init__.py:408 +#: sphinx/environment/__init__.py:404 #, python-format msgid "Failed to scan documents in %s: %r" msgstr "" -#: sphinx/environment/__init__.py:536 +#: sphinx/environment/__init__.py:532 #, python-format msgid "Domain %r is not registered" msgstr "" -#: sphinx/environment/__init__.py:621 +#: sphinx/environment/__init__.py:617 msgid "self referenced toctree found. Ignored." msgstr "" -#: sphinx/environment/__init__.py:662 +#: sphinx/environment/__init__.py:658 msgid "document isn't included in any toctree" msgstr "" @@ -2238,6 +2238,7 @@ msgid "unknown index entry type %r" msgstr "" #: sphinx/environment/adapters/indexentries.py:156 +#: sphinx/templates/latex/sphinxmessages.sty_t:11 msgid "Symbols" msgstr "Simbol" @@ -2263,22 +2264,22 @@ msgstr "" msgid "toctree contains reference to nonexisting document %r" msgstr "" -#: sphinx/environment/collectors/asset.py:91 +#: sphinx/environment/collectors/asset.py:90 #, python-format msgid "image file not readable: %s" msgstr "" -#: sphinx/environment/collectors/asset.py:107 +#: sphinx/environment/collectors/asset.py:106 #, python-format msgid "image file %s not readable: %s" msgstr "" -#: sphinx/environment/collectors/asset.py:135 +#: sphinx/environment/collectors/asset.py:134 #, python-format msgid "download file not readable: %s" msgstr "" -#: sphinx/environment/collectors/toctree.py:197 +#: sphinx/environment/collectors/toctree.py:196 #, python-format msgid "%s is already assigned section numbers (nested numbered toctree?)" msgstr "" @@ -2422,38 +2423,38 @@ msgstr "" msgid "module %s could not be imported: %s" msgstr "" -#: sphinx/ext/doctest.py:142 +#: sphinx/ext/doctest.py:132 #, python-format msgid "missing '+' or '-' in '%s' option." msgstr "" -#: sphinx/ext/doctest.py:147 +#: sphinx/ext/doctest.py:137 #, python-format msgid "'%s' is not a valid option." msgstr "" -#: sphinx/ext/doctest.py:161 +#: sphinx/ext/doctest.py:151 #, python-format msgid "'%s' is not a valid pyversion option" msgstr "" -#: sphinx/ext/doctest.py:230 +#: sphinx/ext/doctest.py:222 msgid "invalid TestCode type" msgstr "" -#: sphinx/ext/doctest.py:291 +#: sphinx/ext/doctest.py:283 #, python-format msgid "" "Testing of doctests in the sources finished, look at the results in " "%(outdir)s/output.txt." msgstr "" -#: sphinx/ext/doctest.py:438 +#: sphinx/ext/doctest.py:446 #, python-format msgid "no code/output in %s block at %s:%s" msgstr "" -#: sphinx/ext/doctest.py:527 +#: sphinx/ext/doctest.py:535 #, python-format msgid "ignoring invalid doctest code: %r" msgstr "" @@ -2471,7 +2472,7 @@ msgstr "" msgid "Ignoring \"graphviz\" directive without content." msgstr "" -#: sphinx/ext/graphviz.py:252 +#: sphinx/ext/graphviz.py:250 #, python-format msgid "" "dot did not produce an output file:\n" @@ -2481,14 +2482,14 @@ msgid "" "%r" msgstr "" -#: sphinx/ext/graphviz.py:256 +#: sphinx/ext/graphviz.py:254 #, python-format msgid "" "dot command %r cannot be run (needed for graphviz output), check the " "graphviz_dot setting" msgstr "" -#: sphinx/ext/graphviz.py:263 +#: sphinx/ext/graphviz.py:261 #, python-format msgid "" "dot exited with error:\n" @@ -2498,23 +2499,23 @@ msgid "" "%r" msgstr "" -#: sphinx/ext/graphviz.py:273 +#: sphinx/ext/graphviz.py:271 #, python-format msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" msgstr "" -#: sphinx/ext/graphviz.py:277 sphinx/ext/graphviz.py:331 -#: sphinx/ext/graphviz.py:369 +#: sphinx/ext/graphviz.py:275 sphinx/ext/graphviz.py:329 +#: sphinx/ext/graphviz.py:367 #, python-format msgid "dot code %r: %s" msgstr "" -#: sphinx/ext/graphviz.py:384 sphinx/ext/graphviz.py:393 +#: sphinx/ext/graphviz.py:382 sphinx/ext/graphviz.py:391 #, python-format msgid "[graph: %s]" msgstr "[graph: %s]" -#: sphinx/ext/graphviz.py:386 sphinx/ext/graphviz.py:395 +#: sphinx/ext/graphviz.py:384 sphinx/ext/graphviz.py:393 msgid "[graph]" msgstr "[graph]" @@ -2533,31 +2534,31 @@ msgid "" "%r" msgstr "" -#: sphinx/ext/imgmath.py:140 +#: sphinx/ext/imgmath.py:139 #, python-format msgid "" "LaTeX command %r cannot be run (needed for math display), check the " "imgmath_latex setting" msgstr "" -#: sphinx/ext/imgmath.py:155 +#: sphinx/ext/imgmath.py:154 #, python-format msgid "" "%s command %r cannot be run (needed for math display), check the imgmath_%s " "setting" msgstr "" -#: sphinx/ext/imgmath.py:290 +#: sphinx/ext/imgmath.py:289 #, python-format msgid "display latex %r: %s" msgstr "" -#: sphinx/ext/imgmath.py:317 +#: sphinx/ext/imgmath.py:316 #, python-format msgid "inline latex %r: %s" msgstr "" -#: sphinx/ext/imgmath.py:324 sphinx/ext/mathjax.py:54 +#: sphinx/ext/imgmath.py:323 sphinx/ext/mathjax.py:54 msgid "Permalink to this equation" msgstr "Tautan untuk persamaan ini" @@ -2577,26 +2578,26 @@ msgid "" "alternatives:" msgstr "" -#: sphinx/ext/intersphinx.py:237 +#: sphinx/ext/intersphinx.py:238 msgid "failed to reach any of the inventories with the following issues:" msgstr "" -#: sphinx/ext/intersphinx.py:312 +#: sphinx/ext/intersphinx.py:311 #, python-format msgid "(in %s v%s)" msgstr "(di %s v%s)" -#: sphinx/ext/intersphinx.py:314 +#: sphinx/ext/intersphinx.py:313 #, python-format msgid "(in %s)" msgstr "" -#: sphinx/ext/intersphinx.py:348 +#: sphinx/ext/intersphinx.py:347 #, python-format msgid "intersphinx identifier %r is not string. Ignored" msgstr "" -#: sphinx/ext/intersphinx.py:361 +#: sphinx/ext/intersphinx.py:360 #, python-format msgid "Fail to read intersphinx_mapping[%s], Ignored: %r" msgstr "" @@ -2652,29 +2653,29 @@ msgstr "Tinjauan: kode modul" msgid "

All modules for which code is available

" msgstr "

Semua modul dimana kode tersedia

" -#: sphinx/ext/autodoc/__init__.py:302 +#: sphinx/ext/autodoc/__init__.py:300 #, python-format msgid "invalid signature for auto%s (%r)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:402 +#: sphinx/ext/autodoc/__init__.py:400 #, python-format msgid "error while formatting arguments for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:514 +#: sphinx/ext/autodoc/__init__.py:512 #, python-format msgid "missing attribute %s in object %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:602 +#: sphinx/ext/autodoc/__init__.py:600 #, python-format msgid "" "autodoc: failed to determine %r to be documented.the following exception was raised:\n" "%s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:694 +#: sphinx/ext/autodoc/__init__.py:692 #, python-format msgid "" "don't know which module to import for autodocumenting %r (try placing a " @@ -2682,39 +2683,39 @@ msgid "" "explicit module name)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:788 +#: sphinx/ext/autodoc/__init__.py:786 msgid "\"::\" in automodule name doesn't make sense" msgstr "" -#: sphinx/ext/autodoc/__init__.py:796 +#: sphinx/ext/autodoc/__init__.py:794 #, python-format msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:829 +#: sphinx/ext/autodoc/__init__.py:827 #, python-format msgid "" "__all__ should be a list of strings, not %r (in module %s) -- ignoring " "__all__" msgstr "" -#: sphinx/ext/autodoc/__init__.py:844 +#: sphinx/ext/autodoc/__init__.py:842 #, python-format msgid "" "missing attribute mentioned in :members: or __all__: module %s, attribute %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1128 +#: sphinx/ext/autodoc/__init__.py:1126 #, python-format msgid "Bases: %s" msgstr "Basis: %s" -#: sphinx/ext/autodoc/__init__.py:1185 +#: sphinx/ext/autodoc/__init__.py:1183 #, python-format msgid "alias of :class:`%s`" msgstr "alias dari :class:`%s`" -#: sphinx/ext/autodoc/__init__.py:1470 +#: sphinx/ext/autodoc/__init__.py:1468 #, python-format msgid "Ignoring invalid option in autodoc_default_flags: %r" msgstr "" @@ -2750,17 +2751,17 @@ msgid "" "contain .rst. Skipped." msgstr "" -#: sphinx/ext/autosummary/generate.py:102 +#: sphinx/ext/autosummary/generate.py:100 #, python-format msgid "[autosummary] generating autosummary for: %s" msgstr "" -#: sphinx/ext/autosummary/generate.py:106 +#: sphinx/ext/autosummary/generate.py:104 #, python-format msgid "[autosummary] writing to %s" msgstr "" -#: sphinx/ext/autosummary/generate.py:366 +#: sphinx/ext/autosummary/generate.py:364 msgid "" "\n" "Generate ReStructuredText using autosummary directives.\n" @@ -2775,25 +2776,25 @@ msgid "" " pydoc sphinx.ext.autosummary\n" msgstr "" -#: sphinx/ext/autosummary/generate.py:383 +#: sphinx/ext/autosummary/generate.py:381 msgid "source files to generate rST files for" msgstr "" -#: sphinx/ext/autosummary/generate.py:387 +#: sphinx/ext/autosummary/generate.py:385 msgid "directory to place all output in" msgstr "" -#: sphinx/ext/autosummary/generate.py:390 +#: sphinx/ext/autosummary/generate.py:388 #, python-format msgid "default suffix for files (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:394 +#: sphinx/ext/autosummary/generate.py:392 #, python-format msgid "custom template directory (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:398 +#: sphinx/ext/autosummary/generate.py:396 #, python-format msgid "document imported members (default: %(default)s)" msgstr "" @@ -2871,6 +2872,7 @@ msgid "Warning" msgstr "Peringatan" #: sphinx/templates/latex/longtable.tex_t:23 +#: sphinx/templates/latex/sphinxmessages.sty_t:8 msgid "continued from previous page" msgstr "lanjutan dari halaman sebelumnya" @@ -2878,13 +2880,29 @@ msgstr "lanjutan dari halaman sebelumnya" msgid "Continued on next page" msgstr "Lanjut ke halaman berikutnya" +#: sphinx/templates/latex/sphinxmessages.sty_t:9 +msgid "continues on next page" +msgstr "" + +#: sphinx/templates/latex/sphinxmessages.sty_t:10 +msgid "Non-alphabetical" +msgstr "" + +#: sphinx/templates/latex/sphinxmessages.sty_t:12 +msgid "Numbers" +msgstr "" + +#: sphinx/templates/latex/sphinxmessages.sty_t:13 +msgid "page" +msgstr "laman" + #: sphinx/themes/agogo/layout.html:46 sphinx/themes/basic/globaltoc.html:10 #: sphinx/themes/basic/localtoc.html:11 sphinx/themes/scrolls/layout.html:41 msgid "Table of Contents" msgstr "" #: sphinx/themes/agogo/layout.html:51 sphinx/themes/basic/layout.html:153 -#: sphinx/themes/basic/search.html:11 sphinx/themes/basic/search.html:26 +#: sphinx/themes/basic/search.html:11 sphinx/themes/basic/search.html:21 #: sphinx/themes/basic/searchresults.html:10 msgid "Search" msgstr "Pencarian" @@ -3021,13 +3039,13 @@ msgstr "Topik berikutnya" msgid "next chapter" msgstr "bab berikutnya" -#: sphinx/themes/basic/search.html:30 +#: sphinx/themes/basic/search.html:25 msgid "" "Please activate JavaScript to enable the search\n" " functionality." msgstr "Tolong aktifkan JavaScript untuk melakukan pencarian.\n " -#: sphinx/themes/basic/search.html:35 +#: sphinx/themes/basic/search.html:30 msgid "" "From here you can search these documents. Enter your search\n" " words into the box below and click \"search\". Note that the search\n" @@ -3035,20 +3053,20 @@ msgid "" " containing fewer words won't appear in the result list." msgstr "Dari sini dapat dilakukan pencarian pada dokumentasi. Masukkan\n kata yang dicari pada kotak dibawah dan klik \"search\". Catatan untuk fungsi pencarian\n akan secara otomatis mencari semua kata. Halaman\n yang berisi kata yang sedikat tidak dimunculkan pada daftar hasil." -#: sphinx/themes/basic/search.html:42 +#: sphinx/themes/basic/search.html:37 #: sphinx/themes/basic/searchresults.html:17 msgid "search" msgstr "pencarian" -#: sphinx/themes/basic/search.html:46 +#: sphinx/themes/basic/search.html:41 #: sphinx/themes/basic/searchresults.html:21 -#: sphinx/themes/basic/static/searchtools.js:295 +#: sphinx/themes/basic/static/searchtools.js:285 msgid "Search Results" msgstr "Hasil Pencarian" -#: sphinx/themes/basic/search.html:48 +#: sphinx/themes/basic/search.html:43 #: sphinx/themes/basic/searchresults.html:23 -#: sphinx/themes/basic/static/searchtools.js:297 +#: sphinx/themes/basic/static/searchtools.js:287 msgid "" "Your search did not match any documents. Please make sure that all words are" " spelled correctly and that you've selected enough categories." @@ -3106,20 +3124,20 @@ msgstr "Link permanen untuk definisi ini" msgid "Hide Search Matches" msgstr "Sembunyikan Hasil Pencarian" -#: sphinx/themes/basic/static/searchtools.js:131 +#: sphinx/themes/basic/static/searchtools.js:121 msgid "Searching" msgstr "Pencarian" -#: sphinx/themes/basic/static/searchtools.js:136 +#: sphinx/themes/basic/static/searchtools.js:126 msgid "Preparing search..." msgstr "Penyiapkan pencarian..." -#: sphinx/themes/basic/static/searchtools.js:299 +#: sphinx/themes/basic/static/searchtools.js:289 #, python-format msgid "Search finished, found %s page(s) matching the search query." msgstr "Pencarian selesai, menemukan %s halaman yang cocok dengan kueri pencarian." -#: sphinx/themes/basic/static/searchtools.js:352 +#: sphinx/themes/basic/static/searchtools.js:342 msgid ", in " msgstr ", di" @@ -3136,18 +3154,18 @@ msgstr "Tutup sidebar" msgid "Contents" msgstr "Konten" -#: sphinx/transforms/__init__.py:259 +#: sphinx/transforms/__init__.py:261 #, python-format msgid "" "4 column based index found. It might be a bug of extensions you use: %r" msgstr "" -#: sphinx/transforms/__init__.py:301 +#: sphinx/transforms/__init__.py:303 #, python-format msgid "Footnote [%s] is not referenced." msgstr "" -#: sphinx/transforms/__init__.py:307 +#: sphinx/transforms/__init__.py:309 msgid "Footnote [#] is not referenced." msgstr "" @@ -3218,7 +3236,7 @@ msgstr "" msgid "failed" msgstr "" -#: sphinx/util/docutils.py:321 +#: sphinx/util/docutils.py:320 msgid "when adding directive classes, no additional arguments may be given" msgstr "" @@ -3279,15 +3297,15 @@ msgstr "Link permanen untuk table ini" msgid "Permalink to this code" msgstr "Link permanen untuk kode ini" -#: sphinx/writers/html.py:514 sphinx/writers/html5.py:460 +#: sphinx/writers/html.py:512 sphinx/writers/html5.py:458 msgid "Permalink to this image" msgstr "Link permanen untuk gambar ini" -#: sphinx/writers/html.py:516 sphinx/writers/html5.py:462 +#: sphinx/writers/html.py:514 sphinx/writers/html5.py:460 msgid "Permalink to this toctree" msgstr "Tautan ke daftar isi ini" -#: sphinx/writers/html.py:674 sphinx/writers/html5.py:608 +#: sphinx/writers/html.py:672 sphinx/writers/html5.py:606 msgid "Could not obtain image size. :scale: option is ignored." msgstr "" @@ -3324,12 +3342,12 @@ msgstr "" msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: sphinx/writers/latex.py:1843 +#: sphinx/writers/latex.py:1847 #, python-format msgid "unknown index entry type %s found" msgstr "" -#: sphinx/writers/latex.py:2552 +#: sphinx/writers/latex.py:2560 #, python-format msgid "Unknown configure key: latex_elements[%r] is ignored." msgstr "Kunci konfigurasi tak dikenal: latex_elements[%r] diabaikan." @@ -3347,12 +3365,12 @@ msgstr "[gambar]" msgid "caption not inside a figure." msgstr "" -#: sphinx/writers/texinfo.py:1421 +#: sphinx/writers/texinfo.py:1422 #, python-format msgid "unimplemented node type: %r" msgstr "" -#: sphinx/writers/texinfo.py:1426 +#: sphinx/writers/texinfo.py:1427 #, python-format msgid "unknown node type: %r" msgstr "" diff --git a/sphinx/locale/it/LC_MESSAGES/sphinx.mo b/sphinx/locale/it/LC_MESSAGES/sphinx.mo index edfe826f9d..2e301d4f34 100644 Binary files a/sphinx/locale/it/LC_MESSAGES/sphinx.mo and b/sphinx/locale/it/LC_MESSAGES/sphinx.mo differ diff --git a/sphinx/locale/it/LC_MESSAGES/sphinx.po b/sphinx/locale/it/LC_MESSAGES/sphinx.po index 89ea48ba31..baec45df57 100644 --- a/sphinx/locale/it/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/it/LC_MESSAGES/sphinx.po @@ -12,9 +12,9 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2019-02-18 01:52+0900\n" -"PO-Revision-Date: 2019-03-14 16:36+0000\n" -"Last-Translator: Takeshi KOMIYA \n" +"POT-Creation-Date: 2019-03-29 01:05+0900\n" +"PO-Revision-Date: 2019-03-28 16:09+0000\n" +"Last-Translator: Paolo Cavallini \n" "Language-Team: Italian (http://www.transifex.com/sphinx-doc/sphinx-1/language/it/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -126,7 +126,7 @@ msgstr "" msgid "role %r is already registered, it will be overridden" msgstr "" -#: sphinx/application.py:1182 +#: sphinx/application.py:1179 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -134,7 +134,7 @@ msgid "" "explicit" msgstr "" -#: sphinx/application.py:1188 +#: sphinx/application.py:1185 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -142,7 +142,7 @@ msgid "" "explicit" msgstr "" -#: sphinx/application.py:1199 +#: sphinx/application.py:1196 #, python-format msgid "doing serial %s" msgstr "" @@ -591,44 +591,44 @@ msgstr "" msgid "preparing documents" msgstr "" -#: sphinx/builders/_epub_base.py:219 +#: sphinx/builders/_epub_base.py:218 #, python-format msgid "duplicated ToC entry found: %s" msgstr "" -#: sphinx/builders/_epub_base.py:415 sphinx/builders/html.py:761 -#: sphinx/builders/latex/__init__.py:413 sphinx/builders/texinfo.py:190 +#: sphinx/builders/_epub_base.py:414 sphinx/builders/html.py:761 +#: sphinx/builders/latex/__init__.py:415 sphinx/builders/texinfo.py:190 msgid "copying images... " msgstr "" -#: sphinx/builders/_epub_base.py:422 +#: sphinx/builders/_epub_base.py:421 #, python-format msgid "cannot read image file %r: copying it instead" msgstr "" -#: sphinx/builders/_epub_base.py:428 sphinx/builders/html.py:769 -#: sphinx/builders/latex/__init__.py:421 sphinx/builders/texinfo.py:198 +#: sphinx/builders/_epub_base.py:427 sphinx/builders/html.py:769 +#: sphinx/builders/latex/__init__.py:423 sphinx/builders/texinfo.py:199 #, python-format msgid "cannot copy image file %r: %s" msgstr "" -#: sphinx/builders/_epub_base.py:445 +#: sphinx/builders/_epub_base.py:444 #, python-format msgid "cannot write image file %r: %s" msgstr "" -#: sphinx/builders/_epub_base.py:456 +#: sphinx/builders/_epub_base.py:455 msgid "Pillow not found - copying image files" msgstr "" -#: sphinx/builders/_epub_base.py:491 sphinx/builders/_epub_base.py:504 -#: sphinx/builders/_epub_base.py:540 sphinx/builders/_epub_base.py:725 -#: sphinx/builders/_epub_base.py:758 sphinx/builders/epub3.py:184 +#: sphinx/builders/_epub_base.py:490 sphinx/builders/_epub_base.py:503 +#: sphinx/builders/_epub_base.py:539 sphinx/builders/_epub_base.py:724 +#: sphinx/builders/_epub_base.py:757 sphinx/builders/epub3.py:183 #, python-format msgid "writing %s file..." msgstr "" -#: sphinx/builders/_epub_base.py:566 +#: sphinx/builders/_epub_base.py:565 #, python-format msgid "unknown mimetype for %s, ignoring" msgstr "" @@ -647,19 +647,19 @@ msgstr "" msgid "writing summary file..." msgstr "" -#: sphinx/builders/changes.py:87 +#: sphinx/builders/changes.py:86 msgid "Builtins" msgstr "Builtins" -#: sphinx/builders/changes.py:89 +#: sphinx/builders/changes.py:88 msgid "Module level" msgstr "Al livello del modulo" -#: sphinx/builders/changes.py:134 +#: sphinx/builders/changes.py:133 msgid "copying source files..." msgstr "" -#: sphinx/builders/changes.py:141 +#: sphinx/builders/changes.py:140 #, python-format msgid "could not read %r for changelog creation" msgstr "" @@ -668,76 +668,76 @@ msgstr "" msgid "The dummy builder generates no files." msgstr "" -#: sphinx/builders/epub3.py:69 +#: sphinx/builders/epub3.py:68 #, python-format msgid "The ePub file is in %(outdir)s." msgstr "" -#: sphinx/builders/epub3.py:212 +#: sphinx/builders/epub3.py:211 msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:216 +#: sphinx/builders/epub3.py:215 msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:219 +#: sphinx/builders/epub3.py:218 msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:223 +#: sphinx/builders/epub3.py:222 msgid "conf value \"epub_author\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:226 +#: sphinx/builders/epub3.py:225 msgid "conf value \"epub_contributor\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:229 +#: sphinx/builders/epub3.py:228 msgid "conf value \"epub_description\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:232 +#: sphinx/builders/epub3.py:231 msgid "conf value \"epub_publisher\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:235 +#: sphinx/builders/epub3.py:234 msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:239 +#: sphinx/builders/epub3.py:238 msgid "conf value \"epub_identifier\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:242 +#: sphinx/builders/epub3.py:241 msgid "conf value \"version\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:257 sphinx/builders/html.py:1166 +#: sphinx/builders/epub3.py:256 sphinx/builders/html.py:1166 #, python-format msgid "invalid css_file: %r, ignored" msgstr "" -#: sphinx/builders/gettext.py:215 +#: sphinx/builders/gettext.py:221 #, python-format msgid "The message catalogs are in %(outdir)s." msgstr "" -#: sphinx/builders/gettext.py:239 +#: sphinx/builders/gettext.py:245 #, python-format msgid "building [%s]: " msgstr "" -#: sphinx/builders/gettext.py:240 +#: sphinx/builders/gettext.py:246 #, python-format msgid "targets for %d template files" msgstr "" -#: sphinx/builders/gettext.py:244 +#: sphinx/builders/gettext.py:250 msgid "reading templates... " msgstr "" -#: sphinx/builders/gettext.py:271 +#: sphinx/builders/gettext.py:277 msgid "writing message catalogs... " msgstr "" @@ -756,7 +756,7 @@ msgstr "" msgid "Failed to read build info file: %r" msgstr "" -#: sphinx/builders/html.py:488 sphinx/builders/latex/__init__.py:204 +#: sphinx/builders/html.py:488 sphinx/builders/latex/__init__.py:206 #: sphinx/transforms/__init__.py:121 sphinx/writers/manpage.py:118 #: sphinx/writers/texinfo.py:243 #, python-format @@ -809,7 +809,7 @@ msgstr "" msgid "html_static_path entry %r does not exist" msgstr "" -#: sphinx/builders/html.py:839 sphinx/builders/latex/__init__.py:398 +#: sphinx/builders/html.py:839 sphinx/builders/latex/__init__.py:400 #, python-format msgid "logo file %r does not exist" msgstr "" @@ -926,7 +926,7 @@ msgstr "" msgid "no \"man_pages\" config value found; no manual pages will be written" msgstr "" -#: sphinx/builders/latex/__init__.py:270 sphinx/builders/manpage.py:64 +#: sphinx/builders/latex/__init__.py:272 sphinx/builders/manpage.py:64 #: sphinx/builders/singlehtml.py:174 sphinx/builders/texinfo.py:120 msgid "writing" msgstr "" @@ -970,24 +970,24 @@ msgstr "" msgid "\"texinfo_documents\" config value references unknown document %s" msgstr "" -#: sphinx/builders/latex/__init__.py:253 sphinx/builders/texinfo.py:116 +#: sphinx/builders/latex/__init__.py:255 sphinx/builders/texinfo.py:116 #, python-format msgid "processing %s" msgstr "" -#: sphinx/builders/latex/__init__.py:322 sphinx/builders/texinfo.py:163 +#: sphinx/builders/latex/__init__.py:323 sphinx/builders/texinfo.py:164 msgid "resolving references..." msgstr "" -#: sphinx/builders/latex/__init__.py:332 sphinx/builders/texinfo.py:172 +#: sphinx/builders/latex/__init__.py:333 sphinx/builders/texinfo.py:173 msgid " (in " msgstr " (in " -#: sphinx/builders/texinfo.py:204 +#: sphinx/builders/texinfo.py:205 msgid "copying Texinfo support files" msgstr "" -#: sphinx/builders/texinfo.py:208 +#: sphinx/builders/texinfo.py:209 #, python-format msgid "error writing file Makefile: %s" msgstr "" @@ -1007,28 +1007,28 @@ msgstr "" msgid "The pseudo-XML files are in %(outdir)s." msgstr "" -#: sphinx/builders/latex/__init__.py:121 +#: sphinx/builders/latex/__init__.py:123 #, python-format msgid "The LaTeX files are in %(outdir)s." msgstr "" -#: sphinx/builders/latex/__init__.py:123 +#: sphinx/builders/latex/__init__.py:125 msgid "" "\n" "Run 'make' in that directory to run these through (pdf)latex\n" "(use `make latexpdf' here to do that automatically)." msgstr "" -#: sphinx/builders/latex/__init__.py:163 +#: sphinx/builders/latex/__init__.py:165 msgid "no \"latex_documents\" config value found; no documents will be written" msgstr "" -#: sphinx/builders/latex/__init__.py:171 +#: sphinx/builders/latex/__init__.py:173 #, python-format msgid "\"latex_documents\" config value references unknown document %s" msgstr "" -#: sphinx/builders/latex/__init__.py:211 sphinx/domains/std.py:501 +#: sphinx/builders/latex/__init__.py:213 sphinx/domains/std.py:501 #: sphinx/templates/latex/latex.tex_t:79 #: sphinx/themes/basic/genindex-single.html:30 #: sphinx/themes/basic/genindex-single.html:55 @@ -1040,28 +1040,28 @@ msgstr "" msgid "Index" msgstr "Indice" -#: sphinx/builders/latex/__init__.py:214 sphinx/templates/latex/latex.tex_t:64 +#: sphinx/builders/latex/__init__.py:216 sphinx/templates/latex/latex.tex_t:64 msgid "Release" msgstr "Release" -#: sphinx/builders/latex/__init__.py:222 sphinx/writers/latex.py:549 +#: sphinx/builders/latex/__init__.py:224 sphinx/writers/latex.py:549 #, python-format msgid "no Babel option known for language %r" msgstr "" -#: sphinx/builders/latex/__init__.py:361 +#: sphinx/builders/latex/__init__.py:363 msgid "copying TeX support files" msgstr "" -#: sphinx/builders/latex/__init__.py:382 +#: sphinx/builders/latex/__init__.py:384 msgid "copying TeX support files..." msgstr "" -#: sphinx/builders/latex/__init__.py:402 +#: sphinx/builders/latex/__init__.py:404 msgid "copying additional files" msgstr "" -#: sphinx/builders/latex/__init__.py:445 +#: sphinx/builders/latex/__init__.py:447 #, python-format msgid "Unknown configure key: latex_elements[%r]. ignored." msgstr "" @@ -1124,8 +1124,8 @@ msgstr "" msgid "job number should be a positive number" msgstr "" -#: sphinx/cmd/build.py:106 sphinx/cmd/quickstart.py:498 -#: sphinx/ext/apidoc.py:298 sphinx/ext/autosummary/generate.py:365 +#: sphinx/cmd/build.py:106 sphinx/cmd/quickstart.py:497 +#: sphinx/ext/apidoc.py:298 sphinx/ext/autosummary/generate.py:363 msgid "For more information, visit ." msgstr "" @@ -1502,13 +1502,13 @@ msgstr "" msgid "Indicate which of the following Sphinx extensions should be enabled:" msgstr "" -#: sphinx/cmd/quickstart.py:354 +#: sphinx/cmd/quickstart.py:353 msgid "" "Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " "been deselected." msgstr "" -#: sphinx/cmd/quickstart.py:359 +#: sphinx/cmd/quickstart.py:358 msgid "" "\n" "A Makefile and a Windows command file can be generated for you so that you\n" @@ -1516,29 +1516,29 @@ msgid "" "directly." msgstr "" -#: sphinx/cmd/quickstart.py:363 +#: sphinx/cmd/quickstart.py:362 msgid "Create Makefile? (y/n)" msgstr "" -#: sphinx/cmd/quickstart.py:366 +#: sphinx/cmd/quickstart.py:365 msgid "Create Windows command file? (y/n)" msgstr "" -#: sphinx/cmd/quickstart.py:409 sphinx/ext/apidoc.py:74 +#: sphinx/cmd/quickstart.py:408 sphinx/ext/apidoc.py:74 #, python-format msgid "Creating file %s." msgstr "" -#: sphinx/cmd/quickstart.py:414 sphinx/ext/apidoc.py:72 +#: sphinx/cmd/quickstart.py:413 sphinx/ext/apidoc.py:72 #, python-format msgid "File %s already exists, skipping." msgstr "" -#: sphinx/cmd/quickstart.py:450 +#: sphinx/cmd/quickstart.py:449 msgid "Finished: An initial directory structure has been created." msgstr "" -#: sphinx/cmd/quickstart.py:451 +#: sphinx/cmd/quickstart.py:450 #, python-format msgid "" "\n" @@ -1546,26 +1546,26 @@ msgid "" "source files. " msgstr "" -#: sphinx/cmd/quickstart.py:453 +#: sphinx/cmd/quickstart.py:452 msgid "" "Use the Makefile to build the docs, like so:\n" " make builder\n" msgstr "" -#: sphinx/cmd/quickstart.py:456 +#: sphinx/cmd/quickstart.py:455 #, python-format msgid "" "Use the sphinx-build command to build the docs, like so:\n" " sphinx-build -b builder %s %s\n" msgstr "" -#: sphinx/cmd/quickstart.py:459 +#: sphinx/cmd/quickstart.py:458 msgid "" "where \"builder\" is one of the supported builders, e.g. html, latex or " "linkcheck.\n" msgstr "" -#: sphinx/cmd/quickstart.py:499 +#: sphinx/cmd/quickstart.py:498 msgid "" "\n" "Generate required files for a Sphinx project.\n" @@ -1575,131 +1575,131 @@ msgid "" "Makefile to be used with sphinx-build.\n" msgstr "" -#: sphinx/cmd/quickstart.py:509 +#: sphinx/cmd/quickstart.py:508 msgid "quiet mode" msgstr "" -#: sphinx/cmd/quickstart.py:514 +#: sphinx/cmd/quickstart.py:513 msgid "output path" msgstr "" -#: sphinx/cmd/quickstart.py:516 +#: sphinx/cmd/quickstart.py:515 msgid "Structure options" msgstr "" -#: sphinx/cmd/quickstart.py:518 +#: sphinx/cmd/quickstart.py:517 msgid "if specified, separate source and build dirs" msgstr "" -#: sphinx/cmd/quickstart.py:520 +#: sphinx/cmd/quickstart.py:519 msgid "replacement for dot in _templates etc." msgstr "" -#: sphinx/cmd/quickstart.py:522 +#: sphinx/cmd/quickstart.py:521 msgid "Project basic options" msgstr "" -#: sphinx/cmd/quickstart.py:524 +#: sphinx/cmd/quickstart.py:523 msgid "project name" msgstr "" -#: sphinx/cmd/quickstart.py:526 +#: sphinx/cmd/quickstart.py:525 msgid "author names" msgstr "" -#: sphinx/cmd/quickstart.py:528 +#: sphinx/cmd/quickstart.py:527 msgid "version of project" msgstr "" -#: sphinx/cmd/quickstart.py:530 +#: sphinx/cmd/quickstart.py:529 msgid "release of project" msgstr "" -#: sphinx/cmd/quickstart.py:532 +#: sphinx/cmd/quickstart.py:531 msgid "document language" msgstr "" -#: sphinx/cmd/quickstart.py:534 +#: sphinx/cmd/quickstart.py:533 msgid "source file suffix" msgstr "" -#: sphinx/cmd/quickstart.py:536 +#: sphinx/cmd/quickstart.py:535 msgid "master document name" msgstr "" -#: sphinx/cmd/quickstart.py:538 +#: sphinx/cmd/quickstart.py:537 msgid "use epub" msgstr "" -#: sphinx/cmd/quickstart.py:540 +#: sphinx/cmd/quickstart.py:539 msgid "Extension options" msgstr "" -#: sphinx/cmd/quickstart.py:544 sphinx/ext/apidoc.py:379 +#: sphinx/cmd/quickstart.py:543 sphinx/ext/apidoc.py:379 #, python-format msgid "enable %s extension" msgstr "" -#: sphinx/cmd/quickstart.py:546 sphinx/ext/apidoc.py:375 +#: sphinx/cmd/quickstart.py:545 sphinx/ext/apidoc.py:375 msgid "enable arbitrary extensions" msgstr "" -#: sphinx/cmd/quickstart.py:548 +#: sphinx/cmd/quickstart.py:547 msgid "Makefile and Batchfile creation" msgstr "" -#: sphinx/cmd/quickstart.py:550 +#: sphinx/cmd/quickstart.py:549 msgid "create makefile" msgstr "" -#: sphinx/cmd/quickstart.py:552 +#: sphinx/cmd/quickstart.py:551 msgid "do not create makefile" msgstr "" -#: sphinx/cmd/quickstart.py:554 +#: sphinx/cmd/quickstart.py:553 msgid "create batchfile" msgstr "" -#: sphinx/cmd/quickstart.py:557 +#: sphinx/cmd/quickstart.py:556 msgid "do not create batchfile" msgstr "" -#: sphinx/cmd/quickstart.py:560 +#: sphinx/cmd/quickstart.py:559 msgid "use make-mode for Makefile/make.bat" msgstr "" -#: sphinx/cmd/quickstart.py:563 +#: sphinx/cmd/quickstart.py:562 msgid "do not use make-mode for Makefile/make.bat" msgstr "" -#: sphinx/cmd/quickstart.py:565 +#: sphinx/cmd/quickstart.py:564 msgid "Project templating" msgstr "" -#: sphinx/cmd/quickstart.py:568 +#: sphinx/cmd/quickstart.py:567 msgid "template directory for template files" msgstr "" -#: sphinx/cmd/quickstart.py:571 +#: sphinx/cmd/quickstart.py:570 msgid "define a template variable" msgstr "" -#: sphinx/cmd/quickstart.py:605 +#: sphinx/cmd/quickstart.py:604 msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." msgstr "" -#: sphinx/cmd/quickstart.py:619 +#: sphinx/cmd/quickstart.py:618 msgid "" "Error: specified path is not a directory, or sphinx files already exist." msgstr "" -#: sphinx/cmd/quickstart.py:621 +#: sphinx/cmd/quickstart.py:620 msgid "" "sphinx-quickstart only generate into a empty directory. Please specify a new" " root path." msgstr "" -#: sphinx/cmd/quickstart.py:636 +#: sphinx/cmd/quickstart.py:635 #, python-format msgid "Invalid template variable: %s" msgstr "" @@ -1771,17 +1771,17 @@ msgstr "Autore: " msgid "%s %s" msgstr "%s %s" -#: sphinx/domains/c.py:64 sphinx/domains/cpp.py:6371 +#: sphinx/domains/c.py:64 sphinx/domains/cpp.py:6445 #: sphinx/domains/python.py:210 sphinx/ext/napoleon/docstring.py:696 msgid "Parameters" msgstr "Parametri" -#: sphinx/domains/c.py:67 sphinx/domains/cpp.py:6380 -#: sphinx/domains/javascript.py:210 sphinx/domains/python.py:222 +#: sphinx/domains/c.py:67 sphinx/domains/cpp.py:6454 +#: sphinx/domains/javascript.py:209 sphinx/domains/python.py:222 msgid "Returns" msgstr "Ritorna" -#: sphinx/domains/c.py:69 sphinx/domains/javascript.py:212 +#: sphinx/domains/c.py:69 sphinx/domains/javascript.py:211 #: sphinx/domains/python.py:224 msgid "Return type" msgstr "Tipo di ritorno" @@ -1811,12 +1811,12 @@ msgstr "%s (tipo C)" msgid "%s (C variable)" msgstr "%s (variabile C)" -#: sphinx/domains/c.py:258 sphinx/domains/cpp.py:6956 -#: sphinx/domains/javascript.py:298 sphinx/domains/python.py:741 +#: sphinx/domains/c.py:258 sphinx/domains/cpp.py:7029 +#: sphinx/domains/javascript.py:297 sphinx/domains/python.py:742 msgid "function" msgstr "funzione" -#: sphinx/domains/c.py:259 sphinx/domains/cpp.py:6957 +#: sphinx/domains/c.py:259 sphinx/domains/cpp.py:7030 msgid "member" msgstr "membro" @@ -1824,7 +1824,7 @@ msgstr "membro" msgid "macro" msgstr "macro" -#: sphinx/domains/c.py:261 sphinx/domains/cpp.py:6958 +#: sphinx/domains/c.py:261 sphinx/domains/cpp.py:7031 msgid "type" msgstr "tipo" @@ -1847,106 +1847,106 @@ msgstr "Cambiato nella versione %s" msgid "Deprecated since version %s" msgstr "Deprecato dalla versione %s" -#: sphinx/domains/cpp.py:4297 +#: sphinx/domains/cpp.py:4323 #, python-format msgid "" "Duplicate declaration, also defined in '%s'.\n" "Declaration is '%s'." msgstr "" -#: sphinx/domains/cpp.py:6374 +#: sphinx/domains/cpp.py:6448 msgid "Template Parameters" msgstr "Parametri del modello" -#: sphinx/domains/cpp.py:6377 sphinx/domains/javascript.py:207 +#: sphinx/domains/cpp.py:6451 sphinx/domains/javascript.py:206 msgid "Throws" msgstr "Solleva" -#: sphinx/domains/cpp.py:6505 +#: sphinx/domains/cpp.py:6579 #, python-format msgid "%s (C++ %s)" msgstr "" -#: sphinx/domains/cpp.py:6954 sphinx/domains/javascript.py:300 -#: sphinx/domains/python.py:743 +#: sphinx/domains/cpp.py:7027 sphinx/domains/javascript.py:299 +#: sphinx/domains/python.py:744 msgid "class" msgstr "classe" -#: sphinx/domains/cpp.py:6955 +#: sphinx/domains/cpp.py:7028 msgid "union" msgstr "" -#: sphinx/domains/cpp.py:6959 +#: sphinx/domains/cpp.py:7032 msgid "concept" msgstr "concetto" -#: sphinx/domains/cpp.py:6960 +#: sphinx/domains/cpp.py:7033 msgid "enum" msgstr "enum" -#: sphinx/domains/cpp.py:6961 +#: sphinx/domains/cpp.py:7034 msgid "enumerator" msgstr "enumeratore" -#: sphinx/domains/cpp.py:7054 +#: sphinx/domains/cpp.py:7127 #, python-format msgid "" "Duplicate declaration, also defined in '%s'.\n" "Name of declaration is '%s'." msgstr "" -#: sphinx/domains/javascript.py:131 sphinx/domains/python.py:429 +#: sphinx/domains/javascript.py:130 sphinx/domains/python.py:430 #, python-format msgid "%s() (built-in function)" msgstr "%s() (funzione built-in)" -#: sphinx/domains/javascript.py:132 sphinx/domains/python.py:494 +#: sphinx/domains/javascript.py:131 sphinx/domains/python.py:495 #, python-format msgid "%s() (%s method)" msgstr "%s() (%s metodo)" -#: sphinx/domains/javascript.py:134 +#: sphinx/domains/javascript.py:133 #, python-format msgid "%s() (class)" msgstr "%s() (classe)" -#: sphinx/domains/javascript.py:136 +#: sphinx/domains/javascript.py:135 #, python-format msgid "%s (global variable or constant)" msgstr "%s (variabile globale o costante)" -#: sphinx/domains/javascript.py:138 sphinx/domains/python.py:532 +#: sphinx/domains/javascript.py:137 sphinx/domains/python.py:533 #, python-format msgid "%s (%s attribute)" msgstr "%s (%s attributo)" -#: sphinx/domains/javascript.py:204 +#: sphinx/domains/javascript.py:203 msgid "Arguments" msgstr "Parametri" -#: sphinx/domains/javascript.py:265 sphinx/domains/python.py:609 +#: sphinx/domains/javascript.py:264 sphinx/domains/python.py:610 #, python-format msgid "%s (module)" msgstr "%s (modulo)" -#: sphinx/domains/javascript.py:299 sphinx/domains/python.py:745 +#: sphinx/domains/javascript.py:298 sphinx/domains/python.py:746 msgid "method" msgstr "metodo" -#: sphinx/domains/javascript.py:301 sphinx/domains/python.py:742 +#: sphinx/domains/javascript.py:300 sphinx/domains/python.py:743 msgid "data" msgstr "dati" -#: sphinx/domains/javascript.py:302 sphinx/domains/python.py:748 +#: sphinx/domains/javascript.py:301 sphinx/domains/python.py:749 msgid "attribute" msgstr "attributo" -#: sphinx/domains/javascript.py:303 sphinx/domains/python.py:49 -#: sphinx/domains/python.py:749 +#: sphinx/domains/javascript.py:302 sphinx/domains/python.py:49 +#: sphinx/domains/python.py:750 msgid "module" msgstr "modulo" -#: sphinx/domains/math.py:101 sphinx/writers/latex.py:2451 +#: sphinx/domains/math.py:101 sphinx/writers/latex.py:2459 #, python-format msgid "Invalid math_eqref_format: %r" msgstr "" @@ -1968,7 +1968,7 @@ msgstr "operatore" msgid "object" msgstr "oggetto" -#: sphinx/domains/python.py:53 sphinx/domains/python.py:744 +#: sphinx/domains/python.py:53 sphinx/domains/python.py:745 msgid "exception" msgstr "eccezione" @@ -1988,88 +1988,88 @@ msgstr "Variabili" msgid "Raises" msgstr "Solleva" -#: sphinx/domains/python.py:430 sphinx/domains/python.py:488 -#: sphinx/domains/python.py:500 sphinx/domains/python.py:513 +#: sphinx/domains/python.py:431 sphinx/domains/python.py:489 +#: sphinx/domains/python.py:501 sphinx/domains/python.py:514 #, python-format msgid "%s() (in module %s)" msgstr "%s() (nel modulo %s)" -#: sphinx/domains/python.py:433 +#: sphinx/domains/python.py:434 #, python-format msgid "%s (built-in variable)" msgstr "%s (variabile built-in)" -#: sphinx/domains/python.py:434 sphinx/domains/python.py:526 +#: sphinx/domains/python.py:435 sphinx/domains/python.py:527 #, python-format msgid "%s (in module %s)" msgstr "%s (nel modulo %s)" -#: sphinx/domains/python.py:454 +#: sphinx/domains/python.py:455 #, python-format msgid "%s (built-in class)" msgstr "%s (classe built-in)" -#: sphinx/domains/python.py:455 +#: sphinx/domains/python.py:456 #, python-format msgid "%s (class in %s)" msgstr "%s (classe in %s)" -#: sphinx/domains/python.py:492 +#: sphinx/domains/python.py:493 #, python-format msgid "%s() (%s.%s method)" msgstr "%s() (%s.%s metodo)" -#: sphinx/domains/python.py:504 +#: sphinx/domains/python.py:505 #, python-format msgid "%s() (%s.%s static method)" msgstr "%s() (%s.%s metodo statico)" -#: sphinx/domains/python.py:507 +#: sphinx/domains/python.py:508 #, python-format msgid "%s() (%s static method)" msgstr "%s() (%s metodo statico)" -#: sphinx/domains/python.py:517 +#: sphinx/domains/python.py:518 #, python-format msgid "%s() (%s.%s class method)" msgstr "%s() (%s.%s metodo della classe)" -#: sphinx/domains/python.py:520 +#: sphinx/domains/python.py:521 #, python-format msgid "%s() (%s class method)" msgstr "%s() (%s metodo della classe)" -#: sphinx/domains/python.py:530 +#: sphinx/domains/python.py:531 #, python-format msgid "%s (%s.%s attribute)" msgstr "%s (%s.%s attributo)" -#: sphinx/domains/python.py:667 +#: sphinx/domains/python.py:668 msgid "Python Module Index" msgstr "Indice del modulo Python" -#: sphinx/domains/python.py:668 +#: sphinx/domains/python.py:669 msgid "modules" msgstr "moduli" -#: sphinx/domains/python.py:719 +#: sphinx/domains/python.py:720 msgid "Deprecated" msgstr "Deprecato" -#: sphinx/domains/python.py:746 +#: sphinx/domains/python.py:747 msgid "class method" msgstr "metodo della classe" -#: sphinx/domains/python.py:747 +#: sphinx/domains/python.py:748 msgid "static method" msgstr "metodo statico" -#: sphinx/domains/python.py:879 +#: sphinx/domains/python.py:880 #, python-format msgid "more than one target found for cross-reference %r: %s" msgstr "" -#: sphinx/domains/python.py:917 +#: sphinx/domains/python.py:918 msgid " (deprecated)" msgstr " (deprecato)" @@ -2145,7 +2145,7 @@ msgstr "Cerca" msgid "duplicate citation %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:631 sphinx/ext/autosectionlabel.py:61 +#: sphinx/domains/std.py:631 sphinx/ext/autosectionlabel.py:56 #, python-format msgid "duplicate label %s, other instance in %s" msgstr "" @@ -2205,21 +2205,21 @@ msgid "" "another doctree directory." msgstr "" -#: sphinx/environment/__init__.py:408 +#: sphinx/environment/__init__.py:404 #, python-format msgid "Failed to scan documents in %s: %r" msgstr "" -#: sphinx/environment/__init__.py:536 +#: sphinx/environment/__init__.py:532 #, python-format msgid "Domain %r is not registered" msgstr "" -#: sphinx/environment/__init__.py:621 +#: sphinx/environment/__init__.py:617 msgid "self referenced toctree found. Ignored." msgstr "" -#: sphinx/environment/__init__.py:662 +#: sphinx/environment/__init__.py:658 msgid "document isn't included in any toctree" msgstr "" @@ -2239,6 +2239,7 @@ msgid "unknown index entry type %r" msgstr "" #: sphinx/environment/adapters/indexentries.py:156 +#: sphinx/templates/latex/sphinxmessages.sty_t:11 msgid "Symbols" msgstr "Simboli" @@ -2264,22 +2265,22 @@ msgstr "" msgid "toctree contains reference to nonexisting document %r" msgstr "" -#: sphinx/environment/collectors/asset.py:91 +#: sphinx/environment/collectors/asset.py:90 #, python-format msgid "image file not readable: %s" msgstr "" -#: sphinx/environment/collectors/asset.py:107 +#: sphinx/environment/collectors/asset.py:106 #, python-format msgid "image file %s not readable: %s" msgstr "" -#: sphinx/environment/collectors/asset.py:135 +#: sphinx/environment/collectors/asset.py:134 #, python-format msgid "download file not readable: %s" msgstr "" -#: sphinx/environment/collectors/toctree.py:197 +#: sphinx/environment/collectors/toctree.py:196 #, python-format msgid "%s is already assigned section numbers (nested numbered toctree?)" msgstr "" @@ -2423,38 +2424,38 @@ msgstr "" msgid "module %s could not be imported: %s" msgstr "" -#: sphinx/ext/doctest.py:142 +#: sphinx/ext/doctest.py:132 #, python-format msgid "missing '+' or '-' in '%s' option." msgstr "manca '+' or'-' nell'opzione '%s'." -#: sphinx/ext/doctest.py:147 +#: sphinx/ext/doctest.py:137 #, python-format msgid "'%s' is not a valid option." msgstr "'%s' non è un'opzione valida." -#: sphinx/ext/doctest.py:161 +#: sphinx/ext/doctest.py:151 #, python-format msgid "'%s' is not a valid pyversion option" msgstr "" -#: sphinx/ext/doctest.py:230 +#: sphinx/ext/doctest.py:222 msgid "invalid TestCode type" msgstr "" -#: sphinx/ext/doctest.py:291 +#: sphinx/ext/doctest.py:283 #, python-format msgid "" "Testing of doctests in the sources finished, look at the results in " "%(outdir)s/output.txt." msgstr "" -#: sphinx/ext/doctest.py:438 +#: sphinx/ext/doctest.py:446 #, python-format msgid "no code/output in %s block at %s:%s" msgstr "" -#: sphinx/ext/doctest.py:527 +#: sphinx/ext/doctest.py:535 #, python-format msgid "ignoring invalid doctest code: %r" msgstr "" @@ -2472,7 +2473,7 @@ msgstr "" msgid "Ignoring \"graphviz\" directive without content." msgstr "" -#: sphinx/ext/graphviz.py:252 +#: sphinx/ext/graphviz.py:250 #, python-format msgid "" "dot did not produce an output file:\n" @@ -2482,14 +2483,14 @@ msgid "" "%r" msgstr "" -#: sphinx/ext/graphviz.py:256 +#: sphinx/ext/graphviz.py:254 #, python-format msgid "" "dot command %r cannot be run (needed for graphviz output), check the " "graphviz_dot setting" msgstr "" -#: sphinx/ext/graphviz.py:263 +#: sphinx/ext/graphviz.py:261 #, python-format msgid "" "dot exited with error:\n" @@ -2499,23 +2500,23 @@ msgid "" "%r" msgstr "" -#: sphinx/ext/graphviz.py:273 +#: sphinx/ext/graphviz.py:271 #, python-format msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" msgstr "" -#: sphinx/ext/graphviz.py:277 sphinx/ext/graphviz.py:331 -#: sphinx/ext/graphviz.py:369 +#: sphinx/ext/graphviz.py:275 sphinx/ext/graphviz.py:329 +#: sphinx/ext/graphviz.py:367 #, python-format msgid "dot code %r: %s" msgstr "" -#: sphinx/ext/graphviz.py:384 sphinx/ext/graphviz.py:393 +#: sphinx/ext/graphviz.py:382 sphinx/ext/graphviz.py:391 #, python-format msgid "[graph: %s]" msgstr "[grafico: %s]" -#: sphinx/ext/graphviz.py:386 sphinx/ext/graphviz.py:395 +#: sphinx/ext/graphviz.py:384 sphinx/ext/graphviz.py:393 msgid "[graph]" msgstr "[grafico]" @@ -2534,31 +2535,31 @@ msgid "" "%r" msgstr "" -#: sphinx/ext/imgmath.py:140 +#: sphinx/ext/imgmath.py:139 #, python-format msgid "" "LaTeX command %r cannot be run (needed for math display), check the " "imgmath_latex setting" msgstr "" -#: sphinx/ext/imgmath.py:155 +#: sphinx/ext/imgmath.py:154 #, python-format msgid "" "%s command %r cannot be run (needed for math display), check the imgmath_%s " "setting" msgstr "" -#: sphinx/ext/imgmath.py:290 +#: sphinx/ext/imgmath.py:289 #, python-format msgid "display latex %r: %s" msgstr "" -#: sphinx/ext/imgmath.py:317 +#: sphinx/ext/imgmath.py:316 #, python-format msgid "inline latex %r: %s" msgstr "" -#: sphinx/ext/imgmath.py:324 sphinx/ext/mathjax.py:54 +#: sphinx/ext/imgmath.py:323 sphinx/ext/mathjax.py:54 msgid "Permalink to this equation" msgstr "Permalink a questa equazione" @@ -2578,26 +2579,26 @@ msgid "" "alternatives:" msgstr "" -#: sphinx/ext/intersphinx.py:237 +#: sphinx/ext/intersphinx.py:238 msgid "failed to reach any of the inventories with the following issues:" msgstr "" -#: sphinx/ext/intersphinx.py:312 +#: sphinx/ext/intersphinx.py:311 #, python-format msgid "(in %s v%s)" msgstr "(in %s v%s)" -#: sphinx/ext/intersphinx.py:314 +#: sphinx/ext/intersphinx.py:313 #, python-format msgid "(in %s)" msgstr "" -#: sphinx/ext/intersphinx.py:348 +#: sphinx/ext/intersphinx.py:347 #, python-format msgid "intersphinx identifier %r is not string. Ignored" msgstr "" -#: sphinx/ext/intersphinx.py:361 +#: sphinx/ext/intersphinx.py:360 #, python-format msgid "Fail to read intersphinx_mapping[%s], Ignored: %r" msgstr "" @@ -2653,29 +2654,29 @@ msgstr "Vista generale: codice del modulo" msgid "

All modules for which code is available

" msgstr "

Tutti i moduli di cui è disponibile il codice

" -#: sphinx/ext/autodoc/__init__.py:302 +#: sphinx/ext/autodoc/__init__.py:300 #, python-format msgid "invalid signature for auto%s (%r)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:402 +#: sphinx/ext/autodoc/__init__.py:400 #, python-format msgid "error while formatting arguments for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:514 +#: sphinx/ext/autodoc/__init__.py:512 #, python-format msgid "missing attribute %s in object %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:602 +#: sphinx/ext/autodoc/__init__.py:600 #, python-format msgid "" "autodoc: failed to determine %r to be documented.the following exception was raised:\n" "%s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:694 +#: sphinx/ext/autodoc/__init__.py:692 #, python-format msgid "" "don't know which module to import for autodocumenting %r (try placing a " @@ -2683,39 +2684,39 @@ msgid "" "explicit module name)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:788 +#: sphinx/ext/autodoc/__init__.py:786 msgid "\"::\" in automodule name doesn't make sense" msgstr "" -#: sphinx/ext/autodoc/__init__.py:796 +#: sphinx/ext/autodoc/__init__.py:794 #, python-format msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:829 +#: sphinx/ext/autodoc/__init__.py:827 #, python-format msgid "" "__all__ should be a list of strings, not %r (in module %s) -- ignoring " "__all__" msgstr "" -#: sphinx/ext/autodoc/__init__.py:844 +#: sphinx/ext/autodoc/__init__.py:842 #, python-format msgid "" "missing attribute mentioned in :members: or __all__: module %s, attribute %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1128 +#: sphinx/ext/autodoc/__init__.py:1126 #, python-format msgid "Bases: %s" msgstr " Basi: %s" -#: sphinx/ext/autodoc/__init__.py:1185 +#: sphinx/ext/autodoc/__init__.py:1183 #, python-format msgid "alias of :class:`%s`" msgstr "alias per :class:`%s`" -#: sphinx/ext/autodoc/__init__.py:1470 +#: sphinx/ext/autodoc/__init__.py:1468 #, python-format msgid "Ignoring invalid option in autodoc_default_flags: %r" msgstr "" @@ -2751,17 +2752,17 @@ msgid "" "contain .rst. Skipped." msgstr "" -#: sphinx/ext/autosummary/generate.py:102 +#: sphinx/ext/autosummary/generate.py:100 #, python-format msgid "[autosummary] generating autosummary for: %s" msgstr "" -#: sphinx/ext/autosummary/generate.py:106 +#: sphinx/ext/autosummary/generate.py:104 #, python-format msgid "[autosummary] writing to %s" msgstr "" -#: sphinx/ext/autosummary/generate.py:366 +#: sphinx/ext/autosummary/generate.py:364 msgid "" "\n" "Generate ReStructuredText using autosummary directives.\n" @@ -2776,25 +2777,25 @@ msgid "" " pydoc sphinx.ext.autosummary\n" msgstr "" -#: sphinx/ext/autosummary/generate.py:383 +#: sphinx/ext/autosummary/generate.py:381 msgid "source files to generate rST files for" msgstr "" -#: sphinx/ext/autosummary/generate.py:387 +#: sphinx/ext/autosummary/generate.py:385 msgid "directory to place all output in" msgstr "" -#: sphinx/ext/autosummary/generate.py:390 +#: sphinx/ext/autosummary/generate.py:388 #, python-format msgid "default suffix for files (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:394 +#: sphinx/ext/autosummary/generate.py:392 #, python-format msgid "custom template directory (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:398 +#: sphinx/ext/autosummary/generate.py:396 #, python-format msgid "document imported members (default: %(default)s)" msgstr "" @@ -2872,6 +2873,7 @@ msgid "Warning" msgstr "Avvertimento" #: sphinx/templates/latex/longtable.tex_t:23 +#: sphinx/templates/latex/sphinxmessages.sty_t:8 msgid "continued from previous page" msgstr "continua dalla pagina precedente" @@ -2879,13 +2881,29 @@ msgstr "continua dalla pagina precedente" msgid "Continued on next page" msgstr "Continua alla pagina successiva" +#: sphinx/templates/latex/sphinxmessages.sty_t:9 +msgid "continues on next page" +msgstr "" + +#: sphinx/templates/latex/sphinxmessages.sty_t:10 +msgid "Non-alphabetical" +msgstr "" + +#: sphinx/templates/latex/sphinxmessages.sty_t:12 +msgid "Numbers" +msgstr "" + +#: sphinx/templates/latex/sphinxmessages.sty_t:13 +msgid "page" +msgstr "pagina" + #: sphinx/themes/agogo/layout.html:46 sphinx/themes/basic/globaltoc.html:10 #: sphinx/themes/basic/localtoc.html:11 sphinx/themes/scrolls/layout.html:41 msgid "Table of Contents" msgstr "" #: sphinx/themes/agogo/layout.html:51 sphinx/themes/basic/layout.html:153 -#: sphinx/themes/basic/search.html:11 sphinx/themes/basic/search.html:26 +#: sphinx/themes/basic/search.html:11 sphinx/themes/basic/search.html:21 #: sphinx/themes/basic/searchresults.html:10 msgid "Search" msgstr "Cerca" @@ -3022,13 +3040,13 @@ msgstr "Argomento successivo" msgid "next chapter" msgstr "capitolo successivo" -#: sphinx/themes/basic/search.html:30 +#: sphinx/themes/basic/search.html:25 msgid "" "Please activate JavaScript to enable the search\n" " functionality." msgstr "Attiva JavaScript per abilitare la funzione⏎\ndi ricerca." -#: sphinx/themes/basic/search.html:35 +#: sphinx/themes/basic/search.html:30 msgid "" "From here you can search these documents. Enter your search\n" " words into the box below and click \"search\". Note that the search\n" @@ -3036,20 +3054,20 @@ msgid "" " containing fewer words won't appear in the result list." msgstr "Puoi effettuare una ricerca in questi documenti. Immetti le parole chiave \n della tua ricerca nel riquadro sottostante e premi \"cerca\". Nota che la funzione\n di ricerca cerca automaticamente tutte le parole. Le pagine\n che contengono meno parole non compariranno nei risultati della ricerca." -#: sphinx/themes/basic/search.html:42 +#: sphinx/themes/basic/search.html:37 #: sphinx/themes/basic/searchresults.html:17 msgid "search" msgstr "cerca" -#: sphinx/themes/basic/search.html:46 +#: sphinx/themes/basic/search.html:41 #: sphinx/themes/basic/searchresults.html:21 -#: sphinx/themes/basic/static/searchtools.js:295 +#: sphinx/themes/basic/static/searchtools.js:285 msgid "Search Results" msgstr "Risultati della ricerca" -#: sphinx/themes/basic/search.html:48 +#: sphinx/themes/basic/search.html:43 #: sphinx/themes/basic/searchresults.html:23 -#: sphinx/themes/basic/static/searchtools.js:297 +#: sphinx/themes/basic/static/searchtools.js:287 msgid "" "Your search did not match any documents. Please make sure that all words are" " spelled correctly and that you've selected enough categories." @@ -3107,20 +3125,20 @@ msgstr "Link a questa definizione" msgid "Hide Search Matches" msgstr "Nascondi i risultati della ricerca" -#: sphinx/themes/basic/static/searchtools.js:131 +#: sphinx/themes/basic/static/searchtools.js:121 msgid "Searching" msgstr "Cerca" -#: sphinx/themes/basic/static/searchtools.js:136 +#: sphinx/themes/basic/static/searchtools.js:126 msgid "Preparing search..." msgstr "Preparo la ricerca..." -#: sphinx/themes/basic/static/searchtools.js:299 +#: sphinx/themes/basic/static/searchtools.js:289 #, python-format msgid "Search finished, found %s page(s) matching the search query." msgstr "Ricerca completata, trovata/e %s pagina/e corrispondenti." -#: sphinx/themes/basic/static/searchtools.js:352 +#: sphinx/themes/basic/static/searchtools.js:342 msgid ", in " msgstr ", in " @@ -3137,18 +3155,18 @@ msgstr "Comprimi la barra laterale" msgid "Contents" msgstr "Contenuti" -#: sphinx/transforms/__init__.py:259 +#: sphinx/transforms/__init__.py:261 #, python-format msgid "" "4 column based index found. It might be a bug of extensions you use: %r" msgstr "" -#: sphinx/transforms/__init__.py:301 +#: sphinx/transforms/__init__.py:303 #, python-format msgid "Footnote [%s] is not referenced." msgstr "" -#: sphinx/transforms/__init__.py:307 +#: sphinx/transforms/__init__.py:309 msgid "Footnote [#] is not referenced." msgstr "" @@ -3219,7 +3237,7 @@ msgstr "" msgid "failed" msgstr "" -#: sphinx/util/docutils.py:321 +#: sphinx/util/docutils.py:320 msgid "when adding directive classes, no additional arguments may be given" msgstr "" @@ -3280,15 +3298,15 @@ msgstr "Link a questa tabella" msgid "Permalink to this code" msgstr "Link a questo codice" -#: sphinx/writers/html.py:514 sphinx/writers/html5.py:460 +#: sphinx/writers/html.py:512 sphinx/writers/html5.py:458 msgid "Permalink to this image" msgstr "Link a questa immagine" -#: sphinx/writers/html.py:516 sphinx/writers/html5.py:462 +#: sphinx/writers/html.py:514 sphinx/writers/html5.py:460 msgid "Permalink to this toctree" msgstr "Link a questo indice" -#: sphinx/writers/html.py:674 sphinx/writers/html5.py:608 +#: sphinx/writers/html.py:672 sphinx/writers/html5.py:606 msgid "Could not obtain image size. :scale: option is ignored." msgstr "" @@ -3325,12 +3343,12 @@ msgstr "" msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: sphinx/writers/latex.py:1843 +#: sphinx/writers/latex.py:1847 #, python-format msgid "unknown index entry type %s found" msgstr "" -#: sphinx/writers/latex.py:2552 +#: sphinx/writers/latex.py:2560 #, python-format msgid "Unknown configure key: latex_elements[%r] is ignored." msgstr "Chiave di configurazione sconosciuta: latex_elements[%r] è ignorata." @@ -3348,12 +3366,12 @@ msgstr "[immagine]" msgid "caption not inside a figure." msgstr "" -#: sphinx/writers/texinfo.py:1421 +#: sphinx/writers/texinfo.py:1422 #, python-format msgid "unimplemented node type: %r" msgstr "" -#: sphinx/writers/texinfo.py:1426 +#: sphinx/writers/texinfo.py:1427 #, python-format msgid "unknown node type: %r" msgstr "" diff --git a/sphinx/locale/ja/LC_MESSAGES/sphinx.mo b/sphinx/locale/ja/LC_MESSAGES/sphinx.mo index df1ffb580c..e3498f0d27 100644 Binary files a/sphinx/locale/ja/LC_MESSAGES/sphinx.mo and b/sphinx/locale/ja/LC_MESSAGES/sphinx.mo differ diff --git a/sphinx/locale/ja/LC_MESSAGES/sphinx.po b/sphinx/locale/ja/LC_MESSAGES/sphinx.po index d6517d053b..01a10f634d 100644 --- a/sphinx/locale/ja/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/ja/LC_MESSAGES/sphinx.po @@ -20,9 +20,9 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2019-02-18 01:52+0900\n" -"PO-Revision-Date: 2019-03-25 14:52+0000\n" -"Last-Translator: Takayuki SHIMIZUKAWA \n" +"POT-Creation-Date: 2019-03-29 01:05+0900\n" +"PO-Revision-Date: 2019-03-28 16:09+0000\n" +"Last-Translator: tomo\n" "Language-Team: Japanese (http://www.transifex.com/sphinx-doc/sphinx-1/language/ja/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -134,7 +134,7 @@ msgstr "ディレクティブ %r は既に登録されています。ディレ msgid "role %r is already registered, it will be overridden" msgstr "ロール %r は既に登録されています。ロールは上書きされます" -#: sphinx/application.py:1182 +#: sphinx/application.py:1179 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -142,7 +142,7 @@ msgid "" "explicit" msgstr "拡張 %s は並列読み込みが可能かどうかを宣言していないため、おそらく並列読み込みに対応していないでしょう。拡張の実装者に連絡して、明示してもらってください。" -#: sphinx/application.py:1188 +#: sphinx/application.py:1185 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -150,7 +150,7 @@ msgid "" "explicit" msgstr "拡張 %s は並列書き込みが可能かどうかを宣言していないため、おそらく並列書き込みに対応していないでしょう。拡張の実装者に連絡して、明示してもらってください。" -#: sphinx/application.py:1199 +#: sphinx/application.py:1196 #, python-format msgid "doing serial %s" msgstr "直列で %sします" @@ -599,44 +599,44 @@ msgstr "書き込むdocname: %s" msgid "preparing documents" msgstr "preparing documents" -#: sphinx/builders/_epub_base.py:219 +#: sphinx/builders/_epub_base.py:218 #, python-format msgid "duplicated ToC entry found: %s" msgstr "Tocエントリーが重複しています: %s" -#: sphinx/builders/_epub_base.py:415 sphinx/builders/html.py:761 -#: sphinx/builders/latex/__init__.py:413 sphinx/builders/texinfo.py:190 +#: sphinx/builders/_epub_base.py:414 sphinx/builders/html.py:761 +#: sphinx/builders/latex/__init__.py:415 sphinx/builders/texinfo.py:190 msgid "copying images... " msgstr "画像をコピー中... " -#: sphinx/builders/_epub_base.py:422 +#: sphinx/builders/_epub_base.py:421 #, python-format msgid "cannot read image file %r: copying it instead" msgstr "画像ファイル %r をPILで読み込めないため、そのままコピーします" -#: sphinx/builders/_epub_base.py:428 sphinx/builders/html.py:769 -#: sphinx/builders/latex/__init__.py:421 sphinx/builders/texinfo.py:198 +#: sphinx/builders/_epub_base.py:427 sphinx/builders/html.py:769 +#: sphinx/builders/latex/__init__.py:423 sphinx/builders/texinfo.py:199 #, python-format msgid "cannot copy image file %r: %s" msgstr "画像ファイル %r をコピーできません: %s" -#: sphinx/builders/_epub_base.py:445 +#: sphinx/builders/_epub_base.py:444 #, python-format msgid "cannot write image file %r: %s" msgstr "画像ファイル %r を書き込めません: %s" -#: sphinx/builders/_epub_base.py:456 +#: sphinx/builders/_epub_base.py:455 msgid "Pillow not found - copying image files" msgstr "Pillowがインストールされていません。代わりに画像をコピーします" -#: sphinx/builders/_epub_base.py:491 sphinx/builders/_epub_base.py:504 -#: sphinx/builders/_epub_base.py:540 sphinx/builders/_epub_base.py:725 -#: sphinx/builders/_epub_base.py:758 sphinx/builders/epub3.py:184 +#: sphinx/builders/_epub_base.py:490 sphinx/builders/_epub_base.py:503 +#: sphinx/builders/_epub_base.py:539 sphinx/builders/_epub_base.py:724 +#: sphinx/builders/_epub_base.py:757 sphinx/builders/epub3.py:183 #, python-format msgid "writing %s file..." msgstr "ファイル %s を書き込み中..." -#: sphinx/builders/_epub_base.py:566 +#: sphinx/builders/_epub_base.py:565 #, python-format msgid "unknown mimetype for %s, ignoring" msgstr "不明なmimetype %sのため無視します" @@ -655,19 +655,19 @@ msgstr "バージョン %s での変更はありません" msgid "writing summary file..." msgstr "概要ファイルを書き出し中..." -#: sphinx/builders/changes.py:87 +#: sphinx/builders/changes.py:86 msgid "Builtins" msgstr "組み込み" -#: sphinx/builders/changes.py:89 +#: sphinx/builders/changes.py:88 msgid "Module level" msgstr "モジュールレベル" -#: sphinx/builders/changes.py:134 +#: sphinx/builders/changes.py:133 msgid "copying source files..." msgstr "ソースファイルをコピー中..." -#: sphinx/builders/changes.py:141 +#: sphinx/builders/changes.py:140 #, python-format msgid "could not read %r for changelog creation" msgstr "Changelog作成中に %r を読み込めませんでした" @@ -676,76 +676,76 @@ msgstr "Changelog作成中に %r を読み込めませんでした" msgid "The dummy builder generates no files." msgstr "dummyビルダーはファイルを出力しません" -#: sphinx/builders/epub3.py:69 +#: sphinx/builders/epub3.py:68 #, python-format msgid "The ePub file is in %(outdir)s." msgstr "ePubファイルは%(outdir)sにあります。" -#: sphinx/builders/epub3.py:212 +#: sphinx/builders/epub3.py:211 msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" msgstr "EPUB3出力では設定値 \"epub_language\" (あるいは \"language\") の指定が必要です" -#: sphinx/builders/epub3.py:216 +#: sphinx/builders/epub3.py:215 msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" msgstr "EPUB3では設定値 \"epub_uid\" はXML NAMEにするべきです" -#: sphinx/builders/epub3.py:219 +#: sphinx/builders/epub3.py:218 msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" msgstr "EPUB3出力では設定値 \"epub_title\" (あるいは \"html_title\") の指定が必要です" -#: sphinx/builders/epub3.py:223 +#: sphinx/builders/epub3.py:222 msgid "conf value \"epub_author\" should not be empty for EPUB3" msgstr "EPUB3出力では設定値 \"epub_author\" の指定が必要です" -#: sphinx/builders/epub3.py:226 +#: sphinx/builders/epub3.py:225 msgid "conf value \"epub_contributor\" should not be empty for EPUB3" msgstr "EPUB3出力では設定値 \"epub_contributor\" が必要です" -#: sphinx/builders/epub3.py:229 +#: sphinx/builders/epub3.py:228 msgid "conf value \"epub_description\" should not be empty for EPUB3" msgstr "EPUB3出力では設定値 \"epub_description\" が必要です" -#: sphinx/builders/epub3.py:232 +#: sphinx/builders/epub3.py:231 msgid "conf value \"epub_publisher\" should not be empty for EPUB3" msgstr "EPUB3出力では設定値 \"epub_publisher\" の指定が必要です" -#: sphinx/builders/epub3.py:235 +#: sphinx/builders/epub3.py:234 msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" msgstr "EPUB3出力では設定値 \"epub_copyright\" (あるいは \"copyright\") の指定が必要です" -#: sphinx/builders/epub3.py:239 +#: sphinx/builders/epub3.py:238 msgid "conf value \"epub_identifier\" should not be empty for EPUB3" msgstr "EPUB3出力では設定値 \"epub_identifier\" の指定が必要です" -#: sphinx/builders/epub3.py:242 +#: sphinx/builders/epub3.py:241 msgid "conf value \"version\" should not be empty for EPUB3" msgstr "EPUB3出力では設定値 \"version\" が必要です" -#: sphinx/builders/epub3.py:257 sphinx/builders/html.py:1166 +#: sphinx/builders/epub3.py:256 sphinx/builders/html.py:1166 #, python-format msgid "invalid css_file: %r, ignored" msgstr "無効な css_file %r は無視されました" -#: sphinx/builders/gettext.py:215 +#: sphinx/builders/gettext.py:221 #, python-format msgid "The message catalogs are in %(outdir)s." msgstr "メッセージカタログは%(outdir)sにあります。" -#: sphinx/builders/gettext.py:239 +#: sphinx/builders/gettext.py:245 #, python-format msgid "building [%s]: " msgstr "ビルド中 [%s]:" -#: sphinx/builders/gettext.py:240 +#: sphinx/builders/gettext.py:246 #, python-format msgid "targets for %d template files" msgstr "指定された %d 件のテンプレートファイル" -#: sphinx/builders/gettext.py:244 +#: sphinx/builders/gettext.py:250 msgid "reading templates... " msgstr "テンプレートの読み込み中..." -#: sphinx/builders/gettext.py:271 +#: sphinx/builders/gettext.py:277 msgid "writing message catalogs... " msgstr "メッセージカタログを出力中... " @@ -764,7 +764,7 @@ msgstr "HTMLページは%(outdir)sにあります。" msgid "Failed to read build info file: %r" msgstr "build info ファイルの読み込みに失敗しました: %r" -#: sphinx/builders/html.py:488 sphinx/builders/latex/__init__.py:204 +#: sphinx/builders/html.py:488 sphinx/builders/latex/__init__.py:206 #: sphinx/transforms/__init__.py:121 sphinx/writers/manpage.py:118 #: sphinx/writers/texinfo.py:243 #, python-format @@ -817,7 +817,7 @@ msgstr "静的ファイルをコピー中... " msgid "html_static_path entry %r does not exist" msgstr "html_static_path %r が見つかりません" -#: sphinx/builders/html.py:839 sphinx/builders/latex/__init__.py:398 +#: sphinx/builders/html.py:839 sphinx/builders/latex/__init__.py:400 #, python-format msgid "logo file %r does not exist" msgstr "ロゴファイル %r がありません" @@ -903,7 +903,7 @@ msgstr "複数の math_renderer が登録されています。しかし math_ren #: sphinx/builders/html.py:1231 #, python-format msgid "Unknown math_renderer %r is given." -msgstr "不明な math_renderer %r が指定されました。" +msgstr "不明な math_renderer %r が指定されました。" #: sphinx/builders/html.py:1264 #, python-format @@ -934,7 +934,7 @@ msgstr "マニュアルページは %(outdir)s にあります。" msgid "no \"man_pages\" config value found; no manual pages will be written" msgstr "設定値 \"man_pages\" が見つかりません。マニュアルページは書かれません" -#: sphinx/builders/latex/__init__.py:270 sphinx/builders/manpage.py:64 +#: sphinx/builders/latex/__init__.py:272 sphinx/builders/manpage.py:64 #: sphinx/builders/singlehtml.py:174 sphinx/builders/texinfo.py:120 msgid "writing" msgstr "書き込み中" @@ -978,24 +978,24 @@ msgstr "設定値 \"texinfo_documents\" が見つかりません。ドキュメ msgid "\"texinfo_documents\" config value references unknown document %s" msgstr "設定値 \"texinfo_documents\" は、不明なドキュメント %s を参照しています" -#: sphinx/builders/latex/__init__.py:253 sphinx/builders/texinfo.py:116 +#: sphinx/builders/latex/__init__.py:255 sphinx/builders/texinfo.py:116 #, python-format msgid "processing %s" msgstr "処理中 %s" -#: sphinx/builders/latex/__init__.py:322 sphinx/builders/texinfo.py:163 +#: sphinx/builders/latex/__init__.py:323 sphinx/builders/texinfo.py:164 msgid "resolving references..." msgstr "参照を解決しています..." -#: sphinx/builders/latex/__init__.py:332 sphinx/builders/texinfo.py:172 +#: sphinx/builders/latex/__init__.py:333 sphinx/builders/texinfo.py:173 msgid " (in " msgstr " (in " -#: sphinx/builders/texinfo.py:204 +#: sphinx/builders/texinfo.py:205 msgid "copying Texinfo support files" msgstr "Texinfo 関連ファイルをコピーしています" -#: sphinx/builders/texinfo.py:208 +#: sphinx/builders/texinfo.py:209 #, python-format msgid "error writing file Makefile: %s" msgstr "Makefile の書き込みエラー: %s" @@ -1015,28 +1015,28 @@ msgstr "XMLファイルは%(outdir)sにあります。" msgid "The pseudo-XML files are in %(outdir)s." msgstr "pseudo-XMLファイルは%(outdir)sにあります。" -#: sphinx/builders/latex/__init__.py:121 +#: sphinx/builders/latex/__init__.py:123 #, python-format msgid "The LaTeX files are in %(outdir)s." msgstr "LaTeXファイルは%(outdir)sにあります。" -#: sphinx/builders/latex/__init__.py:123 +#: sphinx/builders/latex/__init__.py:125 msgid "" "\n" "Run 'make' in that directory to run these through (pdf)latex\n" "(use `make latexpdf' here to do that automatically)." msgstr "\n(pdf)latex コマンドで処理するために、そのディレクトリで 'make' を実行してください。\n(これを自動的に行うには、ここで 'make latexpdf' を使用してください)。" -#: sphinx/builders/latex/__init__.py:163 +#: sphinx/builders/latex/__init__.py:165 msgid "no \"latex_documents\" config value found; no documents will be written" msgstr "設定値 \"latex_documents\" が見つかりません。ドキュメントは書き込まれません" -#: sphinx/builders/latex/__init__.py:171 +#: sphinx/builders/latex/__init__.py:173 #, python-format msgid "\"latex_documents\" config value references unknown document %s" msgstr "設定値 \"latex_documents\" は、不明なドキュメント %s を参照しています" -#: sphinx/builders/latex/__init__.py:211 sphinx/domains/std.py:501 +#: sphinx/builders/latex/__init__.py:213 sphinx/domains/std.py:501 #: sphinx/templates/latex/latex.tex_t:79 #: sphinx/themes/basic/genindex-single.html:30 #: sphinx/themes/basic/genindex-single.html:55 @@ -1048,28 +1048,28 @@ msgstr "設定値 \"latex_documents\" は、不明なドキュメント %s を msgid "Index" msgstr "索引" -#: sphinx/builders/latex/__init__.py:214 sphinx/templates/latex/latex.tex_t:64 +#: sphinx/builders/latex/__init__.py:216 sphinx/templates/latex/latex.tex_t:64 msgid "Release" msgstr "リリース" -#: sphinx/builders/latex/__init__.py:222 sphinx/writers/latex.py:549 +#: sphinx/builders/latex/__init__.py:224 sphinx/writers/latex.py:549 #, python-format msgid "no Babel option known for language %r" msgstr "%r 言語向けの 既知の Babel オプションはありません" -#: sphinx/builders/latex/__init__.py:361 +#: sphinx/builders/latex/__init__.py:363 msgid "copying TeX support files" msgstr "TeX 関連ファイルをコピーしています" -#: sphinx/builders/latex/__init__.py:382 +#: sphinx/builders/latex/__init__.py:384 msgid "copying TeX support files..." msgstr "Tex 関連ファイルをコピー中..." -#: sphinx/builders/latex/__init__.py:402 +#: sphinx/builders/latex/__init__.py:404 msgid "copying additional files" msgstr "追加のファイルをコピーしています" -#: sphinx/builders/latex/__init__.py:445 +#: sphinx/builders/latex/__init__.py:447 #, python-format msgid "Unknown configure key: latex_elements[%r]. ignored." msgstr "不明な設定値 latex_elements[%r] は無視されました。" @@ -1132,8 +1132,8 @@ msgstr "バグ報告はこちらにお願いします ." msgstr "詳細は をご覧ください。" @@ -1269,7 +1269,7 @@ msgstr "例外が発生したときにPdbを実行する" #: sphinx/cmd/build.py:227 #, python-format msgid "cannot find files %r" -msgstr "ファイル %r が見つかりません" +msgstr "ファイル %r が見つかりません" #: sphinx/cmd/build.py:230 msgid "cannot combine -a option and filenames" @@ -1278,7 +1278,7 @@ msgstr "-aオプションとファイル名を組み合わせることはでき #: sphinx/cmd/build.py:249 #, python-format msgid "cannot open warning file %r: %s" -msgstr "警告ファイル %r を開けません: %s" +msgstr "警告ファイル %r を開けません: %s" #: sphinx/cmd/build.py:259 msgid "-D option argument must be in the form name=value" @@ -1510,13 +1510,13 @@ msgstr "新しいファイル名を入力するか、既存のファイルの名 msgid "Indicate which of the following Sphinx extensions should be enabled:" msgstr "次の Sphinx 拡張機能のうちどれを有効にするかを指定します。" -#: sphinx/cmd/quickstart.py:354 +#: sphinx/cmd/quickstart.py:353 msgid "" "Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " "been deselected." msgstr "注:imgmath と mathjax を同時に有効にすることはできません。 imgmath は未選択になります。" -#: sphinx/cmd/quickstart.py:359 +#: sphinx/cmd/quickstart.py:358 msgid "" "\n" "A Makefile and a Windows command file can be generated for you so that you\n" @@ -1524,29 +1524,29 @@ msgid "" "directly." msgstr "\nMakefile と Windows コマンドファイルは生成することができるので、\n後は実行するだけです。例えば、直接 sphinx-build を実行する代わりに `make html` を\n実行します。" -#: sphinx/cmd/quickstart.py:363 +#: sphinx/cmd/quickstart.py:362 msgid "Create Makefile? (y/n)" msgstr "Makefile を作成しますか? (y/n)" -#: sphinx/cmd/quickstart.py:366 +#: sphinx/cmd/quickstart.py:365 msgid "Create Windows command file? (y/n)" msgstr "Windows コマンドファイルを作成しますか?(y/n)" -#: sphinx/cmd/quickstart.py:409 sphinx/ext/apidoc.py:74 +#: sphinx/cmd/quickstart.py:408 sphinx/ext/apidoc.py:74 #, python-format msgid "Creating file %s." msgstr "ファイル %s を作成しています。" -#: sphinx/cmd/quickstart.py:414 sphinx/ext/apidoc.py:72 +#: sphinx/cmd/quickstart.py:413 sphinx/ext/apidoc.py:72 #, python-format msgid "File %s already exists, skipping." msgstr "ファイル %s は既に存在しますのでスキップします。" -#: sphinx/cmd/quickstart.py:450 +#: sphinx/cmd/quickstart.py:449 msgid "Finished: An initial directory structure has been created." msgstr "終了:初期ディレクトリ構造が作成されました。" -#: sphinx/cmd/quickstart.py:451 +#: sphinx/cmd/quickstart.py:450 #, python-format msgid "" "\n" @@ -1554,26 +1554,26 @@ msgid "" "source files. " msgstr "\nマスターファイル %s を作成して\n他のドキュメントソースファイルを作成します。" -#: sphinx/cmd/quickstart.py:453 +#: sphinx/cmd/quickstart.py:452 msgid "" "Use the Makefile to build the docs, like so:\n" " make builder\n" msgstr "次のように Makefile を使ってドキュメントを作成します。\n make builder\n" -#: sphinx/cmd/quickstart.py:456 +#: sphinx/cmd/quickstart.py:455 #, python-format msgid "" "Use the sphinx-build command to build the docs, like so:\n" " sphinx-build -b builder %s %s\n" msgstr "次のように、ドキュメントを構築するには sphinx-build コマンドを使用してください。\n sphinx-build -b builder %s %s\n" -#: sphinx/cmd/quickstart.py:459 +#: sphinx/cmd/quickstart.py:458 msgid "" "where \"builder\" is one of the supported builders, e.g. html, latex or " "linkcheck.\n" msgstr "\"builder\" はサポートされているビルダーの 1 つです。 例: html, latex, または linkcheck。\n" -#: sphinx/cmd/quickstart.py:499 +#: sphinx/cmd/quickstart.py:498 msgid "" "\n" "Generate required files for a Sphinx project.\n" @@ -1583,131 +1583,131 @@ msgid "" "Makefile to be used with sphinx-build.\n" msgstr "\nSphinx プロジェクトに必要なファイルを生成します。\n\nsphinx-quickstart は、いくつかの質問であなたの\nプロジェクトを生成するためのディレクトリと、sphinx-build と一緒に使える\nサンプルのMakefileを作成してくれるインタラクティブなツールです。\n" -#: sphinx/cmd/quickstart.py:509 +#: sphinx/cmd/quickstart.py:508 msgid "quiet mode" msgstr "Quiet モード" -#: sphinx/cmd/quickstart.py:514 +#: sphinx/cmd/quickstart.py:513 msgid "output path" msgstr "出力ディレクトリ" -#: sphinx/cmd/quickstart.py:516 +#: sphinx/cmd/quickstart.py:515 msgid "Structure options" msgstr "構成オプション" -#: sphinx/cmd/quickstart.py:518 +#: sphinx/cmd/quickstart.py:517 msgid "if specified, separate source and build dirs" msgstr "記述した場合、ソースとビルドのディレクトリを分割します。" -#: sphinx/cmd/quickstart.py:520 +#: sphinx/cmd/quickstart.py:519 msgid "replacement for dot in _templates etc." msgstr "_templates などのドットの置き換え" -#: sphinx/cmd/quickstart.py:522 +#: sphinx/cmd/quickstart.py:521 msgid "Project basic options" msgstr "プロジェクトの基本オプション" -#: sphinx/cmd/quickstart.py:524 +#: sphinx/cmd/quickstart.py:523 msgid "project name" msgstr "プロジェクト名" -#: sphinx/cmd/quickstart.py:526 +#: sphinx/cmd/quickstart.py:525 msgid "author names" msgstr "著者名" -#: sphinx/cmd/quickstart.py:528 +#: sphinx/cmd/quickstart.py:527 msgid "version of project" msgstr "プロジェクトのバージョン" -#: sphinx/cmd/quickstart.py:530 +#: sphinx/cmd/quickstart.py:529 msgid "release of project" msgstr "プロジェクトのリリース" -#: sphinx/cmd/quickstart.py:532 +#: sphinx/cmd/quickstart.py:531 msgid "document language" msgstr "ドキュメント言語" -#: sphinx/cmd/quickstart.py:534 +#: sphinx/cmd/quickstart.py:533 msgid "source file suffix" msgstr "ソース・ファイルサフィックス" -#: sphinx/cmd/quickstart.py:536 +#: sphinx/cmd/quickstart.py:535 msgid "master document name" msgstr "マスタードキュメント名" -#: sphinx/cmd/quickstart.py:538 +#: sphinx/cmd/quickstart.py:537 msgid "use epub" msgstr "epubを利用する" -#: sphinx/cmd/quickstart.py:540 +#: sphinx/cmd/quickstart.py:539 msgid "Extension options" msgstr "拡張オプション" -#: sphinx/cmd/quickstart.py:544 sphinx/ext/apidoc.py:379 +#: sphinx/cmd/quickstart.py:543 sphinx/ext/apidoc.py:379 #, python-format msgid "enable %s extension" msgstr "%s 拡張を有効にする" -#: sphinx/cmd/quickstart.py:546 sphinx/ext/apidoc.py:375 +#: sphinx/cmd/quickstart.py:545 sphinx/ext/apidoc.py:375 msgid "enable arbitrary extensions" msgstr "任意の拡張を有効にする" -#: sphinx/cmd/quickstart.py:548 +#: sphinx/cmd/quickstart.py:547 msgid "Makefile and Batchfile creation" msgstr "Makefileとbatファイルの生成オプション" -#: sphinx/cmd/quickstart.py:550 +#: sphinx/cmd/quickstart.py:549 msgid "create makefile" msgstr "makefileを作成する" -#: sphinx/cmd/quickstart.py:552 +#: sphinx/cmd/quickstart.py:551 msgid "do not create makefile" msgstr "makefileを作成しない" -#: sphinx/cmd/quickstart.py:554 +#: sphinx/cmd/quickstart.py:553 msgid "create batchfile" msgstr "batファイルを作成する" -#: sphinx/cmd/quickstart.py:557 +#: sphinx/cmd/quickstart.py:556 msgid "do not create batchfile" msgstr "batファイルを作成しない" -#: sphinx/cmd/quickstart.py:560 +#: sphinx/cmd/quickstart.py:559 msgid "use make-mode for Makefile/make.bat" msgstr "Makefile / make.bat 向けに make-mode を使う" -#: sphinx/cmd/quickstart.py:563 +#: sphinx/cmd/quickstart.py:562 msgid "do not use make-mode for Makefile/make.bat" msgstr "Makefile / make.bat 向けに make-mode を使わないでください。" -#: sphinx/cmd/quickstart.py:565 +#: sphinx/cmd/quickstart.py:564 msgid "Project templating" msgstr "プロジェクトテンプレート" -#: sphinx/cmd/quickstart.py:568 +#: sphinx/cmd/quickstart.py:567 msgid "template directory for template files" msgstr "テンプレートファイルのテンプレートディレクトリ" -#: sphinx/cmd/quickstart.py:571 +#: sphinx/cmd/quickstart.py:570 msgid "define a template variable" msgstr "テンプレート変数の定義" -#: sphinx/cmd/quickstart.py:605 +#: sphinx/cmd/quickstart.py:604 msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." msgstr "\"quiet\" が指定されていますが、 \"project\" または \"author\" のいずれも指定されていません。" -#: sphinx/cmd/quickstart.py:619 +#: sphinx/cmd/quickstart.py:618 msgid "" "Error: specified path is not a directory, or sphinx files already exist." msgstr "エラー:指定されたパスはディレクトリではないか、または sphinx ファイルが既に存在します。" -#: sphinx/cmd/quickstart.py:621 +#: sphinx/cmd/quickstart.py:620 msgid "" "sphinx-quickstart only generate into a empty directory. Please specify a new" " root path." msgstr "sphinx-quickstart は空のディレクトリにのみ生成します。新しいルートパスを指定してください。" -#: sphinx/cmd/quickstart.py:636 +#: sphinx/cmd/quickstart.py:635 #, python-format msgid "Invalid template variable: %s" msgstr "無効なテンプレート変数: %s" @@ -1779,17 +1779,17 @@ msgstr "作者: " msgid "%s %s" msgstr "%s %s" -#: sphinx/domains/c.py:64 sphinx/domains/cpp.py:6371 +#: sphinx/domains/c.py:64 sphinx/domains/cpp.py:6445 #: sphinx/domains/python.py:210 sphinx/ext/napoleon/docstring.py:696 msgid "Parameters" msgstr "パラメータ" -#: sphinx/domains/c.py:67 sphinx/domains/cpp.py:6380 -#: sphinx/domains/javascript.py:210 sphinx/domains/python.py:222 +#: sphinx/domains/c.py:67 sphinx/domains/cpp.py:6454 +#: sphinx/domains/javascript.py:209 sphinx/domains/python.py:222 msgid "Returns" msgstr "戻り値" -#: sphinx/domains/c.py:69 sphinx/domains/javascript.py:212 +#: sphinx/domains/c.py:69 sphinx/domains/javascript.py:211 #: sphinx/domains/python.py:224 msgid "Return type" msgstr "戻り値の型" @@ -1819,12 +1819,12 @@ msgstr "%s (C のデータ型)" msgid "%s (C variable)" msgstr "%s (C の変数)" -#: sphinx/domains/c.py:258 sphinx/domains/cpp.py:6956 -#: sphinx/domains/javascript.py:298 sphinx/domains/python.py:741 +#: sphinx/domains/c.py:258 sphinx/domains/cpp.py:7029 +#: sphinx/domains/javascript.py:297 sphinx/domains/python.py:742 msgid "function" msgstr "の関数" -#: sphinx/domains/c.py:259 sphinx/domains/cpp.py:6957 +#: sphinx/domains/c.py:259 sphinx/domains/cpp.py:7030 msgid "member" msgstr "のメンバ変数" @@ -1832,7 +1832,7 @@ msgstr "のメンバ変数" msgid "macro" msgstr "のマクロ" -#: sphinx/domains/c.py:261 sphinx/domains/cpp.py:6958 +#: sphinx/domains/c.py:261 sphinx/domains/cpp.py:7031 msgid "type" msgstr "のデータ型" @@ -1855,106 +1855,106 @@ msgstr "バージョン %s で変更" msgid "Deprecated since version %s" msgstr "バージョン %s で非推奨" -#: sphinx/domains/cpp.py:4297 +#: sphinx/domains/cpp.py:4323 #, python-format msgid "" "Duplicate declaration, also defined in '%s'.\n" "Declaration is '%s'." msgstr "'%s' 内で定義されている宣言が重複しています。\n宣言場所は '%s' です。" -#: sphinx/domains/cpp.py:6374 +#: sphinx/domains/cpp.py:6448 msgid "Template Parameters" msgstr "テンプレートパラメータ" -#: sphinx/domains/cpp.py:6377 sphinx/domains/javascript.py:207 +#: sphinx/domains/cpp.py:6451 sphinx/domains/javascript.py:206 msgid "Throws" msgstr "例外" -#: sphinx/domains/cpp.py:6505 +#: sphinx/domains/cpp.py:6579 #, python-format msgid "%s (C++ %s)" msgstr "%s (C++ %s)" -#: sphinx/domains/cpp.py:6954 sphinx/domains/javascript.py:300 -#: sphinx/domains/python.py:743 +#: sphinx/domains/cpp.py:7027 sphinx/domains/javascript.py:299 +#: sphinx/domains/python.py:744 msgid "class" msgstr "クラス" -#: sphinx/domains/cpp.py:6955 +#: sphinx/domains/cpp.py:7028 msgid "union" msgstr "union" -#: sphinx/domains/cpp.py:6959 +#: sphinx/domains/cpp.py:7032 msgid "concept" msgstr "コンセプト" -#: sphinx/domains/cpp.py:6960 +#: sphinx/domains/cpp.py:7033 msgid "enum" msgstr "列挙型" -#: sphinx/domains/cpp.py:6961 +#: sphinx/domains/cpp.py:7034 msgid "enumerator" msgstr "enumerator" -#: sphinx/domains/cpp.py:7054 +#: sphinx/domains/cpp.py:7127 #, python-format msgid "" "Duplicate declaration, also defined in '%s'.\n" "Name of declaration is '%s'." msgstr "'%s' 内で定義されている宣言が重複しています。\n宣言名は '%s' です。" -#: sphinx/domains/javascript.py:131 sphinx/domains/python.py:429 +#: sphinx/domains/javascript.py:130 sphinx/domains/python.py:430 #, python-format msgid "%s() (built-in function)" msgstr "%s() (組み込み関数)" -#: sphinx/domains/javascript.py:132 sphinx/domains/python.py:494 +#: sphinx/domains/javascript.py:131 sphinx/domains/python.py:495 #, python-format msgid "%s() (%s method)" msgstr "%s() (%s のメソッド)" -#: sphinx/domains/javascript.py:134 +#: sphinx/domains/javascript.py:133 #, python-format msgid "%s() (class)" msgstr "%s() (クラス)" -#: sphinx/domains/javascript.py:136 +#: sphinx/domains/javascript.py:135 #, python-format msgid "%s (global variable or constant)" msgstr "%s (グローバル変数または定数)" -#: sphinx/domains/javascript.py:138 sphinx/domains/python.py:532 +#: sphinx/domains/javascript.py:137 sphinx/domains/python.py:533 #, python-format msgid "%s (%s attribute)" msgstr "%s (%s の属性)" -#: sphinx/domains/javascript.py:204 +#: sphinx/domains/javascript.py:203 msgid "Arguments" msgstr "引数" -#: sphinx/domains/javascript.py:265 sphinx/domains/python.py:609 +#: sphinx/domains/javascript.py:264 sphinx/domains/python.py:610 #, python-format msgid "%s (module)" msgstr "%s (モジュール)" -#: sphinx/domains/javascript.py:299 sphinx/domains/python.py:745 +#: sphinx/domains/javascript.py:298 sphinx/domains/python.py:746 msgid "method" msgstr "メソッド" -#: sphinx/domains/javascript.py:301 sphinx/domains/python.py:742 +#: sphinx/domains/javascript.py:300 sphinx/domains/python.py:743 msgid "data" msgstr "データ" -#: sphinx/domains/javascript.py:302 sphinx/domains/python.py:748 +#: sphinx/domains/javascript.py:301 sphinx/domains/python.py:749 msgid "attribute" msgstr "の属性" -#: sphinx/domains/javascript.py:303 sphinx/domains/python.py:49 -#: sphinx/domains/python.py:749 +#: sphinx/domains/javascript.py:302 sphinx/domains/python.py:49 +#: sphinx/domains/python.py:750 msgid "module" msgstr "モジュール" -#: sphinx/domains/math.py:101 sphinx/writers/latex.py:2451 +#: sphinx/domains/math.py:101 sphinx/writers/latex.py:2459 #, python-format msgid "Invalid math_eqref_format: %r" msgstr "無効な math_eqref_format: %r" @@ -1976,7 +1976,7 @@ msgstr "演算子" msgid "object" msgstr "オブジェクト" -#: sphinx/domains/python.py:53 sphinx/domains/python.py:744 +#: sphinx/domains/python.py:53 sphinx/domains/python.py:745 msgid "exception" msgstr "例外" @@ -1996,88 +1996,88 @@ msgstr "変数" msgid "Raises" msgstr "例外" -#: sphinx/domains/python.py:430 sphinx/domains/python.py:488 -#: sphinx/domains/python.py:500 sphinx/domains/python.py:513 +#: sphinx/domains/python.py:431 sphinx/domains/python.py:489 +#: sphinx/domains/python.py:501 sphinx/domains/python.py:514 #, python-format msgid "%s() (in module %s)" msgstr "%s() (%s モジュール)" -#: sphinx/domains/python.py:433 +#: sphinx/domains/python.py:434 #, python-format msgid "%s (built-in variable)" msgstr "%s (組み込み変数)" -#: sphinx/domains/python.py:434 sphinx/domains/python.py:526 +#: sphinx/domains/python.py:435 sphinx/domains/python.py:527 #, python-format msgid "%s (in module %s)" msgstr "%s (%s モジュール)" -#: sphinx/domains/python.py:454 +#: sphinx/domains/python.py:455 #, python-format msgid "%s (built-in class)" msgstr "%s (組み込みクラス)" -#: sphinx/domains/python.py:455 +#: sphinx/domains/python.py:456 #, python-format msgid "%s (class in %s)" msgstr "%s (%s のクラス)" -#: sphinx/domains/python.py:492 +#: sphinx/domains/python.py:493 #, python-format msgid "%s() (%s.%s method)" msgstr "%s() (%s.%s のメソッド)" -#: sphinx/domains/python.py:504 +#: sphinx/domains/python.py:505 #, python-format msgid "%s() (%s.%s static method)" msgstr "%s() (%s.%s の静的メソッド)" -#: sphinx/domains/python.py:507 +#: sphinx/domains/python.py:508 #, python-format msgid "%s() (%s static method)" msgstr "%s() (%s の静的メソッド)" -#: sphinx/domains/python.py:517 +#: sphinx/domains/python.py:518 #, python-format msgid "%s() (%s.%s class method)" msgstr "%s() (%s.%s のクラスメソッド)" -#: sphinx/domains/python.py:520 +#: sphinx/domains/python.py:521 #, python-format msgid "%s() (%s class method)" msgstr "%s() (%s のクラスメソッド)" -#: sphinx/domains/python.py:530 +#: sphinx/domains/python.py:531 #, python-format msgid "%s (%s.%s attribute)" msgstr "%s (%s.%s の属性)" -#: sphinx/domains/python.py:667 +#: sphinx/domains/python.py:668 msgid "Python Module Index" msgstr "Pythonモジュール索引" -#: sphinx/domains/python.py:668 +#: sphinx/domains/python.py:669 msgid "modules" msgstr "モジュール" -#: sphinx/domains/python.py:719 +#: sphinx/domains/python.py:720 msgid "Deprecated" msgstr "非推奨" -#: sphinx/domains/python.py:746 +#: sphinx/domains/python.py:747 msgid "class method" msgstr "クラスメソッド" -#: sphinx/domains/python.py:747 +#: sphinx/domains/python.py:748 msgid "static method" msgstr "の静的メソッド" -#: sphinx/domains/python.py:879 +#: sphinx/domains/python.py:880 #, python-format msgid "more than one target found for cross-reference %r: %s" msgstr "相互参照 %r に複数のターゲットが見つかりました: %s" -#: sphinx/domains/python.py:917 +#: sphinx/domains/python.py:918 msgid " (deprecated)" msgstr " (非推奨)" @@ -2153,7 +2153,7 @@ msgstr "検索ページ" msgid "duplicate citation %s, other instance in %s" msgstr "引用 %s はすでに %s で使われています" -#: sphinx/domains/std.py:631 sphinx/ext/autosectionlabel.py:61 +#: sphinx/domains/std.py:631 sphinx/ext/autosectionlabel.py:56 #, python-format msgid "duplicate label %s, other instance in %s" msgstr "ラベル %s はすでに %s で使われています" @@ -2213,21 +2213,21 @@ msgid "" "another doctree directory." msgstr "この環境は選択したビルダーと互換性がありません。別の doctree ディレクトリーを選択してください。" -#: sphinx/environment/__init__.py:408 +#: sphinx/environment/__init__.py:404 #, python-format msgid "Failed to scan documents in %s: %r" msgstr "%s のドキュメントをスキャンできませんでした: %r " -#: sphinx/environment/__init__.py:536 +#: sphinx/environment/__init__.py:532 #, python-format msgid "Domain %r is not registered" msgstr "ドメイン %r はまだ登録されていません" -#: sphinx/environment/__init__.py:621 +#: sphinx/environment/__init__.py:617 msgid "self referenced toctree found. Ignored." msgstr "自己参照している toctree が見つかりました。無視します。" -#: sphinx/environment/__init__.py:662 +#: sphinx/environment/__init__.py:658 msgid "document isn't included in any toctree" msgstr "ドキュメントはどの toctree にも含まれていません" @@ -2247,6 +2247,7 @@ msgid "unknown index entry type %r" msgstr "不明なインデックスエントリタイプ %r" #: sphinx/environment/adapters/indexentries.py:156 +#: sphinx/templates/latex/sphinxmessages.sty_t:11 msgid "Symbols" msgstr "記号" @@ -2272,22 +2273,22 @@ msgstr "toctree に除外したドキュメントへの参照が含まれてい msgid "toctree contains reference to nonexisting document %r" msgstr "toctree に存在しないドキュメントへの参照が含まれています %r" -#: sphinx/environment/collectors/asset.py:91 +#: sphinx/environment/collectors/asset.py:90 #, python-format msgid "image file not readable: %s" msgstr "画像ファイルが読み込めません: %s" -#: sphinx/environment/collectors/asset.py:107 +#: sphinx/environment/collectors/asset.py:106 #, python-format msgid "image file %s not readable: %s" msgstr "画像ファイル %s が読み込めません: %s" -#: sphinx/environment/collectors/asset.py:135 +#: sphinx/environment/collectors/asset.py:134 #, python-format msgid "download file not readable: %s" msgstr "ダウンロードファイルが読み込めません: %s" -#: sphinx/environment/collectors/toctree.py:197 +#: sphinx/environment/collectors/toctree.py:196 #, python-format msgid "%s is already assigned section numbers (nested numbered toctree?)" msgstr "%s はすでにセクション番号が割り当てられています (入れ子になった番号の toctree ?)" @@ -2412,7 +2413,7 @@ msgstr "%s はディレクトリではありません。" #: sphinx/ext/coverage.py:46 #, python-format msgid "invalid regex %r in %s" -msgstr "invalid regex %r in %s" +msgstr "%s 内に無効な正規表現 %r があります" #: sphinx/ext/coverage.py:55 #, python-format @@ -2431,38 +2432,38 @@ msgstr "coverage_c_regexes 内に無効な正規表現 %r があります" msgid "module %s could not be imported: %s" msgstr "モジュール %s をインポートできませんでした: %s" -#: sphinx/ext/doctest.py:142 +#: sphinx/ext/doctest.py:132 #, python-format msgid "missing '+' or '-' in '%s' option." msgstr "'%s' オプション内に '+' または '-' が不足しています" -#: sphinx/ext/doctest.py:147 +#: sphinx/ext/doctest.py:137 #, python-format msgid "'%s' is not a valid option." msgstr "'%s' は正しいオプションではありません" -#: sphinx/ext/doctest.py:161 +#: sphinx/ext/doctest.py:151 #, python-format msgid "'%s' is not a valid pyversion option" msgstr "'%s' は正しい pyversion オプションではありません" -#: sphinx/ext/doctest.py:230 +#: sphinx/ext/doctest.py:222 msgid "invalid TestCode type" msgstr "無効な TestCode タイプ" -#: sphinx/ext/doctest.py:291 +#: sphinx/ext/doctest.py:283 #, python-format msgid "" "Testing of doctests in the sources finished, look at the results in " "%(outdir)s/output.txt." msgstr "ソース内の doctests のテストが終了したら、%(outdir)s/output.txt の結果を確認してください。" -#: sphinx/ext/doctest.py:438 +#: sphinx/ext/doctest.py:446 #, python-format msgid "no code/output in %s block at %s:%s" msgstr "%sブロックにあるコード/出力 が %s にありません: %s" -#: sphinx/ext/doctest.py:527 +#: sphinx/ext/doctest.py:535 #, python-format msgid "ignoring invalid doctest code: %r" msgstr "無効な doctest コードは無視されます: %r" @@ -2480,7 +2481,7 @@ msgstr "外部の Graphviz ファイル %r が見つからないか読み込め msgid "Ignoring \"graphviz\" directive without content." msgstr "コンテンツのない \"graphviz\" ディレクティブを無視します" -#: sphinx/ext/graphviz.py:252 +#: sphinx/ext/graphviz.py:250 #, python-format msgid "" "dot did not produce an output file:\n" @@ -2490,14 +2491,14 @@ msgid "" "%r" msgstr "dotは出力ファイルを生成しませんでした:\n[stderr]\n%r\n[stdout]\n%r" -#: sphinx/ext/graphviz.py:256 +#: sphinx/ext/graphviz.py:254 #, python-format msgid "" "dot command %r cannot be run (needed for graphviz output), check the " "graphviz_dot setting" msgstr "dot コマンド %r は実行できません (graphviz 出力のために必要です)。graphviz_dot の設定を確認してください" -#: sphinx/ext/graphviz.py:263 +#: sphinx/ext/graphviz.py:261 #, python-format msgid "" "dot exited with error:\n" @@ -2507,23 +2508,23 @@ msgid "" "%r" msgstr "dot はエラー終了しました:\n[stderr]\n%r\n[stdout]\n%r" -#: sphinx/ext/graphviz.py:273 +#: sphinx/ext/graphviz.py:271 #, python-format msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" msgstr "graphviz_output_format は %r ではなく 'png' か 'svg' でなければなりません" -#: sphinx/ext/graphviz.py:277 sphinx/ext/graphviz.py:331 -#: sphinx/ext/graphviz.py:369 +#: sphinx/ext/graphviz.py:275 sphinx/ext/graphviz.py:329 +#: sphinx/ext/graphviz.py:367 #, python-format msgid "dot code %r: %s" msgstr "dot コード %r: %s" -#: sphinx/ext/graphviz.py:384 sphinx/ext/graphviz.py:393 +#: sphinx/ext/graphviz.py:382 sphinx/ext/graphviz.py:391 #, python-format msgid "[graph: %s]" msgstr "[グラフ: %s]" -#: sphinx/ext/graphviz.py:386 sphinx/ext/graphviz.py:395 +#: sphinx/ext/graphviz.py:384 sphinx/ext/graphviz.py:393 msgid "[graph]" msgstr "[グラフ]" @@ -2542,31 +2543,31 @@ msgid "" "%r" msgstr "変換処理はエラー終了しました:\n[stderr]\n%r\n[stdout]\n%r" -#: sphinx/ext/imgmath.py:140 +#: sphinx/ext/imgmath.py:139 #, python-format msgid "" "LaTeX command %r cannot be run (needed for math display), check the " "imgmath_latex setting" msgstr "LaTeX コマンド %r を実行できません (数式表示のために必要です)。imgmath_latex の設定を確認してください" -#: sphinx/ext/imgmath.py:155 +#: sphinx/ext/imgmath.py:154 #, python-format msgid "" "%s command %r cannot be run (needed for math display), check the imgmath_%s " "setting" msgstr "%s コマンド %r を実行できません (数式表示のために必要です)。imgmath_%s の設定を確認してください" -#: sphinx/ext/imgmath.py:290 +#: sphinx/ext/imgmath.py:289 #, python-format msgid "display latex %r: %s" msgstr "latex の表示 %r: %s" -#: sphinx/ext/imgmath.py:317 +#: sphinx/ext/imgmath.py:316 #, python-format msgid "inline latex %r: %s" msgstr "latex のインライン表示 %r: %s" -#: sphinx/ext/imgmath.py:324 sphinx/ext/mathjax.py:54 +#: sphinx/ext/imgmath.py:323 sphinx/ext/mathjax.py:54 msgid "Permalink to this equation" msgstr "この数式へのパーマリンク" @@ -2586,26 +2587,26 @@ msgid "" "alternatives:" msgstr "いくつかのインベントリでいくつかの問題に遭遇しましたが、代替手段を持っていました:" -#: sphinx/ext/intersphinx.py:237 +#: sphinx/ext/intersphinx.py:238 msgid "failed to reach any of the inventories with the following issues:" msgstr "以下の問題があるため、いくつかのインベントリは到達できませんでした:" -#: sphinx/ext/intersphinx.py:312 +#: sphinx/ext/intersphinx.py:311 #, python-format msgid "(in %s v%s)" msgstr "(in %s v%s)" -#: sphinx/ext/intersphinx.py:314 +#: sphinx/ext/intersphinx.py:313 #, python-format msgid "(in %s)" msgstr "(in %s)" -#: sphinx/ext/intersphinx.py:348 +#: sphinx/ext/intersphinx.py:347 #, python-format msgid "intersphinx identifier %r is not string. Ignored" msgstr "intersphinx 識別子 %r は文字列ではありません。無視します" -#: sphinx/ext/intersphinx.py:361 +#: sphinx/ext/intersphinx.py:360 #, python-format msgid "Fail to read intersphinx_mapping[%s], Ignored: %r" msgstr "intersphinx_mapping [%s] の読み取りに失敗しました。無視します: %r" @@ -2661,29 +2662,29 @@ msgstr "概要: モジュールコード" msgid "

All modules for which code is available

" msgstr "

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

" -#: sphinx/ext/autodoc/__init__.py:302 +#: sphinx/ext/autodoc/__init__.py:300 #, python-format msgid "invalid signature for auto%s (%r)" msgstr "auto%s (%r) の署名が無効です" -#: sphinx/ext/autodoc/__init__.py:402 +#: sphinx/ext/autodoc/__init__.py:400 #, python-format msgid "error while formatting arguments for %s: %s" msgstr "%sの引数のフォーマット中にエラーが発生しました: %s " -#: sphinx/ext/autodoc/__init__.py:514 +#: sphinx/ext/autodoc/__init__.py:512 #, python-format msgid "missing attribute %s in object %s" msgstr "オブジェクト %s に属性 %s がありません" -#: sphinx/ext/autodoc/__init__.py:602 +#: sphinx/ext/autodoc/__init__.py:600 #, python-format msgid "" "autodoc: failed to determine %r to be documented.the following exception was raised:\n" "%s" msgstr "autodoc: ドキュメント化する %r の決定に失敗しました。次の例外が発生しました:\n%s" -#: sphinx/ext/autodoc/__init__.py:694 +#: sphinx/ext/autodoc/__init__.py:692 #, python-format msgid "" "don't know which module to import for autodocumenting %r (try placing a " @@ -2691,39 +2692,39 @@ msgid "" "explicit module name)" msgstr "ドキュメントの自動生成 %r のためにどのモジュールをインポートするのか分かりません (ドキュメントに \"module\"または \"currentmodule\"ディレクティブを配置するか、明示的なモジュール名を指定してください)" -#: sphinx/ext/autodoc/__init__.py:788 +#: sphinx/ext/autodoc/__init__.py:786 msgid "\"::\" in automodule name doesn't make sense" msgstr "automodule 名の \"::\" は意味がありません" -#: sphinx/ext/autodoc/__init__.py:796 +#: sphinx/ext/autodoc/__init__.py:794 #, python-format msgid "signature arguments or return annotation given for automodule %s" msgstr "automodule に与えられた署名引数、または戻り値となるアノテーション %s" -#: sphinx/ext/autodoc/__init__.py:829 +#: sphinx/ext/autodoc/__init__.py:827 #, python-format msgid "" "__all__ should be a list of strings, not %r (in module %s) -- ignoring " "__all__" msgstr "__all__ は文字列のリストでなければなりません。%r (%s モジュールの中) ではないです -- ignoring __all__" -#: sphinx/ext/autodoc/__init__.py:844 +#: sphinx/ext/autodoc/__init__.py:842 #, python-format msgid "" "missing attribute mentioned in :members: or __all__: module %s, attribute %s" msgstr ":members: または __all__ に記載されている属性がありません: モジュール %s、属性 %s" -#: sphinx/ext/autodoc/__init__.py:1128 +#: sphinx/ext/autodoc/__init__.py:1126 #, python-format msgid "Bases: %s" msgstr "ベースクラス: %s" -#: sphinx/ext/autodoc/__init__.py:1185 +#: sphinx/ext/autodoc/__init__.py:1183 #, python-format msgid "alias of :class:`%s`" msgstr ":class:`%s` のエイリアス" -#: sphinx/ext/autodoc/__init__.py:1470 +#: sphinx/ext/autodoc/__init__.py:1468 #, python-format msgid "Ignoring invalid option in autodoc_default_flags: %r" msgstr "autodoc_default_flags の無効なオプションは無視されます: %r" @@ -2759,17 +2760,17 @@ msgid "" "contain .rst. Skipped." msgstr "autosummary は内部的に rst ファイルを生成します。しかしあなたの source_suffix は rst ファイルに含まれていませんでした。スキップします。" -#: sphinx/ext/autosummary/generate.py:102 +#: sphinx/ext/autosummary/generate.py:100 #, python-format msgid "[autosummary] generating autosummary for: %s" msgstr "[autosummary] %s の autosummary を生成中" -#: sphinx/ext/autosummary/generate.py:106 +#: sphinx/ext/autosummary/generate.py:104 #, python-format msgid "[autosummary] writing to %s" msgstr "[autosummary] %s に書き込み中" -#: sphinx/ext/autosummary/generate.py:366 +#: sphinx/ext/autosummary/generate.py:364 msgid "" "\n" "Generate ReStructuredText using autosummary directives.\n" @@ -2784,25 +2785,25 @@ msgid "" " pydoc sphinx.ext.autosummary\n" msgstr "\nautosummary ディレクティブを使って ReStructuredText を生成します。\n\nsphinx-autogen は sphinx.ext.autosummary.generate のフロントエンドです。\n入力されたファイルを含む autosummary ディレクティブから reStructuredText ファイルを\n生成します。\n\nautosummary ディレクティブのフォーマットは\n``sphinx.ext.autosummary`` に記載されています。Pythonモジュールと :: を使って読むことができます。\n\npydoc sphinx.ext.autosummary\n" -#: sphinx/ext/autosummary/generate.py:383 +#: sphinx/ext/autosummary/generate.py:381 msgid "source files to generate rST files for" msgstr "rST ファイルを生成するためのソースファイル" -#: sphinx/ext/autosummary/generate.py:387 +#: sphinx/ext/autosummary/generate.py:385 msgid "directory to place all output in" msgstr "すべての生成データを配置するディレクトリ" -#: sphinx/ext/autosummary/generate.py:390 +#: sphinx/ext/autosummary/generate.py:388 #, python-format msgid "default suffix for files (default: %(default)s)" msgstr "ファイルのデフォルト拡張子 (デフォルト: %(default)s)" -#: sphinx/ext/autosummary/generate.py:394 +#: sphinx/ext/autosummary/generate.py:392 #, python-format msgid "custom template directory (default: %(default)s)" msgstr "カスタムテンプレートディレクトリ (デフォルト: %(default)s)" -#: sphinx/ext/autosummary/generate.py:398 +#: sphinx/ext/autosummary/generate.py:396 #, python-format msgid "document imported members (default: %(default)s)" msgstr "インポートしたメンバーのドキュメント (デフォルト: %(default)s)" @@ -2880,6 +2881,7 @@ msgid "Warning" msgstr "警告" #: sphinx/templates/latex/longtable.tex_t:23 +#: sphinx/templates/latex/sphinxmessages.sty_t:8 msgid "continued from previous page" msgstr "前のページからの続き" @@ -2887,13 +2889,29 @@ msgstr "前のページからの続き" msgid "Continued on next page" msgstr "次のページに続く" +#: sphinx/templates/latex/sphinxmessages.sty_t:9 +msgid "continues on next page" +msgstr "次のページに続く" + +#: sphinx/templates/latex/sphinxmessages.sty_t:10 +msgid "Non-alphabetical" +msgstr "" + +#: sphinx/templates/latex/sphinxmessages.sty_t:12 +msgid "Numbers" +msgstr "" + +#: sphinx/templates/latex/sphinxmessages.sty_t:13 +msgid "page" +msgstr "ページ" + #: sphinx/themes/agogo/layout.html:46 sphinx/themes/basic/globaltoc.html:10 #: sphinx/themes/basic/localtoc.html:11 sphinx/themes/scrolls/layout.html:41 msgid "Table of Contents" msgstr "目次" #: sphinx/themes/agogo/layout.html:51 sphinx/themes/basic/layout.html:153 -#: sphinx/themes/basic/search.html:11 sphinx/themes/basic/search.html:26 +#: sphinx/themes/basic/search.html:11 sphinx/themes/basic/search.html:21 #: sphinx/themes/basic/searchresults.html:10 msgid "Search" msgstr "検索" @@ -3030,13 +3048,13 @@ msgstr "次のトピックへ" msgid "next chapter" msgstr "次の章へ" -#: sphinx/themes/basic/search.html:30 +#: sphinx/themes/basic/search.html:25 msgid "" "Please activate JavaScript to enable the search\n" " functionality." msgstr "検索機能を使うには JavaScript を有効にしてください。" -#: sphinx/themes/basic/search.html:35 +#: sphinx/themes/basic/search.html:30 msgid "" "From here you can search these documents. Enter your search\n" " words into the box below and click \"search\". Note that the search\n" @@ -3044,20 +3062,20 @@ msgid "" " containing fewer words won't appear in the result list." msgstr "このページからドキュメントを検索できます。キーワードを下のボックスに入力して、「検索」をクリックしてください。入力された全てのキーワードを含むページが検索されます。一部のキーワードしか含まないページは検索結果に表示されないので注意してください。" -#: sphinx/themes/basic/search.html:42 +#: sphinx/themes/basic/search.html:37 #: sphinx/themes/basic/searchresults.html:17 msgid "search" msgstr "検索" -#: sphinx/themes/basic/search.html:46 +#: sphinx/themes/basic/search.html:41 #: sphinx/themes/basic/searchresults.html:21 -#: sphinx/themes/basic/static/searchtools.js:295 +#: sphinx/themes/basic/static/searchtools.js:285 msgid "Search Results" msgstr "検索結果" -#: sphinx/themes/basic/search.html:48 +#: sphinx/themes/basic/search.html:43 #: sphinx/themes/basic/searchresults.html:23 -#: sphinx/themes/basic/static/searchtools.js:297 +#: sphinx/themes/basic/static/searchtools.js:287 msgid "" "Your search did not match any documents. Please make sure that all words are" " spelled correctly and that you've selected enough categories." @@ -3115,20 +3133,20 @@ msgstr "この定義へのパーマリンク" msgid "Hide Search Matches" msgstr "検索結果を隠す" -#: sphinx/themes/basic/static/searchtools.js:131 +#: sphinx/themes/basic/static/searchtools.js:121 msgid "Searching" msgstr "検索中" -#: sphinx/themes/basic/static/searchtools.js:136 +#: sphinx/themes/basic/static/searchtools.js:126 msgid "Preparing search..." msgstr "検索を準備しています..." -#: sphinx/themes/basic/static/searchtools.js:299 +#: sphinx/themes/basic/static/searchtools.js:289 #, python-format msgid "Search finished, found %s page(s) matching the search query." msgstr "検索が完了し、 %s ページ見つけました。" -#: sphinx/themes/basic/static/searchtools.js:352 +#: sphinx/themes/basic/static/searchtools.js:342 msgid ", in " msgstr ", in " @@ -3145,18 +3163,18 @@ msgstr "サイドバーをたたむ" msgid "Contents" msgstr "コンテンツ" -#: sphinx/transforms/__init__.py:259 +#: sphinx/transforms/__init__.py:261 #, python-format msgid "" "4 column based index found. It might be a bug of extensions you use: %r" msgstr "4列ベースのインデックスが見つかりました。あなたが使っている拡張子のバグかもしれません: %r" -#: sphinx/transforms/__init__.py:301 +#: sphinx/transforms/__init__.py:303 #, python-format msgid "Footnote [%s] is not referenced." msgstr "Footnote [%s] は参照されていません。" -#: sphinx/transforms/__init__.py:307 +#: sphinx/transforms/__init__.py:309 msgid "Footnote [#] is not referenced." msgstr "Footnote [#] は参照されていません。" @@ -3227,7 +3245,7 @@ msgstr "スキップしました" msgid "failed" msgstr "失敗しました" -#: sphinx/util/docutils.py:321 +#: sphinx/util/docutils.py:320 msgid "when adding directive classes, no additional arguments may be given" msgstr "ディレクティブのクラスを追加した際に、おそらく追加の引数が指定されまえんでした" @@ -3288,15 +3306,15 @@ msgstr "このテーブルへのパーマリンク" msgid "Permalink to this code" msgstr "このコードへのパーマリンク" -#: sphinx/writers/html.py:514 sphinx/writers/html5.py:460 +#: sphinx/writers/html.py:512 sphinx/writers/html5.py:458 msgid "Permalink to this image" msgstr "この画像へのパーマリンク" -#: sphinx/writers/html.py:516 sphinx/writers/html5.py:462 +#: sphinx/writers/html.py:514 sphinx/writers/html5.py:460 msgid "Permalink to this toctree" msgstr "この目次へのパーマリンク" -#: sphinx/writers/html.py:674 sphinx/writers/html5.py:608 +#: sphinx/writers/html.py:672 sphinx/writers/html5.py:606 msgid "Could not obtain image size. :scale: option is ignored." msgstr "画像サイズを取得できませんでした。:scale: オプションは無視されます。" @@ -3333,12 +3351,12 @@ msgstr "tabularcolumns と :widths: オプションの両方が設定されて msgid "dimension unit %s is invalid. Ignored." msgstr "ディメンション単位 %s が無効です。無視されます。" -#: sphinx/writers/latex.py:1843 +#: sphinx/writers/latex.py:1847 #, python-format msgid "unknown index entry type %s found" msgstr "不明なインデックスエントリタイプ %s が見つかりました" -#: sphinx/writers/latex.py:2552 +#: sphinx/writers/latex.py:2560 #, python-format msgid "Unknown configure key: latex_elements[%r] is ignored." msgstr "不明な設定値 latex_elements[%r] はスキップされました。" @@ -3356,12 +3374,12 @@ msgstr "[画像]" msgid "caption not inside a figure." msgstr "キャプションは図の中にはありません。" -#: sphinx/writers/texinfo.py:1421 +#: sphinx/writers/texinfo.py:1422 #, python-format msgid "unimplemented node type: %r" msgstr "未実装のノードタイプ: %r" -#: sphinx/writers/texinfo.py:1426 +#: sphinx/writers/texinfo.py:1427 #, python-format msgid "unknown node type: %r" msgstr "不明なノードタイプ: %r" diff --git a/sphinx/locale/ko/LC_MESSAGES/sphinx.mo b/sphinx/locale/ko/LC_MESSAGES/sphinx.mo index 525097551e..4e975c6062 100644 Binary files a/sphinx/locale/ko/LC_MESSAGES/sphinx.mo and b/sphinx/locale/ko/LC_MESSAGES/sphinx.mo differ diff --git a/sphinx/locale/ko/LC_MESSAGES/sphinx.po b/sphinx/locale/ko/LC_MESSAGES/sphinx.po index 6c793d1423..b88f11d2a0 100644 --- a/sphinx/locale/ko/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/ko/LC_MESSAGES/sphinx.po @@ -8,9 +8,9 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2019-02-18 01:52+0900\n" -"PO-Revision-Date: 2019-03-14 16:36+0000\n" -"Last-Translator: Takeshi KOMIYA \n" +"POT-Creation-Date: 2019-03-29 01:05+0900\n" +"PO-Revision-Date: 2019-03-28 16:09+0000\n" +"Last-Translator: YT H \n" "Language-Team: Korean (http://www.transifex.com/sphinx-doc/sphinx-1/language/ko/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -122,7 +122,7 @@ msgstr "" msgid "role %r is already registered, it will be overridden" msgstr "" -#: sphinx/application.py:1182 +#: sphinx/application.py:1179 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -130,7 +130,7 @@ msgid "" "explicit" msgstr "" -#: sphinx/application.py:1188 +#: sphinx/application.py:1185 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -138,7 +138,7 @@ msgid "" "explicit" msgstr "" -#: sphinx/application.py:1199 +#: sphinx/application.py:1196 #, python-format msgid "doing serial %s" msgstr "병렬 %s 처리" @@ -587,44 +587,44 @@ msgstr "" msgid "preparing documents" msgstr "" -#: sphinx/builders/_epub_base.py:219 +#: sphinx/builders/_epub_base.py:218 #, python-format msgid "duplicated ToC entry found: %s" msgstr "" -#: sphinx/builders/_epub_base.py:415 sphinx/builders/html.py:761 -#: sphinx/builders/latex/__init__.py:413 sphinx/builders/texinfo.py:190 +#: sphinx/builders/_epub_base.py:414 sphinx/builders/html.py:761 +#: sphinx/builders/latex/__init__.py:415 sphinx/builders/texinfo.py:190 msgid "copying images... " msgstr "" -#: sphinx/builders/_epub_base.py:422 +#: sphinx/builders/_epub_base.py:421 #, python-format msgid "cannot read image file %r: copying it instead" msgstr "" -#: sphinx/builders/_epub_base.py:428 sphinx/builders/html.py:769 -#: sphinx/builders/latex/__init__.py:421 sphinx/builders/texinfo.py:198 +#: sphinx/builders/_epub_base.py:427 sphinx/builders/html.py:769 +#: sphinx/builders/latex/__init__.py:423 sphinx/builders/texinfo.py:199 #, python-format msgid "cannot copy image file %r: %s" msgstr "" -#: sphinx/builders/_epub_base.py:445 +#: sphinx/builders/_epub_base.py:444 #, python-format msgid "cannot write image file %r: %s" msgstr "" -#: sphinx/builders/_epub_base.py:456 +#: sphinx/builders/_epub_base.py:455 msgid "Pillow not found - copying image files" msgstr "" -#: sphinx/builders/_epub_base.py:491 sphinx/builders/_epub_base.py:504 -#: sphinx/builders/_epub_base.py:540 sphinx/builders/_epub_base.py:725 -#: sphinx/builders/_epub_base.py:758 sphinx/builders/epub3.py:184 +#: sphinx/builders/_epub_base.py:490 sphinx/builders/_epub_base.py:503 +#: sphinx/builders/_epub_base.py:539 sphinx/builders/_epub_base.py:724 +#: sphinx/builders/_epub_base.py:757 sphinx/builders/epub3.py:183 #, python-format msgid "writing %s file..." msgstr "" -#: sphinx/builders/_epub_base.py:566 +#: sphinx/builders/_epub_base.py:565 #, python-format msgid "unknown mimetype for %s, ignoring" msgstr "" @@ -643,19 +643,19 @@ msgstr "" msgid "writing summary file..." msgstr "" -#: sphinx/builders/changes.py:87 +#: sphinx/builders/changes.py:86 msgid "Builtins" msgstr "기본" -#: sphinx/builders/changes.py:89 +#: sphinx/builders/changes.py:88 msgid "Module level" msgstr "모듈 수준" -#: sphinx/builders/changes.py:134 +#: sphinx/builders/changes.py:133 msgid "copying source files..." msgstr "소스 파일을 복사하는 중…" -#: sphinx/builders/changes.py:141 +#: sphinx/builders/changes.py:140 #, python-format msgid "could not read %r for changelog creation" msgstr "" @@ -664,76 +664,76 @@ msgstr "" msgid "The dummy builder generates no files." msgstr "" -#: sphinx/builders/epub3.py:69 +#: sphinx/builders/epub3.py:68 #, python-format msgid "The ePub file is in %(outdir)s." msgstr "" -#: sphinx/builders/epub3.py:212 +#: sphinx/builders/epub3.py:211 msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:216 +#: sphinx/builders/epub3.py:215 msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:219 +#: sphinx/builders/epub3.py:218 msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:223 +#: sphinx/builders/epub3.py:222 msgid "conf value \"epub_author\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:226 +#: sphinx/builders/epub3.py:225 msgid "conf value \"epub_contributor\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:229 +#: sphinx/builders/epub3.py:228 msgid "conf value \"epub_description\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:232 +#: sphinx/builders/epub3.py:231 msgid "conf value \"epub_publisher\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:235 +#: sphinx/builders/epub3.py:234 msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:239 +#: sphinx/builders/epub3.py:238 msgid "conf value \"epub_identifier\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:242 +#: sphinx/builders/epub3.py:241 msgid "conf value \"version\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:257 sphinx/builders/html.py:1166 +#: sphinx/builders/epub3.py:256 sphinx/builders/html.py:1166 #, python-format msgid "invalid css_file: %r, ignored" msgstr "" -#: sphinx/builders/gettext.py:215 +#: sphinx/builders/gettext.py:221 #, python-format msgid "The message catalogs are in %(outdir)s." msgstr "" -#: sphinx/builders/gettext.py:239 +#: sphinx/builders/gettext.py:245 #, python-format msgid "building [%s]: " msgstr "빌드 중 [%s]: " -#: sphinx/builders/gettext.py:240 +#: sphinx/builders/gettext.py:246 #, python-format msgid "targets for %d template files" msgstr "" -#: sphinx/builders/gettext.py:244 +#: sphinx/builders/gettext.py:250 msgid "reading templates... " msgstr "템플릿을 읽는 중… " -#: sphinx/builders/gettext.py:271 +#: sphinx/builders/gettext.py:277 msgid "writing message catalogs... " msgstr "" @@ -752,7 +752,7 @@ msgstr "" msgid "Failed to read build info file: %r" msgstr "" -#: sphinx/builders/html.py:488 sphinx/builders/latex/__init__.py:204 +#: sphinx/builders/html.py:488 sphinx/builders/latex/__init__.py:206 #: sphinx/transforms/__init__.py:121 sphinx/writers/manpage.py:118 #: sphinx/writers/texinfo.py:243 #, python-format @@ -805,7 +805,7 @@ msgstr "" msgid "html_static_path entry %r does not exist" msgstr "" -#: sphinx/builders/html.py:839 sphinx/builders/latex/__init__.py:398 +#: sphinx/builders/html.py:839 sphinx/builders/latex/__init__.py:400 #, python-format msgid "logo file %r does not exist" msgstr "" @@ -922,7 +922,7 @@ msgstr "" msgid "no \"man_pages\" config value found; no manual pages will be written" msgstr "" -#: sphinx/builders/latex/__init__.py:270 sphinx/builders/manpage.py:64 +#: sphinx/builders/latex/__init__.py:272 sphinx/builders/manpage.py:64 #: sphinx/builders/singlehtml.py:174 sphinx/builders/texinfo.py:120 msgid "writing" msgstr "" @@ -966,24 +966,24 @@ msgstr "" msgid "\"texinfo_documents\" config value references unknown document %s" msgstr "" -#: sphinx/builders/latex/__init__.py:253 sphinx/builders/texinfo.py:116 +#: sphinx/builders/latex/__init__.py:255 sphinx/builders/texinfo.py:116 #, python-format msgid "processing %s" msgstr "" -#: sphinx/builders/latex/__init__.py:322 sphinx/builders/texinfo.py:163 +#: sphinx/builders/latex/__init__.py:323 sphinx/builders/texinfo.py:164 msgid "resolving references..." msgstr "" -#: sphinx/builders/latex/__init__.py:332 sphinx/builders/texinfo.py:172 +#: sphinx/builders/latex/__init__.py:333 sphinx/builders/texinfo.py:173 msgid " (in " msgstr "" -#: sphinx/builders/texinfo.py:204 +#: sphinx/builders/texinfo.py:205 msgid "copying Texinfo support files" msgstr "" -#: sphinx/builders/texinfo.py:208 +#: sphinx/builders/texinfo.py:209 #, python-format msgid "error writing file Makefile: %s" msgstr "" @@ -1003,28 +1003,28 @@ msgstr "" msgid "The pseudo-XML files are in %(outdir)s." msgstr "" -#: sphinx/builders/latex/__init__.py:121 +#: sphinx/builders/latex/__init__.py:123 #, python-format msgid "The LaTeX files are in %(outdir)s." msgstr "" -#: sphinx/builders/latex/__init__.py:123 +#: sphinx/builders/latex/__init__.py:125 msgid "" "\n" "Run 'make' in that directory to run these through (pdf)latex\n" "(use `make latexpdf' here to do that automatically)." msgstr "" -#: sphinx/builders/latex/__init__.py:163 +#: sphinx/builders/latex/__init__.py:165 msgid "no \"latex_documents\" config value found; no documents will be written" msgstr "" -#: sphinx/builders/latex/__init__.py:171 +#: sphinx/builders/latex/__init__.py:173 #, python-format msgid "\"latex_documents\" config value references unknown document %s" msgstr "" -#: sphinx/builders/latex/__init__.py:211 sphinx/domains/std.py:501 +#: sphinx/builders/latex/__init__.py:213 sphinx/domains/std.py:501 #: sphinx/templates/latex/latex.tex_t:79 #: sphinx/themes/basic/genindex-single.html:30 #: sphinx/themes/basic/genindex-single.html:55 @@ -1036,28 +1036,28 @@ msgstr "" msgid "Index" msgstr "색인" -#: sphinx/builders/latex/__init__.py:214 sphinx/templates/latex/latex.tex_t:64 +#: sphinx/builders/latex/__init__.py:216 sphinx/templates/latex/latex.tex_t:64 msgid "Release" msgstr "출시 버전" -#: sphinx/builders/latex/__init__.py:222 sphinx/writers/latex.py:549 +#: sphinx/builders/latex/__init__.py:224 sphinx/writers/latex.py:549 #, python-format msgid "no Babel option known for language %r" msgstr "" -#: sphinx/builders/latex/__init__.py:361 +#: sphinx/builders/latex/__init__.py:363 msgid "copying TeX support files" msgstr "" -#: sphinx/builders/latex/__init__.py:382 +#: sphinx/builders/latex/__init__.py:384 msgid "copying TeX support files..." msgstr "" -#: sphinx/builders/latex/__init__.py:402 +#: sphinx/builders/latex/__init__.py:404 msgid "copying additional files" msgstr "" -#: sphinx/builders/latex/__init__.py:445 +#: sphinx/builders/latex/__init__.py:447 #, python-format msgid "Unknown configure key: latex_elements[%r]. ignored." msgstr "" @@ -1120,8 +1120,8 @@ msgstr "" msgid "job number should be a positive number" msgstr "" -#: sphinx/cmd/build.py:106 sphinx/cmd/quickstart.py:498 -#: sphinx/ext/apidoc.py:298 sphinx/ext/autosummary/generate.py:365 +#: sphinx/cmd/build.py:106 sphinx/cmd/quickstart.py:497 +#: sphinx/ext/apidoc.py:298 sphinx/ext/autosummary/generate.py:363 msgid "For more information, visit ." msgstr "자세한 내용은 를 참조하십시오." @@ -1498,13 +1498,13 @@ msgstr "" msgid "Indicate which of the following Sphinx extensions should be enabled:" msgstr "" -#: sphinx/cmd/quickstart.py:354 +#: sphinx/cmd/quickstart.py:353 msgid "" "Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " "been deselected." msgstr "" -#: sphinx/cmd/quickstart.py:359 +#: sphinx/cmd/quickstart.py:358 msgid "" "\n" "A Makefile and a Windows command file can be generated for you so that you\n" @@ -1512,29 +1512,29 @@ msgid "" "directly." msgstr "" -#: sphinx/cmd/quickstart.py:363 +#: sphinx/cmd/quickstart.py:362 msgid "Create Makefile? (y/n)" msgstr "" -#: sphinx/cmd/quickstart.py:366 +#: sphinx/cmd/quickstart.py:365 msgid "Create Windows command file? (y/n)" msgstr "" -#: sphinx/cmd/quickstart.py:409 sphinx/ext/apidoc.py:74 +#: sphinx/cmd/quickstart.py:408 sphinx/ext/apidoc.py:74 #, python-format msgid "Creating file %s." msgstr "" -#: sphinx/cmd/quickstart.py:414 sphinx/ext/apidoc.py:72 +#: sphinx/cmd/quickstart.py:413 sphinx/ext/apidoc.py:72 #, python-format msgid "File %s already exists, skipping." msgstr "" -#: sphinx/cmd/quickstart.py:450 +#: sphinx/cmd/quickstart.py:449 msgid "Finished: An initial directory structure has been created." msgstr "" -#: sphinx/cmd/quickstart.py:451 +#: sphinx/cmd/quickstart.py:450 #, python-format msgid "" "\n" @@ -1542,26 +1542,26 @@ msgid "" "source files. " msgstr "" -#: sphinx/cmd/quickstart.py:453 +#: sphinx/cmd/quickstart.py:452 msgid "" "Use the Makefile to build the docs, like so:\n" " make builder\n" msgstr "" -#: sphinx/cmd/quickstart.py:456 +#: sphinx/cmd/quickstart.py:455 #, python-format msgid "" "Use the sphinx-build command to build the docs, like so:\n" " sphinx-build -b builder %s %s\n" msgstr "" -#: sphinx/cmd/quickstart.py:459 +#: sphinx/cmd/quickstart.py:458 msgid "" "where \"builder\" is one of the supported builders, e.g. html, latex or " "linkcheck.\n" msgstr "" -#: sphinx/cmd/quickstart.py:499 +#: sphinx/cmd/quickstart.py:498 msgid "" "\n" "Generate required files for a Sphinx project.\n" @@ -1571,131 +1571,131 @@ msgid "" "Makefile to be used with sphinx-build.\n" msgstr "\nSphinx 프로젝트에 필요한 파일을 생성합니다.\n\nsphinx-quickstart는 대화형 도구로서, 프로젝트에 대한 몇 가지 질문을 한 다음\n완전한 문서 디렉토리와 (sphinx-build와 함께 사용할 수 있는) 견본 Makefile을 생성합니다.\n" -#: sphinx/cmd/quickstart.py:509 +#: sphinx/cmd/quickstart.py:508 msgid "quiet mode" msgstr "조용한 모드" -#: sphinx/cmd/quickstart.py:514 +#: sphinx/cmd/quickstart.py:513 msgid "output path" msgstr "출력 경로" -#: sphinx/cmd/quickstart.py:516 +#: sphinx/cmd/quickstart.py:515 msgid "Structure options" msgstr "구조 옵션" -#: sphinx/cmd/quickstart.py:518 +#: sphinx/cmd/quickstart.py:517 msgid "if specified, separate source and build dirs" msgstr "지정된 경우, 소스와 빌드 디렉토리를 구분함" -#: sphinx/cmd/quickstart.py:520 +#: sphinx/cmd/quickstart.py:519 msgid "replacement for dot in _templates etc." msgstr "" -#: sphinx/cmd/quickstart.py:522 +#: sphinx/cmd/quickstart.py:521 msgid "Project basic options" msgstr "프로젝트 기본 옵션" -#: sphinx/cmd/quickstart.py:524 +#: sphinx/cmd/quickstart.py:523 msgid "project name" msgstr "프로젝트 이름" -#: sphinx/cmd/quickstart.py:526 +#: sphinx/cmd/quickstart.py:525 msgid "author names" msgstr "작성자 이름" -#: sphinx/cmd/quickstart.py:528 +#: sphinx/cmd/quickstart.py:527 msgid "version of project" msgstr "프로젝트의 버전" -#: sphinx/cmd/quickstart.py:530 +#: sphinx/cmd/quickstart.py:529 msgid "release of project" msgstr "프로젝트의 출시 버전" -#: sphinx/cmd/quickstart.py:532 +#: sphinx/cmd/quickstart.py:531 msgid "document language" msgstr "문서 언어" -#: sphinx/cmd/quickstart.py:534 +#: sphinx/cmd/quickstart.py:533 msgid "source file suffix" msgstr "" -#: sphinx/cmd/quickstart.py:536 +#: sphinx/cmd/quickstart.py:535 msgid "master document name" msgstr "마스터 문서 이름" -#: sphinx/cmd/quickstart.py:538 +#: sphinx/cmd/quickstart.py:537 msgid "use epub" msgstr "" -#: sphinx/cmd/quickstart.py:540 +#: sphinx/cmd/quickstart.py:539 msgid "Extension options" msgstr "확장 기능 옵션" -#: sphinx/cmd/quickstart.py:544 sphinx/ext/apidoc.py:379 +#: sphinx/cmd/quickstart.py:543 sphinx/ext/apidoc.py:379 #, python-format msgid "enable %s extension" msgstr "%s 확장 기능 사용" -#: sphinx/cmd/quickstart.py:546 sphinx/ext/apidoc.py:375 +#: sphinx/cmd/quickstart.py:545 sphinx/ext/apidoc.py:375 msgid "enable arbitrary extensions" msgstr "임의의 확장 기능 사용" -#: sphinx/cmd/quickstart.py:548 +#: sphinx/cmd/quickstart.py:547 msgid "Makefile and Batchfile creation" msgstr "Makefile과 배치 파일 생성" -#: sphinx/cmd/quickstart.py:550 +#: sphinx/cmd/quickstart.py:549 msgid "create makefile" msgstr "makefile 생성" -#: sphinx/cmd/quickstart.py:552 +#: sphinx/cmd/quickstart.py:551 msgid "do not create makefile" msgstr "makefile을 생성하지 않음" -#: sphinx/cmd/quickstart.py:554 +#: sphinx/cmd/quickstart.py:553 msgid "create batchfile" msgstr "배치 파일 생성" -#: sphinx/cmd/quickstart.py:557 +#: sphinx/cmd/quickstart.py:556 msgid "do not create batchfile" msgstr "배치 파일을 생성하지 않음" -#: sphinx/cmd/quickstart.py:560 +#: sphinx/cmd/quickstart.py:559 msgid "use make-mode for Makefile/make.bat" msgstr "" -#: sphinx/cmd/quickstart.py:563 +#: sphinx/cmd/quickstart.py:562 msgid "do not use make-mode for Makefile/make.bat" msgstr "" -#: sphinx/cmd/quickstart.py:565 +#: sphinx/cmd/quickstart.py:564 msgid "Project templating" msgstr "프로젝트 템플릿" -#: sphinx/cmd/quickstart.py:568 +#: sphinx/cmd/quickstart.py:567 msgid "template directory for template files" msgstr "" -#: sphinx/cmd/quickstart.py:571 +#: sphinx/cmd/quickstart.py:570 msgid "define a template variable" msgstr "" -#: sphinx/cmd/quickstart.py:605 +#: sphinx/cmd/quickstart.py:604 msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." msgstr "" -#: sphinx/cmd/quickstart.py:619 +#: sphinx/cmd/quickstart.py:618 msgid "" "Error: specified path is not a directory, or sphinx files already exist." msgstr "" -#: sphinx/cmd/quickstart.py:621 +#: sphinx/cmd/quickstart.py:620 msgid "" "sphinx-quickstart only generate into a empty directory. Please specify a new" " root path." msgstr "" -#: sphinx/cmd/quickstart.py:636 +#: sphinx/cmd/quickstart.py:635 #, python-format msgid "Invalid template variable: %s" msgstr "" @@ -1767,17 +1767,17 @@ msgstr "작성자: " msgid "%s %s" msgstr "%s %s" -#: sphinx/domains/c.py:64 sphinx/domains/cpp.py:6371 +#: sphinx/domains/c.py:64 sphinx/domains/cpp.py:6445 #: sphinx/domains/python.py:210 sphinx/ext/napoleon/docstring.py:696 msgid "Parameters" msgstr "매개변수" -#: sphinx/domains/c.py:67 sphinx/domains/cpp.py:6380 -#: sphinx/domains/javascript.py:210 sphinx/domains/python.py:222 +#: sphinx/domains/c.py:67 sphinx/domains/cpp.py:6454 +#: sphinx/domains/javascript.py:209 sphinx/domains/python.py:222 msgid "Returns" msgstr "반환값" -#: sphinx/domains/c.py:69 sphinx/domains/javascript.py:212 +#: sphinx/domains/c.py:69 sphinx/domains/javascript.py:211 #: sphinx/domains/python.py:224 msgid "Return type" msgstr "반환 형식" @@ -1807,12 +1807,12 @@ msgstr "%s (C 데이터 형식)" msgid "%s (C variable)" msgstr "%s (C 변수)" -#: sphinx/domains/c.py:258 sphinx/domains/cpp.py:6956 -#: sphinx/domains/javascript.py:298 sphinx/domains/python.py:741 +#: sphinx/domains/c.py:258 sphinx/domains/cpp.py:7029 +#: sphinx/domains/javascript.py:297 sphinx/domains/python.py:742 msgid "function" msgstr "함수" -#: sphinx/domains/c.py:259 sphinx/domains/cpp.py:6957 +#: sphinx/domains/c.py:259 sphinx/domains/cpp.py:7030 msgid "member" msgstr "멤버 변수" @@ -1820,7 +1820,7 @@ msgstr "멤버 변수" msgid "macro" msgstr "매크로" -#: sphinx/domains/c.py:261 sphinx/domains/cpp.py:6958 +#: sphinx/domains/c.py:261 sphinx/domains/cpp.py:7031 msgid "type" msgstr "데이터 형식" @@ -1843,106 +1843,106 @@ msgstr "버전 %s에서 변경" msgid "Deprecated since version %s" msgstr "버전 %s부터 폐지" -#: sphinx/domains/cpp.py:4297 +#: sphinx/domains/cpp.py:4323 #, python-format msgid "" "Duplicate declaration, also defined in '%s'.\n" "Declaration is '%s'." msgstr "" -#: sphinx/domains/cpp.py:6374 +#: sphinx/domains/cpp.py:6448 msgid "Template Parameters" msgstr "템플릿 매개변수" -#: sphinx/domains/cpp.py:6377 sphinx/domains/javascript.py:207 +#: sphinx/domains/cpp.py:6451 sphinx/domains/javascript.py:206 msgid "Throws" msgstr "예외" -#: sphinx/domains/cpp.py:6505 +#: sphinx/domains/cpp.py:6579 #, python-format msgid "%s (C++ %s)" msgstr "" -#: sphinx/domains/cpp.py:6954 sphinx/domains/javascript.py:300 -#: sphinx/domains/python.py:743 +#: sphinx/domains/cpp.py:7027 sphinx/domains/javascript.py:299 +#: sphinx/domains/python.py:744 msgid "class" msgstr "클래스" -#: sphinx/domains/cpp.py:6955 +#: sphinx/domains/cpp.py:7028 msgid "union" msgstr "" -#: sphinx/domains/cpp.py:6959 +#: sphinx/domains/cpp.py:7032 msgid "concept" msgstr "" -#: sphinx/domains/cpp.py:6960 +#: sphinx/domains/cpp.py:7033 msgid "enum" msgstr "" -#: sphinx/domains/cpp.py:6961 +#: sphinx/domains/cpp.py:7034 msgid "enumerator" msgstr "" -#: sphinx/domains/cpp.py:7054 +#: sphinx/domains/cpp.py:7127 #, python-format msgid "" "Duplicate declaration, also defined in '%s'.\n" "Name of declaration is '%s'." msgstr "" -#: sphinx/domains/javascript.py:131 sphinx/domains/python.py:429 +#: sphinx/domains/javascript.py:130 sphinx/domains/python.py:430 #, python-format msgid "%s() (built-in function)" msgstr "%s() (내장 함수)" -#: sphinx/domains/javascript.py:132 sphinx/domains/python.py:494 +#: sphinx/domains/javascript.py:131 sphinx/domains/python.py:495 #, python-format msgid "%s() (%s method)" msgstr "%s() (%s 메서드)" -#: sphinx/domains/javascript.py:134 +#: sphinx/domains/javascript.py:133 #, python-format msgid "%s() (class)" msgstr "%s() (클래스)" -#: sphinx/domains/javascript.py:136 +#: sphinx/domains/javascript.py:135 #, python-format msgid "%s (global variable or constant)" msgstr "%s (전역 변수 또는 상수)" -#: sphinx/domains/javascript.py:138 sphinx/domains/python.py:532 +#: sphinx/domains/javascript.py:137 sphinx/domains/python.py:533 #, python-format msgid "%s (%s attribute)" msgstr "%s (%s의 속성)" -#: sphinx/domains/javascript.py:204 +#: sphinx/domains/javascript.py:203 msgid "Arguments" msgstr "인수" -#: sphinx/domains/javascript.py:265 sphinx/domains/python.py:609 +#: sphinx/domains/javascript.py:264 sphinx/domains/python.py:610 #, python-format msgid "%s (module)" msgstr "%s (모듈)" -#: sphinx/domains/javascript.py:299 sphinx/domains/python.py:745 +#: sphinx/domains/javascript.py:298 sphinx/domains/python.py:746 msgid "method" msgstr "메서드" -#: sphinx/domains/javascript.py:301 sphinx/domains/python.py:742 +#: sphinx/domains/javascript.py:300 sphinx/domains/python.py:743 msgid "data" msgstr "데이터" -#: sphinx/domains/javascript.py:302 sphinx/domains/python.py:748 +#: sphinx/domains/javascript.py:301 sphinx/domains/python.py:749 msgid "attribute" msgstr "속성" -#: sphinx/domains/javascript.py:303 sphinx/domains/python.py:49 -#: sphinx/domains/python.py:749 +#: sphinx/domains/javascript.py:302 sphinx/domains/python.py:49 +#: sphinx/domains/python.py:750 msgid "module" msgstr "모듈" -#: sphinx/domains/math.py:101 sphinx/writers/latex.py:2451 +#: sphinx/domains/math.py:101 sphinx/writers/latex.py:2459 #, python-format msgid "Invalid math_eqref_format: %r" msgstr "" @@ -1964,7 +1964,7 @@ msgstr "연산자" msgid "object" msgstr "객체" -#: sphinx/domains/python.py:53 sphinx/domains/python.py:744 +#: sphinx/domains/python.py:53 sphinx/domains/python.py:745 msgid "exception" msgstr "예외" @@ -1984,88 +1984,88 @@ msgstr "변수" msgid "Raises" msgstr "예외" -#: sphinx/domains/python.py:430 sphinx/domains/python.py:488 -#: sphinx/domains/python.py:500 sphinx/domains/python.py:513 +#: sphinx/domains/python.py:431 sphinx/domains/python.py:489 +#: sphinx/domains/python.py:501 sphinx/domains/python.py:514 #, python-format msgid "%s() (in module %s)" msgstr "%s() (%s 모듈)" -#: sphinx/domains/python.py:433 +#: sphinx/domains/python.py:434 #, python-format msgid "%s (built-in variable)" msgstr "%s (내장 변수)" -#: sphinx/domains/python.py:434 sphinx/domains/python.py:526 +#: sphinx/domains/python.py:435 sphinx/domains/python.py:527 #, python-format msgid "%s (in module %s)" msgstr "%s (%s 모듈)" -#: sphinx/domains/python.py:454 +#: sphinx/domains/python.py:455 #, python-format msgid "%s (built-in class)" msgstr "%s (내장 클래스)" -#: sphinx/domains/python.py:455 +#: sphinx/domains/python.py:456 #, python-format msgid "%s (class in %s)" msgstr "%s (%s 클래스)" -#: sphinx/domains/python.py:492 +#: sphinx/domains/python.py:493 #, python-format msgid "%s() (%s.%s method)" msgstr "%s() (%s.%s의 메서드)" -#: sphinx/domains/python.py:504 +#: sphinx/domains/python.py:505 #, python-format msgid "%s() (%s.%s static method)" msgstr "%s() (%s.%s의 정적 메서드)" -#: sphinx/domains/python.py:507 +#: sphinx/domains/python.py:508 #, python-format msgid "%s() (%s static method)" msgstr "%s() (%s의 정적 메서드)" -#: sphinx/domains/python.py:517 +#: sphinx/domains/python.py:518 #, python-format msgid "%s() (%s.%s class method)" msgstr "%s() (%s.%s의 클래스 메서드)" -#: sphinx/domains/python.py:520 +#: sphinx/domains/python.py:521 #, python-format msgid "%s() (%s class method)" msgstr "%s() (%s의 클래스 메서드)" -#: sphinx/domains/python.py:530 +#: sphinx/domains/python.py:531 #, python-format msgid "%s (%s.%s attribute)" msgstr "%s (%s.%s의 속성)" -#: sphinx/domains/python.py:667 +#: sphinx/domains/python.py:668 msgid "Python Module Index" msgstr "Python 모듈 목록" -#: sphinx/domains/python.py:668 +#: sphinx/domains/python.py:669 msgid "modules" msgstr "모듈" -#: sphinx/domains/python.py:719 +#: sphinx/domains/python.py:720 msgid "Deprecated" msgstr "폐지" -#: sphinx/domains/python.py:746 +#: sphinx/domains/python.py:747 msgid "class method" msgstr "클래스 메서드" -#: sphinx/domains/python.py:747 +#: sphinx/domains/python.py:748 msgid "static method" msgstr "정적 메서드" -#: sphinx/domains/python.py:879 +#: sphinx/domains/python.py:880 #, python-format msgid "more than one target found for cross-reference %r: %s" msgstr "" -#: sphinx/domains/python.py:917 +#: sphinx/domains/python.py:918 msgid " (deprecated)" msgstr "" @@ -2141,7 +2141,7 @@ msgstr "검색 페이지" msgid "duplicate citation %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:631 sphinx/ext/autosectionlabel.py:61 +#: sphinx/domains/std.py:631 sphinx/ext/autosectionlabel.py:56 #, python-format msgid "duplicate label %s, other instance in %s" msgstr "" @@ -2201,21 +2201,21 @@ msgid "" "another doctree directory." msgstr "" -#: sphinx/environment/__init__.py:408 +#: sphinx/environment/__init__.py:404 #, python-format msgid "Failed to scan documents in %s: %r" msgstr "" -#: sphinx/environment/__init__.py:536 +#: sphinx/environment/__init__.py:532 #, python-format msgid "Domain %r is not registered" msgstr "" -#: sphinx/environment/__init__.py:621 +#: sphinx/environment/__init__.py:617 msgid "self referenced toctree found. Ignored." msgstr "" -#: sphinx/environment/__init__.py:662 +#: sphinx/environment/__init__.py:658 msgid "document isn't included in any toctree" msgstr "" @@ -2235,6 +2235,7 @@ msgid "unknown index entry type %r" msgstr "" #: sphinx/environment/adapters/indexentries.py:156 +#: sphinx/templates/latex/sphinxmessages.sty_t:11 msgid "Symbols" msgstr "기호" @@ -2260,22 +2261,22 @@ msgstr "" msgid "toctree contains reference to nonexisting document %r" msgstr "" -#: sphinx/environment/collectors/asset.py:91 +#: sphinx/environment/collectors/asset.py:90 #, python-format msgid "image file not readable: %s" msgstr "" -#: sphinx/environment/collectors/asset.py:107 +#: sphinx/environment/collectors/asset.py:106 #, python-format msgid "image file %s not readable: %s" msgstr "" -#: sphinx/environment/collectors/asset.py:135 +#: sphinx/environment/collectors/asset.py:134 #, python-format msgid "download file not readable: %s" msgstr "" -#: sphinx/environment/collectors/toctree.py:197 +#: sphinx/environment/collectors/toctree.py:196 #, python-format msgid "%s is already assigned section numbers (nested numbered toctree?)" msgstr "" @@ -2419,38 +2420,38 @@ msgstr "" msgid "module %s could not be imported: %s" msgstr "" -#: sphinx/ext/doctest.py:142 +#: sphinx/ext/doctest.py:132 #, python-format msgid "missing '+' or '-' in '%s' option." msgstr "" -#: sphinx/ext/doctest.py:147 +#: sphinx/ext/doctest.py:137 #, python-format msgid "'%s' is not a valid option." msgstr "" -#: sphinx/ext/doctest.py:161 +#: sphinx/ext/doctest.py:151 #, python-format msgid "'%s' is not a valid pyversion option" msgstr "" -#: sphinx/ext/doctest.py:230 +#: sphinx/ext/doctest.py:222 msgid "invalid TestCode type" msgstr "" -#: sphinx/ext/doctest.py:291 +#: sphinx/ext/doctest.py:283 #, python-format msgid "" "Testing of doctests in the sources finished, look at the results in " "%(outdir)s/output.txt." msgstr "" -#: sphinx/ext/doctest.py:438 +#: sphinx/ext/doctest.py:446 #, python-format msgid "no code/output in %s block at %s:%s" msgstr "" -#: sphinx/ext/doctest.py:527 +#: sphinx/ext/doctest.py:535 #, python-format msgid "ignoring invalid doctest code: %r" msgstr "" @@ -2468,7 +2469,7 @@ msgstr "" msgid "Ignoring \"graphviz\" directive without content." msgstr "" -#: sphinx/ext/graphviz.py:252 +#: sphinx/ext/graphviz.py:250 #, python-format msgid "" "dot did not produce an output file:\n" @@ -2478,14 +2479,14 @@ msgid "" "%r" msgstr "" -#: sphinx/ext/graphviz.py:256 +#: sphinx/ext/graphviz.py:254 #, python-format msgid "" "dot command %r cannot be run (needed for graphviz output), check the " "graphviz_dot setting" msgstr "" -#: sphinx/ext/graphviz.py:263 +#: sphinx/ext/graphviz.py:261 #, python-format msgid "" "dot exited with error:\n" @@ -2495,23 +2496,23 @@ msgid "" "%r" msgstr "" -#: sphinx/ext/graphviz.py:273 +#: sphinx/ext/graphviz.py:271 #, python-format msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" msgstr "" -#: sphinx/ext/graphviz.py:277 sphinx/ext/graphviz.py:331 -#: sphinx/ext/graphviz.py:369 +#: sphinx/ext/graphviz.py:275 sphinx/ext/graphviz.py:329 +#: sphinx/ext/graphviz.py:367 #, python-format msgid "dot code %r: %s" msgstr "" -#: sphinx/ext/graphviz.py:384 sphinx/ext/graphviz.py:393 +#: sphinx/ext/graphviz.py:382 sphinx/ext/graphviz.py:391 #, python-format msgid "[graph: %s]" msgstr "" -#: sphinx/ext/graphviz.py:386 sphinx/ext/graphviz.py:395 +#: sphinx/ext/graphviz.py:384 sphinx/ext/graphviz.py:393 msgid "[graph]" msgstr "" @@ -2530,31 +2531,31 @@ msgid "" "%r" msgstr "" -#: sphinx/ext/imgmath.py:140 +#: sphinx/ext/imgmath.py:139 #, python-format msgid "" "LaTeX command %r cannot be run (needed for math display), check the " "imgmath_latex setting" msgstr "" -#: sphinx/ext/imgmath.py:155 +#: sphinx/ext/imgmath.py:154 #, python-format msgid "" "%s command %r cannot be run (needed for math display), check the imgmath_%s " "setting" msgstr "" -#: sphinx/ext/imgmath.py:290 +#: sphinx/ext/imgmath.py:289 #, python-format msgid "display latex %r: %s" msgstr "" -#: sphinx/ext/imgmath.py:317 +#: sphinx/ext/imgmath.py:316 #, python-format msgid "inline latex %r: %s" msgstr "" -#: sphinx/ext/imgmath.py:324 sphinx/ext/mathjax.py:54 +#: sphinx/ext/imgmath.py:323 sphinx/ext/mathjax.py:54 msgid "Permalink to this equation" msgstr "이 수식에 대한 퍼머링크" @@ -2574,26 +2575,26 @@ msgid "" "alternatives:" msgstr "" -#: sphinx/ext/intersphinx.py:237 +#: sphinx/ext/intersphinx.py:238 msgid "failed to reach any of the inventories with the following issues:" msgstr "" -#: sphinx/ext/intersphinx.py:312 +#: sphinx/ext/intersphinx.py:311 #, python-format msgid "(in %s v%s)" msgstr "" -#: sphinx/ext/intersphinx.py:314 +#: sphinx/ext/intersphinx.py:313 #, python-format msgid "(in %s)" msgstr "" -#: sphinx/ext/intersphinx.py:348 +#: sphinx/ext/intersphinx.py:347 #, python-format msgid "intersphinx identifier %r is not string. Ignored" msgstr "" -#: sphinx/ext/intersphinx.py:361 +#: sphinx/ext/intersphinx.py:360 #, python-format msgid "Fail to read intersphinx_mapping[%s], Ignored: %r" msgstr "" @@ -2649,29 +2650,29 @@ msgstr "개요: 모듈 코드" msgid "

All modules for which code is available

" msgstr "" -#: sphinx/ext/autodoc/__init__.py:302 +#: sphinx/ext/autodoc/__init__.py:300 #, python-format msgid "invalid signature for auto%s (%r)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:402 +#: sphinx/ext/autodoc/__init__.py:400 #, python-format msgid "error while formatting arguments for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:514 +#: sphinx/ext/autodoc/__init__.py:512 #, python-format msgid "missing attribute %s in object %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:602 +#: sphinx/ext/autodoc/__init__.py:600 #, python-format msgid "" "autodoc: failed to determine %r to be documented.the following exception was raised:\n" "%s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:694 +#: sphinx/ext/autodoc/__init__.py:692 #, python-format msgid "" "don't know which module to import for autodocumenting %r (try placing a " @@ -2679,39 +2680,39 @@ msgid "" "explicit module name)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:788 +#: sphinx/ext/autodoc/__init__.py:786 msgid "\"::\" in automodule name doesn't make sense" msgstr "" -#: sphinx/ext/autodoc/__init__.py:796 +#: sphinx/ext/autodoc/__init__.py:794 #, python-format msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:829 +#: sphinx/ext/autodoc/__init__.py:827 #, python-format msgid "" "__all__ should be a list of strings, not %r (in module %s) -- ignoring " "__all__" msgstr "" -#: sphinx/ext/autodoc/__init__.py:844 +#: sphinx/ext/autodoc/__init__.py:842 #, python-format msgid "" "missing attribute mentioned in :members: or __all__: module %s, attribute %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1128 +#: sphinx/ext/autodoc/__init__.py:1126 #, python-format msgid "Bases: %s" msgstr "기반 클래스: %s" -#: sphinx/ext/autodoc/__init__.py:1185 +#: sphinx/ext/autodoc/__init__.py:1183 #, python-format msgid "alias of :class:`%s`" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1470 +#: sphinx/ext/autodoc/__init__.py:1468 #, python-format msgid "Ignoring invalid option in autodoc_default_flags: %r" msgstr "" @@ -2747,17 +2748,17 @@ msgid "" "contain .rst. Skipped." msgstr "" -#: sphinx/ext/autosummary/generate.py:102 +#: sphinx/ext/autosummary/generate.py:100 #, python-format msgid "[autosummary] generating autosummary for: %s" msgstr "" -#: sphinx/ext/autosummary/generate.py:106 +#: sphinx/ext/autosummary/generate.py:104 #, python-format msgid "[autosummary] writing to %s" msgstr "" -#: sphinx/ext/autosummary/generate.py:366 +#: sphinx/ext/autosummary/generate.py:364 msgid "" "\n" "Generate ReStructuredText using autosummary directives.\n" @@ -2772,25 +2773,25 @@ msgid "" " pydoc sphinx.ext.autosummary\n" msgstr "" -#: sphinx/ext/autosummary/generate.py:383 +#: sphinx/ext/autosummary/generate.py:381 msgid "source files to generate rST files for" msgstr "" -#: sphinx/ext/autosummary/generate.py:387 +#: sphinx/ext/autosummary/generate.py:385 msgid "directory to place all output in" msgstr "" -#: sphinx/ext/autosummary/generate.py:390 +#: sphinx/ext/autosummary/generate.py:388 #, python-format msgid "default suffix for files (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:394 +#: sphinx/ext/autosummary/generate.py:392 #, python-format msgid "custom template directory (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:398 +#: sphinx/ext/autosummary/generate.py:396 #, python-format msgid "document imported members (default: %(default)s)" msgstr "" @@ -2868,6 +2869,7 @@ msgid "Warning" msgstr "경고" #: sphinx/templates/latex/longtable.tex_t:23 +#: sphinx/templates/latex/sphinxmessages.sty_t:8 msgid "continued from previous page" msgstr "이전 페이지에서 계속" @@ -2875,13 +2877,29 @@ msgstr "이전 페이지에서 계속" msgid "Continued on next page" msgstr "다음 페이지에 계속" +#: sphinx/templates/latex/sphinxmessages.sty_t:9 +msgid "continues on next page" +msgstr "다음 페이지에 계속" + +#: sphinx/templates/latex/sphinxmessages.sty_t:10 +msgid "Non-alphabetical" +msgstr "" + +#: sphinx/templates/latex/sphinxmessages.sty_t:12 +msgid "Numbers" +msgstr "숫자" + +#: sphinx/templates/latex/sphinxmessages.sty_t:13 +msgid "page" +msgstr "페이지" + #: sphinx/themes/agogo/layout.html:46 sphinx/themes/basic/globaltoc.html:10 #: sphinx/themes/basic/localtoc.html:11 sphinx/themes/scrolls/layout.html:41 msgid "Table of Contents" msgstr "목차" #: sphinx/themes/agogo/layout.html:51 sphinx/themes/basic/layout.html:153 -#: sphinx/themes/basic/search.html:11 sphinx/themes/basic/search.html:26 +#: sphinx/themes/basic/search.html:11 sphinx/themes/basic/search.html:21 #: sphinx/themes/basic/searchresults.html:10 msgid "Search" msgstr "검색" @@ -3018,13 +3036,13 @@ msgstr "다음 항목" msgid "next chapter" msgstr "다음 장" -#: sphinx/themes/basic/search.html:30 +#: sphinx/themes/basic/search.html:25 msgid "" "Please activate JavaScript to enable the search\n" " functionality." msgstr "검색 기능을 사용하려면 JavaScript를 활성화하십시오." -#: sphinx/themes/basic/search.html:35 +#: sphinx/themes/basic/search.html:30 msgid "" "From here you can search these documents. Enter your search\n" " words into the box below and click \"search\". Note that the search\n" @@ -3032,20 +3050,20 @@ msgid "" " containing fewer words won't appear in the result list." msgstr "여기에서 문서들을 검색 할 수 있습니다. 아래 상자에 검색 단어를 입력하고 \"검색\"을 클릭하십시오.\n검색 기능은 자동으로 모든 단어를 검색합니다. 단어 수가 적은 페이지는 결과 목록에 표시되지 않습니다." -#: sphinx/themes/basic/search.html:42 +#: sphinx/themes/basic/search.html:37 #: sphinx/themes/basic/searchresults.html:17 msgid "search" msgstr "검색" -#: sphinx/themes/basic/search.html:46 +#: sphinx/themes/basic/search.html:41 #: sphinx/themes/basic/searchresults.html:21 -#: sphinx/themes/basic/static/searchtools.js:295 +#: sphinx/themes/basic/static/searchtools.js:285 msgid "Search Results" msgstr "검색 결과" -#: sphinx/themes/basic/search.html:48 +#: sphinx/themes/basic/search.html:43 #: sphinx/themes/basic/searchresults.html:23 -#: sphinx/themes/basic/static/searchtools.js:297 +#: sphinx/themes/basic/static/searchtools.js:287 msgid "" "Your search did not match any documents. Please make sure that all words are" " spelled correctly and that you've selected enough categories." @@ -3103,20 +3121,20 @@ msgstr "정의 주소" msgid "Hide Search Matches" msgstr "검색 결과 숨기기" -#: sphinx/themes/basic/static/searchtools.js:131 +#: sphinx/themes/basic/static/searchtools.js:121 msgid "Searching" msgstr "검색 중" -#: sphinx/themes/basic/static/searchtools.js:136 +#: sphinx/themes/basic/static/searchtools.js:126 msgid "Preparing search..." msgstr "검색 준비 중…" -#: sphinx/themes/basic/static/searchtools.js:299 +#: sphinx/themes/basic/static/searchtools.js:289 #, python-format msgid "Search finished, found %s page(s) matching the search query." msgstr "" -#: sphinx/themes/basic/static/searchtools.js:352 +#: sphinx/themes/basic/static/searchtools.js:342 msgid ", in " msgstr ", 문서 - " @@ -3133,18 +3151,18 @@ msgstr "사이드바 닫기" msgid "Contents" msgstr "내용" -#: sphinx/transforms/__init__.py:259 +#: sphinx/transforms/__init__.py:261 #, python-format msgid "" "4 column based index found. It might be a bug of extensions you use: %r" msgstr "" -#: sphinx/transforms/__init__.py:301 +#: sphinx/transforms/__init__.py:303 #, python-format msgid "Footnote [%s] is not referenced." msgstr "" -#: sphinx/transforms/__init__.py:307 +#: sphinx/transforms/__init__.py:309 msgid "Footnote [#] is not referenced." msgstr "" @@ -3215,7 +3233,7 @@ msgstr "" msgid "failed" msgstr "" -#: sphinx/util/docutils.py:321 +#: sphinx/util/docutils.py:320 msgid "when adding directive classes, no additional arguments may be given" msgstr "" @@ -3276,15 +3294,15 @@ msgstr "이 표에 대한 퍼머링크" msgid "Permalink to this code" msgstr "이 코드에 대한 퍼머링크" -#: sphinx/writers/html.py:514 sphinx/writers/html5.py:460 +#: sphinx/writers/html.py:512 sphinx/writers/html5.py:458 msgid "Permalink to this image" msgstr "이 이미지에 대한 퍼머링크" -#: sphinx/writers/html.py:516 sphinx/writers/html5.py:462 +#: sphinx/writers/html.py:514 sphinx/writers/html5.py:460 msgid "Permalink to this toctree" msgstr "이 목차에 대한 퍼머링크" -#: sphinx/writers/html.py:674 sphinx/writers/html5.py:608 +#: sphinx/writers/html.py:672 sphinx/writers/html5.py:606 msgid "Could not obtain image size. :scale: option is ignored." msgstr "" @@ -3321,12 +3339,12 @@ msgstr "" msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: sphinx/writers/latex.py:1843 +#: sphinx/writers/latex.py:1847 #, python-format msgid "unknown index entry type %s found" msgstr "" -#: sphinx/writers/latex.py:2552 +#: sphinx/writers/latex.py:2560 #, python-format msgid "Unknown configure key: latex_elements[%r] is ignored." msgstr "" @@ -3344,12 +3362,12 @@ msgstr "[그림]" msgid "caption not inside a figure." msgstr "" -#: sphinx/writers/texinfo.py:1421 +#: sphinx/writers/texinfo.py:1422 #, python-format msgid "unimplemented node type: %r" msgstr "" -#: sphinx/writers/texinfo.py:1426 +#: sphinx/writers/texinfo.py:1427 #, python-format msgid "unknown node type: %r" msgstr "" diff --git a/sphinx/locale/lt/LC_MESSAGES/sphinx.mo b/sphinx/locale/lt/LC_MESSAGES/sphinx.mo index e75d4129ac..6a8b983ea3 100644 Binary files a/sphinx/locale/lt/LC_MESSAGES/sphinx.mo and b/sphinx/locale/lt/LC_MESSAGES/sphinx.mo differ diff --git a/sphinx/locale/lt/LC_MESSAGES/sphinx.po b/sphinx/locale/lt/LC_MESSAGES/sphinx.po index b991d5a4ca..9d9707c71b 100644 --- a/sphinx/locale/lt/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/lt/LC_MESSAGES/sphinx.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2019-02-18 01:52+0900\n" -"PO-Revision-Date: 2019-03-14 16:36+0000\n" +"POT-Creation-Date: 2019-03-29 01:05+0900\n" +"PO-Revision-Date: 2019-03-28 16:08+0000\n" "Last-Translator: Takeshi KOMIYA \n" "Language-Team: Lithuanian (http://www.transifex.com/sphinx-doc/sphinx-1/language/lt/)\n" "MIME-Version: 1.0\n" @@ -122,7 +122,7 @@ msgstr "" msgid "role %r is already registered, it will be overridden" msgstr "" -#: sphinx/application.py:1182 +#: sphinx/application.py:1179 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -130,7 +130,7 @@ msgid "" "explicit" msgstr "" -#: sphinx/application.py:1188 +#: sphinx/application.py:1185 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -138,7 +138,7 @@ msgid "" "explicit" msgstr "" -#: sphinx/application.py:1199 +#: sphinx/application.py:1196 #, python-format msgid "doing serial %s" msgstr "" @@ -587,44 +587,44 @@ msgstr "" msgid "preparing documents" msgstr "" -#: sphinx/builders/_epub_base.py:219 +#: sphinx/builders/_epub_base.py:218 #, python-format msgid "duplicated ToC entry found: %s" msgstr "" -#: sphinx/builders/_epub_base.py:415 sphinx/builders/html.py:761 -#: sphinx/builders/latex/__init__.py:413 sphinx/builders/texinfo.py:190 +#: sphinx/builders/_epub_base.py:414 sphinx/builders/html.py:761 +#: sphinx/builders/latex/__init__.py:415 sphinx/builders/texinfo.py:190 msgid "copying images... " msgstr "" -#: sphinx/builders/_epub_base.py:422 +#: sphinx/builders/_epub_base.py:421 #, python-format msgid "cannot read image file %r: copying it instead" msgstr "" -#: sphinx/builders/_epub_base.py:428 sphinx/builders/html.py:769 -#: sphinx/builders/latex/__init__.py:421 sphinx/builders/texinfo.py:198 +#: sphinx/builders/_epub_base.py:427 sphinx/builders/html.py:769 +#: sphinx/builders/latex/__init__.py:423 sphinx/builders/texinfo.py:199 #, python-format msgid "cannot copy image file %r: %s" msgstr "" -#: sphinx/builders/_epub_base.py:445 +#: sphinx/builders/_epub_base.py:444 #, python-format msgid "cannot write image file %r: %s" msgstr "" -#: sphinx/builders/_epub_base.py:456 +#: sphinx/builders/_epub_base.py:455 msgid "Pillow not found - copying image files" msgstr "" -#: sphinx/builders/_epub_base.py:491 sphinx/builders/_epub_base.py:504 -#: sphinx/builders/_epub_base.py:540 sphinx/builders/_epub_base.py:725 -#: sphinx/builders/_epub_base.py:758 sphinx/builders/epub3.py:184 +#: sphinx/builders/_epub_base.py:490 sphinx/builders/_epub_base.py:503 +#: sphinx/builders/_epub_base.py:539 sphinx/builders/_epub_base.py:724 +#: sphinx/builders/_epub_base.py:757 sphinx/builders/epub3.py:183 #, python-format msgid "writing %s file..." msgstr "" -#: sphinx/builders/_epub_base.py:566 +#: sphinx/builders/_epub_base.py:565 #, python-format msgid "unknown mimetype for %s, ignoring" msgstr "" @@ -643,19 +643,19 @@ msgstr "" msgid "writing summary file..." msgstr "" -#: sphinx/builders/changes.py:87 +#: sphinx/builders/changes.py:86 msgid "Builtins" msgstr "Įtaisytieji" -#: sphinx/builders/changes.py:89 +#: sphinx/builders/changes.py:88 msgid "Module level" msgstr "Modulio lygis" -#: sphinx/builders/changes.py:134 +#: sphinx/builders/changes.py:133 msgid "copying source files..." msgstr "" -#: sphinx/builders/changes.py:141 +#: sphinx/builders/changes.py:140 #, python-format msgid "could not read %r for changelog creation" msgstr "" @@ -664,76 +664,76 @@ msgstr "" msgid "The dummy builder generates no files." msgstr "" -#: sphinx/builders/epub3.py:69 +#: sphinx/builders/epub3.py:68 #, python-format msgid "The ePub file is in %(outdir)s." msgstr "" -#: sphinx/builders/epub3.py:212 +#: sphinx/builders/epub3.py:211 msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:216 +#: sphinx/builders/epub3.py:215 msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:219 +#: sphinx/builders/epub3.py:218 msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:223 +#: sphinx/builders/epub3.py:222 msgid "conf value \"epub_author\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:226 +#: sphinx/builders/epub3.py:225 msgid "conf value \"epub_contributor\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:229 +#: sphinx/builders/epub3.py:228 msgid "conf value \"epub_description\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:232 +#: sphinx/builders/epub3.py:231 msgid "conf value \"epub_publisher\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:235 +#: sphinx/builders/epub3.py:234 msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:239 +#: sphinx/builders/epub3.py:238 msgid "conf value \"epub_identifier\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:242 +#: sphinx/builders/epub3.py:241 msgid "conf value \"version\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:257 sphinx/builders/html.py:1166 +#: sphinx/builders/epub3.py:256 sphinx/builders/html.py:1166 #, python-format msgid "invalid css_file: %r, ignored" msgstr "" -#: sphinx/builders/gettext.py:215 +#: sphinx/builders/gettext.py:221 #, python-format msgid "The message catalogs are in %(outdir)s." msgstr "" -#: sphinx/builders/gettext.py:239 +#: sphinx/builders/gettext.py:245 #, python-format msgid "building [%s]: " msgstr "" -#: sphinx/builders/gettext.py:240 +#: sphinx/builders/gettext.py:246 #, python-format msgid "targets for %d template files" msgstr "" -#: sphinx/builders/gettext.py:244 +#: sphinx/builders/gettext.py:250 msgid "reading templates... " msgstr "" -#: sphinx/builders/gettext.py:271 +#: sphinx/builders/gettext.py:277 msgid "writing message catalogs... " msgstr "" @@ -752,7 +752,7 @@ msgstr "" msgid "Failed to read build info file: %r" msgstr "" -#: sphinx/builders/html.py:488 sphinx/builders/latex/__init__.py:204 +#: sphinx/builders/html.py:488 sphinx/builders/latex/__init__.py:206 #: sphinx/transforms/__init__.py:121 sphinx/writers/manpage.py:118 #: sphinx/writers/texinfo.py:243 #, python-format @@ -805,7 +805,7 @@ msgstr "" msgid "html_static_path entry %r does not exist" msgstr "" -#: sphinx/builders/html.py:839 sphinx/builders/latex/__init__.py:398 +#: sphinx/builders/html.py:839 sphinx/builders/latex/__init__.py:400 #, python-format msgid "logo file %r does not exist" msgstr "" @@ -922,7 +922,7 @@ msgstr "" msgid "no \"man_pages\" config value found; no manual pages will be written" msgstr "" -#: sphinx/builders/latex/__init__.py:270 sphinx/builders/manpage.py:64 +#: sphinx/builders/latex/__init__.py:272 sphinx/builders/manpage.py:64 #: sphinx/builders/singlehtml.py:174 sphinx/builders/texinfo.py:120 msgid "writing" msgstr "" @@ -966,24 +966,24 @@ msgstr "" msgid "\"texinfo_documents\" config value references unknown document %s" msgstr "" -#: sphinx/builders/latex/__init__.py:253 sphinx/builders/texinfo.py:116 +#: sphinx/builders/latex/__init__.py:255 sphinx/builders/texinfo.py:116 #, python-format msgid "processing %s" msgstr "" -#: sphinx/builders/latex/__init__.py:322 sphinx/builders/texinfo.py:163 +#: sphinx/builders/latex/__init__.py:323 sphinx/builders/texinfo.py:164 msgid "resolving references..." msgstr "" -#: sphinx/builders/latex/__init__.py:332 sphinx/builders/texinfo.py:172 +#: sphinx/builders/latex/__init__.py:333 sphinx/builders/texinfo.py:173 msgid " (in " msgstr " (kuris yra " -#: sphinx/builders/texinfo.py:204 +#: sphinx/builders/texinfo.py:205 msgid "copying Texinfo support files" msgstr "" -#: sphinx/builders/texinfo.py:208 +#: sphinx/builders/texinfo.py:209 #, python-format msgid "error writing file Makefile: %s" msgstr "" @@ -1003,28 +1003,28 @@ msgstr "" msgid "The pseudo-XML files are in %(outdir)s." msgstr "" -#: sphinx/builders/latex/__init__.py:121 +#: sphinx/builders/latex/__init__.py:123 #, python-format msgid "The LaTeX files are in %(outdir)s." msgstr "" -#: sphinx/builders/latex/__init__.py:123 +#: sphinx/builders/latex/__init__.py:125 msgid "" "\n" "Run 'make' in that directory to run these through (pdf)latex\n" "(use `make latexpdf' here to do that automatically)." msgstr "" -#: sphinx/builders/latex/__init__.py:163 +#: sphinx/builders/latex/__init__.py:165 msgid "no \"latex_documents\" config value found; no documents will be written" msgstr "" -#: sphinx/builders/latex/__init__.py:171 +#: sphinx/builders/latex/__init__.py:173 #, python-format msgid "\"latex_documents\" config value references unknown document %s" msgstr "" -#: sphinx/builders/latex/__init__.py:211 sphinx/domains/std.py:501 +#: sphinx/builders/latex/__init__.py:213 sphinx/domains/std.py:501 #: sphinx/templates/latex/latex.tex_t:79 #: sphinx/themes/basic/genindex-single.html:30 #: sphinx/themes/basic/genindex-single.html:55 @@ -1036,28 +1036,28 @@ msgstr "" msgid "Index" msgstr "Indeksas" -#: sphinx/builders/latex/__init__.py:214 sphinx/templates/latex/latex.tex_t:64 +#: sphinx/builders/latex/__init__.py:216 sphinx/templates/latex/latex.tex_t:64 msgid "Release" msgstr "Leidimas" -#: sphinx/builders/latex/__init__.py:222 sphinx/writers/latex.py:549 +#: sphinx/builders/latex/__init__.py:224 sphinx/writers/latex.py:549 #, python-format msgid "no Babel option known for language %r" msgstr "" -#: sphinx/builders/latex/__init__.py:361 +#: sphinx/builders/latex/__init__.py:363 msgid "copying TeX support files" msgstr "" -#: sphinx/builders/latex/__init__.py:382 +#: sphinx/builders/latex/__init__.py:384 msgid "copying TeX support files..." msgstr "" -#: sphinx/builders/latex/__init__.py:402 +#: sphinx/builders/latex/__init__.py:404 msgid "copying additional files" msgstr "" -#: sphinx/builders/latex/__init__.py:445 +#: sphinx/builders/latex/__init__.py:447 #, python-format msgid "Unknown configure key: latex_elements[%r]. ignored." msgstr "" @@ -1120,8 +1120,8 @@ msgstr "" msgid "job number should be a positive number" msgstr "" -#: sphinx/cmd/build.py:106 sphinx/cmd/quickstart.py:498 -#: sphinx/ext/apidoc.py:298 sphinx/ext/autosummary/generate.py:365 +#: sphinx/cmd/build.py:106 sphinx/cmd/quickstart.py:497 +#: sphinx/ext/apidoc.py:298 sphinx/ext/autosummary/generate.py:363 msgid "For more information, visit ." msgstr "" @@ -1498,13 +1498,13 @@ msgstr "" msgid "Indicate which of the following Sphinx extensions should be enabled:" msgstr "" -#: sphinx/cmd/quickstart.py:354 +#: sphinx/cmd/quickstart.py:353 msgid "" "Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " "been deselected." msgstr "" -#: sphinx/cmd/quickstart.py:359 +#: sphinx/cmd/quickstart.py:358 msgid "" "\n" "A Makefile and a Windows command file can be generated for you so that you\n" @@ -1512,29 +1512,29 @@ msgid "" "directly." msgstr "" -#: sphinx/cmd/quickstart.py:363 +#: sphinx/cmd/quickstart.py:362 msgid "Create Makefile? (y/n)" msgstr "" -#: sphinx/cmd/quickstart.py:366 +#: sphinx/cmd/quickstart.py:365 msgid "Create Windows command file? (y/n)" msgstr "" -#: sphinx/cmd/quickstart.py:409 sphinx/ext/apidoc.py:74 +#: sphinx/cmd/quickstart.py:408 sphinx/ext/apidoc.py:74 #, python-format msgid "Creating file %s." msgstr "" -#: sphinx/cmd/quickstart.py:414 sphinx/ext/apidoc.py:72 +#: sphinx/cmd/quickstart.py:413 sphinx/ext/apidoc.py:72 #, python-format msgid "File %s already exists, skipping." msgstr "" -#: sphinx/cmd/quickstart.py:450 +#: sphinx/cmd/quickstart.py:449 msgid "Finished: An initial directory structure has been created." msgstr "" -#: sphinx/cmd/quickstart.py:451 +#: sphinx/cmd/quickstart.py:450 #, python-format msgid "" "\n" @@ -1542,26 +1542,26 @@ msgid "" "source files. " msgstr "" -#: sphinx/cmd/quickstart.py:453 +#: sphinx/cmd/quickstart.py:452 msgid "" "Use the Makefile to build the docs, like so:\n" " make builder\n" msgstr "" -#: sphinx/cmd/quickstart.py:456 +#: sphinx/cmd/quickstart.py:455 #, python-format msgid "" "Use the sphinx-build command to build the docs, like so:\n" " sphinx-build -b builder %s %s\n" msgstr "" -#: sphinx/cmd/quickstart.py:459 +#: sphinx/cmd/quickstart.py:458 msgid "" "where \"builder\" is one of the supported builders, e.g. html, latex or " "linkcheck.\n" msgstr "" -#: sphinx/cmd/quickstart.py:499 +#: sphinx/cmd/quickstart.py:498 msgid "" "\n" "Generate required files for a Sphinx project.\n" @@ -1571,131 +1571,131 @@ msgid "" "Makefile to be used with sphinx-build.\n" msgstr "" -#: sphinx/cmd/quickstart.py:509 +#: sphinx/cmd/quickstart.py:508 msgid "quiet mode" msgstr "" -#: sphinx/cmd/quickstart.py:514 +#: sphinx/cmd/quickstart.py:513 msgid "output path" msgstr "" -#: sphinx/cmd/quickstart.py:516 +#: sphinx/cmd/quickstart.py:515 msgid "Structure options" msgstr "" -#: sphinx/cmd/quickstart.py:518 +#: sphinx/cmd/quickstart.py:517 msgid "if specified, separate source and build dirs" msgstr "" -#: sphinx/cmd/quickstart.py:520 +#: sphinx/cmd/quickstart.py:519 msgid "replacement for dot in _templates etc." msgstr "" -#: sphinx/cmd/quickstart.py:522 +#: sphinx/cmd/quickstart.py:521 msgid "Project basic options" msgstr "" -#: sphinx/cmd/quickstart.py:524 +#: sphinx/cmd/quickstart.py:523 msgid "project name" msgstr "" -#: sphinx/cmd/quickstart.py:526 +#: sphinx/cmd/quickstart.py:525 msgid "author names" msgstr "" -#: sphinx/cmd/quickstart.py:528 +#: sphinx/cmd/quickstart.py:527 msgid "version of project" msgstr "" -#: sphinx/cmd/quickstart.py:530 +#: sphinx/cmd/quickstart.py:529 msgid "release of project" msgstr "" -#: sphinx/cmd/quickstart.py:532 +#: sphinx/cmd/quickstart.py:531 msgid "document language" msgstr "" -#: sphinx/cmd/quickstart.py:534 +#: sphinx/cmd/quickstart.py:533 msgid "source file suffix" msgstr "" -#: sphinx/cmd/quickstart.py:536 +#: sphinx/cmd/quickstart.py:535 msgid "master document name" msgstr "" -#: sphinx/cmd/quickstart.py:538 +#: sphinx/cmd/quickstart.py:537 msgid "use epub" msgstr "" -#: sphinx/cmd/quickstart.py:540 +#: sphinx/cmd/quickstart.py:539 msgid "Extension options" msgstr "" -#: sphinx/cmd/quickstart.py:544 sphinx/ext/apidoc.py:379 +#: sphinx/cmd/quickstart.py:543 sphinx/ext/apidoc.py:379 #, python-format msgid "enable %s extension" msgstr "" -#: sphinx/cmd/quickstart.py:546 sphinx/ext/apidoc.py:375 +#: sphinx/cmd/quickstart.py:545 sphinx/ext/apidoc.py:375 msgid "enable arbitrary extensions" msgstr "" -#: sphinx/cmd/quickstart.py:548 +#: sphinx/cmd/quickstart.py:547 msgid "Makefile and Batchfile creation" msgstr "" -#: sphinx/cmd/quickstart.py:550 +#: sphinx/cmd/quickstart.py:549 msgid "create makefile" msgstr "" -#: sphinx/cmd/quickstart.py:552 +#: sphinx/cmd/quickstart.py:551 msgid "do not create makefile" msgstr "" -#: sphinx/cmd/quickstart.py:554 +#: sphinx/cmd/quickstart.py:553 msgid "create batchfile" msgstr "" -#: sphinx/cmd/quickstart.py:557 +#: sphinx/cmd/quickstart.py:556 msgid "do not create batchfile" msgstr "" -#: sphinx/cmd/quickstart.py:560 +#: sphinx/cmd/quickstart.py:559 msgid "use make-mode for Makefile/make.bat" msgstr "" -#: sphinx/cmd/quickstart.py:563 +#: sphinx/cmd/quickstart.py:562 msgid "do not use make-mode for Makefile/make.bat" msgstr "" -#: sphinx/cmd/quickstart.py:565 +#: sphinx/cmd/quickstart.py:564 msgid "Project templating" msgstr "" -#: sphinx/cmd/quickstart.py:568 +#: sphinx/cmd/quickstart.py:567 msgid "template directory for template files" msgstr "" -#: sphinx/cmd/quickstart.py:571 +#: sphinx/cmd/quickstart.py:570 msgid "define a template variable" msgstr "" -#: sphinx/cmd/quickstart.py:605 +#: sphinx/cmd/quickstart.py:604 msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." msgstr "" -#: sphinx/cmd/quickstart.py:619 +#: sphinx/cmd/quickstart.py:618 msgid "" "Error: specified path is not a directory, or sphinx files already exist." msgstr "" -#: sphinx/cmd/quickstart.py:621 +#: sphinx/cmd/quickstart.py:620 msgid "" "sphinx-quickstart only generate into a empty directory. Please specify a new" " root path." msgstr "" -#: sphinx/cmd/quickstart.py:636 +#: sphinx/cmd/quickstart.py:635 #, python-format msgid "Invalid template variable: %s" msgstr "" @@ -1767,17 +1767,17 @@ msgstr "Autorius: " msgid "%s %s" msgstr "%s %s" -#: sphinx/domains/c.py:64 sphinx/domains/cpp.py:6371 +#: sphinx/domains/c.py:64 sphinx/domains/cpp.py:6445 #: sphinx/domains/python.py:210 sphinx/ext/napoleon/docstring.py:696 msgid "Parameters" msgstr "Parametrai" -#: sphinx/domains/c.py:67 sphinx/domains/cpp.py:6380 -#: sphinx/domains/javascript.py:210 sphinx/domains/python.py:222 +#: sphinx/domains/c.py:67 sphinx/domains/cpp.py:6454 +#: sphinx/domains/javascript.py:209 sphinx/domains/python.py:222 msgid "Returns" msgstr "Grąžinamos reikšmės" -#: sphinx/domains/c.py:69 sphinx/domains/javascript.py:212 +#: sphinx/domains/c.py:69 sphinx/domains/javascript.py:211 #: sphinx/domains/python.py:224 msgid "Return type" msgstr "Grąžinamos reikšmės tipas" @@ -1807,12 +1807,12 @@ msgstr "%s (C tipas)" msgid "%s (C variable)" msgstr "%s (C kintamasis)" -#: sphinx/domains/c.py:258 sphinx/domains/cpp.py:6956 -#: sphinx/domains/javascript.py:298 sphinx/domains/python.py:741 +#: sphinx/domains/c.py:258 sphinx/domains/cpp.py:7029 +#: sphinx/domains/javascript.py:297 sphinx/domains/python.py:742 msgid "function" msgstr "funkcija" -#: sphinx/domains/c.py:259 sphinx/domains/cpp.py:6957 +#: sphinx/domains/c.py:259 sphinx/domains/cpp.py:7030 msgid "member" msgstr "narys" @@ -1820,7 +1820,7 @@ msgstr "narys" msgid "macro" msgstr "makrokomanda" -#: sphinx/domains/c.py:261 sphinx/domains/cpp.py:6958 +#: sphinx/domains/c.py:261 sphinx/domains/cpp.py:7031 msgid "type" msgstr "tipas" @@ -1843,106 +1843,106 @@ msgstr "Pakeista %s versijoje" msgid "Deprecated since version %s" msgstr "Nebepalaikoma nuo %s versijos" -#: sphinx/domains/cpp.py:4297 +#: sphinx/domains/cpp.py:4323 #, python-format msgid "" "Duplicate declaration, also defined in '%s'.\n" "Declaration is '%s'." msgstr "" -#: sphinx/domains/cpp.py:6374 +#: sphinx/domains/cpp.py:6448 msgid "Template Parameters" msgstr "" -#: sphinx/domains/cpp.py:6377 sphinx/domains/javascript.py:207 +#: sphinx/domains/cpp.py:6451 sphinx/domains/javascript.py:206 msgid "Throws" msgstr "Išmeta" -#: sphinx/domains/cpp.py:6505 +#: sphinx/domains/cpp.py:6579 #, python-format msgid "%s (C++ %s)" msgstr "" -#: sphinx/domains/cpp.py:6954 sphinx/domains/javascript.py:300 -#: sphinx/domains/python.py:743 +#: sphinx/domains/cpp.py:7027 sphinx/domains/javascript.py:299 +#: sphinx/domains/python.py:744 msgid "class" msgstr "klasė" -#: sphinx/domains/cpp.py:6955 +#: sphinx/domains/cpp.py:7028 msgid "union" msgstr "" -#: sphinx/domains/cpp.py:6959 +#: sphinx/domains/cpp.py:7032 msgid "concept" msgstr "" -#: sphinx/domains/cpp.py:6960 +#: sphinx/domains/cpp.py:7033 msgid "enum" msgstr "" -#: sphinx/domains/cpp.py:6961 +#: sphinx/domains/cpp.py:7034 msgid "enumerator" msgstr "" -#: sphinx/domains/cpp.py:7054 +#: sphinx/domains/cpp.py:7127 #, python-format msgid "" "Duplicate declaration, also defined in '%s'.\n" "Name of declaration is '%s'." msgstr "" -#: sphinx/domains/javascript.py:131 sphinx/domains/python.py:429 +#: sphinx/domains/javascript.py:130 sphinx/domains/python.py:430 #, python-format msgid "%s() (built-in function)" msgstr "%s() (itaisytoji funkcija)" -#: sphinx/domains/javascript.py:132 sphinx/domains/python.py:494 +#: sphinx/domains/javascript.py:131 sphinx/domains/python.py:495 #, python-format msgid "%s() (%s method)" msgstr "%s() (%s metodas)" -#: sphinx/domains/javascript.py:134 +#: sphinx/domains/javascript.py:133 #, python-format msgid "%s() (class)" msgstr "%s() (klasė)" -#: sphinx/domains/javascript.py:136 +#: sphinx/domains/javascript.py:135 #, python-format msgid "%s (global variable or constant)" msgstr "%s (globalus kintamasis arba konstanta)" -#: sphinx/domains/javascript.py:138 sphinx/domains/python.py:532 +#: sphinx/domains/javascript.py:137 sphinx/domains/python.py:533 #, python-format msgid "%s (%s attribute)" msgstr "%s (%s atributas)" -#: sphinx/domains/javascript.py:204 +#: sphinx/domains/javascript.py:203 msgid "Arguments" msgstr "Argumentais" -#: sphinx/domains/javascript.py:265 sphinx/domains/python.py:609 +#: sphinx/domains/javascript.py:264 sphinx/domains/python.py:610 #, python-format msgid "%s (module)" msgstr "%s (modulis)" -#: sphinx/domains/javascript.py:299 sphinx/domains/python.py:745 +#: sphinx/domains/javascript.py:298 sphinx/domains/python.py:746 msgid "method" msgstr "metodas" -#: sphinx/domains/javascript.py:301 sphinx/domains/python.py:742 +#: sphinx/domains/javascript.py:300 sphinx/domains/python.py:743 msgid "data" msgstr "duomenys" -#: sphinx/domains/javascript.py:302 sphinx/domains/python.py:748 +#: sphinx/domains/javascript.py:301 sphinx/domains/python.py:749 msgid "attribute" msgstr "atribudas" -#: sphinx/domains/javascript.py:303 sphinx/domains/python.py:49 -#: sphinx/domains/python.py:749 +#: sphinx/domains/javascript.py:302 sphinx/domains/python.py:49 +#: sphinx/domains/python.py:750 msgid "module" msgstr "modulis" -#: sphinx/domains/math.py:101 sphinx/writers/latex.py:2451 +#: sphinx/domains/math.py:101 sphinx/writers/latex.py:2459 #, python-format msgid "Invalid math_eqref_format: %r" msgstr "" @@ -1964,7 +1964,7 @@ msgstr "operatorius" msgid "object" msgstr "objektas" -#: sphinx/domains/python.py:53 sphinx/domains/python.py:744 +#: sphinx/domains/python.py:53 sphinx/domains/python.py:745 msgid "exception" msgstr "išimtis" @@ -1984,88 +1984,88 @@ msgstr "Kintamieji" msgid "Raises" msgstr "Sukelia" -#: sphinx/domains/python.py:430 sphinx/domains/python.py:488 -#: sphinx/domains/python.py:500 sphinx/domains/python.py:513 +#: sphinx/domains/python.py:431 sphinx/domains/python.py:489 +#: sphinx/domains/python.py:501 sphinx/domains/python.py:514 #, python-format msgid "%s() (in module %s)" msgstr "%s() (modulyje %s)" -#: sphinx/domains/python.py:433 +#: sphinx/domains/python.py:434 #, python-format msgid "%s (built-in variable)" msgstr "%s (įtaisytasis kintamasis)" -#: sphinx/domains/python.py:434 sphinx/domains/python.py:526 +#: sphinx/domains/python.py:435 sphinx/domains/python.py:527 #, python-format msgid "%s (in module %s)" msgstr "%s (modulje %s)" -#: sphinx/domains/python.py:454 +#: sphinx/domains/python.py:455 #, python-format msgid "%s (built-in class)" msgstr "%s (įtaisytoji klasė)" -#: sphinx/domains/python.py:455 +#: sphinx/domains/python.py:456 #, python-format msgid "%s (class in %s)" msgstr "%s (klasė iš %s)" -#: sphinx/domains/python.py:492 +#: sphinx/domains/python.py:493 #, python-format msgid "%s() (%s.%s method)" msgstr "%s() (%s.%s metodas)" -#: sphinx/domains/python.py:504 +#: sphinx/domains/python.py:505 #, python-format msgid "%s() (%s.%s static method)" msgstr "%s() (%s.%s statinis metodas)" -#: sphinx/domains/python.py:507 +#: sphinx/domains/python.py:508 #, python-format msgid "%s() (%s static method)" msgstr "%s() (%s statinis metodas)" -#: sphinx/domains/python.py:517 +#: sphinx/domains/python.py:518 #, python-format msgid "%s() (%s.%s class method)" msgstr "%s() (%s.%s klasės metodas)" -#: sphinx/domains/python.py:520 +#: sphinx/domains/python.py:521 #, python-format msgid "%s() (%s class method)" msgstr "%s() (%s klasės metodas)" -#: sphinx/domains/python.py:530 +#: sphinx/domains/python.py:531 #, python-format msgid "%s (%s.%s attribute)" msgstr "%s (%s.%s atributas)" -#: sphinx/domains/python.py:667 +#: sphinx/domains/python.py:668 msgid "Python Module Index" msgstr "" -#: sphinx/domains/python.py:668 +#: sphinx/domains/python.py:669 msgid "modules" msgstr "moduliai" -#: sphinx/domains/python.py:719 +#: sphinx/domains/python.py:720 msgid "Deprecated" msgstr "Atmestas" -#: sphinx/domains/python.py:746 +#: sphinx/domains/python.py:747 msgid "class method" msgstr "klasės metodas" -#: sphinx/domains/python.py:747 +#: sphinx/domains/python.py:748 msgid "static method" msgstr "statinis metodas" -#: sphinx/domains/python.py:879 +#: sphinx/domains/python.py:880 #, python-format msgid "more than one target found for cross-reference %r: %s" msgstr "" -#: sphinx/domains/python.py:917 +#: sphinx/domains/python.py:918 msgid " (deprecated)" msgstr " (atmestas)" @@ -2141,7 +2141,7 @@ msgstr "Paieškos puslapis" msgid "duplicate citation %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:631 sphinx/ext/autosectionlabel.py:61 +#: sphinx/domains/std.py:631 sphinx/ext/autosectionlabel.py:56 #, python-format msgid "duplicate label %s, other instance in %s" msgstr "" @@ -2201,21 +2201,21 @@ msgid "" "another doctree directory." msgstr "" -#: sphinx/environment/__init__.py:408 +#: sphinx/environment/__init__.py:404 #, python-format msgid "Failed to scan documents in %s: %r" msgstr "" -#: sphinx/environment/__init__.py:536 +#: sphinx/environment/__init__.py:532 #, python-format msgid "Domain %r is not registered" msgstr "" -#: sphinx/environment/__init__.py:621 +#: sphinx/environment/__init__.py:617 msgid "self referenced toctree found. Ignored." msgstr "" -#: sphinx/environment/__init__.py:662 +#: sphinx/environment/__init__.py:658 msgid "document isn't included in any toctree" msgstr "" @@ -2235,6 +2235,7 @@ msgid "unknown index entry type %r" msgstr "" #: sphinx/environment/adapters/indexentries.py:156 +#: sphinx/templates/latex/sphinxmessages.sty_t:11 msgid "Symbols" msgstr "" @@ -2260,22 +2261,22 @@ msgstr "" msgid "toctree contains reference to nonexisting document %r" msgstr "" -#: sphinx/environment/collectors/asset.py:91 +#: sphinx/environment/collectors/asset.py:90 #, python-format msgid "image file not readable: %s" msgstr "" -#: sphinx/environment/collectors/asset.py:107 +#: sphinx/environment/collectors/asset.py:106 #, python-format msgid "image file %s not readable: %s" msgstr "" -#: sphinx/environment/collectors/asset.py:135 +#: sphinx/environment/collectors/asset.py:134 #, python-format msgid "download file not readable: %s" msgstr "" -#: sphinx/environment/collectors/toctree.py:197 +#: sphinx/environment/collectors/toctree.py:196 #, python-format msgid "%s is already assigned section numbers (nested numbered toctree?)" msgstr "" @@ -2419,38 +2420,38 @@ msgstr "" msgid "module %s could not be imported: %s" msgstr "" -#: sphinx/ext/doctest.py:142 +#: sphinx/ext/doctest.py:132 #, python-format msgid "missing '+' or '-' in '%s' option." msgstr "" -#: sphinx/ext/doctest.py:147 +#: sphinx/ext/doctest.py:137 #, python-format msgid "'%s' is not a valid option." msgstr "" -#: sphinx/ext/doctest.py:161 +#: sphinx/ext/doctest.py:151 #, python-format msgid "'%s' is not a valid pyversion option" msgstr "" -#: sphinx/ext/doctest.py:230 +#: sphinx/ext/doctest.py:222 msgid "invalid TestCode type" msgstr "" -#: sphinx/ext/doctest.py:291 +#: sphinx/ext/doctest.py:283 #, python-format msgid "" "Testing of doctests in the sources finished, look at the results in " "%(outdir)s/output.txt." msgstr "" -#: sphinx/ext/doctest.py:438 +#: sphinx/ext/doctest.py:446 #, python-format msgid "no code/output in %s block at %s:%s" msgstr "" -#: sphinx/ext/doctest.py:527 +#: sphinx/ext/doctest.py:535 #, python-format msgid "ignoring invalid doctest code: %r" msgstr "" @@ -2468,7 +2469,7 @@ msgstr "" msgid "Ignoring \"graphviz\" directive without content." msgstr "" -#: sphinx/ext/graphviz.py:252 +#: sphinx/ext/graphviz.py:250 #, python-format msgid "" "dot did not produce an output file:\n" @@ -2478,14 +2479,14 @@ msgid "" "%r" msgstr "" -#: sphinx/ext/graphviz.py:256 +#: sphinx/ext/graphviz.py:254 #, python-format msgid "" "dot command %r cannot be run (needed for graphviz output), check the " "graphviz_dot setting" msgstr "" -#: sphinx/ext/graphviz.py:263 +#: sphinx/ext/graphviz.py:261 #, python-format msgid "" "dot exited with error:\n" @@ -2495,23 +2496,23 @@ msgid "" "%r" msgstr "" -#: sphinx/ext/graphviz.py:273 +#: sphinx/ext/graphviz.py:271 #, python-format msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" msgstr "" -#: sphinx/ext/graphviz.py:277 sphinx/ext/graphviz.py:331 -#: sphinx/ext/graphviz.py:369 +#: sphinx/ext/graphviz.py:275 sphinx/ext/graphviz.py:329 +#: sphinx/ext/graphviz.py:367 #, python-format msgid "dot code %r: %s" msgstr "" -#: sphinx/ext/graphviz.py:384 sphinx/ext/graphviz.py:393 +#: sphinx/ext/graphviz.py:382 sphinx/ext/graphviz.py:391 #, python-format msgid "[graph: %s]" msgstr "" -#: sphinx/ext/graphviz.py:386 sphinx/ext/graphviz.py:395 +#: sphinx/ext/graphviz.py:384 sphinx/ext/graphviz.py:393 msgid "[graph]" msgstr "" @@ -2530,31 +2531,31 @@ msgid "" "%r" msgstr "" -#: sphinx/ext/imgmath.py:140 +#: sphinx/ext/imgmath.py:139 #, python-format msgid "" "LaTeX command %r cannot be run (needed for math display), check the " "imgmath_latex setting" msgstr "" -#: sphinx/ext/imgmath.py:155 +#: sphinx/ext/imgmath.py:154 #, python-format msgid "" "%s command %r cannot be run (needed for math display), check the imgmath_%s " "setting" msgstr "" -#: sphinx/ext/imgmath.py:290 +#: sphinx/ext/imgmath.py:289 #, python-format msgid "display latex %r: %s" msgstr "" -#: sphinx/ext/imgmath.py:317 +#: sphinx/ext/imgmath.py:316 #, python-format msgid "inline latex %r: %s" msgstr "" -#: sphinx/ext/imgmath.py:324 sphinx/ext/mathjax.py:54 +#: sphinx/ext/imgmath.py:323 sphinx/ext/mathjax.py:54 msgid "Permalink to this equation" msgstr "" @@ -2574,26 +2575,26 @@ msgid "" "alternatives:" msgstr "" -#: sphinx/ext/intersphinx.py:237 +#: sphinx/ext/intersphinx.py:238 msgid "failed to reach any of the inventories with the following issues:" msgstr "" -#: sphinx/ext/intersphinx.py:312 +#: sphinx/ext/intersphinx.py:311 #, python-format msgid "(in %s v%s)" msgstr "" -#: sphinx/ext/intersphinx.py:314 +#: sphinx/ext/intersphinx.py:313 #, python-format msgid "(in %s)" msgstr "" -#: sphinx/ext/intersphinx.py:348 +#: sphinx/ext/intersphinx.py:347 #, python-format msgid "intersphinx identifier %r is not string. Ignored" msgstr "" -#: sphinx/ext/intersphinx.py:361 +#: sphinx/ext/intersphinx.py:360 #, python-format msgid "Fail to read intersphinx_mapping[%s], Ignored: %r" msgstr "" @@ -2649,29 +2650,29 @@ msgstr "Apžvalga: modulio kodas" msgid "

All modules for which code is available

" msgstr "

Visi moduliai turintys kodą

" -#: sphinx/ext/autodoc/__init__.py:302 +#: sphinx/ext/autodoc/__init__.py:300 #, python-format msgid "invalid signature for auto%s (%r)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:402 +#: sphinx/ext/autodoc/__init__.py:400 #, python-format msgid "error while formatting arguments for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:514 +#: sphinx/ext/autodoc/__init__.py:512 #, python-format msgid "missing attribute %s in object %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:602 +#: sphinx/ext/autodoc/__init__.py:600 #, python-format msgid "" "autodoc: failed to determine %r to be documented.the following exception was raised:\n" "%s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:694 +#: sphinx/ext/autodoc/__init__.py:692 #, python-format msgid "" "don't know which module to import for autodocumenting %r (try placing a " @@ -2679,39 +2680,39 @@ msgid "" "explicit module name)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:788 +#: sphinx/ext/autodoc/__init__.py:786 msgid "\"::\" in automodule name doesn't make sense" msgstr "" -#: sphinx/ext/autodoc/__init__.py:796 +#: sphinx/ext/autodoc/__init__.py:794 #, python-format msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:829 +#: sphinx/ext/autodoc/__init__.py:827 #, python-format msgid "" "__all__ should be a list of strings, not %r (in module %s) -- ignoring " "__all__" msgstr "" -#: sphinx/ext/autodoc/__init__.py:844 +#: sphinx/ext/autodoc/__init__.py:842 #, python-format msgid "" "missing attribute mentioned in :members: or __all__: module %s, attribute %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1128 +#: sphinx/ext/autodoc/__init__.py:1126 #, python-format msgid "Bases: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1185 +#: sphinx/ext/autodoc/__init__.py:1183 #, python-format msgid "alias of :class:`%s`" msgstr ":class:`%s` alternatyvus vardas" -#: sphinx/ext/autodoc/__init__.py:1470 +#: sphinx/ext/autodoc/__init__.py:1468 #, python-format msgid "Ignoring invalid option in autodoc_default_flags: %r" msgstr "" @@ -2747,17 +2748,17 @@ msgid "" "contain .rst. Skipped." msgstr "" -#: sphinx/ext/autosummary/generate.py:102 +#: sphinx/ext/autosummary/generate.py:100 #, python-format msgid "[autosummary] generating autosummary for: %s" msgstr "" -#: sphinx/ext/autosummary/generate.py:106 +#: sphinx/ext/autosummary/generate.py:104 #, python-format msgid "[autosummary] writing to %s" msgstr "" -#: sphinx/ext/autosummary/generate.py:366 +#: sphinx/ext/autosummary/generate.py:364 msgid "" "\n" "Generate ReStructuredText using autosummary directives.\n" @@ -2772,25 +2773,25 @@ msgid "" " pydoc sphinx.ext.autosummary\n" msgstr "" -#: sphinx/ext/autosummary/generate.py:383 +#: sphinx/ext/autosummary/generate.py:381 msgid "source files to generate rST files for" msgstr "" -#: sphinx/ext/autosummary/generate.py:387 +#: sphinx/ext/autosummary/generate.py:385 msgid "directory to place all output in" msgstr "" -#: sphinx/ext/autosummary/generate.py:390 +#: sphinx/ext/autosummary/generate.py:388 #, python-format msgid "default suffix for files (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:394 +#: sphinx/ext/autosummary/generate.py:392 #, python-format msgid "custom template directory (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:398 +#: sphinx/ext/autosummary/generate.py:396 #, python-format msgid "document imported members (default: %(default)s)" msgstr "" @@ -2868,6 +2869,7 @@ msgid "Warning" msgstr "Įspėjimas" #: sphinx/templates/latex/longtable.tex_t:23 +#: sphinx/templates/latex/sphinxmessages.sty_t:8 msgid "continued from previous page" msgstr "tęsinys iš praeito puslapio" @@ -2875,13 +2877,29 @@ msgstr "tęsinys iš praeito puslapio" msgid "Continued on next page" msgstr "Tęsinys kitame puslapyje" +#: sphinx/templates/latex/sphinxmessages.sty_t:9 +msgid "continues on next page" +msgstr "" + +#: sphinx/templates/latex/sphinxmessages.sty_t:10 +msgid "Non-alphabetical" +msgstr "" + +#: sphinx/templates/latex/sphinxmessages.sty_t:12 +msgid "Numbers" +msgstr "" + +#: sphinx/templates/latex/sphinxmessages.sty_t:13 +msgid "page" +msgstr "" + #: sphinx/themes/agogo/layout.html:46 sphinx/themes/basic/globaltoc.html:10 #: sphinx/themes/basic/localtoc.html:11 sphinx/themes/scrolls/layout.html:41 msgid "Table of Contents" msgstr "" #: sphinx/themes/agogo/layout.html:51 sphinx/themes/basic/layout.html:153 -#: sphinx/themes/basic/search.html:11 sphinx/themes/basic/search.html:26 +#: sphinx/themes/basic/search.html:11 sphinx/themes/basic/search.html:21 #: sphinx/themes/basic/searchresults.html:10 msgid "Search" msgstr "Paieška" @@ -3018,13 +3036,13 @@ msgstr "Kita tema" msgid "next chapter" msgstr "kita dalis" -#: sphinx/themes/basic/search.html:30 +#: sphinx/themes/basic/search.html:25 msgid "" "Please activate JavaScript to enable the search\n" " functionality." msgstr "Prašome aktyvuoti JavaScript, kad veiktų paieškos\n funkcionalumas." -#: sphinx/themes/basic/search.html:35 +#: sphinx/themes/basic/search.html:30 msgid "" "From here you can search these documents. Enter your search\n" " words into the box below and click \"search\". Note that the search\n" @@ -3032,20 +3050,20 @@ msgid "" " containing fewer words won't appear in the result list." msgstr "Čia jūs galite ieškoti šiuose dokumentuose. Įveskite savo paieškos\n žodžius į lauką apačioje ir paspauskite \"ieškoti\". Pastebėsime, kad paieškos\n funkcija automatiškai ieškos visų žodžių. Puslapiai,\n kuriuose yra mažiau žodžių nepasirodys tarp paieškos rezultatų." -#: sphinx/themes/basic/search.html:42 +#: sphinx/themes/basic/search.html:37 #: sphinx/themes/basic/searchresults.html:17 msgid "search" msgstr "ieškoti" -#: sphinx/themes/basic/search.html:46 +#: sphinx/themes/basic/search.html:41 #: sphinx/themes/basic/searchresults.html:21 -#: sphinx/themes/basic/static/searchtools.js:295 +#: sphinx/themes/basic/static/searchtools.js:285 msgid "Search Results" msgstr "Paieškos rezultatai" -#: sphinx/themes/basic/search.html:48 +#: sphinx/themes/basic/search.html:43 #: sphinx/themes/basic/searchresults.html:23 -#: sphinx/themes/basic/static/searchtools.js:297 +#: sphinx/themes/basic/static/searchtools.js:287 msgid "" "Your search did not match any documents. Please make sure that all words are" " spelled correctly and that you've selected enough categories." @@ -3103,20 +3121,20 @@ msgstr "Nuoroda į šį apibrėžimą" msgid "Hide Search Matches" msgstr "Paslėpti paieškos rezultatus" -#: sphinx/themes/basic/static/searchtools.js:131 +#: sphinx/themes/basic/static/searchtools.js:121 msgid "Searching" msgstr "" -#: sphinx/themes/basic/static/searchtools.js:136 +#: sphinx/themes/basic/static/searchtools.js:126 msgid "Preparing search..." msgstr "" -#: sphinx/themes/basic/static/searchtools.js:299 +#: sphinx/themes/basic/static/searchtools.js:289 #, python-format msgid "Search finished, found %s page(s) matching the search query." msgstr "" -#: sphinx/themes/basic/static/searchtools.js:352 +#: sphinx/themes/basic/static/searchtools.js:342 msgid ", in " msgstr "" @@ -3133,18 +3151,18 @@ msgstr "Paslėpti šoninę juostą" msgid "Contents" msgstr "Turinys" -#: sphinx/transforms/__init__.py:259 +#: sphinx/transforms/__init__.py:261 #, python-format msgid "" "4 column based index found. It might be a bug of extensions you use: %r" msgstr "" -#: sphinx/transforms/__init__.py:301 +#: sphinx/transforms/__init__.py:303 #, python-format msgid "Footnote [%s] is not referenced." msgstr "" -#: sphinx/transforms/__init__.py:307 +#: sphinx/transforms/__init__.py:309 msgid "Footnote [#] is not referenced." msgstr "" @@ -3215,7 +3233,7 @@ msgstr "" msgid "failed" msgstr "" -#: sphinx/util/docutils.py:321 +#: sphinx/util/docutils.py:320 msgid "when adding directive classes, no additional arguments may be given" msgstr "" @@ -3276,15 +3294,15 @@ msgstr "" msgid "Permalink to this code" msgstr "" -#: sphinx/writers/html.py:514 sphinx/writers/html5.py:460 +#: sphinx/writers/html.py:512 sphinx/writers/html5.py:458 msgid "Permalink to this image" msgstr "" -#: sphinx/writers/html.py:516 sphinx/writers/html5.py:462 +#: sphinx/writers/html.py:514 sphinx/writers/html5.py:460 msgid "Permalink to this toctree" msgstr "" -#: sphinx/writers/html.py:674 sphinx/writers/html5.py:608 +#: sphinx/writers/html.py:672 sphinx/writers/html5.py:606 msgid "Could not obtain image size. :scale: option is ignored." msgstr "" @@ -3321,12 +3339,12 @@ msgstr "" msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: sphinx/writers/latex.py:1843 +#: sphinx/writers/latex.py:1847 #, python-format msgid "unknown index entry type %s found" msgstr "" -#: sphinx/writers/latex.py:2552 +#: sphinx/writers/latex.py:2560 #, python-format msgid "Unknown configure key: latex_elements[%r] is ignored." msgstr "" @@ -3344,12 +3362,12 @@ msgstr "[paveiksliukas]" msgid "caption not inside a figure." msgstr "" -#: sphinx/writers/texinfo.py:1421 +#: sphinx/writers/texinfo.py:1422 #, python-format msgid "unimplemented node type: %r" msgstr "" -#: sphinx/writers/texinfo.py:1426 +#: sphinx/writers/texinfo.py:1427 #, python-format msgid "unknown node type: %r" msgstr "" diff --git a/sphinx/locale/lv/LC_MESSAGES/sphinx.mo b/sphinx/locale/lv/LC_MESSAGES/sphinx.mo index e67e38c531..64d5c3c322 100644 Binary files a/sphinx/locale/lv/LC_MESSAGES/sphinx.mo and b/sphinx/locale/lv/LC_MESSAGES/sphinx.mo differ diff --git a/sphinx/locale/lv/LC_MESSAGES/sphinx.po b/sphinx/locale/lv/LC_MESSAGES/sphinx.po index 1b1b36ed07..bcfda0332f 100644 --- a/sphinx/locale/lv/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/lv/LC_MESSAGES/sphinx.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2019-02-18 01:52+0900\n" -"PO-Revision-Date: 2019-03-14 16:36+0000\n" +"POT-Creation-Date: 2019-03-29 01:05+0900\n" +"PO-Revision-Date: 2019-03-28 16:08+0000\n" "Last-Translator: Takeshi KOMIYA \n" "Language-Team: Latvian (http://www.transifex.com/sphinx-doc/sphinx-1/language/lv/)\n" "MIME-Version: 1.0\n" @@ -121,7 +121,7 @@ msgstr "" msgid "role %r is already registered, it will be overridden" msgstr "" -#: sphinx/application.py:1182 +#: sphinx/application.py:1179 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -129,7 +129,7 @@ msgid "" "explicit" msgstr "" -#: sphinx/application.py:1188 +#: sphinx/application.py:1185 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -137,7 +137,7 @@ msgid "" "explicit" msgstr "" -#: sphinx/application.py:1199 +#: sphinx/application.py:1196 #, python-format msgid "doing serial %s" msgstr "" @@ -586,44 +586,44 @@ msgstr "" msgid "preparing documents" msgstr "" -#: sphinx/builders/_epub_base.py:219 +#: sphinx/builders/_epub_base.py:218 #, python-format msgid "duplicated ToC entry found: %s" msgstr "" -#: sphinx/builders/_epub_base.py:415 sphinx/builders/html.py:761 -#: sphinx/builders/latex/__init__.py:413 sphinx/builders/texinfo.py:190 +#: sphinx/builders/_epub_base.py:414 sphinx/builders/html.py:761 +#: sphinx/builders/latex/__init__.py:415 sphinx/builders/texinfo.py:190 msgid "copying images... " msgstr "" -#: sphinx/builders/_epub_base.py:422 +#: sphinx/builders/_epub_base.py:421 #, python-format msgid "cannot read image file %r: copying it instead" msgstr "" -#: sphinx/builders/_epub_base.py:428 sphinx/builders/html.py:769 -#: sphinx/builders/latex/__init__.py:421 sphinx/builders/texinfo.py:198 +#: sphinx/builders/_epub_base.py:427 sphinx/builders/html.py:769 +#: sphinx/builders/latex/__init__.py:423 sphinx/builders/texinfo.py:199 #, python-format msgid "cannot copy image file %r: %s" msgstr "" -#: sphinx/builders/_epub_base.py:445 +#: sphinx/builders/_epub_base.py:444 #, python-format msgid "cannot write image file %r: %s" msgstr "" -#: sphinx/builders/_epub_base.py:456 +#: sphinx/builders/_epub_base.py:455 msgid "Pillow not found - copying image files" msgstr "" -#: sphinx/builders/_epub_base.py:491 sphinx/builders/_epub_base.py:504 -#: sphinx/builders/_epub_base.py:540 sphinx/builders/_epub_base.py:725 -#: sphinx/builders/_epub_base.py:758 sphinx/builders/epub3.py:184 +#: sphinx/builders/_epub_base.py:490 sphinx/builders/_epub_base.py:503 +#: sphinx/builders/_epub_base.py:539 sphinx/builders/_epub_base.py:724 +#: sphinx/builders/_epub_base.py:757 sphinx/builders/epub3.py:183 #, python-format msgid "writing %s file..." msgstr "" -#: sphinx/builders/_epub_base.py:566 +#: sphinx/builders/_epub_base.py:565 #, python-format msgid "unknown mimetype for %s, ignoring" msgstr "" @@ -642,19 +642,19 @@ msgstr "" msgid "writing summary file..." msgstr "" -#: sphinx/builders/changes.py:87 +#: sphinx/builders/changes.py:86 msgid "Builtins" msgstr "Iebūvētie" -#: sphinx/builders/changes.py:89 +#: sphinx/builders/changes.py:88 msgid "Module level" msgstr "Moduļu līmenis" -#: sphinx/builders/changes.py:134 +#: sphinx/builders/changes.py:133 msgid "copying source files..." msgstr "" -#: sphinx/builders/changes.py:141 +#: sphinx/builders/changes.py:140 #, python-format msgid "could not read %r for changelog creation" msgstr "" @@ -663,76 +663,76 @@ msgstr "" msgid "The dummy builder generates no files." msgstr "" -#: sphinx/builders/epub3.py:69 +#: sphinx/builders/epub3.py:68 #, python-format msgid "The ePub file is in %(outdir)s." msgstr "" -#: sphinx/builders/epub3.py:212 +#: sphinx/builders/epub3.py:211 msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:216 +#: sphinx/builders/epub3.py:215 msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:219 +#: sphinx/builders/epub3.py:218 msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:223 +#: sphinx/builders/epub3.py:222 msgid "conf value \"epub_author\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:226 +#: sphinx/builders/epub3.py:225 msgid "conf value \"epub_contributor\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:229 +#: sphinx/builders/epub3.py:228 msgid "conf value \"epub_description\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:232 +#: sphinx/builders/epub3.py:231 msgid "conf value \"epub_publisher\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:235 +#: sphinx/builders/epub3.py:234 msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:239 +#: sphinx/builders/epub3.py:238 msgid "conf value \"epub_identifier\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:242 +#: sphinx/builders/epub3.py:241 msgid "conf value \"version\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:257 sphinx/builders/html.py:1166 +#: sphinx/builders/epub3.py:256 sphinx/builders/html.py:1166 #, python-format msgid "invalid css_file: %r, ignored" msgstr "" -#: sphinx/builders/gettext.py:215 +#: sphinx/builders/gettext.py:221 #, python-format msgid "The message catalogs are in %(outdir)s." msgstr "" -#: sphinx/builders/gettext.py:239 +#: sphinx/builders/gettext.py:245 #, python-format msgid "building [%s]: " msgstr "" -#: sphinx/builders/gettext.py:240 +#: sphinx/builders/gettext.py:246 #, python-format msgid "targets for %d template files" msgstr "" -#: sphinx/builders/gettext.py:244 +#: sphinx/builders/gettext.py:250 msgid "reading templates... " msgstr "" -#: sphinx/builders/gettext.py:271 +#: sphinx/builders/gettext.py:277 msgid "writing message catalogs... " msgstr "" @@ -751,7 +751,7 @@ msgstr "" msgid "Failed to read build info file: %r" msgstr "" -#: sphinx/builders/html.py:488 sphinx/builders/latex/__init__.py:204 +#: sphinx/builders/html.py:488 sphinx/builders/latex/__init__.py:206 #: sphinx/transforms/__init__.py:121 sphinx/writers/manpage.py:118 #: sphinx/writers/texinfo.py:243 #, python-format @@ -804,7 +804,7 @@ msgstr "" msgid "html_static_path entry %r does not exist" msgstr "" -#: sphinx/builders/html.py:839 sphinx/builders/latex/__init__.py:398 +#: sphinx/builders/html.py:839 sphinx/builders/latex/__init__.py:400 #, python-format msgid "logo file %r does not exist" msgstr "" @@ -921,7 +921,7 @@ msgstr "" msgid "no \"man_pages\" config value found; no manual pages will be written" msgstr "" -#: sphinx/builders/latex/__init__.py:270 sphinx/builders/manpage.py:64 +#: sphinx/builders/latex/__init__.py:272 sphinx/builders/manpage.py:64 #: sphinx/builders/singlehtml.py:174 sphinx/builders/texinfo.py:120 msgid "writing" msgstr "" @@ -965,24 +965,24 @@ msgstr "" msgid "\"texinfo_documents\" config value references unknown document %s" msgstr "" -#: sphinx/builders/latex/__init__.py:253 sphinx/builders/texinfo.py:116 +#: sphinx/builders/latex/__init__.py:255 sphinx/builders/texinfo.py:116 #, python-format msgid "processing %s" msgstr "" -#: sphinx/builders/latex/__init__.py:322 sphinx/builders/texinfo.py:163 +#: sphinx/builders/latex/__init__.py:323 sphinx/builders/texinfo.py:164 msgid "resolving references..." msgstr "" -#: sphinx/builders/latex/__init__.py:332 sphinx/builders/texinfo.py:172 +#: sphinx/builders/latex/__init__.py:333 sphinx/builders/texinfo.py:173 msgid " (in " msgstr " (iekš " -#: sphinx/builders/texinfo.py:204 +#: sphinx/builders/texinfo.py:205 msgid "copying Texinfo support files" msgstr "" -#: sphinx/builders/texinfo.py:208 +#: sphinx/builders/texinfo.py:209 #, python-format msgid "error writing file Makefile: %s" msgstr "" @@ -1002,28 +1002,28 @@ msgstr "" msgid "The pseudo-XML files are in %(outdir)s." msgstr "" -#: sphinx/builders/latex/__init__.py:121 +#: sphinx/builders/latex/__init__.py:123 #, python-format msgid "The LaTeX files are in %(outdir)s." msgstr "" -#: sphinx/builders/latex/__init__.py:123 +#: sphinx/builders/latex/__init__.py:125 msgid "" "\n" "Run 'make' in that directory to run these through (pdf)latex\n" "(use `make latexpdf' here to do that automatically)." msgstr "" -#: sphinx/builders/latex/__init__.py:163 +#: sphinx/builders/latex/__init__.py:165 msgid "no \"latex_documents\" config value found; no documents will be written" msgstr "" -#: sphinx/builders/latex/__init__.py:171 +#: sphinx/builders/latex/__init__.py:173 #, python-format msgid "\"latex_documents\" config value references unknown document %s" msgstr "" -#: sphinx/builders/latex/__init__.py:211 sphinx/domains/std.py:501 +#: sphinx/builders/latex/__init__.py:213 sphinx/domains/std.py:501 #: sphinx/templates/latex/latex.tex_t:79 #: sphinx/themes/basic/genindex-single.html:30 #: sphinx/themes/basic/genindex-single.html:55 @@ -1035,28 +1035,28 @@ msgstr "" msgid "Index" msgstr "Indekss" -#: sphinx/builders/latex/__init__.py:214 sphinx/templates/latex/latex.tex_t:64 +#: sphinx/builders/latex/__init__.py:216 sphinx/templates/latex/latex.tex_t:64 msgid "Release" msgstr "Izlaidums" -#: sphinx/builders/latex/__init__.py:222 sphinx/writers/latex.py:549 +#: sphinx/builders/latex/__init__.py:224 sphinx/writers/latex.py:549 #, python-format msgid "no Babel option known for language %r" msgstr "" -#: sphinx/builders/latex/__init__.py:361 +#: sphinx/builders/latex/__init__.py:363 msgid "copying TeX support files" msgstr "" -#: sphinx/builders/latex/__init__.py:382 +#: sphinx/builders/latex/__init__.py:384 msgid "copying TeX support files..." msgstr "" -#: sphinx/builders/latex/__init__.py:402 +#: sphinx/builders/latex/__init__.py:404 msgid "copying additional files" msgstr "" -#: sphinx/builders/latex/__init__.py:445 +#: sphinx/builders/latex/__init__.py:447 #, python-format msgid "Unknown configure key: latex_elements[%r]. ignored." msgstr "" @@ -1119,8 +1119,8 @@ msgstr "" msgid "job number should be a positive number" msgstr "" -#: sphinx/cmd/build.py:106 sphinx/cmd/quickstart.py:498 -#: sphinx/ext/apidoc.py:298 sphinx/ext/autosummary/generate.py:365 +#: sphinx/cmd/build.py:106 sphinx/cmd/quickstart.py:497 +#: sphinx/ext/apidoc.py:298 sphinx/ext/autosummary/generate.py:363 msgid "For more information, visit ." msgstr "" @@ -1497,13 +1497,13 @@ msgstr "" msgid "Indicate which of the following Sphinx extensions should be enabled:" msgstr "" -#: sphinx/cmd/quickstart.py:354 +#: sphinx/cmd/quickstart.py:353 msgid "" "Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " "been deselected." msgstr "" -#: sphinx/cmd/quickstart.py:359 +#: sphinx/cmd/quickstart.py:358 msgid "" "\n" "A Makefile and a Windows command file can be generated for you so that you\n" @@ -1511,29 +1511,29 @@ msgid "" "directly." msgstr "" -#: sphinx/cmd/quickstart.py:363 +#: sphinx/cmd/quickstart.py:362 msgid "Create Makefile? (y/n)" msgstr "" -#: sphinx/cmd/quickstart.py:366 +#: sphinx/cmd/quickstart.py:365 msgid "Create Windows command file? (y/n)" msgstr "" -#: sphinx/cmd/quickstart.py:409 sphinx/ext/apidoc.py:74 +#: sphinx/cmd/quickstart.py:408 sphinx/ext/apidoc.py:74 #, python-format msgid "Creating file %s." msgstr "" -#: sphinx/cmd/quickstart.py:414 sphinx/ext/apidoc.py:72 +#: sphinx/cmd/quickstart.py:413 sphinx/ext/apidoc.py:72 #, python-format msgid "File %s already exists, skipping." msgstr "" -#: sphinx/cmd/quickstart.py:450 +#: sphinx/cmd/quickstart.py:449 msgid "Finished: An initial directory structure has been created." msgstr "" -#: sphinx/cmd/quickstart.py:451 +#: sphinx/cmd/quickstart.py:450 #, python-format msgid "" "\n" @@ -1541,26 +1541,26 @@ msgid "" "source files. " msgstr "" -#: sphinx/cmd/quickstart.py:453 +#: sphinx/cmd/quickstart.py:452 msgid "" "Use the Makefile to build the docs, like so:\n" " make builder\n" msgstr "" -#: sphinx/cmd/quickstart.py:456 +#: sphinx/cmd/quickstart.py:455 #, python-format msgid "" "Use the sphinx-build command to build the docs, like so:\n" " sphinx-build -b builder %s %s\n" msgstr "" -#: sphinx/cmd/quickstart.py:459 +#: sphinx/cmd/quickstart.py:458 msgid "" "where \"builder\" is one of the supported builders, e.g. html, latex or " "linkcheck.\n" msgstr "" -#: sphinx/cmd/quickstart.py:499 +#: sphinx/cmd/quickstart.py:498 msgid "" "\n" "Generate required files for a Sphinx project.\n" @@ -1570,131 +1570,131 @@ msgid "" "Makefile to be used with sphinx-build.\n" msgstr "" -#: sphinx/cmd/quickstart.py:509 +#: sphinx/cmd/quickstart.py:508 msgid "quiet mode" msgstr "" -#: sphinx/cmd/quickstart.py:514 +#: sphinx/cmd/quickstart.py:513 msgid "output path" msgstr "" -#: sphinx/cmd/quickstart.py:516 +#: sphinx/cmd/quickstart.py:515 msgid "Structure options" msgstr "" -#: sphinx/cmd/quickstart.py:518 +#: sphinx/cmd/quickstart.py:517 msgid "if specified, separate source and build dirs" msgstr "" -#: sphinx/cmd/quickstart.py:520 +#: sphinx/cmd/quickstart.py:519 msgid "replacement for dot in _templates etc." msgstr "" -#: sphinx/cmd/quickstart.py:522 +#: sphinx/cmd/quickstart.py:521 msgid "Project basic options" msgstr "" -#: sphinx/cmd/quickstart.py:524 +#: sphinx/cmd/quickstart.py:523 msgid "project name" msgstr "" -#: sphinx/cmd/quickstart.py:526 +#: sphinx/cmd/quickstart.py:525 msgid "author names" msgstr "" -#: sphinx/cmd/quickstart.py:528 +#: sphinx/cmd/quickstart.py:527 msgid "version of project" msgstr "" -#: sphinx/cmd/quickstart.py:530 +#: sphinx/cmd/quickstart.py:529 msgid "release of project" msgstr "" -#: sphinx/cmd/quickstart.py:532 +#: sphinx/cmd/quickstart.py:531 msgid "document language" msgstr "" -#: sphinx/cmd/quickstart.py:534 +#: sphinx/cmd/quickstart.py:533 msgid "source file suffix" msgstr "" -#: sphinx/cmd/quickstart.py:536 +#: sphinx/cmd/quickstart.py:535 msgid "master document name" msgstr "" -#: sphinx/cmd/quickstart.py:538 +#: sphinx/cmd/quickstart.py:537 msgid "use epub" msgstr "" -#: sphinx/cmd/quickstart.py:540 +#: sphinx/cmd/quickstart.py:539 msgid "Extension options" msgstr "" -#: sphinx/cmd/quickstart.py:544 sphinx/ext/apidoc.py:379 +#: sphinx/cmd/quickstart.py:543 sphinx/ext/apidoc.py:379 #, python-format msgid "enable %s extension" msgstr "" -#: sphinx/cmd/quickstart.py:546 sphinx/ext/apidoc.py:375 +#: sphinx/cmd/quickstart.py:545 sphinx/ext/apidoc.py:375 msgid "enable arbitrary extensions" msgstr "" -#: sphinx/cmd/quickstart.py:548 +#: sphinx/cmd/quickstart.py:547 msgid "Makefile and Batchfile creation" msgstr "" -#: sphinx/cmd/quickstart.py:550 +#: sphinx/cmd/quickstart.py:549 msgid "create makefile" msgstr "" -#: sphinx/cmd/quickstart.py:552 +#: sphinx/cmd/quickstart.py:551 msgid "do not create makefile" msgstr "" -#: sphinx/cmd/quickstart.py:554 +#: sphinx/cmd/quickstart.py:553 msgid "create batchfile" msgstr "" -#: sphinx/cmd/quickstart.py:557 +#: sphinx/cmd/quickstart.py:556 msgid "do not create batchfile" msgstr "" -#: sphinx/cmd/quickstart.py:560 +#: sphinx/cmd/quickstart.py:559 msgid "use make-mode for Makefile/make.bat" msgstr "" -#: sphinx/cmd/quickstart.py:563 +#: sphinx/cmd/quickstart.py:562 msgid "do not use make-mode for Makefile/make.bat" msgstr "" -#: sphinx/cmd/quickstart.py:565 +#: sphinx/cmd/quickstart.py:564 msgid "Project templating" msgstr "" -#: sphinx/cmd/quickstart.py:568 +#: sphinx/cmd/quickstart.py:567 msgid "template directory for template files" msgstr "" -#: sphinx/cmd/quickstart.py:571 +#: sphinx/cmd/quickstart.py:570 msgid "define a template variable" msgstr "" -#: sphinx/cmd/quickstart.py:605 +#: sphinx/cmd/quickstart.py:604 msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." msgstr "" -#: sphinx/cmd/quickstart.py:619 +#: sphinx/cmd/quickstart.py:618 msgid "" "Error: specified path is not a directory, or sphinx files already exist." msgstr "" -#: sphinx/cmd/quickstart.py:621 +#: sphinx/cmd/quickstart.py:620 msgid "" "sphinx-quickstart only generate into a empty directory. Please specify a new" " root path." msgstr "" -#: sphinx/cmd/quickstart.py:636 +#: sphinx/cmd/quickstart.py:635 #, python-format msgid "Invalid template variable: %s" msgstr "" @@ -1766,17 +1766,17 @@ msgstr "Autors: " msgid "%s %s" msgstr "%s %s" -#: sphinx/domains/c.py:64 sphinx/domains/cpp.py:6371 +#: sphinx/domains/c.py:64 sphinx/domains/cpp.py:6445 #: sphinx/domains/python.py:210 sphinx/ext/napoleon/docstring.py:696 msgid "Parameters" msgstr "Parametri" -#: sphinx/domains/c.py:67 sphinx/domains/cpp.py:6380 -#: sphinx/domains/javascript.py:210 sphinx/domains/python.py:222 +#: sphinx/domains/c.py:67 sphinx/domains/cpp.py:6454 +#: sphinx/domains/javascript.py:209 sphinx/domains/python.py:222 msgid "Returns" msgstr "Atgriež" -#: sphinx/domains/c.py:69 sphinx/domains/javascript.py:212 +#: sphinx/domains/c.py:69 sphinx/domains/javascript.py:211 #: sphinx/domains/python.py:224 msgid "Return type" msgstr "Atgriežamais tips" @@ -1806,12 +1806,12 @@ msgstr "%s (C tips)" msgid "%s (C variable)" msgstr "%s (C mainīgais)" -#: sphinx/domains/c.py:258 sphinx/domains/cpp.py:6956 -#: sphinx/domains/javascript.py:298 sphinx/domains/python.py:741 +#: sphinx/domains/c.py:258 sphinx/domains/cpp.py:7029 +#: sphinx/domains/javascript.py:297 sphinx/domains/python.py:742 msgid "function" msgstr "funkcija" -#: sphinx/domains/c.py:259 sphinx/domains/cpp.py:6957 +#: sphinx/domains/c.py:259 sphinx/domains/cpp.py:7030 msgid "member" msgstr "loceklis" @@ -1819,7 +1819,7 @@ msgstr "loceklis" msgid "macro" msgstr "makross" -#: sphinx/domains/c.py:261 sphinx/domains/cpp.py:6958 +#: sphinx/domains/c.py:261 sphinx/domains/cpp.py:7031 msgid "type" msgstr "tips" @@ -1842,106 +1842,106 @@ msgstr "Mainīts versijā %s" msgid "Deprecated since version %s" msgstr "Neieteicams no versijas %s" -#: sphinx/domains/cpp.py:4297 +#: sphinx/domains/cpp.py:4323 #, python-format msgid "" "Duplicate declaration, also defined in '%s'.\n" "Declaration is '%s'." msgstr "" -#: sphinx/domains/cpp.py:6374 +#: sphinx/domains/cpp.py:6448 msgid "Template Parameters" msgstr "" -#: sphinx/domains/cpp.py:6377 sphinx/domains/javascript.py:207 +#: sphinx/domains/cpp.py:6451 sphinx/domains/javascript.py:206 msgid "Throws" msgstr "Izmet" -#: sphinx/domains/cpp.py:6505 +#: sphinx/domains/cpp.py:6579 #, python-format msgid "%s (C++ %s)" msgstr "" -#: sphinx/domains/cpp.py:6954 sphinx/domains/javascript.py:300 -#: sphinx/domains/python.py:743 +#: sphinx/domains/cpp.py:7027 sphinx/domains/javascript.py:299 +#: sphinx/domains/python.py:744 msgid "class" msgstr "klase" -#: sphinx/domains/cpp.py:6955 +#: sphinx/domains/cpp.py:7028 msgid "union" msgstr "" -#: sphinx/domains/cpp.py:6959 +#: sphinx/domains/cpp.py:7032 msgid "concept" msgstr "" -#: sphinx/domains/cpp.py:6960 +#: sphinx/domains/cpp.py:7033 msgid "enum" msgstr "" -#: sphinx/domains/cpp.py:6961 +#: sphinx/domains/cpp.py:7034 msgid "enumerator" msgstr "" -#: sphinx/domains/cpp.py:7054 +#: sphinx/domains/cpp.py:7127 #, python-format msgid "" "Duplicate declaration, also defined in '%s'.\n" "Name of declaration is '%s'." msgstr "" -#: sphinx/domains/javascript.py:131 sphinx/domains/python.py:429 +#: sphinx/domains/javascript.py:130 sphinx/domains/python.py:430 #, python-format msgid "%s() (built-in function)" msgstr "%s() (iebūvēta funkcija)" -#: sphinx/domains/javascript.py:132 sphinx/domains/python.py:494 +#: sphinx/domains/javascript.py:131 sphinx/domains/python.py:495 #, python-format msgid "%s() (%s method)" msgstr "%s() (%s metods)" -#: sphinx/domains/javascript.py:134 +#: sphinx/domains/javascript.py:133 #, python-format msgid "%s() (class)" msgstr "" -#: sphinx/domains/javascript.py:136 +#: sphinx/domains/javascript.py:135 #, python-format msgid "%s (global variable or constant)" msgstr "%s (globālais mainīgais vai konstanta)" -#: sphinx/domains/javascript.py:138 sphinx/domains/python.py:532 +#: sphinx/domains/javascript.py:137 sphinx/domains/python.py:533 #, python-format msgid "%s (%s attribute)" msgstr "%s (%s atributs)" -#: sphinx/domains/javascript.py:204 +#: sphinx/domains/javascript.py:203 msgid "Arguments" msgstr "Argumenti" -#: sphinx/domains/javascript.py:265 sphinx/domains/python.py:609 +#: sphinx/domains/javascript.py:264 sphinx/domains/python.py:610 #, python-format msgid "%s (module)" msgstr "%s (modulis)" -#: sphinx/domains/javascript.py:299 sphinx/domains/python.py:745 +#: sphinx/domains/javascript.py:298 sphinx/domains/python.py:746 msgid "method" msgstr "metods" -#: sphinx/domains/javascript.py:301 sphinx/domains/python.py:742 +#: sphinx/domains/javascript.py:300 sphinx/domains/python.py:743 msgid "data" msgstr "dati" -#: sphinx/domains/javascript.py:302 sphinx/domains/python.py:748 +#: sphinx/domains/javascript.py:301 sphinx/domains/python.py:749 msgid "attribute" msgstr "atributs" -#: sphinx/domains/javascript.py:303 sphinx/domains/python.py:49 -#: sphinx/domains/python.py:749 +#: sphinx/domains/javascript.py:302 sphinx/domains/python.py:49 +#: sphinx/domains/python.py:750 msgid "module" msgstr "modulis" -#: sphinx/domains/math.py:101 sphinx/writers/latex.py:2451 +#: sphinx/domains/math.py:101 sphinx/writers/latex.py:2459 #, python-format msgid "Invalid math_eqref_format: %r" msgstr "" @@ -1963,7 +1963,7 @@ msgstr "operators" msgid "object" msgstr "objekts" -#: sphinx/domains/python.py:53 sphinx/domains/python.py:744 +#: sphinx/domains/python.py:53 sphinx/domains/python.py:745 msgid "exception" msgstr "izņēmums" @@ -1983,88 +1983,88 @@ msgstr "Mainīgie" msgid "Raises" msgstr "Ceļ" -#: sphinx/domains/python.py:430 sphinx/domains/python.py:488 -#: sphinx/domains/python.py:500 sphinx/domains/python.py:513 +#: sphinx/domains/python.py:431 sphinx/domains/python.py:489 +#: sphinx/domains/python.py:501 sphinx/domains/python.py:514 #, python-format msgid "%s() (in module %s)" msgstr "%s() (moduļī %s)" -#: sphinx/domains/python.py:433 +#: sphinx/domains/python.py:434 #, python-format msgid "%s (built-in variable)" msgstr "%s (iebūvētais mainīgais)" -#: sphinx/domains/python.py:434 sphinx/domains/python.py:526 +#: sphinx/domains/python.py:435 sphinx/domains/python.py:527 #, python-format msgid "%s (in module %s)" msgstr "%s (moduļī %s)" -#: sphinx/domains/python.py:454 +#: sphinx/domains/python.py:455 #, python-format msgid "%s (built-in class)" msgstr "%s (iebūvēta klase)" -#: sphinx/domains/python.py:455 +#: sphinx/domains/python.py:456 #, python-format msgid "%s (class in %s)" msgstr "%s (klase iekš %s)" -#: sphinx/domains/python.py:492 +#: sphinx/domains/python.py:493 #, python-format msgid "%s() (%s.%s method)" msgstr "%s() (%s.%s metods)" -#: sphinx/domains/python.py:504 +#: sphinx/domains/python.py:505 #, python-format msgid "%s() (%s.%s static method)" msgstr "%s() (%s.%s statiskais metods)" -#: sphinx/domains/python.py:507 +#: sphinx/domains/python.py:508 #, python-format msgid "%s() (%s static method)" msgstr "%s() (%s statiskais metods)" -#: sphinx/domains/python.py:517 +#: sphinx/domains/python.py:518 #, python-format msgid "%s() (%s.%s class method)" msgstr "%s() (%s.%s klases metods)" -#: sphinx/domains/python.py:520 +#: sphinx/domains/python.py:521 #, python-format msgid "%s() (%s class method)" msgstr "%s() (%s klases metods)" -#: sphinx/domains/python.py:530 +#: sphinx/domains/python.py:531 #, python-format msgid "%s (%s.%s attribute)" msgstr "%s (%s.%s atributs)" -#: sphinx/domains/python.py:667 +#: sphinx/domains/python.py:668 msgid "Python Module Index" msgstr "" -#: sphinx/domains/python.py:668 +#: sphinx/domains/python.py:669 msgid "modules" msgstr "moduļi" -#: sphinx/domains/python.py:719 +#: sphinx/domains/python.py:720 msgid "Deprecated" msgstr "Nav ieteicams" -#: sphinx/domains/python.py:746 +#: sphinx/domains/python.py:747 msgid "class method" msgstr "klases metods" -#: sphinx/domains/python.py:747 +#: sphinx/domains/python.py:748 msgid "static method" msgstr "statiskais metods" -#: sphinx/domains/python.py:879 +#: sphinx/domains/python.py:880 #, python-format msgid "more than one target found for cross-reference %r: %s" msgstr "" -#: sphinx/domains/python.py:917 +#: sphinx/domains/python.py:918 msgid " (deprecated)" msgstr "" @@ -2140,7 +2140,7 @@ msgstr "Atlases lapa" msgid "duplicate citation %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:631 sphinx/ext/autosectionlabel.py:61 +#: sphinx/domains/std.py:631 sphinx/ext/autosectionlabel.py:56 #, python-format msgid "duplicate label %s, other instance in %s" msgstr "" @@ -2200,21 +2200,21 @@ msgid "" "another doctree directory." msgstr "" -#: sphinx/environment/__init__.py:408 +#: sphinx/environment/__init__.py:404 #, python-format msgid "Failed to scan documents in %s: %r" msgstr "" -#: sphinx/environment/__init__.py:536 +#: sphinx/environment/__init__.py:532 #, python-format msgid "Domain %r is not registered" msgstr "" -#: sphinx/environment/__init__.py:621 +#: sphinx/environment/__init__.py:617 msgid "self referenced toctree found. Ignored." msgstr "" -#: sphinx/environment/__init__.py:662 +#: sphinx/environment/__init__.py:658 msgid "document isn't included in any toctree" msgstr "" @@ -2234,6 +2234,7 @@ msgid "unknown index entry type %r" msgstr "" #: sphinx/environment/adapters/indexentries.py:156 +#: sphinx/templates/latex/sphinxmessages.sty_t:11 msgid "Symbols" msgstr "" @@ -2259,22 +2260,22 @@ msgstr "" msgid "toctree contains reference to nonexisting document %r" msgstr "" -#: sphinx/environment/collectors/asset.py:91 +#: sphinx/environment/collectors/asset.py:90 #, python-format msgid "image file not readable: %s" msgstr "" -#: sphinx/environment/collectors/asset.py:107 +#: sphinx/environment/collectors/asset.py:106 #, python-format msgid "image file %s not readable: %s" msgstr "" -#: sphinx/environment/collectors/asset.py:135 +#: sphinx/environment/collectors/asset.py:134 #, python-format msgid "download file not readable: %s" msgstr "" -#: sphinx/environment/collectors/toctree.py:197 +#: sphinx/environment/collectors/toctree.py:196 #, python-format msgid "%s is already assigned section numbers (nested numbered toctree?)" msgstr "" @@ -2418,38 +2419,38 @@ msgstr "" msgid "module %s could not be imported: %s" msgstr "" -#: sphinx/ext/doctest.py:142 +#: sphinx/ext/doctest.py:132 #, python-format msgid "missing '+' or '-' in '%s' option." msgstr "" -#: sphinx/ext/doctest.py:147 +#: sphinx/ext/doctest.py:137 #, python-format msgid "'%s' is not a valid option." msgstr "" -#: sphinx/ext/doctest.py:161 +#: sphinx/ext/doctest.py:151 #, python-format msgid "'%s' is not a valid pyversion option" msgstr "" -#: sphinx/ext/doctest.py:230 +#: sphinx/ext/doctest.py:222 msgid "invalid TestCode type" msgstr "" -#: sphinx/ext/doctest.py:291 +#: sphinx/ext/doctest.py:283 #, python-format msgid "" "Testing of doctests in the sources finished, look at the results in " "%(outdir)s/output.txt." msgstr "" -#: sphinx/ext/doctest.py:438 +#: sphinx/ext/doctest.py:446 #, python-format msgid "no code/output in %s block at %s:%s" msgstr "" -#: sphinx/ext/doctest.py:527 +#: sphinx/ext/doctest.py:535 #, python-format msgid "ignoring invalid doctest code: %r" msgstr "" @@ -2467,7 +2468,7 @@ msgstr "" msgid "Ignoring \"graphviz\" directive without content." msgstr "" -#: sphinx/ext/graphviz.py:252 +#: sphinx/ext/graphviz.py:250 #, python-format msgid "" "dot did not produce an output file:\n" @@ -2477,14 +2478,14 @@ msgid "" "%r" msgstr "" -#: sphinx/ext/graphviz.py:256 +#: sphinx/ext/graphviz.py:254 #, python-format msgid "" "dot command %r cannot be run (needed for graphviz output), check the " "graphviz_dot setting" msgstr "" -#: sphinx/ext/graphviz.py:263 +#: sphinx/ext/graphviz.py:261 #, python-format msgid "" "dot exited with error:\n" @@ -2494,23 +2495,23 @@ msgid "" "%r" msgstr "" -#: sphinx/ext/graphviz.py:273 +#: sphinx/ext/graphviz.py:271 #, python-format msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" msgstr "" -#: sphinx/ext/graphviz.py:277 sphinx/ext/graphviz.py:331 -#: sphinx/ext/graphviz.py:369 +#: sphinx/ext/graphviz.py:275 sphinx/ext/graphviz.py:329 +#: sphinx/ext/graphviz.py:367 #, python-format msgid "dot code %r: %s" msgstr "" -#: sphinx/ext/graphviz.py:384 sphinx/ext/graphviz.py:393 +#: sphinx/ext/graphviz.py:382 sphinx/ext/graphviz.py:391 #, python-format msgid "[graph: %s]" msgstr "" -#: sphinx/ext/graphviz.py:386 sphinx/ext/graphviz.py:395 +#: sphinx/ext/graphviz.py:384 sphinx/ext/graphviz.py:393 msgid "[graph]" msgstr "" @@ -2529,31 +2530,31 @@ msgid "" "%r" msgstr "" -#: sphinx/ext/imgmath.py:140 +#: sphinx/ext/imgmath.py:139 #, python-format msgid "" "LaTeX command %r cannot be run (needed for math display), check the " "imgmath_latex setting" msgstr "" -#: sphinx/ext/imgmath.py:155 +#: sphinx/ext/imgmath.py:154 #, python-format msgid "" "%s command %r cannot be run (needed for math display), check the imgmath_%s " "setting" msgstr "" -#: sphinx/ext/imgmath.py:290 +#: sphinx/ext/imgmath.py:289 #, python-format msgid "display latex %r: %s" msgstr "" -#: sphinx/ext/imgmath.py:317 +#: sphinx/ext/imgmath.py:316 #, python-format msgid "inline latex %r: %s" msgstr "" -#: sphinx/ext/imgmath.py:324 sphinx/ext/mathjax.py:54 +#: sphinx/ext/imgmath.py:323 sphinx/ext/mathjax.py:54 msgid "Permalink to this equation" msgstr "" @@ -2573,26 +2574,26 @@ msgid "" "alternatives:" msgstr "" -#: sphinx/ext/intersphinx.py:237 +#: sphinx/ext/intersphinx.py:238 msgid "failed to reach any of the inventories with the following issues:" msgstr "" -#: sphinx/ext/intersphinx.py:312 +#: sphinx/ext/intersphinx.py:311 #, python-format msgid "(in %s v%s)" msgstr "" -#: sphinx/ext/intersphinx.py:314 +#: sphinx/ext/intersphinx.py:313 #, python-format msgid "(in %s)" msgstr "" -#: sphinx/ext/intersphinx.py:348 +#: sphinx/ext/intersphinx.py:347 #, python-format msgid "intersphinx identifier %r is not string. Ignored" msgstr "" -#: sphinx/ext/intersphinx.py:361 +#: sphinx/ext/intersphinx.py:360 #, python-format msgid "Fail to read intersphinx_mapping[%s], Ignored: %r" msgstr "" @@ -2648,29 +2649,29 @@ msgstr "Apskats: moduļa teksts" msgid "

All modules for which code is available

" msgstr "

Visi moduļi, kuriem ir izejas teksti

" -#: sphinx/ext/autodoc/__init__.py:302 +#: sphinx/ext/autodoc/__init__.py:300 #, python-format msgid "invalid signature for auto%s (%r)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:402 +#: sphinx/ext/autodoc/__init__.py:400 #, python-format msgid "error while formatting arguments for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:514 +#: sphinx/ext/autodoc/__init__.py:512 #, python-format msgid "missing attribute %s in object %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:602 +#: sphinx/ext/autodoc/__init__.py:600 #, python-format msgid "" "autodoc: failed to determine %r to be documented.the following exception was raised:\n" "%s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:694 +#: sphinx/ext/autodoc/__init__.py:692 #, python-format msgid "" "don't know which module to import for autodocumenting %r (try placing a " @@ -2678,39 +2679,39 @@ msgid "" "explicit module name)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:788 +#: sphinx/ext/autodoc/__init__.py:786 msgid "\"::\" in automodule name doesn't make sense" msgstr "" -#: sphinx/ext/autodoc/__init__.py:796 +#: sphinx/ext/autodoc/__init__.py:794 #, python-format msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:829 +#: sphinx/ext/autodoc/__init__.py:827 #, python-format msgid "" "__all__ should be a list of strings, not %r (in module %s) -- ignoring " "__all__" msgstr "" -#: sphinx/ext/autodoc/__init__.py:844 +#: sphinx/ext/autodoc/__init__.py:842 #, python-format msgid "" "missing attribute mentioned in :members: or __all__: module %s, attribute %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1128 +#: sphinx/ext/autodoc/__init__.py:1126 #, python-format msgid "Bases: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1185 +#: sphinx/ext/autodoc/__init__.py:1183 #, python-format msgid "alias of :class:`%s`" msgstr "aizstājvārds klasei :class:`%s`" -#: sphinx/ext/autodoc/__init__.py:1470 +#: sphinx/ext/autodoc/__init__.py:1468 #, python-format msgid "Ignoring invalid option in autodoc_default_flags: %r" msgstr "" @@ -2746,17 +2747,17 @@ msgid "" "contain .rst. Skipped." msgstr "" -#: sphinx/ext/autosummary/generate.py:102 +#: sphinx/ext/autosummary/generate.py:100 #, python-format msgid "[autosummary] generating autosummary for: %s" msgstr "" -#: sphinx/ext/autosummary/generate.py:106 +#: sphinx/ext/autosummary/generate.py:104 #, python-format msgid "[autosummary] writing to %s" msgstr "" -#: sphinx/ext/autosummary/generate.py:366 +#: sphinx/ext/autosummary/generate.py:364 msgid "" "\n" "Generate ReStructuredText using autosummary directives.\n" @@ -2771,25 +2772,25 @@ msgid "" " pydoc sphinx.ext.autosummary\n" msgstr "" -#: sphinx/ext/autosummary/generate.py:383 +#: sphinx/ext/autosummary/generate.py:381 msgid "source files to generate rST files for" msgstr "" -#: sphinx/ext/autosummary/generate.py:387 +#: sphinx/ext/autosummary/generate.py:385 msgid "directory to place all output in" msgstr "" -#: sphinx/ext/autosummary/generate.py:390 +#: sphinx/ext/autosummary/generate.py:388 #, python-format msgid "default suffix for files (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:394 +#: sphinx/ext/autosummary/generate.py:392 #, python-format msgid "custom template directory (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:398 +#: sphinx/ext/autosummary/generate.py:396 #, python-format msgid "document imported members (default: %(default)s)" msgstr "" @@ -2867,6 +2868,7 @@ msgid "Warning" msgstr "Brīdinājums" #: sphinx/templates/latex/longtable.tex_t:23 +#: sphinx/templates/latex/sphinxmessages.sty_t:8 msgid "continued from previous page" msgstr "turpinājums no iepriekšējās lappuses" @@ -2874,13 +2876,29 @@ msgstr "turpinājums no iepriekšējās lappuses" msgid "Continued on next page" msgstr "Turpnājums nākošā lappusē" +#: sphinx/templates/latex/sphinxmessages.sty_t:9 +msgid "continues on next page" +msgstr "" + +#: sphinx/templates/latex/sphinxmessages.sty_t:10 +msgid "Non-alphabetical" +msgstr "" + +#: sphinx/templates/latex/sphinxmessages.sty_t:12 +msgid "Numbers" +msgstr "" + +#: sphinx/templates/latex/sphinxmessages.sty_t:13 +msgid "page" +msgstr "" + #: sphinx/themes/agogo/layout.html:46 sphinx/themes/basic/globaltoc.html:10 #: sphinx/themes/basic/localtoc.html:11 sphinx/themes/scrolls/layout.html:41 msgid "Table of Contents" msgstr "" #: sphinx/themes/agogo/layout.html:51 sphinx/themes/basic/layout.html:153 -#: sphinx/themes/basic/search.html:11 sphinx/themes/basic/search.html:26 +#: sphinx/themes/basic/search.html:11 sphinx/themes/basic/search.html:21 #: sphinx/themes/basic/searchresults.html:10 msgid "Search" msgstr "Meklēt" @@ -3017,13 +3035,13 @@ msgstr "nākoša tēma" msgid "next chapter" msgstr "nākoša sadaļa" -#: sphinx/themes/basic/search.html:30 +#: sphinx/themes/basic/search.html:25 msgid "" "Please activate JavaScript to enable the search\n" " functionality." msgstr "Lai iespējotu meklēšanu, lūdzu aktivizēt JavaScript." -#: sphinx/themes/basic/search.html:35 +#: sphinx/themes/basic/search.html:30 msgid "" "From here you can search these documents. Enter your search\n" " words into the box below and click \"search\". Note that the search\n" @@ -3031,20 +3049,20 @@ msgid "" " containing fewer words won't appear in the result list." msgstr "Šeit Jūs varat meklēt šajos dokumentos. Norādiet meklējamus vārdus\n ievada lauka un uzklikšķiniet pogu \"meklēt\". Lūdzu ievērojiet,\n ka meklēšanas programma atradīs tikai tos dokumentus, kuros ir\n visi ievadītie vārdi. Dokumenti, kuros ir tikai daļa no ievadītiem\n vārdiem, netiks atlasīti." -#: sphinx/themes/basic/search.html:42 +#: sphinx/themes/basic/search.html:37 #: sphinx/themes/basic/searchresults.html:17 msgid "search" msgstr "meklēt" -#: sphinx/themes/basic/search.html:46 +#: sphinx/themes/basic/search.html:41 #: sphinx/themes/basic/searchresults.html:21 -#: sphinx/themes/basic/static/searchtools.js:295 +#: sphinx/themes/basic/static/searchtools.js:285 msgid "Search Results" msgstr "Atlases rezultāti" -#: sphinx/themes/basic/search.html:48 +#: sphinx/themes/basic/search.html:43 #: sphinx/themes/basic/searchresults.html:23 -#: sphinx/themes/basic/static/searchtools.js:297 +#: sphinx/themes/basic/static/searchtools.js:287 msgid "" "Your search did not match any documents. Please make sure that all words are" " spelled correctly and that you've selected enough categories." @@ -3102,20 +3120,20 @@ msgstr "Pastāvīga norāde uz šo definīciju" msgid "Hide Search Matches" msgstr "Paslēpt atlases vārdus" -#: sphinx/themes/basic/static/searchtools.js:131 +#: sphinx/themes/basic/static/searchtools.js:121 msgid "Searching" msgstr "" -#: sphinx/themes/basic/static/searchtools.js:136 +#: sphinx/themes/basic/static/searchtools.js:126 msgid "Preparing search..." msgstr "" -#: sphinx/themes/basic/static/searchtools.js:299 +#: sphinx/themes/basic/static/searchtools.js:289 #, python-format msgid "Search finished, found %s page(s) matching the search query." msgstr "" -#: sphinx/themes/basic/static/searchtools.js:352 +#: sphinx/themes/basic/static/searchtools.js:342 msgid ", in " msgstr "" @@ -3132,18 +3150,18 @@ msgstr "Savērst sānjoslu" msgid "Contents" msgstr "Saturs" -#: sphinx/transforms/__init__.py:259 +#: sphinx/transforms/__init__.py:261 #, python-format msgid "" "4 column based index found. It might be a bug of extensions you use: %r" msgstr "" -#: sphinx/transforms/__init__.py:301 +#: sphinx/transforms/__init__.py:303 #, python-format msgid "Footnote [%s] is not referenced." msgstr "" -#: sphinx/transforms/__init__.py:307 +#: sphinx/transforms/__init__.py:309 msgid "Footnote [#] is not referenced." msgstr "" @@ -3214,7 +3232,7 @@ msgstr "" msgid "failed" msgstr "" -#: sphinx/util/docutils.py:321 +#: sphinx/util/docutils.py:320 msgid "when adding directive classes, no additional arguments may be given" msgstr "" @@ -3275,15 +3293,15 @@ msgstr "" msgid "Permalink to this code" msgstr "" -#: sphinx/writers/html.py:514 sphinx/writers/html5.py:460 +#: sphinx/writers/html.py:512 sphinx/writers/html5.py:458 msgid "Permalink to this image" msgstr "" -#: sphinx/writers/html.py:516 sphinx/writers/html5.py:462 +#: sphinx/writers/html.py:514 sphinx/writers/html5.py:460 msgid "Permalink to this toctree" msgstr "" -#: sphinx/writers/html.py:674 sphinx/writers/html5.py:608 +#: sphinx/writers/html.py:672 sphinx/writers/html5.py:606 msgid "Could not obtain image size. :scale: option is ignored." msgstr "" @@ -3320,12 +3338,12 @@ msgstr "" msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: sphinx/writers/latex.py:1843 +#: sphinx/writers/latex.py:1847 #, python-format msgid "unknown index entry type %s found" msgstr "" -#: sphinx/writers/latex.py:2552 +#: sphinx/writers/latex.py:2560 #, python-format msgid "Unknown configure key: latex_elements[%r] is ignored." msgstr "" @@ -3343,12 +3361,12 @@ msgstr "[attēls]" msgid "caption not inside a figure." msgstr "" -#: sphinx/writers/texinfo.py:1421 +#: sphinx/writers/texinfo.py:1422 #, python-format msgid "unimplemented node type: %r" msgstr "" -#: sphinx/writers/texinfo.py:1426 +#: sphinx/writers/texinfo.py:1427 #, python-format msgid "unknown node type: %r" msgstr "" diff --git a/sphinx/locale/mk/LC_MESSAGES/sphinx.mo b/sphinx/locale/mk/LC_MESSAGES/sphinx.mo index 8b18fee52c..c89cf38253 100644 Binary files a/sphinx/locale/mk/LC_MESSAGES/sphinx.mo and b/sphinx/locale/mk/LC_MESSAGES/sphinx.mo differ diff --git a/sphinx/locale/mk/LC_MESSAGES/sphinx.po b/sphinx/locale/mk/LC_MESSAGES/sphinx.po index 53be3cf232..fc4a163869 100644 --- a/sphinx/locale/mk/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/mk/LC_MESSAGES/sphinx.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2019-02-18 01:52+0900\n" -"PO-Revision-Date: 2019-03-14 16:36+0000\n" +"POT-Creation-Date: 2019-03-29 01:05+0900\n" +"PO-Revision-Date: 2019-03-28 16:08+0000\n" "Last-Translator: Takeshi KOMIYA \n" "Language-Team: Macedonian (http://www.transifex.com/sphinx-doc/sphinx-1/language/mk/)\n" "MIME-Version: 1.0\n" @@ -122,7 +122,7 @@ msgstr "" msgid "role %r is already registered, it will be overridden" msgstr "" -#: sphinx/application.py:1182 +#: sphinx/application.py:1179 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -130,7 +130,7 @@ msgid "" "explicit" msgstr "" -#: sphinx/application.py:1188 +#: sphinx/application.py:1185 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -138,7 +138,7 @@ msgid "" "explicit" msgstr "" -#: sphinx/application.py:1199 +#: sphinx/application.py:1196 #, python-format msgid "doing serial %s" msgstr "" @@ -587,44 +587,44 @@ msgstr "" msgid "preparing documents" msgstr "" -#: sphinx/builders/_epub_base.py:219 +#: sphinx/builders/_epub_base.py:218 #, python-format msgid "duplicated ToC entry found: %s" msgstr "" -#: sphinx/builders/_epub_base.py:415 sphinx/builders/html.py:761 -#: sphinx/builders/latex/__init__.py:413 sphinx/builders/texinfo.py:190 +#: sphinx/builders/_epub_base.py:414 sphinx/builders/html.py:761 +#: sphinx/builders/latex/__init__.py:415 sphinx/builders/texinfo.py:190 msgid "copying images... " msgstr "" -#: sphinx/builders/_epub_base.py:422 +#: sphinx/builders/_epub_base.py:421 #, python-format msgid "cannot read image file %r: copying it instead" msgstr "" -#: sphinx/builders/_epub_base.py:428 sphinx/builders/html.py:769 -#: sphinx/builders/latex/__init__.py:421 sphinx/builders/texinfo.py:198 +#: sphinx/builders/_epub_base.py:427 sphinx/builders/html.py:769 +#: sphinx/builders/latex/__init__.py:423 sphinx/builders/texinfo.py:199 #, python-format msgid "cannot copy image file %r: %s" msgstr "" -#: sphinx/builders/_epub_base.py:445 +#: sphinx/builders/_epub_base.py:444 #, python-format msgid "cannot write image file %r: %s" msgstr "" -#: sphinx/builders/_epub_base.py:456 +#: sphinx/builders/_epub_base.py:455 msgid "Pillow not found - copying image files" msgstr "" -#: sphinx/builders/_epub_base.py:491 sphinx/builders/_epub_base.py:504 -#: sphinx/builders/_epub_base.py:540 sphinx/builders/_epub_base.py:725 -#: sphinx/builders/_epub_base.py:758 sphinx/builders/epub3.py:184 +#: sphinx/builders/_epub_base.py:490 sphinx/builders/_epub_base.py:503 +#: sphinx/builders/_epub_base.py:539 sphinx/builders/_epub_base.py:724 +#: sphinx/builders/_epub_base.py:757 sphinx/builders/epub3.py:183 #, python-format msgid "writing %s file..." msgstr "" -#: sphinx/builders/_epub_base.py:566 +#: sphinx/builders/_epub_base.py:565 #, python-format msgid "unknown mimetype for %s, ignoring" msgstr "" @@ -643,19 +643,19 @@ msgstr "" msgid "writing summary file..." msgstr "" -#: sphinx/builders/changes.py:87 +#: sphinx/builders/changes.py:86 msgid "Builtins" msgstr "Вградени" -#: sphinx/builders/changes.py:89 +#: sphinx/builders/changes.py:88 msgid "Module level" msgstr "Ниво на модул" -#: sphinx/builders/changes.py:134 +#: sphinx/builders/changes.py:133 msgid "copying source files..." msgstr "" -#: sphinx/builders/changes.py:141 +#: sphinx/builders/changes.py:140 #, python-format msgid "could not read %r for changelog creation" msgstr "" @@ -664,76 +664,76 @@ msgstr "" msgid "The dummy builder generates no files." msgstr "" -#: sphinx/builders/epub3.py:69 +#: sphinx/builders/epub3.py:68 #, python-format msgid "The ePub file is in %(outdir)s." msgstr "" -#: sphinx/builders/epub3.py:212 +#: sphinx/builders/epub3.py:211 msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:216 +#: sphinx/builders/epub3.py:215 msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:219 +#: sphinx/builders/epub3.py:218 msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:223 +#: sphinx/builders/epub3.py:222 msgid "conf value \"epub_author\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:226 +#: sphinx/builders/epub3.py:225 msgid "conf value \"epub_contributor\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:229 +#: sphinx/builders/epub3.py:228 msgid "conf value \"epub_description\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:232 +#: sphinx/builders/epub3.py:231 msgid "conf value \"epub_publisher\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:235 +#: sphinx/builders/epub3.py:234 msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:239 +#: sphinx/builders/epub3.py:238 msgid "conf value \"epub_identifier\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:242 +#: sphinx/builders/epub3.py:241 msgid "conf value \"version\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:257 sphinx/builders/html.py:1166 +#: sphinx/builders/epub3.py:256 sphinx/builders/html.py:1166 #, python-format msgid "invalid css_file: %r, ignored" msgstr "" -#: sphinx/builders/gettext.py:215 +#: sphinx/builders/gettext.py:221 #, python-format msgid "The message catalogs are in %(outdir)s." msgstr "" -#: sphinx/builders/gettext.py:239 +#: sphinx/builders/gettext.py:245 #, python-format msgid "building [%s]: " msgstr "" -#: sphinx/builders/gettext.py:240 +#: sphinx/builders/gettext.py:246 #, python-format msgid "targets for %d template files" msgstr "" -#: sphinx/builders/gettext.py:244 +#: sphinx/builders/gettext.py:250 msgid "reading templates... " msgstr "" -#: sphinx/builders/gettext.py:271 +#: sphinx/builders/gettext.py:277 msgid "writing message catalogs... " msgstr "" @@ -752,7 +752,7 @@ msgstr "" msgid "Failed to read build info file: %r" msgstr "" -#: sphinx/builders/html.py:488 sphinx/builders/latex/__init__.py:204 +#: sphinx/builders/html.py:488 sphinx/builders/latex/__init__.py:206 #: sphinx/transforms/__init__.py:121 sphinx/writers/manpage.py:118 #: sphinx/writers/texinfo.py:243 #, python-format @@ -805,7 +805,7 @@ msgstr "" msgid "html_static_path entry %r does not exist" msgstr "" -#: sphinx/builders/html.py:839 sphinx/builders/latex/__init__.py:398 +#: sphinx/builders/html.py:839 sphinx/builders/latex/__init__.py:400 #, python-format msgid "logo file %r does not exist" msgstr "" @@ -922,7 +922,7 @@ msgstr "" msgid "no \"man_pages\" config value found; no manual pages will be written" msgstr "" -#: sphinx/builders/latex/__init__.py:270 sphinx/builders/manpage.py:64 +#: sphinx/builders/latex/__init__.py:272 sphinx/builders/manpage.py:64 #: sphinx/builders/singlehtml.py:174 sphinx/builders/texinfo.py:120 msgid "writing" msgstr "" @@ -966,24 +966,24 @@ msgstr "" msgid "\"texinfo_documents\" config value references unknown document %s" msgstr "" -#: sphinx/builders/latex/__init__.py:253 sphinx/builders/texinfo.py:116 +#: sphinx/builders/latex/__init__.py:255 sphinx/builders/texinfo.py:116 #, python-format msgid "processing %s" msgstr "" -#: sphinx/builders/latex/__init__.py:322 sphinx/builders/texinfo.py:163 +#: sphinx/builders/latex/__init__.py:323 sphinx/builders/texinfo.py:164 msgid "resolving references..." msgstr "" -#: sphinx/builders/latex/__init__.py:332 sphinx/builders/texinfo.py:172 +#: sphinx/builders/latex/__init__.py:333 sphinx/builders/texinfo.py:173 msgid " (in " msgstr " (во " -#: sphinx/builders/texinfo.py:204 +#: sphinx/builders/texinfo.py:205 msgid "copying Texinfo support files" msgstr "" -#: sphinx/builders/texinfo.py:208 +#: sphinx/builders/texinfo.py:209 #, python-format msgid "error writing file Makefile: %s" msgstr "" @@ -1003,28 +1003,28 @@ msgstr "" msgid "The pseudo-XML files are in %(outdir)s." msgstr "" -#: sphinx/builders/latex/__init__.py:121 +#: sphinx/builders/latex/__init__.py:123 #, python-format msgid "The LaTeX files are in %(outdir)s." msgstr "" -#: sphinx/builders/latex/__init__.py:123 +#: sphinx/builders/latex/__init__.py:125 msgid "" "\n" "Run 'make' in that directory to run these through (pdf)latex\n" "(use `make latexpdf' here to do that automatically)." msgstr "" -#: sphinx/builders/latex/__init__.py:163 +#: sphinx/builders/latex/__init__.py:165 msgid "no \"latex_documents\" config value found; no documents will be written" msgstr "" -#: sphinx/builders/latex/__init__.py:171 +#: sphinx/builders/latex/__init__.py:173 #, python-format msgid "\"latex_documents\" config value references unknown document %s" msgstr "" -#: sphinx/builders/latex/__init__.py:211 sphinx/domains/std.py:501 +#: sphinx/builders/latex/__init__.py:213 sphinx/domains/std.py:501 #: sphinx/templates/latex/latex.tex_t:79 #: sphinx/themes/basic/genindex-single.html:30 #: sphinx/themes/basic/genindex-single.html:55 @@ -1036,28 +1036,28 @@ msgstr "" msgid "Index" msgstr "" -#: sphinx/builders/latex/__init__.py:214 sphinx/templates/latex/latex.tex_t:64 +#: sphinx/builders/latex/__init__.py:216 sphinx/templates/latex/latex.tex_t:64 msgid "Release" msgstr "" -#: sphinx/builders/latex/__init__.py:222 sphinx/writers/latex.py:549 +#: sphinx/builders/latex/__init__.py:224 sphinx/writers/latex.py:549 #, python-format msgid "no Babel option known for language %r" msgstr "" -#: sphinx/builders/latex/__init__.py:361 +#: sphinx/builders/latex/__init__.py:363 msgid "copying TeX support files" msgstr "" -#: sphinx/builders/latex/__init__.py:382 +#: sphinx/builders/latex/__init__.py:384 msgid "copying TeX support files..." msgstr "" -#: sphinx/builders/latex/__init__.py:402 +#: sphinx/builders/latex/__init__.py:404 msgid "copying additional files" msgstr "" -#: sphinx/builders/latex/__init__.py:445 +#: sphinx/builders/latex/__init__.py:447 #, python-format msgid "Unknown configure key: latex_elements[%r]. ignored." msgstr "" @@ -1120,8 +1120,8 @@ msgstr "" msgid "job number should be a positive number" msgstr "" -#: sphinx/cmd/build.py:106 sphinx/cmd/quickstart.py:498 -#: sphinx/ext/apidoc.py:298 sphinx/ext/autosummary/generate.py:365 +#: sphinx/cmd/build.py:106 sphinx/cmd/quickstart.py:497 +#: sphinx/ext/apidoc.py:298 sphinx/ext/autosummary/generate.py:363 msgid "For more information, visit ." msgstr "" @@ -1498,13 +1498,13 @@ msgstr "" msgid "Indicate which of the following Sphinx extensions should be enabled:" msgstr "" -#: sphinx/cmd/quickstart.py:354 +#: sphinx/cmd/quickstart.py:353 msgid "" "Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " "been deselected." msgstr "" -#: sphinx/cmd/quickstart.py:359 +#: sphinx/cmd/quickstart.py:358 msgid "" "\n" "A Makefile and a Windows command file can be generated for you so that you\n" @@ -1512,29 +1512,29 @@ msgid "" "directly." msgstr "" -#: sphinx/cmd/quickstart.py:363 +#: sphinx/cmd/quickstart.py:362 msgid "Create Makefile? (y/n)" msgstr "" -#: sphinx/cmd/quickstart.py:366 +#: sphinx/cmd/quickstart.py:365 msgid "Create Windows command file? (y/n)" msgstr "" -#: sphinx/cmd/quickstart.py:409 sphinx/ext/apidoc.py:74 +#: sphinx/cmd/quickstart.py:408 sphinx/ext/apidoc.py:74 #, python-format msgid "Creating file %s." msgstr "" -#: sphinx/cmd/quickstart.py:414 sphinx/ext/apidoc.py:72 +#: sphinx/cmd/quickstart.py:413 sphinx/ext/apidoc.py:72 #, python-format msgid "File %s already exists, skipping." msgstr "" -#: sphinx/cmd/quickstart.py:450 +#: sphinx/cmd/quickstart.py:449 msgid "Finished: An initial directory structure has been created." msgstr "" -#: sphinx/cmd/quickstart.py:451 +#: sphinx/cmd/quickstart.py:450 #, python-format msgid "" "\n" @@ -1542,26 +1542,26 @@ msgid "" "source files. " msgstr "" -#: sphinx/cmd/quickstart.py:453 +#: sphinx/cmd/quickstart.py:452 msgid "" "Use the Makefile to build the docs, like so:\n" " make builder\n" msgstr "" -#: sphinx/cmd/quickstart.py:456 +#: sphinx/cmd/quickstart.py:455 #, python-format msgid "" "Use the sphinx-build command to build the docs, like so:\n" " sphinx-build -b builder %s %s\n" msgstr "" -#: sphinx/cmd/quickstart.py:459 +#: sphinx/cmd/quickstart.py:458 msgid "" "where \"builder\" is one of the supported builders, e.g. html, latex or " "linkcheck.\n" msgstr "" -#: sphinx/cmd/quickstart.py:499 +#: sphinx/cmd/quickstart.py:498 msgid "" "\n" "Generate required files for a Sphinx project.\n" @@ -1571,131 +1571,131 @@ msgid "" "Makefile to be used with sphinx-build.\n" msgstr "" -#: sphinx/cmd/quickstart.py:509 +#: sphinx/cmd/quickstart.py:508 msgid "quiet mode" msgstr "" -#: sphinx/cmd/quickstart.py:514 +#: sphinx/cmd/quickstart.py:513 msgid "output path" msgstr "" -#: sphinx/cmd/quickstart.py:516 +#: sphinx/cmd/quickstart.py:515 msgid "Structure options" msgstr "" -#: sphinx/cmd/quickstart.py:518 +#: sphinx/cmd/quickstart.py:517 msgid "if specified, separate source and build dirs" msgstr "" -#: sphinx/cmd/quickstart.py:520 +#: sphinx/cmd/quickstart.py:519 msgid "replacement for dot in _templates etc." msgstr "" -#: sphinx/cmd/quickstart.py:522 +#: sphinx/cmd/quickstart.py:521 msgid "Project basic options" msgstr "" -#: sphinx/cmd/quickstart.py:524 +#: sphinx/cmd/quickstart.py:523 msgid "project name" msgstr "" -#: sphinx/cmd/quickstart.py:526 +#: sphinx/cmd/quickstart.py:525 msgid "author names" msgstr "" -#: sphinx/cmd/quickstart.py:528 +#: sphinx/cmd/quickstart.py:527 msgid "version of project" msgstr "" -#: sphinx/cmd/quickstart.py:530 +#: sphinx/cmd/quickstart.py:529 msgid "release of project" msgstr "" -#: sphinx/cmd/quickstart.py:532 +#: sphinx/cmd/quickstart.py:531 msgid "document language" msgstr "" -#: sphinx/cmd/quickstart.py:534 +#: sphinx/cmd/quickstart.py:533 msgid "source file suffix" msgstr "" -#: sphinx/cmd/quickstart.py:536 +#: sphinx/cmd/quickstart.py:535 msgid "master document name" msgstr "" -#: sphinx/cmd/quickstart.py:538 +#: sphinx/cmd/quickstart.py:537 msgid "use epub" msgstr "" -#: sphinx/cmd/quickstart.py:540 +#: sphinx/cmd/quickstart.py:539 msgid "Extension options" msgstr "" -#: sphinx/cmd/quickstart.py:544 sphinx/ext/apidoc.py:379 +#: sphinx/cmd/quickstart.py:543 sphinx/ext/apidoc.py:379 #, python-format msgid "enable %s extension" msgstr "" -#: sphinx/cmd/quickstart.py:546 sphinx/ext/apidoc.py:375 +#: sphinx/cmd/quickstart.py:545 sphinx/ext/apidoc.py:375 msgid "enable arbitrary extensions" msgstr "" -#: sphinx/cmd/quickstart.py:548 +#: sphinx/cmd/quickstart.py:547 msgid "Makefile and Batchfile creation" msgstr "" -#: sphinx/cmd/quickstart.py:550 +#: sphinx/cmd/quickstart.py:549 msgid "create makefile" msgstr "" -#: sphinx/cmd/quickstart.py:552 +#: sphinx/cmd/quickstart.py:551 msgid "do not create makefile" msgstr "" -#: sphinx/cmd/quickstart.py:554 +#: sphinx/cmd/quickstart.py:553 msgid "create batchfile" msgstr "" -#: sphinx/cmd/quickstart.py:557 +#: sphinx/cmd/quickstart.py:556 msgid "do not create batchfile" msgstr "" -#: sphinx/cmd/quickstart.py:560 +#: sphinx/cmd/quickstart.py:559 msgid "use make-mode for Makefile/make.bat" msgstr "" -#: sphinx/cmd/quickstart.py:563 +#: sphinx/cmd/quickstart.py:562 msgid "do not use make-mode for Makefile/make.bat" msgstr "" -#: sphinx/cmd/quickstart.py:565 +#: sphinx/cmd/quickstart.py:564 msgid "Project templating" msgstr "" -#: sphinx/cmd/quickstart.py:568 +#: sphinx/cmd/quickstart.py:567 msgid "template directory for template files" msgstr "" -#: sphinx/cmd/quickstart.py:571 +#: sphinx/cmd/quickstart.py:570 msgid "define a template variable" msgstr "" -#: sphinx/cmd/quickstart.py:605 +#: sphinx/cmd/quickstart.py:604 msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." msgstr "" -#: sphinx/cmd/quickstart.py:619 +#: sphinx/cmd/quickstart.py:618 msgid "" "Error: specified path is not a directory, or sphinx files already exist." msgstr "" -#: sphinx/cmd/quickstart.py:621 +#: sphinx/cmd/quickstart.py:620 msgid "" "sphinx-quickstart only generate into a empty directory. Please specify a new" " root path." msgstr "" -#: sphinx/cmd/quickstart.py:636 +#: sphinx/cmd/quickstart.py:635 #, python-format msgid "Invalid template variable: %s" msgstr "" @@ -1767,17 +1767,17 @@ msgstr "Автор: " msgid "%s %s" msgstr "%s %s" -#: sphinx/domains/c.py:64 sphinx/domains/cpp.py:6371 +#: sphinx/domains/c.py:64 sphinx/domains/cpp.py:6445 #: sphinx/domains/python.py:210 sphinx/ext/napoleon/docstring.py:696 msgid "Parameters" msgstr "Параметри" -#: sphinx/domains/c.py:67 sphinx/domains/cpp.py:6380 -#: sphinx/domains/javascript.py:210 sphinx/domains/python.py:222 +#: sphinx/domains/c.py:67 sphinx/domains/cpp.py:6454 +#: sphinx/domains/javascript.py:209 sphinx/domains/python.py:222 msgid "Returns" msgstr "Враќа" -#: sphinx/domains/c.py:69 sphinx/domains/javascript.py:212 +#: sphinx/domains/c.py:69 sphinx/domains/javascript.py:211 #: sphinx/domains/python.py:224 msgid "Return type" msgstr "Повратен тип" @@ -1807,12 +1807,12 @@ msgstr "%s (C тип)" msgid "%s (C variable)" msgstr "%s (C променлива)" -#: sphinx/domains/c.py:258 sphinx/domains/cpp.py:6956 -#: sphinx/domains/javascript.py:298 sphinx/domains/python.py:741 +#: sphinx/domains/c.py:258 sphinx/domains/cpp.py:7029 +#: sphinx/domains/javascript.py:297 sphinx/domains/python.py:742 msgid "function" msgstr "функција" -#: sphinx/domains/c.py:259 sphinx/domains/cpp.py:6957 +#: sphinx/domains/c.py:259 sphinx/domains/cpp.py:7030 msgid "member" msgstr "член" @@ -1820,7 +1820,7 @@ msgstr "член" msgid "macro" msgstr "макро" -#: sphinx/domains/c.py:261 sphinx/domains/cpp.py:6958 +#: sphinx/domains/c.py:261 sphinx/domains/cpp.py:7031 msgid "type" msgstr "тип" @@ -1843,106 +1843,106 @@ msgstr "" msgid "Deprecated since version %s" msgstr "" -#: sphinx/domains/cpp.py:4297 +#: sphinx/domains/cpp.py:4323 #, python-format msgid "" "Duplicate declaration, also defined in '%s'.\n" "Declaration is '%s'." msgstr "" -#: sphinx/domains/cpp.py:6374 +#: sphinx/domains/cpp.py:6448 msgid "Template Parameters" msgstr "" -#: sphinx/domains/cpp.py:6377 sphinx/domains/javascript.py:207 +#: sphinx/domains/cpp.py:6451 sphinx/domains/javascript.py:206 msgid "Throws" msgstr "Фрла" -#: sphinx/domains/cpp.py:6505 +#: sphinx/domains/cpp.py:6579 #, python-format msgid "%s (C++ %s)" msgstr "" -#: sphinx/domains/cpp.py:6954 sphinx/domains/javascript.py:300 -#: sphinx/domains/python.py:743 +#: sphinx/domains/cpp.py:7027 sphinx/domains/javascript.py:299 +#: sphinx/domains/python.py:744 msgid "class" msgstr "класа" -#: sphinx/domains/cpp.py:6955 +#: sphinx/domains/cpp.py:7028 msgid "union" msgstr "" -#: sphinx/domains/cpp.py:6959 +#: sphinx/domains/cpp.py:7032 msgid "concept" msgstr "" -#: sphinx/domains/cpp.py:6960 +#: sphinx/domains/cpp.py:7033 msgid "enum" msgstr "" -#: sphinx/domains/cpp.py:6961 +#: sphinx/domains/cpp.py:7034 msgid "enumerator" msgstr "" -#: sphinx/domains/cpp.py:7054 +#: sphinx/domains/cpp.py:7127 #, python-format msgid "" "Duplicate declaration, also defined in '%s'.\n" "Name of declaration is '%s'." msgstr "" -#: sphinx/domains/javascript.py:131 sphinx/domains/python.py:429 +#: sphinx/domains/javascript.py:130 sphinx/domains/python.py:430 #, python-format msgid "%s() (built-in function)" msgstr "%s() (вградена функција)" -#: sphinx/domains/javascript.py:132 sphinx/domains/python.py:494 +#: sphinx/domains/javascript.py:131 sphinx/domains/python.py:495 #, python-format msgid "%s() (%s method)" msgstr "%s() (%s метод)" -#: sphinx/domains/javascript.py:134 +#: sphinx/domains/javascript.py:133 #, python-format msgid "%s() (class)" msgstr "%s() (класа)" -#: sphinx/domains/javascript.py:136 +#: sphinx/domains/javascript.py:135 #, python-format msgid "%s (global variable or constant)" msgstr "" -#: sphinx/domains/javascript.py:138 sphinx/domains/python.py:532 +#: sphinx/domains/javascript.py:137 sphinx/domains/python.py:533 #, python-format msgid "%s (%s attribute)" msgstr "" -#: sphinx/domains/javascript.py:204 +#: sphinx/domains/javascript.py:203 msgid "Arguments" msgstr "" -#: sphinx/domains/javascript.py:265 sphinx/domains/python.py:609 +#: sphinx/domains/javascript.py:264 sphinx/domains/python.py:610 #, python-format msgid "%s (module)" msgstr "" -#: sphinx/domains/javascript.py:299 sphinx/domains/python.py:745 +#: sphinx/domains/javascript.py:298 sphinx/domains/python.py:746 msgid "method" msgstr "" -#: sphinx/domains/javascript.py:301 sphinx/domains/python.py:742 +#: sphinx/domains/javascript.py:300 sphinx/domains/python.py:743 msgid "data" msgstr "" -#: sphinx/domains/javascript.py:302 sphinx/domains/python.py:748 +#: sphinx/domains/javascript.py:301 sphinx/domains/python.py:749 msgid "attribute" msgstr "" -#: sphinx/domains/javascript.py:303 sphinx/domains/python.py:49 -#: sphinx/domains/python.py:749 +#: sphinx/domains/javascript.py:302 sphinx/domains/python.py:49 +#: sphinx/domains/python.py:750 msgid "module" msgstr "" -#: sphinx/domains/math.py:101 sphinx/writers/latex.py:2451 +#: sphinx/domains/math.py:101 sphinx/writers/latex.py:2459 #, python-format msgid "Invalid math_eqref_format: %r" msgstr "" @@ -1964,7 +1964,7 @@ msgstr "" msgid "object" msgstr "" -#: sphinx/domains/python.py:53 sphinx/domains/python.py:744 +#: sphinx/domains/python.py:53 sphinx/domains/python.py:745 msgid "exception" msgstr "" @@ -1984,88 +1984,88 @@ msgstr "" msgid "Raises" msgstr "" -#: sphinx/domains/python.py:430 sphinx/domains/python.py:488 -#: sphinx/domains/python.py:500 sphinx/domains/python.py:513 +#: sphinx/domains/python.py:431 sphinx/domains/python.py:489 +#: sphinx/domains/python.py:501 sphinx/domains/python.py:514 #, python-format msgid "%s() (in module %s)" msgstr "" -#: sphinx/domains/python.py:433 +#: sphinx/domains/python.py:434 #, python-format msgid "%s (built-in variable)" msgstr "" -#: sphinx/domains/python.py:434 sphinx/domains/python.py:526 +#: sphinx/domains/python.py:435 sphinx/domains/python.py:527 #, python-format msgid "%s (in module %s)" msgstr "" -#: sphinx/domains/python.py:454 +#: sphinx/domains/python.py:455 #, python-format msgid "%s (built-in class)" msgstr "" -#: sphinx/domains/python.py:455 +#: sphinx/domains/python.py:456 #, python-format msgid "%s (class in %s)" msgstr "" -#: sphinx/domains/python.py:492 +#: sphinx/domains/python.py:493 #, python-format msgid "%s() (%s.%s method)" msgstr "" -#: sphinx/domains/python.py:504 +#: sphinx/domains/python.py:505 #, python-format msgid "%s() (%s.%s static method)" msgstr "" -#: sphinx/domains/python.py:507 +#: sphinx/domains/python.py:508 #, python-format msgid "%s() (%s static method)" msgstr "" -#: sphinx/domains/python.py:517 +#: sphinx/domains/python.py:518 #, python-format msgid "%s() (%s.%s class method)" msgstr "" -#: sphinx/domains/python.py:520 +#: sphinx/domains/python.py:521 #, python-format msgid "%s() (%s class method)" msgstr "" -#: sphinx/domains/python.py:530 +#: sphinx/domains/python.py:531 #, python-format msgid "%s (%s.%s attribute)" msgstr "" -#: sphinx/domains/python.py:667 +#: sphinx/domains/python.py:668 msgid "Python Module Index" msgstr "" -#: sphinx/domains/python.py:668 +#: sphinx/domains/python.py:669 msgid "modules" msgstr "" -#: sphinx/domains/python.py:719 +#: sphinx/domains/python.py:720 msgid "Deprecated" msgstr "" -#: sphinx/domains/python.py:746 +#: sphinx/domains/python.py:747 msgid "class method" msgstr "" -#: sphinx/domains/python.py:747 +#: sphinx/domains/python.py:748 msgid "static method" msgstr "" -#: sphinx/domains/python.py:879 +#: sphinx/domains/python.py:880 #, python-format msgid "more than one target found for cross-reference %r: %s" msgstr "" -#: sphinx/domains/python.py:917 +#: sphinx/domains/python.py:918 msgid " (deprecated)" msgstr "" @@ -2141,7 +2141,7 @@ msgstr "" msgid "duplicate citation %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:631 sphinx/ext/autosectionlabel.py:61 +#: sphinx/domains/std.py:631 sphinx/ext/autosectionlabel.py:56 #, python-format msgid "duplicate label %s, other instance in %s" msgstr "" @@ -2201,21 +2201,21 @@ msgid "" "another doctree directory." msgstr "" -#: sphinx/environment/__init__.py:408 +#: sphinx/environment/__init__.py:404 #, python-format msgid "Failed to scan documents in %s: %r" msgstr "" -#: sphinx/environment/__init__.py:536 +#: sphinx/environment/__init__.py:532 #, python-format msgid "Domain %r is not registered" msgstr "" -#: sphinx/environment/__init__.py:621 +#: sphinx/environment/__init__.py:617 msgid "self referenced toctree found. Ignored." msgstr "" -#: sphinx/environment/__init__.py:662 +#: sphinx/environment/__init__.py:658 msgid "document isn't included in any toctree" msgstr "" @@ -2235,6 +2235,7 @@ msgid "unknown index entry type %r" msgstr "" #: sphinx/environment/adapters/indexentries.py:156 +#: sphinx/templates/latex/sphinxmessages.sty_t:11 msgid "Symbols" msgstr "Симболи" @@ -2260,22 +2261,22 @@ msgstr "" msgid "toctree contains reference to nonexisting document %r" msgstr "" -#: sphinx/environment/collectors/asset.py:91 +#: sphinx/environment/collectors/asset.py:90 #, python-format msgid "image file not readable: %s" msgstr "" -#: sphinx/environment/collectors/asset.py:107 +#: sphinx/environment/collectors/asset.py:106 #, python-format msgid "image file %s not readable: %s" msgstr "" -#: sphinx/environment/collectors/asset.py:135 +#: sphinx/environment/collectors/asset.py:134 #, python-format msgid "download file not readable: %s" msgstr "" -#: sphinx/environment/collectors/toctree.py:197 +#: sphinx/environment/collectors/toctree.py:196 #, python-format msgid "%s is already assigned section numbers (nested numbered toctree?)" msgstr "" @@ -2419,38 +2420,38 @@ msgstr "" msgid "module %s could not be imported: %s" msgstr "" -#: sphinx/ext/doctest.py:142 +#: sphinx/ext/doctest.py:132 #, python-format msgid "missing '+' or '-' in '%s' option." msgstr "" -#: sphinx/ext/doctest.py:147 +#: sphinx/ext/doctest.py:137 #, python-format msgid "'%s' is not a valid option." msgstr "" -#: sphinx/ext/doctest.py:161 +#: sphinx/ext/doctest.py:151 #, python-format msgid "'%s' is not a valid pyversion option" msgstr "" -#: sphinx/ext/doctest.py:230 +#: sphinx/ext/doctest.py:222 msgid "invalid TestCode type" msgstr "" -#: sphinx/ext/doctest.py:291 +#: sphinx/ext/doctest.py:283 #, python-format msgid "" "Testing of doctests in the sources finished, look at the results in " "%(outdir)s/output.txt." msgstr "" -#: sphinx/ext/doctest.py:438 +#: sphinx/ext/doctest.py:446 #, python-format msgid "no code/output in %s block at %s:%s" msgstr "" -#: sphinx/ext/doctest.py:527 +#: sphinx/ext/doctest.py:535 #, python-format msgid "ignoring invalid doctest code: %r" msgstr "" @@ -2468,7 +2469,7 @@ msgstr "" msgid "Ignoring \"graphviz\" directive without content." msgstr "" -#: sphinx/ext/graphviz.py:252 +#: sphinx/ext/graphviz.py:250 #, python-format msgid "" "dot did not produce an output file:\n" @@ -2478,14 +2479,14 @@ msgid "" "%r" msgstr "" -#: sphinx/ext/graphviz.py:256 +#: sphinx/ext/graphviz.py:254 #, python-format msgid "" "dot command %r cannot be run (needed for graphviz output), check the " "graphviz_dot setting" msgstr "" -#: sphinx/ext/graphviz.py:263 +#: sphinx/ext/graphviz.py:261 #, python-format msgid "" "dot exited with error:\n" @@ -2495,23 +2496,23 @@ msgid "" "%r" msgstr "" -#: sphinx/ext/graphviz.py:273 +#: sphinx/ext/graphviz.py:271 #, python-format msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" msgstr "" -#: sphinx/ext/graphviz.py:277 sphinx/ext/graphviz.py:331 -#: sphinx/ext/graphviz.py:369 +#: sphinx/ext/graphviz.py:275 sphinx/ext/graphviz.py:329 +#: sphinx/ext/graphviz.py:367 #, python-format msgid "dot code %r: %s" msgstr "" -#: sphinx/ext/graphviz.py:384 sphinx/ext/graphviz.py:393 +#: sphinx/ext/graphviz.py:382 sphinx/ext/graphviz.py:391 #, python-format msgid "[graph: %s]" msgstr "" -#: sphinx/ext/graphviz.py:386 sphinx/ext/graphviz.py:395 +#: sphinx/ext/graphviz.py:384 sphinx/ext/graphviz.py:393 msgid "[graph]" msgstr "" @@ -2530,31 +2531,31 @@ msgid "" "%r" msgstr "" -#: sphinx/ext/imgmath.py:140 +#: sphinx/ext/imgmath.py:139 #, python-format msgid "" "LaTeX command %r cannot be run (needed for math display), check the " "imgmath_latex setting" msgstr "" -#: sphinx/ext/imgmath.py:155 +#: sphinx/ext/imgmath.py:154 #, python-format msgid "" "%s command %r cannot be run (needed for math display), check the imgmath_%s " "setting" msgstr "" -#: sphinx/ext/imgmath.py:290 +#: sphinx/ext/imgmath.py:289 #, python-format msgid "display latex %r: %s" msgstr "" -#: sphinx/ext/imgmath.py:317 +#: sphinx/ext/imgmath.py:316 #, python-format msgid "inline latex %r: %s" msgstr "" -#: sphinx/ext/imgmath.py:324 sphinx/ext/mathjax.py:54 +#: sphinx/ext/imgmath.py:323 sphinx/ext/mathjax.py:54 msgid "Permalink to this equation" msgstr "" @@ -2574,26 +2575,26 @@ msgid "" "alternatives:" msgstr "" -#: sphinx/ext/intersphinx.py:237 +#: sphinx/ext/intersphinx.py:238 msgid "failed to reach any of the inventories with the following issues:" msgstr "" -#: sphinx/ext/intersphinx.py:312 +#: sphinx/ext/intersphinx.py:311 #, python-format msgid "(in %s v%s)" msgstr "" -#: sphinx/ext/intersphinx.py:314 +#: sphinx/ext/intersphinx.py:313 #, python-format msgid "(in %s)" msgstr "" -#: sphinx/ext/intersphinx.py:348 +#: sphinx/ext/intersphinx.py:347 #, python-format msgid "intersphinx identifier %r is not string. Ignored" msgstr "" -#: sphinx/ext/intersphinx.py:361 +#: sphinx/ext/intersphinx.py:360 #, python-format msgid "Fail to read intersphinx_mapping[%s], Ignored: %r" msgstr "" @@ -2649,29 +2650,29 @@ msgstr "" msgid "

All modules for which code is available

" msgstr "" -#: sphinx/ext/autodoc/__init__.py:302 +#: sphinx/ext/autodoc/__init__.py:300 #, python-format msgid "invalid signature for auto%s (%r)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:402 +#: sphinx/ext/autodoc/__init__.py:400 #, python-format msgid "error while formatting arguments for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:514 +#: sphinx/ext/autodoc/__init__.py:512 #, python-format msgid "missing attribute %s in object %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:602 +#: sphinx/ext/autodoc/__init__.py:600 #, python-format msgid "" "autodoc: failed to determine %r to be documented.the following exception was raised:\n" "%s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:694 +#: sphinx/ext/autodoc/__init__.py:692 #, python-format msgid "" "don't know which module to import for autodocumenting %r (try placing a " @@ -2679,39 +2680,39 @@ msgid "" "explicit module name)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:788 +#: sphinx/ext/autodoc/__init__.py:786 msgid "\"::\" in automodule name doesn't make sense" msgstr "" -#: sphinx/ext/autodoc/__init__.py:796 +#: sphinx/ext/autodoc/__init__.py:794 #, python-format msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:829 +#: sphinx/ext/autodoc/__init__.py:827 #, python-format msgid "" "__all__ should be a list of strings, not %r (in module %s) -- ignoring " "__all__" msgstr "" -#: sphinx/ext/autodoc/__init__.py:844 +#: sphinx/ext/autodoc/__init__.py:842 #, python-format msgid "" "missing attribute mentioned in :members: or __all__: module %s, attribute %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1128 +#: sphinx/ext/autodoc/__init__.py:1126 #, python-format msgid "Bases: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1185 +#: sphinx/ext/autodoc/__init__.py:1183 #, python-format msgid "alias of :class:`%s`" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1470 +#: sphinx/ext/autodoc/__init__.py:1468 #, python-format msgid "Ignoring invalid option in autodoc_default_flags: %r" msgstr "" @@ -2747,17 +2748,17 @@ msgid "" "contain .rst. Skipped." msgstr "" -#: sphinx/ext/autosummary/generate.py:102 +#: sphinx/ext/autosummary/generate.py:100 #, python-format msgid "[autosummary] generating autosummary for: %s" msgstr "" -#: sphinx/ext/autosummary/generate.py:106 +#: sphinx/ext/autosummary/generate.py:104 #, python-format msgid "[autosummary] writing to %s" msgstr "" -#: sphinx/ext/autosummary/generate.py:366 +#: sphinx/ext/autosummary/generate.py:364 msgid "" "\n" "Generate ReStructuredText using autosummary directives.\n" @@ -2772,25 +2773,25 @@ msgid "" " pydoc sphinx.ext.autosummary\n" msgstr "" -#: sphinx/ext/autosummary/generate.py:383 +#: sphinx/ext/autosummary/generate.py:381 msgid "source files to generate rST files for" msgstr "" -#: sphinx/ext/autosummary/generate.py:387 +#: sphinx/ext/autosummary/generate.py:385 msgid "directory to place all output in" msgstr "" -#: sphinx/ext/autosummary/generate.py:390 +#: sphinx/ext/autosummary/generate.py:388 #, python-format msgid "default suffix for files (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:394 +#: sphinx/ext/autosummary/generate.py:392 #, python-format msgid "custom template directory (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:398 +#: sphinx/ext/autosummary/generate.py:396 #, python-format msgid "document imported members (default: %(default)s)" msgstr "" @@ -2868,6 +2869,7 @@ msgid "Warning" msgstr "" #: sphinx/templates/latex/longtable.tex_t:23 +#: sphinx/templates/latex/sphinxmessages.sty_t:8 msgid "continued from previous page" msgstr "" @@ -2875,13 +2877,29 @@ msgstr "" msgid "Continued on next page" msgstr "" +#: sphinx/templates/latex/sphinxmessages.sty_t:9 +msgid "continues on next page" +msgstr "" + +#: sphinx/templates/latex/sphinxmessages.sty_t:10 +msgid "Non-alphabetical" +msgstr "" + +#: sphinx/templates/latex/sphinxmessages.sty_t:12 +msgid "Numbers" +msgstr "" + +#: sphinx/templates/latex/sphinxmessages.sty_t:13 +msgid "page" +msgstr "" + #: sphinx/themes/agogo/layout.html:46 sphinx/themes/basic/globaltoc.html:10 #: sphinx/themes/basic/localtoc.html:11 sphinx/themes/scrolls/layout.html:41 msgid "Table of Contents" msgstr "" #: sphinx/themes/agogo/layout.html:51 sphinx/themes/basic/layout.html:153 -#: sphinx/themes/basic/search.html:11 sphinx/themes/basic/search.html:26 +#: sphinx/themes/basic/search.html:11 sphinx/themes/basic/search.html:21 #: sphinx/themes/basic/searchresults.html:10 msgid "Search" msgstr "" @@ -3018,13 +3036,13 @@ msgstr "" msgid "next chapter" msgstr "" -#: sphinx/themes/basic/search.html:30 +#: sphinx/themes/basic/search.html:25 msgid "" "Please activate JavaScript to enable the search\n" " functionality." msgstr "" -#: sphinx/themes/basic/search.html:35 +#: sphinx/themes/basic/search.html:30 msgid "" "From here you can search these documents. Enter your search\n" " words into the box below and click \"search\". Note that the search\n" @@ -3032,20 +3050,20 @@ msgid "" " containing fewer words won't appear in the result list." msgstr "" -#: sphinx/themes/basic/search.html:42 +#: sphinx/themes/basic/search.html:37 #: sphinx/themes/basic/searchresults.html:17 msgid "search" msgstr "" -#: sphinx/themes/basic/search.html:46 +#: sphinx/themes/basic/search.html:41 #: sphinx/themes/basic/searchresults.html:21 -#: sphinx/themes/basic/static/searchtools.js:295 +#: sphinx/themes/basic/static/searchtools.js:285 msgid "Search Results" msgstr "" -#: sphinx/themes/basic/search.html:48 +#: sphinx/themes/basic/search.html:43 #: sphinx/themes/basic/searchresults.html:23 -#: sphinx/themes/basic/static/searchtools.js:297 +#: sphinx/themes/basic/static/searchtools.js:287 msgid "" "Your search did not match any documents. Please make sure that all words are" " spelled correctly and that you've selected enough categories." @@ -3103,20 +3121,20 @@ msgstr "" msgid "Hide Search Matches" msgstr "" -#: sphinx/themes/basic/static/searchtools.js:131 +#: sphinx/themes/basic/static/searchtools.js:121 msgid "Searching" msgstr "" -#: sphinx/themes/basic/static/searchtools.js:136 +#: sphinx/themes/basic/static/searchtools.js:126 msgid "Preparing search..." msgstr "" -#: sphinx/themes/basic/static/searchtools.js:299 +#: sphinx/themes/basic/static/searchtools.js:289 #, python-format msgid "Search finished, found %s page(s) matching the search query." msgstr "" -#: sphinx/themes/basic/static/searchtools.js:352 +#: sphinx/themes/basic/static/searchtools.js:342 msgid ", in " msgstr "" @@ -3133,18 +3151,18 @@ msgstr "" msgid "Contents" msgstr "" -#: sphinx/transforms/__init__.py:259 +#: sphinx/transforms/__init__.py:261 #, python-format msgid "" "4 column based index found. It might be a bug of extensions you use: %r" msgstr "" -#: sphinx/transforms/__init__.py:301 +#: sphinx/transforms/__init__.py:303 #, python-format msgid "Footnote [%s] is not referenced." msgstr "" -#: sphinx/transforms/__init__.py:307 +#: sphinx/transforms/__init__.py:309 msgid "Footnote [#] is not referenced." msgstr "" @@ -3215,7 +3233,7 @@ msgstr "" msgid "failed" msgstr "" -#: sphinx/util/docutils.py:321 +#: sphinx/util/docutils.py:320 msgid "when adding directive classes, no additional arguments may be given" msgstr "" @@ -3276,15 +3294,15 @@ msgstr "" msgid "Permalink to this code" msgstr "" -#: sphinx/writers/html.py:514 sphinx/writers/html5.py:460 +#: sphinx/writers/html.py:512 sphinx/writers/html5.py:458 msgid "Permalink to this image" msgstr "" -#: sphinx/writers/html.py:516 sphinx/writers/html5.py:462 +#: sphinx/writers/html.py:514 sphinx/writers/html5.py:460 msgid "Permalink to this toctree" msgstr "" -#: sphinx/writers/html.py:674 sphinx/writers/html5.py:608 +#: sphinx/writers/html.py:672 sphinx/writers/html5.py:606 msgid "Could not obtain image size. :scale: option is ignored." msgstr "" @@ -3321,12 +3339,12 @@ msgstr "" msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: sphinx/writers/latex.py:1843 +#: sphinx/writers/latex.py:1847 #, python-format msgid "unknown index entry type %s found" msgstr "" -#: sphinx/writers/latex.py:2552 +#: sphinx/writers/latex.py:2560 #, python-format msgid "Unknown configure key: latex_elements[%r] is ignored." msgstr "" @@ -3344,12 +3362,12 @@ msgstr "" msgid "caption not inside a figure." msgstr "" -#: sphinx/writers/texinfo.py:1421 +#: sphinx/writers/texinfo.py:1422 #, python-format msgid "unimplemented node type: %r" msgstr "" -#: sphinx/writers/texinfo.py:1426 +#: sphinx/writers/texinfo.py:1427 #, python-format msgid "unknown node type: %r" msgstr "" diff --git a/sphinx/locale/nb_NO/LC_MESSAGES/sphinx.mo b/sphinx/locale/nb_NO/LC_MESSAGES/sphinx.mo index 4bddd7b2fa..3a3fd6e7fd 100644 Binary files a/sphinx/locale/nb_NO/LC_MESSAGES/sphinx.mo and b/sphinx/locale/nb_NO/LC_MESSAGES/sphinx.mo differ diff --git a/sphinx/locale/nb_NO/LC_MESSAGES/sphinx.po b/sphinx/locale/nb_NO/LC_MESSAGES/sphinx.po index 72b85b3655..77db4ca5ab 100644 --- a/sphinx/locale/nb_NO/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/nb_NO/LC_MESSAGES/sphinx.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2019-02-18 01:52+0900\n" -"PO-Revision-Date: 2019-03-14 16:36+0000\n" +"POT-Creation-Date: 2019-03-29 01:05+0900\n" +"PO-Revision-Date: 2019-03-28 16:08+0000\n" "Last-Translator: Takeshi KOMIYA \n" "Language-Team: Norwegian Bokmål (Norway) (http://www.transifex.com/sphinx-doc/sphinx-1/language/nb_NO/)\n" "MIME-Version: 1.0\n" @@ -121,7 +121,7 @@ msgstr "" msgid "role %r is already registered, it will be overridden" msgstr "" -#: sphinx/application.py:1182 +#: sphinx/application.py:1179 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -129,7 +129,7 @@ msgid "" "explicit" msgstr "" -#: sphinx/application.py:1188 +#: sphinx/application.py:1185 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -137,7 +137,7 @@ msgid "" "explicit" msgstr "" -#: sphinx/application.py:1199 +#: sphinx/application.py:1196 #, python-format msgid "doing serial %s" msgstr "" @@ -586,44 +586,44 @@ msgstr "" msgid "preparing documents" msgstr "" -#: sphinx/builders/_epub_base.py:219 +#: sphinx/builders/_epub_base.py:218 #, python-format msgid "duplicated ToC entry found: %s" msgstr "" -#: sphinx/builders/_epub_base.py:415 sphinx/builders/html.py:761 -#: sphinx/builders/latex/__init__.py:413 sphinx/builders/texinfo.py:190 +#: sphinx/builders/_epub_base.py:414 sphinx/builders/html.py:761 +#: sphinx/builders/latex/__init__.py:415 sphinx/builders/texinfo.py:190 msgid "copying images... " msgstr "" -#: sphinx/builders/_epub_base.py:422 +#: sphinx/builders/_epub_base.py:421 #, python-format msgid "cannot read image file %r: copying it instead" msgstr "" -#: sphinx/builders/_epub_base.py:428 sphinx/builders/html.py:769 -#: sphinx/builders/latex/__init__.py:421 sphinx/builders/texinfo.py:198 +#: sphinx/builders/_epub_base.py:427 sphinx/builders/html.py:769 +#: sphinx/builders/latex/__init__.py:423 sphinx/builders/texinfo.py:199 #, python-format msgid "cannot copy image file %r: %s" msgstr "" -#: sphinx/builders/_epub_base.py:445 +#: sphinx/builders/_epub_base.py:444 #, python-format msgid "cannot write image file %r: %s" msgstr "" -#: sphinx/builders/_epub_base.py:456 +#: sphinx/builders/_epub_base.py:455 msgid "Pillow not found - copying image files" msgstr "" -#: sphinx/builders/_epub_base.py:491 sphinx/builders/_epub_base.py:504 -#: sphinx/builders/_epub_base.py:540 sphinx/builders/_epub_base.py:725 -#: sphinx/builders/_epub_base.py:758 sphinx/builders/epub3.py:184 +#: sphinx/builders/_epub_base.py:490 sphinx/builders/_epub_base.py:503 +#: sphinx/builders/_epub_base.py:539 sphinx/builders/_epub_base.py:724 +#: sphinx/builders/_epub_base.py:757 sphinx/builders/epub3.py:183 #, python-format msgid "writing %s file..." msgstr "" -#: sphinx/builders/_epub_base.py:566 +#: sphinx/builders/_epub_base.py:565 #, python-format msgid "unknown mimetype for %s, ignoring" msgstr "" @@ -642,19 +642,19 @@ msgstr "" msgid "writing summary file..." msgstr "" -#: sphinx/builders/changes.py:87 +#: sphinx/builders/changes.py:86 msgid "Builtins" msgstr "Innebygde" -#: sphinx/builders/changes.py:89 +#: sphinx/builders/changes.py:88 msgid "Module level" msgstr "Modulnivå" -#: sphinx/builders/changes.py:134 +#: sphinx/builders/changes.py:133 msgid "copying source files..." msgstr "" -#: sphinx/builders/changes.py:141 +#: sphinx/builders/changes.py:140 #, python-format msgid "could not read %r for changelog creation" msgstr "" @@ -663,76 +663,76 @@ msgstr "" msgid "The dummy builder generates no files." msgstr "" -#: sphinx/builders/epub3.py:69 +#: sphinx/builders/epub3.py:68 #, python-format msgid "The ePub file is in %(outdir)s." msgstr "" -#: sphinx/builders/epub3.py:212 +#: sphinx/builders/epub3.py:211 msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:216 +#: sphinx/builders/epub3.py:215 msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:219 +#: sphinx/builders/epub3.py:218 msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:223 +#: sphinx/builders/epub3.py:222 msgid "conf value \"epub_author\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:226 +#: sphinx/builders/epub3.py:225 msgid "conf value \"epub_contributor\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:229 +#: sphinx/builders/epub3.py:228 msgid "conf value \"epub_description\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:232 +#: sphinx/builders/epub3.py:231 msgid "conf value \"epub_publisher\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:235 +#: sphinx/builders/epub3.py:234 msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:239 +#: sphinx/builders/epub3.py:238 msgid "conf value \"epub_identifier\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:242 +#: sphinx/builders/epub3.py:241 msgid "conf value \"version\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:257 sphinx/builders/html.py:1166 +#: sphinx/builders/epub3.py:256 sphinx/builders/html.py:1166 #, python-format msgid "invalid css_file: %r, ignored" msgstr "" -#: sphinx/builders/gettext.py:215 +#: sphinx/builders/gettext.py:221 #, python-format msgid "The message catalogs are in %(outdir)s." msgstr "" -#: sphinx/builders/gettext.py:239 +#: sphinx/builders/gettext.py:245 #, python-format msgid "building [%s]: " msgstr "" -#: sphinx/builders/gettext.py:240 +#: sphinx/builders/gettext.py:246 #, python-format msgid "targets for %d template files" msgstr "" -#: sphinx/builders/gettext.py:244 +#: sphinx/builders/gettext.py:250 msgid "reading templates... " msgstr "" -#: sphinx/builders/gettext.py:271 +#: sphinx/builders/gettext.py:277 msgid "writing message catalogs... " msgstr "" @@ -751,7 +751,7 @@ msgstr "" msgid "Failed to read build info file: %r" msgstr "" -#: sphinx/builders/html.py:488 sphinx/builders/latex/__init__.py:204 +#: sphinx/builders/html.py:488 sphinx/builders/latex/__init__.py:206 #: sphinx/transforms/__init__.py:121 sphinx/writers/manpage.py:118 #: sphinx/writers/texinfo.py:243 #, python-format @@ -804,7 +804,7 @@ msgstr "" msgid "html_static_path entry %r does not exist" msgstr "" -#: sphinx/builders/html.py:839 sphinx/builders/latex/__init__.py:398 +#: sphinx/builders/html.py:839 sphinx/builders/latex/__init__.py:400 #, python-format msgid "logo file %r does not exist" msgstr "" @@ -921,7 +921,7 @@ msgstr "" msgid "no \"man_pages\" config value found; no manual pages will be written" msgstr "" -#: sphinx/builders/latex/__init__.py:270 sphinx/builders/manpage.py:64 +#: sphinx/builders/latex/__init__.py:272 sphinx/builders/manpage.py:64 #: sphinx/builders/singlehtml.py:174 sphinx/builders/texinfo.py:120 msgid "writing" msgstr "" @@ -965,24 +965,24 @@ msgstr "" msgid "\"texinfo_documents\" config value references unknown document %s" msgstr "" -#: sphinx/builders/latex/__init__.py:253 sphinx/builders/texinfo.py:116 +#: sphinx/builders/latex/__init__.py:255 sphinx/builders/texinfo.py:116 #, python-format msgid "processing %s" msgstr "" -#: sphinx/builders/latex/__init__.py:322 sphinx/builders/texinfo.py:163 +#: sphinx/builders/latex/__init__.py:323 sphinx/builders/texinfo.py:164 msgid "resolving references..." msgstr "" -#: sphinx/builders/latex/__init__.py:332 sphinx/builders/texinfo.py:172 +#: sphinx/builders/latex/__init__.py:333 sphinx/builders/texinfo.py:173 msgid " (in " msgstr "(i " -#: sphinx/builders/texinfo.py:204 +#: sphinx/builders/texinfo.py:205 msgid "copying Texinfo support files" msgstr "" -#: sphinx/builders/texinfo.py:208 +#: sphinx/builders/texinfo.py:209 #, python-format msgid "error writing file Makefile: %s" msgstr "" @@ -1002,28 +1002,28 @@ msgstr "" msgid "The pseudo-XML files are in %(outdir)s." msgstr "" -#: sphinx/builders/latex/__init__.py:121 +#: sphinx/builders/latex/__init__.py:123 #, python-format msgid "The LaTeX files are in %(outdir)s." msgstr "" -#: sphinx/builders/latex/__init__.py:123 +#: sphinx/builders/latex/__init__.py:125 msgid "" "\n" "Run 'make' in that directory to run these through (pdf)latex\n" "(use `make latexpdf' here to do that automatically)." msgstr "" -#: sphinx/builders/latex/__init__.py:163 +#: sphinx/builders/latex/__init__.py:165 msgid "no \"latex_documents\" config value found; no documents will be written" msgstr "" -#: sphinx/builders/latex/__init__.py:171 +#: sphinx/builders/latex/__init__.py:173 #, python-format msgid "\"latex_documents\" config value references unknown document %s" msgstr "" -#: sphinx/builders/latex/__init__.py:211 sphinx/domains/std.py:501 +#: sphinx/builders/latex/__init__.py:213 sphinx/domains/std.py:501 #: sphinx/templates/latex/latex.tex_t:79 #: sphinx/themes/basic/genindex-single.html:30 #: sphinx/themes/basic/genindex-single.html:55 @@ -1035,28 +1035,28 @@ msgstr "" msgid "Index" msgstr "Index" -#: sphinx/builders/latex/__init__.py:214 sphinx/templates/latex/latex.tex_t:64 +#: sphinx/builders/latex/__init__.py:216 sphinx/templates/latex/latex.tex_t:64 msgid "Release" msgstr "Utgivelse" -#: sphinx/builders/latex/__init__.py:222 sphinx/writers/latex.py:549 +#: sphinx/builders/latex/__init__.py:224 sphinx/writers/latex.py:549 #, python-format msgid "no Babel option known for language %r" msgstr "" -#: sphinx/builders/latex/__init__.py:361 +#: sphinx/builders/latex/__init__.py:363 msgid "copying TeX support files" msgstr "" -#: sphinx/builders/latex/__init__.py:382 +#: sphinx/builders/latex/__init__.py:384 msgid "copying TeX support files..." msgstr "" -#: sphinx/builders/latex/__init__.py:402 +#: sphinx/builders/latex/__init__.py:404 msgid "copying additional files" msgstr "" -#: sphinx/builders/latex/__init__.py:445 +#: sphinx/builders/latex/__init__.py:447 #, python-format msgid "Unknown configure key: latex_elements[%r]. ignored." msgstr "" @@ -1119,8 +1119,8 @@ msgstr "" msgid "job number should be a positive number" msgstr "" -#: sphinx/cmd/build.py:106 sphinx/cmd/quickstart.py:498 -#: sphinx/ext/apidoc.py:298 sphinx/ext/autosummary/generate.py:365 +#: sphinx/cmd/build.py:106 sphinx/cmd/quickstart.py:497 +#: sphinx/ext/apidoc.py:298 sphinx/ext/autosummary/generate.py:363 msgid "For more information, visit ." msgstr "" @@ -1497,13 +1497,13 @@ msgstr "" msgid "Indicate which of the following Sphinx extensions should be enabled:" msgstr "" -#: sphinx/cmd/quickstart.py:354 +#: sphinx/cmd/quickstart.py:353 msgid "" "Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " "been deselected." msgstr "" -#: sphinx/cmd/quickstart.py:359 +#: sphinx/cmd/quickstart.py:358 msgid "" "\n" "A Makefile and a Windows command file can be generated for you so that you\n" @@ -1511,29 +1511,29 @@ msgid "" "directly." msgstr "" -#: sphinx/cmd/quickstart.py:363 +#: sphinx/cmd/quickstart.py:362 msgid "Create Makefile? (y/n)" msgstr "" -#: sphinx/cmd/quickstart.py:366 +#: sphinx/cmd/quickstart.py:365 msgid "Create Windows command file? (y/n)" msgstr "" -#: sphinx/cmd/quickstart.py:409 sphinx/ext/apidoc.py:74 +#: sphinx/cmd/quickstart.py:408 sphinx/ext/apidoc.py:74 #, python-format msgid "Creating file %s." msgstr "" -#: sphinx/cmd/quickstart.py:414 sphinx/ext/apidoc.py:72 +#: sphinx/cmd/quickstart.py:413 sphinx/ext/apidoc.py:72 #, python-format msgid "File %s already exists, skipping." msgstr "" -#: sphinx/cmd/quickstart.py:450 +#: sphinx/cmd/quickstart.py:449 msgid "Finished: An initial directory structure has been created." msgstr "" -#: sphinx/cmd/quickstart.py:451 +#: sphinx/cmd/quickstart.py:450 #, python-format msgid "" "\n" @@ -1541,26 +1541,26 @@ msgid "" "source files. " msgstr "" -#: sphinx/cmd/quickstart.py:453 +#: sphinx/cmd/quickstart.py:452 msgid "" "Use the Makefile to build the docs, like so:\n" " make builder\n" msgstr "" -#: sphinx/cmd/quickstart.py:456 +#: sphinx/cmd/quickstart.py:455 #, python-format msgid "" "Use the sphinx-build command to build the docs, like so:\n" " sphinx-build -b builder %s %s\n" msgstr "" -#: sphinx/cmd/quickstart.py:459 +#: sphinx/cmd/quickstart.py:458 msgid "" "where \"builder\" is one of the supported builders, e.g. html, latex or " "linkcheck.\n" msgstr "" -#: sphinx/cmd/quickstart.py:499 +#: sphinx/cmd/quickstart.py:498 msgid "" "\n" "Generate required files for a Sphinx project.\n" @@ -1570,131 +1570,131 @@ msgid "" "Makefile to be used with sphinx-build.\n" msgstr "" -#: sphinx/cmd/quickstart.py:509 +#: sphinx/cmd/quickstart.py:508 msgid "quiet mode" msgstr "" -#: sphinx/cmd/quickstart.py:514 +#: sphinx/cmd/quickstart.py:513 msgid "output path" msgstr "" -#: sphinx/cmd/quickstart.py:516 +#: sphinx/cmd/quickstart.py:515 msgid "Structure options" msgstr "" -#: sphinx/cmd/quickstart.py:518 +#: sphinx/cmd/quickstart.py:517 msgid "if specified, separate source and build dirs" msgstr "" -#: sphinx/cmd/quickstart.py:520 +#: sphinx/cmd/quickstart.py:519 msgid "replacement for dot in _templates etc." msgstr "" -#: sphinx/cmd/quickstart.py:522 +#: sphinx/cmd/quickstart.py:521 msgid "Project basic options" msgstr "" -#: sphinx/cmd/quickstart.py:524 +#: sphinx/cmd/quickstart.py:523 msgid "project name" msgstr "" -#: sphinx/cmd/quickstart.py:526 +#: sphinx/cmd/quickstart.py:525 msgid "author names" msgstr "" -#: sphinx/cmd/quickstart.py:528 +#: sphinx/cmd/quickstart.py:527 msgid "version of project" msgstr "" -#: sphinx/cmd/quickstart.py:530 +#: sphinx/cmd/quickstart.py:529 msgid "release of project" msgstr "" -#: sphinx/cmd/quickstart.py:532 +#: sphinx/cmd/quickstart.py:531 msgid "document language" msgstr "" -#: sphinx/cmd/quickstart.py:534 +#: sphinx/cmd/quickstart.py:533 msgid "source file suffix" msgstr "" -#: sphinx/cmd/quickstart.py:536 +#: sphinx/cmd/quickstart.py:535 msgid "master document name" msgstr "" -#: sphinx/cmd/quickstart.py:538 +#: sphinx/cmd/quickstart.py:537 msgid "use epub" msgstr "" -#: sphinx/cmd/quickstart.py:540 +#: sphinx/cmd/quickstart.py:539 msgid "Extension options" msgstr "" -#: sphinx/cmd/quickstart.py:544 sphinx/ext/apidoc.py:379 +#: sphinx/cmd/quickstart.py:543 sphinx/ext/apidoc.py:379 #, python-format msgid "enable %s extension" msgstr "" -#: sphinx/cmd/quickstart.py:546 sphinx/ext/apidoc.py:375 +#: sphinx/cmd/quickstart.py:545 sphinx/ext/apidoc.py:375 msgid "enable arbitrary extensions" msgstr "" -#: sphinx/cmd/quickstart.py:548 +#: sphinx/cmd/quickstart.py:547 msgid "Makefile and Batchfile creation" msgstr "" -#: sphinx/cmd/quickstart.py:550 +#: sphinx/cmd/quickstart.py:549 msgid "create makefile" msgstr "" -#: sphinx/cmd/quickstart.py:552 +#: sphinx/cmd/quickstart.py:551 msgid "do not create makefile" msgstr "" -#: sphinx/cmd/quickstart.py:554 +#: sphinx/cmd/quickstart.py:553 msgid "create batchfile" msgstr "" -#: sphinx/cmd/quickstart.py:557 +#: sphinx/cmd/quickstart.py:556 msgid "do not create batchfile" msgstr "" -#: sphinx/cmd/quickstart.py:560 +#: sphinx/cmd/quickstart.py:559 msgid "use make-mode for Makefile/make.bat" msgstr "" -#: sphinx/cmd/quickstart.py:563 +#: sphinx/cmd/quickstart.py:562 msgid "do not use make-mode for Makefile/make.bat" msgstr "" -#: sphinx/cmd/quickstart.py:565 +#: sphinx/cmd/quickstart.py:564 msgid "Project templating" msgstr "" -#: sphinx/cmd/quickstart.py:568 +#: sphinx/cmd/quickstart.py:567 msgid "template directory for template files" msgstr "" -#: sphinx/cmd/quickstart.py:571 +#: sphinx/cmd/quickstart.py:570 msgid "define a template variable" msgstr "" -#: sphinx/cmd/quickstart.py:605 +#: sphinx/cmd/quickstart.py:604 msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." msgstr "" -#: sphinx/cmd/quickstart.py:619 +#: sphinx/cmd/quickstart.py:618 msgid "" "Error: specified path is not a directory, or sphinx files already exist." msgstr "" -#: sphinx/cmd/quickstart.py:621 +#: sphinx/cmd/quickstart.py:620 msgid "" "sphinx-quickstart only generate into a empty directory. Please specify a new" " root path." msgstr "" -#: sphinx/cmd/quickstart.py:636 +#: sphinx/cmd/quickstart.py:635 #, python-format msgid "Invalid template variable: %s" msgstr "" @@ -1766,17 +1766,17 @@ msgstr "Forfatter: " msgid "%s %s" msgstr "%s %s" -#: sphinx/domains/c.py:64 sphinx/domains/cpp.py:6371 +#: sphinx/domains/c.py:64 sphinx/domains/cpp.py:6445 #: sphinx/domains/python.py:210 sphinx/ext/napoleon/docstring.py:696 msgid "Parameters" msgstr "Parametere" -#: sphinx/domains/c.py:67 sphinx/domains/cpp.py:6380 -#: sphinx/domains/javascript.py:210 sphinx/domains/python.py:222 +#: sphinx/domains/c.py:67 sphinx/domains/cpp.py:6454 +#: sphinx/domains/javascript.py:209 sphinx/domains/python.py:222 msgid "Returns" msgstr "Returnere" -#: sphinx/domains/c.py:69 sphinx/domains/javascript.py:212 +#: sphinx/domains/c.py:69 sphinx/domains/javascript.py:211 #: sphinx/domains/python.py:224 msgid "Return type" msgstr "Retur type" @@ -1806,12 +1806,12 @@ msgstr "%s (C-type)" msgid "%s (C variable)" msgstr "%s (C-variabel)" -#: sphinx/domains/c.py:258 sphinx/domains/cpp.py:6956 -#: sphinx/domains/javascript.py:298 sphinx/domains/python.py:741 +#: sphinx/domains/c.py:258 sphinx/domains/cpp.py:7029 +#: sphinx/domains/javascript.py:297 sphinx/domains/python.py:742 msgid "function" msgstr "funksjon" -#: sphinx/domains/c.py:259 sphinx/domains/cpp.py:6957 +#: sphinx/domains/c.py:259 sphinx/domains/cpp.py:7030 msgid "member" msgstr "medlem" @@ -1819,7 +1819,7 @@ msgstr "medlem" msgid "macro" msgstr "makro" -#: sphinx/domains/c.py:261 sphinx/domains/cpp.py:6958 +#: sphinx/domains/c.py:261 sphinx/domains/cpp.py:7031 msgid "type" msgstr "type" @@ -1842,106 +1842,106 @@ msgstr "Endret i version %s" msgid "Deprecated since version %s" msgstr "Foreldet siden version %s" -#: sphinx/domains/cpp.py:4297 +#: sphinx/domains/cpp.py:4323 #, python-format msgid "" "Duplicate declaration, also defined in '%s'.\n" "Declaration is '%s'." msgstr "" -#: sphinx/domains/cpp.py:6374 +#: sphinx/domains/cpp.py:6448 msgid "Template Parameters" msgstr "" -#: sphinx/domains/cpp.py:6377 sphinx/domains/javascript.py:207 +#: sphinx/domains/cpp.py:6451 sphinx/domains/javascript.py:206 msgid "Throws" msgstr "Kaster" -#: sphinx/domains/cpp.py:6505 +#: sphinx/domains/cpp.py:6579 #, python-format msgid "%s (C++ %s)" msgstr "" -#: sphinx/domains/cpp.py:6954 sphinx/domains/javascript.py:300 -#: sphinx/domains/python.py:743 +#: sphinx/domains/cpp.py:7027 sphinx/domains/javascript.py:299 +#: sphinx/domains/python.py:744 msgid "class" msgstr "klasse" -#: sphinx/domains/cpp.py:6955 +#: sphinx/domains/cpp.py:7028 msgid "union" msgstr "" -#: sphinx/domains/cpp.py:6959 +#: sphinx/domains/cpp.py:7032 msgid "concept" msgstr "" -#: sphinx/domains/cpp.py:6960 +#: sphinx/domains/cpp.py:7033 msgid "enum" msgstr "" -#: sphinx/domains/cpp.py:6961 +#: sphinx/domains/cpp.py:7034 msgid "enumerator" msgstr "" -#: sphinx/domains/cpp.py:7054 +#: sphinx/domains/cpp.py:7127 #, python-format msgid "" "Duplicate declaration, also defined in '%s'.\n" "Name of declaration is '%s'." msgstr "" -#: sphinx/domains/javascript.py:131 sphinx/domains/python.py:429 +#: sphinx/domains/javascript.py:130 sphinx/domains/python.py:430 #, python-format msgid "%s() (built-in function)" msgstr "%s() (innebygd funksjon)" -#: sphinx/domains/javascript.py:132 sphinx/domains/python.py:494 +#: sphinx/domains/javascript.py:131 sphinx/domains/python.py:495 #, python-format msgid "%s() (%s method)" msgstr "%s() (%s metode)" -#: sphinx/domains/javascript.py:134 +#: sphinx/domains/javascript.py:133 #, python-format msgid "%s() (class)" msgstr "%s() (klasse)" -#: sphinx/domains/javascript.py:136 +#: sphinx/domains/javascript.py:135 #, python-format msgid "%s (global variable or constant)" msgstr "%s (global variabel eller konstant)" -#: sphinx/domains/javascript.py:138 sphinx/domains/python.py:532 +#: sphinx/domains/javascript.py:137 sphinx/domains/python.py:533 #, python-format msgid "%s (%s attribute)" msgstr "%s (%s attribut)" -#: sphinx/domains/javascript.py:204 +#: sphinx/domains/javascript.py:203 msgid "Arguments" msgstr "Argument" -#: sphinx/domains/javascript.py:265 sphinx/domains/python.py:609 +#: sphinx/domains/javascript.py:264 sphinx/domains/python.py:610 #, python-format msgid "%s (module)" msgstr "%s (modul)" -#: sphinx/domains/javascript.py:299 sphinx/domains/python.py:745 +#: sphinx/domains/javascript.py:298 sphinx/domains/python.py:746 msgid "method" msgstr "metode" -#: sphinx/domains/javascript.py:301 sphinx/domains/python.py:742 +#: sphinx/domains/javascript.py:300 sphinx/domains/python.py:743 msgid "data" msgstr "data" -#: sphinx/domains/javascript.py:302 sphinx/domains/python.py:748 +#: sphinx/domains/javascript.py:301 sphinx/domains/python.py:749 msgid "attribute" msgstr "attributt" -#: sphinx/domains/javascript.py:303 sphinx/domains/python.py:49 -#: sphinx/domains/python.py:749 +#: sphinx/domains/javascript.py:302 sphinx/domains/python.py:49 +#: sphinx/domains/python.py:750 msgid "module" msgstr "modul" -#: sphinx/domains/math.py:101 sphinx/writers/latex.py:2451 +#: sphinx/domains/math.py:101 sphinx/writers/latex.py:2459 #, python-format msgid "Invalid math_eqref_format: %r" msgstr "" @@ -1963,7 +1963,7 @@ msgstr "operator" msgid "object" msgstr "objekt" -#: sphinx/domains/python.py:53 sphinx/domains/python.py:744 +#: sphinx/domains/python.py:53 sphinx/domains/python.py:745 msgid "exception" msgstr "untak" @@ -1983,88 +1983,88 @@ msgstr "Variabler" msgid "Raises" msgstr "Hever" -#: sphinx/domains/python.py:430 sphinx/domains/python.py:488 -#: sphinx/domains/python.py:500 sphinx/domains/python.py:513 +#: sphinx/domains/python.py:431 sphinx/domains/python.py:489 +#: sphinx/domains/python.py:501 sphinx/domains/python.py:514 #, python-format msgid "%s() (in module %s)" msgstr "%s() (i modul %s)" -#: sphinx/domains/python.py:433 +#: sphinx/domains/python.py:434 #, python-format msgid "%s (built-in variable)" msgstr "%s (innebygd variabel)" -#: sphinx/domains/python.py:434 sphinx/domains/python.py:526 +#: sphinx/domains/python.py:435 sphinx/domains/python.py:527 #, python-format msgid "%s (in module %s)" msgstr "%s (i modul %s)" -#: sphinx/domains/python.py:454 +#: sphinx/domains/python.py:455 #, python-format msgid "%s (built-in class)" msgstr "%s (innebygd klasse)" -#: sphinx/domains/python.py:455 +#: sphinx/domains/python.py:456 #, python-format msgid "%s (class in %s)" msgstr "%s (klasse i %s)" -#: sphinx/domains/python.py:492 +#: sphinx/domains/python.py:493 #, python-format msgid "%s() (%s.%s method)" msgstr "%s() (%s.%s metode)" -#: sphinx/domains/python.py:504 +#: sphinx/domains/python.py:505 #, python-format msgid "%s() (%s.%s static method)" msgstr "%s() (%s.%s statisk metode)" -#: sphinx/domains/python.py:507 +#: sphinx/domains/python.py:508 #, python-format msgid "%s() (%s static method)" msgstr "%s() (%s statisk metode)" -#: sphinx/domains/python.py:517 +#: sphinx/domains/python.py:518 #, python-format msgid "%s() (%s.%s class method)" msgstr "%s() (%s.%s klassemetode)" -#: sphinx/domains/python.py:520 +#: sphinx/domains/python.py:521 #, python-format msgid "%s() (%s class method)" msgstr "%s() (%s klassemetode)" -#: sphinx/domains/python.py:530 +#: sphinx/domains/python.py:531 #, python-format msgid "%s (%s.%s attribute)" msgstr "%s (%s.%s attributt)" -#: sphinx/domains/python.py:667 +#: sphinx/domains/python.py:668 msgid "Python Module Index" msgstr "Python Modulindex" -#: sphinx/domains/python.py:668 +#: sphinx/domains/python.py:669 msgid "modules" msgstr "moduler" -#: sphinx/domains/python.py:719 +#: sphinx/domains/python.py:720 msgid "Deprecated" msgstr "Foreldet" -#: sphinx/domains/python.py:746 +#: sphinx/domains/python.py:747 msgid "class method" msgstr "klassemetode" -#: sphinx/domains/python.py:747 +#: sphinx/domains/python.py:748 msgid "static method" msgstr "statisk metode" -#: sphinx/domains/python.py:879 +#: sphinx/domains/python.py:880 #, python-format msgid "more than one target found for cross-reference %r: %s" msgstr "" -#: sphinx/domains/python.py:917 +#: sphinx/domains/python.py:918 msgid " (deprecated)" msgstr " (foreldet)" @@ -2140,7 +2140,7 @@ msgstr "Søkeside" msgid "duplicate citation %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:631 sphinx/ext/autosectionlabel.py:61 +#: sphinx/domains/std.py:631 sphinx/ext/autosectionlabel.py:56 #, python-format msgid "duplicate label %s, other instance in %s" msgstr "" @@ -2200,21 +2200,21 @@ msgid "" "another doctree directory." msgstr "" -#: sphinx/environment/__init__.py:408 +#: sphinx/environment/__init__.py:404 #, python-format msgid "Failed to scan documents in %s: %r" msgstr "" -#: sphinx/environment/__init__.py:536 +#: sphinx/environment/__init__.py:532 #, python-format msgid "Domain %r is not registered" msgstr "" -#: sphinx/environment/__init__.py:621 +#: sphinx/environment/__init__.py:617 msgid "self referenced toctree found. Ignored." msgstr "" -#: sphinx/environment/__init__.py:662 +#: sphinx/environment/__init__.py:658 msgid "document isn't included in any toctree" msgstr "" @@ -2234,6 +2234,7 @@ msgid "unknown index entry type %r" msgstr "" #: sphinx/environment/adapters/indexentries.py:156 +#: sphinx/templates/latex/sphinxmessages.sty_t:11 msgid "Symbols" msgstr "" @@ -2259,22 +2260,22 @@ msgstr "" msgid "toctree contains reference to nonexisting document %r" msgstr "" -#: sphinx/environment/collectors/asset.py:91 +#: sphinx/environment/collectors/asset.py:90 #, python-format msgid "image file not readable: %s" msgstr "" -#: sphinx/environment/collectors/asset.py:107 +#: sphinx/environment/collectors/asset.py:106 #, python-format msgid "image file %s not readable: %s" msgstr "" -#: sphinx/environment/collectors/asset.py:135 +#: sphinx/environment/collectors/asset.py:134 #, python-format msgid "download file not readable: %s" msgstr "" -#: sphinx/environment/collectors/toctree.py:197 +#: sphinx/environment/collectors/toctree.py:196 #, python-format msgid "%s is already assigned section numbers (nested numbered toctree?)" msgstr "" @@ -2418,38 +2419,38 @@ msgstr "" msgid "module %s could not be imported: %s" msgstr "" -#: sphinx/ext/doctest.py:142 +#: sphinx/ext/doctest.py:132 #, python-format msgid "missing '+' or '-' in '%s' option." msgstr "" -#: sphinx/ext/doctest.py:147 +#: sphinx/ext/doctest.py:137 #, python-format msgid "'%s' is not a valid option." msgstr "" -#: sphinx/ext/doctest.py:161 +#: sphinx/ext/doctest.py:151 #, python-format msgid "'%s' is not a valid pyversion option" msgstr "" -#: sphinx/ext/doctest.py:230 +#: sphinx/ext/doctest.py:222 msgid "invalid TestCode type" msgstr "" -#: sphinx/ext/doctest.py:291 +#: sphinx/ext/doctest.py:283 #, python-format msgid "" "Testing of doctests in the sources finished, look at the results in " "%(outdir)s/output.txt." msgstr "" -#: sphinx/ext/doctest.py:438 +#: sphinx/ext/doctest.py:446 #, python-format msgid "no code/output in %s block at %s:%s" msgstr "" -#: sphinx/ext/doctest.py:527 +#: sphinx/ext/doctest.py:535 #, python-format msgid "ignoring invalid doctest code: %r" msgstr "" @@ -2467,7 +2468,7 @@ msgstr "" msgid "Ignoring \"graphviz\" directive without content." msgstr "" -#: sphinx/ext/graphviz.py:252 +#: sphinx/ext/graphviz.py:250 #, python-format msgid "" "dot did not produce an output file:\n" @@ -2477,14 +2478,14 @@ msgid "" "%r" msgstr "" -#: sphinx/ext/graphviz.py:256 +#: sphinx/ext/graphviz.py:254 #, python-format msgid "" "dot command %r cannot be run (needed for graphviz output), check the " "graphviz_dot setting" msgstr "" -#: sphinx/ext/graphviz.py:263 +#: sphinx/ext/graphviz.py:261 #, python-format msgid "" "dot exited with error:\n" @@ -2494,23 +2495,23 @@ msgid "" "%r" msgstr "" -#: sphinx/ext/graphviz.py:273 +#: sphinx/ext/graphviz.py:271 #, python-format msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" msgstr "" -#: sphinx/ext/graphviz.py:277 sphinx/ext/graphviz.py:331 -#: sphinx/ext/graphviz.py:369 +#: sphinx/ext/graphviz.py:275 sphinx/ext/graphviz.py:329 +#: sphinx/ext/graphviz.py:367 #, python-format msgid "dot code %r: %s" msgstr "" -#: sphinx/ext/graphviz.py:384 sphinx/ext/graphviz.py:393 +#: sphinx/ext/graphviz.py:382 sphinx/ext/graphviz.py:391 #, python-format msgid "[graph: %s]" msgstr "" -#: sphinx/ext/graphviz.py:386 sphinx/ext/graphviz.py:395 +#: sphinx/ext/graphviz.py:384 sphinx/ext/graphviz.py:393 msgid "[graph]" msgstr "" @@ -2529,31 +2530,31 @@ msgid "" "%r" msgstr "" -#: sphinx/ext/imgmath.py:140 +#: sphinx/ext/imgmath.py:139 #, python-format msgid "" "LaTeX command %r cannot be run (needed for math display), check the " "imgmath_latex setting" msgstr "" -#: sphinx/ext/imgmath.py:155 +#: sphinx/ext/imgmath.py:154 #, python-format msgid "" "%s command %r cannot be run (needed for math display), check the imgmath_%s " "setting" msgstr "" -#: sphinx/ext/imgmath.py:290 +#: sphinx/ext/imgmath.py:289 #, python-format msgid "display latex %r: %s" msgstr "" -#: sphinx/ext/imgmath.py:317 +#: sphinx/ext/imgmath.py:316 #, python-format msgid "inline latex %r: %s" msgstr "" -#: sphinx/ext/imgmath.py:324 sphinx/ext/mathjax.py:54 +#: sphinx/ext/imgmath.py:323 sphinx/ext/mathjax.py:54 msgid "Permalink to this equation" msgstr "" @@ -2573,26 +2574,26 @@ msgid "" "alternatives:" msgstr "" -#: sphinx/ext/intersphinx.py:237 +#: sphinx/ext/intersphinx.py:238 msgid "failed to reach any of the inventories with the following issues:" msgstr "" -#: sphinx/ext/intersphinx.py:312 +#: sphinx/ext/intersphinx.py:311 #, python-format msgid "(in %s v%s)" msgstr "" -#: sphinx/ext/intersphinx.py:314 +#: sphinx/ext/intersphinx.py:313 #, python-format msgid "(in %s)" msgstr "" -#: sphinx/ext/intersphinx.py:348 +#: sphinx/ext/intersphinx.py:347 #, python-format msgid "intersphinx identifier %r is not string. Ignored" msgstr "" -#: sphinx/ext/intersphinx.py:361 +#: sphinx/ext/intersphinx.py:360 #, python-format msgid "Fail to read intersphinx_mapping[%s], Ignored: %r" msgstr "" @@ -2648,29 +2649,29 @@ msgstr "Oversikt: modulkildekode" msgid "

All modules for which code is available

" msgstr "

Alla moduler hvor kildekode finnes

" -#: sphinx/ext/autodoc/__init__.py:302 +#: sphinx/ext/autodoc/__init__.py:300 #, python-format msgid "invalid signature for auto%s (%r)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:402 +#: sphinx/ext/autodoc/__init__.py:400 #, python-format msgid "error while formatting arguments for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:514 +#: sphinx/ext/autodoc/__init__.py:512 #, python-format msgid "missing attribute %s in object %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:602 +#: sphinx/ext/autodoc/__init__.py:600 #, python-format msgid "" "autodoc: failed to determine %r to be documented.the following exception was raised:\n" "%s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:694 +#: sphinx/ext/autodoc/__init__.py:692 #, python-format msgid "" "don't know which module to import for autodocumenting %r (try placing a " @@ -2678,39 +2679,39 @@ msgid "" "explicit module name)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:788 +#: sphinx/ext/autodoc/__init__.py:786 msgid "\"::\" in automodule name doesn't make sense" msgstr "" -#: sphinx/ext/autodoc/__init__.py:796 +#: sphinx/ext/autodoc/__init__.py:794 #, python-format msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:829 +#: sphinx/ext/autodoc/__init__.py:827 #, python-format msgid "" "__all__ should be a list of strings, not %r (in module %s) -- ignoring " "__all__" msgstr "" -#: sphinx/ext/autodoc/__init__.py:844 +#: sphinx/ext/autodoc/__init__.py:842 #, python-format msgid "" "missing attribute mentioned in :members: or __all__: module %s, attribute %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1128 +#: sphinx/ext/autodoc/__init__.py:1126 #, python-format msgid "Bases: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1185 +#: sphinx/ext/autodoc/__init__.py:1183 #, python-format msgid "alias of :class:`%s`" msgstr "alias for :class:`%s`" -#: sphinx/ext/autodoc/__init__.py:1470 +#: sphinx/ext/autodoc/__init__.py:1468 #, python-format msgid "Ignoring invalid option in autodoc_default_flags: %r" msgstr "" @@ -2746,17 +2747,17 @@ msgid "" "contain .rst. Skipped." msgstr "" -#: sphinx/ext/autosummary/generate.py:102 +#: sphinx/ext/autosummary/generate.py:100 #, python-format msgid "[autosummary] generating autosummary for: %s" msgstr "" -#: sphinx/ext/autosummary/generate.py:106 +#: sphinx/ext/autosummary/generate.py:104 #, python-format msgid "[autosummary] writing to %s" msgstr "" -#: sphinx/ext/autosummary/generate.py:366 +#: sphinx/ext/autosummary/generate.py:364 msgid "" "\n" "Generate ReStructuredText using autosummary directives.\n" @@ -2771,25 +2772,25 @@ msgid "" " pydoc sphinx.ext.autosummary\n" msgstr "" -#: sphinx/ext/autosummary/generate.py:383 +#: sphinx/ext/autosummary/generate.py:381 msgid "source files to generate rST files for" msgstr "" -#: sphinx/ext/autosummary/generate.py:387 +#: sphinx/ext/autosummary/generate.py:385 msgid "directory to place all output in" msgstr "" -#: sphinx/ext/autosummary/generate.py:390 +#: sphinx/ext/autosummary/generate.py:388 #, python-format msgid "default suffix for files (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:394 +#: sphinx/ext/autosummary/generate.py:392 #, python-format msgid "custom template directory (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:398 +#: sphinx/ext/autosummary/generate.py:396 #, python-format msgid "document imported members (default: %(default)s)" msgstr "" @@ -2867,6 +2868,7 @@ msgid "Warning" msgstr "Advarsel" #: sphinx/templates/latex/longtable.tex_t:23 +#: sphinx/templates/latex/sphinxmessages.sty_t:8 msgid "continued from previous page" msgstr "fortsettelse fra forrige side" @@ -2874,13 +2876,29 @@ msgstr "fortsettelse fra forrige side" msgid "Continued on next page" msgstr "Fortsetter på neste side" +#: sphinx/templates/latex/sphinxmessages.sty_t:9 +msgid "continues on next page" +msgstr "" + +#: sphinx/templates/latex/sphinxmessages.sty_t:10 +msgid "Non-alphabetical" +msgstr "" + +#: sphinx/templates/latex/sphinxmessages.sty_t:12 +msgid "Numbers" +msgstr "" + +#: sphinx/templates/latex/sphinxmessages.sty_t:13 +msgid "page" +msgstr "" + #: sphinx/themes/agogo/layout.html:46 sphinx/themes/basic/globaltoc.html:10 #: sphinx/themes/basic/localtoc.html:11 sphinx/themes/scrolls/layout.html:41 msgid "Table of Contents" msgstr "" #: sphinx/themes/agogo/layout.html:51 sphinx/themes/basic/layout.html:153 -#: sphinx/themes/basic/search.html:11 sphinx/themes/basic/search.html:26 +#: sphinx/themes/basic/search.html:11 sphinx/themes/basic/search.html:21 #: sphinx/themes/basic/searchresults.html:10 msgid "Search" msgstr "Søk" @@ -3017,13 +3035,13 @@ msgstr "Neste emne" msgid "next chapter" msgstr "neste kapittel" -#: sphinx/themes/basic/search.html:30 +#: sphinx/themes/basic/search.html:25 msgid "" "Please activate JavaScript to enable the search\n" " functionality." msgstr "Vennligst aktiver JavaScript for å aktivere søk." -#: sphinx/themes/basic/search.html:35 +#: sphinx/themes/basic/search.html:30 msgid "" "From here you can search these documents. Enter your search\n" " words into the box below and click \"search\". Note that the search\n" @@ -3031,20 +3049,20 @@ msgid "" " containing fewer words won't appear in the result list." msgstr "her kan du søke blant disse dokumentene. Angi søkeord nedfor og klikk \"søk\".\n Søket må treffe på samtlige søkeord." -#: sphinx/themes/basic/search.html:42 +#: sphinx/themes/basic/search.html:37 #: sphinx/themes/basic/searchresults.html:17 msgid "search" msgstr "søk" -#: sphinx/themes/basic/search.html:46 +#: sphinx/themes/basic/search.html:41 #: sphinx/themes/basic/searchresults.html:21 -#: sphinx/themes/basic/static/searchtools.js:295 +#: sphinx/themes/basic/static/searchtools.js:285 msgid "Search Results" msgstr "Søkeresultat" -#: sphinx/themes/basic/search.html:48 +#: sphinx/themes/basic/search.html:43 #: sphinx/themes/basic/searchresults.html:23 -#: sphinx/themes/basic/static/searchtools.js:297 +#: sphinx/themes/basic/static/searchtools.js:287 msgid "" "Your search did not match any documents. Please make sure that all words are" " spelled correctly and that you've selected enough categories." @@ -3102,20 +3120,20 @@ msgstr "Permalink til denne definisjonen" msgid "Hide Search Matches" msgstr "Skjul søkeresultat" -#: sphinx/themes/basic/static/searchtools.js:131 +#: sphinx/themes/basic/static/searchtools.js:121 msgid "Searching" msgstr "" -#: sphinx/themes/basic/static/searchtools.js:136 +#: sphinx/themes/basic/static/searchtools.js:126 msgid "Preparing search..." msgstr "" -#: sphinx/themes/basic/static/searchtools.js:299 +#: sphinx/themes/basic/static/searchtools.js:289 #, python-format msgid "Search finished, found %s page(s) matching the search query." msgstr "" -#: sphinx/themes/basic/static/searchtools.js:352 +#: sphinx/themes/basic/static/searchtools.js:342 msgid ", in " msgstr "" @@ -3132,18 +3150,18 @@ msgstr "Skjul sidepanelet" msgid "Contents" msgstr "Innhold" -#: sphinx/transforms/__init__.py:259 +#: sphinx/transforms/__init__.py:261 #, python-format msgid "" "4 column based index found. It might be a bug of extensions you use: %r" msgstr "" -#: sphinx/transforms/__init__.py:301 +#: sphinx/transforms/__init__.py:303 #, python-format msgid "Footnote [%s] is not referenced." msgstr "" -#: sphinx/transforms/__init__.py:307 +#: sphinx/transforms/__init__.py:309 msgid "Footnote [#] is not referenced." msgstr "" @@ -3214,7 +3232,7 @@ msgstr "" msgid "failed" msgstr "" -#: sphinx/util/docutils.py:321 +#: sphinx/util/docutils.py:320 msgid "when adding directive classes, no additional arguments may be given" msgstr "" @@ -3275,15 +3293,15 @@ msgstr "" msgid "Permalink to this code" msgstr "" -#: sphinx/writers/html.py:514 sphinx/writers/html5.py:460 +#: sphinx/writers/html.py:512 sphinx/writers/html5.py:458 msgid "Permalink to this image" msgstr "" -#: sphinx/writers/html.py:516 sphinx/writers/html5.py:462 +#: sphinx/writers/html.py:514 sphinx/writers/html5.py:460 msgid "Permalink to this toctree" msgstr "" -#: sphinx/writers/html.py:674 sphinx/writers/html5.py:608 +#: sphinx/writers/html.py:672 sphinx/writers/html5.py:606 msgid "Could not obtain image size. :scale: option is ignored." msgstr "" @@ -3320,12 +3338,12 @@ msgstr "" msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: sphinx/writers/latex.py:1843 +#: sphinx/writers/latex.py:1847 #, python-format msgid "unknown index entry type %s found" msgstr "" -#: sphinx/writers/latex.py:2552 +#: sphinx/writers/latex.py:2560 #, python-format msgid "Unknown configure key: latex_elements[%r] is ignored." msgstr "" @@ -3343,12 +3361,12 @@ msgstr "[bilde]" msgid "caption not inside a figure." msgstr "" -#: sphinx/writers/texinfo.py:1421 +#: sphinx/writers/texinfo.py:1422 #, python-format msgid "unimplemented node type: %r" msgstr "" -#: sphinx/writers/texinfo.py:1426 +#: sphinx/writers/texinfo.py:1427 #, python-format msgid "unknown node type: %r" msgstr "" diff --git a/sphinx/locale/ne/LC_MESSAGES/sphinx.mo b/sphinx/locale/ne/LC_MESSAGES/sphinx.mo index eba9d6566e..1d88acdb8a 100644 Binary files a/sphinx/locale/ne/LC_MESSAGES/sphinx.mo and b/sphinx/locale/ne/LC_MESSAGES/sphinx.mo differ diff --git a/sphinx/locale/ne/LC_MESSAGES/sphinx.po b/sphinx/locale/ne/LC_MESSAGES/sphinx.po index a365b0ef7d..e87d8a887f 100644 --- a/sphinx/locale/ne/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/ne/LC_MESSAGES/sphinx.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2019-02-18 01:52+0900\n" -"PO-Revision-Date: 2019-03-14 16:36+0000\n" +"POT-Creation-Date: 2019-03-29 01:05+0900\n" +"PO-Revision-Date: 2019-03-28 16:08+0000\n" "Last-Translator: Takeshi KOMIYA \n" "Language-Team: Nepali (http://www.transifex.com/sphinx-doc/sphinx-1/language/ne/)\n" "MIME-Version: 1.0\n" @@ -123,7 +123,7 @@ msgstr "" msgid "role %r is already registered, it will be overridden" msgstr "" -#: sphinx/application.py:1182 +#: sphinx/application.py:1179 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -131,7 +131,7 @@ msgid "" "explicit" msgstr "" -#: sphinx/application.py:1188 +#: sphinx/application.py:1185 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -139,7 +139,7 @@ msgid "" "explicit" msgstr "" -#: sphinx/application.py:1199 +#: sphinx/application.py:1196 #, python-format msgid "doing serial %s" msgstr "" @@ -588,44 +588,44 @@ msgstr "" msgid "preparing documents" msgstr "" -#: sphinx/builders/_epub_base.py:219 +#: sphinx/builders/_epub_base.py:218 #, python-format msgid "duplicated ToC entry found: %s" msgstr "" -#: sphinx/builders/_epub_base.py:415 sphinx/builders/html.py:761 -#: sphinx/builders/latex/__init__.py:413 sphinx/builders/texinfo.py:190 +#: sphinx/builders/_epub_base.py:414 sphinx/builders/html.py:761 +#: sphinx/builders/latex/__init__.py:415 sphinx/builders/texinfo.py:190 msgid "copying images... " msgstr "" -#: sphinx/builders/_epub_base.py:422 +#: sphinx/builders/_epub_base.py:421 #, python-format msgid "cannot read image file %r: copying it instead" msgstr "" -#: sphinx/builders/_epub_base.py:428 sphinx/builders/html.py:769 -#: sphinx/builders/latex/__init__.py:421 sphinx/builders/texinfo.py:198 +#: sphinx/builders/_epub_base.py:427 sphinx/builders/html.py:769 +#: sphinx/builders/latex/__init__.py:423 sphinx/builders/texinfo.py:199 #, python-format msgid "cannot copy image file %r: %s" msgstr "" -#: sphinx/builders/_epub_base.py:445 +#: sphinx/builders/_epub_base.py:444 #, python-format msgid "cannot write image file %r: %s" msgstr "" -#: sphinx/builders/_epub_base.py:456 +#: sphinx/builders/_epub_base.py:455 msgid "Pillow not found - copying image files" msgstr "" -#: sphinx/builders/_epub_base.py:491 sphinx/builders/_epub_base.py:504 -#: sphinx/builders/_epub_base.py:540 sphinx/builders/_epub_base.py:725 -#: sphinx/builders/_epub_base.py:758 sphinx/builders/epub3.py:184 +#: sphinx/builders/_epub_base.py:490 sphinx/builders/_epub_base.py:503 +#: sphinx/builders/_epub_base.py:539 sphinx/builders/_epub_base.py:724 +#: sphinx/builders/_epub_base.py:757 sphinx/builders/epub3.py:183 #, python-format msgid "writing %s file..." msgstr "" -#: sphinx/builders/_epub_base.py:566 +#: sphinx/builders/_epub_base.py:565 #, python-format msgid "unknown mimetype for %s, ignoring" msgstr "" @@ -644,19 +644,19 @@ msgstr "" msgid "writing summary file..." msgstr "" -#: sphinx/builders/changes.py:87 +#: sphinx/builders/changes.py:86 msgid "Builtins" msgstr "बिइल्टिन्स" -#: sphinx/builders/changes.py:89 +#: sphinx/builders/changes.py:88 msgid "Module level" msgstr "मडुलको तह" -#: sphinx/builders/changes.py:134 +#: sphinx/builders/changes.py:133 msgid "copying source files..." msgstr "" -#: sphinx/builders/changes.py:141 +#: sphinx/builders/changes.py:140 #, python-format msgid "could not read %r for changelog creation" msgstr "" @@ -665,76 +665,76 @@ msgstr "" msgid "The dummy builder generates no files." msgstr "" -#: sphinx/builders/epub3.py:69 +#: sphinx/builders/epub3.py:68 #, python-format msgid "The ePub file is in %(outdir)s." msgstr "" -#: sphinx/builders/epub3.py:212 +#: sphinx/builders/epub3.py:211 msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:216 +#: sphinx/builders/epub3.py:215 msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:219 +#: sphinx/builders/epub3.py:218 msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:223 +#: sphinx/builders/epub3.py:222 msgid "conf value \"epub_author\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:226 +#: sphinx/builders/epub3.py:225 msgid "conf value \"epub_contributor\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:229 +#: sphinx/builders/epub3.py:228 msgid "conf value \"epub_description\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:232 +#: sphinx/builders/epub3.py:231 msgid "conf value \"epub_publisher\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:235 +#: sphinx/builders/epub3.py:234 msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:239 +#: sphinx/builders/epub3.py:238 msgid "conf value \"epub_identifier\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:242 +#: sphinx/builders/epub3.py:241 msgid "conf value \"version\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:257 sphinx/builders/html.py:1166 +#: sphinx/builders/epub3.py:256 sphinx/builders/html.py:1166 #, python-format msgid "invalid css_file: %r, ignored" msgstr "" -#: sphinx/builders/gettext.py:215 +#: sphinx/builders/gettext.py:221 #, python-format msgid "The message catalogs are in %(outdir)s." msgstr "" -#: sphinx/builders/gettext.py:239 +#: sphinx/builders/gettext.py:245 #, python-format msgid "building [%s]: " msgstr "" -#: sphinx/builders/gettext.py:240 +#: sphinx/builders/gettext.py:246 #, python-format msgid "targets for %d template files" msgstr "" -#: sphinx/builders/gettext.py:244 +#: sphinx/builders/gettext.py:250 msgid "reading templates... " msgstr "" -#: sphinx/builders/gettext.py:271 +#: sphinx/builders/gettext.py:277 msgid "writing message catalogs... " msgstr "" @@ -753,7 +753,7 @@ msgstr "" msgid "Failed to read build info file: %r" msgstr "" -#: sphinx/builders/html.py:488 sphinx/builders/latex/__init__.py:204 +#: sphinx/builders/html.py:488 sphinx/builders/latex/__init__.py:206 #: sphinx/transforms/__init__.py:121 sphinx/writers/manpage.py:118 #: sphinx/writers/texinfo.py:243 #, python-format @@ -806,7 +806,7 @@ msgstr "" msgid "html_static_path entry %r does not exist" msgstr "" -#: sphinx/builders/html.py:839 sphinx/builders/latex/__init__.py:398 +#: sphinx/builders/html.py:839 sphinx/builders/latex/__init__.py:400 #, python-format msgid "logo file %r does not exist" msgstr "" @@ -923,7 +923,7 @@ msgstr "" msgid "no \"man_pages\" config value found; no manual pages will be written" msgstr "" -#: sphinx/builders/latex/__init__.py:270 sphinx/builders/manpage.py:64 +#: sphinx/builders/latex/__init__.py:272 sphinx/builders/manpage.py:64 #: sphinx/builders/singlehtml.py:174 sphinx/builders/texinfo.py:120 msgid "writing" msgstr "" @@ -967,24 +967,24 @@ msgstr "" msgid "\"texinfo_documents\" config value references unknown document %s" msgstr "" -#: sphinx/builders/latex/__init__.py:253 sphinx/builders/texinfo.py:116 +#: sphinx/builders/latex/__init__.py:255 sphinx/builders/texinfo.py:116 #, python-format msgid "processing %s" msgstr "" -#: sphinx/builders/latex/__init__.py:322 sphinx/builders/texinfo.py:163 +#: sphinx/builders/latex/__init__.py:323 sphinx/builders/texinfo.py:164 msgid "resolving references..." msgstr "" -#: sphinx/builders/latex/__init__.py:332 sphinx/builders/texinfo.py:172 +#: sphinx/builders/latex/__init__.py:333 sphinx/builders/texinfo.py:173 msgid " (in " msgstr "(in" -#: sphinx/builders/texinfo.py:204 +#: sphinx/builders/texinfo.py:205 msgid "copying Texinfo support files" msgstr "" -#: sphinx/builders/texinfo.py:208 +#: sphinx/builders/texinfo.py:209 #, python-format msgid "error writing file Makefile: %s" msgstr "" @@ -1004,28 +1004,28 @@ msgstr "" msgid "The pseudo-XML files are in %(outdir)s." msgstr "" -#: sphinx/builders/latex/__init__.py:121 +#: sphinx/builders/latex/__init__.py:123 #, python-format msgid "The LaTeX files are in %(outdir)s." msgstr "" -#: sphinx/builders/latex/__init__.py:123 +#: sphinx/builders/latex/__init__.py:125 msgid "" "\n" "Run 'make' in that directory to run these through (pdf)latex\n" "(use `make latexpdf' here to do that automatically)." msgstr "" -#: sphinx/builders/latex/__init__.py:163 +#: sphinx/builders/latex/__init__.py:165 msgid "no \"latex_documents\" config value found; no documents will be written" msgstr "" -#: sphinx/builders/latex/__init__.py:171 +#: sphinx/builders/latex/__init__.py:173 #, python-format msgid "\"latex_documents\" config value references unknown document %s" msgstr "" -#: sphinx/builders/latex/__init__.py:211 sphinx/domains/std.py:501 +#: sphinx/builders/latex/__init__.py:213 sphinx/domains/std.py:501 #: sphinx/templates/latex/latex.tex_t:79 #: sphinx/themes/basic/genindex-single.html:30 #: sphinx/themes/basic/genindex-single.html:55 @@ -1037,28 +1037,28 @@ msgstr "" msgid "Index" msgstr "अनुसुची" -#: sphinx/builders/latex/__init__.py:214 sphinx/templates/latex/latex.tex_t:64 +#: sphinx/builders/latex/__init__.py:216 sphinx/templates/latex/latex.tex_t:64 msgid "Release" msgstr "रीलीज" -#: sphinx/builders/latex/__init__.py:222 sphinx/writers/latex.py:549 +#: sphinx/builders/latex/__init__.py:224 sphinx/writers/latex.py:549 #, python-format msgid "no Babel option known for language %r" msgstr "" -#: sphinx/builders/latex/__init__.py:361 +#: sphinx/builders/latex/__init__.py:363 msgid "copying TeX support files" msgstr "" -#: sphinx/builders/latex/__init__.py:382 +#: sphinx/builders/latex/__init__.py:384 msgid "copying TeX support files..." msgstr "" -#: sphinx/builders/latex/__init__.py:402 +#: sphinx/builders/latex/__init__.py:404 msgid "copying additional files" msgstr "" -#: sphinx/builders/latex/__init__.py:445 +#: sphinx/builders/latex/__init__.py:447 #, python-format msgid "Unknown configure key: latex_elements[%r]. ignored." msgstr "" @@ -1121,8 +1121,8 @@ msgstr "" msgid "job number should be a positive number" msgstr "" -#: sphinx/cmd/build.py:106 sphinx/cmd/quickstart.py:498 -#: sphinx/ext/apidoc.py:298 sphinx/ext/autosummary/generate.py:365 +#: sphinx/cmd/build.py:106 sphinx/cmd/quickstart.py:497 +#: sphinx/ext/apidoc.py:298 sphinx/ext/autosummary/generate.py:363 msgid "For more information, visit ." msgstr "" @@ -1499,13 +1499,13 @@ msgstr "" msgid "Indicate which of the following Sphinx extensions should be enabled:" msgstr "" -#: sphinx/cmd/quickstart.py:354 +#: sphinx/cmd/quickstart.py:353 msgid "" "Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " "been deselected." msgstr "" -#: sphinx/cmd/quickstart.py:359 +#: sphinx/cmd/quickstart.py:358 msgid "" "\n" "A Makefile and a Windows command file can be generated for you so that you\n" @@ -1513,29 +1513,29 @@ msgid "" "directly." msgstr "" -#: sphinx/cmd/quickstart.py:363 +#: sphinx/cmd/quickstart.py:362 msgid "Create Makefile? (y/n)" msgstr "" -#: sphinx/cmd/quickstart.py:366 +#: sphinx/cmd/quickstart.py:365 msgid "Create Windows command file? (y/n)" msgstr "" -#: sphinx/cmd/quickstart.py:409 sphinx/ext/apidoc.py:74 +#: sphinx/cmd/quickstart.py:408 sphinx/ext/apidoc.py:74 #, python-format msgid "Creating file %s." msgstr "" -#: sphinx/cmd/quickstart.py:414 sphinx/ext/apidoc.py:72 +#: sphinx/cmd/quickstart.py:413 sphinx/ext/apidoc.py:72 #, python-format msgid "File %s already exists, skipping." msgstr "" -#: sphinx/cmd/quickstart.py:450 +#: sphinx/cmd/quickstart.py:449 msgid "Finished: An initial directory structure has been created." msgstr "" -#: sphinx/cmd/quickstart.py:451 +#: sphinx/cmd/quickstart.py:450 #, python-format msgid "" "\n" @@ -1543,26 +1543,26 @@ msgid "" "source files. " msgstr "" -#: sphinx/cmd/quickstart.py:453 +#: sphinx/cmd/quickstart.py:452 msgid "" "Use the Makefile to build the docs, like so:\n" " make builder\n" msgstr "" -#: sphinx/cmd/quickstart.py:456 +#: sphinx/cmd/quickstart.py:455 #, python-format msgid "" "Use the sphinx-build command to build the docs, like so:\n" " sphinx-build -b builder %s %s\n" msgstr "" -#: sphinx/cmd/quickstart.py:459 +#: sphinx/cmd/quickstart.py:458 msgid "" "where \"builder\" is one of the supported builders, e.g. html, latex or " "linkcheck.\n" msgstr "" -#: sphinx/cmd/quickstart.py:499 +#: sphinx/cmd/quickstart.py:498 msgid "" "\n" "Generate required files for a Sphinx project.\n" @@ -1572,131 +1572,131 @@ msgid "" "Makefile to be used with sphinx-build.\n" msgstr "" -#: sphinx/cmd/quickstart.py:509 +#: sphinx/cmd/quickstart.py:508 msgid "quiet mode" msgstr "" -#: sphinx/cmd/quickstart.py:514 +#: sphinx/cmd/quickstart.py:513 msgid "output path" msgstr "" -#: sphinx/cmd/quickstart.py:516 +#: sphinx/cmd/quickstart.py:515 msgid "Structure options" msgstr "" -#: sphinx/cmd/quickstart.py:518 +#: sphinx/cmd/quickstart.py:517 msgid "if specified, separate source and build dirs" msgstr "" -#: sphinx/cmd/quickstart.py:520 +#: sphinx/cmd/quickstart.py:519 msgid "replacement for dot in _templates etc." msgstr "" -#: sphinx/cmd/quickstart.py:522 +#: sphinx/cmd/quickstart.py:521 msgid "Project basic options" msgstr "" -#: sphinx/cmd/quickstart.py:524 +#: sphinx/cmd/quickstart.py:523 msgid "project name" msgstr "" -#: sphinx/cmd/quickstart.py:526 +#: sphinx/cmd/quickstart.py:525 msgid "author names" msgstr "" -#: sphinx/cmd/quickstart.py:528 +#: sphinx/cmd/quickstart.py:527 msgid "version of project" msgstr "" -#: sphinx/cmd/quickstart.py:530 +#: sphinx/cmd/quickstart.py:529 msgid "release of project" msgstr "" -#: sphinx/cmd/quickstart.py:532 +#: sphinx/cmd/quickstart.py:531 msgid "document language" msgstr "" -#: sphinx/cmd/quickstart.py:534 +#: sphinx/cmd/quickstart.py:533 msgid "source file suffix" msgstr "" -#: sphinx/cmd/quickstart.py:536 +#: sphinx/cmd/quickstart.py:535 msgid "master document name" msgstr "" -#: sphinx/cmd/quickstart.py:538 +#: sphinx/cmd/quickstart.py:537 msgid "use epub" msgstr "" -#: sphinx/cmd/quickstart.py:540 +#: sphinx/cmd/quickstart.py:539 msgid "Extension options" msgstr "" -#: sphinx/cmd/quickstart.py:544 sphinx/ext/apidoc.py:379 +#: sphinx/cmd/quickstart.py:543 sphinx/ext/apidoc.py:379 #, python-format msgid "enable %s extension" msgstr "" -#: sphinx/cmd/quickstart.py:546 sphinx/ext/apidoc.py:375 +#: sphinx/cmd/quickstart.py:545 sphinx/ext/apidoc.py:375 msgid "enable arbitrary extensions" msgstr "" -#: sphinx/cmd/quickstart.py:548 +#: sphinx/cmd/quickstart.py:547 msgid "Makefile and Batchfile creation" msgstr "" -#: sphinx/cmd/quickstart.py:550 +#: sphinx/cmd/quickstart.py:549 msgid "create makefile" msgstr "" -#: sphinx/cmd/quickstart.py:552 +#: sphinx/cmd/quickstart.py:551 msgid "do not create makefile" msgstr "" -#: sphinx/cmd/quickstart.py:554 +#: sphinx/cmd/quickstart.py:553 msgid "create batchfile" msgstr "" -#: sphinx/cmd/quickstart.py:557 +#: sphinx/cmd/quickstart.py:556 msgid "do not create batchfile" msgstr "" -#: sphinx/cmd/quickstart.py:560 +#: sphinx/cmd/quickstart.py:559 msgid "use make-mode for Makefile/make.bat" msgstr "" -#: sphinx/cmd/quickstart.py:563 +#: sphinx/cmd/quickstart.py:562 msgid "do not use make-mode for Makefile/make.bat" msgstr "" -#: sphinx/cmd/quickstart.py:565 +#: sphinx/cmd/quickstart.py:564 msgid "Project templating" msgstr "" -#: sphinx/cmd/quickstart.py:568 +#: sphinx/cmd/quickstart.py:567 msgid "template directory for template files" msgstr "" -#: sphinx/cmd/quickstart.py:571 +#: sphinx/cmd/quickstart.py:570 msgid "define a template variable" msgstr "" -#: sphinx/cmd/quickstart.py:605 +#: sphinx/cmd/quickstart.py:604 msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." msgstr "" -#: sphinx/cmd/quickstart.py:619 +#: sphinx/cmd/quickstart.py:618 msgid "" "Error: specified path is not a directory, or sphinx files already exist." msgstr "" -#: sphinx/cmd/quickstart.py:621 +#: sphinx/cmd/quickstart.py:620 msgid "" "sphinx-quickstart only generate into a empty directory. Please specify a new" " root path." msgstr "" -#: sphinx/cmd/quickstart.py:636 +#: sphinx/cmd/quickstart.py:635 #, python-format msgid "Invalid template variable: %s" msgstr "" @@ -1768,17 +1768,17 @@ msgstr "लेखक" msgid "%s %s" msgstr "%s %s" -#: sphinx/domains/c.py:64 sphinx/domains/cpp.py:6371 +#: sphinx/domains/c.py:64 sphinx/domains/cpp.py:6445 #: sphinx/domains/python.py:210 sphinx/ext/napoleon/docstring.py:696 msgid "Parameters" msgstr "Parameters" -#: sphinx/domains/c.py:67 sphinx/domains/cpp.py:6380 -#: sphinx/domains/javascript.py:210 sphinx/domains/python.py:222 +#: sphinx/domains/c.py:67 sphinx/domains/cpp.py:6454 +#: sphinx/domains/javascript.py:209 sphinx/domains/python.py:222 msgid "Returns" msgstr "Returns" -#: sphinx/domains/c.py:69 sphinx/domains/javascript.py:212 +#: sphinx/domains/c.py:69 sphinx/domains/javascript.py:211 #: sphinx/domains/python.py:224 msgid "Return type" msgstr "Return type" @@ -1808,12 +1808,12 @@ msgstr "%s (C किसिम)" msgid "%s (C variable)" msgstr "%s (C चल)" -#: sphinx/domains/c.py:258 sphinx/domains/cpp.py:6956 -#: sphinx/domains/javascript.py:298 sphinx/domains/python.py:741 +#: sphinx/domains/c.py:258 sphinx/domains/cpp.py:7029 +#: sphinx/domains/javascript.py:297 sphinx/domains/python.py:742 msgid "function" msgstr "फन्क्सन" -#: sphinx/domains/c.py:259 sphinx/domains/cpp.py:6957 +#: sphinx/domains/c.py:259 sphinx/domains/cpp.py:7030 msgid "member" msgstr "सदस्य" @@ -1821,7 +1821,7 @@ msgstr "सदस्य" msgid "macro" msgstr "बृहत" -#: sphinx/domains/c.py:261 sphinx/domains/cpp.py:6958 +#: sphinx/domains/c.py:261 sphinx/domains/cpp.py:7031 msgid "type" msgstr "किसिम" @@ -1844,106 +1844,106 @@ msgstr "भर्सन %s मा बदलिएको" msgid "Deprecated since version %s" msgstr "Deprecated since version %s" -#: sphinx/domains/cpp.py:4297 +#: sphinx/domains/cpp.py:4323 #, python-format msgid "" "Duplicate declaration, also defined in '%s'.\n" "Declaration is '%s'." msgstr "" -#: sphinx/domains/cpp.py:6374 +#: sphinx/domains/cpp.py:6448 msgid "Template Parameters" msgstr "" -#: sphinx/domains/cpp.py:6377 sphinx/domains/javascript.py:207 +#: sphinx/domains/cpp.py:6451 sphinx/domains/javascript.py:206 msgid "Throws" msgstr "Throws" -#: sphinx/domains/cpp.py:6505 +#: sphinx/domains/cpp.py:6579 #, python-format msgid "%s (C++ %s)" msgstr "" -#: sphinx/domains/cpp.py:6954 sphinx/domains/javascript.py:300 -#: sphinx/domains/python.py:743 +#: sphinx/domains/cpp.py:7027 sphinx/domains/javascript.py:299 +#: sphinx/domains/python.py:744 msgid "class" msgstr "कक्षा" -#: sphinx/domains/cpp.py:6955 +#: sphinx/domains/cpp.py:7028 msgid "union" msgstr "" -#: sphinx/domains/cpp.py:6959 +#: sphinx/domains/cpp.py:7032 msgid "concept" msgstr "" -#: sphinx/domains/cpp.py:6960 +#: sphinx/domains/cpp.py:7033 msgid "enum" msgstr "" -#: sphinx/domains/cpp.py:6961 +#: sphinx/domains/cpp.py:7034 msgid "enumerator" msgstr "" -#: sphinx/domains/cpp.py:7054 +#: sphinx/domains/cpp.py:7127 #, python-format msgid "" "Duplicate declaration, also defined in '%s'.\n" "Name of declaration is '%s'." msgstr "" -#: sphinx/domains/javascript.py:131 sphinx/domains/python.py:429 +#: sphinx/domains/javascript.py:130 sphinx/domains/python.py:430 #, python-format msgid "%s() (built-in function)" msgstr "%s() (built-in function)" -#: sphinx/domains/javascript.py:132 sphinx/domains/python.py:494 +#: sphinx/domains/javascript.py:131 sphinx/domains/python.py:495 #, python-format msgid "%s() (%s method)" msgstr "%s() (%s विधी)" -#: sphinx/domains/javascript.py:134 +#: sphinx/domains/javascript.py:133 #, python-format msgid "%s() (class)" msgstr "%s() (कक्षा)" -#: sphinx/domains/javascript.py:136 +#: sphinx/domains/javascript.py:135 #, python-format msgid "%s (global variable or constant)" msgstr "%s (global variable or constant)" -#: sphinx/domains/javascript.py:138 sphinx/domains/python.py:532 +#: sphinx/domains/javascript.py:137 sphinx/domains/python.py:533 #, python-format msgid "%s (%s attribute)" msgstr "%s (%s attribute)" -#: sphinx/domains/javascript.py:204 +#: sphinx/domains/javascript.py:203 msgid "Arguments" msgstr "Arguments" -#: sphinx/domains/javascript.py:265 sphinx/domains/python.py:609 +#: sphinx/domains/javascript.py:264 sphinx/domains/python.py:610 #, python-format msgid "%s (module)" msgstr "%s (मडुल)" -#: sphinx/domains/javascript.py:299 sphinx/domains/python.py:745 +#: sphinx/domains/javascript.py:298 sphinx/domains/python.py:746 msgid "method" msgstr "विधी" -#: sphinx/domains/javascript.py:301 sphinx/domains/python.py:742 +#: sphinx/domains/javascript.py:300 sphinx/domains/python.py:743 msgid "data" msgstr "data" -#: sphinx/domains/javascript.py:302 sphinx/domains/python.py:748 +#: sphinx/domains/javascript.py:301 sphinx/domains/python.py:749 msgid "attribute" msgstr "attribute" -#: sphinx/domains/javascript.py:303 sphinx/domains/python.py:49 -#: sphinx/domains/python.py:749 +#: sphinx/domains/javascript.py:302 sphinx/domains/python.py:49 +#: sphinx/domains/python.py:750 msgid "module" msgstr "मडुल" -#: sphinx/domains/math.py:101 sphinx/writers/latex.py:2451 +#: sphinx/domains/math.py:101 sphinx/writers/latex.py:2459 #, python-format msgid "Invalid math_eqref_format: %r" msgstr "" @@ -1965,7 +1965,7 @@ msgstr "सन्चालक" msgid "object" msgstr "object" -#: sphinx/domains/python.py:53 sphinx/domains/python.py:744 +#: sphinx/domains/python.py:53 sphinx/domains/python.py:745 msgid "exception" msgstr "अपबाद" @@ -1985,88 +1985,88 @@ msgstr "चलहरू" msgid "Raises" msgstr "Raises" -#: sphinx/domains/python.py:430 sphinx/domains/python.py:488 -#: sphinx/domains/python.py:500 sphinx/domains/python.py:513 +#: sphinx/domains/python.py:431 sphinx/domains/python.py:489 +#: sphinx/domains/python.py:501 sphinx/domains/python.py:514 #, python-format msgid "%s() (in module %s)" msgstr "%s() (in मडुल %s)" -#: sphinx/domains/python.py:433 +#: sphinx/domains/python.py:434 #, python-format msgid "%s (built-in variable)" msgstr "%s (built-in चल)" -#: sphinx/domains/python.py:434 sphinx/domains/python.py:526 +#: sphinx/domains/python.py:435 sphinx/domains/python.py:527 #, python-format msgid "%s (in module %s)" msgstr "%s (in मडुल %s)" -#: sphinx/domains/python.py:454 +#: sphinx/domains/python.py:455 #, python-format msgid "%s (built-in class)" msgstr "%s (built-in कक्षा)" -#: sphinx/domains/python.py:455 +#: sphinx/domains/python.py:456 #, python-format msgid "%s (class in %s)" msgstr "%s (कक्षा in %s)" -#: sphinx/domains/python.py:492 +#: sphinx/domains/python.py:493 #, python-format msgid "%s() (%s.%s method)" msgstr "%s() (%s.%s विधी)" -#: sphinx/domains/python.py:504 +#: sphinx/domains/python.py:505 #, python-format msgid "%s() (%s.%s static method)" msgstr "%s() (%s.%s static विधी)" -#: sphinx/domains/python.py:507 +#: sphinx/domains/python.py:508 #, python-format msgid "%s() (%s static method)" msgstr "%s() (%s static विधी)" -#: sphinx/domains/python.py:517 +#: sphinx/domains/python.py:518 #, python-format msgid "%s() (%s.%s class method)" msgstr "%s() (%s.%s कक्षा विधी)" -#: sphinx/domains/python.py:520 +#: sphinx/domains/python.py:521 #, python-format msgid "%s() (%s class method)" msgstr "%s() (%s कक्षा विधी)" -#: sphinx/domains/python.py:530 +#: sphinx/domains/python.py:531 #, python-format msgid "%s (%s.%s attribute)" msgstr "%s (%s.%s attribute)" -#: sphinx/domains/python.py:667 +#: sphinx/domains/python.py:668 msgid "Python Module Index" msgstr "Python Module Index" -#: sphinx/domains/python.py:668 +#: sphinx/domains/python.py:669 msgid "modules" msgstr "modules" -#: sphinx/domains/python.py:719 +#: sphinx/domains/python.py:720 msgid "Deprecated" msgstr "Deprecated" -#: sphinx/domains/python.py:746 +#: sphinx/domains/python.py:747 msgid "class method" msgstr "कक्षा विधी" -#: sphinx/domains/python.py:747 +#: sphinx/domains/python.py:748 msgid "static method" msgstr "static विधी" -#: sphinx/domains/python.py:879 +#: sphinx/domains/python.py:880 #, python-format msgid "more than one target found for cross-reference %r: %s" msgstr "" -#: sphinx/domains/python.py:917 +#: sphinx/domains/python.py:918 msgid " (deprecated)" msgstr "(deprecated)" @@ -2142,7 +2142,7 @@ msgstr "पानामा खोज्नुहोस्" msgid "duplicate citation %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:631 sphinx/ext/autosectionlabel.py:61 +#: sphinx/domains/std.py:631 sphinx/ext/autosectionlabel.py:56 #, python-format msgid "duplicate label %s, other instance in %s" msgstr "" @@ -2202,21 +2202,21 @@ msgid "" "another doctree directory." msgstr "" -#: sphinx/environment/__init__.py:408 +#: sphinx/environment/__init__.py:404 #, python-format msgid "Failed to scan documents in %s: %r" msgstr "" -#: sphinx/environment/__init__.py:536 +#: sphinx/environment/__init__.py:532 #, python-format msgid "Domain %r is not registered" msgstr "" -#: sphinx/environment/__init__.py:621 +#: sphinx/environment/__init__.py:617 msgid "self referenced toctree found. Ignored." msgstr "" -#: sphinx/environment/__init__.py:662 +#: sphinx/environment/__init__.py:658 msgid "document isn't included in any toctree" msgstr "" @@ -2236,6 +2236,7 @@ msgid "unknown index entry type %r" msgstr "" #: sphinx/environment/adapters/indexentries.py:156 +#: sphinx/templates/latex/sphinxmessages.sty_t:11 msgid "Symbols" msgstr "" @@ -2261,22 +2262,22 @@ msgstr "" msgid "toctree contains reference to nonexisting document %r" msgstr "" -#: sphinx/environment/collectors/asset.py:91 +#: sphinx/environment/collectors/asset.py:90 #, python-format msgid "image file not readable: %s" msgstr "" -#: sphinx/environment/collectors/asset.py:107 +#: sphinx/environment/collectors/asset.py:106 #, python-format msgid "image file %s not readable: %s" msgstr "" -#: sphinx/environment/collectors/asset.py:135 +#: sphinx/environment/collectors/asset.py:134 #, python-format msgid "download file not readable: %s" msgstr "" -#: sphinx/environment/collectors/toctree.py:197 +#: sphinx/environment/collectors/toctree.py:196 #, python-format msgid "%s is already assigned section numbers (nested numbered toctree?)" msgstr "" @@ -2420,38 +2421,38 @@ msgstr "" msgid "module %s could not be imported: %s" msgstr "" -#: sphinx/ext/doctest.py:142 +#: sphinx/ext/doctest.py:132 #, python-format msgid "missing '+' or '-' in '%s' option." msgstr "" -#: sphinx/ext/doctest.py:147 +#: sphinx/ext/doctest.py:137 #, python-format msgid "'%s' is not a valid option." msgstr "" -#: sphinx/ext/doctest.py:161 +#: sphinx/ext/doctest.py:151 #, python-format msgid "'%s' is not a valid pyversion option" msgstr "" -#: sphinx/ext/doctest.py:230 +#: sphinx/ext/doctest.py:222 msgid "invalid TestCode type" msgstr "" -#: sphinx/ext/doctest.py:291 +#: sphinx/ext/doctest.py:283 #, python-format msgid "" "Testing of doctests in the sources finished, look at the results in " "%(outdir)s/output.txt." msgstr "" -#: sphinx/ext/doctest.py:438 +#: sphinx/ext/doctest.py:446 #, python-format msgid "no code/output in %s block at %s:%s" msgstr "" -#: sphinx/ext/doctest.py:527 +#: sphinx/ext/doctest.py:535 #, python-format msgid "ignoring invalid doctest code: %r" msgstr "" @@ -2469,7 +2470,7 @@ msgstr "" msgid "Ignoring \"graphviz\" directive without content." msgstr "" -#: sphinx/ext/graphviz.py:252 +#: sphinx/ext/graphviz.py:250 #, python-format msgid "" "dot did not produce an output file:\n" @@ -2479,14 +2480,14 @@ msgid "" "%r" msgstr "" -#: sphinx/ext/graphviz.py:256 +#: sphinx/ext/graphviz.py:254 #, python-format msgid "" "dot command %r cannot be run (needed for graphviz output), check the " "graphviz_dot setting" msgstr "" -#: sphinx/ext/graphviz.py:263 +#: sphinx/ext/graphviz.py:261 #, python-format msgid "" "dot exited with error:\n" @@ -2496,23 +2497,23 @@ msgid "" "%r" msgstr "" -#: sphinx/ext/graphviz.py:273 +#: sphinx/ext/graphviz.py:271 #, python-format msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" msgstr "" -#: sphinx/ext/graphviz.py:277 sphinx/ext/graphviz.py:331 -#: sphinx/ext/graphviz.py:369 +#: sphinx/ext/graphviz.py:275 sphinx/ext/graphviz.py:329 +#: sphinx/ext/graphviz.py:367 #, python-format msgid "dot code %r: %s" msgstr "" -#: sphinx/ext/graphviz.py:384 sphinx/ext/graphviz.py:393 +#: sphinx/ext/graphviz.py:382 sphinx/ext/graphviz.py:391 #, python-format msgid "[graph: %s]" msgstr "" -#: sphinx/ext/graphviz.py:386 sphinx/ext/graphviz.py:395 +#: sphinx/ext/graphviz.py:384 sphinx/ext/graphviz.py:393 msgid "[graph]" msgstr "" @@ -2531,31 +2532,31 @@ msgid "" "%r" msgstr "" -#: sphinx/ext/imgmath.py:140 +#: sphinx/ext/imgmath.py:139 #, python-format msgid "" "LaTeX command %r cannot be run (needed for math display), check the " "imgmath_latex setting" msgstr "" -#: sphinx/ext/imgmath.py:155 +#: sphinx/ext/imgmath.py:154 #, python-format msgid "" "%s command %r cannot be run (needed for math display), check the imgmath_%s " "setting" msgstr "" -#: sphinx/ext/imgmath.py:290 +#: sphinx/ext/imgmath.py:289 #, python-format msgid "display latex %r: %s" msgstr "" -#: sphinx/ext/imgmath.py:317 +#: sphinx/ext/imgmath.py:316 #, python-format msgid "inline latex %r: %s" msgstr "" -#: sphinx/ext/imgmath.py:324 sphinx/ext/mathjax.py:54 +#: sphinx/ext/imgmath.py:323 sphinx/ext/mathjax.py:54 msgid "Permalink to this equation" msgstr "" @@ -2575,26 +2576,26 @@ msgid "" "alternatives:" msgstr "" -#: sphinx/ext/intersphinx.py:237 +#: sphinx/ext/intersphinx.py:238 msgid "failed to reach any of the inventories with the following issues:" msgstr "" -#: sphinx/ext/intersphinx.py:312 +#: sphinx/ext/intersphinx.py:311 #, python-format msgid "(in %s v%s)" msgstr "" -#: sphinx/ext/intersphinx.py:314 +#: sphinx/ext/intersphinx.py:313 #, python-format msgid "(in %s)" msgstr "" -#: sphinx/ext/intersphinx.py:348 +#: sphinx/ext/intersphinx.py:347 #, python-format msgid "intersphinx identifier %r is not string. Ignored" msgstr "" -#: sphinx/ext/intersphinx.py:361 +#: sphinx/ext/intersphinx.py:360 #, python-format msgid "Fail to read intersphinx_mapping[%s], Ignored: %r" msgstr "" @@ -2650,29 +2651,29 @@ msgstr "पुनरावलोकन: module code" msgid "

All modules for which code is available

" msgstr "

All modules for which code is available

" -#: sphinx/ext/autodoc/__init__.py:302 +#: sphinx/ext/autodoc/__init__.py:300 #, python-format msgid "invalid signature for auto%s (%r)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:402 +#: sphinx/ext/autodoc/__init__.py:400 #, python-format msgid "error while formatting arguments for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:514 +#: sphinx/ext/autodoc/__init__.py:512 #, python-format msgid "missing attribute %s in object %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:602 +#: sphinx/ext/autodoc/__init__.py:600 #, python-format msgid "" "autodoc: failed to determine %r to be documented.the following exception was raised:\n" "%s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:694 +#: sphinx/ext/autodoc/__init__.py:692 #, python-format msgid "" "don't know which module to import for autodocumenting %r (try placing a " @@ -2680,39 +2681,39 @@ msgid "" "explicit module name)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:788 +#: sphinx/ext/autodoc/__init__.py:786 msgid "\"::\" in automodule name doesn't make sense" msgstr "" -#: sphinx/ext/autodoc/__init__.py:796 +#: sphinx/ext/autodoc/__init__.py:794 #, python-format msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:829 +#: sphinx/ext/autodoc/__init__.py:827 #, python-format msgid "" "__all__ should be a list of strings, not %r (in module %s) -- ignoring " "__all__" msgstr "" -#: sphinx/ext/autodoc/__init__.py:844 +#: sphinx/ext/autodoc/__init__.py:842 #, python-format msgid "" "missing attribute mentioned in :members: or __all__: module %s, attribute %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1128 +#: sphinx/ext/autodoc/__init__.py:1126 #, python-format msgid "Bases: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1185 +#: sphinx/ext/autodoc/__init__.py:1183 #, python-format msgid "alias of :class:`%s`" msgstr "alias of :class:`%s`" -#: sphinx/ext/autodoc/__init__.py:1470 +#: sphinx/ext/autodoc/__init__.py:1468 #, python-format msgid "Ignoring invalid option in autodoc_default_flags: %r" msgstr "" @@ -2748,17 +2749,17 @@ msgid "" "contain .rst. Skipped." msgstr "" -#: sphinx/ext/autosummary/generate.py:102 +#: sphinx/ext/autosummary/generate.py:100 #, python-format msgid "[autosummary] generating autosummary for: %s" msgstr "" -#: sphinx/ext/autosummary/generate.py:106 +#: sphinx/ext/autosummary/generate.py:104 #, python-format msgid "[autosummary] writing to %s" msgstr "" -#: sphinx/ext/autosummary/generate.py:366 +#: sphinx/ext/autosummary/generate.py:364 msgid "" "\n" "Generate ReStructuredText using autosummary directives.\n" @@ -2773,25 +2774,25 @@ msgid "" " pydoc sphinx.ext.autosummary\n" msgstr "" -#: sphinx/ext/autosummary/generate.py:383 +#: sphinx/ext/autosummary/generate.py:381 msgid "source files to generate rST files for" msgstr "" -#: sphinx/ext/autosummary/generate.py:387 +#: sphinx/ext/autosummary/generate.py:385 msgid "directory to place all output in" msgstr "" -#: sphinx/ext/autosummary/generate.py:390 +#: sphinx/ext/autosummary/generate.py:388 #, python-format msgid "default suffix for files (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:394 +#: sphinx/ext/autosummary/generate.py:392 #, python-format msgid "custom template directory (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:398 +#: sphinx/ext/autosummary/generate.py:396 #, python-format msgid "document imported members (default: %(default)s)" msgstr "" @@ -2869,6 +2870,7 @@ msgid "Warning" msgstr "साबधान" #: sphinx/templates/latex/longtable.tex_t:23 +#: sphinx/templates/latex/sphinxmessages.sty_t:8 msgid "continued from previous page" msgstr "अघिल्लो पानासँग जोडीएको" @@ -2876,13 +2878,29 @@ msgstr "अघिल्लो पानासँग जोडीएको" msgid "Continued on next page" msgstr "अर्को पानासँग जोडीएको" +#: sphinx/templates/latex/sphinxmessages.sty_t:9 +msgid "continues on next page" +msgstr "" + +#: sphinx/templates/latex/sphinxmessages.sty_t:10 +msgid "Non-alphabetical" +msgstr "" + +#: sphinx/templates/latex/sphinxmessages.sty_t:12 +msgid "Numbers" +msgstr "" + +#: sphinx/templates/latex/sphinxmessages.sty_t:13 +msgid "page" +msgstr "" + #: sphinx/themes/agogo/layout.html:46 sphinx/themes/basic/globaltoc.html:10 #: sphinx/themes/basic/localtoc.html:11 sphinx/themes/scrolls/layout.html:41 msgid "Table of Contents" msgstr "" #: sphinx/themes/agogo/layout.html:51 sphinx/themes/basic/layout.html:153 -#: sphinx/themes/basic/search.html:11 sphinx/themes/basic/search.html:26 +#: sphinx/themes/basic/search.html:11 sphinx/themes/basic/search.html:21 #: sphinx/themes/basic/searchresults.html:10 msgid "Search" msgstr "खोज्नुहोस् " @@ -3019,13 +3037,13 @@ msgstr "पछिल्लो विषय" msgid "next chapter" msgstr "पछिल्लो खन्ड" -#: sphinx/themes/basic/search.html:30 +#: sphinx/themes/basic/search.html:25 msgid "" "Please activate JavaScript to enable the search\n" " functionality." msgstr "खोज्ने कार्य आगाडी बढाउनको लागि जाभास्कृप्ट चलाईदिनुहोस " -#: sphinx/themes/basic/search.html:35 +#: sphinx/themes/basic/search.html:30 msgid "" "From here you can search these documents. Enter your search\n" " words into the box below and click \"search\". Note that the search\n" @@ -3033,20 +3051,20 @@ msgid "" " containing fewer words won't appear in the result list." msgstr "यहाँबाट तपाईंले यी ड्कुमेन्टहरु खोज्नसक्नु हुन्छ । खोज्न शब्दहरु\nतलको बक्समा लेख्‍नुहोस र \"खोज्नुहोस्\"थिच्नुहोस । खोज्नुहोस्\nफन्क्सनले आफै सबै शब्दहरु खोज्छ । \nथोरै शब्दहरु भएको पानाहरु नतिजामा देखिन्न । " -#: sphinx/themes/basic/search.html:42 +#: sphinx/themes/basic/search.html:37 #: sphinx/themes/basic/searchresults.html:17 msgid "search" msgstr "खोज्नुहोस्" -#: sphinx/themes/basic/search.html:46 +#: sphinx/themes/basic/search.html:41 #: sphinx/themes/basic/searchresults.html:21 -#: sphinx/themes/basic/static/searchtools.js:295 +#: sphinx/themes/basic/static/searchtools.js:285 msgid "Search Results" msgstr "खोजेको नतिजा" -#: sphinx/themes/basic/search.html:48 +#: sphinx/themes/basic/search.html:43 #: sphinx/themes/basic/searchresults.html:23 -#: sphinx/themes/basic/static/searchtools.js:297 +#: sphinx/themes/basic/static/searchtools.js:287 msgid "" "Your search did not match any documents. Please make sure that all words are" " spelled correctly and that you've selected enough categories." @@ -3104,20 +3122,20 @@ msgstr "यो अर्थको लागि पर्मालिन्क" msgid "Hide Search Matches" msgstr "खोजेको नतिजाहरु लुकाउनुहोस्" -#: sphinx/themes/basic/static/searchtools.js:131 +#: sphinx/themes/basic/static/searchtools.js:121 msgid "Searching" msgstr "" -#: sphinx/themes/basic/static/searchtools.js:136 +#: sphinx/themes/basic/static/searchtools.js:126 msgid "Preparing search..." msgstr "" -#: sphinx/themes/basic/static/searchtools.js:299 +#: sphinx/themes/basic/static/searchtools.js:289 #, python-format msgid "Search finished, found %s page(s) matching the search query." msgstr "" -#: sphinx/themes/basic/static/searchtools.js:352 +#: sphinx/themes/basic/static/searchtools.js:342 msgid ", in " msgstr "" @@ -3134,18 +3152,18 @@ msgstr "साइडबर सानो बनाउनुहोस्" msgid "Contents" msgstr "विषयसूची" -#: sphinx/transforms/__init__.py:259 +#: sphinx/transforms/__init__.py:261 #, python-format msgid "" "4 column based index found. It might be a bug of extensions you use: %r" msgstr "" -#: sphinx/transforms/__init__.py:301 +#: sphinx/transforms/__init__.py:303 #, python-format msgid "Footnote [%s] is not referenced." msgstr "" -#: sphinx/transforms/__init__.py:307 +#: sphinx/transforms/__init__.py:309 msgid "Footnote [#] is not referenced." msgstr "" @@ -3216,7 +3234,7 @@ msgstr "" msgid "failed" msgstr "" -#: sphinx/util/docutils.py:321 +#: sphinx/util/docutils.py:320 msgid "when adding directive classes, no additional arguments may be given" msgstr "" @@ -3277,15 +3295,15 @@ msgstr "" msgid "Permalink to this code" msgstr "" -#: sphinx/writers/html.py:514 sphinx/writers/html5.py:460 +#: sphinx/writers/html.py:512 sphinx/writers/html5.py:458 msgid "Permalink to this image" msgstr "" -#: sphinx/writers/html.py:516 sphinx/writers/html5.py:462 +#: sphinx/writers/html.py:514 sphinx/writers/html5.py:460 msgid "Permalink to this toctree" msgstr "" -#: sphinx/writers/html.py:674 sphinx/writers/html5.py:608 +#: sphinx/writers/html.py:672 sphinx/writers/html5.py:606 msgid "Could not obtain image size. :scale: option is ignored." msgstr "" @@ -3322,12 +3340,12 @@ msgstr "" msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: sphinx/writers/latex.py:1843 +#: sphinx/writers/latex.py:1847 #, python-format msgid "unknown index entry type %s found" msgstr "" -#: sphinx/writers/latex.py:2552 +#: sphinx/writers/latex.py:2560 #, python-format msgid "Unknown configure key: latex_elements[%r] is ignored." msgstr "" @@ -3345,12 +3363,12 @@ msgstr "[चित्र]" msgid "caption not inside a figure." msgstr "" -#: sphinx/writers/texinfo.py:1421 +#: sphinx/writers/texinfo.py:1422 #, python-format msgid "unimplemented node type: %r" msgstr "" -#: sphinx/writers/texinfo.py:1426 +#: sphinx/writers/texinfo.py:1427 #, python-format msgid "unknown node type: %r" msgstr "" diff --git a/sphinx/locale/nl/LC_MESSAGES/sphinx.mo b/sphinx/locale/nl/LC_MESSAGES/sphinx.mo index f2fab5a9f8..98bb4188fc 100644 Binary files a/sphinx/locale/nl/LC_MESSAGES/sphinx.mo and b/sphinx/locale/nl/LC_MESSAGES/sphinx.mo differ diff --git a/sphinx/locale/nl/LC_MESSAGES/sphinx.po b/sphinx/locale/nl/LC_MESSAGES/sphinx.po index e0dd23c89b..a52f5ecaa3 100644 --- a/sphinx/locale/nl/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/nl/LC_MESSAGES/sphinx.po @@ -13,9 +13,9 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2019-02-18 01:52+0900\n" -"PO-Revision-Date: 2019-03-20 10:06+0000\n" -"Last-Translator: Gert van Dijk \n" +"POT-Creation-Date: 2019-03-29 01:05+0900\n" +"PO-Revision-Date: 2019-03-28 16:09+0000\n" +"Last-Translator: brechtm\n" "Language-Team: Dutch (http://www.transifex.com/sphinx-doc/sphinx-1/language/nl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -127,7 +127,7 @@ msgstr "" msgid "role %r is already registered, it will be overridden" msgstr "" -#: sphinx/application.py:1182 +#: sphinx/application.py:1179 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -135,7 +135,7 @@ msgid "" "explicit" msgstr "de %s extensie geeft niet aan of deze veilig is voor parallel lezen, er wordt aangenomen dat dit niet zo is - vraag de auteur van de extensie om dit te controleren en expliciet te maken" -#: sphinx/application.py:1188 +#: sphinx/application.py:1185 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -143,7 +143,7 @@ msgid "" "explicit" msgstr "de %s extensie geeft niet aan of deze veilig is voor parallel schrijven, er wordt aangenomen dat dit niet zo is - vraag de auteur van de extensie om dit te controleren en expliciet te maken" -#: sphinx/application.py:1199 +#: sphinx/application.py:1196 #, python-format msgid "doing serial %s" msgstr "seriële verwerking van %s" @@ -592,44 +592,44 @@ msgstr "" msgid "preparing documents" msgstr "" -#: sphinx/builders/_epub_base.py:219 +#: sphinx/builders/_epub_base.py:218 #, python-format msgid "duplicated ToC entry found: %s" msgstr "" -#: sphinx/builders/_epub_base.py:415 sphinx/builders/html.py:761 -#: sphinx/builders/latex/__init__.py:413 sphinx/builders/texinfo.py:190 +#: sphinx/builders/_epub_base.py:414 sphinx/builders/html.py:761 +#: sphinx/builders/latex/__init__.py:415 sphinx/builders/texinfo.py:190 msgid "copying images... " msgstr "" -#: sphinx/builders/_epub_base.py:422 +#: sphinx/builders/_epub_base.py:421 #, python-format msgid "cannot read image file %r: copying it instead" msgstr "" -#: sphinx/builders/_epub_base.py:428 sphinx/builders/html.py:769 -#: sphinx/builders/latex/__init__.py:421 sphinx/builders/texinfo.py:198 +#: sphinx/builders/_epub_base.py:427 sphinx/builders/html.py:769 +#: sphinx/builders/latex/__init__.py:423 sphinx/builders/texinfo.py:199 #, python-format msgid "cannot copy image file %r: %s" msgstr "" -#: sphinx/builders/_epub_base.py:445 +#: sphinx/builders/_epub_base.py:444 #, python-format msgid "cannot write image file %r: %s" msgstr "" -#: sphinx/builders/_epub_base.py:456 +#: sphinx/builders/_epub_base.py:455 msgid "Pillow not found - copying image files" msgstr "" -#: sphinx/builders/_epub_base.py:491 sphinx/builders/_epub_base.py:504 -#: sphinx/builders/_epub_base.py:540 sphinx/builders/_epub_base.py:725 -#: sphinx/builders/_epub_base.py:758 sphinx/builders/epub3.py:184 +#: sphinx/builders/_epub_base.py:490 sphinx/builders/_epub_base.py:503 +#: sphinx/builders/_epub_base.py:539 sphinx/builders/_epub_base.py:724 +#: sphinx/builders/_epub_base.py:757 sphinx/builders/epub3.py:183 #, python-format msgid "writing %s file..." msgstr "" -#: sphinx/builders/_epub_base.py:566 +#: sphinx/builders/_epub_base.py:565 #, python-format msgid "unknown mimetype for %s, ignoring" msgstr "" @@ -648,19 +648,19 @@ msgstr "" msgid "writing summary file..." msgstr "" -#: sphinx/builders/changes.py:87 +#: sphinx/builders/changes.py:86 msgid "Builtins" msgstr "Builtins" -#: sphinx/builders/changes.py:89 +#: sphinx/builders/changes.py:88 msgid "Module level" msgstr "Moduleniveau" -#: sphinx/builders/changes.py:134 +#: sphinx/builders/changes.py:133 msgid "copying source files..." msgstr "" -#: sphinx/builders/changes.py:141 +#: sphinx/builders/changes.py:140 #, python-format msgid "could not read %r for changelog creation" msgstr "" @@ -669,76 +669,76 @@ msgstr "" msgid "The dummy builder generates no files." msgstr "" -#: sphinx/builders/epub3.py:69 +#: sphinx/builders/epub3.py:68 #, python-format msgid "The ePub file is in %(outdir)s." msgstr "" -#: sphinx/builders/epub3.py:212 +#: sphinx/builders/epub3.py:211 msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:216 +#: sphinx/builders/epub3.py:215 msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:219 +#: sphinx/builders/epub3.py:218 msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:223 +#: sphinx/builders/epub3.py:222 msgid "conf value \"epub_author\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:226 +#: sphinx/builders/epub3.py:225 msgid "conf value \"epub_contributor\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:229 +#: sphinx/builders/epub3.py:228 msgid "conf value \"epub_description\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:232 +#: sphinx/builders/epub3.py:231 msgid "conf value \"epub_publisher\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:235 +#: sphinx/builders/epub3.py:234 msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:239 +#: sphinx/builders/epub3.py:238 msgid "conf value \"epub_identifier\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:242 +#: sphinx/builders/epub3.py:241 msgid "conf value \"version\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:257 sphinx/builders/html.py:1166 +#: sphinx/builders/epub3.py:256 sphinx/builders/html.py:1166 #, python-format msgid "invalid css_file: %r, ignored" msgstr "" -#: sphinx/builders/gettext.py:215 +#: sphinx/builders/gettext.py:221 #, python-format msgid "The message catalogs are in %(outdir)s." msgstr "" -#: sphinx/builders/gettext.py:239 +#: sphinx/builders/gettext.py:245 #, python-format msgid "building [%s]: " msgstr "" -#: sphinx/builders/gettext.py:240 +#: sphinx/builders/gettext.py:246 #, python-format msgid "targets for %d template files" msgstr "" -#: sphinx/builders/gettext.py:244 +#: sphinx/builders/gettext.py:250 msgid "reading templates... " msgstr "" -#: sphinx/builders/gettext.py:271 +#: sphinx/builders/gettext.py:277 msgid "writing message catalogs... " msgstr "" @@ -757,7 +757,7 @@ msgstr "" msgid "Failed to read build info file: %r" msgstr "" -#: sphinx/builders/html.py:488 sphinx/builders/latex/__init__.py:204 +#: sphinx/builders/html.py:488 sphinx/builders/latex/__init__.py:206 #: sphinx/transforms/__init__.py:121 sphinx/writers/manpage.py:118 #: sphinx/writers/texinfo.py:243 #, python-format @@ -810,7 +810,7 @@ msgstr "" msgid "html_static_path entry %r does not exist" msgstr "" -#: sphinx/builders/html.py:839 sphinx/builders/latex/__init__.py:398 +#: sphinx/builders/html.py:839 sphinx/builders/latex/__init__.py:400 #, python-format msgid "logo file %r does not exist" msgstr "" @@ -927,7 +927,7 @@ msgstr "" msgid "no \"man_pages\" config value found; no manual pages will be written" msgstr "" -#: sphinx/builders/latex/__init__.py:270 sphinx/builders/manpage.py:64 +#: sphinx/builders/latex/__init__.py:272 sphinx/builders/manpage.py:64 #: sphinx/builders/singlehtml.py:174 sphinx/builders/texinfo.py:120 msgid "writing" msgstr "" @@ -971,24 +971,24 @@ msgstr "" msgid "\"texinfo_documents\" config value references unknown document %s" msgstr "" -#: sphinx/builders/latex/__init__.py:253 sphinx/builders/texinfo.py:116 +#: sphinx/builders/latex/__init__.py:255 sphinx/builders/texinfo.py:116 #, python-format msgid "processing %s" msgstr "" -#: sphinx/builders/latex/__init__.py:322 sphinx/builders/texinfo.py:163 +#: sphinx/builders/latex/__init__.py:323 sphinx/builders/texinfo.py:164 msgid "resolving references..." msgstr "" -#: sphinx/builders/latex/__init__.py:332 sphinx/builders/texinfo.py:172 +#: sphinx/builders/latex/__init__.py:333 sphinx/builders/texinfo.py:173 msgid " (in " msgstr " (in " -#: sphinx/builders/texinfo.py:204 +#: sphinx/builders/texinfo.py:205 msgid "copying Texinfo support files" msgstr "" -#: sphinx/builders/texinfo.py:208 +#: sphinx/builders/texinfo.py:209 #, python-format msgid "error writing file Makefile: %s" msgstr "" @@ -1008,28 +1008,28 @@ msgstr "" msgid "The pseudo-XML files are in %(outdir)s." msgstr "" -#: sphinx/builders/latex/__init__.py:121 +#: sphinx/builders/latex/__init__.py:123 #, python-format msgid "The LaTeX files are in %(outdir)s." msgstr "" -#: sphinx/builders/latex/__init__.py:123 +#: sphinx/builders/latex/__init__.py:125 msgid "" "\n" "Run 'make' in that directory to run these through (pdf)latex\n" "(use `make latexpdf' here to do that automatically)." msgstr "" -#: sphinx/builders/latex/__init__.py:163 +#: sphinx/builders/latex/__init__.py:165 msgid "no \"latex_documents\" config value found; no documents will be written" msgstr "" -#: sphinx/builders/latex/__init__.py:171 +#: sphinx/builders/latex/__init__.py:173 #, python-format msgid "\"latex_documents\" config value references unknown document %s" msgstr "" -#: sphinx/builders/latex/__init__.py:211 sphinx/domains/std.py:501 +#: sphinx/builders/latex/__init__.py:213 sphinx/domains/std.py:501 #: sphinx/templates/latex/latex.tex_t:79 #: sphinx/themes/basic/genindex-single.html:30 #: sphinx/themes/basic/genindex-single.html:55 @@ -1041,28 +1041,28 @@ msgstr "" msgid "Index" msgstr "Index" -#: sphinx/builders/latex/__init__.py:214 sphinx/templates/latex/latex.tex_t:64 +#: sphinx/builders/latex/__init__.py:216 sphinx/templates/latex/latex.tex_t:64 msgid "Release" msgstr "Release" -#: sphinx/builders/latex/__init__.py:222 sphinx/writers/latex.py:549 +#: sphinx/builders/latex/__init__.py:224 sphinx/writers/latex.py:549 #, python-format msgid "no Babel option known for language %r" msgstr "" -#: sphinx/builders/latex/__init__.py:361 +#: sphinx/builders/latex/__init__.py:363 msgid "copying TeX support files" msgstr "" -#: sphinx/builders/latex/__init__.py:382 +#: sphinx/builders/latex/__init__.py:384 msgid "copying TeX support files..." msgstr "" -#: sphinx/builders/latex/__init__.py:402 +#: sphinx/builders/latex/__init__.py:404 msgid "copying additional files" msgstr "" -#: sphinx/builders/latex/__init__.py:445 +#: sphinx/builders/latex/__init__.py:447 #, python-format msgid "Unknown configure key: latex_elements[%r]. ignored." msgstr "" @@ -1125,8 +1125,8 @@ msgstr "" msgid "job number should be a positive number" msgstr "" -#: sphinx/cmd/build.py:106 sphinx/cmd/quickstart.py:498 -#: sphinx/ext/apidoc.py:298 sphinx/ext/autosummary/generate.py:365 +#: sphinx/cmd/build.py:106 sphinx/cmd/quickstart.py:497 +#: sphinx/ext/apidoc.py:298 sphinx/ext/autosummary/generate.py:363 msgid "For more information, visit ." msgstr "" @@ -1503,13 +1503,13 @@ msgstr "" msgid "Indicate which of the following Sphinx extensions should be enabled:" msgstr "" -#: sphinx/cmd/quickstart.py:354 +#: sphinx/cmd/quickstart.py:353 msgid "" "Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " "been deselected." msgstr "" -#: sphinx/cmd/quickstart.py:359 +#: sphinx/cmd/quickstart.py:358 msgid "" "\n" "A Makefile and a Windows command file can be generated for you so that you\n" @@ -1517,29 +1517,29 @@ msgid "" "directly." msgstr "" -#: sphinx/cmd/quickstart.py:363 +#: sphinx/cmd/quickstart.py:362 msgid "Create Makefile? (y/n)" msgstr "" -#: sphinx/cmd/quickstart.py:366 +#: sphinx/cmd/quickstart.py:365 msgid "Create Windows command file? (y/n)" msgstr "" -#: sphinx/cmd/quickstart.py:409 sphinx/ext/apidoc.py:74 +#: sphinx/cmd/quickstart.py:408 sphinx/ext/apidoc.py:74 #, python-format msgid "Creating file %s." msgstr "" -#: sphinx/cmd/quickstart.py:414 sphinx/ext/apidoc.py:72 +#: sphinx/cmd/quickstart.py:413 sphinx/ext/apidoc.py:72 #, python-format msgid "File %s already exists, skipping." msgstr "" -#: sphinx/cmd/quickstart.py:450 +#: sphinx/cmd/quickstart.py:449 msgid "Finished: An initial directory structure has been created." msgstr "Afgerond: een beginstructuur van mappen is aangemaakt." -#: sphinx/cmd/quickstart.py:451 +#: sphinx/cmd/quickstart.py:450 #, python-format msgid "" "\n" @@ -1547,26 +1547,26 @@ msgid "" "source files. " msgstr "\nU kunt nu uw hoofddocument %s gaan vullen en andere bronbestanden\nvoor documentatie aanmaken." -#: sphinx/cmd/quickstart.py:453 +#: sphinx/cmd/quickstart.py:452 msgid "" "Use the Makefile to build the docs, like so:\n" " make builder\n" msgstr "" -#: sphinx/cmd/quickstart.py:456 +#: sphinx/cmd/quickstart.py:455 #, python-format msgid "" "Use the sphinx-build command to build the docs, like so:\n" " sphinx-build -b builder %s %s\n" msgstr "" -#: sphinx/cmd/quickstart.py:459 +#: sphinx/cmd/quickstart.py:458 msgid "" "where \"builder\" is one of the supported builders, e.g. html, latex or " "linkcheck.\n" msgstr "" -#: sphinx/cmd/quickstart.py:499 +#: sphinx/cmd/quickstart.py:498 msgid "" "\n" "Generate required files for a Sphinx project.\n" @@ -1576,131 +1576,131 @@ msgid "" "Makefile to be used with sphinx-build.\n" msgstr "" -#: sphinx/cmd/quickstart.py:509 +#: sphinx/cmd/quickstart.py:508 msgid "quiet mode" msgstr "" -#: sphinx/cmd/quickstart.py:514 +#: sphinx/cmd/quickstart.py:513 msgid "output path" msgstr "" -#: sphinx/cmd/quickstart.py:516 +#: sphinx/cmd/quickstart.py:515 msgid "Structure options" msgstr "" -#: sphinx/cmd/quickstart.py:518 +#: sphinx/cmd/quickstart.py:517 msgid "if specified, separate source and build dirs" msgstr "" -#: sphinx/cmd/quickstart.py:520 +#: sphinx/cmd/quickstart.py:519 msgid "replacement for dot in _templates etc." msgstr "" -#: sphinx/cmd/quickstart.py:522 +#: sphinx/cmd/quickstart.py:521 msgid "Project basic options" msgstr "" -#: sphinx/cmd/quickstart.py:524 +#: sphinx/cmd/quickstart.py:523 msgid "project name" msgstr "" -#: sphinx/cmd/quickstart.py:526 +#: sphinx/cmd/quickstart.py:525 msgid "author names" msgstr "" -#: sphinx/cmd/quickstart.py:528 +#: sphinx/cmd/quickstart.py:527 msgid "version of project" msgstr "" -#: sphinx/cmd/quickstart.py:530 +#: sphinx/cmd/quickstart.py:529 msgid "release of project" msgstr "release van project" -#: sphinx/cmd/quickstart.py:532 +#: sphinx/cmd/quickstart.py:531 msgid "document language" msgstr "documenttaal" -#: sphinx/cmd/quickstart.py:534 +#: sphinx/cmd/quickstart.py:533 msgid "source file suffix" msgstr "bestandsextensie van bronbestanden" -#: sphinx/cmd/quickstart.py:536 +#: sphinx/cmd/quickstart.py:535 msgid "master document name" msgstr "bestandsnaam van hoofddocument" -#: sphinx/cmd/quickstart.py:538 +#: sphinx/cmd/quickstart.py:537 msgid "use epub" msgstr "" -#: sphinx/cmd/quickstart.py:540 +#: sphinx/cmd/quickstart.py:539 msgid "Extension options" msgstr "" -#: sphinx/cmd/quickstart.py:544 sphinx/ext/apidoc.py:379 +#: sphinx/cmd/quickstart.py:543 sphinx/ext/apidoc.py:379 #, python-format msgid "enable %s extension" msgstr "" -#: sphinx/cmd/quickstart.py:546 sphinx/ext/apidoc.py:375 +#: sphinx/cmd/quickstart.py:545 sphinx/ext/apidoc.py:375 msgid "enable arbitrary extensions" msgstr "" -#: sphinx/cmd/quickstart.py:548 +#: sphinx/cmd/quickstart.py:547 msgid "Makefile and Batchfile creation" msgstr "" -#: sphinx/cmd/quickstart.py:550 +#: sphinx/cmd/quickstart.py:549 msgid "create makefile" msgstr "" -#: sphinx/cmd/quickstart.py:552 +#: sphinx/cmd/quickstart.py:551 msgid "do not create makefile" msgstr "" -#: sphinx/cmd/quickstart.py:554 +#: sphinx/cmd/quickstart.py:553 msgid "create batchfile" msgstr "" -#: sphinx/cmd/quickstart.py:557 +#: sphinx/cmd/quickstart.py:556 msgid "do not create batchfile" msgstr "" -#: sphinx/cmd/quickstart.py:560 +#: sphinx/cmd/quickstart.py:559 msgid "use make-mode for Makefile/make.bat" msgstr "" -#: sphinx/cmd/quickstart.py:563 +#: sphinx/cmd/quickstart.py:562 msgid "do not use make-mode for Makefile/make.bat" msgstr "" -#: sphinx/cmd/quickstart.py:565 +#: sphinx/cmd/quickstart.py:564 msgid "Project templating" msgstr "" -#: sphinx/cmd/quickstart.py:568 +#: sphinx/cmd/quickstart.py:567 msgid "template directory for template files" msgstr "sjabloonmap voor sjabloonbestanden" -#: sphinx/cmd/quickstart.py:571 +#: sphinx/cmd/quickstart.py:570 msgid "define a template variable" msgstr "" -#: sphinx/cmd/quickstart.py:605 +#: sphinx/cmd/quickstart.py:604 msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." msgstr "" -#: sphinx/cmd/quickstart.py:619 +#: sphinx/cmd/quickstart.py:618 msgid "" "Error: specified path is not a directory, or sphinx files already exist." msgstr "" -#: sphinx/cmd/quickstart.py:621 +#: sphinx/cmd/quickstart.py:620 msgid "" "sphinx-quickstart only generate into a empty directory. Please specify a new" " root path." msgstr "" -#: sphinx/cmd/quickstart.py:636 +#: sphinx/cmd/quickstart.py:635 #, python-format msgid "Invalid template variable: %s" msgstr "" @@ -1772,17 +1772,17 @@ msgstr "Auteur: " msgid "%s %s" msgstr "%s %s" -#: sphinx/domains/c.py:64 sphinx/domains/cpp.py:6371 +#: sphinx/domains/c.py:64 sphinx/domains/cpp.py:6445 #: sphinx/domains/python.py:210 sphinx/ext/napoleon/docstring.py:696 msgid "Parameters" msgstr "Parameters" -#: sphinx/domains/c.py:67 sphinx/domains/cpp.py:6380 -#: sphinx/domains/javascript.py:210 sphinx/domains/python.py:222 +#: sphinx/domains/c.py:67 sphinx/domains/cpp.py:6454 +#: sphinx/domains/javascript.py:209 sphinx/domains/python.py:222 msgid "Returns" msgstr "Returns" -#: sphinx/domains/c.py:69 sphinx/domains/javascript.py:212 +#: sphinx/domains/c.py:69 sphinx/domains/javascript.py:211 #: sphinx/domains/python.py:224 msgid "Return type" msgstr "Return type" @@ -1812,12 +1812,12 @@ msgstr "%s (C-type)" msgid "%s (C variable)" msgstr "%s (C-variabele)" -#: sphinx/domains/c.py:258 sphinx/domains/cpp.py:6956 -#: sphinx/domains/javascript.py:298 sphinx/domains/python.py:741 +#: sphinx/domains/c.py:258 sphinx/domains/cpp.py:7029 +#: sphinx/domains/javascript.py:297 sphinx/domains/python.py:742 msgid "function" msgstr "functie" -#: sphinx/domains/c.py:259 sphinx/domains/cpp.py:6957 +#: sphinx/domains/c.py:259 sphinx/domains/cpp.py:7030 msgid "member" msgstr "member" @@ -1825,7 +1825,7 @@ msgstr "member" msgid "macro" msgstr "macro" -#: sphinx/domains/c.py:261 sphinx/domains/cpp.py:6958 +#: sphinx/domains/c.py:261 sphinx/domains/cpp.py:7031 msgid "type" msgstr "type" @@ -1848,106 +1848,106 @@ msgstr "Veranderd in versie %s" msgid "Deprecated since version %s" msgstr "Verouderd sinds versie %s" -#: sphinx/domains/cpp.py:4297 +#: sphinx/domains/cpp.py:4323 #, python-format msgid "" "Duplicate declaration, also defined in '%s'.\n" "Declaration is '%s'." msgstr "" -#: sphinx/domains/cpp.py:6374 +#: sphinx/domains/cpp.py:6448 msgid "Template Parameters" msgstr "Sjabloonparameters" -#: sphinx/domains/cpp.py:6377 sphinx/domains/javascript.py:207 +#: sphinx/domains/cpp.py:6451 sphinx/domains/javascript.py:206 msgid "Throws" msgstr "Werpt" -#: sphinx/domains/cpp.py:6505 +#: sphinx/domains/cpp.py:6579 #, python-format msgid "%s (C++ %s)" msgstr "" -#: sphinx/domains/cpp.py:6954 sphinx/domains/javascript.py:300 -#: sphinx/domains/python.py:743 +#: sphinx/domains/cpp.py:7027 sphinx/domains/javascript.py:299 +#: sphinx/domains/python.py:744 msgid "class" msgstr "klasse" -#: sphinx/domains/cpp.py:6955 +#: sphinx/domains/cpp.py:7028 msgid "union" msgstr "" -#: sphinx/domains/cpp.py:6959 +#: sphinx/domains/cpp.py:7032 msgid "concept" msgstr "concept" -#: sphinx/domains/cpp.py:6960 +#: sphinx/domains/cpp.py:7033 msgid "enum" msgstr "enum" -#: sphinx/domains/cpp.py:6961 +#: sphinx/domains/cpp.py:7034 msgid "enumerator" msgstr "enumerator" -#: sphinx/domains/cpp.py:7054 +#: sphinx/domains/cpp.py:7127 #, python-format msgid "" "Duplicate declaration, also defined in '%s'.\n" "Name of declaration is '%s'." msgstr "" -#: sphinx/domains/javascript.py:131 sphinx/domains/python.py:429 +#: sphinx/domains/javascript.py:130 sphinx/domains/python.py:430 #, python-format msgid "%s() (built-in function)" msgstr "%s() (ingebouwde functie)" -#: sphinx/domains/javascript.py:132 sphinx/domains/python.py:494 +#: sphinx/domains/javascript.py:131 sphinx/domains/python.py:495 #, python-format msgid "%s() (%s method)" msgstr "%s() (%s methode)" -#: sphinx/domains/javascript.py:134 +#: sphinx/domains/javascript.py:133 #, python-format msgid "%s() (class)" msgstr "%s() (klasse)" -#: sphinx/domains/javascript.py:136 +#: sphinx/domains/javascript.py:135 #, python-format msgid "%s (global variable or constant)" msgstr "%s (globale variabele of constante)" -#: sphinx/domains/javascript.py:138 sphinx/domains/python.py:532 +#: sphinx/domains/javascript.py:137 sphinx/domains/python.py:533 #, python-format msgid "%s (%s attribute)" msgstr "%s (%s attribuut)" -#: sphinx/domains/javascript.py:204 +#: sphinx/domains/javascript.py:203 msgid "Arguments" msgstr "Argumenten" -#: sphinx/domains/javascript.py:265 sphinx/domains/python.py:609 +#: sphinx/domains/javascript.py:264 sphinx/domains/python.py:610 #, python-format msgid "%s (module)" msgstr "%s (module)" -#: sphinx/domains/javascript.py:299 sphinx/domains/python.py:745 +#: sphinx/domains/javascript.py:298 sphinx/domains/python.py:746 msgid "method" msgstr "methode" -#: sphinx/domains/javascript.py:301 sphinx/domains/python.py:742 +#: sphinx/domains/javascript.py:300 sphinx/domains/python.py:743 msgid "data" msgstr "data" -#: sphinx/domains/javascript.py:302 sphinx/domains/python.py:748 +#: sphinx/domains/javascript.py:301 sphinx/domains/python.py:749 msgid "attribute" msgstr "attribuut" -#: sphinx/domains/javascript.py:303 sphinx/domains/python.py:49 -#: sphinx/domains/python.py:749 +#: sphinx/domains/javascript.py:302 sphinx/domains/python.py:49 +#: sphinx/domains/python.py:750 msgid "module" msgstr "module" -#: sphinx/domains/math.py:101 sphinx/writers/latex.py:2451 +#: sphinx/domains/math.py:101 sphinx/writers/latex.py:2459 #, python-format msgid "Invalid math_eqref_format: %r" msgstr "" @@ -1969,7 +1969,7 @@ msgstr "operator" msgid "object" msgstr "object" -#: sphinx/domains/python.py:53 sphinx/domains/python.py:744 +#: sphinx/domains/python.py:53 sphinx/domains/python.py:745 msgid "exception" msgstr "exceptie" @@ -1989,88 +1989,88 @@ msgstr "Variabelen" msgid "Raises" msgstr "Veroorzaakt" -#: sphinx/domains/python.py:430 sphinx/domains/python.py:488 -#: sphinx/domains/python.py:500 sphinx/domains/python.py:513 +#: sphinx/domains/python.py:431 sphinx/domains/python.py:489 +#: sphinx/domains/python.py:501 sphinx/domains/python.py:514 #, python-format msgid "%s() (in module %s)" msgstr "%s() (in module %s)" -#: sphinx/domains/python.py:433 +#: sphinx/domains/python.py:434 #, python-format msgid "%s (built-in variable)" msgstr "%s (geïntegreerde variabele)" -#: sphinx/domains/python.py:434 sphinx/domains/python.py:526 +#: sphinx/domains/python.py:435 sphinx/domains/python.py:527 #, python-format msgid "%s (in module %s)" msgstr "%s (in module %s)" -#: sphinx/domains/python.py:454 +#: sphinx/domains/python.py:455 #, python-format msgid "%s (built-in class)" msgstr "%s (geïntegreerde klasse)" -#: sphinx/domains/python.py:455 +#: sphinx/domains/python.py:456 #, python-format msgid "%s (class in %s)" msgstr "%s (klasse in %s)" -#: sphinx/domains/python.py:492 +#: sphinx/domains/python.py:493 #, python-format msgid "%s() (%s.%s method)" msgstr "%s() (methode van %s.%s)" -#: sphinx/domains/python.py:504 +#: sphinx/domains/python.py:505 #, python-format msgid "%s() (%s.%s static method)" msgstr "%s() (statische methode van %s.%s)" -#: sphinx/domains/python.py:507 +#: sphinx/domains/python.py:508 #, python-format msgid "%s() (%s static method)" msgstr "%s() (statische methode van %s)" -#: sphinx/domains/python.py:517 +#: sphinx/domains/python.py:518 #, python-format msgid "%s() (%s.%s class method)" msgstr "%s() (%s.%s klassemethode)" -#: sphinx/domains/python.py:520 +#: sphinx/domains/python.py:521 #, python-format msgid "%s() (%s class method)" msgstr "%s() (%s klassemethode)" -#: sphinx/domains/python.py:530 +#: sphinx/domains/python.py:531 #, python-format msgid "%s (%s.%s attribute)" msgstr "%s (attribuut van %s.%s)" -#: sphinx/domains/python.py:667 +#: sphinx/domains/python.py:668 msgid "Python Module Index" msgstr "Python-moduleïndex" -#: sphinx/domains/python.py:668 +#: sphinx/domains/python.py:669 msgid "modules" msgstr "modules" -#: sphinx/domains/python.py:719 +#: sphinx/domains/python.py:720 msgid "Deprecated" msgstr "Verouderd" -#: sphinx/domains/python.py:746 +#: sphinx/domains/python.py:747 msgid "class method" msgstr "klassemethode" -#: sphinx/domains/python.py:747 +#: sphinx/domains/python.py:748 msgid "static method" msgstr "statische methode" -#: sphinx/domains/python.py:879 +#: sphinx/domains/python.py:880 #, python-format msgid "more than one target found for cross-reference %r: %s" msgstr "" -#: sphinx/domains/python.py:917 +#: sphinx/domains/python.py:918 msgid " (deprecated)" msgstr " (verouderd)" @@ -2146,7 +2146,7 @@ msgstr "Zoekpagina" msgid "duplicate citation %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:631 sphinx/ext/autosectionlabel.py:61 +#: sphinx/domains/std.py:631 sphinx/ext/autosectionlabel.py:56 #, python-format msgid "duplicate label %s, other instance in %s" msgstr "" @@ -2206,21 +2206,21 @@ msgid "" "another doctree directory." msgstr "" -#: sphinx/environment/__init__.py:408 +#: sphinx/environment/__init__.py:404 #, python-format msgid "Failed to scan documents in %s: %r" msgstr "" -#: sphinx/environment/__init__.py:536 +#: sphinx/environment/__init__.py:532 #, python-format msgid "Domain %r is not registered" msgstr "" -#: sphinx/environment/__init__.py:621 +#: sphinx/environment/__init__.py:617 msgid "self referenced toctree found. Ignored." msgstr "" -#: sphinx/environment/__init__.py:662 +#: sphinx/environment/__init__.py:658 msgid "document isn't included in any toctree" msgstr "" @@ -2240,6 +2240,7 @@ msgid "unknown index entry type %r" msgstr "" #: sphinx/environment/adapters/indexentries.py:156 +#: sphinx/templates/latex/sphinxmessages.sty_t:11 msgid "Symbols" msgstr "Symbolen" @@ -2265,22 +2266,22 @@ msgstr "" msgid "toctree contains reference to nonexisting document %r" msgstr "" -#: sphinx/environment/collectors/asset.py:91 +#: sphinx/environment/collectors/asset.py:90 #, python-format msgid "image file not readable: %s" msgstr "" -#: sphinx/environment/collectors/asset.py:107 +#: sphinx/environment/collectors/asset.py:106 #, python-format msgid "image file %s not readable: %s" msgstr "" -#: sphinx/environment/collectors/asset.py:135 +#: sphinx/environment/collectors/asset.py:134 #, python-format msgid "download file not readable: %s" msgstr "" -#: sphinx/environment/collectors/toctree.py:197 +#: sphinx/environment/collectors/toctree.py:196 #, python-format msgid "%s is already assigned section numbers (nested numbered toctree?)" msgstr "" @@ -2424,38 +2425,38 @@ msgstr "" msgid "module %s could not be imported: %s" msgstr "" -#: sphinx/ext/doctest.py:142 +#: sphinx/ext/doctest.py:132 #, python-format msgid "missing '+' or '-' in '%s' option." msgstr "ontbrekende '+' of '-' in optie '%s'." -#: sphinx/ext/doctest.py:147 +#: sphinx/ext/doctest.py:137 #, python-format msgid "'%s' is not a valid option." msgstr "'%s' is geen geldige optie." -#: sphinx/ext/doctest.py:161 +#: sphinx/ext/doctest.py:151 #, python-format msgid "'%s' is not a valid pyversion option" msgstr "'%s' is geen geldige pyversion optie" -#: sphinx/ext/doctest.py:230 +#: sphinx/ext/doctest.py:222 msgid "invalid TestCode type" msgstr "" -#: sphinx/ext/doctest.py:291 +#: sphinx/ext/doctest.py:283 #, python-format msgid "" "Testing of doctests in the sources finished, look at the results in " "%(outdir)s/output.txt." msgstr "" -#: sphinx/ext/doctest.py:438 +#: sphinx/ext/doctest.py:446 #, python-format msgid "no code/output in %s block at %s:%s" msgstr "" -#: sphinx/ext/doctest.py:527 +#: sphinx/ext/doctest.py:535 #, python-format msgid "ignoring invalid doctest code: %r" msgstr "" @@ -2473,7 +2474,7 @@ msgstr "Extern Graphviz bestand %r niet gevonden of het lezen is mislukt" msgid "Ignoring \"graphviz\" directive without content." msgstr "\"graphviz\" directive zonder inhoud wordt genegeerd." -#: sphinx/ext/graphviz.py:252 +#: sphinx/ext/graphviz.py:250 #, python-format msgid "" "dot did not produce an output file:\n" @@ -2483,14 +2484,14 @@ msgid "" "%r" msgstr "" -#: sphinx/ext/graphviz.py:256 +#: sphinx/ext/graphviz.py:254 #, python-format msgid "" "dot command %r cannot be run (needed for graphviz output), check the " "graphviz_dot setting" msgstr "dot commando %r kan niet worden uitgevoerd (vereist voor graphviz output), controleer de instelling graphviz_dot" -#: sphinx/ext/graphviz.py:263 +#: sphinx/ext/graphviz.py:261 #, python-format msgid "" "dot exited with error:\n" @@ -2500,23 +2501,23 @@ msgid "" "%r" msgstr "" -#: sphinx/ext/graphviz.py:273 +#: sphinx/ext/graphviz.py:271 #, python-format msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" msgstr "graphviz_output_format moet 'png' of 'svg' zijn, maar is %r" -#: sphinx/ext/graphviz.py:277 sphinx/ext/graphviz.py:331 -#: sphinx/ext/graphviz.py:369 +#: sphinx/ext/graphviz.py:275 sphinx/ext/graphviz.py:329 +#: sphinx/ext/graphviz.py:367 #, python-format msgid "dot code %r: %s" msgstr "" -#: sphinx/ext/graphviz.py:384 sphinx/ext/graphviz.py:393 +#: sphinx/ext/graphviz.py:382 sphinx/ext/graphviz.py:391 #, python-format msgid "[graph: %s]" msgstr "[graaf: %s]" -#: sphinx/ext/graphviz.py:386 sphinx/ext/graphviz.py:395 +#: sphinx/ext/graphviz.py:384 sphinx/ext/graphviz.py:393 msgid "[graph]" msgstr "[graaf]" @@ -2535,31 +2536,31 @@ msgid "" "%r" msgstr "" -#: sphinx/ext/imgmath.py:140 +#: sphinx/ext/imgmath.py:139 #, python-format msgid "" "LaTeX command %r cannot be run (needed for math display), check the " "imgmath_latex setting" msgstr "" -#: sphinx/ext/imgmath.py:155 +#: sphinx/ext/imgmath.py:154 #, python-format msgid "" "%s command %r cannot be run (needed for math display), check the imgmath_%s " "setting" msgstr "" -#: sphinx/ext/imgmath.py:290 +#: sphinx/ext/imgmath.py:289 #, python-format msgid "display latex %r: %s" msgstr "" -#: sphinx/ext/imgmath.py:317 +#: sphinx/ext/imgmath.py:316 #, python-format msgid "inline latex %r: %s" msgstr "" -#: sphinx/ext/imgmath.py:324 sphinx/ext/mathjax.py:54 +#: sphinx/ext/imgmath.py:323 sphinx/ext/mathjax.py:54 msgid "Permalink to this equation" msgstr "Permalink naar deze formule" @@ -2579,26 +2580,26 @@ msgid "" "alternatives:" msgstr "" -#: sphinx/ext/intersphinx.py:237 +#: sphinx/ext/intersphinx.py:238 msgid "failed to reach any of the inventories with the following issues:" msgstr "" -#: sphinx/ext/intersphinx.py:312 +#: sphinx/ext/intersphinx.py:311 #, python-format msgid "(in %s v%s)" msgstr "(in %s v%s)" -#: sphinx/ext/intersphinx.py:314 +#: sphinx/ext/intersphinx.py:313 #, python-format msgid "(in %s)" msgstr "(in %s)" -#: sphinx/ext/intersphinx.py:348 +#: sphinx/ext/intersphinx.py:347 #, python-format msgid "intersphinx identifier %r is not string. Ignored" msgstr "" -#: sphinx/ext/intersphinx.py:361 +#: sphinx/ext/intersphinx.py:360 #, python-format msgid "Fail to read intersphinx_mapping[%s], Ignored: %r" msgstr "" @@ -2654,29 +2655,29 @@ msgstr "Overzicht: module broncode" msgid "

All modules for which code is available

" msgstr "

Alle modules waarvoor de broncode beschikbaar is

" -#: sphinx/ext/autodoc/__init__.py:302 +#: sphinx/ext/autodoc/__init__.py:300 #, python-format msgid "invalid signature for auto%s (%r)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:402 +#: sphinx/ext/autodoc/__init__.py:400 #, python-format msgid "error while formatting arguments for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:514 +#: sphinx/ext/autodoc/__init__.py:512 #, python-format msgid "missing attribute %s in object %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:602 +#: sphinx/ext/autodoc/__init__.py:600 #, python-format msgid "" "autodoc: failed to determine %r to be documented.the following exception was raised:\n" "%s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:694 +#: sphinx/ext/autodoc/__init__.py:692 #, python-format msgid "" "don't know which module to import for autodocumenting %r (try placing a " @@ -2684,39 +2685,39 @@ msgid "" "explicit module name)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:788 +#: sphinx/ext/autodoc/__init__.py:786 msgid "\"::\" in automodule name doesn't make sense" msgstr "" -#: sphinx/ext/autodoc/__init__.py:796 +#: sphinx/ext/autodoc/__init__.py:794 #, python-format msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:829 +#: sphinx/ext/autodoc/__init__.py:827 #, python-format msgid "" "__all__ should be a list of strings, not %r (in module %s) -- ignoring " "__all__" msgstr "" -#: sphinx/ext/autodoc/__init__.py:844 +#: sphinx/ext/autodoc/__init__.py:842 #, python-format msgid "" "missing attribute mentioned in :members: or __all__: module %s, attribute %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1128 +#: sphinx/ext/autodoc/__init__.py:1126 #, python-format msgid "Bases: %s" msgstr "Basisklassen: %s" -#: sphinx/ext/autodoc/__init__.py:1185 +#: sphinx/ext/autodoc/__init__.py:1183 #, python-format msgid "alias of :class:`%s`" msgstr "alias voor :class:`%s`" -#: sphinx/ext/autodoc/__init__.py:1470 +#: sphinx/ext/autodoc/__init__.py:1468 #, python-format msgid "Ignoring invalid option in autodoc_default_flags: %r" msgstr "" @@ -2752,17 +2753,17 @@ msgid "" "contain .rst. Skipped." msgstr "" -#: sphinx/ext/autosummary/generate.py:102 +#: sphinx/ext/autosummary/generate.py:100 #, python-format msgid "[autosummary] generating autosummary for: %s" msgstr "" -#: sphinx/ext/autosummary/generate.py:106 +#: sphinx/ext/autosummary/generate.py:104 #, python-format msgid "[autosummary] writing to %s" msgstr "" -#: sphinx/ext/autosummary/generate.py:366 +#: sphinx/ext/autosummary/generate.py:364 msgid "" "\n" "Generate ReStructuredText using autosummary directives.\n" @@ -2777,25 +2778,25 @@ msgid "" " pydoc sphinx.ext.autosummary\n" msgstr "" -#: sphinx/ext/autosummary/generate.py:383 +#: sphinx/ext/autosummary/generate.py:381 msgid "source files to generate rST files for" msgstr "" -#: sphinx/ext/autosummary/generate.py:387 +#: sphinx/ext/autosummary/generate.py:385 msgid "directory to place all output in" msgstr "" -#: sphinx/ext/autosummary/generate.py:390 +#: sphinx/ext/autosummary/generate.py:388 #, python-format msgid "default suffix for files (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:394 +#: sphinx/ext/autosummary/generate.py:392 #, python-format msgid "custom template directory (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:398 +#: sphinx/ext/autosummary/generate.py:396 #, python-format msgid "document imported members (default: %(default)s)" msgstr "" @@ -2873,6 +2874,7 @@ msgid "Warning" msgstr "Waarschuwing" #: sphinx/templates/latex/longtable.tex_t:23 +#: sphinx/templates/latex/sphinxmessages.sty_t:8 msgid "continued from previous page" msgstr "Vervolgd van vorige pagina" @@ -2880,13 +2882,29 @@ msgstr "Vervolgd van vorige pagina" msgid "Continued on next page" msgstr "Vervolgd op volgende pagina" +#: sphinx/templates/latex/sphinxmessages.sty_t:9 +msgid "continues on next page" +msgstr "Vervolgt op volgende pagina" + +#: sphinx/templates/latex/sphinxmessages.sty_t:10 +msgid "Non-alphabetical" +msgstr "" + +#: sphinx/templates/latex/sphinxmessages.sty_t:12 +msgid "Numbers" +msgstr "" + +#: sphinx/templates/latex/sphinxmessages.sty_t:13 +msgid "page" +msgstr "pagina" + #: sphinx/themes/agogo/layout.html:46 sphinx/themes/basic/globaltoc.html:10 #: sphinx/themes/basic/localtoc.html:11 sphinx/themes/scrolls/layout.html:41 msgid "Table of Contents" msgstr "" #: sphinx/themes/agogo/layout.html:51 sphinx/themes/basic/layout.html:153 -#: sphinx/themes/basic/search.html:11 sphinx/themes/basic/search.html:26 +#: sphinx/themes/basic/search.html:11 sphinx/themes/basic/search.html:21 #: sphinx/themes/basic/searchresults.html:10 msgid "Search" msgstr "Zoeken" @@ -3023,13 +3041,13 @@ msgstr "Volgend onderwerp" msgid "next chapter" msgstr "volgend hoofdstuk" -#: sphinx/themes/basic/search.html:30 +#: sphinx/themes/basic/search.html:25 msgid "" "Please activate JavaScript to enable the search\n" " functionality." msgstr "Activeer JavaSscript om de zoekfunctionaliteit in te schakelen." -#: sphinx/themes/basic/search.html:35 +#: sphinx/themes/basic/search.html:30 msgid "" "From here you can search these documents. Enter your search\n" " words into the box below and click \"search\". Note that the search\n" @@ -3037,20 +3055,20 @@ msgid "" " containing fewer words won't appear in the result list." msgstr "Hier kan u de documenten doorzoeken. Geef enkele trefwoorden\n in het veld hieronder en klik \"zoeken\". Merk op dat de zoekfunctie\n steeds naar alle woorden zoekt. Pagina's die minder woorden bevatten\n zullen niet tussen de resultaten verschijnen." -#: sphinx/themes/basic/search.html:42 +#: sphinx/themes/basic/search.html:37 #: sphinx/themes/basic/searchresults.html:17 msgid "search" msgstr "zoeken" -#: sphinx/themes/basic/search.html:46 +#: sphinx/themes/basic/search.html:41 #: sphinx/themes/basic/searchresults.html:21 -#: sphinx/themes/basic/static/searchtools.js:295 +#: sphinx/themes/basic/static/searchtools.js:285 msgid "Search Results" msgstr "Zoekresultaten" -#: sphinx/themes/basic/search.html:48 +#: sphinx/themes/basic/search.html:43 #: sphinx/themes/basic/searchresults.html:23 -#: sphinx/themes/basic/static/searchtools.js:297 +#: sphinx/themes/basic/static/searchtools.js:287 msgid "" "Your search did not match any documents. Please make sure that all words are" " spelled correctly and that you've selected enough categories." @@ -3108,20 +3126,20 @@ msgstr "Permalink naar deze definitie" msgid "Hide Search Matches" msgstr "Zoekresultaten verbergen" -#: sphinx/themes/basic/static/searchtools.js:131 +#: sphinx/themes/basic/static/searchtools.js:121 msgid "Searching" msgstr "Bezig met zoeken" -#: sphinx/themes/basic/static/searchtools.js:136 +#: sphinx/themes/basic/static/searchtools.js:126 msgid "Preparing search..." msgstr "Zoeken aan het voorbereiden..." -#: sphinx/themes/basic/static/searchtools.js:299 +#: sphinx/themes/basic/static/searchtools.js:289 #, python-format msgid "Search finished, found %s page(s) matching the search query." msgstr "Zoekopdracht voltooid, %s pagaina(s) gevonden die overeenkomen met de zoekterm." -#: sphinx/themes/basic/static/searchtools.js:352 +#: sphinx/themes/basic/static/searchtools.js:342 msgid ", in " msgstr ", in" @@ -3138,18 +3156,18 @@ msgstr "Zijpaneel inklappen" msgid "Contents" msgstr "Inhoudsopgave" -#: sphinx/transforms/__init__.py:259 +#: sphinx/transforms/__init__.py:261 #, python-format msgid "" "4 column based index found. It might be a bug of extensions you use: %r" msgstr "" -#: sphinx/transforms/__init__.py:301 +#: sphinx/transforms/__init__.py:303 #, python-format msgid "Footnote [%s] is not referenced." msgstr "" -#: sphinx/transforms/__init__.py:307 +#: sphinx/transforms/__init__.py:309 msgid "Footnote [#] is not referenced." msgstr "" @@ -3220,7 +3238,7 @@ msgstr "" msgid "failed" msgstr "" -#: sphinx/util/docutils.py:321 +#: sphinx/util/docutils.py:320 msgid "when adding directive classes, no additional arguments may be given" msgstr "bij het toevoegen van een directive klasse, mogen geen extra argumenten worden meegegeven" @@ -3281,15 +3299,15 @@ msgstr "Permalink naar deze tabel" msgid "Permalink to this code" msgstr "Permalink naar deze broncode" -#: sphinx/writers/html.py:514 sphinx/writers/html5.py:460 +#: sphinx/writers/html.py:512 sphinx/writers/html5.py:458 msgid "Permalink to this image" msgstr "Permallink naar deze afbeelding" -#: sphinx/writers/html.py:516 sphinx/writers/html5.py:462 +#: sphinx/writers/html.py:514 sphinx/writers/html5.py:460 msgid "Permalink to this toctree" msgstr "Permalink naar deze toctree" -#: sphinx/writers/html.py:674 sphinx/writers/html5.py:608 +#: sphinx/writers/html.py:672 sphinx/writers/html5.py:606 msgid "Could not obtain image size. :scale: option is ignored." msgstr "" @@ -3326,12 +3344,12 @@ msgstr "" msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: sphinx/writers/latex.py:1843 +#: sphinx/writers/latex.py:1847 #, python-format msgid "unknown index entry type %s found" msgstr "" -#: sphinx/writers/latex.py:2552 +#: sphinx/writers/latex.py:2560 #, python-format msgid "Unknown configure key: latex_elements[%r] is ignored." msgstr "Onbekende configuratiesleutel: latex_elements[%r] wordt genegeerd" @@ -3349,12 +3367,12 @@ msgstr "[afbeelding]" msgid "caption not inside a figure." msgstr "onderschrift niet binnen figuur." -#: sphinx/writers/texinfo.py:1421 +#: sphinx/writers/texinfo.py:1422 #, python-format msgid "unimplemented node type: %r" msgstr "" -#: sphinx/writers/texinfo.py:1426 +#: sphinx/writers/texinfo.py:1427 #, python-format msgid "unknown node type: %r" msgstr "" diff --git a/sphinx/locale/pl/LC_MESSAGES/sphinx.mo b/sphinx/locale/pl/LC_MESSAGES/sphinx.mo index a829c3dc9e..577316d515 100644 Binary files a/sphinx/locale/pl/LC_MESSAGES/sphinx.mo and b/sphinx/locale/pl/LC_MESSAGES/sphinx.mo differ diff --git a/sphinx/locale/pl/LC_MESSAGES/sphinx.po b/sphinx/locale/pl/LC_MESSAGES/sphinx.po index 2665e142c8..6128a6de6b 100644 --- a/sphinx/locale/pl/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/pl/LC_MESSAGES/sphinx.po @@ -11,9 +11,9 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2019-02-18 01:52+0900\n" -"PO-Revision-Date: 2019-03-14 16:36+0000\n" -"Last-Translator: Takeshi KOMIYA \n" +"POT-Creation-Date: 2019-03-29 01:05+0900\n" +"PO-Revision-Date: 2019-03-28 16:09+0000\n" +"Last-Translator: Tawez\n" "Language-Team: Polish (http://www.transifex.com/sphinx-doc/sphinx-1/language/pl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -125,7 +125,7 @@ msgstr "" msgid "role %r is already registered, it will be overridden" msgstr "" -#: sphinx/application.py:1182 +#: sphinx/application.py:1179 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -133,7 +133,7 @@ msgid "" "explicit" msgstr "rozszerzenie %s nie deklaruje, czy jest bezpieczne do czytania współbieżnego, zakładamy że nie jest – prosimy zapytać autora rozszerzenie o sprawdzenie i zadeklarowania tego wprost" -#: sphinx/application.py:1188 +#: sphinx/application.py:1185 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -141,7 +141,7 @@ msgid "" "explicit" msgstr "rozszerzenie %s nie deklaruje, czy jest bezpieczne do pisania współbieżnego, zakładamy że nie jest – prosimy zapytać autora rozszerzenia o sprawdzenie i zadeklarowanie tego wprost" -#: sphinx/application.py:1199 +#: sphinx/application.py:1196 #, python-format msgid "doing serial %s" msgstr "" @@ -590,44 +590,44 @@ msgstr "" msgid "preparing documents" msgstr "" -#: sphinx/builders/_epub_base.py:219 +#: sphinx/builders/_epub_base.py:218 #, python-format msgid "duplicated ToC entry found: %s" msgstr "" -#: sphinx/builders/_epub_base.py:415 sphinx/builders/html.py:761 -#: sphinx/builders/latex/__init__.py:413 sphinx/builders/texinfo.py:190 +#: sphinx/builders/_epub_base.py:414 sphinx/builders/html.py:761 +#: sphinx/builders/latex/__init__.py:415 sphinx/builders/texinfo.py:190 msgid "copying images... " msgstr "kopiowanie obrazków..." -#: sphinx/builders/_epub_base.py:422 +#: sphinx/builders/_epub_base.py:421 #, python-format msgid "cannot read image file %r: copying it instead" msgstr "" -#: sphinx/builders/_epub_base.py:428 sphinx/builders/html.py:769 -#: sphinx/builders/latex/__init__.py:421 sphinx/builders/texinfo.py:198 +#: sphinx/builders/_epub_base.py:427 sphinx/builders/html.py:769 +#: sphinx/builders/latex/__init__.py:423 sphinx/builders/texinfo.py:199 #, python-format msgid "cannot copy image file %r: %s" msgstr "" -#: sphinx/builders/_epub_base.py:445 +#: sphinx/builders/_epub_base.py:444 #, python-format msgid "cannot write image file %r: %s" msgstr "" -#: sphinx/builders/_epub_base.py:456 +#: sphinx/builders/_epub_base.py:455 msgid "Pillow not found - copying image files" msgstr "" -#: sphinx/builders/_epub_base.py:491 sphinx/builders/_epub_base.py:504 -#: sphinx/builders/_epub_base.py:540 sphinx/builders/_epub_base.py:725 -#: sphinx/builders/_epub_base.py:758 sphinx/builders/epub3.py:184 +#: sphinx/builders/_epub_base.py:490 sphinx/builders/_epub_base.py:503 +#: sphinx/builders/_epub_base.py:539 sphinx/builders/_epub_base.py:724 +#: sphinx/builders/_epub_base.py:757 sphinx/builders/epub3.py:183 #, python-format msgid "writing %s file..." msgstr "pisanie pliku %s..." -#: sphinx/builders/_epub_base.py:566 +#: sphinx/builders/_epub_base.py:565 #, python-format msgid "unknown mimetype for %s, ignoring" msgstr "nieznany mimetype dla %s, ignoruję" @@ -646,19 +646,19 @@ msgstr "brak zmian w wersji %s." msgid "writing summary file..." msgstr "" -#: sphinx/builders/changes.py:87 +#: sphinx/builders/changes.py:86 msgid "Builtins" msgstr "Wbudowane" -#: sphinx/builders/changes.py:89 +#: sphinx/builders/changes.py:88 msgid "Module level" msgstr "Poziom modułu" -#: sphinx/builders/changes.py:134 +#: sphinx/builders/changes.py:133 msgid "copying source files..." msgstr "kopiowanie plików źródłowych..." -#: sphinx/builders/changes.py:141 +#: sphinx/builders/changes.py:140 #, python-format msgid "could not read %r for changelog creation" msgstr "" @@ -667,76 +667,76 @@ msgstr "" msgid "The dummy builder generates no files." msgstr "" -#: sphinx/builders/epub3.py:69 +#: sphinx/builders/epub3.py:68 #, python-format msgid "The ePub file is in %(outdir)s." msgstr "Plik ePub znajduje się w %(outdir)s." -#: sphinx/builders/epub3.py:212 +#: sphinx/builders/epub3.py:211 msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:216 +#: sphinx/builders/epub3.py:215 msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:219 +#: sphinx/builders/epub3.py:218 msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:223 +#: sphinx/builders/epub3.py:222 msgid "conf value \"epub_author\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:226 +#: sphinx/builders/epub3.py:225 msgid "conf value \"epub_contributor\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:229 +#: sphinx/builders/epub3.py:228 msgid "conf value \"epub_description\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:232 +#: sphinx/builders/epub3.py:231 msgid "conf value \"epub_publisher\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:235 +#: sphinx/builders/epub3.py:234 msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:239 +#: sphinx/builders/epub3.py:238 msgid "conf value \"epub_identifier\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:242 +#: sphinx/builders/epub3.py:241 msgid "conf value \"version\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:257 sphinx/builders/html.py:1166 +#: sphinx/builders/epub3.py:256 sphinx/builders/html.py:1166 #, python-format msgid "invalid css_file: %r, ignored" msgstr "nieprawidłowy css_file: %r, zignorowano" -#: sphinx/builders/gettext.py:215 +#: sphinx/builders/gettext.py:221 #, python-format msgid "The message catalogs are in %(outdir)s." msgstr "" -#: sphinx/builders/gettext.py:239 +#: sphinx/builders/gettext.py:245 #, python-format msgid "building [%s]: " msgstr "" -#: sphinx/builders/gettext.py:240 +#: sphinx/builders/gettext.py:246 #, python-format msgid "targets for %d template files" msgstr "" -#: sphinx/builders/gettext.py:244 +#: sphinx/builders/gettext.py:250 msgid "reading templates... " msgstr "wczytywanie szablonów... " -#: sphinx/builders/gettext.py:271 +#: sphinx/builders/gettext.py:277 msgid "writing message catalogs... " msgstr "" @@ -755,7 +755,7 @@ msgstr "Strony HTML są w %(outdir)s." msgid "Failed to read build info file: %r" msgstr "" -#: sphinx/builders/html.py:488 sphinx/builders/latex/__init__.py:204 +#: sphinx/builders/html.py:488 sphinx/builders/latex/__init__.py:206 #: sphinx/transforms/__init__.py:121 sphinx/writers/manpage.py:118 #: sphinx/writers/texinfo.py:243 #, python-format @@ -808,7 +808,7 @@ msgstr "kopiowanie plików statycznych..." msgid "html_static_path entry %r does not exist" msgstr "" -#: sphinx/builders/html.py:839 sphinx/builders/latex/__init__.py:398 +#: sphinx/builders/html.py:839 sphinx/builders/latex/__init__.py:400 #, python-format msgid "logo file %r does not exist" msgstr "" @@ -925,7 +925,7 @@ msgstr "" msgid "no \"man_pages\" config value found; no manual pages will be written" msgstr "" -#: sphinx/builders/latex/__init__.py:270 sphinx/builders/manpage.py:64 +#: sphinx/builders/latex/__init__.py:272 sphinx/builders/manpage.py:64 #: sphinx/builders/singlehtml.py:174 sphinx/builders/texinfo.py:120 msgid "writing" msgstr "" @@ -969,24 +969,24 @@ msgstr "nie znaleziono wartości konfiguracyjnej \"texinfo_documents\"; żadne d msgid "\"texinfo_documents\" config value references unknown document %s" msgstr "wartość konfiguracyjna \"texinfo_documents\" odwołuje się do nieznanego dokumentu %s" -#: sphinx/builders/latex/__init__.py:253 sphinx/builders/texinfo.py:116 +#: sphinx/builders/latex/__init__.py:255 sphinx/builders/texinfo.py:116 #, python-format msgid "processing %s" msgstr "" -#: sphinx/builders/latex/__init__.py:322 sphinx/builders/texinfo.py:163 +#: sphinx/builders/latex/__init__.py:323 sphinx/builders/texinfo.py:164 msgid "resolving references..." msgstr "" -#: sphinx/builders/latex/__init__.py:332 sphinx/builders/texinfo.py:172 +#: sphinx/builders/latex/__init__.py:333 sphinx/builders/texinfo.py:173 msgid " (in " msgstr " (w " -#: sphinx/builders/texinfo.py:204 +#: sphinx/builders/texinfo.py:205 msgid "copying Texinfo support files" msgstr "" -#: sphinx/builders/texinfo.py:208 +#: sphinx/builders/texinfo.py:209 #, python-format msgid "error writing file Makefile: %s" msgstr "" @@ -1006,28 +1006,28 @@ msgstr "Pliki XML znajdują się w %(outdir)s." msgid "The pseudo-XML files are in %(outdir)s." msgstr "Pliki pseudo-XML są w %(outdir)s." -#: sphinx/builders/latex/__init__.py:121 +#: sphinx/builders/latex/__init__.py:123 #, python-format msgid "The LaTeX files are in %(outdir)s." msgstr "Pliki LaTeX znajdują się w %(outdir)s." -#: sphinx/builders/latex/__init__.py:123 +#: sphinx/builders/latex/__init__.py:125 msgid "" "\n" "Run 'make' in that directory to run these through (pdf)latex\n" "(use `make latexpdf' here to do that automatically)." msgstr "" -#: sphinx/builders/latex/__init__.py:163 +#: sphinx/builders/latex/__init__.py:165 msgid "no \"latex_documents\" config value found; no documents will be written" msgstr "nie znaleziono wartości konfiguracyjnej \"latex_documents\"; żadne dokumenty nie zostaną zapisane" -#: sphinx/builders/latex/__init__.py:171 +#: sphinx/builders/latex/__init__.py:173 #, python-format msgid "\"latex_documents\" config value references unknown document %s" msgstr "wartość konfiguracyjna \"latex_documents\" odwołuje się do nieznanego dokumentu %s" -#: sphinx/builders/latex/__init__.py:211 sphinx/domains/std.py:501 +#: sphinx/builders/latex/__init__.py:213 sphinx/domains/std.py:501 #: sphinx/templates/latex/latex.tex_t:79 #: sphinx/themes/basic/genindex-single.html:30 #: sphinx/themes/basic/genindex-single.html:55 @@ -1039,28 +1039,28 @@ msgstr "wartość konfiguracyjna \"latex_documents\" odwołuje się do nieznaneg msgid "Index" msgstr "Indeks" -#: sphinx/builders/latex/__init__.py:214 sphinx/templates/latex/latex.tex_t:64 +#: sphinx/builders/latex/__init__.py:216 sphinx/templates/latex/latex.tex_t:64 msgid "Release" msgstr "Wydanie" -#: sphinx/builders/latex/__init__.py:222 sphinx/writers/latex.py:549 +#: sphinx/builders/latex/__init__.py:224 sphinx/writers/latex.py:549 #, python-format msgid "no Babel option known for language %r" msgstr "" -#: sphinx/builders/latex/__init__.py:361 +#: sphinx/builders/latex/__init__.py:363 msgid "copying TeX support files" msgstr "" -#: sphinx/builders/latex/__init__.py:382 +#: sphinx/builders/latex/__init__.py:384 msgid "copying TeX support files..." msgstr "" -#: sphinx/builders/latex/__init__.py:402 +#: sphinx/builders/latex/__init__.py:404 msgid "copying additional files" msgstr "" -#: sphinx/builders/latex/__init__.py:445 +#: sphinx/builders/latex/__init__.py:447 #, python-format msgid "Unknown configure key: latex_elements[%r]. ignored." msgstr "" @@ -1123,8 +1123,8 @@ msgstr "Raport o błędzie można zgłosić pod adresem ." msgstr "Aby uzyskać więcej informacji, odwiedź ." @@ -1501,13 +1501,13 @@ msgstr "" msgid "Indicate which of the following Sphinx extensions should be enabled:" msgstr "Wskaż, które z następujących rozszerzeń Sphinx powinny być włączone:" -#: sphinx/cmd/quickstart.py:354 +#: sphinx/cmd/quickstart.py:353 msgid "" "Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " "been deselected." msgstr "" -#: sphinx/cmd/quickstart.py:359 +#: sphinx/cmd/quickstart.py:358 msgid "" "\n" "A Makefile and a Windows command file can be generated for you so that you\n" @@ -1515,29 +1515,29 @@ msgid "" "directly." msgstr "" -#: sphinx/cmd/quickstart.py:363 +#: sphinx/cmd/quickstart.py:362 msgid "Create Makefile? (y/n)" msgstr "Stworzyć Makefile? (y/n)" -#: sphinx/cmd/quickstart.py:366 +#: sphinx/cmd/quickstart.py:365 msgid "Create Windows command file? (y/n)" msgstr "" -#: sphinx/cmd/quickstart.py:409 sphinx/ext/apidoc.py:74 +#: sphinx/cmd/quickstart.py:408 sphinx/ext/apidoc.py:74 #, python-format msgid "Creating file %s." msgstr "Tworzenie pliku %s." -#: sphinx/cmd/quickstart.py:414 sphinx/ext/apidoc.py:72 +#: sphinx/cmd/quickstart.py:413 sphinx/ext/apidoc.py:72 #, python-format msgid "File %s already exists, skipping." msgstr "Plik %s już istnieje, pomijam." -#: sphinx/cmd/quickstart.py:450 +#: sphinx/cmd/quickstart.py:449 msgid "Finished: An initial directory structure has been created." msgstr "Zakończono: Utworzono początkową strukturę katalogów." -#: sphinx/cmd/quickstart.py:451 +#: sphinx/cmd/quickstart.py:450 #, python-format msgid "" "\n" @@ -1545,26 +1545,26 @@ msgid "" "source files. " msgstr "" -#: sphinx/cmd/quickstart.py:453 +#: sphinx/cmd/quickstart.py:452 msgid "" "Use the Makefile to build the docs, like so:\n" " make builder\n" msgstr "" -#: sphinx/cmd/quickstart.py:456 +#: sphinx/cmd/quickstart.py:455 #, python-format msgid "" "Use the sphinx-build command to build the docs, like so:\n" " sphinx-build -b builder %s %s\n" msgstr "" -#: sphinx/cmd/quickstart.py:459 +#: sphinx/cmd/quickstart.py:458 msgid "" "where \"builder\" is one of the supported builders, e.g. html, latex or " "linkcheck.\n" msgstr "" -#: sphinx/cmd/quickstart.py:499 +#: sphinx/cmd/quickstart.py:498 msgid "" "\n" "Generate required files for a Sphinx project.\n" @@ -1574,131 +1574,131 @@ msgid "" "Makefile to be used with sphinx-build.\n" msgstr "" -#: sphinx/cmd/quickstart.py:509 +#: sphinx/cmd/quickstart.py:508 msgid "quiet mode" msgstr "tryb cichy" -#: sphinx/cmd/quickstart.py:514 +#: sphinx/cmd/quickstart.py:513 msgid "output path" msgstr "" -#: sphinx/cmd/quickstart.py:516 +#: sphinx/cmd/quickstart.py:515 msgid "Structure options" msgstr "" -#: sphinx/cmd/quickstart.py:518 +#: sphinx/cmd/quickstart.py:517 msgid "if specified, separate source and build dirs" msgstr "" -#: sphinx/cmd/quickstart.py:520 +#: sphinx/cmd/quickstart.py:519 msgid "replacement for dot in _templates etc." msgstr "" -#: sphinx/cmd/quickstart.py:522 +#: sphinx/cmd/quickstart.py:521 msgid "Project basic options" msgstr "Podstawowe opcje projektu" -#: sphinx/cmd/quickstart.py:524 +#: sphinx/cmd/quickstart.py:523 msgid "project name" msgstr "nazwa projektu" -#: sphinx/cmd/quickstart.py:526 +#: sphinx/cmd/quickstart.py:525 msgid "author names" msgstr "nazwiska autorów" -#: sphinx/cmd/quickstart.py:528 +#: sphinx/cmd/quickstart.py:527 msgid "version of project" msgstr "wersja projektu" -#: sphinx/cmd/quickstart.py:530 +#: sphinx/cmd/quickstart.py:529 msgid "release of project" msgstr "" -#: sphinx/cmd/quickstart.py:532 +#: sphinx/cmd/quickstart.py:531 msgid "document language" msgstr "język dokumentu" -#: sphinx/cmd/quickstart.py:534 +#: sphinx/cmd/quickstart.py:533 msgid "source file suffix" msgstr "rozszerzenie pliku źródłowego" -#: sphinx/cmd/quickstart.py:536 +#: sphinx/cmd/quickstart.py:535 msgid "master document name" msgstr "nazwa głównego dokumentu" -#: sphinx/cmd/quickstart.py:538 +#: sphinx/cmd/quickstart.py:537 msgid "use epub" msgstr "" -#: sphinx/cmd/quickstart.py:540 +#: sphinx/cmd/quickstart.py:539 msgid "Extension options" msgstr "Opcje rozszerzeń" -#: sphinx/cmd/quickstart.py:544 sphinx/ext/apidoc.py:379 +#: sphinx/cmd/quickstart.py:543 sphinx/ext/apidoc.py:379 #, python-format msgid "enable %s extension" msgstr "włącz rozszerzenie %s" -#: sphinx/cmd/quickstart.py:546 sphinx/ext/apidoc.py:375 +#: sphinx/cmd/quickstart.py:545 sphinx/ext/apidoc.py:375 msgid "enable arbitrary extensions" msgstr "" -#: sphinx/cmd/quickstart.py:548 +#: sphinx/cmd/quickstart.py:547 msgid "Makefile and Batchfile creation" msgstr "" -#: sphinx/cmd/quickstart.py:550 +#: sphinx/cmd/quickstart.py:549 msgid "create makefile" msgstr "utwórz plik makefile" -#: sphinx/cmd/quickstart.py:552 +#: sphinx/cmd/quickstart.py:551 msgid "do not create makefile" msgstr "nie twórz pliku makefile" -#: sphinx/cmd/quickstart.py:554 +#: sphinx/cmd/quickstart.py:553 msgid "create batchfile" msgstr "twórz plik wsadowy" -#: sphinx/cmd/quickstart.py:557 +#: sphinx/cmd/quickstart.py:556 msgid "do not create batchfile" msgstr "nie twórz pliku wsadowego" -#: sphinx/cmd/quickstart.py:560 +#: sphinx/cmd/quickstart.py:559 msgid "use make-mode for Makefile/make.bat" msgstr "" -#: sphinx/cmd/quickstart.py:563 +#: sphinx/cmd/quickstart.py:562 msgid "do not use make-mode for Makefile/make.bat" msgstr "" -#: sphinx/cmd/quickstart.py:565 +#: sphinx/cmd/quickstart.py:564 msgid "Project templating" msgstr "" -#: sphinx/cmd/quickstart.py:568 +#: sphinx/cmd/quickstart.py:567 msgid "template directory for template files" msgstr "" -#: sphinx/cmd/quickstart.py:571 +#: sphinx/cmd/quickstart.py:570 msgid "define a template variable" msgstr "" -#: sphinx/cmd/quickstart.py:605 +#: sphinx/cmd/quickstart.py:604 msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." msgstr "" -#: sphinx/cmd/quickstart.py:619 +#: sphinx/cmd/quickstart.py:618 msgid "" "Error: specified path is not a directory, or sphinx files already exist." msgstr "" -#: sphinx/cmd/quickstart.py:621 +#: sphinx/cmd/quickstart.py:620 msgid "" "sphinx-quickstart only generate into a empty directory. Please specify a new" " root path." msgstr "" -#: sphinx/cmd/quickstart.py:636 +#: sphinx/cmd/quickstart.py:635 #, python-format msgid "Invalid template variable: %s" msgstr "" @@ -1770,17 +1770,17 @@ msgstr "Autor: " msgid "%s %s" msgstr "%s %s" -#: sphinx/domains/c.py:64 sphinx/domains/cpp.py:6371 +#: sphinx/domains/c.py:64 sphinx/domains/cpp.py:6445 #: sphinx/domains/python.py:210 sphinx/ext/napoleon/docstring.py:696 msgid "Parameters" msgstr "Parametry" -#: sphinx/domains/c.py:67 sphinx/domains/cpp.py:6380 -#: sphinx/domains/javascript.py:210 sphinx/domains/python.py:222 +#: sphinx/domains/c.py:67 sphinx/domains/cpp.py:6454 +#: sphinx/domains/javascript.py:209 sphinx/domains/python.py:222 msgid "Returns" msgstr "Zwraca" -#: sphinx/domains/c.py:69 sphinx/domains/javascript.py:212 +#: sphinx/domains/c.py:69 sphinx/domains/javascript.py:211 #: sphinx/domains/python.py:224 msgid "Return type" msgstr "Typ zwracany" @@ -1810,12 +1810,12 @@ msgstr "%s (typ C)" msgid "%s (C variable)" msgstr "%s (zmienna C)" -#: sphinx/domains/c.py:258 sphinx/domains/cpp.py:6956 -#: sphinx/domains/javascript.py:298 sphinx/domains/python.py:741 +#: sphinx/domains/c.py:258 sphinx/domains/cpp.py:7029 +#: sphinx/domains/javascript.py:297 sphinx/domains/python.py:742 msgid "function" msgstr "funkcja" -#: sphinx/domains/c.py:259 sphinx/domains/cpp.py:6957 +#: sphinx/domains/c.py:259 sphinx/domains/cpp.py:7030 msgid "member" msgstr "pole" @@ -1823,7 +1823,7 @@ msgstr "pole" msgid "macro" msgstr "makro" -#: sphinx/domains/c.py:261 sphinx/domains/cpp.py:6958 +#: sphinx/domains/c.py:261 sphinx/domains/cpp.py:7031 msgid "type" msgstr "typ" @@ -1846,106 +1846,106 @@ msgstr "Zmienione w wersji %s" msgid "Deprecated since version %s" msgstr "Niezalecane od wersji %s" -#: sphinx/domains/cpp.py:4297 +#: sphinx/domains/cpp.py:4323 #, python-format msgid "" "Duplicate declaration, also defined in '%s'.\n" "Declaration is '%s'." msgstr "" -#: sphinx/domains/cpp.py:6374 +#: sphinx/domains/cpp.py:6448 msgid "Template Parameters" msgstr "Parametry szablonu" -#: sphinx/domains/cpp.py:6377 sphinx/domains/javascript.py:207 +#: sphinx/domains/cpp.py:6451 sphinx/domains/javascript.py:206 msgid "Throws" msgstr "Wyrzuca" -#: sphinx/domains/cpp.py:6505 +#: sphinx/domains/cpp.py:6579 #, python-format msgid "%s (C++ %s)" msgstr "" -#: sphinx/domains/cpp.py:6954 sphinx/domains/javascript.py:300 -#: sphinx/domains/python.py:743 +#: sphinx/domains/cpp.py:7027 sphinx/domains/javascript.py:299 +#: sphinx/domains/python.py:744 msgid "class" msgstr "klasa" -#: sphinx/domains/cpp.py:6955 +#: sphinx/domains/cpp.py:7028 msgid "union" msgstr "unia" -#: sphinx/domains/cpp.py:6959 +#: sphinx/domains/cpp.py:7032 msgid "concept" msgstr "koncepcja" -#: sphinx/domains/cpp.py:6960 +#: sphinx/domains/cpp.py:7033 msgid "enum" msgstr "enum" -#: sphinx/domains/cpp.py:6961 +#: sphinx/domains/cpp.py:7034 msgid "enumerator" msgstr "enumerator" -#: sphinx/domains/cpp.py:7054 +#: sphinx/domains/cpp.py:7127 #, python-format msgid "" "Duplicate declaration, also defined in '%s'.\n" "Name of declaration is '%s'." msgstr "" -#: sphinx/domains/javascript.py:131 sphinx/domains/python.py:429 +#: sphinx/domains/javascript.py:130 sphinx/domains/python.py:430 #, python-format msgid "%s() (built-in function)" msgstr "%s() (funkcja wbudowana)" -#: sphinx/domains/javascript.py:132 sphinx/domains/python.py:494 +#: sphinx/domains/javascript.py:131 sphinx/domains/python.py:495 #, python-format msgid "%s() (%s method)" msgstr "%s() (%s metoda)" -#: sphinx/domains/javascript.py:134 +#: sphinx/domains/javascript.py:133 #, python-format msgid "%s() (class)" msgstr "%s() (klasa)" -#: sphinx/domains/javascript.py:136 +#: sphinx/domains/javascript.py:135 #, python-format msgid "%s (global variable or constant)" msgstr "%s (zmienna globalna lub stała)" -#: sphinx/domains/javascript.py:138 sphinx/domains/python.py:532 +#: sphinx/domains/javascript.py:137 sphinx/domains/python.py:533 #, python-format msgid "%s (%s attribute)" msgstr "%s (%s atrybut)" -#: sphinx/domains/javascript.py:204 +#: sphinx/domains/javascript.py:203 msgid "Arguments" msgstr "Argumenty" -#: sphinx/domains/javascript.py:265 sphinx/domains/python.py:609 +#: sphinx/domains/javascript.py:264 sphinx/domains/python.py:610 #, python-format msgid "%s (module)" msgstr "%s (moduł)" -#: sphinx/domains/javascript.py:299 sphinx/domains/python.py:745 +#: sphinx/domains/javascript.py:298 sphinx/domains/python.py:746 msgid "method" msgstr "metoda" -#: sphinx/domains/javascript.py:301 sphinx/domains/python.py:742 +#: sphinx/domains/javascript.py:300 sphinx/domains/python.py:743 msgid "data" msgstr "dane" -#: sphinx/domains/javascript.py:302 sphinx/domains/python.py:748 +#: sphinx/domains/javascript.py:301 sphinx/domains/python.py:749 msgid "attribute" msgstr "atrybut" -#: sphinx/domains/javascript.py:303 sphinx/domains/python.py:49 -#: sphinx/domains/python.py:749 +#: sphinx/domains/javascript.py:302 sphinx/domains/python.py:49 +#: sphinx/domains/python.py:750 msgid "module" msgstr "moduł" -#: sphinx/domains/math.py:101 sphinx/writers/latex.py:2451 +#: sphinx/domains/math.py:101 sphinx/writers/latex.py:2459 #, python-format msgid "Invalid math_eqref_format: %r" msgstr "Nieprawidłowy math_eqref_format: %r" @@ -1967,7 +1967,7 @@ msgstr "operator" msgid "object" msgstr "obiekt" -#: sphinx/domains/python.py:53 sphinx/domains/python.py:744 +#: sphinx/domains/python.py:53 sphinx/domains/python.py:745 msgid "exception" msgstr "wyjątek" @@ -1987,88 +1987,88 @@ msgstr "Zmienne" msgid "Raises" msgstr "Wyrzuca" -#: sphinx/domains/python.py:430 sphinx/domains/python.py:488 -#: sphinx/domains/python.py:500 sphinx/domains/python.py:513 +#: sphinx/domains/python.py:431 sphinx/domains/python.py:489 +#: sphinx/domains/python.py:501 sphinx/domains/python.py:514 #, python-format msgid "%s() (in module %s)" msgstr "%s() (w module %s)" -#: sphinx/domains/python.py:433 +#: sphinx/domains/python.py:434 #, python-format msgid "%s (built-in variable)" msgstr "%s (zmienna wbudowana)" -#: sphinx/domains/python.py:434 sphinx/domains/python.py:526 +#: sphinx/domains/python.py:435 sphinx/domains/python.py:527 #, python-format msgid "%s (in module %s)" msgstr "%s (w module %s)" -#: sphinx/domains/python.py:454 +#: sphinx/domains/python.py:455 #, python-format msgid "%s (built-in class)" msgstr "%s (klasa wbudowana)" -#: sphinx/domains/python.py:455 +#: sphinx/domains/python.py:456 #, python-format msgid "%s (class in %s)" msgstr "%s (klasa w module %s)" -#: sphinx/domains/python.py:492 +#: sphinx/domains/python.py:493 #, python-format msgid "%s() (%s.%s method)" msgstr "%s() (%s.%s metoda)" -#: sphinx/domains/python.py:504 +#: sphinx/domains/python.py:505 #, python-format msgid "%s() (%s.%s static method)" msgstr "%s() (%s.%s metoda statyczna)" -#: sphinx/domains/python.py:507 +#: sphinx/domains/python.py:508 #, python-format msgid "%s() (%s static method)" msgstr "%s() (%s metoda statyczna)" -#: sphinx/domains/python.py:517 +#: sphinx/domains/python.py:518 #, python-format msgid "%s() (%s.%s class method)" msgstr "%s() (%s.%s metoda klasy)" -#: sphinx/domains/python.py:520 +#: sphinx/domains/python.py:521 #, python-format msgid "%s() (%s class method)" msgstr "%s() (%s metoda klasy)" -#: sphinx/domains/python.py:530 +#: sphinx/domains/python.py:531 #, python-format msgid "%s (%s.%s attribute)" msgstr "%s (atrybut %s.%s)" -#: sphinx/domains/python.py:667 +#: sphinx/domains/python.py:668 msgid "Python Module Index" msgstr "Indeks modułów Pythona" -#: sphinx/domains/python.py:668 +#: sphinx/domains/python.py:669 msgid "modules" msgstr "moduły" -#: sphinx/domains/python.py:719 +#: sphinx/domains/python.py:720 msgid "Deprecated" msgstr "Niezalecane" -#: sphinx/domains/python.py:746 +#: sphinx/domains/python.py:747 msgid "class method" msgstr "metoda klasy" -#: sphinx/domains/python.py:747 +#: sphinx/domains/python.py:748 msgid "static method" msgstr "statyczna metoda" -#: sphinx/domains/python.py:879 +#: sphinx/domains/python.py:880 #, python-format msgid "more than one target found for cross-reference %r: %s" msgstr "" -#: sphinx/domains/python.py:917 +#: sphinx/domains/python.py:918 msgid " (deprecated)" msgstr " (niezalecane)" @@ -2144,7 +2144,7 @@ msgstr "Wyszukiwanie" msgid "duplicate citation %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:631 sphinx/ext/autosectionlabel.py:61 +#: sphinx/domains/std.py:631 sphinx/ext/autosectionlabel.py:56 #, python-format msgid "duplicate label %s, other instance in %s" msgstr "" @@ -2204,21 +2204,21 @@ msgid "" "another doctree directory." msgstr "" -#: sphinx/environment/__init__.py:408 +#: sphinx/environment/__init__.py:404 #, python-format msgid "Failed to scan documents in %s: %r" msgstr "" -#: sphinx/environment/__init__.py:536 +#: sphinx/environment/__init__.py:532 #, python-format msgid "Domain %r is not registered" msgstr "Domena %r nie jest zarejestrowana" -#: sphinx/environment/__init__.py:621 +#: sphinx/environment/__init__.py:617 msgid "self referenced toctree found. Ignored." msgstr "" -#: sphinx/environment/__init__.py:662 +#: sphinx/environment/__init__.py:658 msgid "document isn't included in any toctree" msgstr "" @@ -2238,6 +2238,7 @@ msgid "unknown index entry type %r" msgstr "" #: sphinx/environment/adapters/indexentries.py:156 +#: sphinx/templates/latex/sphinxmessages.sty_t:11 msgid "Symbols" msgstr "Symbole" @@ -2263,22 +2264,22 @@ msgstr "" msgid "toctree contains reference to nonexisting document %r" msgstr "" -#: sphinx/environment/collectors/asset.py:91 +#: sphinx/environment/collectors/asset.py:90 #, python-format msgid "image file not readable: %s" msgstr "" -#: sphinx/environment/collectors/asset.py:107 +#: sphinx/environment/collectors/asset.py:106 #, python-format msgid "image file %s not readable: %s" msgstr "" -#: sphinx/environment/collectors/asset.py:135 +#: sphinx/environment/collectors/asset.py:134 #, python-format msgid "download file not readable: %s" msgstr "" -#: sphinx/environment/collectors/toctree.py:197 +#: sphinx/environment/collectors/toctree.py:196 #, python-format msgid "%s is already assigned section numbers (nested numbered toctree?)" msgstr "" @@ -2422,38 +2423,38 @@ msgstr "nieprawidłowe wyrażenie regularne %r w coverage_c_regexes" msgid "module %s could not be imported: %s" msgstr "moduł %s nie mógł zostać zaimportowany: %s" -#: sphinx/ext/doctest.py:142 +#: sphinx/ext/doctest.py:132 #, python-format msgid "missing '+' or '-' in '%s' option." msgstr "brak '+' lub '-' w opcji '%s'." -#: sphinx/ext/doctest.py:147 +#: sphinx/ext/doctest.py:137 #, python-format msgid "'%s' is not a valid option." msgstr "'%s' nie jest prawidłową opcją." -#: sphinx/ext/doctest.py:161 +#: sphinx/ext/doctest.py:151 #, python-format msgid "'%s' is not a valid pyversion option" msgstr "'%s' nie jest prawidłową opcją pyversion." -#: sphinx/ext/doctest.py:230 +#: sphinx/ext/doctest.py:222 msgid "invalid TestCode type" msgstr "" -#: sphinx/ext/doctest.py:291 +#: sphinx/ext/doctest.py:283 #, python-format msgid "" "Testing of doctests in the sources finished, look at the results in " "%(outdir)s/output.txt." msgstr "" -#: sphinx/ext/doctest.py:438 +#: sphinx/ext/doctest.py:446 #, python-format msgid "no code/output in %s block at %s:%s" msgstr "" -#: sphinx/ext/doctest.py:527 +#: sphinx/ext/doctest.py:535 #, python-format msgid "ignoring invalid doctest code: %r" msgstr "" @@ -2471,7 +2472,7 @@ msgstr "Nie znaleziono zewnętrznego pliku Graphviz %r lub jego odczyt się nie msgid "Ignoring \"graphviz\" directive without content." msgstr "Ignorujemy dyrektywę „graphviz” bez treści." -#: sphinx/ext/graphviz.py:252 +#: sphinx/ext/graphviz.py:250 #, python-format msgid "" "dot did not produce an output file:\n" @@ -2481,14 +2482,14 @@ msgid "" "%r" msgstr "" -#: sphinx/ext/graphviz.py:256 +#: sphinx/ext/graphviz.py:254 #, python-format msgid "" "dot command %r cannot be run (needed for graphviz output), check the " "graphviz_dot setting" msgstr "komenda dot %r nie może zostać uruchomiona (potrzebna do wyjścia graphviz), sprawdź ustawienia graphviz_dot" -#: sphinx/ext/graphviz.py:263 +#: sphinx/ext/graphviz.py:261 #, python-format msgid "" "dot exited with error:\n" @@ -2498,23 +2499,23 @@ msgid "" "%r" msgstr "" -#: sphinx/ext/graphviz.py:273 +#: sphinx/ext/graphviz.py:271 #, python-format msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" msgstr "graphviz_output_format musi mieć wartość „png” lub „svg” a ma %r" -#: sphinx/ext/graphviz.py:277 sphinx/ext/graphviz.py:331 -#: sphinx/ext/graphviz.py:369 +#: sphinx/ext/graphviz.py:275 sphinx/ext/graphviz.py:329 +#: sphinx/ext/graphviz.py:367 #, python-format msgid "dot code %r: %s" msgstr "" -#: sphinx/ext/graphviz.py:384 sphinx/ext/graphviz.py:393 +#: sphinx/ext/graphviz.py:382 sphinx/ext/graphviz.py:391 #, python-format msgid "[graph: %s]" msgstr "[wykres: %s]" -#: sphinx/ext/graphviz.py:386 sphinx/ext/graphviz.py:395 +#: sphinx/ext/graphviz.py:384 sphinx/ext/graphviz.py:393 msgid "[graph]" msgstr "[wykres]" @@ -2533,31 +2534,31 @@ msgid "" "%r" msgstr "" -#: sphinx/ext/imgmath.py:140 +#: sphinx/ext/imgmath.py:139 #, python-format msgid "" "LaTeX command %r cannot be run (needed for math display), check the " "imgmath_latex setting" msgstr "" -#: sphinx/ext/imgmath.py:155 +#: sphinx/ext/imgmath.py:154 #, python-format msgid "" "%s command %r cannot be run (needed for math display), check the imgmath_%s " "setting" msgstr "" -#: sphinx/ext/imgmath.py:290 +#: sphinx/ext/imgmath.py:289 #, python-format msgid "display latex %r: %s" msgstr "" -#: sphinx/ext/imgmath.py:317 +#: sphinx/ext/imgmath.py:316 #, python-format msgid "inline latex %r: %s" msgstr "" -#: sphinx/ext/imgmath.py:324 sphinx/ext/mathjax.py:54 +#: sphinx/ext/imgmath.py:323 sphinx/ext/mathjax.py:54 msgid "Permalink to this equation" msgstr "Stały odnośnik do tego równania" @@ -2577,26 +2578,26 @@ msgid "" "alternatives:" msgstr "" -#: sphinx/ext/intersphinx.py:237 +#: sphinx/ext/intersphinx.py:238 msgid "failed to reach any of the inventories with the following issues:" msgstr "" -#: sphinx/ext/intersphinx.py:312 +#: sphinx/ext/intersphinx.py:311 #, python-format msgid "(in %s v%s)" msgstr "(w %s v%s)" -#: sphinx/ext/intersphinx.py:314 +#: sphinx/ext/intersphinx.py:313 #, python-format msgid "(in %s)" msgstr " (w %s)" -#: sphinx/ext/intersphinx.py:348 +#: sphinx/ext/intersphinx.py:347 #, python-format msgid "intersphinx identifier %r is not string. Ignored" msgstr "" -#: sphinx/ext/intersphinx.py:361 +#: sphinx/ext/intersphinx.py:360 #, python-format msgid "Fail to read intersphinx_mapping[%s], Ignored: %r" msgstr "" @@ -2652,29 +2653,29 @@ msgstr "Przeglądanie: kod modułu" msgid "

All modules for which code is available

" msgstr "

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

" -#: sphinx/ext/autodoc/__init__.py:302 +#: sphinx/ext/autodoc/__init__.py:300 #, python-format msgid "invalid signature for auto%s (%r)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:402 +#: sphinx/ext/autodoc/__init__.py:400 #, python-format msgid "error while formatting arguments for %s: %s" msgstr "błąd podczas formatowania argumentów dla %s: %s" -#: sphinx/ext/autodoc/__init__.py:514 +#: sphinx/ext/autodoc/__init__.py:512 #, python-format msgid "missing attribute %s in object %s" msgstr "brakujący atrybut %s w obiekcie %s" -#: sphinx/ext/autodoc/__init__.py:602 +#: sphinx/ext/autodoc/__init__.py:600 #, python-format msgid "" "autodoc: failed to determine %r to be documented.the following exception was raised:\n" "%s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:694 +#: sphinx/ext/autodoc/__init__.py:692 #, python-format msgid "" "don't know which module to import for autodocumenting %r (try placing a " @@ -2682,39 +2683,39 @@ msgid "" "explicit module name)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:788 +#: sphinx/ext/autodoc/__init__.py:786 msgid "\"::\" in automodule name doesn't make sense" msgstr "" -#: sphinx/ext/autodoc/__init__.py:796 +#: sphinx/ext/autodoc/__init__.py:794 #, python-format msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:829 +#: sphinx/ext/autodoc/__init__.py:827 #, python-format msgid "" "__all__ should be a list of strings, not %r (in module %s) -- ignoring " "__all__" msgstr "" -#: sphinx/ext/autodoc/__init__.py:844 +#: sphinx/ext/autodoc/__init__.py:842 #, python-format msgid "" "missing attribute mentioned in :members: or __all__: module %s, attribute %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1128 +#: sphinx/ext/autodoc/__init__.py:1126 #, python-format msgid "Bases: %s" msgstr "Klasy bazowe: %s" -#: sphinx/ext/autodoc/__init__.py:1185 +#: sphinx/ext/autodoc/__init__.py:1183 #, python-format msgid "alias of :class:`%s`" msgstr "alias klasy :class:`%s`" -#: sphinx/ext/autodoc/__init__.py:1470 +#: sphinx/ext/autodoc/__init__.py:1468 #, python-format msgid "Ignoring invalid option in autodoc_default_flags: %r" msgstr "" @@ -2750,17 +2751,17 @@ msgid "" "contain .rst. Skipped." msgstr "" -#: sphinx/ext/autosummary/generate.py:102 +#: sphinx/ext/autosummary/generate.py:100 #, python-format msgid "[autosummary] generating autosummary for: %s" msgstr "" -#: sphinx/ext/autosummary/generate.py:106 +#: sphinx/ext/autosummary/generate.py:104 #, python-format msgid "[autosummary] writing to %s" msgstr "" -#: sphinx/ext/autosummary/generate.py:366 +#: sphinx/ext/autosummary/generate.py:364 msgid "" "\n" "Generate ReStructuredText using autosummary directives.\n" @@ -2775,25 +2776,25 @@ msgid "" " pydoc sphinx.ext.autosummary\n" msgstr "" -#: sphinx/ext/autosummary/generate.py:383 +#: sphinx/ext/autosummary/generate.py:381 msgid "source files to generate rST files for" msgstr "" -#: sphinx/ext/autosummary/generate.py:387 +#: sphinx/ext/autosummary/generate.py:385 msgid "directory to place all output in" msgstr "" -#: sphinx/ext/autosummary/generate.py:390 +#: sphinx/ext/autosummary/generate.py:388 #, python-format msgid "default suffix for files (default: %(default)s)" msgstr "domyślny sufiks dla plików (domyślnie: %(default)s)" -#: sphinx/ext/autosummary/generate.py:394 +#: sphinx/ext/autosummary/generate.py:392 #, python-format msgid "custom template directory (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:398 +#: sphinx/ext/autosummary/generate.py:396 #, python-format msgid "document imported members (default: %(default)s)" msgstr "" @@ -2871,6 +2872,7 @@ msgid "Warning" msgstr "Ostrzeżenie" #: sphinx/templates/latex/longtable.tex_t:23 +#: sphinx/templates/latex/sphinxmessages.sty_t:8 msgid "continued from previous page" msgstr "kontynuacja poprzedniej strony" @@ -2878,13 +2880,29 @@ msgstr "kontynuacja poprzedniej strony" msgid "Continued on next page" msgstr "Kontynuacja na następnej stronie" +#: sphinx/templates/latex/sphinxmessages.sty_t:9 +msgid "continues on next page" +msgstr "ciąg dalszy na następnej stronie" + +#: sphinx/templates/latex/sphinxmessages.sty_t:10 +msgid "Non-alphabetical" +msgstr "Niealfabetyczny" + +#: sphinx/templates/latex/sphinxmessages.sty_t:12 +msgid "Numbers" +msgstr "Liczby" + +#: sphinx/templates/latex/sphinxmessages.sty_t:13 +msgid "page" +msgstr "strona" + #: sphinx/themes/agogo/layout.html:46 sphinx/themes/basic/globaltoc.html:10 #: sphinx/themes/basic/localtoc.html:11 sphinx/themes/scrolls/layout.html:41 msgid "Table of Contents" msgstr "Spis treści" #: sphinx/themes/agogo/layout.html:51 sphinx/themes/basic/layout.html:153 -#: sphinx/themes/basic/search.html:11 sphinx/themes/basic/search.html:26 +#: sphinx/themes/basic/search.html:11 sphinx/themes/basic/search.html:21 #: sphinx/themes/basic/searchresults.html:10 msgid "Search" msgstr "Szukaj" @@ -3021,13 +3039,13 @@ msgstr "Następny temat" msgid "next chapter" msgstr "następny rozdział" -#: sphinx/themes/basic/search.html:30 +#: sphinx/themes/basic/search.html:25 msgid "" "Please activate JavaScript to enable the search\n" " functionality." msgstr "Aby umożliwić wyszukiwanie, proszę włączyć JavaScript." -#: sphinx/themes/basic/search.html:35 +#: sphinx/themes/basic/search.html:30 msgid "" "From here you can search these documents. Enter your search\n" " words into the box below and click \"search\". Note that the search\n" @@ -3035,20 +3053,20 @@ msgid "" " containing fewer words won't appear in the result list." msgstr "Stąd możesz przeszukać dokumentację. Wprowadź szukane\n słowa w poniższym okienku i kliknij \"Szukaj\". Zwróć uwagę, że\n funkcja szukająca będzie automatycznie szukała wszystkich słów. Strony\n nie zawierające wszystkich wpisanych słów nie znajdą się na wynikowej liście." -#: sphinx/themes/basic/search.html:42 +#: sphinx/themes/basic/search.html:37 #: sphinx/themes/basic/searchresults.html:17 msgid "search" msgstr "szukaj" -#: sphinx/themes/basic/search.html:46 +#: sphinx/themes/basic/search.html:41 #: sphinx/themes/basic/searchresults.html:21 -#: sphinx/themes/basic/static/searchtools.js:295 +#: sphinx/themes/basic/static/searchtools.js:285 msgid "Search Results" msgstr "Wyniki wyszukiwania" -#: sphinx/themes/basic/search.html:48 +#: sphinx/themes/basic/search.html:43 #: sphinx/themes/basic/searchresults.html:23 -#: sphinx/themes/basic/static/searchtools.js:297 +#: sphinx/themes/basic/static/searchtools.js:287 msgid "" "Your search did not match any documents. Please make sure that all words are" " spelled correctly and that you've selected enough categories." @@ -3106,20 +3124,20 @@ msgstr "Stały odnośnik do tej definicji" msgid "Hide Search Matches" msgstr "Ukryj wyniki wyszukiwania" -#: sphinx/themes/basic/static/searchtools.js:131 +#: sphinx/themes/basic/static/searchtools.js:121 msgid "Searching" msgstr "Wyszukiwanie" -#: sphinx/themes/basic/static/searchtools.js:136 +#: sphinx/themes/basic/static/searchtools.js:126 msgid "Preparing search..." msgstr "Inicjalizacja wyszukiwania..." -#: sphinx/themes/basic/static/searchtools.js:299 +#: sphinx/themes/basic/static/searchtools.js:289 #, python-format msgid "Search finished, found %s page(s) matching the search query." msgstr "Wyszukiwanie zakończone. Liczba znalezionych stron pasujących do zapytania: %s." -#: sphinx/themes/basic/static/searchtools.js:352 +#: sphinx/themes/basic/static/searchtools.js:342 msgid ", in " msgstr ", w " @@ -3136,18 +3154,18 @@ msgstr "Zwiń pasek boczny" msgid "Contents" msgstr "Treść" -#: sphinx/transforms/__init__.py:259 +#: sphinx/transforms/__init__.py:261 #, python-format msgid "" "4 column based index found. It might be a bug of extensions you use: %r" msgstr "" -#: sphinx/transforms/__init__.py:301 +#: sphinx/transforms/__init__.py:303 #, python-format msgid "Footnote [%s] is not referenced." msgstr "" -#: sphinx/transforms/__init__.py:307 +#: sphinx/transforms/__init__.py:309 msgid "Footnote [#] is not referenced." msgstr "" @@ -3218,7 +3236,7 @@ msgstr "" msgid "failed" msgstr "" -#: sphinx/util/docutils.py:321 +#: sphinx/util/docutils.py:320 msgid "when adding directive classes, no additional arguments may be given" msgstr "nie można podawać dodatkowych argumentów dodając klasy dyrektyw" @@ -3279,15 +3297,15 @@ msgstr "Stały odnośnik do tej tabeli" msgid "Permalink to this code" msgstr "Stały odnośnik do tego bloku kodu" -#: sphinx/writers/html.py:514 sphinx/writers/html5.py:460 +#: sphinx/writers/html.py:512 sphinx/writers/html5.py:458 msgid "Permalink to this image" msgstr "Stały odnośnik do tego obrazu" -#: sphinx/writers/html.py:516 sphinx/writers/html5.py:462 +#: sphinx/writers/html.py:514 sphinx/writers/html5.py:460 msgid "Permalink to this toctree" msgstr "Stały odnośnik do tego spisu treści" -#: sphinx/writers/html.py:674 sphinx/writers/html5.py:608 +#: sphinx/writers/html.py:672 sphinx/writers/html5.py:606 msgid "Could not obtain image size. :scale: option is ignored." msgstr "" @@ -3324,12 +3342,12 @@ msgstr "" msgid "dimension unit %s is invalid. Ignored." msgstr "%s" -#: sphinx/writers/latex.py:1843 +#: sphinx/writers/latex.py:1847 #, python-format msgid "unknown index entry type %s found" msgstr "" -#: sphinx/writers/latex.py:2552 +#: sphinx/writers/latex.py:2560 #, python-format msgid "Unknown configure key: latex_elements[%r] is ignored." msgstr "Nieznany klucz konfiguracyjny: latex_elements[%r] jest ignorowany." @@ -3347,12 +3365,12 @@ msgstr "[obraz]" msgid "caption not inside a figure." msgstr "" -#: sphinx/writers/texinfo.py:1421 +#: sphinx/writers/texinfo.py:1422 #, python-format msgid "unimplemented node type: %r" msgstr "" -#: sphinx/writers/texinfo.py:1426 +#: sphinx/writers/texinfo.py:1427 #, python-format msgid "unknown node type: %r" msgstr "" diff --git a/sphinx/locale/pt/LC_MESSAGES/sphinx.mo b/sphinx/locale/pt/LC_MESSAGES/sphinx.mo index e859615441..b6c63fa252 100644 Binary files a/sphinx/locale/pt/LC_MESSAGES/sphinx.mo and b/sphinx/locale/pt/LC_MESSAGES/sphinx.mo differ diff --git a/sphinx/locale/pt/LC_MESSAGES/sphinx.po b/sphinx/locale/pt/LC_MESSAGES/sphinx.po index 9a91c68caa..058d87dde0 100644 --- a/sphinx/locale/pt/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/pt/LC_MESSAGES/sphinx.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2019-02-18 01:52+0900\n" -"PO-Revision-Date: 2019-03-14 16:36+0000\n" +"POT-Creation-Date: 2019-03-29 01:05+0900\n" +"PO-Revision-Date: 2019-03-28 16:08+0000\n" "Last-Translator: Takeshi KOMIYA \n" "Language-Team: Portuguese (http://www.transifex.com/sphinx-doc/sphinx-1/language/pt/)\n" "MIME-Version: 1.0\n" @@ -121,7 +121,7 @@ msgstr "" msgid "role %r is already registered, it will be overridden" msgstr "" -#: sphinx/application.py:1182 +#: sphinx/application.py:1179 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -129,7 +129,7 @@ msgid "" "explicit" msgstr "" -#: sphinx/application.py:1188 +#: sphinx/application.py:1185 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -137,7 +137,7 @@ msgid "" "explicit" msgstr "" -#: sphinx/application.py:1199 +#: sphinx/application.py:1196 #, python-format msgid "doing serial %s" msgstr "" @@ -586,44 +586,44 @@ msgstr "" msgid "preparing documents" msgstr "" -#: sphinx/builders/_epub_base.py:219 +#: sphinx/builders/_epub_base.py:218 #, python-format msgid "duplicated ToC entry found: %s" msgstr "" -#: sphinx/builders/_epub_base.py:415 sphinx/builders/html.py:761 -#: sphinx/builders/latex/__init__.py:413 sphinx/builders/texinfo.py:190 +#: sphinx/builders/_epub_base.py:414 sphinx/builders/html.py:761 +#: sphinx/builders/latex/__init__.py:415 sphinx/builders/texinfo.py:190 msgid "copying images... " msgstr "" -#: sphinx/builders/_epub_base.py:422 +#: sphinx/builders/_epub_base.py:421 #, python-format msgid "cannot read image file %r: copying it instead" msgstr "" -#: sphinx/builders/_epub_base.py:428 sphinx/builders/html.py:769 -#: sphinx/builders/latex/__init__.py:421 sphinx/builders/texinfo.py:198 +#: sphinx/builders/_epub_base.py:427 sphinx/builders/html.py:769 +#: sphinx/builders/latex/__init__.py:423 sphinx/builders/texinfo.py:199 #, python-format msgid "cannot copy image file %r: %s" msgstr "" -#: sphinx/builders/_epub_base.py:445 +#: sphinx/builders/_epub_base.py:444 #, python-format msgid "cannot write image file %r: %s" msgstr "" -#: sphinx/builders/_epub_base.py:456 +#: sphinx/builders/_epub_base.py:455 msgid "Pillow not found - copying image files" msgstr "" -#: sphinx/builders/_epub_base.py:491 sphinx/builders/_epub_base.py:504 -#: sphinx/builders/_epub_base.py:540 sphinx/builders/_epub_base.py:725 -#: sphinx/builders/_epub_base.py:758 sphinx/builders/epub3.py:184 +#: sphinx/builders/_epub_base.py:490 sphinx/builders/_epub_base.py:503 +#: sphinx/builders/_epub_base.py:539 sphinx/builders/_epub_base.py:724 +#: sphinx/builders/_epub_base.py:757 sphinx/builders/epub3.py:183 #, python-format msgid "writing %s file..." msgstr "" -#: sphinx/builders/_epub_base.py:566 +#: sphinx/builders/_epub_base.py:565 #, python-format msgid "unknown mimetype for %s, ignoring" msgstr "" @@ -642,19 +642,19 @@ msgstr "" msgid "writing summary file..." msgstr "" -#: sphinx/builders/changes.py:87 +#: sphinx/builders/changes.py:86 msgid "Builtins" msgstr "" -#: sphinx/builders/changes.py:89 +#: sphinx/builders/changes.py:88 msgid "Module level" msgstr "" -#: sphinx/builders/changes.py:134 +#: sphinx/builders/changes.py:133 msgid "copying source files..." msgstr "" -#: sphinx/builders/changes.py:141 +#: sphinx/builders/changes.py:140 #, python-format msgid "could not read %r for changelog creation" msgstr "" @@ -663,76 +663,76 @@ msgstr "" msgid "The dummy builder generates no files." msgstr "" -#: sphinx/builders/epub3.py:69 +#: sphinx/builders/epub3.py:68 #, python-format msgid "The ePub file is in %(outdir)s." msgstr "" -#: sphinx/builders/epub3.py:212 +#: sphinx/builders/epub3.py:211 msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:216 +#: sphinx/builders/epub3.py:215 msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:219 +#: sphinx/builders/epub3.py:218 msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:223 +#: sphinx/builders/epub3.py:222 msgid "conf value \"epub_author\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:226 +#: sphinx/builders/epub3.py:225 msgid "conf value \"epub_contributor\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:229 +#: sphinx/builders/epub3.py:228 msgid "conf value \"epub_description\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:232 +#: sphinx/builders/epub3.py:231 msgid "conf value \"epub_publisher\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:235 +#: sphinx/builders/epub3.py:234 msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:239 +#: sphinx/builders/epub3.py:238 msgid "conf value \"epub_identifier\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:242 +#: sphinx/builders/epub3.py:241 msgid "conf value \"version\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:257 sphinx/builders/html.py:1166 +#: sphinx/builders/epub3.py:256 sphinx/builders/html.py:1166 #, python-format msgid "invalid css_file: %r, ignored" msgstr "" -#: sphinx/builders/gettext.py:215 +#: sphinx/builders/gettext.py:221 #, python-format msgid "The message catalogs are in %(outdir)s." msgstr "" -#: sphinx/builders/gettext.py:239 +#: sphinx/builders/gettext.py:245 #, python-format msgid "building [%s]: " msgstr "" -#: sphinx/builders/gettext.py:240 +#: sphinx/builders/gettext.py:246 #, python-format msgid "targets for %d template files" msgstr "" -#: sphinx/builders/gettext.py:244 +#: sphinx/builders/gettext.py:250 msgid "reading templates... " msgstr "" -#: sphinx/builders/gettext.py:271 +#: sphinx/builders/gettext.py:277 msgid "writing message catalogs... " msgstr "" @@ -751,7 +751,7 @@ msgstr "" msgid "Failed to read build info file: %r" msgstr "" -#: sphinx/builders/html.py:488 sphinx/builders/latex/__init__.py:204 +#: sphinx/builders/html.py:488 sphinx/builders/latex/__init__.py:206 #: sphinx/transforms/__init__.py:121 sphinx/writers/manpage.py:118 #: sphinx/writers/texinfo.py:243 #, python-format @@ -804,7 +804,7 @@ msgstr "" msgid "html_static_path entry %r does not exist" msgstr "" -#: sphinx/builders/html.py:839 sphinx/builders/latex/__init__.py:398 +#: sphinx/builders/html.py:839 sphinx/builders/latex/__init__.py:400 #, python-format msgid "logo file %r does not exist" msgstr "" @@ -921,7 +921,7 @@ msgstr "" msgid "no \"man_pages\" config value found; no manual pages will be written" msgstr "" -#: sphinx/builders/latex/__init__.py:270 sphinx/builders/manpage.py:64 +#: sphinx/builders/latex/__init__.py:272 sphinx/builders/manpage.py:64 #: sphinx/builders/singlehtml.py:174 sphinx/builders/texinfo.py:120 msgid "writing" msgstr "" @@ -965,24 +965,24 @@ msgstr "" msgid "\"texinfo_documents\" config value references unknown document %s" msgstr "" -#: sphinx/builders/latex/__init__.py:253 sphinx/builders/texinfo.py:116 +#: sphinx/builders/latex/__init__.py:255 sphinx/builders/texinfo.py:116 #, python-format msgid "processing %s" msgstr "" -#: sphinx/builders/latex/__init__.py:322 sphinx/builders/texinfo.py:163 +#: sphinx/builders/latex/__init__.py:323 sphinx/builders/texinfo.py:164 msgid "resolving references..." msgstr "" -#: sphinx/builders/latex/__init__.py:332 sphinx/builders/texinfo.py:172 +#: sphinx/builders/latex/__init__.py:333 sphinx/builders/texinfo.py:173 msgid " (in " msgstr "" -#: sphinx/builders/texinfo.py:204 +#: sphinx/builders/texinfo.py:205 msgid "copying Texinfo support files" msgstr "" -#: sphinx/builders/texinfo.py:208 +#: sphinx/builders/texinfo.py:209 #, python-format msgid "error writing file Makefile: %s" msgstr "" @@ -1002,28 +1002,28 @@ msgstr "" msgid "The pseudo-XML files are in %(outdir)s." msgstr "" -#: sphinx/builders/latex/__init__.py:121 +#: sphinx/builders/latex/__init__.py:123 #, python-format msgid "The LaTeX files are in %(outdir)s." msgstr "" -#: sphinx/builders/latex/__init__.py:123 +#: sphinx/builders/latex/__init__.py:125 msgid "" "\n" "Run 'make' in that directory to run these through (pdf)latex\n" "(use `make latexpdf' here to do that automatically)." msgstr "" -#: sphinx/builders/latex/__init__.py:163 +#: sphinx/builders/latex/__init__.py:165 msgid "no \"latex_documents\" config value found; no documents will be written" msgstr "" -#: sphinx/builders/latex/__init__.py:171 +#: sphinx/builders/latex/__init__.py:173 #, python-format msgid "\"latex_documents\" config value references unknown document %s" msgstr "" -#: sphinx/builders/latex/__init__.py:211 sphinx/domains/std.py:501 +#: sphinx/builders/latex/__init__.py:213 sphinx/domains/std.py:501 #: sphinx/templates/latex/latex.tex_t:79 #: sphinx/themes/basic/genindex-single.html:30 #: sphinx/themes/basic/genindex-single.html:55 @@ -1035,28 +1035,28 @@ msgstr "" msgid "Index" msgstr "" -#: sphinx/builders/latex/__init__.py:214 sphinx/templates/latex/latex.tex_t:64 +#: sphinx/builders/latex/__init__.py:216 sphinx/templates/latex/latex.tex_t:64 msgid "Release" msgstr "" -#: sphinx/builders/latex/__init__.py:222 sphinx/writers/latex.py:549 +#: sphinx/builders/latex/__init__.py:224 sphinx/writers/latex.py:549 #, python-format msgid "no Babel option known for language %r" msgstr "" -#: sphinx/builders/latex/__init__.py:361 +#: sphinx/builders/latex/__init__.py:363 msgid "copying TeX support files" msgstr "" -#: sphinx/builders/latex/__init__.py:382 +#: sphinx/builders/latex/__init__.py:384 msgid "copying TeX support files..." msgstr "" -#: sphinx/builders/latex/__init__.py:402 +#: sphinx/builders/latex/__init__.py:404 msgid "copying additional files" msgstr "" -#: sphinx/builders/latex/__init__.py:445 +#: sphinx/builders/latex/__init__.py:447 #, python-format msgid "Unknown configure key: latex_elements[%r]. ignored." msgstr "" @@ -1119,8 +1119,8 @@ msgstr "" msgid "job number should be a positive number" msgstr "" -#: sphinx/cmd/build.py:106 sphinx/cmd/quickstart.py:498 -#: sphinx/ext/apidoc.py:298 sphinx/ext/autosummary/generate.py:365 +#: sphinx/cmd/build.py:106 sphinx/cmd/quickstart.py:497 +#: sphinx/ext/apidoc.py:298 sphinx/ext/autosummary/generate.py:363 msgid "For more information, visit ." msgstr "" @@ -1497,13 +1497,13 @@ msgstr "" msgid "Indicate which of the following Sphinx extensions should be enabled:" msgstr "" -#: sphinx/cmd/quickstart.py:354 +#: sphinx/cmd/quickstart.py:353 msgid "" "Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " "been deselected." msgstr "" -#: sphinx/cmd/quickstart.py:359 +#: sphinx/cmd/quickstart.py:358 msgid "" "\n" "A Makefile and a Windows command file can be generated for you so that you\n" @@ -1511,29 +1511,29 @@ msgid "" "directly." msgstr "" -#: sphinx/cmd/quickstart.py:363 +#: sphinx/cmd/quickstart.py:362 msgid "Create Makefile? (y/n)" msgstr "" -#: sphinx/cmd/quickstart.py:366 +#: sphinx/cmd/quickstart.py:365 msgid "Create Windows command file? (y/n)" msgstr "" -#: sphinx/cmd/quickstart.py:409 sphinx/ext/apidoc.py:74 +#: sphinx/cmd/quickstart.py:408 sphinx/ext/apidoc.py:74 #, python-format msgid "Creating file %s." msgstr "" -#: sphinx/cmd/quickstart.py:414 sphinx/ext/apidoc.py:72 +#: sphinx/cmd/quickstart.py:413 sphinx/ext/apidoc.py:72 #, python-format msgid "File %s already exists, skipping." msgstr "" -#: sphinx/cmd/quickstart.py:450 +#: sphinx/cmd/quickstart.py:449 msgid "Finished: An initial directory structure has been created." msgstr "" -#: sphinx/cmd/quickstart.py:451 +#: sphinx/cmd/quickstart.py:450 #, python-format msgid "" "\n" @@ -1541,26 +1541,26 @@ msgid "" "source files. " msgstr "" -#: sphinx/cmd/quickstart.py:453 +#: sphinx/cmd/quickstart.py:452 msgid "" "Use the Makefile to build the docs, like so:\n" " make builder\n" msgstr "" -#: sphinx/cmd/quickstart.py:456 +#: sphinx/cmd/quickstart.py:455 #, python-format msgid "" "Use the sphinx-build command to build the docs, like so:\n" " sphinx-build -b builder %s %s\n" msgstr "" -#: sphinx/cmd/quickstart.py:459 +#: sphinx/cmd/quickstart.py:458 msgid "" "where \"builder\" is one of the supported builders, e.g. html, latex or " "linkcheck.\n" msgstr "" -#: sphinx/cmd/quickstart.py:499 +#: sphinx/cmd/quickstart.py:498 msgid "" "\n" "Generate required files for a Sphinx project.\n" @@ -1570,131 +1570,131 @@ msgid "" "Makefile to be used with sphinx-build.\n" msgstr "" -#: sphinx/cmd/quickstart.py:509 +#: sphinx/cmd/quickstart.py:508 msgid "quiet mode" msgstr "" -#: sphinx/cmd/quickstart.py:514 +#: sphinx/cmd/quickstart.py:513 msgid "output path" msgstr "" -#: sphinx/cmd/quickstart.py:516 +#: sphinx/cmd/quickstart.py:515 msgid "Structure options" msgstr "" -#: sphinx/cmd/quickstart.py:518 +#: sphinx/cmd/quickstart.py:517 msgid "if specified, separate source and build dirs" msgstr "" -#: sphinx/cmd/quickstart.py:520 +#: sphinx/cmd/quickstart.py:519 msgid "replacement for dot in _templates etc." msgstr "" -#: sphinx/cmd/quickstart.py:522 +#: sphinx/cmd/quickstart.py:521 msgid "Project basic options" msgstr "" -#: sphinx/cmd/quickstart.py:524 +#: sphinx/cmd/quickstart.py:523 msgid "project name" msgstr "" -#: sphinx/cmd/quickstart.py:526 +#: sphinx/cmd/quickstart.py:525 msgid "author names" msgstr "" -#: sphinx/cmd/quickstart.py:528 +#: sphinx/cmd/quickstart.py:527 msgid "version of project" msgstr "" -#: sphinx/cmd/quickstart.py:530 +#: sphinx/cmd/quickstart.py:529 msgid "release of project" msgstr "" -#: sphinx/cmd/quickstart.py:532 +#: sphinx/cmd/quickstart.py:531 msgid "document language" msgstr "" -#: sphinx/cmd/quickstart.py:534 +#: sphinx/cmd/quickstart.py:533 msgid "source file suffix" msgstr "" -#: sphinx/cmd/quickstart.py:536 +#: sphinx/cmd/quickstart.py:535 msgid "master document name" msgstr "" -#: sphinx/cmd/quickstart.py:538 +#: sphinx/cmd/quickstart.py:537 msgid "use epub" msgstr "" -#: sphinx/cmd/quickstart.py:540 +#: sphinx/cmd/quickstart.py:539 msgid "Extension options" msgstr "" -#: sphinx/cmd/quickstart.py:544 sphinx/ext/apidoc.py:379 +#: sphinx/cmd/quickstart.py:543 sphinx/ext/apidoc.py:379 #, python-format msgid "enable %s extension" msgstr "" -#: sphinx/cmd/quickstart.py:546 sphinx/ext/apidoc.py:375 +#: sphinx/cmd/quickstart.py:545 sphinx/ext/apidoc.py:375 msgid "enable arbitrary extensions" msgstr "" -#: sphinx/cmd/quickstart.py:548 +#: sphinx/cmd/quickstart.py:547 msgid "Makefile and Batchfile creation" msgstr "" -#: sphinx/cmd/quickstart.py:550 +#: sphinx/cmd/quickstart.py:549 msgid "create makefile" msgstr "" -#: sphinx/cmd/quickstart.py:552 +#: sphinx/cmd/quickstart.py:551 msgid "do not create makefile" msgstr "" -#: sphinx/cmd/quickstart.py:554 +#: sphinx/cmd/quickstart.py:553 msgid "create batchfile" msgstr "" -#: sphinx/cmd/quickstart.py:557 +#: sphinx/cmd/quickstart.py:556 msgid "do not create batchfile" msgstr "" -#: sphinx/cmd/quickstart.py:560 +#: sphinx/cmd/quickstart.py:559 msgid "use make-mode for Makefile/make.bat" msgstr "" -#: sphinx/cmd/quickstart.py:563 +#: sphinx/cmd/quickstart.py:562 msgid "do not use make-mode for Makefile/make.bat" msgstr "" -#: sphinx/cmd/quickstart.py:565 +#: sphinx/cmd/quickstart.py:564 msgid "Project templating" msgstr "" -#: sphinx/cmd/quickstart.py:568 +#: sphinx/cmd/quickstart.py:567 msgid "template directory for template files" msgstr "" -#: sphinx/cmd/quickstart.py:571 +#: sphinx/cmd/quickstart.py:570 msgid "define a template variable" msgstr "" -#: sphinx/cmd/quickstart.py:605 +#: sphinx/cmd/quickstart.py:604 msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." msgstr "" -#: sphinx/cmd/quickstart.py:619 +#: sphinx/cmd/quickstart.py:618 msgid "" "Error: specified path is not a directory, or sphinx files already exist." msgstr "" -#: sphinx/cmd/quickstart.py:621 +#: sphinx/cmd/quickstart.py:620 msgid "" "sphinx-quickstart only generate into a empty directory. Please specify a new" " root path." msgstr "" -#: sphinx/cmd/quickstart.py:636 +#: sphinx/cmd/quickstart.py:635 #, python-format msgid "Invalid template variable: %s" msgstr "" @@ -1766,17 +1766,17 @@ msgstr "" msgid "%s %s" msgstr "" -#: sphinx/domains/c.py:64 sphinx/domains/cpp.py:6371 +#: sphinx/domains/c.py:64 sphinx/domains/cpp.py:6445 #: sphinx/domains/python.py:210 sphinx/ext/napoleon/docstring.py:696 msgid "Parameters" msgstr "" -#: sphinx/domains/c.py:67 sphinx/domains/cpp.py:6380 -#: sphinx/domains/javascript.py:210 sphinx/domains/python.py:222 +#: sphinx/domains/c.py:67 sphinx/domains/cpp.py:6454 +#: sphinx/domains/javascript.py:209 sphinx/domains/python.py:222 msgid "Returns" msgstr "" -#: sphinx/domains/c.py:69 sphinx/domains/javascript.py:212 +#: sphinx/domains/c.py:69 sphinx/domains/javascript.py:211 #: sphinx/domains/python.py:224 msgid "Return type" msgstr "" @@ -1806,12 +1806,12 @@ msgstr "" msgid "%s (C variable)" msgstr "" -#: sphinx/domains/c.py:258 sphinx/domains/cpp.py:6956 -#: sphinx/domains/javascript.py:298 sphinx/domains/python.py:741 +#: sphinx/domains/c.py:258 sphinx/domains/cpp.py:7029 +#: sphinx/domains/javascript.py:297 sphinx/domains/python.py:742 msgid "function" msgstr "" -#: sphinx/domains/c.py:259 sphinx/domains/cpp.py:6957 +#: sphinx/domains/c.py:259 sphinx/domains/cpp.py:7030 msgid "member" msgstr "" @@ -1819,7 +1819,7 @@ msgstr "" msgid "macro" msgstr "" -#: sphinx/domains/c.py:261 sphinx/domains/cpp.py:6958 +#: sphinx/domains/c.py:261 sphinx/domains/cpp.py:7031 msgid "type" msgstr "" @@ -1842,106 +1842,106 @@ msgstr "" msgid "Deprecated since version %s" msgstr "" -#: sphinx/domains/cpp.py:4297 +#: sphinx/domains/cpp.py:4323 #, python-format msgid "" "Duplicate declaration, also defined in '%s'.\n" "Declaration is '%s'." msgstr "" -#: sphinx/domains/cpp.py:6374 +#: sphinx/domains/cpp.py:6448 msgid "Template Parameters" msgstr "" -#: sphinx/domains/cpp.py:6377 sphinx/domains/javascript.py:207 +#: sphinx/domains/cpp.py:6451 sphinx/domains/javascript.py:206 msgid "Throws" msgstr "" -#: sphinx/domains/cpp.py:6505 +#: sphinx/domains/cpp.py:6579 #, python-format msgid "%s (C++ %s)" msgstr "" -#: sphinx/domains/cpp.py:6954 sphinx/domains/javascript.py:300 -#: sphinx/domains/python.py:743 +#: sphinx/domains/cpp.py:7027 sphinx/domains/javascript.py:299 +#: sphinx/domains/python.py:744 msgid "class" msgstr "" -#: sphinx/domains/cpp.py:6955 +#: sphinx/domains/cpp.py:7028 msgid "union" msgstr "" -#: sphinx/domains/cpp.py:6959 +#: sphinx/domains/cpp.py:7032 msgid "concept" msgstr "" -#: sphinx/domains/cpp.py:6960 +#: sphinx/domains/cpp.py:7033 msgid "enum" msgstr "" -#: sphinx/domains/cpp.py:6961 +#: sphinx/domains/cpp.py:7034 msgid "enumerator" msgstr "" -#: sphinx/domains/cpp.py:7054 +#: sphinx/domains/cpp.py:7127 #, python-format msgid "" "Duplicate declaration, also defined in '%s'.\n" "Name of declaration is '%s'." msgstr "" -#: sphinx/domains/javascript.py:131 sphinx/domains/python.py:429 +#: sphinx/domains/javascript.py:130 sphinx/domains/python.py:430 #, python-format msgid "%s() (built-in function)" msgstr "" -#: sphinx/domains/javascript.py:132 sphinx/domains/python.py:494 +#: sphinx/domains/javascript.py:131 sphinx/domains/python.py:495 #, python-format msgid "%s() (%s method)" msgstr "" -#: sphinx/domains/javascript.py:134 +#: sphinx/domains/javascript.py:133 #, python-format msgid "%s() (class)" msgstr "" -#: sphinx/domains/javascript.py:136 +#: sphinx/domains/javascript.py:135 #, python-format msgid "%s (global variable or constant)" msgstr "" -#: sphinx/domains/javascript.py:138 sphinx/domains/python.py:532 +#: sphinx/domains/javascript.py:137 sphinx/domains/python.py:533 #, python-format msgid "%s (%s attribute)" msgstr "" -#: sphinx/domains/javascript.py:204 +#: sphinx/domains/javascript.py:203 msgid "Arguments" msgstr "" -#: sphinx/domains/javascript.py:265 sphinx/domains/python.py:609 +#: sphinx/domains/javascript.py:264 sphinx/domains/python.py:610 #, python-format msgid "%s (module)" msgstr "" -#: sphinx/domains/javascript.py:299 sphinx/domains/python.py:745 +#: sphinx/domains/javascript.py:298 sphinx/domains/python.py:746 msgid "method" msgstr "" -#: sphinx/domains/javascript.py:301 sphinx/domains/python.py:742 +#: sphinx/domains/javascript.py:300 sphinx/domains/python.py:743 msgid "data" msgstr "" -#: sphinx/domains/javascript.py:302 sphinx/domains/python.py:748 +#: sphinx/domains/javascript.py:301 sphinx/domains/python.py:749 msgid "attribute" msgstr "" -#: sphinx/domains/javascript.py:303 sphinx/domains/python.py:49 -#: sphinx/domains/python.py:749 +#: sphinx/domains/javascript.py:302 sphinx/domains/python.py:49 +#: sphinx/domains/python.py:750 msgid "module" msgstr "" -#: sphinx/domains/math.py:101 sphinx/writers/latex.py:2451 +#: sphinx/domains/math.py:101 sphinx/writers/latex.py:2459 #, python-format msgid "Invalid math_eqref_format: %r" msgstr "" @@ -1963,7 +1963,7 @@ msgstr "" msgid "object" msgstr "" -#: sphinx/domains/python.py:53 sphinx/domains/python.py:744 +#: sphinx/domains/python.py:53 sphinx/domains/python.py:745 msgid "exception" msgstr "" @@ -1983,88 +1983,88 @@ msgstr "" msgid "Raises" msgstr "" -#: sphinx/domains/python.py:430 sphinx/domains/python.py:488 -#: sphinx/domains/python.py:500 sphinx/domains/python.py:513 +#: sphinx/domains/python.py:431 sphinx/domains/python.py:489 +#: sphinx/domains/python.py:501 sphinx/domains/python.py:514 #, python-format msgid "%s() (in module %s)" msgstr "" -#: sphinx/domains/python.py:433 +#: sphinx/domains/python.py:434 #, python-format msgid "%s (built-in variable)" msgstr "" -#: sphinx/domains/python.py:434 sphinx/domains/python.py:526 +#: sphinx/domains/python.py:435 sphinx/domains/python.py:527 #, python-format msgid "%s (in module %s)" msgstr "" -#: sphinx/domains/python.py:454 +#: sphinx/domains/python.py:455 #, python-format msgid "%s (built-in class)" msgstr "" -#: sphinx/domains/python.py:455 +#: sphinx/domains/python.py:456 #, python-format msgid "%s (class in %s)" msgstr "" -#: sphinx/domains/python.py:492 +#: sphinx/domains/python.py:493 #, python-format msgid "%s() (%s.%s method)" msgstr "" -#: sphinx/domains/python.py:504 +#: sphinx/domains/python.py:505 #, python-format msgid "%s() (%s.%s static method)" msgstr "" -#: sphinx/domains/python.py:507 +#: sphinx/domains/python.py:508 #, python-format msgid "%s() (%s static method)" msgstr "" -#: sphinx/domains/python.py:517 +#: sphinx/domains/python.py:518 #, python-format msgid "%s() (%s.%s class method)" msgstr "" -#: sphinx/domains/python.py:520 +#: sphinx/domains/python.py:521 #, python-format msgid "%s() (%s class method)" msgstr "" -#: sphinx/domains/python.py:530 +#: sphinx/domains/python.py:531 #, python-format msgid "%s (%s.%s attribute)" msgstr "" -#: sphinx/domains/python.py:667 +#: sphinx/domains/python.py:668 msgid "Python Module Index" msgstr "" -#: sphinx/domains/python.py:668 +#: sphinx/domains/python.py:669 msgid "modules" msgstr "" -#: sphinx/domains/python.py:719 +#: sphinx/domains/python.py:720 msgid "Deprecated" msgstr "" -#: sphinx/domains/python.py:746 +#: sphinx/domains/python.py:747 msgid "class method" msgstr "" -#: sphinx/domains/python.py:747 +#: sphinx/domains/python.py:748 msgid "static method" msgstr "" -#: sphinx/domains/python.py:879 +#: sphinx/domains/python.py:880 #, python-format msgid "more than one target found for cross-reference %r: %s" msgstr "" -#: sphinx/domains/python.py:917 +#: sphinx/domains/python.py:918 msgid " (deprecated)" msgstr "" @@ -2140,7 +2140,7 @@ msgstr "" msgid "duplicate citation %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:631 sphinx/ext/autosectionlabel.py:61 +#: sphinx/domains/std.py:631 sphinx/ext/autosectionlabel.py:56 #, python-format msgid "duplicate label %s, other instance in %s" msgstr "" @@ -2200,21 +2200,21 @@ msgid "" "another doctree directory." msgstr "" -#: sphinx/environment/__init__.py:408 +#: sphinx/environment/__init__.py:404 #, python-format msgid "Failed to scan documents in %s: %r" msgstr "" -#: sphinx/environment/__init__.py:536 +#: sphinx/environment/__init__.py:532 #, python-format msgid "Domain %r is not registered" msgstr "" -#: sphinx/environment/__init__.py:621 +#: sphinx/environment/__init__.py:617 msgid "self referenced toctree found. Ignored." msgstr "" -#: sphinx/environment/__init__.py:662 +#: sphinx/environment/__init__.py:658 msgid "document isn't included in any toctree" msgstr "" @@ -2234,6 +2234,7 @@ msgid "unknown index entry type %r" msgstr "" #: sphinx/environment/adapters/indexentries.py:156 +#: sphinx/templates/latex/sphinxmessages.sty_t:11 msgid "Symbols" msgstr "" @@ -2259,22 +2260,22 @@ msgstr "" msgid "toctree contains reference to nonexisting document %r" msgstr "" -#: sphinx/environment/collectors/asset.py:91 +#: sphinx/environment/collectors/asset.py:90 #, python-format msgid "image file not readable: %s" msgstr "" -#: sphinx/environment/collectors/asset.py:107 +#: sphinx/environment/collectors/asset.py:106 #, python-format msgid "image file %s not readable: %s" msgstr "" -#: sphinx/environment/collectors/asset.py:135 +#: sphinx/environment/collectors/asset.py:134 #, python-format msgid "download file not readable: %s" msgstr "" -#: sphinx/environment/collectors/toctree.py:197 +#: sphinx/environment/collectors/toctree.py:196 #, python-format msgid "%s is already assigned section numbers (nested numbered toctree?)" msgstr "" @@ -2418,38 +2419,38 @@ msgstr "" msgid "module %s could not be imported: %s" msgstr "" -#: sphinx/ext/doctest.py:142 +#: sphinx/ext/doctest.py:132 #, python-format msgid "missing '+' or '-' in '%s' option." msgstr "" -#: sphinx/ext/doctest.py:147 +#: sphinx/ext/doctest.py:137 #, python-format msgid "'%s' is not a valid option." msgstr "" -#: sphinx/ext/doctest.py:161 +#: sphinx/ext/doctest.py:151 #, python-format msgid "'%s' is not a valid pyversion option" msgstr "" -#: sphinx/ext/doctest.py:230 +#: sphinx/ext/doctest.py:222 msgid "invalid TestCode type" msgstr "" -#: sphinx/ext/doctest.py:291 +#: sphinx/ext/doctest.py:283 #, python-format msgid "" "Testing of doctests in the sources finished, look at the results in " "%(outdir)s/output.txt." msgstr "" -#: sphinx/ext/doctest.py:438 +#: sphinx/ext/doctest.py:446 #, python-format msgid "no code/output in %s block at %s:%s" msgstr "" -#: sphinx/ext/doctest.py:527 +#: sphinx/ext/doctest.py:535 #, python-format msgid "ignoring invalid doctest code: %r" msgstr "" @@ -2467,7 +2468,7 @@ msgstr "" msgid "Ignoring \"graphviz\" directive without content." msgstr "" -#: sphinx/ext/graphviz.py:252 +#: sphinx/ext/graphviz.py:250 #, python-format msgid "" "dot did not produce an output file:\n" @@ -2477,14 +2478,14 @@ msgid "" "%r" msgstr "" -#: sphinx/ext/graphviz.py:256 +#: sphinx/ext/graphviz.py:254 #, python-format msgid "" "dot command %r cannot be run (needed for graphviz output), check the " "graphviz_dot setting" msgstr "" -#: sphinx/ext/graphviz.py:263 +#: sphinx/ext/graphviz.py:261 #, python-format msgid "" "dot exited with error:\n" @@ -2494,23 +2495,23 @@ msgid "" "%r" msgstr "" -#: sphinx/ext/graphviz.py:273 +#: sphinx/ext/graphviz.py:271 #, python-format msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" msgstr "" -#: sphinx/ext/graphviz.py:277 sphinx/ext/graphviz.py:331 -#: sphinx/ext/graphviz.py:369 +#: sphinx/ext/graphviz.py:275 sphinx/ext/graphviz.py:329 +#: sphinx/ext/graphviz.py:367 #, python-format msgid "dot code %r: %s" msgstr "" -#: sphinx/ext/graphviz.py:384 sphinx/ext/graphviz.py:393 +#: sphinx/ext/graphviz.py:382 sphinx/ext/graphviz.py:391 #, python-format msgid "[graph: %s]" msgstr "" -#: sphinx/ext/graphviz.py:386 sphinx/ext/graphviz.py:395 +#: sphinx/ext/graphviz.py:384 sphinx/ext/graphviz.py:393 msgid "[graph]" msgstr "" @@ -2529,31 +2530,31 @@ msgid "" "%r" msgstr "" -#: sphinx/ext/imgmath.py:140 +#: sphinx/ext/imgmath.py:139 #, python-format msgid "" "LaTeX command %r cannot be run (needed for math display), check the " "imgmath_latex setting" msgstr "" -#: sphinx/ext/imgmath.py:155 +#: sphinx/ext/imgmath.py:154 #, python-format msgid "" "%s command %r cannot be run (needed for math display), check the imgmath_%s " "setting" msgstr "" -#: sphinx/ext/imgmath.py:290 +#: sphinx/ext/imgmath.py:289 #, python-format msgid "display latex %r: %s" msgstr "" -#: sphinx/ext/imgmath.py:317 +#: sphinx/ext/imgmath.py:316 #, python-format msgid "inline latex %r: %s" msgstr "" -#: sphinx/ext/imgmath.py:324 sphinx/ext/mathjax.py:54 +#: sphinx/ext/imgmath.py:323 sphinx/ext/mathjax.py:54 msgid "Permalink to this equation" msgstr "" @@ -2573,26 +2574,26 @@ msgid "" "alternatives:" msgstr "" -#: sphinx/ext/intersphinx.py:237 +#: sphinx/ext/intersphinx.py:238 msgid "failed to reach any of the inventories with the following issues:" msgstr "" -#: sphinx/ext/intersphinx.py:312 +#: sphinx/ext/intersphinx.py:311 #, python-format msgid "(in %s v%s)" msgstr "" -#: sphinx/ext/intersphinx.py:314 +#: sphinx/ext/intersphinx.py:313 #, python-format msgid "(in %s)" msgstr "" -#: sphinx/ext/intersphinx.py:348 +#: sphinx/ext/intersphinx.py:347 #, python-format msgid "intersphinx identifier %r is not string. Ignored" msgstr "" -#: sphinx/ext/intersphinx.py:361 +#: sphinx/ext/intersphinx.py:360 #, python-format msgid "Fail to read intersphinx_mapping[%s], Ignored: %r" msgstr "" @@ -2648,29 +2649,29 @@ msgstr "" msgid "

All modules for which code is available

" msgstr "" -#: sphinx/ext/autodoc/__init__.py:302 +#: sphinx/ext/autodoc/__init__.py:300 #, python-format msgid "invalid signature for auto%s (%r)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:402 +#: sphinx/ext/autodoc/__init__.py:400 #, python-format msgid "error while formatting arguments for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:514 +#: sphinx/ext/autodoc/__init__.py:512 #, python-format msgid "missing attribute %s in object %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:602 +#: sphinx/ext/autodoc/__init__.py:600 #, python-format msgid "" "autodoc: failed to determine %r to be documented.the following exception was raised:\n" "%s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:694 +#: sphinx/ext/autodoc/__init__.py:692 #, python-format msgid "" "don't know which module to import for autodocumenting %r (try placing a " @@ -2678,39 +2679,39 @@ msgid "" "explicit module name)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:788 +#: sphinx/ext/autodoc/__init__.py:786 msgid "\"::\" in automodule name doesn't make sense" msgstr "" -#: sphinx/ext/autodoc/__init__.py:796 +#: sphinx/ext/autodoc/__init__.py:794 #, python-format msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:829 +#: sphinx/ext/autodoc/__init__.py:827 #, python-format msgid "" "__all__ should be a list of strings, not %r (in module %s) -- ignoring " "__all__" msgstr "" -#: sphinx/ext/autodoc/__init__.py:844 +#: sphinx/ext/autodoc/__init__.py:842 #, python-format msgid "" "missing attribute mentioned in :members: or __all__: module %s, attribute %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1128 +#: sphinx/ext/autodoc/__init__.py:1126 #, python-format msgid "Bases: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1185 +#: sphinx/ext/autodoc/__init__.py:1183 #, python-format msgid "alias of :class:`%s`" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1470 +#: sphinx/ext/autodoc/__init__.py:1468 #, python-format msgid "Ignoring invalid option in autodoc_default_flags: %r" msgstr "" @@ -2746,17 +2747,17 @@ msgid "" "contain .rst. Skipped." msgstr "" -#: sphinx/ext/autosummary/generate.py:102 +#: sphinx/ext/autosummary/generate.py:100 #, python-format msgid "[autosummary] generating autosummary for: %s" msgstr "" -#: sphinx/ext/autosummary/generate.py:106 +#: sphinx/ext/autosummary/generate.py:104 #, python-format msgid "[autosummary] writing to %s" msgstr "" -#: sphinx/ext/autosummary/generate.py:366 +#: sphinx/ext/autosummary/generate.py:364 msgid "" "\n" "Generate ReStructuredText using autosummary directives.\n" @@ -2771,25 +2772,25 @@ msgid "" " pydoc sphinx.ext.autosummary\n" msgstr "" -#: sphinx/ext/autosummary/generate.py:383 +#: sphinx/ext/autosummary/generate.py:381 msgid "source files to generate rST files for" msgstr "" -#: sphinx/ext/autosummary/generate.py:387 +#: sphinx/ext/autosummary/generate.py:385 msgid "directory to place all output in" msgstr "" -#: sphinx/ext/autosummary/generate.py:390 +#: sphinx/ext/autosummary/generate.py:388 #, python-format msgid "default suffix for files (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:394 +#: sphinx/ext/autosummary/generate.py:392 #, python-format msgid "custom template directory (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:398 +#: sphinx/ext/autosummary/generate.py:396 #, python-format msgid "document imported members (default: %(default)s)" msgstr "" @@ -2867,6 +2868,7 @@ msgid "Warning" msgstr "" #: sphinx/templates/latex/longtable.tex_t:23 +#: sphinx/templates/latex/sphinxmessages.sty_t:8 msgid "continued from previous page" msgstr "" @@ -2874,13 +2876,29 @@ msgstr "" msgid "Continued on next page" msgstr "" +#: sphinx/templates/latex/sphinxmessages.sty_t:9 +msgid "continues on next page" +msgstr "" + +#: sphinx/templates/latex/sphinxmessages.sty_t:10 +msgid "Non-alphabetical" +msgstr "" + +#: sphinx/templates/latex/sphinxmessages.sty_t:12 +msgid "Numbers" +msgstr "" + +#: sphinx/templates/latex/sphinxmessages.sty_t:13 +msgid "page" +msgstr "" + #: sphinx/themes/agogo/layout.html:46 sphinx/themes/basic/globaltoc.html:10 #: sphinx/themes/basic/localtoc.html:11 sphinx/themes/scrolls/layout.html:41 msgid "Table of Contents" msgstr "" #: sphinx/themes/agogo/layout.html:51 sphinx/themes/basic/layout.html:153 -#: sphinx/themes/basic/search.html:11 sphinx/themes/basic/search.html:26 +#: sphinx/themes/basic/search.html:11 sphinx/themes/basic/search.html:21 #: sphinx/themes/basic/searchresults.html:10 msgid "Search" msgstr "" @@ -3017,13 +3035,13 @@ msgstr "" msgid "next chapter" msgstr "" -#: sphinx/themes/basic/search.html:30 +#: sphinx/themes/basic/search.html:25 msgid "" "Please activate JavaScript to enable the search\n" " functionality." msgstr "" -#: sphinx/themes/basic/search.html:35 +#: sphinx/themes/basic/search.html:30 msgid "" "From here you can search these documents. Enter your search\n" " words into the box below and click \"search\". Note that the search\n" @@ -3031,20 +3049,20 @@ msgid "" " containing fewer words won't appear in the result list." msgstr "" -#: sphinx/themes/basic/search.html:42 +#: sphinx/themes/basic/search.html:37 #: sphinx/themes/basic/searchresults.html:17 msgid "search" msgstr "" -#: sphinx/themes/basic/search.html:46 +#: sphinx/themes/basic/search.html:41 #: sphinx/themes/basic/searchresults.html:21 -#: sphinx/themes/basic/static/searchtools.js:295 +#: sphinx/themes/basic/static/searchtools.js:285 msgid "Search Results" msgstr "" -#: sphinx/themes/basic/search.html:48 +#: sphinx/themes/basic/search.html:43 #: sphinx/themes/basic/searchresults.html:23 -#: sphinx/themes/basic/static/searchtools.js:297 +#: sphinx/themes/basic/static/searchtools.js:287 msgid "" "Your search did not match any documents. Please make sure that all words are" " spelled correctly and that you've selected enough categories." @@ -3102,20 +3120,20 @@ msgstr "" msgid "Hide Search Matches" msgstr "" -#: sphinx/themes/basic/static/searchtools.js:131 +#: sphinx/themes/basic/static/searchtools.js:121 msgid "Searching" msgstr "" -#: sphinx/themes/basic/static/searchtools.js:136 +#: sphinx/themes/basic/static/searchtools.js:126 msgid "Preparing search..." msgstr "" -#: sphinx/themes/basic/static/searchtools.js:299 +#: sphinx/themes/basic/static/searchtools.js:289 #, python-format msgid "Search finished, found %s page(s) matching the search query." msgstr "" -#: sphinx/themes/basic/static/searchtools.js:352 +#: sphinx/themes/basic/static/searchtools.js:342 msgid ", in " msgstr "" @@ -3132,18 +3150,18 @@ msgstr "" msgid "Contents" msgstr "" -#: sphinx/transforms/__init__.py:259 +#: sphinx/transforms/__init__.py:261 #, python-format msgid "" "4 column based index found. It might be a bug of extensions you use: %r" msgstr "" -#: sphinx/transforms/__init__.py:301 +#: sphinx/transforms/__init__.py:303 #, python-format msgid "Footnote [%s] is not referenced." msgstr "" -#: sphinx/transforms/__init__.py:307 +#: sphinx/transforms/__init__.py:309 msgid "Footnote [#] is not referenced." msgstr "" @@ -3214,7 +3232,7 @@ msgstr "" msgid "failed" msgstr "" -#: sphinx/util/docutils.py:321 +#: sphinx/util/docutils.py:320 msgid "when adding directive classes, no additional arguments may be given" msgstr "" @@ -3275,15 +3293,15 @@ msgstr "" msgid "Permalink to this code" msgstr "" -#: sphinx/writers/html.py:514 sphinx/writers/html5.py:460 +#: sphinx/writers/html.py:512 sphinx/writers/html5.py:458 msgid "Permalink to this image" msgstr "" -#: sphinx/writers/html.py:516 sphinx/writers/html5.py:462 +#: sphinx/writers/html.py:514 sphinx/writers/html5.py:460 msgid "Permalink to this toctree" msgstr "" -#: sphinx/writers/html.py:674 sphinx/writers/html5.py:608 +#: sphinx/writers/html.py:672 sphinx/writers/html5.py:606 msgid "Could not obtain image size. :scale: option is ignored." msgstr "" @@ -3320,12 +3338,12 @@ msgstr "" msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: sphinx/writers/latex.py:1843 +#: sphinx/writers/latex.py:1847 #, python-format msgid "unknown index entry type %s found" msgstr "" -#: sphinx/writers/latex.py:2552 +#: sphinx/writers/latex.py:2560 #, python-format msgid "Unknown configure key: latex_elements[%r] is ignored." msgstr "" @@ -3343,12 +3361,12 @@ msgstr "" msgid "caption not inside a figure." msgstr "" -#: sphinx/writers/texinfo.py:1421 +#: sphinx/writers/texinfo.py:1422 #, python-format msgid "unimplemented node type: %r" msgstr "" -#: sphinx/writers/texinfo.py:1426 +#: sphinx/writers/texinfo.py:1427 #, python-format msgid "unknown node type: %r" msgstr "" diff --git a/sphinx/locale/pt_BR/LC_MESSAGES/sphinx.mo b/sphinx/locale/pt_BR/LC_MESSAGES/sphinx.mo index 89ba5bcf1b..764c554760 100644 Binary files a/sphinx/locale/pt_BR/LC_MESSAGES/sphinx.mo and b/sphinx/locale/pt_BR/LC_MESSAGES/sphinx.mo differ diff --git a/sphinx/locale/pt_BR/LC_MESSAGES/sphinx.po b/sphinx/locale/pt_BR/LC_MESSAGES/sphinx.po index ddd09f66f7..e54e9288de 100644 --- a/sphinx/locale/pt_BR/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/pt_BR/LC_MESSAGES/sphinx.po @@ -11,9 +11,9 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2019-02-18 01:52+0900\n" -"PO-Revision-Date: 2019-03-14 16:36+0000\n" -"Last-Translator: Takeshi KOMIYA \n" +"POT-Creation-Date: 2019-03-29 01:05+0900\n" +"PO-Revision-Date: 2019-03-28 16:09+0000\n" +"Last-Translator: gilberto dos santos alves \n" "Language-Team: Portuguese (Brazil) (http://www.transifex.com/sphinx-doc/sphinx-1/language/pt_BR/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -125,7 +125,7 @@ msgstr "" msgid "role %r is already registered, it will be overridden" msgstr "" -#: sphinx/application.py:1182 +#: sphinx/application.py:1179 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -133,7 +133,7 @@ msgid "" "explicit" msgstr "" -#: sphinx/application.py:1188 +#: sphinx/application.py:1185 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -141,7 +141,7 @@ msgid "" "explicit" msgstr "" -#: sphinx/application.py:1199 +#: sphinx/application.py:1196 #, python-format msgid "doing serial %s" msgstr "" @@ -590,44 +590,44 @@ msgstr "" msgid "preparing documents" msgstr "" -#: sphinx/builders/_epub_base.py:219 +#: sphinx/builders/_epub_base.py:218 #, python-format msgid "duplicated ToC entry found: %s" msgstr "" -#: sphinx/builders/_epub_base.py:415 sphinx/builders/html.py:761 -#: sphinx/builders/latex/__init__.py:413 sphinx/builders/texinfo.py:190 +#: sphinx/builders/_epub_base.py:414 sphinx/builders/html.py:761 +#: sphinx/builders/latex/__init__.py:415 sphinx/builders/texinfo.py:190 msgid "copying images... " msgstr "" -#: sphinx/builders/_epub_base.py:422 +#: sphinx/builders/_epub_base.py:421 #, python-format msgid "cannot read image file %r: copying it instead" msgstr "" -#: sphinx/builders/_epub_base.py:428 sphinx/builders/html.py:769 -#: sphinx/builders/latex/__init__.py:421 sphinx/builders/texinfo.py:198 +#: sphinx/builders/_epub_base.py:427 sphinx/builders/html.py:769 +#: sphinx/builders/latex/__init__.py:423 sphinx/builders/texinfo.py:199 #, python-format msgid "cannot copy image file %r: %s" msgstr "" -#: sphinx/builders/_epub_base.py:445 +#: sphinx/builders/_epub_base.py:444 #, python-format msgid "cannot write image file %r: %s" msgstr "" -#: sphinx/builders/_epub_base.py:456 +#: sphinx/builders/_epub_base.py:455 msgid "Pillow not found - copying image files" msgstr "" -#: sphinx/builders/_epub_base.py:491 sphinx/builders/_epub_base.py:504 -#: sphinx/builders/_epub_base.py:540 sphinx/builders/_epub_base.py:725 -#: sphinx/builders/_epub_base.py:758 sphinx/builders/epub3.py:184 +#: sphinx/builders/_epub_base.py:490 sphinx/builders/_epub_base.py:503 +#: sphinx/builders/_epub_base.py:539 sphinx/builders/_epub_base.py:724 +#: sphinx/builders/_epub_base.py:757 sphinx/builders/epub3.py:183 #, python-format msgid "writing %s file..." msgstr "" -#: sphinx/builders/_epub_base.py:566 +#: sphinx/builders/_epub_base.py:565 #, python-format msgid "unknown mimetype for %s, ignoring" msgstr "" @@ -646,19 +646,19 @@ msgstr "" msgid "writing summary file..." msgstr "" -#: sphinx/builders/changes.py:87 +#: sphinx/builders/changes.py:86 msgid "Builtins" msgstr "Internos" -#: sphinx/builders/changes.py:89 +#: sphinx/builders/changes.py:88 msgid "Module level" msgstr "Nível do Módulo" -#: sphinx/builders/changes.py:134 +#: sphinx/builders/changes.py:133 msgid "copying source files..." msgstr "" -#: sphinx/builders/changes.py:141 +#: sphinx/builders/changes.py:140 #, python-format msgid "could not read %r for changelog creation" msgstr "" @@ -667,76 +667,76 @@ msgstr "" msgid "The dummy builder generates no files." msgstr "" -#: sphinx/builders/epub3.py:69 +#: sphinx/builders/epub3.py:68 #, python-format msgid "The ePub file is in %(outdir)s." msgstr "" -#: sphinx/builders/epub3.py:212 +#: sphinx/builders/epub3.py:211 msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:216 +#: sphinx/builders/epub3.py:215 msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:219 +#: sphinx/builders/epub3.py:218 msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:223 +#: sphinx/builders/epub3.py:222 msgid "conf value \"epub_author\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:226 +#: sphinx/builders/epub3.py:225 msgid "conf value \"epub_contributor\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:229 +#: sphinx/builders/epub3.py:228 msgid "conf value \"epub_description\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:232 +#: sphinx/builders/epub3.py:231 msgid "conf value \"epub_publisher\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:235 +#: sphinx/builders/epub3.py:234 msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:239 +#: sphinx/builders/epub3.py:238 msgid "conf value \"epub_identifier\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:242 +#: sphinx/builders/epub3.py:241 msgid "conf value \"version\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:257 sphinx/builders/html.py:1166 +#: sphinx/builders/epub3.py:256 sphinx/builders/html.py:1166 #, python-format msgid "invalid css_file: %r, ignored" msgstr "" -#: sphinx/builders/gettext.py:215 +#: sphinx/builders/gettext.py:221 #, python-format msgid "The message catalogs are in %(outdir)s." msgstr "" -#: sphinx/builders/gettext.py:239 +#: sphinx/builders/gettext.py:245 #, python-format msgid "building [%s]: " msgstr "" -#: sphinx/builders/gettext.py:240 +#: sphinx/builders/gettext.py:246 #, python-format msgid "targets for %d template files" msgstr "" -#: sphinx/builders/gettext.py:244 +#: sphinx/builders/gettext.py:250 msgid "reading templates... " msgstr "" -#: sphinx/builders/gettext.py:271 +#: sphinx/builders/gettext.py:277 msgid "writing message catalogs... " msgstr "" @@ -755,7 +755,7 @@ msgstr "" msgid "Failed to read build info file: %r" msgstr "" -#: sphinx/builders/html.py:488 sphinx/builders/latex/__init__.py:204 +#: sphinx/builders/html.py:488 sphinx/builders/latex/__init__.py:206 #: sphinx/transforms/__init__.py:121 sphinx/writers/manpage.py:118 #: sphinx/writers/texinfo.py:243 #, python-format @@ -808,7 +808,7 @@ msgstr "" msgid "html_static_path entry %r does not exist" msgstr "" -#: sphinx/builders/html.py:839 sphinx/builders/latex/__init__.py:398 +#: sphinx/builders/html.py:839 sphinx/builders/latex/__init__.py:400 #, python-format msgid "logo file %r does not exist" msgstr "" @@ -925,7 +925,7 @@ msgstr "" msgid "no \"man_pages\" config value found; no manual pages will be written" msgstr "" -#: sphinx/builders/latex/__init__.py:270 sphinx/builders/manpage.py:64 +#: sphinx/builders/latex/__init__.py:272 sphinx/builders/manpage.py:64 #: sphinx/builders/singlehtml.py:174 sphinx/builders/texinfo.py:120 msgid "writing" msgstr "" @@ -969,24 +969,24 @@ msgstr "" msgid "\"texinfo_documents\" config value references unknown document %s" msgstr "" -#: sphinx/builders/latex/__init__.py:253 sphinx/builders/texinfo.py:116 +#: sphinx/builders/latex/__init__.py:255 sphinx/builders/texinfo.py:116 #, python-format msgid "processing %s" msgstr "" -#: sphinx/builders/latex/__init__.py:322 sphinx/builders/texinfo.py:163 +#: sphinx/builders/latex/__init__.py:323 sphinx/builders/texinfo.py:164 msgid "resolving references..." msgstr "" -#: sphinx/builders/latex/__init__.py:332 sphinx/builders/texinfo.py:172 +#: sphinx/builders/latex/__init__.py:333 sphinx/builders/texinfo.py:173 msgid " (in " msgstr " (em " -#: sphinx/builders/texinfo.py:204 +#: sphinx/builders/texinfo.py:205 msgid "copying Texinfo support files" msgstr "" -#: sphinx/builders/texinfo.py:208 +#: sphinx/builders/texinfo.py:209 #, python-format msgid "error writing file Makefile: %s" msgstr "" @@ -1006,28 +1006,28 @@ msgstr "" msgid "The pseudo-XML files are in %(outdir)s." msgstr "" -#: sphinx/builders/latex/__init__.py:121 +#: sphinx/builders/latex/__init__.py:123 #, python-format msgid "The LaTeX files are in %(outdir)s." msgstr "" -#: sphinx/builders/latex/__init__.py:123 +#: sphinx/builders/latex/__init__.py:125 msgid "" "\n" "Run 'make' in that directory to run these through (pdf)latex\n" "(use `make latexpdf' here to do that automatically)." msgstr "" -#: sphinx/builders/latex/__init__.py:163 +#: sphinx/builders/latex/__init__.py:165 msgid "no \"latex_documents\" config value found; no documents will be written" msgstr "" -#: sphinx/builders/latex/__init__.py:171 +#: sphinx/builders/latex/__init__.py:173 #, python-format msgid "\"latex_documents\" config value references unknown document %s" msgstr "" -#: sphinx/builders/latex/__init__.py:211 sphinx/domains/std.py:501 +#: sphinx/builders/latex/__init__.py:213 sphinx/domains/std.py:501 #: sphinx/templates/latex/latex.tex_t:79 #: sphinx/themes/basic/genindex-single.html:30 #: sphinx/themes/basic/genindex-single.html:55 @@ -1039,28 +1039,28 @@ msgstr "" msgid "Index" msgstr "Índice" -#: sphinx/builders/latex/__init__.py:214 sphinx/templates/latex/latex.tex_t:64 +#: sphinx/builders/latex/__init__.py:216 sphinx/templates/latex/latex.tex_t:64 msgid "Release" msgstr "Release" -#: sphinx/builders/latex/__init__.py:222 sphinx/writers/latex.py:549 +#: sphinx/builders/latex/__init__.py:224 sphinx/writers/latex.py:549 #, python-format msgid "no Babel option known for language %r" msgstr "" -#: sphinx/builders/latex/__init__.py:361 +#: sphinx/builders/latex/__init__.py:363 msgid "copying TeX support files" msgstr "" -#: sphinx/builders/latex/__init__.py:382 +#: sphinx/builders/latex/__init__.py:384 msgid "copying TeX support files..." msgstr "" -#: sphinx/builders/latex/__init__.py:402 +#: sphinx/builders/latex/__init__.py:404 msgid "copying additional files" msgstr "" -#: sphinx/builders/latex/__init__.py:445 +#: sphinx/builders/latex/__init__.py:447 #, python-format msgid "Unknown configure key: latex_elements[%r]. ignored." msgstr "" @@ -1123,8 +1123,8 @@ msgstr "" msgid "job number should be a positive number" msgstr "" -#: sphinx/cmd/build.py:106 sphinx/cmd/quickstart.py:498 -#: sphinx/ext/apidoc.py:298 sphinx/ext/autosummary/generate.py:365 +#: sphinx/cmd/build.py:106 sphinx/cmd/quickstart.py:497 +#: sphinx/ext/apidoc.py:298 sphinx/ext/autosummary/generate.py:363 msgid "For more information, visit ." msgstr "" @@ -1501,13 +1501,13 @@ msgstr "" msgid "Indicate which of the following Sphinx extensions should be enabled:" msgstr "" -#: sphinx/cmd/quickstart.py:354 +#: sphinx/cmd/quickstart.py:353 msgid "" "Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " "been deselected." msgstr "" -#: sphinx/cmd/quickstart.py:359 +#: sphinx/cmd/quickstart.py:358 msgid "" "\n" "A Makefile and a Windows command file can be generated for you so that you\n" @@ -1515,29 +1515,29 @@ msgid "" "directly." msgstr "" -#: sphinx/cmd/quickstart.py:363 +#: sphinx/cmd/quickstart.py:362 msgid "Create Makefile? (y/n)" msgstr "" -#: sphinx/cmd/quickstart.py:366 +#: sphinx/cmd/quickstart.py:365 msgid "Create Windows command file? (y/n)" msgstr "" -#: sphinx/cmd/quickstart.py:409 sphinx/ext/apidoc.py:74 +#: sphinx/cmd/quickstart.py:408 sphinx/ext/apidoc.py:74 #, python-format msgid "Creating file %s." msgstr "" -#: sphinx/cmd/quickstart.py:414 sphinx/ext/apidoc.py:72 +#: sphinx/cmd/quickstart.py:413 sphinx/ext/apidoc.py:72 #, python-format msgid "File %s already exists, skipping." msgstr "" -#: sphinx/cmd/quickstart.py:450 +#: sphinx/cmd/quickstart.py:449 msgid "Finished: An initial directory structure has been created." msgstr "" -#: sphinx/cmd/quickstart.py:451 +#: sphinx/cmd/quickstart.py:450 #, python-format msgid "" "\n" @@ -1545,26 +1545,26 @@ msgid "" "source files. " msgstr "" -#: sphinx/cmd/quickstart.py:453 +#: sphinx/cmd/quickstart.py:452 msgid "" "Use the Makefile to build the docs, like so:\n" " make builder\n" msgstr "" -#: sphinx/cmd/quickstart.py:456 +#: sphinx/cmd/quickstart.py:455 #, python-format msgid "" "Use the sphinx-build command to build the docs, like so:\n" " sphinx-build -b builder %s %s\n" msgstr "" -#: sphinx/cmd/quickstart.py:459 +#: sphinx/cmd/quickstart.py:458 msgid "" "where \"builder\" is one of the supported builders, e.g. html, latex or " "linkcheck.\n" msgstr "" -#: sphinx/cmd/quickstart.py:499 +#: sphinx/cmd/quickstart.py:498 msgid "" "\n" "Generate required files for a Sphinx project.\n" @@ -1574,131 +1574,131 @@ msgid "" "Makefile to be used with sphinx-build.\n" msgstr "" -#: sphinx/cmd/quickstart.py:509 +#: sphinx/cmd/quickstart.py:508 msgid "quiet mode" msgstr "" -#: sphinx/cmd/quickstart.py:514 +#: sphinx/cmd/quickstart.py:513 msgid "output path" msgstr "" -#: sphinx/cmd/quickstart.py:516 +#: sphinx/cmd/quickstart.py:515 msgid "Structure options" msgstr "Opção Estrutura" -#: sphinx/cmd/quickstart.py:518 +#: sphinx/cmd/quickstart.py:517 msgid "if specified, separate source and build dirs" msgstr "" -#: sphinx/cmd/quickstart.py:520 +#: sphinx/cmd/quickstart.py:519 msgid "replacement for dot in _templates etc." msgstr "" -#: sphinx/cmd/quickstart.py:522 +#: sphinx/cmd/quickstart.py:521 msgid "Project basic options" msgstr "Opções básicas do Projeto" -#: sphinx/cmd/quickstart.py:524 +#: sphinx/cmd/quickstart.py:523 msgid "project name" msgstr "" -#: sphinx/cmd/quickstart.py:526 +#: sphinx/cmd/quickstart.py:525 msgid "author names" msgstr "" -#: sphinx/cmd/quickstart.py:528 +#: sphinx/cmd/quickstart.py:527 msgid "version of project" msgstr "" -#: sphinx/cmd/quickstart.py:530 +#: sphinx/cmd/quickstart.py:529 msgid "release of project" msgstr "" -#: sphinx/cmd/quickstart.py:532 +#: sphinx/cmd/quickstart.py:531 msgid "document language" msgstr "" -#: sphinx/cmd/quickstart.py:534 +#: sphinx/cmd/quickstart.py:533 msgid "source file suffix" msgstr "" -#: sphinx/cmd/quickstart.py:536 +#: sphinx/cmd/quickstart.py:535 msgid "master document name" msgstr "" -#: sphinx/cmd/quickstart.py:538 +#: sphinx/cmd/quickstart.py:537 msgid "use epub" msgstr "" -#: sphinx/cmd/quickstart.py:540 +#: sphinx/cmd/quickstart.py:539 msgid "Extension options" msgstr "Opções Extensão" -#: sphinx/cmd/quickstart.py:544 sphinx/ext/apidoc.py:379 +#: sphinx/cmd/quickstart.py:543 sphinx/ext/apidoc.py:379 #, python-format msgid "enable %s extension" msgstr "" -#: sphinx/cmd/quickstart.py:546 sphinx/ext/apidoc.py:375 +#: sphinx/cmd/quickstart.py:545 sphinx/ext/apidoc.py:375 msgid "enable arbitrary extensions" msgstr "" -#: sphinx/cmd/quickstart.py:548 +#: sphinx/cmd/quickstart.py:547 msgid "Makefile and Batchfile creation" msgstr "" -#: sphinx/cmd/quickstart.py:550 +#: sphinx/cmd/quickstart.py:549 msgid "create makefile" msgstr "" -#: sphinx/cmd/quickstart.py:552 +#: sphinx/cmd/quickstart.py:551 msgid "do not create makefile" msgstr "" -#: sphinx/cmd/quickstart.py:554 +#: sphinx/cmd/quickstart.py:553 msgid "create batchfile" msgstr "" -#: sphinx/cmd/quickstart.py:557 +#: sphinx/cmd/quickstart.py:556 msgid "do not create batchfile" msgstr "" -#: sphinx/cmd/quickstart.py:560 +#: sphinx/cmd/quickstart.py:559 msgid "use make-mode for Makefile/make.bat" msgstr "" -#: sphinx/cmd/quickstart.py:563 +#: sphinx/cmd/quickstart.py:562 msgid "do not use make-mode for Makefile/make.bat" msgstr "" -#: sphinx/cmd/quickstart.py:565 +#: sphinx/cmd/quickstart.py:564 msgid "Project templating" msgstr "Projeto Modelo" -#: sphinx/cmd/quickstart.py:568 +#: sphinx/cmd/quickstart.py:567 msgid "template directory for template files" msgstr "" -#: sphinx/cmd/quickstart.py:571 +#: sphinx/cmd/quickstart.py:570 msgid "define a template variable" msgstr "" -#: sphinx/cmd/quickstart.py:605 +#: sphinx/cmd/quickstart.py:604 msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." msgstr "" -#: sphinx/cmd/quickstart.py:619 +#: sphinx/cmd/quickstart.py:618 msgid "" "Error: specified path is not a directory, or sphinx files already exist." msgstr "" -#: sphinx/cmd/quickstart.py:621 +#: sphinx/cmd/quickstart.py:620 msgid "" "sphinx-quickstart only generate into a empty directory. Please specify a new" " root path." msgstr "" -#: sphinx/cmd/quickstart.py:636 +#: sphinx/cmd/quickstart.py:635 #, python-format msgid "Invalid template variable: %s" msgstr "" @@ -1770,17 +1770,17 @@ msgstr "Autor: " msgid "%s %s" msgstr "%s %s" -#: sphinx/domains/c.py:64 sphinx/domains/cpp.py:6371 +#: sphinx/domains/c.py:64 sphinx/domains/cpp.py:6445 #: sphinx/domains/python.py:210 sphinx/ext/napoleon/docstring.py:696 msgid "Parameters" msgstr "Parâmetros" -#: sphinx/domains/c.py:67 sphinx/domains/cpp.py:6380 -#: sphinx/domains/javascript.py:210 sphinx/domains/python.py:222 +#: sphinx/domains/c.py:67 sphinx/domains/cpp.py:6454 +#: sphinx/domains/javascript.py:209 sphinx/domains/python.py:222 msgid "Returns" msgstr "Retorna" -#: sphinx/domains/c.py:69 sphinx/domains/javascript.py:212 +#: sphinx/domains/c.py:69 sphinx/domains/javascript.py:211 #: sphinx/domains/python.py:224 msgid "Return type" msgstr "Tipo de retorno" @@ -1810,12 +1810,12 @@ msgstr "%s (tipo C)" msgid "%s (C variable)" msgstr "%s (variável C)" -#: sphinx/domains/c.py:258 sphinx/domains/cpp.py:6956 -#: sphinx/domains/javascript.py:298 sphinx/domains/python.py:741 +#: sphinx/domains/c.py:258 sphinx/domains/cpp.py:7029 +#: sphinx/domains/javascript.py:297 sphinx/domains/python.py:742 msgid "function" msgstr "função" -#: sphinx/domains/c.py:259 sphinx/domains/cpp.py:6957 +#: sphinx/domains/c.py:259 sphinx/domains/cpp.py:7030 msgid "member" msgstr "membro" @@ -1823,7 +1823,7 @@ msgstr "membro" msgid "macro" msgstr "macro" -#: sphinx/domains/c.py:261 sphinx/domains/cpp.py:6958 +#: sphinx/domains/c.py:261 sphinx/domains/cpp.py:7031 msgid "type" msgstr "tipo" @@ -1846,106 +1846,106 @@ msgstr "Alterado na versão %s" msgid "Deprecated since version %s" msgstr "Obsoleto desde a versão %s" -#: sphinx/domains/cpp.py:4297 +#: sphinx/domains/cpp.py:4323 #, python-format msgid "" "Duplicate declaration, also defined in '%s'.\n" "Declaration is '%s'." msgstr "" -#: sphinx/domains/cpp.py:6374 +#: sphinx/domains/cpp.py:6448 msgid "Template Parameters" msgstr "Parâmetros do Modelo" -#: sphinx/domains/cpp.py:6377 sphinx/domains/javascript.py:207 +#: sphinx/domains/cpp.py:6451 sphinx/domains/javascript.py:206 msgid "Throws" msgstr "Lança" -#: sphinx/domains/cpp.py:6505 +#: sphinx/domains/cpp.py:6579 #, python-format msgid "%s (C++ %s)" msgstr "" -#: sphinx/domains/cpp.py:6954 sphinx/domains/javascript.py:300 -#: sphinx/domains/python.py:743 +#: sphinx/domains/cpp.py:7027 sphinx/domains/javascript.py:299 +#: sphinx/domains/python.py:744 msgid "class" msgstr "classe" -#: sphinx/domains/cpp.py:6955 +#: sphinx/domains/cpp.py:7028 msgid "union" msgstr "" -#: sphinx/domains/cpp.py:6959 +#: sphinx/domains/cpp.py:7032 msgid "concept" msgstr "conceito" -#: sphinx/domains/cpp.py:6960 +#: sphinx/domains/cpp.py:7033 msgid "enum" msgstr "enum" -#: sphinx/domains/cpp.py:6961 +#: sphinx/domains/cpp.py:7034 msgid "enumerator" msgstr "enumerador" -#: sphinx/domains/cpp.py:7054 +#: sphinx/domains/cpp.py:7127 #, python-format msgid "" "Duplicate declaration, also defined in '%s'.\n" "Name of declaration is '%s'." msgstr "" -#: sphinx/domains/javascript.py:131 sphinx/domains/python.py:429 +#: sphinx/domains/javascript.py:130 sphinx/domains/python.py:430 #, python-format msgid "%s() (built-in function)" msgstr "%s() (função interna)" -#: sphinx/domains/javascript.py:132 sphinx/domains/python.py:494 +#: sphinx/domains/javascript.py:131 sphinx/domains/python.py:495 #, python-format msgid "%s() (%s method)" msgstr "%s() (método %s)" -#: sphinx/domains/javascript.py:134 +#: sphinx/domains/javascript.py:133 #, python-format msgid "%s() (class)" msgstr "%s() (classe)" -#: sphinx/domains/javascript.py:136 +#: sphinx/domains/javascript.py:135 #, python-format msgid "%s (global variable or constant)" msgstr "%s (variável global ou constante)" -#: sphinx/domains/javascript.py:138 sphinx/domains/python.py:532 +#: sphinx/domains/javascript.py:137 sphinx/domains/python.py:533 #, python-format msgid "%s (%s attribute)" msgstr "%s (atributo %s)" -#: sphinx/domains/javascript.py:204 +#: sphinx/domains/javascript.py:203 msgid "Arguments" msgstr "Argumentos" -#: sphinx/domains/javascript.py:265 sphinx/domains/python.py:609 +#: sphinx/domains/javascript.py:264 sphinx/domains/python.py:610 #, python-format msgid "%s (module)" msgstr "%s (módulo)" -#: sphinx/domains/javascript.py:299 sphinx/domains/python.py:745 +#: sphinx/domains/javascript.py:298 sphinx/domains/python.py:746 msgid "method" msgstr "método" -#: sphinx/domains/javascript.py:301 sphinx/domains/python.py:742 +#: sphinx/domains/javascript.py:300 sphinx/domains/python.py:743 msgid "data" msgstr "dado" -#: sphinx/domains/javascript.py:302 sphinx/domains/python.py:748 +#: sphinx/domains/javascript.py:301 sphinx/domains/python.py:749 msgid "attribute" msgstr "atributo" -#: sphinx/domains/javascript.py:303 sphinx/domains/python.py:49 -#: sphinx/domains/python.py:749 +#: sphinx/domains/javascript.py:302 sphinx/domains/python.py:49 +#: sphinx/domains/python.py:750 msgid "module" msgstr "módulo" -#: sphinx/domains/math.py:101 sphinx/writers/latex.py:2451 +#: sphinx/domains/math.py:101 sphinx/writers/latex.py:2459 #, python-format msgid "Invalid math_eqref_format: %r" msgstr "" @@ -1967,7 +1967,7 @@ msgstr "operador" msgid "object" msgstr "objeto" -#: sphinx/domains/python.py:53 sphinx/domains/python.py:744 +#: sphinx/domains/python.py:53 sphinx/domains/python.py:745 msgid "exception" msgstr "exceção" @@ -1987,88 +1987,88 @@ msgstr "Variáveis" msgid "Raises" msgstr "Levanta" -#: sphinx/domains/python.py:430 sphinx/domains/python.py:488 -#: sphinx/domains/python.py:500 sphinx/domains/python.py:513 +#: sphinx/domains/python.py:431 sphinx/domains/python.py:489 +#: sphinx/domains/python.py:501 sphinx/domains/python.py:514 #, python-format msgid "%s() (in module %s)" msgstr "%s() (no módulo %s)" -#: sphinx/domains/python.py:433 +#: sphinx/domains/python.py:434 #, python-format msgid "%s (built-in variable)" msgstr "%s (variável interna)" -#: sphinx/domains/python.py:434 sphinx/domains/python.py:526 +#: sphinx/domains/python.py:435 sphinx/domains/python.py:527 #, python-format msgid "%s (in module %s)" msgstr "%s (no módulo %s)" -#: sphinx/domains/python.py:454 +#: sphinx/domains/python.py:455 #, python-format msgid "%s (built-in class)" msgstr "%s (classe interna)" -#: sphinx/domains/python.py:455 +#: sphinx/domains/python.py:456 #, python-format msgid "%s (class in %s)" msgstr "%s (classe em %s)" -#: sphinx/domains/python.py:492 +#: sphinx/domains/python.py:493 #, python-format msgid "%s() (%s.%s method)" msgstr "%s() (método %s.%s)" -#: sphinx/domains/python.py:504 +#: sphinx/domains/python.py:505 #, python-format msgid "%s() (%s.%s static method)" msgstr "%s() (método estático %s.%s)" -#: sphinx/domains/python.py:507 +#: sphinx/domains/python.py:508 #, python-format msgid "%s() (%s static method)" msgstr "%s() (método estático %s)" -#: sphinx/domains/python.py:517 +#: sphinx/domains/python.py:518 #, python-format msgid "%s() (%s.%s class method)" msgstr "%s() (método de classe %s.%s)" -#: sphinx/domains/python.py:520 +#: sphinx/domains/python.py:521 #, python-format msgid "%s() (%s class method)" msgstr "%s() (método de classe %s)" -#: sphinx/domains/python.py:530 +#: sphinx/domains/python.py:531 #, python-format msgid "%s (%s.%s attribute)" msgstr "%s (atributo %s.%s)" -#: sphinx/domains/python.py:667 +#: sphinx/domains/python.py:668 msgid "Python Module Index" msgstr "Índice de Módulos Python" -#: sphinx/domains/python.py:668 +#: sphinx/domains/python.py:669 msgid "modules" msgstr "módulos" -#: sphinx/domains/python.py:719 +#: sphinx/domains/python.py:720 msgid "Deprecated" msgstr "Obsoleto" -#: sphinx/domains/python.py:746 +#: sphinx/domains/python.py:747 msgid "class method" msgstr "método de classe" -#: sphinx/domains/python.py:747 +#: sphinx/domains/python.py:748 msgid "static method" msgstr "método estático" -#: sphinx/domains/python.py:879 +#: sphinx/domains/python.py:880 #, python-format msgid "more than one target found for cross-reference %r: %s" msgstr "" -#: sphinx/domains/python.py:917 +#: sphinx/domains/python.py:918 msgid " (deprecated)" msgstr " (obsoleto)" @@ -2144,7 +2144,7 @@ msgstr "Página de Busca" msgid "duplicate citation %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:631 sphinx/ext/autosectionlabel.py:61 +#: sphinx/domains/std.py:631 sphinx/ext/autosectionlabel.py:56 #, python-format msgid "duplicate label %s, other instance in %s" msgstr "" @@ -2204,21 +2204,21 @@ msgid "" "another doctree directory." msgstr "" -#: sphinx/environment/__init__.py:408 +#: sphinx/environment/__init__.py:404 #, python-format msgid "Failed to scan documents in %s: %r" msgstr "" -#: sphinx/environment/__init__.py:536 +#: sphinx/environment/__init__.py:532 #, python-format msgid "Domain %r is not registered" msgstr "" -#: sphinx/environment/__init__.py:621 +#: sphinx/environment/__init__.py:617 msgid "self referenced toctree found. Ignored." msgstr "" -#: sphinx/environment/__init__.py:662 +#: sphinx/environment/__init__.py:658 msgid "document isn't included in any toctree" msgstr "" @@ -2238,6 +2238,7 @@ msgid "unknown index entry type %r" msgstr "" #: sphinx/environment/adapters/indexentries.py:156 +#: sphinx/templates/latex/sphinxmessages.sty_t:11 msgid "Symbols" msgstr "Símbolos" @@ -2263,22 +2264,22 @@ msgstr "" msgid "toctree contains reference to nonexisting document %r" msgstr "" -#: sphinx/environment/collectors/asset.py:91 +#: sphinx/environment/collectors/asset.py:90 #, python-format msgid "image file not readable: %s" msgstr "" -#: sphinx/environment/collectors/asset.py:107 +#: sphinx/environment/collectors/asset.py:106 #, python-format msgid "image file %s not readable: %s" msgstr "" -#: sphinx/environment/collectors/asset.py:135 +#: sphinx/environment/collectors/asset.py:134 #, python-format msgid "download file not readable: %s" msgstr "" -#: sphinx/environment/collectors/toctree.py:197 +#: sphinx/environment/collectors/toctree.py:196 #, python-format msgid "%s is already assigned section numbers (nested numbered toctree?)" msgstr "" @@ -2422,38 +2423,38 @@ msgstr "" msgid "module %s could not be imported: %s" msgstr "" -#: sphinx/ext/doctest.py:142 +#: sphinx/ext/doctest.py:132 #, python-format msgid "missing '+' or '-' in '%s' option." msgstr "" -#: sphinx/ext/doctest.py:147 +#: sphinx/ext/doctest.py:137 #, python-format msgid "'%s' is not a valid option." msgstr "" -#: sphinx/ext/doctest.py:161 +#: sphinx/ext/doctest.py:151 #, python-format msgid "'%s' is not a valid pyversion option" msgstr "" -#: sphinx/ext/doctest.py:230 +#: sphinx/ext/doctest.py:222 msgid "invalid TestCode type" msgstr "" -#: sphinx/ext/doctest.py:291 +#: sphinx/ext/doctest.py:283 #, python-format msgid "" "Testing of doctests in the sources finished, look at the results in " "%(outdir)s/output.txt." msgstr "" -#: sphinx/ext/doctest.py:438 +#: sphinx/ext/doctest.py:446 #, python-format msgid "no code/output in %s block at %s:%s" msgstr "" -#: sphinx/ext/doctest.py:527 +#: sphinx/ext/doctest.py:535 #, python-format msgid "ignoring invalid doctest code: %r" msgstr "" @@ -2471,7 +2472,7 @@ msgstr "" msgid "Ignoring \"graphviz\" directive without content." msgstr "" -#: sphinx/ext/graphviz.py:252 +#: sphinx/ext/graphviz.py:250 #, python-format msgid "" "dot did not produce an output file:\n" @@ -2481,14 +2482,14 @@ msgid "" "%r" msgstr "" -#: sphinx/ext/graphviz.py:256 +#: sphinx/ext/graphviz.py:254 #, python-format msgid "" "dot command %r cannot be run (needed for graphviz output), check the " "graphviz_dot setting" msgstr "" -#: sphinx/ext/graphviz.py:263 +#: sphinx/ext/graphviz.py:261 #, python-format msgid "" "dot exited with error:\n" @@ -2498,23 +2499,23 @@ msgid "" "%r" msgstr "" -#: sphinx/ext/graphviz.py:273 +#: sphinx/ext/graphviz.py:271 #, python-format msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" msgstr "" -#: sphinx/ext/graphviz.py:277 sphinx/ext/graphviz.py:331 -#: sphinx/ext/graphviz.py:369 +#: sphinx/ext/graphviz.py:275 sphinx/ext/graphviz.py:329 +#: sphinx/ext/graphviz.py:367 #, python-format msgid "dot code %r: %s" msgstr "" -#: sphinx/ext/graphviz.py:384 sphinx/ext/graphviz.py:393 +#: sphinx/ext/graphviz.py:382 sphinx/ext/graphviz.py:391 #, python-format msgid "[graph: %s]" msgstr "[gráfico: %s]" -#: sphinx/ext/graphviz.py:386 sphinx/ext/graphviz.py:395 +#: sphinx/ext/graphviz.py:384 sphinx/ext/graphviz.py:393 msgid "[graph]" msgstr "[gráfico]" @@ -2533,31 +2534,31 @@ msgid "" "%r" msgstr "" -#: sphinx/ext/imgmath.py:140 +#: sphinx/ext/imgmath.py:139 #, python-format msgid "" "LaTeX command %r cannot be run (needed for math display), check the " "imgmath_latex setting" msgstr "" -#: sphinx/ext/imgmath.py:155 +#: sphinx/ext/imgmath.py:154 #, python-format msgid "" "%s command %r cannot be run (needed for math display), check the imgmath_%s " "setting" msgstr "" -#: sphinx/ext/imgmath.py:290 +#: sphinx/ext/imgmath.py:289 #, python-format msgid "display latex %r: %s" msgstr "" -#: sphinx/ext/imgmath.py:317 +#: sphinx/ext/imgmath.py:316 #, python-format msgid "inline latex %r: %s" msgstr "" -#: sphinx/ext/imgmath.py:324 sphinx/ext/mathjax.py:54 +#: sphinx/ext/imgmath.py:323 sphinx/ext/mathjax.py:54 msgid "Permalink to this equation" msgstr "Permalink para essa equação" @@ -2577,26 +2578,26 @@ msgid "" "alternatives:" msgstr "" -#: sphinx/ext/intersphinx.py:237 +#: sphinx/ext/intersphinx.py:238 msgid "failed to reach any of the inventories with the following issues:" msgstr "" -#: sphinx/ext/intersphinx.py:312 +#: sphinx/ext/intersphinx.py:311 #, python-format msgid "(in %s v%s)" msgstr "(em %s v%s)" -#: sphinx/ext/intersphinx.py:314 +#: sphinx/ext/intersphinx.py:313 #, python-format msgid "(in %s)" msgstr "" -#: sphinx/ext/intersphinx.py:348 +#: sphinx/ext/intersphinx.py:347 #, python-format msgid "intersphinx identifier %r is not string. Ignored" msgstr "" -#: sphinx/ext/intersphinx.py:361 +#: sphinx/ext/intersphinx.py:360 #, python-format msgid "Fail to read intersphinx_mapping[%s], Ignored: %r" msgstr "" @@ -2652,29 +2653,29 @@ msgstr "Visão geral: código do módulo" msgid "

All modules for which code is available

" msgstr "

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

" -#: sphinx/ext/autodoc/__init__.py:302 +#: sphinx/ext/autodoc/__init__.py:300 #, python-format msgid "invalid signature for auto%s (%r)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:402 +#: sphinx/ext/autodoc/__init__.py:400 #, python-format msgid "error while formatting arguments for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:514 +#: sphinx/ext/autodoc/__init__.py:512 #, python-format msgid "missing attribute %s in object %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:602 +#: sphinx/ext/autodoc/__init__.py:600 #, python-format msgid "" "autodoc: failed to determine %r to be documented.the following exception was raised:\n" "%s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:694 +#: sphinx/ext/autodoc/__init__.py:692 #, python-format msgid "" "don't know which module to import for autodocumenting %r (try placing a " @@ -2682,39 +2683,39 @@ msgid "" "explicit module name)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:788 +#: sphinx/ext/autodoc/__init__.py:786 msgid "\"::\" in automodule name doesn't make sense" msgstr "" -#: sphinx/ext/autodoc/__init__.py:796 +#: sphinx/ext/autodoc/__init__.py:794 #, python-format msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:829 +#: sphinx/ext/autodoc/__init__.py:827 #, python-format msgid "" "__all__ should be a list of strings, not %r (in module %s) -- ignoring " "__all__" msgstr "" -#: sphinx/ext/autodoc/__init__.py:844 +#: sphinx/ext/autodoc/__init__.py:842 #, python-format msgid "" "missing attribute mentioned in :members: or __all__: module %s, attribute %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1128 +#: sphinx/ext/autodoc/__init__.py:1126 #, python-format msgid "Bases: %s" msgstr "Base: %s" -#: sphinx/ext/autodoc/__init__.py:1185 +#: sphinx/ext/autodoc/__init__.py:1183 #, python-format msgid "alias of :class:`%s`" msgstr "apelido de :class:`%s`" -#: sphinx/ext/autodoc/__init__.py:1470 +#: sphinx/ext/autodoc/__init__.py:1468 #, python-format msgid "Ignoring invalid option in autodoc_default_flags: %r" msgstr "" @@ -2750,17 +2751,17 @@ msgid "" "contain .rst. Skipped." msgstr "" -#: sphinx/ext/autosummary/generate.py:102 +#: sphinx/ext/autosummary/generate.py:100 #, python-format msgid "[autosummary] generating autosummary for: %s" msgstr "" -#: sphinx/ext/autosummary/generate.py:106 +#: sphinx/ext/autosummary/generate.py:104 #, python-format msgid "[autosummary] writing to %s" msgstr "" -#: sphinx/ext/autosummary/generate.py:366 +#: sphinx/ext/autosummary/generate.py:364 msgid "" "\n" "Generate ReStructuredText using autosummary directives.\n" @@ -2775,25 +2776,25 @@ msgid "" " pydoc sphinx.ext.autosummary\n" msgstr "" -#: sphinx/ext/autosummary/generate.py:383 +#: sphinx/ext/autosummary/generate.py:381 msgid "source files to generate rST files for" msgstr "" -#: sphinx/ext/autosummary/generate.py:387 +#: sphinx/ext/autosummary/generate.py:385 msgid "directory to place all output in" msgstr "" -#: sphinx/ext/autosummary/generate.py:390 +#: sphinx/ext/autosummary/generate.py:388 #, python-format msgid "default suffix for files (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:394 +#: sphinx/ext/autosummary/generate.py:392 #, python-format msgid "custom template directory (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:398 +#: sphinx/ext/autosummary/generate.py:396 #, python-format msgid "document imported members (default: %(default)s)" msgstr "" @@ -2871,6 +2872,7 @@ msgid "Warning" msgstr "Aviso" #: sphinx/templates/latex/longtable.tex_t:23 +#: sphinx/templates/latex/sphinxmessages.sty_t:8 msgid "continued from previous page" msgstr "continuação da página anterior" @@ -2878,13 +2880,29 @@ msgstr "continuação da página anterior" msgid "Continued on next page" msgstr "Continuação na próxima página" +#: sphinx/templates/latex/sphinxmessages.sty_t:9 +msgid "continues on next page" +msgstr "" + +#: sphinx/templates/latex/sphinxmessages.sty_t:10 +msgid "Non-alphabetical" +msgstr "" + +#: sphinx/templates/latex/sphinxmessages.sty_t:12 +msgid "Numbers" +msgstr "" + +#: sphinx/templates/latex/sphinxmessages.sty_t:13 +msgid "page" +msgstr "página" + #: sphinx/themes/agogo/layout.html:46 sphinx/themes/basic/globaltoc.html:10 #: sphinx/themes/basic/localtoc.html:11 sphinx/themes/scrolls/layout.html:41 msgid "Table of Contents" msgstr "" #: sphinx/themes/agogo/layout.html:51 sphinx/themes/basic/layout.html:153 -#: sphinx/themes/basic/search.html:11 sphinx/themes/basic/search.html:26 +#: sphinx/themes/basic/search.html:11 sphinx/themes/basic/search.html:21 #: sphinx/themes/basic/searchresults.html:10 msgid "Search" msgstr "Buscar" @@ -3021,13 +3039,13 @@ msgstr "Próximo tópico" msgid "next chapter" msgstr "próximo capítulo" -#: sphinx/themes/basic/search.html:30 +#: sphinx/themes/basic/search.html:25 msgid "" "Please activate JavaScript to enable the search\n" " functionality." msgstr "Por favor, ativar JavaScript para habilitar a\nfuncionalidade de busca." -#: sphinx/themes/basic/search.html:35 +#: sphinx/themes/basic/search.html:30 msgid "" "From here you can search these documents. Enter your search\n" " words into the box below and click \"search\". Note that the search\n" @@ -3035,20 +3053,20 @@ msgid "" " containing fewer words won't appear in the result list." msgstr "Aqui pode-se fazer buscas nesses documentos. Preencha sua \npalavras de busca na caixa abaixo e clicar em \"Buscar\". Notar que a busca\nirá procurar automaticamente por todas as palavras. Páginas \ncontendo menos palavras não irão aparecer na lista de resultados." -#: sphinx/themes/basic/search.html:42 +#: sphinx/themes/basic/search.html:37 #: sphinx/themes/basic/searchresults.html:17 msgid "search" msgstr "buscar" -#: sphinx/themes/basic/search.html:46 +#: sphinx/themes/basic/search.html:41 #: sphinx/themes/basic/searchresults.html:21 -#: sphinx/themes/basic/static/searchtools.js:295 +#: sphinx/themes/basic/static/searchtools.js:285 msgid "Search Results" msgstr "Resultados da Busca" -#: sphinx/themes/basic/search.html:48 +#: sphinx/themes/basic/search.html:43 #: sphinx/themes/basic/searchresults.html:23 -#: sphinx/themes/basic/static/searchtools.js:297 +#: sphinx/themes/basic/static/searchtools.js:287 msgid "" "Your search did not match any documents. Please make sure that all words are" " spelled correctly and that you've selected enough categories." @@ -3106,20 +3124,20 @@ msgstr "Link permanente para esta definição" msgid "Hide Search Matches" msgstr "Esconder Resultados da Busca" -#: sphinx/themes/basic/static/searchtools.js:131 +#: sphinx/themes/basic/static/searchtools.js:121 msgid "Searching" msgstr "Buscando" -#: sphinx/themes/basic/static/searchtools.js:136 +#: sphinx/themes/basic/static/searchtools.js:126 msgid "Preparing search..." msgstr "Preparando a busca..." -#: sphinx/themes/basic/static/searchtools.js:299 +#: sphinx/themes/basic/static/searchtools.js:289 #, python-format msgid "Search finished, found %s page(s) matching the search query." msgstr "Busca concluída. %s página(s) que atendem a consulta." -#: sphinx/themes/basic/static/searchtools.js:352 +#: sphinx/themes/basic/static/searchtools.js:342 msgid ", in " msgstr ", em " @@ -3136,18 +3154,18 @@ msgstr "Recolher painel lateral" msgid "Contents" msgstr "Conteúdos" -#: sphinx/transforms/__init__.py:259 +#: sphinx/transforms/__init__.py:261 #, python-format msgid "" "4 column based index found. It might be a bug of extensions you use: %r" msgstr "" -#: sphinx/transforms/__init__.py:301 +#: sphinx/transforms/__init__.py:303 #, python-format msgid "Footnote [%s] is not referenced." msgstr "" -#: sphinx/transforms/__init__.py:307 +#: sphinx/transforms/__init__.py:309 msgid "Footnote [#] is not referenced." msgstr "" @@ -3218,7 +3236,7 @@ msgstr "" msgid "failed" msgstr "" -#: sphinx/util/docutils.py:321 +#: sphinx/util/docutils.py:320 msgid "when adding directive classes, no additional arguments may be given" msgstr "" @@ -3279,15 +3297,15 @@ msgstr "Link Permanente para essa tabela" msgid "Permalink to this code" msgstr "Link Permanente para esse código" -#: sphinx/writers/html.py:514 sphinx/writers/html5.py:460 +#: sphinx/writers/html.py:512 sphinx/writers/html5.py:458 msgid "Permalink to this image" msgstr "Link Permanente para essa imagem" -#: sphinx/writers/html.py:516 sphinx/writers/html5.py:462 +#: sphinx/writers/html.py:514 sphinx/writers/html5.py:460 msgid "Permalink to this toctree" msgstr "Link permanente para esse \"toctree\"" -#: sphinx/writers/html.py:674 sphinx/writers/html5.py:608 +#: sphinx/writers/html.py:672 sphinx/writers/html5.py:606 msgid "Could not obtain image size. :scale: option is ignored." msgstr "" @@ -3324,12 +3342,12 @@ msgstr "" msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: sphinx/writers/latex.py:1843 +#: sphinx/writers/latex.py:1847 #, python-format msgid "unknown index entry type %s found" msgstr "" -#: sphinx/writers/latex.py:2552 +#: sphinx/writers/latex.py:2560 #, python-format msgid "Unknown configure key: latex_elements[%r] is ignored." msgstr "Chave configuração desconhecida: latex_elements[%r] será ignorado." @@ -3347,12 +3365,12 @@ msgstr "[imagem]" msgid "caption not inside a figure." msgstr "" -#: sphinx/writers/texinfo.py:1421 +#: sphinx/writers/texinfo.py:1422 #, python-format msgid "unimplemented node type: %r" msgstr "" -#: sphinx/writers/texinfo.py:1426 +#: sphinx/writers/texinfo.py:1427 #, python-format msgid "unknown node type: %r" msgstr "" diff --git a/sphinx/locale/pt_PT/LC_MESSAGES/sphinx.mo b/sphinx/locale/pt_PT/LC_MESSAGES/sphinx.mo index 9d84e63230..caa33834fe 100644 Binary files a/sphinx/locale/pt_PT/LC_MESSAGES/sphinx.mo and b/sphinx/locale/pt_PT/LC_MESSAGES/sphinx.mo differ diff --git a/sphinx/locale/pt_PT/LC_MESSAGES/sphinx.po b/sphinx/locale/pt_PT/LC_MESSAGES/sphinx.po index e13c4c750a..b896e27796 100644 --- a/sphinx/locale/pt_PT/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/pt_PT/LC_MESSAGES/sphinx.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2019-02-18 01:52+0900\n" -"PO-Revision-Date: 2019-03-14 16:36+0000\n" +"POT-Creation-Date: 2019-03-29 01:05+0900\n" +"PO-Revision-Date: 2019-03-28 16:08+0000\n" "Last-Translator: Takeshi KOMIYA \n" "Language-Team: Portuguese (Portugal) (http://www.transifex.com/sphinx-doc/sphinx-1/language/pt_PT/)\n" "MIME-Version: 1.0\n" @@ -123,7 +123,7 @@ msgstr "" msgid "role %r is already registered, it will be overridden" msgstr "" -#: sphinx/application.py:1182 +#: sphinx/application.py:1179 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -131,7 +131,7 @@ msgid "" "explicit" msgstr "" -#: sphinx/application.py:1188 +#: sphinx/application.py:1185 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -139,7 +139,7 @@ msgid "" "explicit" msgstr "" -#: sphinx/application.py:1199 +#: sphinx/application.py:1196 #, python-format msgid "doing serial %s" msgstr "" @@ -588,44 +588,44 @@ msgstr "" msgid "preparing documents" msgstr "" -#: sphinx/builders/_epub_base.py:219 +#: sphinx/builders/_epub_base.py:218 #, python-format msgid "duplicated ToC entry found: %s" msgstr "" -#: sphinx/builders/_epub_base.py:415 sphinx/builders/html.py:761 -#: sphinx/builders/latex/__init__.py:413 sphinx/builders/texinfo.py:190 +#: sphinx/builders/_epub_base.py:414 sphinx/builders/html.py:761 +#: sphinx/builders/latex/__init__.py:415 sphinx/builders/texinfo.py:190 msgid "copying images... " msgstr "" -#: sphinx/builders/_epub_base.py:422 +#: sphinx/builders/_epub_base.py:421 #, python-format msgid "cannot read image file %r: copying it instead" msgstr "" -#: sphinx/builders/_epub_base.py:428 sphinx/builders/html.py:769 -#: sphinx/builders/latex/__init__.py:421 sphinx/builders/texinfo.py:198 +#: sphinx/builders/_epub_base.py:427 sphinx/builders/html.py:769 +#: sphinx/builders/latex/__init__.py:423 sphinx/builders/texinfo.py:199 #, python-format msgid "cannot copy image file %r: %s" msgstr "" -#: sphinx/builders/_epub_base.py:445 +#: sphinx/builders/_epub_base.py:444 #, python-format msgid "cannot write image file %r: %s" msgstr "" -#: sphinx/builders/_epub_base.py:456 +#: sphinx/builders/_epub_base.py:455 msgid "Pillow not found - copying image files" msgstr "" -#: sphinx/builders/_epub_base.py:491 sphinx/builders/_epub_base.py:504 -#: sphinx/builders/_epub_base.py:540 sphinx/builders/_epub_base.py:725 -#: sphinx/builders/_epub_base.py:758 sphinx/builders/epub3.py:184 +#: sphinx/builders/_epub_base.py:490 sphinx/builders/_epub_base.py:503 +#: sphinx/builders/_epub_base.py:539 sphinx/builders/_epub_base.py:724 +#: sphinx/builders/_epub_base.py:757 sphinx/builders/epub3.py:183 #, python-format msgid "writing %s file..." msgstr "" -#: sphinx/builders/_epub_base.py:566 +#: sphinx/builders/_epub_base.py:565 #, python-format msgid "unknown mimetype for %s, ignoring" msgstr "" @@ -644,19 +644,19 @@ msgstr "" msgid "writing summary file..." msgstr "" -#: sphinx/builders/changes.py:87 +#: sphinx/builders/changes.py:86 msgid "Builtins" msgstr "Internos" -#: sphinx/builders/changes.py:89 +#: sphinx/builders/changes.py:88 msgid "Module level" msgstr "Módulos" -#: sphinx/builders/changes.py:134 +#: sphinx/builders/changes.py:133 msgid "copying source files..." msgstr "" -#: sphinx/builders/changes.py:141 +#: sphinx/builders/changes.py:140 #, python-format msgid "could not read %r for changelog creation" msgstr "" @@ -665,76 +665,76 @@ msgstr "" msgid "The dummy builder generates no files." msgstr "" -#: sphinx/builders/epub3.py:69 +#: sphinx/builders/epub3.py:68 #, python-format msgid "The ePub file is in %(outdir)s." msgstr "" -#: sphinx/builders/epub3.py:212 +#: sphinx/builders/epub3.py:211 msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:216 +#: sphinx/builders/epub3.py:215 msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:219 +#: sphinx/builders/epub3.py:218 msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:223 +#: sphinx/builders/epub3.py:222 msgid "conf value \"epub_author\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:226 +#: sphinx/builders/epub3.py:225 msgid "conf value \"epub_contributor\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:229 +#: sphinx/builders/epub3.py:228 msgid "conf value \"epub_description\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:232 +#: sphinx/builders/epub3.py:231 msgid "conf value \"epub_publisher\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:235 +#: sphinx/builders/epub3.py:234 msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:239 +#: sphinx/builders/epub3.py:238 msgid "conf value \"epub_identifier\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:242 +#: sphinx/builders/epub3.py:241 msgid "conf value \"version\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:257 sphinx/builders/html.py:1166 +#: sphinx/builders/epub3.py:256 sphinx/builders/html.py:1166 #, python-format msgid "invalid css_file: %r, ignored" msgstr "" -#: sphinx/builders/gettext.py:215 +#: sphinx/builders/gettext.py:221 #, python-format msgid "The message catalogs are in %(outdir)s." msgstr "" -#: sphinx/builders/gettext.py:239 +#: sphinx/builders/gettext.py:245 #, python-format msgid "building [%s]: " msgstr "" -#: sphinx/builders/gettext.py:240 +#: sphinx/builders/gettext.py:246 #, python-format msgid "targets for %d template files" msgstr "" -#: sphinx/builders/gettext.py:244 +#: sphinx/builders/gettext.py:250 msgid "reading templates... " msgstr "" -#: sphinx/builders/gettext.py:271 +#: sphinx/builders/gettext.py:277 msgid "writing message catalogs... " msgstr "" @@ -753,7 +753,7 @@ msgstr "" msgid "Failed to read build info file: %r" msgstr "" -#: sphinx/builders/html.py:488 sphinx/builders/latex/__init__.py:204 +#: sphinx/builders/html.py:488 sphinx/builders/latex/__init__.py:206 #: sphinx/transforms/__init__.py:121 sphinx/writers/manpage.py:118 #: sphinx/writers/texinfo.py:243 #, python-format @@ -806,7 +806,7 @@ msgstr "" msgid "html_static_path entry %r does not exist" msgstr "" -#: sphinx/builders/html.py:839 sphinx/builders/latex/__init__.py:398 +#: sphinx/builders/html.py:839 sphinx/builders/latex/__init__.py:400 #, python-format msgid "logo file %r does not exist" msgstr "" @@ -923,7 +923,7 @@ msgstr "" msgid "no \"man_pages\" config value found; no manual pages will be written" msgstr "" -#: sphinx/builders/latex/__init__.py:270 sphinx/builders/manpage.py:64 +#: sphinx/builders/latex/__init__.py:272 sphinx/builders/manpage.py:64 #: sphinx/builders/singlehtml.py:174 sphinx/builders/texinfo.py:120 msgid "writing" msgstr "" @@ -967,24 +967,24 @@ msgstr "" msgid "\"texinfo_documents\" config value references unknown document %s" msgstr "" -#: sphinx/builders/latex/__init__.py:253 sphinx/builders/texinfo.py:116 +#: sphinx/builders/latex/__init__.py:255 sphinx/builders/texinfo.py:116 #, python-format msgid "processing %s" msgstr "" -#: sphinx/builders/latex/__init__.py:322 sphinx/builders/texinfo.py:163 +#: sphinx/builders/latex/__init__.py:323 sphinx/builders/texinfo.py:164 msgid "resolving references..." msgstr "" -#: sphinx/builders/latex/__init__.py:332 sphinx/builders/texinfo.py:172 +#: sphinx/builders/latex/__init__.py:333 sphinx/builders/texinfo.py:173 msgid " (in " msgstr " (em " -#: sphinx/builders/texinfo.py:204 +#: sphinx/builders/texinfo.py:205 msgid "copying Texinfo support files" msgstr "" -#: sphinx/builders/texinfo.py:208 +#: sphinx/builders/texinfo.py:209 #, python-format msgid "error writing file Makefile: %s" msgstr "" @@ -1004,28 +1004,28 @@ msgstr "" msgid "The pseudo-XML files are in %(outdir)s." msgstr "" -#: sphinx/builders/latex/__init__.py:121 +#: sphinx/builders/latex/__init__.py:123 #, python-format msgid "The LaTeX files are in %(outdir)s." msgstr "" -#: sphinx/builders/latex/__init__.py:123 +#: sphinx/builders/latex/__init__.py:125 msgid "" "\n" "Run 'make' in that directory to run these through (pdf)latex\n" "(use `make latexpdf' here to do that automatically)." msgstr "" -#: sphinx/builders/latex/__init__.py:163 +#: sphinx/builders/latex/__init__.py:165 msgid "no \"latex_documents\" config value found; no documents will be written" msgstr "" -#: sphinx/builders/latex/__init__.py:171 +#: sphinx/builders/latex/__init__.py:173 #, python-format msgid "\"latex_documents\" config value references unknown document %s" msgstr "" -#: sphinx/builders/latex/__init__.py:211 sphinx/domains/std.py:501 +#: sphinx/builders/latex/__init__.py:213 sphinx/domains/std.py:501 #: sphinx/templates/latex/latex.tex_t:79 #: sphinx/themes/basic/genindex-single.html:30 #: sphinx/themes/basic/genindex-single.html:55 @@ -1037,28 +1037,28 @@ msgstr "" msgid "Index" msgstr "Índice" -#: sphinx/builders/latex/__init__.py:214 sphinx/templates/latex/latex.tex_t:64 +#: sphinx/builders/latex/__init__.py:216 sphinx/templates/latex/latex.tex_t:64 msgid "Release" msgstr "Versão" -#: sphinx/builders/latex/__init__.py:222 sphinx/writers/latex.py:549 +#: sphinx/builders/latex/__init__.py:224 sphinx/writers/latex.py:549 #, python-format msgid "no Babel option known for language %r" msgstr "" -#: sphinx/builders/latex/__init__.py:361 +#: sphinx/builders/latex/__init__.py:363 msgid "copying TeX support files" msgstr "" -#: sphinx/builders/latex/__init__.py:382 +#: sphinx/builders/latex/__init__.py:384 msgid "copying TeX support files..." msgstr "" -#: sphinx/builders/latex/__init__.py:402 +#: sphinx/builders/latex/__init__.py:404 msgid "copying additional files" msgstr "" -#: sphinx/builders/latex/__init__.py:445 +#: sphinx/builders/latex/__init__.py:447 #, python-format msgid "Unknown configure key: latex_elements[%r]. ignored." msgstr "" @@ -1121,8 +1121,8 @@ msgstr "" msgid "job number should be a positive number" msgstr "" -#: sphinx/cmd/build.py:106 sphinx/cmd/quickstart.py:498 -#: sphinx/ext/apidoc.py:298 sphinx/ext/autosummary/generate.py:365 +#: sphinx/cmd/build.py:106 sphinx/cmd/quickstart.py:497 +#: sphinx/ext/apidoc.py:298 sphinx/ext/autosummary/generate.py:363 msgid "For more information, visit ." msgstr "" @@ -1499,13 +1499,13 @@ msgstr "" msgid "Indicate which of the following Sphinx extensions should be enabled:" msgstr "" -#: sphinx/cmd/quickstart.py:354 +#: sphinx/cmd/quickstart.py:353 msgid "" "Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " "been deselected." msgstr "" -#: sphinx/cmd/quickstart.py:359 +#: sphinx/cmd/quickstart.py:358 msgid "" "\n" "A Makefile and a Windows command file can be generated for you so that you\n" @@ -1513,29 +1513,29 @@ msgid "" "directly." msgstr "" -#: sphinx/cmd/quickstart.py:363 +#: sphinx/cmd/quickstart.py:362 msgid "Create Makefile? (y/n)" msgstr "" -#: sphinx/cmd/quickstart.py:366 +#: sphinx/cmd/quickstart.py:365 msgid "Create Windows command file? (y/n)" msgstr "" -#: sphinx/cmd/quickstart.py:409 sphinx/ext/apidoc.py:74 +#: sphinx/cmd/quickstart.py:408 sphinx/ext/apidoc.py:74 #, python-format msgid "Creating file %s." msgstr "" -#: sphinx/cmd/quickstart.py:414 sphinx/ext/apidoc.py:72 +#: sphinx/cmd/quickstart.py:413 sphinx/ext/apidoc.py:72 #, python-format msgid "File %s already exists, skipping." msgstr "" -#: sphinx/cmd/quickstart.py:450 +#: sphinx/cmd/quickstart.py:449 msgid "Finished: An initial directory structure has been created." msgstr "" -#: sphinx/cmd/quickstart.py:451 +#: sphinx/cmd/quickstart.py:450 #, python-format msgid "" "\n" @@ -1543,26 +1543,26 @@ msgid "" "source files. " msgstr "" -#: sphinx/cmd/quickstart.py:453 +#: sphinx/cmd/quickstart.py:452 msgid "" "Use the Makefile to build the docs, like so:\n" " make builder\n" msgstr "" -#: sphinx/cmd/quickstart.py:456 +#: sphinx/cmd/quickstart.py:455 #, python-format msgid "" "Use the sphinx-build command to build the docs, like so:\n" " sphinx-build -b builder %s %s\n" msgstr "" -#: sphinx/cmd/quickstart.py:459 +#: sphinx/cmd/quickstart.py:458 msgid "" "where \"builder\" is one of the supported builders, e.g. html, latex or " "linkcheck.\n" msgstr "" -#: sphinx/cmd/quickstart.py:499 +#: sphinx/cmd/quickstart.py:498 msgid "" "\n" "Generate required files for a Sphinx project.\n" @@ -1572,131 +1572,131 @@ msgid "" "Makefile to be used with sphinx-build.\n" msgstr "" -#: sphinx/cmd/quickstart.py:509 +#: sphinx/cmd/quickstart.py:508 msgid "quiet mode" msgstr "" -#: sphinx/cmd/quickstart.py:514 +#: sphinx/cmd/quickstart.py:513 msgid "output path" msgstr "" -#: sphinx/cmd/quickstart.py:516 +#: sphinx/cmd/quickstart.py:515 msgid "Structure options" msgstr "" -#: sphinx/cmd/quickstart.py:518 +#: sphinx/cmd/quickstart.py:517 msgid "if specified, separate source and build dirs" msgstr "" -#: sphinx/cmd/quickstart.py:520 +#: sphinx/cmd/quickstart.py:519 msgid "replacement for dot in _templates etc." msgstr "" -#: sphinx/cmd/quickstart.py:522 +#: sphinx/cmd/quickstart.py:521 msgid "Project basic options" msgstr "" -#: sphinx/cmd/quickstart.py:524 +#: sphinx/cmd/quickstart.py:523 msgid "project name" msgstr "" -#: sphinx/cmd/quickstart.py:526 +#: sphinx/cmd/quickstart.py:525 msgid "author names" msgstr "" -#: sphinx/cmd/quickstart.py:528 +#: sphinx/cmd/quickstart.py:527 msgid "version of project" msgstr "" -#: sphinx/cmd/quickstart.py:530 +#: sphinx/cmd/quickstart.py:529 msgid "release of project" msgstr "" -#: sphinx/cmd/quickstart.py:532 +#: sphinx/cmd/quickstart.py:531 msgid "document language" msgstr "" -#: sphinx/cmd/quickstart.py:534 +#: sphinx/cmd/quickstart.py:533 msgid "source file suffix" msgstr "" -#: sphinx/cmd/quickstart.py:536 +#: sphinx/cmd/quickstart.py:535 msgid "master document name" msgstr "" -#: sphinx/cmd/quickstart.py:538 +#: sphinx/cmd/quickstart.py:537 msgid "use epub" msgstr "" -#: sphinx/cmd/quickstart.py:540 +#: sphinx/cmd/quickstart.py:539 msgid "Extension options" msgstr "" -#: sphinx/cmd/quickstart.py:544 sphinx/ext/apidoc.py:379 +#: sphinx/cmd/quickstart.py:543 sphinx/ext/apidoc.py:379 #, python-format msgid "enable %s extension" msgstr "" -#: sphinx/cmd/quickstart.py:546 sphinx/ext/apidoc.py:375 +#: sphinx/cmd/quickstart.py:545 sphinx/ext/apidoc.py:375 msgid "enable arbitrary extensions" msgstr "" -#: sphinx/cmd/quickstart.py:548 +#: sphinx/cmd/quickstart.py:547 msgid "Makefile and Batchfile creation" msgstr "" -#: sphinx/cmd/quickstart.py:550 +#: sphinx/cmd/quickstart.py:549 msgid "create makefile" msgstr "" -#: sphinx/cmd/quickstart.py:552 +#: sphinx/cmd/quickstart.py:551 msgid "do not create makefile" msgstr "" -#: sphinx/cmd/quickstart.py:554 +#: sphinx/cmd/quickstart.py:553 msgid "create batchfile" msgstr "" -#: sphinx/cmd/quickstart.py:557 +#: sphinx/cmd/quickstart.py:556 msgid "do not create batchfile" msgstr "" -#: sphinx/cmd/quickstart.py:560 +#: sphinx/cmd/quickstart.py:559 msgid "use make-mode for Makefile/make.bat" msgstr "" -#: sphinx/cmd/quickstart.py:563 +#: sphinx/cmd/quickstart.py:562 msgid "do not use make-mode for Makefile/make.bat" msgstr "" -#: sphinx/cmd/quickstart.py:565 +#: sphinx/cmd/quickstart.py:564 msgid "Project templating" msgstr "" -#: sphinx/cmd/quickstart.py:568 +#: sphinx/cmd/quickstart.py:567 msgid "template directory for template files" msgstr "" -#: sphinx/cmd/quickstart.py:571 +#: sphinx/cmd/quickstart.py:570 msgid "define a template variable" msgstr "" -#: sphinx/cmd/quickstart.py:605 +#: sphinx/cmd/quickstart.py:604 msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." msgstr "" -#: sphinx/cmd/quickstart.py:619 +#: sphinx/cmd/quickstart.py:618 msgid "" "Error: specified path is not a directory, or sphinx files already exist." msgstr "" -#: sphinx/cmd/quickstart.py:621 +#: sphinx/cmd/quickstart.py:620 msgid "" "sphinx-quickstart only generate into a empty directory. Please specify a new" " root path." msgstr "" -#: sphinx/cmd/quickstart.py:636 +#: sphinx/cmd/quickstart.py:635 #, python-format msgid "Invalid template variable: %s" msgstr "" @@ -1768,17 +1768,17 @@ msgstr "Autor: " msgid "%s %s" msgstr "%s %s" -#: sphinx/domains/c.py:64 sphinx/domains/cpp.py:6371 +#: sphinx/domains/c.py:64 sphinx/domains/cpp.py:6445 #: sphinx/domains/python.py:210 sphinx/ext/napoleon/docstring.py:696 msgid "Parameters" msgstr "Parâmetros" -#: sphinx/domains/c.py:67 sphinx/domains/cpp.py:6380 -#: sphinx/domains/javascript.py:210 sphinx/domains/python.py:222 +#: sphinx/domains/c.py:67 sphinx/domains/cpp.py:6454 +#: sphinx/domains/javascript.py:209 sphinx/domains/python.py:222 msgid "Returns" msgstr "Retorno" -#: sphinx/domains/c.py:69 sphinx/domains/javascript.py:212 +#: sphinx/domains/c.py:69 sphinx/domains/javascript.py:211 #: sphinx/domains/python.py:224 msgid "Return type" msgstr "Tipo de retorno" @@ -1808,12 +1808,12 @@ msgstr "%s (tipo C)" msgid "%s (C variable)" msgstr "%s (variável C)" -#: sphinx/domains/c.py:258 sphinx/domains/cpp.py:6956 -#: sphinx/domains/javascript.py:298 sphinx/domains/python.py:741 +#: sphinx/domains/c.py:258 sphinx/domains/cpp.py:7029 +#: sphinx/domains/javascript.py:297 sphinx/domains/python.py:742 msgid "function" msgstr "função" -#: sphinx/domains/c.py:259 sphinx/domains/cpp.py:6957 +#: sphinx/domains/c.py:259 sphinx/domains/cpp.py:7030 msgid "member" msgstr "membro" @@ -1821,7 +1821,7 @@ msgstr "membro" msgid "macro" msgstr "macro" -#: sphinx/domains/c.py:261 sphinx/domains/cpp.py:6958 +#: sphinx/domains/c.py:261 sphinx/domains/cpp.py:7031 msgid "type" msgstr "tipo" @@ -1844,106 +1844,106 @@ msgstr "Alterado na versão %s" msgid "Deprecated since version %s" msgstr "Obsoleto desde a versão %s" -#: sphinx/domains/cpp.py:4297 +#: sphinx/domains/cpp.py:4323 #, python-format msgid "" "Duplicate declaration, also defined in '%s'.\n" "Declaration is '%s'." msgstr "" -#: sphinx/domains/cpp.py:6374 +#: sphinx/domains/cpp.py:6448 msgid "Template Parameters" msgstr "" -#: sphinx/domains/cpp.py:6377 sphinx/domains/javascript.py:207 +#: sphinx/domains/cpp.py:6451 sphinx/domains/javascript.py:206 msgid "Throws" msgstr "Gera" -#: sphinx/domains/cpp.py:6505 +#: sphinx/domains/cpp.py:6579 #, python-format msgid "%s (C++ %s)" msgstr "" -#: sphinx/domains/cpp.py:6954 sphinx/domains/javascript.py:300 -#: sphinx/domains/python.py:743 +#: sphinx/domains/cpp.py:7027 sphinx/domains/javascript.py:299 +#: sphinx/domains/python.py:744 msgid "class" msgstr "classe" -#: sphinx/domains/cpp.py:6955 +#: sphinx/domains/cpp.py:7028 msgid "union" msgstr "" -#: sphinx/domains/cpp.py:6959 +#: sphinx/domains/cpp.py:7032 msgid "concept" msgstr "" -#: sphinx/domains/cpp.py:6960 +#: sphinx/domains/cpp.py:7033 msgid "enum" msgstr "" -#: sphinx/domains/cpp.py:6961 +#: sphinx/domains/cpp.py:7034 msgid "enumerator" msgstr "" -#: sphinx/domains/cpp.py:7054 +#: sphinx/domains/cpp.py:7127 #, python-format msgid "" "Duplicate declaration, also defined in '%s'.\n" "Name of declaration is '%s'." msgstr "" -#: sphinx/domains/javascript.py:131 sphinx/domains/python.py:429 +#: sphinx/domains/javascript.py:130 sphinx/domains/python.py:430 #, python-format msgid "%s() (built-in function)" msgstr "%s() (função interna)" -#: sphinx/domains/javascript.py:132 sphinx/domains/python.py:494 +#: sphinx/domains/javascript.py:131 sphinx/domains/python.py:495 #, python-format msgid "%s() (%s method)" msgstr "%s() (método %s)" -#: sphinx/domains/javascript.py:134 +#: sphinx/domains/javascript.py:133 #, python-format msgid "%s() (class)" msgstr "%s() (classe)" -#: sphinx/domains/javascript.py:136 +#: sphinx/domains/javascript.py:135 #, python-format msgid "%s (global variable or constant)" msgstr "%s (variável global ou constante)" -#: sphinx/domains/javascript.py:138 sphinx/domains/python.py:532 +#: sphinx/domains/javascript.py:137 sphinx/domains/python.py:533 #, python-format msgid "%s (%s attribute)" msgstr "%s (atributo %s)" -#: sphinx/domains/javascript.py:204 +#: sphinx/domains/javascript.py:203 msgid "Arguments" msgstr "Parâmetros" -#: sphinx/domains/javascript.py:265 sphinx/domains/python.py:609 +#: sphinx/domains/javascript.py:264 sphinx/domains/python.py:610 #, python-format msgid "%s (module)" msgstr "%s (módulo)" -#: sphinx/domains/javascript.py:299 sphinx/domains/python.py:745 +#: sphinx/domains/javascript.py:298 sphinx/domains/python.py:746 msgid "method" msgstr "método" -#: sphinx/domains/javascript.py:301 sphinx/domains/python.py:742 +#: sphinx/domains/javascript.py:300 sphinx/domains/python.py:743 msgid "data" msgstr "dados" -#: sphinx/domains/javascript.py:302 sphinx/domains/python.py:748 +#: sphinx/domains/javascript.py:301 sphinx/domains/python.py:749 msgid "attribute" msgstr "atributo" -#: sphinx/domains/javascript.py:303 sphinx/domains/python.py:49 -#: sphinx/domains/python.py:749 +#: sphinx/domains/javascript.py:302 sphinx/domains/python.py:49 +#: sphinx/domains/python.py:750 msgid "module" msgstr "módulo" -#: sphinx/domains/math.py:101 sphinx/writers/latex.py:2451 +#: sphinx/domains/math.py:101 sphinx/writers/latex.py:2459 #, python-format msgid "Invalid math_eqref_format: %r" msgstr "" @@ -1965,7 +1965,7 @@ msgstr "operador" msgid "object" msgstr "objecto" -#: sphinx/domains/python.py:53 sphinx/domains/python.py:744 +#: sphinx/domains/python.py:53 sphinx/domains/python.py:745 msgid "exception" msgstr "excepção" @@ -1985,88 +1985,88 @@ msgstr "Variáveis" msgid "Raises" msgstr "Levanta" -#: sphinx/domains/python.py:430 sphinx/domains/python.py:488 -#: sphinx/domains/python.py:500 sphinx/domains/python.py:513 +#: sphinx/domains/python.py:431 sphinx/domains/python.py:489 +#: sphinx/domains/python.py:501 sphinx/domains/python.py:514 #, python-format msgid "%s() (in module %s)" msgstr "%s() (no módulo %s)" -#: sphinx/domains/python.py:433 +#: sphinx/domains/python.py:434 #, python-format msgid "%s (built-in variable)" msgstr "%s (variável interna)" -#: sphinx/domains/python.py:434 sphinx/domains/python.py:526 +#: sphinx/domains/python.py:435 sphinx/domains/python.py:527 #, python-format msgid "%s (in module %s)" msgstr "%s (no módulo %s)" -#: sphinx/domains/python.py:454 +#: sphinx/domains/python.py:455 #, python-format msgid "%s (built-in class)" msgstr "%s (classe interna)" -#: sphinx/domains/python.py:455 +#: sphinx/domains/python.py:456 #, python-format msgid "%s (class in %s)" msgstr "%s (classe em %s)" -#: sphinx/domains/python.py:492 +#: sphinx/domains/python.py:493 #, python-format msgid "%s() (%s.%s method)" msgstr "%s() (método %s.%s)" -#: sphinx/domains/python.py:504 +#: sphinx/domains/python.py:505 #, python-format msgid "%s() (%s.%s static method)" msgstr "%s() (método estático %s.%s)" -#: sphinx/domains/python.py:507 +#: sphinx/domains/python.py:508 #, python-format msgid "%s() (%s static method)" msgstr "%s() (método estático %s)" -#: sphinx/domains/python.py:517 +#: sphinx/domains/python.py:518 #, python-format msgid "%s() (%s.%s class method)" msgstr "%s() (método de classe %s.%s)" -#: sphinx/domains/python.py:520 +#: sphinx/domains/python.py:521 #, python-format msgid "%s() (%s class method)" msgstr "%s() (método de classe %s)" -#: sphinx/domains/python.py:530 +#: sphinx/domains/python.py:531 #, python-format msgid "%s (%s.%s attribute)" msgstr "%s (atributo %s.%s)" -#: sphinx/domains/python.py:667 +#: sphinx/domains/python.py:668 msgid "Python Module Index" msgstr "Índice de Módulos do Python" -#: sphinx/domains/python.py:668 +#: sphinx/domains/python.py:669 msgid "modules" msgstr "módulos" -#: sphinx/domains/python.py:719 +#: sphinx/domains/python.py:720 msgid "Deprecated" msgstr "Obsoleto" -#: sphinx/domains/python.py:746 +#: sphinx/domains/python.py:747 msgid "class method" msgstr "método de classe" -#: sphinx/domains/python.py:747 +#: sphinx/domains/python.py:748 msgid "static method" msgstr "método estático" -#: sphinx/domains/python.py:879 +#: sphinx/domains/python.py:880 #, python-format msgid "more than one target found for cross-reference %r: %s" msgstr "" -#: sphinx/domains/python.py:917 +#: sphinx/domains/python.py:918 msgid " (deprecated)" msgstr " (obsoleto)" @@ -2142,7 +2142,7 @@ msgstr "Página de Pesquisa" msgid "duplicate citation %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:631 sphinx/ext/autosectionlabel.py:61 +#: sphinx/domains/std.py:631 sphinx/ext/autosectionlabel.py:56 #, python-format msgid "duplicate label %s, other instance in %s" msgstr "" @@ -2202,21 +2202,21 @@ msgid "" "another doctree directory." msgstr "" -#: sphinx/environment/__init__.py:408 +#: sphinx/environment/__init__.py:404 #, python-format msgid "Failed to scan documents in %s: %r" msgstr "" -#: sphinx/environment/__init__.py:536 +#: sphinx/environment/__init__.py:532 #, python-format msgid "Domain %r is not registered" msgstr "" -#: sphinx/environment/__init__.py:621 +#: sphinx/environment/__init__.py:617 msgid "self referenced toctree found. Ignored." msgstr "" -#: sphinx/environment/__init__.py:662 +#: sphinx/environment/__init__.py:658 msgid "document isn't included in any toctree" msgstr "" @@ -2236,6 +2236,7 @@ msgid "unknown index entry type %r" msgstr "" #: sphinx/environment/adapters/indexentries.py:156 +#: sphinx/templates/latex/sphinxmessages.sty_t:11 msgid "Symbols" msgstr "Símbolos" @@ -2261,22 +2262,22 @@ msgstr "" msgid "toctree contains reference to nonexisting document %r" msgstr "" -#: sphinx/environment/collectors/asset.py:91 +#: sphinx/environment/collectors/asset.py:90 #, python-format msgid "image file not readable: %s" msgstr "" -#: sphinx/environment/collectors/asset.py:107 +#: sphinx/environment/collectors/asset.py:106 #, python-format msgid "image file %s not readable: %s" msgstr "" -#: sphinx/environment/collectors/asset.py:135 +#: sphinx/environment/collectors/asset.py:134 #, python-format msgid "download file not readable: %s" msgstr "" -#: sphinx/environment/collectors/toctree.py:197 +#: sphinx/environment/collectors/toctree.py:196 #, python-format msgid "%s is already assigned section numbers (nested numbered toctree?)" msgstr "" @@ -2420,38 +2421,38 @@ msgstr "" msgid "module %s could not be imported: %s" msgstr "" -#: sphinx/ext/doctest.py:142 +#: sphinx/ext/doctest.py:132 #, python-format msgid "missing '+' or '-' in '%s' option." msgstr "" -#: sphinx/ext/doctest.py:147 +#: sphinx/ext/doctest.py:137 #, python-format msgid "'%s' is not a valid option." msgstr "" -#: sphinx/ext/doctest.py:161 +#: sphinx/ext/doctest.py:151 #, python-format msgid "'%s' is not a valid pyversion option" msgstr "" -#: sphinx/ext/doctest.py:230 +#: sphinx/ext/doctest.py:222 msgid "invalid TestCode type" msgstr "" -#: sphinx/ext/doctest.py:291 +#: sphinx/ext/doctest.py:283 #, python-format msgid "" "Testing of doctests in the sources finished, look at the results in " "%(outdir)s/output.txt." msgstr "" -#: sphinx/ext/doctest.py:438 +#: sphinx/ext/doctest.py:446 #, python-format msgid "no code/output in %s block at %s:%s" msgstr "" -#: sphinx/ext/doctest.py:527 +#: sphinx/ext/doctest.py:535 #, python-format msgid "ignoring invalid doctest code: %r" msgstr "" @@ -2469,7 +2470,7 @@ msgstr "" msgid "Ignoring \"graphviz\" directive without content." msgstr "" -#: sphinx/ext/graphviz.py:252 +#: sphinx/ext/graphviz.py:250 #, python-format msgid "" "dot did not produce an output file:\n" @@ -2479,14 +2480,14 @@ msgid "" "%r" msgstr "" -#: sphinx/ext/graphviz.py:256 +#: sphinx/ext/graphviz.py:254 #, python-format msgid "" "dot command %r cannot be run (needed for graphviz output), check the " "graphviz_dot setting" msgstr "" -#: sphinx/ext/graphviz.py:263 +#: sphinx/ext/graphviz.py:261 #, python-format msgid "" "dot exited with error:\n" @@ -2496,23 +2497,23 @@ msgid "" "%r" msgstr "" -#: sphinx/ext/graphviz.py:273 +#: sphinx/ext/graphviz.py:271 #, python-format msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" msgstr "" -#: sphinx/ext/graphviz.py:277 sphinx/ext/graphviz.py:331 -#: sphinx/ext/graphviz.py:369 +#: sphinx/ext/graphviz.py:275 sphinx/ext/graphviz.py:329 +#: sphinx/ext/graphviz.py:367 #, python-format msgid "dot code %r: %s" msgstr "" -#: sphinx/ext/graphviz.py:384 sphinx/ext/graphviz.py:393 +#: sphinx/ext/graphviz.py:382 sphinx/ext/graphviz.py:391 #, python-format msgid "[graph: %s]" msgstr "[gráfico: %s]" -#: sphinx/ext/graphviz.py:386 sphinx/ext/graphviz.py:395 +#: sphinx/ext/graphviz.py:384 sphinx/ext/graphviz.py:393 msgid "[graph]" msgstr "[gráfico]" @@ -2531,31 +2532,31 @@ msgid "" "%r" msgstr "" -#: sphinx/ext/imgmath.py:140 +#: sphinx/ext/imgmath.py:139 #, python-format msgid "" "LaTeX command %r cannot be run (needed for math display), check the " "imgmath_latex setting" msgstr "" -#: sphinx/ext/imgmath.py:155 +#: sphinx/ext/imgmath.py:154 #, python-format msgid "" "%s command %r cannot be run (needed for math display), check the imgmath_%s " "setting" msgstr "" -#: sphinx/ext/imgmath.py:290 +#: sphinx/ext/imgmath.py:289 #, python-format msgid "display latex %r: %s" msgstr "" -#: sphinx/ext/imgmath.py:317 +#: sphinx/ext/imgmath.py:316 #, python-format msgid "inline latex %r: %s" msgstr "" -#: sphinx/ext/imgmath.py:324 sphinx/ext/mathjax.py:54 +#: sphinx/ext/imgmath.py:323 sphinx/ext/mathjax.py:54 msgid "Permalink to this equation" msgstr "" @@ -2575,26 +2576,26 @@ msgid "" "alternatives:" msgstr "" -#: sphinx/ext/intersphinx.py:237 +#: sphinx/ext/intersphinx.py:238 msgid "failed to reach any of the inventories with the following issues:" msgstr "" -#: sphinx/ext/intersphinx.py:312 +#: sphinx/ext/intersphinx.py:311 #, python-format msgid "(in %s v%s)" msgstr "(em %s v%s)" -#: sphinx/ext/intersphinx.py:314 +#: sphinx/ext/intersphinx.py:313 #, python-format msgid "(in %s)" msgstr "" -#: sphinx/ext/intersphinx.py:348 +#: sphinx/ext/intersphinx.py:347 #, python-format msgid "intersphinx identifier %r is not string. Ignored" msgstr "" -#: sphinx/ext/intersphinx.py:361 +#: sphinx/ext/intersphinx.py:360 #, python-format msgid "Fail to read intersphinx_mapping[%s], Ignored: %r" msgstr "" @@ -2650,29 +2651,29 @@ msgstr "Visão geral: código do módulo" msgid "

All modules for which code is available

" msgstr "

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

" -#: sphinx/ext/autodoc/__init__.py:302 +#: sphinx/ext/autodoc/__init__.py:300 #, python-format msgid "invalid signature for auto%s (%r)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:402 +#: sphinx/ext/autodoc/__init__.py:400 #, python-format msgid "error while formatting arguments for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:514 +#: sphinx/ext/autodoc/__init__.py:512 #, python-format msgid "missing attribute %s in object %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:602 +#: sphinx/ext/autodoc/__init__.py:600 #, python-format msgid "" "autodoc: failed to determine %r to be documented.the following exception was raised:\n" "%s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:694 +#: sphinx/ext/autodoc/__init__.py:692 #, python-format msgid "" "don't know which module to import for autodocumenting %r (try placing a " @@ -2680,39 +2681,39 @@ msgid "" "explicit module name)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:788 +#: sphinx/ext/autodoc/__init__.py:786 msgid "\"::\" in automodule name doesn't make sense" msgstr "" -#: sphinx/ext/autodoc/__init__.py:796 +#: sphinx/ext/autodoc/__init__.py:794 #, python-format msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:829 +#: sphinx/ext/autodoc/__init__.py:827 #, python-format msgid "" "__all__ should be a list of strings, not %r (in module %s) -- ignoring " "__all__" msgstr "" -#: sphinx/ext/autodoc/__init__.py:844 +#: sphinx/ext/autodoc/__init__.py:842 #, python-format msgid "" "missing attribute mentioned in :members: or __all__: module %s, attribute %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1128 +#: sphinx/ext/autodoc/__init__.py:1126 #, python-format msgid "Bases: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1185 +#: sphinx/ext/autodoc/__init__.py:1183 #, python-format msgid "alias of :class:`%s`" msgstr "pseudónimo de :class:`%s`" -#: sphinx/ext/autodoc/__init__.py:1470 +#: sphinx/ext/autodoc/__init__.py:1468 #, python-format msgid "Ignoring invalid option in autodoc_default_flags: %r" msgstr "" @@ -2748,17 +2749,17 @@ msgid "" "contain .rst. Skipped." msgstr "" -#: sphinx/ext/autosummary/generate.py:102 +#: sphinx/ext/autosummary/generate.py:100 #, python-format msgid "[autosummary] generating autosummary for: %s" msgstr "" -#: sphinx/ext/autosummary/generate.py:106 +#: sphinx/ext/autosummary/generate.py:104 #, python-format msgid "[autosummary] writing to %s" msgstr "" -#: sphinx/ext/autosummary/generate.py:366 +#: sphinx/ext/autosummary/generate.py:364 msgid "" "\n" "Generate ReStructuredText using autosummary directives.\n" @@ -2773,25 +2774,25 @@ msgid "" " pydoc sphinx.ext.autosummary\n" msgstr "" -#: sphinx/ext/autosummary/generate.py:383 +#: sphinx/ext/autosummary/generate.py:381 msgid "source files to generate rST files for" msgstr "" -#: sphinx/ext/autosummary/generate.py:387 +#: sphinx/ext/autosummary/generate.py:385 msgid "directory to place all output in" msgstr "" -#: sphinx/ext/autosummary/generate.py:390 +#: sphinx/ext/autosummary/generate.py:388 #, python-format msgid "default suffix for files (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:394 +#: sphinx/ext/autosummary/generate.py:392 #, python-format msgid "custom template directory (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:398 +#: sphinx/ext/autosummary/generate.py:396 #, python-format msgid "document imported members (default: %(default)s)" msgstr "" @@ -2869,6 +2870,7 @@ msgid "Warning" msgstr "Aviso" #: sphinx/templates/latex/longtable.tex_t:23 +#: sphinx/templates/latex/sphinxmessages.sty_t:8 msgid "continued from previous page" msgstr "continuação da página anterior" @@ -2876,13 +2878,29 @@ msgstr "continuação da página anterior" msgid "Continued on next page" msgstr "Continuação na próxima página" +#: sphinx/templates/latex/sphinxmessages.sty_t:9 +msgid "continues on next page" +msgstr "" + +#: sphinx/templates/latex/sphinxmessages.sty_t:10 +msgid "Non-alphabetical" +msgstr "" + +#: sphinx/templates/latex/sphinxmessages.sty_t:12 +msgid "Numbers" +msgstr "" + +#: sphinx/templates/latex/sphinxmessages.sty_t:13 +msgid "page" +msgstr "" + #: sphinx/themes/agogo/layout.html:46 sphinx/themes/basic/globaltoc.html:10 #: sphinx/themes/basic/localtoc.html:11 sphinx/themes/scrolls/layout.html:41 msgid "Table of Contents" msgstr "" #: sphinx/themes/agogo/layout.html:51 sphinx/themes/basic/layout.html:153 -#: sphinx/themes/basic/search.html:11 sphinx/themes/basic/search.html:26 +#: sphinx/themes/basic/search.html:11 sphinx/themes/basic/search.html:21 #: sphinx/themes/basic/searchresults.html:10 msgid "Search" msgstr "Pesquisar" @@ -3019,13 +3037,13 @@ msgstr "Próximo tópico" msgid "next chapter" msgstr "próximo capítulo" -#: sphinx/themes/basic/search.html:30 +#: sphinx/themes/basic/search.html:25 msgid "" "Please activate JavaScript to enable the search\n" " functionality." msgstr "Por favor ligue o JavaScript para habilitar a\nfuncionalidade de pesquisa." -#: sphinx/themes/basic/search.html:35 +#: sphinx/themes/basic/search.html:30 msgid "" "From here you can search these documents. Enter your search\n" " words into the box below and click \"search\". Note that the search\n" @@ -3033,20 +3051,20 @@ msgid "" " containing fewer words won't appear in the result list." msgstr "A partir daqui pode pesquisar estes documentos. Preencha as\npalavras de pesquisa na caixa abaixo e clique em \"pesquisar\".\nNote que a função de pesquisa irá procurar automaticamente\npor todas as palavras. Páginas que contenham menos palavras\nnão irão aparecer na lista de resultados." -#: sphinx/themes/basic/search.html:42 +#: sphinx/themes/basic/search.html:37 #: sphinx/themes/basic/searchresults.html:17 msgid "search" msgstr "pesquisar" -#: sphinx/themes/basic/search.html:46 +#: sphinx/themes/basic/search.html:41 #: sphinx/themes/basic/searchresults.html:21 -#: sphinx/themes/basic/static/searchtools.js:295 +#: sphinx/themes/basic/static/searchtools.js:285 msgid "Search Results" msgstr "Resultados da Pesquisa" -#: sphinx/themes/basic/search.html:48 +#: sphinx/themes/basic/search.html:43 #: sphinx/themes/basic/searchresults.html:23 -#: sphinx/themes/basic/static/searchtools.js:297 +#: sphinx/themes/basic/static/searchtools.js:287 msgid "" "Your search did not match any documents. Please make sure that all words are" " spelled correctly and that you've selected enough categories." @@ -3104,20 +3122,20 @@ msgstr "Link permanente para esta definição" msgid "Hide Search Matches" msgstr "Esconder Resultados da Pesquisa" -#: sphinx/themes/basic/static/searchtools.js:131 +#: sphinx/themes/basic/static/searchtools.js:121 msgid "Searching" msgstr "A Pesquisar" -#: sphinx/themes/basic/static/searchtools.js:136 +#: sphinx/themes/basic/static/searchtools.js:126 msgid "Preparing search..." msgstr "A preparar a pesquisa..." -#: sphinx/themes/basic/static/searchtools.js:299 +#: sphinx/themes/basic/static/searchtools.js:289 #, python-format msgid "Search finished, found %s page(s) matching the search query." msgstr "Pesquisa concluída, foram encontrada(s) %s página(s) que combinam com a consulta feita." -#: sphinx/themes/basic/static/searchtools.js:352 +#: sphinx/themes/basic/static/searchtools.js:342 msgid ", in " msgstr ", em" @@ -3134,18 +3152,18 @@ msgstr "Recolher painel lateral" msgid "Contents" msgstr "Conteúdo" -#: sphinx/transforms/__init__.py:259 +#: sphinx/transforms/__init__.py:261 #, python-format msgid "" "4 column based index found. It might be a bug of extensions you use: %r" msgstr "" -#: sphinx/transforms/__init__.py:301 +#: sphinx/transforms/__init__.py:303 #, python-format msgid "Footnote [%s] is not referenced." msgstr "" -#: sphinx/transforms/__init__.py:307 +#: sphinx/transforms/__init__.py:309 msgid "Footnote [#] is not referenced." msgstr "" @@ -3216,7 +3234,7 @@ msgstr "" msgid "failed" msgstr "" -#: sphinx/util/docutils.py:321 +#: sphinx/util/docutils.py:320 msgid "when adding directive classes, no additional arguments may be given" msgstr "" @@ -3277,15 +3295,15 @@ msgstr "" msgid "Permalink to this code" msgstr "" -#: sphinx/writers/html.py:514 sphinx/writers/html5.py:460 +#: sphinx/writers/html.py:512 sphinx/writers/html5.py:458 msgid "Permalink to this image" msgstr "" -#: sphinx/writers/html.py:516 sphinx/writers/html5.py:462 +#: sphinx/writers/html.py:514 sphinx/writers/html5.py:460 msgid "Permalink to this toctree" msgstr "" -#: sphinx/writers/html.py:674 sphinx/writers/html5.py:608 +#: sphinx/writers/html.py:672 sphinx/writers/html5.py:606 msgid "Could not obtain image size. :scale: option is ignored." msgstr "" @@ -3322,12 +3340,12 @@ msgstr "" msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: sphinx/writers/latex.py:1843 +#: sphinx/writers/latex.py:1847 #, python-format msgid "unknown index entry type %s found" msgstr "" -#: sphinx/writers/latex.py:2552 +#: sphinx/writers/latex.py:2560 #, python-format msgid "Unknown configure key: latex_elements[%r] is ignored." msgstr "" @@ -3345,12 +3363,12 @@ msgstr "[imagem]" msgid "caption not inside a figure." msgstr "" -#: sphinx/writers/texinfo.py:1421 +#: sphinx/writers/texinfo.py:1422 #, python-format msgid "unimplemented node type: %r" msgstr "" -#: sphinx/writers/texinfo.py:1426 +#: sphinx/writers/texinfo.py:1427 #, python-format msgid "unknown node type: %r" msgstr "" diff --git a/sphinx/locale/ro/LC_MESSAGES/sphinx.mo b/sphinx/locale/ro/LC_MESSAGES/sphinx.mo index 5703f62c39..a65f2cc1e1 100644 Binary files a/sphinx/locale/ro/LC_MESSAGES/sphinx.mo and b/sphinx/locale/ro/LC_MESSAGES/sphinx.mo differ diff --git a/sphinx/locale/ro/LC_MESSAGES/sphinx.po b/sphinx/locale/ro/LC_MESSAGES/sphinx.po index 3ee6958af3..a0a8507408 100644 --- a/sphinx/locale/ro/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/ro/LC_MESSAGES/sphinx.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2019-02-18 01:52+0900\n" -"PO-Revision-Date: 2019-03-14 16:36+0000\n" +"POT-Creation-Date: 2019-03-29 01:05+0900\n" +"PO-Revision-Date: 2019-03-28 16:08+0000\n" "Last-Translator: Takeshi KOMIYA \n" "Language-Team: Romanian (http://www.transifex.com/sphinx-doc/sphinx-1/language/ro/)\n" "MIME-Version: 1.0\n" @@ -123,7 +123,7 @@ msgstr "" msgid "role %r is already registered, it will be overridden" msgstr "" -#: sphinx/application.py:1182 +#: sphinx/application.py:1179 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -131,7 +131,7 @@ msgid "" "explicit" msgstr "" -#: sphinx/application.py:1188 +#: sphinx/application.py:1185 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -139,7 +139,7 @@ msgid "" "explicit" msgstr "" -#: sphinx/application.py:1199 +#: sphinx/application.py:1196 #, python-format msgid "doing serial %s" msgstr "" @@ -588,44 +588,44 @@ msgstr "" msgid "preparing documents" msgstr "" -#: sphinx/builders/_epub_base.py:219 +#: sphinx/builders/_epub_base.py:218 #, python-format msgid "duplicated ToC entry found: %s" msgstr "" -#: sphinx/builders/_epub_base.py:415 sphinx/builders/html.py:761 -#: sphinx/builders/latex/__init__.py:413 sphinx/builders/texinfo.py:190 +#: sphinx/builders/_epub_base.py:414 sphinx/builders/html.py:761 +#: sphinx/builders/latex/__init__.py:415 sphinx/builders/texinfo.py:190 msgid "copying images... " msgstr "" -#: sphinx/builders/_epub_base.py:422 +#: sphinx/builders/_epub_base.py:421 #, python-format msgid "cannot read image file %r: copying it instead" msgstr "" -#: sphinx/builders/_epub_base.py:428 sphinx/builders/html.py:769 -#: sphinx/builders/latex/__init__.py:421 sphinx/builders/texinfo.py:198 +#: sphinx/builders/_epub_base.py:427 sphinx/builders/html.py:769 +#: sphinx/builders/latex/__init__.py:423 sphinx/builders/texinfo.py:199 #, python-format msgid "cannot copy image file %r: %s" msgstr "" -#: sphinx/builders/_epub_base.py:445 +#: sphinx/builders/_epub_base.py:444 #, python-format msgid "cannot write image file %r: %s" msgstr "" -#: sphinx/builders/_epub_base.py:456 +#: sphinx/builders/_epub_base.py:455 msgid "Pillow not found - copying image files" msgstr "" -#: sphinx/builders/_epub_base.py:491 sphinx/builders/_epub_base.py:504 -#: sphinx/builders/_epub_base.py:540 sphinx/builders/_epub_base.py:725 -#: sphinx/builders/_epub_base.py:758 sphinx/builders/epub3.py:184 +#: sphinx/builders/_epub_base.py:490 sphinx/builders/_epub_base.py:503 +#: sphinx/builders/_epub_base.py:539 sphinx/builders/_epub_base.py:724 +#: sphinx/builders/_epub_base.py:757 sphinx/builders/epub3.py:183 #, python-format msgid "writing %s file..." msgstr "" -#: sphinx/builders/_epub_base.py:566 +#: sphinx/builders/_epub_base.py:565 #, python-format msgid "unknown mimetype for %s, ignoring" msgstr "" @@ -644,19 +644,19 @@ msgstr "" msgid "writing summary file..." msgstr "" -#: sphinx/builders/changes.py:87 +#: sphinx/builders/changes.py:86 msgid "Builtins" msgstr "Integrate" -#: sphinx/builders/changes.py:89 +#: sphinx/builders/changes.py:88 msgid "Module level" msgstr "Nivelul modul" -#: sphinx/builders/changes.py:134 +#: sphinx/builders/changes.py:133 msgid "copying source files..." msgstr "" -#: sphinx/builders/changes.py:141 +#: sphinx/builders/changes.py:140 #, python-format msgid "could not read %r for changelog creation" msgstr "" @@ -665,76 +665,76 @@ msgstr "" msgid "The dummy builder generates no files." msgstr "" -#: sphinx/builders/epub3.py:69 +#: sphinx/builders/epub3.py:68 #, python-format msgid "The ePub file is in %(outdir)s." msgstr "" -#: sphinx/builders/epub3.py:212 +#: sphinx/builders/epub3.py:211 msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:216 +#: sphinx/builders/epub3.py:215 msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:219 +#: sphinx/builders/epub3.py:218 msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:223 +#: sphinx/builders/epub3.py:222 msgid "conf value \"epub_author\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:226 +#: sphinx/builders/epub3.py:225 msgid "conf value \"epub_contributor\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:229 +#: sphinx/builders/epub3.py:228 msgid "conf value \"epub_description\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:232 +#: sphinx/builders/epub3.py:231 msgid "conf value \"epub_publisher\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:235 +#: sphinx/builders/epub3.py:234 msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:239 +#: sphinx/builders/epub3.py:238 msgid "conf value \"epub_identifier\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:242 +#: sphinx/builders/epub3.py:241 msgid "conf value \"version\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:257 sphinx/builders/html.py:1166 +#: sphinx/builders/epub3.py:256 sphinx/builders/html.py:1166 #, python-format msgid "invalid css_file: %r, ignored" msgstr "" -#: sphinx/builders/gettext.py:215 +#: sphinx/builders/gettext.py:221 #, python-format msgid "The message catalogs are in %(outdir)s." msgstr "" -#: sphinx/builders/gettext.py:239 +#: sphinx/builders/gettext.py:245 #, python-format msgid "building [%s]: " msgstr "" -#: sphinx/builders/gettext.py:240 +#: sphinx/builders/gettext.py:246 #, python-format msgid "targets for %d template files" msgstr "" -#: sphinx/builders/gettext.py:244 +#: sphinx/builders/gettext.py:250 msgid "reading templates... " msgstr "" -#: sphinx/builders/gettext.py:271 +#: sphinx/builders/gettext.py:277 msgid "writing message catalogs... " msgstr "" @@ -753,7 +753,7 @@ msgstr "" msgid "Failed to read build info file: %r" msgstr "" -#: sphinx/builders/html.py:488 sphinx/builders/latex/__init__.py:204 +#: sphinx/builders/html.py:488 sphinx/builders/latex/__init__.py:206 #: sphinx/transforms/__init__.py:121 sphinx/writers/manpage.py:118 #: sphinx/writers/texinfo.py:243 #, python-format @@ -806,7 +806,7 @@ msgstr "" msgid "html_static_path entry %r does not exist" msgstr "" -#: sphinx/builders/html.py:839 sphinx/builders/latex/__init__.py:398 +#: sphinx/builders/html.py:839 sphinx/builders/latex/__init__.py:400 #, python-format msgid "logo file %r does not exist" msgstr "" @@ -923,7 +923,7 @@ msgstr "" msgid "no \"man_pages\" config value found; no manual pages will be written" msgstr "" -#: sphinx/builders/latex/__init__.py:270 sphinx/builders/manpage.py:64 +#: sphinx/builders/latex/__init__.py:272 sphinx/builders/manpage.py:64 #: sphinx/builders/singlehtml.py:174 sphinx/builders/texinfo.py:120 msgid "writing" msgstr "" @@ -967,24 +967,24 @@ msgstr "" msgid "\"texinfo_documents\" config value references unknown document %s" msgstr "" -#: sphinx/builders/latex/__init__.py:253 sphinx/builders/texinfo.py:116 +#: sphinx/builders/latex/__init__.py:255 sphinx/builders/texinfo.py:116 #, python-format msgid "processing %s" msgstr "" -#: sphinx/builders/latex/__init__.py:322 sphinx/builders/texinfo.py:163 +#: sphinx/builders/latex/__init__.py:323 sphinx/builders/texinfo.py:164 msgid "resolving references..." msgstr "" -#: sphinx/builders/latex/__init__.py:332 sphinx/builders/texinfo.py:172 +#: sphinx/builders/latex/__init__.py:333 sphinx/builders/texinfo.py:173 msgid " (in " msgstr "(în" -#: sphinx/builders/texinfo.py:204 +#: sphinx/builders/texinfo.py:205 msgid "copying Texinfo support files" msgstr "" -#: sphinx/builders/texinfo.py:208 +#: sphinx/builders/texinfo.py:209 #, python-format msgid "error writing file Makefile: %s" msgstr "" @@ -1004,28 +1004,28 @@ msgstr "" msgid "The pseudo-XML files are in %(outdir)s." msgstr "" -#: sphinx/builders/latex/__init__.py:121 +#: sphinx/builders/latex/__init__.py:123 #, python-format msgid "The LaTeX files are in %(outdir)s." msgstr "" -#: sphinx/builders/latex/__init__.py:123 +#: sphinx/builders/latex/__init__.py:125 msgid "" "\n" "Run 'make' in that directory to run these through (pdf)latex\n" "(use `make latexpdf' here to do that automatically)." msgstr "" -#: sphinx/builders/latex/__init__.py:163 +#: sphinx/builders/latex/__init__.py:165 msgid "no \"latex_documents\" config value found; no documents will be written" msgstr "" -#: sphinx/builders/latex/__init__.py:171 +#: sphinx/builders/latex/__init__.py:173 #, python-format msgid "\"latex_documents\" config value references unknown document %s" msgstr "" -#: sphinx/builders/latex/__init__.py:211 sphinx/domains/std.py:501 +#: sphinx/builders/latex/__init__.py:213 sphinx/domains/std.py:501 #: sphinx/templates/latex/latex.tex_t:79 #: sphinx/themes/basic/genindex-single.html:30 #: sphinx/themes/basic/genindex-single.html:55 @@ -1037,28 +1037,28 @@ msgstr "" msgid "Index" msgstr "Index" -#: sphinx/builders/latex/__init__.py:214 sphinx/templates/latex/latex.tex_t:64 +#: sphinx/builders/latex/__init__.py:216 sphinx/templates/latex/latex.tex_t:64 msgid "Release" msgstr "Versiune" -#: sphinx/builders/latex/__init__.py:222 sphinx/writers/latex.py:549 +#: sphinx/builders/latex/__init__.py:224 sphinx/writers/latex.py:549 #, python-format msgid "no Babel option known for language %r" msgstr "" -#: sphinx/builders/latex/__init__.py:361 +#: sphinx/builders/latex/__init__.py:363 msgid "copying TeX support files" msgstr "" -#: sphinx/builders/latex/__init__.py:382 +#: sphinx/builders/latex/__init__.py:384 msgid "copying TeX support files..." msgstr "" -#: sphinx/builders/latex/__init__.py:402 +#: sphinx/builders/latex/__init__.py:404 msgid "copying additional files" msgstr "" -#: sphinx/builders/latex/__init__.py:445 +#: sphinx/builders/latex/__init__.py:447 #, python-format msgid "Unknown configure key: latex_elements[%r]. ignored." msgstr "" @@ -1121,8 +1121,8 @@ msgstr "" msgid "job number should be a positive number" msgstr "" -#: sphinx/cmd/build.py:106 sphinx/cmd/quickstart.py:498 -#: sphinx/ext/apidoc.py:298 sphinx/ext/autosummary/generate.py:365 +#: sphinx/cmd/build.py:106 sphinx/cmd/quickstart.py:497 +#: sphinx/ext/apidoc.py:298 sphinx/ext/autosummary/generate.py:363 msgid "For more information, visit ." msgstr "" @@ -1499,13 +1499,13 @@ msgstr "" msgid "Indicate which of the following Sphinx extensions should be enabled:" msgstr "" -#: sphinx/cmd/quickstart.py:354 +#: sphinx/cmd/quickstart.py:353 msgid "" "Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " "been deselected." msgstr "" -#: sphinx/cmd/quickstart.py:359 +#: sphinx/cmd/quickstart.py:358 msgid "" "\n" "A Makefile and a Windows command file can be generated for you so that you\n" @@ -1513,29 +1513,29 @@ msgid "" "directly." msgstr "" -#: sphinx/cmd/quickstart.py:363 +#: sphinx/cmd/quickstart.py:362 msgid "Create Makefile? (y/n)" msgstr "" -#: sphinx/cmd/quickstart.py:366 +#: sphinx/cmd/quickstart.py:365 msgid "Create Windows command file? (y/n)" msgstr "" -#: sphinx/cmd/quickstart.py:409 sphinx/ext/apidoc.py:74 +#: sphinx/cmd/quickstart.py:408 sphinx/ext/apidoc.py:74 #, python-format msgid "Creating file %s." msgstr "" -#: sphinx/cmd/quickstart.py:414 sphinx/ext/apidoc.py:72 +#: sphinx/cmd/quickstart.py:413 sphinx/ext/apidoc.py:72 #, python-format msgid "File %s already exists, skipping." msgstr "" -#: sphinx/cmd/quickstart.py:450 +#: sphinx/cmd/quickstart.py:449 msgid "Finished: An initial directory structure has been created." msgstr "" -#: sphinx/cmd/quickstart.py:451 +#: sphinx/cmd/quickstart.py:450 #, python-format msgid "" "\n" @@ -1543,26 +1543,26 @@ msgid "" "source files. " msgstr "" -#: sphinx/cmd/quickstart.py:453 +#: sphinx/cmd/quickstart.py:452 msgid "" "Use the Makefile to build the docs, like so:\n" " make builder\n" msgstr "" -#: sphinx/cmd/quickstart.py:456 +#: sphinx/cmd/quickstart.py:455 #, python-format msgid "" "Use the sphinx-build command to build the docs, like so:\n" " sphinx-build -b builder %s %s\n" msgstr "" -#: sphinx/cmd/quickstart.py:459 +#: sphinx/cmd/quickstart.py:458 msgid "" "where \"builder\" is one of the supported builders, e.g. html, latex or " "linkcheck.\n" msgstr "" -#: sphinx/cmd/quickstart.py:499 +#: sphinx/cmd/quickstart.py:498 msgid "" "\n" "Generate required files for a Sphinx project.\n" @@ -1572,131 +1572,131 @@ msgid "" "Makefile to be used with sphinx-build.\n" msgstr "" -#: sphinx/cmd/quickstart.py:509 +#: sphinx/cmd/quickstart.py:508 msgid "quiet mode" msgstr "" -#: sphinx/cmd/quickstart.py:514 +#: sphinx/cmd/quickstart.py:513 msgid "output path" msgstr "" -#: sphinx/cmd/quickstart.py:516 +#: sphinx/cmd/quickstart.py:515 msgid "Structure options" msgstr "" -#: sphinx/cmd/quickstart.py:518 +#: sphinx/cmd/quickstart.py:517 msgid "if specified, separate source and build dirs" msgstr "" -#: sphinx/cmd/quickstart.py:520 +#: sphinx/cmd/quickstart.py:519 msgid "replacement for dot in _templates etc." msgstr "" -#: sphinx/cmd/quickstart.py:522 +#: sphinx/cmd/quickstart.py:521 msgid "Project basic options" msgstr "" -#: sphinx/cmd/quickstart.py:524 +#: sphinx/cmd/quickstart.py:523 msgid "project name" msgstr "" -#: sphinx/cmd/quickstart.py:526 +#: sphinx/cmd/quickstart.py:525 msgid "author names" msgstr "" -#: sphinx/cmd/quickstart.py:528 +#: sphinx/cmd/quickstart.py:527 msgid "version of project" msgstr "" -#: sphinx/cmd/quickstart.py:530 +#: sphinx/cmd/quickstart.py:529 msgid "release of project" msgstr "" -#: sphinx/cmd/quickstart.py:532 +#: sphinx/cmd/quickstart.py:531 msgid "document language" msgstr "" -#: sphinx/cmd/quickstart.py:534 +#: sphinx/cmd/quickstart.py:533 msgid "source file suffix" msgstr "" -#: sphinx/cmd/quickstart.py:536 +#: sphinx/cmd/quickstart.py:535 msgid "master document name" msgstr "" -#: sphinx/cmd/quickstart.py:538 +#: sphinx/cmd/quickstart.py:537 msgid "use epub" msgstr "" -#: sphinx/cmd/quickstart.py:540 +#: sphinx/cmd/quickstart.py:539 msgid "Extension options" msgstr "" -#: sphinx/cmd/quickstart.py:544 sphinx/ext/apidoc.py:379 +#: sphinx/cmd/quickstart.py:543 sphinx/ext/apidoc.py:379 #, python-format msgid "enable %s extension" msgstr "" -#: sphinx/cmd/quickstart.py:546 sphinx/ext/apidoc.py:375 +#: sphinx/cmd/quickstart.py:545 sphinx/ext/apidoc.py:375 msgid "enable arbitrary extensions" msgstr "" -#: sphinx/cmd/quickstart.py:548 +#: sphinx/cmd/quickstart.py:547 msgid "Makefile and Batchfile creation" msgstr "" -#: sphinx/cmd/quickstart.py:550 +#: sphinx/cmd/quickstart.py:549 msgid "create makefile" msgstr "" -#: sphinx/cmd/quickstart.py:552 +#: sphinx/cmd/quickstart.py:551 msgid "do not create makefile" msgstr "" -#: sphinx/cmd/quickstart.py:554 +#: sphinx/cmd/quickstart.py:553 msgid "create batchfile" msgstr "" -#: sphinx/cmd/quickstart.py:557 +#: sphinx/cmd/quickstart.py:556 msgid "do not create batchfile" msgstr "" -#: sphinx/cmd/quickstart.py:560 +#: sphinx/cmd/quickstart.py:559 msgid "use make-mode for Makefile/make.bat" msgstr "" -#: sphinx/cmd/quickstart.py:563 +#: sphinx/cmd/quickstart.py:562 msgid "do not use make-mode for Makefile/make.bat" msgstr "" -#: sphinx/cmd/quickstart.py:565 +#: sphinx/cmd/quickstart.py:564 msgid "Project templating" msgstr "" -#: sphinx/cmd/quickstart.py:568 +#: sphinx/cmd/quickstart.py:567 msgid "template directory for template files" msgstr "" -#: sphinx/cmd/quickstart.py:571 +#: sphinx/cmd/quickstart.py:570 msgid "define a template variable" msgstr "" -#: sphinx/cmd/quickstart.py:605 +#: sphinx/cmd/quickstart.py:604 msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." msgstr "" -#: sphinx/cmd/quickstart.py:619 +#: sphinx/cmd/quickstart.py:618 msgid "" "Error: specified path is not a directory, or sphinx files already exist." msgstr "" -#: sphinx/cmd/quickstart.py:621 +#: sphinx/cmd/quickstart.py:620 msgid "" "sphinx-quickstart only generate into a empty directory. Please specify a new" " root path." msgstr "" -#: sphinx/cmd/quickstart.py:636 +#: sphinx/cmd/quickstart.py:635 #, python-format msgid "Invalid template variable: %s" msgstr "" @@ -1768,17 +1768,17 @@ msgstr "Autor:" msgid "%s %s" msgstr "%s %s" -#: sphinx/domains/c.py:64 sphinx/domains/cpp.py:6371 +#: sphinx/domains/c.py:64 sphinx/domains/cpp.py:6445 #: sphinx/domains/python.py:210 sphinx/ext/napoleon/docstring.py:696 msgid "Parameters" msgstr "Parametrii" -#: sphinx/domains/c.py:67 sphinx/domains/cpp.py:6380 -#: sphinx/domains/javascript.py:210 sphinx/domains/python.py:222 +#: sphinx/domains/c.py:67 sphinx/domains/cpp.py:6454 +#: sphinx/domains/javascript.py:209 sphinx/domains/python.py:222 msgid "Returns" msgstr "Întoarce" -#: sphinx/domains/c.py:69 sphinx/domains/javascript.py:212 +#: sphinx/domains/c.py:69 sphinx/domains/javascript.py:211 #: sphinx/domains/python.py:224 msgid "Return type" msgstr "Tipul întors" @@ -1808,12 +1808,12 @@ msgstr "%s (tip C)" msgid "%s (C variable)" msgstr "%s (variabilă C)" -#: sphinx/domains/c.py:258 sphinx/domains/cpp.py:6956 -#: sphinx/domains/javascript.py:298 sphinx/domains/python.py:741 +#: sphinx/domains/c.py:258 sphinx/domains/cpp.py:7029 +#: sphinx/domains/javascript.py:297 sphinx/domains/python.py:742 msgid "function" msgstr "funcție" -#: sphinx/domains/c.py:259 sphinx/domains/cpp.py:6957 +#: sphinx/domains/c.py:259 sphinx/domains/cpp.py:7030 msgid "member" msgstr "membru" @@ -1821,7 +1821,7 @@ msgstr "membru" msgid "macro" msgstr "macro" -#: sphinx/domains/c.py:261 sphinx/domains/cpp.py:6958 +#: sphinx/domains/c.py:261 sphinx/domains/cpp.py:7031 msgid "type" msgstr "tip" @@ -1844,106 +1844,106 @@ msgstr "Schimbat în versiunea %s" msgid "Deprecated since version %s" msgstr "Învechit începând cu versiunea %s" -#: sphinx/domains/cpp.py:4297 +#: sphinx/domains/cpp.py:4323 #, python-format msgid "" "Duplicate declaration, also defined in '%s'.\n" "Declaration is '%s'." msgstr "" -#: sphinx/domains/cpp.py:6374 +#: sphinx/domains/cpp.py:6448 msgid "Template Parameters" msgstr "" -#: sphinx/domains/cpp.py:6377 sphinx/domains/javascript.py:207 +#: sphinx/domains/cpp.py:6451 sphinx/domains/javascript.py:206 msgid "Throws" msgstr "Generează" -#: sphinx/domains/cpp.py:6505 +#: sphinx/domains/cpp.py:6579 #, python-format msgid "%s (C++ %s)" msgstr "" -#: sphinx/domains/cpp.py:6954 sphinx/domains/javascript.py:300 -#: sphinx/domains/python.py:743 +#: sphinx/domains/cpp.py:7027 sphinx/domains/javascript.py:299 +#: sphinx/domains/python.py:744 msgid "class" msgstr "clasă" -#: sphinx/domains/cpp.py:6955 +#: sphinx/domains/cpp.py:7028 msgid "union" msgstr "" -#: sphinx/domains/cpp.py:6959 +#: sphinx/domains/cpp.py:7032 msgid "concept" msgstr "" -#: sphinx/domains/cpp.py:6960 +#: sphinx/domains/cpp.py:7033 msgid "enum" msgstr "enumerator" -#: sphinx/domains/cpp.py:6961 +#: sphinx/domains/cpp.py:7034 msgid "enumerator" msgstr "enumerator" -#: sphinx/domains/cpp.py:7054 +#: sphinx/domains/cpp.py:7127 #, python-format msgid "" "Duplicate declaration, also defined in '%s'.\n" "Name of declaration is '%s'." msgstr "" -#: sphinx/domains/javascript.py:131 sphinx/domains/python.py:429 +#: sphinx/domains/javascript.py:130 sphinx/domains/python.py:430 #, python-format msgid "%s() (built-in function)" msgstr "%s() (funcție integrată)" -#: sphinx/domains/javascript.py:132 sphinx/domains/python.py:494 +#: sphinx/domains/javascript.py:131 sphinx/domains/python.py:495 #, python-format msgid "%s() (%s method)" msgstr "%s() (metoda %s)" -#: sphinx/domains/javascript.py:134 +#: sphinx/domains/javascript.py:133 #, python-format msgid "%s() (class)" msgstr "%s() (clasă)" -#: sphinx/domains/javascript.py:136 +#: sphinx/domains/javascript.py:135 #, python-format msgid "%s (global variable or constant)" msgstr "%s (variabilă globală sau constantă)" -#: sphinx/domains/javascript.py:138 sphinx/domains/python.py:532 +#: sphinx/domains/javascript.py:137 sphinx/domains/python.py:533 #, python-format msgid "%s (%s attribute)" msgstr "%s (atribut %s)" -#: sphinx/domains/javascript.py:204 +#: sphinx/domains/javascript.py:203 msgid "Arguments" msgstr "Argumente" -#: sphinx/domains/javascript.py:265 sphinx/domains/python.py:609 +#: sphinx/domains/javascript.py:264 sphinx/domains/python.py:610 #, python-format msgid "%s (module)" msgstr "%s (modul)" -#: sphinx/domains/javascript.py:299 sphinx/domains/python.py:745 +#: sphinx/domains/javascript.py:298 sphinx/domains/python.py:746 msgid "method" msgstr "metodă" -#: sphinx/domains/javascript.py:301 sphinx/domains/python.py:742 +#: sphinx/domains/javascript.py:300 sphinx/domains/python.py:743 msgid "data" msgstr "data" -#: sphinx/domains/javascript.py:302 sphinx/domains/python.py:748 +#: sphinx/domains/javascript.py:301 sphinx/domains/python.py:749 msgid "attribute" msgstr "atribut" -#: sphinx/domains/javascript.py:303 sphinx/domains/python.py:49 -#: sphinx/domains/python.py:749 +#: sphinx/domains/javascript.py:302 sphinx/domains/python.py:49 +#: sphinx/domains/python.py:750 msgid "module" msgstr "modul" -#: sphinx/domains/math.py:101 sphinx/writers/latex.py:2451 +#: sphinx/domains/math.py:101 sphinx/writers/latex.py:2459 #, python-format msgid "Invalid math_eqref_format: %r" msgstr "" @@ -1965,7 +1965,7 @@ msgstr "operator" msgid "object" msgstr "obiect" -#: sphinx/domains/python.py:53 sphinx/domains/python.py:744 +#: sphinx/domains/python.py:53 sphinx/domains/python.py:745 msgid "exception" msgstr "excepție" @@ -1985,88 +1985,88 @@ msgstr "Variabile" msgid "Raises" msgstr "Generează" -#: sphinx/domains/python.py:430 sphinx/domains/python.py:488 -#: sphinx/domains/python.py:500 sphinx/domains/python.py:513 +#: sphinx/domains/python.py:431 sphinx/domains/python.py:489 +#: sphinx/domains/python.py:501 sphinx/domains/python.py:514 #, python-format msgid "%s() (in module %s)" msgstr "%s() (în modulul %s)" -#: sphinx/domains/python.py:433 +#: sphinx/domains/python.py:434 #, python-format msgid "%s (built-in variable)" msgstr "%s (variabilă integrată)" -#: sphinx/domains/python.py:434 sphinx/domains/python.py:526 +#: sphinx/domains/python.py:435 sphinx/domains/python.py:527 #, python-format msgid "%s (in module %s)" msgstr "%s (în modulul %s)" -#: sphinx/domains/python.py:454 +#: sphinx/domains/python.py:455 #, python-format msgid "%s (built-in class)" msgstr "%s (clasă integrată)" -#: sphinx/domains/python.py:455 +#: sphinx/domains/python.py:456 #, python-format msgid "%s (class in %s)" msgstr "%s (clasa în %s)" -#: sphinx/domains/python.py:492 +#: sphinx/domains/python.py:493 #, python-format msgid "%s() (%s.%s method)" msgstr "%s() (metoda %s.%s)" -#: sphinx/domains/python.py:504 +#: sphinx/domains/python.py:505 #, python-format msgid "%s() (%s.%s static method)" msgstr "%s() (metoda statică %s.%s)" -#: sphinx/domains/python.py:507 +#: sphinx/domains/python.py:508 #, python-format msgid "%s() (%s static method)" msgstr "%s() (metoda statică %s)" -#: sphinx/domains/python.py:517 +#: sphinx/domains/python.py:518 #, python-format msgid "%s() (%s.%s class method)" msgstr "%s() (metoda clasei %s.%s)" -#: sphinx/domains/python.py:520 +#: sphinx/domains/python.py:521 #, python-format msgid "%s() (%s class method)" msgstr "%s() (metoda clasei %s)" -#: sphinx/domains/python.py:530 +#: sphinx/domains/python.py:531 #, python-format msgid "%s (%s.%s attribute)" msgstr "%s (atributul %s.%s)" -#: sphinx/domains/python.py:667 +#: sphinx/domains/python.py:668 msgid "Python Module Index" msgstr "Indexul de Module Python" -#: sphinx/domains/python.py:668 +#: sphinx/domains/python.py:669 msgid "modules" msgstr "module" -#: sphinx/domains/python.py:719 +#: sphinx/domains/python.py:720 msgid "Deprecated" msgstr "Învechit" -#: sphinx/domains/python.py:746 +#: sphinx/domains/python.py:747 msgid "class method" msgstr "metoda clasei" -#: sphinx/domains/python.py:747 +#: sphinx/domains/python.py:748 msgid "static method" msgstr "metodă statică" -#: sphinx/domains/python.py:879 +#: sphinx/domains/python.py:880 #, python-format msgid "more than one target found for cross-reference %r: %s" msgstr "" -#: sphinx/domains/python.py:917 +#: sphinx/domains/python.py:918 msgid " (deprecated)" msgstr "(învechit)" @@ -2142,7 +2142,7 @@ msgstr "Pagină de Căutare" msgid "duplicate citation %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:631 sphinx/ext/autosectionlabel.py:61 +#: sphinx/domains/std.py:631 sphinx/ext/autosectionlabel.py:56 #, python-format msgid "duplicate label %s, other instance in %s" msgstr "" @@ -2202,21 +2202,21 @@ msgid "" "another doctree directory." msgstr "" -#: sphinx/environment/__init__.py:408 +#: sphinx/environment/__init__.py:404 #, python-format msgid "Failed to scan documents in %s: %r" msgstr "" -#: sphinx/environment/__init__.py:536 +#: sphinx/environment/__init__.py:532 #, python-format msgid "Domain %r is not registered" msgstr "" -#: sphinx/environment/__init__.py:621 +#: sphinx/environment/__init__.py:617 msgid "self referenced toctree found. Ignored." msgstr "" -#: sphinx/environment/__init__.py:662 +#: sphinx/environment/__init__.py:658 msgid "document isn't included in any toctree" msgstr "" @@ -2236,6 +2236,7 @@ msgid "unknown index entry type %r" msgstr "" #: sphinx/environment/adapters/indexentries.py:156 +#: sphinx/templates/latex/sphinxmessages.sty_t:11 msgid "Symbols" msgstr "Simboluri" @@ -2261,22 +2262,22 @@ msgstr "" msgid "toctree contains reference to nonexisting document %r" msgstr "" -#: sphinx/environment/collectors/asset.py:91 +#: sphinx/environment/collectors/asset.py:90 #, python-format msgid "image file not readable: %s" msgstr "" -#: sphinx/environment/collectors/asset.py:107 +#: sphinx/environment/collectors/asset.py:106 #, python-format msgid "image file %s not readable: %s" msgstr "" -#: sphinx/environment/collectors/asset.py:135 +#: sphinx/environment/collectors/asset.py:134 #, python-format msgid "download file not readable: %s" msgstr "" -#: sphinx/environment/collectors/toctree.py:197 +#: sphinx/environment/collectors/toctree.py:196 #, python-format msgid "%s is already assigned section numbers (nested numbered toctree?)" msgstr "" @@ -2420,38 +2421,38 @@ msgstr "" msgid "module %s could not be imported: %s" msgstr "" -#: sphinx/ext/doctest.py:142 +#: sphinx/ext/doctest.py:132 #, python-format msgid "missing '+' or '-' in '%s' option." msgstr "" -#: sphinx/ext/doctest.py:147 +#: sphinx/ext/doctest.py:137 #, python-format msgid "'%s' is not a valid option." msgstr "" -#: sphinx/ext/doctest.py:161 +#: sphinx/ext/doctest.py:151 #, python-format msgid "'%s' is not a valid pyversion option" msgstr "" -#: sphinx/ext/doctest.py:230 +#: sphinx/ext/doctest.py:222 msgid "invalid TestCode type" msgstr "" -#: sphinx/ext/doctest.py:291 +#: sphinx/ext/doctest.py:283 #, python-format msgid "" "Testing of doctests in the sources finished, look at the results in " "%(outdir)s/output.txt." msgstr "" -#: sphinx/ext/doctest.py:438 +#: sphinx/ext/doctest.py:446 #, python-format msgid "no code/output in %s block at %s:%s" msgstr "" -#: sphinx/ext/doctest.py:527 +#: sphinx/ext/doctest.py:535 #, python-format msgid "ignoring invalid doctest code: %r" msgstr "" @@ -2469,7 +2470,7 @@ msgstr "" msgid "Ignoring \"graphviz\" directive without content." msgstr "" -#: sphinx/ext/graphviz.py:252 +#: sphinx/ext/graphviz.py:250 #, python-format msgid "" "dot did not produce an output file:\n" @@ -2479,14 +2480,14 @@ msgid "" "%r" msgstr "" -#: sphinx/ext/graphviz.py:256 +#: sphinx/ext/graphviz.py:254 #, python-format msgid "" "dot command %r cannot be run (needed for graphviz output), check the " "graphviz_dot setting" msgstr "" -#: sphinx/ext/graphviz.py:263 +#: sphinx/ext/graphviz.py:261 #, python-format msgid "" "dot exited with error:\n" @@ -2496,23 +2497,23 @@ msgid "" "%r" msgstr "" -#: sphinx/ext/graphviz.py:273 +#: sphinx/ext/graphviz.py:271 #, python-format msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" msgstr "" -#: sphinx/ext/graphviz.py:277 sphinx/ext/graphviz.py:331 -#: sphinx/ext/graphviz.py:369 +#: sphinx/ext/graphviz.py:275 sphinx/ext/graphviz.py:329 +#: sphinx/ext/graphviz.py:367 #, python-format msgid "dot code %r: %s" msgstr "" -#: sphinx/ext/graphviz.py:384 sphinx/ext/graphviz.py:393 +#: sphinx/ext/graphviz.py:382 sphinx/ext/graphviz.py:391 #, python-format msgid "[graph: %s]" msgstr "[grafic: %s]" -#: sphinx/ext/graphviz.py:386 sphinx/ext/graphviz.py:395 +#: sphinx/ext/graphviz.py:384 sphinx/ext/graphviz.py:393 msgid "[graph]" msgstr "[grafic]" @@ -2531,31 +2532,31 @@ msgid "" "%r" msgstr "" -#: sphinx/ext/imgmath.py:140 +#: sphinx/ext/imgmath.py:139 #, python-format msgid "" "LaTeX command %r cannot be run (needed for math display), check the " "imgmath_latex setting" msgstr "" -#: sphinx/ext/imgmath.py:155 +#: sphinx/ext/imgmath.py:154 #, python-format msgid "" "%s command %r cannot be run (needed for math display), check the imgmath_%s " "setting" msgstr "" -#: sphinx/ext/imgmath.py:290 +#: sphinx/ext/imgmath.py:289 #, python-format msgid "display latex %r: %s" msgstr "" -#: sphinx/ext/imgmath.py:317 +#: sphinx/ext/imgmath.py:316 #, python-format msgid "inline latex %r: %s" msgstr "" -#: sphinx/ext/imgmath.py:324 sphinx/ext/mathjax.py:54 +#: sphinx/ext/imgmath.py:323 sphinx/ext/mathjax.py:54 msgid "Permalink to this equation" msgstr "" @@ -2575,26 +2576,26 @@ msgid "" "alternatives:" msgstr "" -#: sphinx/ext/intersphinx.py:237 +#: sphinx/ext/intersphinx.py:238 msgid "failed to reach any of the inventories with the following issues:" msgstr "" -#: sphinx/ext/intersphinx.py:312 +#: sphinx/ext/intersphinx.py:311 #, python-format msgid "(in %s v%s)" msgstr "(în %s v%s)" -#: sphinx/ext/intersphinx.py:314 +#: sphinx/ext/intersphinx.py:313 #, python-format msgid "(in %s)" msgstr "" -#: sphinx/ext/intersphinx.py:348 +#: sphinx/ext/intersphinx.py:347 #, python-format msgid "intersphinx identifier %r is not string. Ignored" msgstr "" -#: sphinx/ext/intersphinx.py:361 +#: sphinx/ext/intersphinx.py:360 #, python-format msgid "Fail to read intersphinx_mapping[%s], Ignored: %r" msgstr "" @@ -2650,29 +2651,29 @@ msgstr "Prezentare generală: codul modulului" msgid "

All modules for which code is available

" msgstr "

Toate modulele pentru care este disponibil codul sursă

" -#: sphinx/ext/autodoc/__init__.py:302 +#: sphinx/ext/autodoc/__init__.py:300 #, python-format msgid "invalid signature for auto%s (%r)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:402 +#: sphinx/ext/autodoc/__init__.py:400 #, python-format msgid "error while formatting arguments for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:514 +#: sphinx/ext/autodoc/__init__.py:512 #, python-format msgid "missing attribute %s in object %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:602 +#: sphinx/ext/autodoc/__init__.py:600 #, python-format msgid "" "autodoc: failed to determine %r to be documented.the following exception was raised:\n" "%s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:694 +#: sphinx/ext/autodoc/__init__.py:692 #, python-format msgid "" "don't know which module to import for autodocumenting %r (try placing a " @@ -2680,39 +2681,39 @@ msgid "" "explicit module name)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:788 +#: sphinx/ext/autodoc/__init__.py:786 msgid "\"::\" in automodule name doesn't make sense" msgstr "" -#: sphinx/ext/autodoc/__init__.py:796 +#: sphinx/ext/autodoc/__init__.py:794 #, python-format msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:829 +#: sphinx/ext/autodoc/__init__.py:827 #, python-format msgid "" "__all__ should be a list of strings, not %r (in module %s) -- ignoring " "__all__" msgstr "" -#: sphinx/ext/autodoc/__init__.py:844 +#: sphinx/ext/autodoc/__init__.py:842 #, python-format msgid "" "missing attribute mentioned in :members: or __all__: module %s, attribute %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1128 +#: sphinx/ext/autodoc/__init__.py:1126 #, python-format msgid "Bases: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1185 +#: sphinx/ext/autodoc/__init__.py:1183 #, python-format msgid "alias of :class:`%s`" msgstr "alias pentru :class:`%s`" -#: sphinx/ext/autodoc/__init__.py:1470 +#: sphinx/ext/autodoc/__init__.py:1468 #, python-format msgid "Ignoring invalid option in autodoc_default_flags: %r" msgstr "" @@ -2748,17 +2749,17 @@ msgid "" "contain .rst. Skipped." msgstr "" -#: sphinx/ext/autosummary/generate.py:102 +#: sphinx/ext/autosummary/generate.py:100 #, python-format msgid "[autosummary] generating autosummary for: %s" msgstr "" -#: sphinx/ext/autosummary/generate.py:106 +#: sphinx/ext/autosummary/generate.py:104 #, python-format msgid "[autosummary] writing to %s" msgstr "" -#: sphinx/ext/autosummary/generate.py:366 +#: sphinx/ext/autosummary/generate.py:364 msgid "" "\n" "Generate ReStructuredText using autosummary directives.\n" @@ -2773,25 +2774,25 @@ msgid "" " pydoc sphinx.ext.autosummary\n" msgstr "" -#: sphinx/ext/autosummary/generate.py:383 +#: sphinx/ext/autosummary/generate.py:381 msgid "source files to generate rST files for" msgstr "" -#: sphinx/ext/autosummary/generate.py:387 +#: sphinx/ext/autosummary/generate.py:385 msgid "directory to place all output in" msgstr "" -#: sphinx/ext/autosummary/generate.py:390 +#: sphinx/ext/autosummary/generate.py:388 #, python-format msgid "default suffix for files (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:394 +#: sphinx/ext/autosummary/generate.py:392 #, python-format msgid "custom template directory (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:398 +#: sphinx/ext/autosummary/generate.py:396 #, python-format msgid "document imported members (default: %(default)s)" msgstr "" @@ -2869,6 +2870,7 @@ msgid "Warning" msgstr "Atenționare" #: sphinx/templates/latex/longtable.tex_t:23 +#: sphinx/templates/latex/sphinxmessages.sty_t:8 msgid "continued from previous page" msgstr "continuare din pagina precedentă" @@ -2876,13 +2878,29 @@ msgstr "continuare din pagina precedentă" msgid "Continued on next page" msgstr "Se continuă pe pagina următoare" +#: sphinx/templates/latex/sphinxmessages.sty_t:9 +msgid "continues on next page" +msgstr "" + +#: sphinx/templates/latex/sphinxmessages.sty_t:10 +msgid "Non-alphabetical" +msgstr "" + +#: sphinx/templates/latex/sphinxmessages.sty_t:12 +msgid "Numbers" +msgstr "" + +#: sphinx/templates/latex/sphinxmessages.sty_t:13 +msgid "page" +msgstr "" + #: sphinx/themes/agogo/layout.html:46 sphinx/themes/basic/globaltoc.html:10 #: sphinx/themes/basic/localtoc.html:11 sphinx/themes/scrolls/layout.html:41 msgid "Table of Contents" msgstr "" #: sphinx/themes/agogo/layout.html:51 sphinx/themes/basic/layout.html:153 -#: sphinx/themes/basic/search.html:11 sphinx/themes/basic/search.html:26 +#: sphinx/themes/basic/search.html:11 sphinx/themes/basic/search.html:21 #: sphinx/themes/basic/searchresults.html:10 msgid "Search" msgstr "Căutare" @@ -3019,13 +3037,13 @@ msgstr "Subiectul următor" msgid "next chapter" msgstr "capitolul următor" -#: sphinx/themes/basic/search.html:30 +#: sphinx/themes/basic/search.html:25 msgid "" "Please activate JavaScript to enable the search\n" " functionality." msgstr "Activează JavaScript pentru a permite\nfuncția de căutare." -#: sphinx/themes/basic/search.html:35 +#: sphinx/themes/basic/search.html:30 msgid "" "From here you can search these documents. Enter your search\n" " words into the box below and click \"search\". Note that the search\n" @@ -3033,20 +3051,20 @@ msgid "" " containing fewer words won't appear in the result list." msgstr "Aici poți căuta aceste documente. Completează cuvintele\nîn căsuța de mai jos și apasă \"caută\". Funcția de căutare\nva căuta automat după toate cuvintele. Paginile\ncare conțin mai puține cuvinte nu vor apărea în lista de rezultate." -#: sphinx/themes/basic/search.html:42 +#: sphinx/themes/basic/search.html:37 #: sphinx/themes/basic/searchresults.html:17 msgid "search" msgstr "căutare" -#: sphinx/themes/basic/search.html:46 +#: sphinx/themes/basic/search.html:41 #: sphinx/themes/basic/searchresults.html:21 -#: sphinx/themes/basic/static/searchtools.js:295 +#: sphinx/themes/basic/static/searchtools.js:285 msgid "Search Results" msgstr "Rezultatele Căutării" -#: sphinx/themes/basic/search.html:48 +#: sphinx/themes/basic/search.html:43 #: sphinx/themes/basic/searchresults.html:23 -#: sphinx/themes/basic/static/searchtools.js:297 +#: sphinx/themes/basic/static/searchtools.js:287 msgid "" "Your search did not match any documents. Please make sure that all words are" " spelled correctly and that you've selected enough categories." @@ -3104,20 +3122,20 @@ msgstr "Link permanent la această definiție" msgid "Hide Search Matches" msgstr "Ascunde Rezultatele Căutării" -#: sphinx/themes/basic/static/searchtools.js:131 +#: sphinx/themes/basic/static/searchtools.js:121 msgid "Searching" msgstr "Căutare" -#: sphinx/themes/basic/static/searchtools.js:136 +#: sphinx/themes/basic/static/searchtools.js:126 msgid "Preparing search..." msgstr "Se pregătește căutarea..." -#: sphinx/themes/basic/static/searchtools.js:299 +#: sphinx/themes/basic/static/searchtools.js:289 #, python-format msgid "Search finished, found %s page(s) matching the search query." msgstr "Căutare finalizată, au fost găsite %s pagini care au corespuns căutării." -#: sphinx/themes/basic/static/searchtools.js:352 +#: sphinx/themes/basic/static/searchtools.js:342 msgid ", in " msgstr ", în" @@ -3134,18 +3152,18 @@ msgstr "Ascundere bară laterală" msgid "Contents" msgstr "Cuprins" -#: sphinx/transforms/__init__.py:259 +#: sphinx/transforms/__init__.py:261 #, python-format msgid "" "4 column based index found. It might be a bug of extensions you use: %r" msgstr "" -#: sphinx/transforms/__init__.py:301 +#: sphinx/transforms/__init__.py:303 #, python-format msgid "Footnote [%s] is not referenced." msgstr "" -#: sphinx/transforms/__init__.py:307 +#: sphinx/transforms/__init__.py:309 msgid "Footnote [#] is not referenced." msgstr "" @@ -3216,7 +3234,7 @@ msgstr "" msgid "failed" msgstr "" -#: sphinx/util/docutils.py:321 +#: sphinx/util/docutils.py:320 msgid "when adding directive classes, no additional arguments may be given" msgstr "" @@ -3277,15 +3295,15 @@ msgstr "Link permanent la acest tabel" msgid "Permalink to this code" msgstr "Link permanent la acest cod" -#: sphinx/writers/html.py:514 sphinx/writers/html5.py:460 +#: sphinx/writers/html.py:512 sphinx/writers/html5.py:458 msgid "Permalink to this image" msgstr "Link permanent la această imagine" -#: sphinx/writers/html.py:516 sphinx/writers/html5.py:462 +#: sphinx/writers/html.py:514 sphinx/writers/html5.py:460 msgid "Permalink to this toctree" msgstr "Link permanent la acest cuprins" -#: sphinx/writers/html.py:674 sphinx/writers/html5.py:608 +#: sphinx/writers/html.py:672 sphinx/writers/html5.py:606 msgid "Could not obtain image size. :scale: option is ignored." msgstr "" @@ -3322,12 +3340,12 @@ msgstr "" msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: sphinx/writers/latex.py:1843 +#: sphinx/writers/latex.py:1847 #, python-format msgid "unknown index entry type %s found" msgstr "" -#: sphinx/writers/latex.py:2552 +#: sphinx/writers/latex.py:2560 #, python-format msgid "Unknown configure key: latex_elements[%r] is ignored." msgstr "" @@ -3345,12 +3363,12 @@ msgstr "[figură]" msgid "caption not inside a figure." msgstr "" -#: sphinx/writers/texinfo.py:1421 +#: sphinx/writers/texinfo.py:1422 #, python-format msgid "unimplemented node type: %r" msgstr "" -#: sphinx/writers/texinfo.py:1426 +#: sphinx/writers/texinfo.py:1427 #, python-format msgid "unknown node type: %r" msgstr "" diff --git a/sphinx/locale/ru/LC_MESSAGES/sphinx.mo b/sphinx/locale/ru/LC_MESSAGES/sphinx.mo index 04c451f2fb..d9ebd777cb 100644 Binary files a/sphinx/locale/ru/LC_MESSAGES/sphinx.mo and b/sphinx/locale/ru/LC_MESSAGES/sphinx.mo differ diff --git a/sphinx/locale/ru/LC_MESSAGES/sphinx.po b/sphinx/locale/ru/LC_MESSAGES/sphinx.po index c95739dce3..4ccab39b54 100644 --- a/sphinx/locale/ru/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/ru/LC_MESSAGES/sphinx.po @@ -13,9 +13,9 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2019-02-18 01:52+0900\n" -"PO-Revision-Date: 2019-03-14 16:36+0000\n" -"Last-Translator: Takeshi KOMIYA \n" +"POT-Creation-Date: 2019-03-29 01:05+0900\n" +"PO-Revision-Date: 2019-03-28 16:09+0000\n" +"Last-Translator: ferm32 \n" "Language-Team: Russian (http://www.transifex.com/sphinx-doc/sphinx-1/language/ru/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -127,7 +127,7 @@ msgstr "" msgid "role %r is already registered, it will be overridden" msgstr "" -#: sphinx/application.py:1182 +#: sphinx/application.py:1179 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -135,7 +135,7 @@ msgid "" "explicit" msgstr "" -#: sphinx/application.py:1188 +#: sphinx/application.py:1185 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -143,7 +143,7 @@ msgid "" "explicit" msgstr "" -#: sphinx/application.py:1199 +#: sphinx/application.py:1196 #, python-format msgid "doing serial %s" msgstr "" @@ -592,44 +592,44 @@ msgstr "" msgid "preparing documents" msgstr "" -#: sphinx/builders/_epub_base.py:219 +#: sphinx/builders/_epub_base.py:218 #, python-format msgid "duplicated ToC entry found: %s" msgstr "" -#: sphinx/builders/_epub_base.py:415 sphinx/builders/html.py:761 -#: sphinx/builders/latex/__init__.py:413 sphinx/builders/texinfo.py:190 +#: sphinx/builders/_epub_base.py:414 sphinx/builders/html.py:761 +#: sphinx/builders/latex/__init__.py:415 sphinx/builders/texinfo.py:190 msgid "copying images... " msgstr "" -#: sphinx/builders/_epub_base.py:422 +#: sphinx/builders/_epub_base.py:421 #, python-format msgid "cannot read image file %r: copying it instead" msgstr "Не получается считать файл изображение %r: скопируйте его" -#: sphinx/builders/_epub_base.py:428 sphinx/builders/html.py:769 -#: sphinx/builders/latex/__init__.py:421 sphinx/builders/texinfo.py:198 +#: sphinx/builders/_epub_base.py:427 sphinx/builders/html.py:769 +#: sphinx/builders/latex/__init__.py:423 sphinx/builders/texinfo.py:199 #, python-format msgid "cannot copy image file %r: %s" msgstr "Не получается скопировать файл изображения %r: %s" -#: sphinx/builders/_epub_base.py:445 +#: sphinx/builders/_epub_base.py:444 #, python-format msgid "cannot write image file %r: %s" msgstr "Не получается записать файл изображения %r: %s" -#: sphinx/builders/_epub_base.py:456 +#: sphinx/builders/_epub_base.py:455 msgid "Pillow not found - copying image files" msgstr "" -#: sphinx/builders/_epub_base.py:491 sphinx/builders/_epub_base.py:504 -#: sphinx/builders/_epub_base.py:540 sphinx/builders/_epub_base.py:725 -#: sphinx/builders/_epub_base.py:758 sphinx/builders/epub3.py:184 +#: sphinx/builders/_epub_base.py:490 sphinx/builders/_epub_base.py:503 +#: sphinx/builders/_epub_base.py:539 sphinx/builders/_epub_base.py:724 +#: sphinx/builders/_epub_base.py:757 sphinx/builders/epub3.py:183 #, python-format msgid "writing %s file..." msgstr "записывается %s файл..." -#: sphinx/builders/_epub_base.py:566 +#: sphinx/builders/_epub_base.py:565 #, python-format msgid "unknown mimetype for %s, ignoring" msgstr "" @@ -648,19 +648,19 @@ msgstr "" msgid "writing summary file..." msgstr "" -#: sphinx/builders/changes.py:87 +#: sphinx/builders/changes.py:86 msgid "Builtins" msgstr "Встроенные функции" -#: sphinx/builders/changes.py:89 +#: sphinx/builders/changes.py:88 msgid "Module level" msgstr "Модуль" -#: sphinx/builders/changes.py:134 +#: sphinx/builders/changes.py:133 msgid "copying source files..." msgstr "" -#: sphinx/builders/changes.py:141 +#: sphinx/builders/changes.py:140 #, python-format msgid "could not read %r for changelog creation" msgstr "" @@ -669,76 +669,76 @@ msgstr "" msgid "The dummy builder generates no files." msgstr "" -#: sphinx/builders/epub3.py:69 +#: sphinx/builders/epub3.py:68 #, python-format msgid "The ePub file is in %(outdir)s." msgstr "" -#: sphinx/builders/epub3.py:212 +#: sphinx/builders/epub3.py:211 msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:216 +#: sphinx/builders/epub3.py:215 msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:219 +#: sphinx/builders/epub3.py:218 msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:223 +#: sphinx/builders/epub3.py:222 msgid "conf value \"epub_author\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:226 +#: sphinx/builders/epub3.py:225 msgid "conf value \"epub_contributor\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:229 +#: sphinx/builders/epub3.py:228 msgid "conf value \"epub_description\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:232 +#: sphinx/builders/epub3.py:231 msgid "conf value \"epub_publisher\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:235 +#: sphinx/builders/epub3.py:234 msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:239 +#: sphinx/builders/epub3.py:238 msgid "conf value \"epub_identifier\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:242 +#: sphinx/builders/epub3.py:241 msgid "conf value \"version\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:257 sphinx/builders/html.py:1166 +#: sphinx/builders/epub3.py:256 sphinx/builders/html.py:1166 #, python-format msgid "invalid css_file: %r, ignored" msgstr "" -#: sphinx/builders/gettext.py:215 +#: sphinx/builders/gettext.py:221 #, python-format msgid "The message catalogs are in %(outdir)s." msgstr "" -#: sphinx/builders/gettext.py:239 +#: sphinx/builders/gettext.py:245 #, python-format msgid "building [%s]: " msgstr "" -#: sphinx/builders/gettext.py:240 +#: sphinx/builders/gettext.py:246 #, python-format msgid "targets for %d template files" msgstr "" -#: sphinx/builders/gettext.py:244 +#: sphinx/builders/gettext.py:250 msgid "reading templates... " msgstr "" -#: sphinx/builders/gettext.py:271 +#: sphinx/builders/gettext.py:277 msgid "writing message catalogs... " msgstr "" @@ -757,7 +757,7 @@ msgstr "" msgid "Failed to read build info file: %r" msgstr "" -#: sphinx/builders/html.py:488 sphinx/builders/latex/__init__.py:204 +#: sphinx/builders/html.py:488 sphinx/builders/latex/__init__.py:206 #: sphinx/transforms/__init__.py:121 sphinx/writers/manpage.py:118 #: sphinx/writers/texinfo.py:243 #, python-format @@ -810,7 +810,7 @@ msgstr "" msgid "html_static_path entry %r does not exist" msgstr "" -#: sphinx/builders/html.py:839 sphinx/builders/latex/__init__.py:398 +#: sphinx/builders/html.py:839 sphinx/builders/latex/__init__.py:400 #, python-format msgid "logo file %r does not exist" msgstr "" @@ -927,7 +927,7 @@ msgstr "" msgid "no \"man_pages\" config value found; no manual pages will be written" msgstr "" -#: sphinx/builders/latex/__init__.py:270 sphinx/builders/manpage.py:64 +#: sphinx/builders/latex/__init__.py:272 sphinx/builders/manpage.py:64 #: sphinx/builders/singlehtml.py:174 sphinx/builders/texinfo.py:120 msgid "writing" msgstr "" @@ -971,24 +971,24 @@ msgstr "" msgid "\"texinfo_documents\" config value references unknown document %s" msgstr "" -#: sphinx/builders/latex/__init__.py:253 sphinx/builders/texinfo.py:116 +#: sphinx/builders/latex/__init__.py:255 sphinx/builders/texinfo.py:116 #, python-format msgid "processing %s" msgstr "" -#: sphinx/builders/latex/__init__.py:322 sphinx/builders/texinfo.py:163 +#: sphinx/builders/latex/__init__.py:323 sphinx/builders/texinfo.py:164 msgid "resolving references..." msgstr "" -#: sphinx/builders/latex/__init__.py:332 sphinx/builders/texinfo.py:172 +#: sphinx/builders/latex/__init__.py:333 sphinx/builders/texinfo.py:173 msgid " (in " msgstr " (в " -#: sphinx/builders/texinfo.py:204 +#: sphinx/builders/texinfo.py:205 msgid "copying Texinfo support files" msgstr "" -#: sphinx/builders/texinfo.py:208 +#: sphinx/builders/texinfo.py:209 #, python-format msgid "error writing file Makefile: %s" msgstr "" @@ -1008,28 +1008,28 @@ msgstr "" msgid "The pseudo-XML files are in %(outdir)s." msgstr "" -#: sphinx/builders/latex/__init__.py:121 +#: sphinx/builders/latex/__init__.py:123 #, python-format msgid "The LaTeX files are in %(outdir)s." msgstr "" -#: sphinx/builders/latex/__init__.py:123 +#: sphinx/builders/latex/__init__.py:125 msgid "" "\n" "Run 'make' in that directory to run these through (pdf)latex\n" "(use `make latexpdf' here to do that automatically)." msgstr "" -#: sphinx/builders/latex/__init__.py:163 +#: sphinx/builders/latex/__init__.py:165 msgid "no \"latex_documents\" config value found; no documents will be written" msgstr "" -#: sphinx/builders/latex/__init__.py:171 +#: sphinx/builders/latex/__init__.py:173 #, python-format msgid "\"latex_documents\" config value references unknown document %s" msgstr "" -#: sphinx/builders/latex/__init__.py:211 sphinx/domains/std.py:501 +#: sphinx/builders/latex/__init__.py:213 sphinx/domains/std.py:501 #: sphinx/templates/latex/latex.tex_t:79 #: sphinx/themes/basic/genindex-single.html:30 #: sphinx/themes/basic/genindex-single.html:55 @@ -1041,28 +1041,28 @@ msgstr "" msgid "Index" msgstr "Алфавитный указатель" -#: sphinx/builders/latex/__init__.py:214 sphinx/templates/latex/latex.tex_t:64 +#: sphinx/builders/latex/__init__.py:216 sphinx/templates/latex/latex.tex_t:64 msgid "Release" msgstr "Выпуск" -#: sphinx/builders/latex/__init__.py:222 sphinx/writers/latex.py:549 +#: sphinx/builders/latex/__init__.py:224 sphinx/writers/latex.py:549 #, python-format msgid "no Babel option known for language %r" msgstr "" -#: sphinx/builders/latex/__init__.py:361 +#: sphinx/builders/latex/__init__.py:363 msgid "copying TeX support files" msgstr "" -#: sphinx/builders/latex/__init__.py:382 +#: sphinx/builders/latex/__init__.py:384 msgid "copying TeX support files..." msgstr "" -#: sphinx/builders/latex/__init__.py:402 +#: sphinx/builders/latex/__init__.py:404 msgid "copying additional files" msgstr "" -#: sphinx/builders/latex/__init__.py:445 +#: sphinx/builders/latex/__init__.py:447 #, python-format msgid "Unknown configure key: latex_elements[%r]. ignored." msgstr "" @@ -1125,8 +1125,8 @@ msgstr "" msgid "job number should be a positive number" msgstr "" -#: sphinx/cmd/build.py:106 sphinx/cmd/quickstart.py:498 -#: sphinx/ext/apidoc.py:298 sphinx/ext/autosummary/generate.py:365 +#: sphinx/cmd/build.py:106 sphinx/cmd/quickstart.py:497 +#: sphinx/ext/apidoc.py:298 sphinx/ext/autosummary/generate.py:363 msgid "For more information, visit ." msgstr "" @@ -1503,13 +1503,13 @@ msgstr "" msgid "Indicate which of the following Sphinx extensions should be enabled:" msgstr "" -#: sphinx/cmd/quickstart.py:354 +#: sphinx/cmd/quickstart.py:353 msgid "" "Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " "been deselected." msgstr "" -#: sphinx/cmd/quickstart.py:359 +#: sphinx/cmd/quickstart.py:358 msgid "" "\n" "A Makefile and a Windows command file can be generated for you so that you\n" @@ -1517,29 +1517,29 @@ msgid "" "directly." msgstr "" -#: sphinx/cmd/quickstart.py:363 +#: sphinx/cmd/quickstart.py:362 msgid "Create Makefile? (y/n)" msgstr "" -#: sphinx/cmd/quickstart.py:366 +#: sphinx/cmd/quickstart.py:365 msgid "Create Windows command file? (y/n)" msgstr "" -#: sphinx/cmd/quickstart.py:409 sphinx/ext/apidoc.py:74 +#: sphinx/cmd/quickstart.py:408 sphinx/ext/apidoc.py:74 #, python-format msgid "Creating file %s." msgstr "Создание файла %s." -#: sphinx/cmd/quickstart.py:414 sphinx/ext/apidoc.py:72 +#: sphinx/cmd/quickstart.py:413 sphinx/ext/apidoc.py:72 #, python-format msgid "File %s already exists, skipping." msgstr "Файл %s уже существует, пропускаем." -#: sphinx/cmd/quickstart.py:450 +#: sphinx/cmd/quickstart.py:449 msgid "Finished: An initial directory structure has been created." msgstr "" -#: sphinx/cmd/quickstart.py:451 +#: sphinx/cmd/quickstart.py:450 #, python-format msgid "" "\n" @@ -1547,26 +1547,26 @@ msgid "" "source files. " msgstr "" -#: sphinx/cmd/quickstart.py:453 +#: sphinx/cmd/quickstart.py:452 msgid "" "Use the Makefile to build the docs, like so:\n" " make builder\n" msgstr "" -#: sphinx/cmd/quickstart.py:456 +#: sphinx/cmd/quickstart.py:455 #, python-format msgid "" "Use the sphinx-build command to build the docs, like so:\n" " sphinx-build -b builder %s %s\n" msgstr "" -#: sphinx/cmd/quickstart.py:459 +#: sphinx/cmd/quickstart.py:458 msgid "" "where \"builder\" is one of the supported builders, e.g. html, latex or " "linkcheck.\n" msgstr "" -#: sphinx/cmd/quickstart.py:499 +#: sphinx/cmd/quickstart.py:498 msgid "" "\n" "Generate required files for a Sphinx project.\n" @@ -1576,131 +1576,131 @@ msgid "" "Makefile to be used with sphinx-build.\n" msgstr "" -#: sphinx/cmd/quickstart.py:509 +#: sphinx/cmd/quickstart.py:508 msgid "quiet mode" msgstr "" -#: sphinx/cmd/quickstart.py:514 +#: sphinx/cmd/quickstart.py:513 msgid "output path" msgstr "" -#: sphinx/cmd/quickstart.py:516 +#: sphinx/cmd/quickstart.py:515 msgid "Structure options" msgstr "" -#: sphinx/cmd/quickstart.py:518 +#: sphinx/cmd/quickstart.py:517 msgid "if specified, separate source and build dirs" msgstr "" -#: sphinx/cmd/quickstart.py:520 +#: sphinx/cmd/quickstart.py:519 msgid "replacement for dot in _templates etc." msgstr "" -#: sphinx/cmd/quickstart.py:522 +#: sphinx/cmd/quickstart.py:521 msgid "Project basic options" msgstr "" -#: sphinx/cmd/quickstart.py:524 +#: sphinx/cmd/quickstart.py:523 msgid "project name" msgstr "имя проекта" -#: sphinx/cmd/quickstart.py:526 +#: sphinx/cmd/quickstart.py:525 msgid "author names" msgstr "имена авторов" -#: sphinx/cmd/quickstart.py:528 +#: sphinx/cmd/quickstart.py:527 msgid "version of project" msgstr "версия проекта" -#: sphinx/cmd/quickstart.py:530 +#: sphinx/cmd/quickstart.py:529 msgid "release of project" msgstr "релиз проекта" -#: sphinx/cmd/quickstart.py:532 +#: sphinx/cmd/quickstart.py:531 msgid "document language" msgstr "язык проекта" -#: sphinx/cmd/quickstart.py:534 +#: sphinx/cmd/quickstart.py:533 msgid "source file suffix" msgstr "" -#: sphinx/cmd/quickstart.py:536 +#: sphinx/cmd/quickstart.py:535 msgid "master document name" msgstr "" -#: sphinx/cmd/quickstart.py:538 +#: sphinx/cmd/quickstart.py:537 msgid "use epub" msgstr "использовать epub" -#: sphinx/cmd/quickstart.py:540 +#: sphinx/cmd/quickstart.py:539 msgid "Extension options" msgstr "" -#: sphinx/cmd/quickstart.py:544 sphinx/ext/apidoc.py:379 +#: sphinx/cmd/quickstart.py:543 sphinx/ext/apidoc.py:379 #, python-format msgid "enable %s extension" msgstr "" -#: sphinx/cmd/quickstart.py:546 sphinx/ext/apidoc.py:375 +#: sphinx/cmd/quickstart.py:545 sphinx/ext/apidoc.py:375 msgid "enable arbitrary extensions" msgstr "" -#: sphinx/cmd/quickstart.py:548 +#: sphinx/cmd/quickstart.py:547 msgid "Makefile and Batchfile creation" msgstr "" -#: sphinx/cmd/quickstart.py:550 +#: sphinx/cmd/quickstart.py:549 msgid "create makefile" msgstr "" -#: sphinx/cmd/quickstart.py:552 +#: sphinx/cmd/quickstart.py:551 msgid "do not create makefile" msgstr "" -#: sphinx/cmd/quickstart.py:554 +#: sphinx/cmd/quickstart.py:553 msgid "create batchfile" msgstr "" -#: sphinx/cmd/quickstart.py:557 +#: sphinx/cmd/quickstart.py:556 msgid "do not create batchfile" msgstr "" -#: sphinx/cmd/quickstart.py:560 +#: sphinx/cmd/quickstart.py:559 msgid "use make-mode for Makefile/make.bat" msgstr "" -#: sphinx/cmd/quickstart.py:563 +#: sphinx/cmd/quickstart.py:562 msgid "do not use make-mode for Makefile/make.bat" msgstr "" -#: sphinx/cmd/quickstart.py:565 +#: sphinx/cmd/quickstart.py:564 msgid "Project templating" msgstr "" -#: sphinx/cmd/quickstart.py:568 +#: sphinx/cmd/quickstart.py:567 msgid "template directory for template files" msgstr "" -#: sphinx/cmd/quickstart.py:571 +#: sphinx/cmd/quickstart.py:570 msgid "define a template variable" msgstr "" -#: sphinx/cmd/quickstart.py:605 +#: sphinx/cmd/quickstart.py:604 msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." msgstr "" -#: sphinx/cmd/quickstart.py:619 +#: sphinx/cmd/quickstart.py:618 msgid "" "Error: specified path is not a directory, or sphinx files already exist." msgstr "" -#: sphinx/cmd/quickstart.py:621 +#: sphinx/cmd/quickstart.py:620 msgid "" "sphinx-quickstart only generate into a empty directory. Please specify a new" " root path." msgstr "" -#: sphinx/cmd/quickstart.py:636 +#: sphinx/cmd/quickstart.py:635 #, python-format msgid "Invalid template variable: %s" msgstr "" @@ -1772,17 +1772,17 @@ msgstr "Автор: " msgid "%s %s" msgstr "%s %s" -#: sphinx/domains/c.py:64 sphinx/domains/cpp.py:6371 +#: sphinx/domains/c.py:64 sphinx/domains/cpp.py:6445 #: sphinx/domains/python.py:210 sphinx/ext/napoleon/docstring.py:696 msgid "Parameters" msgstr "Параметры" -#: sphinx/domains/c.py:67 sphinx/domains/cpp.py:6380 -#: sphinx/domains/javascript.py:210 sphinx/domains/python.py:222 +#: sphinx/domains/c.py:67 sphinx/domains/cpp.py:6454 +#: sphinx/domains/javascript.py:209 sphinx/domains/python.py:222 msgid "Returns" msgstr "Результат" -#: sphinx/domains/c.py:69 sphinx/domains/javascript.py:212 +#: sphinx/domains/c.py:69 sphinx/domains/javascript.py:211 #: sphinx/domains/python.py:224 msgid "Return type" msgstr "Тип результата" @@ -1812,12 +1812,12 @@ msgstr "%s (тип C)" msgid "%s (C variable)" msgstr "%s (переменная C)" -#: sphinx/domains/c.py:258 sphinx/domains/cpp.py:6956 -#: sphinx/domains/javascript.py:298 sphinx/domains/python.py:741 +#: sphinx/domains/c.py:258 sphinx/domains/cpp.py:7029 +#: sphinx/domains/javascript.py:297 sphinx/domains/python.py:742 msgid "function" msgstr "функция" -#: sphinx/domains/c.py:259 sphinx/domains/cpp.py:6957 +#: sphinx/domains/c.py:259 sphinx/domains/cpp.py:7030 msgid "member" msgstr "поле" @@ -1825,7 +1825,7 @@ msgstr "поле" msgid "macro" msgstr "макрос" -#: sphinx/domains/c.py:261 sphinx/domains/cpp.py:6958 +#: sphinx/domains/c.py:261 sphinx/domains/cpp.py:7031 msgid "type" msgstr "тип" @@ -1848,106 +1848,106 @@ msgstr "Изменено в версии %s" msgid "Deprecated since version %s" msgstr "Не рекомендуется, начиная с версии %s" -#: sphinx/domains/cpp.py:4297 +#: sphinx/domains/cpp.py:4323 #, python-format msgid "" "Duplicate declaration, also defined in '%s'.\n" "Declaration is '%s'." msgstr "" -#: sphinx/domains/cpp.py:6374 +#: sphinx/domains/cpp.py:6448 msgid "Template Parameters" msgstr "Параметры шаблона" -#: sphinx/domains/cpp.py:6377 sphinx/domains/javascript.py:207 +#: sphinx/domains/cpp.py:6451 sphinx/domains/javascript.py:206 msgid "Throws" msgstr "Бросает исключение" -#: sphinx/domains/cpp.py:6505 +#: sphinx/domains/cpp.py:6579 #, python-format msgid "%s (C++ %s)" msgstr "" -#: sphinx/domains/cpp.py:6954 sphinx/domains/javascript.py:300 -#: sphinx/domains/python.py:743 +#: sphinx/domains/cpp.py:7027 sphinx/domains/javascript.py:299 +#: sphinx/domains/python.py:744 msgid "class" msgstr "класс" -#: sphinx/domains/cpp.py:6955 +#: sphinx/domains/cpp.py:7028 msgid "union" msgstr "" -#: sphinx/domains/cpp.py:6959 +#: sphinx/domains/cpp.py:7032 msgid "concept" msgstr "концепт" -#: sphinx/domains/cpp.py:6960 +#: sphinx/domains/cpp.py:7033 msgid "enum" msgstr "перечисляемый тип" -#: sphinx/domains/cpp.py:6961 +#: sphinx/domains/cpp.py:7034 msgid "enumerator" msgstr "перечислитель" -#: sphinx/domains/cpp.py:7054 +#: sphinx/domains/cpp.py:7127 #, python-format msgid "" "Duplicate declaration, also defined in '%s'.\n" "Name of declaration is '%s'." msgstr "" -#: sphinx/domains/javascript.py:131 sphinx/domains/python.py:429 +#: sphinx/domains/javascript.py:130 sphinx/domains/python.py:430 #, python-format msgid "%s() (built-in function)" msgstr "%s() (встроенная функция)" -#: sphinx/domains/javascript.py:132 sphinx/domains/python.py:494 +#: sphinx/domains/javascript.py:131 sphinx/domains/python.py:495 #, python-format msgid "%s() (%s method)" msgstr "%s() (метод %s)" -#: sphinx/domains/javascript.py:134 +#: sphinx/domains/javascript.py:133 #, python-format msgid "%s() (class)" msgstr "%s() (класс)" -#: sphinx/domains/javascript.py:136 +#: sphinx/domains/javascript.py:135 #, python-format msgid "%s (global variable or constant)" msgstr "%s (глобальная переменная или константа)" -#: sphinx/domains/javascript.py:138 sphinx/domains/python.py:532 +#: sphinx/domains/javascript.py:137 sphinx/domains/python.py:533 #, python-format msgid "%s (%s attribute)" msgstr "%s (атрибут %s)" -#: sphinx/domains/javascript.py:204 +#: sphinx/domains/javascript.py:203 msgid "Arguments" msgstr "Аргументы" -#: sphinx/domains/javascript.py:265 sphinx/domains/python.py:609 +#: sphinx/domains/javascript.py:264 sphinx/domains/python.py:610 #, python-format msgid "%s (module)" msgstr "%s (модуль)" -#: sphinx/domains/javascript.py:299 sphinx/domains/python.py:745 +#: sphinx/domains/javascript.py:298 sphinx/domains/python.py:746 msgid "method" msgstr "метод" -#: sphinx/domains/javascript.py:301 sphinx/domains/python.py:742 +#: sphinx/domains/javascript.py:300 sphinx/domains/python.py:743 msgid "data" msgstr "данные" -#: sphinx/domains/javascript.py:302 sphinx/domains/python.py:748 +#: sphinx/domains/javascript.py:301 sphinx/domains/python.py:749 msgid "attribute" msgstr "атрибут" -#: sphinx/domains/javascript.py:303 sphinx/domains/python.py:49 -#: sphinx/domains/python.py:749 +#: sphinx/domains/javascript.py:302 sphinx/domains/python.py:49 +#: sphinx/domains/python.py:750 msgid "module" msgstr "модуль" -#: sphinx/domains/math.py:101 sphinx/writers/latex.py:2451 +#: sphinx/domains/math.py:101 sphinx/writers/latex.py:2459 #, python-format msgid "Invalid math_eqref_format: %r" msgstr "" @@ -1969,7 +1969,7 @@ msgstr "оператор" msgid "object" msgstr "объект" -#: sphinx/domains/python.py:53 sphinx/domains/python.py:744 +#: sphinx/domains/python.py:53 sphinx/domains/python.py:745 msgid "exception" msgstr "исключение" @@ -1989,88 +1989,88 @@ msgstr "Переменные" msgid "Raises" msgstr "Исключение" -#: sphinx/domains/python.py:430 sphinx/domains/python.py:488 -#: sphinx/domains/python.py:500 sphinx/domains/python.py:513 +#: sphinx/domains/python.py:431 sphinx/domains/python.py:489 +#: sphinx/domains/python.py:501 sphinx/domains/python.py:514 #, python-format msgid "%s() (in module %s)" msgstr "%s() (в модуле %s)" -#: sphinx/domains/python.py:433 +#: sphinx/domains/python.py:434 #, python-format msgid "%s (built-in variable)" msgstr "%s (встроенная переменная)" -#: sphinx/domains/python.py:434 sphinx/domains/python.py:526 +#: sphinx/domains/python.py:435 sphinx/domains/python.py:527 #, python-format msgid "%s (in module %s)" msgstr "%s (в модуле %s)" -#: sphinx/domains/python.py:454 +#: sphinx/domains/python.py:455 #, python-format msgid "%s (built-in class)" msgstr "%s (встроенный класс)" -#: sphinx/domains/python.py:455 +#: sphinx/domains/python.py:456 #, python-format msgid "%s (class in %s)" msgstr "%s (класс в %s)" -#: sphinx/domains/python.py:492 +#: sphinx/domains/python.py:493 #, python-format msgid "%s() (%s.%s method)" msgstr "%s() (метод %s.%s)" -#: sphinx/domains/python.py:504 +#: sphinx/domains/python.py:505 #, python-format msgid "%s() (%s.%s static method)" msgstr "%s() (статический метод %s.%s)" -#: sphinx/domains/python.py:507 +#: sphinx/domains/python.py:508 #, python-format msgid "%s() (%s static method)" msgstr "%s() (статический метод %s)" -#: sphinx/domains/python.py:517 +#: sphinx/domains/python.py:518 #, python-format msgid "%s() (%s.%s class method)" msgstr "%s() (метод класса %s.%s)" -#: sphinx/domains/python.py:520 +#: sphinx/domains/python.py:521 #, python-format msgid "%s() (%s class method)" msgstr "%s() (метод класса %s)" -#: sphinx/domains/python.py:530 +#: sphinx/domains/python.py:531 #, python-format msgid "%s (%s.%s attribute)" msgstr "%s (атрибут %s.%s)" -#: sphinx/domains/python.py:667 +#: sphinx/domains/python.py:668 msgid "Python Module Index" msgstr "Содержание модулей Python" -#: sphinx/domains/python.py:668 +#: sphinx/domains/python.py:669 msgid "modules" msgstr "модули" -#: sphinx/domains/python.py:719 +#: sphinx/domains/python.py:720 msgid "Deprecated" msgstr "Не рекомендуется" -#: sphinx/domains/python.py:746 +#: sphinx/domains/python.py:747 msgid "class method" msgstr "метод класса" -#: sphinx/domains/python.py:747 +#: sphinx/domains/python.py:748 msgid "static method" msgstr "статический метод" -#: sphinx/domains/python.py:879 +#: sphinx/domains/python.py:880 #, python-format msgid "more than one target found for cross-reference %r: %s" msgstr "" -#: sphinx/domains/python.py:917 +#: sphinx/domains/python.py:918 msgid " (deprecated)" msgstr "(использование не рекомендуется)" @@ -2146,7 +2146,7 @@ msgstr "Поиск" msgid "duplicate citation %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:631 sphinx/ext/autosectionlabel.py:61 +#: sphinx/domains/std.py:631 sphinx/ext/autosectionlabel.py:56 #, python-format msgid "duplicate label %s, other instance in %s" msgstr "" @@ -2206,21 +2206,21 @@ msgid "" "another doctree directory." msgstr "" -#: sphinx/environment/__init__.py:408 +#: sphinx/environment/__init__.py:404 #, python-format msgid "Failed to scan documents in %s: %r" msgstr "" -#: sphinx/environment/__init__.py:536 +#: sphinx/environment/__init__.py:532 #, python-format msgid "Domain %r is not registered" msgstr "" -#: sphinx/environment/__init__.py:621 +#: sphinx/environment/__init__.py:617 msgid "self referenced toctree found. Ignored." msgstr "" -#: sphinx/environment/__init__.py:662 +#: sphinx/environment/__init__.py:658 msgid "document isn't included in any toctree" msgstr "" @@ -2240,6 +2240,7 @@ msgid "unknown index entry type %r" msgstr "" #: sphinx/environment/adapters/indexentries.py:156 +#: sphinx/templates/latex/sphinxmessages.sty_t:11 msgid "Symbols" msgstr "Символы" @@ -2265,22 +2266,22 @@ msgstr "" msgid "toctree contains reference to nonexisting document %r" msgstr "" -#: sphinx/environment/collectors/asset.py:91 +#: sphinx/environment/collectors/asset.py:90 #, python-format msgid "image file not readable: %s" msgstr "" -#: sphinx/environment/collectors/asset.py:107 +#: sphinx/environment/collectors/asset.py:106 #, python-format msgid "image file %s not readable: %s" msgstr "" -#: sphinx/environment/collectors/asset.py:135 +#: sphinx/environment/collectors/asset.py:134 #, python-format msgid "download file not readable: %s" msgstr "" -#: sphinx/environment/collectors/toctree.py:197 +#: sphinx/environment/collectors/toctree.py:196 #, python-format msgid "%s is already assigned section numbers (nested numbered toctree?)" msgstr "" @@ -2424,38 +2425,38 @@ msgstr "" msgid "module %s could not be imported: %s" msgstr "" -#: sphinx/ext/doctest.py:142 +#: sphinx/ext/doctest.py:132 #, python-format msgid "missing '+' or '-' in '%s' option." msgstr "" -#: sphinx/ext/doctest.py:147 +#: sphinx/ext/doctest.py:137 #, python-format msgid "'%s' is not a valid option." msgstr "" -#: sphinx/ext/doctest.py:161 +#: sphinx/ext/doctest.py:151 #, python-format msgid "'%s' is not a valid pyversion option" msgstr "" -#: sphinx/ext/doctest.py:230 +#: sphinx/ext/doctest.py:222 msgid "invalid TestCode type" msgstr "" -#: sphinx/ext/doctest.py:291 +#: sphinx/ext/doctest.py:283 #, python-format msgid "" "Testing of doctests in the sources finished, look at the results in " "%(outdir)s/output.txt." msgstr "" -#: sphinx/ext/doctest.py:438 +#: sphinx/ext/doctest.py:446 #, python-format msgid "no code/output in %s block at %s:%s" msgstr "" -#: sphinx/ext/doctest.py:527 +#: sphinx/ext/doctest.py:535 #, python-format msgid "ignoring invalid doctest code: %r" msgstr "" @@ -2473,7 +2474,7 @@ msgstr "" msgid "Ignoring \"graphviz\" directive without content." msgstr "" -#: sphinx/ext/graphviz.py:252 +#: sphinx/ext/graphviz.py:250 #, python-format msgid "" "dot did not produce an output file:\n" @@ -2483,14 +2484,14 @@ msgid "" "%r" msgstr "" -#: sphinx/ext/graphviz.py:256 +#: sphinx/ext/graphviz.py:254 #, python-format msgid "" "dot command %r cannot be run (needed for graphviz output), check the " "graphviz_dot setting" msgstr "" -#: sphinx/ext/graphviz.py:263 +#: sphinx/ext/graphviz.py:261 #, python-format msgid "" "dot exited with error:\n" @@ -2500,23 +2501,23 @@ msgid "" "%r" msgstr "" -#: sphinx/ext/graphviz.py:273 +#: sphinx/ext/graphviz.py:271 #, python-format msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" msgstr "" -#: sphinx/ext/graphviz.py:277 sphinx/ext/graphviz.py:331 -#: sphinx/ext/graphviz.py:369 +#: sphinx/ext/graphviz.py:275 sphinx/ext/graphviz.py:329 +#: sphinx/ext/graphviz.py:367 #, python-format msgid "dot code %r: %s" msgstr "" -#: sphinx/ext/graphviz.py:384 sphinx/ext/graphviz.py:393 +#: sphinx/ext/graphviz.py:382 sphinx/ext/graphviz.py:391 #, python-format msgid "[graph: %s]" msgstr "[иллюстрация: %s]" -#: sphinx/ext/graphviz.py:386 sphinx/ext/graphviz.py:395 +#: sphinx/ext/graphviz.py:384 sphinx/ext/graphviz.py:393 msgid "[graph]" msgstr "[иллюстрация]" @@ -2535,31 +2536,31 @@ msgid "" "%r" msgstr "" -#: sphinx/ext/imgmath.py:140 +#: sphinx/ext/imgmath.py:139 #, python-format msgid "" "LaTeX command %r cannot be run (needed for math display), check the " "imgmath_latex setting" msgstr "" -#: sphinx/ext/imgmath.py:155 +#: sphinx/ext/imgmath.py:154 #, python-format msgid "" "%s command %r cannot be run (needed for math display), check the imgmath_%s " "setting" msgstr "" -#: sphinx/ext/imgmath.py:290 +#: sphinx/ext/imgmath.py:289 #, python-format msgid "display latex %r: %s" msgstr "" -#: sphinx/ext/imgmath.py:317 +#: sphinx/ext/imgmath.py:316 #, python-format msgid "inline latex %r: %s" msgstr "" -#: sphinx/ext/imgmath.py:324 sphinx/ext/mathjax.py:54 +#: sphinx/ext/imgmath.py:323 sphinx/ext/mathjax.py:54 msgid "Permalink to this equation" msgstr "Ссылка на это уравнение" @@ -2579,26 +2580,26 @@ msgid "" "alternatives:" msgstr "" -#: sphinx/ext/intersphinx.py:237 +#: sphinx/ext/intersphinx.py:238 msgid "failed to reach any of the inventories with the following issues:" msgstr "" -#: sphinx/ext/intersphinx.py:312 +#: sphinx/ext/intersphinx.py:311 #, python-format msgid "(in %s v%s)" msgstr "(в %s v%s)" -#: sphinx/ext/intersphinx.py:314 +#: sphinx/ext/intersphinx.py:313 #, python-format msgid "(in %s)" msgstr "" -#: sphinx/ext/intersphinx.py:348 +#: sphinx/ext/intersphinx.py:347 #, python-format msgid "intersphinx identifier %r is not string. Ignored" msgstr "" -#: sphinx/ext/intersphinx.py:361 +#: sphinx/ext/intersphinx.py:360 #, python-format msgid "Fail to read intersphinx_mapping[%s], Ignored: %r" msgstr "" @@ -2654,29 +2655,29 @@ msgstr "Обзор: исходный код модуля" msgid "

All modules for which code is available

" msgstr "

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

" -#: sphinx/ext/autodoc/__init__.py:302 +#: sphinx/ext/autodoc/__init__.py:300 #, python-format msgid "invalid signature for auto%s (%r)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:402 +#: sphinx/ext/autodoc/__init__.py:400 #, python-format msgid "error while formatting arguments for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:514 +#: sphinx/ext/autodoc/__init__.py:512 #, python-format msgid "missing attribute %s in object %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:602 +#: sphinx/ext/autodoc/__init__.py:600 #, python-format msgid "" "autodoc: failed to determine %r to be documented.the following exception was raised:\n" "%s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:694 +#: sphinx/ext/autodoc/__init__.py:692 #, python-format msgid "" "don't know which module to import for autodocumenting %r (try placing a " @@ -2684,39 +2685,39 @@ msgid "" "explicit module name)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:788 +#: sphinx/ext/autodoc/__init__.py:786 msgid "\"::\" in automodule name doesn't make sense" msgstr "" -#: sphinx/ext/autodoc/__init__.py:796 +#: sphinx/ext/autodoc/__init__.py:794 #, python-format msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:829 +#: sphinx/ext/autodoc/__init__.py:827 #, python-format msgid "" "__all__ should be a list of strings, not %r (in module %s) -- ignoring " "__all__" msgstr "" -#: sphinx/ext/autodoc/__init__.py:844 +#: sphinx/ext/autodoc/__init__.py:842 #, python-format msgid "" "missing attribute mentioned in :members: or __all__: module %s, attribute %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1128 +#: sphinx/ext/autodoc/__init__.py:1126 #, python-format msgid "Bases: %s" msgstr " Базовые классы: %s" -#: sphinx/ext/autodoc/__init__.py:1185 +#: sphinx/ext/autodoc/__init__.py:1183 #, python-format msgid "alias of :class:`%s`" msgstr "псевдоним класса :class:`%s`" -#: sphinx/ext/autodoc/__init__.py:1470 +#: sphinx/ext/autodoc/__init__.py:1468 #, python-format msgid "Ignoring invalid option in autodoc_default_flags: %r" msgstr "" @@ -2752,17 +2753,17 @@ msgid "" "contain .rst. Skipped." msgstr "" -#: sphinx/ext/autosummary/generate.py:102 +#: sphinx/ext/autosummary/generate.py:100 #, python-format msgid "[autosummary] generating autosummary for: %s" msgstr "" -#: sphinx/ext/autosummary/generate.py:106 +#: sphinx/ext/autosummary/generate.py:104 #, python-format msgid "[autosummary] writing to %s" msgstr "" -#: sphinx/ext/autosummary/generate.py:366 +#: sphinx/ext/autosummary/generate.py:364 msgid "" "\n" "Generate ReStructuredText using autosummary directives.\n" @@ -2777,25 +2778,25 @@ msgid "" " pydoc sphinx.ext.autosummary\n" msgstr "" -#: sphinx/ext/autosummary/generate.py:383 +#: sphinx/ext/autosummary/generate.py:381 msgid "source files to generate rST files for" msgstr "" -#: sphinx/ext/autosummary/generate.py:387 +#: sphinx/ext/autosummary/generate.py:385 msgid "directory to place all output in" msgstr "" -#: sphinx/ext/autosummary/generate.py:390 +#: sphinx/ext/autosummary/generate.py:388 #, python-format msgid "default suffix for files (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:394 +#: sphinx/ext/autosummary/generate.py:392 #, python-format msgid "custom template directory (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:398 +#: sphinx/ext/autosummary/generate.py:396 #, python-format msgid "document imported members (default: %(default)s)" msgstr "" @@ -2873,6 +2874,7 @@ msgid "Warning" msgstr "Предупреждение" #: sphinx/templates/latex/longtable.tex_t:23 +#: sphinx/templates/latex/sphinxmessages.sty_t:8 msgid "continued from previous page" msgstr "продолжение с предыдущей страницы" @@ -2880,13 +2882,29 @@ msgstr "продолжение с предыдущей страницы" msgid "Continued on next page" msgstr "Продолжается на следующей странице" +#: sphinx/templates/latex/sphinxmessages.sty_t:9 +msgid "continues on next page" +msgstr "" + +#: sphinx/templates/latex/sphinxmessages.sty_t:10 +msgid "Non-alphabetical" +msgstr "" + +#: sphinx/templates/latex/sphinxmessages.sty_t:12 +msgid "Numbers" +msgstr "Числа" + +#: sphinx/templates/latex/sphinxmessages.sty_t:13 +msgid "page" +msgstr "страница" + #: sphinx/themes/agogo/layout.html:46 sphinx/themes/basic/globaltoc.html:10 #: sphinx/themes/basic/localtoc.html:11 sphinx/themes/scrolls/layout.html:41 msgid "Table of Contents" msgstr "Оглавление" #: sphinx/themes/agogo/layout.html:51 sphinx/themes/basic/layout.html:153 -#: sphinx/themes/basic/search.html:11 sphinx/themes/basic/search.html:26 +#: sphinx/themes/basic/search.html:11 sphinx/themes/basic/search.html:21 #: sphinx/themes/basic/searchresults.html:10 msgid "Search" msgstr "Поиск" @@ -3023,13 +3041,13 @@ msgstr "Следующий раздел" msgid "next chapter" msgstr "следующая глава" -#: sphinx/themes/basic/search.html:30 +#: sphinx/themes/basic/search.html:25 msgid "" "Please activate JavaScript to enable the search\n" " functionality." msgstr "Для работы поиска включите JavaScript в браузере." -#: sphinx/themes/basic/search.html:35 +#: sphinx/themes/basic/search.html:30 msgid "" "From here you can search these documents. Enter your search\n" " words into the box below and click \"search\". Note that the search\n" @@ -3037,20 +3055,20 @@ msgid "" " containing fewer words won't appear in the result list." msgstr "Здесь можно делать поиск по всем разделам этой документации. Введите ключевые слова в текстовое поле и нажмите кнопку «искать». Внимание: будут найдены только те страницы, в которых есть все указанные слова. Страницы, где есть только часть этих слов, отобраны не будут." -#: sphinx/themes/basic/search.html:42 +#: sphinx/themes/basic/search.html:37 #: sphinx/themes/basic/searchresults.html:17 msgid "search" msgstr "искать" -#: sphinx/themes/basic/search.html:46 +#: sphinx/themes/basic/search.html:41 #: sphinx/themes/basic/searchresults.html:21 -#: sphinx/themes/basic/static/searchtools.js:295 +#: sphinx/themes/basic/static/searchtools.js:285 msgid "Search Results" msgstr "Результаты поиска" -#: sphinx/themes/basic/search.html:48 +#: sphinx/themes/basic/search.html:43 #: sphinx/themes/basic/searchresults.html:23 -#: sphinx/themes/basic/static/searchtools.js:297 +#: sphinx/themes/basic/static/searchtools.js:287 msgid "" "Your search did not match any documents. Please make sure that all words are" " spelled correctly and that you've selected enough categories." @@ -3108,20 +3126,20 @@ msgstr "Ссылка на это определение" msgid "Hide Search Matches" msgstr "Снять выделение" -#: sphinx/themes/basic/static/searchtools.js:131 +#: sphinx/themes/basic/static/searchtools.js:121 msgid "Searching" msgstr "Идёт поиск" -#: sphinx/themes/basic/static/searchtools.js:136 +#: sphinx/themes/basic/static/searchtools.js:126 msgid "Preparing search..." msgstr "Подготовка поиска…" -#: sphinx/themes/basic/static/searchtools.js:299 +#: sphinx/themes/basic/static/searchtools.js:289 #, python-format msgid "Search finished, found %s page(s) matching the search query." msgstr "Поиск завершён, найдено %s страниц, удовлетворяющих запросу." -#: sphinx/themes/basic/static/searchtools.js:352 +#: sphinx/themes/basic/static/searchtools.js:342 msgid ", in " msgstr ", в" @@ -3138,18 +3156,18 @@ msgstr "Свернуть боковую панель" msgid "Contents" msgstr "Содержание" -#: sphinx/transforms/__init__.py:259 +#: sphinx/transforms/__init__.py:261 #, python-format msgid "" "4 column based index found. It might be a bug of extensions you use: %r" msgstr "" -#: sphinx/transforms/__init__.py:301 +#: sphinx/transforms/__init__.py:303 #, python-format msgid "Footnote [%s] is not referenced." msgstr "" -#: sphinx/transforms/__init__.py:307 +#: sphinx/transforms/__init__.py:309 msgid "Footnote [#] is not referenced." msgstr "" @@ -3220,7 +3238,7 @@ msgstr "" msgid "failed" msgstr "" -#: sphinx/util/docutils.py:321 +#: sphinx/util/docutils.py:320 msgid "when adding directive classes, no additional arguments may be given" msgstr "" @@ -3281,15 +3299,15 @@ msgstr "Постоянная ссылка на таблицу" msgid "Permalink to this code" msgstr "Постоянная ссылка на код" -#: sphinx/writers/html.py:514 sphinx/writers/html5.py:460 +#: sphinx/writers/html.py:512 sphinx/writers/html5.py:458 msgid "Permalink to this image" msgstr "Постоянная ссылка на рисунок" -#: sphinx/writers/html.py:516 sphinx/writers/html5.py:462 +#: sphinx/writers/html.py:514 sphinx/writers/html5.py:460 msgid "Permalink to this toctree" msgstr "Постоянная ссылка на оглавление" -#: sphinx/writers/html.py:674 sphinx/writers/html5.py:608 +#: sphinx/writers/html.py:672 sphinx/writers/html5.py:606 msgid "Could not obtain image size. :scale: option is ignored." msgstr "" @@ -3326,12 +3344,12 @@ msgstr "" msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: sphinx/writers/latex.py:1843 +#: sphinx/writers/latex.py:1847 #, python-format msgid "unknown index entry type %s found" msgstr "" -#: sphinx/writers/latex.py:2552 +#: sphinx/writers/latex.py:2560 #, python-format msgid "Unknown configure key: latex_elements[%r] is ignored." msgstr "Неизвестный ключ конфигурации: latex_elements[%r] игнорируется." @@ -3349,12 +3367,12 @@ msgstr "[рисунок]" msgid "caption not inside a figure." msgstr "" -#: sphinx/writers/texinfo.py:1421 +#: sphinx/writers/texinfo.py:1422 #, python-format msgid "unimplemented node type: %r" msgstr "" -#: sphinx/writers/texinfo.py:1426 +#: sphinx/writers/texinfo.py:1427 #, python-format msgid "unknown node type: %r" msgstr "" diff --git a/sphinx/locale/si/LC_MESSAGES/sphinx.mo b/sphinx/locale/si/LC_MESSAGES/sphinx.mo index c88111a053..5b0b435541 100644 Binary files a/sphinx/locale/si/LC_MESSAGES/sphinx.mo and b/sphinx/locale/si/LC_MESSAGES/sphinx.mo differ diff --git a/sphinx/locale/si/LC_MESSAGES/sphinx.po b/sphinx/locale/si/LC_MESSAGES/sphinx.po index cdb5b2ac2f..5852306a2c 100644 --- a/sphinx/locale/si/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/si/LC_MESSAGES/sphinx.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2019-02-18 01:52+0900\n" -"PO-Revision-Date: 2019-03-14 16:36+0000\n" +"POT-Creation-Date: 2019-03-29 01:05+0900\n" +"PO-Revision-Date: 2019-03-28 16:08+0000\n" "Last-Translator: Takeshi KOMIYA \n" "Language-Team: Sinhala (http://www.transifex.com/sphinx-doc/sphinx-1/language/si/)\n" "MIME-Version: 1.0\n" @@ -122,7 +122,7 @@ msgstr "" msgid "role %r is already registered, it will be overridden" msgstr "" -#: sphinx/application.py:1182 +#: sphinx/application.py:1179 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -130,7 +130,7 @@ msgid "" "explicit" msgstr "" -#: sphinx/application.py:1188 +#: sphinx/application.py:1185 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -138,7 +138,7 @@ msgid "" "explicit" msgstr "" -#: sphinx/application.py:1199 +#: sphinx/application.py:1196 #, python-format msgid "doing serial %s" msgstr "" @@ -587,44 +587,44 @@ msgstr "" msgid "preparing documents" msgstr "" -#: sphinx/builders/_epub_base.py:219 +#: sphinx/builders/_epub_base.py:218 #, python-format msgid "duplicated ToC entry found: %s" msgstr "" -#: sphinx/builders/_epub_base.py:415 sphinx/builders/html.py:761 -#: sphinx/builders/latex/__init__.py:413 sphinx/builders/texinfo.py:190 +#: sphinx/builders/_epub_base.py:414 sphinx/builders/html.py:761 +#: sphinx/builders/latex/__init__.py:415 sphinx/builders/texinfo.py:190 msgid "copying images... " msgstr "" -#: sphinx/builders/_epub_base.py:422 +#: sphinx/builders/_epub_base.py:421 #, python-format msgid "cannot read image file %r: copying it instead" msgstr "" -#: sphinx/builders/_epub_base.py:428 sphinx/builders/html.py:769 -#: sphinx/builders/latex/__init__.py:421 sphinx/builders/texinfo.py:198 +#: sphinx/builders/_epub_base.py:427 sphinx/builders/html.py:769 +#: sphinx/builders/latex/__init__.py:423 sphinx/builders/texinfo.py:199 #, python-format msgid "cannot copy image file %r: %s" msgstr "" -#: sphinx/builders/_epub_base.py:445 +#: sphinx/builders/_epub_base.py:444 #, python-format msgid "cannot write image file %r: %s" msgstr "" -#: sphinx/builders/_epub_base.py:456 +#: sphinx/builders/_epub_base.py:455 msgid "Pillow not found - copying image files" msgstr "" -#: sphinx/builders/_epub_base.py:491 sphinx/builders/_epub_base.py:504 -#: sphinx/builders/_epub_base.py:540 sphinx/builders/_epub_base.py:725 -#: sphinx/builders/_epub_base.py:758 sphinx/builders/epub3.py:184 +#: sphinx/builders/_epub_base.py:490 sphinx/builders/_epub_base.py:503 +#: sphinx/builders/_epub_base.py:539 sphinx/builders/_epub_base.py:724 +#: sphinx/builders/_epub_base.py:757 sphinx/builders/epub3.py:183 #, python-format msgid "writing %s file..." msgstr "" -#: sphinx/builders/_epub_base.py:566 +#: sphinx/builders/_epub_base.py:565 #, python-format msgid "unknown mimetype for %s, ignoring" msgstr "" @@ -643,19 +643,19 @@ msgstr "" msgid "writing summary file..." msgstr "" -#: sphinx/builders/changes.py:87 +#: sphinx/builders/changes.py:86 msgid "Builtins" msgstr "" -#: sphinx/builders/changes.py:89 +#: sphinx/builders/changes.py:88 msgid "Module level" msgstr "" -#: sphinx/builders/changes.py:134 +#: sphinx/builders/changes.py:133 msgid "copying source files..." msgstr "" -#: sphinx/builders/changes.py:141 +#: sphinx/builders/changes.py:140 #, python-format msgid "could not read %r for changelog creation" msgstr "" @@ -664,76 +664,76 @@ msgstr "" msgid "The dummy builder generates no files." msgstr "" -#: sphinx/builders/epub3.py:69 +#: sphinx/builders/epub3.py:68 #, python-format msgid "The ePub file is in %(outdir)s." msgstr "" -#: sphinx/builders/epub3.py:212 +#: sphinx/builders/epub3.py:211 msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:216 +#: sphinx/builders/epub3.py:215 msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:219 +#: sphinx/builders/epub3.py:218 msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:223 +#: sphinx/builders/epub3.py:222 msgid "conf value \"epub_author\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:226 +#: sphinx/builders/epub3.py:225 msgid "conf value \"epub_contributor\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:229 +#: sphinx/builders/epub3.py:228 msgid "conf value \"epub_description\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:232 +#: sphinx/builders/epub3.py:231 msgid "conf value \"epub_publisher\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:235 +#: sphinx/builders/epub3.py:234 msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:239 +#: sphinx/builders/epub3.py:238 msgid "conf value \"epub_identifier\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:242 +#: sphinx/builders/epub3.py:241 msgid "conf value \"version\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:257 sphinx/builders/html.py:1166 +#: sphinx/builders/epub3.py:256 sphinx/builders/html.py:1166 #, python-format msgid "invalid css_file: %r, ignored" msgstr "" -#: sphinx/builders/gettext.py:215 +#: sphinx/builders/gettext.py:221 #, python-format msgid "The message catalogs are in %(outdir)s." msgstr "" -#: sphinx/builders/gettext.py:239 +#: sphinx/builders/gettext.py:245 #, python-format msgid "building [%s]: " msgstr "" -#: sphinx/builders/gettext.py:240 +#: sphinx/builders/gettext.py:246 #, python-format msgid "targets for %d template files" msgstr "" -#: sphinx/builders/gettext.py:244 +#: sphinx/builders/gettext.py:250 msgid "reading templates... " msgstr "" -#: sphinx/builders/gettext.py:271 +#: sphinx/builders/gettext.py:277 msgid "writing message catalogs... " msgstr "" @@ -752,7 +752,7 @@ msgstr "" msgid "Failed to read build info file: %r" msgstr "" -#: sphinx/builders/html.py:488 sphinx/builders/latex/__init__.py:204 +#: sphinx/builders/html.py:488 sphinx/builders/latex/__init__.py:206 #: sphinx/transforms/__init__.py:121 sphinx/writers/manpage.py:118 #: sphinx/writers/texinfo.py:243 #, python-format @@ -805,7 +805,7 @@ msgstr "" msgid "html_static_path entry %r does not exist" msgstr "" -#: sphinx/builders/html.py:839 sphinx/builders/latex/__init__.py:398 +#: sphinx/builders/html.py:839 sphinx/builders/latex/__init__.py:400 #, python-format msgid "logo file %r does not exist" msgstr "" @@ -922,7 +922,7 @@ msgstr "" msgid "no \"man_pages\" config value found; no manual pages will be written" msgstr "" -#: sphinx/builders/latex/__init__.py:270 sphinx/builders/manpage.py:64 +#: sphinx/builders/latex/__init__.py:272 sphinx/builders/manpage.py:64 #: sphinx/builders/singlehtml.py:174 sphinx/builders/texinfo.py:120 msgid "writing" msgstr "" @@ -966,24 +966,24 @@ msgstr "" msgid "\"texinfo_documents\" config value references unknown document %s" msgstr "" -#: sphinx/builders/latex/__init__.py:253 sphinx/builders/texinfo.py:116 +#: sphinx/builders/latex/__init__.py:255 sphinx/builders/texinfo.py:116 #, python-format msgid "processing %s" msgstr "" -#: sphinx/builders/latex/__init__.py:322 sphinx/builders/texinfo.py:163 +#: sphinx/builders/latex/__init__.py:323 sphinx/builders/texinfo.py:164 msgid "resolving references..." msgstr "" -#: sphinx/builders/latex/__init__.py:332 sphinx/builders/texinfo.py:172 +#: sphinx/builders/latex/__init__.py:333 sphinx/builders/texinfo.py:173 msgid " (in " msgstr "" -#: sphinx/builders/texinfo.py:204 +#: sphinx/builders/texinfo.py:205 msgid "copying Texinfo support files" msgstr "" -#: sphinx/builders/texinfo.py:208 +#: sphinx/builders/texinfo.py:209 #, python-format msgid "error writing file Makefile: %s" msgstr "" @@ -1003,28 +1003,28 @@ msgstr "" msgid "The pseudo-XML files are in %(outdir)s." msgstr "" -#: sphinx/builders/latex/__init__.py:121 +#: sphinx/builders/latex/__init__.py:123 #, python-format msgid "The LaTeX files are in %(outdir)s." msgstr "" -#: sphinx/builders/latex/__init__.py:123 +#: sphinx/builders/latex/__init__.py:125 msgid "" "\n" "Run 'make' in that directory to run these through (pdf)latex\n" "(use `make latexpdf' here to do that automatically)." msgstr "" -#: sphinx/builders/latex/__init__.py:163 +#: sphinx/builders/latex/__init__.py:165 msgid "no \"latex_documents\" config value found; no documents will be written" msgstr "" -#: sphinx/builders/latex/__init__.py:171 +#: sphinx/builders/latex/__init__.py:173 #, python-format msgid "\"latex_documents\" config value references unknown document %s" msgstr "" -#: sphinx/builders/latex/__init__.py:211 sphinx/domains/std.py:501 +#: sphinx/builders/latex/__init__.py:213 sphinx/domains/std.py:501 #: sphinx/templates/latex/latex.tex_t:79 #: sphinx/themes/basic/genindex-single.html:30 #: sphinx/themes/basic/genindex-single.html:55 @@ -1036,28 +1036,28 @@ msgstr "" msgid "Index" msgstr "" -#: sphinx/builders/latex/__init__.py:214 sphinx/templates/latex/latex.tex_t:64 +#: sphinx/builders/latex/__init__.py:216 sphinx/templates/latex/latex.tex_t:64 msgid "Release" msgstr "නිකුත් කිරීම" -#: sphinx/builders/latex/__init__.py:222 sphinx/writers/latex.py:549 +#: sphinx/builders/latex/__init__.py:224 sphinx/writers/latex.py:549 #, python-format msgid "no Babel option known for language %r" msgstr "" -#: sphinx/builders/latex/__init__.py:361 +#: sphinx/builders/latex/__init__.py:363 msgid "copying TeX support files" msgstr "" -#: sphinx/builders/latex/__init__.py:382 +#: sphinx/builders/latex/__init__.py:384 msgid "copying TeX support files..." msgstr "" -#: sphinx/builders/latex/__init__.py:402 +#: sphinx/builders/latex/__init__.py:404 msgid "copying additional files" msgstr "" -#: sphinx/builders/latex/__init__.py:445 +#: sphinx/builders/latex/__init__.py:447 #, python-format msgid "Unknown configure key: latex_elements[%r]. ignored." msgstr "" @@ -1120,8 +1120,8 @@ msgstr "" msgid "job number should be a positive number" msgstr "" -#: sphinx/cmd/build.py:106 sphinx/cmd/quickstart.py:498 -#: sphinx/ext/apidoc.py:298 sphinx/ext/autosummary/generate.py:365 +#: sphinx/cmd/build.py:106 sphinx/cmd/quickstart.py:497 +#: sphinx/ext/apidoc.py:298 sphinx/ext/autosummary/generate.py:363 msgid "For more information, visit ." msgstr "" @@ -1498,13 +1498,13 @@ msgstr "" msgid "Indicate which of the following Sphinx extensions should be enabled:" msgstr "" -#: sphinx/cmd/quickstart.py:354 +#: sphinx/cmd/quickstart.py:353 msgid "" "Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " "been deselected." msgstr "" -#: sphinx/cmd/quickstart.py:359 +#: sphinx/cmd/quickstart.py:358 msgid "" "\n" "A Makefile and a Windows command file can be generated for you so that you\n" @@ -1512,29 +1512,29 @@ msgid "" "directly." msgstr "" -#: sphinx/cmd/quickstart.py:363 +#: sphinx/cmd/quickstart.py:362 msgid "Create Makefile? (y/n)" msgstr "" -#: sphinx/cmd/quickstart.py:366 +#: sphinx/cmd/quickstart.py:365 msgid "Create Windows command file? (y/n)" msgstr "" -#: sphinx/cmd/quickstart.py:409 sphinx/ext/apidoc.py:74 +#: sphinx/cmd/quickstart.py:408 sphinx/ext/apidoc.py:74 #, python-format msgid "Creating file %s." msgstr "" -#: sphinx/cmd/quickstart.py:414 sphinx/ext/apidoc.py:72 +#: sphinx/cmd/quickstart.py:413 sphinx/ext/apidoc.py:72 #, python-format msgid "File %s already exists, skipping." msgstr "" -#: sphinx/cmd/quickstart.py:450 +#: sphinx/cmd/quickstart.py:449 msgid "Finished: An initial directory structure has been created." msgstr "" -#: sphinx/cmd/quickstart.py:451 +#: sphinx/cmd/quickstart.py:450 #, python-format msgid "" "\n" @@ -1542,26 +1542,26 @@ msgid "" "source files. " msgstr "" -#: sphinx/cmd/quickstart.py:453 +#: sphinx/cmd/quickstart.py:452 msgid "" "Use the Makefile to build the docs, like so:\n" " make builder\n" msgstr "" -#: sphinx/cmd/quickstart.py:456 +#: sphinx/cmd/quickstart.py:455 #, python-format msgid "" "Use the sphinx-build command to build the docs, like so:\n" " sphinx-build -b builder %s %s\n" msgstr "" -#: sphinx/cmd/quickstart.py:459 +#: sphinx/cmd/quickstart.py:458 msgid "" "where \"builder\" is one of the supported builders, e.g. html, latex or " "linkcheck.\n" msgstr "" -#: sphinx/cmd/quickstart.py:499 +#: sphinx/cmd/quickstart.py:498 msgid "" "\n" "Generate required files for a Sphinx project.\n" @@ -1571,131 +1571,131 @@ msgid "" "Makefile to be used with sphinx-build.\n" msgstr "" -#: sphinx/cmd/quickstart.py:509 +#: sphinx/cmd/quickstart.py:508 msgid "quiet mode" msgstr "" -#: sphinx/cmd/quickstart.py:514 +#: sphinx/cmd/quickstart.py:513 msgid "output path" msgstr "" -#: sphinx/cmd/quickstart.py:516 +#: sphinx/cmd/quickstart.py:515 msgid "Structure options" msgstr "" -#: sphinx/cmd/quickstart.py:518 +#: sphinx/cmd/quickstart.py:517 msgid "if specified, separate source and build dirs" msgstr "" -#: sphinx/cmd/quickstart.py:520 +#: sphinx/cmd/quickstart.py:519 msgid "replacement for dot in _templates etc." msgstr "" -#: sphinx/cmd/quickstart.py:522 +#: sphinx/cmd/quickstart.py:521 msgid "Project basic options" msgstr "" -#: sphinx/cmd/quickstart.py:524 +#: sphinx/cmd/quickstart.py:523 msgid "project name" msgstr "" -#: sphinx/cmd/quickstart.py:526 +#: sphinx/cmd/quickstart.py:525 msgid "author names" msgstr "" -#: sphinx/cmd/quickstart.py:528 +#: sphinx/cmd/quickstart.py:527 msgid "version of project" msgstr "" -#: sphinx/cmd/quickstart.py:530 +#: sphinx/cmd/quickstart.py:529 msgid "release of project" msgstr "" -#: sphinx/cmd/quickstart.py:532 +#: sphinx/cmd/quickstart.py:531 msgid "document language" msgstr "" -#: sphinx/cmd/quickstart.py:534 +#: sphinx/cmd/quickstart.py:533 msgid "source file suffix" msgstr "" -#: sphinx/cmd/quickstart.py:536 +#: sphinx/cmd/quickstart.py:535 msgid "master document name" msgstr "" -#: sphinx/cmd/quickstart.py:538 +#: sphinx/cmd/quickstart.py:537 msgid "use epub" msgstr "" -#: sphinx/cmd/quickstart.py:540 +#: sphinx/cmd/quickstart.py:539 msgid "Extension options" msgstr "" -#: sphinx/cmd/quickstart.py:544 sphinx/ext/apidoc.py:379 +#: sphinx/cmd/quickstart.py:543 sphinx/ext/apidoc.py:379 #, python-format msgid "enable %s extension" msgstr "" -#: sphinx/cmd/quickstart.py:546 sphinx/ext/apidoc.py:375 +#: sphinx/cmd/quickstart.py:545 sphinx/ext/apidoc.py:375 msgid "enable arbitrary extensions" msgstr "" -#: sphinx/cmd/quickstart.py:548 +#: sphinx/cmd/quickstart.py:547 msgid "Makefile and Batchfile creation" msgstr "" -#: sphinx/cmd/quickstart.py:550 +#: sphinx/cmd/quickstart.py:549 msgid "create makefile" msgstr "" -#: sphinx/cmd/quickstart.py:552 +#: sphinx/cmd/quickstart.py:551 msgid "do not create makefile" msgstr "" -#: sphinx/cmd/quickstart.py:554 +#: sphinx/cmd/quickstart.py:553 msgid "create batchfile" msgstr "" -#: sphinx/cmd/quickstart.py:557 +#: sphinx/cmd/quickstart.py:556 msgid "do not create batchfile" msgstr "" -#: sphinx/cmd/quickstart.py:560 +#: sphinx/cmd/quickstart.py:559 msgid "use make-mode for Makefile/make.bat" msgstr "" -#: sphinx/cmd/quickstart.py:563 +#: sphinx/cmd/quickstart.py:562 msgid "do not use make-mode for Makefile/make.bat" msgstr "" -#: sphinx/cmd/quickstart.py:565 +#: sphinx/cmd/quickstart.py:564 msgid "Project templating" msgstr "" -#: sphinx/cmd/quickstart.py:568 +#: sphinx/cmd/quickstart.py:567 msgid "template directory for template files" msgstr "" -#: sphinx/cmd/quickstart.py:571 +#: sphinx/cmd/quickstart.py:570 msgid "define a template variable" msgstr "" -#: sphinx/cmd/quickstart.py:605 +#: sphinx/cmd/quickstart.py:604 msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." msgstr "" -#: sphinx/cmd/quickstart.py:619 +#: sphinx/cmd/quickstart.py:618 msgid "" "Error: specified path is not a directory, or sphinx files already exist." msgstr "" -#: sphinx/cmd/quickstart.py:621 +#: sphinx/cmd/quickstart.py:620 msgid "" "sphinx-quickstart only generate into a empty directory. Please specify a new" " root path." msgstr "" -#: sphinx/cmd/quickstart.py:636 +#: sphinx/cmd/quickstart.py:635 #, python-format msgid "Invalid template variable: %s" msgstr "" @@ -1767,17 +1767,17 @@ msgstr "ලේඛක:" msgid "%s %s" msgstr "%s %s" -#: sphinx/domains/c.py:64 sphinx/domains/cpp.py:6371 +#: sphinx/domains/c.py:64 sphinx/domains/cpp.py:6445 #: sphinx/domains/python.py:210 sphinx/ext/napoleon/docstring.py:696 msgid "Parameters" msgstr "පරාමිතීන්" -#: sphinx/domains/c.py:67 sphinx/domains/cpp.py:6380 -#: sphinx/domains/javascript.py:210 sphinx/domains/python.py:222 +#: sphinx/domains/c.py:67 sphinx/domains/cpp.py:6454 +#: sphinx/domains/javascript.py:209 sphinx/domains/python.py:222 msgid "Returns" msgstr "" -#: sphinx/domains/c.py:69 sphinx/domains/javascript.py:212 +#: sphinx/domains/c.py:69 sphinx/domains/javascript.py:211 #: sphinx/domains/python.py:224 msgid "Return type" msgstr "" @@ -1807,12 +1807,12 @@ msgstr "" msgid "%s (C variable)" msgstr "" -#: sphinx/domains/c.py:258 sphinx/domains/cpp.py:6956 -#: sphinx/domains/javascript.py:298 sphinx/domains/python.py:741 +#: sphinx/domains/c.py:258 sphinx/domains/cpp.py:7029 +#: sphinx/domains/javascript.py:297 sphinx/domains/python.py:742 msgid "function" msgstr "ක්‍රියාව" -#: sphinx/domains/c.py:259 sphinx/domains/cpp.py:6957 +#: sphinx/domains/c.py:259 sphinx/domains/cpp.py:7030 msgid "member" msgstr "සාමාජික" @@ -1820,7 +1820,7 @@ msgstr "සාමාජික" msgid "macro" msgstr "මැක්‍රෝ" -#: sphinx/domains/c.py:261 sphinx/domains/cpp.py:6958 +#: sphinx/domains/c.py:261 sphinx/domains/cpp.py:7031 msgid "type" msgstr "වර්ගය" @@ -1843,106 +1843,106 @@ msgstr "%s වෙළුමේ වෙනස් කල" msgid "Deprecated since version %s" msgstr "" -#: sphinx/domains/cpp.py:4297 +#: sphinx/domains/cpp.py:4323 #, python-format msgid "" "Duplicate declaration, also defined in '%s'.\n" "Declaration is '%s'." msgstr "" -#: sphinx/domains/cpp.py:6374 +#: sphinx/domains/cpp.py:6448 msgid "Template Parameters" msgstr "" -#: sphinx/domains/cpp.py:6377 sphinx/domains/javascript.py:207 +#: sphinx/domains/cpp.py:6451 sphinx/domains/javascript.py:206 msgid "Throws" msgstr "" -#: sphinx/domains/cpp.py:6505 +#: sphinx/domains/cpp.py:6579 #, python-format msgid "%s (C++ %s)" msgstr "" -#: sphinx/domains/cpp.py:6954 sphinx/domains/javascript.py:300 -#: sphinx/domains/python.py:743 +#: sphinx/domains/cpp.py:7027 sphinx/domains/javascript.py:299 +#: sphinx/domains/python.py:744 msgid "class" msgstr "" -#: sphinx/domains/cpp.py:6955 +#: sphinx/domains/cpp.py:7028 msgid "union" msgstr "" -#: sphinx/domains/cpp.py:6959 +#: sphinx/domains/cpp.py:7032 msgid "concept" msgstr "" -#: sphinx/domains/cpp.py:6960 +#: sphinx/domains/cpp.py:7033 msgid "enum" msgstr "" -#: sphinx/domains/cpp.py:6961 +#: sphinx/domains/cpp.py:7034 msgid "enumerator" msgstr "" -#: sphinx/domains/cpp.py:7054 +#: sphinx/domains/cpp.py:7127 #, python-format msgid "" "Duplicate declaration, also defined in '%s'.\n" "Name of declaration is '%s'." msgstr "" -#: sphinx/domains/javascript.py:131 sphinx/domains/python.py:429 +#: sphinx/domains/javascript.py:130 sphinx/domains/python.py:430 #, python-format msgid "%s() (built-in function)" msgstr "" -#: sphinx/domains/javascript.py:132 sphinx/domains/python.py:494 +#: sphinx/domains/javascript.py:131 sphinx/domains/python.py:495 #, python-format msgid "%s() (%s method)" msgstr "" -#: sphinx/domains/javascript.py:134 +#: sphinx/domains/javascript.py:133 #, python-format msgid "%s() (class)" msgstr "" -#: sphinx/domains/javascript.py:136 +#: sphinx/domains/javascript.py:135 #, python-format msgid "%s (global variable or constant)" msgstr "" -#: sphinx/domains/javascript.py:138 sphinx/domains/python.py:532 +#: sphinx/domains/javascript.py:137 sphinx/domains/python.py:533 #, python-format msgid "%s (%s attribute)" msgstr "" -#: sphinx/domains/javascript.py:204 +#: sphinx/domains/javascript.py:203 msgid "Arguments" msgstr "" -#: sphinx/domains/javascript.py:265 sphinx/domains/python.py:609 +#: sphinx/domains/javascript.py:264 sphinx/domains/python.py:610 #, python-format msgid "%s (module)" msgstr "" -#: sphinx/domains/javascript.py:299 sphinx/domains/python.py:745 +#: sphinx/domains/javascript.py:298 sphinx/domains/python.py:746 msgid "method" msgstr "" -#: sphinx/domains/javascript.py:301 sphinx/domains/python.py:742 +#: sphinx/domains/javascript.py:300 sphinx/domains/python.py:743 msgid "data" msgstr "දත්ත" -#: sphinx/domains/javascript.py:302 sphinx/domains/python.py:748 +#: sphinx/domains/javascript.py:301 sphinx/domains/python.py:749 msgid "attribute" msgstr "" -#: sphinx/domains/javascript.py:303 sphinx/domains/python.py:49 -#: sphinx/domains/python.py:749 +#: sphinx/domains/javascript.py:302 sphinx/domains/python.py:49 +#: sphinx/domains/python.py:750 msgid "module" msgstr "" -#: sphinx/domains/math.py:101 sphinx/writers/latex.py:2451 +#: sphinx/domains/math.py:101 sphinx/writers/latex.py:2459 #, python-format msgid "Invalid math_eqref_format: %r" msgstr "" @@ -1964,7 +1964,7 @@ msgstr "" msgid "object" msgstr "වස්තුව" -#: sphinx/domains/python.py:53 sphinx/domains/python.py:744 +#: sphinx/domains/python.py:53 sphinx/domains/python.py:745 msgid "exception" msgstr "" @@ -1984,88 +1984,88 @@ msgstr "විචල්‍ය" msgid "Raises" msgstr "" -#: sphinx/domains/python.py:430 sphinx/domains/python.py:488 -#: sphinx/domains/python.py:500 sphinx/domains/python.py:513 +#: sphinx/domains/python.py:431 sphinx/domains/python.py:489 +#: sphinx/domains/python.py:501 sphinx/domains/python.py:514 #, python-format msgid "%s() (in module %s)" msgstr "" -#: sphinx/domains/python.py:433 +#: sphinx/domains/python.py:434 #, python-format msgid "%s (built-in variable)" msgstr "" -#: sphinx/domains/python.py:434 sphinx/domains/python.py:526 +#: sphinx/domains/python.py:435 sphinx/domains/python.py:527 #, python-format msgid "%s (in module %s)" msgstr "" -#: sphinx/domains/python.py:454 +#: sphinx/domains/python.py:455 #, python-format msgid "%s (built-in class)" msgstr "" -#: sphinx/domains/python.py:455 +#: sphinx/domains/python.py:456 #, python-format msgid "%s (class in %s)" msgstr "" -#: sphinx/domains/python.py:492 +#: sphinx/domains/python.py:493 #, python-format msgid "%s() (%s.%s method)" msgstr "" -#: sphinx/domains/python.py:504 +#: sphinx/domains/python.py:505 #, python-format msgid "%s() (%s.%s static method)" msgstr "" -#: sphinx/domains/python.py:507 +#: sphinx/domains/python.py:508 #, python-format msgid "%s() (%s static method)" msgstr "" -#: sphinx/domains/python.py:517 +#: sphinx/domains/python.py:518 #, python-format msgid "%s() (%s.%s class method)" msgstr "" -#: sphinx/domains/python.py:520 +#: sphinx/domains/python.py:521 #, python-format msgid "%s() (%s class method)" msgstr "" -#: sphinx/domains/python.py:530 +#: sphinx/domains/python.py:531 #, python-format msgid "%s (%s.%s attribute)" msgstr "" -#: sphinx/domains/python.py:667 +#: sphinx/domains/python.py:668 msgid "Python Module Index" msgstr "" -#: sphinx/domains/python.py:668 +#: sphinx/domains/python.py:669 msgid "modules" msgstr "" -#: sphinx/domains/python.py:719 +#: sphinx/domains/python.py:720 msgid "Deprecated" msgstr "" -#: sphinx/domains/python.py:746 +#: sphinx/domains/python.py:747 msgid "class method" msgstr "" -#: sphinx/domains/python.py:747 +#: sphinx/domains/python.py:748 msgid "static method" msgstr "" -#: sphinx/domains/python.py:879 +#: sphinx/domains/python.py:880 #, python-format msgid "more than one target found for cross-reference %r: %s" msgstr "" -#: sphinx/domains/python.py:917 +#: sphinx/domains/python.py:918 msgid " (deprecated)" msgstr "" @@ -2141,7 +2141,7 @@ msgstr "සෙවුම් පිටුව" msgid "duplicate citation %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:631 sphinx/ext/autosectionlabel.py:61 +#: sphinx/domains/std.py:631 sphinx/ext/autosectionlabel.py:56 #, python-format msgid "duplicate label %s, other instance in %s" msgstr "" @@ -2201,21 +2201,21 @@ msgid "" "another doctree directory." msgstr "" -#: sphinx/environment/__init__.py:408 +#: sphinx/environment/__init__.py:404 #, python-format msgid "Failed to scan documents in %s: %r" msgstr "" -#: sphinx/environment/__init__.py:536 +#: sphinx/environment/__init__.py:532 #, python-format msgid "Domain %r is not registered" msgstr "" -#: sphinx/environment/__init__.py:621 +#: sphinx/environment/__init__.py:617 msgid "self referenced toctree found. Ignored." msgstr "" -#: sphinx/environment/__init__.py:662 +#: sphinx/environment/__init__.py:658 msgid "document isn't included in any toctree" msgstr "" @@ -2235,6 +2235,7 @@ msgid "unknown index entry type %r" msgstr "" #: sphinx/environment/adapters/indexentries.py:156 +#: sphinx/templates/latex/sphinxmessages.sty_t:11 msgid "Symbols" msgstr "සංකේත" @@ -2260,22 +2261,22 @@ msgstr "" msgid "toctree contains reference to nonexisting document %r" msgstr "" -#: sphinx/environment/collectors/asset.py:91 +#: sphinx/environment/collectors/asset.py:90 #, python-format msgid "image file not readable: %s" msgstr "" -#: sphinx/environment/collectors/asset.py:107 +#: sphinx/environment/collectors/asset.py:106 #, python-format msgid "image file %s not readable: %s" msgstr "" -#: sphinx/environment/collectors/asset.py:135 +#: sphinx/environment/collectors/asset.py:134 #, python-format msgid "download file not readable: %s" msgstr "" -#: sphinx/environment/collectors/toctree.py:197 +#: sphinx/environment/collectors/toctree.py:196 #, python-format msgid "%s is already assigned section numbers (nested numbered toctree?)" msgstr "" @@ -2419,38 +2420,38 @@ msgstr "" msgid "module %s could not be imported: %s" msgstr "" -#: sphinx/ext/doctest.py:142 +#: sphinx/ext/doctest.py:132 #, python-format msgid "missing '+' or '-' in '%s' option." msgstr "" -#: sphinx/ext/doctest.py:147 +#: sphinx/ext/doctest.py:137 #, python-format msgid "'%s' is not a valid option." msgstr "" -#: sphinx/ext/doctest.py:161 +#: sphinx/ext/doctest.py:151 #, python-format msgid "'%s' is not a valid pyversion option" msgstr "" -#: sphinx/ext/doctest.py:230 +#: sphinx/ext/doctest.py:222 msgid "invalid TestCode type" msgstr "" -#: sphinx/ext/doctest.py:291 +#: sphinx/ext/doctest.py:283 #, python-format msgid "" "Testing of doctests in the sources finished, look at the results in " "%(outdir)s/output.txt." msgstr "" -#: sphinx/ext/doctest.py:438 +#: sphinx/ext/doctest.py:446 #, python-format msgid "no code/output in %s block at %s:%s" msgstr "" -#: sphinx/ext/doctest.py:527 +#: sphinx/ext/doctest.py:535 #, python-format msgid "ignoring invalid doctest code: %r" msgstr "" @@ -2468,7 +2469,7 @@ msgstr "" msgid "Ignoring \"graphviz\" directive without content." msgstr "" -#: sphinx/ext/graphviz.py:252 +#: sphinx/ext/graphviz.py:250 #, python-format msgid "" "dot did not produce an output file:\n" @@ -2478,14 +2479,14 @@ msgid "" "%r" msgstr "" -#: sphinx/ext/graphviz.py:256 +#: sphinx/ext/graphviz.py:254 #, python-format msgid "" "dot command %r cannot be run (needed for graphviz output), check the " "graphviz_dot setting" msgstr "" -#: sphinx/ext/graphviz.py:263 +#: sphinx/ext/graphviz.py:261 #, python-format msgid "" "dot exited with error:\n" @@ -2495,23 +2496,23 @@ msgid "" "%r" msgstr "" -#: sphinx/ext/graphviz.py:273 +#: sphinx/ext/graphviz.py:271 #, python-format msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" msgstr "" -#: sphinx/ext/graphviz.py:277 sphinx/ext/graphviz.py:331 -#: sphinx/ext/graphviz.py:369 +#: sphinx/ext/graphviz.py:275 sphinx/ext/graphviz.py:329 +#: sphinx/ext/graphviz.py:367 #, python-format msgid "dot code %r: %s" msgstr "" -#: sphinx/ext/graphviz.py:384 sphinx/ext/graphviz.py:393 +#: sphinx/ext/graphviz.py:382 sphinx/ext/graphviz.py:391 #, python-format msgid "[graph: %s]" msgstr "[graph: %s]" -#: sphinx/ext/graphviz.py:386 sphinx/ext/graphviz.py:395 +#: sphinx/ext/graphviz.py:384 sphinx/ext/graphviz.py:393 msgid "[graph]" msgstr "[graph]" @@ -2530,31 +2531,31 @@ msgid "" "%r" msgstr "" -#: sphinx/ext/imgmath.py:140 +#: sphinx/ext/imgmath.py:139 #, python-format msgid "" "LaTeX command %r cannot be run (needed for math display), check the " "imgmath_latex setting" msgstr "" -#: sphinx/ext/imgmath.py:155 +#: sphinx/ext/imgmath.py:154 #, python-format msgid "" "%s command %r cannot be run (needed for math display), check the imgmath_%s " "setting" msgstr "" -#: sphinx/ext/imgmath.py:290 +#: sphinx/ext/imgmath.py:289 #, python-format msgid "display latex %r: %s" msgstr "" -#: sphinx/ext/imgmath.py:317 +#: sphinx/ext/imgmath.py:316 #, python-format msgid "inline latex %r: %s" msgstr "" -#: sphinx/ext/imgmath.py:324 sphinx/ext/mathjax.py:54 +#: sphinx/ext/imgmath.py:323 sphinx/ext/mathjax.py:54 msgid "Permalink to this equation" msgstr "" @@ -2574,26 +2575,26 @@ msgid "" "alternatives:" msgstr "" -#: sphinx/ext/intersphinx.py:237 +#: sphinx/ext/intersphinx.py:238 msgid "failed to reach any of the inventories with the following issues:" msgstr "" -#: sphinx/ext/intersphinx.py:312 +#: sphinx/ext/intersphinx.py:311 #, python-format msgid "(in %s v%s)" msgstr "(%s හි%s)" -#: sphinx/ext/intersphinx.py:314 +#: sphinx/ext/intersphinx.py:313 #, python-format msgid "(in %s)" msgstr "" -#: sphinx/ext/intersphinx.py:348 +#: sphinx/ext/intersphinx.py:347 #, python-format msgid "intersphinx identifier %r is not string. Ignored" msgstr "" -#: sphinx/ext/intersphinx.py:361 +#: sphinx/ext/intersphinx.py:360 #, python-format msgid "Fail to read intersphinx_mapping[%s], Ignored: %r" msgstr "" @@ -2649,29 +2650,29 @@ msgstr "" msgid "

All modules for which code is available

" msgstr "" -#: sphinx/ext/autodoc/__init__.py:302 +#: sphinx/ext/autodoc/__init__.py:300 #, python-format msgid "invalid signature for auto%s (%r)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:402 +#: sphinx/ext/autodoc/__init__.py:400 #, python-format msgid "error while formatting arguments for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:514 +#: sphinx/ext/autodoc/__init__.py:512 #, python-format msgid "missing attribute %s in object %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:602 +#: sphinx/ext/autodoc/__init__.py:600 #, python-format msgid "" "autodoc: failed to determine %r to be documented.the following exception was raised:\n" "%s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:694 +#: sphinx/ext/autodoc/__init__.py:692 #, python-format msgid "" "don't know which module to import for autodocumenting %r (try placing a " @@ -2679,39 +2680,39 @@ msgid "" "explicit module name)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:788 +#: sphinx/ext/autodoc/__init__.py:786 msgid "\"::\" in automodule name doesn't make sense" msgstr "" -#: sphinx/ext/autodoc/__init__.py:796 +#: sphinx/ext/autodoc/__init__.py:794 #, python-format msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:829 +#: sphinx/ext/autodoc/__init__.py:827 #, python-format msgid "" "__all__ should be a list of strings, not %r (in module %s) -- ignoring " "__all__" msgstr "" -#: sphinx/ext/autodoc/__init__.py:844 +#: sphinx/ext/autodoc/__init__.py:842 #, python-format msgid "" "missing attribute mentioned in :members: or __all__: module %s, attribute %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1128 +#: sphinx/ext/autodoc/__init__.py:1126 #, python-format msgid "Bases: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1185 +#: sphinx/ext/autodoc/__init__.py:1183 #, python-format msgid "alias of :class:`%s`" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1470 +#: sphinx/ext/autodoc/__init__.py:1468 #, python-format msgid "Ignoring invalid option in autodoc_default_flags: %r" msgstr "" @@ -2747,17 +2748,17 @@ msgid "" "contain .rst. Skipped." msgstr "" -#: sphinx/ext/autosummary/generate.py:102 +#: sphinx/ext/autosummary/generate.py:100 #, python-format msgid "[autosummary] generating autosummary for: %s" msgstr "" -#: sphinx/ext/autosummary/generate.py:106 +#: sphinx/ext/autosummary/generate.py:104 #, python-format msgid "[autosummary] writing to %s" msgstr "" -#: sphinx/ext/autosummary/generate.py:366 +#: sphinx/ext/autosummary/generate.py:364 msgid "" "\n" "Generate ReStructuredText using autosummary directives.\n" @@ -2772,25 +2773,25 @@ msgid "" " pydoc sphinx.ext.autosummary\n" msgstr "" -#: sphinx/ext/autosummary/generate.py:383 +#: sphinx/ext/autosummary/generate.py:381 msgid "source files to generate rST files for" msgstr "" -#: sphinx/ext/autosummary/generate.py:387 +#: sphinx/ext/autosummary/generate.py:385 msgid "directory to place all output in" msgstr "" -#: sphinx/ext/autosummary/generate.py:390 +#: sphinx/ext/autosummary/generate.py:388 #, python-format msgid "default suffix for files (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:394 +#: sphinx/ext/autosummary/generate.py:392 #, python-format msgid "custom template directory (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:398 +#: sphinx/ext/autosummary/generate.py:396 #, python-format msgid "document imported members (default: %(default)s)" msgstr "" @@ -2868,6 +2869,7 @@ msgid "Warning" msgstr "අනතුරු ඇඟවීම" #: sphinx/templates/latex/longtable.tex_t:23 +#: sphinx/templates/latex/sphinxmessages.sty_t:8 msgid "continued from previous page" msgstr "" @@ -2875,13 +2877,29 @@ msgstr "" msgid "Continued on next page" msgstr "" +#: sphinx/templates/latex/sphinxmessages.sty_t:9 +msgid "continues on next page" +msgstr "" + +#: sphinx/templates/latex/sphinxmessages.sty_t:10 +msgid "Non-alphabetical" +msgstr "" + +#: sphinx/templates/latex/sphinxmessages.sty_t:12 +msgid "Numbers" +msgstr "" + +#: sphinx/templates/latex/sphinxmessages.sty_t:13 +msgid "page" +msgstr "" + #: sphinx/themes/agogo/layout.html:46 sphinx/themes/basic/globaltoc.html:10 #: sphinx/themes/basic/localtoc.html:11 sphinx/themes/scrolls/layout.html:41 msgid "Table of Contents" msgstr "" #: sphinx/themes/agogo/layout.html:51 sphinx/themes/basic/layout.html:153 -#: sphinx/themes/basic/search.html:11 sphinx/themes/basic/search.html:26 +#: sphinx/themes/basic/search.html:11 sphinx/themes/basic/search.html:21 #: sphinx/themes/basic/searchresults.html:10 msgid "Search" msgstr "සොයන්න" @@ -3018,13 +3036,13 @@ msgstr "ඊළඟ මාතෘකාව" msgid "next chapter" msgstr "ඊළඟ පරිච්ඡේදය" -#: sphinx/themes/basic/search.html:30 +#: sphinx/themes/basic/search.html:25 msgid "" "Please activate JavaScript to enable the search\n" " functionality." msgstr "" -#: sphinx/themes/basic/search.html:35 +#: sphinx/themes/basic/search.html:30 msgid "" "From here you can search these documents. Enter your search\n" " words into the box below and click \"search\". Note that the search\n" @@ -3032,20 +3050,20 @@ msgid "" " containing fewer words won't appear in the result list." msgstr "" -#: sphinx/themes/basic/search.html:42 +#: sphinx/themes/basic/search.html:37 #: sphinx/themes/basic/searchresults.html:17 msgid "search" msgstr "සොයන්න" -#: sphinx/themes/basic/search.html:46 +#: sphinx/themes/basic/search.html:41 #: sphinx/themes/basic/searchresults.html:21 -#: sphinx/themes/basic/static/searchtools.js:295 +#: sphinx/themes/basic/static/searchtools.js:285 msgid "Search Results" msgstr "සෙවුම් ප්‍රතිඵල" -#: sphinx/themes/basic/search.html:48 +#: sphinx/themes/basic/search.html:43 #: sphinx/themes/basic/searchresults.html:23 -#: sphinx/themes/basic/static/searchtools.js:297 +#: sphinx/themes/basic/static/searchtools.js:287 msgid "" "Your search did not match any documents. Please make sure that all words are" " spelled correctly and that you've selected enough categories." @@ -3103,20 +3121,20 @@ msgstr "" msgid "Hide Search Matches" msgstr "" -#: sphinx/themes/basic/static/searchtools.js:131 +#: sphinx/themes/basic/static/searchtools.js:121 msgid "Searching" msgstr "සොයමින්..." -#: sphinx/themes/basic/static/searchtools.js:136 +#: sphinx/themes/basic/static/searchtools.js:126 msgid "Preparing search..." msgstr "සෙවුම සූදානම් කරමින්...." -#: sphinx/themes/basic/static/searchtools.js:299 +#: sphinx/themes/basic/static/searchtools.js:289 #, python-format msgid "Search finished, found %s page(s) matching the search query." msgstr "" -#: sphinx/themes/basic/static/searchtools.js:352 +#: sphinx/themes/basic/static/searchtools.js:342 msgid ", in " msgstr "" @@ -3133,18 +3151,18 @@ msgstr "" msgid "Contents" msgstr "අන්තර්ගතය" -#: sphinx/transforms/__init__.py:259 +#: sphinx/transforms/__init__.py:261 #, python-format msgid "" "4 column based index found. It might be a bug of extensions you use: %r" msgstr "" -#: sphinx/transforms/__init__.py:301 +#: sphinx/transforms/__init__.py:303 #, python-format msgid "Footnote [%s] is not referenced." msgstr "" -#: sphinx/transforms/__init__.py:307 +#: sphinx/transforms/__init__.py:309 msgid "Footnote [#] is not referenced." msgstr "" @@ -3215,7 +3233,7 @@ msgstr "" msgid "failed" msgstr "" -#: sphinx/util/docutils.py:321 +#: sphinx/util/docutils.py:320 msgid "when adding directive classes, no additional arguments may be given" msgstr "" @@ -3276,15 +3294,15 @@ msgstr "" msgid "Permalink to this code" msgstr "" -#: sphinx/writers/html.py:514 sphinx/writers/html5.py:460 +#: sphinx/writers/html.py:512 sphinx/writers/html5.py:458 msgid "Permalink to this image" msgstr "" -#: sphinx/writers/html.py:516 sphinx/writers/html5.py:462 +#: sphinx/writers/html.py:514 sphinx/writers/html5.py:460 msgid "Permalink to this toctree" msgstr "" -#: sphinx/writers/html.py:674 sphinx/writers/html5.py:608 +#: sphinx/writers/html.py:672 sphinx/writers/html5.py:606 msgid "Could not obtain image size. :scale: option is ignored." msgstr "" @@ -3321,12 +3339,12 @@ msgstr "" msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: sphinx/writers/latex.py:1843 +#: sphinx/writers/latex.py:1847 #, python-format msgid "unknown index entry type %s found" msgstr "" -#: sphinx/writers/latex.py:2552 +#: sphinx/writers/latex.py:2560 #, python-format msgid "Unknown configure key: latex_elements[%r] is ignored." msgstr "" @@ -3344,12 +3362,12 @@ msgstr "[image]" msgid "caption not inside a figure." msgstr "" -#: sphinx/writers/texinfo.py:1421 +#: sphinx/writers/texinfo.py:1422 #, python-format msgid "unimplemented node type: %r" msgstr "" -#: sphinx/writers/texinfo.py:1426 +#: sphinx/writers/texinfo.py:1427 #, python-format msgid "unknown node type: %r" msgstr "" diff --git a/sphinx/locale/sk/LC_MESSAGES/sphinx.mo b/sphinx/locale/sk/LC_MESSAGES/sphinx.mo index 9a8a8c5469..a76d5caac5 100644 Binary files a/sphinx/locale/sk/LC_MESSAGES/sphinx.mo and b/sphinx/locale/sk/LC_MESSAGES/sphinx.mo differ diff --git a/sphinx/locale/sk/LC_MESSAGES/sphinx.po b/sphinx/locale/sk/LC_MESSAGES/sphinx.po index a381c9496f..70275b8910 100644 --- a/sphinx/locale/sk/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/sk/LC_MESSAGES/sphinx.po @@ -10,9 +10,9 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2019-02-18 01:52+0900\n" -"PO-Revision-Date: 2019-03-14 16:36+0000\n" -"Last-Translator: Takeshi KOMIYA \n" +"POT-Creation-Date: 2019-03-29 01:05+0900\n" +"PO-Revision-Date: 2019-03-28 16:09+0000\n" +"Last-Translator: Slavko \n" "Language-Team: Slovak (http://www.transifex.com/sphinx-doc/sphinx-1/language/sk/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -124,7 +124,7 @@ msgstr "" msgid "role %r is already registered, it will be overridden" msgstr "" -#: sphinx/application.py:1182 +#: sphinx/application.py:1179 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -132,7 +132,7 @@ msgid "" "explicit" msgstr "rozšírenie %s nedeklaruje, či je bezpečné pri paralelnom čítaní, predpokladá sa, že nie - prosím, požiadajte autora aby to skontroloval a explicitne to nastavil" -#: sphinx/application.py:1188 +#: sphinx/application.py:1185 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -140,7 +140,7 @@ msgid "" "explicit" msgstr "rozšírenie %s nedeklaruje, či je bezpečné pri paralelnom čítaní, predpokladáme, že nie je – prosím, požiadajte autora aby to skontroloval a explicitne to nastavil" -#: sphinx/application.py:1199 +#: sphinx/application.py:1196 #, python-format msgid "doing serial %s" msgstr "" @@ -589,44 +589,44 @@ msgstr "" msgid "preparing documents" msgstr "" -#: sphinx/builders/_epub_base.py:219 +#: sphinx/builders/_epub_base.py:218 #, python-format msgid "duplicated ToC entry found: %s" msgstr "" -#: sphinx/builders/_epub_base.py:415 sphinx/builders/html.py:761 -#: sphinx/builders/latex/__init__.py:413 sphinx/builders/texinfo.py:190 +#: sphinx/builders/_epub_base.py:414 sphinx/builders/html.py:761 +#: sphinx/builders/latex/__init__.py:415 sphinx/builders/texinfo.py:190 msgid "copying images... " msgstr "" -#: sphinx/builders/_epub_base.py:422 +#: sphinx/builders/_epub_base.py:421 #, python-format msgid "cannot read image file %r: copying it instead" msgstr "" -#: sphinx/builders/_epub_base.py:428 sphinx/builders/html.py:769 -#: sphinx/builders/latex/__init__.py:421 sphinx/builders/texinfo.py:198 +#: sphinx/builders/_epub_base.py:427 sphinx/builders/html.py:769 +#: sphinx/builders/latex/__init__.py:423 sphinx/builders/texinfo.py:199 #, python-format msgid "cannot copy image file %r: %s" msgstr "" -#: sphinx/builders/_epub_base.py:445 +#: sphinx/builders/_epub_base.py:444 #, python-format msgid "cannot write image file %r: %s" msgstr "" -#: sphinx/builders/_epub_base.py:456 +#: sphinx/builders/_epub_base.py:455 msgid "Pillow not found - copying image files" msgstr "" -#: sphinx/builders/_epub_base.py:491 sphinx/builders/_epub_base.py:504 -#: sphinx/builders/_epub_base.py:540 sphinx/builders/_epub_base.py:725 -#: sphinx/builders/_epub_base.py:758 sphinx/builders/epub3.py:184 +#: sphinx/builders/_epub_base.py:490 sphinx/builders/_epub_base.py:503 +#: sphinx/builders/_epub_base.py:539 sphinx/builders/_epub_base.py:724 +#: sphinx/builders/_epub_base.py:757 sphinx/builders/epub3.py:183 #, python-format msgid "writing %s file..." msgstr "" -#: sphinx/builders/_epub_base.py:566 +#: sphinx/builders/_epub_base.py:565 #, python-format msgid "unknown mimetype for %s, ignoring" msgstr "" @@ -645,19 +645,19 @@ msgstr "" msgid "writing summary file..." msgstr "" -#: sphinx/builders/changes.py:87 +#: sphinx/builders/changes.py:86 msgid "Builtins" msgstr "Zabudované funkcie" -#: sphinx/builders/changes.py:89 +#: sphinx/builders/changes.py:88 msgid "Module level" msgstr "Úroveň modulu" -#: sphinx/builders/changes.py:134 +#: sphinx/builders/changes.py:133 msgid "copying source files..." msgstr "" -#: sphinx/builders/changes.py:141 +#: sphinx/builders/changes.py:140 #, python-format msgid "could not read %r for changelog creation" msgstr "" @@ -666,76 +666,76 @@ msgstr "" msgid "The dummy builder generates no files." msgstr "" -#: sphinx/builders/epub3.py:69 +#: sphinx/builders/epub3.py:68 #, python-format msgid "The ePub file is in %(outdir)s." msgstr "" -#: sphinx/builders/epub3.py:212 +#: sphinx/builders/epub3.py:211 msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:216 +#: sphinx/builders/epub3.py:215 msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:219 +#: sphinx/builders/epub3.py:218 msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:223 +#: sphinx/builders/epub3.py:222 msgid "conf value \"epub_author\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:226 +#: sphinx/builders/epub3.py:225 msgid "conf value \"epub_contributor\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:229 +#: sphinx/builders/epub3.py:228 msgid "conf value \"epub_description\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:232 +#: sphinx/builders/epub3.py:231 msgid "conf value \"epub_publisher\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:235 +#: sphinx/builders/epub3.py:234 msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:239 +#: sphinx/builders/epub3.py:238 msgid "conf value \"epub_identifier\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:242 +#: sphinx/builders/epub3.py:241 msgid "conf value \"version\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:257 sphinx/builders/html.py:1166 +#: sphinx/builders/epub3.py:256 sphinx/builders/html.py:1166 #, python-format msgid "invalid css_file: %r, ignored" msgstr "" -#: sphinx/builders/gettext.py:215 +#: sphinx/builders/gettext.py:221 #, python-format msgid "The message catalogs are in %(outdir)s." msgstr "" -#: sphinx/builders/gettext.py:239 +#: sphinx/builders/gettext.py:245 #, python-format msgid "building [%s]: " msgstr "" -#: sphinx/builders/gettext.py:240 +#: sphinx/builders/gettext.py:246 #, python-format msgid "targets for %d template files" msgstr "" -#: sphinx/builders/gettext.py:244 +#: sphinx/builders/gettext.py:250 msgid "reading templates... " msgstr "" -#: sphinx/builders/gettext.py:271 +#: sphinx/builders/gettext.py:277 msgid "writing message catalogs... " msgstr "" @@ -754,7 +754,7 @@ msgstr "" msgid "Failed to read build info file: %r" msgstr "" -#: sphinx/builders/html.py:488 sphinx/builders/latex/__init__.py:204 +#: sphinx/builders/html.py:488 sphinx/builders/latex/__init__.py:206 #: sphinx/transforms/__init__.py:121 sphinx/writers/manpage.py:118 #: sphinx/writers/texinfo.py:243 #, python-format @@ -807,7 +807,7 @@ msgstr "" msgid "html_static_path entry %r does not exist" msgstr "" -#: sphinx/builders/html.py:839 sphinx/builders/latex/__init__.py:398 +#: sphinx/builders/html.py:839 sphinx/builders/latex/__init__.py:400 #, python-format msgid "logo file %r does not exist" msgstr "" @@ -924,7 +924,7 @@ msgstr "" msgid "no \"man_pages\" config value found; no manual pages will be written" msgstr "" -#: sphinx/builders/latex/__init__.py:270 sphinx/builders/manpage.py:64 +#: sphinx/builders/latex/__init__.py:272 sphinx/builders/manpage.py:64 #: sphinx/builders/singlehtml.py:174 sphinx/builders/texinfo.py:120 msgid "writing" msgstr "" @@ -968,24 +968,24 @@ msgstr "" msgid "\"texinfo_documents\" config value references unknown document %s" msgstr "" -#: sphinx/builders/latex/__init__.py:253 sphinx/builders/texinfo.py:116 +#: sphinx/builders/latex/__init__.py:255 sphinx/builders/texinfo.py:116 #, python-format msgid "processing %s" msgstr "" -#: sphinx/builders/latex/__init__.py:322 sphinx/builders/texinfo.py:163 +#: sphinx/builders/latex/__init__.py:323 sphinx/builders/texinfo.py:164 msgid "resolving references..." msgstr "" -#: sphinx/builders/latex/__init__.py:332 sphinx/builders/texinfo.py:172 +#: sphinx/builders/latex/__init__.py:333 sphinx/builders/texinfo.py:173 msgid " (in " msgstr "(v" -#: sphinx/builders/texinfo.py:204 +#: sphinx/builders/texinfo.py:205 msgid "copying Texinfo support files" msgstr "" -#: sphinx/builders/texinfo.py:208 +#: sphinx/builders/texinfo.py:209 #, python-format msgid "error writing file Makefile: %s" msgstr "" @@ -1005,28 +1005,28 @@ msgstr "" msgid "The pseudo-XML files are in %(outdir)s." msgstr "" -#: sphinx/builders/latex/__init__.py:121 +#: sphinx/builders/latex/__init__.py:123 #, python-format msgid "The LaTeX files are in %(outdir)s." msgstr "" -#: sphinx/builders/latex/__init__.py:123 +#: sphinx/builders/latex/__init__.py:125 msgid "" "\n" "Run 'make' in that directory to run these through (pdf)latex\n" "(use `make latexpdf' here to do that automatically)." msgstr "" -#: sphinx/builders/latex/__init__.py:163 +#: sphinx/builders/latex/__init__.py:165 msgid "no \"latex_documents\" config value found; no documents will be written" msgstr "" -#: sphinx/builders/latex/__init__.py:171 +#: sphinx/builders/latex/__init__.py:173 #, python-format msgid "\"latex_documents\" config value references unknown document %s" msgstr "" -#: sphinx/builders/latex/__init__.py:211 sphinx/domains/std.py:501 +#: sphinx/builders/latex/__init__.py:213 sphinx/domains/std.py:501 #: sphinx/templates/latex/latex.tex_t:79 #: sphinx/themes/basic/genindex-single.html:30 #: sphinx/themes/basic/genindex-single.html:55 @@ -1038,28 +1038,28 @@ msgstr "" msgid "Index" msgstr "Index" -#: sphinx/builders/latex/__init__.py:214 sphinx/templates/latex/latex.tex_t:64 +#: sphinx/builders/latex/__init__.py:216 sphinx/templates/latex/latex.tex_t:64 msgid "Release" msgstr "Vydanie" -#: sphinx/builders/latex/__init__.py:222 sphinx/writers/latex.py:549 +#: sphinx/builders/latex/__init__.py:224 sphinx/writers/latex.py:549 #, python-format msgid "no Babel option known for language %r" msgstr "" -#: sphinx/builders/latex/__init__.py:361 +#: sphinx/builders/latex/__init__.py:363 msgid "copying TeX support files" msgstr "" -#: sphinx/builders/latex/__init__.py:382 +#: sphinx/builders/latex/__init__.py:384 msgid "copying TeX support files..." msgstr "" -#: sphinx/builders/latex/__init__.py:402 +#: sphinx/builders/latex/__init__.py:404 msgid "copying additional files" msgstr "" -#: sphinx/builders/latex/__init__.py:445 +#: sphinx/builders/latex/__init__.py:447 #, python-format msgid "Unknown configure key: latex_elements[%r]. ignored." msgstr "" @@ -1122,8 +1122,8 @@ msgstr "" msgid "job number should be a positive number" msgstr "" -#: sphinx/cmd/build.py:106 sphinx/cmd/quickstart.py:498 -#: sphinx/ext/apidoc.py:298 sphinx/ext/autosummary/generate.py:365 +#: sphinx/cmd/build.py:106 sphinx/cmd/quickstart.py:497 +#: sphinx/ext/apidoc.py:298 sphinx/ext/autosummary/generate.py:363 msgid "For more information, visit ." msgstr "" @@ -1500,13 +1500,13 @@ msgstr "" msgid "Indicate which of the following Sphinx extensions should be enabled:" msgstr "" -#: sphinx/cmd/quickstart.py:354 +#: sphinx/cmd/quickstart.py:353 msgid "" "Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " "been deselected." msgstr "" -#: sphinx/cmd/quickstart.py:359 +#: sphinx/cmd/quickstart.py:358 msgid "" "\n" "A Makefile and a Windows command file can be generated for you so that you\n" @@ -1514,29 +1514,29 @@ msgid "" "directly." msgstr "" -#: sphinx/cmd/quickstart.py:363 +#: sphinx/cmd/quickstart.py:362 msgid "Create Makefile? (y/n)" msgstr "" -#: sphinx/cmd/quickstart.py:366 +#: sphinx/cmd/quickstart.py:365 msgid "Create Windows command file? (y/n)" msgstr "" -#: sphinx/cmd/quickstart.py:409 sphinx/ext/apidoc.py:74 +#: sphinx/cmd/quickstart.py:408 sphinx/ext/apidoc.py:74 #, python-format msgid "Creating file %s." msgstr "" -#: sphinx/cmd/quickstart.py:414 sphinx/ext/apidoc.py:72 +#: sphinx/cmd/quickstart.py:413 sphinx/ext/apidoc.py:72 #, python-format msgid "File %s already exists, skipping." msgstr "" -#: sphinx/cmd/quickstart.py:450 +#: sphinx/cmd/quickstart.py:449 msgid "Finished: An initial directory structure has been created." msgstr "" -#: sphinx/cmd/quickstart.py:451 +#: sphinx/cmd/quickstart.py:450 #, python-format msgid "" "\n" @@ -1544,26 +1544,26 @@ msgid "" "source files. " msgstr "" -#: sphinx/cmd/quickstart.py:453 +#: sphinx/cmd/quickstart.py:452 msgid "" "Use the Makefile to build the docs, like so:\n" " make builder\n" msgstr "" -#: sphinx/cmd/quickstart.py:456 +#: sphinx/cmd/quickstart.py:455 #, python-format msgid "" "Use the sphinx-build command to build the docs, like so:\n" " sphinx-build -b builder %s %s\n" msgstr "" -#: sphinx/cmd/quickstart.py:459 +#: sphinx/cmd/quickstart.py:458 msgid "" "where \"builder\" is one of the supported builders, e.g. html, latex or " "linkcheck.\n" msgstr "" -#: sphinx/cmd/quickstart.py:499 +#: sphinx/cmd/quickstart.py:498 msgid "" "\n" "Generate required files for a Sphinx project.\n" @@ -1573,131 +1573,131 @@ msgid "" "Makefile to be used with sphinx-build.\n" msgstr "" -#: sphinx/cmd/quickstart.py:509 +#: sphinx/cmd/quickstart.py:508 msgid "quiet mode" msgstr "" -#: sphinx/cmd/quickstart.py:514 +#: sphinx/cmd/quickstart.py:513 msgid "output path" msgstr "" -#: sphinx/cmd/quickstart.py:516 +#: sphinx/cmd/quickstart.py:515 msgid "Structure options" msgstr "" -#: sphinx/cmd/quickstart.py:518 +#: sphinx/cmd/quickstart.py:517 msgid "if specified, separate source and build dirs" msgstr "" -#: sphinx/cmd/quickstart.py:520 +#: sphinx/cmd/quickstart.py:519 msgid "replacement for dot in _templates etc." msgstr "" -#: sphinx/cmd/quickstart.py:522 +#: sphinx/cmd/quickstart.py:521 msgid "Project basic options" msgstr "" -#: sphinx/cmd/quickstart.py:524 +#: sphinx/cmd/quickstart.py:523 msgid "project name" msgstr "" -#: sphinx/cmd/quickstart.py:526 +#: sphinx/cmd/quickstart.py:525 msgid "author names" msgstr "" -#: sphinx/cmd/quickstart.py:528 +#: sphinx/cmd/quickstart.py:527 msgid "version of project" msgstr "" -#: sphinx/cmd/quickstart.py:530 +#: sphinx/cmd/quickstart.py:529 msgid "release of project" msgstr "" -#: sphinx/cmd/quickstart.py:532 +#: sphinx/cmd/quickstart.py:531 msgid "document language" msgstr "" -#: sphinx/cmd/quickstart.py:534 +#: sphinx/cmd/quickstart.py:533 msgid "source file suffix" msgstr "" -#: sphinx/cmd/quickstart.py:536 +#: sphinx/cmd/quickstart.py:535 msgid "master document name" msgstr "" -#: sphinx/cmd/quickstart.py:538 +#: sphinx/cmd/quickstart.py:537 msgid "use epub" msgstr "" -#: sphinx/cmd/quickstart.py:540 +#: sphinx/cmd/quickstart.py:539 msgid "Extension options" msgstr "" -#: sphinx/cmd/quickstart.py:544 sphinx/ext/apidoc.py:379 +#: sphinx/cmd/quickstart.py:543 sphinx/ext/apidoc.py:379 #, python-format msgid "enable %s extension" msgstr "" -#: sphinx/cmd/quickstart.py:546 sphinx/ext/apidoc.py:375 +#: sphinx/cmd/quickstart.py:545 sphinx/ext/apidoc.py:375 msgid "enable arbitrary extensions" msgstr "" -#: sphinx/cmd/quickstart.py:548 +#: sphinx/cmd/quickstart.py:547 msgid "Makefile and Batchfile creation" msgstr "" -#: sphinx/cmd/quickstart.py:550 +#: sphinx/cmd/quickstart.py:549 msgid "create makefile" msgstr "" -#: sphinx/cmd/quickstart.py:552 +#: sphinx/cmd/quickstart.py:551 msgid "do not create makefile" msgstr "" -#: sphinx/cmd/quickstart.py:554 +#: sphinx/cmd/quickstart.py:553 msgid "create batchfile" msgstr "" -#: sphinx/cmd/quickstart.py:557 +#: sphinx/cmd/quickstart.py:556 msgid "do not create batchfile" msgstr "" -#: sphinx/cmd/quickstart.py:560 +#: sphinx/cmd/quickstart.py:559 msgid "use make-mode for Makefile/make.bat" msgstr "" -#: sphinx/cmd/quickstart.py:563 +#: sphinx/cmd/quickstart.py:562 msgid "do not use make-mode for Makefile/make.bat" msgstr "" -#: sphinx/cmd/quickstart.py:565 +#: sphinx/cmd/quickstart.py:564 msgid "Project templating" msgstr "" -#: sphinx/cmd/quickstart.py:568 +#: sphinx/cmd/quickstart.py:567 msgid "template directory for template files" msgstr "" -#: sphinx/cmd/quickstart.py:571 +#: sphinx/cmd/quickstart.py:570 msgid "define a template variable" msgstr "" -#: sphinx/cmd/quickstart.py:605 +#: sphinx/cmd/quickstart.py:604 msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." msgstr "" -#: sphinx/cmd/quickstart.py:619 +#: sphinx/cmd/quickstart.py:618 msgid "" "Error: specified path is not a directory, or sphinx files already exist." msgstr "" -#: sphinx/cmd/quickstart.py:621 +#: sphinx/cmd/quickstart.py:620 msgid "" "sphinx-quickstart only generate into a empty directory. Please specify a new" " root path." msgstr "" -#: sphinx/cmd/quickstart.py:636 +#: sphinx/cmd/quickstart.py:635 #, python-format msgid "Invalid template variable: %s" msgstr "" @@ -1769,17 +1769,17 @@ msgstr "Autor:" msgid "%s %s" msgstr "%s %s" -#: sphinx/domains/c.py:64 sphinx/domains/cpp.py:6371 +#: sphinx/domains/c.py:64 sphinx/domains/cpp.py:6445 #: sphinx/domains/python.py:210 sphinx/ext/napoleon/docstring.py:696 msgid "Parameters" msgstr "Parametre" -#: sphinx/domains/c.py:67 sphinx/domains/cpp.py:6380 -#: sphinx/domains/javascript.py:210 sphinx/domains/python.py:222 +#: sphinx/domains/c.py:67 sphinx/domains/cpp.py:6454 +#: sphinx/domains/javascript.py:209 sphinx/domains/python.py:222 msgid "Returns" msgstr "Vracia" -#: sphinx/domains/c.py:69 sphinx/domains/javascript.py:212 +#: sphinx/domains/c.py:69 sphinx/domains/javascript.py:211 #: sphinx/domains/python.py:224 msgid "Return type" msgstr "Návratový typ" @@ -1809,12 +1809,12 @@ msgstr "%s (typ C)" msgid "%s (C variable)" msgstr "%s (premenná C)" -#: sphinx/domains/c.py:258 sphinx/domains/cpp.py:6956 -#: sphinx/domains/javascript.py:298 sphinx/domains/python.py:741 +#: sphinx/domains/c.py:258 sphinx/domains/cpp.py:7029 +#: sphinx/domains/javascript.py:297 sphinx/domains/python.py:742 msgid "function" msgstr "funkcia" -#: sphinx/domains/c.py:259 sphinx/domains/cpp.py:6957 +#: sphinx/domains/c.py:259 sphinx/domains/cpp.py:7030 msgid "member" msgstr "člen" @@ -1822,7 +1822,7 @@ msgstr "člen" msgid "macro" msgstr "makro" -#: sphinx/domains/c.py:261 sphinx/domains/cpp.py:6958 +#: sphinx/domains/c.py:261 sphinx/domains/cpp.py:7031 msgid "type" msgstr "typ" @@ -1845,106 +1845,106 @@ msgstr "Zmenené vo verzii %s" msgid "Deprecated since version %s" msgstr "Zastarané od verzie %s" -#: sphinx/domains/cpp.py:4297 +#: sphinx/domains/cpp.py:4323 #, python-format msgid "" "Duplicate declaration, also defined in '%s'.\n" "Declaration is '%s'." msgstr "" -#: sphinx/domains/cpp.py:6374 +#: sphinx/domains/cpp.py:6448 msgid "Template Parameters" msgstr "Parametre šablóny" -#: sphinx/domains/cpp.py:6377 sphinx/domains/javascript.py:207 +#: sphinx/domains/cpp.py:6451 sphinx/domains/javascript.py:206 msgid "Throws" msgstr "Vyvoláva" -#: sphinx/domains/cpp.py:6505 +#: sphinx/domains/cpp.py:6579 #, python-format msgid "%s (C++ %s)" msgstr "" -#: sphinx/domains/cpp.py:6954 sphinx/domains/javascript.py:300 -#: sphinx/domains/python.py:743 +#: sphinx/domains/cpp.py:7027 sphinx/domains/javascript.py:299 +#: sphinx/domains/python.py:744 msgid "class" msgstr "trieda" -#: sphinx/domains/cpp.py:6955 +#: sphinx/domains/cpp.py:7028 msgid "union" msgstr "" -#: sphinx/domains/cpp.py:6959 +#: sphinx/domains/cpp.py:7032 msgid "concept" msgstr "koncept" -#: sphinx/domains/cpp.py:6960 +#: sphinx/domains/cpp.py:7033 msgid "enum" msgstr "enum" -#: sphinx/domains/cpp.py:6961 +#: sphinx/domains/cpp.py:7034 msgid "enumerator" msgstr "enumerátor" -#: sphinx/domains/cpp.py:7054 +#: sphinx/domains/cpp.py:7127 #, python-format msgid "" "Duplicate declaration, also defined in '%s'.\n" "Name of declaration is '%s'." msgstr "" -#: sphinx/domains/javascript.py:131 sphinx/domains/python.py:429 +#: sphinx/domains/javascript.py:130 sphinx/domains/python.py:430 #, python-format msgid "%s() (built-in function)" msgstr "%s() (zabudovaná funkcia)" -#: sphinx/domains/javascript.py:132 sphinx/domains/python.py:494 +#: sphinx/domains/javascript.py:131 sphinx/domains/python.py:495 #, python-format msgid "%s() (%s method)" msgstr "%s() (metóda %s)" -#: sphinx/domains/javascript.py:134 +#: sphinx/domains/javascript.py:133 #, python-format msgid "%s() (class)" msgstr "%s() (trieda)" -#: sphinx/domains/javascript.py:136 +#: sphinx/domains/javascript.py:135 #, python-format msgid "%s (global variable or constant)" msgstr "%s (globálna premenná alebo konštanta)" -#: sphinx/domains/javascript.py:138 sphinx/domains/python.py:532 +#: sphinx/domains/javascript.py:137 sphinx/domains/python.py:533 #, python-format msgid "%s (%s attribute)" msgstr "%s (atribút %s)" -#: sphinx/domains/javascript.py:204 +#: sphinx/domains/javascript.py:203 msgid "Arguments" msgstr "Argumenty" -#: sphinx/domains/javascript.py:265 sphinx/domains/python.py:609 +#: sphinx/domains/javascript.py:264 sphinx/domains/python.py:610 #, python-format msgid "%s (module)" msgstr "%s (modul)" -#: sphinx/domains/javascript.py:299 sphinx/domains/python.py:745 +#: sphinx/domains/javascript.py:298 sphinx/domains/python.py:746 msgid "method" msgstr "metóda" -#: sphinx/domains/javascript.py:301 sphinx/domains/python.py:742 +#: sphinx/domains/javascript.py:300 sphinx/domains/python.py:743 msgid "data" msgstr "dáta" -#: sphinx/domains/javascript.py:302 sphinx/domains/python.py:748 +#: sphinx/domains/javascript.py:301 sphinx/domains/python.py:749 msgid "attribute" msgstr "atribút" -#: sphinx/domains/javascript.py:303 sphinx/domains/python.py:49 -#: sphinx/domains/python.py:749 +#: sphinx/domains/javascript.py:302 sphinx/domains/python.py:49 +#: sphinx/domains/python.py:750 msgid "module" msgstr "modul" -#: sphinx/domains/math.py:101 sphinx/writers/latex.py:2451 +#: sphinx/domains/math.py:101 sphinx/writers/latex.py:2459 #, python-format msgid "Invalid math_eqref_format: %r" msgstr "" @@ -1966,7 +1966,7 @@ msgstr "operátor" msgid "object" msgstr "objekt" -#: sphinx/domains/python.py:53 sphinx/domains/python.py:744 +#: sphinx/domains/python.py:53 sphinx/domains/python.py:745 msgid "exception" msgstr "výnimka" @@ -1986,88 +1986,88 @@ msgstr "Premenné" msgid "Raises" msgstr "Vyzdvihuje" -#: sphinx/domains/python.py:430 sphinx/domains/python.py:488 -#: sphinx/domains/python.py:500 sphinx/domains/python.py:513 +#: sphinx/domains/python.py:431 sphinx/domains/python.py:489 +#: sphinx/domains/python.py:501 sphinx/domains/python.py:514 #, python-format msgid "%s() (in module %s)" msgstr "%s() (v module %s)" -#: sphinx/domains/python.py:433 +#: sphinx/domains/python.py:434 #, python-format msgid "%s (built-in variable)" msgstr "%s (zabudovaná premenná)" -#: sphinx/domains/python.py:434 sphinx/domains/python.py:526 +#: sphinx/domains/python.py:435 sphinx/domains/python.py:527 #, python-format msgid "%s (in module %s)" msgstr "%s (v module %s)" -#: sphinx/domains/python.py:454 +#: sphinx/domains/python.py:455 #, python-format msgid "%s (built-in class)" msgstr "%s (zabudovaná trieda)" -#: sphinx/domains/python.py:455 +#: sphinx/domains/python.py:456 #, python-format msgid "%s (class in %s)" msgstr "%s (trieda v %s)" -#: sphinx/domains/python.py:492 +#: sphinx/domains/python.py:493 #, python-format msgid "%s() (%s.%s method)" msgstr "%s() (metóda %s.%s)" -#: sphinx/domains/python.py:504 +#: sphinx/domains/python.py:505 #, python-format msgid "%s() (%s.%s static method)" msgstr "%s() (statická metóda %s.%s)" -#: sphinx/domains/python.py:507 +#: sphinx/domains/python.py:508 #, python-format msgid "%s() (%s static method)" msgstr "%s() (statická metóda %s)" -#: sphinx/domains/python.py:517 +#: sphinx/domains/python.py:518 #, python-format msgid "%s() (%s.%s class method)" msgstr "%s() (metóda triedy %s.%s)" -#: sphinx/domains/python.py:520 +#: sphinx/domains/python.py:521 #, python-format msgid "%s() (%s class method)" msgstr "%s() (metóda triedy %s)" -#: sphinx/domains/python.py:530 +#: sphinx/domains/python.py:531 #, python-format msgid "%s (%s.%s attribute)" msgstr "%s (atribút %s.%s)" -#: sphinx/domains/python.py:667 +#: sphinx/domains/python.py:668 msgid "Python Module Index" msgstr "Index modulov Python" -#: sphinx/domains/python.py:668 +#: sphinx/domains/python.py:669 msgid "modules" msgstr "moduly" -#: sphinx/domains/python.py:719 +#: sphinx/domains/python.py:720 msgid "Deprecated" msgstr "Zastarané" -#: sphinx/domains/python.py:746 +#: sphinx/domains/python.py:747 msgid "class method" msgstr "metóda triedy" -#: sphinx/domains/python.py:747 +#: sphinx/domains/python.py:748 msgid "static method" msgstr "statická metóda" -#: sphinx/domains/python.py:879 +#: sphinx/domains/python.py:880 #, python-format msgid "more than one target found for cross-reference %r: %s" msgstr "" -#: sphinx/domains/python.py:917 +#: sphinx/domains/python.py:918 msgid " (deprecated)" msgstr " (zastarané)" @@ -2143,7 +2143,7 @@ msgstr "Stránka hľadania" msgid "duplicate citation %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:631 sphinx/ext/autosectionlabel.py:61 +#: sphinx/domains/std.py:631 sphinx/ext/autosectionlabel.py:56 #, python-format msgid "duplicate label %s, other instance in %s" msgstr "" @@ -2203,21 +2203,21 @@ msgid "" "another doctree directory." msgstr "" -#: sphinx/environment/__init__.py:408 +#: sphinx/environment/__init__.py:404 #, python-format msgid "Failed to scan documents in %s: %r" msgstr "" -#: sphinx/environment/__init__.py:536 +#: sphinx/environment/__init__.py:532 #, python-format msgid "Domain %r is not registered" msgstr "" -#: sphinx/environment/__init__.py:621 +#: sphinx/environment/__init__.py:617 msgid "self referenced toctree found. Ignored." msgstr "" -#: sphinx/environment/__init__.py:662 +#: sphinx/environment/__init__.py:658 msgid "document isn't included in any toctree" msgstr "" @@ -2237,6 +2237,7 @@ msgid "unknown index entry type %r" msgstr "" #: sphinx/environment/adapters/indexentries.py:156 +#: sphinx/templates/latex/sphinxmessages.sty_t:11 msgid "Symbols" msgstr "Symboly" @@ -2262,22 +2263,22 @@ msgstr "" msgid "toctree contains reference to nonexisting document %r" msgstr "" -#: sphinx/environment/collectors/asset.py:91 +#: sphinx/environment/collectors/asset.py:90 #, python-format msgid "image file not readable: %s" msgstr "" -#: sphinx/environment/collectors/asset.py:107 +#: sphinx/environment/collectors/asset.py:106 #, python-format msgid "image file %s not readable: %s" msgstr "" -#: sphinx/environment/collectors/asset.py:135 +#: sphinx/environment/collectors/asset.py:134 #, python-format msgid "download file not readable: %s" msgstr "" -#: sphinx/environment/collectors/toctree.py:197 +#: sphinx/environment/collectors/toctree.py:196 #, python-format msgid "%s is already assigned section numbers (nested numbered toctree?)" msgstr "" @@ -2421,38 +2422,38 @@ msgstr "" msgid "module %s could not be imported: %s" msgstr "" -#: sphinx/ext/doctest.py:142 +#: sphinx/ext/doctest.py:132 #, python-format msgid "missing '+' or '-' in '%s' option." msgstr "chýbajúce „+” alebo „-” vo voľbe „%s”." -#: sphinx/ext/doctest.py:147 +#: sphinx/ext/doctest.py:137 #, python-format msgid "'%s' is not a valid option." msgstr "'%s' nie je platná voľba." -#: sphinx/ext/doctest.py:161 +#: sphinx/ext/doctest.py:151 #, python-format msgid "'%s' is not a valid pyversion option" msgstr "„%s” nie je platná voľba pyversion" -#: sphinx/ext/doctest.py:230 +#: sphinx/ext/doctest.py:222 msgid "invalid TestCode type" msgstr "" -#: sphinx/ext/doctest.py:291 +#: sphinx/ext/doctest.py:283 #, python-format msgid "" "Testing of doctests in the sources finished, look at the results in " "%(outdir)s/output.txt." msgstr "" -#: sphinx/ext/doctest.py:438 +#: sphinx/ext/doctest.py:446 #, python-format msgid "no code/output in %s block at %s:%s" msgstr "" -#: sphinx/ext/doctest.py:527 +#: sphinx/ext/doctest.py:535 #, python-format msgid "ignoring invalid doctest code: %r" msgstr "" @@ -2470,7 +2471,7 @@ msgstr "Externý súbor Graphviz %r nebol nájdený alebo zlyhalo jeho čítanie msgid "Ignoring \"graphviz\" directive without content." msgstr "Ignorovaná direktíva „graphviz” bez obsahu." -#: sphinx/ext/graphviz.py:252 +#: sphinx/ext/graphviz.py:250 #, python-format msgid "" "dot did not produce an output file:\n" @@ -2480,14 +2481,14 @@ msgid "" "%r" msgstr "" -#: sphinx/ext/graphviz.py:256 +#: sphinx/ext/graphviz.py:254 #, python-format msgid "" "dot command %r cannot be run (needed for graphviz output), check the " "graphviz_dot setting" msgstr "príkaz dot %r nemožno spustiť (nutný kvôli výstupu graphviz), skontrolujte nastavenie graphviz_dot" -#: sphinx/ext/graphviz.py:263 +#: sphinx/ext/graphviz.py:261 #, python-format msgid "" "dot exited with error:\n" @@ -2497,23 +2498,23 @@ msgid "" "%r" msgstr "" -#: sphinx/ext/graphviz.py:273 +#: sphinx/ext/graphviz.py:271 #, python-format msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" msgstr "graphviz_output_format musí byť „png” alebo „svg”, ale je %r" -#: sphinx/ext/graphviz.py:277 sphinx/ext/graphviz.py:331 -#: sphinx/ext/graphviz.py:369 +#: sphinx/ext/graphviz.py:275 sphinx/ext/graphviz.py:329 +#: sphinx/ext/graphviz.py:367 #, python-format msgid "dot code %r: %s" msgstr "" -#: sphinx/ext/graphviz.py:384 sphinx/ext/graphviz.py:393 +#: sphinx/ext/graphviz.py:382 sphinx/ext/graphviz.py:391 #, python-format msgid "[graph: %s]" msgstr "[graf: %s]" -#: sphinx/ext/graphviz.py:386 sphinx/ext/graphviz.py:395 +#: sphinx/ext/graphviz.py:384 sphinx/ext/graphviz.py:393 msgid "[graph]" msgstr "[graf]" @@ -2532,31 +2533,31 @@ msgid "" "%r" msgstr "" -#: sphinx/ext/imgmath.py:140 +#: sphinx/ext/imgmath.py:139 #, python-format msgid "" "LaTeX command %r cannot be run (needed for math display), check the " "imgmath_latex setting" msgstr "" -#: sphinx/ext/imgmath.py:155 +#: sphinx/ext/imgmath.py:154 #, python-format msgid "" "%s command %r cannot be run (needed for math display), check the imgmath_%s " "setting" msgstr "" -#: sphinx/ext/imgmath.py:290 +#: sphinx/ext/imgmath.py:289 #, python-format msgid "display latex %r: %s" msgstr "" -#: sphinx/ext/imgmath.py:317 +#: sphinx/ext/imgmath.py:316 #, python-format msgid "inline latex %r: %s" msgstr "" -#: sphinx/ext/imgmath.py:324 sphinx/ext/mathjax.py:54 +#: sphinx/ext/imgmath.py:323 sphinx/ext/mathjax.py:54 msgid "Permalink to this equation" msgstr "Trvalý odkaz na tento vzorec" @@ -2576,26 +2577,26 @@ msgid "" "alternatives:" msgstr "" -#: sphinx/ext/intersphinx.py:237 +#: sphinx/ext/intersphinx.py:238 msgid "failed to reach any of the inventories with the following issues:" msgstr "" -#: sphinx/ext/intersphinx.py:312 +#: sphinx/ext/intersphinx.py:311 #, python-format msgid "(in %s v%s)" msgstr "(v %s v%s)" -#: sphinx/ext/intersphinx.py:314 +#: sphinx/ext/intersphinx.py:313 #, python-format msgid "(in %s)" msgstr "" -#: sphinx/ext/intersphinx.py:348 +#: sphinx/ext/intersphinx.py:347 #, python-format msgid "intersphinx identifier %r is not string. Ignored" msgstr "" -#: sphinx/ext/intersphinx.py:361 +#: sphinx/ext/intersphinx.py:360 #, python-format msgid "Fail to read intersphinx_mapping[%s], Ignored: %r" msgstr "" @@ -2651,29 +2652,29 @@ msgstr "Prehľad: kód modulu" msgid "

All modules for which code is available

" msgstr "

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

" -#: sphinx/ext/autodoc/__init__.py:302 +#: sphinx/ext/autodoc/__init__.py:300 #, python-format msgid "invalid signature for auto%s (%r)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:402 +#: sphinx/ext/autodoc/__init__.py:400 #, python-format msgid "error while formatting arguments for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:514 +#: sphinx/ext/autodoc/__init__.py:512 #, python-format msgid "missing attribute %s in object %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:602 +#: sphinx/ext/autodoc/__init__.py:600 #, python-format msgid "" "autodoc: failed to determine %r to be documented.the following exception was raised:\n" "%s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:694 +#: sphinx/ext/autodoc/__init__.py:692 #, python-format msgid "" "don't know which module to import for autodocumenting %r (try placing a " @@ -2681,39 +2682,39 @@ msgid "" "explicit module name)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:788 +#: sphinx/ext/autodoc/__init__.py:786 msgid "\"::\" in automodule name doesn't make sense" msgstr "" -#: sphinx/ext/autodoc/__init__.py:796 +#: sphinx/ext/autodoc/__init__.py:794 #, python-format msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:829 +#: sphinx/ext/autodoc/__init__.py:827 #, python-format msgid "" "__all__ should be a list of strings, not %r (in module %s) -- ignoring " "__all__" msgstr "" -#: sphinx/ext/autodoc/__init__.py:844 +#: sphinx/ext/autodoc/__init__.py:842 #, python-format msgid "" "missing attribute mentioned in :members: or __all__: module %s, attribute %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1128 +#: sphinx/ext/autodoc/__init__.py:1126 #, python-format msgid "Bases: %s" msgstr "Základ: %s" -#: sphinx/ext/autodoc/__init__.py:1185 +#: sphinx/ext/autodoc/__init__.py:1183 #, python-format msgid "alias of :class:`%s`" msgstr "alias pre :class:`%s`" -#: sphinx/ext/autodoc/__init__.py:1470 +#: sphinx/ext/autodoc/__init__.py:1468 #, python-format msgid "Ignoring invalid option in autodoc_default_flags: %r" msgstr "" @@ -2749,17 +2750,17 @@ msgid "" "contain .rst. Skipped." msgstr "" -#: sphinx/ext/autosummary/generate.py:102 +#: sphinx/ext/autosummary/generate.py:100 #, python-format msgid "[autosummary] generating autosummary for: %s" msgstr "" -#: sphinx/ext/autosummary/generate.py:106 +#: sphinx/ext/autosummary/generate.py:104 #, python-format msgid "[autosummary] writing to %s" msgstr "" -#: sphinx/ext/autosummary/generate.py:366 +#: sphinx/ext/autosummary/generate.py:364 msgid "" "\n" "Generate ReStructuredText using autosummary directives.\n" @@ -2774,25 +2775,25 @@ msgid "" " pydoc sphinx.ext.autosummary\n" msgstr "" -#: sphinx/ext/autosummary/generate.py:383 +#: sphinx/ext/autosummary/generate.py:381 msgid "source files to generate rST files for" msgstr "" -#: sphinx/ext/autosummary/generate.py:387 +#: sphinx/ext/autosummary/generate.py:385 msgid "directory to place all output in" msgstr "" -#: sphinx/ext/autosummary/generate.py:390 +#: sphinx/ext/autosummary/generate.py:388 #, python-format msgid "default suffix for files (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:394 +#: sphinx/ext/autosummary/generate.py:392 #, python-format msgid "custom template directory (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:398 +#: sphinx/ext/autosummary/generate.py:396 #, python-format msgid "document imported members (default: %(default)s)" msgstr "" @@ -2870,6 +2871,7 @@ msgid "Warning" msgstr "Varovanie" #: sphinx/templates/latex/longtable.tex_t:23 +#: sphinx/templates/latex/sphinxmessages.sty_t:8 msgid "continued from previous page" msgstr "pokračovanie z predošlej strany" @@ -2877,13 +2879,29 @@ msgstr "pokračovanie z predošlej strany" msgid "Continued on next page" msgstr "Pokračovanie na ďalšej strane" +#: sphinx/templates/latex/sphinxmessages.sty_t:9 +msgid "continues on next page" +msgstr "pokračuje na ďalšej strane" + +#: sphinx/templates/latex/sphinxmessages.sty_t:10 +msgid "Non-alphabetical" +msgstr "" + +#: sphinx/templates/latex/sphinxmessages.sty_t:12 +msgid "Numbers" +msgstr "" + +#: sphinx/templates/latex/sphinxmessages.sty_t:13 +msgid "page" +msgstr "strana" + #: sphinx/themes/agogo/layout.html:46 sphinx/themes/basic/globaltoc.html:10 #: sphinx/themes/basic/localtoc.html:11 sphinx/themes/scrolls/layout.html:41 msgid "Table of Contents" msgstr "" #: sphinx/themes/agogo/layout.html:51 sphinx/themes/basic/layout.html:153 -#: sphinx/themes/basic/search.html:11 sphinx/themes/basic/search.html:26 +#: sphinx/themes/basic/search.html:11 sphinx/themes/basic/search.html:21 #: sphinx/themes/basic/searchresults.html:10 msgid "Search" msgstr "Hľadať" @@ -3020,13 +3038,13 @@ msgstr "Ďalšia téma" msgid "next chapter" msgstr "ďalšia kapitola" -#: sphinx/themes/basic/search.html:30 +#: sphinx/themes/basic/search.html:25 msgid "" "Please activate JavaScript to enable the search\n" " functionality." msgstr "Prosím, na zapnutie funkcie hľadania,aktivujte\nJavaScript ." -#: sphinx/themes/basic/search.html:35 +#: sphinx/themes/basic/search.html:30 msgid "" "From here you can search these documents. Enter your search\n" " words into the box below and click \"search\". Note that the search\n" @@ -3034,20 +3052,20 @@ msgid "" " containing fewer words won't appear in the result list." msgstr "Tu môžete hľadať v tejto dokumentácii. Zadajte hľadané slová\ndo políčka nižšie a kliknite na \"hľadať\". Pamätajte, že funkcia\nhľadania bude automaticky hľadať všetky slová. Strany, ktoré\nobsahujú len niektoré zo slov, nebudú v zozname výsledkov." -#: sphinx/themes/basic/search.html:42 +#: sphinx/themes/basic/search.html:37 #: sphinx/themes/basic/searchresults.html:17 msgid "search" msgstr "hľadať" -#: sphinx/themes/basic/search.html:46 +#: sphinx/themes/basic/search.html:41 #: sphinx/themes/basic/searchresults.html:21 -#: sphinx/themes/basic/static/searchtools.js:295 +#: sphinx/themes/basic/static/searchtools.js:285 msgid "Search Results" msgstr "Výsledky hľadania" -#: sphinx/themes/basic/search.html:48 +#: sphinx/themes/basic/search.html:43 #: sphinx/themes/basic/searchresults.html:23 -#: sphinx/themes/basic/static/searchtools.js:297 +#: sphinx/themes/basic/static/searchtools.js:287 msgid "" "Your search did not match any documents. Please make sure that all words are" " spelled correctly and that you've selected enough categories." @@ -3105,20 +3123,20 @@ msgstr "Trvalý odkaz na túto definíciu" msgid "Hide Search Matches" msgstr "Skryť výsledky hľadania" -#: sphinx/themes/basic/static/searchtools.js:131 +#: sphinx/themes/basic/static/searchtools.js:121 msgid "Searching" msgstr "Hľadanie" -#: sphinx/themes/basic/static/searchtools.js:136 +#: sphinx/themes/basic/static/searchtools.js:126 msgid "Preparing search..." msgstr "Príprava hľadania..." -#: sphinx/themes/basic/static/searchtools.js:299 +#: sphinx/themes/basic/static/searchtools.js:289 #, python-format msgid "Search finished, found %s page(s) matching the search query." msgstr "Hľadanie dokončené, nájdené %s strana(y), ktoré vyhovujú hľadanému výrazu." -#: sphinx/themes/basic/static/searchtools.js:352 +#: sphinx/themes/basic/static/searchtools.js:342 msgid ", in " msgstr ", v " @@ -3135,18 +3153,18 @@ msgstr "Zbaliť bočný panel" msgid "Contents" msgstr "Obsah" -#: sphinx/transforms/__init__.py:259 +#: sphinx/transforms/__init__.py:261 #, python-format msgid "" "4 column based index found. It might be a bug of extensions you use: %r" msgstr "" -#: sphinx/transforms/__init__.py:301 +#: sphinx/transforms/__init__.py:303 #, python-format msgid "Footnote [%s] is not referenced." msgstr "" -#: sphinx/transforms/__init__.py:307 +#: sphinx/transforms/__init__.py:309 msgid "Footnote [#] is not referenced." msgstr "" @@ -3217,7 +3235,7 @@ msgstr "" msgid "failed" msgstr "" -#: sphinx/util/docutils.py:321 +#: sphinx/util/docutils.py:320 msgid "when adding directive classes, no additional arguments may be given" msgstr "pri pridávaní tried direktív nemožno zadať dodatočné argumenty" @@ -3278,15 +3296,15 @@ msgstr "Trvalý odkaz na túto tabuľku" msgid "Permalink to this code" msgstr "Trvalý odkaz na tento kód" -#: sphinx/writers/html.py:514 sphinx/writers/html5.py:460 +#: sphinx/writers/html.py:512 sphinx/writers/html5.py:458 msgid "Permalink to this image" msgstr "Trvalý odkaz na tento obrázok" -#: sphinx/writers/html.py:516 sphinx/writers/html5.py:462 +#: sphinx/writers/html.py:514 sphinx/writers/html5.py:460 msgid "Permalink to this toctree" msgstr "Trvalý odkaz na tento obsah" -#: sphinx/writers/html.py:674 sphinx/writers/html5.py:608 +#: sphinx/writers/html.py:672 sphinx/writers/html5.py:606 msgid "Could not obtain image size. :scale: option is ignored." msgstr "" @@ -3323,12 +3341,12 @@ msgstr "" msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: sphinx/writers/latex.py:1843 +#: sphinx/writers/latex.py:1847 #, python-format msgid "unknown index entry type %s found" msgstr "" -#: sphinx/writers/latex.py:2552 +#: sphinx/writers/latex.py:2560 #, python-format msgid "Unknown configure key: latex_elements[%r] is ignored." msgstr "Neznámy konfiguračný kľúč: latex_elements[%r] je ignorovaný." @@ -3346,12 +3364,12 @@ msgstr "[obrázok]" msgid "caption not inside a figure." msgstr "" -#: sphinx/writers/texinfo.py:1421 +#: sphinx/writers/texinfo.py:1422 #, python-format msgid "unimplemented node type: %r" msgstr "" -#: sphinx/writers/texinfo.py:1426 +#: sphinx/writers/texinfo.py:1427 #, python-format msgid "unknown node type: %r" msgstr "" diff --git a/sphinx/locale/sl/LC_MESSAGES/sphinx.mo b/sphinx/locale/sl/LC_MESSAGES/sphinx.mo index 38e934f935..1136d0e67a 100644 Binary files a/sphinx/locale/sl/LC_MESSAGES/sphinx.mo and b/sphinx/locale/sl/LC_MESSAGES/sphinx.mo differ diff --git a/sphinx/locale/sl/LC_MESSAGES/sphinx.po b/sphinx/locale/sl/LC_MESSAGES/sphinx.po index d429739b72..0353526c08 100644 --- a/sphinx/locale/sl/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/sl/LC_MESSAGES/sphinx.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2019-02-18 01:52+0900\n" -"PO-Revision-Date: 2019-03-14 16:36+0000\n" +"POT-Creation-Date: 2019-03-29 01:05+0900\n" +"PO-Revision-Date: 2019-03-28 16:08+0000\n" "Last-Translator: Takeshi KOMIYA \n" "Language-Team: Slovenian (http://www.transifex.com/sphinx-doc/sphinx-1/language/sl/)\n" "MIME-Version: 1.0\n" @@ -121,7 +121,7 @@ msgstr "" msgid "role %r is already registered, it will be overridden" msgstr "" -#: sphinx/application.py:1182 +#: sphinx/application.py:1179 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -129,7 +129,7 @@ msgid "" "explicit" msgstr "" -#: sphinx/application.py:1188 +#: sphinx/application.py:1185 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -137,7 +137,7 @@ msgid "" "explicit" msgstr "" -#: sphinx/application.py:1199 +#: sphinx/application.py:1196 #, python-format msgid "doing serial %s" msgstr "" @@ -586,44 +586,44 @@ msgstr "" msgid "preparing documents" msgstr "" -#: sphinx/builders/_epub_base.py:219 +#: sphinx/builders/_epub_base.py:218 #, python-format msgid "duplicated ToC entry found: %s" msgstr "" -#: sphinx/builders/_epub_base.py:415 sphinx/builders/html.py:761 -#: sphinx/builders/latex/__init__.py:413 sphinx/builders/texinfo.py:190 +#: sphinx/builders/_epub_base.py:414 sphinx/builders/html.py:761 +#: sphinx/builders/latex/__init__.py:415 sphinx/builders/texinfo.py:190 msgid "copying images... " msgstr "" -#: sphinx/builders/_epub_base.py:422 +#: sphinx/builders/_epub_base.py:421 #, python-format msgid "cannot read image file %r: copying it instead" msgstr "" -#: sphinx/builders/_epub_base.py:428 sphinx/builders/html.py:769 -#: sphinx/builders/latex/__init__.py:421 sphinx/builders/texinfo.py:198 +#: sphinx/builders/_epub_base.py:427 sphinx/builders/html.py:769 +#: sphinx/builders/latex/__init__.py:423 sphinx/builders/texinfo.py:199 #, python-format msgid "cannot copy image file %r: %s" msgstr "" -#: sphinx/builders/_epub_base.py:445 +#: sphinx/builders/_epub_base.py:444 #, python-format msgid "cannot write image file %r: %s" msgstr "" -#: sphinx/builders/_epub_base.py:456 +#: sphinx/builders/_epub_base.py:455 msgid "Pillow not found - copying image files" msgstr "" -#: sphinx/builders/_epub_base.py:491 sphinx/builders/_epub_base.py:504 -#: sphinx/builders/_epub_base.py:540 sphinx/builders/_epub_base.py:725 -#: sphinx/builders/_epub_base.py:758 sphinx/builders/epub3.py:184 +#: sphinx/builders/_epub_base.py:490 sphinx/builders/_epub_base.py:503 +#: sphinx/builders/_epub_base.py:539 sphinx/builders/_epub_base.py:724 +#: sphinx/builders/_epub_base.py:757 sphinx/builders/epub3.py:183 #, python-format msgid "writing %s file..." msgstr "" -#: sphinx/builders/_epub_base.py:566 +#: sphinx/builders/_epub_base.py:565 #, python-format msgid "unknown mimetype for %s, ignoring" msgstr "" @@ -642,19 +642,19 @@ msgstr "" msgid "writing summary file..." msgstr "" -#: sphinx/builders/changes.py:87 +#: sphinx/builders/changes.py:86 msgid "Builtins" msgstr "Vgrajeni deli" -#: sphinx/builders/changes.py:89 +#: sphinx/builders/changes.py:88 msgid "Module level" msgstr "Nivo modula" -#: sphinx/builders/changes.py:134 +#: sphinx/builders/changes.py:133 msgid "copying source files..." msgstr "" -#: sphinx/builders/changes.py:141 +#: sphinx/builders/changes.py:140 #, python-format msgid "could not read %r for changelog creation" msgstr "" @@ -663,76 +663,76 @@ msgstr "" msgid "The dummy builder generates no files." msgstr "" -#: sphinx/builders/epub3.py:69 +#: sphinx/builders/epub3.py:68 #, python-format msgid "The ePub file is in %(outdir)s." msgstr "" -#: sphinx/builders/epub3.py:212 +#: sphinx/builders/epub3.py:211 msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:216 +#: sphinx/builders/epub3.py:215 msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:219 +#: sphinx/builders/epub3.py:218 msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:223 +#: sphinx/builders/epub3.py:222 msgid "conf value \"epub_author\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:226 +#: sphinx/builders/epub3.py:225 msgid "conf value \"epub_contributor\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:229 +#: sphinx/builders/epub3.py:228 msgid "conf value \"epub_description\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:232 +#: sphinx/builders/epub3.py:231 msgid "conf value \"epub_publisher\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:235 +#: sphinx/builders/epub3.py:234 msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:239 +#: sphinx/builders/epub3.py:238 msgid "conf value \"epub_identifier\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:242 +#: sphinx/builders/epub3.py:241 msgid "conf value \"version\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:257 sphinx/builders/html.py:1166 +#: sphinx/builders/epub3.py:256 sphinx/builders/html.py:1166 #, python-format msgid "invalid css_file: %r, ignored" msgstr "" -#: sphinx/builders/gettext.py:215 +#: sphinx/builders/gettext.py:221 #, python-format msgid "The message catalogs are in %(outdir)s." msgstr "" -#: sphinx/builders/gettext.py:239 +#: sphinx/builders/gettext.py:245 #, python-format msgid "building [%s]: " msgstr "" -#: sphinx/builders/gettext.py:240 +#: sphinx/builders/gettext.py:246 #, python-format msgid "targets for %d template files" msgstr "" -#: sphinx/builders/gettext.py:244 +#: sphinx/builders/gettext.py:250 msgid "reading templates... " msgstr "" -#: sphinx/builders/gettext.py:271 +#: sphinx/builders/gettext.py:277 msgid "writing message catalogs... " msgstr "" @@ -751,7 +751,7 @@ msgstr "" msgid "Failed to read build info file: %r" msgstr "" -#: sphinx/builders/html.py:488 sphinx/builders/latex/__init__.py:204 +#: sphinx/builders/html.py:488 sphinx/builders/latex/__init__.py:206 #: sphinx/transforms/__init__.py:121 sphinx/writers/manpage.py:118 #: sphinx/writers/texinfo.py:243 #, python-format @@ -804,7 +804,7 @@ msgstr "" msgid "html_static_path entry %r does not exist" msgstr "" -#: sphinx/builders/html.py:839 sphinx/builders/latex/__init__.py:398 +#: sphinx/builders/html.py:839 sphinx/builders/latex/__init__.py:400 #, python-format msgid "logo file %r does not exist" msgstr "" @@ -921,7 +921,7 @@ msgstr "" msgid "no \"man_pages\" config value found; no manual pages will be written" msgstr "" -#: sphinx/builders/latex/__init__.py:270 sphinx/builders/manpage.py:64 +#: sphinx/builders/latex/__init__.py:272 sphinx/builders/manpage.py:64 #: sphinx/builders/singlehtml.py:174 sphinx/builders/texinfo.py:120 msgid "writing" msgstr "" @@ -965,24 +965,24 @@ msgstr "" msgid "\"texinfo_documents\" config value references unknown document %s" msgstr "" -#: sphinx/builders/latex/__init__.py:253 sphinx/builders/texinfo.py:116 +#: sphinx/builders/latex/__init__.py:255 sphinx/builders/texinfo.py:116 #, python-format msgid "processing %s" msgstr "" -#: sphinx/builders/latex/__init__.py:322 sphinx/builders/texinfo.py:163 +#: sphinx/builders/latex/__init__.py:323 sphinx/builders/texinfo.py:164 msgid "resolving references..." msgstr "" -#: sphinx/builders/latex/__init__.py:332 sphinx/builders/texinfo.py:172 +#: sphinx/builders/latex/__init__.py:333 sphinx/builders/texinfo.py:173 msgid " (in " msgstr " (v " -#: sphinx/builders/texinfo.py:204 +#: sphinx/builders/texinfo.py:205 msgid "copying Texinfo support files" msgstr "" -#: sphinx/builders/texinfo.py:208 +#: sphinx/builders/texinfo.py:209 #, python-format msgid "error writing file Makefile: %s" msgstr "" @@ -1002,28 +1002,28 @@ msgstr "" msgid "The pseudo-XML files are in %(outdir)s." msgstr "" -#: sphinx/builders/latex/__init__.py:121 +#: sphinx/builders/latex/__init__.py:123 #, python-format msgid "The LaTeX files are in %(outdir)s." msgstr "" -#: sphinx/builders/latex/__init__.py:123 +#: sphinx/builders/latex/__init__.py:125 msgid "" "\n" "Run 'make' in that directory to run these through (pdf)latex\n" "(use `make latexpdf' here to do that automatically)." msgstr "" -#: sphinx/builders/latex/__init__.py:163 +#: sphinx/builders/latex/__init__.py:165 msgid "no \"latex_documents\" config value found; no documents will be written" msgstr "" -#: sphinx/builders/latex/__init__.py:171 +#: sphinx/builders/latex/__init__.py:173 #, python-format msgid "\"latex_documents\" config value references unknown document %s" msgstr "" -#: sphinx/builders/latex/__init__.py:211 sphinx/domains/std.py:501 +#: sphinx/builders/latex/__init__.py:213 sphinx/domains/std.py:501 #: sphinx/templates/latex/latex.tex_t:79 #: sphinx/themes/basic/genindex-single.html:30 #: sphinx/themes/basic/genindex-single.html:55 @@ -1035,28 +1035,28 @@ msgstr "" msgid "Index" msgstr "Abecedni seznam" -#: sphinx/builders/latex/__init__.py:214 sphinx/templates/latex/latex.tex_t:64 +#: sphinx/builders/latex/__init__.py:216 sphinx/templates/latex/latex.tex_t:64 msgid "Release" msgstr "Izdaja" -#: sphinx/builders/latex/__init__.py:222 sphinx/writers/latex.py:549 +#: sphinx/builders/latex/__init__.py:224 sphinx/writers/latex.py:549 #, python-format msgid "no Babel option known for language %r" msgstr "" -#: sphinx/builders/latex/__init__.py:361 +#: sphinx/builders/latex/__init__.py:363 msgid "copying TeX support files" msgstr "" -#: sphinx/builders/latex/__init__.py:382 +#: sphinx/builders/latex/__init__.py:384 msgid "copying TeX support files..." msgstr "" -#: sphinx/builders/latex/__init__.py:402 +#: sphinx/builders/latex/__init__.py:404 msgid "copying additional files" msgstr "" -#: sphinx/builders/latex/__init__.py:445 +#: sphinx/builders/latex/__init__.py:447 #, python-format msgid "Unknown configure key: latex_elements[%r]. ignored." msgstr "" @@ -1119,8 +1119,8 @@ msgstr "" msgid "job number should be a positive number" msgstr "" -#: sphinx/cmd/build.py:106 sphinx/cmd/quickstart.py:498 -#: sphinx/ext/apidoc.py:298 sphinx/ext/autosummary/generate.py:365 +#: sphinx/cmd/build.py:106 sphinx/cmd/quickstart.py:497 +#: sphinx/ext/apidoc.py:298 sphinx/ext/autosummary/generate.py:363 msgid "For more information, visit ." msgstr "" @@ -1497,13 +1497,13 @@ msgstr "" msgid "Indicate which of the following Sphinx extensions should be enabled:" msgstr "" -#: sphinx/cmd/quickstart.py:354 +#: sphinx/cmd/quickstart.py:353 msgid "" "Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " "been deselected." msgstr "" -#: sphinx/cmd/quickstart.py:359 +#: sphinx/cmd/quickstart.py:358 msgid "" "\n" "A Makefile and a Windows command file can be generated for you so that you\n" @@ -1511,29 +1511,29 @@ msgid "" "directly." msgstr "" -#: sphinx/cmd/quickstart.py:363 +#: sphinx/cmd/quickstart.py:362 msgid "Create Makefile? (y/n)" msgstr "" -#: sphinx/cmd/quickstart.py:366 +#: sphinx/cmd/quickstart.py:365 msgid "Create Windows command file? (y/n)" msgstr "" -#: sphinx/cmd/quickstart.py:409 sphinx/ext/apidoc.py:74 +#: sphinx/cmd/quickstart.py:408 sphinx/ext/apidoc.py:74 #, python-format msgid "Creating file %s." msgstr "" -#: sphinx/cmd/quickstart.py:414 sphinx/ext/apidoc.py:72 +#: sphinx/cmd/quickstart.py:413 sphinx/ext/apidoc.py:72 #, python-format msgid "File %s already exists, skipping." msgstr "" -#: sphinx/cmd/quickstart.py:450 +#: sphinx/cmd/quickstart.py:449 msgid "Finished: An initial directory structure has been created." msgstr "" -#: sphinx/cmd/quickstart.py:451 +#: sphinx/cmd/quickstart.py:450 #, python-format msgid "" "\n" @@ -1541,26 +1541,26 @@ msgid "" "source files. " msgstr "" -#: sphinx/cmd/quickstart.py:453 +#: sphinx/cmd/quickstart.py:452 msgid "" "Use the Makefile to build the docs, like so:\n" " make builder\n" msgstr "" -#: sphinx/cmd/quickstart.py:456 +#: sphinx/cmd/quickstart.py:455 #, python-format msgid "" "Use the sphinx-build command to build the docs, like so:\n" " sphinx-build -b builder %s %s\n" msgstr "" -#: sphinx/cmd/quickstart.py:459 +#: sphinx/cmd/quickstart.py:458 msgid "" "where \"builder\" is one of the supported builders, e.g. html, latex or " "linkcheck.\n" msgstr "" -#: sphinx/cmd/quickstart.py:499 +#: sphinx/cmd/quickstart.py:498 msgid "" "\n" "Generate required files for a Sphinx project.\n" @@ -1570,131 +1570,131 @@ msgid "" "Makefile to be used with sphinx-build.\n" msgstr "" -#: sphinx/cmd/quickstart.py:509 +#: sphinx/cmd/quickstart.py:508 msgid "quiet mode" msgstr "" -#: sphinx/cmd/quickstart.py:514 +#: sphinx/cmd/quickstart.py:513 msgid "output path" msgstr "" -#: sphinx/cmd/quickstart.py:516 +#: sphinx/cmd/quickstart.py:515 msgid "Structure options" msgstr "" -#: sphinx/cmd/quickstart.py:518 +#: sphinx/cmd/quickstart.py:517 msgid "if specified, separate source and build dirs" msgstr "" -#: sphinx/cmd/quickstart.py:520 +#: sphinx/cmd/quickstart.py:519 msgid "replacement for dot in _templates etc." msgstr "" -#: sphinx/cmd/quickstart.py:522 +#: sphinx/cmd/quickstart.py:521 msgid "Project basic options" msgstr "" -#: sphinx/cmd/quickstart.py:524 +#: sphinx/cmd/quickstart.py:523 msgid "project name" msgstr "" -#: sphinx/cmd/quickstart.py:526 +#: sphinx/cmd/quickstart.py:525 msgid "author names" msgstr "" -#: sphinx/cmd/quickstart.py:528 +#: sphinx/cmd/quickstart.py:527 msgid "version of project" msgstr "" -#: sphinx/cmd/quickstart.py:530 +#: sphinx/cmd/quickstart.py:529 msgid "release of project" msgstr "" -#: sphinx/cmd/quickstart.py:532 +#: sphinx/cmd/quickstart.py:531 msgid "document language" msgstr "" -#: sphinx/cmd/quickstart.py:534 +#: sphinx/cmd/quickstart.py:533 msgid "source file suffix" msgstr "" -#: sphinx/cmd/quickstart.py:536 +#: sphinx/cmd/quickstart.py:535 msgid "master document name" msgstr "" -#: sphinx/cmd/quickstart.py:538 +#: sphinx/cmd/quickstart.py:537 msgid "use epub" msgstr "" -#: sphinx/cmd/quickstart.py:540 +#: sphinx/cmd/quickstart.py:539 msgid "Extension options" msgstr "" -#: sphinx/cmd/quickstart.py:544 sphinx/ext/apidoc.py:379 +#: sphinx/cmd/quickstart.py:543 sphinx/ext/apidoc.py:379 #, python-format msgid "enable %s extension" msgstr "" -#: sphinx/cmd/quickstart.py:546 sphinx/ext/apidoc.py:375 +#: sphinx/cmd/quickstart.py:545 sphinx/ext/apidoc.py:375 msgid "enable arbitrary extensions" msgstr "" -#: sphinx/cmd/quickstart.py:548 +#: sphinx/cmd/quickstart.py:547 msgid "Makefile and Batchfile creation" msgstr "" -#: sphinx/cmd/quickstart.py:550 +#: sphinx/cmd/quickstart.py:549 msgid "create makefile" msgstr "" -#: sphinx/cmd/quickstart.py:552 +#: sphinx/cmd/quickstart.py:551 msgid "do not create makefile" msgstr "" -#: sphinx/cmd/quickstart.py:554 +#: sphinx/cmd/quickstart.py:553 msgid "create batchfile" msgstr "" -#: sphinx/cmd/quickstart.py:557 +#: sphinx/cmd/quickstart.py:556 msgid "do not create batchfile" msgstr "" -#: sphinx/cmd/quickstart.py:560 +#: sphinx/cmd/quickstart.py:559 msgid "use make-mode for Makefile/make.bat" msgstr "" -#: sphinx/cmd/quickstart.py:563 +#: sphinx/cmd/quickstart.py:562 msgid "do not use make-mode for Makefile/make.bat" msgstr "" -#: sphinx/cmd/quickstart.py:565 +#: sphinx/cmd/quickstart.py:564 msgid "Project templating" msgstr "" -#: sphinx/cmd/quickstart.py:568 +#: sphinx/cmd/quickstart.py:567 msgid "template directory for template files" msgstr "" -#: sphinx/cmd/quickstart.py:571 +#: sphinx/cmd/quickstart.py:570 msgid "define a template variable" msgstr "" -#: sphinx/cmd/quickstart.py:605 +#: sphinx/cmd/quickstart.py:604 msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." msgstr "" -#: sphinx/cmd/quickstart.py:619 +#: sphinx/cmd/quickstart.py:618 msgid "" "Error: specified path is not a directory, or sphinx files already exist." msgstr "" -#: sphinx/cmd/quickstart.py:621 +#: sphinx/cmd/quickstart.py:620 msgid "" "sphinx-quickstart only generate into a empty directory. Please specify a new" " root path." msgstr "" -#: sphinx/cmd/quickstart.py:636 +#: sphinx/cmd/quickstart.py:635 #, python-format msgid "Invalid template variable: %s" msgstr "" @@ -1766,17 +1766,17 @@ msgstr "Avtor: " msgid "%s %s" msgstr "" -#: sphinx/domains/c.py:64 sphinx/domains/cpp.py:6371 +#: sphinx/domains/c.py:64 sphinx/domains/cpp.py:6445 #: sphinx/domains/python.py:210 sphinx/ext/napoleon/docstring.py:696 msgid "Parameters" msgstr "Parametri" -#: sphinx/domains/c.py:67 sphinx/domains/cpp.py:6380 -#: sphinx/domains/javascript.py:210 sphinx/domains/python.py:222 +#: sphinx/domains/c.py:67 sphinx/domains/cpp.py:6454 +#: sphinx/domains/javascript.py:209 sphinx/domains/python.py:222 msgid "Returns" msgstr "Vrne" -#: sphinx/domains/c.py:69 sphinx/domains/javascript.py:212 +#: sphinx/domains/c.py:69 sphinx/domains/javascript.py:211 #: sphinx/domains/python.py:224 msgid "Return type" msgstr "Vrne tip" @@ -1806,12 +1806,12 @@ msgstr "%s (C tip)" msgid "%s (C variable)" msgstr "%s (C spremenljivka)" -#: sphinx/domains/c.py:258 sphinx/domains/cpp.py:6956 -#: sphinx/domains/javascript.py:298 sphinx/domains/python.py:741 +#: sphinx/domains/c.py:258 sphinx/domains/cpp.py:7029 +#: sphinx/domains/javascript.py:297 sphinx/domains/python.py:742 msgid "function" msgstr "funkcija" -#: sphinx/domains/c.py:259 sphinx/domains/cpp.py:6957 +#: sphinx/domains/c.py:259 sphinx/domains/cpp.py:7030 msgid "member" msgstr "član" @@ -1819,7 +1819,7 @@ msgstr "član" msgid "macro" msgstr "" -#: sphinx/domains/c.py:261 sphinx/domains/cpp.py:6958 +#: sphinx/domains/c.py:261 sphinx/domains/cpp.py:7031 msgid "type" msgstr "tip" @@ -1842,106 +1842,106 @@ msgstr "Spremenjeno v verziji %s" msgid "Deprecated since version %s" msgstr "Zastarelo od verzije %s" -#: sphinx/domains/cpp.py:4297 +#: sphinx/domains/cpp.py:4323 #, python-format msgid "" "Duplicate declaration, also defined in '%s'.\n" "Declaration is '%s'." msgstr "" -#: sphinx/domains/cpp.py:6374 +#: sphinx/domains/cpp.py:6448 msgid "Template Parameters" msgstr "" -#: sphinx/domains/cpp.py:6377 sphinx/domains/javascript.py:207 +#: sphinx/domains/cpp.py:6451 sphinx/domains/javascript.py:206 msgid "Throws" msgstr "" -#: sphinx/domains/cpp.py:6505 +#: sphinx/domains/cpp.py:6579 #, python-format msgid "%s (C++ %s)" msgstr "" -#: sphinx/domains/cpp.py:6954 sphinx/domains/javascript.py:300 -#: sphinx/domains/python.py:743 +#: sphinx/domains/cpp.py:7027 sphinx/domains/javascript.py:299 +#: sphinx/domains/python.py:744 msgid "class" msgstr "razred" -#: sphinx/domains/cpp.py:6955 +#: sphinx/domains/cpp.py:7028 msgid "union" msgstr "" -#: sphinx/domains/cpp.py:6959 +#: sphinx/domains/cpp.py:7032 msgid "concept" msgstr "" -#: sphinx/domains/cpp.py:6960 +#: sphinx/domains/cpp.py:7033 msgid "enum" msgstr "" -#: sphinx/domains/cpp.py:6961 +#: sphinx/domains/cpp.py:7034 msgid "enumerator" msgstr "" -#: sphinx/domains/cpp.py:7054 +#: sphinx/domains/cpp.py:7127 #, python-format msgid "" "Duplicate declaration, also defined in '%s'.\n" "Name of declaration is '%s'." msgstr "" -#: sphinx/domains/javascript.py:131 sphinx/domains/python.py:429 +#: sphinx/domains/javascript.py:130 sphinx/domains/python.py:430 #, python-format msgid "%s() (built-in function)" msgstr "%s() (vgrajene funkcije)" -#: sphinx/domains/javascript.py:132 sphinx/domains/python.py:494 +#: sphinx/domains/javascript.py:131 sphinx/domains/python.py:495 #, python-format msgid "%s() (%s method)" msgstr "%s() (%s metoda)" -#: sphinx/domains/javascript.py:134 +#: sphinx/domains/javascript.py:133 #, python-format msgid "%s() (class)" msgstr "%s() (razred)" -#: sphinx/domains/javascript.py:136 +#: sphinx/domains/javascript.py:135 #, python-format msgid "%s (global variable or constant)" msgstr "" -#: sphinx/domains/javascript.py:138 sphinx/domains/python.py:532 +#: sphinx/domains/javascript.py:137 sphinx/domains/python.py:533 #, python-format msgid "%s (%s attribute)" msgstr "%s (%s atribut)" -#: sphinx/domains/javascript.py:204 +#: sphinx/domains/javascript.py:203 msgid "Arguments" msgstr "" -#: sphinx/domains/javascript.py:265 sphinx/domains/python.py:609 +#: sphinx/domains/javascript.py:264 sphinx/domains/python.py:610 #, python-format msgid "%s (module)" msgstr "%s (modul)" -#: sphinx/domains/javascript.py:299 sphinx/domains/python.py:745 +#: sphinx/domains/javascript.py:298 sphinx/domains/python.py:746 msgid "method" msgstr "" -#: sphinx/domains/javascript.py:301 sphinx/domains/python.py:742 +#: sphinx/domains/javascript.py:300 sphinx/domains/python.py:743 msgid "data" msgstr "" -#: sphinx/domains/javascript.py:302 sphinx/domains/python.py:748 +#: sphinx/domains/javascript.py:301 sphinx/domains/python.py:749 msgid "attribute" msgstr "atribut" -#: sphinx/domains/javascript.py:303 sphinx/domains/python.py:49 -#: sphinx/domains/python.py:749 +#: sphinx/domains/javascript.py:302 sphinx/domains/python.py:49 +#: sphinx/domains/python.py:750 msgid "module" msgstr "modul" -#: sphinx/domains/math.py:101 sphinx/writers/latex.py:2451 +#: sphinx/domains/math.py:101 sphinx/writers/latex.py:2459 #, python-format msgid "Invalid math_eqref_format: %r" msgstr "" @@ -1963,7 +1963,7 @@ msgstr "operator" msgid "object" msgstr "objekt" -#: sphinx/domains/python.py:53 sphinx/domains/python.py:744 +#: sphinx/domains/python.py:53 sphinx/domains/python.py:745 msgid "exception" msgstr "izjema" @@ -1983,88 +1983,88 @@ msgstr "" msgid "Raises" msgstr "Sproži izjemo" -#: sphinx/domains/python.py:430 sphinx/domains/python.py:488 -#: sphinx/domains/python.py:500 sphinx/domains/python.py:513 +#: sphinx/domains/python.py:431 sphinx/domains/python.py:489 +#: sphinx/domains/python.py:501 sphinx/domains/python.py:514 #, python-format msgid "%s() (in module %s)" msgstr "%s() (v modulu %s)" -#: sphinx/domains/python.py:433 +#: sphinx/domains/python.py:434 #, python-format msgid "%s (built-in variable)" msgstr "%s (vgrajene spremenljivke)" -#: sphinx/domains/python.py:434 sphinx/domains/python.py:526 +#: sphinx/domains/python.py:435 sphinx/domains/python.py:527 #, python-format msgid "%s (in module %s)" msgstr "%s (v modulu %s)" -#: sphinx/domains/python.py:454 +#: sphinx/domains/python.py:455 #, python-format msgid "%s (built-in class)" msgstr "%s (vgrajen razred)" -#: sphinx/domains/python.py:455 +#: sphinx/domains/python.py:456 #, python-format msgid "%s (class in %s)" msgstr "%s (razred v %s)" -#: sphinx/domains/python.py:492 +#: sphinx/domains/python.py:493 #, python-format msgid "%s() (%s.%s method)" msgstr "%s() (%s.%s metoda)" -#: sphinx/domains/python.py:504 +#: sphinx/domains/python.py:505 #, python-format msgid "%s() (%s.%s static method)" msgstr "%s() (%s.%s statična metoda)" -#: sphinx/domains/python.py:507 +#: sphinx/domains/python.py:508 #, python-format msgid "%s() (%s static method)" msgstr "%s() (%s statična metoda)" -#: sphinx/domains/python.py:517 +#: sphinx/domains/python.py:518 #, python-format msgid "%s() (%s.%s class method)" msgstr "" -#: sphinx/domains/python.py:520 +#: sphinx/domains/python.py:521 #, python-format msgid "%s() (%s class method)" msgstr "" -#: sphinx/domains/python.py:530 +#: sphinx/domains/python.py:531 #, python-format msgid "%s (%s.%s attribute)" msgstr "%s (%s.%s atribut)" -#: sphinx/domains/python.py:667 +#: sphinx/domains/python.py:668 msgid "Python Module Index" msgstr "" -#: sphinx/domains/python.py:668 +#: sphinx/domains/python.py:669 msgid "modules" msgstr "Moduli" -#: sphinx/domains/python.py:719 +#: sphinx/domains/python.py:720 msgid "Deprecated" msgstr "Zastarelo" -#: sphinx/domains/python.py:746 +#: sphinx/domains/python.py:747 msgid "class method" msgstr "" -#: sphinx/domains/python.py:747 +#: sphinx/domains/python.py:748 msgid "static method" msgstr "statična metoda" -#: sphinx/domains/python.py:879 +#: sphinx/domains/python.py:880 #, python-format msgid "more than one target found for cross-reference %r: %s" msgstr "" -#: sphinx/domains/python.py:917 +#: sphinx/domains/python.py:918 msgid " (deprecated)" msgstr " (zastarelo)" @@ -2140,7 +2140,7 @@ msgstr "Iskalnik" msgid "duplicate citation %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:631 sphinx/ext/autosectionlabel.py:61 +#: sphinx/domains/std.py:631 sphinx/ext/autosectionlabel.py:56 #, python-format msgid "duplicate label %s, other instance in %s" msgstr "" @@ -2200,21 +2200,21 @@ msgid "" "another doctree directory." msgstr "" -#: sphinx/environment/__init__.py:408 +#: sphinx/environment/__init__.py:404 #, python-format msgid "Failed to scan documents in %s: %r" msgstr "" -#: sphinx/environment/__init__.py:536 +#: sphinx/environment/__init__.py:532 #, python-format msgid "Domain %r is not registered" msgstr "" -#: sphinx/environment/__init__.py:621 +#: sphinx/environment/__init__.py:617 msgid "self referenced toctree found. Ignored." msgstr "" -#: sphinx/environment/__init__.py:662 +#: sphinx/environment/__init__.py:658 msgid "document isn't included in any toctree" msgstr "" @@ -2234,6 +2234,7 @@ msgid "unknown index entry type %r" msgstr "" #: sphinx/environment/adapters/indexentries.py:156 +#: sphinx/templates/latex/sphinxmessages.sty_t:11 msgid "Symbols" msgstr "" @@ -2259,22 +2260,22 @@ msgstr "" msgid "toctree contains reference to nonexisting document %r" msgstr "" -#: sphinx/environment/collectors/asset.py:91 +#: sphinx/environment/collectors/asset.py:90 #, python-format msgid "image file not readable: %s" msgstr "" -#: sphinx/environment/collectors/asset.py:107 +#: sphinx/environment/collectors/asset.py:106 #, python-format msgid "image file %s not readable: %s" msgstr "" -#: sphinx/environment/collectors/asset.py:135 +#: sphinx/environment/collectors/asset.py:134 #, python-format msgid "download file not readable: %s" msgstr "" -#: sphinx/environment/collectors/toctree.py:197 +#: sphinx/environment/collectors/toctree.py:196 #, python-format msgid "%s is already assigned section numbers (nested numbered toctree?)" msgstr "" @@ -2418,38 +2419,38 @@ msgstr "" msgid "module %s could not be imported: %s" msgstr "" -#: sphinx/ext/doctest.py:142 +#: sphinx/ext/doctest.py:132 #, python-format msgid "missing '+' or '-' in '%s' option." msgstr "" -#: sphinx/ext/doctest.py:147 +#: sphinx/ext/doctest.py:137 #, python-format msgid "'%s' is not a valid option." msgstr "" -#: sphinx/ext/doctest.py:161 +#: sphinx/ext/doctest.py:151 #, python-format msgid "'%s' is not a valid pyversion option" msgstr "" -#: sphinx/ext/doctest.py:230 +#: sphinx/ext/doctest.py:222 msgid "invalid TestCode type" msgstr "" -#: sphinx/ext/doctest.py:291 +#: sphinx/ext/doctest.py:283 #, python-format msgid "" "Testing of doctests in the sources finished, look at the results in " "%(outdir)s/output.txt." msgstr "" -#: sphinx/ext/doctest.py:438 +#: sphinx/ext/doctest.py:446 #, python-format msgid "no code/output in %s block at %s:%s" msgstr "" -#: sphinx/ext/doctest.py:527 +#: sphinx/ext/doctest.py:535 #, python-format msgid "ignoring invalid doctest code: %r" msgstr "" @@ -2467,7 +2468,7 @@ msgstr "" msgid "Ignoring \"graphviz\" directive without content." msgstr "" -#: sphinx/ext/graphviz.py:252 +#: sphinx/ext/graphviz.py:250 #, python-format msgid "" "dot did not produce an output file:\n" @@ -2477,14 +2478,14 @@ msgid "" "%r" msgstr "" -#: sphinx/ext/graphviz.py:256 +#: sphinx/ext/graphviz.py:254 #, python-format msgid "" "dot command %r cannot be run (needed for graphviz output), check the " "graphviz_dot setting" msgstr "" -#: sphinx/ext/graphviz.py:263 +#: sphinx/ext/graphviz.py:261 #, python-format msgid "" "dot exited with error:\n" @@ -2494,23 +2495,23 @@ msgid "" "%r" msgstr "" -#: sphinx/ext/graphviz.py:273 +#: sphinx/ext/graphviz.py:271 #, python-format msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" msgstr "" -#: sphinx/ext/graphviz.py:277 sphinx/ext/graphviz.py:331 -#: sphinx/ext/graphviz.py:369 +#: sphinx/ext/graphviz.py:275 sphinx/ext/graphviz.py:329 +#: sphinx/ext/graphviz.py:367 #, python-format msgid "dot code %r: %s" msgstr "" -#: sphinx/ext/graphviz.py:384 sphinx/ext/graphviz.py:393 +#: sphinx/ext/graphviz.py:382 sphinx/ext/graphviz.py:391 #, python-format msgid "[graph: %s]" msgstr "" -#: sphinx/ext/graphviz.py:386 sphinx/ext/graphviz.py:395 +#: sphinx/ext/graphviz.py:384 sphinx/ext/graphviz.py:393 msgid "[graph]" msgstr "" @@ -2529,31 +2530,31 @@ msgid "" "%r" msgstr "" -#: sphinx/ext/imgmath.py:140 +#: sphinx/ext/imgmath.py:139 #, python-format msgid "" "LaTeX command %r cannot be run (needed for math display), check the " "imgmath_latex setting" msgstr "" -#: sphinx/ext/imgmath.py:155 +#: sphinx/ext/imgmath.py:154 #, python-format msgid "" "%s command %r cannot be run (needed for math display), check the imgmath_%s " "setting" msgstr "" -#: sphinx/ext/imgmath.py:290 +#: sphinx/ext/imgmath.py:289 #, python-format msgid "display latex %r: %s" msgstr "" -#: sphinx/ext/imgmath.py:317 +#: sphinx/ext/imgmath.py:316 #, python-format msgid "inline latex %r: %s" msgstr "" -#: sphinx/ext/imgmath.py:324 sphinx/ext/mathjax.py:54 +#: sphinx/ext/imgmath.py:323 sphinx/ext/mathjax.py:54 msgid "Permalink to this equation" msgstr "" @@ -2573,26 +2574,26 @@ msgid "" "alternatives:" msgstr "" -#: sphinx/ext/intersphinx.py:237 +#: sphinx/ext/intersphinx.py:238 msgid "failed to reach any of the inventories with the following issues:" msgstr "" -#: sphinx/ext/intersphinx.py:312 +#: sphinx/ext/intersphinx.py:311 #, python-format msgid "(in %s v%s)" msgstr "" -#: sphinx/ext/intersphinx.py:314 +#: sphinx/ext/intersphinx.py:313 #, python-format msgid "(in %s)" msgstr "" -#: sphinx/ext/intersphinx.py:348 +#: sphinx/ext/intersphinx.py:347 #, python-format msgid "intersphinx identifier %r is not string. Ignored" msgstr "" -#: sphinx/ext/intersphinx.py:361 +#: sphinx/ext/intersphinx.py:360 #, python-format msgid "Fail to read intersphinx_mapping[%s], Ignored: %r" msgstr "" @@ -2648,29 +2649,29 @@ msgstr "" msgid "

All modules for which code is available

" msgstr "" -#: sphinx/ext/autodoc/__init__.py:302 +#: sphinx/ext/autodoc/__init__.py:300 #, python-format msgid "invalid signature for auto%s (%r)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:402 +#: sphinx/ext/autodoc/__init__.py:400 #, python-format msgid "error while formatting arguments for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:514 +#: sphinx/ext/autodoc/__init__.py:512 #, python-format msgid "missing attribute %s in object %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:602 +#: sphinx/ext/autodoc/__init__.py:600 #, python-format msgid "" "autodoc: failed to determine %r to be documented.the following exception was raised:\n" "%s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:694 +#: sphinx/ext/autodoc/__init__.py:692 #, python-format msgid "" "don't know which module to import for autodocumenting %r (try placing a " @@ -2678,39 +2679,39 @@ msgid "" "explicit module name)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:788 +#: sphinx/ext/autodoc/__init__.py:786 msgid "\"::\" in automodule name doesn't make sense" msgstr "" -#: sphinx/ext/autodoc/__init__.py:796 +#: sphinx/ext/autodoc/__init__.py:794 #, python-format msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:829 +#: sphinx/ext/autodoc/__init__.py:827 #, python-format msgid "" "__all__ should be a list of strings, not %r (in module %s) -- ignoring " "__all__" msgstr "" -#: sphinx/ext/autodoc/__init__.py:844 +#: sphinx/ext/autodoc/__init__.py:842 #, python-format msgid "" "missing attribute mentioned in :members: or __all__: module %s, attribute %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1128 +#: sphinx/ext/autodoc/__init__.py:1126 #, python-format msgid "Bases: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1185 +#: sphinx/ext/autodoc/__init__.py:1183 #, python-format msgid "alias of :class:`%s`" msgstr "vzdevek za :class:`%s`" -#: sphinx/ext/autodoc/__init__.py:1470 +#: sphinx/ext/autodoc/__init__.py:1468 #, python-format msgid "Ignoring invalid option in autodoc_default_flags: %r" msgstr "" @@ -2746,17 +2747,17 @@ msgid "" "contain .rst. Skipped." msgstr "" -#: sphinx/ext/autosummary/generate.py:102 +#: sphinx/ext/autosummary/generate.py:100 #, python-format msgid "[autosummary] generating autosummary for: %s" msgstr "" -#: sphinx/ext/autosummary/generate.py:106 +#: sphinx/ext/autosummary/generate.py:104 #, python-format msgid "[autosummary] writing to %s" msgstr "" -#: sphinx/ext/autosummary/generate.py:366 +#: sphinx/ext/autosummary/generate.py:364 msgid "" "\n" "Generate ReStructuredText using autosummary directives.\n" @@ -2771,25 +2772,25 @@ msgid "" " pydoc sphinx.ext.autosummary\n" msgstr "" -#: sphinx/ext/autosummary/generate.py:383 +#: sphinx/ext/autosummary/generate.py:381 msgid "source files to generate rST files for" msgstr "" -#: sphinx/ext/autosummary/generate.py:387 +#: sphinx/ext/autosummary/generate.py:385 msgid "directory to place all output in" msgstr "" -#: sphinx/ext/autosummary/generate.py:390 +#: sphinx/ext/autosummary/generate.py:388 #, python-format msgid "default suffix for files (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:394 +#: sphinx/ext/autosummary/generate.py:392 #, python-format msgid "custom template directory (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:398 +#: sphinx/ext/autosummary/generate.py:396 #, python-format msgid "document imported members (default: %(default)s)" msgstr "" @@ -2867,6 +2868,7 @@ msgid "Warning" msgstr "Opozorilo" #: sphinx/templates/latex/longtable.tex_t:23 +#: sphinx/templates/latex/sphinxmessages.sty_t:8 msgid "continued from previous page" msgstr "nadaljevanje iz prejšnje strani" @@ -2874,13 +2876,29 @@ msgstr "nadaljevanje iz prejšnje strani" msgid "Continued on next page" msgstr "Nadaljevanje na naslednji strani" +#: sphinx/templates/latex/sphinxmessages.sty_t:9 +msgid "continues on next page" +msgstr "" + +#: sphinx/templates/latex/sphinxmessages.sty_t:10 +msgid "Non-alphabetical" +msgstr "" + +#: sphinx/templates/latex/sphinxmessages.sty_t:12 +msgid "Numbers" +msgstr "" + +#: sphinx/templates/latex/sphinxmessages.sty_t:13 +msgid "page" +msgstr "" + #: sphinx/themes/agogo/layout.html:46 sphinx/themes/basic/globaltoc.html:10 #: sphinx/themes/basic/localtoc.html:11 sphinx/themes/scrolls/layout.html:41 msgid "Table of Contents" msgstr "" #: sphinx/themes/agogo/layout.html:51 sphinx/themes/basic/layout.html:153 -#: sphinx/themes/basic/search.html:11 sphinx/themes/basic/search.html:26 +#: sphinx/themes/basic/search.html:11 sphinx/themes/basic/search.html:21 #: sphinx/themes/basic/searchresults.html:10 msgid "Search" msgstr "Išči" @@ -3017,13 +3035,13 @@ msgstr "Naslednja tema" msgid "next chapter" msgstr "naslednje poglavje" -#: sphinx/themes/basic/search.html:30 +#: sphinx/themes/basic/search.html:25 msgid "" "Please activate JavaScript to enable the search\n" " functionality." msgstr "Za pravilno delovanje Iskanja morete vklopiti\n JavaScript." -#: sphinx/themes/basic/search.html:35 +#: sphinx/themes/basic/search.html:30 msgid "" "From here you can search these documents. Enter your search\n" " words into the box below and click \"search\". Note that the search\n" @@ -3031,20 +3049,20 @@ msgid "" " containing fewer words won't appear in the result list." msgstr "Tukaj lahko iščete dokumente. Vnesite iskalni\n niz v polje spodaj in pritisnite \"išči\". Sproženo iskanje\n bo iskalo po vseh besedah v iskalnem nizu. Strani, ki ne\n vsebujejo vseh besed ne bodo prikazane na seznamu rezultatov." -#: sphinx/themes/basic/search.html:42 +#: sphinx/themes/basic/search.html:37 #: sphinx/themes/basic/searchresults.html:17 msgid "search" msgstr "išči" -#: sphinx/themes/basic/search.html:46 +#: sphinx/themes/basic/search.html:41 #: sphinx/themes/basic/searchresults.html:21 -#: sphinx/themes/basic/static/searchtools.js:295 +#: sphinx/themes/basic/static/searchtools.js:285 msgid "Search Results" msgstr "Rezultati Iskanja" -#: sphinx/themes/basic/search.html:48 +#: sphinx/themes/basic/search.html:43 #: sphinx/themes/basic/searchresults.html:23 -#: sphinx/themes/basic/static/searchtools.js:297 +#: sphinx/themes/basic/static/searchtools.js:287 msgid "" "Your search did not match any documents. Please make sure that all words are" " spelled correctly and that you've selected enough categories." @@ -3102,20 +3120,20 @@ msgstr "Povezava na to definicijo" msgid "Hide Search Matches" msgstr "Skrij resultate iskanja" -#: sphinx/themes/basic/static/searchtools.js:131 +#: sphinx/themes/basic/static/searchtools.js:121 msgid "Searching" msgstr "" -#: sphinx/themes/basic/static/searchtools.js:136 +#: sphinx/themes/basic/static/searchtools.js:126 msgid "Preparing search..." msgstr "" -#: sphinx/themes/basic/static/searchtools.js:299 +#: sphinx/themes/basic/static/searchtools.js:289 #, python-format msgid "Search finished, found %s page(s) matching the search query." msgstr "" -#: sphinx/themes/basic/static/searchtools.js:352 +#: sphinx/themes/basic/static/searchtools.js:342 msgid ", in " msgstr "" @@ -3132,18 +3150,18 @@ msgstr "" msgid "Contents" msgstr "" -#: sphinx/transforms/__init__.py:259 +#: sphinx/transforms/__init__.py:261 #, python-format msgid "" "4 column based index found. It might be a bug of extensions you use: %r" msgstr "" -#: sphinx/transforms/__init__.py:301 +#: sphinx/transforms/__init__.py:303 #, python-format msgid "Footnote [%s] is not referenced." msgstr "" -#: sphinx/transforms/__init__.py:307 +#: sphinx/transforms/__init__.py:309 msgid "Footnote [#] is not referenced." msgstr "" @@ -3214,7 +3232,7 @@ msgstr "" msgid "failed" msgstr "" -#: sphinx/util/docutils.py:321 +#: sphinx/util/docutils.py:320 msgid "when adding directive classes, no additional arguments may be given" msgstr "" @@ -3275,15 +3293,15 @@ msgstr "" msgid "Permalink to this code" msgstr "" -#: sphinx/writers/html.py:514 sphinx/writers/html5.py:460 +#: sphinx/writers/html.py:512 sphinx/writers/html5.py:458 msgid "Permalink to this image" msgstr "" -#: sphinx/writers/html.py:516 sphinx/writers/html5.py:462 +#: sphinx/writers/html.py:514 sphinx/writers/html5.py:460 msgid "Permalink to this toctree" msgstr "" -#: sphinx/writers/html.py:674 sphinx/writers/html5.py:608 +#: sphinx/writers/html.py:672 sphinx/writers/html5.py:606 msgid "Could not obtain image size. :scale: option is ignored." msgstr "" @@ -3320,12 +3338,12 @@ msgstr "" msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: sphinx/writers/latex.py:1843 +#: sphinx/writers/latex.py:1847 #, python-format msgid "unknown index entry type %s found" msgstr "" -#: sphinx/writers/latex.py:2552 +#: sphinx/writers/latex.py:2560 #, python-format msgid "Unknown configure key: latex_elements[%r] is ignored." msgstr "" @@ -3343,12 +3361,12 @@ msgstr "[slika]" msgid "caption not inside a figure." msgstr "" -#: sphinx/writers/texinfo.py:1421 +#: sphinx/writers/texinfo.py:1422 #, python-format msgid "unimplemented node type: %r" msgstr "" -#: sphinx/writers/texinfo.py:1426 +#: sphinx/writers/texinfo.py:1427 #, python-format msgid "unknown node type: %r" msgstr "" diff --git a/sphinx/locale/sphinx.pot b/sphinx/locale/sphinx.pot index 38074c0742..07f4216c41 100644 --- a/sphinx/locale/sphinx.pot +++ b/sphinx/locale/sphinx.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: Sphinx 2.0.0\n" +"Project-Id-Version: Sphinx 2.0.1\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2019-02-18 01:52+0900\n" +"POT-Creation-Date: 2019-03-29 01:05+0900\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -120,7 +120,7 @@ msgstr "" msgid "role %r is already registered, it will be overridden" msgstr "" -#: sphinx/application.py:1182 +#: sphinx/application.py:1179 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -128,7 +128,7 @@ msgid "" "explicit" msgstr "" -#: sphinx/application.py:1188 +#: sphinx/application.py:1185 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -136,7 +136,7 @@ msgid "" "explicit" msgstr "" -#: sphinx/application.py:1199 +#: sphinx/application.py:1196 #, python-format msgid "doing serial %s" msgstr "" @@ -586,44 +586,44 @@ msgstr "" msgid "preparing documents" msgstr "" -#: sphinx/builders/_epub_base.py:219 +#: sphinx/builders/_epub_base.py:218 #, python-format msgid "duplicated ToC entry found: %s" msgstr "" -#: sphinx/builders/_epub_base.py:415 sphinx/builders/html.py:761 -#: sphinx/builders/latex/__init__.py:413 sphinx/builders/texinfo.py:190 +#: sphinx/builders/_epub_base.py:414 sphinx/builders/html.py:761 +#: sphinx/builders/latex/__init__.py:415 sphinx/builders/texinfo.py:190 msgid "copying images... " msgstr "" -#: sphinx/builders/_epub_base.py:422 +#: sphinx/builders/_epub_base.py:421 #, python-format msgid "cannot read image file %r: copying it instead" msgstr "" -#: sphinx/builders/_epub_base.py:428 sphinx/builders/html.py:769 -#: sphinx/builders/latex/__init__.py:421 sphinx/builders/texinfo.py:198 +#: sphinx/builders/_epub_base.py:427 sphinx/builders/html.py:769 +#: sphinx/builders/latex/__init__.py:423 sphinx/builders/texinfo.py:199 #, python-format msgid "cannot copy image file %r: %s" msgstr "" -#: sphinx/builders/_epub_base.py:445 +#: sphinx/builders/_epub_base.py:444 #, python-format msgid "cannot write image file %r: %s" msgstr "" -#: sphinx/builders/_epub_base.py:456 +#: sphinx/builders/_epub_base.py:455 msgid "Pillow not found - copying image files" msgstr "" -#: sphinx/builders/_epub_base.py:491 sphinx/builders/_epub_base.py:504 -#: sphinx/builders/_epub_base.py:540 sphinx/builders/_epub_base.py:725 -#: sphinx/builders/_epub_base.py:758 sphinx/builders/epub3.py:184 +#: sphinx/builders/_epub_base.py:490 sphinx/builders/_epub_base.py:503 +#: sphinx/builders/_epub_base.py:539 sphinx/builders/_epub_base.py:724 +#: sphinx/builders/_epub_base.py:757 sphinx/builders/epub3.py:183 #, python-format msgid "writing %s file..." msgstr "" -#: sphinx/builders/_epub_base.py:566 +#: sphinx/builders/_epub_base.py:565 #, python-format msgid "unknown mimetype for %s, ignoring" msgstr "" @@ -642,19 +642,19 @@ msgstr "" msgid "writing summary file..." msgstr "" -#: sphinx/builders/changes.py:87 +#: sphinx/builders/changes.py:86 msgid "Builtins" msgstr "" -#: sphinx/builders/changes.py:89 +#: sphinx/builders/changes.py:88 msgid "Module level" msgstr "" -#: sphinx/builders/changes.py:134 +#: sphinx/builders/changes.py:133 msgid "copying source files..." msgstr "" -#: sphinx/builders/changes.py:141 +#: sphinx/builders/changes.py:140 #, python-format msgid "could not read %r for changelog creation" msgstr "" @@ -663,82 +663,82 @@ msgstr "" msgid "The dummy builder generates no files." msgstr "" -#: sphinx/builders/epub3.py:69 +#: sphinx/builders/epub3.py:68 #, python-format msgid "The ePub file is in %(outdir)s." msgstr "" -#: sphinx/builders/epub3.py:212 +#: sphinx/builders/epub3.py:211 msgid "" "conf value \"epub_language\" (or \"language\") should not be empty for " "EPUB3" msgstr "" -#: sphinx/builders/epub3.py:216 +#: sphinx/builders/epub3.py:215 msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:219 +#: sphinx/builders/epub3.py:218 msgid "" "conf value \"epub_title\" (or \"html_title\") should not be empty for " "EPUB3" msgstr "" -#: sphinx/builders/epub3.py:223 +#: sphinx/builders/epub3.py:222 msgid "conf value \"epub_author\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:226 +#: sphinx/builders/epub3.py:225 msgid "conf value \"epub_contributor\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:229 +#: sphinx/builders/epub3.py:228 msgid "conf value \"epub_description\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:232 +#: sphinx/builders/epub3.py:231 msgid "conf value \"epub_publisher\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:235 +#: sphinx/builders/epub3.py:234 msgid "" "conf value \"epub_copyright\" (or \"copyright\")should not be empty for " "EPUB3" msgstr "" -#: sphinx/builders/epub3.py:239 +#: sphinx/builders/epub3.py:238 msgid "conf value \"epub_identifier\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:242 +#: sphinx/builders/epub3.py:241 msgid "conf value \"version\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:257 sphinx/builders/html.py:1166 +#: sphinx/builders/epub3.py:256 sphinx/builders/html.py:1166 #, python-format msgid "invalid css_file: %r, ignored" msgstr "" -#: sphinx/builders/gettext.py:215 +#: sphinx/builders/gettext.py:221 #, python-format msgid "The message catalogs are in %(outdir)s." msgstr "" -#: sphinx/builders/gettext.py:239 +#: sphinx/builders/gettext.py:245 #, python-format msgid "building [%s]: " msgstr "" -#: sphinx/builders/gettext.py:240 +#: sphinx/builders/gettext.py:246 #, python-format msgid "targets for %d template files" msgstr "" -#: sphinx/builders/gettext.py:244 +#: sphinx/builders/gettext.py:250 msgid "reading templates... " msgstr "" -#: sphinx/builders/gettext.py:271 +#: sphinx/builders/gettext.py:277 msgid "writing message catalogs... " msgstr "" @@ -757,7 +757,7 @@ msgstr "" msgid "Failed to read build info file: %r" msgstr "" -#: sphinx/builders/html.py:488 sphinx/builders/latex/__init__.py:204 +#: sphinx/builders/html.py:488 sphinx/builders/latex/__init__.py:206 #: sphinx/transforms/__init__.py:121 sphinx/writers/manpage.py:118 #: sphinx/writers/texinfo.py:243 #, python-format @@ -810,7 +810,7 @@ msgstr "" msgid "html_static_path entry %r does not exist" msgstr "" -#: sphinx/builders/html.py:839 sphinx/builders/latex/__init__.py:398 +#: sphinx/builders/html.py:839 sphinx/builders/latex/__init__.py:400 #, python-format msgid "logo file %r does not exist" msgstr "" @@ -927,7 +927,7 @@ msgstr "" msgid "no \"man_pages\" config value found; no manual pages will be written" msgstr "" -#: sphinx/builders/latex/__init__.py:270 sphinx/builders/manpage.py:64 +#: sphinx/builders/latex/__init__.py:272 sphinx/builders/manpage.py:64 #: sphinx/builders/singlehtml.py:174 sphinx/builders/texinfo.py:120 msgid "writing" msgstr "" @@ -971,24 +971,24 @@ msgstr "" msgid "\"texinfo_documents\" config value references unknown document %s" msgstr "" -#: sphinx/builders/latex/__init__.py:253 sphinx/builders/texinfo.py:116 +#: sphinx/builders/latex/__init__.py:255 sphinx/builders/texinfo.py:116 #, python-format msgid "processing %s" msgstr "" -#: sphinx/builders/latex/__init__.py:322 sphinx/builders/texinfo.py:163 +#: sphinx/builders/latex/__init__.py:323 sphinx/builders/texinfo.py:164 msgid "resolving references..." msgstr "" -#: sphinx/builders/latex/__init__.py:332 sphinx/builders/texinfo.py:172 +#: sphinx/builders/latex/__init__.py:333 sphinx/builders/texinfo.py:173 msgid " (in " msgstr "" -#: sphinx/builders/texinfo.py:204 +#: sphinx/builders/texinfo.py:205 msgid "copying Texinfo support files" msgstr "" -#: sphinx/builders/texinfo.py:208 +#: sphinx/builders/texinfo.py:209 #, python-format msgid "error writing file Makefile: %s" msgstr "" @@ -1008,28 +1008,28 @@ msgstr "" msgid "The pseudo-XML files are in %(outdir)s." msgstr "" -#: sphinx/builders/latex/__init__.py:121 +#: sphinx/builders/latex/__init__.py:123 #, python-format msgid "The LaTeX files are in %(outdir)s." msgstr "" -#: sphinx/builders/latex/__init__.py:123 +#: sphinx/builders/latex/__init__.py:125 msgid "" "\n" "Run 'make' in that directory to run these through (pdf)latex\n" "(use `make latexpdf' here to do that automatically)." msgstr "" -#: sphinx/builders/latex/__init__.py:163 +#: sphinx/builders/latex/__init__.py:165 msgid "no \"latex_documents\" config value found; no documents will be written" msgstr "" -#: sphinx/builders/latex/__init__.py:171 +#: sphinx/builders/latex/__init__.py:173 #, python-format msgid "\"latex_documents\" config value references unknown document %s" msgstr "" -#: sphinx/builders/latex/__init__.py:211 sphinx/domains/std.py:501 +#: sphinx/builders/latex/__init__.py:213 sphinx/domains/std.py:501 #: sphinx/templates/latex/latex.tex_t:79 #: sphinx/themes/basic/genindex-single.html:30 #: sphinx/themes/basic/genindex-single.html:55 @@ -1041,28 +1041,28 @@ msgstr "" msgid "Index" msgstr "" -#: sphinx/builders/latex/__init__.py:214 sphinx/templates/latex/latex.tex_t:64 +#: sphinx/builders/latex/__init__.py:216 sphinx/templates/latex/latex.tex_t:64 msgid "Release" msgstr "" -#: sphinx/builders/latex/__init__.py:222 sphinx/writers/latex.py:549 +#: sphinx/builders/latex/__init__.py:224 sphinx/writers/latex.py:549 #, python-format msgid "no Babel option known for language %r" msgstr "" -#: sphinx/builders/latex/__init__.py:361 +#: sphinx/builders/latex/__init__.py:363 msgid "copying TeX support files" msgstr "" -#: sphinx/builders/latex/__init__.py:382 +#: sphinx/builders/latex/__init__.py:384 msgid "copying TeX support files..." msgstr "" -#: sphinx/builders/latex/__init__.py:402 +#: sphinx/builders/latex/__init__.py:404 msgid "copying additional files" msgstr "" -#: sphinx/builders/latex/__init__.py:445 +#: sphinx/builders/latex/__init__.py:447 #, python-format msgid "Unknown configure key: latex_elements[%r]. ignored." msgstr "" @@ -1125,8 +1125,8 @@ msgstr "" msgid "job number should be a positive number" msgstr "" -#: sphinx/cmd/build.py:106 sphinx/cmd/quickstart.py:498 -#: sphinx/ext/apidoc.py:298 sphinx/ext/autosummary/generate.py:365 +#: sphinx/cmd/build.py:106 sphinx/cmd/quickstart.py:497 +#: sphinx/ext/apidoc.py:298 sphinx/ext/autosummary/generate.py:363 msgid "For more information, visit ." msgstr "" @@ -1511,13 +1511,13 @@ msgstr "" msgid "Indicate which of the following Sphinx extensions should be enabled:" msgstr "" -#: sphinx/cmd/quickstart.py:354 +#: sphinx/cmd/quickstart.py:353 msgid "" "Note: imgmath and mathjax cannot be enabled at the same time. imgmath has" " been deselected." msgstr "" -#: sphinx/cmd/quickstart.py:359 +#: sphinx/cmd/quickstart.py:358 msgid "" "\n" "A Makefile and a Windows command file can be generated for you so that " @@ -1526,29 +1526,29 @@ msgid "" "directly." msgstr "" -#: sphinx/cmd/quickstart.py:363 +#: sphinx/cmd/quickstart.py:362 msgid "Create Makefile? (y/n)" msgstr "" -#: sphinx/cmd/quickstart.py:366 +#: sphinx/cmd/quickstart.py:365 msgid "Create Windows command file? (y/n)" msgstr "" -#: sphinx/cmd/quickstart.py:409 sphinx/ext/apidoc.py:74 +#: sphinx/cmd/quickstart.py:408 sphinx/ext/apidoc.py:74 #, python-format msgid "Creating file %s." msgstr "" -#: sphinx/cmd/quickstart.py:414 sphinx/ext/apidoc.py:72 +#: sphinx/cmd/quickstart.py:413 sphinx/ext/apidoc.py:72 #, python-format msgid "File %s already exists, skipping." msgstr "" -#: sphinx/cmd/quickstart.py:450 +#: sphinx/cmd/quickstart.py:449 msgid "Finished: An initial directory structure has been created." msgstr "" -#: sphinx/cmd/quickstart.py:451 +#: sphinx/cmd/quickstart.py:450 #, python-format msgid "" "\n" @@ -1557,26 +1557,26 @@ msgid "" "source files. " msgstr "" -#: sphinx/cmd/quickstart.py:453 +#: sphinx/cmd/quickstart.py:452 msgid "" "Use the Makefile to build the docs, like so:\n" " make builder\n" msgstr "" -#: sphinx/cmd/quickstart.py:456 +#: sphinx/cmd/quickstart.py:455 #, python-format msgid "" "Use the sphinx-build command to build the docs, like so:\n" " sphinx-build -b builder %s %s\n" msgstr "" -#: sphinx/cmd/quickstart.py:459 +#: sphinx/cmd/quickstart.py:458 msgid "" "where \"builder\" is one of the supported builders, e.g. html, latex or " "linkcheck.\n" msgstr "" -#: sphinx/cmd/quickstart.py:499 +#: sphinx/cmd/quickstart.py:498 msgid "" "\n" "Generate required files for a Sphinx project.\n" @@ -1587,132 +1587,132 @@ msgid "" "Makefile to be used with sphinx-build.\n" msgstr "" -#: sphinx/cmd/quickstart.py:509 +#: sphinx/cmd/quickstart.py:508 msgid "quiet mode" msgstr "" -#: sphinx/cmd/quickstart.py:514 +#: sphinx/cmd/quickstart.py:513 msgid "output path" msgstr "" -#: sphinx/cmd/quickstart.py:516 +#: sphinx/cmd/quickstart.py:515 msgid "Structure options" msgstr "" -#: sphinx/cmd/quickstart.py:518 +#: sphinx/cmd/quickstart.py:517 msgid "if specified, separate source and build dirs" msgstr "" -#: sphinx/cmd/quickstart.py:520 +#: sphinx/cmd/quickstart.py:519 msgid "replacement for dot in _templates etc." msgstr "" -#: sphinx/cmd/quickstart.py:522 +#: sphinx/cmd/quickstart.py:521 msgid "Project basic options" msgstr "" -#: sphinx/cmd/quickstart.py:524 +#: sphinx/cmd/quickstart.py:523 msgid "project name" msgstr "" -#: sphinx/cmd/quickstart.py:526 +#: sphinx/cmd/quickstart.py:525 msgid "author names" msgstr "" -#: sphinx/cmd/quickstart.py:528 +#: sphinx/cmd/quickstart.py:527 msgid "version of project" msgstr "" -#: sphinx/cmd/quickstart.py:530 +#: sphinx/cmd/quickstart.py:529 msgid "release of project" msgstr "" -#: sphinx/cmd/quickstart.py:532 +#: sphinx/cmd/quickstart.py:531 msgid "document language" msgstr "" -#: sphinx/cmd/quickstart.py:534 +#: sphinx/cmd/quickstart.py:533 msgid "source file suffix" msgstr "" -#: sphinx/cmd/quickstart.py:536 +#: sphinx/cmd/quickstart.py:535 msgid "master document name" msgstr "" -#: sphinx/cmd/quickstart.py:538 +#: sphinx/cmd/quickstart.py:537 msgid "use epub" msgstr "" -#: sphinx/cmd/quickstart.py:540 +#: sphinx/cmd/quickstart.py:539 msgid "Extension options" msgstr "" -#: sphinx/cmd/quickstart.py:544 sphinx/ext/apidoc.py:379 +#: sphinx/cmd/quickstart.py:543 sphinx/ext/apidoc.py:379 #, python-format msgid "enable %s extension" msgstr "" -#: sphinx/cmd/quickstart.py:546 sphinx/ext/apidoc.py:375 +#: sphinx/cmd/quickstart.py:545 sphinx/ext/apidoc.py:375 msgid "enable arbitrary extensions" msgstr "" -#: sphinx/cmd/quickstart.py:548 +#: sphinx/cmd/quickstart.py:547 msgid "Makefile and Batchfile creation" msgstr "" -#: sphinx/cmd/quickstart.py:550 +#: sphinx/cmd/quickstart.py:549 msgid "create makefile" msgstr "" -#: sphinx/cmd/quickstart.py:552 +#: sphinx/cmd/quickstart.py:551 msgid "do not create makefile" msgstr "" -#: sphinx/cmd/quickstart.py:554 +#: sphinx/cmd/quickstart.py:553 msgid "create batchfile" msgstr "" -#: sphinx/cmd/quickstart.py:557 +#: sphinx/cmd/quickstart.py:556 msgid "do not create batchfile" msgstr "" -#: sphinx/cmd/quickstart.py:560 +#: sphinx/cmd/quickstart.py:559 msgid "use make-mode for Makefile/make.bat" msgstr "" -#: sphinx/cmd/quickstart.py:563 +#: sphinx/cmd/quickstart.py:562 msgid "do not use make-mode for Makefile/make.bat" msgstr "" -#: sphinx/cmd/quickstart.py:565 +#: sphinx/cmd/quickstart.py:564 msgid "Project templating" msgstr "" -#: sphinx/cmd/quickstart.py:568 +#: sphinx/cmd/quickstart.py:567 msgid "template directory for template files" msgstr "" -#: sphinx/cmd/quickstart.py:571 +#: sphinx/cmd/quickstart.py:570 msgid "define a template variable" msgstr "" -#: sphinx/cmd/quickstart.py:605 +#: sphinx/cmd/quickstart.py:604 msgid "" "\"quiet\" is specified, but any of \"project\" or \"author\" is not " "specified." msgstr "" -#: sphinx/cmd/quickstart.py:619 +#: sphinx/cmd/quickstart.py:618 msgid "Error: specified path is not a directory, or sphinx files already exist." msgstr "" -#: sphinx/cmd/quickstart.py:621 +#: sphinx/cmd/quickstart.py:620 msgid "" "sphinx-quickstart only generate into a empty directory. Please specify a " "new root path." msgstr "" -#: sphinx/cmd/quickstart.py:636 +#: sphinx/cmd/quickstart.py:635 #, python-format msgid "Invalid template variable: %s" msgstr "" @@ -1784,17 +1784,17 @@ msgstr "" msgid "%s %s" msgstr "" -#: sphinx/domains/c.py:64 sphinx/domains/cpp.py:6371 +#: sphinx/domains/c.py:64 sphinx/domains/cpp.py:6445 #: sphinx/domains/python.py:210 sphinx/ext/napoleon/docstring.py:696 msgid "Parameters" msgstr "" -#: sphinx/domains/c.py:67 sphinx/domains/cpp.py:6380 -#: sphinx/domains/javascript.py:210 sphinx/domains/python.py:222 +#: sphinx/domains/c.py:67 sphinx/domains/cpp.py:6454 +#: sphinx/domains/javascript.py:209 sphinx/domains/python.py:222 msgid "Returns" msgstr "" -#: sphinx/domains/c.py:69 sphinx/domains/javascript.py:212 +#: sphinx/domains/c.py:69 sphinx/domains/javascript.py:211 #: sphinx/domains/python.py:224 msgid "Return type" msgstr "" @@ -1824,12 +1824,12 @@ msgstr "" msgid "%s (C variable)" msgstr "" -#: sphinx/domains/c.py:258 sphinx/domains/cpp.py:6956 -#: sphinx/domains/javascript.py:298 sphinx/domains/python.py:741 +#: sphinx/domains/c.py:258 sphinx/domains/cpp.py:7029 +#: sphinx/domains/javascript.py:297 sphinx/domains/python.py:742 msgid "function" msgstr "" -#: sphinx/domains/c.py:259 sphinx/domains/cpp.py:6957 +#: sphinx/domains/c.py:259 sphinx/domains/cpp.py:7030 msgid "member" msgstr "" @@ -1837,7 +1837,7 @@ msgstr "" msgid "macro" msgstr "" -#: sphinx/domains/c.py:261 sphinx/domains/cpp.py:6958 +#: sphinx/domains/c.py:261 sphinx/domains/cpp.py:7031 msgid "type" msgstr "" @@ -1860,106 +1860,106 @@ msgstr "" msgid "Deprecated since version %s" msgstr "" -#: sphinx/domains/cpp.py:4297 +#: sphinx/domains/cpp.py:4323 #, python-format msgid "" "Duplicate declaration, also defined in '%s'.\n" "Declaration is '%s'." msgstr "" -#: sphinx/domains/cpp.py:6374 +#: sphinx/domains/cpp.py:6448 msgid "Template Parameters" msgstr "" -#: sphinx/domains/cpp.py:6377 sphinx/domains/javascript.py:207 +#: sphinx/domains/cpp.py:6451 sphinx/domains/javascript.py:206 msgid "Throws" msgstr "" -#: sphinx/domains/cpp.py:6505 +#: sphinx/domains/cpp.py:6579 #, python-format msgid "%s (C++ %s)" msgstr "" -#: sphinx/domains/cpp.py:6954 sphinx/domains/javascript.py:300 -#: sphinx/domains/python.py:743 +#: sphinx/domains/cpp.py:7027 sphinx/domains/javascript.py:299 +#: sphinx/domains/python.py:744 msgid "class" msgstr "" -#: sphinx/domains/cpp.py:6955 +#: sphinx/domains/cpp.py:7028 msgid "union" msgstr "" -#: sphinx/domains/cpp.py:6959 +#: sphinx/domains/cpp.py:7032 msgid "concept" msgstr "" -#: sphinx/domains/cpp.py:6960 +#: sphinx/domains/cpp.py:7033 msgid "enum" msgstr "" -#: sphinx/domains/cpp.py:6961 +#: sphinx/domains/cpp.py:7034 msgid "enumerator" msgstr "" -#: sphinx/domains/cpp.py:7054 +#: sphinx/domains/cpp.py:7127 #, python-format msgid "" "Duplicate declaration, also defined in '%s'.\n" "Name of declaration is '%s'." msgstr "" -#: sphinx/domains/javascript.py:131 sphinx/domains/python.py:429 +#: sphinx/domains/javascript.py:130 sphinx/domains/python.py:430 #, python-format msgid "%s() (built-in function)" msgstr "" -#: sphinx/domains/javascript.py:132 sphinx/domains/python.py:494 +#: sphinx/domains/javascript.py:131 sphinx/domains/python.py:495 #, python-format msgid "%s() (%s method)" msgstr "" -#: sphinx/domains/javascript.py:134 +#: sphinx/domains/javascript.py:133 #, python-format msgid "%s() (class)" msgstr "" -#: sphinx/domains/javascript.py:136 +#: sphinx/domains/javascript.py:135 #, python-format msgid "%s (global variable or constant)" msgstr "" -#: sphinx/domains/javascript.py:138 sphinx/domains/python.py:532 +#: sphinx/domains/javascript.py:137 sphinx/domains/python.py:533 #, python-format msgid "%s (%s attribute)" msgstr "" -#: sphinx/domains/javascript.py:204 +#: sphinx/domains/javascript.py:203 msgid "Arguments" msgstr "" -#: sphinx/domains/javascript.py:265 sphinx/domains/python.py:609 +#: sphinx/domains/javascript.py:264 sphinx/domains/python.py:610 #, python-format msgid "%s (module)" msgstr "" -#: sphinx/domains/javascript.py:299 sphinx/domains/python.py:745 +#: sphinx/domains/javascript.py:298 sphinx/domains/python.py:746 msgid "method" msgstr "" -#: sphinx/domains/javascript.py:301 sphinx/domains/python.py:742 +#: sphinx/domains/javascript.py:300 sphinx/domains/python.py:743 msgid "data" msgstr "" -#: sphinx/domains/javascript.py:302 sphinx/domains/python.py:748 +#: sphinx/domains/javascript.py:301 sphinx/domains/python.py:749 msgid "attribute" msgstr "" -#: sphinx/domains/javascript.py:303 sphinx/domains/python.py:49 -#: sphinx/domains/python.py:749 +#: sphinx/domains/javascript.py:302 sphinx/domains/python.py:49 +#: sphinx/domains/python.py:750 msgid "module" msgstr "" -#: sphinx/domains/math.py:101 sphinx/writers/latex.py:2451 +#: sphinx/domains/math.py:101 sphinx/writers/latex.py:2459 #, python-format msgid "Invalid math_eqref_format: %r" msgstr "" @@ -1981,7 +1981,7 @@ msgstr "" msgid "object" msgstr "" -#: sphinx/domains/python.py:53 sphinx/domains/python.py:744 +#: sphinx/domains/python.py:53 sphinx/domains/python.py:745 msgid "exception" msgstr "" @@ -2001,88 +2001,88 @@ msgstr "" msgid "Raises" msgstr "" -#: sphinx/domains/python.py:430 sphinx/domains/python.py:488 -#: sphinx/domains/python.py:500 sphinx/domains/python.py:513 +#: sphinx/domains/python.py:431 sphinx/domains/python.py:489 +#: sphinx/domains/python.py:501 sphinx/domains/python.py:514 #, python-format msgid "%s() (in module %s)" msgstr "" -#: sphinx/domains/python.py:433 +#: sphinx/domains/python.py:434 #, python-format msgid "%s (built-in variable)" msgstr "" -#: sphinx/domains/python.py:434 sphinx/domains/python.py:526 +#: sphinx/domains/python.py:435 sphinx/domains/python.py:527 #, python-format msgid "%s (in module %s)" msgstr "" -#: sphinx/domains/python.py:454 +#: sphinx/domains/python.py:455 #, python-format msgid "%s (built-in class)" msgstr "" -#: sphinx/domains/python.py:455 +#: sphinx/domains/python.py:456 #, python-format msgid "%s (class in %s)" msgstr "" -#: sphinx/domains/python.py:492 +#: sphinx/domains/python.py:493 #, python-format msgid "%s() (%s.%s method)" msgstr "" -#: sphinx/domains/python.py:504 +#: sphinx/domains/python.py:505 #, python-format msgid "%s() (%s.%s static method)" msgstr "" -#: sphinx/domains/python.py:507 +#: sphinx/domains/python.py:508 #, python-format msgid "%s() (%s static method)" msgstr "" -#: sphinx/domains/python.py:517 +#: sphinx/domains/python.py:518 #, python-format msgid "%s() (%s.%s class method)" msgstr "" -#: sphinx/domains/python.py:520 +#: sphinx/domains/python.py:521 #, python-format msgid "%s() (%s class method)" msgstr "" -#: sphinx/domains/python.py:530 +#: sphinx/domains/python.py:531 #, python-format msgid "%s (%s.%s attribute)" msgstr "" -#: sphinx/domains/python.py:667 +#: sphinx/domains/python.py:668 msgid "Python Module Index" msgstr "" -#: sphinx/domains/python.py:668 +#: sphinx/domains/python.py:669 msgid "modules" msgstr "" -#: sphinx/domains/python.py:719 +#: sphinx/domains/python.py:720 msgid "Deprecated" msgstr "" -#: sphinx/domains/python.py:746 +#: sphinx/domains/python.py:747 msgid "class method" msgstr "" -#: sphinx/domains/python.py:747 +#: sphinx/domains/python.py:748 msgid "static method" msgstr "" -#: sphinx/domains/python.py:879 +#: sphinx/domains/python.py:880 #, python-format msgid "more than one target found for cross-reference %r: %s" msgstr "" -#: sphinx/domains/python.py:917 +#: sphinx/domains/python.py:918 msgid " (deprecated)" msgstr "" @@ -2158,7 +2158,7 @@ msgstr "" msgid "duplicate citation %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:631 sphinx/ext/autosectionlabel.py:61 +#: sphinx/domains/std.py:631 sphinx/ext/autosectionlabel.py:56 #, python-format msgid "duplicate label %s, other instance in %s" msgstr "" @@ -2218,21 +2218,21 @@ msgid "" " another doctree directory." msgstr "" -#: sphinx/environment/__init__.py:408 +#: sphinx/environment/__init__.py:404 #, python-format msgid "Failed to scan documents in %s: %r" msgstr "" -#: sphinx/environment/__init__.py:536 +#: sphinx/environment/__init__.py:532 #, python-format msgid "Domain %r is not registered" msgstr "" -#: sphinx/environment/__init__.py:621 +#: sphinx/environment/__init__.py:617 msgid "self referenced toctree found. Ignored." msgstr "" -#: sphinx/environment/__init__.py:662 +#: sphinx/environment/__init__.py:658 msgid "document isn't included in any toctree" msgstr "" @@ -2252,6 +2252,7 @@ msgid "unknown index entry type %r" msgstr "" #: sphinx/environment/adapters/indexentries.py:156 +#: sphinx/templates/latex/sphinxmessages.sty_t:11 msgid "Symbols" msgstr "" @@ -2277,22 +2278,22 @@ msgstr "" msgid "toctree contains reference to nonexisting document %r" msgstr "" -#: sphinx/environment/collectors/asset.py:91 +#: sphinx/environment/collectors/asset.py:90 #, python-format msgid "image file not readable: %s" msgstr "" -#: sphinx/environment/collectors/asset.py:107 +#: sphinx/environment/collectors/asset.py:106 #, python-format msgid "image file %s not readable: %s" msgstr "" -#: sphinx/environment/collectors/asset.py:135 +#: sphinx/environment/collectors/asset.py:134 #, python-format msgid "download file not readable: %s" msgstr "" -#: sphinx/environment/collectors/toctree.py:197 +#: sphinx/environment/collectors/toctree.py:196 #, python-format msgid "%s is already assigned section numbers (nested numbered toctree?)" msgstr "" @@ -2438,38 +2439,38 @@ msgstr "" msgid "module %s could not be imported: %s" msgstr "" -#: sphinx/ext/doctest.py:142 +#: sphinx/ext/doctest.py:132 #, python-format msgid "missing '+' or '-' in '%s' option." msgstr "" -#: sphinx/ext/doctest.py:147 +#: sphinx/ext/doctest.py:137 #, python-format msgid "'%s' is not a valid option." msgstr "" -#: sphinx/ext/doctest.py:161 +#: sphinx/ext/doctest.py:151 #, python-format msgid "'%s' is not a valid pyversion option" msgstr "" -#: sphinx/ext/doctest.py:230 +#: sphinx/ext/doctest.py:222 msgid "invalid TestCode type" msgstr "" -#: sphinx/ext/doctest.py:291 +#: sphinx/ext/doctest.py:283 #, python-format msgid "" "Testing of doctests in the sources finished, look at the results in " "%(outdir)s/output.txt." msgstr "" -#: sphinx/ext/doctest.py:438 +#: sphinx/ext/doctest.py:446 #, python-format msgid "no code/output in %s block at %s:%s" msgstr "" -#: sphinx/ext/doctest.py:527 +#: sphinx/ext/doctest.py:535 #, python-format msgid "ignoring invalid doctest code: %r" msgstr "" @@ -2487,7 +2488,7 @@ msgstr "" msgid "Ignoring \"graphviz\" directive without content." msgstr "" -#: sphinx/ext/graphviz.py:252 +#: sphinx/ext/graphviz.py:250 #, python-format msgid "" "dot did not produce an output file:\n" @@ -2497,14 +2498,14 @@ msgid "" "%r" msgstr "" -#: sphinx/ext/graphviz.py:256 +#: sphinx/ext/graphviz.py:254 #, python-format msgid "" "dot command %r cannot be run (needed for graphviz output), check the " "graphviz_dot setting" msgstr "" -#: sphinx/ext/graphviz.py:263 +#: sphinx/ext/graphviz.py:261 #, python-format msgid "" "dot exited with error:\n" @@ -2514,23 +2515,23 @@ msgid "" "%r" msgstr "" -#: sphinx/ext/graphviz.py:273 +#: sphinx/ext/graphviz.py:271 #, python-format msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" msgstr "" -#: sphinx/ext/graphviz.py:277 sphinx/ext/graphviz.py:331 -#: sphinx/ext/graphviz.py:369 +#: sphinx/ext/graphviz.py:275 sphinx/ext/graphviz.py:329 +#: sphinx/ext/graphviz.py:367 #, python-format msgid "dot code %r: %s" msgstr "" -#: sphinx/ext/graphviz.py:384 sphinx/ext/graphviz.py:393 +#: sphinx/ext/graphviz.py:382 sphinx/ext/graphviz.py:391 #, python-format msgid "[graph: %s]" msgstr "" -#: sphinx/ext/graphviz.py:386 sphinx/ext/graphviz.py:395 +#: sphinx/ext/graphviz.py:384 sphinx/ext/graphviz.py:393 msgid "[graph]" msgstr "" @@ -2549,31 +2550,31 @@ msgid "" "%r" msgstr "" -#: sphinx/ext/imgmath.py:140 +#: sphinx/ext/imgmath.py:139 #, python-format msgid "" "LaTeX command %r cannot be run (needed for math display), check the " "imgmath_latex setting" msgstr "" -#: sphinx/ext/imgmath.py:155 +#: sphinx/ext/imgmath.py:154 #, python-format msgid "" "%s command %r cannot be run (needed for math display), check the " "imgmath_%s setting" msgstr "" -#: sphinx/ext/imgmath.py:290 +#: sphinx/ext/imgmath.py:289 #, python-format msgid "display latex %r: %s" msgstr "" -#: sphinx/ext/imgmath.py:317 +#: sphinx/ext/imgmath.py:316 #, python-format msgid "inline latex %r: %s" msgstr "" -#: sphinx/ext/imgmath.py:324 sphinx/ext/mathjax.py:54 +#: sphinx/ext/imgmath.py:323 sphinx/ext/mathjax.py:54 msgid "Permalink to this equation" msgstr "" @@ -2593,26 +2594,26 @@ msgid "" "working alternatives:" msgstr "" -#: sphinx/ext/intersphinx.py:237 +#: sphinx/ext/intersphinx.py:238 msgid "failed to reach any of the inventories with the following issues:" msgstr "" -#: sphinx/ext/intersphinx.py:312 +#: sphinx/ext/intersphinx.py:311 #, python-format msgid "(in %s v%s)" msgstr "" -#: sphinx/ext/intersphinx.py:314 +#: sphinx/ext/intersphinx.py:313 #, python-format msgid "(in %s)" msgstr "" -#: sphinx/ext/intersphinx.py:348 +#: sphinx/ext/intersphinx.py:347 #, python-format msgid "intersphinx identifier %r is not string. Ignored" msgstr "" -#: sphinx/ext/intersphinx.py:361 +#: sphinx/ext/intersphinx.py:360 #, python-format msgid "Fail to read intersphinx_mapping[%s], Ignored: %r" msgstr "" @@ -2668,22 +2669,22 @@ msgstr "" msgid "

All modules for which code is available

" msgstr "" -#: sphinx/ext/autodoc/__init__.py:302 +#: sphinx/ext/autodoc/__init__.py:300 #, python-format msgid "invalid signature for auto%s (%r)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:402 +#: sphinx/ext/autodoc/__init__.py:400 #, python-format msgid "error while formatting arguments for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:514 +#: sphinx/ext/autodoc/__init__.py:512 #, python-format msgid "missing attribute %s in object %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:602 +#: sphinx/ext/autodoc/__init__.py:600 #, python-format msgid "" "autodoc: failed to determine %r to be documented.the following exception " @@ -2691,7 +2692,7 @@ msgid "" "%s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:694 +#: sphinx/ext/autodoc/__init__.py:692 #, python-format msgid "" "don't know which module to import for autodocumenting %r (try placing a " @@ -2699,40 +2700,40 @@ msgid "" "explicit module name)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:788 +#: sphinx/ext/autodoc/__init__.py:786 msgid "\"::\" in automodule name doesn't make sense" msgstr "" -#: sphinx/ext/autodoc/__init__.py:796 +#: sphinx/ext/autodoc/__init__.py:794 #, python-format msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:829 +#: sphinx/ext/autodoc/__init__.py:827 #, python-format msgid "" "__all__ should be a list of strings, not %r (in module %s) -- ignoring " "__all__" msgstr "" -#: sphinx/ext/autodoc/__init__.py:844 +#: sphinx/ext/autodoc/__init__.py:842 #, python-format msgid "" "missing attribute mentioned in :members: or __all__: module %s, attribute" " %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1128 +#: sphinx/ext/autodoc/__init__.py:1126 #, python-format msgid "Bases: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1185 +#: sphinx/ext/autodoc/__init__.py:1183 #, python-format msgid "alias of :class:`%s`" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1470 +#: sphinx/ext/autodoc/__init__.py:1468 #, python-format msgid "Ignoring invalid option in autodoc_default_flags: %r" msgstr "" @@ -2768,17 +2769,17 @@ msgid "" "not contain .rst. Skipped." msgstr "" -#: sphinx/ext/autosummary/generate.py:102 +#: sphinx/ext/autosummary/generate.py:100 #, python-format msgid "[autosummary] generating autosummary for: %s" msgstr "" -#: sphinx/ext/autosummary/generate.py:106 +#: sphinx/ext/autosummary/generate.py:104 #, python-format msgid "[autosummary] writing to %s" msgstr "" -#: sphinx/ext/autosummary/generate.py:366 +#: sphinx/ext/autosummary/generate.py:364 msgid "" "\n" "Generate ReStructuredText using autosummary directives.\n" @@ -2795,25 +2796,25 @@ msgid "" " pydoc sphinx.ext.autosummary\n" msgstr "" -#: sphinx/ext/autosummary/generate.py:383 +#: sphinx/ext/autosummary/generate.py:381 msgid "source files to generate rST files for" msgstr "" -#: sphinx/ext/autosummary/generate.py:387 +#: sphinx/ext/autosummary/generate.py:385 msgid "directory to place all output in" msgstr "" -#: sphinx/ext/autosummary/generate.py:390 +#: sphinx/ext/autosummary/generate.py:388 #, python-format msgid "default suffix for files (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:394 +#: sphinx/ext/autosummary/generate.py:392 #, python-format msgid "custom template directory (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:398 +#: sphinx/ext/autosummary/generate.py:396 #, python-format msgid "document imported members (default: %(default)s)" msgstr "" @@ -2891,6 +2892,7 @@ msgid "Warning" msgstr "" #: sphinx/templates/latex/longtable.tex_t:23 +#: sphinx/templates/latex/sphinxmessages.sty_t:8 msgid "continued from previous page" msgstr "" @@ -2898,13 +2900,29 @@ msgstr "" msgid "Continued on next page" msgstr "" +#: sphinx/templates/latex/sphinxmessages.sty_t:9 +msgid "continues on next page" +msgstr "" + +#: sphinx/templates/latex/sphinxmessages.sty_t:10 +msgid "Non-alphabetical" +msgstr "" + +#: sphinx/templates/latex/sphinxmessages.sty_t:12 +msgid "Numbers" +msgstr "" + +#: sphinx/templates/latex/sphinxmessages.sty_t:13 +msgid "page" +msgstr "" + #: sphinx/themes/agogo/layout.html:46 sphinx/themes/basic/globaltoc.html:10 #: sphinx/themes/basic/localtoc.html:11 sphinx/themes/scrolls/layout.html:41 msgid "Table of Contents" msgstr "" #: sphinx/themes/agogo/layout.html:51 sphinx/themes/basic/layout.html:153 -#: sphinx/themes/basic/search.html:11 sphinx/themes/basic/search.html:26 +#: sphinx/themes/basic/search.html:11 sphinx/themes/basic/search.html:21 #: sphinx/themes/basic/searchresults.html:10 msgid "Search" msgstr "" @@ -3041,13 +3059,13 @@ msgstr "" msgid "next chapter" msgstr "" -#: sphinx/themes/basic/search.html:30 +#: sphinx/themes/basic/search.html:25 msgid "" "Please activate JavaScript to enable the search\n" " functionality." msgstr "" -#: sphinx/themes/basic/search.html:35 +#: sphinx/themes/basic/search.html:30 msgid "" "From here you can search these documents. Enter your search\n" " words into the box below and click \"search\". Note that the search\n" @@ -3055,17 +3073,17 @@ msgid "" " containing fewer words won't appear in the result list." msgstr "" -#: sphinx/themes/basic/search.html:42 sphinx/themes/basic/searchresults.html:17 +#: sphinx/themes/basic/search.html:37 sphinx/themes/basic/searchresults.html:17 msgid "search" msgstr "" -#: sphinx/themes/basic/search.html:46 sphinx/themes/basic/searchresults.html:21 -#: sphinx/themes/basic/static/searchtools.js:295 +#: sphinx/themes/basic/search.html:41 sphinx/themes/basic/searchresults.html:21 +#: sphinx/themes/basic/static/searchtools.js:285 msgid "Search Results" msgstr "" -#: sphinx/themes/basic/search.html:48 sphinx/themes/basic/searchresults.html:23 -#: sphinx/themes/basic/static/searchtools.js:297 +#: sphinx/themes/basic/search.html:43 sphinx/themes/basic/searchresults.html:23 +#: sphinx/themes/basic/static/searchtools.js:287 msgid "" "Your search did not match any documents. Please make sure that all words " "are spelled correctly and that you've selected enough categories." @@ -3123,20 +3141,20 @@ msgstr "" msgid "Hide Search Matches" msgstr "" -#: sphinx/themes/basic/static/searchtools.js:131 +#: sphinx/themes/basic/static/searchtools.js:121 msgid "Searching" msgstr "" -#: sphinx/themes/basic/static/searchtools.js:136 +#: sphinx/themes/basic/static/searchtools.js:126 msgid "Preparing search..." msgstr "" -#: sphinx/themes/basic/static/searchtools.js:299 +#: sphinx/themes/basic/static/searchtools.js:289 #, python-format msgid "Search finished, found %s page(s) matching the search query." msgstr "" -#: sphinx/themes/basic/static/searchtools.js:352 +#: sphinx/themes/basic/static/searchtools.js:342 msgid ", in " msgstr "" @@ -3153,17 +3171,17 @@ msgstr "" msgid "Contents" msgstr "" -#: sphinx/transforms/__init__.py:259 +#: sphinx/transforms/__init__.py:261 #, python-format msgid "4 column based index found. It might be a bug of extensions you use: %r" msgstr "" -#: sphinx/transforms/__init__.py:301 +#: sphinx/transforms/__init__.py:303 #, python-format msgid "Footnote [%s] is not referenced." msgstr "" -#: sphinx/transforms/__init__.py:307 +#: sphinx/transforms/__init__.py:309 msgid "Footnote [#] is not referenced." msgstr "" @@ -3234,7 +3252,7 @@ msgstr "" msgid "failed" msgstr "" -#: sphinx/util/docutils.py:321 +#: sphinx/util/docutils.py:320 msgid "when adding directive classes, no additional arguments may be given" msgstr "" @@ -3295,15 +3313,15 @@ msgstr "" msgid "Permalink to this code" msgstr "" -#: sphinx/writers/html.py:514 sphinx/writers/html5.py:460 +#: sphinx/writers/html.py:512 sphinx/writers/html5.py:458 msgid "Permalink to this image" msgstr "" -#: sphinx/writers/html.py:516 sphinx/writers/html5.py:462 +#: sphinx/writers/html.py:514 sphinx/writers/html5.py:460 msgid "Permalink to this toctree" msgstr "" -#: sphinx/writers/html.py:674 sphinx/writers/html5.py:608 +#: sphinx/writers/html.py:672 sphinx/writers/html5.py:606 msgid "Could not obtain image size. :scale: option is ignored." msgstr "" @@ -3338,12 +3356,12 @@ msgstr "" msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: sphinx/writers/latex.py:1843 +#: sphinx/writers/latex.py:1847 #, python-format msgid "unknown index entry type %s found" msgstr "" -#: sphinx/writers/latex.py:2552 +#: sphinx/writers/latex.py:2560 #, python-format msgid "Unknown configure key: latex_elements[%r] is ignored." msgstr "" @@ -3361,12 +3379,12 @@ msgstr "" msgid "caption not inside a figure." msgstr "" -#: sphinx/writers/texinfo.py:1421 +#: sphinx/writers/texinfo.py:1422 #, python-format msgid "unimplemented node type: %r" msgstr "" -#: sphinx/writers/texinfo.py:1426 +#: sphinx/writers/texinfo.py:1427 #, python-format msgid "unknown node type: %r" msgstr "" diff --git a/sphinx/locale/sr/LC_MESSAGES/sphinx.mo b/sphinx/locale/sr/LC_MESSAGES/sphinx.mo index 4c6de51145..b6cccf3c08 100644 Binary files a/sphinx/locale/sr/LC_MESSAGES/sphinx.mo and b/sphinx/locale/sr/LC_MESSAGES/sphinx.mo differ diff --git a/sphinx/locale/sr/LC_MESSAGES/sphinx.po b/sphinx/locale/sr/LC_MESSAGES/sphinx.po index c40bdd4ef9..e13bb82d9f 100644 --- a/sphinx/locale/sr/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/sr/LC_MESSAGES/sphinx.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2019-02-18 01:52+0900\n" -"PO-Revision-Date: 2019-03-14 16:36+0000\n" +"POT-Creation-Date: 2019-03-29 01:05+0900\n" +"PO-Revision-Date: 2019-03-28 16:08+0000\n" "Last-Translator: Takeshi KOMIYA \n" "Language-Team: Serbian (http://www.transifex.com/sphinx-doc/sphinx-1/language/sr/)\n" "MIME-Version: 1.0\n" @@ -122,7 +122,7 @@ msgstr "" msgid "role %r is already registered, it will be overridden" msgstr "" -#: sphinx/application.py:1182 +#: sphinx/application.py:1179 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -130,7 +130,7 @@ msgid "" "explicit" msgstr "" -#: sphinx/application.py:1188 +#: sphinx/application.py:1185 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -138,7 +138,7 @@ msgid "" "explicit" msgstr "" -#: sphinx/application.py:1199 +#: sphinx/application.py:1196 #, python-format msgid "doing serial %s" msgstr "" @@ -587,44 +587,44 @@ msgstr "" msgid "preparing documents" msgstr "" -#: sphinx/builders/_epub_base.py:219 +#: sphinx/builders/_epub_base.py:218 #, python-format msgid "duplicated ToC entry found: %s" msgstr "" -#: sphinx/builders/_epub_base.py:415 sphinx/builders/html.py:761 -#: sphinx/builders/latex/__init__.py:413 sphinx/builders/texinfo.py:190 +#: sphinx/builders/_epub_base.py:414 sphinx/builders/html.py:761 +#: sphinx/builders/latex/__init__.py:415 sphinx/builders/texinfo.py:190 msgid "copying images... " msgstr "" -#: sphinx/builders/_epub_base.py:422 +#: sphinx/builders/_epub_base.py:421 #, python-format msgid "cannot read image file %r: copying it instead" msgstr "" -#: sphinx/builders/_epub_base.py:428 sphinx/builders/html.py:769 -#: sphinx/builders/latex/__init__.py:421 sphinx/builders/texinfo.py:198 +#: sphinx/builders/_epub_base.py:427 sphinx/builders/html.py:769 +#: sphinx/builders/latex/__init__.py:423 sphinx/builders/texinfo.py:199 #, python-format msgid "cannot copy image file %r: %s" msgstr "" -#: sphinx/builders/_epub_base.py:445 +#: sphinx/builders/_epub_base.py:444 #, python-format msgid "cannot write image file %r: %s" msgstr "" -#: sphinx/builders/_epub_base.py:456 +#: sphinx/builders/_epub_base.py:455 msgid "Pillow not found - copying image files" msgstr "" -#: sphinx/builders/_epub_base.py:491 sphinx/builders/_epub_base.py:504 -#: sphinx/builders/_epub_base.py:540 sphinx/builders/_epub_base.py:725 -#: sphinx/builders/_epub_base.py:758 sphinx/builders/epub3.py:184 +#: sphinx/builders/_epub_base.py:490 sphinx/builders/_epub_base.py:503 +#: sphinx/builders/_epub_base.py:539 sphinx/builders/_epub_base.py:724 +#: sphinx/builders/_epub_base.py:757 sphinx/builders/epub3.py:183 #, python-format msgid "writing %s file..." msgstr "" -#: sphinx/builders/_epub_base.py:566 +#: sphinx/builders/_epub_base.py:565 #, python-format msgid "unknown mimetype for %s, ignoring" msgstr "" @@ -643,19 +643,19 @@ msgstr "" msgid "writing summary file..." msgstr "" -#: sphinx/builders/changes.py:87 +#: sphinx/builders/changes.py:86 msgid "Builtins" msgstr "" -#: sphinx/builders/changes.py:89 +#: sphinx/builders/changes.py:88 msgid "Module level" msgstr "" -#: sphinx/builders/changes.py:134 +#: sphinx/builders/changes.py:133 msgid "copying source files..." msgstr "" -#: sphinx/builders/changes.py:141 +#: sphinx/builders/changes.py:140 #, python-format msgid "could not read %r for changelog creation" msgstr "" @@ -664,76 +664,76 @@ msgstr "" msgid "The dummy builder generates no files." msgstr "" -#: sphinx/builders/epub3.py:69 +#: sphinx/builders/epub3.py:68 #, python-format msgid "The ePub file is in %(outdir)s." msgstr "" -#: sphinx/builders/epub3.py:212 +#: sphinx/builders/epub3.py:211 msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:216 +#: sphinx/builders/epub3.py:215 msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:219 +#: sphinx/builders/epub3.py:218 msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:223 +#: sphinx/builders/epub3.py:222 msgid "conf value \"epub_author\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:226 +#: sphinx/builders/epub3.py:225 msgid "conf value \"epub_contributor\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:229 +#: sphinx/builders/epub3.py:228 msgid "conf value \"epub_description\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:232 +#: sphinx/builders/epub3.py:231 msgid "conf value \"epub_publisher\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:235 +#: sphinx/builders/epub3.py:234 msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:239 +#: sphinx/builders/epub3.py:238 msgid "conf value \"epub_identifier\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:242 +#: sphinx/builders/epub3.py:241 msgid "conf value \"version\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:257 sphinx/builders/html.py:1166 +#: sphinx/builders/epub3.py:256 sphinx/builders/html.py:1166 #, python-format msgid "invalid css_file: %r, ignored" msgstr "" -#: sphinx/builders/gettext.py:215 +#: sphinx/builders/gettext.py:221 #, python-format msgid "The message catalogs are in %(outdir)s." msgstr "" -#: sphinx/builders/gettext.py:239 +#: sphinx/builders/gettext.py:245 #, python-format msgid "building [%s]: " msgstr "" -#: sphinx/builders/gettext.py:240 +#: sphinx/builders/gettext.py:246 #, python-format msgid "targets for %d template files" msgstr "" -#: sphinx/builders/gettext.py:244 +#: sphinx/builders/gettext.py:250 msgid "reading templates... " msgstr "" -#: sphinx/builders/gettext.py:271 +#: sphinx/builders/gettext.py:277 msgid "writing message catalogs... " msgstr "" @@ -752,7 +752,7 @@ msgstr "" msgid "Failed to read build info file: %r" msgstr "" -#: sphinx/builders/html.py:488 sphinx/builders/latex/__init__.py:204 +#: sphinx/builders/html.py:488 sphinx/builders/latex/__init__.py:206 #: sphinx/transforms/__init__.py:121 sphinx/writers/manpage.py:118 #: sphinx/writers/texinfo.py:243 #, python-format @@ -805,7 +805,7 @@ msgstr "" msgid "html_static_path entry %r does not exist" msgstr "" -#: sphinx/builders/html.py:839 sphinx/builders/latex/__init__.py:398 +#: sphinx/builders/html.py:839 sphinx/builders/latex/__init__.py:400 #, python-format msgid "logo file %r does not exist" msgstr "" @@ -922,7 +922,7 @@ msgstr "" msgid "no \"man_pages\" config value found; no manual pages will be written" msgstr "" -#: sphinx/builders/latex/__init__.py:270 sphinx/builders/manpage.py:64 +#: sphinx/builders/latex/__init__.py:272 sphinx/builders/manpage.py:64 #: sphinx/builders/singlehtml.py:174 sphinx/builders/texinfo.py:120 msgid "writing" msgstr "" @@ -966,24 +966,24 @@ msgstr "" msgid "\"texinfo_documents\" config value references unknown document %s" msgstr "" -#: sphinx/builders/latex/__init__.py:253 sphinx/builders/texinfo.py:116 +#: sphinx/builders/latex/__init__.py:255 sphinx/builders/texinfo.py:116 #, python-format msgid "processing %s" msgstr "" -#: sphinx/builders/latex/__init__.py:322 sphinx/builders/texinfo.py:163 +#: sphinx/builders/latex/__init__.py:323 sphinx/builders/texinfo.py:164 msgid "resolving references..." msgstr "" -#: sphinx/builders/latex/__init__.py:332 sphinx/builders/texinfo.py:172 +#: sphinx/builders/latex/__init__.py:333 sphinx/builders/texinfo.py:173 msgid " (in " msgstr "" -#: sphinx/builders/texinfo.py:204 +#: sphinx/builders/texinfo.py:205 msgid "copying Texinfo support files" msgstr "" -#: sphinx/builders/texinfo.py:208 +#: sphinx/builders/texinfo.py:209 #, python-format msgid "error writing file Makefile: %s" msgstr "" @@ -1003,28 +1003,28 @@ msgstr "" msgid "The pseudo-XML files are in %(outdir)s." msgstr "" -#: sphinx/builders/latex/__init__.py:121 +#: sphinx/builders/latex/__init__.py:123 #, python-format msgid "The LaTeX files are in %(outdir)s." msgstr "" -#: sphinx/builders/latex/__init__.py:123 +#: sphinx/builders/latex/__init__.py:125 msgid "" "\n" "Run 'make' in that directory to run these through (pdf)latex\n" "(use `make latexpdf' here to do that automatically)." msgstr "" -#: sphinx/builders/latex/__init__.py:163 +#: sphinx/builders/latex/__init__.py:165 msgid "no \"latex_documents\" config value found; no documents will be written" msgstr "" -#: sphinx/builders/latex/__init__.py:171 +#: sphinx/builders/latex/__init__.py:173 #, python-format msgid "\"latex_documents\" config value references unknown document %s" msgstr "" -#: sphinx/builders/latex/__init__.py:211 sphinx/domains/std.py:501 +#: sphinx/builders/latex/__init__.py:213 sphinx/domains/std.py:501 #: sphinx/templates/latex/latex.tex_t:79 #: sphinx/themes/basic/genindex-single.html:30 #: sphinx/themes/basic/genindex-single.html:55 @@ -1036,28 +1036,28 @@ msgstr "" msgid "Index" msgstr "" -#: sphinx/builders/latex/__init__.py:214 sphinx/templates/latex/latex.tex_t:64 +#: sphinx/builders/latex/__init__.py:216 sphinx/templates/latex/latex.tex_t:64 msgid "Release" msgstr "" -#: sphinx/builders/latex/__init__.py:222 sphinx/writers/latex.py:549 +#: sphinx/builders/latex/__init__.py:224 sphinx/writers/latex.py:549 #, python-format msgid "no Babel option known for language %r" msgstr "" -#: sphinx/builders/latex/__init__.py:361 +#: sphinx/builders/latex/__init__.py:363 msgid "copying TeX support files" msgstr "" -#: sphinx/builders/latex/__init__.py:382 +#: sphinx/builders/latex/__init__.py:384 msgid "copying TeX support files..." msgstr "" -#: sphinx/builders/latex/__init__.py:402 +#: sphinx/builders/latex/__init__.py:404 msgid "copying additional files" msgstr "" -#: sphinx/builders/latex/__init__.py:445 +#: sphinx/builders/latex/__init__.py:447 #, python-format msgid "Unknown configure key: latex_elements[%r]. ignored." msgstr "" @@ -1120,8 +1120,8 @@ msgstr "" msgid "job number should be a positive number" msgstr "" -#: sphinx/cmd/build.py:106 sphinx/cmd/quickstart.py:498 -#: sphinx/ext/apidoc.py:298 sphinx/ext/autosummary/generate.py:365 +#: sphinx/cmd/build.py:106 sphinx/cmd/quickstart.py:497 +#: sphinx/ext/apidoc.py:298 sphinx/ext/autosummary/generate.py:363 msgid "For more information, visit ." msgstr "" @@ -1498,13 +1498,13 @@ msgstr "" msgid "Indicate which of the following Sphinx extensions should be enabled:" msgstr "" -#: sphinx/cmd/quickstart.py:354 +#: sphinx/cmd/quickstart.py:353 msgid "" "Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " "been deselected." msgstr "" -#: sphinx/cmd/quickstart.py:359 +#: sphinx/cmd/quickstart.py:358 msgid "" "\n" "A Makefile and a Windows command file can be generated for you so that you\n" @@ -1512,29 +1512,29 @@ msgid "" "directly." msgstr "" -#: sphinx/cmd/quickstart.py:363 +#: sphinx/cmd/quickstart.py:362 msgid "Create Makefile? (y/n)" msgstr "" -#: sphinx/cmd/quickstart.py:366 +#: sphinx/cmd/quickstart.py:365 msgid "Create Windows command file? (y/n)" msgstr "" -#: sphinx/cmd/quickstart.py:409 sphinx/ext/apidoc.py:74 +#: sphinx/cmd/quickstart.py:408 sphinx/ext/apidoc.py:74 #, python-format msgid "Creating file %s." msgstr "" -#: sphinx/cmd/quickstart.py:414 sphinx/ext/apidoc.py:72 +#: sphinx/cmd/quickstart.py:413 sphinx/ext/apidoc.py:72 #, python-format msgid "File %s already exists, skipping." msgstr "" -#: sphinx/cmd/quickstart.py:450 +#: sphinx/cmd/quickstart.py:449 msgid "Finished: An initial directory structure has been created." msgstr "" -#: sphinx/cmd/quickstart.py:451 +#: sphinx/cmd/quickstart.py:450 #, python-format msgid "" "\n" @@ -1542,26 +1542,26 @@ msgid "" "source files. " msgstr "" -#: sphinx/cmd/quickstart.py:453 +#: sphinx/cmd/quickstart.py:452 msgid "" "Use the Makefile to build the docs, like so:\n" " make builder\n" msgstr "" -#: sphinx/cmd/quickstart.py:456 +#: sphinx/cmd/quickstart.py:455 #, python-format msgid "" "Use the sphinx-build command to build the docs, like so:\n" " sphinx-build -b builder %s %s\n" msgstr "" -#: sphinx/cmd/quickstart.py:459 +#: sphinx/cmd/quickstart.py:458 msgid "" "where \"builder\" is one of the supported builders, e.g. html, latex or " "linkcheck.\n" msgstr "" -#: sphinx/cmd/quickstart.py:499 +#: sphinx/cmd/quickstart.py:498 msgid "" "\n" "Generate required files for a Sphinx project.\n" @@ -1571,131 +1571,131 @@ msgid "" "Makefile to be used with sphinx-build.\n" msgstr "" -#: sphinx/cmd/quickstart.py:509 +#: sphinx/cmd/quickstart.py:508 msgid "quiet mode" msgstr "" -#: sphinx/cmd/quickstart.py:514 +#: sphinx/cmd/quickstart.py:513 msgid "output path" msgstr "" -#: sphinx/cmd/quickstart.py:516 +#: sphinx/cmd/quickstart.py:515 msgid "Structure options" msgstr "" -#: sphinx/cmd/quickstart.py:518 +#: sphinx/cmd/quickstart.py:517 msgid "if specified, separate source and build dirs" msgstr "" -#: sphinx/cmd/quickstart.py:520 +#: sphinx/cmd/quickstart.py:519 msgid "replacement for dot in _templates etc." msgstr "" -#: sphinx/cmd/quickstart.py:522 +#: sphinx/cmd/quickstart.py:521 msgid "Project basic options" msgstr "" -#: sphinx/cmd/quickstart.py:524 +#: sphinx/cmd/quickstart.py:523 msgid "project name" msgstr "" -#: sphinx/cmd/quickstart.py:526 +#: sphinx/cmd/quickstart.py:525 msgid "author names" msgstr "" -#: sphinx/cmd/quickstart.py:528 +#: sphinx/cmd/quickstart.py:527 msgid "version of project" msgstr "" -#: sphinx/cmd/quickstart.py:530 +#: sphinx/cmd/quickstart.py:529 msgid "release of project" msgstr "" -#: sphinx/cmd/quickstart.py:532 +#: sphinx/cmd/quickstart.py:531 msgid "document language" msgstr "" -#: sphinx/cmd/quickstart.py:534 +#: sphinx/cmd/quickstart.py:533 msgid "source file suffix" msgstr "" -#: sphinx/cmd/quickstart.py:536 +#: sphinx/cmd/quickstart.py:535 msgid "master document name" msgstr "" -#: sphinx/cmd/quickstart.py:538 +#: sphinx/cmd/quickstart.py:537 msgid "use epub" msgstr "" -#: sphinx/cmd/quickstart.py:540 +#: sphinx/cmd/quickstart.py:539 msgid "Extension options" msgstr "" -#: sphinx/cmd/quickstart.py:544 sphinx/ext/apidoc.py:379 +#: sphinx/cmd/quickstart.py:543 sphinx/ext/apidoc.py:379 #, python-format msgid "enable %s extension" msgstr "" -#: sphinx/cmd/quickstart.py:546 sphinx/ext/apidoc.py:375 +#: sphinx/cmd/quickstart.py:545 sphinx/ext/apidoc.py:375 msgid "enable arbitrary extensions" msgstr "" -#: sphinx/cmd/quickstart.py:548 +#: sphinx/cmd/quickstart.py:547 msgid "Makefile and Batchfile creation" msgstr "" -#: sphinx/cmd/quickstart.py:550 +#: sphinx/cmd/quickstart.py:549 msgid "create makefile" msgstr "" -#: sphinx/cmd/quickstart.py:552 +#: sphinx/cmd/quickstart.py:551 msgid "do not create makefile" msgstr "" -#: sphinx/cmd/quickstart.py:554 +#: sphinx/cmd/quickstart.py:553 msgid "create batchfile" msgstr "" -#: sphinx/cmd/quickstart.py:557 +#: sphinx/cmd/quickstart.py:556 msgid "do not create batchfile" msgstr "" -#: sphinx/cmd/quickstart.py:560 +#: sphinx/cmd/quickstart.py:559 msgid "use make-mode for Makefile/make.bat" msgstr "" -#: sphinx/cmd/quickstart.py:563 +#: sphinx/cmd/quickstart.py:562 msgid "do not use make-mode for Makefile/make.bat" msgstr "" -#: sphinx/cmd/quickstart.py:565 +#: sphinx/cmd/quickstart.py:564 msgid "Project templating" msgstr "" -#: sphinx/cmd/quickstart.py:568 +#: sphinx/cmd/quickstart.py:567 msgid "template directory for template files" msgstr "" -#: sphinx/cmd/quickstart.py:571 +#: sphinx/cmd/quickstart.py:570 msgid "define a template variable" msgstr "" -#: sphinx/cmd/quickstart.py:605 +#: sphinx/cmd/quickstart.py:604 msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." msgstr "" -#: sphinx/cmd/quickstart.py:619 +#: sphinx/cmd/quickstart.py:618 msgid "" "Error: specified path is not a directory, or sphinx files already exist." msgstr "" -#: sphinx/cmd/quickstart.py:621 +#: sphinx/cmd/quickstart.py:620 msgid "" "sphinx-quickstart only generate into a empty directory. Please specify a new" " root path." msgstr "" -#: sphinx/cmd/quickstart.py:636 +#: sphinx/cmd/quickstart.py:635 #, python-format msgid "Invalid template variable: %s" msgstr "" @@ -1767,17 +1767,17 @@ msgstr "" msgid "%s %s" msgstr "" -#: sphinx/domains/c.py:64 sphinx/domains/cpp.py:6371 +#: sphinx/domains/c.py:64 sphinx/domains/cpp.py:6445 #: sphinx/domains/python.py:210 sphinx/ext/napoleon/docstring.py:696 msgid "Parameters" msgstr "" -#: sphinx/domains/c.py:67 sphinx/domains/cpp.py:6380 -#: sphinx/domains/javascript.py:210 sphinx/domains/python.py:222 +#: sphinx/domains/c.py:67 sphinx/domains/cpp.py:6454 +#: sphinx/domains/javascript.py:209 sphinx/domains/python.py:222 msgid "Returns" msgstr "" -#: sphinx/domains/c.py:69 sphinx/domains/javascript.py:212 +#: sphinx/domains/c.py:69 sphinx/domains/javascript.py:211 #: sphinx/domains/python.py:224 msgid "Return type" msgstr "" @@ -1807,12 +1807,12 @@ msgstr "" msgid "%s (C variable)" msgstr "" -#: sphinx/domains/c.py:258 sphinx/domains/cpp.py:6956 -#: sphinx/domains/javascript.py:298 sphinx/domains/python.py:741 +#: sphinx/domains/c.py:258 sphinx/domains/cpp.py:7029 +#: sphinx/domains/javascript.py:297 sphinx/domains/python.py:742 msgid "function" msgstr "" -#: sphinx/domains/c.py:259 sphinx/domains/cpp.py:6957 +#: sphinx/domains/c.py:259 sphinx/domains/cpp.py:7030 msgid "member" msgstr "" @@ -1820,7 +1820,7 @@ msgstr "" msgid "macro" msgstr "" -#: sphinx/domains/c.py:261 sphinx/domains/cpp.py:6958 +#: sphinx/domains/c.py:261 sphinx/domains/cpp.py:7031 msgid "type" msgstr "" @@ -1843,106 +1843,106 @@ msgstr "" msgid "Deprecated since version %s" msgstr "" -#: sphinx/domains/cpp.py:4297 +#: sphinx/domains/cpp.py:4323 #, python-format msgid "" "Duplicate declaration, also defined in '%s'.\n" "Declaration is '%s'." msgstr "" -#: sphinx/domains/cpp.py:6374 +#: sphinx/domains/cpp.py:6448 msgid "Template Parameters" msgstr "" -#: sphinx/domains/cpp.py:6377 sphinx/domains/javascript.py:207 +#: sphinx/domains/cpp.py:6451 sphinx/domains/javascript.py:206 msgid "Throws" msgstr "" -#: sphinx/domains/cpp.py:6505 +#: sphinx/domains/cpp.py:6579 #, python-format msgid "%s (C++ %s)" msgstr "" -#: sphinx/domains/cpp.py:6954 sphinx/domains/javascript.py:300 -#: sphinx/domains/python.py:743 +#: sphinx/domains/cpp.py:7027 sphinx/domains/javascript.py:299 +#: sphinx/domains/python.py:744 msgid "class" msgstr "" -#: sphinx/domains/cpp.py:6955 +#: sphinx/domains/cpp.py:7028 msgid "union" msgstr "" -#: sphinx/domains/cpp.py:6959 +#: sphinx/domains/cpp.py:7032 msgid "concept" msgstr "" -#: sphinx/domains/cpp.py:6960 +#: sphinx/domains/cpp.py:7033 msgid "enum" msgstr "" -#: sphinx/domains/cpp.py:6961 +#: sphinx/domains/cpp.py:7034 msgid "enumerator" msgstr "" -#: sphinx/domains/cpp.py:7054 +#: sphinx/domains/cpp.py:7127 #, python-format msgid "" "Duplicate declaration, also defined in '%s'.\n" "Name of declaration is '%s'." msgstr "" -#: sphinx/domains/javascript.py:131 sphinx/domains/python.py:429 +#: sphinx/domains/javascript.py:130 sphinx/domains/python.py:430 #, python-format msgid "%s() (built-in function)" msgstr "" -#: sphinx/domains/javascript.py:132 sphinx/domains/python.py:494 +#: sphinx/domains/javascript.py:131 sphinx/domains/python.py:495 #, python-format msgid "%s() (%s method)" msgstr "" -#: sphinx/domains/javascript.py:134 +#: sphinx/domains/javascript.py:133 #, python-format msgid "%s() (class)" msgstr "" -#: sphinx/domains/javascript.py:136 +#: sphinx/domains/javascript.py:135 #, python-format msgid "%s (global variable or constant)" msgstr "" -#: sphinx/domains/javascript.py:138 sphinx/domains/python.py:532 +#: sphinx/domains/javascript.py:137 sphinx/domains/python.py:533 #, python-format msgid "%s (%s attribute)" msgstr "" -#: sphinx/domains/javascript.py:204 +#: sphinx/domains/javascript.py:203 msgid "Arguments" msgstr "" -#: sphinx/domains/javascript.py:265 sphinx/domains/python.py:609 +#: sphinx/domains/javascript.py:264 sphinx/domains/python.py:610 #, python-format msgid "%s (module)" msgstr "" -#: sphinx/domains/javascript.py:299 sphinx/domains/python.py:745 +#: sphinx/domains/javascript.py:298 sphinx/domains/python.py:746 msgid "method" msgstr "" -#: sphinx/domains/javascript.py:301 sphinx/domains/python.py:742 +#: sphinx/domains/javascript.py:300 sphinx/domains/python.py:743 msgid "data" msgstr "" -#: sphinx/domains/javascript.py:302 sphinx/domains/python.py:748 +#: sphinx/domains/javascript.py:301 sphinx/domains/python.py:749 msgid "attribute" msgstr "" -#: sphinx/domains/javascript.py:303 sphinx/domains/python.py:49 -#: sphinx/domains/python.py:749 +#: sphinx/domains/javascript.py:302 sphinx/domains/python.py:49 +#: sphinx/domains/python.py:750 msgid "module" msgstr "" -#: sphinx/domains/math.py:101 sphinx/writers/latex.py:2451 +#: sphinx/domains/math.py:101 sphinx/writers/latex.py:2459 #, python-format msgid "Invalid math_eqref_format: %r" msgstr "" @@ -1964,7 +1964,7 @@ msgstr "" msgid "object" msgstr "" -#: sphinx/domains/python.py:53 sphinx/domains/python.py:744 +#: sphinx/domains/python.py:53 sphinx/domains/python.py:745 msgid "exception" msgstr "" @@ -1984,88 +1984,88 @@ msgstr "" msgid "Raises" msgstr "" -#: sphinx/domains/python.py:430 sphinx/domains/python.py:488 -#: sphinx/domains/python.py:500 sphinx/domains/python.py:513 +#: sphinx/domains/python.py:431 sphinx/domains/python.py:489 +#: sphinx/domains/python.py:501 sphinx/domains/python.py:514 #, python-format msgid "%s() (in module %s)" msgstr "" -#: sphinx/domains/python.py:433 +#: sphinx/domains/python.py:434 #, python-format msgid "%s (built-in variable)" msgstr "" -#: sphinx/domains/python.py:434 sphinx/domains/python.py:526 +#: sphinx/domains/python.py:435 sphinx/domains/python.py:527 #, python-format msgid "%s (in module %s)" msgstr "" -#: sphinx/domains/python.py:454 +#: sphinx/domains/python.py:455 #, python-format msgid "%s (built-in class)" msgstr "" -#: sphinx/domains/python.py:455 +#: sphinx/domains/python.py:456 #, python-format msgid "%s (class in %s)" msgstr "" -#: sphinx/domains/python.py:492 +#: sphinx/domains/python.py:493 #, python-format msgid "%s() (%s.%s method)" msgstr "" -#: sphinx/domains/python.py:504 +#: sphinx/domains/python.py:505 #, python-format msgid "%s() (%s.%s static method)" msgstr "" -#: sphinx/domains/python.py:507 +#: sphinx/domains/python.py:508 #, python-format msgid "%s() (%s static method)" msgstr "" -#: sphinx/domains/python.py:517 +#: sphinx/domains/python.py:518 #, python-format msgid "%s() (%s.%s class method)" msgstr "" -#: sphinx/domains/python.py:520 +#: sphinx/domains/python.py:521 #, python-format msgid "%s() (%s class method)" msgstr "" -#: sphinx/domains/python.py:530 +#: sphinx/domains/python.py:531 #, python-format msgid "%s (%s.%s attribute)" msgstr "" -#: sphinx/domains/python.py:667 +#: sphinx/domains/python.py:668 msgid "Python Module Index" msgstr "" -#: sphinx/domains/python.py:668 +#: sphinx/domains/python.py:669 msgid "modules" msgstr "" -#: sphinx/domains/python.py:719 +#: sphinx/domains/python.py:720 msgid "Deprecated" msgstr "" -#: sphinx/domains/python.py:746 +#: sphinx/domains/python.py:747 msgid "class method" msgstr "" -#: sphinx/domains/python.py:747 +#: sphinx/domains/python.py:748 msgid "static method" msgstr "" -#: sphinx/domains/python.py:879 +#: sphinx/domains/python.py:880 #, python-format msgid "more than one target found for cross-reference %r: %s" msgstr "" -#: sphinx/domains/python.py:917 +#: sphinx/domains/python.py:918 msgid " (deprecated)" msgstr "" @@ -2141,7 +2141,7 @@ msgstr "" msgid "duplicate citation %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:631 sphinx/ext/autosectionlabel.py:61 +#: sphinx/domains/std.py:631 sphinx/ext/autosectionlabel.py:56 #, python-format msgid "duplicate label %s, other instance in %s" msgstr "" @@ -2201,21 +2201,21 @@ msgid "" "another doctree directory." msgstr "" -#: sphinx/environment/__init__.py:408 +#: sphinx/environment/__init__.py:404 #, python-format msgid "Failed to scan documents in %s: %r" msgstr "" -#: sphinx/environment/__init__.py:536 +#: sphinx/environment/__init__.py:532 #, python-format msgid "Domain %r is not registered" msgstr "" -#: sphinx/environment/__init__.py:621 +#: sphinx/environment/__init__.py:617 msgid "self referenced toctree found. Ignored." msgstr "" -#: sphinx/environment/__init__.py:662 +#: sphinx/environment/__init__.py:658 msgid "document isn't included in any toctree" msgstr "" @@ -2235,6 +2235,7 @@ msgid "unknown index entry type %r" msgstr "" #: sphinx/environment/adapters/indexentries.py:156 +#: sphinx/templates/latex/sphinxmessages.sty_t:11 msgid "Symbols" msgstr "" @@ -2260,22 +2261,22 @@ msgstr "" msgid "toctree contains reference to nonexisting document %r" msgstr "" -#: sphinx/environment/collectors/asset.py:91 +#: sphinx/environment/collectors/asset.py:90 #, python-format msgid "image file not readable: %s" msgstr "" -#: sphinx/environment/collectors/asset.py:107 +#: sphinx/environment/collectors/asset.py:106 #, python-format msgid "image file %s not readable: %s" msgstr "" -#: sphinx/environment/collectors/asset.py:135 +#: sphinx/environment/collectors/asset.py:134 #, python-format msgid "download file not readable: %s" msgstr "" -#: sphinx/environment/collectors/toctree.py:197 +#: sphinx/environment/collectors/toctree.py:196 #, python-format msgid "%s is already assigned section numbers (nested numbered toctree?)" msgstr "" @@ -2419,38 +2420,38 @@ msgstr "" msgid "module %s could not be imported: %s" msgstr "" -#: sphinx/ext/doctest.py:142 +#: sphinx/ext/doctest.py:132 #, python-format msgid "missing '+' or '-' in '%s' option." msgstr "" -#: sphinx/ext/doctest.py:147 +#: sphinx/ext/doctest.py:137 #, python-format msgid "'%s' is not a valid option." msgstr "" -#: sphinx/ext/doctest.py:161 +#: sphinx/ext/doctest.py:151 #, python-format msgid "'%s' is not a valid pyversion option" msgstr "" -#: sphinx/ext/doctest.py:230 +#: sphinx/ext/doctest.py:222 msgid "invalid TestCode type" msgstr "" -#: sphinx/ext/doctest.py:291 +#: sphinx/ext/doctest.py:283 #, python-format msgid "" "Testing of doctests in the sources finished, look at the results in " "%(outdir)s/output.txt." msgstr "" -#: sphinx/ext/doctest.py:438 +#: sphinx/ext/doctest.py:446 #, python-format msgid "no code/output in %s block at %s:%s" msgstr "" -#: sphinx/ext/doctest.py:527 +#: sphinx/ext/doctest.py:535 #, python-format msgid "ignoring invalid doctest code: %r" msgstr "" @@ -2468,7 +2469,7 @@ msgstr "" msgid "Ignoring \"graphviz\" directive without content." msgstr "" -#: sphinx/ext/graphviz.py:252 +#: sphinx/ext/graphviz.py:250 #, python-format msgid "" "dot did not produce an output file:\n" @@ -2478,14 +2479,14 @@ msgid "" "%r" msgstr "" -#: sphinx/ext/graphviz.py:256 +#: sphinx/ext/graphviz.py:254 #, python-format msgid "" "dot command %r cannot be run (needed for graphviz output), check the " "graphviz_dot setting" msgstr "" -#: sphinx/ext/graphviz.py:263 +#: sphinx/ext/graphviz.py:261 #, python-format msgid "" "dot exited with error:\n" @@ -2495,23 +2496,23 @@ msgid "" "%r" msgstr "" -#: sphinx/ext/graphviz.py:273 +#: sphinx/ext/graphviz.py:271 #, python-format msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" msgstr "" -#: sphinx/ext/graphviz.py:277 sphinx/ext/graphviz.py:331 -#: sphinx/ext/graphviz.py:369 +#: sphinx/ext/graphviz.py:275 sphinx/ext/graphviz.py:329 +#: sphinx/ext/graphviz.py:367 #, python-format msgid "dot code %r: %s" msgstr "" -#: sphinx/ext/graphviz.py:384 sphinx/ext/graphviz.py:393 +#: sphinx/ext/graphviz.py:382 sphinx/ext/graphviz.py:391 #, python-format msgid "[graph: %s]" msgstr "" -#: sphinx/ext/graphviz.py:386 sphinx/ext/graphviz.py:395 +#: sphinx/ext/graphviz.py:384 sphinx/ext/graphviz.py:393 msgid "[graph]" msgstr "" @@ -2530,31 +2531,31 @@ msgid "" "%r" msgstr "" -#: sphinx/ext/imgmath.py:140 +#: sphinx/ext/imgmath.py:139 #, python-format msgid "" "LaTeX command %r cannot be run (needed for math display), check the " "imgmath_latex setting" msgstr "" -#: sphinx/ext/imgmath.py:155 +#: sphinx/ext/imgmath.py:154 #, python-format msgid "" "%s command %r cannot be run (needed for math display), check the imgmath_%s " "setting" msgstr "" -#: sphinx/ext/imgmath.py:290 +#: sphinx/ext/imgmath.py:289 #, python-format msgid "display latex %r: %s" msgstr "" -#: sphinx/ext/imgmath.py:317 +#: sphinx/ext/imgmath.py:316 #, python-format msgid "inline latex %r: %s" msgstr "" -#: sphinx/ext/imgmath.py:324 sphinx/ext/mathjax.py:54 +#: sphinx/ext/imgmath.py:323 sphinx/ext/mathjax.py:54 msgid "Permalink to this equation" msgstr "" @@ -2574,26 +2575,26 @@ msgid "" "alternatives:" msgstr "" -#: sphinx/ext/intersphinx.py:237 +#: sphinx/ext/intersphinx.py:238 msgid "failed to reach any of the inventories with the following issues:" msgstr "" -#: sphinx/ext/intersphinx.py:312 +#: sphinx/ext/intersphinx.py:311 #, python-format msgid "(in %s v%s)" msgstr "" -#: sphinx/ext/intersphinx.py:314 +#: sphinx/ext/intersphinx.py:313 #, python-format msgid "(in %s)" msgstr "" -#: sphinx/ext/intersphinx.py:348 +#: sphinx/ext/intersphinx.py:347 #, python-format msgid "intersphinx identifier %r is not string. Ignored" msgstr "" -#: sphinx/ext/intersphinx.py:361 +#: sphinx/ext/intersphinx.py:360 #, python-format msgid "Fail to read intersphinx_mapping[%s], Ignored: %r" msgstr "" @@ -2649,29 +2650,29 @@ msgstr "" msgid "

All modules for which code is available

" msgstr "" -#: sphinx/ext/autodoc/__init__.py:302 +#: sphinx/ext/autodoc/__init__.py:300 #, python-format msgid "invalid signature for auto%s (%r)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:402 +#: sphinx/ext/autodoc/__init__.py:400 #, python-format msgid "error while formatting arguments for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:514 +#: sphinx/ext/autodoc/__init__.py:512 #, python-format msgid "missing attribute %s in object %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:602 +#: sphinx/ext/autodoc/__init__.py:600 #, python-format msgid "" "autodoc: failed to determine %r to be documented.the following exception was raised:\n" "%s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:694 +#: sphinx/ext/autodoc/__init__.py:692 #, python-format msgid "" "don't know which module to import for autodocumenting %r (try placing a " @@ -2679,39 +2680,39 @@ msgid "" "explicit module name)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:788 +#: sphinx/ext/autodoc/__init__.py:786 msgid "\"::\" in automodule name doesn't make sense" msgstr "" -#: sphinx/ext/autodoc/__init__.py:796 +#: sphinx/ext/autodoc/__init__.py:794 #, python-format msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:829 +#: sphinx/ext/autodoc/__init__.py:827 #, python-format msgid "" "__all__ should be a list of strings, not %r (in module %s) -- ignoring " "__all__" msgstr "" -#: sphinx/ext/autodoc/__init__.py:844 +#: sphinx/ext/autodoc/__init__.py:842 #, python-format msgid "" "missing attribute mentioned in :members: or __all__: module %s, attribute %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1128 +#: sphinx/ext/autodoc/__init__.py:1126 #, python-format msgid "Bases: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1185 +#: sphinx/ext/autodoc/__init__.py:1183 #, python-format msgid "alias of :class:`%s`" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1470 +#: sphinx/ext/autodoc/__init__.py:1468 #, python-format msgid "Ignoring invalid option in autodoc_default_flags: %r" msgstr "" @@ -2747,17 +2748,17 @@ msgid "" "contain .rst. Skipped." msgstr "" -#: sphinx/ext/autosummary/generate.py:102 +#: sphinx/ext/autosummary/generate.py:100 #, python-format msgid "[autosummary] generating autosummary for: %s" msgstr "" -#: sphinx/ext/autosummary/generate.py:106 +#: sphinx/ext/autosummary/generate.py:104 #, python-format msgid "[autosummary] writing to %s" msgstr "" -#: sphinx/ext/autosummary/generate.py:366 +#: sphinx/ext/autosummary/generate.py:364 msgid "" "\n" "Generate ReStructuredText using autosummary directives.\n" @@ -2772,25 +2773,25 @@ msgid "" " pydoc sphinx.ext.autosummary\n" msgstr "" -#: sphinx/ext/autosummary/generate.py:383 +#: sphinx/ext/autosummary/generate.py:381 msgid "source files to generate rST files for" msgstr "" -#: sphinx/ext/autosummary/generate.py:387 +#: sphinx/ext/autosummary/generate.py:385 msgid "directory to place all output in" msgstr "" -#: sphinx/ext/autosummary/generate.py:390 +#: sphinx/ext/autosummary/generate.py:388 #, python-format msgid "default suffix for files (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:394 +#: sphinx/ext/autosummary/generate.py:392 #, python-format msgid "custom template directory (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:398 +#: sphinx/ext/autosummary/generate.py:396 #, python-format msgid "document imported members (default: %(default)s)" msgstr "" @@ -2868,6 +2869,7 @@ msgid "Warning" msgstr "" #: sphinx/templates/latex/longtable.tex_t:23 +#: sphinx/templates/latex/sphinxmessages.sty_t:8 msgid "continued from previous page" msgstr "" @@ -2875,13 +2877,29 @@ msgstr "" msgid "Continued on next page" msgstr "" +#: sphinx/templates/latex/sphinxmessages.sty_t:9 +msgid "continues on next page" +msgstr "" + +#: sphinx/templates/latex/sphinxmessages.sty_t:10 +msgid "Non-alphabetical" +msgstr "" + +#: sphinx/templates/latex/sphinxmessages.sty_t:12 +msgid "Numbers" +msgstr "" + +#: sphinx/templates/latex/sphinxmessages.sty_t:13 +msgid "page" +msgstr "" + #: sphinx/themes/agogo/layout.html:46 sphinx/themes/basic/globaltoc.html:10 #: sphinx/themes/basic/localtoc.html:11 sphinx/themes/scrolls/layout.html:41 msgid "Table of Contents" msgstr "" #: sphinx/themes/agogo/layout.html:51 sphinx/themes/basic/layout.html:153 -#: sphinx/themes/basic/search.html:11 sphinx/themes/basic/search.html:26 +#: sphinx/themes/basic/search.html:11 sphinx/themes/basic/search.html:21 #: sphinx/themes/basic/searchresults.html:10 msgid "Search" msgstr "" @@ -3018,13 +3036,13 @@ msgstr "" msgid "next chapter" msgstr "наредна глава" -#: sphinx/themes/basic/search.html:30 +#: sphinx/themes/basic/search.html:25 msgid "" "Please activate JavaScript to enable the search\n" " functionality." msgstr "" -#: sphinx/themes/basic/search.html:35 +#: sphinx/themes/basic/search.html:30 msgid "" "From here you can search these documents. Enter your search\n" " words into the box below and click \"search\". Note that the search\n" @@ -3032,20 +3050,20 @@ msgid "" " containing fewer words won't appear in the result list." msgstr "" -#: sphinx/themes/basic/search.html:42 +#: sphinx/themes/basic/search.html:37 #: sphinx/themes/basic/searchresults.html:17 msgid "search" msgstr "" -#: sphinx/themes/basic/search.html:46 +#: sphinx/themes/basic/search.html:41 #: sphinx/themes/basic/searchresults.html:21 -#: sphinx/themes/basic/static/searchtools.js:295 +#: sphinx/themes/basic/static/searchtools.js:285 msgid "Search Results" msgstr "" -#: sphinx/themes/basic/search.html:48 +#: sphinx/themes/basic/search.html:43 #: sphinx/themes/basic/searchresults.html:23 -#: sphinx/themes/basic/static/searchtools.js:297 +#: sphinx/themes/basic/static/searchtools.js:287 msgid "" "Your search did not match any documents. Please make sure that all words are" " spelled correctly and that you've selected enough categories." @@ -3103,20 +3121,20 @@ msgstr "" msgid "Hide Search Matches" msgstr "" -#: sphinx/themes/basic/static/searchtools.js:131 +#: sphinx/themes/basic/static/searchtools.js:121 msgid "Searching" msgstr "" -#: sphinx/themes/basic/static/searchtools.js:136 +#: sphinx/themes/basic/static/searchtools.js:126 msgid "Preparing search..." msgstr "" -#: sphinx/themes/basic/static/searchtools.js:299 +#: sphinx/themes/basic/static/searchtools.js:289 #, python-format msgid "Search finished, found %s page(s) matching the search query." msgstr "" -#: sphinx/themes/basic/static/searchtools.js:352 +#: sphinx/themes/basic/static/searchtools.js:342 msgid ", in " msgstr "" @@ -3133,18 +3151,18 @@ msgstr "" msgid "Contents" msgstr "" -#: sphinx/transforms/__init__.py:259 +#: sphinx/transforms/__init__.py:261 #, python-format msgid "" "4 column based index found. It might be a bug of extensions you use: %r" msgstr "" -#: sphinx/transforms/__init__.py:301 +#: sphinx/transforms/__init__.py:303 #, python-format msgid "Footnote [%s] is not referenced." msgstr "" -#: sphinx/transforms/__init__.py:307 +#: sphinx/transforms/__init__.py:309 msgid "Footnote [#] is not referenced." msgstr "" @@ -3215,7 +3233,7 @@ msgstr "" msgid "failed" msgstr "" -#: sphinx/util/docutils.py:321 +#: sphinx/util/docutils.py:320 msgid "when adding directive classes, no additional arguments may be given" msgstr "" @@ -3276,15 +3294,15 @@ msgstr "" msgid "Permalink to this code" msgstr "" -#: sphinx/writers/html.py:514 sphinx/writers/html5.py:460 +#: sphinx/writers/html.py:512 sphinx/writers/html5.py:458 msgid "Permalink to this image" msgstr "" -#: sphinx/writers/html.py:516 sphinx/writers/html5.py:462 +#: sphinx/writers/html.py:514 sphinx/writers/html5.py:460 msgid "Permalink to this toctree" msgstr "" -#: sphinx/writers/html.py:674 sphinx/writers/html5.py:608 +#: sphinx/writers/html.py:672 sphinx/writers/html5.py:606 msgid "Could not obtain image size. :scale: option is ignored." msgstr "" @@ -3321,12 +3339,12 @@ msgstr "" msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: sphinx/writers/latex.py:1843 +#: sphinx/writers/latex.py:1847 #, python-format msgid "unknown index entry type %s found" msgstr "" -#: sphinx/writers/latex.py:2552 +#: sphinx/writers/latex.py:2560 #, python-format msgid "Unknown configure key: latex_elements[%r] is ignored." msgstr "" @@ -3344,12 +3362,12 @@ msgstr "" msgid "caption not inside a figure." msgstr "" -#: sphinx/writers/texinfo.py:1421 +#: sphinx/writers/texinfo.py:1422 #, python-format msgid "unimplemented node type: %r" msgstr "" -#: sphinx/writers/texinfo.py:1426 +#: sphinx/writers/texinfo.py:1427 #, python-format msgid "unknown node type: %r" msgstr "" diff --git a/sphinx/locale/sr@latin/LC_MESSAGES/sphinx.mo b/sphinx/locale/sr@latin/LC_MESSAGES/sphinx.mo index ecb52efd53..028fc0d23b 100644 Binary files a/sphinx/locale/sr@latin/LC_MESSAGES/sphinx.mo and b/sphinx/locale/sr@latin/LC_MESSAGES/sphinx.mo differ diff --git a/sphinx/locale/sr@latin/LC_MESSAGES/sphinx.po b/sphinx/locale/sr@latin/LC_MESSAGES/sphinx.po index 56a44ec7ef..941497ee14 100644 --- a/sphinx/locale/sr@latin/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/sr@latin/LC_MESSAGES/sphinx.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2019-02-18 01:52+0900\n" -"PO-Revision-Date: 2019-03-14 16:36+0000\n" +"POT-Creation-Date: 2019-03-29 01:05+0900\n" +"PO-Revision-Date: 2019-03-28 16:08+0000\n" "Last-Translator: Takeshi KOMIYA \n" "Language-Team: Serbian (Latin) (http://www.transifex.com/sphinx-doc/sphinx-1/language/sr@latin/)\n" "MIME-Version: 1.0\n" @@ -121,7 +121,7 @@ msgstr "" msgid "role %r is already registered, it will be overridden" msgstr "" -#: sphinx/application.py:1182 +#: sphinx/application.py:1179 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -129,7 +129,7 @@ msgid "" "explicit" msgstr "" -#: sphinx/application.py:1188 +#: sphinx/application.py:1185 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -137,7 +137,7 @@ msgid "" "explicit" msgstr "" -#: sphinx/application.py:1199 +#: sphinx/application.py:1196 #, python-format msgid "doing serial %s" msgstr "" @@ -586,44 +586,44 @@ msgstr "" msgid "preparing documents" msgstr "" -#: sphinx/builders/_epub_base.py:219 +#: sphinx/builders/_epub_base.py:218 #, python-format msgid "duplicated ToC entry found: %s" msgstr "" -#: sphinx/builders/_epub_base.py:415 sphinx/builders/html.py:761 -#: sphinx/builders/latex/__init__.py:413 sphinx/builders/texinfo.py:190 +#: sphinx/builders/_epub_base.py:414 sphinx/builders/html.py:761 +#: sphinx/builders/latex/__init__.py:415 sphinx/builders/texinfo.py:190 msgid "copying images... " msgstr "" -#: sphinx/builders/_epub_base.py:422 +#: sphinx/builders/_epub_base.py:421 #, python-format msgid "cannot read image file %r: copying it instead" msgstr "" -#: sphinx/builders/_epub_base.py:428 sphinx/builders/html.py:769 -#: sphinx/builders/latex/__init__.py:421 sphinx/builders/texinfo.py:198 +#: sphinx/builders/_epub_base.py:427 sphinx/builders/html.py:769 +#: sphinx/builders/latex/__init__.py:423 sphinx/builders/texinfo.py:199 #, python-format msgid "cannot copy image file %r: %s" msgstr "" -#: sphinx/builders/_epub_base.py:445 +#: sphinx/builders/_epub_base.py:444 #, python-format msgid "cannot write image file %r: %s" msgstr "" -#: sphinx/builders/_epub_base.py:456 +#: sphinx/builders/_epub_base.py:455 msgid "Pillow not found - copying image files" msgstr "" -#: sphinx/builders/_epub_base.py:491 sphinx/builders/_epub_base.py:504 -#: sphinx/builders/_epub_base.py:540 sphinx/builders/_epub_base.py:725 -#: sphinx/builders/_epub_base.py:758 sphinx/builders/epub3.py:184 +#: sphinx/builders/_epub_base.py:490 sphinx/builders/_epub_base.py:503 +#: sphinx/builders/_epub_base.py:539 sphinx/builders/_epub_base.py:724 +#: sphinx/builders/_epub_base.py:757 sphinx/builders/epub3.py:183 #, python-format msgid "writing %s file..." msgstr "" -#: sphinx/builders/_epub_base.py:566 +#: sphinx/builders/_epub_base.py:565 #, python-format msgid "unknown mimetype for %s, ignoring" msgstr "" @@ -642,19 +642,19 @@ msgstr "" msgid "writing summary file..." msgstr "" -#: sphinx/builders/changes.py:87 +#: sphinx/builders/changes.py:86 msgid "Builtins" msgstr "" -#: sphinx/builders/changes.py:89 +#: sphinx/builders/changes.py:88 msgid "Module level" msgstr "" -#: sphinx/builders/changes.py:134 +#: sphinx/builders/changes.py:133 msgid "copying source files..." msgstr "" -#: sphinx/builders/changes.py:141 +#: sphinx/builders/changes.py:140 #, python-format msgid "could not read %r for changelog creation" msgstr "" @@ -663,76 +663,76 @@ msgstr "" msgid "The dummy builder generates no files." msgstr "" -#: sphinx/builders/epub3.py:69 +#: sphinx/builders/epub3.py:68 #, python-format msgid "The ePub file is in %(outdir)s." msgstr "" -#: sphinx/builders/epub3.py:212 +#: sphinx/builders/epub3.py:211 msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:216 +#: sphinx/builders/epub3.py:215 msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:219 +#: sphinx/builders/epub3.py:218 msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:223 +#: sphinx/builders/epub3.py:222 msgid "conf value \"epub_author\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:226 +#: sphinx/builders/epub3.py:225 msgid "conf value \"epub_contributor\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:229 +#: sphinx/builders/epub3.py:228 msgid "conf value \"epub_description\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:232 +#: sphinx/builders/epub3.py:231 msgid "conf value \"epub_publisher\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:235 +#: sphinx/builders/epub3.py:234 msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:239 +#: sphinx/builders/epub3.py:238 msgid "conf value \"epub_identifier\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:242 +#: sphinx/builders/epub3.py:241 msgid "conf value \"version\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:257 sphinx/builders/html.py:1166 +#: sphinx/builders/epub3.py:256 sphinx/builders/html.py:1166 #, python-format msgid "invalid css_file: %r, ignored" msgstr "" -#: sphinx/builders/gettext.py:215 +#: sphinx/builders/gettext.py:221 #, python-format msgid "The message catalogs are in %(outdir)s." msgstr "" -#: sphinx/builders/gettext.py:239 +#: sphinx/builders/gettext.py:245 #, python-format msgid "building [%s]: " msgstr "" -#: sphinx/builders/gettext.py:240 +#: sphinx/builders/gettext.py:246 #, python-format msgid "targets for %d template files" msgstr "" -#: sphinx/builders/gettext.py:244 +#: sphinx/builders/gettext.py:250 msgid "reading templates... " msgstr "" -#: sphinx/builders/gettext.py:271 +#: sphinx/builders/gettext.py:277 msgid "writing message catalogs... " msgstr "" @@ -751,7 +751,7 @@ msgstr "" msgid "Failed to read build info file: %r" msgstr "" -#: sphinx/builders/html.py:488 sphinx/builders/latex/__init__.py:204 +#: sphinx/builders/html.py:488 sphinx/builders/latex/__init__.py:206 #: sphinx/transforms/__init__.py:121 sphinx/writers/manpage.py:118 #: sphinx/writers/texinfo.py:243 #, python-format @@ -804,7 +804,7 @@ msgstr "" msgid "html_static_path entry %r does not exist" msgstr "" -#: sphinx/builders/html.py:839 sphinx/builders/latex/__init__.py:398 +#: sphinx/builders/html.py:839 sphinx/builders/latex/__init__.py:400 #, python-format msgid "logo file %r does not exist" msgstr "" @@ -921,7 +921,7 @@ msgstr "" msgid "no \"man_pages\" config value found; no manual pages will be written" msgstr "" -#: sphinx/builders/latex/__init__.py:270 sphinx/builders/manpage.py:64 +#: sphinx/builders/latex/__init__.py:272 sphinx/builders/manpage.py:64 #: sphinx/builders/singlehtml.py:174 sphinx/builders/texinfo.py:120 msgid "writing" msgstr "" @@ -965,24 +965,24 @@ msgstr "" msgid "\"texinfo_documents\" config value references unknown document %s" msgstr "" -#: sphinx/builders/latex/__init__.py:253 sphinx/builders/texinfo.py:116 +#: sphinx/builders/latex/__init__.py:255 sphinx/builders/texinfo.py:116 #, python-format msgid "processing %s" msgstr "" -#: sphinx/builders/latex/__init__.py:322 sphinx/builders/texinfo.py:163 +#: sphinx/builders/latex/__init__.py:323 sphinx/builders/texinfo.py:164 msgid "resolving references..." msgstr "" -#: sphinx/builders/latex/__init__.py:332 sphinx/builders/texinfo.py:172 +#: sphinx/builders/latex/__init__.py:333 sphinx/builders/texinfo.py:173 msgid " (in " msgstr "" -#: sphinx/builders/texinfo.py:204 +#: sphinx/builders/texinfo.py:205 msgid "copying Texinfo support files" msgstr "" -#: sphinx/builders/texinfo.py:208 +#: sphinx/builders/texinfo.py:209 #, python-format msgid "error writing file Makefile: %s" msgstr "" @@ -1002,28 +1002,28 @@ msgstr "" msgid "The pseudo-XML files are in %(outdir)s." msgstr "" -#: sphinx/builders/latex/__init__.py:121 +#: sphinx/builders/latex/__init__.py:123 #, python-format msgid "The LaTeX files are in %(outdir)s." msgstr "" -#: sphinx/builders/latex/__init__.py:123 +#: sphinx/builders/latex/__init__.py:125 msgid "" "\n" "Run 'make' in that directory to run these through (pdf)latex\n" "(use `make latexpdf' here to do that automatically)." msgstr "" -#: sphinx/builders/latex/__init__.py:163 +#: sphinx/builders/latex/__init__.py:165 msgid "no \"latex_documents\" config value found; no documents will be written" msgstr "" -#: sphinx/builders/latex/__init__.py:171 +#: sphinx/builders/latex/__init__.py:173 #, python-format msgid "\"latex_documents\" config value references unknown document %s" msgstr "" -#: sphinx/builders/latex/__init__.py:211 sphinx/domains/std.py:501 +#: sphinx/builders/latex/__init__.py:213 sphinx/domains/std.py:501 #: sphinx/templates/latex/latex.tex_t:79 #: sphinx/themes/basic/genindex-single.html:30 #: sphinx/themes/basic/genindex-single.html:55 @@ -1035,28 +1035,28 @@ msgstr "" msgid "Index" msgstr "" -#: sphinx/builders/latex/__init__.py:214 sphinx/templates/latex/latex.tex_t:64 +#: sphinx/builders/latex/__init__.py:216 sphinx/templates/latex/latex.tex_t:64 msgid "Release" msgstr "" -#: sphinx/builders/latex/__init__.py:222 sphinx/writers/latex.py:549 +#: sphinx/builders/latex/__init__.py:224 sphinx/writers/latex.py:549 #, python-format msgid "no Babel option known for language %r" msgstr "" -#: sphinx/builders/latex/__init__.py:361 +#: sphinx/builders/latex/__init__.py:363 msgid "copying TeX support files" msgstr "" -#: sphinx/builders/latex/__init__.py:382 +#: sphinx/builders/latex/__init__.py:384 msgid "copying TeX support files..." msgstr "" -#: sphinx/builders/latex/__init__.py:402 +#: sphinx/builders/latex/__init__.py:404 msgid "copying additional files" msgstr "" -#: sphinx/builders/latex/__init__.py:445 +#: sphinx/builders/latex/__init__.py:447 #, python-format msgid "Unknown configure key: latex_elements[%r]. ignored." msgstr "" @@ -1119,8 +1119,8 @@ msgstr "" msgid "job number should be a positive number" msgstr "" -#: sphinx/cmd/build.py:106 sphinx/cmd/quickstart.py:498 -#: sphinx/ext/apidoc.py:298 sphinx/ext/autosummary/generate.py:365 +#: sphinx/cmd/build.py:106 sphinx/cmd/quickstart.py:497 +#: sphinx/ext/apidoc.py:298 sphinx/ext/autosummary/generate.py:363 msgid "For more information, visit ." msgstr "" @@ -1497,13 +1497,13 @@ msgstr "" msgid "Indicate which of the following Sphinx extensions should be enabled:" msgstr "" -#: sphinx/cmd/quickstart.py:354 +#: sphinx/cmd/quickstart.py:353 msgid "" "Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " "been deselected." msgstr "" -#: sphinx/cmd/quickstart.py:359 +#: sphinx/cmd/quickstart.py:358 msgid "" "\n" "A Makefile and a Windows command file can be generated for you so that you\n" @@ -1511,29 +1511,29 @@ msgid "" "directly." msgstr "" -#: sphinx/cmd/quickstart.py:363 +#: sphinx/cmd/quickstart.py:362 msgid "Create Makefile? (y/n)" msgstr "" -#: sphinx/cmd/quickstart.py:366 +#: sphinx/cmd/quickstart.py:365 msgid "Create Windows command file? (y/n)" msgstr "" -#: sphinx/cmd/quickstart.py:409 sphinx/ext/apidoc.py:74 +#: sphinx/cmd/quickstart.py:408 sphinx/ext/apidoc.py:74 #, python-format msgid "Creating file %s." msgstr "" -#: sphinx/cmd/quickstart.py:414 sphinx/ext/apidoc.py:72 +#: sphinx/cmd/quickstart.py:413 sphinx/ext/apidoc.py:72 #, python-format msgid "File %s already exists, skipping." msgstr "" -#: sphinx/cmd/quickstart.py:450 +#: sphinx/cmd/quickstart.py:449 msgid "Finished: An initial directory structure has been created." msgstr "" -#: sphinx/cmd/quickstart.py:451 +#: sphinx/cmd/quickstart.py:450 #, python-format msgid "" "\n" @@ -1541,26 +1541,26 @@ msgid "" "source files. " msgstr "" -#: sphinx/cmd/quickstart.py:453 +#: sphinx/cmd/quickstart.py:452 msgid "" "Use the Makefile to build the docs, like so:\n" " make builder\n" msgstr "" -#: sphinx/cmd/quickstart.py:456 +#: sphinx/cmd/quickstart.py:455 #, python-format msgid "" "Use the sphinx-build command to build the docs, like so:\n" " sphinx-build -b builder %s %s\n" msgstr "" -#: sphinx/cmd/quickstart.py:459 +#: sphinx/cmd/quickstart.py:458 msgid "" "where \"builder\" is one of the supported builders, e.g. html, latex or " "linkcheck.\n" msgstr "" -#: sphinx/cmd/quickstart.py:499 +#: sphinx/cmd/quickstart.py:498 msgid "" "\n" "Generate required files for a Sphinx project.\n" @@ -1570,131 +1570,131 @@ msgid "" "Makefile to be used with sphinx-build.\n" msgstr "" -#: sphinx/cmd/quickstart.py:509 +#: sphinx/cmd/quickstart.py:508 msgid "quiet mode" msgstr "" -#: sphinx/cmd/quickstart.py:514 +#: sphinx/cmd/quickstart.py:513 msgid "output path" msgstr "" -#: sphinx/cmd/quickstart.py:516 +#: sphinx/cmd/quickstart.py:515 msgid "Structure options" msgstr "" -#: sphinx/cmd/quickstart.py:518 +#: sphinx/cmd/quickstart.py:517 msgid "if specified, separate source and build dirs" msgstr "" -#: sphinx/cmd/quickstart.py:520 +#: sphinx/cmd/quickstart.py:519 msgid "replacement for dot in _templates etc." msgstr "" -#: sphinx/cmd/quickstart.py:522 +#: sphinx/cmd/quickstart.py:521 msgid "Project basic options" msgstr "" -#: sphinx/cmd/quickstart.py:524 +#: sphinx/cmd/quickstart.py:523 msgid "project name" msgstr "" -#: sphinx/cmd/quickstart.py:526 +#: sphinx/cmd/quickstart.py:525 msgid "author names" msgstr "" -#: sphinx/cmd/quickstart.py:528 +#: sphinx/cmd/quickstart.py:527 msgid "version of project" msgstr "" -#: sphinx/cmd/quickstart.py:530 +#: sphinx/cmd/quickstart.py:529 msgid "release of project" msgstr "" -#: sphinx/cmd/quickstart.py:532 +#: sphinx/cmd/quickstart.py:531 msgid "document language" msgstr "" -#: sphinx/cmd/quickstart.py:534 +#: sphinx/cmd/quickstart.py:533 msgid "source file suffix" msgstr "" -#: sphinx/cmd/quickstart.py:536 +#: sphinx/cmd/quickstart.py:535 msgid "master document name" msgstr "" -#: sphinx/cmd/quickstart.py:538 +#: sphinx/cmd/quickstart.py:537 msgid "use epub" msgstr "" -#: sphinx/cmd/quickstart.py:540 +#: sphinx/cmd/quickstart.py:539 msgid "Extension options" msgstr "" -#: sphinx/cmd/quickstart.py:544 sphinx/ext/apidoc.py:379 +#: sphinx/cmd/quickstart.py:543 sphinx/ext/apidoc.py:379 #, python-format msgid "enable %s extension" msgstr "" -#: sphinx/cmd/quickstart.py:546 sphinx/ext/apidoc.py:375 +#: sphinx/cmd/quickstart.py:545 sphinx/ext/apidoc.py:375 msgid "enable arbitrary extensions" msgstr "" -#: sphinx/cmd/quickstart.py:548 +#: sphinx/cmd/quickstart.py:547 msgid "Makefile and Batchfile creation" msgstr "" -#: sphinx/cmd/quickstart.py:550 +#: sphinx/cmd/quickstart.py:549 msgid "create makefile" msgstr "" -#: sphinx/cmd/quickstart.py:552 +#: sphinx/cmd/quickstart.py:551 msgid "do not create makefile" msgstr "" -#: sphinx/cmd/quickstart.py:554 +#: sphinx/cmd/quickstart.py:553 msgid "create batchfile" msgstr "" -#: sphinx/cmd/quickstart.py:557 +#: sphinx/cmd/quickstart.py:556 msgid "do not create batchfile" msgstr "" -#: sphinx/cmd/quickstart.py:560 +#: sphinx/cmd/quickstart.py:559 msgid "use make-mode for Makefile/make.bat" msgstr "" -#: sphinx/cmd/quickstart.py:563 +#: sphinx/cmd/quickstart.py:562 msgid "do not use make-mode for Makefile/make.bat" msgstr "" -#: sphinx/cmd/quickstart.py:565 +#: sphinx/cmd/quickstart.py:564 msgid "Project templating" msgstr "" -#: sphinx/cmd/quickstart.py:568 +#: sphinx/cmd/quickstart.py:567 msgid "template directory for template files" msgstr "" -#: sphinx/cmd/quickstart.py:571 +#: sphinx/cmd/quickstart.py:570 msgid "define a template variable" msgstr "" -#: sphinx/cmd/quickstart.py:605 +#: sphinx/cmd/quickstart.py:604 msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." msgstr "" -#: sphinx/cmd/quickstart.py:619 +#: sphinx/cmd/quickstart.py:618 msgid "" "Error: specified path is not a directory, or sphinx files already exist." msgstr "" -#: sphinx/cmd/quickstart.py:621 +#: sphinx/cmd/quickstart.py:620 msgid "" "sphinx-quickstart only generate into a empty directory. Please specify a new" " root path." msgstr "" -#: sphinx/cmd/quickstart.py:636 +#: sphinx/cmd/quickstart.py:635 #, python-format msgid "Invalid template variable: %s" msgstr "" @@ -1766,17 +1766,17 @@ msgstr "" msgid "%s %s" msgstr "" -#: sphinx/domains/c.py:64 sphinx/domains/cpp.py:6371 +#: sphinx/domains/c.py:64 sphinx/domains/cpp.py:6445 #: sphinx/domains/python.py:210 sphinx/ext/napoleon/docstring.py:696 msgid "Parameters" msgstr "" -#: sphinx/domains/c.py:67 sphinx/domains/cpp.py:6380 -#: sphinx/domains/javascript.py:210 sphinx/domains/python.py:222 +#: sphinx/domains/c.py:67 sphinx/domains/cpp.py:6454 +#: sphinx/domains/javascript.py:209 sphinx/domains/python.py:222 msgid "Returns" msgstr "" -#: sphinx/domains/c.py:69 sphinx/domains/javascript.py:212 +#: sphinx/domains/c.py:69 sphinx/domains/javascript.py:211 #: sphinx/domains/python.py:224 msgid "Return type" msgstr "" @@ -1806,12 +1806,12 @@ msgstr "" msgid "%s (C variable)" msgstr "" -#: sphinx/domains/c.py:258 sphinx/domains/cpp.py:6956 -#: sphinx/domains/javascript.py:298 sphinx/domains/python.py:741 +#: sphinx/domains/c.py:258 sphinx/domains/cpp.py:7029 +#: sphinx/domains/javascript.py:297 sphinx/domains/python.py:742 msgid "function" msgstr "" -#: sphinx/domains/c.py:259 sphinx/domains/cpp.py:6957 +#: sphinx/domains/c.py:259 sphinx/domains/cpp.py:7030 msgid "member" msgstr "" @@ -1819,7 +1819,7 @@ msgstr "" msgid "macro" msgstr "" -#: sphinx/domains/c.py:261 sphinx/domains/cpp.py:6958 +#: sphinx/domains/c.py:261 sphinx/domains/cpp.py:7031 msgid "type" msgstr "" @@ -1842,106 +1842,106 @@ msgstr "" msgid "Deprecated since version %s" msgstr "" -#: sphinx/domains/cpp.py:4297 +#: sphinx/domains/cpp.py:4323 #, python-format msgid "" "Duplicate declaration, also defined in '%s'.\n" "Declaration is '%s'." msgstr "" -#: sphinx/domains/cpp.py:6374 +#: sphinx/domains/cpp.py:6448 msgid "Template Parameters" msgstr "" -#: sphinx/domains/cpp.py:6377 sphinx/domains/javascript.py:207 +#: sphinx/domains/cpp.py:6451 sphinx/domains/javascript.py:206 msgid "Throws" msgstr "" -#: sphinx/domains/cpp.py:6505 +#: sphinx/domains/cpp.py:6579 #, python-format msgid "%s (C++ %s)" msgstr "" -#: sphinx/domains/cpp.py:6954 sphinx/domains/javascript.py:300 -#: sphinx/domains/python.py:743 +#: sphinx/domains/cpp.py:7027 sphinx/domains/javascript.py:299 +#: sphinx/domains/python.py:744 msgid "class" msgstr "" -#: sphinx/domains/cpp.py:6955 +#: sphinx/domains/cpp.py:7028 msgid "union" msgstr "" -#: sphinx/domains/cpp.py:6959 +#: sphinx/domains/cpp.py:7032 msgid "concept" msgstr "" -#: sphinx/domains/cpp.py:6960 +#: sphinx/domains/cpp.py:7033 msgid "enum" msgstr "" -#: sphinx/domains/cpp.py:6961 +#: sphinx/domains/cpp.py:7034 msgid "enumerator" msgstr "" -#: sphinx/domains/cpp.py:7054 +#: sphinx/domains/cpp.py:7127 #, python-format msgid "" "Duplicate declaration, also defined in '%s'.\n" "Name of declaration is '%s'." msgstr "" -#: sphinx/domains/javascript.py:131 sphinx/domains/python.py:429 +#: sphinx/domains/javascript.py:130 sphinx/domains/python.py:430 #, python-format msgid "%s() (built-in function)" msgstr "" -#: sphinx/domains/javascript.py:132 sphinx/domains/python.py:494 +#: sphinx/domains/javascript.py:131 sphinx/domains/python.py:495 #, python-format msgid "%s() (%s method)" msgstr "" -#: sphinx/domains/javascript.py:134 +#: sphinx/domains/javascript.py:133 #, python-format msgid "%s() (class)" msgstr "" -#: sphinx/domains/javascript.py:136 +#: sphinx/domains/javascript.py:135 #, python-format msgid "%s (global variable or constant)" msgstr "" -#: sphinx/domains/javascript.py:138 sphinx/domains/python.py:532 +#: sphinx/domains/javascript.py:137 sphinx/domains/python.py:533 #, python-format msgid "%s (%s attribute)" msgstr "" -#: sphinx/domains/javascript.py:204 +#: sphinx/domains/javascript.py:203 msgid "Arguments" msgstr "" -#: sphinx/domains/javascript.py:265 sphinx/domains/python.py:609 +#: sphinx/domains/javascript.py:264 sphinx/domains/python.py:610 #, python-format msgid "%s (module)" msgstr "" -#: sphinx/domains/javascript.py:299 sphinx/domains/python.py:745 +#: sphinx/domains/javascript.py:298 sphinx/domains/python.py:746 msgid "method" msgstr "" -#: sphinx/domains/javascript.py:301 sphinx/domains/python.py:742 +#: sphinx/domains/javascript.py:300 sphinx/domains/python.py:743 msgid "data" msgstr "" -#: sphinx/domains/javascript.py:302 sphinx/domains/python.py:748 +#: sphinx/domains/javascript.py:301 sphinx/domains/python.py:749 msgid "attribute" msgstr "" -#: sphinx/domains/javascript.py:303 sphinx/domains/python.py:49 -#: sphinx/domains/python.py:749 +#: sphinx/domains/javascript.py:302 sphinx/domains/python.py:49 +#: sphinx/domains/python.py:750 msgid "module" msgstr "" -#: sphinx/domains/math.py:101 sphinx/writers/latex.py:2451 +#: sphinx/domains/math.py:101 sphinx/writers/latex.py:2459 #, python-format msgid "Invalid math_eqref_format: %r" msgstr "" @@ -1963,7 +1963,7 @@ msgstr "" msgid "object" msgstr "" -#: sphinx/domains/python.py:53 sphinx/domains/python.py:744 +#: sphinx/domains/python.py:53 sphinx/domains/python.py:745 msgid "exception" msgstr "" @@ -1983,88 +1983,88 @@ msgstr "" msgid "Raises" msgstr "" -#: sphinx/domains/python.py:430 sphinx/domains/python.py:488 -#: sphinx/domains/python.py:500 sphinx/domains/python.py:513 +#: sphinx/domains/python.py:431 sphinx/domains/python.py:489 +#: sphinx/domains/python.py:501 sphinx/domains/python.py:514 #, python-format msgid "%s() (in module %s)" msgstr "" -#: sphinx/domains/python.py:433 +#: sphinx/domains/python.py:434 #, python-format msgid "%s (built-in variable)" msgstr "" -#: sphinx/domains/python.py:434 sphinx/domains/python.py:526 +#: sphinx/domains/python.py:435 sphinx/domains/python.py:527 #, python-format msgid "%s (in module %s)" msgstr "" -#: sphinx/domains/python.py:454 +#: sphinx/domains/python.py:455 #, python-format msgid "%s (built-in class)" msgstr "" -#: sphinx/domains/python.py:455 +#: sphinx/domains/python.py:456 #, python-format msgid "%s (class in %s)" msgstr "" -#: sphinx/domains/python.py:492 +#: sphinx/domains/python.py:493 #, python-format msgid "%s() (%s.%s method)" msgstr "" -#: sphinx/domains/python.py:504 +#: sphinx/domains/python.py:505 #, python-format msgid "%s() (%s.%s static method)" msgstr "" -#: sphinx/domains/python.py:507 +#: sphinx/domains/python.py:508 #, python-format msgid "%s() (%s static method)" msgstr "" -#: sphinx/domains/python.py:517 +#: sphinx/domains/python.py:518 #, python-format msgid "%s() (%s.%s class method)" msgstr "" -#: sphinx/domains/python.py:520 +#: sphinx/domains/python.py:521 #, python-format msgid "%s() (%s class method)" msgstr "" -#: sphinx/domains/python.py:530 +#: sphinx/domains/python.py:531 #, python-format msgid "%s (%s.%s attribute)" msgstr "" -#: sphinx/domains/python.py:667 +#: sphinx/domains/python.py:668 msgid "Python Module Index" msgstr "" -#: sphinx/domains/python.py:668 +#: sphinx/domains/python.py:669 msgid "modules" msgstr "" -#: sphinx/domains/python.py:719 +#: sphinx/domains/python.py:720 msgid "Deprecated" msgstr "" -#: sphinx/domains/python.py:746 +#: sphinx/domains/python.py:747 msgid "class method" msgstr "" -#: sphinx/domains/python.py:747 +#: sphinx/domains/python.py:748 msgid "static method" msgstr "" -#: sphinx/domains/python.py:879 +#: sphinx/domains/python.py:880 #, python-format msgid "more than one target found for cross-reference %r: %s" msgstr "" -#: sphinx/domains/python.py:917 +#: sphinx/domains/python.py:918 msgid " (deprecated)" msgstr "" @@ -2140,7 +2140,7 @@ msgstr "" msgid "duplicate citation %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:631 sphinx/ext/autosectionlabel.py:61 +#: sphinx/domains/std.py:631 sphinx/ext/autosectionlabel.py:56 #, python-format msgid "duplicate label %s, other instance in %s" msgstr "" @@ -2200,21 +2200,21 @@ msgid "" "another doctree directory." msgstr "" -#: sphinx/environment/__init__.py:408 +#: sphinx/environment/__init__.py:404 #, python-format msgid "Failed to scan documents in %s: %r" msgstr "" -#: sphinx/environment/__init__.py:536 +#: sphinx/environment/__init__.py:532 #, python-format msgid "Domain %r is not registered" msgstr "" -#: sphinx/environment/__init__.py:621 +#: sphinx/environment/__init__.py:617 msgid "self referenced toctree found. Ignored." msgstr "" -#: sphinx/environment/__init__.py:662 +#: sphinx/environment/__init__.py:658 msgid "document isn't included in any toctree" msgstr "" @@ -2234,6 +2234,7 @@ msgid "unknown index entry type %r" msgstr "" #: sphinx/environment/adapters/indexentries.py:156 +#: sphinx/templates/latex/sphinxmessages.sty_t:11 msgid "Symbols" msgstr "" @@ -2259,22 +2260,22 @@ msgstr "" msgid "toctree contains reference to nonexisting document %r" msgstr "" -#: sphinx/environment/collectors/asset.py:91 +#: sphinx/environment/collectors/asset.py:90 #, python-format msgid "image file not readable: %s" msgstr "" -#: sphinx/environment/collectors/asset.py:107 +#: sphinx/environment/collectors/asset.py:106 #, python-format msgid "image file %s not readable: %s" msgstr "" -#: sphinx/environment/collectors/asset.py:135 +#: sphinx/environment/collectors/asset.py:134 #, python-format msgid "download file not readable: %s" msgstr "" -#: sphinx/environment/collectors/toctree.py:197 +#: sphinx/environment/collectors/toctree.py:196 #, python-format msgid "%s is already assigned section numbers (nested numbered toctree?)" msgstr "" @@ -2418,38 +2419,38 @@ msgstr "" msgid "module %s could not be imported: %s" msgstr "" -#: sphinx/ext/doctest.py:142 +#: sphinx/ext/doctest.py:132 #, python-format msgid "missing '+' or '-' in '%s' option." msgstr "" -#: sphinx/ext/doctest.py:147 +#: sphinx/ext/doctest.py:137 #, python-format msgid "'%s' is not a valid option." msgstr "" -#: sphinx/ext/doctest.py:161 +#: sphinx/ext/doctest.py:151 #, python-format msgid "'%s' is not a valid pyversion option" msgstr "" -#: sphinx/ext/doctest.py:230 +#: sphinx/ext/doctest.py:222 msgid "invalid TestCode type" msgstr "" -#: sphinx/ext/doctest.py:291 +#: sphinx/ext/doctest.py:283 #, python-format msgid "" "Testing of doctests in the sources finished, look at the results in " "%(outdir)s/output.txt." msgstr "" -#: sphinx/ext/doctest.py:438 +#: sphinx/ext/doctest.py:446 #, python-format msgid "no code/output in %s block at %s:%s" msgstr "" -#: sphinx/ext/doctest.py:527 +#: sphinx/ext/doctest.py:535 #, python-format msgid "ignoring invalid doctest code: %r" msgstr "" @@ -2467,7 +2468,7 @@ msgstr "" msgid "Ignoring \"graphviz\" directive without content." msgstr "" -#: sphinx/ext/graphviz.py:252 +#: sphinx/ext/graphviz.py:250 #, python-format msgid "" "dot did not produce an output file:\n" @@ -2477,14 +2478,14 @@ msgid "" "%r" msgstr "" -#: sphinx/ext/graphviz.py:256 +#: sphinx/ext/graphviz.py:254 #, python-format msgid "" "dot command %r cannot be run (needed for graphviz output), check the " "graphviz_dot setting" msgstr "" -#: sphinx/ext/graphviz.py:263 +#: sphinx/ext/graphviz.py:261 #, python-format msgid "" "dot exited with error:\n" @@ -2494,23 +2495,23 @@ msgid "" "%r" msgstr "" -#: sphinx/ext/graphviz.py:273 +#: sphinx/ext/graphviz.py:271 #, python-format msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" msgstr "" -#: sphinx/ext/graphviz.py:277 sphinx/ext/graphviz.py:331 -#: sphinx/ext/graphviz.py:369 +#: sphinx/ext/graphviz.py:275 sphinx/ext/graphviz.py:329 +#: sphinx/ext/graphviz.py:367 #, python-format msgid "dot code %r: %s" msgstr "" -#: sphinx/ext/graphviz.py:384 sphinx/ext/graphviz.py:393 +#: sphinx/ext/graphviz.py:382 sphinx/ext/graphviz.py:391 #, python-format msgid "[graph: %s]" msgstr "" -#: sphinx/ext/graphviz.py:386 sphinx/ext/graphviz.py:395 +#: sphinx/ext/graphviz.py:384 sphinx/ext/graphviz.py:393 msgid "[graph]" msgstr "" @@ -2529,31 +2530,31 @@ msgid "" "%r" msgstr "" -#: sphinx/ext/imgmath.py:140 +#: sphinx/ext/imgmath.py:139 #, python-format msgid "" "LaTeX command %r cannot be run (needed for math display), check the " "imgmath_latex setting" msgstr "" -#: sphinx/ext/imgmath.py:155 +#: sphinx/ext/imgmath.py:154 #, python-format msgid "" "%s command %r cannot be run (needed for math display), check the imgmath_%s " "setting" msgstr "" -#: sphinx/ext/imgmath.py:290 +#: sphinx/ext/imgmath.py:289 #, python-format msgid "display latex %r: %s" msgstr "" -#: sphinx/ext/imgmath.py:317 +#: sphinx/ext/imgmath.py:316 #, python-format msgid "inline latex %r: %s" msgstr "" -#: sphinx/ext/imgmath.py:324 sphinx/ext/mathjax.py:54 +#: sphinx/ext/imgmath.py:323 sphinx/ext/mathjax.py:54 msgid "Permalink to this equation" msgstr "" @@ -2573,26 +2574,26 @@ msgid "" "alternatives:" msgstr "" -#: sphinx/ext/intersphinx.py:237 +#: sphinx/ext/intersphinx.py:238 msgid "failed to reach any of the inventories with the following issues:" msgstr "" -#: sphinx/ext/intersphinx.py:312 +#: sphinx/ext/intersphinx.py:311 #, python-format msgid "(in %s v%s)" msgstr "" -#: sphinx/ext/intersphinx.py:314 +#: sphinx/ext/intersphinx.py:313 #, python-format msgid "(in %s)" msgstr "" -#: sphinx/ext/intersphinx.py:348 +#: sphinx/ext/intersphinx.py:347 #, python-format msgid "intersphinx identifier %r is not string. Ignored" msgstr "" -#: sphinx/ext/intersphinx.py:361 +#: sphinx/ext/intersphinx.py:360 #, python-format msgid "Fail to read intersphinx_mapping[%s], Ignored: %r" msgstr "" @@ -2648,29 +2649,29 @@ msgstr "" msgid "

All modules for which code is available

" msgstr "" -#: sphinx/ext/autodoc/__init__.py:302 +#: sphinx/ext/autodoc/__init__.py:300 #, python-format msgid "invalid signature for auto%s (%r)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:402 +#: sphinx/ext/autodoc/__init__.py:400 #, python-format msgid "error while formatting arguments for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:514 +#: sphinx/ext/autodoc/__init__.py:512 #, python-format msgid "missing attribute %s in object %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:602 +#: sphinx/ext/autodoc/__init__.py:600 #, python-format msgid "" "autodoc: failed to determine %r to be documented.the following exception was raised:\n" "%s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:694 +#: sphinx/ext/autodoc/__init__.py:692 #, python-format msgid "" "don't know which module to import for autodocumenting %r (try placing a " @@ -2678,39 +2679,39 @@ msgid "" "explicit module name)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:788 +#: sphinx/ext/autodoc/__init__.py:786 msgid "\"::\" in automodule name doesn't make sense" msgstr "" -#: sphinx/ext/autodoc/__init__.py:796 +#: sphinx/ext/autodoc/__init__.py:794 #, python-format msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:829 +#: sphinx/ext/autodoc/__init__.py:827 #, python-format msgid "" "__all__ should be a list of strings, not %r (in module %s) -- ignoring " "__all__" msgstr "" -#: sphinx/ext/autodoc/__init__.py:844 +#: sphinx/ext/autodoc/__init__.py:842 #, python-format msgid "" "missing attribute mentioned in :members: or __all__: module %s, attribute %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1128 +#: sphinx/ext/autodoc/__init__.py:1126 #, python-format msgid "Bases: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1185 +#: sphinx/ext/autodoc/__init__.py:1183 #, python-format msgid "alias of :class:`%s`" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1470 +#: sphinx/ext/autodoc/__init__.py:1468 #, python-format msgid "Ignoring invalid option in autodoc_default_flags: %r" msgstr "" @@ -2746,17 +2747,17 @@ msgid "" "contain .rst. Skipped." msgstr "" -#: sphinx/ext/autosummary/generate.py:102 +#: sphinx/ext/autosummary/generate.py:100 #, python-format msgid "[autosummary] generating autosummary for: %s" msgstr "" -#: sphinx/ext/autosummary/generate.py:106 +#: sphinx/ext/autosummary/generate.py:104 #, python-format msgid "[autosummary] writing to %s" msgstr "" -#: sphinx/ext/autosummary/generate.py:366 +#: sphinx/ext/autosummary/generate.py:364 msgid "" "\n" "Generate ReStructuredText using autosummary directives.\n" @@ -2771,25 +2772,25 @@ msgid "" " pydoc sphinx.ext.autosummary\n" msgstr "" -#: sphinx/ext/autosummary/generate.py:383 +#: sphinx/ext/autosummary/generate.py:381 msgid "source files to generate rST files for" msgstr "" -#: sphinx/ext/autosummary/generate.py:387 +#: sphinx/ext/autosummary/generate.py:385 msgid "directory to place all output in" msgstr "" -#: sphinx/ext/autosummary/generate.py:390 +#: sphinx/ext/autosummary/generate.py:388 #, python-format msgid "default suffix for files (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:394 +#: sphinx/ext/autosummary/generate.py:392 #, python-format msgid "custom template directory (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:398 +#: sphinx/ext/autosummary/generate.py:396 #, python-format msgid "document imported members (default: %(default)s)" msgstr "" @@ -2867,6 +2868,7 @@ msgid "Warning" msgstr "" #: sphinx/templates/latex/longtable.tex_t:23 +#: sphinx/templates/latex/sphinxmessages.sty_t:8 msgid "continued from previous page" msgstr "" @@ -2874,13 +2876,29 @@ msgstr "" msgid "Continued on next page" msgstr "" +#: sphinx/templates/latex/sphinxmessages.sty_t:9 +msgid "continues on next page" +msgstr "" + +#: sphinx/templates/latex/sphinxmessages.sty_t:10 +msgid "Non-alphabetical" +msgstr "" + +#: sphinx/templates/latex/sphinxmessages.sty_t:12 +msgid "Numbers" +msgstr "" + +#: sphinx/templates/latex/sphinxmessages.sty_t:13 +msgid "page" +msgstr "" + #: sphinx/themes/agogo/layout.html:46 sphinx/themes/basic/globaltoc.html:10 #: sphinx/themes/basic/localtoc.html:11 sphinx/themes/scrolls/layout.html:41 msgid "Table of Contents" msgstr "" #: sphinx/themes/agogo/layout.html:51 sphinx/themes/basic/layout.html:153 -#: sphinx/themes/basic/search.html:11 sphinx/themes/basic/search.html:26 +#: sphinx/themes/basic/search.html:11 sphinx/themes/basic/search.html:21 #: sphinx/themes/basic/searchresults.html:10 msgid "Search" msgstr "" @@ -3017,13 +3035,13 @@ msgstr "" msgid "next chapter" msgstr "" -#: sphinx/themes/basic/search.html:30 +#: sphinx/themes/basic/search.html:25 msgid "" "Please activate JavaScript to enable the search\n" " functionality." msgstr "" -#: sphinx/themes/basic/search.html:35 +#: sphinx/themes/basic/search.html:30 msgid "" "From here you can search these documents. Enter your search\n" " words into the box below and click \"search\". Note that the search\n" @@ -3031,20 +3049,20 @@ msgid "" " containing fewer words won't appear in the result list." msgstr "" -#: sphinx/themes/basic/search.html:42 +#: sphinx/themes/basic/search.html:37 #: sphinx/themes/basic/searchresults.html:17 msgid "search" msgstr "" -#: sphinx/themes/basic/search.html:46 +#: sphinx/themes/basic/search.html:41 #: sphinx/themes/basic/searchresults.html:21 -#: sphinx/themes/basic/static/searchtools.js:295 +#: sphinx/themes/basic/static/searchtools.js:285 msgid "Search Results" msgstr "" -#: sphinx/themes/basic/search.html:48 +#: sphinx/themes/basic/search.html:43 #: sphinx/themes/basic/searchresults.html:23 -#: sphinx/themes/basic/static/searchtools.js:297 +#: sphinx/themes/basic/static/searchtools.js:287 msgid "" "Your search did not match any documents. Please make sure that all words are" " spelled correctly and that you've selected enough categories." @@ -3102,20 +3120,20 @@ msgstr "" msgid "Hide Search Matches" msgstr "" -#: sphinx/themes/basic/static/searchtools.js:131 +#: sphinx/themes/basic/static/searchtools.js:121 msgid "Searching" msgstr "" -#: sphinx/themes/basic/static/searchtools.js:136 +#: sphinx/themes/basic/static/searchtools.js:126 msgid "Preparing search..." msgstr "" -#: sphinx/themes/basic/static/searchtools.js:299 +#: sphinx/themes/basic/static/searchtools.js:289 #, python-format msgid "Search finished, found %s page(s) matching the search query." msgstr "" -#: sphinx/themes/basic/static/searchtools.js:352 +#: sphinx/themes/basic/static/searchtools.js:342 msgid ", in " msgstr "" @@ -3132,18 +3150,18 @@ msgstr "" msgid "Contents" msgstr "" -#: sphinx/transforms/__init__.py:259 +#: sphinx/transforms/__init__.py:261 #, python-format msgid "" "4 column based index found. It might be a bug of extensions you use: %r" msgstr "" -#: sphinx/transforms/__init__.py:301 +#: sphinx/transforms/__init__.py:303 #, python-format msgid "Footnote [%s] is not referenced." msgstr "" -#: sphinx/transforms/__init__.py:307 +#: sphinx/transforms/__init__.py:309 msgid "Footnote [#] is not referenced." msgstr "" @@ -3214,7 +3232,7 @@ msgstr "" msgid "failed" msgstr "" -#: sphinx/util/docutils.py:321 +#: sphinx/util/docutils.py:320 msgid "when adding directive classes, no additional arguments may be given" msgstr "" @@ -3275,15 +3293,15 @@ msgstr "" msgid "Permalink to this code" msgstr "" -#: sphinx/writers/html.py:514 sphinx/writers/html5.py:460 +#: sphinx/writers/html.py:512 sphinx/writers/html5.py:458 msgid "Permalink to this image" msgstr "" -#: sphinx/writers/html.py:516 sphinx/writers/html5.py:462 +#: sphinx/writers/html.py:514 sphinx/writers/html5.py:460 msgid "Permalink to this toctree" msgstr "" -#: sphinx/writers/html.py:674 sphinx/writers/html5.py:608 +#: sphinx/writers/html.py:672 sphinx/writers/html5.py:606 msgid "Could not obtain image size. :scale: option is ignored." msgstr "" @@ -3320,12 +3338,12 @@ msgstr "" msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: sphinx/writers/latex.py:1843 +#: sphinx/writers/latex.py:1847 #, python-format msgid "unknown index entry type %s found" msgstr "" -#: sphinx/writers/latex.py:2552 +#: sphinx/writers/latex.py:2560 #, python-format msgid "Unknown configure key: latex_elements[%r] is ignored." msgstr "" @@ -3343,12 +3361,12 @@ msgstr "" msgid "caption not inside a figure." msgstr "" -#: sphinx/writers/texinfo.py:1421 +#: sphinx/writers/texinfo.py:1422 #, python-format msgid "unimplemented node type: %r" msgstr "" -#: sphinx/writers/texinfo.py:1426 +#: sphinx/writers/texinfo.py:1427 #, python-format msgid "unknown node type: %r" msgstr "" diff --git a/sphinx/locale/sr_RS/LC_MESSAGES/sphinx.mo b/sphinx/locale/sr_RS/LC_MESSAGES/sphinx.mo index fe4d02c015..9d25a8a3d4 100644 Binary files a/sphinx/locale/sr_RS/LC_MESSAGES/sphinx.mo and b/sphinx/locale/sr_RS/LC_MESSAGES/sphinx.mo differ diff --git a/sphinx/locale/sr_RS/LC_MESSAGES/sphinx.po b/sphinx/locale/sr_RS/LC_MESSAGES/sphinx.po index f0c08ec0d7..3e78b6f2b8 100644 --- a/sphinx/locale/sr_RS/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/sr_RS/LC_MESSAGES/sphinx.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2019-02-18 01:52+0900\n" -"PO-Revision-Date: 2019-03-14 16:36+0000\n" +"POT-Creation-Date: 2019-03-29 01:05+0900\n" +"PO-Revision-Date: 2019-03-28 16:08+0000\n" "Last-Translator: Takeshi KOMIYA \n" "Language-Team: Serbian (Serbia) (http://www.transifex.com/sphinx-doc/sphinx-1/language/sr_RS/)\n" "MIME-Version: 1.0\n" @@ -121,7 +121,7 @@ msgstr "" msgid "role %r is already registered, it will be overridden" msgstr "" -#: sphinx/application.py:1182 +#: sphinx/application.py:1179 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -129,7 +129,7 @@ msgid "" "explicit" msgstr "" -#: sphinx/application.py:1188 +#: sphinx/application.py:1185 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -137,7 +137,7 @@ msgid "" "explicit" msgstr "" -#: sphinx/application.py:1199 +#: sphinx/application.py:1196 #, python-format msgid "doing serial %s" msgstr "" @@ -586,44 +586,44 @@ msgstr "" msgid "preparing documents" msgstr "" -#: sphinx/builders/_epub_base.py:219 +#: sphinx/builders/_epub_base.py:218 #, python-format msgid "duplicated ToC entry found: %s" msgstr "" -#: sphinx/builders/_epub_base.py:415 sphinx/builders/html.py:761 -#: sphinx/builders/latex/__init__.py:413 sphinx/builders/texinfo.py:190 +#: sphinx/builders/_epub_base.py:414 sphinx/builders/html.py:761 +#: sphinx/builders/latex/__init__.py:415 sphinx/builders/texinfo.py:190 msgid "copying images... " msgstr "" -#: sphinx/builders/_epub_base.py:422 +#: sphinx/builders/_epub_base.py:421 #, python-format msgid "cannot read image file %r: copying it instead" msgstr "" -#: sphinx/builders/_epub_base.py:428 sphinx/builders/html.py:769 -#: sphinx/builders/latex/__init__.py:421 sphinx/builders/texinfo.py:198 +#: sphinx/builders/_epub_base.py:427 sphinx/builders/html.py:769 +#: sphinx/builders/latex/__init__.py:423 sphinx/builders/texinfo.py:199 #, python-format msgid "cannot copy image file %r: %s" msgstr "" -#: sphinx/builders/_epub_base.py:445 +#: sphinx/builders/_epub_base.py:444 #, python-format msgid "cannot write image file %r: %s" msgstr "" -#: sphinx/builders/_epub_base.py:456 +#: sphinx/builders/_epub_base.py:455 msgid "Pillow not found - copying image files" msgstr "" -#: sphinx/builders/_epub_base.py:491 sphinx/builders/_epub_base.py:504 -#: sphinx/builders/_epub_base.py:540 sphinx/builders/_epub_base.py:725 -#: sphinx/builders/_epub_base.py:758 sphinx/builders/epub3.py:184 +#: sphinx/builders/_epub_base.py:490 sphinx/builders/_epub_base.py:503 +#: sphinx/builders/_epub_base.py:539 sphinx/builders/_epub_base.py:724 +#: sphinx/builders/_epub_base.py:757 sphinx/builders/epub3.py:183 #, python-format msgid "writing %s file..." msgstr "" -#: sphinx/builders/_epub_base.py:566 +#: sphinx/builders/_epub_base.py:565 #, python-format msgid "unknown mimetype for %s, ignoring" msgstr "" @@ -642,19 +642,19 @@ msgstr "" msgid "writing summary file..." msgstr "" -#: sphinx/builders/changes.py:87 +#: sphinx/builders/changes.py:86 msgid "Builtins" msgstr "" -#: sphinx/builders/changes.py:89 +#: sphinx/builders/changes.py:88 msgid "Module level" msgstr "" -#: sphinx/builders/changes.py:134 +#: sphinx/builders/changes.py:133 msgid "copying source files..." msgstr "" -#: sphinx/builders/changes.py:141 +#: sphinx/builders/changes.py:140 #, python-format msgid "could not read %r for changelog creation" msgstr "" @@ -663,76 +663,76 @@ msgstr "" msgid "The dummy builder generates no files." msgstr "" -#: sphinx/builders/epub3.py:69 +#: sphinx/builders/epub3.py:68 #, python-format msgid "The ePub file is in %(outdir)s." msgstr "" -#: sphinx/builders/epub3.py:212 +#: sphinx/builders/epub3.py:211 msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:216 +#: sphinx/builders/epub3.py:215 msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:219 +#: sphinx/builders/epub3.py:218 msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:223 +#: sphinx/builders/epub3.py:222 msgid "conf value \"epub_author\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:226 +#: sphinx/builders/epub3.py:225 msgid "conf value \"epub_contributor\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:229 +#: sphinx/builders/epub3.py:228 msgid "conf value \"epub_description\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:232 +#: sphinx/builders/epub3.py:231 msgid "conf value \"epub_publisher\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:235 +#: sphinx/builders/epub3.py:234 msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:239 +#: sphinx/builders/epub3.py:238 msgid "conf value \"epub_identifier\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:242 +#: sphinx/builders/epub3.py:241 msgid "conf value \"version\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:257 sphinx/builders/html.py:1166 +#: sphinx/builders/epub3.py:256 sphinx/builders/html.py:1166 #, python-format msgid "invalid css_file: %r, ignored" msgstr "" -#: sphinx/builders/gettext.py:215 +#: sphinx/builders/gettext.py:221 #, python-format msgid "The message catalogs are in %(outdir)s." msgstr "" -#: sphinx/builders/gettext.py:239 +#: sphinx/builders/gettext.py:245 #, python-format msgid "building [%s]: " msgstr "" -#: sphinx/builders/gettext.py:240 +#: sphinx/builders/gettext.py:246 #, python-format msgid "targets for %d template files" msgstr "" -#: sphinx/builders/gettext.py:244 +#: sphinx/builders/gettext.py:250 msgid "reading templates... " msgstr "" -#: sphinx/builders/gettext.py:271 +#: sphinx/builders/gettext.py:277 msgid "writing message catalogs... " msgstr "" @@ -751,7 +751,7 @@ msgstr "" msgid "Failed to read build info file: %r" msgstr "" -#: sphinx/builders/html.py:488 sphinx/builders/latex/__init__.py:204 +#: sphinx/builders/html.py:488 sphinx/builders/latex/__init__.py:206 #: sphinx/transforms/__init__.py:121 sphinx/writers/manpage.py:118 #: sphinx/writers/texinfo.py:243 #, python-format @@ -804,7 +804,7 @@ msgstr "" msgid "html_static_path entry %r does not exist" msgstr "" -#: sphinx/builders/html.py:839 sphinx/builders/latex/__init__.py:398 +#: sphinx/builders/html.py:839 sphinx/builders/latex/__init__.py:400 #, python-format msgid "logo file %r does not exist" msgstr "" @@ -921,7 +921,7 @@ msgstr "" msgid "no \"man_pages\" config value found; no manual pages will be written" msgstr "" -#: sphinx/builders/latex/__init__.py:270 sphinx/builders/manpage.py:64 +#: sphinx/builders/latex/__init__.py:272 sphinx/builders/manpage.py:64 #: sphinx/builders/singlehtml.py:174 sphinx/builders/texinfo.py:120 msgid "writing" msgstr "" @@ -965,24 +965,24 @@ msgstr "" msgid "\"texinfo_documents\" config value references unknown document %s" msgstr "" -#: sphinx/builders/latex/__init__.py:253 sphinx/builders/texinfo.py:116 +#: sphinx/builders/latex/__init__.py:255 sphinx/builders/texinfo.py:116 #, python-format msgid "processing %s" msgstr "" -#: sphinx/builders/latex/__init__.py:322 sphinx/builders/texinfo.py:163 +#: sphinx/builders/latex/__init__.py:323 sphinx/builders/texinfo.py:164 msgid "resolving references..." msgstr "" -#: sphinx/builders/latex/__init__.py:332 sphinx/builders/texinfo.py:172 +#: sphinx/builders/latex/__init__.py:333 sphinx/builders/texinfo.py:173 msgid " (in " msgstr "" -#: sphinx/builders/texinfo.py:204 +#: sphinx/builders/texinfo.py:205 msgid "copying Texinfo support files" msgstr "" -#: sphinx/builders/texinfo.py:208 +#: sphinx/builders/texinfo.py:209 #, python-format msgid "error writing file Makefile: %s" msgstr "" @@ -1002,28 +1002,28 @@ msgstr "" msgid "The pseudo-XML files are in %(outdir)s." msgstr "" -#: sphinx/builders/latex/__init__.py:121 +#: sphinx/builders/latex/__init__.py:123 #, python-format msgid "The LaTeX files are in %(outdir)s." msgstr "" -#: sphinx/builders/latex/__init__.py:123 +#: sphinx/builders/latex/__init__.py:125 msgid "" "\n" "Run 'make' in that directory to run these through (pdf)latex\n" "(use `make latexpdf' here to do that automatically)." msgstr "" -#: sphinx/builders/latex/__init__.py:163 +#: sphinx/builders/latex/__init__.py:165 msgid "no \"latex_documents\" config value found; no documents will be written" msgstr "" -#: sphinx/builders/latex/__init__.py:171 +#: sphinx/builders/latex/__init__.py:173 #, python-format msgid "\"latex_documents\" config value references unknown document %s" msgstr "" -#: sphinx/builders/latex/__init__.py:211 sphinx/domains/std.py:501 +#: sphinx/builders/latex/__init__.py:213 sphinx/domains/std.py:501 #: sphinx/templates/latex/latex.tex_t:79 #: sphinx/themes/basic/genindex-single.html:30 #: sphinx/themes/basic/genindex-single.html:55 @@ -1035,28 +1035,28 @@ msgstr "" msgid "Index" msgstr "" -#: sphinx/builders/latex/__init__.py:214 sphinx/templates/latex/latex.tex_t:64 +#: sphinx/builders/latex/__init__.py:216 sphinx/templates/latex/latex.tex_t:64 msgid "Release" msgstr "" -#: sphinx/builders/latex/__init__.py:222 sphinx/writers/latex.py:549 +#: sphinx/builders/latex/__init__.py:224 sphinx/writers/latex.py:549 #, python-format msgid "no Babel option known for language %r" msgstr "" -#: sphinx/builders/latex/__init__.py:361 +#: sphinx/builders/latex/__init__.py:363 msgid "copying TeX support files" msgstr "" -#: sphinx/builders/latex/__init__.py:382 +#: sphinx/builders/latex/__init__.py:384 msgid "copying TeX support files..." msgstr "" -#: sphinx/builders/latex/__init__.py:402 +#: sphinx/builders/latex/__init__.py:404 msgid "copying additional files" msgstr "" -#: sphinx/builders/latex/__init__.py:445 +#: sphinx/builders/latex/__init__.py:447 #, python-format msgid "Unknown configure key: latex_elements[%r]. ignored." msgstr "" @@ -1119,8 +1119,8 @@ msgstr "" msgid "job number should be a positive number" msgstr "" -#: sphinx/cmd/build.py:106 sphinx/cmd/quickstart.py:498 -#: sphinx/ext/apidoc.py:298 sphinx/ext/autosummary/generate.py:365 +#: sphinx/cmd/build.py:106 sphinx/cmd/quickstart.py:497 +#: sphinx/ext/apidoc.py:298 sphinx/ext/autosummary/generate.py:363 msgid "For more information, visit ." msgstr "" @@ -1497,13 +1497,13 @@ msgstr "" msgid "Indicate which of the following Sphinx extensions should be enabled:" msgstr "" -#: sphinx/cmd/quickstart.py:354 +#: sphinx/cmd/quickstart.py:353 msgid "" "Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " "been deselected." msgstr "" -#: sphinx/cmd/quickstart.py:359 +#: sphinx/cmd/quickstart.py:358 msgid "" "\n" "A Makefile and a Windows command file can be generated for you so that you\n" @@ -1511,29 +1511,29 @@ msgid "" "directly." msgstr "" -#: sphinx/cmd/quickstart.py:363 +#: sphinx/cmd/quickstart.py:362 msgid "Create Makefile? (y/n)" msgstr "" -#: sphinx/cmd/quickstart.py:366 +#: sphinx/cmd/quickstart.py:365 msgid "Create Windows command file? (y/n)" msgstr "" -#: sphinx/cmd/quickstart.py:409 sphinx/ext/apidoc.py:74 +#: sphinx/cmd/quickstart.py:408 sphinx/ext/apidoc.py:74 #, python-format msgid "Creating file %s." msgstr "" -#: sphinx/cmd/quickstart.py:414 sphinx/ext/apidoc.py:72 +#: sphinx/cmd/quickstart.py:413 sphinx/ext/apidoc.py:72 #, python-format msgid "File %s already exists, skipping." msgstr "" -#: sphinx/cmd/quickstart.py:450 +#: sphinx/cmd/quickstart.py:449 msgid "Finished: An initial directory structure has been created." msgstr "" -#: sphinx/cmd/quickstart.py:451 +#: sphinx/cmd/quickstart.py:450 #, python-format msgid "" "\n" @@ -1541,26 +1541,26 @@ msgid "" "source files. " msgstr "" -#: sphinx/cmd/quickstart.py:453 +#: sphinx/cmd/quickstart.py:452 msgid "" "Use the Makefile to build the docs, like so:\n" " make builder\n" msgstr "" -#: sphinx/cmd/quickstart.py:456 +#: sphinx/cmd/quickstart.py:455 #, python-format msgid "" "Use the sphinx-build command to build the docs, like so:\n" " sphinx-build -b builder %s %s\n" msgstr "" -#: sphinx/cmd/quickstart.py:459 +#: sphinx/cmd/quickstart.py:458 msgid "" "where \"builder\" is one of the supported builders, e.g. html, latex or " "linkcheck.\n" msgstr "" -#: sphinx/cmd/quickstart.py:499 +#: sphinx/cmd/quickstart.py:498 msgid "" "\n" "Generate required files for a Sphinx project.\n" @@ -1570,131 +1570,131 @@ msgid "" "Makefile to be used with sphinx-build.\n" msgstr "" -#: sphinx/cmd/quickstart.py:509 +#: sphinx/cmd/quickstart.py:508 msgid "quiet mode" msgstr "" -#: sphinx/cmd/quickstart.py:514 +#: sphinx/cmd/quickstart.py:513 msgid "output path" msgstr "" -#: sphinx/cmd/quickstart.py:516 +#: sphinx/cmd/quickstart.py:515 msgid "Structure options" msgstr "" -#: sphinx/cmd/quickstart.py:518 +#: sphinx/cmd/quickstart.py:517 msgid "if specified, separate source and build dirs" msgstr "" -#: sphinx/cmd/quickstart.py:520 +#: sphinx/cmd/quickstart.py:519 msgid "replacement for dot in _templates etc." msgstr "" -#: sphinx/cmd/quickstart.py:522 +#: sphinx/cmd/quickstart.py:521 msgid "Project basic options" msgstr "" -#: sphinx/cmd/quickstart.py:524 +#: sphinx/cmd/quickstart.py:523 msgid "project name" msgstr "" -#: sphinx/cmd/quickstart.py:526 +#: sphinx/cmd/quickstart.py:525 msgid "author names" msgstr "" -#: sphinx/cmd/quickstart.py:528 +#: sphinx/cmd/quickstart.py:527 msgid "version of project" msgstr "" -#: sphinx/cmd/quickstart.py:530 +#: sphinx/cmd/quickstart.py:529 msgid "release of project" msgstr "" -#: sphinx/cmd/quickstart.py:532 +#: sphinx/cmd/quickstart.py:531 msgid "document language" msgstr "" -#: sphinx/cmd/quickstart.py:534 +#: sphinx/cmd/quickstart.py:533 msgid "source file suffix" msgstr "" -#: sphinx/cmd/quickstart.py:536 +#: sphinx/cmd/quickstart.py:535 msgid "master document name" msgstr "" -#: sphinx/cmd/quickstart.py:538 +#: sphinx/cmd/quickstart.py:537 msgid "use epub" msgstr "" -#: sphinx/cmd/quickstart.py:540 +#: sphinx/cmd/quickstart.py:539 msgid "Extension options" msgstr "" -#: sphinx/cmd/quickstart.py:544 sphinx/ext/apidoc.py:379 +#: sphinx/cmd/quickstart.py:543 sphinx/ext/apidoc.py:379 #, python-format msgid "enable %s extension" msgstr "" -#: sphinx/cmd/quickstart.py:546 sphinx/ext/apidoc.py:375 +#: sphinx/cmd/quickstart.py:545 sphinx/ext/apidoc.py:375 msgid "enable arbitrary extensions" msgstr "" -#: sphinx/cmd/quickstart.py:548 +#: sphinx/cmd/quickstart.py:547 msgid "Makefile and Batchfile creation" msgstr "" -#: sphinx/cmd/quickstart.py:550 +#: sphinx/cmd/quickstart.py:549 msgid "create makefile" msgstr "" -#: sphinx/cmd/quickstart.py:552 +#: sphinx/cmd/quickstart.py:551 msgid "do not create makefile" msgstr "" -#: sphinx/cmd/quickstart.py:554 +#: sphinx/cmd/quickstart.py:553 msgid "create batchfile" msgstr "" -#: sphinx/cmd/quickstart.py:557 +#: sphinx/cmd/quickstart.py:556 msgid "do not create batchfile" msgstr "" -#: sphinx/cmd/quickstart.py:560 +#: sphinx/cmd/quickstart.py:559 msgid "use make-mode for Makefile/make.bat" msgstr "" -#: sphinx/cmd/quickstart.py:563 +#: sphinx/cmd/quickstart.py:562 msgid "do not use make-mode for Makefile/make.bat" msgstr "" -#: sphinx/cmd/quickstart.py:565 +#: sphinx/cmd/quickstart.py:564 msgid "Project templating" msgstr "" -#: sphinx/cmd/quickstart.py:568 +#: sphinx/cmd/quickstart.py:567 msgid "template directory for template files" msgstr "" -#: sphinx/cmd/quickstart.py:571 +#: sphinx/cmd/quickstart.py:570 msgid "define a template variable" msgstr "" -#: sphinx/cmd/quickstart.py:605 +#: sphinx/cmd/quickstart.py:604 msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." msgstr "" -#: sphinx/cmd/quickstart.py:619 +#: sphinx/cmd/quickstart.py:618 msgid "" "Error: specified path is not a directory, or sphinx files already exist." msgstr "" -#: sphinx/cmd/quickstart.py:621 +#: sphinx/cmd/quickstart.py:620 msgid "" "sphinx-quickstart only generate into a empty directory. Please specify a new" " root path." msgstr "" -#: sphinx/cmd/quickstart.py:636 +#: sphinx/cmd/quickstart.py:635 #, python-format msgid "Invalid template variable: %s" msgstr "" @@ -1766,17 +1766,17 @@ msgstr "" msgid "%s %s" msgstr "" -#: sphinx/domains/c.py:64 sphinx/domains/cpp.py:6371 +#: sphinx/domains/c.py:64 sphinx/domains/cpp.py:6445 #: sphinx/domains/python.py:210 sphinx/ext/napoleon/docstring.py:696 msgid "Parameters" msgstr "" -#: sphinx/domains/c.py:67 sphinx/domains/cpp.py:6380 -#: sphinx/domains/javascript.py:210 sphinx/domains/python.py:222 +#: sphinx/domains/c.py:67 sphinx/domains/cpp.py:6454 +#: sphinx/domains/javascript.py:209 sphinx/domains/python.py:222 msgid "Returns" msgstr "" -#: sphinx/domains/c.py:69 sphinx/domains/javascript.py:212 +#: sphinx/domains/c.py:69 sphinx/domains/javascript.py:211 #: sphinx/domains/python.py:224 msgid "Return type" msgstr "" @@ -1806,12 +1806,12 @@ msgstr "" msgid "%s (C variable)" msgstr "" -#: sphinx/domains/c.py:258 sphinx/domains/cpp.py:6956 -#: sphinx/domains/javascript.py:298 sphinx/domains/python.py:741 +#: sphinx/domains/c.py:258 sphinx/domains/cpp.py:7029 +#: sphinx/domains/javascript.py:297 sphinx/domains/python.py:742 msgid "function" msgstr "" -#: sphinx/domains/c.py:259 sphinx/domains/cpp.py:6957 +#: sphinx/domains/c.py:259 sphinx/domains/cpp.py:7030 msgid "member" msgstr "" @@ -1819,7 +1819,7 @@ msgstr "" msgid "macro" msgstr "" -#: sphinx/domains/c.py:261 sphinx/domains/cpp.py:6958 +#: sphinx/domains/c.py:261 sphinx/domains/cpp.py:7031 msgid "type" msgstr "" @@ -1842,106 +1842,106 @@ msgstr "" msgid "Deprecated since version %s" msgstr "" -#: sphinx/domains/cpp.py:4297 +#: sphinx/domains/cpp.py:4323 #, python-format msgid "" "Duplicate declaration, also defined in '%s'.\n" "Declaration is '%s'." msgstr "" -#: sphinx/domains/cpp.py:6374 +#: sphinx/domains/cpp.py:6448 msgid "Template Parameters" msgstr "" -#: sphinx/domains/cpp.py:6377 sphinx/domains/javascript.py:207 +#: sphinx/domains/cpp.py:6451 sphinx/domains/javascript.py:206 msgid "Throws" msgstr "" -#: sphinx/domains/cpp.py:6505 +#: sphinx/domains/cpp.py:6579 #, python-format msgid "%s (C++ %s)" msgstr "" -#: sphinx/domains/cpp.py:6954 sphinx/domains/javascript.py:300 -#: sphinx/domains/python.py:743 +#: sphinx/domains/cpp.py:7027 sphinx/domains/javascript.py:299 +#: sphinx/domains/python.py:744 msgid "class" msgstr "" -#: sphinx/domains/cpp.py:6955 +#: sphinx/domains/cpp.py:7028 msgid "union" msgstr "" -#: sphinx/domains/cpp.py:6959 +#: sphinx/domains/cpp.py:7032 msgid "concept" msgstr "" -#: sphinx/domains/cpp.py:6960 +#: sphinx/domains/cpp.py:7033 msgid "enum" msgstr "" -#: sphinx/domains/cpp.py:6961 +#: sphinx/domains/cpp.py:7034 msgid "enumerator" msgstr "" -#: sphinx/domains/cpp.py:7054 +#: sphinx/domains/cpp.py:7127 #, python-format msgid "" "Duplicate declaration, also defined in '%s'.\n" "Name of declaration is '%s'." msgstr "" -#: sphinx/domains/javascript.py:131 sphinx/domains/python.py:429 +#: sphinx/domains/javascript.py:130 sphinx/domains/python.py:430 #, python-format msgid "%s() (built-in function)" msgstr "" -#: sphinx/domains/javascript.py:132 sphinx/domains/python.py:494 +#: sphinx/domains/javascript.py:131 sphinx/domains/python.py:495 #, python-format msgid "%s() (%s method)" msgstr "" -#: sphinx/domains/javascript.py:134 +#: sphinx/domains/javascript.py:133 #, python-format msgid "%s() (class)" msgstr "" -#: sphinx/domains/javascript.py:136 +#: sphinx/domains/javascript.py:135 #, python-format msgid "%s (global variable or constant)" msgstr "" -#: sphinx/domains/javascript.py:138 sphinx/domains/python.py:532 +#: sphinx/domains/javascript.py:137 sphinx/domains/python.py:533 #, python-format msgid "%s (%s attribute)" msgstr "" -#: sphinx/domains/javascript.py:204 +#: sphinx/domains/javascript.py:203 msgid "Arguments" msgstr "" -#: sphinx/domains/javascript.py:265 sphinx/domains/python.py:609 +#: sphinx/domains/javascript.py:264 sphinx/domains/python.py:610 #, python-format msgid "%s (module)" msgstr "" -#: sphinx/domains/javascript.py:299 sphinx/domains/python.py:745 +#: sphinx/domains/javascript.py:298 sphinx/domains/python.py:746 msgid "method" msgstr "" -#: sphinx/domains/javascript.py:301 sphinx/domains/python.py:742 +#: sphinx/domains/javascript.py:300 sphinx/domains/python.py:743 msgid "data" msgstr "" -#: sphinx/domains/javascript.py:302 sphinx/domains/python.py:748 +#: sphinx/domains/javascript.py:301 sphinx/domains/python.py:749 msgid "attribute" msgstr "" -#: sphinx/domains/javascript.py:303 sphinx/domains/python.py:49 -#: sphinx/domains/python.py:749 +#: sphinx/domains/javascript.py:302 sphinx/domains/python.py:49 +#: sphinx/domains/python.py:750 msgid "module" msgstr "" -#: sphinx/domains/math.py:101 sphinx/writers/latex.py:2451 +#: sphinx/domains/math.py:101 sphinx/writers/latex.py:2459 #, python-format msgid "Invalid math_eqref_format: %r" msgstr "" @@ -1963,7 +1963,7 @@ msgstr "" msgid "object" msgstr "" -#: sphinx/domains/python.py:53 sphinx/domains/python.py:744 +#: sphinx/domains/python.py:53 sphinx/domains/python.py:745 msgid "exception" msgstr "" @@ -1983,88 +1983,88 @@ msgstr "" msgid "Raises" msgstr "" -#: sphinx/domains/python.py:430 sphinx/domains/python.py:488 -#: sphinx/domains/python.py:500 sphinx/domains/python.py:513 +#: sphinx/domains/python.py:431 sphinx/domains/python.py:489 +#: sphinx/domains/python.py:501 sphinx/domains/python.py:514 #, python-format msgid "%s() (in module %s)" msgstr "" -#: sphinx/domains/python.py:433 +#: sphinx/domains/python.py:434 #, python-format msgid "%s (built-in variable)" msgstr "" -#: sphinx/domains/python.py:434 sphinx/domains/python.py:526 +#: sphinx/domains/python.py:435 sphinx/domains/python.py:527 #, python-format msgid "%s (in module %s)" msgstr "" -#: sphinx/domains/python.py:454 +#: sphinx/domains/python.py:455 #, python-format msgid "%s (built-in class)" msgstr "" -#: sphinx/domains/python.py:455 +#: sphinx/domains/python.py:456 #, python-format msgid "%s (class in %s)" msgstr "" -#: sphinx/domains/python.py:492 +#: sphinx/domains/python.py:493 #, python-format msgid "%s() (%s.%s method)" msgstr "" -#: sphinx/domains/python.py:504 +#: sphinx/domains/python.py:505 #, python-format msgid "%s() (%s.%s static method)" msgstr "" -#: sphinx/domains/python.py:507 +#: sphinx/domains/python.py:508 #, python-format msgid "%s() (%s static method)" msgstr "" -#: sphinx/domains/python.py:517 +#: sphinx/domains/python.py:518 #, python-format msgid "%s() (%s.%s class method)" msgstr "" -#: sphinx/domains/python.py:520 +#: sphinx/domains/python.py:521 #, python-format msgid "%s() (%s class method)" msgstr "" -#: sphinx/domains/python.py:530 +#: sphinx/domains/python.py:531 #, python-format msgid "%s (%s.%s attribute)" msgstr "" -#: sphinx/domains/python.py:667 +#: sphinx/domains/python.py:668 msgid "Python Module Index" msgstr "" -#: sphinx/domains/python.py:668 +#: sphinx/domains/python.py:669 msgid "modules" msgstr "" -#: sphinx/domains/python.py:719 +#: sphinx/domains/python.py:720 msgid "Deprecated" msgstr "" -#: sphinx/domains/python.py:746 +#: sphinx/domains/python.py:747 msgid "class method" msgstr "" -#: sphinx/domains/python.py:747 +#: sphinx/domains/python.py:748 msgid "static method" msgstr "" -#: sphinx/domains/python.py:879 +#: sphinx/domains/python.py:880 #, python-format msgid "more than one target found for cross-reference %r: %s" msgstr "" -#: sphinx/domains/python.py:917 +#: sphinx/domains/python.py:918 msgid " (deprecated)" msgstr "" @@ -2140,7 +2140,7 @@ msgstr "" msgid "duplicate citation %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:631 sphinx/ext/autosectionlabel.py:61 +#: sphinx/domains/std.py:631 sphinx/ext/autosectionlabel.py:56 #, python-format msgid "duplicate label %s, other instance in %s" msgstr "" @@ -2200,21 +2200,21 @@ msgid "" "another doctree directory." msgstr "" -#: sphinx/environment/__init__.py:408 +#: sphinx/environment/__init__.py:404 #, python-format msgid "Failed to scan documents in %s: %r" msgstr "" -#: sphinx/environment/__init__.py:536 +#: sphinx/environment/__init__.py:532 #, python-format msgid "Domain %r is not registered" msgstr "" -#: sphinx/environment/__init__.py:621 +#: sphinx/environment/__init__.py:617 msgid "self referenced toctree found. Ignored." msgstr "" -#: sphinx/environment/__init__.py:662 +#: sphinx/environment/__init__.py:658 msgid "document isn't included in any toctree" msgstr "" @@ -2234,6 +2234,7 @@ msgid "unknown index entry type %r" msgstr "" #: sphinx/environment/adapters/indexentries.py:156 +#: sphinx/templates/latex/sphinxmessages.sty_t:11 msgid "Symbols" msgstr "" @@ -2259,22 +2260,22 @@ msgstr "" msgid "toctree contains reference to nonexisting document %r" msgstr "" -#: sphinx/environment/collectors/asset.py:91 +#: sphinx/environment/collectors/asset.py:90 #, python-format msgid "image file not readable: %s" msgstr "" -#: sphinx/environment/collectors/asset.py:107 +#: sphinx/environment/collectors/asset.py:106 #, python-format msgid "image file %s not readable: %s" msgstr "" -#: sphinx/environment/collectors/asset.py:135 +#: sphinx/environment/collectors/asset.py:134 #, python-format msgid "download file not readable: %s" msgstr "" -#: sphinx/environment/collectors/toctree.py:197 +#: sphinx/environment/collectors/toctree.py:196 #, python-format msgid "%s is already assigned section numbers (nested numbered toctree?)" msgstr "" @@ -2418,38 +2419,38 @@ msgstr "" msgid "module %s could not be imported: %s" msgstr "" -#: sphinx/ext/doctest.py:142 +#: sphinx/ext/doctest.py:132 #, python-format msgid "missing '+' or '-' in '%s' option." msgstr "" -#: sphinx/ext/doctest.py:147 +#: sphinx/ext/doctest.py:137 #, python-format msgid "'%s' is not a valid option." msgstr "" -#: sphinx/ext/doctest.py:161 +#: sphinx/ext/doctest.py:151 #, python-format msgid "'%s' is not a valid pyversion option" msgstr "" -#: sphinx/ext/doctest.py:230 +#: sphinx/ext/doctest.py:222 msgid "invalid TestCode type" msgstr "" -#: sphinx/ext/doctest.py:291 +#: sphinx/ext/doctest.py:283 #, python-format msgid "" "Testing of doctests in the sources finished, look at the results in " "%(outdir)s/output.txt." msgstr "" -#: sphinx/ext/doctest.py:438 +#: sphinx/ext/doctest.py:446 #, python-format msgid "no code/output in %s block at %s:%s" msgstr "" -#: sphinx/ext/doctest.py:527 +#: sphinx/ext/doctest.py:535 #, python-format msgid "ignoring invalid doctest code: %r" msgstr "" @@ -2467,7 +2468,7 @@ msgstr "" msgid "Ignoring \"graphviz\" directive without content." msgstr "" -#: sphinx/ext/graphviz.py:252 +#: sphinx/ext/graphviz.py:250 #, python-format msgid "" "dot did not produce an output file:\n" @@ -2477,14 +2478,14 @@ msgid "" "%r" msgstr "" -#: sphinx/ext/graphviz.py:256 +#: sphinx/ext/graphviz.py:254 #, python-format msgid "" "dot command %r cannot be run (needed for graphviz output), check the " "graphviz_dot setting" msgstr "" -#: sphinx/ext/graphviz.py:263 +#: sphinx/ext/graphviz.py:261 #, python-format msgid "" "dot exited with error:\n" @@ -2494,23 +2495,23 @@ msgid "" "%r" msgstr "" -#: sphinx/ext/graphviz.py:273 +#: sphinx/ext/graphviz.py:271 #, python-format msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" msgstr "" -#: sphinx/ext/graphviz.py:277 sphinx/ext/graphviz.py:331 -#: sphinx/ext/graphviz.py:369 +#: sphinx/ext/graphviz.py:275 sphinx/ext/graphviz.py:329 +#: sphinx/ext/graphviz.py:367 #, python-format msgid "dot code %r: %s" msgstr "" -#: sphinx/ext/graphviz.py:384 sphinx/ext/graphviz.py:393 +#: sphinx/ext/graphviz.py:382 sphinx/ext/graphviz.py:391 #, python-format msgid "[graph: %s]" msgstr "" -#: sphinx/ext/graphviz.py:386 sphinx/ext/graphviz.py:395 +#: sphinx/ext/graphviz.py:384 sphinx/ext/graphviz.py:393 msgid "[graph]" msgstr "" @@ -2529,31 +2530,31 @@ msgid "" "%r" msgstr "" -#: sphinx/ext/imgmath.py:140 +#: sphinx/ext/imgmath.py:139 #, python-format msgid "" "LaTeX command %r cannot be run (needed for math display), check the " "imgmath_latex setting" msgstr "" -#: sphinx/ext/imgmath.py:155 +#: sphinx/ext/imgmath.py:154 #, python-format msgid "" "%s command %r cannot be run (needed for math display), check the imgmath_%s " "setting" msgstr "" -#: sphinx/ext/imgmath.py:290 +#: sphinx/ext/imgmath.py:289 #, python-format msgid "display latex %r: %s" msgstr "" -#: sphinx/ext/imgmath.py:317 +#: sphinx/ext/imgmath.py:316 #, python-format msgid "inline latex %r: %s" msgstr "" -#: sphinx/ext/imgmath.py:324 sphinx/ext/mathjax.py:54 +#: sphinx/ext/imgmath.py:323 sphinx/ext/mathjax.py:54 msgid "Permalink to this equation" msgstr "" @@ -2573,26 +2574,26 @@ msgid "" "alternatives:" msgstr "" -#: sphinx/ext/intersphinx.py:237 +#: sphinx/ext/intersphinx.py:238 msgid "failed to reach any of the inventories with the following issues:" msgstr "" -#: sphinx/ext/intersphinx.py:312 +#: sphinx/ext/intersphinx.py:311 #, python-format msgid "(in %s v%s)" msgstr "" -#: sphinx/ext/intersphinx.py:314 +#: sphinx/ext/intersphinx.py:313 #, python-format msgid "(in %s)" msgstr "" -#: sphinx/ext/intersphinx.py:348 +#: sphinx/ext/intersphinx.py:347 #, python-format msgid "intersphinx identifier %r is not string. Ignored" msgstr "" -#: sphinx/ext/intersphinx.py:361 +#: sphinx/ext/intersphinx.py:360 #, python-format msgid "Fail to read intersphinx_mapping[%s], Ignored: %r" msgstr "" @@ -2648,29 +2649,29 @@ msgstr "" msgid "

All modules for which code is available

" msgstr "" -#: sphinx/ext/autodoc/__init__.py:302 +#: sphinx/ext/autodoc/__init__.py:300 #, python-format msgid "invalid signature for auto%s (%r)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:402 +#: sphinx/ext/autodoc/__init__.py:400 #, python-format msgid "error while formatting arguments for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:514 +#: sphinx/ext/autodoc/__init__.py:512 #, python-format msgid "missing attribute %s in object %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:602 +#: sphinx/ext/autodoc/__init__.py:600 #, python-format msgid "" "autodoc: failed to determine %r to be documented.the following exception was raised:\n" "%s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:694 +#: sphinx/ext/autodoc/__init__.py:692 #, python-format msgid "" "don't know which module to import for autodocumenting %r (try placing a " @@ -2678,39 +2679,39 @@ msgid "" "explicit module name)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:788 +#: sphinx/ext/autodoc/__init__.py:786 msgid "\"::\" in automodule name doesn't make sense" msgstr "" -#: sphinx/ext/autodoc/__init__.py:796 +#: sphinx/ext/autodoc/__init__.py:794 #, python-format msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:829 +#: sphinx/ext/autodoc/__init__.py:827 #, python-format msgid "" "__all__ should be a list of strings, not %r (in module %s) -- ignoring " "__all__" msgstr "" -#: sphinx/ext/autodoc/__init__.py:844 +#: sphinx/ext/autodoc/__init__.py:842 #, python-format msgid "" "missing attribute mentioned in :members: or __all__: module %s, attribute %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1128 +#: sphinx/ext/autodoc/__init__.py:1126 #, python-format msgid "Bases: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1185 +#: sphinx/ext/autodoc/__init__.py:1183 #, python-format msgid "alias of :class:`%s`" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1470 +#: sphinx/ext/autodoc/__init__.py:1468 #, python-format msgid "Ignoring invalid option in autodoc_default_flags: %r" msgstr "" @@ -2746,17 +2747,17 @@ msgid "" "contain .rst. Skipped." msgstr "" -#: sphinx/ext/autosummary/generate.py:102 +#: sphinx/ext/autosummary/generate.py:100 #, python-format msgid "[autosummary] generating autosummary for: %s" msgstr "" -#: sphinx/ext/autosummary/generate.py:106 +#: sphinx/ext/autosummary/generate.py:104 #, python-format msgid "[autosummary] writing to %s" msgstr "" -#: sphinx/ext/autosummary/generate.py:366 +#: sphinx/ext/autosummary/generate.py:364 msgid "" "\n" "Generate ReStructuredText using autosummary directives.\n" @@ -2771,25 +2772,25 @@ msgid "" " pydoc sphinx.ext.autosummary\n" msgstr "" -#: sphinx/ext/autosummary/generate.py:383 +#: sphinx/ext/autosummary/generate.py:381 msgid "source files to generate rST files for" msgstr "" -#: sphinx/ext/autosummary/generate.py:387 +#: sphinx/ext/autosummary/generate.py:385 msgid "directory to place all output in" msgstr "" -#: sphinx/ext/autosummary/generate.py:390 +#: sphinx/ext/autosummary/generate.py:388 #, python-format msgid "default suffix for files (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:394 +#: sphinx/ext/autosummary/generate.py:392 #, python-format msgid "custom template directory (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:398 +#: sphinx/ext/autosummary/generate.py:396 #, python-format msgid "document imported members (default: %(default)s)" msgstr "" @@ -2867,6 +2868,7 @@ msgid "Warning" msgstr "" #: sphinx/templates/latex/longtable.tex_t:23 +#: sphinx/templates/latex/sphinxmessages.sty_t:8 msgid "continued from previous page" msgstr "" @@ -2874,13 +2876,29 @@ msgstr "" msgid "Continued on next page" msgstr "" +#: sphinx/templates/latex/sphinxmessages.sty_t:9 +msgid "continues on next page" +msgstr "" + +#: sphinx/templates/latex/sphinxmessages.sty_t:10 +msgid "Non-alphabetical" +msgstr "" + +#: sphinx/templates/latex/sphinxmessages.sty_t:12 +msgid "Numbers" +msgstr "" + +#: sphinx/templates/latex/sphinxmessages.sty_t:13 +msgid "page" +msgstr "" + #: sphinx/themes/agogo/layout.html:46 sphinx/themes/basic/globaltoc.html:10 #: sphinx/themes/basic/localtoc.html:11 sphinx/themes/scrolls/layout.html:41 msgid "Table of Contents" msgstr "" #: sphinx/themes/agogo/layout.html:51 sphinx/themes/basic/layout.html:153 -#: sphinx/themes/basic/search.html:11 sphinx/themes/basic/search.html:26 +#: sphinx/themes/basic/search.html:11 sphinx/themes/basic/search.html:21 #: sphinx/themes/basic/searchresults.html:10 msgid "Search" msgstr "" @@ -3017,13 +3035,13 @@ msgstr "" msgid "next chapter" msgstr "" -#: sphinx/themes/basic/search.html:30 +#: sphinx/themes/basic/search.html:25 msgid "" "Please activate JavaScript to enable the search\n" " functionality." msgstr "" -#: sphinx/themes/basic/search.html:35 +#: sphinx/themes/basic/search.html:30 msgid "" "From here you can search these documents. Enter your search\n" " words into the box below and click \"search\". Note that the search\n" @@ -3031,20 +3049,20 @@ msgid "" " containing fewer words won't appear in the result list." msgstr "" -#: sphinx/themes/basic/search.html:42 +#: sphinx/themes/basic/search.html:37 #: sphinx/themes/basic/searchresults.html:17 msgid "search" msgstr "" -#: sphinx/themes/basic/search.html:46 +#: sphinx/themes/basic/search.html:41 #: sphinx/themes/basic/searchresults.html:21 -#: sphinx/themes/basic/static/searchtools.js:295 +#: sphinx/themes/basic/static/searchtools.js:285 msgid "Search Results" msgstr "" -#: sphinx/themes/basic/search.html:48 +#: sphinx/themes/basic/search.html:43 #: sphinx/themes/basic/searchresults.html:23 -#: sphinx/themes/basic/static/searchtools.js:297 +#: sphinx/themes/basic/static/searchtools.js:287 msgid "" "Your search did not match any documents. Please make sure that all words are" " spelled correctly and that you've selected enough categories." @@ -3102,20 +3120,20 @@ msgstr "" msgid "Hide Search Matches" msgstr "" -#: sphinx/themes/basic/static/searchtools.js:131 +#: sphinx/themes/basic/static/searchtools.js:121 msgid "Searching" msgstr "" -#: sphinx/themes/basic/static/searchtools.js:136 +#: sphinx/themes/basic/static/searchtools.js:126 msgid "Preparing search..." msgstr "" -#: sphinx/themes/basic/static/searchtools.js:299 +#: sphinx/themes/basic/static/searchtools.js:289 #, python-format msgid "Search finished, found %s page(s) matching the search query." msgstr "" -#: sphinx/themes/basic/static/searchtools.js:352 +#: sphinx/themes/basic/static/searchtools.js:342 msgid ", in " msgstr "" @@ -3132,18 +3150,18 @@ msgstr "" msgid "Contents" msgstr "" -#: sphinx/transforms/__init__.py:259 +#: sphinx/transforms/__init__.py:261 #, python-format msgid "" "4 column based index found. It might be a bug of extensions you use: %r" msgstr "" -#: sphinx/transforms/__init__.py:301 +#: sphinx/transforms/__init__.py:303 #, python-format msgid "Footnote [%s] is not referenced." msgstr "" -#: sphinx/transforms/__init__.py:307 +#: sphinx/transforms/__init__.py:309 msgid "Footnote [#] is not referenced." msgstr "" @@ -3214,7 +3232,7 @@ msgstr "" msgid "failed" msgstr "" -#: sphinx/util/docutils.py:321 +#: sphinx/util/docutils.py:320 msgid "when adding directive classes, no additional arguments may be given" msgstr "" @@ -3275,15 +3293,15 @@ msgstr "" msgid "Permalink to this code" msgstr "" -#: sphinx/writers/html.py:514 sphinx/writers/html5.py:460 +#: sphinx/writers/html.py:512 sphinx/writers/html5.py:458 msgid "Permalink to this image" msgstr "" -#: sphinx/writers/html.py:516 sphinx/writers/html5.py:462 +#: sphinx/writers/html.py:514 sphinx/writers/html5.py:460 msgid "Permalink to this toctree" msgstr "" -#: sphinx/writers/html.py:674 sphinx/writers/html5.py:608 +#: sphinx/writers/html.py:672 sphinx/writers/html5.py:606 msgid "Could not obtain image size. :scale: option is ignored." msgstr "" @@ -3320,12 +3338,12 @@ msgstr "" msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: sphinx/writers/latex.py:1843 +#: sphinx/writers/latex.py:1847 #, python-format msgid "unknown index entry type %s found" msgstr "" -#: sphinx/writers/latex.py:2552 +#: sphinx/writers/latex.py:2560 #, python-format msgid "Unknown configure key: latex_elements[%r] is ignored." msgstr "" @@ -3343,12 +3361,12 @@ msgstr "" msgid "caption not inside a figure." msgstr "" -#: sphinx/writers/texinfo.py:1421 +#: sphinx/writers/texinfo.py:1422 #, python-format msgid "unimplemented node type: %r" msgstr "" -#: sphinx/writers/texinfo.py:1426 +#: sphinx/writers/texinfo.py:1427 #, python-format msgid "unknown node type: %r" msgstr "" diff --git a/sphinx/locale/sv/LC_MESSAGES/sphinx.mo b/sphinx/locale/sv/LC_MESSAGES/sphinx.mo index ac597271df..1899198cbc 100644 Binary files a/sphinx/locale/sv/LC_MESSAGES/sphinx.mo and b/sphinx/locale/sv/LC_MESSAGES/sphinx.mo differ diff --git a/sphinx/locale/sv/LC_MESSAGES/sphinx.po b/sphinx/locale/sv/LC_MESSAGES/sphinx.po index 431a16998f..8f26be6f19 100644 --- a/sphinx/locale/sv/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/sv/LC_MESSAGES/sphinx.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2019-02-18 01:52+0900\n" -"PO-Revision-Date: 2019-03-14 16:36+0000\n" +"POT-Creation-Date: 2019-03-29 01:05+0900\n" +"PO-Revision-Date: 2019-03-28 16:08+0000\n" "Last-Translator: Takeshi KOMIYA \n" "Language-Team: Swedish (http://www.transifex.com/sphinx-doc/sphinx-1/language/sv/)\n" "MIME-Version: 1.0\n" @@ -121,7 +121,7 @@ msgstr "" msgid "role %r is already registered, it will be overridden" msgstr "" -#: sphinx/application.py:1182 +#: sphinx/application.py:1179 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -129,7 +129,7 @@ msgid "" "explicit" msgstr "" -#: sphinx/application.py:1188 +#: sphinx/application.py:1185 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -137,7 +137,7 @@ msgid "" "explicit" msgstr "" -#: sphinx/application.py:1199 +#: sphinx/application.py:1196 #, python-format msgid "doing serial %s" msgstr "" @@ -586,44 +586,44 @@ msgstr "" msgid "preparing documents" msgstr "" -#: sphinx/builders/_epub_base.py:219 +#: sphinx/builders/_epub_base.py:218 #, python-format msgid "duplicated ToC entry found: %s" msgstr "" -#: sphinx/builders/_epub_base.py:415 sphinx/builders/html.py:761 -#: sphinx/builders/latex/__init__.py:413 sphinx/builders/texinfo.py:190 +#: sphinx/builders/_epub_base.py:414 sphinx/builders/html.py:761 +#: sphinx/builders/latex/__init__.py:415 sphinx/builders/texinfo.py:190 msgid "copying images... " msgstr "" -#: sphinx/builders/_epub_base.py:422 +#: sphinx/builders/_epub_base.py:421 #, python-format msgid "cannot read image file %r: copying it instead" msgstr "" -#: sphinx/builders/_epub_base.py:428 sphinx/builders/html.py:769 -#: sphinx/builders/latex/__init__.py:421 sphinx/builders/texinfo.py:198 +#: sphinx/builders/_epub_base.py:427 sphinx/builders/html.py:769 +#: sphinx/builders/latex/__init__.py:423 sphinx/builders/texinfo.py:199 #, python-format msgid "cannot copy image file %r: %s" msgstr "" -#: sphinx/builders/_epub_base.py:445 +#: sphinx/builders/_epub_base.py:444 #, python-format msgid "cannot write image file %r: %s" msgstr "" -#: sphinx/builders/_epub_base.py:456 +#: sphinx/builders/_epub_base.py:455 msgid "Pillow not found - copying image files" msgstr "" -#: sphinx/builders/_epub_base.py:491 sphinx/builders/_epub_base.py:504 -#: sphinx/builders/_epub_base.py:540 sphinx/builders/_epub_base.py:725 -#: sphinx/builders/_epub_base.py:758 sphinx/builders/epub3.py:184 +#: sphinx/builders/_epub_base.py:490 sphinx/builders/_epub_base.py:503 +#: sphinx/builders/_epub_base.py:539 sphinx/builders/_epub_base.py:724 +#: sphinx/builders/_epub_base.py:757 sphinx/builders/epub3.py:183 #, python-format msgid "writing %s file..." msgstr "" -#: sphinx/builders/_epub_base.py:566 +#: sphinx/builders/_epub_base.py:565 #, python-format msgid "unknown mimetype for %s, ignoring" msgstr "" @@ -642,19 +642,19 @@ msgstr "" msgid "writing summary file..." msgstr "" -#: sphinx/builders/changes.py:87 +#: sphinx/builders/changes.py:86 msgid "Builtins" msgstr "Inbyggda" -#: sphinx/builders/changes.py:89 +#: sphinx/builders/changes.py:88 msgid "Module level" msgstr "Modulnivå" -#: sphinx/builders/changes.py:134 +#: sphinx/builders/changes.py:133 msgid "copying source files..." msgstr "" -#: sphinx/builders/changes.py:141 +#: sphinx/builders/changes.py:140 #, python-format msgid "could not read %r for changelog creation" msgstr "" @@ -663,76 +663,76 @@ msgstr "" msgid "The dummy builder generates no files." msgstr "" -#: sphinx/builders/epub3.py:69 +#: sphinx/builders/epub3.py:68 #, python-format msgid "The ePub file is in %(outdir)s." msgstr "" -#: sphinx/builders/epub3.py:212 +#: sphinx/builders/epub3.py:211 msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:216 +#: sphinx/builders/epub3.py:215 msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:219 +#: sphinx/builders/epub3.py:218 msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:223 +#: sphinx/builders/epub3.py:222 msgid "conf value \"epub_author\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:226 +#: sphinx/builders/epub3.py:225 msgid "conf value \"epub_contributor\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:229 +#: sphinx/builders/epub3.py:228 msgid "conf value \"epub_description\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:232 +#: sphinx/builders/epub3.py:231 msgid "conf value \"epub_publisher\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:235 +#: sphinx/builders/epub3.py:234 msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:239 +#: sphinx/builders/epub3.py:238 msgid "conf value \"epub_identifier\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:242 +#: sphinx/builders/epub3.py:241 msgid "conf value \"version\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:257 sphinx/builders/html.py:1166 +#: sphinx/builders/epub3.py:256 sphinx/builders/html.py:1166 #, python-format msgid "invalid css_file: %r, ignored" msgstr "" -#: sphinx/builders/gettext.py:215 +#: sphinx/builders/gettext.py:221 #, python-format msgid "The message catalogs are in %(outdir)s." msgstr "" -#: sphinx/builders/gettext.py:239 +#: sphinx/builders/gettext.py:245 #, python-format msgid "building [%s]: " msgstr "" -#: sphinx/builders/gettext.py:240 +#: sphinx/builders/gettext.py:246 #, python-format msgid "targets for %d template files" msgstr "" -#: sphinx/builders/gettext.py:244 +#: sphinx/builders/gettext.py:250 msgid "reading templates... " msgstr "" -#: sphinx/builders/gettext.py:271 +#: sphinx/builders/gettext.py:277 msgid "writing message catalogs... " msgstr "" @@ -751,7 +751,7 @@ msgstr "" msgid "Failed to read build info file: %r" msgstr "" -#: sphinx/builders/html.py:488 sphinx/builders/latex/__init__.py:204 +#: sphinx/builders/html.py:488 sphinx/builders/latex/__init__.py:206 #: sphinx/transforms/__init__.py:121 sphinx/writers/manpage.py:118 #: sphinx/writers/texinfo.py:243 #, python-format @@ -804,7 +804,7 @@ msgstr "" msgid "html_static_path entry %r does not exist" msgstr "" -#: sphinx/builders/html.py:839 sphinx/builders/latex/__init__.py:398 +#: sphinx/builders/html.py:839 sphinx/builders/latex/__init__.py:400 #, python-format msgid "logo file %r does not exist" msgstr "" @@ -921,7 +921,7 @@ msgstr "" msgid "no \"man_pages\" config value found; no manual pages will be written" msgstr "" -#: sphinx/builders/latex/__init__.py:270 sphinx/builders/manpage.py:64 +#: sphinx/builders/latex/__init__.py:272 sphinx/builders/manpage.py:64 #: sphinx/builders/singlehtml.py:174 sphinx/builders/texinfo.py:120 msgid "writing" msgstr "" @@ -965,24 +965,24 @@ msgstr "" msgid "\"texinfo_documents\" config value references unknown document %s" msgstr "" -#: sphinx/builders/latex/__init__.py:253 sphinx/builders/texinfo.py:116 +#: sphinx/builders/latex/__init__.py:255 sphinx/builders/texinfo.py:116 #, python-format msgid "processing %s" msgstr "" -#: sphinx/builders/latex/__init__.py:322 sphinx/builders/texinfo.py:163 +#: sphinx/builders/latex/__init__.py:323 sphinx/builders/texinfo.py:164 msgid "resolving references..." msgstr "" -#: sphinx/builders/latex/__init__.py:332 sphinx/builders/texinfo.py:172 +#: sphinx/builders/latex/__init__.py:333 sphinx/builders/texinfo.py:173 msgid " (in " msgstr "(i " -#: sphinx/builders/texinfo.py:204 +#: sphinx/builders/texinfo.py:205 msgid "copying Texinfo support files" msgstr "" -#: sphinx/builders/texinfo.py:208 +#: sphinx/builders/texinfo.py:209 #, python-format msgid "error writing file Makefile: %s" msgstr "" @@ -1002,28 +1002,28 @@ msgstr "" msgid "The pseudo-XML files are in %(outdir)s." msgstr "" -#: sphinx/builders/latex/__init__.py:121 +#: sphinx/builders/latex/__init__.py:123 #, python-format msgid "The LaTeX files are in %(outdir)s." msgstr "" -#: sphinx/builders/latex/__init__.py:123 +#: sphinx/builders/latex/__init__.py:125 msgid "" "\n" "Run 'make' in that directory to run these through (pdf)latex\n" "(use `make latexpdf' here to do that automatically)." msgstr "" -#: sphinx/builders/latex/__init__.py:163 +#: sphinx/builders/latex/__init__.py:165 msgid "no \"latex_documents\" config value found; no documents will be written" msgstr "" -#: sphinx/builders/latex/__init__.py:171 +#: sphinx/builders/latex/__init__.py:173 #, python-format msgid "\"latex_documents\" config value references unknown document %s" msgstr "" -#: sphinx/builders/latex/__init__.py:211 sphinx/domains/std.py:501 +#: sphinx/builders/latex/__init__.py:213 sphinx/domains/std.py:501 #: sphinx/templates/latex/latex.tex_t:79 #: sphinx/themes/basic/genindex-single.html:30 #: sphinx/themes/basic/genindex-single.html:55 @@ -1035,28 +1035,28 @@ msgstr "" msgid "Index" msgstr "Index" -#: sphinx/builders/latex/__init__.py:214 sphinx/templates/latex/latex.tex_t:64 +#: sphinx/builders/latex/__init__.py:216 sphinx/templates/latex/latex.tex_t:64 msgid "Release" msgstr "Utgåva" -#: sphinx/builders/latex/__init__.py:222 sphinx/writers/latex.py:549 +#: sphinx/builders/latex/__init__.py:224 sphinx/writers/latex.py:549 #, python-format msgid "no Babel option known for language %r" msgstr "" -#: sphinx/builders/latex/__init__.py:361 +#: sphinx/builders/latex/__init__.py:363 msgid "copying TeX support files" msgstr "" -#: sphinx/builders/latex/__init__.py:382 +#: sphinx/builders/latex/__init__.py:384 msgid "copying TeX support files..." msgstr "" -#: sphinx/builders/latex/__init__.py:402 +#: sphinx/builders/latex/__init__.py:404 msgid "copying additional files" msgstr "" -#: sphinx/builders/latex/__init__.py:445 +#: sphinx/builders/latex/__init__.py:447 #, python-format msgid "Unknown configure key: latex_elements[%r]. ignored." msgstr "" @@ -1119,8 +1119,8 @@ msgstr "" msgid "job number should be a positive number" msgstr "" -#: sphinx/cmd/build.py:106 sphinx/cmd/quickstart.py:498 -#: sphinx/ext/apidoc.py:298 sphinx/ext/autosummary/generate.py:365 +#: sphinx/cmd/build.py:106 sphinx/cmd/quickstart.py:497 +#: sphinx/ext/apidoc.py:298 sphinx/ext/autosummary/generate.py:363 msgid "For more information, visit ." msgstr "" @@ -1497,13 +1497,13 @@ msgstr "" msgid "Indicate which of the following Sphinx extensions should be enabled:" msgstr "" -#: sphinx/cmd/quickstart.py:354 +#: sphinx/cmd/quickstart.py:353 msgid "" "Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " "been deselected." msgstr "" -#: sphinx/cmd/quickstart.py:359 +#: sphinx/cmd/quickstart.py:358 msgid "" "\n" "A Makefile and a Windows command file can be generated for you so that you\n" @@ -1511,29 +1511,29 @@ msgid "" "directly." msgstr "" -#: sphinx/cmd/quickstart.py:363 +#: sphinx/cmd/quickstart.py:362 msgid "Create Makefile? (y/n)" msgstr "" -#: sphinx/cmd/quickstart.py:366 +#: sphinx/cmd/quickstart.py:365 msgid "Create Windows command file? (y/n)" msgstr "" -#: sphinx/cmd/quickstart.py:409 sphinx/ext/apidoc.py:74 +#: sphinx/cmd/quickstart.py:408 sphinx/ext/apidoc.py:74 #, python-format msgid "Creating file %s." msgstr "" -#: sphinx/cmd/quickstart.py:414 sphinx/ext/apidoc.py:72 +#: sphinx/cmd/quickstart.py:413 sphinx/ext/apidoc.py:72 #, python-format msgid "File %s already exists, skipping." msgstr "" -#: sphinx/cmd/quickstart.py:450 +#: sphinx/cmd/quickstart.py:449 msgid "Finished: An initial directory structure has been created." msgstr "" -#: sphinx/cmd/quickstart.py:451 +#: sphinx/cmd/quickstart.py:450 #, python-format msgid "" "\n" @@ -1541,26 +1541,26 @@ msgid "" "source files. " msgstr "" -#: sphinx/cmd/quickstart.py:453 +#: sphinx/cmd/quickstart.py:452 msgid "" "Use the Makefile to build the docs, like so:\n" " make builder\n" msgstr "" -#: sphinx/cmd/quickstart.py:456 +#: sphinx/cmd/quickstart.py:455 #, python-format msgid "" "Use the sphinx-build command to build the docs, like so:\n" " sphinx-build -b builder %s %s\n" msgstr "" -#: sphinx/cmd/quickstart.py:459 +#: sphinx/cmd/quickstart.py:458 msgid "" "where \"builder\" is one of the supported builders, e.g. html, latex or " "linkcheck.\n" msgstr "" -#: sphinx/cmd/quickstart.py:499 +#: sphinx/cmd/quickstart.py:498 msgid "" "\n" "Generate required files for a Sphinx project.\n" @@ -1570,131 +1570,131 @@ msgid "" "Makefile to be used with sphinx-build.\n" msgstr "" -#: sphinx/cmd/quickstart.py:509 +#: sphinx/cmd/quickstart.py:508 msgid "quiet mode" msgstr "" -#: sphinx/cmd/quickstart.py:514 +#: sphinx/cmd/quickstart.py:513 msgid "output path" msgstr "" -#: sphinx/cmd/quickstart.py:516 +#: sphinx/cmd/quickstart.py:515 msgid "Structure options" msgstr "" -#: sphinx/cmd/quickstart.py:518 +#: sphinx/cmd/quickstart.py:517 msgid "if specified, separate source and build dirs" msgstr "" -#: sphinx/cmd/quickstart.py:520 +#: sphinx/cmd/quickstart.py:519 msgid "replacement for dot in _templates etc." msgstr "" -#: sphinx/cmd/quickstart.py:522 +#: sphinx/cmd/quickstart.py:521 msgid "Project basic options" msgstr "" -#: sphinx/cmd/quickstart.py:524 +#: sphinx/cmd/quickstart.py:523 msgid "project name" msgstr "" -#: sphinx/cmd/quickstart.py:526 +#: sphinx/cmd/quickstart.py:525 msgid "author names" msgstr "" -#: sphinx/cmd/quickstart.py:528 +#: sphinx/cmd/quickstart.py:527 msgid "version of project" msgstr "" -#: sphinx/cmd/quickstart.py:530 +#: sphinx/cmd/quickstart.py:529 msgid "release of project" msgstr "" -#: sphinx/cmd/quickstart.py:532 +#: sphinx/cmd/quickstart.py:531 msgid "document language" msgstr "" -#: sphinx/cmd/quickstart.py:534 +#: sphinx/cmd/quickstart.py:533 msgid "source file suffix" msgstr "" -#: sphinx/cmd/quickstart.py:536 +#: sphinx/cmd/quickstart.py:535 msgid "master document name" msgstr "" -#: sphinx/cmd/quickstart.py:538 +#: sphinx/cmd/quickstart.py:537 msgid "use epub" msgstr "" -#: sphinx/cmd/quickstart.py:540 +#: sphinx/cmd/quickstart.py:539 msgid "Extension options" msgstr "" -#: sphinx/cmd/quickstart.py:544 sphinx/ext/apidoc.py:379 +#: sphinx/cmd/quickstart.py:543 sphinx/ext/apidoc.py:379 #, python-format msgid "enable %s extension" msgstr "" -#: sphinx/cmd/quickstart.py:546 sphinx/ext/apidoc.py:375 +#: sphinx/cmd/quickstart.py:545 sphinx/ext/apidoc.py:375 msgid "enable arbitrary extensions" msgstr "" -#: sphinx/cmd/quickstart.py:548 +#: sphinx/cmd/quickstart.py:547 msgid "Makefile and Batchfile creation" msgstr "" -#: sphinx/cmd/quickstart.py:550 +#: sphinx/cmd/quickstart.py:549 msgid "create makefile" msgstr "" -#: sphinx/cmd/quickstart.py:552 +#: sphinx/cmd/quickstart.py:551 msgid "do not create makefile" msgstr "" -#: sphinx/cmd/quickstart.py:554 +#: sphinx/cmd/quickstart.py:553 msgid "create batchfile" msgstr "" -#: sphinx/cmd/quickstart.py:557 +#: sphinx/cmd/quickstart.py:556 msgid "do not create batchfile" msgstr "" -#: sphinx/cmd/quickstart.py:560 +#: sphinx/cmd/quickstart.py:559 msgid "use make-mode for Makefile/make.bat" msgstr "" -#: sphinx/cmd/quickstart.py:563 +#: sphinx/cmd/quickstart.py:562 msgid "do not use make-mode for Makefile/make.bat" msgstr "" -#: sphinx/cmd/quickstart.py:565 +#: sphinx/cmd/quickstart.py:564 msgid "Project templating" msgstr "" -#: sphinx/cmd/quickstart.py:568 +#: sphinx/cmd/quickstart.py:567 msgid "template directory for template files" msgstr "" -#: sphinx/cmd/quickstart.py:571 +#: sphinx/cmd/quickstart.py:570 msgid "define a template variable" msgstr "" -#: sphinx/cmd/quickstart.py:605 +#: sphinx/cmd/quickstart.py:604 msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." msgstr "" -#: sphinx/cmd/quickstart.py:619 +#: sphinx/cmd/quickstart.py:618 msgid "" "Error: specified path is not a directory, or sphinx files already exist." msgstr "" -#: sphinx/cmd/quickstart.py:621 +#: sphinx/cmd/quickstart.py:620 msgid "" "sphinx-quickstart only generate into a empty directory. Please specify a new" " root path." msgstr "" -#: sphinx/cmd/quickstart.py:636 +#: sphinx/cmd/quickstart.py:635 #, python-format msgid "Invalid template variable: %s" msgstr "" @@ -1766,17 +1766,17 @@ msgstr "Upphovsman:" msgid "%s %s" msgstr "%s %s" -#: sphinx/domains/c.py:64 sphinx/domains/cpp.py:6371 +#: sphinx/domains/c.py:64 sphinx/domains/cpp.py:6445 #: sphinx/domains/python.py:210 sphinx/ext/napoleon/docstring.py:696 msgid "Parameters" msgstr "Parametrar" -#: sphinx/domains/c.py:67 sphinx/domains/cpp.py:6380 -#: sphinx/domains/javascript.py:210 sphinx/domains/python.py:222 +#: sphinx/domains/c.py:67 sphinx/domains/cpp.py:6454 +#: sphinx/domains/javascript.py:209 sphinx/domains/python.py:222 msgid "Returns" msgstr "Returnerar" -#: sphinx/domains/c.py:69 sphinx/domains/javascript.py:212 +#: sphinx/domains/c.py:69 sphinx/domains/javascript.py:211 #: sphinx/domains/python.py:224 msgid "Return type" msgstr "Returtyp" @@ -1806,12 +1806,12 @@ msgstr "%s (C-typ)" msgid "%s (C variable)" msgstr "%s (C-variabel)" -#: sphinx/domains/c.py:258 sphinx/domains/cpp.py:6956 -#: sphinx/domains/javascript.py:298 sphinx/domains/python.py:741 +#: sphinx/domains/c.py:258 sphinx/domains/cpp.py:7029 +#: sphinx/domains/javascript.py:297 sphinx/domains/python.py:742 msgid "function" msgstr "funktion" -#: sphinx/domains/c.py:259 sphinx/domains/cpp.py:6957 +#: sphinx/domains/c.py:259 sphinx/domains/cpp.py:7030 msgid "member" msgstr "medlem" @@ -1819,7 +1819,7 @@ msgstr "medlem" msgid "macro" msgstr "makro" -#: sphinx/domains/c.py:261 sphinx/domains/cpp.py:6958 +#: sphinx/domains/c.py:261 sphinx/domains/cpp.py:7031 msgid "type" msgstr "typ" @@ -1842,106 +1842,106 @@ msgstr "Förändrat i version %s" msgid "Deprecated since version %s" msgstr "Ersatt sedan version %s" -#: sphinx/domains/cpp.py:4297 +#: sphinx/domains/cpp.py:4323 #, python-format msgid "" "Duplicate declaration, also defined in '%s'.\n" "Declaration is '%s'." msgstr "" -#: sphinx/domains/cpp.py:6374 +#: sphinx/domains/cpp.py:6448 msgid "Template Parameters" msgstr "" -#: sphinx/domains/cpp.py:6377 sphinx/domains/javascript.py:207 +#: sphinx/domains/cpp.py:6451 sphinx/domains/javascript.py:206 msgid "Throws" msgstr "Kastar" -#: sphinx/domains/cpp.py:6505 +#: sphinx/domains/cpp.py:6579 #, python-format msgid "%s (C++ %s)" msgstr "" -#: sphinx/domains/cpp.py:6954 sphinx/domains/javascript.py:300 -#: sphinx/domains/python.py:743 +#: sphinx/domains/cpp.py:7027 sphinx/domains/javascript.py:299 +#: sphinx/domains/python.py:744 msgid "class" msgstr "klass" -#: sphinx/domains/cpp.py:6955 +#: sphinx/domains/cpp.py:7028 msgid "union" msgstr "" -#: sphinx/domains/cpp.py:6959 +#: sphinx/domains/cpp.py:7032 msgid "concept" msgstr "" -#: sphinx/domains/cpp.py:6960 +#: sphinx/domains/cpp.py:7033 msgid "enum" msgstr "" -#: sphinx/domains/cpp.py:6961 +#: sphinx/domains/cpp.py:7034 msgid "enumerator" msgstr "" -#: sphinx/domains/cpp.py:7054 +#: sphinx/domains/cpp.py:7127 #, python-format msgid "" "Duplicate declaration, also defined in '%s'.\n" "Name of declaration is '%s'." msgstr "" -#: sphinx/domains/javascript.py:131 sphinx/domains/python.py:429 +#: sphinx/domains/javascript.py:130 sphinx/domains/python.py:430 #, python-format msgid "%s() (built-in function)" msgstr "%s() (inbyggd funktion)" -#: sphinx/domains/javascript.py:132 sphinx/domains/python.py:494 +#: sphinx/domains/javascript.py:131 sphinx/domains/python.py:495 #, python-format msgid "%s() (%s method)" msgstr "%s() (%s metod)" -#: sphinx/domains/javascript.py:134 +#: sphinx/domains/javascript.py:133 #, python-format msgid "%s() (class)" msgstr "%s() (klass)" -#: sphinx/domains/javascript.py:136 +#: sphinx/domains/javascript.py:135 #, python-format msgid "%s (global variable or constant)" msgstr "%s (global variabel eller konstant)" -#: sphinx/domains/javascript.py:138 sphinx/domains/python.py:532 +#: sphinx/domains/javascript.py:137 sphinx/domains/python.py:533 #, python-format msgid "%s (%s attribute)" msgstr "%s (%s attribut)" -#: sphinx/domains/javascript.py:204 +#: sphinx/domains/javascript.py:203 msgid "Arguments" msgstr "Argument" -#: sphinx/domains/javascript.py:265 sphinx/domains/python.py:609 +#: sphinx/domains/javascript.py:264 sphinx/domains/python.py:610 #, python-format msgid "%s (module)" msgstr "%s (modul)" -#: sphinx/domains/javascript.py:299 sphinx/domains/python.py:745 +#: sphinx/domains/javascript.py:298 sphinx/domains/python.py:746 msgid "method" msgstr "metod" -#: sphinx/domains/javascript.py:301 sphinx/domains/python.py:742 +#: sphinx/domains/javascript.py:300 sphinx/domains/python.py:743 msgid "data" msgstr "data" -#: sphinx/domains/javascript.py:302 sphinx/domains/python.py:748 +#: sphinx/domains/javascript.py:301 sphinx/domains/python.py:749 msgid "attribute" msgstr "attribut" -#: sphinx/domains/javascript.py:303 sphinx/domains/python.py:49 -#: sphinx/domains/python.py:749 +#: sphinx/domains/javascript.py:302 sphinx/domains/python.py:49 +#: sphinx/domains/python.py:750 msgid "module" msgstr "modul" -#: sphinx/domains/math.py:101 sphinx/writers/latex.py:2451 +#: sphinx/domains/math.py:101 sphinx/writers/latex.py:2459 #, python-format msgid "Invalid math_eqref_format: %r" msgstr "" @@ -1963,7 +1963,7 @@ msgstr "operator" msgid "object" msgstr "objekt" -#: sphinx/domains/python.py:53 sphinx/domains/python.py:744 +#: sphinx/domains/python.py:53 sphinx/domains/python.py:745 msgid "exception" msgstr "undantag" @@ -1983,88 +1983,88 @@ msgstr "Variabler" msgid "Raises" msgstr "Väcker" -#: sphinx/domains/python.py:430 sphinx/domains/python.py:488 -#: sphinx/domains/python.py:500 sphinx/domains/python.py:513 +#: sphinx/domains/python.py:431 sphinx/domains/python.py:489 +#: sphinx/domains/python.py:501 sphinx/domains/python.py:514 #, python-format msgid "%s() (in module %s)" msgstr "%s() (i modul %s)" -#: sphinx/domains/python.py:433 +#: sphinx/domains/python.py:434 #, python-format msgid "%s (built-in variable)" msgstr "%s (inbyggd variabel)" -#: sphinx/domains/python.py:434 sphinx/domains/python.py:526 +#: sphinx/domains/python.py:435 sphinx/domains/python.py:527 #, python-format msgid "%s (in module %s)" msgstr "%s (i modul %s)" -#: sphinx/domains/python.py:454 +#: sphinx/domains/python.py:455 #, python-format msgid "%s (built-in class)" msgstr "%s (inbyggd klass)" -#: sphinx/domains/python.py:455 +#: sphinx/domains/python.py:456 #, python-format msgid "%s (class in %s)" msgstr "%s (klass i %s)" -#: sphinx/domains/python.py:492 +#: sphinx/domains/python.py:493 #, python-format msgid "%s() (%s.%s method)" msgstr "%s() (%s.%s metod)" -#: sphinx/domains/python.py:504 +#: sphinx/domains/python.py:505 #, python-format msgid "%s() (%s.%s static method)" msgstr "%s() (%s.%s statisk metod)" -#: sphinx/domains/python.py:507 +#: sphinx/domains/python.py:508 #, python-format msgid "%s() (%s static method)" msgstr "%s() (%s statisk metod)" -#: sphinx/domains/python.py:517 +#: sphinx/domains/python.py:518 #, python-format msgid "%s() (%s.%s class method)" msgstr "%s() (%s.%s klassmetod)" -#: sphinx/domains/python.py:520 +#: sphinx/domains/python.py:521 #, python-format msgid "%s() (%s class method)" msgstr "%s() (%s klassmetod)" -#: sphinx/domains/python.py:530 +#: sphinx/domains/python.py:531 #, python-format msgid "%s (%s.%s attribute)" msgstr "%s (%s.%s attribut)" -#: sphinx/domains/python.py:667 +#: sphinx/domains/python.py:668 msgid "Python Module Index" msgstr "Python Modulindex" -#: sphinx/domains/python.py:668 +#: sphinx/domains/python.py:669 msgid "modules" msgstr "moduler" -#: sphinx/domains/python.py:719 +#: sphinx/domains/python.py:720 msgid "Deprecated" msgstr "Ersatt" -#: sphinx/domains/python.py:746 +#: sphinx/domains/python.py:747 msgid "class method" msgstr "klassmetod" -#: sphinx/domains/python.py:747 +#: sphinx/domains/python.py:748 msgid "static method" msgstr "statisk metod" -#: sphinx/domains/python.py:879 +#: sphinx/domains/python.py:880 #, python-format msgid "more than one target found for cross-reference %r: %s" msgstr "" -#: sphinx/domains/python.py:917 +#: sphinx/domains/python.py:918 msgid " (deprecated)" msgstr "" @@ -2140,7 +2140,7 @@ msgstr "Söksida" msgid "duplicate citation %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:631 sphinx/ext/autosectionlabel.py:61 +#: sphinx/domains/std.py:631 sphinx/ext/autosectionlabel.py:56 #, python-format msgid "duplicate label %s, other instance in %s" msgstr "" @@ -2200,21 +2200,21 @@ msgid "" "another doctree directory." msgstr "" -#: sphinx/environment/__init__.py:408 +#: sphinx/environment/__init__.py:404 #, python-format msgid "Failed to scan documents in %s: %r" msgstr "" -#: sphinx/environment/__init__.py:536 +#: sphinx/environment/__init__.py:532 #, python-format msgid "Domain %r is not registered" msgstr "" -#: sphinx/environment/__init__.py:621 +#: sphinx/environment/__init__.py:617 msgid "self referenced toctree found. Ignored." msgstr "" -#: sphinx/environment/__init__.py:662 +#: sphinx/environment/__init__.py:658 msgid "document isn't included in any toctree" msgstr "" @@ -2234,6 +2234,7 @@ msgid "unknown index entry type %r" msgstr "" #: sphinx/environment/adapters/indexentries.py:156 +#: sphinx/templates/latex/sphinxmessages.sty_t:11 msgid "Symbols" msgstr "" @@ -2259,22 +2260,22 @@ msgstr "" msgid "toctree contains reference to nonexisting document %r" msgstr "" -#: sphinx/environment/collectors/asset.py:91 +#: sphinx/environment/collectors/asset.py:90 #, python-format msgid "image file not readable: %s" msgstr "" -#: sphinx/environment/collectors/asset.py:107 +#: sphinx/environment/collectors/asset.py:106 #, python-format msgid "image file %s not readable: %s" msgstr "" -#: sphinx/environment/collectors/asset.py:135 +#: sphinx/environment/collectors/asset.py:134 #, python-format msgid "download file not readable: %s" msgstr "" -#: sphinx/environment/collectors/toctree.py:197 +#: sphinx/environment/collectors/toctree.py:196 #, python-format msgid "%s is already assigned section numbers (nested numbered toctree?)" msgstr "" @@ -2418,38 +2419,38 @@ msgstr "" msgid "module %s could not be imported: %s" msgstr "" -#: sphinx/ext/doctest.py:142 +#: sphinx/ext/doctest.py:132 #, python-format msgid "missing '+' or '-' in '%s' option." msgstr "" -#: sphinx/ext/doctest.py:147 +#: sphinx/ext/doctest.py:137 #, python-format msgid "'%s' is not a valid option." msgstr "" -#: sphinx/ext/doctest.py:161 +#: sphinx/ext/doctest.py:151 #, python-format msgid "'%s' is not a valid pyversion option" msgstr "" -#: sphinx/ext/doctest.py:230 +#: sphinx/ext/doctest.py:222 msgid "invalid TestCode type" msgstr "" -#: sphinx/ext/doctest.py:291 +#: sphinx/ext/doctest.py:283 #, python-format msgid "" "Testing of doctests in the sources finished, look at the results in " "%(outdir)s/output.txt." msgstr "" -#: sphinx/ext/doctest.py:438 +#: sphinx/ext/doctest.py:446 #, python-format msgid "no code/output in %s block at %s:%s" msgstr "" -#: sphinx/ext/doctest.py:527 +#: sphinx/ext/doctest.py:535 #, python-format msgid "ignoring invalid doctest code: %r" msgstr "" @@ -2467,7 +2468,7 @@ msgstr "" msgid "Ignoring \"graphviz\" directive without content." msgstr "" -#: sphinx/ext/graphviz.py:252 +#: sphinx/ext/graphviz.py:250 #, python-format msgid "" "dot did not produce an output file:\n" @@ -2477,14 +2478,14 @@ msgid "" "%r" msgstr "" -#: sphinx/ext/graphviz.py:256 +#: sphinx/ext/graphviz.py:254 #, python-format msgid "" "dot command %r cannot be run (needed for graphviz output), check the " "graphviz_dot setting" msgstr "" -#: sphinx/ext/graphviz.py:263 +#: sphinx/ext/graphviz.py:261 #, python-format msgid "" "dot exited with error:\n" @@ -2494,23 +2495,23 @@ msgid "" "%r" msgstr "" -#: sphinx/ext/graphviz.py:273 +#: sphinx/ext/graphviz.py:271 #, python-format msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" msgstr "" -#: sphinx/ext/graphviz.py:277 sphinx/ext/graphviz.py:331 -#: sphinx/ext/graphviz.py:369 +#: sphinx/ext/graphviz.py:275 sphinx/ext/graphviz.py:329 +#: sphinx/ext/graphviz.py:367 #, python-format msgid "dot code %r: %s" msgstr "" -#: sphinx/ext/graphviz.py:384 sphinx/ext/graphviz.py:393 +#: sphinx/ext/graphviz.py:382 sphinx/ext/graphviz.py:391 #, python-format msgid "[graph: %s]" msgstr "" -#: sphinx/ext/graphviz.py:386 sphinx/ext/graphviz.py:395 +#: sphinx/ext/graphviz.py:384 sphinx/ext/graphviz.py:393 msgid "[graph]" msgstr "" @@ -2529,31 +2530,31 @@ msgid "" "%r" msgstr "" -#: sphinx/ext/imgmath.py:140 +#: sphinx/ext/imgmath.py:139 #, python-format msgid "" "LaTeX command %r cannot be run (needed for math display), check the " "imgmath_latex setting" msgstr "" -#: sphinx/ext/imgmath.py:155 +#: sphinx/ext/imgmath.py:154 #, python-format msgid "" "%s command %r cannot be run (needed for math display), check the imgmath_%s " "setting" msgstr "" -#: sphinx/ext/imgmath.py:290 +#: sphinx/ext/imgmath.py:289 #, python-format msgid "display latex %r: %s" msgstr "" -#: sphinx/ext/imgmath.py:317 +#: sphinx/ext/imgmath.py:316 #, python-format msgid "inline latex %r: %s" msgstr "" -#: sphinx/ext/imgmath.py:324 sphinx/ext/mathjax.py:54 +#: sphinx/ext/imgmath.py:323 sphinx/ext/mathjax.py:54 msgid "Permalink to this equation" msgstr "" @@ -2573,26 +2574,26 @@ msgid "" "alternatives:" msgstr "" -#: sphinx/ext/intersphinx.py:237 +#: sphinx/ext/intersphinx.py:238 msgid "failed to reach any of the inventories with the following issues:" msgstr "" -#: sphinx/ext/intersphinx.py:312 +#: sphinx/ext/intersphinx.py:311 #, python-format msgid "(in %s v%s)" msgstr "" -#: sphinx/ext/intersphinx.py:314 +#: sphinx/ext/intersphinx.py:313 #, python-format msgid "(in %s)" msgstr "" -#: sphinx/ext/intersphinx.py:348 +#: sphinx/ext/intersphinx.py:347 #, python-format msgid "intersphinx identifier %r is not string. Ignored" msgstr "" -#: sphinx/ext/intersphinx.py:361 +#: sphinx/ext/intersphinx.py:360 #, python-format msgid "Fail to read intersphinx_mapping[%s], Ignored: %r" msgstr "" @@ -2648,29 +2649,29 @@ msgstr "Översikt: modulkällkod" msgid "

All modules for which code is available

" msgstr "

Alla moduler där källkod finns

" -#: sphinx/ext/autodoc/__init__.py:302 +#: sphinx/ext/autodoc/__init__.py:300 #, python-format msgid "invalid signature for auto%s (%r)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:402 +#: sphinx/ext/autodoc/__init__.py:400 #, python-format msgid "error while formatting arguments for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:514 +#: sphinx/ext/autodoc/__init__.py:512 #, python-format msgid "missing attribute %s in object %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:602 +#: sphinx/ext/autodoc/__init__.py:600 #, python-format msgid "" "autodoc: failed to determine %r to be documented.the following exception was raised:\n" "%s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:694 +#: sphinx/ext/autodoc/__init__.py:692 #, python-format msgid "" "don't know which module to import for autodocumenting %r (try placing a " @@ -2678,39 +2679,39 @@ msgid "" "explicit module name)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:788 +#: sphinx/ext/autodoc/__init__.py:786 msgid "\"::\" in automodule name doesn't make sense" msgstr "" -#: sphinx/ext/autodoc/__init__.py:796 +#: sphinx/ext/autodoc/__init__.py:794 #, python-format msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:829 +#: sphinx/ext/autodoc/__init__.py:827 #, python-format msgid "" "__all__ should be a list of strings, not %r (in module %s) -- ignoring " "__all__" msgstr "" -#: sphinx/ext/autodoc/__init__.py:844 +#: sphinx/ext/autodoc/__init__.py:842 #, python-format msgid "" "missing attribute mentioned in :members: or __all__: module %s, attribute %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1128 +#: sphinx/ext/autodoc/__init__.py:1126 #, python-format msgid "Bases: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1185 +#: sphinx/ext/autodoc/__init__.py:1183 #, python-format msgid "alias of :class:`%s`" msgstr "alias för :class:`%s`" -#: sphinx/ext/autodoc/__init__.py:1470 +#: sphinx/ext/autodoc/__init__.py:1468 #, python-format msgid "Ignoring invalid option in autodoc_default_flags: %r" msgstr "" @@ -2746,17 +2747,17 @@ msgid "" "contain .rst. Skipped." msgstr "" -#: sphinx/ext/autosummary/generate.py:102 +#: sphinx/ext/autosummary/generate.py:100 #, python-format msgid "[autosummary] generating autosummary for: %s" msgstr "" -#: sphinx/ext/autosummary/generate.py:106 +#: sphinx/ext/autosummary/generate.py:104 #, python-format msgid "[autosummary] writing to %s" msgstr "" -#: sphinx/ext/autosummary/generate.py:366 +#: sphinx/ext/autosummary/generate.py:364 msgid "" "\n" "Generate ReStructuredText using autosummary directives.\n" @@ -2771,25 +2772,25 @@ msgid "" " pydoc sphinx.ext.autosummary\n" msgstr "" -#: sphinx/ext/autosummary/generate.py:383 +#: sphinx/ext/autosummary/generate.py:381 msgid "source files to generate rST files for" msgstr "" -#: sphinx/ext/autosummary/generate.py:387 +#: sphinx/ext/autosummary/generate.py:385 msgid "directory to place all output in" msgstr "" -#: sphinx/ext/autosummary/generate.py:390 +#: sphinx/ext/autosummary/generate.py:388 #, python-format msgid "default suffix for files (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:394 +#: sphinx/ext/autosummary/generate.py:392 #, python-format msgid "custom template directory (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:398 +#: sphinx/ext/autosummary/generate.py:396 #, python-format msgid "document imported members (default: %(default)s)" msgstr "" @@ -2867,6 +2868,7 @@ msgid "Warning" msgstr "Varning" #: sphinx/templates/latex/longtable.tex_t:23 +#: sphinx/templates/latex/sphinxmessages.sty_t:8 msgid "continued from previous page" msgstr "fortsättning från föregående sida" @@ -2874,13 +2876,29 @@ msgstr "fortsättning från föregående sida" msgid "Continued on next page" msgstr "Fortsätter på nästa sida" +#: sphinx/templates/latex/sphinxmessages.sty_t:9 +msgid "continues on next page" +msgstr "" + +#: sphinx/templates/latex/sphinxmessages.sty_t:10 +msgid "Non-alphabetical" +msgstr "" + +#: sphinx/templates/latex/sphinxmessages.sty_t:12 +msgid "Numbers" +msgstr "" + +#: sphinx/templates/latex/sphinxmessages.sty_t:13 +msgid "page" +msgstr "" + #: sphinx/themes/agogo/layout.html:46 sphinx/themes/basic/globaltoc.html:10 #: sphinx/themes/basic/localtoc.html:11 sphinx/themes/scrolls/layout.html:41 msgid "Table of Contents" msgstr "" #: sphinx/themes/agogo/layout.html:51 sphinx/themes/basic/layout.html:153 -#: sphinx/themes/basic/search.html:11 sphinx/themes/basic/search.html:26 +#: sphinx/themes/basic/search.html:11 sphinx/themes/basic/search.html:21 #: sphinx/themes/basic/searchresults.html:10 msgid "Search" msgstr "Sök" @@ -3017,13 +3035,13 @@ msgstr "Nästa titel" msgid "next chapter" msgstr "Nästa kapitel" -#: sphinx/themes/basic/search.html:30 +#: sphinx/themes/basic/search.html:25 msgid "" "Please activate JavaScript to enable the search\n" " functionality." msgstr "Var god aktivera JavaScript för sökfunktionalitet." -#: sphinx/themes/basic/search.html:35 +#: sphinx/themes/basic/search.html:30 msgid "" "From here you can search these documents. Enter your search\n" " words into the box below and click \"search\". Note that the search\n" @@ -3031,20 +3049,20 @@ msgid "" " containing fewer words won't appear in the result list." msgstr "Här kan du söka bland dessa dokument. Ange sökord nedan och klicka \"sök\".\n Sökningen måste träffa på samtliga angivna sökord." -#: sphinx/themes/basic/search.html:42 +#: sphinx/themes/basic/search.html:37 #: sphinx/themes/basic/searchresults.html:17 msgid "search" msgstr "sök" -#: sphinx/themes/basic/search.html:46 +#: sphinx/themes/basic/search.html:41 #: sphinx/themes/basic/searchresults.html:21 -#: sphinx/themes/basic/static/searchtools.js:295 +#: sphinx/themes/basic/static/searchtools.js:285 msgid "Search Results" msgstr "Sökresultat" -#: sphinx/themes/basic/search.html:48 +#: sphinx/themes/basic/search.html:43 #: sphinx/themes/basic/searchresults.html:23 -#: sphinx/themes/basic/static/searchtools.js:297 +#: sphinx/themes/basic/static/searchtools.js:287 msgid "" "Your search did not match any documents. Please make sure that all words are" " spelled correctly and that you've selected enough categories." @@ -3102,20 +3120,20 @@ msgstr "Permalink till denna definition" msgid "Hide Search Matches" msgstr "Dölj Sökresultat" -#: sphinx/themes/basic/static/searchtools.js:131 +#: sphinx/themes/basic/static/searchtools.js:121 msgid "Searching" msgstr "" -#: sphinx/themes/basic/static/searchtools.js:136 +#: sphinx/themes/basic/static/searchtools.js:126 msgid "Preparing search..." msgstr "" -#: sphinx/themes/basic/static/searchtools.js:299 +#: sphinx/themes/basic/static/searchtools.js:289 #, python-format msgid "Search finished, found %s page(s) matching the search query." msgstr "" -#: sphinx/themes/basic/static/searchtools.js:352 +#: sphinx/themes/basic/static/searchtools.js:342 msgid ", in " msgstr "" @@ -3132,18 +3150,18 @@ msgstr "Dölj sidolist" msgid "Contents" msgstr "Innehåll" -#: sphinx/transforms/__init__.py:259 +#: sphinx/transforms/__init__.py:261 #, python-format msgid "" "4 column based index found. It might be a bug of extensions you use: %r" msgstr "" -#: sphinx/transforms/__init__.py:301 +#: sphinx/transforms/__init__.py:303 #, python-format msgid "Footnote [%s] is not referenced." msgstr "" -#: sphinx/transforms/__init__.py:307 +#: sphinx/transforms/__init__.py:309 msgid "Footnote [#] is not referenced." msgstr "" @@ -3214,7 +3232,7 @@ msgstr "" msgid "failed" msgstr "" -#: sphinx/util/docutils.py:321 +#: sphinx/util/docutils.py:320 msgid "when adding directive classes, no additional arguments may be given" msgstr "" @@ -3275,15 +3293,15 @@ msgstr "" msgid "Permalink to this code" msgstr "" -#: sphinx/writers/html.py:514 sphinx/writers/html5.py:460 +#: sphinx/writers/html.py:512 sphinx/writers/html5.py:458 msgid "Permalink to this image" msgstr "" -#: sphinx/writers/html.py:516 sphinx/writers/html5.py:462 +#: sphinx/writers/html.py:514 sphinx/writers/html5.py:460 msgid "Permalink to this toctree" msgstr "" -#: sphinx/writers/html.py:674 sphinx/writers/html5.py:608 +#: sphinx/writers/html.py:672 sphinx/writers/html5.py:606 msgid "Could not obtain image size. :scale: option is ignored." msgstr "" @@ -3320,12 +3338,12 @@ msgstr "" msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: sphinx/writers/latex.py:1843 +#: sphinx/writers/latex.py:1847 #, python-format msgid "unknown index entry type %s found" msgstr "" -#: sphinx/writers/latex.py:2552 +#: sphinx/writers/latex.py:2560 #, python-format msgid "Unknown configure key: latex_elements[%r] is ignored." msgstr "" @@ -3343,12 +3361,12 @@ msgstr "[image]" msgid "caption not inside a figure." msgstr "" -#: sphinx/writers/texinfo.py:1421 +#: sphinx/writers/texinfo.py:1422 #, python-format msgid "unimplemented node type: %r" msgstr "" -#: sphinx/writers/texinfo.py:1426 +#: sphinx/writers/texinfo.py:1427 #, python-format msgid "unknown node type: %r" msgstr "" diff --git a/sphinx/locale/ta/LC_MESSAGES/sphinx.mo b/sphinx/locale/ta/LC_MESSAGES/sphinx.mo index d88a005bc3..0b719e0723 100644 Binary files a/sphinx/locale/ta/LC_MESSAGES/sphinx.mo and b/sphinx/locale/ta/LC_MESSAGES/sphinx.mo differ diff --git a/sphinx/locale/ta/LC_MESSAGES/sphinx.po b/sphinx/locale/ta/LC_MESSAGES/sphinx.po index f7de45a278..9d42b0728a 100644 --- a/sphinx/locale/ta/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/ta/LC_MESSAGES/sphinx.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2019-02-18 01:52+0900\n" -"PO-Revision-Date: 2019-03-14 16:36+0000\n" +"POT-Creation-Date: 2019-03-29 01:05+0900\n" +"PO-Revision-Date: 2019-03-28 16:08+0000\n" "Last-Translator: Takeshi KOMIYA \n" "Language-Team: Tamil (http://www.transifex.com/sphinx-doc/sphinx-1/language/ta/)\n" "MIME-Version: 1.0\n" @@ -122,7 +122,7 @@ msgstr "" msgid "role %r is already registered, it will be overridden" msgstr "" -#: sphinx/application.py:1182 +#: sphinx/application.py:1179 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -130,7 +130,7 @@ msgid "" "explicit" msgstr "" -#: sphinx/application.py:1188 +#: sphinx/application.py:1185 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -138,7 +138,7 @@ msgid "" "explicit" msgstr "" -#: sphinx/application.py:1199 +#: sphinx/application.py:1196 #, python-format msgid "doing serial %s" msgstr "" @@ -587,44 +587,44 @@ msgstr "" msgid "preparing documents" msgstr "" -#: sphinx/builders/_epub_base.py:219 +#: sphinx/builders/_epub_base.py:218 #, python-format msgid "duplicated ToC entry found: %s" msgstr "" -#: sphinx/builders/_epub_base.py:415 sphinx/builders/html.py:761 -#: sphinx/builders/latex/__init__.py:413 sphinx/builders/texinfo.py:190 +#: sphinx/builders/_epub_base.py:414 sphinx/builders/html.py:761 +#: sphinx/builders/latex/__init__.py:415 sphinx/builders/texinfo.py:190 msgid "copying images... " msgstr "" -#: sphinx/builders/_epub_base.py:422 +#: sphinx/builders/_epub_base.py:421 #, python-format msgid "cannot read image file %r: copying it instead" msgstr "" -#: sphinx/builders/_epub_base.py:428 sphinx/builders/html.py:769 -#: sphinx/builders/latex/__init__.py:421 sphinx/builders/texinfo.py:198 +#: sphinx/builders/_epub_base.py:427 sphinx/builders/html.py:769 +#: sphinx/builders/latex/__init__.py:423 sphinx/builders/texinfo.py:199 #, python-format msgid "cannot copy image file %r: %s" msgstr "" -#: sphinx/builders/_epub_base.py:445 +#: sphinx/builders/_epub_base.py:444 #, python-format msgid "cannot write image file %r: %s" msgstr "" -#: sphinx/builders/_epub_base.py:456 +#: sphinx/builders/_epub_base.py:455 msgid "Pillow not found - copying image files" msgstr "" -#: sphinx/builders/_epub_base.py:491 sphinx/builders/_epub_base.py:504 -#: sphinx/builders/_epub_base.py:540 sphinx/builders/_epub_base.py:725 -#: sphinx/builders/_epub_base.py:758 sphinx/builders/epub3.py:184 +#: sphinx/builders/_epub_base.py:490 sphinx/builders/_epub_base.py:503 +#: sphinx/builders/_epub_base.py:539 sphinx/builders/_epub_base.py:724 +#: sphinx/builders/_epub_base.py:757 sphinx/builders/epub3.py:183 #, python-format msgid "writing %s file..." msgstr "" -#: sphinx/builders/_epub_base.py:566 +#: sphinx/builders/_epub_base.py:565 #, python-format msgid "unknown mimetype for %s, ignoring" msgstr "" @@ -643,19 +643,19 @@ msgstr "" msgid "writing summary file..." msgstr "" -#: sphinx/builders/changes.py:87 +#: sphinx/builders/changes.py:86 msgid "Builtins" msgstr "" -#: sphinx/builders/changes.py:89 +#: sphinx/builders/changes.py:88 msgid "Module level" msgstr "" -#: sphinx/builders/changes.py:134 +#: sphinx/builders/changes.py:133 msgid "copying source files..." msgstr "" -#: sphinx/builders/changes.py:141 +#: sphinx/builders/changes.py:140 #, python-format msgid "could not read %r for changelog creation" msgstr "" @@ -664,76 +664,76 @@ msgstr "" msgid "The dummy builder generates no files." msgstr "" -#: sphinx/builders/epub3.py:69 +#: sphinx/builders/epub3.py:68 #, python-format msgid "The ePub file is in %(outdir)s." msgstr "" -#: sphinx/builders/epub3.py:212 +#: sphinx/builders/epub3.py:211 msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:216 +#: sphinx/builders/epub3.py:215 msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:219 +#: sphinx/builders/epub3.py:218 msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:223 +#: sphinx/builders/epub3.py:222 msgid "conf value \"epub_author\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:226 +#: sphinx/builders/epub3.py:225 msgid "conf value \"epub_contributor\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:229 +#: sphinx/builders/epub3.py:228 msgid "conf value \"epub_description\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:232 +#: sphinx/builders/epub3.py:231 msgid "conf value \"epub_publisher\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:235 +#: sphinx/builders/epub3.py:234 msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:239 +#: sphinx/builders/epub3.py:238 msgid "conf value \"epub_identifier\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:242 +#: sphinx/builders/epub3.py:241 msgid "conf value \"version\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:257 sphinx/builders/html.py:1166 +#: sphinx/builders/epub3.py:256 sphinx/builders/html.py:1166 #, python-format msgid "invalid css_file: %r, ignored" msgstr "" -#: sphinx/builders/gettext.py:215 +#: sphinx/builders/gettext.py:221 #, python-format msgid "The message catalogs are in %(outdir)s." msgstr "" -#: sphinx/builders/gettext.py:239 +#: sphinx/builders/gettext.py:245 #, python-format msgid "building [%s]: " msgstr "" -#: sphinx/builders/gettext.py:240 +#: sphinx/builders/gettext.py:246 #, python-format msgid "targets for %d template files" msgstr "" -#: sphinx/builders/gettext.py:244 +#: sphinx/builders/gettext.py:250 msgid "reading templates... " msgstr "" -#: sphinx/builders/gettext.py:271 +#: sphinx/builders/gettext.py:277 msgid "writing message catalogs... " msgstr "" @@ -752,7 +752,7 @@ msgstr "" msgid "Failed to read build info file: %r" msgstr "" -#: sphinx/builders/html.py:488 sphinx/builders/latex/__init__.py:204 +#: sphinx/builders/html.py:488 sphinx/builders/latex/__init__.py:206 #: sphinx/transforms/__init__.py:121 sphinx/writers/manpage.py:118 #: sphinx/writers/texinfo.py:243 #, python-format @@ -805,7 +805,7 @@ msgstr "" msgid "html_static_path entry %r does not exist" msgstr "" -#: sphinx/builders/html.py:839 sphinx/builders/latex/__init__.py:398 +#: sphinx/builders/html.py:839 sphinx/builders/latex/__init__.py:400 #, python-format msgid "logo file %r does not exist" msgstr "" @@ -922,7 +922,7 @@ msgstr "" msgid "no \"man_pages\" config value found; no manual pages will be written" msgstr "" -#: sphinx/builders/latex/__init__.py:270 sphinx/builders/manpage.py:64 +#: sphinx/builders/latex/__init__.py:272 sphinx/builders/manpage.py:64 #: sphinx/builders/singlehtml.py:174 sphinx/builders/texinfo.py:120 msgid "writing" msgstr "" @@ -966,24 +966,24 @@ msgstr "" msgid "\"texinfo_documents\" config value references unknown document %s" msgstr "" -#: sphinx/builders/latex/__init__.py:253 sphinx/builders/texinfo.py:116 +#: sphinx/builders/latex/__init__.py:255 sphinx/builders/texinfo.py:116 #, python-format msgid "processing %s" msgstr "" -#: sphinx/builders/latex/__init__.py:322 sphinx/builders/texinfo.py:163 +#: sphinx/builders/latex/__init__.py:323 sphinx/builders/texinfo.py:164 msgid "resolving references..." msgstr "" -#: sphinx/builders/latex/__init__.py:332 sphinx/builders/texinfo.py:172 +#: sphinx/builders/latex/__init__.py:333 sphinx/builders/texinfo.py:173 msgid " (in " msgstr "" -#: sphinx/builders/texinfo.py:204 +#: sphinx/builders/texinfo.py:205 msgid "copying Texinfo support files" msgstr "" -#: sphinx/builders/texinfo.py:208 +#: sphinx/builders/texinfo.py:209 #, python-format msgid "error writing file Makefile: %s" msgstr "" @@ -1003,28 +1003,28 @@ msgstr "" msgid "The pseudo-XML files are in %(outdir)s." msgstr "" -#: sphinx/builders/latex/__init__.py:121 +#: sphinx/builders/latex/__init__.py:123 #, python-format msgid "The LaTeX files are in %(outdir)s." msgstr "" -#: sphinx/builders/latex/__init__.py:123 +#: sphinx/builders/latex/__init__.py:125 msgid "" "\n" "Run 'make' in that directory to run these through (pdf)latex\n" "(use `make latexpdf' here to do that automatically)." msgstr "" -#: sphinx/builders/latex/__init__.py:163 +#: sphinx/builders/latex/__init__.py:165 msgid "no \"latex_documents\" config value found; no documents will be written" msgstr "" -#: sphinx/builders/latex/__init__.py:171 +#: sphinx/builders/latex/__init__.py:173 #, python-format msgid "\"latex_documents\" config value references unknown document %s" msgstr "" -#: sphinx/builders/latex/__init__.py:211 sphinx/domains/std.py:501 +#: sphinx/builders/latex/__init__.py:213 sphinx/domains/std.py:501 #: sphinx/templates/latex/latex.tex_t:79 #: sphinx/themes/basic/genindex-single.html:30 #: sphinx/themes/basic/genindex-single.html:55 @@ -1036,28 +1036,28 @@ msgstr "" msgid "Index" msgstr "" -#: sphinx/builders/latex/__init__.py:214 sphinx/templates/latex/latex.tex_t:64 +#: sphinx/builders/latex/__init__.py:216 sphinx/templates/latex/latex.tex_t:64 msgid "Release" msgstr "" -#: sphinx/builders/latex/__init__.py:222 sphinx/writers/latex.py:549 +#: sphinx/builders/latex/__init__.py:224 sphinx/writers/latex.py:549 #, python-format msgid "no Babel option known for language %r" msgstr "" -#: sphinx/builders/latex/__init__.py:361 +#: sphinx/builders/latex/__init__.py:363 msgid "copying TeX support files" msgstr "" -#: sphinx/builders/latex/__init__.py:382 +#: sphinx/builders/latex/__init__.py:384 msgid "copying TeX support files..." msgstr "" -#: sphinx/builders/latex/__init__.py:402 +#: sphinx/builders/latex/__init__.py:404 msgid "copying additional files" msgstr "" -#: sphinx/builders/latex/__init__.py:445 +#: sphinx/builders/latex/__init__.py:447 #, python-format msgid "Unknown configure key: latex_elements[%r]. ignored." msgstr "" @@ -1120,8 +1120,8 @@ msgstr "" msgid "job number should be a positive number" msgstr "" -#: sphinx/cmd/build.py:106 sphinx/cmd/quickstart.py:498 -#: sphinx/ext/apidoc.py:298 sphinx/ext/autosummary/generate.py:365 +#: sphinx/cmd/build.py:106 sphinx/cmd/quickstart.py:497 +#: sphinx/ext/apidoc.py:298 sphinx/ext/autosummary/generate.py:363 msgid "For more information, visit ." msgstr "" @@ -1498,13 +1498,13 @@ msgstr "" msgid "Indicate which of the following Sphinx extensions should be enabled:" msgstr "" -#: sphinx/cmd/quickstart.py:354 +#: sphinx/cmd/quickstart.py:353 msgid "" "Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " "been deselected." msgstr "" -#: sphinx/cmd/quickstart.py:359 +#: sphinx/cmd/quickstart.py:358 msgid "" "\n" "A Makefile and a Windows command file can be generated for you so that you\n" @@ -1512,29 +1512,29 @@ msgid "" "directly." msgstr "" -#: sphinx/cmd/quickstart.py:363 +#: sphinx/cmd/quickstart.py:362 msgid "Create Makefile? (y/n)" msgstr "" -#: sphinx/cmd/quickstart.py:366 +#: sphinx/cmd/quickstart.py:365 msgid "Create Windows command file? (y/n)" msgstr "" -#: sphinx/cmd/quickstart.py:409 sphinx/ext/apidoc.py:74 +#: sphinx/cmd/quickstart.py:408 sphinx/ext/apidoc.py:74 #, python-format msgid "Creating file %s." msgstr "" -#: sphinx/cmd/quickstart.py:414 sphinx/ext/apidoc.py:72 +#: sphinx/cmd/quickstart.py:413 sphinx/ext/apidoc.py:72 #, python-format msgid "File %s already exists, skipping." msgstr "" -#: sphinx/cmd/quickstart.py:450 +#: sphinx/cmd/quickstart.py:449 msgid "Finished: An initial directory structure has been created." msgstr "" -#: sphinx/cmd/quickstart.py:451 +#: sphinx/cmd/quickstart.py:450 #, python-format msgid "" "\n" @@ -1542,26 +1542,26 @@ msgid "" "source files. " msgstr "" -#: sphinx/cmd/quickstart.py:453 +#: sphinx/cmd/quickstart.py:452 msgid "" "Use the Makefile to build the docs, like so:\n" " make builder\n" msgstr "" -#: sphinx/cmd/quickstart.py:456 +#: sphinx/cmd/quickstart.py:455 #, python-format msgid "" "Use the sphinx-build command to build the docs, like so:\n" " sphinx-build -b builder %s %s\n" msgstr "" -#: sphinx/cmd/quickstart.py:459 +#: sphinx/cmd/quickstart.py:458 msgid "" "where \"builder\" is one of the supported builders, e.g. html, latex or " "linkcheck.\n" msgstr "" -#: sphinx/cmd/quickstart.py:499 +#: sphinx/cmd/quickstart.py:498 msgid "" "\n" "Generate required files for a Sphinx project.\n" @@ -1571,131 +1571,131 @@ msgid "" "Makefile to be used with sphinx-build.\n" msgstr "" -#: sphinx/cmd/quickstart.py:509 +#: sphinx/cmd/quickstart.py:508 msgid "quiet mode" msgstr "" -#: sphinx/cmd/quickstart.py:514 +#: sphinx/cmd/quickstart.py:513 msgid "output path" msgstr "" -#: sphinx/cmd/quickstart.py:516 +#: sphinx/cmd/quickstart.py:515 msgid "Structure options" msgstr "" -#: sphinx/cmd/quickstart.py:518 +#: sphinx/cmd/quickstart.py:517 msgid "if specified, separate source and build dirs" msgstr "" -#: sphinx/cmd/quickstart.py:520 +#: sphinx/cmd/quickstart.py:519 msgid "replacement for dot in _templates etc." msgstr "" -#: sphinx/cmd/quickstart.py:522 +#: sphinx/cmd/quickstart.py:521 msgid "Project basic options" msgstr "" -#: sphinx/cmd/quickstart.py:524 +#: sphinx/cmd/quickstart.py:523 msgid "project name" msgstr "" -#: sphinx/cmd/quickstart.py:526 +#: sphinx/cmd/quickstart.py:525 msgid "author names" msgstr "" -#: sphinx/cmd/quickstart.py:528 +#: sphinx/cmd/quickstart.py:527 msgid "version of project" msgstr "" -#: sphinx/cmd/quickstart.py:530 +#: sphinx/cmd/quickstart.py:529 msgid "release of project" msgstr "" -#: sphinx/cmd/quickstart.py:532 +#: sphinx/cmd/quickstart.py:531 msgid "document language" msgstr "" -#: sphinx/cmd/quickstart.py:534 +#: sphinx/cmd/quickstart.py:533 msgid "source file suffix" msgstr "" -#: sphinx/cmd/quickstart.py:536 +#: sphinx/cmd/quickstart.py:535 msgid "master document name" msgstr "" -#: sphinx/cmd/quickstart.py:538 +#: sphinx/cmd/quickstart.py:537 msgid "use epub" msgstr "" -#: sphinx/cmd/quickstart.py:540 +#: sphinx/cmd/quickstart.py:539 msgid "Extension options" msgstr "" -#: sphinx/cmd/quickstart.py:544 sphinx/ext/apidoc.py:379 +#: sphinx/cmd/quickstart.py:543 sphinx/ext/apidoc.py:379 #, python-format msgid "enable %s extension" msgstr "" -#: sphinx/cmd/quickstart.py:546 sphinx/ext/apidoc.py:375 +#: sphinx/cmd/quickstart.py:545 sphinx/ext/apidoc.py:375 msgid "enable arbitrary extensions" msgstr "" -#: sphinx/cmd/quickstart.py:548 +#: sphinx/cmd/quickstart.py:547 msgid "Makefile and Batchfile creation" msgstr "" -#: sphinx/cmd/quickstart.py:550 +#: sphinx/cmd/quickstart.py:549 msgid "create makefile" msgstr "" -#: sphinx/cmd/quickstart.py:552 +#: sphinx/cmd/quickstart.py:551 msgid "do not create makefile" msgstr "" -#: sphinx/cmd/quickstart.py:554 +#: sphinx/cmd/quickstart.py:553 msgid "create batchfile" msgstr "" -#: sphinx/cmd/quickstart.py:557 +#: sphinx/cmd/quickstart.py:556 msgid "do not create batchfile" msgstr "" -#: sphinx/cmd/quickstart.py:560 +#: sphinx/cmd/quickstart.py:559 msgid "use make-mode for Makefile/make.bat" msgstr "" -#: sphinx/cmd/quickstart.py:563 +#: sphinx/cmd/quickstart.py:562 msgid "do not use make-mode for Makefile/make.bat" msgstr "" -#: sphinx/cmd/quickstart.py:565 +#: sphinx/cmd/quickstart.py:564 msgid "Project templating" msgstr "" -#: sphinx/cmd/quickstart.py:568 +#: sphinx/cmd/quickstart.py:567 msgid "template directory for template files" msgstr "" -#: sphinx/cmd/quickstart.py:571 +#: sphinx/cmd/quickstart.py:570 msgid "define a template variable" msgstr "" -#: sphinx/cmd/quickstart.py:605 +#: sphinx/cmd/quickstart.py:604 msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." msgstr "" -#: sphinx/cmd/quickstart.py:619 +#: sphinx/cmd/quickstart.py:618 msgid "" "Error: specified path is not a directory, or sphinx files already exist." msgstr "" -#: sphinx/cmd/quickstart.py:621 +#: sphinx/cmd/quickstart.py:620 msgid "" "sphinx-quickstart only generate into a empty directory. Please specify a new" " root path." msgstr "" -#: sphinx/cmd/quickstart.py:636 +#: sphinx/cmd/quickstart.py:635 #, python-format msgid "Invalid template variable: %s" msgstr "" @@ -1767,17 +1767,17 @@ msgstr "" msgid "%s %s" msgstr "" -#: sphinx/domains/c.py:64 sphinx/domains/cpp.py:6371 +#: sphinx/domains/c.py:64 sphinx/domains/cpp.py:6445 #: sphinx/domains/python.py:210 sphinx/ext/napoleon/docstring.py:696 msgid "Parameters" msgstr "" -#: sphinx/domains/c.py:67 sphinx/domains/cpp.py:6380 -#: sphinx/domains/javascript.py:210 sphinx/domains/python.py:222 +#: sphinx/domains/c.py:67 sphinx/domains/cpp.py:6454 +#: sphinx/domains/javascript.py:209 sphinx/domains/python.py:222 msgid "Returns" msgstr "" -#: sphinx/domains/c.py:69 sphinx/domains/javascript.py:212 +#: sphinx/domains/c.py:69 sphinx/domains/javascript.py:211 #: sphinx/domains/python.py:224 msgid "Return type" msgstr "" @@ -1807,12 +1807,12 @@ msgstr "" msgid "%s (C variable)" msgstr "" -#: sphinx/domains/c.py:258 sphinx/domains/cpp.py:6956 -#: sphinx/domains/javascript.py:298 sphinx/domains/python.py:741 +#: sphinx/domains/c.py:258 sphinx/domains/cpp.py:7029 +#: sphinx/domains/javascript.py:297 sphinx/domains/python.py:742 msgid "function" msgstr "" -#: sphinx/domains/c.py:259 sphinx/domains/cpp.py:6957 +#: sphinx/domains/c.py:259 sphinx/domains/cpp.py:7030 msgid "member" msgstr "" @@ -1820,7 +1820,7 @@ msgstr "" msgid "macro" msgstr "" -#: sphinx/domains/c.py:261 sphinx/domains/cpp.py:6958 +#: sphinx/domains/c.py:261 sphinx/domains/cpp.py:7031 msgid "type" msgstr "" @@ -1843,106 +1843,106 @@ msgstr "" msgid "Deprecated since version %s" msgstr "" -#: sphinx/domains/cpp.py:4297 +#: sphinx/domains/cpp.py:4323 #, python-format msgid "" "Duplicate declaration, also defined in '%s'.\n" "Declaration is '%s'." msgstr "" -#: sphinx/domains/cpp.py:6374 +#: sphinx/domains/cpp.py:6448 msgid "Template Parameters" msgstr "" -#: sphinx/domains/cpp.py:6377 sphinx/domains/javascript.py:207 +#: sphinx/domains/cpp.py:6451 sphinx/domains/javascript.py:206 msgid "Throws" msgstr "" -#: sphinx/domains/cpp.py:6505 +#: sphinx/domains/cpp.py:6579 #, python-format msgid "%s (C++ %s)" msgstr "" -#: sphinx/domains/cpp.py:6954 sphinx/domains/javascript.py:300 -#: sphinx/domains/python.py:743 +#: sphinx/domains/cpp.py:7027 sphinx/domains/javascript.py:299 +#: sphinx/domains/python.py:744 msgid "class" msgstr "" -#: sphinx/domains/cpp.py:6955 +#: sphinx/domains/cpp.py:7028 msgid "union" msgstr "" -#: sphinx/domains/cpp.py:6959 +#: sphinx/domains/cpp.py:7032 msgid "concept" msgstr "" -#: sphinx/domains/cpp.py:6960 +#: sphinx/domains/cpp.py:7033 msgid "enum" msgstr "" -#: sphinx/domains/cpp.py:6961 +#: sphinx/domains/cpp.py:7034 msgid "enumerator" msgstr "" -#: sphinx/domains/cpp.py:7054 +#: sphinx/domains/cpp.py:7127 #, python-format msgid "" "Duplicate declaration, also defined in '%s'.\n" "Name of declaration is '%s'." msgstr "" -#: sphinx/domains/javascript.py:131 sphinx/domains/python.py:429 +#: sphinx/domains/javascript.py:130 sphinx/domains/python.py:430 #, python-format msgid "%s() (built-in function)" msgstr "" -#: sphinx/domains/javascript.py:132 sphinx/domains/python.py:494 +#: sphinx/domains/javascript.py:131 sphinx/domains/python.py:495 #, python-format msgid "%s() (%s method)" msgstr "" -#: sphinx/domains/javascript.py:134 +#: sphinx/domains/javascript.py:133 #, python-format msgid "%s() (class)" msgstr "" -#: sphinx/domains/javascript.py:136 +#: sphinx/domains/javascript.py:135 #, python-format msgid "%s (global variable or constant)" msgstr "" -#: sphinx/domains/javascript.py:138 sphinx/domains/python.py:532 +#: sphinx/domains/javascript.py:137 sphinx/domains/python.py:533 #, python-format msgid "%s (%s attribute)" msgstr "" -#: sphinx/domains/javascript.py:204 +#: sphinx/domains/javascript.py:203 msgid "Arguments" msgstr "" -#: sphinx/domains/javascript.py:265 sphinx/domains/python.py:609 +#: sphinx/domains/javascript.py:264 sphinx/domains/python.py:610 #, python-format msgid "%s (module)" msgstr "" -#: sphinx/domains/javascript.py:299 sphinx/domains/python.py:745 +#: sphinx/domains/javascript.py:298 sphinx/domains/python.py:746 msgid "method" msgstr "" -#: sphinx/domains/javascript.py:301 sphinx/domains/python.py:742 +#: sphinx/domains/javascript.py:300 sphinx/domains/python.py:743 msgid "data" msgstr "" -#: sphinx/domains/javascript.py:302 sphinx/domains/python.py:748 +#: sphinx/domains/javascript.py:301 sphinx/domains/python.py:749 msgid "attribute" msgstr "" -#: sphinx/domains/javascript.py:303 sphinx/domains/python.py:49 -#: sphinx/domains/python.py:749 +#: sphinx/domains/javascript.py:302 sphinx/domains/python.py:49 +#: sphinx/domains/python.py:750 msgid "module" msgstr "" -#: sphinx/domains/math.py:101 sphinx/writers/latex.py:2451 +#: sphinx/domains/math.py:101 sphinx/writers/latex.py:2459 #, python-format msgid "Invalid math_eqref_format: %r" msgstr "" @@ -1964,7 +1964,7 @@ msgstr "" msgid "object" msgstr "" -#: sphinx/domains/python.py:53 sphinx/domains/python.py:744 +#: sphinx/domains/python.py:53 sphinx/domains/python.py:745 msgid "exception" msgstr "" @@ -1984,88 +1984,88 @@ msgstr "" msgid "Raises" msgstr "" -#: sphinx/domains/python.py:430 sphinx/domains/python.py:488 -#: sphinx/domains/python.py:500 sphinx/domains/python.py:513 +#: sphinx/domains/python.py:431 sphinx/domains/python.py:489 +#: sphinx/domains/python.py:501 sphinx/domains/python.py:514 #, python-format msgid "%s() (in module %s)" msgstr "" -#: sphinx/domains/python.py:433 +#: sphinx/domains/python.py:434 #, python-format msgid "%s (built-in variable)" msgstr "" -#: sphinx/domains/python.py:434 sphinx/domains/python.py:526 +#: sphinx/domains/python.py:435 sphinx/domains/python.py:527 #, python-format msgid "%s (in module %s)" msgstr "" -#: sphinx/domains/python.py:454 +#: sphinx/domains/python.py:455 #, python-format msgid "%s (built-in class)" msgstr "" -#: sphinx/domains/python.py:455 +#: sphinx/domains/python.py:456 #, python-format msgid "%s (class in %s)" msgstr "" -#: sphinx/domains/python.py:492 +#: sphinx/domains/python.py:493 #, python-format msgid "%s() (%s.%s method)" msgstr "" -#: sphinx/domains/python.py:504 +#: sphinx/domains/python.py:505 #, python-format msgid "%s() (%s.%s static method)" msgstr "" -#: sphinx/domains/python.py:507 +#: sphinx/domains/python.py:508 #, python-format msgid "%s() (%s static method)" msgstr "" -#: sphinx/domains/python.py:517 +#: sphinx/domains/python.py:518 #, python-format msgid "%s() (%s.%s class method)" msgstr "" -#: sphinx/domains/python.py:520 +#: sphinx/domains/python.py:521 #, python-format msgid "%s() (%s class method)" msgstr "" -#: sphinx/domains/python.py:530 +#: sphinx/domains/python.py:531 #, python-format msgid "%s (%s.%s attribute)" msgstr "" -#: sphinx/domains/python.py:667 +#: sphinx/domains/python.py:668 msgid "Python Module Index" msgstr "" -#: sphinx/domains/python.py:668 +#: sphinx/domains/python.py:669 msgid "modules" msgstr "" -#: sphinx/domains/python.py:719 +#: sphinx/domains/python.py:720 msgid "Deprecated" msgstr "" -#: sphinx/domains/python.py:746 +#: sphinx/domains/python.py:747 msgid "class method" msgstr "" -#: sphinx/domains/python.py:747 +#: sphinx/domains/python.py:748 msgid "static method" msgstr "" -#: sphinx/domains/python.py:879 +#: sphinx/domains/python.py:880 #, python-format msgid "more than one target found for cross-reference %r: %s" msgstr "" -#: sphinx/domains/python.py:917 +#: sphinx/domains/python.py:918 msgid " (deprecated)" msgstr "" @@ -2141,7 +2141,7 @@ msgstr "" msgid "duplicate citation %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:631 sphinx/ext/autosectionlabel.py:61 +#: sphinx/domains/std.py:631 sphinx/ext/autosectionlabel.py:56 #, python-format msgid "duplicate label %s, other instance in %s" msgstr "" @@ -2201,21 +2201,21 @@ msgid "" "another doctree directory." msgstr "" -#: sphinx/environment/__init__.py:408 +#: sphinx/environment/__init__.py:404 #, python-format msgid "Failed to scan documents in %s: %r" msgstr "" -#: sphinx/environment/__init__.py:536 +#: sphinx/environment/__init__.py:532 #, python-format msgid "Domain %r is not registered" msgstr "" -#: sphinx/environment/__init__.py:621 +#: sphinx/environment/__init__.py:617 msgid "self referenced toctree found. Ignored." msgstr "" -#: sphinx/environment/__init__.py:662 +#: sphinx/environment/__init__.py:658 msgid "document isn't included in any toctree" msgstr "" @@ -2235,6 +2235,7 @@ msgid "unknown index entry type %r" msgstr "" #: sphinx/environment/adapters/indexentries.py:156 +#: sphinx/templates/latex/sphinxmessages.sty_t:11 msgid "Symbols" msgstr "" @@ -2260,22 +2261,22 @@ msgstr "" msgid "toctree contains reference to nonexisting document %r" msgstr "" -#: sphinx/environment/collectors/asset.py:91 +#: sphinx/environment/collectors/asset.py:90 #, python-format msgid "image file not readable: %s" msgstr "" -#: sphinx/environment/collectors/asset.py:107 +#: sphinx/environment/collectors/asset.py:106 #, python-format msgid "image file %s not readable: %s" msgstr "" -#: sphinx/environment/collectors/asset.py:135 +#: sphinx/environment/collectors/asset.py:134 #, python-format msgid "download file not readable: %s" msgstr "" -#: sphinx/environment/collectors/toctree.py:197 +#: sphinx/environment/collectors/toctree.py:196 #, python-format msgid "%s is already assigned section numbers (nested numbered toctree?)" msgstr "" @@ -2419,38 +2420,38 @@ msgstr "" msgid "module %s could not be imported: %s" msgstr "" -#: sphinx/ext/doctest.py:142 +#: sphinx/ext/doctest.py:132 #, python-format msgid "missing '+' or '-' in '%s' option." msgstr "" -#: sphinx/ext/doctest.py:147 +#: sphinx/ext/doctest.py:137 #, python-format msgid "'%s' is not a valid option." msgstr "" -#: sphinx/ext/doctest.py:161 +#: sphinx/ext/doctest.py:151 #, python-format msgid "'%s' is not a valid pyversion option" msgstr "" -#: sphinx/ext/doctest.py:230 +#: sphinx/ext/doctest.py:222 msgid "invalid TestCode type" msgstr "" -#: sphinx/ext/doctest.py:291 +#: sphinx/ext/doctest.py:283 #, python-format msgid "" "Testing of doctests in the sources finished, look at the results in " "%(outdir)s/output.txt." msgstr "" -#: sphinx/ext/doctest.py:438 +#: sphinx/ext/doctest.py:446 #, python-format msgid "no code/output in %s block at %s:%s" msgstr "" -#: sphinx/ext/doctest.py:527 +#: sphinx/ext/doctest.py:535 #, python-format msgid "ignoring invalid doctest code: %r" msgstr "" @@ -2468,7 +2469,7 @@ msgstr "" msgid "Ignoring \"graphviz\" directive without content." msgstr "" -#: sphinx/ext/graphviz.py:252 +#: sphinx/ext/graphviz.py:250 #, python-format msgid "" "dot did not produce an output file:\n" @@ -2478,14 +2479,14 @@ msgid "" "%r" msgstr "" -#: sphinx/ext/graphviz.py:256 +#: sphinx/ext/graphviz.py:254 #, python-format msgid "" "dot command %r cannot be run (needed for graphviz output), check the " "graphviz_dot setting" msgstr "" -#: sphinx/ext/graphviz.py:263 +#: sphinx/ext/graphviz.py:261 #, python-format msgid "" "dot exited with error:\n" @@ -2495,23 +2496,23 @@ msgid "" "%r" msgstr "" -#: sphinx/ext/graphviz.py:273 +#: sphinx/ext/graphviz.py:271 #, python-format msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" msgstr "" -#: sphinx/ext/graphviz.py:277 sphinx/ext/graphviz.py:331 -#: sphinx/ext/graphviz.py:369 +#: sphinx/ext/graphviz.py:275 sphinx/ext/graphviz.py:329 +#: sphinx/ext/graphviz.py:367 #, python-format msgid "dot code %r: %s" msgstr "" -#: sphinx/ext/graphviz.py:384 sphinx/ext/graphviz.py:393 +#: sphinx/ext/graphviz.py:382 sphinx/ext/graphviz.py:391 #, python-format msgid "[graph: %s]" msgstr "" -#: sphinx/ext/graphviz.py:386 sphinx/ext/graphviz.py:395 +#: sphinx/ext/graphviz.py:384 sphinx/ext/graphviz.py:393 msgid "[graph]" msgstr "" @@ -2530,31 +2531,31 @@ msgid "" "%r" msgstr "" -#: sphinx/ext/imgmath.py:140 +#: sphinx/ext/imgmath.py:139 #, python-format msgid "" "LaTeX command %r cannot be run (needed for math display), check the " "imgmath_latex setting" msgstr "" -#: sphinx/ext/imgmath.py:155 +#: sphinx/ext/imgmath.py:154 #, python-format msgid "" "%s command %r cannot be run (needed for math display), check the imgmath_%s " "setting" msgstr "" -#: sphinx/ext/imgmath.py:290 +#: sphinx/ext/imgmath.py:289 #, python-format msgid "display latex %r: %s" msgstr "" -#: sphinx/ext/imgmath.py:317 +#: sphinx/ext/imgmath.py:316 #, python-format msgid "inline latex %r: %s" msgstr "" -#: sphinx/ext/imgmath.py:324 sphinx/ext/mathjax.py:54 +#: sphinx/ext/imgmath.py:323 sphinx/ext/mathjax.py:54 msgid "Permalink to this equation" msgstr "" @@ -2574,26 +2575,26 @@ msgid "" "alternatives:" msgstr "" -#: sphinx/ext/intersphinx.py:237 +#: sphinx/ext/intersphinx.py:238 msgid "failed to reach any of the inventories with the following issues:" msgstr "" -#: sphinx/ext/intersphinx.py:312 +#: sphinx/ext/intersphinx.py:311 #, python-format msgid "(in %s v%s)" msgstr "" -#: sphinx/ext/intersphinx.py:314 +#: sphinx/ext/intersphinx.py:313 #, python-format msgid "(in %s)" msgstr "" -#: sphinx/ext/intersphinx.py:348 +#: sphinx/ext/intersphinx.py:347 #, python-format msgid "intersphinx identifier %r is not string. Ignored" msgstr "" -#: sphinx/ext/intersphinx.py:361 +#: sphinx/ext/intersphinx.py:360 #, python-format msgid "Fail to read intersphinx_mapping[%s], Ignored: %r" msgstr "" @@ -2649,29 +2650,29 @@ msgstr "" msgid "

All modules for which code is available

" msgstr "" -#: sphinx/ext/autodoc/__init__.py:302 +#: sphinx/ext/autodoc/__init__.py:300 #, python-format msgid "invalid signature for auto%s (%r)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:402 +#: sphinx/ext/autodoc/__init__.py:400 #, python-format msgid "error while formatting arguments for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:514 +#: sphinx/ext/autodoc/__init__.py:512 #, python-format msgid "missing attribute %s in object %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:602 +#: sphinx/ext/autodoc/__init__.py:600 #, python-format msgid "" "autodoc: failed to determine %r to be documented.the following exception was raised:\n" "%s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:694 +#: sphinx/ext/autodoc/__init__.py:692 #, python-format msgid "" "don't know which module to import for autodocumenting %r (try placing a " @@ -2679,39 +2680,39 @@ msgid "" "explicit module name)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:788 +#: sphinx/ext/autodoc/__init__.py:786 msgid "\"::\" in automodule name doesn't make sense" msgstr "" -#: sphinx/ext/autodoc/__init__.py:796 +#: sphinx/ext/autodoc/__init__.py:794 #, python-format msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:829 +#: sphinx/ext/autodoc/__init__.py:827 #, python-format msgid "" "__all__ should be a list of strings, not %r (in module %s) -- ignoring " "__all__" msgstr "" -#: sphinx/ext/autodoc/__init__.py:844 +#: sphinx/ext/autodoc/__init__.py:842 #, python-format msgid "" "missing attribute mentioned in :members: or __all__: module %s, attribute %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1128 +#: sphinx/ext/autodoc/__init__.py:1126 #, python-format msgid "Bases: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1185 +#: sphinx/ext/autodoc/__init__.py:1183 #, python-format msgid "alias of :class:`%s`" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1470 +#: sphinx/ext/autodoc/__init__.py:1468 #, python-format msgid "Ignoring invalid option in autodoc_default_flags: %r" msgstr "" @@ -2747,17 +2748,17 @@ msgid "" "contain .rst. Skipped." msgstr "" -#: sphinx/ext/autosummary/generate.py:102 +#: sphinx/ext/autosummary/generate.py:100 #, python-format msgid "[autosummary] generating autosummary for: %s" msgstr "" -#: sphinx/ext/autosummary/generate.py:106 +#: sphinx/ext/autosummary/generate.py:104 #, python-format msgid "[autosummary] writing to %s" msgstr "" -#: sphinx/ext/autosummary/generate.py:366 +#: sphinx/ext/autosummary/generate.py:364 msgid "" "\n" "Generate ReStructuredText using autosummary directives.\n" @@ -2772,25 +2773,25 @@ msgid "" " pydoc sphinx.ext.autosummary\n" msgstr "" -#: sphinx/ext/autosummary/generate.py:383 +#: sphinx/ext/autosummary/generate.py:381 msgid "source files to generate rST files for" msgstr "" -#: sphinx/ext/autosummary/generate.py:387 +#: sphinx/ext/autosummary/generate.py:385 msgid "directory to place all output in" msgstr "" -#: sphinx/ext/autosummary/generate.py:390 +#: sphinx/ext/autosummary/generate.py:388 #, python-format msgid "default suffix for files (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:394 +#: sphinx/ext/autosummary/generate.py:392 #, python-format msgid "custom template directory (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:398 +#: sphinx/ext/autosummary/generate.py:396 #, python-format msgid "document imported members (default: %(default)s)" msgstr "" @@ -2868,6 +2869,7 @@ msgid "Warning" msgstr "" #: sphinx/templates/latex/longtable.tex_t:23 +#: sphinx/templates/latex/sphinxmessages.sty_t:8 msgid "continued from previous page" msgstr "" @@ -2875,13 +2877,29 @@ msgstr "" msgid "Continued on next page" msgstr "" +#: sphinx/templates/latex/sphinxmessages.sty_t:9 +msgid "continues on next page" +msgstr "" + +#: sphinx/templates/latex/sphinxmessages.sty_t:10 +msgid "Non-alphabetical" +msgstr "" + +#: sphinx/templates/latex/sphinxmessages.sty_t:12 +msgid "Numbers" +msgstr "" + +#: sphinx/templates/latex/sphinxmessages.sty_t:13 +msgid "page" +msgstr "" + #: sphinx/themes/agogo/layout.html:46 sphinx/themes/basic/globaltoc.html:10 #: sphinx/themes/basic/localtoc.html:11 sphinx/themes/scrolls/layout.html:41 msgid "Table of Contents" msgstr "" #: sphinx/themes/agogo/layout.html:51 sphinx/themes/basic/layout.html:153 -#: sphinx/themes/basic/search.html:11 sphinx/themes/basic/search.html:26 +#: sphinx/themes/basic/search.html:11 sphinx/themes/basic/search.html:21 #: sphinx/themes/basic/searchresults.html:10 msgid "Search" msgstr "" @@ -3018,13 +3036,13 @@ msgstr "" msgid "next chapter" msgstr "" -#: sphinx/themes/basic/search.html:30 +#: sphinx/themes/basic/search.html:25 msgid "" "Please activate JavaScript to enable the search\n" " functionality." msgstr "" -#: sphinx/themes/basic/search.html:35 +#: sphinx/themes/basic/search.html:30 msgid "" "From here you can search these documents. Enter your search\n" " words into the box below and click \"search\". Note that the search\n" @@ -3032,20 +3050,20 @@ msgid "" " containing fewer words won't appear in the result list." msgstr "" -#: sphinx/themes/basic/search.html:42 +#: sphinx/themes/basic/search.html:37 #: sphinx/themes/basic/searchresults.html:17 msgid "search" msgstr "" -#: sphinx/themes/basic/search.html:46 +#: sphinx/themes/basic/search.html:41 #: sphinx/themes/basic/searchresults.html:21 -#: sphinx/themes/basic/static/searchtools.js:295 +#: sphinx/themes/basic/static/searchtools.js:285 msgid "Search Results" msgstr "" -#: sphinx/themes/basic/search.html:48 +#: sphinx/themes/basic/search.html:43 #: sphinx/themes/basic/searchresults.html:23 -#: sphinx/themes/basic/static/searchtools.js:297 +#: sphinx/themes/basic/static/searchtools.js:287 msgid "" "Your search did not match any documents. Please make sure that all words are" " spelled correctly and that you've selected enough categories." @@ -3103,20 +3121,20 @@ msgstr "" msgid "Hide Search Matches" msgstr "" -#: sphinx/themes/basic/static/searchtools.js:131 +#: sphinx/themes/basic/static/searchtools.js:121 msgid "Searching" msgstr "" -#: sphinx/themes/basic/static/searchtools.js:136 +#: sphinx/themes/basic/static/searchtools.js:126 msgid "Preparing search..." msgstr "" -#: sphinx/themes/basic/static/searchtools.js:299 +#: sphinx/themes/basic/static/searchtools.js:289 #, python-format msgid "Search finished, found %s page(s) matching the search query." msgstr "" -#: sphinx/themes/basic/static/searchtools.js:352 +#: sphinx/themes/basic/static/searchtools.js:342 msgid ", in " msgstr "" @@ -3133,18 +3151,18 @@ msgstr "" msgid "Contents" msgstr "" -#: sphinx/transforms/__init__.py:259 +#: sphinx/transforms/__init__.py:261 #, python-format msgid "" "4 column based index found. It might be a bug of extensions you use: %r" msgstr "" -#: sphinx/transforms/__init__.py:301 +#: sphinx/transforms/__init__.py:303 #, python-format msgid "Footnote [%s] is not referenced." msgstr "" -#: sphinx/transforms/__init__.py:307 +#: sphinx/transforms/__init__.py:309 msgid "Footnote [#] is not referenced." msgstr "" @@ -3215,7 +3233,7 @@ msgstr "" msgid "failed" msgstr "" -#: sphinx/util/docutils.py:321 +#: sphinx/util/docutils.py:320 msgid "when adding directive classes, no additional arguments may be given" msgstr "" @@ -3276,15 +3294,15 @@ msgstr "" msgid "Permalink to this code" msgstr "" -#: sphinx/writers/html.py:514 sphinx/writers/html5.py:460 +#: sphinx/writers/html.py:512 sphinx/writers/html5.py:458 msgid "Permalink to this image" msgstr "" -#: sphinx/writers/html.py:516 sphinx/writers/html5.py:462 +#: sphinx/writers/html.py:514 sphinx/writers/html5.py:460 msgid "Permalink to this toctree" msgstr "" -#: sphinx/writers/html.py:674 sphinx/writers/html5.py:608 +#: sphinx/writers/html.py:672 sphinx/writers/html5.py:606 msgid "Could not obtain image size. :scale: option is ignored." msgstr "" @@ -3321,12 +3339,12 @@ msgstr "" msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: sphinx/writers/latex.py:1843 +#: sphinx/writers/latex.py:1847 #, python-format msgid "unknown index entry type %s found" msgstr "" -#: sphinx/writers/latex.py:2552 +#: sphinx/writers/latex.py:2560 #, python-format msgid "Unknown configure key: latex_elements[%r] is ignored." msgstr "" @@ -3344,12 +3362,12 @@ msgstr "" msgid "caption not inside a figure." msgstr "" -#: sphinx/writers/texinfo.py:1421 +#: sphinx/writers/texinfo.py:1422 #, python-format msgid "unimplemented node type: %r" msgstr "" -#: sphinx/writers/texinfo.py:1426 +#: sphinx/writers/texinfo.py:1427 #, python-format msgid "unknown node type: %r" msgstr "" diff --git a/sphinx/locale/tr/LC_MESSAGES/sphinx.mo b/sphinx/locale/tr/LC_MESSAGES/sphinx.mo index 136d35adb2..51016e5be5 100644 Binary files a/sphinx/locale/tr/LC_MESSAGES/sphinx.mo and b/sphinx/locale/tr/LC_MESSAGES/sphinx.mo differ diff --git a/sphinx/locale/tr/LC_MESSAGES/sphinx.po b/sphinx/locale/tr/LC_MESSAGES/sphinx.po index f4a7e06870..4c1f310c48 100644 --- a/sphinx/locale/tr/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/tr/LC_MESSAGES/sphinx.po @@ -9,9 +9,9 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2019-02-18 01:52+0900\n" -"PO-Revision-Date: 2019-03-14 16:36+0000\n" -"Last-Translator: Takeshi KOMIYA \n" +"POT-Creation-Date: 2019-03-29 01:05+0900\n" +"PO-Revision-Date: 2019-03-28 16:09+0000\n" +"Last-Translator: Fırat Özgül \n" "Language-Team: Turkish (http://www.transifex.com/sphinx-doc/sphinx-1/language/tr/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -123,7 +123,7 @@ msgstr "" msgid "role %r is already registered, it will be overridden" msgstr "" -#: sphinx/application.py:1182 +#: sphinx/application.py:1179 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -131,7 +131,7 @@ msgid "" "explicit" msgstr "" -#: sphinx/application.py:1188 +#: sphinx/application.py:1185 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -139,7 +139,7 @@ msgid "" "explicit" msgstr "" -#: sphinx/application.py:1199 +#: sphinx/application.py:1196 #, python-format msgid "doing serial %s" msgstr "" @@ -588,44 +588,44 @@ msgstr "" msgid "preparing documents" msgstr "" -#: sphinx/builders/_epub_base.py:219 +#: sphinx/builders/_epub_base.py:218 #, python-format msgid "duplicated ToC entry found: %s" msgstr "" -#: sphinx/builders/_epub_base.py:415 sphinx/builders/html.py:761 -#: sphinx/builders/latex/__init__.py:413 sphinx/builders/texinfo.py:190 +#: sphinx/builders/_epub_base.py:414 sphinx/builders/html.py:761 +#: sphinx/builders/latex/__init__.py:415 sphinx/builders/texinfo.py:190 msgid "copying images... " msgstr "" -#: sphinx/builders/_epub_base.py:422 +#: sphinx/builders/_epub_base.py:421 #, python-format msgid "cannot read image file %r: copying it instead" msgstr "" -#: sphinx/builders/_epub_base.py:428 sphinx/builders/html.py:769 -#: sphinx/builders/latex/__init__.py:421 sphinx/builders/texinfo.py:198 +#: sphinx/builders/_epub_base.py:427 sphinx/builders/html.py:769 +#: sphinx/builders/latex/__init__.py:423 sphinx/builders/texinfo.py:199 #, python-format msgid "cannot copy image file %r: %s" msgstr "" -#: sphinx/builders/_epub_base.py:445 +#: sphinx/builders/_epub_base.py:444 #, python-format msgid "cannot write image file %r: %s" msgstr "" -#: sphinx/builders/_epub_base.py:456 +#: sphinx/builders/_epub_base.py:455 msgid "Pillow not found - copying image files" msgstr "" -#: sphinx/builders/_epub_base.py:491 sphinx/builders/_epub_base.py:504 -#: sphinx/builders/_epub_base.py:540 sphinx/builders/_epub_base.py:725 -#: sphinx/builders/_epub_base.py:758 sphinx/builders/epub3.py:184 +#: sphinx/builders/_epub_base.py:490 sphinx/builders/_epub_base.py:503 +#: sphinx/builders/_epub_base.py:539 sphinx/builders/_epub_base.py:724 +#: sphinx/builders/_epub_base.py:757 sphinx/builders/epub3.py:183 #, python-format msgid "writing %s file..." msgstr "" -#: sphinx/builders/_epub_base.py:566 +#: sphinx/builders/_epub_base.py:565 #, python-format msgid "unknown mimetype for %s, ignoring" msgstr "" @@ -644,19 +644,19 @@ msgstr "" msgid "writing summary file..." msgstr "" -#: sphinx/builders/changes.py:87 +#: sphinx/builders/changes.py:86 msgid "Builtins" msgstr "Gömülü Öğeler" -#: sphinx/builders/changes.py:89 +#: sphinx/builders/changes.py:88 msgid "Module level" msgstr "Modül düzeyi" -#: sphinx/builders/changes.py:134 +#: sphinx/builders/changes.py:133 msgid "copying source files..." msgstr "" -#: sphinx/builders/changes.py:141 +#: sphinx/builders/changes.py:140 #, python-format msgid "could not read %r for changelog creation" msgstr "" @@ -665,76 +665,76 @@ msgstr "" msgid "The dummy builder generates no files." msgstr "" -#: sphinx/builders/epub3.py:69 +#: sphinx/builders/epub3.py:68 #, python-format msgid "The ePub file is in %(outdir)s." msgstr "" -#: sphinx/builders/epub3.py:212 +#: sphinx/builders/epub3.py:211 msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:216 +#: sphinx/builders/epub3.py:215 msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:219 +#: sphinx/builders/epub3.py:218 msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:223 +#: sphinx/builders/epub3.py:222 msgid "conf value \"epub_author\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:226 +#: sphinx/builders/epub3.py:225 msgid "conf value \"epub_contributor\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:229 +#: sphinx/builders/epub3.py:228 msgid "conf value \"epub_description\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:232 +#: sphinx/builders/epub3.py:231 msgid "conf value \"epub_publisher\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:235 +#: sphinx/builders/epub3.py:234 msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:239 +#: sphinx/builders/epub3.py:238 msgid "conf value \"epub_identifier\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:242 +#: sphinx/builders/epub3.py:241 msgid "conf value \"version\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:257 sphinx/builders/html.py:1166 +#: sphinx/builders/epub3.py:256 sphinx/builders/html.py:1166 #, python-format msgid "invalid css_file: %r, ignored" msgstr "" -#: sphinx/builders/gettext.py:215 +#: sphinx/builders/gettext.py:221 #, python-format msgid "The message catalogs are in %(outdir)s." msgstr "" -#: sphinx/builders/gettext.py:239 +#: sphinx/builders/gettext.py:245 #, python-format msgid "building [%s]: " msgstr "" -#: sphinx/builders/gettext.py:240 +#: sphinx/builders/gettext.py:246 #, python-format msgid "targets for %d template files" msgstr "" -#: sphinx/builders/gettext.py:244 +#: sphinx/builders/gettext.py:250 msgid "reading templates... " msgstr "" -#: sphinx/builders/gettext.py:271 +#: sphinx/builders/gettext.py:277 msgid "writing message catalogs... " msgstr "" @@ -753,7 +753,7 @@ msgstr "" msgid "Failed to read build info file: %r" msgstr "" -#: sphinx/builders/html.py:488 sphinx/builders/latex/__init__.py:204 +#: sphinx/builders/html.py:488 sphinx/builders/latex/__init__.py:206 #: sphinx/transforms/__init__.py:121 sphinx/writers/manpage.py:118 #: sphinx/writers/texinfo.py:243 #, python-format @@ -806,7 +806,7 @@ msgstr "" msgid "html_static_path entry %r does not exist" msgstr "" -#: sphinx/builders/html.py:839 sphinx/builders/latex/__init__.py:398 +#: sphinx/builders/html.py:839 sphinx/builders/latex/__init__.py:400 #, python-format msgid "logo file %r does not exist" msgstr "" @@ -923,7 +923,7 @@ msgstr "" msgid "no \"man_pages\" config value found; no manual pages will be written" msgstr "" -#: sphinx/builders/latex/__init__.py:270 sphinx/builders/manpage.py:64 +#: sphinx/builders/latex/__init__.py:272 sphinx/builders/manpage.py:64 #: sphinx/builders/singlehtml.py:174 sphinx/builders/texinfo.py:120 msgid "writing" msgstr "" @@ -967,24 +967,24 @@ msgstr "" msgid "\"texinfo_documents\" config value references unknown document %s" msgstr "" -#: sphinx/builders/latex/__init__.py:253 sphinx/builders/texinfo.py:116 +#: sphinx/builders/latex/__init__.py:255 sphinx/builders/texinfo.py:116 #, python-format msgid "processing %s" msgstr "" -#: sphinx/builders/latex/__init__.py:322 sphinx/builders/texinfo.py:163 +#: sphinx/builders/latex/__init__.py:323 sphinx/builders/texinfo.py:164 msgid "resolving references..." msgstr "" -#: sphinx/builders/latex/__init__.py:332 sphinx/builders/texinfo.py:172 +#: sphinx/builders/latex/__init__.py:333 sphinx/builders/texinfo.py:173 msgid " (in " msgstr " (şurada: " -#: sphinx/builders/texinfo.py:204 +#: sphinx/builders/texinfo.py:205 msgid "copying Texinfo support files" msgstr "" -#: sphinx/builders/texinfo.py:208 +#: sphinx/builders/texinfo.py:209 #, python-format msgid "error writing file Makefile: %s" msgstr "" @@ -1004,28 +1004,28 @@ msgstr "" msgid "The pseudo-XML files are in %(outdir)s." msgstr "" -#: sphinx/builders/latex/__init__.py:121 +#: sphinx/builders/latex/__init__.py:123 #, python-format msgid "The LaTeX files are in %(outdir)s." msgstr "" -#: sphinx/builders/latex/__init__.py:123 +#: sphinx/builders/latex/__init__.py:125 msgid "" "\n" "Run 'make' in that directory to run these through (pdf)latex\n" "(use `make latexpdf' here to do that automatically)." msgstr "" -#: sphinx/builders/latex/__init__.py:163 +#: sphinx/builders/latex/__init__.py:165 msgid "no \"latex_documents\" config value found; no documents will be written" msgstr "" -#: sphinx/builders/latex/__init__.py:171 +#: sphinx/builders/latex/__init__.py:173 #, python-format msgid "\"latex_documents\" config value references unknown document %s" msgstr "" -#: sphinx/builders/latex/__init__.py:211 sphinx/domains/std.py:501 +#: sphinx/builders/latex/__init__.py:213 sphinx/domains/std.py:501 #: sphinx/templates/latex/latex.tex_t:79 #: sphinx/themes/basic/genindex-single.html:30 #: sphinx/themes/basic/genindex-single.html:55 @@ -1037,28 +1037,28 @@ msgstr "" msgid "Index" msgstr "Dizin" -#: sphinx/builders/latex/__init__.py:214 sphinx/templates/latex/latex.tex_t:64 +#: sphinx/builders/latex/__init__.py:216 sphinx/templates/latex/latex.tex_t:64 msgid "Release" msgstr "Sürüm" -#: sphinx/builders/latex/__init__.py:222 sphinx/writers/latex.py:549 +#: sphinx/builders/latex/__init__.py:224 sphinx/writers/latex.py:549 #, python-format msgid "no Babel option known for language %r" msgstr "" -#: sphinx/builders/latex/__init__.py:361 +#: sphinx/builders/latex/__init__.py:363 msgid "copying TeX support files" msgstr "" -#: sphinx/builders/latex/__init__.py:382 +#: sphinx/builders/latex/__init__.py:384 msgid "copying TeX support files..." msgstr "" -#: sphinx/builders/latex/__init__.py:402 +#: sphinx/builders/latex/__init__.py:404 msgid "copying additional files" msgstr "" -#: sphinx/builders/latex/__init__.py:445 +#: sphinx/builders/latex/__init__.py:447 #, python-format msgid "Unknown configure key: latex_elements[%r]. ignored." msgstr "" @@ -1121,8 +1121,8 @@ msgstr "" msgid "job number should be a positive number" msgstr "" -#: sphinx/cmd/build.py:106 sphinx/cmd/quickstart.py:498 -#: sphinx/ext/apidoc.py:298 sphinx/ext/autosummary/generate.py:365 +#: sphinx/cmd/build.py:106 sphinx/cmd/quickstart.py:497 +#: sphinx/ext/apidoc.py:298 sphinx/ext/autosummary/generate.py:363 msgid "For more information, visit ." msgstr "" @@ -1499,13 +1499,13 @@ msgstr "" msgid "Indicate which of the following Sphinx extensions should be enabled:" msgstr "" -#: sphinx/cmd/quickstart.py:354 +#: sphinx/cmd/quickstart.py:353 msgid "" "Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " "been deselected." msgstr "" -#: sphinx/cmd/quickstart.py:359 +#: sphinx/cmd/quickstart.py:358 msgid "" "\n" "A Makefile and a Windows command file can be generated for you so that you\n" @@ -1513,29 +1513,29 @@ msgid "" "directly." msgstr "" -#: sphinx/cmd/quickstart.py:363 +#: sphinx/cmd/quickstart.py:362 msgid "Create Makefile? (y/n)" msgstr "" -#: sphinx/cmd/quickstart.py:366 +#: sphinx/cmd/quickstart.py:365 msgid "Create Windows command file? (y/n)" msgstr "" -#: sphinx/cmd/quickstart.py:409 sphinx/ext/apidoc.py:74 +#: sphinx/cmd/quickstart.py:408 sphinx/ext/apidoc.py:74 #, python-format msgid "Creating file %s." msgstr "" -#: sphinx/cmd/quickstart.py:414 sphinx/ext/apidoc.py:72 +#: sphinx/cmd/quickstart.py:413 sphinx/ext/apidoc.py:72 #, python-format msgid "File %s already exists, skipping." msgstr "" -#: sphinx/cmd/quickstart.py:450 +#: sphinx/cmd/quickstart.py:449 msgid "Finished: An initial directory structure has been created." msgstr "" -#: sphinx/cmd/quickstart.py:451 +#: sphinx/cmd/quickstart.py:450 #, python-format msgid "" "\n" @@ -1543,26 +1543,26 @@ msgid "" "source files. " msgstr "" -#: sphinx/cmd/quickstart.py:453 +#: sphinx/cmd/quickstart.py:452 msgid "" "Use the Makefile to build the docs, like so:\n" " make builder\n" msgstr "" -#: sphinx/cmd/quickstart.py:456 +#: sphinx/cmd/quickstart.py:455 #, python-format msgid "" "Use the sphinx-build command to build the docs, like so:\n" " sphinx-build -b builder %s %s\n" msgstr "" -#: sphinx/cmd/quickstart.py:459 +#: sphinx/cmd/quickstart.py:458 msgid "" "where \"builder\" is one of the supported builders, e.g. html, latex or " "linkcheck.\n" msgstr "" -#: sphinx/cmd/quickstart.py:499 +#: sphinx/cmd/quickstart.py:498 msgid "" "\n" "Generate required files for a Sphinx project.\n" @@ -1572,131 +1572,131 @@ msgid "" "Makefile to be used with sphinx-build.\n" msgstr "" -#: sphinx/cmd/quickstart.py:509 +#: sphinx/cmd/quickstart.py:508 msgid "quiet mode" msgstr "" -#: sphinx/cmd/quickstart.py:514 +#: sphinx/cmd/quickstart.py:513 msgid "output path" msgstr "" -#: sphinx/cmd/quickstart.py:516 +#: sphinx/cmd/quickstart.py:515 msgid "Structure options" msgstr "" -#: sphinx/cmd/quickstart.py:518 +#: sphinx/cmd/quickstart.py:517 msgid "if specified, separate source and build dirs" msgstr "" -#: sphinx/cmd/quickstart.py:520 +#: sphinx/cmd/quickstart.py:519 msgid "replacement for dot in _templates etc." msgstr "" -#: sphinx/cmd/quickstart.py:522 +#: sphinx/cmd/quickstart.py:521 msgid "Project basic options" msgstr "" -#: sphinx/cmd/quickstart.py:524 +#: sphinx/cmd/quickstart.py:523 msgid "project name" msgstr "" -#: sphinx/cmd/quickstart.py:526 +#: sphinx/cmd/quickstart.py:525 msgid "author names" msgstr "" -#: sphinx/cmd/quickstart.py:528 +#: sphinx/cmd/quickstart.py:527 msgid "version of project" msgstr "" -#: sphinx/cmd/quickstart.py:530 +#: sphinx/cmd/quickstart.py:529 msgid "release of project" msgstr "" -#: sphinx/cmd/quickstart.py:532 +#: sphinx/cmd/quickstart.py:531 msgid "document language" msgstr "" -#: sphinx/cmd/quickstart.py:534 +#: sphinx/cmd/quickstart.py:533 msgid "source file suffix" msgstr "" -#: sphinx/cmd/quickstart.py:536 +#: sphinx/cmd/quickstart.py:535 msgid "master document name" msgstr "" -#: sphinx/cmd/quickstart.py:538 +#: sphinx/cmd/quickstart.py:537 msgid "use epub" msgstr "" -#: sphinx/cmd/quickstart.py:540 +#: sphinx/cmd/quickstart.py:539 msgid "Extension options" msgstr "" -#: sphinx/cmd/quickstart.py:544 sphinx/ext/apidoc.py:379 +#: sphinx/cmd/quickstart.py:543 sphinx/ext/apidoc.py:379 #, python-format msgid "enable %s extension" msgstr "" -#: sphinx/cmd/quickstart.py:546 sphinx/ext/apidoc.py:375 +#: sphinx/cmd/quickstart.py:545 sphinx/ext/apidoc.py:375 msgid "enable arbitrary extensions" msgstr "" -#: sphinx/cmd/quickstart.py:548 +#: sphinx/cmd/quickstart.py:547 msgid "Makefile and Batchfile creation" msgstr "" -#: sphinx/cmd/quickstart.py:550 +#: sphinx/cmd/quickstart.py:549 msgid "create makefile" msgstr "" -#: sphinx/cmd/quickstart.py:552 +#: sphinx/cmd/quickstart.py:551 msgid "do not create makefile" msgstr "" -#: sphinx/cmd/quickstart.py:554 +#: sphinx/cmd/quickstart.py:553 msgid "create batchfile" msgstr "" -#: sphinx/cmd/quickstart.py:557 +#: sphinx/cmd/quickstart.py:556 msgid "do not create batchfile" msgstr "" -#: sphinx/cmd/quickstart.py:560 +#: sphinx/cmd/quickstart.py:559 msgid "use make-mode for Makefile/make.bat" msgstr "" -#: sphinx/cmd/quickstart.py:563 +#: sphinx/cmd/quickstart.py:562 msgid "do not use make-mode for Makefile/make.bat" msgstr "" -#: sphinx/cmd/quickstart.py:565 +#: sphinx/cmd/quickstart.py:564 msgid "Project templating" msgstr "" -#: sphinx/cmd/quickstart.py:568 +#: sphinx/cmd/quickstart.py:567 msgid "template directory for template files" msgstr "" -#: sphinx/cmd/quickstart.py:571 +#: sphinx/cmd/quickstart.py:570 msgid "define a template variable" msgstr "" -#: sphinx/cmd/quickstart.py:605 +#: sphinx/cmd/quickstart.py:604 msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." msgstr "" -#: sphinx/cmd/quickstart.py:619 +#: sphinx/cmd/quickstart.py:618 msgid "" "Error: specified path is not a directory, or sphinx files already exist." msgstr "" -#: sphinx/cmd/quickstart.py:621 +#: sphinx/cmd/quickstart.py:620 msgid "" "sphinx-quickstart only generate into a empty directory. Please specify a new" " root path." msgstr "" -#: sphinx/cmd/quickstart.py:636 +#: sphinx/cmd/quickstart.py:635 #, python-format msgid "Invalid template variable: %s" msgstr "" @@ -1768,17 +1768,17 @@ msgstr "Yazarı: " msgid "%s %s" msgstr "%s %s" -#: sphinx/domains/c.py:64 sphinx/domains/cpp.py:6371 +#: sphinx/domains/c.py:64 sphinx/domains/cpp.py:6445 #: sphinx/domains/python.py:210 sphinx/ext/napoleon/docstring.py:696 msgid "Parameters" msgstr "Parametreler" -#: sphinx/domains/c.py:67 sphinx/domains/cpp.py:6380 -#: sphinx/domains/javascript.py:210 sphinx/domains/python.py:222 +#: sphinx/domains/c.py:67 sphinx/domains/cpp.py:6454 +#: sphinx/domains/javascript.py:209 sphinx/domains/python.py:222 msgid "Returns" msgstr "Dönüş değeri:" -#: sphinx/domains/c.py:69 sphinx/domains/javascript.py:212 +#: sphinx/domains/c.py:69 sphinx/domains/javascript.py:211 #: sphinx/domains/python.py:224 msgid "Return type" msgstr "Dönüş tipi" @@ -1808,12 +1808,12 @@ msgstr "%s (C tipi)" msgid "%s (C variable)" msgstr "%s (C değişkeni)" -#: sphinx/domains/c.py:258 sphinx/domains/cpp.py:6956 -#: sphinx/domains/javascript.py:298 sphinx/domains/python.py:741 +#: sphinx/domains/c.py:258 sphinx/domains/cpp.py:7029 +#: sphinx/domains/javascript.py:297 sphinx/domains/python.py:742 msgid "function" msgstr "fonksiyonu" -#: sphinx/domains/c.py:259 sphinx/domains/cpp.py:6957 +#: sphinx/domains/c.py:259 sphinx/domains/cpp.py:7030 msgid "member" msgstr "öğesi" @@ -1821,7 +1821,7 @@ msgstr "öğesi" msgid "macro" msgstr "makrosu" -#: sphinx/domains/c.py:261 sphinx/domains/cpp.py:6958 +#: sphinx/domains/c.py:261 sphinx/domains/cpp.py:7031 msgid "type" msgstr "tipi" @@ -1844,106 +1844,106 @@ msgstr "%s sürümünde değişti" msgid "Deprecated since version %s" msgstr "%s sürümünden beri önerilmiyor" -#: sphinx/domains/cpp.py:4297 +#: sphinx/domains/cpp.py:4323 #, python-format msgid "" "Duplicate declaration, also defined in '%s'.\n" "Declaration is '%s'." msgstr "" -#: sphinx/domains/cpp.py:6374 +#: sphinx/domains/cpp.py:6448 msgid "Template Parameters" msgstr "Şablon Parametreleri" -#: sphinx/domains/cpp.py:6377 sphinx/domains/javascript.py:207 +#: sphinx/domains/cpp.py:6451 sphinx/domains/javascript.py:206 msgid "Throws" msgstr "Şunu verir: " -#: sphinx/domains/cpp.py:6505 +#: sphinx/domains/cpp.py:6579 #, python-format msgid "%s (C++ %s)" msgstr "" -#: sphinx/domains/cpp.py:6954 sphinx/domains/javascript.py:300 -#: sphinx/domains/python.py:743 +#: sphinx/domains/cpp.py:7027 sphinx/domains/javascript.py:299 +#: sphinx/domains/python.py:744 msgid "class" msgstr "sınıfı" -#: sphinx/domains/cpp.py:6955 +#: sphinx/domains/cpp.py:7028 msgid "union" msgstr "" -#: sphinx/domains/cpp.py:6959 +#: sphinx/domains/cpp.py:7032 msgid "concept" msgstr "" -#: sphinx/domains/cpp.py:6960 +#: sphinx/domains/cpp.py:7033 msgid "enum" msgstr "enum" -#: sphinx/domains/cpp.py:6961 +#: sphinx/domains/cpp.py:7034 msgid "enumerator" msgstr "numaralandırıcı" -#: sphinx/domains/cpp.py:7054 +#: sphinx/domains/cpp.py:7127 #, python-format msgid "" "Duplicate declaration, also defined in '%s'.\n" "Name of declaration is '%s'." msgstr "" -#: sphinx/domains/javascript.py:131 sphinx/domains/python.py:429 +#: sphinx/domains/javascript.py:130 sphinx/domains/python.py:430 #, python-format msgid "%s() (built-in function)" msgstr "%s() (gömülü fonksiyon)" -#: sphinx/domains/javascript.py:132 sphinx/domains/python.py:494 +#: sphinx/domains/javascript.py:131 sphinx/domains/python.py:495 #, python-format msgid "%s() (%s method)" msgstr "%s() (%s metodu)" -#: sphinx/domains/javascript.py:134 +#: sphinx/domains/javascript.py:133 #, python-format msgid "%s() (class)" msgstr "%s() (sınıfı)" -#: sphinx/domains/javascript.py:136 +#: sphinx/domains/javascript.py:135 #, python-format msgid "%s (global variable or constant)" msgstr "%s (global değişken veya sabit)" -#: sphinx/domains/javascript.py:138 sphinx/domains/python.py:532 +#: sphinx/domains/javascript.py:137 sphinx/domains/python.py:533 #, python-format msgid "%s (%s attribute)" msgstr "%s (%s niteliği)" -#: sphinx/domains/javascript.py:204 +#: sphinx/domains/javascript.py:203 msgid "Arguments" msgstr "Argümanlar" -#: sphinx/domains/javascript.py:265 sphinx/domains/python.py:609 +#: sphinx/domains/javascript.py:264 sphinx/domains/python.py:610 #, python-format msgid "%s (module)" msgstr "%s (modül)" -#: sphinx/domains/javascript.py:299 sphinx/domains/python.py:745 +#: sphinx/domains/javascript.py:298 sphinx/domains/python.py:746 msgid "method" msgstr "metodu" -#: sphinx/domains/javascript.py:301 sphinx/domains/python.py:742 +#: sphinx/domains/javascript.py:300 sphinx/domains/python.py:743 msgid "data" msgstr "verisi" -#: sphinx/domains/javascript.py:302 sphinx/domains/python.py:748 +#: sphinx/domains/javascript.py:301 sphinx/domains/python.py:749 msgid "attribute" msgstr "niteliği" -#: sphinx/domains/javascript.py:303 sphinx/domains/python.py:49 -#: sphinx/domains/python.py:749 +#: sphinx/domains/javascript.py:302 sphinx/domains/python.py:49 +#: sphinx/domains/python.py:750 msgid "module" msgstr "modülü" -#: sphinx/domains/math.py:101 sphinx/writers/latex.py:2451 +#: sphinx/domains/math.py:101 sphinx/writers/latex.py:2459 #, python-format msgid "Invalid math_eqref_format: %r" msgstr "" @@ -1965,7 +1965,7 @@ msgstr "işleç" msgid "object" msgstr "nesne" -#: sphinx/domains/python.py:53 sphinx/domains/python.py:744 +#: sphinx/domains/python.py:53 sphinx/domains/python.py:745 msgid "exception" msgstr "istisnası" @@ -1985,88 +1985,88 @@ msgstr "Değişkenler" msgid "Raises" msgstr "Şunu tetikler:" -#: sphinx/domains/python.py:430 sphinx/domains/python.py:488 -#: sphinx/domains/python.py:500 sphinx/domains/python.py:513 +#: sphinx/domains/python.py:431 sphinx/domains/python.py:489 +#: sphinx/domains/python.py:501 sphinx/domains/python.py:514 #, python-format msgid "%s() (in module %s)" msgstr "%s() (%s modülü içinde)" -#: sphinx/domains/python.py:433 +#: sphinx/domains/python.py:434 #, python-format msgid "%s (built-in variable)" msgstr "%s (gömülü değişken)" -#: sphinx/domains/python.py:434 sphinx/domains/python.py:526 +#: sphinx/domains/python.py:435 sphinx/domains/python.py:527 #, python-format msgid "%s (in module %s)" msgstr "%s (%s modülü içinde)" -#: sphinx/domains/python.py:454 +#: sphinx/domains/python.py:455 #, python-format msgid "%s (built-in class)" msgstr "%s (gömülü sınıf)" -#: sphinx/domains/python.py:455 +#: sphinx/domains/python.py:456 #, python-format msgid "%s (class in %s)" msgstr "%s (%s içinde bir sınıf)" -#: sphinx/domains/python.py:492 +#: sphinx/domains/python.py:493 #, python-format msgid "%s() (%s.%s method)" msgstr "%s() (%s.%s metodu)" -#: sphinx/domains/python.py:504 +#: sphinx/domains/python.py:505 #, python-format msgid "%s() (%s.%s static method)" msgstr "%s() (%s.%s statik metodu)" -#: sphinx/domains/python.py:507 +#: sphinx/domains/python.py:508 #, python-format msgid "%s() (%s static method)" msgstr "%s() (%s statik metodu)" -#: sphinx/domains/python.py:517 +#: sphinx/domains/python.py:518 #, python-format msgid "%s() (%s.%s class method)" msgstr "%s() (%s.%s sınıf metodu)" -#: sphinx/domains/python.py:520 +#: sphinx/domains/python.py:521 #, python-format msgid "%s() (%s class method)" msgstr "%s() (%s sınıf metodu)" -#: sphinx/domains/python.py:530 +#: sphinx/domains/python.py:531 #, python-format msgid "%s (%s.%s attribute)" msgstr "%s (%s.%s niteliği)" -#: sphinx/domains/python.py:667 +#: sphinx/domains/python.py:668 msgid "Python Module Index" msgstr "Python Modül Dizini" -#: sphinx/domains/python.py:668 +#: sphinx/domains/python.py:669 msgid "modules" msgstr "modüller" -#: sphinx/domains/python.py:719 +#: sphinx/domains/python.py:720 msgid "Deprecated" msgstr "Önerilmiyor" -#: sphinx/domains/python.py:746 +#: sphinx/domains/python.py:747 msgid "class method" msgstr "sınıf metodu" -#: sphinx/domains/python.py:747 +#: sphinx/domains/python.py:748 msgid "static method" msgstr "statik metodu" -#: sphinx/domains/python.py:879 +#: sphinx/domains/python.py:880 #, python-format msgid "more than one target found for cross-reference %r: %s" msgstr "" -#: sphinx/domains/python.py:917 +#: sphinx/domains/python.py:918 msgid " (deprecated)" msgstr " (önerilmiyor)" @@ -2142,7 +2142,7 @@ msgstr "Arama Sayfası" msgid "duplicate citation %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:631 sphinx/ext/autosectionlabel.py:61 +#: sphinx/domains/std.py:631 sphinx/ext/autosectionlabel.py:56 #, python-format msgid "duplicate label %s, other instance in %s" msgstr "" @@ -2202,21 +2202,21 @@ msgid "" "another doctree directory." msgstr "" -#: sphinx/environment/__init__.py:408 +#: sphinx/environment/__init__.py:404 #, python-format msgid "Failed to scan documents in %s: %r" msgstr "" -#: sphinx/environment/__init__.py:536 +#: sphinx/environment/__init__.py:532 #, python-format msgid "Domain %r is not registered" msgstr "" -#: sphinx/environment/__init__.py:621 +#: sphinx/environment/__init__.py:617 msgid "self referenced toctree found. Ignored." msgstr "" -#: sphinx/environment/__init__.py:662 +#: sphinx/environment/__init__.py:658 msgid "document isn't included in any toctree" msgstr "" @@ -2236,6 +2236,7 @@ msgid "unknown index entry type %r" msgstr "" #: sphinx/environment/adapters/indexentries.py:156 +#: sphinx/templates/latex/sphinxmessages.sty_t:11 msgid "Symbols" msgstr "Simgeler" @@ -2261,22 +2262,22 @@ msgstr "" msgid "toctree contains reference to nonexisting document %r" msgstr "" -#: sphinx/environment/collectors/asset.py:91 +#: sphinx/environment/collectors/asset.py:90 #, python-format msgid "image file not readable: %s" msgstr "" -#: sphinx/environment/collectors/asset.py:107 +#: sphinx/environment/collectors/asset.py:106 #, python-format msgid "image file %s not readable: %s" msgstr "" -#: sphinx/environment/collectors/asset.py:135 +#: sphinx/environment/collectors/asset.py:134 #, python-format msgid "download file not readable: %s" msgstr "" -#: sphinx/environment/collectors/toctree.py:197 +#: sphinx/environment/collectors/toctree.py:196 #, python-format msgid "%s is already assigned section numbers (nested numbered toctree?)" msgstr "" @@ -2420,38 +2421,38 @@ msgstr "" msgid "module %s could not be imported: %s" msgstr "" -#: sphinx/ext/doctest.py:142 +#: sphinx/ext/doctest.py:132 #, python-format msgid "missing '+' or '-' in '%s' option." msgstr "" -#: sphinx/ext/doctest.py:147 +#: sphinx/ext/doctest.py:137 #, python-format msgid "'%s' is not a valid option." msgstr "" -#: sphinx/ext/doctest.py:161 +#: sphinx/ext/doctest.py:151 #, python-format msgid "'%s' is not a valid pyversion option" msgstr "" -#: sphinx/ext/doctest.py:230 +#: sphinx/ext/doctest.py:222 msgid "invalid TestCode type" msgstr "" -#: sphinx/ext/doctest.py:291 +#: sphinx/ext/doctest.py:283 #, python-format msgid "" "Testing of doctests in the sources finished, look at the results in " "%(outdir)s/output.txt." msgstr "" -#: sphinx/ext/doctest.py:438 +#: sphinx/ext/doctest.py:446 #, python-format msgid "no code/output in %s block at %s:%s" msgstr "" -#: sphinx/ext/doctest.py:527 +#: sphinx/ext/doctest.py:535 #, python-format msgid "ignoring invalid doctest code: %r" msgstr "" @@ -2469,7 +2470,7 @@ msgstr "" msgid "Ignoring \"graphviz\" directive without content." msgstr "" -#: sphinx/ext/graphviz.py:252 +#: sphinx/ext/graphviz.py:250 #, python-format msgid "" "dot did not produce an output file:\n" @@ -2479,14 +2480,14 @@ msgid "" "%r" msgstr "" -#: sphinx/ext/graphviz.py:256 +#: sphinx/ext/graphviz.py:254 #, python-format msgid "" "dot command %r cannot be run (needed for graphviz output), check the " "graphviz_dot setting" msgstr "" -#: sphinx/ext/graphviz.py:263 +#: sphinx/ext/graphviz.py:261 #, python-format msgid "" "dot exited with error:\n" @@ -2496,23 +2497,23 @@ msgid "" "%r" msgstr "" -#: sphinx/ext/graphviz.py:273 +#: sphinx/ext/graphviz.py:271 #, python-format msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" msgstr "" -#: sphinx/ext/graphviz.py:277 sphinx/ext/graphviz.py:331 -#: sphinx/ext/graphviz.py:369 +#: sphinx/ext/graphviz.py:275 sphinx/ext/graphviz.py:329 +#: sphinx/ext/graphviz.py:367 #, python-format msgid "dot code %r: %s" msgstr "" -#: sphinx/ext/graphviz.py:384 sphinx/ext/graphviz.py:393 +#: sphinx/ext/graphviz.py:382 sphinx/ext/graphviz.py:391 #, python-format msgid "[graph: %s]" msgstr "[çizim: %s]" -#: sphinx/ext/graphviz.py:386 sphinx/ext/graphviz.py:395 +#: sphinx/ext/graphviz.py:384 sphinx/ext/graphviz.py:393 msgid "[graph]" msgstr "[çizim]" @@ -2531,31 +2532,31 @@ msgid "" "%r" msgstr "" -#: sphinx/ext/imgmath.py:140 +#: sphinx/ext/imgmath.py:139 #, python-format msgid "" "LaTeX command %r cannot be run (needed for math display), check the " "imgmath_latex setting" msgstr "" -#: sphinx/ext/imgmath.py:155 +#: sphinx/ext/imgmath.py:154 #, python-format msgid "" "%s command %r cannot be run (needed for math display), check the imgmath_%s " "setting" msgstr "" -#: sphinx/ext/imgmath.py:290 +#: sphinx/ext/imgmath.py:289 #, python-format msgid "display latex %r: %s" msgstr "" -#: sphinx/ext/imgmath.py:317 +#: sphinx/ext/imgmath.py:316 #, python-format msgid "inline latex %r: %s" msgstr "" -#: sphinx/ext/imgmath.py:324 sphinx/ext/mathjax.py:54 +#: sphinx/ext/imgmath.py:323 sphinx/ext/mathjax.py:54 msgid "Permalink to this equation" msgstr "" @@ -2575,26 +2576,26 @@ msgid "" "alternatives:" msgstr "" -#: sphinx/ext/intersphinx.py:237 +#: sphinx/ext/intersphinx.py:238 msgid "failed to reach any of the inventories with the following issues:" msgstr "" -#: sphinx/ext/intersphinx.py:312 +#: sphinx/ext/intersphinx.py:311 #, python-format msgid "(in %s v%s)" msgstr "(%s v%s içinde)" -#: sphinx/ext/intersphinx.py:314 +#: sphinx/ext/intersphinx.py:313 #, python-format msgid "(in %s)" msgstr "" -#: sphinx/ext/intersphinx.py:348 +#: sphinx/ext/intersphinx.py:347 #, python-format msgid "intersphinx identifier %r is not string. Ignored" msgstr "" -#: sphinx/ext/intersphinx.py:361 +#: sphinx/ext/intersphinx.py:360 #, python-format msgid "Fail to read intersphinx_mapping[%s], Ignored: %r" msgstr "" @@ -2650,29 +2651,29 @@ msgstr "Genel bakış: modül kodu" msgid "

All modules for which code is available

" msgstr "

Kodları mevcut bütün modüller

" -#: sphinx/ext/autodoc/__init__.py:302 +#: sphinx/ext/autodoc/__init__.py:300 #, python-format msgid "invalid signature for auto%s (%r)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:402 +#: sphinx/ext/autodoc/__init__.py:400 #, python-format msgid "error while formatting arguments for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:514 +#: sphinx/ext/autodoc/__init__.py:512 #, python-format msgid "missing attribute %s in object %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:602 +#: sphinx/ext/autodoc/__init__.py:600 #, python-format msgid "" "autodoc: failed to determine %r to be documented.the following exception was raised:\n" "%s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:694 +#: sphinx/ext/autodoc/__init__.py:692 #, python-format msgid "" "don't know which module to import for autodocumenting %r (try placing a " @@ -2680,39 +2681,39 @@ msgid "" "explicit module name)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:788 +#: sphinx/ext/autodoc/__init__.py:786 msgid "\"::\" in automodule name doesn't make sense" msgstr "" -#: sphinx/ext/autodoc/__init__.py:796 +#: sphinx/ext/autodoc/__init__.py:794 #, python-format msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:829 +#: sphinx/ext/autodoc/__init__.py:827 #, python-format msgid "" "__all__ should be a list of strings, not %r (in module %s) -- ignoring " "__all__" msgstr "" -#: sphinx/ext/autodoc/__init__.py:844 +#: sphinx/ext/autodoc/__init__.py:842 #, python-format msgid "" "missing attribute mentioned in :members: or __all__: module %s, attribute %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1128 +#: sphinx/ext/autodoc/__init__.py:1126 #, python-format msgid "Bases: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1185 +#: sphinx/ext/autodoc/__init__.py:1183 #, python-format msgid "alias of :class:`%s`" msgstr "şunun takma adı: :class:`%s`" -#: sphinx/ext/autodoc/__init__.py:1470 +#: sphinx/ext/autodoc/__init__.py:1468 #, python-format msgid "Ignoring invalid option in autodoc_default_flags: %r" msgstr "" @@ -2748,17 +2749,17 @@ msgid "" "contain .rst. Skipped." msgstr "" -#: sphinx/ext/autosummary/generate.py:102 +#: sphinx/ext/autosummary/generate.py:100 #, python-format msgid "[autosummary] generating autosummary for: %s" msgstr "" -#: sphinx/ext/autosummary/generate.py:106 +#: sphinx/ext/autosummary/generate.py:104 #, python-format msgid "[autosummary] writing to %s" msgstr "" -#: sphinx/ext/autosummary/generate.py:366 +#: sphinx/ext/autosummary/generate.py:364 msgid "" "\n" "Generate ReStructuredText using autosummary directives.\n" @@ -2773,25 +2774,25 @@ msgid "" " pydoc sphinx.ext.autosummary\n" msgstr "" -#: sphinx/ext/autosummary/generate.py:383 +#: sphinx/ext/autosummary/generate.py:381 msgid "source files to generate rST files for" msgstr "" -#: sphinx/ext/autosummary/generate.py:387 +#: sphinx/ext/autosummary/generate.py:385 msgid "directory to place all output in" msgstr "" -#: sphinx/ext/autosummary/generate.py:390 +#: sphinx/ext/autosummary/generate.py:388 #, python-format msgid "default suffix for files (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:394 +#: sphinx/ext/autosummary/generate.py:392 #, python-format msgid "custom template directory (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:398 +#: sphinx/ext/autosummary/generate.py:396 #, python-format msgid "document imported members (default: %(default)s)" msgstr "" @@ -2869,6 +2870,7 @@ msgid "Warning" msgstr "Uyarı" #: sphinx/templates/latex/longtable.tex_t:23 +#: sphinx/templates/latex/sphinxmessages.sty_t:8 msgid "continued from previous page" msgstr "önceki sayfadan devam" @@ -2876,13 +2878,29 @@ msgstr "önceki sayfadan devam" msgid "Continued on next page" msgstr "Devamı sonraki sayfada" +#: sphinx/templates/latex/sphinxmessages.sty_t:9 +msgid "continues on next page" +msgstr "" + +#: sphinx/templates/latex/sphinxmessages.sty_t:10 +msgid "Non-alphabetical" +msgstr "" + +#: sphinx/templates/latex/sphinxmessages.sty_t:12 +msgid "Numbers" +msgstr "" + +#: sphinx/templates/latex/sphinxmessages.sty_t:13 +msgid "page" +msgstr "sayfa" + #: sphinx/themes/agogo/layout.html:46 sphinx/themes/basic/globaltoc.html:10 #: sphinx/themes/basic/localtoc.html:11 sphinx/themes/scrolls/layout.html:41 msgid "Table of Contents" msgstr "" #: sphinx/themes/agogo/layout.html:51 sphinx/themes/basic/layout.html:153 -#: sphinx/themes/basic/search.html:11 sphinx/themes/basic/search.html:26 +#: sphinx/themes/basic/search.html:11 sphinx/themes/basic/search.html:21 #: sphinx/themes/basic/searchresults.html:10 msgid "Search" msgstr "Ara" @@ -3019,13 +3037,13 @@ msgstr "Sonraki konu" msgid "next chapter" msgstr "sonraki bölüm" -#: sphinx/themes/basic/search.html:30 +#: sphinx/themes/basic/search.html:25 msgid "" "Please activate JavaScript to enable the search\n" " functionality." msgstr "Arama işlevini kullanabilmek için lütfen JavaScript'i\n etkinleştirin." -#: sphinx/themes/basic/search.html:35 +#: sphinx/themes/basic/search.html:30 msgid "" "From here you can search these documents. Enter your search\n" " words into the box below and click \"search\". Note that the search\n" @@ -3033,20 +3051,20 @@ msgid "" " containing fewer words won't appear in the result list." msgstr "Burada belgeler içinde arama yapabilirsiniz. Aradığınız kelimeyi \naşağıdaki kutuya yazıp \"ara\" düğmesine basınız. Arama işlevi \notomatik olarak bütün kelimeleri arayacaktır. Eksik kelime içeren \nsayfalar sonuç listesinde görünmez." -#: sphinx/themes/basic/search.html:42 +#: sphinx/themes/basic/search.html:37 #: sphinx/themes/basic/searchresults.html:17 msgid "search" msgstr "ara" -#: sphinx/themes/basic/search.html:46 +#: sphinx/themes/basic/search.html:41 #: sphinx/themes/basic/searchresults.html:21 -#: sphinx/themes/basic/static/searchtools.js:295 +#: sphinx/themes/basic/static/searchtools.js:285 msgid "Search Results" msgstr "Arama Sonuçları" -#: sphinx/themes/basic/search.html:48 +#: sphinx/themes/basic/search.html:43 #: sphinx/themes/basic/searchresults.html:23 -#: sphinx/themes/basic/static/searchtools.js:297 +#: sphinx/themes/basic/static/searchtools.js:287 msgid "" "Your search did not match any documents. Please make sure that all words are" " spelled correctly and that you've selected enough categories." @@ -3104,20 +3122,20 @@ msgstr "Bu tanımın kalıcı bağlantısı" msgid "Hide Search Matches" msgstr "Arama Sonuçlarını Gizle" -#: sphinx/themes/basic/static/searchtools.js:131 +#: sphinx/themes/basic/static/searchtools.js:121 msgid "Searching" msgstr "Aranıyor" -#: sphinx/themes/basic/static/searchtools.js:136 +#: sphinx/themes/basic/static/searchtools.js:126 msgid "Preparing search..." msgstr "Aramaya hazırlanıyor..." -#: sphinx/themes/basic/static/searchtools.js:299 +#: sphinx/themes/basic/static/searchtools.js:289 #, python-format msgid "Search finished, found %s page(s) matching the search query." msgstr "Arama tamamlandı. Sorguyu içeren %s sayfa bulundu." -#: sphinx/themes/basic/static/searchtools.js:352 +#: sphinx/themes/basic/static/searchtools.js:342 msgid ", in " msgstr ", şunun içinde:" @@ -3134,18 +3152,18 @@ msgstr "Yan çubuğu daralt" msgid "Contents" msgstr "İçindekiler" -#: sphinx/transforms/__init__.py:259 +#: sphinx/transforms/__init__.py:261 #, python-format msgid "" "4 column based index found. It might be a bug of extensions you use: %r" msgstr "" -#: sphinx/transforms/__init__.py:301 +#: sphinx/transforms/__init__.py:303 #, python-format msgid "Footnote [%s] is not referenced." msgstr "" -#: sphinx/transforms/__init__.py:307 +#: sphinx/transforms/__init__.py:309 msgid "Footnote [#] is not referenced." msgstr "" @@ -3216,7 +3234,7 @@ msgstr "" msgid "failed" msgstr "" -#: sphinx/util/docutils.py:321 +#: sphinx/util/docutils.py:320 msgid "when adding directive classes, no additional arguments may be given" msgstr "" @@ -3277,15 +3295,15 @@ msgstr "Bu tablonun kalıcı bağlantısı" msgid "Permalink to this code" msgstr "Bu kodun kalıcı bağlantısı" -#: sphinx/writers/html.py:514 sphinx/writers/html5.py:460 +#: sphinx/writers/html.py:512 sphinx/writers/html5.py:458 msgid "Permalink to this image" msgstr "Bu resmin kalıcı bağlantısı" -#: sphinx/writers/html.py:516 sphinx/writers/html5.py:462 +#: sphinx/writers/html.py:514 sphinx/writers/html5.py:460 msgid "Permalink to this toctree" msgstr "Bu içindekiler tablosunun kalıcı bağlantısı" -#: sphinx/writers/html.py:674 sphinx/writers/html5.py:608 +#: sphinx/writers/html.py:672 sphinx/writers/html5.py:606 msgid "Could not obtain image size. :scale: option is ignored." msgstr "" @@ -3322,12 +3340,12 @@ msgstr "" msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: sphinx/writers/latex.py:1843 +#: sphinx/writers/latex.py:1847 #, python-format msgid "unknown index entry type %s found" msgstr "" -#: sphinx/writers/latex.py:2552 +#: sphinx/writers/latex.py:2560 #, python-format msgid "Unknown configure key: latex_elements[%r] is ignored." msgstr "" @@ -3345,12 +3363,12 @@ msgstr "[resim]" msgid "caption not inside a figure." msgstr "" -#: sphinx/writers/texinfo.py:1421 +#: sphinx/writers/texinfo.py:1422 #, python-format msgid "unimplemented node type: %r" msgstr "" -#: sphinx/writers/texinfo.py:1426 +#: sphinx/writers/texinfo.py:1427 #, python-format msgid "unknown node type: %r" msgstr "" diff --git a/sphinx/locale/uk_UA/LC_MESSAGES/sphinx.mo b/sphinx/locale/uk_UA/LC_MESSAGES/sphinx.mo index 66b95e66c2..66c2f36f2c 100644 Binary files a/sphinx/locale/uk_UA/LC_MESSAGES/sphinx.mo and b/sphinx/locale/uk_UA/LC_MESSAGES/sphinx.mo differ diff --git a/sphinx/locale/uk_UA/LC_MESSAGES/sphinx.po b/sphinx/locale/uk_UA/LC_MESSAGES/sphinx.po index d7c23e83b1..9506624c03 100644 --- a/sphinx/locale/uk_UA/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/uk_UA/LC_MESSAGES/sphinx.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2019-02-18 01:52+0900\n" -"PO-Revision-Date: 2019-03-14 16:36+0000\n" +"POT-Creation-Date: 2019-03-29 01:05+0900\n" +"PO-Revision-Date: 2019-03-28 16:08+0000\n" "Last-Translator: Takeshi KOMIYA \n" "Language-Team: Ukrainian (Ukraine) (http://www.transifex.com/sphinx-doc/sphinx-1/language/uk_UA/)\n" "MIME-Version: 1.0\n" @@ -122,7 +122,7 @@ msgstr "" msgid "role %r is already registered, it will be overridden" msgstr "" -#: sphinx/application.py:1182 +#: sphinx/application.py:1179 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -130,7 +130,7 @@ msgid "" "explicit" msgstr "" -#: sphinx/application.py:1188 +#: sphinx/application.py:1185 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -138,7 +138,7 @@ msgid "" "explicit" msgstr "" -#: sphinx/application.py:1199 +#: sphinx/application.py:1196 #, python-format msgid "doing serial %s" msgstr "" @@ -587,44 +587,44 @@ msgstr "" msgid "preparing documents" msgstr "" -#: sphinx/builders/_epub_base.py:219 +#: sphinx/builders/_epub_base.py:218 #, python-format msgid "duplicated ToC entry found: %s" msgstr "" -#: sphinx/builders/_epub_base.py:415 sphinx/builders/html.py:761 -#: sphinx/builders/latex/__init__.py:413 sphinx/builders/texinfo.py:190 +#: sphinx/builders/_epub_base.py:414 sphinx/builders/html.py:761 +#: sphinx/builders/latex/__init__.py:415 sphinx/builders/texinfo.py:190 msgid "copying images... " msgstr "" -#: sphinx/builders/_epub_base.py:422 +#: sphinx/builders/_epub_base.py:421 #, python-format msgid "cannot read image file %r: copying it instead" msgstr "" -#: sphinx/builders/_epub_base.py:428 sphinx/builders/html.py:769 -#: sphinx/builders/latex/__init__.py:421 sphinx/builders/texinfo.py:198 +#: sphinx/builders/_epub_base.py:427 sphinx/builders/html.py:769 +#: sphinx/builders/latex/__init__.py:423 sphinx/builders/texinfo.py:199 #, python-format msgid "cannot copy image file %r: %s" msgstr "" -#: sphinx/builders/_epub_base.py:445 +#: sphinx/builders/_epub_base.py:444 #, python-format msgid "cannot write image file %r: %s" msgstr "" -#: sphinx/builders/_epub_base.py:456 +#: sphinx/builders/_epub_base.py:455 msgid "Pillow not found - copying image files" msgstr "" -#: sphinx/builders/_epub_base.py:491 sphinx/builders/_epub_base.py:504 -#: sphinx/builders/_epub_base.py:540 sphinx/builders/_epub_base.py:725 -#: sphinx/builders/_epub_base.py:758 sphinx/builders/epub3.py:184 +#: sphinx/builders/_epub_base.py:490 sphinx/builders/_epub_base.py:503 +#: sphinx/builders/_epub_base.py:539 sphinx/builders/_epub_base.py:724 +#: sphinx/builders/_epub_base.py:757 sphinx/builders/epub3.py:183 #, python-format msgid "writing %s file..." msgstr "" -#: sphinx/builders/_epub_base.py:566 +#: sphinx/builders/_epub_base.py:565 #, python-format msgid "unknown mimetype for %s, ignoring" msgstr "" @@ -643,19 +643,19 @@ msgstr "" msgid "writing summary file..." msgstr "" -#: sphinx/builders/changes.py:87 +#: sphinx/builders/changes.py:86 msgid "Builtins" msgstr "Вбудовані елементи" -#: sphinx/builders/changes.py:89 +#: sphinx/builders/changes.py:88 msgid "Module level" msgstr "Рівень модуля" -#: sphinx/builders/changes.py:134 +#: sphinx/builders/changes.py:133 msgid "copying source files..." msgstr "" -#: sphinx/builders/changes.py:141 +#: sphinx/builders/changes.py:140 #, python-format msgid "could not read %r for changelog creation" msgstr "" @@ -664,76 +664,76 @@ msgstr "" msgid "The dummy builder generates no files." msgstr "" -#: sphinx/builders/epub3.py:69 +#: sphinx/builders/epub3.py:68 #, python-format msgid "The ePub file is in %(outdir)s." msgstr "" -#: sphinx/builders/epub3.py:212 +#: sphinx/builders/epub3.py:211 msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:216 +#: sphinx/builders/epub3.py:215 msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:219 +#: sphinx/builders/epub3.py:218 msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:223 +#: sphinx/builders/epub3.py:222 msgid "conf value \"epub_author\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:226 +#: sphinx/builders/epub3.py:225 msgid "conf value \"epub_contributor\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:229 +#: sphinx/builders/epub3.py:228 msgid "conf value \"epub_description\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:232 +#: sphinx/builders/epub3.py:231 msgid "conf value \"epub_publisher\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:235 +#: sphinx/builders/epub3.py:234 msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:239 +#: sphinx/builders/epub3.py:238 msgid "conf value \"epub_identifier\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:242 +#: sphinx/builders/epub3.py:241 msgid "conf value \"version\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:257 sphinx/builders/html.py:1166 +#: sphinx/builders/epub3.py:256 sphinx/builders/html.py:1166 #, python-format msgid "invalid css_file: %r, ignored" msgstr "" -#: sphinx/builders/gettext.py:215 +#: sphinx/builders/gettext.py:221 #, python-format msgid "The message catalogs are in %(outdir)s." msgstr "" -#: sphinx/builders/gettext.py:239 +#: sphinx/builders/gettext.py:245 #, python-format msgid "building [%s]: " msgstr "" -#: sphinx/builders/gettext.py:240 +#: sphinx/builders/gettext.py:246 #, python-format msgid "targets for %d template files" msgstr "" -#: sphinx/builders/gettext.py:244 +#: sphinx/builders/gettext.py:250 msgid "reading templates... " msgstr "" -#: sphinx/builders/gettext.py:271 +#: sphinx/builders/gettext.py:277 msgid "writing message catalogs... " msgstr "" @@ -752,7 +752,7 @@ msgstr "" msgid "Failed to read build info file: %r" msgstr "" -#: sphinx/builders/html.py:488 sphinx/builders/latex/__init__.py:204 +#: sphinx/builders/html.py:488 sphinx/builders/latex/__init__.py:206 #: sphinx/transforms/__init__.py:121 sphinx/writers/manpage.py:118 #: sphinx/writers/texinfo.py:243 #, python-format @@ -805,7 +805,7 @@ msgstr "" msgid "html_static_path entry %r does not exist" msgstr "" -#: sphinx/builders/html.py:839 sphinx/builders/latex/__init__.py:398 +#: sphinx/builders/html.py:839 sphinx/builders/latex/__init__.py:400 #, python-format msgid "logo file %r does not exist" msgstr "" @@ -922,7 +922,7 @@ msgstr "" msgid "no \"man_pages\" config value found; no manual pages will be written" msgstr "" -#: sphinx/builders/latex/__init__.py:270 sphinx/builders/manpage.py:64 +#: sphinx/builders/latex/__init__.py:272 sphinx/builders/manpage.py:64 #: sphinx/builders/singlehtml.py:174 sphinx/builders/texinfo.py:120 msgid "writing" msgstr "" @@ -966,24 +966,24 @@ msgstr "" msgid "\"texinfo_documents\" config value references unknown document %s" msgstr "" -#: sphinx/builders/latex/__init__.py:253 sphinx/builders/texinfo.py:116 +#: sphinx/builders/latex/__init__.py:255 sphinx/builders/texinfo.py:116 #, python-format msgid "processing %s" msgstr "" -#: sphinx/builders/latex/__init__.py:322 sphinx/builders/texinfo.py:163 +#: sphinx/builders/latex/__init__.py:323 sphinx/builders/texinfo.py:164 msgid "resolving references..." msgstr "" -#: sphinx/builders/latex/__init__.py:332 sphinx/builders/texinfo.py:172 +#: sphinx/builders/latex/__init__.py:333 sphinx/builders/texinfo.py:173 msgid " (in " msgstr " (в " -#: sphinx/builders/texinfo.py:204 +#: sphinx/builders/texinfo.py:205 msgid "copying Texinfo support files" msgstr "" -#: sphinx/builders/texinfo.py:208 +#: sphinx/builders/texinfo.py:209 #, python-format msgid "error writing file Makefile: %s" msgstr "" @@ -1003,28 +1003,28 @@ msgstr "" msgid "The pseudo-XML files are in %(outdir)s." msgstr "" -#: sphinx/builders/latex/__init__.py:121 +#: sphinx/builders/latex/__init__.py:123 #, python-format msgid "The LaTeX files are in %(outdir)s." msgstr "" -#: sphinx/builders/latex/__init__.py:123 +#: sphinx/builders/latex/__init__.py:125 msgid "" "\n" "Run 'make' in that directory to run these through (pdf)latex\n" "(use `make latexpdf' here to do that automatically)." msgstr "" -#: sphinx/builders/latex/__init__.py:163 +#: sphinx/builders/latex/__init__.py:165 msgid "no \"latex_documents\" config value found; no documents will be written" msgstr "" -#: sphinx/builders/latex/__init__.py:171 +#: sphinx/builders/latex/__init__.py:173 #, python-format msgid "\"latex_documents\" config value references unknown document %s" msgstr "" -#: sphinx/builders/latex/__init__.py:211 sphinx/domains/std.py:501 +#: sphinx/builders/latex/__init__.py:213 sphinx/domains/std.py:501 #: sphinx/templates/latex/latex.tex_t:79 #: sphinx/themes/basic/genindex-single.html:30 #: sphinx/themes/basic/genindex-single.html:55 @@ -1036,28 +1036,28 @@ msgstr "" msgid "Index" msgstr "Індекс" -#: sphinx/builders/latex/__init__.py:214 sphinx/templates/latex/latex.tex_t:64 +#: sphinx/builders/latex/__init__.py:216 sphinx/templates/latex/latex.tex_t:64 msgid "Release" msgstr "Реліз" -#: sphinx/builders/latex/__init__.py:222 sphinx/writers/latex.py:549 +#: sphinx/builders/latex/__init__.py:224 sphinx/writers/latex.py:549 #, python-format msgid "no Babel option known for language %r" msgstr "" -#: sphinx/builders/latex/__init__.py:361 +#: sphinx/builders/latex/__init__.py:363 msgid "copying TeX support files" msgstr "" -#: sphinx/builders/latex/__init__.py:382 +#: sphinx/builders/latex/__init__.py:384 msgid "copying TeX support files..." msgstr "" -#: sphinx/builders/latex/__init__.py:402 +#: sphinx/builders/latex/__init__.py:404 msgid "copying additional files" msgstr "" -#: sphinx/builders/latex/__init__.py:445 +#: sphinx/builders/latex/__init__.py:447 #, python-format msgid "Unknown configure key: latex_elements[%r]. ignored." msgstr "" @@ -1120,8 +1120,8 @@ msgstr "" msgid "job number should be a positive number" msgstr "" -#: sphinx/cmd/build.py:106 sphinx/cmd/quickstart.py:498 -#: sphinx/ext/apidoc.py:298 sphinx/ext/autosummary/generate.py:365 +#: sphinx/cmd/build.py:106 sphinx/cmd/quickstart.py:497 +#: sphinx/ext/apidoc.py:298 sphinx/ext/autosummary/generate.py:363 msgid "For more information, visit ." msgstr "" @@ -1498,13 +1498,13 @@ msgstr "" msgid "Indicate which of the following Sphinx extensions should be enabled:" msgstr "" -#: sphinx/cmd/quickstart.py:354 +#: sphinx/cmd/quickstart.py:353 msgid "" "Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " "been deselected." msgstr "" -#: sphinx/cmd/quickstart.py:359 +#: sphinx/cmd/quickstart.py:358 msgid "" "\n" "A Makefile and a Windows command file can be generated for you so that you\n" @@ -1512,29 +1512,29 @@ msgid "" "directly." msgstr "" -#: sphinx/cmd/quickstart.py:363 +#: sphinx/cmd/quickstart.py:362 msgid "Create Makefile? (y/n)" msgstr "" -#: sphinx/cmd/quickstart.py:366 +#: sphinx/cmd/quickstart.py:365 msgid "Create Windows command file? (y/n)" msgstr "" -#: sphinx/cmd/quickstart.py:409 sphinx/ext/apidoc.py:74 +#: sphinx/cmd/quickstart.py:408 sphinx/ext/apidoc.py:74 #, python-format msgid "Creating file %s." msgstr "" -#: sphinx/cmd/quickstart.py:414 sphinx/ext/apidoc.py:72 +#: sphinx/cmd/quickstart.py:413 sphinx/ext/apidoc.py:72 #, python-format msgid "File %s already exists, skipping." msgstr "" -#: sphinx/cmd/quickstart.py:450 +#: sphinx/cmd/quickstart.py:449 msgid "Finished: An initial directory structure has been created." msgstr "" -#: sphinx/cmd/quickstart.py:451 +#: sphinx/cmd/quickstart.py:450 #, python-format msgid "" "\n" @@ -1542,26 +1542,26 @@ msgid "" "source files. " msgstr "" -#: sphinx/cmd/quickstart.py:453 +#: sphinx/cmd/quickstart.py:452 msgid "" "Use the Makefile to build the docs, like so:\n" " make builder\n" msgstr "" -#: sphinx/cmd/quickstart.py:456 +#: sphinx/cmd/quickstart.py:455 #, python-format msgid "" "Use the sphinx-build command to build the docs, like so:\n" " sphinx-build -b builder %s %s\n" msgstr "" -#: sphinx/cmd/quickstart.py:459 +#: sphinx/cmd/quickstart.py:458 msgid "" "where \"builder\" is one of the supported builders, e.g. html, latex or " "linkcheck.\n" msgstr "" -#: sphinx/cmd/quickstart.py:499 +#: sphinx/cmd/quickstart.py:498 msgid "" "\n" "Generate required files for a Sphinx project.\n" @@ -1571,131 +1571,131 @@ msgid "" "Makefile to be used with sphinx-build.\n" msgstr "" -#: sphinx/cmd/quickstart.py:509 +#: sphinx/cmd/quickstart.py:508 msgid "quiet mode" msgstr "" -#: sphinx/cmd/quickstart.py:514 +#: sphinx/cmd/quickstart.py:513 msgid "output path" msgstr "" -#: sphinx/cmd/quickstart.py:516 +#: sphinx/cmd/quickstart.py:515 msgid "Structure options" msgstr "" -#: sphinx/cmd/quickstart.py:518 +#: sphinx/cmd/quickstart.py:517 msgid "if specified, separate source and build dirs" msgstr "" -#: sphinx/cmd/quickstart.py:520 +#: sphinx/cmd/quickstart.py:519 msgid "replacement for dot in _templates etc." msgstr "" -#: sphinx/cmd/quickstart.py:522 +#: sphinx/cmd/quickstart.py:521 msgid "Project basic options" msgstr "" -#: sphinx/cmd/quickstart.py:524 +#: sphinx/cmd/quickstart.py:523 msgid "project name" msgstr "" -#: sphinx/cmd/quickstart.py:526 +#: sphinx/cmd/quickstart.py:525 msgid "author names" msgstr "" -#: sphinx/cmd/quickstart.py:528 +#: sphinx/cmd/quickstart.py:527 msgid "version of project" msgstr "" -#: sphinx/cmd/quickstart.py:530 +#: sphinx/cmd/quickstart.py:529 msgid "release of project" msgstr "" -#: sphinx/cmd/quickstart.py:532 +#: sphinx/cmd/quickstart.py:531 msgid "document language" msgstr "" -#: sphinx/cmd/quickstart.py:534 +#: sphinx/cmd/quickstart.py:533 msgid "source file suffix" msgstr "" -#: sphinx/cmd/quickstart.py:536 +#: sphinx/cmd/quickstart.py:535 msgid "master document name" msgstr "" -#: sphinx/cmd/quickstart.py:538 +#: sphinx/cmd/quickstart.py:537 msgid "use epub" msgstr "" -#: sphinx/cmd/quickstart.py:540 +#: sphinx/cmd/quickstart.py:539 msgid "Extension options" msgstr "" -#: sphinx/cmd/quickstart.py:544 sphinx/ext/apidoc.py:379 +#: sphinx/cmd/quickstart.py:543 sphinx/ext/apidoc.py:379 #, python-format msgid "enable %s extension" msgstr "" -#: sphinx/cmd/quickstart.py:546 sphinx/ext/apidoc.py:375 +#: sphinx/cmd/quickstart.py:545 sphinx/ext/apidoc.py:375 msgid "enable arbitrary extensions" msgstr "" -#: sphinx/cmd/quickstart.py:548 +#: sphinx/cmd/quickstart.py:547 msgid "Makefile and Batchfile creation" msgstr "" -#: sphinx/cmd/quickstart.py:550 +#: sphinx/cmd/quickstart.py:549 msgid "create makefile" msgstr "" -#: sphinx/cmd/quickstart.py:552 +#: sphinx/cmd/quickstart.py:551 msgid "do not create makefile" msgstr "" -#: sphinx/cmd/quickstart.py:554 +#: sphinx/cmd/quickstart.py:553 msgid "create batchfile" msgstr "" -#: sphinx/cmd/quickstart.py:557 +#: sphinx/cmd/quickstart.py:556 msgid "do not create batchfile" msgstr "" -#: sphinx/cmd/quickstart.py:560 +#: sphinx/cmd/quickstart.py:559 msgid "use make-mode for Makefile/make.bat" msgstr "" -#: sphinx/cmd/quickstart.py:563 +#: sphinx/cmd/quickstart.py:562 msgid "do not use make-mode for Makefile/make.bat" msgstr "" -#: sphinx/cmd/quickstart.py:565 +#: sphinx/cmd/quickstart.py:564 msgid "Project templating" msgstr "" -#: sphinx/cmd/quickstart.py:568 +#: sphinx/cmd/quickstart.py:567 msgid "template directory for template files" msgstr "" -#: sphinx/cmd/quickstart.py:571 +#: sphinx/cmd/quickstart.py:570 msgid "define a template variable" msgstr "" -#: sphinx/cmd/quickstart.py:605 +#: sphinx/cmd/quickstart.py:604 msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." msgstr "" -#: sphinx/cmd/quickstart.py:619 +#: sphinx/cmd/quickstart.py:618 msgid "" "Error: specified path is not a directory, or sphinx files already exist." msgstr "" -#: sphinx/cmd/quickstart.py:621 +#: sphinx/cmd/quickstart.py:620 msgid "" "sphinx-quickstart only generate into a empty directory. Please specify a new" " root path." msgstr "" -#: sphinx/cmd/quickstart.py:636 +#: sphinx/cmd/quickstart.py:635 #, python-format msgid "Invalid template variable: %s" msgstr "" @@ -1767,17 +1767,17 @@ msgstr "Автор: " msgid "%s %s" msgstr "" -#: sphinx/domains/c.py:64 sphinx/domains/cpp.py:6371 +#: sphinx/domains/c.py:64 sphinx/domains/cpp.py:6445 #: sphinx/domains/python.py:210 sphinx/ext/napoleon/docstring.py:696 msgid "Parameters" msgstr "Параметри" -#: sphinx/domains/c.py:67 sphinx/domains/cpp.py:6380 -#: sphinx/domains/javascript.py:210 sphinx/domains/python.py:222 +#: sphinx/domains/c.py:67 sphinx/domains/cpp.py:6454 +#: sphinx/domains/javascript.py:209 sphinx/domains/python.py:222 msgid "Returns" msgstr "Повертає" -#: sphinx/domains/c.py:69 sphinx/domains/javascript.py:212 +#: sphinx/domains/c.py:69 sphinx/domains/javascript.py:211 #: sphinx/domains/python.py:224 msgid "Return type" msgstr "Тип повернення" @@ -1807,12 +1807,12 @@ msgstr "%s (C тип)" msgid "%s (C variable)" msgstr "%s (C змінна)" -#: sphinx/domains/c.py:258 sphinx/domains/cpp.py:6956 -#: sphinx/domains/javascript.py:298 sphinx/domains/python.py:741 +#: sphinx/domains/c.py:258 sphinx/domains/cpp.py:7029 +#: sphinx/domains/javascript.py:297 sphinx/domains/python.py:742 msgid "function" msgstr "функція" -#: sphinx/domains/c.py:259 sphinx/domains/cpp.py:6957 +#: sphinx/domains/c.py:259 sphinx/domains/cpp.py:7030 msgid "member" msgstr "член" @@ -1820,7 +1820,7 @@ msgstr "член" msgid "macro" msgstr "макрос" -#: sphinx/domains/c.py:261 sphinx/domains/cpp.py:6958 +#: sphinx/domains/c.py:261 sphinx/domains/cpp.py:7031 msgid "type" msgstr "тип" @@ -1843,106 +1843,106 @@ msgstr "Змінено в версії %s" msgid "Deprecated since version %s" msgstr "Застаріло починаючи з версії %s" -#: sphinx/domains/cpp.py:4297 +#: sphinx/domains/cpp.py:4323 #, python-format msgid "" "Duplicate declaration, also defined in '%s'.\n" "Declaration is '%s'." msgstr "" -#: sphinx/domains/cpp.py:6374 +#: sphinx/domains/cpp.py:6448 msgid "Template Parameters" msgstr "" -#: sphinx/domains/cpp.py:6377 sphinx/domains/javascript.py:207 +#: sphinx/domains/cpp.py:6451 sphinx/domains/javascript.py:206 msgid "Throws" msgstr "" -#: sphinx/domains/cpp.py:6505 +#: sphinx/domains/cpp.py:6579 #, python-format msgid "%s (C++ %s)" msgstr "" -#: sphinx/domains/cpp.py:6954 sphinx/domains/javascript.py:300 -#: sphinx/domains/python.py:743 +#: sphinx/domains/cpp.py:7027 sphinx/domains/javascript.py:299 +#: sphinx/domains/python.py:744 msgid "class" msgstr "клас" -#: sphinx/domains/cpp.py:6955 +#: sphinx/domains/cpp.py:7028 msgid "union" msgstr "" -#: sphinx/domains/cpp.py:6959 +#: sphinx/domains/cpp.py:7032 msgid "concept" msgstr "" -#: sphinx/domains/cpp.py:6960 +#: sphinx/domains/cpp.py:7033 msgid "enum" msgstr "" -#: sphinx/domains/cpp.py:6961 +#: sphinx/domains/cpp.py:7034 msgid "enumerator" msgstr "" -#: sphinx/domains/cpp.py:7054 +#: sphinx/domains/cpp.py:7127 #, python-format msgid "" "Duplicate declaration, also defined in '%s'.\n" "Name of declaration is '%s'." msgstr "" -#: sphinx/domains/javascript.py:131 sphinx/domains/python.py:429 +#: sphinx/domains/javascript.py:130 sphinx/domains/python.py:430 #, python-format msgid "%s() (built-in function)" msgstr "%s() (вбудована функція)" -#: sphinx/domains/javascript.py:132 sphinx/domains/python.py:494 +#: sphinx/domains/javascript.py:131 sphinx/domains/python.py:495 #, python-format msgid "%s() (%s method)" msgstr "%s() (%s метод)" -#: sphinx/domains/javascript.py:134 +#: sphinx/domains/javascript.py:133 #, python-format msgid "%s() (class)" msgstr "%s() (клас)" -#: sphinx/domains/javascript.py:136 +#: sphinx/domains/javascript.py:135 #, python-format msgid "%s (global variable or constant)" msgstr "" -#: sphinx/domains/javascript.py:138 sphinx/domains/python.py:532 +#: sphinx/domains/javascript.py:137 sphinx/domains/python.py:533 #, python-format msgid "%s (%s attribute)" msgstr "%s (%s атрибут)" -#: sphinx/domains/javascript.py:204 +#: sphinx/domains/javascript.py:203 msgid "Arguments" msgstr "" -#: sphinx/domains/javascript.py:265 sphinx/domains/python.py:609 +#: sphinx/domains/javascript.py:264 sphinx/domains/python.py:610 #, python-format msgid "%s (module)" msgstr "%s (модуль)" -#: sphinx/domains/javascript.py:299 sphinx/domains/python.py:745 +#: sphinx/domains/javascript.py:298 sphinx/domains/python.py:746 msgid "method" msgstr "" -#: sphinx/domains/javascript.py:301 sphinx/domains/python.py:742 +#: sphinx/domains/javascript.py:300 sphinx/domains/python.py:743 msgid "data" msgstr "" -#: sphinx/domains/javascript.py:302 sphinx/domains/python.py:748 +#: sphinx/domains/javascript.py:301 sphinx/domains/python.py:749 msgid "attribute" msgstr "атрибут" -#: sphinx/domains/javascript.py:303 sphinx/domains/python.py:49 -#: sphinx/domains/python.py:749 +#: sphinx/domains/javascript.py:302 sphinx/domains/python.py:49 +#: sphinx/domains/python.py:750 msgid "module" msgstr "модуль" -#: sphinx/domains/math.py:101 sphinx/writers/latex.py:2451 +#: sphinx/domains/math.py:101 sphinx/writers/latex.py:2459 #, python-format msgid "Invalid math_eqref_format: %r" msgstr "" @@ -1964,7 +1964,7 @@ msgstr "оператор" msgid "object" msgstr "об'єкт" -#: sphinx/domains/python.py:53 sphinx/domains/python.py:744 +#: sphinx/domains/python.py:53 sphinx/domains/python.py:745 msgid "exception" msgstr "виняткова ситуація" @@ -1984,88 +1984,88 @@ msgstr "" msgid "Raises" msgstr "Викликає" -#: sphinx/domains/python.py:430 sphinx/domains/python.py:488 -#: sphinx/domains/python.py:500 sphinx/domains/python.py:513 +#: sphinx/domains/python.py:431 sphinx/domains/python.py:489 +#: sphinx/domains/python.py:501 sphinx/domains/python.py:514 #, python-format msgid "%s() (in module %s)" msgstr "%s() (в модулі %s)" -#: sphinx/domains/python.py:433 +#: sphinx/domains/python.py:434 #, python-format msgid "%s (built-in variable)" msgstr "%s (вбудована змінна)" -#: sphinx/domains/python.py:434 sphinx/domains/python.py:526 +#: sphinx/domains/python.py:435 sphinx/domains/python.py:527 #, python-format msgid "%s (in module %s)" msgstr "%s (в модулі %s)" -#: sphinx/domains/python.py:454 +#: sphinx/domains/python.py:455 #, python-format msgid "%s (built-in class)" msgstr "%s (вбудований клас)" -#: sphinx/domains/python.py:455 +#: sphinx/domains/python.py:456 #, python-format msgid "%s (class in %s)" msgstr "%s (клас в %s)" -#: sphinx/domains/python.py:492 +#: sphinx/domains/python.py:493 #, python-format msgid "%s() (%s.%s method)" msgstr "%s() (%s.%s метод)" -#: sphinx/domains/python.py:504 +#: sphinx/domains/python.py:505 #, python-format msgid "%s() (%s.%s static method)" msgstr "%s() (%s.%s статичний метод)" -#: sphinx/domains/python.py:507 +#: sphinx/domains/python.py:508 #, python-format msgid "%s() (%s static method)" msgstr "%s() (%s статичний метод)" -#: sphinx/domains/python.py:517 +#: sphinx/domains/python.py:518 #, python-format msgid "%s() (%s.%s class method)" msgstr "" -#: sphinx/domains/python.py:520 +#: sphinx/domains/python.py:521 #, python-format msgid "%s() (%s class method)" msgstr "" -#: sphinx/domains/python.py:530 +#: sphinx/domains/python.py:531 #, python-format msgid "%s (%s.%s attribute)" msgstr "%s (%s.%s атрибут)" -#: sphinx/domains/python.py:667 +#: sphinx/domains/python.py:668 msgid "Python Module Index" msgstr "" -#: sphinx/domains/python.py:668 +#: sphinx/domains/python.py:669 msgid "modules" msgstr "модулі" -#: sphinx/domains/python.py:719 +#: sphinx/domains/python.py:720 msgid "Deprecated" msgstr "Застарілий" -#: sphinx/domains/python.py:746 +#: sphinx/domains/python.py:747 msgid "class method" msgstr "" -#: sphinx/domains/python.py:747 +#: sphinx/domains/python.py:748 msgid "static method" msgstr "статичний метод" -#: sphinx/domains/python.py:879 +#: sphinx/domains/python.py:880 #, python-format msgid "more than one target found for cross-reference %r: %s" msgstr "" -#: sphinx/domains/python.py:917 +#: sphinx/domains/python.py:918 msgid " (deprecated)" msgstr " (застарілий)" @@ -2141,7 +2141,7 @@ msgstr "Сторінка пошуку" msgid "duplicate citation %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:631 sphinx/ext/autosectionlabel.py:61 +#: sphinx/domains/std.py:631 sphinx/ext/autosectionlabel.py:56 #, python-format msgid "duplicate label %s, other instance in %s" msgstr "" @@ -2201,21 +2201,21 @@ msgid "" "another doctree directory." msgstr "" -#: sphinx/environment/__init__.py:408 +#: sphinx/environment/__init__.py:404 #, python-format msgid "Failed to scan documents in %s: %r" msgstr "" -#: sphinx/environment/__init__.py:536 +#: sphinx/environment/__init__.py:532 #, python-format msgid "Domain %r is not registered" msgstr "" -#: sphinx/environment/__init__.py:621 +#: sphinx/environment/__init__.py:617 msgid "self referenced toctree found. Ignored." msgstr "" -#: sphinx/environment/__init__.py:662 +#: sphinx/environment/__init__.py:658 msgid "document isn't included in any toctree" msgstr "" @@ -2235,6 +2235,7 @@ msgid "unknown index entry type %r" msgstr "" #: sphinx/environment/adapters/indexentries.py:156 +#: sphinx/templates/latex/sphinxmessages.sty_t:11 msgid "Symbols" msgstr "" @@ -2260,22 +2261,22 @@ msgstr "" msgid "toctree contains reference to nonexisting document %r" msgstr "" -#: sphinx/environment/collectors/asset.py:91 +#: sphinx/environment/collectors/asset.py:90 #, python-format msgid "image file not readable: %s" msgstr "" -#: sphinx/environment/collectors/asset.py:107 +#: sphinx/environment/collectors/asset.py:106 #, python-format msgid "image file %s not readable: %s" msgstr "" -#: sphinx/environment/collectors/asset.py:135 +#: sphinx/environment/collectors/asset.py:134 #, python-format msgid "download file not readable: %s" msgstr "" -#: sphinx/environment/collectors/toctree.py:197 +#: sphinx/environment/collectors/toctree.py:196 #, python-format msgid "%s is already assigned section numbers (nested numbered toctree?)" msgstr "" @@ -2419,38 +2420,38 @@ msgstr "" msgid "module %s could not be imported: %s" msgstr "" -#: sphinx/ext/doctest.py:142 +#: sphinx/ext/doctest.py:132 #, python-format msgid "missing '+' or '-' in '%s' option." msgstr "" -#: sphinx/ext/doctest.py:147 +#: sphinx/ext/doctest.py:137 #, python-format msgid "'%s' is not a valid option." msgstr "" -#: sphinx/ext/doctest.py:161 +#: sphinx/ext/doctest.py:151 #, python-format msgid "'%s' is not a valid pyversion option" msgstr "" -#: sphinx/ext/doctest.py:230 +#: sphinx/ext/doctest.py:222 msgid "invalid TestCode type" msgstr "" -#: sphinx/ext/doctest.py:291 +#: sphinx/ext/doctest.py:283 #, python-format msgid "" "Testing of doctests in the sources finished, look at the results in " "%(outdir)s/output.txt." msgstr "" -#: sphinx/ext/doctest.py:438 +#: sphinx/ext/doctest.py:446 #, python-format msgid "no code/output in %s block at %s:%s" msgstr "" -#: sphinx/ext/doctest.py:527 +#: sphinx/ext/doctest.py:535 #, python-format msgid "ignoring invalid doctest code: %r" msgstr "" @@ -2468,7 +2469,7 @@ msgstr "" msgid "Ignoring \"graphviz\" directive without content." msgstr "" -#: sphinx/ext/graphviz.py:252 +#: sphinx/ext/graphviz.py:250 #, python-format msgid "" "dot did not produce an output file:\n" @@ -2478,14 +2479,14 @@ msgid "" "%r" msgstr "" -#: sphinx/ext/graphviz.py:256 +#: sphinx/ext/graphviz.py:254 #, python-format msgid "" "dot command %r cannot be run (needed for graphviz output), check the " "graphviz_dot setting" msgstr "" -#: sphinx/ext/graphviz.py:263 +#: sphinx/ext/graphviz.py:261 #, python-format msgid "" "dot exited with error:\n" @@ -2495,23 +2496,23 @@ msgid "" "%r" msgstr "" -#: sphinx/ext/graphviz.py:273 +#: sphinx/ext/graphviz.py:271 #, python-format msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" msgstr "" -#: sphinx/ext/graphviz.py:277 sphinx/ext/graphviz.py:331 -#: sphinx/ext/graphviz.py:369 +#: sphinx/ext/graphviz.py:275 sphinx/ext/graphviz.py:329 +#: sphinx/ext/graphviz.py:367 #, python-format msgid "dot code %r: %s" msgstr "" -#: sphinx/ext/graphviz.py:384 sphinx/ext/graphviz.py:393 +#: sphinx/ext/graphviz.py:382 sphinx/ext/graphviz.py:391 #, python-format msgid "[graph: %s]" msgstr "" -#: sphinx/ext/graphviz.py:386 sphinx/ext/graphviz.py:395 +#: sphinx/ext/graphviz.py:384 sphinx/ext/graphviz.py:393 msgid "[graph]" msgstr "" @@ -2530,31 +2531,31 @@ msgid "" "%r" msgstr "" -#: sphinx/ext/imgmath.py:140 +#: sphinx/ext/imgmath.py:139 #, python-format msgid "" "LaTeX command %r cannot be run (needed for math display), check the " "imgmath_latex setting" msgstr "" -#: sphinx/ext/imgmath.py:155 +#: sphinx/ext/imgmath.py:154 #, python-format msgid "" "%s command %r cannot be run (needed for math display), check the imgmath_%s " "setting" msgstr "" -#: sphinx/ext/imgmath.py:290 +#: sphinx/ext/imgmath.py:289 #, python-format msgid "display latex %r: %s" msgstr "" -#: sphinx/ext/imgmath.py:317 +#: sphinx/ext/imgmath.py:316 #, python-format msgid "inline latex %r: %s" msgstr "" -#: sphinx/ext/imgmath.py:324 sphinx/ext/mathjax.py:54 +#: sphinx/ext/imgmath.py:323 sphinx/ext/mathjax.py:54 msgid "Permalink to this equation" msgstr "" @@ -2574,26 +2575,26 @@ msgid "" "alternatives:" msgstr "" -#: sphinx/ext/intersphinx.py:237 +#: sphinx/ext/intersphinx.py:238 msgid "failed to reach any of the inventories with the following issues:" msgstr "" -#: sphinx/ext/intersphinx.py:312 +#: sphinx/ext/intersphinx.py:311 #, python-format msgid "(in %s v%s)" msgstr "" -#: sphinx/ext/intersphinx.py:314 +#: sphinx/ext/intersphinx.py:313 #, python-format msgid "(in %s)" msgstr "" -#: sphinx/ext/intersphinx.py:348 +#: sphinx/ext/intersphinx.py:347 #, python-format msgid "intersphinx identifier %r is not string. Ignored" msgstr "" -#: sphinx/ext/intersphinx.py:361 +#: sphinx/ext/intersphinx.py:360 #, python-format msgid "Fail to read intersphinx_mapping[%s], Ignored: %r" msgstr "" @@ -2649,29 +2650,29 @@ msgstr "" msgid "

All modules for which code is available

" msgstr "" -#: sphinx/ext/autodoc/__init__.py:302 +#: sphinx/ext/autodoc/__init__.py:300 #, python-format msgid "invalid signature for auto%s (%r)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:402 +#: sphinx/ext/autodoc/__init__.py:400 #, python-format msgid "error while formatting arguments for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:514 +#: sphinx/ext/autodoc/__init__.py:512 #, python-format msgid "missing attribute %s in object %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:602 +#: sphinx/ext/autodoc/__init__.py:600 #, python-format msgid "" "autodoc: failed to determine %r to be documented.the following exception was raised:\n" "%s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:694 +#: sphinx/ext/autodoc/__init__.py:692 #, python-format msgid "" "don't know which module to import for autodocumenting %r (try placing a " @@ -2679,39 +2680,39 @@ msgid "" "explicit module name)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:788 +#: sphinx/ext/autodoc/__init__.py:786 msgid "\"::\" in automodule name doesn't make sense" msgstr "" -#: sphinx/ext/autodoc/__init__.py:796 +#: sphinx/ext/autodoc/__init__.py:794 #, python-format msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:829 +#: sphinx/ext/autodoc/__init__.py:827 #, python-format msgid "" "__all__ should be a list of strings, not %r (in module %s) -- ignoring " "__all__" msgstr "" -#: sphinx/ext/autodoc/__init__.py:844 +#: sphinx/ext/autodoc/__init__.py:842 #, python-format msgid "" "missing attribute mentioned in :members: or __all__: module %s, attribute %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1128 +#: sphinx/ext/autodoc/__init__.py:1126 #, python-format msgid "Bases: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1185 +#: sphinx/ext/autodoc/__init__.py:1183 #, python-format msgid "alias of :class:`%s`" msgstr "синонім :class:`%s`" -#: sphinx/ext/autodoc/__init__.py:1470 +#: sphinx/ext/autodoc/__init__.py:1468 #, python-format msgid "Ignoring invalid option in autodoc_default_flags: %r" msgstr "" @@ -2747,17 +2748,17 @@ msgid "" "contain .rst. Skipped." msgstr "" -#: sphinx/ext/autosummary/generate.py:102 +#: sphinx/ext/autosummary/generate.py:100 #, python-format msgid "[autosummary] generating autosummary for: %s" msgstr "" -#: sphinx/ext/autosummary/generate.py:106 +#: sphinx/ext/autosummary/generate.py:104 #, python-format msgid "[autosummary] writing to %s" msgstr "" -#: sphinx/ext/autosummary/generate.py:366 +#: sphinx/ext/autosummary/generate.py:364 msgid "" "\n" "Generate ReStructuredText using autosummary directives.\n" @@ -2772,25 +2773,25 @@ msgid "" " pydoc sphinx.ext.autosummary\n" msgstr "" -#: sphinx/ext/autosummary/generate.py:383 +#: sphinx/ext/autosummary/generate.py:381 msgid "source files to generate rST files for" msgstr "" -#: sphinx/ext/autosummary/generate.py:387 +#: sphinx/ext/autosummary/generate.py:385 msgid "directory to place all output in" msgstr "" -#: sphinx/ext/autosummary/generate.py:390 +#: sphinx/ext/autosummary/generate.py:388 #, python-format msgid "default suffix for files (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:394 +#: sphinx/ext/autosummary/generate.py:392 #, python-format msgid "custom template directory (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:398 +#: sphinx/ext/autosummary/generate.py:396 #, python-format msgid "document imported members (default: %(default)s)" msgstr "" @@ -2868,6 +2869,7 @@ msgid "Warning" msgstr "Попередження" #: sphinx/templates/latex/longtable.tex_t:23 +#: sphinx/templates/latex/sphinxmessages.sty_t:8 msgid "continued from previous page" msgstr "" @@ -2875,13 +2877,29 @@ msgstr "" msgid "Continued on next page" msgstr "" +#: sphinx/templates/latex/sphinxmessages.sty_t:9 +msgid "continues on next page" +msgstr "" + +#: sphinx/templates/latex/sphinxmessages.sty_t:10 +msgid "Non-alphabetical" +msgstr "" + +#: sphinx/templates/latex/sphinxmessages.sty_t:12 +msgid "Numbers" +msgstr "" + +#: sphinx/templates/latex/sphinxmessages.sty_t:13 +msgid "page" +msgstr "" + #: sphinx/themes/agogo/layout.html:46 sphinx/themes/basic/globaltoc.html:10 #: sphinx/themes/basic/localtoc.html:11 sphinx/themes/scrolls/layout.html:41 msgid "Table of Contents" msgstr "" #: sphinx/themes/agogo/layout.html:51 sphinx/themes/basic/layout.html:153 -#: sphinx/themes/basic/search.html:11 sphinx/themes/basic/search.html:26 +#: sphinx/themes/basic/search.html:11 sphinx/themes/basic/search.html:21 #: sphinx/themes/basic/searchresults.html:10 msgid "Search" msgstr "Пошук" @@ -3018,13 +3036,13 @@ msgstr "Наступна тема" msgid "next chapter" msgstr "наступний розділ" -#: sphinx/themes/basic/search.html:30 +#: sphinx/themes/basic/search.html:25 msgid "" "Please activate JavaScript to enable the search\n" " functionality." msgstr "Будь-ласка вімкніть підтримку JavaScript, щоб ввікнути\n\"\n\" пошук." -#: sphinx/themes/basic/search.html:35 +#: sphinx/themes/basic/search.html:30 msgid "" "From here you can search these documents. Enter your search\n" " words into the box below and click \"search\". Note that the search\n" @@ -3032,20 +3050,20 @@ msgid "" " containing fewer words won't appear in the result list." msgstr "Звідси ви можете шукати ці документи. Введіть ваші пошукові\n слова в поле нижче та натисніть \"пошук\". Зауважте що функція\n пошуку автоматично шукатиме за всіма словами. Сторінки\n що містять менше слів не з'являться в результуючому списку." -#: sphinx/themes/basic/search.html:42 +#: sphinx/themes/basic/search.html:37 #: sphinx/themes/basic/searchresults.html:17 msgid "search" msgstr "пошук" -#: sphinx/themes/basic/search.html:46 +#: sphinx/themes/basic/search.html:41 #: sphinx/themes/basic/searchresults.html:21 -#: sphinx/themes/basic/static/searchtools.js:295 +#: sphinx/themes/basic/static/searchtools.js:285 msgid "Search Results" msgstr "Результати пошуку" -#: sphinx/themes/basic/search.html:48 +#: sphinx/themes/basic/search.html:43 #: sphinx/themes/basic/searchresults.html:23 -#: sphinx/themes/basic/static/searchtools.js:297 +#: sphinx/themes/basic/static/searchtools.js:287 msgid "" "Your search did not match any documents. Please make sure that all words are" " spelled correctly and that you've selected enough categories." @@ -3103,20 +3121,20 @@ msgstr "Постійне посилання на це визначення" msgid "Hide Search Matches" msgstr "Приховати співпадіння пошуку" -#: sphinx/themes/basic/static/searchtools.js:131 +#: sphinx/themes/basic/static/searchtools.js:121 msgid "Searching" msgstr "" -#: sphinx/themes/basic/static/searchtools.js:136 +#: sphinx/themes/basic/static/searchtools.js:126 msgid "Preparing search..." msgstr "" -#: sphinx/themes/basic/static/searchtools.js:299 +#: sphinx/themes/basic/static/searchtools.js:289 #, python-format msgid "Search finished, found %s page(s) matching the search query." msgstr "" -#: sphinx/themes/basic/static/searchtools.js:352 +#: sphinx/themes/basic/static/searchtools.js:342 msgid ", in " msgstr "" @@ -3133,18 +3151,18 @@ msgstr "" msgid "Contents" msgstr "" -#: sphinx/transforms/__init__.py:259 +#: sphinx/transforms/__init__.py:261 #, python-format msgid "" "4 column based index found. It might be a bug of extensions you use: %r" msgstr "" -#: sphinx/transforms/__init__.py:301 +#: sphinx/transforms/__init__.py:303 #, python-format msgid "Footnote [%s] is not referenced." msgstr "" -#: sphinx/transforms/__init__.py:307 +#: sphinx/transforms/__init__.py:309 msgid "Footnote [#] is not referenced." msgstr "" @@ -3215,7 +3233,7 @@ msgstr "" msgid "failed" msgstr "" -#: sphinx/util/docutils.py:321 +#: sphinx/util/docutils.py:320 msgid "when adding directive classes, no additional arguments may be given" msgstr "" @@ -3276,15 +3294,15 @@ msgstr "" msgid "Permalink to this code" msgstr "" -#: sphinx/writers/html.py:514 sphinx/writers/html5.py:460 +#: sphinx/writers/html.py:512 sphinx/writers/html5.py:458 msgid "Permalink to this image" msgstr "" -#: sphinx/writers/html.py:516 sphinx/writers/html5.py:462 +#: sphinx/writers/html.py:514 sphinx/writers/html5.py:460 msgid "Permalink to this toctree" msgstr "" -#: sphinx/writers/html.py:674 sphinx/writers/html5.py:608 +#: sphinx/writers/html.py:672 sphinx/writers/html5.py:606 msgid "Could not obtain image size. :scale: option is ignored." msgstr "" @@ -3321,12 +3339,12 @@ msgstr "" msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: sphinx/writers/latex.py:1843 +#: sphinx/writers/latex.py:1847 #, python-format msgid "unknown index entry type %s found" msgstr "" -#: sphinx/writers/latex.py:2552 +#: sphinx/writers/latex.py:2560 #, python-format msgid "Unknown configure key: latex_elements[%r] is ignored." msgstr "" @@ -3344,12 +3362,12 @@ msgstr "" msgid "caption not inside a figure." msgstr "" -#: sphinx/writers/texinfo.py:1421 +#: sphinx/writers/texinfo.py:1422 #, python-format msgid "unimplemented node type: %r" msgstr "" -#: sphinx/writers/texinfo.py:1426 +#: sphinx/writers/texinfo.py:1427 #, python-format msgid "unknown node type: %r" msgstr "" diff --git a/sphinx/locale/ur/LC_MESSAGES/sphinx.mo b/sphinx/locale/ur/LC_MESSAGES/sphinx.mo index 8f0ad5b771..4342f98020 100644 Binary files a/sphinx/locale/ur/LC_MESSAGES/sphinx.mo and b/sphinx/locale/ur/LC_MESSAGES/sphinx.mo differ diff --git a/sphinx/locale/ur/LC_MESSAGES/sphinx.po b/sphinx/locale/ur/LC_MESSAGES/sphinx.po index 733bd19ef1..1464969b70 100644 --- a/sphinx/locale/ur/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/ur/LC_MESSAGES/sphinx.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2019-02-18 01:52+0900\n" -"PO-Revision-Date: 2019-03-14 16:36+0000\n" +"POT-Creation-Date: 2019-03-29 01:05+0900\n" +"PO-Revision-Date: 2019-03-28 16:08+0000\n" "Last-Translator: Takeshi KOMIYA \n" "Language-Team: Urdu (http://www.transifex.com/sphinx-doc/sphinx-1/language/ur/)\n" "MIME-Version: 1.0\n" @@ -121,7 +121,7 @@ msgstr "" msgid "role %r is already registered, it will be overridden" msgstr "" -#: sphinx/application.py:1182 +#: sphinx/application.py:1179 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -129,7 +129,7 @@ msgid "" "explicit" msgstr "" -#: sphinx/application.py:1188 +#: sphinx/application.py:1185 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -137,7 +137,7 @@ msgid "" "explicit" msgstr "" -#: sphinx/application.py:1199 +#: sphinx/application.py:1196 #, python-format msgid "doing serial %s" msgstr "" @@ -586,44 +586,44 @@ msgstr "" msgid "preparing documents" msgstr "" -#: sphinx/builders/_epub_base.py:219 +#: sphinx/builders/_epub_base.py:218 #, python-format msgid "duplicated ToC entry found: %s" msgstr "" -#: sphinx/builders/_epub_base.py:415 sphinx/builders/html.py:761 -#: sphinx/builders/latex/__init__.py:413 sphinx/builders/texinfo.py:190 +#: sphinx/builders/_epub_base.py:414 sphinx/builders/html.py:761 +#: sphinx/builders/latex/__init__.py:415 sphinx/builders/texinfo.py:190 msgid "copying images... " msgstr "" -#: sphinx/builders/_epub_base.py:422 +#: sphinx/builders/_epub_base.py:421 #, python-format msgid "cannot read image file %r: copying it instead" msgstr "" -#: sphinx/builders/_epub_base.py:428 sphinx/builders/html.py:769 -#: sphinx/builders/latex/__init__.py:421 sphinx/builders/texinfo.py:198 +#: sphinx/builders/_epub_base.py:427 sphinx/builders/html.py:769 +#: sphinx/builders/latex/__init__.py:423 sphinx/builders/texinfo.py:199 #, python-format msgid "cannot copy image file %r: %s" msgstr "" -#: sphinx/builders/_epub_base.py:445 +#: sphinx/builders/_epub_base.py:444 #, python-format msgid "cannot write image file %r: %s" msgstr "" -#: sphinx/builders/_epub_base.py:456 +#: sphinx/builders/_epub_base.py:455 msgid "Pillow not found - copying image files" msgstr "" -#: sphinx/builders/_epub_base.py:491 sphinx/builders/_epub_base.py:504 -#: sphinx/builders/_epub_base.py:540 sphinx/builders/_epub_base.py:725 -#: sphinx/builders/_epub_base.py:758 sphinx/builders/epub3.py:184 +#: sphinx/builders/_epub_base.py:490 sphinx/builders/_epub_base.py:503 +#: sphinx/builders/_epub_base.py:539 sphinx/builders/_epub_base.py:724 +#: sphinx/builders/_epub_base.py:757 sphinx/builders/epub3.py:183 #, python-format msgid "writing %s file..." msgstr "" -#: sphinx/builders/_epub_base.py:566 +#: sphinx/builders/_epub_base.py:565 #, python-format msgid "unknown mimetype for %s, ignoring" msgstr "" @@ -642,19 +642,19 @@ msgstr "" msgid "writing summary file..." msgstr "" -#: sphinx/builders/changes.py:87 +#: sphinx/builders/changes.py:86 msgid "Builtins" msgstr "" -#: sphinx/builders/changes.py:89 +#: sphinx/builders/changes.py:88 msgid "Module level" msgstr "" -#: sphinx/builders/changes.py:134 +#: sphinx/builders/changes.py:133 msgid "copying source files..." msgstr "" -#: sphinx/builders/changes.py:141 +#: sphinx/builders/changes.py:140 #, python-format msgid "could not read %r for changelog creation" msgstr "" @@ -663,76 +663,76 @@ msgstr "" msgid "The dummy builder generates no files." msgstr "" -#: sphinx/builders/epub3.py:69 +#: sphinx/builders/epub3.py:68 #, python-format msgid "The ePub file is in %(outdir)s." msgstr "" -#: sphinx/builders/epub3.py:212 +#: sphinx/builders/epub3.py:211 msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:216 +#: sphinx/builders/epub3.py:215 msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:219 +#: sphinx/builders/epub3.py:218 msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:223 +#: sphinx/builders/epub3.py:222 msgid "conf value \"epub_author\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:226 +#: sphinx/builders/epub3.py:225 msgid "conf value \"epub_contributor\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:229 +#: sphinx/builders/epub3.py:228 msgid "conf value \"epub_description\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:232 +#: sphinx/builders/epub3.py:231 msgid "conf value \"epub_publisher\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:235 +#: sphinx/builders/epub3.py:234 msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:239 +#: sphinx/builders/epub3.py:238 msgid "conf value \"epub_identifier\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:242 +#: sphinx/builders/epub3.py:241 msgid "conf value \"version\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:257 sphinx/builders/html.py:1166 +#: sphinx/builders/epub3.py:256 sphinx/builders/html.py:1166 #, python-format msgid "invalid css_file: %r, ignored" msgstr "" -#: sphinx/builders/gettext.py:215 +#: sphinx/builders/gettext.py:221 #, python-format msgid "The message catalogs are in %(outdir)s." msgstr "" -#: sphinx/builders/gettext.py:239 +#: sphinx/builders/gettext.py:245 #, python-format msgid "building [%s]: " msgstr "" -#: sphinx/builders/gettext.py:240 +#: sphinx/builders/gettext.py:246 #, python-format msgid "targets for %d template files" msgstr "" -#: sphinx/builders/gettext.py:244 +#: sphinx/builders/gettext.py:250 msgid "reading templates... " msgstr "" -#: sphinx/builders/gettext.py:271 +#: sphinx/builders/gettext.py:277 msgid "writing message catalogs... " msgstr "" @@ -751,7 +751,7 @@ msgstr "" msgid "Failed to read build info file: %r" msgstr "" -#: sphinx/builders/html.py:488 sphinx/builders/latex/__init__.py:204 +#: sphinx/builders/html.py:488 sphinx/builders/latex/__init__.py:206 #: sphinx/transforms/__init__.py:121 sphinx/writers/manpage.py:118 #: sphinx/writers/texinfo.py:243 #, python-format @@ -804,7 +804,7 @@ msgstr "" msgid "html_static_path entry %r does not exist" msgstr "" -#: sphinx/builders/html.py:839 sphinx/builders/latex/__init__.py:398 +#: sphinx/builders/html.py:839 sphinx/builders/latex/__init__.py:400 #, python-format msgid "logo file %r does not exist" msgstr "" @@ -921,7 +921,7 @@ msgstr "" msgid "no \"man_pages\" config value found; no manual pages will be written" msgstr "" -#: sphinx/builders/latex/__init__.py:270 sphinx/builders/manpage.py:64 +#: sphinx/builders/latex/__init__.py:272 sphinx/builders/manpage.py:64 #: sphinx/builders/singlehtml.py:174 sphinx/builders/texinfo.py:120 msgid "writing" msgstr "" @@ -965,24 +965,24 @@ msgstr "" msgid "\"texinfo_documents\" config value references unknown document %s" msgstr "" -#: sphinx/builders/latex/__init__.py:253 sphinx/builders/texinfo.py:116 +#: sphinx/builders/latex/__init__.py:255 sphinx/builders/texinfo.py:116 #, python-format msgid "processing %s" msgstr "" -#: sphinx/builders/latex/__init__.py:322 sphinx/builders/texinfo.py:163 +#: sphinx/builders/latex/__init__.py:323 sphinx/builders/texinfo.py:164 msgid "resolving references..." msgstr "" -#: sphinx/builders/latex/__init__.py:332 sphinx/builders/texinfo.py:172 +#: sphinx/builders/latex/__init__.py:333 sphinx/builders/texinfo.py:173 msgid " (in " msgstr "" -#: sphinx/builders/texinfo.py:204 +#: sphinx/builders/texinfo.py:205 msgid "copying Texinfo support files" msgstr "" -#: sphinx/builders/texinfo.py:208 +#: sphinx/builders/texinfo.py:209 #, python-format msgid "error writing file Makefile: %s" msgstr "" @@ -1002,28 +1002,28 @@ msgstr "" msgid "The pseudo-XML files are in %(outdir)s." msgstr "" -#: sphinx/builders/latex/__init__.py:121 +#: sphinx/builders/latex/__init__.py:123 #, python-format msgid "The LaTeX files are in %(outdir)s." msgstr "" -#: sphinx/builders/latex/__init__.py:123 +#: sphinx/builders/latex/__init__.py:125 msgid "" "\n" "Run 'make' in that directory to run these through (pdf)latex\n" "(use `make latexpdf' here to do that automatically)." msgstr "" -#: sphinx/builders/latex/__init__.py:163 +#: sphinx/builders/latex/__init__.py:165 msgid "no \"latex_documents\" config value found; no documents will be written" msgstr "" -#: sphinx/builders/latex/__init__.py:171 +#: sphinx/builders/latex/__init__.py:173 #, python-format msgid "\"latex_documents\" config value references unknown document %s" msgstr "" -#: sphinx/builders/latex/__init__.py:211 sphinx/domains/std.py:501 +#: sphinx/builders/latex/__init__.py:213 sphinx/domains/std.py:501 #: sphinx/templates/latex/latex.tex_t:79 #: sphinx/themes/basic/genindex-single.html:30 #: sphinx/themes/basic/genindex-single.html:55 @@ -1035,28 +1035,28 @@ msgstr "" msgid "Index" msgstr "" -#: sphinx/builders/latex/__init__.py:214 sphinx/templates/latex/latex.tex_t:64 +#: sphinx/builders/latex/__init__.py:216 sphinx/templates/latex/latex.tex_t:64 msgid "Release" msgstr "" -#: sphinx/builders/latex/__init__.py:222 sphinx/writers/latex.py:549 +#: sphinx/builders/latex/__init__.py:224 sphinx/writers/latex.py:549 #, python-format msgid "no Babel option known for language %r" msgstr "" -#: sphinx/builders/latex/__init__.py:361 +#: sphinx/builders/latex/__init__.py:363 msgid "copying TeX support files" msgstr "" -#: sphinx/builders/latex/__init__.py:382 +#: sphinx/builders/latex/__init__.py:384 msgid "copying TeX support files..." msgstr "" -#: sphinx/builders/latex/__init__.py:402 +#: sphinx/builders/latex/__init__.py:404 msgid "copying additional files" msgstr "" -#: sphinx/builders/latex/__init__.py:445 +#: sphinx/builders/latex/__init__.py:447 #, python-format msgid "Unknown configure key: latex_elements[%r]. ignored." msgstr "" @@ -1119,8 +1119,8 @@ msgstr "" msgid "job number should be a positive number" msgstr "" -#: sphinx/cmd/build.py:106 sphinx/cmd/quickstart.py:498 -#: sphinx/ext/apidoc.py:298 sphinx/ext/autosummary/generate.py:365 +#: sphinx/cmd/build.py:106 sphinx/cmd/quickstart.py:497 +#: sphinx/ext/apidoc.py:298 sphinx/ext/autosummary/generate.py:363 msgid "For more information, visit ." msgstr "" @@ -1497,13 +1497,13 @@ msgstr "" msgid "Indicate which of the following Sphinx extensions should be enabled:" msgstr "" -#: sphinx/cmd/quickstart.py:354 +#: sphinx/cmd/quickstart.py:353 msgid "" "Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " "been deselected." msgstr "" -#: sphinx/cmd/quickstart.py:359 +#: sphinx/cmd/quickstart.py:358 msgid "" "\n" "A Makefile and a Windows command file can be generated for you so that you\n" @@ -1511,29 +1511,29 @@ msgid "" "directly." msgstr "" -#: sphinx/cmd/quickstart.py:363 +#: sphinx/cmd/quickstart.py:362 msgid "Create Makefile? (y/n)" msgstr "" -#: sphinx/cmd/quickstart.py:366 +#: sphinx/cmd/quickstart.py:365 msgid "Create Windows command file? (y/n)" msgstr "" -#: sphinx/cmd/quickstart.py:409 sphinx/ext/apidoc.py:74 +#: sphinx/cmd/quickstart.py:408 sphinx/ext/apidoc.py:74 #, python-format msgid "Creating file %s." msgstr "" -#: sphinx/cmd/quickstart.py:414 sphinx/ext/apidoc.py:72 +#: sphinx/cmd/quickstart.py:413 sphinx/ext/apidoc.py:72 #, python-format msgid "File %s already exists, skipping." msgstr "" -#: sphinx/cmd/quickstart.py:450 +#: sphinx/cmd/quickstart.py:449 msgid "Finished: An initial directory structure has been created." msgstr "" -#: sphinx/cmd/quickstart.py:451 +#: sphinx/cmd/quickstart.py:450 #, python-format msgid "" "\n" @@ -1541,26 +1541,26 @@ msgid "" "source files. " msgstr "" -#: sphinx/cmd/quickstart.py:453 +#: sphinx/cmd/quickstart.py:452 msgid "" "Use the Makefile to build the docs, like so:\n" " make builder\n" msgstr "" -#: sphinx/cmd/quickstart.py:456 +#: sphinx/cmd/quickstart.py:455 #, python-format msgid "" "Use the sphinx-build command to build the docs, like so:\n" " sphinx-build -b builder %s %s\n" msgstr "" -#: sphinx/cmd/quickstart.py:459 +#: sphinx/cmd/quickstart.py:458 msgid "" "where \"builder\" is one of the supported builders, e.g. html, latex or " "linkcheck.\n" msgstr "" -#: sphinx/cmd/quickstart.py:499 +#: sphinx/cmd/quickstart.py:498 msgid "" "\n" "Generate required files for a Sphinx project.\n" @@ -1570,131 +1570,131 @@ msgid "" "Makefile to be used with sphinx-build.\n" msgstr "" -#: sphinx/cmd/quickstart.py:509 +#: sphinx/cmd/quickstart.py:508 msgid "quiet mode" msgstr "" -#: sphinx/cmd/quickstart.py:514 +#: sphinx/cmd/quickstart.py:513 msgid "output path" msgstr "" -#: sphinx/cmd/quickstart.py:516 +#: sphinx/cmd/quickstart.py:515 msgid "Structure options" msgstr "" -#: sphinx/cmd/quickstart.py:518 +#: sphinx/cmd/quickstart.py:517 msgid "if specified, separate source and build dirs" msgstr "" -#: sphinx/cmd/quickstart.py:520 +#: sphinx/cmd/quickstart.py:519 msgid "replacement for dot in _templates etc." msgstr "" -#: sphinx/cmd/quickstart.py:522 +#: sphinx/cmd/quickstart.py:521 msgid "Project basic options" msgstr "" -#: sphinx/cmd/quickstart.py:524 +#: sphinx/cmd/quickstart.py:523 msgid "project name" msgstr "" -#: sphinx/cmd/quickstart.py:526 +#: sphinx/cmd/quickstart.py:525 msgid "author names" msgstr "" -#: sphinx/cmd/quickstart.py:528 +#: sphinx/cmd/quickstart.py:527 msgid "version of project" msgstr "" -#: sphinx/cmd/quickstart.py:530 +#: sphinx/cmd/quickstart.py:529 msgid "release of project" msgstr "" -#: sphinx/cmd/quickstart.py:532 +#: sphinx/cmd/quickstart.py:531 msgid "document language" msgstr "" -#: sphinx/cmd/quickstart.py:534 +#: sphinx/cmd/quickstart.py:533 msgid "source file suffix" msgstr "" -#: sphinx/cmd/quickstart.py:536 +#: sphinx/cmd/quickstart.py:535 msgid "master document name" msgstr "" -#: sphinx/cmd/quickstart.py:538 +#: sphinx/cmd/quickstart.py:537 msgid "use epub" msgstr "" -#: sphinx/cmd/quickstart.py:540 +#: sphinx/cmd/quickstart.py:539 msgid "Extension options" msgstr "" -#: sphinx/cmd/quickstart.py:544 sphinx/ext/apidoc.py:379 +#: sphinx/cmd/quickstart.py:543 sphinx/ext/apidoc.py:379 #, python-format msgid "enable %s extension" msgstr "" -#: sphinx/cmd/quickstart.py:546 sphinx/ext/apidoc.py:375 +#: sphinx/cmd/quickstart.py:545 sphinx/ext/apidoc.py:375 msgid "enable arbitrary extensions" msgstr "" -#: sphinx/cmd/quickstart.py:548 +#: sphinx/cmd/quickstart.py:547 msgid "Makefile and Batchfile creation" msgstr "" -#: sphinx/cmd/quickstart.py:550 +#: sphinx/cmd/quickstart.py:549 msgid "create makefile" msgstr "" -#: sphinx/cmd/quickstart.py:552 +#: sphinx/cmd/quickstart.py:551 msgid "do not create makefile" msgstr "" -#: sphinx/cmd/quickstart.py:554 +#: sphinx/cmd/quickstart.py:553 msgid "create batchfile" msgstr "" -#: sphinx/cmd/quickstart.py:557 +#: sphinx/cmd/quickstart.py:556 msgid "do not create batchfile" msgstr "" -#: sphinx/cmd/quickstart.py:560 +#: sphinx/cmd/quickstart.py:559 msgid "use make-mode for Makefile/make.bat" msgstr "" -#: sphinx/cmd/quickstart.py:563 +#: sphinx/cmd/quickstart.py:562 msgid "do not use make-mode for Makefile/make.bat" msgstr "" -#: sphinx/cmd/quickstart.py:565 +#: sphinx/cmd/quickstart.py:564 msgid "Project templating" msgstr "" -#: sphinx/cmd/quickstart.py:568 +#: sphinx/cmd/quickstart.py:567 msgid "template directory for template files" msgstr "" -#: sphinx/cmd/quickstart.py:571 +#: sphinx/cmd/quickstart.py:570 msgid "define a template variable" msgstr "" -#: sphinx/cmd/quickstart.py:605 +#: sphinx/cmd/quickstart.py:604 msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." msgstr "" -#: sphinx/cmd/quickstart.py:619 +#: sphinx/cmd/quickstart.py:618 msgid "" "Error: specified path is not a directory, or sphinx files already exist." msgstr "" -#: sphinx/cmd/quickstart.py:621 +#: sphinx/cmd/quickstart.py:620 msgid "" "sphinx-quickstart only generate into a empty directory. Please specify a new" " root path." msgstr "" -#: sphinx/cmd/quickstart.py:636 +#: sphinx/cmd/quickstart.py:635 #, python-format msgid "Invalid template variable: %s" msgstr "" @@ -1766,17 +1766,17 @@ msgstr "" msgid "%s %s" msgstr "" -#: sphinx/domains/c.py:64 sphinx/domains/cpp.py:6371 +#: sphinx/domains/c.py:64 sphinx/domains/cpp.py:6445 #: sphinx/domains/python.py:210 sphinx/ext/napoleon/docstring.py:696 msgid "Parameters" msgstr "" -#: sphinx/domains/c.py:67 sphinx/domains/cpp.py:6380 -#: sphinx/domains/javascript.py:210 sphinx/domains/python.py:222 +#: sphinx/domains/c.py:67 sphinx/domains/cpp.py:6454 +#: sphinx/domains/javascript.py:209 sphinx/domains/python.py:222 msgid "Returns" msgstr "" -#: sphinx/domains/c.py:69 sphinx/domains/javascript.py:212 +#: sphinx/domains/c.py:69 sphinx/domains/javascript.py:211 #: sphinx/domains/python.py:224 msgid "Return type" msgstr "" @@ -1806,12 +1806,12 @@ msgstr "" msgid "%s (C variable)" msgstr "" -#: sphinx/domains/c.py:258 sphinx/domains/cpp.py:6956 -#: sphinx/domains/javascript.py:298 sphinx/domains/python.py:741 +#: sphinx/domains/c.py:258 sphinx/domains/cpp.py:7029 +#: sphinx/domains/javascript.py:297 sphinx/domains/python.py:742 msgid "function" msgstr "" -#: sphinx/domains/c.py:259 sphinx/domains/cpp.py:6957 +#: sphinx/domains/c.py:259 sphinx/domains/cpp.py:7030 msgid "member" msgstr "" @@ -1819,7 +1819,7 @@ msgstr "" msgid "macro" msgstr "" -#: sphinx/domains/c.py:261 sphinx/domains/cpp.py:6958 +#: sphinx/domains/c.py:261 sphinx/domains/cpp.py:7031 msgid "type" msgstr "" @@ -1842,106 +1842,106 @@ msgstr "" msgid "Deprecated since version %s" msgstr "" -#: sphinx/domains/cpp.py:4297 +#: sphinx/domains/cpp.py:4323 #, python-format msgid "" "Duplicate declaration, also defined in '%s'.\n" "Declaration is '%s'." msgstr "" -#: sphinx/domains/cpp.py:6374 +#: sphinx/domains/cpp.py:6448 msgid "Template Parameters" msgstr "" -#: sphinx/domains/cpp.py:6377 sphinx/domains/javascript.py:207 +#: sphinx/domains/cpp.py:6451 sphinx/domains/javascript.py:206 msgid "Throws" msgstr "" -#: sphinx/domains/cpp.py:6505 +#: sphinx/domains/cpp.py:6579 #, python-format msgid "%s (C++ %s)" msgstr "" -#: sphinx/domains/cpp.py:6954 sphinx/domains/javascript.py:300 -#: sphinx/domains/python.py:743 +#: sphinx/domains/cpp.py:7027 sphinx/domains/javascript.py:299 +#: sphinx/domains/python.py:744 msgid "class" msgstr "" -#: sphinx/domains/cpp.py:6955 +#: sphinx/domains/cpp.py:7028 msgid "union" msgstr "" -#: sphinx/domains/cpp.py:6959 +#: sphinx/domains/cpp.py:7032 msgid "concept" msgstr "" -#: sphinx/domains/cpp.py:6960 +#: sphinx/domains/cpp.py:7033 msgid "enum" msgstr "" -#: sphinx/domains/cpp.py:6961 +#: sphinx/domains/cpp.py:7034 msgid "enumerator" msgstr "" -#: sphinx/domains/cpp.py:7054 +#: sphinx/domains/cpp.py:7127 #, python-format msgid "" "Duplicate declaration, also defined in '%s'.\n" "Name of declaration is '%s'." msgstr "" -#: sphinx/domains/javascript.py:131 sphinx/domains/python.py:429 +#: sphinx/domains/javascript.py:130 sphinx/domains/python.py:430 #, python-format msgid "%s() (built-in function)" msgstr "" -#: sphinx/domains/javascript.py:132 sphinx/domains/python.py:494 +#: sphinx/domains/javascript.py:131 sphinx/domains/python.py:495 #, python-format msgid "%s() (%s method)" msgstr "" -#: sphinx/domains/javascript.py:134 +#: sphinx/domains/javascript.py:133 #, python-format msgid "%s() (class)" msgstr "" -#: sphinx/domains/javascript.py:136 +#: sphinx/domains/javascript.py:135 #, python-format msgid "%s (global variable or constant)" msgstr "" -#: sphinx/domains/javascript.py:138 sphinx/domains/python.py:532 +#: sphinx/domains/javascript.py:137 sphinx/domains/python.py:533 #, python-format msgid "%s (%s attribute)" msgstr "" -#: sphinx/domains/javascript.py:204 +#: sphinx/domains/javascript.py:203 msgid "Arguments" msgstr "" -#: sphinx/domains/javascript.py:265 sphinx/domains/python.py:609 +#: sphinx/domains/javascript.py:264 sphinx/domains/python.py:610 #, python-format msgid "%s (module)" msgstr "" -#: sphinx/domains/javascript.py:299 sphinx/domains/python.py:745 +#: sphinx/domains/javascript.py:298 sphinx/domains/python.py:746 msgid "method" msgstr "" -#: sphinx/domains/javascript.py:301 sphinx/domains/python.py:742 +#: sphinx/domains/javascript.py:300 sphinx/domains/python.py:743 msgid "data" msgstr "" -#: sphinx/domains/javascript.py:302 sphinx/domains/python.py:748 +#: sphinx/domains/javascript.py:301 sphinx/domains/python.py:749 msgid "attribute" msgstr "" -#: sphinx/domains/javascript.py:303 sphinx/domains/python.py:49 -#: sphinx/domains/python.py:749 +#: sphinx/domains/javascript.py:302 sphinx/domains/python.py:49 +#: sphinx/domains/python.py:750 msgid "module" msgstr "" -#: sphinx/domains/math.py:101 sphinx/writers/latex.py:2451 +#: sphinx/domains/math.py:101 sphinx/writers/latex.py:2459 #, python-format msgid "Invalid math_eqref_format: %r" msgstr "" @@ -1963,7 +1963,7 @@ msgstr "" msgid "object" msgstr "" -#: sphinx/domains/python.py:53 sphinx/domains/python.py:744 +#: sphinx/domains/python.py:53 sphinx/domains/python.py:745 msgid "exception" msgstr "" @@ -1983,88 +1983,88 @@ msgstr "" msgid "Raises" msgstr "" -#: sphinx/domains/python.py:430 sphinx/domains/python.py:488 -#: sphinx/domains/python.py:500 sphinx/domains/python.py:513 +#: sphinx/domains/python.py:431 sphinx/domains/python.py:489 +#: sphinx/domains/python.py:501 sphinx/domains/python.py:514 #, python-format msgid "%s() (in module %s)" msgstr "" -#: sphinx/domains/python.py:433 +#: sphinx/domains/python.py:434 #, python-format msgid "%s (built-in variable)" msgstr "" -#: sphinx/domains/python.py:434 sphinx/domains/python.py:526 +#: sphinx/domains/python.py:435 sphinx/domains/python.py:527 #, python-format msgid "%s (in module %s)" msgstr "" -#: sphinx/domains/python.py:454 +#: sphinx/domains/python.py:455 #, python-format msgid "%s (built-in class)" msgstr "" -#: sphinx/domains/python.py:455 +#: sphinx/domains/python.py:456 #, python-format msgid "%s (class in %s)" msgstr "" -#: sphinx/domains/python.py:492 +#: sphinx/domains/python.py:493 #, python-format msgid "%s() (%s.%s method)" msgstr "" -#: sphinx/domains/python.py:504 +#: sphinx/domains/python.py:505 #, python-format msgid "%s() (%s.%s static method)" msgstr "" -#: sphinx/domains/python.py:507 +#: sphinx/domains/python.py:508 #, python-format msgid "%s() (%s static method)" msgstr "" -#: sphinx/domains/python.py:517 +#: sphinx/domains/python.py:518 #, python-format msgid "%s() (%s.%s class method)" msgstr "" -#: sphinx/domains/python.py:520 +#: sphinx/domains/python.py:521 #, python-format msgid "%s() (%s class method)" msgstr "" -#: sphinx/domains/python.py:530 +#: sphinx/domains/python.py:531 #, python-format msgid "%s (%s.%s attribute)" msgstr "" -#: sphinx/domains/python.py:667 +#: sphinx/domains/python.py:668 msgid "Python Module Index" msgstr "" -#: sphinx/domains/python.py:668 +#: sphinx/domains/python.py:669 msgid "modules" msgstr "" -#: sphinx/domains/python.py:719 +#: sphinx/domains/python.py:720 msgid "Deprecated" msgstr "" -#: sphinx/domains/python.py:746 +#: sphinx/domains/python.py:747 msgid "class method" msgstr "" -#: sphinx/domains/python.py:747 +#: sphinx/domains/python.py:748 msgid "static method" msgstr "" -#: sphinx/domains/python.py:879 +#: sphinx/domains/python.py:880 #, python-format msgid "more than one target found for cross-reference %r: %s" msgstr "" -#: sphinx/domains/python.py:917 +#: sphinx/domains/python.py:918 msgid " (deprecated)" msgstr "" @@ -2140,7 +2140,7 @@ msgstr "" msgid "duplicate citation %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:631 sphinx/ext/autosectionlabel.py:61 +#: sphinx/domains/std.py:631 sphinx/ext/autosectionlabel.py:56 #, python-format msgid "duplicate label %s, other instance in %s" msgstr "" @@ -2200,21 +2200,21 @@ msgid "" "another doctree directory." msgstr "" -#: sphinx/environment/__init__.py:408 +#: sphinx/environment/__init__.py:404 #, python-format msgid "Failed to scan documents in %s: %r" msgstr "" -#: sphinx/environment/__init__.py:536 +#: sphinx/environment/__init__.py:532 #, python-format msgid "Domain %r is not registered" msgstr "" -#: sphinx/environment/__init__.py:621 +#: sphinx/environment/__init__.py:617 msgid "self referenced toctree found. Ignored." msgstr "" -#: sphinx/environment/__init__.py:662 +#: sphinx/environment/__init__.py:658 msgid "document isn't included in any toctree" msgstr "" @@ -2234,6 +2234,7 @@ msgid "unknown index entry type %r" msgstr "" #: sphinx/environment/adapters/indexentries.py:156 +#: sphinx/templates/latex/sphinxmessages.sty_t:11 msgid "Symbols" msgstr "" @@ -2259,22 +2260,22 @@ msgstr "" msgid "toctree contains reference to nonexisting document %r" msgstr "" -#: sphinx/environment/collectors/asset.py:91 +#: sphinx/environment/collectors/asset.py:90 #, python-format msgid "image file not readable: %s" msgstr "" -#: sphinx/environment/collectors/asset.py:107 +#: sphinx/environment/collectors/asset.py:106 #, python-format msgid "image file %s not readable: %s" msgstr "" -#: sphinx/environment/collectors/asset.py:135 +#: sphinx/environment/collectors/asset.py:134 #, python-format msgid "download file not readable: %s" msgstr "" -#: sphinx/environment/collectors/toctree.py:197 +#: sphinx/environment/collectors/toctree.py:196 #, python-format msgid "%s is already assigned section numbers (nested numbered toctree?)" msgstr "" @@ -2418,38 +2419,38 @@ msgstr "" msgid "module %s could not be imported: %s" msgstr "" -#: sphinx/ext/doctest.py:142 +#: sphinx/ext/doctest.py:132 #, python-format msgid "missing '+' or '-' in '%s' option." msgstr "" -#: sphinx/ext/doctest.py:147 +#: sphinx/ext/doctest.py:137 #, python-format msgid "'%s' is not a valid option." msgstr "" -#: sphinx/ext/doctest.py:161 +#: sphinx/ext/doctest.py:151 #, python-format msgid "'%s' is not a valid pyversion option" msgstr "" -#: sphinx/ext/doctest.py:230 +#: sphinx/ext/doctest.py:222 msgid "invalid TestCode type" msgstr "" -#: sphinx/ext/doctest.py:291 +#: sphinx/ext/doctest.py:283 #, python-format msgid "" "Testing of doctests in the sources finished, look at the results in " "%(outdir)s/output.txt." msgstr "" -#: sphinx/ext/doctest.py:438 +#: sphinx/ext/doctest.py:446 #, python-format msgid "no code/output in %s block at %s:%s" msgstr "" -#: sphinx/ext/doctest.py:527 +#: sphinx/ext/doctest.py:535 #, python-format msgid "ignoring invalid doctest code: %r" msgstr "" @@ -2467,7 +2468,7 @@ msgstr "" msgid "Ignoring \"graphviz\" directive without content." msgstr "" -#: sphinx/ext/graphviz.py:252 +#: sphinx/ext/graphviz.py:250 #, python-format msgid "" "dot did not produce an output file:\n" @@ -2477,14 +2478,14 @@ msgid "" "%r" msgstr "" -#: sphinx/ext/graphviz.py:256 +#: sphinx/ext/graphviz.py:254 #, python-format msgid "" "dot command %r cannot be run (needed for graphviz output), check the " "graphviz_dot setting" msgstr "" -#: sphinx/ext/graphviz.py:263 +#: sphinx/ext/graphviz.py:261 #, python-format msgid "" "dot exited with error:\n" @@ -2494,23 +2495,23 @@ msgid "" "%r" msgstr "" -#: sphinx/ext/graphviz.py:273 +#: sphinx/ext/graphviz.py:271 #, python-format msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" msgstr "" -#: sphinx/ext/graphviz.py:277 sphinx/ext/graphviz.py:331 -#: sphinx/ext/graphviz.py:369 +#: sphinx/ext/graphviz.py:275 sphinx/ext/graphviz.py:329 +#: sphinx/ext/graphviz.py:367 #, python-format msgid "dot code %r: %s" msgstr "" -#: sphinx/ext/graphviz.py:384 sphinx/ext/graphviz.py:393 +#: sphinx/ext/graphviz.py:382 sphinx/ext/graphviz.py:391 #, python-format msgid "[graph: %s]" msgstr "" -#: sphinx/ext/graphviz.py:386 sphinx/ext/graphviz.py:395 +#: sphinx/ext/graphviz.py:384 sphinx/ext/graphviz.py:393 msgid "[graph]" msgstr "" @@ -2529,31 +2530,31 @@ msgid "" "%r" msgstr "" -#: sphinx/ext/imgmath.py:140 +#: sphinx/ext/imgmath.py:139 #, python-format msgid "" "LaTeX command %r cannot be run (needed for math display), check the " "imgmath_latex setting" msgstr "" -#: sphinx/ext/imgmath.py:155 +#: sphinx/ext/imgmath.py:154 #, python-format msgid "" "%s command %r cannot be run (needed for math display), check the imgmath_%s " "setting" msgstr "" -#: sphinx/ext/imgmath.py:290 +#: sphinx/ext/imgmath.py:289 #, python-format msgid "display latex %r: %s" msgstr "" -#: sphinx/ext/imgmath.py:317 +#: sphinx/ext/imgmath.py:316 #, python-format msgid "inline latex %r: %s" msgstr "" -#: sphinx/ext/imgmath.py:324 sphinx/ext/mathjax.py:54 +#: sphinx/ext/imgmath.py:323 sphinx/ext/mathjax.py:54 msgid "Permalink to this equation" msgstr "" @@ -2573,26 +2574,26 @@ msgid "" "alternatives:" msgstr "" -#: sphinx/ext/intersphinx.py:237 +#: sphinx/ext/intersphinx.py:238 msgid "failed to reach any of the inventories with the following issues:" msgstr "" -#: sphinx/ext/intersphinx.py:312 +#: sphinx/ext/intersphinx.py:311 #, python-format msgid "(in %s v%s)" msgstr "" -#: sphinx/ext/intersphinx.py:314 +#: sphinx/ext/intersphinx.py:313 #, python-format msgid "(in %s)" msgstr "" -#: sphinx/ext/intersphinx.py:348 +#: sphinx/ext/intersphinx.py:347 #, python-format msgid "intersphinx identifier %r is not string. Ignored" msgstr "" -#: sphinx/ext/intersphinx.py:361 +#: sphinx/ext/intersphinx.py:360 #, python-format msgid "Fail to read intersphinx_mapping[%s], Ignored: %r" msgstr "" @@ -2648,29 +2649,29 @@ msgstr "" msgid "

All modules for which code is available

" msgstr "" -#: sphinx/ext/autodoc/__init__.py:302 +#: sphinx/ext/autodoc/__init__.py:300 #, python-format msgid "invalid signature for auto%s (%r)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:402 +#: sphinx/ext/autodoc/__init__.py:400 #, python-format msgid "error while formatting arguments for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:514 +#: sphinx/ext/autodoc/__init__.py:512 #, python-format msgid "missing attribute %s in object %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:602 +#: sphinx/ext/autodoc/__init__.py:600 #, python-format msgid "" "autodoc: failed to determine %r to be documented.the following exception was raised:\n" "%s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:694 +#: sphinx/ext/autodoc/__init__.py:692 #, python-format msgid "" "don't know which module to import for autodocumenting %r (try placing a " @@ -2678,39 +2679,39 @@ msgid "" "explicit module name)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:788 +#: sphinx/ext/autodoc/__init__.py:786 msgid "\"::\" in automodule name doesn't make sense" msgstr "" -#: sphinx/ext/autodoc/__init__.py:796 +#: sphinx/ext/autodoc/__init__.py:794 #, python-format msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:829 +#: sphinx/ext/autodoc/__init__.py:827 #, python-format msgid "" "__all__ should be a list of strings, not %r (in module %s) -- ignoring " "__all__" msgstr "" -#: sphinx/ext/autodoc/__init__.py:844 +#: sphinx/ext/autodoc/__init__.py:842 #, python-format msgid "" "missing attribute mentioned in :members: or __all__: module %s, attribute %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1128 +#: sphinx/ext/autodoc/__init__.py:1126 #, python-format msgid "Bases: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1185 +#: sphinx/ext/autodoc/__init__.py:1183 #, python-format msgid "alias of :class:`%s`" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1470 +#: sphinx/ext/autodoc/__init__.py:1468 #, python-format msgid "Ignoring invalid option in autodoc_default_flags: %r" msgstr "" @@ -2746,17 +2747,17 @@ msgid "" "contain .rst. Skipped." msgstr "" -#: sphinx/ext/autosummary/generate.py:102 +#: sphinx/ext/autosummary/generate.py:100 #, python-format msgid "[autosummary] generating autosummary for: %s" msgstr "" -#: sphinx/ext/autosummary/generate.py:106 +#: sphinx/ext/autosummary/generate.py:104 #, python-format msgid "[autosummary] writing to %s" msgstr "" -#: sphinx/ext/autosummary/generate.py:366 +#: sphinx/ext/autosummary/generate.py:364 msgid "" "\n" "Generate ReStructuredText using autosummary directives.\n" @@ -2771,25 +2772,25 @@ msgid "" " pydoc sphinx.ext.autosummary\n" msgstr "" -#: sphinx/ext/autosummary/generate.py:383 +#: sphinx/ext/autosummary/generate.py:381 msgid "source files to generate rST files for" msgstr "" -#: sphinx/ext/autosummary/generate.py:387 +#: sphinx/ext/autosummary/generate.py:385 msgid "directory to place all output in" msgstr "" -#: sphinx/ext/autosummary/generate.py:390 +#: sphinx/ext/autosummary/generate.py:388 #, python-format msgid "default suffix for files (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:394 +#: sphinx/ext/autosummary/generate.py:392 #, python-format msgid "custom template directory (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:398 +#: sphinx/ext/autosummary/generate.py:396 #, python-format msgid "document imported members (default: %(default)s)" msgstr "" @@ -2867,6 +2868,7 @@ msgid "Warning" msgstr "" #: sphinx/templates/latex/longtable.tex_t:23 +#: sphinx/templates/latex/sphinxmessages.sty_t:8 msgid "continued from previous page" msgstr "" @@ -2874,13 +2876,29 @@ msgstr "" msgid "Continued on next page" msgstr "" +#: sphinx/templates/latex/sphinxmessages.sty_t:9 +msgid "continues on next page" +msgstr "" + +#: sphinx/templates/latex/sphinxmessages.sty_t:10 +msgid "Non-alphabetical" +msgstr "" + +#: sphinx/templates/latex/sphinxmessages.sty_t:12 +msgid "Numbers" +msgstr "" + +#: sphinx/templates/latex/sphinxmessages.sty_t:13 +msgid "page" +msgstr "" + #: sphinx/themes/agogo/layout.html:46 sphinx/themes/basic/globaltoc.html:10 #: sphinx/themes/basic/localtoc.html:11 sphinx/themes/scrolls/layout.html:41 msgid "Table of Contents" msgstr "" #: sphinx/themes/agogo/layout.html:51 sphinx/themes/basic/layout.html:153 -#: sphinx/themes/basic/search.html:11 sphinx/themes/basic/search.html:26 +#: sphinx/themes/basic/search.html:11 sphinx/themes/basic/search.html:21 #: sphinx/themes/basic/searchresults.html:10 msgid "Search" msgstr "" @@ -3017,13 +3035,13 @@ msgstr "" msgid "next chapter" msgstr "" -#: sphinx/themes/basic/search.html:30 +#: sphinx/themes/basic/search.html:25 msgid "" "Please activate JavaScript to enable the search\n" " functionality." msgstr "" -#: sphinx/themes/basic/search.html:35 +#: sphinx/themes/basic/search.html:30 msgid "" "From here you can search these documents. Enter your search\n" " words into the box below and click \"search\". Note that the search\n" @@ -3031,20 +3049,20 @@ msgid "" " containing fewer words won't appear in the result list." msgstr "" -#: sphinx/themes/basic/search.html:42 +#: sphinx/themes/basic/search.html:37 #: sphinx/themes/basic/searchresults.html:17 msgid "search" msgstr "" -#: sphinx/themes/basic/search.html:46 +#: sphinx/themes/basic/search.html:41 #: sphinx/themes/basic/searchresults.html:21 -#: sphinx/themes/basic/static/searchtools.js:295 +#: sphinx/themes/basic/static/searchtools.js:285 msgid "Search Results" msgstr "" -#: sphinx/themes/basic/search.html:48 +#: sphinx/themes/basic/search.html:43 #: sphinx/themes/basic/searchresults.html:23 -#: sphinx/themes/basic/static/searchtools.js:297 +#: sphinx/themes/basic/static/searchtools.js:287 msgid "" "Your search did not match any documents. Please make sure that all words are" " spelled correctly and that you've selected enough categories." @@ -3102,20 +3120,20 @@ msgstr "" msgid "Hide Search Matches" msgstr "" -#: sphinx/themes/basic/static/searchtools.js:131 +#: sphinx/themes/basic/static/searchtools.js:121 msgid "Searching" msgstr "" -#: sphinx/themes/basic/static/searchtools.js:136 +#: sphinx/themes/basic/static/searchtools.js:126 msgid "Preparing search..." msgstr "" -#: sphinx/themes/basic/static/searchtools.js:299 +#: sphinx/themes/basic/static/searchtools.js:289 #, python-format msgid "Search finished, found %s page(s) matching the search query." msgstr "" -#: sphinx/themes/basic/static/searchtools.js:352 +#: sphinx/themes/basic/static/searchtools.js:342 msgid ", in " msgstr "" @@ -3132,18 +3150,18 @@ msgstr "" msgid "Contents" msgstr "" -#: sphinx/transforms/__init__.py:259 +#: sphinx/transforms/__init__.py:261 #, python-format msgid "" "4 column based index found. It might be a bug of extensions you use: %r" msgstr "" -#: sphinx/transforms/__init__.py:301 +#: sphinx/transforms/__init__.py:303 #, python-format msgid "Footnote [%s] is not referenced." msgstr "" -#: sphinx/transforms/__init__.py:307 +#: sphinx/transforms/__init__.py:309 msgid "Footnote [#] is not referenced." msgstr "" @@ -3214,7 +3232,7 @@ msgstr "" msgid "failed" msgstr "" -#: sphinx/util/docutils.py:321 +#: sphinx/util/docutils.py:320 msgid "when adding directive classes, no additional arguments may be given" msgstr "" @@ -3275,15 +3293,15 @@ msgstr "" msgid "Permalink to this code" msgstr "" -#: sphinx/writers/html.py:514 sphinx/writers/html5.py:460 +#: sphinx/writers/html.py:512 sphinx/writers/html5.py:458 msgid "Permalink to this image" msgstr "" -#: sphinx/writers/html.py:516 sphinx/writers/html5.py:462 +#: sphinx/writers/html.py:514 sphinx/writers/html5.py:460 msgid "Permalink to this toctree" msgstr "" -#: sphinx/writers/html.py:674 sphinx/writers/html5.py:608 +#: sphinx/writers/html.py:672 sphinx/writers/html5.py:606 msgid "Could not obtain image size. :scale: option is ignored." msgstr "" @@ -3320,12 +3338,12 @@ msgstr "" msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: sphinx/writers/latex.py:1843 +#: sphinx/writers/latex.py:1847 #, python-format msgid "unknown index entry type %s found" msgstr "" -#: sphinx/writers/latex.py:2552 +#: sphinx/writers/latex.py:2560 #, python-format msgid "Unknown configure key: latex_elements[%r] is ignored." msgstr "" @@ -3343,12 +3361,12 @@ msgstr "" msgid "caption not inside a figure." msgstr "" -#: sphinx/writers/texinfo.py:1421 +#: sphinx/writers/texinfo.py:1422 #, python-format msgid "unimplemented node type: %r" msgstr "" -#: sphinx/writers/texinfo.py:1426 +#: sphinx/writers/texinfo.py:1427 #, python-format msgid "unknown node type: %r" msgstr "" diff --git a/sphinx/locale/vi/LC_MESSAGES/sphinx.mo b/sphinx/locale/vi/LC_MESSAGES/sphinx.mo index 56e0adcb41..11639fa8e2 100644 Binary files a/sphinx/locale/vi/LC_MESSAGES/sphinx.mo and b/sphinx/locale/vi/LC_MESSAGES/sphinx.mo differ diff --git a/sphinx/locale/vi/LC_MESSAGES/sphinx.po b/sphinx/locale/vi/LC_MESSAGES/sphinx.po index 29041f8db8..01bae6d8cf 100644 --- a/sphinx/locale/vi/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/vi/LC_MESSAGES/sphinx.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2019-02-18 01:52+0900\n" -"PO-Revision-Date: 2019-03-14 16:36+0000\n" +"POT-Creation-Date: 2019-03-29 01:05+0900\n" +"PO-Revision-Date: 2019-03-28 16:08+0000\n" "Last-Translator: Takeshi KOMIYA \n" "Language-Team: Vietnamese (http://www.transifex.com/sphinx-doc/sphinx-1/language/vi/)\n" "MIME-Version: 1.0\n" @@ -122,7 +122,7 @@ msgstr "" msgid "role %r is already registered, it will be overridden" msgstr "" -#: sphinx/application.py:1182 +#: sphinx/application.py:1179 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -130,7 +130,7 @@ msgid "" "explicit" msgstr "" -#: sphinx/application.py:1188 +#: sphinx/application.py:1185 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -138,7 +138,7 @@ msgid "" "explicit" msgstr "" -#: sphinx/application.py:1199 +#: sphinx/application.py:1196 #, python-format msgid "doing serial %s" msgstr "" @@ -587,44 +587,44 @@ msgstr "" msgid "preparing documents" msgstr "" -#: sphinx/builders/_epub_base.py:219 +#: sphinx/builders/_epub_base.py:218 #, python-format msgid "duplicated ToC entry found: %s" msgstr "" -#: sphinx/builders/_epub_base.py:415 sphinx/builders/html.py:761 -#: sphinx/builders/latex/__init__.py:413 sphinx/builders/texinfo.py:190 +#: sphinx/builders/_epub_base.py:414 sphinx/builders/html.py:761 +#: sphinx/builders/latex/__init__.py:415 sphinx/builders/texinfo.py:190 msgid "copying images... " msgstr "" -#: sphinx/builders/_epub_base.py:422 +#: sphinx/builders/_epub_base.py:421 #, python-format msgid "cannot read image file %r: copying it instead" msgstr "" -#: sphinx/builders/_epub_base.py:428 sphinx/builders/html.py:769 -#: sphinx/builders/latex/__init__.py:421 sphinx/builders/texinfo.py:198 +#: sphinx/builders/_epub_base.py:427 sphinx/builders/html.py:769 +#: sphinx/builders/latex/__init__.py:423 sphinx/builders/texinfo.py:199 #, python-format msgid "cannot copy image file %r: %s" msgstr "" -#: sphinx/builders/_epub_base.py:445 +#: sphinx/builders/_epub_base.py:444 #, python-format msgid "cannot write image file %r: %s" msgstr "" -#: sphinx/builders/_epub_base.py:456 +#: sphinx/builders/_epub_base.py:455 msgid "Pillow not found - copying image files" msgstr "" -#: sphinx/builders/_epub_base.py:491 sphinx/builders/_epub_base.py:504 -#: sphinx/builders/_epub_base.py:540 sphinx/builders/_epub_base.py:725 -#: sphinx/builders/_epub_base.py:758 sphinx/builders/epub3.py:184 +#: sphinx/builders/_epub_base.py:490 sphinx/builders/_epub_base.py:503 +#: sphinx/builders/_epub_base.py:539 sphinx/builders/_epub_base.py:724 +#: sphinx/builders/_epub_base.py:757 sphinx/builders/epub3.py:183 #, python-format msgid "writing %s file..." msgstr "" -#: sphinx/builders/_epub_base.py:566 +#: sphinx/builders/_epub_base.py:565 #, python-format msgid "unknown mimetype for %s, ignoring" msgstr "" @@ -643,19 +643,19 @@ msgstr "" msgid "writing summary file..." msgstr "" -#: sphinx/builders/changes.py:87 +#: sphinx/builders/changes.py:86 msgid "Builtins" msgstr "Dựng sẵn" -#: sphinx/builders/changes.py:89 +#: sphinx/builders/changes.py:88 msgid "Module level" msgstr "Mức mô-đun" -#: sphinx/builders/changes.py:134 +#: sphinx/builders/changes.py:133 msgid "copying source files..." msgstr "" -#: sphinx/builders/changes.py:141 +#: sphinx/builders/changes.py:140 #, python-format msgid "could not read %r for changelog creation" msgstr "" @@ -664,76 +664,76 @@ msgstr "" msgid "The dummy builder generates no files." msgstr "" -#: sphinx/builders/epub3.py:69 +#: sphinx/builders/epub3.py:68 #, python-format msgid "The ePub file is in %(outdir)s." msgstr "" -#: sphinx/builders/epub3.py:212 +#: sphinx/builders/epub3.py:211 msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:216 +#: sphinx/builders/epub3.py:215 msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:219 +#: sphinx/builders/epub3.py:218 msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:223 +#: sphinx/builders/epub3.py:222 msgid "conf value \"epub_author\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:226 +#: sphinx/builders/epub3.py:225 msgid "conf value \"epub_contributor\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:229 +#: sphinx/builders/epub3.py:228 msgid "conf value \"epub_description\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:232 +#: sphinx/builders/epub3.py:231 msgid "conf value \"epub_publisher\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:235 +#: sphinx/builders/epub3.py:234 msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:239 +#: sphinx/builders/epub3.py:238 msgid "conf value \"epub_identifier\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:242 +#: sphinx/builders/epub3.py:241 msgid "conf value \"version\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:257 sphinx/builders/html.py:1166 +#: sphinx/builders/epub3.py:256 sphinx/builders/html.py:1166 #, python-format msgid "invalid css_file: %r, ignored" msgstr "" -#: sphinx/builders/gettext.py:215 +#: sphinx/builders/gettext.py:221 #, python-format msgid "The message catalogs are in %(outdir)s." msgstr "" -#: sphinx/builders/gettext.py:239 +#: sphinx/builders/gettext.py:245 #, python-format msgid "building [%s]: " msgstr "" -#: sphinx/builders/gettext.py:240 +#: sphinx/builders/gettext.py:246 #, python-format msgid "targets for %d template files" msgstr "" -#: sphinx/builders/gettext.py:244 +#: sphinx/builders/gettext.py:250 msgid "reading templates... " msgstr "" -#: sphinx/builders/gettext.py:271 +#: sphinx/builders/gettext.py:277 msgid "writing message catalogs... " msgstr "" @@ -752,7 +752,7 @@ msgstr "" msgid "Failed to read build info file: %r" msgstr "" -#: sphinx/builders/html.py:488 sphinx/builders/latex/__init__.py:204 +#: sphinx/builders/html.py:488 sphinx/builders/latex/__init__.py:206 #: sphinx/transforms/__init__.py:121 sphinx/writers/manpage.py:118 #: sphinx/writers/texinfo.py:243 #, python-format @@ -805,7 +805,7 @@ msgstr "" msgid "html_static_path entry %r does not exist" msgstr "" -#: sphinx/builders/html.py:839 sphinx/builders/latex/__init__.py:398 +#: sphinx/builders/html.py:839 sphinx/builders/latex/__init__.py:400 #, python-format msgid "logo file %r does not exist" msgstr "" @@ -922,7 +922,7 @@ msgstr "" msgid "no \"man_pages\" config value found; no manual pages will be written" msgstr "" -#: sphinx/builders/latex/__init__.py:270 sphinx/builders/manpage.py:64 +#: sphinx/builders/latex/__init__.py:272 sphinx/builders/manpage.py:64 #: sphinx/builders/singlehtml.py:174 sphinx/builders/texinfo.py:120 msgid "writing" msgstr "" @@ -966,24 +966,24 @@ msgstr "" msgid "\"texinfo_documents\" config value references unknown document %s" msgstr "" -#: sphinx/builders/latex/__init__.py:253 sphinx/builders/texinfo.py:116 +#: sphinx/builders/latex/__init__.py:255 sphinx/builders/texinfo.py:116 #, python-format msgid "processing %s" msgstr "" -#: sphinx/builders/latex/__init__.py:322 sphinx/builders/texinfo.py:163 +#: sphinx/builders/latex/__init__.py:323 sphinx/builders/texinfo.py:164 msgid "resolving references..." msgstr "" -#: sphinx/builders/latex/__init__.py:332 sphinx/builders/texinfo.py:172 +#: sphinx/builders/latex/__init__.py:333 sphinx/builders/texinfo.py:173 msgid " (in " msgstr "(trong" -#: sphinx/builders/texinfo.py:204 +#: sphinx/builders/texinfo.py:205 msgid "copying Texinfo support files" msgstr "" -#: sphinx/builders/texinfo.py:208 +#: sphinx/builders/texinfo.py:209 #, python-format msgid "error writing file Makefile: %s" msgstr "" @@ -1003,28 +1003,28 @@ msgstr "" msgid "The pseudo-XML files are in %(outdir)s." msgstr "" -#: sphinx/builders/latex/__init__.py:121 +#: sphinx/builders/latex/__init__.py:123 #, python-format msgid "The LaTeX files are in %(outdir)s." msgstr "" -#: sphinx/builders/latex/__init__.py:123 +#: sphinx/builders/latex/__init__.py:125 msgid "" "\n" "Run 'make' in that directory to run these through (pdf)latex\n" "(use `make latexpdf' here to do that automatically)." msgstr "" -#: sphinx/builders/latex/__init__.py:163 +#: sphinx/builders/latex/__init__.py:165 msgid "no \"latex_documents\" config value found; no documents will be written" msgstr "" -#: sphinx/builders/latex/__init__.py:171 +#: sphinx/builders/latex/__init__.py:173 #, python-format msgid "\"latex_documents\" config value references unknown document %s" msgstr "" -#: sphinx/builders/latex/__init__.py:211 sphinx/domains/std.py:501 +#: sphinx/builders/latex/__init__.py:213 sphinx/domains/std.py:501 #: sphinx/templates/latex/latex.tex_t:79 #: sphinx/themes/basic/genindex-single.html:30 #: sphinx/themes/basic/genindex-single.html:55 @@ -1036,28 +1036,28 @@ msgstr "" msgid "Index" msgstr "" -#: sphinx/builders/latex/__init__.py:214 sphinx/templates/latex/latex.tex_t:64 +#: sphinx/builders/latex/__init__.py:216 sphinx/templates/latex/latex.tex_t:64 msgid "Release" msgstr "" -#: sphinx/builders/latex/__init__.py:222 sphinx/writers/latex.py:549 +#: sphinx/builders/latex/__init__.py:224 sphinx/writers/latex.py:549 #, python-format msgid "no Babel option known for language %r" msgstr "" -#: sphinx/builders/latex/__init__.py:361 +#: sphinx/builders/latex/__init__.py:363 msgid "copying TeX support files" msgstr "" -#: sphinx/builders/latex/__init__.py:382 +#: sphinx/builders/latex/__init__.py:384 msgid "copying TeX support files..." msgstr "" -#: sphinx/builders/latex/__init__.py:402 +#: sphinx/builders/latex/__init__.py:404 msgid "copying additional files" msgstr "" -#: sphinx/builders/latex/__init__.py:445 +#: sphinx/builders/latex/__init__.py:447 #, python-format msgid "Unknown configure key: latex_elements[%r]. ignored." msgstr "" @@ -1120,8 +1120,8 @@ msgstr "" msgid "job number should be a positive number" msgstr "" -#: sphinx/cmd/build.py:106 sphinx/cmd/quickstart.py:498 -#: sphinx/ext/apidoc.py:298 sphinx/ext/autosummary/generate.py:365 +#: sphinx/cmd/build.py:106 sphinx/cmd/quickstart.py:497 +#: sphinx/ext/apidoc.py:298 sphinx/ext/autosummary/generate.py:363 msgid "For more information, visit ." msgstr "" @@ -1498,13 +1498,13 @@ msgstr "" msgid "Indicate which of the following Sphinx extensions should be enabled:" msgstr "" -#: sphinx/cmd/quickstart.py:354 +#: sphinx/cmd/quickstart.py:353 msgid "" "Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " "been deselected." msgstr "" -#: sphinx/cmd/quickstart.py:359 +#: sphinx/cmd/quickstart.py:358 msgid "" "\n" "A Makefile and a Windows command file can be generated for you so that you\n" @@ -1512,29 +1512,29 @@ msgid "" "directly." msgstr "" -#: sphinx/cmd/quickstart.py:363 +#: sphinx/cmd/quickstart.py:362 msgid "Create Makefile? (y/n)" msgstr "" -#: sphinx/cmd/quickstart.py:366 +#: sphinx/cmd/quickstart.py:365 msgid "Create Windows command file? (y/n)" msgstr "" -#: sphinx/cmd/quickstart.py:409 sphinx/ext/apidoc.py:74 +#: sphinx/cmd/quickstart.py:408 sphinx/ext/apidoc.py:74 #, python-format msgid "Creating file %s." msgstr "" -#: sphinx/cmd/quickstart.py:414 sphinx/ext/apidoc.py:72 +#: sphinx/cmd/quickstart.py:413 sphinx/ext/apidoc.py:72 #, python-format msgid "File %s already exists, skipping." msgstr "" -#: sphinx/cmd/quickstart.py:450 +#: sphinx/cmd/quickstart.py:449 msgid "Finished: An initial directory structure has been created." msgstr "" -#: sphinx/cmd/quickstart.py:451 +#: sphinx/cmd/quickstart.py:450 #, python-format msgid "" "\n" @@ -1542,26 +1542,26 @@ msgid "" "source files. " msgstr "" -#: sphinx/cmd/quickstart.py:453 +#: sphinx/cmd/quickstart.py:452 msgid "" "Use the Makefile to build the docs, like so:\n" " make builder\n" msgstr "" -#: sphinx/cmd/quickstart.py:456 +#: sphinx/cmd/quickstart.py:455 #, python-format msgid "" "Use the sphinx-build command to build the docs, like so:\n" " sphinx-build -b builder %s %s\n" msgstr "" -#: sphinx/cmd/quickstart.py:459 +#: sphinx/cmd/quickstart.py:458 msgid "" "where \"builder\" is one of the supported builders, e.g. html, latex or " "linkcheck.\n" msgstr "" -#: sphinx/cmd/quickstart.py:499 +#: sphinx/cmd/quickstart.py:498 msgid "" "\n" "Generate required files for a Sphinx project.\n" @@ -1571,131 +1571,131 @@ msgid "" "Makefile to be used with sphinx-build.\n" msgstr "" -#: sphinx/cmd/quickstart.py:509 +#: sphinx/cmd/quickstart.py:508 msgid "quiet mode" msgstr "" -#: sphinx/cmd/quickstart.py:514 +#: sphinx/cmd/quickstart.py:513 msgid "output path" msgstr "" -#: sphinx/cmd/quickstart.py:516 +#: sphinx/cmd/quickstart.py:515 msgid "Structure options" msgstr "" -#: sphinx/cmd/quickstart.py:518 +#: sphinx/cmd/quickstart.py:517 msgid "if specified, separate source and build dirs" msgstr "" -#: sphinx/cmd/quickstart.py:520 +#: sphinx/cmd/quickstart.py:519 msgid "replacement for dot in _templates etc." msgstr "" -#: sphinx/cmd/quickstart.py:522 +#: sphinx/cmd/quickstart.py:521 msgid "Project basic options" msgstr "" -#: sphinx/cmd/quickstart.py:524 +#: sphinx/cmd/quickstart.py:523 msgid "project name" msgstr "" -#: sphinx/cmd/quickstart.py:526 +#: sphinx/cmd/quickstart.py:525 msgid "author names" msgstr "" -#: sphinx/cmd/quickstart.py:528 +#: sphinx/cmd/quickstart.py:527 msgid "version of project" msgstr "" -#: sphinx/cmd/quickstart.py:530 +#: sphinx/cmd/quickstart.py:529 msgid "release of project" msgstr "" -#: sphinx/cmd/quickstart.py:532 +#: sphinx/cmd/quickstart.py:531 msgid "document language" msgstr "" -#: sphinx/cmd/quickstart.py:534 +#: sphinx/cmd/quickstart.py:533 msgid "source file suffix" msgstr "" -#: sphinx/cmd/quickstart.py:536 +#: sphinx/cmd/quickstart.py:535 msgid "master document name" msgstr "" -#: sphinx/cmd/quickstart.py:538 +#: sphinx/cmd/quickstart.py:537 msgid "use epub" msgstr "" -#: sphinx/cmd/quickstart.py:540 +#: sphinx/cmd/quickstart.py:539 msgid "Extension options" msgstr "" -#: sphinx/cmd/quickstart.py:544 sphinx/ext/apidoc.py:379 +#: sphinx/cmd/quickstart.py:543 sphinx/ext/apidoc.py:379 #, python-format msgid "enable %s extension" msgstr "" -#: sphinx/cmd/quickstart.py:546 sphinx/ext/apidoc.py:375 +#: sphinx/cmd/quickstart.py:545 sphinx/ext/apidoc.py:375 msgid "enable arbitrary extensions" msgstr "" -#: sphinx/cmd/quickstart.py:548 +#: sphinx/cmd/quickstart.py:547 msgid "Makefile and Batchfile creation" msgstr "" -#: sphinx/cmd/quickstart.py:550 +#: sphinx/cmd/quickstart.py:549 msgid "create makefile" msgstr "" -#: sphinx/cmd/quickstart.py:552 +#: sphinx/cmd/quickstart.py:551 msgid "do not create makefile" msgstr "" -#: sphinx/cmd/quickstart.py:554 +#: sphinx/cmd/quickstart.py:553 msgid "create batchfile" msgstr "" -#: sphinx/cmd/quickstart.py:557 +#: sphinx/cmd/quickstart.py:556 msgid "do not create batchfile" msgstr "" -#: sphinx/cmd/quickstart.py:560 +#: sphinx/cmd/quickstart.py:559 msgid "use make-mode for Makefile/make.bat" msgstr "" -#: sphinx/cmd/quickstart.py:563 +#: sphinx/cmd/quickstart.py:562 msgid "do not use make-mode for Makefile/make.bat" msgstr "" -#: sphinx/cmd/quickstart.py:565 +#: sphinx/cmd/quickstart.py:564 msgid "Project templating" msgstr "" -#: sphinx/cmd/quickstart.py:568 +#: sphinx/cmd/quickstart.py:567 msgid "template directory for template files" msgstr "" -#: sphinx/cmd/quickstart.py:571 +#: sphinx/cmd/quickstart.py:570 msgid "define a template variable" msgstr "" -#: sphinx/cmd/quickstart.py:605 +#: sphinx/cmd/quickstart.py:604 msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." msgstr "" -#: sphinx/cmd/quickstart.py:619 +#: sphinx/cmd/quickstart.py:618 msgid "" "Error: specified path is not a directory, or sphinx files already exist." msgstr "" -#: sphinx/cmd/quickstart.py:621 +#: sphinx/cmd/quickstart.py:620 msgid "" "sphinx-quickstart only generate into a empty directory. Please specify a new" " root path." msgstr "" -#: sphinx/cmd/quickstart.py:636 +#: sphinx/cmd/quickstart.py:635 #, python-format msgid "Invalid template variable: %s" msgstr "" @@ -1767,17 +1767,17 @@ msgstr "Tác giả:" msgid "%s %s" msgstr "%s %s" -#: sphinx/domains/c.py:64 sphinx/domains/cpp.py:6371 +#: sphinx/domains/c.py:64 sphinx/domains/cpp.py:6445 #: sphinx/domains/python.py:210 sphinx/ext/napoleon/docstring.py:696 msgid "Parameters" msgstr "Tham số" -#: sphinx/domains/c.py:67 sphinx/domains/cpp.py:6380 -#: sphinx/domains/javascript.py:210 sphinx/domains/python.py:222 +#: sphinx/domains/c.py:67 sphinx/domains/cpp.py:6454 +#: sphinx/domains/javascript.py:209 sphinx/domains/python.py:222 msgid "Returns" msgstr "Trả về" -#: sphinx/domains/c.py:69 sphinx/domains/javascript.py:212 +#: sphinx/domains/c.py:69 sphinx/domains/javascript.py:211 #: sphinx/domains/python.py:224 msgid "Return type" msgstr "Kiểu trả về" @@ -1807,12 +1807,12 @@ msgstr "%s (kiểu C)" msgid "%s (C variable)" msgstr "%s (biến C)" -#: sphinx/domains/c.py:258 sphinx/domains/cpp.py:6956 -#: sphinx/domains/javascript.py:298 sphinx/domains/python.py:741 +#: sphinx/domains/c.py:258 sphinx/domains/cpp.py:7029 +#: sphinx/domains/javascript.py:297 sphinx/domains/python.py:742 msgid "function" msgstr "hàm" -#: sphinx/domains/c.py:259 sphinx/domains/cpp.py:6957 +#: sphinx/domains/c.py:259 sphinx/domains/cpp.py:7030 msgid "member" msgstr "thuộc tính" @@ -1820,7 +1820,7 @@ msgstr "thuộc tính" msgid "macro" msgstr "macro" -#: sphinx/domains/c.py:261 sphinx/domains/cpp.py:6958 +#: sphinx/domains/c.py:261 sphinx/domains/cpp.py:7031 msgid "type" msgstr "kiểu" @@ -1843,106 +1843,106 @@ msgstr "Thay đổi trong phiên bản %s" msgid "Deprecated since version %s" msgstr "Sắp loại bỏ từ phiên bản %s" -#: sphinx/domains/cpp.py:4297 +#: sphinx/domains/cpp.py:4323 #, python-format msgid "" "Duplicate declaration, also defined in '%s'.\n" "Declaration is '%s'." msgstr "" -#: sphinx/domains/cpp.py:6374 +#: sphinx/domains/cpp.py:6448 msgid "Template Parameters" msgstr "" -#: sphinx/domains/cpp.py:6377 sphinx/domains/javascript.py:207 +#: sphinx/domains/cpp.py:6451 sphinx/domains/javascript.py:206 msgid "Throws" msgstr "Ném" -#: sphinx/domains/cpp.py:6505 +#: sphinx/domains/cpp.py:6579 #, python-format msgid "%s (C++ %s)" msgstr "" -#: sphinx/domains/cpp.py:6954 sphinx/domains/javascript.py:300 -#: sphinx/domains/python.py:743 +#: sphinx/domains/cpp.py:7027 sphinx/domains/javascript.py:299 +#: sphinx/domains/python.py:744 msgid "class" msgstr "lớp" -#: sphinx/domains/cpp.py:6955 +#: sphinx/domains/cpp.py:7028 msgid "union" msgstr "" -#: sphinx/domains/cpp.py:6959 +#: sphinx/domains/cpp.py:7032 msgid "concept" msgstr "" -#: sphinx/domains/cpp.py:6960 +#: sphinx/domains/cpp.py:7033 msgid "enum" msgstr "" -#: sphinx/domains/cpp.py:6961 +#: sphinx/domains/cpp.py:7034 msgid "enumerator" msgstr "" -#: sphinx/domains/cpp.py:7054 +#: sphinx/domains/cpp.py:7127 #, python-format msgid "" "Duplicate declaration, also defined in '%s'.\n" "Name of declaration is '%s'." msgstr "" -#: sphinx/domains/javascript.py:131 sphinx/domains/python.py:429 +#: sphinx/domains/javascript.py:130 sphinx/domains/python.py:430 #, python-format msgid "%s() (built-in function)" msgstr "%s() (hàm dựng sẵn)" -#: sphinx/domains/javascript.py:132 sphinx/domains/python.py:494 +#: sphinx/domains/javascript.py:131 sphinx/domains/python.py:495 #, python-format msgid "%s() (%s method)" msgstr "%s() (phương thức %s)" -#: sphinx/domains/javascript.py:134 +#: sphinx/domains/javascript.py:133 #, python-format msgid "%s() (class)" msgstr "%s() (lớp)" -#: sphinx/domains/javascript.py:136 +#: sphinx/domains/javascript.py:135 #, python-format msgid "%s (global variable or constant)" msgstr "%s (biến toàn cục hoặc hằng số)" -#: sphinx/domains/javascript.py:138 sphinx/domains/python.py:532 +#: sphinx/domains/javascript.py:137 sphinx/domains/python.py:533 #, python-format msgid "%s (%s attribute)" msgstr "%s (thuộc tính %s)" -#: sphinx/domains/javascript.py:204 +#: sphinx/domains/javascript.py:203 msgid "Arguments" msgstr "Đối số" -#: sphinx/domains/javascript.py:265 sphinx/domains/python.py:609 +#: sphinx/domains/javascript.py:264 sphinx/domains/python.py:610 #, python-format msgid "%s (module)" msgstr "%s (mô-đun)" -#: sphinx/domains/javascript.py:299 sphinx/domains/python.py:745 +#: sphinx/domains/javascript.py:298 sphinx/domains/python.py:746 msgid "method" msgstr "phương thức" -#: sphinx/domains/javascript.py:301 sphinx/domains/python.py:742 +#: sphinx/domains/javascript.py:300 sphinx/domains/python.py:743 msgid "data" msgstr "dữ liệu" -#: sphinx/domains/javascript.py:302 sphinx/domains/python.py:748 +#: sphinx/domains/javascript.py:301 sphinx/domains/python.py:749 msgid "attribute" msgstr "thuộc tính" -#: sphinx/domains/javascript.py:303 sphinx/domains/python.py:49 -#: sphinx/domains/python.py:749 +#: sphinx/domains/javascript.py:302 sphinx/domains/python.py:49 +#: sphinx/domains/python.py:750 msgid "module" msgstr "mô-đun" -#: sphinx/domains/math.py:101 sphinx/writers/latex.py:2451 +#: sphinx/domains/math.py:101 sphinx/writers/latex.py:2459 #, python-format msgid "Invalid math_eqref_format: %r" msgstr "" @@ -1964,7 +1964,7 @@ msgstr "toán tử" msgid "object" msgstr "đối tượng" -#: sphinx/domains/python.py:53 sphinx/domains/python.py:744 +#: sphinx/domains/python.py:53 sphinx/domains/python.py:745 msgid "exception" msgstr "ngoại lệ" @@ -1984,88 +1984,88 @@ msgstr "Các biến" msgid "Raises" msgstr "Đưa ra" -#: sphinx/domains/python.py:430 sphinx/domains/python.py:488 -#: sphinx/domains/python.py:500 sphinx/domains/python.py:513 +#: sphinx/domains/python.py:431 sphinx/domains/python.py:489 +#: sphinx/domains/python.py:501 sphinx/domains/python.py:514 #, python-format msgid "%s() (in module %s)" msgstr "%s() (trong mô-đun %s)" -#: sphinx/domains/python.py:433 +#: sphinx/domains/python.py:434 #, python-format msgid "%s (built-in variable)" msgstr "%s (biến dựng sẵn)" -#: sphinx/domains/python.py:434 sphinx/domains/python.py:526 +#: sphinx/domains/python.py:435 sphinx/domains/python.py:527 #, python-format msgid "%s (in module %s)" msgstr "%s (trong mô-đun %s)" -#: sphinx/domains/python.py:454 +#: sphinx/domains/python.py:455 #, python-format msgid "%s (built-in class)" msgstr "%s (lớp dựng sẵn)" -#: sphinx/domains/python.py:455 +#: sphinx/domains/python.py:456 #, python-format msgid "%s (class in %s)" msgstr "%s (lớp trong %s)" -#: sphinx/domains/python.py:492 +#: sphinx/domains/python.py:493 #, python-format msgid "%s() (%s.%s method)" msgstr "%s() (phương thức %s.%s) " -#: sphinx/domains/python.py:504 +#: sphinx/domains/python.py:505 #, python-format msgid "%s() (%s.%s static method)" msgstr "%s() (phương thức tĩnh %s.%s)" -#: sphinx/domains/python.py:507 +#: sphinx/domains/python.py:508 #, python-format msgid "%s() (%s static method)" msgstr "%s() (phương thức tĩnh %s)" -#: sphinx/domains/python.py:517 +#: sphinx/domains/python.py:518 #, python-format msgid "%s() (%s.%s class method)" msgstr "%s() (phương thức lớp %s.%s)" -#: sphinx/domains/python.py:520 +#: sphinx/domains/python.py:521 #, python-format msgid "%s() (%s class method)" msgstr "%s() (phương thức lớp %s)" -#: sphinx/domains/python.py:530 +#: sphinx/domains/python.py:531 #, python-format msgid "%s (%s.%s attribute)" msgstr "%s (thuộc tính %s.%s)" -#: sphinx/domains/python.py:667 +#: sphinx/domains/python.py:668 msgid "Python Module Index" msgstr "Chỉ Mục Mô-đun Python" -#: sphinx/domains/python.py:668 +#: sphinx/domains/python.py:669 msgid "modules" msgstr "các mô-đun" -#: sphinx/domains/python.py:719 +#: sphinx/domains/python.py:720 msgid "Deprecated" msgstr "Sắp loại bỏ" -#: sphinx/domains/python.py:746 +#: sphinx/domains/python.py:747 msgid "class method" msgstr "phương thức lớp" -#: sphinx/domains/python.py:747 +#: sphinx/domains/python.py:748 msgid "static method" msgstr "phương thức tĩnh" -#: sphinx/domains/python.py:879 +#: sphinx/domains/python.py:880 #, python-format msgid "more than one target found for cross-reference %r: %s" msgstr "" -#: sphinx/domains/python.py:917 +#: sphinx/domains/python.py:918 msgid " (deprecated)" msgstr "(sắp loại bỏ)" @@ -2141,7 +2141,7 @@ msgstr "" msgid "duplicate citation %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:631 sphinx/ext/autosectionlabel.py:61 +#: sphinx/domains/std.py:631 sphinx/ext/autosectionlabel.py:56 #, python-format msgid "duplicate label %s, other instance in %s" msgstr "" @@ -2201,21 +2201,21 @@ msgid "" "another doctree directory." msgstr "" -#: sphinx/environment/__init__.py:408 +#: sphinx/environment/__init__.py:404 #, python-format msgid "Failed to scan documents in %s: %r" msgstr "" -#: sphinx/environment/__init__.py:536 +#: sphinx/environment/__init__.py:532 #, python-format msgid "Domain %r is not registered" msgstr "" -#: sphinx/environment/__init__.py:621 +#: sphinx/environment/__init__.py:617 msgid "self referenced toctree found. Ignored." msgstr "" -#: sphinx/environment/__init__.py:662 +#: sphinx/environment/__init__.py:658 msgid "document isn't included in any toctree" msgstr "" @@ -2235,6 +2235,7 @@ msgid "unknown index entry type %r" msgstr "" #: sphinx/environment/adapters/indexentries.py:156 +#: sphinx/templates/latex/sphinxmessages.sty_t:11 msgid "Symbols" msgstr "Biểu tượng" @@ -2260,22 +2261,22 @@ msgstr "" msgid "toctree contains reference to nonexisting document %r" msgstr "" -#: sphinx/environment/collectors/asset.py:91 +#: sphinx/environment/collectors/asset.py:90 #, python-format msgid "image file not readable: %s" msgstr "" -#: sphinx/environment/collectors/asset.py:107 +#: sphinx/environment/collectors/asset.py:106 #, python-format msgid "image file %s not readable: %s" msgstr "" -#: sphinx/environment/collectors/asset.py:135 +#: sphinx/environment/collectors/asset.py:134 #, python-format msgid "download file not readable: %s" msgstr "" -#: sphinx/environment/collectors/toctree.py:197 +#: sphinx/environment/collectors/toctree.py:196 #, python-format msgid "%s is already assigned section numbers (nested numbered toctree?)" msgstr "" @@ -2419,38 +2420,38 @@ msgstr "" msgid "module %s could not be imported: %s" msgstr "" -#: sphinx/ext/doctest.py:142 +#: sphinx/ext/doctest.py:132 #, python-format msgid "missing '+' or '-' in '%s' option." msgstr "" -#: sphinx/ext/doctest.py:147 +#: sphinx/ext/doctest.py:137 #, python-format msgid "'%s' is not a valid option." msgstr "" -#: sphinx/ext/doctest.py:161 +#: sphinx/ext/doctest.py:151 #, python-format msgid "'%s' is not a valid pyversion option" msgstr "" -#: sphinx/ext/doctest.py:230 +#: sphinx/ext/doctest.py:222 msgid "invalid TestCode type" msgstr "" -#: sphinx/ext/doctest.py:291 +#: sphinx/ext/doctest.py:283 #, python-format msgid "" "Testing of doctests in the sources finished, look at the results in " "%(outdir)s/output.txt." msgstr "" -#: sphinx/ext/doctest.py:438 +#: sphinx/ext/doctest.py:446 #, python-format msgid "no code/output in %s block at %s:%s" msgstr "" -#: sphinx/ext/doctest.py:527 +#: sphinx/ext/doctest.py:535 #, python-format msgid "ignoring invalid doctest code: %r" msgstr "" @@ -2468,7 +2469,7 @@ msgstr "" msgid "Ignoring \"graphviz\" directive without content." msgstr "" -#: sphinx/ext/graphviz.py:252 +#: sphinx/ext/graphviz.py:250 #, python-format msgid "" "dot did not produce an output file:\n" @@ -2478,14 +2479,14 @@ msgid "" "%r" msgstr "" -#: sphinx/ext/graphviz.py:256 +#: sphinx/ext/graphviz.py:254 #, python-format msgid "" "dot command %r cannot be run (needed for graphviz output), check the " "graphviz_dot setting" msgstr "" -#: sphinx/ext/graphviz.py:263 +#: sphinx/ext/graphviz.py:261 #, python-format msgid "" "dot exited with error:\n" @@ -2495,23 +2496,23 @@ msgid "" "%r" msgstr "" -#: sphinx/ext/graphviz.py:273 +#: sphinx/ext/graphviz.py:271 #, python-format msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" msgstr "" -#: sphinx/ext/graphviz.py:277 sphinx/ext/graphviz.py:331 -#: sphinx/ext/graphviz.py:369 +#: sphinx/ext/graphviz.py:275 sphinx/ext/graphviz.py:329 +#: sphinx/ext/graphviz.py:367 #, python-format msgid "dot code %r: %s" msgstr "" -#: sphinx/ext/graphviz.py:384 sphinx/ext/graphviz.py:393 +#: sphinx/ext/graphviz.py:382 sphinx/ext/graphviz.py:391 #, python-format msgid "[graph: %s]" msgstr "" -#: sphinx/ext/graphviz.py:386 sphinx/ext/graphviz.py:395 +#: sphinx/ext/graphviz.py:384 sphinx/ext/graphviz.py:393 msgid "[graph]" msgstr "" @@ -2530,31 +2531,31 @@ msgid "" "%r" msgstr "" -#: sphinx/ext/imgmath.py:140 +#: sphinx/ext/imgmath.py:139 #, python-format msgid "" "LaTeX command %r cannot be run (needed for math display), check the " "imgmath_latex setting" msgstr "" -#: sphinx/ext/imgmath.py:155 +#: sphinx/ext/imgmath.py:154 #, python-format msgid "" "%s command %r cannot be run (needed for math display), check the imgmath_%s " "setting" msgstr "" -#: sphinx/ext/imgmath.py:290 +#: sphinx/ext/imgmath.py:289 #, python-format msgid "display latex %r: %s" msgstr "" -#: sphinx/ext/imgmath.py:317 +#: sphinx/ext/imgmath.py:316 #, python-format msgid "inline latex %r: %s" msgstr "" -#: sphinx/ext/imgmath.py:324 sphinx/ext/mathjax.py:54 +#: sphinx/ext/imgmath.py:323 sphinx/ext/mathjax.py:54 msgid "Permalink to this equation" msgstr "" @@ -2574,26 +2575,26 @@ msgid "" "alternatives:" msgstr "" -#: sphinx/ext/intersphinx.py:237 +#: sphinx/ext/intersphinx.py:238 msgid "failed to reach any of the inventories with the following issues:" msgstr "" -#: sphinx/ext/intersphinx.py:312 +#: sphinx/ext/intersphinx.py:311 #, python-format msgid "(in %s v%s)" msgstr "" -#: sphinx/ext/intersphinx.py:314 +#: sphinx/ext/intersphinx.py:313 #, python-format msgid "(in %s)" msgstr "" -#: sphinx/ext/intersphinx.py:348 +#: sphinx/ext/intersphinx.py:347 #, python-format msgid "intersphinx identifier %r is not string. Ignored" msgstr "" -#: sphinx/ext/intersphinx.py:361 +#: sphinx/ext/intersphinx.py:360 #, python-format msgid "Fail to read intersphinx_mapping[%s], Ignored: %r" msgstr "" @@ -2649,29 +2650,29 @@ msgstr "" msgid "

All modules for which code is available

" msgstr "" -#: sphinx/ext/autodoc/__init__.py:302 +#: sphinx/ext/autodoc/__init__.py:300 #, python-format msgid "invalid signature for auto%s (%r)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:402 +#: sphinx/ext/autodoc/__init__.py:400 #, python-format msgid "error while formatting arguments for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:514 +#: sphinx/ext/autodoc/__init__.py:512 #, python-format msgid "missing attribute %s in object %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:602 +#: sphinx/ext/autodoc/__init__.py:600 #, python-format msgid "" "autodoc: failed to determine %r to be documented.the following exception was raised:\n" "%s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:694 +#: sphinx/ext/autodoc/__init__.py:692 #, python-format msgid "" "don't know which module to import for autodocumenting %r (try placing a " @@ -2679,39 +2680,39 @@ msgid "" "explicit module name)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:788 +#: sphinx/ext/autodoc/__init__.py:786 msgid "\"::\" in automodule name doesn't make sense" msgstr "" -#: sphinx/ext/autodoc/__init__.py:796 +#: sphinx/ext/autodoc/__init__.py:794 #, python-format msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:829 +#: sphinx/ext/autodoc/__init__.py:827 #, python-format msgid "" "__all__ should be a list of strings, not %r (in module %s) -- ignoring " "__all__" msgstr "" -#: sphinx/ext/autodoc/__init__.py:844 +#: sphinx/ext/autodoc/__init__.py:842 #, python-format msgid "" "missing attribute mentioned in :members: or __all__: module %s, attribute %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1128 +#: sphinx/ext/autodoc/__init__.py:1126 #, python-format msgid "Bases: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1185 +#: sphinx/ext/autodoc/__init__.py:1183 #, python-format msgid "alias of :class:`%s`" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1470 +#: sphinx/ext/autodoc/__init__.py:1468 #, python-format msgid "Ignoring invalid option in autodoc_default_flags: %r" msgstr "" @@ -2747,17 +2748,17 @@ msgid "" "contain .rst. Skipped." msgstr "" -#: sphinx/ext/autosummary/generate.py:102 +#: sphinx/ext/autosummary/generate.py:100 #, python-format msgid "[autosummary] generating autosummary for: %s" msgstr "" -#: sphinx/ext/autosummary/generate.py:106 +#: sphinx/ext/autosummary/generate.py:104 #, python-format msgid "[autosummary] writing to %s" msgstr "" -#: sphinx/ext/autosummary/generate.py:366 +#: sphinx/ext/autosummary/generate.py:364 msgid "" "\n" "Generate ReStructuredText using autosummary directives.\n" @@ -2772,25 +2773,25 @@ msgid "" " pydoc sphinx.ext.autosummary\n" msgstr "" -#: sphinx/ext/autosummary/generate.py:383 +#: sphinx/ext/autosummary/generate.py:381 msgid "source files to generate rST files for" msgstr "" -#: sphinx/ext/autosummary/generate.py:387 +#: sphinx/ext/autosummary/generate.py:385 msgid "directory to place all output in" msgstr "" -#: sphinx/ext/autosummary/generate.py:390 +#: sphinx/ext/autosummary/generate.py:388 #, python-format msgid "default suffix for files (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:394 +#: sphinx/ext/autosummary/generate.py:392 #, python-format msgid "custom template directory (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:398 +#: sphinx/ext/autosummary/generate.py:396 #, python-format msgid "document imported members (default: %(default)s)" msgstr "" @@ -2868,6 +2869,7 @@ msgid "Warning" msgstr "Cảnh báo" #: sphinx/templates/latex/longtable.tex_t:23 +#: sphinx/templates/latex/sphinxmessages.sty_t:8 msgid "continued from previous page" msgstr "" @@ -2875,13 +2877,29 @@ msgstr "" msgid "Continued on next page" msgstr "" +#: sphinx/templates/latex/sphinxmessages.sty_t:9 +msgid "continues on next page" +msgstr "" + +#: sphinx/templates/latex/sphinxmessages.sty_t:10 +msgid "Non-alphabetical" +msgstr "" + +#: sphinx/templates/latex/sphinxmessages.sty_t:12 +msgid "Numbers" +msgstr "" + +#: sphinx/templates/latex/sphinxmessages.sty_t:13 +msgid "page" +msgstr "" + #: sphinx/themes/agogo/layout.html:46 sphinx/themes/basic/globaltoc.html:10 #: sphinx/themes/basic/localtoc.html:11 sphinx/themes/scrolls/layout.html:41 msgid "Table of Contents" msgstr "" #: sphinx/themes/agogo/layout.html:51 sphinx/themes/basic/layout.html:153 -#: sphinx/themes/basic/search.html:11 sphinx/themes/basic/search.html:26 +#: sphinx/themes/basic/search.html:11 sphinx/themes/basic/search.html:21 #: sphinx/themes/basic/searchresults.html:10 msgid "Search" msgstr "Tìm Kiếm" @@ -3018,13 +3036,13 @@ msgstr "Chủ đề tiếp" msgid "next chapter" msgstr "chương tiếp" -#: sphinx/themes/basic/search.html:30 +#: sphinx/themes/basic/search.html:25 msgid "" "Please activate JavaScript to enable the search\n" " functionality." msgstr "Hãy bật JavaScript để dùng tính năng\ntìm kiếm." -#: sphinx/themes/basic/search.html:35 +#: sphinx/themes/basic/search.html:30 msgid "" "From here you can search these documents. Enter your search\n" " words into the box below and click \"search\". Note that the search\n" @@ -3032,20 +3050,20 @@ msgid "" " containing fewer words won't appear in the result list." msgstr "" -#: sphinx/themes/basic/search.html:42 +#: sphinx/themes/basic/search.html:37 #: sphinx/themes/basic/searchresults.html:17 msgid "search" msgstr "" -#: sphinx/themes/basic/search.html:46 +#: sphinx/themes/basic/search.html:41 #: sphinx/themes/basic/searchresults.html:21 -#: sphinx/themes/basic/static/searchtools.js:295 +#: sphinx/themes/basic/static/searchtools.js:285 msgid "Search Results" msgstr "" -#: sphinx/themes/basic/search.html:48 +#: sphinx/themes/basic/search.html:43 #: sphinx/themes/basic/searchresults.html:23 -#: sphinx/themes/basic/static/searchtools.js:297 +#: sphinx/themes/basic/static/searchtools.js:287 msgid "" "Your search did not match any documents. Please make sure that all words are" " spelled correctly and that you've selected enough categories." @@ -3103,20 +3121,20 @@ msgstr "" msgid "Hide Search Matches" msgstr "" -#: sphinx/themes/basic/static/searchtools.js:131 +#: sphinx/themes/basic/static/searchtools.js:121 msgid "Searching" msgstr "" -#: sphinx/themes/basic/static/searchtools.js:136 +#: sphinx/themes/basic/static/searchtools.js:126 msgid "Preparing search..." msgstr "" -#: sphinx/themes/basic/static/searchtools.js:299 +#: sphinx/themes/basic/static/searchtools.js:289 #, python-format msgid "Search finished, found %s page(s) matching the search query." msgstr "" -#: sphinx/themes/basic/static/searchtools.js:352 +#: sphinx/themes/basic/static/searchtools.js:342 msgid ", in " msgstr "" @@ -3133,18 +3151,18 @@ msgstr "" msgid "Contents" msgstr "Nội dung" -#: sphinx/transforms/__init__.py:259 +#: sphinx/transforms/__init__.py:261 #, python-format msgid "" "4 column based index found. It might be a bug of extensions you use: %r" msgstr "" -#: sphinx/transforms/__init__.py:301 +#: sphinx/transforms/__init__.py:303 #, python-format msgid "Footnote [%s] is not referenced." msgstr "" -#: sphinx/transforms/__init__.py:307 +#: sphinx/transforms/__init__.py:309 msgid "Footnote [#] is not referenced." msgstr "" @@ -3215,7 +3233,7 @@ msgstr "" msgid "failed" msgstr "" -#: sphinx/util/docutils.py:321 +#: sphinx/util/docutils.py:320 msgid "when adding directive classes, no additional arguments may be given" msgstr "" @@ -3276,15 +3294,15 @@ msgstr "" msgid "Permalink to this code" msgstr "" -#: sphinx/writers/html.py:514 sphinx/writers/html5.py:460 +#: sphinx/writers/html.py:512 sphinx/writers/html5.py:458 msgid "Permalink to this image" msgstr "" -#: sphinx/writers/html.py:516 sphinx/writers/html5.py:462 +#: sphinx/writers/html.py:514 sphinx/writers/html5.py:460 msgid "Permalink to this toctree" msgstr "" -#: sphinx/writers/html.py:674 sphinx/writers/html5.py:608 +#: sphinx/writers/html.py:672 sphinx/writers/html5.py:606 msgid "Could not obtain image size. :scale: option is ignored." msgstr "" @@ -3321,12 +3339,12 @@ msgstr "" msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: sphinx/writers/latex.py:1843 +#: sphinx/writers/latex.py:1847 #, python-format msgid "unknown index entry type %s found" msgstr "" -#: sphinx/writers/latex.py:2552 +#: sphinx/writers/latex.py:2560 #, python-format msgid "Unknown configure key: latex_elements[%r] is ignored." msgstr "" @@ -3344,12 +3362,12 @@ msgstr "" msgid "caption not inside a figure." msgstr "" -#: sphinx/writers/texinfo.py:1421 +#: sphinx/writers/texinfo.py:1422 #, python-format msgid "unimplemented node type: %r" msgstr "" -#: sphinx/writers/texinfo.py:1426 +#: sphinx/writers/texinfo.py:1427 #, python-format msgid "unknown node type: %r" msgstr "" diff --git a/sphinx/locale/zh_CN/LC_MESSAGES/sphinx.mo b/sphinx/locale/zh_CN/LC_MESSAGES/sphinx.mo index 9b92ff0e83..e346cd8990 100644 Binary files a/sphinx/locale/zh_CN/LC_MESSAGES/sphinx.mo and b/sphinx/locale/zh_CN/LC_MESSAGES/sphinx.mo differ diff --git a/sphinx/locale/zh_CN/LC_MESSAGES/sphinx.po b/sphinx/locale/zh_CN/LC_MESSAGES/sphinx.po index ebaaa50009..a5c28080bc 100644 --- a/sphinx/locale/zh_CN/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/zh_CN/LC_MESSAGES/sphinx.po @@ -16,9 +16,9 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2019-02-18 01:52+0900\n" -"PO-Revision-Date: 2019-03-14 16:36+0000\n" -"Last-Translator: Takeshi KOMIYA \n" +"POT-Creation-Date: 2019-03-29 01:05+0900\n" +"PO-Revision-Date: 2019-03-28 16:09+0000\n" +"Last-Translator: Yinian Chin \n" "Language-Team: Chinese (China) (http://www.transifex.com/sphinx-doc/sphinx-1/language/zh_CN/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -130,7 +130,7 @@ msgstr "" msgid "role %r is already registered, it will be overridden" msgstr "" -#: sphinx/application.py:1182 +#: sphinx/application.py:1179 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -138,7 +138,7 @@ msgid "" "explicit" msgstr "扩展 %s 没有声明是否并行读取安全,默认假定为否 - 请联系扩展作者检查是否支持该特性并显式声明" -#: sphinx/application.py:1188 +#: sphinx/application.py:1185 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -146,7 +146,7 @@ msgid "" "explicit" msgstr "%s 扩展没有声明是否并行写入安全,默认假定为否 - 请联系扩展作者检查是否支持该特性并显式声明" -#: sphinx/application.py:1199 +#: sphinx/application.py:1196 #, python-format msgid "doing serial %s" msgstr "执行顺序 %s" @@ -402,9 +402,7 @@ msgstr "公式渲染器 %s 已注册" msgid "" "the extension %r was already merged with Sphinx since version %s; this " "extension is ignored." -msgstr "" -"the extension %r was already merged with Sphinx since version %s; this " -"extension is ignored." +msgstr "自版本 %s 开始,扩展 %r 已合并至 Sphinx;该扩展被忽略。" #: sphinx/registry.py:475 msgid "Original exception:\n" @@ -597,44 +595,44 @@ msgstr "写入文档:%s" msgid "preparing documents" msgstr "" -#: sphinx/builders/_epub_base.py:219 +#: sphinx/builders/_epub_base.py:218 #, python-format msgid "duplicated ToC entry found: %s" msgstr "" -#: sphinx/builders/_epub_base.py:415 sphinx/builders/html.py:761 -#: sphinx/builders/latex/__init__.py:413 sphinx/builders/texinfo.py:190 +#: sphinx/builders/_epub_base.py:414 sphinx/builders/html.py:761 +#: sphinx/builders/latex/__init__.py:415 sphinx/builders/texinfo.py:190 msgid "copying images... " msgstr "复制图像……" -#: sphinx/builders/_epub_base.py:422 +#: sphinx/builders/_epub_base.py:421 #, python-format msgid "cannot read image file %r: copying it instead" msgstr "无法读取图像文件 %r:直接复制" -#: sphinx/builders/_epub_base.py:428 sphinx/builders/html.py:769 -#: sphinx/builders/latex/__init__.py:421 sphinx/builders/texinfo.py:198 +#: sphinx/builders/_epub_base.py:427 sphinx/builders/html.py:769 +#: sphinx/builders/latex/__init__.py:423 sphinx/builders/texinfo.py:199 #, python-format msgid "cannot copy image file %r: %s" msgstr "无法复制图像文件 %r:%s" -#: sphinx/builders/_epub_base.py:445 +#: sphinx/builders/_epub_base.py:444 #, python-format msgid "cannot write image file %r: %s" msgstr "无法写入图像文件 %r:%s" -#: sphinx/builders/_epub_base.py:456 +#: sphinx/builders/_epub_base.py:455 msgid "Pillow not found - copying image files" msgstr "" -#: sphinx/builders/_epub_base.py:491 sphinx/builders/_epub_base.py:504 -#: sphinx/builders/_epub_base.py:540 sphinx/builders/_epub_base.py:725 -#: sphinx/builders/_epub_base.py:758 sphinx/builders/epub3.py:184 +#: sphinx/builders/_epub_base.py:490 sphinx/builders/_epub_base.py:503 +#: sphinx/builders/_epub_base.py:539 sphinx/builders/_epub_base.py:724 +#: sphinx/builders/_epub_base.py:757 sphinx/builders/epub3.py:183 #, python-format msgid "writing %s file..." msgstr "正在写入 %s 文件……" -#: sphinx/builders/_epub_base.py:566 +#: sphinx/builders/_epub_base.py:565 #, python-format msgid "unknown mimetype for %s, ignoring" msgstr "%s 的 MIME 类型未知,将被忽略" @@ -653,19 +651,19 @@ msgstr "%s 版本中没有做出修改。" msgid "writing summary file..." msgstr "" -#: sphinx/builders/changes.py:87 +#: sphinx/builders/changes.py:86 msgid "Builtins" msgstr "内置" -#: sphinx/builders/changes.py:89 +#: sphinx/builders/changes.py:88 msgid "Module level" msgstr "模块级别" -#: sphinx/builders/changes.py:134 +#: sphinx/builders/changes.py:133 msgid "copying source files..." msgstr "复制源文件……" -#: sphinx/builders/changes.py:141 +#: sphinx/builders/changes.py:140 #, python-format msgid "could not read %r for changelog creation" msgstr "创建变更记录时无法读取 %r" @@ -674,76 +672,76 @@ msgstr "创建变更记录时无法读取 %r" msgid "The dummy builder generates no files." msgstr "伪构建器不生成文件。" -#: sphinx/builders/epub3.py:69 +#: sphinx/builders/epub3.py:68 #, python-format msgid "The ePub file is in %(outdir)s." msgstr "ePub 文件保存在 %(outdir)s 目录。" -#: sphinx/builders/epub3.py:212 +#: sphinx/builders/epub3.py:211 msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" msgstr "对于 EPUB3 格式,配置项“epub_language”(或“language”)不能为空" -#: sphinx/builders/epub3.py:216 +#: sphinx/builders/epub3.py:215 msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" msgstr "对于 EPUB3 格式,配置项“epub_uid”应为 XML 名称" -#: sphinx/builders/epub3.py:219 +#: sphinx/builders/epub3.py:218 msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" msgstr "对于 EPUB3 格式,配置项“epub_title”(或“html_title”)不能为空" -#: sphinx/builders/epub3.py:223 +#: sphinx/builders/epub3.py:222 msgid "conf value \"epub_author\" should not be empty for EPUB3" msgstr "对于 EPUB3 格式,配置项“epub_author”不能为空" -#: sphinx/builders/epub3.py:226 +#: sphinx/builders/epub3.py:225 msgid "conf value \"epub_contributor\" should not be empty for EPUB3" msgstr "对于 EPUB3 格式,配置项“epub_contributor”不能为空" -#: sphinx/builders/epub3.py:229 +#: sphinx/builders/epub3.py:228 msgid "conf value \"epub_description\" should not be empty for EPUB3" msgstr "对于 EPUB3 格式,配置项“epub_description”不能为空" -#: sphinx/builders/epub3.py:232 +#: sphinx/builders/epub3.py:231 msgid "conf value \"epub_publisher\" should not be empty for EPUB3" msgstr "对于 EPUB3 格式,配置项“epub_publisher”不能为空" -#: sphinx/builders/epub3.py:235 +#: sphinx/builders/epub3.py:234 msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" msgstr "对于 EPUB3 格式,配置项“epub_copyright”(或“copyright”)不能为空" -#: sphinx/builders/epub3.py:239 +#: sphinx/builders/epub3.py:238 msgid "conf value \"epub_identifier\" should not be empty for EPUB3" msgstr "对于 EPUB3 格式,配置项“epub_identifier”不能为空" -#: sphinx/builders/epub3.py:242 +#: sphinx/builders/epub3.py:241 msgid "conf value \"version\" should not be empty for EPUB3" msgstr "对于 EPUB3 格式,配置项“version”不能为空" -#: sphinx/builders/epub3.py:257 sphinx/builders/html.py:1166 +#: sphinx/builders/epub3.py:256 sphinx/builders/html.py:1166 #, python-format msgid "invalid css_file: %r, ignored" msgstr "无效的 css_file:%r,已忽略" -#: sphinx/builders/gettext.py:215 +#: sphinx/builders/gettext.py:221 #, python-format msgid "The message catalogs are in %(outdir)s." msgstr "消息目录保存在 %(outdir)s 目录。" -#: sphinx/builders/gettext.py:239 +#: sphinx/builders/gettext.py:245 #, python-format msgid "building [%s]: " msgstr "构建 [%s]:" -#: sphinx/builders/gettext.py:240 +#: sphinx/builders/gettext.py:246 #, python-format msgid "targets for %d template files" msgstr "%d 个模板文件的目标文件" -#: sphinx/builders/gettext.py:244 +#: sphinx/builders/gettext.py:250 msgid "reading templates... " msgstr "读取模板……" -#: sphinx/builders/gettext.py:271 +#: sphinx/builders/gettext.py:277 msgid "writing message catalogs... " msgstr "写入消息目录……" @@ -762,7 +760,7 @@ msgstr "HTML 页面保存在 %(outdir)s 目录。" msgid "Failed to read build info file: %r" msgstr "读取构建信息文件失败:%r" -#: sphinx/builders/html.py:488 sphinx/builders/latex/__init__.py:204 +#: sphinx/builders/html.py:488 sphinx/builders/latex/__init__.py:206 #: sphinx/transforms/__init__.py:121 sphinx/writers/manpage.py:118 #: sphinx/writers/texinfo.py:243 #, python-format @@ -815,7 +813,7 @@ msgstr "复制静态文件……" msgid "html_static_path entry %r does not exist" msgstr "html_static_path 指向的 %r 不存在" -#: sphinx/builders/html.py:839 sphinx/builders/latex/__init__.py:398 +#: sphinx/builders/html.py:839 sphinx/builders/latex/__init__.py:400 #, python-format msgid "logo file %r does not exist" msgstr "Logo 文件 %r 不存在" @@ -932,7 +930,7 @@ msgstr "手册页保存在 %(outdir)s 目录。" msgid "no \"man_pages\" config value found; no manual pages will be written" msgstr "未找到“man_pages”配置项,不会写入手册页" -#: sphinx/builders/latex/__init__.py:270 sphinx/builders/manpage.py:64 +#: sphinx/builders/latex/__init__.py:272 sphinx/builders/manpage.py:64 #: sphinx/builders/singlehtml.py:174 sphinx/builders/texinfo.py:120 msgid "writing" msgstr "" @@ -976,24 +974,24 @@ msgstr "未找到“texinfo_documents”配置项,不会写入文档" msgid "\"texinfo_documents\" config value references unknown document %s" msgstr "配置项“texinfo_documents”引用了未知文档 %s" -#: sphinx/builders/latex/__init__.py:253 sphinx/builders/texinfo.py:116 +#: sphinx/builders/latex/__init__.py:255 sphinx/builders/texinfo.py:116 #, python-format msgid "processing %s" msgstr "" -#: sphinx/builders/latex/__init__.py:322 sphinx/builders/texinfo.py:163 +#: sphinx/builders/latex/__init__.py:323 sphinx/builders/texinfo.py:164 msgid "resolving references..." msgstr "解析引用……" -#: sphinx/builders/latex/__init__.py:332 sphinx/builders/texinfo.py:172 +#: sphinx/builders/latex/__init__.py:333 sphinx/builders/texinfo.py:173 msgid " (in " msgstr "(在" -#: sphinx/builders/texinfo.py:204 +#: sphinx/builders/texinfo.py:205 msgid "copying Texinfo support files" msgstr "" -#: sphinx/builders/texinfo.py:208 +#: sphinx/builders/texinfo.py:209 #, python-format msgid "error writing file Makefile: %s" msgstr "" @@ -1013,28 +1011,28 @@ msgstr "XML 文件保存在 %(outdir)s 目录。" msgid "The pseudo-XML files are in %(outdir)s." msgstr "伪 XML 文件保存在 %(outdir)s。" -#: sphinx/builders/latex/__init__.py:121 +#: sphinx/builders/latex/__init__.py:123 #, python-format msgid "The LaTeX files are in %(outdir)s." msgstr "LaTex 文件保存在 %(outdir)s 目录。" -#: sphinx/builders/latex/__init__.py:123 +#: sphinx/builders/latex/__init__.py:125 msgid "" "\n" "Run 'make' in that directory to run these through (pdf)latex\n" "(use `make latexpdf' here to do that automatically)." msgstr "\n在该目录下运行“make”以通过 (pdf)latex 运行这些 LaTex 文件\n(在此处用“make latexpdf”即可自动执行)。" -#: sphinx/builders/latex/__init__.py:163 +#: sphinx/builders/latex/__init__.py:165 msgid "no \"latex_documents\" config value found; no documents will be written" msgstr "未找到“latex_documents”配置项,不会写入文档" -#: sphinx/builders/latex/__init__.py:171 +#: sphinx/builders/latex/__init__.py:173 #, python-format msgid "\"latex_documents\" config value references unknown document %s" msgstr "配置项“latex_documents”引用了未知文档 %s" -#: sphinx/builders/latex/__init__.py:211 sphinx/domains/std.py:501 +#: sphinx/builders/latex/__init__.py:213 sphinx/domains/std.py:501 #: sphinx/templates/latex/latex.tex_t:79 #: sphinx/themes/basic/genindex-single.html:30 #: sphinx/themes/basic/genindex-single.html:55 @@ -1046,28 +1044,28 @@ msgstr "配置项“latex_documents”引用了未知文档 %s" msgid "Index" msgstr "索引" -#: sphinx/builders/latex/__init__.py:214 sphinx/templates/latex/latex.tex_t:64 +#: sphinx/builders/latex/__init__.py:216 sphinx/templates/latex/latex.tex_t:64 msgid "Release" msgstr "发布" -#: sphinx/builders/latex/__init__.py:222 sphinx/writers/latex.py:549 +#: sphinx/builders/latex/__init__.py:224 sphinx/writers/latex.py:549 #, python-format msgid "no Babel option known for language %r" msgstr "没有语种 %r 的 Babel 选项" -#: sphinx/builders/latex/__init__.py:361 +#: sphinx/builders/latex/__init__.py:363 msgid "copying TeX support files" msgstr "" -#: sphinx/builders/latex/__init__.py:382 +#: sphinx/builders/latex/__init__.py:384 msgid "copying TeX support files..." msgstr "复制 TeX 支持文件……" -#: sphinx/builders/latex/__init__.py:402 +#: sphinx/builders/latex/__init__.py:404 msgid "copying additional files" msgstr "" -#: sphinx/builders/latex/__init__.py:445 +#: sphinx/builders/latex/__init__.py:447 #, python-format msgid "Unknown configure key: latex_elements[%r]. ignored." msgstr "未知配置项:latex_elements[%r],已忽略。" @@ -1130,8 +1128,8 @@ msgstr "请向 Bug 追踪系统 msgid "job number should be a positive number" msgstr "工作编号应为正值" -#: sphinx/cmd/build.py:106 sphinx/cmd/quickstart.py:498 -#: sphinx/ext/apidoc.py:298 sphinx/ext/autosummary/generate.py:365 +#: sphinx/cmd/build.py:106 sphinx/cmd/quickstart.py:497 +#: sphinx/ext/apidoc.py:298 sphinx/ext/autosummary/generate.py:363 msgid "For more information, visit ." msgstr "更多信息请访问 。" @@ -1508,13 +1506,13 @@ msgstr "请输入新文件名,若要重命名现有文件请按回车" msgid "Indicate which of the following Sphinx extensions should be enabled:" msgstr "启用 Sphinx 扩展:" -#: sphinx/cmd/quickstart.py:354 +#: sphinx/cmd/quickstart.py:353 msgid "" "Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " "been deselected." msgstr "注意:imgmath 和 mathjax 不能同时启用。已取消选择 imgmath。" -#: sphinx/cmd/quickstart.py:359 +#: sphinx/cmd/quickstart.py:358 msgid "" "\n" "A Makefile and a Windows command file can be generated for you so that you\n" @@ -1522,29 +1520,29 @@ msgid "" "directly." msgstr "\n生成 Makefile 和 Windows 批处理文件,可以直接像“make html”这样\n运行,而不需要直接调用 sphinx-build。" -#: sphinx/cmd/quickstart.py:363 +#: sphinx/cmd/quickstart.py:362 msgid "Create Makefile? (y/n)" msgstr "创建 Makefile?(y/n)" -#: sphinx/cmd/quickstart.py:366 +#: sphinx/cmd/quickstart.py:365 msgid "Create Windows command file? (y/n)" msgstr "创建 Windows 批处理文件?(y/n)" -#: sphinx/cmd/quickstart.py:409 sphinx/ext/apidoc.py:74 +#: sphinx/cmd/quickstart.py:408 sphinx/ext/apidoc.py:74 #, python-format msgid "Creating file %s." msgstr "创建文件 %s。" -#: sphinx/cmd/quickstart.py:414 sphinx/ext/apidoc.py:72 +#: sphinx/cmd/quickstart.py:413 sphinx/ext/apidoc.py:72 #, python-format msgid "File %s already exists, skipping." msgstr "文件 %s 已存在,跳过。" -#: sphinx/cmd/quickstart.py:450 +#: sphinx/cmd/quickstart.py:449 msgid "Finished: An initial directory structure has been created." msgstr "完成:已创建初始目录结构。" -#: sphinx/cmd/quickstart.py:451 +#: sphinx/cmd/quickstart.py:450 #, python-format msgid "" "\n" @@ -1552,26 +1550,26 @@ msgid "" "source files. " msgstr "\n你现在可以填写主文档文件 %s 并创建其他文档源文件了。" -#: sphinx/cmd/quickstart.py:453 +#: sphinx/cmd/quickstart.py:452 msgid "" "Use the Makefile to build the docs, like so:\n" " make builder\n" msgstr "用 Makefile 构建文档,像这样:\n make builder\n" -#: sphinx/cmd/quickstart.py:456 +#: sphinx/cmd/quickstart.py:455 #, python-format msgid "" "Use the sphinx-build command to build the docs, like so:\n" " sphinx-build -b builder %s %s\n" msgstr "用 sphinx-build 命令构建文档,像这样:\n sphinx-build -b builder %s %s\n" -#: sphinx/cmd/quickstart.py:459 +#: sphinx/cmd/quickstart.py:458 msgid "" "where \"builder\" is one of the supported builders, e.g. html, latex or " "linkcheck.\n" msgstr "此处的“builder”是支持的构建器名,比如 html、latex 或 linkcheck。\n" -#: sphinx/cmd/quickstart.py:499 +#: sphinx/cmd/quickstart.py:498 msgid "" "\n" "Generate required files for a Sphinx project.\n" @@ -1581,131 +1579,131 @@ msgid "" "Makefile to be used with sphinx-build.\n" msgstr "\n生成 Sphinx 项目的必需文件。\n\nsphinx-quickstart 是一个交互式工具,询问一些关于项目的问题,生成\n完整的文档目录和用于 sphinx-build 的示例 Makefile。\n" -#: sphinx/cmd/quickstart.py:509 +#: sphinx/cmd/quickstart.py:508 msgid "quiet mode" msgstr "静默模式" -#: sphinx/cmd/quickstart.py:514 +#: sphinx/cmd/quickstart.py:513 msgid "output path" msgstr "输出路径" -#: sphinx/cmd/quickstart.py:516 +#: sphinx/cmd/quickstart.py:515 msgid "Structure options" msgstr "文档结构参数" -#: sphinx/cmd/quickstart.py:518 +#: sphinx/cmd/quickstart.py:517 msgid "if specified, separate source and build dirs" msgstr "如果指定了此选项,将使用独立的源文件目录和构建目录。" -#: sphinx/cmd/quickstart.py:520 +#: sphinx/cmd/quickstart.py:519 msgid "replacement for dot in _templates etc." msgstr "用点替代下划线,“ _templates”。" -#: sphinx/cmd/quickstart.py:522 +#: sphinx/cmd/quickstart.py:521 msgid "Project basic options" msgstr "项目基本参数" -#: sphinx/cmd/quickstart.py:524 +#: sphinx/cmd/quickstart.py:523 msgid "project name" msgstr "项目名称" -#: sphinx/cmd/quickstart.py:526 +#: sphinx/cmd/quickstart.py:525 msgid "author names" msgstr "作者名称" -#: sphinx/cmd/quickstart.py:528 +#: sphinx/cmd/quickstart.py:527 msgid "version of project" msgstr "项目版本" -#: sphinx/cmd/quickstart.py:530 +#: sphinx/cmd/quickstart.py:529 msgid "release of project" msgstr "项目发行版本" -#: sphinx/cmd/quickstart.py:532 +#: sphinx/cmd/quickstart.py:531 msgid "document language" msgstr "项目语种" -#: sphinx/cmd/quickstart.py:534 +#: sphinx/cmd/quickstart.py:533 msgid "source file suffix" msgstr "源文件后缀" -#: sphinx/cmd/quickstart.py:536 +#: sphinx/cmd/quickstart.py:535 msgid "master document name" msgstr "主文档名" -#: sphinx/cmd/quickstart.py:538 +#: sphinx/cmd/quickstart.py:537 msgid "use epub" msgstr "启用 ePub 支持" -#: sphinx/cmd/quickstart.py:540 +#: sphinx/cmd/quickstart.py:539 msgid "Extension options" msgstr "扩展程序选项" -#: sphinx/cmd/quickstart.py:544 sphinx/ext/apidoc.py:379 +#: sphinx/cmd/quickstart.py:543 sphinx/ext/apidoc.py:379 #, python-format msgid "enable %s extension" msgstr "启用 %s 扩展" -#: sphinx/cmd/quickstart.py:546 sphinx/ext/apidoc.py:375 +#: sphinx/cmd/quickstart.py:545 sphinx/ext/apidoc.py:375 msgid "enable arbitrary extensions" msgstr "启用多个扩展" -#: sphinx/cmd/quickstart.py:548 +#: sphinx/cmd/quickstart.py:547 msgid "Makefile and Batchfile creation" msgstr "创建 Makefile 和批处理文件" -#: sphinx/cmd/quickstart.py:550 +#: sphinx/cmd/quickstart.py:549 msgid "create makefile" msgstr "创建 Makefile" -#: sphinx/cmd/quickstart.py:552 +#: sphinx/cmd/quickstart.py:551 msgid "do not create makefile" msgstr "不创建 Makefile" -#: sphinx/cmd/quickstart.py:554 +#: sphinx/cmd/quickstart.py:553 msgid "create batchfile" msgstr "创建批处理文件" -#: sphinx/cmd/quickstart.py:557 +#: sphinx/cmd/quickstart.py:556 msgid "do not create batchfile" msgstr "不创建批处理文件" -#: sphinx/cmd/quickstart.py:560 +#: sphinx/cmd/quickstart.py:559 msgid "use make-mode for Makefile/make.bat" msgstr "使用用于 Makefile/make.bat 的 Make 模式" -#: sphinx/cmd/quickstart.py:563 +#: sphinx/cmd/quickstart.py:562 msgid "do not use make-mode for Makefile/make.bat" msgstr "不使用用于 Makefile/make.bat 的 Make 模式" -#: sphinx/cmd/quickstart.py:565 +#: sphinx/cmd/quickstart.py:564 msgid "Project templating" msgstr "项目模板" -#: sphinx/cmd/quickstart.py:568 +#: sphinx/cmd/quickstart.py:567 msgid "template directory for template files" msgstr "放置模板文件的模板目录" -#: sphinx/cmd/quickstart.py:571 +#: sphinx/cmd/quickstart.py:570 msgid "define a template variable" msgstr "定义一个模板变量" -#: sphinx/cmd/quickstart.py:605 +#: sphinx/cmd/quickstart.py:604 msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." msgstr "指定了“quiet”,但是没有指定“project”和“author”。" -#: sphinx/cmd/quickstart.py:619 +#: sphinx/cmd/quickstart.py:618 msgid "" "Error: specified path is not a directory, or sphinx files already exist." msgstr "错误:指定的路径不是一个目录,或是 Sphinx 文件已存在。" -#: sphinx/cmd/quickstart.py:621 +#: sphinx/cmd/quickstart.py:620 msgid "" "sphinx-quickstart only generate into a empty directory. Please specify a new" " root path." msgstr "sphinx-quickstart 只会在空目录中生成文件。请指定一个新的根路径。" -#: sphinx/cmd/quickstart.py:636 +#: sphinx/cmd/quickstart.py:635 #, python-format msgid "Invalid template variable: %s" msgstr "无效模板变量:%s" @@ -1777,17 +1775,17 @@ msgstr "作者:" msgid "%s %s" msgstr "%s %s" -#: sphinx/domains/c.py:64 sphinx/domains/cpp.py:6371 +#: sphinx/domains/c.py:64 sphinx/domains/cpp.py:6445 #: sphinx/domains/python.py:210 sphinx/ext/napoleon/docstring.py:696 msgid "Parameters" msgstr "参数" -#: sphinx/domains/c.py:67 sphinx/domains/cpp.py:6380 -#: sphinx/domains/javascript.py:210 sphinx/domains/python.py:222 +#: sphinx/domains/c.py:67 sphinx/domains/cpp.py:6454 +#: sphinx/domains/javascript.py:209 sphinx/domains/python.py:222 msgid "Returns" msgstr "返回" -#: sphinx/domains/c.py:69 sphinx/domains/javascript.py:212 +#: sphinx/domains/c.py:69 sphinx/domains/javascript.py:211 #: sphinx/domains/python.py:224 msgid "Return type" msgstr "返回类型" @@ -1817,12 +1815,12 @@ msgstr "%s (C 类型)" msgid "%s (C variable)" msgstr "%s (C 变量)" -#: sphinx/domains/c.py:258 sphinx/domains/cpp.py:6956 -#: sphinx/domains/javascript.py:298 sphinx/domains/python.py:741 +#: sphinx/domains/c.py:258 sphinx/domains/cpp.py:7029 +#: sphinx/domains/javascript.py:297 sphinx/domains/python.py:742 msgid "function" msgstr "函数" -#: sphinx/domains/c.py:259 sphinx/domains/cpp.py:6957 +#: sphinx/domains/c.py:259 sphinx/domains/cpp.py:7030 msgid "member" msgstr "成员" @@ -1830,7 +1828,7 @@ msgstr "成员" msgid "macro" msgstr "宏" -#: sphinx/domains/c.py:261 sphinx/domains/cpp.py:6958 +#: sphinx/domains/c.py:261 sphinx/domains/cpp.py:7031 msgid "type" msgstr "类型" @@ -1853,106 +1851,106 @@ msgstr "在 %s 版更改" msgid "Deprecated since version %s" msgstr "%s 版后已移除" -#: sphinx/domains/cpp.py:4297 +#: sphinx/domains/cpp.py:4323 #, python-format msgid "" "Duplicate declaration, also defined in '%s'.\n" "Declaration is '%s'." msgstr "重复的声明,已经在“%s”处定义。\n定义为“%s”。" -#: sphinx/domains/cpp.py:6374 +#: sphinx/domains/cpp.py:6448 msgid "Template Parameters" msgstr "模板参数" -#: sphinx/domains/cpp.py:6377 sphinx/domains/javascript.py:207 +#: sphinx/domains/cpp.py:6451 sphinx/domains/javascript.py:206 msgid "Throws" msgstr "抛出" -#: sphinx/domains/cpp.py:6505 +#: sphinx/domains/cpp.py:6579 #, python-format msgid "%s (C++ %s)" msgstr "" -#: sphinx/domains/cpp.py:6954 sphinx/domains/javascript.py:300 -#: sphinx/domains/python.py:743 +#: sphinx/domains/cpp.py:7027 sphinx/domains/javascript.py:299 +#: sphinx/domains/python.py:744 msgid "class" msgstr "类" -#: sphinx/domains/cpp.py:6955 +#: sphinx/domains/cpp.py:7028 msgid "union" msgstr "联合体" -#: sphinx/domains/cpp.py:6959 +#: sphinx/domains/cpp.py:7032 msgid "concept" msgstr "概念" -#: sphinx/domains/cpp.py:6960 +#: sphinx/domains/cpp.py:7033 msgid "enum" msgstr "枚举" -#: sphinx/domains/cpp.py:6961 +#: sphinx/domains/cpp.py:7034 msgid "enumerator" msgstr "枚举子" -#: sphinx/domains/cpp.py:7054 +#: sphinx/domains/cpp.py:7127 #, python-format msgid "" "Duplicate declaration, also defined in '%s'.\n" "Name of declaration is '%s'." msgstr "重复的声明,已经在“%s”处定义。\n声明名称为“%s”。" -#: sphinx/domains/javascript.py:131 sphinx/domains/python.py:429 +#: sphinx/domains/javascript.py:130 sphinx/domains/python.py:430 #, python-format msgid "%s() (built-in function)" msgstr "%s() (內置函数)" -#: sphinx/domains/javascript.py:132 sphinx/domains/python.py:494 +#: sphinx/domains/javascript.py:131 sphinx/domains/python.py:495 #, python-format msgid "%s() (%s method)" msgstr "%s() (%s 方法)" -#: sphinx/domains/javascript.py:134 +#: sphinx/domains/javascript.py:133 #, python-format msgid "%s() (class)" msgstr "%s() (类)" -#: sphinx/domains/javascript.py:136 +#: sphinx/domains/javascript.py:135 #, python-format msgid "%s (global variable or constant)" msgstr "%s (全局变量或常量)" -#: sphinx/domains/javascript.py:138 sphinx/domains/python.py:532 +#: sphinx/domains/javascript.py:137 sphinx/domains/python.py:533 #, python-format msgid "%s (%s attribute)" msgstr "%s (%s 属性)" -#: sphinx/domains/javascript.py:204 +#: sphinx/domains/javascript.py:203 msgid "Arguments" msgstr "参数" -#: sphinx/domains/javascript.py:265 sphinx/domains/python.py:609 +#: sphinx/domains/javascript.py:264 sphinx/domains/python.py:610 #, python-format msgid "%s (module)" msgstr "%s (模块)" -#: sphinx/domains/javascript.py:299 sphinx/domains/python.py:745 +#: sphinx/domains/javascript.py:298 sphinx/domains/python.py:746 msgid "method" msgstr "方法" -#: sphinx/domains/javascript.py:301 sphinx/domains/python.py:742 +#: sphinx/domains/javascript.py:300 sphinx/domains/python.py:743 msgid "data" msgstr "数据" -#: sphinx/domains/javascript.py:302 sphinx/domains/python.py:748 +#: sphinx/domains/javascript.py:301 sphinx/domains/python.py:749 msgid "attribute" msgstr "属性" -#: sphinx/domains/javascript.py:303 sphinx/domains/python.py:49 -#: sphinx/domains/python.py:749 +#: sphinx/domains/javascript.py:302 sphinx/domains/python.py:49 +#: sphinx/domains/python.py:750 msgid "module" msgstr "模块" -#: sphinx/domains/math.py:101 sphinx/writers/latex.py:2451 +#: sphinx/domains/math.py:101 sphinx/writers/latex.py:2459 #, python-format msgid "Invalid math_eqref_format: %r" msgstr "无效的 math_eqref_format:%r" @@ -1974,7 +1972,7 @@ msgstr "运算符" msgid "object" msgstr "对象" -#: sphinx/domains/python.py:53 sphinx/domains/python.py:744 +#: sphinx/domains/python.py:53 sphinx/domains/python.py:745 msgid "exception" msgstr "例外" @@ -1994,88 +1992,88 @@ msgstr "变量" msgid "Raises" msgstr "引发" -#: sphinx/domains/python.py:430 sphinx/domains/python.py:488 -#: sphinx/domains/python.py:500 sphinx/domains/python.py:513 +#: sphinx/domains/python.py:431 sphinx/domains/python.py:489 +#: sphinx/domains/python.py:501 sphinx/domains/python.py:514 #, python-format msgid "%s() (in module %s)" msgstr "%s() (在 %s 模块中)" -#: sphinx/domains/python.py:433 +#: sphinx/domains/python.py:434 #, python-format msgid "%s (built-in variable)" msgstr "%s (內置变量)" -#: sphinx/domains/python.py:434 sphinx/domains/python.py:526 +#: sphinx/domains/python.py:435 sphinx/domains/python.py:527 #, python-format msgid "%s (in module %s)" msgstr "%s() (在 %s 模块中)" -#: sphinx/domains/python.py:454 +#: sphinx/domains/python.py:455 #, python-format msgid "%s (built-in class)" msgstr "%s (內置类)" -#: sphinx/domains/python.py:455 +#: sphinx/domains/python.py:456 #, python-format msgid "%s (class in %s)" msgstr "%s (%s 中的类)" -#: sphinx/domains/python.py:492 +#: sphinx/domains/python.py:493 #, python-format msgid "%s() (%s.%s method)" msgstr "%s() (%s.%s 方法)" -#: sphinx/domains/python.py:504 +#: sphinx/domains/python.py:505 #, python-format msgid "%s() (%s.%s static method)" msgstr "%s() (%s.%s 静态方法)" -#: sphinx/domains/python.py:507 +#: sphinx/domains/python.py:508 #, python-format msgid "%s() (%s static method)" msgstr "%s() (%s 静态方法)" -#: sphinx/domains/python.py:517 +#: sphinx/domains/python.py:518 #, python-format msgid "%s() (%s.%s class method)" msgstr "%s() (%s.%s 类方法)" -#: sphinx/domains/python.py:520 +#: sphinx/domains/python.py:521 #, python-format msgid "%s() (%s class method)" msgstr "%s() (%s 类方法)" -#: sphinx/domains/python.py:530 +#: sphinx/domains/python.py:531 #, python-format msgid "%s (%s.%s attribute)" msgstr "%s (%s.%s 属性)" -#: sphinx/domains/python.py:667 +#: sphinx/domains/python.py:668 msgid "Python Module Index" msgstr "Python 模块索引" -#: sphinx/domains/python.py:668 +#: sphinx/domains/python.py:669 msgid "modules" msgstr "模块" -#: sphinx/domains/python.py:719 +#: sphinx/domains/python.py:720 msgid "Deprecated" msgstr "已移除" -#: sphinx/domains/python.py:746 +#: sphinx/domains/python.py:747 msgid "class method" msgstr "类方法" -#: sphinx/domains/python.py:747 +#: sphinx/domains/python.py:748 msgid "static method" msgstr "静态方法" -#: sphinx/domains/python.py:879 +#: sphinx/domains/python.py:880 #, python-format msgid "more than one target found for cross-reference %r: %s" msgstr "交叉引用 %r 找到了多个目标:%s" -#: sphinx/domains/python.py:917 +#: sphinx/domains/python.py:918 msgid " (deprecated)" msgstr " (已移除)" @@ -2151,7 +2149,7 @@ msgstr "搜索页面" msgid "duplicate citation %s, other instance in %s" msgstr "重复的引文 %s,已有引文出现在 %s" -#: sphinx/domains/std.py:631 sphinx/ext/autosectionlabel.py:61 +#: sphinx/domains/std.py:631 sphinx/ext/autosectionlabel.py:56 #, python-format msgid "duplicate label %s, other instance in %s" msgstr "重复的标签 %s,已有标签出现在 %s" @@ -2211,21 +2209,21 @@ msgid "" "another doctree directory." msgstr "本环境与选择的构建器不兼容,请选择其他的文档树目录。" -#: sphinx/environment/__init__.py:408 +#: sphinx/environment/__init__.py:404 #, python-format msgid "Failed to scan documents in %s: %r" msgstr "在 %s 中扫描文档失败:%r" -#: sphinx/environment/__init__.py:536 +#: sphinx/environment/__init__.py:532 #, python-format msgid "Domain %r is not registered" msgstr "没有注册 %r 域" -#: sphinx/environment/__init__.py:621 +#: sphinx/environment/__init__.py:617 msgid "self referenced toctree found. Ignored." msgstr "目录树存在自引用,已忽略。" -#: sphinx/environment/__init__.py:662 +#: sphinx/environment/__init__.py:658 msgid "document isn't included in any toctree" msgstr "文档没有加入到任何目录树中" @@ -2245,6 +2243,7 @@ msgid "unknown index entry type %r" msgstr "未知的索引条目类型 %r" #: sphinx/environment/adapters/indexentries.py:156 +#: sphinx/templates/latex/sphinxmessages.sty_t:11 msgid "Symbols" msgstr "符号" @@ -2270,22 +2269,22 @@ msgstr "" msgid "toctree contains reference to nonexisting document %r" msgstr "目录树引用的文档 %r 不存在" -#: sphinx/environment/collectors/asset.py:91 +#: sphinx/environment/collectors/asset.py:90 #, python-format msgid "image file not readable: %s" msgstr "无法读取图像文件:%s" -#: sphinx/environment/collectors/asset.py:107 +#: sphinx/environment/collectors/asset.py:106 #, python-format msgid "image file %s not readable: %s" msgstr "无法读取图像文件 %s:%s" -#: sphinx/environment/collectors/asset.py:135 +#: sphinx/environment/collectors/asset.py:134 #, python-format msgid "download file not readable: %s" msgstr "无法读取下载文件:%s" -#: sphinx/environment/collectors/toctree.py:197 +#: sphinx/environment/collectors/toctree.py:196 #, python-format msgid "%s is already assigned section numbers (nested numbered toctree?)" msgstr "已经给 %s 分配了章节编号(嵌套的带编号文档树?)" @@ -2429,38 +2428,38 @@ msgstr "coverage_c_regexes 中有无效的正则表达式 %r" msgid "module %s could not be imported: %s" msgstr "无法导入模块 %s:%s" -#: sphinx/ext/doctest.py:142 +#: sphinx/ext/doctest.py:132 #, python-format msgid "missing '+' or '-' in '%s' option." msgstr "'%s' 选项中缺少 '+' 或 '-'。" -#: sphinx/ext/doctest.py:147 +#: sphinx/ext/doctest.py:137 #, python-format msgid "'%s' is not a valid option." msgstr "'%s' 不是一个有效选项。" -#: sphinx/ext/doctest.py:161 +#: sphinx/ext/doctest.py:151 #, python-format msgid "'%s' is not a valid pyversion option" msgstr "'%s' 不是一个有效的 pyversion 选项。" -#: sphinx/ext/doctest.py:230 +#: sphinx/ext/doctest.py:222 msgid "invalid TestCode type" msgstr "无效的 TestCode 类型" -#: sphinx/ext/doctest.py:291 +#: sphinx/ext/doctest.py:283 #, python-format msgid "" "Testing of doctests in the sources finished, look at the results in " "%(outdir)s/output.txt." msgstr "已完成源文件的文档测试,请在 %(outdir)s/output.txt 中查看结果。" -#: sphinx/ext/doctest.py:438 +#: sphinx/ext/doctest.py:446 #, python-format msgid "no code/output in %s block at %s:%s" msgstr "块 %s 没有代码或没有输出,出现在 %s:%s" -#: sphinx/ext/doctest.py:527 +#: sphinx/ext/doctest.py:535 #, python-format msgid "ignoring invalid doctest code: %r" msgstr "y已忽略无效的文档代码:%r" @@ -2478,7 +2477,7 @@ msgstr "外部 Graphviz 文件 %r 不存在或读取失败" msgid "Ignoring \"graphviz\" directive without content." msgstr "已忽略无内容的 \"graphviz 指令" -#: sphinx/ext/graphviz.py:252 +#: sphinx/ext/graphviz.py:250 #, python-format msgid "" "dot did not produce an output file:\n" @@ -2488,14 +2487,14 @@ msgid "" "%r" msgstr "" -#: sphinx/ext/graphviz.py:256 +#: sphinx/ext/graphviz.py:254 #, python-format msgid "" "dot command %r cannot be run (needed for graphviz output), check the " "graphviz_dot setting" msgstr "无法运行 Dot 命令 %r (Graphviz 输出所需),请检查 graphviz_dot 配置" -#: sphinx/ext/graphviz.py:263 +#: sphinx/ext/graphviz.py:261 #, python-format msgid "" "dot exited with error:\n" @@ -2505,23 +2504,23 @@ msgid "" "%r" msgstr "" -#: sphinx/ext/graphviz.py:273 +#: sphinx/ext/graphviz.py:271 #, python-format msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" msgstr "graphviz_output_format 必须是 'png' 或 'svg' 中之一,现为 %r" -#: sphinx/ext/graphviz.py:277 sphinx/ext/graphviz.py:331 -#: sphinx/ext/graphviz.py:369 +#: sphinx/ext/graphviz.py:275 sphinx/ext/graphviz.py:329 +#: sphinx/ext/graphviz.py:367 #, python-format msgid "dot code %r: %s" msgstr "DOT 代码 %r:%s" -#: sphinx/ext/graphviz.py:384 sphinx/ext/graphviz.py:393 +#: sphinx/ext/graphviz.py:382 sphinx/ext/graphviz.py:391 #, python-format msgid "[graph: %s]" msgstr "[图表:%s]" -#: sphinx/ext/graphviz.py:386 sphinx/ext/graphviz.py:395 +#: sphinx/ext/graphviz.py:384 sphinx/ext/graphviz.py:393 msgid "[graph]" msgstr "[图表]" @@ -2540,31 +2539,31 @@ msgid "" "%r" msgstr "" -#: sphinx/ext/imgmath.py:140 +#: sphinx/ext/imgmath.py:139 #, python-format msgid "" "LaTeX command %r cannot be run (needed for math display), check the " "imgmath_latex setting" msgstr "无法运行 LaTeX 命令 %r (数学公式显示必需),请检查 imgmath_latex 设置" -#: sphinx/ext/imgmath.py:155 +#: sphinx/ext/imgmath.py:154 #, python-format msgid "" "%s command %r cannot be run (needed for math display), check the imgmath_%s " "setting" msgstr "无法运行 %s 命令 %r (数学公式显示必需),请检查 imgmath_%s 设置" -#: sphinx/ext/imgmath.py:290 +#: sphinx/ext/imgmath.py:289 #, python-format msgid "display latex %r: %s" msgstr "显示 LaTeX %r:%s" -#: sphinx/ext/imgmath.py:317 +#: sphinx/ext/imgmath.py:316 #, python-format msgid "inline latex %r: %s" msgstr "内联 LaTeX %r:%s" -#: sphinx/ext/imgmath.py:324 sphinx/ext/mathjax.py:54 +#: sphinx/ext/imgmath.py:323 sphinx/ext/mathjax.py:54 msgid "Permalink to this equation" msgstr "公式的永久链接" @@ -2584,26 +2583,26 @@ msgid "" "alternatives:" msgstr "" -#: sphinx/ext/intersphinx.py:237 +#: sphinx/ext/intersphinx.py:238 msgid "failed to reach any of the inventories with the following issues:" msgstr "访问对象清单时报错:" -#: sphinx/ext/intersphinx.py:312 +#: sphinx/ext/intersphinx.py:311 #, python-format msgid "(in %s v%s)" msgstr "(在 %s v%s)" -#: sphinx/ext/intersphinx.py:314 +#: sphinx/ext/intersphinx.py:313 #, python-format msgid "(in %s)" msgstr "(在 %s)" -#: sphinx/ext/intersphinx.py:348 +#: sphinx/ext/intersphinx.py:347 #, python-format msgid "intersphinx identifier %r is not string. Ignored" msgstr "跨 Sphinx 标识 %r 不是字符串,已忽略" -#: sphinx/ext/intersphinx.py:361 +#: sphinx/ext/intersphinx.py:360 #, python-format msgid "Fail to read intersphinx_mapping[%s], Ignored: %r" msgstr "" @@ -2659,29 +2658,29 @@ msgstr "概览:模块代码" msgid "

All modules for which code is available

" msgstr "

代码可用的所有模块

" -#: sphinx/ext/autodoc/__init__.py:302 +#: sphinx/ext/autodoc/__init__.py:300 #, python-format msgid "invalid signature for auto%s (%r)" msgstr "无效的 auto%s 签名(%r)" -#: sphinx/ext/autodoc/__init__.py:402 +#: sphinx/ext/autodoc/__init__.py:400 #, python-format msgid "error while formatting arguments for %s: %s" msgstr "格式化 %s 参数时报错:%s" -#: sphinx/ext/autodoc/__init__.py:514 +#: sphinx/ext/autodoc/__init__.py:512 #, python-format msgid "missing attribute %s in object %s" msgstr "属性 %s 不存在,在对象 %s 上" -#: sphinx/ext/autodoc/__init__.py:602 +#: sphinx/ext/autodoc/__init__.py:600 #, python-format msgid "" "autodoc: failed to determine %r to be documented.the following exception was raised:\n" "%s" msgstr "autodoc:无法判断是否生成 %r 的文档。抛出了下列异常:\n%s" -#: sphinx/ext/autodoc/__init__.py:694 +#: sphinx/ext/autodoc/__init__.py:692 #, python-format msgid "" "don't know which module to import for autodocumenting %r (try placing a " @@ -2689,39 +2688,39 @@ msgid "" "explicit module name)" msgstr "无法判断导入哪个模块来自动生成文档 %r(尝试在文档中使用“module”或“currentmodule”指令,或者显式给定模块名)" -#: sphinx/ext/autodoc/__init__.py:788 +#: sphinx/ext/autodoc/__init__.py:786 msgid "\"::\" in automodule name doesn't make sense" msgstr "automodule 名中的“::”无意义" -#: sphinx/ext/autodoc/__init__.py:796 +#: sphinx/ext/autodoc/__init__.py:794 #, python-format msgid "signature arguments or return annotation given for automodule %s" msgstr "automodule %s 给定了函数签名参数或返回类型标注" -#: sphinx/ext/autodoc/__init__.py:829 +#: sphinx/ext/autodoc/__init__.py:827 #, python-format msgid "" "__all__ should be a list of strings, not %r (in module %s) -- ignoring " "__all__" msgstr "__all__ 应是一个字符串列表,而不是 %r (出现在模块 %s 中) -- 已忽略__all__" -#: sphinx/ext/autodoc/__init__.py:844 +#: sphinx/ext/autodoc/__init__.py:842 #, python-format msgid "" "missing attribute mentioned in :members: or __all__: module %s, attribute %s" msgstr ":members: 或 __all__ 提及的属性不存在:模块 %s,属性 %s" -#: sphinx/ext/autodoc/__init__.py:1128 +#: sphinx/ext/autodoc/__init__.py:1126 #, python-format msgid "Bases: %s" msgstr "基类:%s" -#: sphinx/ext/autodoc/__init__.py:1185 +#: sphinx/ext/autodoc/__init__.py:1183 #, python-format msgid "alias of :class:`%s`" msgstr ":class:`%s` 的别名" -#: sphinx/ext/autodoc/__init__.py:1470 +#: sphinx/ext/autodoc/__init__.py:1468 #, python-format msgid "Ignoring invalid option in autodoc_default_flags: %r" msgstr "忽略 autodoc_default_flags 中的无效选项:%r" @@ -2757,17 +2756,17 @@ msgid "" "contain .rst. Skipped." msgstr "autosummary 内部生成 .rst 文件,但是 source_suffix 中不包含 .rst,已跳过。" -#: sphinx/ext/autosummary/generate.py:102 +#: sphinx/ext/autosummary/generate.py:100 #, python-format msgid "[autosummary] generating autosummary for: %s" msgstr "[autosummary] 生成 autosummary:%s" -#: sphinx/ext/autosummary/generate.py:106 +#: sphinx/ext/autosummary/generate.py:104 #, python-format msgid "[autosummary] writing to %s" msgstr "[autosummary] 写入 %s" -#: sphinx/ext/autosummary/generate.py:366 +#: sphinx/ext/autosummary/generate.py:364 msgid "" "\n" "Generate ReStructuredText using autosummary directives.\n" @@ -2782,25 +2781,25 @@ msgid "" " pydoc sphinx.ext.autosummary\n" msgstr "\n用 autosummary 指令生成 ReStructuredText\n\nsphinx-autogen 是 sphinx.ext.autosummary.generate 的前端,它根据给定\n的输入文件中的 autosummary 指令生成 reStructuredText  文件\n\nautosummary 指令的格式见 Python 模块 ``sphinx.ext.autosummary`` 的文\n档,并且可以这样调出文档阅读::\n\n pydoc sphinx.ext.autosummary\n" -#: sphinx/ext/autosummary/generate.py:383 +#: sphinx/ext/autosummary/generate.py:381 msgid "source files to generate rST files for" msgstr "用于生成 rST 文件的源文件" -#: sphinx/ext/autosummary/generate.py:387 +#: sphinx/ext/autosummary/generate.py:385 msgid "directory to place all output in" msgstr "输出目录" -#: sphinx/ext/autosummary/generate.py:390 +#: sphinx/ext/autosummary/generate.py:388 #, python-format msgid "default suffix for files (default: %(default)s)" msgstr "默认的文件名后缀(默认:%(default)s)" -#: sphinx/ext/autosummary/generate.py:394 +#: sphinx/ext/autosummary/generate.py:392 #, python-format msgid "custom template directory (default: %(default)s)" msgstr "自定义模板目录(默认:%(default)s)" -#: sphinx/ext/autosummary/generate.py:398 +#: sphinx/ext/autosummary/generate.py:396 #, python-format msgid "document imported members (default: %(default)s)" msgstr "文档导入的成员(默认:%(default)s)" @@ -2878,6 +2877,7 @@ msgid "Warning" msgstr "警告" #: sphinx/templates/latex/longtable.tex_t:23 +#: sphinx/templates/latex/sphinxmessages.sty_t:8 msgid "continued from previous page" msgstr "续上页" @@ -2885,13 +2885,29 @@ msgstr "续上页" msgid "Continued on next page" msgstr "下页继续" +#: sphinx/templates/latex/sphinxmessages.sty_t:9 +msgid "continues on next page" +msgstr "下页继续" + +#: sphinx/templates/latex/sphinxmessages.sty_t:10 +msgid "Non-alphabetical" +msgstr "非字母" + +#: sphinx/templates/latex/sphinxmessages.sty_t:12 +msgid "Numbers" +msgstr "数值" + +#: sphinx/templates/latex/sphinxmessages.sty_t:13 +msgid "page" +msgstr "页" + #: sphinx/themes/agogo/layout.html:46 sphinx/themes/basic/globaltoc.html:10 #: sphinx/themes/basic/localtoc.html:11 sphinx/themes/scrolls/layout.html:41 msgid "Table of Contents" msgstr "目录" #: sphinx/themes/agogo/layout.html:51 sphinx/themes/basic/layout.html:153 -#: sphinx/themes/basic/search.html:11 sphinx/themes/basic/search.html:26 +#: sphinx/themes/basic/search.html:11 sphinx/themes/basic/search.html:21 #: sphinx/themes/basic/searchresults.html:10 msgid "Search" msgstr "搜索" @@ -3028,13 +3044,13 @@ msgstr "下一个主题" msgid "next chapter" msgstr "下一章" -#: sphinx/themes/basic/search.html:30 +#: sphinx/themes/basic/search.html:25 msgid "" "Please activate JavaScript to enable the search\n" " functionality." msgstr "请激活 JavaScript 以开启搜索功能" -#: sphinx/themes/basic/search.html:35 +#: sphinx/themes/basic/search.html:30 msgid "" "From here you can search these documents. Enter your search\n" " words into the box below and click \"search\". Note that the search\n" @@ -3042,20 +3058,20 @@ msgid "" " containing fewer words won't appear in the result list." msgstr "在这儿,你可以对这些文档进行搜索。向搜索框中输入你所要搜索的关键字并点击“搜索”。注意:搜索引擎会自动搜索所有的关键字。将不会搜索到部分关键字的页面." -#: sphinx/themes/basic/search.html:42 +#: sphinx/themes/basic/search.html:37 #: sphinx/themes/basic/searchresults.html:17 msgid "search" msgstr "搜索" -#: sphinx/themes/basic/search.html:46 +#: sphinx/themes/basic/search.html:41 #: sphinx/themes/basic/searchresults.html:21 -#: sphinx/themes/basic/static/searchtools.js:295 +#: sphinx/themes/basic/static/searchtools.js:285 msgid "Search Results" msgstr "搜索结果" -#: sphinx/themes/basic/search.html:48 +#: sphinx/themes/basic/search.html:43 #: sphinx/themes/basic/searchresults.html:23 -#: sphinx/themes/basic/static/searchtools.js:297 +#: sphinx/themes/basic/static/searchtools.js:287 msgid "" "Your search did not match any documents. Please make sure that all words are" " spelled correctly and that you've selected enough categories." @@ -3113,20 +3129,20 @@ msgstr "永久链接至目标" msgid "Hide Search Matches" msgstr "隐藏搜索结果" -#: sphinx/themes/basic/static/searchtools.js:131 +#: sphinx/themes/basic/static/searchtools.js:121 msgid "Searching" msgstr "搜索中" -#: sphinx/themes/basic/static/searchtools.js:136 +#: sphinx/themes/basic/static/searchtools.js:126 msgid "Preparing search..." msgstr "准备搜索……" -#: sphinx/themes/basic/static/searchtools.js:299 +#: sphinx/themes/basic/static/searchtools.js:289 #, python-format msgid "Search finished, found %s page(s) matching the search query." msgstr "搜索完成,有 %s 个页面匹配。" -#: sphinx/themes/basic/static/searchtools.js:352 +#: sphinx/themes/basic/static/searchtools.js:342 msgid ", in " msgstr ",在" @@ -3143,18 +3159,18 @@ msgstr "折叠边栏" msgid "Contents" msgstr "目录" -#: sphinx/transforms/__init__.py:259 +#: sphinx/transforms/__init__.py:261 #, python-format msgid "" "4 column based index found. It might be a bug of extensions you use: %r" msgstr "发现使用了 4 列布局的索引页。可能是你所用的扩展出现了 Bug:%r" -#: sphinx/transforms/__init__.py:301 +#: sphinx/transforms/__init__.py:303 #, python-format msgid "Footnote [%s] is not referenced." msgstr "脚注 [%s] 没有被引用过。" -#: sphinx/transforms/__init__.py:307 +#: sphinx/transforms/__init__.py:309 msgid "Footnote [#] is not referenced." msgstr "脚注 [#] 没有被引用过。" @@ -3185,7 +3201,7 @@ msgstr "译文中的术语引用与原文不一致。原始为:{0},翻译后 #: sphinx/transforms/post_transforms/__init__.py:110 #, python-format msgid "more than one target found for 'any' cross-reference %r: could be %s" -msgstr "more than one target found for 'any' cross-reference %r: could be %s" +msgstr "'any' 交叉引用的目标不唯一:可能是 %s" #: sphinx/transforms/post_transforms/__init__.py:142 #, python-format @@ -3225,7 +3241,7 @@ msgstr "" msgid "failed" msgstr "" -#: sphinx/util/docutils.py:321 +#: sphinx/util/docutils.py:320 msgid "when adding directive classes, no additional arguments may be given" msgstr "当添加指令类时,不应该给定额外参数" @@ -3286,15 +3302,15 @@ msgstr "永久链接至表格" msgid "Permalink to this code" msgstr "永久链接至代码" -#: sphinx/writers/html.py:514 sphinx/writers/html5.py:460 +#: sphinx/writers/html.py:512 sphinx/writers/html5.py:458 msgid "Permalink to this image" msgstr "永久链接至图片" -#: sphinx/writers/html.py:516 sphinx/writers/html5.py:462 +#: sphinx/writers/html.py:514 sphinx/writers/html5.py:460 msgid "Permalink to this toctree" msgstr "永久链接至目录树" -#: sphinx/writers/html.py:674 sphinx/writers/html5.py:608 +#: sphinx/writers/html.py:672 sphinx/writers/html5.py:606 msgid "Could not obtain image size. :scale: option is ignored." msgstr "无法获取图像尺寸,已忽略 :scale: 选项。" @@ -3331,12 +3347,12 @@ msgstr "" msgid "dimension unit %s is invalid. Ignored." msgstr "无效的量纲单位 %s,已忽略。" -#: sphinx/writers/latex.py:1843 +#: sphinx/writers/latex.py:1847 #, python-format msgid "unknown index entry type %s found" msgstr "发现未知的索引条目类型 %s" -#: sphinx/writers/latex.py:2552 +#: sphinx/writers/latex.py:2560 #, python-format msgid "Unknown configure key: latex_elements[%r] is ignored." msgstr "未知配置项:latex_elements[%r],已忽略。" @@ -3354,12 +3370,12 @@ msgstr "[图片]" msgid "caption not inside a figure." msgstr "在图示之外发现了图示标题。" -#: sphinx/writers/texinfo.py:1421 +#: sphinx/writers/texinfo.py:1422 #, python-format msgid "unimplemented node type: %r" msgstr "未实现的节点类型:%r" -#: sphinx/writers/texinfo.py:1426 +#: sphinx/writers/texinfo.py:1427 #, python-format msgid "unknown node type: %r" msgstr "未知节点类型:%r" diff --git a/sphinx/locale/zh_TW/LC_MESSAGES/sphinx.mo b/sphinx/locale/zh_TW/LC_MESSAGES/sphinx.mo index c2791173b2..a75186081c 100644 Binary files a/sphinx/locale/zh_TW/LC_MESSAGES/sphinx.mo and b/sphinx/locale/zh_TW/LC_MESSAGES/sphinx.mo differ diff --git a/sphinx/locale/zh_TW/LC_MESSAGES/sphinx.po b/sphinx/locale/zh_TW/LC_MESSAGES/sphinx.po index 65cc2f8dc3..cafadd80a0 100644 --- a/sphinx/locale/zh_TW/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/zh_TW/LC_MESSAGES/sphinx.po @@ -13,9 +13,9 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2019-02-18 01:52+0900\n" -"PO-Revision-Date: 2019-03-14 16:36+0000\n" -"Last-Translator: Takeshi KOMIYA \n" +"POT-Creation-Date: 2019-03-29 01:05+0900\n" +"PO-Revision-Date: 2019-03-28 16:09+0000\n" +"Last-Translator: Liang-Bo Wang \n" "Language-Team: Chinese (Taiwan) (http://www.transifex.com/sphinx-doc/sphinx-1/language/zh_TW/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -127,7 +127,7 @@ msgstr "" msgid "role %r is already registered, it will be overridden" msgstr "" -#: sphinx/application.py:1182 +#: sphinx/application.py:1179 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -135,7 +135,7 @@ msgid "" "explicit" msgstr "" -#: sphinx/application.py:1188 +#: sphinx/application.py:1185 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -143,7 +143,7 @@ msgid "" "explicit" msgstr "" -#: sphinx/application.py:1199 +#: sphinx/application.py:1196 #, python-format msgid "doing serial %s" msgstr "" @@ -592,44 +592,44 @@ msgstr "" msgid "preparing documents" msgstr "" -#: sphinx/builders/_epub_base.py:219 +#: sphinx/builders/_epub_base.py:218 #, python-format msgid "duplicated ToC entry found: %s" msgstr "" -#: sphinx/builders/_epub_base.py:415 sphinx/builders/html.py:761 -#: sphinx/builders/latex/__init__.py:413 sphinx/builders/texinfo.py:190 +#: sphinx/builders/_epub_base.py:414 sphinx/builders/html.py:761 +#: sphinx/builders/latex/__init__.py:415 sphinx/builders/texinfo.py:190 msgid "copying images... " msgstr "" -#: sphinx/builders/_epub_base.py:422 +#: sphinx/builders/_epub_base.py:421 #, python-format msgid "cannot read image file %r: copying it instead" msgstr "" -#: sphinx/builders/_epub_base.py:428 sphinx/builders/html.py:769 -#: sphinx/builders/latex/__init__.py:421 sphinx/builders/texinfo.py:198 +#: sphinx/builders/_epub_base.py:427 sphinx/builders/html.py:769 +#: sphinx/builders/latex/__init__.py:423 sphinx/builders/texinfo.py:199 #, python-format msgid "cannot copy image file %r: %s" msgstr "" -#: sphinx/builders/_epub_base.py:445 +#: sphinx/builders/_epub_base.py:444 #, python-format msgid "cannot write image file %r: %s" msgstr "" -#: sphinx/builders/_epub_base.py:456 +#: sphinx/builders/_epub_base.py:455 msgid "Pillow not found - copying image files" msgstr "" -#: sphinx/builders/_epub_base.py:491 sphinx/builders/_epub_base.py:504 -#: sphinx/builders/_epub_base.py:540 sphinx/builders/_epub_base.py:725 -#: sphinx/builders/_epub_base.py:758 sphinx/builders/epub3.py:184 +#: sphinx/builders/_epub_base.py:490 sphinx/builders/_epub_base.py:503 +#: sphinx/builders/_epub_base.py:539 sphinx/builders/_epub_base.py:724 +#: sphinx/builders/_epub_base.py:757 sphinx/builders/epub3.py:183 #, python-format msgid "writing %s file..." msgstr "" -#: sphinx/builders/_epub_base.py:566 +#: sphinx/builders/_epub_base.py:565 #, python-format msgid "unknown mimetype for %s, ignoring" msgstr "" @@ -648,19 +648,19 @@ msgstr "" msgid "writing summary file..." msgstr "" -#: sphinx/builders/changes.py:87 +#: sphinx/builders/changes.py:86 msgid "Builtins" msgstr "內建" -#: sphinx/builders/changes.py:89 +#: sphinx/builders/changes.py:88 msgid "Module level" msgstr "模組層次" -#: sphinx/builders/changes.py:134 +#: sphinx/builders/changes.py:133 msgid "copying source files..." msgstr "" -#: sphinx/builders/changes.py:141 +#: sphinx/builders/changes.py:140 #, python-format msgid "could not read %r for changelog creation" msgstr "" @@ -669,76 +669,76 @@ msgstr "" msgid "The dummy builder generates no files." msgstr "" -#: sphinx/builders/epub3.py:69 +#: sphinx/builders/epub3.py:68 #, python-format msgid "The ePub file is in %(outdir)s." msgstr "" -#: sphinx/builders/epub3.py:212 +#: sphinx/builders/epub3.py:211 msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:216 +#: sphinx/builders/epub3.py:215 msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:219 +#: sphinx/builders/epub3.py:218 msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:223 +#: sphinx/builders/epub3.py:222 msgid "conf value \"epub_author\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:226 +#: sphinx/builders/epub3.py:225 msgid "conf value \"epub_contributor\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:229 +#: sphinx/builders/epub3.py:228 msgid "conf value \"epub_description\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:232 +#: sphinx/builders/epub3.py:231 msgid "conf value \"epub_publisher\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:235 +#: sphinx/builders/epub3.py:234 msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:239 +#: sphinx/builders/epub3.py:238 msgid "conf value \"epub_identifier\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:242 +#: sphinx/builders/epub3.py:241 msgid "conf value \"version\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:257 sphinx/builders/html.py:1166 +#: sphinx/builders/epub3.py:256 sphinx/builders/html.py:1166 #, python-format msgid "invalid css_file: %r, ignored" msgstr "" -#: sphinx/builders/gettext.py:215 +#: sphinx/builders/gettext.py:221 #, python-format msgid "The message catalogs are in %(outdir)s." msgstr "" -#: sphinx/builders/gettext.py:239 +#: sphinx/builders/gettext.py:245 #, python-format msgid "building [%s]: " msgstr "" -#: sphinx/builders/gettext.py:240 +#: sphinx/builders/gettext.py:246 #, python-format msgid "targets for %d template files" msgstr "" -#: sphinx/builders/gettext.py:244 +#: sphinx/builders/gettext.py:250 msgid "reading templates... " msgstr "" -#: sphinx/builders/gettext.py:271 +#: sphinx/builders/gettext.py:277 msgid "writing message catalogs... " msgstr "" @@ -757,7 +757,7 @@ msgstr "" msgid "Failed to read build info file: %r" msgstr "" -#: sphinx/builders/html.py:488 sphinx/builders/latex/__init__.py:204 +#: sphinx/builders/html.py:488 sphinx/builders/latex/__init__.py:206 #: sphinx/transforms/__init__.py:121 sphinx/writers/manpage.py:118 #: sphinx/writers/texinfo.py:243 #, python-format @@ -810,7 +810,7 @@ msgstr "" msgid "html_static_path entry %r does not exist" msgstr "" -#: sphinx/builders/html.py:839 sphinx/builders/latex/__init__.py:398 +#: sphinx/builders/html.py:839 sphinx/builders/latex/__init__.py:400 #, python-format msgid "logo file %r does not exist" msgstr "" @@ -927,7 +927,7 @@ msgstr "" msgid "no \"man_pages\" config value found; no manual pages will be written" msgstr "" -#: sphinx/builders/latex/__init__.py:270 sphinx/builders/manpage.py:64 +#: sphinx/builders/latex/__init__.py:272 sphinx/builders/manpage.py:64 #: sphinx/builders/singlehtml.py:174 sphinx/builders/texinfo.py:120 msgid "writing" msgstr "" @@ -971,24 +971,24 @@ msgstr "" msgid "\"texinfo_documents\" config value references unknown document %s" msgstr "" -#: sphinx/builders/latex/__init__.py:253 sphinx/builders/texinfo.py:116 +#: sphinx/builders/latex/__init__.py:255 sphinx/builders/texinfo.py:116 #, python-format msgid "processing %s" msgstr "" -#: sphinx/builders/latex/__init__.py:322 sphinx/builders/texinfo.py:163 +#: sphinx/builders/latex/__init__.py:323 sphinx/builders/texinfo.py:164 msgid "resolving references..." msgstr "" -#: sphinx/builders/latex/__init__.py:332 sphinx/builders/texinfo.py:172 +#: sphinx/builders/latex/__init__.py:333 sphinx/builders/texinfo.py:173 msgid " (in " msgstr "(於" -#: sphinx/builders/texinfo.py:204 +#: sphinx/builders/texinfo.py:205 msgid "copying Texinfo support files" msgstr "" -#: sphinx/builders/texinfo.py:208 +#: sphinx/builders/texinfo.py:209 #, python-format msgid "error writing file Makefile: %s" msgstr "" @@ -1008,28 +1008,28 @@ msgstr "" msgid "The pseudo-XML files are in %(outdir)s." msgstr "" -#: sphinx/builders/latex/__init__.py:121 +#: sphinx/builders/latex/__init__.py:123 #, python-format msgid "The LaTeX files are in %(outdir)s." msgstr "" -#: sphinx/builders/latex/__init__.py:123 +#: sphinx/builders/latex/__init__.py:125 msgid "" "\n" "Run 'make' in that directory to run these through (pdf)latex\n" "(use `make latexpdf' here to do that automatically)." msgstr "" -#: sphinx/builders/latex/__init__.py:163 +#: sphinx/builders/latex/__init__.py:165 msgid "no \"latex_documents\" config value found; no documents will be written" msgstr "" -#: sphinx/builders/latex/__init__.py:171 +#: sphinx/builders/latex/__init__.py:173 #, python-format msgid "\"latex_documents\" config value references unknown document %s" msgstr "" -#: sphinx/builders/latex/__init__.py:211 sphinx/domains/std.py:501 +#: sphinx/builders/latex/__init__.py:213 sphinx/domains/std.py:501 #: sphinx/templates/latex/latex.tex_t:79 #: sphinx/themes/basic/genindex-single.html:30 #: sphinx/themes/basic/genindex-single.html:55 @@ -1041,28 +1041,28 @@ msgstr "" msgid "Index" msgstr "索引" -#: sphinx/builders/latex/__init__.py:214 sphinx/templates/latex/latex.tex_t:64 +#: sphinx/builders/latex/__init__.py:216 sphinx/templates/latex/latex.tex_t:64 msgid "Release" msgstr "發佈" -#: sphinx/builders/latex/__init__.py:222 sphinx/writers/latex.py:549 +#: sphinx/builders/latex/__init__.py:224 sphinx/writers/latex.py:549 #, python-format msgid "no Babel option known for language %r" msgstr "" -#: sphinx/builders/latex/__init__.py:361 +#: sphinx/builders/latex/__init__.py:363 msgid "copying TeX support files" msgstr "" -#: sphinx/builders/latex/__init__.py:382 +#: sphinx/builders/latex/__init__.py:384 msgid "copying TeX support files..." msgstr "" -#: sphinx/builders/latex/__init__.py:402 +#: sphinx/builders/latex/__init__.py:404 msgid "copying additional files" msgstr "" -#: sphinx/builders/latex/__init__.py:445 +#: sphinx/builders/latex/__init__.py:447 #, python-format msgid "Unknown configure key: latex_elements[%r]. ignored." msgstr "" @@ -1125,8 +1125,8 @@ msgstr "" msgid "job number should be a positive number" msgstr "" -#: sphinx/cmd/build.py:106 sphinx/cmd/quickstart.py:498 -#: sphinx/ext/apidoc.py:298 sphinx/ext/autosummary/generate.py:365 +#: sphinx/cmd/build.py:106 sphinx/cmd/quickstart.py:497 +#: sphinx/ext/apidoc.py:298 sphinx/ext/autosummary/generate.py:363 msgid "For more information, visit ." msgstr "" @@ -1503,13 +1503,13 @@ msgstr "" msgid "Indicate which of the following Sphinx extensions should be enabled:" msgstr "" -#: sphinx/cmd/quickstart.py:354 +#: sphinx/cmd/quickstart.py:353 msgid "" "Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " "been deselected." msgstr "" -#: sphinx/cmd/quickstart.py:359 +#: sphinx/cmd/quickstart.py:358 msgid "" "\n" "A Makefile and a Windows command file can be generated for you so that you\n" @@ -1517,29 +1517,29 @@ msgid "" "directly." msgstr "" -#: sphinx/cmd/quickstart.py:363 +#: sphinx/cmd/quickstart.py:362 msgid "Create Makefile? (y/n)" msgstr "" -#: sphinx/cmd/quickstart.py:366 +#: sphinx/cmd/quickstart.py:365 msgid "Create Windows command file? (y/n)" msgstr "" -#: sphinx/cmd/quickstart.py:409 sphinx/ext/apidoc.py:74 +#: sphinx/cmd/quickstart.py:408 sphinx/ext/apidoc.py:74 #, python-format msgid "Creating file %s." msgstr "" -#: sphinx/cmd/quickstart.py:414 sphinx/ext/apidoc.py:72 +#: sphinx/cmd/quickstart.py:413 sphinx/ext/apidoc.py:72 #, python-format msgid "File %s already exists, skipping." msgstr "" -#: sphinx/cmd/quickstart.py:450 +#: sphinx/cmd/quickstart.py:449 msgid "Finished: An initial directory structure has been created." msgstr "" -#: sphinx/cmd/quickstart.py:451 +#: sphinx/cmd/quickstart.py:450 #, python-format msgid "" "\n" @@ -1547,26 +1547,26 @@ msgid "" "source files. " msgstr "" -#: sphinx/cmd/quickstart.py:453 +#: sphinx/cmd/quickstart.py:452 msgid "" "Use the Makefile to build the docs, like so:\n" " make builder\n" msgstr "" -#: sphinx/cmd/quickstart.py:456 +#: sphinx/cmd/quickstart.py:455 #, python-format msgid "" "Use the sphinx-build command to build the docs, like so:\n" " sphinx-build -b builder %s %s\n" msgstr "" -#: sphinx/cmd/quickstart.py:459 +#: sphinx/cmd/quickstart.py:458 msgid "" "where \"builder\" is one of the supported builders, e.g. html, latex or " "linkcheck.\n" msgstr "" -#: sphinx/cmd/quickstart.py:499 +#: sphinx/cmd/quickstart.py:498 msgid "" "\n" "Generate required files for a Sphinx project.\n" @@ -1576,131 +1576,131 @@ msgid "" "Makefile to be used with sphinx-build.\n" msgstr "" -#: sphinx/cmd/quickstart.py:509 +#: sphinx/cmd/quickstart.py:508 msgid "quiet mode" msgstr "" -#: sphinx/cmd/quickstart.py:514 +#: sphinx/cmd/quickstart.py:513 msgid "output path" msgstr "" -#: sphinx/cmd/quickstart.py:516 +#: sphinx/cmd/quickstart.py:515 msgid "Structure options" msgstr "" -#: sphinx/cmd/quickstart.py:518 +#: sphinx/cmd/quickstart.py:517 msgid "if specified, separate source and build dirs" msgstr "" -#: sphinx/cmd/quickstart.py:520 +#: sphinx/cmd/quickstart.py:519 msgid "replacement for dot in _templates etc." msgstr "" -#: sphinx/cmd/quickstart.py:522 +#: sphinx/cmd/quickstart.py:521 msgid "Project basic options" msgstr "" -#: sphinx/cmd/quickstart.py:524 +#: sphinx/cmd/quickstart.py:523 msgid "project name" msgstr "" -#: sphinx/cmd/quickstart.py:526 +#: sphinx/cmd/quickstart.py:525 msgid "author names" msgstr "" -#: sphinx/cmd/quickstart.py:528 +#: sphinx/cmd/quickstart.py:527 msgid "version of project" msgstr "" -#: sphinx/cmd/quickstart.py:530 +#: sphinx/cmd/quickstart.py:529 msgid "release of project" msgstr "" -#: sphinx/cmd/quickstart.py:532 +#: sphinx/cmd/quickstart.py:531 msgid "document language" msgstr "" -#: sphinx/cmd/quickstart.py:534 +#: sphinx/cmd/quickstart.py:533 msgid "source file suffix" msgstr "" -#: sphinx/cmd/quickstart.py:536 +#: sphinx/cmd/quickstart.py:535 msgid "master document name" msgstr "" -#: sphinx/cmd/quickstart.py:538 +#: sphinx/cmd/quickstart.py:537 msgid "use epub" msgstr "" -#: sphinx/cmd/quickstart.py:540 +#: sphinx/cmd/quickstart.py:539 msgid "Extension options" msgstr "" -#: sphinx/cmd/quickstart.py:544 sphinx/ext/apidoc.py:379 +#: sphinx/cmd/quickstart.py:543 sphinx/ext/apidoc.py:379 #, python-format msgid "enable %s extension" msgstr "" -#: sphinx/cmd/quickstart.py:546 sphinx/ext/apidoc.py:375 +#: sphinx/cmd/quickstart.py:545 sphinx/ext/apidoc.py:375 msgid "enable arbitrary extensions" msgstr "" -#: sphinx/cmd/quickstart.py:548 +#: sphinx/cmd/quickstart.py:547 msgid "Makefile and Batchfile creation" msgstr "" -#: sphinx/cmd/quickstart.py:550 +#: sphinx/cmd/quickstart.py:549 msgid "create makefile" msgstr "" -#: sphinx/cmd/quickstart.py:552 +#: sphinx/cmd/quickstart.py:551 msgid "do not create makefile" msgstr "" -#: sphinx/cmd/quickstart.py:554 +#: sphinx/cmd/quickstart.py:553 msgid "create batchfile" msgstr "" -#: sphinx/cmd/quickstart.py:557 +#: sphinx/cmd/quickstart.py:556 msgid "do not create batchfile" msgstr "" -#: sphinx/cmd/quickstart.py:560 +#: sphinx/cmd/quickstart.py:559 msgid "use make-mode for Makefile/make.bat" msgstr "" -#: sphinx/cmd/quickstart.py:563 +#: sphinx/cmd/quickstart.py:562 msgid "do not use make-mode for Makefile/make.bat" msgstr "" -#: sphinx/cmd/quickstart.py:565 +#: sphinx/cmd/quickstart.py:564 msgid "Project templating" msgstr "" -#: sphinx/cmd/quickstart.py:568 +#: sphinx/cmd/quickstart.py:567 msgid "template directory for template files" msgstr "" -#: sphinx/cmd/quickstart.py:571 +#: sphinx/cmd/quickstart.py:570 msgid "define a template variable" msgstr "" -#: sphinx/cmd/quickstart.py:605 +#: sphinx/cmd/quickstart.py:604 msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." msgstr "" -#: sphinx/cmd/quickstart.py:619 +#: sphinx/cmd/quickstart.py:618 msgid "" "Error: specified path is not a directory, or sphinx files already exist." msgstr "" -#: sphinx/cmd/quickstart.py:621 +#: sphinx/cmd/quickstart.py:620 msgid "" "sphinx-quickstart only generate into a empty directory. Please specify a new" " root path." msgstr "" -#: sphinx/cmd/quickstart.py:636 +#: sphinx/cmd/quickstart.py:635 #, python-format msgid "Invalid template variable: %s" msgstr "" @@ -1772,17 +1772,17 @@ msgstr "作者:" msgid "%s %s" msgstr "%s %s" -#: sphinx/domains/c.py:64 sphinx/domains/cpp.py:6371 +#: sphinx/domains/c.py:64 sphinx/domains/cpp.py:6445 #: sphinx/domains/python.py:210 sphinx/ext/napoleon/docstring.py:696 msgid "Parameters" msgstr "參數" -#: sphinx/domains/c.py:67 sphinx/domains/cpp.py:6380 -#: sphinx/domains/javascript.py:210 sphinx/domains/python.py:222 +#: sphinx/domains/c.py:67 sphinx/domains/cpp.py:6454 +#: sphinx/domains/javascript.py:209 sphinx/domains/python.py:222 msgid "Returns" msgstr "傳回" -#: sphinx/domains/c.py:69 sphinx/domains/javascript.py:212 +#: sphinx/domains/c.py:69 sphinx/domains/javascript.py:211 #: sphinx/domains/python.py:224 msgid "Return type" msgstr "傳回型態" @@ -1812,12 +1812,12 @@ msgstr "%s (C 型態)" msgid "%s (C variable)" msgstr "%s (C 變數)" -#: sphinx/domains/c.py:258 sphinx/domains/cpp.py:6956 -#: sphinx/domains/javascript.py:298 sphinx/domains/python.py:741 +#: sphinx/domains/c.py:258 sphinx/domains/cpp.py:7029 +#: sphinx/domains/javascript.py:297 sphinx/domains/python.py:742 msgid "function" msgstr "函式" -#: sphinx/domains/c.py:259 sphinx/domains/cpp.py:6957 +#: sphinx/domains/c.py:259 sphinx/domains/cpp.py:7030 msgid "member" msgstr "成員函數" @@ -1825,7 +1825,7 @@ msgstr "成員函數" msgid "macro" msgstr "巨集" -#: sphinx/domains/c.py:261 sphinx/domains/cpp.py:6958 +#: sphinx/domains/c.py:261 sphinx/domains/cpp.py:7031 msgid "type" msgstr "類型" @@ -1848,106 +1848,106 @@ msgstr "%s 版更變" msgid "Deprecated since version %s" msgstr "%s 版後已棄用" -#: sphinx/domains/cpp.py:4297 +#: sphinx/domains/cpp.py:4323 #, python-format msgid "" "Duplicate declaration, also defined in '%s'.\n" "Declaration is '%s'." msgstr "" -#: sphinx/domains/cpp.py:6374 +#: sphinx/domains/cpp.py:6448 msgid "Template Parameters" msgstr "範本參數" -#: sphinx/domains/cpp.py:6377 sphinx/domains/javascript.py:207 +#: sphinx/domains/cpp.py:6451 sphinx/domains/javascript.py:206 msgid "Throws" msgstr "拋出" -#: sphinx/domains/cpp.py:6505 +#: sphinx/domains/cpp.py:6579 #, python-format msgid "%s (C++ %s)" msgstr "" -#: sphinx/domains/cpp.py:6954 sphinx/domains/javascript.py:300 -#: sphinx/domains/python.py:743 +#: sphinx/domains/cpp.py:7027 sphinx/domains/javascript.py:299 +#: sphinx/domains/python.py:744 msgid "class" msgstr "類別" -#: sphinx/domains/cpp.py:6955 +#: sphinx/domains/cpp.py:7028 msgid "union" msgstr "" -#: sphinx/domains/cpp.py:6959 +#: sphinx/domains/cpp.py:7032 msgid "concept" msgstr "concept" -#: sphinx/domains/cpp.py:6960 +#: sphinx/domains/cpp.py:7033 msgid "enum" msgstr "enum" -#: sphinx/domains/cpp.py:6961 +#: sphinx/domains/cpp.py:7034 msgid "enumerator" msgstr "enumerator" -#: sphinx/domains/cpp.py:7054 +#: sphinx/domains/cpp.py:7127 #, python-format msgid "" "Duplicate declaration, also defined in '%s'.\n" "Name of declaration is '%s'." msgstr "" -#: sphinx/domains/javascript.py:131 sphinx/domains/python.py:429 +#: sphinx/domains/javascript.py:130 sphinx/domains/python.py:430 #, python-format msgid "%s() (built-in function)" msgstr "%s() (內建函式)" -#: sphinx/domains/javascript.py:132 sphinx/domains/python.py:494 +#: sphinx/domains/javascript.py:131 sphinx/domains/python.py:495 #, python-format msgid "%s() (%s method)" msgstr "%s() (%s 的方法)" -#: sphinx/domains/javascript.py:134 +#: sphinx/domains/javascript.py:133 #, python-format msgid "%s() (class)" msgstr "%s() (類別)" -#: sphinx/domains/javascript.py:136 +#: sphinx/domains/javascript.py:135 #, python-format msgid "%s (global variable or constant)" msgstr "%s (全域變數或常數)" -#: sphinx/domains/javascript.py:138 sphinx/domains/python.py:532 +#: sphinx/domains/javascript.py:137 sphinx/domains/python.py:533 #, python-format msgid "%s (%s attribute)" msgstr "%s (%s 的屬性)" -#: sphinx/domains/javascript.py:204 +#: sphinx/domains/javascript.py:203 msgid "Arguments" msgstr "引數" -#: sphinx/domains/javascript.py:265 sphinx/domains/python.py:609 +#: sphinx/domains/javascript.py:264 sphinx/domains/python.py:610 #, python-format msgid "%s (module)" msgstr "%s (模組)" -#: sphinx/domains/javascript.py:299 sphinx/domains/python.py:745 +#: sphinx/domains/javascript.py:298 sphinx/domains/python.py:746 msgid "method" msgstr "成員函式" -#: sphinx/domains/javascript.py:301 sphinx/domains/python.py:742 +#: sphinx/domains/javascript.py:300 sphinx/domains/python.py:743 msgid "data" msgstr "data" -#: sphinx/domains/javascript.py:302 sphinx/domains/python.py:748 +#: sphinx/domains/javascript.py:301 sphinx/domains/python.py:749 msgid "attribute" msgstr "屬性" -#: sphinx/domains/javascript.py:303 sphinx/domains/python.py:49 -#: sphinx/domains/python.py:749 +#: sphinx/domains/javascript.py:302 sphinx/domains/python.py:49 +#: sphinx/domains/python.py:750 msgid "module" msgstr "模組" -#: sphinx/domains/math.py:101 sphinx/writers/latex.py:2451 +#: sphinx/domains/math.py:101 sphinx/writers/latex.py:2459 #, python-format msgid "Invalid math_eqref_format: %r" msgstr "" @@ -1969,7 +1969,7 @@ msgstr "運算子" msgid "object" msgstr "物件" -#: sphinx/domains/python.py:53 sphinx/domains/python.py:744 +#: sphinx/domains/python.py:53 sphinx/domains/python.py:745 msgid "exception" msgstr "例外" @@ -1989,88 +1989,88 @@ msgstr "變數" msgid "Raises" msgstr "丟出" -#: sphinx/domains/python.py:430 sphinx/domains/python.py:488 -#: sphinx/domains/python.py:500 sphinx/domains/python.py:513 +#: sphinx/domains/python.py:431 sphinx/domains/python.py:489 +#: sphinx/domains/python.py:501 sphinx/domains/python.py:514 #, python-format msgid "%s() (in module %s)" msgstr "%s() (於 %s 模組中)" -#: sphinx/domains/python.py:433 +#: sphinx/domains/python.py:434 #, python-format msgid "%s (built-in variable)" msgstr "%s (內建變數)" -#: sphinx/domains/python.py:434 sphinx/domains/python.py:526 +#: sphinx/domains/python.py:435 sphinx/domains/python.py:527 #, python-format msgid "%s (in module %s)" msgstr "%s (於 %s 模組中)" -#: sphinx/domains/python.py:454 +#: sphinx/domains/python.py:455 #, python-format msgid "%s (built-in class)" msgstr "%s (內建類別)" -#: sphinx/domains/python.py:455 +#: sphinx/domains/python.py:456 #, python-format msgid "%s (class in %s)" msgstr "%s (%s 中的類別)" -#: sphinx/domains/python.py:492 +#: sphinx/domains/python.py:493 #, python-format msgid "%s() (%s.%s method)" msgstr "%s() (%s.%s 的成員函數)" -#: sphinx/domains/python.py:504 +#: sphinx/domains/python.py:505 #, python-format msgid "%s() (%s.%s static method)" msgstr "%s() (%s.%s 的靜態成員)" -#: sphinx/domains/python.py:507 +#: sphinx/domains/python.py:508 #, python-format msgid "%s() (%s static method)" msgstr "%s() (%s 的靜態成員)" -#: sphinx/domains/python.py:517 +#: sphinx/domains/python.py:518 #, python-format msgid "%s() (%s.%s class method)" msgstr "%s() (%s.%s 的類別成員)" -#: sphinx/domains/python.py:520 +#: sphinx/domains/python.py:521 #, python-format msgid "%s() (%s class method)" msgstr "%s() (%s 的類別成員)" -#: sphinx/domains/python.py:530 +#: sphinx/domains/python.py:531 #, python-format msgid "%s (%s.%s attribute)" msgstr "%s (%s.%s 的屬性)" -#: sphinx/domains/python.py:667 +#: sphinx/domains/python.py:668 msgid "Python Module Index" msgstr "Python 模組索引" -#: sphinx/domains/python.py:668 +#: sphinx/domains/python.py:669 msgid "modules" msgstr "模組" -#: sphinx/domains/python.py:719 +#: sphinx/domains/python.py:720 msgid "Deprecated" msgstr "已棄用" -#: sphinx/domains/python.py:746 +#: sphinx/domains/python.py:747 msgid "class method" msgstr "類別成員" -#: sphinx/domains/python.py:747 +#: sphinx/domains/python.py:748 msgid "static method" msgstr "靜態成員" -#: sphinx/domains/python.py:879 +#: sphinx/domains/python.py:880 #, python-format msgid "more than one target found for cross-reference %r: %s" msgstr "" -#: sphinx/domains/python.py:917 +#: sphinx/domains/python.py:918 msgid " (deprecated)" msgstr "(已棄用)" @@ -2146,7 +2146,7 @@ msgstr "搜尋頁面" msgid "duplicate citation %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:631 sphinx/ext/autosectionlabel.py:61 +#: sphinx/domains/std.py:631 sphinx/ext/autosectionlabel.py:56 #, python-format msgid "duplicate label %s, other instance in %s" msgstr "" @@ -2206,21 +2206,21 @@ msgid "" "another doctree directory." msgstr "" -#: sphinx/environment/__init__.py:408 +#: sphinx/environment/__init__.py:404 #, python-format msgid "Failed to scan documents in %s: %r" msgstr "" -#: sphinx/environment/__init__.py:536 +#: sphinx/environment/__init__.py:532 #, python-format msgid "Domain %r is not registered" msgstr "" -#: sphinx/environment/__init__.py:621 +#: sphinx/environment/__init__.py:617 msgid "self referenced toctree found. Ignored." msgstr "" -#: sphinx/environment/__init__.py:662 +#: sphinx/environment/__init__.py:658 msgid "document isn't included in any toctree" msgstr "" @@ -2240,6 +2240,7 @@ msgid "unknown index entry type %r" msgstr "" #: sphinx/environment/adapters/indexentries.py:156 +#: sphinx/templates/latex/sphinxmessages.sty_t:11 msgid "Symbols" msgstr "符號" @@ -2265,22 +2266,22 @@ msgstr "" msgid "toctree contains reference to nonexisting document %r" msgstr "" -#: sphinx/environment/collectors/asset.py:91 +#: sphinx/environment/collectors/asset.py:90 #, python-format msgid "image file not readable: %s" msgstr "" -#: sphinx/environment/collectors/asset.py:107 +#: sphinx/environment/collectors/asset.py:106 #, python-format msgid "image file %s not readable: %s" msgstr "" -#: sphinx/environment/collectors/asset.py:135 +#: sphinx/environment/collectors/asset.py:134 #, python-format msgid "download file not readable: %s" msgstr "" -#: sphinx/environment/collectors/toctree.py:197 +#: sphinx/environment/collectors/toctree.py:196 #, python-format msgid "%s is already assigned section numbers (nested numbered toctree?)" msgstr "" @@ -2424,38 +2425,38 @@ msgstr "" msgid "module %s could not be imported: %s" msgstr "" -#: sphinx/ext/doctest.py:142 +#: sphinx/ext/doctest.py:132 #, python-format msgid "missing '+' or '-' in '%s' option." msgstr "" -#: sphinx/ext/doctest.py:147 +#: sphinx/ext/doctest.py:137 #, python-format msgid "'%s' is not a valid option." msgstr "" -#: sphinx/ext/doctest.py:161 +#: sphinx/ext/doctest.py:151 #, python-format msgid "'%s' is not a valid pyversion option" msgstr "" -#: sphinx/ext/doctest.py:230 +#: sphinx/ext/doctest.py:222 msgid "invalid TestCode type" msgstr "" -#: sphinx/ext/doctest.py:291 +#: sphinx/ext/doctest.py:283 #, python-format msgid "" "Testing of doctests in the sources finished, look at the results in " "%(outdir)s/output.txt." msgstr "" -#: sphinx/ext/doctest.py:438 +#: sphinx/ext/doctest.py:446 #, python-format msgid "no code/output in %s block at %s:%s" msgstr "" -#: sphinx/ext/doctest.py:527 +#: sphinx/ext/doctest.py:535 #, python-format msgid "ignoring invalid doctest code: %r" msgstr "" @@ -2473,7 +2474,7 @@ msgstr "" msgid "Ignoring \"graphviz\" directive without content." msgstr "" -#: sphinx/ext/graphviz.py:252 +#: sphinx/ext/graphviz.py:250 #, python-format msgid "" "dot did not produce an output file:\n" @@ -2483,14 +2484,14 @@ msgid "" "%r" msgstr "" -#: sphinx/ext/graphviz.py:256 +#: sphinx/ext/graphviz.py:254 #, python-format msgid "" "dot command %r cannot be run (needed for graphviz output), check the " "graphviz_dot setting" msgstr "" -#: sphinx/ext/graphviz.py:263 +#: sphinx/ext/graphviz.py:261 #, python-format msgid "" "dot exited with error:\n" @@ -2500,23 +2501,23 @@ msgid "" "%r" msgstr "" -#: sphinx/ext/graphviz.py:273 +#: sphinx/ext/graphviz.py:271 #, python-format msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" msgstr "" -#: sphinx/ext/graphviz.py:277 sphinx/ext/graphviz.py:331 -#: sphinx/ext/graphviz.py:369 +#: sphinx/ext/graphviz.py:275 sphinx/ext/graphviz.py:329 +#: sphinx/ext/graphviz.py:367 #, python-format msgid "dot code %r: %s" msgstr "" -#: sphinx/ext/graphviz.py:384 sphinx/ext/graphviz.py:393 +#: sphinx/ext/graphviz.py:382 sphinx/ext/graphviz.py:391 #, python-format msgid "[graph: %s]" msgstr "[圖:%s]" -#: sphinx/ext/graphviz.py:386 sphinx/ext/graphviz.py:395 +#: sphinx/ext/graphviz.py:384 sphinx/ext/graphviz.py:393 msgid "[graph]" msgstr "[圖]" @@ -2535,31 +2536,31 @@ msgid "" "%r" msgstr "" -#: sphinx/ext/imgmath.py:140 +#: sphinx/ext/imgmath.py:139 #, python-format msgid "" "LaTeX command %r cannot be run (needed for math display), check the " "imgmath_latex setting" msgstr "" -#: sphinx/ext/imgmath.py:155 +#: sphinx/ext/imgmath.py:154 #, python-format msgid "" "%s command %r cannot be run (needed for math display), check the imgmath_%s " "setting" msgstr "" -#: sphinx/ext/imgmath.py:290 +#: sphinx/ext/imgmath.py:289 #, python-format msgid "display latex %r: %s" msgstr "" -#: sphinx/ext/imgmath.py:317 +#: sphinx/ext/imgmath.py:316 #, python-format msgid "inline latex %r: %s" msgstr "" -#: sphinx/ext/imgmath.py:324 sphinx/ext/mathjax.py:54 +#: sphinx/ext/imgmath.py:323 sphinx/ext/mathjax.py:54 msgid "Permalink to this equation" msgstr "本公式的永久連結" @@ -2579,26 +2580,26 @@ msgid "" "alternatives:" msgstr "" -#: sphinx/ext/intersphinx.py:237 +#: sphinx/ext/intersphinx.py:238 msgid "failed to reach any of the inventories with the following issues:" msgstr "" -#: sphinx/ext/intersphinx.py:312 +#: sphinx/ext/intersphinx.py:311 #, python-format msgid "(in %s v%s)" msgstr "(於 %s v%s)" -#: sphinx/ext/intersphinx.py:314 +#: sphinx/ext/intersphinx.py:313 #, python-format msgid "(in %s)" msgstr "" -#: sphinx/ext/intersphinx.py:348 +#: sphinx/ext/intersphinx.py:347 #, python-format msgid "intersphinx identifier %r is not string. Ignored" msgstr "" -#: sphinx/ext/intersphinx.py:361 +#: sphinx/ext/intersphinx.py:360 #, python-format msgid "Fail to read intersphinx_mapping[%s], Ignored: %r" msgstr "" @@ -2654,29 +2655,29 @@ msgstr "概要:模組原始碼" msgid "

All modules for which code is available

" msgstr "

所有可得程式碼的模組

" -#: sphinx/ext/autodoc/__init__.py:302 +#: sphinx/ext/autodoc/__init__.py:300 #, python-format msgid "invalid signature for auto%s (%r)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:402 +#: sphinx/ext/autodoc/__init__.py:400 #, python-format msgid "error while formatting arguments for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:514 +#: sphinx/ext/autodoc/__init__.py:512 #, python-format msgid "missing attribute %s in object %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:602 +#: sphinx/ext/autodoc/__init__.py:600 #, python-format msgid "" "autodoc: failed to determine %r to be documented.the following exception was raised:\n" "%s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:694 +#: sphinx/ext/autodoc/__init__.py:692 #, python-format msgid "" "don't know which module to import for autodocumenting %r (try placing a " @@ -2684,39 +2685,39 @@ msgid "" "explicit module name)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:788 +#: sphinx/ext/autodoc/__init__.py:786 msgid "\"::\" in automodule name doesn't make sense" msgstr "" -#: sphinx/ext/autodoc/__init__.py:796 +#: sphinx/ext/autodoc/__init__.py:794 #, python-format msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:829 +#: sphinx/ext/autodoc/__init__.py:827 #, python-format msgid "" "__all__ should be a list of strings, not %r (in module %s) -- ignoring " "__all__" msgstr "" -#: sphinx/ext/autodoc/__init__.py:844 +#: sphinx/ext/autodoc/__init__.py:842 #, python-format msgid "" "missing attribute mentioned in :members: or __all__: module %s, attribute %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1128 +#: sphinx/ext/autodoc/__init__.py:1126 #, python-format msgid "Bases: %s" msgstr "基礎類別:%s" -#: sphinx/ext/autodoc/__init__.py:1185 +#: sphinx/ext/autodoc/__init__.py:1183 #, python-format msgid "alias of :class:`%s`" msgstr ":class:`%s` 的別名" -#: sphinx/ext/autodoc/__init__.py:1470 +#: sphinx/ext/autodoc/__init__.py:1468 #, python-format msgid "Ignoring invalid option in autodoc_default_flags: %r" msgstr "" @@ -2752,17 +2753,17 @@ msgid "" "contain .rst. Skipped." msgstr "" -#: sphinx/ext/autosummary/generate.py:102 +#: sphinx/ext/autosummary/generate.py:100 #, python-format msgid "[autosummary] generating autosummary for: %s" msgstr "" -#: sphinx/ext/autosummary/generate.py:106 +#: sphinx/ext/autosummary/generate.py:104 #, python-format msgid "[autosummary] writing to %s" msgstr "" -#: sphinx/ext/autosummary/generate.py:366 +#: sphinx/ext/autosummary/generate.py:364 msgid "" "\n" "Generate ReStructuredText using autosummary directives.\n" @@ -2777,25 +2778,25 @@ msgid "" " pydoc sphinx.ext.autosummary\n" msgstr "" -#: sphinx/ext/autosummary/generate.py:383 +#: sphinx/ext/autosummary/generate.py:381 msgid "source files to generate rST files for" msgstr "" -#: sphinx/ext/autosummary/generate.py:387 +#: sphinx/ext/autosummary/generate.py:385 msgid "directory to place all output in" msgstr "" -#: sphinx/ext/autosummary/generate.py:390 +#: sphinx/ext/autosummary/generate.py:388 #, python-format msgid "default suffix for files (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:394 +#: sphinx/ext/autosummary/generate.py:392 #, python-format msgid "custom template directory (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:398 +#: sphinx/ext/autosummary/generate.py:396 #, python-format msgid "document imported members (default: %(default)s)" msgstr "" @@ -2873,6 +2874,7 @@ msgid "Warning" msgstr "警告" #: sphinx/templates/latex/longtable.tex_t:23 +#: sphinx/templates/latex/sphinxmessages.sty_t:8 msgid "continued from previous page" msgstr "繼續上一頁" @@ -2880,13 +2882,29 @@ msgstr "繼續上一頁" msgid "Continued on next page" msgstr "繼續下一頁" +#: sphinx/templates/latex/sphinxmessages.sty_t:9 +msgid "continues on next page" +msgstr "" + +#: sphinx/templates/latex/sphinxmessages.sty_t:10 +msgid "Non-alphabetical" +msgstr "" + +#: sphinx/templates/latex/sphinxmessages.sty_t:12 +msgid "Numbers" +msgstr "" + +#: sphinx/templates/latex/sphinxmessages.sty_t:13 +msgid "page" +msgstr "頁" + #: sphinx/themes/agogo/layout.html:46 sphinx/themes/basic/globaltoc.html:10 #: sphinx/themes/basic/localtoc.html:11 sphinx/themes/scrolls/layout.html:41 msgid "Table of Contents" msgstr "" #: sphinx/themes/agogo/layout.html:51 sphinx/themes/basic/layout.html:153 -#: sphinx/themes/basic/search.html:11 sphinx/themes/basic/search.html:26 +#: sphinx/themes/basic/search.html:11 sphinx/themes/basic/search.html:21 #: sphinx/themes/basic/searchresults.html:10 msgid "Search" msgstr "搜尋" @@ -3023,13 +3041,13 @@ msgstr "下個主題" msgid "next chapter" msgstr "下一章" -#: sphinx/themes/basic/search.html:30 +#: sphinx/themes/basic/search.html:25 msgid "" "Please activate JavaScript to enable the search\n" " functionality." msgstr "請啟用 Javascript 以開啟搜尋功能。" -#: sphinx/themes/basic/search.html:35 +#: sphinx/themes/basic/search.html:30 msgid "" "From here you can search these documents. Enter your search\n" " words into the box below and click \"search\". Note that the search\n" @@ -3037,20 +3055,20 @@ msgid "" " containing fewer words won't appear in the result list." msgstr "你可以從這裡搜尋文件。輸入搜尋詞至底下的文字框並點擊「搜尋」。注意搜尋功能會自動尋找滿足所有詞的結果。只滿足少部份搜尋詞的頁面將不予顯示在結果清單中。" -#: sphinx/themes/basic/search.html:42 +#: sphinx/themes/basic/search.html:37 #: sphinx/themes/basic/searchresults.html:17 msgid "search" msgstr "搜尋" -#: sphinx/themes/basic/search.html:46 +#: sphinx/themes/basic/search.html:41 #: sphinx/themes/basic/searchresults.html:21 -#: sphinx/themes/basic/static/searchtools.js:295 +#: sphinx/themes/basic/static/searchtools.js:285 msgid "Search Results" msgstr "搜尋結果" -#: sphinx/themes/basic/search.html:48 +#: sphinx/themes/basic/search.html:43 #: sphinx/themes/basic/searchresults.html:23 -#: sphinx/themes/basic/static/searchtools.js:297 +#: sphinx/themes/basic/static/searchtools.js:287 msgid "" "Your search did not match any documents. Please make sure that all words are" " spelled correctly and that you've selected enough categories." @@ -3108,20 +3126,20 @@ msgstr "本定義的永久連結" msgid "Hide Search Matches" msgstr "隱藏符合搜尋" -#: sphinx/themes/basic/static/searchtools.js:131 +#: sphinx/themes/basic/static/searchtools.js:121 msgid "Searching" msgstr "搜尋中" -#: sphinx/themes/basic/static/searchtools.js:136 +#: sphinx/themes/basic/static/searchtools.js:126 msgid "Preparing search..." msgstr "準備搜尋中…" -#: sphinx/themes/basic/static/searchtools.js:299 +#: sphinx/themes/basic/static/searchtools.js:289 #, python-format msgid "Search finished, found %s page(s) matching the search query." msgstr "搜尋完成,共找到 %s 頁面滿足搜尋條件。" -#: sphinx/themes/basic/static/searchtools.js:352 +#: sphinx/themes/basic/static/searchtools.js:342 msgid ", in " msgstr " 於 " @@ -3138,18 +3156,18 @@ msgstr "收合側邊欄" msgid "Contents" msgstr "內容" -#: sphinx/transforms/__init__.py:259 +#: sphinx/transforms/__init__.py:261 #, python-format msgid "" "4 column based index found. It might be a bug of extensions you use: %r" msgstr "" -#: sphinx/transforms/__init__.py:301 +#: sphinx/transforms/__init__.py:303 #, python-format msgid "Footnote [%s] is not referenced." msgstr "" -#: sphinx/transforms/__init__.py:307 +#: sphinx/transforms/__init__.py:309 msgid "Footnote [#] is not referenced." msgstr "" @@ -3220,7 +3238,7 @@ msgstr "" msgid "failed" msgstr "" -#: sphinx/util/docutils.py:321 +#: sphinx/util/docutils.py:320 msgid "when adding directive classes, no additional arguments may be given" msgstr "" @@ -3281,15 +3299,15 @@ msgstr "本表格的永久連結" msgid "Permalink to this code" msgstr "本原始碼的永久連結" -#: sphinx/writers/html.py:514 sphinx/writers/html5.py:460 +#: sphinx/writers/html.py:512 sphinx/writers/html5.py:458 msgid "Permalink to this image" msgstr "本圖片的永久連結" -#: sphinx/writers/html.py:516 sphinx/writers/html5.py:462 +#: sphinx/writers/html.py:514 sphinx/writers/html5.py:460 msgid "Permalink to this toctree" msgstr "本目錄的永久連結" -#: sphinx/writers/html.py:674 sphinx/writers/html5.py:608 +#: sphinx/writers/html.py:672 sphinx/writers/html5.py:606 msgid "Could not obtain image size. :scale: option is ignored." msgstr "" @@ -3326,12 +3344,12 @@ msgstr "" msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: sphinx/writers/latex.py:1843 +#: sphinx/writers/latex.py:1847 #, python-format msgid "unknown index entry type %s found" msgstr "" -#: sphinx/writers/latex.py:2552 +#: sphinx/writers/latex.py:2560 #, python-format msgid "Unknown configure key: latex_elements[%r] is ignored." msgstr "未知設定鍵:latex_elements[%r] 將被忽略。" @@ -3349,12 +3367,12 @@ msgstr "[圖片]" msgid "caption not inside a figure." msgstr "" -#: sphinx/writers/texinfo.py:1421 +#: sphinx/writers/texinfo.py:1422 #, python-format msgid "unimplemented node type: %r" msgstr "" -#: sphinx/writers/texinfo.py:1426 +#: sphinx/writers/texinfo.py:1427 #, python-format msgid "unknown node type: %r" msgstr ""