Updated contrib.admindocs translation template

This commit is contained in:
Claude Paroz 2013-06-01 12:10:48 +02:00
parent 02fd87c821
commit 5442fe46da
1 changed files with 176 additions and 1 deletions

View File

@ -4,7 +4,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Django\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-05-25 14:30+0200\n"
"POT-Creation-Date: 2013-06-01 12:08+0200\n"
"PO-Revision-Date: 2010-05-13 15:35+0200\n"
"Last-Translator: Django team\n"
"Language-Team: English <en@li.org>\n"
@ -84,7 +84,9 @@ msgid "Home"
msgstr ""
#: templates/admin_doc/bookmarklets.html:7 templates/admin_doc/index.html:7
#: templates/admin_doc/index.html.py:10 templates/admin_doc/index.html:14
#: templates/admin_doc/missing_docutils.html:7
#: templates/admin_doc/missing_docutils.html:14
#: templates/admin_doc/model_detail.html:15
#: templates/admin_doc/model_index.html:9
#: templates/admin_doc/template_detail.html:7
@ -150,28 +152,201 @@ msgstr ""
msgid "As above, but opens the admin page in a new window."
msgstr ""
#: templates/admin_doc/index.html:18
msgid "List of all the template tags and their functions."
msgstr ""
#: templates/admin_doc/index.html:21
msgid ""
"Filters are actions which can be applied to variables in a template to alter "
"the output."
msgstr ""
#: templates/admin_doc/index.html:24
msgid ""
"Models are descriptions of all the objects in the system and their "
"associated fields. Each model has a list of fields which can be accessed as "
"template variables"
msgstr ""
#: templates/admin_doc/index.html:27
msgid ""
"Each page on the public site is generated by a view. The view defines which "
"template is used to generate the page and which objects are available to "
"that template."
msgstr ""
#: templates/admin_doc/index.html:30
msgid "Tools for your browser to quickly access admin functionality."
msgstr ""
#: templates/admin_doc/missing_docutils.html:10
msgid "Please install docutils"
msgstr ""
#: templates/admin_doc/missing_docutils.html:17
#, python-format
msgid ""
"The admin documentation system requires Python's <a href=\"%(link)s"
"\">docutils</a> library."
msgstr ""
#: templates/admin_doc/missing_docutils.html:19
#, python-format
msgid ""
"Please ask your administrators to install <a href=\"%(link)s\">docutils</a>."
msgstr ""
#: templates/admin_doc/model_detail.html:16
#: templates/admin_doc/model_index.html:10
#: templates/admin_doc/model_index.html:14
msgid "Models"
msgstr ""
#: templates/admin_doc/model_detail.html:21
#, python-format
msgid "Model: %(name)s"
msgstr ""
#: templates/admin_doc/model_detail.html:35
msgid "Field"
msgstr ""
#: templates/admin_doc/model_detail.html:36
msgid "Type"
msgstr ""
#: templates/admin_doc/model_detail.html:37
msgid "Description"
msgstr ""
#: templates/admin_doc/model_detail.html:52
msgid "Back to Models Documentation"
msgstr ""
#: templates/admin_doc/model_index.html:18
msgid "Model documentation"
msgstr ""
#: templates/admin_doc/model_index.html:43
msgid "Model groups"
msgstr ""
#: templates/admin_doc/template_detail.html:8
msgid "Templates"
msgstr ""
#: templates/admin_doc/template_detail.html:13
#, python-format
msgid "Template: %(name)s"
msgstr ""
#: templates/admin_doc/template_detail.html:16
#, python-format
msgid "Template: \"%(name)s\""
msgstr ""
#: templates/admin_doc/template_detail.html:20
#, python-format
msgid "Search path for template \"%(name)s\" on %(grouper)s:"
msgstr ""
#: templates/admin_doc/template_detail.html:23
msgid "(does not exist)"
msgstr ""
#: templates/admin_doc/template_detail.html:28
msgid "Back to Documentation"
msgstr ""
#: templates/admin_doc/template_filter_index.html:9
msgid "Filters"
msgstr ""
#: templates/admin_doc/template_filter_index.html:12
msgid "Template filters"
msgstr ""
#: templates/admin_doc/template_filter_index.html:16
msgid "Template filter documentation"
msgstr ""
#: templates/admin_doc/template_filter_index.html:22
#: templates/admin_doc/template_filter_index.html:43
msgid "Built-in filters"
msgstr ""
#: templates/admin_doc/template_filter_index.html:23
#, python-format
msgid ""
"To use these filters, put <code>%(code)s</code> in your template before "
"using the filter."
msgstr ""
#: templates/admin_doc/template_tag_index.html:9
msgid "Tags"
msgstr ""
#: templates/admin_doc/template_tag_index.html:12
msgid "Template tags"
msgstr ""
#: templates/admin_doc/template_tag_index.html:16
msgid "Template tag documentation"
msgstr ""
#: templates/admin_doc/template_tag_index.html:22
#: templates/admin_doc/template_tag_index.html:43
msgid "Built-in tags"
msgstr ""
#: templates/admin_doc/template_tag_index.html:23
#, python-format
msgid ""
"To use these tags, put <code>%(code)s</code> in your template before using "
"the tag."
msgstr ""
#: templates/admin_doc/view_detail.html:8
#: templates/admin_doc/view_index.html:9
#: templates/admin_doc/view_index.html:12
msgid "Views"
msgstr ""
#: templates/admin_doc/view_detail.html:12
msgid "View: {{ name }}"
msgstr ""
#: templates/admin_doc/view_detail.html:23
msgid "Context:"
msgstr ""
#: templates/admin_doc/view_detail.html:28
msgid "Templates:"
msgstr ""
#: templates/admin_doc/view_detail.html:32
msgid "Back to Views Documentation"
msgstr ""
#: templates/admin_doc/view_index.html:16
msgid "View documentation"
msgstr ""
#: templates/admin_doc/view_index.html:22
msgid "Jump to site"
msgstr ""
#: templates/admin_doc/view_index.html:35
#, python-format
msgid "Views by URL on %(name)s"
msgstr ""
#: templates/admin_doc/view_index.html:40
#, python-format
msgid "View function: %(name)s"
msgstr ""
#: tests/test_fields.py:29
msgid "Boolean (Either True or False)"
msgstr ""